@pantheon-systems/pds-design-tokens 1.0.0-dev.5 → 1.0.0-dev.50
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 +2 -3
- package/build/css/pds-design-tokens-dark-mode.css +82 -30
- package/build/css/pds-design-tokens-light-mode.css +86 -32
- package/build/css/pds-design-tokens.css +26 -3
- package/build/figma/pds-design-tokens-figma.json +5956 -3534
- package/build/json/pds-design-tokens-dark-mode.json +2194 -1158
- package/build/json/pds-design-tokens-light-mode.json +2235 -1087
- package/build/json/pds-design-tokens.json +386 -104
- package/package.json +1 -1
- package/build/scss/_pds-design-tokens-dark-mode.scss +0 -93
- package/build/scss/_pds-design-tokens-light-mode.scss +0 -93
- package/build/scss/_pds-design-tokens.scss +0 -16
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
|
|
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
|
|
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
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--pds-color-border-default: #504e62;
|
|
15
15
|
--pds-color-brand-accent-default: #de0093;
|
|
16
16
|
--pds-color-brand-primary-default: #ffdc28;
|
|
17
|
-
--pds-color-brand-secondary-default: #
|
|
17
|
+
--pds-color-brand-secondary-default: #8a70ff;
|
|
18
18
|
--pds-color-button-brand-background-active: #ddbd16;
|
|
19
19
|
--pds-color-button-brand-background-default: #ffdc28;
|
|
20
20
|
--pds-color-button-brand-background-hover: #ffe668;
|
|
@@ -24,21 +24,30 @@
|
|
|
24
24
|
--pds-color-button-brand-foreground-active: #121219;
|
|
25
25
|
--pds-color-button-brand-foreground-default: #121219;
|
|
26
26
|
--pds-color-button-brand-foreground-hover: #121219;
|
|
27
|
-
--pds-color-button-
|
|
28
|
-
--pds-color-button-
|
|
29
|
-
--pds-color-button-
|
|
30
|
-
--pds-color-button-
|
|
31
|
-
--pds-color-button-
|
|
32
|
-
--pds-color-button-
|
|
27
|
+
--pds-color-button-brand-secondary-background-active: #282839;
|
|
28
|
+
--pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
29
|
+
--pds-color-button-brand-secondary-background-hover: #504e62;
|
|
30
|
+
--pds-color-button-brand-secondary-border-active: #504e62;
|
|
31
|
+
--pds-color-button-brand-secondary-border-default: #a6a3b4;
|
|
32
|
+
--pds-color-button-brand-secondary-border-hover: #ffffff;
|
|
33
|
+
--pds-color-button-brand-secondary-foreground-active: #e7e7eb;
|
|
34
|
+
--pds-color-button-brand-secondary-foreground-default: #e7e7eb;
|
|
35
|
+
--pds-color-button-brand-secondary-foreground-hover: #ffffff;
|
|
36
|
+
--pds-color-button-critical-background-active: #a74032;
|
|
37
|
+
--pds-color-button-critical-background-default: #ca3521;
|
|
38
|
+
--pds-color-button-critical-background-hover: #bf4939;
|
|
39
|
+
--pds-color-button-critical-border-active: #a74032;
|
|
40
|
+
--pds-color-button-critical-border-default: #ca3521;
|
|
41
|
+
--pds-color-button-critical-border-hover: #bf4939;
|
|
33
42
|
--pds-color-button-critical-foreground-active: #ffffff;
|
|
34
43
|
--pds-color-button-critical-foreground-default: #ffffff;
|
|
35
44
|
--pds-color-button-critical-foreground-hover: #ffffff;
|
|
36
|
-
--pds-color-button-primary-background-active: #
|
|
37
|
-
--pds-color-button-primary-background-default: #
|
|
38
|
-
--pds-color-button-primary-background-hover: #
|
|
39
|
-
--pds-color-button-primary-border-active: #
|
|
40
|
-
--pds-color-button-primary-border-default: #
|
|
41
|
-
--pds-color-button-primary-border-hover: #
|
|
45
|
+
--pds-color-button-primary-background-active: #4e39a8;
|
|
46
|
+
--pds-color-button-primary-background-default: #8a70ff;
|
|
47
|
+
--pds-color-button-primary-background-hover: #ad9bff;
|
|
48
|
+
--pds-color-button-primary-border-active: #4e39a8;
|
|
49
|
+
--pds-color-button-primary-border-default: #8a70ff;
|
|
50
|
+
--pds-color-button-primary-border-hover: #ad9bff;
|
|
42
51
|
--pds-color-button-primary-foreground-active: #ffffff;
|
|
43
52
|
--pds-color-button-primary-foreground-default: #ffffff;
|
|
44
53
|
--pds-color-button-primary-foreground-hover: #ffffff;
|
|
@@ -58,39 +67,82 @@
|
|
|
58
67
|
--pds-color-button-subtle-foreground-active: #e7e7eb;
|
|
59
68
|
--pds-color-button-subtle-foreground-default: #e7e7eb;
|
|
60
69
|
--pds-color-button-subtle-foreground-hover: #ffffff;
|
|
70
|
+
--pds-color-card-border: #504e62;
|
|
71
|
+
--pds-color-expansion-panel-hover: #282839;
|
|
72
|
+
--pds-color-expansion-panel-open: #282839;
|
|
61
73
|
--pds-color-foreground-default: #ffffff;
|
|
62
74
|
--pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
|
|
63
75
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
64
76
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
65
77
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
78
|
+
--pds-color-input-action-background-hover: #504e62;
|
|
79
|
+
--pds-color-input-background-critical: #1d1d29;
|
|
66
80
|
--pds-color-input-background-default: #1d1d29;
|
|
67
|
-
--pds-color-input-background-
|
|
68
|
-
--pds-color-input-border-
|
|
69
|
-
--pds-color-input-border-
|
|
81
|
+
--pds-color-input-background-hover: #282839;
|
|
82
|
+
--pds-color-input-border-critical: #ca3521;
|
|
83
|
+
--pds-color-input-border-default: #858299;
|
|
84
|
+
--pds-color-input-border-hover: #ad9bff;
|
|
85
|
+
--pds-color-input-border-success: #2abb7f;
|
|
86
|
+
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
87
|
+
--pds-color-input-checked-foreground: #ffffff;
|
|
88
|
+
--pds-color-input-foreground-critical: #ca3521;
|
|
89
|
+
--pds-color-input-foreground-default: #ffffff;
|
|
90
|
+
--pds-color-input-foreground-success: #2abb7f;
|
|
91
|
+
--pds-color-input-placeholder-text: #a6a3b4;
|
|
92
|
+
--pds-color-input-toggle-switch-icon: #ffffff;
|
|
93
|
+
--pds-color-input-toggle-switch-off: #504e62;
|
|
94
|
+
--pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
|
|
70
95
|
--pds-color-interactive-focus: #36a3ff;
|
|
71
|
-
--pds-color-link-active: #
|
|
96
|
+
--pds-color-link-active: #6f54e8;
|
|
97
|
+
--pds-color-link-cta-active: #d0c6ff;
|
|
98
|
+
--pds-color-link-cta-default: #8a70ff;
|
|
99
|
+
--pds-color-link-cta-hover: #ad9bff;
|
|
72
100
|
--pds-color-link-default: #36a3ff;
|
|
73
|
-
--pds-color-link-hover: #
|
|
74
|
-
--pds-color-link-visited: #
|
|
75
|
-
--pds-color-menu-background: #
|
|
76
|
-
--pds-color-menu-item-background-active: #
|
|
77
|
-
--pds-color-menu-item-background-default: #
|
|
78
|
-
--pds-color-menu-item-background-hover: #
|
|
101
|
+
--pds-color-link-hover: #6f54e8;
|
|
102
|
+
--pds-color-link-visited: #6f54e8;
|
|
103
|
+
--pds-color-menu-background: #282839;
|
|
104
|
+
--pds-color-menu-item-background-active: #858299;
|
|
105
|
+
--pds-color-menu-item-background-default: #282839;
|
|
106
|
+
--pds-color-menu-item-background-hover: #504e62;
|
|
107
|
+
--pds-color-menu-item-description-text: #a6a3b4;
|
|
79
108
|
--pds-color-menu-item-foreground: #ffffff;
|
|
109
|
+
--pds-color-menu-item-heading-text: #a6a3b4;
|
|
80
110
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
81
111
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
82
112
|
--pds-color-panel-overlay-background: #282839;
|
|
83
|
-
--pds-color-panel-overlay-border: #282839;
|
|
84
113
|
--pds-color-panel-raised-background: #282839;
|
|
85
114
|
--pds-color-panel-raised-border: var(--pds-color-border-default);
|
|
86
115
|
--pds-color-panel-sunken-background: #121219;
|
|
87
|
-
--pds-color-
|
|
116
|
+
--pds-color-tag-1-background: #705e00;
|
|
117
|
+
--pds-color-tag-1-foreground: #fffbe9;
|
|
118
|
+
--pds-color-tag-2-background: #4e39a8;
|
|
119
|
+
--pds-color-tag-2-foreground: #f3f0ff;
|
|
120
|
+
--pds-color-tag-3-background: #560039;
|
|
121
|
+
--pds-color-tag-3-foreground: #ffe5f6;
|
|
122
|
+
--pds-color-tag-4-background: #504e62;
|
|
123
|
+
--pds-color-tag-4-foreground: #c7c5d0;
|
|
124
|
+
--pds-color-tag-5-background: #700000;
|
|
125
|
+
--pds-color-tag-5-foreground: #ffebeb;
|
|
126
|
+
--pds-color-tag-6-background: #b15902;
|
|
127
|
+
--pds-color-tag-6-foreground: #fffae6;
|
|
128
|
+
--pds-color-tag-7-background: #164b35;
|
|
129
|
+
--pds-color-tag-7-foreground: #dffcf0;
|
|
130
|
+
--pds-color-tag-8-background: #0f5f6a;
|
|
131
|
+
--pds-color-tag-8-foreground: #f0fdff;
|
|
88
132
|
--pds-color-text-default: #ffffff;
|
|
89
|
-
--pds-color-text-
|
|
90
|
-
--pds-color-
|
|
91
|
-
--pds-color-
|
|
92
|
-
--pds-color-
|
|
93
|
-
--pds-color-
|
|
133
|
+
--pds-color-text-default-secondary: #a6a3b4;
|
|
134
|
+
--pds-color-tile-background-active: #858299;
|
|
135
|
+
--pds-color-tile-background-hover: #504e62;
|
|
136
|
+
--pds-color-tile-separator: #504e62;
|
|
137
|
+
--pds-color-toggle-button-background-off: #504e62;
|
|
138
|
+
--pds-color-toggle-button-foreground-off: #c7c5d0;
|
|
139
|
+
--pds-color-tooltip-background: #a6a3b4;
|
|
140
|
+
--pds-color-tooltip-text: #121219;
|
|
141
|
+
--pds-color-tooltip-trigger-icon-critical: #ca3521;
|
|
142
|
+
--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;
|
|
94
146
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
95
147
|
--pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
96
148
|
}
|
|
@@ -24,73 +24,127 @@
|
|
|
24
24
|
--pds-color-button-brand-foreground-active: #23232d;
|
|
25
25
|
--pds-color-button-brand-foreground-default: #23232d;
|
|
26
26
|
--pds-color-button-brand-foreground-hover: #23232d;
|
|
27
|
-
--pds-color-button-
|
|
28
|
-
--pds-color-button-
|
|
29
|
-
--pds-color-button-
|
|
30
|
-
--pds-color-button-
|
|
31
|
-
--pds-color-button-
|
|
32
|
-
--pds-color-button-
|
|
27
|
+
--pds-color-button-brand-secondary-background-active: #f1f1f1;
|
|
28
|
+
--pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
29
|
+
--pds-color-button-brand-secondary-background-hover: #f8f8f8;
|
|
30
|
+
--pds-color-button-brand-secondary-border-active: #23232d;
|
|
31
|
+
--pds-color-button-brand-secondary-border-default: #6d6d78;
|
|
32
|
+
--pds-color-button-brand-secondary-border-hover: #23232d;
|
|
33
|
+
--pds-color-button-brand-secondary-foreground-active: #23232d;
|
|
34
|
+
--pds-color-button-brand-secondary-foreground-default: #23232d;
|
|
35
|
+
--pds-color-button-brand-secondary-foreground-hover: #23232d;
|
|
36
|
+
--pds-color-button-critical-background-active: #b53a2a;
|
|
37
|
+
--pds-color-button-critical-background-default: #ca3521;
|
|
38
|
+
--pds-color-button-critical-background-hover: #e86d5d;
|
|
39
|
+
--pds-color-button-critical-border-active: #b53a2a;
|
|
40
|
+
--pds-color-button-critical-border-default: #ca3521;
|
|
41
|
+
--pds-color-button-critical-border-hover: #e86d5d;
|
|
33
42
|
--pds-color-button-critical-foreground-active: #ffffff;
|
|
34
43
|
--pds-color-button-critical-foreground-default: #ffffff;
|
|
35
44
|
--pds-color-button-critical-foreground-hover: #ffffff;
|
|
36
45
|
--pds-color-button-primary-background-active: #11005d;
|
|
37
46
|
--pds-color-button-primary-background-default: #3017a1;
|
|
38
|
-
--pds-color-button-primary-background-hover: #
|
|
47
|
+
--pds-color-button-primary-background-hover: #5f41e5;
|
|
39
48
|
--pds-color-button-primary-border-active: #11005d;
|
|
40
49
|
--pds-color-button-primary-border-default: #3017a1;
|
|
41
|
-
--pds-color-button-primary-border-hover: #
|
|
50
|
+
--pds-color-button-primary-border-hover: #5f41e5;
|
|
42
51
|
--pds-color-button-primary-foreground-active: #ffffff;
|
|
43
52
|
--pds-color-button-primary-foreground-default: #ffffff;
|
|
44
53
|
--pds-color-button-primary-foreground-hover: #ffffff;
|
|
45
|
-
--pds-color-button-secondary-background-active: #
|
|
54
|
+
--pds-color-button-secondary-background-active: #e5dbff;
|
|
46
55
|
--pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
|
|
47
56
|
--pds-color-button-secondary-background-hover: #f0ecff;
|
|
48
57
|
--pds-color-button-secondary-border-active: #11005d;
|
|
49
58
|
--pds-color-button-secondary-border-default: #3017a1;
|
|
50
|
-
--pds-color-button-secondary-border-hover: #
|
|
59
|
+
--pds-color-button-secondary-border-hover: #5f41e5;
|
|
51
60
|
--pds-color-button-secondary-foreground-active: #11005d;
|
|
52
61
|
--pds-color-button-secondary-foreground-default: #3017a1;
|
|
53
62
|
--pds-color-button-secondary-foreground-hover: #3017a1;
|
|
54
63
|
--pds-color-button-subtle-background-active: #cfcfd3;
|
|
55
64
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
56
|
-
--pds-color-button-subtle-background-hover: #
|
|
65
|
+
--pds-color-button-subtle-background-hover: #f1f1f1;
|
|
57
66
|
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
58
|
-
--pds-color-button-subtle-foreground-active: #
|
|
59
|
-
--pds-color-button-subtle-foreground-default: #
|
|
60
|
-
--pds-color-button-subtle-foreground-hover: #
|
|
67
|
+
--pds-color-button-subtle-foreground-active: #23232d;
|
|
68
|
+
--pds-color-button-subtle-foreground-default: #23232d;
|
|
69
|
+
--pds-color-button-subtle-foreground-hover: #23232d;
|
|
70
|
+
--pds-color-card-border: var(--pds-color-border-default);
|
|
71
|
+
--pds-color-expansion-panel-hover: #f1f1f1;
|
|
72
|
+
--pds-color-expansion-panel-open: #f1f1f1;
|
|
61
73
|
--pds-color-foreground-default: #23232d;
|
|
62
74
|
--pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
|
|
63
75
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
64
76
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
65
77
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
78
|
+
--pds-color-input-action-background-hover: #f8f8f8;
|
|
79
|
+
--pds-color-input-background-critical: #ffedeb;
|
|
66
80
|
--pds-color-input-background-default: #ffffff;
|
|
67
|
-
--pds-color-input-background-
|
|
68
|
-
--pds-color-input-border-
|
|
69
|
-
--pds-color-input-border-
|
|
81
|
+
--pds-color-input-background-hover: #f0ecff;
|
|
82
|
+
--pds-color-input-border-critical: #ca3521;
|
|
83
|
+
--pds-color-input-border-default: #cfcfd3;
|
|
84
|
+
--pds-color-input-border-hover: #5f41e5;
|
|
85
|
+
--pds-color-input-border-success: #218c5f;
|
|
86
|
+
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
87
|
+
--pds-color-input-checked-foreground: #ffffff;
|
|
88
|
+
--pds-color-input-foreground-critical: #ca3521;
|
|
89
|
+
--pds-color-input-foreground-default: #23232d;
|
|
90
|
+
--pds-color-input-foreground-success: #218c5f;
|
|
91
|
+
--pds-color-input-placeholder-text: #6d6d78;
|
|
92
|
+
--pds-color-input-toggle-switch-icon: #ffffff;
|
|
93
|
+
--pds-color-input-toggle-switch-off: #6d6d78;
|
|
94
|
+
--pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
|
|
70
95
|
--pds-color-interactive-focus: #0f62fe;
|
|
71
|
-
--pds-color-link-active: #
|
|
96
|
+
--pds-color-link-active: #6f54e8;
|
|
97
|
+
--pds-color-link-cta-active: #11005d;
|
|
98
|
+
--pds-color-link-cta-default: #3017a1;
|
|
99
|
+
--pds-color-link-cta-hover: #5f41e5;
|
|
72
100
|
--pds-color-link-default: #0f62fe;
|
|
73
|
-
--pds-color-link-hover: #
|
|
74
|
-
--pds-color-link-visited: #
|
|
101
|
+
--pds-color-link-hover: #6f54e8;
|
|
102
|
+
--pds-color-link-visited: #6f54e8;
|
|
75
103
|
--pds-color-menu-background: #ffffff;
|
|
76
|
-
--pds-color-menu-item-background-active: #
|
|
104
|
+
--pds-color-menu-item-background-active: #f1f1f1;
|
|
77
105
|
--pds-color-menu-item-background-default: #ffffff;
|
|
78
|
-
--pds-color-menu-item-background-hover: #
|
|
106
|
+
--pds-color-menu-item-background-hover: #f8f8f8;
|
|
107
|
+
--pds-color-menu-item-description-text: #6d6d78;
|
|
79
108
|
--pds-color-menu-item-foreground: #23232d;
|
|
109
|
+
--pds-color-menu-item-heading-text: #6d6d78;
|
|
110
|
+
--pds-color-pager-background-active: #f0ecff;
|
|
111
|
+
--pds-color-pager-background-hover: #f1f1f1;
|
|
112
|
+
--pds-color-pager-foreground-active: #5f41e5;
|
|
80
113
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
81
114
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
82
115
|
--pds-color-panel-overlay-background: var(--pds-color-background-default);
|
|
83
|
-
--pds-color-panel-overlay-border: var(--pds-color-border-default);
|
|
84
116
|
--pds-color-panel-raised-background: var(--pds-color-background-default);
|
|
85
|
-
--pds-color-panel-raised-border: var(--pds-color-border-default);
|
|
86
117
|
--pds-color-panel-sunken-background: #f1f1f1;
|
|
87
|
-
--pds-color-
|
|
118
|
+
--pds-color-tag-1-background: #fffbe9;
|
|
119
|
+
--pds-color-tag-1-foreground: #705e00;
|
|
120
|
+
--pds-color-tag-2-background: #f0ecff;
|
|
121
|
+
--pds-color-tag-2-foreground: #3017a1;
|
|
122
|
+
--pds-color-tag-3-background: #ffe5f6;
|
|
123
|
+
--pds-color-tag-3-foreground: #9a0066;
|
|
124
|
+
--pds-color-tag-4-background: #f1f1f1;
|
|
125
|
+
--pds-color-tag-4-foreground: #6d6d78;
|
|
126
|
+
--pds-color-tag-5-background: #ffebeb;
|
|
127
|
+
--pds-color-tag-5-foreground: #700000;
|
|
128
|
+
--pds-color-tag-6-background: #fffae6;
|
|
129
|
+
--pds-color-tag-6-foreground: #b15902;
|
|
130
|
+
--pds-color-tag-7-background: #dffcf0;
|
|
131
|
+
--pds-color-tag-7-foreground: #164b35;
|
|
132
|
+
--pds-color-tag-8-background: #f0fdff;
|
|
133
|
+
--pds-color-tag-8-foreground: #0f5f6a;
|
|
88
134
|
--pds-color-text-default: #23232d;
|
|
89
|
-
--pds-color-text-
|
|
90
|
-
--pds-color-
|
|
91
|
-
--pds-color-
|
|
92
|
-
--pds-color-
|
|
93
|
-
--pds-color-
|
|
94
|
-
--pds-
|
|
95
|
-
--pds-
|
|
135
|
+
--pds-color-text-default-secondary: #6d6d78;
|
|
136
|
+
--pds-color-tile-background-active: #f1f1f1;
|
|
137
|
+
--pds-color-tile-background-hover: #f8f8f8;
|
|
138
|
+
--pds-color-tile-separator: #cfcfd3;
|
|
139
|
+
--pds-color-toggle-button-background-off: #f1f1f1;
|
|
140
|
+
--pds-color-toggle-button-foreground-off: #6d6d78;
|
|
141
|
+
--pds-color-tooltip-background: #23232d;
|
|
142
|
+
--pds-color-tooltip-text: #ffffff;
|
|
143
|
+
--pds-color-tooltip-trigger-icon-critical: #ca3521;
|
|
144
|
+
--pds-color-tooltip-trigger-icon-default: #23232d;
|
|
145
|
+
--pds-color-utility-announcement: #44546f;
|
|
146
|
+
--pds-color-utility-critical: #ca3521;
|
|
147
|
+
--pds-color-utility-warning: #e2b203;
|
|
148
|
+
--pds-elevation-overlay: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
|
|
149
|
+
--pds-elevation-raised: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
|
|
96
150
|
}
|
|
@@ -10,10 +10,33 @@
|
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
:root {
|
|
13
|
-
--pds-animation-transition-delay: 0s;
|
|
14
|
-
--pds-animation-transition-duration: 200ms;
|
|
15
|
-
--pds-animation-transition-timing-function: ease-in-out;
|
|
13
|
+
--pds-animation-transition-default-delay: 0s;
|
|
14
|
+
--pds-animation-transition-default-duration: 200ms;
|
|
15
|
+
--pds-animation-transition-default-timing-function: ease-in-out;
|
|
16
|
+
--pds-animation-transition-dropdown-duration: 300ms;
|
|
17
|
+
--pds-border-radius-container: 0.375rem;
|
|
16
18
|
--pds-border-radius-default: 0.1875rem;
|
|
17
19
|
--pds-border-width-default: 1px;
|
|
20
|
+
--pds-grid-marketing-column-medium-large: 5.125%;
|
|
21
|
+
--pds-grid-marketing-column-small: 21.34375%;
|
|
22
|
+
--pds-grid-marketing-gap-medium-large: 3.5%;
|
|
23
|
+
--pds-grid-marketing-gap-small: 4.875%;
|
|
24
|
+
--pds-spacing-2xl: 1.953rem;
|
|
25
|
+
--pds-spacing-2xs: 0.512rem;
|
|
26
|
+
--pds-spacing-3xl: 2.441rem;
|
|
27
|
+
--pds-spacing-3xs: 0.41rem;
|
|
28
|
+
--pds-spacing-4xl: 3.052rem;
|
|
29
|
+
--pds-spacing-4xs: 0.328rem;
|
|
30
|
+
--pds-spacing-5xl: 3.815rem;
|
|
31
|
+
--pds-spacing-5xs: 0.25rem;
|
|
32
|
+
--pds-spacing-6xl: 4.678rem;
|
|
33
|
+
--pds-spacing-6xs: 0.125rem;
|
|
34
|
+
--pds-spacing-7xl: 5.96rem;
|
|
35
|
+
--pds-spacing-8xl: 7.451rem;
|
|
36
|
+
--pds-spacing-l: 1.25rem;
|
|
37
|
+
--pds-spacing-m: 1rem;
|
|
38
|
+
--pds-spacing-s: 0.8rem;
|
|
39
|
+
--pds-spacing-xl: 1.563rem;
|
|
40
|
+
--pds-spacing-xs: 0.64rem;
|
|
18
41
|
--pds-typography-font-default: 'Poppins', sans-serif;
|
|
19
42
|
}
|