@alfalab/core-components-tabs 7.3.3 → 7.3.5
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/Component-3e68f8db.d.ts +2 -2
- package/{Component-85892853.d.ts → Component-cac440c1.d.ts} +1 -1
- package/components/primary-tablist/Component.desktop.js +2 -2
- package/components/primary-tablist/Component.js +1 -1
- package/components/primary-tablist/Component.mobile.js +3 -3
- package/components/primary-tablist/Component.responsive.js +2 -2
- package/components/primary-tablist/index.css +38 -68
- package/components/primary-tablist/mobile.css +152 -164
- package/components/scrollable-container/Component.js +1 -1
- package/components/scrollable-container/index.css +14 -13
- package/components/secondary-tablist/Component.desktop.js +2 -2
- package/components/secondary-tablist/Component.js +1 -1
- package/components/secondary-tablist/Component.mobile.js +3 -3
- package/components/secondary-tablist/Component.responsive.js +2 -2
- package/components/secondary-tablist/index.css +20 -26
- package/components/secondary-tablist/mobile.css +132 -143
- package/components/tab/Component.js +1 -1
- package/components/tab/index.css +3 -3
- package/components/tabs/Component.desktop.js +3 -3
- package/components/tabs/Component.mobile.js +3 -3
- package/components/tabs/Component.responsive.js +3 -3
- package/components/title/Component.js +1 -1
- package/components/title/index.js +1 -1
- package/cssm/Component-3e68f8db.d.ts +2 -2
- package/cssm/{Component-85892853.d.ts → Component-cac440c1.d.ts} +1 -1
- package/cssm/components/primary-tablist/index.module.css +37 -67
- package/cssm/components/primary-tablist/mobile.module.css +12 -12
- package/cssm/components/scrollable-container/index.module.css +13 -12
- package/cssm/components/secondary-tablist/index.module.css +19 -25
- package/cssm/components/secondary-tablist/mobile.module.css +11 -8
- package/cssm/index-3e68f8db.d.ts +4 -4
- package/cssm/index-48646db0.d.ts +1 -1
- package/cssm/index-7ca84eff.d.ts +6 -0
- package/cssm/index-ebda875c.d.ts +1 -1
- package/{esm/typings-85892853.d.ts → cssm/typings-cac440c1.d.ts} +1 -5
- package/{modern/utils-85892853.d.ts → cssm/utils-cac440c1.d.ts} +1 -1
- package/cssm/vars.css +9 -2
- package/desktop.js +3 -3
- package/esm/Component-3e68f8db.d.ts +2 -2
- package/esm/{Component-85892853.d.ts → Component-cac440c1.d.ts} +1 -1
- package/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/esm/components/primary-tablist/Component.js +1 -1
- package/esm/components/primary-tablist/Component.mobile.js +3 -3
- package/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/esm/components/primary-tablist/index.css +38 -68
- package/esm/components/primary-tablist/mobile.css +152 -164
- package/esm/components/scrollable-container/Component.js +1 -1
- package/esm/components/scrollable-container/index.css +14 -13
- package/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/esm/components/secondary-tablist/Component.js +1 -1
- package/esm/components/secondary-tablist/Component.mobile.js +3 -3
- package/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/esm/components/secondary-tablist/index.css +20 -26
- package/esm/components/secondary-tablist/mobile.css +132 -143
- package/esm/components/tab/Component.js +1 -1
- package/esm/components/tab/index.css +3 -3
- package/esm/components/tabs/Component.desktop.js +3 -3
- package/esm/components/tabs/Component.mobile.js +3 -3
- package/esm/components/tabs/Component.responsive.js +3 -3
- package/esm/components/title/Component.js +1 -1
- package/esm/components/title/index.js +1 -1
- package/esm/desktop.js +3 -3
- package/esm/hooks/use-collapsible-elements.js +1 -1
- package/esm/hooks/use-tablist-titles.js +1 -1
- package/esm/index-3e68f8db.d.ts +4 -4
- package/esm/index-48646db0.d.ts +1 -1
- package/esm/index-7ca84eff.d.ts +6 -0
- package/esm/index-ebda875c.d.ts +1 -1
- package/esm/index.js +3 -3
- package/esm/index.module-99919515.js +4 -0
- package/esm/index.module-e86b50c6.js +4 -0
- package/esm/mobile.js +3 -3
- package/esm/responsive.js +3 -3
- package/esm/synthetic-events.js +1 -1
- package/esm/{tslib.es6-62e0e458.d.ts → tslib.es6-9ca6db4f.d.ts} +0 -0
- package/esm/{tslib.es6-62e0e458.js → tslib.es6-9ca6db4f.js} +0 -0
- package/{modern/typings-85892853.d.ts → esm/typings-cac440c1.d.ts} +1 -5
- package/{utils-85892853.d.ts → esm/utils-cac440c1.d.ts} +1 -1
- package/hooks/use-collapsible-elements.js +1 -1
- package/hooks/use-tablist-titles.js +1 -1
- package/index-3e68f8db.d.ts +4 -4
- package/index-48646db0.d.ts +1 -1
- package/index-7ca84eff.d.ts +6 -0
- package/index-ebda875c.d.ts +1 -1
- package/index.js +3 -3
- package/index.module-3467e7f3.js +6 -0
- package/index.module-77e5e19c.js +6 -0
- package/mobile.js +3 -3
- package/modern/Component-3e68f8db.d.ts +2 -2
- package/modern/{Component-85892853.d.ts → Component-cac440c1.d.ts} +1 -1
- package/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/modern/components/primary-tablist/index.css +38 -68
- package/modern/components/primary-tablist/mobile.css +152 -164
- package/modern/components/scrollable-container/Component.js +1 -1
- package/modern/components/scrollable-container/index.css +14 -13
- package/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/modern/components/secondary-tablist/index.css +20 -26
- package/modern/components/secondary-tablist/mobile.css +132 -143
- package/modern/components/tab/Component.js +1 -1
- package/modern/components/tab/index.css +3 -3
- package/modern/components/tabs/Component.desktop.js +2 -2
- package/modern/components/tabs/Component.mobile.js +2 -2
- package/modern/components/tabs/Component.responsive.js +2 -2
- package/modern/desktop.js +2 -2
- package/modern/index-3e68f8db.d.ts +4 -4
- package/modern/index-48646db0.d.ts +1 -1
- package/modern/index-7ca84eff.d.ts +6 -0
- package/modern/index-ebda875c.d.ts +1 -1
- package/modern/index.js +2 -2
- package/modern/index.module-1b01a3b0.js +4 -0
- package/modern/index.module-fc051081.js +4 -0
- package/modern/mobile.js +2 -2
- package/modern/responsive.js +2 -2
- package/{cssm/typings-85892853.d.ts → modern/typings-cac440c1.d.ts} +1 -5
- package/{esm/utils-85892853.d.ts → modern/utils-cac440c1.d.ts} +1 -1
- package/package.json +3 -3
- package/responsive.js +3 -3
- package/synthetic-events.js +1 -1
- package/{tslib.es6-edd9cdac.d.ts → tslib.es6-95ad71fb.d.ts} +0 -0
- package/{tslib.es6-edd9cdac.js → tslib.es6-95ad71fb.js} +0 -0
- package/{typings-85892853.d.ts → typings-cac440c1.d.ts} +1 -5
- package/{cssm/utils-85892853.d.ts → utils-cac440c1.d.ts} +1 -1
- package/esm/index.module-10d535eb.js +0 -4
- package/esm/index.module-9c2f5300.js +0 -4
- package/index.module-7dc52a7b.js +0 -6
- package/index.module-a5052a1c.js +0 -6
- package/modern/index.module-4d08392f.js +0 -4
- package/modern/index.module-cd099570.js +0 -4
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1h8wu */
|
|
2
2
|
:root {
|
|
3
|
-
}
|
|
4
|
-
}:root {
|
|
3
|
+
}/* deprecated */:root {
|
|
5
4
|
--color-light-border-accent: #ef3124;
|
|
6
5
|
--color-light-border-link: #007aff;
|
|
7
6
|
--color-light-border-primary: #dbdee1;
|
|
@@ -9,6 +8,7 @@
|
|
|
9
8
|
--color-light-text-secondary: rgba(11, 31, 53, 0.7);
|
|
10
9
|
--color-light-text-tertiary: rgba(11, 31, 53, 0.3);
|
|
11
10
|
}:root {
|
|
11
|
+
}:root {
|
|
12
12
|
}:root {
|
|
13
13
|
|
|
14
14
|
/* Hard */
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
/* Up */
|
|
17
17
|
|
|
18
18
|
/* Hard up */
|
|
19
|
+
}:root {
|
|
19
20
|
}:root {
|
|
20
21
|
--gap-2xs: 4px;
|
|
21
22
|
--gap-xs: 8px;
|
|
@@ -28,7 +29,6 @@
|
|
|
28
29
|
}:root {
|
|
29
30
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
30
31
|
sans-serif;
|
|
31
|
-
}:root {
|
|
32
32
|
}:root {
|
|
33
33
|
--focus-color: var(--color-light-border-link);
|
|
34
34
|
--disabled-cursor: not-allowed;
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
/* size l */
|
|
91
91
|
|
|
92
92
|
/* size xl */
|
|
93
|
-
}.
|
|
93
|
+
}.tabs__component_1ab8f {
|
|
94
94
|
position: relative;
|
|
95
95
|
display: inline-flex;
|
|
96
96
|
min-width: 100%
|
|
97
|
-
}.
|
|
97
|
+
}.tabs__component_1ab8f:before {
|
|
98
98
|
content: '';
|
|
99
99
|
display: block;
|
|
100
100
|
position: absolute;
|
|
@@ -102,17 +102,17 @@
|
|
|
102
102
|
height: 1px;
|
|
103
103
|
width: 100%;
|
|
104
104
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
105
|
-
}.
|
|
105
|
+
}.tabs__fullWidthScroll_1ab8f {
|
|
106
106
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
107
107
|
margin: 0 var(--gap-m);
|
|
108
|
-
}.
|
|
108
|
+
}.tabs__container_1ab8f {
|
|
109
109
|
position: relative;
|
|
110
110
|
overflow: hidden;
|
|
111
111
|
|
|
112
112
|
/* focus-outline fix */
|
|
113
113
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
114
114
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
115
|
-
}.
|
|
115
|
+
}.tabs__title_1ab8f {
|
|
116
116
|
display: flex;
|
|
117
117
|
align-items: center;
|
|
118
118
|
height: 100%;
|
|
@@ -129,82 +129,81 @@
|
|
|
129
129
|
user-select: none;
|
|
130
130
|
cursor: pointer;
|
|
131
131
|
outline: none
|
|
132
|
-
}.
|
|
132
|
+
}.tabs__title_1ab8f:not(.tabs__disabled_1ab8f):hover {
|
|
133
133
|
color: var(--primary-tablist-hover-color);
|
|
134
|
-
}.
|
|
134
|
+
}.tabs__focused_1ab8f {
|
|
135
135
|
outline: 2px solid var(--focus-color);
|
|
136
136
|
outline-offset: 2px;
|
|
137
|
-
}.
|
|
137
|
+
}.tabs__collapsed_1ab8f {
|
|
138
138
|
order: 99;
|
|
139
139
|
visibility: collapse;
|
|
140
|
-
}.
|
|
140
|
+
}.tabs__selected_1ab8f {
|
|
141
141
|
cursor: default;
|
|
142
142
|
color: var(--primary-tablist-selected-color);
|
|
143
|
-
}.
|
|
143
|
+
}.tabs__disabled_1ab8f {
|
|
144
144
|
cursor: var(--disabled-cursor);
|
|
145
145
|
color: var(--primary-tablist-disabled-color);
|
|
146
|
-
}.
|
|
146
|
+
}.tabs__line_1ab8f {
|
|
147
147
|
position: absolute;
|
|
148
148
|
height: 3px;
|
|
149
149
|
bottom: 0;
|
|
150
150
|
left: 0;
|
|
151
151
|
background-color: var(--primary-tablist-line-color);
|
|
152
152
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
153
|
-
}/* sizes */.
|
|
153
|
+
}/* sizes */.tabs__s_1ab8f .tabs__title_1ab8f, .tabs__xs_1ab8f .tabs__title_1ab8f, .tabs__xxs_1ab8f .tabs__title_1ab8f {
|
|
154
154
|
padding: var(--primary-tablist-s-padding);
|
|
155
155
|
font-size: var(--primary-tablist-s-font-size);
|
|
156
156
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
157
157
|
font-family: var(--primary-tablist-s-font-family);
|
|
158
158
|
line-height: 24px;
|
|
159
|
-
}.
|
|
159
|
+
}.tabs__s_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f, .tabs__xs_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f, .tabs__xxs_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f {
|
|
160
160
|
margin-left: var(--primary-tablist-s-gaps);
|
|
161
|
-
}.
|
|
161
|
+
}.tabs__s_1ab8f .tabs__pickerWrapper_1ab8f, .tabs__xs_1ab8f .tabs__pickerWrapper_1ab8f, .tabs__xxs_1ab8f .tabs__pickerWrapper_1ab8f {
|
|
162
162
|
margin-left: var(--primary-tablist-s-gaps);
|
|
163
|
-
}.
|
|
163
|
+
}.tabs__s_1ab8f .tabs__option_1ab8f, .tabs__xs_1ab8f .tabs__option_1ab8f, .tabs__xxs_1ab8f .tabs__option_1ab8f {
|
|
164
164
|
padding: 0;
|
|
165
|
-
}.
|
|
165
|
+
}.tabs__m_1ab8f .tabs__title_1ab8f {
|
|
166
166
|
padding: var(--primary-tablist-m-padding);
|
|
167
167
|
font-size: var(--primary-tablist-m-font-size);
|
|
168
168
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
169
169
|
font-family: var(--primary-tablist-m-font-family);
|
|
170
170
|
line-height: 24px;
|
|
171
|
-
}.
|
|
171
|
+
}.tabs__m_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f {
|
|
172
172
|
margin-left: var(--primary-tablist-m-gaps);
|
|
173
|
-
}.
|
|
173
|
+
}.tabs__m_1ab8f .tabs__pickerWrapper_1ab8f {
|
|
174
174
|
margin-left: var(--primary-tablist-m-gaps);
|
|
175
|
-
}.
|
|
175
|
+
}.tabs__m_1ab8f .tabs__option_1ab8f {
|
|
176
176
|
padding: 0;
|
|
177
|
-
}.
|
|
177
|
+
}.tabs__l_1ab8f .tabs__title_1ab8f {
|
|
178
178
|
padding: var(--primary-tablist-l-padding);
|
|
179
179
|
font-size: var(--primary-tablist-l-font-size);
|
|
180
180
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
181
181
|
font-family: var(--primary-tablist-l-font-family);
|
|
182
182
|
line-height: 24px;
|
|
183
|
-
}.
|
|
183
|
+
}.tabs__l_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f {
|
|
184
184
|
margin-left: var(--primary-tablist-l-gaps);
|
|
185
|
-
}.
|
|
185
|
+
}.tabs__l_1ab8f .tabs__pickerWrapper_1ab8f {
|
|
186
186
|
margin-left: var(--primary-tablist-l-gaps);
|
|
187
|
-
}.
|
|
187
|
+
}.tabs__l_1ab8f .tabs__option_1ab8f {
|
|
188
188
|
padding: 0;
|
|
189
|
-
}.
|
|
189
|
+
}.tabs__xl_1ab8f .tabs__title_1ab8f {
|
|
190
190
|
padding: var(--primary-tablist-xl-padding);
|
|
191
191
|
font-size: var(--primary-tablist-xl-font-size);
|
|
192
192
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
193
193
|
font-family: var(--primary-tablist-xl-font-family);
|
|
194
194
|
line-height: 32px;
|
|
195
|
-
}.
|
|
195
|
+
}.tabs__xl_1ab8f .tabs__title_1ab8f + .tabs__title_1ab8f {
|
|
196
196
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
197
|
-
}.
|
|
197
|
+
}.tabs__xl_1ab8f .tabs__pickerWrapper_1ab8f {
|
|
198
198
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
199
|
-
}.
|
|
199
|
+
}.tabs__xl_1ab8f .tabs__option_1ab8f {
|
|
200
200
|
padding: 0;
|
|
201
|
-
}.
|
|
201
|
+
}.tabs__rightAddons_1ab8f {
|
|
202
202
|
display: flex;
|
|
203
203
|
justify-content: center;
|
|
204
204
|
align-items: center;
|
|
205
205
|
margin-left: var(--gap-xs);
|
|
206
|
-
}
|
|
207
|
-
:root {
|
|
206
|
+
} :root {
|
|
208
207
|
--color-dark-indigo: #0b1f35;
|
|
209
208
|
--color-dark-indigo-60: rgba(11, 31, 53, 0.6);
|
|
210
209
|
--color-dark-indigo-30: rgba(11, 31, 53, 0.3);
|
|
@@ -274,106 +273,7 @@
|
|
|
274
273
|
--color-bg-corporate-60-flat: #7a7f85;
|
|
275
274
|
--color-bg-corporate-30-flat: #bdc0c2;
|
|
276
275
|
--color-light-blue: #f5f7f9;
|
|
277
|
-
}
|
|
278
|
-
:root {
|
|
279
|
-
--color-static-corpbg-neutral: #bdc0c2;
|
|
280
|
-
--color-static-corpbg-primary: #212a33;
|
|
281
|
-
--color-static-corpbg-secondary: #384048;
|
|
282
|
-
--color-static-corpbg-tertiary: #7a7f85;
|
|
283
|
-
--color-static-graphic-amethyst: #a489aa;
|
|
284
|
-
--color-static-graphic-blackberry: #bfafc6;
|
|
285
|
-
--color-static-graphic-blue-chill: #0f9c8c;
|
|
286
|
-
--color-static-graphic-blue-maya: #7eb3ff;
|
|
287
|
-
--color-static-graphic-blue-moody: #7879cf;
|
|
288
|
-
--color-static-graphic-blue-steel: #4f84ba;
|
|
289
|
-
--color-static-graphic-botticelli: #cee5e5;
|
|
290
|
-
--color-static-graphic-boulder: #7a7a7a;
|
|
291
|
-
--color-static-graphic-brink-pink: #fc617c;
|
|
292
|
-
--color-static-graphic-burnt-sienna: #eb7a58;
|
|
293
|
-
--color-static-graphic-carrot: #e8bba3;
|
|
294
|
-
--color-static-graphic-chatelle: #bfafc6;
|
|
295
|
-
--color-static-graphic-chathams-blue: #155966;
|
|
296
|
-
--color-static-graphic-chick: #f2db9e;
|
|
297
|
-
--color-static-graphic-crete: #847128;
|
|
298
|
-
--color-static-graphic-curious-blue: #2381db;
|
|
299
|
-
--color-static-graphic-curious-blue-light: #3b99d9;
|
|
300
|
-
--color-static-graphic-eastern-blue: #269cb3;
|
|
301
|
-
--color-static-graphic-french-lilac: #d3baed;
|
|
302
|
-
--color-static-graphic-fuel-yellow: #f29d32;
|
|
303
|
-
--color-static-graphic-fun-blue: #1d6ab5;
|
|
304
|
-
--color-static-graphic-gallery: #eee;
|
|
305
|
-
--color-static-graphic-green-jungle: #2fc26e;
|
|
306
|
-
--color-static-graphic-hippie-blue: #5aa4b0;
|
|
307
|
-
--color-static-graphic-jaffa: #f07134;
|
|
308
|
-
--color-static-graphic-jaffa-light: #f18836;
|
|
309
|
-
--color-static-graphic-java: #15c0e0;
|
|
310
|
-
--color-static-graphic-jungle-green: #2ab79a;
|
|
311
|
-
--color-static-graphic-lavender: #8888ad;
|
|
312
|
-
--color-static-graphic-mantis: #63cd4f;
|
|
313
|
-
--color-static-graphic-matisse: #16548f;
|
|
314
|
-
--color-static-graphic-milano-red: #cd1501;
|
|
315
|
-
--color-static-graphic-mirage: #1d2434;
|
|
316
|
-
--color-static-graphic-moon-raker: #e9dbf7;
|
|
317
|
-
--color-static-graphic-moss-green: #a6d29c;
|
|
318
|
-
--color-static-graphic-nevada: #626b75;
|
|
319
|
-
--color-static-graphic-olive: #bfd3c9;
|
|
320
|
-
--color-static-graphic-olivine: #87b965;
|
|
321
|
-
--color-static-graphic-peach: #fcc99b;
|
|
322
|
-
--color-static-graphic-persimmon: #ff5c5c;
|
|
323
|
-
--color-static-graphic-pewter: #96a5a5;
|
|
324
|
-
--color-static-graphic-pickled-bluewood: #2d3f50;
|
|
325
|
-
--color-static-graphic-porsche: #e7b965;
|
|
326
|
-
--color-static-graphic-raspberry: #dfb2bb;
|
|
327
|
-
--color-static-graphic-red-damask: #da713c;
|
|
328
|
-
--color-static-graphic-saffron: #f0c330;
|
|
329
|
-
--color-static-graphic-salomie: #fee984;
|
|
330
|
-
--color-static-graphic-sand: #f6bf65;
|
|
331
|
-
--color-static-graphic-sandy-brown: #f38f6f;
|
|
332
|
-
--color-static-graphic-seawater: #aecfd9;
|
|
333
|
-
--color-static-graphic-serenade: #fff0e3;
|
|
334
|
-
--color-static-graphic-sky: #a6c0db;
|
|
335
|
-
--color-static-graphic-soft-peach: #f3eaeb;
|
|
336
|
-
--color-static-graphic-solitude: #e8f2fe;
|
|
337
|
-
--color-static-graphic-strawberry: #f8b6a9;
|
|
338
|
-
--color-static-graphic-sundust: #d9d6ce;
|
|
339
|
-
--color-static-graphic-turkish-rose: #b56a6b;
|
|
340
|
-
--color-static-graphic-turquoise-blue: #6bd3e6;
|
|
341
|
-
--color-static-graphic-valencia: #d8463b;
|
|
342
|
-
--color-static-graphic-waikawa-gray: #5b6d9c;
|
|
343
|
-
--color-static-graphic-whisper: #f2eff6;
|
|
344
|
-
--color-static-graphic-zanah: #e1f0de;
|
|
345
|
-
--color-static-local-light-blue: #f5f7f9;
|
|
346
|
-
--color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
|
|
347
|
-
--color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
|
|
348
|
-
--color-static-overlay-black-normal: rgba(0, 0, 0, 0.24);
|
|
349
|
-
--color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4);
|
|
350
|
-
--color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08);
|
|
351
|
-
--color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32);
|
|
352
|
-
--color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16);
|
|
353
|
-
--color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24);
|
|
354
|
-
--color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4);
|
|
355
|
-
--color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08);
|
|
356
|
-
--color-static-overlay-white-high: rgba(255, 255, 255, 0.32);
|
|
357
|
-
--color-static-overlay-white-low: rgba(255, 255, 255, 0.16);
|
|
358
|
-
--color-static-overlay-white-normal: rgba(255, 255, 255, 0.24);
|
|
359
|
-
--color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4);
|
|
360
|
-
--color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08);
|
|
361
|
-
--color-static-status-blue: #007aff;
|
|
362
|
-
--color-static-status-green: #13a463;
|
|
363
|
-
--color-static-status-grey: #6d7986;
|
|
364
|
-
--color-static-status-orange: #de6a00;
|
|
365
|
-
--color-static-status-purple: #673ab7;
|
|
366
|
-
--color-static-status-red: #d91d0b;
|
|
367
|
-
--color-static-status-teal: #219187;
|
|
368
|
-
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
|
|
369
|
-
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
|
|
370
|
-
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
|
|
371
|
-
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
|
|
372
|
-
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
|
|
373
|
-
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
|
|
374
|
-
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
|
|
375
|
-
}
|
|
376
|
-
:root {
|
|
276
|
+
} /* deprecated */ :root {
|
|
377
277
|
--color-dark-bg-accent: #ef3124;
|
|
378
278
|
--color-dark-bg-attention-muted: #432000;
|
|
379
279
|
--color-dark-bg-info: #001c3c;
|
|
@@ -825,8 +725,104 @@
|
|
|
825
725
|
--color-static-bg-primary-dark-alpha-10: rgba(11, 31, 53, 0.1);
|
|
826
726
|
--color-static-bg-primary-dark-alpha-20: rgba(11, 31, 53, 0.2);
|
|
827
727
|
--color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
|
|
828
|
-
}
|
|
829
|
-
:
|
|
728
|
+
} :root {
|
|
729
|
+
--color-static-corpbg-neutral: #bdc0c2;
|
|
730
|
+
--color-static-corpbg-primary: #212a33;
|
|
731
|
+
--color-static-corpbg-secondary: #384048;
|
|
732
|
+
--color-static-corpbg-tertiary: #7a7f85;
|
|
733
|
+
--color-static-graphic-amethyst: #a489aa;
|
|
734
|
+
--color-static-graphic-blackberry: #bfafc6;
|
|
735
|
+
--color-static-graphic-blue-chill: #0f9c8c;
|
|
736
|
+
--color-static-graphic-blue-maya: #7eb3ff;
|
|
737
|
+
--color-static-graphic-blue-moody: #7879cf;
|
|
738
|
+
--color-static-graphic-blue-steel: #4f84ba;
|
|
739
|
+
--color-static-graphic-botticelli: #cee5e5;
|
|
740
|
+
--color-static-graphic-boulder: #7a7a7a;
|
|
741
|
+
--color-static-graphic-brink-pink: #fc617c;
|
|
742
|
+
--color-static-graphic-burnt-sienna: #eb7a58;
|
|
743
|
+
--color-static-graphic-carrot: #e8bba3;
|
|
744
|
+
--color-static-graphic-chatelle: #bfafc6;
|
|
745
|
+
--color-static-graphic-chathams-blue: #155966;
|
|
746
|
+
--color-static-graphic-chick: #f2db9e;
|
|
747
|
+
--color-static-graphic-crete: #847128;
|
|
748
|
+
--color-static-graphic-curious-blue: #2381db;
|
|
749
|
+
--color-static-graphic-curious-blue-light: #3b99d9;
|
|
750
|
+
--color-static-graphic-eastern-blue: #269cb3;
|
|
751
|
+
--color-static-graphic-french-lilac: #d3baed;
|
|
752
|
+
--color-static-graphic-fuel-yellow: #f29d32;
|
|
753
|
+
--color-static-graphic-fun-blue: #1d6ab5;
|
|
754
|
+
--color-static-graphic-gallery: #eee;
|
|
755
|
+
--color-static-graphic-green-jungle: #2fc26e;
|
|
756
|
+
--color-static-graphic-hippie-blue: #5aa4b0;
|
|
757
|
+
--color-static-graphic-jaffa: #f07134;
|
|
758
|
+
--color-static-graphic-jaffa-light: #f18836;
|
|
759
|
+
--color-static-graphic-java: #15c0e0;
|
|
760
|
+
--color-static-graphic-jungle-green: #2ab79a;
|
|
761
|
+
--color-static-graphic-lavender: #8888ad;
|
|
762
|
+
--color-static-graphic-mantis: #63cd4f;
|
|
763
|
+
--color-static-graphic-matisse: #16548f;
|
|
764
|
+
--color-static-graphic-milano-red: #cd1501;
|
|
765
|
+
--color-static-graphic-mirage: #1d2434;
|
|
766
|
+
--color-static-graphic-moon-raker: #e9dbf7;
|
|
767
|
+
--color-static-graphic-moss-green: #a6d29c;
|
|
768
|
+
--color-static-graphic-nevada: #626b75;
|
|
769
|
+
--color-static-graphic-olive: #bfd3c9;
|
|
770
|
+
--color-static-graphic-olivine: #87b965;
|
|
771
|
+
--color-static-graphic-peach: #fcc99b;
|
|
772
|
+
--color-static-graphic-persimmon: #ff5c5c;
|
|
773
|
+
--color-static-graphic-pewter: #96a5a5;
|
|
774
|
+
--color-static-graphic-pickled-bluewood: #2d3f50;
|
|
775
|
+
--color-static-graphic-porsche: #e7b965;
|
|
776
|
+
--color-static-graphic-raspberry: #dfb2bb;
|
|
777
|
+
--color-static-graphic-red-damask: #da713c;
|
|
778
|
+
--color-static-graphic-saffron: #f0c330;
|
|
779
|
+
--color-static-graphic-salomie: #fee984;
|
|
780
|
+
--color-static-graphic-sand: #f6bf65;
|
|
781
|
+
--color-static-graphic-sandy-brown: #f38f6f;
|
|
782
|
+
--color-static-graphic-seawater: #aecfd9;
|
|
783
|
+
--color-static-graphic-serenade: #fff0e3;
|
|
784
|
+
--color-static-graphic-sky: #a6c0db;
|
|
785
|
+
--color-static-graphic-soft-peach: #f3eaeb;
|
|
786
|
+
--color-static-graphic-solitude: #e8f2fe;
|
|
787
|
+
--color-static-graphic-strawberry: #f8b6a9;
|
|
788
|
+
--color-static-graphic-sundust: #d9d6ce;
|
|
789
|
+
--color-static-graphic-turkish-rose: #b56a6b;
|
|
790
|
+
--color-static-graphic-turquoise-blue: #6bd3e6;
|
|
791
|
+
--color-static-graphic-valencia: #d8463b;
|
|
792
|
+
--color-static-graphic-waikawa-gray: #5b6d9c;
|
|
793
|
+
--color-static-graphic-whisper: #f2eff6;
|
|
794
|
+
--color-static-graphic-zanah: #e1f0de;
|
|
795
|
+
--color-static-local-light-blue: #f5f7f9;
|
|
796
|
+
--color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
|
|
797
|
+
--color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
|
|
798
|
+
--color-static-overlay-black-normal: rgba(0, 0, 0, 0.24);
|
|
799
|
+
--color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4);
|
|
800
|
+
--color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08);
|
|
801
|
+
--color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32);
|
|
802
|
+
--color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16);
|
|
803
|
+
--color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24);
|
|
804
|
+
--color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4);
|
|
805
|
+
--color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08);
|
|
806
|
+
--color-static-overlay-white-high: rgba(255, 255, 255, 0.32);
|
|
807
|
+
--color-static-overlay-white-low: rgba(255, 255, 255, 0.16);
|
|
808
|
+
--color-static-overlay-white-normal: rgba(255, 255, 255, 0.24);
|
|
809
|
+
--color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4);
|
|
810
|
+
--color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08);
|
|
811
|
+
--color-static-status-blue: #007aff;
|
|
812
|
+
--color-static-status-green: #13a463;
|
|
813
|
+
--color-static-status-grey: #6d7986;
|
|
814
|
+
--color-static-status-orange: #de6a00;
|
|
815
|
+
--color-static-status-purple: #673ab7;
|
|
816
|
+
--color-static-status-red: #d91d0b;
|
|
817
|
+
--color-static-status-teal: #219187;
|
|
818
|
+
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
|
|
819
|
+
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
|
|
820
|
+
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
|
|
821
|
+
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
|
|
822
|
+
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
|
|
823
|
+
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
|
|
824
|
+
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
|
|
825
|
+
} :root {
|
|
830
826
|
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
831
827
|
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
|
|
832
828
|
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
@@ -851,8 +847,7 @@
|
|
|
851
847
|
--color-static-senary-light: rgba(255, 255, 255, 0.12);
|
|
852
848
|
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
853
849
|
--color-static-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
854
|
-
}
|
|
855
|
-
:root {
|
|
850
|
+
} :root {
|
|
856
851
|
--shadow-xs: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04);
|
|
857
852
|
--shadow-s: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
858
853
|
--shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
@@ -889,8 +884,17 @@
|
|
|
889
884
|
0 -12px 24px rgba(11, 31, 53, 0.16);
|
|
890
885
|
--shadow-xl-hard-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32),
|
|
891
886
|
0 -16px 32px rgba(11, 31, 53, 0.16);
|
|
892
|
-
}
|
|
893
|
-
:
|
|
887
|
+
} :root {
|
|
888
|
+
--border-radius-xs: 2px;
|
|
889
|
+
--border-radius-s: 4px;
|
|
890
|
+
--border-radius-m: 8px;
|
|
891
|
+
--border-radius-l: 12px;
|
|
892
|
+
--border-radius-xl: 16px;
|
|
893
|
+
--border-radius-xxl: 20px;
|
|
894
|
+
--border-radius-3xl: 24px;
|
|
895
|
+
--border-radius-circle: 50%;
|
|
896
|
+
--border-radius-pill: 99px;
|
|
897
|
+
} :root {
|
|
894
898
|
--gap-3xs: 2px;
|
|
895
899
|
--gap-2xs: 4px;
|
|
896
900
|
--gap-xs: 8px;
|
|
@@ -919,25 +923,12 @@
|
|
|
919
923
|
--gap-6xl-neg: -72px;
|
|
920
924
|
--gap-7xl-neg: -96px;
|
|
921
925
|
--gap-8xl-neg: -128px;
|
|
922
|
-
}
|
|
923
|
-
:root {
|
|
926
|
+
} :root {
|
|
924
927
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
925
928
|
sans-serif;
|
|
926
929
|
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
927
930
|
'Helvetica Neue', Helvetica, sans-serif;
|
|
928
|
-
}
|
|
929
|
-
:root {
|
|
930
|
-
--border-radius-xs: 2px;
|
|
931
|
-
--border-radius-s: 4px;
|
|
932
|
-
--border-radius-m: 8px;
|
|
933
|
-
--border-radius-l: 12px;
|
|
934
|
-
--border-radius-xl: 16px;
|
|
935
|
-
--border-radius-xxl: 20px;
|
|
936
|
-
--border-radius-3xl: 24px;
|
|
937
|
-
--border-radius-circle: 50%;
|
|
938
|
-
--border-radius-pill: 99px;
|
|
939
|
-
}
|
|
940
|
-
:root {
|
|
931
|
+
} :root {
|
|
941
932
|
--text-primary-color: var(--color-light-text-primary);
|
|
942
933
|
--text-secondary-color: var(--color-light-text-secondary);
|
|
943
934
|
--text-tertiary-color: var(--color-light-text-tertiary);
|
|
@@ -946,13 +937,13 @@
|
|
|
946
937
|
sans-serif;
|
|
947
938
|
--disabled-cursor: not-allowed;
|
|
948
939
|
--arrow-transform: rotate(180deg);
|
|
949
|
-
--size-
|
|
940
|
+
--size-xxs-height: 32px;
|
|
941
|
+
--size-xs-height: 40px;
|
|
950
942
|
--size-s-height: 48px;
|
|
951
943
|
--size-m-height: 56px;
|
|
952
944
|
--size-l-height: 64px;
|
|
953
945
|
--size-xl-height: 72px;
|
|
954
|
-
}
|
|
955
|
-
:root {
|
|
946
|
+
} :root {
|
|
956
947
|
--primary-tablist-color: var(--color-light-text-secondary);
|
|
957
948
|
--primary-tablist-hover-color: var(--color-light-text-primary);
|
|
958
949
|
--primary-tablist-selected-color: var(--color-light-text-primary);
|
|
@@ -1017,16 +1008,13 @@
|
|
|
1017
1008
|
|
|
1018
1009
|
/* size xl */
|
|
1019
1010
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
1020
|
-
}
|
|
1021
|
-
.
|
|
1022
|
-
}
|
|
1023
|
-
.tabs__mobile_f1h14 .tabs__title_f1h14 {
|
|
1011
|
+
} .tabs__title_tfqy8 {
|
|
1012
|
+
} .tabs__mobile_tfqy8 .tabs__title_tfqy8 {
|
|
1024
1013
|
padding: var(--primary-tablist-mobile-padding);
|
|
1025
1014
|
font-size: var(--primary-tablist-mobile-font-size);
|
|
1026
1015
|
font-weight: var(--primary-tablist-mobile-font-weight);
|
|
1027
1016
|
font-family: var(--primary-tablist-mobile-font-family);
|
|
1028
1017
|
line-height: var(--primary-tablist-mobile-line-height)
|
|
1029
|
-
}
|
|
1030
|
-
.tabs__mobile_f1h14 .tabs__title_f1h14 + .tabs__title_f1h14 {
|
|
1018
|
+
} .tabs__mobile_tfqy8 .tabs__title_tfqy8 + .tabs__title_tfqy8 {
|
|
1031
1019
|
margin-left: var(--primary-tablist-mobile-gaps);
|
|
1032
1020
|
}
|
|
@@ -10,7 +10,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
|
10
10
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
11
11
|
var computeScrollIntoView__default = /*#__PURE__*/_interopDefaultCompat(computeScrollIntoView);
|
|
12
12
|
|
|
13
|
-
var styles = {"container":"
|
|
13
|
+
var styles = {"container":"tabs__container_cqz45","fullWidthScroll":"tabs__fullWidthScroll_cqz45"};
|
|
14
14
|
require('./index.css')
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -1,18 +1,23 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1grs6 */
|
|
2
2
|
:root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
3
7
|
|
|
4
8
|
/* Hard */
|
|
5
9
|
|
|
6
10
|
/* Up */
|
|
7
11
|
|
|
8
12
|
/* Hard up */
|
|
9
|
-
}
|
|
10
|
-
:root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
11
15
|
--gap-2xs: 4px;
|
|
12
16
|
--gap-2xs-neg: -4px;
|
|
13
17
|
--gap-m-neg: -16px;
|
|
14
|
-
}
|
|
15
|
-
:root {
|
|
18
|
+
} :root {
|
|
19
|
+
} :root {
|
|
20
|
+
} :root {
|
|
16
21
|
|
|
17
22
|
/* mobile */
|
|
18
23
|
|
|
@@ -37,8 +42,7 @@
|
|
|
37
42
|
/* size l */
|
|
38
43
|
|
|
39
44
|
/* size xl */
|
|
40
|
-
}
|
|
41
|
-
.tabs__container_1lf44 {
|
|
45
|
+
} .tabs__container_cqz45 {
|
|
42
46
|
position: relative;
|
|
43
47
|
overflow-x: auto;
|
|
44
48
|
overflow-y: hidden;
|
|
@@ -48,13 +52,10 @@
|
|
|
48
52
|
/* focus-outline fix */
|
|
49
53
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
50
54
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs)
|
|
51
|
-
}
|
|
52
|
-
.tabs__container_1lf44::-webkit-scrollbar {
|
|
55
|
+
} .tabs__container_cqz45::-webkit-scrollbar {
|
|
53
56
|
display: none;
|
|
54
|
-
}
|
|
55
|
-
.tabs__container_1lf44 > * {
|
|
57
|
+
} .tabs__container_cqz45 > * {
|
|
56
58
|
flex-shrink: 0;
|
|
57
|
-
}
|
|
58
|
-
.tabs__fullWidthScroll_1lf44 {
|
|
59
|
+
} .tabs__fullWidthScroll_cqz45 {
|
|
59
60
|
margin: 0 var(--gap-m-neg);
|
|
60
61
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-95ad71fb.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-3467e7f3.js');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-tag');
|
|
9
9
|
require('../../hooks/use-tabs.js');
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-95ad71fb.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
7
|
-
var index_module = require('../../index.module-
|
|
7
|
+
var index_module = require('../../index.module-3467e7f3.js');
|
|
8
8
|
require('@alfalab/core-components-tag');
|
|
9
9
|
require('../../hooks/use-tabs.js');
|
|
10
10
|
require('../scrollable-container/Component.js');
|
|
@@ -15,7 +15,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
16
16
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
17
17
|
|
|
18
|
-
var mobileStyles = {"title":"
|
|
18
|
+
var mobileStyles = {"title":"tabs__title_ws13q tabs__title_4dfg7","mobile":"tabs__mobile_ws13q"};
|
|
19
19
|
require('./mobile.css')
|
|
20
20
|
|
|
21
21
|
var styles = tslib_es6.__assign(tslib_es6.__assign({}, index_module.commonStyles), mobileStyles);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-95ad71fb.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var hooks = require('@alfalab/hooks');
|
|
6
6
|
var components_secondaryTablist_Component_desktop = require('./Component.desktop.js');
|
|
@@ -11,7 +11,7 @@ require('@alfalab/core-components-tag');
|
|
|
11
11
|
require('../../hooks/use-tabs.js');
|
|
12
12
|
require('../scrollable-container/Component.js');
|
|
13
13
|
require('compute-scroll-into-view');
|
|
14
|
-
require('../../index.module-
|
|
14
|
+
require('../../index.module-3467e7f3.js');
|
|
15
15
|
|
|
16
16
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
17
17
|
|