@alfalab/core-components-tabs 7.3.11 → 7.3.13

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 (76) hide show
  1. package/components/primary-tablist/Component.desktop.js +1 -1
  2. package/components/primary-tablist/Component.mobile.js +2 -2
  3. package/components/primary-tablist/Component.responsive.js +1 -1
  4. package/components/primary-tablist/index.css +29 -29
  5. package/components/primary-tablist/mobile.css +32 -32
  6. package/components/scrollable-container/Component.js +1 -1
  7. package/components/scrollable-container/index.css +5 -5
  8. package/components/secondary-tablist/Component.desktop.js +1 -1
  9. package/components/secondary-tablist/Component.mobile.js +2 -2
  10. package/components/secondary-tablist/Component.responsive.js +1 -1
  11. package/components/secondary-tablist/index.css +11 -11
  12. package/components/secondary-tablist/mobile.css +13 -13
  13. package/components/tab/Component.js +1 -1
  14. package/components/tab/index.css +3 -3
  15. package/components/tabs/Component.desktop.js +2 -2
  16. package/components/tabs/Component.mobile.js +2 -2
  17. package/components/tabs/Component.responsive.js +2 -2
  18. package/desktop.js +2 -2
  19. package/esm/components/primary-tablist/Component.desktop.js +1 -1
  20. package/esm/components/primary-tablist/Component.mobile.js +2 -2
  21. package/esm/components/primary-tablist/Component.responsive.js +1 -1
  22. package/esm/components/primary-tablist/index.css +29 -29
  23. package/esm/components/primary-tablist/mobile.css +32 -32
  24. package/esm/components/scrollable-container/Component.js +1 -1
  25. package/esm/components/scrollable-container/index.css +5 -5
  26. package/esm/components/secondary-tablist/Component.desktop.js +1 -1
  27. package/esm/components/secondary-tablist/Component.mobile.js +2 -2
  28. package/esm/components/secondary-tablist/Component.responsive.js +1 -1
  29. package/esm/components/secondary-tablist/index.css +11 -11
  30. package/esm/components/secondary-tablist/mobile.css +13 -13
  31. package/esm/components/tab/Component.js +1 -1
  32. package/esm/components/tab/index.css +3 -3
  33. package/esm/components/tabs/Component.desktop.js +2 -2
  34. package/esm/components/tabs/Component.mobile.js +2 -2
  35. package/esm/components/tabs/Component.responsive.js +2 -2
  36. package/esm/desktop.js +2 -2
  37. package/esm/index.js +2 -2
  38. package/esm/index.module-9d799350.js +4 -0
  39. package/esm/index.module-cd3889ee.js +4 -0
  40. package/esm/mobile.js +2 -2
  41. package/esm/responsive.js +2 -2
  42. package/index.js +2 -2
  43. package/index.module-aaadb186.js +6 -0
  44. package/index.module-cfa85c1f.js +6 -0
  45. package/mobile.js +2 -2
  46. package/modern/components/primary-tablist/Component.desktop.js +1 -1
  47. package/modern/components/primary-tablist/Component.mobile.js +2 -2
  48. package/modern/components/primary-tablist/Component.responsive.js +1 -1
  49. package/modern/components/primary-tablist/index.css +29 -29
  50. package/modern/components/primary-tablist/mobile.css +32 -32
  51. package/modern/components/scrollable-container/Component.js +1 -1
  52. package/modern/components/scrollable-container/index.css +5 -5
  53. package/modern/components/secondary-tablist/Component.desktop.js +1 -1
  54. package/modern/components/secondary-tablist/Component.mobile.js +2 -2
  55. package/modern/components/secondary-tablist/Component.responsive.js +1 -1
  56. package/modern/components/secondary-tablist/index.css +11 -11
  57. package/modern/components/secondary-tablist/mobile.css +13 -13
  58. package/modern/components/tab/Component.js +1 -1
  59. package/modern/components/tab/index.css +3 -3
  60. package/modern/components/tabs/Component.desktop.js +2 -2
  61. package/modern/components/tabs/Component.mobile.js +2 -2
  62. package/modern/components/tabs/Component.responsive.js +2 -2
  63. package/modern/desktop.js +2 -2
  64. package/modern/index.js +2 -2
  65. package/modern/index.module-585f12e8.js +4 -0
  66. package/modern/index.module-733dba62.js +4 -0
  67. package/modern/mobile.js +2 -2
  68. package/modern/responsive.js +2 -2
  69. package/package.json +2 -2
  70. package/responsive.js +2 -2
  71. package/esm/index.module-1865aaf0.js +0 -4
  72. package/esm/index.module-e818c324.js +0 -4
  73. package/index.module-07471830.js +0 -6
  74. package/index.module-38e2880e.js +0 -6
  75. package/modern/index.module-540790c1.js +0 -4
  76. package/modern/index.module-a26a42c3.js +0 -4
package/index.js CHANGED
@@ -21,12 +21,12 @@ require('@juggle/resize-observer');
21
21
  require('./synthetic-events.js');
22
22
  require('./components/title/Component.js');
23
23
  require('compute-scroll-into-view');
24
- require('./index.module-38e2880e.js');
24
+ require('./index.module-cfa85c1f.js');
25
25
  require('./components/primary-tablist/Component.mobile.js');
26
26
  require('./components/secondary-tablist/Component.desktop.js');
27
27
  require('./components/secondary-tablist/Component.js');
28
28
  require('@alfalab/core-components-tag');
29
- require('./index.module-07471830.js');
29
+ require('./index.module-aaadb186.js');
30
30
  require('./components/secondary-tablist/Component.mobile.js');
31
31
  require('./components/tabs/Component.js');
32
32
 
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var commonStyles = {"component":"tabs__component_1s31u","fullWidthScroll":"tabs__fullWidthScroll_1s31u","container":"tabs__container_1s31u","title":"tabs__title_1s31u","xxs":"tabs__xxs_1s31u","xs":"tabs__xs_1s31u","s":"tabs__s_1s31u","m":"tabs__m_1s31u","l":"tabs__l_1s31u","xl":"tabs__xl_1s31u"};
4
+ require('./components/secondary-tablist/index.css')
5
+
6
+ exports.commonStyles = commonStyles;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var commonStyles = {"component":"tabs__component_18i9b","fullWidthScroll":"tabs__fullWidthScroll_18i9b","container":"tabs__container_18i9b","title":"tabs__title_18i9b","disabled":"tabs__disabled_18i9b","focused":"tabs__focused_18i9b","collapsed":"tabs__collapsed_18i9b","selected":"tabs__selected_18i9b","line":"tabs__line_18i9b","s":"tabs__s_18i9b","xs":"tabs__xs_18i9b","xxs":"tabs__xxs_18i9b","pickerWrapper":"tabs__pickerWrapper_18i9b","option":"tabs__option_18i9b","m":"tabs__m_18i9b","l":"tabs__l_18i9b","xl":"tabs__xl_18i9b","rightAddons":"tabs__rightAddons_18i9b"};
4
+ require('./components/primary-tablist/index.css')
5
+
6
+ exports.commonStyles = commonStyles;
package/mobile.js CHANGED
@@ -20,10 +20,10 @@ require('@juggle/resize-observer');
20
20
  require('./synthetic-events.js');
21
21
  require('./components/title/Component.js');
22
22
  require('compute-scroll-into-view');
23
- require('./index.module-38e2880e.js');
23
+ require('./index.module-cfa85c1f.js');
24
24
  require('./components/secondary-tablist/Component.js');
25
25
  require('@alfalab/core-components-tag');
26
- require('./index.module-07471830.js');
26
+ require('./index.module-aaadb186.js');
27
27
  require('./components/tabs/Component.js');
28
28
 
29
29
 
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PrimaryTabList } from './Component.js';
3
- import { c as commonStyles } from '../../index.module-a26a42c3.js';
3
+ import { c as commonStyles } from '../../index.module-585f12e8.js';
4
4
  import 'classnames';
5
5
  import '@alfalab/core-components-badge/modern';
6
6
  import '@alfalab/core-components-keyboard-focusable/modern';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { PrimaryTabList } from './Component.js';
4
- import { c as commonStyles } from '../../index.module-a26a42c3.js';
4
+ import { c as commonStyles } from '../../index.module-585f12e8.js';
5
5
  import '@alfalab/core-components-badge/modern';
6
6
  import '@alfalab/core-components-keyboard-focusable/modern';
7
7
  import '@alfalab/core-components-picker-button/modern/desktop';
@@ -15,7 +15,7 @@ import '../scrollable-container/Component.js';
15
15
  import 'compute-scroll-into-view';
16
16
  import '../title/Component.js';
17
17
 
18
- const mobileStyles = {"title":"tabs__title_1yivr tabs__title_1tvky","mobile":"tabs__mobile_1yivr"};
18
+ const mobileStyles = {"title":"tabs__title_oj7sq tabs__title_18i9b","mobile":"tabs__mobile_oj7sq"};
19
19
  require('./mobile.css')
20
20
 
21
21
  const styles = {
@@ -15,7 +15,7 @@ import '../../synthetic-events.js';
15
15
  import '../scrollable-container/Component.js';
16
16
  import 'compute-scroll-into-view';
17
17
  import '../title/Component.js';
18
- import '../../index.module-a26a42c3.js';
18
+ import '../../index.module-585f12e8.js';
19
19
 
20
20
  const PrimaryTabListResponsive = ({ size, defaultMatch = 'desktop', collapsible, collapsedTabsIds, fullWidthScroll, ...restProps }) => {
21
21
  const [view] = useMedia([
@@ -1,4 +1,4 @@
1
- /* hash: p7glm */
1
+ /* hash: 107r3 */
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_1tvky {
86
+ } .tabs__component_18i9b {
87
87
  position: relative;
88
88
  display: inline-flex;
89
89
  min-width: 100%
90
- } .tabs__component_1tvky:before {
90
+ } .tabs__component_18i9b: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_1tvky {
98
+ } .tabs__fullWidthScroll_18i9b {
99
99
  min-width: calc(100% - 2 * var(--gap-m));
100
100
  margin: 0 var(--gap-m);
101
- } .tabs__container_1tvky {
101
+ } .tabs__container_18i9b {
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_1tvky {
108
+ } .tabs__title_18i9b {
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_1tvky:not(.tabs__disabled_1tvky):hover {
125
+ } .tabs__title_18i9b:not(.tabs__disabled_18i9b):hover {
126
126
  color: var(--primary-tablist-hover-color);
127
- } .tabs__focused_1tvky {
127
+ } .tabs__focused_18i9b {
128
128
  outline: 2px solid var(--focus-color);
129
129
  outline-offset: 2px;
130
- } .tabs__collapsed_1tvky {
130
+ } .tabs__collapsed_18i9b {
131
131
  order: 99;
132
132
  visibility: collapse;
133
- } .tabs__selected_1tvky {
133
+ } .tabs__selected_18i9b {
134
134
  cursor: default;
135
135
  color: var(--primary-tablist-selected-color);
136
- } .tabs__disabled_1tvky {
136
+ } .tabs__disabled_18i9b {
137
137
  cursor: var(--disabled-cursor);
138
138
  color: var(--primary-tablist-disabled-color);
139
- } .tabs__line_1tvky {
139
+ } .tabs__line_18i9b {
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_1tvky .tabs__title_1tvky, .tabs__xs_1tvky .tabs__title_1tvky, .tabs__xxs_1tvky .tabs__title_1tvky {
146
+ } /* sizes */ .tabs__s_18i9b .tabs__title_18i9b, .tabs__xs_18i9b .tabs__title_18i9b, .tabs__xxs_18i9b .tabs__title_18i9b {
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_1tvky .tabs__title_1tvky + .tabs__title_1tvky, .tabs__xs_1tvky .tabs__title_1tvky + .tabs__title_1tvky, .tabs__xxs_1tvky .tabs__title_1tvky + .tabs__title_1tvky {
152
+ } .tabs__s_18i9b .tabs__title_18i9b + .tabs__title_18i9b, .tabs__xs_18i9b .tabs__title_18i9b + .tabs__title_18i9b, .tabs__xxs_18i9b .tabs__title_18i9b + .tabs__title_18i9b {
153
153
  margin-left: var(--primary-tablist-s-gaps);
154
- } .tabs__s_1tvky .tabs__pickerWrapper_1tvky, .tabs__xs_1tvky .tabs__pickerWrapper_1tvky, .tabs__xxs_1tvky .tabs__pickerWrapper_1tvky {
154
+ } .tabs__s_18i9b .tabs__pickerWrapper_18i9b, .tabs__xs_18i9b .tabs__pickerWrapper_18i9b, .tabs__xxs_18i9b .tabs__pickerWrapper_18i9b {
155
155
  margin-left: var(--primary-tablist-s-gaps);
156
- } .tabs__s_1tvky .tabs__option_1tvky, .tabs__xs_1tvky .tabs__option_1tvky, .tabs__xxs_1tvky .tabs__option_1tvky {
156
+ } .tabs__s_18i9b .tabs__option_18i9b, .tabs__xs_18i9b .tabs__option_18i9b, .tabs__xxs_18i9b .tabs__option_18i9b {
157
157
  padding: 0;
158
- } .tabs__m_1tvky .tabs__title_1tvky {
158
+ } .tabs__m_18i9b .tabs__title_18i9b {
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_1tvky .tabs__title_1tvky + .tabs__title_1tvky {
164
+ } .tabs__m_18i9b .tabs__title_18i9b + .tabs__title_18i9b {
165
165
  margin-left: var(--primary-tablist-m-gaps);
166
- } .tabs__m_1tvky .tabs__pickerWrapper_1tvky {
166
+ } .tabs__m_18i9b .tabs__pickerWrapper_18i9b {
167
167
  margin-left: var(--primary-tablist-m-gaps);
168
- } .tabs__m_1tvky .tabs__option_1tvky {
168
+ } .tabs__m_18i9b .tabs__option_18i9b {
169
169
  padding: 0;
170
- } .tabs__l_1tvky .tabs__title_1tvky {
170
+ } .tabs__l_18i9b .tabs__title_18i9b {
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_1tvky .tabs__title_1tvky + .tabs__title_1tvky {
176
+ } .tabs__l_18i9b .tabs__title_18i9b + .tabs__title_18i9b {
177
177
  margin-left: var(--primary-tablist-l-gaps);
178
- } .tabs__l_1tvky .tabs__pickerWrapper_1tvky {
178
+ } .tabs__l_18i9b .tabs__pickerWrapper_18i9b {
179
179
  margin-left: var(--primary-tablist-l-gaps);
180
- } .tabs__l_1tvky .tabs__option_1tvky {
180
+ } .tabs__l_18i9b .tabs__option_18i9b {
181
181
  padding: 0;
182
- } .tabs__xl_1tvky .tabs__title_1tvky {
182
+ } .tabs__xl_18i9b .tabs__title_18i9b {
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_1tvky .tabs__title_1tvky + .tabs__title_1tvky {
188
+ } .tabs__xl_18i9b .tabs__title_18i9b + .tabs__title_18i9b {
189
189
  margin-left: var(--primary-tablist-xl-gaps);
190
- } .tabs__xl_1tvky .tabs__pickerWrapper_1tvky {
190
+ } .tabs__xl_18i9b .tabs__pickerWrapper_18i9b {
191
191
  margin-left: var(--primary-tablist-xl-gaps);
192
- } .tabs__xl_1tvky .tabs__option_1tvky {
192
+ } .tabs__xl_18i9b .tabs__option_18i9b {
193
193
  padding: 0;
194
- } .tabs__rightAddons_1tvky {
194
+ } .tabs__rightAddons_18i9b {
195
195
  display: flex;
196
196
  justify-content: center;
197
197
  align-items: center;
@@ -1,4 +1,4 @@
1
- /* hash: 168to */
1
+ /* hash: 1o0j4 */
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_1tvky {
93
+ }.tabs__component_18i9b {
94
94
  position: relative;
95
95
  display: inline-flex;
96
96
  min-width: 100%
97
- }.tabs__component_1tvky:before {
97
+ }.tabs__component_18i9b: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_1tvky {
105
+ }.tabs__fullWidthScroll_18i9b {
106
106
  min-width: calc(100% - 2 * var(--gap-m));
107
107
  margin: 0 var(--gap-m);
108
- }.tabs__container_1tvky {
108
+ }.tabs__container_18i9b {
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_1tvky {
115
+ }.tabs__title_18i9b {
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_1tvky:not(.tabs__disabled_1tvky):hover {
132
+ }.tabs__title_18i9b:not(.tabs__disabled_18i9b):hover {
133
133
  color: var(--primary-tablist-hover-color);
134
- }.tabs__focused_1tvky {
134
+ }.tabs__focused_18i9b {
135
135
  outline: 2px solid var(--focus-color);
136
136
  outline-offset: 2px;
137
- }.tabs__collapsed_1tvky {
137
+ }.tabs__collapsed_18i9b {
138
138
  order: 99;
139
139
  visibility: collapse;
140
- }.tabs__selected_1tvky {
140
+ }.tabs__selected_18i9b {
141
141
  cursor: default;
142
142
  color: var(--primary-tablist-selected-color);
143
- }.tabs__disabled_1tvky {
143
+ }.tabs__disabled_18i9b {
144
144
  cursor: var(--disabled-cursor);
145
145
  color: var(--primary-tablist-disabled-color);
146
- }.tabs__line_1tvky {
146
+ }.tabs__line_18i9b {
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_1tvky .tabs__title_1tvky, .tabs__xs_1tvky .tabs__title_1tvky, .tabs__xxs_1tvky .tabs__title_1tvky {
153
+ }/* sizes */.tabs__s_18i9b .tabs__title_18i9b, .tabs__xs_18i9b .tabs__title_18i9b, .tabs__xxs_18i9b .tabs__title_18i9b {
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_1tvky .tabs__title_1tvky + .tabs__title_1tvky, .tabs__xs_1tvky .tabs__title_1tvky + .tabs__title_1tvky, .tabs__xxs_1tvky .tabs__title_1tvky + .tabs__title_1tvky {
159
+ }.tabs__s_18i9b .tabs__title_18i9b + .tabs__title_18i9b, .tabs__xs_18i9b .tabs__title_18i9b + .tabs__title_18i9b, .tabs__xxs_18i9b .tabs__title_18i9b + .tabs__title_18i9b {
160
160
  margin-left: var(--primary-tablist-s-gaps);
161
- }.tabs__s_1tvky .tabs__pickerWrapper_1tvky, .tabs__xs_1tvky .tabs__pickerWrapper_1tvky, .tabs__xxs_1tvky .tabs__pickerWrapper_1tvky {
161
+ }.tabs__s_18i9b .tabs__pickerWrapper_18i9b, .tabs__xs_18i9b .tabs__pickerWrapper_18i9b, .tabs__xxs_18i9b .tabs__pickerWrapper_18i9b {
162
162
  margin-left: var(--primary-tablist-s-gaps);
163
- }.tabs__s_1tvky .tabs__option_1tvky, .tabs__xs_1tvky .tabs__option_1tvky, .tabs__xxs_1tvky .tabs__option_1tvky {
163
+ }.tabs__s_18i9b .tabs__option_18i9b, .tabs__xs_18i9b .tabs__option_18i9b, .tabs__xxs_18i9b .tabs__option_18i9b {
164
164
  padding: 0;
165
- }.tabs__m_1tvky .tabs__title_1tvky {
165
+ }.tabs__m_18i9b .tabs__title_18i9b {
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_1tvky .tabs__title_1tvky + .tabs__title_1tvky {
171
+ }.tabs__m_18i9b .tabs__title_18i9b + .tabs__title_18i9b {
172
172
  margin-left: var(--primary-tablist-m-gaps);
173
- }.tabs__m_1tvky .tabs__pickerWrapper_1tvky {
173
+ }.tabs__m_18i9b .tabs__pickerWrapper_18i9b {
174
174
  margin-left: var(--primary-tablist-m-gaps);
175
- }.tabs__m_1tvky .tabs__option_1tvky {
175
+ }.tabs__m_18i9b .tabs__option_18i9b {
176
176
  padding: 0;
177
- }.tabs__l_1tvky .tabs__title_1tvky {
177
+ }.tabs__l_18i9b .tabs__title_18i9b {
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_1tvky .tabs__title_1tvky + .tabs__title_1tvky {
183
+ }.tabs__l_18i9b .tabs__title_18i9b + .tabs__title_18i9b {
184
184
  margin-left: var(--primary-tablist-l-gaps);
185
- }.tabs__l_1tvky .tabs__pickerWrapper_1tvky {
185
+ }.tabs__l_18i9b .tabs__pickerWrapper_18i9b {
186
186
  margin-left: var(--primary-tablist-l-gaps);
187
- }.tabs__l_1tvky .tabs__option_1tvky {
187
+ }.tabs__l_18i9b .tabs__option_18i9b {
188
188
  padding: 0;
189
- }.tabs__xl_1tvky .tabs__title_1tvky {
189
+ }.tabs__xl_18i9b .tabs__title_18i9b {
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_1tvky .tabs__title_1tvky + .tabs__title_1tvky {
195
+ }.tabs__xl_18i9b .tabs__title_18i9b + .tabs__title_18i9b {
196
196
  margin-left: var(--primary-tablist-xl-gaps);
197
- }.tabs__xl_1tvky .tabs__pickerWrapper_1tvky {
197
+ }.tabs__xl_18i9b .tabs__pickerWrapper_18i9b {
198
198
  margin-left: var(--primary-tablist-xl-gaps);
199
- }.tabs__xl_1tvky .tabs__option_1tvky {
199
+ }.tabs__xl_18i9b .tabs__option_18i9b {
200
200
  padding: 0;
201
- }.tabs__rightAddons_1tvky {
201
+ }.tabs__rightAddons_18i9b {
202
202
  display: flex;
203
203
  justify-content: center;
204
204
  align-items: center;
@@ -1079,13 +1079,13 @@
1079
1079
 
1080
1080
  /* size xl */
1081
1081
  --secondary-tablist-xl-gaps: var(--gap-m);
1082
- } .tabs__title_1yivr {
1083
- } .tabs__mobile_1yivr .tabs__title_1yivr {
1082
+ } .tabs__title_oj7sq {
1083
+ } .tabs__mobile_oj7sq .tabs__title_oj7sq {
1084
1084
  padding: var(--primary-tablist-mobile-padding);
1085
1085
  font-size: var(--primary-tablist-mobile-font-size);
1086
1086
  font-weight: var(--primary-tablist-mobile-font-weight);
1087
1087
  font-family: var(--primary-tablist-mobile-font-family);
1088
1088
  line-height: var(--primary-tablist-mobile-line-height)
1089
- } .tabs__mobile_1yivr .tabs__title_1yivr + .tabs__title_1yivr {
1089
+ } .tabs__mobile_oj7sq .tabs__title_oj7sq + .tabs__title_oj7sq {
1090
1090
  margin-left: var(--primary-tablist-mobile-gaps);
1091
1091
  }
@@ -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
- const styles = {"container":"tabs__container_12qa5","fullWidthScroll":"tabs__fullWidthScroll_12qa5"};
5
+ const styles = {"container":"tabs__container_jyt0x","fullWidthScroll":"tabs__fullWidthScroll_jyt0x"};
6
6
  require('./index.css')
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 10vl8 */
1
+ /* hash: 1bvvq */
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_12qa5 {
45
+ } .tabs__container_jyt0x {
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_12qa5::-webkit-scrollbar {
55
+ } .tabs__container_jyt0x::-webkit-scrollbar {
56
56
  display: none;
57
- } .tabs__container_12qa5 > * {
57
+ } .tabs__container_jyt0x > * {
58
58
  flex-shrink: 0;
59
- } .tabs__fullWidthScroll_12qa5 {
59
+ } .tabs__fullWidthScroll_jyt0x {
60
60
  margin: 0 var(--gap-m-neg);
61
61
  }
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SecondaryTabList } from './Component.js';
3
- import { c as commonStyles } from '../../index.module-540790c1.js';
3
+ import { c as commonStyles } from '../../index.module-733dba62.js';
4
4
  import 'classnames';
5
5
  import '@alfalab/core-components-tag/modern';
6
6
  import '../../hooks/use-tabs.js';
@@ -1,13 +1,13 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { SecondaryTabList } from './Component.js';
4
- import { c as commonStyles } from '../../index.module-540790c1.js';
4
+ import { c as commonStyles } from '../../index.module-733dba62.js';
5
5
  import '@alfalab/core-components-tag/modern';
6
6
  import '../../hooks/use-tabs.js';
7
7
  import '../scrollable-container/Component.js';
8
8
  import 'compute-scroll-into-view';
9
9
 
10
- const mobileStyles = {"title":"tabs__title_qvupy tabs__title_131lr","mobile":"tabs__mobile_qvupy"};
10
+ const mobileStyles = {"title":"tabs__title_fi3si tabs__title_1s31u","mobile":"tabs__mobile_fi3si"};
11
11
  require('./mobile.css')
12
12
 
13
13
  const styles = {
@@ -8,7 +8,7 @@ import '@alfalab/core-components-tag/modern';
8
8
  import '../../hooks/use-tabs.js';
9
9
  import '../scrollable-container/Component.js';
10
10
  import 'compute-scroll-into-view';
11
- import '../../index.module-540790c1.js';
11
+ import '../../index.module-733dba62.js';
12
12
 
13
13
  const SecondaryTabListResponsive = ({ size, defaultMatch = 'desktop', fullWidthScroll, ...restProps }) => {
14
14
  const [view] = useMedia([
@@ -1,4 +1,4 @@
1
- /* hash: 16zqy */
1
+ /* hash: 1orge */
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_131lr {
53
+ } .tabs__component_1s31u {
54
54
  position: relative;
55
55
  display: inline-flex;
56
- } .tabs__fullWidthScroll_131lr {
56
+ } .tabs__fullWidthScroll_1s31u {
57
57
  margin: 0 var(--gap-m);
58
- } .tabs__container_131lr {
58
+ } .tabs__container_1s31u {
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_131lr {
64
+ } .tabs__title_1s31u {
65
65
  white-space: nowrap;
66
- } /* sizes */ .tabs__xxs_131lr .tabs__title_131lr + .tabs__title_131lr {
66
+ } /* sizes */ .tabs__xxs_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
67
67
  margin-left: var(--secondary-tablist-xxs-gaps);
68
- } .tabs__xs_131lr .tabs__title_131lr + .tabs__title_131lr {
68
+ } .tabs__xs_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
69
69
  margin-left: var(--secondary-tablist-xs-gaps);
70
- } .tabs__s_131lr .tabs__title_131lr + .tabs__title_131lr {
70
+ } .tabs__s_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
71
71
  margin-left: var(--secondary-tablist-s-gaps);
72
- } .tabs__m_131lr .tabs__title_131lr + .tabs__title_131lr {
72
+ } .tabs__m_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
73
73
  margin-left: var(--secondary-tablist-m-gaps);
74
- } .tabs__l_131lr .tabs__title_131lr + .tabs__title_131lr {
74
+ } .tabs__l_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
75
75
  margin-left: var(--secondary-tablist-l-gaps);
76
- } .tabs__xl_131lr .tabs__title_131lr + .tabs__title_131lr {
76
+ } .tabs__xl_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
77
77
  margin-left: var(--secondary-tablist-xl-gaps);
78
78
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1pm5d */
1
+ /* hash: xgt8c */
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_131lr {
54
+ }.tabs__component_1s31u {
55
55
  position: relative;
56
56
  display: inline-flex;
57
- }.tabs__fullWidthScroll_131lr {
57
+ }.tabs__fullWidthScroll_1s31u {
58
58
  margin: 0 var(--gap-m);
59
- }.tabs__container_131lr {
59
+ }.tabs__container_1s31u {
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_131lr {
65
+ }.tabs__title_1s31u {
66
66
  white-space: nowrap;
67
- }/* sizes */.tabs__xxs_131lr .tabs__title_131lr + .tabs__title_131lr {
67
+ }/* sizes */.tabs__xxs_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
68
68
  margin-left: var(--secondary-tablist-xxs-gaps);
69
- }.tabs__xs_131lr .tabs__title_131lr + .tabs__title_131lr {
69
+ }.tabs__xs_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
70
70
  margin-left: var(--secondary-tablist-xs-gaps);
71
- }.tabs__s_131lr .tabs__title_131lr + .tabs__title_131lr {
71
+ }.tabs__s_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
72
72
  margin-left: var(--secondary-tablist-s-gaps);
73
- }.tabs__m_131lr .tabs__title_131lr + .tabs__title_131lr {
73
+ }.tabs__m_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
74
74
  margin-left: var(--secondary-tablist-m-gaps);
75
- }.tabs__l_131lr .tabs__title_131lr + .tabs__title_131lr {
75
+ }.tabs__l_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
76
76
  margin-left: var(--secondary-tablist-l-gaps);
77
- }.tabs__xl_131lr .tabs__title_131lr + .tabs__title_131lr {
77
+ }.tabs__xl_1s31u .tabs__title_1s31u + .tabs__title_1s31u {
78
78
  margin-left: var(--secondary-tablist-xl-gaps);
79
79
  } :root {
80
80
  --color-dark-indigo: #0b1f35;
@@ -952,7 +952,7 @@
952
952
 
953
953
  /* size xl */
954
954
  --secondary-tablist-xl-gaps: var(--gap-m);
955
- } .tabs__title_qvupy {
956
- } .tabs__mobile_qvupy .tabs__title_qvupy + .tabs__title_qvupy {
955
+ } .tabs__title_fi3si {
956
+ } .tabs__mobile_fi3si .tabs__title_fi3si + .tabs__title_fi3si {
957
957
  margin-left: var(--secondary-tablist-mobile-gaps);
958
958
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- const styles = {"component":"tabs__component_1obs9","hidden":"tabs__hidden_1obs9"};
4
+ const styles = {"component":"tabs__component_anzu3","hidden":"tabs__hidden_anzu3"};
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: 1vg2j */
2
- .tabs__component_1obs9 {
1
+ /* hash: 1kfs1 */
2
+ .tabs__component_anzu3 {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_1obs9 {
6
+ .tabs__hidden_anzu3 {
7
7
  display: none;
8
8
  }
@@ -16,10 +16,10 @@ import '../../synthetic-events.js';
16
16
  import '../scrollable-container/Component.js';
17
17
  import 'compute-scroll-into-view';
18
18
  import '../title/Component.js';
19
- import '../../index.module-a26a42c3.js';
19
+ import '../../index.module-585f12e8.js';
20
20
  import '../secondary-tablist/Component.js';
21
21
  import '@alfalab/core-components-tag/modern';
22
- import '../../index.module-540790c1.js';
22
+ import '../../index.module-733dba62.js';
23
23
 
24
24
  const views = {
25
25
  primary: PrimaryTabListDesktop,
@@ -16,10 +16,10 @@ import '../../synthetic-events.js';
16
16
  import '../scrollable-container/Component.js';
17
17
  import 'compute-scroll-into-view';
18
18
  import '../title/Component.js';
19
- import '../../index.module-a26a42c3.js';
19
+ import '../../index.module-585f12e8.js';
20
20
  import '../secondary-tablist/Component.js';
21
21
  import '@alfalab/core-components-tag/modern';
22
- import '../../index.module-540790c1.js';
22
+ import '../../index.module-733dba62.js';
23
23
 
24
24
  const views = {
25
25
  primary: PrimaryTabListMobile,
@@ -17,12 +17,12 @@ 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-a26a42c3.js';
20
+ import '../../index.module-585f12e8.js';
21
21
  import '../primary-tablist/Component.mobile.js';
22
22
  import '../secondary-tablist/Component.desktop.js';
23
23
  import '../secondary-tablist/Component.js';
24
24
  import '@alfalab/core-components-tag/modern';
25
- import '../../index.module-540790c1.js';
25
+ import '../../index.module-733dba62.js';
26
26
  import '../secondary-tablist/Component.mobile.js';
27
27
 
28
28
  const views = {