@alfalab/core-components-tabs 7.3.15 → 7.3.16

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 (140) hide show
  1. package/Component-3885b0d7.d.ts +3 -2
  2. package/Component-3e68f8db.d.ts +2 -2
  3. package/Component-5e1b8383.d.ts +4 -0
  4. package/component-3885b0d7.d.ts +7 -188
  5. package/components/primary-tablist/Component.desktop.js +1 -1
  6. package/components/primary-tablist/Component.mobile.js +2 -2
  7. package/components/primary-tablist/Component.responsive.js +1 -1
  8. package/components/primary-tablist/index.css +29 -29
  9. package/components/primary-tablist/mobile.css +32 -32
  10. package/components/scrollable-container/Component.js +1 -1
  11. package/components/scrollable-container/index.css +5 -5
  12. package/components/secondary-tablist/Component.desktop.js +1 -1
  13. package/components/secondary-tablist/Component.mobile.js +2 -2
  14. package/components/secondary-tablist/Component.responsive.js +1 -1
  15. package/components/secondary-tablist/index.css +11 -11
  16. package/components/secondary-tablist/mobile.css +13 -13
  17. package/components/tab/Component.js +1 -1
  18. package/components/tab/index.css +3 -3
  19. package/components/tabs/Component.desktop.js +2 -2
  20. package/components/tabs/Component.mobile.js +2 -2
  21. package/components/tabs/Component.responsive.js +2 -2
  22. package/cssm/Component-3885b0d7.d.ts +3 -2
  23. package/cssm/Component-3e68f8db.d.ts +2 -2
  24. package/cssm/Component-5e1b8383.d.ts +4 -0
  25. package/cssm/component-3885b0d7.d.ts +7 -188
  26. package/{hook-edac5428.d.ts → cssm/hook-3e68f8db.d.ts} +12 -6
  27. package/cssm/index-3e68f8db.d.ts +6 -5
  28. package/cssm/index-ebda875c.d.ts +35 -1
  29. package/cssm/index-f12ee135.d.ts +3 -0
  30. package/cssm/types-24527f54.d.ts +218 -0
  31. package/cssm/types-ebda875c.d.ts +1 -1
  32. package/cssm/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
  33. package/cssm/{utils-f9462675.d.ts → utils-5e1b8383.d.ts} +1 -1
  34. package/cssm/utils-b64479aa.d.ts +8 -0
  35. package/desktop.js +2 -2
  36. package/esm/Component-3885b0d7.d.ts +3 -2
  37. package/esm/Component-3e68f8db.d.ts +2 -2
  38. package/esm/Component-5e1b8383.d.ts +4 -0
  39. package/esm/component-3885b0d7.d.ts +7 -188
  40. package/esm/components/primary-tablist/Component.desktop.js +1 -1
  41. package/esm/components/primary-tablist/Component.mobile.js +2 -2
  42. package/esm/components/primary-tablist/Component.responsive.js +1 -1
  43. package/esm/components/primary-tablist/index.css +29 -29
  44. package/esm/components/primary-tablist/mobile.css +32 -32
  45. package/esm/components/scrollable-container/Component.js +1 -1
  46. package/esm/components/scrollable-container/index.css +5 -5
  47. package/esm/components/secondary-tablist/Component.desktop.js +1 -1
  48. package/esm/components/secondary-tablist/Component.mobile.js +2 -2
  49. package/esm/components/secondary-tablist/Component.responsive.js +1 -1
  50. package/esm/components/secondary-tablist/index.css +11 -11
  51. package/esm/components/secondary-tablist/mobile.css +13 -13
  52. package/esm/components/tab/Component.js +1 -1
  53. package/esm/components/tab/index.css +3 -3
  54. package/esm/components/tabs/Component.desktop.js +2 -2
  55. package/esm/components/tabs/Component.mobile.js +2 -2
  56. package/esm/components/tabs/Component.responsive.js +2 -2
  57. package/esm/desktop.js +2 -2
  58. package/esm/{hook-edac5428.d.ts → hook-3e68f8db.d.ts} +12 -6
  59. package/esm/index-3e68f8db.d.ts +6 -5
  60. package/esm/index-ebda875c.d.ts +35 -1
  61. package/esm/index-f12ee135.d.ts +3 -0
  62. package/esm/index.js +2 -2
  63. package/esm/index.module-6a12ad86.js +4 -0
  64. package/esm/index.module-75d5a536.js +4 -0
  65. package/esm/mobile.js +2 -2
  66. package/esm/responsive.js +2 -2
  67. package/esm/types-24527f54.d.ts +218 -0
  68. package/esm/types-ebda875c.d.ts +1 -1
  69. package/esm/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
  70. package/{modern/utils-f9462675.d.ts → esm/utils-5e1b8383.d.ts} +1 -1
  71. package/esm/utils-b64479aa.d.ts +8 -0
  72. package/{cssm/hook-edac5428.d.ts → hook-3e68f8db.d.ts} +12 -6
  73. package/index-3e68f8db.d.ts +6 -5
  74. package/index-ebda875c.d.ts +35 -1
  75. package/index-f12ee135.d.ts +3 -0
  76. package/index.js +2 -2
  77. package/index.module-530fdcfb.js +6 -0
  78. package/index.module-7c12577e.js +6 -0
  79. package/mobile.js +2 -2
  80. package/modern/Component-3885b0d7.d.ts +3 -2
  81. package/modern/Component-3e68f8db.d.ts +2 -2
  82. package/modern/Component-5e1b8383.d.ts +4 -0
  83. package/modern/component-3885b0d7.d.ts +7 -188
  84. package/modern/components/primary-tablist/Component.desktop.js +1 -1
  85. package/modern/components/primary-tablist/Component.mobile.js +2 -2
  86. package/modern/components/primary-tablist/Component.responsive.js +1 -1
  87. package/modern/components/primary-tablist/index.css +29 -29
  88. package/modern/components/primary-tablist/mobile.css +32 -32
  89. package/modern/components/scrollable-container/Component.js +1 -1
  90. package/modern/components/scrollable-container/index.css +5 -5
  91. package/modern/components/secondary-tablist/Component.desktop.js +1 -1
  92. package/modern/components/secondary-tablist/Component.mobile.js +2 -2
  93. package/modern/components/secondary-tablist/Component.responsive.js +1 -1
  94. package/modern/components/secondary-tablist/index.css +11 -11
  95. package/modern/components/secondary-tablist/mobile.css +13 -13
  96. package/modern/components/tab/Component.js +1 -1
  97. package/modern/components/tab/index.css +3 -3
  98. package/modern/components/tabs/Component.desktop.js +2 -2
  99. package/modern/components/tabs/Component.mobile.js +2 -2
  100. package/modern/components/tabs/Component.responsive.js +2 -2
  101. package/modern/desktop.js +2 -2
  102. package/modern/{hook-edac5428.d.ts → hook-3e68f8db.d.ts} +12 -6
  103. package/modern/index-3e68f8db.d.ts +6 -5
  104. package/modern/index-ebda875c.d.ts +35 -1
  105. package/modern/index-f12ee135.d.ts +3 -0
  106. package/modern/index.js +2 -2
  107. package/modern/index.module-07bd96a9.js +4 -0
  108. package/modern/index.module-878a9975.js +4 -0
  109. package/modern/mobile.js +2 -2
  110. package/modern/responsive.js +2 -2
  111. package/modern/types-24527f54.d.ts +218 -0
  112. package/modern/types-ebda875c.d.ts +1 -1
  113. package/modern/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
  114. package/{utils-f9462675.d.ts → modern/utils-5e1b8383.d.ts} +1 -1
  115. package/modern/utils-b64479aa.d.ts +8 -0
  116. package/package.json +2 -2
  117. package/responsive.js +2 -2
  118. package/types-24527f54.d.ts +218 -0
  119. package/types-ebda875c.d.ts +1 -1
  120. package/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
  121. package/{esm/utils-f9462675.d.ts → utils-5e1b8383.d.ts} +1 -1
  122. package/utils-b64479aa.d.ts +8 -0
  123. package/Component-f9462675.d.ts +0 -5
  124. package/cssm/Component-f9462675.d.ts +0 -5
  125. package/cssm/index-48646db0.d.ts +0 -2
  126. package/cssm/index-7ca84eff.d.ts +0 -1
  127. package/esm/Component-f9462675.d.ts +0 -5
  128. package/esm/index-48646db0.d.ts +0 -2
  129. package/esm/index-7ca84eff.d.ts +0 -1
  130. package/esm/index.module-05e34160.js +0 -4
  131. package/esm/index.module-5e4e1525.js +0 -4
  132. package/index-48646db0.d.ts +0 -2
  133. package/index-7ca84eff.d.ts +0 -1
  134. package/index.module-bb5c409c.js +0 -6
  135. package/index.module-be7bd8e7.js +0 -6
  136. package/modern/Component-f9462675.d.ts +0 -5
  137. package/modern/index-48646db0.d.ts +0 -2
  138. package/modern/index-7ca84eff.d.ts +0 -1
  139. package/modern/index.module-d02a2eee.js +0 -4
  140. package/modern/index.module-e296336f.js +0 -4
@@ -1,4 +1,4 @@
1
- /* hash: 1ybz0 */
1
+ /* hash: 3y2c6 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-accent: #ef3124;
@@ -83,11 +83,11 @@
83
83
  /* size l */
84
84
 
85
85
  /* size xl */
86
- } .tabs__component_1e7yx {
86
+ } .tabs__component_1js6z {
87
87
  position: relative;
88
88
  display: inline-flex;
89
89
  min-width: 100%
90
- } .tabs__component_1e7yx:before {
90
+ } .tabs__component_1js6z:before {
91
91
  content: '';
92
92
  display: block;
93
93
  position: absolute;
@@ -95,17 +95,17 @@
95
95
  height: 1px;
96
96
  width: 100%;
97
97
  background-color: var(--primary-tablist-bottom-border-color);
98
- } .tabs__fullWidthScroll_1e7yx {
98
+ } .tabs__fullWidthScroll_1js6z {
99
99
  min-width: calc(100% - 2 * var(--gap-m));
100
100
  margin: 0 var(--gap-m);
101
- } .tabs__container_1e7yx {
101
+ } .tabs__container_1js6z {
102
102
  position: relative;
103
103
  overflow: hidden;
104
104
 
105
105
  /* focus-outline fix */
106
106
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
107
107
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
108
- } .tabs__title_1e7yx {
108
+ } .tabs__title_1js6z {
109
109
  display: flex;
110
110
  align-items: center;
111
111
  height: 100%;
@@ -122,76 +122,76 @@
122
122
  user-select: none;
123
123
  cursor: pointer;
124
124
  outline: none
125
- } .tabs__title_1e7yx:not(.tabs__disabled_1e7yx):hover {
125
+ } .tabs__title_1js6z:not(.tabs__disabled_1js6z):hover {
126
126
  color: var(--primary-tablist-hover-color);
127
- } .tabs__focused_1e7yx {
127
+ } .tabs__focused_1js6z {
128
128
  outline: 2px solid var(--focus-color);
129
129
  outline-offset: 2px;
130
- } .tabs__collapsed_1e7yx {
130
+ } .tabs__collapsed_1js6z {
131
131
  order: 99;
132
132
  visibility: collapse;
133
- } .tabs__selected_1e7yx {
133
+ } .tabs__selected_1js6z {
134
134
  cursor: default;
135
135
  color: var(--primary-tablist-selected-color);
136
- } .tabs__disabled_1e7yx {
136
+ } .tabs__disabled_1js6z {
137
137
  cursor: var(--disabled-cursor);
138
138
  color: var(--primary-tablist-disabled-color);
139
- } .tabs__line_1e7yx {
139
+ } .tabs__line_1js6z {
140
140
  position: absolute;
141
141
  height: 3px;
142
142
  bottom: 0;
143
143
  left: 0;
144
144
  background-color: var(--primary-tablist-line-color);
145
145
  transition: transform 0.2s ease, width 0.2s ease;
146
- } /* sizes */ .tabs__s_1e7yx .tabs__title_1e7yx, .tabs__xs_1e7yx .tabs__title_1e7yx, .tabs__xxs_1e7yx .tabs__title_1e7yx {
146
+ } /* sizes */ .tabs__s_1js6z .tabs__title_1js6z, .tabs__xs_1js6z .tabs__title_1js6z, .tabs__xxs_1js6z .tabs__title_1js6z {
147
147
  padding: var(--primary-tablist-s-padding);
148
148
  font-size: var(--primary-tablist-s-font-size);
149
149
  font-weight: var(--primary-tablist-s-font-weight);
150
150
  font-family: var(--primary-tablist-s-font-family);
151
151
  line-height: 24px;
152
- } .tabs__s_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx, .tabs__xs_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx, .tabs__xxs_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx {
152
+ } .tabs__s_1js6z .tabs__title_1js6z + .tabs__title_1js6z, .tabs__xs_1js6z .tabs__title_1js6z + .tabs__title_1js6z, .tabs__xxs_1js6z .tabs__title_1js6z + .tabs__title_1js6z {
153
153
  margin-left: var(--primary-tablist-s-gaps);
154
- } .tabs__s_1e7yx .tabs__pickerWrapper_1e7yx, .tabs__xs_1e7yx .tabs__pickerWrapper_1e7yx, .tabs__xxs_1e7yx .tabs__pickerWrapper_1e7yx {
154
+ } .tabs__s_1js6z .tabs__pickerWrapper_1js6z, .tabs__xs_1js6z .tabs__pickerWrapper_1js6z, .tabs__xxs_1js6z .tabs__pickerWrapper_1js6z {
155
155
  margin-left: var(--primary-tablist-s-gaps);
156
- } .tabs__s_1e7yx .tabs__option_1e7yx, .tabs__xs_1e7yx .tabs__option_1e7yx, .tabs__xxs_1e7yx .tabs__option_1e7yx {
156
+ } .tabs__s_1js6z .tabs__option_1js6z, .tabs__xs_1js6z .tabs__option_1js6z, .tabs__xxs_1js6z .tabs__option_1js6z {
157
157
  padding: 0;
158
- } .tabs__m_1e7yx .tabs__title_1e7yx {
158
+ } .tabs__m_1js6z .tabs__title_1js6z {
159
159
  padding: var(--primary-tablist-m-padding);
160
160
  font-size: var(--primary-tablist-m-font-size);
161
161
  font-weight: var(--primary-tablist-m-font-weight);
162
162
  font-family: var(--primary-tablist-m-font-family);
163
163
  line-height: 24px;
164
- } .tabs__m_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx {
164
+ } .tabs__m_1js6z .tabs__title_1js6z + .tabs__title_1js6z {
165
165
  margin-left: var(--primary-tablist-m-gaps);
166
- } .tabs__m_1e7yx .tabs__pickerWrapper_1e7yx {
166
+ } .tabs__m_1js6z .tabs__pickerWrapper_1js6z {
167
167
  margin-left: var(--primary-tablist-m-gaps);
168
- } .tabs__m_1e7yx .tabs__option_1e7yx {
168
+ } .tabs__m_1js6z .tabs__option_1js6z {
169
169
  padding: 0;
170
- } .tabs__l_1e7yx .tabs__title_1e7yx {
170
+ } .tabs__l_1js6z .tabs__title_1js6z {
171
171
  padding: var(--primary-tablist-l-padding);
172
172
  font-size: var(--primary-tablist-l-font-size);
173
173
  font-weight: var(--primary-tablist-l-font-weight);
174
174
  font-family: var(--primary-tablist-l-font-family);
175
175
  line-height: 24px;
176
- } .tabs__l_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx {
176
+ } .tabs__l_1js6z .tabs__title_1js6z + .tabs__title_1js6z {
177
177
  margin-left: var(--primary-tablist-l-gaps);
178
- } .tabs__l_1e7yx .tabs__pickerWrapper_1e7yx {
178
+ } .tabs__l_1js6z .tabs__pickerWrapper_1js6z {
179
179
  margin-left: var(--primary-tablist-l-gaps);
180
- } .tabs__l_1e7yx .tabs__option_1e7yx {
180
+ } .tabs__l_1js6z .tabs__option_1js6z {
181
181
  padding: 0;
182
- } .tabs__xl_1e7yx .tabs__title_1e7yx {
182
+ } .tabs__xl_1js6z .tabs__title_1js6z {
183
183
  padding: var(--primary-tablist-xl-padding);
184
184
  font-size: var(--primary-tablist-xl-font-size);
185
185
  font-weight: var(--primary-tablist-xl-font-weight);
186
186
  font-family: var(--primary-tablist-xl-font-family);
187
187
  line-height: 32px;
188
- } .tabs__xl_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx {
188
+ } .tabs__xl_1js6z .tabs__title_1js6z + .tabs__title_1js6z {
189
189
  margin-left: var(--primary-tablist-xl-gaps);
190
- } .tabs__xl_1e7yx .tabs__pickerWrapper_1e7yx {
190
+ } .tabs__xl_1js6z .tabs__pickerWrapper_1js6z {
191
191
  margin-left: var(--primary-tablist-xl-gaps);
192
- } .tabs__xl_1e7yx .tabs__option_1e7yx {
192
+ } .tabs__xl_1js6z .tabs__option_1js6z {
193
193
  padding: 0;
194
- } .tabs__rightAddons_1e7yx {
194
+ } .tabs__rightAddons_1js6z {
195
195
  display: flex;
196
196
  justify-content: center;
197
197
  align-items: center;
@@ -1,4 +1,4 @@
1
- /* hash: 1w5fc */
1
+ /* hash: 3uchs */
2
2
  :root {
3
3
  }/* deprecated */:root {
4
4
  --color-light-border-accent: #ef3124;
@@ -90,11 +90,11 @@
90
90
  /* size l */
91
91
 
92
92
  /* size xl */
93
- }.tabs__component_1e7yx {
93
+ }.tabs__component_1js6z {
94
94
  position: relative;
95
95
  display: inline-flex;
96
96
  min-width: 100%
97
- }.tabs__component_1e7yx:before {
97
+ }.tabs__component_1js6z:before {
98
98
  content: '';
99
99
  display: block;
100
100
  position: absolute;
@@ -102,17 +102,17 @@
102
102
  height: 1px;
103
103
  width: 100%;
104
104
  background-color: var(--primary-tablist-bottom-border-color);
105
- }.tabs__fullWidthScroll_1e7yx {
105
+ }.tabs__fullWidthScroll_1js6z {
106
106
  min-width: calc(100% - 2 * var(--gap-m));
107
107
  margin: 0 var(--gap-m);
108
- }.tabs__container_1e7yx {
108
+ }.tabs__container_1js6z {
109
109
  position: relative;
110
110
  overflow: hidden;
111
111
 
112
112
  /* focus-outline fix */
113
113
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
114
114
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
115
- }.tabs__title_1e7yx {
115
+ }.tabs__title_1js6z {
116
116
  display: flex;
117
117
  align-items: center;
118
118
  height: 100%;
@@ -129,76 +129,76 @@
129
129
  user-select: none;
130
130
  cursor: pointer;
131
131
  outline: none
132
- }.tabs__title_1e7yx:not(.tabs__disabled_1e7yx):hover {
132
+ }.tabs__title_1js6z:not(.tabs__disabled_1js6z):hover {
133
133
  color: var(--primary-tablist-hover-color);
134
- }.tabs__focused_1e7yx {
134
+ }.tabs__focused_1js6z {
135
135
  outline: 2px solid var(--focus-color);
136
136
  outline-offset: 2px;
137
- }.tabs__collapsed_1e7yx {
137
+ }.tabs__collapsed_1js6z {
138
138
  order: 99;
139
139
  visibility: collapse;
140
- }.tabs__selected_1e7yx {
140
+ }.tabs__selected_1js6z {
141
141
  cursor: default;
142
142
  color: var(--primary-tablist-selected-color);
143
- }.tabs__disabled_1e7yx {
143
+ }.tabs__disabled_1js6z {
144
144
  cursor: var(--disabled-cursor);
145
145
  color: var(--primary-tablist-disabled-color);
146
- }.tabs__line_1e7yx {
146
+ }.tabs__line_1js6z {
147
147
  position: absolute;
148
148
  height: 3px;
149
149
  bottom: 0;
150
150
  left: 0;
151
151
  background-color: var(--primary-tablist-line-color);
152
152
  transition: transform 0.2s ease, width 0.2s ease;
153
- }/* sizes */.tabs__s_1e7yx .tabs__title_1e7yx, .tabs__xs_1e7yx .tabs__title_1e7yx, .tabs__xxs_1e7yx .tabs__title_1e7yx {
153
+ }/* sizes */.tabs__s_1js6z .tabs__title_1js6z, .tabs__xs_1js6z .tabs__title_1js6z, .tabs__xxs_1js6z .tabs__title_1js6z {
154
154
  padding: var(--primary-tablist-s-padding);
155
155
  font-size: var(--primary-tablist-s-font-size);
156
156
  font-weight: var(--primary-tablist-s-font-weight);
157
157
  font-family: var(--primary-tablist-s-font-family);
158
158
  line-height: 24px;
159
- }.tabs__s_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx, .tabs__xs_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx, .tabs__xxs_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx {
159
+ }.tabs__s_1js6z .tabs__title_1js6z + .tabs__title_1js6z, .tabs__xs_1js6z .tabs__title_1js6z + .tabs__title_1js6z, .tabs__xxs_1js6z .tabs__title_1js6z + .tabs__title_1js6z {
160
160
  margin-left: var(--primary-tablist-s-gaps);
161
- }.tabs__s_1e7yx .tabs__pickerWrapper_1e7yx, .tabs__xs_1e7yx .tabs__pickerWrapper_1e7yx, .tabs__xxs_1e7yx .tabs__pickerWrapper_1e7yx {
161
+ }.tabs__s_1js6z .tabs__pickerWrapper_1js6z, .tabs__xs_1js6z .tabs__pickerWrapper_1js6z, .tabs__xxs_1js6z .tabs__pickerWrapper_1js6z {
162
162
  margin-left: var(--primary-tablist-s-gaps);
163
- }.tabs__s_1e7yx .tabs__option_1e7yx, .tabs__xs_1e7yx .tabs__option_1e7yx, .tabs__xxs_1e7yx .tabs__option_1e7yx {
163
+ }.tabs__s_1js6z .tabs__option_1js6z, .tabs__xs_1js6z .tabs__option_1js6z, .tabs__xxs_1js6z .tabs__option_1js6z {
164
164
  padding: 0;
165
- }.tabs__m_1e7yx .tabs__title_1e7yx {
165
+ }.tabs__m_1js6z .tabs__title_1js6z {
166
166
  padding: var(--primary-tablist-m-padding);
167
167
  font-size: var(--primary-tablist-m-font-size);
168
168
  font-weight: var(--primary-tablist-m-font-weight);
169
169
  font-family: var(--primary-tablist-m-font-family);
170
170
  line-height: 24px;
171
- }.tabs__m_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx {
171
+ }.tabs__m_1js6z .tabs__title_1js6z + .tabs__title_1js6z {
172
172
  margin-left: var(--primary-tablist-m-gaps);
173
- }.tabs__m_1e7yx .tabs__pickerWrapper_1e7yx {
173
+ }.tabs__m_1js6z .tabs__pickerWrapper_1js6z {
174
174
  margin-left: var(--primary-tablist-m-gaps);
175
- }.tabs__m_1e7yx .tabs__option_1e7yx {
175
+ }.tabs__m_1js6z .tabs__option_1js6z {
176
176
  padding: 0;
177
- }.tabs__l_1e7yx .tabs__title_1e7yx {
177
+ }.tabs__l_1js6z .tabs__title_1js6z {
178
178
  padding: var(--primary-tablist-l-padding);
179
179
  font-size: var(--primary-tablist-l-font-size);
180
180
  font-weight: var(--primary-tablist-l-font-weight);
181
181
  font-family: var(--primary-tablist-l-font-family);
182
182
  line-height: 24px;
183
- }.tabs__l_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx {
183
+ }.tabs__l_1js6z .tabs__title_1js6z + .tabs__title_1js6z {
184
184
  margin-left: var(--primary-tablist-l-gaps);
185
- }.tabs__l_1e7yx .tabs__pickerWrapper_1e7yx {
185
+ }.tabs__l_1js6z .tabs__pickerWrapper_1js6z {
186
186
  margin-left: var(--primary-tablist-l-gaps);
187
- }.tabs__l_1e7yx .tabs__option_1e7yx {
187
+ }.tabs__l_1js6z .tabs__option_1js6z {
188
188
  padding: 0;
189
- }.tabs__xl_1e7yx .tabs__title_1e7yx {
189
+ }.tabs__xl_1js6z .tabs__title_1js6z {
190
190
  padding: var(--primary-tablist-xl-padding);
191
191
  font-size: var(--primary-tablist-xl-font-size);
192
192
  font-weight: var(--primary-tablist-xl-font-weight);
193
193
  font-family: var(--primary-tablist-xl-font-family);
194
194
  line-height: 32px;
195
- }.tabs__xl_1e7yx .tabs__title_1e7yx + .tabs__title_1e7yx {
195
+ }.tabs__xl_1js6z .tabs__title_1js6z + .tabs__title_1js6z {
196
196
  margin-left: var(--primary-tablist-xl-gaps);
197
- }.tabs__xl_1e7yx .tabs__pickerWrapper_1e7yx {
197
+ }.tabs__xl_1js6z .tabs__pickerWrapper_1js6z {
198
198
  margin-left: var(--primary-tablist-xl-gaps);
199
- }.tabs__xl_1e7yx .tabs__option_1e7yx {
199
+ }.tabs__xl_1js6z .tabs__option_1js6z {
200
200
  padding: 0;
201
- }.tabs__rightAddons_1e7yx {
201
+ }.tabs__rightAddons_1js6z {
202
202
  display: flex;
203
203
  justify-content: center;
204
204
  align-items: center;
@@ -1088,13 +1088,13 @@
1088
1088
 
1089
1089
  /* size xl */
1090
1090
  --secondary-tablist-xl-gaps: var(--gap-m);
1091
- } .tabs__title_l1arv {
1092
- } .tabs__mobile_l1arv .tabs__title_l1arv {
1091
+ } .tabs__title_1dhj3 {
1092
+ } .tabs__mobile_1dhj3 .tabs__title_1dhj3 {
1093
1093
  padding: var(--primary-tablist-mobile-padding);
1094
1094
  font-size: var(--primary-tablist-mobile-font-size);
1095
1095
  font-weight: var(--primary-tablist-mobile-font-weight);
1096
1096
  font-family: var(--primary-tablist-mobile-font-family);
1097
1097
  line-height: var(--primary-tablist-mobile-line-height)
1098
- } .tabs__mobile_l1arv .tabs__title_l1arv + .tabs__title_l1arv {
1098
+ } .tabs__mobile_1dhj3 .tabs__title_1dhj3 + .tabs__title_1dhj3 {
1099
1099
  margin-left: var(--primary-tablist-mobile-gaps);
1100
1100
  }
@@ -2,7 +2,7 @@ import React, { useEffect } from 'react';
2
2
  import cn from 'classnames';
3
3
  import computeScrollIntoView from 'compute-scroll-into-view';
4
4
 
5
- var styles = {"container":"tabs__container_1a59t","fullWidthScroll":"tabs__fullWidthScroll_1a59t"};
5
+ var styles = {"container":"tabs__container_101i3","fullWidthScroll":"tabs__fullWidthScroll_101i3"};
6
6
  require('./index.css')
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- /* hash: ayzl1 */
1
+ /* hash: 6bs6x */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -42,7 +42,7 @@
42
42
  /* size l */
43
43
 
44
44
  /* size xl */
45
- } .tabs__container_1a59t {
45
+ } .tabs__container_101i3 {
46
46
  position: relative;
47
47
  overflow-x: auto;
48
48
  overflow-y: hidden;
@@ -52,10 +52,10 @@
52
52
  /* focus-outline fix */
53
53
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
54
54
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs)
55
- } .tabs__container_1a59t::-webkit-scrollbar {
55
+ } .tabs__container_101i3::-webkit-scrollbar {
56
56
  display: none;
57
- } .tabs__container_1a59t > * {
57
+ } .tabs__container_101i3 > * {
58
58
  flex-shrink: 0;
59
- } .tabs__fullWidthScroll_1a59t {
59
+ } .tabs__fullWidthScroll_101i3 {
60
60
  margin: 0 var(--gap-m-neg);
61
61
  }
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { SecondaryTabList } from './Component.js';
4
- import { c as commonStyles } from '../../index.module-5e4e1525.js';
4
+ import { c as commonStyles } from '../../index.module-75d5a536.js';
5
5
  import 'classnames';
6
6
  import '@alfalab/core-components-tag/esm';
7
7
  import '../../hooks/use-tabs.js';
@@ -2,13 +2,13 @@ import { __assign, __rest } from 'tslib';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import { SecondaryTabList } from './Component.js';
5
- import { c as commonStyles } from '../../index.module-5e4e1525.js';
5
+ import { c as commonStyles } from '../../index.module-75d5a536.js';
6
6
  import '@alfalab/core-components-tag/esm';
7
7
  import '../../hooks/use-tabs.js';
8
8
  import '../scrollable-container/Component.js';
9
9
  import 'compute-scroll-into-view';
10
10
 
11
- var mobileStyles = {"title":"tabs__title_1przt tabs__title_1v03b","mobile":"tabs__mobile_1przt"};
11
+ var mobileStyles = {"title":"tabs__title_1d52w tabs__title_of7lb","mobile":"tabs__mobile_1d52w"};
12
12
  require('./mobile.css')
13
13
 
14
14
  var styles = __assign(__assign({}, commonStyles), mobileStyles);
@@ -9,7 +9,7 @@ import '@alfalab/core-components-tag/esm';
9
9
  import '../../hooks/use-tabs.js';
10
10
  import '../scrollable-container/Component.js';
11
11
  import 'compute-scroll-into-view';
12
- import '../../index.module-5e4e1525.js';
12
+ import '../../index.module-75d5a536.js';
13
13
 
14
14
  var SecondaryTabListResponsive = function (_a) {
15
15
  var size = _a.size, _b = _a.defaultMatch, defaultMatch = _b === void 0 ? 'desktop' : _b, fullWidthScroll = _a.fullWidthScroll, restProps = __rest(_a, ["size", "defaultMatch", "fullWidthScroll"]);
@@ -1,4 +1,4 @@
1
- /* hash: 1wwcl */
1
+ /* hash: 4l9rm */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -50,29 +50,29 @@
50
50
 
51
51
  /* size xl */
52
52
  --secondary-tablist-xl-gaps: var(--gap-m);
53
- } .tabs__component_1v03b {
53
+ } .tabs__component_of7lb {
54
54
  position: relative;
55
55
  display: inline-flex;
56
- } .tabs__fullWidthScroll_1v03b {
56
+ } .tabs__fullWidthScroll_of7lb {
57
57
  margin: 0 var(--gap-m);
58
- } .tabs__container_1v03b {
58
+ } .tabs__container_of7lb {
59
59
  overflow: hidden;
60
60
 
61
61
  /* focus-outline fix */
62
62
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
63
63
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
64
- } .tabs__title_1v03b {
64
+ } .tabs__title_of7lb {
65
65
  white-space: nowrap;
66
- } /* sizes */ .tabs__xxs_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
66
+ } /* sizes */ .tabs__xxs_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
67
67
  margin-left: var(--secondary-tablist-xxs-gaps);
68
- } .tabs__xs_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
68
+ } .tabs__xs_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
69
69
  margin-left: var(--secondary-tablist-xs-gaps);
70
- } .tabs__s_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
70
+ } .tabs__s_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
71
71
  margin-left: var(--secondary-tablist-s-gaps);
72
- } .tabs__m_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
72
+ } .tabs__m_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
73
73
  margin-left: var(--secondary-tablist-m-gaps);
74
- } .tabs__l_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
74
+ } .tabs__l_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
75
75
  margin-left: var(--secondary-tablist-l-gaps);
76
- } .tabs__xl_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
76
+ } .tabs__xl_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
77
77
  margin-left: var(--secondary-tablist-xl-gaps);
78
78
  }
@@ -1,4 +1,4 @@
1
- /* hash: zpjpv */
1
+ /* hash: igueh */
2
2
  :root {
3
3
  }/* deprecated */:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  }:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -51,30 +51,30 @@
51
51
 
52
52
  /* size xl */
53
53
  --secondary-tablist-xl-gaps: var(--gap-m);
54
- }.tabs__component_1v03b {
54
+ }.tabs__component_of7lb {
55
55
  position: relative;
56
56
  display: inline-flex;
57
- }.tabs__fullWidthScroll_1v03b {
57
+ }.tabs__fullWidthScroll_of7lb {
58
58
  margin: 0 var(--gap-m);
59
- }.tabs__container_1v03b {
59
+ }.tabs__container_of7lb {
60
60
  overflow: hidden;
61
61
 
62
62
  /* focus-outline fix */
63
63
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
64
64
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
65
- }.tabs__title_1v03b {
65
+ }.tabs__title_of7lb {
66
66
  white-space: nowrap;
67
- }/* sizes */.tabs__xxs_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
67
+ }/* sizes */.tabs__xxs_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
68
68
  margin-left: var(--secondary-tablist-xxs-gaps);
69
- }.tabs__xs_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
69
+ }.tabs__xs_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
70
70
  margin-left: var(--secondary-tablist-xs-gaps);
71
- }.tabs__s_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
71
+ }.tabs__s_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
72
72
  margin-left: var(--secondary-tablist-s-gaps);
73
- }.tabs__m_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
73
+ }.tabs__m_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
74
74
  margin-left: var(--secondary-tablist-m-gaps);
75
- }.tabs__l_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
75
+ }.tabs__l_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
76
76
  margin-left: var(--secondary-tablist-l-gaps);
77
- }.tabs__xl_1v03b .tabs__title_1v03b + .tabs__title_1v03b {
77
+ }.tabs__xl_of7lb .tabs__title_of7lb + .tabs__title_of7lb {
78
78
  margin-left: var(--secondary-tablist-xl-gaps);
79
79
  } :root {
80
80
  --color-dark-indigo: #0b1f35;
@@ -961,7 +961,7 @@
961
961
 
962
962
  /* size xl */
963
963
  --secondary-tablist-xl-gaps: var(--gap-m);
964
- } .tabs__title_1przt {
965
- } .tabs__mobile_1przt .tabs__title_1przt + .tabs__title_1przt {
964
+ } .tabs__title_1d52w {
965
+ } .tabs__mobile_1d52w .tabs__title_1d52w + .tabs__title_1d52w {
966
966
  margin-left: var(--secondary-tablist-mobile-gaps);
967
967
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"tabs__component_kx8xc","hidden":"tabs__hidden_kx8xc"};
4
+ var styles = {"component":"tabs__component_fd0v5","hidden":"tabs__hidden_fd0v5"};
5
5
  require('./index.css')
6
6
 
7
7
  var Tab = function (_a) {
@@ -1,8 +1,8 @@
1
- /* hash: 15jgw */
2
- .tabs__component_kx8xc {
1
+ /* hash: 10w9i */
2
+ .tabs__component_fd0v5 {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_kx8xc {
6
+ .tabs__hidden_fd0v5 {
7
7
  display: none;
8
8
  }
@@ -17,10 +17,10 @@ import '../../synthetic-events.js';
17
17
  import '../scrollable-container/Component.js';
18
18
  import 'compute-scroll-into-view';
19
19
  import '../title/Component.js';
20
- import '../../index.module-05e34160.js';
20
+ import '../../index.module-6a12ad86.js';
21
21
  import '../secondary-tablist/Component.js';
22
22
  import '@alfalab/core-components-tag/esm';
23
- import '../../index.module-5e4e1525.js';
23
+ import '../../index.module-75d5a536.js';
24
24
 
25
25
  var views = {
26
26
  primary: PrimaryTabListDesktop,
@@ -17,10 +17,10 @@ import '../../synthetic-events.js';
17
17
  import '../scrollable-container/Component.js';
18
18
  import 'compute-scroll-into-view';
19
19
  import '../title/Component.js';
20
- import '../../index.module-05e34160.js';
20
+ import '../../index.module-6a12ad86.js';
21
21
  import '../secondary-tablist/Component.js';
22
22
  import '@alfalab/core-components-tag/esm';
23
- import '../../index.module-5e4e1525.js';
23
+ import '../../index.module-75d5a536.js';
24
24
 
25
25
  var views = {
26
26
  primary: PrimaryTabListMobile,
@@ -18,12 +18,12 @@ import '../../synthetic-events.js';
18
18
  import '../scrollable-container/Component.js';
19
19
  import 'compute-scroll-into-view';
20
20
  import '../title/Component.js';
21
- import '../../index.module-05e34160.js';
21
+ import '../../index.module-6a12ad86.js';
22
22
  import '../primary-tablist/Component.mobile.js';
23
23
  import '../secondary-tablist/Component.desktop.js';
24
24
  import '../secondary-tablist/Component.js';
25
25
  import '@alfalab/core-components-tag/esm';
26
- import '../../index.module-5e4e1525.js';
26
+ import '../../index.module-75d5a536.js';
27
27
  import '../secondary-tablist/Component.mobile.js';
28
28
 
29
29
  var views = {
package/esm/desktop.js CHANGED
@@ -16,10 +16,10 @@ import './hooks/use-tablist-titles.js';
16
16
  import '@alfalab/hooks';
17
17
  import './synthetic-events.js';
18
18
  import './components/title/Component.js';
19
- import './index.module-05e34160.js';
19
+ import './index.module-6a12ad86.js';
20
20
  import 'compute-scroll-into-view';
21
21
  import './components/secondary-tablist/Component.js';
22
22
  import '@alfalab/core-components-tag/esm';
23
- import './index.module-5e4e1525.js';
23
+ import './index.module-75d5a536.js';
24
24
  import './components/tabs/Component.js';
25
25
  import '@juggle/resize-observer';
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { BaseSelectProps, OptionShape } from "./index-3e68f8db";
3
- type useSelectWithApplyProps = {
3
+ type UseSelectWithApplyProps = {
4
4
  /**
5
5
  * Список выбранных пунктов
6
6
  */
@@ -17,6 +17,10 @@ type useSelectWithApplyProps = {
17
17
  * Компонент выпадающего меню
18
18
  */
19
19
  OptionsList?: BaseSelectProps['OptionsList'];
20
+ /**
21
+ * Пропсы, которые будут прокинуты в компонент списка
22
+ */
23
+ optionsListProps?: BaseSelectProps['optionsListProps'];
20
24
  /**
21
25
  * Показывать кнопку очистки
22
26
  */
@@ -27,15 +31,16 @@ type useSelectWithApplyProps = {
27
31
  showSelectAll?: boolean;
28
32
  };
29
33
  declare const SELECT_ALL_KEY = "select_all";
30
- declare function useSelectWithApply({ options, selected, onChange, OptionsList, showClear, showSelectAll, }: useSelectWithApplyProps): {
34
+ declare function useSelectWithApply({ options, selected, onChange, OptionsList, optionsListProps, showClear, showSelectAll, }: UseSelectWithApplyProps): {
31
35
  OptionsList: import("react").ForwardRefExoticComponent<import("./index-3e68f8db").OptionsListProps & {
32
36
  showClear?: boolean | undefined;
33
37
  onClose?: (() => void) | undefined;
34
38
  selectedDraft?: OptionShape[] | undefined;
35
- OptionsList?: import("react").FC<import("./index-3e68f8db").OptionsListProps & import("react").RefAttributes<unknown>> | undefined;
36
- } & import("react").RefAttributes<unknown>>;
39
+ OptionsList?: import("react").FC<import("./index-3e68f8db").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
40
+ Footer?: import("react").FC<import("./Component-ebda875c").FooterProps> | undefined;
41
+ } & import("react").RefAttributes<HTMLDivElement>>;
37
42
  optionsListProps: {
38
- OptionsList: import("react").FC<import("./index-3e68f8db").OptionsListProps> | undefined;
43
+ OptionsList: import("react").FC<import("./index-3e68f8db").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
39
44
  showClear: boolean;
40
45
  onClear: () => void;
41
46
  onApply: () => void;
@@ -51,4 +56,5 @@ declare function useSelectWithApply({ options, selected, onChange, OptionsList,
51
56
  onChange: (payload: import("./index-3e68f8db").BaseSelectChangePayload) => void;
52
57
  selected: string | OptionShape | (string | OptionShape)[] | null | undefined;
53
58
  };
54
- export { SELECT_ALL_KEY, useSelectWithApply };
59
+ export * from "./Component-5e1b8383";
60
+ export { UseSelectWithApplyProps, SELECT_ALL_KEY, useSelectWithApply };
@@ -2,7 +2,7 @@
2
2
  import React from "react";
3
3
  import { ReactNode } from "react";
4
4
  import { FormControlProps } from "./Component-e67996e9";
5
- import { BaseSelectProps, OptionProps, OptionShape } from "./typings-f9462675";
5
+ import { BaseSelectProps, OptionProps, OptionShape } from "./typings-5e1b8383";
6
6
  type SelectFieldProps = Omit<FormControlProps, "size"> & Record<string, unknown>;
7
7
  type SelectProps = Omit<BaseSelectProps, "fieldProps"> & {
8
8
  /**
@@ -92,7 +92,8 @@ type SkeletonProps = {
92
92
  };
93
93
  declare const Skeleton: React.FC<SkeletonProps>;
94
94
  export { SelectFieldProps, SelectProps, Select, useSelectWithLoading, useLazyLoading, SkeletonProps, Skeleton };
95
- export * from "./hook-edac5428";
96
- export * from "./index-48646db0";
97
- export * from "./typings-f9462675";
98
- export * from "./utils-f9462675";
95
+ export * from "./index-ebda875c";
96
+ export * from "./Component-5e1b8383";
97
+ export * from "./hook-3e68f8db";
98
+ export * from "./typings-5e1b8383";
99
+ export * from "./utils-5e1b8383";