@nswds/tokens 2.30.1 → 2.32.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 (133) hide show
  1. package/README.md +59 -63
  2. package/package.json +16 -30
  3. package/src/brand/black/logo.png +0 -0
  4. package/src/brand/black/logo.svg +0 -30
  5. package/src/brand/icon-dark.ico +0 -0
  6. package/src/brand/icon-dark.png +0 -0
  7. package/src/brand/icon-dark.svg +0 -17
  8. package/src/brand/icon-light.ico +0 -0
  9. package/src/brand/icon-light.png +0 -0
  10. package/src/brand/icon-light.svg +0 -30
  11. package/src/brand/icon.svg +0 -30
  12. package/src/brand/logo.png +0 -0
  13. package/src/brand/logo.svg +0 -34
  14. package/src/brand/placeholder.svg +0 -1
  15. package/src/brand/profile.jpg +0 -0
  16. package/src/brand/profile.png +0 -0
  17. package/src/brand/profile_matildas.jpg +0 -0
  18. package/src/brand/profile_pride.jpg +0 -0
  19. package/src/brand/reversed/logo.png +0 -0
  20. package/src/brand/reversed/logo.svg +0 -34
  21. package/src/brand/white/logo.png +0 -0
  22. package/src/brand/white/logo.svg +0 -21
  23. package/src/css/colors/global/hex.css +0 -344
  24. package/src/css/colors/global/hsl.css +0 -344
  25. package/src/css/colors/global/oklch.css +0 -344
  26. package/src/css/colors/global/rgb.css +0 -344
  27. package/src/css/colors/semantic/hex.css +0 -78
  28. package/src/css/colors/semantic/hsl.css +0 -78
  29. package/src/css/colors/semantic/oklch.css +0 -78
  30. package/src/css/colors/semantic/rgb.css +0 -78
  31. package/src/css/colors/themes/masterbrand/hex.css +0 -59
  32. package/src/css/colors/themes/masterbrand/hsl.css +0 -59
  33. package/src/css/colors/themes/masterbrand/oklch.css +0 -59
  34. package/src/css/colors/themes/masterbrand/rgb.css +0 -59
  35. package/src/css/prism/prism.css +0 -719
  36. package/src/figma/color/global/hex.json +0 -1406
  37. package/src/figma/color/global/hsl.json +0 -4142
  38. package/src/figma/color/global/oklch.json +0 -4142
  39. package/src/figma/color/global/rgb.json +0 -4142
  40. package/src/figma/color/semantic/hex.json +0 -314
  41. package/src/figma/color/semantic/hsl.json +0 -618
  42. package/src/figma/color/semantic/oklch.json +0 -618
  43. package/src/figma/color/semantic/rgb.json +0 -618
  44. package/src/figma/color/themes/masterbrand/color/hex.json +0 -236
  45. package/src/figma/color/themes/masterbrand/color/hsl.json +0 -464
  46. package/src/figma/color/themes/masterbrand/color/oklch.json +0 -464
  47. package/src/figma/color/themes/masterbrand/color/rgb.json +0 -464
  48. package/src/index.ts +0 -417
  49. package/src/js/colors/global/hex.js +0 -378
  50. package/src/js/colors/global/hsl.js +0 -378
  51. package/src/js/colors/global/oklch.js +0 -378
  52. package/src/js/colors/global/rgb.js +0 -378
  53. package/src/js/colors/semantic/hex.js +0 -87
  54. package/src/js/colors/semantic/hsl.js +0 -87
  55. package/src/js/colors/semantic/oklch.js +0 -87
  56. package/src/js/colors/semantic/rgb.js +0 -87
  57. package/src/js/colors/themes/masterbrand/hex.js +0 -63
  58. package/src/js/colors/themes/masterbrand/hsl.js +0 -63
  59. package/src/js/colors/themes/masterbrand/oklch.js +0 -63
  60. package/src/js/colors/themes/masterbrand/rgb.js +0 -63
  61. package/src/json/colors/global/hex.json +0 -380
  62. package/src/json/colors/global/hsl.json +0 -380
  63. package/src/json/colors/global/oklch.json +0 -380
  64. package/src/json/colors/global/rgb.json +0 -380
  65. package/src/json/colors/semantic/hex.json +0 -86
  66. package/src/json/colors/semantic/hsl.json +0 -86
  67. package/src/json/colors/semantic/oklch.json +0 -86
  68. package/src/json/colors/semantic/rgb.json +0 -86
  69. package/src/json/colors/themes/masterbrand/hex.json +0 -65
  70. package/src/json/colors/themes/masterbrand/hsl.json +0 -65
  71. package/src/json/colors/themes/masterbrand/oklch.json +0 -65
  72. package/src/json/colors/themes/masterbrand/rgb.json +0 -65
  73. package/src/less/colors/global/hex.less +0 -342
  74. package/src/less/colors/global/hsl.less +0 -342
  75. package/src/less/colors/global/oklch.less +0 -342
  76. package/src/less/colors/global/rgb.less +0 -342
  77. package/src/less/colors/semantic/hex.less +0 -76
  78. package/src/less/colors/semantic/hsl.less +0 -76
  79. package/src/less/colors/semantic/oklch.less +0 -76
  80. package/src/less/colors/semantic/rgb.less +0 -76
  81. package/src/less/colors/themes/masterbrand/hex.less +0 -57
  82. package/src/less/colors/themes/masterbrand/hsl.less +0 -57
  83. package/src/less/colors/themes/masterbrand/oklch.less +0 -57
  84. package/src/less/colors/themes/masterbrand/rgb.less +0 -57
  85. package/src/scss/colors/global/hex.scss +0 -342
  86. package/src/scss/colors/global/hsl.scss +0 -342
  87. package/src/scss/colors/global/oklch.scss +0 -342
  88. package/src/scss/colors/global/rgb.scss +0 -342
  89. package/src/scss/colors/semantic/hex.scss +0 -76
  90. package/src/scss/colors/semantic/hsl.scss +0 -76
  91. package/src/scss/colors/semantic/oklch.scss +0 -76
  92. package/src/scss/colors/semantic/rgb.scss +0 -76
  93. package/src/scss/colors/themes/masterbrand/hex.scss +0 -57
  94. package/src/scss/colors/themes/masterbrand/hsl.scss +0 -57
  95. package/src/scss/colors/themes/masterbrand/oklch.scss +0 -57
  96. package/src/scss/colors/themes/masterbrand/rgb.scss +0 -57
  97. package/src/tailwind/colors/global/hex.css +0 -689
  98. package/src/tailwind/colors/global/hsl.css +0 -689
  99. package/src/tailwind/colors/global/oklch.css +0 -689
  100. package/src/tailwind/colors/global/rgb.css +0 -689
  101. package/src/tailwind/colors/semantic/hex.css +0 -157
  102. package/src/tailwind/colors/semantic/hsl.css +0 -157
  103. package/src/tailwind/colors/semantic/oklch.css +0 -157
  104. package/src/tailwind/colors/semantic/rgb.css +0 -157
  105. package/src/tailwind/colors/themes/data-visualisation/hex.css +0 -417
  106. package/src/tailwind/colors/themes/data-visualisation/hsl.css +0 -417
  107. package/src/tailwind/colors/themes/data-visualisation/oklch.css +0 -417
  108. package/src/tailwind/colors/themes/data-visualisation/rgb.css +0 -417
  109. package/src/tailwind/colors/themes/fuchsia-blue/hex.css +0 -59
  110. package/src/tailwind/colors/themes/fuchsia-blue/hsl.css +0 -59
  111. package/src/tailwind/colors/themes/fuchsia-blue/oklch.css +0 -59
  112. package/src/tailwind/colors/themes/fuchsia-blue/rgb.css +0 -59
  113. package/src/tailwind/colors/themes/fuchsia-orange/hex.css +0 -59
  114. package/src/tailwind/colors/themes/fuchsia-orange/hsl.css +0 -59
  115. package/src/tailwind/colors/themes/fuchsia-orange/oklch.css +0 -59
  116. package/src/tailwind/colors/themes/fuchsia-orange/rgb.css +0 -59
  117. package/src/tailwind/colors/themes/masterbrand/hex.css +0 -59
  118. package/src/tailwind/colors/themes/masterbrand/hsl.css +0 -59
  119. package/src/tailwind/colors/themes/masterbrand/oklch.css +0 -59
  120. package/src/tailwind/colors/themes/masterbrand/rgb.css +0 -59
  121. package/src/ts/colors/global/hex.ts +0 -378
  122. package/src/ts/colors/global/hsl.ts +0 -378
  123. package/src/ts/colors/global/oklch.ts +0 -378
  124. package/src/ts/colors/global/rgb.ts +0 -378
  125. package/src/ts/colors/semantic/hex.ts +0 -84
  126. package/src/ts/colors/semantic/hsl.ts +0 -84
  127. package/src/ts/colors/semantic/oklch.ts +0 -84
  128. package/src/ts/colors/semantic/rgb.ts +0 -84
  129. package/src/ts/colors/themes/masterbrand/hex.ts +0 -63
  130. package/src/ts/colors/themes/masterbrand/hsl.ts +0 -63
  131. package/src/ts/colors/themes/masterbrand/oklch.ts +0 -63
  132. package/src/ts/colors/themes/masterbrand/rgb.ts +0 -63
  133. package/src/types.d.ts +0 -27
@@ -1,84 +0,0 @@
1
- export const success = {
2
- '50': 'rgb(239, 249, 237)',
3
- '100': 'rgb(224, 243, 222)',
4
- '150': 'rgb(210, 236, 207)',
5
- '200': 'rgb(196, 229, 192)',
6
- '250': 'rgb(170, 214, 165)',
7
- '300': 'rgb(143, 199, 138)',
8
- '350': 'rgb(116, 183, 111)',
9
- '400': 'rgb(88, 168, 84)',
10
- '450': 'rgb(73, 161, 70)',
11
- '500': 'rgb(57, 153, 54)',
12
- '550': 'rgb(37, 146, 36)',
13
- '600': 'rgb(0, 138, 7)',
14
- '650': 'rgb(0, 114, 4)',
15
- '700': 'rgb(0, 90, 2)',
16
- '750': 'rgb(0, 68, 1)',
17
- '800': 'rgb(0, 47, 0)',
18
- '850': 'rgb(0, 34, 0)',
19
- '900': 'rgb(0, 22, 0)',
20
- '950': 'rgb(0, 11, 0)',
21
- }
22
- export const warning = {
23
- '50': 'rgb(255, 243, 237)',
24
- '100': 'rgb(255, 232, 222)',
25
- '150': 'rgb(255, 221, 207)',
26
- '200': 'rgb(253, 210, 192)',
27
- '250': 'rgb(246, 189, 165)',
28
- '300': 'rgb(238, 168, 138)',
29
- '350': 'rgb(230, 147, 111)',
30
- '400': 'rgb(221, 125, 83)',
31
- '450': 'rgb(216, 114, 68)',
32
- '500': 'rgb(211, 103, 52)',
33
- '550': 'rgb(206, 92, 33)',
34
- '600': 'rgb(201, 80, 0)',
35
- '650': 'rgb(168, 63, 3)',
36
- '700': 'rgb(136, 47, 3)',
37
- '750': 'rgb(105, 32, 1)',
38
- '800': 'rgb(75, 18, 0)',
39
- '850': 'rgb(57, 10, 0)',
40
- '900': 'rgb(39, 4, 0)',
41
- '950': 'rgb(23, 1, 0)',
42
- }
43
- export const danger = {
44
- '50': 'rgb(255, 240, 239)',
45
- '100': 'rgb(255, 226, 225)',
46
- '150': 'rgb(255, 212, 212)',
47
- '200': 'rgb(253, 198, 198)',
48
- '250': 'rgb(244, 172, 173)',
49
- '300': 'rgb(234, 146, 148)',
50
- '350': 'rgb(223, 120, 124)',
51
- '400': 'rgb(211, 93, 101)',
52
- '450': 'rgb(205, 78, 89)',
53
- '500': 'rgb(198, 63, 78)',
54
- '550': 'rgb(191, 44, 66)',
55
- '600': 'rgb(184, 18, 55)',
56
- '650': 'rgb(153, 11, 42)',
57
- '700': 'rgb(124, 6, 31)',
58
- '750': 'rgb(95, 2, 20)',
59
- '800': 'rgb(68, 0, 10)',
60
- '850': 'rgb(51, 0, 5)',
61
- '900': 'rgb(35, 0, 2)',
62
- '950': 'rgb(20, 0, 1)',
63
- }
64
- export const info = {
65
- '50': 'rgb(233, 238, 247)',
66
- '100': 'rgb(212, 221, 235)',
67
- '150': 'rgb(192, 204, 224)',
68
- '200': 'rgb(172, 187, 213)',
69
- '250': 'rgb(150, 169, 204)',
70
- '300': 'rgb(128, 152, 194)',
71
- '350': 'rgb(107, 134, 184)',
72
- '400': 'rgb(87, 117, 174)',
73
- '450': 'rgb(77, 108, 169)',
74
- '500': 'rgb(66, 100, 164)',
75
- '550': 'rgb(56, 91, 158)',
76
- '600': 'rgb(46, 82, 153)',
77
- '650': 'rgb(35, 66, 127)',
78
- '700': 'rgb(25, 51, 102)',
79
- '750': 'rgb(16, 37, 79)',
80
- '800': 'rgb(7, 23, 56)',
81
- '850': 'rgb(4, 15, 42)',
82
- '900': 'rgb(2, 7, 28)',
83
- '950': 'rgb(0, 3, 15)',
84
- }
@@ -1,63 +0,0 @@
1
- export const primary = {
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',
21
- }
22
- export const accent = {
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',
63
- }
@@ -1,63 +0,0 @@
1
- export const primary = {
2
- '50': 'hsl(199.45, 100%, 97.34%)',
3
- '100': 'hsl(199.38, 100%, 94.73%)',
4
- '150': 'hsl(199.3, 95.85%, 92.09%)',
5
- '200': 'hsl(199.2, 92.59%, 89.41%)',
6
- '250': 'hsl(198.5, 96.87%, 86.75%)',
7
- '300': 'hsl(197.76, 98.99%, 83.89%)',
8
- '350': 'hsl(197, 99.87%, 80.82%)',
9
- '400': 'hsl(196.17, 100%, 77.45%)',
10
- '450': 'hsl(199.74, 99.83%, 67.57%)',
11
- '500': 'hsl(202.52, 100%, 57.55%)',
12
- '550': 'hsl(204.76, 100%, 46.97%)',
13
- '600': 'hsl(217.34, 98.31%, 53.53%)',
14
- '650': 'hsl(216.77, 89.43%, 43.98%)',
15
- '700': 'hsl(216.29, 94.14%, 35%)',
16
- '750': 'hsl(216.37, 97.67%, 26.93%)',
17
- '800': 'hsl(217.2, 100%, 19.61%)',
18
- '850': 'hsl(218.95, 100%, 14.93%)',
19
- '900': 'hsl(222.31, 100%, 10.59%)',
20
- '950': 'hsl(228.65, 100%, 6.6%)',
21
- }
22
- export const accent = {
23
- '50': 'hsl(350.85, 100%, 98.97%)',
24
- '100': 'hsl(350.7, 100%, 97.7%)',
25
- '150': 'hsl(350.55, 100%, 96.41%)',
26
- '200': 'hsl(350.4, 100%, 95.1%)',
27
- '250': 'hsl(350.92, 100%, 92.94%)',
28
- '300': 'hsl(351.43, 100%, 90.72%)',
29
- '350': 'hsl(351.92, 100%, 88.44%)',
30
- '400': 'hsl(352.39, 100%, 86.08%)',
31
- '450': 'hsl(353.39, 86.96%, 78.18%)',
32
- '500': 'hsl(353.95, 78.84%, 69.69%)',
33
- '550': 'hsl(353.52, 73.17%, 60.13%)',
34
- '600': 'hsl(348.56, 82.2%, 46.27%)',
35
- '650': 'hsl(347.26, 85.91%, 38.92%)',
36
- '700': 'hsl(345.89, 91%, 31.81%)',
37
- '750': 'hsl(345, 95.87%, 25.31%)',
38
- '800': 'hsl(344.85, 100%, 19.41%)',
39
- '850': 'hsl(346.11, 100%, 14.46%)',
40
- '900': 'hsl(349.15, 100%, 10.03%)',
41
- '950': 'hsl(352.16, 100%, 6.06%)',
42
- }
43
- export const grey = {
44
- '50': 'hsl(223.81, 0%, 98.03%)',
45
- '100': 'hsl(223.81, 0%, 96.06%)',
46
- '150': 'hsl(223.81, 0%, 94.11%)',
47
- '200': 'hsl(223.81, 0%, 92.16%)',
48
- '250': 'hsl(200.05, 4.31%, 89.64%)',
49
- '300': 'hsl(200.03, 6.92%, 87.13%)',
50
- '350': 'hsl(200.02, 8.65%, 84.64%)',
51
- '400': 'hsl(200, 9.89%, 82.16%)',
52
- '450': 'hsl(200.47, 6.03%, 68.52%)',
53
- '500': 'hsl(200.94, 4.51%, 55.36%)',
54
- '550': 'hsl(201.39, 4.91%, 42.76%)',
55
- '600': 'hsl(201.82, 7.01%, 30.78%)',
56
- '650': 'hsl(203.03, 7.74%, 26.71%)',
57
- '700': 'hsl(204.24, 8.68%, 22.73%)',
58
- '750': 'hsl(205.45, 9.93%, 18.85%)',
59
- '800': 'hsl(206.67, 11.69%, 15.1%)',
60
- '850': 'hsl(206.66, 13.37%, 10.7%)',
61
- '900': 'hsl(206.64, 17.01%, 6.52%)',
62
- '950': 'hsl(208.68, 23.47%, 2.8%)',
63
- }
@@ -1,63 +0,0 @@
1
- export const primary = {
2
- '50': 'oklch(0.9816683948128555 0.013540580086234762 227.890755564881)',
3
- '100': 'oklch(0.9633367896257109 0.022914827838243446 227.890755564881)',
4
- '150': 'oklch(0.9450051844385663 0.032289075590252125 227.890755564881)',
5
- '200': 'oklch(0.9266735792514218 0.04166332334226081 227.890755564881)',
6
- '250': 'oklch(0.9110280326138016 0.05428316129852959 226.81685418252806)',
7
- '300': 'oklch(0.8953824859761815 0.06690299925479838 225.74295280017512)',
8
- '350': 'oklch(0.8797369393385615 0.07952283721106716 224.66905141782217)',
9
- '400': 'oklch(0.8640913927009413 0.09214267516733594 223.59515003546923)',
10
- '450': 'oklch(0.7918467078448571 0.12656541375136143 232.8854457721009)',
11
- '500': 'oklch(0.719602022988773 0.1609881523353869 242.17574150873253)',
12
- '550': 'oklch(0.6473573381326887 0.19541089091941238 251.4660372453642)',
13
- '600': 'oklch(0.5751126532766045 0.2298336295034379 260.75633298199585)',
14
- '650': 'oklch(0.5038341615701663 0.20169915825513662 260.52773388396713)',
15
- '700': 'oklch(0.43255566986372795 0.17356468700683536 260.29913478593846)',
16
- '750': 'oklch(0.3612771781572896 0.1454302157585341 260.07053568790974)',
17
- '800': 'oklch(0.2899986864508513 0.11729574451023282 259.841936589881)',
18
- '850': 'oklch(0.23924891632195233 0.0997013828336979 259.841936589881)',
19
- '900': 'oklch(0.18849914619305336 0.08210702115716298 259.841936589881)',
20
- '950': 'oklch(0.13774937606415438 0.06451265948062805 259.841936589881)',
21
- }
22
- export const accent = {
23
- '50': 'oklch(0.9865629857873716 0.009043874600495525 6.653158456152784)',
24
- '100': 'oklch(0.9731259715747431 0.015305018554684736 6.653158456152784)',
25
- '150': 'oklch(0.9596889573621147 0.021566162508873946 6.653158456152784)',
26
- '200': 'oklch(0.9462519431494862 0.027827306463063157 6.653158456152784)',
27
- '250': 'oklch(0.9224097820035976 0.041627996281084 7.632544925274676)',
28
- '300': 'oklch(0.8985676208577089 0.05542868609910484 8.611931394396567)',
29
- '350': 'oklch(0.8747254597118204 0.06922937591712569 9.59131786351846)',
30
- '400': 'oklch(0.8508832985659317 0.08303006573514653 10.570704332640352)',
31
- '450': 'oklch(0.7786513285230947 0.11664880226231811 13.011419492803782)',
32
- '500': 'oklch(0.7064193584802577 0.15026753878948967 15.45213465296721)',
33
- '550': 'oklch(0.6341873884374207 0.18388627531666124 17.892849813130642)',
34
- '600': 'oklch(0.5619554183945837 0.2175050118438328 20.33356497329407)',
35
- '650': 'oklch(0.5007084126233001 0.1948505033631296 19.53345435711309)',
36
- '700': 'oklch(0.4394614068520166 0.17219599488242637 18.733343740932114)',
37
- '750': 'oklch(0.3782144010807331 0.14954148640172313 17.933233124751133)',
38
- '800': 'oklch(0.31696739530944956 0.1268869779210199 17.133122508570153)',
39
- '850': 'oklch(0.2614981011302959 0.10785393123286692 17.133122508570153)',
40
- '900': 'oklch(0.20602880695114223 0.08882088454471393 17.133122508570153)',
41
- '950': 'oklch(0.15055951277198854 0.06978783785656095 17.133122508570153)',
42
- }
43
- export const grey = {
44
- '50': 'oklch(0.9850175274112574 0 0)',
45
- '100': 'oklch(0.9700350548225147 0 0)',
46
- '150': 'oklch(0.9550525822337722 0 0)',
47
- '200': 'oklch(0.9400701096450296 0 0)',
48
- '250': 'oklch(0.9208267112856119 0.0019440594503795112 228.8687380011113)',
49
- '300': 'oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113)',
50
- '350': 'oklch(0.8823399145667763 0.005832178351138532 228.8687380011113)',
51
- '400': 'oklch(0.8630965162073586 0.007776237801518043 228.8687380011113)',
52
- '450': 'oklch(0.7539290831519737 0.008632737257709678 229.8058410593526)',
53
- '500': 'oklch(0.6447616500965888 0.009489236713901311 230.74294411759388)',
54
- '550': 'oklch(0.5355942170412039 0.010345736170092946 231.68004717583517)',
55
- '600': 'oklch(0.426426783985819 0.011202235626284581 232.61715023407646)',
56
- '650': 'oklch(0.3871732148397997 0.010991669591883444 234.98382249287215)',
57
- '700': 'oklch(0.3479196456937804 0.010781103557482309 237.35049475166784)',
58
- '750': 'oklch(0.3086660765477611 0.010570537523081174 239.71716701046353)',
59
- '800': 'oklch(0.26941250740174183 0.010359971488680036 242.08383926925922)',
60
- '850': 'oklch(0.222265318606437 0.00880597576537803 242.08383926925922)',
61
- '900': 'oklch(0.17511812981113217 0.007251980042076026 242.08383926925922)',
62
- '950': 'oklch(0.12797094101582737 0.005697984318774021 242.08383926925922)',
63
- }
@@ -1,63 +0,0 @@
1
- export const primary = {
2
- '50': 'rgb(240, 251, 255)',
3
- '100': 'rgb(228, 246, 255)',
4
- '150': 'rgb(215, 242, 254)',
5
- '200': 'rgb(203, 237, 253)',
6
- '250': 'rgb(188, 234, 254)',
7
- '300': 'rgb(173, 231, 255)',
8
- '350': 'rgb(157, 227, 255)',
9
- '400': 'rgb(140, 224, 255)',
10
- '450': 'rgb(90, 201, 255)',
11
- '500': 'rgb(38, 174, 255)',
12
- '550': 'rgb(0, 143, 255)',
13
- '600': 'rgb(20, 108, 253)',
14
- '650': 'rgb(12, 90, 212)',
15
- '700': 'rgb(5, 72, 173)',
16
- '750': 'rgb(2, 54, 136)',
17
- '800': 'rgb(0, 38, 100)',
18
- '850': 'rgb(0, 26, 77)',
19
- '900': 'rgb(0, 16, 55)',
20
- '950': 'rgb(0, 6, 34)',
21
- }
22
- export const accent = {
23
- '50': 'rgb(255, 248, 249)',
24
- '100': 'rgb(255, 242, 244)',
25
- '150': 'rgb(255, 236, 239)',
26
- '200': 'rgb(255, 230, 234)',
27
- '250': 'rgb(255, 219, 224)',
28
- '300': 'rgb(255, 207, 214)',
29
- '350': 'rgb(255, 196, 204)',
30
- '400': 'rgb(255, 184, 193)',
31
- '450': 'rgb(248, 151, 162)',
32
- '500': 'rgb(239, 117, 129)',
33
- '550': 'rgb(228, 79, 95)',
34
- '600': 'rgb(215, 21, 58)',
35
- '650': 'rgb(185, 14, 50)',
36
- '700': 'rgb(155, 7, 42)',
37
- '750': 'rgb(126, 3, 34)',
38
- '800': 'rgb(99, 0, 25)',
39
- '850': 'rgb(76, 0, 16)',
40
- '900': 'rgb(54, 0, 8)',
41
- '950': 'rgb(33, 0, 3)',
42
- }
43
- export const grey = {
44
- '50': 'rgb(250, 250, 250)',
45
- '100': 'rgb(245, 245, 245)',
46
- '150': 'rgb(240, 240, 240)',
47
- '200': 'rgb(235, 235, 235)',
48
- '250': 'rgb(227, 229, 230)',
49
- '300': 'rgb(220, 223, 224)',
50
- '350': 'rgb(212, 217, 219)',
51
- '400': 'rgb(205, 211, 214)',
52
- '450': 'rgb(170, 176, 180)',
53
- '500': 'rgb(136, 143, 146)',
54
- '550': 'rgb(104, 111, 114)',
55
- '600': 'rgb(73, 80, 84)',
56
- '650': 'rgb(63, 69, 73)',
57
- '700': 'rgb(53, 59, 63)',
58
- '750': 'rgb(43, 49, 53)',
59
- '800': 'rgb(34, 39, 43)',
60
- '850': 'rgb(24, 28, 31)',
61
- '900': 'rgb(14, 17, 19)',
62
- '950': 'rgb(5, 7, 9)',
63
- }
package/src/types.d.ts DELETED
@@ -1,27 +0,0 @@
1
- interface JsModule {
2
- [key: string]: string | number
3
- }
4
- declare module '*.css' {
5
- const content: string
6
- export default content
7
- }
8
-
9
- declare module '*.scss' {
10
- const content: string
11
- export default content
12
- }
13
-
14
- declare module '*.less' {
15
- const content: string
16
- export default content
17
- }
18
-
19
- declare module '*.js' {
20
- const content: { [key: string]: JsModule }
21
- export default content
22
- }
23
-
24
- declare module '*.ts' {
25
- const content: { [key: string]: JsModule }
26
- export default content
27
- }