@yahoo/uds 3.147.0-beta.1 → 3.147.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/dist/cli/commands/sync.cjs +13 -13
- package/dist/cli/commands/sync.js +13 -13
- package/dist/css/dist/packages/fixtures/dist/index.cjs +14 -0
- package/dist/css/dist/packages/fixtures/dist/index.js +14 -0
- package/dist/fixtures/dist/index.cjs +8 -1
- package/dist/fixtures/dist/index.d.cts +1 -1
- package/dist/fixtures/dist/index.d.ts +1 -1
- package/dist/fixtures/dist/index.js +8 -1
- package/dist/styles/styler.d.cts +43 -43
- package/dist/styles/styler.d.ts +43 -43
- package/dist/tailwind/utils/index.d.cts +2 -2
- package/dist/tailwind/utils/index.d.ts +2 -2
- package/dist/tailwind-internal/dist/base/addFontFaceDeclarations.cjs +2 -2
- package/dist/tailwind-internal/dist/base/addFontFaceDeclarations.js +2 -2
- package/dist/tailwind-internal/dist/base/addFontVars.cjs +2 -2
- package/dist/tailwind-internal/dist/base/addFontVars.js +2 -2
- package/dist/tailwind-internal/dist/index.d.cts +1 -1
- package/dist/tailwind-internal/dist/index.d.ts +1 -1
- package/dist/tailwind-internal/dist/packages/fixtures/dist/index.cjs +14 -0
- package/dist/tailwind-internal/dist/packages/fixtures/dist/index.js +14 -0
- package/dist/tailwind-internal/dist/plugins/typography.cjs +3 -3
- package/dist/tailwind-internal/dist/plugins/typography.js +3 -3
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.cjs +2 -2
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.cts +0 -6
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.ts +0 -6
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.js +2 -2
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.cts +0 -7
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.ts +0 -7
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.cjs +2 -3
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.cts +58 -59
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.ts +58 -59
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.js +2 -3
- package/dist/tailwind-internal/dist/utils/getFontStyles.cjs +2 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.d.cts +1 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.d.ts +1 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.js +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/uds/generated/componentData.cjs +1595 -1595
- package/dist/uds/generated/componentData.js +1595 -1595
- package/dist/utils/dist/serializeToJS.cjs +72 -0
- package/dist/utils/dist/serializeToJS.js +72 -0
- package/generated/componentData.json +2197 -2197
- package/package.json +1 -1
- package/dist/utils/dist/sortKeys.cjs +0 -21
- package/dist/utils/dist/sortKeys.js +0 -21
|
@@ -3,340 +3,339 @@ import { FontID } from "../packages/fonts/dist/index.js";
|
|
|
3
3
|
|
|
4
4
|
//#region ../tailwind-internal/dist/utils/getFontFaceDeclarations.d.ts
|
|
5
5
|
//#region src/utils/getFontFaceDeclarations.d.ts
|
|
6
|
-
type FontFamilyOverrides = Partial<Record<FontID, string>>;
|
|
7
6
|
/**
|
|
8
7
|
* Get all font face declarations for a given set of font IDs.
|
|
9
8
|
*/
|
|
10
|
-
declare function getFontFaceDeclarations(fontIds: FontID[]
|
|
9
|
+
declare function getFontFaceDeclarations(fontIds: FontID[]): ({
|
|
11
10
|
src: string;
|
|
12
11
|
fontStyle: "normal";
|
|
13
12
|
fontWeight: "50";
|
|
14
|
-
fontFamily:
|
|
13
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
15
14
|
fontDisplay: string;
|
|
16
15
|
} | {
|
|
17
16
|
src: string;
|
|
18
17
|
fontStyle: "italic";
|
|
19
18
|
fontWeight: "50";
|
|
20
|
-
fontFamily:
|
|
19
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
21
20
|
fontDisplay: string;
|
|
22
21
|
} | {
|
|
23
22
|
src: string;
|
|
24
23
|
fontStyle: "normal";
|
|
25
24
|
fontWeight: "100";
|
|
26
|
-
fontFamily:
|
|
25
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
27
26
|
fontDisplay: string;
|
|
28
27
|
} | {
|
|
29
28
|
src: string;
|
|
30
29
|
fontStyle: "italic";
|
|
31
30
|
fontWeight: "100";
|
|
32
|
-
fontFamily:
|
|
31
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
33
32
|
fontDisplay: string;
|
|
34
33
|
} | {
|
|
35
34
|
src: string;
|
|
36
35
|
fontStyle: "normal";
|
|
37
36
|
fontWeight: "300";
|
|
38
|
-
fontFamily:
|
|
37
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
39
38
|
fontDisplay: string;
|
|
40
39
|
} | {
|
|
41
40
|
src: string;
|
|
42
41
|
fontStyle: "italic";
|
|
43
42
|
fontWeight: "300";
|
|
44
|
-
fontFamily:
|
|
43
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
45
44
|
fontDisplay: string;
|
|
46
45
|
} | {
|
|
47
46
|
src: string;
|
|
48
47
|
fontStyle: "normal";
|
|
49
48
|
fontWeight: "400";
|
|
50
|
-
fontFamily:
|
|
49
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
51
50
|
fontDisplay: string;
|
|
52
51
|
} | {
|
|
53
52
|
src: string;
|
|
54
53
|
fontStyle: "italic";
|
|
55
54
|
fontWeight: "400";
|
|
56
|
-
fontFamily:
|
|
55
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
57
56
|
fontDisplay: string;
|
|
58
57
|
} | {
|
|
59
58
|
src: string;
|
|
60
59
|
fontStyle: "normal";
|
|
61
60
|
fontWeight: "500";
|
|
62
|
-
fontFamily:
|
|
61
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
63
62
|
fontDisplay: string;
|
|
64
63
|
} | {
|
|
65
64
|
src: string;
|
|
66
65
|
fontStyle: "italic";
|
|
67
66
|
fontWeight: "500";
|
|
68
|
-
fontFamily:
|
|
67
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
69
68
|
fontDisplay: string;
|
|
70
69
|
} | {
|
|
71
70
|
src: string;
|
|
72
71
|
fontStyle: "normal";
|
|
73
72
|
fontWeight: "700";
|
|
74
|
-
fontFamily:
|
|
73
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
75
74
|
fontDisplay: string;
|
|
76
75
|
} | {
|
|
77
76
|
src: string;
|
|
78
77
|
fontStyle: "italic";
|
|
79
78
|
fontWeight: "700";
|
|
80
|
-
fontFamily:
|
|
79
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
81
80
|
fontDisplay: string;
|
|
82
81
|
} | {
|
|
83
82
|
src: string;
|
|
84
83
|
fontStyle: "normal";
|
|
85
84
|
fontWeight: "800";
|
|
86
|
-
fontFamily:
|
|
85
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
87
86
|
fontDisplay: string;
|
|
88
87
|
} | {
|
|
89
88
|
src: string;
|
|
90
89
|
fontStyle: "italic";
|
|
91
90
|
fontWeight: "800";
|
|
92
|
-
fontFamily:
|
|
91
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
93
92
|
fontDisplay: string;
|
|
94
93
|
} | {
|
|
95
94
|
src: string;
|
|
96
95
|
fontStyle: "normal";
|
|
97
96
|
fontWeight: "900";
|
|
98
|
-
fontFamily:
|
|
97
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
99
98
|
fontDisplay: string;
|
|
100
99
|
} | {
|
|
101
100
|
src: string;
|
|
102
101
|
fontStyle: "italic";
|
|
103
102
|
fontWeight: "900";
|
|
104
|
-
fontFamily:
|
|
103
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
105
104
|
fontDisplay: string;
|
|
106
105
|
} | {
|
|
107
106
|
src: string;
|
|
108
107
|
fontStyle: "normal";
|
|
109
108
|
fontWeight: "250";
|
|
110
|
-
fontFamily:
|
|
109
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
111
110
|
fontDisplay: string;
|
|
112
111
|
} | {
|
|
113
112
|
src: string;
|
|
114
113
|
fontStyle: "italic";
|
|
115
114
|
fontWeight: "250";
|
|
116
|
-
fontFamily:
|
|
115
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
117
116
|
fontDisplay: string;
|
|
118
117
|
} | {
|
|
119
118
|
src: string;
|
|
120
119
|
fontStyle: "normal";
|
|
121
120
|
fontWeight: "300";
|
|
122
|
-
fontFamily:
|
|
121
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
123
122
|
fontDisplay: string;
|
|
124
123
|
} | {
|
|
125
124
|
src: string;
|
|
126
125
|
fontStyle: "italic";
|
|
127
126
|
fontWeight: "300";
|
|
128
|
-
fontFamily:
|
|
127
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
129
128
|
fontDisplay: string;
|
|
130
129
|
} | {
|
|
131
130
|
src: string;
|
|
132
131
|
fontStyle: "normal";
|
|
133
132
|
fontWeight: "400";
|
|
134
|
-
fontFamily:
|
|
133
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
135
134
|
fontDisplay: string;
|
|
136
135
|
} | {
|
|
137
136
|
src: string;
|
|
138
137
|
fontStyle: "italic";
|
|
139
138
|
fontWeight: "400";
|
|
140
|
-
fontFamily:
|
|
139
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
141
140
|
fontDisplay: string;
|
|
142
141
|
} | {
|
|
143
142
|
src: string;
|
|
144
143
|
fontStyle: "normal";
|
|
145
144
|
fontWeight: "500";
|
|
146
|
-
fontFamily:
|
|
145
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
147
146
|
fontDisplay: string;
|
|
148
147
|
} | {
|
|
149
148
|
src: string;
|
|
150
149
|
fontStyle: "italic";
|
|
151
150
|
fontWeight: "500";
|
|
152
|
-
fontFamily:
|
|
151
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
153
152
|
fontDisplay: string;
|
|
154
153
|
} | {
|
|
155
154
|
src: string;
|
|
156
155
|
fontStyle: "normal";
|
|
157
156
|
fontWeight: "600";
|
|
158
|
-
fontFamily:
|
|
157
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
159
158
|
fontDisplay: string;
|
|
160
159
|
} | {
|
|
161
160
|
src: string;
|
|
162
161
|
fontStyle: "italic";
|
|
163
162
|
fontWeight: "600";
|
|
164
|
-
fontFamily:
|
|
163
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
165
164
|
fontDisplay: string;
|
|
166
165
|
} | {
|
|
167
166
|
src: string;
|
|
168
167
|
fontStyle: "normal";
|
|
169
168
|
fontWeight: "700";
|
|
170
|
-
fontFamily:
|
|
169
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
171
170
|
fontDisplay: string;
|
|
172
171
|
} | {
|
|
173
172
|
src: string;
|
|
174
173
|
fontStyle: "italic";
|
|
175
174
|
fontWeight: "700";
|
|
176
|
-
fontFamily:
|
|
175
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
177
176
|
fontDisplay: string;
|
|
178
177
|
} | {
|
|
179
178
|
src: string;
|
|
180
179
|
fontStyle: "normal";
|
|
181
180
|
fontWeight: "800";
|
|
182
|
-
fontFamily:
|
|
181
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
183
182
|
fontDisplay: string;
|
|
184
183
|
} | {
|
|
185
184
|
src: string;
|
|
186
185
|
fontStyle: "italic";
|
|
187
186
|
fontWeight: "800";
|
|
188
|
-
fontFamily:
|
|
187
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
189
188
|
fontDisplay: string;
|
|
190
189
|
} | {
|
|
191
190
|
src: string;
|
|
192
191
|
fontStyle: "normal";
|
|
193
192
|
fontWeight: "1 1000";
|
|
194
|
-
fontFamily:
|
|
193
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
195
194
|
fontDisplay: string;
|
|
196
195
|
} | {
|
|
197
196
|
src: string;
|
|
198
197
|
fontWeight: "1 1000";
|
|
199
|
-
fontFamily:
|
|
198
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
200
199
|
fontDisplay: string;
|
|
201
200
|
} | {
|
|
202
201
|
src: string;
|
|
203
202
|
fontStyle: "normal";
|
|
204
203
|
fontWeight: "100";
|
|
205
|
-
fontFamily:
|
|
204
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
206
205
|
fontDisplay: string;
|
|
207
206
|
} | {
|
|
208
207
|
src: string;
|
|
209
208
|
fontStyle: "italic";
|
|
210
209
|
fontWeight: "100";
|
|
211
|
-
fontFamily:
|
|
210
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
212
211
|
fontDisplay: string;
|
|
213
212
|
} | {
|
|
214
213
|
src: string;
|
|
215
214
|
fontStyle: "normal";
|
|
216
215
|
fontWeight: "300";
|
|
217
|
-
fontFamily:
|
|
216
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
218
217
|
fontDisplay: string;
|
|
219
218
|
} | {
|
|
220
219
|
src: string;
|
|
221
220
|
fontStyle: "italic";
|
|
222
221
|
fontWeight: "300";
|
|
223
|
-
fontFamily:
|
|
222
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
224
223
|
fontDisplay: string;
|
|
225
224
|
} | {
|
|
226
225
|
src: string;
|
|
227
226
|
fontStyle: "normal";
|
|
228
227
|
fontWeight: "400";
|
|
229
|
-
fontFamily:
|
|
228
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
230
229
|
fontDisplay: string;
|
|
231
230
|
} | {
|
|
232
231
|
src: string;
|
|
233
232
|
fontStyle: "italic";
|
|
234
233
|
fontWeight: "400";
|
|
235
|
-
fontFamily:
|
|
234
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
236
235
|
fontDisplay: string;
|
|
237
236
|
} | {
|
|
238
237
|
src: string;
|
|
239
238
|
fontStyle: "normal";
|
|
240
239
|
fontWeight: "500";
|
|
241
|
-
fontFamily:
|
|
240
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
242
241
|
fontDisplay: string;
|
|
243
242
|
} | {
|
|
244
243
|
src: string;
|
|
245
244
|
fontStyle: "italic";
|
|
246
245
|
fontWeight: "500";
|
|
247
|
-
fontFamily:
|
|
246
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
248
247
|
fontDisplay: string;
|
|
249
248
|
} | {
|
|
250
249
|
src: string;
|
|
251
250
|
fontStyle: "normal";
|
|
252
251
|
fontWeight: "700";
|
|
253
|
-
fontFamily:
|
|
252
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
254
253
|
fontDisplay: string;
|
|
255
254
|
} | {
|
|
256
255
|
src: string;
|
|
257
256
|
fontStyle: "italic";
|
|
258
257
|
fontWeight: "700";
|
|
259
|
-
fontFamily:
|
|
258
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
260
259
|
fontDisplay: string;
|
|
261
260
|
} | {
|
|
262
261
|
src: string;
|
|
263
262
|
fontWeight: "1 1000";
|
|
264
|
-
fontFamily:
|
|
263
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
265
264
|
fontDisplay: string;
|
|
266
265
|
} | {
|
|
267
266
|
src: string;
|
|
268
267
|
fontWeight: "1 1000";
|
|
269
|
-
fontFamily:
|
|
268
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
270
269
|
fontDisplay: string;
|
|
271
270
|
} | {
|
|
272
271
|
src: string;
|
|
273
272
|
fontWeight: "1 1000";
|
|
274
|
-
fontFamily:
|
|
273
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
275
274
|
fontDisplay: string;
|
|
276
275
|
} | {
|
|
277
276
|
src: string;
|
|
278
277
|
fontWeight: "1 1000";
|
|
279
|
-
fontFamily:
|
|
278
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
280
279
|
fontDisplay: string;
|
|
281
280
|
} | {
|
|
282
281
|
src: string;
|
|
283
282
|
fontWeight: "1 1000";
|
|
284
|
-
fontFamily:
|
|
283
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
285
284
|
fontDisplay: string;
|
|
286
285
|
} | {
|
|
287
286
|
src: string;
|
|
288
287
|
fontStyle: "normal";
|
|
289
288
|
fontWeight: "300";
|
|
290
|
-
fontFamily:
|
|
289
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
291
290
|
fontDisplay: string;
|
|
292
291
|
} | {
|
|
293
292
|
src: string;
|
|
294
293
|
fontStyle: "normal";
|
|
295
294
|
fontWeight: "400";
|
|
296
|
-
fontFamily:
|
|
295
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
297
296
|
fontDisplay: string;
|
|
298
297
|
} | {
|
|
299
298
|
src: string;
|
|
300
299
|
fontStyle: "normal";
|
|
301
300
|
fontWeight: "700";
|
|
302
|
-
fontFamily:
|
|
301
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
303
302
|
fontDisplay: string;
|
|
304
303
|
} | {
|
|
305
304
|
src: string;
|
|
306
305
|
fontStyle: "normal";
|
|
307
306
|
fontWeight: "800";
|
|
308
|
-
fontFamily:
|
|
307
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
309
308
|
fontDisplay: string;
|
|
310
309
|
} | {
|
|
311
310
|
src: string;
|
|
312
311
|
fontStyle: "normal";
|
|
313
312
|
fontWeight: "900";
|
|
314
|
-
fontFamily:
|
|
313
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
315
314
|
fontDisplay: string;
|
|
316
315
|
} | {
|
|
317
316
|
src: string;
|
|
318
317
|
fontStyle: "normal";
|
|
319
318
|
fontWeight: "400";
|
|
320
|
-
fontFamily:
|
|
319
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
321
320
|
fontDisplay: string;
|
|
322
321
|
} | {
|
|
323
322
|
src: string;
|
|
324
323
|
fontStyle: "italic";
|
|
325
324
|
fontWeight: "400";
|
|
326
|
-
fontFamily:
|
|
325
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
327
326
|
fontDisplay: string;
|
|
328
327
|
} | {
|
|
329
328
|
src: string;
|
|
330
329
|
fontStyle: "normal";
|
|
331
330
|
fontWeight: "700";
|
|
332
|
-
fontFamily:
|
|
331
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
333
332
|
fontDisplay: string;
|
|
334
333
|
} | {
|
|
335
334
|
src: string;
|
|
336
335
|
fontStyle: "italic";
|
|
337
336
|
fontWeight: "700";
|
|
338
|
-
fontFamily:
|
|
337
|
+
fontFamily: "Centra No2" | "Gelica" | "YA Sans VF" | "Inter" | "Roboto Mono" | "Yahoo Sans" | "Yahoo CR4 BETA VF" | "Yahoo Product Sans VF" | "YahooPd_Eval202412" | "Yahoo Sans Cond" | "Yahoo Serif Display" | "Yahoo Serif Text";
|
|
339
338
|
fontDisplay: string;
|
|
340
339
|
})[]; //#endregion
|
|
341
340
|
//#endregion
|
|
342
|
-
export {
|
|
341
|
+
export { getFontFaceDeclarations };
|
|
@@ -5,14 +5,13 @@ import { FONT_DECLARATIONS_MAP } from "../packages/fonts/dist/index.js";
|
|
|
5
5
|
/**
|
|
6
6
|
* Get all font face declarations for a given set of font IDs.
|
|
7
7
|
*/
|
|
8
|
-
function getFontFaceDeclarations(fontIds
|
|
8
|
+
function getFontFaceDeclarations(fontIds) {
|
|
9
9
|
return fontIds.flatMap((fontID) => {
|
|
10
10
|
const { declarations, fontFamily, isVariableFont } = FONT_DECLARATIONS_MAP[fontID];
|
|
11
|
-
const resolvedFontFamily = fontFamilyOverrides?.[fontID] ?? fontFamily;
|
|
12
11
|
return declarations.map((declaration) => {
|
|
13
12
|
const src = isVariableFont ? `url('${declaration.src}') format("woff2 supports variations"), url('${declaration.src}') format('woff2-variations')` : `url('${declaration.src}') format('woff2')`;
|
|
14
13
|
return {
|
|
15
|
-
fontFamily
|
|
14
|
+
fontFamily,
|
|
16
15
|
fontDisplay: "swap",
|
|
17
16
|
...declaration,
|
|
18
17
|
src
|
|
@@ -29,11 +29,11 @@ function escapeFontFamilyName(fontFamily) {
|
|
|
29
29
|
* addBase(fontVars);
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
|
-
function getFontStyles(fontConfig
|
|
32
|
+
function getFontStyles(fontConfig) {
|
|
33
33
|
return require_fromEntries.fromEntries(require_entries.entries(fontConfig).map(([fontAlias, fontID]) => {
|
|
34
34
|
const cssVar = `--${require_index.FONT_FAMILY_PREFIX}-${fontAlias}`;
|
|
35
35
|
const font = require_index$1.FONT_DECLARATIONS_MAP[fontID];
|
|
36
|
-
return [cssVar, [
|
|
36
|
+
return [cssVar, [font.fontFamily, ...font.fallback].map(escapeFontFamilyName).join(", ")];
|
|
37
37
|
}));
|
|
38
38
|
}
|
|
39
39
|
//#endregion
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
import { FontConfig } from "../packages/types/dist/index.cjs";
|
|
3
|
-
import { FontFamilyOverrides } from "./getFontFaceDeclarations.cjs";
|
|
4
3
|
|
|
5
4
|
//#region ../tailwind-internal/dist/utils/getFontStyles.d.ts
|
|
6
5
|
//#region src/utils/getFontStyles.d.ts
|
|
@@ -20,6 +19,6 @@ import { FontFamilyOverrides } from "./getFontFaceDeclarations.cjs";
|
|
|
20
19
|
* addBase(fontVars);
|
|
21
20
|
*
|
|
22
21
|
*/
|
|
23
|
-
declare function getFontStyles(fontConfig: Partial<FontConfig
|
|
22
|
+
declare function getFontStyles(fontConfig: Partial<FontConfig>): Record<"--uds-font-sans" | "--uds-font-sans-alt" | "--uds-font-serif" | "--uds-font-serif-alt" | "--uds-font-mono", string>; //#endregion
|
|
24
23
|
//#endregion
|
|
25
24
|
export { getFontStyles };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
import { FontConfig } from "../packages/types/dist/index.js";
|
|
3
|
-
import { FontFamilyOverrides } from "./getFontFaceDeclarations.js";
|
|
4
3
|
|
|
5
4
|
//#region ../tailwind-internal/dist/utils/getFontStyles.d.ts
|
|
6
5
|
//#region src/utils/getFontStyles.d.ts
|
|
@@ -20,6 +19,6 @@ import { FontFamilyOverrides } from "./getFontFaceDeclarations.js";
|
|
|
20
19
|
* addBase(fontVars);
|
|
21
20
|
*
|
|
22
21
|
*/
|
|
23
|
-
declare function getFontStyles(fontConfig: Partial<FontConfig
|
|
22
|
+
declare function getFontStyles(fontConfig: Partial<FontConfig>): Record<"--uds-font-sans" | "--uds-font-sans-alt" | "--uds-font-serif" | "--uds-font-serif-alt" | "--uds-font-mono", string>; //#endregion
|
|
24
23
|
//#endregion
|
|
25
24
|
export { getFontStyles };
|
|
@@ -29,11 +29,11 @@ function escapeFontFamilyName(fontFamily) {
|
|
|
29
29
|
* addBase(fontVars);
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
|
-
function getFontStyles(fontConfig
|
|
32
|
+
function getFontStyles(fontConfig) {
|
|
33
33
|
return fromEntries(entries(fontConfig).map(([fontAlias, fontID]) => {
|
|
34
34
|
const cssVar = `--${FONT_FAMILY_PREFIX}-${fontAlias}`;
|
|
35
35
|
const font = FONT_DECLARATIONS_MAP[fontID];
|
|
36
|
-
return [cssVar, [
|
|
36
|
+
return [cssVar, [font.fontFamily, ...font.fallback].map(escapeFontFamilyName).join(", ")];
|
|
37
37
|
}));
|
|
38
38
|
}
|
|
39
39
|
//#endregion
|
|
@@ -10,8 +10,8 @@ declare function getShadowStyles({
|
|
|
10
10
|
}: {
|
|
11
11
|
config: UniversalTokensConfig;
|
|
12
12
|
shadowType: ShadowType;
|
|
13
|
-
}): Record<".uds-
|
|
14
|
-
readonly [x: string]: "var(--uds-
|
|
13
|
+
}): Record<".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5", {
|
|
14
|
+
readonly [x: string]: "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
15
15
|
readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
16
16
|
}>; //#endregion
|
|
17
17
|
//#endregion
|
|
@@ -10,8 +10,8 @@ declare function getShadowStyles({
|
|
|
10
10
|
}: {
|
|
11
11
|
config: UniversalTokensConfig;
|
|
12
12
|
shadowType: ShadowType;
|
|
13
|
-
}): Record<".uds-
|
|
14
|
-
readonly [x: string]: "var(--uds-
|
|
13
|
+
}): Record<".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5", {
|
|
14
|
+
readonly [x: string]: "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
15
15
|
readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
16
16
|
}>; //#endregion
|
|
17
17
|
//#endregion
|