@nswds/tokens 2.31.0 → 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 +15 -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,59 +0,0 @@
1
- :root {
2
- --primary-50: #f0fbff;
3
- --primary-100: #e4f6ff;
4
- --primary-150: #d7f2fe;
5
- --primary-200: #cbedfd;
6
- --primary-250: #bceafe;
7
- --primary-300: #ade7ff;
8
- --primary-350: #9de3ff;
9
- --primary-400: #8ce0ff;
10
- --primary-450: #5ac9ff;
11
- --primary-500: #26aeff;
12
- --primary-550: #008fff;
13
- --primary-600: #146cfd;
14
- --primary-650: #0c5ad4;
15
- --primary-700: #0548ad;
16
- --primary-750: #023688;
17
- --primary-800: #002664;
18
- --primary-850: #001a4d;
19
- --primary-900: #001037;
20
- --primary-950: #000622;
21
- --accent-50: #fff8f9;
22
- --accent-100: #fff2f4;
23
- --accent-150: #ffecef;
24
- --accent-200: #ffe6ea;
25
- --accent-250: #ffdbe0;
26
- --accent-300: #ffcfd6;
27
- --accent-350: #ffc4cc;
28
- --accent-400: #ffb8c1;
29
- --accent-450: #f897a2;
30
- --accent-500: #ef7581;
31
- --accent-550: #e44f5f;
32
- --accent-600: #d7153a;
33
- --accent-650: #b90e32;
34
- --accent-700: #9b072a;
35
- --accent-750: #7e0322;
36
- --accent-800: #630019;
37
- --accent-850: #4c0010;
38
- --accent-900: #360008;
39
- --accent-950: #210003;
40
- --grey-50: #fafafa;
41
- --grey-100: #f5f5f5;
42
- --grey-150: #f0f0f0;
43
- --grey-200: #ebebeb;
44
- --grey-250: #e3e5e6;
45
- --grey-300: #dcdfe0;
46
- --grey-350: #d4d9db;
47
- --grey-400: #cdd3d6;
48
- --grey-450: #aab0b4;
49
- --grey-500: #888f92;
50
- --grey-550: #686f72;
51
- --grey-600: #495054;
52
- --grey-650: #3f4549;
53
- --grey-700: #353b3f;
54
- --grey-750: #2b3135;
55
- --grey-800: #22272b;
56
- --grey-850: #181c1f;
57
- --grey-900: #0e1113;
58
- --grey-950: #050709;
59
- }
@@ -1,59 +0,0 @@
1
- :root {
2
- --primary-50: hsl(199.45, 100%, 97.34%);
3
- --primary-100: hsl(199.38, 100%, 94.73%);
4
- --primary-150: hsl(199.3, 95.85%, 92.09%);
5
- --primary-200: hsl(199.2, 92.59%, 89.41%);
6
- --primary-250: hsl(198.5, 96.87%, 86.75%);
7
- --primary-300: hsl(197.76, 98.99%, 83.89%);
8
- --primary-350: hsl(197, 99.87%, 80.82%);
9
- --primary-400: hsl(196.17, 100%, 77.45%);
10
- --primary-450: hsl(199.74, 99.83%, 67.57%);
11
- --primary-500: hsl(202.52, 100%, 57.55%);
12
- --primary-550: hsl(204.76, 100%, 46.97%);
13
- --primary-600: hsl(217.34, 98.31%, 53.53%);
14
- --primary-650: hsl(216.77, 89.43%, 43.98%);
15
- --primary-700: hsl(216.29, 94.14%, 35%);
16
- --primary-750: hsl(216.37, 97.67%, 26.93%);
17
- --primary-800: hsl(217.2, 100%, 19.61%);
18
- --primary-850: hsl(218.95, 100%, 14.93%);
19
- --primary-900: hsl(222.31, 100%, 10.59%);
20
- --primary-950: hsl(228.65, 100%, 6.6%);
21
- --accent-50: hsl(350.85, 100%, 98.97%);
22
- --accent-100: hsl(350.7, 100%, 97.7%);
23
- --accent-150: hsl(350.55, 100%, 96.41%);
24
- --accent-200: hsl(350.4, 100%, 95.1%);
25
- --accent-250: hsl(350.92, 100%, 92.94%);
26
- --accent-300: hsl(351.43, 100%, 90.72%);
27
- --accent-350: hsl(351.92, 100%, 88.44%);
28
- --accent-400: hsl(352.39, 100%, 86.08%);
29
- --accent-450: hsl(353.39, 86.96%, 78.18%);
30
- --accent-500: hsl(353.95, 78.84%, 69.69%);
31
- --accent-550: hsl(353.52, 73.17%, 60.13%);
32
- --accent-600: hsl(348.56, 82.2%, 46.27%);
33
- --accent-650: hsl(347.26, 85.91%, 38.92%);
34
- --accent-700: hsl(345.89, 91%, 31.81%);
35
- --accent-750: hsl(345, 95.87%, 25.31%);
36
- --accent-800: hsl(344.85, 100%, 19.41%);
37
- --accent-850: hsl(346.11, 100%, 14.46%);
38
- --accent-900: hsl(349.15, 100%, 10.03%);
39
- --accent-950: hsl(352.16, 100%, 6.06%);
40
- --grey-50: hsl(223.81, 0%, 98.03%);
41
- --grey-100: hsl(223.81, 0%, 96.06%);
42
- --grey-150: hsl(223.81, 0%, 94.11%);
43
- --grey-200: hsl(223.81, 0%, 92.16%);
44
- --grey-250: hsl(200.05, 4.31%, 89.64%);
45
- --grey-300: hsl(200.03, 6.92%, 87.13%);
46
- --grey-350: hsl(200.02, 8.65%, 84.64%);
47
- --grey-400: hsl(200, 9.89%, 82.16%);
48
- --grey-450: hsl(200.47, 6.03%, 68.52%);
49
- --grey-500: hsl(200.94, 4.51%, 55.36%);
50
- --grey-550: hsl(201.39, 4.91%, 42.76%);
51
- --grey-600: hsl(201.82, 7.01%, 30.78%);
52
- --grey-650: hsl(203.03, 7.74%, 26.71%);
53
- --grey-700: hsl(204.24, 8.68%, 22.73%);
54
- --grey-750: hsl(205.45, 9.93%, 18.85%);
55
- --grey-800: hsl(206.67, 11.69%, 15.1%);
56
- --grey-850: hsl(206.66, 13.37%, 10.7%);
57
- --grey-900: hsl(206.64, 17.01%, 6.52%);
58
- --grey-950: hsl(208.68, 23.47%, 2.8%);
59
- }
@@ -1,59 +0,0 @@
1
- :root {
2
- --primary-50: oklch(0.9816683948128555 0.013540580086234762 227.890755564881);
3
- --primary-100: oklch(0.9633367896257109 0.022914827838243446 227.890755564881);
4
- --primary-150: oklch(0.9450051844385663 0.032289075590252125 227.890755564881);
5
- --primary-200: oklch(0.9266735792514218 0.04166332334226081 227.890755564881);
6
- --primary-250: oklch(0.9110280326138016 0.05428316129852959 226.81685418252806);
7
- --primary-300: oklch(0.8953824859761815 0.06690299925479838 225.74295280017512);
8
- --primary-350: oklch(0.8797369393385615 0.07952283721106716 224.66905141782217);
9
- --primary-400: oklch(0.8640913927009413 0.09214267516733594 223.59515003546923);
10
- --primary-450: oklch(0.7918467078448571 0.12656541375136143 232.8854457721009);
11
- --primary-500: oklch(0.719602022988773 0.1609881523353869 242.17574150873253);
12
- --primary-550: oklch(0.6473573381326887 0.19541089091941238 251.4660372453642);
13
- --primary-600: oklch(0.5751126532766045 0.2298336295034379 260.75633298199585);
14
- --primary-650: oklch(0.5038341615701663 0.20169915825513662 260.52773388396713);
15
- --primary-700: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
16
- --primary-750: oklch(0.3612771781572896 0.1454302157585341 260.07053568790974);
17
- --primary-800: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
18
- --primary-850: oklch(0.23924891632195233 0.0997013828336979 259.841936589881);
19
- --primary-900: oklch(0.18849914619305336 0.08210702115716298 259.841936589881);
20
- --primary-950: oklch(0.13774937606415438 0.06451265948062805 259.841936589881);
21
- --accent-50: oklch(0.9865629857873716 0.009043874600495525 6.653158456152784);
22
- --accent-100: oklch(0.9731259715747431 0.015305018554684736 6.653158456152784);
23
- --accent-150: oklch(0.9596889573621147 0.021566162508873946 6.653158456152784);
24
- --accent-200: oklch(0.9462519431494862 0.027827306463063157 6.653158456152784);
25
- --accent-250: oklch(0.9224097820035976 0.041627996281084 7.632544925274676);
26
- --accent-300: oklch(0.8985676208577089 0.05542868609910484 8.611931394396567);
27
- --accent-350: oklch(0.8747254597118204 0.06922937591712569 9.59131786351846);
28
- --accent-400: oklch(0.8508832985659317 0.08303006573514653 10.570704332640352);
29
- --accent-450: oklch(0.7786513285230947 0.11664880226231811 13.011419492803782);
30
- --accent-500: oklch(0.7064193584802577 0.15026753878948967 15.45213465296721);
31
- --accent-550: oklch(0.6341873884374207 0.18388627531666124 17.892849813130642);
32
- --accent-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
33
- --accent-650: oklch(0.5007084126233001 0.1948505033631296 19.53345435711309);
34
- --accent-700: oklch(0.4394614068520166 0.17219599488242637 18.733343740932114);
35
- --accent-750: oklch(0.3782144010807331 0.14954148640172313 17.933233124751133);
36
- --accent-800: oklch(0.31696739530944956 0.1268869779210199 17.133122508570153);
37
- --accent-850: oklch(0.2614981011302959 0.10785393123286692 17.133122508570153);
38
- --accent-900: oklch(0.20602880695114223 0.08882088454471393 17.133122508570153);
39
- --accent-950: oklch(0.15055951277198854 0.06978783785656095 17.133122508570153);
40
- --grey-50: oklch(0.9850175274112574 0 0);
41
- --grey-100: oklch(0.9700350548225147 0 0);
42
- --grey-150: oklch(0.9550525822337722 0 0);
43
- --grey-200: oklch(0.9400701096450296 0 0);
44
- --grey-250: oklch(0.9208267112856119 0.0019440594503795112 228.8687380011113);
45
- --grey-300: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
46
- --grey-350: oklch(0.8823399145667763 0.005832178351138532 228.8687380011113);
47
- --grey-400: oklch(0.8630965162073586 0.007776237801518043 228.8687380011113);
48
- --grey-450: oklch(0.7539290831519737 0.008632737257709678 229.8058410593526);
49
- --grey-500: oklch(0.6447616500965888 0.009489236713901311 230.74294411759388);
50
- --grey-550: oklch(0.5355942170412039 0.010345736170092946 231.68004717583517);
51
- --grey-600: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
52
- --grey-650: oklch(0.3871732148397997 0.010991669591883444 234.98382249287215);
53
- --grey-700: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
54
- --grey-750: oklch(0.3086660765477611 0.010570537523081174 239.71716701046353);
55
- --grey-800: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
56
- --grey-850: oklch(0.222265318606437 0.00880597576537803 242.08383926925922);
57
- --grey-900: oklch(0.17511812981113217 0.007251980042076026 242.08383926925922);
58
- --grey-950: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
59
- }
@@ -1,59 +0,0 @@
1
- :root {
2
- --primary-50: rgb(240, 251, 255);
3
- --primary-100: rgb(228, 246, 255);
4
- --primary-150: rgb(215, 242, 254);
5
- --primary-200: rgb(203, 237, 253);
6
- --primary-250: rgb(188, 234, 254);
7
- --primary-300: rgb(173, 231, 255);
8
- --primary-350: rgb(157, 227, 255);
9
- --primary-400: rgb(140, 224, 255);
10
- --primary-450: rgb(90, 201, 255);
11
- --primary-500: rgb(38, 174, 255);
12
- --primary-550: rgb(0, 143, 255);
13
- --primary-600: rgb(20, 108, 253);
14
- --primary-650: rgb(12, 90, 212);
15
- --primary-700: rgb(5, 72, 173);
16
- --primary-750: rgb(2, 54, 136);
17
- --primary-800: rgb(0, 38, 100);
18
- --primary-850: rgb(0, 26, 77);
19
- --primary-900: rgb(0, 16, 55);
20
- --primary-950: rgb(0, 6, 34);
21
- --accent-50: rgb(255, 248, 249);
22
- --accent-100: rgb(255, 242, 244);
23
- --accent-150: rgb(255, 236, 239);
24
- --accent-200: rgb(255, 230, 234);
25
- --accent-250: rgb(255, 219, 224);
26
- --accent-300: rgb(255, 207, 214);
27
- --accent-350: rgb(255, 196, 204);
28
- --accent-400: rgb(255, 184, 193);
29
- --accent-450: rgb(248, 151, 162);
30
- --accent-500: rgb(239, 117, 129);
31
- --accent-550: rgb(228, 79, 95);
32
- --accent-600: rgb(215, 21, 58);
33
- --accent-650: rgb(185, 14, 50);
34
- --accent-700: rgb(155, 7, 42);
35
- --accent-750: rgb(126, 3, 34);
36
- --accent-800: rgb(99, 0, 25);
37
- --accent-850: rgb(76, 0, 16);
38
- --accent-900: rgb(54, 0, 8);
39
- --accent-950: rgb(33, 0, 3);
40
- --grey-50: rgb(250, 250, 250);
41
- --grey-100: rgb(245, 245, 245);
42
- --grey-150: rgb(240, 240, 240);
43
- --grey-200: rgb(235, 235, 235);
44
- --grey-250: rgb(227, 229, 230);
45
- --grey-300: rgb(220, 223, 224);
46
- --grey-350: rgb(212, 217, 219);
47
- --grey-400: rgb(205, 211, 214);
48
- --grey-450: rgb(170, 176, 180);
49
- --grey-500: rgb(136, 143, 146);
50
- --grey-550: rgb(104, 111, 114);
51
- --grey-600: rgb(73, 80, 84);
52
- --grey-650: rgb(63, 69, 73);
53
- --grey-700: rgb(53, 59, 63);
54
- --grey-750: rgb(43, 49, 53);
55
- --grey-800: rgb(34, 39, 43);
56
- --grey-850: rgb(24, 28, 31);
57
- --grey-900: rgb(14, 17, 19);
58
- --grey-950: rgb(5, 7, 9);
59
- }