uswds-jekyll 5.0.1 → 5.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +52 -93
- data/_includes/components/banner.html +11 -9
- data/_sass/uswds/components/_header.scss +1 -1
- data/_sass/uswds/components/_nav-buttons.scss +4 -4
- data/_sass/uswds/src/components/_alerts.scss +8 -9
- data/_sass/uswds/src/components/_banner.scss +102 -31
- data/_sass/uswds/src/components/_breadcrumb.scss +168 -0
- data/_sass/uswds/src/components/_footer.scss +14 -4
- data/_sass/uswds/src/components/_header.scss +1 -1
- data/_sass/uswds/src/components/_identifier.scss +146 -0
- data/_sass/uswds/src/components/_media-block.scss +6 -1
- data/_sass/uswds/src/components/_megamenu.scss +4 -1
- data/_sass/uswds/src/components/_section.scss +6 -2
- data/_sass/uswds/src/components/_skipnav.scss +2 -2
- data/_sass/uswds/src/components/_step-indicator.scss +444 -0
- data/_sass/uswds/src/components/_tooltip.scss +114 -0
- data/_sass/uswds/src/core/_functions.scss +631 -0
- data/_sass/uswds/src/core/_notifications.scss +14 -0
- data/_sass/uswds/src/core/_properties.scss +120 -108
- data/_sass/uswds/src/core/_system-tokens.scss +140 -155
- data/_sass/uswds/src/core/_variables.scss +134 -32
- data/_sass/uswds/src/core/mixins/_add-link-styles.scss +20 -0
- data/_sass/uswds/src/core/mixins/_all.scss +4 -0
- data/_sass/uswds/src/core/mixins/_font-face.scss +1 -1
- data/_sass/uswds/src/core/mixins/_icon.scss +119 -0
- data/_sass/uswds/src/core/mixins/_media-block-img.scss +1 -1
- data/_sass/uswds/src/core/mixins/_set-link-from-bg.scss +30 -0
- data/_sass/uswds/src/core/mixins/_set-text-from-bg.scss +28 -0
- data/_sass/uswds/src/core/mixins/utilities/_align-self.scss +11 -0
- data/_sass/uswds/src/core/mixins/utilities/_border.scss +1 -1
- data/_sass/uswds/src/core/mixins/utilities/_flex.scss +6 -1
- data/_sass/uswds/src/core/mixins/utilities/_text.scss +6 -1
- data/_sass/uswds/src/core/placeholders/_list.scss +5 -0
- data/_sass/uswds/src/core/system-tokens/_blue-cool.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_blue-warm.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_blue.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_cyan.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_gold.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_gray-cool.scss +2 -2
- data/_sass/uswds/src/core/system-tokens/_gray-warm.scss +2 -2
- data/_sass/uswds/src/core/system-tokens/_gray.scss +2 -2
- data/_sass/uswds/src/core/system-tokens/_green-cool.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_green-warm.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_green.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_indigo-cool.scss +6 -6
- data/_sass/uswds/src/core/system-tokens/_indigo-warm.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_indigo.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_magenta.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_mint-cool.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_mint.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_orange-warm.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_orange.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_red-cool.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_red-warm.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_red.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_violet-warm.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_violet.scss +3 -3
- data/_sass/uswds/src/core/system-tokens/_yellow.scss +3 -3
- data/_sass/uswds/src/elements/_buttons.scss +31 -24
- data/_sass/uswds/src/elements/form-controls/_all.scss +2 -0
- data/_sass/uswds/src/elements/form-controls/_checkbox-and-radio.scss +4 -2
- data/_sass/uswds/src/elements/form-controls/_combo-box.scss +80 -9
- data/_sass/uswds/src/elements/form-controls/_date-picker.scss +325 -0
- data/_sass/uswds/src/elements/form-controls/_file-input.scss +195 -0
- data/_sass/uswds/src/elements/form-controls/_global.scss +10 -3
- data/_sass/uswds/src/elements/form-controls/_time-picker.scss +3 -0
- data/_sass/uswds/src/packages/_usa-breadcrumb.scss +4 -0
- data/_sass/uswds/src/packages/_usa-identifier.scss +1 -0
- data/_sass/uswds/src/packages/_usa-step-indicator.scss +2 -0
- data/_sass/uswds/src/packages/_usa-tooltip.scss +2 -0
- data/_sass/uswds/src/packages/_uswds-components.scss +4 -0
- data/_sass/uswds/src/settings/_settings-color.scss +6 -1
- data/_sass/uswds/src/settings/_settings-components.scss +45 -1
- data/_sass/uswds/src/settings/_settings-general.scss +4 -4
- data/_sass/uswds/src/settings/_settings-typography.scss +5 -5
- data/_sass/uswds/src/settings/_settings-utilities.scss +89 -75
- data/_sass/uswds/src/theme/_uswds-theme-color.scss +4 -1
- data/_sass/uswds/src/theme/_uswds-theme-components.scss +45 -1
- data/_sass/uswds/src/theme/_uswds-theme-general.scss +4 -4
- data/_sass/uswds/src/theme/_uswds-theme-typography.scss +5 -5
- data/_sass/uswds/src/theme/_uswds-theme-utilities.scss +90 -77
- data/_sass/uswds/src/theme/styles.scss +5 -1
- data/_sass/uswds/src/utilities/palettes/_default-palettes.scss +2 -1
- data/_sass/uswds/src/utilities/palettes/_font-palettes.scss +478 -478
- data/_sass/uswds/src/utilities/palettes/_spacing-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_all-colors-palettes.scss +2 -2
- data/_sass/uswds/src/utilities/palettes/colors/_black-transparent-palettes.scss +2 -2
- data/_sass/uswds/src/utilities/palettes/colors/_blue-cool-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_blue-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_blue-warm-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_cyan-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_gold-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_gray-cool-palettes.scss +5 -5
- data/_sass/uswds/src/utilities/palettes/colors/_gray-palettes.scss +5 -5
- data/_sass/uswds/src/utilities/palettes/colors/_gray-warm-palettes.scss +5 -5
- data/_sass/uswds/src/utilities/palettes/colors/_green-cool-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_green-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_green-warm-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_indigo-cool-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_indigo-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_indigo-warm-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_magenta-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_mint-cool-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_mint-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_orange-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_orange-warm-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_red-cool-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_red-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_red-warm-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_violet-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_violet-warm-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/palettes/colors/_white-transparent-palettes.scss +2 -2
- data/_sass/uswds/src/utilities/palettes/colors/_yellow-palettes.scss +7 -7
- data/_sass/uswds/src/utilities/rules/_all.scss +1 -0
- data/_sass/uswds/src/utilities/rules/_package.scss +1 -0
- data/_sass/uswds/src/utilities/rules/add-aspect.scss +13 -13
- data/_sass/uswds/src/utilities/rules/add-list-reset.scss +5 -5
- data/_sass/uswds/src/utilities/rules/align-items.scss +2 -2
- data/_sass/uswds/src/utilities/rules/align-self.scss +27 -0
- data/_sass/uswds/src/utilities/rules/background-color.scss +2 -2
- data/_sass/uswds/src/utilities/rules/border-color.scss +2 -2
- data/_sass/uswds/src/utilities/rules/border-radius.scss +7 -7
- data/_sass/uswds/src/utilities/rules/border-style.scss +2 -2
- data/_sass/uswds/src/utilities/rules/border-width.scss +5 -5
- data/_sass/uswds/src/utilities/rules/border.scss +5 -5
- data/_sass/uswds/src/utilities/rules/bottom.scss +2 -2
- data/_sass/uswds/src/utilities/rules/box-shadow.scss +2 -2
- data/_sass/uswds/src/utilities/rules/circle.scss +4 -4
- data/_sass/uswds/src/utilities/rules/clearfix.scss +5 -5
- data/_sass/uswds/src/utilities/rules/color.scss +2 -2
- data/_sass/uswds/src/utilities/rules/cursor.scss +2 -2
- data/_sass/uswds/src/utilities/rules/display.scss +2 -2
- data/_sass/uswds/src/utilities/rules/flex-direction.scss +2 -2
- data/_sass/uswds/src/utilities/rules/flex-wrap.scss +2 -2
- data/_sass/uswds/src/utilities/rules/flex.scss +2 -2
- data/_sass/uswds/src/utilities/rules/float.scss +2 -2
- data/_sass/uswds/src/utilities/rules/font-family.scss +2 -2
- data/_sass/uswds/src/utilities/rules/font-feature.scss +2 -2
- data/_sass/uswds/src/utilities/rules/font-style.scss +2 -2
- data/_sass/uswds/src/utilities/rules/font-weight.scss +2 -2
- data/_sass/uswds/src/utilities/rules/font.scss +2 -2
- data/_sass/uswds/src/utilities/rules/height.scss +2 -2
- data/_sass/uswds/src/utilities/rules/justify-content.scss +2 -2
- data/_sass/uswds/src/utilities/rules/left.scss +2 -2
- data/_sass/uswds/src/utilities/rules/letter-spacing.scss +2 -2
- data/_sass/uswds/src/utilities/rules/line-height.scss +2 -2
- data/_sass/uswds/src/utilities/rules/margin.scss +9 -9
- data/_sass/uswds/src/utilities/rules/max-height.scss +2 -2
- data/_sass/uswds/src/utilities/rules/max-width.scss +2 -2
- data/_sass/uswds/src/utilities/rules/measure.scss +2 -2
- data/_sass/uswds/src/utilities/rules/min-height.scss +2 -2
- data/_sass/uswds/src/utilities/rules/min-width.scss +2 -2
- data/_sass/uswds/src/utilities/rules/opacity.scss +3 -5
- data/_sass/uswds/src/utilities/rules/order.scss +2 -2
- data/_sass/uswds/src/utilities/rules/outline-color.scss +2 -2
- data/_sass/uswds/src/utilities/rules/outline.scss +2 -2
- data/_sass/uswds/src/utilities/rules/overflow.scss +3 -3
- data/_sass/uswds/src/utilities/rules/padding.scss +5 -5
- data/_sass/uswds/src/utilities/rules/pin.scss +19 -19
- data/_sass/uswds/src/utilities/rules/position.scss +2 -2
- data/_sass/uswds/src/utilities/rules/right.scss +2 -2
- data/_sass/uswds/src/utilities/rules/square.scss +4 -4
- data/_sass/uswds/src/utilities/rules/text-align.scss +2 -2
- data/_sass/uswds/src/utilities/rules/text-decoration-color.scss +2 -2
- data/_sass/uswds/src/utilities/rules/text-decoration.scss +2 -2
- data/_sass/uswds/src/utilities/rules/text-indent.scss +2 -2
- data/_sass/uswds/src/utilities/rules/text-transform.scss +2 -2
- data/_sass/uswds/src/utilities/rules/top.scss +2 -2
- data/_sass/uswds/src/utilities/rules/vertical-align.scss +2 -2
- data/_sass/uswds/src/utilities/rules/whitespace.scss +2 -2
- data/_sass/uswds/src/utilities/rules/width.scss +2 -2
- data/_sass/uswds/src/utilities/rules/z-index.scss +2 -2
- data/assets/uswds/img/angle-arrow-down-gray-90.svg +1 -0
- data/assets/uswds/img/angle-arrow-right-white.svg +1 -0
- data/assets/uswds/img/angle-arrow-right.svg +1 -0
- data/assets/uswds/img/angle-double-left-solid.svg +1 -0
- data/assets/uswds/img/angle-double-right-solid.svg +1 -0
- data/assets/uswds/img/angle-left-solid.svg +1 -0
- data/assets/uswds/img/angle-right-solid.svg +1 -0
- data/assets/uswds/img/arrow-down-gray-60.svg +1 -0
- data/assets/uswds/img/arrow-left-indigo-cool-50v.svg +1 -0
- data/assets/uswds/img/arrow-left-white.svg +1 -0
- data/assets/uswds/img/arrow-left.svg +1 -0
- data/assets/uswds/img/calendar-alt-solid.svg +1 -0
- data/assets/uswds/img/chevron-right-white.svg +1 -0
- data/assets/uswds/img/chevron-right.svg +1 -0
- data/assets/uswds/img/chevron-white.svg +1 -0
- data/assets/uswds/img/chevron.svg +1 -0
- data/assets/uswds/img/circle-gray-20.svg +1 -0
- data/assets/uswds/img/close-alt-blue-60v.svg +3 -0
- data/assets/uswds/img/close-alt.svg +3 -0
- data/assets/uswds/img/close-gray-60.svg +1 -0
- data/assets/uswds/img/file-excel.svg +1 -0
- data/assets/uswds/img/file-pdf.svg +1 -0
- data/assets/uswds/img/file-video.svg +1 -0
- data/assets/uswds/img/file-word.svg +1 -0
- data/assets/uswds/img/file.svg +1 -0
- data/assets/uswds/img/loader.gif +0 -0
- data/assets/uswds/img/loader.svg +1 -0
- data/assets/uswds/img/lock.svg +1 -0
- data/assets/uswds/js/uswds.js +3570 -216
- data/assets/uswds/js/uswds.min.js +1 -1
- data/assets/uswds/js/uswds.min.js.map +1 -1
- metadata +59 -2
@@ -36,7 +36,9 @@
|
|
36
36
|
// @import 'packages/validation';
|
37
37
|
// @import 'packages/usa-accordion';
|
38
38
|
// @import 'packages/usa-alert';
|
39
|
+
// @import 'packages/usa-identifier';
|
39
40
|
// @import 'packages/usa-banner';
|
41
|
+
// @import 'packages/usa-breadcrumb';
|
40
42
|
// @import 'packages/usa-button';
|
41
43
|
// @import 'packages/usa-button-group';
|
42
44
|
// @import 'packages/usa-card';
|
@@ -44,16 +46,18 @@
|
|
44
46
|
// @import 'packages/usa-footer';
|
45
47
|
// @import 'packages/usa-header';
|
46
48
|
// @import 'packages/usa-hero';
|
49
|
+
// @import 'packages/usa-identifier';
|
47
50
|
// @import 'packages/usa-layout';
|
48
51
|
// @import 'packages/usa-media-block';
|
49
52
|
// @import 'packages/usa-megamenu';
|
50
53
|
// @import 'packages/usa-nav-container';
|
51
54
|
// @import 'packages/usa-nav';
|
52
55
|
// @import 'packages/usa-navbar';
|
53
|
-
// @import 'packages/usa-section';
|
54
56
|
// @import 'packages/usa-search';
|
57
|
+
// @import 'packages/usa-section';
|
55
58
|
// @import 'packages/usa-sidenav';
|
56
59
|
// @import 'packages/usa-skipnav';
|
60
|
+
// @import 'packages/usa-step-indicator';
|
57
61
|
// @import 'packages/usa-table';
|
58
62
|
// @import 'packages/usa-tag';
|
59
63
|
|
@@ -9,6 +9,7 @@ values as plugin
|
|
9
9
|
|
10
10
|
$palettes-default: (
|
11
11
|
"palette-align-items-default": get-standard-values(align-items),
|
12
|
+
"palette-align-self-default": get-standard-values(align-self),
|
12
13
|
"palette-background-color-default": get-standard-values(background-color),
|
13
14
|
"palette-border-default": get-standard-values(border),
|
14
15
|
"palette-border-color-default": get-standard-values(border-color),
|
@@ -68,5 +69,5 @@ $palettes-default: (
|
|
68
69
|
"palette-vertical-align-default": get-standard-values(vertical-align),
|
69
70
|
"palette-white-space-default": get-standard-values(white-space),
|
70
71
|
"palette-width-default": get-standard-values(width),
|
71
|
-
"palette-z-index-default": get-standard-values(z-index)
|
72
|
+
"palette-z-index-default": get-standard-values(z-index),
|
72
73
|
);
|
@@ -20,14 +20,14 @@ $palettes-font-misc: (
|
|
20
20
|
lang: get-font-stack("lang"),
|
21
21
|
mono: get-font-stack("mono"),
|
22
22
|
sans: get-font-stack("sans"),
|
23
|
-
serif: get-font-stack("serif")
|
23
|
+
serif: get-font-stack("serif"),
|
24
24
|
),
|
25
25
|
"palette-font-family-roles": (
|
26
26
|
ui: get-font-stack("ui"),
|
27
27
|
heading: get-font-stack("heading"),
|
28
28
|
body: get-font-stack("body"),
|
29
29
|
code: get-font-stack("code"),
|
30
|
-
alt: get-font-stack("alt")
|
30
|
+
alt: get-font-stack("alt"),
|
31
31
|
),
|
32
32
|
"palette-font-family-types": (
|
33
33
|
cond: get-font-stack("cond"),
|
@@ -35,7 +35,7 @@ $palettes-font-misc: (
|
|
35
35
|
lang: get-font-stack("lang"),
|
36
36
|
mono: get-font-stack("mono"),
|
37
37
|
sans: get-font-stack("sans"),
|
38
|
-
serif: get-font-stack("serif")
|
38
|
+
serif: get-font-stack("serif"),
|
39
39
|
),
|
40
40
|
"palette-font-weight":
|
41
41
|
map-collect(
|
@@ -49,7 +49,7 @@ $palettes-font-misc: (
|
|
49
49
|
"600": 600,
|
50
50
|
"700": 700,
|
51
51
|
"800": 800,
|
52
|
-
"900": 900
|
52
|
+
"900": 900,
|
53
53
|
)
|
54
54
|
),
|
55
55
|
"palette-font-weight-theme": $project-font-weights,
|
@@ -62,8 +62,8 @@ $palettes-font-misc: (
|
|
62
62
|
"600": 600,
|
63
63
|
"700": 700,
|
64
64
|
"800": 800,
|
65
|
-
"900": 900
|
66
|
-
)
|
65
|
+
"900": 900,
|
66
|
+
),
|
67
67
|
);
|
68
68
|
|
69
69
|
$token-font-theme-cond-3xs: (
|
@@ -71,8 +71,8 @@ $token-font-theme-cond-3xs: (
|
|
71
71
|
slug: "cond-3xs",
|
72
72
|
isReadable: true,
|
73
73
|
content: utility-font(cond, 3xs),
|
74
|
-
dependency: $project-font-cond
|
75
|
-
)
|
74
|
+
dependency: $project-font-cond,
|
75
|
+
),
|
76
76
|
);
|
77
77
|
|
78
78
|
$token-font-theme-cond-2xs: (
|
@@ -80,8 +80,8 @@ $token-font-theme-cond-2xs: (
|
|
80
80
|
slug: "cond-2xs",
|
81
81
|
isReadable: true,
|
82
82
|
content: utility-font(cond, 2xs),
|
83
|
-
dependency: $project-font-cond
|
84
|
-
)
|
83
|
+
dependency: $project-font-cond,
|
84
|
+
),
|
85
85
|
);
|
86
86
|
|
87
87
|
$token-font-theme-cond-xs: (
|
@@ -89,8 +89,8 @@ $token-font-theme-cond-xs: (
|
|
89
89
|
slug: "cond-xs",
|
90
90
|
isReadable: true,
|
91
91
|
content: utility-font(cond, xs),
|
92
|
-
dependency: $project-font-cond
|
93
|
-
)
|
92
|
+
dependency: $project-font-cond,
|
93
|
+
),
|
94
94
|
);
|
95
95
|
|
96
96
|
$token-font-theme-cond-sm: (
|
@@ -98,8 +98,8 @@ $token-font-theme-cond-sm: (
|
|
98
98
|
slug: "cond-sm",
|
99
99
|
isReadable: true,
|
100
100
|
content: utility-font(cond, sm),
|
101
|
-
dependency: $project-font-cond
|
102
|
-
)
|
101
|
+
dependency: $project-font-cond,
|
102
|
+
),
|
103
103
|
);
|
104
104
|
|
105
105
|
$token-font-theme-cond-md: (
|
@@ -107,8 +107,8 @@ $token-font-theme-cond-md: (
|
|
107
107
|
slug: "cond-md",
|
108
108
|
isReadable: true,
|
109
109
|
content: utility-font(cond, md),
|
110
|
-
dependency: $project-font-cond
|
111
|
-
)
|
110
|
+
dependency: $project-font-cond,
|
111
|
+
),
|
112
112
|
);
|
113
113
|
|
114
114
|
$token-font-theme-cond-lg: (
|
@@ -116,8 +116,8 @@ $token-font-theme-cond-lg: (
|
|
116
116
|
slug: "cond-lg",
|
117
117
|
isReadable: true,
|
118
118
|
content: utility-font(cond, lg),
|
119
|
-
dependency: $project-font-cond
|
120
|
-
)
|
119
|
+
dependency: $project-font-cond,
|
120
|
+
),
|
121
121
|
);
|
122
122
|
|
123
123
|
$token-font-theme-cond-xl: (
|
@@ -125,8 +125,8 @@ $token-font-theme-cond-xl: (
|
|
125
125
|
slug: "cond-xl",
|
126
126
|
isReadable: true,
|
127
127
|
content: utility-font(cond, xl),
|
128
|
-
dependency: $project-font-cond
|
129
|
-
)
|
128
|
+
dependency: $project-font-cond,
|
129
|
+
),
|
130
130
|
);
|
131
131
|
|
132
132
|
$token-font-theme-cond-2xl: (
|
@@ -134,8 +134,8 @@ $token-font-theme-cond-2xl: (
|
|
134
134
|
slug: "cond-2xl",
|
135
135
|
isReadable: true,
|
136
136
|
content: utility-font(cond, 2xl),
|
137
|
-
dependency: $project-font-cond
|
138
|
-
)
|
137
|
+
dependency: $project-font-cond,
|
138
|
+
),
|
139
139
|
);
|
140
140
|
|
141
141
|
$token-font-theme-cond-3xl: (
|
@@ -143,8 +143,8 @@ $token-font-theme-cond-3xl: (
|
|
143
143
|
slug: "cond-3xl",
|
144
144
|
isReadable: true,
|
145
145
|
content: utility-font(cond, 3xl),
|
146
|
-
dependency: $project-font-cond
|
147
|
-
)
|
146
|
+
dependency: $project-font-cond,
|
147
|
+
),
|
148
148
|
);
|
149
149
|
|
150
150
|
$tokens-font-theme-cond: map-collect(
|
@@ -169,7 +169,7 @@ $palettes-font-theme-cond: (
|
|
169
169
|
"palette-font-theme-cond-xl": $token-font-theme-cond-xl,
|
170
170
|
"palette-font-theme-cond-2xl": $token-font-theme-cond-2xl,
|
171
171
|
"palette-font-theme-cond-3xl": $token-font-theme-cond-3xl,
|
172
|
-
"palette-font-theme-cond": $tokens-font-theme-cond
|
172
|
+
"palette-font-theme-cond": $tokens-font-theme-cond,
|
173
173
|
);
|
174
174
|
|
175
175
|
$token-font-theme-icon-3xs: (
|
@@ -177,8 +177,8 @@ $token-font-theme-icon-3xs: (
|
|
177
177
|
slug: "icon-3xs",
|
178
178
|
isReadable: true,
|
179
179
|
content: utility-font(icon, 3xs),
|
180
|
-
dependency: $project-font-icon
|
181
|
-
)
|
180
|
+
dependency: $project-font-icon,
|
181
|
+
),
|
182
182
|
);
|
183
183
|
|
184
184
|
$token-font-theme-icon-2xs: (
|
@@ -186,8 +186,8 @@ $token-font-theme-icon-2xs: (
|
|
186
186
|
slug: "icon-2xs",
|
187
187
|
isReadable: true,
|
188
188
|
content: utility-font(icon, 2xs),
|
189
|
-
dependency: $project-font-icon
|
190
|
-
)
|
189
|
+
dependency: $project-font-icon,
|
190
|
+
),
|
191
191
|
);
|
192
192
|
|
193
193
|
$token-font-theme-icon-xs: (
|
@@ -195,8 +195,8 @@ $token-font-theme-icon-xs: (
|
|
195
195
|
slug: "icon-xs",
|
196
196
|
isReadable: true,
|
197
197
|
content: utility-font(icon, xs),
|
198
|
-
dependency: $project-font-icon
|
199
|
-
)
|
198
|
+
dependency: $project-font-icon,
|
199
|
+
),
|
200
200
|
);
|
201
201
|
|
202
202
|
$token-font-theme-icon-sm: (
|
@@ -204,8 +204,8 @@ $token-font-theme-icon-sm: (
|
|
204
204
|
slug: "icon-sm",
|
205
205
|
isReadable: true,
|
206
206
|
content: utility-font(icon, sm),
|
207
|
-
dependency: $project-font-icon
|
208
|
-
)
|
207
|
+
dependency: $project-font-icon,
|
208
|
+
),
|
209
209
|
);
|
210
210
|
|
211
211
|
$token-font-theme-icon-md: (
|
@@ -213,8 +213,8 @@ $token-font-theme-icon-md: (
|
|
213
213
|
slug: "icon-md",
|
214
214
|
isReadable: true,
|
215
215
|
content: utility-font(icon, md),
|
216
|
-
dependency: $project-font-icon
|
217
|
-
)
|
216
|
+
dependency: $project-font-icon,
|
217
|
+
),
|
218
218
|
);
|
219
219
|
|
220
220
|
$token-font-theme-icon-lg: (
|
@@ -222,8 +222,8 @@ $token-font-theme-icon-lg: (
|
|
222
222
|
slug: "icon-lg",
|
223
223
|
isReadable: true,
|
224
224
|
content: utility-font(icon, lg),
|
225
|
-
dependency: $project-font-icon
|
226
|
-
)
|
225
|
+
dependency: $project-font-icon,
|
226
|
+
),
|
227
227
|
);
|
228
228
|
|
229
229
|
$token-font-theme-icon-xl: (
|
@@ -231,8 +231,8 @@ $token-font-theme-icon-xl: (
|
|
231
231
|
slug: "icon-xl",
|
232
232
|
isReadable: true,
|
233
233
|
content: utility-font(icon, xl),
|
234
|
-
dependency: $project-font-icon
|
235
|
-
)
|
234
|
+
dependency: $project-font-icon,
|
235
|
+
),
|
236
236
|
);
|
237
237
|
|
238
238
|
$token-font-theme-icon-2xl: (
|
@@ -240,8 +240,8 @@ $token-font-theme-icon-2xl: (
|
|
240
240
|
slug: "icon-2xl",
|
241
241
|
isReadable: true,
|
242
242
|
content: utility-font(icon, 2xl),
|
243
|
-
dependency: $project-font-icon
|
244
|
-
)
|
243
|
+
dependency: $project-font-icon,
|
244
|
+
),
|
245
245
|
);
|
246
246
|
|
247
247
|
$token-font-theme-icon-3xl: (
|
@@ -249,8 +249,8 @@ $token-font-theme-icon-3xl: (
|
|
249
249
|
slug: "icon-3xl",
|
250
250
|
isReadable: true,
|
251
251
|
content: utility-font(icon, 3xl),
|
252
|
-
dependency: $project-font-icon
|
253
|
-
)
|
252
|
+
dependency: $project-font-icon,
|
253
|
+
),
|
254
254
|
);
|
255
255
|
|
256
256
|
$tokens-font-theme-icon: map-collect(
|
@@ -275,7 +275,7 @@ $palettes-font-theme-icon: (
|
|
275
275
|
"palette-font-theme-icon-xl": $token-font-theme-icon-xl,
|
276
276
|
"palette-font-theme-icon-2xl": $token-font-theme-icon-2xl,
|
277
277
|
"palette-font-theme-icon-3xl": $token-font-theme-icon-3xl,
|
278
|
-
"palette-font-theme-icon": $tokens-font-theme-icon
|
278
|
+
"palette-font-theme-icon": $tokens-font-theme-icon,
|
279
279
|
);
|
280
280
|
|
281
281
|
$token-font-theme-lang-3xs: (
|
@@ -283,8 +283,8 @@ $token-font-theme-lang-3xs: (
|
|
283
283
|
slug: "lang-3xs",
|
284
284
|
isReadable: true,
|
285
285
|
content: utility-font(lang, 3xs),
|
286
|
-
dependency: $project-font-lang
|
287
|
-
)
|
286
|
+
dependency: $project-font-lang,
|
287
|
+
),
|
288
288
|
);
|
289
289
|
|
290
290
|
$token-font-theme-lang-2xs: (
|
@@ -292,8 +292,8 @@ $token-font-theme-lang-2xs: (
|
|
292
292
|
slug: "lang-2xs",
|
293
293
|
isReadable: true,
|
294
294
|
content: utility-font(lang, 2xs),
|
295
|
-
dependency: $project-font-lang
|
296
|
-
)
|
295
|
+
dependency: $project-font-lang,
|
296
|
+
),
|
297
297
|
);
|
298
298
|
|
299
299
|
$token-font-theme-lang-xs: (
|
@@ -301,8 +301,8 @@ $token-font-theme-lang-xs: (
|
|
301
301
|
slug: "lang-xs",
|
302
302
|
isReadable: true,
|
303
303
|
content: utility-font(lang, xs),
|
304
|
-
dependency: $project-font-lang
|
305
|
-
)
|
304
|
+
dependency: $project-font-lang,
|
305
|
+
),
|
306
306
|
);
|
307
307
|
|
308
308
|
$token-font-theme-lang-sm: (
|
@@ -310,8 +310,8 @@ $token-font-theme-lang-sm: (
|
|
310
310
|
slug: "lang-sm",
|
311
311
|
isReadable: true,
|
312
312
|
content: utility-font(lang, sm),
|
313
|
-
dependency: $project-font-lang
|
314
|
-
)
|
313
|
+
dependency: $project-font-lang,
|
314
|
+
),
|
315
315
|
);
|
316
316
|
|
317
317
|
$token-font-theme-lang-md: (
|
@@ -319,8 +319,8 @@ $token-font-theme-lang-md: (
|
|
319
319
|
slug: "lang-md",
|
320
320
|
isReadable: true,
|
321
321
|
content: utility-font(lang, md),
|
322
|
-
dependency: $project-font-lang
|
323
|
-
)
|
322
|
+
dependency: $project-font-lang,
|
323
|
+
),
|
324
324
|
);
|
325
325
|
|
326
326
|
$token-font-theme-lang-lg: (
|
@@ -328,8 +328,8 @@ $token-font-theme-lang-lg: (
|
|
328
328
|
slug: "lang-lg",
|
329
329
|
isReadable: true,
|
330
330
|
content: utility-font(lang, lg),
|
331
|
-
dependency: $project-font-lang
|
332
|
-
)
|
331
|
+
dependency: $project-font-lang,
|
332
|
+
),
|
333
333
|
);
|
334
334
|
|
335
335
|
$token-font-theme-lang-xl: (
|
@@ -337,8 +337,8 @@ $token-font-theme-lang-xl: (
|
|
337
337
|
slug: "lang-xl",
|
338
338
|
isReadable: true,
|
339
339
|
content: utility-font(lang, xl),
|
340
|
-
dependency: $project-font-lang
|
341
|
-
)
|
340
|
+
dependency: $project-font-lang,
|
341
|
+
),
|
342
342
|
);
|
343
343
|
|
344
344
|
$token-font-theme-lang-2xl: (
|
@@ -346,8 +346,8 @@ $token-font-theme-lang-2xl: (
|
|
346
346
|
slug: "lang-2xl",
|
347
347
|
isReadable: true,
|
348
348
|
content: utility-font(lang, 2xl),
|
349
|
-
dependency: $project-font-lang
|
350
|
-
)
|
349
|
+
dependency: $project-font-lang,
|
350
|
+
),
|
351
351
|
);
|
352
352
|
|
353
353
|
$token-font-theme-lang-3xl: (
|
@@ -355,8 +355,8 @@ $token-font-theme-lang-3xl: (
|
|
355
355
|
slug: "lang-3xl",
|
356
356
|
isReadable: true,
|
357
357
|
content: utility-font(lang, 3xl),
|
358
|
-
dependency: $project-font-lang
|
359
|
-
)
|
358
|
+
dependency: $project-font-lang,
|
359
|
+
),
|
360
360
|
);
|
361
361
|
|
362
362
|
$tokens-font-theme-lang: map-collect(
|
@@ -381,7 +381,7 @@ $palettes-font-theme-lang: (
|
|
381
381
|
"palette-font-theme-lang-xl": $token-font-theme-lang-xl,
|
382
382
|
"palette-font-theme-lang-2xl": $token-font-theme-lang-2xl,
|
383
383
|
"palette-font-theme-lang-3xl": $token-font-theme-lang-3xl,
|
384
|
-
"palette-font-theme-lang": $tokens-font-theme-lang
|
384
|
+
"palette-font-theme-lang": $tokens-font-theme-lang,
|
385
385
|
);
|
386
386
|
|
387
387
|
$token-font-theme-mono-3xs: (
|
@@ -389,8 +389,8 @@ $token-font-theme-mono-3xs: (
|
|
389
389
|
slug: "mono-3xs",
|
390
390
|
isReadable: true,
|
391
391
|
content: utility-font(mono, 3xs),
|
392
|
-
dependency: $project-font-mono
|
393
|
-
)
|
392
|
+
dependency: $project-font-mono,
|
393
|
+
),
|
394
394
|
);
|
395
395
|
|
396
396
|
$token-font-theme-mono-2xs: (
|
@@ -398,8 +398,8 @@ $token-font-theme-mono-2xs: (
|
|
398
398
|
slug: "mono-2xs",
|
399
399
|
isReadable: true,
|
400
400
|
content: utility-font(mono, 2xs),
|
401
|
-
dependency: $project-font-mono
|
402
|
-
)
|
401
|
+
dependency: $project-font-mono,
|
402
|
+
),
|
403
403
|
);
|
404
404
|
|
405
405
|
$token-font-theme-mono-xs: (
|
@@ -407,8 +407,8 @@ $token-font-theme-mono-xs: (
|
|
407
407
|
slug: "mono-xs",
|
408
408
|
isReadable: true,
|
409
409
|
content: utility-font(mono, xs),
|
410
|
-
dependency: $project-font-mono
|
411
|
-
)
|
410
|
+
dependency: $project-font-mono,
|
411
|
+
),
|
412
412
|
);
|
413
413
|
|
414
414
|
$token-font-theme-mono-sm: (
|
@@ -416,8 +416,8 @@ $token-font-theme-mono-sm: (
|
|
416
416
|
slug: "mono-sm",
|
417
417
|
isReadable: true,
|
418
418
|
content: utility-font(mono, sm),
|
419
|
-
dependency: $project-font-mono
|
420
|
-
)
|
419
|
+
dependency: $project-font-mono,
|
420
|
+
),
|
421
421
|
);
|
422
422
|
|
423
423
|
$token-font-theme-mono-md: (
|
@@ -425,8 +425,8 @@ $token-font-theme-mono-md: (
|
|
425
425
|
slug: "mono-md",
|
426
426
|
isReadable: true,
|
427
427
|
content: utility-font(mono, md),
|
428
|
-
dependency: $project-font-mono
|
429
|
-
)
|
428
|
+
dependency: $project-font-mono,
|
429
|
+
),
|
430
430
|
);
|
431
431
|
|
432
432
|
$token-font-theme-mono-lg: (
|
@@ -434,8 +434,8 @@ $token-font-theme-mono-lg: (
|
|
434
434
|
slug: "mono-lg",
|
435
435
|
isReadable: true,
|
436
436
|
content: utility-font(mono, lg),
|
437
|
-
dependency: $project-font-mono
|
438
|
-
)
|
437
|
+
dependency: $project-font-mono,
|
438
|
+
),
|
439
439
|
);
|
440
440
|
|
441
441
|
$token-font-theme-mono-xl: (
|
@@ -443,8 +443,8 @@ $token-font-theme-mono-xl: (
|
|
443
443
|
slug: "mono-xl",
|
444
444
|
isReadable: true,
|
445
445
|
content: utility-font(mono, xl),
|
446
|
-
dependency: $project-font-mono
|
447
|
-
)
|
446
|
+
dependency: $project-font-mono,
|
447
|
+
),
|
448
448
|
);
|
449
449
|
|
450
450
|
$token-font-theme-mono-2xl: (
|
@@ -452,8 +452,8 @@ $token-font-theme-mono-2xl: (
|
|
452
452
|
slug: "mono-2xl",
|
453
453
|
isReadable: true,
|
454
454
|
content: utility-font(mono, 2xl),
|
455
|
-
dependency: $project-font-mono
|
456
|
-
)
|
455
|
+
dependency: $project-font-mono,
|
456
|
+
),
|
457
457
|
);
|
458
458
|
|
459
459
|
$token-font-theme-mono-3xl: (
|
@@ -461,8 +461,8 @@ $token-font-theme-mono-3xl: (
|
|
461
461
|
slug: "mono-3xl",
|
462
462
|
isReadable: true,
|
463
463
|
content: utility-font(mono, 3xl),
|
464
|
-
dependency: $project-font-mono
|
465
|
-
)
|
464
|
+
dependency: $project-font-mono,
|
465
|
+
),
|
466
466
|
);
|
467
467
|
|
468
468
|
$tokens-font-theme-mono: map-collect(
|
@@ -487,7 +487,7 @@ $palettes-font-theme-mono: (
|
|
487
487
|
"palette-font-theme-mono-xl": $token-font-theme-mono-xl,
|
488
488
|
"palette-font-theme-mono-2xl": $token-font-theme-mono-2xl,
|
489
489
|
"palette-font-theme-mono-3xl": $token-font-theme-mono-3xl,
|
490
|
-
"palette-font-theme-mono": $tokens-font-theme-mono
|
490
|
+
"palette-font-theme-mono": $tokens-font-theme-mono,
|
491
491
|
);
|
492
492
|
|
493
493
|
$token-font-theme-sans-3xs: (
|
@@ -495,8 +495,8 @@ $token-font-theme-sans-3xs: (
|
|
495
495
|
slug: "sans-3xs",
|
496
496
|
isReadable: true,
|
497
497
|
content: utility-font(sans, 3xs),
|
498
|
-
dependency: $project-font-sans
|
499
|
-
)
|
498
|
+
dependency: $project-font-sans,
|
499
|
+
),
|
500
500
|
);
|
501
501
|
|
502
502
|
$token-font-theme-sans-2xs: (
|
@@ -504,8 +504,8 @@ $token-font-theme-sans-2xs: (
|
|
504
504
|
slug: "sans-2xs",
|
505
505
|
isReadable: true,
|
506
506
|
content: utility-font(sans, 2xs),
|
507
|
-
dependency: $project-font-sans
|
508
|
-
)
|
507
|
+
dependency: $project-font-sans,
|
508
|
+
),
|
509
509
|
);
|
510
510
|
|
511
511
|
$token-font-theme-sans-xs: (
|
@@ -513,8 +513,8 @@ $token-font-theme-sans-xs: (
|
|
513
513
|
slug: "sans-xs",
|
514
514
|
isReadable: true,
|
515
515
|
content: utility-font(sans, xs),
|
516
|
-
dependency: $project-font-sans
|
517
|
-
)
|
516
|
+
dependency: $project-font-sans,
|
517
|
+
),
|
518
518
|
);
|
519
519
|
|
520
520
|
$token-font-theme-sans-sm: (
|
@@ -522,8 +522,8 @@ $token-font-theme-sans-sm: (
|
|
522
522
|
slug: "sans-sm",
|
523
523
|
isReadable: true,
|
524
524
|
content: utility-font(sans, sm),
|
525
|
-
dependency: $project-font-sans
|
526
|
-
)
|
525
|
+
dependency: $project-font-sans,
|
526
|
+
),
|
527
527
|
);
|
528
528
|
|
529
529
|
$token-font-theme-sans-md: (
|
@@ -531,8 +531,8 @@ $token-font-theme-sans-md: (
|
|
531
531
|
slug: "sans-md",
|
532
532
|
isReadable: true,
|
533
533
|
content: utility-font(sans, md),
|
534
|
-
dependency: $project-font-sans
|
535
|
-
)
|
534
|
+
dependency: $project-font-sans,
|
535
|
+
),
|
536
536
|
);
|
537
537
|
|
538
538
|
$token-font-theme-sans-lg: (
|
@@ -540,8 +540,8 @@ $token-font-theme-sans-lg: (
|
|
540
540
|
slug: "sans-lg",
|
541
541
|
isReadable: true,
|
542
542
|
content: utility-font(sans, lg),
|
543
|
-
dependency: $project-font-sans
|
544
|
-
)
|
543
|
+
dependency: $project-font-sans,
|
544
|
+
),
|
545
545
|
);
|
546
546
|
|
547
547
|
$token-font-theme-sans-xl: (
|
@@ -549,8 +549,8 @@ $token-font-theme-sans-xl: (
|
|
549
549
|
slug: "sans-xl",
|
550
550
|
isReadable: true,
|
551
551
|
content: utility-font(sans, xl),
|
552
|
-
dependency: $project-font-sans
|
553
|
-
)
|
552
|
+
dependency: $project-font-sans,
|
553
|
+
),
|
554
554
|
);
|
555
555
|
|
556
556
|
$token-font-theme-sans-2xl: (
|
@@ -558,8 +558,8 @@ $token-font-theme-sans-2xl: (
|
|
558
558
|
slug: "sans-2xl",
|
559
559
|
isReadable: true,
|
560
560
|
content: utility-font(sans, 2xl),
|
561
|
-
dependency: $project-font-sans
|
562
|
-
)
|
561
|
+
dependency: $project-font-sans,
|
562
|
+
),
|
563
563
|
);
|
564
564
|
|
565
565
|
$token-font-theme-sans-3xl: (
|
@@ -567,8 +567,8 @@ $token-font-theme-sans-3xl: (
|
|
567
567
|
slug: "sans-3xl",
|
568
568
|
isReadable: true,
|
569
569
|
content: utility-font(sans, 3xl),
|
570
|
-
dependency: $project-font-sans
|
571
|
-
)
|
570
|
+
dependency: $project-font-sans,
|
571
|
+
),
|
572
572
|
);
|
573
573
|
|
574
574
|
$tokens-font-theme-sans: map-collect(
|
@@ -593,7 +593,7 @@ $palettes-font-theme-sans: (
|
|
593
593
|
"palette-font-theme-sans-xl": $token-font-theme-sans-xl,
|
594
594
|
"palette-font-theme-sans-2xl": $token-font-theme-sans-2xl,
|
595
595
|
"palette-font-theme-sans-3xl": $token-font-theme-sans-3xl,
|
596
|
-
"palette-font-theme-sans": $tokens-font-theme-sans
|
596
|
+
"palette-font-theme-sans": $tokens-font-theme-sans,
|
597
597
|
);
|
598
598
|
|
599
599
|
$token-font-theme-serif-3xs: (
|
@@ -601,8 +601,8 @@ $token-font-theme-serif-3xs: (
|
|
601
601
|
slug: "serif-3xs",
|
602
602
|
isReadable: true,
|
603
603
|
content: utility-font(serif, 3xs),
|
604
|
-
dependency: $project-font-serif
|
605
|
-
)
|
604
|
+
dependency: $project-font-serif,
|
605
|
+
),
|
606
606
|
);
|
607
607
|
|
608
608
|
$token-font-theme-serif-2xs: (
|
@@ -610,8 +610,8 @@ $token-font-theme-serif-2xs: (
|
|
610
610
|
slug: "serif-2xs",
|
611
611
|
isReadable: true,
|
612
612
|
content: utility-font(serif, 2xs),
|
613
|
-
dependency: $project-font-serif
|
614
|
-
)
|
613
|
+
dependency: $project-font-serif,
|
614
|
+
),
|
615
615
|
);
|
616
616
|
|
617
617
|
$token-font-theme-serif-xs: (
|
@@ -619,8 +619,8 @@ $token-font-theme-serif-xs: (
|
|
619
619
|
slug: "serif-xs",
|
620
620
|
isReadable: true,
|
621
621
|
content: utility-font(serif, xs),
|
622
|
-
dependency: $project-font-serif
|
623
|
-
)
|
622
|
+
dependency: $project-font-serif,
|
623
|
+
),
|
624
624
|
);
|
625
625
|
|
626
626
|
$token-font-theme-serif-sm: (
|
@@ -628,8 +628,8 @@ $token-font-theme-serif-sm: (
|
|
628
628
|
slug: "serif-sm",
|
629
629
|
isReadable: true,
|
630
630
|
content: utility-font(serif, sm),
|
631
|
-
dependency: $project-font-serif
|
632
|
-
)
|
631
|
+
dependency: $project-font-serif,
|
632
|
+
),
|
633
633
|
);
|
634
634
|
|
635
635
|
$token-font-theme-serif-md: (
|
@@ -637,8 +637,8 @@ $token-font-theme-serif-md: (
|
|
637
637
|
slug: "serif-md",
|
638
638
|
isReadable: true,
|
639
639
|
content: utility-font(serif, md),
|
640
|
-
dependency: $project-font-serif
|
641
|
-
)
|
640
|
+
dependency: $project-font-serif,
|
641
|
+
),
|
642
642
|
);
|
643
643
|
|
644
644
|
$token-font-theme-serif-lg: (
|
@@ -646,8 +646,8 @@ $token-font-theme-serif-lg: (
|
|
646
646
|
slug: "serif-lg",
|
647
647
|
isReadable: true,
|
648
648
|
content: utility-font(serif, lg),
|
649
|
-
dependency: $project-font-serif
|
650
|
-
)
|
649
|
+
dependency: $project-font-serif,
|
650
|
+
),
|
651
651
|
);
|
652
652
|
|
653
653
|
$token-font-theme-serif-xl: (
|
@@ -655,8 +655,8 @@ $token-font-theme-serif-xl: (
|
|
655
655
|
slug: "serif-xl",
|
656
656
|
isReadable: true,
|
657
657
|
content: utility-font(serif, xl),
|
658
|
-
dependency: $project-font-serif
|
659
|
-
)
|
658
|
+
dependency: $project-font-serif,
|
659
|
+
),
|
660
660
|
);
|
661
661
|
|
662
662
|
$token-font-theme-serif-2xl: (
|
@@ -664,8 +664,8 @@ $token-font-theme-serif-2xl: (
|
|
664
664
|
slug: "serif-2xl",
|
665
665
|
isReadable: true,
|
666
666
|
content: utility-font(serif, 2xl),
|
667
|
-
dependency: $project-font-serif
|
668
|
-
)
|
667
|
+
dependency: $project-font-serif,
|
668
|
+
),
|
669
669
|
);
|
670
670
|
|
671
671
|
$token-font-theme-serif-3xl: (
|
@@ -673,8 +673,8 @@ $token-font-theme-serif-3xl: (
|
|
673
673
|
slug: "serif-3xl",
|
674
674
|
isReadable: true,
|
675
675
|
content: utility-font(serif, 3xl),
|
676
|
-
dependency: $project-font-serif
|
677
|
-
)
|
676
|
+
dependency: $project-font-serif,
|
677
|
+
),
|
678
678
|
);
|
679
679
|
|
680
680
|
$tokens-font-theme-serif: map-collect(
|
@@ -699,7 +699,7 @@ $palettes-font-theme-serif: (
|
|
699
699
|
"palette-font-theme-serif-xl": $token-font-theme-serif-xl,
|
700
700
|
"palette-font-theme-serif-2xl": $token-font-theme-serif-2xl,
|
701
701
|
"palette-font-theme-serif-3xl": $token-font-theme-serif-3xl,
|
702
|
-
"palette-font-theme-serif": $tokens-font-theme-serif
|
702
|
+
"palette-font-theme-serif": $tokens-font-theme-serif,
|
703
703
|
);
|
704
704
|
|
705
705
|
$palette-font-theme-types: (
|
@@ -711,7 +711,7 @@ $palette-font-theme-types: (
|
|
711
711
|
$tokens-font-theme-mono,
|
712
712
|
$tokens-font-theme-sans,
|
713
713
|
$tokens-font-theme-serif
|
714
|
-
)
|
714
|
+
),
|
715
715
|
);
|
716
716
|
|
717
717
|
$palettes-font-theme-types: map-collect(
|
@@ -735,8 +735,8 @@ $token-font-theme-code-3xs: (
|
|
735
735
|
slug: "code-3xs",
|
736
736
|
isReadable: true,
|
737
737
|
content: utility-font(code, 3xs),
|
738
|
-
dependency: $project-font-code
|
739
|
-
)
|
738
|
+
dependency: $project-font-code,
|
739
|
+
),
|
740
740
|
);
|
741
741
|
|
742
742
|
$token-font-theme-code-2xs: (
|
@@ -744,8 +744,8 @@ $token-font-theme-code-2xs: (
|
|
744
744
|
slug: "code-2xs",
|
745
745
|
isReadable: true,
|
746
746
|
content: utility-font(code, 2xs),
|
747
|
-
dependency: $project-font-code
|
748
|
-
)
|
747
|
+
dependency: $project-font-code,
|
748
|
+
),
|
749
749
|
);
|
750
750
|
|
751
751
|
$token-font-theme-code-xs: (
|
@@ -753,8 +753,8 @@ $token-font-theme-code-xs: (
|
|
753
753
|
slug: "code-xs",
|
754
754
|
isReadable: true,
|
755
755
|
content: utility-font(code, xs),
|
756
|
-
dependency: $project-font-code
|
757
|
-
)
|
756
|
+
dependency: $project-font-code,
|
757
|
+
),
|
758
758
|
);
|
759
759
|
|
760
760
|
$token-font-theme-code-sm: (
|
@@ -762,8 +762,8 @@ $token-font-theme-code-sm: (
|
|
762
762
|
slug: "code-sm",
|
763
763
|
isReadable: true,
|
764
764
|
content: utility-font(code, sm),
|
765
|
-
dependency: $project-font-code
|
766
|
-
)
|
765
|
+
dependency: $project-font-code,
|
766
|
+
),
|
767
767
|
);
|
768
768
|
|
769
769
|
$token-font-theme-code-md: (
|
@@ -771,8 +771,8 @@ $token-font-theme-code-md: (
|
|
771
771
|
slug: "code-md",
|
772
772
|
isReadable: true,
|
773
773
|
content: utility-font(code, md),
|
774
|
-
dependency: $project-font-code
|
775
|
-
)
|
774
|
+
dependency: $project-font-code,
|
775
|
+
),
|
776
776
|
);
|
777
777
|
|
778
778
|
$token-font-theme-code-lg: (
|
@@ -780,8 +780,8 @@ $token-font-theme-code-lg: (
|
|
780
780
|
slug: "code-lg",
|
781
781
|
isReadable: true,
|
782
782
|
content: utility-font(code, lg),
|
783
|
-
dependency: $project-font-code
|
784
|
-
)
|
783
|
+
dependency: $project-font-code,
|
784
|
+
),
|
785
785
|
);
|
786
786
|
|
787
787
|
$token-font-theme-code-xl: (
|
@@ -789,8 +789,8 @@ $token-font-theme-code-xl: (
|
|
789
789
|
slug: "code-xl",
|
790
790
|
isReadable: true,
|
791
791
|
content: utility-font(code, xl),
|
792
|
-
dependency: $project-font-code
|
793
|
-
)
|
792
|
+
dependency: $project-font-code,
|
793
|
+
),
|
794
794
|
);
|
795
795
|
|
796
796
|
$token-font-theme-code-2xl: (
|
@@ -798,8 +798,8 @@ $token-font-theme-code-2xl: (
|
|
798
798
|
slug: "code-2xl",
|
799
799
|
isReadable: true,
|
800
800
|
content: utility-font(code, 2xl),
|
801
|
-
dependency: $project-font-code
|
802
|
-
)
|
801
|
+
dependency: $project-font-code,
|
802
|
+
),
|
803
803
|
);
|
804
804
|
|
805
805
|
$token-font-theme-code-3xl: (
|
@@ -807,8 +807,8 @@ $token-font-theme-code-3xl: (
|
|
807
807
|
slug: "code-3xl",
|
808
808
|
isReadable: true,
|
809
809
|
content: utility-font(code, 3xl),
|
810
|
-
dependency: $project-font-code
|
811
|
-
)
|
810
|
+
dependency: $project-font-code,
|
811
|
+
),
|
812
812
|
);
|
813
813
|
|
814
814
|
$tokens-font-theme-code: map-collect(
|
@@ -833,7 +833,7 @@ $palettes-font-theme-code: (
|
|
833
833
|
"palette-font-theme-code-xl": $token-font-theme-code-xl,
|
834
834
|
"palette-font-theme-code-2xl": $token-font-theme-code-2xl,
|
835
835
|
"palette-font-theme-code-3xl": $token-font-theme-code-3xl,
|
836
|
-
"palette-font-theme-code": $tokens-font-theme-code
|
836
|
+
"palette-font-theme-code": $tokens-font-theme-code,
|
837
837
|
);
|
838
838
|
|
839
839
|
$token-font-theme-ui-3xs: (
|
@@ -841,8 +841,8 @@ $token-font-theme-ui-3xs: (
|
|
841
841
|
slug: "ui-3xs",
|
842
842
|
isReadable: true,
|
843
843
|
content: utility-font(ui, 3xs),
|
844
|
-
dependency: $project-font-ui
|
845
|
-
)
|
844
|
+
dependency: $project-font-ui,
|
845
|
+
),
|
846
846
|
);
|
847
847
|
|
848
848
|
$token-font-theme-ui-2xs: (
|
@@ -850,8 +850,8 @@ $token-font-theme-ui-2xs: (
|
|
850
850
|
slug: "ui-2xs",
|
851
851
|
isReadable: true,
|
852
852
|
content: utility-font(ui, 2xs),
|
853
|
-
dependency: $project-font-ui
|
854
|
-
)
|
853
|
+
dependency: $project-font-ui,
|
854
|
+
),
|
855
855
|
);
|
856
856
|
|
857
857
|
$token-font-theme-ui-xs: (
|
@@ -859,8 +859,8 @@ $token-font-theme-ui-xs: (
|
|
859
859
|
slug: "ui-xs",
|
860
860
|
isReadable: true,
|
861
861
|
content: utility-font(ui, xs),
|
862
|
-
dependency: $project-font-ui
|
863
|
-
)
|
862
|
+
dependency: $project-font-ui,
|
863
|
+
),
|
864
864
|
);
|
865
865
|
|
866
866
|
$token-font-theme-ui-sm: (
|
@@ -868,8 +868,8 @@ $token-font-theme-ui-sm: (
|
|
868
868
|
slug: "ui-sm",
|
869
869
|
isReadable: true,
|
870
870
|
content: utility-font(ui, sm),
|
871
|
-
dependency: $project-font-ui
|
872
|
-
)
|
871
|
+
dependency: $project-font-ui,
|
872
|
+
),
|
873
873
|
);
|
874
874
|
|
875
875
|
$token-font-theme-ui-md: (
|
@@ -877,8 +877,8 @@ $token-font-theme-ui-md: (
|
|
877
877
|
slug: "ui-md",
|
878
878
|
isReadable: true,
|
879
879
|
content: utility-font(ui, md),
|
880
|
-
dependency: $project-font-ui
|
881
|
-
)
|
880
|
+
dependency: $project-font-ui,
|
881
|
+
),
|
882
882
|
);
|
883
883
|
|
884
884
|
$token-font-theme-ui-lg: (
|
@@ -886,8 +886,8 @@ $token-font-theme-ui-lg: (
|
|
886
886
|
slug: "ui-lg",
|
887
887
|
isReadable: true,
|
888
888
|
content: utility-font(ui, lg),
|
889
|
-
dependency: $project-font-ui
|
890
|
-
)
|
889
|
+
dependency: $project-font-ui,
|
890
|
+
),
|
891
891
|
);
|
892
892
|
|
893
893
|
$token-font-theme-ui-xl: (
|
@@ -895,8 +895,8 @@ $token-font-theme-ui-xl: (
|
|
895
895
|
slug: "ui-xl",
|
896
896
|
isReadable: true,
|
897
897
|
content: utility-font(ui, xl),
|
898
|
-
dependency: $project-font-ui
|
899
|
-
)
|
898
|
+
dependency: $project-font-ui,
|
899
|
+
),
|
900
900
|
);
|
901
901
|
|
902
902
|
$token-font-theme-ui-2xl: (
|
@@ -904,8 +904,8 @@ $token-font-theme-ui-2xl: (
|
|
904
904
|
slug: "ui-2xl",
|
905
905
|
isReadable: true,
|
906
906
|
content: utility-font(ui, 2xl),
|
907
|
-
dependency: $project-font-ui
|
908
|
-
)
|
907
|
+
dependency: $project-font-ui,
|
908
|
+
),
|
909
909
|
);
|
910
910
|
|
911
911
|
$token-font-theme-ui-3xl: (
|
@@ -913,8 +913,8 @@ $token-font-theme-ui-3xl: (
|
|
913
913
|
slug: "ui-3xl",
|
914
914
|
isReadable: true,
|
915
915
|
content: utility-font(ui, 3xl),
|
916
|
-
dependency: $project-font-ui
|
917
|
-
)
|
916
|
+
dependency: $project-font-ui,
|
917
|
+
),
|
918
918
|
);
|
919
919
|
|
920
920
|
$tokens-font-theme-ui: map-collect(
|
@@ -939,7 +939,7 @@ $palettes-font-theme-ui: (
|
|
939
939
|
"palette-font-theme-ui-xl": $token-font-theme-ui-xl,
|
940
940
|
"palette-font-theme-ui-2xl": $token-font-theme-ui-2xl,
|
941
941
|
"palette-font-theme-ui-3xl": $token-font-theme-ui-3xl,
|
942
|
-
"palette-font-theme-ui": $tokens-font-theme-ui
|
942
|
+
"palette-font-theme-ui": $tokens-font-theme-ui,
|
943
943
|
);
|
944
944
|
|
945
945
|
$token-font-theme-heading-3xs: (
|
@@ -947,8 +947,8 @@ $token-font-theme-heading-3xs: (
|
|
947
947
|
slug: "heading-3xs",
|
948
948
|
isReadable: true,
|
949
949
|
content: utility-font(heading, 3xs),
|
950
|
-
dependency: $project-font-heading
|
951
|
-
)
|
950
|
+
dependency: $project-font-heading,
|
951
|
+
),
|
952
952
|
);
|
953
953
|
|
954
954
|
$token-font-theme-heading-2xs: (
|
@@ -956,8 +956,8 @@ $token-font-theme-heading-2xs: (
|
|
956
956
|
slug: "heading-2xs",
|
957
957
|
isReadable: true,
|
958
958
|
content: utility-font(heading, 2xs),
|
959
|
-
dependency: $project-font-heading
|
960
|
-
)
|
959
|
+
dependency: $project-font-heading,
|
960
|
+
),
|
961
961
|
);
|
962
962
|
|
963
963
|
$token-font-theme-heading-xs: (
|
@@ -965,8 +965,8 @@ $token-font-theme-heading-xs: (
|
|
965
965
|
slug: "heading-xs",
|
966
966
|
isReadable: true,
|
967
967
|
content: utility-font(heading, xs),
|
968
|
-
dependency: $project-font-heading
|
969
|
-
)
|
968
|
+
dependency: $project-font-heading,
|
969
|
+
),
|
970
970
|
);
|
971
971
|
|
972
972
|
$token-font-theme-heading-sm: (
|
@@ -974,8 +974,8 @@ $token-font-theme-heading-sm: (
|
|
974
974
|
slug: "heading-sm",
|
975
975
|
isReadable: true,
|
976
976
|
content: utility-font(heading, sm),
|
977
|
-
dependency: $project-font-heading
|
978
|
-
)
|
977
|
+
dependency: $project-font-heading,
|
978
|
+
),
|
979
979
|
);
|
980
980
|
|
981
981
|
$token-font-theme-heading-md: (
|
@@ -983,8 +983,8 @@ $token-font-theme-heading-md: (
|
|
983
983
|
slug: "heading-md",
|
984
984
|
isReadable: true,
|
985
985
|
content: utility-font(heading, md),
|
986
|
-
dependency: $project-font-heading
|
987
|
-
)
|
986
|
+
dependency: $project-font-heading,
|
987
|
+
),
|
988
988
|
);
|
989
989
|
|
990
990
|
$token-font-theme-heading-lg: (
|
@@ -992,8 +992,8 @@ $token-font-theme-heading-lg: (
|
|
992
992
|
slug: "heading-lg",
|
993
993
|
isReadable: true,
|
994
994
|
content: utility-font(heading, lg),
|
995
|
-
dependency: $project-font-heading
|
996
|
-
)
|
995
|
+
dependency: $project-font-heading,
|
996
|
+
),
|
997
997
|
);
|
998
998
|
|
999
999
|
$token-font-theme-heading-xl: (
|
@@ -1001,8 +1001,8 @@ $token-font-theme-heading-xl: (
|
|
1001
1001
|
slug: "heading-xl",
|
1002
1002
|
isReadable: true,
|
1003
1003
|
content: utility-font(heading, xl),
|
1004
|
-
dependency: $project-font-heading
|
1005
|
-
)
|
1004
|
+
dependency: $project-font-heading,
|
1005
|
+
),
|
1006
1006
|
);
|
1007
1007
|
|
1008
1008
|
$token-font-theme-heading-2xl: (
|
@@ -1010,8 +1010,8 @@ $token-font-theme-heading-2xl: (
|
|
1010
1010
|
slug: "heading-2xl",
|
1011
1011
|
isReadable: true,
|
1012
1012
|
content: utility-font(heading, 2xl),
|
1013
|
-
dependency: $project-font-heading
|
1014
|
-
)
|
1013
|
+
dependency: $project-font-heading,
|
1014
|
+
),
|
1015
1015
|
);
|
1016
1016
|
|
1017
1017
|
$token-font-theme-heading-3xl: (
|
@@ -1019,8 +1019,8 @@ $token-font-theme-heading-3xl: (
|
|
1019
1019
|
slug: "heading-3xl",
|
1020
1020
|
isReadable: true,
|
1021
1021
|
content: utility-font(heading, 3xl),
|
1022
|
-
dependency: $project-font-heading
|
1023
|
-
)
|
1022
|
+
dependency: $project-font-heading,
|
1023
|
+
),
|
1024
1024
|
);
|
1025
1025
|
|
1026
1026
|
$tokens-font-theme-heading: map-collect(
|
@@ -1045,7 +1045,7 @@ $palettes-font-theme-heading: (
|
|
1045
1045
|
"palette-font-theme-heading-xl": $token-font-theme-heading-xl,
|
1046
1046
|
"palette-font-theme-heading-2xl": $token-font-theme-heading-2xl,
|
1047
1047
|
"palette-font-theme-heading-3xl": $token-font-theme-heading-3xl,
|
1048
|
-
"palette-font-theme-heading": $tokens-font-theme-heading
|
1048
|
+
"palette-font-theme-heading": $tokens-font-theme-heading,
|
1049
1049
|
);
|
1050
1050
|
|
1051
1051
|
$token-font-theme-body-3xs: (
|
@@ -1053,8 +1053,8 @@ $token-font-theme-body-3xs: (
|
|
1053
1053
|
slug: "body-3xs",
|
1054
1054
|
isReadable: true,
|
1055
1055
|
content: utility-font(body, 3xs),
|
1056
|
-
dependency: $project-font-body
|
1057
|
-
)
|
1056
|
+
dependency: $project-font-body,
|
1057
|
+
),
|
1058
1058
|
);
|
1059
1059
|
|
1060
1060
|
$token-font-theme-body-2xs: (
|
@@ -1062,8 +1062,8 @@ $token-font-theme-body-2xs: (
|
|
1062
1062
|
slug: "body-2xs",
|
1063
1063
|
isReadable: true,
|
1064
1064
|
content: utility-font(body, 2xs),
|
1065
|
-
dependency: $project-font-body
|
1066
|
-
)
|
1065
|
+
dependency: $project-font-body,
|
1066
|
+
),
|
1067
1067
|
);
|
1068
1068
|
|
1069
1069
|
$token-font-theme-body-xs: (
|
@@ -1071,8 +1071,8 @@ $token-font-theme-body-xs: (
|
|
1071
1071
|
slug: "body-xs",
|
1072
1072
|
isReadable: true,
|
1073
1073
|
content: utility-font(body, xs),
|
1074
|
-
dependency: $project-font-body
|
1075
|
-
)
|
1074
|
+
dependency: $project-font-body,
|
1075
|
+
),
|
1076
1076
|
);
|
1077
1077
|
|
1078
1078
|
$token-font-theme-body-sm: (
|
@@ -1080,8 +1080,8 @@ $token-font-theme-body-sm: (
|
|
1080
1080
|
slug: "body-sm",
|
1081
1081
|
isReadable: true,
|
1082
1082
|
content: utility-font(body, sm),
|
1083
|
-
dependency: $project-font-body
|
1084
|
-
)
|
1083
|
+
dependency: $project-font-body,
|
1084
|
+
),
|
1085
1085
|
);
|
1086
1086
|
|
1087
1087
|
$token-font-theme-body-md: (
|
@@ -1089,8 +1089,8 @@ $token-font-theme-body-md: (
|
|
1089
1089
|
slug: "body-md",
|
1090
1090
|
isReadable: true,
|
1091
1091
|
content: utility-font(body, md),
|
1092
|
-
dependency: $project-font-body
|
1093
|
-
)
|
1092
|
+
dependency: $project-font-body,
|
1093
|
+
),
|
1094
1094
|
);
|
1095
1095
|
|
1096
1096
|
$token-font-theme-body-lg: (
|
@@ -1098,8 +1098,8 @@ $token-font-theme-body-lg: (
|
|
1098
1098
|
slug: "body-lg",
|
1099
1099
|
isReadable: true,
|
1100
1100
|
content: utility-font(body, lg),
|
1101
|
-
dependency: $project-font-body
|
1102
|
-
)
|
1101
|
+
dependency: $project-font-body,
|
1102
|
+
),
|
1103
1103
|
);
|
1104
1104
|
|
1105
1105
|
$token-font-theme-body-xl: (
|
@@ -1107,8 +1107,8 @@ $token-font-theme-body-xl: (
|
|
1107
1107
|
slug: "body-xl",
|
1108
1108
|
isReadable: true,
|
1109
1109
|
content: utility-font(body, xl),
|
1110
|
-
dependency: $project-font-body
|
1111
|
-
)
|
1110
|
+
dependency: $project-font-body,
|
1111
|
+
),
|
1112
1112
|
);
|
1113
1113
|
|
1114
1114
|
$token-font-theme-body-2xl: (
|
@@ -1116,8 +1116,8 @@ $token-font-theme-body-2xl: (
|
|
1116
1116
|
slug: "body-2xl",
|
1117
1117
|
isReadable: true,
|
1118
1118
|
content: utility-font(body, 2xl),
|
1119
|
-
dependency: $project-font-body
|
1120
|
-
)
|
1119
|
+
dependency: $project-font-body,
|
1120
|
+
),
|
1121
1121
|
);
|
1122
1122
|
|
1123
1123
|
$token-font-theme-body-3xl: (
|
@@ -1125,8 +1125,8 @@ $token-font-theme-body-3xl: (
|
|
1125
1125
|
slug: "body-3xl",
|
1126
1126
|
isReadable: true,
|
1127
1127
|
content: utility-font(body, 3xl),
|
1128
|
-
dependency: $project-font-body
|
1129
|
-
)
|
1128
|
+
dependency: $project-font-body,
|
1129
|
+
),
|
1130
1130
|
);
|
1131
1131
|
|
1132
1132
|
$tokens-font-theme-body: map-collect(
|
@@ -1151,7 +1151,7 @@ $palettes-font-theme-body: (
|
|
1151
1151
|
"palette-font-theme-body-xl": $token-font-theme-body-xl,
|
1152
1152
|
"palette-font-theme-body-2xl": $token-font-theme-body-2xl,
|
1153
1153
|
"palette-font-theme-body-3xl": $token-font-theme-body-3xl,
|
1154
|
-
"palette-font-theme-body": $tokens-font-theme-body
|
1154
|
+
"palette-font-theme-body": $tokens-font-theme-body,
|
1155
1155
|
);
|
1156
1156
|
|
1157
1157
|
$token-font-theme-alt-3xs: (
|
@@ -1159,8 +1159,8 @@ $token-font-theme-alt-3xs: (
|
|
1159
1159
|
slug: "alt-3xs",
|
1160
1160
|
isReadable: true,
|
1161
1161
|
content: utility-font(alt, 3xs),
|
1162
|
-
dependency: $project-font-alt
|
1163
|
-
)
|
1162
|
+
dependency: $project-font-alt,
|
1163
|
+
),
|
1164
1164
|
);
|
1165
1165
|
|
1166
1166
|
$token-font-theme-alt-2xs: (
|
@@ -1168,8 +1168,8 @@ $token-font-theme-alt-2xs: (
|
|
1168
1168
|
slug: "alt-2xs",
|
1169
1169
|
isReadable: true,
|
1170
1170
|
content: utility-font(alt, 2xs),
|
1171
|
-
dependency: $project-font-alt
|
1172
|
-
)
|
1171
|
+
dependency: $project-font-alt,
|
1172
|
+
),
|
1173
1173
|
);
|
1174
1174
|
|
1175
1175
|
$token-font-theme-alt-xs: (
|
@@ -1177,8 +1177,8 @@ $token-font-theme-alt-xs: (
|
|
1177
1177
|
slug: "alt-xs",
|
1178
1178
|
isReadable: true,
|
1179
1179
|
content: utility-font(alt, xs),
|
1180
|
-
dependency: $project-font-alt
|
1181
|
-
)
|
1180
|
+
dependency: $project-font-alt,
|
1181
|
+
),
|
1182
1182
|
);
|
1183
1183
|
|
1184
1184
|
$token-font-theme-alt-sm: (
|
@@ -1186,8 +1186,8 @@ $token-font-theme-alt-sm: (
|
|
1186
1186
|
slug: "alt-sm",
|
1187
1187
|
isReadable: true,
|
1188
1188
|
content: utility-font(alt, sm),
|
1189
|
-
dependency: $project-font-alt
|
1190
|
-
)
|
1189
|
+
dependency: $project-font-alt,
|
1190
|
+
),
|
1191
1191
|
);
|
1192
1192
|
|
1193
1193
|
$token-font-theme-alt-md: (
|
@@ -1195,8 +1195,8 @@ $token-font-theme-alt-md: (
|
|
1195
1195
|
slug: "alt-md",
|
1196
1196
|
isReadable: true,
|
1197
1197
|
content: utility-font(alt, md),
|
1198
|
-
dependency: $project-font-alt
|
1199
|
-
)
|
1198
|
+
dependency: $project-font-alt,
|
1199
|
+
),
|
1200
1200
|
);
|
1201
1201
|
|
1202
1202
|
$token-font-theme-alt-lg: (
|
@@ -1204,8 +1204,8 @@ $token-font-theme-alt-lg: (
|
|
1204
1204
|
slug: "alt-lg",
|
1205
1205
|
isReadable: true,
|
1206
1206
|
content: utility-font(alt, lg),
|
1207
|
-
dependency: $project-font-alt
|
1208
|
-
)
|
1207
|
+
dependency: $project-font-alt,
|
1208
|
+
),
|
1209
1209
|
);
|
1210
1210
|
|
1211
1211
|
$token-font-theme-alt-xl: (
|
@@ -1213,8 +1213,8 @@ $token-font-theme-alt-xl: (
|
|
1213
1213
|
slug: "alt-xl",
|
1214
1214
|
isReadable: true,
|
1215
1215
|
content: utility-font(alt, xl),
|
1216
|
-
dependency: $project-font-alt
|
1217
|
-
)
|
1216
|
+
dependency: $project-font-alt,
|
1217
|
+
),
|
1218
1218
|
);
|
1219
1219
|
|
1220
1220
|
$token-font-theme-alt-2xl: (
|
@@ -1222,8 +1222,8 @@ $token-font-theme-alt-2xl: (
|
|
1222
1222
|
slug: "alt-2xl",
|
1223
1223
|
isReadable: true,
|
1224
1224
|
content: utility-font(alt, 2xl),
|
1225
|
-
dependency: $project-font-alt
|
1226
|
-
)
|
1225
|
+
dependency: $project-font-alt,
|
1226
|
+
),
|
1227
1227
|
);
|
1228
1228
|
|
1229
1229
|
$token-font-theme-alt-3xl: (
|
@@ -1231,8 +1231,8 @@ $token-font-theme-alt-3xl: (
|
|
1231
1231
|
slug: "alt-3xl",
|
1232
1232
|
isReadable: true,
|
1233
1233
|
content: utility-font(alt, 3xl),
|
1234
|
-
dependency: $project-font-alt
|
1235
|
-
)
|
1234
|
+
dependency: $project-font-alt,
|
1235
|
+
),
|
1236
1236
|
);
|
1237
1237
|
|
1238
1238
|
$tokens-font-theme-alt: map-collect(
|
@@ -1257,7 +1257,7 @@ $palettes-font-theme-alt: (
|
|
1257
1257
|
"palette-font-theme-alt-xl": $token-font-theme-alt-xl,
|
1258
1258
|
"palette-font-theme-alt-2xl": $token-font-theme-alt-2xl,
|
1259
1259
|
"palette-font-theme-alt-3xl": $token-font-theme-alt-3xl,
|
1260
|
-
"palette-font-theme-alt": $tokens-font-theme-alt
|
1260
|
+
"palette-font-theme-alt": $tokens-font-theme-alt,
|
1261
1261
|
);
|
1262
1262
|
|
1263
1263
|
$palette-font-theme-roles: (
|
@@ -1268,7 +1268,7 @@ $palette-font-theme-roles: (
|
|
1268
1268
|
$tokens-font-theme-heading,
|
1269
1269
|
$tokens-font-theme-body,
|
1270
1270
|
$tokens-font-theme-alt
|
1271
|
-
)
|
1271
|
+
),
|
1272
1272
|
);
|
1273
1273
|
|
1274
1274
|
$palettes-font-theme-roles: map-collect(
|
@@ -1295,7 +1295,7 @@ $tokens-font-theme: map-collect(
|
|
1295
1295
|
);
|
1296
1296
|
|
1297
1297
|
$palette-font-theme: (
|
1298
|
-
"palette-font-theme": $tokens-font-theme
|
1298
|
+
"palette-font-theme": $tokens-font-theme,
|
1299
1299
|
);
|
1300
1300
|
|
1301
1301
|
$palettes-font-theme: map-collect(
|
@@ -1314,168 +1314,168 @@ $token-font-system-cond-micro: (
|
|
1314
1314
|
cond-micro: (
|
1315
1315
|
slug: "cond-micro",
|
1316
1316
|
isReadable: true,
|
1317
|
-
content: utility-font(cond, "micro")
|
1318
|
-
)
|
1317
|
+
content: utility-font(cond, "micro"),
|
1318
|
+
),
|
1319
1319
|
);
|
1320
1320
|
|
1321
1321
|
$token-font-system-cond-1: (
|
1322
1322
|
cond-1: (
|
1323
1323
|
slug: "cond-1",
|
1324
1324
|
isReadable: true,
|
1325
|
-
content: utility-font(cond, 1)
|
1326
|
-
)
|
1325
|
+
content: utility-font(cond, 1),
|
1326
|
+
),
|
1327
1327
|
);
|
1328
1328
|
|
1329
1329
|
$token-font-system-cond-2: (
|
1330
1330
|
cond-2: (
|
1331
1331
|
slug: "cond-2",
|
1332
1332
|
isReadable: true,
|
1333
|
-
content: utility-font(cond, 2)
|
1334
|
-
)
|
1333
|
+
content: utility-font(cond, 2),
|
1334
|
+
),
|
1335
1335
|
);
|
1336
1336
|
|
1337
1337
|
$token-font-system-cond-3: (
|
1338
1338
|
cond-3: (
|
1339
1339
|
slug: "cond-3",
|
1340
1340
|
isReadable: true,
|
1341
|
-
content: utility-font(cond, 3)
|
1342
|
-
)
|
1341
|
+
content: utility-font(cond, 3),
|
1342
|
+
),
|
1343
1343
|
);
|
1344
1344
|
|
1345
1345
|
$token-font-system-cond-4: (
|
1346
1346
|
cond-4: (
|
1347
1347
|
slug: "cond-4",
|
1348
1348
|
isReadable: true,
|
1349
|
-
content: utility-font(cond, 4)
|
1350
|
-
)
|
1349
|
+
content: utility-font(cond, 4),
|
1350
|
+
),
|
1351
1351
|
);
|
1352
1352
|
|
1353
1353
|
$token-font-system-cond-5: (
|
1354
1354
|
cond-5: (
|
1355
1355
|
slug: "cond-5",
|
1356
1356
|
isReadable: true,
|
1357
|
-
content: utility-font(cond, 5)
|
1358
|
-
)
|
1357
|
+
content: utility-font(cond, 5),
|
1358
|
+
),
|
1359
1359
|
);
|
1360
1360
|
|
1361
1361
|
$token-font-system-cond-6: (
|
1362
1362
|
cond-6: (
|
1363
1363
|
slug: "cond-6",
|
1364
1364
|
isReadable: true,
|
1365
|
-
content: utility-font(cond, 6)
|
1366
|
-
)
|
1365
|
+
content: utility-font(cond, 6),
|
1366
|
+
),
|
1367
1367
|
);
|
1368
1368
|
|
1369
1369
|
$token-font-system-cond-7: (
|
1370
1370
|
cond-7: (
|
1371
1371
|
slug: "cond-7",
|
1372
1372
|
isReadable: true,
|
1373
|
-
content: utility-font(cond, 7)
|
1374
|
-
)
|
1373
|
+
content: utility-font(cond, 7),
|
1374
|
+
),
|
1375
1375
|
);
|
1376
1376
|
|
1377
1377
|
$token-font-system-cond-8: (
|
1378
1378
|
cond-8: (
|
1379
1379
|
slug: "cond-8",
|
1380
1380
|
isReadable: true,
|
1381
|
-
content: utility-font(cond, 8)
|
1382
|
-
)
|
1381
|
+
content: utility-font(cond, 8),
|
1382
|
+
),
|
1383
1383
|
);
|
1384
1384
|
|
1385
1385
|
$token-font-system-cond-9: (
|
1386
1386
|
cond-9: (
|
1387
1387
|
slug: "cond-9",
|
1388
1388
|
isReadable: true,
|
1389
|
-
content: utility-font(cond, 9)
|
1390
|
-
)
|
1389
|
+
content: utility-font(cond, 9),
|
1390
|
+
),
|
1391
1391
|
);
|
1392
1392
|
|
1393
1393
|
$token-font-system-cond-10: (
|
1394
1394
|
cond-10: (
|
1395
1395
|
slug: "cond-10",
|
1396
1396
|
isReadable: true,
|
1397
|
-
content: utility-font(cond, 10)
|
1398
|
-
)
|
1397
|
+
content: utility-font(cond, 10),
|
1398
|
+
),
|
1399
1399
|
);
|
1400
1400
|
|
1401
1401
|
$token-font-system-cond-11: (
|
1402
1402
|
cond-11: (
|
1403
1403
|
slug: "cond-11",
|
1404
1404
|
isReadable: true,
|
1405
|
-
content: utility-font(cond, 11)
|
1406
|
-
)
|
1405
|
+
content: utility-font(cond, 11),
|
1406
|
+
),
|
1407
1407
|
);
|
1408
1408
|
|
1409
1409
|
$token-font-system-cond-12: (
|
1410
1410
|
cond-12: (
|
1411
1411
|
slug: "cond-12",
|
1412
1412
|
isReadable: true,
|
1413
|
-
content: utility-font(cond, 12)
|
1414
|
-
)
|
1413
|
+
content: utility-font(cond, 12),
|
1414
|
+
),
|
1415
1415
|
);
|
1416
1416
|
|
1417
1417
|
$token-font-system-cond-13: (
|
1418
1418
|
cond-13: (
|
1419
1419
|
slug: "cond-13",
|
1420
1420
|
isReadable: true,
|
1421
|
-
content: utility-font(cond, 13)
|
1422
|
-
)
|
1421
|
+
content: utility-font(cond, 13),
|
1422
|
+
),
|
1423
1423
|
);
|
1424
1424
|
|
1425
1425
|
$token-font-system-cond-14: (
|
1426
1426
|
cond-14: (
|
1427
1427
|
slug: "cond-14",
|
1428
1428
|
isReadable: true,
|
1429
|
-
content: utility-font(cond, 14)
|
1430
|
-
)
|
1429
|
+
content: utility-font(cond, 14),
|
1430
|
+
),
|
1431
1431
|
);
|
1432
1432
|
|
1433
1433
|
$token-font-system-cond-15: (
|
1434
1434
|
cond-15: (
|
1435
1435
|
slug: "cond-15",
|
1436
1436
|
isReadable: true,
|
1437
|
-
content: utility-font(cond, 15)
|
1438
|
-
)
|
1437
|
+
content: utility-font(cond, 15),
|
1438
|
+
),
|
1439
1439
|
);
|
1440
1440
|
|
1441
1441
|
$token-font-system-cond-16: (
|
1442
1442
|
cond-16: (
|
1443
1443
|
slug: "cond-16",
|
1444
1444
|
isReadable: true,
|
1445
|
-
content: utility-font(cond, 16)
|
1446
|
-
)
|
1445
|
+
content: utility-font(cond, 16),
|
1446
|
+
),
|
1447
1447
|
);
|
1448
1448
|
|
1449
1449
|
$token-font-system-cond-17: (
|
1450
1450
|
cond-17: (
|
1451
1451
|
slug: "cond-17",
|
1452
1452
|
isReadable: true,
|
1453
|
-
content: utility-font(cond, 17)
|
1454
|
-
)
|
1453
|
+
content: utility-font(cond, 17),
|
1454
|
+
),
|
1455
1455
|
);
|
1456
1456
|
|
1457
1457
|
$token-font-system-cond-18: (
|
1458
1458
|
cond-18: (
|
1459
1459
|
slug: "cond-18",
|
1460
1460
|
isReadable: true,
|
1461
|
-
content: utility-font(cond, 18)
|
1462
|
-
)
|
1461
|
+
content: utility-font(cond, 18),
|
1462
|
+
),
|
1463
1463
|
);
|
1464
1464
|
|
1465
1465
|
$token-font-system-cond-19: (
|
1466
1466
|
cond-19: (
|
1467
1467
|
slug: "cond-19",
|
1468
1468
|
isReadable: true,
|
1469
|
-
content: utility-font(cond, 19)
|
1470
|
-
)
|
1469
|
+
content: utility-font(cond, 19),
|
1470
|
+
),
|
1471
1471
|
);
|
1472
1472
|
|
1473
1473
|
$token-font-system-cond-20: (
|
1474
1474
|
cond-20: (
|
1475
1475
|
slug: "cond-20",
|
1476
1476
|
isReadable: true,
|
1477
|
-
content: utility-font(cond, 20)
|
1478
|
-
)
|
1477
|
+
content: utility-font(cond, 20),
|
1478
|
+
),
|
1479
1479
|
);
|
1480
1480
|
|
1481
1481
|
$tokens-font-system-cond-small: map-collect(
|
@@ -1522,168 +1522,168 @@ $token-font-system-icon-micro: (
|
|
1522
1522
|
icon-micro: (
|
1523
1523
|
slug: "icon-micro",
|
1524
1524
|
isReadable: true,
|
1525
|
-
content: utility-font(icon, "micro")
|
1526
|
-
)
|
1525
|
+
content: utility-font(icon, "micro"),
|
1526
|
+
),
|
1527
1527
|
);
|
1528
1528
|
|
1529
1529
|
$token-font-system-icon-1: (
|
1530
1530
|
icon-1: (
|
1531
1531
|
slug: "icon-1",
|
1532
1532
|
isReadable: true,
|
1533
|
-
content: utility-font(icon, 1)
|
1534
|
-
)
|
1533
|
+
content: utility-font(icon, 1),
|
1534
|
+
),
|
1535
1535
|
);
|
1536
1536
|
|
1537
1537
|
$token-font-system-icon-2: (
|
1538
1538
|
icon-2: (
|
1539
1539
|
slug: "icon-2",
|
1540
1540
|
isReadable: true,
|
1541
|
-
content: utility-font(icon, 2)
|
1542
|
-
)
|
1541
|
+
content: utility-font(icon, 2),
|
1542
|
+
),
|
1543
1543
|
);
|
1544
1544
|
|
1545
1545
|
$token-font-system-icon-3: (
|
1546
1546
|
icon-3: (
|
1547
1547
|
slug: "icon-3",
|
1548
1548
|
isReadable: true,
|
1549
|
-
content: utility-font(icon, 3)
|
1550
|
-
)
|
1549
|
+
content: utility-font(icon, 3),
|
1550
|
+
),
|
1551
1551
|
);
|
1552
1552
|
|
1553
1553
|
$token-font-system-icon-4: (
|
1554
1554
|
icon-4: (
|
1555
1555
|
slug: "icon-4",
|
1556
1556
|
isReadable: true,
|
1557
|
-
content: utility-font(icon, 4)
|
1558
|
-
)
|
1557
|
+
content: utility-font(icon, 4),
|
1558
|
+
),
|
1559
1559
|
);
|
1560
1560
|
|
1561
1561
|
$token-font-system-icon-5: (
|
1562
1562
|
icon-5: (
|
1563
1563
|
slug: "icon-5",
|
1564
1564
|
isReadable: true,
|
1565
|
-
content: utility-font(icon, 5)
|
1566
|
-
)
|
1565
|
+
content: utility-font(icon, 5),
|
1566
|
+
),
|
1567
1567
|
);
|
1568
1568
|
|
1569
1569
|
$token-font-system-icon-6: (
|
1570
1570
|
icon-6: (
|
1571
1571
|
slug: "icon-6",
|
1572
1572
|
isReadable: true,
|
1573
|
-
content: utility-font(icon, 6)
|
1574
|
-
)
|
1573
|
+
content: utility-font(icon, 6),
|
1574
|
+
),
|
1575
1575
|
);
|
1576
1576
|
|
1577
1577
|
$token-font-system-icon-7: (
|
1578
1578
|
icon-7: (
|
1579
1579
|
slug: "icon-7",
|
1580
1580
|
isReadable: true,
|
1581
|
-
content: utility-font(icon, 7)
|
1582
|
-
)
|
1581
|
+
content: utility-font(icon, 7),
|
1582
|
+
),
|
1583
1583
|
);
|
1584
1584
|
|
1585
1585
|
$token-font-system-icon-8: (
|
1586
1586
|
icon-8: (
|
1587
1587
|
slug: "icon-8",
|
1588
1588
|
isReadable: true,
|
1589
|
-
content: utility-font(icon, 8)
|
1590
|
-
)
|
1589
|
+
content: utility-font(icon, 8),
|
1590
|
+
),
|
1591
1591
|
);
|
1592
1592
|
|
1593
1593
|
$token-font-system-icon-9: (
|
1594
1594
|
icon-9: (
|
1595
1595
|
slug: "icon-9",
|
1596
1596
|
isReadable: true,
|
1597
|
-
content: utility-font(icon, 9)
|
1598
|
-
)
|
1597
|
+
content: utility-font(icon, 9),
|
1598
|
+
),
|
1599
1599
|
);
|
1600
1600
|
|
1601
1601
|
$token-font-system-icon-10: (
|
1602
1602
|
icon-10: (
|
1603
1603
|
slug: "icon-10",
|
1604
1604
|
isReadable: true,
|
1605
|
-
content: utility-font(icon, 10)
|
1606
|
-
)
|
1605
|
+
content: utility-font(icon, 10),
|
1606
|
+
),
|
1607
1607
|
);
|
1608
1608
|
|
1609
1609
|
$token-font-system-icon-11: (
|
1610
1610
|
icon-11: (
|
1611
1611
|
slug: "icon-11",
|
1612
1612
|
isReadable: true,
|
1613
|
-
content: utility-font(icon, 11)
|
1614
|
-
)
|
1613
|
+
content: utility-font(icon, 11),
|
1614
|
+
),
|
1615
1615
|
);
|
1616
1616
|
|
1617
1617
|
$token-font-system-icon-12: (
|
1618
1618
|
icon-12: (
|
1619
1619
|
slug: "icon-12",
|
1620
1620
|
isReadable: true,
|
1621
|
-
content: utility-font(icon, 12)
|
1622
|
-
)
|
1621
|
+
content: utility-font(icon, 12),
|
1622
|
+
),
|
1623
1623
|
);
|
1624
1624
|
|
1625
1625
|
$token-font-system-icon-13: (
|
1626
1626
|
icon-13: (
|
1627
1627
|
slug: "icon-13",
|
1628
1628
|
isReadable: true,
|
1629
|
-
content: utility-font(icon, 13)
|
1630
|
-
)
|
1629
|
+
content: utility-font(icon, 13),
|
1630
|
+
),
|
1631
1631
|
);
|
1632
1632
|
|
1633
1633
|
$token-font-system-icon-14: (
|
1634
1634
|
icon-14: (
|
1635
1635
|
slug: "icon-14",
|
1636
1636
|
isReadable: true,
|
1637
|
-
content: utility-font(icon, 14)
|
1638
|
-
)
|
1637
|
+
content: utility-font(icon, 14),
|
1638
|
+
),
|
1639
1639
|
);
|
1640
1640
|
|
1641
1641
|
$token-font-system-icon-15: (
|
1642
1642
|
icon-15: (
|
1643
1643
|
slug: "icon-15",
|
1644
1644
|
isReadable: true,
|
1645
|
-
content: utility-font(icon, 15)
|
1646
|
-
)
|
1645
|
+
content: utility-font(icon, 15),
|
1646
|
+
),
|
1647
1647
|
);
|
1648
1648
|
|
1649
1649
|
$token-font-system-icon-16: (
|
1650
1650
|
icon-16: (
|
1651
1651
|
slug: "icon-16",
|
1652
1652
|
isReadable: true,
|
1653
|
-
content: utility-font(icon, 16)
|
1654
|
-
)
|
1653
|
+
content: utility-font(icon, 16),
|
1654
|
+
),
|
1655
1655
|
);
|
1656
1656
|
|
1657
1657
|
$token-font-system-icon-17: (
|
1658
1658
|
icon-17: (
|
1659
1659
|
slug: "icon-17",
|
1660
1660
|
isReadable: true,
|
1661
|
-
content: utility-font(icon, 17)
|
1662
|
-
)
|
1661
|
+
content: utility-font(icon, 17),
|
1662
|
+
),
|
1663
1663
|
);
|
1664
1664
|
|
1665
1665
|
$token-font-system-icon-18: (
|
1666
1666
|
icon-18: (
|
1667
1667
|
slug: "icon-18",
|
1668
1668
|
isReadable: true,
|
1669
|
-
content: utility-font(icon, 18)
|
1670
|
-
)
|
1669
|
+
content: utility-font(icon, 18),
|
1670
|
+
),
|
1671
1671
|
);
|
1672
1672
|
|
1673
1673
|
$token-font-system-icon-19: (
|
1674
1674
|
icon-19: (
|
1675
1675
|
slug: "icon-19",
|
1676
1676
|
isReadable: true,
|
1677
|
-
content: utility-font(icon, 19)
|
1678
|
-
)
|
1677
|
+
content: utility-font(icon, 19),
|
1678
|
+
),
|
1679
1679
|
);
|
1680
1680
|
|
1681
1681
|
$token-font-system-icon-20: (
|
1682
1682
|
icon-20: (
|
1683
1683
|
slug: "icon-20",
|
1684
1684
|
isReadable: true,
|
1685
|
-
content: utility-font(icon, 20)
|
1686
|
-
)
|
1685
|
+
content: utility-font(icon, 20),
|
1686
|
+
),
|
1687
1687
|
);
|
1688
1688
|
|
1689
1689
|
$tokens-font-system-icon-small: map-collect(
|
@@ -1730,168 +1730,168 @@ $token-font-system-lang-micro: (
|
|
1730
1730
|
lang-micro: (
|
1731
1731
|
slug: "lang-micro",
|
1732
1732
|
isReadable: true,
|
1733
|
-
content: utility-font(lang, "micro")
|
1734
|
-
)
|
1733
|
+
content: utility-font(lang, "micro"),
|
1734
|
+
),
|
1735
1735
|
);
|
1736
1736
|
|
1737
1737
|
$token-font-system-lang-1: (
|
1738
1738
|
lang-1: (
|
1739
1739
|
slug: "lang-1",
|
1740
1740
|
isReadable: true,
|
1741
|
-
content: utility-font(lang, 1)
|
1742
|
-
)
|
1741
|
+
content: utility-font(lang, 1),
|
1742
|
+
),
|
1743
1743
|
);
|
1744
1744
|
|
1745
1745
|
$token-font-system-lang-2: (
|
1746
1746
|
lang-2: (
|
1747
1747
|
slug: "lang-2",
|
1748
1748
|
isReadable: true,
|
1749
|
-
content: utility-font(lang, 2)
|
1750
|
-
)
|
1749
|
+
content: utility-font(lang, 2),
|
1750
|
+
),
|
1751
1751
|
);
|
1752
1752
|
|
1753
1753
|
$token-font-system-lang-3: (
|
1754
1754
|
lang-3: (
|
1755
1755
|
slug: "lang-3",
|
1756
1756
|
isReadable: true,
|
1757
|
-
content: utility-font(lang, 3)
|
1758
|
-
)
|
1757
|
+
content: utility-font(lang, 3),
|
1758
|
+
),
|
1759
1759
|
);
|
1760
1760
|
|
1761
1761
|
$token-font-system-lang-4: (
|
1762
1762
|
lang-4: (
|
1763
1763
|
slug: "lang-4",
|
1764
1764
|
isReadable: true,
|
1765
|
-
content: utility-font(lang, 4)
|
1766
|
-
)
|
1765
|
+
content: utility-font(lang, 4),
|
1766
|
+
),
|
1767
1767
|
);
|
1768
1768
|
|
1769
1769
|
$token-font-system-lang-5: (
|
1770
1770
|
lang-5: (
|
1771
1771
|
slug: "lang-5",
|
1772
1772
|
isReadable: true,
|
1773
|
-
content: utility-font(lang, 5)
|
1774
|
-
)
|
1773
|
+
content: utility-font(lang, 5),
|
1774
|
+
),
|
1775
1775
|
);
|
1776
1776
|
|
1777
1777
|
$token-font-system-lang-6: (
|
1778
1778
|
lang-6: (
|
1779
1779
|
slug: "lang-6",
|
1780
1780
|
isReadable: true,
|
1781
|
-
content: utility-font(lang, 6)
|
1782
|
-
)
|
1781
|
+
content: utility-font(lang, 6),
|
1782
|
+
),
|
1783
1783
|
);
|
1784
1784
|
|
1785
1785
|
$token-font-system-lang-7: (
|
1786
1786
|
lang-7: (
|
1787
1787
|
slug: "lang-7",
|
1788
1788
|
isReadable: true,
|
1789
|
-
content: utility-font(lang, 7)
|
1790
|
-
)
|
1789
|
+
content: utility-font(lang, 7),
|
1790
|
+
),
|
1791
1791
|
);
|
1792
1792
|
|
1793
1793
|
$token-font-system-lang-8: (
|
1794
1794
|
lang-8: (
|
1795
1795
|
slug: "lang-8",
|
1796
1796
|
isReadable: true,
|
1797
|
-
content: utility-font(lang, 8)
|
1798
|
-
)
|
1797
|
+
content: utility-font(lang, 8),
|
1798
|
+
),
|
1799
1799
|
);
|
1800
1800
|
|
1801
1801
|
$token-font-system-lang-9: (
|
1802
1802
|
lang-9: (
|
1803
1803
|
slug: "lang-9",
|
1804
1804
|
isReadable: true,
|
1805
|
-
content: utility-font(lang, 9)
|
1806
|
-
)
|
1805
|
+
content: utility-font(lang, 9),
|
1806
|
+
),
|
1807
1807
|
);
|
1808
1808
|
|
1809
1809
|
$token-font-system-lang-10: (
|
1810
1810
|
lang-10: (
|
1811
1811
|
slug: "lang-10",
|
1812
1812
|
isReadable: true,
|
1813
|
-
content: utility-font(lang, 10)
|
1814
|
-
)
|
1813
|
+
content: utility-font(lang, 10),
|
1814
|
+
),
|
1815
1815
|
);
|
1816
1816
|
|
1817
1817
|
$token-font-system-lang-11: (
|
1818
1818
|
lang-11: (
|
1819
1819
|
slug: "lang-11",
|
1820
1820
|
isReadable: true,
|
1821
|
-
content: utility-font(lang, 11)
|
1822
|
-
)
|
1821
|
+
content: utility-font(lang, 11),
|
1822
|
+
),
|
1823
1823
|
);
|
1824
1824
|
|
1825
1825
|
$token-font-system-lang-12: (
|
1826
1826
|
lang-12: (
|
1827
1827
|
slug: "lang-12",
|
1828
1828
|
isReadable: true,
|
1829
|
-
content: utility-font(lang, 12)
|
1830
|
-
)
|
1829
|
+
content: utility-font(lang, 12),
|
1830
|
+
),
|
1831
1831
|
);
|
1832
1832
|
|
1833
1833
|
$token-font-system-lang-13: (
|
1834
1834
|
lang-13: (
|
1835
1835
|
slug: "lang-13",
|
1836
1836
|
isReadable: true,
|
1837
|
-
content: utility-font(lang, 13)
|
1838
|
-
)
|
1837
|
+
content: utility-font(lang, 13),
|
1838
|
+
),
|
1839
1839
|
);
|
1840
1840
|
|
1841
1841
|
$token-font-system-lang-14: (
|
1842
1842
|
lang-14: (
|
1843
1843
|
slug: "lang-14",
|
1844
1844
|
isReadable: true,
|
1845
|
-
content: utility-font(lang, 14)
|
1846
|
-
)
|
1845
|
+
content: utility-font(lang, 14),
|
1846
|
+
),
|
1847
1847
|
);
|
1848
1848
|
|
1849
1849
|
$token-font-system-lang-15: (
|
1850
1850
|
lang-15: (
|
1851
1851
|
slug: "lang-15",
|
1852
1852
|
isReadable: true,
|
1853
|
-
content: utility-font(lang, 15)
|
1854
|
-
)
|
1853
|
+
content: utility-font(lang, 15),
|
1854
|
+
),
|
1855
1855
|
);
|
1856
1856
|
|
1857
1857
|
$token-font-system-lang-16: (
|
1858
1858
|
lang-16: (
|
1859
1859
|
slug: "lang-16",
|
1860
1860
|
isReadable: true,
|
1861
|
-
content: utility-font(lang, 16)
|
1862
|
-
)
|
1861
|
+
content: utility-font(lang, 16),
|
1862
|
+
),
|
1863
1863
|
);
|
1864
1864
|
|
1865
1865
|
$token-font-system-lang-17: (
|
1866
1866
|
lang-17: (
|
1867
1867
|
slug: "lang-17",
|
1868
1868
|
isReadable: true,
|
1869
|
-
content: utility-font(lang, 17)
|
1870
|
-
)
|
1869
|
+
content: utility-font(lang, 17),
|
1870
|
+
),
|
1871
1871
|
);
|
1872
1872
|
|
1873
1873
|
$token-font-system-lang-18: (
|
1874
1874
|
lang-18: (
|
1875
1875
|
slug: "lang-18",
|
1876
1876
|
isReadable: true,
|
1877
|
-
content: utility-font(lang, 18)
|
1878
|
-
)
|
1877
|
+
content: utility-font(lang, 18),
|
1878
|
+
),
|
1879
1879
|
);
|
1880
1880
|
|
1881
1881
|
$token-font-system-lang-19: (
|
1882
1882
|
lang-19: (
|
1883
1883
|
slug: "lang-19",
|
1884
1884
|
isReadable: true,
|
1885
|
-
content: utility-font(lang, 19)
|
1886
|
-
)
|
1885
|
+
content: utility-font(lang, 19),
|
1886
|
+
),
|
1887
1887
|
);
|
1888
1888
|
|
1889
1889
|
$token-font-system-lang-20: (
|
1890
1890
|
lang-20: (
|
1891
1891
|
slug: "lang-20",
|
1892
1892
|
isReadable: true,
|
1893
|
-
content: utility-font(lang, 20)
|
1894
|
-
)
|
1893
|
+
content: utility-font(lang, 20),
|
1894
|
+
),
|
1895
1895
|
);
|
1896
1896
|
|
1897
1897
|
$tokens-font-system-lang-small: map-collect(
|
@@ -1938,168 +1938,168 @@ $token-font-system-mono-micro: (
|
|
1938
1938
|
mono-micro: (
|
1939
1939
|
slug: "mono-micro",
|
1940
1940
|
isReadable: true,
|
1941
|
-
content: utility-font(mono, "micro")
|
1942
|
-
)
|
1941
|
+
content: utility-font(mono, "micro"),
|
1942
|
+
),
|
1943
1943
|
);
|
1944
1944
|
|
1945
1945
|
$token-font-system-mono-1: (
|
1946
1946
|
mono-1: (
|
1947
1947
|
slug: "mono-1",
|
1948
1948
|
isReadable: true,
|
1949
|
-
content: utility-font(mono, 1)
|
1950
|
-
)
|
1949
|
+
content: utility-font(mono, 1),
|
1950
|
+
),
|
1951
1951
|
);
|
1952
1952
|
|
1953
1953
|
$token-font-system-mono-2: (
|
1954
1954
|
mono-2: (
|
1955
1955
|
slug: "mono-2",
|
1956
1956
|
isReadable: true,
|
1957
|
-
content: utility-font(mono, 2)
|
1958
|
-
)
|
1957
|
+
content: utility-font(mono, 2),
|
1958
|
+
),
|
1959
1959
|
);
|
1960
1960
|
|
1961
1961
|
$token-font-system-mono-3: (
|
1962
1962
|
mono-3: (
|
1963
1963
|
slug: "mono-3",
|
1964
1964
|
isReadable: true,
|
1965
|
-
content: utility-font(mono, 3)
|
1966
|
-
)
|
1965
|
+
content: utility-font(mono, 3),
|
1966
|
+
),
|
1967
1967
|
);
|
1968
1968
|
|
1969
1969
|
$token-font-system-mono-4: (
|
1970
1970
|
mono-4: (
|
1971
1971
|
slug: "mono-4",
|
1972
1972
|
isReadable: true,
|
1973
|
-
content: utility-font(mono, 4)
|
1974
|
-
)
|
1973
|
+
content: utility-font(mono, 4),
|
1974
|
+
),
|
1975
1975
|
);
|
1976
1976
|
|
1977
1977
|
$token-font-system-mono-5: (
|
1978
1978
|
mono-5: (
|
1979
1979
|
slug: "mono-5",
|
1980
1980
|
isReadable: true,
|
1981
|
-
content: utility-font(mono, 5)
|
1982
|
-
)
|
1981
|
+
content: utility-font(mono, 5),
|
1982
|
+
),
|
1983
1983
|
);
|
1984
1984
|
|
1985
1985
|
$token-font-system-mono-6: (
|
1986
1986
|
mono-6: (
|
1987
1987
|
slug: "mono-6",
|
1988
1988
|
isReadable: true,
|
1989
|
-
content: utility-font(mono, 6)
|
1990
|
-
)
|
1989
|
+
content: utility-font(mono, 6),
|
1990
|
+
),
|
1991
1991
|
);
|
1992
1992
|
|
1993
1993
|
$token-font-system-mono-7: (
|
1994
1994
|
mono-7: (
|
1995
1995
|
slug: "mono-7",
|
1996
1996
|
isReadable: true,
|
1997
|
-
content: utility-font(mono, 7)
|
1998
|
-
)
|
1997
|
+
content: utility-font(mono, 7),
|
1998
|
+
),
|
1999
1999
|
);
|
2000
2000
|
|
2001
2001
|
$token-font-system-mono-8: (
|
2002
2002
|
mono-8: (
|
2003
2003
|
slug: "mono-8",
|
2004
2004
|
isReadable: true,
|
2005
|
-
content: utility-font(mono, 8)
|
2006
|
-
)
|
2005
|
+
content: utility-font(mono, 8),
|
2006
|
+
),
|
2007
2007
|
);
|
2008
2008
|
|
2009
2009
|
$token-font-system-mono-9: (
|
2010
2010
|
mono-9: (
|
2011
2011
|
slug: "mono-9",
|
2012
2012
|
isReadable: true,
|
2013
|
-
content: utility-font(mono, 9)
|
2014
|
-
)
|
2013
|
+
content: utility-font(mono, 9),
|
2014
|
+
),
|
2015
2015
|
);
|
2016
2016
|
|
2017
2017
|
$token-font-system-mono-10: (
|
2018
2018
|
mono-10: (
|
2019
2019
|
slug: "mono-10",
|
2020
2020
|
isReadable: true,
|
2021
|
-
content: utility-font(mono, 10)
|
2022
|
-
)
|
2021
|
+
content: utility-font(mono, 10),
|
2022
|
+
),
|
2023
2023
|
);
|
2024
2024
|
|
2025
2025
|
$token-font-system-mono-11: (
|
2026
2026
|
mono-11: (
|
2027
2027
|
slug: "mono-11",
|
2028
2028
|
isReadable: true,
|
2029
|
-
content: utility-font(mono, 11)
|
2030
|
-
)
|
2029
|
+
content: utility-font(mono, 11),
|
2030
|
+
),
|
2031
2031
|
);
|
2032
2032
|
|
2033
2033
|
$token-font-system-mono-12: (
|
2034
2034
|
mono-12: (
|
2035
2035
|
slug: "mono-12",
|
2036
2036
|
isReadable: true,
|
2037
|
-
content: utility-font(mono, 12)
|
2038
|
-
)
|
2037
|
+
content: utility-font(mono, 12),
|
2038
|
+
),
|
2039
2039
|
);
|
2040
2040
|
|
2041
2041
|
$token-font-system-mono-13: (
|
2042
2042
|
mono-13: (
|
2043
2043
|
slug: "mono-13",
|
2044
2044
|
isReadable: true,
|
2045
|
-
content: utility-font(mono, 13)
|
2046
|
-
)
|
2045
|
+
content: utility-font(mono, 13),
|
2046
|
+
),
|
2047
2047
|
);
|
2048
2048
|
|
2049
2049
|
$token-font-system-mono-14: (
|
2050
2050
|
mono-14: (
|
2051
2051
|
slug: "mono-14",
|
2052
2052
|
isReadable: true,
|
2053
|
-
content: utility-font(mono, 14)
|
2054
|
-
)
|
2053
|
+
content: utility-font(mono, 14),
|
2054
|
+
),
|
2055
2055
|
);
|
2056
2056
|
|
2057
2057
|
$token-font-system-mono-15: (
|
2058
2058
|
mono-15: (
|
2059
2059
|
slug: "mono-15",
|
2060
2060
|
isReadable: true,
|
2061
|
-
content: utility-font(mono, 15)
|
2062
|
-
)
|
2061
|
+
content: utility-font(mono, 15),
|
2062
|
+
),
|
2063
2063
|
);
|
2064
2064
|
|
2065
2065
|
$token-font-system-mono-16: (
|
2066
2066
|
mono-16: (
|
2067
2067
|
slug: "mono-16",
|
2068
2068
|
isReadable: true,
|
2069
|
-
content: utility-font(mono, 16)
|
2070
|
-
)
|
2069
|
+
content: utility-font(mono, 16),
|
2070
|
+
),
|
2071
2071
|
);
|
2072
2072
|
|
2073
2073
|
$token-font-system-mono-17: (
|
2074
2074
|
mono-17: (
|
2075
2075
|
slug: "mono-17",
|
2076
2076
|
isReadable: true,
|
2077
|
-
content: utility-font(mono, 17)
|
2078
|
-
)
|
2077
|
+
content: utility-font(mono, 17),
|
2078
|
+
),
|
2079
2079
|
);
|
2080
2080
|
|
2081
2081
|
$token-font-system-mono-18: (
|
2082
2082
|
mono-18: (
|
2083
2083
|
slug: "mono-18",
|
2084
2084
|
isReadable: true,
|
2085
|
-
content: utility-font(mono, 18)
|
2086
|
-
)
|
2085
|
+
content: utility-font(mono, 18),
|
2086
|
+
),
|
2087
2087
|
);
|
2088
2088
|
|
2089
2089
|
$token-font-system-mono-19: (
|
2090
2090
|
mono-19: (
|
2091
2091
|
slug: "mono-19",
|
2092
2092
|
isReadable: true,
|
2093
|
-
content: utility-font(mono, 19)
|
2094
|
-
)
|
2093
|
+
content: utility-font(mono, 19),
|
2094
|
+
),
|
2095
2095
|
);
|
2096
2096
|
|
2097
2097
|
$token-font-system-mono-20: (
|
2098
2098
|
mono-20: (
|
2099
2099
|
slug: "mono-20",
|
2100
2100
|
isReadable: true,
|
2101
|
-
content: utility-font(mono, 20)
|
2102
|
-
)
|
2101
|
+
content: utility-font(mono, 20),
|
2102
|
+
),
|
2103
2103
|
);
|
2104
2104
|
|
2105
2105
|
$tokens-font-system-mono-small: map-collect(
|
@@ -2146,168 +2146,168 @@ $token-font-system-sans-micro: (
|
|
2146
2146
|
sans-micro: (
|
2147
2147
|
slug: "sans-micro",
|
2148
2148
|
isReadable: true,
|
2149
|
-
content: utility-font(sans, "micro")
|
2150
|
-
)
|
2149
|
+
content: utility-font(sans, "micro"),
|
2150
|
+
),
|
2151
2151
|
);
|
2152
2152
|
|
2153
2153
|
$token-font-system-sans-1: (
|
2154
2154
|
sans-1: (
|
2155
2155
|
slug: "sans-1",
|
2156
2156
|
isReadable: true,
|
2157
|
-
content: utility-font(sans, 1)
|
2158
|
-
)
|
2157
|
+
content: utility-font(sans, 1),
|
2158
|
+
),
|
2159
2159
|
);
|
2160
2160
|
|
2161
2161
|
$token-font-system-sans-2: (
|
2162
2162
|
sans-2: (
|
2163
2163
|
slug: "sans-2",
|
2164
2164
|
isReadable: true,
|
2165
|
-
content: utility-font(sans, 2)
|
2166
|
-
)
|
2165
|
+
content: utility-font(sans, 2),
|
2166
|
+
),
|
2167
2167
|
);
|
2168
2168
|
|
2169
2169
|
$token-font-system-sans-3: (
|
2170
2170
|
sans-3: (
|
2171
2171
|
slug: "sans-3",
|
2172
2172
|
isReadable: true,
|
2173
|
-
content: utility-font(sans, 3)
|
2174
|
-
)
|
2173
|
+
content: utility-font(sans, 3),
|
2174
|
+
),
|
2175
2175
|
);
|
2176
2176
|
|
2177
2177
|
$token-font-system-sans-4: (
|
2178
2178
|
sans-4: (
|
2179
2179
|
slug: "sans-4",
|
2180
2180
|
isReadable: true,
|
2181
|
-
content: utility-font(sans, 4)
|
2182
|
-
)
|
2181
|
+
content: utility-font(sans, 4),
|
2182
|
+
),
|
2183
2183
|
);
|
2184
2184
|
|
2185
2185
|
$token-font-system-sans-5: (
|
2186
2186
|
sans-5: (
|
2187
2187
|
slug: "sans-5",
|
2188
2188
|
isReadable: true,
|
2189
|
-
content: utility-font(sans, 5)
|
2190
|
-
)
|
2189
|
+
content: utility-font(sans, 5),
|
2190
|
+
),
|
2191
2191
|
);
|
2192
2192
|
|
2193
2193
|
$token-font-system-sans-6: (
|
2194
2194
|
sans-6: (
|
2195
2195
|
slug: "sans-6",
|
2196
2196
|
isReadable: true,
|
2197
|
-
content: utility-font(sans, 6)
|
2198
|
-
)
|
2197
|
+
content: utility-font(sans, 6),
|
2198
|
+
),
|
2199
2199
|
);
|
2200
2200
|
|
2201
2201
|
$token-font-system-sans-7: (
|
2202
2202
|
sans-7: (
|
2203
2203
|
slug: "sans-7",
|
2204
2204
|
isReadable: true,
|
2205
|
-
content: utility-font(sans, 7)
|
2206
|
-
)
|
2205
|
+
content: utility-font(sans, 7),
|
2206
|
+
),
|
2207
2207
|
);
|
2208
2208
|
|
2209
2209
|
$token-font-system-sans-8: (
|
2210
2210
|
sans-8: (
|
2211
2211
|
slug: "sans-8",
|
2212
2212
|
isReadable: true,
|
2213
|
-
content: utility-font(sans, 8)
|
2214
|
-
)
|
2213
|
+
content: utility-font(sans, 8),
|
2214
|
+
),
|
2215
2215
|
);
|
2216
2216
|
|
2217
2217
|
$token-font-system-sans-9: (
|
2218
2218
|
sans-9: (
|
2219
2219
|
slug: "sans-9",
|
2220
2220
|
isReadable: true,
|
2221
|
-
content: utility-font(sans, 9)
|
2222
|
-
)
|
2221
|
+
content: utility-font(sans, 9),
|
2222
|
+
),
|
2223
2223
|
);
|
2224
2224
|
|
2225
2225
|
$token-font-system-sans-10: (
|
2226
2226
|
sans-10: (
|
2227
2227
|
slug: "sans-10",
|
2228
2228
|
isReadable: true,
|
2229
|
-
content: utility-font(sans, 10)
|
2230
|
-
)
|
2229
|
+
content: utility-font(sans, 10),
|
2230
|
+
),
|
2231
2231
|
);
|
2232
2232
|
|
2233
2233
|
$token-font-system-sans-11: (
|
2234
2234
|
sans-11: (
|
2235
2235
|
slug: "sans-11",
|
2236
2236
|
isReadable: true,
|
2237
|
-
content: utility-font(sans, 11)
|
2238
|
-
)
|
2237
|
+
content: utility-font(sans, 11),
|
2238
|
+
),
|
2239
2239
|
);
|
2240
2240
|
|
2241
2241
|
$token-font-system-sans-12: (
|
2242
2242
|
sans-12: (
|
2243
2243
|
slug: "sans-12",
|
2244
2244
|
isReadable: true,
|
2245
|
-
content: utility-font(sans, 12)
|
2246
|
-
)
|
2245
|
+
content: utility-font(sans, 12),
|
2246
|
+
),
|
2247
2247
|
);
|
2248
2248
|
|
2249
2249
|
$token-font-system-sans-13: (
|
2250
2250
|
sans-13: (
|
2251
2251
|
slug: "sans-13",
|
2252
2252
|
isReadable: true,
|
2253
|
-
content: utility-font(sans, 13)
|
2254
|
-
)
|
2253
|
+
content: utility-font(sans, 13),
|
2254
|
+
),
|
2255
2255
|
);
|
2256
2256
|
|
2257
2257
|
$token-font-system-sans-14: (
|
2258
2258
|
sans-14: (
|
2259
2259
|
slug: "sans-14",
|
2260
2260
|
isReadable: true,
|
2261
|
-
content: utility-font(sans, 14)
|
2262
|
-
)
|
2261
|
+
content: utility-font(sans, 14),
|
2262
|
+
),
|
2263
2263
|
);
|
2264
2264
|
|
2265
2265
|
$token-font-system-sans-15: (
|
2266
2266
|
sans-15: (
|
2267
2267
|
slug: "sans-15",
|
2268
2268
|
isReadable: true,
|
2269
|
-
content: utility-font(sans, 15)
|
2270
|
-
)
|
2269
|
+
content: utility-font(sans, 15),
|
2270
|
+
),
|
2271
2271
|
);
|
2272
2272
|
|
2273
2273
|
$token-font-system-sans-16: (
|
2274
2274
|
sans-16: (
|
2275
2275
|
slug: "sans-16",
|
2276
2276
|
isReadable: true,
|
2277
|
-
content: utility-font(sans, 16)
|
2278
|
-
)
|
2277
|
+
content: utility-font(sans, 16),
|
2278
|
+
),
|
2279
2279
|
);
|
2280
2280
|
|
2281
2281
|
$token-font-system-sans-17: (
|
2282
2282
|
sans-17: (
|
2283
2283
|
slug: "sans-17",
|
2284
2284
|
isReadable: true,
|
2285
|
-
content: utility-font(sans, 17)
|
2286
|
-
)
|
2285
|
+
content: utility-font(sans, 17),
|
2286
|
+
),
|
2287
2287
|
);
|
2288
2288
|
|
2289
2289
|
$token-font-system-sans-18: (
|
2290
2290
|
sans-18: (
|
2291
2291
|
slug: "sans-18",
|
2292
2292
|
isReadable: true,
|
2293
|
-
content: utility-font(sans, 18)
|
2294
|
-
)
|
2293
|
+
content: utility-font(sans, 18),
|
2294
|
+
),
|
2295
2295
|
);
|
2296
2296
|
|
2297
2297
|
$token-font-system-sans-19: (
|
2298
2298
|
sans-19: (
|
2299
2299
|
slug: "sans-19",
|
2300
2300
|
isReadable: true,
|
2301
|
-
content: utility-font(sans, 19)
|
2302
|
-
)
|
2301
|
+
content: utility-font(sans, 19),
|
2302
|
+
),
|
2303
2303
|
);
|
2304
2304
|
|
2305
2305
|
$token-font-system-sans-20: (
|
2306
2306
|
sans-20: (
|
2307
2307
|
slug: "sans-20",
|
2308
2308
|
isReadable: true,
|
2309
|
-
content: utility-font(sans, 20)
|
2310
|
-
)
|
2309
|
+
content: utility-font(sans, 20),
|
2310
|
+
),
|
2311
2311
|
);
|
2312
2312
|
|
2313
2313
|
$tokens-font-system-sans-small: map-collect(
|
@@ -2354,168 +2354,168 @@ $token-font-system-serif-micro: (
|
|
2354
2354
|
serif-micro: (
|
2355
2355
|
slug: "serif-micro",
|
2356
2356
|
isReadable: true,
|
2357
|
-
content: utility-font(serif, "micro")
|
2358
|
-
)
|
2357
|
+
content: utility-font(serif, "micro"),
|
2358
|
+
),
|
2359
2359
|
);
|
2360
2360
|
|
2361
2361
|
$token-font-system-serif-1: (
|
2362
2362
|
serif-1: (
|
2363
2363
|
slug: "serif-1",
|
2364
2364
|
isReadable: true,
|
2365
|
-
content: utility-font(serif, 1)
|
2366
|
-
)
|
2365
|
+
content: utility-font(serif, 1),
|
2366
|
+
),
|
2367
2367
|
);
|
2368
2368
|
|
2369
2369
|
$token-font-system-serif-2: (
|
2370
2370
|
serif-2: (
|
2371
2371
|
slug: "serif-2",
|
2372
2372
|
isReadable: true,
|
2373
|
-
content: utility-font(serif, 2)
|
2374
|
-
)
|
2373
|
+
content: utility-font(serif, 2),
|
2374
|
+
),
|
2375
2375
|
);
|
2376
2376
|
|
2377
2377
|
$token-font-system-serif-3: (
|
2378
2378
|
serif-3: (
|
2379
2379
|
slug: "serif-3",
|
2380
2380
|
isReadable: true,
|
2381
|
-
content: utility-font(serif, 3)
|
2382
|
-
)
|
2381
|
+
content: utility-font(serif, 3),
|
2382
|
+
),
|
2383
2383
|
);
|
2384
2384
|
|
2385
2385
|
$token-font-system-serif-4: (
|
2386
2386
|
serif-4: (
|
2387
2387
|
slug: "serif-4",
|
2388
2388
|
isReadable: true,
|
2389
|
-
content: utility-font(serif, 4)
|
2390
|
-
)
|
2389
|
+
content: utility-font(serif, 4),
|
2390
|
+
),
|
2391
2391
|
);
|
2392
2392
|
|
2393
2393
|
$token-font-system-serif-5: (
|
2394
2394
|
serif-5: (
|
2395
2395
|
slug: "serif-5",
|
2396
2396
|
isReadable: true,
|
2397
|
-
content: utility-font(serif, 5)
|
2398
|
-
)
|
2397
|
+
content: utility-font(serif, 5),
|
2398
|
+
),
|
2399
2399
|
);
|
2400
2400
|
|
2401
2401
|
$token-font-system-serif-6: (
|
2402
2402
|
serif-6: (
|
2403
2403
|
slug: "serif-6",
|
2404
2404
|
isReadable: true,
|
2405
|
-
content: utility-font(serif, 6)
|
2406
|
-
)
|
2405
|
+
content: utility-font(serif, 6),
|
2406
|
+
),
|
2407
2407
|
);
|
2408
2408
|
|
2409
2409
|
$token-font-system-serif-7: (
|
2410
2410
|
serif-7: (
|
2411
2411
|
slug: "serif-7",
|
2412
2412
|
isReadable: true,
|
2413
|
-
content: utility-font(serif, 7)
|
2414
|
-
)
|
2413
|
+
content: utility-font(serif, 7),
|
2414
|
+
),
|
2415
2415
|
);
|
2416
2416
|
|
2417
2417
|
$token-font-system-serif-8: (
|
2418
2418
|
serif-8: (
|
2419
2419
|
slug: "serif-8",
|
2420
2420
|
isReadable: true,
|
2421
|
-
content: utility-font(serif, 8)
|
2422
|
-
)
|
2421
|
+
content: utility-font(serif, 8),
|
2422
|
+
),
|
2423
2423
|
);
|
2424
2424
|
|
2425
2425
|
$token-font-system-serif-9: (
|
2426
2426
|
serif-9: (
|
2427
2427
|
slug: "serif-9",
|
2428
2428
|
isReadable: true,
|
2429
|
-
content: utility-font(serif, 9)
|
2430
|
-
)
|
2429
|
+
content: utility-font(serif, 9),
|
2430
|
+
),
|
2431
2431
|
);
|
2432
2432
|
|
2433
2433
|
$token-font-system-serif-10: (
|
2434
2434
|
serif-10: (
|
2435
2435
|
slug: "serif-10",
|
2436
2436
|
isReadable: true,
|
2437
|
-
content: utility-font(serif, 10)
|
2438
|
-
)
|
2437
|
+
content: utility-font(serif, 10),
|
2438
|
+
),
|
2439
2439
|
);
|
2440
2440
|
|
2441
2441
|
$token-font-system-serif-11: (
|
2442
2442
|
serif-11: (
|
2443
2443
|
slug: "serif-11",
|
2444
2444
|
isReadable: true,
|
2445
|
-
content: utility-font(serif, 11)
|
2446
|
-
)
|
2445
|
+
content: utility-font(serif, 11),
|
2446
|
+
),
|
2447
2447
|
);
|
2448
2448
|
|
2449
2449
|
$token-font-system-serif-12: (
|
2450
2450
|
serif-12: (
|
2451
2451
|
slug: "serif-12",
|
2452
2452
|
isReadable: true,
|
2453
|
-
content: utility-font(serif, 12)
|
2454
|
-
)
|
2453
|
+
content: utility-font(serif, 12),
|
2454
|
+
),
|
2455
2455
|
);
|
2456
2456
|
|
2457
2457
|
$token-font-system-serif-13: (
|
2458
2458
|
serif-13: (
|
2459
2459
|
slug: "serif-13",
|
2460
2460
|
isReadable: true,
|
2461
|
-
content: utility-font(serif, 13)
|
2462
|
-
)
|
2461
|
+
content: utility-font(serif, 13),
|
2462
|
+
),
|
2463
2463
|
);
|
2464
2464
|
|
2465
2465
|
$token-font-system-serif-14: (
|
2466
2466
|
serif-14: (
|
2467
2467
|
slug: "serif-14",
|
2468
2468
|
isReadable: true,
|
2469
|
-
content: utility-font(serif, 14)
|
2470
|
-
)
|
2469
|
+
content: utility-font(serif, 14),
|
2470
|
+
),
|
2471
2471
|
);
|
2472
2472
|
|
2473
2473
|
$token-font-system-serif-15: (
|
2474
2474
|
serif-15: (
|
2475
2475
|
slug: "serif-15",
|
2476
2476
|
isReadable: true,
|
2477
|
-
content: utility-font(serif, 15)
|
2478
|
-
)
|
2477
|
+
content: utility-font(serif, 15),
|
2478
|
+
),
|
2479
2479
|
);
|
2480
2480
|
|
2481
2481
|
$token-font-system-serif-16: (
|
2482
2482
|
serif-16: (
|
2483
2483
|
slug: "serif-16",
|
2484
2484
|
isReadable: true,
|
2485
|
-
content: utility-font(serif, 16)
|
2486
|
-
)
|
2485
|
+
content: utility-font(serif, 16),
|
2486
|
+
),
|
2487
2487
|
);
|
2488
2488
|
|
2489
2489
|
$token-font-system-serif-17: (
|
2490
2490
|
serif-17: (
|
2491
2491
|
slug: "serif-17",
|
2492
2492
|
isReadable: true,
|
2493
|
-
content: utility-font(serif, 17)
|
2494
|
-
)
|
2493
|
+
content: utility-font(serif, 17),
|
2494
|
+
),
|
2495
2495
|
);
|
2496
2496
|
|
2497
2497
|
$token-font-system-serif-18: (
|
2498
2498
|
serif-18: (
|
2499
2499
|
slug: "serif-18",
|
2500
2500
|
isReadable: true,
|
2501
|
-
content: utility-font(serif, 18)
|
2502
|
-
)
|
2501
|
+
content: utility-font(serif, 18),
|
2502
|
+
),
|
2503
2503
|
);
|
2504
2504
|
|
2505
2505
|
$token-font-system-serif-19: (
|
2506
2506
|
serif-19: (
|
2507
2507
|
slug: "serif-19",
|
2508
2508
|
isReadable: true,
|
2509
|
-
content: utility-font(serif, 19)
|
2510
|
-
)
|
2509
|
+
content: utility-font(serif, 19),
|
2510
|
+
),
|
2511
2511
|
);
|
2512
2512
|
|
2513
2513
|
$token-font-system-serif-20: (
|
2514
2514
|
serif-20: (
|
2515
2515
|
slug: "serif-20",
|
2516
2516
|
isReadable: true,
|
2517
|
-
content: utility-font(serif, 20)
|
2518
|
-
)
|
2517
|
+
content: utility-font(serif, 20),
|
2518
|
+
),
|
2519
2519
|
);
|
2520
2520
|
|
2521
2521
|
$tokens-font-system-serif-small: map-collect(
|
@@ -2584,7 +2584,7 @@ $palettes-font-system-cond: (
|
|
2584
2584
|
"palette-font-system-cond-medium": $tokens-font-system-cond-medium,
|
2585
2585
|
"palette-font-system-cond-large": $tokens-font-system-cond-large,
|
2586
2586
|
"palette-font-system-cond-larger": $tokens-font-system-cond-larger,
|
2587
|
-
"palette-font-system-cond": $tokens-font-system-cond
|
2587
|
+
"palette-font-system-cond": $tokens-font-system-cond,
|
2588
2588
|
);
|
2589
2589
|
|
2590
2590
|
$palettes-font-system-icon: (
|
@@ -2613,7 +2613,7 @@ $palettes-font-system-icon: (
|
|
2613
2613
|
"palette-font-system-icon-medium": $tokens-font-system-icon-medium,
|
2614
2614
|
"palette-font-system-icon-large": $tokens-font-system-icon-large,
|
2615
2615
|
"palette-font-system-icon-larger": $tokens-font-system-icon-larger,
|
2616
|
-
"palette-font-system-icon": $tokens-font-system-icon
|
2616
|
+
"palette-font-system-icon": $tokens-font-system-icon,
|
2617
2617
|
);
|
2618
2618
|
|
2619
2619
|
$palettes-font-system-lang: (
|
@@ -2642,7 +2642,7 @@ $palettes-font-system-lang: (
|
|
2642
2642
|
"palette-font-system-lang-medium": $tokens-font-system-lang-medium,
|
2643
2643
|
"palette-font-system-lang-large": $tokens-font-system-lang-large,
|
2644
2644
|
"palette-font-system-lang-larger": $tokens-font-system-lang-larger,
|
2645
|
-
"palette-font-system-lang": $tokens-font-system-lang
|
2645
|
+
"palette-font-system-lang": $tokens-font-system-lang,
|
2646
2646
|
);
|
2647
2647
|
|
2648
2648
|
$palettes-font-system-mono: (
|
@@ -2671,7 +2671,7 @@ $palettes-font-system-mono: (
|
|
2671
2671
|
"palette-font-system-mono-medium": $tokens-font-system-mono-medium,
|
2672
2672
|
"palette-font-system-mono-large": $tokens-font-system-mono-large,
|
2673
2673
|
"palette-font-system-mono-larger": $tokens-font-system-mono-larger,
|
2674
|
-
"palette-font-system-mono": $tokens-font-system-mono
|
2674
|
+
"palette-font-system-mono": $tokens-font-system-mono,
|
2675
2675
|
);
|
2676
2676
|
|
2677
2677
|
$palettes-font-system-sans: (
|
@@ -2700,7 +2700,7 @@ $palettes-font-system-sans: (
|
|
2700
2700
|
"palette-font-system-sans-medium": $tokens-font-system-sans-medium,
|
2701
2701
|
"palette-font-system-sans-large": $tokens-font-system-sans-large,
|
2702
2702
|
"palette-font-system-sans-larger": $tokens-font-system-sans-larger,
|
2703
|
-
"palette-font-system-sans": $tokens-font-system-sans
|
2703
|
+
"palette-font-system-sans": $tokens-font-system-sans,
|
2704
2704
|
);
|
2705
2705
|
|
2706
2706
|
$palettes-font-system-serif: (
|
@@ -2729,7 +2729,7 @@ $palettes-font-system-serif: (
|
|
2729
2729
|
"palette-font-system-serif-medium": $tokens-font-system-serif-medium,
|
2730
2730
|
"palette-font-system-serif-large": $tokens-font-system-serif-large,
|
2731
2731
|
"palette-font-system-serif-larger": $tokens-font-system-serif-larger,
|
2732
|
-
"palette-font-system-serif": $tokens-font-system-serif
|
2732
|
+
"palette-font-system-serif": $tokens-font-system-serif,
|
2733
2733
|
);
|
2734
2734
|
|
2735
2735
|
$tokens-font-system: map-collect(
|
@@ -2742,7 +2742,7 @@ $tokens-font-system: map-collect(
|
|
2742
2742
|
);
|
2743
2743
|
|
2744
2744
|
$palette-font-system: (
|
2745
|
-
"palette-font-system": $tokens-font-system
|
2745
|
+
"palette-font-system": $tokens-font-system,
|
2746
2746
|
);
|
2747
2747
|
|
2748
2748
|
$palettes-font-system: map-collect(
|
@@ -2758,5 +2758,5 @@ $palettes-font-system: map-collect(
|
|
2758
2758
|
$tokens-font: map-collect($tokens-font-theme, $tokens-font-system);
|
2759
2759
|
|
2760
2760
|
$palette-font: (
|
2761
|
-
"palette-font": $tokens-font
|
2761
|
+
"palette-font": $tokens-font,
|
2762
2762
|
);
|