@pantheon-systems/pds-design-tokens 1.0.0-dev.4 → 1.0.0-dev.40
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/build/css/pds-design-tokens-dark-mode.css +52 -23
- package/build/css/pds-design-tokens-light-mode.css +51 -22
- package/build/css/pds-design-tokens.css +5 -3
- package/build/figma/pds-design-tokens-figma.json +4760 -3068
- package/build/json/pds-design-tokens-dark-mode.json +1360 -611
- package/build/json/pds-design-tokens-light-mode.json +1378 -673
- package/build/json/pds-design-tokens.json +188 -52
- package/build/scss/_pds-design-tokens-dark-mode.scss +52 -23
- package/build/scss/_pds-design-tokens-light-mode.scss +51 -22
- package/build/scss/_pds-design-tokens.scss +5 -3
- package/package.json +1 -1
|
@@ -1,89 +1,164 @@
|
|
|
1
1
|
{
|
|
2
2
|
"animation": {
|
|
3
|
-
"
|
|
3
|
+
"focus": {
|
|
4
4
|
"transition": {
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "outline: 200ms ease-in-out 0s",
|
|
6
6
|
"filePath": "tokens/animation/alias.json",
|
|
7
7
|
"isSource": true,
|
|
8
8
|
"original": {
|
|
9
|
-
"value": "
|
|
9
|
+
"value": "outline: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
10
10
|
},
|
|
11
|
-
"name": "animation-
|
|
11
|
+
"name": "animation-focus-transition",
|
|
12
12
|
"attributes": {
|
|
13
13
|
"category": "animation",
|
|
14
|
-
"type": "
|
|
14
|
+
"type": "focus",
|
|
15
15
|
"item": "transition"
|
|
16
16
|
},
|
|
17
17
|
"path": [
|
|
18
18
|
"animation",
|
|
19
|
-
"
|
|
19
|
+
"focus",
|
|
20
20
|
"transition"
|
|
21
21
|
]
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"value": "0s",
|
|
27
|
-
"
|
|
28
|
-
"filePath": "tokens/animation/base.json",
|
|
24
|
+
"button": {
|
|
25
|
+
"transition": {
|
|
26
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
27
|
+
"filePath": "tokens/animation/alias.json",
|
|
29
28
|
"isSource": true,
|
|
30
29
|
"original": {
|
|
31
|
-
"value": "
|
|
32
|
-
"public": true
|
|
30
|
+
"value": "background-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
33
31
|
},
|
|
34
|
-
"name": "animation-transition
|
|
32
|
+
"name": "animation-button-transition",
|
|
35
33
|
"attributes": {
|
|
36
34
|
"category": "animation",
|
|
37
|
-
"type": "
|
|
38
|
-
"item": "
|
|
35
|
+
"type": "button",
|
|
36
|
+
"item": "transition"
|
|
39
37
|
},
|
|
40
38
|
"path": [
|
|
41
39
|
"animation",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
40
|
+
"button",
|
|
41
|
+
"transition"
|
|
44
42
|
]
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"input": {
|
|
46
|
+
"transition": {
|
|
47
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
48
|
+
"filePath": "tokens/animation/alias.json",
|
|
50
49
|
"isSource": true,
|
|
51
50
|
"original": {
|
|
52
|
-
"value": "
|
|
53
|
-
"public": true
|
|
51
|
+
"value": "background-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
54
52
|
},
|
|
55
|
-
"name": "animation-transition
|
|
53
|
+
"name": "animation-input-transition",
|
|
56
54
|
"attributes": {
|
|
57
55
|
"category": "animation",
|
|
58
|
-
"type": "
|
|
59
|
-
"item": "
|
|
56
|
+
"type": "input",
|
|
57
|
+
"item": "transition"
|
|
60
58
|
},
|
|
61
59
|
"path": [
|
|
62
60
|
"animation",
|
|
63
|
-
"
|
|
64
|
-
"
|
|
61
|
+
"input",
|
|
62
|
+
"transition"
|
|
65
63
|
]
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"transition": {
|
|
67
|
+
"default": {
|
|
68
|
+
"delay": {
|
|
69
|
+
"value": "0s",
|
|
70
|
+
"public": true,
|
|
71
|
+
"filePath": "tokens/animation/base.json",
|
|
72
|
+
"isSource": true,
|
|
73
|
+
"original": {
|
|
74
|
+
"value": "0s",
|
|
75
|
+
"public": true
|
|
76
|
+
},
|
|
77
|
+
"name": "animation-transition-default-delay",
|
|
78
|
+
"attributes": {
|
|
79
|
+
"category": "animation",
|
|
80
|
+
"type": "transition",
|
|
81
|
+
"item": "default",
|
|
82
|
+
"subitem": "delay"
|
|
83
|
+
},
|
|
84
|
+
"path": [
|
|
85
|
+
"animation",
|
|
86
|
+
"transition",
|
|
87
|
+
"default",
|
|
88
|
+
"delay"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"duration": {
|
|
92
|
+
"value": "200ms",
|
|
93
|
+
"public": true,
|
|
94
|
+
"filePath": "tokens/animation/base.json",
|
|
95
|
+
"isSource": true,
|
|
96
|
+
"original": {
|
|
97
|
+
"value": "200ms",
|
|
98
|
+
"public": true
|
|
99
|
+
},
|
|
100
|
+
"name": "animation-transition-default-duration",
|
|
101
|
+
"attributes": {
|
|
102
|
+
"category": "animation",
|
|
103
|
+
"type": "transition",
|
|
104
|
+
"item": "default",
|
|
105
|
+
"subitem": "duration"
|
|
106
|
+
},
|
|
107
|
+
"path": [
|
|
108
|
+
"animation",
|
|
109
|
+
"transition",
|
|
110
|
+
"default",
|
|
111
|
+
"duration"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"timing-function": {
|
|
73
115
|
"value": "ease-in-out",
|
|
74
|
-
"public": true
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
116
|
+
"public": true,
|
|
117
|
+
"filePath": "tokens/animation/base.json",
|
|
118
|
+
"isSource": true,
|
|
119
|
+
"original": {
|
|
120
|
+
"value": "ease-in-out",
|
|
121
|
+
"public": true
|
|
122
|
+
},
|
|
123
|
+
"name": "animation-transition-default-timing-function",
|
|
124
|
+
"attributes": {
|
|
125
|
+
"category": "animation",
|
|
126
|
+
"type": "transition",
|
|
127
|
+
"item": "default",
|
|
128
|
+
"subitem": "timing-function"
|
|
129
|
+
},
|
|
130
|
+
"path": [
|
|
131
|
+
"animation",
|
|
132
|
+
"transition",
|
|
133
|
+
"default",
|
|
134
|
+
"timing-function"
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"dropdown": {
|
|
139
|
+
"duration": {
|
|
140
|
+
"value": "300ms",
|
|
141
|
+
"public": true,
|
|
142
|
+
"filePath": "tokens/animation/base.json",
|
|
143
|
+
"isSource": true,
|
|
144
|
+
"original": {
|
|
145
|
+
"value": "300ms",
|
|
146
|
+
"public": true
|
|
147
|
+
},
|
|
148
|
+
"name": "animation-transition-dropdown-duration",
|
|
149
|
+
"attributes": {
|
|
150
|
+
"category": "animation",
|
|
151
|
+
"type": "transition",
|
|
152
|
+
"item": "dropdown",
|
|
153
|
+
"subitem": "duration"
|
|
154
|
+
},
|
|
155
|
+
"path": [
|
|
156
|
+
"animation",
|
|
157
|
+
"transition",
|
|
158
|
+
"dropdown",
|
|
159
|
+
"duration"
|
|
160
|
+
]
|
|
161
|
+
}
|
|
87
162
|
}
|
|
88
163
|
}
|
|
89
164
|
},
|
|
@@ -111,6 +186,29 @@
|
|
|
111
186
|
"radius",
|
|
112
187
|
"default"
|
|
113
188
|
]
|
|
189
|
+
},
|
|
190
|
+
"container": {
|
|
191
|
+
"value": 0.375,
|
|
192
|
+
"defaultUnit": "rem",
|
|
193
|
+
"public": true,
|
|
194
|
+
"filePath": "tokens/border/alias.json",
|
|
195
|
+
"isSource": true,
|
|
196
|
+
"original": {
|
|
197
|
+
"value": 0.375,
|
|
198
|
+
"defaultUnit": "rem",
|
|
199
|
+
"public": true
|
|
200
|
+
},
|
|
201
|
+
"name": "border-radius-container",
|
|
202
|
+
"attributes": {
|
|
203
|
+
"category": "border",
|
|
204
|
+
"type": "radius",
|
|
205
|
+
"item": "container"
|
|
206
|
+
},
|
|
207
|
+
"path": [
|
|
208
|
+
"border",
|
|
209
|
+
"radius",
|
|
210
|
+
"container"
|
|
211
|
+
]
|
|
114
212
|
}
|
|
115
213
|
},
|
|
116
214
|
"width": {
|
|
@@ -551,6 +649,44 @@
|
|
|
551
649
|
"spacing",
|
|
552
650
|
"4XS"
|
|
553
651
|
]
|
|
652
|
+
},
|
|
653
|
+
"5XS": {
|
|
654
|
+
"value": "0.25",
|
|
655
|
+
"defaultUnit": "rem",
|
|
656
|
+
"filePath": "tokens/spacing/base.json",
|
|
657
|
+
"isSource": true,
|
|
658
|
+
"original": {
|
|
659
|
+
"value": "0.25",
|
|
660
|
+
"defaultUnit": "rem"
|
|
661
|
+
},
|
|
662
|
+
"name": "spacing-5-xs",
|
|
663
|
+
"attributes": {
|
|
664
|
+
"category": "spacing",
|
|
665
|
+
"type": "5XS"
|
|
666
|
+
},
|
|
667
|
+
"path": [
|
|
668
|
+
"spacing",
|
|
669
|
+
"5XS"
|
|
670
|
+
]
|
|
671
|
+
},
|
|
672
|
+
"6XS": {
|
|
673
|
+
"value": "0.125",
|
|
674
|
+
"defaultUnit": "rem",
|
|
675
|
+
"filePath": "tokens/spacing/base.json",
|
|
676
|
+
"isSource": true,
|
|
677
|
+
"original": {
|
|
678
|
+
"value": "0.125",
|
|
679
|
+
"defaultUnit": "rem"
|
|
680
|
+
},
|
|
681
|
+
"name": "spacing-6-xs",
|
|
682
|
+
"attributes": {
|
|
683
|
+
"category": "spacing",
|
|
684
|
+
"type": "6XS"
|
|
685
|
+
},
|
|
686
|
+
"path": [
|
|
687
|
+
"spacing",
|
|
688
|
+
"6XS"
|
|
689
|
+
]
|
|
554
690
|
}
|
|
555
691
|
},
|
|
556
692
|
"typography": {
|
|
@@ -672,11 +808,11 @@
|
|
|
672
808
|
]
|
|
673
809
|
},
|
|
674
810
|
"css-import": {
|
|
675
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;
|
|
811
|
+
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'",
|
|
676
812
|
"filePath": "tokens/typography/base/font.json",
|
|
677
813
|
"isSource": true,
|
|
678
814
|
"original": {
|
|
679
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;
|
|
815
|
+
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'"
|
|
680
816
|
},
|
|
681
817
|
"name": "typography-font-css-import",
|
|
682
818
|
"attributes": {
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
// This file has been generated automatically.
|
|
10
10
|
|
|
11
11
|
$pds-color-background-default: #1d1d29;
|
|
12
|
-
$pds-color-border-default: #
|
|
12
|
+
$pds-color-border-default: #858299;
|
|
13
13
|
$pds-color-brand-accent-default: #de0093;
|
|
14
14
|
$pds-color-brand-primary-default: #ffdc28;
|
|
15
|
-
$pds-color-brand-secondary-default: #
|
|
15
|
+
$pds-color-brand-secondary-default: #8a70ff;
|
|
16
16
|
$pds-color-button-brand-background-active: #ddbd16;
|
|
17
17
|
$pds-color-button-brand-background-default: #ffdc28;
|
|
18
18
|
$pds-color-button-brand-background-hover: #ffe668;
|
|
@@ -22,6 +22,15 @@ $pds-color-button-brand-border-hover: #ffe668;
|
|
|
22
22
|
$pds-color-button-brand-foreground-active: #121219;
|
|
23
23
|
$pds-color-button-brand-foreground-default: #121219;
|
|
24
24
|
$pds-color-button-brand-foreground-hover: #121219;
|
|
25
|
+
$pds-color-button-brand-secondary-background-active: #282839;
|
|
26
|
+
$pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
27
|
+
$pds-color-button-brand-secondary-background-hover: #504e62;
|
|
28
|
+
$pds-color-button-brand-secondary-border-active: #504e62;
|
|
29
|
+
$pds-color-button-brand-secondary-border-default: #a6a3b4;
|
|
30
|
+
$pds-color-button-brand-secondary-border-hover: #ffffff;
|
|
31
|
+
$pds-color-button-brand-secondary-foreground-active: #e7e7eb;
|
|
32
|
+
$pds-color-button-brand-secondary-foreground-default: #e7e7eb;
|
|
33
|
+
$pds-color-button-brand-secondary-foreground-hover: #ffffff;
|
|
25
34
|
$pds-color-button-critical-background-active: #9c2f2f;
|
|
26
35
|
$pds-color-button-critical-background-default: #e05757;
|
|
27
36
|
$pds-color-button-critical-background-hover: #be4242;
|
|
@@ -31,12 +40,12 @@ $pds-color-button-critical-border-hover: #be4242;
|
|
|
31
40
|
$pds-color-button-critical-foreground-active: #ffffff;
|
|
32
41
|
$pds-color-button-critical-foreground-default: #ffffff;
|
|
33
42
|
$pds-color-button-critical-foreground-hover: #ffffff;
|
|
34
|
-
$pds-color-button-primary-background-active: #
|
|
35
|
-
$pds-color-button-primary-background-default: #
|
|
36
|
-
$pds-color-button-primary-background-hover: #
|
|
37
|
-
$pds-color-button-primary-border-active: #
|
|
38
|
-
$pds-color-button-primary-border-default: #
|
|
39
|
-
$pds-color-button-primary-border-hover: #
|
|
43
|
+
$pds-color-button-primary-background-active: #4e39a8;
|
|
44
|
+
$pds-color-button-primary-background-default: #8a70ff;
|
|
45
|
+
$pds-color-button-primary-background-hover: #ad9bff;
|
|
46
|
+
$pds-color-button-primary-border-active: #4e39a8;
|
|
47
|
+
$pds-color-button-primary-border-default: #8a70ff;
|
|
48
|
+
$pds-color-button-primary-border-hover: #ad9bff;
|
|
40
49
|
$pds-color-button-primary-foreground-active: #ffffff;
|
|
41
50
|
$pds-color-button-primary-foreground-default: #ffffff;
|
|
42
51
|
$pds-color-button-primary-foreground-hover: #ffffff;
|
|
@@ -56,25 +65,44 @@ $pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
|
56
65
|
$pds-color-button-subtle-foreground-active: #e7e7eb;
|
|
57
66
|
$pds-color-button-subtle-foreground-default: #e7e7eb;
|
|
58
67
|
$pds-color-button-subtle-foreground-hover: #ffffff;
|
|
68
|
+
$pds-color-card-border: #504e62;
|
|
59
69
|
$pds-color-foreground-default: #ffffff;
|
|
60
70
|
$pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
|
|
61
71
|
$pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
62
72
|
$pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
63
73
|
$pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
74
|
+
$pds-color-input-action-background-hover: #504e62;
|
|
75
|
+
$pds-color-input-background-critical: #1d1d29;
|
|
64
76
|
$pds-color-input-background-default: #1d1d29;
|
|
65
|
-
$pds-color-input-background-
|
|
66
|
-
$pds-color-input-border-
|
|
67
|
-
$pds-color-input-border-
|
|
77
|
+
$pds-color-input-background-hover: #282839;
|
|
78
|
+
$pds-color-input-border-critical: #e05757;
|
|
79
|
+
$pds-color-input-border-default: #858299;
|
|
80
|
+
$pds-color-input-border-hover: #ad9bff;
|
|
81
|
+
$pds-color-input-border-success: #3cb683;
|
|
82
|
+
$pds-color-input-checked-background: $pds-color-interactive-focus;
|
|
83
|
+
$pds-color-input-checked-foreground: #ffffff;
|
|
84
|
+
$pds-color-input-foreground-critical: #e05757;
|
|
85
|
+
$pds-color-input-foreground-default: #ffffff;
|
|
86
|
+
$pds-color-input-foreground-success: #3cb683;
|
|
87
|
+
$pds-color-input-placeholder-text: #a6a3b4;
|
|
88
|
+
$pds-color-input-toggle-switch-icon: #ffffff;
|
|
89
|
+
$pds-color-input-toggle-switch-off: #504e62;
|
|
90
|
+
$pds-color-input-toggle-switch-on: $pds-color-interactive-focus;
|
|
68
91
|
$pds-color-interactive-focus: #36a3ff;
|
|
69
|
-
$pds-color-link-active: #
|
|
92
|
+
$pds-color-link-active: #6f54e8;
|
|
93
|
+
$pds-color-link-cta-active: #d0c6ff;
|
|
94
|
+
$pds-color-link-cta-default: #8a70ff;
|
|
95
|
+
$pds-color-link-cta-hover: #ad9bff;
|
|
70
96
|
$pds-color-link-default: #36a3ff;
|
|
71
|
-
$pds-color-link-hover: #
|
|
72
|
-
$pds-color-link-visited: #
|
|
73
|
-
$pds-color-menu-background: #
|
|
74
|
-
$pds-color-menu-item-background-active: #
|
|
75
|
-
$pds-color-menu-item-background-default: #
|
|
76
|
-
$pds-color-menu-item-background-hover: #
|
|
97
|
+
$pds-color-link-hover: #6f54e8;
|
|
98
|
+
$pds-color-link-visited: #6f54e8;
|
|
99
|
+
$pds-color-menu-background: #282839;
|
|
100
|
+
$pds-color-menu-item-background-active: #858299;
|
|
101
|
+
$pds-color-menu-item-background-default: #282839;
|
|
102
|
+
$pds-color-menu-item-background-hover: #504e62;
|
|
103
|
+
$pds-color-menu-item-description-text: #a6a3b4;
|
|
77
104
|
$pds-color-menu-item-foreground: #ffffff;
|
|
105
|
+
$pds-color-menu-item-heading-text: #a6a3b4;
|
|
78
106
|
$pds-color-panel-default-background: $pds-color-background-default;
|
|
79
107
|
$pds-color-panel-default-border: $pds-color-border-default;
|
|
80
108
|
$pds-color-panel-overlay-background: #282839;
|
|
@@ -84,10 +112,11 @@ $pds-color-panel-raised-border: $pds-color-border-default;
|
|
|
84
112
|
$pds-color-panel-sunken-background: #121219;
|
|
85
113
|
$pds-color-panel-sunken-border: #121219;
|
|
86
114
|
$pds-color-text-default: #ffffff;
|
|
87
|
-
$pds-color-text-
|
|
88
|
-
$pds-color-
|
|
89
|
-
$pds-color-
|
|
90
|
-
$pds-color-
|
|
91
|
-
$pds-color-
|
|
115
|
+
$pds-color-text-default-secondary: #a6a3b4;
|
|
116
|
+
$pds-color-tile-background-active: #858299;
|
|
117
|
+
$pds-color-tile-background-hover: #504e62;
|
|
118
|
+
$pds-color-tile-separator: #504e62;
|
|
119
|
+
$pds-color-toggle-button-background-off: #504e62;
|
|
120
|
+
$pds-color-toggle-button-foreground-off: #c7c5d0;
|
|
92
121
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
93
122
|
$pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
@@ -22,6 +22,15 @@ $pds-color-button-brand-border-hover: #ffe668;
|
|
|
22
22
|
$pds-color-button-brand-foreground-active: #23232d;
|
|
23
23
|
$pds-color-button-brand-foreground-default: #23232d;
|
|
24
24
|
$pds-color-button-brand-foreground-hover: #23232d;
|
|
25
|
+
$pds-color-button-brand-secondary-background-active: #f1f1f1;
|
|
26
|
+
$pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
27
|
+
$pds-color-button-brand-secondary-background-hover: #f8f8f8;
|
|
28
|
+
$pds-color-button-brand-secondary-border-active: #23232d;
|
|
29
|
+
$pds-color-button-brand-secondary-border-default: #6d6d78;
|
|
30
|
+
$pds-color-button-brand-secondary-border-hover: #23232d;
|
|
31
|
+
$pds-color-button-brand-secondary-foreground-active: #23232d;
|
|
32
|
+
$pds-color-button-brand-secondary-foreground-default: #23232d;
|
|
33
|
+
$pds-color-button-brand-secondary-foreground-hover: #23232d;
|
|
25
34
|
$pds-color-button-critical-background-active: #700000;
|
|
26
35
|
$pds-color-button-critical-background-default: #d61f1f;
|
|
27
36
|
$pds-color-button-critical-background-hover: #f83333;
|
|
@@ -33,61 +42,81 @@ $pds-color-button-critical-foreground-default: #ffffff;
|
|
|
33
42
|
$pds-color-button-critical-foreground-hover: #ffffff;
|
|
34
43
|
$pds-color-button-primary-background-active: #11005d;
|
|
35
44
|
$pds-color-button-primary-background-default: #3017a1;
|
|
36
|
-
$pds-color-button-primary-background-hover: #
|
|
45
|
+
$pds-color-button-primary-background-hover: #5f41e5;
|
|
37
46
|
$pds-color-button-primary-border-active: #11005d;
|
|
38
47
|
$pds-color-button-primary-border-default: #3017a1;
|
|
39
|
-
$pds-color-button-primary-border-hover: #
|
|
48
|
+
$pds-color-button-primary-border-hover: #5f41e5;
|
|
40
49
|
$pds-color-button-primary-foreground-active: #ffffff;
|
|
41
50
|
$pds-color-button-primary-foreground-default: #ffffff;
|
|
42
51
|
$pds-color-button-primary-foreground-hover: #ffffff;
|
|
43
|
-
$pds-color-button-secondary-background-active: #
|
|
52
|
+
$pds-color-button-secondary-background-active: #e5dbff;
|
|
44
53
|
$pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
|
|
45
54
|
$pds-color-button-secondary-background-hover: #f0ecff;
|
|
46
55
|
$pds-color-button-secondary-border-active: #11005d;
|
|
47
56
|
$pds-color-button-secondary-border-default: #3017a1;
|
|
48
|
-
$pds-color-button-secondary-border-hover: #
|
|
57
|
+
$pds-color-button-secondary-border-hover: #5f41e5;
|
|
49
58
|
$pds-color-button-secondary-foreground-active: #11005d;
|
|
50
59
|
$pds-color-button-secondary-foreground-default: #3017a1;
|
|
51
60
|
$pds-color-button-secondary-foreground-hover: #3017a1;
|
|
52
|
-
$pds-color-button-subtle-background-active: #
|
|
61
|
+
$pds-color-button-subtle-background-active: #e5dbff;
|
|
53
62
|
$pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
54
63
|
$pds-color-button-subtle-background-hover: #f0ecff;
|
|
55
64
|
$pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
56
65
|
$pds-color-button-subtle-foreground-active: #11005d;
|
|
57
66
|
$pds-color-button-subtle-foreground-default: #3017a1;
|
|
58
67
|
$pds-color-button-subtle-foreground-hover: #3017a1;
|
|
68
|
+
$pds-color-card-border: $pds-color-border-default;
|
|
59
69
|
$pds-color-foreground-default: #23232d;
|
|
60
70
|
$pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
|
|
61
71
|
$pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
62
72
|
$pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
63
73
|
$pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
74
|
+
$pds-color-input-action-background-hover: #f8f8f8;
|
|
75
|
+
$pds-color-input-background-critical: #ffebeb;
|
|
64
76
|
$pds-color-input-background-default: #ffffff;
|
|
65
|
-
$pds-color-input-background-
|
|
66
|
-
$pds-color-input-border-
|
|
67
|
-
$pds-color-input-border-
|
|
77
|
+
$pds-color-input-background-hover: #f0ecff;
|
|
78
|
+
$pds-color-input-border-critical: #d61f1f;
|
|
79
|
+
$pds-color-input-border-default: #cfcfd3;
|
|
80
|
+
$pds-color-input-border-hover: #5f41e5;
|
|
81
|
+
$pds-color-input-border-success: #1f845a;
|
|
82
|
+
$pds-color-input-checked-background: $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: #6d6d78;
|
|
88
|
+
$pds-color-input-toggle-switch-icon: #ffffff;
|
|
89
|
+
$pds-color-input-toggle-switch-off: #6d6d78;
|
|
90
|
+
$pds-color-input-toggle-switch-on: $pds-color-interactive-focus;
|
|
68
91
|
$pds-color-interactive-focus: #0f62fe;
|
|
69
|
-
$pds-color-link-active: #
|
|
92
|
+
$pds-color-link-active: #6f54e8;
|
|
93
|
+
$pds-color-link-cta-active: #11005d;
|
|
94
|
+
$pds-color-link-cta-default: #3017a1;
|
|
95
|
+
$pds-color-link-cta-hover: #5f41e5;
|
|
70
96
|
$pds-color-link-default: #0f62fe;
|
|
71
|
-
$pds-color-link-hover: #
|
|
72
|
-
$pds-color-link-visited: #
|
|
97
|
+
$pds-color-link-hover: #6f54e8;
|
|
98
|
+
$pds-color-link-visited: #6f54e8;
|
|
73
99
|
$pds-color-menu-background: #ffffff;
|
|
74
|
-
$pds-color-menu-item-background-active: #
|
|
100
|
+
$pds-color-menu-item-background-active: #f1f1f1;
|
|
75
101
|
$pds-color-menu-item-background-default: #ffffff;
|
|
76
|
-
$pds-color-menu-item-background-hover: #
|
|
102
|
+
$pds-color-menu-item-background-hover: #f8f8f8;
|
|
103
|
+
$pds-color-menu-item-description-text: #6d6d78;
|
|
77
104
|
$pds-color-menu-item-foreground: #23232d;
|
|
105
|
+
$pds-color-menu-item-heading-text: #6d6d78;
|
|
78
106
|
$pds-color-panel-default-background: $pds-color-background-default;
|
|
79
107
|
$pds-color-panel-default-border: $pds-color-border-default;
|
|
80
108
|
$pds-color-panel-overlay-background: $pds-color-background-default;
|
|
81
109
|
$pds-color-panel-overlay-border: $pds-color-border-default;
|
|
82
110
|
$pds-color-panel-raised-background: $pds-color-background-default;
|
|
83
111
|
$pds-color-panel-raised-border: $pds-color-border-default;
|
|
84
|
-
$pds-color-panel-sunken-background: #
|
|
85
|
-
$pds-color-panel-sunken-border: #
|
|
112
|
+
$pds-color-panel-sunken-background: #f8f8f8;
|
|
113
|
+
$pds-color-panel-sunken-border: #f8f8f8;
|
|
86
114
|
$pds-color-text-default: #23232d;
|
|
87
|
-
$pds-color-text-
|
|
88
|
-
$pds-color-
|
|
89
|
-
$pds-color-
|
|
90
|
-
$pds-color-
|
|
91
|
-
$pds-color-
|
|
92
|
-
$pds-
|
|
93
|
-
$pds-elevation-
|
|
115
|
+
$pds-color-text-default-secondary: #6d6d78;
|
|
116
|
+
$pds-color-tile-background-active: #f1f1f1;
|
|
117
|
+
$pds-color-tile-background-hover: #f8f8f8;
|
|
118
|
+
$pds-color-tile-separator: #cfcfd3;
|
|
119
|
+
$pds-color-toggle-button-background-off: #f1f1f1;
|
|
120
|
+
$pds-color-toggle-button-foreground-off: #6d6d78;
|
|
121
|
+
$pds-elevation-overlay: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
|
|
122
|
+
$pds-elevation-raised: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
|
|
@@ -8,9 +8,11 @@
|
|
|
8
8
|
//
|
|
9
9
|
// This file has been generated automatically.
|
|
10
10
|
|
|
11
|
-
$pds-animation-transition-delay: 0s;
|
|
12
|
-
$pds-animation-transition-duration: 200ms;
|
|
13
|
-
$pds-animation-transition-timing-function: ease-in-out;
|
|
11
|
+
$pds-animation-transition-default-delay: 0s;
|
|
12
|
+
$pds-animation-transition-default-duration: 200ms;
|
|
13
|
+
$pds-animation-transition-default-timing-function: ease-in-out;
|
|
14
|
+
$pds-animation-transition-dropdown-duration: 300ms;
|
|
15
|
+
$pds-border-radius-container: 0.375rem;
|
|
14
16
|
$pds-border-radius-default: 0.1875rem;
|
|
15
17
|
$pds-border-width-default: 1px;
|
|
16
18
|
$pds-typography-font-default: 'Poppins', sans-serif;
|