@itcase/ui 1.8.179 → 1.9.1
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/cjs/components/Chips.js +3 -3
- package/dist/cjs/components/DatePeriod.js +2 -2
- package/dist/cjs/components/Drawer.js +5 -5
- package/dist/cjs/components/Select.js +2 -2
- package/dist/components/Chips.js +3 -3
- package/dist/components/DatePeriod.js +2 -2
- package/dist/components/Drawer.js +5 -5
- package/dist/components/Select.js +2 -2
- package/dist/css/styles/bundles.css +13 -1
- package/dist/stories/useAppearanceConfig.mdx +1 -1
- package/dist/stories/useDevicePropsGenerator.mdx +2 -2
- package/dist/stories/useMediaQueries.mdx +1 -1
- package/dist/types/components/Accordion/Accordion.interface.d.ts +1 -1
- package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -1
- package/dist/types/components/Badge/Badge.interface.d.ts +1 -1
- package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +1 -1
- package/dist/types/components/Button/Button.interface.d.ts +1 -1
- package/dist/types/components/Cell/Cell.interface.d.ts +1 -1
- package/dist/types/components/Checkbox/Checkbox.interface.d.ts +1 -1
- package/dist/types/components/Checkmark/Checkmark.interface.d.ts +1 -1
- package/dist/types/components/Chips/Chips.interface.d.ts +1 -1
- package/dist/types/components/Choice/Choice.interface.d.ts +1 -1
- package/dist/types/components/Code/Code.interface.d.ts +1 -1
- package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +1 -1
- package/dist/types/components/Dadata/Dadata.interface.d.ts +1 -1
- package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +1 -1
- package/dist/types/components/Divider/Divider.interface.d.ts +1 -1
- package/dist/types/components/Dot/Dot.interface.d.ts +1 -1
- package/dist/types/components/Drawer/Drawer.interface.d.ts +1 -1
- package/dist/types/components/Dropdown/Dropdown.interface.d.ts +1 -1
- package/dist/types/components/Flex/Flex.interface.d.ts +1 -1
- package/dist/types/components/Grid/Grid.interface.d.ts +1 -1
- package/dist/types/components/Group/Group.interface.d.ts +1 -1
- package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +1 -1
- package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +1 -1
- package/dist/types/components/Icon/Icon.interface.d.ts +1 -1
- package/dist/types/components/Image/Image.interface.d.ts +1 -1
- package/dist/types/components/Input/Input.interface.d.ts +1 -1
- package/dist/types/components/InputPassword/InputPassword.interface.d.ts +1 -1
- package/dist/types/components/Label/Label.interface.d.ts +1 -1
- package/dist/types/components/Link/Link.interface.d.ts +1 -1
- package/dist/types/components/List/List.interface.d.ts +1 -1
- package/dist/types/components/Loader/Loader.interface.d.ts +1 -1
- package/dist/types/components/Logo/Logo.interface.d.ts +1 -1
- package/dist/types/components/MenuItem/MenuItem.interface.d.ts +1 -1
- package/dist/types/components/Modal/Modal.interface.d.ts +1 -1
- package/dist/types/components/Notification/Notification.interface.d.ts +1 -1
- package/dist/types/components/Overlay/Overlay.interface.d.ts +1 -1
- package/dist/types/components/Pagination/Pagination.interface.d.ts +1 -1
- package/dist/types/components/Radio/Radio.interface.d.ts +1 -1
- package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +1 -1
- package/dist/types/components/Response/Response.interface.d.ts +1 -1
- package/dist/types/components/SVGContent/SVGContent.interface.d.ts +1 -1
- package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +1 -1
- package/dist/types/components/Scrollbar/Scrollbar.interface.d.ts +1 -1
- package/dist/types/components/Search/Search.interface.d.ts +1 -1
- package/dist/types/components/Segmented/Segmented.interface.d.ts +1 -1
- package/dist/types/components/Segmented/stories/__mock__/index.d.ts +6 -21
- package/dist/types/components/Swiper/Swiper.interface.d.ts +1 -1
- package/dist/types/components/Switch/Switch.interface.d.ts +1 -1
- package/dist/types/components/Tab/Tab.interface.d.ts +1 -1
- package/dist/types/components/Text/Text.interface.d.ts +1 -1
- package/dist/types/components/Textarea/Textarea.interface.d.ts +1 -1
- package/dist/types/components/Tile/Tile.interface.d.ts +1 -1
- package/dist/types/components/Title/Title.interface.d.ts +1 -1
- package/dist/types/components/Tooltip/Tooltip.interface.d.ts +1 -1
- package/dist/types/components/Video/Video.interface.d.ts +1 -1
- package/dist/types/hoc/urlWithAssetPrefix.d.ts +1 -1
- package/dist/types/hooks/index.helpers.d.ts +2 -2
- package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.d.ts +1 -1
- package/package.json +4 -7
- package/dist/css/components/Accordion/Accordion.css +0 -197
- package/dist/css/components/Avatar/Avatar.css +0 -326
- package/dist/css/components/AvatarStack/AvatarStack.css +0 -135
- package/dist/css/components/Badge/Badge.css +0 -1235
- package/dist/css/components/Breadcrumbs/Breadcrumbs.css +0 -77
- package/dist/css/components/Button/Button.css +0 -630
- package/dist/css/components/Cell/Cell.css +0 -158
- package/dist/css/components/Checkbox/Checkbox.css +0 -11133
- package/dist/css/components/Checkmark/Checkmark.css +0 -103
- package/dist/css/components/Chips/Chips.css +0 -139
- package/dist/css/components/Choice/Choice.css +0 -288
- package/dist/css/components/Choice/css/__item/choice__item.css +0 -32
- package/dist/css/components/Choice/css/__item/choice__item_shape.css +0 -11
- package/dist/css/components/Choice/css/__item/choice__item_size.css +0 -88
- package/dist/css/components/Code/Code.css +0 -123
- package/dist/css/components/CookiesWarning/CookiesWarning.css +0 -40
- package/dist/css/components/CookiesWarning/CookiesWarning.token.css +0 -2
- package/dist/css/components/Dadata/Dadata.css +0 -21
- package/dist/css/components/DatePeriod/DatePeriod.css +0 -101
- package/dist/css/components/DatePicker/DatePicker.css +0 -1377
- package/dist/css/components/Divider/Divider.css +0 -105
- package/dist/css/components/Dot/Dot.css +0 -72
- package/dist/css/components/Drawer/Drawer.css +0 -80
- package/dist/css/components/Dropdown/Dropdown.css +0 -221
- package/dist/css/components/Flex/Flex.css +0 -379
- package/dist/css/components/Flex/css/__item/flex__item.css +0 -5
- package/dist/css/components/Flex/css/__item/flex__item_align.css +0 -58
- package/dist/css/components/Flex/css/__item/flex__item_direction.css +0 -24
- package/dist/css/components/Flex/css/__item/flex__item_grow.css +0 -10
- package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +0 -22
- package/dist/css/components/Flex/css/__item/flex__item_shape.css +0 -12
- package/dist/css/components/Flex/css/__item/flex__item_wrap.css +0 -9
- package/dist/css/components/Grid/Grid.css +0 -2303
- package/dist/css/components/Grid/css/__item/grid__item.css +0 -5
- package/dist/css/components/Grid/css/__item/grid__item_align-self.css +0 -58
- package/dist/css/components/Grid/css/__item/grid__item_column.css +0 -279
- package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +0 -70
- package/dist/css/components/Grid/css/__item/grid__item_row.css +0 -279
- package/dist/css/components/Grid/css/__row/grid__row.css +0 -6
- package/dist/css/components/Group/Group.css +0 -5317
- package/dist/css/components/HTMLContent/HTMLContent.css +0 -166
- package/dist/css/components/HeroTitle/HeroTitle.css +0 -87
- package/dist/css/components/Icon/Icon.css +0 -7774
- package/dist/css/components/Image/Image.css +0 -163
- package/dist/css/components/Input/Input.css +0 -135
- package/dist/css/components/InputPassword/InputPassword.css +0 -115
- package/dist/css/components/Label/Label.css +0 -118
- package/dist/css/components/Link/Link.css +0 -58
- package/dist/css/components/List/List.css +0 -515
- package/dist/css/components/Loader/Loader.css +0 -212
- package/dist/css/components/Logo/Logo.css +0 -96
- package/dist/css/components/MenuItem/MenuItem.css +0 -251
- package/dist/css/components/Modal/Modal.css +0 -232
- package/dist/css/components/ModalSheetBottom/ModalSheetBottom.css +0 -45
- package/dist/css/components/Notification/Notification.css +0 -182
- package/dist/css/components/Notification/css/__item/notification__item.css +0 -26
- package/dist/css/components/Notification/css/__item/notification__item_size.css +0 -44
- package/dist/css/components/Notification/css/__item/notification__item_skeleton.css +0 -25
- package/dist/css/components/Notification/css/__item/notification__item_type.css +0 -23
- package/dist/css/components/Overlay/Overlay.css +0 -42
- package/dist/css/components/Pagination/Pagination.css +0 -279
- package/dist/css/components/Pagination/css/__item/pagination__item.css +0 -44
- package/dist/css/components/Pagination/css/__item/pagination__item_size.css +0 -18
- package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +0 -16
- package/dist/css/components/Pagination/css/__item/pagination__item_state_disabled.css +0 -20
- package/dist/css/components/Radio/Radio.css +0 -11226
- package/dist/css/components/RangeSlider/RangeSlider.css +0 -2944
- package/dist/css/components/Response/Response.css +0 -69
- package/dist/css/components/SVGContent/SVGContent.css +0 -2
- package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +0 -257
- package/dist/css/components/ScrollToView/ScrollToView.css +0 -1998
- package/dist/css/components/Scrollbar/Scrollbar.css +0 -58
- package/dist/css/components/Search/Search.css +0 -162
- package/dist/css/components/Search/css/search-input/search-input.css +0 -61
- package/dist/css/components/Search/css/search-input/search-input_size.css +0 -39
- package/dist/css/components/Search/css/search-input/search-input_skeleton.css +0 -25
- package/dist/css/components/Search/css/search-result/search-result.css +0 -6
- package/dist/css/components/Segmented/Segmented.css +0 -244
- package/dist/css/components/Segmented/css/__item/segmaented__item.css +0 -92
- package/dist/css/components/Select/Select.css +0 -768
- package/dist/css/components/Select/css/__control/select__control.css +0 -16
- package/dist/css/components/Select/css/__indicators/select__indicators.css +0 -21
- package/dist/css/components/Select/css/__input-container/select__input-container.css +0 -383
- package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +0 -31
- package/dist/css/components/Select/css/__menu/select__menu-notice.css +0 -6
- package/dist/css/components/Select/css/__menu/select__menu.css +0 -56
- package/dist/css/components/Select/css/__multi-value/select__multi-value.css +0 -7
- package/dist/css/components/Select/css/__option/select__option.css +0 -6
- package/dist/css/components/Select/css/__placeholder/select__placeholder.css +0 -9
- package/dist/css/components/Select/css/__single-value/select__single-value.css +0 -10
- package/dist/css/components/Select/css/__value-container/select__value-container.css +0 -21
- package/dist/css/components/Swiper/Swiper.css +0 -997
- package/dist/css/components/Swiper/css/__item/swiper-block__item.css +0 -6
- package/dist/css/components/Switch/Switch.css +0 -154
- package/dist/css/components/Tab/Tab.css +0 -180
- package/dist/css/components/Text/Text.css +0 -103
- package/dist/css/components/Textarea/Textarea.css +0 -86
- package/dist/css/components/Tile/Tile.css +0 -141
- package/dist/css/components/Title/Title.css +0 -125
- package/dist/css/components/Tooltip/Tooltip.css +0 -236
- package/dist/css/components/Video/Video.css +0 -23
- package/dist/css/components/Warning/Warning.css +0 -50
- package/dist/css/styles/align/align.css +0 -25
- package/dist/css/styles/align/align_horizontal-reverse.css +0 -252
- package/dist/css/styles/align/align_horizontal.css +0 -252
- package/dist/css/styles/align/align_vertical-reverse.css +0 -236
- package/dist/css/styles/align/align_vertical.css +0 -236
- package/dist/css/styles/align-items/align-items.css +0 -20
- package/dist/css/styles/align-self/align-self.css +0 -20
- package/dist/css/styles/alignment/alignment.css +0 -51
- package/dist/css/styles/blur/blur.css +0 -82
- package/dist/css/styles/border/border.css +0 -244
- package/dist/css/styles/border-color/border-color.css +0 -24405
- package/dist/css/styles/border-type/border-type.css +0 -13
- package/dist/css/styles/border-width/border-width.css +0 -57
- package/dist/css/styles/caret-color/caret-color.css +0 -282
- package/dist/css/styles/centering/centering.css +0 -17
- package/dist/css/styles/constraints/constraints.css +0 -72
- package/dist/css/styles/cursor/cursor.css +0 -28
- package/dist/css/styles/direction/direction.css +0 -18
- package/dist/css/styles/easing/easing.css +0 -104
- package/dist/css/styles/elevation/elevation.css +0 -26
- package/dist/css/styles/elevation/elevation_hover.css +0 -44
- package/dist/css/styles/fill/fill.css +0 -7750
- package/dist/css/styles/fill/fill_gradient.css +0 -525
- package/dist/css/styles/flex/flex-grow.css +0 -8
- package/dist/css/styles/height/height.css +0 -11
- package/dist/css/styles/hover/hover-fill-color.css +0 -842
- package/dist/css/styles/hover/hover-item-color.css +0 -1082
- package/dist/css/styles/hover/hover-text-color.css +0 -1082
- package/dist/css/styles/justify-content/justify-content.css +0 -35
- package/dist/css/styles/opacity/opacity.css +0 -74
- package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +0 -362
- package/dist/css/styles/position/position.css +0 -14
- package/dist/css/styles/print/print.css +0 -12
- package/dist/css/styles/resize-horizontal/resize-horizontal.css +0 -12
- package/dist/css/styles/resize-vertical/resize-vertical.css +0 -10
- package/dist/css/styles/shape/shape.css +0 -8
- package/dist/css/styles/shape-strength/shape-strength.css +0 -15
- package/dist/css/styles/svg-color/svg_fill.css +0 -1044
- package/dist/css/styles/svg-color/svg_fill_hover.css +0 -484
- package/dist/css/styles/svg-color/svg_path_fill.css +0 -364
- package/dist/css/styles/text-align/text-align.css +0 -11
- package/dist/css/styles/text-color/text-color.css +0 -3617
- package/dist/css/styles/text-decoration/text-decoration.css +0 -10
- package/dist/css/styles/text-gradient/text-gradient.css +0 -1195
- package/dist/css/styles/text-style/text-style.css +0 -10
- package/dist/css/styles/text-truncate/text-truncate.css +0 -7
- package/dist/css/styles/text-weight/text-weight.css +0 -181
- package/dist/css/styles/width/width.css +0 -11
- package/dist/css/styles/word-wrap/word-wrap.css +0 -8
- package/dist/{ChipsGroup_cjs_B182e4c8.js → ChipsGroup_cjs_C-CP64k4.js} +1 -1
- package/dist/{ChipsGroup_es_BflE-5Q3.js → ChipsGroup_es_BfN_kCqj.js} +1 -1
- package/dist/{SelectContainer_cjs_BOMkYSVf.js → SelectContainer_cjs_NkNDS17H.js} +2 -2
- package/dist/{SelectContainer_es_gcm20n4I.js → SelectContainer_es_BpYwQ-do.js} +2 -2
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
.checkmark {
|
|
2
|
-
border-radius: 100px;
|
|
3
|
-
display: flex;
|
|
4
|
-
justify-content: center;
|
|
5
|
-
align-items: center;
|
|
6
|
-
&__icon {
|
|
7
|
-
width: 100%;
|
|
8
|
-
height: 100%;
|
|
9
|
-
position: relative;
|
|
10
|
-
display: flex;
|
|
11
|
-
justify-content: center;
|
|
12
|
-
align-items: center;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
.checkmark {
|
|
16
|
-
&_size {
|
|
17
|
-
&_xxl {
|
|
18
|
-
width: var(--checkmark-xxl-width);
|
|
19
|
-
height: var(--checkmark-xxl-height);
|
|
20
|
-
min-width: var(--checkmark-xxl-width);
|
|
21
|
-
min-height: var(--checkmark-xxl-height);
|
|
22
|
-
& svg {
|
|
23
|
-
transform: scale(1.2);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
&_xl {
|
|
27
|
-
width: var(--checkmark-xl-width);
|
|
28
|
-
height: var(--checkmark-xl-height);
|
|
29
|
-
min-width: var(--checkmark-xl-width);
|
|
30
|
-
min-height: var(--checkmark-xl-height);
|
|
31
|
-
& svg {
|
|
32
|
-
transform: scale(1);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
&_l {
|
|
36
|
-
width: var(--checkmark-l-width);
|
|
37
|
-
height: var(--checkmark-l-height);
|
|
38
|
-
min-width: var(--checkmark-l-width);
|
|
39
|
-
min-height: var(--checkmark-l-height);
|
|
40
|
-
& svg {
|
|
41
|
-
transform: scale(0.8);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
&_m {
|
|
45
|
-
width: var(--checkmark-m-width);
|
|
46
|
-
height: var(--checkmark-m-height);
|
|
47
|
-
min-width: var(--checkmark-m-width);
|
|
48
|
-
min-height: var(--checkmark-m-height);
|
|
49
|
-
& svg {
|
|
50
|
-
transform: scale(0.7);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
&_s {
|
|
54
|
-
width: var(--checkmark-s-width);
|
|
55
|
-
height: var(--checkmark-s-height);
|
|
56
|
-
min-width: var(--checkmark-s-width);
|
|
57
|
-
min-height: var(--checkmark-s-height);
|
|
58
|
-
& svg {
|
|
59
|
-
transform: scale(0.7);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
&_xs {
|
|
63
|
-
width: var(--checkmark-xs-width);
|
|
64
|
-
height: var(--checkmark-xs-height);
|
|
65
|
-
min-width: var(--checkmark-xs-width);
|
|
66
|
-
min-height: var(--checkmark-xs-height);
|
|
67
|
-
& svg {
|
|
68
|
-
transform: scale(0.7);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
&_xxs {
|
|
72
|
-
width: var(--checkmark-xxs-width);
|
|
73
|
-
height: var(--checkmark-xxs-height);
|
|
74
|
-
min-width: var(--checkmark-xxs-width);
|
|
75
|
-
min-height: var(--checkmark-xxs-height);
|
|
76
|
-
& svg {
|
|
77
|
-
transform: scale(0.8);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
:root {
|
|
83
|
-
--checkmark-xxl-width: 64px;
|
|
84
|
-
--checkmark-xxl-height: 64px;
|
|
85
|
-
|
|
86
|
-
--checkmark-xl-width: 56px;
|
|
87
|
-
--checkmark-xl-height: 56px;
|
|
88
|
-
|
|
89
|
-
--checkmark-l-width: 48px;
|
|
90
|
-
--checkmark-l-height: 48px;
|
|
91
|
-
|
|
92
|
-
--checkmark-m-width: 40px;
|
|
93
|
-
--checkmark-m-height: 40px;
|
|
94
|
-
|
|
95
|
-
--checkmark-s-width: 32px;
|
|
96
|
-
--checkmark-s-height: 32px;
|
|
97
|
-
|
|
98
|
-
--checkmark-xs-width: 24px;
|
|
99
|
-
--checkmark-xs-height: 24px;
|
|
100
|
-
|
|
101
|
-
--checkmark-xxs-width: 16px;
|
|
102
|
-
--checkmark-xxs-height: 16px;
|
|
103
|
-
}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
.chips {
|
|
2
|
-
display: inline-flex;
|
|
3
|
-
&__inner {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
.chips {
|
|
9
|
-
&_size_xxl {
|
|
10
|
-
^&__inner {
|
|
11
|
-
min-width: var(--chips-xxl-min-width);
|
|
12
|
-
min-height: var(--chips-xxl-min-height);
|
|
13
|
-
padding: var(--chips-xxl-padding);
|
|
14
|
-
gap: var(--chips-xxl-gap);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
&_size_xl {
|
|
18
|
-
^&__inner {
|
|
19
|
-
min-width: var(--chips-xl-min-width);
|
|
20
|
-
min-height: var(--chips-xl-min-height);
|
|
21
|
-
padding: var(--chips-xl-padding);
|
|
22
|
-
gap: var(--chips-xl-gap);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
&_size_l {
|
|
26
|
-
^&__inner {
|
|
27
|
-
min-width: var(--chips-l-min-width);
|
|
28
|
-
min-height: var(--chips-l-min-height);
|
|
29
|
-
padding: var(--chips-l-padding);
|
|
30
|
-
gap: var(--chips-l-gap);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
&_size_m {
|
|
34
|
-
^&__inner {
|
|
35
|
-
min-width: var(--chips-m-min-width);
|
|
36
|
-
min-height: var(--chips-m-min-height);
|
|
37
|
-
padding: var(--chips-m-padding);
|
|
38
|
-
gap: var(--chips-m-gap);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
&_size_s {
|
|
42
|
-
^&__inner {
|
|
43
|
-
min-width: var(--chips-s-min-width);
|
|
44
|
-
min-height: var(--chips-s-min-height);
|
|
45
|
-
padding: var(--chips-s-padding);
|
|
46
|
-
gap: var(--chips-s-gap);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
&_size_xs {
|
|
50
|
-
^&__inner {
|
|
51
|
-
min-width: var(--chips-xs-min-width);
|
|
52
|
-
min-height: var(--chips-xs-min-height);
|
|
53
|
-
padding: var(--chips-xs-padding);
|
|
54
|
-
gap: var(--chips-xs-gap);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
&_size_xxs {
|
|
58
|
-
^&__inner {
|
|
59
|
-
min-width: var(--chips-xxs-min-width);
|
|
60
|
-
min-height: var(--chips-xxs-min-height);
|
|
61
|
-
padding: var(--chips-xxs-padding);
|
|
62
|
-
gap: var(--chips-xxs-gap);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
.chips {
|
|
67
|
-
&&_skeleton {
|
|
68
|
-
background-size: 200% !important;
|
|
69
|
-
border: none;
|
|
70
|
-
animation: chipsSkeleton 3s infinite linear !important;
|
|
71
|
-
background-image: linear-gradient(
|
|
72
|
-
90deg,
|
|
73
|
-
var(--color-surface-fill-secondary),
|
|
74
|
-
var(--color-surface-fill-tertiary),
|
|
75
|
-
var(--color-surface-fill-secondary)
|
|
76
|
-
) !important;
|
|
77
|
-
& * {
|
|
78
|
-
opacity: 0%;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
@keyframes chipsSkeleton {
|
|
83
|
-
0% {
|
|
84
|
-
background-position: 200%;
|
|
85
|
-
}
|
|
86
|
-
100% {
|
|
87
|
-
background-position: -200%;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
:root {
|
|
91
|
-
/* Size XXL */
|
|
92
|
-
--chips-xxl-gap: 4px;
|
|
93
|
-
--chips-xxl-padding: 12px 16px;
|
|
94
|
-
--chips-xxl-min-width: 48px;
|
|
95
|
-
--chips-xxl-min-height: 48px;
|
|
96
|
-
--chips-xxl-shape-rounded: 8px;
|
|
97
|
-
|
|
98
|
-
/* Size XL */
|
|
99
|
-
--chips-xl-gap: 4px;
|
|
100
|
-
--chips-xl-padding: 10px 16px;
|
|
101
|
-
--chips-xl-min-width: 40px;
|
|
102
|
-
--chips-xl-min-height: 40px;
|
|
103
|
-
--chips-xl-shape-rounded: 8px;
|
|
104
|
-
|
|
105
|
-
/* Size L */
|
|
106
|
-
--chips-l-gap: 4px;
|
|
107
|
-
--chips-l-padding: 6px 12px;
|
|
108
|
-
--chips-l-min-width: 32px;
|
|
109
|
-
--chips-l-min-height: 32px;
|
|
110
|
-
--chips-l-shape-rounded: 8px;
|
|
111
|
-
|
|
112
|
-
/* Size M */
|
|
113
|
-
--chips-m-gap: 4px;
|
|
114
|
-
--chips-m-padding: 6px 10px;
|
|
115
|
-
--chips-m-min-width: 28px;
|
|
116
|
-
--chips-m-min-height: 28px;
|
|
117
|
-
--chips-m-shape-rounded: 8px;
|
|
118
|
-
|
|
119
|
-
/* Size S */
|
|
120
|
-
--chips-s-gap: 4px;
|
|
121
|
-
--chips-s-padding: 4px 8px;
|
|
122
|
-
--chips-s-min-width: 24px;
|
|
123
|
-
--chips-s-min-height: 24px;
|
|
124
|
-
--chips-s-shape-rounded: 8px;
|
|
125
|
-
|
|
126
|
-
/* Size XS */
|
|
127
|
-
--chips-xs-gap: 4px;
|
|
128
|
-
--chips-xs-padding: 2px 6px;
|
|
129
|
-
--chips-xs-min-width: 20px;
|
|
130
|
-
--chips-xs-min-height: 20px;
|
|
131
|
-
--chips-xs-shape-rounded: 8px;
|
|
132
|
-
|
|
133
|
-
/* Size XXS */
|
|
134
|
-
--chips-xxs-gap: 4px;
|
|
135
|
-
--chips-xxs-padding: 2px 4px;
|
|
136
|
-
--chips-xxs-min-width: 16px;
|
|
137
|
-
--chips-xxs-min-height: 16px;
|
|
138
|
-
--chips-xxs-shape-rounded: 8px;
|
|
139
|
-
}
|
|
@@ -1,288 +0,0 @@
|
|
|
1
|
-
.choice__item {
|
|
2
|
-
margin: 2px 0;
|
|
3
|
-
position: relative;
|
|
4
|
-
display: flex;
|
|
5
|
-
/*
|
|
6
|
-
&:not(:last-child) {
|
|
7
|
-
border-right: var(--chioce-item-border-right);
|
|
8
|
-
}
|
|
9
|
-
*/
|
|
10
|
-
& input {
|
|
11
|
-
width: 100%;
|
|
12
|
-
height: 100%;
|
|
13
|
-
margin: 0;
|
|
14
|
-
border: 0;
|
|
15
|
-
position: absolute;
|
|
16
|
-
inset: 0 0 0 0;
|
|
17
|
-
z-index: 2;
|
|
18
|
-
opacity: 0%;
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
}
|
|
21
|
-
&-label {
|
|
22
|
-
width: 100%;
|
|
23
|
-
text-align: center;
|
|
24
|
-
position: relative;
|
|
25
|
-
justify-content: center;
|
|
26
|
-
display: flex;
|
|
27
|
-
align-items: center;
|
|
28
|
-
z-index: 3;
|
|
29
|
-
transition: color 0.5s ease;
|
|
30
|
-
cursor: pointer;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
.choice__item {
|
|
34
|
-
&_shape {
|
|
35
|
-
&_rounded {
|
|
36
|
-
border-radius: var(--choice-item-shape-rounded);
|
|
37
|
-
overflow: hidden;
|
|
38
|
-
}
|
|
39
|
-
&_circular {
|
|
40
|
-
border-radius: 50%;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
.choice__item {
|
|
45
|
-
&_size {
|
|
46
|
-
&_xxl {
|
|
47
|
-
min-height: var(--choice-item-xxl-min-height);
|
|
48
|
-
padding: var(--choice-item-xxl-padding);
|
|
49
|
-
&^^&_icon {
|
|
50
|
-
width: var(--choice-item-icon-xxl-width);
|
|
51
|
-
height: var(--choice-item-icon-xxl-height);
|
|
52
|
-
padding: 0;
|
|
53
|
-
}
|
|
54
|
-
^^&-label {
|
|
55
|
-
gap: var(--choice-item-xxl-gap);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
&_xl {
|
|
59
|
-
min-height: var(--choice-item-xl-min-height);
|
|
60
|
-
padding: var(--choice-item-xl-padding);
|
|
61
|
-
&^^&_icon {
|
|
62
|
-
width: var(--choice-item-icon-xl-width);
|
|
63
|
-
height: var(--choice-item-icon-xl-height);
|
|
64
|
-
padding: 0;
|
|
65
|
-
}
|
|
66
|
-
^^&-label {
|
|
67
|
-
gap: var(--choice-item-xl-gap);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
&_l {
|
|
71
|
-
min-height: var(--choice-item-l-min-height);
|
|
72
|
-
padding: var(--choice-item-l-padding);
|
|
73
|
-
&^^&_icon {
|
|
74
|
-
width: var(--choice-item-icon-l-width);
|
|
75
|
-
height: var(--choice-item-icon-l-height);
|
|
76
|
-
padding: 0;
|
|
77
|
-
}
|
|
78
|
-
^^&-label {
|
|
79
|
-
gap: var(--choice-item-l-gap);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
&_m {
|
|
83
|
-
min-height: var(--choice-item-m-min-height);
|
|
84
|
-
padding: var(--choice-item-m-padding);
|
|
85
|
-
&^^&_icon {
|
|
86
|
-
width: var(--choice-item-icon-m-width);
|
|
87
|
-
height: var(--choice-item-icon-m-height);
|
|
88
|
-
padding: 0;
|
|
89
|
-
}
|
|
90
|
-
^^&-label {
|
|
91
|
-
gap: var(--choice-item-m-gap);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
&_s {
|
|
95
|
-
min-height: var(--choice-item-s-min-height);
|
|
96
|
-
padding: var(--choice-item-s-padding);
|
|
97
|
-
&^^&_icon {
|
|
98
|
-
width: var(--choice-item-icon-s-width);
|
|
99
|
-
height: var(--choice-item-icon-s-height);
|
|
100
|
-
padding: 0;
|
|
101
|
-
}
|
|
102
|
-
^^&-label {
|
|
103
|
-
gap: var(--choice-item-s-gap);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
&_xs {
|
|
107
|
-
min-height: var(--choice-item-xs-min-height);
|
|
108
|
-
padding: var(--choice-item-xs-padding);
|
|
109
|
-
&^^&_icon {
|
|
110
|
-
width: var(--choice-item-icon-xs-width);
|
|
111
|
-
height: var(--choice-item-icon-xs-height);
|
|
112
|
-
padding: 0;
|
|
113
|
-
}
|
|
114
|
-
^^&-label {
|
|
115
|
-
gap: var(--choice-item-xs-gap);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
&_xxs {
|
|
119
|
-
min-height: var(--choice-item-xxs-min-height);
|
|
120
|
-
padding: var(--choice-item-xxs-padding);
|
|
121
|
-
&^^&_icon {
|
|
122
|
-
width: var(--choice-item-icon-xxs-width);
|
|
123
|
-
height: var(--choice-item-icon-xxs-height);
|
|
124
|
-
padding: 0;
|
|
125
|
-
}
|
|
126
|
-
^^&-label {
|
|
127
|
-
gap: var(--choice-item-xxs-gap);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
.choice {
|
|
133
|
-
padding: 0 2px;
|
|
134
|
-
position: relative;
|
|
135
|
-
display: flex;
|
|
136
|
-
&__before {
|
|
137
|
-
margin: 2px 0;
|
|
138
|
-
display: flex;
|
|
139
|
-
align-items: center;
|
|
140
|
-
}
|
|
141
|
-
&__after {
|
|
142
|
-
margin: 2px 0;
|
|
143
|
-
display: flex;
|
|
144
|
-
align-items: center;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
.choice {
|
|
148
|
-
&_shape {
|
|
149
|
-
&_rounded {
|
|
150
|
-
border-radius: var(--choice-shape-rounded);
|
|
151
|
-
}
|
|
152
|
-
&_circular {
|
|
153
|
-
border-radius: 50%;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
.choice {
|
|
158
|
-
&_size {
|
|
159
|
-
/* @each $size in xxl, xl, l, m, s, xs, xxs {
|
|
160
|
-
&_$(size) {
|
|
161
|
-
gap: var(--choice-size-$(size)-row-gap)
|
|
162
|
-
var(--choice-size-$(size)-column-gap);
|
|
163
|
-
}
|
|
164
|
-
} */
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
.choice {
|
|
168
|
-
&_wrap {
|
|
169
|
-
&_wrap {
|
|
170
|
-
flex-wrap: wrap;
|
|
171
|
-
&^^&_size {
|
|
172
|
-
&_xxl {
|
|
173
|
-
gap: var(--choice-size-xxl-row-gap)
|
|
174
|
-
var(--choice-size-xxl-column-gap);
|
|
175
|
-
& .choice__item {
|
|
176
|
-
margin: 0;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
&_xl {
|
|
180
|
-
gap: var(--choice-size-xl-row-gap)
|
|
181
|
-
var(--choice-size-xl-column-gap);
|
|
182
|
-
& .choice__item {
|
|
183
|
-
margin: 0;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
&_l {
|
|
187
|
-
gap: var(--choice-size-l-row-gap)
|
|
188
|
-
var(--choice-size-l-column-gap);
|
|
189
|
-
& .choice__item {
|
|
190
|
-
margin: 0;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
&_m {
|
|
194
|
-
gap: var(--choice-size-m-row-gap)
|
|
195
|
-
var(--choice-size-m-column-gap);
|
|
196
|
-
& .choice__item {
|
|
197
|
-
margin: 0;
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
&_s {
|
|
201
|
-
gap: var(--choice-size-s-row-gap)
|
|
202
|
-
var(--choice-size-s-column-gap);
|
|
203
|
-
& .choice__item {
|
|
204
|
-
margin: 0;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
&_xs {
|
|
208
|
-
gap: var(--choice-size-xs-row-gap)
|
|
209
|
-
var(--choice-size-xs-column-gap);
|
|
210
|
-
& .choice__item {
|
|
211
|
-
margin: 0;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
&_xxs {
|
|
215
|
-
gap: var(--choice-size-xxs-row-gap)
|
|
216
|
-
var(--choice-size-xxs-column-gap);
|
|
217
|
-
& .choice__item {
|
|
218
|
-
margin: 0;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
&_nowrap {
|
|
224
|
-
flex-wrap: nowrap;
|
|
225
|
-
}
|
|
226
|
-
&_wrap-reverse {
|
|
227
|
-
flex-wrap: wrap-reverse;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
.choice {
|
|
232
|
-
&&_skeleton {
|
|
233
|
-
background-size: 200% !important;
|
|
234
|
-
border: none;
|
|
235
|
-
animation: choiceSkeleton 3s infinite linear !important;
|
|
236
|
-
background-image: linear-gradient(
|
|
237
|
-
90deg,
|
|
238
|
-
var(--color-surface-fill-secondary),
|
|
239
|
-
var(--color-surface-fill-tertiary),
|
|
240
|
-
var(--color-surface-fill-secondary)
|
|
241
|
-
) !important;
|
|
242
|
-
& * {
|
|
243
|
-
opacity: 0%;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
@keyframes choiceSkeleton {
|
|
248
|
-
0% {
|
|
249
|
-
background-position: 200%;
|
|
250
|
-
}
|
|
251
|
-
100% {
|
|
252
|
-
background-position: -200%;
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
:root {
|
|
256
|
-
--choice-size-l-height: 48px;
|
|
257
|
-
--choice-size-l-min-height: 48px;
|
|
258
|
-
--choice-size-l-row-gap: 12px;
|
|
259
|
-
--choice-size-l-column-gap: 12px;
|
|
260
|
-
|
|
261
|
-
--choice-size-m-row-gap: 12px;
|
|
262
|
-
--choice-size-m-column-gap: 12px;
|
|
263
|
-
--choice-size-m-height: 40px;
|
|
264
|
-
--choice-size-m-min-height: 40px;
|
|
265
|
-
|
|
266
|
-
--choice-size-s-height: 28px;
|
|
267
|
-
--choice-size-s-min-height: 28px;
|
|
268
|
-
--choice-size-s-row-gap: 12px;
|
|
269
|
-
--choice-size-s-column-gap: 12px;
|
|
270
|
-
|
|
271
|
-
--choice-item-l-padding: 0px 12px;
|
|
272
|
-
--choice-item-l-min-height: 44px;
|
|
273
|
-
--choice-item-l-gap: 8px;
|
|
274
|
-
--choice-item-icon-l-width: 44px;
|
|
275
|
-
--choice-item-icon-l-height: 44px;
|
|
276
|
-
|
|
277
|
-
--choice-item-m-padding: 0px 12px;
|
|
278
|
-
--choice-item-m-min-height: 36px;
|
|
279
|
-
--choice-item-m-gap: 8px;
|
|
280
|
-
--choice-item-icon-m-width: 36px;
|
|
281
|
-
--choice-item-icon-m-height: 36px;
|
|
282
|
-
|
|
283
|
-
--choice-item-s-padding: 0px 6px;
|
|
284
|
-
--choice-item-s-min-height: 24px;
|
|
285
|
-
--choice-item-s-gap: 8px;
|
|
286
|
-
--choice-item-icon-s-width: 24px;
|
|
287
|
-
--choice-item-icon-s-height: 24px;
|
|
288
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
.choice__item {
|
|
2
|
-
margin: 2px 0;
|
|
3
|
-
position: relative;
|
|
4
|
-
display: flex;
|
|
5
|
-
/*
|
|
6
|
-
&:not(:last-child) {
|
|
7
|
-
border-right: var(--chioce-item-border-right);
|
|
8
|
-
}
|
|
9
|
-
*/
|
|
10
|
-
& input {
|
|
11
|
-
width: 100%;
|
|
12
|
-
height: 100%;
|
|
13
|
-
margin: 0;
|
|
14
|
-
border: 0;
|
|
15
|
-
position: absolute;
|
|
16
|
-
inset: 0 0 0 0;
|
|
17
|
-
z-index: 2;
|
|
18
|
-
opacity: 0%;
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
}
|
|
21
|
-
&-label {
|
|
22
|
-
width: 100%;
|
|
23
|
-
text-align: center;
|
|
24
|
-
position: relative;
|
|
25
|
-
justify-content: center;
|
|
26
|
-
display: flex;
|
|
27
|
-
align-items: center;
|
|
28
|
-
z-index: 3;
|
|
29
|
-
transition: color 0.5s ease;
|
|
30
|
-
cursor: pointer;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
.choice__item {
|
|
2
|
-
&_size {
|
|
3
|
-
&_xxl {
|
|
4
|
-
min-height: var(--choice-item-xxl-min-height);
|
|
5
|
-
padding: var(--choice-item-xxl-padding);
|
|
6
|
-
&^^&_icon {
|
|
7
|
-
width: var(--choice-item-icon-xxl-width);
|
|
8
|
-
height: var(--choice-item-icon-xxl-height);
|
|
9
|
-
padding: 0;
|
|
10
|
-
}
|
|
11
|
-
^^&-label {
|
|
12
|
-
gap: var(--choice-item-xxl-gap);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
&_xl {
|
|
16
|
-
min-height: var(--choice-item-xl-min-height);
|
|
17
|
-
padding: var(--choice-item-xl-padding);
|
|
18
|
-
&^^&_icon {
|
|
19
|
-
width: var(--choice-item-icon-xl-width);
|
|
20
|
-
height: var(--choice-item-icon-xl-height);
|
|
21
|
-
padding: 0;
|
|
22
|
-
}
|
|
23
|
-
^^&-label {
|
|
24
|
-
gap: var(--choice-item-xl-gap);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
&_l {
|
|
28
|
-
min-height: var(--choice-item-l-min-height);
|
|
29
|
-
padding: var(--choice-item-l-padding);
|
|
30
|
-
&^^&_icon {
|
|
31
|
-
width: var(--choice-item-icon-l-width);
|
|
32
|
-
height: var(--choice-item-icon-l-height);
|
|
33
|
-
padding: 0;
|
|
34
|
-
}
|
|
35
|
-
^^&-label {
|
|
36
|
-
gap: var(--choice-item-l-gap);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
&_m {
|
|
40
|
-
min-height: var(--choice-item-m-min-height);
|
|
41
|
-
padding: var(--choice-item-m-padding);
|
|
42
|
-
&^^&_icon {
|
|
43
|
-
width: var(--choice-item-icon-m-width);
|
|
44
|
-
height: var(--choice-item-icon-m-height);
|
|
45
|
-
padding: 0;
|
|
46
|
-
}
|
|
47
|
-
^^&-label {
|
|
48
|
-
gap: var(--choice-item-m-gap);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
&_s {
|
|
52
|
-
min-height: var(--choice-item-s-min-height);
|
|
53
|
-
padding: var(--choice-item-s-padding);
|
|
54
|
-
&^^&_icon {
|
|
55
|
-
width: var(--choice-item-icon-s-width);
|
|
56
|
-
height: var(--choice-item-icon-s-height);
|
|
57
|
-
padding: 0;
|
|
58
|
-
}
|
|
59
|
-
^^&-label {
|
|
60
|
-
gap: var(--choice-item-s-gap);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
&_xs {
|
|
64
|
-
min-height: var(--choice-item-xs-min-height);
|
|
65
|
-
padding: var(--choice-item-xs-padding);
|
|
66
|
-
&^^&_icon {
|
|
67
|
-
width: var(--choice-item-icon-xs-width);
|
|
68
|
-
height: var(--choice-item-icon-xs-height);
|
|
69
|
-
padding: 0;
|
|
70
|
-
}
|
|
71
|
-
^^&-label {
|
|
72
|
-
gap: var(--choice-item-xs-gap);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
&_xxs {
|
|
76
|
-
min-height: var(--choice-item-xxs-min-height);
|
|
77
|
-
padding: var(--choice-item-xxs-padding);
|
|
78
|
-
&^^&_icon {
|
|
79
|
-
width: var(--choice-item-icon-xxs-width);
|
|
80
|
-
height: var(--choice-item-icon-xxs-height);
|
|
81
|
-
padding: 0;
|
|
82
|
-
}
|
|
83
|
-
^^&-label {
|
|
84
|
-
gap: var(--choice-item-xxs-gap);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|