@alfalab/core-components-tabs 7.1.0 → 7.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 (148) hide show
  1. package/components/primary-tablist/Component.d.ts +2 -4
  2. package/components/primary-tablist/Component.desktop.js +4 -4
  3. package/components/primary-tablist/Component.js +3 -3
  4. package/components/primary-tablist/Component.mobile.d.ts +1 -1
  5. package/components/primary-tablist/Component.mobile.js +5 -5
  6. package/components/primary-tablist/Component.responsive.js +4 -4
  7. package/components/primary-tablist/index.css +24 -23
  8. package/components/primary-tablist/mobile.css +80 -70
  9. package/components/scrollable-container/Component.d.ts +1 -1
  10. package/components/scrollable-container/Component.js +1 -1
  11. package/components/scrollable-container/index.css +5 -5
  12. package/components/secondary-tablist/Component.d.ts +2 -6
  13. package/components/secondary-tablist/Component.desktop.d.ts +1 -1
  14. package/components/secondary-tablist/Component.desktop.js +3 -3
  15. package/components/secondary-tablist/Component.js +2 -2
  16. package/components/secondary-tablist/Component.mobile.d.ts +1 -1
  17. package/components/secondary-tablist/Component.mobile.js +4 -4
  18. package/components/secondary-tablist/Component.responsive.js +3 -3
  19. package/components/secondary-tablist/index.css +11 -11
  20. package/components/secondary-tablist/mobile.css +66 -57
  21. package/components/tab/Component.js +1 -1
  22. package/components/tab/index.css +3 -3
  23. package/components/tabs/Component.d.ts +1 -1
  24. package/components/tabs/Component.desktop.d.ts +1 -1
  25. package/components/tabs/Component.desktop.js +5 -5
  26. package/components/tabs/Component.mobile.d.ts +1 -1
  27. package/components/tabs/Component.mobile.js +5 -5
  28. package/components/tabs/Component.responsive.d.ts +1 -1
  29. package/components/tabs/Component.responsive.js +5 -5
  30. package/cssm/components/primary-tablist/Component.d.ts +2 -4
  31. package/cssm/components/primary-tablist/Component.desktop.js +3 -3
  32. package/cssm/components/primary-tablist/Component.js +3 -3
  33. package/cssm/components/primary-tablist/Component.mobile.d.ts +1 -1
  34. package/cssm/components/primary-tablist/Component.mobile.js +3 -3
  35. package/cssm/components/primary-tablist/Component.responsive.js +3 -3
  36. package/cssm/components/primary-tablist/index.module.css +4 -3
  37. package/cssm/components/scrollable-container/Component.d.ts +1 -1
  38. package/cssm/components/secondary-tablist/Component.d.ts +2 -6
  39. package/cssm/components/secondary-tablist/Component.desktop.d.ts +1 -1
  40. package/cssm/components/secondary-tablist/Component.desktop.js +2 -2
  41. package/cssm/components/secondary-tablist/Component.js +2 -2
  42. package/cssm/components/secondary-tablist/Component.mobile.d.ts +1 -1
  43. package/cssm/components/secondary-tablist/Component.mobile.js +2 -2
  44. package/cssm/components/secondary-tablist/Component.responsive.js +2 -2
  45. package/cssm/components/tabs/Component.d.ts +1 -1
  46. package/cssm/components/tabs/Component.desktop.d.ts +1 -1
  47. package/cssm/components/tabs/Component.desktop.js +3 -3
  48. package/cssm/components/tabs/Component.mobile.d.ts +1 -1
  49. package/cssm/components/tabs/Component.mobile.js +3 -3
  50. package/cssm/components/tabs/Component.responsive.d.ts +1 -1
  51. package/cssm/components/tabs/Component.responsive.js +3 -3
  52. package/cssm/desktop.js +4 -4
  53. package/cssm/index.js +4 -4
  54. package/cssm/mobile.js +4 -4
  55. package/cssm/responsive.js +4 -4
  56. package/cssm/{tslib.es6-ce870b46.d.ts → tslib.es6-9682e485.d.ts} +8 -4
  57. package/{tslib.es6-e61a3999.js → cssm/tslib.es6-9682e485.js} +1 -1
  58. package/cssm/typings.d.ts +1 -1
  59. package/desktop.js +6 -6
  60. package/esm/components/primary-tablist/Component.d.ts +2 -4
  61. package/esm/components/primary-tablist/Component.desktop.js +4 -4
  62. package/esm/components/primary-tablist/Component.js +3 -3
  63. package/esm/components/primary-tablist/Component.mobile.d.ts +1 -1
  64. package/esm/components/primary-tablist/Component.mobile.js +5 -5
  65. package/esm/components/primary-tablist/Component.responsive.js +4 -4
  66. package/esm/components/primary-tablist/index.css +24 -23
  67. package/esm/components/primary-tablist/mobile.css +80 -70
  68. package/esm/components/scrollable-container/Component.d.ts +1 -1
  69. package/esm/components/scrollable-container/Component.js +1 -1
  70. package/esm/components/scrollable-container/index.css +5 -5
  71. package/esm/components/secondary-tablist/Component.d.ts +2 -6
  72. package/esm/components/secondary-tablist/Component.desktop.d.ts +1 -1
  73. package/esm/components/secondary-tablist/Component.desktop.js +3 -3
  74. package/esm/components/secondary-tablist/Component.js +2 -2
  75. package/esm/components/secondary-tablist/Component.mobile.d.ts +1 -1
  76. package/esm/components/secondary-tablist/Component.mobile.js +4 -4
  77. package/esm/components/secondary-tablist/Component.responsive.js +3 -3
  78. package/esm/components/secondary-tablist/index.css +11 -11
  79. package/esm/components/secondary-tablist/mobile.css +66 -57
  80. package/esm/components/tab/Component.js +1 -1
  81. package/esm/components/tab/index.css +3 -3
  82. package/esm/components/tabs/Component.d.ts +1 -1
  83. package/esm/components/tabs/Component.desktop.d.ts +1 -1
  84. package/esm/components/tabs/Component.desktop.js +5 -5
  85. package/esm/components/tabs/Component.mobile.d.ts +1 -1
  86. package/esm/components/tabs/Component.mobile.js +5 -5
  87. package/esm/components/tabs/Component.responsive.d.ts +1 -1
  88. package/esm/components/tabs/Component.responsive.js +5 -5
  89. package/esm/desktop.js +5 -5
  90. package/esm/index.js +5 -5
  91. package/esm/index.module-7ca9e703.js +4 -0
  92. package/esm/index.module-e51ae308.js +4 -0
  93. package/esm/mobile.js +5 -5
  94. package/esm/responsive.js +5 -5
  95. package/{tslib.es6-e61a3999.d.ts → esm/tslib.es6-954a2f25.d.ts} +8 -4
  96. package/esm/{tslib.es6-fbd13ab9.js → tslib.es6-954a2f25.js} +1 -1
  97. package/esm/typings.d.ts +1 -1
  98. package/index.js +6 -6
  99. package/index.module-7a6d77c2.js +6 -0
  100. package/index.module-d59767dd.js +6 -0
  101. package/mobile.js +6 -6
  102. package/modern/components/primary-tablist/Component.d.ts +2 -4
  103. package/modern/components/primary-tablist/Component.desktop.js +4 -4
  104. package/modern/components/primary-tablist/Component.js +4 -4
  105. package/modern/components/primary-tablist/Component.mobile.d.ts +1 -1
  106. package/modern/components/primary-tablist/Component.mobile.js +5 -5
  107. package/modern/components/primary-tablist/Component.responsive.js +4 -4
  108. package/modern/components/primary-tablist/index.css +24 -23
  109. package/modern/components/primary-tablist/mobile.css +80 -70
  110. package/modern/components/scrollable-container/Component.d.ts +1 -1
  111. package/modern/components/scrollable-container/Component.js +1 -1
  112. package/modern/components/scrollable-container/index.css +5 -5
  113. package/modern/components/secondary-tablist/Component.d.ts +2 -6
  114. package/modern/components/secondary-tablist/Component.desktop.d.ts +1 -1
  115. package/modern/components/secondary-tablist/Component.desktop.js +3 -3
  116. package/modern/components/secondary-tablist/Component.js +2 -2
  117. package/modern/components/secondary-tablist/Component.mobile.d.ts +1 -1
  118. package/modern/components/secondary-tablist/Component.mobile.js +4 -4
  119. package/modern/components/secondary-tablist/Component.responsive.js +3 -3
  120. package/modern/components/secondary-tablist/index.css +11 -11
  121. package/modern/components/secondary-tablist/mobile.css +66 -57
  122. package/modern/components/tab/Component.js +1 -1
  123. package/modern/components/tab/index.css +3 -3
  124. package/modern/components/tabs/Component.d.ts +1 -1
  125. package/modern/components/tabs/Component.desktop.d.ts +1 -1
  126. package/modern/components/tabs/Component.desktop.js +5 -5
  127. package/modern/components/tabs/Component.mobile.d.ts +1 -1
  128. package/modern/components/tabs/Component.mobile.js +5 -5
  129. package/modern/components/tabs/Component.responsive.d.ts +1 -1
  130. package/modern/components/tabs/Component.responsive.js +5 -5
  131. package/modern/desktop.js +4 -4
  132. package/modern/index.js +4 -4
  133. package/modern/index.module-7ca9e703.js +4 -0
  134. package/modern/index.module-e51ae308.js +4 -0
  135. package/modern/mobile.js +4 -4
  136. package/modern/responsive.js +4 -4
  137. package/modern/typings.d.ts +1 -1
  138. package/package.json +3 -3
  139. package/responsive.js +6 -6
  140. package/{esm/tslib.es6-fbd13ab9.d.ts → tslib.es6-3a2676d6.d.ts} +8 -4
  141. package/{cssm/tslib.es6-ce870b46.js → tslib.es6-3a2676d6.js} +1 -1
  142. package/typings.d.ts +1 -1
  143. package/esm/index.module-134e200e.js +0 -4
  144. package/esm/index.module-523e7b48.js +0 -4
  145. package/index.module-509288bb.js +0 -6
  146. package/index.module-7226e3a9.js +0 -6
  147. package/modern/index.module-134e200e.js +0 -4
  148. package/modern/index.module-523e7b48.js +0 -4
@@ -1,11 +1,11 @@
1
- /* hash: cqbct */
1
+ /* hash: 141st */
2
2
  :root {
3
3
  --color-light-border-accent: #ef3124;
4
4
  --color-light-border-link: #007aff;
5
5
  --color-light-border-primary: #dbdee1;
6
6
  --color-light-text-primary: #0b1f35;
7
- --color-light-text-secondary: #546272;
8
- --color-light-text-tertiary: #b6bcc3;
7
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7);
8
+ --color-light-text-tertiary: rgba(11, 31, 53, 0.3);
9
9
  }
10
10
  :root {
11
11
 
@@ -37,6 +37,7 @@
37
37
  --primary-tablist-disabled-color: var(--color-light-text-tertiary);
38
38
  --primary-tablist-bottom-border-color: var(--color-light-border-primary);
39
39
  --primary-tablist-line-color: var(--color-light-border-accent);
40
+ --primary-tablist-font-feature-settings: normal;
40
41
 
41
42
  /* mobile */
42
43
 
@@ -82,12 +83,12 @@
82
83
 
83
84
  /* size xl */
84
85
  }
85
- .tabs__component_3bs9g {
86
+ .tabs__component_8sfek {
86
87
  position: relative;
87
88
  display: inline-flex;
88
89
  min-width: 100%
89
90
  }
90
- .tabs__component_3bs9g:before {
91
+ .tabs__component_8sfek:before {
91
92
  content: '';
92
93
  display: block;
93
94
  position: absolute;
@@ -96,22 +97,22 @@
96
97
  width: 100%;
97
98
  background-color: var(--primary-tablist-bottom-border-color);
98
99
  }
99
- .tabs__fullWidthScroll_3bs9g {
100
+ .tabs__fullWidthScroll_8sfek {
100
101
  min-width: calc(100% - 2 * var(--gap-m));
101
102
  margin: 0 var(--gap-m);
102
103
  }
103
- .tabs__container_3bs9g {
104
+ .tabs__container_8sfek {
104
105
  position: relative;
105
106
  overflow: hidden;
106
107
  }
107
- .tabs__title_3bs9g {
108
+ .tabs__title_8sfek {
108
109
  display: flex;
109
110
  align-items: center;
110
111
  height: 100%;
111
112
  padding: 0;
112
113
  cursor: pointer;
113
114
  color: var(--primary-tablist-color);
114
- font-feature-settings: 'ss01';
115
+ font-feature-settings: var(--primary-tablist-font-feature-settings);
115
116
  transition: color 0.2s ease;
116
117
  border: 0;
117
118
  background: none;
@@ -122,22 +123,22 @@
122
123
  cursor: pointer;
123
124
  outline: none
124
125
  }
125
- .tabs__title_3bs9g:not(.tabs__disabled_3bs9g):hover {
126
+ .tabs__title_8sfek:not(.tabs__disabled_8sfek):hover {
126
127
  color: var(--primary-tablist-hover-color);
127
128
  }
128
- .tabs__focused_3bs9g {
129
+ .tabs__focused_8sfek {
129
130
  outline: 2px solid var(--focus-color);
130
131
  outline-offset: 2px;
131
132
  }
132
- .tabs__selected_3bs9g {
133
+ .tabs__selected_8sfek {
133
134
  cursor: default;
134
135
  color: var(--primary-tablist-selected-color);
135
136
  }
136
- .tabs__disabled_3bs9g {
137
+ .tabs__disabled_8sfek {
137
138
  cursor: var(--disabled-cursor);
138
139
  color: var(--primary-tablist-disabled-color);
139
140
  }
140
- .tabs__line_3bs9g {
141
+ .tabs__line_8sfek {
141
142
  position: absolute;
142
143
  height: 3px;
143
144
  bottom: 0;
@@ -146,46 +147,46 @@
146
147
  transition: transform 0.2s ease, width 0.2s ease;
147
148
  }
148
149
  /* sizes */
149
- .tabs__s_3bs9g .tabs__title_3bs9g, .tabs__xs_3bs9g .tabs__title_3bs9g, .tabs__xxs_3bs9g .tabs__title_3bs9g {
150
+ .tabs__s_8sfek .tabs__title_8sfek, .tabs__xs_8sfek .tabs__title_8sfek, .tabs__xxs_8sfek .tabs__title_8sfek {
150
151
  padding: var(--primary-tablist-s-padding);
151
152
  font-size: var(--primary-tablist-s-font-size);
152
153
  font-weight: var(--primary-tablist-s-font-weight);
153
154
  font-family: var(--primary-tablist-s-font-family);
154
155
  line-height: 24px;
155
156
  }
156
- .tabs__s_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g, .tabs__xs_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g, .tabs__xxs_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g {
157
+ .tabs__s_8sfek .tabs__title_8sfek + .tabs__title_8sfek, .tabs__xs_8sfek .tabs__title_8sfek + .tabs__title_8sfek, .tabs__xxs_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
157
158
  margin-left: var(--primary-tablist-s-gaps);
158
159
  }
159
- .tabs__m_3bs9g .tabs__title_3bs9g {
160
+ .tabs__m_8sfek .tabs__title_8sfek {
160
161
  padding: var(--primary-tablist-m-padding);
161
162
  font-size: var(--primary-tablist-m-font-size);
162
163
  font-weight: var(--primary-tablist-m-font-weight);
163
164
  font-family: var(--primary-tablist-m-font-family);
164
165
  line-height: 24px;
165
166
  }
166
- .tabs__m_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g {
167
+ .tabs__m_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
167
168
  margin-left: var(--primary-tablist-m-gaps);
168
169
  }
169
- .tabs__l_3bs9g .tabs__title_3bs9g {
170
+ .tabs__l_8sfek .tabs__title_8sfek {
170
171
  padding: var(--primary-tablist-l-padding);
171
172
  font-size: var(--primary-tablist-l-font-size);
172
173
  font-weight: var(--primary-tablist-l-font-weight);
173
174
  font-family: var(--primary-tablist-l-font-family);
174
175
  line-height: 24px;
175
176
  }
176
- .tabs__l_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g {
177
+ .tabs__l_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
177
178
  margin-left: var(--primary-tablist-l-gaps);
178
179
  }
179
- .tabs__xl_3bs9g .tabs__title_3bs9g {
180
+ .tabs__xl_8sfek .tabs__title_8sfek {
180
181
  padding: var(--primary-tablist-xl-padding);
181
182
  font-size: var(--primary-tablist-xl-font-size);
182
183
  font-weight: var(--primary-tablist-xl-font-weight);
183
184
  font-family: var(--primary-tablist-xl-font-family);
184
185
  line-height: 32px;
185
186
  }
186
- .tabs__xl_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g {
187
+ .tabs__xl_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
187
188
  margin-left: var(--primary-tablist-xl-gaps);
188
189
  }
189
- .tabs__rightAddons_3bs9g {
190
+ .tabs__rightAddons_8sfek {
190
191
  margin-left: var(--gap-xs);
191
192
  }
@@ -1,4 +1,4 @@
1
- /* hash: ktvhl */
1
+ /* hash: 1ccv9 */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -6,8 +6,8 @@
6
6
  --color-light-border-link: #007aff;
7
7
  --color-light-border-primary: #dbdee1;
8
8
  --color-light-text-primary: #0b1f35;
9
- --color-light-text-secondary: #546272;
10
- --color-light-text-tertiary: #b6bcc3;
9
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7);
10
+ --color-light-text-tertiary: rgba(11, 31, 53, 0.3);
11
11
  }:root {
12
12
  }:root {
13
13
 
@@ -37,6 +37,7 @@
37
37
  --primary-tablist-disabled-color: var(--color-light-text-tertiary);
38
38
  --primary-tablist-bottom-border-color: var(--color-light-border-primary);
39
39
  --primary-tablist-line-color: var(--color-light-border-accent);
40
+ --primary-tablist-font-feature-settings: normal;
40
41
 
41
42
  /* mobile */
42
43
  --primary-tablist-mobile-gaps: var(--gap-xl);
@@ -87,11 +88,11 @@
87
88
  /* size l */
88
89
 
89
90
  /* size xl */
90
- }.tabs__component_3bs9g {
91
+ }.tabs__component_8sfek {
91
92
  position: relative;
92
93
  display: inline-flex;
93
94
  min-width: 100%
94
- }.tabs__component_3bs9g:before {
95
+ }.tabs__component_8sfek:before {
95
96
  content: '';
96
97
  display: block;
97
98
  position: absolute;
@@ -99,20 +100,20 @@
99
100
  height: 1px;
100
101
  width: 100%;
101
102
  background-color: var(--primary-tablist-bottom-border-color);
102
- }.tabs__fullWidthScroll_3bs9g {
103
+ }.tabs__fullWidthScroll_8sfek {
103
104
  min-width: calc(100% - 2 * var(--gap-m));
104
105
  margin: 0 var(--gap-m);
105
- }.tabs__container_3bs9g {
106
+ }.tabs__container_8sfek {
106
107
  position: relative;
107
108
  overflow: hidden;
108
- }.tabs__title_3bs9g {
109
+ }.tabs__title_8sfek {
109
110
  display: flex;
110
111
  align-items: center;
111
112
  height: 100%;
112
113
  padding: 0;
113
114
  cursor: pointer;
114
115
  color: var(--primary-tablist-color);
115
- font-feature-settings: 'ss01';
116
+ font-feature-settings: var(--primary-tablist-font-feature-settings);
116
117
  transition: color 0.2s ease;
117
118
  border: 0;
118
119
  background: none;
@@ -122,57 +123,57 @@
122
123
  user-select: none;
123
124
  cursor: pointer;
124
125
  outline: none
125
- }.tabs__title_3bs9g:not(.tabs__disabled_3bs9g):hover {
126
+ }.tabs__title_8sfek:not(.tabs__disabled_8sfek):hover {
126
127
  color: var(--primary-tablist-hover-color);
127
- }.tabs__focused_3bs9g {
128
+ }.tabs__focused_8sfek {
128
129
  outline: 2px solid var(--focus-color);
129
130
  outline-offset: 2px;
130
- }.tabs__selected_3bs9g {
131
+ }.tabs__selected_8sfek {
131
132
  cursor: default;
132
133
  color: var(--primary-tablist-selected-color);
133
- }.tabs__disabled_3bs9g {
134
+ }.tabs__disabled_8sfek {
134
135
  cursor: var(--disabled-cursor);
135
136
  color: var(--primary-tablist-disabled-color);
136
- }.tabs__line_3bs9g {
137
+ }.tabs__line_8sfek {
137
138
  position: absolute;
138
139
  height: 3px;
139
140
  bottom: 0;
140
141
  left: 0;
141
142
  background-color: var(--primary-tablist-line-color);
142
143
  transition: transform 0.2s ease, width 0.2s ease;
143
- }/* sizes */.tabs__s_3bs9g .tabs__title_3bs9g, .tabs__xs_3bs9g .tabs__title_3bs9g, .tabs__xxs_3bs9g .tabs__title_3bs9g {
144
+ }/* sizes */.tabs__s_8sfek .tabs__title_8sfek, .tabs__xs_8sfek .tabs__title_8sfek, .tabs__xxs_8sfek .tabs__title_8sfek {
144
145
  padding: var(--primary-tablist-s-padding);
145
146
  font-size: var(--primary-tablist-s-font-size);
146
147
  font-weight: var(--primary-tablist-s-font-weight);
147
148
  font-family: var(--primary-tablist-s-font-family);
148
149
  line-height: 24px;
149
- }.tabs__s_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g, .tabs__xs_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g, .tabs__xxs_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g {
150
+ }.tabs__s_8sfek .tabs__title_8sfek + .tabs__title_8sfek, .tabs__xs_8sfek .tabs__title_8sfek + .tabs__title_8sfek, .tabs__xxs_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
150
151
  margin-left: var(--primary-tablist-s-gaps);
151
- }.tabs__m_3bs9g .tabs__title_3bs9g {
152
+ }.tabs__m_8sfek .tabs__title_8sfek {
152
153
  padding: var(--primary-tablist-m-padding);
153
154
  font-size: var(--primary-tablist-m-font-size);
154
155
  font-weight: var(--primary-tablist-m-font-weight);
155
156
  font-family: var(--primary-tablist-m-font-family);
156
157
  line-height: 24px;
157
- }.tabs__m_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g {
158
+ }.tabs__m_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
158
159
  margin-left: var(--primary-tablist-m-gaps);
159
- }.tabs__l_3bs9g .tabs__title_3bs9g {
160
+ }.tabs__l_8sfek .tabs__title_8sfek {
160
161
  padding: var(--primary-tablist-l-padding);
161
162
  font-size: var(--primary-tablist-l-font-size);
162
163
  font-weight: var(--primary-tablist-l-font-weight);
163
164
  font-family: var(--primary-tablist-l-font-family);
164
165
  line-height: 24px;
165
- }.tabs__l_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g {
166
+ }.tabs__l_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
166
167
  margin-left: var(--primary-tablist-l-gaps);
167
- }.tabs__xl_3bs9g .tabs__title_3bs9g {
168
+ }.tabs__xl_8sfek .tabs__title_8sfek {
168
169
  padding: var(--primary-tablist-xl-padding);
169
170
  font-size: var(--primary-tablist-xl-font-size);
170
171
  font-weight: var(--primary-tablist-xl-font-weight);
171
172
  font-family: var(--primary-tablist-xl-font-family);
172
173
  line-height: 32px;
173
- }.tabs__xl_3bs9g .tabs__title_3bs9g + .tabs__title_3bs9g {
174
+ }.tabs__xl_8sfek .tabs__title_8sfek + .tabs__title_8sfek {
174
175
  margin-left: var(--primary-tablist-xl-gaps);
175
- }.tabs__rightAddons_3bs9g {
176
+ }.tabs__rightAddons_8sfek {
176
177
  margin-left: var(--gap-xs);
177
178
  }
178
179
  :root {
@@ -391,26 +392,24 @@
391
392
  --color-dark-specialbg-overlay-fallback: #070707;
392
393
  --color-dark-specialbg-primary-grouped: #0b1f35;
393
394
  --color-dark-specialbg-secondary-grouped: #233549;
395
+ --color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.1);
396
+ --color-dark-specialbg-secondary-transparent-inverted: rgba(11, 31, 53, 0.05);
394
397
  --color-dark-specialbg-tertiary-grouped: #3c4c5d;
398
+ --color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.2);
399
+ --color-dark-specialbg-tertiary-transparent-inverted: rgba(11, 31, 53, 0.1);
395
400
  --color-dark-text-accent: #ef3124;
396
401
  --color-dark-text-attention: #de6a00;
397
- --color-dark-text-disabled: #485767;
398
- --color-dark-text-disabled-inverted: #dbdee1;
399
- --color-dark-text-disabled-inverted-transparent: rgba(11, 31, 53, 0.15);
400
- --color-dark-text-disabled-transparent: rgba(255, 255, 255, 0.25);
402
+ --color-dark-text-disabled: rgba(255, 255, 255, 0.25);
403
+ --color-dark-text-disabled-inverted: rgba(11, 31, 53, 0.15);
401
404
  --color-dark-text-link: #007aff;
402
405
  --color-dark-text-negative: #d91d0b;
403
406
  --color-dark-text-positive: #13a463;
404
407
  --color-dark-text-primary: #fff;
405
408
  --color-dark-text-primary-inverted: #0b1f35;
406
- --color-dark-text-secondary: #b6bcc3;
407
- --color-dark-text-secondary-inverted: #546272;
408
- --color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.7);
409
- --color-dark-text-secondary-transparent: rgba(255, 255, 255, 0.7);
410
- --color-dark-text-tertiary: #6d7986;
411
- --color-dark-text-tertiary-inverted: #b6bcc3;
412
- --color-dark-text-tertiary-inverted-transparent: rgba(11, 31, 53, 0.3);
413
- --color-dark-text-tertiary-transparent: rgba(255, 255, 255, 0.4);
409
+ --color-dark-text-secondary: rgba(255, 255, 255, 0.7);
410
+ --color-dark-text-secondary-inverted: rgba(11, 31, 53, 0.7);
411
+ --color-dark-text-tertiary: rgba(255, 255, 255, 0.4);
412
+ --color-dark-text-tertiary-inverted: rgba(11, 31, 53, 0.3);
414
413
  --color-light-bg-accent: #ef3124;
415
414
  --color-light-bg-attention-muted: #fff3e0;
416
415
  --color-light-bg-info: #d6e8fc;
@@ -457,26 +456,24 @@
457
456
  --color-light-specialbg-overlay-fallback: #5c5c5c;
458
457
  --color-light-specialbg-primary-grouped: #f3f4f5;
459
458
  --color-light-specialbg-secondary-grouped: #fff;
459
+ --color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
460
+ --color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.1);
460
461
  --color-light-specialbg-tertiary-grouped: #f3f4f5;
462
+ --color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
463
+ --color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.2);
461
464
  --color-light-text-accent: #ef3124;
462
465
  --color-light-text-attention: #de6a00;
463
- --color-light-text-disabled: #dbdee1;
464
- --color-light-text-disabled-inverted: #485767;
465
- --color-light-text-disabled-inverted-transparent: rgba(255, 255, 255, 0.25);
466
- --color-light-text-disabled-transparent: rgba(11, 31, 53, 0.15);
466
+ --color-light-text-disabled: rgba(11, 31, 53, 0.15);
467
+ --color-light-text-disabled-inverted: rgba(255, 255, 255, 0.25);
467
468
  --color-light-text-link: #007aff;
468
469
  --color-light-text-negative: #d91d0b;
469
470
  --color-light-text-positive: #13a463;
470
471
  --color-light-text-primary: #0b1f35;
471
472
  --color-light-text-primary-inverted: #fff;
472
- --color-light-text-secondary: #546272;
473
- --color-light-text-secondary-inverted: #b6bcc3;
474
- --color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
475
- --color-light-text-secondary-transparent: rgba(11, 31, 53, 0.7);
476
- --color-light-text-tertiary: #b6bcc3;
477
- --color-light-text-tertiary-inverted: #6d7986;
478
- --color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4);
479
- --color-light-text-tertiary-transparent: rgba(11, 31, 53, 0.3);
473
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7);
474
+ --color-light-text-secondary-inverted: rgba(255, 255, 255, 0.7);
475
+ --color-light-text-tertiary: rgba(11, 31, 53, 0.3);
476
+ --color-light-text-tertiary-inverted: rgba(255, 255, 255, 0.4);
480
477
  --color-static-bg-accent: #ef3124;
481
478
  --color-static-bg-primary-dark: #0b1f35;
482
479
  --color-static-bg-primary-light: #fff;
@@ -493,14 +490,10 @@
493
490
  --color-static-text-accent: #ef3124;
494
491
  --color-static-text-primary-dark: #0b1f35;
495
492
  --color-static-text-primary-light: #fff;
496
- --color-static-text-secondary-dark: #6d7986;
497
- --color-static-text-secondary-dark-transparent: rgba(11, 31, 53, 0.6);
498
- --color-static-text-secondary-light: #b6bcc3;
499
- --color-static-text-secondary-light-transparent: rgba(255, 255, 255, 0.7);
500
- --color-static-text-tertiary-dark: #b6bcc3;
501
- --color-static-text-tertiary-dark-transparent: rgba(11, 31, 53, 0.3);
502
- --color-static-text-tertiary-light: #6d7986;
503
- --color-static-text-tertiary-light-transparent: rgba(255, 255, 255, 0.4);
493
+ --color-static-text-secondary-dark: rgba(11, 31, 53, 0.6);
494
+ --color-static-text-secondary-light: rgba(255, 255, 255, 0.7);
495
+ --color-static-text-tertiary-dark: rgba(11, 31, 53, 0.3);
496
+ --color-static-text-tertiary-light: rgba(255, 255, 255, 0.4);
504
497
  --color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
505
498
  --color-dark-bg-accent-shade-15: rgb(203, 42, 31);
506
499
  --color-dark-bg-accent-shade-20: rgb(191, 39, 29);
@@ -617,12 +610,18 @@
617
610
  --color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
618
611
  --color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
619
612
  --color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
613
+ --color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.256);
614
+ --color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.32);
615
+ --color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
616
+ --color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.28);
620
617
  --color-dark-text-link-shade-30: rgb(0, 85, 179);
621
618
  --color-dark-text-link-shade-50: rgb(0, 61, 128);
622
619
  --color-dark-text-link-tint-20: rgb(51, 149, 255);
623
620
  --color-dark-text-link-tint-40: rgb(102, 175, 255);
624
621
  --color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
622
+ --color-dark-text-primary-shade-24: rgb(194, 194, 194);
625
623
  --color-dark-text-primary-shade-30: rgb(179, 179, 179);
624
+ --color-dark-text-primary-shade-40: rgb(153, 153, 153);
626
625
  --color-dark-text-primary-shade-50: rgb(128, 128, 128);
627
626
  --color-dark-text-primary-tint-20: rgb(255, 255, 255);
628
627
  --color-dark-text-primary-tint-40: rgb(255, 255, 255);
@@ -632,14 +631,16 @@
632
631
  --color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
633
632
  --color-dark-text-primary-inverted-tint-7: rgb(28, 47, 67);
634
633
  --color-dark-text-primary-inverted-tint-15: rgb(48, 65, 83);
634
+ --color-dark-text-primary-inverted-tint-24: rgb(70, 85, 101);
635
635
  --color-dark-text-primary-inverted-tint-30: rgb(84, 98, 114);
636
+ --color-dark-text-primary-inverted-tint-40: rgb(109, 121, 134);
636
637
  --color-dark-text-primary-inverted-tint-50: rgb(133, 143, 154);
637
- --color-dark-text-secondary-shade-20: rgb(146, 150, 156);
638
- --color-dark-text-secondary-shade-30: rgb(127, 132, 136);
639
- --color-dark-text-secondary-tint-20: rgb(197, 201, 207);
640
- --color-dark-text-secondary-tint-40: rgb(211, 215, 219);
641
- --color-dark-text-secondary-inverted-shade-20: rgb(67, 78, 91);
642
- --color-dark-text-secondary-inverted-shade-30: rgb(59, 69, 80);
638
+ --color-dark-text-secondary-shade-20: rgba(204, 204, 204, 0.76);
639
+ --color-dark-text-secondary-shade-30: rgba(179, 179, 179, 0.79);
640
+ --color-dark-text-secondary-tint-20: rgba(255, 255, 255, 0.76);
641
+ --color-dark-text-secondary-tint-40: rgba(255, 255, 255, 0.82);
642
+ --color-dark-text-secondary-inverted-shade-20: rgba(9, 25, 42, 0.76);
643
+ --color-dark-text-secondary-inverted-shade-30: rgba(8, 22, 37, 0.79);
643
644
  --color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
644
645
  --color-light-bg-accent-tint-15: rgb(241, 80, 69);
645
646
  --color-light-bg-accent-tint-20: rgb(242, 90, 80);
@@ -756,12 +757,18 @@
756
757
  --color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
757
758
  --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
758
759
  --color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
760
+ --color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
761
+ --color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
762
+ --color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.32);
763
+ --color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.36);
759
764
  --color-light-text-link-tint-30: rgb(77, 162, 255);
760
765
  --color-light-text-link-tint-50: rgb(128, 189, 255);
761
766
  --color-light-text-link-shade-20: rgb(0, 98, 204);
762
767
  --color-light-text-link-shade-40: rgb(0, 73, 153);
763
768
  --color-light-text-primary-alpha-30: rgba(11, 31, 53, 0.3);
769
+ --color-light-text-primary-tint-24: rgb(70, 85, 101);
764
770
  --color-light-text-primary-tint-30: rgb(84, 98, 114);
771
+ --color-light-text-primary-tint-40: rgb(109, 121, 134);
765
772
  --color-light-text-primary-tint-50: rgb(133, 143, 154);
766
773
  --color-light-text-primary-shade-20: rgb(9, 25, 42);
767
774
  --color-light-text-primary-shade-40: rgb(7, 19, 32);
@@ -771,14 +778,16 @@
771
778
  --color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
772
779
  --color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
773
780
  --color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
781
+ --color-light-text-primary-inverted-shade-24: rgb(194, 194, 194);
774
782
  --color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
783
+ --color-light-text-primary-inverted-shade-40: rgb(153, 153, 153);
775
784
  --color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
776
- --color-light-text-secondary-tint-20: rgb(118, 129, 142);
777
- --color-light-text-secondary-tint-30: rgb(135, 145, 156);
778
- --color-light-text-secondary-shade-20: rgb(67, 78, 91);
779
- --color-light-text-secondary-shade-40: rgb(50, 59, 68);
780
- --color-light-text-secondary-inverted-tint-20: rgb(197, 201, 207);
781
- --color-light-text-secondary-inverted-tint-30: rgb(204, 208, 213);
785
+ --color-light-text-secondary-tint-20: rgba(60, 76, 93, 0.76);
786
+ --color-light-text-secondary-tint-30: rgba(84, 98, 114, 0.79);
787
+ --color-light-text-secondary-shade-20: rgba(9, 25, 42, 0.76);
788
+ --color-light-text-secondary-shade-40: rgba(7, 19, 32, 0.82);
789
+ --color-light-text-secondary-inverted-tint-20: rgba(255, 255, 255, 0.76);
790
+ --color-light-text-secondary-inverted-tint-30: rgba(255, 255, 255, 0.79);
782
791
  --color-static-bg-primary-dark-alpha-10: rgba(11, 31, 53, 0.1);
783
792
  --color-static-bg-primary-dark-alpha-20: rgba(11, 31, 53, 0.2);
784
793
  --color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
@@ -916,6 +925,7 @@
916
925
  --primary-tablist-disabled-color: var(--color-light-text-tertiary);
917
926
  --primary-tablist-bottom-border-color: var(--color-light-border-primary);
918
927
  --primary-tablist-line-color: var(--color-light-border-accent);
928
+ --primary-tablist-font-feature-settings: normal;
919
929
 
920
930
  /* mobile */
921
931
  --primary-tablist-mobile-gaps: var(--gap-xl);
@@ -974,15 +984,15 @@
974
984
  /* size xl */
975
985
  --secondary-tablist-xl-gaps: var(--gap-m);
976
986
  }
977
- .tabs__title_186yr {
987
+ .tabs__title_1d7bc {
978
988
  }
979
- .tabs__mobile_186yr .tabs__title_186yr {
989
+ .tabs__mobile_1d7bc .tabs__title_1d7bc {
980
990
  padding: var(--primary-tablist-mobile-padding);
981
991
  font-size: var(--primary-tablist-mobile-font-size);
982
992
  font-weight: var(--primary-tablist-mobile-font-weight);
983
993
  font-family: var(--primary-tablist-mobile-font-family);
984
994
  line-height: var(--primary-tablist-mobile-line-height)
985
995
  }
986
- .tabs__mobile_186yr .tabs__title_186yr + .tabs__title_186yr {
996
+ .tabs__mobile_1d7bc .tabs__title_1d7bc + .tabs__title_1d7bc {
987
997
  margin-left: var(--primary-tablist-mobile-gaps);
988
998
  }
@@ -15,5 +15,5 @@ type ScrollableContainerProps = {
15
15
  */
16
16
  activeChild: HTMLElement | null;
17
17
  };
18
- declare const ScrollableContainer: ({ containerClassName, children, activeChild, fullWidthScroll, }: ScrollableContainerProps & Pick<TabsProps, "fullWidthScroll">) => JSX.Element;
18
+ declare const ScrollableContainer: ({ containerClassName, children, activeChild, fullWidthScroll, }: ScrollableContainerProps & Pick<TabsProps, 'fullWidthScroll'>) => JSX.Element;
19
19
  export { ScrollableContainerProps, ScrollableContainer };
@@ -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_1p5a2","fullWidthScroll":"tabs__fullWidthScroll_1p5a2"};
5
+ var styles = {"container":"tabs__container_1f1bc","fullWidthScroll":"tabs__fullWidthScroll_1f1bc"};
6
6
  require('./index.css')
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 1lg9t */
1
+ /* hash: u4scu */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -36,19 +36,19 @@
36
36
 
37
37
  /* size xl */
38
38
  }
39
- .tabs__container_1p5a2 {
39
+ .tabs__container_1f1bc {
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_1p5a2::-webkit-scrollbar {
46
+ .tabs__container_1f1bc::-webkit-scrollbar {
47
47
  display: none;
48
48
  }
49
- .tabs__container_1p5a2 > * {
49
+ .tabs__container_1f1bc > * {
50
50
  flex-shrink: 0;
51
51
  }
52
- .tabs__fullWidthScroll_1p5a2 {
52
+ .tabs__fullWidthScroll_1f1bc {
53
53
  margin: 0 var(--gap-m-neg);
54
54
  }
@@ -1,8 +1,4 @@
1
1
  /// <reference types="react" />
2
- import { Styles } from "../../typings";
3
- declare const SecondaryTabList: ({ styles, className, containerClassName, size, titles, selectedId, scrollable, fullWidthScroll, tagSize, onChange, dataTestId, }: Pick<import("../../typings").TabsProps, "className" | "onChange" | "size" | "dataTestId" | "containerClassName" | "defaultMatch" | "selectedId" | "scrollable" | "fullWidthScroll"> & {
4
- titles?: import("../../typings").TabListTitle[] | undefined;
5
- } & {
6
- tagSize?: "xxs" | "xs" | "s" | "m" | "l" | "xl" | undefined;
7
- } & Styles) => JSX.Element;
2
+ import { SecondaryTabListProps, Styles } from "../../typings";
3
+ declare const SecondaryTabList: ({ styles, className, containerClassName, size, titles, selectedId, scrollable, fullWidthScroll, tagSize, onChange, dataTestId, }: SecondaryTabListProps & Styles) => JSX.Element;
8
4
  export { SecondaryTabList };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { SecondaryTabListProps } from "../../typings";
3
3
  type SecondaryTabListDesktopProps = Omit<SecondaryTabListProps, 'tagSize'>;
4
- declare const SecondaryTabListDesktop: ({ size, ...restProps }: Pick<SecondaryTabListProps, "className" | "onChange" | "size" | "dataTestId" | "containerClassName" | "defaultMatch" | "selectedId" | "scrollable" | "fullWidthScroll" | "titles">) => JSX.Element;
4
+ declare const SecondaryTabListDesktop: ({ size, ...restProps }: SecondaryTabListDesktopProps) => JSX.Element;
5
5
  export { SecondaryTabListDesktopProps, SecondaryTabListDesktop };
@@ -1,12 +1,12 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-fbd13ab9.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-954a2f25.js';
2
2
  import React from 'react';
3
3
  import 'classnames';
4
+ import '../../useTabs.js';
4
5
  import 'compute-scroll-into-view';
5
6
  import '../scrollable-container/Component.js';
6
- import '../../useTabs.js';
7
7
  import '@alfalab/core-components-tag/esm';
8
8
  import { SecondaryTabList } from './Component.js';
9
- import { c as commonStyles } from '../../index.module-523e7b48.js';
9
+ import { c as commonStyles } from '../../index.module-e51ae308.js';
10
10
 
11
11
  var SecondaryTabListDesktop = function (_a) {
12
12
  var _b = _a.size, size = _b === void 0 ? 's' : _b, restProps = __rest(_a, ["size"]);
@@ -1,9 +1,9 @@
1
- import { a as __assign } from '../../tslib.es6-fbd13ab9.js';
1
+ import { a as __assign } from '../../tslib.es6-954a2f25.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
+ import { useTabs } from '../../useTabs.js';
4
5
  import 'compute-scroll-into-view';
5
6
  import { ScrollableContainer } from '../scrollable-container/Component.js';
6
- import { useTabs } from '../../useTabs.js';
7
7
  import { Tag } from '@alfalab/core-components-tag/esm';
8
8
 
9
9
  var SecondaryTabList = function (_a) {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { SecondaryTabListProps } from "../../typings";
3
3
  type SecondaryTabListMobileProps = Omit<SecondaryTabListProps, 'size' | 'tagSize'>;
4
- declare const SecondaryTabListMobile: ({ className, ...restProps }: Pick<SecondaryTabListProps, "className" | "onChange" | "dataTestId" | "containerClassName" | "defaultMatch" | "selectedId" | "scrollable" | "fullWidthScroll" | "titles">) => JSX.Element;
4
+ declare const SecondaryTabListMobile: ({ className, ...restProps }: SecondaryTabListMobileProps) => JSX.Element;
5
5
  export { SecondaryTabListMobileProps, SecondaryTabListMobile };
@@ -1,14 +1,14 @@
1
- import { a as __assign, _ as __rest } from '../../tslib.es6-fbd13ab9.js';
1
+ import { a as __assign, _ as __rest } from '../../tslib.es6-954a2f25.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
+ import '../../useTabs.js';
4
5
  import 'compute-scroll-into-view';
5
6
  import '../scrollable-container/Component.js';
6
- import '../../useTabs.js';
7
7
  import '@alfalab/core-components-tag/esm';
8
8
  import { SecondaryTabList } from './Component.js';
9
- import { c as commonStyles } from '../../index.module-523e7b48.js';
9
+ import { c as commonStyles } from '../../index.module-e51ae308.js';
10
10
 
11
- var mobileStyles = {"title":"tabs__title_1otp0 tabs__title_j4n9p","mobile":"tabs__mobile_1otp0"};
11
+ var mobileStyles = {"title":"tabs__title_ciy0q tabs__title_o4zuv","mobile":"tabs__mobile_ciy0q"};
12
12
  require('./mobile.css')
13
13
 
14
14
  var styles = __assign(__assign({}, commonStyles), mobileStyles);
@@ -1,12 +1,12 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-fbd13ab9.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-954a2f25.js';
2
2
  import React from 'react';
3
3
  import 'classnames';
4
+ import '../../useTabs.js';
4
5
  import 'compute-scroll-into-view';
5
6
  import '../scrollable-container/Component.js';
6
- import '../../useTabs.js';
7
7
  import '@alfalab/core-components-tag/esm';
8
8
  import './Component.js';
9
- import '../../index.module-523e7b48.js';
9
+ import '../../index.module-e51ae308.js';
10
10
  import { SecondaryTabListDesktop } from './Component.desktop.js';
11
11
  import { useMedia } from '@alfalab/hooks';
12
12
  import { SecondaryTabListMobile } from './Component.mobile.js';