@pantheon-systems/pds-design-tokens 1.0.0-dev.142 → 1.0.0-dev.143

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.
@@ -1,521 +1,345 @@
1
1
  /**
2
- *
2
+ *
3
3
  * Pantheon Systems
4
- *
4
+ *
5
5
  * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6
6
  * !! DO NOT EDIT THIS FILE DIRECTLY !!
7
7
  * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8
- *
8
+ *
9
9
  * This file has been generated automatically.
10
10
  */
11
11
 
12
12
  :root {
13
- --pds-color-background-brand-secondary: #dfd8f5;
14
- --pds-color-background-default: #ffffff;
15
- --pds-color-background-default-secondary: #f8f8f8;
16
- --pds-color-background-reverse: #23232d;
17
- --pds-color-badge-indicator-brand-background: #5e45cf;
18
- --pds-color-badge-indicator-brand-foreground: #ffffff;
19
- --pds-color-badge-indicator-critical-background: #ca3521;
20
- --pds-color-badge-indicator-critical-foreground: #ffffff;
21
- --pds-color-badge-indicator-diamond-background: #cfe1fc;
22
- --pds-color-badge-indicator-diamond-foreground: #035ad3;
23
- --pds-color-badge-indicator-gold-background: #ffe668;
24
- --pds-color-badge-indicator-gold-foreground: #705e00;
25
- --pds-color-badge-indicator-info-background: #1d7afc;
26
- --pds-color-badge-indicator-info-foreground: #ffffff;
27
- --pds-color-badge-indicator-neutral-background: #6d6d78;
28
- --pds-color-badge-indicator-neutral-foreground: #ffffff;
29
- --pds-color-badge-indicator-platinum-background: #dfd8f5;
30
- --pds-color-badge-indicator-platinum-foreground: #3017a1;
31
- --pds-color-badge-indicator-silver-background: #cfcfd3;
32
- --pds-color-badge-indicator-silver-foreground: #23232d;
33
- --pds-color-badge-indicator-success-background: #218c5f;
34
- --pds-color-badge-indicator-success-foreground: #ffffff;
35
- --pds-color-badge-indicator-warning-background: #d97008;
36
- --pds-color-badge-indicator-warning-foreground: #ffffff;
37
- --pds-color-badge-status-dot-critical: var(
38
- --pds-color-semantic-critical-foreground
39
- );
40
- --pds-color-badge-status-dot-default: #cfcfd3;
41
- --pds-color-badge-status-dot-disabled: #cfcfd3;
42
- --pds-color-badge-status-dot-discovery: var(
43
- --pds-color-semantic-discovery-foreground
44
- );
45
- --pds-color-badge-status-dot-frozen: #dfd8f5;
46
- --pds-color-badge-status-dot-info: var(--pds-color-semantic-info-foreground);
47
- --pds-color-badge-status-dot-success: var(
48
- --pds-color-semantic-success-foreground
49
- );
50
- --pds-color-badge-status-dot-warning: var(
51
- --pds-color-semantic-warning-foreground
52
- );
53
- --pds-color-badge-status-neutral-background: var(
54
- --pds-color-background-default
55
- );
56
- --pds-color-badge-status-neutral-border: var(--pds-color-border-default);
57
- --pds-color-badge-status-neutral-label: var(
58
- --pds-color-text-default-secondary
59
- );
60
- --pds-color-badge-status-reverse-background: var(
61
- --pds-color-background-reverse
62
- );
63
- --pds-color-badge-status-reverse-border: var(--pds-color-background-reverse);
64
- --pds-color-badge-status-reverse-label: var(--pds-color-text-reverse);
65
- --pds-color-badge-status-transparent-background: rgba(0, 0, 0, 0);
66
- --pds-color-badge-status-transparent-border: var(--pds-color-border-default);
67
- --pds-color-badge-status-transparent-label: var(
68
- --pds-color-text-default-secondary
69
- );
70
- --pds-color-banner-critical-background: linear-gradient(
71
- 135deg,
72
- #ca3521 0%,
73
- #b95898 100%
74
- );
75
- --pds-color-banner-critical-foreground: #ffffff;
76
- --pds-color-banner-info-background: linear-gradient(
77
- 315deg,
78
- #1265da 0%,
79
- #5f41e5 100%
80
- );
81
- --pds-color-banner-info-foreground: #ffffff;
82
- --pds-color-banner-warning-background: linear-gradient(
83
- 135deg,
84
- #ddbd16 0%,
85
- #db7612 100%
86
- );
87
- --pds-color-banner-warning-foreground: #23232d;
88
- --pds-color-border-default: rgba(0, 0, 0, 0.11);
89
- --pds-color-brand-accent-100: #ffe5f6;
90
- --pds-color-brand-accent-200: #ff99dc;
91
- --pds-color-brand-accent-300: #ff4cc3;
92
- --pds-color-brand-accent-400: #de0093;
93
- --pds-color-brand-accent-500: #9a0066;
94
- --pds-color-brand-accent-600: #560039;
95
- --pds-color-brand-accent-default: #de0093;
96
- --pds-color-brand-primary-100: #fffbe9;
97
- --pds-color-brand-primary-200: #fff1a9;
98
- --pds-color-brand-primary-300: #ffe668;
99
- --pds-color-brand-primary-400: #ffdc28;
100
- --pds-color-brand-primary-500: #ddbd16;
101
- --pds-color-brand-primary-600: #705e00;
102
- --pds-color-brand-primary-default: #ffdc28;
103
- --pds-color-brand-secondary-100: #f0edfb;
104
- --pds-color-brand-secondary-200: #dfd8f5;
105
- --pds-color-brand-secondary-300: #5e45cf;
106
- --pds-color-brand-secondary-400: #3017a1;
107
- --pds-color-brand-secondary-500: #200c7f;
108
- --pds-color-brand-secondary-default: #3017a1;
109
- --pds-color-breadcrumb-link: var(--pds-color-interactive-link-default);
110
- --pds-color-breadcrumb-separator: #cfcfd3;
111
- --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
112
- --pds-color-button-brand-background-active: #ddbd16;
113
- --pds-color-button-brand-background-default: #ffdc28;
114
- --pds-color-button-brand-background-hover: #ffe668;
115
- --pds-color-button-brand-border-active: #ddbd16;
116
- --pds-color-button-brand-border-default: #ffdc28;
117
- --pds-color-button-brand-border-hover: #ffe668;
118
- --pds-color-button-brand-foreground-active: #23232d;
119
- --pds-color-button-brand-foreground-default: #23232d;
120
- --pds-color-button-brand-foreground-hover: #23232d;
121
- --pds-color-button-brand-secondary-background-active: #f1f1f1;
122
- --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
123
- --pds-color-button-brand-secondary-background-hover: #f8f8f8;
124
- --pds-color-button-brand-secondary-border-active: #23232d;
125
- --pds-color-button-brand-secondary-border-default: #6d6d78;
126
- --pds-color-button-brand-secondary-border-hover: #23232d;
127
- --pds-color-button-brand-secondary-foreground-active: #23232d;
128
- --pds-color-button-brand-secondary-foreground-default: #23232d;
129
- --pds-color-button-brand-secondary-foreground-hover: #23232d;
130
- --pds-color-button-critical-background-active: #ffdcd8;
131
- --pds-color-button-critical-background-default: var(
132
- --pds-color-background-default
133
- );
134
- --pds-color-button-critical-background-hover: var(
135
- --pds-color-semantic-critical-background
136
- );
137
- --pds-color-button-critical-border-active: #b52f1d;
138
- --pds-color-button-critical-border-default: var(
139
- --pds-color-semantic-critical-foreground
140
- );
141
- --pds-color-button-critical-border-hover: var(
142
- --pds-color-semantic-critical-foreground
143
- );
144
- --pds-color-button-critical-foreground-active: #b52f1d;
145
- --pds-color-button-critical-foreground-default: var(
146
- --pds-color-semantic-critical-foreground
147
- );
148
- --pds-color-button-critical-foreground-hover: var(
149
- --pds-color-semantic-critical-foreground
150
- );
151
- --pds-color-button-navbar-foreground-active: var(
152
- --pds-color-interactive-link-active
153
- );
154
- --pds-color-button-navbar-foreground-default: var(
155
- --pds-color-foreground-default
156
- );
157
- --pds-color-button-navbar-foreground-hover: var(
158
- --pds-color-interactive-link-hover
159
- );
160
- --pds-color-button-primary-background-active: #200c7f;
161
- --pds-color-button-primary-background-default: #3017a1;
162
- --pds-color-button-primary-background-hover: #5e45cf;
163
- --pds-color-button-primary-border-active: #200c7f;
164
- --pds-color-button-primary-border-default: #3017a1;
165
- --pds-color-button-primary-border-hover: #5e45cf;
166
- --pds-color-button-primary-foreground-active: #ffffff;
167
- --pds-color-button-primary-foreground-default: #ffffff;
168
- --pds-color-button-primary-foreground-hover: #ffffff;
169
- --pds-color-button-secondary-background-active: #dfd8f5;
170
- --pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
171
- --pds-color-button-secondary-background-hover: #f0edfb;
172
- --pds-color-button-secondary-border-active: #200c7f;
173
- --pds-color-button-secondary-border-default: #3017a1;
174
- --pds-color-button-secondary-border-hover: #5e45cf;
175
- --pds-color-button-secondary-foreground-active: #200c7f;
176
- --pds-color-button-secondary-foreground-default: #3017a1;
177
- --pds-color-button-secondary-foreground-hover: #3017a1;
178
- --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
179
- --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
180
- --pds-color-button-subtle-foreground-active: #200c7f;
181
- --pds-color-button-subtle-foreground-default: #3017a1;
182
- --pds-color-button-subtle-foreground-hover: #5e45cf;
183
- --pds-color-card-border: var(--pds-color-border-default);
184
- --pds-color-code-inline-background: #f0edfb;
185
- --pds-color-code-inline-border: #dfd8f5;
186
- --pds-color-code-inline-text: #000000;
187
- --pds-color-dashboard-nav-background: var(
188
- --pds-color-background-default-secondary
189
- );
190
- --pds-color-dashboard-nav-item-background-active: var(
191
- --pds-color-background-reverse
192
- );
193
- --pds-color-dashboard-nav-item-background-default: rgba(0, 0, 0, 0);
194
- --pds-color-dashboard-nav-item-background-hover: #e8e8e9;
195
- --pds-color-dashboard-nav-item-foreground-active: var(
196
- --pds-color-foreground-reverse
197
- );
198
- --pds-color-dashboard-nav-item-foreground-default: var(
199
- --pds-color-foreground-default
200
- );
201
- --pds-color-dashboard-nav-item-foreground-hover: var(
202
- --pds-color-foreground-default
203
- );
204
- --pds-color-dashboard-toggle-button-background: var(
205
- --pds-color-background-reverse
206
- );
207
- --pds-color-dashboard-toggle-button-foreground: var(
208
- --pds-color-foreground-reverse
209
- );
210
- --pds-color-expansion-panel-hover: #f1f1f1;
211
- --pds-color-expansion-panel-open: #f1f1f1;
212
- --pds-color-foreground-default: #23232d;
213
- --pds-color-foreground-reverse: #ffffff;
214
- --pds-color-gradient-after-hours: linear-gradient(
215
- 228.64deg,
216
- #1b0874 41.87%,
217
- #29b2ff 100%
218
- );
219
- --pds-color-gradient-avatar-dawn: linear-gradient(
220
- 315deg,
221
- #ffdc28 0%,
222
- #a2cfff 100%
223
- );
224
- --pds-color-gradient-avatar-dragonfruit: linear-gradient(
225
- 315deg,
226
- #d0c6ff 0%,
227
- #de0093 100%
228
- );
229
- --pds-color-gradient-avatar-dusk: linear-gradient(
230
- 315deg,
231
- #01effe 0%,
232
- #ff00c5 100%
233
- );
234
- --pds-color-gradient-avatar-earth: linear-gradient(
235
- 315deg,
236
- #6bc5fc 0%,
237
- #218c5f 100%
238
- );
239
- --pds-color-gradient-avatar-fall: linear-gradient(
240
- 135deg,
241
- #cc36c9 0%,
242
- #ffff11 100%
243
- );
244
- --pds-color-gradient-avatar-grape: linear-gradient(
245
- 315deg,
246
- #de0093 0%,
247
- #5f41e5 100%
248
- );
249
- --pds-color-gradient-avatar-midnight: linear-gradient(
250
- 315deg,
251
- #5f41e5 0%,
252
- #141013 100%
253
- );
254
- --pds-color-gradient-avatar-moon: linear-gradient(
255
- 315deg,
256
- #a2cfff 0%,
257
- #8a70ff 100%
258
- );
259
- --pds-color-gradient-avatar-plum: linear-gradient(
260
- 135deg,
261
- #000006 0%,
262
- #782ea9 76.76%
263
- );
264
- --pds-color-gradient-avatar-spring: linear-gradient(
265
- 315deg,
266
- #ffdc28 0%,
267
- #218c5f 100%
268
- );
269
- --pds-color-gradient-avatar-summer: linear-gradient(
270
- 135deg,
271
- #ff00c5 0%,
272
- #f09737 100%
273
- );
274
- --pds-color-gradient-avatar-sun: linear-gradient(
275
- 135deg,
276
- #e65f35 0%,
277
- #ffff11 100%
278
- );
279
- --pds-color-gradient-avatar-sundown: linear-gradient(
280
- 135deg,
281
- #4bce97 0%,
282
- #a2cfff 50%,
283
- #f9dfcf 100%
284
- );
285
- --pds-color-gradient-avatar-sunrise: linear-gradient(
286
- 135deg,
287
- #3017a1 0%,
288
- #f09737 100%
289
- );
290
- --pds-color-gradient-avatar-twilight: linear-gradient(
291
- 315deg,
292
- #c72fa2 0%,
293
- #1b0874 100%
294
- );
295
- --pds-color-gradient-avatar-winter: linear-gradient(
296
- 315deg,
297
- #ffdc28 0%,
298
- #5f41e5 100%
299
- );
300
- --pds-color-gradient-card-fog: linear-gradient(
301
- 45deg,
302
- #ead7d3 0%,
303
- #a2dcff 100%
304
- );
305
- --pds-color-gradient-card-lavender: linear-gradient(
306
- 225deg,
307
- #8a70ff 0%,
308
- #bfb1ff 100%
309
- );
310
- --pds-color-gradient-card-mint: linear-gradient(
311
- 225deg,
312
- #4bce97 0%,
313
- #baf3db 100%
314
- );
315
- --pds-color-gradient-card-royal: linear-gradient(
316
- 225deg,
317
- #3017a1 0%,
318
- #8a70ff 100%
319
- );
320
- --pds-color-gradient-card-sundown: linear-gradient(
321
- 225deg,
322
- #4bce97 0%,
323
- #a2cfff 50%,
324
- #f9dfcf 100%
325
- );
326
- --pds-color-gradient-card-yellow: linear-gradient(
327
- 225deg,
328
- #ffcb45 0%,
329
- #ffdc28 50%,
330
- #fff1a9 100%
331
- );
332
- --pds-color-gradient-midnight: linear-gradient(
333
- 228.64deg,
334
- #1b0874 46.34%,
335
- #00e0c3 100%
336
- );
337
- --pds-color-gradient-pastel-1: linear-gradient(
338
- 175deg,
339
- #dfd8f55c 15%,
340
- #ffffff00 80%
341
- );
342
- --pds-color-gradient-sunrise: linear-gradient(
343
- 227.79deg,
344
- #1b0874 38.28%,
345
- #e65f35 100%
346
- );
347
- --pds-color-gradient-sunset: linear-gradient(
348
- 48.24deg,
349
- #ef13ad 0%,
350
- #1b0874 66.25%
351
- );
352
- --pds-color-icon-button-critical-background-active: #fcc5be;
353
- --pds-color-icon-button-critical-background-default: rgba(0, 0, 0, 0);
354
- --pds-color-icon-button-critical-background-hover: #ffedeb;
355
- --pds-color-icon-button-critical-foreground-default: #ca3521;
356
- --pds-color-icon-button-standard-background-active: #cfcfd3;
357
- --pds-color-icon-button-standard-background-default: rgba(0, 0, 0, 0);
358
- --pds-color-icon-button-standard-background-hover: #f1f1f1;
359
- --pds-color-icon-button-standard-foreground-default: #6d6d78;
360
- --pds-color-input-action-background-hover: #f8f8f8;
361
- --pds-color-input-background-critical: #ffedeb;
362
- --pds-color-input-background-default: #ffffff;
363
- --pds-color-input-background-hover: #f0edfb;
364
- --pds-color-input-border-critical: #ca3521;
365
- --pds-color-input-border-default: #cfcfd3;
366
- --pds-color-input-border-hover: #5e45cf;
367
- --pds-color-input-border-success: #218c5f;
368
- --pds-color-input-checked-background: var(--pds-color-interactive-focus);
369
- --pds-color-input-checked-foreground: #ffffff;
370
- --pds-color-input-file-upload-button-background-default: #f1f1f1;
371
- --pds-color-input-file-upload-button-background-hover: #e6e6e7;
372
- --pds-color-input-foreground-critical: #ca3521;
373
- --pds-color-input-foreground-default: #23232d;
374
- --pds-color-input-foreground-success: #218c5f;
375
- --pds-color-input-placeholder-text: #6d6d78;
376
- --pds-color-input-toggle-switch-icon: #ffffff;
377
- --pds-color-input-toggle-switch-off: #6d6d78;
378
- --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
379
- --pds-color-interactive-focus: #0f62fe;
380
- --pds-color-interactive-link-active: #3017a1;
381
- --pds-color-interactive-link-default: #0f62fe;
382
- --pds-color-interactive-link-hover: #5e45cf;
383
- --pds-color-interactive-link-visited: #5e45cf;
384
- --pds-color-interactive-reverse-focus: #36a3ff;
385
- --pds-color-interactive-reverse-link-active: #ad9bff;
386
- --pds-color-interactive-reverse-link-default: #36a3ff;
387
- --pds-color-interactive-reverse-link-hover: #8a70ff;
388
- --pds-color-interactive-reverse-link-visited: #8a70ff;
389
- --pds-color-link-cta-active: #200c7f;
390
- --pds-color-link-cta-default: #3017a1;
391
- --pds-color-link-cta-hover: #5e45cf;
392
- --pds-color-logo-carousel-background: #5e45cf;
393
- --pds-color-logo-carousel-foreground: var(--pds-color-foreground-reverse);
394
- --pds-color-menu-background: #ffffff;
395
- --pds-color-menu-item-background-active: #f1f1f1;
396
- --pds-color-menu-item-background-default: #ffffff;
397
- --pds-color-menu-item-background-hover: #f1f1f1;
398
- --pds-color-menu-item-description-text: #6d6d78;
399
- --pds-color-menu-item-foreground: #23232d;
400
- --pds-color-menu-item-heading-text: #6d6d78;
401
- --pds-color-neutral-000: #ffffff;
402
- --pds-color-neutral-100: #f8f8f8;
403
- --pds-color-neutral-200: #f1f1f1;
404
- --pds-color-neutral-300: #cfcfd3;
405
- --pds-color-neutral-400: #6d6d78;
406
- --pds-color-neutral-500: #23232d;
407
- --pds-color-overlay: rgba(9, 0, 48, 0.45);
408
- --pds-color-pager-background-active: #f0edfb;
409
- --pds-color-pager-background-hover: #f1f1f1;
410
- --pds-color-pager-foreground-active: #5e45cf;
411
- --pds-color-panel-critical-border: #ca3521;
412
- --pds-color-panel-default-background: var(--pds-color-background-default);
413
- --pds-color-panel-default-border: var(--pds-color-border-default);
414
- --pds-color-panel-sunken-background: #f1f1f1;
415
- --pds-color-partner-bitbucket: #004dc0;
416
- --pds-color-partner-drupal: #009cde;
417
- --pds-color-partner-gatsby: #663399;
418
- --pds-color-partner-gitlab: #ffedfb;
419
- --pds-color-partner-nextjs: #000000;
420
- --pds-color-partner-wordpress: #0073aa;
421
- --pds-color-progress-complete: #218c5f;
422
- --pds-color-progress-empty: #cfcfd3;
423
- --pds-color-progress-partial: #1d7afc;
424
- --pds-color-segmented-button-background-active: #f0edfb;
425
- --pds-color-segmented-button-background-default: #ffffff;
426
- --pds-color-segmented-button-background-hover: #f8f8f8;
427
- --pds-color-segmented-button-border-active: #3017a1;
428
- --pds-color-segmented-button-border-default: #cfcfd3;
429
- --pds-color-segmented-button-foreground-active: #3017a1;
430
- --pds-color-segmented-button-foreground-default: #6d6d78;
431
- --pds-color-semantic-critical-background: #ffedeb;
432
- --pds-color-semantic-critical-foreground: #ca3521;
433
- --pds-color-semantic-critical-utility: #f35945;
434
- --pds-color-semantic-critical-utility-light: #fcc5be;
435
- --pds-color-semantic-discovery-background: #eae6ff;
436
- --pds-color-semantic-discovery-foreground: #8270db;
437
- --pds-color-semantic-info-background: #e9f2ff;
438
- --pds-color-semantic-info-foreground: #1d7afc;
439
- --pds-color-semantic-neutral-background: #cfcfd3;
440
- --pds-color-semantic-neutral-foreground: #23232d;
441
- --pds-color-semantic-neutral-utility: #6d6d78;
442
- --pds-color-semantic-success-background: #e3fcef;
443
- --pds-color-semantic-success-foreground: #218c5f;
444
- --pds-color-semantic-success-utility: #35ae7b;
445
- --pds-color-semantic-warning-background: #fff7d6;
446
- --pds-color-semantic-warning-foreground: #d97008;
447
- --pds-color-side-nav-background-hover: #f0edfb;
448
- --pds-color-social-rss: #f26522;
449
- --pds-color-stepper-completed: #3017a1;
450
- --pds-color-stepper-current: #3017a1;
451
- --pds-color-stepper-default: #cfcfd3;
452
- --pds-color-stepper-error: #ca3521;
453
- --pds-color-strength-fair: #d97008;
454
- --pds-color-strength-strong: #218c5f;
455
- --pds-color-strength-very-weak: #cfcfd3;
456
- --pds-color-strength-weak: #ca3521;
457
- --pds-color-table-sort-arrow-active: #5e45cf;
458
- --pds-color-table-sort-arrow-inactive: #cfcfd3;
459
- --pds-color-tabs-accent: #5e45cf;
460
- --pds-color-tag-1-background: #ded8fa;
461
- --pds-color-tag-1-foreground: #5c4fac;
462
- --pds-color-tag-10-background: #d0dffc;
463
- --pds-color-tag-10-foreground: #2254c5;
464
- --pds-color-tag-11-background: #72cb9b;
465
- --pds-color-tag-11-foreground: #264a37;
466
- --pds-color-tag-12-background: #81c1dd;
467
- --pds-color-tag-12-foreground: #234453;
468
- --pds-color-tag-13-background: #689bf8;
469
- --pds-color-tag-13-foreground: #163168;
470
- --pds-color-tag-14-background: #9c90e9;
471
- --pds-color-tag-14-foreground: #342c60;
472
- --pds-color-tag-15-background: #e7796d;
473
- --pds-color-tag-15-foreground: #54221c;
474
- --pds-color-tag-16-background: #f1a76e;
475
- --pds-color-tag-16-foreground: #68320f;
476
- --pds-color-tag-17-background: #d87ab8;
477
- --pds-color-tag-17-foreground: #49273e;
478
- --pds-color-tag-18-background: #efce60;
479
- --pds-color-tag-18-foreground: #504012;
480
- --pds-color-tag-19-background: #9fc65b;
481
- --pds-color-tag-19-foreground: #3f4d27;
482
- --pds-color-tag-2-background: #f8d7d3;
483
- --pds-color-tag-2-foreground: #a0392c;
484
- --pds-color-tag-20-background: #8790a0;
485
- --pds-color-tag-20-foreground: #0e1e40;
486
- --pds-color-tag-3-background: #f5e7a8;
487
- --pds-color-tag-3-foreground: #7b611e;
488
- --pds-color-tag-4-background: #f7d7ec;
489
- --pds-color-tag-4-foreground: #894271;
490
- --pds-color-tag-5-background: #d9f0af;
491
- --pds-color-tag-5-foreground: #536a2b;
492
- --pds-color-tag-6-background: #dddfe3;
493
- --pds-color-tag-6-foreground: #47546d;
494
- --pds-color-tag-7-background: #c6f1dc;
495
- --pds-color-tag-7-foreground: #3e7256;
496
- --pds-color-tag-8-background: #f9dfcb;
497
- --pds-color-tag-8-foreground: #9a4e1c;
498
- --pds-color-tag-9-background: #ceecf9;
499
- --pds-color-tag-9-foreground: #366880;
500
- --pds-color-text-default: var(--pds-color-foreground-default);
501
- --pds-color-text-default-secondary: #6d6d78;
502
- --pds-color-text-reverse: var(--pds-color-foreground-reverse);
503
- --pds-color-tile-background-active: #f1f1f1;
504
- --pds-color-tile-background-hover: #f8f8f8;
505
- --pds-color-tile-separator: #cfcfd3;
506
- --pds-color-toggle-button-background-off: #f1f1f1;
507
- --pds-color-toggle-button-foreground-off: #6d6d78;
508
- --pds-color-tooltip-background: #23232d;
509
- --pds-color-tooltip-text: #ffffff;
510
- --pds-color-tooltip-trigger-icon-critical: #ca3521;
511
- --pds-color-tooltip-trigger-icon-default: #23232d;
512
- --pds-elevation-active: 0px 0px 0px 1px rgba(0, 0, 0, 0.08),
513
- 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
514
- --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08),
515
- 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
516
- --pds-elevation-overlay: 0px 0px 0px 1px rgba(0, 0, 0, 0.08),
517
- 0px 1px 1px 0px rgba(0, 0, 0, 0.02), 0px 8px 16px -4px rgba(0, 0, 0, 0.04),
518
- 0px 24px 32px -8px rgba(0, 0, 0, 0.06);
519
- --pds-elevation-raised: 0px 0px 0px 1px rgba(0, 0, 0, 0.08),
520
- 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 8px 8px -8px rgba(0, 0, 0, 0.04);
13
+ --pds-color-background-brand-secondary: #dfd8f5;
14
+ --pds-color-background-default: #ffffff;
15
+ --pds-color-background-default-secondary: #f8f8f8;
16
+ --pds-color-background-reverse: #23232d;
17
+ --pds-color-badge-indicator-brand-background: #5e45cf;
18
+ --pds-color-badge-indicator-brand-foreground: #ffffff;
19
+ --pds-color-badge-indicator-critical-background: #ca3521;
20
+ --pds-color-badge-indicator-critical-foreground: #ffffff;
21
+ --pds-color-badge-indicator-diamond-background: #cfe1fc;
22
+ --pds-color-badge-indicator-diamond-foreground: #035ad3;
23
+ --pds-color-badge-indicator-gold-background: #ffe668;
24
+ --pds-color-badge-indicator-gold-foreground: #705e00;
25
+ --pds-color-badge-indicator-info-background: #1d7afc;
26
+ --pds-color-badge-indicator-info-foreground: #ffffff;
27
+ --pds-color-badge-indicator-neutral-background: #6d6d78;
28
+ --pds-color-badge-indicator-neutral-foreground: #ffffff;
29
+ --pds-color-badge-indicator-platinum-background: #dfd8f5;
30
+ --pds-color-badge-indicator-platinum-foreground: #3017a1;
31
+ --pds-color-badge-indicator-silver-background: #cfcfd3;
32
+ --pds-color-badge-indicator-silver-foreground: #23232d;
33
+ --pds-color-badge-indicator-success-background: #218c5f;
34
+ --pds-color-badge-indicator-success-foreground: #ffffff;
35
+ --pds-color-badge-indicator-warning-background: #d97008;
36
+ --pds-color-badge-indicator-warning-foreground: #ffffff;
37
+ --pds-color-badge-status-dot-critical: var(--pds-color-semantic-critical-foreground);
38
+ --pds-color-badge-status-dot-default: #cfcfd3;
39
+ --pds-color-badge-status-dot-disabled: #cfcfd3;
40
+ --pds-color-badge-status-dot-discovery: var(--pds-color-semantic-discovery-foreground);
41
+ --pds-color-badge-status-dot-frozen: #dfd8f5;
42
+ --pds-color-badge-status-dot-info: var(--pds-color-semantic-info-foreground);
43
+ --pds-color-badge-status-dot-success: var(--pds-color-semantic-success-foreground);
44
+ --pds-color-badge-status-dot-warning: var(--pds-color-semantic-warning-foreground);
45
+ --pds-color-badge-status-neutral-background: var(--pds-color-background-default);
46
+ --pds-color-badge-status-neutral-border: var(--pds-color-border-default);
47
+ --pds-color-badge-status-neutral-label: var(--pds-color-text-default-secondary);
48
+ --pds-color-badge-status-reverse-background: var(--pds-color-background-reverse);
49
+ --pds-color-badge-status-reverse-border: var(--pds-color-background-reverse);
50
+ --pds-color-badge-status-reverse-label: var(--pds-color-text-reverse);
51
+ --pds-color-badge-status-transparent-background: rgba(0, 0, 0, 0);
52
+ --pds-color-badge-status-transparent-border: var(--pds-color-border-default);
53
+ --pds-color-badge-status-transparent-label: var(--pds-color-text-default-secondary);
54
+ --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
55
+ --pds-color-banner-critical-foreground: #ffffff;
56
+ --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
57
+ --pds-color-banner-info-foreground: #ffffff;
58
+ --pds-color-banner-warning-background: linear-gradient(135deg, #DDBD16 0%, #DB7612 100%);
59
+ --pds-color-banner-warning-foreground: #23232d;
60
+ --pds-color-border-default: rgba(0, 0, 0, 0.11);
61
+ --pds-color-brand-accent-100: #ffe5f6;
62
+ --pds-color-brand-accent-200: #ff99dc;
63
+ --pds-color-brand-accent-300: #ff4cc3;
64
+ --pds-color-brand-accent-400: #de0093;
65
+ --pds-color-brand-accent-500: #9a0066;
66
+ --pds-color-brand-accent-600: #560039;
67
+ --pds-color-brand-accent-default: #de0093;
68
+ --pds-color-brand-primary-100: #fffbe9;
69
+ --pds-color-brand-primary-200: #fff1a9;
70
+ --pds-color-brand-primary-300: #ffe668;
71
+ --pds-color-brand-primary-400: #ffdc28;
72
+ --pds-color-brand-primary-500: #ddbd16;
73
+ --pds-color-brand-primary-600: #705e00;
74
+ --pds-color-brand-primary-default: #ffdc28;
75
+ --pds-color-brand-secondary-100: #f0edfb;
76
+ --pds-color-brand-secondary-200: #dfd8f5;
77
+ --pds-color-brand-secondary-300: #5e45cf;
78
+ --pds-color-brand-secondary-400: #3017a1;
79
+ --pds-color-brand-secondary-500: #200c7f;
80
+ --pds-color-brand-secondary-default: #3017a1;
81
+ --pds-color-breadcrumb-link: var(--pds-color-interactive-link-default);
82
+ --pds-color-breadcrumb-separator: #cfcfd3;
83
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
84
+ --pds-color-button-brand-background-active: #ddbd16;
85
+ --pds-color-button-brand-background-default: #ffdc28;
86
+ --pds-color-button-brand-background-hover: #ffe668;
87
+ --pds-color-button-brand-border-active: #ddbd16;
88
+ --pds-color-button-brand-border-default: #ffdc28;
89
+ --pds-color-button-brand-border-hover: #ffe668;
90
+ --pds-color-button-brand-foreground-active: #23232d;
91
+ --pds-color-button-brand-foreground-default: #23232d;
92
+ --pds-color-button-brand-foreground-hover: #23232d;
93
+ --pds-color-button-brand-secondary-background-active: #f1f1f1;
94
+ --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
95
+ --pds-color-button-brand-secondary-background-hover: #f8f8f8;
96
+ --pds-color-button-brand-secondary-border-active: #23232d;
97
+ --pds-color-button-brand-secondary-border-default: #6d6d78;
98
+ --pds-color-button-brand-secondary-border-hover: #23232d;
99
+ --pds-color-button-brand-secondary-foreground-active: #23232d;
100
+ --pds-color-button-brand-secondary-foreground-default: #23232d;
101
+ --pds-color-button-brand-secondary-foreground-hover: #23232d;
102
+ --pds-color-button-critical-background-active: #ffdcd8;
103
+ --pds-color-button-critical-background-default: var(--pds-color-background-default);
104
+ --pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
105
+ --pds-color-button-critical-border-active: #b52f1d;
106
+ --pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
107
+ --pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
108
+ --pds-color-button-critical-foreground-active: #b52f1d;
109
+ --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
110
+ --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
111
+ --pds-color-button-navbar-foreground-active: var(--pds-color-interactive-link-active);
112
+ --pds-color-button-navbar-foreground-default: var(--pds-color-foreground-default);
113
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-interactive-link-hover);
114
+ --pds-color-button-primary-background-active: #200c7f;
115
+ --pds-color-button-primary-background-default: #3017a1;
116
+ --pds-color-button-primary-background-hover: #5e45cf;
117
+ --pds-color-button-primary-border-active: #200c7f;
118
+ --pds-color-button-primary-border-default: #3017a1;
119
+ --pds-color-button-primary-border-hover: #5e45cf;
120
+ --pds-color-button-primary-foreground-active: #ffffff;
121
+ --pds-color-button-primary-foreground-default: #ffffff;
122
+ --pds-color-button-primary-foreground-hover: #ffffff;
123
+ --pds-color-button-secondary-background-active: #dfd8f5;
124
+ --pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
125
+ --pds-color-button-secondary-background-hover: #f0edfb;
126
+ --pds-color-button-secondary-border-active: #200c7f;
127
+ --pds-color-button-secondary-border-default: #3017a1;
128
+ --pds-color-button-secondary-border-hover: #5e45cf;
129
+ --pds-color-button-secondary-foreground-active: #200c7f;
130
+ --pds-color-button-secondary-foreground-default: #3017a1;
131
+ --pds-color-button-secondary-foreground-hover: #3017a1;
132
+ --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
133
+ --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
134
+ --pds-color-button-subtle-foreground-active: #200c7f;
135
+ --pds-color-button-subtle-foreground-default: #3017a1;
136
+ --pds-color-button-subtle-foreground-hover: #5e45cf;
137
+ --pds-color-card-border: var(--pds-color-border-default);
138
+ --pds-color-code-inline-background: #f0edfb;
139
+ --pds-color-code-inline-border: #dfd8f5;
140
+ --pds-color-code-inline-text: #000000;
141
+ --pds-color-dashboard-nav-background: var(--pds-color-background-default-secondary);
142
+ --pds-color-dashboard-nav-item-background-active: var(--pds-color-background-reverse);
143
+ --pds-color-dashboard-nav-item-background-default: rgba(0, 0, 0, 0);
144
+ --pds-color-dashboard-nav-item-background-hover: #e8e8e9;
145
+ --pds-color-dashboard-nav-item-foreground-active: var(--pds-color-foreground-reverse);
146
+ --pds-color-dashboard-nav-item-foreground-default: var(--pds-color-foreground-default);
147
+ --pds-color-dashboard-nav-item-foreground-hover: var(--pds-color-foreground-default);
148
+ --pds-color-dashboard-toggle-button-background: var(--pds-color-background-reverse);
149
+ --pds-color-dashboard-toggle-button-foreground: var(--pds-color-foreground-reverse);
150
+ --pds-color-expansion-panel-hover: #f1f1f1;
151
+ --pds-color-expansion-panel-open: #f1f1f1;
152
+ --pds-color-foreground-default: #23232d;
153
+ --pds-color-foreground-reverse: #ffffff;
154
+ --pds-color-gradient-after-hours: linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%);
155
+ --pds-color-gradient-avatar-dawn: linear-gradient(315deg, #FFDC28 0%, #A2CFFF 100%);
156
+ --pds-color-gradient-avatar-dragonfruit: linear-gradient(315deg, #D0C6FF 0%, #DE0093 100%);
157
+ --pds-color-gradient-avatar-dusk: linear-gradient(315deg, #01EFFE 0%, #FF00C5 100%);
158
+ --pds-color-gradient-avatar-earth: linear-gradient(315deg, #6BC5FC 0%, #218C5F 100%);
159
+ --pds-color-gradient-avatar-fall: linear-gradient(135deg, #CC36C9 0%, #FFFF11 100%);
160
+ --pds-color-gradient-avatar-grape: linear-gradient(315deg, #DE0093 0%, #5F41E5 100%);
161
+ --pds-color-gradient-avatar-midnight: linear-gradient(315deg, #5F41E5 0%, #141013 100%);
162
+ --pds-color-gradient-avatar-moon: linear-gradient(315deg, #A2CFFF 0%, #8A70FF 100%);
163
+ --pds-color-gradient-avatar-plum: linear-gradient(135deg, #000006 0%, #782EA9 76.76%);
164
+ --pds-color-gradient-avatar-spring: linear-gradient(315deg, #FFDC28 0%, #218C5F 100%);
165
+ --pds-color-gradient-avatar-summer: linear-gradient(135deg, #FF00C5 0%, #F09737 100%);
166
+ --pds-color-gradient-avatar-sun: linear-gradient(135deg, #E65F35 0%, #FFFF11 100%);
167
+ --pds-color-gradient-avatar-sundown: linear-gradient(135deg, #4BCE97 0%, #A2CFFF 50%, #F9DFCF 100%);
168
+ --pds-color-gradient-avatar-sunrise: linear-gradient(135deg, #3017A1 0%, #F09737 100%);
169
+ --pds-color-gradient-avatar-twilight: linear-gradient(315deg, #C72FA2 0%, #1B0874 100%);
170
+ --pds-color-gradient-avatar-winter: linear-gradient(315deg, #FFDC28 0%, #5F41E5 100%);
171
+ --pds-color-gradient-card-fog: linear-gradient(45deg, #EAD7D3 0%, #A2DCFF 100%);
172
+ --pds-color-gradient-card-lavender: linear-gradient(225deg, #8A70FF 0%, #BFB1FF 100%);
173
+ --pds-color-gradient-card-mint: linear-gradient(225deg, #4BCE97 0%, #BAF3DB 100%);
174
+ --pds-color-gradient-card-royal: linear-gradient(225deg, #3017A1 0%, #8A70FF 100%);
175
+ --pds-color-gradient-card-sundown: linear-gradient(225deg, #4BCE97 0%, #A2CFFF 50%, #F9DFCF 100%);
176
+ --pds-color-gradient-card-yellow: linear-gradient(225deg, #FFCB45 0%, #FFDC28 50%, #FFF1A9 100%);
177
+ --pds-color-gradient-midnight: linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%);
178
+ --pds-color-gradient-pastel-1: linear-gradient(175deg, #DFD8F55C 15%, #FFFFFF00 80%);
179
+ --pds-color-gradient-sunrise: linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%);
180
+ --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%);
181
+ --pds-color-icon-button-critical-background-active: #fcc5be;
182
+ --pds-color-icon-button-critical-background-default: rgba(0, 0, 0, 0);
183
+ --pds-color-icon-button-critical-background-hover: #ffedeb;
184
+ --pds-color-icon-button-critical-foreground-default: #ca3521;
185
+ --pds-color-icon-button-standard-background-active: #cfcfd3;
186
+ --pds-color-icon-button-standard-background-default: rgba(0, 0, 0, 0);
187
+ --pds-color-icon-button-standard-background-hover: #f1f1f1;
188
+ --pds-color-icon-button-standard-foreground-default: #6d6d78;
189
+ --pds-color-input-action-background-hover: #f8f8f8;
190
+ --pds-color-input-background-critical: #ffedeb;
191
+ --pds-color-input-background-default: #ffffff;
192
+ --pds-color-input-background-hover: #f0edfb;
193
+ --pds-color-input-border-critical: #ca3521;
194
+ --pds-color-input-border-default: #cfcfd3;
195
+ --pds-color-input-border-hover: #5e45cf;
196
+ --pds-color-input-border-success: #218c5f;
197
+ --pds-color-input-checked-background: var(--pds-color-interactive-focus);
198
+ --pds-color-input-checked-foreground: #ffffff;
199
+ --pds-color-input-file-upload-button-background-default: #f1f1f1;
200
+ --pds-color-input-file-upload-button-background-hover: #e6e6e7;
201
+ --pds-color-input-foreground-critical: #ca3521;
202
+ --pds-color-input-foreground-default: #23232d;
203
+ --pds-color-input-foreground-success: #218c5f;
204
+ --pds-color-input-placeholder-text: #6d6d78;
205
+ --pds-color-input-toggle-switch-icon: #ffffff;
206
+ --pds-color-input-toggle-switch-off: #6d6d78;
207
+ --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
208
+ --pds-color-interactive-focus: #0f62fe;
209
+ --pds-color-interactive-link-active: #3017a1;
210
+ --pds-color-interactive-link-default: #0f62fe;
211
+ --pds-color-interactive-link-hover: #5e45cf;
212
+ --pds-color-interactive-link-visited: #5e45cf;
213
+ --pds-color-interactive-reverse-focus: #36a3ff;
214
+ --pds-color-interactive-reverse-link-active: #ad9bff;
215
+ --pds-color-interactive-reverse-link-default: #36a3ff;
216
+ --pds-color-interactive-reverse-link-hover: #8a70ff;
217
+ --pds-color-interactive-reverse-link-visited: #8a70ff;
218
+ --pds-color-link-cta-active: #200c7f;
219
+ --pds-color-link-cta-default: #3017a1;
220
+ --pds-color-link-cta-hover: #5e45cf;
221
+ --pds-color-logo-carousel-background: #5e45cf;
222
+ --pds-color-logo-carousel-foreground: var(--pds-color-foreground-reverse);
223
+ --pds-color-menu-background: #ffffff;
224
+ --pds-color-menu-item-background-active: #f1f1f1;
225
+ --pds-color-menu-item-background-default: #ffffff;
226
+ --pds-color-menu-item-background-hover: #f1f1f1;
227
+ --pds-color-menu-item-description-text: #6d6d78;
228
+ --pds-color-menu-item-foreground: #23232d;
229
+ --pds-color-menu-item-heading-text: #6d6d78;
230
+ --pds-color-neutral-000: #ffffff;
231
+ --pds-color-neutral-100: #f8f8f8;
232
+ --pds-color-neutral-200: #f1f1f1;
233
+ --pds-color-neutral-300: #cfcfd3;
234
+ --pds-color-neutral-400: #6d6d78;
235
+ --pds-color-neutral-500: #23232d;
236
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
237
+ --pds-color-pager-background-active: #f0edfb;
238
+ --pds-color-pager-background-hover: #f1f1f1;
239
+ --pds-color-pager-foreground-active: #5e45cf;
240
+ --pds-color-panel-critical-border: #ca3521;
241
+ --pds-color-panel-default-background: var(--pds-color-background-default);
242
+ --pds-color-panel-default-border: var(--pds-color-border-default);
243
+ --pds-color-panel-sunken-background: #f1f1f1;
244
+ --pds-color-partner-bitbucket: #004dc0;
245
+ --pds-color-partner-drupal: #009cde;
246
+ --pds-color-partner-gatsby: #663399;
247
+ --pds-color-partner-gitlab: #ffedfb;
248
+ --pds-color-partner-nextjs: #000000;
249
+ --pds-color-partner-wordpress: #0073aa;
250
+ --pds-color-progress-complete: #218c5f;
251
+ --pds-color-progress-empty: #cfcfd3;
252
+ --pds-color-progress-partial: #1d7afc;
253
+ --pds-color-segmented-button-background-active: #f0edfb;
254
+ --pds-color-segmented-button-background-default: #ffffff;
255
+ --pds-color-segmented-button-background-hover: #f8f8f8;
256
+ --pds-color-segmented-button-border-active: #3017a1;
257
+ --pds-color-segmented-button-border-default: #cfcfd3;
258
+ --pds-color-segmented-button-foreground-active: #3017a1;
259
+ --pds-color-segmented-button-foreground-default: #6d6d78;
260
+ --pds-color-semantic-critical-background: #ffedeb;
261
+ --pds-color-semantic-critical-foreground: #ca3521;
262
+ --pds-color-semantic-critical-utility: #f35945;
263
+ --pds-color-semantic-critical-utility-light: #fcc5be;
264
+ --pds-color-semantic-discovery-background: #eae6ff;
265
+ --pds-color-semantic-discovery-foreground: #8270db;
266
+ --pds-color-semantic-info-background: #e9f2ff;
267
+ --pds-color-semantic-info-foreground: #1d7afc;
268
+ --pds-color-semantic-neutral-background: #cfcfd3;
269
+ --pds-color-semantic-neutral-foreground: #23232d;
270
+ --pds-color-semantic-neutral-utility: #6d6d78;
271
+ --pds-color-semantic-success-background: #e3fcef;
272
+ --pds-color-semantic-success-foreground: #218c5f;
273
+ --pds-color-semantic-success-utility: #35ae7b;
274
+ --pds-color-semantic-warning-background: #fff7d6;
275
+ --pds-color-semantic-warning-foreground: #d97008;
276
+ --pds-color-side-nav-background-hover: #f0edfb;
277
+ --pds-color-social-rss: #f26522;
278
+ --pds-color-stepper-completed: #3017a1;
279
+ --pds-color-stepper-current: #3017a1;
280
+ --pds-color-stepper-default: #cfcfd3;
281
+ --pds-color-stepper-error: #ca3521;
282
+ --pds-color-strength-fair: #d97008;
283
+ --pds-color-strength-strong: #218c5f;
284
+ --pds-color-strength-very-weak: #cfcfd3;
285
+ --pds-color-strength-weak: #ca3521;
286
+ --pds-color-table-sort-arrow-active: #5e45cf;
287
+ --pds-color-table-sort-arrow-inactive: #cfcfd3;
288
+ --pds-color-tabs-accent: #5e45cf;
289
+ --pds-color-tag-1-background: #ded8fa;
290
+ --pds-color-tag-1-foreground: #5c4fac;
291
+ --pds-color-tag-10-background: #d0dffc;
292
+ --pds-color-tag-10-foreground: #2254c5;
293
+ --pds-color-tag-11-background: #72cb9b;
294
+ --pds-color-tag-11-foreground: #264a37;
295
+ --pds-color-tag-12-background: #81c1dd;
296
+ --pds-color-tag-12-foreground: #234453;
297
+ --pds-color-tag-13-background: #689bf8;
298
+ --pds-color-tag-13-foreground: #163168;
299
+ --pds-color-tag-14-background: #9c90e9;
300
+ --pds-color-tag-14-foreground: #342c60;
301
+ --pds-color-tag-15-background: #e7796d;
302
+ --pds-color-tag-15-foreground: #54221c;
303
+ --pds-color-tag-16-background: #f1a76e;
304
+ --pds-color-tag-16-foreground: #68320f;
305
+ --pds-color-tag-17-background: #d87ab8;
306
+ --pds-color-tag-17-foreground: #49273e;
307
+ --pds-color-tag-18-background: #efce60;
308
+ --pds-color-tag-18-foreground: #504012;
309
+ --pds-color-tag-19-background: #9fc65b;
310
+ --pds-color-tag-19-foreground: #3f4d27;
311
+ --pds-color-tag-2-background: #f8d7d3;
312
+ --pds-color-tag-2-foreground: #a0392c;
313
+ --pds-color-tag-20-background: #8790a0;
314
+ --pds-color-tag-20-foreground: #0e1e40;
315
+ --pds-color-tag-3-background: #f5e7a8;
316
+ --pds-color-tag-3-foreground: #7b611e;
317
+ --pds-color-tag-4-background: #f7d7ec;
318
+ --pds-color-tag-4-foreground: #894271;
319
+ --pds-color-tag-5-background: #d9f0af;
320
+ --pds-color-tag-5-foreground: #536a2b;
321
+ --pds-color-tag-6-background: #dddfe3;
322
+ --pds-color-tag-6-foreground: #47546d;
323
+ --pds-color-tag-7-background: #c6f1dc;
324
+ --pds-color-tag-7-foreground: #3e7256;
325
+ --pds-color-tag-8-background: #f9dfcb;
326
+ --pds-color-tag-8-foreground: #9a4e1c;
327
+ --pds-color-tag-9-background: #ceecf9;
328
+ --pds-color-tag-9-foreground: #366880;
329
+ --pds-color-text-default: var(--pds-color-foreground-default);
330
+ --pds-color-text-default-secondary: #6d6d78;
331
+ --pds-color-text-reverse: var(--pds-color-foreground-reverse);
332
+ --pds-color-tile-background-active: #f1f1f1;
333
+ --pds-color-tile-background-hover: #f8f8f8;
334
+ --pds-color-tile-separator: #cfcfd3;
335
+ --pds-color-toggle-button-background-off: #f1f1f1;
336
+ --pds-color-toggle-button-foreground-off: #6d6d78;
337
+ --pds-color-tooltip-background: #23232d;
338
+ --pds-color-tooltip-text: #ffffff;
339
+ --pds-color-tooltip-trigger-icon-critical: #ca3521;
340
+ --pds-color-tooltip-trigger-icon-default: #23232d;
341
+ --pds-elevation-active: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
342
+ --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
343
+ --pds-elevation-overlay: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.02), 0px 8px 16px -4px rgba(0, 0, 0, 0.04), 0px 24px 32px -8px rgba(0, 0, 0, 0.06);
344
+ --pds-elevation-raised: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 8px 8px -8px rgba(0, 0, 0, 0.04);
521
345
  }
@@ -58,6 +58,15 @@
58
58
  --pds-spacing-6xs: 0.125rem;
59
59
  --pds-spacing-7xl: 5.96rem;
60
60
  --pds-spacing-8xl: 7.451rem;
61
+ --pds-spacing-button-lg-height: 3rem;
62
+ --pds-spacing-button-lg-padding-block: 0.9375rem;
63
+ --pds-spacing-button-lg-padding-inline: 1.25rem;
64
+ --pds-spacing-button-md-height: 2.25rem;
65
+ --pds-spacing-button-md-padding-block: 0.625rem;
66
+ --pds-spacing-button-md-padding-inline: 0.8125rem;
67
+ --pds-spacing-button-sm-height: 2rem;
68
+ --pds-spacing-button-sm-padding-block: 0.5rem;
69
+ --pds-spacing-button-sm-padding-inline: 0.625rem;
61
70
  --pds-spacing-dashboard-nav-item-height: 2.25rem;
62
71
  --pds-spacing-dashboard-nav-item-padding: 0.625rem;
63
72
  --pds-spacing-l: 1.25rem;
@@ -1057,6 +1057,239 @@
1057
1057
  ]
1058
1058
  }
1059
1059
  },
1060
+ "button": {
1061
+ "sm": {
1062
+ "height": {
1063
+ "value": 2,
1064
+ "defaultUnit": "rem",
1065
+ "public": true,
1066
+ "filePath": "tokens/spacing/alias.json",
1067
+ "isSource": true,
1068
+ "original": {
1069
+ "value": 2,
1070
+ "defaultUnit": "rem",
1071
+ "public": true
1072
+ },
1073
+ "name": "spacing-button-sm-height",
1074
+ "attributes": {
1075
+ "category": "spacing",
1076
+ "type": "button",
1077
+ "item": "sm",
1078
+ "subitem": "height"
1079
+ },
1080
+ "path": [
1081
+ "spacing",
1082
+ "button",
1083
+ "sm",
1084
+ "height"
1085
+ ]
1086
+ },
1087
+ "padding-block": {
1088
+ "value": 0.5,
1089
+ "defaultUnit": "rem",
1090
+ "public": true,
1091
+ "filePath": "tokens/spacing/alias.json",
1092
+ "isSource": true,
1093
+ "original": {
1094
+ "value": 0.5,
1095
+ "defaultUnit": "rem",
1096
+ "public": true
1097
+ },
1098
+ "name": "spacing-button-sm-padding-block",
1099
+ "attributes": {
1100
+ "category": "spacing",
1101
+ "type": "button",
1102
+ "item": "sm",
1103
+ "subitem": "padding-block"
1104
+ },
1105
+ "path": [
1106
+ "spacing",
1107
+ "button",
1108
+ "sm",
1109
+ "padding-block"
1110
+ ]
1111
+ },
1112
+ "padding-inline": {
1113
+ "value": 0.625,
1114
+ "defaultUnit": "rem",
1115
+ "public": true,
1116
+ "filePath": "tokens/spacing/alias.json",
1117
+ "isSource": true,
1118
+ "original": {
1119
+ "value": 0.625,
1120
+ "defaultUnit": "rem",
1121
+ "public": true
1122
+ },
1123
+ "name": "spacing-button-sm-padding-inline",
1124
+ "attributes": {
1125
+ "category": "spacing",
1126
+ "type": "button",
1127
+ "item": "sm",
1128
+ "subitem": "padding-inline"
1129
+ },
1130
+ "path": [
1131
+ "spacing",
1132
+ "button",
1133
+ "sm",
1134
+ "padding-inline"
1135
+ ]
1136
+ }
1137
+ },
1138
+ "md": {
1139
+ "height": {
1140
+ "value": 2.25,
1141
+ "defaultUnit": "rem",
1142
+ "public": true,
1143
+ "filePath": "tokens/spacing/alias.json",
1144
+ "isSource": true,
1145
+ "original": {
1146
+ "value": 2.25,
1147
+ "defaultUnit": "rem",
1148
+ "public": true
1149
+ },
1150
+ "name": "spacing-button-md-height",
1151
+ "attributes": {
1152
+ "category": "spacing",
1153
+ "type": "button",
1154
+ "item": "md",
1155
+ "subitem": "height"
1156
+ },
1157
+ "path": [
1158
+ "spacing",
1159
+ "button",
1160
+ "md",
1161
+ "height"
1162
+ ]
1163
+ },
1164
+ "padding-block": {
1165
+ "value": 0.625,
1166
+ "defaultUnit": "rem",
1167
+ "public": true,
1168
+ "filePath": "tokens/spacing/alias.json",
1169
+ "isSource": true,
1170
+ "original": {
1171
+ "value": 0.625,
1172
+ "defaultUnit": "rem",
1173
+ "public": true
1174
+ },
1175
+ "name": "spacing-button-md-padding-block",
1176
+ "attributes": {
1177
+ "category": "spacing",
1178
+ "type": "button",
1179
+ "item": "md",
1180
+ "subitem": "padding-block"
1181
+ },
1182
+ "path": [
1183
+ "spacing",
1184
+ "button",
1185
+ "md",
1186
+ "padding-block"
1187
+ ]
1188
+ },
1189
+ "padding-inline": {
1190
+ "value": 0.8125,
1191
+ "defaultUnit": "rem",
1192
+ "public": true,
1193
+ "filePath": "tokens/spacing/alias.json",
1194
+ "isSource": true,
1195
+ "original": {
1196
+ "value": 0.8125,
1197
+ "defaultUnit": "rem",
1198
+ "public": true
1199
+ },
1200
+ "name": "spacing-button-md-padding-inline",
1201
+ "attributes": {
1202
+ "category": "spacing",
1203
+ "type": "button",
1204
+ "item": "md",
1205
+ "subitem": "padding-inline"
1206
+ },
1207
+ "path": [
1208
+ "spacing",
1209
+ "button",
1210
+ "md",
1211
+ "padding-inline"
1212
+ ]
1213
+ }
1214
+ },
1215
+ "lg": {
1216
+ "height": {
1217
+ "value": 3,
1218
+ "defaultUnit": "rem",
1219
+ "public": true,
1220
+ "filePath": "tokens/spacing/alias.json",
1221
+ "isSource": true,
1222
+ "original": {
1223
+ "value": 3,
1224
+ "defaultUnit": "rem",
1225
+ "public": true
1226
+ },
1227
+ "name": "spacing-button-lg-height",
1228
+ "attributes": {
1229
+ "category": "spacing",
1230
+ "type": "button",
1231
+ "item": "lg",
1232
+ "subitem": "height"
1233
+ },
1234
+ "path": [
1235
+ "spacing",
1236
+ "button",
1237
+ "lg",
1238
+ "height"
1239
+ ]
1240
+ },
1241
+ "padding-block": {
1242
+ "value": 0.9375,
1243
+ "defaultUnit": "rem",
1244
+ "public": true,
1245
+ "filePath": "tokens/spacing/alias.json",
1246
+ "isSource": true,
1247
+ "original": {
1248
+ "value": 0.9375,
1249
+ "defaultUnit": "rem",
1250
+ "public": true
1251
+ },
1252
+ "name": "spacing-button-lg-padding-block",
1253
+ "attributes": {
1254
+ "category": "spacing",
1255
+ "type": "button",
1256
+ "item": "lg",
1257
+ "subitem": "padding-block"
1258
+ },
1259
+ "path": [
1260
+ "spacing",
1261
+ "button",
1262
+ "lg",
1263
+ "padding-block"
1264
+ ]
1265
+ },
1266
+ "padding-inline": {
1267
+ "value": 1.25,
1268
+ "defaultUnit": "rem",
1269
+ "public": true,
1270
+ "filePath": "tokens/spacing/alias.json",
1271
+ "isSource": true,
1272
+ "original": {
1273
+ "value": 1.25,
1274
+ "defaultUnit": "rem",
1275
+ "public": true
1276
+ },
1277
+ "name": "spacing-button-lg-padding-inline",
1278
+ "attributes": {
1279
+ "category": "spacing",
1280
+ "type": "button",
1281
+ "item": "lg",
1282
+ "subitem": "padding-inline"
1283
+ },
1284
+ "path": [
1285
+ "spacing",
1286
+ "button",
1287
+ "lg",
1288
+ "padding-inline"
1289
+ ]
1290
+ }
1291
+ }
1292
+ },
1060
1293
  "8XL": {
1061
1294
  "value": "7.451",
1062
1295
  "defaultUnit": "rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.142",
3
+ "version": "1.0.0-dev.143",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [