@financial-times/o-private-foundation 1.0.0 → 1.0.1
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/src/scss/tokens/core.scss +103 -103
- package/src/scss/tokens/internal.scss +87 -87
- package/src/scss/tokens/professional.scss +103 -103
- package/src/scss/tokens/sustainable-views.scss +103 -103
- package/src/scss/tokens/whitelabel.scss +103 -103
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.0.1](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.0.0...o-private-foundation-v1.0.1) (2025-02-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* use rem as default type for sizing tokens ([#1976](https://github.com/Financial-Times/origami/issues/1976)) ([7a56895](https://github.com/Financial-Times/origami/commit/7a568959bddf6a744caaa5c17dac3047acabc292))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/o-private-foundation",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Foundation components for use in Origami components only.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://registry.origami.ft.com/components/o-private-foundation",
|
|
@@ -215,18 +215,18 @@ $tokens: (
|
|
|
215
215
|
'_o3-button-ghost-mono-active-background': #262a33,
|
|
216
216
|
'_o3-button-ghost-mono-active-color': #ffffff,
|
|
217
217
|
'_o3-button-ghost-mono-active-border': rgba(255, 255, 255, 0),
|
|
218
|
-
'o3-spacing-5xs':
|
|
219
|
-
'o3-spacing-4xs':
|
|
220
|
-
'o3-spacing-3xs':
|
|
221
|
-
'o3-spacing-2xs':
|
|
222
|
-
'o3-spacing-xs':
|
|
223
|
-
'o3-spacing-s':
|
|
224
|
-
'o3-spacing-m':
|
|
225
|
-
'o3-spacing-l':
|
|
226
|
-
'o3-spacing-xl':
|
|
227
|
-
'o3-spacing-2xl':
|
|
228
|
-
'o3-spacing-3xl':
|
|
229
|
-
'o3-spacing-4xl':
|
|
218
|
+
'o3-spacing-5xs': 0.25rem,
|
|
219
|
+
'o3-spacing-4xs': 0.5rem,
|
|
220
|
+
'o3-spacing-3xs': 0.75rem,
|
|
221
|
+
'o3-spacing-2xs': 1rem,
|
|
222
|
+
'o3-spacing-xs': 1.25rem,
|
|
223
|
+
'o3-spacing-s': 1.5rem,
|
|
224
|
+
'o3-spacing-m': 2rem,
|
|
225
|
+
'o3-spacing-l': 2.5rem,
|
|
226
|
+
'o3-spacing-xl': 3rem,
|
|
227
|
+
'o3-spacing-2xl': 4rem,
|
|
228
|
+
'o3-spacing-3xl': 5rem,
|
|
229
|
+
'o3-spacing-4xl': 6rem,
|
|
230
230
|
'_o3-tooltip-background-color': #ffffff,
|
|
231
231
|
'_o3-tooltip-text-color': #1a1817,
|
|
232
232
|
'_o3-tooltip-icon-info': url("data:image/svg+xml,%3Csvg%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M12%204C7.58172%204%204%207.58172%204%2012C4%2016.4183%207.58172%2020%2012%2020C16.4183%2020%2020%2016.4183%2020%2012C20%207.58172%2016.4183%204%2012%204ZM2%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012Z%22%20fill=%22black%22/%3E%0A%3Cpath%20d=%22M13.2948%2010.012V17.376H10.7188V10.012H13.2948ZM10.5508%207.99602C10.5508%207.58536%2010.6908%207.25402%2010.9708%207.00202C11.2601%206.75002%2011.6008%206.62402%2011.9928%206.62402C12.3941%206.62402%2012.7348%206.75002%2013.0148%207.00202C13.3041%207.25402%2013.4488%207.58536%2013.4488%207.99602C13.4488%208.40669%2013.3041%208.74269%2013.0148%209.00402C12.7348%209.25602%2012.3941%209.38202%2011.9928%209.38202C11.6008%209.38202%2011.2601%209.25602%2010.9708%209.00402C10.6908%208.74269%2010.5508%208.40669%2010.5508%207.99602Z%22%20fill=%22black%22/%3E%0A%3C/svg%3E"),
|
|
@@ -236,113 +236,113 @@ $tokens: (
|
|
|
236
236
|
// Use this style for large screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
237
237
|
'o3-type-display-lg-font-weight': 800,
|
|
238
238
|
// Use this style for large screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
239
|
-
'o3-type-display-lg-font-size':
|
|
239
|
+
'o3-type-display-lg-font-size': 3rem,
|
|
240
240
|
// Use this style for large screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
241
|
-
'o3-type-display-lg-line-height':
|
|
241
|
+
'o3-type-display-lg-line-height': 3rem,
|
|
242
242
|
// Use this style for medium screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
243
243
|
'o3-type-display-md-font-family': ('financier display VF', serif),
|
|
244
244
|
// Use this style for medium screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
245
245
|
'o3-type-display-md-font-weight': 800,
|
|
246
246
|
// Use this style for medium screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
247
|
-
'o3-type-display-md-font-size':
|
|
247
|
+
'o3-type-display-md-font-size': 2.5rem,
|
|
248
248
|
// Use this style for medium screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
249
|
-
'o3-type-display-md-line-height':
|
|
249
|
+
'o3-type-display-md-line-height': 2.5rem,
|
|
250
250
|
// Use this style for small screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
251
251
|
'o3-type-display-sm-font-family': ('financier display VF', serif),
|
|
252
252
|
// Use this style for small screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
253
253
|
'o3-type-display-sm-font-weight': 800,
|
|
254
254
|
// Use this style for small screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
255
|
-
'o3-type-display-sm-font-size':
|
|
255
|
+
'o3-type-display-sm-font-size': 2rem,
|
|
256
256
|
// Use this style for small screens headlines in the main headers (toppers) of content pages, for prominent, large teasers or landing pages.
|
|
257
|
-
'o3-type-display-sm-line-height':
|
|
257
|
+
'o3-type-display-sm-line-height': 2rem,
|
|
258
258
|
// Use this style for large screens headlines in standard-sized teasers and text only toppers (eg. Opinion and News).
|
|
259
259
|
'o3-type-headline-lg-font-family': ('financier display VF', serif),
|
|
260
260
|
// Use this style for large screens headlines in standard-sized teasers and text only toppers (eg. Opinion and News).
|
|
261
261
|
'o3-type-headline-lg-font-weight': 300,
|
|
262
262
|
// Use this style for large screens headlines in standard-sized teasers and text only toppers (eg. Opinion and News).
|
|
263
|
-
'o3-type-headline-lg-font-size':
|
|
263
|
+
'o3-type-headline-lg-font-size': 2.5rem,
|
|
264
264
|
// Use this style for large screens headlines in standard-sized teasers and text only toppers (eg. Opinion and News).
|
|
265
|
-
'o3-type-headline-lg-line-height':
|
|
265
|
+
'o3-type-headline-lg-line-height': 2.5rem,
|
|
266
266
|
// Use this style for medium screens headlines in smaller teasers and text only toppers (eg. Opinion and News).
|
|
267
267
|
'o3-type-headline-md-font-family': ('financier display VF', serif),
|
|
268
268
|
// Use this style for medium screens headlines in smaller teasers and text only toppers (eg. Opinion and News).
|
|
269
269
|
'o3-type-headline-md-font-weight': 300,
|
|
270
270
|
// Use this style for medium screens headlines in smaller teasers and text only toppers (eg. Opinion and News).
|
|
271
|
-
'o3-type-headline-md-font-size':
|
|
271
|
+
'o3-type-headline-md-font-size': 2rem,
|
|
272
272
|
// Use this style for medium screens headlines in smaller teasers and text only toppers (eg. Opinion and News).
|
|
273
|
-
'o3-type-headline-md-line-height':
|
|
273
|
+
'o3-type-headline-md-line-height': 2rem,
|
|
274
274
|
// Use this style for small screens headlines in smaller teasers and text only toppers (eg. Opinion and News).
|
|
275
275
|
'o3-type-headline-sm-font-family': ('financier display VF', serif),
|
|
276
276
|
// Use this style for small screens headlines in smaller teasers and text only toppers (eg. Opinion and News).
|
|
277
277
|
'o3-type-headline-sm-font-weight': 300,
|
|
278
278
|
// Use this style for small screens headlines in smaller teasers and text only toppers (eg. Opinion and News).
|
|
279
|
-
'o3-type-headline-sm-font-size':
|
|
279
|
+
'o3-type-headline-sm-font-size': 1.5rem,
|
|
280
280
|
// Use this style for small screens headlines in smaller teasers and text only toppers (eg. Opinion and News).
|
|
281
|
-
'o3-type-headline-sm-line-height':
|
|
281
|
+
'o3-type-headline-sm-line-height': 1.75rem,
|
|
282
282
|
// Use for the main page title H1 in functional pages such as account and settings. Use across all breakpoints.
|
|
283
283
|
'o3-type-title-lg-font-family': ('metric 2 VF', sans-serif),
|
|
284
284
|
// Use for the main page title H1 in functional pages such as account and settings. Use across all breakpoints.
|
|
285
285
|
'o3-type-title-lg-font-weight': 700,
|
|
286
286
|
// Use for the main page title H1 in functional pages such as account and settings. Use across all breakpoints.
|
|
287
|
-
'o3-type-title-lg-font-size':
|
|
287
|
+
'o3-type-title-lg-font-size': 1.75rem,
|
|
288
288
|
// Use for the main page title H1 in functional pages such as account and settings. Use across all breakpoints.
|
|
289
|
-
'o3-type-title-lg-line-height':
|
|
289
|
+
'o3-type-title-lg-line-height': 2rem,
|
|
290
290
|
// Use this style as H3 or subtitles within the content body to break paragraphs, or for titles of components like forms, tables and cards across all breakpoints.
|
|
291
291
|
'o3-type-title-md-font-family': ('metric 2 VF', sans-serif),
|
|
292
292
|
// Use this style as H3 or subtitles within the content body to break paragraphs, or for titles of components like forms, tables and cards across all breakpoints.
|
|
293
293
|
'o3-type-title-md-font-weight': 400,
|
|
294
294
|
// Use this style as H3 or subtitles within the content body to break paragraphs, or for titles of components like forms, tables and cards across all breakpoints.
|
|
295
|
-
'o3-type-title-md-font-size':
|
|
295
|
+
'o3-type-title-md-font-size': 1.5rem,
|
|
296
296
|
// Use this style as H3 or subtitles within the content body to break paragraphs, or for titles of components like forms, tables and cards across all breakpoints.
|
|
297
|
-
'o3-type-title-md-line-height':
|
|
297
|
+
'o3-type-title-md-line-height': 2rem,
|
|
298
298
|
// Use H6 for subtitles within the content body to break up paragraphs, and H2 for subheadings on stream pages or as subtitles for components such as forms, tables, and cards across all breakpoints.
|
|
299
299
|
'o3-type-title-sm-font-family': ('metric 2 VF', sans-serif),
|
|
300
300
|
// Use H6 for subtitles within the content body to break up paragraphs, and H2 for subheadings on stream pages or as subtitles for components such as forms, tables, and cards across all breakpoints.
|
|
301
301
|
'o3-type-title-sm-font-weight': 400,
|
|
302
302
|
// Use H6 for subtitles within the content body to break up paragraphs, and H2 for subheadings on stream pages or as subtitles for components such as forms, tables, and cards across all breakpoints.
|
|
303
|
-
'o3-type-title-sm-line-height':
|
|
303
|
+
'o3-type-title-sm-line-height': 1.75rem,
|
|
304
304
|
// Use H6 for subtitles within the content body to break up paragraphs, and H2 for subheadings on stream pages or as subtitles for components such as forms, tables, and cards across all breakpoints.
|
|
305
|
-
'o3-type-title-sm-font-size':
|
|
305
|
+
'o3-type-title-sm-font-size': 1.25rem,
|
|
306
306
|
// Use primarily for the stand-first (introductory summary or highlight) in topper component, as larger body text in components, or section description.
|
|
307
307
|
'o3-type-body-lg-font-family': ('metric 2 VF', sans-serif),
|
|
308
308
|
// Use primarily for the stand-first (introductory summary or highlight) in topper component, as larger body text in components, or section description.
|
|
309
309
|
'o3-type-body-lg-font-weight': 400,
|
|
310
310
|
// Use primarily for the stand-first (introductory summary or highlight) in topper component, as larger body text in components, or section description.
|
|
311
|
-
'o3-type-body-lg-font-size':
|
|
311
|
+
'o3-type-body-lg-font-size': 1.125rem,
|
|
312
312
|
// Use primarily for the stand-first (introductory summary or highlight) in topper component, as larger body text in components, or section description.
|
|
313
|
-
'o3-type-body-lg-line-height':
|
|
313
|
+
'o3-type-body-lg-line-height': 1.5rem,
|
|
314
314
|
// Use this style for the stand-first in teasers and as the default body copy style across components such as location in the byline.
|
|
315
315
|
'o3-type-body-base-font-family': ('metric 2 VF', sans-serif),
|
|
316
316
|
// Use this style for the stand-first in teasers and as the default body copy style across components such as location in the byline.
|
|
317
317
|
'o3-type-body-base-font-weight': 400,
|
|
318
318
|
// Use this style for the stand-first in teasers and as the default body copy style across components such as location in the byline.
|
|
319
|
-
'o3-type-body-base-font-size':
|
|
319
|
+
'o3-type-body-base-font-size': 1rem,
|
|
320
320
|
// Use this style for the stand-first in teasers and as the default body copy style across components such as location in the byline.
|
|
321
|
-
'o3-type-body-base-line-height':
|
|
321
|
+
'o3-type-body-base-line-height': 1.5rem,
|
|
322
322
|
// Use this style for bold formatting in body copy or for small interactive elements, such as Topic tags and Author names.
|
|
323
323
|
'o3-type-body-highlight-font-family': ('metric 2 VF', sans-serif),
|
|
324
324
|
// Use this style for bold formatting in body copy or for small interactive elements, such as Topic tags and Author names.
|
|
325
325
|
'o3-type-body-highlight-font-weight': 700,
|
|
326
326
|
// Use this style for bold formatting in body copy or for small interactive elements, such as Topic tags and Author names.
|
|
327
|
-
'o3-type-body-highlight-font-size':
|
|
327
|
+
'o3-type-body-highlight-font-size': 1rem,
|
|
328
328
|
// Use this style for bold formatting in body copy or for small interactive elements, such as Topic tags and Author names.
|
|
329
|
-
'o3-type-body-highlight-line-height':
|
|
329
|
+
'o3-type-body-highlight-line-height': 1.5rem,
|
|
330
330
|
// Use this style for caption in visual assets such as image and video and for small text elements, such as secondary metadata, caveats, or footnotes.
|
|
331
331
|
'o3-type-detail-font-family': ('metric 2 VF', sans-serif),
|
|
332
332
|
// Use this style for caption in visual assets such as image and video and for small text elements, such as secondary metadata, caveats, or footnotes.
|
|
333
333
|
'o3-type-detail-font-weight': 400,
|
|
334
334
|
// Use this style for caption in visual assets such as image and video and for small text elements, such as secondary metadata, caveats, or footnotes.
|
|
335
|
-
'o3-type-detail-font-size':
|
|
335
|
+
'o3-type-detail-font-size': 0.875rem,
|
|
336
336
|
// Use this style for caption in visual assets such as image and video and for small text elements, such as secondary metadata, caveats, or footnotes.
|
|
337
|
-
'o3-type-detail-line-height':
|
|
337
|
+
'o3-type-detail-line-height': 1.25rem,
|
|
338
338
|
// Use this style for labels such as badges and metadata in teasers and toppers (e.g., "Live," "Premium," or the main timestamp). Avoid using full sentences.
|
|
339
339
|
'o3-type-label-font-family': ('metric 2 VF', sans-serif),
|
|
340
340
|
// Use this style for labels such as badges and metadata in teasers and toppers (e.g., "Live," "Premium," or the main timestamp). Avoid using full sentences.
|
|
341
341
|
'o3-type-label-font-weight': 400,
|
|
342
342
|
// Use this style for labels such as badges and metadata in teasers and toppers (e.g., "Live," "Premium," or the main timestamp). Avoid using full sentences.
|
|
343
|
-
'o3-type-label-font-size':
|
|
343
|
+
'o3-type-label-font-size': 0.875rem,
|
|
344
344
|
// Use this style for labels such as badges and metadata in teasers and toppers (e.g., "Live," "Premium," or the main timestamp). Avoid using full sentences.
|
|
345
|
-
'o3-type-label-line-height':
|
|
345
|
+
'o3-type-label-line-height': 1.25rem,
|
|
346
346
|
// Use this style for labels such as badges and metadata in teasers and toppers (e.g., "Live," "Premium," or the main timestamp). Avoid using full sentences.
|
|
347
347
|
'o3-type-label-text-case': uppercase,
|
|
348
348
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
@@ -350,25 +350,25 @@ $tokens: (
|
|
|
350
350
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
351
351
|
'o3-type-body-content-base-font-weight': Regular,
|
|
352
352
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
353
|
-
'o3-type-body-content-base-font-size':
|
|
353
|
+
'o3-type-body-content-base-font-size': 1.25rem,
|
|
354
354
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
355
|
-
'o3-type-body-content-base-line-height':
|
|
355
|
+
'o3-type-body-content-base-line-height': 2rem,
|
|
356
356
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
357
357
|
'o3-type-body-content-highlight-font-family': (Georgia),
|
|
358
358
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
359
359
|
'o3-type-body-content-highlight-font-weight': Bold,
|
|
360
360
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
361
|
-
'o3-type-body-content-highlight-font-size':
|
|
361
|
+
'o3-type-body-content-highlight-font-size': 1.25rem,
|
|
362
362
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
363
|
-
'o3-type-body-content-highlight-line-height':
|
|
363
|
+
'o3-type-body-content-highlight-line-height': 2rem,
|
|
364
364
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
365
365
|
'o3-type-body-content-emphasis-font-family': (Georgia),
|
|
366
366
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
367
367
|
'o3-type-body-content-emphasis-font-weight': Regular,
|
|
368
368
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
369
|
-
'o3-type-body-content-emphasis-font-size':
|
|
369
|
+
'o3-type-body-content-emphasis-font-size': 1.25rem,
|
|
370
370
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
371
|
-
'o3-type-body-content-emphasis-line-height':
|
|
371
|
+
'o3-type-body-content-emphasis-line-height': 2rem,
|
|
372
372
|
// Use this style only for the body copy of content pages, such as articles, live news and other content experience page.
|
|
373
373
|
'o3-type-body-content-emphasis-font-style': italic,
|
|
374
374
|
'_o3-editorial-typography-topic-tag-color': #990f3d,
|
|
@@ -385,12 +385,12 @@ $tokens: (
|
|
|
385
385
|
'_o3-editorial-typography-byline-timestamp-inverse-color': #a8aaad,
|
|
386
386
|
'_o3-editorial-typography-pullquote-content-font-family': ('metric 2 VF', sans-serif),
|
|
387
387
|
'_o3-editorial-typography-pullquote-content-font-weight': 700,
|
|
388
|
-
'_o3-editorial-typography-pullquote-content-font-size':
|
|
389
|
-
'_o3-editorial-typography-pullquote-content-line-height':
|
|
388
|
+
'_o3-editorial-typography-pullquote-content-font-size': 1.25rem,
|
|
389
|
+
'_o3-editorial-typography-pullquote-content-line-height': 1.75rem,
|
|
390
390
|
'_o3-editorial-typography-big-number-title-font-family': ('metric 2 VF', sans-serif),
|
|
391
391
|
'_o3-editorial-typography-big-number-title-font-weight': 700,
|
|
392
|
-
'_o3-editorial-typography-big-number-title-font-size':
|
|
393
|
-
'_o3-editorial-typography-big-number-title-line-height':
|
|
392
|
+
'_o3-editorial-typography-big-number-title-font-size': 3rem,
|
|
393
|
+
'_o3-editorial-typography-big-number-title-line-height': 3.5rem,
|
|
394
394
|
'_o3-form-color-use-case-background': #ffffff,
|
|
395
395
|
'_o3-form-color-use-case-background-disabled': #e6d9ce,
|
|
396
396
|
'_o3-form-color-use-case-background-error': rgba(204, 0, 0, 0.06),
|
|
@@ -404,13 +404,13 @@ $tokens: (
|
|
|
404
404
|
'_o3-form-color-use-case-selected-disabled': #9ec0bd,
|
|
405
405
|
'_o3-form-input-border': 1.5px solid #b3a9a0,
|
|
406
406
|
'_o3-form-input-border-error': 1.5px solid #cc0000,
|
|
407
|
-
'_o3-form-input-border-radius':
|
|
407
|
+
'_o3-form-input-border-radius': 0.125rem,
|
|
408
408
|
'_o3-form-error-summary-background-color': rgba(204, 0, 0, 0.14),
|
|
409
409
|
'_o3-form-icon-error': url("data:image/svg+xml,%3Csvg%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M17.4528%2011.25C17.4528%2010.9739%2017.229%2010.75%2016.9528%2010.75H7.04718C6.77104%2010.75%206.54718%2010.9739%206.54718%2011.25V12.75C6.54718%2013.0261%206.77104%2013.25%207.04718%2013.25H16.9528C17.229%2013.25%2017.4528%2013.0261%2017.4528%2012.75V11.25Z%22%20fill=%22black%22/%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012ZM20%2012C20%2016.4183%2016.4183%2020%2012%2020C7.58172%2020%204%2016.4183%204%2012C4%207.58172%207.58172%204%2012%204C16.4183%204%2020%207.58172%2020%2012Z%22%20fill=%22black%22/%3E%3C/svg%3E"),
|
|
410
410
|
// for default radius on interactive elements
|
|
411
|
-
'o3-border-radius-1':
|
|
411
|
+
'o3-border-radius-1': 0.125rem,
|
|
412
412
|
// for the outer radius of interactive elements that have both inner and outer boundaries as in box radio button
|
|
413
|
-
'o3-border-radius-2':
|
|
413
|
+
'o3-border-radius-2': 0.25rem,
|
|
414
414
|
'o3-font-family-metric': ('metric 2 VF', sans-serif),
|
|
415
415
|
'o3-font-family-financier-display': ('financier display VF', serif),
|
|
416
416
|
'o3-font-family-georgia': (georgia, serif),
|
|
@@ -419,56 +419,56 @@ $tokens: (
|
|
|
419
419
|
'o3-font-weight-medium': 500,
|
|
420
420
|
'o3-font-weight-semibold': 700,
|
|
421
421
|
'o3-font-weight-bold': 800,
|
|
422
|
-
'o3-font-lineheight-0':
|
|
423
|
-
'o3-font-lineheight-1':
|
|
424
|
-
'o3-font-lineheight-2':
|
|
425
|
-
'o3-font-lineheight-3':
|
|
426
|
-
'o3-font-lineheight-4':
|
|
427
|
-
'o3-font-lineheight-5':
|
|
428
|
-
'o3-font-lineheight-6':
|
|
429
|
-
'o3-font-lineheight-7':
|
|
430
|
-
'o3-font-lineheight-8':
|
|
431
|
-
'o3-font-lineheight-9':
|
|
432
|
-
'o3-font-lineheight-10':
|
|
433
|
-
'o3-font-lineheight-negative-2':
|
|
434
|
-
'o3-font-lineheight-negative-1':
|
|
435
|
-
'o3-font-size-0':
|
|
436
|
-
'o3-font-size-1':
|
|
437
|
-
'o3-font-size-2':
|
|
438
|
-
'o3-font-size-3':
|
|
439
|
-
'o3-font-size-4':
|
|
440
|
-
'o3-font-size-5':
|
|
441
|
-
'o3-font-size-6':
|
|
442
|
-
'o3-font-size-7':
|
|
443
|
-
'o3-font-size-8':
|
|
444
|
-
'o3-font-size-9':
|
|
445
|
-
'o3-font-size-10':
|
|
446
|
-
'o3-font-size-negative-2':
|
|
447
|
-
'o3-font-size-negative-1':
|
|
448
|
-
'o3-font-lineheight-metric2-0':
|
|
449
|
-
'o3-font-lineheight-metric2-1':
|
|
450
|
-
'o3-font-lineheight-metric2-2':
|
|
451
|
-
'o3-font-lineheight-metric2-3':
|
|
452
|
-
'o3-font-lineheight-metric2-4':
|
|
453
|
-
'o3-font-lineheight-metric2-5':
|
|
454
|
-
'o3-font-lineheight-metric2-6':
|
|
455
|
-
'o3-font-lineheight-metric2-7':
|
|
456
|
-
'o3-font-lineheight-metric2-8':
|
|
457
|
-
'o3-font-lineheight-metric2-9':
|
|
458
|
-
'o3-font-lineheight-metric2-negative-2':
|
|
459
|
-
'o3-font-lineheight-metric2-negative-1':
|
|
460
|
-
'o3-font-size-metric2-0':
|
|
461
|
-
'o3-font-size-metric2-1':
|
|
462
|
-
'o3-font-size-metric2-2':
|
|
463
|
-
'o3-font-size-metric2-3':
|
|
464
|
-
'o3-font-size-metric2-4':
|
|
465
|
-
'o3-font-size-metric2-5':
|
|
466
|
-
'o3-font-size-metric2-6':
|
|
467
|
-
'o3-font-size-metric2-7':
|
|
468
|
-
'o3-font-size-metric2-8':
|
|
469
|
-
'o3-font-size-metric2-9':
|
|
470
|
-
'o3-font-size-metric2-negative-2':
|
|
471
|
-
'o3-font-size-metric2-negative-1':
|
|
422
|
+
'o3-font-lineheight-0': 1.25rem,
|
|
423
|
+
'o3-font-lineheight-1': 1.25rem,
|
|
424
|
+
'o3-font-lineheight-2': 1.5rem,
|
|
425
|
+
'o3-font-lineheight-3': 1.75rem,
|
|
426
|
+
'o3-font-lineheight-4': 2rem,
|
|
427
|
+
'o3-font-lineheight-5': 2rem,
|
|
428
|
+
'o3-font-lineheight-6': 2.5rem,
|
|
429
|
+
'o3-font-lineheight-7': 3rem,
|
|
430
|
+
'o3-font-lineheight-8': 3.5rem,
|
|
431
|
+
'o3-font-lineheight-9': 4.5rem,
|
|
432
|
+
'o3-font-lineheight-10': 5.25rem,
|
|
433
|
+
'o3-font-lineheight-negative-2': 1rem,
|
|
434
|
+
'o3-font-lineheight-negative-1': 1rem,
|
|
435
|
+
'o3-font-size-0': 1rem,
|
|
436
|
+
'o3-font-size-1': 1.125rem,
|
|
437
|
+
'o3-font-size-2': 1.25rem,
|
|
438
|
+
'o3-font-size-3': 1.5rem,
|
|
439
|
+
'o3-font-size-4': 1.75rem,
|
|
440
|
+
'o3-font-size-5': 2rem,
|
|
441
|
+
'o3-font-size-6': 2.5rem,
|
|
442
|
+
'o3-font-size-7': 3rem,
|
|
443
|
+
'o3-font-size-8': 3.5rem,
|
|
444
|
+
'o3-font-size-9': 4.5rem,
|
|
445
|
+
'o3-font-size-10': 5.25rem,
|
|
446
|
+
'o3-font-size-negative-2': 0.75rem,
|
|
447
|
+
'o3-font-size-negative-1': 0.875rem,
|
|
448
|
+
'o3-font-lineheight-metric2-0': 1.5rem,
|
|
449
|
+
'o3-font-lineheight-metric2-1': 1.5rem,
|
|
450
|
+
'o3-font-lineheight-metric2-2': 1.75rem,
|
|
451
|
+
'o3-font-lineheight-metric2-3': 2rem,
|
|
452
|
+
'o3-font-lineheight-metric2-4': 2rem,
|
|
453
|
+
'o3-font-lineheight-metric2-5': 2.5rem,
|
|
454
|
+
'o3-font-lineheight-metric2-6': 3rem,
|
|
455
|
+
'o3-font-lineheight-metric2-7': 3.5rem,
|
|
456
|
+
'o3-font-lineheight-metric2-8': 4.5rem,
|
|
457
|
+
'o3-font-lineheight-metric2-9': 5.25rem,
|
|
458
|
+
'o3-font-lineheight-metric2-negative-2': 1rem,
|
|
459
|
+
'o3-font-lineheight-metric2-negative-1': 1.25rem,
|
|
460
|
+
'o3-font-size-metric2-0': 1rem,
|
|
461
|
+
'o3-font-size-metric2-1': 1.125rem,
|
|
462
|
+
'o3-font-size-metric2-2': 1.25rem,
|
|
463
|
+
'o3-font-size-metric2-3': 1.5rem,
|
|
464
|
+
'o3-font-size-metric2-4': 1.75rem,
|
|
465
|
+
'o3-font-size-metric2-5': 2rem,
|
|
466
|
+
'o3-font-size-metric2-6': 2.5rem,
|
|
467
|
+
'o3-font-size-metric2-7': 3rem,
|
|
468
|
+
'o3-font-size-metric2-8': 4rem,
|
|
469
|
+
'o3-font-size-metric2-9': 4.5rem,
|
|
470
|
+
'o3-font-size-metric2-negative-2': 0.75rem,
|
|
471
|
+
'o3-font-size-metric2-negative-1': 0.875rem,
|
|
472
472
|
'o3-focus-use-case-ring-inner': 0px 0px 0px 4px #ffffff,
|
|
473
473
|
'o3-focus-use-case-ring-outer': 0px 0px 0px 8px #4d4845,
|
|
474
474
|
'o3-focus-use-case-ring-inverse-inner': 0px 0px 0px 4px #4d4845,
|