prism-design 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +292 -0
- package/LICENSE +21 -0
- package/README.md +203 -0
- package/bin/clone-architect.mjs +476 -0
- package/bin/prism.mjs +467 -0
- package/catalog/index.json +1155 -0
- package/extractions/airbnb.com/DESIGN.md +1068 -0
- package/extractions/airbnb.com/tokens.json +507 -0
- package/extractions/attio.com/DESIGN.md +1295 -0
- package/extractions/attio.com/tokens.json +438 -0
- package/extractions/auroxdashboard.com/DESIGN.md +724 -0
- package/extractions/auroxdashboard.com/tokens.json +195 -0
- package/extractions/careerexplorer.com/DESIGN.md +1178 -0
- package/extractions/careerexplorer.com/tokens.json +141 -0
- package/extractions/chance.co/DESIGN.md +1209 -0
- package/extractions/chance.co/tokens.json +160 -0
- package/extractions/choisis-ton-avenir.com/DESIGN.md +1265 -0
- package/extractions/choisis-ton-avenir.com/tokens.json +227 -0
- package/extractions/example.com/DESIGN.md +436 -0
- package/extractions/example.com/tokens.json +91 -0
- package/extractions/getdesign.md/DESIGN.md +1009 -0
- package/extractions/getdesign.md/tokens.json +219 -0
- package/extractions/github.com/DESIGN.md +1130 -0
- package/extractions/github.com/tokens.json +2092 -0
- package/extractions/hello-charly.com/DESIGN.md +1146 -0
- package/extractions/hello-charly.com/tokens.json +322 -0
- package/extractions/hyperliquid.xyz/DESIGN.md +779 -0
- package/extractions/hyperliquid.xyz/tokens.json +598 -0
- package/extractions/instagram.com/DESIGN.md +996 -0
- package/extractions/instagram.com/tokens.json +1240 -0
- package/extractions/jobirl.com/DESIGN.md +1160 -0
- package/extractions/jobirl.com/tokens.json +139 -0
- package/extractions/life360.com/DESIGN.md +1133 -0
- package/extractions/life360.com/tokens.json +491 -0
- package/extractions/lifesum.com/DESIGN.md +965 -0
- package/extractions/lifesum.com/tokens.json +170 -0
- package/extractions/linear.app/DESIGN.md +1301 -0
- package/extractions/linear.app/tokens.json +732 -0
- package/extractions/mavoie.org/DESIGN.md +1148 -0
- package/extractions/mavoie.org/tokens.json +128 -0
- package/extractions/miro.com/DESIGN.md +1237 -0
- package/extractions/miro.com/tokens.json +401 -0
- package/extractions/notion.so/DESIGN.md +1319 -0
- package/extractions/notion.so/tokens.json +906 -0
- package/extractions/onetonline.org/DESIGN.md +909 -0
- package/extractions/onetonline.org/tokens.json +280 -0
- package/extractions/posthog.com/DESIGN.md +1024 -0
- package/extractions/posthog.com/tokens.json +197 -0
- package/extractions/revolut.com/DESIGN.md +1080 -0
- package/extractions/revolut.com/tokens.json +401 -0
- package/extractions/stripe.com/DESIGN.md +1272 -0
- package/extractions/stripe.com/tokens.json +794 -0
- package/extractions/switchcollective.com/DESIGN.md +1040 -0
- package/extractions/switchcollective.com/tokens.json +98 -0
- package/extractions/truity.com/DESIGN.md +970 -0
- package/extractions/truity.com/tokens.json +166 -0
- package/extractions/uniquekicks.be/DESIGN.md +1171 -0
- package/extractions/uniquekicks.be/tokens.json +237 -0
- package/package.json +122 -0
- package/scripts/analyze.ts +281 -0
- package/scripts/bank-register.ts +379 -0
- package/scripts/bank.ts +374 -0
- package/scripts/browser-stealth.ts +189 -0
- package/scripts/clone.ts +198 -0
- package/scripts/compare-vs-gd-final.ts +273 -0
- package/scripts/compare-vs-gd.ts +269 -0
- package/scripts/compare.ts +405 -0
- package/scripts/deploy-site.ts +181 -0
- package/scripts/diff-snapshots.ts +340 -0
- package/scripts/enrich-catalog.ts +212 -0
- package/scripts/extract.ts +2038 -0
- package/scripts/extractors/advanced.ts +524 -0
- package/scripts/extractors/widgets.ts +711 -0
- package/scripts/generate-design-md.ts +5775 -0
- package/scripts/generate-final-pdf.ts +274 -0
- package/scripts/generate-og-image.ts +87 -0
- package/scripts/generate-showcase.ts +1588 -0
- package/scripts/generate-site.ts +847 -0
- package/scripts/mass-extract.sh +91 -0
- package/scripts/post-process-all.sh +55 -0
- package/scripts/regen-catalog.ts +203 -0
- package/scripts/shared/cache.ts +149 -0
- package/scripts/shared/css-helpers.ts +263 -0
- package/scripts/shared/logger.ts +57 -0
- package/scripts/shared/named-colors.ts +355 -0
- package/scripts/shared/types.ts +220 -0
- package/scripts/sync-catalog.ts +105 -0
- package/scripts/tokenize.ts +988 -0
- package/templates/layout-template.md +52 -0
- package/templates/tokens-template.json +34 -0
|
@@ -0,0 +1,794 @@
|
|
|
1
|
+
{
|
|
2
|
+
"meta": {
|
|
3
|
+
"source": "https://stripe.com",
|
|
4
|
+
"domain": "stripe.com",
|
|
5
|
+
"extractedAt": "2026-05-30T20:58:18.264Z",
|
|
6
|
+
"tokenizedAt": "2026-05-30T22:20:23.545Z"
|
|
7
|
+
},
|
|
8
|
+
"colors": {
|
|
9
|
+
"background": {
|
|
10
|
+
"primary": "rgb(255, 255, 255)",
|
|
11
|
+
"secondary": "rgba(255, 255, 255, 0.65)",
|
|
12
|
+
"tertiary": "rgb(229, 237, 245)"
|
|
13
|
+
},
|
|
14
|
+
"text": {
|
|
15
|
+
"primary": "rgb(0, 0, 0)",
|
|
16
|
+
"secondary": "rgb(38, 37, 30)",
|
|
17
|
+
"muted": "rgb(3, 19, 35)"
|
|
18
|
+
},
|
|
19
|
+
"accent": {
|
|
20
|
+
"primary": "rgb(83, 58, 253)",
|
|
21
|
+
"secondary": "rgb(129, 184, 26)"
|
|
22
|
+
},
|
|
23
|
+
"border": "rgb(143, 152, 169)",
|
|
24
|
+
"shadow": "rgba(0,0,0,0.1)",
|
|
25
|
+
"semantic": {
|
|
26
|
+
"error": "#d8351e",
|
|
27
|
+
"success": "#00b261"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"typography": {
|
|
31
|
+
"fontFamily": {
|
|
32
|
+
"primary": "sohne-var",
|
|
33
|
+
"secondary": "SF Pro Display",
|
|
34
|
+
"mono": "monospace"
|
|
35
|
+
},
|
|
36
|
+
"fontSize": {
|
|
37
|
+
"xs": "8px",
|
|
38
|
+
"sm": "15px",
|
|
39
|
+
"base": "16px",
|
|
40
|
+
"lg": "20px",
|
|
41
|
+
"xl": "22px",
|
|
42
|
+
"2xl": "32px",
|
|
43
|
+
"3xl": "34px",
|
|
44
|
+
"4xl": "48px"
|
|
45
|
+
},
|
|
46
|
+
"fontWeight": {
|
|
47
|
+
"normal": "300",
|
|
48
|
+
"medium": "500",
|
|
49
|
+
"semibold": "600",
|
|
50
|
+
"bold": "400"
|
|
51
|
+
},
|
|
52
|
+
"lineHeight": {
|
|
53
|
+
"tight": "1.15",
|
|
54
|
+
"normal": "1.5",
|
|
55
|
+
"relaxed": "1.75"
|
|
56
|
+
},
|
|
57
|
+
"letterSpacing": {
|
|
58
|
+
"tight": "-0.020em",
|
|
59
|
+
"normal": "0em",
|
|
60
|
+
"wide": "-0.020em"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"spacing": {
|
|
64
|
+
"xxs": "2px",
|
|
65
|
+
"xs": "4px",
|
|
66
|
+
"sm": "8px",
|
|
67
|
+
"md": "12px",
|
|
68
|
+
"base": "16px",
|
|
69
|
+
"lg": "28px",
|
|
70
|
+
"xl": "32px",
|
|
71
|
+
"2xl": "48px",
|
|
72
|
+
"3xl": "64px"
|
|
73
|
+
},
|
|
74
|
+
"borderRadius": {
|
|
75
|
+
"none": "0px",
|
|
76
|
+
"xs": "4px",
|
|
77
|
+
"sm": "8px",
|
|
78
|
+
"md": "16px",
|
|
79
|
+
"lg": "16px",
|
|
80
|
+
"xl": "16px",
|
|
81
|
+
"full": "9999px"
|
|
82
|
+
},
|
|
83
|
+
"shadows": {
|
|
84
|
+
"shadow-1": "rgba(0, 0, 0, 0.1) 0px 30px 60px -50px, rgba(50, 50, 93, 0.25) 0px 30px 60px -10px",
|
|
85
|
+
"shadow-2": "rgba(23, 23, 23, 0.08) 0px 15px 35px 0px",
|
|
86
|
+
"shadow-3": "rgba(23, 23, 23, 0.06) 0px 3px 6px 0px",
|
|
87
|
+
"shadow-4": "rgba(50, 50, 93, 0.12) 0px 16px 32px 0px",
|
|
88
|
+
"shadow-5": "rgba(0, 0, 0, 0.1) 0px 20.187px 40.374px -20.187px"
|
|
89
|
+
},
|
|
90
|
+
"transitions": {
|
|
91
|
+
"transition-1": "all",
|
|
92
|
+
"transition-2": "opacity 0.24s cubic-bezier(0.45, 0.05, 0.55, 0.95)",
|
|
93
|
+
"transition-3": "fill 0.24s cubic-bezier(0.45, 0.05, 0.55, 0.95)",
|
|
94
|
+
"transition-4": "opacity cubic-bezier(0.4, 0, 0.2, 1), transform cubic-bezier(0.4, 0, 0.2, 1)",
|
|
95
|
+
"transition-5": "color 0.24s cubic-bezier(0.45, 0.05, 0.55, 0.95), background-color 0.24s cubic-bezier(0.45, 0.05, 0.55, 0.95), border-color 0.24s cubic-bezier(0.45, 0.05, 0.55, 0.95)"
|
|
96
|
+
},
|
|
97
|
+
"layout": {
|
|
98
|
+
"maxWidth": "1266px",
|
|
99
|
+
"headerHeight": "76px",
|
|
100
|
+
"sidebarWidth": "0px",
|
|
101
|
+
"gap": "normal",
|
|
102
|
+
"containerPadding": "0px"
|
|
103
|
+
},
|
|
104
|
+
"cssCustomProperties": {
|
|
105
|
+
"--hds-color-core-neutral-975": "#0d253d",
|
|
106
|
+
"--hds-color-accent-border-solid": "#533afd",
|
|
107
|
+
"--hds-font-input-text-md-lineHeight": "1.3",
|
|
108
|
+
"--hds-shadow-sm-top-offset-y": "5px",
|
|
109
|
+
"--hds-color-accentColorMode-ruby-icon-solid": "#ea2261",
|
|
110
|
+
"--hds-color-util-brand-900": "#1c1e54",
|
|
111
|
+
"--hds-color-action-bg-subduedHover": "#b9b9f9",
|
|
112
|
+
"--hds-color-accentColorMode-magenta-surface-subduedAlt": "#ffe6f5",
|
|
113
|
+
"--hds-color-input-text-label": "#273951",
|
|
114
|
+
"--navigation-padding-outer": "8px",
|
|
115
|
+
"--hds-shadow-sm-bottom-offset-y": "2px",
|
|
116
|
+
"--hds-color-input-text-selected": "#273951",
|
|
117
|
+
"--hds-space-core-1900": "152px",
|
|
118
|
+
"--hds-space-core-300": "24px",
|
|
119
|
+
"--hds-color-input-text-popover": "#273951",
|
|
120
|
+
"--hds-shadow-xs-top-blur": "10px",
|
|
121
|
+
"--hds-color-shadow-sm-top": "#00377014",
|
|
122
|
+
"--hds-color-button-ui-iconHover": "#2e2b8c",
|
|
123
|
+
"--hds-font-heading-xs-lineHeight": "1.2",
|
|
124
|
+
"--hds-space-core-250": "20px",
|
|
125
|
+
"--hds-color-core-brandDark-800A": "#4b31d080",
|
|
126
|
+
"--hds-color-core-lemon-500": "#9b6829",
|
|
127
|
+
"--hds-space-core-2000": "160px",
|
|
128
|
+
"--hds-shadow-xs-bottom-blur": "4px",
|
|
129
|
+
"--hds-font-heading-md-letterSpacing": "-0.01em",
|
|
130
|
+
"--navigation-inline-end": "16px",
|
|
131
|
+
"--hds-color-input-text-placeholder": "#7d8ba4",
|
|
132
|
+
"--hds-color-shadow-lg-top": "#0037701a",
|
|
133
|
+
"--hds-color-util-bg-min": "#fff",
|
|
134
|
+
"--hds-color-core-neutral-50A": "#a8c3de4d",
|
|
135
|
+
"--hds-font-quoteAttribution-md-weight": "300",
|
|
136
|
+
"--hds-color-util-neutral-50": "#e5edf5",
|
|
137
|
+
"--hds-color-input-selector-text-range": "#665efd",
|
|
138
|
+
"--hds-color-accentColorMode-magenta-icon-gradientMiddle": "#f96bee",
|
|
139
|
+
"--hds-color-accentColorMode-lemon-surface-subdued": "#fff2d8",
|
|
140
|
+
"--hds-font-text-lg-letterSpacing": "0em",
|
|
141
|
+
"--hds-font-heading-md-weight": "300",
|
|
142
|
+
"--hds-font-heading-xl-lineHeight": "1.03",
|
|
143
|
+
"--hds-color-core-neutralDark-25": "#f2f7fe",
|
|
144
|
+
"--hds-shadow-xs-top-offset-y": "2px",
|
|
145
|
+
"--hds-space-input-text-paddingX-lg": "16px",
|
|
146
|
+
"--hds-font-input-groupHeading-weight": "300",
|
|
147
|
+
"--hds-space-input-text-paddingY-sm": "8px",
|
|
148
|
+
"--hds-color-action-bg-translucent": "#ffffffa6",
|
|
149
|
+
"--hds-color-util-accent-magenta-100": "#ffd7ef",
|
|
150
|
+
"--hds-color-util-accent-orange-50": "#ffe5da",
|
|
151
|
+
"--hds-shadow-sm-bottom-offset-x": "0px",
|
|
152
|
+
"--hds-font-text-lg-lineHeight": "1.4",
|
|
153
|
+
"--hds-color-input-icon-solidAlternate": "#533afd",
|
|
154
|
+
"--hds-color-heading-subdued": "#64748d",
|
|
155
|
+
"--hds-color-heading-solid": "#061b31",
|
|
156
|
+
"--hds-font-input-description-lineHeight": "1.3",
|
|
157
|
+
"--hds-color-accent-charm-bg": "#533afd",
|
|
158
|
+
"--hds-color-util-bg-quiet": "#f8fafd",
|
|
159
|
+
"--hds-color-button-secondary-textDisabled": "#95a4ba",
|
|
160
|
+
"--hds-color-core-neutralDark-700": "#273f73",
|
|
161
|
+
"--hds-color-action-text-onSolid": "#fff",
|
|
162
|
+
"--hds-space-core-radius-none": "0px",
|
|
163
|
+
"--hds-color-core-neutralDark-990": "#0d1738",
|
|
164
|
+
"--hds-color-util-accent-lemon-200": "#f9b900",
|
|
165
|
+
"--hds-space-core-550": "44px",
|
|
166
|
+
"--hds-shadow-xl-bottom-offset-x": "0px",
|
|
167
|
+
"--hds-color-input-tile-text-selected": "#533afd",
|
|
168
|
+
"--hds-color-util-brand-200": "#b9b9f9",
|
|
169
|
+
"--hds-color-action-border-solidHover": "#4032c8",
|
|
170
|
+
"--hds-shadow-xl-bottom-offset-y": "10px",
|
|
171
|
+
"--hds-color-util-action-icon-soft": "#665efd",
|
|
172
|
+
"--hds-color-accentColorMode-ruby-icon-gradientEnd": "#b51145",
|
|
173
|
+
"--hds-color-util-brand-25": "#f5f5ff",
|
|
174
|
+
"--hds-color-input-bg-default": "#ffffff40",
|
|
175
|
+
"--hds-color-button-primary-bg": "#533afd",
|
|
176
|
+
"--hds-color-accentColorMode-magenta-icon-gradientStart": "#f98bf9",
|
|
177
|
+
"--hds-font-family": "\"sohne-var\",\"SF Pro Display\",sans-serif",
|
|
178
|
+
"--hds-color-action-bg-subdued": "#e2e4ff",
|
|
179
|
+
"--navigation-duration-slow": "300ms",
|
|
180
|
+
"--hds-color-util-brand-800": "#2e2b8c",
|
|
181
|
+
"--hds-font-text-xxl-letterSpacing": "-0.02em",
|
|
182
|
+
"--hds-color-input-selector-icon-disabledOnSolid": "#95a4ba",
|
|
183
|
+
"--hds-color-util-text-soft": "#50617a",
|
|
184
|
+
"--hds-color-input-text-disabled": "#95a4ba",
|
|
185
|
+
"--hds-color-util-neutral-950": "#11273e",
|
|
186
|
+
"--hds-color-core-neutral-0": "#fff",
|
|
187
|
+
"--hds-color-accent-surface-solid": "#533afd",
|
|
188
|
+
"--hds-color-accentColorMode-magenta-surface-subdued": "#ffe6f5",
|
|
189
|
+
"--hds-color-icon-error": "#d8351e",
|
|
190
|
+
"--hds-color-util-action-bg-max": "#2e2b8c",
|
|
191
|
+
"--hds-color-util-neutral-800": "#273951",
|
|
192
|
+
"--hds-font-heading-sm-weight": "300",
|
|
193
|
+
"--hds-color-util-accent-orange-350": "#ff6118",
|
|
194
|
+
"--navigation-duration": "240ms",
|
|
195
|
+
"--hds-color-util-action-bg-emphasized": "#4032c8",
|
|
196
|
+
"--hds-color-util-brand-300": "#9a9afe",
|
|
197
|
+
"--hds-color-accentColorMode-default-icon-solidAlt": "#533afd",
|
|
198
|
+
"--hds-color-util-neutral-700": "#3c4f69",
|
|
199
|
+
"--hds-space-block-column-gap": "16px",
|
|
200
|
+
"--hds-color-icon-success": "#00b261",
|
|
201
|
+
"--hds-color-core-neutralDark-50": "#e3ecf7",
|
|
202
|
+
"--hds-color-core-brand-400": "#7f7dfc",
|
|
203
|
+
"--hds-space-input-border-default": "1.25px",
|
|
204
|
+
"--hds-shadow-lg-bottom-blur": "20px",
|
|
205
|
+
"--hds-color-action-icon-onSubdued": "#533afd",
|
|
206
|
+
"--hds-color-core-lemon-200": "#f9b900",
|
|
207
|
+
"--hds-color-core-brandDark-200": "#a8bfff",
|
|
208
|
+
"--hds-font-heading-hero-lg-lineHeight": "1.2",
|
|
209
|
+
"--hds-font-input-label-lg-weight": "400",
|
|
210
|
+
"--hds-font-heading-xl-size": "3rem",
|
|
211
|
+
"--hds-color-util-brand-600": "#533afd",
|
|
212
|
+
"--hds-color-accentColorMode-orange-icon-solid": "#ff6118",
|
|
213
|
+
"--hds-shadow-xl-bottom-spread": "-16px",
|
|
214
|
+
"--hds-font-input-text-sm-size": "0.75rem",
|
|
215
|
+
"--hds-color-accentColorMode-orange-icon-gradientMiddle": "#fd6252",
|
|
216
|
+
"--hds-space-core-2200": "176px",
|
|
217
|
+
"--hds-font-text-xxs-lineHeight": "1.45",
|
|
218
|
+
"--hds-space-input-text-paddingY-md": "10px",
|
|
219
|
+
"--hero-font-lang-large": "3rem",
|
|
220
|
+
"--hds-color-core-ruby-500": "#e2225f",
|
|
221
|
+
"--hds-font-text-sm-size": "0.875rem",
|
|
222
|
+
"--hds-color-core-neutralDark-400": "#839bc8",
|
|
223
|
+
"--hds-color-button-primary-iconDisabled": "#95a4ba",
|
|
224
|
+
"--hds-space-button-border": "1px",
|
|
225
|
+
"--hds-font-input-text-lg-letterSpacing": "0px",
|
|
226
|
+
"--hds-color-util-neutral-990": "#061b31",
|
|
227
|
+
"--hds-color-util-action-border-max": "#2e2b8c",
|
|
228
|
+
"--hds-color-util-accent-ruby-400": "#ea2261",
|
|
229
|
+
"--hds-color-util-action-icon-solid": "#533afd",
|
|
230
|
+
"--hds-color-input-popover-border": "#ffffff00",
|
|
231
|
+
"--hds-color-util-action-icon-subdued": "#b9b9f9",
|
|
232
|
+
"--hds-space-layout-gap": "16px",
|
|
233
|
+
"--hds-color-icon-surface": "#bac8da",
|
|
234
|
+
"--hds-font-text-xxl-weight": "300",
|
|
235
|
+
"--hds-color-shadow-xl-bottom": "#003b890f",
|
|
236
|
+
"--hds-color-accent-icon-solidAlt": "#533afd",
|
|
237
|
+
"--hds-color-action-text-onTransparent": "#533afd",
|
|
238
|
+
"--hds-color-accentColorMode-lemon-icon-gradientStart": "#ffd552",
|
|
239
|
+
"--hds-font-text-xs-weight": "300",
|
|
240
|
+
"--hds-space-core-1000": "80px",
|
|
241
|
+
"--hds-color-util-action-bg-soft": "#665efd",
|
|
242
|
+
"--hds-color-core-brandDark-925": "#1c1b5a",
|
|
243
|
+
"--hds-font-heading-hero-md-size": "2.25rem",
|
|
244
|
+
"--hds-color-input-bg-accent": "#533afd",
|
|
245
|
+
"--hds-font-heading-lg-letterSpacing": "-0.02em",
|
|
246
|
+
"--hds-color-util-brand-975": "#0f1137",
|
|
247
|
+
"--hds-font-input-text-lgTextarea-lineHeight": "1.4",
|
|
248
|
+
"--hds-color-core-orange-100": "#ffd8c6",
|
|
249
|
+
"--hds-color-util-accent-orange-100": "#ffd8c6",
|
|
250
|
+
"--hds-color-input-text-error": "#d8351e",
|
|
251
|
+
"--hds-font-input-description-letterSpacing": "0px",
|
|
252
|
+
"--hds-color-input-tile-border-pressed": "#2e2b8c",
|
|
253
|
+
"--hds-space-core-border-lg": "2px",
|
|
254
|
+
"--hds-font-input-label-lg-size": "1rem",
|
|
255
|
+
"--hds-color-button-secondary-bg": "#ffffff00",
|
|
256
|
+
"--hds-space-input-layered-label-maxWidth": "196px",
|
|
257
|
+
"--hds-color-input-border-error": "#d8351e",
|
|
258
|
+
"--hds-color-input-selector-bg-selected": "#533afd",
|
|
259
|
+
"--hds-color-core-brandDark-700": "#362baa",
|
|
260
|
+
"--hds-shadow-sm-bottom-spread": "0px",
|
|
261
|
+
"--hds-space-core-radius-round": "99999px",
|
|
262
|
+
"--hds-color-core-neutralDark-200": "#c0cee6",
|
|
263
|
+
"--hds-color-button-secondary-bgHover": "#ffffff00",
|
|
264
|
+
"--hds-color-core-neutralDark-900A": "#23357a80",
|
|
265
|
+
"--hds-font-heading-xxs-letterSpacing": "0em",
|
|
266
|
+
"--hds-font-heading-hero-md-letterSpacing": "-0.02em",
|
|
267
|
+
"--hds-color-core-neutral-700": "#3c4f69",
|
|
268
|
+
"--hds-space-core-1400": "112px",
|
|
269
|
+
"--hds-shadow-md-top-blur": "22px",
|
|
270
|
+
"--hds-space-core-400": "32px",
|
|
271
|
+
"--hds-color-accentColorMode-ruby-icon-solidAlt": "#ea2261",
|
|
272
|
+
"--hds-color-accentColorMode-ruby-surface-subduedAlt": "#fed9de",
|
|
273
|
+
"--hds-color-button-ui-bgOnSubdued": "#e2e4ff",
|
|
274
|
+
"--hds-color-action-icon-navigation-soft": "#50617a",
|
|
275
|
+
"--hds-color-action-bg-transparent": "#ffffff00",
|
|
276
|
+
"--hds-color-action-border-disabled": "#d4dee9",
|
|
277
|
+
"--hds-font-heading-lg-size": "2rem",
|
|
278
|
+
"--hds-font-heading-xxs-lineHeight": "1.2",
|
|
279
|
+
"--hds-color-util-accent-lemon-500": "#9b6829",
|
|
280
|
+
"--hds-space-input-focus-shadowOuter": "4px",
|
|
281
|
+
"--hds-color-util-action-border-solid": "#533afd",
|
|
282
|
+
"--hds-color-accent-charm-gradientMiddle": "#533afd",
|
|
283
|
+
"--hds-color-action-text-solidHover": "#2e2b8c",
|
|
284
|
+
"--hds-color-util-text-solid": "#061b31",
|
|
285
|
+
"--hds-color-shadow-md-top": "#0037701a",
|
|
286
|
+
"--hds-color-util-neutral-300": "#95a4ba",
|
|
287
|
+
"--hds-color-action-bg-disabled": "#e5edf5",
|
|
288
|
+
"--hds-color-util-aura-h241Shadow": "#1c1b5a",
|
|
289
|
+
"--hds-color-util-action-border-quiet": "#b9b9f9",
|
|
290
|
+
"--hds-color-surface-border-quiet": "#e5edf5",
|
|
291
|
+
"--hds-space-block-stack-gap-lg": "48px",
|
|
292
|
+
"--hds-font-text-xxs-weight": "300",
|
|
293
|
+
"--hds-space-input-gap-errorMessage": "4px",
|
|
294
|
+
"--hds-color-util-brand-925": "#1c1e54",
|
|
295
|
+
"--hds-color-accentColorMode-magenta-icon-gradientEnd": "#b262f9",
|
|
296
|
+
"--hds-color-button-secondary-icon": "#533afd",
|
|
297
|
+
"--hds-color-core-brandDark-600": "#533afd",
|
|
298
|
+
"--hds-color-surface-bg-subduedAdaptive": "#1658bc08",
|
|
299
|
+
"--hds-font-heading-hero-md-weight": "300",
|
|
300
|
+
"--hds-color-util-text-quiet": "#7d8ba4",
|
|
301
|
+
"--hds-space-layout-columns": "12",
|
|
302
|
+
"--hds-shadow-md-bottom-blur": "8px",
|
|
303
|
+
"--hds-space-core-1500": "120px",
|
|
304
|
+
"--hds-color-core-error-600": "#a01400",
|
|
305
|
+
"--hds-font-text-md-weight": "300",
|
|
306
|
+
"--hds-color-core-brand-950": "#161741",
|
|
307
|
+
"--hds-color-input-icon-onSolid": "#fff",
|
|
308
|
+
"--hds-color-core-brand-100A": "#7680f54d",
|
|
309
|
+
"--hds-color-action-icon-onTransparent": "#533afd",
|
|
310
|
+
"--hds-shadow-lg-bottom-offset-x": "0px",
|
|
311
|
+
"--hds-color-core-ruby-800": "#5d1c3c",
|
|
312
|
+
"--hds-color-core-neutral-400": "#7d8ba4",
|
|
313
|
+
"--hds-color-accentColorMode-lemon-icon-solidAlt": "#e8a30b",
|
|
314
|
+
"--hds-color-input-border-selected": "#d4dee9bf",
|
|
315
|
+
"--hds-color-core-brand-25A": "#acacff1f",
|
|
316
|
+
"--hds-color-util-neutral-0": "#fff",
|
|
317
|
+
"--hds-font-text-lg-weight": "300",
|
|
318
|
+
"--hds-color-util-action-fg-solidAlternate": "#533afd",
|
|
319
|
+
"--hds-space-input-layered-label-minWidth": "120px",
|
|
320
|
+
"--hds-color-input-border-default": "#d4dee9bf",
|
|
321
|
+
"--hds-color-util-neutral-200": "#bac8da",
|
|
322
|
+
"--hds-font-input-description-size": "0.875rem",
|
|
323
|
+
"--hds-color-core-brand-925": "#1c1e54",
|
|
324
|
+
"--hds-color-core-brandDark-100": "#c3d3ff",
|
|
325
|
+
"--hero-font-lang-medium": "2.75rem",
|
|
326
|
+
"--hds-font-heading-hero-sm-letterSpacing": "-0.02em",
|
|
327
|
+
"--hds-color-input-bg-quiet": "#d4dee9",
|
|
328
|
+
"--hds-color-button-primary-text": "#fff",
|
|
329
|
+
"--hds-color-util-text-inactive": "#95a4ba",
|
|
330
|
+
"--hds-font-heading-xs-size": "1rem",
|
|
331
|
+
"--hds-color-core-success-600": "#006f3a",
|
|
332
|
+
"--hds-color-text-quiet": "#7d8ba4",
|
|
333
|
+
"--hds-color-action-text-solid": "#533afd",
|
|
334
|
+
"--hds-font-heading-hero-lg-weight": "300",
|
|
335
|
+
"--hds-canary-ui-mini-stroke": "#e5edf5",
|
|
336
|
+
"--hds-font-input-text-sm-weight": "300",
|
|
337
|
+
"--hds-color-shadow-popoverBottom": "#061b311f",
|
|
338
|
+
"--hds-color-util-border-subdued": "#d4dee9",
|
|
339
|
+
"--hds-color-util-action-text-max": "#2e2b8c",
|
|
340
|
+
"--hds-color-util-action-fg-solidAlternateHover": "#2e2b8c",
|
|
341
|
+
"--hds-color-core-brand-25": "#f5f5ff",
|
|
342
|
+
"--hds-space-core-radius-lg": "16px",
|
|
343
|
+
"--hds-color-core-success-400": "#00b261",
|
|
344
|
+
"--hds-font-quote-md-letterSpacing": "-0.01em",
|
|
345
|
+
"--hds-color-core-neutral-50": "#e5edf5",
|
|
346
|
+
"--hds-color-core-lemon-100": "#ffe1a3",
|
|
347
|
+
"--hds-font-input-text-lgTextarea-weight": "300",
|
|
348
|
+
"--hds-color-util-accent-lemon-800": "#483414",
|
|
349
|
+
"--hds-color-action-border-quiet": "#d6d9fc",
|
|
350
|
+
"--hds-color-core-brandDark-50": "#e4eaff",
|
|
351
|
+
"--hds-color-shadow-sm-bottom": "#003b890d",
|
|
352
|
+
"--hds-color-util-success-100": "#b6f2c7",
|
|
353
|
+
"--hds-color-core-neutral-300": "#95a4ba",
|
|
354
|
+
"--hds-color-util-brand-500": "#665efd",
|
|
355
|
+
"--hds-space-block-stack-gap-md": "16px",
|
|
356
|
+
"--hds-space-core-350": "28px",
|
|
357
|
+
"--hds-color-core-brand-500": "#665efd",
|
|
358
|
+
"--hds-color-action-icon-onTranslucent": "#533afd",
|
|
359
|
+
"--hds-shadow-xl": "0px 20px 80px -16px #00377024,0px 10px 60px -16px #003b890f",
|
|
360
|
+
"--hds-shadow-sm-top-offset-x": "0px",
|
|
361
|
+
"--hds-color-action-icon-solid": "#533afd",
|
|
362
|
+
"--hds-color-core-global-transparent": "#ffffff00",
|
|
363
|
+
"--hds-color-util-neutral-25": "#f8fafd",
|
|
364
|
+
"--hds-space-core-border-none": "0px",
|
|
365
|
+
"--hds-font-text-xl-lineHeight": "1.4",
|
|
366
|
+
"--hds-color-surface-bg-subdued": "#f8fafd",
|
|
367
|
+
"--hds-color-accentColorMode-orange-icon-solidAlt": "#ff6118",
|
|
368
|
+
"--hds-color-util-accent-magenta-600": "#a51d85",
|
|
369
|
+
"--hds-color-action-bg-quietHover": "#d6d9fc",
|
|
370
|
+
"--hds-color-action-icon-onQuiet": "#533afd",
|
|
371
|
+
"--hds-font-heading-xxl-size": "3.5rem",
|
|
372
|
+
"--hds-space-core-border-md": "1.25px",
|
|
373
|
+
"--hds-font-heading-xxs-size": "0.875rem",
|
|
374
|
+
"--hds-color-input-popover-divider": "#d4dee9bf",
|
|
375
|
+
"--hds-color-core-magenta-50": "#ffe6f5",
|
|
376
|
+
"--hds-space-core-1300": "104px",
|
|
377
|
+
"--hds-shadow-md": "0px 6px 22px 0px #0037701a,0px 4px 8px 0px #003b8905",
|
|
378
|
+
"--hds-color-core-magenta-800": "#4f2055",
|
|
379
|
+
"--hds-color-core-neutralDark-500": "#6480b2",
|
|
380
|
+
"--hds-font-heading-xxl-letterSpacing": "-0.025em",
|
|
381
|
+
"--hds-space-core-1800": "144px",
|
|
382
|
+
"--hds-shadow-lg-bottom-offset-y": "5px",
|
|
383
|
+
"--hds-color-accent-text-solid": "#533afd",
|
|
384
|
+
"--hds-space-input-text-paddingY-listbox": "6px",
|
|
385
|
+
"--hds-color-core-brandDark-900": "#222069",
|
|
386
|
+
"--hds-font-input-text-md-size": "0.875rem",
|
|
387
|
+
"--hds-shadow-sm-top-spread": "0px",
|
|
388
|
+
"--hds-color-action-icon-solidHover": "#2e2b8c",
|
|
389
|
+
"--hds-color-action-focus-outer": "#533afd",
|
|
390
|
+
"--hds-color-core-brand-600": "#533afd",
|
|
391
|
+
"--hds-space-core-150": "12px",
|
|
392
|
+
"--hds-color-util-accent-magenta-800": "#4f2055",
|
|
393
|
+
"--hds-color-input-selector-bg-range": "#e8e9ff",
|
|
394
|
+
"--hds-color-button-primary-textDisabled": "#95a4ba",
|
|
395
|
+
"--hds-color-util-brand-100": "#d6d9fc",
|
|
396
|
+
"--hds-shadow-md-bottom-spread": "0px",
|
|
397
|
+
"--hds-font-input-label-sm-size": "0.75rem",
|
|
398
|
+
"--hds-color-button-secondary-borderDisabled": "#d4dee9",
|
|
399
|
+
"--hds-color-core-lemon-300": "#e8a30b",
|
|
400
|
+
"--hds-color-input-selector-text-disabled": "#95a4ba",
|
|
401
|
+
"--hds-color-core-ruby-600": "#b51145",
|
|
402
|
+
"--hds-color-accentColorMode-orange-surface-subdued": "#ffe5da",
|
|
403
|
+
"--hds-font-heading-md-size": "1.625rem",
|
|
404
|
+
"--hds-space-layout-page-margin": "16px",
|
|
405
|
+
"--hds-color-button-primary-icon": "#fff",
|
|
406
|
+
"--hds-shadow-xl-top-spread": "-16px",
|
|
407
|
+
"--hds-color-action-focus-surface": "#ffffff00",
|
|
408
|
+
"--hds-space-core-25": "2px",
|
|
409
|
+
"--hds-space-core-700": "56px",
|
|
410
|
+
"--hds-color-util-action-fg-solidHover": "#2e2b8c",
|
|
411
|
+
"--hds-color-core-neutral-600": "#50617a",
|
|
412
|
+
"--hds-color-util-accent-ruby-50": "#fee8eb",
|
|
413
|
+
"--hds-font-heading-xxl-lineHeight": "1.03",
|
|
414
|
+
"--hds-color-util-action-bg-subdued": "#b9b9f999",
|
|
415
|
+
"--hds-color-input-bg-focus": "#ffffff80",
|
|
416
|
+
"--hds-font-input-label-md-lineHeight": "1.3",
|
|
417
|
+
"--hds-color-button-ui-bgOnSubduedHover": "#b9b9f9",
|
|
418
|
+
"--hds-color-util-action-icon-max": "#2e2b8c",
|
|
419
|
+
"--hds-font-text-md-size": "1rem",
|
|
420
|
+
"--hds-font-heading-sm-lineHeight": "1.1",
|
|
421
|
+
"--hds-color-util-action-fg-solid": "#533afd",
|
|
422
|
+
"--hds-color-input-icon-solid": "#533afd",
|
|
423
|
+
"--hds-color-util-accent-magenta-500": "#cf2cab",
|
|
424
|
+
"--hds-color-core-brand-50A": "#a3a7ff40",
|
|
425
|
+
"--hds-color-util-accent-magenta-50": "#ffe6f5",
|
|
426
|
+
"--hds-font-input-text-md-letterSpacing": "0px",
|
|
427
|
+
"--hds-color-action-text-onTranslucent": "#533afd",
|
|
428
|
+
"--hds-color-core-brand-300": "#9a9afe",
|
|
429
|
+
"--hds-color-core-magenta-350": "#f44bcc",
|
|
430
|
+
"--hds-color-core-neutralDark-800A": "#2f458ba6",
|
|
431
|
+
"--hds-color-util-action-bg-solid": "#533afd",
|
|
432
|
+
"--hds-color-accentColorMode-default-surface-subduedAlt": "#e2e4ff",
|
|
433
|
+
"--hds-shadow-lg-bottom-spread": "-2px",
|
|
434
|
+
"--hds-color-core-brandDark-300": "#92adff",
|
|
435
|
+
"--hds-color-core-orange-600": "#ab3500",
|
|
436
|
+
"--hds-font-input-label-md-letterSpacing": "0px",
|
|
437
|
+
"--hds-space-core-1100": "88px",
|
|
438
|
+
"--hds-color-input-selector-bg-availableHover": "#d6d9fc",
|
|
439
|
+
"--hds-color-button-ui-borderDisabled": "#d4dee9",
|
|
440
|
+
"--hds-color-accentColorMode-orange-icon-gradientEnd": "#fd5d7c",
|
|
441
|
+
"--hds-color-core-ruby-400": "#ea2261",
|
|
442
|
+
"--hds-color-input-selector-text-selected": "#fff",
|
|
443
|
+
"--hds-color-input-selector-text-available": "#273951",
|
|
444
|
+
"--hds-color-util-error-100": "#feb9ac",
|
|
445
|
+
"--hds-color-core-brandDark-400": "#7389ff",
|
|
446
|
+
"--hds-color-util-brand-400": "#7f7dfc",
|
|
447
|
+
"--hds-color-core-orange-50": "#ffe5da",
|
|
448
|
+
"--hds-shadow-xl-top-offset-x": "0px",
|
|
449
|
+
"--hds-space-block-stack-gap-xl": "64px",
|
|
450
|
+
"--hds-color-accentColorMode-default-icon-gradientEnd": "#4032c8",
|
|
451
|
+
"--hds-color-action-bg-solidHover": "#4032c8",
|
|
452
|
+
"--hds-color-core-neutral-100": "#d4dee9",
|
|
453
|
+
"--hds-font-heading-xxl-weight": "300",
|
|
454
|
+
"--hds-color-util-brand-700": "#4032c8",
|
|
455
|
+
"--hds-color-accentColorMode-ruby-surface-subdued": "#fed9de",
|
|
456
|
+
"--hds-shadow-md-top-spread": "0px",
|
|
457
|
+
"--hds-space-button-radius-sm": "2px",
|
|
458
|
+
"--hds-color-core-error-100": "#feb9ac",
|
|
459
|
+
"--hds-color-input-bg-solid": "#fff",
|
|
460
|
+
"--hds-color-core-neutralDark-900": "#182659",
|
|
461
|
+
"--hds-space-core-1200": "96px",
|
|
462
|
+
"--hds-color-util-accent-lemon-300": "#e8a30b",
|
|
463
|
+
"--hds-color-util-border-solid": "#273951",
|
|
464
|
+
"--hds-color-util-action-fg-onSolid": "#fff",
|
|
465
|
+
"--hds-space-input-layered-input-minWidth": "300px",
|
|
466
|
+
"--hds-font-heading-xxs-weight": "400",
|
|
467
|
+
"--hds-font-text-sm-lineHeight": "1.4",
|
|
468
|
+
"--hds-color-input-bg-popoverTransparent": "#ffffff00",
|
|
469
|
+
"--hds-color-action-text-solidAlternate": "#533afd",
|
|
470
|
+
"--hds-font-heading-lg-weight": "300",
|
|
471
|
+
"--hds-color-util-neutral-400": "#7d8ba4",
|
|
472
|
+
"--hds-shadow-xl-top-offset-y": "20px",
|
|
473
|
+
"--hds-color-action-text-onQuiet": "#533afd",
|
|
474
|
+
"--hds-color-accentColorMode-lemon-icon-solid": "#e8a30b",
|
|
475
|
+
"--hds-color-util-action-fg-onAlpha": "#533afd",
|
|
476
|
+
"--hds-color-core-brandDark-975": "#171055",
|
|
477
|
+
"--hds-color-button-primary-iconHover": "#fff",
|
|
478
|
+
"--hds-font-heading-hero-lg-size": "2.5rem",
|
|
479
|
+
"--hds-color-input-tile-bg-selected": "#acacff1f",
|
|
480
|
+
"--hds-font-input-label-sm-lineHeight": "1.35",
|
|
481
|
+
"--hds-canary-grid-span-quarter": "span 3",
|
|
482
|
+
"--hds-color-core-ruby-100": "#fed9de",
|
|
483
|
+
"--hds-shadow-xs-bottom-offset-x": "0px",
|
|
484
|
+
"--hds-color-core-brand-50": "#e8e9ff",
|
|
485
|
+
"--hds-font-family-code": "\"SourceCodePro\",\"SFMono-Regular\",monospace",
|
|
486
|
+
"--hds-font-text-xxl-lineHeight": "1",
|
|
487
|
+
"--hds-color-action-text-secondary": "#061b31",
|
|
488
|
+
"--hds-color-input-bg-popover": "#fff",
|
|
489
|
+
"--hds-shadow-xl-bottom-blur": "60px",
|
|
490
|
+
"--hds-color-util-black": "#061b31",
|
|
491
|
+
"--hds-space-core-radius-xs": "2px",
|
|
492
|
+
"--hds-color-input-selector-bg-available": "#ffffff00",
|
|
493
|
+
"--hds-space-core-600": "48px",
|
|
494
|
+
"--hds-size-input-popover-border-width": "0px",
|
|
495
|
+
"--hds-font-text-xs-letterSpacing": "0em",
|
|
496
|
+
"--hds-space-input-text-paddingX-md": "13px",
|
|
497
|
+
"--hds-font-quoteAttribution-md-lineHeight": "1.4",
|
|
498
|
+
"--hds-color-accentColorMode-magenta-icon-solidAlt": "#f44bcc",
|
|
499
|
+
"--hds-font-input-text-md-weight": "300",
|
|
500
|
+
"--hds-color-util-accent-ruby-100": "#fed9de",
|
|
501
|
+
"--hds-color-input-bg-listboxIcon": "#e5edf5",
|
|
502
|
+
"--hds-font-quoteAttribution-md-size": "1.125rem",
|
|
503
|
+
"--hds-color-input-border-accent": "#533afd",
|
|
504
|
+
"--hds-font-heading-xs-letterSpacing": "0em",
|
|
505
|
+
"--hds-font-heading-hero-md-lineHeight": "1.05",
|
|
506
|
+
"--hds-space-core-450": "36px",
|
|
507
|
+
"--hds-font-heading-hero-sm-weight": "300",
|
|
508
|
+
"--hds-font-text-xs-size": "0.875rem",
|
|
509
|
+
"--hds-space-core-500": "40px",
|
|
510
|
+
"--hds-color-accent-surface-subduedAlt": "#e2e4ff",
|
|
511
|
+
"--hds-color-core-magenta-100": "#ffd7ef",
|
|
512
|
+
"--hds-space-core-50": "4px",
|
|
513
|
+
"--hds-font-text-xxs-size": "0.75rem",
|
|
514
|
+
"--hds-color-accentColorMode-orange-surface-subduedAlt": "#ffe5da",
|
|
515
|
+
"--hds-color-accentColorMode-orange-border-quiet": "#ffd8c6",
|
|
516
|
+
"--hds-font-heading-xs-weight": "400",
|
|
517
|
+
"--hds-color-util-brand-950": "#161741",
|
|
518
|
+
"--hds-color-shadow-md-bottom": "#003b8905",
|
|
519
|
+
"--hds-color-util-action-text-min": "#fff",
|
|
520
|
+
"--hds-canary-dashed-border": "1px dashed #e5edf5",
|
|
521
|
+
"--hds-color-input-bg-selectorActive": "#7f7dfc",
|
|
522
|
+
"--hds-color-input-border-focus": "#d4dee9bf",
|
|
523
|
+
"--hds-space-customerCard-logo-height": "60px",
|
|
524
|
+
"--hds-space-input-text-paddingX-sm": "10px",
|
|
525
|
+
"--hds-color-input-tile-border-hover": "#533afd",
|
|
526
|
+
"--hds-color-core-brand-800": "#2e2b8c",
|
|
527
|
+
"--hds-color-shadow-lg-bottom": "#003b890a",
|
|
528
|
+
"--hds-shadow-xs-top-offset-x": "0px",
|
|
529
|
+
"--hds-font-text-md-letterSpacing": "0em",
|
|
530
|
+
"--hds-font-weight-bold": "400",
|
|
531
|
+
"--navigation-easing": "cubic-bezier(0.45,0.05,0.55,0.95)",
|
|
532
|
+
"--hds-font-input-text-lgTextarea-size": "1rem",
|
|
533
|
+
"--hero-font-lang-small": "2.5rem",
|
|
534
|
+
"--hds-color-shadow-xs-bottom": "#003b890a",
|
|
535
|
+
"--hds-font-heading-hero-sm-lineHeight": "1.1",
|
|
536
|
+
"--hds-color-action-border-solid": "#533afd",
|
|
537
|
+
"--hds-color-core-neutral-800": "#273951",
|
|
538
|
+
"--hds-font-input-groupHeading-lineHeight": "1.35",
|
|
539
|
+
"--hds-color-core-ruby-50": "#fee8eb",
|
|
540
|
+
"--hds-color-util-action-border-emphasized": "#4032c8",
|
|
541
|
+
"--hds-color-util-accent-ruby-800": "#5d1c3c",
|
|
542
|
+
"--hero-font-lang-min": "2.125rem",
|
|
543
|
+
"--hds-color-core-neutralDark-600": "#45639d",
|
|
544
|
+
"--hds-color-action-bg-quiet": "#e8e9ff",
|
|
545
|
+
"--hds-color-util-brand-75": "#e2e4ff",
|
|
546
|
+
"--hds-color-util-success-400": "#00b261",
|
|
547
|
+
"--hds-color-button-primary-bgDisabled": "#e5edf5",
|
|
548
|
+
"--hds-color-core-brand-700": "#4032c8",
|
|
549
|
+
"--hds-font-heading-hero-sm-size": "2rem",
|
|
550
|
+
"--hds-color-accentColorMode-lemon-icon-gradientEnd": "#ff9014",
|
|
551
|
+
"--hds-color-util-neutral-975": "#0d253d",
|
|
552
|
+
"--hds-color-accentColorMode-lemon-border-quiet": "#ffe1a3",
|
|
553
|
+
"--hds-color-core-magenta-500": "#cf2cab",
|
|
554
|
+
"--hds-color-util-neutral-100": "#d4dee9",
|
|
555
|
+
"--hds-shadow-md-bottom-offset-y": "4px",
|
|
556
|
+
"--hds-font-input-groupHeading-size": "0.75rem",
|
|
557
|
+
"--hds-color-core-brand-75": "#e2e4ff",
|
|
558
|
+
"--navigation-hamburger-duration": "0.25s",
|
|
559
|
+
"--hds-color-core-lemon-25": "#fff2d8",
|
|
560
|
+
"--hds-space-core-2500": "200px",
|
|
561
|
+
"--hds-color-action-text-disabled": "#95a4ba",
|
|
562
|
+
"--hds-color-shadow-popoverTop": "#27395114",
|
|
563
|
+
"--hds-color-core-neutral-950": "#11273e",
|
|
564
|
+
"--hds-space-input-popover-width": "240px",
|
|
565
|
+
"--hds-color-accentColorMode-ruby-icon-gradientStart": "#fd7184",
|
|
566
|
+
"--hds-color-util-accent-lemon-100": "#ffe1a3",
|
|
567
|
+
"--hds-font-heading-lg-lineHeight": "1.1",
|
|
568
|
+
"--hds-color-core-brand-200": "#b9b9f9",
|
|
569
|
+
"--hds-font-input-label-md-weight": "400",
|
|
570
|
+
"--hds-color-core-brandDark-700A": "#4834dbb2",
|
|
571
|
+
"--hds-font-input-text-lg-weight": "300",
|
|
572
|
+
"--hds-color-button-ui-icon": "#533afd",
|
|
573
|
+
"--hds-color-core-orange-800": "#56281b",
|
|
574
|
+
"--hds-color-core-neutralDark-950": "#122054",
|
|
575
|
+
"--hds-color-button-ui-bg": "#e8e9ff",
|
|
576
|
+
"--hds-color-util-accent-orange-500": "#d04900",
|
|
577
|
+
"--hds-color-util-action-bg-quiet": "#b9b9f94d",
|
|
578
|
+
"--hds-font-text-xl-letterSpacing": "-0.01em",
|
|
579
|
+
"--hds-space-stat-content-padding-y": "36px",
|
|
580
|
+
"--hds-space-core-radius-xl": "32px",
|
|
581
|
+
"--accent-gradient-color-stop-1": "#bdb4ff",
|
|
582
|
+
"--hds-color-util-action-icon-quiet": "#d6d9fc",
|
|
583
|
+
"--hds-color-input-bg-inactive": "#d4dee9bf",
|
|
584
|
+
"--hds-color-input-selector-text-rangeDisabled": "#b9b9f9",
|
|
585
|
+
"--hds-color-action-text-solidAlternateHover": "#2e2b8c",
|
|
586
|
+
"--navigation-height": "76px",
|
|
587
|
+
"--hds-color-icon-solid": "#273951",
|
|
588
|
+
"--hds-space-core-75": "6px",
|
|
589
|
+
"--hds-color-action-focus-inner-subdued": "#f8fafd",
|
|
590
|
+
"--hds-color-button-secondary-borderOnSubdued": "#b9b9f9",
|
|
591
|
+
"--hds-color-accent-border-quiet": "#d6d9fc",
|
|
592
|
+
"--hds-color-accent-charm-gradientStart": "#7f7dfc",
|
|
593
|
+
"--hds-color-util-border-emphasized": "#061b31",
|
|
594
|
+
"--hds-color-util-error-500": "#d8351e",
|
|
595
|
+
"--hds-space-input-text-paddingX-listbox": "10px",
|
|
596
|
+
"--hds-shadow-xl-top-blur": "80px",
|
|
597
|
+
"--hds-color-core-neutral-200": "#bac8da",
|
|
598
|
+
"--hds-font-heading-hero-lg-letterSpacing": "-0.02em",
|
|
599
|
+
"--hds-color-input-bg-hover": "#f5f5ff",
|
|
600
|
+
"--hds-color-surface-bg-quiet": "#fff",
|
|
601
|
+
"--hds-color-util-error-400": "#f3432a",
|
|
602
|
+
"--hds-font-text-xs-lineHeight": "1.4",
|
|
603
|
+
"--hds-color-action-text-onSubdued": "#533afd",
|
|
604
|
+
"--hds-space-core-border-sm": "1px",
|
|
605
|
+
"--hds-color-util-neutral-600": "#50617a",
|
|
606
|
+
"--hds-color-input-icon-disabled": "#d4dee9",
|
|
607
|
+
"--hds-color-action-icon-solidAlternate": "#533afd",
|
|
608
|
+
"--hds-font-text-md-lineHeight": "1.4",
|
|
609
|
+
"--hds-color-util-action-bg-min": "#9a9afe1f",
|
|
610
|
+
"--hds-font-heading-xl-letterSpacing": "-0.02em",
|
|
611
|
+
"--hds-font-input-label-sm-letterSpacing": "0px",
|
|
612
|
+
"--hds-font-heading-sm-size": "1.375rem",
|
|
613
|
+
"--hds-color-input-selector-bg-selectedHover": "#4032c8",
|
|
614
|
+
"--hds-color-util-bg-subdued": "#e5edf5",
|
|
615
|
+
"--hover-progress": "0",
|
|
616
|
+
"--hds-shadow-md-top-offset-x": "0px",
|
|
617
|
+
"--hds-color-core-neutral-900": "#1a2c44",
|
|
618
|
+
"--hds-color-button-secondary-text": "#533afd",
|
|
619
|
+
"--hds-color-core-neutral-990": "#061b31",
|
|
620
|
+
"--hds-color-text-soft": "#50617a",
|
|
621
|
+
"--hds-color-icon-subdued": "#64748d",
|
|
622
|
+
"--hds-color-util-bg-soft": "#d4dee9",
|
|
623
|
+
"--hds-canary-layout-content-maxWidth-borders": "calc(1264px + 2px)",
|
|
624
|
+
"--hds-color-core-magenta-600": "#a51d85",
|
|
625
|
+
"--hds-color-core-neutral-200A": "#7591b580",
|
|
626
|
+
"--hds-font-input-text-lg-lineHeight": "1",
|
|
627
|
+
"--hds-color-util-action-icon-emphasized": "#4032c8",
|
|
628
|
+
"--hds-space-core-2100": "168px",
|
|
629
|
+
"--hds-font-input-label-md-size": "0.875rem",
|
|
630
|
+
"--hds-color-accentColorMode-lemon-icon-gradientMiddle": "#ffaf2d",
|
|
631
|
+
"--hds-color-core-neutral-25A": "#1658bc08",
|
|
632
|
+
"--hds-color-core-brandDark-25": "#f6f7ff",
|
|
633
|
+
"--hds-color-util-action-text-emphasized": "#4032c8",
|
|
634
|
+
"--hds-shadow-sm-bottom-blur": "8px",
|
|
635
|
+
"--hds-font-input-text-sm-lineHeight": "1.35",
|
|
636
|
+
"--hds-color-action-icon-onSolid": "#fff",
|
|
637
|
+
"--hds-font-text-sm-weight": "300",
|
|
638
|
+
"--hds-color-util-text-subdued": "#64748d",
|
|
639
|
+
"--hds-space-core-1700": "136px",
|
|
640
|
+
"--hds-font-text-sm-letterSpacing": "0em",
|
|
641
|
+
"--hds-color-accentColorMode-orange-icon-gradientStart": "#fe8c2d",
|
|
642
|
+
"--hds-shadow-sm-top-blur": "14px",
|
|
643
|
+
"--hds-space-input-minHeight": "48px",
|
|
644
|
+
"--hds-color-core-orange-500": "#d04900",
|
|
645
|
+
"--hds-color-util-action-text-soft": "#665efd",
|
|
646
|
+
"--hds-color-button-ui-iconDisabled": "#95a4ba",
|
|
647
|
+
"--hds-color-core-error-500": "#d8351e",
|
|
648
|
+
"--hds-shadow-lg-top-offset-y": "15px",
|
|
649
|
+
"--hds-space-input-gap-labelVertical": "8px",
|
|
650
|
+
"--hds-color-core-brandDark-925A": "#582be233",
|
|
651
|
+
"--hds-space-input-focus-shadowSingle": "2px",
|
|
652
|
+
"--hds-space-core-1": "1px",
|
|
653
|
+
"--hds-color-accent-charm-gradientEnd": "#4032c8",
|
|
654
|
+
"--hds-canary-ui-shadow": "0px 16px 32px rgba(50,50,93,.12)",
|
|
655
|
+
"--hds-font-quoteAttribution-md-letterSpacing": "0em",
|
|
656
|
+
"--hds-color-core-error-400": "#f3432a",
|
|
657
|
+
"--hds-color-input-selector-bg-disabled": "#e5edf5",
|
|
658
|
+
"--hds-color-accent-surface-subdued": "#e2e4ff",
|
|
659
|
+
"--hds-font-input-text-lgTextarea-letterSpacing": "0px",
|
|
660
|
+
"--hds-color-util-action-icon-min": "#fff",
|
|
661
|
+
"--hds-color-accentColorMode-default-icon-gradientMiddle": "#533afd",
|
|
662
|
+
"--hds-font-input-label-lg-lineHeight": "1.2",
|
|
663
|
+
"--hds-canary-color-border-focus": "#635bff",
|
|
664
|
+
"--hds-color-input-selector-text-rangeHover": "#4032c8",
|
|
665
|
+
"--hds-color-util-border-quiet": "#e5edf5",
|
|
666
|
+
"--hds-color-input-tile-border-selected": "#7f7dfc",
|
|
667
|
+
"--hds-color-util-neutral-900": "#1a2c44",
|
|
668
|
+
"--hds-color-core-brandDark-500": "#5d64fe",
|
|
669
|
+
"--hds-font-input-label-lg-letterSpacing": "0px",
|
|
670
|
+
"--hds-color-core-brand-100": "#d6d9fc",
|
|
671
|
+
"--hds-color-input-tile-text-hover": "#533afd",
|
|
672
|
+
"--hds-color-util-neutral-500": "#64748d",
|
|
673
|
+
"--hds-space-core-200": "16px",
|
|
674
|
+
"--hds-color-action-border-subdued": "#b9b9f9",
|
|
675
|
+
"--hds-color-input-tile-text-pressed": "#2e2b8c",
|
|
676
|
+
"--hds-color-util-action-border-subdued": "#7f7dfc",
|
|
677
|
+
"--hds-space-core-900": "72px",
|
|
678
|
+
"--hds-color-input-selector-text-availableHover": "#4032c8",
|
|
679
|
+
"--hds-font-text-xl-weight": "300",
|
|
680
|
+
"--hds-color-input-border-disabled": "#d4dee9",
|
|
681
|
+
"--hds-space-input-layered-input-maxWidth": "360px",
|
|
682
|
+
"--hds-space-button-height": "48px",
|
|
683
|
+
"--accent-gradient-color-stop-2": "#643afd",
|
|
684
|
+
"--hds-color-button-secondary-textHover": "#2e2b8c",
|
|
685
|
+
"--hds-space-core-100": "8px",
|
|
686
|
+
"--hds-canary-grid-span-full": "span 12",
|
|
687
|
+
"--hds-color-core-neutralDark-800": "#23356e",
|
|
688
|
+
"--hds-color-button-secondary-border": "#d6d9fc",
|
|
689
|
+
"--hds-space-section-gap-top": "96px",
|
|
690
|
+
"--accent-gradient-color-stop-3": "#533afd",
|
|
691
|
+
"--hds-font-heading-sm-letterSpacing": "-0.01em",
|
|
692
|
+
"--hds-color-util-white": "#fff",
|
|
693
|
+
"--hds-shadow-xs-top-spread": "0px",
|
|
694
|
+
"--hds-color-util-error-600": "#a01400",
|
|
695
|
+
"--hds-color-text-solid": "#061b31",
|
|
696
|
+
"--hds-font-text-xxl-size": "3rem",
|
|
697
|
+
"--hds-space-input-focus-outline-offset": "1px",
|
|
698
|
+
"--hds-space-layout-content-margin": "16px",
|
|
699
|
+
"--hds-color-core-brandDark-800": "#2c2484",
|
|
700
|
+
"--hds-color-core-brandDark-75": "#ccdaff",
|
|
701
|
+
"--hds-color-core-neutralDark-300": "#a3b5d6",
|
|
702
|
+
"--hds-color-button-primary-bgHover": "#4032c8",
|
|
703
|
+
"--hds-shadow-lg-top-spread": "-2px",
|
|
704
|
+
"--hds-color-button-secondary-iconHover": "#2e2b8c",
|
|
705
|
+
"--hds-font-weight-normal": "300",
|
|
706
|
+
"--hds-color-core-neutralDark-975": "#101d4e",
|
|
707
|
+
"--hds-color-core-neutralDark-100": "#d4deef",
|
|
708
|
+
"--hds-color-util-success-600": "#006f3a",
|
|
709
|
+
"--hds-font-quote-md-weight": "300",
|
|
710
|
+
"--hds-color-core-neutralDark-950A": "#17297080",
|
|
711
|
+
"--hds-color-accentColorMode-ruby-border-quiet": "#fed9de",
|
|
712
|
+
"--hds-shadow-md-top-offset-y": "6px",
|
|
713
|
+
"--hds-font-input-text-lg-size": "1rem",
|
|
714
|
+
"--hds-color-core-brand-900": "#1c1e54",
|
|
715
|
+
"--hds-canary-grid-span-half": "span 6",
|
|
716
|
+
"--hds-color-input-text-solid": "#273951",
|
|
717
|
+
"--hds-canary-ui-stroke": "color-mix(in srgb,#e5edf5 50%,transparent)",
|
|
718
|
+
"--hds-font-quote-md-size": "1.625rem",
|
|
719
|
+
"--hds-color-accentColorMode-magenta-icon-solid": "#f44bcc",
|
|
720
|
+
"--hds-color-util-accent-orange-800": "#56281b",
|
|
721
|
+
"--hds-color-text-subdued": "#64748d",
|
|
722
|
+
"--hds-font-text-lg-size": "1.125rem",
|
|
723
|
+
"--hds-font-input-text-sm-letterSpacing": "0px",
|
|
724
|
+
"--hds-space-core-radius-md": "6px",
|
|
725
|
+
"--hds-color-core-lemon-800": "#483414",
|
|
726
|
+
"--hds-shadow-lg": "0px 15px 40px -2px #0037701a,0px 5px 20px -2px #003b890a",
|
|
727
|
+
"--hds-font-quote-md-lineHeight": "1.12",
|
|
728
|
+
"--hds-color-core-brandDark-950": "#191a51",
|
|
729
|
+
"--hds-color-shadow-xl-top": "#00377024",
|
|
730
|
+
"--hds-color-core-success-100": "#b6f2c7",
|
|
731
|
+
"--hds-color-input-selector-text-current": "#061b31",
|
|
732
|
+
"--hds-color-accentColorMode-ruby-icon-gradientMiddle": "#ea2261",
|
|
733
|
+
"--hds-color-util-action-text-solid": "#533afd",
|
|
734
|
+
"--hds-space-core-800": "64px",
|
|
735
|
+
"--hds-space-core-0": "0px",
|
|
736
|
+
"--hds-space-layout-content-maxWidth": "1264px",
|
|
737
|
+
"--hds-color-core-neutral-500": "#64748d",
|
|
738
|
+
"--navigation-inline-start": "16px",
|
|
739
|
+
"--hds-shadow-lg-top-offset-x": "0px",
|
|
740
|
+
"--hds-space-core-radius-sm": "4px",
|
|
741
|
+
"--hds-color-action-icon-disabled": "#95a4ba",
|
|
742
|
+
"--hds-space-core-2300": "184px",
|
|
743
|
+
"--hds-color-icon-emphasized": "#061b31",
|
|
744
|
+
"--hds-color-util-accent-magenta-350": "#f44bcc",
|
|
745
|
+
"--hds-color-button-ui-bgHover": "#d6d9fc",
|
|
746
|
+
"--hds-space-core-1600": "128px",
|
|
747
|
+
"--hds-shadow-xs": "0px 2px 10px 0px #0037700f,0px 1px 4px 0px #003b890a",
|
|
748
|
+
"--hds-shadow-sm": "0px 5px 14px 0px #00377014,0px 2px 8px 0px #003b890d",
|
|
749
|
+
"--hds-color-button-secondary-borderHover": "#4032c8",
|
|
750
|
+
"--hds-space-button-radius-lg": "4px",
|
|
751
|
+
"--hds-color-input-selector-text-selectedDisabled": "#273951",
|
|
752
|
+
"--hds-color-action-focus-inner-quiet": "#fff",
|
|
753
|
+
"--hds-font-text-xl-size": "1.25rem",
|
|
754
|
+
"--hds-shadow-xs-bottom-spread": "0px",
|
|
755
|
+
"--hds-color-util-brand-50": "#e8e9ff",
|
|
756
|
+
"--hds-font-input-label-sm-weight": "400",
|
|
757
|
+
"--navigation-border-radius": "6px",
|
|
758
|
+
"--hds-color-core-neutral-25": "#f8fafd",
|
|
759
|
+
"--hds-color-action-icon-solidAlternateHover": "#2e2b8c",
|
|
760
|
+
"--hds-color-util-accent-ruby-500": "#e2225f",
|
|
761
|
+
"--hds-space-section-gap-bottom": "96px",
|
|
762
|
+
"--hds-space-core-2400": "192px",
|
|
763
|
+
"--hds-color-util-accent-orange-600": "#ab3500",
|
|
764
|
+
"--hds-color-accentColorMode-magenta-border-quiet": "#ffd7ef",
|
|
765
|
+
"--hds-color-shadow-xs-top": "#0037700f",
|
|
766
|
+
"--hds-space-input-text-paddingY-lg": "12px",
|
|
767
|
+
"--hds-color-action-bg-solid": "#533afd",
|
|
768
|
+
"--hds-shadow-md-bottom-offset-x": "0px",
|
|
769
|
+
"--hds-color-core-orange-350": "#ff6118",
|
|
770
|
+
"--hds-space-input-layered-gap": "24px",
|
|
771
|
+
"--hds-color-core-brand-975": "#0f1137",
|
|
772
|
+
"--hds-shadow-xs-bottom-offset-y": "1px",
|
|
773
|
+
"--hds-color-action-icon-navigation-solid": "#061b31",
|
|
774
|
+
"--hds-font-heading-xl-weight": "300",
|
|
775
|
+
"--hds-font-text-xxs-letterSpacing": "0em",
|
|
776
|
+
"--hds-shadow-lg-top-blur": "40px",
|
|
777
|
+
"--hds-color-util-accent-ruby-600": "#b51145",
|
|
778
|
+
"--hds-color-accentColorMode-default-icon-gradientStart": "#7f7dfc",
|
|
779
|
+
"--hds-color-util-border-soft": "#50617a",
|
|
780
|
+
"--hds-font-heading-md-lineHeight": "1.12",
|
|
781
|
+
"--hds-color-input-bg-disabled": "#e5edf5",
|
|
782
|
+
"--hds-color-action-icon-navigation-subdued": "#64748d",
|
|
783
|
+
"--hds-color-accentColorMode-lemon-surface-subduedAlt": "#fff2d8",
|
|
784
|
+
"--hds-color-util-accent-lemon-50": "#fff2d8",
|
|
785
|
+
"--hds-font-input-groupHeading-letterSpacing": "0px",
|
|
786
|
+
"--hds-font-input-description-weight": "300",
|
|
787
|
+
"--hds-color-accent-icon-solid": "#533afd",
|
|
788
|
+
"--hds-color-button-primary-textHover": "#fff",
|
|
789
|
+
"--section-container-padding-inline": "0",
|
|
790
|
+
"--section-container-pbs": "0",
|
|
791
|
+
"--section-container-pbe": "0",
|
|
792
|
+
"--section-container-border-inline": "none"
|
|
793
|
+
}
|
|
794
|
+
}
|