@alfalab/core-components-tabs 10.0.13 → 10.0.14-alfasans
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 +180 -167
- package/components/primary-tablist/index.module.css.js +1 -1
- package/components/primary-tablist/mobile.css +317 -291
- 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 +48 -35
- package/cssm/components/primary-tablist/mobile.module.css +48 -35
- package/esm/components/primary-tablist/index.css +180 -167
- package/esm/components/primary-tablist/index.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.css +317 -291
- 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 +180 -167
- package/modern/components/primary-tablist/index.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.css +317 -291
- 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 +45 -30
- package/moderncssm/components/primary-tablist/mobile.module.css +45 -30
- package/package.json +12 -12
|
@@ -17,55 +17,64 @@
|
|
|
17
17
|
font-size: 18px;
|
|
18
18
|
line-height: 24px;
|
|
19
19
|
font-weight: 400;
|
|
20
|
-
|
|
20
|
+
letter-spacing: -0.36px;
|
|
21
|
+
font-family: var(--font-family-alfasans);
|
|
21
22
|
}
|
|
22
23
|
.mobile.paragraph-primary-medium .title {
|
|
23
24
|
font-size: 16px;
|
|
24
25
|
line-height: 24px;
|
|
25
26
|
font-weight: 400;
|
|
26
|
-
|
|
27
|
+
letter-spacing: -0.24px;
|
|
28
|
+
font-family: var(--font-family-alfasans);
|
|
27
29
|
}
|
|
28
30
|
.mobile.paragraph-primary-small .title {
|
|
29
31
|
font-size: 14px;
|
|
30
32
|
line-height: 20px;
|
|
31
33
|
font-weight: 400;
|
|
32
|
-
|
|
34
|
+
letter-spacing: -0.08px;
|
|
35
|
+
font-family: var(--font-family-alfasans);
|
|
33
36
|
}
|
|
34
37
|
.mobile.action-primary-large .title {
|
|
35
38
|
font-size: 18px;
|
|
36
39
|
line-height: 24px;
|
|
37
40
|
font-weight: 500;
|
|
38
|
-
|
|
41
|
+
letter-spacing: -0.17px;
|
|
42
|
+
font-family: var(--font-family-alfasans);
|
|
39
43
|
}
|
|
40
44
|
.mobile.action-primary-medium .title {
|
|
41
45
|
font-size: 16px;
|
|
42
46
|
line-height: 24px;
|
|
43
47
|
font-weight: 500;
|
|
44
|
-
|
|
48
|
+
letter-spacing: -0.05px;
|
|
49
|
+
font-family: var(--font-family-alfasans);
|
|
45
50
|
}
|
|
46
51
|
.mobile.action-primary-small .title {
|
|
47
52
|
font-size: 14px;
|
|
48
53
|
line-height: 20px;
|
|
49
54
|
font-weight: 500;
|
|
50
|
-
|
|
55
|
+
letter-spacing: 0.07px;
|
|
56
|
+
font-family: var(--font-family-alfasans);
|
|
51
57
|
}
|
|
52
58
|
.mobile.accent-primary-large .title {
|
|
53
59
|
font-size: 18px;
|
|
54
60
|
line-height: 24px;
|
|
55
61
|
font-weight: 700;
|
|
56
|
-
|
|
62
|
+
letter-spacing: 0.38px;
|
|
63
|
+
font-family: var(--font-family-alfasans);
|
|
57
64
|
}
|
|
58
65
|
.mobile.accent-primary-medium .title {
|
|
59
66
|
font-size: 16px;
|
|
60
67
|
line-height: 24px;
|
|
61
68
|
font-weight: 700;
|
|
62
|
-
|
|
69
|
+
letter-spacing: 0.43px;
|
|
70
|
+
font-family: var(--font-family-alfasans);
|
|
63
71
|
}
|
|
64
72
|
.mobile.accent-primary-small .title {
|
|
65
73
|
font-size: 14px;
|
|
66
74
|
line-height: 20px;
|
|
67
75
|
font-weight: 700;
|
|
68
|
-
|
|
76
|
+
letter-spacing: 0.47px;
|
|
77
|
+
font-family: var(--font-family-alfasans);
|
|
69
78
|
}
|
|
70
79
|
.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 {
|
|
71
80
|
padding-bottom: calc(24px / 2);
|
|
@@ -122,67 +131,72 @@
|
|
|
122
131
|
.mobile.headline-system-xlarge .title {
|
|
123
132
|
font-size: 34px;
|
|
124
133
|
line-height: 40px;
|
|
125
|
-
font-weight:
|
|
126
|
-
|
|
134
|
+
font-weight: 500;
|
|
135
|
+
letter-spacing: -0.32px;
|
|
136
|
+
font-family: var(--font-family-alfasans);
|
|
127
137
|
}
|
|
128
138
|
.mobile.headline-system-large .title {
|
|
129
139
|
font-size: 30px;
|
|
130
140
|
line-height: 36px;
|
|
131
|
-
font-weight:
|
|
132
|
-
|
|
141
|
+
font-weight: 500;
|
|
142
|
+
letter-spacing: -0.25px;
|
|
143
|
+
font-family: var(--font-family-alfasans);
|
|
133
144
|
}
|
|
134
145
|
.mobile.headline-system-medium .title {
|
|
135
146
|
font-size: 26px;
|
|
136
147
|
line-height: 32px;
|
|
137
|
-
font-weight:
|
|
138
|
-
|
|
148
|
+
font-weight: 500;
|
|
149
|
+
letter-spacing: -0.25px;
|
|
150
|
+
font-family: var(--font-family-alfasans);
|
|
139
151
|
}
|
|
140
152
|
.mobile.headline-system-small .title {
|
|
141
153
|
font-size: 20px;
|
|
142
154
|
line-height: 28px;
|
|
143
|
-
font-weight:
|
|
144
|
-
|
|
155
|
+
font-weight: 500;
|
|
156
|
+
letter-spacing: -0.15px;
|
|
157
|
+
font-family: var(--font-family-alfasans);
|
|
145
158
|
}
|
|
146
159
|
.mobile.headline-system-xsmall .title {
|
|
147
160
|
font-size: 16px;
|
|
148
161
|
line-height: 20px;
|
|
149
|
-
font-weight:
|
|
150
|
-
|
|
162
|
+
font-weight: 500;
|
|
163
|
+
letter-spacing: 0.17px;
|
|
164
|
+
font-family: var(--font-family-alfasans);
|
|
151
165
|
}
|
|
152
166
|
.mobile.headline-xlarge .title {
|
|
153
167
|
font-size: 34px;
|
|
154
168
|
line-height: 40px;
|
|
155
169
|
font-weight: 500;
|
|
156
|
-
|
|
157
|
-
font-family: var(--font-family-
|
|
170
|
+
letter-spacing: -0.32px;
|
|
171
|
+
font-family: var(--font-family-alfasans);
|
|
158
172
|
}
|
|
159
173
|
.mobile.headline-large .title {
|
|
160
174
|
font-size: 30px;
|
|
161
175
|
line-height: 36px;
|
|
162
176
|
font-weight: 500;
|
|
163
|
-
|
|
164
|
-
font-family: var(--font-family-
|
|
177
|
+
letter-spacing: -0.25px;
|
|
178
|
+
font-family: var(--font-family-alfasans);
|
|
165
179
|
}
|
|
166
180
|
.mobile.headline-medium .title {
|
|
167
181
|
font-size: 26px;
|
|
168
182
|
line-height: 32px;
|
|
169
183
|
font-weight: 500;
|
|
170
|
-
|
|
171
|
-
font-family: var(--font-family-
|
|
184
|
+
letter-spacing: -0.25px;
|
|
185
|
+
font-family: var(--font-family-alfasans);
|
|
172
186
|
}
|
|
173
187
|
.mobile.headline-small .title {
|
|
174
188
|
font-size: 20px;
|
|
175
189
|
line-height: 28px;
|
|
176
190
|
font-weight: 500;
|
|
177
|
-
|
|
178
|
-
font-family: var(--font-family-
|
|
191
|
+
letter-spacing: -0.15px;
|
|
192
|
+
font-family: var(--font-family-alfasans);
|
|
179
193
|
}
|
|
180
194
|
.mobile.headline-xsmall .title {
|
|
181
195
|
font-size: 16px;
|
|
182
196
|
line-height: 20px;
|
|
183
197
|
font-weight: 500;
|
|
184
|
-
|
|
185
|
-
font-family: var(--font-family-
|
|
198
|
+
letter-spacing: 0.17px;
|
|
199
|
+
font-family: var(--font-family-alfasans);
|
|
186
200
|
}
|
|
187
201
|
.mobile.headline-system-xlarge .title, .mobile.headline-xlarge .title {
|
|
188
202
|
padding-bottom: calc(40px / 2);
|
|
@@ -293,5 +307,6 @@
|
|
|
293
307
|
font-size: 16px;
|
|
294
308
|
line-height: 24px;
|
|
295
309
|
font-weight: 400;
|
|
296
|
-
|
|
310
|
+
letter-spacing: -0.24px;
|
|
311
|
+
font-family: var(--font-family-alfasans);
|
|
297
312
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-tabs",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.14-alfasans",
|
|
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": "
|
|
17
|
-
"@alfalab/core-components-icon-button": "
|
|
18
|
-
"@alfalab/core-components-keyboard-focusable": "
|
|
19
|
-
"@alfalab/core-components-mq": "
|
|
20
|
-
"@alfalab/core-components-picker-button": "
|
|
21
|
-
"@alfalab/core-components-shared": "
|
|
22
|
-
"@alfalab/core-components-skeleton": "
|
|
23
|
-
"@alfalab/core-components-tag": "
|
|
24
|
-
"@alfalab/core-components-types": "
|
|
16
|
+
"@alfalab/core-components-badge": "7.0.2-alfasans",
|
|
17
|
+
"@alfalab/core-components-icon-button": "8.0.6-alfasans",
|
|
18
|
+
"@alfalab/core-components-keyboard-focusable": "6.0.1-alfasans",
|
|
19
|
+
"@alfalab/core-components-mq": "6.0.4-alfasans",
|
|
20
|
+
"@alfalab/core-components-picker-button": "13.0.14-alfasans",
|
|
21
|
+
"@alfalab/core-components-shared": "2.2.0-alfasans",
|
|
22
|
+
"@alfalab/core-components-skeleton": "7.0.3-alfasans",
|
|
23
|
+
"@alfalab/core-components-tag": "10.0.4-alfasans",
|
|
24
|
+
"@alfalab/core-components-types": "2.0.1-alfasans",
|
|
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-alfasans",
|
|
43
|
+
"varsVersion": "11.0.2-alfasans"
|
|
44
44
|
}
|