@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: s2y8h */
1
+ /* hash: 1gwbw */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -49,26 +49,26 @@
49
49
 
50
50
  /* size xl */
51
51
  --secondary-tablist-xl-gaps: var(--gap-m);
52
- }.tabs__component_1td6e {
52
+ }.tabs__component_18hg5 {
53
53
  position: relative;
54
54
  display: flex;
55
55
  align-items: center;
56
- }.tabs__container_1td6e {
56
+ }.tabs__container_18hg5 {
57
57
  display: flex;
58
58
  align-items: center;
59
- }.tabs__title_1td6e {
59
+ }.tabs__title_18hg5 {
60
60
  white-space: nowrap;
61
- }/* sizes */.tabs__xxs_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
61
+ }/* sizes */.tabs__xxs_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
62
62
  margin-left: var(--secondary-tablist-xxs-gaps);
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
- }.tabs__s_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
65
+ }.tabs__s_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
66
66
  margin-left: var(--secondary-tablist-s-gaps);
67
- }.tabs__m_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
67
+ }.tabs__m_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
68
68
  margin-left: var(--secondary-tablist-m-gaps);
69
- }.tabs__l_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
69
+ }.tabs__l_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
70
70
  margin-left: var(--secondary-tablist-l-gaps);
71
- }.tabs__xl_1td6e .tabs__title_1td6e + .tabs__title_1td6e {
71
+ }.tabs__xl_18hg5 .tabs__title_18hg5 + .tabs__title_18hg5 {
72
72
  margin-left: var(--secondary-tablist-xl-gaps);
73
73
  }
74
74
  :root {
@@ -143,29 +143,72 @@
143
143
  --color-light-blue: #f5f7f9;
144
144
  }
145
145
  :root {
146
+ --color-static-corpbg-neutral: #bdc0c2;
147
+ --color-static-corpbg-primary: #212a33;
148
+ --color-static-corpbg-secondary: #384048;
149
+ --color-static-corpbg-tertiary: #7a7f85;
146
150
  --color-static-graphic-amethyst: #a489aa;
147
151
  --color-static-graphic-blackberry: #bfafc6;
152
+ --color-static-graphic-blue-chill: #0f9c8c;
148
153
  --color-static-graphic-blue-maya: #7eb3ff;
149
154
  --color-static-graphic-blue-moody: #7879cf;
150
155
  --color-static-graphic-blue-steel: #4f84ba;
151
156
  --color-static-graphic-botticelli: #cee5e5;
157
+ --color-static-graphic-boulder: #7a7a7a;
158
+ --color-static-graphic-brink-pink: #fc617c;
159
+ --color-static-graphic-burnt-sienna: #eb7a58;
152
160
  --color-static-graphic-carrot: #e8bba3;
161
+ --color-static-graphic-chatelle: #bfafc6;
162
+ --color-static-graphic-chathams-blue: #155966;
153
163
  --color-static-graphic-chick: #f2db9e;
164
+ --color-static-graphic-crete: #847128;
165
+ --color-static-graphic-curious-blue: #2381db;
166
+ --color-static-graphic-curious-blue-light: #3b99d9;
167
+ --color-static-graphic-eastern-blue: #269cb3;
168
+ --color-static-graphic-french-lilac: #d3baed;
169
+ --color-static-graphic-fuel-yellow: #f29d32;
170
+ --color-static-graphic-fun-blue: #1d6ab5;
154
171
  --color-static-graphic-gallery: #eee;
155
172
  --color-static-graphic-green-jungle: #2fc26e;
173
+ --color-static-graphic-hippie-blue: #5aa4b0;
174
+ --color-static-graphic-jaffa: #f07134;
175
+ --color-static-graphic-jaffa-light: #f18836;
176
+ --color-static-graphic-java: #15c0e0;
177
+ --color-static-graphic-jungle-green: #2ab79a;
156
178
  --color-static-graphic-lavender: #8888ad;
179
+ --color-static-graphic-mantis: #63cd4f;
180
+ --color-static-graphic-matisse: #16548f;
181
+ --color-static-graphic-milano-red: #cd1501;
182
+ --color-static-graphic-mirage: #1d2434;
183
+ --color-static-graphic-moon-raker: #e9dbf7;
184
+ --color-static-graphic-moss-green: #a6d29c;
185
+ --color-static-graphic-nevada: #626b75;
157
186
  --color-static-graphic-olive: #bfd3c9;
187
+ --color-static-graphic-olivine: #87b965;
158
188
  --color-static-graphic-peach: #fcc99b;
159
189
  --color-static-graphic-persimmon: #ff5c5c;
190
+ --color-static-graphic-pewter: #96a5a5;
191
+ --color-static-graphic-pickled-bluewood: #2d3f50;
192
+ --color-static-graphic-porsche: #e7b965;
160
193
  --color-static-graphic-raspberry: #dfb2bb;
194
+ --color-static-graphic-red-damask: #da713c;
195
+ --color-static-graphic-saffron: #f0c330;
161
196
  --color-static-graphic-salomie: #fee984;
162
197
  --color-static-graphic-sand: #f6bf65;
198
+ --color-static-graphic-sandy-brown: #f38f6f;
163
199
  --color-static-graphic-seawater: #aecfd9;
200
+ --color-static-graphic-serenade: #fff0e3;
164
201
  --color-static-graphic-sky: #a6c0db;
165
202
  --color-static-graphic-soft-peach: #f3eaeb;
166
203
  --color-static-graphic-solitude: #e8f2fe;
167
204
  --color-static-graphic-strawberry: #f8b6a9;
168
205
  --color-static-graphic-sundust: #d9d6ce;
206
+ --color-static-graphic-turkish-rose: #b56a6b;
207
+ --color-static-graphic-turquoise-blue: #6bd3e6;
208
+ --color-static-graphic-valencia: #d8463b;
209
+ --color-static-graphic-waikawa-gray: #5b6d9c;
210
+ --color-static-graphic-whisper: #f2eff6;
211
+ --color-static-graphic-zanah: #e1f0de;
169
212
  --color-static-local-light-blue: #f5f7f9;
170
213
  --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
171
214
  --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
@@ -348,18 +391,33 @@
348
391
  --color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
349
392
  --color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
350
393
  --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
394
+ --color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
351
395
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
352
396
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
353
397
  --color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
354
398
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
355
399
  --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
400
+ --color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
356
401
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
357
402
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
403
+ --color-dark-bg-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
404
+ --color-dark-bg-primary-inverted-alpha-80: rgba(255, 255, 255, 0.8);
405
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
406
+ --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
407
+ --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
408
+ --color-dark-bg-secondary-alpha-30: rgba(35, 53, 73, 0.3);
409
+ --color-dark-bg-secondary-tint-7: rgb(50, 67, 86);
410
+ --color-dark-bg-secondary-tint-15: rgb(68, 83, 100);
358
411
  --color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
359
412
  --color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
413
+ --color-dark-bg-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
414
+ --color-dark-bg-secondary-inverted-shade-7: rgb(169, 175, 181);
415
+ --color-dark-bg-secondary-inverted-shade-15: rgb(155, 160, 166);
416
+ --color-dark-bg-secondary-inverted-shade-20: rgb(146, 150, 156);
360
417
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
361
418
  --color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
362
419
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
420
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
363
421
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
364
422
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
365
423
  --color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
@@ -370,6 +428,7 @@
370
428
  --color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
371
429
  --color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
372
430
  --color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
431
+ --color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
373
432
  --color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
374
433
  --color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
375
434
  --color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
@@ -380,6 +439,9 @@
380
439
  --color-dark-specialbg-component-tint-7: rgb(85, 99, 114);
381
440
  --color-dark-specialbg-component-tint-10: rgb(90, 104, 118);
382
441
  --color-dark-specialbg-component-tint-30: rgb(127, 137, 149);
442
+ --color-dark-specialbg-component-alpha-2: rgba(72, 87, 103, 0.02);
443
+ --color-dark-specialbg-component-alpha-14: rgba(72, 87, 103, 0.14);
444
+ --color-dark-specialbg-component-alpha-23: rgba(72, 87, 103, 0.23);
383
445
  --color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
384
446
  --color-dark-text-link-shade-30: rgb(0, 85, 179);
385
447
  --color-dark-text-link-shade-50: rgb(0, 61, 128);
@@ -411,18 +473,33 @@
411
473
  --color-light-bg-neutral-shade-30: rgb(153, 155, 157);
412
474
  --color-light-bg-neutral-tint-15: rgb(224, 227, 230);
413
475
  --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
476
+ --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
414
477
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
415
478
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
416
479
  --color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
417
480
  --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
418
481
  --color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
482
+ --color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
419
483
  --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
420
484
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
485
+ --color-light-bg-primary-inverted-alpha-60: rgba(11, 31, 53, 0.6);
486
+ --color-light-bg-primary-inverted-alpha-80: rgba(11, 31, 53, 0.8);
487
+ --color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
488
+ --color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
489
+ --color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
490
+ --color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
491
+ --color-light-bg-secondary-shade-7: rgb(226, 227, 228);
492
+ --color-light-bg-secondary-shade-15: rgb(207, 207, 208);
421
493
  --color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
422
494
  --color-light-bg-secondary-inverted-alpha-15: rgba(35, 53, 73, 0.15);
495
+ --color-light-bg-secondary-inverted-alpha-30: rgba(35, 53, 73, 0.3);
496
+ --color-light-bg-secondary-inverted-tint-7: rgb(50, 67, 86);
497
+ --color-light-bg-secondary-inverted-tint-15: rgb(68, 83, 100);
498
+ --color-light-bg-secondary-inverted-tint-20: rgb(79, 93, 109);
423
499
  --color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
424
500
  --color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
425
501
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
502
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
426
503
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
427
504
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
428
505
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
@@ -433,6 +510,7 @@
433
510
  --color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
434
511
  --color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
435
512
  --color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
513
+ --color-light-graphic-primary-tint-15: rgb(48, 65, 83);
436
514
  --color-light-graphic-primary-tint-30: rgb(84, 98, 114);
437
515
  --color-light-graphic-primary-tint-50: rgb(133, 143, 154);
438
516
  --color-light-graphic-primary-shade-10: rgb(10, 28, 48);
@@ -443,6 +521,9 @@
443
521
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
444
522
  --color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
445
523
  --color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
524
+ --color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
525
+ --color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
526
+ --color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
446
527
  --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
447
528
  --color-light-text-link-tint-30: rgb(77, 162, 255);
448
529
  --color-light-text-link-tint-50: rgb(128, 189, 255);
@@ -474,6 +555,8 @@
474
555
  --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
475
556
  --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
476
557
  --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
558
+ --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
559
+ --color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
477
560
  --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
478
561
  --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
479
562
  --color-static-primary-dark: rgba(0, 0, 0, 0.8);
@@ -484,6 +567,8 @@
484
567
  --color-static-quinary-light: rgba(255, 255, 255, 0.16);
485
568
  --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
486
569
  --color-static-secondary-light: rgba(255, 255, 255, 0.64);
570
+ --color-static-senary-dark: rgba(0, 0, 0, 0.12);
571
+ --color-static-senary-light: rgba(255, 255, 255, 0.12);
487
572
  --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
488
573
  --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
489
574
  }
@@ -649,8 +734,8 @@
649
734
  /* size xl */
650
735
  --secondary-tablist-xl-gaps: var(--gap-m);
651
736
  }
652
- .tabs__title_1c3i4 {
737
+ .tabs__title_1bp4s {
653
738
  }
654
- .tabs__title_1c3i4 + .tabs__title_1c3i4 {
739
+ .tabs__title_1bp4s + .tabs__title_1bp4s {
655
740
  margin-left: var(--secondary-tablist-mobile-gaps);
656
741
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"tabs__component_12fud","hidden":"tabs__hidden_12fud"};
4
+ var styles = {"component":"tabs__component_ettk5","hidden":"tabs__hidden_ettk5"};
5
5
  require('./index.css')
6
6
 
7
7
  var Tab = function (_a) {
@@ -1,8 +1,8 @@
1
- /* hash: nnwqa */
2
- .tabs__component_12fud {
1
+ /* hash: dsrwk */
2
+ .tabs__component_ettk5 {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_12fud {
6
+ .tabs__hidden_ettk5 {
7
7
  display: none;
8
8
  }
@@ -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 '@alfalab/core-components-keyboard-focusable/dist/esm';
4
4
  import 'classnames';
@@ -6,11 +6,11 @@ import 'compute-scroll-into-view';
6
6
  import '../scrollable-container/Component.js';
7
7
  import '../../useTabs.js';
8
8
  import '../primary-tablist/Component.js';
9
- import '../../index.module-ae07ffd2.js';
9
+ import '../../index.module-1fc6dbc5.js';
10
10
  import { PrimaryTabListDesktop } from '../primary-tablist/Component.desktop.js';
11
11
  import '@alfalab/core-components-tag/dist/esm';
12
12
  import '../secondary-tablist/Component.js';
13
- import '../../index.module-5a614d30.js';
13
+ import '../../index.module-9bcdb0c4.js';
14
14
  import { SecondaryTabListDesktop } from '../secondary-tablist/Component.desktop.js';
15
15
  import { Tabs } from './Component.js';
16
16
 
@@ -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 '@alfalab/core-components-keyboard-focusable/dist/esm';
4
4
  import 'classnames';
@@ -6,10 +6,10 @@ import 'compute-scroll-into-view';
6
6
  import '../scrollable-container/Component.js';
7
7
  import '../../useTabs.js';
8
8
  import '../primary-tablist/Component.js';
9
- import '../../index.module-ae07ffd2.js';
9
+ import '../../index.module-1fc6dbc5.js';
10
10
  import '@alfalab/core-components-tag/dist/esm';
11
11
  import '../secondary-tablist/Component.js';
12
- import '../../index.module-5a614d30.js';
12
+ import '../../index.module-9bcdb0c4.js';
13
13
  import { Tabs } from './Component.js';
14
14
  import { PrimaryTabListMobile } from '../primary-tablist/Component.mobile.js';
15
15
  import { SecondaryTabListMobile } from '../secondary-tablist/Component.mobile.js';
@@ -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 '@alfalab/core-components-keyboard-focusable/dist/esm';
4
4
  import 'classnames';
@@ -6,11 +6,11 @@ import 'compute-scroll-into-view';
6
6
  import '../scrollable-container/Component.js';
7
7
  import '../../useTabs.js';
8
8
  import '../primary-tablist/Component.js';
9
- import '../../index.module-ae07ffd2.js';
9
+ import '../../index.module-1fc6dbc5.js';
10
10
  import '../primary-tablist/Component.desktop.js';
11
11
  import '@alfalab/core-components-tag/dist/esm';
12
12
  import '../secondary-tablist/Component.js';
13
- import '../../index.module-5a614d30.js';
13
+ import '../../index.module-9bcdb0c4.js';
14
14
  import '../secondary-tablist/Component.desktop.js';
15
15
  import { Tabs } from './Component.js';
16
16
  import '@alfalab/hooks';
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c35cab6f.js';
1
+ import './tslib.es6-9b996690.js';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-keyboard-focusable/dist/esm';
4
4
  import 'classnames';
@@ -6,11 +6,11 @@ import 'compute-scroll-into-view';
6
6
  export { ScrollableContainer } from './components/scrollable-container/Component.js';
7
7
  export { useTabs } from './useTabs.js';
8
8
  import './components/primary-tablist/Component.js';
9
- import './index.module-ae07ffd2.js';
9
+ import './index.module-1fc6dbc5.js';
10
10
  export { PrimaryTabListDesktop } from './components/primary-tablist/Component.desktop.js';
11
11
  import '@alfalab/core-components-tag/dist/esm';
12
12
  import './components/secondary-tablist/Component.js';
13
- import './index.module-5a614d30.js';
13
+ import './index.module-9bcdb0c4.js';
14
14
  export { SecondaryTabListDesktop } from './components/secondary-tablist/Component.desktop.js';
15
15
  export { Tab } from './components/tab/Component.js';
16
16
  import './components/tabs/Component.js';
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c35cab6f.js';
1
+ import './tslib.es6-9b996690.js';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-keyboard-focusable/dist/esm';
4
4
  import 'classnames';
@@ -6,11 +6,11 @@ import 'compute-scroll-into-view';
6
6
  export { ScrollableContainer } from './components/scrollable-container/Component.js';
7
7
  export { useTabs } from './useTabs.js';
8
8
  import './components/primary-tablist/Component.js';
9
- import './index.module-ae07ffd2.js';
9
+ import './index.module-1fc6dbc5.js';
10
10
  import './components/primary-tablist/Component.desktop.js';
11
11
  import '@alfalab/core-components-tag/dist/esm';
12
12
  import './components/secondary-tablist/Component.js';
13
- import './index.module-5a614d30.js';
13
+ import './index.module-9bcdb0c4.js';
14
14
  import './components/secondary-tablist/Component.desktop.js';
15
15
  export { Tab } from './components/tab/Component.js';
16
16
  import './components/tabs/Component.js';
@@ -0,0 +1,4 @@
1
+ var commonStyles = {"component":"tabs__component_1eupe","container":"tabs__container_1eupe","title":"tabs__title_1eupe","disabled":"tabs__disabled_1eupe","focused":"tabs__focused_1eupe","selected":"tabs__selected_1eupe","line":"tabs__line_1eupe","s":"tabs__s_1eupe","xs":"tabs__xs_1eupe","xxs":"tabs__xxs_1eupe","m":"tabs__m_1eupe","l":"tabs__l_1eupe","xl":"tabs__xl_1eupe","rightAddons":"tabs__rightAddons_1eupe"};
2
+ require('./components/primary-tablist/index.css')
3
+
4
+ export { commonStyles as c };
@@ -0,0 +1,4 @@
1
+ var commonStyles = {"component":"tabs__component_18hg5","container":"tabs__container_18hg5","title":"tabs__title_18hg5","xxs":"tabs__xxs_18hg5","xs":"tabs__xs_18hg5","s":"tabs__s_18hg5","m":"tabs__m_18hg5","l":"tabs__l_18hg5","xl":"tabs__xl_18hg5"};
2
+ require('./components/secondary-tablist/index.css')
3
+
4
+ export { commonStyles as c };
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c35cab6f.js';
1
+ import './tslib.es6-9b996690.js';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-keyboard-focusable/dist/esm';
4
4
  import 'classnames';
@@ -6,10 +6,10 @@ import 'compute-scroll-into-view';
6
6
  export { ScrollableContainer } from './components/scrollable-container/Component.js';
7
7
  export { useTabs } from './useTabs.js';
8
8
  import './components/primary-tablist/Component.js';
9
- import './index.module-ae07ffd2.js';
9
+ import './index.module-1fc6dbc5.js';
10
10
  import '@alfalab/core-components-tag/dist/esm';
11
11
  import './components/secondary-tablist/Component.js';
12
- import './index.module-5a614d30.js';
12
+ import './index.module-9bcdb0c4.js';
13
13
  export { Tab } from './components/tab/Component.js';
14
14
  import './components/tabs/Component.js';
15
15
  export { PrimaryTabListMobile } from './components/primary-tablist/Component.mobile.js';
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c35cab6f.js';
1
+ import './tslib.es6-9b996690.js';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-keyboard-focusable/dist/esm';
4
4
  import 'classnames';
@@ -6,11 +6,11 @@ import 'compute-scroll-into-view';
6
6
  export { ScrollableContainer } from './components/scrollable-container/Component.js';
7
7
  export { useTabs } from './useTabs.js';
8
8
  import './components/primary-tablist/Component.js';
9
- import './index.module-ae07ffd2.js';
9
+ import './index.module-1fc6dbc5.js';
10
10
  import './components/primary-tablist/Component.desktop.js';
11
11
  import '@alfalab/core-components-tag/dist/esm';
12
12
  import './components/secondary-tablist/Component.js';
13
- import './index.module-5a614d30.js';
13
+ import './index.module-9bcdb0c4.js';
14
14
  import './components/secondary-tablist/Component.desktop.js';
15
15
  export { Tab } from './components/tab/Component.js';
16
16
  import './components/tabs/Component.js';
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-bdf56a24.js');
5
+ require('./tslib.es6-e89c9d98.js');
6
6
  require('react');
7
7
  require('@alfalab/core-components-keyboard-focusable');
8
8
  require('classnames');
@@ -10,11 +10,11 @@ require('compute-scroll-into-view');
10
10
  var components_scrollableContainer_Component = require('./components/scrollable-container/Component.js');
11
11
  var useTabs = require('./useTabs.js');
12
12
  require('./components/primary-tablist/Component.js');
13
- require('./index.module-dd84aa53.js');
13
+ require('./index.module-33cc127a.js');
14
14
  require('./components/primary-tablist/Component.desktop.js');
15
15
  require('@alfalab/core-components-tag');
16
16
  require('./components/secondary-tablist/Component.js');
17
- require('./index.module-ea171780.js');
17
+ require('./index.module-f07c0ef4.js');
18
18
  require('./components/secondary-tablist/Component.desktop.js');
19
19
  var components_tab_Component = require('./components/tab/Component.js');
20
20
  require('./components/tabs/Component.js');
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var commonStyles = {"component":"tabs__component_1eupe","container":"tabs__container_1eupe","title":"tabs__title_1eupe","disabled":"tabs__disabled_1eupe","focused":"tabs__focused_1eupe","selected":"tabs__selected_1eupe","line":"tabs__line_1eupe","s":"tabs__s_1eupe","xs":"tabs__xs_1eupe","xxs":"tabs__xxs_1eupe","m":"tabs__m_1eupe","l":"tabs__l_1eupe","xl":"tabs__xl_1eupe","rightAddons":"tabs__rightAddons_1eupe"};
4
+ require('./components/primary-tablist/index.css')
5
+
6
+ exports.commonStyles = commonStyles;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var commonStyles = {"component":"tabs__component_18hg5","container":"tabs__container_18hg5","title":"tabs__title_18hg5","xxs":"tabs__xxs_18hg5","xs":"tabs__xs_18hg5","s":"tabs__s_18hg5","m":"tabs__m_18hg5","l":"tabs__l_18hg5","xl":"tabs__xl_18hg5"};
4
+ require('./components/secondary-tablist/index.css')
5
+
6
+ exports.commonStyles = commonStyles;
package/dist/mobile.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-bdf56a24.js');
5
+ require('./tslib.es6-e89c9d98.js');
6
6
  require('react');
7
7
  require('@alfalab/core-components-keyboard-focusable');
8
8
  require('classnames');
@@ -10,10 +10,10 @@ require('compute-scroll-into-view');
10
10
  var components_scrollableContainer_Component = require('./components/scrollable-container/Component.js');
11
11
  var useTabs = require('./useTabs.js');
12
12
  require('./components/primary-tablist/Component.js');
13
- require('./index.module-dd84aa53.js');
13
+ require('./index.module-33cc127a.js');
14
14
  require('@alfalab/core-components-tag');
15
15
  require('./components/secondary-tablist/Component.js');
16
- require('./index.module-ea171780.js');
16
+ require('./index.module-f07c0ef4.js');
17
17
  var components_tab_Component = require('./components/tab/Component.js');
18
18
  require('./components/tabs/Component.js');
19
19
  var components_primaryTablist_Component_mobile = require('./components/primary-tablist/Component.mobile.js');
@@ -5,7 +5,7 @@ import 'compute-scroll-into-view';
5
5
  import '../scrollable-container/Component.js';
6
6
  import '../../useTabs.js';
7
7
  import { PrimaryTabList } from './Component.js';
8
- import { c as commonStyles } from '../../index.module-ae07ffd2.js';
8
+ import { c as commonStyles } from '../../index.module-1fc6dbc5.js';
9
9
 
10
10
  const PrimaryTabListDesktop = ({ size = 'm', ...restProps }) => (React.createElement(PrimaryTabList, Object.assign({}, restProps, { size: size, styles: commonStyles })));
11
11
 
@@ -5,9 +5,9 @@ import 'compute-scroll-into-view';
5
5
  import '../scrollable-container/Component.js';
6
6
  import '../../useTabs.js';
7
7
  import { PrimaryTabList } from './Component.js';
8
- import { c as commonStyles } from '../../index.module-ae07ffd2.js';
8
+ import { c as commonStyles } from '../../index.module-1fc6dbc5.js';
9
9
 
10
- var mobileStyles = {"title":"tabs__title_1v39v tabs__title_rbbzt"};
10
+ var mobileStyles = {"title":"tabs__title_1xjrn tabs__title_1eupe"};
11
11
  require('./mobile.css')
12
12
 
13
13
  const styles = {
@@ -5,7 +5,7 @@ import 'compute-scroll-into-view';
5
5
  import '../scrollable-container/Component.js';
6
6
  import '../../useTabs.js';
7
7
  import './Component.js';
8
- import '../../index.module-ae07ffd2.js';
8
+ import '../../index.module-1fc6dbc5.js';
9
9
  import { PrimaryTabListDesktop } from './Component.desktop.js';
10
10
  import { useMedia } from '@alfalab/hooks';
11
11
  import { PrimaryTabListMobile } from './Component.mobile.js';
@@ -1,4 +1,4 @@
1
- /* hash: 1vr8c */
1
+ /* hash: j4y8p */
2
2
  :root {
3
3
  --color-light-border-accent: #ef3124;
4
4
  --color-light-border-link: #007aff;
@@ -82,10 +82,10 @@
82
82
 
83
83
  /* size xl */
84
84
  }
85
- .tabs__component_rbbzt {
85
+ .tabs__component_1eupe {
86
86
  position: relative
87
87
  }
88
- .tabs__component_rbbzt:before {
88
+ .tabs__component_1eupe:before {
89
89
  content: '';
90
90
  display: block;
91
91
  position: absolute;
@@ -94,11 +94,11 @@
94
94
  width: 100%;
95
95
  background-color: var(--primary-tablist-bottom-border-color);
96
96
  }
97
- .tabs__container_rbbzt {
97
+ .tabs__container_1eupe {
98
98
  position: relative;
99
99
  display: flex;
100
100
  }
101
- .tabs__title_rbbzt {
101
+ .tabs__title_1eupe {
102
102
  display: flex;
103
103
  align-items: center;
104
104
  height: 100%;
@@ -116,22 +116,22 @@
116
116
  cursor: pointer;
117
117
  outline: none
118
118
  }
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
121
  }
122
- .tabs__focused_rbbzt {
122
+ .tabs__focused_1eupe {
123
123
  outline: 2px solid var(--focus-color);
124
124
  outline-offset: 2px;
125
125
  }
126
- .tabs__selected_rbbzt {
126
+ .tabs__selected_1eupe {
127
127
  cursor: default;
128
128
  color: var(--primary-tablist-selected-color);
129
129
  }
130
- .tabs__disabled_rbbzt {
130
+ .tabs__disabled_1eupe {
131
131
  cursor: var(--disabled-cursor);
132
132
  color: var(--primary-tablist-disabled-color);
133
133
  }
134
- .tabs__line_rbbzt {
134
+ .tabs__line_1eupe {
135
135
  position: absolute;
136
136
  height: 3px;
137
137
  bottom: 0;
@@ -140,46 +140,46 @@
140
140
  transition: transform 0.2s ease, width 0.2s ease;
141
141
  }
142
142
  /* sizes */
143
- .tabs__s_rbbzt .tabs__title_rbbzt, .tabs__xs_rbbzt .tabs__title_rbbzt, .tabs__xxs_rbbzt .tabs__title_rbbzt {
143
+ .tabs__s_1eupe .tabs__title_1eupe, .tabs__xs_1eupe .tabs__title_1eupe, .tabs__xxs_1eupe .tabs__title_1eupe {
144
144
  padding: var(--primary-tablist-s-padding);
145
145
  font-size: var(--primary-tablist-s-font-size);
146
146
  font-weight: var(--primary-tablist-s-font-weight);
147
147
  font-family: var(--primary-tablist-s-font-family);
148
148
  line-height: 24px;
149
149
  }
150
- .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 {
150
+ .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 {
151
151
  margin-left: var(--primary-tablist-s-gaps);
152
152
  }
153
- .tabs__m_rbbzt .tabs__title_rbbzt {
153
+ .tabs__m_1eupe .tabs__title_1eupe {
154
154
  padding: var(--primary-tablist-m-padding);
155
155
  font-size: var(--primary-tablist-m-font-size);
156
156
  font-weight: var(--primary-tablist-m-font-weight);
157
157
  font-family: var(--primary-tablist-m-font-family);
158
158
  line-height: 24px;
159
159
  }
160
- .tabs__m_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt {
160
+ .tabs__m_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
161
161
  margin-left: var(--primary-tablist-m-gaps);
162
162
  }
163
- .tabs__l_rbbzt .tabs__title_rbbzt {
163
+ .tabs__l_1eupe .tabs__title_1eupe {
164
164
  padding: var(--primary-tablist-l-padding);
165
165
  font-size: var(--primary-tablist-l-font-size);
166
166
  font-weight: var(--primary-tablist-l-font-weight);
167
167
  font-family: var(--primary-tablist-l-font-family);
168
168
  line-height: 24px;
169
169
  }
170
- .tabs__l_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt {
170
+ .tabs__l_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
171
171
  margin-left: var(--primary-tablist-l-gaps);
172
172
  }
173
- .tabs__xl_rbbzt .tabs__title_rbbzt {
173
+ .tabs__xl_1eupe .tabs__title_1eupe {
174
174
  padding: var(--primary-tablist-xl-padding);
175
175
  font-size: var(--primary-tablist-xl-font-size);
176
176
  font-weight: var(--primary-tablist-xl-font-weight);
177
177
  font-family: var(--primary-tablist-xl-font-family);
178
178
  line-height: 32px;
179
179
  }
180
- .tabs__xl_rbbzt .tabs__title_rbbzt + .tabs__title_rbbzt {
180
+ .tabs__xl_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
181
181
  margin-left: var(--primary-tablist-xl-gaps);
182
182
  }
183
- .tabs__rightAddons_rbbzt {
183
+ .tabs__rightAddons_1eupe {
184
184
  margin-left: var(--gap-xs);
185
185
  }