@nswds/tokens 0.0.2 → 2.0.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/global/hex.css +192 -0
  2. package/dist/css/colors/global/hsl.css +192 -0
  3. package/dist/css/colors/global/oklch.css +192 -0
  4. package/dist/css/colors/global/rgb.css +192 -0
  5. package/dist/css/colors/themes/masterbrand/hex.css +3 -0
  6. package/dist/css/colors/themes/masterbrand/hsl.css +3 -0
  7. package/dist/css/colors/themes/masterbrand/oklch.css +3 -0
  8. package/dist/css/colors/themes/masterbrand/rgb.css +3 -0
  9. package/dist/js/colors/global/hex.js +210 -0
  10. package/dist/js/colors/global/hsl.js +210 -0
  11. package/dist/js/colors/global/oklch.js +210 -0
  12. package/dist/js/colors/global/rgb.js +210 -0
  13. package/dist/js/colors/themes/masterbrand/hex.js +72 -0
  14. package/dist/js/colors/themes/masterbrand/hsl.js +72 -0
  15. package/dist/js/colors/themes/masterbrand/oklch.js +72 -0
  16. package/dist/js/colors/themes/masterbrand/rgb.js +72 -0
  17. package/dist/json/colors/global/hex.json +0 -0
  18. package/dist/json/colors/global/hsl.json +0 -0
  19. package/dist/json/colors/global/oklch.json +0 -0
  20. package/dist/json/colors/global/rgb.json +0 -0
  21. package/dist/json/colors/themes/masterbrand/hex.json +0 -0
  22. package/dist/json/colors/themes/masterbrand/hsl.json +0 -0
  23. package/dist/json/colors/themes/masterbrand/oklch.json +0 -0
  24. package/dist/json/colors/themes/masterbrand/rgb.json +0 -0
  25. package/dist/less/colors/global/hex.less +0 -0
  26. package/dist/less/colors/global/hsl.less +0 -0
  27. package/dist/less/colors/global/oklch.less +0 -0
  28. package/dist/less/colors/global/rgb.less +0 -0
  29. package/dist/less/colors/themes/masterbrand/hex.less +0 -0
  30. package/dist/less/colors/themes/masterbrand/hsl.less +0 -0
  31. package/dist/less/colors/themes/masterbrand/oklch.less +0 -0
  32. package/dist/less/colors/themes/masterbrand/rgb.less +0 -0
  33. package/dist/scss/colors/global/hex.scss +190 -0
  34. package/dist/scss/colors/global/hsl.scss +190 -0
  35. package/dist/scss/colors/global/oklch.scss +190 -0
  36. package/dist/scss/colors/global/rgb.scss +190 -0
  37. package/dist/scss/colors/themes/masterbrand/hex.scss +56 -0
  38. package/dist/scss/colors/themes/masterbrand/hsl.scss +56 -0
  39. package/dist/scss/colors/themes/masterbrand/oklch.scss +56 -0
  40. package/dist/scss/colors/themes/masterbrand/rgb.scss +56 -0
  41. package/dist/tailwind/colors/global/hex.css +192 -0
  42. package/dist/tailwind/colors/global/hsl.css +192 -0
  43. package/dist/tailwind/colors/global/oklch.css +192 -0
  44. package/dist/tailwind/colors/global/rgb.css +192 -0
  45. package/dist/tailwind/colors/themes/masterbrand/hex.css +58 -0
  46. package/dist/tailwind/colors/themes/masterbrand/hsl.css +58 -0
  47. package/dist/tailwind/colors/themes/masterbrand/oklch.css +58 -0
  48. package/dist/tailwind/colors/themes/masterbrand/rgb.css +58 -0
  49. package/dist/ts/colors/global/hex.ts +210 -0
  50. package/dist/ts/colors/global/hsl.ts +210 -0
  51. package/dist/ts/colors/global/oklch.ts +210 -0
  52. package/dist/ts/colors/global/rgb.ts +210 -0
  53. package/dist/ts/colors/themes/masterbrand/hex.ts +72 -0
  54. package/dist/ts/colors/themes/masterbrand/hsl.ts +72 -0
  55. package/dist/ts/colors/themes/masterbrand/oklch.ts +72 -0
  56. package/dist/ts/colors/themes/masterbrand/rgb.ts +72 -0
  57. package/package.json +1 -1
  58. package/tokens/global/color/hsl.json +2302 -0
  59. package/tokens/global/color/rgb.json +2302 -0
  60. package/tokens/themes/masterbrand/color/hex.json +242 -0
  61. package/tokens/themes/masterbrand/color/hsl.json +690 -0
  62. package/tokens/themes/masterbrand/color/oklch.json +690 -0
  63. package/tokens/themes/masterbrand/color/rgb.json +690 -0
  64. package/dist/css/colors/oklch/theme.css +0 -274
  65. package/dist/ts/colors/hex/theme.ts +0 -284
  66. package/dist/ts/colors/hsl/theme.ts +0 -284
  67. package/dist/ts/colors/oklch/theme.ts +0 -284
  68. package/dist/ts/colors/rgb/theme.ts +0 -284
  69. package/tokens/theme/masterbrand/color/hex/hex.json +0 -226
  70. package/tokens/theme/masterbrand/color/oklch/oklch.json +0 -674
  71. /package/tokens/{globals/color/masterbrand/hex/color.json → global/color/hex.json} +0 -0
  72. /package/tokens/{globals/color/masterbrand/oklch/color.json → global/color/oklch.json} +0 -0
@@ -0,0 +1,242 @@
1
+ {
2
+ "primary": {
3
+ "value": "#002664",
4
+ "type": "color",
5
+ "variants": {
6
+ "lightest": {
7
+ "value": "#0c5ad4",
8
+ "type": "color"
9
+ },
10
+ "lighter": {
11
+ "value": "#0548ad",
12
+ "type": "color"
13
+ },
14
+ "light": {
15
+ "value": "#023688",
16
+ "type": "color"
17
+ },
18
+ "dark": {
19
+ "value": "#001a4d",
20
+ "type": "color"
21
+ },
22
+ "darker": {
23
+ "value": "#001037",
24
+ "type": "color"
25
+ },
26
+ "darkest": {
27
+ "value": "#000622",
28
+ "type": "color"
29
+ }
30
+ }
31
+ },
32
+ "secondary": {
33
+ "value": "#cbedfd",
34
+ "type": "color",
35
+ "variants": {
36
+ "lightest": {
37
+ "value": "#f0fbff",
38
+ "type": "color"
39
+ },
40
+ "lighter": {
41
+ "value": "#e4f6ff",
42
+ "type": "color"
43
+ },
44
+ "light": {
45
+ "value": "#d7f2fe",
46
+ "type": "color"
47
+ },
48
+ "dark": {
49
+ "value": "#bceafe",
50
+ "type": "color"
51
+ },
52
+ "darker": {
53
+ "value": "#ade7ff",
54
+ "type": "color"
55
+ },
56
+ "darkest": {
57
+ "value": "#9de3ff",
58
+ "type": "color"
59
+ }
60
+ }
61
+ },
62
+ "tertiary": {
63
+ "value": "#146cfd",
64
+ "type": "color",
65
+ "variants": {
66
+ "lightest": {
67
+ "value": "#5ac9ff",
68
+ "type": "color"
69
+ },
70
+ "lighter": {
71
+ "value": "#26aeff",
72
+ "type": "color"
73
+ },
74
+ "light": {
75
+ "value": "#008fff",
76
+ "type": "color"
77
+ },
78
+ "dark": {
79
+ "value": "#0c5ad4",
80
+ "type": "color"
81
+ },
82
+ "darker": {
83
+ "value": "#0548ad",
84
+ "type": "color"
85
+ },
86
+ "darkest": {
87
+ "value": "#023688",
88
+ "type": "color"
89
+ }
90
+ }
91
+ },
92
+ "accent": {
93
+ "value": "#d7153a",
94
+ "type": "color",
95
+ "variants": {
96
+ "lightest": {
97
+ "value": "#f897a2",
98
+ "type": "color"
99
+ },
100
+ "lighter": {
101
+ "value": "#ef7581",
102
+ "type": "color"
103
+ },
104
+ "light": {
105
+ "value": "#e44f5f",
106
+ "type": "color"
107
+ },
108
+ "dark": {
109
+ "value": "#b90e32",
110
+ "type": "color"
111
+ },
112
+ "darker": {
113
+ "value": "#9b072a",
114
+ "type": "color"
115
+ },
116
+ "darkest": {
117
+ "value": "#7e0322",
118
+ "type": "color"
119
+ }
120
+ }
121
+ },
122
+ "success": {
123
+ "value": "#008a07",
124
+ "type": "color",
125
+ "variants": {
126
+ "lightest": {
127
+ "value": "#c4e5c0",
128
+ "type": "color"
129
+ },
130
+ "lighter": {
131
+ "value": "#8fc78b",
132
+ "type": "color"
133
+ },
134
+ "light": {
135
+ "value": "#58a854",
136
+ "type": "color"
137
+ },
138
+ "dark": {
139
+ "value": "#006a00",
140
+ "type": "color"
141
+ },
142
+ "darker": {
143
+ "value": "#004c00",
144
+ "type": "color"
145
+ },
146
+ "darkest": {
147
+ "value": "#002f00",
148
+ "type": "color"
149
+ }
150
+ }
151
+ },
152
+ "warning": {
153
+ "value": "#c95000",
154
+ "type": "color",
155
+ "variants": {
156
+ "lightest": {
157
+ "value": "#fdd2c0",
158
+ "type": "color"
159
+ },
160
+ "lighter": {
161
+ "value": "#eea88a",
162
+ "type": "color"
163
+ },
164
+ "light": {
165
+ "value": "#dd7d53",
166
+ "type": "color"
167
+ },
168
+ "dark": {
169
+ "value": "#9d3a00",
170
+ "type": "color"
171
+ },
172
+ "darker": {
173
+ "value": "#722600",
174
+ "type": "color"
175
+ },
176
+ "darkest": {
177
+ "value": "#4b1200",
178
+ "type": "color"
179
+ }
180
+ }
181
+ },
182
+ "error": {
183
+ "value": "#b81237",
184
+ "type": "color",
185
+ "variants": {
186
+ "lightest": {
187
+ "value": "#fdc6c6",
188
+ "type": "color"
189
+ },
190
+ "lighter": {
191
+ "value": "#ea9295",
192
+ "type": "color"
193
+ },
194
+ "light": {
195
+ "value": "#d35d65",
196
+ "type": "color"
197
+ },
198
+ "dark": {
199
+ "value": "#8f0327",
200
+ "type": "color"
201
+ },
202
+ "darker": {
203
+ "value": "#690018",
204
+ "type": "color"
205
+ },
206
+ "darkest": {
207
+ "value": "#44000a",
208
+ "type": "color"
209
+ }
210
+ }
211
+ },
212
+ "info": {
213
+ "value": "#2e5299",
214
+ "type": "color",
215
+ "variants": {
216
+ "lightest": {
217
+ "value": "#acbbd5",
218
+ "type": "color"
219
+ },
220
+ "lighter": {
221
+ "value": "#8198c2",
222
+ "type": "color"
223
+ },
224
+ "light": {
225
+ "value": "#5775ae",
226
+ "type": "color"
227
+ },
228
+ "dark": {
229
+ "value": "#203d77",
230
+ "type": "color"
231
+ },
232
+ "darker": {
233
+ "value": "#132956",
234
+ "type": "color"
235
+ },
236
+ "darkest": {
237
+ "value": "#071738",
238
+ "type": "color"
239
+ }
240
+ }
241
+ }
242
+ }