@pantheon-systems/pds-design-tokens 2.0.0-alpha.12 → 2.0.0-alpha.13

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.
@@ -69,7 +69,7 @@
69
69
  --pds-spacing-button-height-sm: var(--pds-spacing-2xl);
70
70
  --pds-spacing-button-height-md: var(--pds-spacing-3xl);
71
71
  --pds-spacing-button-height-lg: var(--pds-spacing-4xl);
72
- --pds-spacing-button-padding-inline-xs: var(--pds-spacing-xs);
72
+ --pds-spacing-button-padding-inline-xs: var(--pds-spacing-s);
73
73
  --pds-spacing-button-padding-inline-sm: var(--pds-spacing-m);
74
74
  --pds-spacing-button-padding-inline-md: var(--pds-spacing-l);
75
75
  --pds-spacing-button-padding-inline-lg: var(--pds-spacing-xl);
@@ -32,7 +32,7 @@
32
32
  --pds-color-button-primary-foreground: var(--pds-color-fg-reverse);
33
33
  --pds-color-button-secondary-background-default: rgba(255, 255, 255, 0.00);
34
34
  --pds-color-button-secondary-background-hover: oklch(0.9401 0 0);
35
- --pds-color-button-secondary-border: oklch(0.5103 0 0);
35
+ --pds-color-button-secondary-border: oklch(0.8853 0 0);
36
36
  --pds-color-button-secondary-foreground: oklch(0.2046 0 0);
37
37
  --pds-color-button-subtle-background-default: rgba(255, 255, 255, 0.00);
38
38
  --pds-color-button-subtle-background-hover: oklch(0.9401 0 0);
@@ -671,7 +671,7 @@
671
671
  },
672
672
  "padding-inline": {
673
673
  "xs": {
674
- "value": "{spacing.XS}",
674
+ "value": "{spacing.S}",
675
675
  "type": "dimension",
676
676
  "$extensions": {
677
677
  "public": true,
@@ -3661,7 +3661,7 @@
3661
3661
  }
3662
3662
  },
3663
3663
  "border": {
3664
- "value": "{color.light-mode.aether.600}",
3664
+ "value": "{color.light-mode.aether.400}",
3665
3665
  "type": "color",
3666
3666
  "$extensions": {
3667
3667
  "public": true,
@@ -76,7 +76,7 @@ export const SPACING_BUTTON_HEIGHT_XS = "1.5rem";
76
76
  export const SPACING_BUTTON_HEIGHT_SM = "2rem";
77
77
  export const SPACING_BUTTON_HEIGHT_MD = "2.5rem";
78
78
  export const SPACING_BUTTON_HEIGHT_LG = "3rem";
79
- export const SPACING_BUTTON_PADDING_INLINE_XS = "0.625rem";
79
+ export const SPACING_BUTTON_PADDING_INLINE_XS = "0.75rem";
80
80
  export const SPACING_BUTTON_PADDING_INLINE_SM = "1rem";
81
81
  export const SPACING_BUTTON_PADDING_INLINE_MD = "1.25rem";
82
82
  export const SPACING_BUTTON_PADDING_INLINE_LG = "1.5rem";
@@ -1611,11 +1611,11 @@
1611
1611
  },
1612
1612
  "padding-inline": {
1613
1613
  "xs": {
1614
- "value": "0.625",
1614
+ "value": "0.75",
1615
1615
  "filePath": "tokens/spacing/semantic/button.json",
1616
1616
  "isSource": true,
1617
1617
  "original": {
1618
- "value": "{spacing.XS}",
1618
+ "value": "{spacing.S}",
1619
1619
  "public": true
1620
1620
  },
1621
1621
  "name": "SpacingButtonPaddingInlineXs",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
3
  "description": "Design Tokens for the Pantheon Design System",
4
- "version": "2.0.0-alpha.12",
4
+ "version": "2.0.0-alpha.13",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/",