@pantheon-systems/pds-design-tokens 2.0.0-alpha.17 → 2.0.0-alpha.18

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.
@@ -121,27 +121,27 @@
121
121
  --pds-color-border-brand: #9786E2;
122
122
  --pds-color-border-input: oklch(0.4235 0.0071 264.49);
123
123
  --pds-color-border-separator: oklch(0.4235 0.0071 264.49);
124
- --pds-color-button-primary-background-default: oklch(0.8388 0.003 264.54);
125
- --pds-color-button-primary-background-hover: oklch(0.5991 0.0051 258.33);
124
+ --pds-color-button-primary-background-default: oklch(1.0000 0 0);
125
+ --pds-color-button-primary-background-hover: oklch(0.8388 0.003 264.54);
126
126
  --pds-color-button-primary-foreground: oklch(0.1489 0.0027 248.08);
127
127
  --pds-color-button-secondary-background-default: rgba(255, 255, 255, 0.00);
128
- --pds-color-button-secondary-background-hover: oklch(0.2433 0.0041 264.49);
128
+ --pds-color-button-secondary-background-hover: oklch(0.2929 0.0039 264.51);
129
129
  --pds-color-button-secondary-border: oklch(0.4235 0.0071 264.49);
130
- --pds-color-button-secondary-foreground: oklch(0.8388 0.003 264.54);
130
+ --pds-color-button-secondary-foreground: oklch(1.0000 0 0);
131
131
  --pds-color-button-subtle-background-default: rgba(255, 255, 255, 0.00);
132
- --pds-color-button-subtle-background-hover: oklch(0.2433 0.0041 264.49);
133
- --pds-color-button-subtle-foreground: oklch(0.8388 0.003 264.54);
132
+ --pds-color-button-subtle-background-hover: oklch(0.2929 0.0039 264.51);
133
+ --pds-color-button-subtle-foreground: oklch(1.0000 0 0);
134
134
  --pds-color-button-brand-background-default: oklch(0.8975 0.1774 96.79);
135
135
  --pds-color-button-brand-background-hover: oklch(0.6533 0.1351 98.32);
136
136
  --pds-color-button-brand-foreground: oklch(0.1489 0.0027 248.08);
137
- --pds-color-button-critical-background-default: oklch(0.5103 0.1942 29.6);
138
- --pds-color-button-critical-background-hover: oklch(0.5856 0.2126 29.44);
137
+ --pds-color-button-critical-background-default: oklch(0.5856 0.2126 29.44);
138
+ --pds-color-button-critical-background-hover: oklch(0.5103 0.1942 29.6);
139
139
  --pds-color-button-critical-foreground: oklch(1.0000 0 0);
140
- --pds-color-button-critical-secondary-background-default: oklch(0.3866 0.145 30.09);
141
- --pds-color-button-critical-secondary-background-hover: oklch(0.5103 0.1942 29.6);
140
+ --pds-color-button-critical-secondary-background-default: rgba(255, 255, 255, 0.00);
141
+ --pds-color-button-critical-secondary-background-hover: #80120866;
142
142
  --pds-color-button-critical-secondary-border-default: oklch(0.3866 0.145 30.09);
143
- --pds-color-button-critical-secondary-border-hover: oklch(0.5103 0.1942 29.6);
144
- --pds-color-button-critical-secondary-foreground: oklch(0.8326 0.0742 24.95);
143
+ --pds-color-button-critical-secondary-border-hover: oklch(0.3866 0.145 30.09);
144
+ --pds-color-button-critical-secondary-foreground: oklch(0.6766 0.1572 26.68);
145
145
  --pds-color-button-navbar-background-default: rgba(255, 255, 255, 0.00);
146
146
  --pds-color-button-navbar-background-hover: oklch(0.2433 0.0041 264.49);
147
147
  --pds-color-button-navbar-foreground: oklch(0.8388 0.003 264.54);
@@ -184,8 +184,8 @@
184
184
  --pds-color-interactive-background-hover: oklch(0.2929 0.0039 264.51);
185
185
  --pds-color-interactive-background-active: oklch(0.3554 0.0058 258.35);
186
186
  --pds-color-interactive-focus: oklch(0.5558 0.2372 267.79);
187
- --pds-color-interactive-link-default: oklch(0.5558 0.2372 267.79);
188
- --pds-color-interactive-link-hover: oklch(0.542 0.2895 299.91);
187
+ --pds-color-interactive-link-default: oklch(0.6575 0.177 272.74);
188
+ --pds-color-interactive-link-hover: oklch(0.6311 0.2503 304.99);
189
189
  --pds-color-interactive-link-active: oklch(0.6311 0.2503 304.99);
190
190
  --pds-color-interactive-link-visited: oklch(0.6311 0.2503 304.99);
191
191
  --pds-color-interactive-reverse-focus: oklch(0.5558 0.2372 267.79);
@@ -6821,7 +6821,7 @@
6821
6821
  "primary": {
6822
6822
  "background": {
6823
6823
  "default": {
6824
- "value": "{color.dark-mode.aether.100}",
6824
+ "value": "{color.dark-mode.white}",
6825
6825
  "type": "color",
6826
6826
  "$extensions": {
6827
6827
  "public": true,
@@ -6835,7 +6835,7 @@
6835
6835
  }
6836
6836
  },
6837
6837
  "hover": {
6838
- "value": "{color.dark-mode.aether.200}",
6838
+ "value": "{color.dark-mode.aether.100}",
6839
6839
  "type": "color",
6840
6840
  "$extensions": {
6841
6841
  "public": true,
@@ -6880,7 +6880,7 @@
6880
6880
  }
6881
6881
  },
6882
6882
  "hover": {
6883
- "value": "{color.dark-mode.aether.600}",
6883
+ "value": "{color.dark-mode.aether.500}",
6884
6884
  "type": "color",
6885
6885
  "$extensions": {
6886
6886
  "public": true,
@@ -6909,7 +6909,7 @@
6909
6909
  }
6910
6910
  },
6911
6911
  "foreground": {
6912
- "value": "{color.dark-mode.aether.100}",
6912
+ "value": "{color.dark-mode.white}",
6913
6913
  "type": "color",
6914
6914
  "$extensions": {
6915
6915
  "public": true,
@@ -6939,7 +6939,7 @@
6939
6939
  }
6940
6940
  },
6941
6941
  "hover": {
6942
- "value": "{color.dark-mode.aether.600}",
6942
+ "value": "{color.dark-mode.aether.500}",
6943
6943
  "type": "color",
6944
6944
  "$extensions": {
6945
6945
  "public": true,
@@ -6954,7 +6954,7 @@
6954
6954
  }
6955
6955
  },
6956
6956
  "foreground": {
6957
- "value": "{color.dark-mode.aether.100}",
6957
+ "value": "{color.dark-mode.white}",
6958
6958
  "type": "color",
6959
6959
  "$extensions": {
6960
6960
  "public": true,
@@ -7017,7 +7017,7 @@
7017
7017
  "critical": {
7018
7018
  "background": {
7019
7019
  "default": {
7020
- "value": "{color.dark-mode.ares.400}",
7020
+ "value": "{color.dark-mode.ares.300}",
7021
7021
  "type": "color",
7022
7022
  "$extensions": {
7023
7023
  "public": true,
@@ -7031,7 +7031,7 @@
7031
7031
  }
7032
7032
  },
7033
7033
  "hover": {
7034
- "value": "{color.dark-mode.ares.300}",
7034
+ "value": "{color.dark-mode.ares.400}",
7035
7035
  "type": "color",
7036
7036
  "$extensions": {
7037
7037
  "public": true,
@@ -7063,7 +7063,7 @@
7063
7063
  "critical-secondary": {
7064
7064
  "background": {
7065
7065
  "default": {
7066
- "value": "{color.dark-mode.ares.500}",
7066
+ "value": "rgba(255, 255, 255, 0.00)",
7067
7067
  "type": "color",
7068
7068
  "$extensions": {
7069
7069
  "public": true,
@@ -7077,7 +7077,7 @@
7077
7077
  }
7078
7078
  },
7079
7079
  "hover": {
7080
- "value": "{color.dark-mode.ares.400}",
7080
+ "value": "#80120866",
7081
7081
  "type": "color",
7082
7082
  "$extensions": {
7083
7083
  "public": true,
@@ -7093,7 +7093,7 @@
7093
7093
  },
7094
7094
  "border": {
7095
7095
  "default": {
7096
- "value": "{color.dark-mode.button.critical-secondary.background.default}",
7096
+ "value": "{color.dark-mode.ares.500}",
7097
7097
  "type": "color",
7098
7098
  "$extensions": {
7099
7099
  "public": true,
@@ -7107,7 +7107,7 @@
7107
7107
  }
7108
7108
  },
7109
7109
  "hover": {
7110
- "value": "{color.dark-mode.ares.400}",
7110
+ "value": "{color.dark-mode.ares.500}",
7111
7111
  "type": "color",
7112
7112
  "$extensions": {
7113
7113
  "public": true,
@@ -7122,7 +7122,7 @@
7122
7122
  }
7123
7123
  },
7124
7124
  "foreground": {
7125
- "value": "{color.dark-mode.ares.100}",
7125
+ "value": "{color.dark-mode.ares.200}",
7126
7126
  "type": "color",
7127
7127
  "$extensions": {
7128
7128
  "public": true,
@@ -7761,7 +7761,7 @@
7761
7761
  },
7762
7762
  "link": {
7763
7763
  "default": {
7764
- "value": "{color.dark-mode.iris.400}",
7764
+ "value": "{color.dark-mode.iris.300}",
7765
7765
  "type": "color",
7766
7766
  "$extensions": {
7767
7767
  "public": true,
@@ -7775,7 +7775,7 @@
7775
7775
  }
7776
7776
  },
7777
7777
  "hover": {
7778
- "value": "{color.dark-mode.hypnos.400}",
7778
+ "value": "{color.dark-mode.hypnos.300}",
7779
7779
  "type": "color",
7780
7780
  "$extensions": {
7781
7781
  "public": true,
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.17",
4
+ "version": "2.0.0-alpha.18",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/",