@itcase/ui 1.8.13 → 1.8.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Button_cjs_Bb9svkwu.js → Button_cjs_Czh0zo65.js} +20 -39
- package/dist/{Button_es_Cd4sw9Q5.js → Button_es_Da8cwzG-.js} +20 -39
- package/dist/ChipsGroup_cjs_CfK5zCBr.js +164 -0
- package/dist/ChipsGroup_es_CXuhBhjd.js +159 -0
- package/dist/DatePicker_cjs_44YPU94X.js +201 -0
- package/dist/DatePicker_es_VS_nZkhp.js +197 -0
- package/dist/Divider_cjs_DzFVtGkF.js +155 -0
- package/dist/Divider_es_BdU9qjKa.js +151 -0
- package/dist/{DropdownItem_cjs_TdJHpFgg.js → DropdownItem_cjs_DW0UXopm.js} +67 -3
- package/dist/{DropdownItem_es_CdYP5BQN.js → DropdownItem_es_vuNthDPa.js} +67 -3
- package/dist/{Label_cjs_CbcENlSZ.js → Label_cjs_B7v_dYKf.js} +29 -30
- package/dist/{Label_es_BCpDqP3q.js → Label_es_DdVH9Rr8.js} +29 -30
- package/dist/{Loader_cjs_D753D3li.js → Loader_cjs_DZbIy6Ko.js} +1 -1
- package/dist/{Loader_es_BE4nyzXi.js → Loader_es_SHdP0IkA.js} +1 -1
- package/dist/Overlay_cjs_BdAm_zrO.js +229 -0
- package/dist/Overlay_es_cI_-_xUO.js +225 -0
- package/dist/{Text_cjs_D4xG0cKD.js → Text_cjs_iL1l_7V1.js} +31 -5
- package/dist/{Text_es_FJGduy7Z.js → Text_es_D012qJ8s.js} +31 -5
- package/dist/Tooltip_cjs_BGBe4m0s.js +676 -0
- package/dist/Tooltip_es_DZX2n-4A.js +663 -0
- package/dist/cjs/components/Accordion.js +105 -12
- package/dist/cjs/components/Avatar.js +208 -10
- package/dist/cjs/components/Badge.js +6 -9
- package/dist/cjs/components/Breadcrumbs.js +205 -25
- package/dist/cjs/components/Button.js +5 -7
- package/dist/cjs/components/Cell.js +202 -8
- package/dist/cjs/components/Checkbox.js +1 -1
- package/dist/cjs/components/Chips.js +13 -132
- package/dist/cjs/components/Choice.js +5 -7
- package/dist/cjs/components/Code.js +116 -3
- package/dist/cjs/components/CookiesWarning.js +8 -10
- package/dist/cjs/components/DatePeriod.js +65 -0
- package/dist/cjs/components/DatePicker.js +20 -197
- package/dist/cjs/components/Divider.js +1 -1
- package/dist/cjs/components/Dropdown.js +3 -3
- package/dist/cjs/components/HeroTitle.js +26 -3
- package/dist/cjs/components/Icon.js +6 -8
- package/dist/cjs/components/InputPassword.js +4 -6
- package/dist/cjs/components/Label.js +5 -4
- package/dist/cjs/components/List.js +209 -3
- package/dist/cjs/components/Loader.js +2 -2
- package/dist/cjs/components/MenuItem.js +139 -6
- package/dist/cjs/components/Modal.js +7 -5
- package/dist/cjs/components/Notification.js +104 -27
- package/dist/cjs/components/Overlay.js +1 -1
- package/dist/cjs/components/Pagination.js +7 -9
- package/dist/cjs/components/Panel.js +1 -1
- package/dist/cjs/components/Radio.js +1 -1
- package/dist/cjs/components/Response.js +4 -6
- package/dist/cjs/components/Search.js +4 -6
- package/dist/cjs/components/Segmented.js +102 -10
- package/dist/cjs/components/Select.js +8 -11
- package/dist/cjs/components/Swiper.js +5 -2
- package/dist/cjs/components/Switch.js +1 -1
- package/dist/cjs/components/Tab.js +4 -7
- package/dist/cjs/components/Text.js +1 -1
- package/dist/cjs/components/Tile.js +3 -6
- package/dist/cjs/components/Title.js +7 -4
- package/dist/cjs/components/Tooltip.js +4 -3
- package/dist/components/Accordion.js +105 -11
- package/dist/components/Avatar.js +208 -10
- package/dist/components/Badge.js +3 -6
- package/dist/components/Breadcrumbs.js +206 -27
- package/dist/components/Button.js +5 -7
- package/dist/components/Cell.js +201 -7
- package/dist/components/Checkbox.js +1 -1
- package/dist/components/Chips.js +9 -133
- package/dist/components/Choice.js +3 -5
- package/dist/components/Code.js +116 -3
- package/dist/components/CookiesWarning.js +8 -10
- package/dist/components/DatePeriod.js +61 -0
- package/dist/components/DatePicker.js +17 -198
- package/dist/components/Divider.js +1 -1
- package/dist/components/Dropdown.js +3 -3
- package/dist/components/HeroTitle.js +26 -3
- package/dist/components/Icon.js +3 -5
- package/dist/components/InputPassword.js +3 -5
- package/dist/components/Label.js +5 -4
- package/dist/components/List.js +209 -3
- package/dist/components/Loader.js +2 -2
- package/dist/components/MenuItem.js +139 -6
- package/dist/components/Modal.js +6 -4
- package/dist/components/Notification.js +104 -27
- package/dist/components/Overlay.js +1 -1
- package/dist/components/Pagination.js +4 -6
- package/dist/components/Panel.js +1 -1
- package/dist/components/Radio.js +1 -1
- package/dist/components/Response.js +4 -6
- package/dist/components/Search.js +2 -4
- package/dist/components/Segmented.js +102 -10
- package/dist/components/Select.js +4 -7
- package/dist/components/Swiper.js +4 -1
- package/dist/components/Switch.js +1 -1
- package/dist/components/Tab.js +3 -6
- package/dist/components/Text.js +1 -1
- package/dist/components/Tile.js +2 -5
- package/dist/components/Title.js +4 -1
- package/dist/components/Tooltip.js +4 -3
- package/dist/css/components/Badge/Badge.css +4 -4
- package/dist/css/components/Chips/Chips.css +10 -6
- package/dist/css/components/DatePeriod/DatePeriod.css +105 -0
- package/dist/css/components/Group/Group.css +3 -0
- package/dist/css/components/Icon/Icon.css +73 -22
- package/dist/css/components/Segmented/Segmented.css +3 -6
- package/dist/css/components/Title/Title.css +11 -5
- package/dist/css/styles/fill/fill.css +1 -1
- package/dist/css/styles/text-color/text-color.css +2 -1
- package/dist/stories/BreadcrumbsItem.mdx +1 -1
- package/dist/stories/Plsyground.mdx +1 -3
- package/dist/stories/Text.mdx +1 -1
- package/dist/types/components/Accordion/Accordion.appearance.d.ts +1 -2
- package/dist/types/components/Accordion/appearance/accordionSize.d.ts +59 -0
- package/dist/types/components/Accordion/appearance/accordionStyle.d.ts +16 -0
- package/dist/types/components/Accordion/appearance/accordionSurface.d.ts +26 -0
- package/dist/types/components/Accordion/index.d.ts +2 -2
- package/dist/types/components/Avatar/appearance/avatarAccent.d.ts +19 -0
- package/dist/types/components/Avatar/appearance/avatarDanger.d.ts +7 -0
- package/dist/types/components/Avatar/appearance/avatarError.d.ts +9 -0
- package/dist/types/components/Avatar/appearance/avatarInfo.d.ts +17 -0
- package/dist/types/components/Avatar/appearance/avatarPrimary.d.ts +8 -0
- package/dist/types/components/Avatar/appearance/avatarSecondary.d.ts +8 -0
- package/dist/types/components/Avatar/appearance/avatarSize.d.ts +75 -0
- package/dist/types/components/Avatar/appearance/avatarStyle.d.ts +16 -0
- package/dist/types/components/Avatar/appearance/avatarSuccess.d.ts +9 -0
- package/dist/types/components/Avatar/appearance/avatarSurface.d.ts +25 -0
- package/dist/types/components/Avatar/appearance/avatarWarning.d.ts +9 -0
- package/dist/types/components/Badge/appearance/badgeAccent.d.ts +7 -0
- package/dist/types/components/Badge/appearance/badgeSurface.d.ts +0 -4
- package/dist/types/components/Breadcrumbs/Breadcrumbs.appearance.d.ts +2 -0
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +3 -2
- package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +22 -1
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsAccent.d.ts +19 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsDanger.d.ts +7 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsError.d.ts +9 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsInfo.d.ts +17 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsPrimary.d.ts +8 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSecondary.d.ts +8 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSize.d.ts +52 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsStyle.d.ts +16 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSuccess.d.ts +9 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSurface.d.ts +23 -0
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsWarning.d.ts +9 -0
- package/dist/types/components/Breadcrumbs/index.d.ts +1 -0
- package/dist/types/components/Button/appearance/buttonAccent.d.ts +0 -16
- package/dist/types/components/Button/appearance/buttonStyle.d.ts +7 -7
- package/dist/types/components/Button/appearance/buttonSurface.d.ts +6 -5
- package/dist/types/components/Cell/appearance/cellAccent.d.ts +21 -0
- package/dist/types/components/Cell/appearance/cellDanger.d.ts +7 -0
- package/dist/types/components/Cell/appearance/cellError.d.ts +11 -0
- package/dist/types/components/Cell/appearance/cellInfo.d.ts +21 -0
- package/dist/types/components/Cell/appearance/cellPrimary.d.ts +8 -0
- package/dist/types/components/Cell/appearance/cellSecondary.d.ts +8 -0
- package/dist/types/components/Cell/appearance/cellSize.d.ts +59 -0
- package/dist/types/components/Cell/appearance/cellStyle.d.ts +16 -0
- package/dist/types/components/Cell/appearance/cellSuccess.d.ts +11 -0
- package/dist/types/components/Cell/appearance/cellSurface.d.ts +25 -0
- package/dist/types/components/Cell/appearance/cellWarning.d.ts +11 -0
- package/dist/types/components/Chips/ChipsGroup.d.ts +2 -0
- package/dist/types/components/Chips/appearance/chipsSize.d.ts +4 -0
- package/dist/types/components/Chips/appearance/chipsStyle.d.ts +15 -1
- package/dist/types/components/Chips/appearance/chipsSurface.d.ts +2 -0
- package/dist/types/components/Chips/index.d.ts +1 -0
- package/dist/types/components/Code/Code.appearance.d.ts +1 -1
- package/dist/types/components/Code/appearance/codeDefault.d.ts +18 -0
- package/dist/types/components/Code/appearance/codeDisabled.d.ts +20 -0
- package/dist/types/components/Code/appearance/codeError.d.ts +11 -0
- package/dist/types/components/Code/appearance/codeRequire.d.ts +20 -0
- package/dist/types/components/Code/appearance/codeSize.d.ts +19 -0
- package/dist/types/components/Code/appearance/codeStyle.d.ts +16 -0
- package/dist/types/components/Code/appearance/codeSuccess.d.ts +11 -0
- package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +1 -1
- package/dist/types/components/DatePeriod/DatePeriod.appearance.d.ts +2 -0
- package/dist/types/components/DatePeriod/DatePeriod.d.ts +4 -0
- package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +45 -0
- package/dist/types/components/DatePeriod/index.d.ts +2 -0
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +3 -0
- package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +3 -0
- package/dist/types/components/Divider/Divider.appearance.d.ts +2 -2
- package/dist/types/components/Divider/Divider.interface.d.ts +3 -3
- package/dist/types/components/Divider/appearance/dividerAccent.d.ts +21 -0
- package/dist/types/components/Divider/appearance/dividerError.d.ts +11 -0
- package/dist/types/components/Divider/appearance/dividerPrimary.d.ts +8 -0
- package/dist/types/components/Divider/appearance/dividerSecondary.d.ts +8 -0
- package/dist/types/components/Divider/appearance/dividerSize.d.ts +12 -0
- package/dist/types/components/Divider/appearance/dividerStyle.d.ts +16 -0
- package/dist/types/components/Divider/appearance/dividerSuccess.d.ts +11 -0
- package/dist/types/components/Divider/appearance/dividerSurface.d.ts +25 -0
- package/dist/types/components/Divider/appearance/dividerWarning.d.ts +11 -0
- package/dist/types/components/Dropdown/appearance/dropdownAccent.d.ts +21 -0
- package/dist/types/components/Dropdown/appearance/dropdownSize.d.ts +27 -0
- package/dist/types/components/Dropdown/appearance/dropdownStyle.d.ts +16 -0
- package/dist/types/components/HeroTitle/HeroTitle.appearance.d.ts +2 -2
- package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +8 -8
- package/dist/types/components/HeroTitle/appearance/heroTitleSize.d.ts +27 -0
- package/dist/types/components/Icon/appearance/iconAccent.d.ts +34 -0
- package/dist/types/components/Icon/appearance/iconDanger.d.ts +11 -0
- package/dist/types/components/Icon/appearance/iconError.d.ts +11 -0
- package/dist/types/components/Icon/appearance/iconInfo.d.ts +21 -0
- package/dist/types/components/Icon/appearance/iconPrimary.d.ts +8 -0
- package/dist/types/components/Icon/appearance/iconSecondary.d.ts +8 -0
- package/dist/types/components/Icon/appearance/iconSize.d.ts +115 -0
- package/dist/types/components/Icon/appearance/iconStyle.d.ts +16 -0
- package/dist/types/components/Icon/appearance/iconSuccess.d.ts +11 -0
- package/dist/types/components/Icon/appearance/iconSurface.d.ts +27 -0
- package/dist/types/components/Icon/appearance/iconWarning.d.ts +11 -0
- package/dist/types/components/Label/appearance/labelDanger.d.ts +0 -2
- package/dist/types/components/Label/appearance/labelError.d.ts +6 -2
- package/dist/types/components/Label/appearance/labelGradient.d.ts +0 -2
- package/dist/types/components/Label/appearance/labelInfo.d.ts +2 -6
- package/dist/types/components/Label/appearance/labelSize.d.ts +0 -7
- package/dist/types/components/Label/appearance/labelStyle.d.ts +7 -7
- package/dist/types/components/Label/appearance/labelSuccess.d.ts +6 -2
- package/dist/types/components/Label/appearance/labelWarning.d.ts +6 -2
- package/dist/types/components/List/List.appearance.d.ts +2 -0
- package/dist/types/components/List/List.interface.d.ts +22 -1
- package/dist/types/components/List/appearance/listAccent.d.ts +21 -0
- package/dist/types/components/List/appearance/listDanger.d.ts +7 -0
- package/dist/types/components/List/appearance/listError.d.ts +11 -0
- package/dist/types/components/List/appearance/listInfo.d.ts +21 -0
- package/dist/types/components/List/appearance/listPrimary.d.ts +8 -0
- package/dist/types/components/List/appearance/listSecondary.d.ts +8 -0
- package/dist/types/components/List/appearance/listSize.d.ts +59 -0
- package/dist/types/components/List/appearance/listStyle.d.ts +16 -0
- package/dist/types/components/List/appearance/listSuccess.d.ts +11 -0
- package/dist/types/components/List/appearance/listSurface.d.ts +25 -0
- package/dist/types/components/List/appearance/listWarning.d.ts +11 -0
- package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +21 -0
- package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +11 -0
- package/dist/types/components/MenuItem/appearance/menuItemPrimary.d.ts +8 -0
- package/dist/types/components/MenuItem/appearance/menuItemSize.d.ts +59 -0
- package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +16 -0
- package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +25 -0
- package/dist/types/components/Notification/appearance/notificationItemError.d.ts +11 -0
- package/dist/types/components/Notification/appearance/notificationItemSize.d.ts +59 -0
- package/dist/types/components/Notification/appearance/notificationItemStyle.d.ts +16 -0
- package/dist/types/components/Notification/appearance/notificationItemSuccess.d.ts +11 -0
- package/dist/types/components/Notification/appearance/notificationItemWarning.d.ts +11 -0
- package/dist/types/components/Overlay/appearance/overlayAccent.d.ts +21 -0
- package/dist/types/components/Overlay/appearance/overlayDanger.d.ts +7 -0
- package/dist/types/components/Overlay/appearance/overlayError.d.ts +11 -0
- package/dist/types/components/Overlay/appearance/overlayInfo.d.ts +21 -0
- package/dist/types/components/Overlay/appearance/overlayPrimary.d.ts +8 -0
- package/dist/types/components/Overlay/appearance/overlaySecondary.d.ts +8 -0
- package/dist/types/components/Overlay/appearance/overlaySize.d.ts +59 -0
- package/dist/types/components/Overlay/appearance/overlayStyle.d.ts +16 -0
- package/dist/types/components/Overlay/appearance/overlaySuccess.d.ts +11 -0
- package/dist/types/components/Overlay/appearance/overlaySurface.d.ts +25 -0
- package/dist/types/components/Overlay/appearance/overlayWarning.d.ts +11 -0
- package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +21 -0
- package/dist/types/components/Pagination/appearance/paginationDanger.d.ts +7 -0
- package/dist/types/components/Pagination/appearance/paginationError.d.ts +11 -0
- package/dist/types/components/Pagination/appearance/paginationInfo.d.ts +21 -0
- package/dist/types/components/Pagination/appearance/paginationPrimary.d.ts +8 -0
- package/dist/types/components/Pagination/appearance/paginationSecondary.d.ts +8 -0
- package/dist/types/components/Pagination/appearance/paginationSize.d.ts +59 -0
- package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +16 -0
- package/dist/types/components/Pagination/appearance/paginationSuccess.d.ts +11 -0
- package/dist/types/components/Pagination/appearance/paginationWarning.d.ts +11 -0
- package/dist/types/components/Radio/appearance/radioError.d.ts +11 -0
- package/dist/types/components/Radio/appearance/radioRequire.d.ts +20 -0
- package/dist/types/components/Radio/appearance/radioSize.d.ts +27 -0
- package/dist/types/components/Radio/appearance/radioStyle.d.ts +16 -0
- package/dist/types/components/Radio/appearance/radioSuccess.d.ts +11 -0
- package/dist/types/components/Radio/appearance/radionDefault.d.ts +18 -0
- package/dist/types/components/Segmented/appearance/segmentedAccent.d.ts +19 -0
- package/dist/types/components/Segmented/appearance/segmentedDisabled.d.ts +18 -0
- package/dist/types/components/Segmented/appearance/segmentedError.d.ts +9 -0
- package/dist/types/components/Segmented/appearance/segmentedFalse.d.ts +4 -0
- package/dist/types/components/Segmented/appearance/segmentedSize.d.ts +10 -2
- package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +16 -0
- package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +9 -0
- package/dist/types/components/Segmented/appearance/segmentedWarning.d.ts +9 -0
- package/dist/types/components/Text/Text.appearance.d.ts +2 -2
- package/dist/types/components/Text/Text.interface.d.ts +3 -3
- package/dist/types/components/Text/appearance/textSize.d.ts +31 -0
- package/package.json +5 -5
- package/dist/Badge_cjs_CeqDdbMs.js +0 -227
- package/dist/Badge_es_uDX0eyDM.js +0 -223
- package/dist/Divider_cjs_DakITdTv.js +0 -34
- package/dist/Divider_es_CWsDM2Rm.js +0 -30
- package/dist/Icon_cjs_BaWMPaAR.js +0 -67
- package/dist/Icon_es_B0sySEUu.js +0 -63
- package/dist/Overlay_cjs_BTSfcGrM.js +0 -33
- package/dist/Overlay_es_CR7d-ISF.js +0 -29
- package/dist/Title_cjs_ByPcFb15.js +0 -44
- package/dist/Title_es_eejUqSJf.js +0 -40
- package/dist/Tooltip_cjs_CY4HOzhz.js +0 -97
- package/dist/Tooltip_es_B9hN4Zlm.js +0 -93
- package/dist/stories/Divider.mdx +0 -35
- package/dist/stories/Icon.mdx +0 -15
- package/dist/stories/Loader.mdx +0 -11
- package/dist/stories/Segmented.mdx +0 -11
package/dist/components/Tab.js
CHANGED
|
@@ -4,10 +4,10 @@ import React from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
7
|
-
import { B as Badge } from '../
|
|
8
|
-
import { D as Divider } from '../
|
|
7
|
+
import { B as Badge } from '../Tooltip_es_DZX2n-4A.js';
|
|
8
|
+
import { D as Divider } from '../Divider_es_BdU9qjKa.js';
|
|
9
9
|
import { L as Link } from '../Link_es_DkW06IM-.js';
|
|
10
|
-
import { T as Text } from '../
|
|
10
|
+
import { T as Text } from '../Text_es_D012qJ8s.js';
|
|
11
11
|
import 'lodash/camelCase';
|
|
12
12
|
import 'lodash/castArray';
|
|
13
13
|
import 'lodash/upperFirst';
|
|
@@ -20,10 +20,7 @@ import 'react-responsive';
|
|
|
20
20
|
import '../utils/setViewportProperty.js';
|
|
21
21
|
import 'lodash/maxBy';
|
|
22
22
|
import '../hooks/useStyles/styleAttributes.js';
|
|
23
|
-
import '../Icon_es_B0sySEUu.js';
|
|
24
23
|
import 'react-inlinesvg';
|
|
25
|
-
import '../Tooltip_es_B9hN4Zlm.js';
|
|
26
|
-
import '../Title_es_eejUqSJf.js';
|
|
27
24
|
|
|
28
25
|
var tabAppearanceSize = {
|
|
29
26
|
sizeL: {
|
package/dist/components/Text.js
CHANGED
package/dist/components/Tile.js
CHANGED
|
@@ -3,9 +3,8 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
5
5
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
6
|
-
import { B as Badge } from '../
|
|
7
|
-
import { T as Text } from '../
|
|
8
|
-
import { T as Title } from '../Title_es_eejUqSJf.js';
|
|
6
|
+
import { b as Title, B as Badge } from '../Tooltip_es_DZX2n-4A.js';
|
|
7
|
+
import { T as Text } from '../Text_es_D012qJ8s.js';
|
|
9
8
|
import 'react';
|
|
10
9
|
import 'lodash/camelCase';
|
|
11
10
|
import 'lodash/castArray';
|
|
@@ -19,10 +18,8 @@ import 'react-responsive';
|
|
|
19
18
|
import '../utils/setViewportProperty.js';
|
|
20
19
|
import 'lodash/maxBy';
|
|
21
20
|
import '../hooks/useStyles/styleAttributes.js';
|
|
22
|
-
import '../Icon_es_B0sySEUu.js';
|
|
23
21
|
import 'react-inlinesvg';
|
|
24
22
|
import '../Link_es_DkW06IM-.js';
|
|
25
|
-
import '../Tooltip_es_B9hN4Zlm.js';
|
|
26
23
|
|
|
27
24
|
var tileAppearance = {
|
|
28
25
|
dev: {},
|
package/dist/components/Title.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { b as Title, d as titleAppearance, c as titleConfig } from '../Tooltip_es_DZX2n-4A.js';
|
|
2
2
|
import '../tslib.es6_es_Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
@@ -17,3 +17,6 @@ import '../utils/setViewportProperty.js';
|
|
|
17
17
|
import '../hooks/useStyles/useStyles.js';
|
|
18
18
|
import 'lodash/maxBy';
|
|
19
19
|
import '../hooks/useStyles/styleAttributes.js';
|
|
20
|
+
import '../Text_es_D012qJ8s.js';
|
|
21
|
+
import 'react-inlinesvg';
|
|
22
|
+
import '../Link_es_DkW06IM-.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as Tooltip, a as tooltipAppearance, t as tooltipConfig } from '../
|
|
1
|
+
export { T as Tooltip, a as tooltipAppearance, t as tooltipConfig } from '../Tooltip_es_DZX2n-4A.js';
|
|
2
2
|
import '../tslib.es6_es_Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
@@ -17,5 +17,6 @@ import '../utils/setViewportProperty.js';
|
|
|
17
17
|
import '../hooks/useStyles/useStyles.js';
|
|
18
18
|
import 'lodash/maxBy';
|
|
19
19
|
import '../hooks/useStyles/styleAttributes.js';
|
|
20
|
-
import '../
|
|
21
|
-
import '
|
|
20
|
+
import '../Text_es_D012qJ8s.js';
|
|
21
|
+
import 'react-inlinesvg';
|
|
22
|
+
import '../Link_es_DkW06IM-.js';
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
--badge-type-icon-size-xs-max-height: 16px;
|
|
131
131
|
|
|
132
132
|
--badge-size-xxs-padding: 0 0.5m;
|
|
133
|
-
--badge-size-xxs-min-width:
|
|
134
|
-
--badge-size-xxs-min-height:
|
|
133
|
+
--badge-size-xxs-min-width: 16px;
|
|
134
|
+
--badge-size-xxs-min-height: 16px;
|
|
135
135
|
--badge-size-xxs-gap: 0px;
|
|
136
|
-
--badge-type-icon-size-xxs-max-width:
|
|
137
|
-
--badge-type-icon-size-xxs-max-height:
|
|
136
|
+
--badge-type-icon-size-xxs-max-width: 16px;
|
|
137
|
+
--badge-type-icon-size-xxs-max-height: 16px;
|
|
138
138
|
--badge-shape-rounded: 0;
|
|
139
139
|
}
|
|
@@ -36,51 +36,55 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
:root {
|
|
39
|
-
/*
|
|
40
|
-
--chips-shape-rounded-default:
|
|
41
|
-
@each $size, $value in (xxl, xl, l, m, s, xs, xxs), (0, 0, 0, 0, 0, 0, 0) {
|
|
42
|
-
--chips-$(size)-shape-rounded: $(value);
|
|
43
|
-
}
|
|
39
|
+
/* Default */
|
|
40
|
+
--chips-shape-rounded-default: 8px;
|
|
44
41
|
|
|
45
42
|
/* Size XXL */
|
|
46
43
|
--chips-xxl-gap: 0.5m;
|
|
47
44
|
--chips-xxl-padding: 2m 2m;
|
|
48
45
|
--chips-xxl-min-width: 48px;
|
|
49
46
|
--chips-xxl-min-height: 48px;
|
|
47
|
+
--chips-xxl-shape-rounded: 8px;
|
|
50
48
|
|
|
51
49
|
/* Size XL */
|
|
52
50
|
--chips-xl-gap: 0.5m;
|
|
53
51
|
--chips-xl-padding: 1m 1m;
|
|
54
52
|
--chips-xl-min-width: 40px;
|
|
55
53
|
--chips-xl-min-height: 40px;
|
|
54
|
+
--chips-xl-shape-rounded: 8px;
|
|
56
55
|
|
|
57
56
|
/* Size L */
|
|
58
57
|
--chips-l-gap: 0.5m;
|
|
59
|
-
--chips-l-padding: 0.5m
|
|
58
|
+
--chips-l-padding: 0.5m 12px;
|
|
60
59
|
--chips-l-min-width: 32px;
|
|
61
60
|
--chips-l-min-height: 32px;
|
|
61
|
+
--chips-l-shape-rounded: 8px;
|
|
62
62
|
|
|
63
63
|
/* Size M */
|
|
64
64
|
--chips-m-gap: 0.5m;
|
|
65
65
|
--chips-m-padding: 0.75m 1.25m;
|
|
66
66
|
--chips-m-min-width: 28px;
|
|
67
67
|
--chips-m-min-height: 28px;
|
|
68
|
+
--chips-m-shape-rounded: 8px;
|
|
68
69
|
|
|
69
70
|
/* Size S */
|
|
70
71
|
--chips-s-gap: 0.5m;
|
|
71
72
|
--chips-s-padding: 0.25m 0.5m;
|
|
72
73
|
--chips-s-min-width: 24px;
|
|
73
74
|
--chips-s-min-height: 24px;
|
|
75
|
+
--chips-s-shape-rounded: 8px;
|
|
74
76
|
|
|
75
77
|
/* Size XS */
|
|
76
78
|
--chips-xs-gap: 0.5m;
|
|
77
79
|
--chips-xs-padding: 0.5m 0.5m;
|
|
78
80
|
--chips-xs-min-width: 20px;
|
|
79
81
|
--chips-xs-min-height: 20px;
|
|
82
|
+
--chips-xs-shape-rounded: 8px;
|
|
80
83
|
|
|
81
84
|
/* Size XXS */
|
|
82
85
|
--chips-xxs-gap: 0.5m;
|
|
83
86
|
--chips-xxs-padding: 0.25m 0.25m;
|
|
84
87
|
--chips-xxs-min-width: 16px;
|
|
85
88
|
--chips-xxs-min-height: 16px;
|
|
89
|
+
--chips-xxs-shape-rounded: 8px;
|
|
86
90
|
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
.date-period {
|
|
2
|
+
display: flex;
|
|
3
|
+
}
|
|
4
|
+
.date-period {
|
|
5
|
+
&&_skeleton {
|
|
6
|
+
background-image: linear-gradient(
|
|
7
|
+
90deg,
|
|
8
|
+
var(--color-surface-secondary),
|
|
9
|
+
var(--color-surface-tertiary),
|
|
10
|
+
var(--color-surface-secondary)
|
|
11
|
+
);
|
|
12
|
+
background-size: 200%;
|
|
13
|
+
animation: datePeriodSkeleton 3s infinite linear;
|
|
14
|
+
& * {
|
|
15
|
+
opacity: 0%;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
@keyframes datePeriodSkeleton {
|
|
20
|
+
0% {
|
|
21
|
+
background-position: 200%;
|
|
22
|
+
}
|
|
23
|
+
100% {
|
|
24
|
+
background-position: -200%;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.date-period {
|
|
28
|
+
&_shape {
|
|
29
|
+
&_circular {
|
|
30
|
+
border-radius: 50%;
|
|
31
|
+
}
|
|
32
|
+
&_geometric {
|
|
33
|
+
border-radius: 0;
|
|
34
|
+
}
|
|
35
|
+
&_rounded {
|
|
36
|
+
border-radius: var(--date-period-shape-default);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
.date-period {
|
|
41
|
+
&_size {
|
|
42
|
+
@each $size in xxs, xs, s, m, l, xl, xxl {
|
|
43
|
+
&_$(size) {
|
|
44
|
+
min-width: var(--date-period-$(size)-min-width);
|
|
45
|
+
min-height: var(--date-period-$(size)-min-height);
|
|
46
|
+
padding: var(--date-period-$(size)-padding);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
&__datepicker-input_size {
|
|
51
|
+
@each $inputSize in xxs, xs, s, m, l, xl, xxl {
|
|
52
|
+
input&_$(inputSize) {
|
|
53
|
+
padding: var(--date-period-datepicker-input-$(inputSize)-padding);
|
|
54
|
+
min-height: var(--date-period-datepicker-input-$(inputSize)-min-height);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
:root {
|
|
60
|
+
--date-period-shape-default: 8px;
|
|
61
|
+
|
|
62
|
+
/* Size XXL */
|
|
63
|
+
--date-period-xxl-padding: 2m 2m;
|
|
64
|
+
--date-period-xxl-min-width: 48px;
|
|
65
|
+
--date-period-xxl-min-height: 48px;
|
|
66
|
+
--date-period-xxl-shape-rounded: 8px;
|
|
67
|
+
|
|
68
|
+
/* Size XL */
|
|
69
|
+
--date-period-xl-padding: 1m 1m;
|
|
70
|
+
--date-period-xl-min-width: 40px;
|
|
71
|
+
--date-period-xl-min-height: 40px;
|
|
72
|
+
--date-period-xl-shape-rounded: 8px;
|
|
73
|
+
|
|
74
|
+
/* Size L */
|
|
75
|
+
--date-period-l-padding: 0.5m 0.5m;
|
|
76
|
+
--date-period-l-min-width: 32px;
|
|
77
|
+
--date-period-l-min-height: 32px;
|
|
78
|
+
--date-period-l-shape-rounded: 8px;
|
|
79
|
+
--date-period-datepicker-input-l-padding: 0.5m 12px;
|
|
80
|
+
--date-period-datepicker-input-l-min-height: 32px;
|
|
81
|
+
|
|
82
|
+
/* Size M */
|
|
83
|
+
--date-period-m-padding: 2px;
|
|
84
|
+
--date-period-m-min-width: 36px;
|
|
85
|
+
--date-period-m-min-height: 36px;
|
|
86
|
+
--date-period-m-shape-rounded: 8px;
|
|
87
|
+
|
|
88
|
+
/* Size S */
|
|
89
|
+
--date-period-s-padding: 0.25m 0.5m;
|
|
90
|
+
--date-period-s-min-width: 24px;
|
|
91
|
+
--date-period-s-min-height: 24px;
|
|
92
|
+
--date-period-s-shape-rounded: 8px;
|
|
93
|
+
|
|
94
|
+
/* Size XS */
|
|
95
|
+
--date-period-xs-padding: 0.5m 0.5m;
|
|
96
|
+
--date-period-xs-min-width: 20px;
|
|
97
|
+
--date-period-xs-min-height: 20px;
|
|
98
|
+
--date-period-xs-shape-rounded: 8px;
|
|
99
|
+
|
|
100
|
+
/* Size XXS */
|
|
101
|
+
--date-period-xxs-padding: 0.25m 0.25m;
|
|
102
|
+
--date-period-xxs-min-width: 16px;
|
|
103
|
+
--date-period-xxs-min-height: 16px;
|
|
104
|
+
--date-period-xxs-shape-rounded: 8px;
|
|
105
|
+
}
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
align-items: flex-start;
|
|
32
32
|
&-reverse {
|
|
33
33
|
display: flex;
|
|
34
|
+
align-items: flex-start;
|
|
34
35
|
flex-direction: row-reverse;
|
|
35
36
|
}
|
|
36
37
|
}
|
|
@@ -40,12 +41,14 @@
|
|
|
40
41
|
align-items: flex-start;
|
|
41
42
|
&-reverse {
|
|
42
43
|
display: flex;
|
|
44
|
+
align-items: flex-start;
|
|
43
45
|
flex-direction: column-reverse;
|
|
44
46
|
}
|
|
45
47
|
}
|
|
46
48
|
@each $val in row, row-reverse, column, column-reverse {
|
|
47
49
|
&_$(val) {
|
|
48
50
|
display: flex;
|
|
51
|
+
align-items: flex-start;
|
|
49
52
|
flex-direction: $(val);
|
|
50
53
|
}
|
|
51
54
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/* stylelint-disable prettier/prettier */
|
|
12
12
|
.icon {
|
|
13
13
|
&_size {
|
|
14
|
-
@each $size in 14, 16, 20, 24, 32, 40, 48, 56, 60, 64, 72, 80, 96, 112, 144 {
|
|
14
|
+
@each $size in 12, 14, 16, 20, 24, 32, 40, 48, 56, 60, 64, 72, 80, 96, 112, 144 {
|
|
15
15
|
&_$(size) {
|
|
16
16
|
width: $(size)px;
|
|
17
17
|
height: $(size)px;
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
/* stylelint-disable prettier/prettier */
|
|
33
32
|
.icon_fill {
|
|
34
33
|
@each $type in accent, primary, secondary, tertiary, quaternary, quinary,
|
|
35
34
|
senary, surface, error, success, warning, info, danger, gradient {
|
|
@@ -45,8 +44,8 @@
|
|
|
45
44
|
}
|
|
46
45
|
}
|
|
47
46
|
}
|
|
48
|
-
@each $color in primary, secondary, tertiary, quaternary, quinary,
|
|
49
|
-
|
|
47
|
+
@each $color in primary, secondary, tertiary, quaternary, quinary, senary,
|
|
48
|
+
accent, disabled, hover, inverse {
|
|
50
49
|
&-$(color) {
|
|
51
50
|
& svg {
|
|
52
51
|
stroke: none;
|
|
@@ -56,6 +55,31 @@
|
|
|
56
55
|
}
|
|
57
56
|
}
|
|
58
57
|
}
|
|
58
|
+
@each $palette in red, neon-pink, electric-pink, hibiscus, pink, pink-citrus,
|
|
59
|
+
pomagranate, dragon-fruit, camellia, red-rose, plum, orange, clementine,
|
|
60
|
+
apricot, papaya, kumquat, light-orange, peach, flamingo, rose-gold,
|
|
61
|
+
pink-sand, vintage-rose, grapefruit, cream, mellow-yellow, canary-yellow,
|
|
62
|
+
pollen, flash-light, lemon-cream, flash, dark-green, green, spearmint, mint,
|
|
63
|
+
beryl, sea-foam, turquoise, blue, light-blue, cerulian, surf-blue,
|
|
64
|
+
pacific-green, blue-cobalt, dark-teal, blue-horizon, denim-blue, linen-blue,
|
|
65
|
+
deep-navy, midnight-blue, purple, ultra-violet, lilac, ocean-blue,
|
|
66
|
+
delft-blue, indigo, lavender-gray, lavender, mist-blue, storm-gray, cactus,
|
|
67
|
+
pine-green, cyprus-green, northern-blue, azure, alaskan-blue, khaki,
|
|
68
|
+
dark-olive, soft-white, antique-white, yellow-gold, gold, camel, walnut,
|
|
69
|
+
stone, pebble, cocoa, coastal-gray, white, black, alto, athens-gray {
|
|
70
|
+
&_$(palette) {
|
|
71
|
+
&-item {
|
|
72
|
+
& svg {
|
|
73
|
+
stroke: none;
|
|
74
|
+
fill: var(--color-$(type)-item-$(color));
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
& svg {
|
|
78
|
+
stroke: none;
|
|
79
|
+
fill: var(--color-$(type)-fill-$(color));
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
59
83
|
}
|
|
60
84
|
.icon_fill_hover {
|
|
61
85
|
@each $type in accent, primary, secondary, tertiary, quaternary, quinary,
|
|
@@ -76,11 +100,36 @@
|
|
|
76
100
|
}
|
|
77
101
|
}
|
|
78
102
|
}
|
|
103
|
+
@each $palette in red, neon-pink, electric-pink, hibiscus, pink, pink-citrus,
|
|
104
|
+
pomagranate, dragon-fruit, camellia, red-rose, plum, orange, clementine,
|
|
105
|
+
apricot, papaya, kumquat, light-orange, peach, flamingo, rose-gold,
|
|
106
|
+
pink-sand, vintage-rose, grapefruit, cream, mellow-yellow, canary-yellow,
|
|
107
|
+
pollen, flash-light, lemon-cream, flash, dark-green, green, spearmint, mint,
|
|
108
|
+
beryl, sea-foam, turquoise, blue, light-blue, cerulian, surf-blue,
|
|
109
|
+
pacific-green, blue-cobalt, dark-teal, blue-horizon, denim-blue, linen-blue,
|
|
110
|
+
deep-navy, midnight-blue, purple, ultra-violet, lilac, ocean-blue,
|
|
111
|
+
delft-blue, indigo, lavender-gray, lavender, mist-blue, storm-gray, cactus,
|
|
112
|
+
pine-green, cyprus-green, northern-blue, azure, alaskan-blue, khaki,
|
|
113
|
+
dark-olive, soft-white, antique-white, yellow-gold, gold, camel, walnut,
|
|
114
|
+
stone, pebble, cocoa, coastal-gray, white, black, alto, athens-gray {
|
|
115
|
+
&_$(palette) {
|
|
116
|
+
&-item {
|
|
117
|
+
& svg {
|
|
118
|
+
stroke: none;
|
|
119
|
+
fill: var(--color-$(type)-item-$(color));
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
& svg {
|
|
123
|
+
stroke: none;
|
|
124
|
+
fill: var(--color-$(type)-fill-$(color));
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
79
128
|
}
|
|
80
129
|
/* stylelint-disable prettier/prettier */
|
|
81
130
|
.icon_fill {
|
|
82
131
|
&_size {
|
|
83
|
-
@each $size in 14, 16, 20, 24, 32, 40, 48, 56, 60, 72 {
|
|
132
|
+
@each $size in 12, 14, 16, 20, 24, 32, 40, 48, 56, 60, 72 {
|
|
84
133
|
&_$(size) {
|
|
85
134
|
width: $(size)px;
|
|
86
135
|
height: $(size)px;
|
|
@@ -107,17 +156,18 @@
|
|
|
107
156
|
}
|
|
108
157
|
}
|
|
109
158
|
.icon {
|
|
110
|
-
&
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
159
|
+
&_with-badge {
|
|
160
|
+
position: relative;
|
|
161
|
+
^&__link,
|
|
162
|
+
^&__item {
|
|
163
|
+
text-decoration: none;
|
|
164
|
+
@each $size in 12, 14, 16, 20, 24, 32, 40 {
|
|
165
|
+
&^^&_size_$(size) {
|
|
166
|
+
& ^^^&__badge {
|
|
167
|
+
top: 0;
|
|
168
|
+
right: 0;
|
|
169
|
+
position: absolute;
|
|
170
|
+
transform: translate(var(--icon-size-$(size)-badge-position));
|
|
121
171
|
}
|
|
122
172
|
}
|
|
123
173
|
}
|
|
@@ -138,12 +188,13 @@
|
|
|
138
188
|
}
|
|
139
189
|
:root {
|
|
140
190
|
--icon-transition: all 0.2s ease 0s;
|
|
141
|
-
|
|
191
|
+
|
|
142
192
|
--icon-shape-rounded: 6px;
|
|
143
193
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
194
|
+
--icon-size-14-badge-position: 12px, -12px;
|
|
195
|
+
--icon-size-16-badge-position: 12px, -12px;
|
|
196
|
+
--icon-size-20-badge-position: 12px, -12px;
|
|
197
|
+
--icon-size-24-badge-position: 12px, -12px;
|
|
198
|
+
--icon-size-32-badge-position: 12px, -12px;
|
|
199
|
+
--icon-size-40-badge-position: 12px, -12px;
|
|
149
200
|
}
|
|
@@ -115,12 +115,9 @@
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
:root {
|
|
118
|
-
--segmented-item-size-
|
|
119
|
-
--segmented-item-size-
|
|
120
|
-
|
|
121
|
-
--segmented-item-size-l-padding: 4px 16px;
|
|
122
|
-
--segmented-item-size-m-padding: 4px 16px;
|
|
123
|
-
--segmented-item-size-s-padding: 4px 16px;
|
|
118
|
+
--segmented-item-size-l-padding: 14px 16px;
|
|
119
|
+
--segmented-item-size-m-padding: 12px 16px;
|
|
120
|
+
--segmented-item-size-s-padding: 8px 16px;
|
|
124
121
|
--segmented-item-size-xs-padding: 4px 16px;
|
|
125
122
|
--segmented-item-size-xxs-padding: 4px 16px;
|
|
126
123
|
|
|
@@ -25,13 +25,19 @@
|
|
|
25
25
|
background-position: -200%;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
+
/* stylelint-disable prettier/prettier */
|
|
28
29
|
.title {
|
|
29
30
|
&_size {
|
|
30
31
|
@each $size in h1, h2, h3, h4, h5, h6 {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
@each $gap in 12, 12, 12, 12, 12, 12 {
|
|
33
|
+
&_$(size) {
|
|
34
|
+
padding: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
@mixin $(size);
|
|
37
|
+
^^&__wrapper {
|
|
38
|
+
gap: $(gap)px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
35
41
|
}
|
|
36
42
|
}
|
|
37
43
|
}
|
|
@@ -50,7 +56,7 @@
|
|
|
50
56
|
&_horizontal {
|
|
51
57
|
display: flex;
|
|
52
58
|
flex-direction: row;
|
|
53
|
-
align-items:
|
|
59
|
+
align-items: center;
|
|
54
60
|
}
|
|
55
61
|
&_vertical {
|
|
56
62
|
display: flex;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
delft-blue, indigo, lavender-gray, lavender, mist-blue, storm-gray, cactus,
|
|
41
41
|
pine-green, cyprus-green, northern-blue, azure, alaskan-blue, khaki,
|
|
42
42
|
dark-olive, soft-white, antique-white, yellow-gold, gold, camel, walnut,
|
|
43
|
-
stone, pebble, cocoa, coastal-gray, white, black {
|
|
43
|
+
stone, pebble, cocoa, coastal-gray, white, black, alto, athens-gray {
|
|
44
44
|
&_$(palette) {
|
|
45
45
|
background: var(--color-palette-$(palette));
|
|
46
46
|
}
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
lilac, ocean-blue, delft-blue, indigo, lavender-gray, lavender, mist-blue,
|
|
25
25
|
storm-gray, cactus, pine-green, cyprus-green, northern-blue, azure,
|
|
26
26
|
alaskan-blue, khaki, dark-olive, soft-white, antique-white, yellow-gold,
|
|
27
|
-
gold, camel, walnut, stone, pebble, cocoa, coastal-gray, white, black
|
|
27
|
+
gold, camel, walnut, stone, pebble, cocoa, coastal-gray, white, black,
|
|
28
|
+
alto, athens-gray {
|
|
28
29
|
&_$(palette) {
|
|
29
30
|
color: var(--color-palette-$(palette));
|
|
30
31
|
}
|
|
@@ -2,7 +2,7 @@ import { Canvas, Meta } from '@storybook/blocks'
|
|
|
2
2
|
|
|
3
3
|
import * as BreadcrumbsItemStories from '../stories/BreadcrubsItem.stories'
|
|
4
4
|
|
|
5
|
-
<Meta of={BreadcrumbsItemStories} />
|
|
5
|
+
<Meta title="Atoms / Breadcrumbs / BreadcrumbsItem" of={BreadcrumbsItemStories} />
|
|
6
6
|
|
|
7
7
|
# BreadcrumbsItem
|
|
8
8
|
`BreadcrumbsItem` - это навигационный элемент на странице сайта,
|
|
@@ -7,8 +7,6 @@ import * as BreadcrumbsItemStories from '../stories/BreadcrubsItem.stories'
|
|
|
7
7
|
|
|
8
8
|
# Playground
|
|
9
9
|
|
|
10
|
-
<Canvas sourceState="shown" of={
|
|
11
|
-
<Controls of={BreadcrumbsStories.Default} />
|
|
10
|
+
<Canvas sourceState="shown" of={BreadcrumbsItemStories.Demo} />
|
|
12
11
|
|
|
13
12
|
<Canvas sourceState="shown" of={BreadcrumbsItemStories.Demo} />
|
|
14
|
-
<Controls of={BreadcrumbsItemStories.IconAfter} />
|
package/dist/stories/Text.mdx
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { AccordionAppearanceType
|
|
1
|
+
import { AccordionAppearanceType } from './Accordion.interface';
|
|
2
2
|
export declare const accordionAppearance: AccordionAppearanceType;
|
|
3
|
-
export declare const accordionItemAppearance: AccordionItemAppearanceType;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const accordionAppearanceSize: {
|
|
2
|
+
sizeXXL: {
|
|
3
|
+
size: string;
|
|
4
|
+
labelTextSize: string;
|
|
5
|
+
iconAfterFillSize: string;
|
|
6
|
+
iconAfterSize: string;
|
|
7
|
+
iconBeforeFillSize: string;
|
|
8
|
+
iconBeforeSize: string;
|
|
9
|
+
};
|
|
10
|
+
sizeXL: {
|
|
11
|
+
size: string;
|
|
12
|
+
labelTextSize: string;
|
|
13
|
+
iconAfterFillSize: string;
|
|
14
|
+
iconAfterSize: string;
|
|
15
|
+
iconBeforeFillSize: string;
|
|
16
|
+
iconBeforeSize: string;
|
|
17
|
+
};
|
|
18
|
+
sizeL: {
|
|
19
|
+
size: string;
|
|
20
|
+
labelTextSize: string;
|
|
21
|
+
iconAfterFillSize: string;
|
|
22
|
+
iconAfterSize: string;
|
|
23
|
+
iconBeforeFillSize: string;
|
|
24
|
+
iconBeforeSize: string;
|
|
25
|
+
};
|
|
26
|
+
sizeM: {
|
|
27
|
+
size: string;
|
|
28
|
+
labelTextSize: string;
|
|
29
|
+
iconAfterFillSize: string;
|
|
30
|
+
iconAfterSize: string;
|
|
31
|
+
iconBeforeFillSize: string;
|
|
32
|
+
iconBeforeSize: string;
|
|
33
|
+
};
|
|
34
|
+
sizeS: {
|
|
35
|
+
size: string;
|
|
36
|
+
labelTextSize: string;
|
|
37
|
+
iconAfterFillSize: string;
|
|
38
|
+
iconAfterSize: string;
|
|
39
|
+
iconBeforeFillSize: string;
|
|
40
|
+
iconBeforeSize: string;
|
|
41
|
+
};
|
|
42
|
+
sizeXS: {
|
|
43
|
+
size: string;
|
|
44
|
+
labelTextSize: string;
|
|
45
|
+
iconAfterFillSize: string;
|
|
46
|
+
iconAfterSize: string;
|
|
47
|
+
iconBeforeFillSize: string;
|
|
48
|
+
iconBeforeSize: string;
|
|
49
|
+
};
|
|
50
|
+
sizeXXS: {
|
|
51
|
+
size: string;
|
|
52
|
+
labelTextSize: string;
|
|
53
|
+
iconAfterFillSize: string;
|
|
54
|
+
iconAfterSize: string;
|
|
55
|
+
iconBeforeFillSize: string;
|
|
56
|
+
iconBeforeSize: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export { accordionAppearanceSize };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const accordionAppearanceStyle: {
|
|
2
|
+
full: {
|
|
3
|
+
borderColor: string;
|
|
4
|
+
};
|
|
5
|
+
ghost: {
|
|
6
|
+
fill: string;
|
|
7
|
+
borderColor: string;
|
|
8
|
+
};
|
|
9
|
+
outlined: {
|
|
10
|
+
fill: string;
|
|
11
|
+
};
|
|
12
|
+
solid: {
|
|
13
|
+
borderColor: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export { accordionAppearanceStyle };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const accordionAppearanceSurface: {
|
|
2
|
+
surfacePrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
fillHover: string;
|
|
5
|
+
titleTextColor: string;
|
|
6
|
+
labelTextColor: string;
|
|
7
|
+
};
|
|
8
|
+
surfaceQuaternary: {
|
|
9
|
+
fill: string;
|
|
10
|
+
fillHover: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
};
|
|
13
|
+
surfaceSecondary: {
|
|
14
|
+
fill: string;
|
|
15
|
+
fillHover: string;
|
|
16
|
+
labelTextColor: string;
|
|
17
|
+
loaderFill: string;
|
|
18
|
+
loaderItemFill: string;
|
|
19
|
+
};
|
|
20
|
+
surfaceTertiary: {
|
|
21
|
+
fill: string;
|
|
22
|
+
fillHover: string;
|
|
23
|
+
labelTextColor: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export { accordionAppearanceSurface };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Accordion, accordionConfig } from './Accordion';
|
|
2
|
-
import { accordionAppearance
|
|
2
|
+
import { accordionAppearance } from './Accordion.appearance';
|
|
3
3
|
import { AccordionItem, accordionItemConfig } from './AccordionItem';
|
|
4
|
-
export { Accordion, AccordionItem, accordionConfig, accordionItemConfig, accordionAppearance,
|
|
4
|
+
export { Accordion, AccordionItem, accordionConfig, accordionItemConfig, accordionAppearance, };
|