@alfalab/core-components-tabs 7.2.5 → 7.2.7

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 (159) hide show
  1. package/Component-3fe0d3e6.d.ts +3 -2
  2. package/Component.responsive-0d7ca9a7.d.ts +29 -0
  3. package/components/primary-tablist/Component.desktop.js +9 -11
  4. package/components/primary-tablist/Component.js +18 -20
  5. package/components/primary-tablist/Component.mobile.js +11 -13
  6. package/components/primary-tablist/Component.responsive.js +12 -14
  7. package/components/primary-tablist/index.css +29 -29
  8. package/components/primary-tablist/mobile.css +32 -32
  9. package/components/scrollable-container/Component.js +7 -9
  10. package/components/scrollable-container/index.css +5 -5
  11. package/components/scrollable-container/index.js +1 -3
  12. package/components/secondary-tablist/Component.desktop.js +8 -10
  13. package/components/secondary-tablist/Component.js +9 -11
  14. package/components/secondary-tablist/Component.mobile.js +10 -12
  15. package/components/secondary-tablist/Component.responsive.js +11 -13
  16. package/components/secondary-tablist/index.css +11 -11
  17. package/components/secondary-tablist/mobile.css +13 -13
  18. package/components/tab/Component.js +5 -7
  19. package/components/tab/index.css +3 -3
  20. package/components/tab/index.js +1 -3
  21. package/components/tabs/Component.desktop.js +14 -16
  22. package/components/tabs/Component.js +5 -7
  23. package/components/tabs/Component.mobile.js +14 -16
  24. package/components/tabs/Component.responsive.js +18 -20
  25. package/components/title/Component.js +7 -9
  26. package/components/title/index.js +2 -4
  27. package/cssm/Component-3fe0d3e6.d.ts +3 -2
  28. package/cssm/Component.responsive-0d7ca9a7.d.ts +29 -0
  29. package/cssm/components/primary-tablist/Component.desktop.js +10 -12
  30. package/cssm/components/primary-tablist/Component.js +18 -20
  31. package/cssm/components/primary-tablist/Component.mobile.js +14 -16
  32. package/cssm/components/primary-tablist/Component.responsive.js +11 -13
  33. package/cssm/components/scrollable-container/Component.js +8 -10
  34. package/cssm/components/scrollable-container/index.js +1 -3
  35. package/cssm/components/secondary-tablist/Component.desktop.js +9 -11
  36. package/cssm/components/secondary-tablist/Component.js +9 -11
  37. package/cssm/components/secondary-tablist/Component.mobile.js +13 -15
  38. package/cssm/components/secondary-tablist/Component.responsive.js +10 -12
  39. package/cssm/components/tab/Component.js +6 -8
  40. package/cssm/components/tab/index.js +1 -3
  41. package/cssm/components/tabs/Component.desktop.js +12 -14
  42. package/cssm/components/tabs/Component.js +5 -7
  43. package/cssm/components/tabs/Component.mobile.js +13 -15
  44. package/cssm/components/tabs/Component.responsive.js +18 -20
  45. package/cssm/components/title/Component.js +7 -9
  46. package/cssm/components/title/index.js +2 -4
  47. package/cssm/desktop.js +17 -19
  48. package/cssm/getDataTestId-3fe0d3e6.d.ts +1 -1
  49. package/cssm/hooks/use-collapsible-elements.js +2 -4
  50. package/cssm/hooks/use-tablist-titles.js +3 -5
  51. package/cssm/hooks/use-tabs.d.ts +2 -2
  52. package/cssm/hooks/use-tabs.js +0 -2
  53. package/cssm/index-0d7ca9a7.d.ts +3 -27
  54. package/cssm/index.js +22 -24
  55. package/cssm/mobile.js +17 -19
  56. package/cssm/responsive.js +23 -25
  57. package/cssm/synthetic-events.js +1 -3
  58. package/cssm/{tslib.es6-0857346e.d.ts → tslib.es6-0e9bf404.d.ts} +0 -0
  59. package/cssm/{tslib.es6-0857346e.js → tslib.es6-0e9bf404.js} +0 -0
  60. package/cssm/utils-1574ad8b.d.ts +3 -2
  61. package/desktop.js +18 -20
  62. package/esm/Component-3fe0d3e6.d.ts +3 -2
  63. package/esm/Component.responsive-0d7ca9a7.d.ts +29 -0
  64. package/esm/components/primary-tablist/Component.desktop.js +6 -6
  65. package/esm/components/primary-tablist/Component.js +8 -8
  66. package/esm/components/primary-tablist/Component.mobile.js +7 -7
  67. package/esm/components/primary-tablist/Component.responsive.js +9 -9
  68. package/esm/components/primary-tablist/index.css +29 -29
  69. package/esm/components/primary-tablist/mobile.css +32 -32
  70. package/esm/components/scrollable-container/Component.js +1 -1
  71. package/esm/components/scrollable-container/index.css +5 -5
  72. package/esm/components/scrollable-container/index.js +1 -1
  73. package/esm/components/secondary-tablist/Component.desktop.js +5 -5
  74. package/esm/components/secondary-tablist/Component.js +3 -3
  75. package/esm/components/secondary-tablist/Component.mobile.js +6 -6
  76. package/esm/components/secondary-tablist/Component.responsive.js +8 -8
  77. package/esm/components/secondary-tablist/index.css +11 -11
  78. package/esm/components/secondary-tablist/mobile.css +13 -13
  79. package/esm/components/tab/Component.js +1 -1
  80. package/esm/components/tab/index.css +3 -3
  81. package/esm/components/tab/index.js +1 -1
  82. package/esm/components/tabs/Component.desktop.js +11 -11
  83. package/esm/components/tabs/Component.mobile.js +11 -11
  84. package/esm/components/tabs/Component.responsive.js +15 -15
  85. package/esm/components/title/Component.js +1 -1
  86. package/esm/components/title/index.js +2 -2
  87. package/esm/desktop.js +15 -15
  88. package/esm/getDataTestId-3fe0d3e6.d.ts +1 -1
  89. package/esm/hooks/use-collapsible-elements.js +2 -2
  90. package/esm/hooks/use-tablist-titles.js +3 -3
  91. package/esm/hooks/use-tabs.d.ts +2 -2
  92. package/esm/index-0d7ca9a7.d.ts +3 -27
  93. package/esm/index.js +19 -19
  94. package/esm/index.module-87e28b8e.js +4 -0
  95. package/esm/index.module-d597f34c.js +4 -0
  96. package/esm/mobile.js +14 -14
  97. package/esm/responsive.js +19 -19
  98. package/esm/synthetic-events.js +1 -1
  99. package/esm/{tslib.es6-442504cd.d.ts → tslib.es6-6282fefa.d.ts} +0 -0
  100. package/esm/{tslib.es6-442504cd.js → tslib.es6-6282fefa.js} +0 -0
  101. package/esm/utils-1574ad8b.d.ts +3 -2
  102. package/getDataTestId-3fe0d3e6.d.ts +1 -1
  103. package/hooks/use-collapsible-elements.js +2 -4
  104. package/hooks/use-tablist-titles.js +3 -5
  105. package/hooks/use-tabs.d.ts +2 -2
  106. package/hooks/use-tabs.js +0 -2
  107. package/index-0d7ca9a7.d.ts +3 -27
  108. package/index.js +22 -24
  109. package/index.module-383903ec.js +6 -0
  110. package/index.module-d82ed5a5.js +6 -0
  111. package/mobile.js +17 -19
  112. package/modern/Component-3fe0d3e6.d.ts +3 -2
  113. package/modern/Component.responsive-0d7ca9a7.d.ts +29 -0
  114. package/modern/components/primary-tablist/Component.desktop.js +5 -5
  115. package/modern/components/primary-tablist/Component.js +5 -5
  116. package/modern/components/primary-tablist/Component.mobile.js +6 -6
  117. package/modern/components/primary-tablist/Component.responsive.js +8 -8
  118. package/modern/components/primary-tablist/index.css +29 -29
  119. package/modern/components/primary-tablist/mobile.css +32 -32
  120. package/modern/components/scrollable-container/Component.js +1 -1
  121. package/modern/components/scrollable-container/index.css +5 -5
  122. package/modern/components/scrollable-container/index.js +1 -1
  123. package/modern/components/secondary-tablist/Component.desktop.js +4 -4
  124. package/modern/components/secondary-tablist/Component.js +2 -2
  125. package/modern/components/secondary-tablist/Component.mobile.js +5 -5
  126. package/modern/components/secondary-tablist/Component.responsive.js +7 -7
  127. package/modern/components/secondary-tablist/index.css +11 -11
  128. package/modern/components/secondary-tablist/mobile.css +13 -13
  129. package/modern/components/tab/Component.js +1 -1
  130. package/modern/components/tab/index.css +3 -3
  131. package/modern/components/tab/index.js +1 -1
  132. package/modern/components/tabs/Component.desktop.js +10 -10
  133. package/modern/components/tabs/Component.mobile.js +10 -10
  134. package/modern/components/tabs/Component.responsive.js +14 -14
  135. package/modern/components/title/index.js +1 -1
  136. package/modern/desktop.js +14 -14
  137. package/modern/getDataTestId-3fe0d3e6.d.ts +1 -1
  138. package/modern/hooks/use-collapsible-elements.js +1 -1
  139. package/modern/hooks/use-tablist-titles.js +1 -1
  140. package/modern/hooks/use-tabs.d.ts +2 -2
  141. package/modern/index-0d7ca9a7.d.ts +3 -27
  142. package/modern/index.js +18 -18
  143. package/modern/index.module-5ae8c071.js +4 -0
  144. package/modern/index.module-89b0354c.js +4 -0
  145. package/modern/mobile.js +13 -13
  146. package/modern/responsive.js +18 -18
  147. package/modern/utils-1574ad8b.d.ts +3 -2
  148. package/package.json +5 -5
  149. package/responsive.js +23 -25
  150. package/synthetic-events.js +1 -3
  151. package/{tslib.es6-e85b77d3.d.ts → tslib.es6-97b09e77.d.ts} +0 -0
  152. package/{tslib.es6-e85b77d3.js → tslib.es6-97b09e77.js} +0 -0
  153. package/utils-1574ad8b.d.ts +3 -2
  154. package/esm/index.module-06a4ba0a.js +0 -4
  155. package/esm/index.module-fff420f1.js +0 -4
  156. package/index.module-a1b32357.js +0 -6
  157. package/index.module-cfa18052.js +0 -6
  158. package/modern/index.module-06a4ba0a.js +0 -4
  159. package/modern/index.module-fff420f1.js +0 -4
@@ -1,21 +1,21 @@
1
1
  import React from 'react';
2
+ import { useMedia } from '@alfalab/hooks';
3
+ import { PrimaryTabListDesktop } from './Component.desktop.js';
4
+ import { PrimaryTabListMobile } from './Component.mobile.js';
5
+ import './Component.js';
2
6
  import 'classnames';
3
7
  import '@alfalab/core-components-badge/modern';
4
8
  import '@alfalab/core-components-keyboard-focusable/modern';
5
9
  import '@alfalab/core-components-picker-button/modern/desktop';
6
- import { useMedia } from '@alfalab/hooks';
7
- import '@juggle/resize-observer';
10
+ import '../../hooks/use-tablist-titles.js';
8
11
  import '../../hooks/use-collapsible-elements.js';
12
+ import '@juggle/resize-observer';
9
13
  import '../../hooks/use-tabs.js';
10
- import '../../hooks/use-tablist-titles.js';
11
14
  import '../../synthetic-events.js';
12
- import 'compute-scroll-into-view';
13
15
  import '../scrollable-container/Component.js';
16
+ import 'compute-scroll-into-view';
14
17
  import '../title/Component.js';
15
- import './Component.js';
16
- import '../../index.module-06a4ba0a.js';
17
- import { PrimaryTabListDesktop } from './Component.desktop.js';
18
- import { PrimaryTabListMobile } from './Component.mobile.js';
18
+ import '../../index.module-89b0354c.js';
19
19
 
20
20
  const PrimaryTabListResponsive = ({ size, defaultMatch = 'desktop', collapsible, fullWidthScroll, ...restProps }) => {
21
21
  const [view] = useMedia([
@@ -1,4 +1,4 @@
1
- /* hash: 1v1fl */
1
+ /* hash: 1k4uu */
2
2
  :root {
3
3
  --color-light-border-accent: #ef3124;
4
4
  --color-light-border-link: #007aff;
@@ -83,12 +83,12 @@
83
83
 
84
84
  /* size xl */
85
85
  }
86
- .tabs__component_1o8kx {
86
+ .tabs__component_8ensr {
87
87
  position: relative;
88
88
  display: inline-flex;
89
89
  min-width: 100%
90
90
  }
91
- .tabs__component_1o8kx:before {
91
+ .tabs__component_8ensr:before {
92
92
  content: '';
93
93
  display: block;
94
94
  position: absolute;
@@ -97,15 +97,15 @@
97
97
  width: 100%;
98
98
  background-color: var(--primary-tablist-bottom-border-color);
99
99
  }
100
- .tabs__fullWidthScroll_1o8kx {
100
+ .tabs__fullWidthScroll_8ensr {
101
101
  min-width: calc(100% - 2 * var(--gap-m));
102
102
  margin: 0 var(--gap-m);
103
103
  }
104
- .tabs__container_1o8kx {
104
+ .tabs__container_8ensr {
105
105
  position: relative;
106
106
  overflow: hidden;
107
107
  }
108
- .tabs__title_1o8kx {
108
+ .tabs__title_8ensr {
109
109
  display: flex;
110
110
  align-items: center;
111
111
  height: 100%;
@@ -123,26 +123,26 @@
123
123
  cursor: pointer;
124
124
  outline: none
125
125
  }
126
- .tabs__title_1o8kx:not(.tabs__disabled_1o8kx):hover {
126
+ .tabs__title_8ensr:not(.tabs__disabled_8ensr):hover {
127
127
  color: var(--primary-tablist-hover-color);
128
128
  }
129
- .tabs__focused_1o8kx {
129
+ .tabs__focused_8ensr {
130
130
  outline: 2px solid var(--focus-color);
131
131
  outline-offset: 2px;
132
132
  }
133
- .tabs__collapsed_1o8kx {
133
+ .tabs__collapsed_8ensr {
134
134
  order: 99;
135
135
  visibility: collapse;
136
136
  }
137
- .tabs__selected_1o8kx {
137
+ .tabs__selected_8ensr {
138
138
  cursor: default;
139
139
  color: var(--primary-tablist-selected-color);
140
140
  }
141
- .tabs__disabled_1o8kx {
141
+ .tabs__disabled_8ensr {
142
142
  cursor: var(--disabled-cursor);
143
143
  color: var(--primary-tablist-disabled-color);
144
144
  }
145
- .tabs__line_1o8kx {
145
+ .tabs__line_8ensr {
146
146
  position: absolute;
147
147
  height: 3px;
148
148
  bottom: 0;
@@ -151,71 +151,71 @@
151
151
  transition: transform 0.2s ease, width 0.2s ease;
152
152
  }
153
153
  /* sizes */
154
- .tabs__s_1o8kx .tabs__title_1o8kx, .tabs__xs_1o8kx .tabs__title_1o8kx, .tabs__xxs_1o8kx .tabs__title_1o8kx {
154
+ .tabs__s_8ensr .tabs__title_8ensr, .tabs__xs_8ensr .tabs__title_8ensr, .tabs__xxs_8ensr .tabs__title_8ensr {
155
155
  padding: var(--primary-tablist-s-padding);
156
156
  font-size: var(--primary-tablist-s-font-size);
157
157
  font-weight: var(--primary-tablist-s-font-weight);
158
158
  font-family: var(--primary-tablist-s-font-family);
159
159
  line-height: 24px;
160
160
  }
161
- .tabs__s_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx, .tabs__xs_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx, .tabs__xxs_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx {
161
+ .tabs__s_8ensr .tabs__title_8ensr + .tabs__title_8ensr, .tabs__xs_8ensr .tabs__title_8ensr + .tabs__title_8ensr, .tabs__xxs_8ensr .tabs__title_8ensr + .tabs__title_8ensr {
162
162
  margin-left: var(--primary-tablist-s-gaps);
163
163
  }
164
- .tabs__s_1o8kx .tabs__pickerWrapper_1o8kx, .tabs__xs_1o8kx .tabs__pickerWrapper_1o8kx, .tabs__xxs_1o8kx .tabs__pickerWrapper_1o8kx {
164
+ .tabs__s_8ensr .tabs__pickerWrapper_8ensr, .tabs__xs_8ensr .tabs__pickerWrapper_8ensr, .tabs__xxs_8ensr .tabs__pickerWrapper_8ensr {
165
165
  margin-left: var(--primary-tablist-s-gaps);
166
166
  }
167
- .tabs__s_1o8kx .tabs__option_1o8kx, .tabs__xs_1o8kx .tabs__option_1o8kx, .tabs__xxs_1o8kx .tabs__option_1o8kx {
167
+ .tabs__s_8ensr .tabs__option_8ensr, .tabs__xs_8ensr .tabs__option_8ensr, .tabs__xxs_8ensr .tabs__option_8ensr {
168
168
  padding: 0;
169
169
  }
170
- .tabs__m_1o8kx .tabs__title_1o8kx {
170
+ .tabs__m_8ensr .tabs__title_8ensr {
171
171
  padding: var(--primary-tablist-m-padding);
172
172
  font-size: var(--primary-tablist-m-font-size);
173
173
  font-weight: var(--primary-tablist-m-font-weight);
174
174
  font-family: var(--primary-tablist-m-font-family);
175
175
  line-height: 24px;
176
176
  }
177
- .tabs__m_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx {
177
+ .tabs__m_8ensr .tabs__title_8ensr + .tabs__title_8ensr {
178
178
  margin-left: var(--primary-tablist-m-gaps);
179
179
  }
180
- .tabs__m_1o8kx .tabs__pickerWrapper_1o8kx {
180
+ .tabs__m_8ensr .tabs__pickerWrapper_8ensr {
181
181
  margin-left: var(--primary-tablist-m-gaps);
182
182
  }
183
- .tabs__m_1o8kx .tabs__option_1o8kx {
183
+ .tabs__m_8ensr .tabs__option_8ensr {
184
184
  padding: 0;
185
185
  }
186
- .tabs__l_1o8kx .tabs__title_1o8kx {
186
+ .tabs__l_8ensr .tabs__title_8ensr {
187
187
  padding: var(--primary-tablist-l-padding);
188
188
  font-size: var(--primary-tablist-l-font-size);
189
189
  font-weight: var(--primary-tablist-l-font-weight);
190
190
  font-family: var(--primary-tablist-l-font-family);
191
191
  line-height: 24px;
192
192
  }
193
- .tabs__l_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx {
193
+ .tabs__l_8ensr .tabs__title_8ensr + .tabs__title_8ensr {
194
194
  margin-left: var(--primary-tablist-l-gaps);
195
195
  }
196
- .tabs__l_1o8kx .tabs__pickerWrapper_1o8kx {
196
+ .tabs__l_8ensr .tabs__pickerWrapper_8ensr {
197
197
  margin-left: var(--primary-tablist-l-gaps);
198
198
  }
199
- .tabs__l_1o8kx .tabs__option_1o8kx {
199
+ .tabs__l_8ensr .tabs__option_8ensr {
200
200
  padding: 0;
201
201
  }
202
- .tabs__xl_1o8kx .tabs__title_1o8kx {
202
+ .tabs__xl_8ensr .tabs__title_8ensr {
203
203
  padding: var(--primary-tablist-xl-padding);
204
204
  font-size: var(--primary-tablist-xl-font-size);
205
205
  font-weight: var(--primary-tablist-xl-font-weight);
206
206
  font-family: var(--primary-tablist-xl-font-family);
207
207
  line-height: 32px;
208
208
  }
209
- .tabs__xl_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx {
209
+ .tabs__xl_8ensr .tabs__title_8ensr + .tabs__title_8ensr {
210
210
  margin-left: var(--primary-tablist-xl-gaps);
211
211
  }
212
- .tabs__xl_1o8kx .tabs__pickerWrapper_1o8kx {
212
+ .tabs__xl_8ensr .tabs__pickerWrapper_8ensr {
213
213
  margin-left: var(--primary-tablist-xl-gaps);
214
214
  }
215
- .tabs__xl_1o8kx .tabs__option_1o8kx {
215
+ .tabs__xl_8ensr .tabs__option_8ensr {
216
216
  padding: 0;
217
217
  }
218
- .tabs__rightAddons_1o8kx {
218
+ .tabs__rightAddons_8ensr {
219
219
  display: flex;
220
220
  justify-content: center;
221
221
  align-items: center;
@@ -1,4 +1,4 @@
1
- /* hash: 9qskt */
1
+ /* hash: 1l8vj */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -88,11 +88,11 @@
88
88
  /* size l */
89
89
 
90
90
  /* size xl */
91
- }.tabs__component_1o8kx {
91
+ }.tabs__component_8ensr {
92
92
  position: relative;
93
93
  display: inline-flex;
94
94
  min-width: 100%
95
- }.tabs__component_1o8kx:before {
95
+ }.tabs__component_8ensr:before {
96
96
  content: '';
97
97
  display: block;
98
98
  position: absolute;
@@ -100,13 +100,13 @@
100
100
  height: 1px;
101
101
  width: 100%;
102
102
  background-color: var(--primary-tablist-bottom-border-color);
103
- }.tabs__fullWidthScroll_1o8kx {
103
+ }.tabs__fullWidthScroll_8ensr {
104
104
  min-width: calc(100% - 2 * var(--gap-m));
105
105
  margin: 0 var(--gap-m);
106
- }.tabs__container_1o8kx {
106
+ }.tabs__container_8ensr {
107
107
  position: relative;
108
108
  overflow: hidden;
109
- }.tabs__title_1o8kx {
109
+ }.tabs__title_8ensr {
110
110
  display: flex;
111
111
  align-items: center;
112
112
  height: 100%;
@@ -123,76 +123,76 @@
123
123
  user-select: none;
124
124
  cursor: pointer;
125
125
  outline: none
126
- }.tabs__title_1o8kx:not(.tabs__disabled_1o8kx):hover {
126
+ }.tabs__title_8ensr:not(.tabs__disabled_8ensr):hover {
127
127
  color: var(--primary-tablist-hover-color);
128
- }.tabs__focused_1o8kx {
128
+ }.tabs__focused_8ensr {
129
129
  outline: 2px solid var(--focus-color);
130
130
  outline-offset: 2px;
131
- }.tabs__collapsed_1o8kx {
131
+ }.tabs__collapsed_8ensr {
132
132
  order: 99;
133
133
  visibility: collapse;
134
- }.tabs__selected_1o8kx {
134
+ }.tabs__selected_8ensr {
135
135
  cursor: default;
136
136
  color: var(--primary-tablist-selected-color);
137
- }.tabs__disabled_1o8kx {
137
+ }.tabs__disabled_8ensr {
138
138
  cursor: var(--disabled-cursor);
139
139
  color: var(--primary-tablist-disabled-color);
140
- }.tabs__line_1o8kx {
140
+ }.tabs__line_8ensr {
141
141
  position: absolute;
142
142
  height: 3px;
143
143
  bottom: 0;
144
144
  left: 0;
145
145
  background-color: var(--primary-tablist-line-color);
146
146
  transition: transform 0.2s ease, width 0.2s ease;
147
- }/* sizes */.tabs__s_1o8kx .tabs__title_1o8kx, .tabs__xs_1o8kx .tabs__title_1o8kx, .tabs__xxs_1o8kx .tabs__title_1o8kx {
147
+ }/* sizes */.tabs__s_8ensr .tabs__title_8ensr, .tabs__xs_8ensr .tabs__title_8ensr, .tabs__xxs_8ensr .tabs__title_8ensr {
148
148
  padding: var(--primary-tablist-s-padding);
149
149
  font-size: var(--primary-tablist-s-font-size);
150
150
  font-weight: var(--primary-tablist-s-font-weight);
151
151
  font-family: var(--primary-tablist-s-font-family);
152
152
  line-height: 24px;
153
- }.tabs__s_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx, .tabs__xs_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx, .tabs__xxs_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx {
153
+ }.tabs__s_8ensr .tabs__title_8ensr + .tabs__title_8ensr, .tabs__xs_8ensr .tabs__title_8ensr + .tabs__title_8ensr, .tabs__xxs_8ensr .tabs__title_8ensr + .tabs__title_8ensr {
154
154
  margin-left: var(--primary-tablist-s-gaps);
155
- }.tabs__s_1o8kx .tabs__pickerWrapper_1o8kx, .tabs__xs_1o8kx .tabs__pickerWrapper_1o8kx, .tabs__xxs_1o8kx .tabs__pickerWrapper_1o8kx {
155
+ }.tabs__s_8ensr .tabs__pickerWrapper_8ensr, .tabs__xs_8ensr .tabs__pickerWrapper_8ensr, .tabs__xxs_8ensr .tabs__pickerWrapper_8ensr {
156
156
  margin-left: var(--primary-tablist-s-gaps);
157
- }.tabs__s_1o8kx .tabs__option_1o8kx, .tabs__xs_1o8kx .tabs__option_1o8kx, .tabs__xxs_1o8kx .tabs__option_1o8kx {
157
+ }.tabs__s_8ensr .tabs__option_8ensr, .tabs__xs_8ensr .tabs__option_8ensr, .tabs__xxs_8ensr .tabs__option_8ensr {
158
158
  padding: 0;
159
- }.tabs__m_1o8kx .tabs__title_1o8kx {
159
+ }.tabs__m_8ensr .tabs__title_8ensr {
160
160
  padding: var(--primary-tablist-m-padding);
161
161
  font-size: var(--primary-tablist-m-font-size);
162
162
  font-weight: var(--primary-tablist-m-font-weight);
163
163
  font-family: var(--primary-tablist-m-font-family);
164
164
  line-height: 24px;
165
- }.tabs__m_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx {
165
+ }.tabs__m_8ensr .tabs__title_8ensr + .tabs__title_8ensr {
166
166
  margin-left: var(--primary-tablist-m-gaps);
167
- }.tabs__m_1o8kx .tabs__pickerWrapper_1o8kx {
167
+ }.tabs__m_8ensr .tabs__pickerWrapper_8ensr {
168
168
  margin-left: var(--primary-tablist-m-gaps);
169
- }.tabs__m_1o8kx .tabs__option_1o8kx {
169
+ }.tabs__m_8ensr .tabs__option_8ensr {
170
170
  padding: 0;
171
- }.tabs__l_1o8kx .tabs__title_1o8kx {
171
+ }.tabs__l_8ensr .tabs__title_8ensr {
172
172
  padding: var(--primary-tablist-l-padding);
173
173
  font-size: var(--primary-tablist-l-font-size);
174
174
  font-weight: var(--primary-tablist-l-font-weight);
175
175
  font-family: var(--primary-tablist-l-font-family);
176
176
  line-height: 24px;
177
- }.tabs__l_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx {
177
+ }.tabs__l_8ensr .tabs__title_8ensr + .tabs__title_8ensr {
178
178
  margin-left: var(--primary-tablist-l-gaps);
179
- }.tabs__l_1o8kx .tabs__pickerWrapper_1o8kx {
179
+ }.tabs__l_8ensr .tabs__pickerWrapper_8ensr {
180
180
  margin-left: var(--primary-tablist-l-gaps);
181
- }.tabs__l_1o8kx .tabs__option_1o8kx {
181
+ }.tabs__l_8ensr .tabs__option_8ensr {
182
182
  padding: 0;
183
- }.tabs__xl_1o8kx .tabs__title_1o8kx {
183
+ }.tabs__xl_8ensr .tabs__title_8ensr {
184
184
  padding: var(--primary-tablist-xl-padding);
185
185
  font-size: var(--primary-tablist-xl-font-size);
186
186
  font-weight: var(--primary-tablist-xl-font-weight);
187
187
  font-family: var(--primary-tablist-xl-font-family);
188
188
  line-height: 32px;
189
- }.tabs__xl_1o8kx .tabs__title_1o8kx + .tabs__title_1o8kx {
189
+ }.tabs__xl_8ensr .tabs__title_8ensr + .tabs__title_8ensr {
190
190
  margin-left: var(--primary-tablist-xl-gaps);
191
- }.tabs__xl_1o8kx .tabs__pickerWrapper_1o8kx {
191
+ }.tabs__xl_8ensr .tabs__pickerWrapper_8ensr {
192
192
  margin-left: var(--primary-tablist-xl-gaps);
193
- }.tabs__xl_1o8kx .tabs__option_1o8kx {
193
+ }.tabs__xl_8ensr .tabs__option_8ensr {
194
194
  padding: 0;
195
- }.tabs__rightAddons_1o8kx {
195
+ }.tabs__rightAddons_8ensr {
196
196
  display: flex;
197
197
  justify-content: center;
198
198
  align-items: center;
@@ -1012,15 +1012,15 @@
1012
1012
  /* size xl */
1013
1013
  --secondary-tablist-xl-gaps: var(--gap-m);
1014
1014
  }
1015
- .tabs__title_1z5j8 {
1015
+ .tabs__title_7byuc {
1016
1016
  }
1017
- .tabs__mobile_1z5j8 .tabs__title_1z5j8 {
1017
+ .tabs__mobile_7byuc .tabs__title_7byuc {
1018
1018
  padding: var(--primary-tablist-mobile-padding);
1019
1019
  font-size: var(--primary-tablist-mobile-font-size);
1020
1020
  font-weight: var(--primary-tablist-mobile-font-weight);
1021
1021
  font-family: var(--primary-tablist-mobile-font-family);
1022
1022
  line-height: var(--primary-tablist-mobile-line-height)
1023
1023
  }
1024
- .tabs__mobile_1z5j8 .tabs__title_1z5j8 + .tabs__title_1z5j8 {
1024
+ .tabs__mobile_7byuc .tabs__title_7byuc + .tabs__title_7byuc {
1025
1025
  margin-left: var(--primary-tablist-mobile-gaps);
1026
1026
  }
@@ -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_1t7f2","fullWidthScroll":"tabs__fullWidthScroll_1t7f2"};
5
+ const styles = {"container":"tabs__container_1enjq","fullWidthScroll":"tabs__fullWidthScroll_1enjq"};
6
6
  require('./index.css')
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- /* hash: cwlll */
1
+ /* hash: ejpz7 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -36,19 +36,19 @@
36
36
 
37
37
  /* size xl */
38
38
  }
39
- .tabs__container_1t7f2 {
39
+ .tabs__container_1enjq {
40
40
  position: relative;
41
41
  overflow-x: auto;
42
42
  overflow-y: hidden;
43
43
  scroll-behavior: smooth;
44
44
  scrollbar-width: none
45
45
  }
46
- .tabs__container_1t7f2::-webkit-scrollbar {
46
+ .tabs__container_1enjq::-webkit-scrollbar {
47
47
  display: none;
48
48
  }
49
- .tabs__container_1t7f2 > * {
49
+ .tabs__container_1enjq > * {
50
50
  flex-shrink: 0;
51
51
  }
52
- .tabs__fullWidthScroll_1t7f2 {
52
+ .tabs__fullWidthScroll_1enjq {
53
53
  margin: 0 var(--gap-m-neg);
54
54
  }
@@ -1,4 +1,4 @@
1
+ export { ScrollableContainer } from './Component.js';
1
2
  import 'react';
2
3
  import 'classnames';
3
4
  import 'compute-scroll-into-view';
4
- export { ScrollableContainer } from './Component.js';
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
+ import { SecondaryTabList } from './Component.js';
3
+ import { c as commonStyles } from '../../index.module-5ae8c071.js';
2
4
  import 'classnames';
5
+ import '@alfalab/core-components-tag/modern';
3
6
  import '../../hooks/use-tabs.js';
4
- import 'compute-scroll-into-view';
5
7
  import '../scrollable-container/Component.js';
6
- import '@alfalab/core-components-tag/modern';
7
- import { SecondaryTabList } from './Component.js';
8
- import { c as commonStyles } from '../../index.module-fff420f1.js';
8
+ import 'compute-scroll-into-view';
9
9
 
10
10
  const SecondaryTabListDesktop = ({ size = 's', ...restProps }) => (React.createElement(SecondaryTabList, { ...restProps, size: size, styles: commonStyles, tagSize: size }));
11
11
 
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
+ import { Tag } from '@alfalab/core-components-tag/modern';
3
4
  import { useTabs } from '../../hooks/use-tabs.js';
4
- import 'compute-scroll-into-view';
5
5
  import { ScrollableContainer } from '../scrollable-container/Component.js';
6
- import { Tag } from '@alfalab/core-components-tag/modern';
6
+ import 'compute-scroll-into-view';
7
7
 
8
8
  const SecondaryTabList = ({ styles = {}, className, containerClassName, size, titles = [], selectedId = titles.length ? titles[0].id : undefined, scrollable = true, fullWidthScroll, tagSize = 'xs', onChange, dataTestId, }) => {
9
9
  const { focusedTab, selectedTab, getTabListItemProps } = useTabs({
@@ -1,13 +1,13 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
+ import { SecondaryTabList } from './Component.js';
4
+ import { c as commonStyles } from '../../index.module-5ae8c071.js';
5
+ import '@alfalab/core-components-tag/modern';
3
6
  import '../../hooks/use-tabs.js';
4
- import 'compute-scroll-into-view';
5
7
  import '../scrollable-container/Component.js';
6
- import '@alfalab/core-components-tag/modern';
7
- import { SecondaryTabList } from './Component.js';
8
- import { c as commonStyles } from '../../index.module-fff420f1.js';
8
+ import 'compute-scroll-into-view';
9
9
 
10
- var mobileStyles = {"title":"tabs__title_etw6z tabs__title_1bxy3","mobile":"tabs__mobile_etw6z"};
10
+ const mobileStyles = {"title":"tabs__title_180nt tabs__title_1hare","mobile":"tabs__mobile_180nt"};
11
11
  require('./mobile.css')
12
12
 
13
13
  const styles = {
@@ -1,14 +1,14 @@
1
1
  import React from 'react';
2
- import 'classnames';
3
2
  import { useMedia } from '@alfalab/hooks';
4
- import '../../hooks/use-tabs.js';
5
- import 'compute-scroll-into-view';
6
- import '../scrollable-container/Component.js';
7
- import '@alfalab/core-components-tag/modern';
8
- import './Component.js';
9
- import '../../index.module-fff420f1.js';
10
3
  import { SecondaryTabListDesktop } from './Component.desktop.js';
11
4
  import { SecondaryTabListMobile } from './Component.mobile.js';
5
+ import './Component.js';
6
+ import 'classnames';
7
+ import '@alfalab/core-components-tag/modern';
8
+ import '../../hooks/use-tabs.js';
9
+ import '../scrollable-container/Component.js';
10
+ import 'compute-scroll-into-view';
11
+ import '../../index.module-5ae8c071.js';
12
12
 
13
13
  const SecondaryTabListResponsive = ({ size, defaultMatch = 'desktop', fullWidthScroll, ...restProps }) => {
14
14
  const [view] = useMedia([
@@ -1,4 +1,4 @@
1
- /* hash: cw4b5 */
1
+ /* hash: 1oe7a */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -44,35 +44,35 @@
44
44
  /* size xl */
45
45
  --secondary-tablist-xl-gaps: var(--gap-m);
46
46
  }
47
- .tabs__component_1bxy3 {
47
+ .tabs__component_1hare {
48
48
  position: relative;
49
49
  display: inline-flex;
50
50
  }
51
- .tabs__fullWidthScroll_1bxy3 {
51
+ .tabs__fullWidthScroll_1hare {
52
52
  margin: 0 var(--gap-m);
53
53
  }
54
- .tabs__container_1bxy3 {
54
+ .tabs__container_1hare {
55
55
  overflow: hidden;
56
56
  }
57
- .tabs__title_1bxy3 {
57
+ .tabs__title_1hare {
58
58
  white-space: nowrap;
59
59
  }
60
60
  /* sizes */
61
- .tabs__xxs_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
61
+ .tabs__xxs_1hare .tabs__title_1hare + .tabs__title_1hare {
62
62
  margin-left: var(--secondary-tablist-xxs-gaps);
63
63
  }
64
- .tabs__xs_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
64
+ .tabs__xs_1hare .tabs__title_1hare + .tabs__title_1hare {
65
65
  margin-left: var(--secondary-tablist-xs-gaps);
66
66
  }
67
- .tabs__s_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
67
+ .tabs__s_1hare .tabs__title_1hare + .tabs__title_1hare {
68
68
  margin-left: var(--secondary-tablist-s-gaps);
69
69
  }
70
- .tabs__m_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
70
+ .tabs__m_1hare .tabs__title_1hare + .tabs__title_1hare {
71
71
  margin-left: var(--secondary-tablist-m-gaps);
72
72
  }
73
- .tabs__l_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
73
+ .tabs__l_1hare .tabs__title_1hare + .tabs__title_1hare {
74
74
  margin-left: var(--secondary-tablist-l-gaps);
75
75
  }
76
- .tabs__xl_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
76
+ .tabs__xl_1hare .tabs__title_1hare + .tabs__title_1hare {
77
77
  margin-left: var(--secondary-tablist-xl-gaps);
78
78
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1mjp4 */
1
+ /* hash: 1o6ti */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -49,26 +49,26 @@
49
49
 
50
50
  /* size xl */
51
51
  --secondary-tablist-xl-gaps: var(--gap-m);
52
- }.tabs__component_1bxy3 {
52
+ }.tabs__component_1hare {
53
53
  position: relative;
54
54
  display: inline-flex;
55
- }.tabs__fullWidthScroll_1bxy3 {
55
+ }.tabs__fullWidthScroll_1hare {
56
56
  margin: 0 var(--gap-m);
57
- }.tabs__container_1bxy3 {
57
+ }.tabs__container_1hare {
58
58
  overflow: hidden;
59
- }.tabs__title_1bxy3 {
59
+ }.tabs__title_1hare {
60
60
  white-space: nowrap;
61
- }/* sizes */.tabs__xxs_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
61
+ }/* sizes */.tabs__xxs_1hare .tabs__title_1hare + .tabs__title_1hare {
62
62
  margin-left: var(--secondary-tablist-xxs-gaps);
63
- }.tabs__xs_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
63
+ }.tabs__xs_1hare .tabs__title_1hare + .tabs__title_1hare {
64
64
  margin-left: var(--secondary-tablist-xs-gaps);
65
- }.tabs__s_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
65
+ }.tabs__s_1hare .tabs__title_1hare + .tabs__title_1hare {
66
66
  margin-left: var(--secondary-tablist-s-gaps);
67
- }.tabs__m_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
67
+ }.tabs__m_1hare .tabs__title_1hare + .tabs__title_1hare {
68
68
  margin-left: var(--secondary-tablist-m-gaps);
69
- }.tabs__l_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
69
+ }.tabs__l_1hare .tabs__title_1hare + .tabs__title_1hare {
70
70
  margin-left: var(--secondary-tablist-l-gaps);
71
- }.tabs__xl_1bxy3 .tabs__title_1bxy3 + .tabs__title_1bxy3 {
71
+ }.tabs__xl_1hare .tabs__title_1hare + .tabs__title_1hare {
72
72
  margin-left: var(--secondary-tablist-xl-gaps);
73
73
  }
74
74
  :root {
@@ -885,8 +885,8 @@
885
885
  /* size xl */
886
886
  --secondary-tablist-xl-gaps: var(--gap-m);
887
887
  }
888
- .tabs__title_etw6z {
888
+ .tabs__title_180nt {
889
889
  }
890
- .tabs__mobile_etw6z .tabs__title_etw6z + .tabs__title_etw6z {
890
+ .tabs__mobile_180nt .tabs__title_180nt + .tabs__title_180nt {
891
891
  margin-left: var(--secondary-tablist-mobile-gaps);
892
892
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"tabs__component_rlmfg","hidden":"tabs__hidden_rlmfg"};
4
+ const styles = {"component":"tabs__component_16cu8","hidden":"tabs__hidden_16cu8"};
5
5
  require('./index.css')
6
6
 
7
7
  const Tab = ({ children, hidden, className, disabled, dataTestId }) => children ? (React.createElement("div", { className: cn(styles.component, {
@@ -1,8 +1,8 @@
1
- /* hash: vdue4 */
2
- .tabs__component_rlmfg {
1
+ /* hash: 1y9di */
2
+ .tabs__component_16cu8 {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_rlmfg {
6
+ .tabs__hidden_16cu8 {
7
7
  display: none;
8
8
  }
@@ -1,3 +1,3 @@
1
+ export { Tab } from './Component.js';
1
2
  import 'react';
2
3
  import 'classnames';
3
- export { Tab } from './Component.js';
@@ -1,25 +1,25 @@
1
1
  import React from 'react';
2
+ import { PrimaryTabListDesktop } from '../primary-tablist/Component.desktop.js';
3
+ import { SecondaryTabListDesktop } from '../secondary-tablist/Component.desktop.js';
4
+ import { Tabs } from './Component.js';
5
+ import '../primary-tablist/Component.js';
2
6
  import 'classnames';
3
7
  import '@alfalab/core-components-badge/modern';
4
8
  import '@alfalab/core-components-keyboard-focusable/modern';
5
9
  import '@alfalab/core-components-picker-button/modern/desktop';
10
+ import '../../hooks/use-tablist-titles.js';
6
11
  import '@alfalab/hooks';
7
- import '@juggle/resize-observer';
8
12
  import '../../hooks/use-collapsible-elements.js';
13
+ import '@juggle/resize-observer';
9
14
  import '../../hooks/use-tabs.js';
10
- import '../../hooks/use-tablist-titles.js';
11
15
  import '../../synthetic-events.js';
12
- import 'compute-scroll-into-view';
13
16
  import '../scrollable-container/Component.js';
17
+ import 'compute-scroll-into-view';
14
18
  import '../title/Component.js';
15
- import '../primary-tablist/Component.js';
16
- import '../../index.module-06a4ba0a.js';
17
- import { PrimaryTabListDesktop } from '../primary-tablist/Component.desktop.js';
18
- import '@alfalab/core-components-tag/modern';
19
+ import '../../index.module-89b0354c.js';
19
20
  import '../secondary-tablist/Component.js';
20
- import '../../index.module-fff420f1.js';
21
- import { SecondaryTabListDesktop } from '../secondary-tablist/Component.desktop.js';
22
- import { Tabs } from './Component.js';
21
+ import '@alfalab/core-components-tag/modern';
22
+ import '../../index.module-5ae8c071.js';
23
23
 
24
24
  const views = {
25
25
  primary: PrimaryTabListDesktop,