@alfalab/core-components-tabs 6.1.0 → 6.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/CHANGELOG.md +19 -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 +19 -19
  7. package/dist/components/primary-tablist/mobile.css +106 -21
  8. package/dist/components/scrollable-container/Component.js +1 -1
  9. package/dist/components/scrollable-container/index.css +4 -4
  10. package/dist/components/secondary-tablist/Component.desktop.js +2 -2
  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 +10 -10
  15. package/dist/components/secondary-tablist/mobile.css +97 -12
  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 +3 -3
  19. package/dist/components/tabs/Component.mobile.js +3 -3
  20. package/dist/components/tabs/Component.responsive.js +3 -3
  21. package/dist/desktop.js +3 -3
  22. package/dist/esm/components/primary-tablist/Component.desktop.js +2 -2
  23. package/dist/esm/components/primary-tablist/Component.js +1 -1
  24. package/dist/esm/components/primary-tablist/Component.mobile.js +3 -3
  25. package/dist/esm/components/primary-tablist/Component.responsive.js +2 -2
  26. package/dist/esm/components/primary-tablist/index.css +19 -19
  27. package/dist/esm/components/primary-tablist/mobile.css +106 -21
  28. package/dist/esm/components/scrollable-container/Component.js +1 -1
  29. package/dist/esm/components/scrollable-container/index.css +4 -4
  30. package/dist/esm/components/secondary-tablist/Component.desktop.js +2 -2
  31. package/dist/esm/components/secondary-tablist/Component.js +1 -1
  32. package/dist/esm/components/secondary-tablist/Component.mobile.js +3 -3
  33. package/dist/esm/components/secondary-tablist/Component.responsive.js +2 -2
  34. package/dist/esm/components/secondary-tablist/index.css +10 -10
  35. package/dist/esm/components/secondary-tablist/mobile.css +97 -12
  36. package/dist/esm/components/tab/Component.js +1 -1
  37. package/dist/esm/components/tab/index.css +3 -3
  38. package/dist/esm/components/tabs/Component.desktop.js +3 -3
  39. package/dist/esm/components/tabs/Component.mobile.js +3 -3
  40. package/dist/esm/components/tabs/Component.responsive.js +3 -3
  41. package/dist/esm/desktop.js +3 -3
  42. package/dist/esm/index.js +3 -3
  43. package/dist/esm/index.module-1fc6dbc5.js +4 -0
  44. package/dist/esm/index.module-9bcdb0c4.js +4 -0
  45. package/dist/esm/mobile.js +3 -3
  46. package/dist/esm/responsive.js +3 -3
  47. package/dist/esm/{tslib.es6-c35cab6f.d.ts → tslib.es6-9b996690.d.ts} +0 -0
  48. package/dist/esm/{tslib.es6-c35cab6f.js → tslib.es6-9b996690.js} +0 -0
  49. package/dist/index.js +3 -3
  50. package/dist/index.module-33cc127a.js +6 -0
  51. package/dist/index.module-f07c0ef4.js +6 -0
  52. package/dist/mobile.js +3 -3
  53. package/dist/modern/components/primary-tablist/Component.desktop.js +1 -1
  54. package/dist/modern/components/primary-tablist/Component.mobile.js +2 -2
  55. package/dist/modern/components/primary-tablist/Component.responsive.js +1 -1
  56. package/dist/modern/components/primary-tablist/index.css +19 -19
  57. package/dist/modern/components/primary-tablist/mobile.css +106 -21
  58. package/dist/modern/components/scrollable-container/Component.js +1 -1
  59. package/dist/modern/components/scrollable-container/index.css +4 -4
  60. package/dist/modern/components/secondary-tablist/Component.desktop.js +1 -1
  61. package/dist/modern/components/secondary-tablist/Component.mobile.js +2 -2
  62. package/dist/modern/components/secondary-tablist/Component.responsive.js +1 -1
  63. package/dist/modern/components/secondary-tablist/index.css +10 -10
  64. package/dist/modern/components/secondary-tablist/mobile.css +97 -12
  65. package/dist/modern/components/tab/Component.js +1 -1
  66. package/dist/modern/components/tab/index.css +3 -3
  67. package/dist/modern/components/tabs/Component.desktop.js +2 -2
  68. package/dist/modern/components/tabs/Component.mobile.js +2 -2
  69. package/dist/modern/components/tabs/Component.responsive.js +2 -2
  70. package/dist/modern/desktop.js +2 -2
  71. package/dist/modern/index.js +2 -2
  72. package/dist/modern/index.module-1fc6dbc5.js +4 -0
  73. package/dist/modern/index.module-9bcdb0c4.js +4 -0
  74. package/dist/modern/mobile.js +2 -2
  75. package/dist/modern/responsive.js +2 -2
  76. package/dist/responsive.js +3 -3
  77. package/dist/{tslib.es6-bdf56a24.d.ts → tslib.es6-e89c9d98.d.ts} +0 -0
  78. package/dist/{tslib.es6-bdf56a24.js → tslib.es6-e89c9d98.js} +0 -0
  79. package/package.json +7 -7
  80. package/dist/esm/index.module-5a614d30.js +0 -4
  81. package/dist/esm/index.module-ae07ffd2.js +0 -4
  82. package/dist/index.module-dd84aa53.js +0 -6
  83. package/dist/index.module-ea171780.js +0 -6
  84. package/dist/modern/index.module-5a614d30.js +0 -4
  85. package/dist/modern/index.module-ae07ffd2.js +0 -4
@@ -1,4 +1,4 @@
1
- /* hash: 1hp42 */
1
+ /* hash: 6cml0 */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -86,9 +86,9 @@
86
86
  /* size l */
87
87
 
88
88
  /* size xl */
89
- }.tabs__component_rbbzt {
89
+ }.tabs__component_1eupe {
90
90
  position: relative
91
- }.tabs__component_rbbzt:before {
91
+ }.tabs__component_1eupe:before {
92
92
  content: '';
93
93
  display: block;
94
94
  position: absolute;
@@ -96,10 +96,10 @@
96
96
  height: 1px;
97
97
  width: 100%;
98
98
  background-color: var(--primary-tablist-bottom-border-color);
99
- }.tabs__container_rbbzt {
99
+ }.tabs__container_1eupe {
100
100
  position: relative;
101
101
  display: flex;
102
- }.tabs__title_rbbzt {
102
+ }.tabs__title_1eupe {
103
103
  display: flex;
104
104
  align-items: center;
105
105
  height: 100%;
@@ -116,57 +116,57 @@
116
116
  user-select: none;
117
117
  cursor: pointer;
118
118
  outline: none
119
- }.tabs__title_rbbzt:not(.tabs__disabled_rbbzt):hover {
119
+ }.tabs__title_1eupe:not(.tabs__disabled_1eupe):hover {
120
120
  color: var(--primary-tablist-hover-color);
121
- }.tabs__focused_rbbzt {
121
+ }.tabs__focused_1eupe {
122
122
  outline: 2px solid var(--focus-color);
123
123
  outline-offset: 2px;
124
- }.tabs__selected_rbbzt {
124
+ }.tabs__selected_1eupe {
125
125
  cursor: default;
126
126
  color: var(--primary-tablist-selected-color);
127
- }.tabs__disabled_rbbzt {
127
+ }.tabs__disabled_1eupe {
128
128
  cursor: var(--disabled-cursor);
129
129
  color: var(--primary-tablist-disabled-color);
130
- }.tabs__line_rbbzt {
130
+ }.tabs__line_1eupe {
131
131
  position: absolute;
132
132
  height: 3px;
133
133
  bottom: 0;
134
134
  left: 0;
135
135
  background-color: var(--primary-tablist-line-color);
136
136
  transition: transform 0.2s ease, width 0.2s ease;
137
- }/* sizes */.tabs__s_rbbzt .tabs__title_rbbzt, .tabs__xs_rbbzt .tabs__title_rbbzt, .tabs__xxs_rbbzt .tabs__title_rbbzt {
137
+ }/* sizes */.tabs__s_1eupe .tabs__title_1eupe, .tabs__xs_1eupe .tabs__title_1eupe, .tabs__xxs_1eupe .tabs__title_1eupe {
138
138
  padding: var(--primary-tablist-s-padding);
139
139
  font-size: var(--primary-tablist-s-font-size);
140
140
  font-weight: var(--primary-tablist-s-font-weight);
141
141
  font-family: var(--primary-tablist-s-font-family);
142
142
  line-height: 24px;
143
- }.tabs__s_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt, .tabs__xs_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt, .tabs__xxs_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt {
143
+ }.tabs__s_1eupe .tabs__title_1eupe + .tabs__title_1eupe, .tabs__xs_1eupe .tabs__title_1eupe + .tabs__title_1eupe, .tabs__xxs_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
144
144
  margin-left: var(--primary-tablist-s-gaps);
145
- }.tabs__m_rbbzt .tabs__title_rbbzt {
145
+ }.tabs__m_1eupe .tabs__title_1eupe {
146
146
  padding: var(--primary-tablist-m-padding);
147
147
  font-size: var(--primary-tablist-m-font-size);
148
148
  font-weight: var(--primary-tablist-m-font-weight);
149
149
  font-family: var(--primary-tablist-m-font-family);
150
150
  line-height: 24px;
151
- }.tabs__m_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt {
151
+ }.tabs__m_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
152
152
  margin-left: var(--primary-tablist-m-gaps);
153
- }.tabs__l_rbbzt .tabs__title_rbbzt {
153
+ }.tabs__l_1eupe .tabs__title_1eupe {
154
154
  padding: var(--primary-tablist-l-padding);
155
155
  font-size: var(--primary-tablist-l-font-size);
156
156
  font-weight: var(--primary-tablist-l-font-weight);
157
157
  font-family: var(--primary-tablist-l-font-family);
158
158
  line-height: 24px;
159
- }.tabs__l_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt {
159
+ }.tabs__l_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
160
160
  margin-left: var(--primary-tablist-l-gaps);
161
- }.tabs__xl_rbbzt .tabs__title_rbbzt {
161
+ }.tabs__xl_1eupe .tabs__title_1eupe {
162
162
  padding: var(--primary-tablist-xl-padding);
163
163
  font-size: var(--primary-tablist-xl-font-size);
164
164
  font-weight: var(--primary-tablist-xl-font-weight);
165
165
  font-family: var(--primary-tablist-xl-font-family);
166
166
  line-height: 32px;
167
- }.tabs__xl_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt {
167
+ }.tabs__xl_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
168
168
  margin-left: var(--primary-tablist-xl-gaps);
169
- }.tabs__rightAddons_rbbzt {
169
+ }.tabs__rightAddons_1eupe {
170
170
  margin-left: var(--gap-xs);
171
171
  }
172
172
  :root {
@@ -241,29 +241,72 @@
241
241
  --color-light-blue: #f5f7f9;
242
242
  }
243
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;
244
248
  --color-static-graphic-amethyst: #a489aa;
245
249
  --color-static-graphic-blackberry: #bfafc6;
250
+ --color-static-graphic-blue-chill: #0f9c8c;
246
251
  --color-static-graphic-blue-maya: #7eb3ff;
247
252
  --color-static-graphic-blue-moody: #7879cf;
248
253
  --color-static-graphic-blue-steel: #4f84ba;
249
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;
250
258
  --color-static-graphic-carrot: #e8bba3;
259
+ --color-static-graphic-chatelle: #bfafc6;
260
+ --color-static-graphic-chathams-blue: #155966;
251
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;
252
269
  --color-static-graphic-gallery: #eee;
253
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;
254
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;
255
284
  --color-static-graphic-olive: #bfd3c9;
285
+ --color-static-graphic-olivine: #87b965;
256
286
  --color-static-graphic-peach: #fcc99b;
257
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;
258
291
  --color-static-graphic-raspberry: #dfb2bb;
292
+ --color-static-graphic-red-damask: #da713c;
293
+ --color-static-graphic-saffron: #f0c330;
259
294
  --color-static-graphic-salomie: #fee984;
260
295
  --color-static-graphic-sand: #f6bf65;
296
+ --color-static-graphic-sandy-brown: #f38f6f;
261
297
  --color-static-graphic-seawater: #aecfd9;
298
+ --color-static-graphic-serenade: #fff0e3;
262
299
  --color-static-graphic-sky: #a6c0db;
263
300
  --color-static-graphic-soft-peach: #f3eaeb;
264
301
  --color-static-graphic-solitude: #e8f2fe;
265
302
  --color-static-graphic-strawberry: #f8b6a9;
266
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;
267
310
  --color-static-local-light-blue: #f5f7f9;
268
311
  --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
269
312
  --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
@@ -446,18 +489,33 @@
446
489
  --color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
447
490
  --color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
448
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);
449
493
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
450
494
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
451
495
  --color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
452
496
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
453
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);
454
499
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
455
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);
456
509
  --color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
457
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);
458
515
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
459
516
  --color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
460
517
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
518
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
461
519
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
462
520
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
463
521
  --color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
@@ -468,6 +526,7 @@
468
526
  --color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
469
527
  --color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
470
528
  --color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
529
+ --color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
471
530
  --color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
472
531
  --color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
473
532
  --color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
@@ -478,6 +537,9 @@
478
537
  --color-dark-specialbg-component-tint-7: rgb(85, 99, 114);
479
538
  --color-dark-specialbg-component-tint-10: rgb(90, 104, 118);
480
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);
481
543
  --color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
482
544
  --color-dark-text-link-shade-30: rgb(0, 85, 179);
483
545
  --color-dark-text-link-shade-50: rgb(0, 61, 128);
@@ -509,18 +571,33 @@
509
571
  --color-light-bg-neutral-shade-30: rgb(153, 155, 157);
510
572
  --color-light-bg-neutral-tint-15: rgb(224, 227, 230);
511
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);
512
575
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
513
576
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
514
577
  --color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
515
578
  --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
516
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);
517
581
  --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
518
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);
519
591
  --color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
520
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);
521
597
  --color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
522
598
  --color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
523
599
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
600
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
524
601
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
525
602
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
526
603
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
@@ -531,6 +608,7 @@
531
608
  --color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
532
609
  --color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
533
610
  --color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
611
+ --color-light-graphic-primary-tint-15: rgb(48, 65, 83);
534
612
  --color-light-graphic-primary-tint-30: rgb(84, 98, 114);
535
613
  --color-light-graphic-primary-tint-50: rgb(133, 143, 154);
536
614
  --color-light-graphic-primary-shade-10: rgb(10, 28, 48);
@@ -541,6 +619,9 @@
541
619
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
542
620
  --color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
543
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);
544
625
  --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
545
626
  --color-light-text-link-tint-30: rgb(77, 162, 255);
546
627
  --color-light-text-link-tint-50: rgb(128, 189, 255);
@@ -572,6 +653,8 @@
572
653
  --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
573
654
  --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
574
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);
575
658
  --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
576
659
  --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
577
660
  --color-static-primary-dark: rgba(0, 0, 0, 0.8);
@@ -582,6 +665,8 @@
582
665
  --color-static-quinary-light: rgba(255, 255, 255, 0.16);
583
666
  --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
584
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);
585
670
  --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
586
671
  --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
587
672
  }
@@ -747,7 +832,7 @@
747
832
  /* size xl */
748
833
  --secondary-tablist-xl-gaps: var(--gap-m);
749
834
  }
750
- .tabs__title_1v39v {
835
+ .tabs__title_1xjrn {
751
836
 
752
837
  padding: var(--primary-tablist-mobile-padding);
753
838
  font-size: var(--primary-tablist-mobile-font-size);
@@ -755,6 +840,6 @@
755
840
  font-family: var(--primary-tablist-mobile-font-family);
756
841
  line-height: 24px
757
842
  }
758
- .tabs__title_1v39v + .tabs__title_1v39v {
843
+ .tabs__title_1xjrn + .tabs__title_1xjrn {
759
844
  margin-left: var(--primary-tablist-mobile-gaps);
760
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_1vfie"};
5
+ var styles = {"container":"tabs__container_a6i2z"};
6
6
  require('./index.css')
7
7
 
8
8
  var ScrollableContainer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 2fctq */
1
+ /* hash: gkjai */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -33,7 +33,7 @@
33
33
 
34
34
  /* size xl */
35
35
  }
36
- .tabs__container_1vfie {
36
+ .tabs__container_a6i2z {
37
37
  position: relative;
38
38
  display: flex;
39
39
  align-items: center;
@@ -41,9 +41,9 @@
41
41
  overflow-y: hidden;
42
42
  scrollbar-width: none
43
43
  }
44
- .tabs__container_1vfie::-webkit-scrollbar {
44
+ .tabs__container_a6i2z::-webkit-scrollbar {
45
45
  display: none;
46
46
  }
47
- .tabs__container_1vfie > * {
47
+ .tabs__container_a6i2z > * {
48
48
  flex-shrink: 0;
49
49
  }
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-c35cab6f.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-9b996690.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 { SecondaryTabList } from './Component.js';
9
- import { c as commonStyles } from '../../index.module-5a614d30.js';
9
+ import { c as commonStyles } from '../../index.module-9bcdb0c4.js';
10
10
 
11
11
  var SecondaryTabListDesktop = function (_a) {
12
12
  var _b = _a.size, size = _b === void 0 ? 's' : _b, restProps = __rest(_a, ["size"]);
@@ -1,4 +1,4 @@
1
- import { a as __assign } from '../../tslib.es6-c35cab6f.js';
1
+ import { a as __assign } from '../../tslib.es6-9b996690.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-c35cab6f.js';
1
+ import { a as __assign, _ as __rest } from '../../tslib.es6-9b996690.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-5a614d30.js';
9
+ import { c as commonStyles } from '../../index.module-9bcdb0c4.js';
10
10
 
11
- var mobileStyles = {"title":"tabs__title_1c3i4 tabs__title_1td6e"};
11
+ var mobileStyles = {"title":"tabs__title_1bp4s tabs__title_18hg5"};
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-c35cab6f.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-9b996690.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-5a614d30.js';
9
+ import '../../index.module-9bcdb0c4.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: 1kufs */
1
+ /* hash: 9hybc */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -44,34 +44,34 @@
44
44
  /* size xl */
45
45
  --secondary-tablist-xl-gaps: var(--gap-m);
46
46
  }
47
- .tabs__component_1td6e {
47
+ .tabs__component_18hg5 {
48
48
  position: relative;
49
49
  display: flex;
50
50
  align-items: center;
51
51
  }
52
- .tabs__container_1td6e {
52
+ .tabs__container_18hg5 {
53
53
  display: flex;
54
54
  align-items: center;
55
55
  }
56
- .tabs__title_1td6e {
56
+ .tabs__title_18hg5 {
57
57
  white-space: nowrap;
58
58
  }
59
59
  /* sizes */
60
- .tabs__xxs_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
60
+ .tabs__xxs_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
61
61
  margin-left: var(--secondary-tablist-xxs-gaps);
62
62
  }
63
- .tabs__xs_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
63
+ .tabs__xs_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
64
64
  margin-left: var(--secondary-tablist-xs-gaps);
65
65
  }
66
- .tabs__s_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
66
+ .tabs__s_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
67
67
  margin-left: var(--secondary-tablist-s-gaps);
68
68
  }
69
- .tabs__m_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
69
+ .tabs__m_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
70
70
  margin-left: var(--secondary-tablist-m-gaps);
71
71
  }
72
- .tabs__l_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
72
+ .tabs__l_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
73
73
  margin-left: var(--secondary-tablist-l-gaps);
74
74
  }
75
- .tabs__xl_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
75
+ .tabs__xl_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
76
76
  margin-left: var(--secondary-tablist-xl-gaps);
77
77
  }