@aurodesignsystem/design-tokens 5.2.0 → 5.3.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 (36) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +49 -25
  3. package/dist/CSSCustomProperties--bundled.css +211 -70
  4. package/dist/alaska/CSSCustomProperties--alaska.css +48 -1
  5. package/dist/alaska/JSObject--allTokens.js +1426 -1
  6. package/dist/alaska/SCSSVariables--alaska.scss +48 -1
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +48 -1
  8. package/dist/alaska/primitives--alaska.scss +1 -1
  9. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +48 -1
  10. package/dist/alaska-classic/JSObject--allTokens.js +1426 -1
  11. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +48 -1
  12. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +48 -1
  13. package/dist/alaska-classic/primitives--alaskaClassic.scss +1 -1
  14. package/dist/auro-classic/CSSCustomProperties.css +1 -1
  15. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  16. package/dist/auro-classic/JSData--color.js +1 -1
  17. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  18. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  19. package/dist/auro-classic/JSVariables--color.js +1 -1
  20. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  21. package/dist/auro-classic/SCSSVariables.scss +1 -1
  22. package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  23. package/dist/auro-classic/SassCustomProperties.scss +1 -1
  24. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  25. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +48 -1
  26. package/dist/hawaiian/JSObject--allTokens.js +1426 -1
  27. package/dist/hawaiian/SCSSVariables--hawaiian.scss +48 -1
  28. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +48 -1
  29. package/dist/hawaiian/primitives--hawaiian.scss +1 -1
  30. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  31. package/package.json +3 -2
  32. package/src/config/constants.js +14 -0
  33. package/src/config/themes.js +21 -0
  34. package/src/themes/alaska/component.json +392 -0
  35. package/src/themes/alaska-classic/component.json +392 -0
  36. package/src/themes/hawaiian/component.json +392 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 06 Mar 2025 18:17:14 GMT
3
+ * Generated on Tue, 11 Mar 2025 19:16:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1925,6 +1925,1431 @@ module.exports = {
1925
1925
  }
1926
1926
  }
1927
1927
  },
1928
+ "component": {
1929
+ "selected": {
1930
+ "hover": {
1931
+ "value": "#00274a",
1932
+ "type": "semantic",
1933
+ "public": true,
1934
+ "default": true,
1935
+ "usage": "Selected hover state color",
1936
+ "deprecated": false,
1937
+ "filePath": "src/themes/alaska/component.json",
1938
+ "isSource": false,
1939
+ "original": {
1940
+ "value": "{color.brand.primaryBold.value}",
1941
+ "type": "semantic",
1942
+ "public": true,
1943
+ "default": true,
1944
+ "usage": "Selected hover state color",
1945
+ "deprecated": false
1946
+ },
1947
+ "name": "ds-component-selected-hover",
1948
+ "attributes": {
1949
+ "category": "component",
1950
+ "type": "selected",
1951
+ "item": "hover"
1952
+ },
1953
+ "path": [
1954
+ "component",
1955
+ "selected",
1956
+ "hover"
1957
+ ]
1958
+ }
1959
+ },
1960
+ "focused": {
1961
+ "value": "#01426a",
1962
+ "type": "semantic",
1963
+ "public": true,
1964
+ "default": true,
1965
+ "usage": "Focused component color",
1966
+ "deprecated": false,
1967
+ "filePath": "src/themes/alaska/component.json",
1968
+ "isSource": false,
1969
+ "original": {
1970
+ "value": "{color.brand.primary.value}",
1971
+ "type": "semantic",
1972
+ "public": true,
1973
+ "default": true,
1974
+ "usage": "Focused component color",
1975
+ "deprecated": false
1976
+ },
1977
+ "name": "ds-component-focused",
1978
+ "attributes": {
1979
+ "category": "component",
1980
+ "type": "focused"
1981
+ },
1982
+ "path": [
1983
+ "component",
1984
+ "focused"
1985
+ ]
1986
+ },
1987
+ "inverseFocused": {
1988
+ "value": "#ffffff",
1989
+ "type": "semantic",
1990
+ "public": true,
1991
+ "default": true,
1992
+ "usage": "Inverse focused component color",
1993
+ "deprecated": false,
1994
+ "filePath": "src/themes/alaska/component.json",
1995
+ "isSource": false,
1996
+ "original": {
1997
+ "value": "{color.white.value}",
1998
+ "type": "semantic",
1999
+ "public": true,
2000
+ "default": true,
2001
+ "usage": "Inverse focused component color",
2002
+ "deprecated": false
2003
+ },
2004
+ "name": "ds-component-inverse-focused",
2005
+ "attributes": {
2006
+ "category": "component",
2007
+ "type": "inverseFocused"
2008
+ },
2009
+ "path": [
2010
+ "component",
2011
+ "inverseFocused"
2012
+ ]
2013
+ },
2014
+ "background": {
2015
+ "value": "#ffffff",
2016
+ "type": "semantic",
2017
+ "public": true,
2018
+ "default": true,
2019
+ "usage": "Component background color",
2020
+ "deprecated": false,
2021
+ "filePath": "src/themes/alaska/component.json",
2022
+ "isSource": false,
2023
+ "original": {
2024
+ "value": "{color.white.value}",
2025
+ "type": "semantic",
2026
+ "public": true,
2027
+ "default": true,
2028
+ "usage": "Component background color",
2029
+ "deprecated": false
2030
+ },
2031
+ "name": "ds-component-background",
2032
+ "attributes": {
2033
+ "category": "component",
2034
+ "type": "background"
2035
+ },
2036
+ "path": [
2037
+ "component",
2038
+ "background"
2039
+ ]
2040
+ },
2041
+ "backgroundHover": {
2042
+ "value": "#f2f2f2",
2043
+ "type": "semantic",
2044
+ "public": true,
2045
+ "default": true,
2046
+ "usage": "Component background hover color",
2047
+ "deprecated": false,
2048
+ "filePath": "src/themes/alaska/component.json",
2049
+ "isSource": false,
2050
+ "original": {
2051
+ "value": "{color.gray.100.value}",
2052
+ "type": "semantic",
2053
+ "public": true,
2054
+ "default": true,
2055
+ "usage": "Component background hover color",
2056
+ "deprecated": false
2057
+ },
2058
+ "name": "ds-component-background-hover",
2059
+ "attributes": {
2060
+ "category": "component",
2061
+ "type": "backgroundHover"
2062
+ },
2063
+ "path": [
2064
+ "component",
2065
+ "backgroundHover"
2066
+ ]
2067
+ },
2068
+ "backgroundDisabled": {
2069
+ "value": "#dddddd",
2070
+ "type": "semantic",
2071
+ "public": true,
2072
+ "default": true,
2073
+ "usage": "Component background disabled color",
2074
+ "deprecated": false,
2075
+ "filePath": "src/themes/alaska/component.json",
2076
+ "isSource": false,
2077
+ "original": {
2078
+ "value": "{color.gray.200.value}",
2079
+ "type": "semantic",
2080
+ "public": true,
2081
+ "default": true,
2082
+ "usage": "Component background disabled color",
2083
+ "deprecated": false
2084
+ },
2085
+ "name": "ds-component-background-disabled",
2086
+ "attributes": {
2087
+ "category": "component",
2088
+ "type": "backgroundDisabled"
2089
+ },
2090
+ "path": [
2091
+ "component",
2092
+ "backgroundDisabled"
2093
+ ]
2094
+ },
2095
+ "backgroundMuted": {
2096
+ "value": "#f7f7f7",
2097
+ "type": "semantic",
2098
+ "public": true,
2099
+ "default": true,
2100
+ "usage": "Component background muted color",
2101
+ "deprecated": false,
2102
+ "filePath": "src/themes/alaska/component.json",
2103
+ "isSource": false,
2104
+ "original": {
2105
+ "value": "{color.gray.50.value}",
2106
+ "type": "semantic",
2107
+ "public": true,
2108
+ "default": true,
2109
+ "usage": "Component background muted color",
2110
+ "deprecated": false
2111
+ },
2112
+ "name": "ds-component-background-muted",
2113
+ "attributes": {
2114
+ "category": "component",
2115
+ "type": "backgroundMuted"
2116
+ },
2117
+ "path": [
2118
+ "component",
2119
+ "backgroundMuted"
2120
+ ]
2121
+ },
2122
+ "backgroundStrong": {
2123
+ "value": "#7e7e7e",
2124
+ "type": "semantic",
2125
+ "public": true,
2126
+ "default": true,
2127
+ "usage": "Component background strong color",
2128
+ "deprecated": false,
2129
+ "filePath": "src/themes/alaska/component.json",
2130
+ "isSource": false,
2131
+ "original": {
2132
+ "value": "{color.gray.600.value}",
2133
+ "type": "semantic",
2134
+ "public": true,
2135
+ "default": true,
2136
+ "usage": "Component background strong color",
2137
+ "deprecated": false
2138
+ },
2139
+ "name": "ds-component-background-strong",
2140
+ "attributes": {
2141
+ "category": "component",
2142
+ "type": "backgroundStrong"
2143
+ },
2144
+ "path": [
2145
+ "component",
2146
+ "backgroundStrong"
2147
+ ]
2148
+ },
2149
+ "button": {
2150
+ "primary": {
2151
+ "text": {
2152
+ "value": "#ffffff",
2153
+ "type": "semantic",
2154
+ "public": true,
2155
+ "default": true,
2156
+ "usage": "Primary button text color",
2157
+ "deprecated": false,
2158
+ "filePath": "src/themes/alaska/component.json",
2159
+ "isSource": false,
2160
+ "original": {
2161
+ "value": "{color.white.value}",
2162
+ "type": "semantic",
2163
+ "public": true,
2164
+ "default": true,
2165
+ "usage": "Primary button text color",
2166
+ "deprecated": false
2167
+ },
2168
+ "name": "ds-component-button-primary-text",
2169
+ "attributes": {
2170
+ "category": "component",
2171
+ "type": "button",
2172
+ "item": "primary",
2173
+ "subitem": "text"
2174
+ },
2175
+ "path": [
2176
+ "component",
2177
+ "button",
2178
+ "primary",
2179
+ "text"
2180
+ ]
2181
+ },
2182
+ "border": {
2183
+ "value": "#01426a",
2184
+ "type": "semantic",
2185
+ "public": true,
2186
+ "default": true,
2187
+ "usage": "Primary button border color",
2188
+ "deprecated": false,
2189
+ "filePath": "src/themes/alaska/component.json",
2190
+ "isSource": false,
2191
+ "original": {
2192
+ "value": "{color.brand.primary.value}",
2193
+ "type": "semantic",
2194
+ "public": true,
2195
+ "default": true,
2196
+ "usage": "Primary button border color",
2197
+ "deprecated": false
2198
+ },
2199
+ "name": "ds-component-button-primary-border",
2200
+ "attributes": {
2201
+ "category": "component",
2202
+ "type": "button",
2203
+ "item": "primary",
2204
+ "subitem": "border"
2205
+ },
2206
+ "path": [
2207
+ "component",
2208
+ "button",
2209
+ "primary",
2210
+ "border"
2211
+ ]
2212
+ },
2213
+ "borderHover": {
2214
+ "value": "#00274a",
2215
+ "type": "semantic",
2216
+ "public": true,
2217
+ "default": true,
2218
+ "usage": "Primary button border hover color",
2219
+ "deprecated": false,
2220
+ "filePath": "src/themes/alaska/component.json",
2221
+ "isSource": false,
2222
+ "original": {
2223
+ "value": "{color.brand.primaryBold.value}",
2224
+ "type": "semantic",
2225
+ "public": true,
2226
+ "default": true,
2227
+ "usage": "Primary button border hover color",
2228
+ "deprecated": false
2229
+ },
2230
+ "name": "ds-component-button-primary-border-hover",
2231
+ "attributes": {
2232
+ "category": "component",
2233
+ "type": "button",
2234
+ "item": "primary",
2235
+ "subitem": "borderHover"
2236
+ },
2237
+ "path": [
2238
+ "component",
2239
+ "button",
2240
+ "primary",
2241
+ "borderHover"
2242
+ ]
2243
+ },
2244
+ "background": {
2245
+ "value": "#01426a",
2246
+ "type": "semantic",
2247
+ "public": true,
2248
+ "default": true,
2249
+ "usage": "Primary button background color",
2250
+ "deprecated": false,
2251
+ "filePath": "src/themes/alaska/component.json",
2252
+ "isSource": false,
2253
+ "original": {
2254
+ "value": "{color.brand.primary.value}",
2255
+ "type": "semantic",
2256
+ "public": true,
2257
+ "default": true,
2258
+ "usage": "Primary button background color",
2259
+ "deprecated": false
2260
+ },
2261
+ "name": "ds-component-button-primary-background",
2262
+ "attributes": {
2263
+ "category": "component",
2264
+ "type": "button",
2265
+ "item": "primary",
2266
+ "subitem": "background"
2267
+ },
2268
+ "path": [
2269
+ "component",
2270
+ "button",
2271
+ "primary",
2272
+ "background"
2273
+ ]
2274
+ },
2275
+ "backgroundHover": {
2276
+ "value": "#00274a",
2277
+ "type": "semantic",
2278
+ "public": true,
2279
+ "default": true,
2280
+ "usage": "Primary button background hover color",
2281
+ "deprecated": false,
2282
+ "filePath": "src/themes/alaska/component.json",
2283
+ "isSource": false,
2284
+ "original": {
2285
+ "value": "{color.brand.primaryBold.value}",
2286
+ "type": "semantic",
2287
+ "public": true,
2288
+ "default": true,
2289
+ "usage": "Primary button background hover color",
2290
+ "deprecated": false
2291
+ },
2292
+ "name": "ds-component-button-primary-background-hover",
2293
+ "attributes": {
2294
+ "category": "component",
2295
+ "type": "button",
2296
+ "item": "primary",
2297
+ "subitem": "backgroundHover"
2298
+ },
2299
+ "path": [
2300
+ "component",
2301
+ "button",
2302
+ "primary",
2303
+ "backgroundHover"
2304
+ ]
2305
+ },
2306
+ "backgroundActive": {
2307
+ "value": "#00274a",
2308
+ "type": "semantic",
2309
+ "public": true,
2310
+ "default": true,
2311
+ "usage": "Primary button background active color",
2312
+ "deprecated": false,
2313
+ "filePath": "src/themes/alaska/component.json",
2314
+ "isSource": false,
2315
+ "original": {
2316
+ "value": "{color.brand.primaryBold.value}",
2317
+ "type": "semantic",
2318
+ "public": true,
2319
+ "default": true,
2320
+ "usage": "Primary button background active color",
2321
+ "deprecated": false
2322
+ },
2323
+ "name": "ds-component-button-primary-background-active",
2324
+ "attributes": {
2325
+ "category": "component",
2326
+ "type": "button",
2327
+ "item": "primary",
2328
+ "subitem": "backgroundActive"
2329
+ },
2330
+ "path": [
2331
+ "component",
2332
+ "button",
2333
+ "primary",
2334
+ "backgroundActive"
2335
+ ]
2336
+ },
2337
+ "textInverse": {
2338
+ "value": "#01426a",
2339
+ "type": "semantic",
2340
+ "public": true,
2341
+ "default": true,
2342
+ "usage": "Primary button inverse text color",
2343
+ "deprecated": false,
2344
+ "filePath": "src/themes/alaska/component.json",
2345
+ "isSource": false,
2346
+ "original": {
2347
+ "value": "{color.brand.primary.value}",
2348
+ "type": "semantic",
2349
+ "public": true,
2350
+ "default": true,
2351
+ "usage": "Primary button inverse text color",
2352
+ "deprecated": false
2353
+ },
2354
+ "name": "ds-component-button-primary-text-inverse",
2355
+ "attributes": {
2356
+ "category": "component",
2357
+ "type": "button",
2358
+ "item": "primary",
2359
+ "subitem": "textInverse"
2360
+ },
2361
+ "path": [
2362
+ "component",
2363
+ "button",
2364
+ "primary",
2365
+ "textInverse"
2366
+ ]
2367
+ },
2368
+ "borderInverse": {
2369
+ "value": "#ffffff",
2370
+ "type": "semantic",
2371
+ "public": true,
2372
+ "default": true,
2373
+ "usage": "Primary button inverse border color",
2374
+ "deprecated": false,
2375
+ "filePath": "src/themes/alaska/component.json",
2376
+ "isSource": false,
2377
+ "original": {
2378
+ "value": "{color.white.value}",
2379
+ "type": "semantic",
2380
+ "public": true,
2381
+ "default": true,
2382
+ "usage": "Primary button inverse border color",
2383
+ "deprecated": false
2384
+ },
2385
+ "name": "ds-component-button-primary-border-inverse",
2386
+ "attributes": {
2387
+ "category": "component",
2388
+ "type": "button",
2389
+ "item": "primary",
2390
+ "subitem": "borderInverse"
2391
+ },
2392
+ "path": [
2393
+ "component",
2394
+ "button",
2395
+ "primary",
2396
+ "borderInverse"
2397
+ ]
2398
+ },
2399
+ "backgroundInverse": {
2400
+ "value": "#ffffff",
2401
+ "type": "semantic",
2402
+ "public": true,
2403
+ "default": true,
2404
+ "usage": "Primary button inverse background color",
2405
+ "deprecated": false,
2406
+ "filePath": "src/themes/alaska/component.json",
2407
+ "isSource": false,
2408
+ "original": {
2409
+ "value": "{color.white.value}",
2410
+ "type": "semantic",
2411
+ "public": true,
2412
+ "default": true,
2413
+ "usage": "Primary button inverse background color",
2414
+ "deprecated": false
2415
+ },
2416
+ "name": "ds-component-button-primary-background-inverse",
2417
+ "attributes": {
2418
+ "category": "component",
2419
+ "type": "button",
2420
+ "item": "primary",
2421
+ "subitem": "backgroundInverse"
2422
+ },
2423
+ "path": [
2424
+ "component",
2425
+ "button",
2426
+ "primary",
2427
+ "backgroundInverse"
2428
+ ]
2429
+ },
2430
+ "borderInverseHover": {
2431
+ "value": "#ebf3f9",
2432
+ "type": "semantic",
2433
+ "public": true,
2434
+ "default": true,
2435
+ "usage": "Primary button inverse border hover color",
2436
+ "deprecated": false,
2437
+ "filePath": "src/themes/alaska/component.json",
2438
+ "isSource": false,
2439
+ "original": {
2440
+ "value": "{color.brand.primaryMuted.value}",
2441
+ "type": "semantic",
2442
+ "public": true,
2443
+ "default": true,
2444
+ "usage": "Primary button inverse border hover color",
2445
+ "deprecated": false
2446
+ },
2447
+ "name": "ds-component-button-primary-border-inverse-hover",
2448
+ "attributes": {
2449
+ "category": "component",
2450
+ "type": "button",
2451
+ "item": "primary",
2452
+ "subitem": "borderInverseHover"
2453
+ },
2454
+ "path": [
2455
+ "component",
2456
+ "button",
2457
+ "primary",
2458
+ "borderInverseHover"
2459
+ ]
2460
+ },
2461
+ "backgroundInverseHover": {
2462
+ "value": "#ebf3f9",
2463
+ "type": "semantic",
2464
+ "public": true,
2465
+ "default": true,
2466
+ "usage": "Primary button inverse background hover color",
2467
+ "deprecated": false,
2468
+ "filePath": "src/themes/alaska/component.json",
2469
+ "isSource": false,
2470
+ "original": {
2471
+ "value": "{color.brand.primaryMuted.value}",
2472
+ "type": "semantic",
2473
+ "public": true,
2474
+ "default": true,
2475
+ "usage": "Primary button inverse background hover color",
2476
+ "deprecated": false
2477
+ },
2478
+ "name": "ds-component-button-primary-background-inverse-hover",
2479
+ "attributes": {
2480
+ "category": "component",
2481
+ "type": "button",
2482
+ "item": "primary",
2483
+ "subitem": "backgroundInverseHover"
2484
+ },
2485
+ "path": [
2486
+ "component",
2487
+ "button",
2488
+ "primary",
2489
+ "backgroundInverseHover"
2490
+ ]
2491
+ }
2492
+ },
2493
+ "secondary": {
2494
+ "text": {
2495
+ "value": "#01426a",
2496
+ "type": "semantic",
2497
+ "public": true,
2498
+ "default": true,
2499
+ "usage": "Secondary button text color",
2500
+ "deprecated": false,
2501
+ "filePath": "src/themes/alaska/component.json",
2502
+ "isSource": false,
2503
+ "original": {
2504
+ "value": "{color.brand.primary.value}",
2505
+ "type": "semantic",
2506
+ "public": true,
2507
+ "default": true,
2508
+ "usage": "Secondary button text color",
2509
+ "deprecated": false
2510
+ },
2511
+ "name": "ds-component-button-secondary-text",
2512
+ "attributes": {
2513
+ "category": "component",
2514
+ "type": "button",
2515
+ "item": "secondary",
2516
+ "subitem": "text"
2517
+ },
2518
+ "path": [
2519
+ "component",
2520
+ "button",
2521
+ "secondary",
2522
+ "text"
2523
+ ]
2524
+ },
2525
+ "textHover": {
2526
+ "value": "#00274a",
2527
+ "type": "semantic",
2528
+ "public": true,
2529
+ "default": true,
2530
+ "usage": "Secondary button text hover color",
2531
+ "deprecated": false,
2532
+ "filePath": "src/themes/alaska/component.json",
2533
+ "isSource": false,
2534
+ "original": {
2535
+ "value": "{color.brand.primaryBold.value}",
2536
+ "type": "semantic",
2537
+ "public": true,
2538
+ "default": true,
2539
+ "usage": "Secondary button text hover color",
2540
+ "deprecated": false
2541
+ },
2542
+ "name": "ds-component-button-secondary-text-hover",
2543
+ "attributes": {
2544
+ "category": "component",
2545
+ "type": "button",
2546
+ "item": "secondary",
2547
+ "subitem": "textHover"
2548
+ },
2549
+ "path": [
2550
+ "component",
2551
+ "button",
2552
+ "secondary",
2553
+ "textHover"
2554
+ ]
2555
+ },
2556
+ "border": {
2557
+ "value": "#01426a",
2558
+ "type": "semantic",
2559
+ "public": true,
2560
+ "default": true,
2561
+ "usage": "Secondary button border color",
2562
+ "deprecated": false,
2563
+ "filePath": "src/themes/alaska/component.json",
2564
+ "isSource": false,
2565
+ "original": {
2566
+ "value": "{color.brand.primary.value}",
2567
+ "type": "semantic",
2568
+ "public": true,
2569
+ "default": true,
2570
+ "usage": "Secondary button border color",
2571
+ "deprecated": false
2572
+ },
2573
+ "name": "ds-component-button-secondary-border",
2574
+ "attributes": {
2575
+ "category": "component",
2576
+ "type": "button",
2577
+ "item": "secondary",
2578
+ "subitem": "border"
2579
+ },
2580
+ "path": [
2581
+ "component",
2582
+ "button",
2583
+ "secondary",
2584
+ "border"
2585
+ ]
2586
+ },
2587
+ "borderHover": {
2588
+ "value": "#00274a",
2589
+ "type": "semantic",
2590
+ "public": true,
2591
+ "default": true,
2592
+ "usage": "Secondary button border hover color",
2593
+ "deprecated": false,
2594
+ "filePath": "src/themes/alaska/component.json",
2595
+ "isSource": false,
2596
+ "original": {
2597
+ "value": "{color.brand.primaryBold.value}",
2598
+ "type": "semantic",
2599
+ "public": true,
2600
+ "default": true,
2601
+ "usage": "Secondary button border hover color",
2602
+ "deprecated": false
2603
+ },
2604
+ "name": "ds-component-button-secondary-border-hover",
2605
+ "attributes": {
2606
+ "category": "component",
2607
+ "type": "button",
2608
+ "item": "secondary",
2609
+ "subitem": "borderHover"
2610
+ },
2611
+ "path": [
2612
+ "component",
2613
+ "button",
2614
+ "secondary",
2615
+ "borderHover"
2616
+ ]
2617
+ },
2618
+ "background": {
2619
+ "value": "#ffffffcc",
2620
+ "type": "semantic",
2621
+ "public": true,
2622
+ "default": true,
2623
+ "usage": "Secondary button background color",
2624
+ "deprecated": false,
2625
+ "filePath": "src/themes/alaska/component.json",
2626
+ "isSource": false,
2627
+ "original": {
2628
+ "value": "{transparency.white.80.value}",
2629
+ "type": "semantic",
2630
+ "public": true,
2631
+ "default": true,
2632
+ "usage": "Secondary button background color",
2633
+ "deprecated": false
2634
+ },
2635
+ "name": "ds-component-button-secondary-background",
2636
+ "attributes": {
2637
+ "category": "component",
2638
+ "type": "button",
2639
+ "item": "secondary",
2640
+ "subitem": "background"
2641
+ },
2642
+ "path": [
2643
+ "component",
2644
+ "button",
2645
+ "secondary",
2646
+ "background"
2647
+ ]
2648
+ },
2649
+ "backgroundHover": {
2650
+ "value": "#ffffff80",
2651
+ "type": "semantic",
2652
+ "public": true,
2653
+ "default": true,
2654
+ "usage": "Secondary button background hover color",
2655
+ "deprecated": false,
2656
+ "filePath": "src/themes/alaska/component.json",
2657
+ "isSource": false,
2658
+ "original": {
2659
+ "value": "{transparency.white.50.value}",
2660
+ "type": "semantic",
2661
+ "public": true,
2662
+ "default": true,
2663
+ "usage": "Secondary button background hover color",
2664
+ "deprecated": false
2665
+ },
2666
+ "name": "ds-component-button-secondary-background-hover",
2667
+ "attributes": {
2668
+ "category": "component",
2669
+ "type": "button",
2670
+ "item": "secondary",
2671
+ "subitem": "backgroundHover"
2672
+ },
2673
+ "path": [
2674
+ "component",
2675
+ "button",
2676
+ "secondary",
2677
+ "backgroundHover"
2678
+ ]
2679
+ },
2680
+ "textInverse": {
2681
+ "value": "#ffffff",
2682
+ "type": "semantic",
2683
+ "public": true,
2684
+ "default": true,
2685
+ "usage": "Secondary button inverse text color",
2686
+ "deprecated": false,
2687
+ "filePath": "src/themes/alaska/component.json",
2688
+ "isSource": false,
2689
+ "original": {
2690
+ "value": "{color.white.value}",
2691
+ "type": "semantic",
2692
+ "public": true,
2693
+ "default": true,
2694
+ "usage": "Secondary button inverse text color",
2695
+ "deprecated": false
2696
+ },
2697
+ "name": "ds-component-button-secondary-text-inverse",
2698
+ "attributes": {
2699
+ "category": "component",
2700
+ "type": "button",
2701
+ "item": "secondary",
2702
+ "subitem": "textInverse"
2703
+ },
2704
+ "path": [
2705
+ "component",
2706
+ "button",
2707
+ "secondary",
2708
+ "textInverse"
2709
+ ]
2710
+ },
2711
+ "borderInverse": {
2712
+ "value": "#ffffff",
2713
+ "type": "semantic",
2714
+ "public": true,
2715
+ "default": true,
2716
+ "usage": "Secondary button inverse border color",
2717
+ "deprecated": false,
2718
+ "filePath": "src/themes/alaska/component.json",
2719
+ "isSource": false,
2720
+ "original": {
2721
+ "value": "{color.white.value}",
2722
+ "type": "semantic",
2723
+ "public": true,
2724
+ "default": true,
2725
+ "usage": "Secondary button inverse border color",
2726
+ "deprecated": false
2727
+ },
2728
+ "name": "ds-component-button-secondary-border-inverse",
2729
+ "attributes": {
2730
+ "category": "component",
2731
+ "type": "button",
2732
+ "item": "secondary",
2733
+ "subitem": "borderInverse"
2734
+ },
2735
+ "path": [
2736
+ "component",
2737
+ "button",
2738
+ "secondary",
2739
+ "borderInverse"
2740
+ ]
2741
+ },
2742
+ "backgroundInverseHover": {
2743
+ "value": "#ffffffcc",
2744
+ "type": "semantic",
2745
+ "public": true,
2746
+ "default": true,
2747
+ "usage": "Secondary button inverse background hover color",
2748
+ "deprecated": false,
2749
+ "filePath": "src/themes/alaska/component.json",
2750
+ "isSource": false,
2751
+ "original": {
2752
+ "value": "{transparency.white.80.value}",
2753
+ "type": "semantic",
2754
+ "public": true,
2755
+ "default": true,
2756
+ "usage": "Secondary button inverse background hover color",
2757
+ "deprecated": false
2758
+ },
2759
+ "name": "ds-component-button-secondary-background-inverse-hover",
2760
+ "attributes": {
2761
+ "category": "component",
2762
+ "type": "button",
2763
+ "item": "secondary",
2764
+ "subitem": "backgroundInverseHover"
2765
+ },
2766
+ "path": [
2767
+ "component",
2768
+ "button",
2769
+ "secondary",
2770
+ "backgroundInverseHover"
2771
+ ]
2772
+ }
2773
+ },
2774
+ "tertiary": {
2775
+ "text": {
2776
+ "value": "#01426a",
2777
+ "type": "semantic",
2778
+ "public": true,
2779
+ "default": true,
2780
+ "usage": "Tertiary button text color",
2781
+ "deprecated": false,
2782
+ "filePath": "src/themes/alaska/component.json",
2783
+ "isSource": false,
2784
+ "original": {
2785
+ "value": "{color.brand.primary.value}",
2786
+ "type": "semantic",
2787
+ "public": true,
2788
+ "default": true,
2789
+ "usage": "Tertiary button text color",
2790
+ "deprecated": false
2791
+ },
2792
+ "name": "ds-component-button-tertiary-text",
2793
+ "attributes": {
2794
+ "category": "component",
2795
+ "type": "button",
2796
+ "item": "tertiary",
2797
+ "subitem": "text"
2798
+ },
2799
+ "path": [
2800
+ "component",
2801
+ "button",
2802
+ "tertiary",
2803
+ "text"
2804
+ ]
2805
+ },
2806
+ "textHover": {
2807
+ "value": "#00274a",
2808
+ "type": "semantic",
2809
+ "public": true,
2810
+ "default": true,
2811
+ "usage": "Tertiary button text hover color",
2812
+ "deprecated": false,
2813
+ "filePath": "src/themes/alaska/component.json",
2814
+ "isSource": false,
2815
+ "original": {
2816
+ "value": "{color.brand.primaryBold.value}",
2817
+ "type": "semantic",
2818
+ "public": true,
2819
+ "default": true,
2820
+ "usage": "Tertiary button text hover color",
2821
+ "deprecated": false
2822
+ },
2823
+ "name": "ds-component-button-tertiary-text-hover",
2824
+ "attributes": {
2825
+ "category": "component",
2826
+ "type": "button",
2827
+ "item": "tertiary",
2828
+ "subitem": "textHover"
2829
+ },
2830
+ "path": [
2831
+ "component",
2832
+ "button",
2833
+ "tertiary",
2834
+ "textHover"
2835
+ ]
2836
+ },
2837
+ "background": {
2838
+ "value": "#0000000d",
2839
+ "type": "semantic",
2840
+ "public": true,
2841
+ "default": true,
2842
+ "usage": "Tertiary button background color",
2843
+ "deprecated": false,
2844
+ "filePath": "src/themes/alaska/component.json",
2845
+ "isSource": false,
2846
+ "original": {
2847
+ "value": "{transparency.black.5.value}",
2848
+ "type": "semantic",
2849
+ "public": true,
2850
+ "default": true,
2851
+ "usage": "Tertiary button background color",
2852
+ "deprecated": false
2853
+ },
2854
+ "name": "ds-component-button-tertiary-background",
2855
+ "attributes": {
2856
+ "category": "component",
2857
+ "type": "button",
2858
+ "item": "tertiary",
2859
+ "subitem": "background"
2860
+ },
2861
+ "path": [
2862
+ "component",
2863
+ "button",
2864
+ "tertiary",
2865
+ "background"
2866
+ ]
2867
+ },
2868
+ "backgroundHover": {
2869
+ "value": "#0000001a",
2870
+ "type": "semantic",
2871
+ "public": true,
2872
+ "default": true,
2873
+ "usage": "Tertiary button background hover color",
2874
+ "deprecated": false,
2875
+ "filePath": "src/themes/alaska/component.json",
2876
+ "isSource": false,
2877
+ "original": {
2878
+ "value": "{transparency.black.10.value}",
2879
+ "type": "semantic",
2880
+ "public": true,
2881
+ "default": true,
2882
+ "usage": "Tertiary button background hover color",
2883
+ "deprecated": false
2884
+ },
2885
+ "name": "ds-component-button-tertiary-background-hover",
2886
+ "attributes": {
2887
+ "category": "component",
2888
+ "type": "button",
2889
+ "item": "tertiary",
2890
+ "subitem": "backgroundHover"
2891
+ },
2892
+ "path": [
2893
+ "component",
2894
+ "button",
2895
+ "tertiary",
2896
+ "backgroundHover"
2897
+ ]
2898
+ },
2899
+ "border": {
2900
+ "value": "#0000000d",
2901
+ "type": "semantic",
2902
+ "public": true,
2903
+ "default": true,
2904
+ "usage": "Tertiary button border color",
2905
+ "deprecated": false,
2906
+ "filePath": "src/themes/alaska/component.json",
2907
+ "isSource": false,
2908
+ "original": {
2909
+ "value": "{transparency.black.5.value}",
2910
+ "type": "semantic",
2911
+ "public": true,
2912
+ "default": true,
2913
+ "usage": "Tertiary button border color",
2914
+ "deprecated": false
2915
+ },
2916
+ "name": "ds-component-button-tertiary-border",
2917
+ "attributes": {
2918
+ "category": "component",
2919
+ "type": "button",
2920
+ "item": "tertiary",
2921
+ "subitem": "border"
2922
+ },
2923
+ "path": [
2924
+ "component",
2925
+ "button",
2926
+ "tertiary",
2927
+ "border"
2928
+ ]
2929
+ },
2930
+ "borderHover": {
2931
+ "value": "#0000001a",
2932
+ "type": "semantic",
2933
+ "public": true,
2934
+ "default": true,
2935
+ "usage": "Tertiary button border hover color",
2936
+ "deprecated": false,
2937
+ "filePath": "src/themes/alaska/component.json",
2938
+ "isSource": false,
2939
+ "original": {
2940
+ "value": "{transparency.black.10.value}",
2941
+ "type": "semantic",
2942
+ "public": true,
2943
+ "default": true,
2944
+ "usage": "Tertiary button border hover color",
2945
+ "deprecated": false
2946
+ },
2947
+ "name": "ds-component-button-tertiary-border-hover",
2948
+ "attributes": {
2949
+ "category": "component",
2950
+ "type": "button",
2951
+ "item": "tertiary",
2952
+ "subitem": "borderHover"
2953
+ },
2954
+ "path": [
2955
+ "component",
2956
+ "button",
2957
+ "tertiary",
2958
+ "borderHover"
2959
+ ]
2960
+ },
2961
+ "textInverse": {
2962
+ "value": "#ffffff",
2963
+ "type": "semantic",
2964
+ "public": true,
2965
+ "default": true,
2966
+ "usage": "Tertiary button inverse text color",
2967
+ "deprecated": false,
2968
+ "filePath": "src/themes/alaska/component.json",
2969
+ "isSource": false,
2970
+ "original": {
2971
+ "value": "{color.white.value}",
2972
+ "type": "semantic",
2973
+ "public": true,
2974
+ "default": true,
2975
+ "usage": "Tertiary button inverse text color",
2976
+ "deprecated": false
2977
+ },
2978
+ "name": "ds-component-button-tertiary-text-inverse",
2979
+ "attributes": {
2980
+ "category": "component",
2981
+ "type": "button",
2982
+ "item": "tertiary",
2983
+ "subitem": "textInverse"
2984
+ },
2985
+ "path": [
2986
+ "component",
2987
+ "button",
2988
+ "tertiary",
2989
+ "textInverse"
2990
+ ]
2991
+ },
2992
+ "backgroundInverse": {
2993
+ "value": "#ffffff0d",
2994
+ "type": "semantic",
2995
+ "public": true,
2996
+ "default": true,
2997
+ "usage": "Tertiary button inverse background color",
2998
+ "deprecated": false,
2999
+ "filePath": "src/themes/alaska/component.json",
3000
+ "isSource": false,
3001
+ "original": {
3002
+ "value": "{transparency.white.5.value}",
3003
+ "type": "semantic",
3004
+ "public": true,
3005
+ "default": true,
3006
+ "usage": "Tertiary button inverse background color",
3007
+ "deprecated": false
3008
+ },
3009
+ "name": "ds-component-button-tertiary-background-inverse",
3010
+ "attributes": {
3011
+ "category": "component",
3012
+ "type": "button",
3013
+ "item": "tertiary",
3014
+ "subitem": "backgroundInverse"
3015
+ },
3016
+ "path": [
3017
+ "component",
3018
+ "button",
3019
+ "tertiary",
3020
+ "backgroundInverse"
3021
+ ]
3022
+ },
3023
+ "backgroundInverseHover": {
3024
+ "value": "#ffffff1a",
3025
+ "type": "semantic",
3026
+ "public": true,
3027
+ "default": true,
3028
+ "usage": "Tertiary button inverse background hover color",
3029
+ "deprecated": false,
3030
+ "filePath": "src/themes/alaska/component.json",
3031
+ "isSource": false,
3032
+ "original": {
3033
+ "value": "{transparency.white.10.value}",
3034
+ "type": "semantic",
3035
+ "public": true,
3036
+ "default": true,
3037
+ "usage": "Tertiary button inverse background hover color",
3038
+ "deprecated": false
3039
+ },
3040
+ "name": "ds-component-button-tertiary-background-inverse-hover",
3041
+ "attributes": {
3042
+ "category": "component",
3043
+ "type": "button",
3044
+ "item": "tertiary",
3045
+ "subitem": "backgroundInverseHover"
3046
+ },
3047
+ "path": [
3048
+ "component",
3049
+ "button",
3050
+ "tertiary",
3051
+ "backgroundInverseHover"
3052
+ ]
3053
+ },
3054
+ "borderInverse": {
3055
+ "value": "#ffffff0d",
3056
+ "type": "semantic",
3057
+ "public": true,
3058
+ "default": true,
3059
+ "usage": "Tertiary button inverse border color",
3060
+ "deprecated": false,
3061
+ "filePath": "src/themes/alaska/component.json",
3062
+ "isSource": false,
3063
+ "original": {
3064
+ "value": "{transparency.white.5.value}",
3065
+ "type": "semantic",
3066
+ "public": true,
3067
+ "default": true,
3068
+ "usage": "Tertiary button inverse border color",
3069
+ "deprecated": false
3070
+ },
3071
+ "name": "ds-component-button-tertiary-border-inverse",
3072
+ "attributes": {
3073
+ "category": "component",
3074
+ "type": "button",
3075
+ "item": "tertiary",
3076
+ "subitem": "borderInverse"
3077
+ },
3078
+ "path": [
3079
+ "component",
3080
+ "button",
3081
+ "tertiary",
3082
+ "borderInverse"
3083
+ ]
3084
+ },
3085
+ "borderInverseHover": {
3086
+ "value": "#ffffff1a",
3087
+ "type": "semantic",
3088
+ "public": true,
3089
+ "default": true,
3090
+ "usage": "Tertiary button inverse border hover color",
3091
+ "deprecated": false,
3092
+ "filePath": "src/themes/alaska/component.json",
3093
+ "isSource": false,
3094
+ "original": {
3095
+ "value": "{transparency.white.10.value}",
3096
+ "type": "semantic",
3097
+ "public": true,
3098
+ "default": true,
3099
+ "usage": "Tertiary button inverse border hover color",
3100
+ "deprecated": false
3101
+ },
3102
+ "name": "ds-component-button-tertiary-border-inverse-hover",
3103
+ "attributes": {
3104
+ "category": "component",
3105
+ "type": "button",
3106
+ "item": "tertiary",
3107
+ "subitem": "borderInverseHover"
3108
+ },
3109
+ "path": [
3110
+ "component",
3111
+ "button",
3112
+ "tertiary",
3113
+ "borderInverseHover"
3114
+ ]
3115
+ }
3116
+ }
3117
+ },
3118
+ "boolean": {
3119
+ "indicator": {
3120
+ "value": "#ffffff",
3121
+ "type": "semantic",
3122
+ "public": true,
3123
+ "default": true,
3124
+ "usage": "Boolean indicator color",
3125
+ "deprecated": false,
3126
+ "filePath": "src/themes/alaska/component.json",
3127
+ "isSource": false,
3128
+ "original": {
3129
+ "value": "{color.white.value}",
3130
+ "type": "semantic",
3131
+ "public": true,
3132
+ "default": true,
3133
+ "usage": "Boolean indicator color",
3134
+ "deprecated": false
3135
+ },
3136
+ "name": "ds-component-boolean-indicator",
3137
+ "attributes": {
3138
+ "category": "component",
3139
+ "type": "boolean",
3140
+ "item": "indicator"
3141
+ },
3142
+ "path": [
3143
+ "component",
3144
+ "boolean",
3145
+ "indicator"
3146
+ ]
3147
+ },
3148
+ "isFalse": {
3149
+ "value": "#ffffff",
3150
+ "type": "semantic",
3151
+ "public": true,
3152
+ "default": true,
3153
+ "usage": "Boolean false state color",
3154
+ "deprecated": false,
3155
+ "filePath": "src/themes/alaska/component.json",
3156
+ "isSource": false,
3157
+ "original": {
3158
+ "value": "{color.surface.default.value}",
3159
+ "type": "semantic",
3160
+ "public": true,
3161
+ "default": true,
3162
+ "usage": "Boolean false state color",
3163
+ "deprecated": false
3164
+ },
3165
+ "name": "ds-component-boolean-is-false",
3166
+ "attributes": {
3167
+ "category": "component",
3168
+ "type": "boolean",
3169
+ "item": "isFalse"
3170
+ },
3171
+ "path": [
3172
+ "component",
3173
+ "boolean",
3174
+ "isFalse"
3175
+ ]
3176
+ },
3177
+ "isFalseHover": {
3178
+ "value": "#f2f2f2",
3179
+ "type": "semantic",
3180
+ "public": true,
3181
+ "default": true,
3182
+ "usage": "Boolean false hover state color",
3183
+ "deprecated": false,
3184
+ "filePath": "src/themes/alaska/component.json",
3185
+ "isSource": false,
3186
+ "original": {
3187
+ "value": "{color.gray.100.value}",
3188
+ "type": "semantic",
3189
+ "public": true,
3190
+ "default": true,
3191
+ "usage": "Boolean false hover state color",
3192
+ "deprecated": false
3193
+ },
3194
+ "name": "ds-component-boolean-is-false-hover",
3195
+ "attributes": {
3196
+ "category": "component",
3197
+ "type": "boolean",
3198
+ "item": "isFalseHover"
3199
+ },
3200
+ "path": [
3201
+ "component",
3202
+ "boolean",
3203
+ "isFalseHover"
3204
+ ]
3205
+ },
3206
+ "isFalseBorder": {
3207
+ "value": "#585e67",
3208
+ "type": "semantic",
3209
+ "public": true,
3210
+ "default": true,
3211
+ "usage": "Boolean false border color",
3212
+ "deprecated": false,
3213
+ "filePath": "src/themes/alaska/component.json",
3214
+ "isSource": false,
3215
+ "original": {
3216
+ "value": "{color.border.bold.value}",
3217
+ "type": "semantic",
3218
+ "public": true,
3219
+ "default": true,
3220
+ "usage": "Boolean false border color",
3221
+ "deprecated": false
3222
+ },
3223
+ "name": "ds-component-boolean-is-false-border",
3224
+ "attributes": {
3225
+ "category": "component",
3226
+ "type": "boolean",
3227
+ "item": "isFalseBorder"
3228
+ },
3229
+ "path": [
3230
+ "component",
3231
+ "boolean",
3232
+ "isFalseBorder"
3233
+ ]
3234
+ },
3235
+ "isTrue": {
3236
+ "value": "#01426a",
3237
+ "type": "semantic",
3238
+ "public": true,
3239
+ "default": true,
3240
+ "usage": "Boolean true state color",
3241
+ "deprecated": false,
3242
+ "filePath": "src/themes/alaska/component.json",
3243
+ "isSource": false,
3244
+ "original": {
3245
+ "value": "{color.brand.primary.value}",
3246
+ "type": "semantic",
3247
+ "public": true,
3248
+ "default": true,
3249
+ "usage": "Boolean true state color",
3250
+ "deprecated": false
3251
+ },
3252
+ "name": "ds-component-boolean-is-true",
3253
+ "attributes": {
3254
+ "category": "component",
3255
+ "type": "boolean",
3256
+ "item": "isTrue"
3257
+ },
3258
+ "path": [
3259
+ "component",
3260
+ "boolean",
3261
+ "isTrue"
3262
+ ]
3263
+ },
3264
+ "isTrueHover": {
3265
+ "value": "#00274a",
3266
+ "type": "semantic",
3267
+ "public": true,
3268
+ "default": true,
3269
+ "usage": "Boolean true hover state color",
3270
+ "deprecated": false,
3271
+ "filePath": "src/themes/alaska/component.json",
3272
+ "isSource": false,
3273
+ "original": {
3274
+ "value": "{color.brand.primaryBold.value}",
3275
+ "type": "semantic",
3276
+ "public": true,
3277
+ "default": true,
3278
+ "usage": "Boolean true hover state color",
3279
+ "deprecated": false
3280
+ },
3281
+ "name": "ds-component-boolean-is-true-hover",
3282
+ "attributes": {
3283
+ "category": "component",
3284
+ "type": "boolean",
3285
+ "item": "isTrueHover"
3286
+ },
3287
+ "path": [
3288
+ "component",
3289
+ "boolean",
3290
+ "isTrueHover"
3291
+ ]
3292
+ },
3293
+ "error": {
3294
+ "value": "#e53339",
3295
+ "type": "semantic",
3296
+ "public": true,
3297
+ "default": true,
3298
+ "usage": "Boolean error state color",
3299
+ "deprecated": false,
3300
+ "filePath": "src/themes/alaska/component.json",
3301
+ "isSource": false,
3302
+ "original": {
3303
+ "value": "{color.status.error.value}",
3304
+ "type": "semantic",
3305
+ "public": true,
3306
+ "default": true,
3307
+ "usage": "Boolean error state color",
3308
+ "deprecated": false
3309
+ },
3310
+ "name": "ds-component-boolean-error",
3311
+ "attributes": {
3312
+ "category": "component",
3313
+ "type": "boolean",
3314
+ "item": "error"
3315
+ },
3316
+ "path": [
3317
+ "component",
3318
+ "boolean",
3319
+ "error"
3320
+ ]
3321
+ },
3322
+ "errorHover": {
3323
+ "value": "#b1161c",
3324
+ "type": "semantic",
3325
+ "public": true,
3326
+ "default": true,
3327
+ "usage": "Boolean error hover state color",
3328
+ "deprecated": false,
3329
+ "filePath": "src/themes/alaska/component.json",
3330
+ "isSource": false,
3331
+ "original": {
3332
+ "value": "{color.status.error.800.value}",
3333
+ "type": "semantic",
3334
+ "public": true,
3335
+ "default": true,
3336
+ "usage": "Boolean error hover state color",
3337
+ "deprecated": false
3338
+ },
3339
+ "name": "ds-component-boolean-error-hover",
3340
+ "attributes": {
3341
+ "category": "component",
3342
+ "type": "boolean",
3343
+ "item": "errorHover"
3344
+ },
3345
+ "path": [
3346
+ "component",
3347
+ "boolean",
3348
+ "errorHover"
3349
+ ]
3350
+ }
3351
+ }
3352
+ },
1928
3353
  "font": {
1929
3354
  "weight": {
1930
3355
  "body": {