@salutejs/sdds-cs 0.319.0-canary.2021.15816853505.0 → 0.319.0-canary.2021.15824070198.0
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/components/Accordion/Accordion.config.js +101 -19
- package/components/Accordion/Accordion.js +18 -12
- package/components/Accordion/index.js +15 -14
- package/components/Attach/Attach.config.js +267 -26
- package/components/Attach/Attach.js +11 -11
- package/components/Attach/index.js +6 -7
- package/components/Autocomplete/Autocomplete.config.js +247 -30
- package/components/Autocomplete/Autocomplete.js +11 -7
- package/components/Autocomplete/index.js +6 -7
- package/components/Avatar/Avatar.config.js +197 -31
- package/components/Avatar/Avatar.js +19 -7
- package/components/Avatar/index.js +6 -7
- package/components/AvatarGroup/AvatarGroup.js +10 -6
- package/components/AvatarGroup/index.js +6 -7
- package/components/Badge/Badge.config.js +145 -30
- package/components/Badge/Badge.js +11 -11
- package/components/Badge/index.js +6 -7
- package/components/Breadcrumbs/Breadcrumbs.config.js +60 -18
- package/components/Breadcrumbs/Breadcrumbs.js +12 -12
- package/components/Breadcrumbs/index.js +6 -7
- package/components/Button/Button.config.js +174 -30
- package/components/Button/Button.js +146 -41
- package/components/Button/index.js +6 -7
- package/components/ButtonBase/index.js +6 -7
- package/components/ButtonGroup/ButtonGroup.config.js +228 -38
- package/components/ButtonGroup/ButtonGroup.js +11 -11
- package/components/ButtonGroup/index.js +6 -7
- package/components/Calendar/Calendar.js +39 -18
- package/components/Calendar/CalendarBase.config.js +128 -18
- package/components/Calendar/CalendarDouble.config.js +128 -18
- package/components/Calendar/index.js +24 -32
- package/components/Card/Card.config.js +81 -20
- package/components/Card/Card.js +22 -23
- package/components/Card/index.js +18 -20
- package/components/Cell/Cell.config.js +110 -16
- package/components/Cell/Cell.js +12 -12
- package/components/Cell/index.js +25 -33
- package/components/Checkbox/Checkbox.config.js +104 -25
- package/components/Checkbox/Checkbox.js +12 -11
- package/components/Checkbox/index.js +6 -7
- package/components/Chip/Chip.config.js +162 -25
- package/components/Chip/Chip.js +12 -12
- package/components/Chip/index.js +6 -7
- package/components/ChipGroup/ChipGroup.config.js +127 -24
- package/components/ChipGroup/ChipGroup.js +11 -7
- package/components/ChipGroup/index.js +6 -7
- package/components/Combobox/Combobox.config.js +313 -30
- package/components/Combobox/Combobox.js +50 -15
- package/components/Combobox/index.js +6 -7
- package/components/Counter/Counter.config.js +95 -21
- package/components/Counter/Counter.js +11 -11
- package/components/Counter/index.js +16 -15
- package/components/DatePicker/DatePicker.config.js +264 -24
- package/components/DatePicker/DatePicker.js +21 -9
- package/components/DatePicker/index.js +22 -27
- package/components/Divider/Divider.config.js +109 -27
- package/components/Divider/Divider.js +11 -11
- package/components/Divider/index.js +16 -15
- package/components/Drawer/Drawer.config.js +79 -22
- package/components/Drawer/Drawer.js +31 -29
- package/components/Drawer/index.js +21 -26
- package/components/Dropdown/Dropdown.config.js +94 -18
- package/components/Dropdown/Dropdown.js +50 -15
- package/components/Dropdown/index.js +6 -7
- package/components/Dropzone/Dropzone.config.js +86 -21
- package/components/Dropzone/Dropzone.js +11 -7
- package/components/Dropzone/index.js +19 -21
- package/components/EmptyState/EmptyState.config.js +114 -18
- package/components/EmptyState/EmptyState.js +19 -7
- package/components/EmptyState/index.js +6 -7
- package/components/Flow/Flow.config.js +11 -7
- package/components/Flow/Flow.js +11 -7
- package/components/Flow/index.js +6 -7
- package/components/Grid/Grid.config.js +71 -19
- package/components/Grid/Grid.js +21 -18
- package/components/Grid/index.js +18 -20
- package/components/IconButton/IconButton.config.js +146 -28
- package/components/IconButton/IconButton.js +12 -12
- package/components/IconButton/index.js +6 -7
- package/components/Image/Image.js +11 -11
- package/components/Image/index.js +6 -7
- package/components/Indicator/Indicator.config.js +138 -26
- package/components/Indicator/Indicator.js +19 -7
- package/components/Indicator/index.js +6 -7
- package/components/Link/Link.config.js +214 -29
- package/components/Link/Link.js +12 -11
- package/components/Link/index.js +6 -7
- package/components/Mask/Mask.js +10 -6
- package/components/Mask/index.js +6 -7
- package/components/Modal/Modal.config.js +47 -15
- package/components/Modal/Modal.js +12 -12
- package/components/Modal/index.js +16 -15
- package/components/Notification/Notification.config.js +163 -26
- package/components/Notification/Notification.js +38 -23
- package/components/Notification/index.js +22 -27
- package/components/NumberFormat/NumberFormat.js +10 -13
- package/components/NumberFormat/index.js +6 -7
- package/components/NumberInput/NumberInput.config.js +154 -34
- package/components/NumberInput/NumberInput.js +11 -7
- package/components/NumberInput/index.js +19 -21
- package/components/Overlay/index.js +6 -7
- package/components/Pagination/Pagination.config.js +139 -26
- package/components/Pagination/Pagination.js +12 -12
- package/components/Pagination/index.js +6 -7
- package/components/Popover/Popover.config.js +43 -15
- package/components/Popover/Popover.js +11 -7
- package/components/Popover/index.js +6 -7
- package/components/Popup/Popup.js +10 -10
- package/components/Popup/index.js +22 -27
- package/components/Portal/index.js +6 -7
- package/components/Price/Price.config.js +15 -11
- package/components/Price/Price.js +12 -12
- package/components/Price/index.js +16 -15
- package/components/Progress/Progress.config.js +95 -21
- package/components/Progress/Progress.js +12 -8
- package/components/Progress/index.js +6 -7
- package/components/Radiobox/Radiobox.config.js +106 -31
- package/components/Radiobox/Radiobox.js +19 -16
- package/components/Radiobox/index.js +15 -14
- package/components/Range/Range.config.js +157 -24
- package/components/Range/Range.js +11 -11
- package/components/Range/index.js +16 -15
- package/components/Rating/Rating.config.js +117 -20
- package/components/Rating/Rating.js +11 -7
- package/components/Rating/index.js +19 -21
- package/components/SSRProvider/index.js +6 -7
- package/components/Segment/Segment.js +27 -32
- package/components/Segment/SegmentGroup.config.js +130 -34
- package/components/Segment/SegmentItem.config.js +124 -25
- package/components/Segment/index.js +21 -26
- package/components/Select/Select.config.js +305 -35
- package/components/Select/Select.js +50 -15
- package/components/Select/index.js +6 -7
- package/components/Sheet/Sheet.config.js +63 -18
- package/components/Sheet/Sheet.js +12 -12
- package/components/Sheet/index.js +16 -15
- package/components/Skeleton/LineSkeleton.config.js +230 -31
- package/components/Skeleton/Skeleton.js +25 -20
- package/components/Skeleton/index.js +21 -26
- package/components/Slider/Slider.config.js +147 -22
- package/components/Slider/Slider.js +12 -13
- package/components/Slider/index.js +6 -7
- package/components/Spinner/Spinner.config.js +107 -23
- package/components/Spinner/Spinner.js +23 -15
- package/components/Spinner/index.js +6 -7
- package/components/Steps/Steps.config.js +105 -18
- package/components/Steps/Steps.js +12 -8
- package/components/Steps/index.js +6 -7
- package/components/Switch/Switch.config.js +149 -31
- package/components/Switch/Switch.js +12 -8
- package/components/Switch/index.js +6 -7
- package/components/Table/Table.config.js +257 -21
- package/components/Table/Table.js +12 -12
- package/components/Table/index.js +6 -7
- package/components/Tabs/TabItem.js +26 -21
- package/components/Tabs/Tabs.js +26 -21
- package/components/Tabs/TabsController.js +15 -16
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +230 -30
- package/components/Tabs/horizontal/HorizontalTabs.config.js +266 -37
- package/components/Tabs/index.js +27 -35
- package/components/Tabs/vertical/VerticalTabItem.config.js +125 -24
- package/components/Tabs/vertical/VerticalTabs.config.js +98 -24
- package/components/TextArea/TextArea.config.js +367 -42
- package/components/TextArea/TextArea.js +12 -12
- package/components/TextArea/index.js +6 -7
- package/components/TextField/TextField.config.js +338 -40
- package/components/TextField/TextField.js +11 -11
- package/components/TextField/index.js +16 -15
- package/components/Toast/Toast.config.js +127 -35
- package/components/Toast/Toast.js +26 -14
- package/components/Toast/index.js +18 -20
- package/components/ToastNew/ToastNew.config.js +80 -21
- package/components/ToastNew/ToastNew.js +20 -8
- package/components/ToastNew/index.js +15 -14
- package/components/Tokens/Colors/Colors.styles.js +147 -51
- package/components/Tokens/NumberTokens/NumberTokens.styles.js +70 -23
- package/components/Tokens/Typography/Typography.styles.js +204 -76
- package/components/Toolbar/Toolbar.config.js +57 -18
- package/components/Toolbar/Toolbar.js +21 -13
- package/components/Toolbar/index.js +19 -21
- package/components/Tooltip/Tooltip.config.js +71 -19
- package/components/Tooltip/Tooltip.js +11 -7
- package/components/Tooltip/index.js +6 -7
- package/components/Tree/Tree.config.js +83 -18
- package/components/Tree/Tree.js +11 -7
- package/components/Tree/index.js +6 -7
- package/components/Typography/Body.config.js +161 -47
- package/components/Typography/Dspl.config.js +105 -31
- package/components/Typography/Heading.config.js +161 -47
- package/components/Typography/Text.config.js +133 -39
- package/components/Typography/Typography.js +116 -59
- package/components/Typography/index.js +62 -106
- package/components/ViewContainer/ViewContainer.config.js +46 -14
- package/components/ViewContainer/ViewContainer.js +11 -7
- package/components/ViewContainer/index.js +6 -7
- package/emotion/cjs/components/Accordion/Accordion.config.js +101 -19
- package/emotion/cjs/components/Accordion/Accordion.js +18 -12
- package/emotion/cjs/components/Accordion/index.js +15 -14
- package/emotion/cjs/components/Attach/Attach.config.js +267 -26
- package/emotion/cjs/components/Attach/Attach.js +11 -11
- package/emotion/cjs/components/Attach/index.js +6 -7
- package/emotion/cjs/components/Autocomplete/Autocomplete.config.js +247 -30
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +11 -7
- package/emotion/cjs/components/Autocomplete/index.js +6 -7
- package/emotion/cjs/components/Avatar/Avatar.config.js +197 -31
- package/emotion/cjs/components/Avatar/Avatar.js +19 -7
- package/emotion/cjs/components/Avatar/index.js +6 -7
- package/emotion/cjs/components/AvatarGroup/AvatarGroup.js +10 -6
- package/emotion/cjs/components/AvatarGroup/index.js +6 -7
- package/emotion/cjs/components/Badge/Badge.config.js +145 -30
- package/emotion/cjs/components/Badge/Badge.js +11 -11
- package/emotion/cjs/components/Badge/index.js +6 -7
- package/emotion/cjs/components/Breadcrumbs/Breadcrumbs.config.js +60 -18
- package/emotion/cjs/components/Breadcrumbs/Breadcrumbs.js +12 -12
- package/emotion/cjs/components/Breadcrumbs/index.js +6 -7
- package/emotion/cjs/components/Button/Button.config.js +174 -30
- package/emotion/cjs/components/Button/Button.js +146 -41
- package/emotion/cjs/components/Button/index.js +6 -7
- package/emotion/cjs/components/ButtonBase/index.js +6 -7
- package/emotion/cjs/components/ButtonGroup/ButtonGroup.config.js +228 -38
- package/emotion/cjs/components/ButtonGroup/ButtonGroup.js +11 -11
- package/emotion/cjs/components/ButtonGroup/index.js +6 -7
- package/emotion/cjs/components/Calendar/Calendar.js +39 -18
- package/emotion/cjs/components/Calendar/CalendarBase.config.js +128 -18
- package/emotion/cjs/components/Calendar/CalendarDouble.config.js +128 -18
- package/emotion/cjs/components/Calendar/index.js +24 -32
- package/emotion/cjs/components/Card/Card.config.js +81 -20
- package/emotion/cjs/components/Card/Card.js +22 -23
- package/emotion/cjs/components/Card/index.js +18 -20
- package/emotion/cjs/components/Cell/Cell.config.js +110 -16
- package/emotion/cjs/components/Cell/Cell.js +12 -12
- package/emotion/cjs/components/Cell/index.js +25 -33
- package/emotion/cjs/components/Checkbox/Checkbox.config.js +104 -25
- package/emotion/cjs/components/Checkbox/Checkbox.js +12 -11
- package/emotion/cjs/components/Checkbox/index.js +6 -7
- package/emotion/cjs/components/Chip/Chip.config.js +162 -25
- package/emotion/cjs/components/Chip/Chip.js +12 -12
- package/emotion/cjs/components/Chip/index.js +6 -7
- package/emotion/cjs/components/ChipGroup/ChipGroup.config.js +127 -24
- package/emotion/cjs/components/ChipGroup/ChipGroup.js +11 -7
- package/emotion/cjs/components/ChipGroup/index.js +6 -7
- package/emotion/cjs/components/Combobox/Combobox.config.js +313 -30
- package/emotion/cjs/components/Combobox/Combobox.js +50 -15
- package/emotion/cjs/components/Combobox/index.js +6 -7
- package/emotion/cjs/components/Counter/Counter.config.js +95 -21
- package/emotion/cjs/components/Counter/Counter.js +11 -11
- package/emotion/cjs/components/Counter/index.js +16 -15
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +264 -24
- package/emotion/cjs/components/DatePicker/DatePicker.js +21 -9
- package/emotion/cjs/components/DatePicker/index.js +22 -27
- package/emotion/cjs/components/Divider/Divider.config.js +109 -27
- package/emotion/cjs/components/Divider/Divider.js +11 -11
- package/emotion/cjs/components/Divider/index.js +16 -15
- package/emotion/cjs/components/Drawer/Drawer.config.js +79 -22
- package/emotion/cjs/components/Drawer/Drawer.js +31 -29
- package/emotion/cjs/components/Drawer/index.js +21 -26
- package/emotion/cjs/components/Dropdown/Dropdown.config.js +94 -18
- package/emotion/cjs/components/Dropdown/Dropdown.js +50 -15
- package/emotion/cjs/components/Dropdown/index.js +6 -7
- package/emotion/cjs/components/Dropzone/Dropzone.config.js +86 -21
- package/emotion/cjs/components/Dropzone/Dropzone.js +11 -7
- package/emotion/cjs/components/Dropzone/index.js +19 -21
- package/emotion/cjs/components/EmptyState/EmptyState.config.js +114 -18
- package/emotion/cjs/components/EmptyState/EmptyState.js +19 -7
- package/emotion/cjs/components/EmptyState/index.js +6 -7
- package/emotion/cjs/components/Flow/Flow.config.js +11 -7
- package/emotion/cjs/components/Flow/Flow.js +11 -7
- package/emotion/cjs/components/Flow/index.js +6 -7
- package/emotion/cjs/components/Grid/Grid.config.js +71 -19
- package/emotion/cjs/components/Grid/Grid.js +21 -18
- package/emotion/cjs/components/Grid/index.js +18 -20
- package/emotion/cjs/components/IconButton/IconButton.config.js +146 -28
- package/emotion/cjs/components/IconButton/IconButton.js +12 -12
- package/emotion/cjs/components/IconButton/index.js +6 -7
- package/emotion/cjs/components/Image/Image.js +11 -11
- package/emotion/cjs/components/Image/index.js +6 -7
- package/emotion/cjs/components/Indicator/Indicator.config.js +138 -26
- package/emotion/cjs/components/Indicator/Indicator.js +19 -7
- package/emotion/cjs/components/Indicator/index.js +6 -7
- package/emotion/cjs/components/Link/Link.config.js +214 -29
- package/emotion/cjs/components/Link/Link.js +12 -11
- package/emotion/cjs/components/Link/index.js +6 -7
- package/emotion/cjs/components/Mask/Mask.js +10 -6
- package/emotion/cjs/components/Mask/index.js +6 -7
- package/emotion/cjs/components/Modal/Modal.config.js +47 -15
- package/emotion/cjs/components/Modal/Modal.js +12 -12
- package/emotion/cjs/components/Modal/index.js +16 -15
- package/emotion/cjs/components/Notification/Notification.config.js +163 -26
- package/emotion/cjs/components/Notification/Notification.js +38 -23
- package/emotion/cjs/components/Notification/index.js +22 -27
- package/emotion/cjs/components/NumberFormat/NumberFormat.js +10 -13
- package/emotion/cjs/components/NumberFormat/index.js +6 -7
- package/emotion/cjs/components/NumberInput/NumberInput.config.js +154 -34
- package/emotion/cjs/components/NumberInput/NumberInput.js +11 -7
- package/emotion/cjs/components/NumberInput/index.js +19 -21
- package/emotion/cjs/components/Overlay/index.js +6 -7
- package/emotion/cjs/components/Pagination/Pagination.config.js +139 -26
- package/emotion/cjs/components/Pagination/Pagination.js +12 -12
- package/emotion/cjs/components/Pagination/index.js +6 -7
- package/emotion/cjs/components/Popover/Popover.config.js +43 -15
- package/emotion/cjs/components/Popover/Popover.js +11 -7
- package/emotion/cjs/components/Popover/index.js +6 -7
- package/emotion/cjs/components/Popup/Popup.js +10 -10
- package/emotion/cjs/components/Popup/index.js +22 -27
- package/emotion/cjs/components/Portal/index.js +6 -7
- package/emotion/cjs/components/Price/Price.config.js +15 -11
- package/emotion/cjs/components/Price/Price.js +12 -12
- package/emotion/cjs/components/Price/index.js +16 -15
- package/emotion/cjs/components/Progress/Progress.config.js +95 -21
- package/emotion/cjs/components/Progress/Progress.js +12 -8
- package/emotion/cjs/components/Progress/index.js +6 -7
- package/emotion/cjs/components/Radiobox/Radiobox.config.js +106 -31
- package/emotion/cjs/components/Radiobox/Radiobox.js +19 -16
- package/emotion/cjs/components/Radiobox/index.js +15 -14
- package/emotion/cjs/components/Range/Range.config.js +157 -24
- package/emotion/cjs/components/Range/Range.js +11 -11
- package/emotion/cjs/components/Range/index.js +16 -15
- package/emotion/cjs/components/Rating/Rating.config.js +117 -20
- package/emotion/cjs/components/Rating/Rating.js +11 -7
- package/emotion/cjs/components/Rating/index.js +19 -21
- package/emotion/cjs/components/SSRProvider/index.js +6 -7
- package/emotion/cjs/components/Segment/Segment.js +27 -32
- package/emotion/cjs/components/Segment/SegmentGroup.config.js +130 -34
- package/emotion/cjs/components/Segment/SegmentItem.config.js +124 -25
- package/emotion/cjs/components/Segment/index.js +21 -26
- package/emotion/cjs/components/Select/Select.config.js +305 -35
- package/emotion/cjs/components/Select/Select.js +50 -15
- package/emotion/cjs/components/Select/index.js +6 -7
- package/emotion/cjs/components/Sheet/Sheet.config.js +63 -18
- package/emotion/cjs/components/Sheet/Sheet.js +12 -12
- package/emotion/cjs/components/Sheet/index.js +16 -15
- package/emotion/cjs/components/Skeleton/LineSkeleton.config.js +230 -31
- package/emotion/cjs/components/Skeleton/Skeleton.js +25 -20
- package/emotion/cjs/components/Skeleton/index.js +21 -26
- package/emotion/cjs/components/Slider/Slider.config.js +147 -22
- package/emotion/cjs/components/Slider/Slider.js +12 -13
- package/emotion/cjs/components/Slider/index.js +6 -7
- package/emotion/cjs/components/Spinner/Spinner.config.js +107 -23
- package/emotion/cjs/components/Spinner/Spinner.js +23 -15
- package/emotion/cjs/components/Spinner/index.js +6 -7
- package/emotion/cjs/components/Steps/Steps.config.js +105 -18
- package/emotion/cjs/components/Steps/Steps.js +12 -8
- package/emotion/cjs/components/Steps/index.js +6 -7
- package/emotion/cjs/components/Switch/Switch.config.js +149 -31
- package/emotion/cjs/components/Switch/Switch.js +12 -8
- package/emotion/cjs/components/Switch/index.js +6 -7
- package/emotion/cjs/components/Table/Table.config.js +257 -21
- package/emotion/cjs/components/Table/Table.js +12 -12
- package/emotion/cjs/components/Table/index.js +6 -7
- package/emotion/cjs/components/Tabs/TabItem.js +26 -21
- package/emotion/cjs/components/Tabs/Tabs.js +26 -21
- package/emotion/cjs/components/Tabs/TabsController.js +15 -16
- package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +230 -30
- package/emotion/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +266 -37
- package/emotion/cjs/components/Tabs/index.js +27 -35
- package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +125 -24
- package/emotion/cjs/components/Tabs/vertical/VerticalTabs.config.js +98 -24
- package/emotion/cjs/components/TextArea/TextArea.config.js +367 -42
- package/emotion/cjs/components/TextArea/TextArea.js +12 -12
- package/emotion/cjs/components/TextArea/index.js +6 -7
- package/emotion/cjs/components/TextField/TextField.config.js +338 -40
- package/emotion/cjs/components/TextField/TextField.js +11 -11
- package/emotion/cjs/components/TextField/index.js +16 -15
- package/emotion/cjs/components/Toast/Toast.config.js +127 -35
- package/emotion/cjs/components/Toast/Toast.js +26 -14
- package/emotion/cjs/components/Toast/index.js +18 -20
- package/emotion/cjs/components/ToastNew/ToastNew.config.js +80 -21
- package/emotion/cjs/components/ToastNew/ToastNew.js +20 -8
- package/emotion/cjs/components/ToastNew/index.js +15 -14
- package/emotion/cjs/components/Tokens/Colors/Colors.styles.js +147 -27
- package/emotion/cjs/components/Tokens/NumberTokens/NumberTokens.styles.js +70 -13
- package/emotion/cjs/components/Tokens/Typography/Typography.styles.js +204 -44
- package/emotion/cjs/components/Toolbar/Toolbar.config.js +57 -18
- package/emotion/cjs/components/Toolbar/Toolbar.js +21 -13
- package/emotion/cjs/components/Toolbar/index.js +19 -21
- package/emotion/cjs/components/Tooltip/Tooltip.config.js +71 -19
- package/emotion/cjs/components/Tooltip/Tooltip.js +11 -7
- package/emotion/cjs/components/Tooltip/index.js +6 -7
- package/emotion/cjs/components/Tree/Tree.config.js +83 -18
- package/emotion/cjs/components/Tree/Tree.js +11 -7
- package/emotion/cjs/components/Tree/index.js +6 -7
- package/emotion/cjs/components/Typography/Body.config.js +161 -47
- package/emotion/cjs/components/Typography/Dspl.config.js +105 -31
- package/emotion/cjs/components/Typography/Heading.config.js +161 -47
- package/emotion/cjs/components/Typography/Text.config.js +133 -39
- package/emotion/cjs/components/Typography/Typography.js +116 -59
- package/emotion/cjs/components/Typography/index.js +62 -106
- package/emotion/cjs/components/ViewContainer/ViewContainer.config.js +46 -14
- package/emotion/cjs/components/ViewContainer/ViewContainer.js +11 -7
- package/emotion/cjs/components/ViewContainer/index.js +6 -7
- package/emotion/cjs/helpers/index.js +25 -0
- package/emotion/cjs/index.js +81 -729
- package/emotion/cjs/mixins/index.js +61 -20
- package/emotion/cjs/tokens/index.js +126 -255
- package/emotion/es/components/Accordion/Accordion.config.js +92 -14
- package/emotion/es/components/Accordion/Accordion.js +3 -3
- package/emotion/es/components/Accordion/index.js +1 -1
- package/emotion/es/components/Attach/Attach.config.js +258 -21
- package/emotion/es/components/Attach/Attach.js +2 -4
- package/emotion/es/components/Attach/index.js +1 -1
- package/emotion/es/components/Autocomplete/Autocomplete.config.js +238 -25
- package/emotion/es/components/Autocomplete/Autocomplete.js +2 -2
- package/emotion/es/components/Autocomplete/index.js +1 -1
- package/emotion/es/components/Avatar/Avatar.config.js +188 -26
- package/emotion/es/components/Avatar/Avatar.js +3 -3
- package/emotion/es/components/Avatar/index.js +1 -1
- package/emotion/es/components/AvatarGroup/AvatarGroup.js +2 -2
- package/emotion/es/components/AvatarGroup/index.js +1 -1
- package/emotion/es/components/Badge/Badge.config.js +136 -25
- package/emotion/es/components/Badge/Badge.js +2 -4
- package/emotion/es/components/Badge/index.js +1 -1
- package/emotion/es/components/Breadcrumbs/Breadcrumbs.config.js +51 -13
- package/emotion/es/components/Breadcrumbs/Breadcrumbs.js +3 -5
- package/emotion/es/components/Breadcrumbs/index.js +1 -1
- package/emotion/es/components/Button/Button.config.js +165 -25
- package/emotion/es/components/Button/Button.js +89 -28
- package/emotion/es/components/Button/index.js +1 -1
- package/emotion/es/components/ButtonBase/index.js +1 -1
- package/emotion/es/components/ButtonGroup/ButtonGroup.config.js +219 -33
- package/emotion/es/components/ButtonGroup/ButtonGroup.js +2 -4
- package/emotion/es/components/ButtonGroup/index.js +1 -1
- package/emotion/es/components/Calendar/Calendar.js +12 -12
- package/emotion/es/components/Calendar/CalendarBase.config.js +119 -13
- package/emotion/es/components/Calendar/CalendarDouble.config.js +119 -13
- package/emotion/es/components/Calendar/index.js +1 -1
- package/emotion/es/components/Card/Card.config.js +72 -15
- package/emotion/es/components/Card/Card.js +4 -6
- package/emotion/es/components/Card/index.js +1 -1
- package/emotion/es/components/Cell/Cell.config.js +101 -11
- package/emotion/es/components/Cell/Cell.js +3 -5
- package/emotion/es/components/Cell/index.js +1 -1
- package/emotion/es/components/Checkbox/Checkbox.config.js +95 -20
- package/emotion/es/components/Checkbox/Checkbox.js +3 -4
- package/emotion/es/components/Checkbox/index.js +1 -1
- package/emotion/es/components/Chip/Chip.config.js +153 -20
- package/emotion/es/components/Chip/Chip.js +3 -5
- package/emotion/es/components/Chip/index.js +1 -1
- package/emotion/es/components/ChipGroup/ChipGroup.config.js +118 -19
- package/emotion/es/components/ChipGroup/ChipGroup.js +2 -2
- package/emotion/es/components/ChipGroup/index.js +1 -1
- package/emotion/es/components/Combobox/Combobox.config.js +304 -25
- package/emotion/es/components/Combobox/Combobox.js +36 -9
- package/emotion/es/components/Combobox/index.js +1 -1
- package/emotion/es/components/Counter/Counter.config.js +86 -16
- package/emotion/es/components/Counter/Counter.js +2 -4
- package/emotion/es/components/Counter/index.js +1 -1
- package/emotion/es/components/DatePicker/DatePicker.config.js +255 -19
- package/emotion/es/components/DatePicker/DatePicker.js +4 -4
- package/emotion/es/components/DatePicker/index.js +1 -1
- package/emotion/es/components/Divider/Divider.config.js +100 -22
- package/emotion/es/components/Divider/Divider.js +2 -4
- package/emotion/es/components/Divider/index.js +1 -1
- package/emotion/es/components/Drawer/Drawer.config.js +70 -17
- package/emotion/es/components/Drawer/Drawer.js +8 -16
- package/emotion/es/components/Drawer/index.js +1 -1
- package/emotion/es/components/Dropdown/Dropdown.config.js +85 -13
- package/emotion/es/components/Dropdown/Dropdown.js +36 -9
- package/emotion/es/components/Dropdown/index.js +1 -1
- package/emotion/es/components/Dropzone/Dropzone.config.js +77 -16
- package/emotion/es/components/Dropzone/Dropzone.js +2 -2
- package/emotion/es/components/Dropzone/index.js +1 -1
- package/emotion/es/components/EmptyState/EmptyState.config.js +105 -13
- package/emotion/es/components/EmptyState/EmptyState.js +2 -2
- package/emotion/es/components/EmptyState/index.js +1 -1
- package/emotion/es/components/Flow/Flow.config.js +3 -3
- package/emotion/es/components/Flow/Flow.js +2 -2
- package/emotion/es/components/Flow/index.js +1 -1
- package/emotion/es/components/Grid/Grid.config.js +62 -14
- package/emotion/es/components/Grid/Grid.js +2 -2
- package/emotion/es/components/Grid/index.js +1 -1
- package/emotion/es/components/IconButton/IconButton.config.js +137 -23
- package/emotion/es/components/IconButton/IconButton.js +3 -5
- package/emotion/es/components/IconButton/index.js +1 -1
- package/emotion/es/components/Image/Image.js +3 -5
- package/emotion/es/components/Image/index.js +1 -1
- package/emotion/es/components/Indicator/Indicator.config.js +129 -21
- package/emotion/es/components/Indicator/Indicator.js +3 -3
- package/emotion/es/components/Indicator/index.js +1 -1
- package/emotion/es/components/Link/Link.config.js +205 -24
- package/emotion/es/components/Link/Link.js +3 -4
- package/emotion/es/components/Link/index.js +1 -1
- package/emotion/es/components/Mask/Mask.js +1 -1
- package/emotion/es/components/Mask/index.js +1 -1
- package/emotion/es/components/Modal/Modal.config.js +38 -10
- package/emotion/es/components/Modal/Modal.js +3 -5
- package/emotion/es/components/Modal/index.js +1 -1
- package/emotion/es/components/Notification/Notification.config.js +154 -21
- package/emotion/es/components/Notification/Notification.js +11 -15
- package/emotion/es/components/Notification/index.js +1 -1
- package/emotion/es/components/NumberFormat/NumberFormat.js +1 -9
- package/emotion/es/components/NumberFormat/index.js +1 -1
- package/emotion/es/components/NumberInput/NumberInput.config.js +145 -29
- package/emotion/es/components/NumberInput/NumberInput.js +2 -2
- package/emotion/es/components/NumberInput/index.js +1 -1
- package/emotion/es/components/Overlay/index.js +1 -1
- package/emotion/es/components/Pagination/Pagination.config.js +130 -21
- package/emotion/es/components/Pagination/Pagination.js +3 -5
- package/emotion/es/components/Pagination/index.js +1 -1
- package/emotion/es/components/Popover/Popover.config.js +34 -10
- package/emotion/es/components/Popover/Popover.js +2 -2
- package/emotion/es/components/Popover/index.js +1 -1
- package/emotion/es/components/Popup/Popup.js +2 -4
- package/emotion/es/components/Popup/index.js +1 -1
- package/emotion/es/components/Portal/index.js +1 -1
- package/emotion/es/components/Price/Price.config.js +7 -7
- package/emotion/es/components/Price/Price.js +3 -5
- package/emotion/es/components/Price/index.js +1 -1
- package/emotion/es/components/Progress/Progress.config.js +86 -16
- package/emotion/es/components/Progress/Progress.js +3 -3
- package/emotion/es/components/Progress/index.js +1 -1
- package/emotion/es/components/Radiobox/Radiobox.config.js +97 -26
- package/emotion/es/components/Radiobox/Radiobox.js +4 -5
- package/emotion/es/components/Radiobox/index.js +1 -1
- package/emotion/es/components/Range/Range.config.js +148 -19
- package/emotion/es/components/Range/Range.js +2 -4
- package/emotion/es/components/Range/index.js +1 -1
- package/emotion/es/components/Rating/Rating.config.js +108 -15
- package/emotion/es/components/Rating/Rating.js +2 -2
- package/emotion/es/components/Rating/index.js +1 -1
- package/emotion/es/components/SSRProvider/index.js +1 -1
- package/emotion/es/components/Segment/Segment.js +5 -10
- package/emotion/es/components/Segment/SegmentGroup.config.js +121 -29
- package/emotion/es/components/Segment/SegmentItem.config.js +115 -20
- package/emotion/es/components/Segment/index.js +1 -1
- package/emotion/es/components/Select/Select.config.js +295 -29
- package/emotion/es/components/Select/Select.js +36 -9
- package/emotion/es/components/Select/index.js +1 -1
- package/emotion/es/components/Sheet/Sheet.config.js +54 -13
- package/emotion/es/components/Sheet/Sheet.js +3 -5
- package/emotion/es/components/Sheet/index.js +1 -1
- package/emotion/es/components/Skeleton/LineSkeleton.config.js +221 -26
- package/emotion/es/components/Skeleton/Skeleton.js +4 -4
- package/emotion/es/components/Skeleton/index.js +1 -1
- package/emotion/es/components/Slider/Slider.config.js +138 -17
- package/emotion/es/components/Slider/Slider.js +3 -5
- package/emotion/es/components/Slider/index.js +1 -1
- package/emotion/es/components/Spinner/Spinner.config.js +98 -18
- package/emotion/es/components/Spinner/Spinner.js +8 -6
- package/emotion/es/components/Spinner/index.js +1 -1
- package/emotion/es/components/Steps/Steps.config.js +96 -13
- package/emotion/es/components/Steps/Steps.js +3 -3
- package/emotion/es/components/Steps/index.js +1 -1
- package/emotion/es/components/Switch/Switch.config.js +140 -26
- package/emotion/es/components/Switch/Switch.js +3 -3
- package/emotion/es/components/Switch/index.js +1 -1
- package/emotion/es/components/Table/Table.config.js +248 -16
- package/emotion/es/components/Table/Table.js +3 -5
- package/emotion/es/components/Table/index.js +1 -1
- package/emotion/es/components/Tabs/TabItem.js +10 -11
- package/emotion/es/components/Tabs/Tabs.js +10 -11
- package/emotion/es/components/Tabs/TabsController.js +5 -7
- package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +221 -25
- package/emotion/es/components/Tabs/horizontal/HorizontalTabs.config.js +257 -32
- package/emotion/es/components/Tabs/index.js +1 -1
- package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +116 -19
- package/emotion/es/components/Tabs/vertical/VerticalTabs.config.js +89 -19
- package/emotion/es/components/TextArea/TextArea.config.js +358 -37
- package/emotion/es/components/TextArea/TextArea.js +3 -5
- package/emotion/es/components/TextArea/index.js +1 -1
- package/emotion/es/components/TextField/TextField.config.js +329 -35
- package/emotion/es/components/TextField/TextField.js +2 -4
- package/emotion/es/components/TextField/index.js +1 -1
- package/emotion/es/components/Toast/Toast.config.js +118 -30
- package/emotion/es/components/Toast/Toast.js +4 -4
- package/emotion/es/components/Toast/index.js +1 -1
- package/emotion/es/components/ToastNew/ToastNew.config.js +71 -16
- package/emotion/es/components/ToastNew/ToastNew.js +3 -3
- package/emotion/es/components/ToastNew/index.js +1 -1
- package/emotion/es/components/Tokens/Colors/Colors.styles.js +90 -19
- package/emotion/es/components/Tokens/NumberTokens/NumberTokens.styles.js +37 -8
- package/emotion/es/components/Tokens/Typography/Typography.styles.js +135 -36
- package/emotion/es/components/Toolbar/Toolbar.config.js +48 -13
- package/emotion/es/components/Toolbar/Toolbar.js +4 -6
- package/emotion/es/components/Toolbar/index.js +1 -1
- package/emotion/es/components/Tooltip/Tooltip.config.js +62 -14
- package/emotion/es/components/Tooltip/Tooltip.js +2 -2
- package/emotion/es/components/Tooltip/index.js +1 -1
- package/emotion/es/components/Tree/Tree.config.js +74 -13
- package/emotion/es/components/Tree/Tree.js +2 -2
- package/emotion/es/components/Tree/index.js +1 -1
- package/emotion/es/components/Typography/Body.config.js +131 -38
- package/emotion/es/components/Typography/Dspl.config.js +83 -24
- package/emotion/es/components/Typography/Heading.config.js +131 -38
- package/emotion/es/components/Typography/Text.config.js +107 -31
- package/emotion/es/components/Typography/Typography.js +35 -35
- package/emotion/es/components/Typography/index.js +1 -1
- package/emotion/es/components/ViewContainer/ViewContainer.config.js +36 -8
- package/emotion/es/components/ViewContainer/ViewContainer.js +2 -2
- package/emotion/es/components/ViewContainer/index.js +1 -1
- package/emotion/es/index.js +1 -1
- package/emotion/es/mixins/index.js +1 -1
- package/emotion/es/tokens/index.js +1 -1
- package/es/components/Accordion/Accordion.config.js +92 -14
- package/es/components/Accordion/Accordion.js +3 -3
- package/es/components/Accordion/index.js +1 -1
- package/es/components/Attach/Attach.config.js +258 -21
- package/es/components/Attach/Attach.js +2 -4
- package/es/components/Attach/index.js +1 -1
- package/es/components/Autocomplete/Autocomplete.config.js +238 -25
- package/es/components/Autocomplete/Autocomplete.js +2 -2
- package/es/components/Autocomplete/index.js +1 -1
- package/es/components/Avatar/Avatar.config.js +188 -26
- package/es/components/Avatar/Avatar.js +3 -3
- package/es/components/Avatar/index.js +1 -1
- package/es/components/AvatarGroup/AvatarGroup.js +2 -2
- package/es/components/AvatarGroup/index.js +1 -1
- package/es/components/Badge/Badge.config.js +136 -25
- package/es/components/Badge/Badge.js +2 -4
- package/es/components/Badge/index.js +1 -1
- package/es/components/Breadcrumbs/Breadcrumbs.config.js +51 -13
- package/es/components/Breadcrumbs/Breadcrumbs.js +3 -5
- package/es/components/Breadcrumbs/index.js +1 -1
- package/es/components/Button/Button.config.js +165 -25
- package/es/components/Button/Button.js +89 -28
- package/es/components/Button/index.js +1 -1
- package/es/components/ButtonBase/index.js +1 -1
- package/es/components/ButtonGroup/ButtonGroup.config.js +219 -33
- package/es/components/ButtonGroup/ButtonGroup.js +2 -4
- package/es/components/ButtonGroup/index.js +1 -1
- package/es/components/Calendar/Calendar.js +12 -12
- package/es/components/Calendar/CalendarBase.config.js +119 -13
- package/es/components/Calendar/CalendarDouble.config.js +119 -13
- package/es/components/Calendar/index.js +1 -1
- package/es/components/Card/Card.config.js +72 -15
- package/es/components/Card/Card.js +4 -6
- package/es/components/Card/index.js +1 -1
- package/es/components/Cell/Cell.config.js +101 -11
- package/es/components/Cell/Cell.js +3 -5
- package/es/components/Cell/index.js +1 -1
- package/es/components/Checkbox/Checkbox.config.js +95 -20
- package/es/components/Checkbox/Checkbox.js +3 -4
- package/es/components/Checkbox/index.js +1 -1
- package/es/components/Chip/Chip.config.js +153 -20
- package/es/components/Chip/Chip.js +3 -5
- package/es/components/Chip/index.js +1 -1
- package/es/components/ChipGroup/ChipGroup.config.js +118 -19
- package/es/components/ChipGroup/ChipGroup.js +2 -2
- package/es/components/ChipGroup/index.js +1 -1
- package/es/components/Combobox/Combobox.config.js +304 -25
- package/es/components/Combobox/Combobox.js +36 -9
- package/es/components/Combobox/index.js +1 -1
- package/es/components/Counter/Counter.config.js +86 -16
- package/es/components/Counter/Counter.js +2 -4
- package/es/components/Counter/index.js +1 -1
- package/es/components/DatePicker/DatePicker.config.js +255 -19
- package/es/components/DatePicker/DatePicker.js +4 -4
- package/es/components/DatePicker/index.js +1 -1
- package/es/components/Divider/Divider.config.js +100 -22
- package/es/components/Divider/Divider.js +2 -4
- package/es/components/Divider/index.js +1 -1
- package/es/components/Drawer/Drawer.config.js +70 -17
- package/es/components/Drawer/Drawer.js +8 -16
- package/es/components/Drawer/index.js +1 -1
- package/es/components/Dropdown/Dropdown.config.js +85 -13
- package/es/components/Dropdown/Dropdown.js +36 -9
- package/es/components/Dropdown/index.js +1 -1
- package/es/components/Dropzone/Dropzone.config.js +77 -16
- package/es/components/Dropzone/Dropzone.js +2 -2
- package/es/components/Dropzone/index.js +1 -1
- package/es/components/EmptyState/EmptyState.config.js +105 -13
- package/es/components/EmptyState/EmptyState.js +2 -2
- package/es/components/EmptyState/index.js +1 -1
- package/es/components/Flow/Flow.config.js +3 -3
- package/es/components/Flow/Flow.js +2 -2
- package/es/components/Flow/index.js +1 -1
- package/es/components/Grid/Grid.config.js +62 -14
- package/es/components/Grid/Grid.js +2 -2
- package/es/components/Grid/index.js +1 -1
- package/es/components/IconButton/IconButton.config.js +137 -23
- package/es/components/IconButton/IconButton.js +3 -5
- package/es/components/IconButton/index.js +1 -1
- package/es/components/Image/Image.js +3 -5
- package/es/components/Image/index.js +1 -1
- package/es/components/Indicator/Indicator.config.js +129 -21
- package/es/components/Indicator/Indicator.js +3 -3
- package/es/components/Indicator/index.js +1 -1
- package/es/components/Link/Link.config.js +205 -24
- package/es/components/Link/Link.js +3 -4
- package/es/components/Link/index.js +1 -1
- package/es/components/Mask/Mask.js +1 -1
- package/es/components/Mask/index.js +1 -1
- package/es/components/Modal/Modal.config.js +38 -10
- package/es/components/Modal/Modal.js +3 -5
- package/es/components/Modal/index.js +1 -1
- package/es/components/Notification/Notification.config.js +154 -21
- package/es/components/Notification/Notification.js +11 -15
- package/es/components/Notification/index.js +1 -1
- package/es/components/NumberFormat/NumberFormat.js +1 -9
- package/es/components/NumberFormat/index.js +1 -1
- package/es/components/NumberInput/NumberInput.config.js +145 -29
- package/es/components/NumberInput/NumberInput.js +2 -2
- package/es/components/NumberInput/index.js +1 -1
- package/es/components/Overlay/index.js +1 -1
- package/es/components/Pagination/Pagination.config.js +130 -21
- package/es/components/Pagination/Pagination.js +3 -5
- package/es/components/Pagination/index.js +1 -1
- package/es/components/Popover/Popover.config.js +34 -10
- package/es/components/Popover/Popover.js +2 -2
- package/es/components/Popover/index.js +1 -1
- package/es/components/Popup/Popup.js +2 -4
- package/es/components/Popup/index.js +1 -1
- package/es/components/Portal/index.js +1 -1
- package/es/components/Price/Price.config.js +7 -7
- package/es/components/Price/Price.js +3 -5
- package/es/components/Price/index.js +1 -1
- package/es/components/Progress/Progress.config.js +86 -16
- package/es/components/Progress/Progress.js +3 -3
- package/es/components/Progress/index.js +1 -1
- package/es/components/Radiobox/Radiobox.config.js +97 -26
- package/es/components/Radiobox/Radiobox.js +4 -5
- package/es/components/Radiobox/index.js +1 -1
- package/es/components/Range/Range.config.js +148 -19
- package/es/components/Range/Range.js +2 -4
- package/es/components/Range/index.js +1 -1
- package/es/components/Rating/Rating.config.js +108 -15
- package/es/components/Rating/Rating.js +2 -2
- package/es/components/Rating/index.js +1 -1
- package/es/components/SSRProvider/index.js +1 -1
- package/es/components/Segment/Segment.js +5 -10
- package/es/components/Segment/SegmentGroup.config.js +121 -29
- package/es/components/Segment/SegmentItem.config.js +115 -20
- package/es/components/Segment/index.js +1 -1
- package/es/components/Select/Select.config.js +295 -29
- package/es/components/Select/Select.js +36 -9
- package/es/components/Select/index.js +1 -1
- package/es/components/Sheet/Sheet.config.js +54 -13
- package/es/components/Sheet/Sheet.js +3 -5
- package/es/components/Sheet/index.js +1 -1
- package/es/components/Skeleton/LineSkeleton.config.js +221 -26
- package/es/components/Skeleton/Skeleton.js +4 -4
- package/es/components/Skeleton/index.js +1 -1
- package/es/components/Slider/Slider.config.js +138 -17
- package/es/components/Slider/Slider.js +3 -5
- package/es/components/Slider/index.js +1 -1
- package/es/components/Spinner/Spinner.config.js +98 -18
- package/es/components/Spinner/Spinner.js +8 -6
- package/es/components/Spinner/index.js +1 -1
- package/es/components/Steps/Steps.config.js +96 -13
- package/es/components/Steps/Steps.js +3 -3
- package/es/components/Steps/index.js +1 -1
- package/es/components/Switch/Switch.config.js +140 -26
- package/es/components/Switch/Switch.js +3 -3
- package/es/components/Switch/index.js +1 -1
- package/es/components/Table/Table.config.js +248 -16
- package/es/components/Table/Table.js +3 -5
- package/es/components/Table/index.js +1 -1
- package/es/components/Tabs/TabItem.js +10 -11
- package/es/components/Tabs/Tabs.js +10 -11
- package/es/components/Tabs/TabsController.js +5 -7
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +221 -25
- package/es/components/Tabs/horizontal/HorizontalTabs.config.js +257 -32
- package/es/components/Tabs/index.js +1 -1
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +116 -19
- package/es/components/Tabs/vertical/VerticalTabs.config.js +89 -19
- package/es/components/TextArea/TextArea.config.js +358 -37
- package/es/components/TextArea/TextArea.js +3 -5
- package/es/components/TextArea/index.js +1 -1
- package/es/components/TextField/TextField.config.js +329 -35
- package/es/components/TextField/TextField.js +2 -4
- package/es/components/TextField/index.js +1 -1
- package/es/components/Toast/Toast.config.js +118 -30
- package/es/components/Toast/Toast.js +4 -4
- package/es/components/Toast/index.js +1 -1
- package/es/components/ToastNew/ToastNew.config.js +71 -16
- package/es/components/ToastNew/ToastNew.js +3 -3
- package/es/components/ToastNew/index.js +1 -1
- package/es/components/Tokens/Colors/Colors.styles.js +90 -43
- package/es/components/Tokens/NumberTokens/NumberTokens.styles.js +37 -18
- package/es/components/Tokens/Typography/Typography.styles.js +135 -68
- package/es/components/Toolbar/Toolbar.config.js +48 -13
- package/es/components/Toolbar/Toolbar.js +4 -6
- package/es/components/Toolbar/index.js +1 -1
- package/es/components/Tooltip/Tooltip.config.js +62 -14
- package/es/components/Tooltip/Tooltip.js +2 -2
- package/es/components/Tooltip/index.js +1 -1
- package/es/components/Tree/Tree.config.js +74 -13
- package/es/components/Tree/Tree.js +2 -2
- package/es/components/Tree/index.js +1 -1
- package/es/components/Typography/Body.config.js +131 -38
- package/es/components/Typography/Dspl.config.js +83 -24
- package/es/components/Typography/Heading.config.js +131 -38
- package/es/components/Typography/Text.config.js +107 -31
- package/es/components/Typography/Typography.js +35 -35
- package/es/components/Typography/index.js +1 -1
- package/es/components/ViewContainer/ViewContainer.config.js +36 -8
- package/es/components/ViewContainer/ViewContainer.js +2 -2
- package/es/components/ViewContainer/index.js +1 -1
- package/es/index.js +1 -1
- package/es/mixins/index.js +1 -1
- package/es/tokens/index.js +1 -1
- package/index.js +81 -729
- package/mixins/index.js +61 -20
- package/package.json +11 -11
- package/tokens/index.js +126 -255
- package/components/Image/Image.component-test.js +0 -92
- package/components/Pagination/Pagination.component-test.js +0 -298
- package/components/Slider/Slider.component-test.js +0 -223
- package/emotion/cjs/components/Accordion/Accordion.stories.tsx +0 -159
- package/emotion/cjs/components/Attach/Attach.stories.tsx +0 -157
- package/emotion/cjs/components/Autocomplete/Autocomplete.stories.tsx +0 -170
- package/emotion/cjs/components/Avatar/Avatar.stories.tsx +0 -74
- package/emotion/cjs/components/AvatarGroup/AvatarGroup.stories.tsx +0 -71
- package/emotion/cjs/components/Badge/Badge.stories.tsx +0 -87
- package/emotion/cjs/components/Breadcrumbs/Breadcrumbs.stories.tsx +0 -82
- package/emotion/cjs/components/Button/Button.stories.tsx +0 -212
- package/emotion/cjs/components/ButtonGroup/ButtonGroup.stories.tsx +0 -109
- package/emotion/cjs/components/Calendar/Calendar.stories.tsx +0 -304
- package/emotion/cjs/components/Card/Card.stories.tsx +0 -281
- package/emotion/cjs/components/Cell/Cell.stories.tsx +0 -97
- package/emotion/cjs/components/Checkbox/Checkbox.stories.tsx +0 -232
- package/emotion/cjs/components/Chip/Chip.stories.tsx +0 -93
- package/emotion/cjs/components/ChipGroup/ChipGroup.stories.tsx +0 -79
- package/emotion/cjs/components/Combobox/Combobox.stories.tsx +0 -604
- package/emotion/cjs/components/Counter/Counter.stories.tsx +0 -34
- package/emotion/cjs/components/DatePicker/DatePicker.stories.tsx +0 -309
- package/emotion/cjs/components/Divider/Divider.stories.tsx +0 -58
- package/emotion/cjs/components/Drawer/Drawer.stories.tsx +0 -217
- package/emotion/cjs/components/Dropdown/Dropdown.stories.tsx +0 -331
- package/emotion/cjs/components/Dropzone/Dropzone.stories.tsx +0 -58
- package/emotion/cjs/components/EmptyState/EmptyState.stories.tsx +0 -43
- package/emotion/cjs/components/Flow/Flow.stories.tsx +0 -133
- package/emotion/cjs/components/Grid/Grid.stories.tsx +0 -119
- package/emotion/cjs/components/IconButton/IconButton.stories.tsx +0 -94
- package/emotion/cjs/components/Image/Image.component-test.js +0 -91
- package/emotion/cjs/components/Image/Image.stories.tsx +0 -44
- package/emotion/cjs/components/Indicator/Indicator.stories.tsx +0 -34
- package/emotion/cjs/components/Link/Link.stories.tsx +0 -57
- package/emotion/cjs/components/Mask/Mask.stories.tsx +0 -176
- package/emotion/cjs/components/Modal/Modal.stories.tsx +0 -426
- package/emotion/cjs/components/Notification/Notification.stories.tsx +0 -221
- package/emotion/cjs/components/NumberFormat/NumberFormat.stories.tsx +0 -186
- package/emotion/cjs/components/NumberInput/NumberInput.stories.tsx +0 -81
- package/emotion/cjs/components/Overlay/Overlay.stories.tsx +0 -76
- package/emotion/cjs/components/Pagination/Pagination.component-test.js +0 -298
- package/emotion/cjs/components/Pagination/Pagination.stories.tsx +0 -139
- package/emotion/cjs/components/Popover/Popover.stories.tsx +0 -127
- package/emotion/cjs/components/Popover/style.css +0 -4
- package/emotion/cjs/components/Popup/Popup.stories.tsx +0 -171
- package/emotion/cjs/components/Portal/Portal.stories.tsx +0 -57
- package/emotion/cjs/components/Price/Price.stories.tsx +0 -34
- package/emotion/cjs/components/Progress/Progress.stories.tsx +0 -32
- package/emotion/cjs/components/Radiobox/Radiobox.stories.tsx +0 -139
- package/emotion/cjs/components/Range/Range.stories.tsx +0 -343
- package/emotion/cjs/components/Rating/Rating.stories.tsx +0 -125
- package/emotion/cjs/components/Segment/Segment.stories.tsx +0 -162
- package/emotion/cjs/components/Select/Select.stories.tsx +0 -642
- package/emotion/cjs/components/Select/style.css +0 -37
- package/emotion/cjs/components/Sheet/Sheet.stories.tsx +0 -361
- package/emotion/cjs/components/Skeleton/Skeleton.stories.tsx +0 -116
- package/emotion/cjs/components/Slider/Slider.component-test.js +0 -223
- package/emotion/cjs/components/Slider/Slider.stories.tsx +0 -277
- package/emotion/cjs/components/Spinner/Spinner.stories.tsx +0 -109
- package/emotion/cjs/components/Steps/Steps.stories.tsx +0 -191
- package/emotion/cjs/components/Switch/Switch.stories.tsx +0 -100
- package/emotion/cjs/components/Table/Table.stories.tsx +0 -551
- package/emotion/cjs/components/Tabs/Tabs.stories.tsx +0 -639
- package/emotion/cjs/components/TextArea/TextArea.stories.tsx +0 -228
- package/emotion/cjs/components/TextField/TextField.stories.tsx +0 -260
- package/emotion/cjs/components/Toast/Toast.stories.tsx +0 -156
- package/emotion/cjs/components/ToastNew/ToastNew.stories.tsx +0 -87
- package/emotion/cjs/components/Tokens/Colors/Colors.stories.tsx +0 -196
- package/emotion/cjs/components/Tokens/NumberTokens/CornerRadius.stories.tsx +0 -93
- package/emotion/cjs/components/Tokens/NumberTokens/Spacing.stories.tsx +0 -93
- package/emotion/cjs/components/Tokens/Typography/Typography.stories.tsx +0 -277
- package/emotion/cjs/components/Toolbar/Toolbar.stories.tsx +0 -64
- package/emotion/cjs/components/Tooltip/Tooltip.stories.tsx +0 -152
- package/emotion/cjs/components/Tree/Tree.stories.tsx +0 -146
- package/emotion/cjs/components/Typography/Typography.stories.tsx +0 -243
- package/emotion/es/components/Accordion/Accordion.stories.tsx +0 -159
- package/emotion/es/components/Attach/Attach.stories.tsx +0 -157
- package/emotion/es/components/Autocomplete/Autocomplete.stories.tsx +0 -170
- package/emotion/es/components/Avatar/Avatar.stories.tsx +0 -74
- package/emotion/es/components/AvatarGroup/AvatarGroup.stories.tsx +0 -71
- package/emotion/es/components/Badge/Badge.stories.tsx +0 -87
- package/emotion/es/components/Breadcrumbs/Breadcrumbs.stories.tsx +0 -82
- package/emotion/es/components/Button/Button.stories.tsx +0 -212
- package/emotion/es/components/ButtonGroup/ButtonGroup.stories.tsx +0 -109
- package/emotion/es/components/Calendar/Calendar.stories.tsx +0 -304
- package/emotion/es/components/Card/Card.stories.tsx +0 -281
- package/emotion/es/components/Cell/Cell.stories.tsx +0 -97
- package/emotion/es/components/Checkbox/Checkbox.stories.tsx +0 -232
- package/emotion/es/components/Chip/Chip.stories.tsx +0 -93
- package/emotion/es/components/ChipGroup/ChipGroup.stories.tsx +0 -79
- package/emotion/es/components/Combobox/Combobox.stories.tsx +0 -604
- package/emotion/es/components/Counter/Counter.stories.tsx +0 -34
- package/emotion/es/components/DatePicker/DatePicker.stories.tsx +0 -309
- package/emotion/es/components/Divider/Divider.stories.tsx +0 -58
- package/emotion/es/components/Drawer/Drawer.stories.tsx +0 -217
- package/emotion/es/components/Dropdown/Dropdown.stories.tsx +0 -331
- package/emotion/es/components/Dropzone/Dropzone.stories.tsx +0 -58
- package/emotion/es/components/EmptyState/EmptyState.stories.tsx +0 -43
- package/emotion/es/components/Flow/Flow.stories.tsx +0 -133
- package/emotion/es/components/Grid/Grid.stories.tsx +0 -119
- package/emotion/es/components/IconButton/IconButton.stories.tsx +0 -94
- package/emotion/es/components/Image/Image.component-test.js +0 -85
- package/emotion/es/components/Image/Image.stories.tsx +0 -44
- package/emotion/es/components/Indicator/Indicator.stories.tsx +0 -34
- package/emotion/es/components/Link/Link.stories.tsx +0 -57
- package/emotion/es/components/Mask/Mask.stories.tsx +0 -176
- package/emotion/es/components/Modal/Modal.stories.tsx +0 -426
- package/emotion/es/components/Notification/Notification.stories.tsx +0 -221
- package/emotion/es/components/NumberFormat/NumberFormat.stories.tsx +0 -186
- package/emotion/es/components/NumberInput/NumberInput.stories.tsx +0 -81
- package/emotion/es/components/Overlay/Overlay.stories.tsx +0 -76
- package/emotion/es/components/Pagination/Pagination.component-test.js +0 -293
- package/emotion/es/components/Pagination/Pagination.stories.tsx +0 -139
- package/emotion/es/components/Popover/Popover.stories.tsx +0 -127
- package/emotion/es/components/Popover/style.css +0 -4
- package/emotion/es/components/Popup/Popup.stories.tsx +0 -171
- package/emotion/es/components/Portal/Portal.stories.tsx +0 -57
- package/emotion/es/components/Price/Price.stories.tsx +0 -34
- package/emotion/es/components/Progress/Progress.stories.tsx +0 -32
- package/emotion/es/components/Radiobox/Radiobox.stories.tsx +0 -139
- package/emotion/es/components/Range/Range.stories.tsx +0 -343
- package/emotion/es/components/Rating/Rating.stories.tsx +0 -125
- package/emotion/es/components/Segment/Segment.stories.tsx +0 -162
- package/emotion/es/components/Select/Select.stories.tsx +0 -642
- package/emotion/es/components/Select/style.css +0 -37
- package/emotion/es/components/Sheet/Sheet.stories.tsx +0 -361
- package/emotion/es/components/Skeleton/Skeleton.stories.tsx +0 -116
- package/emotion/es/components/Slider/Slider.component-test.js +0 -220
- package/emotion/es/components/Slider/Slider.stories.tsx +0 -277
- package/emotion/es/components/Spinner/Spinner.stories.tsx +0 -109
- package/emotion/es/components/Steps/Steps.stories.tsx +0 -191
- package/emotion/es/components/Switch/Switch.stories.tsx +0 -100
- package/emotion/es/components/Table/Table.stories.tsx +0 -551
- package/emotion/es/components/Tabs/Tabs.stories.tsx +0 -639
- package/emotion/es/components/TextArea/TextArea.stories.tsx +0 -228
- package/emotion/es/components/TextField/TextField.stories.tsx +0 -260
- package/emotion/es/components/Toast/Toast.stories.tsx +0 -156
- package/emotion/es/components/ToastNew/ToastNew.stories.tsx +0 -87
- package/emotion/es/components/Tokens/Colors/Colors.stories.tsx +0 -196
- package/emotion/es/components/Tokens/NumberTokens/CornerRadius.stories.tsx +0 -93
- package/emotion/es/components/Tokens/NumberTokens/Spacing.stories.tsx +0 -93
- package/emotion/es/components/Tokens/Typography/Typography.stories.tsx +0 -277
- package/emotion/es/components/Toolbar/Toolbar.stories.tsx +0 -64
- package/emotion/es/components/Tooltip/Tooltip.stories.tsx +0 -152
- package/emotion/es/components/Tree/Tree.stories.tsx +0 -146
- package/emotion/es/components/Typography/Typography.stories.tsx +0 -243
- package/es/components/Image/Image.component-test.js +0 -86
- package/es/components/Pagination/Pagination.component-test.js +0 -293
- package/es/components/Slider/Slider.component-test.js +0 -220
- /package/emotion/{cjs/helpers/index.ts → es/helpers/index.js} +0 -0
- /package/{emotion/es/helpers/index.ts → es/helpers/index.js} +0 -0
@@ -1,29 +1,140 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
function _tagged_template_literal(strings, raw) {
|
2
|
+
if (!raw) {
|
3
|
+
raw = strings.slice(0);
|
4
|
+
}
|
5
|
+
return Object.freeze(Object.defineProperties(strings, {
|
6
|
+
raw: {
|
7
|
+
value: Object.freeze(raw)
|
8
|
+
}
|
9
|
+
}));
|
10
|
+
}
|
11
|
+
function _templateObject() {
|
12
|
+
var data = _tagged_template_literal([
|
13
|
+
"\n ",
|
14
|
+
": var(--inverse-text-primary);\n ",
|
15
|
+
": var(--surface-solid-default);\n\n ",
|
16
|
+
": var(--text-primary);\n "
|
17
|
+
]);
|
18
|
+
_templateObject = function _templateObject() {
|
19
|
+
return data;
|
20
|
+
};
|
21
|
+
return data;
|
22
|
+
}
|
23
|
+
function _templateObject1() {
|
24
|
+
var data = _tagged_template_literal([
|
25
|
+
"\n ",
|
26
|
+
": var(--on-dark-text-primary);\n ",
|
27
|
+
": var(--surface-accent);\n\n ",
|
28
|
+
": var(--text-accent);\n ",
|
29
|
+
": var(--text-accent);\n "
|
30
|
+
]);
|
31
|
+
_templateObject1 = function _templateObject() {
|
32
|
+
return data;
|
33
|
+
};
|
34
|
+
return data;
|
35
|
+
}
|
36
|
+
function _templateObject2() {
|
37
|
+
var data = _tagged_template_literal([
|
38
|
+
"\n ",
|
39
|
+
": var(--on-dark-text-primary);\n ",
|
40
|
+
": var(--surface-positive);\n\n ",
|
41
|
+
": var(--text-positive);\n ",
|
42
|
+
": var(--text-positive);\n "
|
43
|
+
]);
|
44
|
+
_templateObject2 = function _templateObject() {
|
45
|
+
return data;
|
46
|
+
};
|
47
|
+
return data;
|
48
|
+
}
|
49
|
+
function _templateObject3() {
|
50
|
+
var data = _tagged_template_literal([
|
51
|
+
"\n ",
|
52
|
+
": var(--on-dark-text-primary);\n ",
|
53
|
+
": var(--surface-negative);\n\n ",
|
54
|
+
": var(--text-negative);\n ",
|
55
|
+
": var(--text-negative);\n "
|
56
|
+
]);
|
57
|
+
_templateObject3 = function _templateObject() {
|
58
|
+
return data;
|
59
|
+
};
|
60
|
+
return data;
|
61
|
+
}
|
62
|
+
function _templateObject4() {
|
63
|
+
var data = _tagged_template_literal([
|
64
|
+
"\n ",
|
65
|
+
": 0.375rem;\n ",
|
66
|
+
": 1.5rem;\n ",
|
67
|
+
": 0 0.5rem;\n ",
|
68
|
+
": 0 0.375rem;\n\n ",
|
69
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
70
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
71
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
72
|
+
": var(--plasma-typo-body-s-font-weight);\n ",
|
73
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
74
|
+
": var(--plasma-typo-body-s-line-height);\n\n ",
|
75
|
+
": -0.0625rem;\n ",
|
76
|
+
": 0.125rem;\n\n ",
|
77
|
+
": 0.125rem;\n ",
|
78
|
+
": -0.0625rem;\n "
|
79
|
+
]);
|
80
|
+
_templateObject4 = function _templateObject() {
|
81
|
+
return data;
|
82
|
+
};
|
83
|
+
return data;
|
84
|
+
}
|
85
|
+
function _templateObject5() {
|
86
|
+
var data = _tagged_template_literal([
|
87
|
+
"\n ",
|
88
|
+
": 1.25rem;\n "
|
89
|
+
]);
|
90
|
+
_templateObject5 = function _templateObject() {
|
91
|
+
return data;
|
92
|
+
};
|
93
|
+
return data;
|
94
|
+
}
|
95
|
+
function _templateObject6() {
|
96
|
+
var data = _tagged_template_literal([
|
97
|
+
""
|
98
|
+
]);
|
99
|
+
_templateObject6 = function _templateObject() {
|
100
|
+
return data;
|
101
|
+
};
|
102
|
+
return data;
|
103
|
+
}
|
104
|
+
function _templateObject7() {
|
105
|
+
var data = _tagged_template_literal([
|
106
|
+
"\n ",
|
107
|
+
": var(--surface-clear);\n "
|
108
|
+
]);
|
109
|
+
_templateObject7 = function _templateObject() {
|
110
|
+
return data;
|
111
|
+
};
|
112
|
+
return data;
|
113
|
+
}
|
3
114
|
import { css, badgeTokens } from '@salutejs/plasma-new-hope/styled-components';
|
4
115
|
export var config = {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
},
|
9
|
-
variations: {
|
10
|
-
view: {
|
11
|
-
"default": /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default);\n\n ", ": var(--text-primary);\n "])), badgeTokens.color, badgeTokens.background, badgeTokens.colorClear),
|
12
|
-
accent: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent);\n\n ", ": var(--text-accent);\n ", ": var(--text-accent);\n "])), badgeTokens.color, badgeTokens.background, badgeTokens.colorTransparent, badgeTokens.colorClear),
|
13
|
-
positive: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-positive);\n\n ", ": var(--text-positive);\n ", ": var(--text-positive);\n "])), badgeTokens.color, badgeTokens.background, badgeTokens.colorTransparent, badgeTokens.colorClear),
|
14
|
-
negative: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-negative);\n\n ", ": var(--text-negative);\n ", ": var(--text-negative);\n "])), badgeTokens.color, badgeTokens.background, badgeTokens.colorTransparent, badgeTokens.colorClear)
|
15
|
-
},
|
16
|
-
size: {
|
17
|
-
s: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.375rem;\n ", ": 1.5rem;\n ", ": 0 0.5rem;\n ", ": 0 0.375rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": -0.0625rem;\n ", ": 0.125rem;\n\n ", ": 0.125rem;\n ", ": -0.0625rem;\n "])), badgeTokens.borderRadius, badgeTokens.height, badgeTokens.padding, badgeTokens.paddingIconOnly, badgeTokens.fontFamily, badgeTokens.fontSize, badgeTokens.fontStyle, badgeTokens.fontWeight, badgeTokens.letterSpacing, badgeTokens.lineHeight, badgeTokens.leftContentMarginLeft, badgeTokens.leftContentMarginRight, badgeTokens.rightContentMarginLeft, badgeTokens.rightContentMarginRight)
|
18
|
-
},
|
19
|
-
pilled: {
|
20
|
-
"true": /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.25rem;\n "])), badgeTokens.pilledBorderRadius)
|
21
|
-
},
|
22
|
-
transparent: {
|
23
|
-
"true": /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral([""])))
|
116
|
+
defaults: {
|
117
|
+
view: 'default',
|
118
|
+
size: 's'
|
24
119
|
},
|
25
|
-
|
26
|
-
|
120
|
+
variations: {
|
121
|
+
view: {
|
122
|
+
default: css(_templateObject(), badgeTokens.color, badgeTokens.background, badgeTokens.colorClear),
|
123
|
+
accent: css(_templateObject1(), badgeTokens.color, badgeTokens.background, badgeTokens.colorTransparent, badgeTokens.colorClear),
|
124
|
+
positive: css(_templateObject2(), badgeTokens.color, badgeTokens.background, badgeTokens.colorTransparent, badgeTokens.colorClear),
|
125
|
+
negative: css(_templateObject3(), badgeTokens.color, badgeTokens.background, badgeTokens.colorTransparent, badgeTokens.colorClear)
|
126
|
+
},
|
127
|
+
size: {
|
128
|
+
s: css(_templateObject4(), badgeTokens.borderRadius, badgeTokens.height, badgeTokens.padding, badgeTokens.paddingIconOnly, badgeTokens.fontFamily, badgeTokens.fontSize, badgeTokens.fontStyle, badgeTokens.fontWeight, badgeTokens.letterSpacing, badgeTokens.lineHeight, badgeTokens.leftContentMarginLeft, badgeTokens.leftContentMarginRight, badgeTokens.rightContentMarginLeft, badgeTokens.rightContentMarginRight)
|
129
|
+
},
|
130
|
+
pilled: {
|
131
|
+
true: css(_templateObject5(), badgeTokens.pilledBorderRadius)
|
132
|
+
},
|
133
|
+
transparent: {
|
134
|
+
true: css(_templateObject6())
|
135
|
+
},
|
136
|
+
clear: {
|
137
|
+
true: css(_templateObject7(), badgeTokens.backgroundClear)
|
138
|
+
}
|
27
139
|
}
|
28
|
-
|
29
|
-
};
|
140
|
+
};
|
@@ -1,8 +1,6 @@
|
|
1
1
|
import { badgeConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
2
2
|
import { config } from './Badge.config';
|
3
|
-
var mergedConfig =
|
4
|
-
|
3
|
+
var mergedConfig = mergeConfig(badgeConfig, config);
|
5
4
|
/**
|
6
5
|
* Компонент Badge.
|
7
|
-
*/
|
8
|
-
export var Badge = /*#__PURE__*/component(mergedConfig);
|
6
|
+
*/ export var Badge = component(mergedConfig);
|
@@ -1 +1 @@
|
|
1
|
-
export { Badge } from './Badge';
|
1
|
+
export { Badge } from './Badge';
|
@@ -1,17 +1,55 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
function _tagged_template_literal(strings, raw) {
|
2
|
+
if (!raw) {
|
3
|
+
raw = strings.slice(0);
|
4
|
+
}
|
5
|
+
return Object.freeze(Object.defineProperties(strings, {
|
6
|
+
raw: {
|
7
|
+
value: Object.freeze(raw)
|
8
|
+
}
|
9
|
+
}));
|
10
|
+
}
|
11
|
+
function _templateObject() {
|
12
|
+
var data = _tagged_template_literal([
|
13
|
+
"\n ",
|
14
|
+
": var(--text-accent);\n ",
|
15
|
+
": var(--text-primary);\n ",
|
16
|
+
": var(--text-secondary);\n ",
|
17
|
+
": 1;\n ",
|
18
|
+
": var(--surface-accent);\n "
|
19
|
+
]);
|
20
|
+
_templateObject = function _templateObject() {
|
21
|
+
return data;
|
22
|
+
};
|
23
|
+
return data;
|
24
|
+
}
|
25
|
+
function _templateObject1() {
|
26
|
+
var data = _tagged_template_literal([
|
27
|
+
"\n ",
|
28
|
+
": 0.25rem;\n\n ",
|
29
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
30
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
31
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
32
|
+
": var(--plasma-typo-body-s-bold-weight);\n ",
|
33
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
34
|
+
": var(--plasma-typo-body-s-line-height);\n "
|
35
|
+
]);
|
36
|
+
_templateObject1 = function _templateObject() {
|
37
|
+
return data;
|
38
|
+
};
|
39
|
+
return data;
|
40
|
+
}
|
3
41
|
import { css, breadcrumbsTokens } from '@salutejs/plasma-new-hope/styled-components';
|
4
42
|
export var config = {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
},
|
9
|
-
variations: {
|
10
|
-
view: {
|
11
|
-
"default": /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-accent);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": 1;\n ", ": var(--surface-accent);\n "])), breadcrumbsTokens.breadcrumbsColor, breadcrumbsTokens.breadcrumbsColorText, breadcrumbsTokens.breadcrumbsColorSeparator, breadcrumbsTokens.breadcrumbsOpacity, breadcrumbsTokens.breadcrumbsFocusOutlineColor)
|
43
|
+
defaults: {
|
44
|
+
view: 'default',
|
45
|
+
size: 's'
|
12
46
|
},
|
13
|
-
|
14
|
-
|
47
|
+
variations: {
|
48
|
+
view: {
|
49
|
+
default: css(_templateObject(), breadcrumbsTokens.breadcrumbsColor, breadcrumbsTokens.breadcrumbsColorText, breadcrumbsTokens.breadcrumbsColorSeparator, breadcrumbsTokens.breadcrumbsOpacity, breadcrumbsTokens.breadcrumbsFocusOutlineColor)
|
50
|
+
},
|
51
|
+
size: {
|
52
|
+
s: css(_templateObject1(), breadcrumbsTokens.breadcrumbsGap, breadcrumbsTokens.breadcrumbsFontFamily, breadcrumbsTokens.breadcrumbsFontSize, breadcrumbsTokens.breadcrumbsFontStyle, breadcrumbsTokens.breadcrumbsFontWeight, breadcrumbsTokens.breadcrumbsLetterSpacing, breadcrumbsTokens.breadcrumbsLineHeight)
|
53
|
+
}
|
15
54
|
}
|
16
|
-
|
17
|
-
};
|
55
|
+
};
|
@@ -1,9 +1,7 @@
|
|
1
1
|
import { breadcrumbsConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
2
2
|
import { config } from './Breadcrumbs.config';
|
3
|
-
var mergedConfig =
|
4
|
-
var BreadcrumbsComponent =
|
5
|
-
|
3
|
+
var mergedConfig = mergeConfig(breadcrumbsConfig, config);
|
4
|
+
var BreadcrumbsComponent = component(mergedConfig);
|
6
5
|
/**
|
7
6
|
* Breadcrumbs
|
8
|
-
*/
|
9
|
-
export var Breadcrumbs = BreadcrumbsComponent;
|
7
|
+
*/ export var Breadcrumbs = BreadcrumbsComponent;
|
@@ -1 +1 @@
|
|
1
|
-
export { Breadcrumbs } from './Breadcrumbs';
|
1
|
+
export { Breadcrumbs } from './Breadcrumbs';
|
@@ -1,29 +1,169 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
function _tagged_template_literal(strings, raw) {
|
2
|
+
if (!raw) {
|
3
|
+
raw = strings.slice(0);
|
4
|
+
}
|
5
|
+
return Object.freeze(Object.defineProperties(strings, {
|
6
|
+
raw: {
|
7
|
+
value: Object.freeze(raw)
|
8
|
+
}
|
9
|
+
}));
|
10
|
+
}
|
11
|
+
function _templateObject() {
|
12
|
+
var data = _tagged_template_literal([
|
13
|
+
"\n ",
|
14
|
+
": var(--on-dark-text-primary);\n ",
|
15
|
+
": var(--on-light-text-accent-minor);\n ",
|
16
|
+
": var(--surface-accent);\n ",
|
17
|
+
": var(",
|
18
|
+
");\n ",
|
19
|
+
": var(--surface-accent-hover);\n ",
|
20
|
+
": var(--surface-accent-active);\n "
|
21
|
+
]);
|
22
|
+
_templateObject = function _templateObject() {
|
23
|
+
return data;
|
24
|
+
};
|
25
|
+
return data;
|
26
|
+
}
|
27
|
+
function _templateObject1() {
|
28
|
+
var data = _tagged_template_literal([
|
29
|
+
"\n ",
|
30
|
+
": var(--text-accent);\n ",
|
31
|
+
": #1A9E32;\n ",
|
32
|
+
": var(--text-accent-active);\n \n ",
|
33
|
+
": var(--text-secondary);\n ",
|
34
|
+
": var(--surface-solid-primary);\n ",
|
35
|
+
": var(",
|
36
|
+
");\n ",
|
37
|
+
": var(--surface-solid-primary-hover);\n ",
|
38
|
+
": var(--surface-solid-primary-active);\n "
|
39
|
+
]);
|
40
|
+
_templateObject1 = function _templateObject() {
|
41
|
+
return data;
|
42
|
+
};
|
43
|
+
return data;
|
44
|
+
}
|
45
|
+
function _templateObject2() {
|
46
|
+
var data = _tagged_template_literal([
|
47
|
+
"\n ",
|
48
|
+
": var(--text-accent);\n ",
|
49
|
+
": var(--text-accent-minor);\n ",
|
50
|
+
": var(--surface-clear);\n ",
|
51
|
+
": var(--surface-transparent-accent);\n ",
|
52
|
+
": var(--surface-transparent-accent);\n ",
|
53
|
+
": var(--surface-transparent-accent-active);\n "
|
54
|
+
]);
|
55
|
+
_templateObject2 = function _templateObject() {
|
56
|
+
return data;
|
57
|
+
};
|
58
|
+
return data;
|
59
|
+
}
|
60
|
+
function _templateObject3() {
|
61
|
+
var data = _tagged_template_literal([
|
62
|
+
"\n ",
|
63
|
+
": 2.5rem;\n ",
|
64
|
+
": 11.25rem;\n ",
|
65
|
+
": 1rem;\n ",
|
66
|
+
": 0.75rem;\n ",
|
67
|
+
": var(--plasma-typo-body-m-font-family);\n ",
|
68
|
+
": var(--plasma-typo-body-m-font-size);\n ",
|
69
|
+
": var(--plasma-typo-body-m-font-style);\n ",
|
70
|
+
": var(--plasma-typo-body-m-bold-font-weight);\n ",
|
71
|
+
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
72
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
73
|
+
": 1.375rem;\n ",
|
74
|
+
": inherit;\n\n ",
|
75
|
+
": 0 0.25rem 0 -0.125rem;\n ",
|
76
|
+
": 0 -0.125rem 0 0.25rem;\n ",
|
77
|
+
": 0 0 0 0.25rem;\n "
|
78
|
+
]);
|
79
|
+
_templateObject3 = function _templateObject() {
|
80
|
+
return data;
|
81
|
+
};
|
82
|
+
return data;
|
83
|
+
}
|
84
|
+
function _templateObject4() {
|
85
|
+
var data = _tagged_template_literal([
|
86
|
+
"\n ",
|
87
|
+
": 2.5rem;\n ",
|
88
|
+
": 11.25rem;\n ",
|
89
|
+
": var(--plasma-typo-body-m-font-family);\n ",
|
90
|
+
": var(--plasma-typo-body-m-font-size);\n ",
|
91
|
+
": var(--plasma-typo-body-m-font-style);\n ",
|
92
|
+
": var(--plasma-typo-body-m-bold-font-weight);\n ",
|
93
|
+
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
94
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
95
|
+
": 1.375rem;\n ",
|
96
|
+
": inherit;\n\n ",
|
97
|
+
": 0 0.25rem 0 0;\n ",
|
98
|
+
": 0 0 0 0.25rem;\n ",
|
99
|
+
": 0 0 0 0.25rem;\n "
|
100
|
+
]);
|
101
|
+
_templateObject4 = function _templateObject() {
|
102
|
+
return data;
|
103
|
+
};
|
104
|
+
return data;
|
105
|
+
}
|
106
|
+
function _templateObject5() {
|
107
|
+
var data = _tagged_template_literal([
|
108
|
+
"\n ",
|
109
|
+
": var(--surface-accent);\n "
|
110
|
+
]);
|
111
|
+
_templateObject5 = function _templateObject() {
|
112
|
+
return data;
|
113
|
+
};
|
114
|
+
return data;
|
115
|
+
}
|
116
|
+
function _templateObject6() {
|
117
|
+
var data = _tagged_template_literal([
|
118
|
+
""
|
119
|
+
]);
|
120
|
+
_templateObject6 = function _templateObject() {
|
121
|
+
return data;
|
122
|
+
};
|
123
|
+
return data;
|
124
|
+
}
|
125
|
+
function _templateObject7() {
|
126
|
+
var data = _tagged_template_literal([
|
127
|
+
""
|
128
|
+
]);
|
129
|
+
_templateObject7 = function _templateObject() {
|
130
|
+
return data;
|
131
|
+
};
|
132
|
+
return data;
|
133
|
+
}
|
134
|
+
function _templateObject8() {
|
135
|
+
var data = _tagged_template_literal([
|
136
|
+
""
|
137
|
+
]);
|
138
|
+
_templateObject8 = function _templateObject() {
|
139
|
+
return data;
|
140
|
+
};
|
141
|
+
return data;
|
142
|
+
}
|
3
143
|
import { css, buttonTokens } from '@salutejs/plasma-new-hope/styled-components';
|
4
144
|
export var config = {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
},
|
10
|
-
variations: {
|
11
|
-
view: {
|
12
|
-
accent: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-text-accent-minor);\n ", ": var(--surface-accent);\n ", ": var(", ");\n ", ": var(--surface-accent-hover);\n ", ": var(--surface-accent-active);\n "])), buttonTokens.buttonColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
13
|
-
secondary: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-accent);\n ", ": #1A9E32;\n ", ": var(--text-accent-active);\n \n ", ": var(--text-secondary);\n ", ": var(--surface-solid-primary);\n ", ": var(", ");\n ", ": var(--surface-solid-primary-hover);\n ", ": var(--surface-solid-primary-active);\n "])), buttonTokens.buttonColor, buttonTokens.buttonColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
14
|
-
clear: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-accent);\n ", ": var(--text-accent-minor);\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-accent);\n ", ": var(--surface-transparent-accent);\n ", ": var(--surface-transparent-accent-active);\n "])), buttonTokens.buttonColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive)
|
15
|
-
},
|
16
|
-
size: {
|
17
|
-
s: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.5rem;\n ", ": 11.25rem;\n ", ": 1rem;\n ", ": 0.75rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.25rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.25rem;\n ", ": 0 0 0 0.25rem;\n "])), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
18
|
-
sr: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.5rem;\n ", ": 11.25rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n ", ": 0 0 0 0.25rem;\n "])), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin)
|
19
|
-
},
|
20
|
-
focused: {
|
21
|
-
"true": /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-accent);\n "])), buttonTokens.buttonFocusColor)
|
145
|
+
defaults: {
|
146
|
+
view: 'accent',
|
147
|
+
focused: 'true',
|
148
|
+
size: 's'
|
22
149
|
},
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
150
|
+
variations: {
|
151
|
+
view: {
|
152
|
+
accent: css(_templateObject(), buttonTokens.buttonColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
153
|
+
secondary: css(_templateObject1(), buttonTokens.buttonColor, buttonTokens.buttonColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
154
|
+
clear: css(_templateObject2(), buttonTokens.buttonColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive)
|
155
|
+
},
|
156
|
+
size: {
|
157
|
+
s: css(_templateObject3(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
158
|
+
sr: css(_templateObject4(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin)
|
159
|
+
},
|
160
|
+
focused: {
|
161
|
+
true: css(_templateObject5(), buttonTokens.buttonFocusColor)
|
162
|
+
},
|
163
|
+
stretching: {
|
164
|
+
auto: css(_templateObject6()),
|
165
|
+
filled: css(_templateObject7()),
|
166
|
+
fixed: css(_templateObject8())
|
167
|
+
}
|
27
168
|
}
|
28
|
-
|
29
|
-
};
|
169
|
+
};
|
@@ -1,35 +1,96 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
function _define_property(obj, key, value) {
|
2
|
+
if (key in obj) {
|
3
|
+
Object.defineProperty(obj, key, {
|
4
|
+
value: value,
|
5
|
+
enumerable: true,
|
6
|
+
configurable: true,
|
7
|
+
writable: true
|
8
|
+
});
|
9
|
+
} else {
|
10
|
+
obj[key] = value;
|
11
|
+
}
|
12
|
+
return obj;
|
13
|
+
}
|
14
|
+
function _object_spread(target) {
|
15
|
+
for(var i = 1; i < arguments.length; i++){
|
16
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
17
|
+
var ownKeys = Object.keys(source);
|
18
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
19
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
20
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
ownKeys.forEach(function(key) {
|
24
|
+
_define_property(target, key, source[key]);
|
25
|
+
});
|
26
|
+
}
|
27
|
+
return target;
|
28
|
+
}
|
29
|
+
function _object_without_properties(source, excluded) {
|
30
|
+
if (source == null) return {};
|
31
|
+
var target = _object_without_properties_loose(source, excluded);
|
32
|
+
var key, i;
|
33
|
+
if (Object.getOwnPropertySymbols) {
|
34
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
35
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
36
|
+
key = sourceSymbolKeys[i];
|
37
|
+
if (excluded.indexOf(key) >= 0) continue;
|
38
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
39
|
+
target[key] = source[key];
|
40
|
+
}
|
41
|
+
}
|
42
|
+
return target;
|
43
|
+
}
|
44
|
+
function _object_without_properties_loose(source, excluded) {
|
45
|
+
if (source == null) return {};
|
46
|
+
var target = {};
|
47
|
+
var sourceKeys = Object.keys(source);
|
48
|
+
var key, i;
|
49
|
+
for(i = 0; i < sourceKeys.length; i++){
|
50
|
+
key = sourceKeys[i];
|
51
|
+
if (excluded.indexOf(key) >= 0) continue;
|
52
|
+
target[key] = source[key];
|
53
|
+
}
|
54
|
+
return target;
|
55
|
+
}
|
5
56
|
import React, { useCallback, forwardRef } from 'react';
|
6
57
|
import { buttonConfig, component, mergeConfig, buttonClasses, buttonTokens } from '@salutejs/plasma-new-hope/styled-components';
|
7
58
|
import styled from 'styled-components';
|
8
59
|
import { config } from './Button.config';
|
9
|
-
var mergedConfig =
|
10
|
-
var ButtonComponent =
|
60
|
+
var mergedConfig = mergeConfig(buttonConfig, config);
|
61
|
+
var ButtonComponent = component(mergedConfig);
|
11
62
|
// INFO: Данное поведение запрошено продуктом/командой `sdds-cs`
|
12
|
-
var StyledButton =
|
13
|
-
|
14
|
-
|
15
|
-
|
63
|
+
var StyledButton = styled(ButtonComponent).withConfig({
|
64
|
+
displayName: "Button__StyledButton",
|
65
|
+
componentId: "sc-278d4802-0"
|
66
|
+
})([
|
67
|
+
"&&.",
|
68
|
+
"{color:var(",
|
69
|
+
",var(",
|
70
|
+
"));background:var(",
|
71
|
+
",var(",
|
72
|
+
"));pointer-events:none;}"
|
73
|
+
], String(buttonClasses.buttonLoading), buttonTokens.buttonColorActive, buttonTokens.buttonColor, buttonTokens.buttonBackgroundColorActive, buttonTokens.buttonBackgroundColor);
|
16
74
|
/**
|
17
75
|
* Кнопка.
|
18
|
-
*/
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
76
|
+
*/ export var Button = /*#__PURE__*/ forwardRef(function(_param, ref) {
|
77
|
+
var onClick = _param.onClick, isLoading = _param.isLoading, value = _param.value, props = _object_without_properties(_param, [
|
78
|
+
"onClick",
|
79
|
+
"isLoading",
|
80
|
+
"value"
|
81
|
+
]);
|
82
|
+
var handleClick = useCallback(function(event) {
|
83
|
+
if (!isLoading) {
|
84
|
+
onClick === null || onClick === void 0 ? void 0 : onClick(event);
|
85
|
+
}
|
86
|
+
}, [
|
87
|
+
isLoading,
|
88
|
+
onClick
|
89
|
+
]);
|
90
|
+
return /*#__PURE__*/ React.createElement(StyledButton, _object_spread({
|
91
|
+
value: value,
|
92
|
+
ref: ref,
|
93
|
+
onClick: handleClick,
|
94
|
+
isLoading: isLoading
|
95
|
+
}, props));
|
96
|
+
});
|
@@ -1 +1 @@
|
|
1
|
-
export { Button } from './Button';
|
1
|
+
export { Button } from './Button';
|
@@ -1 +1 @@
|
|
1
|
-
export { ButtonBase } from '@salutejs/plasma-new-hope/styled-components';
|
1
|
+
export { ButtonBase } from '@salutejs/plasma-new-hope/styled-components';
|