@pantheon-systems/pds-design-tokens 1.0.0-dev.0 → 1.0.0-dev.10
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 +31 -13
- package/build/css/pds-design-tokens-light-mode.css +27 -9
- package/build/css/pds-design-tokens.css +4 -3
- package/build/figma/pds-design-tokens-figma.json +1374 -167
- package/build/json/pds-design-tokens-dark-mode.json +560 -40
- package/build/json/pds-design-tokens-light-mode.json +529 -32
- package/build/json/pds-design-tokens.json +106 -52
- package/build/scss/_pds-design-tokens-dark-mode.scss +31 -13
- package/build/scss/_pds-design-tokens-light-mode.scss +27 -9
- package/build/scss/_pds-design-tokens.scss +4 -3
- package/package.json +1 -1
|
@@ -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: #6947ff;
|
|
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;
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
--pds-color-button-critical-foreground-active: #ffffff;
|
|
34
34
|
--pds-color-button-critical-foreground-default: #ffffff;
|
|
35
35
|
--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: #
|
|
36
|
+
--pds-color-button-primary-background-active: #4b32bb;
|
|
37
|
+
--pds-color-button-primary-background-default: #6947ff;
|
|
38
|
+
--pds-color-button-primary-background-hover: #7657ff;
|
|
39
|
+
--pds-color-button-primary-border-active: #4b32bb;
|
|
40
|
+
--pds-color-button-primary-border-default: #6947ff;
|
|
41
|
+
--pds-color-button-primary-border-hover: #7657ff;
|
|
42
42
|
--pds-color-button-primary-foreground-active: #ffffff;
|
|
43
43
|
--pds-color-button-primary-foreground-default: #ffffff;
|
|
44
44
|
--pds-color-button-primary-foreground-hover: #ffffff;
|
|
@@ -63,15 +63,33 @@
|
|
|
63
63
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
64
64
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
65
65
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
66
|
+
--pds-color-input-background-active: #1d1d29;
|
|
67
|
+
--pds-color-input-background-critical: #1d1d29;
|
|
66
68
|
--pds-color-input-background-default: #1d1d29;
|
|
67
|
-
--pds-color-input-background-
|
|
68
|
-
--pds-color-input-
|
|
69
|
-
--pds-color-input-border-
|
|
69
|
+
--pds-color-input-background-hover: #282839;
|
|
70
|
+
--pds-color-input-background-success: #1d1d29;
|
|
71
|
+
--pds-color-input-border-active: #858299;
|
|
72
|
+
--pds-color-input-border-critical: #e05757;
|
|
73
|
+
--pds-color-input-border-default: #a6a3b4;
|
|
74
|
+
--pds-color-input-border-hover: #858299;
|
|
75
|
+
--pds-color-input-border-success: #22a06b;
|
|
76
|
+
--pds-color-input-foreground-active: #ffffff;
|
|
77
|
+
--pds-color-input-foreground-critical: #e05757;
|
|
78
|
+
--pds-color-input-foreground-default: #ffffff;
|
|
79
|
+
--pds-color-input-foreground-hover: #ffffff;
|
|
80
|
+
--pds-color-input-foreground-success: #22a06b;
|
|
70
81
|
--pds-color-interactive-focus: #36a3ff;
|
|
71
82
|
--pds-color-link-active: #2776b9;
|
|
72
83
|
--pds-color-link-default: #36a3ff;
|
|
73
84
|
--pds-color-link-hover: #2776b9;
|
|
74
85
|
--pds-color-link-visited: #967fff;
|
|
86
|
+
--pds-color-menu-background: #282839;
|
|
87
|
+
--pds-color-menu-item-background-active: #858299;
|
|
88
|
+
--pds-color-menu-item-background-default: #282839;
|
|
89
|
+
--pds-color-menu-item-background-hover: #504e62;
|
|
90
|
+
--pds-color-menu-item-description-text: #a6a3b4;
|
|
91
|
+
--pds-color-menu-item-foreground: #ffffff;
|
|
92
|
+
--pds-color-menu-item-heading-text: #a6a3b4;
|
|
75
93
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
76
94
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
77
95
|
--pds-color-panel-overlay-background: #282839;
|
|
@@ -82,10 +100,10 @@
|
|
|
82
100
|
--pds-color-panel-sunken-border: #121219;
|
|
83
101
|
--pds-color-text-default: #ffffff;
|
|
84
102
|
--pds-color-text-headings: var(--pds-color-text-default);
|
|
85
|
-
--pds-color-text-lead: #
|
|
86
|
-
--pds-color-text-overline: #
|
|
103
|
+
--pds-color-text-lead: #a6a3b4;
|
|
104
|
+
--pds-color-text-overline: #a6a3b4;
|
|
87
105
|
--pds-color-text-paragraph: var(--pds-color-text-default);
|
|
88
|
-
--pds-color-text-quote: #
|
|
106
|
+
--pds-color-text-quote: #a6a3b4;
|
|
89
107
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
90
108
|
--pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
91
109
|
}
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
--pds-color-button-critical-foreground-hover: #ffffff;
|
|
36
36
|
--pds-color-button-primary-background-active: #11005d;
|
|
37
37
|
--pds-color-button-primary-background-default: #3017a1;
|
|
38
|
-
--pds-color-button-primary-background-hover: #
|
|
38
|
+
--pds-color-button-primary-background-hover: #5f41e5;
|
|
39
39
|
--pds-color-button-primary-border-active: #11005d;
|
|
40
40
|
--pds-color-button-primary-border-default: #3017a1;
|
|
41
|
-
--pds-color-button-primary-border-hover: #
|
|
41
|
+
--pds-color-button-primary-border-hover: #5f41e5;
|
|
42
42
|
--pds-color-button-primary-foreground-active: #ffffff;
|
|
43
43
|
--pds-color-button-primary-foreground-default: #ffffff;
|
|
44
44
|
--pds-color-button-primary-foreground-hover: #ffffff;
|
|
45
|
-
--pds-color-button-secondary-background-active: #
|
|
45
|
+
--pds-color-button-secondary-background-active: #e5dbff;
|
|
46
46
|
--pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
|
|
47
47
|
--pds-color-button-secondary-background-hover: #f0ecff;
|
|
48
48
|
--pds-color-button-secondary-border-active: #11005d;
|
|
49
49
|
--pds-color-button-secondary-border-default: #3017a1;
|
|
50
|
-
--pds-color-button-secondary-border-hover: #
|
|
50
|
+
--pds-color-button-secondary-border-hover: #5f41e5;
|
|
51
51
|
--pds-color-button-secondary-foreground-active: #11005d;
|
|
52
52
|
--pds-color-button-secondary-foreground-default: #3017a1;
|
|
53
53
|
--pds-color-button-secondary-foreground-hover: #3017a1;
|
|
54
|
-
--pds-color-button-subtle-background-active: #
|
|
54
|
+
--pds-color-button-subtle-background-active: #e5dbff;
|
|
55
55
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
56
|
-
--pds-color-button-subtle-background-hover: #
|
|
56
|
+
--pds-color-button-subtle-background-hover: #f0ecff;
|
|
57
57
|
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
58
58
|
--pds-color-button-subtle-foreground-active: #11005d;
|
|
59
59
|
--pds-color-button-subtle-foreground-default: #3017a1;
|
|
@@ -63,15 +63,33 @@
|
|
|
63
63
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
64
64
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
65
65
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
66
|
+
--pds-color-input-background-active: #ffffff;
|
|
67
|
+
--pds-color-input-background-critical: #ffebeb;
|
|
66
68
|
--pds-color-input-background-default: #ffffff;
|
|
67
|
-
--pds-color-input-background-
|
|
68
|
-
--pds-color-input-
|
|
69
|
-
--pds-color-input-border-
|
|
69
|
+
--pds-color-input-background-hover: #f0ecff;
|
|
70
|
+
--pds-color-input-background-success: #ffffff;
|
|
71
|
+
--pds-color-input-border-active: #5f41e5;
|
|
72
|
+
--pds-color-input-border-critical: #d61f1f;
|
|
73
|
+
--pds-color-input-border-default: #8f8f99;
|
|
74
|
+
--pds-color-input-border-hover: #5f41e5;
|
|
75
|
+
--pds-color-input-border-success: #1f845a;
|
|
76
|
+
--pds-color-input-foreground-active: #23232d;
|
|
77
|
+
--pds-color-input-foreground-critical: #d61f1f;
|
|
78
|
+
--pds-color-input-foreground-default: #23232d;
|
|
79
|
+
--pds-color-input-foreground-hover: #23232d;
|
|
80
|
+
--pds-color-input-foreground-success: #1f845a;
|
|
70
81
|
--pds-color-interactive-focus: #0f62fe;
|
|
71
82
|
--pds-color-link-active: #003cac;
|
|
72
83
|
--pds-color-link-default: #0f62fe;
|
|
73
84
|
--pds-color-link-hover: #003cac;
|
|
74
85
|
--pds-color-link-visited: #967fff;
|
|
86
|
+
--pds-color-menu-background: #ffffff;
|
|
87
|
+
--pds-color-menu-item-background-active: #cfcfd3;
|
|
88
|
+
--pds-color-menu-item-background-default: #ffffff;
|
|
89
|
+
--pds-color-menu-item-background-hover: #f1f1f1;
|
|
90
|
+
--pds-color-menu-item-description-text: #71717c;
|
|
91
|
+
--pds-color-menu-item-foreground: #23232d;
|
|
92
|
+
--pds-color-menu-item-heading-text: #71717c;
|
|
75
93
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
76
94
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
77
95
|
--pds-color-panel-overlay-background: var(--pds-color-background-default);
|
|
@@ -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;
|