@digigov/react-core 1.0.0-88820b1e → 1.0.0-8ae63a77
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/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/AdminAside/index.d.ts +1 -1
- package/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/AdminContainer/index.d.ts +4 -4
- package/AdminContainer/index.js +6 -5
- package/AdminMain/index.d.ts +1 -1
- package/AdminTopSection/index.d.ts +1 -1
- package/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/Aside/index.d.ts +5 -5
- package/Aside/index.js +9 -5
- package/Base/index.d.ts +2 -0
- package/Base/index.js +3 -2
- package/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/Blockquote/index.d.ts +8 -1
- package/Blockquote/index.js +3 -2
- package/Blockquote/index.test.js +8 -0
- package/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/BottomInfo/index.d.ts +1 -1
- package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/BottomInfoContainer/index.d.ts +1 -1
- package/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/BottomInfoContent/index.d.ts +1 -1
- package/BottomInfoContent/index.js +2 -11
- package/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/Card/index.d.ts +8 -1
- package/Card/index.js +3 -2
- package/Card/index.test.js +23 -15
- package/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/CircularProgress/index.d.ts +1 -1
- package/CircularProgress/index.js +2 -2
- package/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/Container/index.d.ts +12 -12
- package/Container/index.js +7 -7
- package/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/DropdownContent/index.d.ts +9 -1
- package/DropdownContent/index.js +4 -2
- package/FieldContainer/index.d.ts +1 -1
- package/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/FooterContainer/index.d.ts +1 -1
- package/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/Grid/index.d.ts +64 -32
- package/Grid/index.js +1 -1
- package/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/ImageLogo/index.d.ts +20 -0
- package/ImageLogo/index.js +45 -0
- package/ImageLogo/index.test.js +26 -0
- package/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/ImageLogoSet/index.d.ts +20 -0
- package/ImageLogoSet/index.js +45 -0
- package/ImageLogoSet/index.test.js +29 -0
- package/KitchenSinkCard/index.d.ts +1 -1
- package/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/Main/index.d.ts +4 -4
- package/Main/index.js +7 -4
- package/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/Nav/__snapshots__/index.test.tsx.snap +4 -4
- package/Nav/index.d.ts +3 -20
- package/Nav/index.js +2 -4
- package/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/NavList/index.d.ts +15 -2
- package/NavList/index.js +5 -2
- package/{es/NavListItem → NavListItemAction}/__snapshots__/index.test.tsx.snap +3 -3
- package/NavListItemAction/index.d.ts +14 -0
- package/NavListItemAction/index.js +44 -0
- package/{NavListItem → NavListItemAction}/index.test.js +3 -3
- package/{NavListItem → NavListItemActionContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/NavListItemActionContainer/index.d.ts +10 -0
- package/{NavListItem → NavListItemActionContainer}/index.js +5 -5
- package/NavListItemActionContainer/index.test.js +15 -0
- package/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
- package/NavMenuContainer/index.d.ts +10 -3
- package/NavMenuContainer/index.js +14 -3
- package/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
- package/NavMenuContent/index.d.ts +11 -0
- package/{NavMenuContainerContent → NavMenuContent}/index.js +12 -8
- package/{NavMenuContainerContent → NavMenuContent}/index.test.js +2 -2
- package/{NavMenuContainerContentList → NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/NavMenuContentListBase/index.d.ts +10 -0
- package/{NavMenuContainerContentList → NavMenuContentListBase}/index.js +6 -6
- package/{NavMenuContainerTitle → NavMenuContentListBase}/index.test.js +3 -3
- package/{esm/NavMenuContainerContentListItem → NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
- package/NavMenuContentListItem/index.d.ts +10 -0
- package/{NavMenuContainerContentListItem → NavMenuContentListItem}/index.js +5 -5
- package/{NavMenuContainerContentList → NavMenuContentListItem}/index.test.js +3 -3
- package/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/NavMenuTitle/index.d.ts +11 -0
- package/{NavMenuContainerTitle → NavMenuTitle}/index.js +10 -9
- package/{NavMenu → NavMenuTitle}/index.test.js +3 -3
- package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
- package/RadioItem/index.d.ts +4 -4
- package/RadioItem/index.js +3 -3
- package/RadioItem/index.test.js +4 -4
- package/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/StepNav/index.d.ts +8 -1
- package/StepNav/index.js +3 -2
- package/StepNav/index.test.js +8 -0
- package/SvgIcon/index.d.ts +1 -1
- package/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/TaskList/index.d.ts +8 -1
- package/TaskList/index.js +3 -2
- package/TaskList/index.test.js +8 -0
- package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/Timeline/index.d.ts +2 -2
- package/Timeline/index.js +2 -3
- package/Timeline/index.test.js +8 -0
- package/Unpurge/index.js +1 -1
- package/es/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/es/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/es/AdminContainer/index.js +6 -5
- package/es/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Aside/index.js +9 -5
- package/es/Base/index.js +3 -2
- package/es/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/es/Blockquote/index.js +3 -2
- package/es/Blockquote/index.test.js +8 -0
- package/es/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/es/BottomInfoContent/index.js +2 -11
- package/es/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/es/Card/index.js +3 -2
- package/es/Card/index.test.js +23 -15
- package/es/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/es/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/es/CircularProgress/index.js +2 -2
- package/es/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/es/Container/index.js +7 -7
- package/es/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/es/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/es/DropdownContent/index.js +4 -2
- package/es/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/es/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/es/Grid/index.js +1 -1
- package/es/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/es/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/es/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/es/ImageLogo/index.js +29 -0
- package/es/ImageLogo/index.test.js +20 -0
- package/es/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/es/ImageLogoSet/index.js +30 -0
- package/es/ImageLogoSet/index.test.js +23 -0
- package/es/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Main/index.js +7 -4
- package/es/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/es/Nav/__snapshots__/index.test.tsx.snap +4 -4
- package/es/Nav/index.js +2 -4
- package/es/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/es/NavList/index.js +5 -2
- package/{esm/NavListItem → es/NavListItemAction}/__snapshots__/index.test.tsx.snap +3 -3
- package/es/NavListItemAction/index.js +27 -0
- package/es/NavListItemAction/index.test.js +9 -0
- package/{src/NavListItem → es/NavListItemActionContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/NavListItem → es/NavListItemActionContainer}/index.js +3 -3
- package/es/NavListItemActionContainer/index.test.js +9 -0
- package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
- package/es/NavMenuContainer/index.js +12 -3
- package/es/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
- package/{esm/NavMenuContainerContent → es/NavMenuContent}/index.js +9 -6
- package/es/{NavMenuContainerContent → NavMenuContent}/index.test.js +1 -1
- package/es/{NavMenuContainerContentList → NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/NavMenuContainerContentList → es/NavMenuContentListBase}/index.js +4 -4
- package/es/NavMenuContentListBase/index.test.js +9 -0
- package/{src/NavMenuContainerContentListItem → es/NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/NavMenuContainerContentListItem → es/NavMenuContentListItem}/index.js +3 -3
- package/es/NavMenuContentListItem/index.test.js +9 -0
- package/es/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/es/{NavMenuContainerTitle → NavMenuTitle}/index.js +8 -7
- package/es/NavMenuTitle/index.test.js +9 -0
- package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/es/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/es/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
- package/es/RadioItem/index.js +3 -3
- package/es/RadioItem/index.test.js +4 -4
- package/es/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/es/StepNav/index.js +3 -2
- package/es/StepNav/index.test.js +8 -0
- package/es/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/es/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/es/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/es/TaskList/index.js +3 -2
- package/es/TaskList/index.test.js +8 -0
- package/es/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/es/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/es/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/es/Timeline/index.js +2 -3
- package/es/Timeline/index.test.js +8 -0
- package/es/Unpurge/index.js +1 -1
- package/es/index.js +9 -9
- package/es/registry.js +16 -18
- package/esm/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/esm/AdminContainer/index.js +6 -5
- package/esm/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Aside/index.js +9 -5
- package/esm/Base/index.js +3 -2
- package/esm/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/Blockquote/index.js +3 -2
- package/esm/Blockquote/index.test.js +8 -0
- package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/esm/BottomInfoContent/index.js +2 -11
- package/esm/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/esm/Card/index.js +3 -2
- package/esm/Card/index.test.js +23 -15
- package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/esm/CircularProgress/index.js +2 -2
- package/esm/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/esm/Container/index.js +7 -7
- package/esm/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/DropdownContent/index.js +4 -2
- package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/esm/Grid/index.js +1 -1
- package/esm/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/esm/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/esm/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/esm/ImageLogo/index.js +29 -0
- package/esm/ImageLogo/index.test.js +20 -0
- package/esm/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/esm/ImageLogoSet/index.js +30 -0
- package/esm/ImageLogoSet/index.test.js +23 -0
- package/esm/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Main/index.js +7 -4
- package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/esm/Nav/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/Nav/index.js +2 -4
- package/esm/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/NavList/index.js +5 -2
- package/esm/NavListItemAction/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/NavListItemAction/index.js +27 -0
- package/esm/NavListItemAction/index.test.js +9 -0
- package/esm/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/NavListItem → esm/NavListItemActionContainer}/index.js +3 -3
- package/esm/NavListItemActionContainer/index.test.js +9 -0
- package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
- package/esm/NavMenuContainer/index.js +12 -3
- package/esm/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
- package/{es/NavMenuContainerContent → esm/NavMenuContent}/index.js +9 -6
- package/esm/{NavMenuContainerContent → NavMenuContent}/index.test.js +1 -1
- package/esm/{NavMenuContainerContentList → NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/{es/NavMenuContainerContentList → esm/NavMenuContentListBase}/index.js +4 -4
- package/esm/NavMenuContentListBase/index.test.js +9 -0
- package/{NavMenuContainerContentListItem → esm/NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
- package/{es/NavMenuContainerContentListItem → esm/NavMenuContentListItem}/index.js +3 -3
- package/esm/NavMenuContentListItem/index.test.js +9 -0
- package/esm/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/esm/{NavMenuContainerTitle → NavMenuTitle}/index.js +8 -7
- package/esm/NavMenuTitle/index.test.js +9 -0
- package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/esm/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/RadioItem/index.js +3 -3
- package/esm/RadioItem/index.test.js +4 -4
- package/esm/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/StepNav/index.js +3 -2
- package/esm/StepNav/index.test.js +8 -0
- package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/esm/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/esm/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/TaskList/index.js +3 -2
- package/esm/TaskList/index.test.js +8 -0
- package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/esm/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/esm/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/Timeline/index.js +2 -3
- package/esm/Timeline/index.test.js +8 -0
- package/esm/Unpurge/index.js +1 -1
- package/esm/index.js +10 -10
- package/esm/registry.js +16 -18
- package/index.d.ts +9 -9
- package/index.js +49 -62
- package/package.json +3 -3
- package/registry.d.ts +8 -9
- package/registry.js +18 -21
- package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/src/AdminContainer/index.tsx +9 -10
- package/src/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Aside/index.tsx +10 -7
- package/src/Base/index.tsx +4 -0
- package/src/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/src/Blockquote/index.test.tsx +4 -0
- package/src/Blockquote/index.tsx +11 -2
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/src/BottomInfoContent/index.tsx +1 -4
- package/src/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/src/Card/index.test.tsx +3 -0
- package/src/Card/index.tsx +9 -1
- package/src/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/src/CircularProgress/index.tsx +2 -2
- package/src/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/src/Container/index.tsx +16 -22
- package/src/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/src/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/src/DropdownContent/index.tsx +15 -2
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/src/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/src/Grid/index.tsx +82 -39
- package/src/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/src/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/src/ImageLogo/index.test.tsx +13 -0
- package/src/ImageLogo/index.tsx +43 -0
- package/src/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/src/ImageLogoSet/index.test.tsx +17 -0
- package/src/ImageLogoSet/index.tsx +36 -0
- package/src/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Main/index.tsx +9 -6
- package/src/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/src/Nav/__snapshots__/index.test.tsx.snap +4 -4
- package/src/Nav/index.tsx +2 -22
- package/src/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/src/NavList/index.tsx +20 -2
- package/src/NavListItemAction/__snapshots__/index.test.tsx.snap +16 -0
- package/src/NavListItemAction/index.test.tsx +8 -0
- package/src/NavListItemAction/index.tsx +27 -0
- package/src/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/NavListItemActionContainer/index.test.tsx +8 -0
- package/src/{NavListItem → NavListItemActionContainer}/index.tsx +5 -5
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
- package/src/NavMenuContainer/index.tsx +31 -10
- package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
- package/src/{NavMenuContainerContent → NavMenuContent}/index.test.tsx +1 -1
- package/src/NavMenuContent/index.tsx +25 -0
- package/src/{NavMenuContainerContentList → NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/src/NavMenuContentListBase/index.test.tsx +9 -0
- package/src/NavMenuContentListBase/index.tsx +28 -0
- package/{es/NavMenuContainerContentListItem → src/NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
- package/src/NavMenuContentListItem/index.test.tsx +11 -0
- package/src/{NavMenuContainerContentListItem → NavMenuContentListItem}/index.tsx +6 -6
- package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/src/NavMenuTitle/index.test.tsx +9 -0
- package/src/NavMenuTitle/index.tsx +41 -0
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
- package/src/RadioItem/index.test.tsx +4 -4
- package/src/RadioItem/index.tsx +5 -5
- package/src/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/src/StepNav/index.test.tsx +4 -0
- package/src/StepNav/index.tsx +11 -2
- package/src/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/src/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/src/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/src/TaskList/index.test.tsx +4 -0
- package/src/TaskList/index.tsx +11 -2
- package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/src/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/src/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/src/Timeline/index.test.tsx +4 -0
- package/src/Timeline/index.tsx +4 -4
- package/src/Unpurge/index.tsx +50 -0
- package/src/index.ts +9 -9
- package/src/registry.js +16 -18
- package/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/Icon/index.d.ts +0 -25
- package/Icon/index.js +0 -58
- package/Icon/index.test.js +0 -88
- package/NavListItem/index.d.ts +0 -10
- package/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/NavMenu/index.d.ts +0 -26
- package/NavMenu/index.js +0 -43
- package/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
- package/NavMenuContainerContent/index.d.ts +0 -11
- package/NavMenuContainerContentList/index.d.ts +0 -10
- package/NavMenuContainerContentListItem/index.d.ts +0 -10
- package/NavMenuContainerContentListItem/index.test.js +0 -15
- package/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/NavMenuContainerTitle/index.d.ts +0 -11
- package/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/NavVertical/index.d.ts +0 -11
- package/NavVertical/index.js +0 -40
- package/NavVertical/index.test.js +0 -15
- package/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/NavVerticalItem/index.d.ts +0 -16
- package/NavVerticalItem/index.js +0 -39
- package/NavVerticalItem/index.test.d.ts +0 -1
- package/NavVerticalItem/index.test.js +0 -31
- package/es/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/es/Icon/index.js +0 -34
- package/es/Icon/index.test.js +0 -82
- package/es/NavListItem/index.test.js +0 -9
- package/es/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/es/NavMenu/index.js +0 -27
- package/es/NavMenu/index.test.js +0 -9
- package/es/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
- package/es/NavMenuContainerContentList/index.test.js +0 -9
- package/es/NavMenuContainerContentListItem/index.test.js +0 -9
- package/es/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/es/NavMenuContainerTitle/index.test.js +0 -9
- package/es/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/es/NavVertical/index.js +0 -24
- package/es/NavVertical/index.test.js +0 -9
- package/es/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/es/NavVerticalItem/index.js +0 -23
- package/es/NavVerticalItem/index.test.js +0 -25
- package/esm/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/esm/Icon/index.js +0 -34
- package/esm/Icon/index.test.js +0 -82
- package/esm/NavListItem/index.test.js +0 -9
- package/esm/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/esm/NavMenu/index.js +0 -27
- package/esm/NavMenu/index.test.js +0 -9
- package/esm/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
- package/esm/NavMenuContainerContentList/index.test.js +0 -9
- package/esm/NavMenuContainerContentListItem/index.test.js +0 -9
- package/esm/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/esm/NavMenuContainerTitle/index.test.js +0 -9
- package/esm/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/NavVertical/index.js +0 -24
- package/esm/NavVertical/index.test.js +0 -9
- package/esm/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/esm/NavVerticalItem/index.js +0 -23
- package/esm/NavVerticalItem/index.test.js +0 -25
- package/src/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/src/Icon/index.test.tsx +0 -36
- package/src/Icon/index.tsx +0 -63
- package/src/NavListItem/index.test.tsx +0 -8
- package/src/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/src/NavMenu/index.test.tsx +0 -7
- package/src/NavMenu/index.tsx +0 -51
- package/src/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
- package/src/NavMenuContainerContent/index.tsx +0 -22
- package/src/NavMenuContainerContentList/index.test.tsx +0 -9
- package/src/NavMenuContainerContentList/index.tsx +0 -28
- package/src/NavMenuContainerContentListItem/index.test.tsx +0 -11
- package/src/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/src/NavMenuContainerTitle/index.test.tsx +0 -9
- package/src/NavMenuContainerTitle/index.tsx +0 -40
- package/src/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/src/NavVertical/index.test.tsx +0 -8
- package/src/NavVertical/index.tsx +0 -28
- package/src/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/src/NavVerticalItem/index.test.tsx +0 -20
- package/src/NavVerticalItem/index.tsx +0 -37
- /package/{Icon → ImageLogo}/index.test.d.ts +0 -0
- /package/{NavListItem → ImageLogoSet}/index.test.d.ts +0 -0
- /package/{NavMenu → NavListItemAction}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContent → NavListItemActionContainer}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContentList → NavMenuContent}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContentListItem → NavMenuContentListBase}/index.test.d.ts +0 -0
- /package/{NavMenuContainerTitle → NavMenuContentListItem}/index.test.d.ts +0 -0
- /package/{NavVertical → NavMenuTitle}/index.test.d.ts +0 -0
|
@@ -7,11 +7,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=full 1`]
|
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(Base)
|
|
9
9
|
as="input"
|
|
10
|
-
className="govgr-input--width-5-char
|
|
10
|
+
className="govgr-input--width-5-char govgr-input"
|
|
11
11
|
type="text"
|
|
12
12
|
>
|
|
13
13
|
<input
|
|
14
|
-
className="govgr-input--width-5-char
|
|
14
|
+
className="govgr-input--width-5-char govgr-input"
|
|
15
15
|
type="text"
|
|
16
16
|
/>
|
|
17
17
|
</ForwardRef(Base)>
|
|
@@ -25,11 +25,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-half
|
|
|
25
25
|
>
|
|
26
26
|
<ForwardRef(Base)
|
|
27
27
|
as="input"
|
|
28
|
-
className="govgr-input--width-5-char
|
|
28
|
+
className="govgr-input--width-5-char govgr-!-width-one-half govgr-input"
|
|
29
29
|
type="text"
|
|
30
30
|
>
|
|
31
31
|
<input
|
|
32
|
-
className="govgr-input--width-5-char
|
|
32
|
+
className="govgr-input--width-5-char govgr-!-width-one-half govgr-input"
|
|
33
33
|
type="text"
|
|
34
34
|
/>
|
|
35
35
|
</ForwardRef(Base)>
|
|
@@ -43,11 +43,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-quart
|
|
|
43
43
|
>
|
|
44
44
|
<ForwardRef(Base)
|
|
45
45
|
as="input"
|
|
46
|
-
className="govgr-input--width-5-char
|
|
46
|
+
className="govgr-input--width-5-char govgr-!-width-one-quarter govgr-input"
|
|
47
47
|
type="text"
|
|
48
48
|
>
|
|
49
49
|
<input
|
|
50
|
-
className="govgr-input--width-5-char
|
|
50
|
+
className="govgr-input--width-5-char govgr-!-width-one-quarter govgr-input"
|
|
51
51
|
type="text"
|
|
52
52
|
/>
|
|
53
53
|
</ForwardRef(Base)>
|
|
@@ -61,11 +61,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-third
|
|
|
61
61
|
>
|
|
62
62
|
<ForwardRef(Base)
|
|
63
63
|
as="input"
|
|
64
|
-
className="govgr-input--width-5-char
|
|
64
|
+
className="govgr-input--width-5-char govgr-!-width-one-third govgr-input"
|
|
65
65
|
type="text"
|
|
66
66
|
>
|
|
67
67
|
<input
|
|
68
|
-
className="govgr-input--width-5-char
|
|
68
|
+
className="govgr-input--width-5-char govgr-!-width-one-third govgr-input"
|
|
69
69
|
type="text"
|
|
70
70
|
/>
|
|
71
71
|
</ForwardRef(Base)>
|
|
@@ -79,11 +79,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=three-qua
|
|
|
79
79
|
>
|
|
80
80
|
<ForwardRef(Base)
|
|
81
81
|
as="input"
|
|
82
|
-
className="govgr-input--width-5-char
|
|
82
|
+
className="govgr-input--width-5-char govgr-!-width-three-quarters govgr-input"
|
|
83
83
|
type="text"
|
|
84
84
|
>
|
|
85
85
|
<input
|
|
86
|
-
className="govgr-input--width-5-char
|
|
86
|
+
className="govgr-input--width-5-char govgr-!-width-three-quarters govgr-input"
|
|
87
87
|
type="text"
|
|
88
88
|
/>
|
|
89
89
|
</ForwardRef(Base)>
|
|
@@ -97,11 +97,11 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=two-third
|
|
|
97
97
|
>
|
|
98
98
|
<ForwardRef(Base)
|
|
99
99
|
as="input"
|
|
100
|
-
className="govgr-input--width-5-char
|
|
100
|
+
className="govgr-input--width-5-char govgr-!-width-two-thirds govgr-input"
|
|
101
101
|
type="text"
|
|
102
102
|
>
|
|
103
103
|
<input
|
|
104
|
-
className="govgr-input--width-5-char
|
|
104
|
+
className="govgr-input--width-5-char govgr-!-width-two-thirds govgr-input"
|
|
105
105
|
type="text"
|
|
106
106
|
/>
|
|
107
107
|
</ForwardRef(Base)>
|
|
@@ -114,11 +114,11 @@ exports[`renders the TextInput with maxWidth="2-char" 1`] = `
|
|
|
114
114
|
>
|
|
115
115
|
<ForwardRef(Base)
|
|
116
116
|
as="input"
|
|
117
|
-
className="govgr-input--width-2-char
|
|
117
|
+
className="govgr-input--width-2-char govgr-input"
|
|
118
118
|
type="text"
|
|
119
119
|
>
|
|
120
120
|
<input
|
|
121
|
-
className="govgr-input--width-2-char
|
|
121
|
+
className="govgr-input--width-2-char govgr-input"
|
|
122
122
|
type="text"
|
|
123
123
|
/>
|
|
124
124
|
</ForwardRef(Base)>
|
|
@@ -132,11 +132,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=full 1`] =
|
|
|
132
132
|
>
|
|
133
133
|
<ForwardRef(Base)
|
|
134
134
|
as="input"
|
|
135
|
-
className="govgr-input--width-2-char
|
|
135
|
+
className="govgr-input--width-2-char govgr-input"
|
|
136
136
|
type="text"
|
|
137
137
|
>
|
|
138
138
|
<input
|
|
139
|
-
className="govgr-input--width-2-char
|
|
139
|
+
className="govgr-input--width-2-char govgr-input"
|
|
140
140
|
type="text"
|
|
141
141
|
/>
|
|
142
142
|
</ForwardRef(Base)>
|
|
@@ -150,11 +150,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-half 1`
|
|
|
150
150
|
>
|
|
151
151
|
<ForwardRef(Base)
|
|
152
152
|
as="input"
|
|
153
|
-
className="govgr-input--width-2-char
|
|
153
|
+
className="govgr-input--width-2-char govgr-!-width-one-half govgr-input"
|
|
154
154
|
type="text"
|
|
155
155
|
>
|
|
156
156
|
<input
|
|
157
|
-
className="govgr-input--width-2-char
|
|
157
|
+
className="govgr-input--width-2-char govgr-!-width-one-half govgr-input"
|
|
158
158
|
type="text"
|
|
159
159
|
/>
|
|
160
160
|
</ForwardRef(Base)>
|
|
@@ -168,11 +168,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-quarter
|
|
|
168
168
|
>
|
|
169
169
|
<ForwardRef(Base)
|
|
170
170
|
as="input"
|
|
171
|
-
className="govgr-input--width-2-char
|
|
171
|
+
className="govgr-input--width-2-char govgr-!-width-one-quarter govgr-input"
|
|
172
172
|
type="text"
|
|
173
173
|
>
|
|
174
174
|
<input
|
|
175
|
-
className="govgr-input--width-2-char
|
|
175
|
+
className="govgr-input--width-2-char govgr-!-width-one-quarter govgr-input"
|
|
176
176
|
type="text"
|
|
177
177
|
/>
|
|
178
178
|
</ForwardRef(Base)>
|
|
@@ -186,11 +186,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-third 1
|
|
|
186
186
|
>
|
|
187
187
|
<ForwardRef(Base)
|
|
188
188
|
as="input"
|
|
189
|
-
className="govgr-input--width-2-char
|
|
189
|
+
className="govgr-input--width-2-char govgr-!-width-one-third govgr-input"
|
|
190
190
|
type="text"
|
|
191
191
|
>
|
|
192
192
|
<input
|
|
193
|
-
className="govgr-input--width-2-char
|
|
193
|
+
className="govgr-input--width-2-char govgr-!-width-one-third govgr-input"
|
|
194
194
|
type="text"
|
|
195
195
|
/>
|
|
196
196
|
</ForwardRef(Base)>
|
|
@@ -204,11 +204,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=three-quart
|
|
|
204
204
|
>
|
|
205
205
|
<ForwardRef(Base)
|
|
206
206
|
as="input"
|
|
207
|
-
className="govgr-input--width-2-char
|
|
207
|
+
className="govgr-input--width-2-char govgr-!-width-three-quarters govgr-input"
|
|
208
208
|
type="text"
|
|
209
209
|
>
|
|
210
210
|
<input
|
|
211
|
-
className="govgr-input--width-2-char
|
|
211
|
+
className="govgr-input--width-2-char govgr-!-width-three-quarters govgr-input"
|
|
212
212
|
type="text"
|
|
213
213
|
/>
|
|
214
214
|
</ForwardRef(Base)>
|
|
@@ -222,11 +222,11 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=two-thirds
|
|
|
222
222
|
>
|
|
223
223
|
<ForwardRef(Base)
|
|
224
224
|
as="input"
|
|
225
|
-
className="govgr-input--width-2-char
|
|
225
|
+
className="govgr-input--width-2-char govgr-!-width-two-thirds govgr-input"
|
|
226
226
|
type="text"
|
|
227
227
|
>
|
|
228
228
|
<input
|
|
229
|
-
className="govgr-input--width-2-char
|
|
229
|
+
className="govgr-input--width-2-char govgr-!-width-two-thirds govgr-input"
|
|
230
230
|
type="text"
|
|
231
231
|
/>
|
|
232
232
|
</ForwardRef(Base)>
|
|
@@ -239,11 +239,11 @@ exports[`renders the TextInput with maxWidth="3-char" 1`] = `
|
|
|
239
239
|
>
|
|
240
240
|
<ForwardRef(Base)
|
|
241
241
|
as="input"
|
|
242
|
-
className="govgr-input--width-3-char
|
|
242
|
+
className="govgr-input--width-3-char govgr-input"
|
|
243
243
|
type="text"
|
|
244
244
|
>
|
|
245
245
|
<input
|
|
246
|
-
className="govgr-input--width-3-char
|
|
246
|
+
className="govgr-input--width-3-char govgr-input"
|
|
247
247
|
type="text"
|
|
248
248
|
/>
|
|
249
249
|
</ForwardRef(Base)>
|
|
@@ -257,11 +257,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=full 1`] =
|
|
|
257
257
|
>
|
|
258
258
|
<ForwardRef(Base)
|
|
259
259
|
as="input"
|
|
260
|
-
className="govgr-input--width-3-char
|
|
260
|
+
className="govgr-input--width-3-char govgr-input"
|
|
261
261
|
type="text"
|
|
262
262
|
>
|
|
263
263
|
<input
|
|
264
|
-
className="govgr-input--width-3-char
|
|
264
|
+
className="govgr-input--width-3-char govgr-input"
|
|
265
265
|
type="text"
|
|
266
266
|
/>
|
|
267
267
|
</ForwardRef(Base)>
|
|
@@ -275,11 +275,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-half 1`
|
|
|
275
275
|
>
|
|
276
276
|
<ForwardRef(Base)
|
|
277
277
|
as="input"
|
|
278
|
-
className="govgr-input--width-3-char
|
|
278
|
+
className="govgr-input--width-3-char govgr-!-width-one-half govgr-input"
|
|
279
279
|
type="text"
|
|
280
280
|
>
|
|
281
281
|
<input
|
|
282
|
-
className="govgr-input--width-3-char
|
|
282
|
+
className="govgr-input--width-3-char govgr-!-width-one-half govgr-input"
|
|
283
283
|
type="text"
|
|
284
284
|
/>
|
|
285
285
|
</ForwardRef(Base)>
|
|
@@ -293,11 +293,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-quarter
|
|
|
293
293
|
>
|
|
294
294
|
<ForwardRef(Base)
|
|
295
295
|
as="input"
|
|
296
|
-
className="govgr-input--width-3-char
|
|
296
|
+
className="govgr-input--width-3-char govgr-!-width-one-quarter govgr-input"
|
|
297
297
|
type="text"
|
|
298
298
|
>
|
|
299
299
|
<input
|
|
300
|
-
className="govgr-input--width-3-char
|
|
300
|
+
className="govgr-input--width-3-char govgr-!-width-one-quarter govgr-input"
|
|
301
301
|
type="text"
|
|
302
302
|
/>
|
|
303
303
|
</ForwardRef(Base)>
|
|
@@ -311,11 +311,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-third 1
|
|
|
311
311
|
>
|
|
312
312
|
<ForwardRef(Base)
|
|
313
313
|
as="input"
|
|
314
|
-
className="govgr-input--width-3-char
|
|
314
|
+
className="govgr-input--width-3-char govgr-!-width-one-third govgr-input"
|
|
315
315
|
type="text"
|
|
316
316
|
>
|
|
317
317
|
<input
|
|
318
|
-
className="govgr-input--width-3-char
|
|
318
|
+
className="govgr-input--width-3-char govgr-!-width-one-third govgr-input"
|
|
319
319
|
type="text"
|
|
320
320
|
/>
|
|
321
321
|
</ForwardRef(Base)>
|
|
@@ -329,11 +329,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=three-quart
|
|
|
329
329
|
>
|
|
330
330
|
<ForwardRef(Base)
|
|
331
331
|
as="input"
|
|
332
|
-
className="govgr-input--width-3-char
|
|
332
|
+
className="govgr-input--width-3-char govgr-!-width-three-quarters govgr-input"
|
|
333
333
|
type="text"
|
|
334
334
|
>
|
|
335
335
|
<input
|
|
336
|
-
className="govgr-input--width-3-char
|
|
336
|
+
className="govgr-input--width-3-char govgr-!-width-three-quarters govgr-input"
|
|
337
337
|
type="text"
|
|
338
338
|
/>
|
|
339
339
|
</ForwardRef(Base)>
|
|
@@ -347,11 +347,11 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=two-thirds
|
|
|
347
347
|
>
|
|
348
348
|
<ForwardRef(Base)
|
|
349
349
|
as="input"
|
|
350
|
-
className="govgr-input--width-3-char
|
|
350
|
+
className="govgr-input--width-3-char govgr-!-width-two-thirds govgr-input"
|
|
351
351
|
type="text"
|
|
352
352
|
>
|
|
353
353
|
<input
|
|
354
|
-
className="govgr-input--width-3-char
|
|
354
|
+
className="govgr-input--width-3-char govgr-!-width-two-thirds govgr-input"
|
|
355
355
|
type="text"
|
|
356
356
|
/>
|
|
357
357
|
</ForwardRef(Base)>
|
|
@@ -364,11 +364,11 @@ exports[`renders the TextInput with maxWidth="4-char" 1`] = `
|
|
|
364
364
|
>
|
|
365
365
|
<ForwardRef(Base)
|
|
366
366
|
as="input"
|
|
367
|
-
className="govgr-input--width-4-char
|
|
367
|
+
className="govgr-input--width-4-char govgr-input"
|
|
368
368
|
type="text"
|
|
369
369
|
>
|
|
370
370
|
<input
|
|
371
|
-
className="govgr-input--width-4-char
|
|
371
|
+
className="govgr-input--width-4-char govgr-input"
|
|
372
372
|
type="text"
|
|
373
373
|
/>
|
|
374
374
|
</ForwardRef(Base)>
|
|
@@ -382,11 +382,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=full 1`] =
|
|
|
382
382
|
>
|
|
383
383
|
<ForwardRef(Base)
|
|
384
384
|
as="input"
|
|
385
|
-
className="govgr-input--width-4-char
|
|
385
|
+
className="govgr-input--width-4-char govgr-input"
|
|
386
386
|
type="text"
|
|
387
387
|
>
|
|
388
388
|
<input
|
|
389
|
-
className="govgr-input--width-4-char
|
|
389
|
+
className="govgr-input--width-4-char govgr-input"
|
|
390
390
|
type="text"
|
|
391
391
|
/>
|
|
392
392
|
</ForwardRef(Base)>
|
|
@@ -400,11 +400,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-half 1`
|
|
|
400
400
|
>
|
|
401
401
|
<ForwardRef(Base)
|
|
402
402
|
as="input"
|
|
403
|
-
className="govgr-input--width-4-char
|
|
403
|
+
className="govgr-input--width-4-char govgr-!-width-one-half govgr-input"
|
|
404
404
|
type="text"
|
|
405
405
|
>
|
|
406
406
|
<input
|
|
407
|
-
className="govgr-input--width-4-char
|
|
407
|
+
className="govgr-input--width-4-char govgr-!-width-one-half govgr-input"
|
|
408
408
|
type="text"
|
|
409
409
|
/>
|
|
410
410
|
</ForwardRef(Base)>
|
|
@@ -418,11 +418,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-quarter
|
|
|
418
418
|
>
|
|
419
419
|
<ForwardRef(Base)
|
|
420
420
|
as="input"
|
|
421
|
-
className="govgr-input--width-4-char
|
|
421
|
+
className="govgr-input--width-4-char govgr-!-width-one-quarter govgr-input"
|
|
422
422
|
type="text"
|
|
423
423
|
>
|
|
424
424
|
<input
|
|
425
|
-
className="govgr-input--width-4-char
|
|
425
|
+
className="govgr-input--width-4-char govgr-!-width-one-quarter govgr-input"
|
|
426
426
|
type="text"
|
|
427
427
|
/>
|
|
428
428
|
</ForwardRef(Base)>
|
|
@@ -436,11 +436,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-third 1
|
|
|
436
436
|
>
|
|
437
437
|
<ForwardRef(Base)
|
|
438
438
|
as="input"
|
|
439
|
-
className="govgr-input--width-4-char
|
|
439
|
+
className="govgr-input--width-4-char govgr-!-width-one-third govgr-input"
|
|
440
440
|
type="text"
|
|
441
441
|
>
|
|
442
442
|
<input
|
|
443
|
-
className="govgr-input--width-4-char
|
|
443
|
+
className="govgr-input--width-4-char govgr-!-width-one-third govgr-input"
|
|
444
444
|
type="text"
|
|
445
445
|
/>
|
|
446
446
|
</ForwardRef(Base)>
|
|
@@ -454,11 +454,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=three-quart
|
|
|
454
454
|
>
|
|
455
455
|
<ForwardRef(Base)
|
|
456
456
|
as="input"
|
|
457
|
-
className="govgr-input--width-4-char
|
|
457
|
+
className="govgr-input--width-4-char govgr-!-width-three-quarters govgr-input"
|
|
458
458
|
type="text"
|
|
459
459
|
>
|
|
460
460
|
<input
|
|
461
|
-
className="govgr-input--width-4-char
|
|
461
|
+
className="govgr-input--width-4-char govgr-!-width-three-quarters govgr-input"
|
|
462
462
|
type="text"
|
|
463
463
|
/>
|
|
464
464
|
</ForwardRef(Base)>
|
|
@@ -472,11 +472,11 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=two-thirds
|
|
|
472
472
|
>
|
|
473
473
|
<ForwardRef(Base)
|
|
474
474
|
as="input"
|
|
475
|
-
className="govgr-input--width-4-char
|
|
475
|
+
className="govgr-input--width-4-char govgr-!-width-two-thirds govgr-input"
|
|
476
476
|
type="text"
|
|
477
477
|
>
|
|
478
478
|
<input
|
|
479
|
-
className="govgr-input--width-4-char
|
|
479
|
+
className="govgr-input--width-4-char govgr-!-width-two-thirds govgr-input"
|
|
480
480
|
type="text"
|
|
481
481
|
/>
|
|
482
482
|
</ForwardRef(Base)>
|
|
@@ -489,11 +489,11 @@ exports[`renders the TextInput with maxWidth="5-char" 1`] = `
|
|
|
489
489
|
>
|
|
490
490
|
<ForwardRef(Base)
|
|
491
491
|
as="input"
|
|
492
|
-
className="govgr-input--width-5-char
|
|
492
|
+
className="govgr-input--width-5-char govgr-input"
|
|
493
493
|
type="text"
|
|
494
494
|
>
|
|
495
495
|
<input
|
|
496
|
-
className="govgr-input--width-5-char
|
|
496
|
+
className="govgr-input--width-5-char govgr-input"
|
|
497
497
|
type="text"
|
|
498
498
|
/>
|
|
499
499
|
</ForwardRef(Base)>
|
|
@@ -506,11 +506,11 @@ exports[`renders the TextInput with maxWidth="10-char" 1`] = `
|
|
|
506
506
|
>
|
|
507
507
|
<ForwardRef(Base)
|
|
508
508
|
as="input"
|
|
509
|
-
className="govgr-input--width-10-char
|
|
509
|
+
className="govgr-input--width-10-char govgr-input"
|
|
510
510
|
type="text"
|
|
511
511
|
>
|
|
512
512
|
<input
|
|
513
|
-
className="govgr-input--width-10-char
|
|
513
|
+
className="govgr-input--width-10-char govgr-input"
|
|
514
514
|
type="text"
|
|
515
515
|
/>
|
|
516
516
|
</ForwardRef(Base)>
|
|
@@ -523,11 +523,11 @@ exports[`renders the TextInput with maxWidth="20-char" 1`] = `
|
|
|
523
523
|
>
|
|
524
524
|
<ForwardRef(Base)
|
|
525
525
|
as="input"
|
|
526
|
-
className="govgr-input--width-20-char
|
|
526
|
+
className="govgr-input--width-20-char govgr-input"
|
|
527
527
|
type="text"
|
|
528
528
|
>
|
|
529
529
|
<input
|
|
530
|
-
className="govgr-input--width-20-char
|
|
530
|
+
className="govgr-input--width-20-char govgr-input"
|
|
531
531
|
type="text"
|
|
532
532
|
/>
|
|
533
533
|
</ForwardRef(Base)>
|
|
@@ -541,11 +541,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=full 1`] =
|
|
|
541
541
|
>
|
|
542
542
|
<ForwardRef(Base)
|
|
543
543
|
as="input"
|
|
544
|
-
className="govgr-input--width-20-char
|
|
544
|
+
className="govgr-input--width-20-char govgr-input"
|
|
545
545
|
type="text"
|
|
546
546
|
>
|
|
547
547
|
<input
|
|
548
|
-
className="govgr-input--width-20-char
|
|
548
|
+
className="govgr-input--width-20-char govgr-input"
|
|
549
549
|
type="text"
|
|
550
550
|
/>
|
|
551
551
|
</ForwardRef(Base)>
|
|
@@ -559,11 +559,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-half 1
|
|
|
559
559
|
>
|
|
560
560
|
<ForwardRef(Base)
|
|
561
561
|
as="input"
|
|
562
|
-
className="govgr-input--width-20-char
|
|
562
|
+
className="govgr-input--width-20-char govgr-!-width-one-half govgr-input"
|
|
563
563
|
type="text"
|
|
564
564
|
>
|
|
565
565
|
<input
|
|
566
|
-
className="govgr-input--width-20-char
|
|
566
|
+
className="govgr-input--width-20-char govgr-!-width-one-half govgr-input"
|
|
567
567
|
type="text"
|
|
568
568
|
/>
|
|
569
569
|
</ForwardRef(Base)>
|
|
@@ -577,11 +577,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-quarte
|
|
|
577
577
|
>
|
|
578
578
|
<ForwardRef(Base)
|
|
579
579
|
as="input"
|
|
580
|
-
className="govgr-input--width-20-char
|
|
580
|
+
className="govgr-input--width-20-char govgr-!-width-one-quarter govgr-input"
|
|
581
581
|
type="text"
|
|
582
582
|
>
|
|
583
583
|
<input
|
|
584
|
-
className="govgr-input--width-20-char
|
|
584
|
+
className="govgr-input--width-20-char govgr-!-width-one-quarter govgr-input"
|
|
585
585
|
type="text"
|
|
586
586
|
/>
|
|
587
587
|
</ForwardRef(Base)>
|
|
@@ -595,11 +595,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-third
|
|
|
595
595
|
>
|
|
596
596
|
<ForwardRef(Base)
|
|
597
597
|
as="input"
|
|
598
|
-
className="govgr-input--width-20-char
|
|
598
|
+
className="govgr-input--width-20-char govgr-!-width-one-third govgr-input"
|
|
599
599
|
type="text"
|
|
600
600
|
>
|
|
601
601
|
<input
|
|
602
|
-
className="govgr-input--width-20-char
|
|
602
|
+
className="govgr-input--width-20-char govgr-!-width-one-third govgr-input"
|
|
603
603
|
type="text"
|
|
604
604
|
/>
|
|
605
605
|
</ForwardRef(Base)>
|
|
@@ -613,11 +613,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=three-quar
|
|
|
613
613
|
>
|
|
614
614
|
<ForwardRef(Base)
|
|
615
615
|
as="input"
|
|
616
|
-
className="govgr-input--width-20-char
|
|
616
|
+
className="govgr-input--width-20-char govgr-!-width-three-quarters govgr-input"
|
|
617
617
|
type="text"
|
|
618
618
|
>
|
|
619
619
|
<input
|
|
620
|
-
className="govgr-input--width-20-char
|
|
620
|
+
className="govgr-input--width-20-char govgr-!-width-three-quarters govgr-input"
|
|
621
621
|
type="text"
|
|
622
622
|
/>
|
|
623
623
|
</ForwardRef(Base)>
|
|
@@ -631,11 +631,11 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=two-thirds
|
|
|
631
631
|
>
|
|
632
632
|
<ForwardRef(Base)
|
|
633
633
|
as="input"
|
|
634
|
-
className="govgr-input--width-20-char
|
|
634
|
+
className="govgr-input--width-20-char govgr-!-width-two-thirds govgr-input"
|
|
635
635
|
type="text"
|
|
636
636
|
>
|
|
637
637
|
<input
|
|
638
|
-
className="govgr-input--width-20-char
|
|
638
|
+
className="govgr-input--width-20-char govgr-!-width-two-thirds govgr-input"
|
|
639
639
|
type="text"
|
|
640
640
|
/>
|
|
641
641
|
</ForwardRef(Base)>
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
+
exports[`renders the Timeline with dense prop 1`] = `
|
|
4
|
+
<ForwardRef(Timeline)
|
|
5
|
+
dense={true}
|
|
6
|
+
>
|
|
7
|
+
<ForwardRef(Base)
|
|
8
|
+
as="ol"
|
|
9
|
+
className="govgr-timeline--dense govgr-timeline"
|
|
10
|
+
>
|
|
11
|
+
<ol
|
|
12
|
+
className="govgr-timeline--dense govgr-timeline"
|
|
13
|
+
>
|
|
14
|
+
hello
|
|
15
|
+
</ol>
|
|
16
|
+
</ForwardRef(Base)>
|
|
17
|
+
</ForwardRef(Timeline)>
|
|
18
|
+
`;
|
|
19
|
+
|
|
3
20
|
exports[`renders the Timeline with no prop 1`] = `
|
|
4
21
|
<ForwardRef(Timeline)>
|
|
5
22
|
<ForwardRef(Base)
|
package/es/Timeline/index.js
CHANGED
|
@@ -10,8 +10,7 @@ import Base from '@digigov/react-core/Base';
|
|
|
10
10
|
* This component must contain TimelineItem component.
|
|
11
11
|
*/
|
|
12
12
|
export var Timeline = /*#__PURE__*/React.forwardRef(function Timeline(_ref, ref) {
|
|
13
|
-
var
|
|
14
|
-
dense = _ref$dense === void 0 ? true : _ref$dense,
|
|
13
|
+
var dense = _ref.dense,
|
|
15
14
|
className = _ref.className,
|
|
16
15
|
children = _ref.children,
|
|
17
16
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
@@ -19,7 +18,7 @@ export var Timeline = /*#__PURE__*/React.forwardRef(function Timeline(_ref, ref)
|
|
|
19
18
|
return /*#__PURE__*/React.createElement(Base, _extends({
|
|
20
19
|
as: "ol",
|
|
21
20
|
ref: ref,
|
|
22
|
-
className: clsx(className,
|
|
21
|
+
className: clsx(className, dense && 'govgr-timeline--dense', true && 'govgr-timeline')
|
|
23
22
|
}, props), children);
|
|
24
23
|
});
|
|
25
24
|
export default Timeline;
|
|
@@ -6,4 +6,12 @@ var _ref = /*#__PURE__*/React.createElement(Timeline, null, "hello");
|
|
|
6
6
|
|
|
7
7
|
it('renders the Timeline with no prop', function () {
|
|
8
8
|
expect(mount(_ref)).toMatchSnapshot();
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
var _ref2 = /*#__PURE__*/React.createElement(Timeline, {
|
|
12
|
+
dense: true
|
|
13
|
+
}, "hello");
|
|
14
|
+
|
|
15
|
+
it('renders the Timeline with dense prop', function () {
|
|
16
|
+
expect(mount(_ref2)).toMatchSnapshot();
|
|
9
17
|
});
|
package/es/Unpurge/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
|
|
3
3
|
function Unpurge() {
|
|
4
4
|
return /*#__PURE__*/React.createElement("div", {
|
|
5
|
-
className: "\n govgr-m-0 \n govgr-mt-0 \n govgr-mb-0 \n govgr-mr-0 \n govgr-ml-0 \n govgr-p-0 \n govgr-pt-0 \n govgr-pb-0 \n govgr-pr-0 \n govgr-pl-0 \n govgr-m-1 \n govgr-mt-1 \n govgr-mb-1 \n govgr-mr-1 \n govgr-ml-1 \n govgr-p-1 \n govgr-pt-1 \n govgr-pb-1 \n govgr-pr-1 \n govgr-pl-1 \n govgr-m-2 \n govgr-mt-2 \n govgr-mb-2 \n govgr-mr-2 \n govgr-ml-2 \n govgr-p-2 \n govgr-pt-2 \n govgr-pb-2 \n govgr-pr-2 \n govgr-pl-2 \n govgr-m-3 \n govgr-mt-3 \n govgr-mb-3 \n govgr-mr-3 \n govgr-ml-3 \n govgr-p-3 \n govgr-pt-3 \n govgr-pb-3 \n govgr-pr-3 \n govgr-pl-3 \n govgr-m-4 \n govgr-mt-4 \n govgr-mb-4 \n govgr-mr-4 \n govgr-ml-4 \n govgr-p-4 \n govgr-pt-4 \n govgr-pb-4 \n govgr-pr-4 \n govgr-pl-4 \n govgr-m-5 \n govgr-mt-5 \n govgr-mb-5 \n govgr-mr-5 \n govgr-ml-5 \n govgr-p-5 \n govgr-pt-5 \n govgr-pb-5 \n govgr-pr-5 \n govgr-pl-5 \n govgr-m-6 \n govgr-mt-6 \n govgr-mb-6 \n govgr-mr-6 \n govgr-ml-6 \n govgr-p-6 \n govgr-pt-6 \n govgr-pb-6 \n govgr-pr-6 \n govgr-pl-6 \n govgr-m-7 \n govgr-mt-7 \n govgr-mb-7 \n govgr-mr-7 \n govgr-ml-7 \n govgr-p-7 \n govgr-pt-7 \n govgr-pb-7 \n govgr-pr-7 \n govgr-pl-7 \n govgr-m-8 \n govgr-mt-8 \n govgr-mb-8 \n govgr-mr-8 \n govgr-ml-8 \n govgr-m-9 \n govgr-mt-9 \n govgr-mb-9 \n govgr-mr-9 \n govgr-ml-9 \n govgr-m-10 \n govgr-mt-10 \n govgr-mb-10 \n govgr-mr-10 \n govgr-ml-10 \n govgr-m-11 \n govgr-mt-11 \n govgr-mb-11 \n govgr-mr-11 \n govgr-ml-11 \n govgr-m-12 \n govgr-mt-12 \n govgr-mb-12 \n govgr-mr-12 \n govgr-ml-12 \n govgr-p-8 \n govgr-pt-8 \n govgr-pb-8 \n govgr-pr-8 \n govgr-pl-8 \n govgr-p-9 \n govgr-pt-9 \n govgr-pb-9 \n govgr-pr-9 \n govgr-pl-9 \n govgr-p-10\n govgr-pt-10\n govgr-pb-10\n govgr-pr-10\n govgr-pl-10\n govgr-p-11\n govgr-pt-11\n govgr-pb-11\n govgr-pr-11\n govgr-pl-11\n govgr-p-12\n govgr-pt-12\n govgr-pb-12\n govgr-pr-12\n govgr-pl-12\n govgr-gap-1\n govgr-gap-2\n govgr-gap-4\n govgr-gap-6\n govgr-gap-8\n govgr-gap-10\n govgr-gap-12\n govgr-!-font-size-14\n govgr-!-font-size-16\n govgr-!-font-size-19\n govgr-!-font-size-24\n govgr-!-font-size-30\n govgr-!-font-size-36\n govgr-!-font-size-48\n govgr-!-font-size-72\n govgr-!-font-weight-regular\n govgr-!-font-weight-bold\n govgr-print-hidden\n govgr-svg-icon--arrow\n govgr-svg-icon--burger\n govgr-svg-icon--burger--active\n govgr-svg-icon--caret\n govgr-svg-icon--check\n govgr-svg-icon--close\n govgr-svg-icon--globe\n govgr-svg-icon--moreVert\n govgr-svg-icon--uncheck\n xs:govgr-grid__col-span-1\n xs:govgr-grid__col-span-2\n xs:govgr-grid__col-span-3\n xs:govgr-grid__col-span-4\n xs:govgr-grid__col-span-5\n xs:govgr-grid__col-span-6\n xs:govgr-grid__col-span-7\n xs:govgr-grid__col-span-8\n xs:govgr-grid__col-span-9\n xs:govgr-grid__col-span-10\n xs:govgr-grid__col-span-11\n xs:govgr-grid__col-span-12\n sm:govgr-grid__col-span-1\n sm:govgr-grid__col-span-2\n sm:govgr-grid__col-span-3\n sm:govgr-grid__col-span-4\n sm:govgr-grid__col-span-5\n sm:govgr-grid__col-span-6\n sm:govgr-grid__col-span-7\n sm:govgr-grid__col-span-8\n sm:govgr-grid__col-span-9\n sm:govgr-grid__col-span-10\n sm:govgr-grid__col-span-11\n sm:govgr-grid__col-span-12\n md:govgr-grid__col-span-1\n md:govgr-grid__col-span-2\n md:govgr-grid__col-span-3\n md:govgr-grid__col-span-4\n md:govgr-grid__col-span-5\n md:govgr-grid__col-span-6\n md:govgr-grid__col-span-7\n md:govgr-grid__col-span-8\n md:govgr-grid__col-span-9\n md:govgr-grid__col-span-10\n md:govgr-grid__col-span-11\n md:govgr-grid__col-span-12\n lg:govgr-grid__col-span-1\n lg:govgr-grid__col-span-2\n lg:govgr-grid__col-span-3\n lg:govgr-grid__col-span-4\n lg:govgr-grid__col-span-5\n lg:govgr-grid__col-span-6\n lg:govgr-grid__col-span-7\n lg:govgr-grid__col-span-8\n lg:govgr-grid__col-span-9\n lg:govgr-grid__col-span-10\n lg:govgr-grid__col-span-11\n lg:govgr-grid__col-span-12\n govgr-stack--row\n govgr-stack--row-reverse\n govgr-stack--column\n govgr-stack--column-reverse\n govgr-stack--justify-flex-start\n govgr-stack--justify-flex-end\n govgr-stack--justify-center\n govgr-stack--justify-space-between\n govgr-stack--justify-space-around\n govgr-stack--justify-space-evenly \n govgr-stack--align-stretch\n govgr-stack--align-flex-start\n govgr-stack--align-flex-end\n govgr-stack--align-center\n govgr-stack--align-baseline\n govgr-stack--content-flex-start\n govgr-stack--content-flex-end\n govgr-stack--content-center\n govgr-stack--content-space-between\n govgr-stack--content-space-around\n govgr-stack--content-space-evenly \n govgr-notification-banner--info\n govgr-notification-banner--success\n govgr-notification-banner--warning\n govgr-notification-banner--error\n govgr-input--width-2-char\n govgr-input--width-3-char\n govgr-input--width-4-char\n govgr-input--width-5-char\n govgr-input--width-10-char\n govgr-input--width-20-char\n govgr-!-width-one-quarter\n govgr-!-width-one-third\n govgr-!-width-one-half\n govgr-!-width-two-thirds\n govgr-!-width-three-quarters\n govgr-!-width-one-third\n govgr-!-width-one-half\n govgr-!-width-two-thirds\n govgr-!-width-three-quarters\n govgr-!-width-full\n govgr-table__caption--sm\n govgr-table__caption--md\n govgr-table__caption--lg\n govgr-table__caption--xl\n govgr-task-list__content__tag--primary\n govgr-task-list__content__tag--secondary\n govgr-task-list__content__tag--info\n govgr-svg-icon--xs\n govgr-svg-icon--sm\n govgr-svg-icon--md\n govgr-svg-icon--lg\n govgr-svg-icon--xl\n "
|
|
5
|
+
className: "\n govgr-m-0 \n govgr-mt-0 \n govgr-mb-0 \n govgr-mr-0 \n govgr-ml-0 \n govgr-p-0 \n govgr-pt-0 \n govgr-pb-0 \n govgr-pr-0 \n govgr-pl-0 \n govgr-m-1 \n govgr-mt-1 \n govgr-mb-1 \n govgr-mr-1 \n govgr-ml-1 \n govgr-p-1 \n govgr-pt-1 \n govgr-pb-1 \n govgr-pr-1 \n govgr-pl-1 \n govgr-m-2 \n govgr-mt-2 \n govgr-mb-2 \n govgr-mr-2 \n govgr-ml-2 \n govgr-p-2 \n govgr-pt-2 \n govgr-pb-2 \n govgr-pr-2 \n govgr-pl-2 \n govgr-m-3 \n govgr-mt-3 \n govgr-mb-3 \n govgr-mr-3 \n govgr-ml-3 \n govgr-p-3 \n govgr-pt-3 \n govgr-pb-3 \n govgr-pr-3 \n govgr-pl-3 \n govgr-m-4 \n govgr-mt-4 \n govgr-mb-4 \n govgr-mr-4 \n govgr-ml-4 \n govgr-p-4 \n govgr-pt-4 \n govgr-pb-4 \n govgr-pr-4 \n govgr-pl-4 \n govgr-m-5 \n govgr-mt-5 \n govgr-mb-5 \n govgr-mr-5 \n govgr-ml-5 \n govgr-p-5 \n govgr-pt-5 \n govgr-pb-5 \n govgr-pr-5 \n govgr-pl-5 \n govgr-m-6 \n govgr-mt-6 \n govgr-mb-6 \n govgr-mr-6 \n govgr-ml-6 \n govgr-p-6 \n govgr-pt-6 \n govgr-pb-6 \n govgr-pr-6 \n govgr-pl-6 \n govgr-m-7 \n govgr-mt-7 \n govgr-mb-7 \n govgr-mr-7 \n govgr-ml-7 \n govgr-p-7 \n govgr-pt-7 \n govgr-pb-7 \n govgr-pr-7 \n govgr-pl-7 \n govgr-m-8 \n govgr-mt-8 \n govgr-mb-8 \n govgr-mr-8 \n govgr-ml-8 \n govgr-m-9 \n govgr-mt-9 \n govgr-mb-9 \n govgr-mr-9 \n govgr-ml-9 \n govgr-m-10 \n govgr-mt-10 \n govgr-mb-10 \n govgr-mr-10 \n govgr-ml-10 \n govgr-m-11 \n govgr-mt-11 \n govgr-mb-11 \n govgr-mr-11 \n govgr-ml-11 \n govgr-m-12 \n govgr-mt-12 \n govgr-mb-12 \n govgr-mr-12 \n govgr-ml-12 \n govgr-p-8 \n govgr-pt-8 \n govgr-pb-8 \n govgr-pr-8 \n govgr-pl-8 \n govgr-p-9 \n govgr-pt-9 \n govgr-pb-9 \n govgr-pr-9 \n govgr-pl-9 \n govgr-p-10\n govgr-pt-10\n govgr-pb-10\n govgr-pr-10\n govgr-pl-10\n govgr-p-11\n govgr-pt-11\n govgr-pb-11\n govgr-pr-11\n govgr-pl-11\n govgr-p-12\n govgr-pt-12\n govgr-pb-12\n govgr-pr-12\n govgr-pl-12\n govgr-gap-1\n govgr-gap-2\n govgr-gap-4\n govgr-gap-6\n govgr-gap-8\n govgr-gap-10\n govgr-gap-12\n govgr-gap-xs-1\n govgr-gap-xs-2\n govgr-gap-xs-4\n govgr-gap-xs-5\n govgr-gap-xs-6\n govgr-gap-xs-8\n govgr-gap-xs-10\n govgr-gap-xs-12\n govgr-gap-sm-1\n govgr-gap-sm-2\n govgr-gap-sm-4\n govgr-gap-sm-5\n govgr-gap-sm-6\n govgr-gap-sm-8\n govgr-gap-sm-10\n govgr-gap-sm-12\n govgr-gap-md-1\n govgr-gap-md-2\n govgr-gap-md-4\n govgr-gap-md-5\n govgr-gap-md-6\n govgr-gap-md-8\n govgr-gap-md-10\n govgr-gap-md-12\n govgr-gap-lg-1\n govgr-gap-lg-2\n govgr-gap-lg-4\n govgr-gap-lg-5\n govgr-gap-lg-6\n govgr-gap-lg-8\n govgr-gap-lg-10\n govgr-gap-lg-12\n govgr-gap-xl-1\n govgr-gap-xl-2\n govgr-gap-xl-4\n govgr-gap-xl-5\n govgr-gap-xl-6\n govgr-gap-xl-8\n govgr-gap-xl-10\n govgr-gap-xl-12\n govgr-!-font-size-14\n govgr-!-font-size-16\n govgr-!-font-size-19\n govgr-!-font-size-24\n govgr-!-font-size-30\n govgr-!-font-size-36\n govgr-!-font-size-48\n govgr-!-font-size-72\n govgr-!-font-weight-regular\n govgr-!-font-weight-bold\n govgr-print-hidden\n govgr-svg-icon--arrow\n govgr-svg-icon--burger\n govgr-svg-icon--burger--active\n govgr-svg-icon--caret\n govgr-svg-icon--check\n govgr-svg-icon--close\n govgr-svg-icon--globe\n govgr-svg-icon--moreVert\n govgr-svg-icon--uncheck\n xs:govgr-grid__col-span-1\n xs:govgr-grid__col-span-2\n xs:govgr-grid__col-span-3\n xs:govgr-grid__col-span-4\n xs:govgr-grid__col-span-5\n xs:govgr-grid__col-span-6\n xs:govgr-grid__col-span-7\n xs:govgr-grid__col-span-8\n xs:govgr-grid__col-span-9\n xs:govgr-grid__col-span-10\n xs:govgr-grid__col-span-11\n xs:govgr-grid__col-span-12\n sm:govgr-grid__col-span-1\n sm:govgr-grid__col-span-2\n sm:govgr-grid__col-span-3\n sm:govgr-grid__col-span-4\n sm:govgr-grid__col-span-5\n sm:govgr-grid__col-span-6\n sm:govgr-grid__col-span-7\n sm:govgr-grid__col-span-8\n sm:govgr-grid__col-span-9\n sm:govgr-grid__col-span-10\n sm:govgr-grid__col-span-11\n sm:govgr-grid__col-span-12\n md:govgr-grid__col-span-1\n md:govgr-grid__col-span-2\n md:govgr-grid__col-span-3\n md:govgr-grid__col-span-4\n md:govgr-grid__col-span-5\n md:govgr-grid__col-span-6\n md:govgr-grid__col-span-7\n md:govgr-grid__col-span-8\n md:govgr-grid__col-span-9\n md:govgr-grid__col-span-10\n md:govgr-grid__col-span-11\n md:govgr-grid__col-span-12\n lg:govgr-grid__col-span-1\n lg:govgr-grid__col-span-2\n lg:govgr-grid__col-span-3\n lg:govgr-grid__col-span-4\n lg:govgr-grid__col-span-5\n lg:govgr-grid__col-span-6\n lg:govgr-grid__col-span-7\n lg:govgr-grid__col-span-8\n lg:govgr-grid__col-span-9\n lg:govgr-grid__col-span-10\n lg:govgr-grid__col-span-11\n lg:govgr-grid__col-span-12\n govgr-stack--row\n govgr-stack--row-reverse\n govgr-stack--column\n govgr-stack--column-reverse\n govgr-stack--justify-flex-start\n govgr-stack--justify-flex-end\n govgr-stack--justify-center\n govgr-stack--justify-space-between\n govgr-stack--justify-space-around\n govgr-stack--justify-space-evenly \n govgr-stack--align-stretch\n govgr-stack--align-flex-start\n govgr-stack--align-flex-end\n govgr-stack--align-center\n govgr-stack--align-baseline\n govgr-stack--content-flex-start\n govgr-stack--content-flex-end\n govgr-stack--content-center\n govgr-stack--content-space-between\n govgr-stack--content-space-around\n govgr-stack--content-space-evenly \n govgr-notification-banner--info\n govgr-notification-banner--success\n govgr-notification-banner--warning\n govgr-notification-banner--error\n govgr-input--width-2-char\n govgr-input--width-3-char\n govgr-input--width-4-char\n govgr-input--width-5-char\n govgr-input--width-10-char\n govgr-input--width-20-char\n govgr-!-width-one-quarter\n govgr-!-width-one-third\n govgr-!-width-one-half\n govgr-!-width-two-thirds\n govgr-!-width-three-quarters\n govgr-!-width-one-third\n govgr-!-width-one-half\n govgr-!-width-two-thirds\n govgr-!-width-three-quarters\n govgr-!-width-full\n govgr-table__caption--sm\n govgr-table__caption--md\n govgr-table__caption--lg\n govgr-table__caption--xl\n govgr-task-list__content__tag--primary\n govgr-task-list__content__tag--secondary\n govgr-task-list__content__tag--info\n govgr-svg-icon--xs\n govgr-svg-icon--sm\n govgr-svg-icon--md\n govgr-svg-icon--lg\n govgr-svg-icon--xl\n govgr-caption-md\n govgr-caption-lg\n govgr-caption-xl\n govgr-heading-xs\n govgr-heading-sm\n govgr-heading-md\n govgr-heading-lg\n govgr-heading-xl\n govgr-image-logo--light\n govgr-image-logo--dark\n "
|
|
6
6
|
});
|
|
7
7
|
}
|
|
8
8
|
|
package/es/index.js
CHANGED
|
@@ -76,17 +76,16 @@ export * from '@digigov/react-core/Masthead';
|
|
|
76
76
|
export * from '@digigov/react-core/MastheadBody';
|
|
77
77
|
export * from '@digigov/react-core/Nav';
|
|
78
78
|
export * from '@digigov/react-core/NavList';
|
|
79
|
-
export * from '@digigov/react-core/
|
|
79
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
80
|
+
export * from '@digigov/react-core/NavListItemActionContainer';
|
|
80
81
|
export * from '@digigov/react-core/NavListItemLink';
|
|
81
82
|
export * from '@digigov/react-core/NavListItemButton';
|
|
82
|
-
export * from '@digigov/react-core/NavMenu';
|
|
83
83
|
export * from '@digigov/react-core/NavMenuContainer';
|
|
84
|
-
export * from '@digigov/react-core/
|
|
85
|
-
export * from '@digigov/react-core/
|
|
86
|
-
export * from '@digigov/react-core/
|
|
87
|
-
export * from '@digigov/react-core/
|
|
88
|
-
export * from '@digigov/react-core/
|
|
89
|
-
export * from '@digigov/react-core/NavVerticalItem';
|
|
84
|
+
export * from '@digigov/react-core/NavMenuContent';
|
|
85
|
+
export * from '@digigov/react-core/NavMenuContentListBase';
|
|
86
|
+
export * from '@digigov/react-core/NavMenuContentListItem';
|
|
87
|
+
export * from '@digigov/react-core/NavMenuTitle';
|
|
88
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
90
89
|
export * from '@digigov/react-core/NormalText';
|
|
91
90
|
export * from '@digigov/react-core/NotificationBannerContainer';
|
|
92
91
|
export * from '@digigov/react-core/NotificationBannerContent';
|
|
@@ -118,7 +117,8 @@ export * from '@digigov/react-core/SummaryListItemAction';
|
|
|
118
117
|
export * from '@digigov/react-core/SummaryListItemKey';
|
|
119
118
|
export * from '@digigov/react-core/SummaryListItemValue';
|
|
120
119
|
export * from '@digigov/react-core/SvgIcon';
|
|
121
|
-
export * from '@digigov/react-core/
|
|
120
|
+
export * from '@digigov/react-core/ImageLogo';
|
|
121
|
+
export * from '@digigov/react-core/ImageLogoSet';
|
|
122
122
|
export * from '@digigov/react-core/Table';
|
|
123
123
|
export * from '@digigov/react-core/TableBody';
|
|
124
124
|
export * from '@digigov/react-core/TableCaption';
|