@pantheon-systems/pds-design-tokens 1.0.0-dev.2 → 1.0.0-dev.20
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 +36 -9
- package/build/css/pds-design-tokens-light-mode.css +41 -14
- package/build/css/pds-design-tokens.css +4 -3
- package/build/figma/pds-design-tokens-figma.json +4229 -2624
- package/build/json/pds-design-tokens-dark-mode.json +1130 -434
- package/build/json/pds-design-tokens-light-mode.json +1123 -427
- package/build/json/pds-design-tokens.json +163 -50
- package/build/scss/_pds-design-tokens-dark-mode.scss +36 -9
- package/build/scss/_pds-design-tokens-light-mode.scss +41 -14
- package/build/scss/_pds-design-tokens.scss +4 -3
- package/package.json +1 -1
|
@@ -24,6 +24,15 @@
|
|
|
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-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;
|
|
27
36
|
--pds-color-button-critical-background-active: #9c2f2f;
|
|
28
37
|
--pds-color-button-critical-background-default: #e05757;
|
|
29
38
|
--pds-color-button-critical-background-hover: #be4242;
|
|
@@ -63,15 +72,32 @@
|
|
|
63
72
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
64
73
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
65
74
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
75
|
+
--pds-color-input-action-background-hover: #504e62;
|
|
76
|
+
--pds-color-input-background-critical: #1d1d29;
|
|
66
77
|
--pds-color-input-background-default: #1d1d29;
|
|
67
|
-
--pds-color-input-background-
|
|
68
|
-
--pds-color-input-border-
|
|
69
|
-
--pds-color-input-border-
|
|
78
|
+
--pds-color-input-background-hover: #282839;
|
|
79
|
+
--pds-color-input-border-critical: #e05757;
|
|
80
|
+
--pds-color-input-border-default: #a6a3b4;
|
|
81
|
+
--pds-color-input-border-hover: #7657ff;
|
|
82
|
+
--pds-color-input-border-success: #3cb683;
|
|
83
|
+
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
84
|
+
--pds-color-input-checked-foreground: #ffffff;
|
|
85
|
+
--pds-color-input-foreground-critical: #e05757;
|
|
86
|
+
--pds-color-input-foreground-default: #ffffff;
|
|
87
|
+
--pds-color-input-foreground-success: #3cb683;
|
|
88
|
+
--pds-color-input-placeholder-text: #a6a3b4;
|
|
70
89
|
--pds-color-interactive-focus: #36a3ff;
|
|
71
|
-
--pds-color-link-active: #
|
|
90
|
+
--pds-color-link-active: #5f41e5;
|
|
72
91
|
--pds-color-link-default: #36a3ff;
|
|
73
|
-
--pds-color-link-hover: #
|
|
74
|
-
--pds-color-link-visited: #
|
|
92
|
+
--pds-color-link-hover: #5f41e5;
|
|
93
|
+
--pds-color-link-visited: #5f41e5;
|
|
94
|
+
--pds-color-menu-background: #282839;
|
|
95
|
+
--pds-color-menu-item-background-active: #858299;
|
|
96
|
+
--pds-color-menu-item-background-default: #282839;
|
|
97
|
+
--pds-color-menu-item-background-hover: #504e62;
|
|
98
|
+
--pds-color-menu-item-description-text: #a6a3b4;
|
|
99
|
+
--pds-color-menu-item-foreground: #ffffff;
|
|
100
|
+
--pds-color-menu-item-heading-text: #a6a3b4;
|
|
75
101
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
76
102
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
77
103
|
--pds-color-panel-overlay-background: #282839;
|
|
@@ -81,11 +107,12 @@
|
|
|
81
107
|
--pds-color-panel-sunken-background: #121219;
|
|
82
108
|
--pds-color-panel-sunken-border: #121219;
|
|
83
109
|
--pds-color-text-default: #ffffff;
|
|
110
|
+
--pds-color-text-default-secondary: #a6a3b4;
|
|
84
111
|
--pds-color-text-headings: var(--pds-color-text-default);
|
|
85
|
-
--pds-color-text-lead:
|
|
86
|
-
--pds-color-text-overline:
|
|
112
|
+
--pds-color-text-lead: var(--pds-color-text-default-secondary);
|
|
113
|
+
--pds-color-text-overline: var(--pds-color-text-default-secondary);
|
|
87
114
|
--pds-color-text-paragraph: var(--pds-color-text-default);
|
|
88
|
-
--pds-color-text-quote:
|
|
115
|
+
--pds-color-text-quote: var(--pds-color-text-default-secondary);
|
|
89
116
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
90
117
|
--pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
91
118
|
}
|
|
@@ -24,6 +24,15 @@
|
|
|
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-brand-secondary-background-active: #cfcfd3;
|
|
28
|
+
--pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
29
|
+
--pds-color-button-brand-secondary-background-hover: #f1f1f1;
|
|
30
|
+
--pds-color-button-brand-secondary-border-active: #23232d;
|
|
31
|
+
--pds-color-button-brand-secondary-border-default: #54545f;
|
|
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;
|
|
27
36
|
--pds-color-button-critical-background-active: #700000;
|
|
28
37
|
--pds-color-button-critical-background-default: #d61f1f;
|
|
29
38
|
--pds-color-button-critical-background-hover: #f83333;
|
|
@@ -35,23 +44,23 @@
|
|
|
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
|
-
--pds-color-button-subtle-background-active: #
|
|
63
|
+
--pds-color-button-subtle-background-active: #e5dbff;
|
|
55
64
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
56
65
|
--pds-color-button-subtle-background-hover: #f0ecff;
|
|
57
66
|
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
@@ -63,15 +72,32 @@
|
|
|
63
72
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
64
73
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
65
74
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
75
|
+
--pds-color-input-action-background-hover: #f1f1f1;
|
|
76
|
+
--pds-color-input-background-critical: #ffebeb;
|
|
66
77
|
--pds-color-input-background-default: #ffffff;
|
|
67
|
-
--pds-color-input-background-
|
|
68
|
-
--pds-color-input-border-
|
|
69
|
-
--pds-color-input-border-
|
|
78
|
+
--pds-color-input-background-hover: #f0ecff;
|
|
79
|
+
--pds-color-input-border-critical: #d61f1f;
|
|
80
|
+
--pds-color-input-border-default: #8f8f99;
|
|
81
|
+
--pds-color-input-border-hover: #5f41e5;
|
|
82
|
+
--pds-color-input-border-success: #1f845a;
|
|
83
|
+
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
84
|
+
--pds-color-input-checked-foreground: #ffffff;
|
|
85
|
+
--pds-color-input-foreground-critical: #d61f1f;
|
|
86
|
+
--pds-color-input-foreground-default: #23232d;
|
|
87
|
+
--pds-color-input-foreground-success: #1f845a;
|
|
88
|
+
--pds-color-input-placeholder-text: #71717c;
|
|
70
89
|
--pds-color-interactive-focus: #0f62fe;
|
|
71
|
-
--pds-color-link-active: #
|
|
90
|
+
--pds-color-link-active: #5f41e5;
|
|
72
91
|
--pds-color-link-default: #0f62fe;
|
|
73
|
-
--pds-color-link-hover: #
|
|
74
|
-
--pds-color-link-visited: #
|
|
92
|
+
--pds-color-link-hover: #5f41e5;
|
|
93
|
+
--pds-color-link-visited: #5f41e5;
|
|
94
|
+
--pds-color-menu-background: #ffffff;
|
|
95
|
+
--pds-color-menu-item-background-active: #cfcfd3;
|
|
96
|
+
--pds-color-menu-item-background-default: #ffffff;
|
|
97
|
+
--pds-color-menu-item-background-hover: #f1f1f1;
|
|
98
|
+
--pds-color-menu-item-description-text: #71717c;
|
|
99
|
+
--pds-color-menu-item-foreground: #23232d;
|
|
100
|
+
--pds-color-menu-item-heading-text: #71717c;
|
|
75
101
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
76
102
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
77
103
|
--pds-color-panel-overlay-background: var(--pds-color-background-default);
|
|
@@ -81,11 +107,12 @@
|
|
|
81
107
|
--pds-color-panel-sunken-background: #f1f1f1;
|
|
82
108
|
--pds-color-panel-sunken-border: #f1f1f1;
|
|
83
109
|
--pds-color-text-default: #23232d;
|
|
110
|
+
--pds-color-text-default-secondary: #71717c;
|
|
84
111
|
--pds-color-text-headings: var(--pds-color-text-default);
|
|
85
|
-
--pds-color-text-lead:
|
|
86
|
-
--pds-color-text-overline:
|
|
112
|
+
--pds-color-text-lead: var(--pds-color-text-default-secondary);
|
|
113
|
+
--pds-color-text-overline: var(--pds-color-text-default-secondary);
|
|
87
114
|
--pds-color-text-paragraph: #23232d;
|
|
88
|
-
--pds-color-text-quote:
|
|
115
|
+
--pds-color-text-quote: var(--pds-color-text-default-secondary);
|
|
89
116
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
90
117
|
--pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
91
118
|
}
|
|
@@ -10,9 +10,10 @@
|
|
|
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;
|
|
16
17
|
--pds-border-radius-default: 0.1875rem;
|
|
17
18
|
--pds-border-width-default: 1px;
|
|
18
19
|
--pds-typography-font-default: 'Poppins', sans-serif;
|