glints-aries 4.0.180 → 4.0.181
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/es/.storybook/Decorators.d.ts +2 -0
- package/es/@next/Alert/Alert.js +63 -0
- package/es/@next/Alert/Alert.stories.js +43 -0
- package/es/@next/Alert/AlertContext.js +2 -0
- package/es/@next/Alert/AlertProvider.js +26 -0
- package/es/@next/Alert/AlertStyle.js +17 -0
- package/es/@next/Alert/AlertWithProvider.js +23 -0
- package/es/@next/Alert/AlertWithProvider.stories.js +42 -0
- package/es/@next/Alert/index.js +5 -0
- package/es/@next/Alert/useAlert.js +9 -0
- package/es/@next/Input/InputStyle.js +1 -1
- package/es/@next/Pagination/PageButton.js +23 -0
- package/es/@next/Pagination/Pagination.js +122 -0
- package/es/@next/Pagination/Pagination.stories.js +42 -0
- package/es/@next/Pagination/PaginationStyle.js +33 -0
- package/es/@next/Pagination/SimplePagination.js +80 -0
- package/es/@next/Pagination/SimplePagination.stories.js +42 -0
- package/es/@next/Pagination/Stepper.js +18 -0
- package/es/@next/Pagination/index.js +3 -0
- package/es/@next/Pagination/paginationUtils.js +15 -0
- package/es/@next/index.js +2 -0
- package/es/src/@next/Alert/Alert.d.ts +12 -0
- package/es/{General → src/@next}/Alert/Alert.stories.d.ts +0 -0
- package/es/src/@next/Alert/AlertContext.d.ts +8 -0
- package/es/src/@next/Alert/AlertProvider.d.ts +4 -0
- package/es/src/@next/Alert/AlertStyle.d.ts +3 -0
- package/es/src/@next/Alert/AlertWithProvider.d.ts +2 -0
- package/es/{@next/Avatar/Avatar.stories.d.ts → src/@next/Alert/AlertWithProvider.stories.d.ts} +0 -0
- package/es/src/@next/Alert/index.d.ts +5 -0
- package/es/src/@next/Alert/useAlert.d.ts +1 -0
- package/es/{@next → src/@next}/Avatar/Avatar.d.ts +0 -0
- package/{lib → es/src}/@next/Avatar/Avatar.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Avatar/AvatarStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Avatar/index.d.ts +0 -0
- package/es/{@next → src/@next}/Badge/Badge.d.ts +0 -0
- package/es/{@next → src/@next}/Badge/Badge.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Badge/BadgeStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Badge/index.d.ts +0 -0
- package/es/{@next → src/@next}/Banner/Banner.d.ts +0 -0
- package/es/{@next → src/@next}/Banner/Banner.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Banner/BannerStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Banner/index.d.ts +0 -0
- package/es/{@next → src/@next}/Button/Button.d.ts +0 -0
- package/es/{@next → src/@next}/Button/Button.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Button/ButtonStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Button/DesctructiveButton.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Button/DesctructiveButtonStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Button/OutlineButton.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Button/OutlineButtonStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Button/OutlineMonochromeButton.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Button/OutlineMonochromeStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Button/PrimaryButton.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Button/PrimaryButtonStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Button/index.d.ts +0 -0
- package/es/{@next → src/@next}/ButtonGroup/ButtonGroup.d.ts +0 -0
- package/es/{@next → src/@next}/ButtonGroup/ButtonGroup.stories.d.ts +0 -0
- package/es/{@next → src/@next}/ButtonGroup/ButtonGroupStyle.d.ts +0 -0
- package/es/{@next → src/@next}/ButtonGroup/index.d.ts +0 -0
- package/es/{@next → src/@next}/Checkbox/Checkbox.d.ts +0 -0
- package/es/{@next → src/@next}/Checkbox/Checkbox.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Checkbox/CheckboxStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Checkbox/index.d.ts +0 -0
- package/es/{@next → src/@next}/CurrencyInput/CurrencyInput.d.ts +0 -0
- package/es/{@next → src/@next}/CurrencyInput/CurrencyInput.stories.d.ts +0 -0
- package/es/{@next → src/@next}/CurrencyInput/CurrencyInput.test.d.ts +0 -0
- package/es/{@next → src/@next}/CurrencyInput/CurrencyStyles.d.ts +0 -0
- package/es/{@next → src/@next}/CurrencyInput/index.d.ts +0 -0
- package/es/{@next → src/@next}/Divider/Divider.d.ts +0 -0
- package/es/{@next → src/@next}/Divider/Divider.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Divider/DividerStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Divider/index.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/Icon.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/Icon.test.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/IconStoriesStyles.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiAccountCircleFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiAccountCircleLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiAdd.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiAddCircleFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiAddCircleLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiAlarmWarningFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiAlarmWarningLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowDownFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowDownLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowGoBackFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowGoBackLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowGoForwardFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowGoForwardLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowLeftFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowLeftLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowLeftRightFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowLeftRightLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowMDownFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowMDownLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowMLeftFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowMLeftLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowMRightFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowMRightLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowMUpFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowMUpLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowRightFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowRightLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowUpDownFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowUpDownLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowUpFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowUpLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowXsDownFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiArrowXsUpFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCalendarFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCalendarLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCheck.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCheckboxCircleFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCheckboxFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCheckboxIndeterminateFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCheckboxIndeterminateLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCheckboxLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiClose.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCloseCircleFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCloseCircleLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiCoinsLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiDeleteBinFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiDeleteBinLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiErrorWarningFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiErrorWarningLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiFacebookCircleLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiInformationFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiInformationLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiInstagramLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiLinkedInLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiLoader.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiMapLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiMessageFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiMessageLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiMinus.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiPencilFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiPencilLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiQuestionFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiQuestionLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiReplyFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiReplyLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiSearch.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiSendPlaneFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiSendPlaneLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiSettingsFill.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiSettingsLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/RiTwitterLine.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/components/index.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/icons/icons.d.ts +0 -0
- package/es/{@next → src/@next}/Icon/index.d.ts +0 -0
- package/es/{@next → src/@next}/Input/Input.d.ts +0 -0
- package/es/{@next → src/@next}/Input/InputStyle.d.ts +0 -0
- package/es/{@next → src/@next}/NumberInput/NumberInput.d.ts +0 -0
- package/es/{@next → src/@next}/NumberInput/NumberInput.stories.d.ts +0 -0
- package/es/{@next → src/@next}/NumberInput/index.d.ts +0 -0
- package/es/src/@next/Pagination/PageButton.d.ts +8 -0
- package/es/src/@next/Pagination/Pagination.d.ts +3 -0
- package/es/{@next/Popover/Popover.stories.d.ts → src/@next/Pagination/Pagination.stories.d.ts} +0 -0
- package/es/src/@next/Pagination/PaginationStyle.d.ts +8 -0
- package/es/src/@next/Pagination/SimplePagination.d.ts +3 -0
- package/es/{@next/Popover/PopoverFilter.stories.d.ts → src/@next/Pagination/SimplePagination.stories.d.ts} +0 -0
- package/es/src/@next/Pagination/Stepper.d.ts +4 -0
- package/es/src/@next/Pagination/index.d.ts +3 -0
- package/es/src/@next/Pagination/paginationUtils.d.ts +14 -0
- package/es/{@next → src/@next}/Popover/Popover.d.ts +0 -0
- package/es/{Display → src/@next}/Popover/Popover.stories.d.ts +0 -0
- package/{lib → es/src}/@next/Popover/PopoverFilter.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Popover/PopoverStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Popover/index.d.ts +0 -0
- package/es/{@next → src/@next}/Popover/popoverStoryHelper/CheckboxGroup.d.ts +0 -0
- package/es/{@next → src/@next}/Popover/popoverStoryHelper/SalarySelector.d.ts +0 -0
- package/es/{@next → src/@next}/Spinner/Spinner.d.ts +0 -0
- package/es/{@next → src/@next}/Tabs/Tab.d.ts +0 -0
- package/es/{@next → src/@next}/Tabs/TabStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Tabs/Tabs.d.ts +0 -0
- package/es/{@next → src/@next}/Tabs/Tabs.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Tabs/TabsStoriesStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Tabs/index.d.ts +0 -0
- package/es/{@next → src/@next}/Tag/Tag.d.ts +0 -0
- package/es/{@next → src/@next}/Tag/Tag.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Tag/TagStyle.d.ts +0 -0
- package/es/{@next → src/@next}/Tag/index.d.ts +0 -0
- package/es/{@next → src/@next}/TextInput/TextInput.d.ts +0 -0
- package/es/{@next → src/@next}/TextInput/TextInput.stories.d.ts +0 -0
- package/es/{@next → src/@next}/TextInput/index.d.ts +0 -0
- package/es/{@next → src/@next}/Typography/Typography.d.ts +0 -0
- package/es/{@next → src/@next}/Typography/Typography.stories.d.ts +0 -0
- package/es/{@next → src/@next}/Typography/Typography.test.d.ts +0 -0
- package/es/{@next → src/@next}/Typography/TypographyStyles.d.ts +0 -0
- package/es/{@next → src/@next}/Typography/index.d.ts +0 -0
- package/es/{@next → src/@next}/index.d.ts +2 -0
- package/es/{@next → src/@next}/utilities/borderRadius/BorderRadius.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/borderRadius/index.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/breakpoints/Breakpoints.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/breakpoints/index.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/colors/blue.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/colors/green.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/colors/index.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/colors/neutral.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/colors/orange.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/colors/red.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/colors/yellow.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/dropShadow/DropShadow.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/dropShadow/index.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/fonts/Fonts.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/fonts/index.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/spacing/Spacing.d.ts +0 -0
- package/es/{@next → src/@next}/utilities/spacing/index.d.ts +0 -0
- package/es/{Display → src/Display}/Accordion/Accordion.d.ts +0 -0
- package/es/{Display → src/Display}/Accordion/Accordion.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Accordion/Accordion.test.d.ts +0 -0
- package/es/{Display → src/Display}/Accordion/AccordionPanel.d.ts +0 -0
- package/es/{Display → src/Display}/Accordion/AccordionStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Accordion/index.d.ts +0 -0
- package/es/{Display → src/Display}/Collapsible/Collapsible.d.ts +0 -0
- package/es/{Display → src/Display}/Collapsible/Collapsible.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Collapsible/Collapsible.test.d.ts +0 -0
- package/es/{Display → src/Display}/Collapsible/CollapsibleStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Collapsible/index.d.ts +0 -0
- package/es/{Display → src/Display}/Gallery/Gallery.d.ts +0 -0
- package/es/{Display → src/Display}/Gallery/Gallery.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Gallery/Gallery.test.d.ts +0 -0
- package/es/{Display → src/Display}/Gallery/GalleryStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Gallery/index.d.ts +0 -0
- package/es/{Display → src/Display}/Modal/Modal.d.ts +0 -0
- package/es/{Display → src/Display}/Modal/Modal.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Modal/Modal.test.d.ts +0 -0
- package/es/{Display → src/Display}/Modal/ModalStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Modal/index.d.ts +0 -0
- package/es/{Display → src/Display}/Modal/utils.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/PointingModal.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/PointingModal.stories.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/PointingModal.test.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/PointingModalBody.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/PointingModalFooter.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/PointingModalHeader.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/PointingModalItem.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/PointingModalStyle.d.ts +0 -0
- package/es/{Display → src/Display}/PointingModal/index.d.ts +0 -0
- package/es/{Display → src/Display}/Popover/Popover.d.ts +0 -0
- package/{lib/@next → es/src/Display}/Popover/Popover.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Popover/Popover.test.d.ts +0 -0
- package/es/{Display → src/Display}/Popover/PopoverStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Popover/index.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/LeftArrow.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/RightArrow.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/Slider.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/Slider.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/Slider.test.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/SliderItem.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/SliderStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/index.d.ts +0 -0
- package/es/{Display → src/Display}/Slider/utils.d.ts +0 -0
- package/es/{Display → src/Display}/Swipeable/Swipeable.d.ts +0 -0
- package/es/{Display → src/Display}/Swipeable/Swipeable.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Swipeable/Swipeable.test.d.ts +0 -0
- package/es/{Display → src/Display}/Swipeable/SwipeableItem.d.ts +0 -0
- package/es/{Display → src/Display}/Swipeable/SwipeableStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Swipeable/index.d.ts +0 -0
- package/es/{Display → src/Display}/Tabs/TabPane.d.ts +0 -0
- package/es/{Display → src/Display}/Tabs/Tabs.d.ts +0 -0
- package/es/{Display → src/Display}/Tabs/Tabs.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Tabs/Tabs.test.d.ts +0 -0
- package/es/{Display → src/Display}/Tabs/TabsStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Tabs/index.d.ts +0 -0
- package/es/{Display → src/Display}/Tooltip/Tooltip.d.ts +0 -0
- package/es/{Display → src/Display}/Tooltip/Tooltip.stories.d.ts +0 -0
- package/es/{Display → src/Display}/Tooltip/Tooltip.test.d.ts +0 -0
- package/es/{Display → src/Display}/Tooltip/TooltipStyle.d.ts +0 -0
- package/es/{Display → src/Display}/Tooltip/index.d.ts +0 -0
- package/es/{General → src/General}/Alert/Alert.d.ts +0 -0
- package/{lib → es/src}/General/Alert/Alert.stories.d.ts +0 -0
- package/es/{General → src/General}/Alert/Alert.test.d.ts +0 -0
- package/es/{General → src/General}/Alert/AlertStyle.d.ts +0 -0
- package/es/{General → src/General}/Alert/index.d.ts +0 -0
- package/es/{General → src/General}/Badge/Badge.d.ts +0 -0
- package/es/{General → src/General}/Badge/Badge.stories.d.ts +0 -0
- package/es/{General → src/General}/Badge/Badge.test.d.ts +0 -0
- package/es/{General → src/General}/Badge/BadgeStyle.d.ts +0 -0
- package/es/{General → src/General}/Badge/BadgeVariant.d.ts +0 -0
- package/es/{General → src/General}/Badge/index.d.ts +0 -0
- package/es/{General → src/General}/Brand/Brand.d.ts +0 -0
- package/es/{General → src/General}/Brand/Brand.stories.d.ts +0 -0
- package/es/{General → src/General}/Brand/Brand.test.d.ts +0 -0
- package/es/{General → src/General}/Brand/BrandStyle.d.ts +0 -0
- package/es/{General → src/General}/Brand/index.d.ts +0 -0
- package/es/{General → src/General}/Button/Button.d.ts +0 -0
- package/es/{General → src/General}/Button/Button.stories.d.ts +0 -0
- package/es/{General → src/General}/Button/Button.test.d.ts +0 -0
- package/es/{General → src/General}/Button/ButtonStyle.d.ts +0 -0
- package/es/{General → src/General}/Button/GhostButton.d.ts +0 -0
- package/es/{General → src/General}/Button/LinkButton.d.ts +0 -0
- package/es/{General → src/General}/Button/SolidButton.d.ts +0 -0
- package/es/{General → src/General}/Button/SolidShadowButton.d.ts +0 -0
- package/es/{General → src/General}/Button/index.d.ts +0 -0
- package/es/{General → src/General}/Divider/Divider.d.ts +0 -0
- package/es/{General → src/General}/Divider/Divider.stories.d.ts +0 -0
- package/es/{General → src/General}/Divider/Divider.test.d.ts +0 -0
- package/es/{General → src/General}/Divider/DividerStyle.d.ts +0 -0
- package/es/{General → src/General}/Divider/index.d.ts +0 -0
- package/es/{General → src/General}/Heading/Heading.d.ts +0 -0
- package/es/{General → src/General}/Heading/Heading.stories.d.ts +0 -0
- package/es/{General → src/General}/Heading/Heading.test.d.ts +0 -0
- package/es/{General → src/General}/Heading/HeadingStyle.d.ts +0 -0
- package/es/{General → src/General}/Heading/index.d.ts +0 -0
- package/es/{General → src/General}/Icon/Icon.d.ts +0 -0
- package/es/{General → src/General}/Icon/Icon.test.d.ts +0 -0
- package/es/{General → src/General}/Icon/IconStoriesHelpers.d.ts +0 -0
- package/es/{General → src/General}/Icon/IconStyle.d.ts +0 -0
- package/es/{General → src/General}/Icon/LegacyIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/AddCircleOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/AddCircleSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/AddIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowBackDoubleIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowBackIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowBackSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowDownCircleOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowDownIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowDownSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowNextDoubleIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowNextIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowNextSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowRoundBackIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowRoundForwardIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowUpIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ArrowUpSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/AsteriskSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/AttachmentIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BehanceIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BellIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BookmarkIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BookmarkOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BookmarkRoundedOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BoxWithHandleSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BriefcaseSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BuildingSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/BulletListIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CalendarIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CameraIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ChecklistIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CheckmarkIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CheckmarkSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CheckmarkThickIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CircleAndCheckIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CircleIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ClipboardCheckOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ClipboardIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ClockIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CloseCircleSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CloseIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CloudDownloadIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CloudUploadIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CodepenIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CommunityIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CompassIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ConnectionIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CopyIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CopyLinkIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CopyOutlinedIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/CurrencyIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DeleteIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DiscountSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DocumentCheckIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DotIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DoubleCheckmarkIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DoveIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DownloadIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DragArrowIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/DragStripesIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/EditIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/EditOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ExclamationIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ExitFullScreenIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ExternalLinkIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/EyeIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/EyeSlashedIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/EyeSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FacebookIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FileAlternateIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FileIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FilePreviewIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FileSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FilterIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FlagIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FolderIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/FullScreenIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/GithubIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/GlobeIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/GraduationHatIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/GroupIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/GuaranteeIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/HandIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/HandShakeIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/HeartIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/HeartSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/HelpIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/HomeIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/HourglassIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ImageIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/InfoIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/InfoSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/InstagramIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/JobOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/JobSearchIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/LightbulbIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/LightningOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/LineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/LinkedinIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/LoadingIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/LocationIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/LockSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MailIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MailSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MedalIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MenuHalfIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MenuIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MessageOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MessageOutlineIncomingIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MicIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MicOffIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MinusCircleIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MinusCircleSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MinusIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MoreHorizontalIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/MoreIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/NameTagIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/NotificationIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/NumberListIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/OnlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/PdfIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/PdfOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/PhoneIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/PowerIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/PuzzleIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/QuestionOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/QuotationIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/RefreshSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ReplyIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ResumeOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/RotateIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/RssIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SalaryIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SaveSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SearchIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SendIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SettingIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SettingSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ShareArrowIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ShareArrowOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ShareIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ShareOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ShareScreenIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ShieldCheckIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SpeakerIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SpeechBubbleIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SpeechBubbleOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/SpinnerIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/StackIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/StarCircleIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/StarIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/StarOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/TagIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/TaskIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/TelegramIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ThumbsUpIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ThumbsUpOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/TicketSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/TieIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/TrashIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/TvPlayIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/TwitterIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/UploadIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/UpvoteIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/UserCogIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/UserIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/UserWrenchIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/VideoIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/VideoOffIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ViewIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/VimeoIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/WarningCircleSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/WarningIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/WarningOutlineIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/WarningSolidIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/WhatsappIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/YoutubeIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/ZaloIcon.d.ts +0 -0
- package/es/{General → src/General}/Icon/components/index.d.ts +0 -0
- package/es/{General → src/General}/Icon/index.d.ts +0 -0
- package/es/{General → src/General}/Loading/Loading.d.ts +0 -0
- package/es/{General → src/General}/Loading/Loading.stories.d.ts +0 -0
- package/es/{General → src/General}/Loading/Loading.test.d.ts +0 -0
- package/es/{General → src/General}/Loading/LoadingStyle.d.ts +0 -0
- package/es/{General → src/General}/Loading/index.d.ts +0 -0
- package/es/{General → src/General}/ProfilePicture/ProfilePicture.d.ts +0 -0
- package/es/{General → src/General}/ProfilePicture/ProfilePicture.stories.d.ts +0 -0
- package/es/{General → src/General}/ProfilePicture/ProfilePicture.test.d.ts +0 -0
- package/es/{General → src/General}/ProfilePicture/ProfilePictureStyle.d.ts +0 -0
- package/es/{General → src/General}/ProfilePicture/index.d.ts +0 -0
- package/es/{General → src/General}/Tag/ActionTags/AddTag.d.ts +0 -0
- package/es/{General → src/General}/Tag/ActionTags/ResetTag.d.ts +0 -0
- package/es/{General → src/General}/Tag/BasicTag.d.ts +0 -0
- package/es/{General → src/General}/Tag/Tag.d.ts +0 -0
- package/es/{General → src/General}/Tag/Tag.stories.d.ts +0 -0
- package/es/{General → src/General}/Tag/Tag.test.d.ts +0 -0
- package/es/{General → src/General}/Tag/Tag.variant.test.d.ts +0 -0
- package/es/{General → src/General}/Tag/TagStyle.d.ts +0 -0
- package/es/{General → src/General}/Tag/index.d.ts +0 -0
- package/es/{General → src/General}/Typography/Paragraph.d.ts +0 -0
- package/es/{General → src/General}/Typography/Paragraph.stories.d.ts +0 -0
- package/es/{General → src/General}/Typography/Paragraph.test.d.ts +0 -0
- package/es/{General → src/General}/Typography/ParagraphStyles.d.ts +0 -0
- package/es/{General → src/General}/Typography/Title.d.ts +0 -0
- package/es/{General → src/General}/Typography/Title.stories.d.ts +0 -0
- package/es/{General → src/General}/Typography/Title.test.d.ts +0 -0
- package/es/{General → src/General}/Typography/TitleStyles.d.ts +0 -0
- package/es/{General → src/General}/Typography/Typography.d.ts +0 -0
- package/es/{General → src/General}/Typography/Typography.test.d.ts +0 -0
- package/es/{General → src/General}/Typography/index.d.ts +0 -0
- package/es/{Input → src/Input}/Checkbox/Checkbox.d.ts +0 -0
- package/es/{Input → src/Input}/Checkbox/Checkbox.stories.d.ts +0 -0
- package/es/{Input → src/Input}/Checkbox/Checkbox.test.d.ts +0 -0
- package/es/{Input → src/Input}/Checkbox/CheckboxStyle.d.ts +0 -0
- package/es/{Input → src/Input}/Checkbox/index.d.ts +0 -0
- package/es/{Input → src/Input}/Datepicker/Datepicker.d.ts +0 -0
- package/es/{Input → src/Input}/Datepicker/DatepickerStyle.d.ts +0 -0
- package/es/{Input → src/Input}/Datepicker/index.d.ts +0 -0
- package/es/{Input → src/Input}/DownshiftSelect/Select.d.ts +0 -0
- package/es/{Input → src/Input}/DownshiftSelect/Select.stories.d.ts +0 -0
- package/es/{Input → src/Input}/DownshiftSelect/Select.test.d.ts +0 -0
- package/es/{Input → src/Input}/DownshiftSelect/SelectStyle.d.ts +0 -0
- package/es/{Input → src/Input}/NumberInput/NumberInput.d.ts +0 -0
- package/es/{Input → src/Input}/NumberInput/NumberInput.stories.d.ts +0 -0
- package/es/{Input → src/Input}/NumberInput/NumberInput.test.d.ts +0 -0
- package/es/{Input → src/Input}/NumberInput/index.d.ts +0 -0
- package/es/{Input → src/Input}/PhoneNumberInput/PhoneNumberInput.d.ts +0 -0
- package/es/{Input → src/Input}/PhoneNumberInput/PhoneNumberInput.stories.d.ts +0 -0
- package/es/{Input → src/Input}/PhoneNumberInput/PhoneNumberInput.test.d.ts +0 -0
- package/es/{Input → src/Input}/PhoneNumberInput/PhoneNumberInputStyles.d.ts +0 -0
- package/es/{Input → src/Input}/RadioButton/RadioButton.d.ts +0 -0
- package/es/{Input → src/Input}/RadioButton/RadioButton.stories.d.ts +0 -0
- package/es/{Input → src/Input}/RadioButton/RadioButton.test.d.ts +0 -0
- package/es/{Input → src/Input}/RadioButton/RadioButtonStyle.d.ts +0 -0
- package/es/{Input → src/Input}/RadioButton/index.d.ts +0 -0
- package/es/{Input → src/Input}/SearchFilter/SearchFilterStyle.d.ts +0 -0
- package/es/{Input → src/Input}/Select/Select.d.ts +0 -0
- package/es/{Input → src/Input}/Select/Select.disableTyping.test.d.ts +0 -0
- package/es/{Input → src/Input}/Select/Select.noTypeChecking.test.d.ts +0 -0
- package/es/{Input → src/Input}/Select/Select.stories.d.ts +0 -0
- package/es/{Input → src/Input}/Select/Select.test.d.ts +0 -0
- package/es/{Input → src/Input}/Select/SelectItem.d.ts +0 -0
- package/es/{Input → src/Input}/Select/SelectList.d.ts +0 -0
- package/es/{Input → src/Input}/Select/SelectStyle.d.ts +0 -0
- package/es/{Input → src/Input}/Select/index.d.ts +0 -0
- package/es/{Input → src/Input}/Select/select.dynamicOptions.test.d.ts +0 -0
- package/es/{Input → src/Input}/TextField/TextField.d.ts +0 -0
- package/es/{Input → src/Input}/TextField/TextField.stories.d.ts +0 -0
- package/es/{Input → src/Input}/TextField/TextField.test.d.ts +0 -0
- package/es/{Input → src/Input}/TextField/TextFieldStyle.d.ts +0 -0
- package/es/{Input → src/Input}/TextField/index.d.ts +0 -0
- package/es/{Input → src/Input}/Textarea/Textarea.d.ts +0 -0
- package/es/{Input → src/Input}/Textarea/Textarea.stories.d.ts +0 -0
- package/es/{Input → src/Input}/Textarea/Textarea.test.d.ts +0 -0
- package/es/{Input → src/Input}/Textarea/TextareaStyle.d.ts +0 -0
- package/es/{Input → src/Input}/Textarea/index.d.ts +0 -0
- package/es/{Input → src/Input}/ToggleSwitch/Styles.d.ts +0 -0
- package/es/{Input → src/Input}/ToggleSwitch/ToggleSwitch.d.ts +0 -0
- package/es/{Input → src/Input}/ToggleSwitch/ToggleSwitch.stories.d.ts +0 -0
- package/es/{Input → src/Input}/ToggleSwitch/ToggleSwitch.test.d.ts +0 -0
- package/es/{Input → src/Input}/ToggleSwitch/index.d.ts +0 -0
- package/es/{Layout → src/Layout}/Box/Box.stories.d.ts +0 -0
- package/es/{Layout → src/Layout}/Box/Box.test.d.ts +0 -0
- package/es/{Layout → src/Layout}/Box/BoxStoryStyle.d.ts +0 -0
- package/es/{Layout → src/Layout}/Box/constants.d.ts +0 -0
- package/es/{Layout → src/Layout}/Box/index.d.ts +0 -0
- package/es/{Layout → src/Layout}/Box/types.d.ts +0 -0
- package/es/{Layout → src/Layout}/Flex/Flex.stories.d.ts +0 -0
- package/es/{Layout → src/Layout}/Flex/Flex.test.d.ts +0 -0
- package/es/{Layout → src/Layout}/Flex/FlexStoryStyle.d.ts +0 -0
- package/es/{Layout → src/Layout}/Flex/index.d.ts +0 -0
- package/es/{Layout → src/Layout}/Flex/types.d.ts +0 -0
- package/es/{Layout → src/Layout}/GlintsContainer/GlintsContainer.d.ts +0 -0
- package/es/{Layout → src/Layout}/Grid/Col.d.ts +0 -0
- package/es/{Layout → src/Layout}/Grid/Grid.test.d.ts +0 -0
- package/es/{Layout → src/Layout}/Grid/GridStoriesHelpers.d.ts +0 -0
- package/es/{Layout → src/Layout}/Grid/GridStyle.d.ts +0 -0
- package/es/{Layout → src/Layout}/Grid/Row.d.ts +0 -0
- package/es/{Layout → src/Layout}/Grid/index.d.ts +0 -0
- package/es/{Layout → src/Layout}/Spacing/index.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Breadcrumb/Breadcrumb.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Breadcrumb/Breadcrumb.test.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Breadcrumb/BreadcrumbItem.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Breadcrumb/BreadcrumbStyle.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Breadcrumb/index.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Drawer/Drawer.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Drawer/Drawer.stories.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Drawer/Drawer.test.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Drawer/DrawerStyle.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Drawer/index.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Dropdown/Dropdown.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Dropdown/Dropdown.stories.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Dropdown/Dropdown.test.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Dropdown/DropdownItem.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Dropdown/DropdownItem.test.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Dropdown/DropdownStyle.d.ts +0 -0
- package/es/{Navigation → src/Navigation}/Dropdown/index.d.ts +0 -0
- package/es/{Utils → src/Utils}/Colors.d.ts +0 -0
- package/es/{Utils → src/Utils}/Colors.test.d.ts +0 -0
- package/es/{Utils → src/Utils}/ColorsStoriesHelpers.d.ts +0 -0
- package/es/{Utils → src/Utils}/DelayedUnmount.d.ts +0 -0
- package/es/{Utils → src/Utils}/DomUtils.d.ts +0 -0
- package/es/{Utils → src/Utils}/Icon/IconLibrary.d.ts +0 -0
- package/es/{Utils → src/Utils}/Icon/generateIcons.d.ts +0 -0
- package/es/{Utils → src/Utils}/Matcher.d.ts +0 -0
- package/es/{Utils → src/Utils}/Shadow/Shadows.test.d.ts +0 -0
- package/es/{Utils → src/Utils}/Shadow/ShadowsStoriesHelpers.d.ts +0 -0
- package/es/{Utils → src/Utils}/Shadow/index.d.ts +0 -0
- package/es/{Utils → src/Utils}/StyleConfig.d.ts +0 -0
- package/es/{Utils → src/Utils}/Unit.d.ts +0 -0
- package/es/{Utils → src/Utils}/canWarn.d.ts +0 -0
- package/es/{Utils → src/Utils}/getReadableColor.d.ts +0 -0
- package/es/{Utils → src/Utils}/useOutsideAlerter.d.ts +0 -0
- package/es/{index.d.ts → src/index.d.ts} +0 -0
- package/es/{stories → src/stories}/story-components/AriesStatus.d.ts +0 -0
- package/lib/.storybook/Decorators.d.ts +2 -0
- package/lib/@next/Alert/Alert.js +70 -0
- package/lib/@next/Alert/Alert.stories.js +52 -0
- package/lib/@next/Alert/AlertContext.js +7 -0
- package/lib/@next/Alert/AlertProvider.js +34 -0
- package/lib/@next/Alert/AlertStyle.js +27 -0
- package/lib/@next/Alert/AlertWithProvider.js +29 -0
- package/lib/@next/Alert/AlertWithProvider.stories.js +49 -0
- package/lib/@next/Alert/index.js +33 -0
- package/lib/@next/Alert/useAlert.js +14 -0
- package/lib/@next/Input/InputStyle.js +4 -2
- package/lib/@next/Pagination/PageButton.js +29 -0
- package/lib/@next/Pagination/Pagination.js +128 -0
- package/lib/@next/Pagination/Pagination.stories.js +51 -0
- package/lib/@next/Pagination/PaginationStyle.js +44 -0
- package/lib/@next/Pagination/SimplePagination.js +87 -0
- package/lib/@next/Pagination/SimplePagination.stories.js +51 -0
- package/lib/@next/Pagination/Stepper.js +25 -0
- package/lib/@next/Pagination/index.js +23 -0
- package/lib/@next/Pagination/paginationUtils.js +23 -0
- package/lib/@next/index.js +13 -1
- package/lib/src/@next/Alert/Alert.d.ts +12 -0
- package/lib/{@next/Badge/Badge.stories.d.ts → src/@next/Alert/Alert.stories.d.ts} +0 -0
- package/lib/src/@next/Alert/AlertContext.d.ts +8 -0
- package/lib/src/@next/Alert/AlertProvider.d.ts +4 -0
- package/lib/src/@next/Alert/AlertStyle.d.ts +3 -0
- package/lib/src/@next/Alert/AlertWithProvider.d.ts +2 -0
- package/lib/{@next/Button/DesctructiveButton.stories.d.ts → src/@next/Alert/AlertWithProvider.stories.d.ts} +0 -0
- package/lib/src/@next/Alert/index.d.ts +5 -0
- package/lib/src/@next/Alert/useAlert.d.ts +1 -0
- package/lib/{@next → src/@next}/Avatar/Avatar.d.ts +0 -0
- package/lib/{@next/Button/OutlineButton.stories.d.ts → src/@next/Avatar/Avatar.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Avatar/AvatarStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Avatar/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Badge/Badge.d.ts +0 -0
- package/lib/{@next/Button/OutlineMonochromeButton.stories.d.ts → src/@next/Badge/Badge.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Badge/BadgeStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Badge/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Banner/Banner.d.ts +0 -0
- package/lib/{@next → src/@next}/Banner/Banner.stories.d.ts +0 -0
- package/lib/{@next → src/@next}/Banner/BannerStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Banner/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Button/Button.d.ts +0 -0
- package/lib/{@next → src/@next}/Button/Button.stories.d.ts +0 -0
- package/lib/{@next → src/@next}/Button/ButtonStyle.d.ts +0 -0
- package/lib/{@next/Button/PrimaryButton.stories.d.ts → src/@next/Button/DesctructiveButton.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Button/DesctructiveButtonStyle.d.ts +0 -0
- package/lib/{@next/ButtonGroup/ButtonGroup.stories.d.ts → src/@next/Button/OutlineButton.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Button/OutlineButtonStyle.d.ts +0 -0
- package/lib/{@next/Checkbox/Checkbox.stories.d.ts → src/@next/Button/OutlineMonochromeButton.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Button/OutlineMonochromeStyle.d.ts +0 -0
- package/lib/{@next/CurrencyInput/CurrencyInput.stories.d.ts → src/@next/Button/PrimaryButton.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Button/PrimaryButtonStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Button/index.d.ts +0 -0
- package/lib/{@next → src/@next}/ButtonGroup/ButtonGroup.d.ts +0 -0
- package/lib/{@next/Divider/Divider.stories.d.ts → src/@next/ButtonGroup/ButtonGroup.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/ButtonGroup/ButtonGroupStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/ButtonGroup/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Checkbox/Checkbox.d.ts +0 -0
- package/lib/{@next/NumberInput/NumberInput.stories.d.ts → src/@next/Checkbox/Checkbox.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Checkbox/CheckboxStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Checkbox/index.d.ts +0 -0
- package/lib/{@next → src/@next}/CurrencyInput/CurrencyInput.d.ts +0 -0
- package/lib/{@next/Tabs/Tabs.stories.d.ts → src/@next/CurrencyInput/CurrencyInput.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/CurrencyInput/CurrencyInput.test.d.ts +0 -0
- package/lib/{@next → src/@next}/CurrencyInput/CurrencyStyles.d.ts +0 -0
- package/lib/{@next → src/@next}/CurrencyInput/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Divider/Divider.d.ts +0 -0
- package/lib/{@next/Tag/Tag.stories.d.ts → src/@next/Divider/Divider.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Divider/DividerStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Divider/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/Icon.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/Icon.test.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/IconStoriesStyles.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiAccountCircleFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiAccountCircleLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiAdd.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiAddCircleFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiAddCircleLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiAlarmWarningFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiAlarmWarningLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowDownFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowDownLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowGoBackFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowGoBackLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowGoForwardFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowGoForwardLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowLeftFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowLeftLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowLeftRightFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowLeftRightLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowMDownFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowMDownLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowMLeftFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowMLeftLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowMRightFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowMRightLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowMUpFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowMUpLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowRightFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowRightLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowUpDownFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowUpDownLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowUpFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowUpLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowXsDownFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiArrowXsUpFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCalendarFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCalendarLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCheck.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCheckboxCircleFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCheckboxFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCheckboxIndeterminateFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCheckboxIndeterminateLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCheckboxLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiClose.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCloseCircleFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCloseCircleLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiCoinsLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiDeleteBinFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiDeleteBinLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiErrorWarningFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiErrorWarningLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiFacebookCircleLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiInformationFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiInformationLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiInstagramLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiLinkedInLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiLoader.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiMapLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiMessageFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiMessageLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiMinus.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiPencilFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiPencilLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiQuestionFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiQuestionLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiReplyFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiReplyLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiSearch.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiSendPlaneFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiSendPlaneLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiSettingsFill.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiSettingsLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/RiTwitterLine.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/components/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/icons/icons.d.ts +0 -0
- package/lib/{@next → src/@next}/Icon/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Input/Input.d.ts +0 -0
- package/lib/{@next → src/@next}/Input/InputStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/NumberInput/NumberInput.d.ts +0 -0
- package/lib/{Display/Collapsible/Collapsible.stories.d.ts → src/@next/NumberInput/NumberInput.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/NumberInput/index.d.ts +0 -0
- package/lib/src/@next/Pagination/PageButton.d.ts +8 -0
- package/lib/src/@next/Pagination/Pagination.d.ts +3 -0
- package/lib/{Display/PointingModal/PointingModal.stories.d.ts → src/@next/Pagination/Pagination.stories.d.ts} +0 -0
- package/lib/src/@next/Pagination/PaginationStyle.d.ts +8 -0
- package/lib/src/@next/Pagination/SimplePagination.d.ts +3 -0
- package/lib/{Display/Popover/Popover.stories.d.ts → src/@next/Pagination/SimplePagination.stories.d.ts} +0 -0
- package/lib/src/@next/Pagination/Stepper.d.ts +4 -0
- package/lib/src/@next/Pagination/index.d.ts +3 -0
- package/lib/src/@next/Pagination/paginationUtils.d.ts +14 -0
- package/lib/{@next → src/@next}/Popover/Popover.d.ts +0 -0
- package/lib/{General/Heading/Heading.stories.d.ts → src/@next/Popover/Popover.stories.d.ts} +0 -0
- package/lib/{General/Loading/Loading.stories.d.ts → src/@next/Popover/PopoverFilter.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Popover/PopoverStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Popover/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Popover/popoverStoryHelper/CheckboxGroup.d.ts +0 -0
- package/lib/{@next → src/@next}/Popover/popoverStoryHelper/SalarySelector.d.ts +0 -0
- package/lib/{@next → src/@next}/Spinner/Spinner.d.ts +0 -0
- package/lib/{@next → src/@next}/Tabs/Tab.d.ts +0 -0
- package/lib/{@next → src/@next}/Tabs/TabStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Tabs/Tabs.d.ts +0 -0
- package/lib/{Layout/Flex/Flex.stories.d.ts → src/@next/Tabs/Tabs.stories.d.ts} +0 -0
- package/lib/{@next → src/@next}/Tabs/TabsStoriesStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Tabs/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Tag/Tag.d.ts +0 -0
- package/lib/src/@next/Tag/Tag.stories.d.ts +4 -0
- package/lib/{@next → src/@next}/Tag/TagStyle.d.ts +0 -0
- package/lib/{@next → src/@next}/Tag/index.d.ts +0 -0
- package/lib/{@next → src/@next}/TextInput/TextInput.d.ts +0 -0
- package/lib/{@next → src/@next}/TextInput/TextInput.stories.d.ts +0 -0
- package/lib/{@next → src/@next}/TextInput/index.d.ts +0 -0
- package/lib/{@next → src/@next}/Typography/Typography.d.ts +0 -0
- package/lib/{@next → src/@next}/Typography/Typography.stories.d.ts +0 -0
- package/lib/{@next → src/@next}/Typography/Typography.test.d.ts +0 -0
- package/lib/{@next → src/@next}/Typography/TypographyStyles.d.ts +0 -0
- package/lib/{@next → src/@next}/Typography/index.d.ts +0 -0
- package/lib/{@next → src/@next}/index.d.ts +2 -0
- package/lib/{@next → src/@next}/utilities/borderRadius/BorderRadius.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/borderRadius/index.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/breakpoints/Breakpoints.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/breakpoints/index.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/colors/blue.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/colors/green.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/colors/index.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/colors/neutral.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/colors/orange.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/colors/red.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/colors/yellow.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/dropShadow/DropShadow.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/dropShadow/index.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/fonts/Fonts.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/fonts/index.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/spacing/Spacing.d.ts +0 -0
- package/lib/{@next → src/@next}/utilities/spacing/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Accordion/Accordion.d.ts +0 -0
- package/lib/{Display → src/Display}/Accordion/Accordion.stories.d.ts +0 -0
- package/lib/{Display → src/Display}/Accordion/Accordion.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Accordion/AccordionPanel.d.ts +0 -0
- package/lib/{Display → src/Display}/Accordion/AccordionStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Accordion/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Collapsible/Collapsible.d.ts +0 -0
- package/lib/src/Display/Collapsible/Collapsible.stories.d.ts +4 -0
- package/lib/{Display → src/Display}/Collapsible/Collapsible.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Collapsible/CollapsibleStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Collapsible/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Gallery/Gallery.d.ts +0 -0
- package/lib/{Display → src/Display}/Gallery/Gallery.stories.d.ts +0 -0
- package/lib/{Display → src/Display}/Gallery/Gallery.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Gallery/GalleryStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Gallery/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Modal/Modal.d.ts +0 -0
- package/lib/{Display → src/Display}/Modal/Modal.stories.d.ts +0 -0
- package/lib/{Display → src/Display}/Modal/Modal.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Modal/ModalStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Modal/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Modal/utils.d.ts +0 -0
- package/lib/{Display → src/Display}/PointingModal/PointingModal.d.ts +0 -0
- package/lib/src/Display/PointingModal/PointingModal.stories.d.ts +4 -0
- package/lib/{Display → src/Display}/PointingModal/PointingModal.test.d.ts +0 -0
- package/lib/{Display → src/Display}/PointingModal/PointingModalBody.d.ts +0 -0
- package/lib/{Display → src/Display}/PointingModal/PointingModalFooter.d.ts +0 -0
- package/lib/{Display → src/Display}/PointingModal/PointingModalHeader.d.ts +0 -0
- package/lib/{Display → src/Display}/PointingModal/PointingModalItem.d.ts +0 -0
- package/lib/{Display → src/Display}/PointingModal/PointingModalStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/PointingModal/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Popover/Popover.d.ts +0 -0
- package/lib/src/Display/Popover/Popover.stories.d.ts +4 -0
- package/lib/{Display → src/Display}/Popover/Popover.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Popover/PopoverStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Popover/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/LeftArrow.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/RightArrow.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/Slider.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/Slider.stories.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/Slider.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/SliderItem.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/SliderStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Slider/utils.d.ts +0 -0
- package/lib/{Display → src/Display}/Swipeable/Swipeable.d.ts +0 -0
- package/lib/{Display → src/Display}/Swipeable/Swipeable.stories.d.ts +0 -0
- package/lib/{Display → src/Display}/Swipeable/Swipeable.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Swipeable/SwipeableItem.d.ts +0 -0
- package/lib/{Display → src/Display}/Swipeable/SwipeableStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Swipeable/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Tabs/TabPane.d.ts +0 -0
- package/lib/{Display → src/Display}/Tabs/Tabs.d.ts +0 -0
- package/lib/{Display → src/Display}/Tabs/Tabs.stories.d.ts +0 -0
- package/lib/{Display → src/Display}/Tabs/Tabs.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Tabs/TabsStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Tabs/index.d.ts +0 -0
- package/lib/{Display → src/Display}/Tooltip/Tooltip.d.ts +0 -0
- package/lib/{Display → src/Display}/Tooltip/Tooltip.stories.d.ts +0 -0
- package/lib/{Display → src/Display}/Tooltip/Tooltip.test.d.ts +0 -0
- package/lib/{Display → src/Display}/Tooltip/TooltipStyle.d.ts +0 -0
- package/lib/{Display → src/Display}/Tooltip/index.d.ts +0 -0
- package/lib/{General → src/General}/Alert/Alert.d.ts +0 -0
- package/lib/src/General/Alert/Alert.stories.d.ts +4 -0
- package/lib/{General → src/General}/Alert/Alert.test.d.ts +0 -0
- package/lib/{General → src/General}/Alert/AlertStyle.d.ts +0 -0
- package/lib/{General → src/General}/Alert/index.d.ts +0 -0
- package/lib/{General → src/General}/Badge/Badge.d.ts +0 -0
- package/lib/{General → src/General}/Badge/Badge.stories.d.ts +0 -0
- package/lib/{General → src/General}/Badge/Badge.test.d.ts +0 -0
- package/lib/{General → src/General}/Badge/BadgeStyle.d.ts +0 -0
- package/lib/{General → src/General}/Badge/BadgeVariant.d.ts +0 -0
- package/lib/{General → src/General}/Badge/index.d.ts +0 -0
- package/lib/{General → src/General}/Brand/Brand.d.ts +0 -0
- package/lib/{General → src/General}/Brand/Brand.stories.d.ts +0 -0
- package/lib/{General → src/General}/Brand/Brand.test.d.ts +0 -0
- package/lib/{General → src/General}/Brand/BrandStyle.d.ts +0 -0
- package/lib/{General → src/General}/Brand/index.d.ts +0 -0
- package/lib/{General → src/General}/Button/Button.d.ts +0 -0
- package/lib/{General → src/General}/Button/Button.stories.d.ts +0 -0
- package/lib/{General → src/General}/Button/Button.test.d.ts +0 -0
- package/lib/{General → src/General}/Button/ButtonStyle.d.ts +0 -0
- package/lib/{General → src/General}/Button/GhostButton.d.ts +0 -0
- package/lib/{General → src/General}/Button/LinkButton.d.ts +0 -0
- package/lib/{General → src/General}/Button/SolidButton.d.ts +0 -0
- package/lib/{General → src/General}/Button/SolidShadowButton.d.ts +0 -0
- package/lib/{General → src/General}/Button/index.d.ts +0 -0
- package/lib/{General → src/General}/Divider/Divider.d.ts +0 -0
- package/lib/{General → src/General}/Divider/Divider.stories.d.ts +0 -0
- package/lib/{General → src/General}/Divider/Divider.test.d.ts +0 -0
- package/lib/{General → src/General}/Divider/DividerStyle.d.ts +0 -0
- package/lib/{General → src/General}/Divider/index.d.ts +0 -0
- package/lib/{General → src/General}/Heading/Heading.d.ts +0 -0
- package/lib/src/General/Heading/Heading.stories.d.ts +4 -0
- package/lib/{General → src/General}/Heading/Heading.test.d.ts +0 -0
- package/lib/{General → src/General}/Heading/HeadingStyle.d.ts +0 -0
- package/lib/{General → src/General}/Heading/index.d.ts +0 -0
- package/lib/{General → src/General}/Icon/Icon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/Icon.test.d.ts +0 -0
- package/lib/{General → src/General}/Icon/IconStoriesHelpers.d.ts +0 -0
- package/lib/{General → src/General}/Icon/IconStyle.d.ts +0 -0
- package/lib/{General → src/General}/Icon/LegacyIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/AddCircleOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/AddCircleSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/AddIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowBackDoubleIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowBackIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowBackSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowDownCircleOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowDownIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowDownSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowNextDoubleIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowNextIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowNextSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowRoundBackIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowRoundForwardIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowUpIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ArrowUpSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/AsteriskSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/AttachmentIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BehanceIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BellIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BookmarkIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BookmarkOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BookmarkRoundedOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BoxWithHandleSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BriefcaseSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BuildingSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/BulletListIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CalendarIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CameraIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ChecklistIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CheckmarkIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CheckmarkSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CheckmarkThickIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CircleAndCheckIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CircleIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ClipboardCheckOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ClipboardIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ClockIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CloseCircleSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CloseIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CloudDownloadIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CloudUploadIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CodepenIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CommunityIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CompassIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ConnectionIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CopyIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CopyLinkIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CopyOutlinedIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/CurrencyIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DeleteIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DiscountSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DocumentCheckIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DotIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DoubleCheckmarkIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DoveIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DownloadIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DragArrowIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/DragStripesIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/EditIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/EditOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ExclamationIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ExitFullScreenIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ExternalLinkIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/EyeIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/EyeSlashedIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/EyeSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FacebookIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FileAlternateIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FileIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FilePreviewIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FileSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FilterIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FlagIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FolderIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/FullScreenIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/GithubIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/GlobeIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/GraduationHatIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/GroupIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/GuaranteeIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/HandIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/HandShakeIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/HeartIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/HeartSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/HelpIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/HomeIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/HourglassIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ImageIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/InfoIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/InfoSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/InstagramIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/JobOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/JobSearchIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/LightbulbIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/LightningOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/LineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/LinkedinIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/LoadingIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/LocationIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/LockSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MailIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MailSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MedalIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MenuHalfIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MenuIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MessageOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MessageOutlineIncomingIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MicIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MicOffIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MinusCircleIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MinusCircleSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MinusIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MoreHorizontalIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/MoreIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/NameTagIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/NotificationIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/NumberListIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/OnlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/PdfIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/PdfOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/PhoneIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/PowerIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/PuzzleIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/QuestionOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/QuotationIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/RefreshSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ReplyIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ResumeOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/RotateIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/RssIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SalaryIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SaveSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SearchIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SendIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SettingIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SettingSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ShareArrowIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ShareArrowOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ShareIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ShareOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ShareScreenIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ShieldCheckIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SpeakerIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SpeechBubbleIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SpeechBubbleOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/SpinnerIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/StackIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/StarCircleIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/StarIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/StarOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/TagIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/TaskIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/TelegramIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ThumbsUpIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ThumbsUpOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/TicketSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/TieIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/TrashIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/TvPlayIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/TwitterIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/UploadIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/UpvoteIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/UserCogIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/UserIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/UserWrenchIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/VideoIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/VideoOffIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ViewIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/VimeoIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/WarningCircleSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/WarningIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/WarningOutlineIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/WarningSolidIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/WhatsappIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/YoutubeIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/ZaloIcon.d.ts +0 -0
- package/lib/{General → src/General}/Icon/components/index.d.ts +0 -0
- package/lib/{General → src/General}/Icon/index.d.ts +0 -0
- package/lib/{General → src/General}/Loading/Loading.d.ts +0 -0
- package/lib/src/General/Loading/Loading.stories.d.ts +4 -0
- package/lib/{General → src/General}/Loading/Loading.test.d.ts +0 -0
- package/lib/{General → src/General}/Loading/LoadingStyle.d.ts +0 -0
- package/lib/{General → src/General}/Loading/index.d.ts +0 -0
- package/lib/{General → src/General}/ProfilePicture/ProfilePicture.d.ts +0 -0
- package/lib/{General → src/General}/ProfilePicture/ProfilePicture.stories.d.ts +0 -0
- package/lib/{General → src/General}/ProfilePicture/ProfilePicture.test.d.ts +0 -0
- package/lib/{General → src/General}/ProfilePicture/ProfilePictureStyle.d.ts +0 -0
- package/lib/{General → src/General}/ProfilePicture/index.d.ts +0 -0
- package/lib/{General → src/General}/Tag/ActionTags/AddTag.d.ts +0 -0
- package/lib/{General → src/General}/Tag/ActionTags/ResetTag.d.ts +0 -0
- package/lib/{General → src/General}/Tag/BasicTag.d.ts +0 -0
- package/lib/{General → src/General}/Tag/Tag.d.ts +0 -0
- package/lib/{General → src/General}/Tag/Tag.stories.d.ts +0 -0
- package/lib/{General → src/General}/Tag/Tag.test.d.ts +0 -0
- package/lib/{General → src/General}/Tag/Tag.variant.test.d.ts +0 -0
- package/lib/{General → src/General}/Tag/TagStyle.d.ts +0 -0
- package/lib/{General → src/General}/Tag/index.d.ts +0 -0
- package/lib/{General → src/General}/Typography/Paragraph.d.ts +0 -0
- package/lib/{General → src/General}/Typography/Paragraph.stories.d.ts +0 -0
- package/lib/{General → src/General}/Typography/Paragraph.test.d.ts +0 -0
- package/lib/{General → src/General}/Typography/ParagraphStyles.d.ts +0 -0
- package/lib/{General → src/General}/Typography/Title.d.ts +0 -0
- package/lib/{General → src/General}/Typography/Title.stories.d.ts +0 -0
- package/lib/{General → src/General}/Typography/Title.test.d.ts +0 -0
- package/lib/{General → src/General}/Typography/TitleStyles.d.ts +0 -0
- package/lib/{General → src/General}/Typography/Typography.d.ts +0 -0
- package/lib/{General → src/General}/Typography/Typography.test.d.ts +0 -0
- package/lib/{General → src/General}/Typography/index.d.ts +0 -0
- package/lib/{Input → src/Input}/Checkbox/Checkbox.d.ts +0 -0
- package/lib/{Input → src/Input}/Checkbox/Checkbox.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/Checkbox/Checkbox.test.d.ts +0 -0
- package/lib/{Input → src/Input}/Checkbox/CheckboxStyle.d.ts +0 -0
- package/lib/{Input → src/Input}/Checkbox/index.d.ts +0 -0
- package/lib/{Input → src/Input}/Datepicker/Datepicker.d.ts +0 -0
- package/lib/{Input → src/Input}/Datepicker/DatepickerStyle.d.ts +0 -0
- package/lib/{Input → src/Input}/Datepicker/index.d.ts +0 -0
- package/lib/{Input → src/Input}/DownshiftSelect/Select.d.ts +0 -0
- package/lib/{Input → src/Input}/DownshiftSelect/Select.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/DownshiftSelect/Select.test.d.ts +0 -0
- package/lib/{Input → src/Input}/DownshiftSelect/SelectStyle.d.ts +0 -0
- package/lib/{Input → src/Input}/NumberInput/NumberInput.d.ts +0 -0
- package/lib/{Input → src/Input}/NumberInput/NumberInput.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/NumberInput/NumberInput.test.d.ts +0 -0
- package/lib/{Input → src/Input}/NumberInput/index.d.ts +0 -0
- package/lib/{Input → src/Input}/PhoneNumberInput/PhoneNumberInput.d.ts +0 -0
- package/lib/{Input → src/Input}/PhoneNumberInput/PhoneNumberInput.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/PhoneNumberInput/PhoneNumberInput.test.d.ts +0 -0
- package/lib/{Input → src/Input}/PhoneNumberInput/PhoneNumberInputStyles.d.ts +0 -0
- package/lib/{Input → src/Input}/RadioButton/RadioButton.d.ts +0 -0
- package/lib/{Input → src/Input}/RadioButton/RadioButton.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/RadioButton/RadioButton.test.d.ts +0 -0
- package/lib/{Input → src/Input}/RadioButton/RadioButtonStyle.d.ts +0 -0
- package/lib/{Input → src/Input}/RadioButton/index.d.ts +0 -0
- package/lib/{Input → src/Input}/SearchFilter/SearchFilterStyle.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/Select.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/Select.disableTyping.test.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/Select.noTypeChecking.test.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/Select.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/Select.test.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/SelectItem.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/SelectList.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/SelectStyle.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/index.d.ts +0 -0
- package/lib/{Input → src/Input}/Select/select.dynamicOptions.test.d.ts +0 -0
- package/lib/{Input → src/Input}/TextField/TextField.d.ts +0 -0
- package/lib/{Input → src/Input}/TextField/TextField.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/TextField/TextField.test.d.ts +0 -0
- package/lib/{Input → src/Input}/TextField/TextFieldStyle.d.ts +0 -0
- package/lib/{Input → src/Input}/TextField/index.d.ts +0 -0
- package/lib/{Input → src/Input}/Textarea/Textarea.d.ts +0 -0
- package/lib/{Input → src/Input}/Textarea/Textarea.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/Textarea/Textarea.test.d.ts +0 -0
- package/lib/{Input → src/Input}/Textarea/TextareaStyle.d.ts +0 -0
- package/lib/{Input → src/Input}/Textarea/index.d.ts +0 -0
- package/lib/{Input → src/Input}/ToggleSwitch/Styles.d.ts +0 -0
- package/lib/{Input → src/Input}/ToggleSwitch/ToggleSwitch.d.ts +0 -0
- package/lib/{Input → src/Input}/ToggleSwitch/ToggleSwitch.stories.d.ts +0 -0
- package/lib/{Input → src/Input}/ToggleSwitch/ToggleSwitch.test.d.ts +0 -0
- package/lib/{Input → src/Input}/ToggleSwitch/index.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Box/Box.stories.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Box/Box.test.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Box/BoxStoryStyle.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Box/constants.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Box/index.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Box/types.d.ts +0 -0
- package/lib/src/Layout/Flex/Flex.stories.d.ts +4 -0
- package/lib/{Layout → src/Layout}/Flex/Flex.test.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Flex/FlexStoryStyle.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Flex/index.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Flex/types.d.ts +0 -0
- package/lib/{Layout → src/Layout}/GlintsContainer/GlintsContainer.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Grid/Col.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Grid/Grid.test.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Grid/GridStoriesHelpers.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Grid/GridStyle.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Grid/Row.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Grid/index.d.ts +0 -0
- package/lib/{Layout → src/Layout}/Spacing/index.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Breadcrumb/Breadcrumb.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Breadcrumb/Breadcrumb.test.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Breadcrumb/BreadcrumbItem.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Breadcrumb/BreadcrumbStyle.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Breadcrumb/index.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Drawer/Drawer.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Drawer/Drawer.stories.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Drawer/Drawer.test.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Drawer/DrawerStyle.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Drawer/index.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Dropdown/Dropdown.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Dropdown/Dropdown.stories.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Dropdown/Dropdown.test.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Dropdown/DropdownItem.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Dropdown/DropdownItem.test.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Dropdown/DropdownStyle.d.ts +0 -0
- package/lib/{Navigation → src/Navigation}/Dropdown/index.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Colors.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Colors.test.d.ts +0 -0
- package/lib/{Utils → src/Utils}/ColorsStoriesHelpers.d.ts +0 -0
- package/lib/{Utils → src/Utils}/DelayedUnmount.d.ts +0 -0
- package/lib/{Utils → src/Utils}/DomUtils.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Icon/IconLibrary.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Icon/generateIcons.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Matcher.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Shadow/Shadows.test.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Shadow/ShadowsStoriesHelpers.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Shadow/index.d.ts +0 -0
- package/lib/{Utils → src/Utils}/StyleConfig.d.ts +0 -0
- package/lib/{Utils → src/Utils}/Unit.d.ts +0 -0
- package/lib/{Utils → src/Utils}/canWarn.d.ts +0 -0
- package/lib/{Utils → src/Utils}/getReadableColor.d.ts +0 -0
- package/lib/{Utils → src/Utils}/useOutsideAlerter.d.ts +0 -0
- package/lib/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/{stories → src/stories}/story-components/AriesStatus.d.ts +0 -0
- package/package.json +1 -1
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import React, { useEffect } from 'react';
|
|
2
|
+
import { Icon } from '../Icon';
|
|
3
|
+
import { Typography } from '../Typography';
|
|
4
|
+
import { StyledAlertContainer, StyledAlertContentColumn, StyledAlertCloseIconContainer } from './AlertStyle';
|
|
5
|
+
var iconNameStatusMap = {
|
|
6
|
+
success: 'ri-checkbox-circle-fill',
|
|
7
|
+
info: 'ri-information-fill',
|
|
8
|
+
warning: 'ri-error-warning-fill',
|
|
9
|
+
error: 'ri-error-warning-fill'
|
|
10
|
+
};
|
|
11
|
+
export var Alert = function Alert(_ref) {
|
|
12
|
+
var show = _ref.show,
|
|
13
|
+
title = _ref.title,
|
|
14
|
+
content = _ref.content,
|
|
15
|
+
status = _ref.status,
|
|
16
|
+
_ref$duration = _ref.duration,
|
|
17
|
+
duration = _ref$duration === void 0 ? 4000 : _ref$duration,
|
|
18
|
+
children = _ref.children,
|
|
19
|
+
onDismissed = _ref.onDismissed;
|
|
20
|
+
useEffect(function () {
|
|
21
|
+
if (!show) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
var timeId = setTimeout(function () {
|
|
25
|
+
onDismissed == null ? void 0 : onDismissed();
|
|
26
|
+
}, duration);
|
|
27
|
+
return function () {
|
|
28
|
+
clearTimeout(timeId);
|
|
29
|
+
};
|
|
30
|
+
}, [duration, onDismissed, show]);
|
|
31
|
+
var hasTitle = !!title;
|
|
32
|
+
var iconStatus = iconNameStatusMap[status];
|
|
33
|
+
if (status && !iconStatus) {
|
|
34
|
+
console.warn("Status \"" + status + "\" is not a valid Alert status, \"info\" will be used instead");
|
|
35
|
+
}
|
|
36
|
+
var iconName = iconStatus || iconNameStatusMap['info'];
|
|
37
|
+
if (!show) {
|
|
38
|
+
return null;
|
|
39
|
+
}
|
|
40
|
+
return /*#__PURE__*/React.createElement(StyledAlertContainer, {
|
|
41
|
+
role: "alert",
|
|
42
|
+
"data-titled": hasTitle,
|
|
43
|
+
"data-status": status || 'info'
|
|
44
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Icon, {
|
|
45
|
+
name: iconName
|
|
46
|
+
})), /*#__PURE__*/React.createElement("div", null, hasTitle && /*#__PURE__*/React.createElement(StyledAlertContentColumn, null, /*#__PURE__*/React.createElement(Typography, {
|
|
47
|
+
as: "div",
|
|
48
|
+
variant: "subtitle1"
|
|
49
|
+
}, title)), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(StyledAlertContentColumn, null, /*#__PURE__*/React.createElement(Typography, {
|
|
50
|
+
as: "div",
|
|
51
|
+
variant: "body1"
|
|
52
|
+
}, content))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(StyledAlertContentColumn, null, /*#__PURE__*/React.createElement(Typography, {
|
|
53
|
+
as: "div",
|
|
54
|
+
variant: "body1"
|
|
55
|
+
}, children)))), /*#__PURE__*/React.createElement(StyledAlertCloseIconContainer, {
|
|
56
|
+
role: "button",
|
|
57
|
+
onClick: function onClick() {
|
|
58
|
+
return onDismissed == null ? void 0 : onDismissed();
|
|
59
|
+
}
|
|
60
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
61
|
+
name: "ri-close"
|
|
62
|
+
})));
|
|
63
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import React, { useState } from 'react';
|
|
3
|
+
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
4
|
+
import { Button } from '../Button';
|
|
5
|
+
import { Typography } from '../Typography';
|
|
6
|
+
import { Alert } from './Alert';
|
|
7
|
+
Alert.displayName = 'Alert';
|
|
8
|
+
export default {
|
|
9
|
+
title: '@next/Alert',
|
|
10
|
+
component: Alert,
|
|
11
|
+
decorators: [function (Story) {
|
|
12
|
+
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
13
|
+
}]
|
|
14
|
+
};
|
|
15
|
+
var Template = function Template(args) {
|
|
16
|
+
var _useState = useState(false),
|
|
17
|
+
showAlert = _useState[0],
|
|
18
|
+
setShowAlert = _useState[1];
|
|
19
|
+
var triggerAlert = function triggerAlert() {
|
|
20
|
+
setShowAlert(true);
|
|
21
|
+
};
|
|
22
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
|
|
23
|
+
onClick: function onClick() {
|
|
24
|
+
return triggerAlert();
|
|
25
|
+
}
|
|
26
|
+
}, "Show Alert"), /*#__PURE__*/React.createElement(Alert, _extends({}, args, {
|
|
27
|
+
show: showAlert,
|
|
28
|
+
onDismissed: function onDismissed() {
|
|
29
|
+
return setShowAlert(false);
|
|
30
|
+
}
|
|
31
|
+
})));
|
|
32
|
+
};
|
|
33
|
+
export var Interactive = Template.bind({});
|
|
34
|
+
Interactive.args = {
|
|
35
|
+
title: 'Title',
|
|
36
|
+
content: 'Alert content',
|
|
37
|
+
status: 'info',
|
|
38
|
+
children: /*#__PURE__*/React.createElement(Typography, {
|
|
39
|
+
as: "span",
|
|
40
|
+
variant: "body2",
|
|
41
|
+
color: "#017EB7"
|
|
42
|
+
}, "Learn more")
|
|
43
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import React, { useState } from 'react';
|
|
3
|
+
import { AlertContext } from './AlertContext';
|
|
4
|
+
export var AlertProvider = function AlertProvider(_ref) {
|
|
5
|
+
var children = _ref.children;
|
|
6
|
+
var _useState = useState(undefined),
|
|
7
|
+
state = _useState[0],
|
|
8
|
+
setState = _useState[1];
|
|
9
|
+
var showAlert = function showAlert(props) {
|
|
10
|
+
return setState(_extends({}, props, {
|
|
11
|
+
show: true
|
|
12
|
+
}));
|
|
13
|
+
};
|
|
14
|
+
var closeAlert = function closeAlert() {
|
|
15
|
+
return setState({
|
|
16
|
+
show: false
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var alertContextValue = _extends({}, state, {
|
|
20
|
+
showAlert: showAlert,
|
|
21
|
+
closeAlert: closeAlert
|
|
22
|
+
});
|
|
23
|
+
return /*#__PURE__*/React.createElement(AlertContext.Provider, {
|
|
24
|
+
value: alertContextValue
|
|
25
|
+
}, children);
|
|
26
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
import { borderRadius4 } from '../utilities/borderRadius';
|
|
3
|
+
import * as Breakpoints from '../utilities/breakpoints';
|
|
4
|
+
import { Green, Neutral, Blue, Orange, Red } from '../utilities/colors';
|
|
5
|
+
import { space12, space8 } from '../utilities/spacing';
|
|
6
|
+
export var StyledAlertContainer = styled.div.withConfig({
|
|
7
|
+
displayName: "AlertStyle__StyledAlertContainer",
|
|
8
|
+
componentId: "sc-1e5i2kj-0"
|
|
9
|
+
})(["position:fixed;top:90px;right:24px;display:flex;padding:", ";gap:", ";max-width:640px;width:fit-content;border-radius:", ";box-shadow:0px 8px 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);animation:slide-from-right 400ms cubic-bezier(0.35,0.8,1,0.86);z-index:100;color:", ";svg{display:block;height:24px;width:24px;}&[data-titled='true'] svg{margin-top:3px;}&[data-status='success']{background:", ";}&[data-status='success'] svg{fill:", ";}&[data-status='info']{background:", ";}&[data-status='info'] svg{fill:", ";}&[data-status='warning']{background:", ";}&[data-status='warning'] svg{fill:", ";}&[data-status='error']{background:", ";}&[data-status='error'] svg{fill:", ";}@media (max-width:", "){top:60px;&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}padding:", ";min-height:37px;}@media (max-width:480px){&[data-titled='true']{margin-top:-1px;}&[data-titled='true'] svg{margin-top:0;}max-width:calc(100vw - 48px);}@keyframes slide-from-right{0%{transform:translateX(50px);}50%{transform:translateX(0px);}75%{transform:translateX(-10px);}100%{transform:translateX(0px);}}"], space12, space8, borderRadius4, Neutral.B18, Green.B89, Green.B61, Blue.S08, Blue.Brand, Orange.S42, Orange.S86, Red.B100, Red.B93, Breakpoints.large, space8);
|
|
10
|
+
export var StyledAlertCloseIconContainer = styled.div.withConfig({
|
|
11
|
+
displayName: "AlertStyle__StyledAlertCloseIconContainer",
|
|
12
|
+
componentId: "sc-1e5i2kj-1"
|
|
13
|
+
})(["cursor:pointer;&&& svg{fill:", ";}"], Neutral.B40);
|
|
14
|
+
export var StyledAlertContentColumn = styled.div.withConfig({
|
|
15
|
+
displayName: "AlertStyle__StyledAlertContentColumn",
|
|
16
|
+
componentId: "sc-1e5i2kj-2"
|
|
17
|
+
})(["min-width:240px;max-width:560px;padding:0;@media (max-width:480px){min-width:unset;}"]);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
var _excluded = ["closeAlert"],
|
|
4
|
+
_excluded2 = ["show"];
|
|
5
|
+
import React from 'react';
|
|
6
|
+
import { Alert } from './Alert';
|
|
7
|
+
import { useAlert } from './useAlert';
|
|
8
|
+
export var AlertWithProvider = function AlertWithProvider() {
|
|
9
|
+
var _useAlert = useAlert(),
|
|
10
|
+
closeAlert = _useAlert.closeAlert,
|
|
11
|
+
rest = _objectWithoutPropertiesLoose(_useAlert, _excluded);
|
|
12
|
+
var show = rest.show,
|
|
13
|
+
alertProps = _objectWithoutPropertiesLoose(rest, _excluded2);
|
|
14
|
+
if (!show) {
|
|
15
|
+
return null;
|
|
16
|
+
}
|
|
17
|
+
return /*#__PURE__*/React.createElement(Alert, _extends({}, alertProps, {
|
|
18
|
+
show: show,
|
|
19
|
+
onDismissed: function onDismissed() {
|
|
20
|
+
return closeAlert();
|
|
21
|
+
}
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Button } from '../Button';
|
|
4
|
+
import { useAlert } from './useAlert';
|
|
5
|
+
import { AlertWithProvider } from './AlertWithProvider';
|
|
6
|
+
import { withAlertProvider } from '../../../.storybook/Decorators';
|
|
7
|
+
import { Typography } from '../Typography';
|
|
8
|
+
AlertWithProvider.displayName = 'AlertWithProvider';
|
|
9
|
+
export default {
|
|
10
|
+
title: '@next/AlertWithProvider',
|
|
11
|
+
component: AlertWithProvider
|
|
12
|
+
};
|
|
13
|
+
var Template = function Template(args) {
|
|
14
|
+
var _useAlert = useAlert(),
|
|
15
|
+
showAlert = _useAlert.showAlert;
|
|
16
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(AlertWithProvider, null), /*#__PURE__*/React.createElement(Button, {
|
|
17
|
+
onClick: function onClick() {
|
|
18
|
+
return showAlert(_extends({}, args));
|
|
19
|
+
}
|
|
20
|
+
}, "Show Alert"));
|
|
21
|
+
};
|
|
22
|
+
export var Interactive = Template.bind({});
|
|
23
|
+
Interactive.args = {
|
|
24
|
+
title: 'Title',
|
|
25
|
+
content: 'Alert content',
|
|
26
|
+
status: 'info',
|
|
27
|
+
children: /*#__PURE__*/React.createElement(Typography, {
|
|
28
|
+
as: "span",
|
|
29
|
+
variant: "body2",
|
|
30
|
+
color: "#017EB7"
|
|
31
|
+
}, "Learn more")
|
|
32
|
+
};
|
|
33
|
+
Interactive.decorators = [withAlertProvider];
|
|
34
|
+
Interactive.parameters = {
|
|
35
|
+
docs: {
|
|
36
|
+
source: {
|
|
37
|
+
code: "\n // Add \"AlertProvider\" in your root app \n import { AlertProvider } from 'glints-aries/lib/@next';\n\n // index.js\n ReactDOM.render(\n <AlertProvider>\n <App />\n </AlertProvider>,\n document.getElementById('root')\n );\n\n // Add \"AlertWithProvider\" component in the root so it's accessible from anywhere\n // app.js\n <>\n <AlertWithProvider />\n <Dashboard />\n </> \n\n // Call \"showAlert\" anywhere from your component\n <Button\n onClick={() =>\n showAlert({\n title: 'Title',\n content: 'Content',\n children: <a href=\"#\">Learn more</a>,\n })\n }\n >\n Show Alert\n </Button>\n "
|
|
38
|
+
},
|
|
39
|
+
language: 'javascript',
|
|
40
|
+
type: 'auto'
|
|
41
|
+
}
|
|
42
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { useContext } from 'react';
|
|
2
|
+
import { AlertContext } from './AlertContext';
|
|
3
|
+
export var useAlert = function useAlert() {
|
|
4
|
+
var context = useContext(AlertContext);
|
|
5
|
+
if (!context) {
|
|
6
|
+
throw new Error('No AlertContext was provided via "AlertProvider", to use this hooks you must provide them in your app root.');
|
|
7
|
+
}
|
|
8
|
+
return context;
|
|
9
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import styled from 'styled-components';
|
|
2
|
-
import
|
|
2
|
+
import * as Breakpoints from '../utilities/breakpoints';
|
|
3
3
|
import { Neutral, Red } from '../utilities/colors';
|
|
4
4
|
export var StyledContainer = styled.div.withConfig({
|
|
5
5
|
displayName: "InputStyle__StyledContainer",
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
var _excluded = ["value", "active", "children", "onClick"];
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { Typography } from '../Typography';
|
|
6
|
+
import { StyledPageButton } from './PaginationStyle';
|
|
7
|
+
export var PageButton = function PageButton(_ref) {
|
|
8
|
+
var value = _ref.value,
|
|
9
|
+
active = _ref.active,
|
|
10
|
+
children = _ref.children,
|
|
11
|
+
_onClick = _ref.onClick,
|
|
12
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
13
|
+
var content = children ? children : value;
|
|
14
|
+
return /*#__PURE__*/React.createElement(StyledPageButton, _extends({
|
|
15
|
+
"data-active": active,
|
|
16
|
+
onClick: function onClick() {
|
|
17
|
+
return _onClick == null ? void 0 : _onClick(value);
|
|
18
|
+
}
|
|
19
|
+
}, props), /*#__PURE__*/React.createElement(Typography, {
|
|
20
|
+
as: "div",
|
|
21
|
+
variant: "body1"
|
|
22
|
+
}, content));
|
|
23
|
+
};
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
var _excluded = ["value"];
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { PageButton } from './PageButton';
|
|
6
|
+
import { StyledNav } from './PaginationStyle';
|
|
7
|
+
import { defaultBufferSize, defaultPageSize, getAllPages, getBufferSize } from './paginationUtils';
|
|
8
|
+
import { NextStepper, PreviousStepper } from './Stepper';
|
|
9
|
+
export var Pagination = function Pagination(_ref) {
|
|
10
|
+
var _ref$totalItems = _ref.totalItems,
|
|
11
|
+
totalItems = _ref$totalItems === void 0 ? 1 : _ref$totalItems,
|
|
12
|
+
_ref$currentPage = _ref.currentPage,
|
|
13
|
+
currentPage = _ref$currentPage === void 0 ? 1 : _ref$currentPage,
|
|
14
|
+
disabled = _ref.disabled,
|
|
15
|
+
_ref$pageSize = _ref.pageSize,
|
|
16
|
+
pageSize = _ref$pageSize === void 0 ? defaultPageSize : _ref$pageSize,
|
|
17
|
+
onPageChanged = _ref.onPageChanged;
|
|
18
|
+
var pageList = [];
|
|
19
|
+
var totalPages = getAllPages(pageSize, totalItems);
|
|
20
|
+
var bufferSize = getBufferSize(defaultBufferSize, totalPages);
|
|
21
|
+
var beginFoldPage = 1 + 2 + bufferSize;
|
|
22
|
+
var endFoldPage = totalPages - 2 - bufferSize;
|
|
23
|
+
var handlePagerClick = function handlePagerClick(value) {
|
|
24
|
+
if (value < 1 || value > totalPages) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
onPageChanged == null ? void 0 : onPageChanged(value);
|
|
28
|
+
};
|
|
29
|
+
var Pager = function Pager(_ref2) {
|
|
30
|
+
var value = _ref2.value,
|
|
31
|
+
props = _objectWithoutPropertiesLoose(_ref2, _excluded);
|
|
32
|
+
return /*#__PURE__*/React.createElement(PageButton, _extends({}, props, {
|
|
33
|
+
value: value,
|
|
34
|
+
onClick: handlePagerClick,
|
|
35
|
+
disabled: disabled,
|
|
36
|
+
active: currentPage === value
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
if (
|
|
40
|
+
// beginPage(1 page) + bufferSize * 2 + endPage(1 page) + ...(2 pages)
|
|
41
|
+
totalPages <= 4 + bufferSize * 2 || currentPage === beginFoldPage && currentPage === endFoldPage) {
|
|
42
|
+
for (var i = 1; i <= totalPages; i++) {
|
|
43
|
+
pageList.push( /*#__PURE__*/React.createElement(Pager, {
|
|
44
|
+
key: i,
|
|
45
|
+
value: i
|
|
46
|
+
}));
|
|
47
|
+
}
|
|
48
|
+
} else {
|
|
49
|
+
var left = 1;
|
|
50
|
+
var right = totalPages;
|
|
51
|
+
var hasJumpPre = true;
|
|
52
|
+
var hasJumpNext = true;
|
|
53
|
+
var calculateNextJumpPage = function calculateNextJumpPage(jumpPage) {
|
|
54
|
+
var minCurrent = totalPages > 0 ? 1 : 0;
|
|
55
|
+
var nextPage = Math.min(totalPages, Math.max(minCurrent, currentPage + jumpPage));
|
|
56
|
+
return nextPage;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
// when first and last page not within reach from current page
|
|
60
|
+
if (currentPage > beginFoldPage && currentPage < endFoldPage) {
|
|
61
|
+
right = currentPage + bufferSize;
|
|
62
|
+
left = currentPage - bufferSize;
|
|
63
|
+
// first page is within reach from current page
|
|
64
|
+
} else if (currentPage <= beginFoldPage) {
|
|
65
|
+
hasJumpPre = false;
|
|
66
|
+
left = 1;
|
|
67
|
+
right = Math.max(beginFoldPage, bufferSize + currentPage);
|
|
68
|
+
// last page within reach from current page
|
|
69
|
+
} else if (currentPage >= endFoldPage) {
|
|
70
|
+
hasJumpNext = false;
|
|
71
|
+
right = totalPages;
|
|
72
|
+
left = Math.min(endFoldPage, currentPage - bufferSize);
|
|
73
|
+
}
|
|
74
|
+
for (var _i = left; _i <= right; _i++) {
|
|
75
|
+
pageList.push( /*#__PURE__*/React.createElement(Pager, {
|
|
76
|
+
key: _i,
|
|
77
|
+
value: _i
|
|
78
|
+
}));
|
|
79
|
+
}
|
|
80
|
+
var jumpPre = calculateNextJumpPage(-(bufferSize * 2 + 1));
|
|
81
|
+
var jumpNext = calculateNextJumpPage(bufferSize * 2 + 1);
|
|
82
|
+
var FirstPager = /*#__PURE__*/React.createElement(Pager, {
|
|
83
|
+
value: 1,
|
|
84
|
+
key: 1
|
|
85
|
+
});
|
|
86
|
+
var LastPager = /*#__PURE__*/React.createElement(Pager, {
|
|
87
|
+
value: totalPages,
|
|
88
|
+
key: totalPages
|
|
89
|
+
});
|
|
90
|
+
if (hasJumpPre) {
|
|
91
|
+
pageList.unshift( /*#__PURE__*/React.createElement(Pager, {
|
|
92
|
+
key: "jump-pre",
|
|
93
|
+
"data-testid": "previous-jumper",
|
|
94
|
+
value: jumpPre
|
|
95
|
+
}, "..."));
|
|
96
|
+
pageList.unshift(FirstPager);
|
|
97
|
+
}
|
|
98
|
+
if (hasJumpNext) {
|
|
99
|
+
pageList.push( /*#__PURE__*/React.createElement(Pager, {
|
|
100
|
+
key: "jump-next",
|
|
101
|
+
"data-testid": "next-jumper",
|
|
102
|
+
value: jumpNext
|
|
103
|
+
}, "..."));
|
|
104
|
+
pageList.push(LastPager);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
var hasPrevious = currentPage - 1 > 0;
|
|
108
|
+
var hasNext = currentPage + 1 <= totalPages;
|
|
109
|
+
pageList.unshift( /*#__PURE__*/React.createElement(PreviousStepper, {
|
|
110
|
+
key: "prev-stepper",
|
|
111
|
+
value: currentPage - 1,
|
|
112
|
+
disabled: !hasPrevious || disabled,
|
|
113
|
+
onClick: handlePagerClick
|
|
114
|
+
}));
|
|
115
|
+
pageList.push( /*#__PURE__*/React.createElement(NextStepper, {
|
|
116
|
+
key: "next-stepper",
|
|
117
|
+
value: currentPage + 1,
|
|
118
|
+
disabled: !hasNext || disabled,
|
|
119
|
+
onClick: handlePagerClick
|
|
120
|
+
}));
|
|
121
|
+
return /*#__PURE__*/React.createElement(StyledNav, null, pageList);
|
|
122
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
var _excluded = ["currentPage"];
|
|
4
|
+
import React, { useEffect, useState } from 'react';
|
|
5
|
+
import { Pagination } from './Pagination';
|
|
6
|
+
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
7
|
+
Pagination.displayName = 'Pagination';
|
|
8
|
+
export default {
|
|
9
|
+
title: '@next/Pagination',
|
|
10
|
+
component: Pagination,
|
|
11
|
+
decorators: [function (Story) {
|
|
12
|
+
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
13
|
+
}]
|
|
14
|
+
};
|
|
15
|
+
var Template = function Template(args) {
|
|
16
|
+
var _useState = useState(1),
|
|
17
|
+
page = _useState[0],
|
|
18
|
+
setPage = _useState[1];
|
|
19
|
+
var currentPage = args.currentPage,
|
|
20
|
+
rest = _objectWithoutPropertiesLoose(args, _excluded);
|
|
21
|
+
useEffect(function () {
|
|
22
|
+
setPage(currentPage);
|
|
23
|
+
}, [currentPage]);
|
|
24
|
+
return /*#__PURE__*/React.createElement(Pagination, _extends({}, rest, {
|
|
25
|
+
currentPage: page,
|
|
26
|
+
onPageChanged: setPage
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export var Interactive = Template.bind({});
|
|
30
|
+
Interactive.args = {
|
|
31
|
+
totalItems: 200,
|
|
32
|
+
pageSize: 10
|
|
33
|
+
};
|
|
34
|
+
Interactive.parameters = {
|
|
35
|
+
docs: {
|
|
36
|
+
source: {
|
|
37
|
+
code: " const [currentPage, setCurrentPage] = useState(1);\n\n return (\n <Pagination\n {...args}\n currentPage={currentPage}\n onPageChanged={setCurrentPage}\n />\n );",
|
|
38
|
+
language: 'javascript',
|
|
39
|
+
type: 'auto'
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
import { NumberInput } from '../NumberInput';
|
|
4
|
+
import { borderRadius2 } from '../utilities/borderRadius';
|
|
5
|
+
import { Blue, Neutral } from '../utilities/colors';
|
|
6
|
+
import { space4 } from '../utilities/spacing';
|
|
7
|
+
import { PageButton } from './PageButton';
|
|
8
|
+
export var StyledNav = styled.nav.withConfig({
|
|
9
|
+
displayName: "PaginationStyle__StyledNav",
|
|
10
|
+
componentId: "sc-1hi5sa8-0"
|
|
11
|
+
})(["display:flex;gap:10px;"]);
|
|
12
|
+
export var SimplePaginationStyledNav = styled(StyledNav).withConfig({
|
|
13
|
+
displayName: "PaginationStyle__SimplePaginationStyledNav",
|
|
14
|
+
componentId: "sc-1hi5sa8-1"
|
|
15
|
+
})(["gap:4px;"]);
|
|
16
|
+
export var StyledPageButton = styled.button.withConfig({
|
|
17
|
+
displayName: "PaginationStyle__StyledPageButton",
|
|
18
|
+
componentId: "sc-1hi5sa8-2"
|
|
19
|
+
})(["cursor:pointer;height:32px;min-width:32px;border:0;background:", ";border-radius:", ";padding:", ";color:", ";&:hover{background:", ";}&:disabled{color:", ";}svg{fill:", ";width:24px;height:24px;}&[data-active='true']{background:", ";color:", ";}&:disabled svg{fill:", ";}&[data-active='true']:disabled{background:", ";color:", ";}"], Neutral.B100, borderRadius2, space4, Neutral.B18, Neutral.B95, Neutral.B85, Neutral.B40, Blue.S08, Blue.S99, Neutral.B85, Neutral.B95, Neutral.B85);
|
|
20
|
+
export var StyledSimplePaginationButton = styled(StyledPageButton).withConfig({
|
|
21
|
+
displayName: "PaginationStyle__StyledSimplePaginationButton",
|
|
22
|
+
componentId: "sc-1hi5sa8-3"
|
|
23
|
+
})(["pointer-events:none;"]);
|
|
24
|
+
export var StyledActiveSimplePaginationButton = styled(function (props) {
|
|
25
|
+
return /*#__PURE__*/React.createElement(PageButton, props);
|
|
26
|
+
}).withConfig({
|
|
27
|
+
displayName: "PaginationStyle__StyledActiveSimplePaginationButton",
|
|
28
|
+
componentId: "sc-1hi5sa8-4"
|
|
29
|
+
})(["background:", ";color:", ";&:hover{background:", ";color:", ";}"], Blue.S08, Blue.S99, Neutral.B95, Neutral.B18);
|
|
30
|
+
export var StyledSimplePaginationInput = styled(NumberInput).withConfig({
|
|
31
|
+
displayName: "PaginationStyle__StyledSimplePaginationInput",
|
|
32
|
+
componentId: "sc-1hi5sa8-5"
|
|
33
|
+
})(["padding:0;text-align:center;height:32px;width:32px;"]);
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import React, { useState } from 'react';
|
|
2
|
+
import { Typography } from '../Typography';
|
|
3
|
+
import { StyledActiveSimplePaginationButton, StyledSimplePaginationInput, StyledSimplePaginationButton, SimplePaginationStyledNav } from './PaginationStyle';
|
|
4
|
+
import { defaultPageSize, getAllPages } from './paginationUtils';
|
|
5
|
+
import { NextStepper, PreviousStepper } from './Stepper';
|
|
6
|
+
export var SimplePagination = function SimplePagination(_ref) {
|
|
7
|
+
var _ref$totalItems = _ref.totalItems,
|
|
8
|
+
totalItems = _ref$totalItems === void 0 ? 1 : _ref$totalItems,
|
|
9
|
+
_ref$currentPage = _ref.currentPage,
|
|
10
|
+
currentPage = _ref$currentPage === void 0 ? 1 : _ref$currentPage,
|
|
11
|
+
disabled = _ref.disabled,
|
|
12
|
+
_ref$pageSize = _ref.pageSize,
|
|
13
|
+
pageSize = _ref$pageSize === void 0 ? defaultPageSize : _ref$pageSize,
|
|
14
|
+
onPageChanged = _ref.onPageChanged;
|
|
15
|
+
var _useState = useState(false),
|
|
16
|
+
editMode = _useState[0],
|
|
17
|
+
setEditMode = _useState[1];
|
|
18
|
+
var totalPages = getAllPages(pageSize, totalItems);
|
|
19
|
+
var hasPrevious = currentPage - 1 > 0;
|
|
20
|
+
var hasNext = currentPage + 1 <= totalPages;
|
|
21
|
+
var handlePageNumberChange = function handlePageNumberChange(value) {
|
|
22
|
+
var page = value;
|
|
23
|
+
if (value < 1) {
|
|
24
|
+
page = 1;
|
|
25
|
+
}
|
|
26
|
+
if (value > totalPages) {
|
|
27
|
+
page = totalPages;
|
|
28
|
+
}
|
|
29
|
+
onPageChanged == null ? void 0 : onPageChanged(page);
|
|
30
|
+
};
|
|
31
|
+
var handleEditMode = function handleEditMode() {
|
|
32
|
+
if (editMode) {
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
35
|
+
setEditMode(true);
|
|
36
|
+
};
|
|
37
|
+
var handleFocus = function handleFocus(e) {
|
|
38
|
+
e.target.select();
|
|
39
|
+
};
|
|
40
|
+
return /*#__PURE__*/React.createElement(SimplePaginationStyledNav, null, /*#__PURE__*/React.createElement(PreviousStepper, {
|
|
41
|
+
value: currentPage - 1,
|
|
42
|
+
disabled: !hasPrevious || disabled,
|
|
43
|
+
onClick: handlePageNumberChange
|
|
44
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
45
|
+
"data-testid": "current-page-btn",
|
|
46
|
+
onClick: handleEditMode
|
|
47
|
+
}, !editMode && /*#__PURE__*/React.createElement(StyledActiveSimplePaginationButton, {
|
|
48
|
+
value: currentPage,
|
|
49
|
+
disabled: disabled,
|
|
50
|
+
onClick: handlePageNumberChange
|
|
51
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
52
|
+
as: "div",
|
|
53
|
+
variant: "body1"
|
|
54
|
+
}, currentPage)), editMode && /*#__PURE__*/React.createElement(StyledSimplePaginationInput, {
|
|
55
|
+
"data-testid": "current-page-input",
|
|
56
|
+
autoFocus: true,
|
|
57
|
+
onFocus: handleFocus,
|
|
58
|
+
onChange: function onChange(e) {
|
|
59
|
+
handlePageNumberChange(Number(e.currentTarget.value));
|
|
60
|
+
},
|
|
61
|
+
onBlur: function onBlur() {
|
|
62
|
+
return setEditMode(false);
|
|
63
|
+
},
|
|
64
|
+
value: currentPage
|
|
65
|
+
})), /*#__PURE__*/React.createElement(StyledSimplePaginationButton, {
|
|
66
|
+
disabled: disabled
|
|
67
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
68
|
+
as: "div",
|
|
69
|
+
variant: "body1"
|
|
70
|
+
}, "/")), /*#__PURE__*/React.createElement(StyledSimplePaginationButton, {
|
|
71
|
+
disabled: disabled
|
|
72
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
73
|
+
as: "div",
|
|
74
|
+
variant: "body1"
|
|
75
|
+
}, totalPages)), /*#__PURE__*/React.createElement(NextStepper, {
|
|
76
|
+
value: currentPage + 1,
|
|
77
|
+
disabled: !hasNext || disabled,
|
|
78
|
+
onClick: handlePageNumberChange
|
|
79
|
+
}));
|
|
80
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
var _excluded = ["currentPage"];
|
|
4
|
+
import React, { useEffect, useState } from 'react';
|
|
5
|
+
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
6
|
+
import { SimplePagination } from './SimplePagination';
|
|
7
|
+
SimplePagination.displayName = 'Pagination';
|
|
8
|
+
export default {
|
|
9
|
+
title: '@next/SimplePagination',
|
|
10
|
+
component: SimplePagination,
|
|
11
|
+
decorators: [function (Story) {
|
|
12
|
+
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
13
|
+
}]
|
|
14
|
+
};
|
|
15
|
+
var Template = function Template(args) {
|
|
16
|
+
var _useState = useState(1),
|
|
17
|
+
page = _useState[0],
|
|
18
|
+
setPage = _useState[1];
|
|
19
|
+
var currentPage = args.currentPage,
|
|
20
|
+
rest = _objectWithoutPropertiesLoose(args, _excluded);
|
|
21
|
+
useEffect(function () {
|
|
22
|
+
setPage(currentPage);
|
|
23
|
+
}, [currentPage]);
|
|
24
|
+
return /*#__PURE__*/React.createElement(SimplePagination, _extends({}, rest, {
|
|
25
|
+
currentPage: page,
|
|
26
|
+
onPageChanged: setPage
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export var Interactive = Template.bind({});
|
|
30
|
+
Interactive.args = {
|
|
31
|
+
totalItems: 200,
|
|
32
|
+
pageSize: 10
|
|
33
|
+
};
|
|
34
|
+
Interactive.parameters = {
|
|
35
|
+
docs: {
|
|
36
|
+
source: {
|
|
37
|
+
code: " const [currentPage, setCurrentPage] = useState(1);\n\n return (\n <SimplePagination\n {...args}\n currentPage={currentPage}\n onPageChanged={setCurrentPage}\n />\n );",
|
|
38
|
+
language: 'javascript',
|
|
39
|
+
type: 'auto'
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Icon } from '../Icon';
|
|
4
|
+
import { PageButton } from './PageButton';
|
|
5
|
+
export var PreviousStepper = function PreviousStepper(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement(PageButton, _extends({
|
|
7
|
+
"data-testid": "previous-page"
|
|
8
|
+
}, props), /*#__PURE__*/React.createElement(Icon, {
|
|
9
|
+
name: "ri-arrow-m-left-line"
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
export var NextStepper = function NextStepper(props) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(PageButton, _extends({
|
|
14
|
+
"data-testid": "next-page"
|
|
15
|
+
}, props), /*#__PURE__*/React.createElement(Icon, {
|
|
16
|
+
name: "ri-arrow-m-right-line"
|
|
17
|
+
}));
|
|
18
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export var defaultPageSize = 10;
|
|
2
|
+
export var defaultBufferSize = 2;
|
|
3
|
+
export var getAllPages = function getAllPages(pageSize, total) {
|
|
4
|
+
if (pageSize < 1) {
|
|
5
|
+
console.warn('pageSize must be above 0');
|
|
6
|
+
return 0;
|
|
7
|
+
}
|
|
8
|
+
return Math.ceil(total / pageSize);
|
|
9
|
+
};
|
|
10
|
+
export var getBufferSize = function getBufferSize(bufferSize, allPages) {
|
|
11
|
+
var min = 0;
|
|
12
|
+
var max = Math.floor(allPages / 2) - 1;
|
|
13
|
+
var newBufferSize = Math.max(bufferSize, min);
|
|
14
|
+
return Math.min(newBufferSize, max);
|
|
15
|
+
};
|
package/es/@next/index.js
CHANGED
|
@@ -5,6 +5,7 @@ import * as Colors from './utilities/colors';
|
|
|
5
5
|
import * as DropShadow from './utilities/dropShadow';
|
|
6
6
|
import * as Fonts from './utilities/fonts';
|
|
7
7
|
import * as Spacing from './utilities/spacing';
|
|
8
|
+
export { Alert, AlertContext, AlertContextProps, AlertProps, AlertProvider, AlertWithProvider, useAlert } from './Alert';
|
|
8
9
|
export { Avatar, AvatarProps } from './Avatar';
|
|
9
10
|
export { Badge, BadgeProps } from './Badge';
|
|
10
11
|
export { Banner, BannerProps } from './Banner';
|
|
@@ -12,6 +13,7 @@ export { Button, ButtonProps, DestructiveButton, OutlineButton, OutlineMonochrom
|
|
|
12
13
|
export { ButtonGroup, ButtonGroupProps } from './ButtonGroup';
|
|
13
14
|
export { Divider } from './Divider';
|
|
14
15
|
export { Icon, IconProps } from './Icon';
|
|
16
|
+
export { Pagination, SimplePagination, PaginationProps } from './Pagination';
|
|
15
17
|
export { Popover, PopoverProps } from './Popover';
|
|
16
18
|
export { Tab, TabModel, TabProps, Tabs, TabsProps } from './Tabs';
|
|
17
19
|
export { Tag, TagProps } from './Tag';
|