@alfalab/core-components-tabs 8.1.0 → 8.1.2

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 (88) hide show
  1. package/collapsible.js +1 -1
  2. package/components/primary-tablist/Component.collapsible.js +1 -1
  3. package/components/primary-tablist/Component.desktop.js +1 -1
  4. package/components/primary-tablist/Component.mobile.js +2 -2
  5. package/components/primary-tablist/Component.responsive.js +1 -1
  6. package/components/primary-tablist/index.css +30 -30
  7. package/components/primary-tablist/mobile.css +33 -33
  8. package/components/scroll-controls/Component.js +1 -1
  9. package/components/scroll-controls/index.css +14 -14
  10. package/components/scrollable-container/Component.js +1 -1
  11. package/components/scrollable-container/index.css +6 -6
  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.collapsible.js +1 -1
  20. package/components/tabs/Component.desktop.js +2 -2
  21. package/components/tabs/Component.mobile.js +2 -2
  22. package/components/tabs/Component.responsive.js +2 -2
  23. package/desktop.js +2 -2
  24. package/esm/collapsible.js +1 -1
  25. package/esm/components/primary-tablist/Component.collapsible.js +1 -1
  26. package/esm/components/primary-tablist/Component.desktop.js +1 -1
  27. package/esm/components/primary-tablist/Component.mobile.js +2 -2
  28. package/esm/components/primary-tablist/Component.responsive.js +1 -1
  29. package/esm/components/primary-tablist/index.css +30 -30
  30. package/esm/components/primary-tablist/mobile.css +33 -33
  31. package/esm/components/scroll-controls/Component.js +1 -1
  32. package/esm/components/scroll-controls/index.css +14 -14
  33. package/esm/components/scrollable-container/Component.js +1 -1
  34. package/esm/components/scrollable-container/index.css +6 -6
  35. package/esm/components/secondary-tablist/Component.desktop.js +1 -1
  36. package/esm/components/secondary-tablist/Component.mobile.js +2 -2
  37. package/esm/components/secondary-tablist/Component.responsive.js +1 -1
  38. package/esm/components/secondary-tablist/index.css +11 -11
  39. package/esm/components/secondary-tablist/mobile.css +13 -13
  40. package/esm/components/tab/Component.js +1 -1
  41. package/esm/components/tab/index.css +3 -3
  42. package/esm/components/tabs/Component.collapsible.js +1 -1
  43. package/esm/components/tabs/Component.desktop.js +2 -2
  44. package/esm/components/tabs/Component.mobile.js +2 -2
  45. package/esm/components/tabs/Component.responsive.js +2 -2
  46. package/esm/desktop.js +2 -2
  47. package/esm/index.js +2 -2
  48. package/esm/index.module-b71c96ac.js +4 -0
  49. package/esm/index.module-e27d67ec.js +4 -0
  50. package/esm/mobile.js +2 -2
  51. package/index.js +2 -2
  52. package/index.module-22089ba7.js +6 -0
  53. package/index.module-ad26a796.js +6 -0
  54. package/mobile.js +2 -2
  55. package/modern/collapsible.js +1 -1
  56. package/modern/components/primary-tablist/Component.collapsible.js +1 -1
  57. package/modern/components/primary-tablist/Component.desktop.js +1 -1
  58. package/modern/components/primary-tablist/Component.mobile.js +2 -2
  59. package/modern/components/primary-tablist/Component.responsive.js +1 -1
  60. package/modern/components/primary-tablist/index.css +30 -30
  61. package/modern/components/primary-tablist/mobile.css +33 -33
  62. package/modern/components/scroll-controls/Component.js +1 -1
  63. package/modern/components/scroll-controls/index.css +14 -14
  64. package/modern/components/scrollable-container/Component.js +1 -1
  65. package/modern/components/scrollable-container/index.css +6 -6
  66. package/modern/components/secondary-tablist/Component.desktop.js +1 -1
  67. package/modern/components/secondary-tablist/Component.mobile.js +2 -2
  68. package/modern/components/secondary-tablist/Component.responsive.js +1 -1
  69. package/modern/components/secondary-tablist/index.css +11 -11
  70. package/modern/components/secondary-tablist/mobile.css +13 -13
  71. package/modern/components/tab/Component.js +1 -1
  72. package/modern/components/tab/index.css +3 -3
  73. package/modern/components/tabs/Component.collapsible.js +1 -1
  74. package/modern/components/tabs/Component.desktop.js +2 -2
  75. package/modern/components/tabs/Component.mobile.js +2 -2
  76. package/modern/components/tabs/Component.responsive.js +2 -2
  77. package/modern/desktop.js +2 -2
  78. package/modern/index.js +2 -2
  79. package/modern/index.module-9374bba1.js +4 -0
  80. package/modern/index.module-ba38ee10.js +4 -0
  81. package/modern/mobile.js +2 -2
  82. package/package.json +4 -4
  83. package/esm/index.module-7fe2e8dc.js +0 -4
  84. package/esm/index.module-fbff2d78.js +0 -4
  85. package/index.module-447ba3e0.js +0 -6
  86. package/index.module-ee99c069.js +0 -6
  87. package/modern/index.module-22ff4191.js +0 -4
  88. package/modern/index.module-3f8f9d5d.js +0 -4
package/collapsible.js CHANGED
@@ -20,7 +20,7 @@ require('./hooks/use-tabs.js');
20
20
  require('@alfalab/core-components-shared');
21
21
  require('./synthetic-events.js');
22
22
  require('./components/title/Component.js');
23
- require('./index.module-ee99c069.js');
23
+ require('./index.module-ad26a796.js');
24
24
  require('./components/tabs/Component.js');
25
25
 
26
26
 
@@ -11,7 +11,7 @@ var desktop = require('@alfalab/core-components-picker-button/desktop');
11
11
  var hooks_useTablistTitles = require('../../hooks/use-tablist-titles.js');
12
12
  var syntheticEvents = require('../../synthetic-events.js');
13
13
  var components_title_Component = require('../title/Component.js');
14
- var index_module = require('../../index.module-ee99c069.js');
14
+ var index_module = require('../../index.module-ad26a796.js');
15
15
  require('@alfalab/core-components-mq');
16
16
  require('../../hooks/use-collapsible-elements.js');
17
17
  require('@juggle/resize-observer');
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var components_primaryTablist_Component = require('./Component.js');
8
- var index_module = require('../../index.module-ee99c069.js');
8
+ var index_module = require('../../index.module-ad26a796.js');
9
9
  require('classnames');
10
10
  require('@alfalab/core-components-keyboard-focusable');
11
11
  require('../../hooks/use-tabs.js');
@@ -6,7 +6,7 @@ var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var components_primaryTablist_Component = require('./Component.js');
9
- var index_module = require('../../index.module-ee99c069.js');
9
+ var index_module = require('../../index.module-ad26a796.js');
10
10
  require('@alfalab/core-components-keyboard-focusable');
11
11
  require('../../hooks/use-tabs.js');
12
12
  require('@alfalab/core-components-shared');
@@ -25,7 +25,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
25
25
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
26
26
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
27
27
 
28
- var mobileStyles = {"title":"tabs__title_135vc tabs__title_1u3uq","mobile":"tabs__mobile_135vc"};
28
+ var mobileStyles = {"title":"tabs__title_lp843 tabs__title_14rm8","mobile":"tabs__mobile_lp843"};
29
29
  require('./mobile.css')
30
30
 
31
31
  var styles = tslib.__assign(tslib.__assign({}, index_module.commonStyles), mobileStyles);
@@ -21,7 +21,7 @@ require('@alfalab/icons-glyph/ChevronLeftMIcon');
21
21
  require('@alfalab/icons-glyph/ChevronRightMIcon');
22
22
  require('../scroll-controls/utils.js');
23
23
  require('../title/Component.js');
24
- require('../../index.module-ee99c069.js');
24
+ require('../../index.module-ad26a796.js');
25
25
 
26
26
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
27
27
 
@@ -1,4 +1,4 @@
1
- /* hash: s4p6l */
1
+ /* hash: 1yb8q */
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_1u3uq {
86
+ } .tabs__component_14rm8 {
87
87
  position: relative;
88
88
  display: inline-flex;
89
89
  min-width: 100%
90
- } .tabs__component_1u3uq:before {
90
+ } .tabs__component_14rm8: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_1u3uq {
98
+ } .tabs__fullWidthScroll_14rm8 {
99
99
  min-width: calc(100% - 2 * var(--gap-m));
100
100
  margin: 0 var(--gap-m);
101
- } .tabs__container_1u3uq {
101
+ } .tabs__container_14rm8 {
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_1u3uq {
108
+ } .tabs__title_14rm8 {
109
109
  display: flex;
110
110
  align-items: center;
111
111
  height: 100%;
@@ -122,78 +122,78 @@
122
122
  user-select: none;
123
123
  cursor: pointer;
124
124
  outline: none
125
- } .tabs__title_1u3uq:not(.tabs__disabled_1u3uq):hover {
125
+ } .tabs__title_14rm8:not(.tabs__disabled_14rm8):hover {
126
126
  color: var(--primary-tablist-hover-color);
127
- } .tabs__focused_1u3uq {
127
+ } .tabs__focused_14rm8 {
128
128
  outline: 2px solid var(--focus-color);
129
129
  outline-offset: 2px;
130
- } .tabs__collapsed_1u3uq {
130
+ } .tabs__collapsed_14rm8 {
131
131
  order: 99;
132
132
  visibility: collapse;
133
- } .tabs__selected_1u3uq {
133
+ } .tabs__selected_14rm8 {
134
134
  cursor: default;
135
135
  color: var(--primary-tablist-selected-color);
136
- } .tabs__disabled_1u3uq {
136
+ } .tabs__disabled_14rm8 {
137
137
  cursor: var(--disabled-cursor);
138
138
  color: var(--primary-tablist-disabled-color);
139
- } .tabs__line_1u3uq {
139
+ } .tabs__line_14rm8 {
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
- } .tabs__option_1u3uq {
146
+ } .tabs__option_14rm8 {
147
147
  color: var(--color-light-text-primary);
148
- } /* sizes */ .tabs__s_1u3uq .tabs__title_1u3uq, .tabs__xs_1u3uq .tabs__title_1u3uq, .tabs__xxs_1u3uq .tabs__title_1u3uq {
148
+ } /* sizes */ .tabs__s_14rm8 .tabs__title_14rm8, .tabs__xs_14rm8 .tabs__title_14rm8, .tabs__xxs_14rm8 .tabs__title_14rm8 {
149
149
  padding: var(--primary-tablist-s-padding);
150
150
  font-size: var(--primary-tablist-s-font-size);
151
151
  font-weight: var(--primary-tablist-s-font-weight);
152
152
  font-family: var(--primary-tablist-s-font-family);
153
153
  line-height: 24px;
154
- } .tabs__s_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq, .tabs__xs_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq, .tabs__xxs_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq {
154
+ } .tabs__s_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8, .tabs__xs_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8, .tabs__xxs_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8 {
155
155
  margin-left: var(--primary-tablist-s-gaps);
156
- } .tabs__s_1u3uq .tabs__pickerWrapper_1u3uq, .tabs__xs_1u3uq .tabs__pickerWrapper_1u3uq, .tabs__xxs_1u3uq .tabs__pickerWrapper_1u3uq {
156
+ } .tabs__s_14rm8 .tabs__pickerWrapper_14rm8, .tabs__xs_14rm8 .tabs__pickerWrapper_14rm8, .tabs__xxs_14rm8 .tabs__pickerWrapper_14rm8 {
157
157
  margin-left: var(--primary-tablist-s-gaps);
158
- } .tabs__s_1u3uq .tabs__option_1u3uq, .tabs__xs_1u3uq .tabs__option_1u3uq, .tabs__xxs_1u3uq .tabs__option_1u3uq {
158
+ } .tabs__s_14rm8 .tabs__option_14rm8, .tabs__xs_14rm8 .tabs__option_14rm8, .tabs__xxs_14rm8 .tabs__option_14rm8 {
159
159
  padding: 0;
160
- } .tabs__m_1u3uq .tabs__title_1u3uq {
160
+ } .tabs__m_14rm8 .tabs__title_14rm8 {
161
161
  padding: var(--primary-tablist-m-padding);
162
162
  font-size: var(--primary-tablist-m-font-size);
163
163
  font-weight: var(--primary-tablist-m-font-weight);
164
164
  font-family: var(--primary-tablist-m-font-family);
165
165
  line-height: 24px;
166
- } .tabs__m_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq {
166
+ } .tabs__m_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8 {
167
167
  margin-left: var(--primary-tablist-m-gaps);
168
- } .tabs__m_1u3uq .tabs__pickerWrapper_1u3uq {
168
+ } .tabs__m_14rm8 .tabs__pickerWrapper_14rm8 {
169
169
  margin-left: var(--primary-tablist-m-gaps);
170
- } .tabs__m_1u3uq .tabs__option_1u3uq {
170
+ } .tabs__m_14rm8 .tabs__option_14rm8 {
171
171
  padding: 0;
172
- } .tabs__l_1u3uq .tabs__title_1u3uq {
172
+ } .tabs__l_14rm8 .tabs__title_14rm8 {
173
173
  padding: var(--primary-tablist-l-padding);
174
174
  font-size: var(--primary-tablist-l-font-size);
175
175
  font-weight: var(--primary-tablist-l-font-weight);
176
176
  font-family: var(--primary-tablist-l-font-family);
177
177
  line-height: 24px;
178
- } .tabs__l_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq {
178
+ } .tabs__l_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8 {
179
179
  margin-left: var(--primary-tablist-l-gaps);
180
- } .tabs__l_1u3uq .tabs__pickerWrapper_1u3uq {
180
+ } .tabs__l_14rm8 .tabs__pickerWrapper_14rm8 {
181
181
  margin-left: var(--primary-tablist-l-gaps);
182
- } .tabs__l_1u3uq .tabs__option_1u3uq {
182
+ } .tabs__l_14rm8 .tabs__option_14rm8 {
183
183
  padding: 0;
184
- } .tabs__xl_1u3uq .tabs__title_1u3uq {
184
+ } .tabs__xl_14rm8 .tabs__title_14rm8 {
185
185
  padding: var(--primary-tablist-xl-padding);
186
186
  font-size: var(--primary-tablist-xl-font-size);
187
187
  font-weight: var(--primary-tablist-xl-font-weight);
188
188
  font-family: var(--primary-tablist-xl-font-family);
189
189
  line-height: 32px;
190
- } .tabs__xl_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq {
190
+ } .tabs__xl_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8 {
191
191
  margin-left: var(--primary-tablist-xl-gaps);
192
- } .tabs__xl_1u3uq .tabs__pickerWrapper_1u3uq {
192
+ } .tabs__xl_14rm8 .tabs__pickerWrapper_14rm8 {
193
193
  margin-left: var(--primary-tablist-xl-gaps);
194
- } .tabs__xl_1u3uq .tabs__option_1u3uq {
194
+ } .tabs__xl_14rm8 .tabs__option_14rm8 {
195
195
  padding: 0;
196
- } .tabs__rightAddons_1u3uq {
196
+ } .tabs__rightAddons_14rm8 {
197
197
  display: flex;
198
198
  justify-content: center;
199
199
  align-items: center;
@@ -1,4 +1,4 @@
1
- /* hash: j8scm */
1
+ /* hash: n4aju */
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_1u3uq {
93
+ }.tabs__component_14rm8 {
94
94
  position: relative;
95
95
  display: inline-flex;
96
96
  min-width: 100%
97
- }.tabs__component_1u3uq:before {
97
+ }.tabs__component_14rm8: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_1u3uq {
105
+ }.tabs__fullWidthScroll_14rm8 {
106
106
  min-width: calc(100% - 2 * var(--gap-m));
107
107
  margin: 0 var(--gap-m);
108
- }.tabs__container_1u3uq {
108
+ }.tabs__container_14rm8 {
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_1u3uq {
115
+ }.tabs__title_14rm8 {
116
116
  display: flex;
117
117
  align-items: center;
118
118
  height: 100%;
@@ -129,78 +129,78 @@
129
129
  user-select: none;
130
130
  cursor: pointer;
131
131
  outline: none
132
- }.tabs__title_1u3uq:not(.tabs__disabled_1u3uq):hover {
132
+ }.tabs__title_14rm8:not(.tabs__disabled_14rm8):hover {
133
133
  color: var(--primary-tablist-hover-color);
134
- }.tabs__focused_1u3uq {
134
+ }.tabs__focused_14rm8 {
135
135
  outline: 2px solid var(--focus-color);
136
136
  outline-offset: 2px;
137
- }.tabs__collapsed_1u3uq {
137
+ }.tabs__collapsed_14rm8 {
138
138
  order: 99;
139
139
  visibility: collapse;
140
- }.tabs__selected_1u3uq {
140
+ }.tabs__selected_14rm8 {
141
141
  cursor: default;
142
142
  color: var(--primary-tablist-selected-color);
143
- }.tabs__disabled_1u3uq {
143
+ }.tabs__disabled_14rm8 {
144
144
  cursor: var(--disabled-cursor);
145
145
  color: var(--primary-tablist-disabled-color);
146
- }.tabs__line_1u3uq {
146
+ }.tabs__line_14rm8 {
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
- }.tabs__option_1u3uq {
153
+ }.tabs__option_14rm8 {
154
154
  color: var(--color-light-text-primary);
155
- }/* sizes */.tabs__s_1u3uq .tabs__title_1u3uq, .tabs__xs_1u3uq .tabs__title_1u3uq, .tabs__xxs_1u3uq .tabs__title_1u3uq {
155
+ }/* sizes */.tabs__s_14rm8 .tabs__title_14rm8, .tabs__xs_14rm8 .tabs__title_14rm8, .tabs__xxs_14rm8 .tabs__title_14rm8 {
156
156
  padding: var(--primary-tablist-s-padding);
157
157
  font-size: var(--primary-tablist-s-font-size);
158
158
  font-weight: var(--primary-tablist-s-font-weight);
159
159
  font-family: var(--primary-tablist-s-font-family);
160
160
  line-height: 24px;
161
- }.tabs__s_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq, .tabs__xs_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq, .tabs__xxs_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq {
161
+ }.tabs__s_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8, .tabs__xs_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8, .tabs__xxs_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8 {
162
162
  margin-left: var(--primary-tablist-s-gaps);
163
- }.tabs__s_1u3uq .tabs__pickerWrapper_1u3uq, .tabs__xs_1u3uq .tabs__pickerWrapper_1u3uq, .tabs__xxs_1u3uq .tabs__pickerWrapper_1u3uq {
163
+ }.tabs__s_14rm8 .tabs__pickerWrapper_14rm8, .tabs__xs_14rm8 .tabs__pickerWrapper_14rm8, .tabs__xxs_14rm8 .tabs__pickerWrapper_14rm8 {
164
164
  margin-left: var(--primary-tablist-s-gaps);
165
- }.tabs__s_1u3uq .tabs__option_1u3uq, .tabs__xs_1u3uq .tabs__option_1u3uq, .tabs__xxs_1u3uq .tabs__option_1u3uq {
165
+ }.tabs__s_14rm8 .tabs__option_14rm8, .tabs__xs_14rm8 .tabs__option_14rm8, .tabs__xxs_14rm8 .tabs__option_14rm8 {
166
166
  padding: 0;
167
- }.tabs__m_1u3uq .tabs__title_1u3uq {
167
+ }.tabs__m_14rm8 .tabs__title_14rm8 {
168
168
  padding: var(--primary-tablist-m-padding);
169
169
  font-size: var(--primary-tablist-m-font-size);
170
170
  font-weight: var(--primary-tablist-m-font-weight);
171
171
  font-family: var(--primary-tablist-m-font-family);
172
172
  line-height: 24px;
173
- }.tabs__m_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq {
173
+ }.tabs__m_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8 {
174
174
  margin-left: var(--primary-tablist-m-gaps);
175
- }.tabs__m_1u3uq .tabs__pickerWrapper_1u3uq {
175
+ }.tabs__m_14rm8 .tabs__pickerWrapper_14rm8 {
176
176
  margin-left: var(--primary-tablist-m-gaps);
177
- }.tabs__m_1u3uq .tabs__option_1u3uq {
177
+ }.tabs__m_14rm8 .tabs__option_14rm8 {
178
178
  padding: 0;
179
- }.tabs__l_1u3uq .tabs__title_1u3uq {
179
+ }.tabs__l_14rm8 .tabs__title_14rm8 {
180
180
  padding: var(--primary-tablist-l-padding);
181
181
  font-size: var(--primary-tablist-l-font-size);
182
182
  font-weight: var(--primary-tablist-l-font-weight);
183
183
  font-family: var(--primary-tablist-l-font-family);
184
184
  line-height: 24px;
185
- }.tabs__l_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq {
185
+ }.tabs__l_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8 {
186
186
  margin-left: var(--primary-tablist-l-gaps);
187
- }.tabs__l_1u3uq .tabs__pickerWrapper_1u3uq {
187
+ }.tabs__l_14rm8 .tabs__pickerWrapper_14rm8 {
188
188
  margin-left: var(--primary-tablist-l-gaps);
189
- }.tabs__l_1u3uq .tabs__option_1u3uq {
189
+ }.tabs__l_14rm8 .tabs__option_14rm8 {
190
190
  padding: 0;
191
- }.tabs__xl_1u3uq .tabs__title_1u3uq {
191
+ }.tabs__xl_14rm8 .tabs__title_14rm8 {
192
192
  padding: var(--primary-tablist-xl-padding);
193
193
  font-size: var(--primary-tablist-xl-font-size);
194
194
  font-weight: var(--primary-tablist-xl-font-weight);
195
195
  font-family: var(--primary-tablist-xl-font-family);
196
196
  line-height: 32px;
197
- }.tabs__xl_1u3uq .tabs__title_1u3uq + .tabs__title_1u3uq {
197
+ }.tabs__xl_14rm8 .tabs__title_14rm8 + .tabs__title_14rm8 {
198
198
  margin-left: var(--primary-tablist-xl-gaps);
199
- }.tabs__xl_1u3uq .tabs__pickerWrapper_1u3uq {
199
+ }.tabs__xl_14rm8 .tabs__pickerWrapper_14rm8 {
200
200
  margin-left: var(--primary-tablist-xl-gaps);
201
- }.tabs__xl_1u3uq .tabs__option_1u3uq {
201
+ }.tabs__xl_14rm8 .tabs__option_14rm8 {
202
202
  padding: 0;
203
- }.tabs__rightAddons_1u3uq {
203
+ }.tabs__rightAddons_14rm8 {
204
204
  display: flex;
205
205
  justify-content: center;
206
206
  align-items: center;
@@ -1108,13 +1108,13 @@
1108
1108
 
1109
1109
  /* size xl */
1110
1110
  --secondary-tablist-xl-gaps: var(--gap-m);
1111
- } .tabs__title_135vc {
1112
- } .tabs__mobile_135vc .tabs__title_135vc {
1111
+ } .tabs__title_lp843 {
1112
+ } .tabs__mobile_lp843 .tabs__title_lp843 {
1113
1113
  padding: var(--primary-tablist-mobile-padding);
1114
1114
  font-size: var(--primary-tablist-mobile-font-size);
1115
1115
  font-weight: var(--primary-tablist-mobile-font-weight);
1116
1116
  font-family: var(--primary-tablist-mobile-font-family);
1117
1117
  line-height: var(--primary-tablist-mobile-line-height)
1118
- } .tabs__mobile_135vc .tabs__title_135vc + .tabs__title_135vc {
1118
+ } .tabs__mobile_lp843 .tabs__title_lp843 + .tabs__title_lp843 {
1119
1119
  margin-left: var(--primary-tablist-mobile-gaps);
1120
1120
  }
@@ -17,7 +17,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
17
17
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
18
18
  var _debounce__default = /*#__PURE__*/_interopDefaultCompat(_debounce);
19
19
 
20
- var styles = {"component":"tabs__component_1i374","borderVisible":"tabs__borderVisible_1i374","primary":"tabs__primary_1i374","button":"tabs__button_1i374","xl":"tabs__xl_1i374","secondary":"tabs__secondary_1i374","xs":"tabs__xs_1i374"};
20
+ var styles = {"component":"tabs__component_10mjw","borderVisible":"tabs__borderVisible_10mjw","primary":"tabs__primary_10mjw","button":"tabs__button_10mjw","xl":"tabs__xl_10mjw","secondary":"tabs__secondary_10mjw","xs":"tabs__xs_10mjw"};
21
21
  require('./index.css')
22
22
 
23
23
  var ScrollControls = React.forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: y6f39 */
1
+ /* hash: c0woj */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-primary: #dcdcdd;
@@ -44,11 +44,11 @@
44
44
  /* size l */
45
45
 
46
46
  /* size xl */
47
- } .tabs__component_1i374 {
47
+ } .tabs__component_10mjw {
48
48
  position: relative;
49
49
  display: flex;
50
50
  flex-shrink: 0
51
- } .tabs__component_1i374:before {
51
+ } .tabs__component_10mjw:before {
52
52
  content: '';
53
53
  display: block;
54
54
  position: absolute;
@@ -57,12 +57,12 @@
57
57
  width: 1px;
58
58
  background-color: transparent;
59
59
  transition: background-color 0.3s ease;
60
- } .tabs__borderVisible_1i374:before {
60
+ } .tabs__borderVisible_10mjw:before {
61
61
  background-color: var(--color-light-specialbg-tertiary-transparent);
62
- } .tabs__primary_1i374 {
62
+ } .tabs__primary_10mjw {
63
63
  align-items: flex-start;
64
64
  justify-content: flex-end
65
- } .tabs__primary_1i374:after {
65
+ } .tabs__primary_10mjw:after {
66
66
  content: '';
67
67
  display: block;
68
68
  position: absolute;
@@ -70,25 +70,25 @@
70
70
  height: 1px;
71
71
  width: 100%;
72
72
  background-color: var(--primary-tablist-bottom-border-color);
73
- } .tabs__primary_1i374:before {
73
+ } .tabs__primary_10mjw:before {
74
74
  bottom: 2px;
75
- } .tabs__primary_1i374 {
75
+ } .tabs__primary_10mjw {
76
76
 
77
- .tabs__button_1i374:first-child {
77
+ .tabs__button_10mjw:first-child {
78
78
  padding-left: var(--gap-xs);
79
79
  margin-right: var(--gap-xs);
80
80
  }
81
- } .tabs__primary_1i374.tabs__xl_1i374 .tabs__button_1i374:first-child {
81
+ } .tabs__primary_10mjw.tabs__xl_10mjw .tabs__button_10mjw:first-child {
82
82
  margin-right: var(--gap-2xs);
83
- } .tabs__secondary_1i374 {
83
+ } .tabs__secondary_10mjw {
84
84
  align-items: center;
85
85
  justify-content: center
86
- } .tabs__secondary_1i374:before {
86
+ } .tabs__secondary_10mjw:before {
87
87
  bottom: 0;
88
- } .tabs__secondary_1i374.tabs__xs_1i374 {
88
+ } .tabs__secondary_10mjw.tabs__xs_10mjw {
89
89
  width: 76px;
90
90
 
91
- .tabs__button_1i374:first-child {
91
+ .tabs__button_10mjw:first-child {
92
92
  margin-right: var(--gap-2xs);
93
93
  }
94
94
  }
@@ -19,7 +19,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
19
19
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
20
20
  var computeScrollIntoView__default = /*#__PURE__*/_interopDefaultCompat(computeScrollIntoView);
21
21
 
22
- var styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_v4p4z","container":"tabs__container_v4p4z","fullWidthScroll":"tabs__fullWidthScroll_v4p4z"};
22
+ var styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_1kgxm","container":"tabs__container_1kgxm","fullWidthScroll":"tabs__fullWidthScroll_1kgxm"};
23
23
  require('./index.css')
24
24
 
25
25
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 1kolo */
1
+ /* hash: ei24y */
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,9 +42,9 @@
42
42
  /* size l */
43
43
 
44
44
  /* size xl */
45
- } .tabs__scrollableContainerWrapper_v4p4z {
45
+ } .tabs__scrollableContainerWrapper_1kgxm {
46
46
  display: flex;
47
- } .tabs__container_v4p4z {
47
+ } .tabs__container_1kgxm {
48
48
  position: relative;
49
49
  overflow-x: auto;
50
50
  overflow-y: hidden;
@@ -55,11 +55,11 @@
55
55
  /* focus-outline fix */
56
56
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
57
57
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs)
58
- } .tabs__container_v4p4z::-webkit-scrollbar {
58
+ } .tabs__container_1kgxm::-webkit-scrollbar {
59
59
  display: none;
60
- } .tabs__container_v4p4z > * {
60
+ } .tabs__container_1kgxm > * {
61
61
  flex-shrink: 0;
62
- } .tabs__fullWidthScroll_v4p4z {
62
+ } .tabs__fullWidthScroll_1kgxm {
63
63
  padding-left: 0;
64
64
  margin: var(--gap-2xs-neg) var(--gap-m-neg);
65
65
  }
@@ -6,7 +6,7 @@ var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var desktop = require('@alfalab/core-components-tag/desktop');
8
8
  var components_secondaryTablist_Component = require('./Component.js');
9
- var index_module = require('../../index.module-447ba3e0.js');
9
+ var index_module = require('../../index.module-22089ba7.js');
10
10
  require('classnames');
11
11
  require('../../hooks/use-tabs.js');
12
12
  require('@alfalab/core-components-shared');
@@ -7,7 +7,7 @@ var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var mobile = require('@alfalab/core-components-tag/mobile');
9
9
  var components_secondaryTablist_Component = require('./Component.js');
10
- var index_module = require('../../index.module-447ba3e0.js');
10
+ var index_module = require('../../index.module-22089ba7.js');
11
11
  require('../../hooks/use-tabs.js');
12
12
  require('@alfalab/core-components-shared');
13
13
  require('../scrollable-container/Component.js');
@@ -24,7 +24,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
24
24
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
25
25
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
26
26
 
27
- var mobileStyles = {"title":"tabs__title_1889x tabs__title_tc0jp","mobile":"tabs__mobile_1889x"};
27
+ var mobileStyles = {"title":"tabs__title_iw1fr tabs__title_bvdbq","mobile":"tabs__mobile_iw1fr"};
28
28
  require('./mobile.css')
29
29
 
30
30
  var styles = tslib.__assign(tslib.__assign({}, index_module.commonStyles), mobileStyles);
@@ -20,7 +20,7 @@ require('@alfalab/core-components-icon-button');
20
20
  require('@alfalab/icons-glyph/ChevronLeftMIcon');
21
21
  require('@alfalab/icons-glyph/ChevronRightMIcon');
22
22
  require('../scroll-controls/utils.js');
23
- require('../../index.module-447ba3e0.js');
23
+ require('../../index.module-22089ba7.js');
24
24
  require('@alfalab/core-components-tag/mobile');
25
25
 
26
26
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -1,4 +1,4 @@
1
- /* hash: 3thre */
1
+ /* hash: 1gp3e */
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_tc0jp {
53
+ } .tabs__component_bvdbq {
54
54
  position: relative;
55
55
  display: inline-flex;
56
- } .tabs__fullWidthScroll_tc0jp {
56
+ } .tabs__fullWidthScroll_bvdbq {
57
57
  margin: 0 var(--gap-m);
58
- } .tabs__container_tc0jp {
58
+ } .tabs__container_bvdbq {
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_tc0jp {
64
+ } .tabs__title_bvdbq {
65
65
  white-space: nowrap;
66
- } /* sizes */ .tabs__xxs_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
66
+ } /* sizes */ .tabs__xxs_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
67
67
  margin-left: var(--secondary-tablist-xxs-gaps);
68
- } .tabs__xs_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
68
+ } .tabs__xs_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
69
69
  margin-left: var(--secondary-tablist-xs-gaps);
70
- } .tabs__s_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
70
+ } .tabs__s_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
71
71
  margin-left: var(--secondary-tablist-s-gaps);
72
- } .tabs__m_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
72
+ } .tabs__m_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
73
73
  margin-left: var(--secondary-tablist-m-gaps);
74
- } .tabs__l_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
74
+ } .tabs__l_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
75
75
  margin-left: var(--secondary-tablist-l-gaps);
76
- } .tabs__xl_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
76
+ } .tabs__xl_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
77
77
  margin-left: var(--secondary-tablist-xl-gaps);
78
78
  }
@@ -1,4 +1,4 @@
1
- /* hash: lza89 */
1
+ /* hash: j5qbq */
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_tc0jp {
54
+ }.tabs__component_bvdbq {
55
55
  position: relative;
56
56
  display: inline-flex;
57
- }.tabs__fullWidthScroll_tc0jp {
57
+ }.tabs__fullWidthScroll_bvdbq {
58
58
  margin: 0 var(--gap-m);
59
- }.tabs__container_tc0jp {
59
+ }.tabs__container_bvdbq {
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_tc0jp {
65
+ }.tabs__title_bvdbq {
66
66
  white-space: nowrap;
67
- }/* sizes */.tabs__xxs_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
67
+ }/* sizes */.tabs__xxs_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
68
68
  margin-left: var(--secondary-tablist-xxs-gaps);
69
- }.tabs__xs_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
69
+ }.tabs__xs_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
70
70
  margin-left: var(--secondary-tablist-xs-gaps);
71
- }.tabs__s_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
71
+ }.tabs__s_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
72
72
  margin-left: var(--secondary-tablist-s-gaps);
73
- }.tabs__m_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
73
+ }.tabs__m_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
74
74
  margin-left: var(--secondary-tablist-m-gaps);
75
- }.tabs__l_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
75
+ }.tabs__l_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
76
76
  margin-left: var(--secondary-tablist-l-gaps);
77
- }.tabs__xl_tc0jp .tabs__title_tc0jp + .tabs__title_tc0jp {
77
+ }.tabs__xl_bvdbq .tabs__title_bvdbq + .tabs__title_bvdbq {
78
78
  margin-left: var(--secondary-tablist-xl-gaps);
79
79
  } :root {
80
80
  --color-dark-indigo: #0b1f35;
@@ -979,7 +979,7 @@
979
979
 
980
980
  /* size xl */
981
981
  --secondary-tablist-xl-gaps: var(--gap-m);
982
- } .tabs__title_1889x {
983
- } .tabs__mobile_1889x .tabs__title_1889x + .tabs__title_1889x {
982
+ } .tabs__title_iw1fr {
983
+ } .tabs__mobile_iw1fr .tabs__title_iw1fr + .tabs__title_iw1fr {
984
984
  margin-left: var(--secondary-tablist-mobile-gaps);
985
985
  }