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

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,256 @@
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-dawn: linear-gradient(315deg, #FFDC28 0%, #A2CFFF 100%);
154
+ --pds-color-gradient-avatar-dragonfruit: linear-gradient(315deg, #D0C6FF 0%, #DE0093 100%);
155
+ --pds-color-gradient-avatar-dusk: linear-gradient(315deg, #01EFFE 0%, #FF00C5 100%);
156
+ --pds-color-gradient-avatar-earth: linear-gradient(315deg, #6BC5FC 0%, #218C5F 100%);
157
+ --pds-color-gradient-avatar-fall: linear-gradient(135deg, #CC36C9 0%, #FFFF11 100%);
158
+ --pds-color-gradient-avatar-grape: linear-gradient(315deg, #DE0093 0%, #5F41E5 100%);
159
+ --pds-color-gradient-avatar-midnight: linear-gradient(315deg, #5F41E5 0%, #141013 100%);
160
+ --pds-color-gradient-avatar-moon: linear-gradient(315deg, #A2CFFF 0%, #8A70FF 100%);
161
+ --pds-color-gradient-avatar-plum: linear-gradient(135deg, #000006 0%, #782EA9 76.76%);
162
+ --pds-color-gradient-avatar-spring: linear-gradient(315deg, #FFDC28 0%, #218C5F 100%);
163
+ --pds-color-gradient-avatar-summer: linear-gradient(135deg, #FF00C5 0%, #F09737 100%);
164
+ --pds-color-gradient-avatar-sun: linear-gradient(135deg, #E65F35 0%, #FFFF11 100%);
165
+ --pds-color-gradient-avatar-sundown: linear-gradient(135deg, #4BCE97 0%, #A2CFFF 50%, #F9DFCF 100%);
166
+ --pds-color-gradient-avatar-sunrise: linear-gradient(135deg, #3017A1 0%, #F09737 100%);
167
+ --pds-color-gradient-avatar-twilight: linear-gradient(315deg, #C72FA2 0%, #1B0874 100%);
168
+ --pds-color-gradient-avatar-winter: linear-gradient(315deg, #FFDC28 0%, #5F41E5 100%);
169
+ --pds-color-gradient-card-fog: linear-gradient(45deg, #EAD7D3 0%, #A2DCFF 100%);
170
+ --pds-color-gradient-card-lavender: linear-gradient(225deg, #8A70FF 0%, #BFB1FF 100%);
171
+ --pds-color-gradient-card-mint: linear-gradient(225deg, #4BCE97 0%, #BAF3DB 100%);
172
+ --pds-color-gradient-card-royal: linear-gradient(225deg, #3017A1 0%, #8A70FF 100%);
173
+ --pds-color-gradient-card-sundown: linear-gradient(225deg, #4BCE97 0%, #A2CFFF 50%, #F9DFCF 100%);
174
+ --pds-color-gradient-card-yellow: linear-gradient(225deg, #FFCB45 0%, #FFDC28 50%, #FFF1A9 100%);
175
+ --pds-color-gradient-midnight: linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%);
176
+ --pds-color-gradient-pastel-1: linear-gradient(175deg, #DFD8F55C 15%, #FFFFFF00 80%);
177
+ --pds-color-gradient-sunrise: linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%);
178
+ --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%);
179
+ --pds-color-icon-button-critical-background-active: #fcc5be;
180
+ --pds-color-icon-button-critical-background-default: rgba(0, 0, 0, 0);
181
+ --pds-color-icon-button-critical-background-hover: #ffedeb;
182
+ --pds-color-icon-button-critical-foreground-default: #ca3521;
183
+ --pds-color-icon-button-standard-background-active: #cfcfd3;
184
+ --pds-color-icon-button-standard-background-default: rgba(0, 0, 0, 0);
185
+ --pds-color-icon-button-standard-background-hover: #f1f1f1;
186
+ --pds-color-icon-button-standard-foreground-default: #6d6d78;
187
+ --pds-color-input-action-background-hover: #f8f8f8;
188
+ --pds-color-input-background-critical: #ffedeb;
67
189
  --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;
190
+ --pds-color-input-background-hover: #f0edfb;
191
+ --pds-color-input-border-critical: #ca3521;
192
+ --pds-color-input-border-default: #cfcfd3;
193
+ --pds-color-input-border-hover: #5e45cf;
194
+ --pds-color-input-border-success: #218c5f;
72
195
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
73
196
  --pds-color-input-checked-foreground: #ffffff;
74
- --pds-color-input-foreground-critical: #d61f1f;
197
+ --pds-color-input-file-upload-button-background-default: #f1f1f1;
198
+ --pds-color-input-file-upload-button-background-hover: #e6e6e7;
199
+ --pds-color-input-foreground-critical: #ca3521;
75
200
  --pds-color-input-foreground-default: #23232d;
76
- --pds-color-input-foreground-success: #1f845a;
77
- --pds-color-input-placeholder-text: #71717c;
201
+ --pds-color-input-foreground-success: #218c5f;
202
+ --pds-color-input-placeholder-text: #6d6d78;
203
+ --pds-color-input-toggle-switch-icon: #ffffff;
204
+ --pds-color-input-toggle-switch-off: #6d6d78;
205
+ --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
78
206
  --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;
207
+ --pds-color-interactive-link-active: #3017a1;
208
+ --pds-color-interactive-link-default: #0f62fe;
209
+ --pds-color-interactive-link-hover: #5e45cf;
210
+ --pds-color-interactive-link-visited: #5e45cf;
211
+ --pds-color-interactive-reverse-focus: #36a3ff;
212
+ --pds-color-interactive-reverse-link-active: #ad9bff;
213
+ --pds-color-interactive-reverse-link-default: #36a3ff;
214
+ --pds-color-interactive-reverse-link-hover: #8a70ff;
215
+ --pds-color-interactive-reverse-link-visited: #8a70ff;
216
+ --pds-color-link-cta-active: #200c7f;
217
+ --pds-color-link-cta-default: #3017a1;
218
+ --pds-color-link-cta-hover: #5e45cf;
219
+ --pds-color-logo-carousel-background: #5e45cf;
220
+ --pds-color-logo-carousel-foreground: var(--pds-color-foreground-reverse);
83
221
  --pds-color-menu-background: #ffffff;
84
- --pds-color-menu-item-background-active: #cfcfd3;
222
+ --pds-color-menu-item-background-active: #f1f1f1;
85
223
  --pds-color-menu-item-background-default: #ffffff;
86
224
  --pds-color-menu-item-background-hover: #f1f1f1;
87
- --pds-color-menu-item-description-text: #71717c;
225
+ --pds-color-menu-item-description-text: #6d6d78;
88
226
  --pds-color-menu-item-foreground: #23232d;
89
- --pds-color-menu-item-heading-text: #71717c;
227
+ --pds-color-menu-item-heading-text: #6d6d78;
228
+ --pds-color-neutral-000: #ffffff;
229
+ --pds-color-neutral-100: #f8f8f8;
230
+ --pds-color-neutral-200: #f1f1f1;
231
+ --pds-color-neutral-300: #cfcfd3;
232
+ --pds-color-neutral-400: #6d6d78;
233
+ --pds-color-neutral-500: #23232d;
234
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
235
+ --pds-color-pager-background-active: #f0edfb;
236
+ --pds-color-pager-background-hover: #f1f1f1;
237
+ --pds-color-pager-foreground-active: #5e45cf;
238
+ --pds-color-panel-critical-border: #ca3521;
90
239
  --pds-color-panel-default-background: var(--pds-color-background-default);
91
240
  --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
241
  --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);
242
+ --pds-color-partner-bitbucket: #004dc0;
243
+ --pds-color-partner-drupal: #009cde;
244
+ --pds-color-partner-gatsby: #663399;
245
+ --pds-color-partner-gitlab: #ffedfb;
246
+ --pds-color-partner-nextjs: #000000;
247
+ --pds-color-partner-wordpress: #0073aa;
248
+ --pds-color-progress-complete: #218c5f;
249
+ --pds-color-progress-empty: #cfcfd3;
250
+ --pds-color-progress-partial: #1d7afc;
251
+ --pds-color-segmented-button-background-active: #f0edfb;
252
+ --pds-color-segmented-button-background-default: #ffffff;
253
+ --pds-color-segmented-button-background-hover: #f8f8f8;
254
+ --pds-color-segmented-button-border-active: #3017a1;
255
+ --pds-color-segmented-button-border-default: #cfcfd3;
256
+ --pds-color-segmented-button-foreground-active: #3017a1;
257
+ --pds-color-segmented-button-foreground-default: #6d6d78;
258
+ --pds-color-semantic-critical-background: #ffedeb;
259
+ --pds-color-semantic-critical-foreground: #ca3521;
260
+ --pds-color-semantic-critical-utility: #f35945;
261
+ --pds-color-semantic-critical-utility-light: #fcc5be;
262
+ --pds-color-semantic-discovery-background: #eae6ff;
263
+ --pds-color-semantic-discovery-foreground: #8270db;
264
+ --pds-color-semantic-info-background: #e9f2ff;
265
+ --pds-color-semantic-info-foreground: #1d7afc;
266
+ --pds-color-semantic-neutral-background: #cfcfd3;
267
+ --pds-color-semantic-neutral-foreground: #23232d;
268
+ --pds-color-semantic-neutral-utility: #6d6d78;
269
+ --pds-color-semantic-success-background: #e3fcef;
270
+ --pds-color-semantic-success-foreground: #218c5f;
271
+ --pds-color-semantic-success-utility: #35ae7b;
272
+ --pds-color-semantic-warning-background: #fff7d6;
273
+ --pds-color-semantic-warning-foreground: #d97008;
274
+ --pds-color-side-nav-background-hover: #f0edfb;
275
+ --pds-color-social-rss: #f26522;
276
+ --pds-color-stepper-completed: #3017a1;
277
+ --pds-color-stepper-current: #3017a1;
278
+ --pds-color-stepper-default: #cfcfd3;
279
+ --pds-color-stepper-error: #ca3521;
280
+ --pds-color-strength-fair: #d97008;
281
+ --pds-color-strength-strong: #218c5f;
282
+ --pds-color-strength-very-weak: #cfcfd3;
283
+ --pds-color-strength-weak: #ca3521;
284
+ --pds-color-table-sort-arrow-active: #5e45cf;
285
+ --pds-color-table-sort-arrow-inactive: #cfcfd3;
286
+ --pds-color-tabs-accent: #5e45cf;
287
+ --pds-color-tag-1-background: #ded8fa;
288
+ --pds-color-tag-1-foreground: #5c4fac;
289
+ --pds-color-tag-10-background: #d0dffc;
290
+ --pds-color-tag-10-foreground: #2254c5;
291
+ --pds-color-tag-11-background: #72cb9b;
292
+ --pds-color-tag-11-foreground: #264a37;
293
+ --pds-color-tag-12-background: #81c1dd;
294
+ --pds-color-tag-12-foreground: #234453;
295
+ --pds-color-tag-13-background: #689bf8;
296
+ --pds-color-tag-13-foreground: #163168;
297
+ --pds-color-tag-14-background: #9c90e9;
298
+ --pds-color-tag-14-foreground: #342c60;
299
+ --pds-color-tag-15-background: #e7796d;
300
+ --pds-color-tag-15-foreground: #54221c;
301
+ --pds-color-tag-16-background: #f1a76e;
302
+ --pds-color-tag-16-foreground: #68320f;
303
+ --pds-color-tag-17-background: #d87ab8;
304
+ --pds-color-tag-17-foreground: #49273e;
305
+ --pds-color-tag-18-background: #efce60;
306
+ --pds-color-tag-18-foreground: #504012;
307
+ --pds-color-tag-19-background: #9fc65b;
308
+ --pds-color-tag-19-foreground: #3f4d27;
309
+ --pds-color-tag-2-background: #f8d7d3;
310
+ --pds-color-tag-2-foreground: #a0392c;
311
+ --pds-color-tag-20-background: #8790a0;
312
+ --pds-color-tag-20-foreground: #0e1e40;
313
+ --pds-color-tag-3-background: #f5e7a8;
314
+ --pds-color-tag-3-foreground: #7b611e;
315
+ --pds-color-tag-4-background: #f7d7ec;
316
+ --pds-color-tag-4-foreground: #894271;
317
+ --pds-color-tag-5-background: #d9f0af;
318
+ --pds-color-tag-5-foreground: #536a2b;
319
+ --pds-color-tag-6-background: #dddfe3;
320
+ --pds-color-tag-6-foreground: #47546d;
321
+ --pds-color-tag-7-background: #c6f1dc;
322
+ --pds-color-tag-7-foreground: #3e7256;
323
+ --pds-color-tag-8-background: #f9dfcb;
324
+ --pds-color-tag-8-foreground: #9a4e1c;
325
+ --pds-color-tag-9-background: #ceecf9;
326
+ --pds-color-tag-9-foreground: #366880;
327
+ --pds-color-text-default: var(--pds-color-foreground-default);
328
+ --pds-color-text-default-secondary: #6d6d78;
329
+ --pds-color-text-reverse: var(--pds-color-foreground-reverse);
330
+ --pds-color-tile-background-active: #f1f1f1;
331
+ --pds-color-tile-background-hover: #f8f8f8;
332
+ --pds-color-tile-separator: #cfcfd3;
333
+ --pds-color-toggle-button-background-off: #f1f1f1;
334
+ --pds-color-toggle-button-foreground-off: #6d6d78;
335
+ --pds-color-tooltip-background: #23232d;
336
+ --pds-color-tooltip-text: #ffffff;
337
+ --pds-color-tooltip-trigger-icon-critical: #ca3521;
338
+ --pds-color-tooltip-trigger-icon-default: #23232d;
339
+ --pds-elevation-active: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
340
+ --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
341
+ --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);
342
+ --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
343
  }
@@ -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
  }