@itcase/ui 1.1.17 → 1.1.18

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.
Files changed (160) hide show
  1. package/dist/css/components/Accordion/Accordion.css +87 -11
  2. package/dist/css/components/Avatar/Avatar.css +102 -7
  3. package/dist/css/components/Badge/Badge.css +66 -8
  4. package/dist/css/components/Button/Button.css +335 -16
  5. package/dist/css/components/Caption/Caption.css +22 -4
  6. package/dist/css/components/Card/Card.css +18 -3
  7. package/dist/css/components/Cell/Cell.css +119 -13
  8. package/dist/css/components/Checkbox/Checkbox.css +95 -5
  9. package/dist/css/components/Chips/Chips.css +59 -5
  10. package/dist/css/components/Choice/Choice.css +84 -6
  11. package/dist/css/components/Choice/css/__item/choice__item.css +0 -2
  12. package/dist/css/components/Code/Code.css +38 -6
  13. package/dist/css/components/ContextMenu/ContextMenu.css +36 -5
  14. package/dist/css/components/ContextMenu/css/__item/context-menu__item.css +0 -2
  15. package/dist/css/components/CookiesWarning/CookiesWarning.css +36 -2
  16. package/dist/css/components/DadataHintField/DadataHintField.css +36 -6
  17. package/dist/css/components/DatePicker/DatePicker.css +1175 -8
  18. package/dist/css/components/Divider/Divider.css +48 -6
  19. package/dist/css/components/Dot/Dot.css +25 -5
  20. package/dist/css/components/Drawer/Drawer.css +52 -4
  21. package/dist/css/components/Dropdown/Dropdown.css +129 -13
  22. package/dist/css/components/Flex/Flex.css +178 -17
  23. package/dist/css/components/Flex/css/__item/flex__item.css +0 -2
  24. package/dist/css/components/Flex/css/__item/flex__item_align.css +0 -2
  25. package/dist/css/components/Flex/css/__item/flex__item_direction.css +0 -2
  26. package/dist/css/components/Flex/css/__item/flex__item_grow.css +0 -2
  27. package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +0 -2
  28. package/dist/css/components/Flex/css/__item/flex__item_shape.css +0 -2
  29. package/dist/css/components/Flex/css/__item/flex__item_wrap.css +0 -2
  30. package/dist/css/components/Grid/Grid.css +218 -22
  31. package/dist/css/components/Grid/css/__item/grid__item.css +0 -2
  32. package/dist/css/components/Grid/css/__item/grid__item_align-self.css +0 -2
  33. package/dist/css/components/Grid/css/__item/grid__item_column.css +0 -2
  34. package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +0 -2
  35. package/dist/css/components/Grid/css/__item/grid__item_row.css +0 -2
  36. package/dist/css/components/Grid/css/__row/grid__row.css +0 -2
  37. package/dist/css/components/Group/Group.css +94 -9
  38. package/dist/css/components/HTMLContent/HTMLContent.css +98 -7
  39. package/dist/css/components/Icon/Icon.css +123 -12
  40. package/dist/css/components/Image/Image.css +132 -9
  41. package/dist/css/components/Input/Input.css +85 -6
  42. package/dist/css/components/InputMask/Input.css +77 -6
  43. package/dist/css/components/InputPassword/InputPassword.css +68 -5
  44. package/dist/css/components/Label/Label.css +83 -8
  45. package/dist/css/components/Link/Link.css +32 -5
  46. package/dist/css/components/List/List.css +112 -9
  47. package/dist/css/components/Loader/Loader.css +44 -4
  48. package/dist/css/components/Logo/Logo.css +55 -7
  49. package/dist/css/components/Menu/Menu.css +56 -6
  50. package/dist/css/components/MenuItem/MenuItem.css +81 -9
  51. package/dist/css/components/Modal/Modal.css +39 -5
  52. package/dist/css/components/Notification/Notification.css +143 -11
  53. package/dist/css/components/Notification/css/__item/notification__item_set_float.css +0 -2
  54. package/dist/css/components/Notification/css/__item/notification__item_set_form.css +0 -2
  55. package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +0 -2
  56. package/dist/css/components/Notification/css/__item/notification__item_set_top.css +0 -2
  57. package/dist/css/components/Notification/css/__item/notification__item_status.css +0 -2
  58. package/dist/css/components/Notification/css/__item/notification__item_type_close-button.css +0 -2
  59. package/dist/css/components/Overlay/Overlay.css +43 -5
  60. package/dist/css/components/Page/Page.css +8 -3
  61. package/dist/css/components/Pagination/Pagination.css +107 -8
  62. package/dist/css/components/Pagination/css/__item/pagination__item.css +0 -2
  63. package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +0 -2
  64. package/dist/css/components/Pagination/css/__item/pagination__item_state_disabled.css +0 -2
  65. package/dist/css/components/Panel/Panel.css +107 -10
  66. package/dist/css/components/Radio/Radio.css +113 -6
  67. package/dist/css/components/RangeSlider/RangeSlider.css +418 -15
  68. package/dist/css/components/Response/Response.css +29 -4
  69. package/dist/css/components/SVGContent/SVGContent.css +2 -3
  70. package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +30 -2
  71. package/dist/css/components/Scrollbar/Scrollbar.css +58 -3
  72. package/dist/css/components/Search/Search.css +114 -10
  73. package/dist/css/components/Search/css/search-input/search-input.css +0 -2
  74. package/dist/css/components/Search/css/search-input/search-input_shape.css +0 -2
  75. package/dist/css/components/Search/css/search-input/search-input_size.css +0 -2
  76. package/dist/css/components/Search/css/search-result/search-result.css +0 -2
  77. package/dist/css/components/Search/css/search-result/search-result_shape.css +0 -2
  78. package/dist/css/components/Segmented/Segmented.css +117 -6
  79. package/dist/css/components/Select/Select.css +373 -22
  80. package/dist/css/components/Select/css/__control/select__control.css +0 -2
  81. package/dist/css/components/Select/css/__control/select__control_fill.css +0 -2
  82. package/dist/css/components/Select/css/__control/select__control_shape.css +0 -2
  83. package/dist/css/components/Select/css/__indicators/select__indicators.css +0 -2
  84. package/dist/css/components/Select/css/__input-container/select__input-container.css +0 -2
  85. package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +0 -2
  86. package/dist/css/components/Select/css/__menu/select__menu-notice.css +0 -2
  87. package/dist/css/components/Select/css/__menu/select__menu.css +0 -2
  88. package/dist/css/components/Select/css/__multi-value/select__multi-value.css +0 -2
  89. package/dist/css/components/Select/css/__option/select__option.css +0 -2
  90. package/dist/css/components/Select/css/__placeholder/select__placeholder.css +0 -2
  91. package/dist/css/components/Select/css/__single-value/select__single-value.css +0 -2
  92. package/dist/css/components/Select/css/__value-container/select__value-container.css +0 -2
  93. package/dist/css/components/SiteMenu/SiteMenu.css +37 -3
  94. package/dist/css/components/Swiper/Swiper.css +973 -7
  95. package/dist/css/components/Swiper/css/__item/swiper-block__item.css +0 -2
  96. package/dist/css/components/Switch/Switch.css +68 -5
  97. package/dist/css/components/Tab/Tab.css +69 -9
  98. package/dist/css/components/Text/Text.css +57 -6
  99. package/dist/css/components/Textarea/Textarea.css +40 -5
  100. package/dist/css/components/Tile/Tile.css +47 -6
  101. package/dist/css/components/Title/Title.css +59 -7
  102. package/dist/css/components/Tooltip/Tooltip.css +121 -9
  103. package/dist/css/components/Video/Video.css +37 -7
  104. package/dist/css/components/Wrapper/Wrapper.css +35 -4
  105. package/dist/css/styles/align/align.css +0 -2
  106. package/dist/css/styles/align/align_horizontal-reverse.css +0 -2
  107. package/dist/css/styles/align/align_horizontal.css +0 -2
  108. package/dist/css/styles/align/align_vertical-reverse.css +0 -2
  109. package/dist/css/styles/align/align_vertical.css +0 -2
  110. package/dist/css/styles/alignment/alignment.css +0 -2
  111. package/dist/css/styles/border-color/border-color.css +0 -2
  112. package/dist/css/styles/border-color/border-color_focus.css +0 -2
  113. package/dist/css/styles/border-color/border-color_hover.css +0 -2
  114. package/dist/css/styles/border-type/border-type.css +0 -2
  115. package/dist/css/styles/border-width/border-width.css +0 -2
  116. package/dist/css/styles/caret-color/caret-color.css +0 -2
  117. package/dist/css/styles/column-gap/column-gap.css +0 -2
  118. package/dist/css/styles/constraints/constraints.css +0 -2
  119. package/dist/css/styles/cursor/cursor.css +0 -2
  120. package/dist/css/styles/direction/direction.css +0 -2
  121. package/dist/css/styles/elevation/elevation.css +0 -2
  122. package/dist/css/styles/elevation/elevation_hover.css +0 -2
  123. package/dist/css/styles/fill/fill.css +0 -2
  124. package/dist/css/styles/fill/fill_active.css +0 -2
  125. package/dist/css/styles/fill/fill_active_hover.css +0 -2
  126. package/dist/css/styles/fill/fill_disabled.css +0 -2
  127. package/dist/css/styles/fill/fill_hover.css +0 -2
  128. package/dist/css/styles/fill-gradient/fill-gradient.css +0 -2
  129. package/dist/css/styles/flex/flex-grow.css +0 -2
  130. package/dist/css/styles/gap/gap.css +0 -2
  131. package/dist/css/styles/height/height.css +0 -2
  132. package/dist/css/styles/hover/hover-fill-color.css +0 -2
  133. package/dist/css/styles/hover/hover-item-color.css +0 -2
  134. package/dist/css/styles/hover/hover-text-color.css +0 -2
  135. package/dist/css/styles/justify-content/justify-content.css +0 -2
  136. package/dist/css/styles/mediaqueries.css +24 -2
  137. package/dist/css/styles/mixin_elevation.css +0 -2
  138. package/dist/css/styles/mixin_fill-gradient.css +0 -2
  139. package/dist/css/styles/mixin_global.css +0 -2
  140. package/dist/css/styles/opacity/opacity.css +0 -2
  141. package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +0 -2
  142. package/dist/css/styles/position/position.css +0 -2
  143. package/dist/css/styles/resize-horizontal/resize-horizontal.css +0 -2
  144. package/dist/css/styles/resize-vertical/resize-vertical.css +0 -2
  145. package/dist/css/styles/row-gap/row-gap.css +0 -2
  146. package/dist/css/styles/shape/shape.css +0 -2
  147. package/dist/css/styles/svg-color/svg_fill.css +1 -2
  148. package/dist/css/styles/svg-color/svg_fill_hover.css +0 -2
  149. package/dist/css/styles/text-align/text-align.css +0 -2
  150. package/dist/css/styles/text-color/text-color.css +0 -2
  151. package/dist/css/styles/text-color/text-color_active.css +0 -2
  152. package/dist/css/styles/text-color/text-color_hover.css +0 -2
  153. package/dist/css/styles/text-decoration/text-decoration.css +0 -2
  154. package/dist/css/styles/text-gradient/text-gradient.css +0 -2
  155. package/dist/css/styles/text-style/text-style.css +0 -2
  156. package/dist/css/styles/text-truncate/text-truncate.css +0 -2
  157. package/dist/css/styles/text-weight/text-weight.css +0 -2
  158. package/dist/css/styles/width/width.css +0 -2
  159. package/dist/css/styles/word-wrap/word-wrap.css +0 -2
  160. package/package.json +5 -5
@@ -1,9 +1,132 @@
1
- @import './css/image.css';
2
- @import './css/image_horizontal-align.css';
3
- @import './css/image_mode_skeleton.css';
4
- @import './css/image_resize-mode.css';
5
- @import './css/image_shape.css';
6
- @import './css/image_type_cover.css';
7
- @import './css/image_vertical-align.css';
8
-
9
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0ltYWdlL0ltYWdlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJJbWFnZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9pbWFnZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvaW1hZ2VfaG9yaXpvbnRhbC1hbGlnbi5jc3MnO1xuQGltcG9ydCAnLi9jc3MvaW1hZ2VfbW9kZV9za2VsZXRvbi5jc3MnO1xuQGltcG9ydCAnLi9jc3MvaW1hZ2VfcmVzaXplLW1vZGUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2ltYWdlX3NoYXBlLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9pbWFnZV90eXBlX2NvdmVyLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9pbWFnZV92ZXJ0aWNhbC1hbGlnbi5jc3MnO1xuIl19 */
1
+ .image {
2
+ font-size: 0;
3
+ &__wrapper {
4
+ width: 100%;
5
+ font-size: 0;
6
+ position: relative;
7
+ }
8
+ }
9
+ .image {
10
+ &_horizontal-align {
11
+ &_center {
12
+ ^^&__wrapper {
13
+ width: 100%;
14
+ display: flex;
15
+ justify-content: center;
16
+ }
17
+ }
18
+ }
19
+ }
20
+ .image {
21
+ &&_mode {
22
+ &_skeleton {
23
+ background-image: linear-gradient(
24
+ 90deg,
25
+ var(--color-surface-secondary),
26
+ var(--color-surface-tertiary),
27
+ var(--color-surface-secondary)
28
+ );
29
+ background-size: 200%;
30
+ animation: image-skeleton 3s infinite linear;
31
+ ^^&__item {
32
+ opacity: 0;
33
+ }
34
+ }
35
+ }
36
+ }
37
+ @keyframes image-skeleton {
38
+ 0% {
39
+ background-position: 200%;
40
+ }
41
+ 100% {
42
+ background-position: -200%;
43
+ }
44
+ }
45
+ .image {
46
+ &_resize-mode {
47
+ &_cover {
48
+ > ^^&__wrapper {
49
+ & > ^^^&__item {
50
+ width: 100%;
51
+ height: 100%;
52
+ object-fit: cover;
53
+ }
54
+ }
55
+ }
56
+ &_contain {
57
+ > ^^&__wrapper {
58
+ & > ^^^&__item {
59
+ width: 100%;
60
+ height: 100%;
61
+ object-fit: contain;
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
67
+ .image {
68
+ &_shape {
69
+ &_rounded {
70
+ border-radius: var(--image-shape-rounded, 12px);
71
+ > ^^&__wrapper {
72
+ width: 100%;
73
+ height: 100%;
74
+ border-radius: var(--image-shape-rounded, 12px);
75
+ position: relative;
76
+ overflow: hidden;
77
+ & > ^^^&__item {
78
+ width: 100%;
79
+ height: 100%;
80
+ border-radius: var(--image-shape-rounded, 12px);
81
+ }
82
+ }
83
+ }
84
+ &_circular {
85
+ border-radius: 50%;
86
+ > ^^&__wrapper {
87
+ width: 100%;
88
+ height: 100%;
89
+ border-radius: 50%;
90
+ & > ^^^&__item {
91
+ width: 100%;
92
+ height: 100%;
93
+ border-radius: 50%;
94
+ }
95
+ }
96
+ }
97
+ &_geometric {
98
+ > ^^&__wrapper {
99
+ width: 100%;
100
+ height: 100%;
101
+ & > ^^^&__item {
102
+ width: 100%;
103
+ height: 100%;
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
109
+ .image {
110
+ &&_type_cover {
111
+ height: 100%;
112
+ position: relative;
113
+ overflow: hidden;
114
+ ^&__wrapper {
115
+ height: 100%;
116
+ & img {
117
+ width: 100%;
118
+ }
119
+ }
120
+ }
121
+ }
122
+ .image {
123
+ &_vertical-align {
124
+ &_center {
125
+ ^^&__wrapper {
126
+ height: 100%;
127
+ display: flex;
128
+ align-items: center;
129
+ }
130
+ }
131
+ }
132
+ }
@@ -1,6 +1,85 @@
1
- @import './css/input.css';
2
- @import './css/input_shape.css';
3
- @import './css/input_size.css';
4
- @import './css/input_type_number.css';
5
-
6
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0lucHV0L0lucHV0LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJJbnB1dC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9pbnB1dC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvaW5wdXRfc2hhcGUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2lucHV0X3NpemUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2lucHV0X3R5cGVfbnVtYmVyLmNzcyc7XG4iXX0= */
1
+ .input {
2
+ min-width: unset;
3
+ padding: 0;
4
+ margin: 0;
5
+ border: none;
6
+ position: relative;
7
+ box-shadow: none;
8
+ appearance: none;
9
+ outline: 0;
10
+ caret-color: var(--input-caret-color);
11
+ &:disabled {
12
+ background: var(--input-state-disabled-background, #ECECEC);
13
+ border: solid 1px var(--input-state-disabled-border, #747474);
14
+ &:hover {
15
+ background: var(--input-state-disabled-background, #ECECEC);
16
+ border: solid 1px var(--input-state-disabled-border, #747474);
17
+ }
18
+ }
19
+ &:focus {
20
+ outline: none;
21
+ }
22
+ &:hover {
23
+ background: var(--input-state-hover-background);
24
+ border: solid 1px var(--input-state-hover-border);
25
+ }
26
+ &&_state {
27
+ &_success {
28
+ background: var(--input-state-success-background);
29
+ border: solid 1px var(--input-state-success-border);
30
+ }
31
+ &_error {
32
+ background: var(--input-state-error-background);
33
+ border: solid 1px var(--input-state-error-border);
34
+ }
35
+ &_focus {
36
+ background: var(--input-state-focus-background);
37
+ border: solid 1px var(--input-state-focus-border);
38
+ }
39
+ &_required {
40
+ background: var(--input-state-required-background);
41
+ border: solid 1px var(--input-state-required-border);
42
+ }
43
+ &_custom {
44
+ background: var(--input-state-custom-background);
45
+ border: solid 1px var(--input-state-custom-border);
46
+ }
47
+ }
48
+ }
49
+ .input {
50
+ &_shape {
51
+ &_rounded {
52
+ border-radius: var(--input-shape-rounded, 4px);
53
+ position: relative;
54
+ }
55
+ &_underline {
56
+ position: relative;
57
+ border-left: none !important;
58
+ border-right: none !important;
59
+ border-top: none !important;
60
+ }
61
+ }
62
+ }
63
+ .input {
64
+ &&_size {
65
+ @each $size in xs, s, m, l, xl, xxl, normal, tiny, compact, large {
66
+ &_$(size) {
67
+ padding: var(--input-size-$(size)-padding);
68
+ }
69
+ }
70
+ }
71
+ }
72
+ .input {
73
+ &_type {
74
+ &_number {
75
+ appearance: none;
76
+ &[type='number'] {
77
+ appearance: textfield;
78
+ }
79
+ &::-webkit-outer-spin-button,
80
+ &::-webkit-inner-spin-button {
81
+ appearance: none;
82
+ }
83
+ }
84
+ }
85
+ }
@@ -1,6 +1,77 @@
1
- @import './css/input.css';
2
- @import './css/input_shape.css';
3
- @import './css/input_size.css';
4
- @import './css/input_type_number.css';
5
-
6
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0lucHV0TWFzay9JbnB1dC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiSW5wdXQuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCAnLi9jc3MvaW5wdXQuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2lucHV0X3NoYXBlLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9pbnB1dF9zaXplLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9pbnB1dF90eXBlX251bWJlci5jc3MnO1xuIl19 */
1
+ .input {
2
+ min-width: unset;
3
+ padding: 0;
4
+ margin: 0;
5
+ border: none;
6
+ position: relative;
7
+ box-shadow: none;
8
+ appearance: none;
9
+ outline: 0;
10
+ caret-color: var(--input-caret-color);
11
+ &:disabled {
12
+ background: var(--input-state-disabled-background, #ECECEC);
13
+ border: solid 1px var(--input-state-disabled-border, #747474);
14
+ &:hover {
15
+ background: var(--input-state-disabled-background, #ECECEC);
16
+ border: solid 1px var(--input-state-disabled-border, #747474);
17
+ }
18
+ }
19
+ &:focus {
20
+ outline: none;
21
+ }
22
+ &:hover {
23
+ background: var(--input-state-hover-background);
24
+ border: solid 1px var(--input-state-hover-border);
25
+ }
26
+ &&_state {
27
+ &_success {
28
+ background: var(--input-state-success-background);
29
+ border: solid 1px var(--input-state-success-border);
30
+ }
31
+ &_error {
32
+ background: var(--input-state-error-background);
33
+ border: solid 1px var(--input-state-error-border);
34
+ }
35
+ &_focus {
36
+ background: var(--input-state-focus-background);
37
+ border: solid 1px var(--input-state-focus-border);
38
+ }
39
+ }
40
+ }
41
+ .input {
42
+ &_shape {
43
+ &_rounded {
44
+ border-radius: var(--input-shape-rounded, 4px);
45
+ position: relative;
46
+ }
47
+ &_underline {
48
+ border-left: none !important;
49
+ border-top: none !important;
50
+ border-right: none !important;
51
+ position: relative;
52
+ }
53
+ }
54
+ }
55
+ .input {
56
+ &&_size {
57
+ @each $size in xs, s, m, l, xl, xxl, normal, tiny, compact, large {
58
+ &_$(size) {
59
+ padding: var(--input-size-$(size)-padding);
60
+ }
61
+ }
62
+ }
63
+ }
64
+ .input {
65
+ &_type {
66
+ &_number {
67
+ appearance: none;
68
+ &[type='number'] {
69
+ appearance: textfield;
70
+ }
71
+ &::-webkit-outer-spin-button,
72
+ &::-webkit-inner-spin-button {
73
+ appearance: none;
74
+ }
75
+ }
76
+ }
77
+ }
@@ -1,5 +1,68 @@
1
- @import './css/input-password.css';
2
- @import './css/input-password_shape.css';
3
- @import './css/input-password_size.css';
4
-
5
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0lucHV0UGFzc3dvcmQvSW5wdXRQYXNzd29yZC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiSW5wdXRQYXNzd29yZC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9pbnB1dC1wYXNzd29yZC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvaW5wdXQtcGFzc3dvcmRfc2hhcGUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2lucHV0LXBhc3N3b3JkX3NpemUuY3NzJztcbiJdfQ== */
1
+ .input-password {
2
+ position: relative;
3
+ &__icon {
4
+ position: absolute;
5
+ right: 8px;
6
+ top: 50%;
7
+ transform: translate(0, -50%);
8
+ }
9
+ &__input {
10
+ border: none;
11
+ appearance: none;
12
+ padding: 0;
13
+ margin: 0;
14
+ min-width: unset;
15
+ box-shadow: none;
16
+ outline: 0;
17
+ position: relative;
18
+ caret-color: var(--input-password-caret-color);
19
+ &:focus {
20
+ outline: none;
21
+ }
22
+ &:hover {
23
+ border: solid 1px var(--input-password-state-hover-border);
24
+ background: var(--input-password-state-hover-background);
25
+ }
26
+ &&_state {
27
+ &_success {
28
+ border: solid 1px var(--input-password-state-success-border);
29
+ background: var(--input-password-state-success-background);
30
+ }
31
+ &_error {
32
+ border: solid 1px var(--input-password-state-error-border);
33
+ background: var(--input-password-state-error-background);
34
+ }
35
+ &_focus {
36
+ border: solid 1px var(--input-password-state-focus-border);
37
+ background: var(--input-password-state-focus-background);
38
+ }
39
+ }
40
+ }
41
+ }
42
+ .input-password {
43
+ &__input {
44
+ &_shape {
45
+ &_rounded {
46
+ border-radius: 4px;
47
+ position: relative;
48
+ }
49
+ &_underline {
50
+ position: relative;
51
+ border-left: none !important;
52
+ border-right: none !important;
53
+ border-top: none !important;
54
+ }
55
+ }
56
+ }
57
+ }
58
+ .input-password {
59
+ &__input {
60
+ &&_size {
61
+ @each $size in xs, s, m, l, xl, xxl, normal, tiny, compact, large {
62
+ &_$(size) {
63
+ padding: var(--input-password-size-$(size)-padding);
64
+ }
65
+ }
66
+ }
67
+ }
68
+ }
@@ -1,8 +1,83 @@
1
- @import './css/label.css';
2
- @import './css/label_mode_skeleton.css';
3
- @import './css/label_shape.css';
4
- @import './css/label_size.css';
5
- @import './css/label__tooltip.css';
6
- @import './css/label_width.css';
7
-
8
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xhYmVsL0xhYmVsLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJMYWJlbC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9sYWJlbC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvbGFiZWxfbW9kZV9za2VsZXRvbi5jc3MnO1xuQGltcG9ydCAnLi9jc3MvbGFiZWxfc2hhcGUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2xhYmVsX3NpemUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2xhYmVsX190b29sdGlwLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9sYWJlbF93aWR0aC5jc3MnO1xuIl19 */
1
+ .label {
2
+ position: relative;
3
+ display: inline-flex;
4
+ &__inner {
5
+ width: 100%;
6
+ font-size: 0;
7
+ line-height: 0;
8
+ display: flex;
9
+ justify-content: center;
10
+ align-items: center;
11
+ gap: 4px;
12
+ }
13
+ }
14
+ .label {
15
+ &&_mode {
16
+ &_skeleton {
17
+ background-image: linear-gradient(
18
+ 90deg,
19
+ var(--color-surface-secondary),
20
+ var(--color-surface-tertiary),
21
+ var(--color-surface-secondary)
22
+ );
23
+ background-size: 200%;
24
+ animation: label-skeleton 3s infinite linear;
25
+ ^^&__label {
26
+ color: transparent;
27
+ }
28
+ }
29
+ }
30
+ }
31
+ @keyframes label-skeleton {
32
+ 0% {
33
+ background-position: 200%;
34
+ }
35
+ 100% {
36
+ background-position: -200%;
37
+ }
38
+ }
39
+ .label {
40
+ &_shape {
41
+ &_rounded {
42
+ border-radius: var(--label-shape-rounded-default, 6px);
43
+ @each $size in xxs, xs, s, m, l, xl, xxl {
44
+ &.label_size_$(size) {
45
+ border-radius: var(--label-size-$(size)-shape-rounded);
46
+ }
47
+ }
48
+ }
49
+ &_circular {
50
+ border-radius: 50%;
51
+ }
52
+ }
53
+ }
54
+ .label {
55
+ &_size {
56
+ @each $size in xxs, xs, s, m, l, xl, xxl {
57
+ &_$(size) {
58
+ ^^&__inner {
59
+ padding: var(--label-size-$(size)-padding);
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ div.label {
66
+ &__tooltip {
67
+ z-index: 12;
68
+ }
69
+ }
70
+ .label {
71
+ &&_width {
72
+ &_fixed {
73
+ width: 240px;
74
+ }
75
+ &_hug {
76
+ display: inline-flex;
77
+ }
78
+ &_fill {
79
+ width: 100%;
80
+ max-width: none !important;
81
+ }
82
+ }
83
+ }
@@ -1,5 +1,32 @@
1
- @import './css/link.css';
2
- @import './css/link_underline.css';
3
- @import './css/link_direction.css';
4
-
5
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xpbmsvTGluay5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiTGluay5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9saW5rLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9saW5rX3VuZGVybGluZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvbGlua19kaXJlY3Rpb24uY3NzJztcbiJdfQ== */
1
+ .link {
2
+ color: inherit;
3
+ }
4
+ .link {
5
+ &_underline {
6
+ &_none {
7
+ text-decoration: none;
8
+ }
9
+ }
10
+ }
11
+ .link {
12
+ &_direction {
13
+ &_horizontal {
14
+ display: flex;
15
+ flex-direction: row;
16
+ justify-content: center;
17
+ align-items: center;
18
+ }
19
+ &_vertical {
20
+ display: flex;
21
+ flex-direction: column;
22
+ justify-content: center;
23
+ align-items: center;
24
+ }
25
+ @each $val in row, row-reverse, column, column-reverse {
26
+ &_$(val) {
27
+ display: flex;
28
+ flex-direction: $(val);
29
+ }
30
+ }
31
+ }
32
+ }
@@ -1,9 +1,112 @@
1
- @import './css/list.css';
2
- @import './css/list_bullet_fill.css';
3
- @import './css/list_bullet_size.css';
4
- @import './css/list_bullet_text-color.css';
5
- @import './css/list_direction.css';
6
- @import './css/list_style_dot.css';
7
- @import './css/list_style_number.css';
8
-
9
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xpc3QvTGlzdC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiTGlzdC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9saXN0LmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9saXN0X2J1bGxldF9maWxsLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9saXN0X2J1bGxldF9zaXplLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9saXN0X2J1bGxldF90ZXh0LWNvbG9yLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9saXN0X2RpcmVjdGlvbi5jc3MnO1xuQGltcG9ydCAnLi9jc3MvbGlzdF9zdHlsZV9kb3QuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2xpc3Rfc3R5bGVfbnVtYmVyLmNzcyc7XG4iXX0= */
1
+ .list {
2
+ list-style: none;
3
+ margin: 0;
4
+ padding: 0;
5
+ &__item {
6
+ margin: 0;
7
+ padding: 0;
8
+ }
9
+ }
10
+ .list {
11
+ &_bullet {
12
+ &-fill {
13
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
14
+ &_$(type) {
15
+ &-item {
16
+ @each $color in primary, secondary, tertiary, quaternary, accent {
17
+ &-$(color) {
18
+ & .list__item {
19
+ &::before {
20
+ background: var(--color-$(type)-text-$(color));
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
29
+ }
30
+ }
31
+ .list {
32
+ &_bullet {
33
+ @each $size in h1, h2, h3, h4, h5, h6 {
34
+ &-size_$(size) {
35
+ @mixin $(size);
36
+ }
37
+ }
38
+ }
39
+ }
40
+ .list {
41
+ &_bullet {
42
+ &-text-color {
43
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
44
+ &_$(type) {
45
+ &-text {
46
+ @each $color in primary, secondary, tertiary, quaternary, accent {
47
+ &-$(color) {
48
+ color: var(--color-$(type)-text-$(color));
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
56
+ }
57
+ .list {
58
+ &_direction {
59
+ &_horizontal {
60
+ display: flex;
61
+ flex-direction: row;
62
+ }
63
+ &_vertical {
64
+ display: flex;
65
+ flex-direction: column;
66
+ }
67
+ }
68
+ @each $val in row, row-reverse, column, column-reverse {
69
+ &_direction_$(val) {
70
+ display: flex;
71
+ flex-direction: $(val);
72
+ }
73
+ }
74
+ }
75
+ .list {
76
+ &_style_dot {
77
+ & li {
78
+ display: flex;
79
+ flex-direction: row;
80
+ align-items: center;
81
+ justify-content: flex-start;
82
+ gap: 16px;
83
+ &::before {
84
+ content: '';
85
+ display: flex;
86
+ min-width: 6px;
87
+ max-width: 6px;
88
+ min-height: 6px;
89
+ max-height: 6px;
90
+ background: inherit;
91
+ border-radius: 100%;
92
+ }
93
+ }
94
+ }
95
+ }
96
+ .list {
97
+ &_style_number {
98
+ badge-reset: number-badge;
99
+ & li {
100
+ position: relative;
101
+ badge-increment: number-badge;
102
+ padding: 0 0 0 1.5em;
103
+ &::before {
104
+ content: badge(number-badge) '. ';
105
+ position: absolute;
106
+ left: 0;
107
+ top: 0;
108
+ text-color: inherit;
109
+ }
110
+ }
111
+ }
112
+ }
@@ -1,4 +1,44 @@
1
- @import './css/loader.css';
2
- @import './css/loader_set_simple.css';
3
-
4
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xvYWRlci9Mb2FkZXIuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IkxvYWRlci5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9sb2FkZXIuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2xvYWRlcl9zZXRfc2ltcGxlLmNzcyc7XG4iXX0= */
1
+ .loader {
2
+ position: relative;
3
+ display: flex;
4
+ flex-flow: column wrap;
5
+ justify-content: center;
6
+ align-items: center;
7
+ &__inner {
8
+ position: relative;
9
+ display: flex;
10
+ }
11
+ &__text {
12
+ }
13
+ }
14
+ .loader {
15
+ &_set {
16
+ &_simple {
17
+ ^^&__inner {
18
+ width: auto;
19
+ height: auto;
20
+ }
21
+ ^^&__item {
22
+ width: 12px;
23
+ height: 12px;
24
+ border-radius: 100%;
25
+ display: inline-block;
26
+ margin: 4px;
27
+ animation: loaderSimple 1.4s infinite ease-in-out both;
28
+ &:first-child {
29
+ animation-delay: -0.32s;
30
+ }
31
+ &:nth-child(2) {
32
+ animation-delay: -0.16s;
33
+ }
34
+ }
35
+ }
36
+ }
37
+ }
38
+ @keyframes loaderSimple {
39
+ 0%, 80%, 100% {
40
+ transform: scale(0);
41
+ } 40% {
42
+ transform: scale(1.0);
43
+ }
44
+ }