@nswds/tokens 2.6.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 +5 -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,226 +1,236 @@
1
1
  {
2
- "primary-lightest": {
3
- "value": "#0c5ad4",
4
- "type": "color"
5
- },
6
- "primary-lighter": {
7
- "value": "#0548ad",
8
- "type": "color"
9
- },
10
- "primary-light": {
11
- "value": "#023688",
12
- "type": "color"
13
- },
14
2
  "primary": {
15
- "value": "#002664",
16
- "type": "color"
17
- },
18
- "primary-dark": {
19
- "value": "#001a4d",
20
- "type": "color"
21
- },
22
- "primary-darker": {
23
- "value": "#001037",
24
- "type": "color"
25
- },
26
- "primary-darkest": {
27
- "value": "#000622",
28
- "type": "color"
29
- },
30
- "secondary-lightest": {
31
- "value": "#f0fbff",
32
- "type": "color"
33
- },
34
- "secondary-lighter": {
35
- "value": "#e4f6ff",
36
- "type": "color"
37
- },
38
- "secondary-light": {
39
- "value": "#d7f2fe",
40
- "type": "color"
41
- },
42
- "secondary": {
43
- "value": "#cbedfd",
44
- "type": "color"
45
- },
46
- "secondary-dark": {
47
- "value": "#bceafe",
48
- "type": "color"
49
- },
50
- "secondary-darker": {
51
- "value": "#ade7ff",
52
- "type": "color"
53
- },
54
- "secondary-darkest": {
55
- "value": "#9de3ff",
56
- "type": "color"
57
- },
58
- "tertiary-lightest": {
59
- "value": "#5ac9ff",
60
- "type": "color"
61
- },
62
- "tertiary-lighter": {
63
- "value": "#26aeff",
64
- "type": "color"
65
- },
66
- "tertiary-light": {
67
- "value": "#008fff",
68
- "type": "color"
69
- },
70
- "tertiary": {
71
- "value": "#146cfd",
72
- "type": "color"
73
- },
74
- "tertiary-dark": {
75
- "value": "#0c5ad4",
76
- "type": "color"
77
- },
78
- "tertiary-darker": {
79
- "value": "#0548ad",
80
- "type": "color"
81
- },
82
- "tertiary-darkest": {
83
- "value": "#023688",
84
- "type": "color"
85
- },
86
- "accent-lightest": {
87
- "value": "#f897a2",
88
- "type": "color"
89
- },
90
- "accent-lighter": {
91
- "value": "#ef7581",
92
- "type": "color"
93
- },
94
- "accent-light": {
95
- "value": "#e44f5f",
96
- "type": "color"
3
+ "50": {
4
+ "$type": "color",
5
+ "$value": "#f0fbff"
6
+ },
7
+ "100": {
8
+ "$type": "color",
9
+ "$value": "#e4f6ff"
10
+ },
11
+ "150": {
12
+ "$type": "color",
13
+ "$value": "#d7f2fe"
14
+ },
15
+ "200": {
16
+ "$type": "color",
17
+ "$value": "#cbedfd"
18
+ },
19
+ "250": {
20
+ "$type": "color",
21
+ "$value": "#bceafe"
22
+ },
23
+ "300": {
24
+ "$type": "color",
25
+ "$value": "#ade7ff"
26
+ },
27
+ "350": {
28
+ "$type": "color",
29
+ "$value": "#9de3ff"
30
+ },
31
+ "400": {
32
+ "$type": "color",
33
+ "$value": "#8ce0ff"
34
+ },
35
+ "450": {
36
+ "$type": "color",
37
+ "$value": "#5ac9ff"
38
+ },
39
+ "500": {
40
+ "$type": "color",
41
+ "$value": "#26aeff"
42
+ },
43
+ "550": {
44
+ "$type": "color",
45
+ "$value": "#008fff"
46
+ },
47
+ "600": {
48
+ "$type": "color",
49
+ "$value": "#146cfd"
50
+ },
51
+ "650": {
52
+ "$type": "color",
53
+ "$value": "#0c5ad4"
54
+ },
55
+ "700": {
56
+ "$type": "color",
57
+ "$value": "#0548ad"
58
+ },
59
+ "750": {
60
+ "$type": "color",
61
+ "$value": "#023688"
62
+ },
63
+ "800": {
64
+ "$type": "color",
65
+ "$value": "#002664"
66
+ },
67
+ "850": {
68
+ "$type": "color",
69
+ "$value": "#001a4d"
70
+ },
71
+ "900": {
72
+ "$type": "color",
73
+ "$value": "#001037"
74
+ },
75
+ "950": {
76
+ "$type": "color",
77
+ "$value": "#000622"
78
+ }
97
79
  },
98
80
  "accent": {
99
- "value": "#d7153a",
100
- "type": "color"
101
- },
102
- "accent-dark": {
103
- "value": "#b90e32",
104
- "type": "color"
105
- },
106
- "accent-darker": {
107
- "value": "#9b072a",
108
- "type": "color"
109
- },
110
- "accent-darkest": {
111
- "value": "#7e0322",
112
- "type": "color"
113
- },
114
- "success-lightest": {
115
- "value": "#c4e5c0",
116
- "type": "color"
117
- },
118
- "success-lighter": {
119
- "value": "#8fc78b",
120
- "type": "color"
121
- },
122
- "success-light": {
123
- "value": "#58a854",
124
- "type": "color"
125
- },
126
- "success": {
127
- "value": "#008a07",
128
- "type": "color"
129
- },
130
- "success-dark": {
131
- "value": "#006a00",
132
- "type": "color"
133
- },
134
- "success-darker": {
135
- "value": "#004c00",
136
- "type": "color"
137
- },
138
- "success-darkest": {
139
- "value": "#002f00",
140
- "type": "color"
141
- },
142
- "warning-lightest": {
143
- "value": "#fdd2c0",
144
- "type": "color"
145
- },
146
- "warning-lighter": {
147
- "value": "#eea88a",
148
- "type": "color"
149
- },
150
- "warning-light": {
151
- "value": "#dd7d53",
152
- "type": "color"
153
- },
154
- "warning": {
155
- "value": "#c95000",
156
- "type": "color"
157
- },
158
- "warning-dark": {
159
- "value": "#9d3a00",
160
- "type": "color"
161
- },
162
- "warning-darker": {
163
- "value": "#722600",
164
- "type": "color"
165
- },
166
- "warning-darkest": {
167
- "value": "#4b1200",
168
- "type": "color"
169
- },
170
- "error-lightest": {
171
- "value": "#fdc6c6",
172
- "type": "color"
173
- },
174
- "error-lighter": {
175
- "value": "#ea9295",
176
- "type": "color"
177
- },
178
- "error-light": {
179
- "value": "#d35d65",
180
- "type": "color"
181
- },
182
- "error": {
183
- "value": "#b81237",
184
- "type": "color"
185
- },
186
- "error-dark": {
187
- "value": "#8f0327",
188
- "type": "color"
189
- },
190
- "error-darker": {
191
- "value": "#690018",
192
- "type": "color"
193
- },
194
- "error-darkest": {
195
- "value": "#44000a",
196
- "type": "color"
197
- },
198
- "info-lightest": {
199
- "value": "#acbbd5",
200
- "type": "color"
201
- },
202
- "info-lighter": {
203
- "value": "#8198c2",
204
- "type": "color"
205
- },
206
- "info-light": {
207
- "value": "#5775ae",
208
- "type": "color"
209
- },
210
- "info": {
211
- "value": "#2e5299",
212
- "type": "color"
213
- },
214
- "info-dark": {
215
- "value": "#203d77",
216
- "type": "color"
217
- },
218
- "info-darker": {
219
- "value": "#132956",
220
- "type": "color"
221
- },
222
- "info-darkest": {
223
- "value": "#071738",
224
- "type": "color"
81
+ "50": {
82
+ "$type": "color",
83
+ "$value": "#fff8f9"
84
+ },
85
+ "100": {
86
+ "$type": "color",
87
+ "$value": "#fff2f4"
88
+ },
89
+ "150": {
90
+ "$type": "color",
91
+ "$value": "#ffecef"
92
+ },
93
+ "200": {
94
+ "$type": "color",
95
+ "$value": "#ffe6ea"
96
+ },
97
+ "250": {
98
+ "$type": "color",
99
+ "$value": "#ffdbe0"
100
+ },
101
+ "300": {
102
+ "$type": "color",
103
+ "$value": "#ffcfd6"
104
+ },
105
+ "350": {
106
+ "$type": "color",
107
+ "$value": "#ffc4cc"
108
+ },
109
+ "400": {
110
+ "$type": "color",
111
+ "$value": "#ffb8c1"
112
+ },
113
+ "450": {
114
+ "$type": "color",
115
+ "$value": "#f897a2"
116
+ },
117
+ "500": {
118
+ "$type": "color",
119
+ "$value": "#ef7581"
120
+ },
121
+ "550": {
122
+ "$type": "color",
123
+ "$value": "#e44f5f"
124
+ },
125
+ "600": {
126
+ "$type": "color",
127
+ "$value": "#d7153a"
128
+ },
129
+ "650": {
130
+ "$type": "color",
131
+ "$value": "#b90e32"
132
+ },
133
+ "700": {
134
+ "$type": "color",
135
+ "$value": "#9b072a"
136
+ },
137
+ "750": {
138
+ "$type": "color",
139
+ "$value": "#7e0322"
140
+ },
141
+ "800": {
142
+ "$type": "color",
143
+ "$value": "#630019"
144
+ },
145
+ "850": {
146
+ "$type": "color",
147
+ "$value": "#4c0010"
148
+ },
149
+ "900": {
150
+ "$type": "color",
151
+ "$value": "#360008"
152
+ },
153
+ "950": {
154
+ "$type": "color",
155
+ "$value": "#210003"
156
+ }
157
+ },
158
+ "grey": {
159
+ "50": {
160
+ "$type": "color",
161
+ "$value": "#fafafa"
162
+ },
163
+ "100": {
164
+ "$type": "color",
165
+ "$value": "#f5f5f5"
166
+ },
167
+ "150": {
168
+ "$type": "color",
169
+ "$value": "#f0f0f0"
170
+ },
171
+ "200": {
172
+ "$type": "color",
173
+ "$value": "#ebebeb"
174
+ },
175
+ "250": {
176
+ "$type": "color",
177
+ "$value": "#e3e5e6"
178
+ },
179
+ "300": {
180
+ "$type": "color",
181
+ "$value": "#dcdfe0"
182
+ },
183
+ "350": {
184
+ "$type": "color",
185
+ "$value": "#d4d9db"
186
+ },
187
+ "400": {
188
+ "$type": "color",
189
+ "$value": "#cdd3d6"
190
+ },
191
+ "450": {
192
+ "$type": "color",
193
+ "$value": "#aab0b4"
194
+ },
195
+ "500": {
196
+ "$type": "color",
197
+ "$value": "#888f92"
198
+ },
199
+ "550": {
200
+ "$type": "color",
201
+ "$value": "#686f72"
202
+ },
203
+ "600": {
204
+ "$type": "color",
205
+ "$value": "#495054"
206
+ },
207
+ "650": {
208
+ "$type": "color",
209
+ "$value": "#3f4549"
210
+ },
211
+ "700": {
212
+ "$type": "color",
213
+ "$value": "#353b3f"
214
+ },
215
+ "750": {
216
+ "$type": "color",
217
+ "$value": "#2b3135"
218
+ },
219
+ "800": {
220
+ "$type": "color",
221
+ "$value": "#22272b"
222
+ },
223
+ "850": {
224
+ "$type": "color",
225
+ "$value": "#181c1f"
226
+ },
227
+ "900": {
228
+ "$type": "color",
229
+ "$value": "#0e1113"
230
+ },
231
+ "950": {
232
+ "$type": "color",
233
+ "$value": "#050709"
234
+ }
225
235
  }
226
- }
236
+ }