@alfalab/core-components-tabs 6.0.1 → 6.2.1

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 (97) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/components/primary-tablist/Component.desktop.js +2 -2
  3. package/dist/components/primary-tablist/Component.js +1 -1
  4. package/dist/components/primary-tablist/Component.mobile.js +3 -3
  5. package/dist/components/primary-tablist/Component.responsive.js +2 -2
  6. package/dist/components/primary-tablist/index.css +23 -19
  7. package/dist/components/primary-tablist/mobile.css +125 -30
  8. package/dist/components/scrollable-container/Component.js +1 -1
  9. package/dist/components/scrollable-container/index.css +10 -3
  10. package/dist/components/secondary-tablist/Component.desktop.js +4 -4
  11. package/dist/components/secondary-tablist/Component.js +1 -1
  12. package/dist/components/secondary-tablist/Component.mobile.js +3 -3
  13. package/dist/components/secondary-tablist/Component.responsive.js +2 -2
  14. package/dist/components/secondary-tablist/index.css +28 -32
  15. package/dist/components/secondary-tablist/mobile.css +128 -41
  16. package/dist/components/tab/Component.js +1 -1
  17. package/dist/components/tab/index.css +3 -3
  18. package/dist/components/tabs/Component.desktop.js +4 -4
  19. package/dist/components/tabs/Component.mobile.js +3 -3
  20. package/dist/components/tabs/Component.responsive.js +3 -3
  21. package/dist/cssm/components/primary-tablist/index.module.css +6 -2
  22. package/dist/cssm/components/primary-tablist/mobile.module.css +4 -0
  23. package/dist/cssm/components/scrollable-container/index.module.css +7 -0
  24. package/dist/cssm/components/secondary-tablist/Component.desktop.js +2 -2
  25. package/dist/cssm/components/secondary-tablist/index.module.css +20 -24
  26. package/dist/cssm/components/secondary-tablist/mobile.module.css +4 -3
  27. package/dist/cssm/components/tabs/Component.desktop.js +1 -1
  28. package/dist/cssm/typings.d.ts +1 -1
  29. package/dist/cssm/vars.css +4 -0
  30. package/dist/desktop.js +3 -3
  31. package/dist/esm/components/primary-tablist/Component.desktop.js +2 -2
  32. package/dist/esm/components/primary-tablist/Component.js +1 -1
  33. package/dist/esm/components/primary-tablist/Component.mobile.js +3 -3
  34. package/dist/esm/components/primary-tablist/Component.responsive.js +2 -2
  35. package/dist/esm/components/primary-tablist/index.css +23 -19
  36. package/dist/esm/components/primary-tablist/mobile.css +125 -30
  37. package/dist/esm/components/scrollable-container/Component.js +1 -1
  38. package/dist/esm/components/scrollable-container/index.css +10 -3
  39. package/dist/esm/components/secondary-tablist/Component.desktop.js +4 -4
  40. package/dist/esm/components/secondary-tablist/Component.js +1 -1
  41. package/dist/esm/components/secondary-tablist/Component.mobile.js +3 -3
  42. package/dist/esm/components/secondary-tablist/Component.responsive.js +2 -2
  43. package/dist/esm/components/secondary-tablist/index.css +28 -32
  44. package/dist/esm/components/secondary-tablist/mobile.css +128 -41
  45. package/dist/esm/components/tab/Component.js +1 -1
  46. package/dist/esm/components/tab/index.css +3 -3
  47. package/dist/esm/components/tabs/Component.desktop.js +4 -4
  48. package/dist/esm/components/tabs/Component.mobile.js +3 -3
  49. package/dist/esm/components/tabs/Component.responsive.js +3 -3
  50. package/dist/esm/desktop.js +3 -3
  51. package/dist/esm/index.js +3 -3
  52. package/dist/esm/index.module-2f424545.js +4 -0
  53. package/dist/esm/index.module-7dc22d31.js +4 -0
  54. package/dist/esm/mobile.js +3 -3
  55. package/dist/esm/responsive.js +3 -3
  56. package/dist/esm/{tslib.es6-f32a8b0b.d.ts → tslib.es6-9ad58300.d.ts} +0 -0
  57. package/dist/esm/{tslib.es6-f32a8b0b.js → tslib.es6-9ad58300.js} +0 -0
  58. package/dist/esm/typings.d.ts +1 -1
  59. package/dist/index.js +3 -3
  60. package/dist/index.module-c212f00a.js +6 -0
  61. package/dist/index.module-ea992fa6.js +6 -0
  62. package/dist/mobile.js +3 -3
  63. package/dist/modern/components/primary-tablist/Component.desktop.js +1 -1
  64. package/dist/modern/components/primary-tablist/Component.mobile.js +2 -2
  65. package/dist/modern/components/primary-tablist/Component.responsive.js +1 -1
  66. package/dist/modern/components/primary-tablist/index.css +23 -19
  67. package/dist/modern/components/primary-tablist/mobile.css +125 -30
  68. package/dist/modern/components/scrollable-container/Component.js +1 -1
  69. package/dist/modern/components/scrollable-container/index.css +10 -3
  70. package/dist/modern/components/secondary-tablist/Component.desktop.js +2 -2
  71. package/dist/modern/components/secondary-tablist/Component.mobile.js +2 -2
  72. package/dist/modern/components/secondary-tablist/Component.responsive.js +1 -1
  73. package/dist/modern/components/secondary-tablist/index.css +28 -32
  74. package/dist/modern/components/secondary-tablist/mobile.css +128 -41
  75. package/dist/modern/components/tab/Component.js +1 -1
  76. package/dist/modern/components/tab/index.css +3 -3
  77. package/dist/modern/components/tabs/Component.desktop.js +3 -3
  78. package/dist/modern/components/tabs/Component.mobile.js +2 -2
  79. package/dist/modern/components/tabs/Component.responsive.js +2 -2
  80. package/dist/modern/desktop.js +2 -2
  81. package/dist/modern/index.js +2 -2
  82. package/dist/modern/index.module-2f424545.js +4 -0
  83. package/dist/modern/index.module-7dc22d31.js +4 -0
  84. package/dist/modern/mobile.js +2 -2
  85. package/dist/modern/responsive.js +2 -2
  86. package/dist/modern/typings.d.ts +1 -1
  87. package/dist/responsive.js +3 -3
  88. package/dist/{tslib.es6-a945f620.d.ts → tslib.es6-e6e536b3.d.ts} +0 -0
  89. package/dist/{tslib.es6-a945f620.js → tslib.es6-e6e536b3.js} +0 -0
  90. package/dist/typings.d.ts +1 -1
  91. package/package.json +3 -3
  92. package/dist/esm/index.module-5f8ab866.js +0 -4
  93. package/dist/esm/index.module-79dd2b67.js +0 -4
  94. package/dist/index.module-09355c68.js +0 -6
  95. package/dist/index.module-313ebd46.js +0 -6
  96. package/dist/modern/index.module-5f8ab866.js +0 -4
  97. package/dist/modern/index.module-79dd2b67.js +0 -4
@@ -1,4 +1,4 @@
1
- /* hash: ommsi */
1
+ /* hash: tvno4 */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -75,6 +75,10 @@
75
75
 
76
76
  /* mobile */
77
77
 
78
+ /* size xxs */
79
+
80
+ /* size xs */
81
+
78
82
  /* size s */
79
83
 
80
84
  /* size m */
@@ -82,9 +86,9 @@
82
86
  /* size l */
83
87
 
84
88
  /* size xl */
85
- }.tabs__component_18h98 {
89
+ }.tabs__component_1h41f {
86
90
  position: relative
87
- }.tabs__component_18h98:before {
91
+ }.tabs__component_1h41f:before {
88
92
  content: '';
89
93
  display: block;
90
94
  position: absolute;
@@ -92,10 +96,10 @@
92
96
  height: 1px;
93
97
  width: 100%;
94
98
  background-color: var(--primary-tablist-bottom-border-color);
95
- }.tabs__container_18h98 {
99
+ }.tabs__container_1h41f {
96
100
  position: relative;
97
101
  display: flex;
98
- }.tabs__title_18h98 {
102
+ }.tabs__title_1h41f {
99
103
  display: flex;
100
104
  align-items: center;
101
105
  height: 100%;
@@ -112,57 +116,57 @@
112
116
  user-select: none;
113
117
  cursor: pointer;
114
118
  outline: none
115
- }.tabs__title_18h98:not(.tabs__disabled_18h98):hover {
119
+ }.tabs__title_1h41f:not(.tabs__disabled_1h41f):hover {
116
120
  color: var(--primary-tablist-hover-color);
117
- }.tabs__focused_18h98 {
121
+ }.tabs__focused_1h41f {
118
122
  outline: 2px solid var(--focus-color);
119
123
  outline-offset: 2px;
120
- }.tabs__selected_18h98 {
124
+ }.tabs__selected_1h41f {
121
125
  cursor: default;
122
126
  color: var(--primary-tablist-selected-color);
123
- }.tabs__disabled_18h98 {
127
+ }.tabs__disabled_1h41f {
124
128
  cursor: var(--disabled-cursor);
125
129
  color: var(--primary-tablist-disabled-color);
126
- }.tabs__line_18h98 {
130
+ }.tabs__line_1h41f {
127
131
  position: absolute;
128
132
  height: 3px;
129
133
  bottom: 0;
130
134
  left: 0;
131
135
  background-color: var(--primary-tablist-line-color);
132
136
  transition: transform 0.2s ease, width 0.2s ease;
133
- }/* sizes */.tabs__s_18h98 .tabs__title_18h98 {
137
+ }/* sizes */.tabs__s_1h41f .tabs__title_1h41f, .tabs__xs_1h41f .tabs__title_1h41f, .tabs__xxs_1h41f .tabs__title_1h41f {
134
138
  padding: var(--primary-tablist-s-padding);
135
139
  font-size: var(--primary-tablist-s-font-size);
136
140
  font-weight: var(--primary-tablist-s-font-weight);
137
141
  font-family: var(--primary-tablist-s-font-family);
138
142
  line-height: 24px;
139
- }.tabs__s_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
143
+ }.tabs__s_1h41f .tabs__title_1h41f + .tabs__title_1h41f, .tabs__xs_1h41f .tabs__title_1h41f + .tabs__title_1h41f, .tabs__xxs_1h41f .tabs__title_1h41f + .tabs__title_1h41f {
140
144
  margin-left: var(--primary-tablist-s-gaps);
141
- }.tabs__m_18h98 .tabs__title_18h98 {
145
+ }.tabs__m_1h41f .tabs__title_1h41f {
142
146
  padding: var(--primary-tablist-m-padding);
143
147
  font-size: var(--primary-tablist-m-font-size);
144
148
  font-weight: var(--primary-tablist-m-font-weight);
145
149
  font-family: var(--primary-tablist-m-font-family);
146
150
  line-height: 24px;
147
- }.tabs__m_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
151
+ }.tabs__m_1h41f .tabs__title_1h41f + .tabs__title_1h41f {
148
152
  margin-left: var(--primary-tablist-m-gaps);
149
- }.tabs__l_18h98 .tabs__title_18h98 {
153
+ }.tabs__l_1h41f .tabs__title_1h41f {
150
154
  padding: var(--primary-tablist-l-padding);
151
155
  font-size: var(--primary-tablist-l-font-size);
152
156
  font-weight: var(--primary-tablist-l-font-weight);
153
157
  font-family: var(--primary-tablist-l-font-family);
154
158
  line-height: 24px;
155
- }.tabs__l_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
159
+ }.tabs__l_1h41f .tabs__title_1h41f + .tabs__title_1h41f {
156
160
  margin-left: var(--primary-tablist-l-gaps);
157
- }.tabs__xl_18h98 .tabs__title_18h98 {
161
+ }.tabs__xl_1h41f .tabs__title_1h41f {
158
162
  padding: var(--primary-tablist-xl-padding);
159
163
  font-size: var(--primary-tablist-xl-font-size);
160
164
  font-weight: var(--primary-tablist-xl-font-weight);
161
165
  font-family: var(--primary-tablist-xl-font-family);
162
166
  line-height: 32px;
163
- }.tabs__xl_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
167
+ }.tabs__xl_1h41f .tabs__title_1h41f + .tabs__title_1h41f {
164
168
  margin-left: var(--primary-tablist-xl-gaps);
165
- }.tabs__rightAddons_18h98 {
169
+ }.tabs__rightAddons_1h41f {
166
170
  margin-left: var(--gap-xs);
167
171
  }
168
172
  :root {
@@ -237,29 +241,72 @@
237
241
  --color-light-blue: #f5f7f9;
238
242
  }
239
243
  :root {
244
+ --color-static-corpbg-neutral: #bdc0c2;
245
+ --color-static-corpbg-primary: #212a33;
246
+ --color-static-corpbg-secondary: #384048;
247
+ --color-static-corpbg-tertiary: #7a7f85;
240
248
  --color-static-graphic-amethyst: #a489aa;
241
249
  --color-static-graphic-blackberry: #bfafc6;
250
+ --color-static-graphic-blue-chill: #0f9c8c;
242
251
  --color-static-graphic-blue-maya: #7eb3ff;
243
252
  --color-static-graphic-blue-moody: #7879cf;
244
253
  --color-static-graphic-blue-steel: #4f84ba;
245
254
  --color-static-graphic-botticelli: #cee5e5;
255
+ --color-static-graphic-boulder: #7a7a7a;
256
+ --color-static-graphic-brink-pink: #fc617c;
257
+ --color-static-graphic-burnt-sienna: #eb7a58;
246
258
  --color-static-graphic-carrot: #e8bba3;
259
+ --color-static-graphic-chatelle: #bfafc6;
260
+ --color-static-graphic-chathams-blue: #155966;
247
261
  --color-static-graphic-chick: #f2db9e;
262
+ --color-static-graphic-crete: #847128;
263
+ --color-static-graphic-curious-blue: #2381db;
264
+ --color-static-graphic-curious-blue-light: #3b99d9;
265
+ --color-static-graphic-eastern-blue: #269cb3;
266
+ --color-static-graphic-french-lilac: #d3baed;
267
+ --color-static-graphic-fuel-yellow: #f29d32;
268
+ --color-static-graphic-fun-blue: #1d6ab5;
248
269
  --color-static-graphic-gallery: #eee;
249
270
  --color-static-graphic-green-jungle: #2fc26e;
271
+ --color-static-graphic-hippie-blue: #5aa4b0;
272
+ --color-static-graphic-jaffa: #f07134;
273
+ --color-static-graphic-jaffa-light: #f18836;
274
+ --color-static-graphic-java: #15c0e0;
275
+ --color-static-graphic-jungle-green: #2ab79a;
250
276
  --color-static-graphic-lavender: #8888ad;
277
+ --color-static-graphic-mantis: #63cd4f;
278
+ --color-static-graphic-matisse: #16548f;
279
+ --color-static-graphic-milano-red: #cd1501;
280
+ --color-static-graphic-mirage: #1d2434;
281
+ --color-static-graphic-moon-raker: #e9dbf7;
282
+ --color-static-graphic-moss-green: #a6d29c;
283
+ --color-static-graphic-nevada: #626b75;
251
284
  --color-static-graphic-olive: #bfd3c9;
285
+ --color-static-graphic-olivine: #87b965;
252
286
  --color-static-graphic-peach: #fcc99b;
253
287
  --color-static-graphic-persimmon: #ff5c5c;
288
+ --color-static-graphic-pewter: #96a5a5;
289
+ --color-static-graphic-pickled-bluewood: #2d3f50;
290
+ --color-static-graphic-porsche: #e7b965;
254
291
  --color-static-graphic-raspberry: #dfb2bb;
292
+ --color-static-graphic-red-damask: #da713c;
293
+ --color-static-graphic-saffron: #f0c330;
255
294
  --color-static-graphic-salomie: #fee984;
256
295
  --color-static-graphic-sand: #f6bf65;
296
+ --color-static-graphic-sandy-brown: #f38f6f;
257
297
  --color-static-graphic-seawater: #aecfd9;
298
+ --color-static-graphic-serenade: #fff0e3;
258
299
  --color-static-graphic-sky: #a6c0db;
259
300
  --color-static-graphic-soft-peach: #f3eaeb;
260
301
  --color-static-graphic-solitude: #e8f2fe;
261
302
  --color-static-graphic-strawberry: #f8b6a9;
262
303
  --color-static-graphic-sundust: #d9d6ce;
304
+ --color-static-graphic-turkish-rose: #b56a6b;
305
+ --color-static-graphic-turquoise-blue: #6bd3e6;
306
+ --color-static-graphic-valencia: #d8463b;
307
+ --color-static-graphic-waikawa-gray: #5b6d9c;
308
+ --color-static-graphic-whisper: #f2eff6;
309
+ --color-static-graphic-zanah: #e1f0de;
263
310
  --color-static-local-light-blue: #f5f7f9;
264
311
  --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
265
312
  --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
@@ -283,13 +330,13 @@
283
330
  --color-static-status-purple: #673ab7;
284
331
  --color-static-status-red: #d91d0b;
285
332
  --color-static-status-teal: #219187;
286
- --color-static-status-blue-tint-90: rgb(230, 242, 255);
287
- --color-static-status-green-tint-90: rgb(231, 246, 239);
288
- --color-static-status-grey-tint-90: rgb(240, 242, 243);
289
- --color-static-status-orange-tint-90: rgb(252, 240, 230);
290
- --color-static-status-purple-tint-90: rgb(240, 235, 248);
291
- --color-static-status-red-tint-90: rgb(251, 232, 231);
292
- --color-static-status-teal-tint-90: rgb(233, 244, 243);
333
+ --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
334
+ --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
335
+ --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
336
+ --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
337
+ --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
338
+ --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
339
+ --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
293
340
  }
294
341
  :root {
295
342
  --color-dark-bg-accent: #ef3124;
@@ -442,18 +489,33 @@
442
489
  --color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
443
490
  --color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
444
491
  --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
492
+ --color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
445
493
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
446
494
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
447
495
  --color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
448
496
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
449
497
  --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
498
+ --color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
450
499
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
451
500
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
501
+ --color-dark-bg-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
502
+ --color-dark-bg-primary-inverted-alpha-80: rgba(255, 255, 255, 0.8);
503
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
504
+ --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
505
+ --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
506
+ --color-dark-bg-secondary-alpha-30: rgba(35, 53, 73, 0.3);
507
+ --color-dark-bg-secondary-tint-7: rgb(50, 67, 86);
508
+ --color-dark-bg-secondary-tint-15: rgb(68, 83, 100);
452
509
  --color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
453
510
  --color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
511
+ --color-dark-bg-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
512
+ --color-dark-bg-secondary-inverted-shade-7: rgb(169, 175, 181);
513
+ --color-dark-bg-secondary-inverted-shade-15: rgb(155, 160, 166);
514
+ --color-dark-bg-secondary-inverted-shade-20: rgb(146, 150, 156);
454
515
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
455
516
  --color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
456
517
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
518
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
457
519
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
458
520
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
459
521
  --color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
@@ -464,6 +526,7 @@
464
526
  --color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
465
527
  --color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
466
528
  --color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
529
+ --color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
467
530
  --color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
468
531
  --color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
469
532
  --color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
@@ -474,6 +537,9 @@
474
537
  --color-dark-specialbg-component-tint-7: rgb(85, 99, 114);
475
538
  --color-dark-specialbg-component-tint-10: rgb(90, 104, 118);
476
539
  --color-dark-specialbg-component-tint-30: rgb(127, 137, 149);
540
+ --color-dark-specialbg-component-alpha-2: rgba(72, 87, 103, 0.02);
541
+ --color-dark-specialbg-component-alpha-14: rgba(72, 87, 103, 0.14);
542
+ --color-dark-specialbg-component-alpha-23: rgba(72, 87, 103, 0.23);
477
543
  --color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
478
544
  --color-dark-text-link-shade-30: rgb(0, 85, 179);
479
545
  --color-dark-text-link-shade-50: rgb(0, 61, 128);
@@ -505,18 +571,33 @@
505
571
  --color-light-bg-neutral-shade-30: rgb(153, 155, 157);
506
572
  --color-light-bg-neutral-tint-15: rgb(224, 227, 230);
507
573
  --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
574
+ --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
508
575
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
509
576
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
510
577
  --color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
511
578
  --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
512
579
  --color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
580
+ --color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
513
581
  --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
514
582
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
583
+ --color-light-bg-primary-inverted-alpha-60: rgba(11, 31, 53, 0.6);
584
+ --color-light-bg-primary-inverted-alpha-80: rgba(11, 31, 53, 0.8);
585
+ --color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
586
+ --color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
587
+ --color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
588
+ --color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
589
+ --color-light-bg-secondary-shade-7: rgb(226, 227, 228);
590
+ --color-light-bg-secondary-shade-15: rgb(207, 207, 208);
515
591
  --color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
516
592
  --color-light-bg-secondary-inverted-alpha-15: rgba(35, 53, 73, 0.15);
593
+ --color-light-bg-secondary-inverted-alpha-30: rgba(35, 53, 73, 0.3);
594
+ --color-light-bg-secondary-inverted-tint-7: rgb(50, 67, 86);
595
+ --color-light-bg-secondary-inverted-tint-15: rgb(68, 83, 100);
596
+ --color-light-bg-secondary-inverted-tint-20: rgb(79, 93, 109);
517
597
  --color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
518
598
  --color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
519
599
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
600
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
520
601
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
521
602
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
522
603
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
@@ -527,6 +608,7 @@
527
608
  --color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
528
609
  --color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
529
610
  --color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
611
+ --color-light-graphic-primary-tint-15: rgb(48, 65, 83);
530
612
  --color-light-graphic-primary-tint-30: rgb(84, 98, 114);
531
613
  --color-light-graphic-primary-tint-50: rgb(133, 143, 154);
532
614
  --color-light-graphic-primary-shade-10: rgb(10, 28, 48);
@@ -537,6 +619,9 @@
537
619
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
538
620
  --color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
539
621
  --color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
622
+ --color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
623
+ --color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
624
+ --color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
540
625
  --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
541
626
  --color-light-text-link-tint-30: rgb(77, 162, 255);
542
627
  --color-light-text-link-tint-50: rgb(128, 189, 255);
@@ -568,6 +653,8 @@
568
653
  --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
569
654
  --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
570
655
  --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
656
+ --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
657
+ --color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
571
658
  --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
572
659
  --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
573
660
  --color-static-primary-dark: rgba(0, 0, 0, 0.8);
@@ -578,6 +665,8 @@
578
665
  --color-static-quinary-light: rgba(255, 255, 255, 0.16);
579
666
  --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
580
667
  --color-static-secondary-light: rgba(255, 255, 255, 0.64);
668
+ --color-static-senary-dark: rgba(0, 0, 0, 0.12);
669
+ --color-static-senary-light: rgba(255, 255, 255, 0.12);
581
670
  --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
582
671
  --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
583
672
  }
@@ -725,6 +814,12 @@
725
814
  /* mobile */
726
815
  --secondary-tablist-mobile-gaps: var(--gap-xs);
727
816
 
817
+ /* size xxs */
818
+ --secondary-tablist-xxs-gaps: var(--gap-xs);
819
+
820
+ /* size xs */
821
+ --secondary-tablist-xs-gaps: var(--gap-xs);
822
+
728
823
  /* size s */
729
824
  --secondary-tablist-s-gaps: var(--gap-s);
730
825
 
@@ -732,12 +827,12 @@
732
827
  --secondary-tablist-m-gaps: var(--gap-s);
733
828
 
734
829
  /* size l */
735
- --secondary-tablist-l-gaps: var(--gap-s);
830
+ --secondary-tablist-l-gaps: var(--gap-m);
736
831
 
737
832
  /* size xl */
738
- --secondary-tablist-xl-gaps: var(--gap-s);
833
+ --secondary-tablist-xl-gaps: var(--gap-m);
739
834
  }
740
- .tabs__title_1vok1 {
835
+ .tabs__title_yv6l7 {
741
836
 
742
837
  padding: var(--primary-tablist-mobile-padding);
743
838
  font-size: var(--primary-tablist-mobile-font-size);
@@ -745,6 +840,6 @@
745
840
  font-family: var(--primary-tablist-mobile-font-family);
746
841
  line-height: 24px
747
842
  }
748
- .tabs__title_1vok1 + .tabs__title_1vok1 {
843
+ .tabs__title_yv6l7 + .tabs__title_yv6l7 {
749
844
  margin-left: var(--primary-tablist-mobile-gaps);
750
845
  }
@@ -2,7 +2,7 @@ import React, { useEffect } from 'react';
2
2
  import cn from 'classnames';
3
3
  import computeScrollIntoView from 'compute-scroll-into-view';
4
4
 
5
- var styles = {"container":"tabs__container_1pc2k"};
5
+ var styles = {"container":"tabs__container_1r4b4"};
6
6
  require('./index.css')
7
7
 
8
8
  var ScrollableContainer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1xbn4 */
1
+ /* hash: rh41d */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -21,6 +21,10 @@
21
21
 
22
22
  /* mobile */
23
23
 
24
+ /* size xxs */
25
+
26
+ /* size xs */
27
+
24
28
  /* size s */
25
29
 
26
30
  /* size m */
@@ -29,7 +33,7 @@
29
33
 
30
34
  /* size xl */
31
35
  }
32
- .tabs__container_1pc2k {
36
+ .tabs__container_1r4b4 {
33
37
  position: relative;
34
38
  display: flex;
35
39
  align-items: center;
@@ -37,6 +41,9 @@
37
41
  overflow-y: hidden;
38
42
  scrollbar-width: none
39
43
  }
40
- .tabs__container_1pc2k::-webkit-scrollbar {
44
+ .tabs__container_1r4b4::-webkit-scrollbar {
41
45
  display: none;
42
46
  }
47
+ .tabs__container_1r4b4 > * {
48
+ flex-shrink: 0;
49
+ }
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-f32a8b0b.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-9ad58300.js';
2
2
  import React from 'react';
3
3
  import 'classnames';
4
4
  import 'compute-scroll-into-view';
@@ -6,11 +6,11 @@ import '../scrollable-container/Component.js';
6
6
  import '../../useTabs.js';
7
7
  import '@alfalab/core-components-tag/dist/esm';
8
8
  import { SecondaryTabList } from './Component.js';
9
- import { c as commonStyles } from '../../index.module-79dd2b67.js';
9
+ import { c as commonStyles } from '../../index.module-2f424545.js';
10
10
 
11
11
  var SecondaryTabListDesktop = function (_a) {
12
- var _b = _a.size, size = _b === void 0 ? 'm' : _b, restProps = __rest(_a, ["size"]);
13
- return (React.createElement(SecondaryTabList, __assign({}, restProps, { size: size, styles: commonStyles, tagSize: size === 's' ? 'xs' : 's' })));
12
+ var _b = _a.size, size = _b === void 0 ? 's' : _b, restProps = __rest(_a, ["size"]);
13
+ return (React.createElement(SecondaryTabList, __assign({}, restProps, { size: size, styles: commonStyles, tagSize: size })));
14
14
  };
15
15
 
16
16
  export { SecondaryTabListDesktop };
@@ -1,4 +1,4 @@
1
- import { a as __assign } from '../../tslib.es6-f32a8b0b.js';
1
+ import { a as __assign } from '../../tslib.es6-9ad58300.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import 'compute-scroll-into-view';
@@ -1,4 +1,4 @@
1
- import { a as __assign, _ as __rest } from '../../tslib.es6-f32a8b0b.js';
1
+ import { a as __assign, _ as __rest } from '../../tslib.es6-9ad58300.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import 'compute-scroll-into-view';
@@ -6,9 +6,9 @@ import '../scrollable-container/Component.js';
6
6
  import '../../useTabs.js';
7
7
  import '@alfalab/core-components-tag/dist/esm';
8
8
  import { SecondaryTabList } from './Component.js';
9
- import { c as commonStyles } from '../../index.module-79dd2b67.js';
9
+ import { c as commonStyles } from '../../index.module-2f424545.js';
10
10
 
11
- var mobileStyles = {"title":"tabs__title_6w2ss tabs__title_16m8j","mobile":"tabs__mobile_6w2ss"};
11
+ var mobileStyles = {"title":"tabs__title_1wcu2 tabs__title_9sv36"};
12
12
  require('./mobile.css')
13
13
 
14
14
  var styles = __assign(__assign({}, commonStyles), mobileStyles);
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-f32a8b0b.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-9ad58300.js';
2
2
  import React from 'react';
3
3
  import 'classnames';
4
4
  import 'compute-scroll-into-view';
@@ -6,7 +6,7 @@ import '../scrollable-container/Component.js';
6
6
  import '../../useTabs.js';
7
7
  import '@alfalab/core-components-tag/dist/esm';
8
8
  import './Component.js';
9
- import '../../index.module-79dd2b67.js';
9
+ import '../../index.module-2f424545.js';
10
10
  import { SecondaryTabListDesktop } from './Component.desktop.js';
11
11
  import { useMedia } from '@alfalab/hooks';
12
12
  import { SecondaryTabListMobile } from './Component.mobile.js';
@@ -1,4 +1,4 @@
1
- /* hash: rryiu */
1
+ /* hash: x0zeg */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -8,13 +8,9 @@
8
8
  /* Hard up */
9
9
  }
10
10
  :root {
11
+ --gap-xs: 8px;
11
12
  --gap-s: 12px;
12
- }
13
- :root {
14
- --size-s-height: 48px;
15
- --size-m-height: 56px;
16
- --size-l-height: 64px;
17
- --size-xl-height: 72px;
13
+ --gap-m: 16px;
18
14
  }
19
15
  :root {
20
16
 
@@ -30,6 +26,12 @@
30
26
 
31
27
  /* mobile */
32
28
 
29
+ /* size xxs */
30
+ --secondary-tablist-xxs-gaps: var(--gap-xs);
31
+
32
+ /* size xs */
33
+ --secondary-tablist-xs-gaps: var(--gap-xs);
34
+
33
35
  /* size s */
34
36
  --secondary-tablist-s-gaps: var(--gap-s);
35
37
 
@@ -37,45 +39,39 @@
37
39
  --secondary-tablist-m-gaps: var(--gap-s);
38
40
 
39
41
  /* size l */
40
- --secondary-tablist-l-gaps: var(--gap-s);
42
+ --secondary-tablist-l-gaps: var(--gap-m);
41
43
 
42
44
  /* size xl */
43
- --secondary-tablist-xl-gaps: var(--gap-s);
45
+ --secondary-tablist-xl-gaps: var(--gap-m);
44
46
  }
45
- .tabs__component_16m8j {
47
+ .tabs__component_9sv36 {
46
48
  position: relative;
47
49
  display: flex;
48
50
  align-items: center;
49
51
  }
50
- .tabs__container_16m8j {
52
+ .tabs__container_9sv36 {
51
53
  display: flex;
52
54
  align-items: center;
53
55
  }
54
- .tabs__title_16m8j {
56
+ .tabs__title_9sv36 {
55
57
  white-space: nowrap;
56
58
  }
57
59
  /* sizes */
58
- .tabs__s_16m8j {
59
- height: var(--size-s-height)
60
+ .tabs__xxs_9sv36 .tabs__title_9sv36 + .tabs__title_9sv36 {
61
+ margin-left: var(--secondary-tablist-xxs-gaps);
62
+ }
63
+ .tabs__xs_9sv36 .tabs__title_9sv36 + .tabs__title_9sv36 {
64
+ margin-left: var(--secondary-tablist-xs-gaps);
65
+ }
66
+ .tabs__s_9sv36 .tabs__title_9sv36 + .tabs__title_9sv36 {
67
+ margin-left: var(--secondary-tablist-s-gaps);
60
68
  }
61
- .tabs__s_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
62
- margin-left: var(--secondary-tablist-s-gaps);
63
- }
64
- .tabs__m_16m8j {
65
- height: var(--size-m-height)
69
+ .tabs__m_9sv36 .tabs__title_9sv36 + .tabs__title_9sv36 {
70
+ margin-left: var(--secondary-tablist-m-gaps);
66
71
  }
67
- .tabs__m_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
68
- margin-left: var(--secondary-tablist-m-gaps);
69
- }
70
- .tabs__l_16m8j {
71
- height: var(--size-l-height)
72
+ .tabs__l_9sv36 .tabs__title_9sv36 + .tabs__title_9sv36 {
73
+ margin-left: var(--secondary-tablist-l-gaps);
72
74
  }
73
- .tabs__l_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
74
- margin-left: var(--secondary-tablist-l-gaps);
75
- }
76
- .tabs__xl_16m8j {
77
- height: var(--size-xl-height)
75
+ .tabs__xl_9sv36 .tabs__title_9sv36 + .tabs__title_9sv36 {
76
+ margin-left: var(--secondary-tablist-xl-gaps);
78
77
  }
79
- .tabs__xl_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
80
- margin-left: var(--secondary-tablist-xl-gaps);
81
- }