@alfalab/core-components-tabs 10.0.13-alfasans → 10.0.13
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/components/primary-tablist/index.css +167 -180
- package/components/primary-tablist/index.module.css.js +1 -1
- package/components/primary-tablist/mobile.css +291 -317
- package/components/primary-tablist/mobile.module.css.js +1 -1
- package/components/scroll-controls/index.css +11 -11
- package/components/scroll-controls/index.module.css.js +1 -1
- package/components/scrollable-container/index.css +5 -5
- package/components/scrollable-container/index.module.css.js +1 -1
- package/components/secondary-tablist/index.css +18 -18
- package/components/secondary-tablist/index.module.css.js +1 -1
- package/components/secondary-tablist/mobile.css +22 -22
- package/components/secondary-tablist/mobile.module.css.js +1 -1
- package/components/tab/index.css +2 -2
- package/components/tab/index.module.css.js +1 -1
- package/cssm/components/primary-tablist/index.module.css +35 -48
- package/cssm/components/primary-tablist/mobile.module.css +35 -48
- package/esm/components/primary-tablist/index.css +167 -180
- package/esm/components/primary-tablist/index.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.css +291 -317
- package/esm/components/primary-tablist/mobile.module.css.js +1 -1
- package/esm/components/scroll-controls/index.css +11 -11
- package/esm/components/scroll-controls/index.module.css.js +1 -1
- package/esm/components/scrollable-container/index.css +5 -5
- package/esm/components/scrollable-container/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/index.css +18 -18
- package/esm/components/secondary-tablist/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/mobile.css +22 -22
- package/esm/components/secondary-tablist/mobile.module.css.js +1 -1
- package/esm/components/tab/index.css +2 -2
- package/esm/components/tab/index.module.css.js +1 -1
- package/modern/components/primary-tablist/index.css +167 -180
- package/modern/components/primary-tablist/index.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.css +291 -317
- package/modern/components/primary-tablist/mobile.module.css.js +1 -1
- package/modern/components/scroll-controls/index.css +11 -11
- package/modern/components/scroll-controls/index.module.css.js +1 -1
- package/modern/components/scrollable-container/index.css +5 -5
- package/modern/components/scrollable-container/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/index.css +18 -18
- package/modern/components/secondary-tablist/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/mobile.css +22 -22
- package/modern/components/secondary-tablist/mobile.module.css.js +1 -1
- package/modern/components/tab/index.css +2 -2
- package/modern/components/tab/index.module.css.js +1 -1
- package/moderncssm/components/primary-tablist/index.module.css +30 -45
- package/moderncssm/components/primary-tablist/mobile.module.css +30 -45
- package/package.json +12 -12
|
@@ -17,64 +17,55 @@
|
|
|
17
17
|
font-size: 18px;
|
|
18
18
|
line-height: 24px;
|
|
19
19
|
font-weight: 400;
|
|
20
|
-
|
|
21
|
-
font-family: var(--font-family-alfasans);
|
|
20
|
+
font-family: var(--font-family-system);
|
|
22
21
|
}
|
|
23
22
|
.mobile.paragraph-primary-medium .title {
|
|
24
23
|
font-size: 16px;
|
|
25
24
|
line-height: 24px;
|
|
26
25
|
font-weight: 400;
|
|
27
|
-
|
|
28
|
-
font-family: var(--font-family-alfasans);
|
|
26
|
+
font-family: var(--font-family-system);
|
|
29
27
|
}
|
|
30
28
|
.mobile.paragraph-primary-small .title {
|
|
31
29
|
font-size: 14px;
|
|
32
30
|
line-height: 20px;
|
|
33
31
|
font-weight: 400;
|
|
34
|
-
|
|
35
|
-
font-family: var(--font-family-alfasans);
|
|
32
|
+
font-family: var(--font-family-system);
|
|
36
33
|
}
|
|
37
34
|
.mobile.action-primary-large .title {
|
|
38
35
|
font-size: 18px;
|
|
39
36
|
line-height: 24px;
|
|
40
37
|
font-weight: 500;
|
|
41
|
-
|
|
42
|
-
font-family: var(--font-family-alfasans);
|
|
38
|
+
font-family: var(--font-family-system);
|
|
43
39
|
}
|
|
44
40
|
.mobile.action-primary-medium .title {
|
|
45
41
|
font-size: 16px;
|
|
46
42
|
line-height: 24px;
|
|
47
43
|
font-weight: 500;
|
|
48
|
-
|
|
49
|
-
font-family: var(--font-family-alfasans);
|
|
44
|
+
font-family: var(--font-family-system);
|
|
50
45
|
}
|
|
51
46
|
.mobile.action-primary-small .title {
|
|
52
47
|
font-size: 14px;
|
|
53
48
|
line-height: 20px;
|
|
54
49
|
font-weight: 500;
|
|
55
|
-
|
|
56
|
-
font-family: var(--font-family-alfasans);
|
|
50
|
+
font-family: var(--font-family-system);
|
|
57
51
|
}
|
|
58
52
|
.mobile.accent-primary-large .title {
|
|
59
53
|
font-size: 18px;
|
|
60
54
|
line-height: 24px;
|
|
61
55
|
font-weight: 700;
|
|
62
|
-
|
|
63
|
-
font-family: var(--font-family-alfasans);
|
|
56
|
+
font-family: var(--font-family-system);
|
|
64
57
|
}
|
|
65
58
|
.mobile.accent-primary-medium .title {
|
|
66
59
|
font-size: 16px;
|
|
67
60
|
line-height: 24px;
|
|
68
61
|
font-weight: 700;
|
|
69
|
-
|
|
70
|
-
font-family: var(--font-family-alfasans);
|
|
62
|
+
font-family: var(--font-family-system);
|
|
71
63
|
}
|
|
72
64
|
.mobile.accent-primary-small .title {
|
|
73
65
|
font-size: 14px;
|
|
74
66
|
line-height: 20px;
|
|
75
67
|
font-weight: 700;
|
|
76
|
-
|
|
77
|
-
font-family: var(--font-family-alfasans);
|
|
68
|
+
font-family: var(--font-family-system);
|
|
78
69
|
}
|
|
79
70
|
.mobile.paragraph-primary-large .title, .mobile.paragraph-primary-medium .title, .mobile.accent-primary-large .title, .mobile.accent-primary-medium .title, .mobile.action-primary-large .title, .mobile.action-primary-medium .title {
|
|
80
71
|
padding-bottom: calc(24px / 2);
|
|
@@ -131,72 +122,67 @@
|
|
|
131
122
|
.mobile.headline-system-xlarge .title {
|
|
132
123
|
font-size: 34px;
|
|
133
124
|
line-height: 40px;
|
|
134
|
-
font-weight:
|
|
135
|
-
|
|
136
|
-
font-family: var(--font-family-alfasans);
|
|
125
|
+
font-weight: 600;
|
|
126
|
+
font-family: var(--font-family-system);
|
|
137
127
|
}
|
|
138
128
|
.mobile.headline-system-large .title {
|
|
139
129
|
font-size: 30px;
|
|
140
130
|
line-height: 36px;
|
|
141
|
-
font-weight:
|
|
142
|
-
|
|
143
|
-
font-family: var(--font-family-alfasans);
|
|
131
|
+
font-weight: 600;
|
|
132
|
+
font-family: var(--font-family-system);
|
|
144
133
|
}
|
|
145
134
|
.mobile.headline-system-medium .title {
|
|
146
135
|
font-size: 26px;
|
|
147
136
|
line-height: 32px;
|
|
148
|
-
font-weight:
|
|
149
|
-
|
|
150
|
-
font-family: var(--font-family-alfasans);
|
|
137
|
+
font-weight: 600;
|
|
138
|
+
font-family: var(--font-family-system);
|
|
151
139
|
}
|
|
152
140
|
.mobile.headline-system-small .title {
|
|
153
141
|
font-size: 20px;
|
|
154
142
|
line-height: 28px;
|
|
155
|
-
font-weight:
|
|
156
|
-
|
|
157
|
-
font-family: var(--font-family-alfasans);
|
|
143
|
+
font-weight: 600;
|
|
144
|
+
font-family: var(--font-family-system);
|
|
158
145
|
}
|
|
159
146
|
.mobile.headline-system-xsmall .title {
|
|
160
147
|
font-size: 16px;
|
|
161
148
|
line-height: 20px;
|
|
162
|
-
font-weight:
|
|
163
|
-
|
|
164
|
-
font-family: var(--font-family-alfasans);
|
|
149
|
+
font-weight: 600;
|
|
150
|
+
font-family: var(--font-family-system);
|
|
165
151
|
}
|
|
166
152
|
.mobile.headline-xlarge .title {
|
|
167
153
|
font-size: 34px;
|
|
168
154
|
line-height: 40px;
|
|
169
155
|
font-weight: 500;
|
|
170
|
-
|
|
171
|
-
font-family: var(--font-family-
|
|
156
|
+
font-feature-settings: 'ss01';
|
|
157
|
+
font-family: var(--font-family-styrene);
|
|
172
158
|
}
|
|
173
159
|
.mobile.headline-large .title {
|
|
174
160
|
font-size: 30px;
|
|
175
161
|
line-height: 36px;
|
|
176
162
|
font-weight: 500;
|
|
177
|
-
|
|
178
|
-
font-family: var(--font-family-
|
|
163
|
+
font-feature-settings: 'ss01';
|
|
164
|
+
font-family: var(--font-family-styrene);
|
|
179
165
|
}
|
|
180
166
|
.mobile.headline-medium .title {
|
|
181
167
|
font-size: 26px;
|
|
182
168
|
line-height: 32px;
|
|
183
169
|
font-weight: 500;
|
|
184
|
-
|
|
185
|
-
font-family: var(--font-family-
|
|
170
|
+
font-feature-settings: 'ss01';
|
|
171
|
+
font-family: var(--font-family-styrene);
|
|
186
172
|
}
|
|
187
173
|
.mobile.headline-small .title {
|
|
188
174
|
font-size: 20px;
|
|
189
175
|
line-height: 28px;
|
|
190
176
|
font-weight: 500;
|
|
191
|
-
|
|
192
|
-
font-family: var(--font-family-
|
|
177
|
+
font-feature-settings: 'ss01';
|
|
178
|
+
font-family: var(--font-family-styrene);
|
|
193
179
|
}
|
|
194
180
|
.mobile.headline-xsmall .title {
|
|
195
181
|
font-size: 16px;
|
|
196
182
|
line-height: 20px;
|
|
197
183
|
font-weight: 500;
|
|
198
|
-
|
|
199
|
-
font-family: var(--font-family-
|
|
184
|
+
font-feature-settings: 'ss01';
|
|
185
|
+
font-family: var(--font-family-styrene);
|
|
200
186
|
}
|
|
201
187
|
.mobile.headline-system-xlarge .title, .mobile.headline-xlarge .title {
|
|
202
188
|
padding-bottom: calc(40px / 2);
|
|
@@ -307,6 +293,5 @@
|
|
|
307
293
|
font-size: 16px;
|
|
308
294
|
line-height: 24px;
|
|
309
295
|
font-weight: 400;
|
|
310
|
-
|
|
311
|
-
font-family: var(--font-family-alfasans);
|
|
296
|
+
font-family: var(--font-family-system);
|
|
312
297
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-tabs",
|
|
3
|
-
"version": "10.0.13
|
|
3
|
+
"version": "10.0.13",
|
|
4
4
|
"description": "Tabs components",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@alfalab/core-components-badge": "7.0.2
|
|
17
|
-
"@alfalab/core-components-icon-button": "8.0.5
|
|
18
|
-
"@alfalab/core-components-keyboard-focusable": "6.0.1
|
|
19
|
-
"@alfalab/core-components-mq": "6.0.3
|
|
20
|
-
"@alfalab/core-components-picker-button": "13.0.13
|
|
21
|
-
"@alfalab/core-components-shared": "2.1.1
|
|
22
|
-
"@alfalab/core-components-skeleton": "7.0.3
|
|
23
|
-
"@alfalab/core-components-tag": "10.0.3
|
|
24
|
-
"@alfalab/core-components-types": "2.0.1
|
|
16
|
+
"@alfalab/core-components-badge": "^7.0.2",
|
|
17
|
+
"@alfalab/core-components-icon-button": "^8.0.5",
|
|
18
|
+
"@alfalab/core-components-keyboard-focusable": "^6.0.1",
|
|
19
|
+
"@alfalab/core-components-mq": "^6.0.3",
|
|
20
|
+
"@alfalab/core-components-picker-button": "^13.0.13",
|
|
21
|
+
"@alfalab/core-components-shared": "^2.1.1",
|
|
22
|
+
"@alfalab/core-components-skeleton": "^7.0.3",
|
|
23
|
+
"@alfalab/core-components-tag": "^10.0.3",
|
|
24
|
+
"@alfalab/core-components-types": "^2.0.1",
|
|
25
25
|
"@alfalab/hooks": "^1.13.1",
|
|
26
26
|
"@alfalab/icons-glyph": "^2.260.0",
|
|
27
27
|
"@juggle/resize-observer": "^3.3.1",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"access": "public",
|
|
40
40
|
"directory": "dist"
|
|
41
41
|
},
|
|
42
|
-
"themesVersion": "15.1.0
|
|
43
|
-
"varsVersion": "11.0.2
|
|
42
|
+
"themesVersion": "15.1.0",
|
|
43
|
+
"varsVersion": "11.0.2"
|
|
44
44
|
}
|