@pantheon-systems/pds-design-tokens 1.0.0-dev.57 → 1.0.0-dev.59

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.
@@ -11,10 +11,19 @@
11
11
 
12
12
  :root {
13
13
  --pds-color-background-default: #1d1d29;
14
+ --pds-color-banner-danger-background: #f87462;
15
+ --pds-color-banner-danger-foreground: #121219;
16
+ --pds-color-banner-info-background: #9fadbc;
17
+ --pds-color-banner-info-foreground: #121219;
18
+ --pds-color-banner-warning-background: #e2b203;
19
+ --pds-color-banner-warning-foreground: #121219;
14
20
  --pds-color-border-default: #504e62;
15
21
  --pds-color-brand-accent-default: #de0093;
16
22
  --pds-color-brand-primary-default: #ffdc28;
17
23
  --pds-color-brand-secondary-default: #8a70ff;
24
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
25
+ --pds-color-breadcrumb-separator: #858299;
26
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
18
27
  --pds-color-button-brand-background-active: #ddbd16;
19
28
  --pds-color-button-brand-background-default: #ffdc28;
20
29
  --pds-color-button-brand-background-hover: #ffe668;
@@ -113,6 +122,9 @@
113
122
  --pds-color-panel-raised-background: #282839;
114
123
  --pds-color-panel-raised-border: var(--pds-color-border-default);
115
124
  --pds-color-panel-sunken-background: #121219;
125
+ --pds-color-table-sort-arrow-active: #6f54e8;
126
+ --pds-color-table-sort-arrow-inactive: #a6a3b4;
127
+ --pds-color-tabs-accent: #ad9bff;
116
128
  --pds-color-tag-1-background: #705e00;
117
129
  --pds-color-tag-1-foreground: #fffbe9;
118
130
  --pds-color-tag-2-background: #4e39a8;
@@ -140,9 +152,6 @@
140
152
  --pds-color-tooltip-text: #121219;
141
153
  --pds-color-tooltip-trigger-icon-critical: #ca3521;
142
154
  --pds-color-tooltip-trigger-icon-default: #c7c5d0;
143
- --pds-color-utility-announcement: #9fadbc;
144
- --pds-color-utility-critical: #f87462;
145
- --pds-color-utility-warning: #e2b203;
146
155
  --pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
147
156
  --pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
148
157
  }
@@ -11,10 +11,19 @@
11
11
 
12
12
  :root {
13
13
  --pds-color-background-default: #ffffff;
14
+ --pds-color-banner-danger-background: #ca3521;
15
+ --pds-color-banner-danger-foreground: #ffffff;
16
+ --pds-color-banner-info-background: #44546f;
17
+ --pds-color-banner-info-foreground: #ffffff;
18
+ --pds-color-banner-warning-background: #e2b203;
19
+ --pds-color-banner-warning-foreground: #23232d;
14
20
  --pds-color-border-default: #cfcfd3;
15
21
  --pds-color-brand-accent-default: #de0093;
16
22
  --pds-color-brand-primary-default: #ffdc28;
17
23
  --pds-color-brand-secondary-default: #3017a1;
24
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
25
+ --pds-color-breadcrumb-separator: #cfcfd3;
26
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
18
27
  --pds-color-button-brand-background-active: #ddbd16;
19
28
  --pds-color-button-brand-background-default: #ffdc28;
20
29
  --pds-color-button-brand-background-hover: #ffe668;
@@ -122,6 +131,9 @@
122
131
  --pds-color-panel-raised-background: var(--pds-color-background-default);
123
132
  --pds-color-panel-raised-border: #f1f1f1;
124
133
  --pds-color-panel-sunken-background: #f1f1f1;
134
+ --pds-color-table-sort-arrow-active: #6f54e8;
135
+ --pds-color-table-sort-arrow-inactive: #cfcfd3;
136
+ --pds-color-tabs-accent: #5f41e5;
125
137
  --pds-color-tag-1-background: #fffbe9;
126
138
  --pds-color-tag-1-foreground: #705e00;
127
139
  --pds-color-tag-2-background: #f0ecff;
@@ -149,9 +161,6 @@
149
161
  --pds-color-tooltip-text: #ffffff;
150
162
  --pds-color-tooltip-trigger-icon-critical: #ca3521;
151
163
  --pds-color-tooltip-trigger-icon-default: #23232d;
152
- --pds-color-utility-announcement: #44546f;
153
- --pds-color-utility-critical: #ca3521;
154
- --pds-color-utility-warning: #e2b203;
155
164
  --pds-elevation-overlay: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
156
165
  --pds-elevation-raised: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
157
166
  }