@k8slens/lds-tokens 0.27.0 → 0.28.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 (45) hide show
  1. package/lib/docs/token-map.dark.d.ts +1 -1
  2. package/lib/docs/token-map.dark.js +100 -72
  3. package/lib/docs/token-map.light.d.ts +1 -1
  4. package/lib/docs/token-map.light.js +113 -85
  5. package/lib/electron/font-face.css +1 -1
  6. package/lib/electron/icons/action.js +1 -1
  7. package/lib/electron/icons/base.js +1 -1
  8. package/lib/electron/icons/idp.js +1 -1
  9. package/lib/electron/icons/misc.js +1 -1
  10. package/lib/electron/icons/navigation.js +1 -1
  11. package/lib/electron/images/index.js +1 -1
  12. package/lib/electron/tokens.core.css +1 -1
  13. package/lib/electron/tokens.dark.css +2 -2
  14. package/lib/electron/tokens.dark.js +174 -174
  15. package/lib/electron/tokens.dark.scoped.css +11 -11
  16. package/lib/electron/tokens.dark.ts +174 -174
  17. package/lib/electron/tokens.form.css +1 -1
  18. package/lib/electron/tokens.light.css +2 -2
  19. package/lib/electron/tokens.light.js +174 -174
  20. package/lib/electron/tokens.light.scoped.css +16 -16
  21. package/lib/electron/tokens.light.ts +174 -174
  22. package/lib/electron/tokens.tips.css +1 -1
  23. package/lib/web/colors/dark.js +18 -18
  24. package/lib/web/colors/light.js +18 -18
  25. package/lib/web/font-imports.css +1 -1
  26. package/lib/web/icons/action.js +1 -1
  27. package/lib/web/icons/base.js +1 -1
  28. package/lib/web/icons/idp.js +1 -1
  29. package/lib/web/icons/misc.js +1 -1
  30. package/lib/web/icons/navigation.js +1 -1
  31. package/lib/web/images/index.js +1 -1
  32. package/lib/web/tailwind.config.cjs +1 -1
  33. package/lib/web/tailwind.config.js +1 -1
  34. package/lib/web/tokens.core.css +1 -1
  35. package/lib/web/tokens.dark.css +2 -2
  36. package/lib/web/tokens.dark.js +176 -176
  37. package/lib/web/tokens.dark.scoped.css +11 -11
  38. package/lib/web/tokens.dark.ts +176 -176
  39. package/lib/web/tokens.form.css +1 -1
  40. package/lib/web/tokens.light.css +2 -2
  41. package/lib/web/tokens.light.js +176 -176
  42. package/lib/web/tokens.light.scoped.css +16 -16
  43. package/lib/web/tokens.light.ts +176 -176
  44. package/lib/web/tokens.tips.css +1 -1
  45. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 02 Nov 2023 08:54:31 GMT
3
+ * Generated on Tue, 07 Nov 2023 18:41:51 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 02 Nov 2023 08:54:31 GMT
3
+ * Generated on Tue, 07 Nov 2023 18:41:51 GMT
4
4
  */
5
5
 
6
6
  const tokenMap = {
@@ -1080,7 +1080,7 @@ const tokenMap = {
1080
1080
  "name": "ColorBaseBlue500",
1081
1081
  "code": "$color-base-blue-500",
1082
1082
  "variable": "color-base-blue-500",
1083
- "value": "hsl(206deg, 60%, 52%)",
1083
+ "value": "hsl(206, 60%, 52%)",
1084
1084
  "attributes": {},
1085
1085
  "inherits": [
1086
1086
  "hues.blue.hue",
@@ -1097,7 +1097,7 @@ const tokenMap = {
1097
1097
  "name": "ColorBaseBlue600",
1098
1098
  "code": "$color-base-blue-600",
1099
1099
  "variable": "color-base-blue-600",
1100
- "value": "hsl(206deg, 60%, 60%)",
1100
+ "value": "hsl(206, 60%, 60%)",
1101
1101
  "attributes": {},
1102
1102
  "inherits": [
1103
1103
  "hues.blue.hue",
@@ -1109,7 +1109,7 @@ const tokenMap = {
1109
1109
  "name": "ColorBaseBlueDefault",
1110
1110
  "code": "$color-base-blue-default",
1111
1111
  "variable": "color-base-blue-default",
1112
- "value": "hsl(206deg, 60%, 52%)",
1112
+ "value": "hsl(206, 60%, 52%)",
1113
1113
  "attributes": {},
1114
1114
  "inherits": [
1115
1115
  "color.base.blue.500"
@@ -1162,7 +1162,7 @@ const tokenMap = {
1162
1162
  "name": "ColorBaseBlue-gray200",
1163
1163
  "code": "$color-base-blue-gray-200",
1164
1164
  "variable": "color-base-blue-gray-200",
1165
- "value": "hsl(206deg, 9%, 20%)",
1165
+ "value": "hsl(206, 9%, 20%)",
1166
1166
  "attributes": {},
1167
1167
  "inherits": [
1168
1168
  "hues.blue-gray.hue"
@@ -1189,7 +1189,7 @@ const tokenMap = {
1189
1189
  "name": "ColorBaseBlue-gray350",
1190
1190
  "code": "$color-base-blue-gray-350",
1191
1191
  "variable": "color-base-blue-gray-350",
1192
- "value": "hsl(206deg, 6%, 35%)",
1192
+ "value": "hsl(206, 6%, 35%)",
1193
1193
  "attributes": {},
1194
1194
  "inherits": [
1195
1195
  "hues.blue-gray.hue"
@@ -1204,7 +1204,7 @@ const tokenMap = {
1204
1204
  "name": "ColorBaseBlue-gray450",
1205
1205
  "code": "$color-base-blue-gray-450",
1206
1206
  "variable": "color-base-blue-gray-450",
1207
- "value": "hsl(206deg, 6%, 45%)",
1207
+ "value": "hsl(206, 6%, 45%)",
1208
1208
  "attributes": {},
1209
1209
  "inherits": [
1210
1210
  "hues.blue-gray.hue"
@@ -1218,7 +1218,7 @@ const tokenMap = {
1218
1218
  "name": "ColorBaseBlue-gray550",
1219
1219
  "code": "$color-base-blue-gray-550",
1220
1220
  "variable": "color-base-blue-gray-550",
1221
- "value": "hsl(206deg, 6%, 55%)",
1221
+ "value": "hsl(206, 6%, 55%)",
1222
1222
  "attributes": {},
1223
1223
  "inherits": [
1224
1224
  "hues.blue-gray.hue"
@@ -1233,7 +1233,7 @@ const tokenMap = {
1233
1233
  "name": "ColorBaseBlue-gray600",
1234
1234
  "code": "$color-base-blue-gray-600",
1235
1235
  "variable": "color-base-blue-gray-600",
1236
- "value": "hsl(206deg, 6%, 60%)",
1236
+ "value": "hsl(206, 6%, 60%)",
1237
1237
  "attributes": {},
1238
1238
  "inherits": [
1239
1239
  "hues.blue-gray.hue"
@@ -1247,7 +1247,7 @@ const tokenMap = {
1247
1247
  "name": "ColorBaseBlue-gray650",
1248
1248
  "code": "$color-base-blue-gray-650",
1249
1249
  "variable": "color-base-blue-gray-650",
1250
- "value": "hsl(206deg, 5%, 65%)",
1250
+ "value": "hsl(206, 5%, 65%)",
1251
1251
  "attributes": {},
1252
1252
  "inherits": [
1253
1253
  "hues.blue-gray.hue"
@@ -1261,7 +1261,7 @@ const tokenMap = {
1261
1261
  "name": "ColorBaseBlue-gray700",
1262
1262
  "code": "$color-base-blue-gray-700",
1263
1263
  "variable": "color-base-blue-gray-700",
1264
- "value": "hsl(206deg, 5%, 70%)",
1264
+ "value": "hsl(206, 5%, 70%)",
1265
1265
  "attributes": {},
1266
1266
  "inherits": [
1267
1267
  "hues.blue-gray.hue"
@@ -1272,7 +1272,7 @@ const tokenMap = {
1272
1272
  "name": "ColorBaseBlue-gray750",
1273
1273
  "code": "$color-base-blue-gray-750",
1274
1274
  "variable": "color-base-blue-gray-750",
1275
- "value": "hsl(206deg, 5%, 75%)",
1275
+ "value": "hsl(206, 5%, 75%)",
1276
1276
  "attributes": {},
1277
1277
  "inherits": [
1278
1278
  "hues.blue-gray.hue"
@@ -1283,7 +1283,7 @@ const tokenMap = {
1283
1283
  "name": "ColorBaseBlue-gray800",
1284
1284
  "code": "$color-base-blue-gray-800",
1285
1285
  "variable": "color-base-blue-gray-800",
1286
- "value": "hsl(206deg, 10%, 80%)",
1286
+ "value": "hsl(206, 10%, 80%)",
1287
1287
  "attributes": {},
1288
1288
  "inherits": [
1289
1289
  "hues.blue-gray.hue"
@@ -1294,7 +1294,7 @@ const tokenMap = {
1294
1294
  "name": "ColorBaseBlue-gray850",
1295
1295
  "code": "$color-base-blue-gray-850",
1296
1296
  "variable": "color-base-blue-gray-850",
1297
- "value": "hsl(206deg, 15%, 85%)",
1297
+ "value": "hsl(206, 15%, 85%)",
1298
1298
  "attributes": {},
1299
1299
  "inherits": [
1300
1300
  "hues.blue-gray.hue"
@@ -1308,7 +1308,7 @@ const tokenMap = {
1308
1308
  "name": "ColorBaseBlue-gray900",
1309
1309
  "code": "$color-base-blue-gray-900",
1310
1310
  "variable": "color-base-blue-gray-900",
1311
- "value": "hsl(206deg, 15%, 90%)",
1311
+ "value": "hsl(206, 15%, 90%)",
1312
1312
  "attributes": {},
1313
1313
  "inherits": [
1314
1314
  "hues.blue-gray.hue"
@@ -1325,7 +1325,7 @@ const tokenMap = {
1325
1325
  "name": "ColorBaseBlue-gray950",
1326
1326
  "code": "$color-base-blue-gray-950",
1327
1327
  "variable": "color-base-blue-gray-950",
1328
- "value": "hsl(206deg, 13%, 95%)",
1328
+ "value": "hsl(206, 13%, 95%)",
1329
1329
  "attributes": {},
1330
1330
  "inherits": [
1331
1331
  "hues.blue-gray.hue"
@@ -1336,7 +1336,7 @@ const tokenMap = {
1336
1336
  "name": "ColorBaseBlue-gray980",
1337
1337
  "code": "$color-base-blue-gray-980",
1338
1338
  "variable": "color-base-blue-gray-980",
1339
- "value": "hsl(206deg, 15%, 98%)",
1339
+ "value": "hsl(206, 15%, 98%)",
1340
1340
  "attributes": {},
1341
1341
  "inherits": [
1342
1342
  "hues.blue-gray.hue"
@@ -1347,7 +1347,7 @@ const tokenMap = {
1347
1347
  "name": "ColorBaseBlue-grayDefault",
1348
1348
  "code": "$color-base-blue-gray-default",
1349
1349
  "variable": "color-base-blue-gray-default",
1350
- "value": "hsl(206deg, 6%, 45%)",
1350
+ "value": "hsl(206, 6%, 45%)",
1351
1351
  "attributes": {},
1352
1352
  "inherits": [
1353
1353
  "color.base.blue-gray.450"
@@ -1712,7 +1712,7 @@ const tokenMap = {
1712
1712
  "name": "ColorBackgroundBlockContent",
1713
1713
  "code": "$color-background-block-content",
1714
1714
  "variable": "color-background-block-content",
1715
- "value": "hsl(206deg, 9%, 20%)",
1715
+ "value": "hsl(206, 9%, 20%)",
1716
1716
  "attributes": {
1717
1717
  "tailwind": [
1718
1718
  "backgroundColor.block-content"
@@ -1745,7 +1745,7 @@ const tokenMap = {
1745
1745
  "name": "ColorBackgroundButtonPrimaryBase",
1746
1746
  "code": "$color-background-button-primary-base",
1747
1747
  "variable": "color-background-button-primary-base",
1748
- "value": "hsl(206deg, 60%, 52%)",
1748
+ "value": "hsl(206, 60%, 52%)",
1749
1749
  "attributes": {},
1750
1750
  "inherits": [
1751
1751
  "alias.color.brand.primary"
@@ -1758,7 +1758,7 @@ const tokenMap = {
1758
1758
  "name": "ColorBackgroundButtonSecondaryBase",
1759
1759
  "code": "$color-background-button-secondary-base",
1760
1760
  "variable": "color-background-button-secondary-base",
1761
- "value": "hsl(206deg, 9%, 20%)",
1761
+ "value": "hsl(206, 9%, 20%)",
1762
1762
  "attributes": {},
1763
1763
  "inherits": [
1764
1764
  "alias.color.background.quarternary"
@@ -1822,7 +1822,7 @@ const tokenMap = {
1822
1822
  "name": "ColorBackgroundInputFocus",
1823
1823
  "code": "$color-background-input-focus",
1824
1824
  "variable": "color-background-input-focus",
1825
- "value": "hsl(206deg, 9%, 20%)",
1825
+ "value": "hsl(206, 9%, 20%)",
1826
1826
  "attributes": {},
1827
1827
  "inherits": [
1828
1828
  "alias.color.background.quarternary"
@@ -1920,7 +1920,7 @@ const tokenMap = {
1920
1920
  "name": "ColorBackgroundTipImportant",
1921
1921
  "code": "$color-background-tip-important",
1922
1922
  "variable": "color-background-tip-important",
1923
- "value": "hsl(206deg, 60%, 52%)",
1923
+ "value": "hsl(206, 60%, 52%)",
1924
1924
  "attributes": {},
1925
1925
  "inherits": [
1926
1926
  "alias.color.brand.primary"
@@ -1944,7 +1944,7 @@ const tokenMap = {
1944
1944
  "name": "ColorBackgroundTip-buttonDefault",
1945
1945
  "code": "$color-background-tip-button-default",
1946
1946
  "variable": "color-background-tip-button-default",
1947
- "value": "hsl(206deg, 60%, 52%)",
1947
+ "value": "hsl(206, 60%, 52%)",
1948
1948
  "attributes": {},
1949
1949
  "inherits": [
1950
1950
  "alias.color.brand.primary"
@@ -1966,7 +1966,7 @@ const tokenMap = {
1966
1966
  "name": "ColorBackgroundTip-buttonWhite",
1967
1967
  "code": "$color-background-tip-button-white",
1968
1968
  "variable": "color-background-tip-button-white",
1969
- "value": "hsl(206deg, 60%, 52%)",
1969
+ "value": "hsl(206, 60%, 52%)",
1970
1970
  "attributes": {},
1971
1971
  "inherits": [
1972
1972
  "alias.color.brand.primary"
@@ -1980,7 +1980,7 @@ const tokenMap = {
1980
1980
  "name": "ColorFontLink",
1981
1981
  "code": "$color-font-link",
1982
1982
  "variable": "color-font-link",
1983
- "value": "hsl(206deg, 60%, 52%)",
1983
+ "value": "hsl(206, 60%, 52%)",
1984
1984
  "attributes": {},
1985
1985
  "inherits": [
1986
1986
  "alias.color.brand.primary"
@@ -2005,7 +2005,7 @@ const tokenMap = {
2005
2005
  "name": "ColorFontTable-cellPrimary",
2006
2006
  "code": "$color-font-table-cell-primary",
2007
2007
  "variable": "color-font-table-cell-primary",
2008
- "value": "hsl(206deg, 6%, 60%)",
2008
+ "value": "hsl(206, 6%, 60%)",
2009
2009
  "attributes": {},
2010
2010
  "inherits": [
2011
2011
  "alias.color.text.primary"
@@ -2016,7 +2016,7 @@ const tokenMap = {
2016
2016
  "name": "ColorFontTable-cellSecondary",
2017
2017
  "code": "$color-font-table-cell-secondary",
2018
2018
  "variable": "color-font-table-cell-secondary",
2019
- "value": "hsl(206deg, 6%, 35%)",
2019
+ "value": "hsl(206, 6%, 35%)",
2020
2020
  "attributes": {},
2021
2021
  "inherits": [
2022
2022
  "alias.color.text.secondary"
@@ -2060,7 +2060,7 @@ const tokenMap = {
2060
2060
  "name": "ColorFontTable-cellLink",
2061
2061
  "code": "$color-font-table-cell-link",
2062
2062
  "variable": "color-font-table-cell-link",
2063
- "value": "hsl(206deg, 60%, 52%)",
2063
+ "value": "hsl(206, 60%, 52%)",
2064
2064
  "attributes": {},
2065
2065
  "inherits": [
2066
2066
  "alias.color.brand.primary"
@@ -2074,7 +2074,7 @@ const tokenMap = {
2074
2074
  "name": "ColorFontButtonPrimaryBase",
2075
2075
  "code": "$color-font-button-primary-base",
2076
2076
  "variable": "color-font-button-primary-base",
2077
- "value": "hsl(206deg, 15%, 90%)",
2077
+ "value": "hsl(206, 15%, 90%)",
2078
2078
  "attributes": {},
2079
2079
  "inherits": [
2080
2080
  "color.base.blue-gray.900"
@@ -2085,7 +2085,7 @@ const tokenMap = {
2085
2085
  "name": "ColorFontButtonPrimaryDiscreet",
2086
2086
  "code": "$color-font-button-primary-discreet",
2087
2087
  "variable": "color-font-button-primary-discreet",
2088
- "value": "hsl(206deg, 60%, 52%)",
2088
+ "value": "hsl(206, 60%, 52%)",
2089
2089
  "attributes": {},
2090
2090
  "inherits": [
2091
2091
  "alias.color.brand.primary"
@@ -2098,7 +2098,7 @@ const tokenMap = {
2098
2098
  "name": "ColorFontButtonSecondaryBase",
2099
2099
  "code": "$color-font-button-secondary-base",
2100
2100
  "variable": "color-font-button-secondary-base",
2101
- "value": "hsl(206deg, 15%, 85%)",
2101
+ "value": "hsl(206, 15%, 85%)",
2102
2102
  "attributes": {},
2103
2103
  "inherits": [
2104
2104
  "alias.color.text.quarternary"
@@ -2109,7 +2109,7 @@ const tokenMap = {
2109
2109
  "name": "ColorFontButtonSecondaryDiscreet",
2110
2110
  "code": "$color-font-button-secondary-discreet",
2111
2111
  "variable": "color-font-button-secondary-discreet",
2112
- "value": "hsl(206deg, 5%, 65%)",
2112
+ "value": "hsl(206, 5%, 65%)",
2113
2113
  "attributes": {},
2114
2114
  "inherits": [
2115
2115
  "alias.color.text.tertiary"
@@ -2122,7 +2122,7 @@ const tokenMap = {
2122
2122
  "name": "ColorFontButtonOkBase",
2123
2123
  "code": "$color-font-button-ok-base",
2124
2124
  "variable": "color-font-button-ok-base",
2125
- "value": "hsl(206deg, 15%, 90%)",
2125
+ "value": "hsl(206, 15%, 90%)",
2126
2126
  "attributes": {},
2127
2127
  "inherits": [
2128
2128
  "color.base.blue-gray.900"
@@ -2146,7 +2146,7 @@ const tokenMap = {
2146
2146
  "name": "ColorFontButtonCautionBase",
2147
2147
  "code": "$color-font-button-caution-base",
2148
2148
  "variable": "color-font-button-caution-base",
2149
- "value": "hsl(206deg, 15%, 90%)",
2149
+ "value": "hsl(206, 15%, 90%)",
2150
2150
  "attributes": {},
2151
2151
  "inherits": [
2152
2152
  "color.base.blue-gray.900"
@@ -2170,7 +2170,7 @@ const tokenMap = {
2170
2170
  "name": "ColorFontButtonDangerBase",
2171
2171
  "code": "$color-font-button-danger-base",
2172
2172
  "variable": "color-font-button-danger-base",
2173
- "value": "hsl(206deg, 15%, 90%)",
2173
+ "value": "hsl(206, 15%, 90%)",
2174
2174
  "attributes": {},
2175
2175
  "inherits": [
2176
2176
  "color.base.blue-gray.900"
@@ -2195,7 +2195,7 @@ const tokenMap = {
2195
2195
  "name": "ColorFontInputDefault",
2196
2196
  "code": "$color-font-input-default",
2197
2197
  "variable": "color-font-input-default",
2198
- "value": "hsl(206deg, 5%, 65%)",
2198
+ "value": "hsl(206, 5%, 65%)",
2199
2199
  "attributes": {},
2200
2200
  "inherits": [
2201
2201
  "alias.color.text.tertiary"
@@ -2217,7 +2217,7 @@ const tokenMap = {
2217
2217
  "name": "ColorFontInputPlaceholder",
2218
2218
  "code": "$color-font-input-placeholder",
2219
2219
  "variable": "color-font-input-placeholder",
2220
- "value": "hsl(206deg, 6%, 35%)",
2220
+ "value": "hsl(206, 6%, 35%)",
2221
2221
  "attributes": {},
2222
2222
  "inherits": [
2223
2223
  "alias.color.text.secondary"
@@ -2231,7 +2231,7 @@ const tokenMap = {
2231
2231
  "name": "ColorFontSide-nav-itemBaseDefault",
2232
2232
  "code": "$color-font-side-nav-item-base-default",
2233
2233
  "variable": "color-font-side-nav-item-base-default",
2234
- "value": "hsl(206deg, 6%, 60%)",
2234
+ "value": "hsl(206, 6%, 60%)",
2235
2235
  "attributes": {},
2236
2236
  "inherits": [
2237
2237
  "alias.color.text.primary"
@@ -2280,7 +2280,7 @@ const tokenMap = {
2280
2280
  "name": "ColorFontForm-fieldLabel",
2281
2281
  "code": "$color-font-form-field-label",
2282
2282
  "variable": "color-font-form-field-label",
2283
- "value": "hsl(206deg, 6%, 60%)",
2283
+ "value": "hsl(206, 6%, 60%)",
2284
2284
  "attributes": {},
2285
2285
  "inherits": [
2286
2286
  "alias.color.text.primary"
@@ -2304,7 +2304,7 @@ const tokenMap = {
2304
2304
  "name": "ColorFontTipDefault",
2305
2305
  "code": "$color-font-tip-default",
2306
2306
  "variable": "color-font-tip-default",
2307
- "value": "hsl(206deg, 6%, 60%)",
2307
+ "value": "hsl(206, 6%, 60%)",
2308
2308
  "attributes": {},
2309
2309
  "inherits": [
2310
2310
  "alias.color.text.primary"
@@ -2326,7 +2326,7 @@ const tokenMap = {
2326
2326
  "name": "ColorFontTipWhite",
2327
2327
  "code": "$color-font-tip-white",
2328
2328
  "variable": "color-font-tip-white",
2329
- "value": "hsl(206deg, 6%, 55%)",
2329
+ "value": "hsl(206, 6%, 55%)",
2330
2330
  "attributes": {},
2331
2331
  "inherits": [
2332
2332
  "color.base.blue-gray.550"
@@ -2350,7 +2350,7 @@ const tokenMap = {
2350
2350
  "name": "ColorFontTip-buttonImportant",
2351
2351
  "code": "$color-font-tip-button-important",
2352
2352
  "variable": "color-font-tip-button-important",
2353
- "value": "hsl(206deg, 60%, 52%)",
2353
+ "value": "hsl(206, 60%, 52%)",
2354
2354
  "attributes": {},
2355
2355
  "inherits": [
2356
2356
  "alias.color.brand.primary"
@@ -2377,7 +2377,7 @@ const tokenMap = {
2377
2377
  "name": "ColorBorderButtonPrimaryDiscreet",
2378
2378
  "code": "$color-border-button-primary-discreet",
2379
2379
  "variable": "color-border-button-primary-discreet",
2380
- "value": "hsl(206deg, 60%, 52%)",
2380
+ "value": "hsl(206, 60%, 52%)",
2381
2381
  "attributes": {},
2382
2382
  "inherits": [
2383
2383
  "alias.color.brand.primary"
@@ -2390,7 +2390,7 @@ const tokenMap = {
2390
2390
  "name": "ColorBorderButtonSecondaryDiscreet",
2391
2391
  "code": "$color-border-button-secondary-discreet",
2392
2392
  "variable": "color-border-button-secondary-discreet",
2393
- "value": "hsl(206deg, 6%, 55%)",
2393
+ "value": "hsl(206, 6%, 55%)",
2394
2394
  "attributes": {},
2395
2395
  "inherits": [
2396
2396
  "alias.color.border.strong"
@@ -2454,7 +2454,7 @@ const tokenMap = {
2454
2454
  "name": "ColorBorderInputFocus",
2455
2455
  "code": "$color-border-input-focus",
2456
2456
  "variable": "color-border-input-focus",
2457
- "value": "hsl(206deg, 60%, 52%)",
2457
+ "value": "hsl(206, 60%, 52%)",
2458
2458
  "attributes": {},
2459
2459
  "inherits": [
2460
2460
  "alias.color.border.focus"
@@ -2492,7 +2492,7 @@ const tokenMap = {
2492
2492
  "name": "HuesBlueHue",
2493
2493
  "code": "$hues-blue-hue",
2494
2494
  "variable": "hues-blue-hue",
2495
- "value": "206deg",
2495
+ "value": "206",
2496
2496
  "attributes": {},
2497
2497
  "inherits": [],
2498
2498
  "inheritedBy": [
@@ -2507,7 +2507,9 @@ const tokenMap = {
2507
2507
  "code": "$hues-blue-saturation",
2508
2508
  "variable": "hues-blue-saturation",
2509
2509
  "value": "60%",
2510
- "attributes": {},
2510
+ "attributes": {
2511
+ "cssUnit": "%"
2512
+ },
2511
2513
  "inherits": [],
2512
2514
  "inheritedBy": [
2513
2515
  "color.base.blue.500",
@@ -2520,7 +2522,9 @@ const tokenMap = {
2520
2522
  "code": "$hues-blue-lightness",
2521
2523
  "variable": "hues-blue-lightness",
2522
2524
  "value": "52%",
2523
- "attributes": {},
2525
+ "attributes": {
2526
+ "cssUnit": "%"
2527
+ },
2524
2528
  "inherits": [],
2525
2529
  "inheritedBy": [
2526
2530
  "color.base.blue.500"
@@ -2533,7 +2537,7 @@ const tokenMap = {
2533
2537
  "name": "HuesBlue-grayHue",
2534
2538
  "code": "$hues-blue-gray-hue",
2535
2539
  "variable": "hues-blue-gray-hue",
2536
- "value": "206deg",
2540
+ "value": "206",
2537
2541
  "attributes": {},
2538
2542
  "inherits": [
2539
2543
  "hues.blue.hue"
@@ -2574,7 +2578,9 @@ const tokenMap = {
2574
2578
  "code": "$hues-red-saturation",
2575
2579
  "variable": "hues-red-saturation",
2576
2580
  "value": "60%",
2577
- "attributes": {},
2581
+ "attributes": {
2582
+ "cssUnit": "%"
2583
+ },
2578
2584
  "inherits": [],
2579
2585
  "inheritedBy": [
2580
2586
  "color.base.red.600"
@@ -2586,7 +2592,9 @@ const tokenMap = {
2586
2592
  "code": "$hues-red-lightness",
2587
2593
  "variable": "hues-red-lightness",
2588
2594
  "value": "50%",
2589
- "attributes": {},
2595
+ "attributes": {
2596
+ "cssUnit": "%"
2597
+ },
2590
2598
  "inherits": [],
2591
2599
  "inheritedBy": [
2592
2600
  "color.base.red.600"
@@ -2614,7 +2622,9 @@ const tokenMap = {
2614
2622
  "code": "$hues-orange-saturation",
2615
2623
  "variable": "hues-orange-saturation",
2616
2624
  "value": "100%",
2617
- "attributes": {},
2625
+ "attributes": {
2626
+ "cssUnit": "%"
2627
+ },
2618
2628
  "inherits": [],
2619
2629
  "inheritedBy": [
2620
2630
  "color.base.orange.400",
@@ -2628,7 +2638,9 @@ const tokenMap = {
2628
2638
  "code": "$hues-orange-lightness",
2629
2639
  "variable": "hues-orange-lightness",
2630
2640
  "value": "57.84%",
2631
- "attributes": {},
2641
+ "attributes": {
2642
+ "cssUnit": "%"
2643
+ },
2632
2644
  "inherits": [],
2633
2645
  "inheritedBy": [
2634
2646
  "color.base.orange.600",
@@ -2655,7 +2667,9 @@ const tokenMap = {
2655
2667
  "code": "$hues-green-saturation",
2656
2668
  "variable": "hues-green-saturation",
2657
2669
  "value": "60%",
2658
- "attributes": {},
2670
+ "attributes": {
2671
+ "cssUnit": "%"
2672
+ },
2659
2673
  "inherits": [],
2660
2674
  "inheritedBy": [
2661
2675
  "color.base.green.400"
@@ -2667,7 +2681,9 @@ const tokenMap = {
2667
2681
  "code": "$hues-green-lightness",
2668
2682
  "variable": "hues-green-lightness",
2669
2683
  "value": "40%",
2670
- "attributes": {},
2684
+ "attributes": {
2685
+ "cssUnit": "%"
2686
+ },
2671
2687
  "inherits": [],
2672
2688
  "inheritedBy": [
2673
2689
  "color.base.green.400"
@@ -2693,7 +2709,9 @@ const tokenMap = {
2693
2709
  "code": "$hues-bright-green-saturation",
2694
2710
  "variable": "hues-bright-green-saturation",
2695
2711
  "value": "60%",
2696
- "attributes": {},
2712
+ "attributes": {
2713
+ "cssUnit": "%"
2714
+ },
2697
2715
  "inherits": [],
2698
2716
  "inheritedBy": [
2699
2717
  "color.base.bright-green.600"
@@ -2705,7 +2723,9 @@ const tokenMap = {
2705
2723
  "code": "$hues-bright-green-lightness",
2706
2724
  "variable": "hues-bright-green-lightness",
2707
2725
  "value": "60%",
2708
- "attributes": {},
2726
+ "attributes": {
2727
+ "cssUnit": "%"
2728
+ },
2709
2729
  "inherits": [],
2710
2730
  "inheritedBy": [
2711
2731
  "color.base.bright-green.600"
@@ -2731,7 +2751,9 @@ const tokenMap = {
2731
2751
  "code": "$hues-blue-green-saturation",
2732
2752
  "variable": "hues-blue-green-saturation",
2733
2753
  "value": "59%",
2734
- "attributes": {},
2754
+ "attributes": {
2755
+ "cssUnit": "%"
2756
+ },
2735
2757
  "inherits": [],
2736
2758
  "inheritedBy": [
2737
2759
  "color.base.blue-green.600"
@@ -2743,7 +2765,9 @@ const tokenMap = {
2743
2765
  "code": "$hues-blue-green-lightness",
2744
2766
  "variable": "hues-blue-green-lightness",
2745
2767
  "value": "39%",
2746
- "attributes": {},
2768
+ "attributes": {
2769
+ "cssUnit": "%"
2770
+ },
2747
2771
  "inherits": [],
2748
2772
  "inheritedBy": [
2749
2773
  "color.base.blue-green.600"
@@ -2768,7 +2792,9 @@ const tokenMap = {
2768
2792
  "code": "$hues-tip-pointer-s",
2769
2793
  "variable": "hues-tip-pointer-s",
2770
2794
  "value": "100%",
2771
- "attributes": {},
2795
+ "attributes": {
2796
+ "cssUnit": "%"
2797
+ },
2772
2798
  "inherits": [
2773
2799
  "hues.orange.saturation"
2774
2800
  ]
@@ -2779,7 +2805,9 @@ const tokenMap = {
2779
2805
  "code": "$hues-tip-pointer-l",
2780
2806
  "variable": "hues-tip-pointer-l",
2781
2807
  "value": "57.84%",
2782
- "attributes": {},
2808
+ "attributes": {
2809
+ "cssUnit": "%"
2810
+ },
2783
2811
  "inherits": [
2784
2812
  "hues.orange.lightness"
2785
2813
  ]
@@ -4950,7 +4978,7 @@ const tokenMap = {
4950
4978
  "name": "AliasColorBrandPrimary",
4951
4979
  "code": "$alias-color-brand-primary",
4952
4980
  "variable": "alias-color-brand-primary",
4953
- "value": "hsl(206deg, 60%, 52%)",
4981
+ "value": "hsl(206, 60%, 52%)",
4954
4982
  "attributes": {
4955
4983
  "tailwind": [
4956
4984
  "colors.brand-primary"
@@ -4978,7 +5006,7 @@ const tokenMap = {
4978
5006
  "name": "AliasColorTextPrimary",
4979
5007
  "code": "$alias-color-text-primary",
4980
5008
  "variable": "alias-color-text-primary",
4981
- "value": "hsl(206deg, 6%, 60%)",
5009
+ "value": "hsl(206, 6%, 60%)",
4982
5010
  "attributes": {
4983
5011
  "tailwind": [
4984
5012
  "textColor.DEFAULT"
@@ -4999,7 +5027,7 @@ const tokenMap = {
4999
5027
  "name": "AliasColorTextSecondary",
5000
5028
  "code": "$alias-color-text-secondary",
5001
5029
  "variable": "alias-color-text-secondary",
5002
- "value": "hsl(206deg, 6%, 35%)",
5030
+ "value": "hsl(206, 6%, 35%)",
5003
5031
  "attributes": {
5004
5032
  "tailwind": [
5005
5033
  "textColor.secondary"
@@ -5018,7 +5046,7 @@ const tokenMap = {
5018
5046
  "name": "AliasColorTextTertiary",
5019
5047
  "code": "$alias-color-text-tertiary",
5020
5048
  "variable": "alias-color-text-tertiary",
5021
- "value": "hsl(206deg, 5%, 65%)",
5049
+ "value": "hsl(206, 5%, 65%)",
5022
5050
  "attributes": {
5023
5051
  "tailwind": [
5024
5052
  "textColor.tertiary"
@@ -5037,7 +5065,7 @@ const tokenMap = {
5037
5065
  "name": "AliasColorTextQuarternary",
5038
5066
  "code": "$alias-color-text-quarternary",
5039
5067
  "variable": "alias-color-text-quarternary",
5040
- "value": "hsl(206deg, 15%, 85%)",
5068
+ "value": "hsl(206, 15%, 85%)",
5041
5069
  "attributes": {
5042
5070
  "tailwind": [
5043
5071
  "textColor.quarternary"
@@ -5096,7 +5124,7 @@ const tokenMap = {
5096
5124
  "name": "AliasColorBorderDefault",
5097
5125
  "code": "$alias-color-border-default",
5098
5126
  "variable": "alias-color-border-default",
5099
- "value": "hsl(206deg, 6%, 35%)",
5127
+ "value": "hsl(206, 6%, 35%)",
5100
5128
  "attributes": {
5101
5129
  "tailwind": [
5102
5130
  "borderColor.DEFAULT"
@@ -5111,7 +5139,7 @@ const tokenMap = {
5111
5139
  "name": "AliasColorBorderStrong",
5112
5140
  "code": "$alias-color-border-strong",
5113
5141
  "variable": "alias-color-border-strong",
5114
- "value": "hsl(206deg, 6%, 55%)",
5142
+ "value": "hsl(206, 6%, 55%)",
5115
5143
  "attributes": {
5116
5144
  "tailwind": [
5117
5145
  "borderColor.strong"
@@ -5144,7 +5172,7 @@ const tokenMap = {
5144
5172
  "name": "AliasColorBorderFocus",
5145
5173
  "code": "$alias-color-border-focus",
5146
5174
  "variable": "alias-color-border-focus",
5147
- "value": "hsl(206deg, 60%, 52%)",
5175
+ "value": "hsl(206, 60%, 52%)",
5148
5176
  "attributes": {
5149
5177
  "tailwind": [
5150
5178
  "borderColor.focus"
@@ -5242,7 +5270,7 @@ const tokenMap = {
5242
5270
  "name": "AliasColorInfo",
5243
5271
  "code": "$alias-color-info",
5244
5272
  "variable": "alias-color-info",
5245
- "value": "hsl(206deg, 60%, 52%)",
5273
+ "value": "hsl(206, 60%, 52%)",
5246
5274
  "attributes": {
5247
5275
  "tailwind": [
5248
5276
  "colors.info"
@@ -5315,7 +5343,7 @@ const tokenMap = {
5315
5343
  "name": "AliasColorBackgroundQuarternary",
5316
5344
  "code": "$alias-color-background-quarternary",
5317
5345
  "variable": "alias-color-background-quarternary",
5318
- "value": "hsl(206deg, 9%, 20%)",
5346
+ "value": "hsl(206, 9%, 20%)",
5319
5347
  "attributes": {
5320
5348
  "tailwind": [
5321
5349
  "backgroundColor.quarternary"
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 02 Nov 2023 08:54:31 GMT
3
+ * Generated on Tue, 07 Nov 2023 18:41:51 GMT
4
4
  */
5
5
 
6
6
  export type PackageDetails = {