@aurodesignsystem/design-tokens 8.13.2 → 8.14.0

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.
Files changed (103) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/app/alaska.json +29 -49
  3. package/dist/app/atmos.json +29 -49
  4. package/dist/app/blueprint.json +29 -49
  5. package/dist/app/hawaiian.json +29 -49
  6. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  7. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  8. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  9. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  10. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  11. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  12. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  13. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  14. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  15. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  16. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  17. package/dist/primitives/base/JSObject--allTokens.js +1 -1
  18. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +1 -1
  19. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +1 -1
  20. package/dist/themes/CSSCustomProperties--bundled.css +1 -1
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.css +1 -1
  22. package/dist/themes/alaska/JSObject--allTokens.js +1 -1
  23. package/dist/themes/alaska/SCSSVariables--alaska.scss +1 -1
  24. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +1 -1
  25. package/dist/themes/alaska/primitives--alaska.scss +1 -1
  26. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +1 -1
  27. package/dist/themes/alaska-classic/JSObject--allTokens.js +1 -1
  28. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +1 -1
  29. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +1 -1
  30. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +1 -1
  31. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +1 -1
  32. package/dist/themes/auro-1/JSObject--allTokens.js +1 -1
  33. package/dist/themes/auro-1/SCSSVariables--auro1.scss +1 -1
  34. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +1 -1
  35. package/dist/themes/auro-1/primitives--auro1.scss +1 -1
  36. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +1 -1
  37. package/dist/themes/auro-2/JSObject--allTokens.js +1 -1
  38. package/dist/themes/auro-2/SCSSVariables--auro2.scss +1 -1
  39. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +1 -1
  40. package/dist/themes/auro-2/primitives--auro2.scss +1 -1
  41. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +1 -1
  42. package/dist/themes/hawaiian/JSObject--allTokens.js +1 -1
  43. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +1 -1
  44. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +1 -1
  45. package/dist/themes/hawaiian/primitives--hawaiian.scss +1 -1
  46. package/dist/web/JSONVariablesNested--alaska.json +7 -5
  47. package/dist/web/JSONVariablesNested--atmos.json +7 -5
  48. package/dist/web/JSONVariablesNested--hawaiian.json +7 -5
  49. package/dist/web/JSONVariablesNested--test.json +7 -5
  50. package/dist/web/JSObject--allTokens--alaska.js +63 -21
  51. package/dist/web/JSObject--allTokens--atmos.js +63 -21
  52. package/dist/web/JSObject--allTokens--hawaiian.js +63 -21
  53. package/dist/web/JSObject--allTokens--test.js +63 -21
  54. package/dist/web/alaska.css +8 -6
  55. package/dist/web/alaska.min.css +1 -1
  56. package/dist/web/alaska.scss +8 -6
  57. package/dist/web/atmos.css +8 -6
  58. package/dist/web/atmos.min.css +1 -1
  59. package/dist/web/atmos.scss +8 -6
  60. package/dist/web/blueprint.css +8 -6
  61. package/dist/web/blueprint.min.css +1 -1
  62. package/dist/web/blueprint.scss +8 -6
  63. package/dist/web/hawaiian.css +8 -6
  64. package/dist/web/hawaiian.min.css +1 -1
  65. package/dist/web/hawaiian.scss +8 -6
  66. package/package.json +1 -1
  67. package/.env.example +0 -2
  68. package/.vscode/settings.json +0 -7
  69. package/outputConfigs/app/alaska.json +0 -18
  70. package/outputConfigs/app/atmos.json +0 -18
  71. package/outputConfigs/app/blueprint.json +0 -18
  72. package/outputConfigs/app/hawaiian.json +0 -18
  73. package/outputConfigs/web/alaska.json +0 -59
  74. package/outputConfigs/web/atmos.json +0 -59
  75. package/outputConfigs/web/blueprint.json +0 -59
  76. package/outputConfigs/web/hawaiian.json +0 -59
  77. package/packageScripts/postinstall.mjs +0 -36
  78. package/postcss.config.js +0 -7
  79. package/processed/app/Alaska_theme.Light.json +0 -585
  80. package/processed/app/Atmos_theme.Light.json +0 -585
  81. package/processed/app/Blueprint_theme.Light.json +0 -585
  82. package/processed/app/Hawaiian_theme.Light.json +0 -585
  83. package/processed/web/Alaska_theme.Light.json +0 -767
  84. package/processed/web/Atmos_theme.Light.json +0 -769
  85. package/processed/web/Blueprint_theme.Light.json +0 -767
  86. package/processed/web/Hawaiian_theme.Light.json +0 -748
  87. package/tokenDefinitions/figmaExports/Alaska_Classic_theme.Light.json +0 -5481
  88. package/tokenDefinitions/figmaExports/Alaska_theme.Light.json +0 -4665
  89. package/tokenDefinitions/figmaExports/Atmos_theme.Light.json +0 -5481
  90. package/tokenDefinitions/figmaExports/Blueprint_theme.Light.json +0 -5481
  91. package/tokenDefinitions/figmaExports/Hawaiian_theme.Light.json +0 -5481
  92. package/tokenDefinitions/figmaExports/Type_Size.LG_Screen.json +0 -988
  93. package/tokenDefinitions/figmaExports/Type_Size.MD_Screen.json +0 -988
  94. package/tokenDefinitions/figmaExports/Type_Size.SM_Screen.json +0 -988
  95. package/tokenDefinitions/figmaExports/util.AS.json +0 -1028
  96. package/tokenDefinitions/manualTokens/app/Alaska_theme.Light.json +0 -181
  97. package/tokenDefinitions/manualTokens/app/Atmos_theme.Light.json +0 -181
  98. package/tokenDefinitions/manualTokens/app/Blueprint_theme.Light.json +0 -181
  99. package/tokenDefinitions/manualTokens/app/Hawaiian_theme.Light.json +0 -181
  100. package/tokenDefinitions/manualTokens/web/Alaska_theme.Light.json +0 -125
  101. package/tokenDefinitions/manualTokens/web/Atmos_theme.Light.json +0 -125
  102. package/tokenDefinitions/manualTokens/web/Blueprint_theme.Light.json +0 -125
  103. package/tokenDefinitions/manualTokens/web/Hawaiian_theme.Light.json +0 -104
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:14 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:14 GMT
4
4
 
5
5
  $ds-advanced-color-button-flat-text: #676767;
6
6
  $ds-advanced-color-button-flat-text-disabled: #d0d0d0;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 16 Jan 2026 18:50:59 GMT
4
+ Generated on Wed, 21 Jan 2026 00:47:14 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:14 GMT
4
4
 
5
5
  $asc-color-atlas-100: #ebf7ff;
6
6
  $asc-color-atlas-200: #aedeff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
 
5
5
  $ds-advanced-color-button-flat-text: #6a717c;
6
6
  $ds-advanced-color-button-flat-text-disabled: #585e67;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 16 Jan 2026 18:50:59 GMT
4
+ Generated on Wed, 21 Jan 2026 00:47:15 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
 
5
5
  $a1-color-atlas-100: #ebf7ff;
6
6
  $a1-color-atlas-200: #aedeff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
 
5
5
  $ds-advanced-color-button-flat-text: #6a717c;
6
6
  $ds-advanced-color-button-flat-text-disabled: #585e67;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 16 Jan 2026 18:50:59 GMT
4
+ Generated on Wed, 21 Jan 2026 00:47:15 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
 
5
5
  $a2-color-atlas-100: #ebf7ff;
6
6
  $a2-color-atlas-200: #aedeff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
 
5
5
  $ds-advanced-color-button-flat-text: #676767;
6
6
  $ds-advanced-color-button-flat-text-disabled: #d0d0d0;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 16 Jan 2026 18:50:59 GMT
4
+ Generated on Wed, 21 Jan 2026 00:47:15 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
 
5
5
  $ha-color-alohapink-100: #fdf1f8;
6
6
  $ha-color-alohapink-200: #fad8eb;
@@ -14,6 +14,8 @@
14
14
  "accent4": "#feb17a",
15
15
  "accent4-bold": "#fb7f24",
16
16
  "accent4-muted": "#ffe2cf",
17
+ "default": "#01426a",
18
+ "default-inverse": "#ebf3f9",
17
19
  "transparency": "#0000001a",
18
20
  "transparency-inverse": "#ffffff33"
19
21
  },
@@ -122,11 +124,11 @@
122
124
  "background-exterior": "#ffffff00",
123
125
  "background-interior": "#ffffff",
124
126
  "button": {
125
- "button-background": "#ffffff00",
126
- "button-background-hover": "#0000000d",
127
- "button-border": "#00274a",
128
- "signedin-button-background": "#101d2c",
129
- "signedin-button-background-hover": "#002c4e",
127
+ "background": "#ffffff00",
128
+ "background-hover": "#0000000d",
129
+ "border": "#00274a",
130
+ "signedin-background": "#101d2c",
131
+ "signedin-background-hover": "#002c4e",
130
132
  "text & icon": "#2a2a2a",
131
133
  "text & icon-inverse": "#ffffff"
132
134
  },
@@ -14,6 +14,8 @@
14
14
  "accent4": "#cff1ea",
15
15
  "accent4-bold": "#009173",
16
16
  "accent4-muted": "#e4f8f4",
17
+ "default": "#101d2c",
18
+ "default-inverse": "#ebf7ff",
17
19
  "transparency": "#0000001a",
18
20
  "transparency-inverse": "#ffffff33"
19
21
  },
@@ -117,11 +119,11 @@
117
119
  "background-exterior": "#101d2c",
118
120
  "background-interior": "#101d2c",
119
121
  "button": {
120
- "button-background": "#ffffff00",
121
- "button-background-hover": "#ffffff1a",
122
- "button-border": "#ffffff",
123
- "signedin-button-background": "#aedeff",
124
- "signedin-button-background-hover": "#63beff",
122
+ "background": "#ffffff00",
123
+ "background-hover": "#ffffff1a",
124
+ "border": "#ffffff",
125
+ "signedin-background": "#aedeff",
126
+ "signedin-background-hover": "#63beff",
125
127
  "text & icon": "#faf9f5",
126
128
  "text & icon-inverse": "#101d2c"
127
129
  },
@@ -14,6 +14,8 @@
14
14
  "accent4": "#a8d6df",
15
15
  "accent4-bold": "#00a5ba",
16
16
  "accent4-muted": "#cbe6ec",
17
+ "default": "#463c8f",
18
+ "default-inverse": "#edeaf4",
17
19
  "transparency": "#0000001a",
18
20
  "transparency-inverse": "#ffffff33"
19
21
  },
@@ -117,11 +119,11 @@
117
119
  "background-exterior": "#ffffff00",
118
120
  "background-interior": "#ffffff",
119
121
  "button": {
120
- "button-background": "#ffffff00",
121
- "button-background-hover": "#0000000d",
122
- "button-border": "#000000",
123
- "signedin-button-background": "#101d2c",
124
- "signedin-button-background-hover": "#002c4e",
122
+ "background": "#ffffff00",
123
+ "background-hover": "#0000000d",
124
+ "border": "#000000",
125
+ "signedin-background": "#101d2c",
126
+ "signedin-background-hover": "#002c4e",
125
127
  "text & icon": "#000000",
126
128
  "text & icon-inverse": "#ffffff"
127
129
  },
@@ -14,6 +14,8 @@
14
14
  "accent4": "#adadad",
15
15
  "accent4-bold": "#7e7e7e",
16
16
  "accent4-muted": "#d0d0d0",
17
+ "default": "#7e7e7e",
18
+ "default-inverse": "#dddddd",
17
19
  "transparency": "#0000001a",
18
20
  "transparency-inverse": "#ffffff33"
19
21
  },
@@ -122,11 +124,11 @@
122
124
  "background-exterior": "#ffffff",
123
125
  "background-interior": "#ffffff",
124
126
  "button": {
125
- "button-background": "#ffffff00",
126
- "button-background-hover": "#f2f2f2",
127
- "button-border": "#d0d0d0",
128
- "signedin-button-background": "#7e7e7e",
129
- "signedin-button-background-hover": "#525252",
127
+ "background": "#ffffff00",
128
+ "background-hover": "#f2f2f2",
129
+ "border": "#d0d0d0",
130
+ "signedin-background": "#7e7e7e",
131
+ "signedin-background-hover": "#525252",
130
132
  "text & icon": "#000000",
131
133
  "text & icon-inverse": "#ffffff"
132
134
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -259,6 +259,48 @@ module.exports = {
259
259
  "accent4-muted"
260
260
  ]
261
261
  },
262
+ "default": {
263
+ "value": "#01426a",
264
+ "filePath": "processed/web/Alaska_theme.Light.json",
265
+ "isSource": true,
266
+ "original": {
267
+ "value": "#01426a"
268
+ },
269
+ "name": "ds-advanced-color-accents-default",
270
+ "attributes": {
271
+ "category": "advanced",
272
+ "type": "color",
273
+ "item": "accents",
274
+ "subitem": "default"
275
+ },
276
+ "path": [
277
+ "advanced",
278
+ "color",
279
+ "accents",
280
+ "default"
281
+ ]
282
+ },
283
+ "default-inverse": {
284
+ "value": "#ebf3f9",
285
+ "filePath": "processed/web/Alaska_theme.Light.json",
286
+ "isSource": true,
287
+ "original": {
288
+ "value": "#ebf3f9"
289
+ },
290
+ "name": "ds-advanced-color-accents-default-inverse",
291
+ "attributes": {
292
+ "category": "advanced",
293
+ "type": "color",
294
+ "item": "accents",
295
+ "subitem": "default-inverse"
296
+ },
297
+ "path": [
298
+ "advanced",
299
+ "color",
300
+ "accents",
301
+ "default-inverse"
302
+ ]
303
+ },
262
304
  "transparency": {
263
305
  "value": "#0000001a",
264
306
  "filePath": "processed/web/Alaska_theme.Light.json",
@@ -2045,119 +2087,119 @@ module.exports = {
2045
2087
  ]
2046
2088
  },
2047
2089
  "button": {
2048
- "button-background": {
2090
+ "background": {
2049
2091
  "value": "#ffffff00",
2050
2092
  "filePath": "processed/web/Alaska_theme.Light.json",
2051
2093
  "isSource": true,
2052
2094
  "original": {
2053
2095
  "value": "#ffffff00"
2054
2096
  },
2055
- "name": "ds-advanced-color-header-button-button-background",
2097
+ "name": "ds-advanced-color-header-button-background",
2056
2098
  "attributes": {
2057
2099
  "category": "advanced",
2058
2100
  "type": "color",
2059
2101
  "item": "header",
2060
2102
  "subitem": "button",
2061
- "state": "button-background"
2103
+ "state": "background"
2062
2104
  },
2063
2105
  "path": [
2064
2106
  "advanced",
2065
2107
  "color",
2066
2108
  "header",
2067
2109
  "button",
2068
- "button-background"
2110
+ "background"
2069
2111
  ]
2070
2112
  },
2071
- "button-background-hover": {
2113
+ "background-hover": {
2072
2114
  "value": "#0000000d",
2073
2115
  "filePath": "processed/web/Alaska_theme.Light.json",
2074
2116
  "isSource": true,
2075
2117
  "original": {
2076
2118
  "value": "#0000000d"
2077
2119
  },
2078
- "name": "ds-advanced-color-header-button-button-background-hover",
2120
+ "name": "ds-advanced-color-header-button-background-hover",
2079
2121
  "attributes": {
2080
2122
  "category": "advanced",
2081
2123
  "type": "color",
2082
2124
  "item": "header",
2083
2125
  "subitem": "button",
2084
- "state": "button-background-hover"
2126
+ "state": "background-hover"
2085
2127
  },
2086
2128
  "path": [
2087
2129
  "advanced",
2088
2130
  "color",
2089
2131
  "header",
2090
2132
  "button",
2091
- "button-background-hover"
2133
+ "background-hover"
2092
2134
  ]
2093
2135
  },
2094
- "button-border": {
2136
+ "border": {
2095
2137
  "value": "#00274a",
2096
2138
  "filePath": "processed/web/Alaska_theme.Light.json",
2097
2139
  "isSource": true,
2098
2140
  "original": {
2099
2141
  "value": "#00274a"
2100
2142
  },
2101
- "name": "ds-advanced-color-header-button-button-border",
2143
+ "name": "ds-advanced-color-header-button-border",
2102
2144
  "attributes": {
2103
2145
  "category": "advanced",
2104
2146
  "type": "color",
2105
2147
  "item": "header",
2106
2148
  "subitem": "button",
2107
- "state": "button-border"
2149
+ "state": "border"
2108
2150
  },
2109
2151
  "path": [
2110
2152
  "advanced",
2111
2153
  "color",
2112
2154
  "header",
2113
2155
  "button",
2114
- "button-border"
2156
+ "border"
2115
2157
  ]
2116
2158
  },
2117
- "signedin-button-background": {
2159
+ "signedin-background": {
2118
2160
  "value": "#101d2c",
2119
2161
  "filePath": "processed/web/Alaska_theme.Light.json",
2120
2162
  "isSource": true,
2121
2163
  "original": {
2122
2164
  "value": "#101d2c"
2123
2165
  },
2124
- "name": "ds-advanced-color-header-button-signedin-button-background",
2166
+ "name": "ds-advanced-color-header-button-signedin-background",
2125
2167
  "attributes": {
2126
2168
  "category": "advanced",
2127
2169
  "type": "color",
2128
2170
  "item": "header",
2129
2171
  "subitem": "button",
2130
- "state": "signedin-button-background"
2172
+ "state": "signedin-background"
2131
2173
  },
2132
2174
  "path": [
2133
2175
  "advanced",
2134
2176
  "color",
2135
2177
  "header",
2136
2178
  "button",
2137
- "signedin-button-background"
2179
+ "signedin-background"
2138
2180
  ]
2139
2181
  },
2140
- "signedin-button-background-hover": {
2182
+ "signedin-background-hover": {
2141
2183
  "value": "#002c4e",
2142
2184
  "filePath": "processed/web/Alaska_theme.Light.json",
2143
2185
  "isSource": true,
2144
2186
  "original": {
2145
2187
  "value": "#002c4e"
2146
2188
  },
2147
- "name": "ds-advanced-color-header-button-signedin-button-background-hover",
2189
+ "name": "ds-advanced-color-header-button-signedin-background-hover",
2148
2190
  "attributes": {
2149
2191
  "category": "advanced",
2150
2192
  "type": "color",
2151
2193
  "item": "header",
2152
2194
  "subitem": "button",
2153
- "state": "signedin-button-background-hover"
2195
+ "state": "signedin-background-hover"
2154
2196
  },
2155
2197
  "path": [
2156
2198
  "advanced",
2157
2199
  "color",
2158
2200
  "header",
2159
2201
  "button",
2160
- "signedin-button-background-hover"
2202
+ "signedin-background-hover"
2161
2203
  ]
2162
2204
  },
2163
2205
  "text & icon": {