@itcase/ui 1.8.179 → 1.9.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/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 +1 -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/mediaqueries/mediaqueries.css +0 -78
- package/dist/css/mixins/mixin_animation.css +0 -8
- package/dist/css/mixins/mixin_dark-light.css +0 -16
- package/dist/css/mixins/mixin_elevation.css +0 -31
- package/dist/css/mixins/mixin_fill-gradient.css +0 -47
- package/dist/css/mixins/mixin_typography.css +0 -237
- package/dist/css/mixins/mixin_utils.css +0 -54
- 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,125 +0,0 @@
|
|
|
1
|
-
.title {
|
|
2
|
-
&__wrapper {
|
|
3
|
-
display: inline-block;
|
|
4
|
-
}
|
|
5
|
-
}
|
|
6
|
-
.title {
|
|
7
|
-
&&_skeleton {
|
|
8
|
-
background-size: 200% !important;
|
|
9
|
-
border: none;
|
|
10
|
-
animation: titleSkeleton 3s infinite linear !important;
|
|
11
|
-
background-image: linear-gradient(
|
|
12
|
-
90deg,
|
|
13
|
-
var(--color-surface-fill-secondary),
|
|
14
|
-
var(--color-surface-fill-tertiary),
|
|
15
|
-
var(--color-surface-fill-secondary)
|
|
16
|
-
) !important;
|
|
17
|
-
& * {
|
|
18
|
-
opacity: 0%;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
@keyframes titleSkeleton {
|
|
23
|
-
0% {
|
|
24
|
-
background-position: 200%;
|
|
25
|
-
}
|
|
26
|
-
100% {
|
|
27
|
-
background-position: -200%;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
.title {
|
|
31
|
-
&_size {
|
|
32
|
-
&_h1 {
|
|
33
|
-
padding: 0;
|
|
34
|
-
margin: 0;
|
|
35
|
-
display: flex;
|
|
36
|
-
gap: 8px;
|
|
37
|
-
@mixin h1;
|
|
38
|
-
^^&__wrapper {
|
|
39
|
-
gap: var(--title-size-h1-gap);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
&_h2 {
|
|
43
|
-
padding: 0;
|
|
44
|
-
margin: 0;
|
|
45
|
-
display: flex;
|
|
46
|
-
gap: 8px;
|
|
47
|
-
@mixin h2;
|
|
48
|
-
^^&__wrapper {
|
|
49
|
-
gap: var(--title-size-h2-gap);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
&_h3 {
|
|
53
|
-
padding: 0;
|
|
54
|
-
margin: 0;
|
|
55
|
-
display: flex;
|
|
56
|
-
gap: 8px;
|
|
57
|
-
@mixin h3;
|
|
58
|
-
^^&__wrapper {
|
|
59
|
-
gap: var(--title-size-h3-gap);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
&_h4 {
|
|
63
|
-
padding: 0;
|
|
64
|
-
margin: 0;
|
|
65
|
-
display: flex;
|
|
66
|
-
gap: 8px;
|
|
67
|
-
@mixin h4;
|
|
68
|
-
^^&__wrapper {
|
|
69
|
-
gap: var(--title-size-h4-gap);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
&_h5 {
|
|
73
|
-
padding: 0;
|
|
74
|
-
margin: 0;
|
|
75
|
-
display: flex;
|
|
76
|
-
gap: 8px;
|
|
77
|
-
@mixin h5;
|
|
78
|
-
^^&__wrapper {
|
|
79
|
-
gap: var(--title-size-h5-gap);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
&_h6 {
|
|
83
|
-
padding: 0;
|
|
84
|
-
margin: 0;
|
|
85
|
-
display: flex;
|
|
86
|
-
gap: 8px;
|
|
87
|
-
@mixin h6;
|
|
88
|
-
^^&__wrapper {
|
|
89
|
-
gap: var(--title-size-h6-gap);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
.title {
|
|
95
|
-
&_direction {
|
|
96
|
-
&_horizontal {
|
|
97
|
-
display: flex;
|
|
98
|
-
flex-direction: row;
|
|
99
|
-
align-items: center;
|
|
100
|
-
^^&__wrapper {
|
|
101
|
-
display: flex;
|
|
102
|
-
flex-direction: row;
|
|
103
|
-
align-items: center;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
&_vertical {
|
|
107
|
-
display: flex;
|
|
108
|
-
flex-direction: column;
|
|
109
|
-
align-items: flex-start;
|
|
110
|
-
^^&__wrapper {
|
|
111
|
-
display: flex;
|
|
112
|
-
flex-direction: column;
|
|
113
|
-
align-items: center;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
:root {
|
|
119
|
-
--title-size-h1-gap: 8px;
|
|
120
|
-
--title-size-h2-gap: 8px;
|
|
121
|
-
--title-size-h3-gap: 8px;
|
|
122
|
-
--title-size-h4-gap: 8px;
|
|
123
|
-
--title-size-h5-gap: 8px;
|
|
124
|
-
--title-size-h6-gap: 8px;
|
|
125
|
-
}
|
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
.tooltip {
|
|
2
|
-
width: fit-content;
|
|
3
|
-
min-width: 240px;
|
|
4
|
-
position: relative;
|
|
5
|
-
display: flex;
|
|
6
|
-
visibility: hidden;
|
|
7
|
-
opacity: 0%;
|
|
8
|
-
&__arrow {
|
|
9
|
-
width: var(--tooltip-arrow-width);
|
|
10
|
-
height: var(--tooltip-arrow-height);
|
|
11
|
-
border-radius: var(--tooltip-arrow-radius);
|
|
12
|
-
position: absolute;
|
|
13
|
-
content: '';
|
|
14
|
-
display: block;
|
|
15
|
-
z-index: 0;
|
|
16
|
-
background-color: var(--tooltip-arrow-color);
|
|
17
|
-
}
|
|
18
|
-
&__inner {
|
|
19
|
-
min-width: 100%;
|
|
20
|
-
position: relative;
|
|
21
|
-
background-color: inherit;
|
|
22
|
-
z-index: 1;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@keyframes tooltipShowAnimation {
|
|
27
|
-
0% {
|
|
28
|
-
visibility: hidden;
|
|
29
|
-
opacity: 0%;
|
|
30
|
-
}
|
|
31
|
-
100% {
|
|
32
|
-
visibility: visible;
|
|
33
|
-
opacity: 100%;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@keyframes tooltipHideAnimation {
|
|
38
|
-
0% {
|
|
39
|
-
visibility: visible;
|
|
40
|
-
opacity: 100%;
|
|
41
|
-
}
|
|
42
|
-
100% {
|
|
43
|
-
visibility: hidden;
|
|
44
|
-
opacity: 0%;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.tooltip {
|
|
49
|
-
&_size {
|
|
50
|
-
&_s {
|
|
51
|
-
max-width: 400px;
|
|
52
|
-
^^&__inner {
|
|
53
|
-
padding: var(--tooltip-size-s-padding);
|
|
54
|
-
display: flex;
|
|
55
|
-
flex-flow: column nowrap;
|
|
56
|
-
gap: var(--tooltip-size-s-gap);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
&_m {
|
|
60
|
-
max-width: 400px;
|
|
61
|
-
^^&__inner {
|
|
62
|
-
padding: var(--tooltip-size-m-padding);
|
|
63
|
-
display: flex;
|
|
64
|
-
flex-flow: column nowrap;
|
|
65
|
-
gap: var(--tooltip-size-m-gap);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
&_l {
|
|
69
|
-
max-width: 400px;
|
|
70
|
-
^^&__inner {
|
|
71
|
-
padding: var(--tooltip-size-l-padding);
|
|
72
|
-
display: flex;
|
|
73
|
-
flex-flow: column nowrap;
|
|
74
|
-
gap: var(--tooltip-size-l-gap);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.tooltip {
|
|
81
|
-
&&_skeleton {
|
|
82
|
-
background-size: 200% !important;
|
|
83
|
-
border: none;
|
|
84
|
-
animation: tooltipSkeleton 3s infinite linear !important;
|
|
85
|
-
background-image: linear-gradient(
|
|
86
|
-
90deg,
|
|
87
|
-
var(--color-surface-fill-secondary),
|
|
88
|
-
var(--color-surface-fill-tertiary),
|
|
89
|
-
var(--color-surface-fill-secondary)
|
|
90
|
-
) !important;
|
|
91
|
-
& * {
|
|
92
|
-
opacity: 0%;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
@keyframes tooltipSkeleton {
|
|
98
|
-
0% {
|
|
99
|
-
background-position: 200%;
|
|
100
|
-
}
|
|
101
|
-
100% {
|
|
102
|
-
background-position: -200%;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.tooltip {
|
|
107
|
-
&__arrow_position {
|
|
108
|
-
&_top {
|
|
109
|
-
left: 50%;
|
|
110
|
-
top: 0;
|
|
111
|
-
transform: translate(
|
|
112
|
-
-50%,
|
|
113
|
-
calc(calc(var(--tooltip-arrow-width) / 2) * -1)
|
|
114
|
-
)
|
|
115
|
-
rotate(45deg);
|
|
116
|
-
&Left {
|
|
117
|
-
left: 0;
|
|
118
|
-
top: 0;
|
|
119
|
-
transform: translate(
|
|
120
|
-
-50%,
|
|
121
|
-
calc(calc(var(--tooltip-arrow-width) / 2) * -1)
|
|
122
|
-
)
|
|
123
|
-
rotate(45deg);
|
|
124
|
-
}
|
|
125
|
-
&Right {
|
|
126
|
-
top: 0;
|
|
127
|
-
right: 0;
|
|
128
|
-
transform: translate(
|
|
129
|
-
-50%,
|
|
130
|
-
calc(calc(var(--tooltip-arrow-width) / 2) * -1)
|
|
131
|
-
)
|
|
132
|
-
rotate(45deg);
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
&_left {
|
|
136
|
-
left: 0;
|
|
137
|
-
top: 50%;
|
|
138
|
-
transform: translate(
|
|
139
|
-
calc(calc(var(--tooltip-arrow-width) / 2) * -1),
|
|
140
|
-
-50%
|
|
141
|
-
)
|
|
142
|
-
rotate(45deg);
|
|
143
|
-
&Bottom {
|
|
144
|
-
top: 50%;
|
|
145
|
-
right: 0;
|
|
146
|
-
transform: translate(calc(var(--tooltip-arrow-width) / 2), -50%)
|
|
147
|
-
rotate(45deg);
|
|
148
|
-
}
|
|
149
|
-
&Top {
|
|
150
|
-
top: 50%;
|
|
151
|
-
right: 0;
|
|
152
|
-
transform: translate(calc(var(--tooltip-arrow-width) / 2), -50%)
|
|
153
|
-
rotate(45deg);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
&_right {
|
|
157
|
-
top: 50%;
|
|
158
|
-
right: 0;
|
|
159
|
-
transform: translate(calc(var(--tooltip-arrow-width) / 2), -50%)
|
|
160
|
-
rotate(45deg);
|
|
161
|
-
&Bottom {
|
|
162
|
-
top: 50%;
|
|
163
|
-
right: 0;
|
|
164
|
-
transform: translate(calc(var(--tooltip-arrow-width) / 2), -50%)
|
|
165
|
-
rotate(45deg);
|
|
166
|
-
}
|
|
167
|
-
&Top {
|
|
168
|
-
top: 50%;
|
|
169
|
-
right: 0;
|
|
170
|
-
transform: translate(calc(var(--tooltip-arrow-width) / 2), -50%)
|
|
171
|
-
rotate(45deg);
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
&_bottom {
|
|
175
|
-
left: 50%;
|
|
176
|
-
bottom: 0;
|
|
177
|
-
transform: translate(-50%, calc(var(--tooltip-arrow-width) / 2))
|
|
178
|
-
rotate(45deg);
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.tooltip {
|
|
184
|
-
&_align-position {
|
|
185
|
-
&_left {
|
|
186
|
-
position: absolute;
|
|
187
|
-
transform: translate(0, -50%);
|
|
188
|
-
}
|
|
189
|
-
&_center {
|
|
190
|
-
position: absolute;
|
|
191
|
-
left: 50%;
|
|
192
|
-
top: 100%;
|
|
193
|
-
transform: translate(-50%, 0%);
|
|
194
|
-
}
|
|
195
|
-
&_right {
|
|
196
|
-
position: absolute;
|
|
197
|
-
transform: translate(0, -50%);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.tooltip {
|
|
203
|
-
&&_state_close {
|
|
204
|
-
visibility: hidden;
|
|
205
|
-
animation-duration: 0.2s;
|
|
206
|
-
animation-name: tooltipHideAnimation;
|
|
207
|
-
opacity: 0%;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.tooltip {
|
|
212
|
-
&&_state_open {
|
|
213
|
-
visibility: visible;
|
|
214
|
-
animation-duration: 0.5s;
|
|
215
|
-
animation-name: tooltipShowAnimation;
|
|
216
|
-
opacity: 100%;
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
:root {
|
|
221
|
-
--tooltip-arrow-width: 14px;
|
|
222
|
-
--tooltip-arrow-height: 14px;
|
|
223
|
-
--tooltip-arrow-radius: 2px;
|
|
224
|
-
|
|
225
|
-
--tooltip-shape-rounded-default: 0;
|
|
226
|
-
|
|
227
|
-
/* Size */
|
|
228
|
-
--tooltip-size-l-padding: 16px;
|
|
229
|
-
--tooltip-size-l-gap: 0;
|
|
230
|
-
|
|
231
|
-
--tooltip-size-m-padding: 12px;
|
|
232
|
-
--tooltip-size-m-gap: 0;
|
|
233
|
-
|
|
234
|
-
--tooltip-size-s-padding: 8px;
|
|
235
|
-
--tooltip-size-s-gap: 0;
|
|
236
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
.video {
|
|
2
|
-
}
|
|
3
|
-
.video {
|
|
4
|
-
&&_position {
|
|
5
|
-
&_center {
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
align-items: center;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
.video {
|
|
13
|
-
&_poster {
|
|
14
|
-
width: 100%;
|
|
15
|
-
height: 100%;
|
|
16
|
-
position: relative;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
^&__wrapper {
|
|
19
|
-
min-width: 100%;
|
|
20
|
-
min-height: 100%;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
.warning {
|
|
2
|
-
display: flex;
|
|
3
|
-
&__content {
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
}
|
|
7
|
-
&_shape {
|
|
8
|
-
&_rounded {
|
|
9
|
-
border-radius: var(--warning-shape-rounded);
|
|
10
|
-
}
|
|
11
|
-
&_circular {
|
|
12
|
-
border-radius: 50%;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
.warning {
|
|
17
|
-
&_size_l {
|
|
18
|
-
min-width: var(--warning-l-min-width);
|
|
19
|
-
padding: var(--warning-l-padding);
|
|
20
|
-
gap: var(--warning-l-gap);
|
|
21
|
-
^&__content {
|
|
22
|
-
gap: var(--warning-content-l-gap);
|
|
23
|
-
min-width: var(--warning-content-l-min-width);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
.warning {
|
|
28
|
-
&&_skeleton {
|
|
29
|
-
background-size: 200% !important;
|
|
30
|
-
border: none;
|
|
31
|
-
animation: warningSkeleton 3s infinite linear !important;
|
|
32
|
-
background-image: linear-gradient(
|
|
33
|
-
90deg,
|
|
34
|
-
var(--color-surface-fill-secondary),
|
|
35
|
-
var(--color-surface-fill-tertiary),
|
|
36
|
-
var(--color-surface-fill-secondary)
|
|
37
|
-
) !important;
|
|
38
|
-
& * {
|
|
39
|
-
opacity: 0%;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
@keyframes warningSkeleton {
|
|
44
|
-
0% {
|
|
45
|
-
background-position: 200%;
|
|
46
|
-
}
|
|
47
|
-
100% {
|
|
48
|
-
background-position: -200%;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--mobile-tiny: 15em; /* 240px */
|
|
3
|
-
--mobile-small: 20em; /* 320px */
|
|
4
|
-
--mobile-medium: 23.435em; /* 375px */
|
|
5
|
-
--mobile-large: 25.875em; /* 414px */
|
|
6
|
-
--mobile-extra-large: 30em; /* 480px */
|
|
7
|
-
--mobile-super-extra-large: 40em; /* 640px */
|
|
8
|
-
--tablet: 48em; /* 768px */
|
|
9
|
-
--desktop-small: 60em; /* 960px */
|
|
10
|
-
--desktop-medium: 64em; /* 1024px */
|
|
11
|
-
--desktop-normal: 72.5em; /* 1160px */
|
|
12
|
-
--desktop-large: 80em; /* 1280px */
|
|
13
|
-
--desktop-extra-large: 90em; /* 1441px */
|
|
14
|
-
--desktop-super-extra-large: 120em; /* 1920px */
|
|
15
|
-
--desktop-huge: 160em; /* 2560px */
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
@custom-media --warning (width <= 15em);
|
|
19
|
-
|
|
20
|
-
@custom-media --mobile (width >= 15em) and (width < 48em);
|
|
21
|
-
|
|
22
|
-
@custom-media --mobile-tiny (width >= 15em) and (width < 20em);
|
|
23
|
-
|
|
24
|
-
@custom-media --mobile-small (width >= 20em) and (width < 23.435em);
|
|
25
|
-
|
|
26
|
-
@custom-media --mobile-medium (width >= 23.435em) and (width < 25.875em);
|
|
27
|
-
|
|
28
|
-
@custom-media --mobile-standart (width >= 25.875em) and (width < 30em);
|
|
29
|
-
|
|
30
|
-
@custom-media --mobile-large (width >= 30em) and (width < 40em);
|
|
31
|
-
|
|
32
|
-
@custom-media --mobile-huge (width >= 40em) and (width < 48em);
|
|
33
|
-
|
|
34
|
-
@custom-media --tablet (width >= 48em) and (width < 60em);
|
|
35
|
-
|
|
36
|
-
@custom-media --tablet-small (width >= 40em) and (width < 48em);
|
|
37
|
-
|
|
38
|
-
@custom-media --tablet-large (width >= 48em) and (width < 60em);
|
|
39
|
-
|
|
40
|
-
@custom-media --desktop (width >= 60em);
|
|
41
|
-
|
|
42
|
-
@custom-media --desktop-small (width >= 60em) and (width < 64em);
|
|
43
|
-
|
|
44
|
-
@custom-media --desktop-medium (width >= 64em) and (width < 72.5em);
|
|
45
|
-
|
|
46
|
-
@custom-media --desktop-normal (width >= 72.5em) and (width < 80em);
|
|
47
|
-
|
|
48
|
-
@custom-media --desktop-standart (width >= 80em) and (width < 90em);
|
|
49
|
-
|
|
50
|
-
@custom-media --desktop-large (width >= 90em) and (width < 120em);
|
|
51
|
-
|
|
52
|
-
@custom-media --desktop-huge (width >= 120em) and (width < 160em);
|
|
53
|
-
|
|
54
|
-
@custom-media --desktop-super-huge (width >= 160em);
|
|
55
|
-
|
|
56
|
-
@custom-media --landscape (orientation: landscape) and (width >= 15em) and (width < 60em);
|
|
57
|
-
|
|
58
|
-
@custom-media --portrait (orientation: portrait) and (width >= 15em) and (width < 60em);
|
|
59
|
-
|
|
60
|
-
@custom-media --touch (hover: none) and (pointer: coarse);
|
|
61
|
-
|
|
62
|
-
@custom-media --stylus (hover: none) and (pointer: fine);
|
|
63
|
-
|
|
64
|
-
@custom-media --console (hover: hover) and (pointer: coarse);
|
|
65
|
-
|
|
66
|
-
@custom-media --mouse (hover: hover) and (pointer: fine);
|
|
67
|
-
|
|
68
|
-
@custom-media --tiny-viewport (width <= 1366px) and (height <= 720px);
|
|
69
|
-
|
|
70
|
-
@custom-media --small-viewport (width >= 1366px) and (height < 768px);
|
|
71
|
-
|
|
72
|
-
@custom-media --medium-viewport (width >= 1440px) and (height < 900px);
|
|
73
|
-
|
|
74
|
-
@custom-media --large-viewport (width >= 1440px) and (height < 900px);
|
|
75
|
-
|
|
76
|
-
@custom-media --huge-viewport (width >= 1600px) and (height < 900px);
|
|
77
|
-
|
|
78
|
-
@custom-media --super-huge-viewport (width >= 1920px) and (height >= 1080px);
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
@define-mixin elevation-1 {
|
|
2
|
-
box-shadow: var(--elevation-1);
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
@define-mixin elevation-2 {
|
|
6
|
-
box-shadow: var(--elevation-2);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@define-mixin elevation-4 {
|
|
10
|
-
box-shadow: var(--elevation-4);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@define-mixin elevation-6 {
|
|
14
|
-
box-shadow: var(--elevation-6);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@define-mixin elevation-8 {
|
|
18
|
-
box-shadow: var(--elevation-8);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@define-mixin elevation-12 {
|
|
22
|
-
box-shadow: var(--elevation-12);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@define-mixin elevation-16 {
|
|
26
|
-
box-shadow: var(--elevation-16);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@define-mixin elevation-24 {
|
|
30
|
-
box-shadow: var(--elevation-24);
|
|
31
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
@define-mixin fill-gradient_surface-primary-left {
|
|
2
|
-
background: linear-gradient(
|
|
3
|
-
to left,
|
|
4
|
-
hsl(0, 0%, 0%, 0) 0%,
|
|
5
|
-
hsl(0, 0%, 0%, 0.65) 100%
|
|
6
|
-
);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@define-mixin fill-gradient_surface-primary-top {
|
|
10
|
-
background: linear-gradient(
|
|
11
|
-
to top,
|
|
12
|
-
hsl(0, 0%, 0%, 0) 0%,
|
|
13
|
-
hsl(0, 0%, 0%, 0.65) 100%
|
|
14
|
-
);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@define-mixin fill-gradient_surface-primary-right {
|
|
18
|
-
background: linear-gradient(
|
|
19
|
-
to left,
|
|
20
|
-
hsl(0, 0%, 0%, 0.65) 0%,
|
|
21
|
-
hsl(0, 0%, 0%, 0) 100%
|
|
22
|
-
);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@define-mixin fill-gradient_surface-primary-bottom {
|
|
26
|
-
background: linear-gradient(
|
|
27
|
-
to top,
|
|
28
|
-
hsl(0, 0%, 0%, 0.65) 0%,
|
|
29
|
-
hsl(0, 0%, 0%, 0) 100%
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@define-mixin fill-gradient_surface-primary-diagonal-left {
|
|
34
|
-
background: linear-gradient(
|
|
35
|
-
to bottom,
|
|
36
|
-
hsl(0, 0%, 0%, 0) 0%,
|
|
37
|
-
hsl(0, 0%, 0%, 0.65) 100%
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@define-mixin fill-gradient_surface-primary-diagonal-right {
|
|
42
|
-
background: linear-gradient(
|
|
43
|
-
to bottom,
|
|
44
|
-
hsl(0, 0%, 0%, 0) 0%,
|
|
45
|
-
hsl(0, 0%, 0%, 0.65) 100%
|
|
46
|
-
);
|
|
47
|
-
}
|