@alfalab/core-components-tabs 8.1.5 → 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 (309) 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 +4 -3
  6. package/components/primary-tablist/Component.js +14 -4
  7. package/components/primary-tablist/Component.mobile.js +5 -4
  8. package/components/primary-tablist/Component.responsive.js +3 -2
  9. package/components/primary-tablist/index.css +30 -30
  10. package/components/primary-tablist/mobile.css +33 -33
  11. package/components/scroll-controls/Component.js +1 -1
  12. package/components/scroll-controls/index.css +14 -14
  13. package/components/scrollable-container/Component.js +1 -1
  14. package/components/scrollable-container/index.css +6 -6
  15. package/components/secondary-tablist/Component.desktop.js +1 -1
  16. package/components/secondary-tablist/Component.mobile.js +2 -2
  17. package/components/secondary-tablist/Component.responsive.js +1 -1
  18. package/components/secondary-tablist/index.css +11 -11
  19. package/components/secondary-tablist/mobile.css +13 -13
  20. package/components/tab/Component.js +1 -1
  21. package/components/tab/index.css +3 -3
  22. package/components/tabs/Component.collapsible.js +1 -1
  23. package/components/tabs/Component.desktop.js +4 -3
  24. package/components/tabs/Component.mobile.js +4 -3
  25. package/components/tabs/Component.responsive.js +4 -3
  26. package/cssm/collapsible/index.d.ts +2 -0
  27. package/cssm/{collapsible.js → collapsible/index.js} +11 -11
  28. package/cssm/components/primary-tablist/Component.desktop.js +2 -1
  29. package/cssm/components/primary-tablist/Component.js +14 -4
  30. package/cssm/components/primary-tablist/Component.mobile.js +2 -1
  31. package/cssm/components/primary-tablist/Component.responsive.js +2 -1
  32. package/cssm/components/tabs/Component.desktop.js +2 -1
  33. package/cssm/components/tabs/Component.mobile.js +2 -1
  34. package/cssm/components/tabs/Component.responsive.js +2 -1
  35. package/cssm/desktop/index.d.ts +4 -0
  36. package/cssm/desktop/index.js +40 -0
  37. package/cssm/index.js +2 -1
  38. package/cssm/mobile/index.d.ts +4 -0
  39. package/cssm/mobile/index.js +42 -0
  40. package/cssm/shared/index.d.ts +4 -0
  41. package/cssm/{shared.js → shared/index.js} +7 -7
  42. package/desktop/index.d.ts +4 -0
  43. package/desktop/index.js +37 -0
  44. package/desktop/package.json +3 -0
  45. package/esm/collapsible/index.d.ts +2 -0
  46. package/esm/collapsible/index.js +20 -0
  47. package/esm/components/primary-tablist/Component.collapsible.js +9 -9
  48. package/esm/components/primary-tablist/Component.desktop.js +4 -3
  49. package/esm/components/primary-tablist/Component.js +14 -4
  50. package/esm/components/primary-tablist/Component.mobile.js +5 -4
  51. package/esm/components/primary-tablist/Component.responsive.js +3 -2
  52. package/esm/components/primary-tablist/index.css +30 -30
  53. package/esm/components/primary-tablist/mobile.css +33 -33
  54. package/esm/components/scroll-controls/Component.js +1 -1
  55. package/esm/components/scroll-controls/index.css +14 -14
  56. package/esm/components/scrollable-container/Component.js +1 -1
  57. package/esm/components/scrollable-container/index.css +6 -6
  58. package/esm/components/secondary-tablist/Component.desktop.js +1 -1
  59. package/esm/components/secondary-tablist/Component.mobile.js +2 -2
  60. package/esm/components/secondary-tablist/Component.responsive.js +1 -1
  61. package/esm/components/secondary-tablist/index.css +11 -11
  62. package/esm/components/secondary-tablist/mobile.css +13 -13
  63. package/esm/components/tab/Component.js +1 -1
  64. package/esm/components/tab/index.css +3 -3
  65. package/esm/components/tabs/Component.collapsible.js +1 -1
  66. package/esm/components/tabs/Component.desktop.js +4 -3
  67. package/esm/components/tabs/Component.mobile.js +4 -3
  68. package/esm/components/tabs/Component.responsive.js +4 -3
  69. package/esm/desktop/index.d.ts +4 -0
  70. package/esm/desktop/index.js +26 -0
  71. package/esm/index.js +4 -3
  72. package/esm/index.module-0eaed9a1.js +4 -0
  73. package/esm/index.module-9c24fafb.js +4 -0
  74. package/esm/mobile/index.d.ts +4 -0
  75. package/esm/mobile/index.js +26 -0
  76. package/esm/shared/index.d.ts +4 -0
  77. package/esm/{shared.js → shared/index.js} +5 -5
  78. package/index.js +4 -3
  79. package/index.module-177df2c1.js +6 -0
  80. package/index.module-2f940b9f.js +6 -0
  81. package/mobile/index.d.ts +4 -0
  82. package/mobile/index.js +37 -0
  83. package/mobile/package.json +3 -0
  84. package/modern/collapsible/index.d.ts +2 -0
  85. package/modern/collapsible/index.js +19 -0
  86. package/modern/components/primary-tablist/Component.collapsible.js +9 -9
  87. package/modern/components/primary-tablist/Component.desktop.js +4 -3
  88. package/modern/components/primary-tablist/Component.js +14 -4
  89. package/modern/components/primary-tablist/Component.mobile.js +5 -4
  90. package/modern/components/primary-tablist/Component.responsive.js +3 -2
  91. package/modern/components/primary-tablist/index.css +30 -30
  92. package/modern/components/primary-tablist/mobile.css +33 -33
  93. package/modern/components/scroll-controls/Component.js +1 -1
  94. package/modern/components/scroll-controls/index.css +14 -14
  95. package/modern/components/scrollable-container/Component.js +1 -1
  96. package/modern/components/scrollable-container/index.css +6 -6
  97. package/modern/components/secondary-tablist/Component.desktop.js +1 -1
  98. package/modern/components/secondary-tablist/Component.mobile.js +2 -2
  99. package/modern/components/secondary-tablist/Component.responsive.js +1 -1
  100. package/modern/components/secondary-tablist/index.css +11 -11
  101. package/modern/components/secondary-tablist/mobile.css +13 -13
  102. package/modern/components/tab/Component.js +1 -1
  103. package/modern/components/tab/index.css +3 -3
  104. package/modern/components/tabs/Component.collapsible.js +1 -1
  105. package/modern/components/tabs/Component.desktop.js +4 -3
  106. package/modern/components/tabs/Component.mobile.js +4 -3
  107. package/modern/components/tabs/Component.responsive.js +4 -3
  108. package/modern/desktop/index.d.ts +4 -0
  109. package/modern/desktop/index.js +25 -0
  110. package/modern/index.js +4 -3
  111. package/modern/index.module-4070c7f9.js +4 -0
  112. package/modern/index.module-a791a93d.js +4 -0
  113. package/modern/mobile/index.d.ts +4 -0
  114. package/modern/mobile/index.js +25 -0
  115. package/modern/shared/index.d.ts +4 -0
  116. package/modern/{shared.js → shared/index.js} +5 -5
  117. package/package.json +5 -33
  118. package/shared/index.d.ts +4 -0
  119. package/{shared.js → shared/index.js} +5 -5
  120. package/shared/package.json +3 -0
  121. package/src/collapsible/index.ts +2 -0
  122. package/src/collapsible/package.json +3 -0
  123. package/src/components/primary-tablist/Component.tsx +18 -3
  124. package/src/desktop/index.ts +4 -0
  125. package/src/desktop/package.json +3 -0
  126. package/src/mobile/index.ts +4 -0
  127. package/src/mobile/package.json +3 -0
  128. package/src/shared/index.ts +4 -0
  129. package/src/shared/package.json +3 -0
  130. package/Component-0f4b9bed.d.ts +0 -100
  131. package/Component-4cd3936b.d.ts +0 -12
  132. package/Component-69921c40.d.ts +0 -184
  133. package/Component-89f0cb07.d.ts +0 -38
  134. package/Component-8b2c2707.d.ts +0 -14
  135. package/Component-bdb4c6b9.d.ts +0 -12
  136. package/Component-c76d6398.d.ts +0 -5
  137. package/Component-ebda875c.d.ts +0 -12
  138. package/Component.desktop-0aa4e915.d.ts +0 -5
  139. package/Component.desktop-785df74d.d.ts +0 -6
  140. package/Component.mobile-16b1285a.d.ts +0 -5
  141. package/Component.mobile-d7e9f69d.d.ts +0 -6
  142. package/Component.mobile-ebda875c.d.ts +0 -6
  143. package/Context-bdb4c6b9.d.ts +0 -4
  144. package/ResponsiveContext-baf4875b.d.ts +0 -5
  145. package/collapsible.d.ts +0 -2
  146. package/consts-f777ba1a.d.ts +0 -2
  147. package/cssm/Component-0f4b9bed.d.ts +0 -100
  148. package/cssm/Component-4cd3936b.d.ts +0 -12
  149. package/cssm/Component-69921c40.d.ts +0 -184
  150. package/cssm/Component-89f0cb07.d.ts +0 -38
  151. package/cssm/Component-8b2c2707.d.ts +0 -14
  152. package/cssm/Component-bdb4c6b9.d.ts +0 -12
  153. package/cssm/Component-c76d6398.d.ts +0 -5
  154. package/cssm/Component-ebda875c.d.ts +0 -12
  155. package/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  156. package/cssm/Component.desktop-785df74d.d.ts +0 -6
  157. package/cssm/Component.mobile-16b1285a.d.ts +0 -5
  158. package/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  159. package/cssm/Component.mobile-ebda875c.d.ts +0 -6
  160. package/cssm/Context-bdb4c6b9.d.ts +0 -4
  161. package/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  162. package/cssm/collapsible.d.ts +0 -2
  163. package/cssm/consts-f777ba1a.d.ts +0 -2
  164. package/cssm/desktop-89f0cb07.d.ts +0 -2
  165. package/cssm/desktop.d.ts +0 -4
  166. package/cssm/desktop.js +0 -39
  167. package/cssm/hook-8abfea97.d.ts +0 -90
  168. package/cssm/index-136acbb1.d.ts +0 -28
  169. package/cssm/index-8b2c2707.d.ts +0 -6
  170. package/cssm/index-bdb4c6b9.d.ts +0 -2
  171. package/cssm/index-c44170fe.d.ts +0 -131
  172. package/cssm/index-c76d6398.d.ts +0 -140
  173. package/cssm/index-ebda875c.d.ts +0 -40
  174. package/cssm/index-f12ee135.d.ts +0 -324
  175. package/cssm/mobile-89f0cb07.d.ts +0 -2
  176. package/cssm/mobile-d7e9f69d.d.ts +0 -2
  177. package/cssm/mobile.d.ts +0 -4
  178. package/cssm/mobile.js +0 -41
  179. package/cssm/shared-4cd3936b.d.ts +0 -107
  180. package/cssm/shared.d.ts +0 -4
  181. package/cssm/types-1b036d4b.d.ts +0 -13
  182. package/cssm/types-4480ac4f.d.ts +0 -3
  183. package/cssm/typings-0f4b9bed.d.ts +0 -576
  184. package/cssm/typings-89f0cb07.d.ts +0 -93
  185. package/cssm/typings-bdb4c6b9.d.ts +0 -52
  186. package/cssm/useSkeleton-ebda875c.d.ts +0 -12
  187. package/cssm/utils-0f4b9bed.d.ts +0 -41
  188. package/cssm/utils-1574ad8b.d.ts +0 -29
  189. package/desktop-89f0cb07.d.ts +0 -2
  190. package/desktop.d.ts +0 -4
  191. package/desktop.js +0 -36
  192. package/esm/Component-0f4b9bed.d.ts +0 -100
  193. package/esm/Component-4cd3936b.d.ts +0 -12
  194. package/esm/Component-69921c40.d.ts +0 -184
  195. package/esm/Component-89f0cb07.d.ts +0 -38
  196. package/esm/Component-8b2c2707.d.ts +0 -14
  197. package/esm/Component-bdb4c6b9.d.ts +0 -12
  198. package/esm/Component-c76d6398.d.ts +0 -5
  199. package/esm/Component-ebda875c.d.ts +0 -12
  200. package/esm/Component.desktop-0aa4e915.d.ts +0 -5
  201. package/esm/Component.desktop-785df74d.d.ts +0 -6
  202. package/esm/Component.mobile-16b1285a.d.ts +0 -5
  203. package/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  204. package/esm/Component.mobile-ebda875c.d.ts +0 -6
  205. package/esm/Context-bdb4c6b9.d.ts +0 -4
  206. package/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  207. package/esm/collapsible.d.ts +0 -2
  208. package/esm/collapsible.js +0 -20
  209. package/esm/consts-f777ba1a.d.ts +0 -2
  210. package/esm/desktop-89f0cb07.d.ts +0 -2
  211. package/esm/desktop.d.ts +0 -4
  212. package/esm/desktop.js +0 -25
  213. package/esm/hook-8abfea97.d.ts +0 -90
  214. package/esm/index-136acbb1.d.ts +0 -28
  215. package/esm/index-8b2c2707.d.ts +0 -6
  216. package/esm/index-bdb4c6b9.d.ts +0 -2
  217. package/esm/index-c44170fe.d.ts +0 -131
  218. package/esm/index-c76d6398.d.ts +0 -140
  219. package/esm/index-ebda875c.d.ts +0 -105
  220. package/esm/index-f12ee135.d.ts +0 -324
  221. package/esm/index.module-55063a9a.js +0 -4
  222. package/esm/index.module-82cf190f.js +0 -4
  223. package/esm/mobile-89f0cb07.d.ts +0 -2
  224. package/esm/mobile-d7e9f69d.d.ts +0 -2
  225. package/esm/mobile.d.ts +0 -4
  226. package/esm/mobile.js +0 -25
  227. package/esm/shared-4cd3936b.d.ts +0 -107
  228. package/esm/shared.d.ts +0 -4
  229. package/esm/types-1b036d4b.d.ts +0 -13
  230. package/esm/types-4480ac4f.d.ts +0 -3
  231. package/esm/typings-0f4b9bed.d.ts +0 -576
  232. package/esm/typings-89f0cb07.d.ts +0 -93
  233. package/esm/typings-bdb4c6b9.d.ts +0 -52
  234. package/esm/useSkeleton-ebda875c.d.ts +0 -12
  235. package/esm/utils-0f4b9bed.d.ts +0 -41
  236. package/esm/utils-1574ad8b.d.ts +0 -29
  237. package/hook-8abfea97.d.ts +0 -90
  238. package/index-136acbb1.d.ts +0 -28
  239. package/index-8b2c2707.d.ts +0 -6
  240. package/index-bdb4c6b9.d.ts +0 -2
  241. package/index-c44170fe.d.ts +0 -131
  242. package/index-c76d6398.d.ts +0 -140
  243. package/index-ebda875c.d.ts +0 -105
  244. package/index-f12ee135.d.ts +0 -324
  245. package/index.module-869888c7.js +0 -6
  246. package/index.module-d1432e9e.js +0 -6
  247. package/mobile-89f0cb07.d.ts +0 -2
  248. package/mobile-d7e9f69d.d.ts +0 -2
  249. package/mobile.d.ts +0 -4
  250. package/mobile.js +0 -36
  251. package/modern/Component-0f4b9bed.d.ts +0 -100
  252. package/modern/Component-4cd3936b.d.ts +0 -12
  253. package/modern/Component-69921c40.d.ts +0 -184
  254. package/modern/Component-89f0cb07.d.ts +0 -38
  255. package/modern/Component-8b2c2707.d.ts +0 -14
  256. package/modern/Component-bdb4c6b9.d.ts +0 -12
  257. package/modern/Component-c76d6398.d.ts +0 -5
  258. package/modern/Component-ebda875c.d.ts +0 -12
  259. package/modern/Component.desktop-0aa4e915.d.ts +0 -5
  260. package/modern/Component.desktop-785df74d.d.ts +0 -6
  261. package/modern/Component.mobile-16b1285a.d.ts +0 -5
  262. package/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  263. package/modern/Component.mobile-ebda875c.d.ts +0 -6
  264. package/modern/Context-bdb4c6b9.d.ts +0 -4
  265. package/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  266. package/modern/collapsible.d.ts +0 -2
  267. package/modern/collapsible.js +0 -19
  268. package/modern/consts-f777ba1a.d.ts +0 -2
  269. package/modern/desktop-89f0cb07.d.ts +0 -2
  270. package/modern/desktop.d.ts +0 -4
  271. package/modern/desktop.js +0 -24
  272. package/modern/hook-8abfea97.d.ts +0 -90
  273. package/modern/index-136acbb1.d.ts +0 -28
  274. package/modern/index-8b2c2707.d.ts +0 -6
  275. package/modern/index-bdb4c6b9.d.ts +0 -2
  276. package/modern/index-c44170fe.d.ts +0 -131
  277. package/modern/index-c76d6398.d.ts +0 -140
  278. package/modern/index-ebda875c.d.ts +0 -105
  279. package/modern/index-f12ee135.d.ts +0 -324
  280. package/modern/index.module-2d531cfb.js +0 -4
  281. package/modern/index.module-7b0d0808.js +0 -4
  282. package/modern/mobile-89f0cb07.d.ts +0 -2
  283. package/modern/mobile-d7e9f69d.d.ts +0 -2
  284. package/modern/mobile.d.ts +0 -4
  285. package/modern/mobile.js +0 -24
  286. package/modern/shared-4cd3936b.d.ts +0 -107
  287. package/modern/shared.d.ts +0 -4
  288. package/modern/types-1b036d4b.d.ts +0 -13
  289. package/modern/types-4480ac4f.d.ts +0 -3
  290. package/modern/typings-0f4b9bed.d.ts +0 -576
  291. package/modern/typings-89f0cb07.d.ts +0 -93
  292. package/modern/typings-bdb4c6b9.d.ts +0 -52
  293. package/modern/useSkeleton-ebda875c.d.ts +0 -12
  294. package/modern/utils-0f4b9bed.d.ts +0 -41
  295. package/modern/utils-1574ad8b.d.ts +0 -29
  296. package/shared-4cd3936b.d.ts +0 -107
  297. package/shared.d.ts +0 -4
  298. package/src/collapsible.ts +0 -2
  299. package/src/desktop.ts +0 -4
  300. package/src/mobile.ts +0 -4
  301. package/src/shared.ts +0 -4
  302. package/types-1b036d4b.d.ts +0 -13
  303. package/types-4480ac4f.d.ts +0 -3
  304. package/typings-0f4b9bed.d.ts +0 -576
  305. package/typings-89f0cb07.d.ts +0 -93
  306. package/typings-bdb4c6b9.d.ts +0 -52
  307. package/useSkeleton-ebda875c.d.ts +0 -12
  308. package/utils-0f4b9bed.d.ts +0 -41
  309. package/utils-1574ad8b.d.ts +0 -29
@@ -3,10 +3,11 @@ import { useMatchMedia } from '@alfalab/core-components-mq/modern';
3
3
  import { PrimaryTabListDesktop } from './Component.desktop.js';
4
4
  import { PrimaryTabListMobile } from './Component.mobile.js';
5
5
  import './Component.js';
6
+ import '@juggle/resize-observer';
6
7
  import 'classnames';
7
8
  import '@alfalab/core-components-keyboard-focusable/modern';
8
- import '../../hooks/use-tabs.js';
9
9
  import '@alfalab/core-components-shared/modern';
10
+ import '../../hooks/use-tabs.js';
10
11
  import '../scrollable-container/Component.js';
11
12
  import 'compute-scroll-into-view';
12
13
  import '../scroll-controls/Component.js';
@@ -16,7 +17,7 @@ import '@alfalab/icons-glyph/ChevronLeftMIcon';
16
17
  import '@alfalab/icons-glyph/ChevronRightMIcon';
17
18
  import '../scroll-controls/utils.js';
18
19
  import '../title/Component.js';
19
- import '../../index.module-7b0d0808.js';
20
+ import '../../index.module-4070c7f9.js';
20
21
 
21
22
  const PrimaryTabListResponsive = ({ size, breakpoint = 1024, fullWidthScroll, defaultMatchMediaValue, ...restProps }) => {
22
23
  const [isDesktop] = useMatchMedia(`(min-width: ${breakpoint}px)`, defaultMatchMediaValue);
@@ -1,4 +1,4 @@
1
- /* hash: v5vzb */
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_1sfro {
86
+ } .tabs__component_h18s1 {
87
87
  position: relative;
88
88
  display: inline-flex;
89
89
  min-width: 100%
90
- } .tabs__component_1sfro: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_1sfro {
98
+ } .tabs__fullWidthScroll_h18s1 {
99
99
  min-width: calc(100% - 2 * var(--gap-m));
100
100
  margin: 0 var(--gap-m);
101
- } .tabs__container_1sfro {
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_1sfro {
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_1sfro:not(.tabs__disabled_1sfro):hover {
124
+ } .tabs__title_h18s1:not(.tabs__disabled_h18s1):hover {
125
125
  color: var(--primary-tablist-hover-color);
126
- } .tabs__focused_1sfro {
126
+ } .tabs__focused_h18s1 {
127
127
  outline: 2px solid var(--focus-color);
128
128
  outline-offset: 2px;
129
- } .tabs__collapsed_1sfro {
129
+ } .tabs__collapsed_h18s1 {
130
130
  order: 99;
131
131
  visibility: collapse;
132
- } .tabs__selected_1sfro {
132
+ } .tabs__selected_h18s1 {
133
133
  cursor: default;
134
134
  color: var(--primary-tablist-selected-color);
135
- } .tabs__disabled_1sfro {
135
+ } .tabs__disabled_h18s1 {
136
136
  cursor: var(--disabled-cursor);
137
137
  color: var(--primary-tablist-disabled-color);
138
- } .tabs__line_1sfro {
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_1sfro {
145
+ } .tabs__option_h18s1 {
146
146
  color: var(--color-light-text-primary);
147
- } /* sizes */ .tabs__s_1sfro .tabs__title_1sfro, .tabs__xs_1sfro .tabs__title_1sfro, .tabs__xxs_1sfro .tabs__title_1sfro {
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_1sfro .tabs__title_1sfro + .tabs__title_1sfro, .tabs__xs_1sfro .tabs__title_1sfro + .tabs__title_1sfro, .tabs__xxs_1sfro .tabs__title_1sfro + .tabs__title_1sfro {
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_1sfro .tabs__pickerWrapper_1sfro, .tabs__xs_1sfro .tabs__pickerWrapper_1sfro, .tabs__xxs_1sfro .tabs__pickerWrapper_1sfro {
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_1sfro .tabs__option_1sfro, .tabs__xs_1sfro .tabs__option_1sfro, .tabs__xxs_1sfro .tabs__option_1sfro {
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_1sfro .tabs__title_1sfro {
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_1sfro .tabs__title_1sfro + .tabs__title_1sfro {
165
+ } .tabs__m_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
166
166
  margin-left: var(--primary-tablist-m-gaps);
167
- } .tabs__m_1sfro .tabs__pickerWrapper_1sfro {
167
+ } .tabs__m_h18s1 .tabs__pickerWrapper_h18s1 {
168
168
  margin-left: var(--primary-tablist-m-gaps);
169
- } .tabs__m_1sfro .tabs__option_1sfro {
169
+ } .tabs__m_h18s1 .tabs__option_h18s1 {
170
170
  padding: 0;
171
- } .tabs__l_1sfro .tabs__title_1sfro {
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_1sfro .tabs__title_1sfro + .tabs__title_1sfro {
177
+ } .tabs__l_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
178
178
  margin-left: var(--primary-tablist-l-gaps);
179
- } .tabs__l_1sfro .tabs__pickerWrapper_1sfro {
179
+ } .tabs__l_h18s1 .tabs__pickerWrapper_h18s1 {
180
180
  margin-left: var(--primary-tablist-l-gaps);
181
- } .tabs__l_1sfro .tabs__option_1sfro {
181
+ } .tabs__l_h18s1 .tabs__option_h18s1 {
182
182
  padding: 0;
183
- } .tabs__xl_1sfro .tabs__title_1sfro {
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_1sfro .tabs__title_1sfro + .tabs__title_1sfro {
189
+ } .tabs__xl_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
190
190
  margin-left: var(--primary-tablist-xl-gaps);
191
- } .tabs__xl_1sfro .tabs__pickerWrapper_1sfro {
191
+ } .tabs__xl_h18s1 .tabs__pickerWrapper_h18s1 {
192
192
  margin-left: var(--primary-tablist-xl-gaps);
193
- } .tabs__xl_1sfro .tabs__option_1sfro {
193
+ } .tabs__xl_h18s1 .tabs__option_h18s1 {
194
194
  padding: 0;
195
- } .tabs__rightAddons_1sfro {
195
+ } .tabs__rightAddons_h18s1 {
196
196
  display: flex;
197
197
  justify-content: center;
198
198
  align-items: center;
@@ -1,4 +1,4 @@
1
- /* hash: 7mwh2 */
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_1sfro {
93
+ }.tabs__component_h18s1 {
94
94
  position: relative;
95
95
  display: inline-flex;
96
96
  min-width: 100%
97
- }.tabs__component_1sfro: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_1sfro {
105
+ }.tabs__fullWidthScroll_h18s1 {
106
106
  min-width: calc(100% - 2 * var(--gap-m));
107
107
  margin: 0 var(--gap-m);
108
- }.tabs__container_1sfro {
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_1sfro {
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_1sfro:not(.tabs__disabled_1sfro):hover {
131
+ }.tabs__title_h18s1:not(.tabs__disabled_h18s1):hover {
132
132
  color: var(--primary-tablist-hover-color);
133
- }.tabs__focused_1sfro {
133
+ }.tabs__focused_h18s1 {
134
134
  outline: 2px solid var(--focus-color);
135
135
  outline-offset: 2px;
136
- }.tabs__collapsed_1sfro {
136
+ }.tabs__collapsed_h18s1 {
137
137
  order: 99;
138
138
  visibility: collapse;
139
- }.tabs__selected_1sfro {
139
+ }.tabs__selected_h18s1 {
140
140
  cursor: default;
141
141
  color: var(--primary-tablist-selected-color);
142
- }.tabs__disabled_1sfro {
142
+ }.tabs__disabled_h18s1 {
143
143
  cursor: var(--disabled-cursor);
144
144
  color: var(--primary-tablist-disabled-color);
145
- }.tabs__line_1sfro {
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_1sfro {
152
+ }.tabs__option_h18s1 {
153
153
  color: var(--color-light-text-primary);
154
- }/* sizes */.tabs__s_1sfro .tabs__title_1sfro, .tabs__xs_1sfro .tabs__title_1sfro, .tabs__xxs_1sfro .tabs__title_1sfro {
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_1sfro .tabs__title_1sfro + .tabs__title_1sfro, .tabs__xs_1sfro .tabs__title_1sfro + .tabs__title_1sfro, .tabs__xxs_1sfro .tabs__title_1sfro + .tabs__title_1sfro {
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_1sfro .tabs__pickerWrapper_1sfro, .tabs__xs_1sfro .tabs__pickerWrapper_1sfro, .tabs__xxs_1sfro .tabs__pickerWrapper_1sfro {
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_1sfro .tabs__option_1sfro, .tabs__xs_1sfro .tabs__option_1sfro, .tabs__xxs_1sfro .tabs__option_1sfro {
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_1sfro .tabs__title_1sfro {
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_1sfro .tabs__title_1sfro + .tabs__title_1sfro {
172
+ }.tabs__m_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
173
173
  margin-left: var(--primary-tablist-m-gaps);
174
- }.tabs__m_1sfro .tabs__pickerWrapper_1sfro {
174
+ }.tabs__m_h18s1 .tabs__pickerWrapper_h18s1 {
175
175
  margin-left: var(--primary-tablist-m-gaps);
176
- }.tabs__m_1sfro .tabs__option_1sfro {
176
+ }.tabs__m_h18s1 .tabs__option_h18s1 {
177
177
  padding: 0;
178
- }.tabs__l_1sfro .tabs__title_1sfro {
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_1sfro .tabs__title_1sfro + .tabs__title_1sfro {
184
+ }.tabs__l_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
185
185
  margin-left: var(--primary-tablist-l-gaps);
186
- }.tabs__l_1sfro .tabs__pickerWrapper_1sfro {
186
+ }.tabs__l_h18s1 .tabs__pickerWrapper_h18s1 {
187
187
  margin-left: var(--primary-tablist-l-gaps);
188
- }.tabs__l_1sfro .tabs__option_1sfro {
188
+ }.tabs__l_h18s1 .tabs__option_h18s1 {
189
189
  padding: 0;
190
- }.tabs__xl_1sfro .tabs__title_1sfro {
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_1sfro .tabs__title_1sfro + .tabs__title_1sfro {
196
+ }.tabs__xl_h18s1 .tabs__title_h18s1 + .tabs__title_h18s1 {
197
197
  margin-left: var(--primary-tablist-xl-gaps);
198
- }.tabs__xl_1sfro .tabs__pickerWrapper_1sfro {
198
+ }.tabs__xl_h18s1 .tabs__pickerWrapper_h18s1 {
199
199
  margin-left: var(--primary-tablist-xl-gaps);
200
- }.tabs__xl_1sfro .tabs__option_1sfro {
200
+ }.tabs__xl_h18s1 .tabs__option_h18s1 {
201
201
  padding: 0;
202
- }.tabs__rightAddons_1sfro {
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_psrdh {
1111
- } .tabs__mobile_psrdh .tabs__title_psrdh {
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_psrdh .tabs__title_psrdh + .tabs__title_psrdh {
1117
+ } .tabs__mobile_vbdu8 .tabs__title_vbdu8 + .tabs__title_vbdu8 {
1118
1118
  margin-left: var(--primary-tablist-mobile-gaps);
1119
1119
  }
@@ -6,7 +6,7 @@ import { ChevronLeftMIcon } from '@alfalab/icons-glyph/ChevronLeftMIcon';
6
6
  import { ChevronRightMIcon } from '@alfalab/icons-glyph/ChevronRightMIcon';
7
7
  import { getDisabledState, scrollIntoFirstTab, scrollIntoLastTab } from './utils.js';
8
8
 
9
- const styles = {"component":"tabs__component_lwa5e","borderVisible":"tabs__borderVisible_lwa5e","primary":"tabs__primary_lwa5e","button":"tabs__button_lwa5e","xl":"tabs__xl_lwa5e","secondary":"tabs__secondary_lwa5e","xs":"tabs__xs_lwa5e"};
9
+ const 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"};
10
10
  require('./index.css')
11
11
 
12
12
  const ScrollControls = forwardRef(({ containerRef, view, size: sizeProp }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: 8x1k8 */
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_lwa5e {
47
+ } .tabs__component_186lh {
48
48
  position: relative;
49
49
  display: flex;
50
50
  flex-shrink: 0
51
- } .tabs__component_lwa5e: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_lwa5e:before {
60
+ } .tabs__borderVisible_186lh:before {
61
61
  background-color: var(--color-light-specialbg-tertiary-transparent);
62
- } .tabs__primary_lwa5e {
62
+ } .tabs__primary_186lh {
63
63
  align-items: flex-start;
64
64
  justify-content: flex-end
65
- } .tabs__primary_lwa5e: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_lwa5e:before {
73
+ } .tabs__primary_186lh:before {
74
74
  bottom: 2px;
75
- } .tabs__primary_lwa5e {
75
+ } .tabs__primary_186lh {
76
76
 
77
- .tabs__button_lwa5e: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_lwa5e.tabs__xl_lwa5e .tabs__button_lwa5e:first-child {
81
+ } .tabs__primary_186lh.tabs__xl_186lh .tabs__button_186lh:first-child {
82
82
  margin-right: var(--gap-2xs);
83
- } .tabs__secondary_lwa5e {
83
+ } .tabs__secondary_186lh {
84
84
  align-items: center;
85
85
  justify-content: center
86
- } .tabs__secondary_lwa5e:before {
86
+ } .tabs__secondary_186lh:before {
87
87
  bottom: 0;
88
- } .tabs__secondary_lwa5e.tabs__xs_lwa5e {
88
+ } .tabs__secondary_186lh.tabs__xs_186lh {
89
89
  width: 76px;
90
90
 
91
- .tabs__button_lwa5e:first-child {
91
+ .tabs__button_186lh:first-child {
92
92
  margin-right: var(--gap-2xs);
93
93
  }
94
94
  }
@@ -8,7 +8,7 @@ import '@alfalab/icons-glyph/ChevronLeftMIcon';
8
8
  import '@alfalab/icons-glyph/ChevronRightMIcon';
9
9
  import '../scroll-controls/utils.js';
10
10
 
11
- const styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_1hmt5","container":"tabs__container_1hmt5","fullWidthScroll":"tabs__fullWidthScroll_1hmt5"};
11
+ const styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_1l5jl","container":"tabs__container_1l5jl","fullWidthScroll":"tabs__fullWidthScroll_1l5jl"};
12
12
  require('./index.css')
13
13
 
14
14
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 118xw */
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_1hmt5 {
45
+ } .tabs__scrollableContainerWrapper_1l5jl {
46
46
  display: flex;
47
- } .tabs__container_1hmt5 {
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_1hmt5::-webkit-scrollbar {
58
+ } .tabs__container_1l5jl::-webkit-scrollbar {
59
59
  display: none;
60
- } .tabs__container_1hmt5 > * {
60
+ } .tabs__container_1l5jl > * {
61
61
  flex-shrink: 0;
62
- } .tabs__fullWidthScroll_1hmt5 {
62
+ } .tabs__fullWidthScroll_1l5jl {
63
63
  padding-left: 0;
64
64
  margin: var(--gap-2xs-neg) var(--gap-m-neg);
65
65
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { TagDesktop } from '@alfalab/core-components-tag/modern/desktop';
3
3
  import { SecondaryTabList } from './Component.js';
4
- import { c as commonStyles } from '../../index.module-2d531cfb.js';
4
+ import { c as commonStyles } from '../../index.module-a791a93d.js';
5
5
  import 'classnames';
6
6
  import '../../hooks/use-tabs.js';
7
7
  import '@alfalab/core-components-shared/modern';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { TagMobile } from '@alfalab/core-components-tag/modern/mobile';
4
4
  import { SecondaryTabList } from './Component.js';
5
- import { c as commonStyles } from '../../index.module-2d531cfb.js';
5
+ import { c as commonStyles } from '../../index.module-a791a93d.js';
6
6
  import '../../hooks/use-tabs.js';
7
7
  import '@alfalab/core-components-shared/modern';
8
8
  import '../scrollable-container/Component.js';
@@ -14,7 +14,7 @@ import '@alfalab/icons-glyph/ChevronLeftMIcon';
14
14
  import '@alfalab/icons-glyph/ChevronRightMIcon';
15
15
  import '../scroll-controls/utils.js';
16
16
 
17
- const mobileStyles = {"title":"tabs__title_yk169 tabs__title_o2nwu","mobile":"tabs__mobile_yk169"};
17
+ const mobileStyles = {"title":"tabs__title_1bszl tabs__title_tladl","mobile":"tabs__mobile_1bszl"};
18
18
  require('./mobile.css')
19
19
 
20
20
  const styles = {
@@ -15,7 +15,7 @@ import '@alfalab/core-components-icon-button/modern';
15
15
  import '@alfalab/icons-glyph/ChevronLeftMIcon';
16
16
  import '@alfalab/icons-glyph/ChevronRightMIcon';
17
17
  import '../scroll-controls/utils.js';
18
- import '../../index.module-2d531cfb.js';
18
+ import '../../index.module-a791a93d.js';
19
19
  import '@alfalab/core-components-tag/modern/mobile';
20
20
 
21
21
  const SecondaryTabListResponsive = ({ defaultMatchMediaValue, fullWidthScroll, breakpoint = 1024, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 117pb */
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_o2nwu {
53
+ } .tabs__component_tladl {
54
54
  position: relative;
55
55
  display: inline-flex;
56
- } .tabs__fullWidthScroll_o2nwu {
56
+ } .tabs__fullWidthScroll_tladl {
57
57
  margin: 0 var(--gap-m);
58
- } .tabs__container_o2nwu {
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_o2nwu {
64
+ } .tabs__title_tladl {
65
65
  white-space: nowrap;
66
- } /* sizes */ .tabs__xxs_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
66
+ } /* sizes */ .tabs__xxs_tladl .tabs__title_tladl + .tabs__title_tladl {
67
67
  margin-left: var(--secondary-tablist-xxs-gaps);
68
- } .tabs__xs_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
68
+ } .tabs__xs_tladl .tabs__title_tladl + .tabs__title_tladl {
69
69
  margin-left: var(--secondary-tablist-xs-gaps);
70
- } .tabs__s_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
70
+ } .tabs__s_tladl .tabs__title_tladl + .tabs__title_tladl {
71
71
  margin-left: var(--secondary-tablist-s-gaps);
72
- } .tabs__m_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
72
+ } .tabs__m_tladl .tabs__title_tladl + .tabs__title_tladl {
73
73
  margin-left: var(--secondary-tablist-m-gaps);
74
- } .tabs__l_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
74
+ } .tabs__l_tladl .tabs__title_tladl + .tabs__title_tladl {
75
75
  margin-left: var(--secondary-tablist-l-gaps);
76
- } .tabs__xl_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
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: 1v9sg */
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_o2nwu {
54
+ }.tabs__component_tladl {
55
55
  position: relative;
56
56
  display: inline-flex;
57
- }.tabs__fullWidthScroll_o2nwu {
57
+ }.tabs__fullWidthScroll_tladl {
58
58
  margin: 0 var(--gap-m);
59
- }.tabs__container_o2nwu {
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_o2nwu {
65
+ }.tabs__title_tladl {
66
66
  white-space: nowrap;
67
- }/* sizes */.tabs__xxs_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
67
+ }/* sizes */.tabs__xxs_tladl .tabs__title_tladl + .tabs__title_tladl {
68
68
  margin-left: var(--secondary-tablist-xxs-gaps);
69
- }.tabs__xs_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
69
+ }.tabs__xs_tladl .tabs__title_tladl + .tabs__title_tladl {
70
70
  margin-left: var(--secondary-tablist-xs-gaps);
71
- }.tabs__s_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
71
+ }.tabs__s_tladl .tabs__title_tladl + .tabs__title_tladl {
72
72
  margin-left: var(--secondary-tablist-s-gaps);
73
- }.tabs__m_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
73
+ }.tabs__m_tladl .tabs__title_tladl + .tabs__title_tladl {
74
74
  margin-left: var(--secondary-tablist-m-gaps);
75
- }.tabs__l_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
75
+ }.tabs__l_tladl .tabs__title_tladl + .tabs__title_tladl {
76
76
  margin-left: var(--secondary-tablist-l-gaps);
77
- }.tabs__xl_o2nwu .tabs__title_o2nwu + .tabs__title_o2nwu {
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_yk169 {
983
- } .tabs__mobile_yk169 .tabs__title_yk169 + .tabs__title_yk169 {
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
- const styles = {"component":"tabs__component_hxwfi","hidden":"tabs__hidden_hxwfi"};
4
+ const styles = {"component":"tabs__component_3h5tb","hidden":"tabs__hidden_3h5tb"};
5
5
  require('./index.css')
6
6
 
7
7
  const Tab = ({ children, hidden, className, disabled, dataTestId }) => children ? (React.createElement("div", { className: cn(styles.component, {
@@ -1,8 +1,8 @@
1
- /* hash: 1z2f8 */
2
- .tabs__component_hxwfi {
1
+ /* hash: 1e02w */
2
+ .tabs__component_3h5tb {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_hxwfi {
6
+ .tabs__hidden_3h5tb {
7
7
  display: none;
8
8
  }
@@ -14,7 +14,7 @@ import '../../hooks/use-tabs.js';
14
14
  import '@alfalab/core-components-shared/modern';
15
15
  import '../../synthetic-events.js';
16
16
  import '../title/Component.js';
17
- import '../../index.module-7b0d0808.js';
17
+ import '../../index.module-4070c7f9.js';
18
18
 
19
19
  const TabsCollapsible = ({ ...restProps }) => (React.createElement(Tabs, { TabList: CollapsiblePrimaryTabList, ...restProps }));
20
20