@pantheon-systems/pds-design-tokens 2.0.0-alpha.49 → 2.0.0-alpha.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.
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
--pds-color-icon-button-reverse-border-default: oklch(0.8047 0 0);
|
|
243
243
|
--pds-color-icon-button-reverse-border-hover: oklch(0.8047 0 0);
|
|
244
244
|
--pds-color-icon-button-reverse-foreground: oklch(0.3791 0 0);
|
|
245
|
-
--pds-color-split-button-primary-separator: oklch(0.
|
|
245
|
+
--pds-color-split-button-primary-separator: oklch(0.2178 0 0);
|
|
246
246
|
--pds-color-split-button-secondary-separator: oklch(0.4091 0 0);
|
|
247
247
|
--pds-color-segmented-button-background-inactive: oklch(0.2931 0 0);
|
|
248
248
|
--pds-color-segmented-button-background-active: oklch(0.5256 0.1988 268.04);
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
--pds-color-icon-button-reverse-border-default: oklch(0.5103 0 0);
|
|
243
243
|
--pds-color-icon-button-reverse-border-hover: oklch(0.5103 0 0);
|
|
244
244
|
--pds-color-icon-button-reverse-foreground: oklch(0.9430 0 0);
|
|
245
|
-
--pds-color-split-button-primary-separator: oklch(
|
|
245
|
+
--pds-color-split-button-primary-separator: oklch(1.0000 0 0);
|
|
246
246
|
--pds-color-split-button-secondary-separator: oklch(0.8761 0 0);
|
|
247
247
|
--pds-color-segmented-button-background-inactive: oklch(0.9702 0 0);
|
|
248
248
|
--pds-color-segmented-button-background-active: oklch(0.5256 0.1988 268.04);
|
package/build/figma/tokens.json
CHANGED
|
@@ -3447,7 +3447,7 @@
|
|
|
3447
3447
|
"split-button": {
|
|
3448
3448
|
"primary": {
|
|
3449
3449
|
"separator": {
|
|
3450
|
-
"value": "{color.light-mode.
|
|
3450
|
+
"value": "{color.light-mode.surface.default}",
|
|
3451
3451
|
"type": "color",
|
|
3452
3452
|
"$extensions": {
|
|
3453
3453
|
"public": true,
|
|
@@ -11206,7 +11206,7 @@
|
|
|
11206
11206
|
"split-button": {
|
|
11207
11207
|
"primary": {
|
|
11208
11208
|
"separator": {
|
|
11209
|
-
"value": "{color.dark-mode.
|
|
11209
|
+
"value": "{color.dark-mode.surface.default}",
|
|
11210
11210
|
"type": "color",
|
|
11211
11211
|
"$extensions": {
|
|
11212
11212
|
"public": true,
|
package/package.json
CHANGED