@servicetitan/hammer-token 2.3.0 → 2.5.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.
@@ -0,0 +1,439 @@
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
+ const { color } = require("../../global/primitive/color");
3
+ const { status } = require("./status");
4
+
5
+ module.exports = {
6
+ charts: {
7
+ monochrome: {
8
+ ["1"]: {
9
+ default: {
10
+ value: "#3892F3",
11
+ attributes: {
12
+ appearance: {
13
+ dark: {
14
+ value: "#8AC3FF",
15
+ },
16
+ },
17
+ },
18
+ },
19
+ stroke: {
20
+ value: "transparent",
21
+ attributes: {
22
+ appearance: {
23
+ dark: {
24
+ value: "transparent",
25
+ },
26
+ },
27
+ },
28
+ },
29
+ pattern: {
30
+ value: "solid",
31
+ },
32
+ },
33
+ ["2"]: {
34
+ default: {
35
+ value: "#08389c",
36
+ attributes: {
37
+ appearance: {
38
+ dark: {
39
+ value: "#3476FF",
40
+ },
41
+ },
42
+ },
43
+ },
44
+ stroke: {
45
+ value: "transparent",
46
+ attributes: {
47
+ appearance: {
48
+ dark: {
49
+ value: "transparent",
50
+ },
51
+ },
52
+ },
53
+ },
54
+ pattern: {
55
+ value: "solid",
56
+ },
57
+ },
58
+ ["3"]: {
59
+ default: {
60
+ value: "#F2F9FF",
61
+ attributes: {
62
+ appearance: {
63
+ dark: {
64
+ value: color.neutral["400"].value,
65
+ },
66
+ },
67
+ },
68
+ },
69
+ stroke: {
70
+ value: "#3892F3",
71
+ attributes: {
72
+ appearance: {
73
+ dark: {
74
+ value: "#8AC3FF",
75
+ },
76
+ },
77
+ },
78
+ },
79
+ pattern: {
80
+ value: "striped",
81
+ },
82
+ },
83
+ ["4"]: {
84
+ default: {
85
+ value: "#F2F9FF",
86
+ attributes: {
87
+ appearance: {
88
+ dark: {
89
+ value: "#F2F9FF",
90
+ },
91
+ },
92
+ },
93
+ },
94
+ stroke: {
95
+ value: "#3892F3",
96
+ attributes: {
97
+ appearance: {
98
+ dark: {
99
+ value: "#8AC3FF",
100
+ },
101
+ },
102
+ },
103
+ },
104
+ pattern: {
105
+ value: "solid",
106
+ },
107
+ },
108
+ },
109
+ categorical: {
110
+ ["1"]: {
111
+ default: {
112
+ value: "#3892F3",
113
+ attributes: {
114
+ appearance: {
115
+ dark: {
116
+ value: "#3892F3",
117
+ },
118
+ },
119
+ },
120
+ },
121
+ stroke: {
122
+ value: "transparent",
123
+ attributes: {
124
+ appearance: {
125
+ dark: {
126
+ value: "transparent",
127
+ },
128
+ },
129
+ },
130
+ },
131
+ pattern: {
132
+ value: "solid",
133
+ },
134
+ },
135
+ ["2"]: {
136
+ default: {
137
+ value: "#0FA2B8",
138
+ attributes: {
139
+ appearance: {
140
+ dark: {
141
+ value: "#C6F6FF",
142
+ },
143
+ },
144
+ },
145
+ },
146
+ stroke: {
147
+ value: "transparent",
148
+ attributes: {
149
+ appearance: {
150
+ dark: {
151
+ value: "transparent",
152
+ },
153
+ },
154
+ },
155
+ },
156
+ pattern: {
157
+ value: "solid",
158
+ },
159
+ },
160
+ ["3"]: {
161
+ default: {
162
+ value: "#907AF5",
163
+ attributes: {
164
+ appearance: {
165
+ dark: {
166
+ value: "#C6B8F4",
167
+ },
168
+ },
169
+ },
170
+ },
171
+ stroke: {
172
+ value: "transparent",
173
+ attributes: {
174
+ appearance: {
175
+ dark: {
176
+ value: "transparent",
177
+ },
178
+ },
179
+ },
180
+ },
181
+ pattern: {
182
+ value: "solid",
183
+ },
184
+ },
185
+ ["4"]: {
186
+ default: {
187
+ value: "#DE52CE",
188
+ attributes: {
189
+ appearance: {
190
+ dark: {
191
+ value: "#D949A9",
192
+ },
193
+ },
194
+ },
195
+ },
196
+ stroke: {
197
+ value: "transparent",
198
+ attributes: {
199
+ appearance: {
200
+ dark: {
201
+ value: "transparent",
202
+ },
203
+ },
204
+ },
205
+ },
206
+ pattern: {
207
+ value: "solid",
208
+ },
209
+ },
210
+ ["5"]: {
211
+ default: {
212
+ value: "#C2185B",
213
+ attributes: {
214
+ appearance: {
215
+ dark: {
216
+ value: "#ED1369",
217
+ },
218
+ },
219
+ },
220
+ },
221
+ stroke: {
222
+ value: "transparent",
223
+ attributes: {
224
+ appearance: {
225
+ dark: {
226
+ value: "transparent",
227
+ },
228
+ },
229
+ },
230
+ },
231
+ pattern: {
232
+ value: "solid",
233
+ },
234
+ },
235
+ ["6"]: {
236
+ default: {
237
+ value: "#759E15",
238
+ attributes: {
239
+ appearance: {
240
+ dark: {
241
+ value: "#8CC30B",
242
+ },
243
+ },
244
+ },
245
+ },
246
+ stroke: {
247
+ value: "transparent",
248
+ attributes: {
249
+ appearance: {
250
+ dark: {
251
+ value: "transparent",
252
+ },
253
+ },
254
+ },
255
+ },
256
+ pattern: {
257
+ value: "solid",
258
+ },
259
+ },
260
+ ["7"]: {
261
+ default: {
262
+ value: "#AC6400",
263
+ attributes: {
264
+ appearance: {
265
+ dark: {
266
+ value: "#B36800",
267
+ },
268
+ },
269
+ },
270
+ },
271
+ stroke: {
272
+ value: "transparent",
273
+ attributes: {
274
+ appearance: {
275
+ dark: {
276
+ value: "transparent",
277
+ },
278
+ },
279
+ },
280
+ },
281
+ pattern: {
282
+ value: "solid",
283
+ },
284
+ },
285
+ ["8"]: {
286
+ default: {
287
+ value: "#EB7200",
288
+ attributes: {
289
+ appearance: {
290
+ dark: {
291
+ value: "#FFA037",
292
+ },
293
+ },
294
+ },
295
+ },
296
+ stroke: {
297
+ value: "transparent",
298
+ attributes: {
299
+ appearance: {
300
+ dark: {
301
+ value: "transparent",
302
+ },
303
+ },
304
+ },
305
+ },
306
+ pattern: {
307
+ value: "solid",
308
+ },
309
+ },
310
+ ["9"]: {
311
+ default: {
312
+ value: "#D57A5C",
313
+ attributes: {
314
+ appearance: {
315
+ dark: {
316
+ value: "#D99078",
317
+ },
318
+ },
319
+ },
320
+ },
321
+ stroke: {
322
+ value: "transparent",
323
+ attributes: {
324
+ appearance: {
325
+ dark: {
326
+ value: "transparent",
327
+ },
328
+ },
329
+ },
330
+ },
331
+ pattern: {
332
+ value: "solid",
333
+ },
334
+ },
335
+ },
336
+ status: {
337
+ success: {
338
+ default: {
339
+ value: status.color.success.value,
340
+ attributes: {
341
+ appearance: {
342
+ dark: {
343
+ value: status.color.success.attributes.appearance.dark.value,
344
+ },
345
+ },
346
+ },
347
+ },
348
+ stroke: {
349
+ value: "transparent",
350
+ attributes: {
351
+ appearance: {
352
+ dark: {
353
+ value: "transparent",
354
+ },
355
+ },
356
+ },
357
+ },
358
+ pattern: {
359
+ value: "solid",
360
+ },
361
+ },
362
+ warning: {
363
+ default: {
364
+ value: status.color.warning.value,
365
+ attributes: {
366
+ appearance: {
367
+ dark: {
368
+ value: status.color.warning.attributes.appearance.dark.value,
369
+ },
370
+ },
371
+ },
372
+ },
373
+ stroke: {
374
+ value: "transparent",
375
+ attributes: {
376
+ appearance: {
377
+ dark: {
378
+ value: "transparent",
379
+ },
380
+ },
381
+ },
382
+ },
383
+ pattern: {
384
+ value: "solid",
385
+ },
386
+ },
387
+ danger: {
388
+ default: {
389
+ value: status.color.danger.value,
390
+ attributes: {
391
+ appearance: {
392
+ dark: {
393
+ value: status.color.danger.attributes.appearance.dark.value,
394
+ },
395
+ },
396
+ },
397
+ },
398
+ stroke: {
399
+ value: "transparent",
400
+ attributes: {
401
+ appearance: {
402
+ dark: {
403
+ value: "transparent",
404
+ },
405
+ },
406
+ },
407
+ },
408
+ pattern: {
409
+ value: "solid",
410
+ },
411
+ },
412
+ neutral: {
413
+ default: {
414
+ value: color.neutral["0"].value,
415
+ attributes: {
416
+ appearance: {
417
+ dark: {
418
+ value: color.neutral["400"].value,
419
+ },
420
+ },
421
+ },
422
+ },
423
+ stroke: {
424
+ value: "#8C9CA5",
425
+ attributes: {
426
+ appearance: {
427
+ dark: {
428
+ value: "#B4C1C8",
429
+ },
430
+ },
431
+ },
432
+ },
433
+ pattern: {
434
+ value: "striped",
435
+ },
436
+ },
437
+ },
438
+ },
439
+ };
@@ -1,4 +1,4 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
2
  const { foreground } = require("../foreground");
3
3
  const { background } = require("../background");
4
4
  const { overlay } = require("../overlay");
@@ -1,4 +1,4 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
2
  const { foreground } = require("../foreground");
3
3
  const { overlay } = require("../overlay");
4
4
  const tinycolor = require("tinycolor2");
@@ -1,4 +1,4 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
2
  const { color } = require("../../global/primitive/color");
3
3
  const { size } = require("../../global/primitive/size");
4
4
 
@@ -1,4 +1,4 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
2
  const { color } = require("../../global/primitive/color");
3
3
  const { status } = require("./status");
4
4
 
@@ -1,4 +1,4 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
2
  const { color } = require("../../global/primitive/color");
3
3
 
4
4
  module.exports = {
@@ -1,4 +1,4 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
2
  const { color } = require("../../global/primitive/color");
3
3
  const { size } = require("../../global/primitive/size");
4
4
 
@@ -1,4 +1,4 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
2
  const { color } = require("../../global/primitive/color");
3
3
 
4
4
  module.exports = {
@@ -1,4 +1,4 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
1
+ /* eslint-disable @typescript-eslint/no-require-imports */
2
2
  const { font } = require("../../global/primitive/font");
3
3
 
4
4
  module.exports = {
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- /* eslint-disable @typescript-eslint/no-var-requires */
2
+ /* eslint-disable @typescript-eslint/no-require-imports */
3
3
  const { program } = require("commander");
4
4
  const path = require("path");
5
5
  const fs = require("fs");