@pantheon-systems/pds-design-tokens 1.0.0-dev.12 → 1.0.0-dev.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,7 +11,6 @@ Compiled tokens can be found in the `build` directory.
11
11
  PDS Design Tokens are provided in the following formats:
12
12
 
13
13
  - CSS Custom Properties
14
- - SASS Variables
15
14
  - JSON
16
15
  - Figma (formatted to sync to Figma styles)
17
16
 
@@ -21,11 +20,11 @@ Design tokens are specifically intended for the purpose of design and will be tr
21
20
 
22
21
  By default, tokens values should be unitless unless that unit is universal (such as percentages). Many PDS design tokens will be assigned a default unit type under the hood, but those unit designations will only be provided for the output formats where appropriate.
23
22
 
24
- For example, CSS and SCSS variable tokens will be output with unit-specific values. While JSON output tokens will always be unitless. However, if a default unit is assigned it will be available via the `defaultUnit` key for any token object.
23
+ For example, CSS variable tokens will be output with unit-specific values. While JSON output tokens will always be unitless. However, if a default unit is assigned it will be available via the `defaultUnit` key for any token object.
25
24
 
26
25
  ## Public and Private Tokens
27
26
 
28
- All tokens are considered private unless specifically designated as public. All tokens may be accessed via JSON token files, but only public tokens will be output to CSS and SCSS stylesheets.
27
+ All tokens are considered private unless specifically designated as public. All tokens may be accessed via JSON token files, but only public tokens will be output to CSS stylesheets.
29
28
 
30
29
  We typically only designate tokens as public when they need to be available to override for theming purposes such as switching between light and dark mode or for other custom themes.
31
30
 
@@ -10,11 +10,54 @@
10
10
  */
11
11
 
12
12
  :root {
13
+ --pds-color-background-brand-secondary: #4e39a8;
13
14
  --pds-color-background-default: #1d1d29;
15
+ --pds-color-background-default-secondary: #282839;
16
+ --pds-color-background-reverse: #e7e7eb;
17
+ --pds-color-badge-indicator-diamond-background: #f0fdff;
18
+ --pds-color-badge-indicator-diamond-foreground: #388bff;
19
+ --pds-color-badge-indicator-gold-background: #fff1a9;
20
+ --pds-color-badge-indicator-gold-foreground: #705e00;
21
+ --pds-color-badge-indicator-info-background: #388bff;
22
+ --pds-color-badge-indicator-info-foreground: #ffffff;
23
+ --pds-color-badge-indicator-neutral-background: #504e62;
24
+ --pds-color-badge-indicator-neutral-foreground: #ffffff;
25
+ --pds-color-badge-indicator-platinum-background: #d0c6ff;
26
+ --pds-color-badge-indicator-platinum-foreground: #4e39a8;
27
+ --pds-color-badge-indicator-silver-background: #a6a3b4;
28
+ --pds-color-badge-indicator-silver-foreground: var(--pds-color-text-default-secondary);
29
+ --pds-color-badge-indicator-success-background: #2abb7f;
30
+ --pds-color-badge-indicator-success-foreground: #ffffff;
31
+ --pds-color-badge-status-dot-critical: var(--pds-color-semantic-critical-foreground);
32
+ --pds-color-badge-status-dot-default: #858299;
33
+ --pds-color-badge-status-dot-disabled: #858299;
34
+ --pds-color-badge-status-dot-discovery: var(--pds-color-semantic-discovery-foreground);
35
+ --pds-color-badge-status-dot-frozen: #d0c6ff;
36
+ --pds-color-badge-status-dot-info: var(--pds-color-semantic-info-foreground);
37
+ --pds-color-badge-status-dot-success: var(--pds-color-semantic-success-foreground);
38
+ --pds-color-badge-status-dot-warning: var(--pds-color-semantic-warning-foreground);
39
+ --pds-color-badge-status-neutral-background: var(--pds-color-background-default);
40
+ --pds-color-badge-status-neutral-border: var(--pds-color-border-default);
41
+ --pds-color-badge-status-neutral-label: var(--pds-color-text-default-secondary);
42
+ --pds-color-badge-status-reverse-background: var(--pds-color-background-reverse);
43
+ --pds-color-badge-status-reverse-border: var(--pds-color-background-reverse);
44
+ --pds-color-badge-status-reverse-label: var(--pds-color-text-reverse);
45
+ --pds-color-badge-status-transparent-background: rgba(0, 0, 0, 0);
46
+ --pds-color-badge-status-transparent-border: var(--pds-color-border-default);
47
+ --pds-color-badge-status-transparent-label: var(--pds-color-text-default-secondary);
48
+ --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
49
+ --pds-color-banner-critical-foreground: #ffffff;
50
+ --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
51
+ --pds-color-banner-info-foreground: #ffffff;
52
+ --pds-color-banner-warning-background: linear-gradient(135deg, #DDBD16 0%, #DB7612 100%);
53
+ --pds-color-banner-warning-foreground: #121219;
14
54
  --pds-color-border-default: #504e62;
15
55
  --pds-color-brand-accent-default: #de0093;
16
56
  --pds-color-brand-primary-default: #ffdc28;
17
- --pds-color-brand-secondary-default: #6947ff;
57
+ --pds-color-brand-secondary-default: #8a70ff;
58
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
59
+ --pds-color-breadcrumb-separator: #858299;
60
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
18
61
  --pds-color-button-brand-background-active: #ddbd16;
19
62
  --pds-color-button-brand-background-default: #ffdc28;
20
63
  --pds-color-button-brand-background-hover: #ffe668;
@@ -24,21 +67,33 @@
24
67
  --pds-color-button-brand-foreground-active: #121219;
25
68
  --pds-color-button-brand-foreground-default: #121219;
26
69
  --pds-color-button-brand-foreground-hover: #121219;
27
- --pds-color-button-critical-background-active: #9c2f2f;
28
- --pds-color-button-critical-background-default: #e05757;
29
- --pds-color-button-critical-background-hover: #be4242;
30
- --pds-color-button-critical-border-active: #9c2f2f;
31
- --pds-color-button-critical-border-default: #e05757;
32
- --pds-color-button-critical-border-hover: #be4242;
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: #4b32bb;
37
- --pds-color-button-primary-background-default: #6947ff;
38
- --pds-color-button-primary-background-hover: #7657ff;
39
- --pds-color-button-primary-border-active: #4b32bb;
40
- --pds-color-button-primary-border-default: #6947ff;
41
- --pds-color-button-primary-border-hover: #7657ff;
70
+ --pds-color-button-brand-secondary-background-active: #282839;
71
+ --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
72
+ --pds-color-button-brand-secondary-background-hover: #504e62;
73
+ --pds-color-button-brand-secondary-border-active: #504e62;
74
+ --pds-color-button-brand-secondary-border-default: #a6a3b4;
75
+ --pds-color-button-brand-secondary-border-hover: #ffffff;
76
+ --pds-color-button-brand-secondary-foreground-active: #e7e7eb;
77
+ --pds-color-button-brand-secondary-foreground-default: #e7e7eb;
78
+ --pds-color-button-brand-secondary-foreground-hover: #ffffff;
79
+ --pds-color-button-critical-background-active: #4b2d28;
80
+ --pds-color-button-critical-background-default: var(--pds-color-background-default);
81
+ --pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
82
+ --pds-color-button-critical-border-active: var(--pds-color-semantic-critical-foreground);
83
+ --pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
84
+ --pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
85
+ --pds-color-button-critical-foreground-active: var(--pds-color-semantic-critical-foreground);
86
+ --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
87
+ --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
88
+ --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
89
+ --pds-color-button-navbar-foreground-default: #ffffff;
90
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
91
+ --pds-color-button-primary-background-active: #4e39a8;
92
+ --pds-color-button-primary-background-default: #8a70ff;
93
+ --pds-color-button-primary-background-hover: #ad9bff;
94
+ --pds-color-button-primary-border-active: #4e39a8;
95
+ --pds-color-button-primary-border-default: #8a70ff;
96
+ --pds-color-button-primary-border-hover: #ad9bff;
42
97
  --pds-color-button-primary-foreground-active: #ffffff;
43
98
  --pds-color-button-primary-foreground-default: #ffffff;
44
99
  --pds-color-button-primary-foreground-hover: #ffffff;
@@ -51,35 +106,55 @@
51
106
  --pds-color-button-secondary-foreground-active: #e7e7eb;
52
107
  --pds-color-button-secondary-foreground-default: #e7e7eb;
53
108
  --pds-color-button-secondary-foreground-hover: #ffffff;
54
- --pds-color-button-subtle-background-active: #282839;
55
109
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
56
- --pds-color-button-subtle-background-hover: #504e62;
57
110
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
58
- --pds-color-button-subtle-foreground-active: #e7e7eb;
59
- --pds-color-button-subtle-foreground-default: #e7e7eb;
60
- --pds-color-button-subtle-foreground-hover: #ffffff;
111
+ --pds-color-button-subtle-foreground-active: var(--pds-color-link-active);
112
+ --pds-color-button-subtle-foreground-default: #d0c6ff;
113
+ --pds-color-button-subtle-foreground-hover: var(--pds-color-link-hover);
114
+ --pds-color-card-border: #504e62;
115
+ --pds-color-code-inline-background: #282839;
116
+ --pds-color-code-inline-border: #504e62;
117
+ --pds-color-code-inline-text: #ffffff;
118
+ --pds-color-expansion-panel-hover: #282839;
119
+ --pds-color-expansion-panel-open: #282839;
61
120
  --pds-color-foreground-default: #ffffff;
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%);
121
+ --pds-color-foreground-reverse: #1d1d29;
122
+ --pds-color-gradient-after-hours: linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%);
123
+ --pds-color-gradient-midnight: linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%);
124
+ --pds-color-gradient-sunrise: linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%);
125
+ --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%);
126
+ --pds-color-icon-button-background-active: #858299;
127
+ --pds-color-icon-button-background-default: rgba(0, 0, 0, 0);
128
+ --pds-color-icon-button-background-hover: #a6a3b4;
129
+ --pds-color-icon-button-foreground-default: #ffffff;
130
+ --pds-color-input-action-background-hover: #504e62;
66
131
  --pds-color-input-background-critical: #1d1d29;
67
132
  --pds-color-input-background-default: #1d1d29;
68
- --pds-color-input-border-critical: #e05757;
69
- --pds-color-input-border-default: #a6a3b4;
70
- --pds-color-input-border-hover: var(--pds-color-interactive-focus);
71
- --pds-color-input-border-success: #22a06b;
133
+ --pds-color-input-background-hover: #282839;
134
+ --pds-color-input-border-critical: #ef5c48;
135
+ --pds-color-input-border-default: #858299;
136
+ --pds-color-input-border-hover: #ad9bff;
137
+ --pds-color-input-border-success: #2abb7f;
72
138
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
73
139
  --pds-color-input-checked-foreground: #ffffff;
74
- --pds-color-input-foreground-critical: #e05757;
140
+ --pds-color-input-foreground-critical: #ef5c48;
75
141
  --pds-color-input-foreground-default: #ffffff;
76
- --pds-color-input-foreground-success: #22a06b;
142
+ --pds-color-input-foreground-success: #2abb7f;
77
143
  --pds-color-input-placeholder-text: #a6a3b4;
144
+ --pds-color-input-toggle-switch-icon: #ffffff;
145
+ --pds-color-input-toggle-switch-off: #504e62;
146
+ --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
78
147
  --pds-color-interactive-focus: #36a3ff;
79
- --pds-color-link-active: #2776b9;
148
+ --pds-color-interactive-link: #36a3ff;
149
+ --pds-color-interactive-reverse-focus: #36a3ff;
150
+ --pds-color-interactive-reverse-link: #36a3ff;
151
+ --pds-color-link-active: #8a70ff;
152
+ --pds-color-link-cta-active: #d0c6ff;
153
+ --pds-color-link-cta-default: #8a70ff;
154
+ --pds-color-link-cta-hover: #ad9bff;
80
155
  --pds-color-link-default: #36a3ff;
81
- --pds-color-link-hover: #2776b9;
82
- --pds-color-link-visited: #967fff;
156
+ --pds-color-link-hover: #8a70ff;
157
+ --pds-color-link-visited: #8a70ff;
83
158
  --pds-color-menu-background: #282839;
84
159
  --pds-color-menu-item-background-active: #858299;
85
160
  --pds-color-menu-item-background-default: #282839;
@@ -87,20 +162,75 @@
87
162
  --pds-color-menu-item-description-text: #a6a3b4;
88
163
  --pds-color-menu-item-foreground: #ffffff;
89
164
  --pds-color-menu-item-heading-text: #a6a3b4;
165
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
90
166
  --pds-color-panel-default-background: var(--pds-color-background-default);
91
167
  --pds-color-panel-default-border: var(--pds-color-border-default);
92
- --pds-color-panel-overlay-background: #282839;
93
- --pds-color-panel-overlay-border: #282839;
94
- --pds-color-panel-raised-background: #282839;
95
- --pds-color-panel-raised-border: var(--pds-color-border-default);
96
168
  --pds-color-panel-sunken-background: #121219;
97
- --pds-color-panel-sunken-border: #121219;
98
- --pds-color-text-default: #ffffff;
99
- --pds-color-text-headings: var(--pds-color-text-default);
100
- --pds-color-text-lead: #a6a3b4;
101
- --pds-color-text-overline: #a6a3b4;
102
- --pds-color-text-paragraph: var(--pds-color-text-default);
103
- --pds-color-text-quote: #a6a3b4;
169
+ --pds-color-partner-bitbucket: #004dc0;
170
+ --pds-color-partner-drupal: #009cde;
171
+ --pds-color-partner-gatsby: #663399;
172
+ --pds-color-partner-gitlab: #ffedfb;
173
+ --pds-color-partner-nextjs: #000000;
174
+ --pds-color-partner-wordpress: #0073aa;
175
+ --pds-color-progress-complete: #2abb7f;
176
+ --pds-color-progress-empty: #a6a3b4;
177
+ --pds-color-progress-partial: #388bff;
178
+ --pds-color-semantic-critical-background: #391813;
179
+ --pds-color-semantic-critical-foreground: #ef5c48;
180
+ --pds-color-semantic-discovery-background: #231c3f;
181
+ --pds-color-semantic-discovery-foreground: #8f7ee7;
182
+ --pds-color-semantic-info-background: #082145;
183
+ --pds-color-semantic-info-foreground: #388bff;
184
+ --pds-color-semantic-success-background: #133527;
185
+ --pds-color-semantic-success-foreground: #2abb7f;
186
+ --pds-color-semantic-warning-background: #3d2e00;
187
+ --pds-color-semantic-warning-foreground: #cf9f02;
188
+ --pds-color-side-nav-background-hover: #282839;
189
+ --pds-color-stepper-completed: #8a70ff;
190
+ --pds-color-stepper-current: #8a70ff;
191
+ --pds-color-stepper-default: #858299;
192
+ --pds-color-stepper-error: #ef5c48;
193
+ --pds-color-strength-fair: #cf9f02;
194
+ --pds-color-strength-strong: #2abb7f;
195
+ --pds-color-strength-very-weak: #a6a3b4;
196
+ --pds-color-strength-weak: #ef5c48;
197
+ --pds-color-table-sort-arrow-active: #8a70ff;
198
+ --pds-color-table-sort-arrow-inactive: #a6a3b4;
199
+ --pds-color-tabs-accent: #ad9bff;
200
+ --pds-color-tag-1-background: #705e00;
201
+ --pds-color-tag-1-foreground: #fffbe9;
202
+ --pds-color-tag-10-background: #5b440a;
203
+ --pds-color-tag-10-foreground: #efeadf;
204
+ --pds-color-tag-2-background: #4e39a8;
205
+ --pds-color-tag-2-foreground: #f3f0ff;
206
+ --pds-color-tag-3-background: #560039;
207
+ --pds-color-tag-3-foreground: #ffe5f6;
208
+ --pds-color-tag-4-background: #504e62;
209
+ --pds-color-tag-4-foreground: #e7e7eb;
210
+ --pds-color-tag-5-background: #700000;
211
+ --pds-color-tag-5-foreground: #ffebeb;
212
+ --pds-color-tag-6-background: #b15902;
213
+ --pds-color-tag-6-foreground: #fffae6;
214
+ --pds-color-tag-7-background: #164b35;
215
+ --pds-color-tag-7-foreground: #dffcf0;
216
+ --pds-color-tag-8-background: #0f5f6a;
217
+ --pds-color-tag-8-foreground: #f0fdff;
218
+ --pds-color-tag-9-background: #0155cc;
219
+ --pds-color-tag-9-foreground: #082145;
220
+ --pds-color-tag-remove-button: #a6a3b4;
221
+ --pds-color-text-default: var(--pds-color-foreground-default);
222
+ --pds-color-text-default-secondary: #a6a3b4;
223
+ --pds-color-text-reverse: var(--pds-color-foreground-reverse);
224
+ --pds-color-tile-background-active: #858299;
225
+ --pds-color-tile-background-hover: #504e62;
226
+ --pds-color-tile-separator: #504e62;
227
+ --pds-color-toggle-button-background-off: #504e62;
228
+ --pds-color-toggle-button-foreground-off: #e7e7eb;
229
+ --pds-color-tooltip-background: #a6a3b4;
230
+ --pds-color-tooltip-text: #121219;
231
+ --pds-color-tooltip-trigger-icon-critical: #ef5c48;
232
+ --pds-color-tooltip-trigger-icon-default: #e7e7eb;
233
+ --pds-elevation-dropdown: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
104
234
  --pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
105
235
  --pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
106
236
  }
@@ -10,11 +10,54 @@
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-diamond-background: #f0fdff;
18
+ --pds-color-badge-indicator-diamond-foreground: #1d7afc;
19
+ --pds-color-badge-indicator-gold-background: #fff1a9;
20
+ --pds-color-badge-indicator-gold-foreground: #705e00;
21
+ --pds-color-badge-indicator-info-background: #1d7afc;
22
+ --pds-color-badge-indicator-info-foreground: #ffffff;
23
+ --pds-color-badge-indicator-neutral-background: #6d6d78;
24
+ --pds-color-badge-indicator-neutral-foreground: #ffffff;
25
+ --pds-color-badge-indicator-platinum-background: #f0edfb;
26
+ --pds-color-badge-indicator-platinum-foreground: #3017a1;
27
+ --pds-color-badge-indicator-silver-background: #f1f1f1;
28
+ --pds-color-badge-indicator-silver-foreground: var(--pds-color-text-default-secondary);
29
+ --pds-color-badge-indicator-success-background: #218c5f;
30
+ --pds-color-badge-indicator-success-foreground: #ffffff;
31
+ --pds-color-badge-status-dot-critical: var(--pds-color-semantic-critical-foreground);
32
+ --pds-color-badge-status-dot-default: #cfcfd3;
33
+ --pds-color-badge-status-dot-disabled: #cfcfd3;
34
+ --pds-color-badge-status-dot-discovery: var(--pds-color-semantic-discovery-foreground);
35
+ --pds-color-badge-status-dot-frozen: #dfd8f5;
36
+ --pds-color-badge-status-dot-info: var(--pds-color-semantic-info-foreground);
37
+ --pds-color-badge-status-dot-success: var(--pds-color-semantic-success-foreground);
38
+ --pds-color-badge-status-dot-warning: var(--pds-color-semantic-warning-foreground);
39
+ --pds-color-badge-status-neutral-background: var(--pds-color-background-default);
40
+ --pds-color-badge-status-neutral-border: var(--pds-color-border-default);
41
+ --pds-color-badge-status-neutral-label: var(--pds-color-text-default-secondary);
42
+ --pds-color-badge-status-reverse-background: var(--pds-color-background-reverse);
43
+ --pds-color-badge-status-reverse-border: var(--pds-color-background-reverse);
44
+ --pds-color-badge-status-reverse-label: var(--pds-color-text-reverse);
45
+ --pds-color-badge-status-transparent-background: rgba(0, 0, 0, 0);
46
+ --pds-color-badge-status-transparent-border: var(--pds-color-border-default);
47
+ --pds-color-badge-status-transparent-label: var(--pds-color-text-default-secondary);
48
+ --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
49
+ --pds-color-banner-critical-foreground: #ffffff;
50
+ --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
51
+ --pds-color-banner-info-foreground: #ffffff;
52
+ --pds-color-banner-warning-background: linear-gradient(135deg, #DDBD16 0%, #DB7612 100%);
53
+ --pds-color-banner-warning-foreground: #23232d;
54
+ --pds-color-border-default: rgba(0, 0, 0, 0.11);
15
55
  --pds-color-brand-accent-default: #de0093;
16
56
  --pds-color-brand-primary-default: #ffdc28;
17
57
  --pds-color-brand-secondary-default: #3017a1;
58
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
59
+ --pds-color-breadcrumb-separator: #cfcfd3;
60
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
18
61
  --pds-color-button-brand-background-active: #ddbd16;
19
62
  --pds-color-button-brand-background-default: #ffdc28;
20
63
  --pds-color-button-brand-background-hover: #ffe668;
@@ -24,83 +67,183 @@
24
67
  --pds-color-button-brand-foreground-active: #23232d;
25
68
  --pds-color-button-brand-foreground-default: #23232d;
26
69
  --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;
70
+ --pds-color-button-brand-secondary-background-active: #f1f1f1;
71
+ --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
72
+ --pds-color-button-brand-secondary-background-hover: #f8f8f8;
73
+ --pds-color-button-brand-secondary-border-active: #23232d;
74
+ --pds-color-button-brand-secondary-border-default: #6d6d78;
75
+ --pds-color-button-brand-secondary-border-hover: #23232d;
76
+ --pds-color-button-brand-secondary-foreground-active: #23232d;
77
+ --pds-color-button-brand-secondary-foreground-default: #23232d;
78
+ --pds-color-button-brand-secondary-foreground-hover: #23232d;
79
+ --pds-color-button-critical-background-active: #ffdcd8;
80
+ --pds-color-button-critical-background-default: var(--pds-color-background-default);
81
+ --pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
82
+ --pds-color-button-critical-border-active: #b52f1d;
83
+ --pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
84
+ --pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
85
+ --pds-color-button-critical-foreground-active: #b52f1d;
86
+ --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
87
+ --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
88
+ --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
89
+ --pds-color-button-navbar-foreground-default: var(--pds-color-foreground-default);
90
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
91
+ --pds-color-button-primary-background-active: #1b0874;
37
92
  --pds-color-button-primary-background-default: #3017a1;
38
- --pds-color-button-primary-background-hover: #5f41e5;
39
- --pds-color-button-primary-border-active: #11005d;
93
+ --pds-color-button-primary-background-hover: #654bd5;
94
+ --pds-color-button-primary-border-active: #1b0874;
40
95
  --pds-color-button-primary-border-default: #3017a1;
41
- --pds-color-button-primary-border-hover: #5f41e5;
96
+ --pds-color-button-primary-border-hover: #654bd5;
42
97
  --pds-color-button-primary-foreground-active: #ffffff;
43
98
  --pds-color-button-primary-foreground-default: #ffffff;
44
99
  --pds-color-button-primary-foreground-hover: #ffffff;
45
- --pds-color-button-secondary-background-active: #e5dbff;
100
+ --pds-color-button-secondary-background-active: #dfd8f5;
46
101
  --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;
102
+ --pds-color-button-secondary-background-hover: #f0edfb;
103
+ --pds-color-button-secondary-border-active: #1b0874;
49
104
  --pds-color-button-secondary-border-default: #3017a1;
50
- --pds-color-button-secondary-border-hover: #5f41e5;
51
- --pds-color-button-secondary-foreground-active: #11005d;
105
+ --pds-color-button-secondary-border-hover: #654bd5;
106
+ --pds-color-button-secondary-foreground-active: #1b0874;
52
107
  --pds-color-button-secondary-foreground-default: #3017a1;
53
108
  --pds-color-button-secondary-foreground-hover: #3017a1;
54
- --pds-color-button-subtle-background-active: #e5dbff;
55
109
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
56
- --pds-color-button-subtle-background-hover: #f0ecff;
57
110
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
58
- --pds-color-button-subtle-foreground-active: #11005d;
111
+ --pds-color-button-subtle-foreground-active: #1b0874;
59
112
  --pds-color-button-subtle-foreground-default: #3017a1;
60
- --pds-color-button-subtle-foreground-hover: #3017a1;
113
+ --pds-color-button-subtle-foreground-hover: #654bd5;
114
+ --pds-color-card-border: var(--pds-color-border-default);
115
+ --pds-color-code-inline-background: #f0edfb;
116
+ --pds-color-code-inline-border: #dfd8f5;
117
+ --pds-color-code-inline-text: #000000;
118
+ --pds-color-expansion-panel-hover: #f1f1f1;
119
+ --pds-color-expansion-panel-open: #f1f1f1;
61
120
  --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;
121
+ --pds-color-foreground-reverse: #ffffff;
122
+ --pds-color-gradient-after-hours: linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%);
123
+ --pds-color-gradient-midnight: linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%);
124
+ --pds-color-gradient-pastel-1: linear-gradient(175deg, #DFD8F55C 15%, #FFFFFF00 80%);
125
+ --pds-color-gradient-sunrise: linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%);
126
+ --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%);
127
+ --pds-color-icon-button-background-active: #cfcfd3;
128
+ --pds-color-icon-button-background-default: rgba(0, 0, 0, 0);
129
+ --pds-color-icon-button-background-hover: #f1f1f1;
130
+ --pds-color-icon-button-foreground-default: #23232d;
131
+ --pds-color-input-action-background-hover: #f8f8f8;
132
+ --pds-color-input-background-critical: #ffedeb;
67
133
  --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;
134
+ --pds-color-input-background-hover: #f0edfb;
135
+ --pds-color-input-border-critical: #ca3521;
136
+ --pds-color-input-border-default: #cfcfd3;
137
+ --pds-color-input-border-hover: #654bd5;
138
+ --pds-color-input-border-success: #218c5f;
72
139
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
73
140
  --pds-color-input-checked-foreground: #ffffff;
74
- --pds-color-input-foreground-critical: #d61f1f;
141
+ --pds-color-input-foreground-critical: #ca3521;
75
142
  --pds-color-input-foreground-default: #23232d;
76
- --pds-color-input-foreground-success: #1f845a;
77
- --pds-color-input-placeholder-text: #71717c;
143
+ --pds-color-input-foreground-success: #218c5f;
144
+ --pds-color-input-placeholder-text: #6d6d78;
145
+ --pds-color-input-toggle-switch-icon: #ffffff;
146
+ --pds-color-input-toggle-switch-off: #6d6d78;
147
+ --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
78
148
  --pds-color-interactive-focus: #0f62fe;
79
- --pds-color-link-active: #003cac;
149
+ --pds-color-interactive-link: #0f62fe;
150
+ --pds-color-interactive-reverse-focus: #36a3ff;
151
+ --pds-color-interactive-reverse-link: #36a3ff;
152
+ --pds-color-link-active: #654bd5;
153
+ --pds-color-link-cta-active: #1b0874;
154
+ --pds-color-link-cta-default: #3017a1;
155
+ --pds-color-link-cta-hover: #654bd5;
80
156
  --pds-color-link-default: #0f62fe;
81
- --pds-color-link-hover: #003cac;
82
- --pds-color-link-visited: #967fff;
157
+ --pds-color-link-hover: #654bd5;
158
+ --pds-color-link-visited: #654bd5;
159
+ --pds-color-logo-carousel-background: #654bd5;
160
+ --pds-color-logo-carousel-foreground: var(--pds-color-foreground-reverse);
83
161
  --pds-color-menu-background: #ffffff;
84
- --pds-color-menu-item-background-active: #cfcfd3;
162
+ --pds-color-menu-item-background-active: #f1f1f1;
85
163
  --pds-color-menu-item-background-default: #ffffff;
86
164
  --pds-color-menu-item-background-hover: #f1f1f1;
87
- --pds-color-menu-item-description-text: #71717c;
165
+ --pds-color-menu-item-description-text: #6d6d78;
88
166
  --pds-color-menu-item-foreground: #23232d;
89
- --pds-color-menu-item-heading-text: #71717c;
167
+ --pds-color-menu-item-heading-text: #6d6d78;
168
+ --pds-color-neutral-000: #ffffff;
169
+ --pds-color-neutral-100: #f8f8f8;
170
+ --pds-color-neutral-200: #f1f1f1;
171
+ --pds-color-neutral-300: #cfcfd3;
172
+ --pds-color-neutral-400: #6d6d78;
173
+ --pds-color-neutral-500: #23232d;
174
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
175
+ --pds-color-pager-background-active: #f0edfb;
176
+ --pds-color-pager-background-hover: #f1f1f1;
177
+ --pds-color-pager-foreground-active: #654bd5;
90
178
  --pds-color-panel-default-background: var(--pds-color-background-default);
91
179
  --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
180
  --pds-color-panel-sunken-background: #f1f1f1;
97
- --pds-color-panel-sunken-border: #f1f1f1;
98
- --pds-color-text-default: #23232d;
99
- --pds-color-text-headings: var(--pds-color-text-default);
100
- --pds-color-text-lead: #71717c;
101
- --pds-color-text-overline: #71717c;
102
- --pds-color-text-paragraph: #23232d;
103
- --pds-color-text-quote: #71717c;
104
- --pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
105
- --pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
181
+ --pds-color-partner-bitbucket: #004dc0;
182
+ --pds-color-partner-drupal: #009cde;
183
+ --pds-color-partner-gatsby: #663399;
184
+ --pds-color-partner-gitlab: #ffedfb;
185
+ --pds-color-partner-nextjs: #000000;
186
+ --pds-color-partner-wordpress: #0073aa;
187
+ --pds-color-progress-complete: #218c5f;
188
+ --pds-color-progress-empty: #cfcfd3;
189
+ --pds-color-progress-partial: #1d7afc;
190
+ --pds-color-semantic-critical-background: #ffedeb;
191
+ --pds-color-semantic-critical-foreground: #ca3521;
192
+ --pds-color-semantic-discovery-background: #eae6ff;
193
+ --pds-color-semantic-discovery-foreground: #8270db;
194
+ --pds-color-semantic-info-background: #e9f2ff;
195
+ --pds-color-semantic-info-foreground: #1d7afc;
196
+ --pds-color-semantic-success-background: #e3fcef;
197
+ --pds-color-semantic-success-foreground: #218c5f;
198
+ --pds-color-semantic-warning-background: #fff7d6;
199
+ --pds-color-semantic-warning-foreground: #d97008;
200
+ --pds-color-side-nav-background-hover: #f0edfb;
201
+ --pds-color-stepper-completed: #3017a1;
202
+ --pds-color-stepper-current: #3017a1;
203
+ --pds-color-stepper-default: #cfcfd3;
204
+ --pds-color-stepper-error: #ca3521;
205
+ --pds-color-strength-fair: #d97008;
206
+ --pds-color-strength-strong: #218c5f;
207
+ --pds-color-strength-very-weak: #cfcfd3;
208
+ --pds-color-strength-weak: #ca3521;
209
+ --pds-color-table-sort-arrow-active: #654bd5;
210
+ --pds-color-table-sort-arrow-inactive: #cfcfd3;
211
+ --pds-color-tabs-accent: #654bd5;
212
+ --pds-color-tag-1-background: #fffbe9;
213
+ --pds-color-tag-1-foreground: #705e00;
214
+ --pds-color-tag-10-background: #efeadf;
215
+ --pds-color-tag-10-foreground: #5b440a;
216
+ --pds-color-tag-2-background: #f0edfb;
217
+ --pds-color-tag-2-foreground: #3017a1;
218
+ --pds-color-tag-3-background: #ffe5f6;
219
+ --pds-color-tag-3-foreground: #9a0066;
220
+ --pds-color-tag-4-background: #f1f1f1;
221
+ --pds-color-tag-4-foreground: #4c4c4d;
222
+ --pds-color-tag-5-background: #fff0f0;
223
+ --pds-color-tag-5-foreground: #700000;
224
+ --pds-color-tag-6-background: #fff6eb;
225
+ --pds-color-tag-6-foreground: #ae5401;
226
+ --pds-color-tag-7-background: #dffcf0;
227
+ --pds-color-tag-7-foreground: #164b35;
228
+ --pds-color-tag-8-background: #dffbff;
229
+ --pds-color-tag-8-foreground: #036e7d;
230
+ --pds-color-tag-9-background: #e9f2ff;
231
+ --pds-color-tag-9-foreground: #0155cc;
232
+ --pds-color-tag-remove-button: #61616b;
233
+ --pds-color-text-default: var(--pds-color-foreground-default);
234
+ --pds-color-text-default-secondary: #6d6d78;
235
+ --pds-color-text-reverse: var(--pds-color-foreground-reverse);
236
+ --pds-color-tile-background-active: #f1f1f1;
237
+ --pds-color-tile-background-hover: #f8f8f8;
238
+ --pds-color-tile-separator: #cfcfd3;
239
+ --pds-color-toggle-button-background-off: #f1f1f1;
240
+ --pds-color-toggle-button-foreground-off: #6d6d78;
241
+ --pds-color-tooltip-background: #23232d;
242
+ --pds-color-tooltip-text: #ffffff;
243
+ --pds-color-tooltip-trigger-icon-critical: #ca3521;
244
+ --pds-color-tooltip-trigger-icon-default: #23232d;
245
+ --pds-elevation-active: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
246
+ --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
247
+ --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);
248
+ --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);
106
249
  }