@alfalab/core-components-tabs 8.1.6 → 8.2.0

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 (297) hide show
  1. package/collapsible/index.d.ts +2 -0
  2. package/{collapsible.js → collapsible/index.js} +10 -10
  3. package/collapsible/package.json +3 -0
  4. package/components/primary-tablist/Component.collapsible.js +9 -9
  5. package/components/primary-tablist/Component.desktop.js +2 -2
  6. package/components/primary-tablist/Component.mobile.js +3 -3
  7. package/components/primary-tablist/Component.responsive.js +1 -1
  8. package/components/primary-tablist/index.css +30 -30
  9. package/components/primary-tablist/mobile.css +33 -33
  10. package/components/scroll-controls/Component.js +1 -1
  11. package/components/scroll-controls/index.css +14 -14
  12. package/components/scrollable-container/Component.js +1 -1
  13. package/components/scrollable-container/index.css +6 -6
  14. package/components/secondary-tablist/Component.desktop.js +1 -1
  15. package/components/secondary-tablist/Component.mobile.js +2 -2
  16. package/components/secondary-tablist/Component.responsive.js +1 -1
  17. package/components/secondary-tablist/index.css +11 -11
  18. package/components/secondary-tablist/mobile.css +13 -13
  19. package/components/tab/Component.js +1 -1
  20. package/components/tab/index.css +3 -3
  21. package/components/tabs/Component.collapsible.js +1 -1
  22. package/components/tabs/Component.desktop.js +2 -2
  23. package/components/tabs/Component.mobile.js +2 -2
  24. package/components/tabs/Component.responsive.js +2 -2
  25. package/cssm/collapsible/index.d.ts +2 -0
  26. package/cssm/{collapsible.js → collapsible/index.js} +11 -11
  27. package/cssm/desktop/index.d.ts +4 -0
  28. package/cssm/desktop/index.js +40 -0
  29. package/cssm/mobile/index.d.ts +4 -0
  30. package/cssm/mobile/index.js +42 -0
  31. package/cssm/shared/index.d.ts +4 -0
  32. package/cssm/{shared.js → shared/index.js} +7 -7
  33. package/desktop/index.d.ts +4 -0
  34. package/desktop/index.js +37 -0
  35. package/desktop/package.json +3 -0
  36. package/esm/collapsible/index.d.ts +2 -0
  37. package/esm/collapsible/index.js +20 -0
  38. package/esm/components/primary-tablist/Component.collapsible.js +9 -9
  39. package/esm/components/primary-tablist/Component.desktop.js +2 -2
  40. package/esm/components/primary-tablist/Component.mobile.js +3 -3
  41. package/esm/components/primary-tablist/Component.responsive.js +1 -1
  42. package/esm/components/primary-tablist/index.css +30 -30
  43. package/esm/components/primary-tablist/mobile.css +33 -33
  44. package/esm/components/scroll-controls/Component.js +1 -1
  45. package/esm/components/scroll-controls/index.css +14 -14
  46. package/esm/components/scrollable-container/Component.js +1 -1
  47. package/esm/components/scrollable-container/index.css +6 -6
  48. package/esm/components/secondary-tablist/Component.desktop.js +1 -1
  49. package/esm/components/secondary-tablist/Component.mobile.js +2 -2
  50. package/esm/components/secondary-tablist/Component.responsive.js +1 -1
  51. package/esm/components/secondary-tablist/index.css +11 -11
  52. package/esm/components/secondary-tablist/mobile.css +13 -13
  53. package/esm/components/tab/Component.js +1 -1
  54. package/esm/components/tab/index.css +3 -3
  55. package/esm/components/tabs/Component.collapsible.js +1 -1
  56. package/esm/components/tabs/Component.desktop.js +2 -2
  57. package/esm/components/tabs/Component.mobile.js +2 -2
  58. package/esm/components/tabs/Component.responsive.js +2 -2
  59. package/esm/desktop/index.d.ts +4 -0
  60. package/esm/desktop/index.js +26 -0
  61. package/esm/index.js +2 -2
  62. package/esm/index.module-0eaed9a1.js +4 -0
  63. package/esm/index.module-9c24fafb.js +4 -0
  64. package/esm/mobile/index.d.ts +4 -0
  65. package/esm/mobile/index.js +26 -0
  66. package/esm/shared/index.d.ts +4 -0
  67. package/esm/{shared.js → shared/index.js} +5 -5
  68. package/index.js +2 -2
  69. package/index.module-177df2c1.js +6 -0
  70. package/index.module-2f940b9f.js +6 -0
  71. package/mobile/index.d.ts +4 -0
  72. package/mobile/index.js +37 -0
  73. package/mobile/package.json +3 -0
  74. package/modern/collapsible/index.d.ts +2 -0
  75. package/modern/collapsible/index.js +19 -0
  76. package/modern/components/primary-tablist/Component.collapsible.js +9 -9
  77. package/modern/components/primary-tablist/Component.desktop.js +2 -2
  78. package/modern/components/primary-tablist/Component.mobile.js +3 -3
  79. package/modern/components/primary-tablist/Component.responsive.js +1 -1
  80. package/modern/components/primary-tablist/index.css +30 -30
  81. package/modern/components/primary-tablist/mobile.css +33 -33
  82. package/modern/components/scroll-controls/Component.js +1 -1
  83. package/modern/components/scroll-controls/index.css +14 -14
  84. package/modern/components/scrollable-container/Component.js +1 -1
  85. package/modern/components/scrollable-container/index.css +6 -6
  86. package/modern/components/secondary-tablist/Component.desktop.js +1 -1
  87. package/modern/components/secondary-tablist/Component.mobile.js +2 -2
  88. package/modern/components/secondary-tablist/Component.responsive.js +1 -1
  89. package/modern/components/secondary-tablist/index.css +11 -11
  90. package/modern/components/secondary-tablist/mobile.css +13 -13
  91. package/modern/components/tab/Component.js +1 -1
  92. package/modern/components/tab/index.css +3 -3
  93. package/modern/components/tabs/Component.collapsible.js +1 -1
  94. package/modern/components/tabs/Component.desktop.js +2 -2
  95. package/modern/components/tabs/Component.mobile.js +2 -2
  96. package/modern/components/tabs/Component.responsive.js +2 -2
  97. package/modern/desktop/index.d.ts +4 -0
  98. package/modern/desktop/index.js +25 -0
  99. package/modern/index.js +2 -2
  100. package/modern/index.module-4070c7f9.js +4 -0
  101. package/modern/index.module-a791a93d.js +4 -0
  102. package/modern/mobile/index.d.ts +4 -0
  103. package/modern/mobile/index.js +25 -0
  104. package/modern/shared/index.d.ts +4 -0
  105. package/modern/{shared.js → shared/index.js} +5 -5
  106. package/package.json +5 -5
  107. package/shared/index.d.ts +4 -0
  108. package/{shared.js → shared/index.js} +5 -5
  109. package/shared/package.json +3 -0
  110. package/src/collapsible/index.ts +2 -0
  111. package/src/collapsible/package.json +3 -0
  112. package/src/desktop/index.ts +4 -0
  113. package/src/desktop/package.json +3 -0
  114. package/src/mobile/index.ts +4 -0
  115. package/src/mobile/package.json +3 -0
  116. package/src/shared/index.ts +4 -0
  117. package/src/shared/package.json +3 -0
  118. package/Component-0f4b9bed.d.ts +0 -100
  119. package/Component-4cd3936b.d.ts +0 -12
  120. package/Component-69921c40.d.ts +0 -184
  121. package/Component-89f0cb07.d.ts +0 -38
  122. package/Component-8b2c2707.d.ts +0 -14
  123. package/Component-bdb4c6b9.d.ts +0 -12
  124. package/Component-c76d6398.d.ts +0 -5
  125. package/Component-ebda875c.d.ts +0 -12
  126. package/Component.desktop-0aa4e915.d.ts +0 -5
  127. package/Component.desktop-785df74d.d.ts +0 -6
  128. package/Component.mobile-16b1285a.d.ts +0 -5
  129. package/Component.mobile-d7e9f69d.d.ts +0 -6
  130. package/Component.mobile-ebda875c.d.ts +0 -6
  131. package/Context-bdb4c6b9.d.ts +0 -4
  132. package/ResponsiveContext-baf4875b.d.ts +0 -5
  133. package/collapsible.d.ts +0 -2
  134. package/consts-f777ba1a.d.ts +0 -2
  135. package/cssm/Component-0f4b9bed.d.ts +0 -100
  136. package/cssm/Component-4cd3936b.d.ts +0 -12
  137. package/cssm/Component-69921c40.d.ts +0 -184
  138. package/cssm/Component-89f0cb07.d.ts +0 -38
  139. package/cssm/Component-8b2c2707.d.ts +0 -14
  140. package/cssm/Component-bdb4c6b9.d.ts +0 -12
  141. package/cssm/Component-c76d6398.d.ts +0 -5
  142. package/cssm/Component-ebda875c.d.ts +0 -12
  143. package/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  144. package/cssm/Component.desktop-785df74d.d.ts +0 -6
  145. package/cssm/Component.mobile-16b1285a.d.ts +0 -5
  146. package/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  147. package/cssm/Component.mobile-ebda875c.d.ts +0 -6
  148. package/cssm/Context-bdb4c6b9.d.ts +0 -4
  149. package/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  150. package/cssm/collapsible.d.ts +0 -2
  151. package/cssm/consts-f777ba1a.d.ts +0 -2
  152. package/cssm/desktop-89f0cb07.d.ts +0 -2
  153. package/cssm/desktop.d.ts +0 -4
  154. package/cssm/desktop.js +0 -40
  155. package/cssm/hook-8abfea97.d.ts +0 -90
  156. package/cssm/index-136acbb1.d.ts +0 -28
  157. package/cssm/index-8b2c2707.d.ts +0 -6
  158. package/cssm/index-bdb4c6b9.d.ts +0 -2
  159. package/cssm/index-c44170fe.d.ts +0 -131
  160. package/cssm/index-c76d6398.d.ts +0 -140
  161. package/cssm/index-ebda875c.d.ts +0 -40
  162. package/cssm/index-f12ee135.d.ts +0 -324
  163. package/cssm/mobile-89f0cb07.d.ts +0 -2
  164. package/cssm/mobile-d7e9f69d.d.ts +0 -2
  165. package/cssm/mobile.d.ts +0 -4
  166. package/cssm/mobile.js +0 -42
  167. package/cssm/shared-4cd3936b.d.ts +0 -107
  168. package/cssm/shared.d.ts +0 -4
  169. package/cssm/types-1b036d4b.d.ts +0 -13
  170. package/cssm/types-4480ac4f.d.ts +0 -3
  171. package/cssm/typings-0f4b9bed.d.ts +0 -576
  172. package/cssm/typings-89f0cb07.d.ts +0 -93
  173. package/cssm/typings-bdb4c6b9.d.ts +0 -52
  174. package/cssm/useSkeleton-ebda875c.d.ts +0 -12
  175. package/cssm/utils-0f4b9bed.d.ts +0 -41
  176. package/cssm/utils-1574ad8b.d.ts +0 -29
  177. package/desktop-89f0cb07.d.ts +0 -2
  178. package/desktop.d.ts +0 -4
  179. package/desktop.js +0 -37
  180. package/esm/Component-0f4b9bed.d.ts +0 -100
  181. package/esm/Component-4cd3936b.d.ts +0 -12
  182. package/esm/Component-69921c40.d.ts +0 -184
  183. package/esm/Component-89f0cb07.d.ts +0 -38
  184. package/esm/Component-8b2c2707.d.ts +0 -14
  185. package/esm/Component-bdb4c6b9.d.ts +0 -12
  186. package/esm/Component-c76d6398.d.ts +0 -5
  187. package/esm/Component-ebda875c.d.ts +0 -12
  188. package/esm/Component.desktop-0aa4e915.d.ts +0 -5
  189. package/esm/Component.desktop-785df74d.d.ts +0 -6
  190. package/esm/Component.mobile-16b1285a.d.ts +0 -5
  191. package/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  192. package/esm/Component.mobile-ebda875c.d.ts +0 -6
  193. package/esm/Context-bdb4c6b9.d.ts +0 -4
  194. package/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  195. package/esm/collapsible.d.ts +0 -2
  196. package/esm/collapsible.js +0 -20
  197. package/esm/consts-f777ba1a.d.ts +0 -2
  198. package/esm/desktop-89f0cb07.d.ts +0 -2
  199. package/esm/desktop.d.ts +0 -4
  200. package/esm/desktop.js +0 -26
  201. package/esm/hook-8abfea97.d.ts +0 -90
  202. package/esm/index-136acbb1.d.ts +0 -28
  203. package/esm/index-8b2c2707.d.ts +0 -6
  204. package/esm/index-bdb4c6b9.d.ts +0 -2
  205. package/esm/index-c44170fe.d.ts +0 -131
  206. package/esm/index-c76d6398.d.ts +0 -140
  207. package/esm/index-ebda875c.d.ts +0 -105
  208. package/esm/index-f12ee135.d.ts +0 -324
  209. package/esm/index.module-072f7a03.js +0 -4
  210. package/esm/index.module-64994e8d.js +0 -4
  211. package/esm/mobile-89f0cb07.d.ts +0 -2
  212. package/esm/mobile-d7e9f69d.d.ts +0 -2
  213. package/esm/mobile.d.ts +0 -4
  214. package/esm/mobile.js +0 -26
  215. package/esm/shared-4cd3936b.d.ts +0 -107
  216. package/esm/shared.d.ts +0 -4
  217. package/esm/types-1b036d4b.d.ts +0 -13
  218. package/esm/types-4480ac4f.d.ts +0 -3
  219. package/esm/typings-0f4b9bed.d.ts +0 -576
  220. package/esm/typings-89f0cb07.d.ts +0 -93
  221. package/esm/typings-bdb4c6b9.d.ts +0 -52
  222. package/esm/useSkeleton-ebda875c.d.ts +0 -12
  223. package/esm/utils-0f4b9bed.d.ts +0 -41
  224. package/esm/utils-1574ad8b.d.ts +0 -29
  225. package/hook-8abfea97.d.ts +0 -90
  226. package/index-136acbb1.d.ts +0 -28
  227. package/index-8b2c2707.d.ts +0 -6
  228. package/index-bdb4c6b9.d.ts +0 -2
  229. package/index-c44170fe.d.ts +0 -131
  230. package/index-c76d6398.d.ts +0 -140
  231. package/index-ebda875c.d.ts +0 -40
  232. package/index-f12ee135.d.ts +0 -324
  233. package/index.module-5f6b14c2.js +0 -6
  234. package/index.module-e4f107c7.js +0 -6
  235. package/mobile-89f0cb07.d.ts +0 -2
  236. package/mobile-d7e9f69d.d.ts +0 -2
  237. package/mobile.d.ts +0 -4
  238. package/mobile.js +0 -37
  239. package/modern/Component-0f4b9bed.d.ts +0 -100
  240. package/modern/Component-4cd3936b.d.ts +0 -12
  241. package/modern/Component-69921c40.d.ts +0 -184
  242. package/modern/Component-89f0cb07.d.ts +0 -38
  243. package/modern/Component-8b2c2707.d.ts +0 -14
  244. package/modern/Component-bdb4c6b9.d.ts +0 -12
  245. package/modern/Component-c76d6398.d.ts +0 -5
  246. package/modern/Component-ebda875c.d.ts +0 -12
  247. package/modern/Component.desktop-0aa4e915.d.ts +0 -5
  248. package/modern/Component.desktop-785df74d.d.ts +0 -6
  249. package/modern/Component.mobile-16b1285a.d.ts +0 -5
  250. package/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  251. package/modern/Component.mobile-ebda875c.d.ts +0 -6
  252. package/modern/Context-bdb4c6b9.d.ts +0 -4
  253. package/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  254. package/modern/collapsible.d.ts +0 -2
  255. package/modern/collapsible.js +0 -19
  256. package/modern/consts-f777ba1a.d.ts +0 -2
  257. package/modern/desktop-89f0cb07.d.ts +0 -2
  258. package/modern/desktop.d.ts +0 -4
  259. package/modern/desktop.js +0 -25
  260. package/modern/hook-8abfea97.d.ts +0 -90
  261. package/modern/index-136acbb1.d.ts +0 -28
  262. package/modern/index-8b2c2707.d.ts +0 -6
  263. package/modern/index-bdb4c6b9.d.ts +0 -2
  264. package/modern/index-c44170fe.d.ts +0 -131
  265. package/modern/index-c76d6398.d.ts +0 -140
  266. package/modern/index-ebda875c.d.ts +0 -105
  267. package/modern/index-f12ee135.d.ts +0 -324
  268. package/modern/index.module-5e57388f.js +0 -4
  269. package/modern/index.module-633b90f6.js +0 -4
  270. package/modern/mobile-89f0cb07.d.ts +0 -2
  271. package/modern/mobile-d7e9f69d.d.ts +0 -2
  272. package/modern/mobile.d.ts +0 -4
  273. package/modern/mobile.js +0 -25
  274. package/modern/shared-4cd3936b.d.ts +0 -107
  275. package/modern/shared.d.ts +0 -4
  276. package/modern/types-1b036d4b.d.ts +0 -13
  277. package/modern/types-4480ac4f.d.ts +0 -3
  278. package/modern/typings-0f4b9bed.d.ts +0 -576
  279. package/modern/typings-89f0cb07.d.ts +0 -93
  280. package/modern/typings-bdb4c6b9.d.ts +0 -52
  281. package/modern/useSkeleton-ebda875c.d.ts +0 -12
  282. package/modern/utils-0f4b9bed.d.ts +0 -41
  283. package/modern/utils-1574ad8b.d.ts +0 -29
  284. package/shared-4cd3936b.d.ts +0 -107
  285. package/shared.d.ts +0 -4
  286. package/src/collapsible.ts +0 -2
  287. package/src/desktop.ts +0 -4
  288. package/src/mobile.ts +0 -4
  289. package/src/shared.ts +0 -4
  290. package/types-1b036d4b.d.ts +0 -13
  291. package/types-4480ac4f.d.ts +0 -3
  292. package/typings-0f4b9bed.d.ts +0 -576
  293. package/typings-89f0cb07.d.ts +0 -93
  294. package/typings-bdb4c6b9.d.ts +0 -52
  295. package/useSkeleton-ebda875c.d.ts +0 -12
  296. package/utils-0f4b9bed.d.ts +0 -41
  297. package/utils-1574ad8b.d.ts +0 -29
@@ -1,4 +1,4 @@
1
- /* hash: 1q408 */
1
+ /* hash: 15maf */
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_u6di4 {
86
+ } .tabs__component_h18s1 {
87
87
  position: relative;
88
88
  display: inline-flex;
89
89
  min-width: 100%
90
- } .tabs__component_u6di4:before {
90
+ } .tabs__component_h18s1: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_u6di4 {
98
+ } .tabs__fullWidthScroll_h18s1 {
99
99
  min-width: calc(100% - 2 * var(--gap-m));
100
100
  margin: 0 var(--gap-m);
101
- } .tabs__container_u6di4 {
101
+ } .tabs__container_h18s1 {
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_u6di4 {
108
+ } .tabs__title_h18s1 {
109
109
  display: flex;
110
110
  align-items: center;
111
111
  height: 100%;
@@ -121,78 +121,78 @@
121
121
  -webkit-user-select: none;
122
122
  user-select: none;
123
123
  outline: none
124
- } .tabs__title_u6di4:not(.tabs__disabled_u6di4):hover {
124
+ } .tabs__title_h18s1:not(.tabs__disabled_h18s1):hover {
125
125
  color: var(--primary-tablist-hover-color);
126
- } .tabs__focused_u6di4 {
126
+ } .tabs__focused_h18s1 {
127
127
  outline: 2px solid var(--focus-color);
128
128
  outline-offset: 2px;
129
- } .tabs__collapsed_u6di4 {
129
+ } .tabs__collapsed_h18s1 {
130
130
  order: 99;
131
131
  visibility: collapse;
132
- } .tabs__selected_u6di4 {
132
+ } .tabs__selected_h18s1 {
133
133
  cursor: default;
134
134
  color: var(--primary-tablist-selected-color);
135
- } .tabs__disabled_u6di4 {
135
+ } .tabs__disabled_h18s1 {
136
136
  cursor: var(--disabled-cursor);
137
137
  color: var(--primary-tablist-disabled-color);
138
- } .tabs__line_u6di4 {
138
+ } .tabs__line_h18s1 {
139
139
  position: absolute;
140
140
  height: 3px;
141
141
  bottom: 0;
142
142
  left: 0;
143
143
  background-color: var(--primary-tablist-line-color);
144
144
  transition: transform 0.2s ease, width 0.2s ease;
145
- } .tabs__option_u6di4 {
145
+ } .tabs__option_h18s1 {
146
146
  color: var(--color-light-text-primary);
147
- } /* sizes */ .tabs__s_u6di4 .tabs__title_u6di4, .tabs__xs_u6di4 .tabs__title_u6di4, .tabs__xxs_u6di4 .tabs__title_u6di4 {
147
+ } /* sizes */ .tabs__s_h18s1 .tabs__title_h18s1, .tabs__xs_h18s1 .tabs__title_h18s1, .tabs__xxs_h18s1 .tabs__title_h18s1 {
148
148
  padding: var(--primary-tablist-s-padding);
149
149
  font-size: var(--primary-tablist-s-font-size);
150
150
  font-weight: var(--primary-tablist-s-font-weight);
151
151
  font-family: var(--primary-tablist-s-font-family);
152
152
  line-height: 24px;
153
- } .tabs__s_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4, .tabs__xs_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4, .tabs__xxs_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4 {
153
+ } .tabs__s_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1, .tabs__xs_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1, .tabs__xxs_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
154
154
  margin-left: var(--primary-tablist-s-gaps);
155
- } .tabs__s_u6di4 .tabs__pickerWrapper_u6di4, .tabs__xs_u6di4 .tabs__pickerWrapper_u6di4, .tabs__xxs_u6di4 .tabs__pickerWrapper_u6di4 {
155
+ } .tabs__s_h18s1 .tabs__pickerWrapper_h18s1, .tabs__xs_h18s1 .tabs__pickerWrapper_h18s1, .tabs__xxs_h18s1 .tabs__pickerWrapper_h18s1 {
156
156
  margin-left: var(--primary-tablist-s-gaps);
157
- } .tabs__s_u6di4 .tabs__option_u6di4, .tabs__xs_u6di4 .tabs__option_u6di4, .tabs__xxs_u6di4 .tabs__option_u6di4 {
157
+ } .tabs__s_h18s1 .tabs__option_h18s1, .tabs__xs_h18s1 .tabs__option_h18s1, .tabs__xxs_h18s1 .tabs__option_h18s1 {
158
158
  padding: 0;
159
- } .tabs__m_u6di4 .tabs__title_u6di4 {
159
+ } .tabs__m_h18s1 .tabs__title_h18s1 {
160
160
  padding: var(--primary-tablist-m-padding);
161
161
  font-size: var(--primary-tablist-m-font-size);
162
162
  font-weight: var(--primary-tablist-m-font-weight);
163
163
  font-family: var(--primary-tablist-m-font-family);
164
164
  line-height: 24px;
165
- } .tabs__m_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4 {
165
+ } .tabs__m_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
166
166
  margin-left: var(--primary-tablist-m-gaps);
167
- } .tabs__m_u6di4 .tabs__pickerWrapper_u6di4 {
167
+ } .tabs__m_h18s1 .tabs__pickerWrapper_h18s1 {
168
168
  margin-left: var(--primary-tablist-m-gaps);
169
- } .tabs__m_u6di4 .tabs__option_u6di4 {
169
+ } .tabs__m_h18s1 .tabs__option_h18s1 {
170
170
  padding: 0;
171
- } .tabs__l_u6di4 .tabs__title_u6di4 {
171
+ } .tabs__l_h18s1 .tabs__title_h18s1 {
172
172
  padding: var(--primary-tablist-l-padding);
173
173
  font-size: var(--primary-tablist-l-font-size);
174
174
  font-weight: var(--primary-tablist-l-font-weight);
175
175
  font-family: var(--primary-tablist-l-font-family);
176
176
  line-height: 24px;
177
- } .tabs__l_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4 {
177
+ } .tabs__l_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
178
178
  margin-left: var(--primary-tablist-l-gaps);
179
- } .tabs__l_u6di4 .tabs__pickerWrapper_u6di4 {
179
+ } .tabs__l_h18s1 .tabs__pickerWrapper_h18s1 {
180
180
  margin-left: var(--primary-tablist-l-gaps);
181
- } .tabs__l_u6di4 .tabs__option_u6di4 {
181
+ } .tabs__l_h18s1 .tabs__option_h18s1 {
182
182
  padding: 0;
183
- } .tabs__xl_u6di4 .tabs__title_u6di4 {
183
+ } .tabs__xl_h18s1 .tabs__title_h18s1 {
184
184
  padding: var(--primary-tablist-xl-padding);
185
185
  font-size: var(--primary-tablist-xl-font-size);
186
186
  font-weight: var(--primary-tablist-xl-font-weight);
187
187
  font-family: var(--primary-tablist-xl-font-family);
188
188
  line-height: 32px;
189
- } .tabs__xl_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4 {
189
+ } .tabs__xl_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
190
190
  margin-left: var(--primary-tablist-xl-gaps);
191
- } .tabs__xl_u6di4 .tabs__pickerWrapper_u6di4 {
191
+ } .tabs__xl_h18s1 .tabs__pickerWrapper_h18s1 {
192
192
  margin-left: var(--primary-tablist-xl-gaps);
193
- } .tabs__xl_u6di4 .tabs__option_u6di4 {
193
+ } .tabs__xl_h18s1 .tabs__option_h18s1 {
194
194
  padding: 0;
195
- } .tabs__rightAddons_u6di4 {
195
+ } .tabs__rightAddons_h18s1 {
196
196
  display: flex;
197
197
  justify-content: center;
198
198
  align-items: center;
@@ -1,4 +1,4 @@
1
- /* hash: vbj1f */
1
+ /* hash: xs08k */
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_u6di4 {
93
+ }.tabs__component_h18s1 {
94
94
  position: relative;
95
95
  display: inline-flex;
96
96
  min-width: 100%
97
- }.tabs__component_u6di4:before {
97
+ }.tabs__component_h18s1: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_u6di4 {
105
+ }.tabs__fullWidthScroll_h18s1 {
106
106
  min-width: calc(100% - 2 * var(--gap-m));
107
107
  margin: 0 var(--gap-m);
108
- }.tabs__container_u6di4 {
108
+ }.tabs__container_h18s1 {
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_u6di4 {
115
+ }.tabs__title_h18s1 {
116
116
  display: flex;
117
117
  align-items: center;
118
118
  height: 100%;
@@ -128,78 +128,78 @@
128
128
  -webkit-user-select: none;
129
129
  user-select: none;
130
130
  outline: none
131
- }.tabs__title_u6di4:not(.tabs__disabled_u6di4):hover {
131
+ }.tabs__title_h18s1:not(.tabs__disabled_h18s1):hover {
132
132
  color: var(--primary-tablist-hover-color);
133
- }.tabs__focused_u6di4 {
133
+ }.tabs__focused_h18s1 {
134
134
  outline: 2px solid var(--focus-color);
135
135
  outline-offset: 2px;
136
- }.tabs__collapsed_u6di4 {
136
+ }.tabs__collapsed_h18s1 {
137
137
  order: 99;
138
138
  visibility: collapse;
139
- }.tabs__selected_u6di4 {
139
+ }.tabs__selected_h18s1 {
140
140
  cursor: default;
141
141
  color: var(--primary-tablist-selected-color);
142
- }.tabs__disabled_u6di4 {
142
+ }.tabs__disabled_h18s1 {
143
143
  cursor: var(--disabled-cursor);
144
144
  color: var(--primary-tablist-disabled-color);
145
- }.tabs__line_u6di4 {
145
+ }.tabs__line_h18s1 {
146
146
  position: absolute;
147
147
  height: 3px;
148
148
  bottom: 0;
149
149
  left: 0;
150
150
  background-color: var(--primary-tablist-line-color);
151
151
  transition: transform 0.2s ease, width 0.2s ease;
152
- }.tabs__option_u6di4 {
152
+ }.tabs__option_h18s1 {
153
153
  color: var(--color-light-text-primary);
154
- }/* sizes */.tabs__s_u6di4 .tabs__title_u6di4, .tabs__xs_u6di4 .tabs__title_u6di4, .tabs__xxs_u6di4 .tabs__title_u6di4 {
154
+ }/* sizes */.tabs__s_h18s1 .tabs__title_h18s1, .tabs__xs_h18s1 .tabs__title_h18s1, .tabs__xxs_h18s1 .tabs__title_h18s1 {
155
155
  padding: var(--primary-tablist-s-padding);
156
156
  font-size: var(--primary-tablist-s-font-size);
157
157
  font-weight: var(--primary-tablist-s-font-weight);
158
158
  font-family: var(--primary-tablist-s-font-family);
159
159
  line-height: 24px;
160
- }.tabs__s_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4, .tabs__xs_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4, .tabs__xxs_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4 {
160
+ }.tabs__s_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1, .tabs__xs_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1, .tabs__xxs_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
161
161
  margin-left: var(--primary-tablist-s-gaps);
162
- }.tabs__s_u6di4 .tabs__pickerWrapper_u6di4, .tabs__xs_u6di4 .tabs__pickerWrapper_u6di4, .tabs__xxs_u6di4 .tabs__pickerWrapper_u6di4 {
162
+ }.tabs__s_h18s1 .tabs__pickerWrapper_h18s1, .tabs__xs_h18s1 .tabs__pickerWrapper_h18s1, .tabs__xxs_h18s1 .tabs__pickerWrapper_h18s1 {
163
163
  margin-left: var(--primary-tablist-s-gaps);
164
- }.tabs__s_u6di4 .tabs__option_u6di4, .tabs__xs_u6di4 .tabs__option_u6di4, .tabs__xxs_u6di4 .tabs__option_u6di4 {
164
+ }.tabs__s_h18s1 .tabs__option_h18s1, .tabs__xs_h18s1 .tabs__option_h18s1, .tabs__xxs_h18s1 .tabs__option_h18s1 {
165
165
  padding: 0;
166
- }.tabs__m_u6di4 .tabs__title_u6di4 {
166
+ }.tabs__m_h18s1 .tabs__title_h18s1 {
167
167
  padding: var(--primary-tablist-m-padding);
168
168
  font-size: var(--primary-tablist-m-font-size);
169
169
  font-weight: var(--primary-tablist-m-font-weight);
170
170
  font-family: var(--primary-tablist-m-font-family);
171
171
  line-height: 24px;
172
- }.tabs__m_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4 {
172
+ }.tabs__m_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
173
173
  margin-left: var(--primary-tablist-m-gaps);
174
- }.tabs__m_u6di4 .tabs__pickerWrapper_u6di4 {
174
+ }.tabs__m_h18s1 .tabs__pickerWrapper_h18s1 {
175
175
  margin-left: var(--primary-tablist-m-gaps);
176
- }.tabs__m_u6di4 .tabs__option_u6di4 {
176
+ }.tabs__m_h18s1 .tabs__option_h18s1 {
177
177
  padding: 0;
178
- }.tabs__l_u6di4 .tabs__title_u6di4 {
178
+ }.tabs__l_h18s1 .tabs__title_h18s1 {
179
179
  padding: var(--primary-tablist-l-padding);
180
180
  font-size: var(--primary-tablist-l-font-size);
181
181
  font-weight: var(--primary-tablist-l-font-weight);
182
182
  font-family: var(--primary-tablist-l-font-family);
183
183
  line-height: 24px;
184
- }.tabs__l_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4 {
184
+ }.tabs__l_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
185
185
  margin-left: var(--primary-tablist-l-gaps);
186
- }.tabs__l_u6di4 .tabs__pickerWrapper_u6di4 {
186
+ }.tabs__l_h18s1 .tabs__pickerWrapper_h18s1 {
187
187
  margin-left: var(--primary-tablist-l-gaps);
188
- }.tabs__l_u6di4 .tabs__option_u6di4 {
188
+ }.tabs__l_h18s1 .tabs__option_h18s1 {
189
189
  padding: 0;
190
- }.tabs__xl_u6di4 .tabs__title_u6di4 {
190
+ }.tabs__xl_h18s1 .tabs__title_h18s1 {
191
191
  padding: var(--primary-tablist-xl-padding);
192
192
  font-size: var(--primary-tablist-xl-font-size);
193
193
  font-weight: var(--primary-tablist-xl-font-weight);
194
194
  font-family: var(--primary-tablist-xl-font-family);
195
195
  line-height: 32px;
196
- }.tabs__xl_u6di4 .tabs__title_u6di4 + .tabs__title_u6di4 {
196
+ }.tabs__xl_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
197
197
  margin-left: var(--primary-tablist-xl-gaps);
198
- }.tabs__xl_u6di4 .tabs__pickerWrapper_u6di4 {
198
+ }.tabs__xl_h18s1 .tabs__pickerWrapper_h18s1 {
199
199
  margin-left: var(--primary-tablist-xl-gaps);
200
- }.tabs__xl_u6di4 .tabs__option_u6di4 {
200
+ }.tabs__xl_h18s1 .tabs__option_h18s1 {
201
201
  padding: 0;
202
- }.tabs__rightAddons_u6di4 {
202
+ }.tabs__rightAddons_h18s1 {
203
203
  display: flex;
204
204
  justify-content: center;
205
205
  align-items: center;
@@ -1107,13 +1107,13 @@
1107
1107
 
1108
1108
  /* size xl */
1109
1109
  --secondary-tablist-xl-gaps: var(--gap-m);
1110
- } .tabs__title_1amkw {
1111
- } .tabs__mobile_1amkw .tabs__title_1amkw {
1110
+ } .tabs__title_vbdu8 {
1111
+ } .tabs__mobile_vbdu8 .tabs__title_vbdu8 {
1112
1112
  padding: var(--primary-tablist-mobile-padding);
1113
1113
  font-size: var(--primary-tablist-mobile-font-size);
1114
1114
  font-weight: var(--primary-tablist-mobile-font-weight);
1115
1115
  font-family: var(--primary-tablist-mobile-font-family);
1116
1116
  line-height: var(--primary-tablist-mobile-line-height)
1117
- } .tabs__mobile_1amkw .tabs__title_1amkw + .tabs__title_1amkw {
1117
+ } .tabs__mobile_vbdu8 .tabs__title_vbdu8 + .tabs__title_vbdu8 {
1118
1118
  margin-left: var(--primary-tablist-mobile-gaps);
1119
1119
  }
@@ -7,7 +7,7 @@ import { ChevronLeftMIcon } from '@alfalab/icons-glyph/ChevronLeftMIcon';
7
7
  import { ChevronRightMIcon } from '@alfalab/icons-glyph/ChevronRightMIcon';
8
8
  import { getDisabledState, scrollIntoFirstTab, scrollIntoLastTab } from './utils.js';
9
9
 
10
- var styles = {"component":"tabs__component_wcgzh","borderVisible":"tabs__borderVisible_wcgzh","primary":"tabs__primary_wcgzh","button":"tabs__button_wcgzh","xl":"tabs__xl_wcgzh","secondary":"tabs__secondary_wcgzh","xs":"tabs__xs_wcgzh"};
10
+ var styles = {"component":"tabs__component_186lh","borderVisible":"tabs__borderVisible_186lh","primary":"tabs__primary_186lh","button":"tabs__button_186lh","xl":"tabs__xl_186lh","secondary":"tabs__secondary_186lh","xs":"tabs__xs_186lh"};
11
11
  require('./index.css')
12
12
 
13
13
  var ScrollControls = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 3to6y */
1
+ /* hash: 1wind */
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_wcgzh {
47
+ } .tabs__component_186lh {
48
48
  position: relative;
49
49
  display: flex;
50
50
  flex-shrink: 0
51
- } .tabs__component_wcgzh:before {
51
+ } .tabs__component_186lh: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_wcgzh:before {
60
+ } .tabs__borderVisible_186lh:before {
61
61
  background-color: var(--color-light-specialbg-tertiary-transparent);
62
- } .tabs__primary_wcgzh {
62
+ } .tabs__primary_186lh {
63
63
  align-items: flex-start;
64
64
  justify-content: flex-end
65
- } .tabs__primary_wcgzh:after {
65
+ } .tabs__primary_186lh: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_wcgzh:before {
73
+ } .tabs__primary_186lh:before {
74
74
  bottom: 2px;
75
- } .tabs__primary_wcgzh {
75
+ } .tabs__primary_186lh {
76
76
 
77
- .tabs__button_wcgzh:first-child {
77
+ .tabs__button_186lh:first-child {
78
78
  padding-left: var(--gap-xs);
79
79
  margin-right: var(--gap-xs);
80
80
  }
81
- } .tabs__primary_wcgzh.tabs__xl_wcgzh .tabs__button_wcgzh:first-child {
81
+ } .tabs__primary_186lh.tabs__xl_186lh .tabs__button_186lh:first-child {
82
82
  margin-right: var(--gap-2xs);
83
- } .tabs__secondary_wcgzh {
83
+ } .tabs__secondary_186lh {
84
84
  align-items: center;
85
85
  justify-content: center
86
- } .tabs__secondary_wcgzh:before {
86
+ } .tabs__secondary_186lh:before {
87
87
  bottom: 0;
88
- } .tabs__secondary_wcgzh.tabs__xs_wcgzh {
88
+ } .tabs__secondary_186lh.tabs__xs_186lh {
89
89
  width: 76px;
90
90
 
91
- .tabs__button_wcgzh:first-child {
91
+ .tabs__button_186lh:first-child {
92
92
  margin-right: var(--gap-2xs);
93
93
  }
94
94
  }
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/ChevronLeftMIcon';
9
9
  import '@alfalab/icons-glyph/ChevronRightMIcon';
10
10
  import '../scroll-controls/utils.js';
11
11
 
12
- var styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_gv3a8","container":"tabs__container_gv3a8","fullWidthScroll":"tabs__fullWidthScroll_gv3a8"};
12
+ var styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_1l5jl","container":"tabs__container_1l5jl","fullWidthScroll":"tabs__fullWidthScroll_1l5jl"};
13
13
  require('./index.css')
14
14
 
15
15
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 6atnd */
1
+ /* hash: 1o91h */
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_gv3a8 {
45
+ } .tabs__scrollableContainerWrapper_1l5jl {
46
46
  display: flex;
47
- } .tabs__container_gv3a8 {
47
+ } .tabs__container_1l5jl {
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_gv3a8::-webkit-scrollbar {
58
+ } .tabs__container_1l5jl::-webkit-scrollbar {
59
59
  display: none;
60
- } .tabs__container_gv3a8 > * {
60
+ } .tabs__container_1l5jl > * {
61
61
  flex-shrink: 0;
62
- } .tabs__fullWidthScroll_gv3a8 {
62
+ } .tabs__fullWidthScroll_1l5jl {
63
63
  padding-left: 0;
64
64
  margin: var(--gap-2xs-neg) var(--gap-m-neg);
65
65
  }
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { TagDesktop } from '@alfalab/core-components-tag/esm/desktop';
4
4
  import { SecondaryTabList } from './Component.js';
5
- import { c as commonStyles } from '../../index.module-64994e8d.js';
5
+ import { c as commonStyles } from '../../index.module-9c24fafb.js';
6
6
  import 'classnames';
7
7
  import '../../hooks/use-tabs.js';
8
8
  import '@alfalab/core-components-shared/esm';
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TagMobile } from '@alfalab/core-components-tag/esm/mobile';
5
5
  import { SecondaryTabList } from './Component.js';
6
- import { c as commonStyles } from '../../index.module-64994e8d.js';
6
+ import { c as commonStyles } from '../../index.module-9c24fafb.js';
7
7
  import '../../hooks/use-tabs.js';
8
8
  import '@alfalab/core-components-shared/esm';
9
9
  import '../scrollable-container/Component.js';
@@ -15,7 +15,7 @@ import '@alfalab/icons-glyph/ChevronLeftMIcon';
15
15
  import '@alfalab/icons-glyph/ChevronRightMIcon';
16
16
  import '../scroll-controls/utils.js';
17
17
 
18
- var mobileStyles = {"title":"tabs__title_1a8it tabs__title_18whg","mobile":"tabs__mobile_1a8it"};
18
+ var mobileStyles = {"title":"tabs__title_1bszl tabs__title_tladl","mobile":"tabs__mobile_1bszl"};
19
19
  require('./mobile.css')
20
20
 
21
21
  var styles = __assign(__assign({}, commonStyles), mobileStyles);
@@ -16,7 +16,7 @@ import '@alfalab/core-components-icon-button/esm';
16
16
  import '@alfalab/icons-glyph/ChevronLeftMIcon';
17
17
  import '@alfalab/icons-glyph/ChevronRightMIcon';
18
18
  import '../scroll-controls/utils.js';
19
- import '../../index.module-64994e8d.js';
19
+ import '../../index.module-9c24fafb.js';
20
20
  import '@alfalab/core-components-tag/esm/mobile';
21
21
 
22
22
  var SecondaryTabListResponsive = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1owbw */
1
+ /* hash: 1rct3 */
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_18whg {
53
+ } .tabs__component_tladl {
54
54
  position: relative;
55
55
  display: inline-flex;
56
- } .tabs__fullWidthScroll_18whg {
56
+ } .tabs__fullWidthScroll_tladl {
57
57
  margin: 0 var(--gap-m);
58
- } .tabs__container_18whg {
58
+ } .tabs__container_tladl {
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_18whg {
64
+ } .tabs__title_tladl {
65
65
  white-space: nowrap;
66
- } /* sizes */ .tabs__xxs_18whg .tabs__title_18whg + .tabs__title_18whg {
66
+ } /* sizes */ .tabs__xxs_tladl .tabs__title_tladl + .tabs__title_tladl {
67
67
  margin-left: var(--secondary-tablist-xxs-gaps);
68
- } .tabs__xs_18whg .tabs__title_18whg + .tabs__title_18whg {
68
+ } .tabs__xs_tladl .tabs__title_tladl + .tabs__title_tladl {
69
69
  margin-left: var(--secondary-tablist-xs-gaps);
70
- } .tabs__s_18whg .tabs__title_18whg + .tabs__title_18whg {
70
+ } .tabs__s_tladl .tabs__title_tladl + .tabs__title_tladl {
71
71
  margin-left: var(--secondary-tablist-s-gaps);
72
- } .tabs__m_18whg .tabs__title_18whg + .tabs__title_18whg {
72
+ } .tabs__m_tladl .tabs__title_tladl + .tabs__title_tladl {
73
73
  margin-left: var(--secondary-tablist-m-gaps);
74
- } .tabs__l_18whg .tabs__title_18whg + .tabs__title_18whg {
74
+ } .tabs__l_tladl .tabs__title_tladl + .tabs__title_tladl {
75
75
  margin-left: var(--secondary-tablist-l-gaps);
76
- } .tabs__xl_18whg .tabs__title_18whg + .tabs__title_18whg {
76
+ } .tabs__xl_tladl .tabs__title_tladl + .tabs__title_tladl {
77
77
  margin-left: var(--secondary-tablist-xl-gaps);
78
78
  }
@@ -1,4 +1,4 @@
1
- /* hash: ayhu5 */
1
+ /* hash: j8rz2 */
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_18whg {
54
+ }.tabs__component_tladl {
55
55
  position: relative;
56
56
  display: inline-flex;
57
- }.tabs__fullWidthScroll_18whg {
57
+ }.tabs__fullWidthScroll_tladl {
58
58
  margin: 0 var(--gap-m);
59
- }.tabs__container_18whg {
59
+ }.tabs__container_tladl {
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_18whg {
65
+ }.tabs__title_tladl {
66
66
  white-space: nowrap;
67
- }/* sizes */.tabs__xxs_18whg .tabs__title_18whg + .tabs__title_18whg {
67
+ }/* sizes */.tabs__xxs_tladl .tabs__title_tladl + .tabs__title_tladl {
68
68
  margin-left: var(--secondary-tablist-xxs-gaps);
69
- }.tabs__xs_18whg .tabs__title_18whg + .tabs__title_18whg {
69
+ }.tabs__xs_tladl .tabs__title_tladl + .tabs__title_tladl {
70
70
  margin-left: var(--secondary-tablist-xs-gaps);
71
- }.tabs__s_18whg .tabs__title_18whg + .tabs__title_18whg {
71
+ }.tabs__s_tladl .tabs__title_tladl + .tabs__title_tladl {
72
72
  margin-left: var(--secondary-tablist-s-gaps);
73
- }.tabs__m_18whg .tabs__title_18whg + .tabs__title_18whg {
73
+ }.tabs__m_tladl .tabs__title_tladl + .tabs__title_tladl {
74
74
  margin-left: var(--secondary-tablist-m-gaps);
75
- }.tabs__l_18whg .tabs__title_18whg + .tabs__title_18whg {
75
+ }.tabs__l_tladl .tabs__title_tladl + .tabs__title_tladl {
76
76
  margin-left: var(--secondary-tablist-l-gaps);
77
- }.tabs__xl_18whg .tabs__title_18whg + .tabs__title_18whg {
77
+ }.tabs__xl_tladl .tabs__title_tladl + .tabs__title_tladl {
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_1a8it {
983
- } .tabs__mobile_1a8it .tabs__title_1a8it + .tabs__title_1a8it {
982
+ } .tabs__title_1bszl {
983
+ } .tabs__mobile_1bszl .tabs__title_1bszl + .tabs__title_1bszl {
984
984
  margin-left: var(--secondary-tablist-mobile-gaps);
985
985
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"tabs__component_1uww4","hidden":"tabs__hidden_1uww4"};
4
+ var styles = {"component":"tabs__component_3h5tb","hidden":"tabs__hidden_3h5tb"};
5
5
  require('./index.css')
6
6
 
7
7
  var Tab = function (_a) {
@@ -1,8 +1,8 @@
1
- /* hash: tid3i */
2
- .tabs__component_1uww4 {
1
+ /* hash: 1e02w */
2
+ .tabs__component_3h5tb {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_1uww4 {
6
+ .tabs__hidden_3h5tb {
7
7
  display: none;
8
8
  }
@@ -15,7 +15,7 @@ import '../../hooks/use-tabs.js';
15
15
  import '@alfalab/core-components-shared/esm';
16
16
  import '../../synthetic-events.js';
17
17
  import '../title/Component.js';
18
- import '../../index.module-072f7a03.js';
18
+ import '../../index.module-0eaed9a1.js';
19
19
 
20
20
  var TabsCollapsible = function (_a) {
21
21
  var restProps = __rest(_a, []);
@@ -18,10 +18,10 @@ import '@alfalab/icons-glyph/ChevronLeftMIcon';
18
18
  import '@alfalab/icons-glyph/ChevronRightMIcon';
19
19
  import '../scroll-controls/utils.js';
20
20
  import '../title/Component.js';
21
- import '../../index.module-072f7a03.js';
21
+ import '../../index.module-0eaed9a1.js';
22
22
  import '@alfalab/core-components-tag/esm/desktop';
23
23
  import '../secondary-tablist/Component.js';
24
- import '../../index.module-64994e8d.js';
24
+ import '../../index.module-9c24fafb.js';
25
25
 
26
26
  var views = {
27
27
  primary: PrimaryTabListDesktop,
@@ -18,10 +18,10 @@ import '@alfalab/icons-glyph/ChevronLeftMIcon';
18
18
  import '@alfalab/icons-glyph/ChevronRightMIcon';
19
19
  import '../scroll-controls/utils.js';
20
20
  import '../title/Component.js';
21
- import '../../index.module-072f7a03.js';
21
+ import '../../index.module-0eaed9a1.js';
22
22
  import '@alfalab/core-components-tag/esm/mobile';
23
23
  import '../secondary-tablist/Component.js';
24
- import '../../index.module-64994e8d.js';
24
+ import '../../index.module-9c24fafb.js';
25
25
 
26
26
  var views = {
27
27
  primary: PrimaryTabListMobile,