@pantheon-systems/pds-design-tokens 1.0.0-dev.26 → 1.0.0-dev.28
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 +2 -9
- package/build/css/pds-design-tokens-light-mode.css +2 -9
- package/build/css/pds-design-tokens.css +1 -0
- package/build/figma/pds-design-tokens-figma.json +149 -476
- package/build/json/pds-design-tokens-dark-mode.json +62 -237
- package/build/json/pds-design-tokens-light-mode.json +62 -239
- package/build/json/pds-design-tokens.json +23 -0
- package/build/scss/_pds-design-tokens-dark-mode.scss +2 -9
- package/build/scss/_pds-design-tokens-light-mode.scss +2 -9
- package/build/scss/_pds-design-tokens.scss +1 -0
- package/package.json +1 -1
|
@@ -86,10 +86,8 @@
|
|
|
86
86
|
--pds-color-input-foreground-default: #ffffff;
|
|
87
87
|
--pds-color-input-foreground-success: #3cb683;
|
|
88
88
|
--pds-color-input-placeholder-text: #a6a3b4;
|
|
89
|
-
--pds-color-input-toggle-
|
|
90
|
-
--pds-color-input-toggle-
|
|
91
|
-
--pds-color-input-toggle-border-off: #c7c5d0;
|
|
92
|
-
--pds-color-input-toggle-border-on: var(--pds-color-interactive-focus);
|
|
89
|
+
--pds-color-input-toggle-switch-off: #504e62;
|
|
90
|
+
--pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
|
|
93
91
|
--pds-color-interactive-focus: #36a3ff;
|
|
94
92
|
--pds-color-link-active: #6f54e8;
|
|
95
93
|
--pds-color-link-default: #36a3ff;
|
|
@@ -112,11 +110,6 @@
|
|
|
112
110
|
--pds-color-panel-sunken-border: #121219;
|
|
113
111
|
--pds-color-text-default: #ffffff;
|
|
114
112
|
--pds-color-text-default-secondary: #a6a3b4;
|
|
115
|
-
--pds-color-text-headings: var(--pds-color-text-default);
|
|
116
|
-
--pds-color-text-lead: var(--pds-color-text-default-secondary);
|
|
117
|
-
--pds-color-text-overline: var(--pds-color-text-default-secondary);
|
|
118
|
-
--pds-color-text-paragraph: var(--pds-color-text-default);
|
|
119
|
-
--pds-color-text-quote: var(--pds-color-text-default-secondary);
|
|
120
113
|
--pds-color-tile-background-active: #858299;
|
|
121
114
|
--pds-color-tile-background-hover: #504e62;
|
|
122
115
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
@@ -86,10 +86,8 @@
|
|
|
86
86
|
--pds-color-input-foreground-default: #23232d;
|
|
87
87
|
--pds-color-input-foreground-success: #1f845a;
|
|
88
88
|
--pds-color-input-placeholder-text: #71717c;
|
|
89
|
-
--pds-color-input-toggle-
|
|
90
|
-
--pds-color-input-toggle-
|
|
91
|
-
--pds-color-input-toggle-border-off: #71717c;
|
|
92
|
-
--pds-color-input-toggle-border-on: var(--pds-color-interactive-focus);
|
|
89
|
+
--pds-color-input-toggle-switch-off: #94949e;
|
|
90
|
+
--pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
|
|
93
91
|
--pds-color-interactive-focus: #0f62fe;
|
|
94
92
|
--pds-color-link-active: #6f54e8;
|
|
95
93
|
--pds-color-link-default: #0f62fe;
|
|
@@ -112,11 +110,6 @@
|
|
|
112
110
|
--pds-color-panel-sunken-border: #f8f8f8;
|
|
113
111
|
--pds-color-text-default: #23232d;
|
|
114
112
|
--pds-color-text-default-secondary: #71717c;
|
|
115
|
-
--pds-color-text-headings: var(--pds-color-text-default);
|
|
116
|
-
--pds-color-text-lead: var(--pds-color-text-default-secondary);
|
|
117
|
-
--pds-color-text-overline: var(--pds-color-text-default-secondary);
|
|
118
|
-
--pds-color-text-paragraph: #23232d;
|
|
119
|
-
--pds-color-text-quote: var(--pds-color-text-default-secondary);
|
|
120
113
|
--pds-color-tile-background-active: #cfcfd3;
|
|
121
114
|
--pds-color-tile-background-hover: #f8f8f8;
|
|
122
115
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
--pds-animation-transition-default-duration: 200ms;
|
|
15
15
|
--pds-animation-transition-default-timing-function: ease-in-out;
|
|
16
16
|
--pds-animation-transition-dropdown-duration: 300ms;
|
|
17
|
+
--pds-border-radius-container: 0.375rem;
|
|
17
18
|
--pds-border-radius-default: 0.1875rem;
|
|
18
19
|
--pds-border-width-default: 1px;
|
|
19
20
|
--pds-typography-font-default: 'Poppins', sans-serif;
|