@1money/component-ui 0.0.52-alpha.4 → 0.0.53
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/es/index.css +1 -1
- package/es/styles/index.css +27 -22
- package/lib/index.css +1 -1
- package/lib/styles/index.css +27 -22
- package/package.json +1 -1
- package/scripts/mcp-server/index.generated.json +70 -52
package/lib/styles/index.css
CHANGED
|
@@ -188,128 +188,133 @@
|
|
|
188
188
|
--om-component-height-3xl: 56px;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
+
:root {
|
|
192
|
+
--om-font-aeonik: var(--font-aeonik), Aeonik, sans-serif;
|
|
193
|
+
--om-font-inter: var(--font-inter), Inter, sans-serif;
|
|
194
|
+
}
|
|
195
|
+
|
|
191
196
|
:root {
|
|
192
197
|
--om-display-xl-font-size: 76px;
|
|
193
|
-
--om-display-xl-font-family: var(--font-aeonik)
|
|
198
|
+
--om-display-xl-font-family: var(--om-font-aeonik);
|
|
194
199
|
--om-display-xl-line-height: 106px;
|
|
195
200
|
--om-display-xl-letter-spacing: -0.25px;
|
|
196
201
|
--om-display-xl-font-weight: 500;
|
|
197
202
|
--om-display-lg-font-size: 64px;
|
|
198
|
-
--om-display-lg-font-family: var(--font-aeonik)
|
|
203
|
+
--om-display-lg-font-family: var(--om-font-aeonik);
|
|
199
204
|
--om-display-lg-line-height: 90px;
|
|
200
205
|
--om-display-lg-letter-spacing: -0.25px;
|
|
201
206
|
--om-display-lg-font-weight: 500;
|
|
202
207
|
--om-display-md-font-size: 52px;
|
|
203
|
-
--om-display-md-font-family: var(--font-aeonik)
|
|
208
|
+
--om-display-md-font-family: var(--om-font-aeonik);
|
|
204
209
|
--om-display-md-line-height: 72px;
|
|
205
210
|
--om-display-md-letter-spacing: 0;
|
|
206
211
|
--om-display-md-font-weight: 500;
|
|
207
212
|
--om-display-sm-font-size: 46px;
|
|
208
|
-
--om-display-sm-font-family: var(--font-aeonik)
|
|
213
|
+
--om-display-sm-font-family: var(--om-font-aeonik);
|
|
209
214
|
--om-display-sm-line-height: 64px;
|
|
210
215
|
--om-display-sm-letter-spacing: 0;
|
|
211
216
|
--om-display-sm-font-weight: 500;
|
|
212
217
|
--om-display-xs-font-size: 36px;
|
|
213
|
-
--om-display-xs-font-family: var(--font-aeonik)
|
|
218
|
+
--om-display-xs-font-family: var(--om-font-aeonik);
|
|
214
219
|
--om-display-xs-line-height: 50px;
|
|
215
220
|
--om-display-xs-letter-spacing: 0;
|
|
216
221
|
--om-display-xs-font-weight: 500;
|
|
217
222
|
--om-headline-lg-font-size: 32px;
|
|
218
|
-
--om-headline-lg-font-family: var(--font-aeonik)
|
|
223
|
+
--om-headline-lg-font-family: var(--om-font-aeonik);
|
|
219
224
|
--om-headline-lg-line-height: 44px;
|
|
220
225
|
--om-headline-lg-letter-spacing: 0;
|
|
221
226
|
--om-headline-lg-font-weight: 500;
|
|
222
227
|
--om-headline-md-font-size: 28px;
|
|
223
|
-
--om-headline-md-font-family: var(--font-aeonik)
|
|
228
|
+
--om-headline-md-font-family: var(--om-font-aeonik);
|
|
224
229
|
--om-headline-md-line-height: 40px;
|
|
225
230
|
--om-headline-md-letter-spacing: 0;
|
|
226
231
|
--om-headline-md-font-weight: 500;
|
|
227
232
|
--om-headline-sm-font-size: 24px;
|
|
228
|
-
--om-headline-sm-font-family: var(--font-aeonik)
|
|
233
|
+
--om-headline-sm-font-family: var(--om-font-aeonik);
|
|
229
234
|
--om-headline-sm-line-height: 34px;
|
|
230
235
|
--om-headline-sm-letter-spacing: 0;
|
|
231
236
|
--om-headline-sm-font-weight: 500;
|
|
232
237
|
--om-headline-xs-font-size: 16px;
|
|
233
|
-
--om-headline-xs-font-family: var(--font-aeonik)
|
|
238
|
+
--om-headline-xs-font-family: var(--om-font-aeonik);
|
|
234
239
|
--om-headline-xs-line-height: 26px;
|
|
235
240
|
--om-headline-xs-letter-spacing: 0;
|
|
236
241
|
--om-headline-xs-font-weight: 500;
|
|
237
242
|
--om-title-lg-font-size: 18px;
|
|
238
|
-
--om-title-lg-font-family: var(--font-inter)
|
|
243
|
+
--om-title-lg-font-family: var(--om-font-inter);
|
|
239
244
|
--om-title-lg-line-height: 26px;
|
|
240
245
|
--om-title-lg-letter-spacing: 0;
|
|
241
246
|
--om-title-lg-font-weight: 500;
|
|
242
247
|
--om-title-lg-strong-font-weight: 700;
|
|
243
248
|
--om-title-md-font-size: 16px;
|
|
244
|
-
--om-title-md-font-family: var(--font-inter)
|
|
249
|
+
--om-title-md-font-family: var(--om-font-inter);
|
|
245
250
|
--om-title-md-line-height: 22px;
|
|
246
251
|
--om-title-md-letter-spacing: 0;
|
|
247
252
|
--om-title-md-font-weight: 500;
|
|
248
253
|
--om-title-md-strong-font-weight: 700;
|
|
249
254
|
--om-title-sm-font-size: 14px;
|
|
250
|
-
--om-title-sm-font-family: var(--font-inter)
|
|
255
|
+
--om-title-sm-font-family: var(--om-font-inter);
|
|
251
256
|
--om-title-sm-line-height: 20px;
|
|
252
257
|
--om-title-sm-letter-spacing: 0;
|
|
253
258
|
--om-title-sm-font-weight: 500;
|
|
254
259
|
--om-title-sm-strong-font-weight: 700;
|
|
255
260
|
--om-body-lg-font-size: 16px;
|
|
256
|
-
--om-body-lg-font-family: var(--font-inter)
|
|
261
|
+
--om-body-lg-font-family: var(--om-font-inter);
|
|
257
262
|
--om-body-lg-line-height: 22px;
|
|
258
263
|
--om-body-lg-letter-spacing: 0;
|
|
259
264
|
--om-body-lg-font-weight: 400;
|
|
260
265
|
--om-body-lg-strong-font-weight: 500;
|
|
261
266
|
--om-body-md-font-size: 14px;
|
|
262
|
-
--om-body-md-font-family: var(--font-inter)
|
|
267
|
+
--om-body-md-font-family: var(--om-font-inter);
|
|
263
268
|
--om-body-md-line-height: 20px;
|
|
264
269
|
--om-body-md-letter-spacing: 0;
|
|
265
270
|
--om-body-md-font-weight: 400;
|
|
266
271
|
--om-body-md-strong-font-weight: 500;
|
|
267
272
|
--om-body-sm-font-size: 12px;
|
|
268
|
-
--om-body-sm-font-family: var(--font-inter)
|
|
273
|
+
--om-body-sm-font-family: var(--om-font-inter);
|
|
269
274
|
--om-body-sm-line-height: 16px;
|
|
270
275
|
--om-body-sm-letter-spacing: 0;
|
|
271
276
|
--om-body-sm-font-weight: 400;
|
|
272
277
|
--om-body-sm-strong-font-weight: 500;
|
|
273
278
|
--om-link-md-font-size: 14px;
|
|
274
|
-
--om-link-md-font-family: var(--font-inter)
|
|
279
|
+
--om-link-md-font-family: var(--om-font-inter);
|
|
275
280
|
--om-link-md-line-height: 20px;
|
|
276
281
|
--om-link-md-letter-spacing: 0;
|
|
277
282
|
--om-link-md-font-weight: 500;
|
|
278
283
|
--om-link-md-text-decoration: underline;
|
|
279
284
|
--om-link-md-text-decoration-skip-ink: none;
|
|
280
285
|
--om-link-sm-font-size: 12px;
|
|
281
|
-
--om-link-sm-font-family: var(--font-inter)
|
|
286
|
+
--om-link-sm-font-family: var(--om-font-inter);
|
|
282
287
|
--om-link-sm-line-height: 16px;
|
|
283
288
|
--om-link-sm-letter-spacing: 0;
|
|
284
289
|
--om-link-sm-font-weight: 500;
|
|
285
290
|
--om-link-sm-text-decoration: underline;
|
|
286
291
|
--om-link-sm-text-decoration-skip-ink: none;
|
|
287
292
|
--om-label-xl-font-size: 18px;
|
|
288
|
-
--om-label-xl-font-family: var(--font-inter)
|
|
293
|
+
--om-label-xl-font-family: var(--om-font-inter);
|
|
289
294
|
--om-label-xl-line-height: 26px;
|
|
290
295
|
--om-label-xl-letter-spacing: 0;
|
|
291
296
|
--om-label-xl-font-weight: 500;
|
|
292
297
|
--om-label-xl-strong-font-weight: 700;
|
|
293
298
|
--om-label-lg-font-size: 16px;
|
|
294
|
-
--om-label-lg-font-family: var(--font-inter)
|
|
299
|
+
--om-label-lg-font-family: var(--om-font-inter);
|
|
295
300
|
--om-label-lg-line-height: 22px;
|
|
296
301
|
--om-label-lg-letter-spacing: 0;
|
|
297
302
|
--om-label-lg-font-weight: 500;
|
|
298
303
|
--om-label-lg-strong-font-weight: 600;
|
|
299
304
|
--om-label-md-font-size: 14px;
|
|
300
|
-
--om-label-md-font-family: var(--font-inter)
|
|
305
|
+
--om-label-md-font-family: var(--om-font-inter);
|
|
301
306
|
--om-label-md-line-height: 20px;
|
|
302
307
|
--om-label-md-letter-spacing: 0;
|
|
303
308
|
--om-label-md-font-weight: 500;
|
|
304
309
|
--om-label-md-strong-font-weight: 600;
|
|
305
310
|
--om-label-sm-font-size: 12px;
|
|
306
|
-
--om-label-sm-font-family: var(--font-inter)
|
|
311
|
+
--om-label-sm-font-family: var(--om-font-inter);
|
|
307
312
|
--om-label-sm-line-height: 16px;
|
|
308
313
|
--om-label-sm-letter-spacing: 0;
|
|
309
314
|
--om-label-sm-font-weight: 500;
|
|
310
315
|
--om-label-sm-strong-font-weight: 600;
|
|
311
316
|
--om-label-xs-font-size: 10px;
|
|
312
|
-
--om-label-xs-font-family: var(--font-inter)
|
|
317
|
+
--om-label-xs-font-family: var(--om-font-inter);
|
|
313
318
|
--om-label-xs-line-height: 14px;
|
|
314
319
|
--om-label-xs-letter-spacing: 0;
|
|
315
320
|
--om-label-xs-font-weight: 500;
|
package/package.json
CHANGED
|
@@ -18459,23 +18459,41 @@
|
|
|
18459
18459
|
"layer": "semantic"
|
|
18460
18460
|
},
|
|
18461
18461
|
{
|
|
18462
|
-
"name": "om-font-
|
|
18463
|
-
"scss": "$om-font-
|
|
18464
|
-
"cssVar": "--om-typography-om-font-
|
|
18465
|
-
"value": "var(--font-
|
|
18466
|
-
"resolved": "var(--font-
|
|
18462
|
+
"name": "om-font-aeonik",
|
|
18463
|
+
"scss": "$om-font-aeonik",
|
|
18464
|
+
"cssVar": "--om-typography-om-font-aeonik",
|
|
18465
|
+
"value": "var(--om-font-aeonik)",
|
|
18466
|
+
"resolved": "var(--om-font-aeonik)",
|
|
18467
18467
|
"kind": "typography",
|
|
18468
18468
|
"layer": "primitive"
|
|
18469
18469
|
},
|
|
18470
18470
|
{
|
|
18471
|
-
"name": "om-font-
|
|
18472
|
-
"scss": "$om-font-
|
|
18473
|
-
"cssVar": "--om-typography-om-font-
|
|
18471
|
+
"name": "om-font-aeonik-stack",
|
|
18472
|
+
"scss": "$om-font-aeonik-stack",
|
|
18473
|
+
"cssVar": "--om-typography-om-font-aeonik-stack",
|
|
18474
18474
|
"value": "var(--font-aeonik), Aeonik, sans-serif",
|
|
18475
18475
|
"resolved": "var(--font-aeonik), Aeonik, sans-serif",
|
|
18476
18476
|
"kind": "typography",
|
|
18477
18477
|
"layer": "primitive"
|
|
18478
18478
|
},
|
|
18479
|
+
{
|
|
18480
|
+
"name": "om-font-inter",
|
|
18481
|
+
"scss": "$om-font-inter",
|
|
18482
|
+
"cssVar": "--om-typography-om-font-inter",
|
|
18483
|
+
"value": "var(--om-font-inter)",
|
|
18484
|
+
"resolved": "var(--om-font-inter)",
|
|
18485
|
+
"kind": "typography",
|
|
18486
|
+
"layer": "primitive"
|
|
18487
|
+
},
|
|
18488
|
+
{
|
|
18489
|
+
"name": "om-font-inter-stack",
|
|
18490
|
+
"scss": "$om-font-inter-stack",
|
|
18491
|
+
"cssVar": "--om-typography-om-font-inter-stack",
|
|
18492
|
+
"value": "var(--font-inter), Inter, sans-serif",
|
|
18493
|
+
"resolved": "var(--font-inter), Inter, sans-serif",
|
|
18494
|
+
"kind": "typography",
|
|
18495
|
+
"layer": "primitive"
|
|
18496
|
+
},
|
|
18479
18497
|
{
|
|
18480
18498
|
"name": "om-font-weight-bold",
|
|
18481
18499
|
"scss": "$om-font-weight-bold",
|
|
@@ -18543,8 +18561,8 @@
|
|
|
18543
18561
|
"name": "typography-body-lg",
|
|
18544
18562
|
"scss": "$om-typography-body['lg']",
|
|
18545
18563
|
"cssVar": "--om-typography-typography-body-lg",
|
|
18546
|
-
"value": "(\n font-family: $om-font-
|
|
18547
|
-
"resolved": "(\n font-family: $om-font-
|
|
18564
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-regular,\n font-size: 16px,\n line-height: 22px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-medium),\n )",
|
|
18565
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-regular,\n font-size: 16px,\n line-height: 22px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-medium),\n )",
|
|
18548
18566
|
"kind": "typography",
|
|
18549
18567
|
"layer": "semantic"
|
|
18550
18568
|
},
|
|
@@ -18552,8 +18570,8 @@
|
|
|
18552
18570
|
"name": "typography-body-md",
|
|
18553
18571
|
"scss": "$om-typography-body['md']",
|
|
18554
18572
|
"cssVar": "--om-typography-typography-body-md",
|
|
18555
|
-
"value": "(\n font-family: $om-font-
|
|
18556
|
-
"resolved": "(\n font-family: $om-font-
|
|
18573
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-regular,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-medium),\n )",
|
|
18574
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-regular,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-medium),\n )",
|
|
18557
18575
|
"kind": "typography",
|
|
18558
18576
|
"layer": "semantic"
|
|
18559
18577
|
},
|
|
@@ -18561,8 +18579,8 @@
|
|
|
18561
18579
|
"name": "typography-body-sm",
|
|
18562
18580
|
"scss": "$om-typography-body['sm']",
|
|
18563
18581
|
"cssVar": "--om-typography-typography-body-sm",
|
|
18564
|
-
"value": "(\n font-family: $om-font-
|
|
18565
|
-
"resolved": "(\n font-family: $om-font-
|
|
18582
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-regular,\n font-size: 12px,\n line-height: 16px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-medium),\n )",
|
|
18583
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-regular,\n font-size: 12px,\n line-height: 16px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-medium),\n )",
|
|
18566
18584
|
"kind": "typography",
|
|
18567
18585
|
"layer": "semantic"
|
|
18568
18586
|
},
|
|
@@ -18624,8 +18642,8 @@
|
|
|
18624
18642
|
"name": "typography-display-lg",
|
|
18625
18643
|
"scss": "$om-typography-display['lg']",
|
|
18626
18644
|
"cssVar": "--om-typography-typography-display-lg",
|
|
18627
|
-
"value": "(\n font-family: $om-font-
|
|
18628
|
-
"resolved": "(\n font-family: $om-font-
|
|
18645
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 64px,\n line-height: 90px,\n letter-spacing: $om-tracking-tight,\n )",
|
|
18646
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 64px,\n line-height: 90px,\n letter-spacing: $om-tracking-tight,\n )",
|
|
18629
18647
|
"kind": "typography",
|
|
18630
18648
|
"layer": "semantic"
|
|
18631
18649
|
},
|
|
@@ -18633,8 +18651,8 @@
|
|
|
18633
18651
|
"name": "typography-display-md",
|
|
18634
18652
|
"scss": "$om-typography-display['md']",
|
|
18635
18653
|
"cssVar": "--om-typography-typography-display-md",
|
|
18636
|
-
"value": "(\n font-family: $om-font-
|
|
18637
|
-
"resolved": "(\n font-family: $om-font-
|
|
18654
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 52px,\n line-height: 72px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18655
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 52px,\n line-height: 72px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18638
18656
|
"kind": "typography",
|
|
18639
18657
|
"layer": "semantic"
|
|
18640
18658
|
},
|
|
@@ -18642,8 +18660,8 @@
|
|
|
18642
18660
|
"name": "typography-display-sm",
|
|
18643
18661
|
"scss": "$om-typography-display['sm']",
|
|
18644
18662
|
"cssVar": "--om-typography-typography-display-sm",
|
|
18645
|
-
"value": "(\n font-family: $om-font-
|
|
18646
|
-
"resolved": "(\n font-family: $om-font-
|
|
18663
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 46px,\n line-height: 64px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18664
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 46px,\n line-height: 64px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18647
18665
|
"kind": "typography",
|
|
18648
18666
|
"layer": "semantic"
|
|
18649
18667
|
},
|
|
@@ -18651,8 +18669,8 @@
|
|
|
18651
18669
|
"name": "typography-display-xl",
|
|
18652
18670
|
"scss": "$om-typography-display['xl']",
|
|
18653
18671
|
"cssVar": "--om-typography-typography-display-xl",
|
|
18654
|
-
"value": "(\n font-family: $om-font-
|
|
18655
|
-
"resolved": "(\n font-family: $om-font-
|
|
18672
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 76px,\n line-height: 106px,\n letter-spacing: $om-tracking-tight,\n )",
|
|
18673
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 76px,\n line-height: 106px,\n letter-spacing: $om-tracking-tight,\n )",
|
|
18656
18674
|
"kind": "typography",
|
|
18657
18675
|
"layer": "semantic"
|
|
18658
18676
|
},
|
|
@@ -18660,8 +18678,8 @@
|
|
|
18660
18678
|
"name": "typography-display-xs",
|
|
18661
18679
|
"scss": "$om-typography-display['xs']",
|
|
18662
18680
|
"cssVar": "--om-typography-typography-display-xs",
|
|
18663
|
-
"value": "(\n font-family: $om-font-
|
|
18664
|
-
"resolved": "(\n font-family: $om-font-
|
|
18681
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 36px,\n line-height: 50px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18682
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 36px,\n line-height: 50px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18665
18683
|
"kind": "typography",
|
|
18666
18684
|
"layer": "semantic"
|
|
18667
18685
|
},
|
|
@@ -18669,8 +18687,8 @@
|
|
|
18669
18687
|
"name": "typography-headline-lg",
|
|
18670
18688
|
"scss": "$om-typography-headline['lg']",
|
|
18671
18689
|
"cssVar": "--om-typography-typography-headline-lg",
|
|
18672
|
-
"value": "(\n font-family: $om-font-
|
|
18673
|
-
"resolved": "(\n font-family: $om-font-
|
|
18690
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 32px,\n line-height: 44px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18691
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 32px,\n line-height: 44px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18674
18692
|
"kind": "typography",
|
|
18675
18693
|
"layer": "semantic"
|
|
18676
18694
|
},
|
|
@@ -18678,8 +18696,8 @@
|
|
|
18678
18696
|
"name": "typography-headline-md",
|
|
18679
18697
|
"scss": "$om-typography-headline['md']",
|
|
18680
18698
|
"cssVar": "--om-typography-typography-headline-md",
|
|
18681
|
-
"value": "(\n font-family: $om-font-
|
|
18682
|
-
"resolved": "(\n font-family: $om-font-
|
|
18699
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 28px,\n line-height: 40px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18700
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 28px,\n line-height: 40px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18683
18701
|
"kind": "typography",
|
|
18684
18702
|
"layer": "semantic"
|
|
18685
18703
|
},
|
|
@@ -18687,8 +18705,8 @@
|
|
|
18687
18705
|
"name": "typography-headline-sm",
|
|
18688
18706
|
"scss": "$om-typography-headline['sm']",
|
|
18689
18707
|
"cssVar": "--om-typography-typography-headline-sm",
|
|
18690
|
-
"value": "(\n font-family: $om-font-
|
|
18691
|
-
"resolved": "(\n font-family: $om-font-
|
|
18708
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 24px,\n line-height: 34px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18709
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 24px,\n line-height: 34px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18692
18710
|
"kind": "typography",
|
|
18693
18711
|
"layer": "semantic"
|
|
18694
18712
|
},
|
|
@@ -18696,8 +18714,8 @@
|
|
|
18696
18714
|
"name": "typography-headline-xs",
|
|
18697
18715
|
"scss": "$om-typography-headline['xs']",
|
|
18698
18716
|
"cssVar": "--om-typography-typography-headline-xs",
|
|
18699
|
-
"value": "(\n font-family: $om-font-
|
|
18700
|
-
"resolved": "(\n font-family: $om-font-
|
|
18717
|
+
"value": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 16px,\n line-height: 26px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18718
|
+
"resolved": "(\n font-family: $om-font-aeonik,\n font-weight: $om-font-weight-medium,\n font-size: 16px,\n line-height: 26px,\n letter-spacing: $om-tracking-none,\n )",
|
|
18701
18719
|
"kind": "typography",
|
|
18702
18720
|
"layer": "semantic"
|
|
18703
18721
|
},
|
|
@@ -18705,8 +18723,8 @@
|
|
|
18705
18723
|
"name": "typography-label-lg",
|
|
18706
18724
|
"scss": "$om-typography-label['lg']",
|
|
18707
18725
|
"cssVar": "--om-typography-typography-label-lg",
|
|
18708
|
-
"value": "(\n font-family: $om-font-
|
|
18709
|
-
"resolved": "(\n font-family: $om-font-
|
|
18726
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 16px,\n line-height: 22px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-semibold),\n )",
|
|
18727
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 16px,\n line-height: 22px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-semibold),\n )",
|
|
18710
18728
|
"kind": "typography",
|
|
18711
18729
|
"layer": "semantic"
|
|
18712
18730
|
},
|
|
@@ -18714,8 +18732,8 @@
|
|
|
18714
18732
|
"name": "typography-label-md",
|
|
18715
18733
|
"scss": "$om-typography-label['md']",
|
|
18716
18734
|
"cssVar": "--om-typography-typography-label-md",
|
|
18717
|
-
"value": "(\n font-family: $om-font-
|
|
18718
|
-
"resolved": "(\n font-family: $om-font-
|
|
18735
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-semibold),\n )",
|
|
18736
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-semibold),\n )",
|
|
18719
18737
|
"kind": "typography",
|
|
18720
18738
|
"layer": "semantic"
|
|
18721
18739
|
},
|
|
@@ -18723,8 +18741,8 @@
|
|
|
18723
18741
|
"name": "typography-label-sm",
|
|
18724
18742
|
"scss": "$om-typography-label['sm']",
|
|
18725
18743
|
"cssVar": "--om-typography-typography-label-sm",
|
|
18726
|
-
"value": "(\n font-family: $om-font-
|
|
18727
|
-
"resolved": "(\n font-family: $om-font-
|
|
18744
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 12px,\n line-height: 16px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-semibold),\n )",
|
|
18745
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 12px,\n line-height: 16px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-semibold),\n )",
|
|
18728
18746
|
"kind": "typography",
|
|
18729
18747
|
"layer": "semantic"
|
|
18730
18748
|
},
|
|
@@ -18732,8 +18750,8 @@
|
|
|
18732
18750
|
"name": "typography-label-xl",
|
|
18733
18751
|
"scss": "$om-typography-label['xl']",
|
|
18734
18752
|
"cssVar": "--om-typography-typography-label-xl",
|
|
18735
|
-
"value": "(\n font-family: $om-font-
|
|
18736
|
-
"resolved": "(\n font-family: $om-font-
|
|
18753
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 18px,\n line-height: 26px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
18754
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 18px,\n line-height: 26px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
18737
18755
|
"kind": "typography",
|
|
18738
18756
|
"layer": "semantic"
|
|
18739
18757
|
},
|
|
@@ -18741,8 +18759,8 @@
|
|
|
18741
18759
|
"name": "typography-label-xs",
|
|
18742
18760
|
"scss": "$om-typography-label['xs']",
|
|
18743
18761
|
"cssVar": "--om-typography-typography-label-xs",
|
|
18744
|
-
"value": "(\n font-family: $om-font-
|
|
18745
|
-
"resolved": "(\n font-family: $om-font-
|
|
18762
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 10px,\n line-height: 14px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-semibold),\n )",
|
|
18763
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 10px,\n line-height: 14px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-semibold),\n )",
|
|
18746
18764
|
"kind": "typography",
|
|
18747
18765
|
"layer": "semantic"
|
|
18748
18766
|
},
|
|
@@ -18750,8 +18768,8 @@
|
|
|
18750
18768
|
"name": "typography-link-md",
|
|
18751
18769
|
"scss": "$om-typography-link['md']",
|
|
18752
18770
|
"cssVar": "--om-typography-typography-link-md",
|
|
18753
|
-
"value": "(\n font-family: $om-font-
|
|
18754
|
-
"resolved": "(\n font-family: $om-font-
|
|
18771
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n text-decoration: underline,\n text-decoration-skip-ink: none,\n )",
|
|
18772
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n text-decoration: underline,\n text-decoration-skip-ink: none,\n )",
|
|
18755
18773
|
"kind": "typography",
|
|
18756
18774
|
"layer": "semantic"
|
|
18757
18775
|
},
|
|
@@ -18759,8 +18777,8 @@
|
|
|
18759
18777
|
"name": "typography-link-sm",
|
|
18760
18778
|
"scss": "$om-typography-link['sm']",
|
|
18761
18779
|
"cssVar": "--om-typography-typography-link-sm",
|
|
18762
|
-
"value": "(\n font-family: $om-font-
|
|
18763
|
-
"resolved": "(\n font-family: $om-font-
|
|
18780
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 12px,\n line-height: 16px,\n letter-spacing: $om-tracking-none,\n text-decoration: underline,\n text-decoration-skip-ink: none,\n )",
|
|
18781
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 12px,\n line-height: 16px,\n letter-spacing: $om-tracking-none,\n text-decoration: underline,\n text-decoration-skip-ink: none,\n )",
|
|
18764
18782
|
"kind": "typography",
|
|
18765
18783
|
"layer": "semantic"
|
|
18766
18784
|
},
|
|
@@ -18768,8 +18786,8 @@
|
|
|
18768
18786
|
"name": "typography-title-lg",
|
|
18769
18787
|
"scss": "$om-typography-title['lg']",
|
|
18770
18788
|
"cssVar": "--om-typography-typography-title-lg",
|
|
18771
|
-
"value": "(\n font-family: $om-font-
|
|
18772
|
-
"resolved": "(\n font-family: $om-font-
|
|
18789
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 18px,\n line-height: 26px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
18790
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 18px,\n line-height: 26px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
18773
18791
|
"kind": "typography",
|
|
18774
18792
|
"layer": "semantic"
|
|
18775
18793
|
},
|
|
@@ -18777,8 +18795,8 @@
|
|
|
18777
18795
|
"name": "typography-title-md",
|
|
18778
18796
|
"scss": "$om-typography-title['md']",
|
|
18779
18797
|
"cssVar": "--om-typography-typography-title-md",
|
|
18780
|
-
"value": "(\n font-family: $om-font-
|
|
18781
|
-
"resolved": "(\n font-family: $om-font-
|
|
18798
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 16px,\n line-height: 22px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
18799
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 16px,\n line-height: 22px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
18782
18800
|
"kind": "typography",
|
|
18783
18801
|
"layer": "semantic"
|
|
18784
18802
|
},
|
|
@@ -18786,8 +18804,8 @@
|
|
|
18786
18804
|
"name": "typography-title-sm",
|
|
18787
18805
|
"scss": "$om-typography-title['sm']",
|
|
18788
18806
|
"cssVar": "--om-typography-typography-title-sm",
|
|
18789
|
-
"value": "(\n font-family: $om-font-
|
|
18790
|
-
"resolved": "(\n font-family: $om-font-
|
|
18807
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
18808
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
18791
18809
|
"kind": "typography",
|
|
18792
18810
|
"layer": "semantic"
|
|
18793
18811
|
}
|