@yahoo/uds 3.117.4 → 3.117.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/dist/styles/styler.d.cts +41 -41
- package/dist/styles/styler.d.ts +41 -41
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +637 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +637 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +36541 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +36524 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.cjs +20 -0
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js +21 -0
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +480 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js +481 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.cjs +10 -0
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js +10 -0
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.cjs +18 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js +18 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.cjs +15 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js +15 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +479 -0
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +479 -0
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.cjs +28 -0
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js +29 -0
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.cjs +10 -0
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js +9 -0
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js.map +1 -0
- package/dist/tailwind/dist/config/dist/index.cjs +27057 -0
- package/dist/tailwind/dist/config/dist/index.d.cts +11 -0
- package/dist/tailwind/dist/config/dist/index.d.cts.map +1 -0
- package/dist/tailwind/dist/config/dist/index.d.ts +11 -0
- package/dist/tailwind/dist/config/dist/index.d.ts.map +1 -0
- package/dist/tailwind/dist/config/dist/index.js +27057 -0
- package/dist/tailwind/dist/config/dist/index.js.map +1 -0
- package/dist/tailwind/dist/css/generate.cjs +2 -2
- package/dist/tailwind/dist/css/generate.d.cts +0 -1
- package/dist/tailwind/dist/css/generate.d.cts.map +1 -1
- package/dist/tailwind/dist/css/generate.d.ts +0 -1
- package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
- package/dist/tailwind/dist/css/generate.js +1 -1
- package/dist/tailwind/dist/css/runner.cjs +3 -3
- package/dist/tailwind/dist/css/runner.js +1 -1
- package/dist/tailwind/dist/css/utils.cjs +2 -3
- package/dist/tailwind/dist/css/utils.js +1 -1
- package/dist/tailwind/dist/css-tokens/dist/index.cjs +168 -0
- package/dist/tailwind/dist/css-tokens/dist/index.js +127 -0
- package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -0
- package/dist/tailwind/dist/fixtures/dist/index.cjs +596 -0
- package/dist/tailwind/dist/fixtures/dist/index.js +589 -0
- package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -0
- package/dist/tailwind/dist/fonts/dist/index.cjs +809 -0
- package/dist/tailwind/dist/fonts/dist/index.d.cts +632 -0
- package/dist/tailwind/dist/fonts/dist/index.d.cts.map +1 -0
- package/dist/tailwind/dist/fonts/dist/index.d.ts +632 -0
- package/dist/tailwind/dist/fonts/dist/index.d.ts.map +1 -0
- package/dist/tailwind/dist/fonts/dist/index.js +809 -0
- package/dist/tailwind/dist/fonts/dist/index.js.map +1 -0
- package/dist/tailwind/dist/modes/dist/index.cjs +9 -0
- package/dist/tailwind/dist/modes/dist/index.js +8 -0
- package/dist/tailwind/dist/modes/dist/index.js.map +1 -0
- package/dist/tailwind/dist/motion-tokens/dist/index.cjs +27 -0
- package/dist/tailwind/dist/motion-tokens/dist/index.js +26 -0
- package/dist/tailwind/dist/motion-tokens/dist/index.js.map +1 -0
- package/dist/tailwind/dist/palette/dist/index.cjs +29 -0
- package/dist/tailwind/dist/palette/dist/index.js +26 -0
- package/dist/tailwind/dist/palette/dist/index.js.map +1 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +10 -10
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js +1 -1
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.cjs +4 -4
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +3 -3
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +3 -3
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js +1 -1
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.cjs +5 -5
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js +2 -2
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.cjs +8 -8
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js +2 -2
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.cjs +10 -11
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js +2 -2
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.cjs +3 -4
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.cjs +9 -10
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +23 -23
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +3 -3
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts.map +1 -1
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +3 -3
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +4 -4
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.cjs +4 -4
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js +2 -2
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.cjs +4 -4
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js +2 -2
- package/dist/tailwind/dist/tailwind/plugins/colors.cjs +12 -12
- package/dist/tailwind/dist/tailwind/plugins/colors.js +3 -3
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +22 -22
- package/dist/tailwind/dist/tailwind/plugins/components.js +3 -3
- package/dist/tailwind/dist/tailwind/plugins/elevation.cjs +3 -3
- package/dist/tailwind/dist/tailwind/plugins/elevation.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.cjs +2 -3
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/shadows.cjs +5 -5
- package/dist/tailwind/dist/tailwind/plugins/shadows.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/sizing.cjs +2 -2
- package/dist/tailwind/dist/tailwind/plugins/sizing.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/typography.cjs +6 -6
- package/dist/tailwind/dist/tailwind/plugins/typography.js +2 -2
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.cjs +6 -7
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js +2 -2
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +6 -7
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.cjs +2 -3
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.cjs +4 -5
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.cjs +4 -5
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.cjs +2 -3
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.d.cts +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.d.ts +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.cjs +3 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts +295 -0
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -0
- package/dist/tailwind/dist/types/dist/index.d.ts +295 -0
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -0
- package/dist/tailwind/dist/utils/generatePurgeCSSData.cjs +5 -5
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js +2 -2
- package/dist/tailwind/dist/utils/parseTokens.cjs +29 -30
- package/dist/tailwind/dist/utils/parseTokens.d.cts +2 -2
- package/dist/tailwind/dist/utils/parseTokens.d.ts +2 -2
- package/dist/tailwind/dist/utils/parseTokens.js +2 -2
- package/dist/uds/generated/componentData.cjs +1105 -1105
- package/dist/uds/generated/componentData.js +1105 -1105
- package/generated/componentData.json +1508 -1508
- package/package.json +1 -1
|
@@ -0,0 +1,809 @@
|
|
|
1
|
+
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
2
|
+
|
|
3
|
+
//#region ../fonts/dist/index.js
|
|
4
|
+
/*! © 2026 Yahoo, Inc. UDS Fonts v0.0.0-development */
|
|
5
|
+
const UDS_FONTS_CDN_PREFIX = "https://s.yimg.com/bw/fonts";
|
|
6
|
+
const sansFallbacks = [
|
|
7
|
+
"Helvetica Neue",
|
|
8
|
+
"Helvetica",
|
|
9
|
+
"Arial",
|
|
10
|
+
"sans-serif"
|
|
11
|
+
];
|
|
12
|
+
const serifFallbacks = [
|
|
13
|
+
"Georgia",
|
|
14
|
+
"Times",
|
|
15
|
+
"Times New Roman",
|
|
16
|
+
"serif"
|
|
17
|
+
];
|
|
18
|
+
const monoFallbacks = [
|
|
19
|
+
"ui-monospace",
|
|
20
|
+
"SFMono-Regular",
|
|
21
|
+
"Menlo",
|
|
22
|
+
"Monaco",
|
|
23
|
+
"Consolas",
|
|
24
|
+
"Liberation Mono",
|
|
25
|
+
"Courier New",
|
|
26
|
+
"monospace"
|
|
27
|
+
];
|
|
28
|
+
const FONT_DECLARATIONS_MAP = {
|
|
29
|
+
"centra-no2": {
|
|
30
|
+
fallback: sansFallbacks,
|
|
31
|
+
type: "sans",
|
|
32
|
+
fontFamily: "Centra No2",
|
|
33
|
+
isVariableFont: false,
|
|
34
|
+
fontSlants: void 0,
|
|
35
|
+
fontWidths: void 0,
|
|
36
|
+
fontWeights: [
|
|
37
|
+
{
|
|
38
|
+
label: "Hairline",
|
|
39
|
+
value: 50
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
label: "Thin",
|
|
43
|
+
value: 100
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
label: "Light",
|
|
47
|
+
value: 300
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
label: "Book",
|
|
51
|
+
value: 400
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
label: "Medium",
|
|
55
|
+
value: 500
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
label: "Bold",
|
|
59
|
+
value: 700
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
label: "ExtraBold",
|
|
63
|
+
value: 800
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
label: "Black",
|
|
67
|
+
value: 900
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
defaults: {
|
|
71
|
+
fontSlant: void 0,
|
|
72
|
+
fontWidth: void 0,
|
|
73
|
+
fontWeight: 400
|
|
74
|
+
},
|
|
75
|
+
declarations: [
|
|
76
|
+
{
|
|
77
|
+
fontStyle: "normal",
|
|
78
|
+
fontWeight: "50",
|
|
79
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-hairline.woff2`
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
fontStyle: "italic",
|
|
83
|
+
fontWeight: "50",
|
|
84
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-hairline-italic.woff2`
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
fontStyle: "normal",
|
|
88
|
+
fontWeight: "100",
|
|
89
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-thin.woff2`
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
fontStyle: "italic",
|
|
93
|
+
fontWeight: "100",
|
|
94
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-thin-italic.woff2`
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
fontStyle: "normal",
|
|
98
|
+
fontWeight: "300",
|
|
99
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-light.woff2`
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
fontStyle: "italic",
|
|
103
|
+
fontWeight: "300",
|
|
104
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-light-italic.woff2`
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
fontStyle: "normal",
|
|
108
|
+
fontWeight: "400",
|
|
109
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-book.woff2`
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
fontStyle: "italic",
|
|
113
|
+
fontWeight: "400",
|
|
114
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-book-italic.woff2`
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
fontStyle: "normal",
|
|
118
|
+
fontWeight: "500",
|
|
119
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-medium.woff2`
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
fontStyle: "italic",
|
|
123
|
+
fontWeight: "500",
|
|
124
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-medium-italic.woff2`
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
fontStyle: "normal",
|
|
128
|
+
fontWeight: "700",
|
|
129
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-bold.woff2`
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
fontStyle: "italic",
|
|
133
|
+
fontWeight: "700",
|
|
134
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-bold-italic.woff2`
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
fontStyle: "normal",
|
|
138
|
+
fontWeight: "800",
|
|
139
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-extrabold.woff2`
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
fontStyle: "italic",
|
|
143
|
+
fontWeight: "800",
|
|
144
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-extrabold-italic.woff2`
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
fontStyle: "normal",
|
|
148
|
+
fontWeight: "900",
|
|
149
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-black.woff2`
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
fontStyle: "italic",
|
|
153
|
+
fontWeight: "900",
|
|
154
|
+
src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-black-italic.woff2`
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
gelica: {
|
|
159
|
+
fallback: sansFallbacks,
|
|
160
|
+
type: "serif",
|
|
161
|
+
fontFamily: "Gelica",
|
|
162
|
+
isVariableFont: false,
|
|
163
|
+
fontSlants: void 0,
|
|
164
|
+
fontWidths: void 0,
|
|
165
|
+
fontWeights: [
|
|
166
|
+
{
|
|
167
|
+
label: "ExtraLight",
|
|
168
|
+
value: 250
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
label: "Light",
|
|
172
|
+
value: 300
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
label: "Regular",
|
|
176
|
+
value: 400
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
label: "Medium",
|
|
180
|
+
value: 500
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
label: "SemiBold",
|
|
184
|
+
value: 600
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
label: "Bold",
|
|
188
|
+
value: 700
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
label: "Black",
|
|
192
|
+
value: 800
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
defaults: {
|
|
196
|
+
fontSlant: void 0,
|
|
197
|
+
fontWidth: void 0,
|
|
198
|
+
fontWeight: 400
|
|
199
|
+
},
|
|
200
|
+
declarations: [
|
|
201
|
+
{
|
|
202
|
+
fontStyle: "normal",
|
|
203
|
+
fontWeight: "250",
|
|
204
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-extralight.woff2`
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
fontStyle: "italic",
|
|
208
|
+
fontWeight: "250",
|
|
209
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-extralight-italic.woff2`
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
fontStyle: "normal",
|
|
213
|
+
fontWeight: "300",
|
|
214
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-light.woff2`
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
fontStyle: "italic",
|
|
218
|
+
fontWeight: "300",
|
|
219
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-light-italic.woff2`
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
fontStyle: "normal",
|
|
223
|
+
fontWeight: "400",
|
|
224
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-regular.woff2`
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
fontStyle: "italic",
|
|
228
|
+
fontWeight: "400",
|
|
229
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-regular-italic.woff2`
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
fontStyle: "normal",
|
|
233
|
+
fontWeight: "500",
|
|
234
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-medium.woff2`
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
fontStyle: "italic",
|
|
238
|
+
fontWeight: "500",
|
|
239
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-medium-italic.woff2`
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
fontStyle: "normal",
|
|
243
|
+
fontWeight: "600",
|
|
244
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-semibold.woff2`
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
fontStyle: "italic",
|
|
248
|
+
fontWeight: "600",
|
|
249
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-semibold-italic.woff2`
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
fontStyle: "normal",
|
|
253
|
+
fontWeight: "700",
|
|
254
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-bold.woff2`
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
fontStyle: "italic",
|
|
258
|
+
fontWeight: "700",
|
|
259
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-bold-italic.woff2`
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
fontStyle: "normal",
|
|
263
|
+
fontWeight: "800",
|
|
264
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-black.woff2`
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
fontStyle: "italic",
|
|
268
|
+
fontWeight: "800",
|
|
269
|
+
src: `${UDS_FONTS_CDN_PREFIX}/gelica-black-italic.woff2`
|
|
270
|
+
}
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
yas: {
|
|
274
|
+
fallback: sansFallbacks,
|
|
275
|
+
type: "sans",
|
|
276
|
+
fontFamily: "YA Sans VF",
|
|
277
|
+
isVariableFont: true,
|
|
278
|
+
fontSlants: void 0,
|
|
279
|
+
fontWidths: [{
|
|
280
|
+
label: "Normal",
|
|
281
|
+
value: 100
|
|
282
|
+
}],
|
|
283
|
+
fontWeights: [
|
|
284
|
+
{
|
|
285
|
+
label: "Light",
|
|
286
|
+
value: 300
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
label: "Regular",
|
|
290
|
+
value: 400
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
label: "Medium",
|
|
294
|
+
value: 500
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
label: "SemiBold",
|
|
298
|
+
value: 600
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
label: "Bold",
|
|
302
|
+
value: 700
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
label: "Black",
|
|
306
|
+
value: 900
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
defaults: {
|
|
310
|
+
fontSlant: void 0,
|
|
311
|
+
fontWidth: 100,
|
|
312
|
+
fontWeight: 400
|
|
313
|
+
},
|
|
314
|
+
declarations: [{
|
|
315
|
+
fontStyle: "normal",
|
|
316
|
+
fontWeight: "1 1000",
|
|
317
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yas-latin1-normal-no-italic-vf.woff2`
|
|
318
|
+
}]
|
|
319
|
+
},
|
|
320
|
+
inter: {
|
|
321
|
+
fallback: sansFallbacks,
|
|
322
|
+
type: "sans",
|
|
323
|
+
fontFamily: "Inter",
|
|
324
|
+
isVariableFont: true,
|
|
325
|
+
fontSlants: void 0,
|
|
326
|
+
fontWidths: void 0,
|
|
327
|
+
fontWeights: [
|
|
328
|
+
{
|
|
329
|
+
label: "Thin",
|
|
330
|
+
value: 100
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
label: "Extra Light",
|
|
334
|
+
value: 200
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
label: "Light",
|
|
338
|
+
value: 300
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
label: "Regular",
|
|
342
|
+
value: 400
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
label: "Medium",
|
|
346
|
+
value: 500
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
label: "Semi Bold",
|
|
350
|
+
value: 600
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
label: "Bold",
|
|
354
|
+
value: 700
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
label: "Extra Bold",
|
|
358
|
+
value: 800
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
label: "Black",
|
|
362
|
+
value: 900
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
defaults: {
|
|
366
|
+
fontSlant: void 0,
|
|
367
|
+
fontWidth: void 0,
|
|
368
|
+
fontWeight: 400
|
|
369
|
+
},
|
|
370
|
+
declarations: [{
|
|
371
|
+
fontWeight: "1 1000",
|
|
372
|
+
src: `${UDS_FONTS_CDN_PREFIX}/inter-vf.woff2`
|
|
373
|
+
}]
|
|
374
|
+
},
|
|
375
|
+
"roboto-mono": {
|
|
376
|
+
fallback: monoFallbacks,
|
|
377
|
+
type: "mono",
|
|
378
|
+
fontFamily: "Roboto Mono",
|
|
379
|
+
isVariableFont: false,
|
|
380
|
+
fontSlants: void 0,
|
|
381
|
+
fontWidths: void 0,
|
|
382
|
+
fontWeights: [
|
|
383
|
+
{
|
|
384
|
+
label: "Thin",
|
|
385
|
+
value: 100
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
label: "Light",
|
|
389
|
+
value: 300
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
label: "Regular",
|
|
393
|
+
value: 400
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
label: "Medium",
|
|
397
|
+
value: 500
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
label: "Bold",
|
|
401
|
+
value: 700
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
defaults: {
|
|
405
|
+
fontSlant: void 0,
|
|
406
|
+
fontWidth: void 0,
|
|
407
|
+
fontWeight: 400
|
|
408
|
+
},
|
|
409
|
+
declarations: [
|
|
410
|
+
{
|
|
411
|
+
fontStyle: "normal",
|
|
412
|
+
fontWeight: "100",
|
|
413
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-100.woff2`
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
fontStyle: "italic",
|
|
417
|
+
fontWeight: "100",
|
|
418
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-100-italic.woff2`
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
fontStyle: "normal",
|
|
422
|
+
fontWeight: "300",
|
|
423
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-300.woff2`
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
fontStyle: "italic",
|
|
427
|
+
fontWeight: "300",
|
|
428
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-300-italic.woff2`
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
fontStyle: "normal",
|
|
432
|
+
fontWeight: "400",
|
|
433
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-400.woff2`
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
fontStyle: "italic",
|
|
437
|
+
fontWeight: "400",
|
|
438
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-400-italic.woff2`
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
fontStyle: "normal",
|
|
442
|
+
fontWeight: "500",
|
|
443
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-500.woff2`
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
fontStyle: "italic",
|
|
447
|
+
fontWeight: "500",
|
|
448
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-500-italic.woff2`
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
fontStyle: "normal",
|
|
452
|
+
fontWeight: "700",
|
|
453
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-700.woff2`
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
fontStyle: "italic",
|
|
457
|
+
fontWeight: "700",
|
|
458
|
+
src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-700-italic.woff2`
|
|
459
|
+
}
|
|
460
|
+
]
|
|
461
|
+
},
|
|
462
|
+
"yahoo-sans": {
|
|
463
|
+
fallback: sansFallbacks,
|
|
464
|
+
type: "sans",
|
|
465
|
+
fontFamily: "Yahoo Sans",
|
|
466
|
+
isVariableFont: true,
|
|
467
|
+
fontSlants: void 0,
|
|
468
|
+
fontWidths: void 0,
|
|
469
|
+
fontWeights: [
|
|
470
|
+
{
|
|
471
|
+
label: "ExtraLight",
|
|
472
|
+
value: 200
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
label: "Light",
|
|
476
|
+
value: 300
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
label: "Regular",
|
|
480
|
+
value: 400
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
label: "Medium",
|
|
484
|
+
value: 500
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
label: "Semibold",
|
|
488
|
+
value: 585
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
label: "Bold",
|
|
492
|
+
value: 700
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
label: "ExtraBold",
|
|
496
|
+
value: 810
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
label: "Black",
|
|
500
|
+
value: 900
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
defaults: {
|
|
504
|
+
fontSlant: void 0,
|
|
505
|
+
fontWidth: void 0,
|
|
506
|
+
fontWeight: 400
|
|
507
|
+
},
|
|
508
|
+
declarations: [{
|
|
509
|
+
fontWeight: "1 1000",
|
|
510
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-sans-vf.woff2`
|
|
511
|
+
}]
|
|
512
|
+
},
|
|
513
|
+
"yahoo-sans-cr4": {
|
|
514
|
+
fallback: sansFallbacks,
|
|
515
|
+
type: "sans",
|
|
516
|
+
fontFamily: "Yahoo CR4 BETA VF",
|
|
517
|
+
isVariableFont: true,
|
|
518
|
+
fontSlants: void 0,
|
|
519
|
+
fontWidths: void 0,
|
|
520
|
+
fontWeights: [
|
|
521
|
+
(
|
|
522
|
+
/**
|
|
523
|
+
* brand guide https://www.figma.com/design/3gDo09eKkxvq6qgHw9Epa2/Product-Visual-Guidance?node-id=41-6148&p=f&t=8NHi3cv3QtiieZNv-0
|
|
524
|
+
* says Regular should be 450, but variable font has regular at 400
|
|
525
|
+
*/
|
|
526
|
+
{
|
|
527
|
+
label: "Regular",
|
|
528
|
+
value: 400
|
|
529
|
+
}),
|
|
530
|
+
{
|
|
531
|
+
label: "Medium",
|
|
532
|
+
value: 500
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
label: "Bold",
|
|
536
|
+
value: 700
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
defaults: {
|
|
540
|
+
fontSlant: void 0,
|
|
541
|
+
fontWidth: void 0,
|
|
542
|
+
fontWeight: 450
|
|
543
|
+
},
|
|
544
|
+
declarations: [{
|
|
545
|
+
fontWeight: "1 1000",
|
|
546
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-sans-cr4-vf.woff2`
|
|
547
|
+
}]
|
|
548
|
+
},
|
|
549
|
+
"yahoo-product-sans": {
|
|
550
|
+
fallback: sansFallbacks,
|
|
551
|
+
type: "sans",
|
|
552
|
+
fontFamily: "Yahoo Product Sans VF",
|
|
553
|
+
isVariableFont: true,
|
|
554
|
+
fontSlants: void 0,
|
|
555
|
+
fontWidths: void 0,
|
|
556
|
+
fontWeights: [
|
|
557
|
+
(
|
|
558
|
+
/**
|
|
559
|
+
* brand guide https://www.figma.com/design/3gDo09eKkxvq6qgHw9Epa2/Product-Visual-Guidance?node-id=41-6148&p=f&t=8NHi3cv3QtiieZNv-0
|
|
560
|
+
* says Regular should be 450, but variable font has regular at 400
|
|
561
|
+
*/
|
|
562
|
+
{
|
|
563
|
+
label: "Regular",
|
|
564
|
+
value: 400
|
|
565
|
+
}),
|
|
566
|
+
{
|
|
567
|
+
label: "Medium",
|
|
568
|
+
value: 500
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
label: "Bold",
|
|
572
|
+
value: 700
|
|
573
|
+
}
|
|
574
|
+
],
|
|
575
|
+
defaults: {
|
|
576
|
+
fontSlant: void 0,
|
|
577
|
+
fontWidth: void 0,
|
|
578
|
+
fontWeight: 450
|
|
579
|
+
},
|
|
580
|
+
declarations: [{
|
|
581
|
+
fontWeight: "1 1000",
|
|
582
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-product-sans-vf.woff2`
|
|
583
|
+
}]
|
|
584
|
+
},
|
|
585
|
+
"yahoo-product-sans-extended": {
|
|
586
|
+
fallback: sansFallbacks,
|
|
587
|
+
type: "sans",
|
|
588
|
+
fontFamily: "YahooPd_Eval202412",
|
|
589
|
+
isVariableFont: true,
|
|
590
|
+
fontSlants: [{
|
|
591
|
+
label: "Italic",
|
|
592
|
+
value: 9
|
|
593
|
+
}, {
|
|
594
|
+
label: "None",
|
|
595
|
+
value: 0
|
|
596
|
+
}],
|
|
597
|
+
fontWidths: [
|
|
598
|
+
{
|
|
599
|
+
label: "Cond",
|
|
600
|
+
value: 50
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
label: "Normal",
|
|
604
|
+
value: 75
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
label: "Ext",
|
|
608
|
+
value: 100
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
fontWeights: [
|
|
612
|
+
{
|
|
613
|
+
label: "Light",
|
|
614
|
+
value: 300
|
|
615
|
+
},
|
|
616
|
+
(
|
|
617
|
+
/**
|
|
618
|
+
* brand guide https://www.figma.com/design/3gDo09eKkxvq6qgHw9Epa2/Product-Visual-Guidance?node-id=41-6148&p=f&t=8NHi3cv3QtiieZNv-0
|
|
619
|
+
* says Regular should be 450, but variable font has regular at 400.
|
|
620
|
+
* Going to use value from brand guide of 450 vs font file value of 400.
|
|
621
|
+
*/
|
|
622
|
+
{
|
|
623
|
+
label: "Regular",
|
|
624
|
+
value: 450
|
|
625
|
+
}),
|
|
626
|
+
{
|
|
627
|
+
label: "Medium",
|
|
628
|
+
value: 500
|
|
629
|
+
},
|
|
630
|
+
(
|
|
631
|
+
/**
|
|
632
|
+
* Brand guide https://www.figma.com/design/3gDo09eKkxvq6qgHw9Epa2/Product-Visual-Guidance?node-id=41-6148&p=f&t=8NHi3cv3QtiieZNv-0
|
|
633
|
+
* says 600 should be labeled as Emphasized, but variable font has 600 labeled as Semibold.
|
|
634
|
+
* Going to use naming from brand guide of Emphasized vs font file name of Semibold.
|
|
635
|
+
*/
|
|
636
|
+
{
|
|
637
|
+
label: "Semibold",
|
|
638
|
+
value: 600
|
|
639
|
+
}),
|
|
640
|
+
{
|
|
641
|
+
label: "Bold",
|
|
642
|
+
value: 700
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
label: "Black",
|
|
646
|
+
value: 850
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
defaults: {
|
|
650
|
+
fontSlant: 0,
|
|
651
|
+
fontWidth: 75,
|
|
652
|
+
fontWeight: 450
|
|
653
|
+
},
|
|
654
|
+
declarations: [{
|
|
655
|
+
fontWeight: "1 1000",
|
|
656
|
+
src: `${UDS_FONTS_CDN_PREFIX}/YahooPd_Eval202412-v1.1.0.woff2`
|
|
657
|
+
}]
|
|
658
|
+
},
|
|
659
|
+
"yahoo-sans-condensed": {
|
|
660
|
+
fallback: sansFallbacks,
|
|
661
|
+
type: "sans",
|
|
662
|
+
fontFamily: "Yahoo Sans Cond",
|
|
663
|
+
isVariableFont: true,
|
|
664
|
+
fontSlants: void 0,
|
|
665
|
+
fontWidths: void 0,
|
|
666
|
+
fontWeights: [
|
|
667
|
+
{
|
|
668
|
+
label: "Light",
|
|
669
|
+
value: 300
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
label: "Regular",
|
|
673
|
+
value: 400
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
label: "Medium",
|
|
677
|
+
value: 500
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
label: "Bold",
|
|
681
|
+
value: 718
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
label: "XBold",
|
|
685
|
+
value: 800
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
label: "Black",
|
|
689
|
+
value: 900
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
defaults: {
|
|
693
|
+
fontSlant: void 0,
|
|
694
|
+
fontWidth: void 0,
|
|
695
|
+
fontWeight: 400
|
|
696
|
+
},
|
|
697
|
+
declarations: [{
|
|
698
|
+
fontWeight: "1 1000",
|
|
699
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-sans-condensed-vf.woff2`
|
|
700
|
+
}]
|
|
701
|
+
},
|
|
702
|
+
"yahoo-serif-display": {
|
|
703
|
+
fallback: serifFallbacks,
|
|
704
|
+
type: "serif",
|
|
705
|
+
fontFamily: "Yahoo Serif Display",
|
|
706
|
+
isVariableFont: false,
|
|
707
|
+
fontSlants: void 0,
|
|
708
|
+
fontWidths: void 0,
|
|
709
|
+
fontWeights: [
|
|
710
|
+
{
|
|
711
|
+
label: "Light",
|
|
712
|
+
value: 300
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
label: "Regular",
|
|
716
|
+
value: 400
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
label: "Bold",
|
|
720
|
+
value: 700
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
label: "Extrabold",
|
|
724
|
+
value: 800
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
label: "Black",
|
|
728
|
+
value: 900
|
|
729
|
+
}
|
|
730
|
+
],
|
|
731
|
+
defaults: {
|
|
732
|
+
fontSlant: void 0,
|
|
733
|
+
fontWidth: void 0,
|
|
734
|
+
fontWeight: 400
|
|
735
|
+
},
|
|
736
|
+
declarations: [
|
|
737
|
+
{
|
|
738
|
+
fontStyle: "normal",
|
|
739
|
+
fontWeight: "300",
|
|
740
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-light.woff2`
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
fontStyle: "normal",
|
|
744
|
+
fontWeight: "400",
|
|
745
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-regular.woff2`
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
fontStyle: "normal",
|
|
749
|
+
fontWeight: "700",
|
|
750
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-bold.woff2`
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
fontStyle: "normal",
|
|
754
|
+
fontWeight: "800",
|
|
755
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-extrabold.woff2`
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
fontStyle: "normal",
|
|
759
|
+
fontWeight: "900",
|
|
760
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-black.woff2`
|
|
761
|
+
}
|
|
762
|
+
]
|
|
763
|
+
},
|
|
764
|
+
"yahoo-serif-text": {
|
|
765
|
+
fallback: serifFallbacks,
|
|
766
|
+
type: "serif",
|
|
767
|
+
fontFamily: "Yahoo Serif Text",
|
|
768
|
+
isVariableFont: false,
|
|
769
|
+
fontSlants: void 0,
|
|
770
|
+
fontWidths: void 0,
|
|
771
|
+
fontWeights: [{
|
|
772
|
+
label: "Regular",
|
|
773
|
+
value: 400
|
|
774
|
+
}, {
|
|
775
|
+
label: "Bold",
|
|
776
|
+
value: 700
|
|
777
|
+
}],
|
|
778
|
+
defaults: {
|
|
779
|
+
fontSlant: void 0,
|
|
780
|
+
fontWidth: void 0,
|
|
781
|
+
fontWeight: 400
|
|
782
|
+
},
|
|
783
|
+
declarations: [
|
|
784
|
+
{
|
|
785
|
+
fontStyle: "normal",
|
|
786
|
+
fontWeight: "400",
|
|
787
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-regular.woff2`
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
fontStyle: "italic",
|
|
791
|
+
fontWeight: "400",
|
|
792
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-italic.woff2`
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
fontStyle: "normal",
|
|
796
|
+
fontWeight: "700",
|
|
797
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-bold.woff2`
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
fontStyle: "italic",
|
|
801
|
+
fontWeight: "700",
|
|
802
|
+
src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-bold-italic.woff2`
|
|
803
|
+
}
|
|
804
|
+
]
|
|
805
|
+
}
|
|
806
|
+
};
|
|
807
|
+
|
|
808
|
+
//#endregion
|
|
809
|
+
exports.FONT_DECLARATIONS_MAP = FONT_DECLARATIONS_MAP;
|