@alfalab/core-components-select 18.2.0 → 18.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/components/arrow/index.css +4 -4
  2. package/components/arrow/index.module.css.js +1 -1
  3. package/components/base-checkmark/index.css +5 -5
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +16 -16
  6. package/components/base-option/index.module.css.js +1 -1
  7. package/components/base-option/index.module.css.js.map +1 -1
  8. package/components/base-select/index.css +11 -11
  9. package/components/base-select/index.module.css.js +1 -1
  10. package/components/base-select/mobile.css +11 -11
  11. package/components/base-select/mobile.module.css.js +1 -1
  12. package/components/checkmark/index.css +9 -9
  13. package/components/checkmark/index.module.css.js +1 -1
  14. package/components/checkmark-mobile/index.css +5 -5
  15. package/components/checkmark-mobile/index.module.css.js +1 -1
  16. package/components/clear-button/index.css +4 -4
  17. package/components/clear-button/index.module.css.js +1 -1
  18. package/components/field/index.css +13 -13
  19. package/components/field/index.module.css.js +1 -1
  20. package/components/footer/index.css +4 -4
  21. package/components/footer/index.module.css.js +1 -1
  22. package/components/optgroup/index.css +4 -4
  23. package/components/optgroup/index.module.css.js +1 -1
  24. package/components/option/desktop/index.css +19 -19
  25. package/components/option/desktop/index.module.css.js +1 -1
  26. package/components/option/mobile/index.css +16 -16
  27. package/components/option/mobile/index.module.css.js +1 -1
  28. package/components/options-list/index.css +9 -9
  29. package/components/options-list/index.module.css.js +1 -1
  30. package/components/search/index.css +1 -1
  31. package/components/search/index.module.css.js +1 -1
  32. package/components/virtual-options-list/index.css +13 -13
  33. package/components/virtual-options-list/index.module.css.js +1 -1
  34. package/esm/components/arrow/index.css +4 -4
  35. package/esm/components/arrow/index.module.css.js +1 -1
  36. package/esm/components/base-checkmark/index.css +5 -5
  37. package/esm/components/base-checkmark/index.module.css.js +1 -1
  38. package/esm/components/base-option/index.css +16 -16
  39. package/esm/components/base-option/index.module.css.js +1 -1
  40. package/esm/components/base-option/index.module.css.js.map +1 -1
  41. package/esm/components/base-select/index.css +11 -11
  42. package/esm/components/base-select/index.module.css.js +1 -1
  43. package/esm/components/base-select/mobile.css +11 -11
  44. package/esm/components/base-select/mobile.module.css.js +1 -1
  45. package/esm/components/checkmark/index.css +9 -9
  46. package/esm/components/checkmark/index.module.css.js +1 -1
  47. package/esm/components/checkmark-mobile/index.css +5 -5
  48. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  49. package/esm/components/clear-button/index.css +4 -4
  50. package/esm/components/clear-button/index.module.css.js +1 -1
  51. package/esm/components/field/index.css +13 -13
  52. package/esm/components/field/index.module.css.js +1 -1
  53. package/esm/components/footer/index.css +4 -4
  54. package/esm/components/footer/index.module.css.js +1 -1
  55. package/esm/components/optgroup/index.css +4 -4
  56. package/esm/components/optgroup/index.module.css.js +1 -1
  57. package/esm/components/option/desktop/index.css +19 -19
  58. package/esm/components/option/desktop/index.module.css.js +1 -1
  59. package/esm/components/option/mobile/index.css +16 -16
  60. package/esm/components/option/mobile/index.module.css.js +1 -1
  61. package/esm/components/options-list/index.css +9 -9
  62. package/esm/components/options-list/index.module.css.js +1 -1
  63. package/esm/components/search/index.css +1 -1
  64. package/esm/components/search/index.module.css.js +1 -1
  65. package/esm/components/virtual-options-list/index.css +13 -13
  66. package/esm/components/virtual-options-list/index.module.css.js +1 -1
  67. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  68. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  69. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  70. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  71. package/esm/presets/useSelectWithLoading/index.css +1 -1
  72. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  73. package/modern/components/arrow/index.css +4 -4
  74. package/modern/components/arrow/index.module.css.js +1 -1
  75. package/modern/components/base-checkmark/index.css +5 -5
  76. package/modern/components/base-checkmark/index.module.css.js +1 -1
  77. package/modern/components/base-option/index.css +16 -16
  78. package/modern/components/base-option/index.module.css.js +1 -1
  79. package/modern/components/base-option/index.module.css.js.map +1 -1
  80. package/modern/components/base-select/index.css +11 -11
  81. package/modern/components/base-select/index.module.css.js +1 -1
  82. package/modern/components/base-select/mobile.css +11 -11
  83. package/modern/components/base-select/mobile.module.css.js +1 -1
  84. package/modern/components/checkmark/index.css +9 -9
  85. package/modern/components/checkmark/index.module.css.js +1 -1
  86. package/modern/components/checkmark-mobile/index.css +5 -5
  87. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  88. package/modern/components/clear-button/index.css +4 -4
  89. package/modern/components/clear-button/index.module.css.js +1 -1
  90. package/modern/components/field/index.css +13 -13
  91. package/modern/components/field/index.module.css.js +1 -1
  92. package/modern/components/footer/index.css +4 -4
  93. package/modern/components/footer/index.module.css.js +1 -1
  94. package/modern/components/optgroup/index.css +4 -4
  95. package/modern/components/optgroup/index.module.css.js +1 -1
  96. package/modern/components/option/desktop/index.css +19 -19
  97. package/modern/components/option/desktop/index.module.css.js +1 -1
  98. package/modern/components/option/mobile/index.css +16 -16
  99. package/modern/components/option/mobile/index.module.css.js +1 -1
  100. package/modern/components/options-list/index.css +9 -9
  101. package/modern/components/options-list/index.module.css.js +1 -1
  102. package/modern/components/search/index.css +1 -1
  103. package/modern/components/search/index.module.css.js +1 -1
  104. package/modern/components/virtual-options-list/index.css +13 -13
  105. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  106. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  107. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  108. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  109. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  110. package/modern/presets/useSelectWithLoading/index.css +1 -1
  111. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  112. package/package.json +5 -5
  113. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  114. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  115. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  116. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  117. package/presets/useSelectWithLoading/index.css +1 -1
  118. package/presets/useSelectWithLoading/index.module.css.js +1 -1
@@ -35,7 +35,7 @@
35
35
  --select-option-hover-color: var(--color-light-text-primary);
36
36
  --select-option-active-color: var(--color-light-text-primary);
37
37
  --select-option-disabled-color: var(--color-light-text-secondary);
38
- } .select__option_yspqf {
38
+ } .select__option_1lh12 {
39
39
  font-size: 16px;
40
40
  line-height: 20px;
41
41
  font-weight: 400;
@@ -50,10 +50,10 @@
50
50
  box-sizing: border-box;
51
51
  position: relative;
52
52
  cursor: pointer;
53
- } .select__option_yspqf:not(.select__disabled_yspqf):active {
53
+ } .select__option_1lh12:not(.select__disabled_1lh12):active {
54
54
  background: var(--select-option-active-background);
55
55
  color: var(--select-option-active-color);
56
- } .select__option_yspqf:before {
56
+ } .select__option_1lh12:before {
57
57
  content: '';
58
58
  position: absolute;
59
59
  left: var(--select-option-left-padding);
@@ -63,40 +63,40 @@
63
63
  background: var(--select-option-divider-background);
64
64
  display: var(--select-option-divider-display);
65
65
  transition: opacity 0.2s ease;
66
- } .select__option_yspqf:first-child:before {
66
+ } .select__option_1lh12:first-child:before {
67
67
  display: none;
68
- } .select__size-48_yspqf {
68
+ } .select__size-48_1lh12 {
69
69
  min-height: var(--size-s-height);
70
- } .select__size-56_yspqf {
70
+ } .select__size-56_1lh12 {
71
71
  min-height: var(--size-m-height);
72
- } .select__size-64_yspqf {
72
+ } .select__size-64_1lh12 {
73
73
  min-height: var(--size-l-height);
74
- } .select__size-72_yspqf {
74
+ } .select__size-72_1lh12 {
75
75
  min-height: var(--size-xl-height);
76
76
  padding-left: var(--select-option-l-left-padding);
77
77
  padding-right: var(--select-option-l-right-padding);
78
- } .select__size-72_yspqf:before {
78
+ } .select__size-72_1lh12:before {
79
79
  left: var(--select-option-l-left-padding);
80
80
  right: var(--select-option-l-right-padding);
81
- } .select__selected_yspqf {
81
+ } .select__selected_1lh12 {
82
82
  background: var(--select-option-selected-background);
83
83
  color: var(--select-option-selected-color);
84
84
  cursor: default;
85
- } .select__highlighted_yspqf {
85
+ } .select__highlighted_1lh12 {
86
86
  background: var(--select-option-hover-background);
87
87
  color: var(--select-option-hover-color);
88
- } .select__highlighted_yspqf:before,
89
- .select__highlighted_yspqf + .select__option_yspqf:before {
88
+ } .select__highlighted_1lh12:before,
89
+ .select__highlighted_1lh12 + .select__option_1lh12:before {
90
90
  opacity: 0;
91
- } .select__disabled_yspqf {
91
+ } .select__disabled_1lh12 {
92
92
  cursor: var(--disabled-cursor);
93
93
  background: var(--select-option-disabled-background);
94
94
  color: var(--select-option-disabled-color);
95
- } .select__content_yspqf {
95
+ } .select__content_1lh12 {
96
96
  overflow: hidden;
97
97
  flex: 1;
98
98
  text-overflow: ellipsis;
99
- } .select__textContent_yspqf {
99
+ } .select__textContent_1lh12 {
100
100
  padding-top: var(--gap-12);
101
101
  padding-bottom: var(--gap-12);
102
102
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_yspqf","disabled":"select__disabled_yspqf","size-48":"select__size-48_yspqf","size-56":"select__size-56_yspqf","size-64":"select__size-64_yspqf","size-72":"select__size-72_yspqf","selected":"select__selected_yspqf","highlighted":"select__highlighted_yspqf","content":"select__content_yspqf","textContent":"select__textContent_yspqf"};
3
+ const styles = {"option":"select__option_1lh12","disabled":"select__disabled_1lh12","size-48":"select__size-48_1lh12","size-56":"select__size-56_1lh12","size-64":"select__size-64_1lh12","size-72":"select__size-72_1lh12","selected":"select__selected_1lh12","highlighted":"select__highlighted_1lh12","content":"select__content_1lh12","textContent":"select__textContent_1lh12"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -11,33 +11,33 @@
11
11
  --gap-24: var(--gap-xl);
12
12
  } :root {
13
13
  --select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
14
- } .select__optionsList_iuzul {
14
+ } .select__optionsList_1yjnk {
15
15
  width: 100%;
16
16
  outline: none;
17
17
  box-sizing: border-box;
18
18
  position: relative;
19
- } .select__optionsListHeader_iuzul {
19
+ } .select__optionsListHeader_1yjnk {
20
20
  box-sizing: border-box;
21
21
  border-bottom: 1px solid transparent;
22
22
  transition: border-color 0.2s ease;
23
- } .select__optionsListHeader_iuzul.select__headerHighlighted_iuzul {
23
+ } .select__optionsListHeader_1yjnk.select__headerHighlighted_1yjnk {
24
24
  border-bottom-color: var(--color-light-neutral-300);
25
- } .select__optionsListFooter_iuzul {
25
+ } .select__optionsListFooter_1yjnk {
26
26
  position: sticky;
27
27
  bottom: var(--gap-0);
28
28
  box-sizing: border-box;
29
29
  border-top: 1px solid transparent;
30
30
  transition: border-color 0.2s ease;
31
- } .select__optionsListFooter_iuzul.select__withBorder_iuzul {
31
+ } .select__optionsListFooter_1yjnk.select__withBorder_1yjnk {
32
32
  border-top-color: var(--color-light-neutral-300);
33
- } .select__scrollable_iuzul {
33
+ } .select__scrollable_1yjnk {
34
34
  overflow: auto;
35
35
  width: 100%;
36
- } .select__mask_iuzul {
36
+ } .select__mask_1yjnk {
37
37
  min-width: 4000px;
38
- } .select__emptyPlaceholder_iuzul {
38
+ } .select__emptyPlaceholder_1yjnk {
39
39
  padding: var(--gap-16) var(--gap-12);
40
40
  color: var(--select-options-list-empty-placeholder-color);
41
- } .select__size-72_iuzul .select__emptyPlaceholder_iuzul {
41
+ } .select__size-72_1yjnk .select__emptyPlaceholder_1yjnk {
42
42
  padding: var(--gap-24) var(--gap-16);
43
43
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"optionsList":"select__optionsList_iuzul","optionsListHeader":"select__optionsListHeader_iuzul","headerHighlighted":"select__headerHighlighted_iuzul","optionsListFooter":"select__optionsListFooter_iuzul","withBorder":"select__withBorder_iuzul","scrollable":"select__scrollable_iuzul","mask":"select__mask_iuzul","emptyPlaceholder":"select__emptyPlaceholder_iuzul","size-72":"select__size-72_iuzul"};
3
+ const styles = {"optionsList":"select__optionsList_1yjnk","optionsListHeader":"select__optionsListHeader_1yjnk","headerHighlighted":"select__headerHighlighted_1yjnk","optionsListFooter":"select__optionsListFooter_1yjnk","withBorder":"select__withBorder_1yjnk","scrollable":"select__scrollable_1yjnk","mask":"select__mask_1yjnk","emptyPlaceholder":"select__emptyPlaceholder_1yjnk","size-72":"select__size-72_1yjnk"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .select__component_eloa9.select__component_eloa9 {
1
+ .select__component_ytybv.select__component_ytybv {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"select__component_eloa9"};
3
+ const styles = {"component":"select__component_ytybv"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -17,35 +17,35 @@
17
17
 
18
18
  --select-option-left-padding: var(--gap-12);
19
19
  --select-option-right-padding: var(--gap-12);
20
- } .select__virtualOptionsList_mjh45 {
20
+ } .select__virtualOptionsList_etc4h {
21
21
  width: 100%;
22
22
  outline: none;
23
23
  box-sizing: border-box;
24
24
  position: sticky;
25
25
  justify-content: space-between;
26
- } .select__virtualOptionsListHeader_mjh45 {
26
+ } .select__virtualOptionsListHeader_etc4h {
27
27
  box-sizing: border-box;
28
28
  border-bottom: 1px solid var(--color-light-neutral-300);
29
- } .select__virtualOptionsListFooter_mjh45 {
29
+ } .select__virtualOptionsListFooter_etc4h {
30
30
  position: sticky;
31
31
  bottom: var(--gap-0);
32
32
  box-sizing: border-box;
33
33
  border-top: 1px solid transparent;
34
- } .select__virtualOptionsListFooter_mjh45.select__withBorder_mjh45 {
34
+ } .select__virtualOptionsListFooter_etc4h.select__withBorder_etc4h {
35
35
  border-top: 1px solid var(--color-light-neutral-300);
36
- } .select__scrollable_mjh45 {
36
+ } .select__scrollable_etc4h {
37
37
  position: relative;
38
38
  overflow: auto;
39
39
  width: 100%;
40
- } .select__inner_mjh45 {
40
+ } .select__inner_etc4h {
41
41
  position: relative;
42
42
  width: 100%;
43
- } .select__virtualRow_mjh45 {
43
+ } .select__virtualRow_etc4h {
44
44
  position: absolute;
45
45
  top: var(--gap-0);
46
46
  left: var(--gap-0);
47
47
  width: 100%;
48
- } .select__virtualRow_mjh45:before {
48
+ } .select__virtualRow_etc4h:before {
49
49
  content: '';
50
50
  position: absolute;
51
51
  z-index: 1;
@@ -55,15 +55,15 @@
55
55
  height: 1px;
56
56
  background: var(--select-option-divider-background);
57
57
  display: var(--select-option-divider-display);
58
- } .select__virtualRow_mjh45:first-child:before {
58
+ } .select__virtualRow_etc4h:first-child:before {
59
59
  display: none;
60
- } .select__highlighted_mjh45:before,
61
- .select__highlighted_mjh45 + .select__virtualRow_mjh45:before {
60
+ } .select__highlighted_etc4h:before,
61
+ .select__highlighted_etc4h + .select__virtualRow_etc4h:before {
62
62
  display: none;
63
- } .select__emptyPlaceholder_mjh45 {
63
+ } .select__emptyPlaceholder_etc4h {
64
64
  padding: var(--gap-16) var(--gap-12);
65
65
  color: var(--select-options-list-empty-placeholder-color);
66
66
  flex: 1;
67
- } .select__size-72_mjh45 .select__emptyPlaceholder_mjh45 {
67
+ } .select__size-72_etc4h .select__emptyPlaceholder_etc4h {
68
68
  padding: var(--gap-24) var(--gap-16);
69
69
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"virtualOptionsList":"select__virtualOptionsList_mjh45","virtualOptionsListHeader":"select__virtualOptionsListHeader_mjh45","virtualOptionsListFooter":"select__virtualOptionsListFooter_mjh45","withBorder":"select__withBorder_mjh45","scrollable":"select__scrollable_mjh45","inner":"select__inner_mjh45","virtualRow":"select__virtualRow_mjh45","highlighted":"select__highlighted_mjh45","emptyPlaceholder":"select__emptyPlaceholder_mjh45","size-72":"select__size-72_mjh45"};
3
+ const styles = {"virtualOptionsList":"select__virtualOptionsList_etc4h","virtualOptionsListHeader":"select__virtualOptionsListHeader_etc4h","virtualOptionsListFooter":"select__virtualOptionsListFooter_etc4h","withBorder":"select__withBorder_etc4h","scrollable":"select__scrollable_etc4h","inner":"select__inner_etc4h","virtualRow":"select__virtualRow_etc4h","highlighted":"select__highlighted_etc4h","emptyPlaceholder":"select__emptyPlaceholder_etc4h","size-72":"select__size-72_etc4h"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -9,12 +9,12 @@
9
9
  --gap-16: var(--gap-m);
10
10
  } :root {
11
11
  --select-option-list-footer-button-gap: var(--gap-8);
12
- } .select__footer_88c30 {
12
+ } .select__footer_i73c7 {
13
13
  background-color: var(--color-light-base-bg-primary);
14
14
  padding: var(--gap-12);
15
15
  outline: none;
16
- } .select__footer_88c30.select__size-72_88c30 {
16
+ } .select__footer_i73c7.select__size-72_i73c7 {
17
17
  padding: var(--gap-12) var(--gap-16);
18
- } .select__footer_88c30 > .select__button_88c30 + .select__button_88c30 {
18
+ } .select__footer_i73c7 > .select__button_i73c7 + .select__button_i73c7 {
19
19
  margin-left: var(--select-option-list-footer-button-gap);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"footer":"select__footer_88c30","size-72":"select__size-72_88c30","button":"select__button_88c30"};
3
+ const styles = {"footer":"select__footer_i73c7","size-72":"select__size-72_i73c7","button":"select__button_i73c7"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -5,10 +5,10 @@
5
5
  --gap-8: var(--gap-xs);
6
6
  --gap-12: var(--gap-s);
7
7
  --gap-16: var(--gap-m);
8
- } .select__desktop_gc1l7 {
8
+ } .select__desktop_1cngl {
9
9
  padding: var(--gap-12);
10
- } .select__desktop_gc1l7.select__size-72_gc1l7 {
10
+ } .select__desktop_1cngl.select__size-72_1cngl {
11
11
  padding-left: var(--gap-16);
12
- } .select__mobile_gc1l7 {
12
+ } .select__mobile_1cngl {
13
13
  padding: var(--gap-12) var(--gap-8);
14
14
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"desktop":"select__desktop_gc1l7","size-72":"select__size-72_gc1l7","mobile":"select__mobile_gc1l7"};
3
+ const styles = {"desktop":"select__desktop_1cngl","size-72":"select__size-72_1cngl","mobile":"select__mobile_1cngl"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .select__skeleton_ccn9f {
1
+ .select__skeleton_1s1ay {
2
2
  position: absolute;
3
3
  top: 50%;
4
4
  transform: translateY(-50%);
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"skeleton":"select__skeleton_ccn9f"};
3
+ const styles = {"skeleton":"select__skeleton_1s1ay"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-select",
3
- "version": "18.2.0",
3
+ "version": "18.2.1",
4
4
  "description": "Select component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -12,12 +12,12 @@
12
12
  "dependencies": {
13
13
  "@alfalab/core-components-badge": "^6.0.0",
14
14
  "@alfalab/core-components-base-modal": "^6.0.1",
15
- "@alfalab/core-components-bottom-sheet": "^7.0.2",
15
+ "@alfalab/core-components-bottom-sheet": "^7.1.0",
16
16
  "@alfalab/core-components-button": "^12.0.1",
17
17
  "@alfalab/core-components-checkbox": "^5.0.1",
18
18
  "@alfalab/core-components-form-control": "^13.0.1",
19
19
  "@alfalab/core-components-input": "^16.0.2",
20
- "@alfalab/core-components-modal": "^10.0.2",
20
+ "@alfalab/core-components-modal": "^10.0.3",
21
21
  "@alfalab/core-components-mq": "^5.0.1",
22
22
  "@alfalab/core-components-popover": "^7.1.0",
23
23
  "@alfalab/core-components-scrollbar": "^4.0.0",
@@ -43,6 +43,6 @@
43
43
  "access": "public",
44
44
  "directory": "dist"
45
45
  },
46
- "themesVersion": "14.1.2",
47
- "varsVersion": "10.1.0"
46
+ "themesVersion": "14.1.3",
47
+ "varsVersion": "10.1.1"
48
48
  }
@@ -9,12 +9,12 @@
9
9
  --gap-16: var(--gap-m);
10
10
  } :root {
11
11
  --select-option-list-footer-button-gap: var(--gap-8);
12
- } .select__footer_88c30 {
12
+ } .select__footer_i73c7 {
13
13
  background-color: var(--color-light-base-bg-primary);
14
14
  padding: var(--gap-12);
15
15
  outline: none;
16
- } .select__footer_88c30.select__size-72_88c30 {
16
+ } .select__footer_i73c7.select__size-72_i73c7 {
17
17
  padding: var(--gap-12) var(--gap-16);
18
- } .select__footer_88c30 > .select__button_88c30 + .select__button_88c30 {
18
+ } .select__footer_i73c7 > .select__button_i73c7 + .select__button_i73c7 {
19
19
  margin-left: var(--select-option-list-footer-button-gap);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"select__footer_88c30","size-72":"select__size-72_88c30","button":"select__button_88c30"};
5
+ var styles = {"footer":"select__footer_i73c7","size-72":"select__size-72_i73c7","button":"select__button_i73c7"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -5,10 +5,10 @@
5
5
  --gap-8: var(--gap-xs);
6
6
  --gap-12: var(--gap-s);
7
7
  --gap-16: var(--gap-m);
8
- } .select__desktop_gc1l7 {
8
+ } .select__desktop_1cngl {
9
9
  padding: var(--gap-12);
10
- } .select__desktop_gc1l7.select__size-72_gc1l7 {
10
+ } .select__desktop_1cngl.select__size-72_1cngl {
11
11
  padding-left: var(--gap-16);
12
- } .select__mobile_gc1l7 {
12
+ } .select__mobile_1cngl {
13
13
  padding: var(--gap-12) var(--gap-8);
14
14
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"desktop":"select__desktop_gc1l7","size-72":"select__size-72_gc1l7","mobile":"select__mobile_gc1l7"};
5
+ var styles = {"desktop":"select__desktop_1cngl","size-72":"select__size-72_1cngl","mobile":"select__mobile_1cngl"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .select__skeleton_ccn9f {
1
+ .select__skeleton_1s1ay {
2
2
  position: absolute;
3
3
  top: 50%;
4
4
  transform: translateY(-50%);
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"skeleton":"select__skeleton_ccn9f"};
5
+ var styles = {"skeleton":"select__skeleton_1s1ay"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map