@nswds/tokens 2.7.0 → 2.8.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 (72) hide show
  1. package/dist/css/colors/themes/masterbrand/hex.css +57 -56
  2. package/dist/css/colors/themes/masterbrand/hsl.css +57 -56
  3. package/dist/css/colors/themes/masterbrand/oklch.css +57 -56
  4. package/dist/css/colors/themes/masterbrand/rgb.css +57 -56
  5. package/dist/figma/themes/masterbrand/color/hex.json +231 -221
  6. package/dist/figma/themes/masterbrand/color/hsl.json +687 -445
  7. package/dist/figma/themes/masterbrand/color/oklch.json +687 -445
  8. package/dist/figma/themes/masterbrand/color/rgb.json +687 -445
  9. package/dist/index.cjs +2881 -2292
  10. package/dist/index.cjs.map +1 -1
  11. package/dist/index.d.cts +498 -770
  12. package/dist/index.d.ts +498 -770
  13. package/dist/index.js +2881 -2292
  14. package/dist/index.js.map +1 -1
  15. package/dist/js/colors/themes/masterbrand/hex.js +59 -68
  16. package/dist/js/colors/themes/masterbrand/hsl.js +59 -68
  17. package/dist/js/colors/themes/masterbrand/oklch.js +59 -68
  18. package/dist/js/colors/themes/masterbrand/rgb.js +59 -68
  19. package/dist/json/colors/themes/masterbrand/hex.json +59 -68
  20. package/dist/json/colors/themes/masterbrand/hsl.json +59 -68
  21. package/dist/json/colors/themes/masterbrand/oklch.json +59 -68
  22. package/dist/json/colors/themes/masterbrand/rgb.json +59 -68
  23. package/dist/less/colors/themes/masterbrand/hex.less +57 -56
  24. package/dist/less/colors/themes/masterbrand/hsl.less +57 -56
  25. package/dist/less/colors/themes/masterbrand/oklch.less +57 -56
  26. package/dist/less/colors/themes/masterbrand/rgb.less +57 -56
  27. package/dist/scss/colors/themes/masterbrand/hex.scss +57 -56
  28. package/dist/scss/colors/themes/masterbrand/hsl.scss +57 -56
  29. package/dist/scss/colors/themes/masterbrand/oklch.scss +57 -56
  30. package/dist/scss/colors/themes/masterbrand/rgb.scss +57 -56
  31. package/dist/tailwind/colors/themes/masterbrand/hex.css +57 -56
  32. package/dist/tailwind/colors/themes/masterbrand/hsl.css +57 -56
  33. package/dist/tailwind/colors/themes/masterbrand/oklch.css +57 -56
  34. package/dist/tailwind/colors/themes/masterbrand/rgb.css +57 -56
  35. package/dist/ts/colors/themes/masterbrand/hex.ts +59 -68
  36. package/dist/ts/colors/themes/masterbrand/hsl.ts +59 -68
  37. package/dist/ts/colors/themes/masterbrand/oklch.ts +59 -68
  38. package/dist/ts/colors/themes/masterbrand/rgb.ts +59 -68
  39. package/package.json +1 -1
  40. package/src/css/colors/themes/masterbrand/hex.css +57 -56
  41. package/src/css/colors/themes/masterbrand/hsl.css +57 -56
  42. package/src/css/colors/themes/masterbrand/oklch.css +57 -56
  43. package/src/css/colors/themes/masterbrand/rgb.css +57 -56
  44. package/src/figma/themes/masterbrand/color/hex.json +231 -221
  45. package/src/figma/themes/masterbrand/color/hsl.json +687 -445
  46. package/src/figma/themes/masterbrand/color/oklch.json +687 -445
  47. package/src/figma/themes/masterbrand/color/rgb.json +687 -445
  48. package/src/index.ts +4 -4
  49. package/src/js/colors/themes/masterbrand/hex.js +59 -68
  50. package/src/js/colors/themes/masterbrand/hsl.js +59 -68
  51. package/src/js/colors/themes/masterbrand/oklch.js +59 -68
  52. package/src/js/colors/themes/masterbrand/rgb.js +59 -68
  53. package/src/json/colors/themes/masterbrand/hex.json +59 -68
  54. package/src/json/colors/themes/masterbrand/hsl.json +59 -68
  55. package/src/json/colors/themes/masterbrand/oklch.json +59 -68
  56. package/src/json/colors/themes/masterbrand/rgb.json +59 -68
  57. package/src/less/colors/themes/masterbrand/hex.less +57 -56
  58. package/src/less/colors/themes/masterbrand/hsl.less +57 -56
  59. package/src/less/colors/themes/masterbrand/oklch.less +57 -56
  60. package/src/less/colors/themes/masterbrand/rgb.less +57 -56
  61. package/src/scss/colors/themes/masterbrand/hex.scss +57 -56
  62. package/src/scss/colors/themes/masterbrand/hsl.scss +57 -56
  63. package/src/scss/colors/themes/masterbrand/oklch.scss +57 -56
  64. package/src/scss/colors/themes/masterbrand/rgb.scss +57 -56
  65. package/src/tailwind/colors/themes/masterbrand/hex.css +57 -56
  66. package/src/tailwind/colors/themes/masterbrand/hsl.css +57 -56
  67. package/src/tailwind/colors/themes/masterbrand/oklch.css +57 -56
  68. package/src/tailwind/colors/themes/masterbrand/rgb.css +57 -56
  69. package/src/ts/colors/themes/masterbrand/hex.ts +59 -68
  70. package/src/ts/colors/themes/masterbrand/hsl.ts +59 -68
  71. package/src/ts/colors/themes/masterbrand/oklch.ts +59 -68
  72. package/src/ts/colors/themes/masterbrand/rgb.ts +59 -68
@@ -1,58 +1,59 @@
1
1
  @theme inline {
2
- --color-primary-lightest: hsl(216.77, 89.43%, 43.98%);
3
- --color-primary-lighter: hsl(216.29, 94.14%, 35%);
4
- --color-primary-light: hsl(216.37, 97.67%, 26.93%);
5
- --color-primary: hsl(217.2, 100%, 19.61%);
6
- --color-primary-dark: hsl(218.95, 100%, 14.93%);
7
- --color-primary-darker: hsl(222.31, 100%, 10.59%);
8
- --color-primary-darkest: hsl(228.65, 100%, 6.6%);
9
- --color-secondary-lightest: hsl(199.45, 100%, 97.34%);
10
- --color-secondary-lighter: hsl(199.38, 100%, 94.73%);
11
- --color-secondary-light: hsl(199.3, 95.85%, 92.09%);
12
- --color-secondary: hsl(199.2, 92.59%, 89.41%);
13
- --color-secondary-dark: hsl(198.5, 96.87%, 86.75%);
14
- --color-secondary-darker: hsl(197.76, 98.99%, 83.89%);
15
- --color-secondary-darkest: hsl(197, 99.87%, 80.82%);
16
- --color-tertiary-lightest: hsl(199.74, 99.83%, 67.57%);
17
- --color-tertiary-lighter: hsl(202.52, 100%, 57.55%);
18
- --color-tertiary-light: hsl(204.76, 100%, 46.97%);
19
- --color-tertiary: hsl(217.34, 98.31%, 53.53%);
20
- --color-tertiary-dark: hsl(216.77, 89.43%, 43.98%);
21
- --color-tertiary-darker: hsl(216.29, 94.14%, 35%);
22
- --color-tertiary-darkest: hsl(216.37, 97.67%, 26.93%);
23
- --color-accent-lightest: hsl(353.39, 86.96%, 78.18%);
24
- --color-accent-lighter: hsl(353.95, 78.84%, 69.69%);
25
- --color-accent-light: hsl(353.52, 73.17%, 60.13%);
26
- --color-accent: hsl(348.56, 82.2%, 46.27%);
27
- --color-accent-dark: hsl(347.26, 85.91%, 38.92%);
28
- --color-accent-darker: hsl(345.89, 91%, 31.81%);
29
- --color-accent-darkest: hsl(345, 95.87%, 25.31%);
30
- --color-success-lightest: hsl(114.97, 40.74%, 82.58%);
31
- --color-success-lighter: hsl(115.71, 34.7%, 66.15%);
32
- --color-success-light: hsl(117.04, 33.37%, 49.53%);
33
- --color-success: hsl(123.04, 100%, 27.06%);
34
- --color-success-dark: hsl(122.96, 100%, 19.1%);
35
- --color-success-darker: hsl(122.88, 100%, 12.74%);
36
- --color-success-darkest: hsl(122.85, 100%, 7.59%);
37
- --color-warning-lightest: hsl(17.74, 94.96%, 87.24%);
38
- --color-warning-lighter: hsl(17.94, 75.09%, 73.77%);
39
- --color-warning-light: hsl(18.45, 66.88%, 59.6%);
40
- --color-warning: hsl(23.88, 100%, 39.41%);
41
- --color-warning-dark: hsl(24.01, 100%, 29.25%);
42
- --color-warning-darker: hsl(22.64, 100%, 20.66%);
43
- --color-warning-darkest: hsl(18.45, 100%, 13.3%);
44
- --color-error-lightest: hsl(359.69, 92.79%, 88.44%);
45
- --color-error-lighter: hsl(358.32, 67.18%, 74.5%);
46
- --color-error-light: hsl(355.68, 57.14%, 59.46%);
47
- --color-error: hsl(346.63, 82.18%, 39.61%);
48
- --color-error-dark: hsl(344.75, 95.33%, 28.77%);
49
- --color-error-darker: hsl(344.52, 100%, 19.69%);
50
- --color-error-darkest: hsl(347.44, 100%, 12.27%);
51
- --color-info-lightest: hsl(218.63, 32.11%, 75.49%);
52
- --color-info-lighter: hsl(218.81, 34.57%, 63.16%);
53
- --color-info-light: hsl(219.17, 34.9%, 51.02%);
54
- --color-info: hsl(219.81, 53.77%, 39.02%);
55
- --color-info-dark: hsl(219.87, 57.48%, 29.6%);
56
- --color-info-darker: hsl(219.94, 64.01%, 20.66%);
57
- --color-info-darkest: hsl(220.32, 77.61%, 12.34%);
2
+ --color-primary-50: hsl(199.45, 100%, 97.34%);
3
+ --color-primary-100: hsl(199.38, 100%, 94.73%);
4
+ --color-primary-150: hsl(199.3, 95.85%, 92.09%);
5
+ --color-primary-200: hsl(199.2, 92.59%, 89.41%);
6
+ --color-primary-250: hsl(198.5, 96.87%, 86.75%);
7
+ --color-primary-300: hsl(197.76, 98.99%, 83.89%);
8
+ --color-primary-350: hsl(197, 99.87%, 80.82%);
9
+ --color-primary-400: hsl(196.17, 100%, 77.45%);
10
+ --color-primary-450: hsl(199.74, 99.83%, 67.57%);
11
+ --color-primary-500: hsl(202.52, 100%, 57.55%);
12
+ --color-primary-550: hsl(204.76, 100%, 46.97%);
13
+ --color-primary-600: hsl(217.34, 98.31%, 53.53%);
14
+ --color-primary-650: hsl(216.77, 89.43%, 43.98%);
15
+ --color-primary-700: hsl(216.29, 94.14%, 35%);
16
+ --color-primary-750: hsl(216.37, 97.67%, 26.93%);
17
+ --color-primary-800: hsl(217.2, 100%, 19.61%);
18
+ --color-primary-850: hsl(218.95, 100%, 14.93%);
19
+ --color-primary-900: hsl(222.31, 100%, 10.59%);
20
+ --color-primary-950: hsl(228.65, 100%, 6.6%);
21
+ --color-accent-50: hsl(350.85, 100%, 98.97%);
22
+ --color-accent-100: hsl(350.7, 100%, 97.7%);
23
+ --color-accent-150: hsl(350.55, 100%, 96.41%);
24
+ --color-accent-200: hsl(350.4, 100%, 95.1%);
25
+ --color-accent-250: hsl(350.92, 100%, 92.94%);
26
+ --color-accent-300: hsl(351.43, 100%, 90.72%);
27
+ --color-accent-350: hsl(351.92, 100%, 88.44%);
28
+ --color-accent-400: hsl(352.39, 100%, 86.08%);
29
+ --color-accent-450: hsl(353.39, 86.96%, 78.18%);
30
+ --color-accent-500: hsl(353.95, 78.84%, 69.69%);
31
+ --color-accent-550: hsl(353.52, 73.17%, 60.13%);
32
+ --color-accent-600: hsl(348.56, 82.2%, 46.27%);
33
+ --color-accent-650: hsl(347.26, 85.91%, 38.92%);
34
+ --color-accent-700: hsl(345.89, 91%, 31.81%);
35
+ --color-accent-750: hsl(345, 95.87%, 25.31%);
36
+ --color-accent-800: hsl(344.85, 100%, 19.41%);
37
+ --color-accent-850: hsl(346.11, 100%, 14.46%);
38
+ --color-accent-900: hsl(349.15, 100%, 10.03%);
39
+ --color-accent-950: hsl(352.16, 100%, 6.06%);
40
+ --color-grey-50: hsl(223.81, 0%, 98.03%);
41
+ --color-grey-100: hsl(223.81, 0%, 96.06%);
42
+ --color-grey-150: hsl(223.81, 0%, 94.11%);
43
+ --color-grey-200: hsl(223.81, 0%, 92.16%);
44
+ --color-grey-250: hsl(200.05, 4.31%, 89.64%);
45
+ --color-grey-300: hsl(200.03, 6.92%, 87.13%);
46
+ --color-grey-350: hsl(200.02, 8.65%, 84.64%);
47
+ --color-grey-400: hsl(200, 9.89%, 82.16%);
48
+ --color-grey-450: hsl(200.47, 6.03%, 68.52%);
49
+ --color-grey-500: hsl(200.94, 4.51%, 55.36%);
50
+ --color-grey-550: hsl(201.39, 4.91%, 42.76%);
51
+ --color-grey-600: hsl(201.82, 7.01%, 30.78%);
52
+ --color-grey-650: hsl(203.03, 7.74%, 26.71%);
53
+ --color-grey-700: hsl(204.24, 8.68%, 22.73%);
54
+ --color-grey-750: hsl(205.45, 9.93%, 18.85%);
55
+ --color-grey-800: hsl(206.67, 11.69%, 15.1%);
56
+ --color-grey-850: hsl(206.66, 13.37%, 10.7%);
57
+ --color-grey-900: hsl(206.64, 17.01%, 6.52%);
58
+ --color-grey-950: hsl(208.68, 23.47%, 2.8%);
58
59
  }
@@ -1,58 +1,59 @@
1
1
  @theme inline {
2
- --color-primary-lightest: oklch(0.5038341615701663 0.20169915825513662 260.52773388396713);
3
- --color-primary-lighter: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
4
- --color-primary-light: oklch(0.3612771781572896 0.1454302157585341 260.07053568790974);
5
- --color-primary: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
6
- --color-primary-dark: oklch(0.23924891632195233 0.0997013828336979 259.841936589881);
7
- --color-primary-darker: oklch(0.18849914619305336 0.08210702115716298 259.841936589881);
8
- --color-primary-darkest: oklch(0.13774937606415438 0.06451265948062805 259.841936589881);
9
- --color-secondary-lightest: oklch(0.9816683948128555 0.013540580086234762 227.890755564881);
10
- --color-secondary-lighter: oklch(0.9633367896257109 0.022914827838243446 227.890755564881);
11
- --color-secondary-light: oklch(0.9450051844385663 0.032289075590252125 227.890755564881);
12
- --color-secondary: oklch(0.9266735792514218 0.04166332334226081 227.890755564881);
13
- --color-secondary-dark: oklch(0.9110280326138016 0.05428316129852959 226.81685418252806);
14
- --color-secondary-darker: oklch(0.8953824859761815 0.06690299925479838 225.74295280017512);
15
- --color-secondary-darkest: oklch(0.8797369393385615 0.07952283721106716 224.66905141782217);
16
- --color-tertiary-lightest: oklch(0.7918467078448571 0.12656541375136143 232.8854457721009);
17
- --color-tertiary-lighter: oklch(0.719602022988773 0.1609881523353869 242.17574150873253);
18
- --color-tertiary-light: oklch(0.6473573381326887 0.19541089091941238 251.4660372453642);
19
- --color-tertiary: oklch(0.5751126532766045 0.2298336295034379 260.75633298199585);
20
- --color-tertiary-dark: oklch(0.5038341615701663 0.20169915825513662 260.52773388396713);
21
- --color-tertiary-darker: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
22
- --color-tertiary-darkest: oklch(0.3612771781572896 0.1454302157585341 260.07053568790974);
23
- --color-accent-lightest: oklch(0.7786513285230947 0.11664880226231811 13.011419492803782);
24
- --color-accent-lighter: oklch(0.7064193584802577 0.15026753878948967 15.45213465296721);
25
- --color-accent-light: oklch(0.6341873884374207 0.18388627531666124 17.892849813130642);
26
- --color-accent: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
27
- --color-accent-dark: oklch(0.5007084126233001 0.1948505033631296 19.53345435711309);
28
- --color-accent-darker: oklch(0.4394614068520166 0.17219599488242637 18.733343740932114);
29
- --color-accent-darkest: oklch(0.3782144010807331 0.14954148640172313 17.933233124751133);
30
- --color-success-lightest: oklch(0.8872601819234176 0.060106868790808454 142.8007543325396);
31
- --color-success-lighter: oklch(0.7745203638468352 0.1017193164152143 142.8007543325396);
32
- --color-success-light: oklch(0.6617805457702527 0.14333176403962014 142.8007543325396);
33
- --color-success: oklch(0.5490407276936703 0.184944211664026 142.8007543325396);
34
- --color-success-dark: oklch(0.452958600347278 0.1572025799144221 142.8007543325396);
35
- --color-success-darker: oklch(0.35687647300088565 0.1294609481648182 142.8007543325396);
36
- --color-success-darkest: oklch(0.2607943456544934 0.1017193164152143 142.8007543325396);
37
- --color-warning-lightest: oklch(0.8958326078740171 0.05515411503535715 43.99726534950394);
38
- --color-warning-lighter: oklch(0.7916652157480342 0.09333773313675825 43.99726534950394);
39
- --color-warning-light: oklch(0.6874978236220514 0.13152135123815933 43.99726534950394);
40
- --color-warning: oklch(0.5833304314960684 0.16970496933956045 43.99726534950394);
41
- --color-warning-dark: oklch(0.4812476059842564 0.14424922393862638 43.99726534950394);
42
- --color-warning-darker: oklch(0.3791647804724445 0.11879347853769232 43.99726534950394);
43
- --color-warning-darkest: oklch(0.2770819549606325 0.09333773313675825 43.99726534950394);
44
- --color-error-lightest: oklch(0.8754989819725543 0.06263564750632042 18.079140916466272);
45
- --color-error-lighter: oklch(0.7509979639451086 0.10599878808761917 18.079140916466272);
46
- --color-error-light: oklch(0.626496945917663 0.14936192866891793 18.079140916466272);
47
- --color-error: oklch(0.5019959278902173 0.19272506925021668 18.079140916466272);
48
- --color-error-dark: oklch(0.4141466405094293 0.16381630886268417 18.079140916466272);
49
- --color-error-darker: oklch(0.3262973531286413 0.13490754847515168 18.079140916466272);
50
- --color-error-darkest: oklch(0.2384480657478532 0.10599878808761917 18.079140916466272);
51
- --color-info-lightest: oklch(0.7885885178062633 0.04006699378315225 262.3514946368672);
52
- --color-info-lighter: oklch(0.6759330152625114 0.06780568178687302 262.3514946368672);
53
- --color-info-light: oklch(0.5632775127187595 0.0955443697905938 262.3514946368672);
54
- --color-info: oklch(0.4506220101750076 0.12328305779431457 262.3514946368672);
55
- --color-info-dark: oklch(0.37176315839438123 0.10479059912516739 262.3514946368672);
56
- --color-info-darker: oklch(0.2929043066137549 0.0862981404560202 262.3514946368672);
57
- --color-info-darkest: oklch(0.2140454548331286 0.06780568178687302 262.3514946368672);
2
+ --color-primary-50: oklch(0.9816683948128555 0.013540580086234762 227.890755564881);
3
+ --color-primary-100: oklch(0.9633367896257109 0.022914827838243446 227.890755564881);
4
+ --color-primary-150: oklch(0.9450051844385663 0.032289075590252125 227.890755564881);
5
+ --color-primary-200: oklch(0.9266735792514218 0.04166332334226081 227.890755564881);
6
+ --color-primary-250: oklch(0.9110280326138016 0.05428316129852959 226.81685418252806);
7
+ --color-primary-300: oklch(0.8953824859761815 0.06690299925479838 225.74295280017512);
8
+ --color-primary-350: oklch(0.8797369393385615 0.07952283721106716 224.66905141782217);
9
+ --color-primary-400: oklch(0.8640913927009413 0.09214267516733594 223.59515003546923);
10
+ --color-primary-450: oklch(0.7918467078448571 0.12656541375136143 232.8854457721009);
11
+ --color-primary-500: oklch(0.719602022988773 0.1609881523353869 242.17574150873253);
12
+ --color-primary-550: oklch(0.6473573381326887 0.19541089091941238 251.4660372453642);
13
+ --color-primary-600: oklch(0.5751126532766045 0.2298336295034379 260.75633298199585);
14
+ --color-primary-650: oklch(0.5038341615701663 0.20169915825513662 260.52773388396713);
15
+ --color-primary-700: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
16
+ --color-primary-750: oklch(0.3612771781572896 0.1454302157585341 260.07053568790974);
17
+ --color-primary-800: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
18
+ --color-primary-850: oklch(0.23924891632195233 0.0997013828336979 259.841936589881);
19
+ --color-primary-900: oklch(0.18849914619305336 0.08210702115716298 259.841936589881);
20
+ --color-primary-950: oklch(0.13774937606415438 0.06451265948062805 259.841936589881);
21
+ --color-accent-50: oklch(0.9865629857873716 0.009043874600495525 6.653158456152784);
22
+ --color-accent-100: oklch(0.9731259715747431 0.015305018554684736 6.653158456152784);
23
+ --color-accent-150: oklch(0.9596889573621147 0.021566162508873946 6.653158456152784);
24
+ --color-accent-200: oklch(0.9462519431494862 0.027827306463063157 6.653158456152784);
25
+ --color-accent-250: oklch(0.9224097820035976 0.041627996281084 7.632544925274676);
26
+ --color-accent-300: oklch(0.8985676208577089 0.05542868609910484 8.611931394396567);
27
+ --color-accent-350: oklch(0.8747254597118204 0.06922937591712569 9.59131786351846);
28
+ --color-accent-400: oklch(0.8508832985659317 0.08303006573514653 10.570704332640352);
29
+ --color-accent-450: oklch(0.7786513285230947 0.11664880226231811 13.011419492803782);
30
+ --color-accent-500: oklch(0.7064193584802577 0.15026753878948967 15.45213465296721);
31
+ --color-accent-550: oklch(0.6341873884374207 0.18388627531666124 17.892849813130642);
32
+ --color-accent-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
33
+ --color-accent-650: oklch(0.5007084126233001 0.1948505033631296 19.53345435711309);
34
+ --color-accent-700: oklch(0.4394614068520166 0.17219599488242637 18.733343740932114);
35
+ --color-accent-750: oklch(0.3782144010807331 0.14954148640172313 17.933233124751133);
36
+ --color-accent-800: oklch(0.31696739530944956 0.1268869779210199 17.133122508570153);
37
+ --color-accent-850: oklch(0.2614981011302959 0.10785393123286692 17.133122508570153);
38
+ --color-accent-900: oklch(0.20602880695114223 0.08882088454471393 17.133122508570153);
39
+ --color-accent-950: oklch(0.15055951277198854 0.06978783785656095 17.133122508570153);
40
+ --color-grey-50: oklch(0.9850175274112574 0 0);
41
+ --color-grey-100: oklch(0.9700350548225147 0 0);
42
+ --color-grey-150: oklch(0.9550525822337722 0 0);
43
+ --color-grey-200: oklch(0.9400701096450296 0 0);
44
+ --color-grey-250: oklch(0.9208267112856119 0.0019440594503795112 228.8687380011113);
45
+ --color-grey-300: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
46
+ --color-grey-350: oklch(0.8823399145667763 0.005832178351138532 228.8687380011113);
47
+ --color-grey-400: oklch(0.8630965162073586 0.007776237801518043 228.8687380011113);
48
+ --color-grey-450: oklch(0.7539290831519737 0.008632737257709678 229.8058410593526);
49
+ --color-grey-500: oklch(0.6447616500965888 0.009489236713901311 230.74294411759388);
50
+ --color-grey-550: oklch(0.5355942170412039 0.010345736170092946 231.68004717583517);
51
+ --color-grey-600: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
52
+ --color-grey-650: oklch(0.3871732148397997 0.010991669591883444 234.98382249287215);
53
+ --color-grey-700: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
54
+ --color-grey-750: oklch(0.3086660765477611 0.010570537523081174 239.71716701046353);
55
+ --color-grey-800: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
56
+ --color-grey-850: oklch(0.222265318606437 0.00880597576537803 242.08383926925922);
57
+ --color-grey-900: oklch(0.17511812981113217 0.007251980042076026 242.08383926925922);
58
+ --color-grey-950: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
58
59
  }
@@ -1,58 +1,59 @@
1
1
  @theme inline {
2
- --color-primary-lightest: rgb(12, 90, 212);
3
- --color-primary-lighter: rgb(5, 72, 173);
4
- --color-primary-light: rgb(2, 54, 136);
5
- --color-primary: rgb(0, 38, 100);
6
- --color-primary-dark: rgb(0, 26, 77);
7
- --color-primary-darker: rgb(0, 16, 55);
8
- --color-primary-darkest: rgb(0, 6, 34);
9
- --color-secondary-lightest: rgb(240, 251, 255);
10
- --color-secondary-lighter: rgb(228, 246, 255);
11
- --color-secondary-light: rgb(215, 242, 254);
12
- --color-secondary: rgb(203, 237, 253);
13
- --color-secondary-dark: rgb(188, 234, 254);
14
- --color-secondary-darker: rgb(173, 231, 255);
15
- --color-secondary-darkest: rgb(157, 227, 255);
16
- --color-tertiary-lightest: rgb(90, 201, 255);
17
- --color-tertiary-lighter: rgb(38, 174, 255);
18
- --color-tertiary-light: rgb(0, 143, 255);
19
- --color-tertiary: rgb(20, 108, 253);
20
- --color-tertiary-dark: rgb(12, 90, 212);
21
- --color-tertiary-darker: rgb(5, 72, 173);
22
- --color-tertiary-darkest: rgb(2, 54, 136);
23
- --color-accent-lightest: rgb(248, 151, 162);
24
- --color-accent-lighter: rgb(239, 117, 129);
25
- --color-accent-light: rgb(228, 79, 95);
26
- --color-accent: rgb(215, 21, 58);
27
- --color-accent-dark: rgb(185, 14, 50);
28
- --color-accent-darker: rgb(155, 7, 42);
29
- --color-accent-darkest: rgb(126, 3, 34);
30
- --color-success-lightest: rgb(196, 229, 192);
31
- --color-success-lighter: rgb(143, 199, 139);
32
- --color-success-light: rgb(88, 168, 84);
33
- --color-success: rgb(0, 138, 7);
34
- --color-success-dark: rgb(0, 106, 0);
35
- --color-success-darker: rgb(0, 76, 0);
36
- --color-success-darkest: rgb(0, 47, 0);
37
- --color-warning-lightest: rgb(253, 210, 192);
38
- --color-warning-lighter: rgb(238, 168, 138);
39
- --color-warning-light: rgb(221, 125, 83);
40
- --color-warning: rgb(201, 80, 0);
41
- --color-warning-dark: rgb(157, 58, 0);
42
- --color-warning-darker: rgb(114, 38, 0);
43
- --color-warning-darkest: rgb(75, 18, 0);
44
- --color-error-lightest: rgb(253, 198, 198);
45
- --color-error-lighter: rgb(234, 146, 149);
46
- --color-error-light: rgb(211, 93, 101);
47
- --color-error: rgb(184, 18, 55);
48
- --color-error-dark: rgb(143, 3, 39);
49
- --color-error-darker: rgb(105, 0, 24);
50
- --color-error-darkest: rgb(68, 0, 10);
51
- --color-info-lightest: rgb(172, 187, 213);
52
- --color-info-lighter: rgb(129, 152, 194);
53
- --color-info-light: rgb(87, 117, 174);
54
- --color-info: rgb(46, 82, 153);
55
- --color-info-dark: rgb(32, 61, 119);
56
- --color-info-darker: rgb(19, 41, 86);
57
- --color-info-darkest: rgb(7, 23, 56);
2
+ --color-primary-50: rgb(240, 251, 255);
3
+ --color-primary-100: rgb(228, 246, 255);
4
+ --color-primary-150: rgb(215, 242, 254);
5
+ --color-primary-200: rgb(203, 237, 253);
6
+ --color-primary-250: rgb(188, 234, 254);
7
+ --color-primary-300: rgb(173, 231, 255);
8
+ --color-primary-350: rgb(157, 227, 255);
9
+ --color-primary-400: rgb(140, 224, 255);
10
+ --color-primary-450: rgb(90, 201, 255);
11
+ --color-primary-500: rgb(38, 174, 255);
12
+ --color-primary-550: rgb(0, 143, 255);
13
+ --color-primary-600: rgb(20, 108, 253);
14
+ --color-primary-650: rgb(12, 90, 212);
15
+ --color-primary-700: rgb(5, 72, 173);
16
+ --color-primary-750: rgb(2, 54, 136);
17
+ --color-primary-800: rgb(0, 38, 100);
18
+ --color-primary-850: rgb(0, 26, 77);
19
+ --color-primary-900: rgb(0, 16, 55);
20
+ --color-primary-950: rgb(0, 6, 34);
21
+ --color-accent-50: rgb(255, 248, 249);
22
+ --color-accent-100: rgb(255, 242, 244);
23
+ --color-accent-150: rgb(255, 236, 239);
24
+ --color-accent-200: rgb(255, 230, 234);
25
+ --color-accent-250: rgb(255, 219, 224);
26
+ --color-accent-300: rgb(255, 207, 214);
27
+ --color-accent-350: rgb(255, 196, 204);
28
+ --color-accent-400: rgb(255, 184, 193);
29
+ --color-accent-450: rgb(248, 151, 162);
30
+ --color-accent-500: rgb(239, 117, 129);
31
+ --color-accent-550: rgb(228, 79, 95);
32
+ --color-accent-600: rgb(215, 21, 58);
33
+ --color-accent-650: rgb(185, 14, 50);
34
+ --color-accent-700: rgb(155, 7, 42);
35
+ --color-accent-750: rgb(126, 3, 34);
36
+ --color-accent-800: rgb(99, 0, 25);
37
+ --color-accent-850: rgb(76, 0, 16);
38
+ --color-accent-900: rgb(54, 0, 8);
39
+ --color-accent-950: rgb(33, 0, 3);
40
+ --color-grey-50: rgb(250, 250, 250);
41
+ --color-grey-100: rgb(245, 245, 245);
42
+ --color-grey-150: rgb(240, 240, 240);
43
+ --color-grey-200: rgb(235, 235, 235);
44
+ --color-grey-250: rgb(227, 229, 230);
45
+ --color-grey-300: rgb(220, 223, 224);
46
+ --color-grey-350: rgb(212, 217, 219);
47
+ --color-grey-400: rgb(205, 211, 214);
48
+ --color-grey-450: rgb(170, 176, 180);
49
+ --color-grey-500: rgb(136, 143, 146);
50
+ --color-grey-550: rgb(104, 111, 114);
51
+ --color-grey-600: rgb(73, 80, 84);
52
+ --color-grey-650: rgb(63, 69, 73);
53
+ --color-grey-700: rgb(53, 59, 63);
54
+ --color-grey-750: rgb(43, 49, 53);
55
+ --color-grey-800: rgb(34, 39, 43);
56
+ --color-grey-850: rgb(24, 28, 31);
57
+ --color-grey-900: rgb(14, 17, 19);
58
+ --color-grey-950: rgb(5, 7, 9);
58
59
  }
@@ -1,72 +1,63 @@
1
1
  export const primary = {
2
- lightest: '#0c5ad4',
3
- lighter: '#0548ad',
4
- light: '#023688',
5
- DEFAULT: '#002664',
6
- dark: '#001a4d',
7
- darker: '#001037',
8
- darkest: '#000622',
9
- }
10
- export const secondary = {
11
- lightest: '#f0fbff',
12
- lighter: '#e4f6ff',
13
- light: '#d7f2fe',
14
- DEFAULT: '#cbedfd',
15
- dark: '#bceafe',
16
- darker: '#ade7ff',
17
- darkest: '#9de3ff',
18
- }
19
- export const tertiary = {
20
- lightest: '#5ac9ff',
21
- lighter: '#26aeff',
22
- light: '#008fff',
23
- DEFAULT: '#146cfd',
24
- dark: '#0c5ad4',
25
- darker: '#0548ad',
26
- darkest: '#023688',
2
+ '50': '#f0fbff',
3
+ '100': '#e4f6ff',
4
+ '150': '#d7f2fe',
5
+ '200': '#cbedfd',
6
+ '250': '#bceafe',
7
+ '300': '#ade7ff',
8
+ '350': '#9de3ff',
9
+ '400': '#8ce0ff',
10
+ '450': '#5ac9ff',
11
+ '500': '#26aeff',
12
+ '550': '#008fff',
13
+ '600': '#146cfd',
14
+ '650': '#0c5ad4',
15
+ '700': '#0548ad',
16
+ '750': '#023688',
17
+ '800': '#002664',
18
+ '850': '#001a4d',
19
+ '900': '#001037',
20
+ '950': '#000622',
27
21
  }
28
22
  export const accent = {
29
- lightest: '#f897a2',
30
- lighter: '#ef7581',
31
- light: '#e44f5f',
32
- DEFAULT: '#d7153a',
33
- dark: '#b90e32',
34
- darker: '#9b072a',
35
- darkest: '#7e0322',
36
- }
37
- export const success = {
38
- lightest: '#c4e5c0',
39
- lighter: '#8fc78b',
40
- light: '#58a854',
41
- DEFAULT: '#008a07',
42
- dark: '#006a00',
43
- darker: '#004c00',
44
- darkest: '#002f00',
45
- }
46
- export const warning = {
47
- lightest: '#fdd2c0',
48
- lighter: '#eea88a',
49
- light: '#dd7d53',
50
- DEFAULT: '#c95000',
51
- dark: '#9d3a00',
52
- darker: '#722600',
53
- darkest: '#4b1200',
54
- }
55
- export const error = {
56
- lightest: '#fdc6c6',
57
- lighter: '#ea9295',
58
- light: '#d35d65',
59
- DEFAULT: '#b81237',
60
- dark: '#8f0327',
61
- darker: '#690018',
62
- darkest: '#44000a',
63
- }
64
- export const info = {
65
- lightest: '#acbbd5',
66
- lighter: '#8198c2',
67
- light: '#5775ae',
68
- DEFAULT: '#2e5299',
69
- dark: '#203d77',
70
- darker: '#132956',
71
- darkest: '#071738',
23
+ '50': '#fff8f9',
24
+ '100': '#fff2f4',
25
+ '150': '#ffecef',
26
+ '200': '#ffe6ea',
27
+ '250': '#ffdbe0',
28
+ '300': '#ffcfd6',
29
+ '350': '#ffc4cc',
30
+ '400': '#ffb8c1',
31
+ '450': '#f897a2',
32
+ '500': '#ef7581',
33
+ '550': '#e44f5f',
34
+ '600': '#d7153a',
35
+ '650': '#b90e32',
36
+ '700': '#9b072a',
37
+ '750': '#7e0322',
38
+ '800': '#630019',
39
+ '850': '#4c0010',
40
+ '900': '#360008',
41
+ '950': '#210003',
42
+ }
43
+ export const grey = {
44
+ '50': '#fafafa',
45
+ '100': '#f5f5f5',
46
+ '150': '#f0f0f0',
47
+ '200': '#ebebeb',
48
+ '250': '#e3e5e6',
49
+ '300': '#dcdfe0',
50
+ '350': '#d4d9db',
51
+ '400': '#cdd3d6',
52
+ '450': '#aab0b4',
53
+ '500': '#888f92',
54
+ '550': '#686f72',
55
+ '600': '#495054',
56
+ '650': '#3f4549',
57
+ '700': '#353b3f',
58
+ '750': '#2b3135',
59
+ '800': '#22272b',
60
+ '850': '#181c1f',
61
+ '900': '#0e1113',
62
+ '950': '#050709',
72
63
  }