@nulogy/components 16.0.0 → 16.0.2
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/dist/locales/ja_JP.json +63 -0
- package/dist/main.js +1778 -646
- package/dist/main.js.map +1 -1
- package/dist/main.module.js +1777 -645
- package/dist/main.module.js.map +1 -1
- package/dist/src/Alert/Alert.d.ts +1 -1
- package/dist/src/Alert/Alert.js +3 -8
- package/dist/src/Alert/Alert.story.d.ts +1 -1
- package/dist/src/Alert/Alert.story.js +3 -9
- package/dist/src/Alert/CloseButton.d.ts +1 -1
- package/dist/src/Alert/CloseButton.js +2 -3
- package/dist/src/AppTag/AppTag.d.ts +1 -2
- package/dist/src/AppTag/AppTag.js +2 -6
- package/dist/src/AppTag/components/NulogyLogo.d.ts +1 -1
- package/dist/src/AppTag/components/NulogyLogo.js +2 -3
- package/dist/src/AppTag/stories/AppTag.story.d.ts +2 -3
- package/dist/src/AppTag/stories/AppTag.story.js +6 -8
- package/dist/src/AppTag/stories/AppTag.usecases.story.d.ts +5 -6
- package/dist/src/AppTag/stories/AppTag.usecases.story.js +12 -58
- package/dist/src/AsyncSelect/AsyncSelect.graphql.story.d.ts +1 -2
- package/dist/src/AsyncSelect/AsyncSelect.graphql.story.js +4 -4
- package/dist/src/AsyncSelect/AsyncSelect.js +21 -23
- package/dist/src/AsyncSelect/AsyncSelect.story.d.ts +9 -10
- package/dist/src/AsyncSelect/AsyncSelect.story.js +11 -14
- package/dist/src/AsyncSelect/AsyncSelectComponents.d.ts +8 -9
- package/dist/src/AsyncSelect/AsyncSelectComponents.js +9 -19
- package/dist/src/Banner/Banner.d.ts +2 -2
- package/dist/src/Banner/Banner.js +2 -2
- package/dist/src/Banner/Banner.story.d.ts +6 -7
- package/dist/src/Banner/Banner.story.js +7 -24
- package/dist/src/BottomSheet/BottomSheet.d.ts +1 -1
- package/dist/src/BottomSheet/BottomSheet.js +3 -17
- package/dist/src/BottomSheet/BottomSheet.parts.d.ts +5 -5
- package/dist/src/BottomSheet/BottomSheet.parts.js +6 -5
- package/dist/src/BottomSheet/BottomSheet.styled.d.ts +12 -8
- package/dist/src/BottomSheet/BottomSheetProvider.d.ts +1 -1
- package/dist/src/BottomSheet/BottomSheetProvider.js +2 -2
- package/dist/src/BottomSheet/stories/BottomSheet.actions.story.d.ts +3 -4
- package/dist/src/BottomSheet/stories/BottomSheet.actions.story.js +4 -9
- package/dist/src/BottomSheet/stories/BottomSheet.content.story.d.ts +3 -4
- package/dist/src/BottomSheet/stories/BottomSheet.content.story.js +4 -11
- package/dist/src/BottomSheet/stories/BottomSheet.features.story.d.ts +5 -6
- package/dist/src/BottomSheet/stories/BottomSheet.features.story.js +12 -42
- package/dist/src/BottomSheet/stories/BottomSheet.parts.story.d.ts +2 -3
- package/dist/src/BottomSheet/stories/BottomSheet.parts.story.js +3 -23
- package/dist/src/BottomSheet/stories/BottomSheet.story.d.ts +2 -3
- package/dist/src/BottomSheet/stories/BottomSheet.story.js +3 -5
- package/dist/src/Box/Box.d.ts +12 -13
- package/dist/src/Box/Box.story.d.ts +12 -13
- package/dist/src/Box/Box.story.js +14 -32
- package/dist/src/BrandedNavBar/BrandLogoContainer.d.ts +1 -1
- package/dist/src/BrandedNavBar/BrandLogoContainer.js +2 -5
- package/dist/src/BrandedNavBar/DesktopMenu.d.ts +3 -1
- package/dist/src/BrandedNavBar/DesktopMenu.js +6 -9
- package/dist/src/BrandedNavBar/MenuTrigger.d.ts +1 -1
- package/dist/src/BrandedNavBar/MenuTrigger.js +12 -12
- package/dist/src/BrandedNavBar/MenuTriggerButton.js +7 -8
- package/dist/src/BrandedNavBar/MobileMenu.d.ts +1 -1
- package/dist/src/BrandedNavBar/MobileMenu.js +8 -24
- package/dist/src/BrandedNavBar/NavBar.d.ts +1 -1
- package/dist/src/BrandedNavBar/NavBar.js +8 -18
- package/dist/src/BrandedNavBar/NavBar.story.d.ts +13 -14
- package/dist/src/BrandedNavBar/NavBar.story.js +27 -42
- package/dist/src/BrandedNavBar/NavBarDropdownMenu.js +34 -39
- package/dist/src/BrandedNavBar/NulogyLogo.d.ts +1 -2
- package/dist/src/BrandedNavBar/NulogyLogo.js +2 -14
- package/dist/src/BrandedNavBar/NulogyLogoContainer.d.ts +1 -2
- package/dist/src/BrandedNavBar/NulogyLogoContainer.js +2 -5
- package/dist/src/BrandedNavBar/SmallNavBar.js +9 -17
- package/dist/src/BrandedNavBar/SmallNavBar.story.d.ts +6 -7
- package/dist/src/BrandedNavBar/SmallNavBar.story.js +10 -16
- package/dist/src/BrandedNavBar/SubMenuTrigger.d.ts +1 -1
- package/dist/src/BrandedNavBar/SubMenuTrigger.js +4 -5
- package/dist/src/BrandedNavBar/SubMenuTriggerButton.js +2 -4
- package/dist/src/BrandedNavBar/renderSubMenuItems.js +5 -10
- package/dist/src/Branding/Branding.d.ts +1 -2
- package/dist/src/Branding/Branding.js +5 -10
- package/dist/src/Branding/Branding.story.d.ts +1 -2
- package/dist/src/Branding/Branding.story.js +2 -77
- package/dist/src/Branding/LettermarkLogo.d.ts +1 -2
- package/dist/src/Branding/LettermarkLogo.js +2 -3
- package/dist/src/Branding/WordmarkLogo.d.ts +1 -1
- package/dist/src/Branding/WordmarkLogo.js +2 -10
- package/dist/src/Breadcrumbs/Breadcrumbs.d.ts +1 -2
- package/dist/src/Breadcrumbs/Breadcrumbs.js +4 -5
- package/dist/src/Breadcrumbs/Breadcrumbs.story.d.ts +3 -4
- package/dist/src/Breadcrumbs/Breadcrumbs.story.js +4 -16
- package/dist/src/Button/Button.js +2 -4
- package/dist/src/Button/Button.story.d.ts +9 -10
- package/dist/src/Button/Button.story.js +10 -26
- package/dist/src/Button/CloseButton.js +2 -2
- package/dist/src/Button/ControlIcon.js +2 -2
- package/dist/src/Button/ControlIcon.story.d.ts +3 -4
- package/dist/src/Button/ControlIcon.story.js +4 -4
- package/dist/src/Button/DangerButton.d.ts +3 -1
- package/dist/src/Button/IconicButton.js +13 -17
- package/dist/src/Button/IconicButton.story.d.ts +15 -16
- package/dist/src/Button/IconicButton.story.js +16 -31
- package/dist/src/Button/PrimaryButton.d.ts +3 -1
- package/dist/src/Button/QuietButton.d.ts +3 -1
- package/dist/src/ButtonGroup/ButtonGroup.story.d.ts +5 -6
- package/dist/src/ButtonGroup/ButtonGroup.story.js +6 -43
- package/dist/src/Card/Card.d.ts +1 -2
- package/dist/src/Card/Card.js +2 -2
- package/dist/src/Card/Card.story.d.ts +4 -5
- package/dist/src/Card/Card.story.js +6 -39
- package/dist/src/Checkbox/Checkbox.js +3 -6
- package/dist/src/Checkbox/Checkbox.story.d.ts +11 -12
- package/dist/src/Checkbox/Checkbox.story.js +13 -26
- package/dist/src/Checkbox/CheckboxGroup.d.ts +1 -1
- package/dist/src/Checkbox/CheckboxGroup.js +3 -11
- package/dist/src/Checkbox/CheckboxGroup.story.d.ts +6 -7
- package/dist/src/Checkbox/CheckboxGroup.story.js +7 -25
- package/dist/src/DatePickers/DatePicker.js +3 -2
- package/dist/src/DatePickers/MonthPicker.js +3 -2
- package/dist/src/DatePickers/WeekPicker.js +4 -7
- package/dist/src/DatePickers/custom/MonthPickerHeader.d.ts +1 -2
- package/dist/src/DatePickers/custom/MonthPickerHeader.js +2 -5
- package/dist/src/DatePickers/shared/components/BasePicker.js +3 -5
- package/dist/src/DatePickers/shared/components/DatePickerHeader.d.ts +2 -2
- package/dist/src/DatePickers/shared/components/DatePickerHeader.js +3 -9
- package/dist/src/DatePickers/shared/components/DatePickerInput.js +2 -1
- package/dist/src/DatePickers/stories/DatePicker.story.d.ts +4 -4
- package/dist/src/DatePickers/stories/DatePicker.story.js +6 -7
- package/dist/src/DatePickers/stories/MonthPicker.story.d.ts +6 -7
- package/dist/src/DatePickers/stories/MonthPicker.story.js +8 -7
- package/dist/src/DatePickers/stories/WeekPicker.story.d.ts +8 -9
- package/dist/src/DatePickers/stories/WeekPicker.story.js +10 -11
- package/dist/src/DateRange/DateRange.js +12 -17
- package/dist/src/DateRange/DateRange.story.d.ts +12 -13
- package/dist/src/DateRange/DateRange.story.js +14 -20
- package/dist/src/DateRange/EndTime.d.ts +5 -7
- package/dist/src/DateRange/StartTime.d.ts +5 -7
- package/dist/src/Decorations/index.d.ts +1 -2
- package/dist/src/Decorations/index.js +2 -4
- package/dist/src/DescriptionList/DescriptionList.d.ts +1 -2
- package/dist/src/DescriptionList/DescriptionList.js +2 -4
- package/dist/src/DescriptionList/DescriptionListContext.d.ts +2 -2
- package/dist/src/DescriptionList/DescriptionListContext.js +3 -2
- package/dist/src/DescriptionList/stories/DescriptionList.column.story.d.ts +3 -4
- package/dist/src/DescriptionList/stories/DescriptionList.column.story.js +7 -26
- package/dist/src/DescriptionList/stories/DescriptionList.group-min-width.story.js +2 -8
- package/dist/src/DescriptionList/stories/DescriptionList.layout.story.d.ts +3 -4
- package/dist/src/DescriptionList/stories/DescriptionList.layout.story.js +4 -30
- package/dist/src/DescriptionList/stories/DescriptionList.playground.story.js +83 -148
- package/dist/src/DescriptionList/stories/DescriptionList.sizing.story.d.ts +3 -4
- package/dist/src/DescriptionList/stories/DescriptionList.sizing.story.js +5 -44
- package/dist/src/DescriptionList/stories/DescriptionList.spanning.story.d.ts +3 -4
- package/dist/src/DescriptionList/stories/DescriptionList.spanning.story.js +5 -59
- package/dist/src/DescriptionList/stories/fixtures.d.ts +3 -3
- package/dist/src/DescriptionList/stories/fixtures.js +2 -27
- package/dist/src/Divider/Divider.story.d.ts +4 -4
- package/dist/src/Divider/Divider.story.js +5 -17
- package/dist/src/DropdownMenu/DropdownMenu.js +10 -10
- package/dist/src/DropdownMenu/DropdownMenu.story.d.ts +12 -13
- package/dist/src/DropdownMenu/DropdownMenu.story.js +13 -45
- package/dist/src/DropdownMenu/DropdownMenuContainer.d.ts +1 -1
- package/dist/src/DropdownMenu/DropdownText.d.ts +2 -2
- package/dist/src/FieldLabel/FieldLabel.d.ts +1 -2
- package/dist/src/FieldLabel/FieldLabel.js +2 -10
- package/dist/src/FieldLabel/FieldLabel.story.d.ts +7 -8
- package/dist/src/FieldLabel/FieldLabel.story.js +12 -32
- package/dist/src/FieldLabel/HelpText.d.ts +1 -1
- package/dist/src/FieldLabel/MaybeFieldLabel.d.ts +1 -2
- package/dist/src/FieldLabel/MaybeFieldLabel.js +2 -2
- package/dist/src/FieldLabel/RequirementText.d.ts +1 -2
- package/dist/src/FieldLabel/RequirementText.js +2 -2
- package/dist/src/Flex/Flex.story.d.ts +18 -19
- package/dist/src/Flex/Flex.story.js +23 -122
- package/dist/src/Form/Form.d.ts +1 -1
- package/dist/src/Form/Form.js +2 -4
- package/dist/src/Form/Form.story.d.ts +6 -7
- package/dist/src/Form/Form.story.js +7 -59
- package/dist/src/Form/FormSection.d.ts +1 -1
- package/dist/src/Form/FormSection.js +2 -4
- package/dist/src/Icon/Icon.d.ts +6 -2
- package/dist/src/Icon/Icon.js +5 -5
- package/dist/src/Icon/Icon.story.d.ts +6 -7
- package/dist/src/Icon/Icon.story.js +8 -37
- package/dist/src/Icon/LoadingIcon.js +2 -11
- package/dist/src/Input/Input.js +3 -4
- package/dist/src/Input/Input.story.d.ts +11 -12
- package/dist/src/Input/Input.story.js +24 -55
- package/dist/src/Input/InputField.js +5 -13
- package/dist/src/Input/Prefix.d.ts +1 -2
- package/dist/src/Input/Prefix.js +2 -3
- package/dist/src/Input/Suffix.d.ts +1 -2
- package/dist/src/Input/Suffix.js +2 -3
- package/dist/src/Layout/ApplicationFrame.d.ts +2 -2
- package/dist/src/Layout/ApplicationFrame.js +2 -6
- package/dist/src/Layout/ApplicationFrame.story.d.ts +1 -2
- package/dist/src/Layout/ApplicationFrame.story.js +2 -2
- package/dist/src/Layout/Header.d.ts +2 -2
- package/dist/src/Layout/Header.js +2 -13
- package/dist/src/Layout/Header.story.d.ts +10 -11
- package/dist/src/Layout/Header.story.js +12 -52
- package/dist/src/Layout/Page.applicationFrame.story.d.ts +2 -3
- package/dist/src/Layout/Page.applicationFrame.story.js +7 -14
- package/dist/src/Layout/Page.d.ts +2 -2
- package/dist/src/Layout/Page.js +4 -6
- package/dist/src/Layout/Page.story.d.ts +1 -2
- package/dist/src/Layout/Page.story.js +15 -28
- package/dist/src/Layout/Sidebar.d.ts +1 -1
- package/dist/src/Layout/Sidebar.js +4 -16
- package/dist/src/Layout/Sidebar.story.d.ts +10 -11
- package/dist/src/Layout/Sidebar.story.js +17 -88
- package/dist/src/Link/Link.d.ts +1 -1
- package/dist/src/Link/Link.js +3 -6
- package/dist/src/Link/Link.story.d.ts +10 -11
- package/dist/src/Link/Link.story.js +11 -12
- package/dist/src/List/List.story.d.ts +5 -6
- package/dist/src/List/List.story.js +6 -21
- package/dist/src/LoadingAnimation/LoadingAnimation.d.ts +1 -1
- package/dist/src/LoadingAnimation/LoadingAnimation.js +2 -21
- package/dist/src/LoadingAnimation/LoadingAnimation.story.d.ts +4 -5
- package/dist/src/LoadingAnimation/LoadingAnimation.story.js +5 -22
- package/dist/src/MaybeTooltip/MaybeTooltip.d.ts +1 -2
- package/dist/src/MaybeTooltip/MaybeTooltip.js +3 -3
- package/dist/src/MaybeTooltip/MaybeTooltip.story.d.ts +1 -2
- package/dist/src/MaybeTooltip/MaybeTooltip.story.js +4 -5
- package/dist/src/MiniTooltip/index.d.ts +2 -2
- package/dist/src/MiniTooltip/index.js +3 -7
- package/dist/src/Modal/Modal.d.ts +5 -3
- package/dist/src/Modal/Modal.js +7 -12
- package/dist/src/Modal/Modal.story.d.ts +1 -23
- package/dist/src/Modal/Modal.story.js +10 -40
- package/dist/src/Modal/ModalCloseButton.d.ts +4 -2
- package/dist/src/Modal/ModalContent.d.ts +1 -1
- package/dist/src/NDSProvider/ComponentVariantContext.d.ts +1 -1
- package/dist/src/NDSProvider/ComponentVariantContext.js +3 -2
- package/dist/src/NDSProvider/FeatureFlagsContext.d.ts +1 -1
- package/dist/src/NDSProvider/FeatureFlagsContext.js +3 -2
- package/dist/src/NDSProvider/GlobalStylesComposer.d.ts +1 -1
- package/dist/src/NDSProvider/GlobalStylesComposer.js +3 -6
- package/dist/src/NDSProvider/LocaleContext.d.ts +1 -1
- package/dist/src/NDSProvider/LocaleContext.js +2 -1
- package/dist/src/NDSProvider/NDSProvider.d.ts +1 -1
- package/dist/src/NDSProvider/NDSProvider.js +3 -7
- package/dist/src/NDSProvider/renderWithNDSProvider.spec-utils.js +2 -2
- package/dist/src/NavBarSearch/NavBarSearch.d.ts +1 -1
- package/dist/src/NavBarSearch/NavBarSearch.js +2 -5
- package/dist/src/Navigation/Navigation.d.ts +1 -1
- package/dist/src/Navigation/Navigation.js +2 -2
- package/dist/src/Navigation/components/AppSwitcher/NulogyAppSwitcher.d.ts +1 -1
- package/dist/src/Navigation/components/AppSwitcher/NulogyAppSwitcher.js +3 -12
- package/dist/src/Navigation/components/AppSwitcher/parts/Item.d.ts +3 -1
- package/dist/src/Navigation/components/AppSwitcher/parts/Item.js +2 -1
- package/dist/src/Navigation/components/AppSwitcher/parts/Link.js +2 -2
- package/dist/src/Navigation/components/AppSwitcher/parts/index.d.ts +15 -7
- package/dist/src/Navigation/components/DesktopNav/DesktopNav.d.ts +1 -2
- package/dist/src/Navigation/components/DesktopNav/DesktopNav.js +3 -30
- package/dist/src/Navigation/components/DesktopNav/parts/MoreMenuItem.d.ts +6 -2
- package/dist/src/Navigation/components/DesktopNav/parts/MoreMenuItem.js +2 -2
- package/dist/src/Navigation/components/EnvironmentBanner/EnvironmentBanner.d.ts +1 -1
- package/dist/src/Navigation/components/EnvironmentBanner/EnvironmentBanner.js +2 -3
- package/dist/src/Navigation/components/MenuSubItem/MenuSubItem.d.ts +1 -2
- package/dist/src/Navigation/components/MenuSubItem/MenuSubItem.js +5 -13
- package/dist/src/Navigation/components/MenuSubItem/parts/styled.d.ts +17 -5
- package/dist/src/Navigation/components/MobileNav/MobileNav.d.ts +1 -2
- package/dist/src/Navigation/components/MobileNav/MobileNav.js +2 -29
- package/dist/src/Navigation/components/MobileNav/parts/MobileMenuItem.js +11 -27
- package/dist/src/Navigation/components/MobileNav/parts/styled.d.ts +10 -4
- package/dist/src/Navigation/components/NulogyLogo/NulogyLogo.d.ts +1 -2
- package/dist/src/Navigation/components/NulogyLogo/NulogyLogo.js +8 -10
- package/dist/src/Navigation/components/NulogyLogo/SvgNulogyLogo.d.ts +2 -2
- package/dist/src/Navigation/components/NulogyLogo/SvgNulogyLogo.js +2 -9
- package/dist/src/Navigation/components/UserMenu/UserMenu.d.ts +6 -2
- package/dist/src/Navigation/components/UserMenu/parts/Header.d.ts +1 -2
- package/dist/src/Navigation/components/UserMenu/parts/Header.js +2 -6
- package/dist/src/Navigation/components/UserMenu/parts/Item.js +5 -7
- package/dist/src/Navigation/components/UserMenu/parts/MobileItem.js +6 -10
- package/dist/src/Navigation/components/UserMenu/parts/styled.d.ts +6 -2
- package/dist/src/Navigation/components/shared/NavigationLogo.d.ts +1 -1
- package/dist/src/Navigation/components/shared/NavigationLogo.js +2 -2
- package/dist/src/Navigation/components/shared/NavigationLogoLink.d.ts +1 -2
- package/dist/src/Navigation/components/shared/NavigationLogoLink.js +2 -2
- package/dist/src/Navigation/components/shared/NavigationMenuContent.d.ts +5 -1
- package/dist/src/Navigation/components/shared/NavigationMenuItem.d.ts +3 -1
- package/dist/src/Navigation/components/shared/NavigationMenuItem.js +9 -18
- package/dist/src/Navigation/components/shared/components.d.ts +35 -9
- package/dist/src/Navigation/stories/Navigation.appSwitcher.story.d.ts +4 -5
- package/dist/src/Navigation/stories/Navigation.appSwitcher.story.js +10 -30
- package/dist/src/Navigation/stories/Navigation.logos.story.d.ts +9 -10
- package/dist/src/Navigation/stories/Navigation.logos.story.js +11 -70
- package/dist/src/Navigation/stories/Navigation.mobileVisibility.story.d.ts +5 -6
- package/dist/src/Navigation/stories/Navigation.mobileVisibility.story.js +12 -38
- package/dist/src/Navigation/stories/Navigation.navigationMenus.story.d.ts +5 -6
- package/dist/src/Navigation/stories/Navigation.navigationMenus.story.js +17 -70
- package/dist/src/Navigation/stories/Navigation.navigationMenus.subMenus.story.d.ts +3 -4
- package/dist/src/Navigation/stories/Navigation.navigationMenus.subMenus.story.js +4 -4
- package/dist/src/Navigation/stories/Navigation.story.d.ts +3 -4
- package/dist/src/Navigation/stories/Navigation.story.js +16 -36
- package/dist/src/Navigation/stories/Navigation.userMenu.story.d.ts +5 -6
- package/dist/src/Navigation/stories/Navigation.userMenu.story.js +40 -71
- package/dist/src/Navigation/stories/fixtures/logos/CustomLogo2.d.ts +2 -2
- package/dist/src/Navigation/stories/fixtures/logos/CustomLogo2.js +2 -13
- package/dist/src/Navigation/stories/fixtures/logos/CustomLogo3.d.ts +2 -2
- package/dist/src/Navigation/stories/fixtures/logos/CustomLogo3.js +2 -29
- package/dist/src/Navigation/stories/fixtures/logos/Customlogo1.d.ts +2 -2
- package/dist/src/Navigation/stories/fixtures/logos/Customlogo1.js +2 -3
- package/dist/src/Overlay/Overlay.story.d.ts +2 -3
- package/dist/src/Overlay/Overlay.story.js +3 -9
- package/dist/src/Pagination/NextButton.d.ts +1 -1
- package/dist/src/Pagination/NextButton.js +2 -4
- package/dist/src/Pagination/Pagination.d.ts +2 -2
- package/dist/src/Pagination/Pagination.js +23 -26
- package/dist/src/Pagination/Pagination.story.d.ts +6 -7
- package/dist/src/Pagination/Pagination.story.js +12 -44
- package/dist/src/Pagination/PaginationCount.d.ts +1 -2
- package/dist/src/Pagination/PaginationCount.js +2 -2
- package/dist/src/Pagination/PreviousButton.d.ts +1 -1
- package/dist/src/Pagination/PreviousButton.js +2 -4
- package/dist/src/Popper/Popper.js +25 -26
- package/dist/src/Radio/Radio.js +3 -9
- package/dist/src/Radio/Radio.story.d.ts +12 -14
- package/dist/src/Radio/Radio.story.js +8 -16
- package/dist/src/Radio/RadioGroup.d.ts +1 -1
- package/dist/src/Radio/RadioGroup.js +3 -8
- package/dist/src/Radio/RadioGroup.story.d.ts +6 -7
- package/dist/src/Radio/RadioGroup.story.js +7 -28
- package/dist/src/RangeContainer/RangeContainer.d.ts +1 -1
- package/dist/src/RangeContainer/RangeContainer.js +2 -9
- package/dist/src/RangeContainer/RangeContainer.story.d.ts +1 -2
- package/dist/src/RangeContainer/RangeContainer.story.js +2 -2
- package/dist/src/Select/MenuList.d.ts +1 -2
- package/dist/src/Select/MenuList.js +10 -10
- package/dist/src/Select/Select.js +18 -20
- package/dist/src/Select/Select.story.d.ts +24 -24
- package/dist/src/Select/Select.story.fixture.d.ts +2 -3
- package/dist/src/Select/Select.story.fixture.js +4 -8
- package/dist/src/Select/Select.story.js +29 -52
- package/dist/src/Select/SelectComponents.d.ts +7 -8
- package/dist/src/Select/SelectComponents.js +8 -15
- package/dist/src/Select/SelectOption.d.ts +1 -1
- package/dist/src/Select/SelectOption.js +2 -3
- package/dist/src/SortingTable/SortingTable.d.ts +1 -2
- package/dist/src/SortingTable/SortingTable.js +4 -3
- package/dist/src/SortingTable/SortingTable.story.d.ts +1 -2
- package/dist/src/SortingTable/SortingTable.story.js +2 -2
- package/dist/src/StatusIndicator/StatusIndicator.story.d.ts +10 -11
- package/dist/src/StatusIndicator/StatusIndicator.story.js +11 -51
- package/dist/src/Summary/Summary.d.ts +1 -2
- package/dist/src/Summary/Summary.js +4 -5
- package/dist/src/Summary/Summary.story.d.ts +2 -3
- package/dist/src/Summary/Summary.story.js +3 -11
- package/dist/src/Summary/SummaryContext.d.ts +3 -1
- package/dist/src/Summary/SummaryContext.js +6 -5
- package/dist/src/Summary/SummaryDivider.d.ts +1 -2
- package/dist/src/Summary/SummaryDivider.js +2 -2
- package/dist/src/Summary/SummaryItem.d.ts +1 -1
- package/dist/src/Summary/SummaryItem.js +4 -6
- package/dist/src/Switcher/Switch.js +2 -1
- package/dist/src/Switcher/Switcher.d.ts +2 -2
- package/dist/src/Switcher/Switcher.js +4 -4
- package/dist/src/Switcher/Switcher.story.d.ts +3 -4
- package/dist/src/Switcher/Switcher.story.js +5 -17
- package/dist/src/Table/BaseTable.d.ts +2 -2
- package/dist/src/Table/BaseTable.js +2 -5
- package/dist/src/Table/SortingColumnHeader.d.ts +1 -1
- package/dist/src/Table/SortingColumnHeader.js +2 -4
- package/dist/src/Table/StatefulTable.d.ts +1 -1
- package/dist/src/Table/StatefulTable.js +3 -4
- package/dist/src/Table/Table.d.ts +1 -2
- package/dist/src/Table/Table.js +2 -2
- package/dist/src/Table/TableBody.d.ts +2 -2
- package/dist/src/Table/TableBody.js +8 -13
- package/dist/src/Table/TableCell.d.ts +1 -1
- package/dist/src/Table/TableCell.js +3 -3
- package/dist/src/Table/TableFoot.d.ts +1 -2
- package/dist/src/Table/TableFoot.js +8 -8
- package/dist/src/Table/TableHead.d.ts +1 -2
- package/dist/src/Table/TableHead.js +3 -4
- package/dist/src/Table/addExpandableControl.js +3 -3
- package/dist/src/Table/addSelectableControl.js +4 -4
- package/dist/src/Table/stories/BaseTable.story.d.ts +7 -8
- package/dist/src/Table/stories/BaseTable.story.js +15 -24
- package/dist/src/Table/stories/CustomContent.story.d.ts +2 -3
- package/dist/src/Table/stories/CustomContent.story.js +89 -116
- package/dist/src/Table/stories/Density.story.d.ts +2 -3
- package/dist/src/Table/stories/Density.story.js +3 -3
- package/dist/src/Table/stories/Table.story.js +6 -13
- package/dist/src/Table/stories/TableWithCustomSorting.story.d.ts +1 -2
- package/dist/src/Table/stories/TableWithCustomSorting.story.js +5 -4
- package/dist/src/Table/stories/TableWithExpandableRows.story.d.ts +2 -3
- package/dist/src/Table/stories/TableWithExpandableRows.story.js +4 -5
- package/dist/src/Table/stories/TableWithFiltering.story.d.ts +2 -3
- package/dist/src/Table/stories/TableWithFiltering.story.js +7 -6
- package/dist/src/Table/stories/TableWithSelectableRows.story.d.ts +2 -3
- package/dist/src/Table/stories/TableWithSelectableRows.story.js +3 -3
- package/dist/src/Table/stories/TableWithServerSidePagination.story.d.ts +1 -2
- package/dist/src/Table/stories/TableWithServerSidePagination.story.js +3 -4
- package/dist/src/Tabs/Tab.js +2 -1
- package/dist/src/Tabs/TabScrollIndicator.d.ts +1 -1
- package/dist/src/Tabs/TabScrollIndicator.js +4 -5
- package/dist/src/Tabs/TabScrollIndicators.d.ts +1 -1
- package/dist/src/Tabs/TabScrollIndicators.js +5 -8
- package/dist/src/Tabs/Tabs.d.ts +2 -2
- package/dist/src/Tabs/Tabs.js +3 -6
- package/dist/src/Tabs/Tabs.story.d.ts +9 -10
- package/dist/src/Tabs/Tabs.story.js +11 -60
- package/dist/src/Textarea/Textarea.js +3 -5
- package/dist/src/Textarea/Textarea.story.d.ts +9 -10
- package/dist/src/Textarea/Textarea.story.js +11 -12
- package/dist/src/TimePicker/TimePicker.d.ts +1 -1
- package/dist/src/TimePicker/TimePicker.js +10 -14
- package/dist/src/TimePicker/TimePicker.story.d.ts +10 -11
- package/dist/src/TimePicker/TimePicker.story.js +13 -14
- package/dist/src/TimePicker/TimePickerInput.d.ts +3 -1
- package/dist/src/TimeRange/TimeRange.d.ts +3 -2
- package/dist/src/TimeRange/TimeRange.js +5 -4
- package/dist/src/TimeRange/TimeRange.story.d.ts +5 -6
- package/dist/src/TimeRange/TimeRange.story.js +7 -9
- package/dist/src/Toast/Toast.d.ts +1 -2
- package/dist/src/Toast/Toast.js +3 -3
- package/dist/src/Toast/Toast.story.d.ts +7 -8
- package/dist/src/Toast/Toast.story.js +18 -39
- package/dist/src/ToastContainer/ToastContainer.d.ts +1 -2
- package/dist/src/ToastContainer/ToastContainer.js +3 -2
- package/dist/src/ToastContainer/ToastContainer.story.d.ts +1 -2
- package/dist/src/ToastContainer/ToastContainer.story.js +26 -51
- package/dist/src/ToastContainer/ToastFunction.js +8 -9
- package/dist/src/Toggle/Toggle.js +2 -5
- package/dist/src/Toggle/Toggle.story.d.ts +8 -9
- package/dist/src/Toggle/Toggle.story.js +10 -14
- package/dist/src/Toggle/ToggleButton.js +7 -8
- package/dist/src/Tokens/Tokens.story.d.ts +9 -10
- package/dist/src/Tokens/Tokens.story.js +13 -46
- package/dist/src/Tooltip/Tooltip.d.ts +1 -1
- package/dist/src/Tooltip/Tooltip.js +2 -6
- package/dist/src/Tooltip/Tooltip.story.js +14 -89
- package/dist/src/Tooltip/components/TooltipComponents.d.ts +1 -1
- package/dist/src/Tooltip/components/TooltipComponents.js +5 -7
- package/dist/src/TopBar/TopBar.d.ts +1 -1
- package/dist/src/TopBar/TopBar.js +2 -4
- package/dist/src/TopBar/TopBar.styled.d.ts +16 -15
- package/dist/src/TopBar/components/BackLink.d.ts +3 -1
- package/dist/src/TopBar/components/BackLink.js +2 -5
- package/dist/src/TopBar/components/Menu.d.ts +1 -1
- package/dist/src/TopBar/components/Menu.js +6 -10
- package/dist/src/TopBar/components/MenuItem.d.ts +1 -1
- package/dist/src/TopBar/components/MenuItem.js +2 -2
- package/dist/src/TopBar/components/MenuItemLink.d.ts +3 -1
- package/dist/src/TopBar/components/MenuItemLink.js +2 -6
- package/dist/src/TopBar/components/PageTitle.d.ts +2 -2
- package/dist/src/TopBar/components/PageTitle.js +2 -2
- package/dist/src/TopBar/stories/TopBar.backButton.story.d.ts +3 -4
- package/dist/src/TopBar/stories/TopBar.backButton.story.js +9 -21
- package/dist/src/TopBar/stories/TopBar.menu.story.d.ts +5 -6
- package/dist/src/TopBar/stories/TopBar.menu.story.js +6 -27
- package/dist/src/TopBar/stories/TopBar.story.d.ts +3 -4
- package/dist/src/TopBar/stories/TopBar.story.js +4 -38
- package/dist/src/TruncatedText/TruncatedText.d.ts +1 -2
- package/dist/src/TruncatedText/TruncatedText.js +3 -3
- package/dist/src/TruncatedText/TruncatedText.story.d.ts +9 -10
- package/dist/src/TruncatedText/TruncatedText.story.js +10 -17
- package/dist/src/TruncatedText/components/TruncatedTextFillWidth.d.ts +1 -2
- package/dist/src/TruncatedText/components/TruncatedTextFillWidth.js +3 -3
- package/dist/src/TruncatedText/components/TruncatedTextMaxCharacters.d.ts +1 -2
- package/dist/src/TruncatedText/components/TruncatedTextMaxCharacters.js +2 -3
- package/dist/src/Type/Headings.d.ts +8 -8
- package/dist/src/Type/Headings.story.d.ts +3 -4
- package/dist/src/Type/Headings.story.js +4 -12
- package/dist/src/Type/Text.story.d.ts +6 -7
- package/dist/src/Type/Text.story.js +7 -24
- package/dist/src/Type/Typography.story.d.ts +2 -3
- package/dist/src/Type/Typography.story.js +3 -204
- package/dist/src/Validation/InlineValidation.d.ts +1 -1
- package/dist/src/Validation/InlineValidation.js +2 -7
- package/dist/src/Validation/InlineValidation.story.d.ts +4 -5
- package/dist/src/Validation/InlineValidation.story.js +5 -10
- package/dist/src/Validation/mapErrorsToList.d.ts +1 -2
- package/dist/src/Validation/mapErrorsToList.js +2 -2
- package/dist/src/VerticalDivider/VerticalDivider.story.d.ts +2 -2
- package/dist/src/VerticalDivider/VerticalDivider.story.js +3 -9
- package/dist/src/VisualTests/Select.story.d.ts +6 -7
- package/dist/src/VisualTests/Select.story.js +7 -15
- package/dist/src/VisualTests/WithSpace.story.d.ts +18 -19
- package/dist/src/VisualTests/WithSpace.story.js +19 -39
- package/dist/src/i18n.js +4 -0
- package/dist/src/locale.story.d.ts +1 -2
- package/dist/src/locale.story.js +8 -7
- package/dist/src/locales.const.d.ts +5 -0
- package/dist/src/locales.const.js +7 -1
- package/dist/src/pages/ErrorPage.story.d.ts +4 -5
- package/dist/src/pages/ErrorPage.story.js +5 -31
- package/dist/src/pages/LoginPage.story.d.ts +5 -6
- package/dist/src/pages/LoginPage.story.js +6 -55
- package/dist/src/theme/NDSThemeProvider.d.ts +1 -2
- package/dist/src/theme/NDSThemeProvider.js +2 -3
- package/dist/src/utils/DetectOutsideClick.d.ts +1 -1
- package/dist/src/utils/DetectOutsideClick.js +2 -1
- package/dist/src/utils/ScrollIndicators.d.ts +1 -1
- package/dist/src/utils/ScrollIndicators.js +7 -13
- package/dist/src/utils/story/dashed.d.ts +1 -3
- package/dist/src/utils/story/placeholder.d.ts +1 -2
- package/dist/src/utils/story/placeholder.js +2 -7
- package/dist/src/utils/story/resizable.d.ts +5 -3
- package/dist/src/utils/story/resizable.js +5 -8
- package/dist/src/utils/ts/FocusManager.d.ts +1 -1
- package/dist/src/utils/ts/FocusManager.js +9 -8
- package/dist/src/utils/useWindowDimension.story.d.ts +1 -2
- package/dist/src/utils/useWindowDimension.story.js +2 -14
- package/dist/src/utils/withMenuState.js +2 -1
- package/dist/vite.config.js +2 -0
- package/package.json +32 -35
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Text } from "../Type";
|
|
3
3
|
import { VerticalDivider } from ".";
|
|
4
4
|
export default {
|
|
5
5
|
title: "Components/VerticalDivider",
|
|
6
6
|
component: VerticalDivider,
|
|
7
7
|
};
|
|
8
|
-
export const Default = () => (
|
|
9
|
-
|
|
10
|
-
React.createElement(VerticalDivider, null),
|
|
11
|
-
React.createElement(Text, { display: "inline" }, "Section B")));
|
|
12
|
-
export const WithCustomColourAndSpacing = () => (React.createElement("div", null,
|
|
13
|
-
React.createElement(Text, { display: "inline" }, "Section A"),
|
|
14
|
-
React.createElement(VerticalDivider, { color: "darkBlue", mx: "x3" }),
|
|
15
|
-
React.createElement(Text, { display: "inline" }, "Section B")));
|
|
8
|
+
export const Default = () => (_jsxs("div", { children: [_jsx(Text, { display: "inline", children: "Section A" }), _jsx(VerticalDivider, {}), _jsx(Text, { display: "inline", children: "Section B" })] }));
|
|
9
|
+
export const WithCustomColourAndSpacing = () => (_jsxs("div", { children: [_jsx(Text, { display: "inline", children: "Section A" }), _jsx(VerticalDivider, { color: "darkBlue", mx: "x3" }), _jsx(Text, { display: "inline", children: "Section B" })] }));
|
|
@@ -1,40 +1,39 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
declare const _default: {
|
|
3
2
|
title: string;
|
|
4
3
|
};
|
|
5
4
|
export default _default;
|
|
6
5
|
export declare const WithADefaultValue: {
|
|
7
|
-
():
|
|
6
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
story: {
|
|
9
8
|
name: string;
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
11
|
export declare const WithABlankValue: {
|
|
13
|
-
():
|
|
12
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
14
13
|
story: {
|
|
15
14
|
name: string;
|
|
16
15
|
};
|
|
17
16
|
};
|
|
18
17
|
export declare const WithAnOptionSelected: {
|
|
19
|
-
():
|
|
18
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
20
19
|
story: {
|
|
21
20
|
name: string;
|
|
22
21
|
};
|
|
23
22
|
};
|
|
24
23
|
export declare const WithWrappingText: {
|
|
25
|
-
():
|
|
24
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
26
25
|
story: {
|
|
27
26
|
name: string;
|
|
28
27
|
};
|
|
29
28
|
};
|
|
30
29
|
export declare const TestMultiselectOverflow: {
|
|
31
|
-
():
|
|
30
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
32
31
|
story: {
|
|
33
32
|
name: string;
|
|
34
33
|
};
|
|
35
34
|
};
|
|
36
35
|
export declare const WithANullValue: {
|
|
37
|
-
():
|
|
36
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
38
37
|
story: {
|
|
39
38
|
name: string;
|
|
40
39
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { action } from "@storybook/addon-actions";
|
|
3
3
|
import { Select } from "../index";
|
|
4
4
|
import { Box } from "../Box";
|
|
@@ -33,40 +33,32 @@ const wrappingOptions = [
|
|
|
33
33
|
export default {
|
|
34
34
|
title: "VisualTests/Select",
|
|
35
35
|
};
|
|
36
|
-
export const WithADefaultValue = () => (
|
|
36
|
+
export const WithADefaultValue = () => (_jsx(Select, { defaultValue: options[0].value, placeholder: "Please select inventory status", onChange: action("selection changed"), onBlur: action("blurred"), options: options, labelText: "Inventory status", onInputChange: action("typed input value changed") }));
|
|
37
37
|
WithADefaultValue.story = {
|
|
38
38
|
name: "with a defaultValue",
|
|
39
39
|
};
|
|
40
40
|
export const WithABlankValue = () => {
|
|
41
41
|
const optionsWithBlank = [{ value: null, label: "" }, ...options];
|
|
42
|
-
return (
|
|
42
|
+
return (_jsx(Select, { placeholder: "Please select inventory status", onChange: action("selection changed"), onBlur: action("blurred"), options: optionsWithBlank, labelText: "Inventory status", onInputChange: action("typed input value changed") }));
|
|
43
43
|
};
|
|
44
44
|
WithABlankValue.story = {
|
|
45
45
|
name: "with a blank value",
|
|
46
46
|
};
|
|
47
|
-
export const WithAnOptionSelected = () => (
|
|
48
|
-
React.createElement(Select, { value: options[0].value, placeholder: "Please select inventory status", options: options, labelText: "Inventory status", onChange: action("selection changed"), onBlur: action("blurred"), onInputChange: action("typed input value changed") }),
|
|
49
|
-
React.createElement("br", null),
|
|
50
|
-
React.createElement(Select, { value: options[0].value, placeholder: "Please select inventory status", options: options, labelText: "Inventory status", initialIsOpen: true, onChange: action("selection changed"), onBlur: action("blurred"), onInputChange: action("typed input value changed") })));
|
|
47
|
+
export const WithAnOptionSelected = () => (_jsxs(_Fragment, { children: [_jsx(Select, { value: options[0].value, placeholder: "Please select inventory status", options: options, labelText: "Inventory status", onChange: action("selection changed"), onBlur: action("blurred"), onInputChange: action("typed input value changed") }), _jsx("br", {}), _jsx(Select, { value: options[0].value, placeholder: "Please select inventory status", options: options, labelText: "Inventory status", initialIsOpen: true, onChange: action("selection changed"), onBlur: action("blurred"), onInputChange: action("typed input value changed") })] }));
|
|
51
48
|
WithAnOptionSelected.story = {
|
|
52
49
|
name: "with an option selected",
|
|
53
50
|
};
|
|
54
|
-
export const WithWrappingText = () => (
|
|
51
|
+
export const WithWrappingText = () => (_jsx(Select, { initialIsOpen: true, value: options[0].value, placeholder: "Please select inventory status", options: wrappingOptions, labelText: "Inventory status", onChange: action("selection changed"), onBlur: action("blurred"), onInputChange: action("typed input value changed") }));
|
|
55
52
|
WithWrappingText.story = {
|
|
56
53
|
name: "With wrapping text",
|
|
57
54
|
};
|
|
58
|
-
export const TestMultiselectOverflow = () => (
|
|
59
|
-
React.createElement(Select, { defaultValue: ["accepted", "assigned"], noOptionsMessage: () => "No options", placeholder: "Please select inventory status", options: options, labelText: "Inventory status", onChange: action("selection changed"), onBlur: action("blurred"), multiselect: true, onInputChange: action("typed input value changed") }),
|
|
60
|
-
React.createElement(Box, { width: "300px" },
|
|
61
|
-
React.createElement(Select, { defaultValue: partnerCompanyName.map((item) => item.value), noOptionsMessage: () => "No options", placeholder: "Please select inventory status", options: partnerCompanyName, labelText: "PCN", onChange: action("selection changed"), onBlur: action("blurred"), multiselect: true, onInputChange: action("typed input value changed") })),
|
|
62
|
-
React.createElement(Box, { width: "400px" },
|
|
63
|
-
React.createElement(Select, { defaultValue: options.map((item) => item.value), noOptionsMessage: () => "No options", placeholder: "Please select inventory status", options: options, labelText: "Inventory status", onChange: action("selection changed"), onBlur: action("blurred"), multiselect: true, onInputChange: action("typed input value changed") }))));
|
|
55
|
+
export const TestMultiselectOverflow = () => (_jsxs(_Fragment, { children: [_jsx(Select, { defaultValue: ["accepted", "assigned"], noOptionsMessage: () => "No options", placeholder: "Please select inventory status", options: options, labelText: "Inventory status", onChange: action("selection changed"), onBlur: action("blurred"), multiselect: true, onInputChange: action("typed input value changed") }), _jsx(Box, { width: "300px", children: _jsx(Select, { defaultValue: partnerCompanyName.map((item) => item.value), noOptionsMessage: () => "No options", placeholder: "Please select inventory status", options: partnerCompanyName, labelText: "PCN", onChange: action("selection changed"), onBlur: action("blurred"), multiselect: true, onInputChange: action("typed input value changed") }) }), _jsx(Box, { width: "400px", children: _jsx(Select, { defaultValue: options.map((item) => item.value), noOptionsMessage: () => "No options", placeholder: "Please select inventory status", options: options, labelText: "Inventory status", onChange: action("selection changed"), onBlur: action("blurred"), multiselect: true, onInputChange: action("typed input value changed") }) })] }));
|
|
64
56
|
TestMultiselectOverflow.story = {
|
|
65
57
|
name: "test multiselect overflow",
|
|
66
58
|
};
|
|
67
59
|
export const WithANullValue = () => {
|
|
68
60
|
const optionsWithBlank = [{ value: null, label: "Nullable" }, { value: null, label: "Other null" }, ...options];
|
|
69
|
-
return (
|
|
61
|
+
return (_jsx(Select, { defaultValue: null, placeholder: "Please select inventory status", onChange: action("selection changed"), onBlur: action("blurred"), options: optionsWithBlank, labelText: "Inventory status", onInputChange: action("typed input value changed") }));
|
|
70
62
|
};
|
|
71
63
|
WithANullValue.story = {
|
|
72
64
|
name: "with a null value",
|
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
declare const _default: {
|
|
3
2
|
title: string;
|
|
4
3
|
};
|
|
5
4
|
export default _default;
|
|
6
|
-
export declare const _Alert: () =>
|
|
7
|
-
export declare const _AsyncSelect: () =>
|
|
8
|
-
export declare const _Breadcrumbs: () =>
|
|
9
|
-
export declare const _PrimaryButton: () =>
|
|
10
|
-
export declare const _DatePicker: () =>
|
|
11
|
-
export declare const _DropdownMenu: () =>
|
|
12
|
-
export declare const _FieldLabel: () =>
|
|
13
|
-
export declare const _Form: () =>
|
|
14
|
-
export declare const _Link: () =>
|
|
15
|
-
export declare const _List: () =>
|
|
16
|
-
export declare const _Pagination: () =>
|
|
17
|
-
export declare const _Radio: () =>
|
|
18
|
-
export declare const _Select: () =>
|
|
19
|
-
export declare const _Table: () =>
|
|
20
|
-
export declare const _Tabs: () =>
|
|
21
|
-
export declare const _TimePicker: () =>
|
|
22
|
-
export declare const _TruncatedText: () =>
|
|
23
|
-
export declare const _InlineValidation: () =>
|
|
5
|
+
export declare const _Alert: () => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const _AsyncSelect: () => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const _Breadcrumbs: () => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const _PrimaryButton: () => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const _DatePicker: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const _DropdownMenu: () => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const _FieldLabel: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const _Form: () => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const _Link: () => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const _List: () => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const _Pagination: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const _Radio: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const _Select: () => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare const _Table: () => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare const _Tabs: () => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export declare const _TimePicker: () => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const _TruncatedText: () => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export declare const _InlineValidation: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { Alert, AsyncSelect, Breadcrumbs, Link, Text, PrimaryButton, DatePicker, DropdownMenu, DropdownLink, DropdownButton, DropdownItem, FieldLabel, Form, Input, List, ListItem, Select, Radio, Tab, Tabs, TimePicker, TruncatedText, InlineValidation, Pagination, Table, } from "..";
|
|
3
3
|
export default {
|
|
4
4
|
title: "VisualTests/WithSpace",
|
|
@@ -7,35 +7,19 @@ const spaceProps = {
|
|
|
7
7
|
p: "x1",
|
|
8
8
|
mt: "x5",
|
|
9
9
|
};
|
|
10
|
-
export const _Alert = () =>
|
|
11
|
-
export const _AsyncSelect = () => (
|
|
12
|
-
export const _Breadcrumbs = () => (
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export const _FieldLabel = () => (React.createElement(FieldLabel, { labelText: "Default label", helpText: "I am help text. I can give more details on the input below!", requirementText: "(Required)", ...spaceProps },
|
|
24
|
-
React.createElement(Input, { id: "birthplace", labelText: "Place of birth", requirementText: "(Optional)" })));
|
|
25
|
-
export const _Form = () => (React.createElement(Form, { mt: "x2", p: "x1" },
|
|
26
|
-
React.createElement(Input, { id: "name", labelText: "Name" }),
|
|
27
|
-
React.createElement(Input, { id: "birthdate", placeholder: "DD-MM-YYYY", labelText: "Date of birth", requirementText: "(Optional)", helpText: "Enter a date below" }),
|
|
28
|
-
React.createElement(Input, { id: "birthplace", labelText: "Place of birth", requirementText: "(Optional)" })));
|
|
29
|
-
export const _Link = () => (React.createElement(Link, { as: "button", mt: "x2", p: "x1" }, "Link"));
|
|
30
|
-
export const _List = () => (React.createElement(List, { leftAlign: true, ...spaceProps },
|
|
31
|
-
React.createElement(ListItem, null, "List Item 1"),
|
|
32
|
-
React.createElement(ListItem, null, "List Item 2 that is really really really really really really really really really long"),
|
|
33
|
-
React.createElement(ListItem, { mt: "x1" }, "List Item 3")));
|
|
34
|
-
export const _Pagination = () => React.createElement(Pagination, { currentPage: 3, totalPages: 4, ...spaceProps });
|
|
35
|
-
export const _Radio = () => (React.createElement(React.Fragment, null,
|
|
36
|
-
React.createElement(Radio, { id: "radio", error: true, labelText: "I am error", ...spaceProps }),
|
|
37
|
-
React.createElement(Radio, { id: "radio", defaultChecked: true, error: true, labelText: "I am error", ...spaceProps })));
|
|
38
|
-
export const _Select = () => (React.createElement(Select, { defaultValue: 2, placeholder: "Please select inventory status", options: [
|
|
10
|
+
export const _Alert = () => _jsx(Alert, { ...spaceProps, children: "Danger alert" });
|
|
11
|
+
export const _AsyncSelect = () => (_jsx(AsyncSelect, { placeholder: "Filter Countries", className: "Select", classNamePrefix: "SelectTest", labelText: "Country", ...spaceProps }));
|
|
12
|
+
export const _Breadcrumbs = () => (_jsxs(Breadcrumbs, { ...spaceProps, children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/Tenants", children: "Tenants" }), _jsx(Text, { children: "Current Tenant" })] }));
|
|
13
|
+
export const _PrimaryButton = () => _jsx(PrimaryButton, { ...spaceProps, children: "Create project" });
|
|
14
|
+
export const _DatePicker = () => _jsx(DatePicker, { ...spaceProps });
|
|
15
|
+
export const _DropdownMenu = () => (_jsxs(DropdownMenu, { defaultOpen: true, openAriaLabel: "open dropdown", closeAriaLabel: "close dropdown", ...spaceProps, children: [_jsx(DropdownLink, { href: "/", children: "Dropdown Link" }), _jsx(DropdownButton, { onClick: () => { }, children: "Dropdown Button" }), _jsx(DropdownItem, { children: _jsx("a", { href: "/", style: { textDecoration: "none" }, children: "Custom Link Component" }) })] }));
|
|
16
|
+
export const _FieldLabel = () => (_jsx(FieldLabel, { labelText: "Default label", helpText: "I am help text. I can give more details on the input below!", requirementText: "(Required)", ...spaceProps, children: _jsx(Input, { id: "birthplace", labelText: "Place of birth", requirementText: "(Optional)" }) }));
|
|
17
|
+
export const _Form = () => (_jsxs(Form, { mt: "x2", p: "x1", children: [_jsx(Input, { id: "name", labelText: "Name" }), _jsx(Input, { id: "birthdate", placeholder: "DD-MM-YYYY", labelText: "Date of birth", requirementText: "(Optional)", helpText: "Enter a date below" }), _jsx(Input, { id: "birthplace", labelText: "Place of birth", requirementText: "(Optional)" })] }));
|
|
18
|
+
export const _Link = () => (_jsx(Link, { as: "button", mt: "x2", p: "x1", children: "Link" }));
|
|
19
|
+
export const _List = () => (_jsxs(List, { leftAlign: true, ...spaceProps, children: [_jsx(ListItem, { children: "List Item 1" }), _jsx(ListItem, { children: "List Item 2 that is really really really really really really really really really long" }), _jsx(ListItem, { mt: "x1", children: "List Item 3" })] }));
|
|
20
|
+
export const _Pagination = () => _jsx(Pagination, { currentPage: 3, totalPages: 4, ...spaceProps });
|
|
21
|
+
export const _Radio = () => (_jsxs(_Fragment, { children: [_jsx(Radio, { id: "radio", error: true, labelText: "I am error", ...spaceProps }), _jsx(Radio, { id: "radio", defaultChecked: true, error: true, labelText: "I am error", ...spaceProps })] }));
|
|
22
|
+
export const _Select = () => (_jsx(Select, { defaultValue: 2, placeholder: "Please select inventory status", options: [
|
|
39
23
|
{
|
|
40
24
|
label: "option 1",
|
|
41
25
|
value: 1,
|
|
@@ -104,12 +88,8 @@ const rowData = [
|
|
|
104
88
|
id: "r9",
|
|
105
89
|
},
|
|
106
90
|
];
|
|
107
|
-
export const _Table = () =>
|
|
108
|
-
export const _Tabs = () => (
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
React.createElement(Tab, { className: "Tab4", label: "Tab 4" }, "Tab 4 Content")));
|
|
113
|
-
export const _TimePicker = () => React.createElement(TimePicker, { labelText: "End Time", defaultValue: "12:38 PM", ...spaceProps });
|
|
114
|
-
export const _TruncatedText = () => (React.createElement(TruncatedText, { ...spaceProps }, "Special instructions are provided for the shipment"));
|
|
115
|
-
export const _InlineValidation = () => React.createElement(InlineValidation, { errorMessage: "Something has gone wrong", ...spaceProps });
|
|
91
|
+
export const _Table = () => _jsx(Table, { columns: columns, rows: rowData, ...spaceProps });
|
|
92
|
+
export const _Tabs = () => (_jsxs(Tabs, { ...spaceProps, children: [_jsx(Tab, { className: "Tab1", label: "Tab 1", children: "Tab 1 Content" }), _jsx(Tab, { className: "Tab2", label: "Tab 2", children: "Tab 2 Content" }), _jsx(Tab, { className: "Tab3", label: "Tab 3", children: "Tab 3 Content" }), _jsx(Tab, { className: "Tab4", label: "Tab 4", children: "Tab 4 Content" })] }));
|
|
93
|
+
export const _TimePicker = () => _jsx(TimePicker, { labelText: "End Time", defaultValue: "12:38 PM", ...spaceProps });
|
|
94
|
+
export const _TruncatedText = () => (_jsx(TruncatedText, { ...spaceProps, children: "Special instructions are provided for the shipment" }));
|
|
95
|
+
export const _InlineValidation = () => _jsx(InlineValidation, { errorMessage: "Something has gone wrong", ...spaceProps });
|
package/dist/src/i18n.js
CHANGED
|
@@ -2,6 +2,7 @@ import i18n from "i18next";
|
|
|
2
2
|
import de_DE from "../locales/de_DE.json";
|
|
3
3
|
import en_US from "../locales/en_US.json";
|
|
4
4
|
import es_ES from "../locales/es_ES.json";
|
|
5
|
+
import ja_JP from "../locales/ja_JP.json";
|
|
5
6
|
import es_MX from "../locales/es_MX.json";
|
|
6
7
|
import fr_FR from "../locales/fr_FR.json";
|
|
7
8
|
import nl_NL from "../locales/nl_NL.json";
|
|
@@ -25,6 +26,9 @@ const resources = {
|
|
|
25
26
|
fr_FR: {
|
|
26
27
|
nds: fr_FR,
|
|
27
28
|
},
|
|
29
|
+
ja_JP: {
|
|
30
|
+
nds: ja_JP,
|
|
31
|
+
},
|
|
28
32
|
nl_NL: {
|
|
29
33
|
nds: nl_NL,
|
|
30
34
|
},
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
declare const _default: {
|
|
3
2
|
title: string;
|
|
4
3
|
parameters: {
|
|
@@ -6,4 +5,4 @@ declare const _default: {
|
|
|
6
5
|
};
|
|
7
6
|
};
|
|
8
7
|
export default _default;
|
|
9
|
-
export declare const LocaleTable: () =>
|
|
8
|
+
export declare const LocaleTable: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/src/locale.story.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import deDE from "../locales/de_DE.json";
|
|
3
3
|
import enUS from "../locales/en_US.json";
|
|
4
4
|
import esES from "../locales/es_ES.json";
|
|
5
5
|
import esMX from "../locales/es_MX.json";
|
|
6
6
|
import frFR from "../locales/fr_FR.json";
|
|
7
|
+
import jaJP from "../locales/ja_JP.json";
|
|
7
8
|
import nlNL from "../locales/nl_NL.json";
|
|
8
9
|
import plPL from "../locales/pl_PL.json";
|
|
9
10
|
import ptBR from "../locales/pt_BR.json";
|
|
@@ -34,6 +35,10 @@ const locales = {
|
|
|
34
35
|
name: "French (France)",
|
|
35
36
|
keys: frFR,
|
|
36
37
|
},
|
|
38
|
+
ja_JP: {
|
|
39
|
+
name: "Japanese (Japan)",
|
|
40
|
+
keys: jaJP,
|
|
41
|
+
},
|
|
37
42
|
nl_NL: {
|
|
38
43
|
name: "Dutch",
|
|
39
44
|
keys: nlNL,
|
|
@@ -58,9 +63,7 @@ const locales = {
|
|
|
58
63
|
const getColumns = () => {
|
|
59
64
|
return Object.keys(locales).map((locale) => ({
|
|
60
65
|
label: locales[locale].name,
|
|
61
|
-
headerFormatter: ({ label }) => (
|
|
62
|
-
React.createElement(Text, null, label),
|
|
63
|
-
React.createElement(Text, { fontSize: "small", color: "midGrey" }, locale))),
|
|
66
|
+
headerFormatter: ({ label }) => (_jsxs(Flex, { flexDirection: "column", children: [_jsx(Text, { children: label }), _jsx(Text, { fontSize: "small", color: "midGrey", children: locale })] })),
|
|
64
67
|
dataKey: locale,
|
|
65
68
|
width: "8%",
|
|
66
69
|
}));
|
|
@@ -88,6 +91,4 @@ export default {
|
|
|
88
91
|
layout: "fullscreen",
|
|
89
92
|
},
|
|
90
93
|
};
|
|
91
|
-
export const LocaleTable = () => (
|
|
92
|
-
React.createElement(Heading1, null, "Locale Translations"),
|
|
93
|
-
React.createElement(Table, { columns: getColumns(), rows: getRows(), rowBorder: true, rowHovers: true, stickyHeader: true, className: "LocaleTable" })));
|
|
94
|
+
export const LocaleTable = () => (_jsxs(Box, { p: "x3", children: [_jsx(Heading1, { children: "Locale Translations" }), _jsx(Table, { columns: getColumns(), rows: getRows(), rowBorder: true, rowHovers: true, stickyHeader: true, className: "LocaleTable" })] }));
|
|
@@ -4,6 +4,7 @@ export declare const NDS_TO_DATE_FN_LOCALES_MAP: {
|
|
|
4
4
|
readonly es_MX: Locale;
|
|
5
5
|
readonly es_ES: Locale;
|
|
6
6
|
readonly fr_FR: Locale;
|
|
7
|
+
readonly ja_JP: Locale;
|
|
7
8
|
readonly nl_NL: Locale;
|
|
8
9
|
readonly pl_PL: Locale;
|
|
9
10
|
readonly pt_BR: Locale;
|
|
@@ -26,6 +27,10 @@ export declare const ALL_NDS_LOCALES: readonly [{
|
|
|
26
27
|
readonly label: "France (French)";
|
|
27
28
|
readonly value: "fr_FR";
|
|
28
29
|
readonly dateFnsValue: Locale;
|
|
30
|
+
}, {
|
|
31
|
+
readonly label: "Japanese (Japan)";
|
|
32
|
+
readonly value: "ja_JP";
|
|
33
|
+
readonly dateFnsValue: Locale;
|
|
29
34
|
}, {
|
|
30
35
|
readonly label: "Dutch (Netherlands)";
|
|
31
36
|
readonly value: "nl_NL";
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/* These locales are exported for use in the docs site and storybook */
|
|
2
|
-
import { enUS, de, fr, es, ptBR, ro, pl, nl, zhCN } from "date-fns/locale";
|
|
2
|
+
import { enUS, de, fr, es, ja, ptBR, ro, pl, nl, zhCN } from "date-fns/locale";
|
|
3
3
|
export const NDS_TO_DATE_FN_LOCALES_MAP = {
|
|
4
4
|
de_DE: de,
|
|
5
5
|
en_US: enUS,
|
|
6
6
|
es_MX: es,
|
|
7
7
|
es_ES: es,
|
|
8
8
|
fr_FR: fr,
|
|
9
|
+
ja_JP: ja,
|
|
9
10
|
nl_NL: nl,
|
|
10
11
|
pl_PL: pl,
|
|
11
12
|
pt_BR: ptBR,
|
|
@@ -33,6 +34,11 @@ export const ALL_NDS_LOCALES = [
|
|
|
33
34
|
value: "fr_FR",
|
|
34
35
|
dateFnsValue: NDS_TO_DATE_FN_LOCALES_MAP.fr_FR,
|
|
35
36
|
},
|
|
37
|
+
{
|
|
38
|
+
label: "Japanese (Japan)",
|
|
39
|
+
value: "ja_JP",
|
|
40
|
+
dateFnsValue: NDS_TO_DATE_FN_LOCALES_MAP.ja_JP,
|
|
41
|
+
},
|
|
36
42
|
{
|
|
37
43
|
label: "Dutch (Netherlands)",
|
|
38
44
|
value: "nl_NL",
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
declare const _default: {
|
|
3
2
|
title: string;
|
|
4
3
|
};
|
|
5
4
|
export default _default;
|
|
6
5
|
export declare const Static: {
|
|
7
|
-
():
|
|
6
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
parameters: {
|
|
9
8
|
chromatic: {
|
|
10
9
|
disable: boolean;
|
|
11
10
|
};
|
|
12
11
|
};
|
|
13
12
|
};
|
|
14
|
-
export declare const Base: () =>
|
|
13
|
+
export declare const Base: () => import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
export declare const WithALink: {
|
|
16
|
-
():
|
|
15
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
17
16
|
story: {
|
|
18
17
|
name: string;
|
|
19
18
|
};
|
|
20
19
|
};
|
|
21
|
-
export declare const Maintenance: () =>
|
|
20
|
+
export declare const Maintenance: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useTheme } from "styled-components";
|
|
3
3
|
import { Alert, Box, Branding, Flex, Link } from "../index";
|
|
4
4
|
import { Text } from "../Type";
|
|
@@ -7,44 +7,18 @@ const ErrorPageAlertWidth = "432px";
|
|
|
7
7
|
export default {
|
|
8
8
|
title: "Pages/ErrorPage",
|
|
9
9
|
};
|
|
10
|
-
export const Static = () => (React.
|
|
11
|
-
"For non-React, static HTML error pages see the Nulogy error pages repository",
|
|
12
|
-
" ",
|
|
13
|
-
React.createElement(Link, { href: "https://github.com/nulogy/error-pages" }, "on GitHub"),
|
|
14
|
-
" or preview them",
|
|
15
|
-
" ",
|
|
16
|
-
React.createElement(Link, { href: "https://nulogy.github.io/error-pages/" }, "here"),
|
|
17
|
-
"."));
|
|
10
|
+
export const Static = () => (_jsxs(Text, { children: ["For non-React, static HTML error pages see the Nulogy error pages repository", " ", _jsx(Link, { href: "https://github.com/nulogy/error-pages", children: "on GitHub" }), " or preview them", " ", _jsx(Link, { href: "https://nulogy.github.io/error-pages/", children: "here" }), "."] }));
|
|
18
11
|
Static.parameters = {
|
|
19
12
|
chromatic: { disable: true },
|
|
20
13
|
};
|
|
21
|
-
export const Base = () => (
|
|
22
|
-
React.createElement(Flex, { flexGrow: 1, maxWidth: ErrorPageWidth, m: "0 auto" },
|
|
23
|
-
React.createElement(Flex, { width: "100%", flexDirection: { extraSmall: "column", large: "row" }, alignItems: "center" },
|
|
24
|
-
React.createElement(Box, { mb: { extraSmall: "x5", small: "x4", large: 0 }, mt: { extraSmall: "x2", small: "80px", large: 0 }, mr: { extraSmall: 0, large: "x3" } },
|
|
25
|
-
React.createElement(Branding, { size: "large" })),
|
|
26
|
-
React.createElement(Box, { maxWidth: ErrorPageAlertWidth },
|
|
27
|
-
React.createElement(Alert, { type: "danger", title: "We're sorry, but something went wrong." }, "We've been notified about this issue and we'll take a look at it shortly."))))));
|
|
14
|
+
export const Base = () => (_jsx(Flex, { height: "100vh", flexDirection: "column", pt: "x3", pr: "x2", pb: "x2", pl: "x2", children: _jsx(Flex, { flexGrow: 1, maxWidth: ErrorPageWidth, m: "0 auto", children: _jsxs(Flex, { width: "100%", flexDirection: { extraSmall: "column", large: "row" }, alignItems: "center", children: [_jsx(Box, { mb: { extraSmall: "x5", small: "x4", large: 0 }, mt: { extraSmall: "x2", small: "80px", large: 0 }, mr: { extraSmall: 0, large: "x3" }, children: _jsx(Branding, { size: "large" }) }), _jsx(Box, { maxWidth: ErrorPageAlertWidth, children: _jsx(Alert, { type: "danger", title: "We're sorry, but something went wrong.", children: "We've been notified about this issue and we'll take a look at it shortly." }) })] }) }) }));
|
|
28
15
|
/* eslint-disable jsx-a11y/anchor-is-valid */
|
|
29
16
|
export const WithALink = () => {
|
|
30
17
|
const theme = useTheme();
|
|
31
|
-
return (
|
|
32
|
-
React.createElement(Flex, { flexGrow: 1, maxWidth: ErrorPageWidth, m: "0 auto" },
|
|
33
|
-
React.createElement(Flex, { width: "100%", flexDirection: { extraSmall: "column", large: "row" }, alignItems: "center" },
|
|
34
|
-
React.createElement(Box, { mb: { extraSmall: "x5", small: "x4", large: 0 }, mt: { extraSmall: "x2", small: "80px", large: `-${theme.space.x4}` }, mr: { extraSmall: 0, large: "x3" } },
|
|
35
|
-
React.createElement(Branding, { size: "large" })),
|
|
36
|
-
React.createElement(Box, { maxWidth: ErrorPageAlertWidth },
|
|
37
|
-
React.createElement(Alert, { type: "danger", title: "We're sorry, but something went wrong.", mb: "x2" }, "We've been notified about this issue and we'll take a look at it shortly."),
|
|
38
|
-
React.createElement(Link, { href: "#" }, "Back to homepage"))))));
|
|
18
|
+
return (_jsx(Flex, { height: "100vh", flexDirection: "column", pt: "x3", pr: "x2", pb: "x2", pl: "x2", children: _jsx(Flex, { flexGrow: 1, maxWidth: ErrorPageWidth, m: "0 auto", children: _jsxs(Flex, { width: "100%", flexDirection: { extraSmall: "column", large: "row" }, alignItems: "center", children: [_jsx(Box, { mb: { extraSmall: "x5", small: "x4", large: 0 }, mt: { extraSmall: "x2", small: "80px", large: `-${theme.space.x4}` }, mr: { extraSmall: 0, large: "x3" }, children: _jsx(Branding, { size: "large" }) }), _jsxs(Box, { maxWidth: ErrorPageAlertWidth, children: [_jsx(Alert, { type: "danger", title: "We're sorry, but something went wrong.", mb: "x2", children: "We've been notified about this issue and we'll take a look at it shortly." }), _jsx(Link, { href: "#", children: "Back to homepage" })] })] }) }) }));
|
|
39
19
|
};
|
|
40
20
|
/* eslint-enable jsx-a11y/anchor-is-valid */
|
|
41
21
|
WithALink.story = {
|
|
42
22
|
name: "With a link",
|
|
43
23
|
};
|
|
44
|
-
export const Maintenance = () => (
|
|
45
|
-
React.createElement(Flex, { flexGrow: 1, maxWidth: ErrorPageWidth, m: "0 auto" },
|
|
46
|
-
React.createElement(Flex, { width: "100%", flexDirection: { extraSmall: "column", large: "row" }, alignItems: "center" },
|
|
47
|
-
React.createElement(Box, { mb: { extraSmall: "x5", small: "x4", large: 0 }, mt: { extraSmall: "x2", small: "80px", large: 0 }, mr: { extraSmall: 0, large: "x3" } },
|
|
48
|
-
React.createElement(Branding, { size: "large" })),
|
|
49
|
-
React.createElement(Box, { maxWidth: ErrorPageAlertWidth },
|
|
50
|
-
React.createElement(Alert, null, "We are currently adding new features to Nulogy Quality Control. We should be online shortly."))))));
|
|
24
|
+
export const Maintenance = () => (_jsx(Flex, { height: "100vh", flexDirection: "column", pt: "x3", pr: "x2", pb: "x2", pl: "x2", children: _jsx(Flex, { flexGrow: 1, maxWidth: ErrorPageWidth, m: "0 auto", children: _jsxs(Flex, { width: "100%", flexDirection: { extraSmall: "column", large: "row" }, alignItems: "center", children: [_jsx(Box, { mb: { extraSmall: "x5", small: "x4", large: 0 }, mt: { extraSmall: "x2", small: "80px", large: 0 }, mr: { extraSmall: 0, large: "x3" }, children: _jsx(Branding, { size: "large" }) }), _jsx(Box, { maxWidth: ErrorPageAlertWidth, children: _jsx(Alert, { children: "We are currently adding new features to Nulogy Quality Control. We should be online shortly." }) })] }) }) }));
|
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
declare const _default: {
|
|
3
2
|
title: string;
|
|
4
3
|
};
|
|
5
4
|
export default _default;
|
|
6
|
-
export declare const Base: () =>
|
|
5
|
+
export declare const Base: () => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export declare const WithRememberMe: {
|
|
8
|
-
():
|
|
7
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
story: {
|
|
10
9
|
name: string;
|
|
11
10
|
};
|
|
12
11
|
};
|
|
13
12
|
export declare const WithForgotPasswordLink: {
|
|
14
|
-
():
|
|
13
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
story: {
|
|
16
15
|
name: string;
|
|
17
16
|
};
|
|
18
17
|
};
|
|
19
18
|
export declare const WithError: {
|
|
20
|
-
():
|
|
19
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
21
20
|
story: {
|
|
22
21
|
name: string;
|
|
23
22
|
};
|
|
24
23
|
};
|
|
25
24
|
export declare const WithErrorAndNoAdditionalText: {
|
|
26
|
-
():
|
|
25
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
27
26
|
story: {
|
|
28
27
|
name: string;
|
|
29
28
|
};
|
|
@@ -1,71 +1,22 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Alert, Box, Branding, Checkbox, Flex, Form, Input, Link, PrimaryButton, Text } from "../index";
|
|
3
3
|
export default {
|
|
4
4
|
title: "Pages/LoginPage",
|
|
5
5
|
};
|
|
6
|
-
export const Base = () => (
|
|
7
|
-
|
|
8
|
-
React.createElement(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center" },
|
|
9
|
-
React.createElement(Box, { mb: "x2", width: "100%" },
|
|
10
|
-
React.createElement(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" })),
|
|
11
|
-
React.createElement(Text, { color: "darkGrey", fontSize: "small", lineHeight: "smallTextBase", mb: "x4" }, "Additional Text"),
|
|
12
|
-
React.createElement(Form, null,
|
|
13
|
-
React.createElement(Input, { labelText: "Email" }),
|
|
14
|
-
React.createElement(Input, { type: "password", labelText: "Password" }),
|
|
15
|
-
React.createElement(PrimaryButton, { fullWidth: true }, "Sign In"))))));
|
|
16
|
-
export const WithRememberMe = () => (React.createElement(Flex, { minHeight: "100vh", justifyContent: "center", flexDirection: "column", alignItems: "center", bg: { extraSmall: "white", small: "whiteGrey" }, width: "100%" },
|
|
17
|
-
React.createElement(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1 },
|
|
18
|
-
React.createElement(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center" },
|
|
19
|
-
React.createElement(Box, { mb: "x2", width: "100%" },
|
|
20
|
-
React.createElement(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" })),
|
|
21
|
-
React.createElement(Text, { color: "darkGrey", fontSize: "small", lineHeight: "smallTextBase", mb: "x4" }, "Additional Text"),
|
|
22
|
-
React.createElement("form", { style: { width: "100%" } },
|
|
23
|
-
React.createElement(Input, { mb: "x3", labelText: "Email" }),
|
|
24
|
-
React.createElement(Input, { type: "password", labelText: "Password" }),
|
|
25
|
-
React.createElement(Checkbox, { mb: "x3", labelText: "Remember me" }),
|
|
26
|
-
React.createElement(PrimaryButton, { fullWidth: true }, "Sign In"))))));
|
|
6
|
+
export const Base = () => (_jsx(Flex, { minHeight: "100vh", justifyContent: "center", flexDirection: "column", alignItems: "center", bg: { extraSmall: "white", small: "whiteGrey" }, width: "100%", children: _jsx(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1, children: _jsxs(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center", children: [_jsx(Box, { mb: "x2", width: "100%", children: _jsx(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" }) }), _jsx(Text, { color: "darkGrey", fontSize: "small", lineHeight: "smallTextBase", mb: "x4", children: "Additional Text" }), _jsxs(Form, { children: [_jsx(Input, { labelText: "Email" }), _jsx(Input, { type: "password", labelText: "Password" }), _jsx(PrimaryButton, { fullWidth: true, children: "Sign In" })] })] }) }) }));
|
|
7
|
+
export const WithRememberMe = () => (_jsx(Flex, { minHeight: "100vh", justifyContent: "center", flexDirection: "column", alignItems: "center", bg: { extraSmall: "white", small: "whiteGrey" }, width: "100%", children: _jsx(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1, children: _jsxs(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center", children: [_jsx(Box, { mb: "x2", width: "100%", children: _jsx(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" }) }), _jsx(Text, { color: "darkGrey", fontSize: "small", lineHeight: "smallTextBase", mb: "x4", children: "Additional Text" }), _jsxs("form", { style: { width: "100%" }, children: [_jsx(Input, { mb: "x3", labelText: "Email" }), _jsx(Input, { type: "password", labelText: "Password" }), _jsx(Checkbox, { mb: "x3", labelText: "Remember me" }), _jsx(PrimaryButton, { fullWidth: true, children: "Sign In" })] })] }) }) }));
|
|
27
8
|
WithRememberMe.story = {
|
|
28
9
|
name: "with remember me",
|
|
29
10
|
};
|
|
30
|
-
export const WithForgotPasswordLink = () => (
|
|
31
|
-
React.createElement(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1 },
|
|
32
|
-
React.createElement(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center" },
|
|
33
|
-
React.createElement(Box, { mb: "x2", width: "100%" },
|
|
34
|
-
React.createElement(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" })),
|
|
35
|
-
React.createElement(Text, { color: "darkGrey", fontSize: "small", lineHeight: "smallTextBase", mb: "x4" }, "Additional Text"),
|
|
36
|
-
React.createElement(Form, { style: { width: "100%" } },
|
|
37
|
-
React.createElement(Input, { labelText: "Email" }),
|
|
38
|
-
React.createElement(Input, { type: "password", labelText: "Password" }),
|
|
39
|
-
React.createElement(PrimaryButton, { fullWidth: true }, "Sign In")),
|
|
40
|
-
React.createElement(Box, { py: "x1", mt: "x1" },
|
|
41
|
-
React.createElement(Link, { href: "/" }, "Forgot your password?"))))));
|
|
11
|
+
export const WithForgotPasswordLink = () => (_jsx(Flex, { minHeight: "100vh", justifyContent: "center", flexDirection: "column", alignItems: "center", bg: { extraSmall: "white", small: "whiteGrey" }, width: "100%", children: _jsx(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1, children: _jsxs(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center", children: [_jsx(Box, { mb: "x2", width: "100%", children: _jsx(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" }) }), _jsx(Text, { color: "darkGrey", fontSize: "small", lineHeight: "smallTextBase", mb: "x4", children: "Additional Text" }), _jsxs(Form, { style: { width: "100%" }, children: [_jsx(Input, { labelText: "Email" }), _jsx(Input, { type: "password", labelText: "Password" }), _jsx(PrimaryButton, { fullWidth: true, children: "Sign In" })] }), _jsx(Box, { py: "x1", mt: "x1", children: _jsx(Link, { href: "/", children: "Forgot your password?" }) })] }) }) }));
|
|
42
12
|
WithForgotPasswordLink.story = {
|
|
43
13
|
name: "with forgot password link",
|
|
44
14
|
};
|
|
45
|
-
export const WithError = () => (
|
|
46
|
-
React.createElement(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1 },
|
|
47
|
-
React.createElement(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center" },
|
|
48
|
-
React.createElement(Box, { mb: "x2", width: "100%" },
|
|
49
|
-
React.createElement(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" })),
|
|
50
|
-
React.createElement(Text, { fontSize: "small", lineHeight: "smallTextBase", mb: "x4" }, "Additional Text"),
|
|
51
|
-
React.createElement(Alert, { mb: "x4", width: "100%", type: "danger" }, "text"),
|
|
52
|
-
React.createElement(Form, { style: { width: "100%" } },
|
|
53
|
-
React.createElement(Input, { labelText: "Email" }),
|
|
54
|
-
React.createElement(Input, { type: "password", labelText: "Password" }),
|
|
55
|
-
React.createElement(PrimaryButton, { fullWidth: true }, "Sign In"))))));
|
|
15
|
+
export const WithError = () => (_jsx(Flex, { minHeight: "100vh", justifyContent: "center", flexDirection: "column", alignItems: "center", bg: { extraSmall: "white", small: "whiteGrey" }, width: "100%", children: _jsx(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1, children: _jsxs(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center", children: [_jsx(Box, { mb: "x2", width: "100%", children: _jsx(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" }) }), _jsx(Text, { fontSize: "small", lineHeight: "smallTextBase", mb: "x4", children: "Additional Text" }), _jsx(Alert, { mb: "x4", width: "100%", type: "danger", children: "text" }), _jsxs(Form, { style: { width: "100%" }, children: [_jsx(Input, { labelText: "Email" }), _jsx(Input, { type: "password", labelText: "Password" }), _jsx(PrimaryButton, { fullWidth: true, children: "Sign In" })] })] }) }) }));
|
|
56
16
|
WithError.story = {
|
|
57
17
|
name: "with error",
|
|
58
18
|
};
|
|
59
|
-
export const WithErrorAndNoAdditionalText = () => (
|
|
60
|
-
React.createElement(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1 },
|
|
61
|
-
React.createElement(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center" },
|
|
62
|
-
React.createElement(Box, { mb: "x4", width: "100%" },
|
|
63
|
-
React.createElement(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" })),
|
|
64
|
-
React.createElement(Alert, { mb: "x4", width: "100%", type: "danger" }, "text"),
|
|
65
|
-
React.createElement(Form, null,
|
|
66
|
-
React.createElement(Input, { labelText: "Email" }),
|
|
67
|
-
React.createElement(Input, { type: "password", labelText: "Password" }),
|
|
68
|
-
React.createElement(PrimaryButton, { fullWidth: true }, "Sign In"))))));
|
|
19
|
+
export const WithErrorAndNoAdditionalText = () => (_jsx(Flex, { minHeight: "100vh", justifyContent: "center", flexDirection: "column", alignItems: "center", bg: { extraSmall: "white", small: "whiteGrey" }, width: "100%", children: _jsx(Flex, { width: "100%", maxWidth: "384px", alignItems: "center", justifyContent: "center", flexGrow: 1, children: _jsxs(Flex, { height: { extraSmall: "100%", small: "auto" }, maxWidth: "384px", width: "100%", borderRadius: { extraSmall: null, small: "medium" }, boxShadow: { extraSmall: null, small: "small" }, px: { extraSmall: "x2", small: "x4" }, py: { extraSmall: "x3", small: "x5" }, bg: "white", my: "x2", flexDirection: "column", alignItems: "center", children: [_jsx(Box, { mb: "x4", width: "100%", children: _jsx(Branding, { withLine: true, size: "large", subtext: "Logo Subtext", alignment: "center" }) }), _jsx(Alert, { mb: "x4", width: "100%", type: "danger", children: "text" }), _jsxs(Form, { children: [_jsx(Input, { labelText: "Email" }), _jsx(Input, { type: "password", labelText: "Password" }), _jsx(PrimaryButton, { fullWidth: true, children: "Sign In" })] })] }) }) }));
|
|
69
20
|
WithErrorAndNoAdditionalText.story = {
|
|
70
21
|
name: "with error and no additional text",
|
|
71
22
|
};
|