@pantheon-systems/pds-design-tokens 1.0.0-dev.94 → 1.0.0-dev.96

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.
@@ -15,6 +15,16 @@
15
15
  --pds-color-background-default-secondary: #282839;
16
16
  --pds-color-background-reverse: #e7e7eb;
17
17
  --pds-color-badge-border: #a6a3b4;
18
+ --pds-color-badge-indicator-diamond-background: #f0fdff;
19
+ --pds-color-badge-indicator-diamond-foreground: #8a70ff;
20
+ --pds-color-badge-indicator-early-access-background: #133527;
21
+ --pds-color-badge-indicator-early-access-foreground: #2abb7f;
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;
18
28
  --pds-color-badge-label: #e7e7eb;
19
29
  --pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
20
30
  --pds-color-badge-status-default: #858299;
@@ -23,14 +33,6 @@
23
33
  --pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
24
34
  --pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
25
35
  --pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
26
- --pds-color-badge-tier-diamond-background: #f0fdff;
27
- --pds-color-badge-tier-diamond-foreground: #8a70ff;
28
- --pds-color-badge-tier-gold-background: #fff1a9;
29
- --pds-color-badge-tier-gold-foreground: #705e00;
30
- --pds-color-badge-tier-platinum-background: #d0c6ff;
31
- --pds-color-badge-tier-platinum-foreground: #4e39a8;
32
- --pds-color-badge-tier-silver-background: #e7e7eb;
33
- --pds-color-badge-tier-silver-foreground: #504e62;
34
36
  --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
35
37
  --pds-color-banner-critical-foreground: #ffffff;
36
38
  --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
@@ -156,6 +158,12 @@
156
158
  --pds-color-panel-default-background: var(--pds-color-background-default);
157
159
  --pds-color-panel-default-border: var(--pds-color-border-default);
158
160
  --pds-color-panel-sunken-background: #121219;
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;
159
167
  --pds-color-progress-complete: #2abb7f;
160
168
  --pds-color-progress-empty: #a6a3b4;
161
169
  --pds-color-progress-partial: #388bff;
@@ -15,6 +15,16 @@
15
15
  --pds-color-background-default-secondary: #f8f8f8;
16
16
  --pds-color-background-reverse: #23232d;
17
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: #5f41e5;
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);
18
28
  --pds-color-badge-label: var(--pds-color-text-default-secondary);
19
29
  --pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
20
30
  --pds-color-badge-status-default: #cfcfd3;
@@ -23,14 +33,6 @@
23
33
  --pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
24
34
  --pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
25
35
  --pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
26
- --pds-color-badge-tier-diamond-background: #f0fdff;
27
- --pds-color-badge-tier-diamond-foreground: #5f41e5;
28
- --pds-color-badge-tier-gold-background: #fff1a9;
29
- --pds-color-badge-tier-gold-foreground: #705e00;
30
- --pds-color-badge-tier-platinum-background: #f0ecff;
31
- --pds-color-badge-tier-platinum-foreground: #3017a1;
32
- --pds-color-badge-tier-silver-background: #f1f1f1;
33
- --pds-color-badge-tier-silver-foreground: var(--pds-color-text-default-secondary);
34
36
  --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
35
37
  --pds-color-banner-critical-foreground: #ffffff;
36
38
  --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
@@ -165,6 +167,12 @@
165
167
  --pds-color-panel-default-background: var(--pds-color-background-default);
166
168
  --pds-color-panel-default-border: var(--pds-color-border-default);
167
169
  --pds-color-panel-sunken-background: #f1f1f1;
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;
168
176
  --pds-color-progress-complete: #218c5f;
169
177
  --pds-color-progress-empty: #cfcfd3;
170
178
  --pds-color-progress-partial: #1d7afc;