@alfalab/core-components-tabs 6.0.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist/components/primary-tablist/Component.desktop.js +2 -2
- package/dist/components/primary-tablist/Component.js +1 -1
- package/dist/components/primary-tablist/Component.mobile.js +3 -3
- package/dist/components/primary-tablist/Component.responsive.js +2 -2
- package/dist/components/primary-tablist/index.css +23 -19
- package/dist/components/primary-tablist/mobile.css +123 -30
- package/dist/components/scrollable-container/Component.js +1 -1
- package/dist/components/scrollable-container/index.css +10 -3
- package/dist/components/secondary-tablist/Component.desktop.js +4 -4
- package/dist/components/secondary-tablist/Component.js +1 -1
- package/dist/components/secondary-tablist/Component.mobile.js +3 -3
- package/dist/components/secondary-tablist/Component.responsive.js +2 -2
- package/dist/components/secondary-tablist/index.css +28 -32
- package/dist/components/secondary-tablist/mobile.css +126 -41
- package/dist/components/tab/Component.js +1 -1
- package/dist/components/tab/index.css +3 -3
- package/dist/components/tabs/Component.desktop.js +4 -4
- package/dist/components/tabs/Component.mobile.js +3 -3
- package/dist/components/tabs/Component.responsive.js +3 -3
- package/dist/cssm/components/primary-tablist/index.module.css +6 -2
- package/dist/cssm/components/primary-tablist/mobile.module.css +4 -0
- package/dist/cssm/components/scrollable-container/index.module.css +7 -0
- package/dist/cssm/components/secondary-tablist/Component.desktop.js +2 -2
- package/dist/cssm/components/secondary-tablist/index.module.css +20 -24
- package/dist/cssm/components/secondary-tablist/mobile.module.css +4 -3
- package/dist/cssm/components/tabs/Component.desktop.js +1 -1
- package/dist/cssm/typings.d.ts +1 -1
- package/dist/cssm/vars.css +4 -0
- package/dist/desktop.js +3 -3
- package/dist/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/dist/esm/components/primary-tablist/Component.js +1 -1
- package/dist/esm/components/primary-tablist/Component.mobile.js +3 -3
- package/dist/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/dist/esm/components/primary-tablist/index.css +23 -19
- package/dist/esm/components/primary-tablist/mobile.css +123 -30
- package/dist/esm/components/scrollable-container/Component.js +1 -1
- package/dist/esm/components/scrollable-container/index.css +10 -3
- package/dist/esm/components/secondary-tablist/Component.desktop.js +4 -4
- package/dist/esm/components/secondary-tablist/Component.js +1 -1
- package/dist/esm/components/secondary-tablist/Component.mobile.js +3 -3
- package/dist/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/dist/esm/components/secondary-tablist/index.css +28 -32
- package/dist/esm/components/secondary-tablist/mobile.css +126 -41
- package/dist/esm/components/tab/Component.js +1 -1
- package/dist/esm/components/tab/index.css +3 -3
- package/dist/esm/components/tabs/Component.desktop.js +4 -4
- package/dist/esm/components/tabs/Component.mobile.js +3 -3
- package/dist/esm/components/tabs/Component.responsive.js +3 -3
- package/dist/esm/desktop.js +3 -3
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.module-298a1230.js +4 -0
- package/dist/esm/index.module-59d65d6b.js +4 -0
- package/dist/esm/mobile.js +3 -3
- package/dist/esm/responsive.js +3 -3
- package/dist/esm/{tslib.es6-3cbdcf8b.d.ts → tslib.es6-9180c5ce.d.ts} +0 -0
- package/dist/esm/{tslib.es6-3cbdcf8b.js → tslib.es6-9180c5ce.js} +0 -0
- package/dist/esm/typings.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.module-1a7b3cce.js +6 -0
- package/dist/index.module-21393e20.js +6 -0
- package/dist/mobile.js +3 -3
- package/dist/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/dist/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/dist/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/dist/modern/components/primary-tablist/index.css +23 -19
- package/dist/modern/components/primary-tablist/mobile.css +123 -30
- package/dist/modern/components/scrollable-container/Component.js +1 -1
- package/dist/modern/components/scrollable-container/index.css +10 -3
- package/dist/modern/components/secondary-tablist/Component.desktop.js +2 -2
- package/dist/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/dist/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/dist/modern/components/secondary-tablist/index.css +28 -32
- package/dist/modern/components/secondary-tablist/mobile.css +126 -41
- package/dist/modern/components/tab/Component.js +1 -1
- package/dist/modern/components/tab/index.css +3 -3
- package/dist/modern/components/tabs/Component.desktop.js +3 -3
- package/dist/modern/components/tabs/Component.mobile.js +2 -2
- package/dist/modern/components/tabs/Component.responsive.js +2 -2
- package/dist/modern/desktop.js +2 -2
- package/dist/modern/index.js +2 -2
- package/dist/modern/index.module-298a1230.js +4 -0
- package/dist/modern/index.module-59d65d6b.js +4 -0
- package/dist/modern/mobile.js +2 -2
- package/dist/modern/responsive.js +2 -2
- package/dist/modern/typings.d.ts +1 -1
- package/dist/responsive.js +3 -3
- package/dist/{tslib.es6-c391e8b1.d.ts → tslib.es6-63799bf5.d.ts} +0 -0
- package/dist/{tslib.es6-c391e8b1.js → tslib.es6-63799bf5.js} +0 -0
- package/dist/typings.d.ts +1 -1
- package/package.json +4 -4
- package/dist/esm/index.module-4ceeb0c2.js +0 -4
- package/dist/esm/index.module-62f9e5fe.js +0 -4
- package/dist/index.module-177547f1.js +0 -6
- package/dist/index.module-77910764.js +0 -6
- package/dist/modern/index.module-4ceeb0c2.js +0 -4
- package/dist/modern/index.module-62f9e5fe.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: gm55q */
|
|
2
2
|
:root {
|
|
3
3
|
}:root {
|
|
4
4
|
}:root {
|
|
@@ -13,13 +13,10 @@
|
|
|
13
13
|
}:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
--gap-s: 12px;
|
|
16
|
+
--gap-m: 16px;
|
|
16
17
|
}:root {
|
|
17
18
|
}:root {
|
|
18
19
|
}:root {
|
|
19
|
-
--size-s-height: 48px;
|
|
20
|
-
--size-m-height: 56px;
|
|
21
|
-
--size-l-height: 64px;
|
|
22
|
-
--size-xl-height: 72px;
|
|
23
20
|
}:root {
|
|
24
21
|
|
|
25
22
|
/* mobile */
|
|
@@ -35,6 +32,12 @@
|
|
|
35
32
|
/* mobile */
|
|
36
33
|
--secondary-tablist-mobile-gaps: var(--gap-xs);
|
|
37
34
|
|
|
35
|
+
/* size xxs */
|
|
36
|
+
--secondary-tablist-xxs-gaps: var(--gap-xs);
|
|
37
|
+
|
|
38
|
+
/* size xs */
|
|
39
|
+
--secondary-tablist-xs-gaps: var(--gap-xs);
|
|
40
|
+
|
|
38
41
|
/* size s */
|
|
39
42
|
--secondary-tablist-s-gaps: var(--gap-s);
|
|
40
43
|
|
|
@@ -42,36 +45,32 @@
|
|
|
42
45
|
--secondary-tablist-m-gaps: var(--gap-s);
|
|
43
46
|
|
|
44
47
|
/* size l */
|
|
45
|
-
--secondary-tablist-l-gaps: var(--gap-
|
|
48
|
+
--secondary-tablist-l-gaps: var(--gap-m);
|
|
46
49
|
|
|
47
50
|
/* size xl */
|
|
48
|
-
--secondary-tablist-xl-gaps: var(--gap-
|
|
49
|
-
}.
|
|
51
|
+
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
52
|
+
}.tabs__component_sislv {
|
|
50
53
|
position: relative;
|
|
51
54
|
display: flex;
|
|
52
55
|
align-items: center;
|
|
53
|
-
}.
|
|
56
|
+
}.tabs__container_sislv {
|
|
54
57
|
display: flex;
|
|
55
58
|
align-items: center;
|
|
56
|
-
}.
|
|
59
|
+
}.tabs__title_sislv {
|
|
57
60
|
white-space: nowrap;
|
|
58
|
-
}/* sizes */.
|
|
59
|
-
|
|
60
|
-
}.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}.
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
height: var(--size-xl-height)
|
|
72
|
-
}.tabs__xl_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
|
|
73
|
-
margin-left: var(--secondary-tablist-xl-gaps);
|
|
74
|
-
}
|
|
61
|
+
}/* sizes */.tabs__xxs_sislv .tabs__title_sislv + .tabs__title_sislv {
|
|
62
|
+
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
63
|
+
}.tabs__xs_sislv .tabs__title_sislv + .tabs__title_sislv {
|
|
64
|
+
margin-left: var(--secondary-tablist-xs-gaps);
|
|
65
|
+
}.tabs__s_sislv .tabs__title_sislv + .tabs__title_sislv {
|
|
66
|
+
margin-left: var(--secondary-tablist-s-gaps);
|
|
67
|
+
}.tabs__m_sislv .tabs__title_sislv + .tabs__title_sislv {
|
|
68
|
+
margin-left: var(--secondary-tablist-m-gaps);
|
|
69
|
+
}.tabs__l_sislv .tabs__title_sislv + .tabs__title_sislv {
|
|
70
|
+
margin-left: var(--secondary-tablist-l-gaps);
|
|
71
|
+
}.tabs__xl_sislv .tabs__title_sislv + .tabs__title_sislv {
|
|
72
|
+
margin-left: var(--secondary-tablist-xl-gaps);
|
|
73
|
+
}
|
|
75
74
|
:root {
|
|
76
75
|
--color-dark-indigo: #0b1f35;
|
|
77
76
|
--color-dark-indigo-60: rgba(11, 31, 53, 0.6);
|
|
@@ -144,29 +143,72 @@
|
|
|
144
143
|
--color-light-blue: #f5f7f9;
|
|
145
144
|
}
|
|
146
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;
|
|
147
150
|
--color-static-graphic-amethyst: #a489aa;
|
|
148
151
|
--color-static-graphic-blackberry: #bfafc6;
|
|
152
|
+
--color-static-graphic-blue-chill: #0f9c8c;
|
|
149
153
|
--color-static-graphic-blue-maya: #7eb3ff;
|
|
150
154
|
--color-static-graphic-blue-moody: #7879cf;
|
|
151
155
|
--color-static-graphic-blue-steel: #4f84ba;
|
|
152
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;
|
|
153
160
|
--color-static-graphic-carrot: #e8bba3;
|
|
161
|
+
--color-static-graphic-chatelle: #bfafc6;
|
|
162
|
+
--color-static-graphic-chathams-blue: #155966;
|
|
154
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;
|
|
155
171
|
--color-static-graphic-gallery: #eee;
|
|
156
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;
|
|
157
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;
|
|
158
186
|
--color-static-graphic-olive: #bfd3c9;
|
|
187
|
+
--color-static-graphic-olivine: #87b965;
|
|
159
188
|
--color-static-graphic-peach: #fcc99b;
|
|
160
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;
|
|
161
193
|
--color-static-graphic-raspberry: #dfb2bb;
|
|
194
|
+
--color-static-graphic-red-damask: #da713c;
|
|
195
|
+
--color-static-graphic-saffron: #f0c330;
|
|
162
196
|
--color-static-graphic-salomie: #fee984;
|
|
163
197
|
--color-static-graphic-sand: #f6bf65;
|
|
198
|
+
--color-static-graphic-sandy-brown: #f38f6f;
|
|
164
199
|
--color-static-graphic-seawater: #aecfd9;
|
|
200
|
+
--color-static-graphic-serenade: #fff0e3;
|
|
165
201
|
--color-static-graphic-sky: #a6c0db;
|
|
166
202
|
--color-static-graphic-soft-peach: #f3eaeb;
|
|
167
203
|
--color-static-graphic-solitude: #e8f2fe;
|
|
168
204
|
--color-static-graphic-strawberry: #f8b6a9;
|
|
169
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;
|
|
170
212
|
--color-static-local-light-blue: #f5f7f9;
|
|
171
213
|
--color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
|
|
172
214
|
--color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
|
|
@@ -190,13 +232,13 @@
|
|
|
190
232
|
--color-static-status-purple: #673ab7;
|
|
191
233
|
--color-static-status-red: #d91d0b;
|
|
192
234
|
--color-static-status-teal: #219187;
|
|
193
|
-
--color-static-status-blue-
|
|
194
|
-
--color-static-status-green-
|
|
195
|
-
--color-static-status-grey-
|
|
196
|
-
--color-static-status-orange-
|
|
197
|
-
--color-static-status-purple-
|
|
198
|
-
--color-static-status-red-
|
|
199
|
-
--color-static-status-teal-
|
|
235
|
+
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
|
|
236
|
+
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
|
|
237
|
+
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
|
|
238
|
+
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
|
|
239
|
+
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
|
|
240
|
+
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
|
|
241
|
+
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
|
|
200
242
|
}
|
|
201
243
|
:root {
|
|
202
244
|
--color-dark-bg-accent: #ef3124;
|
|
@@ -354,13 +396,27 @@
|
|
|
354
396
|
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
355
397
|
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
356
398
|
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
|
|
399
|
+
--color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
357
400
|
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
358
401
|
--color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
402
|
+
--color-dark-bg-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
|
|
403
|
+
--color-dark-bg-primary-inverted-alpha-80: rgba(255, 255, 255, 0.8);
|
|
404
|
+
--color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
|
|
405
|
+
--color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
|
|
406
|
+
--color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
|
|
407
|
+
--color-dark-bg-secondary-alpha-30: rgba(35, 53, 73, 0.3);
|
|
408
|
+
--color-dark-bg-secondary-tint-7: rgb(50, 67, 86);
|
|
409
|
+
--color-dark-bg-secondary-tint-15: rgb(68, 83, 100);
|
|
359
410
|
--color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
|
|
360
411
|
--color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
|
|
412
|
+
--color-dark-bg-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
413
|
+
--color-dark-bg-secondary-inverted-shade-7: rgb(169, 175, 181);
|
|
414
|
+
--color-dark-bg-secondary-inverted-shade-15: rgb(155, 160, 166);
|
|
415
|
+
--color-dark-bg-secondary-inverted-shade-20: rgb(146, 150, 156);
|
|
361
416
|
--color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
|
|
362
417
|
--color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
363
418
|
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
419
|
+
--color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
364
420
|
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
365
421
|
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
366
422
|
--color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
@@ -371,6 +427,7 @@
|
|
|
371
427
|
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
372
428
|
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
373
429
|
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
|
|
430
|
+
--color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
|
|
374
431
|
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
375
432
|
--color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
|
|
376
433
|
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
@@ -381,6 +438,9 @@
|
|
|
381
438
|
--color-dark-specialbg-component-tint-7: rgb(85, 99, 114);
|
|
382
439
|
--color-dark-specialbg-component-tint-10: rgb(90, 104, 118);
|
|
383
440
|
--color-dark-specialbg-component-tint-30: rgb(127, 137, 149);
|
|
441
|
+
--color-dark-specialbg-component-alpha-2: rgba(72, 87, 103, 0.02);
|
|
442
|
+
--color-dark-specialbg-component-alpha-14: rgba(72, 87, 103, 0.14);
|
|
443
|
+
--color-dark-specialbg-component-alpha-23: rgba(72, 87, 103, 0.23);
|
|
384
444
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
385
445
|
--color-dark-text-link-shade-30: rgb(0, 85, 179);
|
|
386
446
|
--color-dark-text-link-shade-50: rgb(0, 61, 128);
|
|
@@ -417,13 +477,27 @@
|
|
|
417
477
|
--color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
|
|
418
478
|
--color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
|
|
419
479
|
--color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
|
|
480
|
+
--color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
420
481
|
--color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
421
482
|
--color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
483
|
+
--color-light-bg-primary-inverted-alpha-60: rgba(11, 31, 53, 0.6);
|
|
484
|
+
--color-light-bg-primary-inverted-alpha-80: rgba(11, 31, 53, 0.8);
|
|
485
|
+
--color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
|
|
486
|
+
--color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
|
|
487
|
+
--color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
|
|
488
|
+
--color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
|
|
489
|
+
--color-light-bg-secondary-shade-7: rgb(226, 227, 228);
|
|
490
|
+
--color-light-bg-secondary-shade-15: rgb(207, 207, 208);
|
|
422
491
|
--color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
|
|
423
492
|
--color-light-bg-secondary-inverted-alpha-15: rgba(35, 53, 73, 0.15);
|
|
493
|
+
--color-light-bg-secondary-inverted-alpha-30: rgba(35, 53, 73, 0.3);
|
|
494
|
+
--color-light-bg-secondary-inverted-tint-7: rgb(50, 67, 86);
|
|
495
|
+
--color-light-bg-secondary-inverted-tint-15: rgb(68, 83, 100);
|
|
496
|
+
--color-light-bg-secondary-inverted-tint-20: rgb(79, 93, 109);
|
|
424
497
|
--color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
|
|
425
498
|
--color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
426
499
|
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
500
|
+
--color-light-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
427
501
|
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
428
502
|
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
429
503
|
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
@@ -434,6 +508,7 @@
|
|
|
434
508
|
--color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
435
509
|
--color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
436
510
|
--color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
|
|
511
|
+
--color-light-graphic-primary-tint-15: rgb(48, 65, 83);
|
|
437
512
|
--color-light-graphic-primary-tint-30: rgb(84, 98, 114);
|
|
438
513
|
--color-light-graphic-primary-tint-50: rgb(133, 143, 154);
|
|
439
514
|
--color-light-graphic-primary-shade-10: rgb(10, 28, 48);
|
|
@@ -444,6 +519,9 @@
|
|
|
444
519
|
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
445
520
|
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
|
|
446
521
|
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
|
|
522
|
+
--color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
|
|
523
|
+
--color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
|
|
524
|
+
--color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
|
|
447
525
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
448
526
|
--color-light-text-link-tint-30: rgb(77, 162, 255);
|
|
449
527
|
--color-light-text-link-tint-50: rgb(128, 189, 255);
|
|
@@ -475,6 +553,8 @@
|
|
|
475
553
|
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
|
|
476
554
|
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
477
555
|
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
|
|
556
|
+
--color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
|
|
557
|
+
--color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
|
|
478
558
|
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
479
559
|
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
480
560
|
--color-static-primary-dark: rgba(0, 0, 0, 0.8);
|
|
@@ -485,6 +565,8 @@
|
|
|
485
565
|
--color-static-quinary-light: rgba(255, 255, 255, 0.16);
|
|
486
566
|
--color-static-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
487
567
|
--color-static-secondary-light: rgba(255, 255, 255, 0.64);
|
|
568
|
+
--color-static-senary-dark: rgba(0, 0, 0, 0.12);
|
|
569
|
+
--color-static-senary-light: rgba(255, 255, 255, 0.12);
|
|
488
570
|
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
489
571
|
--color-static-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
490
572
|
}
|
|
@@ -632,6 +714,12 @@
|
|
|
632
714
|
/* mobile */
|
|
633
715
|
--secondary-tablist-mobile-gaps: var(--gap-xs);
|
|
634
716
|
|
|
717
|
+
/* size xxs */
|
|
718
|
+
--secondary-tablist-xxs-gaps: var(--gap-xs);
|
|
719
|
+
|
|
720
|
+
/* size xs */
|
|
721
|
+
--secondary-tablist-xs-gaps: var(--gap-xs);
|
|
722
|
+
|
|
635
723
|
/* size s */
|
|
636
724
|
--secondary-tablist-s-gaps: var(--gap-s);
|
|
637
725
|
|
|
@@ -639,16 +727,13 @@
|
|
|
639
727
|
--secondary-tablist-m-gaps: var(--gap-s);
|
|
640
728
|
|
|
641
729
|
/* size l */
|
|
642
|
-
--secondary-tablist-l-gaps: var(--gap-
|
|
730
|
+
--secondary-tablist-l-gaps: var(--gap-m);
|
|
643
731
|
|
|
644
732
|
/* size xl */
|
|
645
|
-
--secondary-tablist-xl-gaps: var(--gap-
|
|
733
|
+
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
646
734
|
}
|
|
647
|
-
.
|
|
735
|
+
.tabs__title_zoi68 {
|
|
648
736
|
}
|
|
649
|
-
.
|
|
737
|
+
.tabs__title_zoi68 + .tabs__title_zoi68 {
|
|
650
738
|
margin-left: var(--secondary-tablist-mobile-gaps);
|
|
651
739
|
}
|
|
652
|
-
.tabs__mobile_kfsfv {
|
|
653
|
-
height: 48px;
|
|
654
|
-
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
var styles = {"component":"
|
|
4
|
+
var styles = {"component":"tabs__component_18rma","hidden":"tabs__hidden_18rma"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
const Tab = ({ children, hidden, className, disabled }) => children ? (React.createElement("div", { className: cn(styles.component, {
|
|
@@ -5,11 +5,11 @@ import 'compute-scroll-into-view';
|
|
|
5
5
|
import '../scrollable-container/Component.js';
|
|
6
6
|
import '../../useTabs.js';
|
|
7
7
|
import '../primary-tablist/Component.js';
|
|
8
|
-
import '../../index.module-
|
|
8
|
+
import '../../index.module-59d65d6b.js';
|
|
9
9
|
import { PrimaryTabListDesktop } from '../primary-tablist/Component.desktop.js';
|
|
10
10
|
import '@alfalab/core-components-tag/dist/modern';
|
|
11
11
|
import '../secondary-tablist/Component.js';
|
|
12
|
-
import '../../index.module-
|
|
12
|
+
import '../../index.module-298a1230.js';
|
|
13
13
|
import { SecondaryTabListDesktop } from '../secondary-tablist/Component.desktop.js';
|
|
14
14
|
import { Tabs } from './Component.js';
|
|
15
15
|
|
|
@@ -17,6 +17,6 @@ const views = {
|
|
|
17
17
|
primary: PrimaryTabListDesktop,
|
|
18
18
|
secondary: SecondaryTabListDesktop,
|
|
19
19
|
};
|
|
20
|
-
const TabsDesktop = ({ view = 'primary', scrollable = false, size = 'm', ...restProps }) => (React.createElement(Tabs, Object.assign({ TabList: views[view], scrollable: scrollable, size: size }, restProps)));
|
|
20
|
+
const TabsDesktop = ({ view = 'primary', scrollable = false, size = view === 'primary' ? 'm' : 's', ...restProps }) => (React.createElement(Tabs, Object.assign({ TabList: views[view], scrollable: scrollable, size: size }, restProps)));
|
|
21
21
|
|
|
22
22
|
export { TabsDesktop };
|
|
@@ -5,10 +5,10 @@ import 'compute-scroll-into-view';
|
|
|
5
5
|
import '../scrollable-container/Component.js';
|
|
6
6
|
import '../../useTabs.js';
|
|
7
7
|
import '../primary-tablist/Component.js';
|
|
8
|
-
import '../../index.module-
|
|
8
|
+
import '../../index.module-59d65d6b.js';
|
|
9
9
|
import '@alfalab/core-components-tag/dist/modern';
|
|
10
10
|
import '../secondary-tablist/Component.js';
|
|
11
|
-
import '../../index.module-
|
|
11
|
+
import '../../index.module-298a1230.js';
|
|
12
12
|
import { Tabs } from './Component.js';
|
|
13
13
|
import { PrimaryTabListMobile } from '../primary-tablist/Component.mobile.js';
|
|
14
14
|
import { SecondaryTabListMobile } from '../secondary-tablist/Component.mobile.js';
|
|
@@ -5,11 +5,11 @@ import 'compute-scroll-into-view';
|
|
|
5
5
|
import '../scrollable-container/Component.js';
|
|
6
6
|
import '../../useTabs.js';
|
|
7
7
|
import '../primary-tablist/Component.js';
|
|
8
|
-
import '../../index.module-
|
|
8
|
+
import '../../index.module-59d65d6b.js';
|
|
9
9
|
import '../primary-tablist/Component.desktop.js';
|
|
10
10
|
import '@alfalab/core-components-tag/dist/modern';
|
|
11
11
|
import '../secondary-tablist/Component.js';
|
|
12
|
-
import '../../index.module-
|
|
12
|
+
import '../../index.module-298a1230.js';
|
|
13
13
|
import '../secondary-tablist/Component.desktop.js';
|
|
14
14
|
import { Tabs } from './Component.js';
|
|
15
15
|
import '@alfalab/hooks';
|
package/dist/modern/desktop.js
CHANGED
|
@@ -5,11 +5,11 @@ import 'compute-scroll-into-view';
|
|
|
5
5
|
export { ScrollableContainer } from './components/scrollable-container/Component.js';
|
|
6
6
|
export { useTabs } from './useTabs.js';
|
|
7
7
|
import './components/primary-tablist/Component.js';
|
|
8
|
-
import './index.module-
|
|
8
|
+
import './index.module-59d65d6b.js';
|
|
9
9
|
export { PrimaryTabListDesktop } from './components/primary-tablist/Component.desktop.js';
|
|
10
10
|
import '@alfalab/core-components-tag/dist/modern';
|
|
11
11
|
import './components/secondary-tablist/Component.js';
|
|
12
|
-
import './index.module-
|
|
12
|
+
import './index.module-298a1230.js';
|
|
13
13
|
export { SecondaryTabListDesktop } from './components/secondary-tablist/Component.desktop.js';
|
|
14
14
|
export { Tab } from './components/tab/Component.js';
|
|
15
15
|
import './components/tabs/Component.js';
|
package/dist/modern/index.js
CHANGED
|
@@ -5,11 +5,11 @@ import 'compute-scroll-into-view';
|
|
|
5
5
|
export { ScrollableContainer } from './components/scrollable-container/Component.js';
|
|
6
6
|
export { useTabs } from './useTabs.js';
|
|
7
7
|
import './components/primary-tablist/Component.js';
|
|
8
|
-
import './index.module-
|
|
8
|
+
import './index.module-59d65d6b.js';
|
|
9
9
|
import './components/primary-tablist/Component.desktop.js';
|
|
10
10
|
import '@alfalab/core-components-tag/dist/modern';
|
|
11
11
|
import './components/secondary-tablist/Component.js';
|
|
12
|
-
import './index.module-
|
|
12
|
+
import './index.module-298a1230.js';
|
|
13
13
|
import './components/secondary-tablist/Component.desktop.js';
|
|
14
14
|
export { Tab } from './components/tab/Component.js';
|
|
15
15
|
import './components/tabs/Component.js';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var commonStyles = {"component":"tabs__component_sislv","container":"tabs__container_sislv","title":"tabs__title_sislv","xxs":"tabs__xxs_sislv","xs":"tabs__xs_sislv","s":"tabs__s_sislv","m":"tabs__m_sislv","l":"tabs__l_sislv","xl":"tabs__xl_sislv"};
|
|
2
|
+
require('./components/secondary-tablist/index.css')
|
|
3
|
+
|
|
4
|
+
export { commonStyles as c };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var commonStyles = {"component":"tabs__component_1ivbd","container":"tabs__container_1ivbd","title":"tabs__title_1ivbd","disabled":"tabs__disabled_1ivbd","focused":"tabs__focused_1ivbd","selected":"tabs__selected_1ivbd","line":"tabs__line_1ivbd","s":"tabs__s_1ivbd","xs":"tabs__xs_1ivbd","xxs":"tabs__xxs_1ivbd","m":"tabs__m_1ivbd","l":"tabs__l_1ivbd","xl":"tabs__xl_1ivbd","rightAddons":"tabs__rightAddons_1ivbd"};
|
|
2
|
+
require('./components/primary-tablist/index.css')
|
|
3
|
+
|
|
4
|
+
export { commonStyles as c };
|
package/dist/modern/mobile.js
CHANGED
|
@@ -5,10 +5,10 @@ import 'compute-scroll-into-view';
|
|
|
5
5
|
export { ScrollableContainer } from './components/scrollable-container/Component.js';
|
|
6
6
|
export { useTabs } from './useTabs.js';
|
|
7
7
|
import './components/primary-tablist/Component.js';
|
|
8
|
-
import './index.module-
|
|
8
|
+
import './index.module-59d65d6b.js';
|
|
9
9
|
import '@alfalab/core-components-tag/dist/modern';
|
|
10
10
|
import './components/secondary-tablist/Component.js';
|
|
11
|
-
import './index.module-
|
|
11
|
+
import './index.module-298a1230.js';
|
|
12
12
|
export { Tab } from './components/tab/Component.js';
|
|
13
13
|
import './components/tabs/Component.js';
|
|
14
14
|
export { PrimaryTabListMobile } from './components/primary-tablist/Component.mobile.js';
|
|
@@ -5,11 +5,11 @@ import 'compute-scroll-into-view';
|
|
|
5
5
|
export { ScrollableContainer } from './components/scrollable-container/Component.js';
|
|
6
6
|
export { useTabs } from './useTabs.js';
|
|
7
7
|
import './components/primary-tablist/Component.js';
|
|
8
|
-
import './index.module-
|
|
8
|
+
import './index.module-59d65d6b.js';
|
|
9
9
|
import './components/primary-tablist/Component.desktop.js';
|
|
10
10
|
import '@alfalab/core-components-tag/dist/modern';
|
|
11
11
|
import './components/secondary-tablist/Component.js';
|
|
12
|
-
import './index.module-
|
|
12
|
+
import './index.module-298a1230.js';
|
|
13
13
|
import './components/secondary-tablist/Component.desktop.js';
|
|
14
14
|
export { Tab } from './components/tab/Component.js';
|
|
15
15
|
import './components/tabs/Component.js';
|
package/dist/modern/typings.d.ts
CHANGED
package/dist/responsive.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./tslib.es6-
|
|
5
|
+
require('./tslib.es6-63799bf5.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-
|
|
13
|
+
require('./index.module-21393e20.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-
|
|
17
|
+
require('./index.module-1a7b3cce.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');
|
|
File without changes
|
|
File without changes
|
package/dist/typings.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-tabs",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "Tabs components",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@types/lodash.debounce": "^4.0.6"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@alfalab/core-components-keyboard-focusable": "^3.0.
|
|
23
|
-
"@alfalab/core-components-tag": "^4.
|
|
22
|
+
"@alfalab/core-components-keyboard-focusable": "^3.0.1",
|
|
23
|
+
"@alfalab/core-components-tag": "^4.1.0",
|
|
24
24
|
"classnames": "^2.2.6",
|
|
25
25
|
"compute-scroll-into-view": "^1.0.13",
|
|
26
26
|
"lodash.debounce": "^4.0.8"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"react": "^16.9.0 || ^17.0.1",
|
|
30
30
|
"react-dom": "^16.9.0 || ^17.0.1"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "72b4794c38921aa1b04e2fae5f2c178095621968"
|
|
33
33
|
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var commonStyles = {"component":"tabs__component_3vamx","container":"tabs__container_3vamx","title":"tabs__title_3vamx","s":"tabs__s_3vamx","m":"tabs__m_3vamx","l":"tabs__l_3vamx","xl":"tabs__xl_3vamx"};
|
|
2
|
-
require('./components/secondary-tablist/index.css')
|
|
3
|
-
|
|
4
|
-
export { commonStyles as c };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var commonStyles = {"component":"tabs__component_nld1v","container":"tabs__container_nld1v","title":"tabs__title_nld1v","disabled":"tabs__disabled_nld1v","focused":"tabs__focused_nld1v","selected":"tabs__selected_nld1v","line":"tabs__line_nld1v","s":"tabs__s_nld1v","m":"tabs__m_nld1v","l":"tabs__l_nld1v","xl":"tabs__xl_nld1v","rightAddons":"tabs__rightAddons_nld1v"};
|
|
2
|
-
require('./components/primary-tablist/index.css')
|
|
3
|
-
|
|
4
|
-
export { commonStyles as c };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var commonStyles = {"component":"tabs__component_nld1v","container":"tabs__container_nld1v","title":"tabs__title_nld1v","disabled":"tabs__disabled_nld1v","focused":"tabs__focused_nld1v","selected":"tabs__selected_nld1v","line":"tabs__line_nld1v","s":"tabs__s_nld1v","m":"tabs__m_nld1v","l":"tabs__l_nld1v","xl":"tabs__xl_nld1v","rightAddons":"tabs__rightAddons_nld1v"};
|
|
4
|
-
require('./components/primary-tablist/index.css')
|
|
5
|
-
|
|
6
|
-
exports.commonStyles = commonStyles;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var commonStyles = {"component":"tabs__component_3vamx","container":"tabs__container_3vamx","title":"tabs__title_3vamx","s":"tabs__s_3vamx","m":"tabs__m_3vamx","l":"tabs__l_3vamx","xl":"tabs__xl_3vamx"};
|
|
4
|
-
require('./components/secondary-tablist/index.css')
|
|
5
|
-
|
|
6
|
-
exports.commonStyles = commonStyles;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var commonStyles = {"component":"tabs__component_3vamx","container":"tabs__container_3vamx","title":"tabs__title_3vamx","s":"tabs__s_3vamx","m":"tabs__m_3vamx","l":"tabs__l_3vamx","xl":"tabs__xl_3vamx"};
|
|
2
|
-
require('./components/secondary-tablist/index.css')
|
|
3
|
-
|
|
4
|
-
export { commonStyles as c };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var commonStyles = {"component":"tabs__component_nld1v","container":"tabs__container_nld1v","title":"tabs__title_nld1v","disabled":"tabs__disabled_nld1v","focused":"tabs__focused_nld1v","selected":"tabs__selected_nld1v","line":"tabs__line_nld1v","s":"tabs__s_nld1v","m":"tabs__m_nld1v","l":"tabs__l_nld1v","xl":"tabs__xl_nld1v","rightAddons":"tabs__rightAddons_nld1v"};
|
|
2
|
-
require('./components/primary-tablist/index.css')
|
|
3
|
-
|
|
4
|
-
export { commonStyles as c };
|