@pantheon-systems/pds-design-tokens 1.0.0-dev.137 → 1.0.0-dev.138

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.
@@ -59,7 +59,7 @@
59
59
  --pds-color-brand-accent-default: #de0093;
60
60
  --pds-color-brand-primary-default: #ffdc28;
61
61
  --pds-color-brand-secondary-default: #8a70ff;
62
- --pds-color-breadcrumb-link: var(--pds-color-link-default);
62
+ --pds-color-breadcrumb-link: var(--pds-color-interactive-link-default);
63
63
  --pds-color-breadcrumb-separator: #858299;
64
64
  --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
65
65
  --pds-color-button-brand-background-active: #ddbd16;
@@ -89,9 +89,9 @@
89
89
  --pds-color-button-critical-foreground-active: var(--pds-color-semantic-critical-foreground);
90
90
  --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
91
91
  --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
92
- --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
92
+ --pds-color-button-navbar-foreground-active: var(--pds-color-interactive-link-active);
93
93
  --pds-color-button-navbar-foreground-default: #ffffff;
94
- --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
94
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-interactive-link-hover);
95
95
  --pds-color-button-primary-background-active: #4e39a8;
96
96
  --pds-color-button-primary-background-default: #8a70ff;
97
97
  --pds-color-button-primary-background-hover: #ad9bff;
@@ -112,9 +112,9 @@
112
112
  --pds-color-button-secondary-foreground-hover: #ffffff;
113
113
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
114
114
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
115
- --pds-color-button-subtle-foreground-active: var(--pds-color-link-active);
115
+ --pds-color-button-subtle-foreground-active: #8a70ff;
116
116
  --pds-color-button-subtle-foreground-default: #d0c6ff;
117
- --pds-color-button-subtle-foreground-hover: var(--pds-color-link-hover);
117
+ --pds-color-button-subtle-foreground-hover: #8a70ff;
118
118
  --pds-color-card-border: #504e62;
119
119
  --pds-color-code-inline-background: #282839;
120
120
  --pds-color-code-inline-border: #504e62;
@@ -155,16 +155,18 @@
155
155
  --pds-color-input-toggle-switch-off: #504e62;
156
156
  --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
157
157
  --pds-color-interactive-focus: #36a3ff;
158
- --pds-color-interactive-link: #36a3ff;
159
- --pds-color-interactive-reverse-focus: #36a3ff;
160
- --pds-color-interactive-reverse-link: #36a3ff;
161
- --pds-color-link-active: #8a70ff;
158
+ --pds-color-interactive-link-active: #ad9bff;
159
+ --pds-color-interactive-link-default: #36a3ff;
160
+ --pds-color-interactive-link-hover: #8a70ff;
161
+ --pds-color-interactive-link-visited: #8a70ff;
162
+ --pds-color-interactive-reverse-focus: #0f62fe;
163
+ --pds-color-interactive-reverse-link-active: #3017a1;
164
+ --pds-color-interactive-reverse-link-default: #0f62fe;
165
+ --pds-color-interactive-reverse-link-hover: #654bd5;
166
+ --pds-color-interactive-reverse-link-visited: #654bd5;
162
167
  --pds-color-link-cta-active: #d0c6ff;
163
168
  --pds-color-link-cta-default: #8a70ff;
164
169
  --pds-color-link-cta-hover: #ad9bff;
165
- --pds-color-link-default: #36a3ff;
166
- --pds-color-link-hover: #8a70ff;
167
- --pds-color-link-visited: #8a70ff;
168
170
  --pds-color-menu-background: #282839;
169
171
  --pds-color-menu-item-background-active: #858299;
170
172
  --pds-color-menu-item-background-default: #282839;
@@ -56,10 +56,27 @@
56
56
  --pds-color-banner-warning-background: linear-gradient(135deg, #DDBD16 0%, #DB7612 100%);
57
57
  --pds-color-banner-warning-foreground: #23232d;
58
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;
59
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;
60
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;
61
78
  --pds-color-brand-secondary-default: #3017a1;
62
- --pds-color-breadcrumb-link: var(--pds-color-link-default);
79
+ --pds-color-breadcrumb-link: var(--pds-color-interactive-link-default);
63
80
  --pds-color-breadcrumb-separator: #cfcfd3;
64
81
  --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
65
82
  --pds-color-button-brand-background-active: #ddbd16;
@@ -89,32 +106,32 @@
89
106
  --pds-color-button-critical-foreground-active: #b52f1d;
90
107
  --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
91
108
  --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
92
- --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
109
+ --pds-color-button-navbar-foreground-active: var(--pds-color-interactive-link-active);
93
110
  --pds-color-button-navbar-foreground-default: var(--pds-color-foreground-default);
94
- --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
95
- --pds-color-button-primary-background-active: #1b0874;
96
- --pds-color-button-primary-background-default: #3017a1;
97
- --pds-color-button-primary-background-hover: #654bd5;
98
- --pds-color-button-primary-border-active: #1b0874;
111
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-interactive-link-hover);
112
+ --pds-color-button-primary-background-active: #200c7f;
113
+ --pds-color-button-primary-background-default: #5e45cf;
114
+ --pds-color-button-primary-background-hover: #5e45cf;
115
+ --pds-color-button-primary-border-active: #200c7f;
99
116
  --pds-color-button-primary-border-default: #3017a1;
100
- --pds-color-button-primary-border-hover: #654bd5;
117
+ --pds-color-button-primary-border-hover: #5e45cf;
101
118
  --pds-color-button-primary-foreground-active: #ffffff;
102
119
  --pds-color-button-primary-foreground-default: #ffffff;
103
120
  --pds-color-button-primary-foreground-hover: #ffffff;
104
121
  --pds-color-button-secondary-background-active: #dfd8f5;
105
122
  --pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
106
123
  --pds-color-button-secondary-background-hover: #f0edfb;
107
- --pds-color-button-secondary-border-active: #1b0874;
124
+ --pds-color-button-secondary-border-active: #200c7f;
108
125
  --pds-color-button-secondary-border-default: #3017a1;
109
- --pds-color-button-secondary-border-hover: #654bd5;
110
- --pds-color-button-secondary-foreground-active: #1b0874;
126
+ --pds-color-button-secondary-border-hover: #5e45cf;
127
+ --pds-color-button-secondary-foreground-active: #200c7f;
111
128
  --pds-color-button-secondary-foreground-default: #3017a1;
112
129
  --pds-color-button-secondary-foreground-hover: #3017a1;
113
130
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
114
131
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
115
- --pds-color-button-subtle-foreground-active: #1b0874;
132
+ --pds-color-button-subtle-foreground-active: #200c7f;
116
133
  --pds-color-button-subtle-foreground-default: #3017a1;
117
- --pds-color-button-subtle-foreground-hover: #654bd5;
134
+ --pds-color-button-subtle-foreground-hover: #5e45cf;
118
135
  --pds-color-card-border: var(--pds-color-border-default);
119
136
  --pds-color-code-inline-background: #f0edfb;
120
137
  --pds-color-code-inline-border: #dfd8f5;
@@ -163,7 +180,7 @@
163
180
  --pds-color-input-background-hover: #f0edfb;
164
181
  --pds-color-input-border-critical: #ca3521;
165
182
  --pds-color-input-border-default: #cfcfd3;
166
- --pds-color-input-border-hover: #654bd5;
183
+ --pds-color-input-border-hover: #5e45cf;
167
184
  --pds-color-input-border-success: #218c5f;
168
185
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
169
186
  --pds-color-input-checked-foreground: #ffffff;
@@ -177,17 +194,19 @@
177
194
  --pds-color-input-toggle-switch-off: #6d6d78;
178
195
  --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
179
196
  --pds-color-interactive-focus: #0f62fe;
180
- --pds-color-interactive-link: #0f62fe;
197
+ --pds-color-interactive-link-active: #3017a1;
198
+ --pds-color-interactive-link-default: #0f62fe;
199
+ --pds-color-interactive-link-hover: #5e45cf;
200
+ --pds-color-interactive-link-visited: #5e45cf;
181
201
  --pds-color-interactive-reverse-focus: #36a3ff;
182
- --pds-color-interactive-reverse-link: #36a3ff;
183
- --pds-color-link-active: #654bd5;
184
- --pds-color-link-cta-active: #1b0874;
202
+ --pds-color-interactive-reverse-link-active: #ad9bff;
203
+ --pds-color-interactive-reverse-link-default: #36a3ff;
204
+ --pds-color-interactive-reverse-link-hover: #8a70ff;
205
+ --pds-color-interactive-reverse-link-visited: #8a70ff;
206
+ --pds-color-link-cta-active: #200c7f;
185
207
  --pds-color-link-cta-default: #3017a1;
186
- --pds-color-link-cta-hover: #654bd5;
187
- --pds-color-link-default: #0f62fe;
188
- --pds-color-link-hover: #654bd5;
189
- --pds-color-link-visited: #654bd5;
190
- --pds-color-logo-carousel-background: #654bd5;
208
+ --pds-color-link-cta-hover: #5e45cf;
209
+ --pds-color-logo-carousel-background: #5e45cf;
191
210
  --pds-color-logo-carousel-foreground: var(--pds-color-foreground-reverse);
192
211
  --pds-color-menu-background: #ffffff;
193
212
  --pds-color-menu-item-background-active: #f1f1f1;
@@ -205,7 +224,7 @@
205
224
  --pds-color-overlay: rgba(9, 0, 48, 0.45);
206
225
  --pds-color-pager-background-active: #f0edfb;
207
226
  --pds-color-pager-background-hover: #f1f1f1;
208
- --pds-color-pager-foreground-active: #654bd5;
227
+ --pds-color-pager-foreground-active: #5e45cf;
209
228
  --pds-color-panel-critical-border: #ca3521;
210
229
  --pds-color-panel-default-background: var(--pds-color-background-default);
211
230
  --pds-color-panel-default-border: var(--pds-color-border-default);
@@ -252,9 +271,9 @@
252
271
  --pds-color-strength-strong: #218c5f;
253
272
  --pds-color-strength-very-weak: #cfcfd3;
254
273
  --pds-color-strength-weak: #ca3521;
255
- --pds-color-table-sort-arrow-active: #654bd5;
274
+ --pds-color-table-sort-arrow-active: #5e45cf;
256
275
  --pds-color-table-sort-arrow-inactive: #cfcfd3;
257
- --pds-color-tabs-accent: #654bd5;
276
+ --pds-color-tabs-accent: #5e45cf;
258
277
  --pds-color-tag-1-background: #ded8fa;
259
278
  --pds-color-tag-1-foreground: #5c4fac;
260
279
  --pds-color-tag-10-background: #d0dffc;