@pantheon-systems/pds-design-tokens 1.0.0-dev.11 → 1.0.0-dev.110

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,42 @@
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-border: #a6a3b4;
18
+ --pds-color-badge-indicator-diamond-background: #f0fdff;
19
+ --pds-color-badge-indicator-diamond-foreground: #388bff;
20
+ --pds-color-badge-indicator-early-access-background: #2abb7f;
21
+ --pds-color-badge-indicator-early-access-foreground: #133527;
22
+ --pds-color-badge-indicator-gold-background: #fff1a9;
23
+ --pds-color-badge-indicator-gold-foreground: #705e00;
24
+ --pds-color-badge-indicator-platinum-background: #d0c6ff;
25
+ --pds-color-badge-indicator-platinum-foreground: #4e39a8;
26
+ --pds-color-badge-indicator-silver-background: #e7e7eb;
27
+ --pds-color-badge-indicator-silver-foreground: #504e62;
28
+ --pds-color-badge-label: #e7e7eb;
29
+ --pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
30
+ --pds-color-badge-status-default: #858299;
31
+ --pds-color-badge-status-discovery: var(--pds-color-semantic-discovery-foreground);
32
+ --pds-color-badge-status-frozen: #d0c6ff;
33
+ --pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
34
+ --pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
35
+ --pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
36
+ --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
37
+ --pds-color-banner-critical-foreground: #ffffff;
38
+ --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
39
+ --pds-color-banner-info-foreground: #ffffff;
40
+ --pds-color-banner-warning-background: linear-gradient(135deg, #DDBD16 0%, #DB7612 100%);
41
+ --pds-color-banner-warning-foreground: #121219;
14
42
  --pds-color-border-default: #504e62;
15
43
  --pds-color-brand-accent-default: #de0093;
16
44
  --pds-color-brand-primary-default: #ffdc28;
17
- --pds-color-brand-secondary-default: #6947ff;
45
+ --pds-color-brand-secondary-default: #8a70ff;
46
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
47
+ --pds-color-breadcrumb-separator: #858299;
48
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
18
49
  --pds-color-button-brand-background-active: #ddbd16;
19
50
  --pds-color-button-brand-background-default: #ffdc28;
20
51
  --pds-color-button-brand-background-hover: #ffe668;
@@ -24,21 +55,33 @@
24
55
  --pds-color-button-brand-foreground-active: #121219;
25
56
  --pds-color-button-brand-foreground-default: #121219;
26
57
  --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;
58
+ --pds-color-button-brand-secondary-background-active: #282839;
59
+ --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
60
+ --pds-color-button-brand-secondary-background-hover: #504e62;
61
+ --pds-color-button-brand-secondary-border-active: #504e62;
62
+ --pds-color-button-brand-secondary-border-default: #a6a3b4;
63
+ --pds-color-button-brand-secondary-border-hover: #ffffff;
64
+ --pds-color-button-brand-secondary-foreground-active: #e7e7eb;
65
+ --pds-color-button-brand-secondary-foreground-default: #e7e7eb;
66
+ --pds-color-button-brand-secondary-foreground-hover: #ffffff;
67
+ --pds-color-button-critical-background-active: #4b2d28;
68
+ --pds-color-button-critical-background-default: var(--pds-color-background-default);
69
+ --pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
70
+ --pds-color-button-critical-border-active: var(--pds-color-semantic-critical-foreground);
71
+ --pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
72
+ --pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
73
+ --pds-color-button-critical-foreground-active: var(--pds-color-semantic-critical-foreground);
74
+ --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
75
+ --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
76
+ --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
77
+ --pds-color-button-navbar-foreground-default: #ffffff;
78
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
79
+ --pds-color-button-primary-background-active: #4e39a8;
80
+ --pds-color-button-primary-background-default: #8a70ff;
81
+ --pds-color-button-primary-background-hover: #ad9bff;
82
+ --pds-color-button-primary-border-active: #4e39a8;
83
+ --pds-color-button-primary-border-default: #8a70ff;
84
+ --pds-color-button-primary-border-hover: #ad9bff;
42
85
  --pds-color-button-primary-foreground-active: #ffffff;
43
86
  --pds-color-button-primary-foreground-default: #ffffff;
44
87
  --pds-color-button-primary-foreground-hover: #ffffff;
@@ -51,36 +94,59 @@
51
94
  --pds-color-button-secondary-foreground-active: #e7e7eb;
52
95
  --pds-color-button-secondary-foreground-default: #e7e7eb;
53
96
  --pds-color-button-secondary-foreground-hover: #ffffff;
54
- --pds-color-button-subtle-background-active: #282839;
55
97
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
56
- --pds-color-button-subtle-background-hover: #504e62;
57
98
  --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;
99
+ --pds-color-button-subtle-foreground-active: var(--pds-color-link-active);
100
+ --pds-color-button-subtle-foreground-default: #d0c6ff;
101
+ --pds-color-button-subtle-foreground-hover: var(--pds-color-link-hover);
102
+ --pds-color-card-border: #504e62;
103
+ --pds-color-code-inline-background: #282839;
104
+ --pds-color-code-inline-border: #504e62;
105
+ --pds-color-code-inline-text: #ffffff;
106
+ --pds-color-expansion-panel-hover: #282839;
107
+ --pds-color-expansion-panel-open: #282839;
61
108
  --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%);
109
+ --pds-color-foreground-reverse: #1d1d29;
110
+ --pds-color-gradient-after-hours: linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%);
111
+ --pds-color-gradient-midnight: linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%);
112
+ --pds-color-gradient-sunrise: linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%);
113
+ --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%);
114
+ --pds-color-icon-button-critical-background-active: var(--pds-color-button-critical-background-active);
115
+ --pds-color-icon-button-critical-background-default: var(--pds-color-button-critical-background-default);
116
+ --pds-color-icon-button-critical-background-hover: var(--pds-color-button-critical-background-hover);
117
+ --pds-color-icon-button-critical-foreground-default: var(--pds-color-button-critical-foreground-default);
118
+ --pds-color-icon-button-standard-background-active: #858299;
119
+ --pds-color-icon-button-standard-background-default: rgba(0, 0, 0, 0);
120
+ --pds-color-icon-button-standard-background-hover: #a6a3b4;
121
+ --pds-color-icon-button-standard-foreground-default: #ffffff;
122
+ --pds-color-input-action-background-hover: #504e62;
66
123
  --pds-color-input-background-critical: #1d1d29;
67
124
  --pds-color-input-background-default: #1d1d29;
68
125
  --pds-color-input-background-hover: #282839;
69
- --pds-color-input-border-critical: #e05757;
70
- --pds-color-input-border-default: #a6a3b4;
71
- --pds-color-input-border-hover: var(--pds-color-interactive-focus);
72
- --pds-color-input-border-success: #22a06b;
126
+ --pds-color-input-border-critical: #ef5c48;
127
+ --pds-color-input-border-default: #858299;
128
+ --pds-color-input-border-hover: #ad9bff;
129
+ --pds-color-input-border-success: #2abb7f;
73
130
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
74
131
  --pds-color-input-checked-foreground: #ffffff;
75
- --pds-color-input-foreground-critical: #e05757;
132
+ --pds-color-input-foreground-critical: #ef5c48;
76
133
  --pds-color-input-foreground-default: #ffffff;
77
- --pds-color-input-foreground-success: #22a06b;
134
+ --pds-color-input-foreground-success: #2abb7f;
78
135
  --pds-color-input-placeholder-text: #a6a3b4;
136
+ --pds-color-input-toggle-switch-icon: #ffffff;
137
+ --pds-color-input-toggle-switch-off: #504e62;
138
+ --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
79
139
  --pds-color-interactive-focus: #36a3ff;
80
- --pds-color-link-active: #2776b9;
140
+ --pds-color-interactive-link: #36a3ff;
141
+ --pds-color-interactive-reverse-focus: #36a3ff;
142
+ --pds-color-interactive-reverse-link: #36a3ff;
143
+ --pds-color-link-active: #8a70ff;
144
+ --pds-color-link-cta-active: #d0c6ff;
145
+ --pds-color-link-cta-default: #8a70ff;
146
+ --pds-color-link-cta-hover: #ad9bff;
81
147
  --pds-color-link-default: #36a3ff;
82
- --pds-color-link-hover: #2776b9;
83
- --pds-color-link-visited: #967fff;
148
+ --pds-color-link-hover: #8a70ff;
149
+ --pds-color-link-visited: #8a70ff;
84
150
  --pds-color-menu-background: #282839;
85
151
  --pds-color-menu-item-background-active: #858299;
86
152
  --pds-color-menu-item-background-default: #282839;
@@ -88,20 +154,74 @@
88
154
  --pds-color-menu-item-description-text: #a6a3b4;
89
155
  --pds-color-menu-item-foreground: #ffffff;
90
156
  --pds-color-menu-item-heading-text: #a6a3b4;
157
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
91
158
  --pds-color-panel-default-background: var(--pds-color-background-default);
92
159
  --pds-color-panel-default-border: var(--pds-color-border-default);
93
- --pds-color-panel-overlay-background: #282839;
94
- --pds-color-panel-overlay-border: #282839;
95
- --pds-color-panel-raised-background: #282839;
96
- --pds-color-panel-raised-border: var(--pds-color-border-default);
97
160
  --pds-color-panel-sunken-background: #121219;
98
- --pds-color-panel-sunken-border: #121219;
99
- --pds-color-text-default: #ffffff;
100
- --pds-color-text-headings: var(--pds-color-text-default);
101
- --pds-color-text-lead: #a6a3b4;
102
- --pds-color-text-overline: #a6a3b4;
103
- --pds-color-text-paragraph: var(--pds-color-text-default);
104
- --pds-color-text-quote: #a6a3b4;
161
+ --pds-color-partner-bitbucket: #004dc0;
162
+ --pds-color-partner-drupal: #009cde;
163
+ --pds-color-partner-gatsby: #663399;
164
+ --pds-color-partner-gitlab: #ffedfb;
165
+ --pds-color-partner-nextjs: #000000;
166
+ --pds-color-partner-wordpress: #0073aa;
167
+ --pds-color-progress-complete: #2abb7f;
168
+ --pds-color-progress-empty: #a6a3b4;
169
+ --pds-color-progress-partial: #388bff;
170
+ --pds-color-semantic-critical-background: #391813;
171
+ --pds-color-semantic-critical-foreground: #ef5c48;
172
+ --pds-color-semantic-discovery-background: #231c3f;
173
+ --pds-color-semantic-discovery-foreground: #8f7ee7;
174
+ --pds-color-semantic-info-background: #082145;
175
+ --pds-color-semantic-info-foreground: #388bff;
176
+ --pds-color-semantic-success-background: #133527;
177
+ --pds-color-semantic-success-foreground: #2abb7f;
178
+ --pds-color-semantic-warning-background: #3d2e00;
179
+ --pds-color-semantic-warning-foreground: #cf9f02;
180
+ --pds-color-stepper-completed: #8a70ff;
181
+ --pds-color-stepper-current: #8a70ff;
182
+ --pds-color-stepper-default: #858299;
183
+ --pds-color-stepper-error: #ef5c48;
184
+ --pds-color-strength-fair: #cf9f02;
185
+ --pds-color-strength-strong: #2abb7f;
186
+ --pds-color-strength-very-weak: #a6a3b4;
187
+ --pds-color-strength-weak: #ef5c48;
188
+ --pds-color-table-sort-arrow-active: #8a70ff;
189
+ --pds-color-table-sort-arrow-inactive: #a6a3b4;
190
+ --pds-color-tabs-accent: #ad9bff;
191
+ --pds-color-tag-1-background: #705e00;
192
+ --pds-color-tag-1-foreground: #fffbe9;
193
+ --pds-color-tag-10-background: #5b440a;
194
+ --pds-color-tag-10-foreground: #efeadf;
195
+ --pds-color-tag-2-background: #4e39a8;
196
+ --pds-color-tag-2-foreground: #f3f0ff;
197
+ --pds-color-tag-3-background: #560039;
198
+ --pds-color-tag-3-foreground: #ffe5f6;
199
+ --pds-color-tag-4-background: #504e62;
200
+ --pds-color-tag-4-foreground: #e7e7eb;
201
+ --pds-color-tag-5-background: #700000;
202
+ --pds-color-tag-5-foreground: #ffebeb;
203
+ --pds-color-tag-6-background: #b15902;
204
+ --pds-color-tag-6-foreground: #fffae6;
205
+ --pds-color-tag-7-background: #164b35;
206
+ --pds-color-tag-7-foreground: #dffcf0;
207
+ --pds-color-tag-8-background: #0f5f6a;
208
+ --pds-color-tag-8-foreground: #f0fdff;
209
+ --pds-color-tag-9-background: #0155cc;
210
+ --pds-color-tag-9-foreground: #082145;
211
+ --pds-color-tag-remove-button: #a6a3b4;
212
+ --pds-color-text-default: var(--pds-color-foreground-default);
213
+ --pds-color-text-default-secondary: #a6a3b4;
214
+ --pds-color-text-reverse: var(--pds-color-foreground-reverse);
215
+ --pds-color-tile-background-active: #858299;
216
+ --pds-color-tile-background-hover: #504e62;
217
+ --pds-color-tile-separator: #504e62;
218
+ --pds-color-toggle-button-background-off: #504e62;
219
+ --pds-color-toggle-button-foreground-off: #e7e7eb;
220
+ --pds-color-tooltip-background: #a6a3b4;
221
+ --pds-color-tooltip-text: #121219;
222
+ --pds-color-tooltip-trigger-icon-critical: #ef5c48;
223
+ --pds-color-tooltip-trigger-icon-default: #e7e7eb;
224
+ --pds-elevation-dropdown: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
105
225
  --pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
106
226
  --pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
107
227
  }
@@ -10,11 +10,42 @@
10
10
  */
11
11
 
12
12
  :root {
13
+ --pds-color-background-brand-secondary: #e5dbff;
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-border: var(--pds-color-border-default);
18
+ --pds-color-badge-indicator-diamond-background: #f0fdff;
19
+ --pds-color-badge-indicator-diamond-foreground: #1d7afc;
20
+ --pds-color-badge-indicator-early-access-background: #e3fcef;
21
+ --pds-color-badge-indicator-early-access-foreground: #218c5f;
22
+ --pds-color-badge-indicator-gold-background: #fff1a9;
23
+ --pds-color-badge-indicator-gold-foreground: #705e00;
24
+ --pds-color-badge-indicator-platinum-background: #f0ecff;
25
+ --pds-color-badge-indicator-platinum-foreground: #3017a1;
26
+ --pds-color-badge-indicator-silver-background: #f1f1f1;
27
+ --pds-color-badge-indicator-silver-foreground: var(--pds-color-text-default-secondary);
28
+ --pds-color-badge-label: var(--pds-color-text-default-secondary);
29
+ --pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
30
+ --pds-color-badge-status-default: #cfcfd3;
31
+ --pds-color-badge-status-discovery: var(--pds-color-semantic-discovery-foreground);
32
+ --pds-color-badge-status-frozen: #e5dbff;
33
+ --pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
34
+ --pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
35
+ --pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
36
+ --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
37
+ --pds-color-banner-critical-foreground: #ffffff;
38
+ --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
39
+ --pds-color-banner-info-foreground: #ffffff;
40
+ --pds-color-banner-warning-background: linear-gradient(135deg, #DDBD16 0%, #DB7612 100%);
41
+ --pds-color-banner-warning-foreground: #23232d;
42
+ --pds-color-border-default: rgba(0, 0, 0, 0.11);
15
43
  --pds-color-brand-accent-default: #de0093;
16
44
  --pds-color-brand-primary-default: #ffdc28;
17
45
  --pds-color-brand-secondary-default: #3017a1;
46
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
47
+ --pds-color-breadcrumb-separator: #cfcfd3;
48
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
18
49
  --pds-color-button-brand-background-active: #ddbd16;
19
50
  --pds-color-button-brand-background-default: #ffdc28;
20
51
  --pds-color-button-brand-background-hover: #ffe668;
@@ -24,15 +55,27 @@
24
55
  --pds-color-button-brand-foreground-active: #23232d;
25
56
  --pds-color-button-brand-foreground-default: #23232d;
26
57
  --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;
58
+ --pds-color-button-brand-secondary-background-active: #f1f1f1;
59
+ --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
60
+ --pds-color-button-brand-secondary-background-hover: #f8f8f8;
61
+ --pds-color-button-brand-secondary-border-active: #23232d;
62
+ --pds-color-button-brand-secondary-border-default: #6d6d78;
63
+ --pds-color-button-brand-secondary-border-hover: #23232d;
64
+ --pds-color-button-brand-secondary-foreground-active: #23232d;
65
+ --pds-color-button-brand-secondary-foreground-default: #23232d;
66
+ --pds-color-button-brand-secondary-foreground-hover: #23232d;
67
+ --pds-color-button-critical-background-active: #ffdcd8;
68
+ --pds-color-button-critical-background-default: var(--pds-color-background-default);
69
+ --pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
70
+ --pds-color-button-critical-border-active: #b52f1d;
71
+ --pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
72
+ --pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
73
+ --pds-color-button-critical-foreground-active: #b52f1d;
74
+ --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
75
+ --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
76
+ --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
77
+ --pds-color-button-navbar-foreground-default: var(--pds-color-foreground-default);
78
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
36
79
  --pds-color-button-primary-background-active: #11005d;
37
80
  --pds-color-button-primary-background-default: #3017a1;
38
81
  --pds-color-button-primary-background-hover: #5f41e5;
@@ -51,57 +94,144 @@
51
94
  --pds-color-button-secondary-foreground-active: #11005d;
52
95
  --pds-color-button-secondary-foreground-default: #3017a1;
53
96
  --pds-color-button-secondary-foreground-hover: #3017a1;
54
- --pds-color-button-subtle-background-active: #e5dbff;
55
97
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
56
- --pds-color-button-subtle-background-hover: #f0ecff;
57
98
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
58
99
  --pds-color-button-subtle-foreground-active: #11005d;
59
100
  --pds-color-button-subtle-foreground-default: #3017a1;
60
- --pds-color-button-subtle-foreground-hover: #3017a1;
101
+ --pds-color-button-subtle-foreground-hover: #5f41e5;
102
+ --pds-color-card-border: var(--pds-color-border-default);
103
+ --pds-color-code-inline-background: #f0ecff;
104
+ --pds-color-code-inline-border: #e5dbff;
105
+ --pds-color-code-inline-text: #000000;
106
+ --pds-color-expansion-panel-hover: #f1f1f1;
107
+ --pds-color-expansion-panel-open: #f1f1f1;
61
108
  --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;
109
+ --pds-color-foreground-reverse: #ffffff;
110
+ --pds-color-gradient-after-hours: linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%);
111
+ --pds-color-gradient-midnight: linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%);
112
+ --pds-color-gradient-sunrise: linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%);
113
+ --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%);
114
+ --pds-color-icon-button-critical-background-active: var(--pds-color-button-critical-background-active);
115
+ --pds-color-icon-button-critical-background-default: var(--pds-color-button-critical-background-default);
116
+ --pds-color-icon-button-critical-background-hover: var(--pds-color-button-critical-background-hover);
117
+ --pds-color-icon-button-critical-foreground-default: var(--pds-color-button-critical-foreground-default);
118
+ --pds-color-icon-button-standard-background-active: #cfcfd3;
119
+ --pds-color-icon-button-standard-background-default: rgba(0, 0, 0, 0);
120
+ --pds-color-icon-button-standard-background-hover: #f1f1f1;
121
+ --pds-color-icon-button-standard-foreground-default: #23232d;
122
+ --pds-color-input-action-background-hover: #f8f8f8;
123
+ --pds-color-input-background-critical: #ffedeb;
67
124
  --pds-color-input-background-default: #ffffff;
68
125
  --pds-color-input-background-hover: #f0ecff;
69
- --pds-color-input-border-critical: #d61f1f;
70
- --pds-color-input-border-default: #8f8f99;
71
- --pds-color-input-border-hover: var(--pds-color-interactive-focus);
72
- --pds-color-input-border-success: #1f845a;
126
+ --pds-color-input-border-critical: #ca3521;
127
+ --pds-color-input-border-default: #cfcfd3;
128
+ --pds-color-input-border-hover: #5f41e5;
129
+ --pds-color-input-border-success: #218c5f;
73
130
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
74
131
  --pds-color-input-checked-foreground: #ffffff;
75
- --pds-color-input-foreground-critical: #d61f1f;
132
+ --pds-color-input-foreground-critical: #ca3521;
76
133
  --pds-color-input-foreground-default: #23232d;
77
- --pds-color-input-foreground-success: #1f845a;
78
- --pds-color-input-placeholder-text: #71717c;
134
+ --pds-color-input-foreground-success: #218c5f;
135
+ --pds-color-input-placeholder-text: #6d6d78;
136
+ --pds-color-input-toggle-switch-icon: #ffffff;
137
+ --pds-color-input-toggle-switch-off: #6d6d78;
138
+ --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
79
139
  --pds-color-interactive-focus: #0f62fe;
80
- --pds-color-link-active: #003cac;
140
+ --pds-color-interactive-link: #0f62fe;
141
+ --pds-color-interactive-reverse-focus: #36a3ff;
142
+ --pds-color-interactive-reverse-link: #36a3ff;
143
+ --pds-color-link-active: #5f41e5;
144
+ --pds-color-link-cta-active: #11005d;
145
+ --pds-color-link-cta-default: #3017a1;
146
+ --pds-color-link-cta-hover: #5f41e5;
81
147
  --pds-color-link-default: #0f62fe;
82
- --pds-color-link-hover: #003cac;
83
- --pds-color-link-visited: #967fff;
148
+ --pds-color-link-hover: #5f41e5;
149
+ --pds-color-link-visited: #5f41e5;
84
150
  --pds-color-menu-background: #ffffff;
85
- --pds-color-menu-item-background-active: #cfcfd3;
151
+ --pds-color-menu-item-background-active: #f1f1f1;
86
152
  --pds-color-menu-item-background-default: #ffffff;
87
153
  --pds-color-menu-item-background-hover: #f1f1f1;
88
- --pds-color-menu-item-description-text: #71717c;
154
+ --pds-color-menu-item-description-text: #6d6d78;
89
155
  --pds-color-menu-item-foreground: #23232d;
90
- --pds-color-menu-item-heading-text: #71717c;
156
+ --pds-color-menu-item-heading-text: #6d6d78;
157
+ --pds-color-neutral-000: #ffffff;
158
+ --pds-color-neutral-100: #f8f8f8;
159
+ --pds-color-neutral-200: #f1f1f1;
160
+ --pds-color-neutral-300: #cfcfd3;
161
+ --pds-color-neutral-400: #6d6d78;
162
+ --pds-color-neutral-500: #23232d;
163
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
164
+ --pds-color-pager-background-active: #f0ecff;
165
+ --pds-color-pager-background-hover: #f1f1f1;
166
+ --pds-color-pager-foreground-active: #5f41e5;
91
167
  --pds-color-panel-default-background: var(--pds-color-background-default);
92
168
  --pds-color-panel-default-border: var(--pds-color-border-default);
93
- --pds-color-panel-overlay-background: var(--pds-color-background-default);
94
- --pds-color-panel-overlay-border: var(--pds-color-border-default);
95
- --pds-color-panel-raised-background: var(--pds-color-background-default);
96
- --pds-color-panel-raised-border: var(--pds-color-border-default);
97
169
  --pds-color-panel-sunken-background: #f1f1f1;
98
- --pds-color-panel-sunken-border: #f1f1f1;
99
- --pds-color-text-default: #23232d;
100
- --pds-color-text-headings: var(--pds-color-text-default);
101
- --pds-color-text-lead: #71717c;
102
- --pds-color-text-overline: #71717c;
103
- --pds-color-text-paragraph: #23232d;
104
- --pds-color-text-quote: #71717c;
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);
170
+ --pds-color-partner-bitbucket: #004dc0;
171
+ --pds-color-partner-drupal: #009cde;
172
+ --pds-color-partner-gatsby: #663399;
173
+ --pds-color-partner-gitlab: #ffedfb;
174
+ --pds-color-partner-nextjs: #000000;
175
+ --pds-color-partner-wordpress: #0073aa;
176
+ --pds-color-progress-complete: #218c5f;
177
+ --pds-color-progress-empty: #cfcfd3;
178
+ --pds-color-progress-partial: #1d7afc;
179
+ --pds-color-semantic-critical-background: #ffedeb;
180
+ --pds-color-semantic-critical-foreground: #ca3521;
181
+ --pds-color-semantic-discovery-background: #eae6ff;
182
+ --pds-color-semantic-discovery-foreground: #8270db;
183
+ --pds-color-semantic-info-background: #e9f2ff;
184
+ --pds-color-semantic-info-foreground: #1d7afc;
185
+ --pds-color-semantic-success-background: #e3fcef;
186
+ --pds-color-semantic-success-foreground: #218c5f;
187
+ --pds-color-semantic-warning-background: #fff7d6;
188
+ --pds-color-semantic-warning-foreground: #d97008;
189
+ --pds-color-stepper-completed: #3017a1;
190
+ --pds-color-stepper-current: #3017a1;
191
+ --pds-color-stepper-default: #cfcfd3;
192
+ --pds-color-stepper-error: #ca3521;
193
+ --pds-color-strength-fair: #d97008;
194
+ --pds-color-strength-strong: #218c5f;
195
+ --pds-color-strength-very-weak: #cfcfd3;
196
+ --pds-color-strength-weak: #ca3521;
197
+ --pds-color-table-sort-arrow-active: #5f41e5;
198
+ --pds-color-table-sort-arrow-inactive: #cfcfd3;
199
+ --pds-color-tabs-accent: #5f41e5;
200
+ --pds-color-tag-1-background: #fffbe9;
201
+ --pds-color-tag-1-foreground: #705e00;
202
+ --pds-color-tag-10-background: #efeadf;
203
+ --pds-color-tag-10-foreground: #5b440a;
204
+ --pds-color-tag-2-background: #f0ecff;
205
+ --pds-color-tag-2-foreground: #3017a1;
206
+ --pds-color-tag-3-background: #ffe5f6;
207
+ --pds-color-tag-3-foreground: #9a0066;
208
+ --pds-color-tag-4-background: #f1f1f1;
209
+ --pds-color-tag-4-foreground: #4c4c4d;
210
+ --pds-color-tag-5-background: #fff0f0;
211
+ --pds-color-tag-5-foreground: #700000;
212
+ --pds-color-tag-6-background: #fff6eb;
213
+ --pds-color-tag-6-foreground: #ae5401;
214
+ --pds-color-tag-7-background: #dffcf0;
215
+ --pds-color-tag-7-foreground: #164b35;
216
+ --pds-color-tag-8-background: #dffbff;
217
+ --pds-color-tag-8-foreground: #036e7d;
218
+ --pds-color-tag-9-background: #e9f2ff;
219
+ --pds-color-tag-9-foreground: #0155cc;
220
+ --pds-color-tag-remove-button: #61616b;
221
+ --pds-color-text-default: var(--pds-color-foreground-default);
222
+ --pds-color-text-default-secondary: #6d6d78;
223
+ --pds-color-text-reverse: var(--pds-color-foreground-reverse);
224
+ --pds-color-tile-background-active: #f1f1f1;
225
+ --pds-color-tile-background-hover: #f8f8f8;
226
+ --pds-color-tile-separator: #cfcfd3;
227
+ --pds-color-toggle-button-background-off: #f1f1f1;
228
+ --pds-color-toggle-button-foreground-off: #6d6d78;
229
+ --pds-color-tooltip-background: #23232d;
230
+ --pds-color-tooltip-text: #ffffff;
231
+ --pds-color-tooltip-trigger-icon-critical: #ca3521;
232
+ --pds-color-tooltip-trigger-icon-default: #23232d;
233
+ --pds-elevation-active: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
234
+ --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
235
+ --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);
236
+ --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
237
  }
@@ -10,11 +10,88 @@
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: 6%;
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: 2%;
43
+ --pds-container-padding-wide-bp-md: 4%;
44
+ --pds-grid-marketing-column-medium-large: 5.125%;
45
+ --pds-grid-marketing-column-small: 21.34375%;
46
+ --pds-grid-marketing-gap-medium-large: 3.5%;
47
+ --pds-grid-marketing-gap-small: 4.875%;
48
+ --pds-spacing-2xl: 1.953rem;
49
+ --pds-spacing-2xs: 0.512rem;
50
+ --pds-spacing-3xl: 2.441rem;
51
+ --pds-spacing-3xs: 0.41rem;
52
+ --pds-spacing-4xl: 3.052rem;
53
+ --pds-spacing-4xs: 0.328rem;
54
+ --pds-spacing-5xl: 3.815rem;
55
+ --pds-spacing-5xs: 0.25rem;
56
+ --pds-spacing-6xl: 4.678rem;
57
+ --pds-spacing-6xs: 0.125rem;
58
+ --pds-spacing-7xl: 5.96rem;
59
+ --pds-spacing-8xl: 7.451rem;
60
+ --pds-spacing-l: 1.25rem;
61
+ --pds-spacing-m: 1rem;
62
+ --pds-spacing-s: 0.8rem;
63
+ --pds-spacing-xl: 1.563rem;
64
+ --pds-spacing-xs: 0.64rem;
65
+ --pds-typography-font-code: 'Source Code Pro', monospace;
19
66
  --pds-typography-font-default: 'Poppins', sans-serif;
67
+ --pds-typography-font-secondary: 'Aleo', serif;
68
+ --pds-typography-font-weight-bold: 700;
69
+ --pds-typography-font-weight-extrabold: 800;
70
+ --pds-typography-font-weight-regular: 400;
71
+ --pds-typography-font-weight-semibold: 600;
72
+ --pds-typography-letter-spacing-l: 0.04rem;
73
+ --pds-typography-letter-spacing-m: 0.02rem;
74
+ --pds-typography-letter-spacing-s: 0.01rem;
75
+ --pds-typography-letter-spacing-xl: 0.06rem;
76
+ --pds-typography-line-height-l: 165%;
77
+ --pds-typography-line-height-m: 140%;
78
+ --pds-typography-line-height-s: 120%;
79
+ --pds-typography-line-height-xl: 195%;
80
+ --pds-typography-multiplier-medium: 0.88;
81
+ --pds-typography-multiplier-small: 0.84;
82
+ --pds-typography-size-2xl: 1.728rem;
83
+ --pds-typography-size-3xl: 2.074rem;
84
+ --pds-typography-size-4xl: 2.488rem;
85
+ --pds-typography-size-5xl: 2.986rem;
86
+ --pds-typography-size-6xl: 3.583rem;
87
+ --pds-typography-size-l: 1.2rem;
88
+ --pds-typography-size-m: 1rem;
89
+ --pds-typography-size-s: 0.833rem;
90
+ --pds-typography-size-xl: 1.44rem;
91
+ --pds-typography-size-xs: 0.694rem;
92
+ --pds-z-index-dropdown: 200;
93
+ --pds-z-index-modal: 500;
94
+ --pds-z-index-navigation: 100;
95
+ --pds-z-index-notifications: 300;
96
+ --pds-z-index-overlay: 400;
20
97
  }