@pantheon-systems/pds-design-tokens 1.0.0-dev.16 → 1.0.0-dev.161

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.
@@ -9,109 +9,320 @@
9
9
  * This file has been generated automatically.
10
10
  */
11
11
 
12
- :root {
13
- --pds-color-background-default: #ffffff;
14
- --pds-color-border-default: #cfcfd3;
12
+ :root, [data-theme="light"] {
13
+ --pds-color-badge-indicator-brand-background: #4f32ce;
14
+ --pds-color-badge-indicator-brand-foreground: #ffffff;
15
+ --pds-color-badge-indicator-critical-background: #bc1c11;
16
+ --pds-color-badge-indicator-critical-foreground: #ffffff;
17
+ --pds-color-badge-indicator-diamond-background: #d7edff;
18
+ --pds-color-badge-indicator-diamond-foreground: #0766c5;
19
+ --pds-color-badge-indicator-gold-background: #ffe668;
20
+ --pds-color-badge-indicator-gold-foreground: #726009;
21
+ --pds-color-badge-indicator-info-background: #0875e1;
22
+ --pds-color-badge-indicator-info-foreground: #ffffff;
23
+ --pds-color-badge-indicator-neutral-background: #6a6e7a;
24
+ --pds-color-badge-indicator-neutral-foreground: #ffffff;
25
+ --pds-color-badge-indicator-platinum-background: #e5e0f8;
26
+ --pds-color-badge-indicator-platinum-foreground: #4f32ce;
27
+ --pds-color-badge-indicator-silver-background: #c3c5c9;
28
+ --pds-color-badge-indicator-silver-foreground: #23232d;
29
+ --pds-color-badge-indicator-success-background: #217a37;
30
+ --pds-color-badge-indicator-success-foreground: #ffffff;
31
+ --pds-color-badge-indicator-warning-background: #b06300;
32
+ --pds-color-badge-indicator-warning-foreground: #ffffff;
33
+ --pds-color-banner-critical-background: #de2e21;
34
+ --pds-color-banner-critical-foreground: #ffffff;
35
+ --pds-color-banner-info-background: #0875e1;
36
+ --pds-color-banner-info-foreground: #ffffff;
37
+ --pds-color-banner-warning-background: #ffa126;
38
+ --pds-color-banner-warning-foreground: #23232d;
39
+ --pds-color-bg-critical: var(--pds-color-status-critical-background);
40
+ --pds-color-bg-default: #ffffff;
41
+ --pds-color-bg-default-secondary: #f4f4f4;
42
+ --pds-color-bg-discovery: var(--pds-color-status-discovery-background);
43
+ --pds-color-bg-info: var(--pds-color-status-info-background);
44
+ --pds-color-bg-reverse: #23232d;
45
+ --pds-color-bg-success: var(--pds-color-status-success-background);
46
+ --pds-color-bg-transparent: rgba(0, 0, 0, 0);
47
+ --pds-color-bg-warning: var(--pds-color-status-warning-background);
48
+ --pds-color-border-brand: #e5e0f8;
49
+ --pds-color-border-critical: var(--pds-color-status-critical-foreground);
50
+ --pds-color-border-default: #e3e4e5;
51
+ --pds-color-border-input: #c3c5c9;
52
+ --pds-color-border-separator: #c3c5c9;
53
+ --pds-color-border-success: var(--pds-color-status-success-foreground);
54
+ --pds-color-brand-accent-100: #ffe5f6;
55
+ --pds-color-brand-accent-200: #ff99dc;
56
+ --pds-color-brand-accent-300: #ff4cc3;
57
+ --pds-color-brand-accent-400: #de0093;
58
+ --pds-color-brand-accent-500: #9a0066;
59
+ --pds-color-brand-accent-600: #560039;
15
60
  --pds-color-brand-accent-default: #de0093;
16
- --pds-color-brand-primary-default: #ffdc28;
17
- --pds-color-brand-secondary-default: #3017a1;
18
- --pds-color-button-brand-background-active: #ddbd16;
61
+ --pds-color-brand-primary-100: #f4f3fc;
62
+ --pds-color-brand-primary-200: #e5e0f8;
63
+ --pds-color-brand-primary-300: #cbc2f0;
64
+ --pds-color-brand-primary-400: #4f32ce;
65
+ --pds-color-brand-primary-500: #3017a1;
66
+ --pds-color-brand-primary-600: #12026f;
67
+ --pds-color-brand-primary-default: #4f32ce;
68
+ --pds-color-brand-secondary-100: #fffbe9;
69
+ --pds-color-brand-secondary-200: #fff1a9;
70
+ --pds-color-brand-secondary-300: #ffe668;
71
+ --pds-color-brand-secondary-400: #ffdc28;
72
+ --pds-color-brand-secondary-500: #ddbd16;
73
+ --pds-color-brand-secondary-600: #726009;
74
+ --pds-color-brand-secondary-default: #ffdc28;
75
+ --pds-color-button-brand-background-active: #a88f10;
19
76
  --pds-color-button-brand-background-default: #ffdc28;
20
- --pds-color-button-brand-background-hover: #ffe668;
21
- --pds-color-button-brand-border-active: #ddbd16;
77
+ --pds-color-button-brand-background-hover: #ddbd16;
78
+ --pds-color-button-brand-border-active: #a88f10;
22
79
  --pds-color-button-brand-border-default: #ffdc28;
23
- --pds-color-button-brand-border-hover: #ffe668;
80
+ --pds-color-button-brand-border-hover: #ddbd16;
24
81
  --pds-color-button-brand-foreground-active: #23232d;
25
82
  --pds-color-button-brand-foreground-default: #23232d;
26
83
  --pds-color-button-brand-foreground-hover: #23232d;
27
- --pds-color-button-brand-secondary-background-active: #cfcfd3;
84
+ --pds-color-button-brand-secondary-background-active: #e3e4e5;
28
85
  --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
29
- --pds-color-button-brand-secondary-background-hover: #f1f1f1;
86
+ --pds-color-button-brand-secondary-background-hover: #f4f4f4;
30
87
  --pds-color-button-brand-secondary-border-active: #23232d;
31
- --pds-color-button-brand-secondary-border-default: #54545f;
88
+ --pds-color-button-brand-secondary-border-default: #6a6e7a;
32
89
  --pds-color-button-brand-secondary-border-hover: #23232d;
33
90
  --pds-color-button-brand-secondary-foreground-active: #23232d;
34
91
  --pds-color-button-brand-secondary-foreground-default: #23232d;
35
92
  --pds-color-button-brand-secondary-foreground-hover: #23232d;
36
- --pds-color-button-critical-background-active: #700000;
37
- --pds-color-button-critical-background-default: #d61f1f;
38
- --pds-color-button-critical-background-hover: #f83333;
39
- --pds-color-button-critical-border-active: #700000;
40
- --pds-color-button-critical-border-default: #d61f1f;
41
- --pds-color-button-critical-border-hover: #f83333;
93
+ --pds-color-button-critical-background-active: #790b03;
94
+ --pds-color-button-critical-background-default: var(--pds-color-status-critical-foreground);
95
+ --pds-color-button-critical-background-hover: #9e140b;
96
+ --pds-color-button-critical-border-active: #790b03;
97
+ --pds-color-button-critical-border-default: var(--pds-color-status-critical-foreground);
98
+ --pds-color-button-critical-border-hover: #9e140b;
42
99
  --pds-color-button-critical-foreground-active: #ffffff;
43
100
  --pds-color-button-critical-foreground-default: #ffffff;
44
101
  --pds-color-button-critical-foreground-hover: #ffffff;
45
- --pds-color-button-primary-background-active: #11005d;
46
- --pds-color-button-primary-background-default: #3017a1;
47
- --pds-color-button-primary-background-hover: #5f41e5;
48
- --pds-color-button-primary-border-active: #11005d;
49
- --pds-color-button-primary-border-default: #3017a1;
50
- --pds-color-button-primary-border-hover: #5f41e5;
102
+ --pds-color-button-critical-secondary-background-active: #ffdcd8;
103
+ --pds-color-button-critical-secondary-background-default: rgba(0, 0, 0, 0);
104
+ --pds-color-button-critical-secondary-background-hover: var(--pds-color-status-critical-background);
105
+ --pds-color-button-critical-secondary-border-active: var(--pds-color-button-critical-border-active);
106
+ --pds-color-button-critical-secondary-border-default: var(--pds-color-status-critical-foreground);
107
+ --pds-color-button-critical-secondary-border-hover: var(--pds-color-button-critical-border-hover);
108
+ --pds-color-button-critical-secondary-foreground-active: var(--pds-color-status-critical-foreground);
109
+ --pds-color-button-critical-secondary-foreground-default: var(--pds-color-status-critical-foreground);
110
+ --pds-color-button-critical-secondary-foreground-hover: var(--pds-color-status-critical-foreground);
111
+ --pds-color-button-navbar-foreground-active: var(--pds-color-interactive-link-active);
112
+ --pds-color-button-navbar-foreground-default: var(--pds-color-fg-default);
113
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-interactive-link-hover);
114
+ --pds-color-button-primary-background-active: #12026f;
115
+ --pds-color-button-primary-background-default: #4f32ce;
116
+ --pds-color-button-primary-background-hover: #3017a1;
117
+ --pds-color-button-primary-border-active: #12026f;
118
+ --pds-color-button-primary-border-default: #4f32ce;
119
+ --pds-color-button-primary-border-hover: #3017a1;
51
120
  --pds-color-button-primary-foreground-active: #ffffff;
52
121
  --pds-color-button-primary-foreground-default: #ffffff;
53
122
  --pds-color-button-primary-foreground-hover: #ffffff;
54
- --pds-color-button-secondary-background-active: #e5dbff;
123
+ --pds-color-button-secondary-background-active: #f4f3fc;
55
124
  --pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
56
- --pds-color-button-secondary-background-hover: #f0ecff;
57
- --pds-color-button-secondary-border-active: #11005d;
58
- --pds-color-button-secondary-border-default: #3017a1;
59
- --pds-color-button-secondary-border-hover: #5f41e5;
60
- --pds-color-button-secondary-foreground-active: #11005d;
61
- --pds-color-button-secondary-foreground-default: #3017a1;
62
- --pds-color-button-secondary-foreground-hover: #3017a1;
63
- --pds-color-button-subtle-background-active: #e5dbff;
125
+ --pds-color-button-secondary-background-hover: #f4f3fc;
126
+ --pds-color-button-secondary-border-active: #3017a1;
127
+ --pds-color-button-secondary-border-default: #4f32ce;
128
+ --pds-color-button-secondary-border-hover: #4f32ce;
129
+ --pds-color-button-secondary-foreground-active: #3017a1;
130
+ --pds-color-button-secondary-foreground-default: #4f32ce;
131
+ --pds-color-button-secondary-foreground-hover: #4f32ce;
64
132
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
65
- --pds-color-button-subtle-background-hover: #f0ecff;
66
133
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
67
- --pds-color-button-subtle-foreground-active: #11005d;
68
- --pds-color-button-subtle-foreground-default: #3017a1;
134
+ --pds-color-button-subtle-foreground-active: #12026f;
135
+ --pds-color-button-subtle-foreground-default: #4f32ce;
69
136
  --pds-color-button-subtle-foreground-hover: #3017a1;
70
- --pds-color-foreground-default: #23232d;
71
- --pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
72
- --pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
73
- --pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
74
- --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
75
- --pds-color-input-background-critical: #ffebeb;
76
- --pds-color-input-background-default: #ffffff;
77
- --pds-color-input-background-hover: #f0ecff;
78
- --pds-color-input-border-critical: #d61f1f;
79
- --pds-color-input-border-default: #8f8f99;
80
- --pds-color-input-border-hover: #5f41e5;
81
- --pds-color-input-border-success: #1f845a;
82
- --pds-color-input-checked-background: var(--pds-color-interactive-focus);
83
- --pds-color-input-checked-foreground: #ffffff;
84
- --pds-color-input-foreground-critical: #d61f1f;
85
- --pds-color-input-foreground-default: #23232d;
86
- --pds-color-input-foreground-success: #1f845a;
87
- --pds-color-input-placeholder-text: #71717c;
137
+ --pds-color-card-background: #ffffff;
138
+ --pds-color-code-block-dark-background: var(--pds-color-bg-reverse);
139
+ --pds-color-code-block-dark-foreground: var(--pds-color-fg-reverse);
140
+ --pds-color-code-block-dark-highlight: #474954;
141
+ --pds-color-code-block-dark-line-prefix: #9699a1;
142
+ --pds-color-code-block-light-background: #eff0f0;
143
+ --pds-color-code-block-light-foreground: #3b3d45;
144
+ --pds-color-code-block-light-highlight: #dedfe0;
145
+ --pds-color-code-block-light-line-prefix: #686d78;
146
+ --pds-color-code-inline-background: #f4f3fc;
147
+ --pds-color-code-inline-border: #e5e0f8;
148
+ --pds-color-code-inline-text: #000000;
149
+ --pds-color-dashboard-nav-background: var(--pds-color-bg-default-secondary);
150
+ --pds-color-dashboard-nav-background-admin: #edecf8;
151
+ --pds-color-dashboard-nav-item-background-active: var(--pds-color-bg-reverse);
152
+ --pds-color-dashboard-nav-item-background-default: rgba(0, 0, 0, 0);
153
+ --pds-color-dashboard-nav-item-background-hover: #e3e4e5;
154
+ --pds-color-dashboard-nav-item-background-hover-admin: #ffffff;
155
+ --pds-color-dashboard-nav-item-foreground-active: var(--pds-color-fg-reverse);
156
+ --pds-color-dashboard-nav-item-foreground-default: var(--pds-color-fg-default);
157
+ --pds-color-dashboard-nav-item-foreground-hover: var(--pds-color-fg-default);
158
+ --pds-color-dashboard-toggle-button-background: var(--pds-color-bg-reverse);
159
+ --pds-color-dashboard-toggle-button-foreground: var(--pds-color-fg-reverse);
160
+ --pds-color-datavis-1: #003f5c;
161
+ --pds-color-datavis-2: #006779;
162
+ --pds-color-datavis-3: #008d6f;
163
+ --pds-color-datavis-4: #62ad43;
164
+ --pds-color-datavis-5: #ddbd16;
165
+ --pds-color-dropdown-background: var(--pds-color-bg-default);
166
+ --pds-color-dropdown-description: var(--pds-color-fg-default-secondary);
167
+ --pds-color-dropdown-foreground: var(--pds-color-fg-default);
168
+ --pds-color-dropdown-heading: var(--pds-color-fg-default-secondary);
169
+ --pds-color-dropdown-item-background-active: var(--pds-color-interactive-background-active);
170
+ --pds-color-dropdown-item-background-hover: var(--pds-color-interactive-background-hover);
171
+ --pds-color-dropdown-item-background-selected: var(--pds-color-interactive-background-hover);
172
+ --pds-color-dropdown-top-border: #dfdfdf;
173
+ --pds-color-expansion-panel-hover: #f4f4f4;
174
+ --pds-color-expansion-panel-open: #f4f4f4;
175
+ --pds-color-fg-critical: var(--pds-color-status-critical-foreground);
176
+ --pds-color-fg-default: #23232d;
177
+ --pds-color-fg-default-secondary: #6a6e7a;
178
+ --pds-color-fg-discovery: var(--pds-color-status-discovery-foreground);
179
+ --pds-color-fg-info: var(--pds-color-status-info-foreground);
180
+ --pds-color-fg-reverse: #ffffff;
181
+ --pds-color-fg-success: var(--pds-color-status-success-foreground);
182
+ --pds-color-fg-warning: var(--pds-color-status-warning-foreground);
183
+ --pds-color-gradient-avatar-dawn: linear-gradient(315deg, #FFDC28 0%, #A2CFFF 100%);
184
+ --pds-color-gradient-avatar-dragonfruit: linear-gradient(315deg, #D0C6FF 0%, #DE0093 100%);
185
+ --pds-color-gradient-avatar-dusk: linear-gradient(315deg, #01EFFE 0%, #FF00C5 100%);
186
+ --pds-color-gradient-avatar-earth: linear-gradient(315deg, #6BC5FC 0%, #218C5F 100%);
187
+ --pds-color-gradient-avatar-fall: linear-gradient(135deg, #CC36C9 0%, #FFFF11 100%);
188
+ --pds-color-gradient-avatar-grape: linear-gradient(315deg, #DE0093 0%, #5F41E5 100%);
189
+ --pds-color-gradient-avatar-midnight: linear-gradient(315deg, #5F41E5 0%, #141013 100%);
190
+ --pds-color-gradient-avatar-moon: linear-gradient(315deg, #A2CFFF 0%, #8A70FF 100%);
191
+ --pds-color-gradient-avatar-plum: linear-gradient(135deg, #000006 0%, #782EA9 76.76%);
192
+ --pds-color-gradient-avatar-spring: linear-gradient(315deg, #FFDC28 0%, #218C5F 100%);
193
+ --pds-color-gradient-avatar-summer: linear-gradient(135deg, #FF00C5 0%, #F09737 100%);
194
+ --pds-color-gradient-avatar-sun: linear-gradient(135deg, #E65F35 0%, #FFFF11 100%);
195
+ --pds-color-gradient-avatar-sundown: linear-gradient(135deg, #4BCE97 0%, #A2CFFF 50%, #F9DFCF 100%);
196
+ --pds-color-gradient-avatar-sunrise: linear-gradient(135deg, #3017A1 0%, #F09737 100%);
197
+ --pds-color-gradient-avatar-twilight: linear-gradient(315deg, #C72FA2 0%, #1B0874 100%);
198
+ --pds-color-gradient-avatar-winter: linear-gradient(315deg, #FFDC28 0%, #5F41E5 100%);
199
+ --pds-color-gradient-card-fog: linear-gradient(45deg, #EAD7D3 0%, #A2DCFF 100%);
200
+ --pds-color-gradient-card-lavender: linear-gradient(225deg, #8A70FF 0%, #BFB1FF 100%);
201
+ --pds-color-gradient-card-mint: linear-gradient(225deg, #4BCE97 0%, #BAF3DB 100%);
202
+ --pds-color-gradient-card-royal: linear-gradient(225deg, #3017A1 0%, #8A70FF 100%);
203
+ --pds-color-gradient-card-sundown: linear-gradient(225deg, #4BCE97 0%, #A2CFFF 50%, #F9DFCF 100%);
204
+ --pds-color-gradient-card-yellow: linear-gradient(225deg, #FFCB45 0%, #FFDC28 50%, #FFF1A9 100%);
205
+ --pds-color-icon-button-critical-background-active: hsl(from var(--pds-color-status-critical-utility) h s l / 0.15);
206
+ --pds-color-icon-button-critical-background-hover: var(--pds-color-status-critical-background);
207
+ --pds-color-icon-button-reverse-background-active: #6a6e7a;
208
+ --pds-color-icon-button-reverse-background-hover: #474954;
209
+ --pds-color-icon-button-standard-background-active: var(--pds-color-interactive-background-active);
210
+ --pds-color-icon-button-standard-background-hover: var(--pds-color-interactive-background-hover);
211
+ --pds-color-input-checkbox-checked-foreground: #ffffff;
212
+ --pds-color-input-file-upload-button-background-default: #f4f4f4;
213
+ --pds-color-input-file-upload-button-background-hover: #e3e4e5;
214
+ --pds-color-input-switch-icon: #ffffff;
215
+ --pds-color-interactive-background-active: #e3e4e5;
216
+ --pds-color-interactive-background-hover: #f4f4f4;
88
217
  --pds-color-interactive-focus: #0f62fe;
89
- --pds-color-link-active: #5f41e5;
90
- --pds-color-link-default: #0f62fe;
91
- --pds-color-link-hover: #5f41e5;
92
- --pds-color-link-visited: #5f41e5;
93
- --pds-color-menu-background: #ffffff;
94
- --pds-color-menu-item-background-active: #cfcfd3;
95
- --pds-color-menu-item-background-default: #ffffff;
96
- --pds-color-menu-item-background-hover: #f1f1f1;
97
- --pds-color-menu-item-description-text: #71717c;
98
- --pds-color-menu-item-foreground: #23232d;
99
- --pds-color-menu-item-heading-text: #71717c;
100
- --pds-color-panel-default-background: var(--pds-color-background-default);
101
- --pds-color-panel-default-border: var(--pds-color-border-default);
102
- --pds-color-panel-overlay-background: var(--pds-color-background-default);
103
- --pds-color-panel-overlay-border: var(--pds-color-border-default);
104
- --pds-color-panel-raised-background: var(--pds-color-background-default);
105
- --pds-color-panel-raised-border: var(--pds-color-border-default);
106
- --pds-color-panel-sunken-background: #f1f1f1;
107
- --pds-color-panel-sunken-border: #f1f1f1;
108
- --pds-color-text-default: #23232d;
109
- --pds-color-text-default-secondary: #71717c;
110
- --pds-color-text-headings: var(--pds-color-text-default);
111
- --pds-color-text-lead: var(--pds-color-text-default-secondary);
112
- --pds-color-text-overline: var(--pds-color-text-default-secondary);
113
- --pds-color-text-paragraph: #23232d;
114
- --pds-color-text-quote: var(--pds-color-text-default-secondary);
115
- --pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
116
- --pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
218
+ --pds-color-interactive-link-active: #3017a1;
219
+ --pds-color-interactive-link-default: #0f62fe;
220
+ --pds-color-interactive-link-hover: #4f32ce;
221
+ --pds-color-interactive-link-visited: #4f32ce;
222
+ --pds-color-interactive-reverse-focus: #4888fe;
223
+ --pds-color-interactive-reverse-link-active: #836fdc;
224
+ --pds-color-interactive-reverse-link-default: #4888fe;
225
+ --pds-color-interactive-reverse-link-hover: #9584e1;
226
+ --pds-color-interactive-reverse-link-visited: #9584e1;
227
+ --pds-color-nav-item-default-foreground-active: #4f32ce;
228
+ --pds-color-nav-item-default-foreground-hover: #4f32ce;
229
+ --pds-color-nav-item-default-foreground-trigger: #6a6e7a;
230
+ --pds-color-nav-item-reverse-foreground-active: #e5e0f8;
231
+ --pds-color-nav-item-reverse-foreground-hover: #e5e0f8;
232
+ --pds-color-neutral-000: #ffffff;
233
+ --pds-color-neutral-100: #f4f4f4;
234
+ --pds-color-neutral-200: #e3e4e5;
235
+ --pds-color-neutral-300: #c3c5c9;
236
+ --pds-color-neutral-400: #6a6e7a;
237
+ --pds-color-neutral-500: #23232d;
238
+ --pds-color-neutral-600: #000000;
239
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
240
+ --pds-color-pagination-background-active: #e5e0f8;
241
+ --pds-color-pagination-background-hover: var(--pds-color-brand-primary-100);
242
+ --pds-color-pagination-foreground-active: var(--pds-color-interactive-link-active);
243
+ --pds-color-pagination-foreground-hover: var(--pds-color-interactive-link-hover);
244
+ --pds-color-panel-overlay-background: #ffffff;
245
+ --pds-color-panel-raised-background: #ffffff;
246
+ --pds-color-panel-sunken-background: #f4f4f4;
247
+ --pds-color-partner-bitbucket: #004dc0;
248
+ --pds-color-partner-drupal: #009cde;
249
+ --pds-color-partner-gatsby: #663399;
250
+ --pds-color-partner-github: #2da44e;
251
+ --pds-color-partner-gitlab: #fc6d26;
252
+ --pds-color-partner-google: #4285f4;
253
+ --pds-color-partner-nextjs: #000000;
254
+ --pds-color-partner-wordpress: #0073aa;
255
+ --pds-color-segmented-button-background-active: #f4f3fc;
256
+ --pds-color-segmented-button-background-default: #ffffff;
257
+ --pds-color-segmented-button-background-hover: #f4f3fc;
258
+ --pds-color-segmented-button-border-active: #4f32ce;
259
+ --pds-color-segmented-button-foreground-active: #4f32ce;
260
+ --pds-color-segmented-button-foreground-default: #6a6e7a;
261
+ --pds-color-segmented-button-foreground-hover: #4f32ce;
262
+ --pds-color-social-rss: #f26522;
263
+ --pds-color-status-critical-background: #ffefee;
264
+ --pds-color-status-critical-foreground: #bc1c11;
265
+ --pds-color-status-critical-utility: #de2e21;
266
+ --pds-color-status-discovery-background: #f0edff;
267
+ --pds-color-status-discovery-foreground: #8e74ff;
268
+ --pds-color-status-discovery-utility: #cfc5ff;
269
+ --pds-color-status-info-background: #d7edff;
270
+ --pds-color-status-info-foreground: #0875e1;
271
+ --pds-color-status-info-utility: #a6d2ff;
272
+ --pds-color-status-neutral-background: #c3c5c9;
273
+ --pds-color-status-neutral-foreground: #23232d;
274
+ --pds-color-status-neutral-utility: #6a6e7a;
275
+ --pds-color-status-success-background: #ebfff0;
276
+ --pds-color-status-success-foreground: #217a37;
277
+ --pds-color-status-success-utility: #43c463;
278
+ --pds-color-status-warning-background: #ffeed9;
279
+ --pds-color-status-warning-foreground: #b06300;
280
+ --pds-color-status-warning-utility: #ffa126;
281
+ --pds-color-tag-1-background: #ded8fa;
282
+ --pds-color-tag-1-foreground: #5c4fac;
283
+ --pds-color-tag-10-background: #d0dffc;
284
+ --pds-color-tag-10-foreground: #2254c5;
285
+ --pds-color-tag-11-background: #72cb9b;
286
+ --pds-color-tag-11-foreground: #264a37;
287
+ --pds-color-tag-12-background: #81c1dd;
288
+ --pds-color-tag-12-foreground: #234453;
289
+ --pds-color-tag-13-background: #689bf8;
290
+ --pds-color-tag-13-foreground: #163168;
291
+ --pds-color-tag-14-background: #9c90e9;
292
+ --pds-color-tag-14-foreground: #342c60;
293
+ --pds-color-tag-15-background: #e87e73;
294
+ --pds-color-tag-15-foreground: #50201b;
295
+ --pds-color-tag-16-background: #f1a76e;
296
+ --pds-color-tag-16-foreground: #68320f;
297
+ --pds-color-tag-17-background: #da81bc;
298
+ --pds-color-tag-17-foreground: #46253b;
299
+ --pds-color-tag-18-background: #efce60;
300
+ --pds-color-tag-18-foreground: #504012;
301
+ --pds-color-tag-19-background: #9fc65b;
302
+ --pds-color-tag-19-foreground: #3f4d27;
303
+ --pds-color-tag-2-background: #f8d7d3;
304
+ --pds-color-tag-2-foreground: #a0392c;
305
+ --pds-color-tag-20-background: #8790a0;
306
+ --pds-color-tag-20-foreground: #0e1e40;
307
+ --pds-color-tag-3-background: #f5e7a8;
308
+ --pds-color-tag-3-foreground: #7b611e;
309
+ --pds-color-tag-4-background: #f7d7ec;
310
+ --pds-color-tag-4-foreground: #894271;
311
+ --pds-color-tag-5-background: #d9f0af;
312
+ --pds-color-tag-5-foreground: #536a2b;
313
+ --pds-color-tag-6-background: #dddfe3;
314
+ --pds-color-tag-6-foreground: #47546d;
315
+ --pds-color-tag-7-background: #c6f1dc;
316
+ --pds-color-tag-7-foreground: #3e7256;
317
+ --pds-color-tag-8-background: #f9dfcb;
318
+ --pds-color-tag-8-foreground: #9a4e1c;
319
+ --pds-color-tag-9-background: #ceecf9;
320
+ --pds-color-tag-9-foreground: #366880;
321
+ --pds-color-text-default: var(--pds-color-fg-default);
322
+ --pds-color-text-default-secondary: var(--pds-color-fg-default-secondary);
323
+ --pds-color-text-reverse: var(--pds-color-fg-reverse);
324
+ --pds-color-tile-background: #ffffff;
325
+ --pds-elevation-dashboard: 1px 1px 6px -2px rgba(140, 140, 140, 0.2), 1px 1px 0px 0px #f9f9f9;
326
+ --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);
327
+ --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);
117
328
  }
@@ -10,11 +10,121 @@
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-offset-default: 1px;
25
+ --pds-border-offset-double: 2px;
26
+ --pds-border-offset-triple: 3px;
27
+ --pds-border-radius-bar: 3.5rem;
28
+ --pds-border-radius-button: 0.1875rem;
29
+ --pds-border-radius-container: 0.375rem;
17
30
  --pds-border-radius-default: 0.1875rem;
31
+ --pds-border-radius-input: 0.25rem;
18
32
  --pds-border-width-default: 1px;
19
- --pds-typography-font-default: 'Poppins', sans-serif;
33
+ --pds-border-width-double: 2px;
34
+ --pds-border-width-outline: 1px;
35
+ --pds-border-width-stepper: 3px;
36
+ --pds-border-width-triple: 3px;
37
+ --pds-container-max-width-narrow: 1024px;
38
+ --pds-container-max-width-standard: 1200px;
39
+ --pds-container-max-width-wide: 1440px;
40
+ --pds-container-max-width-x-wide: 1600px;
41
+ --pds-container-modal-width-large: 44rem;
42
+ --pds-container-modal-width-medium: 36rem;
43
+ --pds-container-modal-width-small: 25rem;
44
+ --pds-container-modal-width-xl: 60rem;
45
+ --pds-container-padding-base: var(--pds-spacing-xl);
46
+ --pds-container-padding-narrow-bp-lg: 20%;
47
+ --pds-container-padding-narrow-bp-md: 12%;
48
+ --pds-container-padding-standard-bp-lg: 8%;
49
+ --pds-container-padding-standard-bp-md: 6%;
50
+ --pds-container-padding-wide-bp-lg: 4%;
51
+ --pds-container-padding-wide-bp-md: 5%;
52
+ --pds-container-tooltip-max-width: 12.5rem;
53
+ --pds-grid-marketing-column-medium-large: 4.36875%;
54
+ --pds-grid-marketing-column-small: 21.34375%;
55
+ --pds-grid-marketing-gap-medium-large: 4.325%;
56
+ --pds-grid-marketing-gap-small: 4.875%;
57
+ --pds-spacing-2xl: 1.953rem;
58
+ --pds-spacing-2xs: 0.512rem;
59
+ --pds-spacing-3xl: 2.441rem;
60
+ --pds-spacing-3xs: 0.41rem;
61
+ --pds-spacing-4xl: 3.052rem;
62
+ --pds-spacing-4xs: 0.328rem;
63
+ --pds-spacing-5xl: 3.815rem;
64
+ --pds-spacing-5xs: 0.25rem;
65
+ --pds-spacing-6xl: 4.678rem;
66
+ --pds-spacing-6xs: 0.125rem;
67
+ --pds-spacing-7xl: 5.96rem;
68
+ --pds-spacing-8xl: 7.451rem;
69
+ --pds-spacing-button-lg-height: 3rem;
70
+ --pds-spacing-button-lg-padding-block: 0.9375rem;
71
+ --pds-spacing-button-lg-padding-inline: 1.25rem;
72
+ --pds-spacing-button-md-height: 2.25rem;
73
+ --pds-spacing-button-md-padding-block: 0.625rem;
74
+ --pds-spacing-button-md-padding-inline: 0.8125rem;
75
+ --pds-spacing-button-sm-height: 2rem;
76
+ --pds-spacing-button-sm-padding-block: 0.5rem;
77
+ --pds-spacing-button-sm-padding-inline: 0.625rem;
78
+ --pds-spacing-dashboard-nav-item-height: 2.25rem;
79
+ --pds-spacing-dashboard-nav-item-padding: 0.625rem;
80
+ --pds-spacing-l: 1.25rem;
81
+ --pds-spacing-m: 1rem;
82
+ --pds-spacing-s: 0.8rem;
83
+ --pds-spacing-xl: 1.563rem;
84
+ --pds-spacing-xs: 0.64rem;
85
+ --pds-typography-ff-code: 'Source Code Pro', monospace;
86
+ --pds-typography-ff-default: 'Poppins', sans-serif;
87
+ --pds-typography-ff-mono: 'Source Code Pro', monospace;
88
+ --pds-typography-ff-sans: 'Poppins', sans-serif;
89
+ --pds-typography-ff-secondary: 'Aleo', serif;
90
+ --pds-typography-ff-serif: 'Aleo', serif;
91
+ --pds-typography-font-css-import: 'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap';
92
+ --pds-typography-fw-bold: 700;
93
+ --pds-typography-fw-light: 300;
94
+ --pds-typography-fw-medium: 500;
95
+ --pds-typography-fw-regular: 400;
96
+ --pds-typography-fw-semibold: 600;
97
+ --pds-typography-lh-l: 165%;
98
+ --pds-typography-lh-m: 140%;
99
+ --pds-typography-lh-s: 120%;
100
+ --pds-typography-lh-xl: 195%;
101
+ --pds-typography-ls-l: 0.04rem;
102
+ --pds-typography-ls-m: 0.02rem;
103
+ --pds-typography-ls-s: 0.01rem;
104
+ --pds-typography-ls-xl: 0.06rem;
105
+ --pds-typography-multiplier-medium: 0.88;
106
+ --pds-typography-multiplier-small: 0.84;
107
+ --pds-typography-size-2xl: 1.728rem;
108
+ --pds-typography-size-3xl: 2.074rem;
109
+ --pds-typography-size-4xl: 2.488rem;
110
+ --pds-typography-size-5xl: 2.986rem;
111
+ --pds-typography-size-6xl: 3.583rem;
112
+ --pds-typography-size-7xl: 4.3rem;
113
+ --pds-typography-size-8xl: 5.160rem;
114
+ --pds-typography-size-9xl: 6.192rem;
115
+ --pds-typography-size-code-block: 0.9rem;
116
+ --pds-typography-size-default: 1rem;
117
+ --pds-typography-size-input-label: 1rem;
118
+ --pds-typography-size-l: 1.2rem;
119
+ --pds-typography-size-m: 1rem;
120
+ --pds-typography-size-s: 0.833rem;
121
+ --pds-typography-size-xl: 1.44rem;
122
+ --pds-typography-size-xs: 0.694rem;
123
+ --pds-z-index-dropdown: 300;
124
+ --pds-z-index-max: 9999;
125
+ --pds-z-index-modal: 900;
126
+ --pds-z-index-navigation: 100;
127
+ --pds-z-index-notifications: 500;
128
+ --pds-z-index-overlay: 700;
129
+ --pds-z-index-reset: 0;
20
130
  }