@payfit/unity-themes 0.0.0-alpha.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/README.md +101 -0
- package/dist/cjs/tailwind-preset.d.ts +2 -0
- package/dist/cjs/tailwind-preset.js +1 -0
- package/dist/esm/tailwind-preset.d.mts +2 -0
- package/dist/esm/tailwind-preset.mjs +1178 -0
- package/dist/images/breakpoints.png +0 -0
- package/dist/images/colors.gif +0 -0
- package/dist/images/elevation.gif +0 -0
- package/dist/images/radii.gif +0 -0
- package/dist/images/remote-work.png +0 -0
- package/dist/images/spacing.png +0 -0
- package/dist/images/typography.gif +0 -0
- package/dist/images/unity-themes-cover.jpg +0 -0
- package/dist/images/unity-themes-diagram.png +0 -0
- package/package.json +60 -0
|
@@ -0,0 +1,1178 @@
|
|
|
1
|
+
function n(r) {
|
|
2
|
+
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
3
|
+
}
|
|
4
|
+
var c = {}, t = {};
|
|
5
|
+
(function(r) {
|
|
6
|
+
Object.defineProperty(r, "__esModule", {
|
|
7
|
+
value: !0
|
|
8
|
+
}), Object.defineProperty(r, "default", {
|
|
9
|
+
enumerable: !0,
|
|
10
|
+
get: function() {
|
|
11
|
+
return u;
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
function o(e, a) {
|
|
15
|
+
return {
|
|
16
|
+
handler: e,
|
|
17
|
+
config: a
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
o.withOptions = function(e, a = () => ({})) {
|
|
21
|
+
const l = function(y) {
|
|
22
|
+
return {
|
|
23
|
+
__options: y,
|
|
24
|
+
handler: e(y),
|
|
25
|
+
config: a(y)
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
return l.__isOptionsFunction = !0, l.__pluginFunction = e, l.__configFunction = a, l;
|
|
29
|
+
};
|
|
30
|
+
const u = o;
|
|
31
|
+
})(t);
|
|
32
|
+
(function(r) {
|
|
33
|
+
Object.defineProperty(r, "__esModule", {
|
|
34
|
+
value: !0
|
|
35
|
+
}), Object.defineProperty(r, "default", {
|
|
36
|
+
enumerable: !0,
|
|
37
|
+
get: function() {
|
|
38
|
+
return e;
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
const o = /* @__PURE__ */ u(t);
|
|
42
|
+
function u(a) {
|
|
43
|
+
return a && a.__esModule ? a : {
|
|
44
|
+
default: a
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
const e = o.default;
|
|
48
|
+
})(c);
|
|
49
|
+
let s = c;
|
|
50
|
+
var v = (s.__esModule ? s : { default: s }).default;
|
|
51
|
+
const g = /* @__PURE__ */ n(v), p = g(({ addBase: r, addComponents: o }) => {
|
|
52
|
+
r({
|
|
53
|
+
":root": {
|
|
54
|
+
"--uy-screens-sm": "490px",
|
|
55
|
+
"--uy-screens-md": "768px",
|
|
56
|
+
"--uy-screens-lg": "1280px",
|
|
57
|
+
"--uy-screens-xl": "1440px",
|
|
58
|
+
"--uy-colors-grayscale-L0": "255 255 255",
|
|
59
|
+
"--uy-colors-grayscale-L1": "252 252 253",
|
|
60
|
+
"--uy-colors-grayscale-L2": "249 249 251",
|
|
61
|
+
"--uy-colors-grayscale-L3": "240 240 243",
|
|
62
|
+
"--uy-colors-grayscale-L4": "232 232 236",
|
|
63
|
+
"--uy-colors-grayscale-L5": "224 225 230",
|
|
64
|
+
"--uy-colors-grayscale-L6": "217 217 224",
|
|
65
|
+
"--uy-colors-grayscale-L7": "205 206 214",
|
|
66
|
+
"--uy-colors-grayscale-L8": "185 187 198",
|
|
67
|
+
"--uy-colors-grayscale-L9": "139 141 152",
|
|
68
|
+
"--uy-colors-grayscale-L10": "128 131 141",
|
|
69
|
+
"--uy-colors-grayscale-L11": "96 100 108",
|
|
70
|
+
"--uy-colors-grayscale-L12": "28 32 36",
|
|
71
|
+
"--uy-colors-blue-L1": "253 253 254",
|
|
72
|
+
"--uy-colors-blue-L2": "248 249 253",
|
|
73
|
+
"--uy-colors-blue-L3": "235 244 255",
|
|
74
|
+
"--uy-colors-blue-L4": "217 233 255",
|
|
75
|
+
"--uy-colors-blue-L5": "214 221 251",
|
|
76
|
+
"--uy-colors-blue-L6": "196 207 251",
|
|
77
|
+
"--uy-colors-blue-L7": "170 189 253",
|
|
78
|
+
"--uy-colors-blue-L8": "131 165 253",
|
|
79
|
+
"--uy-colors-blue-L9": "15 111 222",
|
|
80
|
+
"--uy-colors-blue-L10": "12 97 195",
|
|
81
|
+
"--uy-colors-blue-L11": "1 87 178",
|
|
82
|
+
"--uy-colors-blue-L12": "8 47 99",
|
|
83
|
+
"--uy-colors-red-L1": "255 252 252",
|
|
84
|
+
"--uy-colors-red-L2": "255 247 247",
|
|
85
|
+
"--uy-colors-red-L3": "254 235 236",
|
|
86
|
+
"--uy-colors-red-L4": "255 219 220",
|
|
87
|
+
"--uy-colors-red-L5": "255 205 206",
|
|
88
|
+
"--uy-colors-red-L6": "253 189 190",
|
|
89
|
+
"--uy-colors-red-L7": "244 169 170",
|
|
90
|
+
"--uy-colors-red-L8": "235 142 144",
|
|
91
|
+
"--uy-colors-red-L9": "229 72 77",
|
|
92
|
+
"--uy-colors-red-L10": "220 62 66",
|
|
93
|
+
"--uy-colors-red-L11": "206 44 49",
|
|
94
|
+
"--uy-colors-red-L12": "100 23 35",
|
|
95
|
+
"--uy-colors-green-L1": "251 254 251",
|
|
96
|
+
"--uy-colors-green-L2": "245 251 245",
|
|
97
|
+
"--uy-colors-green-L3": "233 246 233",
|
|
98
|
+
"--uy-colors-green-L4": "218 241 219",
|
|
99
|
+
"--uy-colors-green-L5": "201 232 202",
|
|
100
|
+
"--uy-colors-green-L6": "178 221 181",
|
|
101
|
+
"--uy-colors-green-L7": "148 206 154",
|
|
102
|
+
"--uy-colors-green-L8": "101 186 116",
|
|
103
|
+
"--uy-colors-green-L9": "70 167 88",
|
|
104
|
+
"--uy-colors-green-L10": "62 155 79",
|
|
105
|
+
"--uy-colors-green-L11": "42 126 59",
|
|
106
|
+
"--uy-colors-green-L12": "32 60 37",
|
|
107
|
+
"--uy-colors-orange-L1": "254 252 251",
|
|
108
|
+
"--uy-colors-orange-L2": "255 247 237",
|
|
109
|
+
"--uy-colors-orange-L3": "255 239 214",
|
|
110
|
+
"--uy-colors-orange-L4": "255 223 181",
|
|
111
|
+
"--uy-colors-orange-L5": "255 209 154",
|
|
112
|
+
"--uy-colors-orange-L6": "255 193 130",
|
|
113
|
+
"--uy-colors-orange-L7": "245 174 115",
|
|
114
|
+
"--uy-colors-orange-L8": "236 148 85",
|
|
115
|
+
"--uy-colors-orange-L9": "247 107 21",
|
|
116
|
+
"--uy-colors-orange-L10": "239 95 0",
|
|
117
|
+
"--uy-colors-orange-L11": "204 78 0",
|
|
118
|
+
"--uy-colors-orange-L12": "88 45 29",
|
|
119
|
+
"--uy-colors-cyan-L1": "250 253 254",
|
|
120
|
+
"--uy-colors-cyan-L2": "242 250 251",
|
|
121
|
+
"--uy-colors-cyan-L3": "222 247 249",
|
|
122
|
+
"--uy-colors-cyan-L4": "202 241 246",
|
|
123
|
+
"--uy-colors-cyan-L5": "181 233 240",
|
|
124
|
+
"--uy-colors-cyan-L6": "157 221 231",
|
|
125
|
+
"--uy-colors-cyan-L7": "125 206 220",
|
|
126
|
+
"--uy-colors-cyan-L8": "61 185 207",
|
|
127
|
+
"--uy-colors-cyan-L9": "0 162 199",
|
|
128
|
+
"--uy-colors-cyan-L10": "7 151 185",
|
|
129
|
+
"--uy-colors-cyan-L11": "16 125 152",
|
|
130
|
+
"--uy-colors-cyan-L12": "13 60 72",
|
|
131
|
+
"--uy-colors-purple-L1": "253 253 254",
|
|
132
|
+
"--uy-colors-purple-L2": "250 247 254",
|
|
133
|
+
"--uy-colors-purple-L3": "245 239 253",
|
|
134
|
+
"--uy-colors-purple-L4": "238 226 252",
|
|
135
|
+
"--uy-colors-purple-L5": "231 217 248",
|
|
136
|
+
"--uy-colors-purple-L6": "221 200 247",
|
|
137
|
+
"--uy-colors-purple-L7": "213 175 253",
|
|
138
|
+
"--uy-colors-purple-L8": "196 151 243",
|
|
139
|
+
"--uy-colors-purple-L9": "146 79 230",
|
|
140
|
+
"--uy-colors-purple-L10": "123 77 186",
|
|
141
|
+
"--uy-colors-purple-L11": "108 68 164",
|
|
142
|
+
"--uy-colors-purple-L12": "60 23 102",
|
|
143
|
+
"--uy-colors-plum-L1": "254 252 255",
|
|
144
|
+
"--uy-colors-plum-L2": "253 247 253",
|
|
145
|
+
"--uy-colors-plum-L3": "251 235 251",
|
|
146
|
+
"--uy-colors-plum-L4": "247 222 248",
|
|
147
|
+
"--uy-colors-plum-L5": "242 209 243",
|
|
148
|
+
"--uy-colors-plum-L6": "233 194 236",
|
|
149
|
+
"--uy-colors-plum-L7": "222 173 227",
|
|
150
|
+
"--uy-colors-plum-L8": "207 145 216",
|
|
151
|
+
"--uy-colors-plum-L9": "171 74 186",
|
|
152
|
+
"--uy-colors-plum-L10": "161 68 175",
|
|
153
|
+
"--uy-colors-plum-L11": "149 62 163",
|
|
154
|
+
"--uy-colors-plum-L12": "83 25 93",
|
|
155
|
+
"--uy-colors-peach-L1": "255 243 240",
|
|
156
|
+
"--uy-colors-peach-L2": "255 213 204",
|
|
157
|
+
"--uy-colors-peach-L3": "255 172 153",
|
|
158
|
+
"--uy-colors-peach-L9": "255 134 107",
|
|
159
|
+
"--uy-colors-peach-L10": "255 88 51",
|
|
160
|
+
"--uy-colors-peach-L11": "151 42 17",
|
|
161
|
+
"--uy-colors-peach-L12": "56 10 0",
|
|
162
|
+
"--uy-colors-sunglow-L1": "255 247 230",
|
|
163
|
+
"--uy-colors-sunglow-L2": "255 235 194",
|
|
164
|
+
"--uy-colors-sunglow-L3": "255 212 112",
|
|
165
|
+
"--uy-colors-sunglow-L9": "255 182 10",
|
|
166
|
+
"--uy-colors-sunglow-L10": "142 109 31",
|
|
167
|
+
"--uy-colors-sunglow-L11": "94 71 19",
|
|
168
|
+
"--uy-colors-sunglow-L12": "56 39 0",
|
|
169
|
+
"--uy-colors-canvas": "var(--uy-colors-grayscale-L2)",
|
|
170
|
+
"--uy-colors-surface-primary-highest": "var(--uy-colors-blue-L12)",
|
|
171
|
+
"--uy-colors-surface-primary-high": "var(--uy-colors-blue-L11)",
|
|
172
|
+
"--uy-colors-surface-primary": "var(--uy-colors-blue-L9)",
|
|
173
|
+
"--uy-colors-surface-primary-enabled": "var(--uy-colors-blue-L9)",
|
|
174
|
+
"--uy-colors-surface-primary-hover": "var(--uy-colors-blue-L10)",
|
|
175
|
+
"--uy-colors-surface-primary-pressed": "var(--uy-colors-blue-L11)",
|
|
176
|
+
"--uy-colors-surface-primary-focus": "var(--uy-colors-blue-L9)",
|
|
177
|
+
"--uy-colors-surface-primary-active": "var(--uy-colors-blue-L11)",
|
|
178
|
+
"--uy-colors-surface-primary-disabled": "var(--uy-colors-grayscale-L3)",
|
|
179
|
+
"--uy-colors-surface-primary-low": "var(--uy-colors-blue-L4)",
|
|
180
|
+
"--uy-colors-surface-primary-lowest": "var(--uy-colors-blue-L3)",
|
|
181
|
+
"--uy-colors-surface-primary-lowest-enabled": "var(--uy-colors-blue-L3)",
|
|
182
|
+
"--uy-colors-surface-primary-lowest-hover": "var(--uy-colors-blue-L3)",
|
|
183
|
+
"--uy-colors-surface-primary-lowest-pressed": "var(--uy-colors-blue-L3)",
|
|
184
|
+
"--uy-colors-surface-primary-lowest-focus": "var(--uy-colors-blue-L3)",
|
|
185
|
+
"--uy-colors-surface-primary-lowest-active": "var(--uy-colors-blue-L3)",
|
|
186
|
+
"--uy-colors-surface-primary-lowest-disabled": "var(--uy-colors-grayscale-L2)",
|
|
187
|
+
"--uy-colors-surface-neutral": "var(--uy-colors-grayscale-L0)",
|
|
188
|
+
"--uy-colors-surface-neutral-enabled": "var(--uy-colors-grayscale-L0)",
|
|
189
|
+
"--uy-colors-surface-neutral-hover": "var(--uy-colors-grayscale-L3)",
|
|
190
|
+
"--uy-colors-surface-neutral-pressed": "var(--uy-colors-grayscale-L4)",
|
|
191
|
+
"--uy-colors-surface-neutral-focus": "var(--uy-colors-grayscale-L0)",
|
|
192
|
+
"--uy-colors-surface-neutral-active": "var(--uy-colors-grayscale-L4)",
|
|
193
|
+
"--uy-colors-surface-neutral-disabled": "var(--uy-colors-grayscale-L3)",
|
|
194
|
+
"--uy-colors-surface-neutral-low": "var(--uy-colors-grayscale-L1)",
|
|
195
|
+
"--uy-colors-surface-neutral-lowest": "var(--uy-colors-grayscale-L3)",
|
|
196
|
+
"--uy-colors-surface-danger": "var(--uy-colors-red-L9)",
|
|
197
|
+
"--uy-colors-surface-danger-enabled": "var(--uy-colors-red-L9)",
|
|
198
|
+
"--uy-colors-surface-danger-hover": "var(--uy-colors-red-L10)",
|
|
199
|
+
"--uy-colors-surface-danger-pressed": "var(--uy-colors-red-L11)",
|
|
200
|
+
"--uy-colors-surface-danger-focus": "var(--uy-colors-red-L9)",
|
|
201
|
+
"--uy-colors-surface-danger-active": "var(--uy-colors-red-L11)",
|
|
202
|
+
"--uy-colors-surface-danger-disabled": "var(--uy-colors-grayscale-L8)",
|
|
203
|
+
"--uy-colors-surface-danger-low": "var(--uy-colors-red-L4)",
|
|
204
|
+
"--uy-colors-surface-danger-lowest": "var(--uy-colors-red-L2)",
|
|
205
|
+
"--uy-colors-surface-danger-lowest-enabled": "var(--uy-colors-red-L3)",
|
|
206
|
+
"--uy-colors-surface-danger-lowest-hover": "var(--uy-colors-red-L3)",
|
|
207
|
+
"--uy-colors-surface-danger-lowest-pressed": "var(--uy-colors-red-L3)",
|
|
208
|
+
"--uy-colors-surface-danger-lowest-focus": "var(--uy-colors-red-L3)",
|
|
209
|
+
"--uy-colors-surface-danger-lowest-active": "var(--uy-colors-red-L3)",
|
|
210
|
+
"--uy-colors-surface-danger-lowest-disabled": "var(--uy-colors-grayscale-L8)",
|
|
211
|
+
"--uy-colors-surface-warning": "var(--uy-colors-orange-L9)",
|
|
212
|
+
"--uy-colors-surface-warning-enabled": "var(--uy-colors-orange-L9)",
|
|
213
|
+
"--uy-colors-surface-warning-hover": "var(--uy-colors-orange-L10)",
|
|
214
|
+
"--uy-colors-surface-warning-pressed": "var(--uy-colors-orange-L11)",
|
|
215
|
+
"--uy-colors-surface-warning-focus": "var(--uy-colors-orange-L9)",
|
|
216
|
+
"--uy-colors-surface-warning-active": "var(--uy-colors-orange-L11)",
|
|
217
|
+
"--uy-colors-surface-warning-disabled": "var(--uy-colors-grayscale-L8)",
|
|
218
|
+
"--uy-colors-surface-warning-low": "var(--uy-colors-orange-L4)",
|
|
219
|
+
"--uy-colors-surface-warning-lowest": "var(--uy-colors-orange-L2)",
|
|
220
|
+
"--uy-colors-surface-warning-lowest-enabled": "var(--uy-colors-orange-L3)",
|
|
221
|
+
"--uy-colors-surface-warning-lowest-hover": "var(--uy-colors-orange-L3)",
|
|
222
|
+
"--uy-colors-surface-warning-lowest-pressed": "var(--uy-colors-orange-L3)",
|
|
223
|
+
"--uy-colors-surface-warning-lowest-focus": "var(--uy-colors-orange-L3)",
|
|
224
|
+
"--uy-colors-surface-warning-lowest-active": "var(--uy-colors-orange-L3)",
|
|
225
|
+
"--uy-colors-surface-warning-lowest-disabled": "var(--uy-colors-grayscale-L8)",
|
|
226
|
+
"--uy-colors-surface-success": "var(--uy-colors-green-L9)",
|
|
227
|
+
"--uy-colors-surface-success-low": "var(--uy-colors-green-L4)",
|
|
228
|
+
"--uy-colors-surface-success-lowest": "var(--uy-colors-green-L2)",
|
|
229
|
+
"--uy-colors-surface-success-lowest-enabled": "var(--uy-colors-green-L2)",
|
|
230
|
+
"--uy-colors-surface-success-lowest-hover": "var(--uy-colors-green-L3)",
|
|
231
|
+
"--uy-colors-surface-success-lowest-pressed": "var(--uy-colors-green-L3)",
|
|
232
|
+
"--uy-colors-surface-success-lowest-focus": "var(--uy-colors-green-L9)",
|
|
233
|
+
"--uy-colors-surface-success-lowest-active": "var(--uy-colors-green-L11)",
|
|
234
|
+
"--uy-colors-surface-success-lowest-disabled": "var(--uy-colors-grayscale-L8)",
|
|
235
|
+
"--uy-colors-surface-info": "var(--uy-colors-cyan-L9)",
|
|
236
|
+
"--uy-colors-surface-info-low": "var(--uy-colors-cyan-L4)",
|
|
237
|
+
"--uy-colors-surface-info-lowest": "var(--uy-colors-cyan-L2)",
|
|
238
|
+
"--uy-colors-surface-info-lowest-enabled": "var(--uy-colors-cyan-L2)",
|
|
239
|
+
"--uy-colors-surface-info-lowest-hover": "var(--uy-colors-cyan-L3)",
|
|
240
|
+
"--uy-colors-surface-info-lowest-pressed": "var(--uy-colors-cyan-L3)",
|
|
241
|
+
"--uy-colors-surface-info-lowest-focus": "var(--uy-colors-cyan-L9)",
|
|
242
|
+
"--uy-colors-surface-info-lowest-active": "var(--uy-colors-cyan-L11)",
|
|
243
|
+
"--uy-colors-surface-info-lowest-disabled": "var(--uy-colors-grayscale-L8)",
|
|
244
|
+
"--uy-colors-surface-promo": "var(--uy-colors-plum-L9)",
|
|
245
|
+
"--uy-colors-surface-promo-low": "var(--uy-colors-plum-L4)",
|
|
246
|
+
"--uy-colors-surface-ai-low": "var(--uy-colors-purple-L4)",
|
|
247
|
+
"--uy-colors-surface-form-enabled": "var(--uy-colors-grayscale-L0)",
|
|
248
|
+
"--uy-colors-surface-form-hover": "var(--uy-colors-grayscale-L0)",
|
|
249
|
+
"--uy-colors-surface-form-pressed": "var(--uy-colors-grayscale-L0)",
|
|
250
|
+
"--uy-colors-surface-form-focus": "var(--uy-colors-grayscale-L0)",
|
|
251
|
+
"--uy-colors-surface-form-active": "var(--uy-colors-blue-L11)",
|
|
252
|
+
"--uy-colors-surface-form-disabled": "var(--uy-colors-grayscale-L3)",
|
|
253
|
+
"--uy-colors-surface-form-read-only": "var(--uy-colors-grayscale-L8)",
|
|
254
|
+
"--uy-colors-surface-form-error": "var(--uy-colors-red-L2)",
|
|
255
|
+
"--uy-colors-surface-inverted": "var(--uy-colors-grayscale-L0)",
|
|
256
|
+
"--uy-colors-surface-inverted-enabled": "var(--uy-colors-grayscale-L0)",
|
|
257
|
+
"--uy-colors-surface-inverted-hover": "var(--uy-colors-grayscale-L2)",
|
|
258
|
+
"--uy-colors-surface-inverted-pressed": "var(--uy-colors-grayscale-L4)",
|
|
259
|
+
"--uy-colors-surface-inverted-focus": "var(--uy-colors-grayscale-L0)",
|
|
260
|
+
"--uy-colors-surface-inverted-active": "var(--uy-colors-grayscale-L0)",
|
|
261
|
+
"--uy-colors-surface-inverted-disabled": "var(--uy-colors-grayscale-L3)",
|
|
262
|
+
"--uy-colors-content-primary": "var(--uy-colors-blue-L9)",
|
|
263
|
+
"--uy-colors-content-primary-enabled": "var(--uy-colors-blue-L9)",
|
|
264
|
+
"--uy-colors-content-primary-hover": "var(--uy-colors-blue-L10)",
|
|
265
|
+
"--uy-colors-content-primary-pressed": "var(--uy-colors-blue-L11)",
|
|
266
|
+
"--uy-colors-content-primary-focus": "var(--uy-colors-blue-L9)",
|
|
267
|
+
"--uy-colors-content-primary-active": "var(--uy-colors-blue-L11)",
|
|
268
|
+
"--uy-colors-content-primary-disabled": "var(--uy-colors-grayscale-L8)",
|
|
269
|
+
"--uy-colors-content-neutral": "var(--uy-colors-grayscale-L12)",
|
|
270
|
+
"--uy-colors-content-neutral-enabled": "var(--uy-colors-grayscale-L12)",
|
|
271
|
+
"--uy-colors-content-neutral-hover": "var(--uy-colors-grayscale-L12)",
|
|
272
|
+
"--uy-colors-content-neutral-pressed": "var(--uy-colors-grayscale-L12)",
|
|
273
|
+
"--uy-colors-content-neutral-focus": "var(--uy-colors-grayscale-L12)",
|
|
274
|
+
"--uy-colors-content-neutral-active": "var(--uy-colors-grayscale-L12)",
|
|
275
|
+
"--uy-colors-content-neutral-disabled": "var(--uy-colors-grayscale-L8)",
|
|
276
|
+
"--uy-colors-content-neutral-low": "var(--uy-colors-grayscale-L11)",
|
|
277
|
+
"--uy-colors-content-neutral-lowest": "var(--uy-colors-grayscale-L9)",
|
|
278
|
+
"--uy-colors-content-neutral-lowest-enabled": "var(--uy-colors-grayscale-L9)",
|
|
279
|
+
"--uy-colors-content-neutral-lowest-hover": "var(--uy-colors-grayscale-L10)",
|
|
280
|
+
"--uy-colors-content-neutral-lowest-pressed": "var(--uy-colors-grayscale-L11)",
|
|
281
|
+
"--uy-colors-content-neutral-lowest-focus": "var(--uy-colors-grayscale-L12)",
|
|
282
|
+
"--uy-colors-content-neutral-lowest-active": "var(--uy-colors-grayscale-L12)",
|
|
283
|
+
"--uy-colors-content-neutral-lowest-disabled": "var(--uy-colors-grayscale-L8)",
|
|
284
|
+
"--uy-colors-content-danger": "var(--uy-colors-red-L9)",
|
|
285
|
+
"--uy-colors-content-danger-enabled": "var(--uy-colors-red-L9)",
|
|
286
|
+
"--uy-colors-content-danger-hover": "var(--uy-colors-red-L10)",
|
|
287
|
+
"--uy-colors-content-danger-pressed": "var(--uy-colors-red-L11)",
|
|
288
|
+
"--uy-colors-content-danger-focus": "var(--uy-colors-red-L9)",
|
|
289
|
+
"--uy-colors-content-danger-active": "var(--uy-colors-red-L11)",
|
|
290
|
+
"--uy-colors-content-danger-disabled": "var(--uy-colors-grayscale-L8)",
|
|
291
|
+
"--uy-colors-content-warning": "var(--uy-colors-orange-L9)",
|
|
292
|
+
"--uy-colors-content-warning-enabled": "var(--uy-colors-orange-L9)",
|
|
293
|
+
"--uy-colors-content-warning-hover": "var(--uy-colors-orange-L10)",
|
|
294
|
+
"--uy-colors-content-warning-pressed": "var(--uy-colors-orange-L11)",
|
|
295
|
+
"--uy-colors-content-warning-focus": "var(--uy-colors-orange-L9)",
|
|
296
|
+
"--uy-colors-content-warning-active": "var(--uy-colors-orange-L11)",
|
|
297
|
+
"--uy-colors-content-warning-disabled": "var(--uy-colors-grayscale-L8)",
|
|
298
|
+
"--uy-colors-content-success": "var(--uy-colors-green-L9)",
|
|
299
|
+
"--uy-colors-content-success-enabled": "var(--uy-colors-green-L9)",
|
|
300
|
+
"--uy-colors-content-success-hover": "var(--uy-colors-green-L10)",
|
|
301
|
+
"--uy-colors-content-success-pressed": "var(--uy-colors-green-L11)",
|
|
302
|
+
"--uy-colors-content-success-focus": "var(--uy-colors-green-L9)",
|
|
303
|
+
"--uy-colors-content-success-active": "var(--uy-colors-green-L11)",
|
|
304
|
+
"--uy-colors-content-success-disabled": "var(--uy-colors-grayscale-L8)",
|
|
305
|
+
"--uy-colors-content-info": "var(--uy-colors-cyan-L9)",
|
|
306
|
+
"--uy-colors-content-info-enabled": "var(--uy-colors-cyan-L9)",
|
|
307
|
+
"--uy-colors-content-info-hover": "var(--uy-colors-cyan-L10)",
|
|
308
|
+
"--uy-colors-content-info-pressed": "var(--uy-colors-cyan-L11)",
|
|
309
|
+
"--uy-colors-content-info-focus": "var(--uy-colors-cyan-L9)",
|
|
310
|
+
"--uy-colors-content-info-active": "var(--uy-colors-cyan-L11)",
|
|
311
|
+
"--uy-colors-content-info-disabled": "var(--uy-colors-grayscale-L8)",
|
|
312
|
+
"--uy-colors-content-promo": "var(--uy-colors-plum-L9)",
|
|
313
|
+
"--uy-colors-content-form-enabled": "var(--uy-colors-grayscale-L12)",
|
|
314
|
+
"--uy-colors-content-form-hover": "var(--uy-colors-grayscale-L12)",
|
|
315
|
+
"--uy-colors-content-form-pressed": "var(--uy-colors-grayscale-L12)",
|
|
316
|
+
"--uy-colors-content-form-focus": "var(--uy-colors-grayscale-L12)",
|
|
317
|
+
"--uy-colors-content-form-active": "var(--uy-colors-grayscale-L12)",
|
|
318
|
+
"--uy-colors-content-form-disabled": "var(--uy-colors-grayscale-L8)",
|
|
319
|
+
"--uy-colors-content-form-read-only": "var(--uy-colors-grayscale-L12)",
|
|
320
|
+
"--uy-colors-content-form-invalid": "var(--uy-colors-red-L9)",
|
|
321
|
+
"--uy-colors-content-inverted": "var(--uy-colors-grayscale-L0)",
|
|
322
|
+
"--uy-colors-content-inverted-enabled": "var(--uy-colors-grayscale-L0)",
|
|
323
|
+
"--uy-colors-content-inverted-hover": "var(--uy-colors-grayscale-L0)",
|
|
324
|
+
"--uy-colors-content-inverted-pressed": "var(--uy-colors-grayscale-L0)",
|
|
325
|
+
"--uy-colors-content-inverted-focus": "var(--uy-colors-grayscale-L0)",
|
|
326
|
+
"--uy-colors-content-inverted-active": "var(--uy-colors-grayscale-L0)",
|
|
327
|
+
"--uy-colors-content-inverted-disabled": "var(--uy-colors-grayscale-L8)",
|
|
328
|
+
"--uy-colors-border-primary": "var(--uy-colors-blue-L9)",
|
|
329
|
+
"--uy-colors-border-primary-enabled": "var(--uy-colors-blue-L9)",
|
|
330
|
+
"--uy-colors-border-primary-hover": "var(--uy-colors-blue-L10)",
|
|
331
|
+
"--uy-colors-border-primary-pressed": "var(--uy-colors-blue-L11)",
|
|
332
|
+
"--uy-colors-border-primary-focus": "var(--uy-colors-blue-L9)",
|
|
333
|
+
"--uy-colors-border-primary-active": "var(--uy-colors-blue-L11)",
|
|
334
|
+
"--uy-colors-border-primary-disabled": "var(--uy-colors-grayscale-L5)",
|
|
335
|
+
"--uy-colors-border-neutral-high": "var(--uy-colors-grayscale-L6)",
|
|
336
|
+
"--uy-colors-border-neutral": "var(--uy-colors-grayscale-L3)",
|
|
337
|
+
"--uy-colors-border-neutral-disabled": "var(--uy-colors-grayscale-L5)",
|
|
338
|
+
"--uy-colors-border-danger": "var(--uy-colors-red-L9)",
|
|
339
|
+
"--uy-colors-border-danger-lowest": "var(--uy-colors-red-L6)",
|
|
340
|
+
"--uy-colors-border-warning": "var(--uy-colors-orange-L9)",
|
|
341
|
+
"--uy-colors-border-warning-lowest": "var(--uy-colors-orange-L6)",
|
|
342
|
+
"--uy-colors-border-success": "var(--uy-colors-green-L9)",
|
|
343
|
+
"--uy-colors-border-success-lowest": "var(--uy-colors-green-L6)",
|
|
344
|
+
"--uy-colors-border-info": "var(--uy-colors-cyan-L9)",
|
|
345
|
+
"--uy-colors-border-info-lowest": "var(--uy-colors-cyan-L6)",
|
|
346
|
+
"--uy-colors-border-promo": "var(--uy-colors-plum-L9)",
|
|
347
|
+
"--uy-colors-border-promo-lowest": "var(--uy-colors-plum-L6)",
|
|
348
|
+
"--uy-colors-border-form-enabled": "var(--uy-colors-grayscale-L7)",
|
|
349
|
+
"--uy-colors-border-form-hover": "var(--uy-colors-grayscale-L8)",
|
|
350
|
+
"--uy-colors-border-form-pressed": "var(--uy-colors-grayscale-L9)",
|
|
351
|
+
"--uy-colors-border-form-focus": "var(--uy-colors-grayscale-L7)",
|
|
352
|
+
"--uy-colors-border-form-active": "var(--uy-colors-blue-L11)",
|
|
353
|
+
"--uy-colors-border-form-disabled": "var(--uy-colors-grayscale-L5)",
|
|
354
|
+
"--uy-colors-border-form-read-only": "var(--uy-colors-grayscale-L5)",
|
|
355
|
+
"--uy-colors-border-form-error": "var(--uy-colors-red-L6)",
|
|
356
|
+
"--uy-colors-border-inverted": "var(--uy-colors-grayscale-L0)",
|
|
357
|
+
"--uy-colors-border-inverted-enabled": "var(--uy-colors-grayscale-L0)",
|
|
358
|
+
"--uy-colors-border-inverted-hover": "var(--uy-colors-grayscale-L2)",
|
|
359
|
+
"--uy-colors-border-inverted-pressed": "var(--uy-colors-grayscale-L4)",
|
|
360
|
+
"--uy-colors-border-inverted-focus": "var(--uy-colors-grayscale-L0)",
|
|
361
|
+
"--uy-colors-border-inverted-active": "var(--uy-colors-grayscale-L0)",
|
|
362
|
+
"--uy-colors-border-inverted-disabled": "var(--uy-colors-grayscale-L3)",
|
|
363
|
+
"--uy-colors-utility-focus-ring": "var(--uy-colors-blue-L12)",
|
|
364
|
+
"--uy-colors-utility-inverted-focus-ring": "var(--uy-colors-sunglow-L3)",
|
|
365
|
+
"--uy-colors-utility-backdrop": "28 32 36",
|
|
366
|
+
"--uy-radius-0": "0rem",
|
|
367
|
+
"--uy-radius-25": "2px",
|
|
368
|
+
"--uy-radius-50": "4px",
|
|
369
|
+
"--uy-radius-75": "6px",
|
|
370
|
+
"--uy-radius-100": "8px",
|
|
371
|
+
"--uy-radius-125": "10px",
|
|
372
|
+
"--uy-radius-150": "12px",
|
|
373
|
+
"--uy-radius-200": "16px",
|
|
374
|
+
"--uy-radius-300": "24px",
|
|
375
|
+
"--uy-radius-400": "32px",
|
|
376
|
+
"--uy-radius-circle": "50%",
|
|
377
|
+
"--uy-radius-pill": "9999px",
|
|
378
|
+
"--uy-shadow-canvas": "none",
|
|
379
|
+
"--uy-shadow-raising": "0px 1px 2px 0px #04204010",
|
|
380
|
+
"--uy-shadow-floating": "0px 6px 20px -4px #04204014",
|
|
381
|
+
"--uy-shadow-flying": "0px 12px 24px -6px #0420401a",
|
|
382
|
+
"--uy-shadow-soaring": "0px 24px 32px -8px #0420401f",
|
|
383
|
+
"--uy-spacing-0": "0rem",
|
|
384
|
+
"--uy-spacing-25": "2px",
|
|
385
|
+
"--uy-spacing-50": "4px",
|
|
386
|
+
"--uy-spacing-75": "6px",
|
|
387
|
+
"--uy-spacing-100": "8px",
|
|
388
|
+
"--uy-spacing-125": "10px",
|
|
389
|
+
"--uy-spacing-150": "12px",
|
|
390
|
+
"--uy-spacing-200": "16px",
|
|
391
|
+
"--uy-spacing-250": "20px",
|
|
392
|
+
"--uy-spacing-300": "24px",
|
|
393
|
+
"--uy-spacing-400": "32px",
|
|
394
|
+
"--uy-spacing-500": "40px",
|
|
395
|
+
"--uy-spacing-600": "48px",
|
|
396
|
+
"--uy-spacing-800": "64px",
|
|
397
|
+
"--uy-spacing-1000": "80px",
|
|
398
|
+
"--uy-font-family-serif": '"Source Serif 4"',
|
|
399
|
+
"--uy-font-family-sans": '"Inter"',
|
|
400
|
+
"--uy-font-size-50": "11px",
|
|
401
|
+
"--uy-font-size-75": "14px",
|
|
402
|
+
"--uy-font-size-100": "16px",
|
|
403
|
+
"--uy-font-size-200": "18px",
|
|
404
|
+
"--uy-font-size-300": "20px",
|
|
405
|
+
"--uy-font-size-400": "23px",
|
|
406
|
+
"--uy-font-size-500": "26px",
|
|
407
|
+
"--uy-font-size-600": "29px",
|
|
408
|
+
"--uy-font-size-800": "32px",
|
|
409
|
+
"--uy-font-size-1000": "36px",
|
|
410
|
+
"--uy-font-weight-regular": "400",
|
|
411
|
+
"--uy-font-weight-medium": "500",
|
|
412
|
+
"--uy-font-weight-semibold": "600",
|
|
413
|
+
"--uy-font-weight-bold": "700",
|
|
414
|
+
"--uy-font-lineHeight-0": "0",
|
|
415
|
+
"--uy-font-lineHeight-100": "1",
|
|
416
|
+
"--uy-font-lineHeight-125": "1.25",
|
|
417
|
+
"--uy-font-lineHeight-150": "1.5",
|
|
418
|
+
"--uy-font-lineHeight-175": "1.75",
|
|
419
|
+
"--uy-font-lineHeight-200": "2",
|
|
420
|
+
"--uy-typography-h1__font-family": "var(--uy-font-family-sans)",
|
|
421
|
+
"--uy-typography-h1__font-size": "var(--uy-font-size-600)",
|
|
422
|
+
"--uy-typography-h1__font-weight": "var(--uy-font-weight-medium)",
|
|
423
|
+
"--uy-typography-h1__line-height": "1.104",
|
|
424
|
+
"--uy-typography-h2__font-family": "var(--uy-font-family-sans)",
|
|
425
|
+
"--uy-typography-h2__font-size": "var(--uy-font-size-400)",
|
|
426
|
+
"--uy-typography-h2__font-weight": "var(--uy-font-weight-medium)",
|
|
427
|
+
"--uy-typography-h2__line-height": "1.13",
|
|
428
|
+
"--uy-typography-h3__font-family": "var(--uy-font-family-sans)",
|
|
429
|
+
"--uy-typography-h3__font-size": "var(--uy-font-size-200)",
|
|
430
|
+
"--uy-typography-h3__font-weight": "var(--uy-font-weight-medium)",
|
|
431
|
+
"--uy-typography-h3__line-height": "1.12",
|
|
432
|
+
"--uy-typography-h4__font-family": "var(--uy-font-family-sans)",
|
|
433
|
+
"--uy-typography-h4__font-size": "var(--uy-font-size-75)",
|
|
434
|
+
"--uy-typography-h4__font-weight": "var(--uy-font-weight-medium)",
|
|
435
|
+
"--uy-typography-h4__line-height": "1.13",
|
|
436
|
+
"--uy-typography-overline__font-family": "var(--uy-font-family-sans)",
|
|
437
|
+
"--uy-typography-overline__font-size": "var(--uy-font-size-100)",
|
|
438
|
+
"--uy-typography-overline__font-weight": "var(--uy-font-weight-medium)",
|
|
439
|
+
"--uy-typography-overline__line-height": "1.25",
|
|
440
|
+
"--uy-typography-subtitle__font-family": "var(--uy-font-family-sans)",
|
|
441
|
+
"--uy-typography-subtitle__font-size": "var(--uy-font-size-200)",
|
|
442
|
+
"--uy-typography-subtitle__font-weight": "var(--uy-font-weight-regular)",
|
|
443
|
+
"--uy-typography-subtitle__line-height": "1.333",
|
|
444
|
+
"--uy-typography-display-title__font-family": "var(--uy-font-family-sans)",
|
|
445
|
+
"--uy-typography-display-title__font-size": "var(--uy-font-size-400)",
|
|
446
|
+
"--uy-typography-display-title__font-weight": "var(--uy-font-weight-medium)",
|
|
447
|
+
"--uy-typography-display-title__line-height": "1.218",
|
|
448
|
+
"--uy-typography-display-body__font-family": "var(--uy-font-family-sans)",
|
|
449
|
+
"--uy-typography-display-body__font-size": "var(--uy-font-size-300)",
|
|
450
|
+
"--uy-typography-display-body__font-weight": "var(--uy-font-weight-medium)",
|
|
451
|
+
"--uy-typography-display-body__line-height": "1.2",
|
|
452
|
+
"--uy-typography-body__font-family": "var(--uy-font-family-sans)",
|
|
453
|
+
"--uy-typography-body__font-size": "var(--uy-font-size-75)",
|
|
454
|
+
"--uy-typography-body__font-weight": "var(--uy-font-weight-regular)",
|
|
455
|
+
"--uy-typography-body__line-height": "1.571",
|
|
456
|
+
"--uy-typography-body-strong__font-family": "var(--uy-font-family-sans)",
|
|
457
|
+
"--uy-typography-body-strong__font-size": "var(--uy-font-size-75)",
|
|
458
|
+
"--uy-typography-body-strong__font-weight": "var(--uy-font-weight-medium)",
|
|
459
|
+
"--uy-typography-body-strong__line-height": "1.571",
|
|
460
|
+
"--uy-typography-body-small__font-family": "var(--uy-font-family-sans)",
|
|
461
|
+
"--uy-typography-body-small__font-size": "var(--uy-font-size-50)",
|
|
462
|
+
"--uy-typography-body-small__font-weight": "var(--uy-font-weight-regular)",
|
|
463
|
+
"--uy-typography-body-small__line-height": "1.457",
|
|
464
|
+
"--uy-typography-body-small-strong__font-family": "var(--uy-font-family-sans)",
|
|
465
|
+
"--uy-typography-body-small-strong__font-size": "var(--uy-font-size-50)",
|
|
466
|
+
"--uy-typography-body-small-strong__font-weight": "var(--uy-font-weight-medium)",
|
|
467
|
+
"--uy-typography-body-small-strong__line-height": "1.457",
|
|
468
|
+
"--uy-typography-body-large__font-family": "var(--uy-font-family-sans)",
|
|
469
|
+
"--uy-typography-body-large__font-size": "var(--uy-font-size-100)",
|
|
470
|
+
"--uy-typography-body-large__font-weight": "var(--uy-font-weight-regular)",
|
|
471
|
+
"--uy-typography-body-large__line-height": "1.5",
|
|
472
|
+
"--uy-typography-body-large-strong__font-family": "var(--uy-font-family-sans)",
|
|
473
|
+
"--uy-typography-body-large-strong__font-size": "var(--uy-font-size-100)",
|
|
474
|
+
"--uy-typography-body-large-strong__font-weight": "var(--uy-font-weight-medium)",
|
|
475
|
+
"--uy-typography-body-large-strong__line-height": "1.5",
|
|
476
|
+
"--uy-typography-action__font-family": "var(--uy-font-family-sans)",
|
|
477
|
+
"--uy-typography-action__font-size": "var(--uy-font-size-75)",
|
|
478
|
+
"--uy-typography-action__font-weight": "var(--uy-font-weight-medium)",
|
|
479
|
+
"--uy-typography-action__line-height": "1.571",
|
|
480
|
+
"--uy-typography-action-small__font-family": "var(--uy-font-family-sans)",
|
|
481
|
+
"--uy-typography-action-small__font-size": "var(--uy-font-size-50)",
|
|
482
|
+
"--uy-typography-action-small__font-weight": "var(--uy-font-weight-medium)",
|
|
483
|
+
"--uy-typography-action-small__line-height": "1.457",
|
|
484
|
+
"--uy-typography-action-large__font-family": "var(--uy-font-family-sans)",
|
|
485
|
+
"--uy-typography-action-large__font-size": "var(--uy-font-size-100)",
|
|
486
|
+
"--uy-typography-action-large__font-weight": "var(--uy-font-weight-medium)",
|
|
487
|
+
"--uy-typography-action-large__line-height": "1.5"
|
|
488
|
+
}
|
|
489
|
+
}), r({
|
|
490
|
+
"b, strong": {
|
|
491
|
+
fontWeight: "var(--uy-font-weight-bold)"
|
|
492
|
+
},
|
|
493
|
+
ol: {
|
|
494
|
+
listStyleType: "decimal"
|
|
495
|
+
},
|
|
496
|
+
ul: {
|
|
497
|
+
listStyleType: "disc"
|
|
498
|
+
}
|
|
499
|
+
}), o({
|
|
500
|
+
".typography-h1": {
|
|
501
|
+
font: "normal var(--uy-typography-h1__font-weight) var(--uy-typography-h1__font-size) / var(--uy-typography-h1__line-height) var(--uy-typography-h1__font-family)"
|
|
502
|
+
},
|
|
503
|
+
".typography-h2": {
|
|
504
|
+
font: "normal var(--uy-typography-h2__font-weight) var(--uy-typography-h2__font-size) / var(--uy-typography-h2__line-height) var(--uy-typography-h2__font-family)"
|
|
505
|
+
},
|
|
506
|
+
".typography-h3": {
|
|
507
|
+
font: "normal var(--uy-typography-h3__font-weight) var(--uy-typography-h3__font-size) / var(--uy-typography-h3__line-height) var(--uy-typography-h3__font-family)"
|
|
508
|
+
},
|
|
509
|
+
".typography-h4": {
|
|
510
|
+
font: "normal var(--uy-typography-h4__font-weight) var(--uy-typography-h4__font-size) / var(--uy-typography-h4__line-height) var(--uy-typography-h4__font-family)"
|
|
511
|
+
},
|
|
512
|
+
".typography-overline": {
|
|
513
|
+
font: "normal var(--uy-typography-overline__font-weight) var(--uy-typography-overline__font-size) / var(--uy-typography-overline__line-height) var(--uy-typography-overline__font-family)"
|
|
514
|
+
},
|
|
515
|
+
".typography-subtitle": {
|
|
516
|
+
font: "normal var(--uy-typography-subtitle__font-weight) var(--uy-typography-subtitle__font-size) / var(--uy-typography-subtitle__line-height) var(--uy-typography-subtitle__font-family)"
|
|
517
|
+
},
|
|
518
|
+
".typography-display-title": {
|
|
519
|
+
font: "normal var(--uy-typography-display-title__font-weight) var(--uy-typography-display-title__font-size) / var(--uy-typography-display-title__line-height) var(--uy-typography-display-title__font-family)"
|
|
520
|
+
},
|
|
521
|
+
".typography-display-body": {
|
|
522
|
+
font: "normal var(--uy-typography-display-body__font-weight) var(--uy-typography-display-body__font-size) / var(--uy-typography-display-body__line-height) var(--uy-typography-display-body__font-family)"
|
|
523
|
+
},
|
|
524
|
+
".typography-body": {
|
|
525
|
+
font: "normal var(--uy-typography-body__font-weight) var(--uy-typography-body__font-size) / var(--uy-typography-body__line-height) var(--uy-typography-body__font-family)"
|
|
526
|
+
},
|
|
527
|
+
".typography-body-strong": {
|
|
528
|
+
font: "normal var(--uy-typography-body-strong__font-weight) var(--uy-typography-body-strong__font-size) / var(--uy-typography-body-strong__line-height) var(--uy-typography-body-strong__font-family)"
|
|
529
|
+
},
|
|
530
|
+
".typography-body-small": {
|
|
531
|
+
font: "normal var(--uy-typography-body-small__font-weight) var(--uy-typography-body-small__font-size) / var(--uy-typography-body-small__line-height) var(--uy-typography-body-small__font-family)"
|
|
532
|
+
},
|
|
533
|
+
".typography-body-small-strong": {
|
|
534
|
+
font: "normal var(--uy-typography-body-small-strong__font-weight) var(--uy-typography-body-small-strong__font-size) / var(--uy-typography-body-small-strong__line-height) var(--uy-typography-body-small-strong__font-family)"
|
|
535
|
+
},
|
|
536
|
+
".typography-body-large": {
|
|
537
|
+
font: "normal var(--uy-typography-body-large__font-weight) var(--uy-typography-body-large__font-size) / var(--uy-typography-body-large__line-height) var(--uy-typography-body-large__font-family)"
|
|
538
|
+
},
|
|
539
|
+
".typography-body-large-strong": {
|
|
540
|
+
font: "normal var(--uy-typography-body-large-strong__font-weight) var(--uy-typography-body-large-strong__font-size) / var(--uy-typography-body-large-strong__line-height) var(--uy-typography-body-large-strong__font-family)"
|
|
541
|
+
},
|
|
542
|
+
".typography-action": {
|
|
543
|
+
font: "normal var(--uy-typography-action__font-weight) var(--uy-typography-action__font-size) / var(--uy-typography-action__line-height) var(--uy-typography-action__font-family)"
|
|
544
|
+
},
|
|
545
|
+
".typography-action-small": {
|
|
546
|
+
font: "normal var(--uy-typography-action-small__font-weight) var(--uy-typography-action-small__font-size) / var(--uy-typography-action-small__line-height) var(--uy-typography-action-small__font-family)"
|
|
547
|
+
},
|
|
548
|
+
".typography-action-large": {
|
|
549
|
+
font: "normal var(--uy-typography-action-large__font-weight) var(--uy-typography-action-large__font-size) / var(--uy-typography-action-large__line-height) var(--uy-typography-action-large__font-family)"
|
|
550
|
+
}
|
|
551
|
+
});
|
|
552
|
+
}), i = {
|
|
553
|
+
prefix: "uy-",
|
|
554
|
+
theme: {
|
|
555
|
+
screens: {
|
|
556
|
+
sm: "490px",
|
|
557
|
+
md: "768px",
|
|
558
|
+
lg: "1280px",
|
|
559
|
+
xl: "1440px"
|
|
560
|
+
},
|
|
561
|
+
colors: {
|
|
562
|
+
grayscale: {
|
|
563
|
+
L0: "rgb(var(--uy-colors-grayscale-L0) / <alpha-value>)",
|
|
564
|
+
L1: "rgb(var(--uy-colors-grayscale-L1) / <alpha-value>)",
|
|
565
|
+
L2: "rgb(var(--uy-colors-grayscale-L2) / <alpha-value>)",
|
|
566
|
+
L3: "rgb(var(--uy-colors-grayscale-L3) / <alpha-value>)",
|
|
567
|
+
L4: "rgb(var(--uy-colors-grayscale-L4) / <alpha-value>)",
|
|
568
|
+
L5: "rgb(var(--uy-colors-grayscale-L5) / <alpha-value>)",
|
|
569
|
+
L6: "rgb(var(--uy-colors-grayscale-L6) / <alpha-value>)",
|
|
570
|
+
L7: "rgb(var(--uy-colors-grayscale-L7) / <alpha-value>)",
|
|
571
|
+
L8: "rgb(var(--uy-colors-grayscale-L8) / <alpha-value>)",
|
|
572
|
+
L9: "rgb(var(--uy-colors-grayscale-L9) / <alpha-value>)",
|
|
573
|
+
L10: "rgb(var(--uy-colors-grayscale-L10) / <alpha-value>)",
|
|
574
|
+
L11: "rgb(var(--uy-colors-grayscale-L11) / <alpha-value>)",
|
|
575
|
+
L12: "rgb(var(--uy-colors-grayscale-L12) / <alpha-value>)"
|
|
576
|
+
},
|
|
577
|
+
blue: {
|
|
578
|
+
L1: "rgb(var(--uy-colors-blue-L1) / <alpha-value>)",
|
|
579
|
+
L2: "rgb(var(--uy-colors-blue-L2) / <alpha-value>)",
|
|
580
|
+
L3: "rgb(var(--uy-colors-blue-L3) / <alpha-value>)",
|
|
581
|
+
L4: "rgb(var(--uy-colors-blue-L4) / <alpha-value>)",
|
|
582
|
+
L5: "rgb(var(--uy-colors-blue-L5) / <alpha-value>)",
|
|
583
|
+
L6: "rgb(var(--uy-colors-blue-L6) / <alpha-value>)",
|
|
584
|
+
L7: "rgb(var(--uy-colors-blue-L7) / <alpha-value>)",
|
|
585
|
+
L8: "rgb(var(--uy-colors-blue-L8) / <alpha-value>)",
|
|
586
|
+
L9: "rgb(var(--uy-colors-blue-L9) / <alpha-value>)",
|
|
587
|
+
L10: "rgb(var(--uy-colors-blue-L10) / <alpha-value>)",
|
|
588
|
+
L11: "rgb(var(--uy-colors-blue-L11) / <alpha-value>)",
|
|
589
|
+
L12: "rgb(var(--uy-colors-blue-L12) / <alpha-value>)"
|
|
590
|
+
},
|
|
591
|
+
red: {
|
|
592
|
+
L1: "rgb(var(--uy-colors-red-L1) / <alpha-value>)",
|
|
593
|
+
L2: "rgb(var(--uy-colors-red-L2) / <alpha-value>)",
|
|
594
|
+
L3: "rgb(var(--uy-colors-red-L3) / <alpha-value>)",
|
|
595
|
+
L4: "rgb(var(--uy-colors-red-L4) / <alpha-value>)",
|
|
596
|
+
L5: "rgb(var(--uy-colors-red-L5) / <alpha-value>)",
|
|
597
|
+
L6: "rgb(var(--uy-colors-red-L6) / <alpha-value>)",
|
|
598
|
+
L7: "rgb(var(--uy-colors-red-L7) / <alpha-value>)",
|
|
599
|
+
L8: "rgb(var(--uy-colors-red-L8) / <alpha-value>)",
|
|
600
|
+
L9: "rgb(var(--uy-colors-red-L9) / <alpha-value>)",
|
|
601
|
+
L10: "rgb(var(--uy-colors-red-L10) / <alpha-value>)",
|
|
602
|
+
L11: "rgb(var(--uy-colors-red-L11) / <alpha-value>)",
|
|
603
|
+
L12: "rgb(var(--uy-colors-red-L12) / <alpha-value>)"
|
|
604
|
+
},
|
|
605
|
+
green: {
|
|
606
|
+
L1: "rgb(var(--uy-colors-green-L1) / <alpha-value>)",
|
|
607
|
+
L2: "rgb(var(--uy-colors-green-L2) / <alpha-value>)",
|
|
608
|
+
L3: "rgb(var(--uy-colors-green-L3) / <alpha-value>)",
|
|
609
|
+
L4: "rgb(var(--uy-colors-green-L4) / <alpha-value>)",
|
|
610
|
+
L5: "rgb(var(--uy-colors-green-L5) / <alpha-value>)",
|
|
611
|
+
L6: "rgb(var(--uy-colors-green-L6) / <alpha-value>)",
|
|
612
|
+
L7: "rgb(var(--uy-colors-green-L7) / <alpha-value>)",
|
|
613
|
+
L8: "rgb(var(--uy-colors-green-L8) / <alpha-value>)",
|
|
614
|
+
L9: "rgb(var(--uy-colors-green-L9) / <alpha-value>)",
|
|
615
|
+
L10: "rgb(var(--uy-colors-green-L10) / <alpha-value>)",
|
|
616
|
+
L11: "rgb(var(--uy-colors-green-L11) / <alpha-value>)",
|
|
617
|
+
L12: "rgb(var(--uy-colors-green-L12) / <alpha-value>)"
|
|
618
|
+
},
|
|
619
|
+
orange: {
|
|
620
|
+
L1: "rgb(var(--uy-colors-orange-L1) / <alpha-value>)",
|
|
621
|
+
L2: "rgb(var(--uy-colors-orange-L2) / <alpha-value>)",
|
|
622
|
+
L3: "rgb(var(--uy-colors-orange-L3) / <alpha-value>)",
|
|
623
|
+
L4: "rgb(var(--uy-colors-orange-L4) / <alpha-value>)",
|
|
624
|
+
L5: "rgb(var(--uy-colors-orange-L5) / <alpha-value>)",
|
|
625
|
+
L6: "rgb(var(--uy-colors-orange-L6) / <alpha-value>)",
|
|
626
|
+
L7: "rgb(var(--uy-colors-orange-L7) / <alpha-value>)",
|
|
627
|
+
L8: "rgb(var(--uy-colors-orange-L8) / <alpha-value>)",
|
|
628
|
+
L9: "rgb(var(--uy-colors-orange-L9) / <alpha-value>)",
|
|
629
|
+
L10: "rgb(var(--uy-colors-orange-L10) / <alpha-value>)",
|
|
630
|
+
L11: "rgb(var(--uy-colors-orange-L11) / <alpha-value>)",
|
|
631
|
+
L12: "rgb(var(--uy-colors-orange-L12) / <alpha-value>)"
|
|
632
|
+
},
|
|
633
|
+
cyan: {
|
|
634
|
+
L1: "rgb(var(--uy-colors-cyan-L1) / <alpha-value>)",
|
|
635
|
+
L2: "rgb(var(--uy-colors-cyan-L2) / <alpha-value>)",
|
|
636
|
+
L3: "rgb(var(--uy-colors-cyan-L3) / <alpha-value>)",
|
|
637
|
+
L4: "rgb(var(--uy-colors-cyan-L4) / <alpha-value>)",
|
|
638
|
+
L5: "rgb(var(--uy-colors-cyan-L5) / <alpha-value>)",
|
|
639
|
+
L6: "rgb(var(--uy-colors-cyan-L6) / <alpha-value>)",
|
|
640
|
+
L7: "rgb(var(--uy-colors-cyan-L7) / <alpha-value>)",
|
|
641
|
+
L8: "rgb(var(--uy-colors-cyan-L8) / <alpha-value>)",
|
|
642
|
+
L9: "rgb(var(--uy-colors-cyan-L9) / <alpha-value>)",
|
|
643
|
+
L10: "rgb(var(--uy-colors-cyan-L10) / <alpha-value>)",
|
|
644
|
+
L11: "rgb(var(--uy-colors-cyan-L11) / <alpha-value>)",
|
|
645
|
+
L12: "rgb(var(--uy-colors-cyan-L12) / <alpha-value>)"
|
|
646
|
+
},
|
|
647
|
+
purple: {
|
|
648
|
+
L1: "rgb(var(--uy-colors-purple-L1) / <alpha-value>)",
|
|
649
|
+
L2: "rgb(var(--uy-colors-purple-L2) / <alpha-value>)",
|
|
650
|
+
L3: "rgb(var(--uy-colors-purple-L3) / <alpha-value>)",
|
|
651
|
+
L4: "rgb(var(--uy-colors-purple-L4) / <alpha-value>)",
|
|
652
|
+
L5: "rgb(var(--uy-colors-purple-L5) / <alpha-value>)",
|
|
653
|
+
L6: "rgb(var(--uy-colors-purple-L6) / <alpha-value>)",
|
|
654
|
+
L7: "rgb(var(--uy-colors-purple-L7) / <alpha-value>)",
|
|
655
|
+
L8: "rgb(var(--uy-colors-purple-L8) / <alpha-value>)",
|
|
656
|
+
L9: "rgb(var(--uy-colors-purple-L9) / <alpha-value>)",
|
|
657
|
+
L10: "rgb(var(--uy-colors-purple-L10) / <alpha-value>)",
|
|
658
|
+
L11: "rgb(var(--uy-colors-purple-L11) / <alpha-value>)",
|
|
659
|
+
L12: "rgb(var(--uy-colors-purple-L12) / <alpha-value>)"
|
|
660
|
+
},
|
|
661
|
+
plum: {
|
|
662
|
+
L1: "rgb(var(--uy-colors-plum-L1) / <alpha-value>)",
|
|
663
|
+
L2: "rgb(var(--uy-colors-plum-L2) / <alpha-value>)",
|
|
664
|
+
L3: "rgb(var(--uy-colors-plum-L3) / <alpha-value>)",
|
|
665
|
+
L4: "rgb(var(--uy-colors-plum-L4) / <alpha-value>)",
|
|
666
|
+
L5: "rgb(var(--uy-colors-plum-L5) / <alpha-value>)",
|
|
667
|
+
L6: "rgb(var(--uy-colors-plum-L6) / <alpha-value>)",
|
|
668
|
+
L7: "rgb(var(--uy-colors-plum-L7) / <alpha-value>)",
|
|
669
|
+
L8: "rgb(var(--uy-colors-plum-L8) / <alpha-value>)",
|
|
670
|
+
L9: "rgb(var(--uy-colors-plum-L9) / <alpha-value>)",
|
|
671
|
+
L10: "rgb(var(--uy-colors-plum-L10) / <alpha-value>)",
|
|
672
|
+
L11: "rgb(var(--uy-colors-plum-L11) / <alpha-value>)",
|
|
673
|
+
L12: "rgb(var(--uy-colors-plum-L12) / <alpha-value>)"
|
|
674
|
+
},
|
|
675
|
+
peach: {
|
|
676
|
+
L1: "rgb(var(--uy-colors-peach-L1) / <alpha-value>)",
|
|
677
|
+
L2: "rgb(var(--uy-colors-peach-L2) / <alpha-value>)",
|
|
678
|
+
L3: "rgb(var(--uy-colors-peach-L3) / <alpha-value>)",
|
|
679
|
+
L9: "rgb(var(--uy-colors-peach-L9) / <alpha-value>)",
|
|
680
|
+
L10: "rgb(var(--uy-colors-peach-L10) / <alpha-value>)",
|
|
681
|
+
L11: "rgb(var(--uy-colors-peach-L11) / <alpha-value>)",
|
|
682
|
+
L12: "rgb(var(--uy-colors-peach-L12) / <alpha-value>)"
|
|
683
|
+
},
|
|
684
|
+
sunglow: {
|
|
685
|
+
L1: "rgb(var(--uy-colors-sunglow-L1) / <alpha-value>)",
|
|
686
|
+
L2: "rgb(var(--uy-colors-sunglow-L2) / <alpha-value>)",
|
|
687
|
+
L3: "rgb(var(--uy-colors-sunglow-L3) / <alpha-value>)",
|
|
688
|
+
L9: "rgb(var(--uy-colors-sunglow-L9) / <alpha-value>)",
|
|
689
|
+
L10: "rgb(var(--uy-colors-sunglow-L10) / <alpha-value>)",
|
|
690
|
+
L11: "rgb(var(--uy-colors-sunglow-L11) / <alpha-value>)",
|
|
691
|
+
L12: "rgb(var(--uy-colors-sunglow-L12) / <alpha-value>)"
|
|
692
|
+
},
|
|
693
|
+
canvas: {
|
|
694
|
+
DEFAULT: "rgb(var(--uy-colors-canvas) / <alpha-value>)"
|
|
695
|
+
},
|
|
696
|
+
surface: {
|
|
697
|
+
primary: {
|
|
698
|
+
highest: "rgb(var(--uy-colors-surface-primary-highest) / <alpha-value>)",
|
|
699
|
+
high: "rgb(var(--uy-colors-surface-primary-high) / <alpha-value>)",
|
|
700
|
+
DEFAULT: "rgb(var(--uy-colors-surface-primary) / <alpha-value>)",
|
|
701
|
+
enabled: "rgb(var(--uy-colors-surface-primary-enabled) / <alpha-value>)",
|
|
702
|
+
hover: "rgb(var(--uy-colors-surface-primary-hover) / <alpha-value>)",
|
|
703
|
+
pressed: "rgb(var(--uy-colors-surface-primary-pressed) / <alpha-value>)",
|
|
704
|
+
focus: "rgb(var(--uy-colors-surface-primary-focus) / <alpha-value>)",
|
|
705
|
+
active: "rgb(var(--uy-colors-surface-primary-active) / <alpha-value>)",
|
|
706
|
+
disabled: "rgb(var(--uy-colors-surface-primary-disabled) / <alpha-value>)",
|
|
707
|
+
low: "rgb(var(--uy-colors-surface-primary-low) / <alpha-value>)",
|
|
708
|
+
lowest: {
|
|
709
|
+
DEFAULT: "rgb(var(--uy-colors-surface-primary-lowest) / <alpha-value>)",
|
|
710
|
+
enabled: "rgb(var(--uy-colors-surface-primary-lowest-enabled) / <alpha-value>)",
|
|
711
|
+
hover: "rgb(var(--uy-colors-surface-primary-lowest-hover) / <alpha-value>)",
|
|
712
|
+
pressed: "rgb(var(--uy-colors-surface-primary-lowest-pressed) / <alpha-value>)",
|
|
713
|
+
focus: "rgb(var(--uy-colors-surface-primary-lowest-focus) / <alpha-value>)",
|
|
714
|
+
active: "rgb(var(--uy-colors-surface-primary-lowest-active) / <alpha-value>)",
|
|
715
|
+
disabled: "rgb(var(--uy-colors-surface-primary-lowest-disabled) / <alpha-value>)"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
neutral: {
|
|
719
|
+
DEFAULT: "rgb(var(--uy-colors-surface-neutral) / <alpha-value>)",
|
|
720
|
+
enabled: "rgb(var(--uy-colors-surface-neutral-enabled) / <alpha-value>)",
|
|
721
|
+
hover: "rgb(var(--uy-colors-surface-neutral-hover) / <alpha-value>)",
|
|
722
|
+
pressed: "rgb(var(--uy-colors-surface-neutral-pressed) / <alpha-value>)",
|
|
723
|
+
focus: "rgb(var(--uy-colors-surface-neutral-focus) / <alpha-value>)",
|
|
724
|
+
active: "rgb(var(--uy-colors-surface-neutral-active) / <alpha-value>)",
|
|
725
|
+
disabled: "rgb(var(--uy-colors-surface-neutral-disabled) / <alpha-value>)",
|
|
726
|
+
low: "rgb(var(--uy-colors-surface-neutral-low) / <alpha-value>)",
|
|
727
|
+
lowest: "rgb(var(--uy-colors-surface-neutral-lowest) / <alpha-value>)"
|
|
728
|
+
},
|
|
729
|
+
danger: {
|
|
730
|
+
DEFAULT: "rgb(var(--uy-colors-surface-danger) / <alpha-value>)",
|
|
731
|
+
enabled: "rgb(var(--uy-colors-surface-danger-enabled) / <alpha-value>)",
|
|
732
|
+
hover: "rgb(var(--uy-colors-surface-danger-hover) / <alpha-value>)",
|
|
733
|
+
pressed: "rgb(var(--uy-colors-surface-danger-pressed) / <alpha-value>)",
|
|
734
|
+
focus: "rgb(var(--uy-colors-surface-danger-focus) / <alpha-value>)",
|
|
735
|
+
active: "rgb(var(--uy-colors-surface-danger-active) / <alpha-value>)",
|
|
736
|
+
disabled: "rgb(var(--uy-colors-surface-danger-disabled) / <alpha-value>)",
|
|
737
|
+
low: "rgb(var(--uy-colors-surface-danger-low) / <alpha-value>)",
|
|
738
|
+
lowest: {
|
|
739
|
+
DEFAULT: "rgb(var(--uy-colors-surface-danger-lowest) / <alpha-value>)",
|
|
740
|
+
enabled: "rgb(var(--uy-colors-surface-danger-lowest-enabled) / <alpha-value>)",
|
|
741
|
+
hover: "rgb(var(--uy-colors-surface-danger-lowest-hover) / <alpha-value>)",
|
|
742
|
+
pressed: "rgb(var(--uy-colors-surface-danger-lowest-pressed) / <alpha-value>)",
|
|
743
|
+
focus: "rgb(var(--uy-colors-surface-danger-lowest-focus) / <alpha-value>)",
|
|
744
|
+
active: "rgb(var(--uy-colors-surface-danger-lowest-active) / <alpha-value>)",
|
|
745
|
+
disabled: "rgb(var(--uy-colors-surface-danger-lowest-disabled) / <alpha-value>)"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
warning: {
|
|
749
|
+
DEFAULT: "rgb(var(--uy-colors-surface-warning) / <alpha-value>)",
|
|
750
|
+
enabled: "rgb(var(--uy-colors-surface-warning-enabled) / <alpha-value>)",
|
|
751
|
+
hover: "rgb(var(--uy-colors-surface-warning-hover) / <alpha-value>)",
|
|
752
|
+
pressed: "rgb(var(--uy-colors-surface-warning-pressed) / <alpha-value>)",
|
|
753
|
+
focus: "rgb(var(--uy-colors-surface-warning-focus) / <alpha-value>)",
|
|
754
|
+
active: "rgb(var(--uy-colors-surface-warning-active) / <alpha-value>)",
|
|
755
|
+
disabled: "rgb(var(--uy-colors-surface-warning-disabled) / <alpha-value>)",
|
|
756
|
+
low: "rgb(var(--uy-colors-surface-warning-low) / <alpha-value>)",
|
|
757
|
+
lowest: {
|
|
758
|
+
DEFAULT: "rgb(var(--uy-colors-surface-warning-lowest) / <alpha-value>)",
|
|
759
|
+
enabled: "rgb(var(--uy-colors-surface-warning-lowest-enabled) / <alpha-value>)",
|
|
760
|
+
hover: "rgb(var(--uy-colors-surface-warning-lowest-hover) / <alpha-value>)",
|
|
761
|
+
pressed: "rgb(var(--uy-colors-surface-warning-lowest-pressed) / <alpha-value>)",
|
|
762
|
+
focus: "rgb(var(--uy-colors-surface-warning-lowest-focus) / <alpha-value>)",
|
|
763
|
+
active: "rgb(var(--uy-colors-surface-warning-lowest-active) / <alpha-value>)",
|
|
764
|
+
disabled: "rgb(var(--uy-colors-surface-warning-lowest-disabled) / <alpha-value>)"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
success: {
|
|
768
|
+
DEFAULT: "rgb(var(--uy-colors-surface-success) / <alpha-value>)",
|
|
769
|
+
low: "rgb(var(--uy-colors-surface-success-low) / <alpha-value>)",
|
|
770
|
+
lowest: {
|
|
771
|
+
DEFAULT: "rgb(var(--uy-colors-surface-success-lowest) / <alpha-value>)",
|
|
772
|
+
enabled: "rgb(var(--uy-colors-surface-success-lowest-enabled) / <alpha-value>)",
|
|
773
|
+
hover: "rgb(var(--uy-colors-surface-success-lowest-hover) / <alpha-value>)",
|
|
774
|
+
pressed: "rgb(var(--uy-colors-surface-success-lowest-pressed) / <alpha-value>)",
|
|
775
|
+
focus: "rgb(var(--uy-colors-surface-success-lowest-focus) / <alpha-value>)",
|
|
776
|
+
active: "rgb(var(--uy-colors-surface-success-lowest-active) / <alpha-value>)",
|
|
777
|
+
disabled: "rgb(var(--uy-colors-surface-success-lowest-disabled) / <alpha-value>)"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
info: {
|
|
781
|
+
DEFAULT: "rgb(var(--uy-colors-surface-info) / <alpha-value>)",
|
|
782
|
+
low: "rgb(var(--uy-colors-surface-info-low) / <alpha-value>)",
|
|
783
|
+
lowest: {
|
|
784
|
+
DEFAULT: "rgb(var(--uy-colors-surface-info-lowest) / <alpha-value>)",
|
|
785
|
+
enabled: "rgb(var(--uy-colors-surface-info-lowest-enabled) / <alpha-value>)",
|
|
786
|
+
hover: "rgb(var(--uy-colors-surface-info-lowest-hover) / <alpha-value>)",
|
|
787
|
+
pressed: "rgb(var(--uy-colors-surface-info-lowest-pressed) / <alpha-value>)",
|
|
788
|
+
focus: "rgb(var(--uy-colors-surface-info-lowest-focus) / <alpha-value>)",
|
|
789
|
+
active: "rgb(var(--uy-colors-surface-info-lowest-active) / <alpha-value>)",
|
|
790
|
+
disabled: "rgb(var(--uy-colors-surface-info-lowest-disabled) / <alpha-value>)"
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
promo: {
|
|
794
|
+
DEFAULT: "rgb(var(--uy-colors-surface-promo) / <alpha-value>)",
|
|
795
|
+
low: "rgb(var(--uy-colors-surface-promo-low) / <alpha-value>)"
|
|
796
|
+
},
|
|
797
|
+
ai: {
|
|
798
|
+
low: "rgb(var(--uy-colors-surface-ai-low) / <alpha-value>)"
|
|
799
|
+
},
|
|
800
|
+
form: {
|
|
801
|
+
enabled: "rgb(var(--uy-colors-surface-form-enabled) / <alpha-value>)",
|
|
802
|
+
hover: "rgb(var(--uy-colors-surface-form-hover) / <alpha-value>)",
|
|
803
|
+
pressed: "rgb(var(--uy-colors-surface-form-pressed) / <alpha-value>)",
|
|
804
|
+
focus: "rgb(var(--uy-colors-surface-form-focus) / <alpha-value>)",
|
|
805
|
+
active: "rgb(var(--uy-colors-surface-form-active) / <alpha-value>)",
|
|
806
|
+
disabled: "rgb(var(--uy-colors-surface-form-disabled) / <alpha-value>)",
|
|
807
|
+
"read-only": "rgb(var(--uy-colors-surface-form-read-only) / <alpha-value>)",
|
|
808
|
+
error: "rgb(var(--uy-colors-surface-form-error) / <alpha-value>)"
|
|
809
|
+
},
|
|
810
|
+
inverted: {
|
|
811
|
+
DEFAULT: "rgb(var(--uy-colors-surface-inverted) / <alpha-value>)",
|
|
812
|
+
enabled: "rgb(var(--uy-colors-surface-inverted-enabled) / <alpha-value>)",
|
|
813
|
+
hover: "rgb(var(--uy-colors-surface-inverted-hover) / <alpha-value>)",
|
|
814
|
+
pressed: "rgb(var(--uy-colors-surface-inverted-pressed) / <alpha-value>)",
|
|
815
|
+
focus: "rgb(var(--uy-colors-surface-inverted-focus) / <alpha-value>)",
|
|
816
|
+
active: "rgb(var(--uy-colors-surface-inverted-active) / <alpha-value>)",
|
|
817
|
+
disabled: "rgb(var(--uy-colors-surface-inverted-disabled) / <alpha-value>)"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
content: {
|
|
821
|
+
primary: {
|
|
822
|
+
DEFAULT: "rgb(var(--uy-colors-content-primary) / <alpha-value>)",
|
|
823
|
+
enabled: "rgb(var(--uy-colors-content-primary-enabled) / <alpha-value>)",
|
|
824
|
+
hover: "rgb(var(--uy-colors-content-primary-hover) / <alpha-value>)",
|
|
825
|
+
pressed: "rgb(var(--uy-colors-content-primary-pressed) / <alpha-value>)",
|
|
826
|
+
focus: "rgb(var(--uy-colors-content-primary-focus) / <alpha-value>)",
|
|
827
|
+
active: "rgb(var(--uy-colors-content-primary-active) / <alpha-value>)",
|
|
828
|
+
disabled: "rgb(var(--uy-colors-content-primary-disabled) / <alpha-value>)"
|
|
829
|
+
},
|
|
830
|
+
neutral: {
|
|
831
|
+
DEFAULT: "rgb(var(--uy-colors-content-neutral) / <alpha-value>)",
|
|
832
|
+
enabled: "rgb(var(--uy-colors-content-neutral-enabled) / <alpha-value>)",
|
|
833
|
+
hover: "rgb(var(--uy-colors-content-neutral-hover) / <alpha-value>)",
|
|
834
|
+
pressed: "rgb(var(--uy-colors-content-neutral-pressed) / <alpha-value>)",
|
|
835
|
+
focus: "rgb(var(--uy-colors-content-neutral-focus) / <alpha-value>)",
|
|
836
|
+
active: "rgb(var(--uy-colors-content-neutral-active) / <alpha-value>)",
|
|
837
|
+
disabled: "rgb(var(--uy-colors-content-neutral-disabled) / <alpha-value>)",
|
|
838
|
+
low: "rgb(var(--uy-colors-content-neutral-low) / <alpha-value>)",
|
|
839
|
+
lowest: {
|
|
840
|
+
DEFAULT: "rgb(var(--uy-colors-content-neutral-lowest) / <alpha-value>)",
|
|
841
|
+
enabled: "rgb(var(--uy-colors-content-neutral-lowest-enabled) / <alpha-value>)",
|
|
842
|
+
hover: "rgb(var(--uy-colors-content-neutral-lowest-hover) / <alpha-value>)",
|
|
843
|
+
pressed: "rgb(var(--uy-colors-content-neutral-lowest-pressed) / <alpha-value>)",
|
|
844
|
+
focus: "rgb(var(--uy-colors-content-neutral-lowest-focus) / <alpha-value>)",
|
|
845
|
+
active: "rgb(var(--uy-colors-content-neutral-lowest-active) / <alpha-value>)",
|
|
846
|
+
disabled: "rgb(var(--uy-colors-content-neutral-lowest-disabled) / <alpha-value>)"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
danger: {
|
|
850
|
+
DEFAULT: "rgb(var(--uy-colors-content-danger) / <alpha-value>)",
|
|
851
|
+
enabled: "rgb(var(--uy-colors-content-danger-enabled) / <alpha-value>)",
|
|
852
|
+
hover: "rgb(var(--uy-colors-content-danger-hover) / <alpha-value>)",
|
|
853
|
+
pressed: "rgb(var(--uy-colors-content-danger-pressed) / <alpha-value>)",
|
|
854
|
+
focus: "rgb(var(--uy-colors-content-danger-focus) / <alpha-value>)",
|
|
855
|
+
active: "rgb(var(--uy-colors-content-danger-active) / <alpha-value>)",
|
|
856
|
+
disabled: "rgb(var(--uy-colors-content-danger-disabled) / <alpha-value>)"
|
|
857
|
+
},
|
|
858
|
+
warning: {
|
|
859
|
+
DEFAULT: "rgb(var(--uy-colors-content-warning) / <alpha-value>)",
|
|
860
|
+
enabled: "rgb(var(--uy-colors-content-warning-enabled) / <alpha-value>)",
|
|
861
|
+
hover: "rgb(var(--uy-colors-content-warning-hover) / <alpha-value>)",
|
|
862
|
+
pressed: "rgb(var(--uy-colors-content-warning-pressed) / <alpha-value>)",
|
|
863
|
+
focus: "rgb(var(--uy-colors-content-warning-focus) / <alpha-value>)",
|
|
864
|
+
active: "rgb(var(--uy-colors-content-warning-active) / <alpha-value>)",
|
|
865
|
+
disabled: "rgb(var(--uy-colors-content-warning-disabled) / <alpha-value>)"
|
|
866
|
+
},
|
|
867
|
+
success: {
|
|
868
|
+
DEFAULT: "rgb(var(--uy-colors-content-success) / <alpha-value>)",
|
|
869
|
+
enabled: "rgb(var(--uy-colors-content-success-enabled) / <alpha-value>)",
|
|
870
|
+
hover: "rgb(var(--uy-colors-content-success-hover) / <alpha-value>)",
|
|
871
|
+
pressed: "rgb(var(--uy-colors-content-success-pressed) / <alpha-value>)",
|
|
872
|
+
focus: "rgb(var(--uy-colors-content-success-focus) / <alpha-value>)",
|
|
873
|
+
active: "rgb(var(--uy-colors-content-success-active) / <alpha-value>)",
|
|
874
|
+
disabled: "rgb(var(--uy-colors-content-success-disabled) / <alpha-value>)"
|
|
875
|
+
},
|
|
876
|
+
info: {
|
|
877
|
+
DEFAULT: "rgb(var(--uy-colors-content-info) / <alpha-value>)",
|
|
878
|
+
enabled: "rgb(var(--uy-colors-content-info-enabled) / <alpha-value>)",
|
|
879
|
+
hover: "rgb(var(--uy-colors-content-info-hover) / <alpha-value>)",
|
|
880
|
+
pressed: "rgb(var(--uy-colors-content-info-pressed) / <alpha-value>)",
|
|
881
|
+
focus: "rgb(var(--uy-colors-content-info-focus) / <alpha-value>)",
|
|
882
|
+
active: "rgb(var(--uy-colors-content-info-active) / <alpha-value>)",
|
|
883
|
+
disabled: "rgb(var(--uy-colors-content-info-disabled) / <alpha-value>)"
|
|
884
|
+
},
|
|
885
|
+
promo: "rgb(var(--uy-colors-content-promo) / <alpha-value>)",
|
|
886
|
+
form: {
|
|
887
|
+
enabled: "rgb(var(--uy-colors-content-form-enabled) / <alpha-value>)",
|
|
888
|
+
hover: "rgb(var(--uy-colors-content-form-hover) / <alpha-value>)",
|
|
889
|
+
pressed: "rgb(var(--uy-colors-content-form-pressed) / <alpha-value>)",
|
|
890
|
+
focus: "rgb(var(--uy-colors-content-form-focus) / <alpha-value>)",
|
|
891
|
+
active: "rgb(var(--uy-colors-content-form-active) / <alpha-value>)",
|
|
892
|
+
disabled: "rgb(var(--uy-colors-content-form-disabled) / <alpha-value>)",
|
|
893
|
+
"read-only": "rgb(var(--uy-colors-content-form-read-only) / <alpha-value>)",
|
|
894
|
+
invalid: "rgb(var(--uy-colors-content-form-invalid) / <alpha-value>)"
|
|
895
|
+
},
|
|
896
|
+
inverted: {
|
|
897
|
+
DEFAULT: "rgb(var(--uy-colors-content-inverted) / <alpha-value>)",
|
|
898
|
+
enabled: "rgb(var(--uy-colors-content-inverted-enabled) / <alpha-value>)",
|
|
899
|
+
hover: "rgb(var(--uy-colors-content-inverted-hover) / <alpha-value>)",
|
|
900
|
+
pressed: "rgb(var(--uy-colors-content-inverted-pressed) / <alpha-value>)",
|
|
901
|
+
focus: "rgb(var(--uy-colors-content-inverted-focus) / <alpha-value>)",
|
|
902
|
+
active: "rgb(var(--uy-colors-content-inverted-active) / <alpha-value>)",
|
|
903
|
+
disabled: "rgb(var(--uy-colors-content-inverted-disabled) / <alpha-value>)"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
border: {
|
|
907
|
+
primary: {
|
|
908
|
+
DEFAULT: "rgb(var(--uy-colors-border-primary) / <alpha-value>)",
|
|
909
|
+
enabled: "rgb(var(--uy-colors-border-primary-enabled) / <alpha-value>)",
|
|
910
|
+
hover: "rgb(var(--uy-colors-border-primary-hover) / <alpha-value>)",
|
|
911
|
+
pressed: "rgb(var(--uy-colors-border-primary-pressed) / <alpha-value>)",
|
|
912
|
+
focus: "rgb(var(--uy-colors-border-primary-focus) / <alpha-value>)",
|
|
913
|
+
active: "rgb(var(--uy-colors-border-primary-active) / <alpha-value>)",
|
|
914
|
+
disabled: "rgb(var(--uy-colors-border-primary-disabled) / <alpha-value>)"
|
|
915
|
+
},
|
|
916
|
+
neutral: {
|
|
917
|
+
high: "rgb(var(--uy-colors-border-neutral-high) / <alpha-value>)",
|
|
918
|
+
DEFAULT: "rgb(var(--uy-colors-border-neutral) / <alpha-value>)",
|
|
919
|
+
disabled: "rgb(var(--uy-colors-border-neutral-disabled) / <alpha-value>)"
|
|
920
|
+
},
|
|
921
|
+
danger: {
|
|
922
|
+
DEFAULT: "rgb(var(--uy-colors-border-danger) / <alpha-value>)",
|
|
923
|
+
lowest: "rgb(var(--uy-colors-border-danger-lowest) / <alpha-value>)"
|
|
924
|
+
},
|
|
925
|
+
warning: {
|
|
926
|
+
DEFAULT: "rgb(var(--uy-colors-border-warning) / <alpha-value>)",
|
|
927
|
+
lowest: "rgb(var(--uy-colors-border-warning-lowest) / <alpha-value>)"
|
|
928
|
+
},
|
|
929
|
+
success: {
|
|
930
|
+
DEFAULT: "rgb(var(--uy-colors-border-success) / <alpha-value>)",
|
|
931
|
+
lowest: "rgb(var(--uy-colors-border-success-lowest) / <alpha-value>)"
|
|
932
|
+
},
|
|
933
|
+
info: {
|
|
934
|
+
DEFAULT: "rgb(var(--uy-colors-border-info) / <alpha-value>)",
|
|
935
|
+
lowest: "rgb(var(--uy-colors-border-info-lowest) / <alpha-value>)"
|
|
936
|
+
},
|
|
937
|
+
promo: {
|
|
938
|
+
DEFAULT: "rgb(var(--uy-colors-border-promo) / <alpha-value>)",
|
|
939
|
+
lowest: "rgb(var(--uy-colors-border-promo-lowest) / <alpha-value>)"
|
|
940
|
+
},
|
|
941
|
+
form: {
|
|
942
|
+
enabled: "rgb(var(--uy-colors-border-form-enabled) / <alpha-value>)",
|
|
943
|
+
hover: "rgb(var(--uy-colors-border-form-hover) / <alpha-value>)",
|
|
944
|
+
pressed: "rgb(var(--uy-colors-border-form-pressed) / <alpha-value>)",
|
|
945
|
+
focus: "rgb(var(--uy-colors-border-form-focus) / <alpha-value>)",
|
|
946
|
+
active: "rgb(var(--uy-colors-border-form-active) / <alpha-value>)",
|
|
947
|
+
disabled: "rgb(var(--uy-colors-border-form-disabled) / <alpha-value>)",
|
|
948
|
+
"read-only": "rgb(var(--uy-colors-border-form-read-only) / <alpha-value>)",
|
|
949
|
+
error: "rgb(var(--uy-colors-border-form-error) / <alpha-value>)"
|
|
950
|
+
},
|
|
951
|
+
inverted: {
|
|
952
|
+
DEFAULT: "rgb(var(--uy-colors-border-inverted) / <alpha-value>)",
|
|
953
|
+
enabled: "rgb(var(--uy-colors-border-inverted-enabled) / <alpha-value>)",
|
|
954
|
+
hover: "rgb(var(--uy-colors-border-inverted-hover) / <alpha-value>)",
|
|
955
|
+
pressed: "rgb(var(--uy-colors-border-inverted-pressed) / <alpha-value>)",
|
|
956
|
+
focus: "rgb(var(--uy-colors-border-inverted-focus) / <alpha-value>)",
|
|
957
|
+
active: "rgb(var(--uy-colors-border-inverted-active) / <alpha-value>)",
|
|
958
|
+
disabled: "rgb(var(--uy-colors-border-inverted-disabled) / <alpha-value>)"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
utility: {
|
|
962
|
+
"focus-ring": "rgb(var(--uy-colors-utility-focus-ring) / <alpha-value>)",
|
|
963
|
+
"inverted-focus-ring": "rgb(var(--uy-colors-utility-inverted-focus-ring) / <alpha-value>)",
|
|
964
|
+
backdrop: "rgb(var(--uy-colors-utility-backdrop) / <alpha-value>)"
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
borderRadius: {
|
|
968
|
+
0: "var(--uy-radius-0)",
|
|
969
|
+
25: "var(--uy-radius-25)",
|
|
970
|
+
50: "var(--uy-radius-50)",
|
|
971
|
+
75: "var(--uy-radius-75)",
|
|
972
|
+
100: "var(--uy-radius-100)",
|
|
973
|
+
125: "var(--uy-radius-125)",
|
|
974
|
+
150: "var(--uy-radius-150)",
|
|
975
|
+
200: "var(--uy-radius-200)",
|
|
976
|
+
300: "var(--uy-radius-300)",
|
|
977
|
+
400: "var(--uy-radius-400)",
|
|
978
|
+
circle: "var(--uy-radius-circle)",
|
|
979
|
+
pill: "var(--uy-radius-pill)"
|
|
980
|
+
},
|
|
981
|
+
boxShadow: {
|
|
982
|
+
canvas: "var(--uy-shadow-canvas)",
|
|
983
|
+
raising: "var(--uy-shadow-raising)",
|
|
984
|
+
floating: "var(--uy-shadow-floating)",
|
|
985
|
+
flying: "var(--uy-shadow-flying)",
|
|
986
|
+
soaring: "var(--uy-shadow-soaring)"
|
|
987
|
+
},
|
|
988
|
+
spacing: {
|
|
989
|
+
0: "var(--uy-spacing-0)",
|
|
990
|
+
25: "var(--uy-spacing-25)",
|
|
991
|
+
50: "var(--uy-spacing-50)",
|
|
992
|
+
75: "var(--uy-spacing-75)",
|
|
993
|
+
100: "var(--uy-spacing-100)",
|
|
994
|
+
125: "var(--uy-spacing-125)",
|
|
995
|
+
150: "var(--uy-spacing-150)",
|
|
996
|
+
200: "var(--uy-spacing-200)",
|
|
997
|
+
250: "var(--uy-spacing-250)",
|
|
998
|
+
300: "var(--uy-spacing-300)",
|
|
999
|
+
400: "var(--uy-spacing-400)",
|
|
1000
|
+
500: "var(--uy-spacing-500)",
|
|
1001
|
+
600: "var(--uy-spacing-600)",
|
|
1002
|
+
800: "var(--uy-spacing-800)",
|
|
1003
|
+
1e3: "var(--uy-spacing-1000)"
|
|
1004
|
+
},
|
|
1005
|
+
fontFamily: {
|
|
1006
|
+
serif: "var(--uy-font-family-serif)",
|
|
1007
|
+
sans: "var(--uy-font-family-sans)"
|
|
1008
|
+
},
|
|
1009
|
+
fontSize: {
|
|
1010
|
+
50: "var(--uy-font-size-50)",
|
|
1011
|
+
75: "var(--uy-font-size-75)",
|
|
1012
|
+
100: "var(--uy-font-size-100)",
|
|
1013
|
+
200: "var(--uy-font-size-200)",
|
|
1014
|
+
300: "var(--uy-font-size-300)",
|
|
1015
|
+
400: "var(--uy-font-size-400)",
|
|
1016
|
+
500: "var(--uy-font-size-500)",
|
|
1017
|
+
600: "var(--uy-font-size-600)",
|
|
1018
|
+
800: "var(--uy-font-size-800)",
|
|
1019
|
+
1e3: "var(--uy-font-size-1000)",
|
|
1020
|
+
h1: [
|
|
1021
|
+
"var(--uy-typography-h1__font-size)",
|
|
1022
|
+
{
|
|
1023
|
+
lineHeight: "var(--uy-typography-h1__line-height)",
|
|
1024
|
+
fontWeight: "var(--uy-typography-h1__font-weight)",
|
|
1025
|
+
fontFamily: "var(--uy-typography-h1__font-family)"
|
|
1026
|
+
}
|
|
1027
|
+
],
|
|
1028
|
+
h2: [
|
|
1029
|
+
"var(--uy-typography-h2__font-size)",
|
|
1030
|
+
{
|
|
1031
|
+
lineHeight: "var(--uy-typography-h2__line-height)",
|
|
1032
|
+
fontWeight: "var(--uy-typography-h2__font-weight)",
|
|
1033
|
+
fontFamily: "var(--uy-typography-h2__font-family)"
|
|
1034
|
+
}
|
|
1035
|
+
],
|
|
1036
|
+
h3: [
|
|
1037
|
+
"var(--uy-typography-h3__font-size)",
|
|
1038
|
+
{
|
|
1039
|
+
lineHeight: "var(--uy-typography-h3__line-height)",
|
|
1040
|
+
fontWeight: "var(--uy-typography-h3__font-weight)",
|
|
1041
|
+
fontFamily: "var(--uy-typography-h3__font-family)"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
h4: [
|
|
1045
|
+
"var(--uy-typography-h4__font-size)",
|
|
1046
|
+
{
|
|
1047
|
+
lineHeight: "var(--uy-typography-h4__line-height)",
|
|
1048
|
+
fontWeight: "var(--uy-typography-h4__font-weight)",
|
|
1049
|
+
fontFamily: "var(--uy-typography-h4__font-family)"
|
|
1050
|
+
}
|
|
1051
|
+
],
|
|
1052
|
+
overline: [
|
|
1053
|
+
"var(--uy-typography-overline__font-size)",
|
|
1054
|
+
{
|
|
1055
|
+
lineHeight: "var(--uy-typography-overline__line-height)",
|
|
1056
|
+
fontWeight: "var(--uy-typography-overline__font-weight)",
|
|
1057
|
+
fontFamily: "var(--uy-typography-overline__font-family)"
|
|
1058
|
+
}
|
|
1059
|
+
],
|
|
1060
|
+
subtitle: [
|
|
1061
|
+
"var(--uy-typography-subtitle__font-size)",
|
|
1062
|
+
{
|
|
1063
|
+
lineHeight: "var(--uy-typography-subtitle__line-height)",
|
|
1064
|
+
fontWeight: "var(--uy-typography-subtitle__font-weight)",
|
|
1065
|
+
fontFamily: "var(--uy-typography-subtitle__font-family)"
|
|
1066
|
+
}
|
|
1067
|
+
],
|
|
1068
|
+
"display-title": [
|
|
1069
|
+
"var(--uy-typography-display-title__font-size)",
|
|
1070
|
+
{
|
|
1071
|
+
lineHeight: "var(--uy-typography-display-title__line-height)",
|
|
1072
|
+
fontWeight: "var(--uy-typography-display-title__font-weight)",
|
|
1073
|
+
fontFamily: "var(--uy-typography-display-title__font-family)"
|
|
1074
|
+
}
|
|
1075
|
+
],
|
|
1076
|
+
"display-body": [
|
|
1077
|
+
"var(--uy-typography-display-body__font-size)",
|
|
1078
|
+
{
|
|
1079
|
+
lineHeight: "var(--uy-typography-display-body__line-height)",
|
|
1080
|
+
fontWeight: "var(--uy-typography-display-body__font-weight)",
|
|
1081
|
+
fontFamily: "var(--uy-typography-display-body__font-family)"
|
|
1082
|
+
}
|
|
1083
|
+
],
|
|
1084
|
+
body: [
|
|
1085
|
+
"var(--uy-typography-body__font-size)",
|
|
1086
|
+
{
|
|
1087
|
+
lineHeight: "var(--uy-typography-body__line-height)",
|
|
1088
|
+
fontWeight: "var(--uy-typography-body__font-weight)",
|
|
1089
|
+
fontFamily: "var(--uy-typography-body__font-family)"
|
|
1090
|
+
}
|
|
1091
|
+
],
|
|
1092
|
+
"body-strong": [
|
|
1093
|
+
"var(--uy-typography-body-strong__font-size)",
|
|
1094
|
+
{
|
|
1095
|
+
lineHeight: "var(--uy-typography-body-strong__line-height)",
|
|
1096
|
+
fontWeight: "var(--uy-typography-body-strong__font-weight)",
|
|
1097
|
+
fontFamily: "var(--uy-typography-body-strong__font-family)"
|
|
1098
|
+
}
|
|
1099
|
+
],
|
|
1100
|
+
"body-small": [
|
|
1101
|
+
"var(--uy-typography-body-small__font-size)",
|
|
1102
|
+
{
|
|
1103
|
+
lineHeight: "var(--uy-typography-body-small__line-height)",
|
|
1104
|
+
fontWeight: "var(--uy-typography-body-small__font-weight)",
|
|
1105
|
+
fontFamily: "var(--uy-typography-body-small__font-family)"
|
|
1106
|
+
}
|
|
1107
|
+
],
|
|
1108
|
+
"body-small-strong": [
|
|
1109
|
+
"var(--uy-typography-body-small-strong__font-size)",
|
|
1110
|
+
{
|
|
1111
|
+
lineHeight: "var(--uy-typography-body-small-strong__line-height)",
|
|
1112
|
+
fontWeight: "var(--uy-typography-body-small-strong__font-weight)",
|
|
1113
|
+
fontFamily: "var(--uy-typography-body-small-strong__font-family)"
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"body-large": [
|
|
1117
|
+
"var(--uy-typography-body-large__font-size)",
|
|
1118
|
+
{
|
|
1119
|
+
lineHeight: "var(--uy-typography-body-large__line-height)",
|
|
1120
|
+
fontWeight: "var(--uy-typography-body-large__font-weight)",
|
|
1121
|
+
fontFamily: "var(--uy-typography-body-large__font-family)"
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"body-large-strong": [
|
|
1125
|
+
"var(--uy-typography-body-large-strong__font-size)",
|
|
1126
|
+
{
|
|
1127
|
+
lineHeight: "var(--uy-typography-body-large-strong__line-height)",
|
|
1128
|
+
fontWeight: "var(--uy-typography-body-large-strong__font-weight)",
|
|
1129
|
+
fontFamily: "var(--uy-typography-body-large-strong__font-family)"
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
action: [
|
|
1133
|
+
"var(--uy-typography-action__font-size)",
|
|
1134
|
+
{
|
|
1135
|
+
lineHeight: "var(--uy-typography-action__line-height)",
|
|
1136
|
+
fontWeight: "var(--uy-typography-action__font-weight)",
|
|
1137
|
+
fontFamily: "var(--uy-typography-action__font-family)"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"action-small": [
|
|
1141
|
+
"var(--uy-typography-action-small__font-size)",
|
|
1142
|
+
{
|
|
1143
|
+
lineHeight: "var(--uy-typography-action-small__line-height)",
|
|
1144
|
+
fontWeight: "var(--uy-typography-action-small__font-weight)",
|
|
1145
|
+
fontFamily: "var(--uy-typography-action-small__font-family)"
|
|
1146
|
+
}
|
|
1147
|
+
],
|
|
1148
|
+
"action-large": [
|
|
1149
|
+
"var(--uy-typography-action-large__font-size)",
|
|
1150
|
+
{
|
|
1151
|
+
lineHeight: "var(--uy-typography-action-large__line-height)",
|
|
1152
|
+
fontWeight: "var(--uy-typography-action-large__font-weight)",
|
|
1153
|
+
fontFamily: "var(--uy-typography-action-large__font-family)"
|
|
1154
|
+
}
|
|
1155
|
+
]
|
|
1156
|
+
},
|
|
1157
|
+
fontWeight: {
|
|
1158
|
+
regular: "var(--uy-font-weight-regular)",
|
|
1159
|
+
medium: "var(--uy-font-weight-medium)",
|
|
1160
|
+
semibold: "var(--uy-font-weight-semibold)",
|
|
1161
|
+
bold: "var(--uy-font-weight-bold)"
|
|
1162
|
+
},
|
|
1163
|
+
lineHeight: {
|
|
1164
|
+
0: "var(--uy-font-lineHeight-0)",
|
|
1165
|
+
100: "var(--uy-font-lineHeight-100)",
|
|
1166
|
+
125: "var(--uy-font-lineHeight-125)",
|
|
1167
|
+
150: "var(--uy-font-lineHeight-150)",
|
|
1168
|
+
175: "var(--uy-font-lineHeight-175)",
|
|
1169
|
+
200: "var(--uy-font-lineHeight-200)"
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
}, h = {
|
|
1173
|
+
...i,
|
|
1174
|
+
plugins: [p]
|
|
1175
|
+
};
|
|
1176
|
+
export {
|
|
1177
|
+
h as default
|
|
1178
|
+
};
|