@pantheon-systems/pds-design-tokens 1.0.0-dev.14 → 1.0.0-dev.140

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.
@@ -10,11 +10,75 @@
10
10
  */
11
11
 
12
12
  :root {
13
+ --pds-color-background-brand-secondary: #dfd8f5;
13
14
  --pds-color-background-default: #ffffff;
14
- --pds-color-border-default: #cfcfd3;
15
+ --pds-color-background-default-secondary: #f8f8f8;
16
+ --pds-color-background-reverse: #23232d;
17
+ --pds-color-badge-indicator-critical-background: #ca3521;
18
+ --pds-color-badge-indicator-critical-foreground: #ffffff;
19
+ --pds-color-badge-indicator-diamond-background: #cfe1fc;
20
+ --pds-color-badge-indicator-diamond-foreground: #035ad3;
21
+ --pds-color-badge-indicator-gold-background: #ffe668;
22
+ --pds-color-badge-indicator-gold-foreground: #705e00;
23
+ --pds-color-badge-indicator-info-background: #1d7afc;
24
+ --pds-color-badge-indicator-info-foreground: #ffffff;
25
+ --pds-color-badge-indicator-neutral-background: #6d6d78;
26
+ --pds-color-badge-indicator-neutral-foreground: #ffffff;
27
+ --pds-color-badge-indicator-platinum-background: #dfd8f5;
28
+ --pds-color-badge-indicator-platinum-foreground: #3017a1;
29
+ --pds-color-badge-indicator-silver-background: #cfcfd3;
30
+ --pds-color-badge-indicator-silver-foreground: #23232d;
31
+ --pds-color-badge-indicator-success-background: #218c5f;
32
+ --pds-color-badge-indicator-success-foreground: #ffffff;
33
+ --pds-color-badge-indicator-warning-background: #d97008;
34
+ --pds-color-badge-indicator-warning-foreground: #ffffff;
35
+ --pds-color-badge-status-dot-critical: var(--pds-color-semantic-critical-foreground);
36
+ --pds-color-badge-status-dot-default: #cfcfd3;
37
+ --pds-color-badge-status-dot-disabled: #cfcfd3;
38
+ --pds-color-badge-status-dot-discovery: var(--pds-color-semantic-discovery-foreground);
39
+ --pds-color-badge-status-dot-frozen: #dfd8f5;
40
+ --pds-color-badge-status-dot-info: var(--pds-color-semantic-info-foreground);
41
+ --pds-color-badge-status-dot-success: var(--pds-color-semantic-success-foreground);
42
+ --pds-color-badge-status-dot-warning: var(--pds-color-semantic-warning-foreground);
43
+ --pds-color-badge-status-neutral-background: var(--pds-color-background-default);
44
+ --pds-color-badge-status-neutral-border: var(--pds-color-border-default);
45
+ --pds-color-badge-status-neutral-label: var(--pds-color-text-default-secondary);
46
+ --pds-color-badge-status-reverse-background: var(--pds-color-background-reverse);
47
+ --pds-color-badge-status-reverse-border: var(--pds-color-background-reverse);
48
+ --pds-color-badge-status-reverse-label: var(--pds-color-text-reverse);
49
+ --pds-color-badge-status-transparent-background: rgba(0, 0, 0, 0);
50
+ --pds-color-badge-status-transparent-border: var(--pds-color-border-default);
51
+ --pds-color-badge-status-transparent-label: var(--pds-color-text-default-secondary);
52
+ --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
53
+ --pds-color-banner-critical-foreground: #ffffff;
54
+ --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
55
+ --pds-color-banner-info-foreground: #ffffff;
56
+ --pds-color-banner-warning-background: linear-gradient(135deg, #DDBD16 0%, #DB7612 100%);
57
+ --pds-color-banner-warning-foreground: #23232d;
58
+ --pds-color-border-default: rgba(0, 0, 0, 0.11);
59
+ --pds-color-brand-accent-100: #ffe5f6;
60
+ --pds-color-brand-accent-200: #ff99dc;
61
+ --pds-color-brand-accent-300: #ff4cc3;
62
+ --pds-color-brand-accent-400: #de0093;
63
+ --pds-color-brand-accent-500: #9a0066;
64
+ --pds-color-brand-accent-600: #560039;
15
65
  --pds-color-brand-accent-default: #de0093;
66
+ --pds-color-brand-primary-100: #fffbe9;
67
+ --pds-color-brand-primary-200: #fff1a9;
68
+ --pds-color-brand-primary-300: #ffe668;
69
+ --pds-color-brand-primary-400: #ffdc28;
70
+ --pds-color-brand-primary-500: #ddbd16;
71
+ --pds-color-brand-primary-600: #705e00;
16
72
  --pds-color-brand-primary-default: #ffdc28;
73
+ --pds-color-brand-secondary-100: #f0edfb;
74
+ --pds-color-brand-secondary-200: #dfd8f5;
75
+ --pds-color-brand-secondary-300: #5e45cf;
76
+ --pds-color-brand-secondary-400: #3017a1;
77
+ --pds-color-brand-secondary-500: #200c7f;
17
78
  --pds-color-brand-secondary-default: #3017a1;
79
+ --pds-color-breadcrumb-link: var(--pds-color-interactive-link-default);
80
+ --pds-color-breadcrumb-separator: #cfcfd3;
81
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
18
82
  --pds-color-button-brand-background-active: #ddbd16;
19
83
  --pds-color-button-brand-background-default: #ffdc28;
20
84
  --pds-color-button-brand-background-hover: #ffe668;
@@ -24,84 +88,246 @@
24
88
  --pds-color-button-brand-foreground-active: #23232d;
25
89
  --pds-color-button-brand-foreground-default: #23232d;
26
90
  --pds-color-button-brand-foreground-hover: #23232d;
27
- --pds-color-button-critical-background-active: #700000;
28
- --pds-color-button-critical-background-default: #d61f1f;
29
- --pds-color-button-critical-background-hover: #f83333;
30
- --pds-color-button-critical-border-active: #700000;
31
- --pds-color-button-critical-border-default: #d61f1f;
32
- --pds-color-button-critical-border-hover: #f83333;
33
- --pds-color-button-critical-foreground-active: #ffffff;
34
- --pds-color-button-critical-foreground-default: #ffffff;
35
- --pds-color-button-critical-foreground-hover: #ffffff;
36
- --pds-color-button-primary-background-active: #11005d;
91
+ --pds-color-button-brand-secondary-background-active: #f1f1f1;
92
+ --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
93
+ --pds-color-button-brand-secondary-background-hover: #f8f8f8;
94
+ --pds-color-button-brand-secondary-border-active: #23232d;
95
+ --pds-color-button-brand-secondary-border-default: #6d6d78;
96
+ --pds-color-button-brand-secondary-border-hover: #23232d;
97
+ --pds-color-button-brand-secondary-foreground-active: #23232d;
98
+ --pds-color-button-brand-secondary-foreground-default: #23232d;
99
+ --pds-color-button-brand-secondary-foreground-hover: #23232d;
100
+ --pds-color-button-critical-background-active: #ffdcd8;
101
+ --pds-color-button-critical-background-default: var(--pds-color-background-default);
102
+ --pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
103
+ --pds-color-button-critical-border-active: #b52f1d;
104
+ --pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
105
+ --pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
106
+ --pds-color-button-critical-foreground-active: #b52f1d;
107
+ --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
108
+ --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
109
+ --pds-color-button-navbar-foreground-active: var(--pds-color-interactive-link-active);
110
+ --pds-color-button-navbar-foreground-default: var(--pds-color-foreground-default);
111
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-interactive-link-hover);
112
+ --pds-color-button-primary-background-active: #200c7f;
37
113
  --pds-color-button-primary-background-default: #3017a1;
38
- --pds-color-button-primary-background-hover: #5f41e5;
39
- --pds-color-button-primary-border-active: #11005d;
114
+ --pds-color-button-primary-background-hover: #5e45cf;
115
+ --pds-color-button-primary-border-active: #200c7f;
40
116
  --pds-color-button-primary-border-default: #3017a1;
41
- --pds-color-button-primary-border-hover: #5f41e5;
117
+ --pds-color-button-primary-border-hover: #5e45cf;
42
118
  --pds-color-button-primary-foreground-active: #ffffff;
43
119
  --pds-color-button-primary-foreground-default: #ffffff;
44
120
  --pds-color-button-primary-foreground-hover: #ffffff;
45
- --pds-color-button-secondary-background-active: #e5dbff;
121
+ --pds-color-button-secondary-background-active: #dfd8f5;
46
122
  --pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
47
- --pds-color-button-secondary-background-hover: #f0ecff;
48
- --pds-color-button-secondary-border-active: #11005d;
123
+ --pds-color-button-secondary-background-hover: #f0edfb;
124
+ --pds-color-button-secondary-border-active: #200c7f;
49
125
  --pds-color-button-secondary-border-default: #3017a1;
50
- --pds-color-button-secondary-border-hover: #5f41e5;
51
- --pds-color-button-secondary-foreground-active: #11005d;
126
+ --pds-color-button-secondary-border-hover: #5e45cf;
127
+ --pds-color-button-secondary-foreground-active: #200c7f;
52
128
  --pds-color-button-secondary-foreground-default: #3017a1;
53
129
  --pds-color-button-secondary-foreground-hover: #3017a1;
54
- --pds-color-button-subtle-background-active: #e5dbff;
55
130
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
56
- --pds-color-button-subtle-background-hover: #f0ecff;
57
131
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
58
- --pds-color-button-subtle-foreground-active: #11005d;
132
+ --pds-color-button-subtle-foreground-active: #200c7f;
59
133
  --pds-color-button-subtle-foreground-default: #3017a1;
60
- --pds-color-button-subtle-foreground-hover: #3017a1;
134
+ --pds-color-button-subtle-foreground-hover: #5e45cf;
135
+ --pds-color-card-border: var(--pds-color-border-default);
136
+ --pds-color-code-inline-background: #f0edfb;
137
+ --pds-color-code-inline-border: #dfd8f5;
138
+ --pds-color-code-inline-text: #000000;
139
+ --pds-color-dashboard-nav-background: var(--pds-color-background-default-secondary);
140
+ --pds-color-dashboard-nav-item-background-active: var(--pds-color-background-reverse);
141
+ --pds-color-dashboard-nav-item-background-default: rgba(0, 0, 0, 0);
142
+ --pds-color-dashboard-nav-item-background-hover: #e8e8e9;
143
+ --pds-color-dashboard-nav-item-foreground-active: var(--pds-color-foreground-reverse);
144
+ --pds-color-dashboard-nav-item-foreground-default: var(--pds-color-foreground-default);
145
+ --pds-color-dashboard-nav-item-foreground-hover: var(--pds-color-foreground-default);
146
+ --pds-color-dashboard-toggle-button-background: var(--pds-color-background-reverse);
147
+ --pds-color-dashboard-toggle-button-foreground: var(--pds-color-foreground-reverse);
148
+ --pds-color-expansion-panel-hover: #f1f1f1;
149
+ --pds-color-expansion-panel-open: #f1f1f1;
61
150
  --pds-color-foreground-default: #23232d;
62
- --pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
63
- --pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
64
- --pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
65
- --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
66
- --pds-color-input-background-critical: #ffebeb;
151
+ --pds-color-foreground-reverse: #ffffff;
152
+ --pds-color-gradient-after-hours: linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%);
153
+ --pds-color-gradient-avatar-g01: var(--pds-color-gradient-sunrise);
154
+ --pds-color-gradient-avatar-g02: var(--pds-color-gradient-sunset);
155
+ --pds-color-gradient-avatar-g03: var(--pds-color-gradient-after-hours);
156
+ --pds-color-gradient-avatar-g04: var(--pds-color-gradient-midnight);
157
+ --pds-color-gradient-avatar-g05: linear-gradient(138deg, #E65F35 13.12%, #1B0874 93.73%);
158
+ --pds-color-gradient-avatar-g06: linear-gradient(138deg, #EF13AD 12.78%, #1B0874 97.85%);
159
+ --pds-color-gradient-avatar-g07: linear-gradient(139deg, #29B2FF 9.79%, #2365C0 50.54%, #1B0874 99.32%);
160
+ --pds-color-gradient-avatar-g08: linear-gradient(139deg, #00E0C3 6.57%, #0C7D9F 51.07%, #1B0874 97.18%);
161
+ --pds-color-gradient-avatar-g09: linear-gradient(319deg, #FFD808 8.18%, #DA8E32 38.74%, #9A0066 96.11%);
162
+ --pds-color-gradient-avatar-g10: linear-gradient(319deg, #FF99DC 13.01%, #6D41B4 72.52%, #371EA3 92.89%);
163
+ --pds-color-gradient-avatar-g11: linear-gradient(319deg, #FFF1A9 10.33%, #F0829F 53.22%, #DE0093 97.18%);
164
+ --pds-color-gradient-avatar-g12: linear-gradient(319deg, #96DAB7 14.62%, #1DACFC 53.22%, #1666D6 97.18%);
165
+ --pds-color-gradient-midnight: linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%);
166
+ --pds-color-gradient-pastel-1: linear-gradient(175deg, #DFD8F55C 15%, #FFFFFF00 80%);
167
+ --pds-color-gradient-sunrise: linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%);
168
+ --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%);
169
+ --pds-color-icon-button-critical-background-active: #fcc5be;
170
+ --pds-color-icon-button-critical-background-default: rgba(0, 0, 0, 0);
171
+ --pds-color-icon-button-critical-background-hover: #ffedeb;
172
+ --pds-color-icon-button-critical-foreground-default: #ca3521;
173
+ --pds-color-icon-button-standard-background-active: #cfcfd3;
174
+ --pds-color-icon-button-standard-background-default: rgba(0, 0, 0, 0);
175
+ --pds-color-icon-button-standard-background-hover: #f1f1f1;
176
+ --pds-color-icon-button-standard-foreground-default: #6d6d78;
177
+ --pds-color-input-action-background-hover: #f8f8f8;
178
+ --pds-color-input-background-critical: #ffedeb;
67
179
  --pds-color-input-background-default: #ffffff;
68
- --pds-color-input-border-critical: #d61f1f;
69
- --pds-color-input-border-default: #8f8f99;
70
- --pds-color-input-border-hover: var(--pds-color-interactive-focus);
71
- --pds-color-input-border-success: #1f845a;
180
+ --pds-color-input-background-hover: #f0edfb;
181
+ --pds-color-input-border-critical: #ca3521;
182
+ --pds-color-input-border-default: #cfcfd3;
183
+ --pds-color-input-border-hover: #5e45cf;
184
+ --pds-color-input-border-success: #218c5f;
72
185
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
73
186
  --pds-color-input-checked-foreground: #ffffff;
74
- --pds-color-input-foreground-critical: #d61f1f;
187
+ --pds-color-input-file-upload-button-background-default: #f1f1f1;
188
+ --pds-color-input-file-upload-button-background-hover: #e6e6e7;
189
+ --pds-color-input-foreground-critical: #ca3521;
75
190
  --pds-color-input-foreground-default: #23232d;
76
- --pds-color-input-foreground-success: #1f845a;
77
- --pds-color-input-placeholder-text: #71717c;
191
+ --pds-color-input-foreground-success: #218c5f;
192
+ --pds-color-input-placeholder-text: #6d6d78;
193
+ --pds-color-input-toggle-switch-icon: #ffffff;
194
+ --pds-color-input-toggle-switch-off: #6d6d78;
195
+ --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
78
196
  --pds-color-interactive-focus: #0f62fe;
79
- --pds-color-link-active: #003cac;
80
- --pds-color-link-default: #0f62fe;
81
- --pds-color-link-hover: #003cac;
82
- --pds-color-link-visited: #967fff;
197
+ --pds-color-interactive-link-active: #3017a1;
198
+ --pds-color-interactive-link-default: #0f62fe;
199
+ --pds-color-interactive-link-hover: #5e45cf;
200
+ --pds-color-interactive-link-visited: #5e45cf;
201
+ --pds-color-interactive-reverse-focus: #36a3ff;
202
+ --pds-color-interactive-reverse-link-active: #ad9bff;
203
+ --pds-color-interactive-reverse-link-default: #36a3ff;
204
+ --pds-color-interactive-reverse-link-hover: #8a70ff;
205
+ --pds-color-interactive-reverse-link-visited: #8a70ff;
206
+ --pds-color-link-cta-active: #200c7f;
207
+ --pds-color-link-cta-default: #3017a1;
208
+ --pds-color-link-cta-hover: #5e45cf;
209
+ --pds-color-logo-carousel-background: #5e45cf;
210
+ --pds-color-logo-carousel-foreground: var(--pds-color-foreground-reverse);
83
211
  --pds-color-menu-background: #ffffff;
84
- --pds-color-menu-item-background-active: #cfcfd3;
212
+ --pds-color-menu-item-background-active: #f1f1f1;
85
213
  --pds-color-menu-item-background-default: #ffffff;
86
214
  --pds-color-menu-item-background-hover: #f1f1f1;
87
- --pds-color-menu-item-description-text: #71717c;
215
+ --pds-color-menu-item-description-text: #6d6d78;
88
216
  --pds-color-menu-item-foreground: #23232d;
89
- --pds-color-menu-item-heading-text: #71717c;
217
+ --pds-color-menu-item-heading-text: #6d6d78;
218
+ --pds-color-neutral-000: #ffffff;
219
+ --pds-color-neutral-100: #f8f8f8;
220
+ --pds-color-neutral-200: #f1f1f1;
221
+ --pds-color-neutral-300: #cfcfd3;
222
+ --pds-color-neutral-400: #6d6d78;
223
+ --pds-color-neutral-500: #23232d;
224
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
225
+ --pds-color-pager-background-active: #f0edfb;
226
+ --pds-color-pager-background-hover: #f1f1f1;
227
+ --pds-color-pager-foreground-active: #5e45cf;
228
+ --pds-color-panel-critical-border: #ca3521;
90
229
  --pds-color-panel-default-background: var(--pds-color-background-default);
91
230
  --pds-color-panel-default-border: var(--pds-color-border-default);
92
- --pds-color-panel-overlay-background: var(--pds-color-background-default);
93
- --pds-color-panel-overlay-border: var(--pds-color-border-default);
94
- --pds-color-panel-raised-background: var(--pds-color-background-default);
95
- --pds-color-panel-raised-border: var(--pds-color-border-default);
96
231
  --pds-color-panel-sunken-background: #f1f1f1;
97
- --pds-color-panel-sunken-border: #f1f1f1;
98
- --pds-color-text-default: #23232d;
99
- --pds-color-text-default-secondary: #71717c;
100
- --pds-color-text-headings: var(--pds-color-text-default);
101
- --pds-color-text-lead: var(--pds-color-text-default-secondary);
102
- --pds-color-text-overline: var(--pds-color-text-default-secondary);
103
- --pds-color-text-paragraph: #23232d;
104
- --pds-color-text-quote: var(--pds-color-text-default-secondary);
105
- --pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
106
- --pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
232
+ --pds-color-partner-bitbucket: #004dc0;
233
+ --pds-color-partner-drupal: #009cde;
234
+ --pds-color-partner-gatsby: #663399;
235
+ --pds-color-partner-gitlab: #ffedfb;
236
+ --pds-color-partner-nextjs: #000000;
237
+ --pds-color-partner-wordpress: #0073aa;
238
+ --pds-color-progress-complete: #218c5f;
239
+ --pds-color-progress-empty: #cfcfd3;
240
+ --pds-color-progress-partial: #1d7afc;
241
+ --pds-color-segmented-button-background-active: #f0edfb;
242
+ --pds-color-segmented-button-background-default: #ffffff;
243
+ --pds-color-segmented-button-background-hover: #f8f8f8;
244
+ --pds-color-segmented-button-border-active: #3017a1;
245
+ --pds-color-segmented-button-border-default: #cfcfd3;
246
+ --pds-color-segmented-button-foreground-active: #3017a1;
247
+ --pds-color-segmented-button-foreground-default: #6d6d78;
248
+ --pds-color-semantic-critical-background: #ffedeb;
249
+ --pds-color-semantic-critical-foreground: #ca3521;
250
+ --pds-color-semantic-critical-utility: #f35945;
251
+ --pds-color-semantic-critical-utility-light: #fcc5be;
252
+ --pds-color-semantic-discovery-background: #eae6ff;
253
+ --pds-color-semantic-discovery-foreground: #8270db;
254
+ --pds-color-semantic-info-background: #e9f2ff;
255
+ --pds-color-semantic-info-foreground: #1d7afc;
256
+ --pds-color-semantic-neutral-background: #cfcfd3;
257
+ --pds-color-semantic-neutral-foreground: #23232d;
258
+ --pds-color-semantic-neutral-utility: #6d6d78;
259
+ --pds-color-semantic-success-background: #e3fcef;
260
+ --pds-color-semantic-success-foreground: #218c5f;
261
+ --pds-color-semantic-success-utility: #35ae7b;
262
+ --pds-color-semantic-warning-background: #fff7d6;
263
+ --pds-color-semantic-warning-foreground: #d97008;
264
+ --pds-color-side-nav-background-hover: #f0edfb;
265
+ --pds-color-social-rss: #f26522;
266
+ --pds-color-stepper-completed: #3017a1;
267
+ --pds-color-stepper-current: #3017a1;
268
+ --pds-color-stepper-default: #cfcfd3;
269
+ --pds-color-stepper-error: #ca3521;
270
+ --pds-color-strength-fair: #d97008;
271
+ --pds-color-strength-strong: #218c5f;
272
+ --pds-color-strength-very-weak: #cfcfd3;
273
+ --pds-color-strength-weak: #ca3521;
274
+ --pds-color-table-sort-arrow-active: #5e45cf;
275
+ --pds-color-table-sort-arrow-inactive: #cfcfd3;
276
+ --pds-color-tabs-accent: #5e45cf;
277
+ --pds-color-tag-1-background: #ded8fa;
278
+ --pds-color-tag-1-foreground: #5c4fac;
279
+ --pds-color-tag-10-background: #d0dffc;
280
+ --pds-color-tag-10-foreground: #2254c5;
281
+ --pds-color-tag-11-background: #72cb9b;
282
+ --pds-color-tag-11-foreground: #264a37;
283
+ --pds-color-tag-12-background: #81c1dd;
284
+ --pds-color-tag-12-foreground: #234453;
285
+ --pds-color-tag-13-background: #689bf8;
286
+ --pds-color-tag-13-foreground: #163168;
287
+ --pds-color-tag-14-background: #9c90e9;
288
+ --pds-color-tag-14-foreground: #342c60;
289
+ --pds-color-tag-15-background: #e7796d;
290
+ --pds-color-tag-15-foreground: #54221c;
291
+ --pds-color-tag-16-background: #f1a76e;
292
+ --pds-color-tag-16-foreground: #68320f;
293
+ --pds-color-tag-17-background: #d87ab8;
294
+ --pds-color-tag-17-foreground: #49273e;
295
+ --pds-color-tag-18-background: #efce60;
296
+ --pds-color-tag-18-foreground: #504012;
297
+ --pds-color-tag-19-background: #9fc65b;
298
+ --pds-color-tag-19-foreground: #3f4d27;
299
+ --pds-color-tag-2-background: #f8d7d3;
300
+ --pds-color-tag-2-foreground: #a0392c;
301
+ --pds-color-tag-20-background: #8790a0;
302
+ --pds-color-tag-20-foreground: #0e1e40;
303
+ --pds-color-tag-3-background: #f5e7a8;
304
+ --pds-color-tag-3-foreground: #7b611e;
305
+ --pds-color-tag-4-background: #f7d7ec;
306
+ --pds-color-tag-4-foreground: #894271;
307
+ --pds-color-tag-5-background: #d9f0af;
308
+ --pds-color-tag-5-foreground: #536a2b;
309
+ --pds-color-tag-6-background: #dddfe3;
310
+ --pds-color-tag-6-foreground: #47546d;
311
+ --pds-color-tag-7-background: #c6f1dc;
312
+ --pds-color-tag-7-foreground: #3e7256;
313
+ --pds-color-tag-8-background: #f9dfcb;
314
+ --pds-color-tag-8-foreground: #9a4e1c;
315
+ --pds-color-tag-9-background: #ceecf9;
316
+ --pds-color-tag-9-foreground: #366880;
317
+ --pds-color-text-default: var(--pds-color-foreground-default);
318
+ --pds-color-text-default-secondary: #6d6d78;
319
+ --pds-color-text-reverse: var(--pds-color-foreground-reverse);
320
+ --pds-color-tile-background-active: #f1f1f1;
321
+ --pds-color-tile-background-hover: #f8f8f8;
322
+ --pds-color-tile-separator: #cfcfd3;
323
+ --pds-color-toggle-button-background-off: #f1f1f1;
324
+ --pds-color-toggle-button-foreground-off: #6d6d78;
325
+ --pds-color-tooltip-background: #23232d;
326
+ --pds-color-tooltip-text: #ffffff;
327
+ --pds-color-tooltip-trigger-icon-critical: #ca3521;
328
+ --pds-color-tooltip-trigger-icon-default: #23232d;
329
+ --pds-elevation-active: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
330
+ --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
331
+ --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);
332
+ --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);
107
333
  }
@@ -10,11 +10,96 @@
10
10
  */
11
11
 
12
12
  :root {
13
+ --pds-animation-button-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
14
+ --pds-animation-focus-transition: outline var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
15
+ --pds-animation-input-transition: background-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay), border-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
16
+ --pds-animation-link-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
17
+ --pds-animation-reveal-transition: all var(--pds-animation-transition-reveal-duration) var(--pds-animation-transition-default-timing-function);
18
+ --pds-animation-rotation-transition: transform var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
13
19
  --pds-animation-transition-default-delay: 0s;
14
20
  --pds-animation-transition-default-duration: 200ms;
15
21
  --pds-animation-transition-default-timing-function: ease-in-out;
16
22
  --pds-animation-transition-dropdown-duration: 300ms;
23
+ --pds-animation-transition-reveal-duration: 300ms;
24
+ --pds-border-radius-bar: 3.5rem;
25
+ --pds-border-radius-container: 0.375rem;
17
26
  --pds-border-radius-default: 0.1875rem;
18
- --pds-border-width-default: 1px;
27
+ --pds-border-width-default: 0.0625rem;
28
+ --pds-border-width-outline: 0.125rem;
29
+ --pds-border-width-stepper: 0.1875rem;
30
+ --pds-container-max-width-narrow: 1024px;
31
+ --pds-container-max-width-standard: 1200px;
32
+ --pds-container-max-width-wide: 1440px;
33
+ --pds-container-max-width-x-wide: 1600px;
34
+ --pds-container-modal-width-large: 44rem;
35
+ --pds-container-modal-width-medium: 36rem;
36
+ --pds-container-modal-width-small: 25rem;
37
+ --pds-container-padding-base: var(--pds-spacing-xl);
38
+ --pds-container-padding-narrow-bp-lg: 20%;
39
+ --pds-container-padding-narrow-bp-md: 12%;
40
+ --pds-container-padding-standard-bp-lg: 8%;
41
+ --pds-container-padding-standard-bp-md: 6%;
42
+ --pds-container-padding-wide-bp-lg: 4%;
43
+ --pds-container-padding-wide-bp-md: 5%;
44
+ --pds-container-tooltip-max-width: 12.5rem;
45
+ --pds-grid-marketing-column-medium-large: 4.36875%;
46
+ --pds-grid-marketing-column-small: 21.34375%;
47
+ --pds-grid-marketing-gap-medium-large: 4.325%;
48
+ --pds-grid-marketing-gap-small: 4.875%;
49
+ --pds-spacing-2xl: 1.953rem;
50
+ --pds-spacing-2xs: 0.512rem;
51
+ --pds-spacing-3xl: 2.441rem;
52
+ --pds-spacing-3xs: 0.41rem;
53
+ --pds-spacing-4xl: 3.052rem;
54
+ --pds-spacing-4xs: 0.328rem;
55
+ --pds-spacing-5xl: 3.815rem;
56
+ --pds-spacing-5xs: 0.25rem;
57
+ --pds-spacing-6xl: 4.678rem;
58
+ --pds-spacing-6xs: 0.125rem;
59
+ --pds-spacing-7xl: 5.96rem;
60
+ --pds-spacing-8xl: 7.451rem;
61
+ --pds-spacing-dashboard-nav-item-height: 2.25rem;
62
+ --pds-spacing-dashboard-nav-item-padding: 0.625rem;
63
+ --pds-spacing-l: 1.25rem;
64
+ --pds-spacing-m: 1rem;
65
+ --pds-spacing-s: 0.8rem;
66
+ --pds-spacing-xl: 1.563rem;
67
+ --pds-spacing-xs: 0.64rem;
68
+ --pds-typography-font-code: 'Source Code Pro', monospace;
19
69
  --pds-typography-font-default: 'Poppins', sans-serif;
70
+ --pds-typography-font-secondary: 'Aleo', serif;
71
+ --pds-typography-font-weight-bold: 700;
72
+ --pds-typography-font-weight-light: 300;
73
+ --pds-typography-font-weight-regular: 400;
74
+ --pds-typography-font-weight-semibold: 600;
75
+ --pds-typography-letter-spacing-l: 0.04rem;
76
+ --pds-typography-letter-spacing-m: 0.02rem;
77
+ --pds-typography-letter-spacing-s: 0.01rem;
78
+ --pds-typography-letter-spacing-xl: 0.06rem;
79
+ --pds-typography-line-height-l: 165%;
80
+ --pds-typography-line-height-m: 140%;
81
+ --pds-typography-line-height-s: 120%;
82
+ --pds-typography-line-height-xl: 195%;
83
+ --pds-typography-multiplier-medium: 0.88;
84
+ --pds-typography-multiplier-small: 0.84;
85
+ --pds-typography-size-2xl: 1.728rem;
86
+ --pds-typography-size-3xl: 2.074rem;
87
+ --pds-typography-size-4xl: 2.488rem;
88
+ --pds-typography-size-5xl: 2.986rem;
89
+ --pds-typography-size-6xl: 3.583rem;
90
+ --pds-typography-size-7xl: 4.3rem;
91
+ --pds-typography-size-8xl: 5.160rem;
92
+ --pds-typography-size-9xl: 6.192rem;
93
+ --pds-typography-size-default: 1rem;
94
+ --pds-typography-size-input-label: 1rem;
95
+ --pds-typography-size-l: 1.2rem;
96
+ --pds-typography-size-m: 1rem;
97
+ --pds-typography-size-s: 0.833rem;
98
+ --pds-typography-size-xl: 1.44rem;
99
+ --pds-typography-size-xs: 0.694rem;
100
+ --pds-z-index-dropdown: 200;
101
+ --pds-z-index-modal: 500;
102
+ --pds-z-index-navigation: 100;
103
+ --pds-z-index-notifications: 300;
104
+ --pds-z-index-overlay: 400;
20
105
  }