aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/components/modal.md
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13Prepare v5.2.0-beta1Mark Otto1-884/+0
2022-05-06docs: add proper markup on modal's page tooltips ands popoversGeoSot1-4/+4
2022-04-26Docs: update documentation js examples, using es6 (#36203)GeoSot1-15/+17
* Docs: update components documentation using es6 * Docs: update js blocks around docs, using es6 * Docs: update components documentation using es6 * Test linter
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot1-1/+3
Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-04-19Refactor some docs examples CSS (#36194)Mark Otto1-2/+2
* Fix some more borders and margins * Flex utilities docs: remove .bd-highlight class from snippets * Explicit close target * Reorder to keep base class up top * Fix custom position example * Tooltips: add code snippet, use scss-docs ref for custom tooltip * Tweak text for pagination examples * Modals: move custom styles to utilities * Grid docs: Combine selectors and share coloring * Refactor tons of little things
2022-04-11Doc: fix modals and navs CSS vars descriptionJulien Déramond1-1/+1
2022-03-28Train PR: CSS variables for accordion, cards, navs, and modals (#36071)Mark Otto1-1/+11
* Convert accordion to CSS vars * Update accordion.md * Convert navs to CSS variables * Split up CSS vars * bundlewatch * fix vars * Convert cards to CSS vars * Convert modals to CSS variables * Bundlewatch Co-authored-by: Geremia Taglialatela <[email protected]>
2022-03-14Rewrite docs tables in Markdown with table shortcode (#31337)Mark Otto1-189/+45
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: GeoSot <[email protected]>
2022-02-22Fix modal docchefarbeiter1-4/+4
2022-01-11Update cspell config (#35647)XhmikosR1-1/+1
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
2021-09-28docs: remove `data-bs-dismiss="modal"` leftover (#35042)Alex Gibson1-1/+1
2021-09-08fix predefined typo (#34922)Christian Oliff1-2/+2
2021-09-07Typo fixes (#34914)XhmikosR1-1/+1
2021-08-10Fix modal when is triggered by `bs-toggle`, to hide other open instances ↵GeoSot1-1/+1
(#34701)
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-0/+1014