glints-aries 4.0.185 → 4.0.187
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/{src/@next → @next}/Alert/Alert.d.ts +1 -1
- package/es/@next/Alert/Alert.js +3 -2
- package/es/{src/@next → @next}/Alert/Alert.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Alert/AlertContext.d.ts +0 -0
- package/es/{src/@next → @next}/Alert/AlertProvider.d.ts +0 -0
- package/es/{src/@next → @next}/Alert/AlertStyle.d.ts +0 -0
- package/es/@next/Alert/AlertWithProvider.d.ts +2 -0
- package/es/@next/Alert/AlertWithProvider.js +5 -3
- package/es/{src/@next → @next}/Alert/AlertWithProvider.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Alert/index.d.ts +0 -0
- package/es/{src/@next → @next}/Alert/useAlert.d.ts +0 -0
- package/es/{src/@next → @next}/Avatar/Avatar.d.ts +1 -1
- package/es/@next/Avatar/Avatar.js +3 -2
- package/es/{src/@next → @next}/Avatar/Avatar.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Avatar/AvatarStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Avatar/index.d.ts +0 -0
- package/{lib/src → es}/@next/Badge/Badge.d.ts +1 -1
- package/es/@next/Badge/Badge.js +3 -2
- package/es/{src/@next → @next}/Badge/Badge.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Badge/BadgeStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Badge/index.d.ts +0 -0
- package/es/{src/@next → @next}/Banner/Banner.d.ts +1 -1
- package/es/@next/Banner/Banner.js +3 -2
- package/es/{src/@next → @next}/Banner/Banner.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Banner/BannerStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Banner/index.d.ts +0 -0
- package/{lib/src → es}/@next/Button/Button.d.ts +1 -1
- package/es/@next/Button/Button.js +3 -2
- package/es/{src/@next → @next}/Button/Button.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Button/ButtonStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Button/DesctructiveButton.stories.d.ts +0 -0
- package/es/@next/Button/DesctructiveButtonStyle.d.ts +2 -0
- package/es/{src/@next → @next}/Button/OutlineButton.stories.d.ts +0 -0
- package/es/@next/Button/OutlineButtonStyle.d.ts +2 -0
- package/es/{src/@next → @next}/Button/OutlineMonochromeButton.stories.d.ts +0 -0
- package/es/@next/Button/OutlineMonochromeStyle.d.ts +2 -0
- package/es/{src/@next → @next}/Button/PrimaryButton.stories.d.ts +0 -0
- package/es/@next/Button/PrimaryButtonStyle.d.ts +2 -0
- package/es/{src/@next → @next}/Button/index.d.ts +0 -0
- package/{lib/src → es}/@next/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/es/@next/ButtonGroup/ButtonGroup.js +3 -2
- package/es/{src/@next → @next}/ButtonGroup/ButtonGroup.stories.d.ts +0 -0
- package/es/{src/@next → @next}/ButtonGroup/ButtonGroupStyle.d.ts +0 -0
- package/es/{src/@next → @next}/ButtonGroup/index.d.ts +0 -0
- package/{lib/src → es}/@next/Checkbox/Checkbox.d.ts +1 -1
- package/es/@next/Checkbox/Checkbox.js +3 -2
- package/es/{src/@next → @next}/Checkbox/Checkbox.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Checkbox/CheckboxStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Checkbox/index.d.ts +0 -0
- package/es/@next/CurrencyInput/CurrencyInput.d.ts +12 -0
- package/es/@next/CurrencyInput/CurrencyInput.js +3 -2
- package/es/{src/@next → @next}/CurrencyInput/CurrencyInput.stories.d.ts +0 -0
- package/es/{src/@next → @next}/CurrencyInput/CurrencyInput.test.d.ts +0 -0
- package/es/@next/CurrencyInput/CurrencyStyles.d.ts +2 -0
- package/es/{src/@next → @next}/CurrencyInput/index.d.ts +0 -0
- package/es/@next/Divider/Divider.d.ts +3 -0
- package/es/@next/Divider/Divider.js +5 -5
- package/es/{src/@next → @next}/Divider/Divider.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Divider/DividerStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Divider/index.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/Icon.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/Icon.test.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/IconStoriesStyles.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiAccountCircleFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiAccountCircleLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiAdd.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiAddCircleFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiAddCircleLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiAlarmWarningFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiAlarmWarningLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowDownFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowDownLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowGoBackFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowGoBackLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowGoForwardFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowGoForwardLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowLeftFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowLeftLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowLeftRightFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowLeftRightLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowMDownFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowMDownLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowMLeftFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowMLeftLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowMRightFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowMRightLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowMUpFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowMUpLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowRightFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowRightLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowUpDownFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowUpDownLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowUpFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowUpLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowXsDownFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiArrowXsUpFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCalendarFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCalendarLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCheck.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCheckboxCircleFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCheckboxFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCheckboxIndeterminateFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCheckboxIndeterminateLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCheckboxLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiClose.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCloseCircleFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCloseCircleLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiCoinsLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiDeleteBinFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiDeleteBinLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiErrorWarningFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiErrorWarningLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiFacebookCircleLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiInformationFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiInformationLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiInstagramLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiLinkedInLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiLoader.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiMapLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiMessageFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiMessageLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiMinus.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiPencilFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiPencilLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiQuestionFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiQuestionLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiReplyFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiReplyLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiSearch.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiSendPlaneFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiSendPlaneLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiSettingsFill.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiSettingsLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/RiTwitterLine.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/components/index.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/icons/icons.d.ts +0 -0
- package/es/{src/@next → @next}/Icon/index.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/IndexTable.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/IndexTable.stories.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/components/Checkbox/Checkbox.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/components/Checkbox/CheckboxStyle.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/components/Checkbox/index.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/components/Row/Row.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/components/Row/index.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/index.d.ts +0 -0
- package/es/{src/@next → @next}/IndexTable/indexTableStoryHelper/ButtonGroupStyle.d.ts +1 -1
- package/{lib/src → es}/@next/Input/Input.d.ts +1 -1
- package/es/@next/Input/Input.js +3 -2
- package/es/{src/@next → @next}/Input/InputStyle.d.ts +0 -0
- package/es/@next/NumberInput/NumberInput.d.ts +4 -0
- package/es/@next/NumberInput/NumberInput.js +3 -2
- package/es/{src/@next → @next}/NumberInput/NumberInput.stories.d.ts +0 -0
- package/es/{src/@next → @next}/NumberInput/index.d.ts +0 -0
- package/es/{src/@next → @next}/Pagination/PageButton.d.ts +0 -0
- package/es/@next/Pagination/Pagination.d.ts +3 -0
- package/es/@next/Pagination/Pagination.js +5 -3
- package/es/{src/@next → @next}/Pagination/Pagination.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Pagination/PaginationStyle.d.ts +2 -2
- package/es/@next/Pagination/SimplePagination.d.ts +3 -0
- package/es/@next/Pagination/SimplePagination.js +5 -3
- package/es/{src/@next → @next}/Pagination/SimplePagination.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Pagination/Stepper.d.ts +0 -0
- package/es/{src/@next → @next}/Pagination/index.d.ts +0 -0
- package/es/{src/@next → @next}/Pagination/paginationUtils.d.ts +0 -0
- package/es/{src/@next → @next}/Popover/Popover.d.ts +3 -3
- package/es/@next/Popover/Popover.js +6 -3
- package/es/{src/@next → @next}/Popover/Popover.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Popover/PopoverFilter.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Popover/PopoverStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Popover/index.d.ts +0 -0
- package/es/{src/@next → @next}/Popover/popoverStoryHelper/CheckboxGroup.d.ts +0 -0
- package/es/{src/@next → @next}/Popover/popoverStoryHelper/SalarySelector.d.ts +0 -0
- package/es/{src/@next → @next}/RadioButton/RadioButton.d.ts +1 -1
- package/es/@next/RadioButton/RadioButton.js +3 -2
- package/es/{src/@next → @next}/RadioButton/RadioButton.stories.d.ts +0 -0
- package/es/{src/@next → @next}/RadioButton/RadioButtonStyle.d.ts +0 -0
- package/es/{src/@next → @next}/RadioButton/index.d.ts +0 -0
- package/es/{src/@next → @next}/Spinner/Spinner.d.ts +0 -0
- package/es/{src/@next → @next}/Tabs/Tab.d.ts +0 -0
- package/es/{src/@next → @next}/Tabs/TabStyle.d.ts +0 -0
- package/{lib/src → es}/@next/Tabs/Tabs.d.ts +1 -1
- package/es/@next/Tabs/Tabs.js +5 -3
- package/es/{src/@next → @next}/Tabs/Tabs.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Tabs/TabsStoriesStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Tabs/index.d.ts +0 -0
- package/es/{src/@next → @next}/Tag/Tag.d.ts +1 -1
- package/es/@next/Tag/Tag.js +5 -3
- package/es/{src/@next → @next}/Tag/Tag.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Tag/TagStyle.d.ts +0 -0
- package/es/{src/@next → @next}/Tag/index.d.ts +0 -0
- package/es/@next/TextInput/TextInput.d.ts +8 -0
- package/es/@next/TextInput/TextInput.js +3 -2
- package/es/{src/@next → @next}/TextInput/TextInput.stories.d.ts +0 -0
- package/es/{src/@next → @next}/TextInput/index.d.ts +0 -0
- package/es/{src/@next → @next}/Typography/Typography.d.ts +0 -0
- package/es/{src/@next → @next}/Typography/Typography.stories.d.ts +0 -0
- package/es/{src/@next → @next}/Typography/Typography.test.d.ts +0 -0
- package/es/{src/@next → @next}/Typography/TypographyStyles.d.ts +0 -0
- package/es/{src/@next → @next}/Typography/index.d.ts +0 -0
- package/es/{src/@next → @next}/index.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/borderRadius/BorderRadius.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/borderRadius/index.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/breakpoints/Breakpoints.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/breakpoints/index.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/colors/blue.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/colors/green.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/colors/index.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/colors/neutral.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/colors/orange.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/colors/red.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/colors/yellow.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/dropShadow/DropShadow.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/dropShadow/index.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/fonts/Fonts.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/fonts/index.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/spacing/Spacing.d.ts +0 -0
- package/es/{src/@next → @next}/utilities/spacing/index.d.ts +0 -0
- package/es/{src/Display → Display}/Accordion/Accordion.d.ts +0 -0
- package/es/{src/Display → Display}/Accordion/Accordion.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Accordion/Accordion.test.d.ts +0 -0
- package/es/{src/Display → Display}/Accordion/AccordionPanel.d.ts +0 -0
- package/es/{src/Display → Display}/Accordion/AccordionStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Accordion/index.d.ts +0 -0
- package/es/{src/Display → Display}/Collapsible/Collapsible.d.ts +0 -0
- package/es/{src/Display → Display}/Collapsible/Collapsible.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Collapsible/Collapsible.test.d.ts +0 -0
- package/es/{src/Display → Display}/Collapsible/CollapsibleStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Collapsible/index.d.ts +0 -0
- package/es/{src/Display → Display}/Gallery/Gallery.d.ts +0 -0
- package/es/{src/Display → Display}/Gallery/Gallery.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Gallery/Gallery.test.d.ts +0 -0
- package/es/{src/Display → Display}/Gallery/GalleryStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Gallery/index.d.ts +0 -0
- package/es/{src/Display → Display}/Modal/Modal.d.ts +0 -0
- package/es/{src/Display → Display}/Modal/Modal.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Modal/Modal.test.d.ts +0 -0
- package/es/{src/Display → Display}/Modal/ModalStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Modal/index.d.ts +0 -0
- package/es/{src/Display → Display}/Modal/utils.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/PointingModal.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/PointingModal.stories.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/PointingModal.test.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/PointingModalBody.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/PointingModalFooter.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/PointingModalHeader.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/PointingModalItem.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/PointingModalStyle.d.ts +0 -0
- package/es/{src/Display → Display}/PointingModal/index.d.ts +0 -0
- package/es/{src/Display → Display}/Popover/Popover.d.ts +0 -0
- package/es/{src/Display → Display}/Popover/Popover.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Popover/Popover.test.d.ts +0 -0
- package/es/{src/Display → Display}/Popover/PopoverStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Popover/index.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/LeftArrow.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/RightArrow.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/Slider.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/Slider.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/Slider.test.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/SliderItem.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/SliderStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/index.d.ts +0 -0
- package/es/{src/Display → Display}/Slider/utils.d.ts +0 -0
- package/es/{src/Display → Display}/Swipeable/Swipeable.d.ts +0 -0
- package/es/{src/Display → Display}/Swipeable/Swipeable.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Swipeable/Swipeable.test.d.ts +0 -0
- package/es/{src/Display → Display}/Swipeable/SwipeableItem.d.ts +0 -0
- package/es/{src/Display → Display}/Swipeable/SwipeableStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Swipeable/index.d.ts +0 -0
- package/es/{src/Display → Display}/Tabs/TabPane.d.ts +0 -0
- package/es/{src/Display → Display}/Tabs/Tabs.d.ts +0 -0
- package/es/{src/Display → Display}/Tabs/Tabs.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Tabs/Tabs.test.d.ts +0 -0
- package/es/{src/Display → Display}/Tabs/TabsStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Tabs/index.d.ts +0 -0
- package/es/{src/Display → Display}/Tooltip/Tooltip.d.ts +0 -0
- package/es/{src/Display → Display}/Tooltip/Tooltip.stories.d.ts +0 -0
- package/es/{src/Display → Display}/Tooltip/Tooltip.test.d.ts +0 -0
- package/es/{src/Display → Display}/Tooltip/TooltipStyle.d.ts +0 -0
- package/es/{src/Display → Display}/Tooltip/index.d.ts +0 -0
- package/es/{src/General → General}/Alert/Alert.d.ts +0 -0
- package/es/{src/General → General}/Alert/Alert.stories.d.ts +0 -0
- package/es/{src/General → General}/Alert/Alert.test.d.ts +0 -0
- package/es/{src/General → General}/Alert/AlertStyle.d.ts +0 -0
- package/es/{src/General → General}/Alert/index.d.ts +0 -0
- package/es/{src/General → General}/Badge/Badge.d.ts +0 -0
- package/es/{src/General → General}/Badge/Badge.stories.d.ts +0 -0
- package/es/{src/General → General}/Badge/Badge.test.d.ts +0 -0
- package/es/{src/General → General}/Badge/BadgeStyle.d.ts +0 -0
- package/es/{src/General → General}/Badge/BadgeVariant.d.ts +0 -0
- package/es/{src/General → General}/Badge/index.d.ts +0 -0
- package/es/{src/General → General}/Brand/Brand.d.ts +0 -0
- package/es/{src/General → General}/Brand/Brand.stories.d.ts +0 -0
- package/es/{src/General → General}/Brand/Brand.test.d.ts +0 -0
- package/es/{src/General → General}/Brand/BrandStyle.d.ts +0 -0
- package/es/{src/General → General}/Brand/index.d.ts +0 -0
- package/es/{src/General → General}/Button/Button.d.ts +0 -0
- package/es/{src/General → General}/Button/Button.stories.d.ts +0 -0
- package/es/{src/General → General}/Button/Button.test.d.ts +0 -0
- package/es/{src/General → General}/Button/ButtonStyle.d.ts +0 -0
- package/es/{src/General → General}/Button/GhostButton.d.ts +0 -0
- package/es/{src/General → General}/Button/LinkButton.d.ts +0 -0
- package/es/{src/General → General}/Button/SolidButton.d.ts +0 -0
- package/es/{src/General → General}/Button/SolidShadowButton.d.ts +0 -0
- package/es/{src/General → General}/Button/index.d.ts +0 -0
- package/es/{src/General → General}/Divider/Divider.d.ts +0 -0
- package/es/{src/General → General}/Divider/Divider.stories.d.ts +0 -0
- package/es/{src/General → General}/Divider/Divider.test.d.ts +0 -0
- package/es/{src/General → General}/Divider/DividerStyle.d.ts +0 -0
- package/es/{src/General → General}/Divider/index.d.ts +0 -0
- package/es/{src/General → General}/Heading/Heading.d.ts +0 -0
- package/es/{src/General → General}/Heading/Heading.stories.d.ts +0 -0
- package/es/{src/General → General}/Heading/Heading.test.d.ts +0 -0
- package/es/{src/General → General}/Heading/HeadingStyle.d.ts +0 -0
- package/es/{src/General → General}/Heading/index.d.ts +0 -0
- package/es/{src/General → General}/Icon/Icon.d.ts +0 -0
- package/es/{src/General → General}/Icon/Icon.test.d.ts +0 -0
- package/es/{src/General → General}/Icon/IconStoriesHelpers.d.ts +0 -0
- package/es/{src/General → General}/Icon/IconStyle.d.ts +0 -0
- package/es/{src/General → General}/Icon/LegacyIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/AddCircleOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/AddCircleSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/AddIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowBackDoubleIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowBackIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowBackSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowDownCircleOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowDownIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowDownSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowNextDoubleIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowNextIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowNextSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowRoundBackIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowRoundForwardIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowUpIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ArrowUpSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/AsteriskSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/AttachmentIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BehanceIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BellIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BookmarkIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BookmarkOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BookmarkRoundedOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BoxWithHandleSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BriefcaseSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BuildingSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/BulletListIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CalendarIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CameraIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ChecklistIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CheckmarkIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CheckmarkSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CheckmarkThickIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CircleAndCheckIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CircleIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ClipboardCheckOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ClipboardIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ClockIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CloseCircleSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CloseIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CloudDownloadIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CloudUploadIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CodepenIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CommunityIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CompassIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ConnectionIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CopyIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CopyLinkIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CopyOutlinedIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/CurrencyIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DeleteIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DiscountSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DocumentCheckIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DotIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DoubleCheckmarkIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DoveIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DownloadIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DragArrowIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/DragStripesIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/EditIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/EditOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ExclamationIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ExitFullScreenIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ExternalLinkIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/EyeIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/EyeSlashedIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/EyeSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FacebookIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FileAlternateIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FileIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FilePreviewIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FileSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FilterIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FlagIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FolderIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/FullScreenIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/GithubIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/GlobeIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/GraduationHatIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/GroupIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/GuaranteeIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/HandIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/HandShakeIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/HeartIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/HeartSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/HelpIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/HomeIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/HourglassIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ImageIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/InfoIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/InfoSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/InstagramIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/JobOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/JobSearchIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/LightbulbIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/LightningOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/LineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/LinkedinIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/LoadingIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/LocationIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/LockSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MailIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MailSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MedalIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MenuHalfIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MenuIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MessageOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MessageOutlineIncomingIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MicIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MicOffIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MinusCircleIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MinusCircleSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MinusIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MoreHorizontalIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/MoreIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/NameTagIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/NotificationIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/NumberListIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/OnlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/PdfIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/PdfOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/PhoneIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/PowerIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/PuzzleIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/QuestionOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/QuotationIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/RefreshSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ReplyIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ResumeOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/RotateIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/RssIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SalaryIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SaveSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SearchIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SendIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SettingIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SettingSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ShareArrowIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ShareArrowOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ShareIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ShareOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ShareScreenIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ShieldCheckIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SpeakerIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SpeechBubbleIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SpeechBubbleOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/SpinnerIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/StackIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/StarCircleIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/StarIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/StarOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/TagIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/TaskIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/TelegramIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ThumbsUpIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ThumbsUpOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/TicketSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/TieIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/TrashIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/TvPlayIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/TwitterIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/UploadIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/UpvoteIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/UserCogIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/UserIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/UserWrenchIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/VideoIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/VideoOffIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ViewIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/VimeoIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/WarningCircleSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/WarningIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/WarningOutlineIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/WarningSolidIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/WhatsappIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/YoutubeIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/ZaloIcon.d.ts +0 -0
- package/es/{src/General → General}/Icon/components/index.d.ts +0 -0
- package/es/{src/General → General}/Icon/index.d.ts +0 -0
- package/es/{src/General → General}/Loading/Loading.d.ts +0 -0
- package/es/{src/General → General}/Loading/Loading.stories.d.ts +0 -0
- package/es/{src/General → General}/Loading/Loading.test.d.ts +0 -0
- package/es/{src/General → General}/Loading/LoadingStyle.d.ts +0 -0
- package/es/{src/General → General}/Loading/index.d.ts +0 -0
- package/es/{src/General → General}/ProfilePicture/ProfilePicture.d.ts +0 -0
- package/es/{src/General → General}/ProfilePicture/ProfilePicture.stories.d.ts +0 -0
- package/es/{src/General → General}/ProfilePicture/ProfilePicture.test.d.ts +0 -0
- package/es/{src/General → General}/ProfilePicture/ProfilePictureStyle.d.ts +0 -0
- package/es/{src/General → General}/ProfilePicture/index.d.ts +0 -0
- package/es/{src/General → General}/Tag/ActionTags/AddTag.d.ts +0 -0
- package/es/{src/General → General}/Tag/ActionTags/ResetTag.d.ts +0 -0
- package/es/{src/General → General}/Tag/BasicTag.d.ts +0 -0
- package/es/{src/General → General}/Tag/Tag.d.ts +0 -0
- package/es/{src/General → General}/Tag/Tag.stories.d.ts +0 -0
- package/es/{src/General → General}/Tag/Tag.test.d.ts +0 -0
- package/es/{src/General → General}/Tag/Tag.variant.test.d.ts +0 -0
- package/es/{src/General → General}/Tag/TagStyle.d.ts +0 -0
- package/es/{src/General → General}/Tag/index.d.ts +0 -0
- package/es/{src/General → General}/Typography/Paragraph.d.ts +0 -0
- package/es/{src/General → General}/Typography/Paragraph.stories.d.ts +0 -0
- package/es/{src/General → General}/Typography/Paragraph.test.d.ts +0 -0
- package/es/{src/General → General}/Typography/ParagraphStyles.d.ts +0 -0
- package/es/{src/General → General}/Typography/Title.d.ts +0 -0
- package/es/{src/General → General}/Typography/Title.stories.d.ts +0 -0
- package/es/{src/General → General}/Typography/Title.test.d.ts +0 -0
- package/es/{src/General → General}/Typography/TitleStyles.d.ts +0 -0
- package/es/{src/General → General}/Typography/Typography.d.ts +0 -0
- package/es/{src/General → General}/Typography/Typography.test.d.ts +0 -0
- package/es/{src/General → General}/Typography/index.d.ts +0 -0
- package/es/{src/Input → Input}/Checkbox/Checkbox.d.ts +0 -0
- package/es/{src/Input → Input}/Checkbox/Checkbox.stories.d.ts +0 -0
- package/es/{src/Input → Input}/Checkbox/Checkbox.test.d.ts +0 -0
- package/es/{src/Input → Input}/Checkbox/CheckboxStyle.d.ts +0 -0
- package/es/{src/Input → Input}/Checkbox/index.d.ts +0 -0
- package/es/{src/Input → Input}/Datepicker/Datepicker.d.ts +0 -0
- package/es/{src/Input → Input}/Datepicker/DatepickerStyle.d.ts +0 -0
- package/es/{src/Input → Input}/Datepicker/index.d.ts +0 -0
- package/es/{src/Input → Input}/DownshiftSelect/Select.d.ts +0 -0
- package/es/{src/Input → Input}/DownshiftSelect/Select.stories.d.ts +0 -0
- package/es/{src/Input → Input}/DownshiftSelect/Select.test.d.ts +0 -0
- package/es/{src/Input → Input}/DownshiftSelect/SelectStyle.d.ts +0 -0
- package/es/{src/Input → Input}/NumberInput/NumberInput.d.ts +0 -0
- package/es/{src/Input → Input}/NumberInput/NumberInput.stories.d.ts +0 -0
- package/es/{src/Input → Input}/NumberInput/NumberInput.test.d.ts +0 -0
- package/es/{src/Input → Input}/NumberInput/index.d.ts +0 -0
- package/es/{src/Input → Input}/PhoneNumberInput/PhoneNumberInput.d.ts +0 -0
- package/es/{src/Input → Input}/PhoneNumberInput/PhoneNumberInput.stories.d.ts +0 -0
- package/es/{src/Input → Input}/PhoneNumberInput/PhoneNumberInput.test.d.ts +0 -0
- package/es/{src/Input → Input}/PhoneNumberInput/PhoneNumberInputStyles.d.ts +0 -0
- package/es/{src/Input → Input}/RadioButton/RadioButton.d.ts +0 -0
- package/es/{src/Input → Input}/RadioButton/RadioButton.stories.d.ts +0 -0
- package/es/{src/Input → Input}/RadioButton/RadioButton.test.d.ts +0 -0
- package/es/{src/Input → Input}/RadioButton/RadioButtonStyle.d.ts +0 -0
- package/es/{src/Input → Input}/RadioButton/index.d.ts +0 -0
- package/es/{src/Input → Input}/SearchFilter/SearchFilterStyle.d.ts +0 -0
- package/es/{src/Input → Input}/Select/Select.d.ts +0 -0
- package/es/{src/Input → Input}/Select/Select.disableTyping.test.d.ts +0 -0
- package/es/{src/Input → Input}/Select/Select.noTypeChecking.test.d.ts +0 -0
- package/es/{src/Input → Input}/Select/Select.stories.d.ts +0 -0
- package/es/{src/Input → Input}/Select/Select.test.d.ts +0 -0
- package/es/{src/Input → Input}/Select/SelectItem.d.ts +0 -0
- package/es/{src/Input → Input}/Select/SelectList.d.ts +0 -0
- package/es/{src/Input → Input}/Select/SelectStyle.d.ts +0 -0
- package/es/{src/Input → Input}/Select/index.d.ts +0 -0
- package/es/{src/Input → Input}/Select/select.dynamicOptions.test.d.ts +0 -0
- package/es/{src/Input → Input}/TextField/TextField.d.ts +0 -0
- package/es/{src/Input → Input}/TextField/TextField.stories.d.ts +0 -0
- package/es/{src/Input → Input}/TextField/TextField.test.d.ts +0 -0
- package/es/{src/Input → Input}/TextField/TextFieldStyle.d.ts +0 -0
- package/es/{src/Input → Input}/TextField/index.d.ts +0 -0
- package/es/{src/Input → Input}/Textarea/Textarea.d.ts +0 -0
- package/es/{src/Input → Input}/Textarea/Textarea.stories.d.ts +0 -0
- package/es/{src/Input → Input}/Textarea/Textarea.test.d.ts +0 -0
- package/es/{src/Input → Input}/Textarea/TextareaStyle.d.ts +0 -0
- package/es/{src/Input → Input}/Textarea/index.d.ts +0 -0
- package/es/{src/Input → Input}/ToggleSwitch/Styles.d.ts +0 -0
- package/es/{src/Input → Input}/ToggleSwitch/ToggleSwitch.d.ts +0 -0
- package/es/{src/Input → Input}/ToggleSwitch/ToggleSwitch.stories.d.ts +0 -0
- package/es/{src/Input → Input}/ToggleSwitch/ToggleSwitch.test.d.ts +0 -0
- package/es/{src/Input → Input}/ToggleSwitch/index.d.ts +0 -0
- package/es/{src/Layout → Layout}/Box/Box.stories.d.ts +0 -0
- package/es/{src/Layout → Layout}/Box/Box.test.d.ts +0 -0
- package/es/{src/Layout → Layout}/Box/BoxStoryStyle.d.ts +0 -0
- package/es/{src/Layout → Layout}/Box/constants.d.ts +0 -0
- package/es/{src/Layout → Layout}/Box/index.d.ts +0 -0
- package/es/{src/Layout → Layout}/Box/types.d.ts +0 -0
- package/es/{src/Layout → Layout}/Flex/Flex.stories.d.ts +0 -0
- package/es/{src/Layout → Layout}/Flex/Flex.test.d.ts +0 -0
- package/es/{src/Layout → Layout}/Flex/FlexStoryStyle.d.ts +0 -0
- package/es/{src/Layout → Layout}/Flex/index.d.ts +0 -0
- package/es/{src/Layout → Layout}/Flex/types.d.ts +0 -0
- package/es/{src/Layout → Layout}/GlintsContainer/GlintsContainer.d.ts +0 -0
- package/es/{src/Layout → Layout}/Grid/Col.d.ts +0 -0
- package/es/{src/Layout → Layout}/Grid/Grid.test.d.ts +0 -0
- package/es/{src/Layout → Layout}/Grid/GridStoriesHelpers.d.ts +0 -0
- package/es/{src/Layout → Layout}/Grid/GridStyle.d.ts +0 -0
- package/es/{src/Layout → Layout}/Grid/Row.d.ts +0 -0
- package/es/{src/Layout → Layout}/Grid/index.d.ts +0 -0
- package/es/{src/Layout → Layout}/Spacing/index.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Breadcrumb/Breadcrumb.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Breadcrumb/Breadcrumb.test.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Breadcrumb/BreadcrumbItem.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Breadcrumb/BreadcrumbStyle.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Breadcrumb/index.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Drawer/Drawer.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Drawer/Drawer.stories.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Drawer/Drawer.test.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Drawer/DrawerStyle.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Drawer/index.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Dropdown/Dropdown.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Dropdown/Dropdown.stories.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Dropdown/Dropdown.test.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Dropdown/DropdownItem.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Dropdown/DropdownItem.test.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Dropdown/DropdownStyle.d.ts +0 -0
- package/es/{src/Navigation → Navigation}/Dropdown/index.d.ts +0 -0
- package/es/{src/Utils → Utils}/Colors.d.ts +0 -0
- package/es/{src/Utils → Utils}/Colors.test.d.ts +0 -0
- package/es/{src/Utils → Utils}/ColorsStoriesHelpers.d.ts +0 -0
- package/es/{src/Utils → Utils}/DelayedUnmount.d.ts +0 -0
- package/es/{src/Utils → Utils}/DomUtils.d.ts +0 -0
- package/es/{src/Utils → Utils}/Icon/IconLibrary.d.ts +0 -0
- package/es/{src/Utils → Utils}/Icon/generateIcons.d.ts +0 -0
- package/es/{src/Utils → Utils}/Matcher.d.ts +0 -0
- package/es/{src/Utils → Utils}/Shadow/Shadows.test.d.ts +0 -0
- package/es/{src/Utils → Utils}/Shadow/ShadowsStoriesHelpers.d.ts +0 -0
- package/es/{src/Utils → Utils}/Shadow/index.d.ts +0 -0
- package/es/{src/Utils → Utils}/StyleConfig.d.ts +0 -0
- package/es/{src/Utils → Utils}/Unit.d.ts +0 -0
- package/es/{src/Utils → Utils}/canWarn.d.ts +0 -0
- package/es/{src/Utils → Utils}/getReadableColor.d.ts +0 -0
- package/es/{src/Utils → Utils}/useOutsideAlerter.d.ts +0 -0
- package/es/{.storybook → helpers/storybook}/Decorators.d.ts +0 -0
- package/es/helpers/storybook/Decorators.js +7 -0
- package/es/{src/index.d.ts → index.d.ts} +0 -0
- package/es/{src/stories → stories}/story-components/AriesStatus.d.ts +0 -0
- package/lib/{src/@next → @next}/Alert/Alert.d.ts +1 -1
- package/lib/@next/Alert/Alert.js +3 -2
- package/lib/{src/@next → @next}/Alert/Alert.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Alert/AlertContext.d.ts +0 -0
- package/lib/{src/@next → @next}/Alert/AlertProvider.d.ts +0 -0
- package/lib/{src/@next → @next}/Alert/AlertStyle.d.ts +0 -0
- package/lib/@next/Alert/AlertWithProvider.d.ts +2 -0
- package/lib/@next/Alert/AlertWithProvider.js +5 -3
- package/lib/{src/@next → @next}/Alert/AlertWithProvider.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Alert/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Alert/useAlert.d.ts +0 -0
- package/lib/{src/@next → @next}/Avatar/Avatar.d.ts +1 -1
- package/lib/@next/Avatar/Avatar.js +3 -2
- package/lib/{src/@next → @next}/Avatar/Avatar.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Avatar/AvatarStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Avatar/index.d.ts +0 -0
- package/{es/src → lib}/@next/Badge/Badge.d.ts +1 -1
- package/lib/@next/Badge/Badge.js +3 -2
- package/lib/{src/@next → @next}/Badge/Badge.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Badge/BadgeStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Badge/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Banner/Banner.d.ts +1 -1
- package/lib/@next/Banner/Banner.js +3 -2
- package/lib/{src/@next → @next}/Banner/Banner.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Banner/BannerStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Banner/index.d.ts +0 -0
- package/{es/src → lib}/@next/Button/Button.d.ts +1 -1
- package/lib/@next/Button/Button.js +3 -2
- package/lib/{src/@next → @next}/Button/Button.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Button/ButtonStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Button/DesctructiveButton.stories.d.ts +0 -0
- package/lib/@next/Button/DesctructiveButtonStyle.d.ts +2 -0
- package/lib/{src/@next → @next}/Button/OutlineButton.stories.d.ts +0 -0
- package/lib/@next/Button/OutlineButtonStyle.d.ts +2 -0
- package/lib/{src/@next → @next}/Button/OutlineMonochromeButton.stories.d.ts +0 -0
- package/lib/@next/Button/OutlineMonochromeStyle.d.ts +2 -0
- package/lib/{src/@next → @next}/Button/PrimaryButton.stories.d.ts +0 -0
- package/lib/@next/Button/PrimaryButtonStyle.d.ts +2 -0
- package/lib/{src/@next → @next}/Button/index.d.ts +0 -0
- package/{es/src → lib}/@next/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/lib/@next/ButtonGroup/ButtonGroup.js +3 -2
- package/lib/{src/@next → @next}/ButtonGroup/ButtonGroup.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/ButtonGroup/ButtonGroupStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/ButtonGroup/index.d.ts +0 -0
- package/{es/src → lib}/@next/Checkbox/Checkbox.d.ts +1 -1
- package/lib/@next/Checkbox/Checkbox.js +3 -2
- package/lib/{src/@next → @next}/Checkbox/Checkbox.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Checkbox/CheckboxStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Checkbox/index.d.ts +0 -0
- package/lib/@next/CurrencyInput/CurrencyInput.d.ts +12 -0
- package/lib/@next/CurrencyInput/CurrencyInput.js +3 -2
- package/lib/{src/@next → @next}/CurrencyInput/CurrencyInput.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/CurrencyInput/CurrencyInput.test.d.ts +0 -0
- package/lib/@next/CurrencyInput/CurrencyStyles.d.ts +2 -0
- package/lib/{src/@next → @next}/CurrencyInput/index.d.ts +0 -0
- package/lib/@next/Divider/Divider.d.ts +3 -0
- package/lib/@next/Divider/Divider.js +5 -5
- package/lib/{src/@next → @next}/Divider/Divider.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Divider/DividerStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Divider/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/Icon.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/Icon.test.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/IconStoriesStyles.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiAccountCircleFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiAccountCircleLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiAdd.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiAddCircleFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiAddCircleLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiAlarmWarningFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiAlarmWarningLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowDownFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowDownLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowGoBackFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowGoBackLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowGoForwardFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowGoForwardLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowLeftFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowLeftLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowLeftRightFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowLeftRightLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowMDownFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowMDownLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowMLeftFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowMLeftLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowMRightFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowMRightLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowMUpFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowMUpLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowRightFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowRightLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowUpDownFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowUpDownLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowUpFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowUpLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowXsDownFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiArrowXsUpFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCalendarFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCalendarLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCheck.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCheckboxCircleFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCheckboxFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCheckboxIndeterminateFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCheckboxIndeterminateLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCheckboxLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiClose.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCloseCircleFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCloseCircleLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiCoinsLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiDeleteBinFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiDeleteBinLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiErrorWarningFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiErrorWarningLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiFacebookCircleLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiInformationFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiInformationLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiInstagramLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiLinkedInLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiLoader.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiMapLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiMessageFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiMessageLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiMinus.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiPencilFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiPencilLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiQuestionFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiQuestionLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiReplyFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiReplyLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiSearch.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiSendPlaneFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiSendPlaneLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiSettingsFill.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiSettingsLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/RiTwitterLine.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/components/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/icons/icons.d.ts +0 -0
- package/lib/{src/@next → @next}/Icon/index.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/IndexTable.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/IndexTable.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/components/Checkbox/Checkbox.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/components/Checkbox/CheckboxStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/components/Checkbox/index.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/components/Row/Row.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/components/Row/index.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/index.d.ts +0 -0
- package/lib/{src/@next → @next}/IndexTable/indexTableStoryHelper/ButtonGroupStyle.d.ts +1 -1
- package/{es/src → lib}/@next/Input/Input.d.ts +1 -1
- package/lib/@next/Input/Input.js +3 -2
- package/lib/{src/@next → @next}/Input/InputStyle.d.ts +0 -0
- package/lib/@next/NumberInput/NumberInput.d.ts +4 -0
- package/lib/@next/NumberInput/NumberInput.js +3 -2
- package/lib/{src/@next → @next}/NumberInput/NumberInput.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/NumberInput/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Pagination/PageButton.d.ts +0 -0
- package/lib/@next/Pagination/Pagination.d.ts +3 -0
- package/lib/@next/Pagination/Pagination.js +5 -3
- package/lib/{src/@next → @next}/Pagination/Pagination.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Pagination/PaginationStyle.d.ts +2 -2
- package/lib/@next/Pagination/SimplePagination.d.ts +3 -0
- package/lib/@next/Pagination/SimplePagination.js +5 -3
- package/lib/{src/@next → @next}/Pagination/SimplePagination.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Pagination/Stepper.d.ts +0 -0
- package/lib/{src/@next → @next}/Pagination/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Pagination/paginationUtils.d.ts +0 -0
- package/lib/{src/@next → @next}/Popover/Popover.d.ts +3 -3
- package/lib/@next/Popover/Popover.js +6 -3
- package/lib/{src/@next → @next}/Popover/Popover.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Popover/PopoverFilter.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Popover/PopoverStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Popover/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Popover/popoverStoryHelper/CheckboxGroup.d.ts +0 -0
- package/lib/{src/@next → @next}/Popover/popoverStoryHelper/SalarySelector.d.ts +0 -0
- package/lib/{src/@next → @next}/RadioButton/RadioButton.d.ts +1 -1
- package/lib/@next/RadioButton/RadioButton.js +3 -2
- package/lib/{src/@next → @next}/RadioButton/RadioButton.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/RadioButton/RadioButtonStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/RadioButton/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Spinner/Spinner.d.ts +0 -0
- package/lib/{src/@next → @next}/Tabs/Tab.d.ts +0 -0
- package/lib/{src/@next → @next}/Tabs/TabStyle.d.ts +0 -0
- package/{es/src → lib}/@next/Tabs/Tabs.d.ts +1 -1
- package/lib/@next/Tabs/Tabs.js +5 -3
- package/lib/{src/@next → @next}/Tabs/Tabs.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Tabs/TabsStoriesStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Tabs/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Tag/Tag.d.ts +1 -1
- package/lib/@next/Tag/Tag.js +5 -3
- package/lib/{src/@next → @next}/Tag/Tag.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Tag/TagStyle.d.ts +0 -0
- package/lib/{src/@next → @next}/Tag/index.d.ts +0 -0
- package/lib/@next/TextInput/TextInput.d.ts +8 -0
- package/lib/@next/TextInput/TextInput.js +3 -2
- package/lib/{src/@next → @next}/TextInput/TextInput.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/TextInput/index.d.ts +0 -0
- package/lib/{src/@next → @next}/Typography/Typography.d.ts +0 -0
- package/lib/{src/@next → @next}/Typography/Typography.stories.d.ts +0 -0
- package/lib/{src/@next → @next}/Typography/Typography.test.d.ts +0 -0
- package/lib/{src/@next → @next}/Typography/TypographyStyles.d.ts +0 -0
- package/lib/{src/@next → @next}/Typography/index.d.ts +0 -0
- package/lib/{src/@next → @next}/index.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/borderRadius/BorderRadius.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/borderRadius/index.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/breakpoints/Breakpoints.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/breakpoints/index.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/colors/blue.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/colors/green.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/colors/index.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/colors/neutral.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/colors/orange.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/colors/red.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/colors/yellow.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/dropShadow/DropShadow.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/dropShadow/index.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/fonts/Fonts.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/fonts/index.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/spacing/Spacing.d.ts +0 -0
- package/lib/{src/@next → @next}/utilities/spacing/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Accordion/Accordion.d.ts +0 -0
- package/lib/{src/Display → Display}/Accordion/Accordion.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Accordion/Accordion.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Accordion/AccordionPanel.d.ts +0 -0
- package/lib/{src/Display → Display}/Accordion/AccordionStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Accordion/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Collapsible/Collapsible.d.ts +0 -0
- package/lib/{src/Display → Display}/Collapsible/Collapsible.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Collapsible/Collapsible.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Collapsible/CollapsibleStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Collapsible/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Gallery/Gallery.d.ts +0 -0
- package/lib/{src/Display → Display}/Gallery/Gallery.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Gallery/Gallery.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Gallery/GalleryStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Gallery/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Modal/Modal.d.ts +0 -0
- package/lib/{src/Display → Display}/Modal/Modal.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Modal/Modal.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Modal/ModalStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Modal/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Modal/utils.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/PointingModal.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/PointingModal.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/PointingModal.test.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/PointingModalBody.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/PointingModalFooter.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/PointingModalHeader.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/PointingModalItem.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/PointingModalStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/PointingModal/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Popover/Popover.d.ts +0 -0
- package/lib/{src/Display → Display}/Popover/Popover.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Popover/Popover.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Popover/PopoverStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Popover/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/LeftArrow.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/RightArrow.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/Slider.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/Slider.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/Slider.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/SliderItem.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/SliderStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Slider/utils.d.ts +0 -0
- package/lib/{src/Display → Display}/Swipeable/Swipeable.d.ts +0 -0
- package/lib/{src/Display → Display}/Swipeable/Swipeable.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Swipeable/Swipeable.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Swipeable/SwipeableItem.d.ts +0 -0
- package/lib/{src/Display → Display}/Swipeable/SwipeableStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Swipeable/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Tabs/TabPane.d.ts +0 -0
- package/lib/{src/Display → Display}/Tabs/Tabs.d.ts +0 -0
- package/lib/{src/Display → Display}/Tabs/Tabs.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Tabs/Tabs.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Tabs/TabsStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Tabs/index.d.ts +0 -0
- package/lib/{src/Display → Display}/Tooltip/Tooltip.d.ts +0 -0
- package/lib/{src/Display → Display}/Tooltip/Tooltip.stories.d.ts +0 -0
- package/lib/{src/Display → Display}/Tooltip/Tooltip.test.d.ts +0 -0
- package/lib/{src/Display → Display}/Tooltip/TooltipStyle.d.ts +0 -0
- package/lib/{src/Display → Display}/Tooltip/index.d.ts +0 -0
- package/lib/{src/General → General}/Alert/Alert.d.ts +0 -0
- package/lib/{src/General → General}/Alert/Alert.stories.d.ts +0 -0
- package/lib/{src/General → General}/Alert/Alert.test.d.ts +0 -0
- package/lib/{src/General → General}/Alert/AlertStyle.d.ts +0 -0
- package/lib/{src/General → General}/Alert/index.d.ts +0 -0
- package/lib/{src/General → General}/Badge/Badge.d.ts +0 -0
- package/lib/{src/General → General}/Badge/Badge.stories.d.ts +0 -0
- package/lib/{src/General → General}/Badge/Badge.test.d.ts +0 -0
- package/lib/{src/General → General}/Badge/BadgeStyle.d.ts +0 -0
- package/lib/{src/General → General}/Badge/BadgeVariant.d.ts +0 -0
- package/lib/{src/General → General}/Badge/index.d.ts +0 -0
- package/lib/{src/General → General}/Brand/Brand.d.ts +0 -0
- package/lib/{src/General → General}/Brand/Brand.stories.d.ts +0 -0
- package/lib/{src/General → General}/Brand/Brand.test.d.ts +0 -0
- package/lib/{src/General → General}/Brand/BrandStyle.d.ts +0 -0
- package/lib/{src/General → General}/Brand/index.d.ts +0 -0
- package/lib/{src/General → General}/Button/Button.d.ts +0 -0
- package/lib/{src/General → General}/Button/Button.stories.d.ts +0 -0
- package/lib/{src/General → General}/Button/Button.test.d.ts +0 -0
- package/lib/{src/General → General}/Button/ButtonStyle.d.ts +0 -0
- package/lib/{src/General → General}/Button/GhostButton.d.ts +0 -0
- package/lib/{src/General → General}/Button/LinkButton.d.ts +0 -0
- package/lib/{src/General → General}/Button/SolidButton.d.ts +0 -0
- package/lib/{src/General → General}/Button/SolidShadowButton.d.ts +0 -0
- package/lib/{src/General → General}/Button/index.d.ts +0 -0
- package/lib/{src/General → General}/Divider/Divider.d.ts +0 -0
- package/lib/{src/General → General}/Divider/Divider.stories.d.ts +0 -0
- package/lib/{src/General → General}/Divider/Divider.test.d.ts +0 -0
- package/lib/{src/General → General}/Divider/DividerStyle.d.ts +0 -0
- package/lib/{src/General → General}/Divider/index.d.ts +0 -0
- package/lib/{src/General → General}/Heading/Heading.d.ts +0 -0
- package/lib/{src/General → General}/Heading/Heading.stories.d.ts +0 -0
- package/lib/{src/General → General}/Heading/Heading.test.d.ts +0 -0
- package/lib/{src/General → General}/Heading/HeadingStyle.d.ts +0 -0
- package/lib/{src/General → General}/Heading/index.d.ts +0 -0
- package/lib/{src/General → General}/Icon/Icon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/Icon.test.d.ts +0 -0
- package/lib/{src/General → General}/Icon/IconStoriesHelpers.d.ts +0 -0
- package/lib/{src/General → General}/Icon/IconStyle.d.ts +0 -0
- package/lib/{src/General → General}/Icon/LegacyIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/AddCircleOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/AddCircleSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/AddIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowBackDoubleIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowBackIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowBackSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowDownCircleOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowDownIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowDownSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowNextDoubleIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowNextIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowNextSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowRoundBackIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowRoundForwardIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowUpIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ArrowUpSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/AsteriskSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/AttachmentIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BehanceIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BellIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BookmarkIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BookmarkOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BookmarkRoundedOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BoxWithHandleSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BriefcaseSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BuildingSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/BulletListIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CalendarIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CameraIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ChecklistIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CheckmarkIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CheckmarkSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CheckmarkThickIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CircleAndCheckIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CircleIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ClipboardCheckOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ClipboardIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ClockIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CloseCircleSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CloseIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CloudDownloadIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CloudUploadIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CodepenIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CommunityIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CompassIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ConnectionIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CopyIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CopyLinkIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CopyOutlinedIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/CurrencyIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DeleteIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DiscountSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DocumentCheckIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DotIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DoubleCheckmarkIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DoveIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DownloadIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DragArrowIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/DragStripesIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/EditIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/EditOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ExclamationIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ExitFullScreenIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ExternalLinkIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/EyeIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/EyeSlashedIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/EyeSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FacebookIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FileAlternateIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FileIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FilePreviewIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FileSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FilterIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FlagIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FolderIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/FullScreenIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/GithubIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/GlobeIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/GraduationHatIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/GroupIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/GuaranteeIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/HandIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/HandShakeIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/HeartIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/HeartSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/HelpIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/HomeIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/HourglassIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ImageIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/InfoIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/InfoSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/InstagramIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/JobOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/JobSearchIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/LightbulbIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/LightningOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/LineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/LinkedinIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/LoadingIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/LocationIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/LockSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MailIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MailSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MedalIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MenuHalfIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MenuIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MessageOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MessageOutlineIncomingIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MicIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MicOffIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MinusCircleIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MinusCircleSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MinusIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MoreHorizontalIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/MoreIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/NameTagIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/NotificationIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/NumberListIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/OnlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/PdfIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/PdfOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/PhoneIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/PowerIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/PuzzleIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/QuestionOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/QuotationIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/RefreshSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ReplyIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ResumeOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/RotateIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/RssIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SalaryIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SaveSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SearchIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SendIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SettingIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SettingSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ShareArrowIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ShareArrowOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ShareIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ShareOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ShareScreenIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ShieldCheckIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SpeakerIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SpeechBubbleIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SpeechBubbleOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/SpinnerIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/StackIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/StarCircleIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/StarIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/StarOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/TagIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/TaskIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/TelegramIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ThumbsUpIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ThumbsUpOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/TicketSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/TieIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/TrashIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/TvPlayIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/TwitterIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/UploadIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/UpvoteIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/UserCogIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/UserIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/UserWrenchIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/VideoIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/VideoOffIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ViewIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/VimeoIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/WarningCircleSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/WarningIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/WarningOutlineIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/WarningSolidIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/WhatsappIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/YoutubeIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/ZaloIcon.d.ts +0 -0
- package/lib/{src/General → General}/Icon/components/index.d.ts +0 -0
- package/lib/{src/General → General}/Icon/index.d.ts +0 -0
- package/lib/{src/General → General}/Loading/Loading.d.ts +0 -0
- package/lib/{src/General → General}/Loading/Loading.stories.d.ts +0 -0
- package/lib/{src/General → General}/Loading/Loading.test.d.ts +0 -0
- package/lib/{src/General → General}/Loading/LoadingStyle.d.ts +0 -0
- package/lib/{src/General → General}/Loading/index.d.ts +0 -0
- package/lib/{src/General → General}/ProfilePicture/ProfilePicture.d.ts +0 -0
- package/lib/{src/General → General}/ProfilePicture/ProfilePicture.stories.d.ts +0 -0
- package/lib/{src/General → General}/ProfilePicture/ProfilePicture.test.d.ts +0 -0
- package/lib/{src/General → General}/ProfilePicture/ProfilePictureStyle.d.ts +0 -0
- package/lib/{src/General → General}/ProfilePicture/index.d.ts +0 -0
- package/lib/{src/General → General}/Tag/ActionTags/AddTag.d.ts +0 -0
- package/lib/{src/General → General}/Tag/ActionTags/ResetTag.d.ts +0 -0
- package/lib/{src/General → General}/Tag/BasicTag.d.ts +0 -0
- package/lib/{src/General → General}/Tag/Tag.d.ts +0 -0
- package/lib/{src/General → General}/Tag/Tag.stories.d.ts +0 -0
- package/lib/{src/General → General}/Tag/Tag.test.d.ts +0 -0
- package/lib/{src/General → General}/Tag/Tag.variant.test.d.ts +0 -0
- package/lib/{src/General → General}/Tag/TagStyle.d.ts +0 -0
- package/lib/{src/General → General}/Tag/index.d.ts +0 -0
- package/lib/{src/General → General}/Typography/Paragraph.d.ts +0 -0
- package/lib/{src/General → General}/Typography/Paragraph.stories.d.ts +0 -0
- package/lib/{src/General → General}/Typography/Paragraph.test.d.ts +0 -0
- package/lib/{src/General → General}/Typography/ParagraphStyles.d.ts +0 -0
- package/lib/{src/General → General}/Typography/Title.d.ts +0 -0
- package/lib/{src/General → General}/Typography/Title.stories.d.ts +0 -0
- package/lib/{src/General → General}/Typography/Title.test.d.ts +0 -0
- package/lib/{src/General → General}/Typography/TitleStyles.d.ts +0 -0
- package/lib/{src/General → General}/Typography/Typography.d.ts +0 -0
- package/lib/{src/General → General}/Typography/Typography.test.d.ts +0 -0
- package/lib/{src/General → General}/Typography/index.d.ts +0 -0
- package/lib/{src/Input → Input}/Checkbox/Checkbox.d.ts +0 -0
- package/lib/{src/Input → Input}/Checkbox/Checkbox.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/Checkbox/Checkbox.test.d.ts +0 -0
- package/lib/{src/Input → Input}/Checkbox/CheckboxStyle.d.ts +0 -0
- package/lib/{src/Input → Input}/Checkbox/index.d.ts +0 -0
- package/lib/{src/Input → Input}/Datepicker/Datepicker.d.ts +0 -0
- package/lib/{src/Input → Input}/Datepicker/DatepickerStyle.d.ts +0 -0
- package/lib/{src/Input → Input}/Datepicker/index.d.ts +0 -0
- package/lib/{src/Input → Input}/DownshiftSelect/Select.d.ts +0 -0
- package/lib/{src/Input → Input}/DownshiftSelect/Select.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/DownshiftSelect/Select.test.d.ts +0 -0
- package/lib/{src/Input → Input}/DownshiftSelect/SelectStyle.d.ts +0 -0
- package/lib/{src/Input → Input}/NumberInput/NumberInput.d.ts +0 -0
- package/lib/{src/Input → Input}/NumberInput/NumberInput.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/NumberInput/NumberInput.test.d.ts +0 -0
- package/lib/{src/Input → Input}/NumberInput/index.d.ts +0 -0
- package/lib/{src/Input → Input}/PhoneNumberInput/PhoneNumberInput.d.ts +0 -0
- package/lib/{src/Input → Input}/PhoneNumberInput/PhoneNumberInput.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/PhoneNumberInput/PhoneNumberInput.test.d.ts +0 -0
- package/lib/{src/Input → Input}/PhoneNumberInput/PhoneNumberInputStyles.d.ts +0 -0
- package/lib/{src/Input → Input}/RadioButton/RadioButton.d.ts +0 -0
- package/lib/{src/Input → Input}/RadioButton/RadioButton.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/RadioButton/RadioButton.test.d.ts +0 -0
- package/lib/{src/Input → Input}/RadioButton/RadioButtonStyle.d.ts +0 -0
- package/lib/{src/Input → Input}/RadioButton/index.d.ts +0 -0
- package/lib/{src/Input → Input}/SearchFilter/SearchFilterStyle.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/Select.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/Select.disableTyping.test.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/Select.noTypeChecking.test.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/Select.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/Select.test.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/SelectItem.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/SelectList.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/SelectStyle.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/index.d.ts +0 -0
- package/lib/{src/Input → Input}/Select/select.dynamicOptions.test.d.ts +0 -0
- package/lib/{src/Input → Input}/TextField/TextField.d.ts +0 -0
- package/lib/{src/Input → Input}/TextField/TextField.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/TextField/TextField.test.d.ts +0 -0
- package/lib/{src/Input → Input}/TextField/TextFieldStyle.d.ts +0 -0
- package/lib/{src/Input → Input}/TextField/index.d.ts +0 -0
- package/lib/{src/Input → Input}/Textarea/Textarea.d.ts +0 -0
- package/lib/{src/Input → Input}/Textarea/Textarea.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/Textarea/Textarea.test.d.ts +0 -0
- package/lib/{src/Input → Input}/Textarea/TextareaStyle.d.ts +0 -0
- package/lib/{src/Input → Input}/Textarea/index.d.ts +0 -0
- package/lib/{src/Input → Input}/ToggleSwitch/Styles.d.ts +0 -0
- package/lib/{src/Input → Input}/ToggleSwitch/ToggleSwitch.d.ts +0 -0
- package/lib/{src/Input → Input}/ToggleSwitch/ToggleSwitch.stories.d.ts +0 -0
- package/lib/{src/Input → Input}/ToggleSwitch/ToggleSwitch.test.d.ts +0 -0
- package/lib/{src/Input → Input}/ToggleSwitch/index.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Box/Box.stories.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Box/Box.test.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Box/BoxStoryStyle.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Box/constants.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Box/index.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Box/types.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Flex/Flex.stories.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Flex/Flex.test.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Flex/FlexStoryStyle.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Flex/index.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Flex/types.d.ts +0 -0
- package/lib/{src/Layout → Layout}/GlintsContainer/GlintsContainer.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Grid/Col.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Grid/Grid.test.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Grid/GridStoriesHelpers.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Grid/GridStyle.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Grid/Row.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Grid/index.d.ts +0 -0
- package/lib/{src/Layout → Layout}/Spacing/index.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Breadcrumb/Breadcrumb.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Breadcrumb/Breadcrumb.test.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Breadcrumb/BreadcrumbItem.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Breadcrumb/BreadcrumbStyle.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Breadcrumb/index.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Drawer/Drawer.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Drawer/Drawer.stories.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Drawer/Drawer.test.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Drawer/DrawerStyle.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Drawer/index.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Dropdown/Dropdown.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Dropdown/Dropdown.stories.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Dropdown/Dropdown.test.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Dropdown/DropdownItem.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Dropdown/DropdownItem.test.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Dropdown/DropdownStyle.d.ts +0 -0
- package/lib/{src/Navigation → Navigation}/Dropdown/index.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Colors.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Colors.test.d.ts +0 -0
- package/lib/{src/Utils → Utils}/ColorsStoriesHelpers.d.ts +0 -0
- package/lib/{src/Utils → Utils}/DelayedUnmount.d.ts +0 -0
- package/lib/{src/Utils → Utils}/DomUtils.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Icon/IconLibrary.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Icon/generateIcons.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Matcher.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Shadow/Shadows.test.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Shadow/ShadowsStoriesHelpers.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Shadow/index.d.ts +0 -0
- package/lib/{src/Utils → Utils}/StyleConfig.d.ts +0 -0
- package/lib/{src/Utils → Utils}/Unit.d.ts +0 -0
- package/lib/{src/Utils → Utils}/canWarn.d.ts +0 -0
- package/lib/{src/Utils → Utils}/getReadableColor.d.ts +0 -0
- package/lib/{src/Utils → Utils}/useOutsideAlerter.d.ts +0 -0
- package/lib/{.storybook → helpers/storybook}/Decorators.d.ts +0 -0
- package/lib/helpers/storybook/Decorators.js +12 -0
- package/lib/{src/index.d.ts → index.d.ts} +0 -0
- package/lib/{src/stories → stories}/story-components/AriesStatus.d.ts +0 -0
- package/package.json +3 -3
- package/es/@next/Alert/Alert.stories.js +0 -43
- package/es/@next/Alert/AlertWithProvider.stories.js +0 -42
- package/es/@next/Avatar/Avatar.stories.js +0 -18
- package/es/@next/Badge/Badge.stories.js +0 -28
- package/es/@next/Banner/Banner.stories.js +0 -34
- package/es/@next/Button/Button.stories.js +0 -51
- package/es/@next/Button/DesctructiveButton.stories.js +0 -19
- package/es/@next/Button/OutlineButton.stories.js +0 -19
- package/es/@next/Button/OutlineMonochromeButton.stories.js +0 -20
- package/es/@next/Button/PrimaryButton.stories.js +0 -19
- package/es/@next/ButtonGroup/ButtonGroup.stories.js +0 -30
- package/es/@next/Checkbox/Checkbox.stories.js +0 -18
- package/es/@next/CurrencyInput/CurrencyInput.stories.js +0 -25
- package/es/@next/Divider/Divider.stories.js +0 -16
- package/es/@next/IndexTable/IndexTable.stories.js +0 -162
- package/es/@next/NumberInput/NumberInput.stories.js +0 -20
- package/es/@next/Pagination/Pagination.stories.js +0 -42
- package/es/@next/Pagination/SimplePagination.stories.js +0 -42
- package/es/@next/Popover/Popover.stories.js +0 -132
- package/es/@next/Popover/PopoverFilter.stories.js +0 -145
- package/es/@next/RadioButton/RadioButton.stories.js +0 -56
- package/es/@next/Tabs/Tabs.stories.js +0 -51
- package/es/@next/Tag/Tag.stories.js +0 -63
- package/es/@next/TextInput/TextInput.stories.js +0 -35
- package/es/@next/Typography/Typography.stories.js +0 -34
- package/es/Display/Accordion/Accordion.stories.js +0 -65
- package/es/Display/Collapsible/Collapsible.stories.js +0 -24
- package/es/Display/Gallery/Gallery.stories.js +0 -56
- package/es/Display/Modal/Modal.stories.js +0 -83
- package/es/Display/PointingModal/PointingModal.stories.js +0 -31
- package/es/Display/Popover/Popover.stories.js +0 -37
- package/es/Display/Slider/Slider.stories.js +0 -115
- package/es/Display/Swipeable/Swipeable.stories.js +0 -25
- package/es/Display/Tabs/Tabs.stories.js +0 -105
- package/es/Display/Tooltip/Tooltip.stories.js +0 -49
- package/es/General/Alert/Alert.stories.js +0 -40
- package/es/General/Badge/Badge.stories.js +0 -37
- package/es/General/Brand/Brand.stories.js +0 -40
- package/es/General/Button/Button.stories.js +0 -151
- package/es/General/Divider/Divider.stories.js +0 -18
- package/es/General/Heading/Heading.stories.js +0 -21
- package/es/General/Loading/Loading.stories.js +0 -15
- package/es/General/ProfilePicture/ProfilePicture.stories.js +0 -17
- package/es/General/Tag/Tag.stories.js +0 -68
- package/es/General/Typography/Paragraph.stories.js +0 -55
- package/es/General/Typography/Title.stories.js +0 -47
- package/es/Input/Checkbox/Checkbox.stories.js +0 -88
- package/es/Input/DownshiftSelect/Select.stories.js +0 -502
- package/es/Input/NumberInput/NumberInput.stories.js +0 -37
- package/es/Input/PhoneNumberInput/PhoneNumberInput.stories.js +0 -122
- package/es/Input/RadioButton/RadioButton.stories.js +0 -42
- package/es/Input/Select/Select.stories.js +0 -133
- package/es/Input/TextField/TextField.stories.js +0 -57
- package/es/Input/Textarea/Textarea.stories.js +0 -22
- package/es/Input/ToggleSwitch/ToggleSwitch.stories.js +0 -33
- package/es/Layout/Box/Box.stories.js +0 -39
- package/es/Layout/Flex/Flex.stories.js +0 -30
- package/es/Navigation/Breadcrumb/Breadcrumb.stories.js +0 -38
- package/es/Navigation/Drawer/Drawer.stories.js +0 -30
- package/es/Navigation/Dropdown/Dropdown.stories.js +0 -61
- package/es/src/@next/Alert/AlertWithProvider.d.ts +0 -2
- package/es/src/@next/Button/DesctructiveButtonStyle.d.ts +0 -2
- package/es/src/@next/Button/OutlineButtonStyle.d.ts +0 -2
- package/es/src/@next/Button/OutlineMonochromeStyle.d.ts +0 -2
- package/es/src/@next/Button/PrimaryButtonStyle.d.ts +0 -2
- package/es/src/@next/CurrencyInput/CurrencyInput.d.ts +0 -8
- package/es/src/@next/CurrencyInput/CurrencyStyles.d.ts +0 -2
- package/es/src/@next/Divider/Divider.d.ts +0 -3
- package/es/src/@next/NumberInput/NumberInput.d.ts +0 -4
- package/es/src/@next/Pagination/Pagination.d.ts +0 -3
- package/es/src/@next/Pagination/SimplePagination.d.ts +0 -3
- package/es/src/@next/TextInput/TextInput.d.ts +0 -6
- package/lib/@next/Alert/Alert.stories.js +0 -52
- package/lib/@next/Alert/AlertWithProvider.stories.js +0 -49
- package/lib/@next/Avatar/Avatar.stories.js +0 -25
- package/lib/@next/Badge/Badge.stories.js +0 -35
- package/lib/@next/Banner/Banner.stories.js +0 -42
- package/lib/@next/Button/Button.stories.js +0 -59
- package/lib/@next/Button/DesctructiveButton.stories.js +0 -26
- package/lib/@next/Button/OutlineButton.stories.js +0 -26
- package/lib/@next/Button/OutlineMonochromeButton.stories.js +0 -27
- package/lib/@next/Button/PrimaryButton.stories.js +0 -26
- package/lib/@next/ButtonGroup/ButtonGroup.stories.js +0 -37
- package/lib/@next/Checkbox/Checkbox.stories.js +0 -25
- package/lib/@next/CurrencyInput/CurrencyInput.stories.js +0 -32
- package/lib/@next/Divider/Divider.stories.js +0 -23
- package/lib/@next/IndexTable/IndexTable.stories.js +0 -169
- package/lib/@next/NumberInput/NumberInput.stories.js +0 -27
- package/lib/@next/Pagination/Pagination.stories.js +0 -51
- package/lib/@next/Pagination/SimplePagination.stories.js +0 -51
- package/lib/@next/Popover/Popover.stories.js +0 -141
- package/lib/@next/Popover/PopoverFilter.stories.js +0 -154
- package/lib/@next/RadioButton/RadioButton.stories.js +0 -65
- package/lib/@next/Tabs/Tabs.stories.js +0 -60
- package/lib/@next/Tag/Tag.stories.js +0 -72
- package/lib/@next/TextInput/TextInput.stories.js +0 -43
- package/lib/@next/Typography/Typography.stories.js +0 -45
- package/lib/Display/Accordion/Accordion.stories.js +0 -74
- package/lib/Display/Collapsible/Collapsible.stories.js +0 -31
- package/lib/Display/Gallery/Gallery.stories.js +0 -64
- package/lib/Display/Modal/Modal.stories.js +0 -96
- package/lib/Display/PointingModal/PointingModal.stories.js +0 -38
- package/lib/Display/Popover/Popover.stories.js +0 -44
- package/lib/Display/Slider/Slider.stories.js +0 -129
- package/lib/Display/Swipeable/Swipeable.stories.js +0 -32
- package/lib/Display/Tabs/Tabs.stories.js +0 -115
- package/lib/Display/Tooltip/Tooltip.stories.js +0 -58
- package/lib/General/Alert/Alert.stories.js +0 -49
- package/lib/General/Badge/Badge.stories.js +0 -45
- package/lib/General/Brand/Brand.stories.js +0 -48
- package/lib/General/Button/Button.stories.js +0 -164
- package/lib/General/Divider/Divider.stories.js +0 -27
- package/lib/General/Heading/Heading.stories.js +0 -28
- package/lib/General/Loading/Loading.stories.js +0 -23
- package/lib/General/ProfilePicture/ProfilePicture.stories.js +0 -25
- package/lib/General/Tag/Tag.stories.js +0 -78
- package/lib/General/Typography/Paragraph.stories.js +0 -67
- package/lib/General/Typography/Title.stories.js +0 -58
- package/lib/Input/Checkbox/Checkbox.stories.js +0 -101
- package/lib/Input/DownshiftSelect/Select.stories.js +0 -537
- package/lib/Input/NumberInput/NumberInput.stories.js +0 -48
- package/lib/Input/PhoneNumberInput/PhoneNumberInput.stories.js +0 -135
- package/lib/Input/RadioButton/RadioButton.stories.js +0 -53
- package/lib/Input/Select/Select.stories.js +0 -151
- package/lib/Input/TextField/TextField.stories.js +0 -71
- package/lib/Input/Textarea/Textarea.stories.js +0 -31
- package/lib/Input/ToggleSwitch/ToggleSwitch.stories.js +0 -42
- package/lib/Layout/Box/Box.stories.js +0 -49
- package/lib/Layout/Flex/Flex.stories.js +0 -39
- package/lib/Navigation/Breadcrumb/Breadcrumb.stories.js +0 -47
- package/lib/Navigation/Drawer/Drawer.stories.js +0 -39
- package/lib/Navigation/Dropdown/Dropdown.stories.js +0 -74
- package/lib/src/@next/Alert/AlertWithProvider.d.ts +0 -2
- package/lib/src/@next/Button/DesctructiveButtonStyle.d.ts +0 -2
- package/lib/src/@next/Button/OutlineButtonStyle.d.ts +0 -2
- package/lib/src/@next/Button/OutlineMonochromeStyle.d.ts +0 -2
- package/lib/src/@next/Button/PrimaryButtonStyle.d.ts +0 -2
- package/lib/src/@next/CurrencyInput/CurrencyInput.d.ts +0 -8
- package/lib/src/@next/CurrencyInput/CurrencyStyles.d.ts +0 -2
- package/lib/src/@next/Divider/Divider.d.ts +0 -3
- package/lib/src/@next/NumberInput/NumberInput.d.ts +0 -4
- package/lib/src/@next/Pagination/Pagination.d.ts +0 -3
- package/lib/src/@next/Pagination/SimplePagination.d.ts +0 -3
- package/lib/src/@next/TextInput/TextInput.d.ts +0 -6
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* eslint-disable react/jsx-key */
|
|
2
|
-
import React, { useState } from 'react';
|
|
3
|
-
import { Tabs } from './Tabs';
|
|
4
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
5
|
-
import { Typography } from '../Typography';
|
|
6
|
-
import { StyledColumn, StyledHeaderColumn, StyledRow, StyledTable } from './TabsStoriesStyle';
|
|
7
|
-
Tabs.displayName = 'Tabs';
|
|
8
|
-
export default {
|
|
9
|
-
title: '@next/Tabs',
|
|
10
|
-
component: Tabs,
|
|
11
|
-
decorators: [function (Story) {
|
|
12
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
13
|
-
}]
|
|
14
|
-
};
|
|
15
|
-
var Template = function Template(args) {
|
|
16
|
-
var _useState = useState(args.selected || 0),
|
|
17
|
-
selected = _useState[0],
|
|
18
|
-
setSelected = _useState[1];
|
|
19
|
-
var tabs = [{
|
|
20
|
-
id: 'id-tab-1',
|
|
21
|
-
content: 'Tab #1'
|
|
22
|
-
}, {
|
|
23
|
-
id: 'id-tab-2',
|
|
24
|
-
content: 'Tab #2'
|
|
25
|
-
}];
|
|
26
|
-
var Table = function Table() {
|
|
27
|
-
return /*#__PURE__*/React.createElement(StyledTable, null, /*#__PURE__*/React.createElement(StyledRow, null, /*#__PURE__*/React.createElement(StyledHeaderColumn, null, "Company"), /*#__PURE__*/React.createElement(StyledHeaderColumn, null, "Contact"), /*#__PURE__*/React.createElement(StyledHeaderColumn, null, "Country")), /*#__PURE__*/React.createElement(StyledRow, null, /*#__PURE__*/React.createElement(StyledColumn, null, "Alfreds Futterkiste"), /*#__PURE__*/React.createElement(StyledColumn, null, "Maria Anders"), /*#__PURE__*/React.createElement(StyledColumn, null, "Germany")), /*#__PURE__*/React.createElement(StyledRow, null, /*#__PURE__*/React.createElement(StyledColumn, null, "Centro comercial Moctezuma"), /*#__PURE__*/React.createElement(StyledColumn, null, "Francisco Chang"), /*#__PURE__*/React.createElement(StyledColumn, null, "Mexico")), /*#__PURE__*/React.createElement(StyledRow, null, /*#__PURE__*/React.createElement(StyledColumn, null, "Ernst Handel"), /*#__PURE__*/React.createElement(StyledColumn, null, "Roland Mendel"), /*#__PURE__*/React.createElement(StyledColumn, null, "Austria")), /*#__PURE__*/React.createElement(StyledRow, null, /*#__PURE__*/React.createElement(StyledColumn, null, "Island Trading"), /*#__PURE__*/React.createElement(StyledColumn, null, "Helen Bennett"), /*#__PURE__*/React.createElement(StyledColumn, null, "UK")));
|
|
28
|
-
};
|
|
29
|
-
var tabContents = [/*#__PURE__*/React.createElement(Table, null), /*#__PURE__*/React.createElement(Typography, {
|
|
30
|
-
variant: "body2"
|
|
31
|
-
}, "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.")];
|
|
32
|
-
return /*#__PURE__*/React.createElement(Tabs, {
|
|
33
|
-
tabs: tabs,
|
|
34
|
-
selected: selected,
|
|
35
|
-
onSelected: function onSelected(i) {
|
|
36
|
-
return setSelected(i);
|
|
37
|
-
},
|
|
38
|
-
fitted: args.fitted
|
|
39
|
-
}, tabContents[selected]);
|
|
40
|
-
};
|
|
41
|
-
export var Interactive = Template.bind({});
|
|
42
|
-
Interactive.args = {};
|
|
43
|
-
Interactive.parameters = {
|
|
44
|
-
docs: {
|
|
45
|
-
source: {
|
|
46
|
-
code: "const [selected, setSelected] = useState(args.selected || 0);\n const tabs: TabModel[] = [\n { id: 'id-tab-1', content: 'Tab #1' },\n { id: 'id-tab-2', content: 'Tab #2' },\n ];\n \n const Table = () => {\n return (\n <StyledTable>\n <StyledRow>\n <StyledHeaderColumn>Company</StyledHeaderColumn>\n <StyledHeaderColumn>Contact</StyledHeaderColumn>\n <StyledHeaderColumn>Country</StyledHeaderColumn>\n </StyledRow>\n <StyledRow>\n <StyledColumn>Alfreds Futterkiste</StyledColumn>\n <StyledColumn>Maria Anders</StyledColumn>\n <StyledColumn>Germany</StyledColumn>\n </StyledRow>\n <StyledRow>\n <StyledColumn>Centro comercial Moctezuma</StyledColumn>\n <StyledColumn>Francisco Chang</StyledColumn>\n <StyledColumn>Mexico</StyledColumn>\n </StyledRow>\n <StyledRow>\n <StyledColumn>Ernst Handel</StyledColumn>\n <StyledColumn>Roland Mendel</StyledColumn>\n <StyledColumn>Austria</StyledColumn>\n </StyledRow>\n <StyledRow>\n <StyledColumn>Island Trading</StyledColumn>\n <StyledColumn>Helen Bennett</StyledColumn>\n <StyledColumn>UK</StyledColumn>\n </StyledRow>\n </StyledTable>\n );\n };\n \n const tabContents = [\n <Table />,\n <Typography variant=\"body2\">\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim\n veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea\n commodo consequat. Duis aute irure dolor in reprehenderit in voluptate\n velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat\n cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id\n est laborum.\n </Typography>,\n ];\n \n return (\n <Tabs\n tabs={tabs}\n selected={selected}\n onSelected={i => setSelected(i)}\n fitted={args.fitted}\n >\n {tabContents[selected]}\n </Tabs>\n );\n };",
|
|
47
|
-
language: 'javascript',
|
|
48
|
-
type: 'auto'
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
};
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import React, { useCallback, useState } from 'react';
|
|
2
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
3
|
-
import { Tag } from './Tag';
|
|
4
|
-
Tag.displayName = 'Tag';
|
|
5
|
-
export default {
|
|
6
|
-
title: '@next/Tag',
|
|
7
|
-
component: Tag,
|
|
8
|
-
decorators: [function (Story) {
|
|
9
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
10
|
-
}],
|
|
11
|
-
argTypes: {
|
|
12
|
-
value: {
|
|
13
|
-
description: 'A value to supply, required when onRemove function is supplied',
|
|
14
|
-
control: {
|
|
15
|
-
type: null
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
onRemove: {
|
|
19
|
-
description: 'A function callback to pass in to when the remove icon is pressed',
|
|
20
|
-
control: {
|
|
21
|
-
type: null
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
parameters: {
|
|
26
|
-
docs: {
|
|
27
|
-
description: {
|
|
28
|
-
component: 'Tags represent a set of interactive keywords that help label, organize, and categorize objects'
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
var DefaultTemplate = function DefaultTemplate() {
|
|
34
|
-
return /*#__PURE__*/React.createElement(Tag, null, "Basic Tag");
|
|
35
|
-
};
|
|
36
|
-
var RemoveableTemplate = function RemoveableTemplate() {
|
|
37
|
-
var _useState = useState(['Years of Experience: 0 to 3 Years, 3 to 5 Years', 'Expected Salary: $1.000.000 to $3.000.000', 'Current Location: Agats, Indonesia']),
|
|
38
|
-
selectedTags = _useState[0],
|
|
39
|
-
setSelectedTags = _useState[1];
|
|
40
|
-
var removeTag = useCallback(function (tag) {
|
|
41
|
-
return function () {
|
|
42
|
-
setSelectedTags(function (previousTags) {
|
|
43
|
-
return previousTags.filter(function (previousTag) {
|
|
44
|
-
return previousTag !== tag;
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
};
|
|
48
|
-
}, []);
|
|
49
|
-
var tagMarkup = selectedTags.map(function (option) {
|
|
50
|
-
return /*#__PURE__*/React.createElement(Tag, {
|
|
51
|
-
style: {
|
|
52
|
-
marginRight: '4px'
|
|
53
|
-
},
|
|
54
|
-
key: option,
|
|
55
|
-
onRemove: removeTag(option)
|
|
56
|
-
}, option);
|
|
57
|
-
});
|
|
58
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, tagMarkup);
|
|
59
|
-
};
|
|
60
|
-
export var Default = DefaultTemplate.bind({});
|
|
61
|
-
Default.args = {};
|
|
62
|
-
export var Removeable = RemoveableTemplate.bind({});
|
|
63
|
-
Removeable.args = {};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
3
|
-
import { TextInput } from './TextInput';
|
|
4
|
-
import { Icon } from '../Icon';
|
|
5
|
-
TextInput.displayName = 'Text';
|
|
6
|
-
export default {
|
|
7
|
-
title: '@next/TextInput',
|
|
8
|
-
component: TextInput,
|
|
9
|
-
decorators: [function (Story) {
|
|
10
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
11
|
-
}],
|
|
12
|
-
argTypes: {}
|
|
13
|
-
};
|
|
14
|
-
var Template = function Template(args) {
|
|
15
|
-
return /*#__PURE__*/React.createElement(TextInput, args);
|
|
16
|
-
};
|
|
17
|
-
export var Interactive = Template.bind({});
|
|
18
|
-
Interactive.args = {
|
|
19
|
-
placeholder: 'Placeholder',
|
|
20
|
-
prefix: null,
|
|
21
|
-
disabled: false
|
|
22
|
-
};
|
|
23
|
-
var WithIconsTemplate = function WithIconsTemplate(args) {
|
|
24
|
-
return /*#__PURE__*/React.createElement(TextInput, args);
|
|
25
|
-
};
|
|
26
|
-
export var WithPrefixAndSuffix = WithIconsTemplate.bind({});
|
|
27
|
-
WithPrefixAndSuffix.args = {
|
|
28
|
-
placeholder: 'Placeholder',
|
|
29
|
-
prefix: /*#__PURE__*/React.createElement(Icon, {
|
|
30
|
-
name: "ri-search"
|
|
31
|
-
}),
|
|
32
|
-
suffix: /*#__PURE__*/React.createElement("div", null, "2/20"),
|
|
33
|
-
value: 'Hi',
|
|
34
|
-
disabled: false
|
|
35
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Typography } from './Typography';
|
|
3
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
4
|
-
import * as Colors from '../utilities/colors';
|
|
5
|
-
Typography.displayName = 'Typography.Paragraph';
|
|
6
|
-
export default {
|
|
7
|
-
title: '@next/Typography',
|
|
8
|
-
component: Typography,
|
|
9
|
-
decorators: [function (Story) {
|
|
10
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
11
|
-
}],
|
|
12
|
-
argTypes: {
|
|
13
|
-
as: {
|
|
14
|
-
control: 'text'
|
|
15
|
-
},
|
|
16
|
-
color: {
|
|
17
|
-
control: 'color'
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
var defaultText = "Tanya farnuva naar cam utinu en lokirim tanka tel' taurnin. Lirimaerea vedui' il'er Lotesse Shaalth.";
|
|
22
|
-
var Template = function Template(args) {
|
|
23
|
-
return /*#__PURE__*/React.createElement(Typography, args, args.children || defaultText);
|
|
24
|
-
};
|
|
25
|
-
export var Interactive = Template.bind({});
|
|
26
|
-
Interactive.args = {};
|
|
27
|
-
export var Color = Template.bind({});
|
|
28
|
-
Color.args = {
|
|
29
|
-
color: Colors.Blue.Brand
|
|
30
|
-
};
|
|
31
|
-
export var Variant = Template.bind({});
|
|
32
|
-
Variant.args = {
|
|
33
|
-
variant: 'body1'
|
|
34
|
-
};
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Accordion from './Accordion';
|
|
3
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
4
|
-
export default {
|
|
5
|
-
title: 'Display/Accordion',
|
|
6
|
-
component: Accordion,
|
|
7
|
-
argTypes: {
|
|
8
|
-
className: {
|
|
9
|
-
table: {
|
|
10
|
-
disable: true
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
label: {
|
|
14
|
-
description: 'Sets the label for <Accordion.Panel />',
|
|
15
|
-
control: {
|
|
16
|
-
type: 'text'
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
content: {
|
|
20
|
-
description: 'Sets the content for <Accordion.Panel />',
|
|
21
|
-
control: {
|
|
22
|
-
type: 'text'
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
decorators: [function (Story) {
|
|
27
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
28
|
-
}]
|
|
29
|
-
};
|
|
30
|
-
var defaultPanels = [{
|
|
31
|
-
label: 'What is Lorem Ipsum?',
|
|
32
|
-
content: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.'
|
|
33
|
-
}];
|
|
34
|
-
var Template = function Template(_ref) {
|
|
35
|
-
var _ref$iconPosition = _ref.iconPosition,
|
|
36
|
-
iconPosition = _ref$iconPosition === void 0 ? 'left' : _ref$iconPosition,
|
|
37
|
-
_ref$panels = _ref.panels,
|
|
38
|
-
panels = _ref$panels === void 0 ? defaultPanels : _ref$panels;
|
|
39
|
-
return /*#__PURE__*/React.createElement(Accordion, {
|
|
40
|
-
iconPosition: iconPosition
|
|
41
|
-
}, panels.map(function (_ref2) {
|
|
42
|
-
var label = _ref2.label,
|
|
43
|
-
content = _ref2.content;
|
|
44
|
-
return /*#__PURE__*/React.createElement(Accordion.Panel, {
|
|
45
|
-
key: label,
|
|
46
|
-
label: label,
|
|
47
|
-
content: content
|
|
48
|
-
});
|
|
49
|
-
}));
|
|
50
|
-
};
|
|
51
|
-
export var Interactive = Template.bind({});
|
|
52
|
-
export var DifferentIconPosition = Template.bind({});
|
|
53
|
-
DifferentIconPosition.args = {
|
|
54
|
-
iconPosition: 'right'
|
|
55
|
-
};
|
|
56
|
-
export var MultiplePanels = Template.bind({});
|
|
57
|
-
MultiplePanels.args = {
|
|
58
|
-
panels: [{
|
|
59
|
-
label: 'What is Lorem Ipsum?',
|
|
60
|
-
content: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.'
|
|
61
|
-
}, {
|
|
62
|
-
label: 'What is Love?',
|
|
63
|
-
content: 'Love is the most powerful emotion a human being can experience. The strange think is, that almost nobody knows what love is. Why is it so difficult to find love? That is easy to understand, if you know that the word “love” is not the same as one’s feeling of love.'
|
|
64
|
-
}]
|
|
65
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
2
|
-
var _excluded = ["children"];
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Collapsible } from './Collapsible';
|
|
5
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
6
|
-
export default {
|
|
7
|
-
title: 'Display/Collapsible',
|
|
8
|
-
component: Collapsible,
|
|
9
|
-
decorators: [function (Story) {
|
|
10
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
11
|
-
}]
|
|
12
|
-
};
|
|
13
|
-
var defaultText = 'Lorem ipsum dolor sit amet consectetur adipisicing elit.';
|
|
14
|
-
var Template = function Template(_ref) {
|
|
15
|
-
var children = _ref.children,
|
|
16
|
-
args = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
17
|
-
return /*#__PURE__*/React.createElement(Collapsible, args, children || defaultText);
|
|
18
|
-
};
|
|
19
|
-
export var Interactive = Template.bind({});
|
|
20
|
-
Interactive.args = {
|
|
21
|
-
label: 'Lorem Ipsum',
|
|
22
|
-
children: defaultText,
|
|
23
|
-
isOpen: true
|
|
24
|
-
};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import _objectDestructuringEmpty from "@babel/runtime/helpers/objectDestructuringEmpty";
|
|
2
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import Gallery from './Gallery';
|
|
5
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
6
|
-
export default {
|
|
7
|
-
title: 'Display/Gallery',
|
|
8
|
-
component: Gallery,
|
|
9
|
-
decorators: [function (Story) {
|
|
10
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
11
|
-
}],
|
|
12
|
-
argTypes: {
|
|
13
|
-
className: {
|
|
14
|
-
table: {
|
|
15
|
-
disable: true
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
var Template = function Template(_ref) {
|
|
21
|
-
var args = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
22
|
-
return /*#__PURE__*/React.createElement(Gallery, args, /*#__PURE__*/React.createElement("img", {
|
|
23
|
-
src: "https://images.unsplash.com/photo-1512979797260-1a645592b48f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2fc2ca84d8c407bd48ab15ea27c87eaf&auto=format&fit=crop&h=500&q=80",
|
|
24
|
-
alt: "Profile Picture"
|
|
25
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
26
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
27
|
-
alt: "Nature"
|
|
28
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
29
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
30
|
-
alt: "Keyboard"
|
|
31
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
32
|
-
src: "https://images.unsplash.com/photo-1512979797260-1a645592b48f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2fc2ca84d8c407bd48ab15ea27c87eaf&auto=format&fit=crop&h=500&q=80",
|
|
33
|
-
alt: "Profile Picture"
|
|
34
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
35
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
36
|
-
alt: "Nature"
|
|
37
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
38
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
39
|
-
alt: "Keyboard"
|
|
40
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
41
|
-
src: "https://images.unsplash.com/photo-1512979797260-1a645592b48f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2fc2ca84d8c407bd48ab15ea27c87eaf&auto=format&fit=crop&h=500&q=80",
|
|
42
|
-
alt: "Profile Picture"
|
|
43
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
44
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
45
|
-
alt: "Nature"
|
|
46
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
47
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
48
|
-
alt: "Keyboard"
|
|
49
|
-
}));
|
|
50
|
-
};
|
|
51
|
-
export var Interactive = Template.bind({});
|
|
52
|
-
Interactive.args = {};
|
|
53
|
-
export var ImagesDisplayed = Template.bind({});
|
|
54
|
-
ImagesDisplayed.args = {
|
|
55
|
-
imagesDisplayed: 2
|
|
56
|
-
};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
-
var _excluded = ["children", "title", "buttonTexts"];
|
|
4
|
-
import React, { useState } from 'react';
|
|
5
|
-
import { constant, times } from 'lodash-es';
|
|
6
|
-
import { Modal } from './Modal';
|
|
7
|
-
import { Button } from '../../General/Button/Button';
|
|
8
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
9
|
-
export default {
|
|
10
|
-
title: 'Display/Modal',
|
|
11
|
-
component: Modal,
|
|
12
|
-
decorators: [function (Story) {
|
|
13
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
14
|
-
}]
|
|
15
|
-
};
|
|
16
|
-
var defaultTitle = 'Lorem Ipsum';
|
|
17
|
-
var defaultChildren = 'Lorem ipsum dolor sit amet consectetur adipisicing elit.';
|
|
18
|
-
var Template = function Template(_ref) {
|
|
19
|
-
var children = _ref.children,
|
|
20
|
-
title = _ref.title,
|
|
21
|
-
_ref$buttonTexts = _ref.buttonTexts,
|
|
22
|
-
buttonTexts = _ref$buttonTexts === void 0 ? [] : _ref$buttonTexts,
|
|
23
|
-
args = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
24
|
-
var _useState = useState(false),
|
|
25
|
-
isModalVisible = _useState[0],
|
|
26
|
-
setIsModalVisible = _useState[1];
|
|
27
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
|
|
28
|
-
variant: "solid-blue",
|
|
29
|
-
onClick: function onClick() {
|
|
30
|
-
return setIsModalVisible(!isModalVisible);
|
|
31
|
-
}
|
|
32
|
-
}, "Toggle"), /*#__PURE__*/React.createElement(Modal, _extends({}, args, {
|
|
33
|
-
title: title || defaultTitle,
|
|
34
|
-
isVisible: isModalVisible,
|
|
35
|
-
onClose: function onClose() {
|
|
36
|
-
return setIsModalVisible(false);
|
|
37
|
-
},
|
|
38
|
-
footer: [/*#__PURE__*/React.createElement(Button, {
|
|
39
|
-
variant: "ghost",
|
|
40
|
-
onClick: function onClick() {
|
|
41
|
-
return setIsModalVisible(false);
|
|
42
|
-
},
|
|
43
|
-
key: "cancel"
|
|
44
|
-
}, buttonTexts[0] || 'Cancel'), /*#__PURE__*/React.createElement(Button, {
|
|
45
|
-
variant: "solid-blue",
|
|
46
|
-
onClick: function onClick() {
|
|
47
|
-
return setIsModalVisible(false);
|
|
48
|
-
},
|
|
49
|
-
key: "save"
|
|
50
|
-
}, buttonTexts[1] || 'Save')]
|
|
51
|
-
}), children || defaultChildren));
|
|
52
|
-
};
|
|
53
|
-
export var Interactive = Template.bind({});
|
|
54
|
-
Interactive.args = {
|
|
55
|
-
title: defaultTitle,
|
|
56
|
-
children: defaultChildren
|
|
57
|
-
};
|
|
58
|
-
export var ScreenCentered = Template.bind({});
|
|
59
|
-
ScreenCentered.args = {
|
|
60
|
-
centering: true
|
|
61
|
-
};
|
|
62
|
-
export var FullScreen = Template.bind({});
|
|
63
|
-
FullScreen.args = {
|
|
64
|
-
fullscreen: true,
|
|
65
|
-
children: times(1000, constant(defaultChildren)).join(' ')
|
|
66
|
-
};
|
|
67
|
-
export var ScreenCenteredWithALotOfContent = Template.bind({});
|
|
68
|
-
ScreenCenteredWithALotOfContent.args = {
|
|
69
|
-
centering: true,
|
|
70
|
-
children: times(10, constant(defaultChildren)).join(' ')
|
|
71
|
-
};
|
|
72
|
-
export var FooterResponsiveness = Template.bind({});
|
|
73
|
-
FooterResponsiveness.args = {
|
|
74
|
-
buttonTexts: ['Looooooong Cancel', 'Loooooooong Save'],
|
|
75
|
-
size: 's'
|
|
76
|
-
};
|
|
77
|
-
FooterResponsiveness.parameters = {
|
|
78
|
-
docs: {
|
|
79
|
-
description: {
|
|
80
|
-
story: 'If all the buttons cannot fit in one row, then they will be expanded to the 100% width of the container and break into two rows.'
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import _objectDestructuringEmpty from "@babel/runtime/helpers/objectDestructuringEmpty";
|
|
2
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import PointingModal from './PointingModal';
|
|
5
|
-
import ProfilePicture from '../../General/ProfilePicture';
|
|
6
|
-
import Divider from '../../General/Divider';
|
|
7
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
8
|
-
export default {
|
|
9
|
-
title: 'Display/PointingModal',
|
|
10
|
-
component: PointingModal,
|
|
11
|
-
decorators: [function (Story) {
|
|
12
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
13
|
-
}]
|
|
14
|
-
};
|
|
15
|
-
var Template = function Template(_ref) {
|
|
16
|
-
var args = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
17
|
-
return /*#__PURE__*/React.createElement(PointingModal, args, /*#__PURE__*/React.createElement(PointingModal.Header, null, /*#__PURE__*/React.createElement(ProfilePicture, {
|
|
18
|
-
editable: true
|
|
19
|
-
}, /*#__PURE__*/React.createElement("img", {
|
|
20
|
-
src: "https://images.unsplash.com/photo-1512979797260-1a645592b48f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2fc2ca84d8c407bd48ab15ea27c87eaf&auto=format&fit=crop&w=750&q=80",
|
|
21
|
-
alt: "profile"
|
|
22
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
23
|
-
className: "aries-modal-profile"
|
|
24
|
-
}, /*#__PURE__*/React.createElement("span", null, "Hello,"), /*#__PURE__*/React.createElement("a", {
|
|
25
|
-
href: "."
|
|
26
|
-
}, "Fredy Yanto"))), /*#__PURE__*/React.createElement(Divider, {
|
|
27
|
-
theme: "grey"
|
|
28
|
-
}), /*#__PURE__*/React.createElement(PointingModal.Body, null, /*#__PURE__*/React.createElement(PointingModal.Item, null, "View Profile"), /*#__PURE__*/React.createElement(PointingModal.Item, null, "Edit Profile"), /*#__PURE__*/React.createElement(PointingModal.Item, null, "Sign Out")), /*#__PURE__*/React.createElement(PointingModal.Footer, null, "Have a nice day"));
|
|
29
|
-
};
|
|
30
|
-
export var Interactive = Template.bind({});
|
|
31
|
-
Interactive.args = {};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import _objectDestructuringEmpty from "@babel/runtime/helpers/objectDestructuringEmpty";
|
|
2
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import Popover from './Popover';
|
|
5
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
6
|
-
import ProfilePicture from '../../General/ProfilePicture';
|
|
7
|
-
import PointingModal from '../PointingModal';
|
|
8
|
-
export default {
|
|
9
|
-
title: 'Display/Popover',
|
|
10
|
-
component: Popover,
|
|
11
|
-
decorators: [function (Story) {
|
|
12
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
13
|
-
}],
|
|
14
|
-
argTypes: {
|
|
15
|
-
className: {
|
|
16
|
-
table: {
|
|
17
|
-
disable: true
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
content: {
|
|
21
|
-
control: {
|
|
22
|
-
type: null
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
var Template = function Template(_ref) {
|
|
28
|
-
var args = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
29
|
-
return /*#__PURE__*/React.createElement(Popover, args, /*#__PURE__*/React.createElement(ProfilePicture, null, /*#__PURE__*/React.createElement("img", {
|
|
30
|
-
src: "https://images.unsplash.com/photo-1512979797260-1a645592b48f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2fc2ca84d8c407bd48ab15ea27c87eaf&auto=format&fit=crop&h=500&q=80",
|
|
31
|
-
alt: "Profile Picture"
|
|
32
|
-
})));
|
|
33
|
-
};
|
|
34
|
-
export var Interactive = Template.bind({});
|
|
35
|
-
Interactive.args = {
|
|
36
|
-
content: /*#__PURE__*/React.createElement(PointingModal, null, /*#__PURE__*/React.createElement("span", null, "Hello World"))
|
|
37
|
-
};
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import _objectDestructuringEmpty from "@babel/runtime/helpers/objectDestructuringEmpty";
|
|
2
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Slider } from './Slider';
|
|
5
|
-
import { BaseContainer } from '../../Layout/GlintsContainer/GlintsContainer';
|
|
6
|
-
import { SecondaryColor, Greyscale } from '../../Utils/Colors';
|
|
7
|
-
import { ArrowBackDoubleIcon } from '../../General/Icon/components';
|
|
8
|
-
import ArrowNextDoubleIcon from '../../General/Icon/components/ArrowNextDoubleIcon';
|
|
9
|
-
export default {
|
|
10
|
-
title: 'Display/Slider',
|
|
11
|
-
component: Slider,
|
|
12
|
-
decorators: [function (Story) {
|
|
13
|
-
return /*#__PURE__*/React.createElement(BaseContainer, null, Story());
|
|
14
|
-
}],
|
|
15
|
-
argTypes: {
|
|
16
|
-
className: {
|
|
17
|
-
table: {
|
|
18
|
-
disable: true
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
containerRef: {
|
|
22
|
-
table: {
|
|
23
|
-
disable: true
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
afterChange: {
|
|
27
|
-
control: {
|
|
28
|
-
type: null
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
renderLeftIcon: {
|
|
32
|
-
control: {
|
|
33
|
-
type: null
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
renderRightIcon: {
|
|
37
|
-
control: {
|
|
38
|
-
type: null
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
var Template = function Template(_ref) {
|
|
44
|
-
var args = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
45
|
-
return /*#__PURE__*/React.createElement(Slider, args, /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
46
|
-
src: "https://images.unsplash.com/photo-1512979797260-1a645592b48f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2fc2ca84d8c407bd48ab15ea27c87eaf&auto=format&fit=crop&h=500&q=80",
|
|
47
|
-
alt: "Profile Picture"
|
|
48
|
-
})), /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
49
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
50
|
-
alt: "Nature"
|
|
51
|
-
})), /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
52
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
53
|
-
alt: "Keyboard"
|
|
54
|
-
})));
|
|
55
|
-
};
|
|
56
|
-
export var Interactive = Template.bind({});
|
|
57
|
-
Interactive.args = {};
|
|
58
|
-
export var Autoplay = Template.bind({});
|
|
59
|
-
Autoplay.args = {
|
|
60
|
-
autoplay: true
|
|
61
|
-
};
|
|
62
|
-
export var FullContent = Template.bind({});
|
|
63
|
-
FullContent.args = {
|
|
64
|
-
fullContent: true
|
|
65
|
-
};
|
|
66
|
-
export var ArrowWhite = Template.bind({});
|
|
67
|
-
ArrowWhite.args = {
|
|
68
|
-
arrowWhite: true
|
|
69
|
-
};
|
|
70
|
-
export var RemoveDots = Template.bind({});
|
|
71
|
-
RemoveDots.args = {
|
|
72
|
-
removeDots: true
|
|
73
|
-
};
|
|
74
|
-
export var InitialItem = Template.bind({});
|
|
75
|
-
InitialItem.args = {
|
|
76
|
-
initialItem: 2
|
|
77
|
-
};
|
|
78
|
-
export var CustomizedRenderLeftIcon = function CustomizedRenderLeftIcon() {
|
|
79
|
-
return /*#__PURE__*/React.createElement(Slider, {
|
|
80
|
-
renderLeftIcon: function renderLeftIcon(disabled) {
|
|
81
|
-
var color = disabled ? Greyscale.grey : SecondaryColor.actionblue;
|
|
82
|
-
return /*#__PURE__*/React.createElement(ArrowBackDoubleIcon, {
|
|
83
|
-
color: color
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
}, /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
87
|
-
src: "https://images.unsplash.com/photo-1512979797260-1a645592b48f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2fc2ca84d8c407bd48ab15ea27c87eaf&auto=format&fit=crop&h=500&q=80",
|
|
88
|
-
alt: "Profile Picture"
|
|
89
|
-
})), /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
90
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
91
|
-
alt: "Nature"
|
|
92
|
-
})), /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
93
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
94
|
-
alt: "Keyboard"
|
|
95
|
-
})));
|
|
96
|
-
};
|
|
97
|
-
export var CustomizedRenderRightIcon = function CustomizedRenderRightIcon() {
|
|
98
|
-
return /*#__PURE__*/React.createElement(Slider, {
|
|
99
|
-
renderRightIcon: function renderRightIcon(disabled) {
|
|
100
|
-
var color = disabled ? Greyscale.grey : SecondaryColor.actionblue;
|
|
101
|
-
return /*#__PURE__*/React.createElement(ArrowNextDoubleIcon, {
|
|
102
|
-
color: color
|
|
103
|
-
});
|
|
104
|
-
}
|
|
105
|
-
}, /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
106
|
-
src: "https://images.unsplash.com/photo-1512979797260-1a645592b48f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=2fc2ca84d8c407bd48ab15ea27c87eaf&auto=format&fit=crop&h=500&q=80",
|
|
107
|
-
alt: "Profile Picture"
|
|
108
|
-
})), /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
109
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
110
|
-
alt: "Nature"
|
|
111
|
-
})), /*#__PURE__*/React.createElement(Slider.Item, null, /*#__PURE__*/React.createElement("img", {
|
|
112
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
113
|
-
alt: "Keyboard"
|
|
114
|
-
})));
|
|
115
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import _objectDestructuringEmpty from "@babel/runtime/helpers/objectDestructuringEmpty";
|
|
2
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Swipeable } from './Swipeable';
|
|
5
|
-
import { SwipeableCardExample } from './SwipeableStyle';
|
|
6
|
-
export default {
|
|
7
|
-
title: 'Display/Swipeable',
|
|
8
|
-
component: Swipeable,
|
|
9
|
-
argTypes: {
|
|
10
|
-
className: {
|
|
11
|
-
table: {
|
|
12
|
-
disable: true
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
var Template = function Template(_ref) {
|
|
18
|
-
var args = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
19
|
-
return /*#__PURE__*/React.createElement(Swipeable, args, Array.from(Array(10).keys()).map(function (number) {
|
|
20
|
-
return /*#__PURE__*/React.createElement(Swipeable.Item, {
|
|
21
|
-
key: number
|
|
22
|
-
}, /*#__PURE__*/React.createElement(SwipeableCardExample, null, /*#__PURE__*/React.createElement("h1", null, "Card. ", number)));
|
|
23
|
-
}));
|
|
24
|
-
};
|
|
25
|
-
export var Default = Template.bind({});
|