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,129 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
exports.__esModule = true;
|
|
5
|
-
exports["default"] = exports.RemoveDots = exports.Interactive = exports.InitialItem = exports.FullContent = exports.CustomizedRenderRightIcon = exports.CustomizedRenderLeftIcon = exports.Autoplay = exports.ArrowWhite = void 0;
|
|
6
|
-
var _objectDestructuringEmpty2 = _interopRequireDefault(require("@babel/runtime/helpers/objectDestructuringEmpty"));
|
|
7
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _Slider = require("./Slider");
|
|
10
|
-
var _GlintsContainer = require("../../Layout/GlintsContainer/GlintsContainer");
|
|
11
|
-
var _Colors = require("../../Utils/Colors");
|
|
12
|
-
var _components = require("../../General/Icon/components");
|
|
13
|
-
var _ArrowNextDoubleIcon = _interopRequireDefault(require("../../General/Icon/components/ArrowNextDoubleIcon"));
|
|
14
|
-
var _default = {
|
|
15
|
-
title: 'Display/Slider',
|
|
16
|
-
component: _Slider.Slider,
|
|
17
|
-
decorators: [function (Story) {
|
|
18
|
-
return /*#__PURE__*/_react["default"].createElement(_GlintsContainer.BaseContainer, null, Story());
|
|
19
|
-
}],
|
|
20
|
-
argTypes: {
|
|
21
|
-
className: {
|
|
22
|
-
table: {
|
|
23
|
-
disable: true
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
containerRef: {
|
|
27
|
-
table: {
|
|
28
|
-
disable: true
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
afterChange: {
|
|
32
|
-
control: {
|
|
33
|
-
type: null
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
renderLeftIcon: {
|
|
37
|
-
control: {
|
|
38
|
-
type: null
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
renderRightIcon: {
|
|
42
|
-
control: {
|
|
43
|
-
type: null
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
exports["default"] = _default;
|
|
49
|
-
var Template = function Template(_ref) {
|
|
50
|
-
var args = (0, _extends2["default"])({}, ((0, _objectDestructuringEmpty2["default"])(_ref), _ref));
|
|
51
|
-
return /*#__PURE__*/_react["default"].createElement(_Slider.Slider, args, /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
52
|
-
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",
|
|
53
|
-
alt: "Profile Picture"
|
|
54
|
-
})), /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
55
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
56
|
-
alt: "Nature"
|
|
57
|
-
})), /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
58
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
59
|
-
alt: "Keyboard"
|
|
60
|
-
})));
|
|
61
|
-
};
|
|
62
|
-
var Interactive = Template.bind({});
|
|
63
|
-
exports.Interactive = Interactive;
|
|
64
|
-
Interactive.args = {};
|
|
65
|
-
var Autoplay = Template.bind({});
|
|
66
|
-
exports.Autoplay = Autoplay;
|
|
67
|
-
Autoplay.args = {
|
|
68
|
-
autoplay: true
|
|
69
|
-
};
|
|
70
|
-
var FullContent = Template.bind({});
|
|
71
|
-
exports.FullContent = FullContent;
|
|
72
|
-
FullContent.args = {
|
|
73
|
-
fullContent: true
|
|
74
|
-
};
|
|
75
|
-
var ArrowWhite = Template.bind({});
|
|
76
|
-
exports.ArrowWhite = ArrowWhite;
|
|
77
|
-
ArrowWhite.args = {
|
|
78
|
-
arrowWhite: true
|
|
79
|
-
};
|
|
80
|
-
var RemoveDots = Template.bind({});
|
|
81
|
-
exports.RemoveDots = RemoveDots;
|
|
82
|
-
RemoveDots.args = {
|
|
83
|
-
removeDots: true
|
|
84
|
-
};
|
|
85
|
-
var InitialItem = Template.bind({});
|
|
86
|
-
exports.InitialItem = InitialItem;
|
|
87
|
-
InitialItem.args = {
|
|
88
|
-
initialItem: 2
|
|
89
|
-
};
|
|
90
|
-
var CustomizedRenderLeftIcon = function CustomizedRenderLeftIcon() {
|
|
91
|
-
return /*#__PURE__*/_react["default"].createElement(_Slider.Slider, {
|
|
92
|
-
renderLeftIcon: function renderLeftIcon(disabled) {
|
|
93
|
-
var color = disabled ? _Colors.Greyscale.grey : _Colors.SecondaryColor.actionblue;
|
|
94
|
-
return /*#__PURE__*/_react["default"].createElement(_components.ArrowBackDoubleIcon, {
|
|
95
|
-
color: color
|
|
96
|
-
});
|
|
97
|
-
}
|
|
98
|
-
}, /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
99
|
-
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",
|
|
100
|
-
alt: "Profile Picture"
|
|
101
|
-
})), /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
102
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
103
|
-
alt: "Nature"
|
|
104
|
-
})), /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
105
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
106
|
-
alt: "Keyboard"
|
|
107
|
-
})));
|
|
108
|
-
};
|
|
109
|
-
exports.CustomizedRenderLeftIcon = CustomizedRenderLeftIcon;
|
|
110
|
-
var CustomizedRenderRightIcon = function CustomizedRenderRightIcon() {
|
|
111
|
-
return /*#__PURE__*/_react["default"].createElement(_Slider.Slider, {
|
|
112
|
-
renderRightIcon: function renderRightIcon(disabled) {
|
|
113
|
-
var color = disabled ? _Colors.Greyscale.grey : _Colors.SecondaryColor.actionblue;
|
|
114
|
-
return /*#__PURE__*/_react["default"].createElement(_ArrowNextDoubleIcon["default"], {
|
|
115
|
-
color: color
|
|
116
|
-
});
|
|
117
|
-
}
|
|
118
|
-
}, /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
119
|
-
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",
|
|
120
|
-
alt: "Profile Picture"
|
|
121
|
-
})), /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
122
|
-
src: "https://images.unsplash.com/photo-1599335937498-90b82b84d603?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
123
|
-
alt: "Nature"
|
|
124
|
-
})), /*#__PURE__*/_react["default"].createElement(_Slider.Slider.Item, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
125
|
-
src: "https://images.unsplash.com/photo-1598662779094-110c2bad80b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&h=500&q=80",
|
|
126
|
-
alt: "Keyboard"
|
|
127
|
-
})));
|
|
128
|
-
};
|
|
129
|
-
exports.CustomizedRenderRightIcon = CustomizedRenderRightIcon;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
exports.__esModule = true;
|
|
5
|
-
exports["default"] = exports.Default = void 0;
|
|
6
|
-
var _objectDestructuringEmpty2 = _interopRequireDefault(require("@babel/runtime/helpers/objectDestructuringEmpty"));
|
|
7
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _Swipeable = require("./Swipeable");
|
|
10
|
-
var _SwipeableStyle = require("./SwipeableStyle");
|
|
11
|
-
var _default = {
|
|
12
|
-
title: 'Display/Swipeable',
|
|
13
|
-
component: _Swipeable.Swipeable,
|
|
14
|
-
argTypes: {
|
|
15
|
-
className: {
|
|
16
|
-
table: {
|
|
17
|
-
disable: true
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
exports["default"] = _default;
|
|
23
|
-
var Template = function Template(_ref) {
|
|
24
|
-
var args = (0, _extends2["default"])({}, ((0, _objectDestructuringEmpty2["default"])(_ref), _ref));
|
|
25
|
-
return /*#__PURE__*/_react["default"].createElement(_Swipeable.Swipeable, args, Array.from(Array(10).keys()).map(function (number) {
|
|
26
|
-
return /*#__PURE__*/_react["default"].createElement(_Swipeable.Swipeable.Item, {
|
|
27
|
-
key: number
|
|
28
|
-
}, /*#__PURE__*/_react["default"].createElement(_SwipeableStyle.SwipeableCardExample, null, /*#__PURE__*/_react["default"].createElement("h1", null, "Card. ", number)));
|
|
29
|
-
}));
|
|
30
|
-
};
|
|
31
|
-
var Default = Template.bind({});
|
|
32
|
-
exports.Default = Default;
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
exports.__esModule = true;
|
|
5
|
-
exports["default"] = exports.Theme = exports.OverflowEffect = exports.Interactive = exports.Alignment = void 0;
|
|
6
|
-
var _objectDestructuringEmpty2 = _interopRequireDefault(require("@babel/runtime/helpers/objectDestructuringEmpty"));
|
|
7
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _Tabs = require("./Tabs");
|
|
10
|
-
var _GlintsContainer = require("../../Layout/GlintsContainer/GlintsContainer");
|
|
11
|
-
var _Badge = _interopRequireDefault(require("../../General/Badge"));
|
|
12
|
-
var _default = {
|
|
13
|
-
title: 'Display/Tabs',
|
|
14
|
-
component: _Tabs.Tabs,
|
|
15
|
-
decorators: [function (Story) {
|
|
16
|
-
return /*#__PURE__*/_react["default"].createElement(_GlintsContainer.BaseContainer, null, Story());
|
|
17
|
-
}],
|
|
18
|
-
argTypes: {
|
|
19
|
-
className: {
|
|
20
|
-
table: {
|
|
21
|
-
disable: true
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
activeTab: {
|
|
25
|
-
control: {
|
|
26
|
-
type: null
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
onTabClick: {
|
|
30
|
-
control: {
|
|
31
|
-
type: null
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
exports["default"] = _default;
|
|
37
|
-
var Template = function Template(_ref) {
|
|
38
|
-
var args = (0, _extends2["default"])({}, ((0, _objectDestructuringEmpty2["default"])(_ref), _ref));
|
|
39
|
-
return /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs, args, /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
40
|
-
tab: 'Location Tab'
|
|
41
|
-
}, "Tab Location"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
42
|
-
tab: "Salary"
|
|
43
|
-
}, "Tab Salary"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
44
|
-
tab: "Job"
|
|
45
|
-
}, "Tab Job"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
46
|
-
tab: /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_Badge["default"], {
|
|
47
|
-
label: 4
|
|
48
|
-
}), "Company")
|
|
49
|
-
}, "Tab Company"));
|
|
50
|
-
};
|
|
51
|
-
var OverflowTemplate = function OverflowTemplate(_ref2) {
|
|
52
|
-
var args = (0, _extends2["default"])({}, ((0, _objectDestructuringEmpty2["default"])(_ref2), _ref2));
|
|
53
|
-
return /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs, args, /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
54
|
-
tab: 'Tab 1'
|
|
55
|
-
}, "Tab 1"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
56
|
-
tab: 'Tab 2'
|
|
57
|
-
}, "Tab 2"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
58
|
-
tab: 'Tab 3'
|
|
59
|
-
}, "Tab 3"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
60
|
-
tab: 'Tab 4'
|
|
61
|
-
}, " Tab 4"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
62
|
-
tab: 'Tab 5'
|
|
63
|
-
}, "Tab 5"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
64
|
-
tab: 'Tab 6'
|
|
65
|
-
}, "Tab 6"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
66
|
-
tab: 'Tab 7'
|
|
67
|
-
}, "Tab 7"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
68
|
-
tab: 'Tab 8'
|
|
69
|
-
}, "Tab 8"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
70
|
-
tab: 'Tab 9'
|
|
71
|
-
}, "Tab 9"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
72
|
-
tab: 'Tab 10'
|
|
73
|
-
}, "Tab 10"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
74
|
-
tab: 'Tab 11'
|
|
75
|
-
}, "Tab 11"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
76
|
-
tab: 'Tab 12'
|
|
77
|
-
}, "Tab 12"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
78
|
-
tab: 'Tab 13'
|
|
79
|
-
}, "Tab 13"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
80
|
-
tab: 'Tab 14'
|
|
81
|
-
}, "Tab 14"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
82
|
-
tab: 'Tab 15'
|
|
83
|
-
}, "Tab 15"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
84
|
-
tab: 'Tab 16'
|
|
85
|
-
}, "Tab 16"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
86
|
-
tab: 'Tab 17'
|
|
87
|
-
}, "Tab 17"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
88
|
-
tab: 'Tab 18'
|
|
89
|
-
}, "Tab 18"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
90
|
-
tab: 'Tab 19'
|
|
91
|
-
}, "Tab 19"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
92
|
-
tab: 'Tab 20'
|
|
93
|
-
}, "Tab 20"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
94
|
-
tab: 'Tab 21'
|
|
95
|
-
}, "Tab 21"), /*#__PURE__*/_react["default"].createElement(_Tabs.Tabs.Pane, {
|
|
96
|
-
tab: 'Tab 22'
|
|
97
|
-
}, "Tab 22"));
|
|
98
|
-
};
|
|
99
|
-
var Interactive = Template.bind({});
|
|
100
|
-
exports.Interactive = Interactive;
|
|
101
|
-
var Alignment = Template.bind({});
|
|
102
|
-
exports.Alignment = Alignment;
|
|
103
|
-
Alignment.args = {
|
|
104
|
-
alignment: 'vertical'
|
|
105
|
-
};
|
|
106
|
-
var Theme = Template.bind({});
|
|
107
|
-
exports.Theme = Theme;
|
|
108
|
-
Theme.args = {
|
|
109
|
-
theme: 'blue'
|
|
110
|
-
};
|
|
111
|
-
var OverflowEffect = OverflowTemplate.bind({});
|
|
112
|
-
exports.OverflowEffect = OverflowEffect;
|
|
113
|
-
OverflowEffect.args = {
|
|
114
|
-
theme: 'blue'
|
|
115
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
exports.__esModule = true;
|
|
5
|
-
exports["default"] = exports.WithHtmlContent = exports.Interactive = exports.DifferentPosition = void 0;
|
|
6
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
|
-
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
|
-
var _Tooltip = require("./Tooltip");
|
|
11
|
-
var _GlintsContainer = require("../../Layout/GlintsContainer/GlintsContainer");
|
|
12
|
-
var _BasicTag = _interopRequireDefault(require("../../General/Tag/BasicTag"));
|
|
13
|
-
var _excluded = ["text"],
|
|
14
|
-
_excluded2 = ["text"];
|
|
15
|
-
var Container = (0, _styledComponents["default"])(_GlintsContainer.BaseContainer).withConfig({
|
|
16
|
-
displayName: "Tooltipstories__Container",
|
|
17
|
-
componentId: "sc-qjslxe-0"
|
|
18
|
-
})(["width:100%;height:150px;display:flex;align-items:center;justify-content:center;"]);
|
|
19
|
-
var defaultText = 'Lorem Ipsum';
|
|
20
|
-
var _default = {
|
|
21
|
-
title: 'General/Tooltip',
|
|
22
|
-
component: _Tooltip.Tooltip,
|
|
23
|
-
decorators: [function (Story) {
|
|
24
|
-
return /*#__PURE__*/_react["default"].createElement(Container, null, Story());
|
|
25
|
-
}]
|
|
26
|
-
};
|
|
27
|
-
exports["default"] = _default;
|
|
28
|
-
var StringTooltipTemplate = function StringTooltipTemplate(_ref) {
|
|
29
|
-
var text = _ref.text,
|
|
30
|
-
args = (0, _objectWithoutPropertiesLoose2["default"])(_ref, _excluded);
|
|
31
|
-
return /*#__PURE__*/_react["default"].createElement(_Tooltip.Tooltip, (0, _extends2["default"])({}, args, {
|
|
32
|
-
text: text || defaultText
|
|
33
|
-
}), /*#__PURE__*/_react["default"].createElement(_BasicTag["default"], null, "Glints Aries"));
|
|
34
|
-
};
|
|
35
|
-
var HtmlTooltipTemplate = function HtmlTooltipTemplate(_ref2) {
|
|
36
|
-
var text = _ref2.text,
|
|
37
|
-
args = (0, _objectWithoutPropertiesLoose2["default"])(_ref2, _excluded2);
|
|
38
|
-
return /*#__PURE__*/_react["default"].createElement(_Tooltip.Tooltip, (0, _extends2["default"])({}, args, {
|
|
39
|
-
text: text || defaultText
|
|
40
|
-
}), /*#__PURE__*/_react["default"].createElement(_BasicTag["default"], null, "Glints Aries"));
|
|
41
|
-
};
|
|
42
|
-
var Interactive = StringTooltipTemplate.bind({});
|
|
43
|
-
exports.Interactive = Interactive;
|
|
44
|
-
Interactive.args = {
|
|
45
|
-
text: defaultText,
|
|
46
|
-
position: 'top'
|
|
47
|
-
};
|
|
48
|
-
var DifferentPosition = StringTooltipTemplate.bind({});
|
|
49
|
-
exports.DifferentPosition = DifferentPosition;
|
|
50
|
-
DifferentPosition.args = {
|
|
51
|
-
position: 'left'
|
|
52
|
-
};
|
|
53
|
-
var WithHtmlContent = HtmlTooltipTemplate.bind({});
|
|
54
|
-
exports.WithHtmlContent = WithHtmlContent;
|
|
55
|
-
WithHtmlContent.args = {
|
|
56
|
-
text: /*#__PURE__*/_react["default"].createElement("b", null, "Hello World"),
|
|
57
|
-
textAsString: 'Hello World'
|
|
58
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
exports.__esModule = true;
|
|
5
|
-
exports["default"] = exports.Interactive = void 0;
|
|
6
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _Alert = require("./Alert");
|
|
9
|
-
var _Button = require("../Button");
|
|
10
|
-
var _GlintsContainer = require("../../Layout/GlintsContainer/GlintsContainer");
|
|
11
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
12
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
-
var _default = {
|
|
14
|
-
title: 'General/Alert',
|
|
15
|
-
component: _Alert.Alert,
|
|
16
|
-
decorators: [function (Story) {
|
|
17
|
-
return /*#__PURE__*/_react["default"].createElement(_GlintsContainer.BaseContainer, null, Story());
|
|
18
|
-
}],
|
|
19
|
-
argTypes: {
|
|
20
|
-
className: {
|
|
21
|
-
control: {
|
|
22
|
-
disable: true
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
exports["default"] = _default;
|
|
28
|
-
var Template = function Template(args) {
|
|
29
|
-
var _useState = (0, _react.useState)(args.isOpen),
|
|
30
|
-
isOpen = _useState[0],
|
|
31
|
-
setOpen = _useState[1];
|
|
32
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
33
|
-
onClick: function onClick() {
|
|
34
|
-
return setOpen(true);
|
|
35
|
-
},
|
|
36
|
-
variant: "solid-blue"
|
|
37
|
-
}, "Show Pop up"), /*#__PURE__*/_react["default"].createElement(_Alert.Alert, (0, _extends2["default"])({}, args, {
|
|
38
|
-
isOpen: isOpen,
|
|
39
|
-
onClose: function onClose() {
|
|
40
|
-
return setOpen(false);
|
|
41
|
-
}
|
|
42
|
-
})));
|
|
43
|
-
};
|
|
44
|
-
var Interactive = Template.bind({});
|
|
45
|
-
exports.Interactive = Interactive;
|
|
46
|
-
Interactive.args = {
|
|
47
|
-
type: 'info',
|
|
48
|
-
message: 'You have successfully applied to Glints as Software Engineer.'
|
|
49
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
exports.__esModule = true;
|
|
5
|
-
exports["default"] = exports.Variants = exports.Interactive = void 0;
|
|
6
|
-
var _react = _interopRequireDefault(require("react"));
|
|
7
|
-
var _Badge = require("./Badge");
|
|
8
|
-
var _GlintsContainer = require("../../Layout/GlintsContainer/GlintsContainer");
|
|
9
|
-
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
|
-
var BadgeStack = (0, _styledComponents["default"])('div').withConfig({
|
|
11
|
-
displayName: "Badgestories__BadgeStack",
|
|
12
|
-
componentId: "sc-imkkqn-0"
|
|
13
|
-
})(["display:flex;align-items:flex-start;"]);
|
|
14
|
-
var _default = {
|
|
15
|
-
title: 'General/Badge',
|
|
16
|
-
component: _Badge.Badge,
|
|
17
|
-
decorators: [function (Story) {
|
|
18
|
-
return /*#__PURE__*/_react["default"].createElement(_GlintsContainer.BaseContainer, null, Story());
|
|
19
|
-
}]
|
|
20
|
-
};
|
|
21
|
-
exports["default"] = _default;
|
|
22
|
-
var Template = function Template(args) {
|
|
23
|
-
return /*#__PURE__*/_react["default"].createElement(_Badge.Badge, args);
|
|
24
|
-
};
|
|
25
|
-
var Interactive = Template.bind({});
|
|
26
|
-
exports.Interactive = Interactive;
|
|
27
|
-
Interactive.args = {
|
|
28
|
-
label: 'hello'
|
|
29
|
-
};
|
|
30
|
-
var Variants = function Variants() {
|
|
31
|
-
return /*#__PURE__*/_react["default"].createElement(BadgeStack, null, /*#__PURE__*/_react["default"].createElement(_Badge.Badge, {
|
|
32
|
-
label: "4",
|
|
33
|
-
variant: "default"
|
|
34
|
-
}), /*#__PURE__*/_react["default"].createElement(_Badge.Badge, {
|
|
35
|
-
label: "4",
|
|
36
|
-
variant: "dimmed"
|
|
37
|
-
}), /*#__PURE__*/_react["default"].createElement(_Badge.Badge, {
|
|
38
|
-
label: "4",
|
|
39
|
-
variant: "white"
|
|
40
|
-
}), /*#__PURE__*/_react["default"].createElement(_Badge.Badge, {
|
|
41
|
-
label: "4",
|
|
42
|
-
variant: "blue"
|
|
43
|
-
}));
|
|
44
|
-
};
|
|
45
|
-
exports.Variants = Variants;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
exports.__esModule = true;
|
|
5
|
-
exports["default"] = exports.RedirectToGlintsWhenRightClick = exports.Interactive = void 0;
|
|
6
|
-
var _react = _interopRequireDefault(require("react"));
|
|
7
|
-
var _index = require("./index");
|
|
8
|
-
var _GlintsContainer = require("../../Layout/GlintsContainer/GlintsContainer");
|
|
9
|
-
var _default = {
|
|
10
|
-
title: 'General/Brand',
|
|
11
|
-
component: _index.Brand,
|
|
12
|
-
argTypes: {
|
|
13
|
-
asset: {
|
|
14
|
-
control: {
|
|
15
|
-
type: 'radio',
|
|
16
|
-
options: ['glints-black', 'glints-white']
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
className: {
|
|
20
|
-
control: {
|
|
21
|
-
disable: true
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
onContextMenu: {
|
|
25
|
-
control: {
|
|
26
|
-
disable: true
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
decorators: [function (Story) {
|
|
31
|
-
return /*#__PURE__*/_react["default"].createElement(_GlintsContainer.BaseContainer, null, Story());
|
|
32
|
-
}]
|
|
33
|
-
};
|
|
34
|
-
exports["default"] = _default;
|
|
35
|
-
var Template = function Template(args) {
|
|
36
|
-
return /*#__PURE__*/_react["default"].createElement(_index.Brand, args);
|
|
37
|
-
};
|
|
38
|
-
var Interactive = Template.bind({});
|
|
39
|
-
exports.Interactive = Interactive;
|
|
40
|
-
Interactive.args = {
|
|
41
|
-
asset: 'glints-black'
|
|
42
|
-
};
|
|
43
|
-
var RedirectToGlintsWhenRightClick = Template.bind({});
|
|
44
|
-
exports.RedirectToGlintsWhenRightClick = RedirectToGlintsWhenRightClick;
|
|
45
|
-
RedirectToGlintsWhenRightClick.args = {
|
|
46
|
-
asset: 'glints-black',
|
|
47
|
-
rightClickURL: 'https://glints.com'
|
|
48
|
-
};
|
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
exports.__esModule = true;
|
|
5
|
-
exports["default"] = exports.WithRoundedCorner = exports.WithIcon = exports.WithDifferentTag = exports.Variants = exports.SolidBlue = exports.Sizes = exports.Disable = void 0;
|
|
6
|
-
var _react = _interopRequireDefault(require("react"));
|
|
7
|
-
var _Flex = require("../../Layout/Flex");
|
|
8
|
-
var _GlintsContainer = require("../../Layout/GlintsContainer/GlintsContainer");
|
|
9
|
-
var _Button = require("./Button");
|
|
10
|
-
var _components = require("../Icon/components");
|
|
11
|
-
var _default = {
|
|
12
|
-
title: 'General/Button',
|
|
13
|
-
component: _Button.Button,
|
|
14
|
-
argTypes: {
|
|
15
|
-
startIcon: {
|
|
16
|
-
control: {
|
|
17
|
-
type: 'select',
|
|
18
|
-
options: {
|
|
19
|
-
'Example: ArrowBackIcon': /*#__PURE__*/_react["default"].createElement(_components.ArrowBackIcon, null),
|
|
20
|
-
'Example: ArrowBackDoubleIcon': /*#__PURE__*/_react["default"].createElement(_components.ArrowBackDoubleIcon, null)
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
endIcon: {
|
|
25
|
-
control: {
|
|
26
|
-
type: 'select',
|
|
27
|
-
options: {
|
|
28
|
-
'Example: ArrowBackIcon': /*#__PURE__*/_react["default"].createElement(_components.ArrowNextIcon, null),
|
|
29
|
-
'Example: ArrowNextDoubleIcon': /*#__PURE__*/_react["default"].createElement(_components.ArrowNextDoubleIcon, null)
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
tag: {
|
|
34
|
-
control: {
|
|
35
|
-
type: 'text'
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
className: {
|
|
39
|
-
table: {
|
|
40
|
-
disable: true
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
ref: {
|
|
44
|
-
table: {
|
|
45
|
-
disable: true
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
theme: {
|
|
49
|
-
control: null
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
decorators: [function (Story) {
|
|
53
|
-
return /*#__PURE__*/_react["default"].createElement(_GlintsContainer.BaseContainer, null, Story());
|
|
54
|
-
}]
|
|
55
|
-
};
|
|
56
|
-
exports["default"] = _default;
|
|
57
|
-
var Template = function Template(args) {
|
|
58
|
-
return /*#__PURE__*/_react["default"].createElement(_Button.Button, args, "Button");
|
|
59
|
-
};
|
|
60
|
-
var SolidBlue = Template.bind({});
|
|
61
|
-
exports.SolidBlue = SolidBlue;
|
|
62
|
-
SolidBlue.args = {
|
|
63
|
-
variant: 'solid-blue'
|
|
64
|
-
};
|
|
65
|
-
var Variants = function Variants() {
|
|
66
|
-
return /*#__PURE__*/_react["default"].createElement(_Flex.Flex, {
|
|
67
|
-
flexWrap: "wrap",
|
|
68
|
-
style: {
|
|
69
|
-
gap: '10px'
|
|
70
|
-
}
|
|
71
|
-
}, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
72
|
-
variant: "solid-blue"
|
|
73
|
-
}, "solid-blue"), /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
74
|
-
variant: "ghost"
|
|
75
|
-
}, "ghost"), /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
76
|
-
variant: "white-grey"
|
|
77
|
-
}, "white-grey"), /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
78
|
-
variant: "yellow"
|
|
79
|
-
}, "yellow"), /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
80
|
-
variant: "solid-white"
|
|
81
|
-
}, "solid-white"), /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
82
|
-
variant: "link"
|
|
83
|
-
}, "link"));
|
|
84
|
-
};
|
|
85
|
-
exports.Variants = Variants;
|
|
86
|
-
var Sizes = function Sizes() {
|
|
87
|
-
return /*#__PURE__*/_react["default"].createElement(_Flex.Flex, {
|
|
88
|
-
alignItems: "flex-end",
|
|
89
|
-
flexWrap: "wrap",
|
|
90
|
-
style: {
|
|
91
|
-
gap: '10px'
|
|
92
|
-
}
|
|
93
|
-
}, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
94
|
-
variant: "solid-blue",
|
|
95
|
-
small: true
|
|
96
|
-
}, "Small"), /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
97
|
-
variant: "solid-blue"
|
|
98
|
-
}, "Default"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
99
|
-
style: {
|
|
100
|
-
width: '100%'
|
|
101
|
-
}
|
|
102
|
-
}, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
103
|
-
variant: "solid-blue",
|
|
104
|
-
block: true,
|
|
105
|
-
small: true
|
|
106
|
-
}, "Small Block")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
107
|
-
style: {
|
|
108
|
-
width: '100%'
|
|
109
|
-
}
|
|
110
|
-
}, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
111
|
-
variant: "solid-blue",
|
|
112
|
-
block: true
|
|
113
|
-
}, "Default Block")));
|
|
114
|
-
};
|
|
115
|
-
exports.Sizes = Sizes;
|
|
116
|
-
var Disable = function Disable() {
|
|
117
|
-
return /*#__PURE__*/_react["default"].createElement(_Flex.Flex, {
|
|
118
|
-
style: {
|
|
119
|
-
gap: '10px'
|
|
120
|
-
}
|
|
121
|
-
}, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
122
|
-
variant: "solid-blue"
|
|
123
|
-
}, "enabled"), /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
124
|
-
variant: "solid-blue",
|
|
125
|
-
disabled: true
|
|
126
|
-
}, "disabled"));
|
|
127
|
-
};
|
|
128
|
-
exports.Disable = Disable;
|
|
129
|
-
var WithIcon = function WithIcon() {
|
|
130
|
-
return /*#__PURE__*/_react["default"].createElement(_Flex.Flex, {
|
|
131
|
-
style: {
|
|
132
|
-
gap: '10px'
|
|
133
|
-
}
|
|
134
|
-
}, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
135
|
-
variant: "solid-blue",
|
|
136
|
-
startIcon: /*#__PURE__*/_react["default"].createElement(_components.ViewIcon, null)
|
|
137
|
-
}, "button icon left"), /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
138
|
-
variant: "solid-blue",
|
|
139
|
-
endIcon: /*#__PURE__*/_react["default"].createElement(_components.ArrowNextIcon, null)
|
|
140
|
-
}, "button icon right"));
|
|
141
|
-
};
|
|
142
|
-
exports.WithIcon = WithIcon;
|
|
143
|
-
var WithDifferentTag = function WithDifferentTag() {
|
|
144
|
-
return /*#__PURE__*/_react["default"].createElement(_Flex.Flex, {
|
|
145
|
-
style: {
|
|
146
|
-
gap: '10px'
|
|
147
|
-
}
|
|
148
|
-
}, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
149
|
-
variant: "solid-blue",
|
|
150
|
-
tag: "a"
|
|
151
|
-
}, "button as anchor"));
|
|
152
|
-
};
|
|
153
|
-
exports.WithDifferentTag = WithDifferentTag;
|
|
154
|
-
var WithRoundedCorner = function WithRoundedCorner() {
|
|
155
|
-
return /*#__PURE__*/_react["default"].createElement(_Flex.Flex, {
|
|
156
|
-
style: {
|
|
157
|
-
gap: '10px'
|
|
158
|
-
}
|
|
159
|
-
}, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
160
|
-
variant: "solid-blue",
|
|
161
|
-
isRoundedCorner: true
|
|
162
|
-
}, "Rounded corner button"));
|
|
163
|
-
};
|
|
164
|
-
exports.WithRoundedCorner = WithRoundedCorner;
|