@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
@@ -18,5 +18,3 @@
18
18
  }
19
19
  }
20
20
  }
21
-
22
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1BhZ2luYXRpb24vY3NzL19faXRlbS9wYWdpbmF0aW9uX19pdGVtX3N0YXRlX2Rpc2FibGVkLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJwYWdpbmF0aW9uX19pdGVtX3N0YXRlX2Rpc2FibGVkLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5wYWdpbmF0aW9uIHtcbiAgJl9faXRlbSB7XG4gICAgJiZfc3RhdGUge1xuICAgICAgJl9kaXNhYmxlZCB7XG4gICAgICAgIGJvcmRlcjogc29saWQgMXB4IHZhcigtLXBhZ2luYXRvci1pdGVtLWRpc2FibGVkLWJvcmRlcik7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigtLXBhZ2luYXRvci1pdGVtLWRpc2FibGVkLWZpbGwpO1xuICAgICAgICAmOmhvdmVyIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1wYWdpbmF0b3ItaXRlbS1kaXNhYmxlZC1maWxsLWhvdmVyKTtcbiAgICAgICAgfVxuICAgICAgICBeXiYtbGluayB7XG4gICAgICAgICAgY29sb3I6IHZhcigtLXBhZ2luYXRvci1pdGVtLWRpc2FibGVkLXRleHQpO1xuICAgICAgICB9XG4gICAgICAgICYgc3ZnIHtcbiAgICAgICAgICBmaWxsOiB2YXIoLS1wYWdpbmF0b3ItaXRlbS1kaXNhYmxlZC1pY29uKTtcbiAgICAgICAgfVxuICAgICAgICBkaXNwbGF5OiB2YXIoLS1wYWdpbmF0aW9uLWl0ZW0tc3RhdGUtZGlzYWJsZWQtZGlzcGxheSwgaW5pdGlhbCk7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0= */
@@ -1,10 +1,107 @@
1
- @import './css/panel.css';
2
- @import './css/panel_direction.css';
3
- @import './css/panel_align-content.css';
4
- @import './css/panel_align.css';
5
- @import './css/panel_justify-content.css';
6
- @import './css/panel_shape.css';
7
- @import './css/panel_wrap.css';
8
- @import './css/panel_type_horizontal_scroll.css';
9
-
10
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1BhbmVsL1BhbmVsLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJQYW5lbC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9wYW5lbC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvcGFuZWxfZGlyZWN0aW9uLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9wYW5lbF9hbGlnbi1jb250ZW50LmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9wYW5lbF9hbGlnbi5jc3MnO1xuQGltcG9ydCAnLi9jc3MvcGFuZWxfanVzdGlmeS1jb250ZW50LmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9wYW5lbF9zaGFwZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvcGFuZWxfd3JhcC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvcGFuZWxfdHlwZV9ob3Jpem9udGFsX3Njcm9sbC5jc3MnO1xuIl19 */
1
+ .panel {
2
+ display: flex;
3
+ flex-direction: column;
4
+ &__wrapper {
5
+ align-items: stretch;
6
+ }
7
+ }
8
+ .panel {
9
+ &_direction {
10
+ &_horizontal {
11
+ display: flex;
12
+ flex-direction: row;
13
+ }
14
+ &_vertical {
15
+ display: flex;
16
+ flex-direction: column;
17
+ }
18
+ &_horizontal-reverse {
19
+ display: flex;
20
+ flex-direction: row-reverse;
21
+ }
22
+ &_vertical-reverse {
23
+ display: flex;
24
+ flex-direction: column-reverse;
25
+ }
26
+ @each $val in row, row-reverse, column, column-reverse {
27
+ &_$(val) {
28
+ display: flex;
29
+ flex-direction: $(val);
30
+ }
31
+ }
32
+ }
33
+ }
34
+ .panel {
35
+ @each $val in flex-start, flex-end, center, space-between, space-around, stretch {
36
+ &_align-content_$(val) {
37
+ align-content: $(val);
38
+ }
39
+ }
40
+ }
41
+ .panel {
42
+ @each $val in stretch, flex-start, flex-end, center, baseline, auto {
43
+ &_align-self_$(val) {
44
+ align-self: $(val);
45
+ }
46
+ &_align-items_$(val) {
47
+ align-items: $(val);
48
+ }
49
+ }
50
+ }
51
+ .panel {
52
+ @each $val in flex-start, flex-end, center, space-between, space-around, space-evenly, flexStart,
53
+ flexEnd, center, spaceBetween, spaceAround, spaceEvenly {
54
+ &_justify-content_$(val) {
55
+ justify-content: $(val);
56
+ }
57
+ }
58
+ }
59
+ .panel {
60
+ &_shape {
61
+ &_rounded {
62
+ border-radius: var(--panel-shape-rounded, 12px);
63
+ }
64
+ &_circular {
65
+ border-radius: 50%;
66
+ }
67
+ }
68
+ }
69
+ .panel {
70
+ &_wrap {
71
+ &_wrap {
72
+ flex-wrap: wrap;
73
+ }
74
+ &_nowrap {
75
+ flex-wrap: nowrap;
76
+ }
77
+ &_wrap-reverse {
78
+ flex-wrap: wrap-reverse;
79
+ }
80
+ }
81
+ }
82
+ .panel {
83
+ &_type {
84
+ &_scroll {
85
+ &_vertical {
86
+ /* ^^^&& {
87
+ max-height: 80%;
88
+ } */
89
+ ^^^&__wrapper {
90
+ max-height: 100%;
91
+ overflow: auto;
92
+ scrollbar-width: thin;
93
+ }
94
+ }
95
+ &_horizontal {
96
+ /* ^^^&& {
97
+ max-width: 80%;
98
+ } */
99
+ ^^^&__wrapper {
100
+ max-width: 100%;
101
+ overflow: auto;
102
+ scrollbar-width: thin;
103
+ }
104
+ }
105
+ }
106
+ }
107
+ }
@@ -1,9 +1,116 @@
1
- @import './css/radio.css';
2
- @import './css/radio_shape.css';
3
- @import './css/radio_checkmark_fill.css';
4
-
1
+ .radio {
2
+ display: grid;
3
+ grid-template-columns: auto 1fr;
4
+ grid-template-rows: auto auto;
5
+ column-gap: 4px;
6
+ &:hover {
7
+ ^&__state {
8
+ border-color: var(--radio-state-border-hover);
9
+ }
10
+ }
11
+ &__item {
12
+ min-width: 16px;
13
+ min-height: 16px;
14
+ font-size: 0;
15
+ line-height: 0;
16
+ margin: 2px 0 0 0;
17
+ position: relative;
18
+ display: flex;
19
+ align-self: start;
20
+ cursor: pointer;
21
+ grid-row-start: span 2;
22
+ ^&__input {
23
+ width: 100%;
24
+ height: 100%;
25
+ font-size: 0;
26
+ line-height: 0;
27
+ margin: 0;
28
+ border: 0;
29
+ position: absolute;
30
+ left: 0;
31
+ top: 0;
32
+ z-index: 3;
33
+ cursor: pointer;
34
+ appearance: none;
35
+ &:disabled + .radio__state {
36
+ border-color: transparent !important;
37
+ }
38
+ }
39
+ ^&__state {
40
+ display: flex;
41
+ flex: 1;
42
+ z-index: 1;
43
+ &_shape {
44
+ &_rounded {
45
+ border-radius: var(--radio-shape-rounded, 4px);
46
+ position: relative;
47
+ overflow: hidden;
48
+ }
49
+ &_circular {
50
+ border-radius: 50%;
51
+ position: relative;
52
+ overflow: hidden;
53
+ }
54
+ }
55
+ }
56
+ ^&__state-checkmark {
57
+ width: calc(100% - 6px);
58
+ height: calc(100% - 6px);
59
+ border-radius: 50%;
60
+ position: absolute;
61
+ display: none;
62
+ left: 50%;
63
+ top: 50%;
64
+ z-index: 2;
65
+ transform: translate(-50%, -50%);
66
+ }
67
+ }
68
+ }
69
+ .radio {
70
+ &_shape {
71
+ &_rounded {
72
+ ^^&__item {
73
+ border-radius: var(--radio-item-shape-rounded, 4px);
74
+ position: relative;
75
+ overflow: hidden;
76
+ }
77
+ }
78
+ &_circular {
79
+ ^^&__item {
80
+ border-radius: 50%;
81
+ position: relative;
82
+ overflow: hidden;
83
+ }
84
+ }
85
+ }
86
+ }
87
+ .radio {
88
+ &_checkmark {
89
+ &_fill {
90
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
91
+ &_$(type) {
92
+ &-item {
93
+ @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent,
94
+ disabled, hover {
95
+ &-$(color) {
96
+ & ^^^^^&__input {
97
+ &:checked {
98
+ & ~ ^^^^^^^&__state {
99
+ &-checkmark {
100
+ background: var(--color-$(type)-item-$(color));
101
+ display: block;
102
+ }
103
+ }
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
109
+ }
110
+ }
111
+ }
112
+ }
113
+ }
5
114
  :root {
6
115
  --radio-state-border-hover: var(--color-surface-border-tertiary);
7
116
  }
8
-
9
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1JhZGlvL1JhZGlvLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJSYWRpby5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9yYWRpby5jc3MnO1xuQGltcG9ydCAnLi9jc3MvcmFkaW9fc2hhcGUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL3JhZGlvX2NoZWNrbWFya19maWxsLmNzcyc7XG5cbjpyb290IHtcbiAgLS1yYWRpby1zdGF0ZS1ib3JkZXItaG92ZXI6IHZhcigtLWNvbG9yLXN1cmZhY2UtYm9yZGVyLXRlcnRpYXJ5KTtcbn1cbiJdfQ== */
@@ -1,15 +1,418 @@
1
- @import 'rc-slider/assets/index.css';
2
-
3
- @import './css/range-slider.css';
4
- @import './css/range-slider-rail-fill.css';
5
- @import './css/range-slider-track-fill.css';
6
-
7
- @import './css/range-slider-handle-fill.css';
8
- @import './css/range-slider-handle-fill-hover.css';
9
-
10
- @import './css/range-slider-handle-dragging-fill.css';
11
- @import './css/range-slider-handle-dragging-fill-hover.css';
12
-
13
- @import './css/range-slider_set_inputs.css';
14
-
15
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1JhbmdlU2xpZGVyL1JhbmdlU2xpZGVyLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJSYW5nZVNsaWRlci5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICdyYy1zbGlkZXIvYXNzZXRzL2luZGV4LmNzcyc7XG5cbkBpbXBvcnQgJy4vY3NzL3JhbmdlLXNsaWRlci5jc3MnO1xuQGltcG9ydCAnLi9jc3MvcmFuZ2Utc2xpZGVyLXJhaWwtZmlsbC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvcmFuZ2Utc2xpZGVyLXRyYWNrLWZpbGwuY3NzJztcblxuQGltcG9ydCAnLi9jc3MvcmFuZ2Utc2xpZGVyLWhhbmRsZS1maWxsLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9yYW5nZS1zbGlkZXItaGFuZGxlLWZpbGwtaG92ZXIuY3NzJztcblxuQGltcG9ydCAnLi9jc3MvcmFuZ2Utc2xpZGVyLWhhbmRsZS1kcmFnZ2luZy1maWxsLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9yYW5nZS1zbGlkZXItaGFuZGxlLWRyYWdnaW5nLWZpbGwtaG92ZXIuY3NzJztcblxuQGltcG9ydCAnLi9jc3MvcmFuZ2Utc2xpZGVyX3NldF9pbnB1dHMuY3NzJztcbiJdfQ== */
1
+ .rc-slider {
2
+ position: relative;
3
+ width: 100%;
4
+ height: 14px;
5
+ padding: 5px 0;
6
+ border-radius: 6px;
7
+ touch-action: none;
8
+ box-sizing: border-box;
9
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
10
+ }
11
+ .rc-slider * {
12
+ box-sizing: border-box;
13
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
14
+ }
15
+ .rc-slider-rail {
16
+ position: absolute;
17
+ width: 100%;
18
+ height: 4px;
19
+ background-color: #e9e9e9;
20
+ border-radius: 6px;
21
+ }
22
+ .rc-slider-track,
23
+ .rc-slider-tracks {
24
+ position: absolute;
25
+ height: 4px;
26
+ background-color: #abe2fb;
27
+ border-radius: 6px;
28
+ }
29
+ .rc-slider-track-draggable {
30
+ z-index: 1;
31
+ box-sizing: content-box;
32
+ background-clip: content-box;
33
+ border-top: 5px solid rgba(0, 0, 0, 0);
34
+ border-bottom: 5px solid rgba(0, 0, 0, 0);
35
+ transform: translateY(-5px);
36
+ }
37
+ .rc-slider-handle {
38
+ position: absolute;
39
+ z-index: 1;
40
+ width: 14px;
41
+ height: 14px;
42
+ margin-top: -5px;
43
+ background-color: #fff;
44
+ border: solid 2px #96dbfa;
45
+ border-radius: 50%;
46
+ cursor: pointer;
47
+ cursor: -webkit-grab;
48
+ cursor: grab;
49
+ opacity: 0.8;
50
+ user-select: none;
51
+ touch-action: pan-x;
52
+ }
53
+ .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
54
+ border-color: #57c5f7;
55
+ box-shadow: 0 0 0 5px #96dbfa;
56
+ }
57
+ .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete {
58
+ opacity: 0;
59
+ }
60
+ .rc-slider-handle:focus {
61
+ outline: none;
62
+ box-shadow: none;
63
+ }
64
+ .rc-slider-handle:focus-visible {
65
+ border-color: #2db7f5;
66
+ box-shadow: 0 0 0 3px #96dbfa;
67
+ }
68
+ .rc-slider-handle-click-focused:focus {
69
+ border-color: #96dbfa;
70
+ box-shadow: unset;
71
+ }
72
+ .rc-slider-handle:hover {
73
+ border-color: #57c5f7;
74
+ }
75
+ .rc-slider-handle:active {
76
+ border-color: #57c5f7;
77
+ box-shadow: 0 0 5px #57c5f7;
78
+ cursor: -webkit-grabbing;
79
+ cursor: grabbing;
80
+ }
81
+ .rc-slider-mark {
82
+ position: absolute;
83
+ top: 18px;
84
+ left: 0;
85
+ width: 100%;
86
+ font-size: 12px;
87
+ }
88
+ .rc-slider-mark-text {
89
+ position: absolute;
90
+ display: inline-block;
91
+ color: #999;
92
+ text-align: center;
93
+ vertical-align: middle;
94
+ cursor: pointer;
95
+ }
96
+ .rc-slider-mark-text-active {
97
+ color: #666;
98
+ }
99
+ .rc-slider-step {
100
+ position: absolute;
101
+ width: 100%;
102
+ height: 4px;
103
+ background: transparent;
104
+ }
105
+ .rc-slider-dot {
106
+ position: absolute;
107
+ bottom: -2px;
108
+ width: 8px;
109
+ height: 8px;
110
+ vertical-align: middle;
111
+ background-color: #fff;
112
+ border: 2px solid #e9e9e9;
113
+ border-radius: 50%;
114
+ cursor: pointer;
115
+ }
116
+ .rc-slider-dot-active {
117
+ border-color: #96dbfa;
118
+ }
119
+ .rc-slider-dot-reverse {
120
+ margin-right: -4px;
121
+ }
122
+ .rc-slider-disabled {
123
+ background-color: #e9e9e9;
124
+ }
125
+ .rc-slider-disabled .rc-slider-track {
126
+ background-color: #ccc;
127
+ }
128
+ .rc-slider-disabled .rc-slider-handle,
129
+ .rc-slider-disabled .rc-slider-dot {
130
+ background-color: #fff;
131
+ border-color: #ccc;
132
+ box-shadow: none;
133
+ cursor: not-allowed;
134
+ }
135
+ .rc-slider-disabled .rc-slider-mark-text,
136
+ .rc-slider-disabled .rc-slider-dot {
137
+ cursor: not-allowed !important;
138
+ }
139
+ .rc-slider-vertical {
140
+ width: 14px;
141
+ height: 100%;
142
+ padding: 0 5px;
143
+ }
144
+ .rc-slider-vertical .rc-slider-rail {
145
+ width: 4px;
146
+ height: 100%;
147
+ }
148
+ .rc-slider-vertical .rc-slider-track {
149
+ bottom: 0;
150
+ left: 5px;
151
+ width: 4px;
152
+ }
153
+ .rc-slider-vertical .rc-slider-track-draggable {
154
+ border-top: 0;
155
+ border-right: 5px solid rgba(0, 0, 0, 0);
156
+ border-bottom: 0;
157
+ border-left: 5px solid rgba(0, 0, 0, 0);
158
+ transform: translateX(-5px);
159
+ }
160
+ .rc-slider-vertical .rc-slider-handle {
161
+ position: absolute;
162
+ z-index: 1;
163
+ margin-top: 0;
164
+ margin-left: -5px;
165
+ touch-action: pan-y;
166
+ }
167
+ .rc-slider-vertical .rc-slider-mark {
168
+ top: 0;
169
+ left: 18px;
170
+ height: 100%;
171
+ }
172
+ .rc-slider-vertical .rc-slider-step {
173
+ width: 4px;
174
+ height: 100%;
175
+ }
176
+ .rc-slider-vertical .rc-slider-dot {
177
+ margin-left: -2px;
178
+ }
179
+ .rc-slider-tooltip-zoom-down-enter,
180
+ .rc-slider-tooltip-zoom-down-appear {
181
+ display: block !important;
182
+ animation-duration: 0.3s;
183
+ animation-fill-mode: both;
184
+ animation-play-state: paused;
185
+ }
186
+ .rc-slider-tooltip-zoom-down-leave {
187
+ display: block !important;
188
+ animation-duration: 0.3s;
189
+ animation-fill-mode: both;
190
+ animation-play-state: paused;
191
+ }
192
+ .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
193
+ .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
194
+ animation-name: rcSliderTooltipZoomDownIn;
195
+ animation-play-state: running;
196
+ }
197
+ .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
198
+ animation-name: rcSliderTooltipZoomDownOut;
199
+ animation-play-state: running;
200
+ }
201
+ .rc-slider-tooltip-zoom-down-enter,
202
+ .rc-slider-tooltip-zoom-down-appear {
203
+ transform: scale(0, 0);
204
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
205
+ }
206
+ .rc-slider-tooltip-zoom-down-leave {
207
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
208
+ }
209
+ @keyframes rcSliderTooltipZoomDownIn {
210
+ 0% {
211
+ transform: scale(0, 0);
212
+ transform-origin: 50% 100%;
213
+ opacity: 0;
214
+ }
215
+ 100% {
216
+ transform: scale(1, 1);
217
+ transform-origin: 50% 100%;
218
+ }
219
+ }
220
+ @keyframes rcSliderTooltipZoomDownOut {
221
+ 0% {
222
+ transform: scale(1, 1);
223
+ transform-origin: 50% 100%;
224
+ }
225
+ 100% {
226
+ transform: scale(0, 0);
227
+ transform-origin: 50% 100%;
228
+ opacity: 0;
229
+ }
230
+ }
231
+ .rc-slider-tooltip {
232
+ position: absolute;
233
+ top: -9999px;
234
+ left: -9999px;
235
+ visibility: visible;
236
+ box-sizing: border-box;
237
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
238
+ }
239
+ .rc-slider-tooltip * {
240
+ box-sizing: border-box;
241
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
242
+ }
243
+ .rc-slider-tooltip-hidden {
244
+ display: none;
245
+ }
246
+ .rc-slider-tooltip-placement-top {
247
+ padding: 4px 0 8px 0;
248
+ }
249
+ .rc-slider-tooltip-inner {
250
+ min-width: 24px;
251
+ height: 24px;
252
+ padding: 6px 2px;
253
+ color: #fff;
254
+ font-size: 12px;
255
+ line-height: 1;
256
+ text-align: center;
257
+ text-decoration: none;
258
+ background-color: #6c6c6c;
259
+ border-radius: 6px;
260
+ box-shadow: 0 0 4px #d9d9d9;
261
+ }
262
+ .rc-slider-tooltip-arrow {
263
+ position: absolute;
264
+ width: 0;
265
+ height: 0;
266
+ border-color: transparent;
267
+ border-style: solid;
268
+ }
269
+ .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
270
+ bottom: 4px;
271
+ left: 50%;
272
+ margin-left: -4px;
273
+ border-width: 4px 4px 0;
274
+ border-top-color: #6c6c6c;
275
+ }
276
+ .range-slider {
277
+ & .rc-slider {
278
+ min-width: 200px;
279
+ padding: 0;
280
+ height: 24px;
281
+ border-radius: 0;
282
+ &-rail {
283
+ border-radius: 10px;
284
+ top: 50%;
285
+ transform: translate(0, -50%);
286
+ }
287
+ &-track {
288
+ border-radius: 10px;
289
+ top: 50%;
290
+ transform: translate(0, -50%);
291
+ }
292
+ &-handle {
293
+ width: 24px;
294
+ height: 24px;
295
+ opacity: 1;
296
+ border: none;
297
+ margin: 0;
298
+ top: 0;
299
+ border-radius: 50%;
300
+ &-1 {
301
+ margin:0 0 0 12px;
302
+ }
303
+ &-2 {
304
+ margin: 0 0 0 -12px;
305
+ }
306
+ &-dragging {
307
+ border: none !important;
308
+ box-shadow: none !important;
309
+ }
310
+ }
311
+ }
312
+ }
313
+ .range-slider-rail-fill {
314
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
315
+ &_$(type) {
316
+ @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
317
+ &-$(color) {
318
+ & .rc-slider-rail {
319
+ background: var(--color-$(type)-$(color));
320
+ }
321
+ }
322
+ }
323
+ }
324
+ }
325
+ }
326
+ .range-slider-track-fill {
327
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
328
+ &_$(type) {
329
+ &-item {
330
+ @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
331
+ &-$(color) {
332
+ & .rc-slider-track {
333
+ background: var(--color-$(type)-item-$(color));
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ .range-slider-handle-fill {
342
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
343
+ &_$(type) {
344
+ &-item {
345
+ @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
346
+ &-$(color) {
347
+ & .rc-slider-handle {
348
+ background: var(--color-$(type)-item-$(color));
349
+ }
350
+ }
351
+ }
352
+ }
353
+ }
354
+ }
355
+ }
356
+ .range-slider-handle-fill-hover {
357
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
358
+ &_$(type) {
359
+ &-item {
360
+ @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
361
+ &-$(color) {
362
+ &-hover {
363
+ & .rc-slider-handle {
364
+ &:hover {
365
+ background: var(--color-$(type)-item-$(color)-hover);
366
+ }
367
+ }
368
+ }
369
+ }
370
+ }
371
+ }
372
+ }
373
+ }
374
+ }
375
+ .range-slider-handle-dragging-fill {
376
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
377
+ &_$(type) {
378
+ &-item {
379
+ @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
380
+ &-$(color) {
381
+ & .rc-slider-handle-dragging {
382
+ background: var(--color-$(type)-item-$(color));
383
+ }
384
+ }
385
+ }
386
+ }
387
+ }
388
+ }
389
+ }
390
+ .range-slider-handle-dragging-fill-hover {
391
+ @each $type in accent, primary, secondary, tertiary, surface, success, error {
392
+ &_$(type) {
393
+ &-item {
394
+ @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
395
+ &-$(color) {
396
+ &-hover {
397
+ & .rc-slider-handle-dragging {
398
+ background: var(--color-$(type)-item-$(color)-hover);
399
+ }
400
+ }
401
+ & .rc-slider-handle-dragging {
402
+ background: var(--color-$(type)-item-$(color));
403
+ }
404
+ }
405
+ }
406
+ }
407
+ }
408
+ }
409
+ }
410
+ .range-slider {
411
+ &_set {
412
+ &_inputs {
413
+ ^^&__after {
414
+ margin: 8px 0 16px 0;
415
+ }
416
+ }
417
+ }
418
+ }
@@ -1,4 +1,29 @@
1
- @import './css/response.css';
2
- @import './css/response_set_message.css';
3
-
4
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1Jlc3BvbnNlL1Jlc3BvbnNlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJSZXNwb25zZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9yZXNwb25zZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvcmVzcG9uc2Vfc2V0X21lc3NhZ2UuY3NzJztcbiJdfQ== */
1
+ .response {
2
+ display: flex;
3
+ flex-flow: column nowrap;
4
+ justify-content: center;
5
+ align-items: center;
6
+ gap: 32px;
7
+ &__desc {
8
+ display: flex;
9
+ flex-direction: column;
10
+ justify-content: center;
11
+ align-items: center;
12
+ gap: 16px;
13
+ }
14
+ &__button {
15
+ display: flex;
16
+ flex-direction: column;
17
+ justify-content: center;
18
+ align-items: center;
19
+ gap: 16px;
20
+ }
21
+ }
22
+ .response {
23
+ &_set {
24
+ &_message {
25
+ margin: 200px 0 0 0;
26
+ align-self: center;
27
+ }
28
+ }
29
+ }