@pnx-mixtape/mxds 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -23
- package/dist/build/accordion.css +1 -98
- package/dist/build/accordion.entry.js +1 -83
- package/dist/build/base.css +1 -996
- package/dist/build/breadcrumb.css +1 -51
- package/dist/build/button.css +1 -132
- package/dist/build/callout.css +1 -11
- package/dist/build/card.css +1 -149
- package/dist/build/carousel.css +1 -0
- package/dist/build/chunks/Accordion-RtUfbsTy.js +1 -0
- package/dist/build/chunks/disclosure-widget-CPdkUWkq.js +1 -0
- package/dist/build/chunks/drop-menu.entry-BqBzLfVC.js +1 -0
- package/dist/build/chunks/keyboard-Cs0cduxq.js +1 -0
- package/dist/build/chunks/polyfills-5KNOJw2W.js +1 -0
- package/dist/build/chunks/popover-CiVl-0jk.js +1 -0
- package/dist/build/chunks/utilities-CE6xwgqF.js +2 -0
- package/dist/build/constants.css +1 -120
- package/dist/build/container-grid.css +1 -208
- package/dist/build/content-block.css +1 -36
- package/dist/build/dialog.css +1 -98
- package/dist/build/dialog.entry.js +1 -113
- package/dist/build/drop-menu.css +1 -78
- package/dist/build/drop-menu.entry.js +1 -2
- package/dist/build/drupal.css +1 -74
- package/dist/build/filters.css +1 -105
- package/dist/build/filters.entry.js +1 -137
- package/dist/build/footer.css +1 -151
- package/dist/build/form.css +1 -517
- package/dist/build/global-alert.css +1 -60
- package/dist/build/global-alert.entry.js +1 -68
- package/dist/build/grid.css +1 -200
- package/dist/build/header.css +1 -153
- package/dist/build/header.entry.js +1 -103
- package/dist/build/hero-banner.css +1 -62
- package/dist/build/icon.css +1 -399
- package/dist/build/in-page-alert.css +1 -94
- package/dist/build/in-page-navigation.css +1 -17
- package/dist/build/in-page-navigation.entry.js +1 -99
- package/dist/build/link-list.css +1 -45
- package/dist/build/list-item.css +1 -114
- package/dist/build/masthead.css +1 -53
- package/dist/build/navigation.css +1 -396
- package/dist/build/navigation.entry.js +1 -124
- package/dist/build/page.css +1 -80
- package/dist/build/pagination.css +1 -130
- package/dist/build/results-bar.css +1 -0
- package/dist/build/section.css +1 -163
- package/dist/build/side-navigation.css +1 -88
- package/dist/build/sidebar.css +1 -59
- package/dist/build/social-links.css +1 -20
- package/dist/build/steps.css +1 -118
- package/dist/build/sticky.css +1 -47
- package/dist/build/sticky.entry.js +1 -60
- package/dist/build/tabs.css +1 -109
- package/dist/build/tabs.entry.js +1 -202
- package/dist/build/tag.css +1 -71
- package/dist/build/utilities.css +1 -178
- package/package.json +56 -64
- package/src/Atom/Background/Backgrounds.stories.ts +13 -1
- package/src/Atom/Background/__snapshots__/Backgrounds.stories.ts.snap +157 -81
- package/src/Atom/Background/_background.css +16 -10
- package/src/Atom/Base.mdx +25 -17
- package/src/Atom/Button/Button.stories.ts +1 -4
- package/src/Atom/Button/Button.stories.tsx +1 -1
- package/src/Atom/Button/__snapshots__/Button.stories.ts.snap +47 -37
- package/src/Atom/Button/_buttons-styles.css +7 -7
- package/src/Atom/Button/_buttons.css +1 -6
- package/src/Atom/DefinitionList/DefinitionList.stories.ts +32 -0
- package/src/Atom/DefinitionList/DefinitionList.stories.tsx +1 -1
- package/src/Atom/DefinitionList/__snapshots__/DefinitionList.stories.ts.snap +32 -0
- package/src/Atom/DefinitionList/definition-list.twig +9 -0
- package/src/Atom/Heading/Heading.stories.ts +1 -1
- package/src/Atom/Heading/Heading.stories.tsx +1 -1
- package/src/Atom/Heading/__snapshots__/Heading.stories.ts.snap +5 -3
- package/src/Atom/Heading/_headings.css +24 -24
- package/src/Atom/Icon/Icon.mdx +1 -1
- package/src/Atom/Icon/Icon.stories.ts +1 -1
- package/src/Atom/Icon/Icon.stories.tsx +1 -1
- package/src/Atom/Icon/Icon.tsx +2 -2
- package/src/Atom/Icon/__snapshots__/Icon.stories.ts.snap +14 -8
- package/src/Atom/Icon/_icon.css +4 -4
- package/src/Atom/Image/Image.stories.ts +1 -1
- package/src/Atom/Image/__snapshots__/Image.stories.ts.snap +7 -5
- package/src/Atom/Image/_image.css +2 -7
- package/src/Atom/Link/Link.stories.ts +1 -1
- package/src/Atom/Link/Link.stories.tsx +1 -1
- package/src/Atom/Link/__snapshots__/Link.stories.ts.snap +50 -37
- package/src/Atom/Link/_links.css +2 -22
- package/src/Atom/Link/link.twig +1 -0
- package/src/Atom/Media/Media.stories.ts +2 -1
- package/src/Atom/Media/Media.stories.tsx +1 -1
- package/src/Atom/Media/__snapshots__/Media.stories.ts.snap +11 -24
- package/src/Atom/Media/_media.css +8 -8
- package/src/Atom/Spacing/Spacing.stories.ts +1 -1
- package/src/Atom/Spacing/__snapshots__/Spacing.stories.ts.snap +5 -3
- package/src/Atom/Table/Table.stories.ts +1 -1
- package/src/Atom/Table/TableResponsive.stories.ts +1 -1
- package/src/Atom/Table/__snapshots__/Table.stories.ts.snap +256 -248
- package/src/Atom/Table/__snapshots__/TableResponsive.stories.ts.snap +65 -63
- package/src/Atom/Text/Text.stories.tsx +1 -1
- package/src/Atom/Text/TextSizes.stories.ts +1 -1
- package/src/Atom/Text/__snapshots__/TextSizes.stories.ts.snap +59 -55
- package/src/Atom/Text/_text-sizes.css +17 -17
- package/src/Atom/Text/rich-text.twig +9 -0
- package/src/Atom/Video/Video.stories.ts +1 -1
- package/src/Atom/Video/__snapshots__/Video.stories.ts.snap +9 -7
- package/src/Atom/_animated.css +0 -14
- package/src/Atom/_generic.css +57 -15
- package/src/Atom/base.css +1 -1
- package/src/Component/Accordion/Accordion.stories.ts +1 -4
- package/src/Component/Accordion/Accordion.stories.tsx +1 -2
- package/src/Component/Accordion/__snapshots__/Accordion.stories.ts.snap +60 -56
- package/src/Component/Accordion/__snapshots__/Accordion.stories.tsx.snap +0 -1
- package/src/Component/Accordion/accordion.css +16 -4
- package/src/Component/Breadcrumb/Breadcrumb.stories.ts +1 -1
- package/src/Component/Breadcrumb/Breadcrumb.stories.tsx +1 -1
- package/src/Component/Breadcrumb/__snapshots__/Breadcrumb.stories.ts.snap +31 -29
- package/src/Component/Breadcrumb/breadcrumb.css +4 -0
- package/src/Component/Callout/Callout.stories.ts +1 -9
- package/src/Component/Callout/__snapshots__/Callout.stories.ts.snap +9 -7
- package/src/Component/Card/Card.stories.ts +11 -18
- package/src/Component/Card/Card.stories.tsx +1 -1
- package/src/Component/Card/Card.tsx +9 -5
- package/src/Component/Card/__snapshots__/Card.stories.ts.snap +257 -229
- package/src/Component/Card/card.css +36 -33
- package/src/Component/Card/card.twig +6 -6
- package/src/Component/Carousel/Carousel.stories.ts +201 -0
- package/src/Component/Carousel/Elements/Carousel.ts +241 -0
- package/src/Component/Carousel/__snapshots__/Carousel.stories.ts.snap +912 -0
- package/src/Component/Carousel/carousel.css +119 -0
- package/src/Component/Carousel/carousel.twig +27 -0
- package/src/Component/ContentBlock/ContentBlock.stories.ts +27 -19
- package/src/Component/ContentBlock/ContentBlock.stories.tsx +1 -1
- package/src/Component/ContentBlock/__snapshots__/ContentBlock.stories.ts.snap +153 -93
- package/src/Component/Dialog/Dialog.stories.ts +75 -7
- package/src/Component/Dialog/Dialog.stories.tsx +1 -1
- package/src/Component/Dialog/Elements/Dialog.ts +14 -34
- package/src/Component/Dialog/__snapshots__/Dialog.stories.ts.snap +102 -66
- package/src/Component/Dialog/dialog.css +32 -20
- package/src/Component/Dialog/dialog.twig +14 -15
- package/src/Component/DropMenu/Components/DropMenuContext.tsx +7 -9
- package/src/Component/DropMenu/Components/DropMenuItem.tsx +1 -1
- package/src/Component/DropMenu/DropMenu.stories.ts +1 -1
- package/src/Component/DropMenu/DropMenu.stories.tsx +1 -1
- package/src/Component/DropMenu/Elements/DropMenu.ts +1 -1
- package/src/Component/DropMenu/__snapshots__/DropMenu.stories.ts.snap +28 -26
- package/src/Component/DropMenu/drop-menu.css +11 -3
- package/src/Component/Filters/Filters.stories.ts +1 -4
- package/src/Component/Filters/__snapshots__/Filters.stories.ts.snap +397 -389
- package/src/Component/Filters/filters.css +14 -5
- package/src/Component/GlobalAlert/GlobalAlert.stories.ts +1 -1
- package/src/Component/GlobalAlert/GlobalAlert.stories.tsx +1 -1
- package/src/Component/GlobalAlert/__snapshots__/GlobalAlert.stories.ts.snap +33 -29
- package/src/Component/GlobalAlert/__snapshots__/GlobalAlert.stories.tsx.snap +2 -2
- package/src/Component/GlobalAlert/global-alert.css +2 -2
- package/src/Component/HeroBanner/HeroBanner.stories.ts +1 -4
- package/src/Component/HeroBanner/HeroBanner.stories.tsx +1 -1
- package/src/Component/HeroBanner/__snapshots__/HeroBanner.stories.ts.snap +68 -64
- package/src/Component/HeroBanner/hero-banner.css +6 -1
- package/src/Component/HeroBanner/hero-banner.twig +3 -4
- package/src/Component/InPageAlert/InPageAlert.stories.ts +1 -1
- package/src/Component/InPageAlert/InPageAlert.stories.tsx +1 -1
- package/src/Component/InPageAlert/__snapshots__/InPageAlert.stories.ts.snap +10 -8
- package/src/Component/InPageAlert/in-page-alert.css +8 -8
- package/src/Component/InPageNavigation/Elements/InPageNavigation.ts +1 -1
- package/src/Component/InPageNavigation/InPageNavigation.stories.ts +1 -4
- package/src/Component/InPageNavigation/InPageNavigation.stories.tsx +1 -1
- package/src/Component/InPageNavigation/__snapshots__/InPageNavigation.stories.ts.snap +64 -62
- package/src/Component/LinkList/LinkList.stories.ts +1 -1
- package/src/Component/LinkList/LinkList.stories.tsx +1 -1
- package/src/Component/LinkList/__snapshots__/LinkList.stories.ts.snap +31 -29
- package/src/Component/ListItem/ListItem.stories.ts +2 -4
- package/src/Component/ListItem/ListItem.stories.tsx +1 -1
- package/src/Component/ListItem/__snapshots__/ListItem.stories.ts.snap +162 -148
- package/src/Component/ListItem/list-item.css +7 -88
- package/src/Component/ListItem/list-item.twig +8 -8
- package/src/Component/Navigation/Dropdown.stories.tsx +1 -1
- package/src/Component/Navigation/Navigation.stories.ts +1 -1
- package/src/Component/Navigation/Navigation.stories.tsx +1 -1
- package/src/Component/Navigation/__snapshots__/Navigation.stories.ts.snap +291 -283
- package/src/Component/Navigation/_navigation-collapsible.css +11 -14
- package/src/Component/Navigation/_navigation-dropdown.css +11 -17
- package/src/Component/Pagination/Components/PaginationContext.tsx +4 -8
- package/src/Component/Pagination/Pagination.stories.ts +1 -1
- package/src/Component/Pagination/Pagination.stories.tsx +1 -1
- package/src/Component/Pagination/__snapshots__/Pagination.stories.ts.snap +59 -57
- package/src/Component/Pagination/pagination.css +2 -8
- package/src/Component/ResultsBar/Components/ResultsBarInfo.tsx +28 -0
- package/src/Component/ResultsBar/Components/ResultsBarSort.tsx +17 -0
- package/src/Component/ResultsBar/ResultsBar.stories.ts +37 -0
- package/src/Component/ResultsBar/ResultsBar.stories.tsx +50 -0
- package/src/Component/ResultsBar/ResultsBar.tsx +7 -0
- package/src/Component/ResultsBar/__snapshots__/ResultsBar.stories.ts.snap +54 -0
- package/src/Component/ResultsBar/__snapshots__/ResultsBar.stories.tsx.snap +53 -0
- package/src/Component/ResultsBar/results-bar.css +19 -0
- package/src/Component/ResultsBar/results-bar.twig +24 -0
- package/src/Component/SideNavigation/SideNavigation.stories.ts +1 -1
- package/src/Component/SideNavigation/__snapshots__/SideNavigation.stories.ts.snap +82 -80
- package/src/Component/SideNavigation/side-navigation.css +2 -8
- package/src/Component/SocialLinks/SocialLinks.stories.ts +1 -1
- package/src/Component/SocialLinks/__snapshots__/SocialLinks.stories.ts.snap +30 -28
- package/src/Component/Steps/Steps.stories.ts +1 -1
- package/src/Component/Steps/__snapshots__/Steps.stories.ts.snap +86 -78
- package/src/Component/Steps/steps.css +1 -1
- package/src/Component/Sticky/Sticky.stories.ts +1 -1
- package/src/Component/Sticky/Sticky.stories.tsx +1 -1
- package/src/Component/Sticky/__snapshots__/Sticky.stories.ts.snap +9 -7
- package/src/Component/Tabs/Tabs.stories.ts +1 -1
- package/src/Component/Tabs/Tabs.stories.tsx +1 -1
- package/src/Component/Tabs/Tabs.tsx +4 -4
- package/src/Component/Tabs/__snapshots__/Tabs.stories.ts.snap +73 -71
- package/src/Component/Tabs/__snapshots__/Tabs.stories.tsx.snap +0 -2
- package/src/Component/Tabs/tabs.css +14 -21
- package/src/Component/Tag/Tag.stories.ts +1 -1
- package/src/Component/Tag/Tag.stories.tsx +1 -1
- package/src/Component/Tag/__snapshots__/Tag.stories.ts.snap +59 -53
- package/src/Component/Tag/tag.css +6 -6
- package/src/Component/Tile/Tile.stories.ts +38 -12
- package/src/Component/Tile/Tile.stories.tsx +2 -2
- package/src/Component/Tile/Tile.tsx +30 -17
- package/src/Component/Tile/__snapshots__/Tile.stories.ts.snap +49 -75
- package/src/Component/Tile/__snapshots__/Tile.stories.tsx.snap +6 -16
- package/src/Form/Checkbox/Checkbox.stories.ts +1 -1
- package/src/Form/Checkbox/FormCheckbox.stories.tsx +1 -1
- package/src/Form/Checkbox/FormCheckbox.tsx +5 -7
- package/src/Form/Checkbox/__snapshots__/Checkbox.stories.ts.snap +23 -19
- package/src/Form/Description/Description.stories.ts +1 -1
- package/src/Form/Description/FormDescription.stories.tsx +1 -1
- package/src/Form/Description/FormStatus.stories.ts +1 -1
- package/src/Form/Description/__snapshots__/Description.stories.ts.snap +7 -5
- package/src/Form/Description/__snapshots__/FormStatus.stories.ts.snap +14 -10
- package/src/Form/Form/Form.stories.tsx +1 -1
- package/src/Form/Form/FormTitle.stories.tsx +1 -1
- package/src/Form/FormItem/FormItem.stories.ts +1 -4
- package/src/Form/FormItem/FormItem.stories.tsx +1 -1
- package/src/Form/FormItem/__snapshots__/FormItem.stories.ts.snap +119 -109
- package/src/Form/FormItem/__snapshots__/FormItem.stories.tsx.snap +4 -4
- package/src/Form/Label/FormLabel.stories.tsx +1 -1
- package/src/Form/Label/FormLabel.tsx +1 -1
- package/src/Form/Label/Label.stories.ts +1 -1
- package/src/Form/Label/__snapshots__/Label.stories.ts.snap +21 -15
- package/src/Form/Radio/FormRadio.stories.tsx +1 -1
- package/src/Form/Radio/FormRadio.tsx +4 -4
- package/src/Form/Radio/Radio.stories.ts +1 -1
- package/src/Form/Radio/__snapshots__/Radio.stories.ts.snap +55 -51
- package/src/Form/Search/Search.stories.ts +1 -4
- package/src/Form/Search/__snapshots__/Search.stories.ts.snap +23 -21
- package/src/Form/Select/FormSelect.stories.tsx +1 -1
- package/src/Form/Select/FormSelect.tsx +1 -1
- package/src/Form/Select/Select.stories.ts +1 -1
- package/src/Form/Select/__snapshots__/Select.stories.ts.snap +18 -16
- package/src/Form/TextInput/FormText.stories.tsx +1 -1
- package/src/Form/TextInput/InputDivider.stories.ts +1 -1
- package/src/Form/TextInput/TextInput.stories.ts +1 -1
- package/src/Form/TextInput/__snapshots__/FormText.stories.tsx.snap +1 -1
- package/src/Form/TextInput/__snapshots__/InputDivider.stories.ts.snap +24 -22
- package/src/Form/TextInput/__snapshots__/TextInput.stories.ts.snap +18 -14
- package/src/Form/Textarea/FormTextarea.stories.tsx +1 -1
- package/src/Form/Textarea/Textarea.stories.ts +1 -1
- package/src/Form/Textarea/__snapshots__/FormTextarea.stories.tsx.snap +1 -1
- package/src/Form/Textarea/__snapshots__/Textarea.stories.ts.snap +9 -7
- package/src/Form/form.css +24 -34
- package/src/Introduction.mdx +40 -0
- package/src/Layout/Footer/Footer.stories.ts +1 -6
- package/src/Layout/Footer/Footer.stories.tsx +1 -1
- package/src/Layout/Footer/__snapshots__/Footer.stories.ts.snap +10 -10
- package/src/Layout/Footer/footer.css +2 -6
- package/src/Layout/Footer/footer.twig +0 -1
- package/src/Layout/Grid/Grid.stories.ts +8 -8
- package/src/Layout/Grid/Grid.stories.tsx +2 -2
- package/src/Layout/Grid/__snapshots__/Grid.stories.ts.snap +38 -32
- package/src/Layout/Grid/container-grid.css +10 -10
- package/src/Layout/Grid/grid-item.twig +3 -1
- package/src/Layout/Grid/grid.css +3 -3
- package/src/Layout/Header/Header.stories.ts +1 -6
- package/src/Layout/Header/Header.stories.tsx +1 -1
- package/src/Layout/Header/__snapshots__/Header.stories.ts.snap +11 -11
- package/src/Layout/Header/__snapshots__/Header.stories.tsx.snap +3 -3
- package/src/Layout/Header/_header.css +18 -16
- package/src/Layout/Header/header.twig +1 -2
- package/src/Layout/Masthead/Masthead.stories.ts +1 -3
- package/src/Layout/Masthead/__snapshots__/Masthead.stories.ts.snap +6 -6
- package/src/Layout/Masthead/masthead.twig +0 -2
- package/src/Layout/Page/Page.stories.tsx +1 -1
- package/src/Layout/Page/__snapshots__/Page.stories.tsx.snap +3 -3
- package/src/Layout/Page/page.css +16 -40
- package/src/Layout/Page/page.twig +6 -1
- package/src/Layout/Section/Background.stories.ts +60 -8
- package/src/Layout/Section/Breakouts.stories.ts +1 -3
- package/src/Layout/Section/Flow.stories.ts +1 -3
- package/src/Layout/Section/Section.stories.ts +1 -6
- package/src/Layout/Section/Section.stories.tsx +1 -1
- package/src/Layout/Section/SectionGrid.stories.tsx +1 -1
- package/src/Layout/Section/__snapshots__/Background.stories.ts.snap +36 -24
- package/src/Layout/Section/__snapshots__/Breakouts.stories.ts.snap +54 -52
- package/src/Layout/Section/__snapshots__/Flow.stories.ts.snap +18 -18
- package/src/Layout/Section/__snapshots__/Section.stories.ts.snap +2 -2
- package/src/Layout/Section/section.css +15 -18
- package/src/Layout/Section/section.twig +0 -1
- package/src/Layout/Section/twig/section-background.twig +29 -10
- package/src/Layout/Section/twig/sections-breakout.twig +28 -33
- package/src/Layout/Section/twig/sections-flow.twig +17 -17
- package/src/Layout/Section/twig/sections-stacked.twig +4 -4
- package/src/Layout/Sidebar/Sidebar.stories.ts +1 -3
- package/src/Layout/Sidebar/Sidebar.stories.tsx +1 -1
- package/src/Layout/Sidebar/__snapshots__/Sidebar.stories.ts.snap +5 -5
- package/src/Layout/Sidebar/sidebar.css +2 -18
- package/src/Utility/Context/ImageComponent.tsx +3 -6
- package/src/Utility/Context/LinkComponent.tsx +3 -6
- package/src/Utility/Drupal/drupal.css +1 -5
- package/src/Utility/Elements/breakpoint-loader.ts +0 -1
- package/src/Utility/Elements/cookie-compliance.ts +0 -1
- package/src/Utility/Elements/io-loader.ts +0 -1
- package/src/Utility/Hooks/useLocalStorage.ts +0 -1
- package/src/Utility/Hooks/useMediaQuery.ts +0 -1
- package/src/Utility/Hooks/useToggle.ts +0 -1
- package/src/Utility/global.d.ts +0 -1
- package/src/Utility/utilities.ts +0 -1
- package/src/constants.css +53 -24
- package/src/enums.ts +1 -2
- package/src/react.ts +3 -0
- package/src/tokens.js +19 -19
- package/dist/build/accordion.entry.js.map +0 -1
- package/dist/build/chunks/Accordion-DSze7pxN.js +0 -61
- package/dist/build/chunks/Accordion-DSze7pxN.js.map +0 -1
- package/dist/build/chunks/disclosure-widget-CQLPJ8Ta.js +0 -124
- package/dist/build/chunks/disclosure-widget-CQLPJ8Ta.js.map +0 -1
- package/dist/build/chunks/drop-menu.entry-BC6x9vst.js +0 -132
- package/dist/build/chunks/drop-menu.entry-BC6x9vst.js.map +0 -1
- package/dist/build/chunks/keyboard-C73DHu0c.js +0 -101
- package/dist/build/chunks/keyboard-C73DHu0c.js.map +0 -1
- package/dist/build/chunks/polyfills-CJ5uTmUJ.js +0 -749
- package/dist/build/chunks/polyfills-CJ5uTmUJ.js.map +0 -1
- package/dist/build/chunks/popover-wbPSyFRj.js +0 -654
- package/dist/build/chunks/popover-wbPSyFRj.js.map +0 -1
- package/dist/build/chunks/utilities-B4YZb689.js +0 -243
- package/dist/build/chunks/utilities-B4YZb689.js.map +0 -1
- package/dist/build/dialog.entry.js.map +0 -1
- package/dist/build/drop-menu.entry.js.map +0 -1
- package/dist/build/filters.entry.js.map +0 -1
- package/dist/build/global-alert.entry.js.map +0 -1
- package/dist/build/header.entry.js.map +0 -1
- package/dist/build/in-page-navigation.entry.js.map +0 -1
- package/dist/build/navigation.entry.js.map +0 -1
- package/dist/build/sticky.entry.js.map +0 -1
- package/dist/build/tabs.entry.js.map +0 -1
- package/dist/build/tiles.css +0 -61
- package/src/Component/Tile/tile.twig +0 -10
- package/src/Component/Tile/tiles.css +0 -58
- package/src/Component/Tile/twig/tiles.twig +0 -18
|
@@ -78,14 +78,23 @@
|
|
|
78
78
|
position: fixed;
|
|
79
79
|
z-index: 200;
|
|
80
80
|
inset-block: 0;
|
|
81
|
-
inset-inline: 0
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
inset-inline: 0;
|
|
82
|
+
inline-size: 100vw;
|
|
83
|
+
display: none;
|
|
84
|
+
opacity: 0;
|
|
85
|
+
transform: translateX(100%);
|
|
84
86
|
}
|
|
85
87
|
|
|
86
88
|
& [open] .mx-filters__form {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
opacity: 1;
|
|
90
|
+
transform: translateX(0);
|
|
91
|
+
display: block;
|
|
92
|
+
|
|
93
|
+
@starting-style {
|
|
94
|
+
opacity: 0;
|
|
95
|
+
transform: translateX(100%);
|
|
96
|
+
display: block;
|
|
97
|
+
}
|
|
89
98
|
}
|
|
90
99
|
}
|
|
91
100
|
|
|
@@ -1,41 +1,45 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`Component/GlobalAlert Critical smoke-test 1`] = `
|
|
4
|
-
<div class="mx-
|
|
5
|
-
<div class="mx-global-
|
|
6
|
-
<div class="mx-global-
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
<div class="mx-page default">
|
|
5
|
+
<div class="mx-global-alert mx-page mx-global-alert--critical">
|
|
6
|
+
<div class="mx-global-alert__inner">
|
|
7
|
+
<div class="mx-global-alert__content">
|
|
8
|
+
<h2 class=" mx-heading--m">
|
|
9
|
+
In page alert
|
|
10
|
+
</h2>
|
|
11
|
+
<p>
|
|
12
|
+
Something happened that requires your attention
|
|
13
|
+
</p>
|
|
14
|
+
</div>
|
|
13
15
|
</div>
|
|
14
16
|
</div>
|
|
15
17
|
</div>
|
|
16
18
|
`;
|
|
17
19
|
|
|
18
20
|
exports[`Component/GlobalAlert GlobalAlert smoke-test 1`] = `
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<div class="mx-global-alert__inner"
|
|
23
|
-
data-container
|
|
21
|
+
<div class="mx-page default">
|
|
22
|
+
<mx-closable-alert class="mx-global-alert mx-page mx-global-alert--light"
|
|
23
|
+
id="unique-0"
|
|
24
24
|
>
|
|
25
|
-
<div class="mx-global-
|
|
26
|
-
|
|
27
|
-
In page alert
|
|
28
|
-
</h2>
|
|
29
|
-
<p>
|
|
30
|
-
Something happened that requires your attention
|
|
31
|
-
</p>
|
|
32
|
-
</div>
|
|
33
|
-
<button class="mx-icon mx-icon--close"
|
|
34
|
-
aria-controls="unique-0"
|
|
35
|
-
aria-label="Close GlobalAlert"
|
|
36
|
-
type="button"
|
|
25
|
+
<div class="mx-global-alert__inner"
|
|
26
|
+
data-container
|
|
37
27
|
>
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
28
|
+
<div class="mx-global-alert__content">
|
|
29
|
+
<h2 class=" mx-heading--m">
|
|
30
|
+
In page alert
|
|
31
|
+
</h2>
|
|
32
|
+
<p>
|
|
33
|
+
Something happened that requires your attention
|
|
34
|
+
</p>
|
|
35
|
+
</div>
|
|
36
|
+
<button class="mx-icon mx-icon--close"
|
|
37
|
+
aria-controls="unique-0"
|
|
38
|
+
aria-label="Close GlobalAlert"
|
|
39
|
+
type="button"
|
|
40
|
+
>
|
|
41
|
+
</button>
|
|
42
|
+
</div>
|
|
43
|
+
</mx-closable-alert>
|
|
44
|
+
</div>
|
|
41
45
|
`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`Component/GlobalAlert Critical smoke-test 1`] = `
|
|
4
|
-
<div id="
|
|
4
|
+
<div id="«r1»"
|
|
5
5
|
class="mx-global-alert mx-global-alert--critical"
|
|
6
6
|
>
|
|
7
7
|
<div class="mx-global-alert__inner">
|
|
@@ -22,7 +22,7 @@ exports[`Component/GlobalAlert Critical smoke-test 1`] = `
|
|
|
22
22
|
`;
|
|
23
23
|
|
|
24
24
|
exports[`Component/GlobalAlert GlobalAlert smoke-test 1`] = `
|
|
25
|
-
<div id="
|
|
25
|
+
<div id="«r0»"
|
|
26
26
|
class="mx-global-alert mx-global-alert--light"
|
|
27
27
|
>
|
|
28
28
|
<div class="mx-global-alert__inner">
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&.mx-global-alert--critical {
|
|
37
|
-
--foreground: var(--colour-error
|
|
38
|
-
--background: var(--colour-error
|
|
37
|
+
--foreground: var(--colour-error);
|
|
38
|
+
--background: color-mix(in oklch, var(--colour-error), white 95%);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
& .mx-icon--close {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/html"
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/html-vite"
|
|
2
2
|
import { Page } from "../../../.storybook/decorators"
|
|
3
3
|
import Component from "./hero-banner.twig"
|
|
4
4
|
import "./hero-banner.css"
|
|
@@ -38,9 +38,6 @@ const meta: Meta<HeroBannerType> = {
|
|
|
38
38
|
more: true,
|
|
39
39
|
}),
|
|
40
40
|
},
|
|
41
|
-
parameters: {
|
|
42
|
-
deepControls: { enabled: true },
|
|
43
|
-
},
|
|
44
41
|
argTypes: {
|
|
45
42
|
modifiers: {
|
|
46
43
|
options: Object.values(HeroBannerModifier),
|
|
@@ -1,30 +1,32 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`Component/HeroBanner HeroBanner smoke-test 1`] = `
|
|
4
|
-
<div class="mx-page">
|
|
5
|
-
<div class="mx-
|
|
6
|
-
<div class="mx-hero-
|
|
7
|
-
<div class="mx-hero-
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<span>
|
|
18
|
-
Find out more
|
|
19
|
-
</span>
|
|
20
|
-
</a>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="mx-hero-banner__aside mx-hero-banner__aside-image">
|
|
23
|
-
<picture>
|
|
24
|
-
<img src="https://picsum.photos/id/56/558/418?grayscale"
|
|
25
|
-
alt="Blurry bubbles"
|
|
4
|
+
<div class="mx-page default">
|
|
5
|
+
<div class="mx-page default">
|
|
6
|
+
<div class="mx-hero-banner ">
|
|
7
|
+
<div class="mx-hero-banner__inner">
|
|
8
|
+
<div class="mx-hero-banner__content mx-vertical-flow mx-section--xl">
|
|
9
|
+
<h1>
|
|
10
|
+
Hero banner title
|
|
11
|
+
</h1>
|
|
12
|
+
<p class="mx-text--lede">
|
|
13
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
14
|
+
</p>
|
|
15
|
+
<a class="mx-link--more"
|
|
16
|
+
href="#"
|
|
26
17
|
>
|
|
27
|
-
|
|
18
|
+
<span>
|
|
19
|
+
Find out more
|
|
20
|
+
</span>
|
|
21
|
+
</a>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="mx-hero-banner__aside mx-hero-banner__aside-image">
|
|
24
|
+
<picture>
|
|
25
|
+
<img src="https://picsum.photos/id/56/558/418?grayscale"
|
|
26
|
+
alt="Blurry bubbles"
|
|
27
|
+
>
|
|
28
|
+
</picture>
|
|
29
|
+
</div>
|
|
28
30
|
</div>
|
|
29
31
|
</div>
|
|
30
32
|
</div>
|
|
@@ -32,47 +34,49 @@ exports[`Component/HeroBanner HeroBanner smoke-test 1`] = `
|
|
|
32
34
|
`;
|
|
33
35
|
|
|
34
36
|
exports[`Component/HeroBanner WithLinkList smoke-test 1`] = `
|
|
35
|
-
<div class="mx-page">
|
|
36
|
-
<div class="mx-
|
|
37
|
-
<div class="mx-hero-
|
|
38
|
-
<div class="mx-hero-
|
|
39
|
-
<
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<
|
|
48
|
-
<
|
|
49
|
-
<
|
|
50
|
-
<
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
<
|
|
59
|
-
<
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
<
|
|
68
|
-
<
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
37
|
+
<div class="mx-page default">
|
|
38
|
+
<div class="mx-page default">
|
|
39
|
+
<div class="mx-hero-banner ">
|
|
40
|
+
<div class="mx-hero-banner__inner">
|
|
41
|
+
<div class="mx-hero-banner__content mx-vertical-flow mx-section--xl">
|
|
42
|
+
<h1>
|
|
43
|
+
Hero banner title
|
|
44
|
+
</h1>
|
|
45
|
+
<p class="mx-text--lede">
|
|
46
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
47
|
+
</p>
|
|
48
|
+
</div>
|
|
49
|
+
<div class="mx-hero-banner__aside">
|
|
50
|
+
<ul class="mx-link-list">
|
|
51
|
+
<li>
|
|
52
|
+
<a href="#">
|
|
53
|
+
<span>
|
|
54
|
+
Link one
|
|
55
|
+
</span>
|
|
56
|
+
<span class="mx-icon mx-icon--chevron-right ">
|
|
57
|
+
</span>
|
|
58
|
+
</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="#">
|
|
62
|
+
<span>
|
|
63
|
+
Link two
|
|
64
|
+
</span>
|
|
65
|
+
<span class="mx-icon mx-icon--chevron-right ">
|
|
66
|
+
</span>
|
|
67
|
+
</a>
|
|
68
|
+
</li>
|
|
69
|
+
<li>
|
|
70
|
+
<a href="#">
|
|
71
|
+
<span>
|
|
72
|
+
Link three
|
|
73
|
+
</span>
|
|
74
|
+
<span class="mx-icon mx-icon--chevron-right ">
|
|
75
|
+
</span>
|
|
76
|
+
</a>
|
|
77
|
+
</li>
|
|
78
|
+
</ul>
|
|
79
|
+
</div>
|
|
76
80
|
</div>
|
|
77
81
|
</div>
|
|
78
82
|
</div>
|
|
@@ -13,12 +13,17 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
& :is(h1, h2, p) {
|
|
16
|
-
|
|
16
|
+
inline-size: min(100%, var(--container-max-width-narrow));
|
|
17
17
|
text-wrap: balance;
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
& h1 {
|
|
21
|
+
overflow-wrap: anywhere;
|
|
22
|
+
}
|
|
19
23
|
}
|
|
20
24
|
|
|
21
25
|
.mx-hero-banner__inner {
|
|
26
|
+
grid-column: container;
|
|
22
27
|
display: grid;
|
|
23
28
|
grid-template-areas: "content" "aside";
|
|
24
29
|
|
|
@@ -2,18 +2,17 @@
|
|
|
2
2
|
{% set background = null %}
|
|
3
3
|
{% for modifier in modifiers %}
|
|
4
4
|
{% if modifier == "dark" %}
|
|
5
|
-
{% set background = 'background--reverse' %}
|
|
5
|
+
{% set background = 'mx-background--reverse' %}
|
|
6
6
|
{% endif %}
|
|
7
7
|
{% if modifier == "off-white" %}
|
|
8
|
-
{% set background = 'background--alt' %}
|
|
8
|
+
{% set background = 'mx-background--alt' %}
|
|
9
9
|
{% endif %}
|
|
10
10
|
{% if modifier == "light" %}
|
|
11
|
-
{% set background = 'background--primary' %}
|
|
11
|
+
{% set background = 'mx-background--primary' %}
|
|
12
12
|
{% endif %}
|
|
13
13
|
{% endfor %}
|
|
14
14
|
{% set classes = [
|
|
15
15
|
baseClass,
|
|
16
|
-
'mx-page',
|
|
17
16
|
highlight ? baseClass~'--hero' : null,
|
|
18
17
|
background ? background : null,
|
|
19
18
|
] %}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`Component/InPageAlert InPageAlert smoke-test 1`] = `
|
|
4
|
-
<div class="
|
|
5
|
-
<div class="
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
<div class="mx-page default">
|
|
5
|
+
<div class="message ">
|
|
6
|
+
<div class="message__content">
|
|
7
|
+
Something happened that requires your attention
|
|
8
|
+
<a href="#">
|
|
9
|
+
<span>
|
|
10
|
+
Click here
|
|
11
|
+
</span>
|
|
12
|
+
</a>
|
|
13
|
+
</div>
|
|
12
14
|
</div>
|
|
13
15
|
</div>
|
|
14
16
|
`;
|
|
@@ -53,23 +53,23 @@
|
|
|
53
53
|
|
|
54
54
|
&.message--status,
|
|
55
55
|
&.message--info {
|
|
56
|
-
--foreground: var(--colour-info
|
|
57
|
-
--background: var(--colour-info
|
|
56
|
+
--foreground: var(--colour-info);
|
|
57
|
+
--background: color-mix(in oklch, var(--colour-info), white 95%);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
&.message--success {
|
|
61
|
-
--foreground: var(--colour-success
|
|
62
|
-
--background: var(--colour-success
|
|
61
|
+
--foreground: var(--colour-success);
|
|
62
|
+
--background: color-mix(in oklch, var(--colour-success), white 95%);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
&.message--error {
|
|
66
|
-
--foreground: var(--colour-error
|
|
67
|
-
--background: var(--colour-error
|
|
66
|
+
--foreground: var(--colour-error);
|
|
67
|
+
--background: color-mix(in oklch, var(--colour-error), white 95%);
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
&.message--warning {
|
|
71
|
-
--foreground: var(--colour-warning
|
|
72
|
-
--background: var(--colour-warning
|
|
71
|
+
--foreground: var(--colour-warning);
|
|
72
|
+
--background: color-mix(in oklch, var(--colour-warning), white 95%);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
& .mx-icon--close {
|
|
@@ -34,7 +34,7 @@ export default class InPageNavigation extends HTMLElement {
|
|
|
34
34
|
} else {
|
|
35
35
|
this.links.forEach((link: HTMLAnchorElement) => {
|
|
36
36
|
const heading: HTMLHeadingElement = this.container.querySelector(
|
|
37
|
-
link.
|
|
37
|
+
link.hash,
|
|
38
38
|
)
|
|
39
39
|
if (!heading) return
|
|
40
40
|
this.items.push({ link, heading })
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/html"
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/html-vite"
|
|
2
2
|
import Component from "./twig/in-page-navigation-story.twig"
|
|
3
3
|
import "./in-page-navigation.css"
|
|
4
4
|
import "./Elements/InPageNavigation"
|
|
@@ -46,9 +46,6 @@ const meta: Meta<InPageNavigationType> = {
|
|
|
46
46
|
}),
|
|
47
47
|
],
|
|
48
48
|
},
|
|
49
|
-
parameters: {
|
|
50
|
-
deepControls: { enabled: true },
|
|
51
|
-
},
|
|
52
49
|
argTypes: {
|
|
53
50
|
levels: { options: Object.values(HeadingTypes), control: "multi-select" },
|
|
54
51
|
// @ts-expect-error The controls follow the shape
|
|
@@ -1,68 +1,70 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`Component/InPageNavigation InPageNavigation smoke-test 1`] = `
|
|
4
|
-
<mx-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<
|
|
9
|
-
|
|
4
|
+
<div class="mx-page default">
|
|
5
|
+
<mx-in-page-navigation data-content=".js-content"
|
|
6
|
+
data-headings
|
|
7
|
+
>
|
|
8
|
+
<nav class="mx-nav mx-nav--list mx-in-page-navigation mx-vertical-flow">
|
|
9
|
+
<h2 class=" mx-heading--m">
|
|
10
|
+
On this page
|
|
11
|
+
</h2>
|
|
12
|
+
<ul>
|
|
13
|
+
<li>
|
|
14
|
+
<a href="#section-1">
|
|
15
|
+
<span class="mx-icon mx-icon--chevron-right ">
|
|
16
|
+
</span>
|
|
17
|
+
<span>
|
|
18
|
+
Section 1
|
|
19
|
+
</span>
|
|
20
|
+
</a>
|
|
21
|
+
</li>
|
|
22
|
+
<li>
|
|
23
|
+
<a href="#section-2">
|
|
24
|
+
<span class="mx-icon mx-icon--chevron-right ">
|
|
25
|
+
</span>
|
|
26
|
+
<span>
|
|
27
|
+
Section 2
|
|
28
|
+
</span>
|
|
29
|
+
</a>
|
|
30
|
+
</li>
|
|
31
|
+
<li>
|
|
32
|
+
<a href="#section-3">
|
|
33
|
+
<span class="mx-icon mx-icon--chevron-right ">
|
|
34
|
+
</span>
|
|
35
|
+
<span>
|
|
36
|
+
Section 3
|
|
37
|
+
</span>
|
|
38
|
+
</a>
|
|
39
|
+
</li>
|
|
40
|
+
</ul>
|
|
41
|
+
</nav>
|
|
42
|
+
</mx-in-page-navigation>
|
|
43
|
+
<div class="js-content mx-rich-text mx-vertical-flow mx-section--l">
|
|
44
|
+
<h2 id="section-1">
|
|
45
|
+
Section 1
|
|
10
46
|
</h2>
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
</span>
|
|
34
|
-
<span>
|
|
35
|
-
Section 3
|
|
36
|
-
</span>
|
|
37
|
-
</a>
|
|
38
|
-
</li>
|
|
39
|
-
</ul>
|
|
40
|
-
</nav>
|
|
41
|
-
</mx-in-page-navigation>
|
|
42
|
-
<div class="js-content mx-rich-text mx-vertical-flow mx-section--l">
|
|
43
|
-
<h2 id="section-1">
|
|
44
|
-
Section 1
|
|
45
|
-
</h2>
|
|
46
|
-
<p>
|
|
47
|
-
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced.
|
|
48
|
-
</p>
|
|
49
|
-
<h2 id="section-2">
|
|
50
|
-
Section 2
|
|
51
|
-
</h2>
|
|
52
|
-
<p>
|
|
53
|
-
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced.
|
|
54
|
-
</p>
|
|
55
|
-
<h3 id="test-level-3">
|
|
56
|
-
Test level 3
|
|
57
|
-
</h3>
|
|
58
|
-
<p>
|
|
59
|
-
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced.
|
|
60
|
-
</p>
|
|
61
|
-
<h2 id="section-3">
|
|
62
|
-
Section 3
|
|
63
|
-
</h2>
|
|
64
|
-
<p>
|
|
65
|
-
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced.
|
|
66
|
-
</p>
|
|
47
|
+
<p>
|
|
48
|
+
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced.
|
|
49
|
+
</p>
|
|
50
|
+
<h2 id="section-2">
|
|
51
|
+
Section 2
|
|
52
|
+
</h2>
|
|
53
|
+
<p>
|
|
54
|
+
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced.
|
|
55
|
+
</p>
|
|
56
|
+
<h3 id="test-level-3">
|
|
57
|
+
Test level 3
|
|
58
|
+
</h3>
|
|
59
|
+
<p>
|
|
60
|
+
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced.
|
|
61
|
+
</p>
|
|
62
|
+
<h2 id="section-3">
|
|
63
|
+
Section 3
|
|
64
|
+
</h2>
|
|
65
|
+
<p>
|
|
66
|
+
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced.
|
|
67
|
+
</p>
|
|
68
|
+
</div>
|
|
67
69
|
</div>
|
|
68
70
|
`;
|