@dicebear/definitions 10.0.0-beta.5 → 10.0.0-rc.2

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 (66) hide show
  1. package/LICENSE.md +62 -52
  2. package/README.md +53 -6
  3. package/dist/adventurer-neutral.min.json +1 -0
  4. package/dist/adventurer.min.json +1 -0
  5. package/dist/avataaars-neutral.min.json +1 -0
  6. package/dist/avataaars.min.json +1 -0
  7. package/dist/big-ears-neutral.min.json +1 -0
  8. package/dist/big-ears.min.json +1 -0
  9. package/dist/big-smile.min.json +1 -0
  10. package/dist/bottts-neutral.min.json +1 -0
  11. package/dist/bottts.min.json +1 -0
  12. package/dist/croodles-neutral.min.json +1 -0
  13. package/dist/croodles.min.json +1 -0
  14. package/dist/dylan.min.json +1 -0
  15. package/dist/fun-emoji.min.json +1 -0
  16. package/dist/glass.min.json +1 -0
  17. package/dist/icons.min.json +1 -0
  18. package/dist/identicon.min.json +1 -0
  19. package/dist/initials.min.json +1 -0
  20. package/dist/lorelei-neutral.min.json +1 -0
  21. package/dist/lorelei.min.json +1 -0
  22. package/dist/micah.min.json +1 -0
  23. package/dist/miniavs.min.json +1 -0
  24. package/dist/notionists-neutral.min.json +1 -0
  25. package/dist/notionists.min.json +1 -0
  26. package/dist/open-peeps.min.json +1 -0
  27. package/dist/personas.min.json +1 -0
  28. package/dist/pixel-art-neutral.min.json +1 -0
  29. package/dist/pixel-art.min.json +1 -0
  30. package/dist/rings.min.json +1 -0
  31. package/dist/shapes.min.json +1 -0
  32. package/dist/thumbs.min.json +1 -0
  33. package/dist/toon-head.min.json +1 -0
  34. package/package.json +136 -19
  35. package/src/adventurer-neutral.json +1977 -417
  36. package/src/adventurer.json +3980 -725
  37. package/src/avataaars-neutral.json +829 -234
  38. package/src/avataaars.json +2967 -703
  39. package/src/big-ears-neutral.json +2651 -482
  40. package/src/big-ears.json +4347 -905
  41. package/src/big-smile.json +1271 -247
  42. package/src/bottts-neutral.json +1054 -163
  43. package/src/bottts.json +3846 -331
  44. package/src/croodles-neutral.json +1059 -252
  45. package/src/croodles.json +4254 -513
  46. package/src/dylan.json +371 -143
  47. package/src/fun-emoji.json +1428 -185
  48. package/src/glass.json +387 -149
  49. package/src/icons.json +2342 -768
  50. package/src/identicon.json +598 -201
  51. package/src/initials.json +126 -30
  52. package/src/lorelei-neutral.json +1329 -438
  53. package/src/lorelei.json +3146 -755
  54. package/src/micah.json +1447 -361
  55. package/src/miniavs.json +794 -185
  56. package/src/notionists-neutral.json +1309 -438
  57. package/src/notionists.json +4260 -1040
  58. package/src/open-peeps.json +2696 -588
  59. package/src/personas.json +1405 -302
  60. package/src/pixel-art-neutral.json +2302 -306
  61. package/src/pixel-art.json +6871 -817
  62. package/src/rings.json +481 -152
  63. package/src/shapes.json +414 -150
  64. package/src/thumbs.json +862 -311
  65. package/src/toon-head.json +1217 -0
  66. package/types/index.d.ts +0 -426
package/src/rings.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
- "$schema": "https://static.dicebear.com/schema/definition.json#",
2
+ "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.10.0/dist/definition.min.json",
3
3
  "$comment": "This file was generated by the DiceBear Exporter for Figma. https://www.figma.com/community/plugin/1005765655729342787",
4
- "metadata": {
4
+ "meta": {
5
5
  "license": {
6
6
  "name": "CC0 1.0",
7
7
  "url": "https://creativecommons.org/publicdomain/zero/1.0/",
8
- "text": "„Rings” (https://www.dicebear.com) by „Florian Körner”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)"
8
+ "text": "„Rings” (https://www.dicebear.com) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)"
9
9
  },
10
10
  "creator": {
11
- "name": "Florian Körner",
11
+ "name": "DiceBear",
12
12
  "url": "https://www.dicebear.com"
13
13
  },
14
14
  "source": {
@@ -16,215 +16,544 @@
16
16
  "url": "https://www.dicebear.com"
17
17
  }
18
18
  },
19
- "body": {
20
- "content": "<use href=\"#component-ring\"/>",
19
+ "canvas": {
20
+ "elements": [
21
+ {
22
+ "type": "component",
23
+ "value": "ring"
24
+ }
25
+ ],
21
26
  "width": 100,
22
27
  "height": 100
23
28
  },
24
- "attributes": [
25
- {
26
- "name": "fill",
27
- "value": "none"
28
- },
29
- {
30
- "name": "shape-rendering",
31
- "value": "crispEdges"
32
- }
33
- ],
34
- "components": [
35
- {
36
- "name": "ring",
29
+ "attributes": {
30
+ "fill": "none",
31
+ "shape-rendering": "crispEdges"
32
+ },
33
+ "components": {
34
+ "ring": {
37
35
  "width": 100,
38
36
  "height": 100,
39
- "rotation": [
37
+ "rotate": [
40
38
  -180,
41
39
  180
42
40
  ],
43
- "variants": [
44
- {
45
- "name": "container",
46
- "content": "<use href=\"#component-ringOne\"/><use href=\"#component-ringTwo\"/><use href=\"#component-ringThree\"/><use href=\"#component-ringFour\"/><use href=\"#component-ringFive\"/><g transform=\"matrix(1 0 0 -1 0 100)\"><use href=\"#component-ringOne\"/></g><g transform=\"matrix(1 0 0 -1 0 100)\"><use href=\"#component-ringTwo\"/></g><g transform=\"matrix(1 0 0 -1 0 100)\"><use href=\"#component-ringThree\"/></g><g transform=\"matrix(1 0 0 -1 0 100)\"><use href=\"#component-ringFour\"/></g><g transform=\"matrix(1 0 0 -1 0 100)\"><use href=\"#component-ringFive\"/></g><circle cx=\"50\" cy=\"50\" r=\"45\" stroke=\"white\" stroke-opacity=\"0.25\" stroke-width=\"10\" style=\"mix-blend-mode:lighten\"/><circle cx=\"50\" cy=\"50\" r=\"25\" stroke=\"white\" stroke-opacity=\"0.25\" stroke-width=\"10\" style=\"mix-blend-mode:lighten\"/><circle cx=\"50\" cy=\"50\" r=\"10\" fill=\"white\" fill-opacity=\"0.25\" style=\"mix-blend-mode:lighten\"/>",
47
- "default": true
41
+ "variants": {
42
+ "container": {
43
+ "elements": [
44
+ {
45
+ "type": "component",
46
+ "value": "ringOne"
47
+ },
48
+ {
49
+ "type": "component",
50
+ "value": "ringTwo"
51
+ },
52
+ {
53
+ "type": "component",
54
+ "value": "ringThree"
55
+ },
56
+ {
57
+ "type": "component",
58
+ "value": "ringFour"
59
+ },
60
+ {
61
+ "type": "component",
62
+ "value": "ringFive"
63
+ },
64
+ {
65
+ "name": "g",
66
+ "type": "element",
67
+ "attributes": {
68
+ "transform": "matrix(1 0 0 -1 0 100)"
69
+ },
70
+ "children": [
71
+ {
72
+ "type": "component",
73
+ "value": "ringOne"
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ "name": "g",
79
+ "type": "element",
80
+ "attributes": {
81
+ "transform": "matrix(1 0 0 -1 0 100)"
82
+ },
83
+ "children": [
84
+ {
85
+ "type": "component",
86
+ "value": "ringTwo"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "name": "g",
92
+ "type": "element",
93
+ "attributes": {
94
+ "transform": "matrix(1 0 0 -1 0 100)"
95
+ },
96
+ "children": [
97
+ {
98
+ "type": "component",
99
+ "value": "ringThree"
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "name": "g",
105
+ "type": "element",
106
+ "attributes": {
107
+ "transform": "matrix(1 0 0 -1 0 100)"
108
+ },
109
+ "children": [
110
+ {
111
+ "type": "component",
112
+ "value": "ringFour"
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "name": "g",
118
+ "type": "element",
119
+ "attributes": {
120
+ "transform": "matrix(1 0 0 -1 0 100)"
121
+ },
122
+ "children": [
123
+ {
124
+ "type": "component",
125
+ "value": "ringFive"
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "name": "circle",
131
+ "type": "element",
132
+ "attributes": {
133
+ "cx": "50",
134
+ "cy": "50",
135
+ "r": "45",
136
+ "stroke": "white",
137
+ "stroke-opacity": "0.25",
138
+ "stroke-width": "10",
139
+ "style": "mix-blend-mode:lighten"
140
+ }
141
+ },
142
+ {
143
+ "name": "circle",
144
+ "type": "element",
145
+ "attributes": {
146
+ "cx": "50",
147
+ "cy": "50",
148
+ "r": "25",
149
+ "stroke": "white",
150
+ "stroke-opacity": "0.25",
151
+ "stroke-width": "10",
152
+ "style": "mix-blend-mode:lighten"
153
+ }
154
+ },
155
+ {
156
+ "name": "circle",
157
+ "type": "element",
158
+ "attributes": {
159
+ "cx": "50",
160
+ "cy": "50",
161
+ "r": "10",
162
+ "fill": "white",
163
+ "fill-opacity": "0.25",
164
+ "style": "mix-blend-mode:lighten"
165
+ }
166
+ }
167
+ ]
48
168
  }
49
- ]
169
+ }
50
170
  },
51
- {
52
- "name": "ringFive",
171
+ "ringOne": {
53
172
  "width": 100,
54
173
  "height": 100,
55
- "rotation": [
174
+ "rotate": [
56
175
  -180,
57
176
  180
58
177
  ],
59
- "variants": [
60
- {
61
- "name": "eighth",
62
- "content": "<path d=\"m42.929 42.929 7.07 7.07h-10a9.97 9.97 0 0 1 2.93-7.07\" fill=\"url(#color-ring)\"/>",
63
- "default": false
178
+ "variants": {
179
+ "half": {
180
+ "elements": [
181
+ {
182
+ "name": "path",
183
+ "type": "element",
184
+ "attributes": {
185
+ "d": "M50 0c27.614 0 50 22.386 50 50H90c0-22.091-17.909-40-40-40S10 27.909 10 50H0C0 22.386 22.386 0 50 0",
186
+ "fill": {
187
+ "type": "color",
188
+ "value": "ring"
189
+ }
190
+ }
191
+ }
192
+ ]
64
193
  },
65
- {
66
- "name": "quarter",
67
- "content": "<path d=\"M50 40v10H40c0-5.523 4.477-10 10-10\" fill=\"url(#color-ring)\"/>",
68
- "default": false
194
+ "quarter": {
195
+ "elements": [
196
+ {
197
+ "name": "path",
198
+ "type": "element",
199
+ "attributes": {
200
+ "d": "M50 10c-22.091 0-40 17.909-40 40H0C0 22.386 22.386 0 50 0z",
201
+ "fill": {
202
+ "type": "color",
203
+ "value": "ring"
204
+ }
205
+ }
206
+ }
207
+ ]
69
208
  },
70
- {
71
- "name": "half",
72
- "content": "<path d=\"M60 50c0-5.523-4.477-10-10-10s-10 4.477-10 10z\" fill=\"url(#color-ring)\"/>",
73
- "default": false
209
+ "eighth": {
210
+ "elements": [
211
+ {
212
+ "name": "path",
213
+ "type": "element",
214
+ "attributes": {
215
+ "d": "M21.716 21.716C14.476 28.954 10 38.955 10 50H0c0-13.807 5.596-26.307 14.645-35.355z",
216
+ "fill": {
217
+ "type": "color",
218
+ "value": "ring"
219
+ }
220
+ }
221
+ }
222
+ ]
74
223
  },
75
- {
76
- "name": "full",
77
- "content": "<circle cx=\"50\" cy=\"50\" r=\"10\" fill=\"url(#color-ring)\"/>",
78
- "default": true
224
+ "full": {
225
+ "elements": [
226
+ {
227
+ "name": "circle",
228
+ "type": "element",
229
+ "attributes": {
230
+ "cx": "50",
231
+ "cy": "50",
232
+ "r": "45",
233
+ "stroke": {
234
+ "type": "color",
235
+ "value": "ring"
236
+ },
237
+ "stroke-width": "10"
238
+ }
239
+ }
240
+ ]
79
241
  }
80
- ]
242
+ }
81
243
  },
82
- {
83
- "name": "ringFour",
244
+ "ringTwo": {
84
245
  "width": 100,
85
246
  "height": 100,
86
- "rotation": [
247
+ "rotate": [
87
248
  -180,
88
249
  180
89
250
  ],
90
- "variants": [
91
- {
92
- "name": "eighth",
93
- "content": "<path d=\"M40 50a9.97 9.97 0 0 1 2.929-7.071l-7.071-7.071A19.94 19.94 0 0 0 30 50z\" fill=\"url(#color-ring)\"/>",
94
- "default": false
251
+ "variants": {
252
+ "eighth": {
253
+ "elements": [
254
+ {
255
+ "name": "path",
256
+ "type": "element",
257
+ "attributes": {
258
+ "d": "M28.787 28.787C23.358 34.217 20 41.717 20 50H10c0-11.046 4.477-21.046 11.716-28.284z",
259
+ "fill": {
260
+ "type": "color",
261
+ "value": "ring"
262
+ }
263
+ }
264
+ }
265
+ ]
95
266
  },
96
- {
97
- "name": "quarter",
98
- "content": "<path d=\"M50 30c-11.046 0-20 8.954-20 20h10c0-5.523 4.477-10 10-10z\" fill=\"url(#color-ring)\"/>",
99
- "default": true
267
+ "quarter": {
268
+ "elements": [
269
+ {
270
+ "name": "path",
271
+ "type": "element",
272
+ "attributes": {
273
+ "d": "M50 20c-16.568 0-30 13.432-30 30H10c0-22.091 17.909-40 40-40z",
274
+ "fill": {
275
+ "type": "color",
276
+ "value": "ring"
277
+ }
278
+ }
279
+ }
280
+ ]
100
281
  },
101
- {
102
- "name": "half",
103
- "content": "<path d=\"M70 50c0-11.046-8.954-20-20-20s-20 8.954-20 20h10c0-5.523 4.477-10 10-10s10 4.477 10 10z\" fill=\"url(#color-ring)\"/>",
104
- "default": true
282
+ "half": {
283
+ "elements": [
284
+ {
285
+ "name": "path",
286
+ "type": "element",
287
+ "attributes": {
288
+ "d": "M50 10c22.091 0 40 17.909 40 40H80c0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30H10c0-22.091 17.909-40 40-40",
289
+ "fill": {
290
+ "type": "color",
291
+ "value": "ring"
292
+ }
293
+ }
294
+ }
295
+ ]
105
296
  },
106
- {
107
- "name": "full",
108
- "content": "<circle cx=\"50\" cy=\"50\" r=\"15\" stroke=\"url(#color-ring)\" stroke-width=\"10\"/>",
109
- "default": false
297
+ "full": {
298
+ "elements": [
299
+ {
300
+ "name": "circle",
301
+ "type": "element",
302
+ "attributes": {
303
+ "cx": "50",
304
+ "cy": "50",
305
+ "r": "35",
306
+ "stroke": {
307
+ "type": "color",
308
+ "value": "ring"
309
+ },
310
+ "stroke-width": "10"
311
+ }
312
+ }
313
+ ]
110
314
  }
111
- ]
315
+ }
112
316
  },
113
- {
114
- "name": "ringOne",
317
+ "ringThree": {
115
318
  "width": 100,
116
319
  "height": 100,
117
- "rotation": [
320
+ "rotate": [
118
321
  -180,
119
322
  180
120
323
  ],
121
- "variants": [
122
- {
123
- "name": "half",
124
- "content": "<path d=\"M90 50h10c0-27.614-22.386-50-50-50S0 22.386 0 50h10c0-22.091 17.909-40 40-40s40 17.909 40 40\" fill=\"url(#color-ring)\"/>",
125
- "default": true
324
+ "variants": {
325
+ "eighth": {
326
+ "elements": [
327
+ {
328
+ "name": "path",
329
+ "type": "element",
330
+ "attributes": {
331
+ "d": "M35.857 35.857A19.94 19.94 0 0 0 30 50H20c0-8.285 3.358-15.784 8.787-21.213z",
332
+ "fill": {
333
+ "type": "color",
334
+ "value": "ring"
335
+ }
336
+ }
337
+ }
338
+ ]
126
339
  },
127
- {
128
- "name": "quarter",
129
- "content": "<path d=\"M50 10V0C22.386 0 0 22.386 0 50h10c0-22.091 17.909-40 40-40\" fill=\"url(#color-ring)\"/>",
130
- "default": true
340
+ "quarter": {
341
+ "elements": [
342
+ {
343
+ "name": "path",
344
+ "type": "element",
345
+ "attributes": {
346
+ "d": "M50 30c-11.046 0-20 8.954-20 20H20c0-16.568 13.432-30 30-30z",
347
+ "fill": {
348
+ "type": "color",
349
+ "value": "ring"
350
+ }
351
+ }
352
+ }
353
+ ]
131
354
  },
132
- {
133
- "name": "eighth",
134
- "content": "<path d=\"M21.716 21.716C14.476 28.954 10 38.954 10 50H0c0-13.807 5.596-26.307 14.645-35.355z\" fill=\"url(#color-ring)\"/>",
135
- "default": false
355
+ "half": {
356
+ "elements": [
357
+ {
358
+ "name": "path",
359
+ "type": "element",
360
+ "attributes": {
361
+ "d": "M50 20c16.569 0 30 13.432 30 30H70c0-11.046-8.954-20-20-20s-20 8.954-20 20H20c0-16.568 13.432-30 30-30",
362
+ "fill": {
363
+ "type": "color",
364
+ "value": "ring"
365
+ }
366
+ }
367
+ }
368
+ ]
136
369
  },
137
- {
138
- "name": "full",
139
- "content": "<circle cx=\"50\" cy=\"50\" r=\"45\" stroke=\"url(#color-ring)\" stroke-width=\"10\"/>",
140
- "default": false
370
+ "full": {
371
+ "elements": [
372
+ {
373
+ "name": "circle",
374
+ "type": "element",
375
+ "attributes": {
376
+ "cx": "50",
377
+ "cy": "50",
378
+ "r": "25",
379
+ "stroke": {
380
+ "type": "color",
381
+ "value": "ring"
382
+ },
383
+ "stroke-width": "10"
384
+ }
385
+ }
386
+ ]
141
387
  }
142
- ]
388
+ }
143
389
  },
144
- {
145
- "name": "ringThree",
390
+ "ringFour": {
146
391
  "width": 100,
147
392
  "height": 100,
148
- "rotation": [
393
+ "rotate": [
149
394
  -180,
150
395
  180
151
396
  ],
152
- "variants": [
153
- {
154
- "name": "eighth",
155
- "content": "<path d=\"M30 50a19.94 19.94 0 0 1 5.858-14.142l-7.071-7.07A29.9 29.9 0 0 0 20 50z\" fill=\"url(#color-ring)\"/>",
156
- "default": false
397
+ "variants": {
398
+ "eighth": {
399
+ "elements": [
400
+ {
401
+ "name": "path",
402
+ "type": "element",
403
+ "attributes": {
404
+ "d": "M42.929 42.93a9.97 9.97 0 0 0-2.93 7.07H30a19.94 19.94 0 0 1 5.857-14.142z",
405
+ "fill": {
406
+ "type": "color",
407
+ "value": "ring"
408
+ }
409
+ }
410
+ }
411
+ ]
157
412
  },
158
- {
159
- "name": "quarter",
160
- "content": "<path d=\"M50 20c-16.568 0-30 13.432-30 30h10c0-11.046 8.954-20 20-20z\" fill=\"url(#color-ring)\"/>",
161
- "default": true
413
+ "quarter": {
414
+ "elements": [
415
+ {
416
+ "name": "path",
417
+ "type": "element",
418
+ "attributes": {
419
+ "d": "M50 40c-5.523 0-10 4.477-10 10H30c0-11.046 8.954-20 20-20z",
420
+ "fill": {
421
+ "type": "color",
422
+ "value": "ring"
423
+ }
424
+ }
425
+ }
426
+ ]
162
427
  },
163
- {
164
- "name": "half",
165
- "content": "<path d=\"M80 50c0-16.568-13.431-30-30-30-16.568 0-30 13.432-30 30h10c0-11.046 8.954-20 20-20s20 8.954 20 20z\" fill=\"url(#color-ring)\"/>",
166
- "default": true
428
+ "half": {
429
+ "elements": [
430
+ {
431
+ "name": "path",
432
+ "type": "element",
433
+ "attributes": {
434
+ "d": "M50 30c11.046 0 20 8.954 20 20H60c0-5.523-4.477-10-10-10s-10 4.477-10 10H30c0-11.046 8.954-20 20-20",
435
+ "fill": {
436
+ "type": "color",
437
+ "value": "ring"
438
+ }
439
+ }
440
+ }
441
+ ]
167
442
  },
168
- {
169
- "name": "full",
170
- "content": "<circle cx=\"50\" cy=\"50\" r=\"25\" stroke=\"url(#color-ring)\" stroke-width=\"10\"/>",
171
- "default": false
443
+ "full": {
444
+ "elements": [
445
+ {
446
+ "name": "circle",
447
+ "type": "element",
448
+ "attributes": {
449
+ "cx": "50",
450
+ "cy": "50",
451
+ "r": "15",
452
+ "stroke": {
453
+ "type": "color",
454
+ "value": "ring"
455
+ },
456
+ "stroke-width": "10"
457
+ }
458
+ }
459
+ ]
172
460
  }
173
- ]
461
+ }
174
462
  },
175
- {
176
- "name": "ringTwo",
463
+ "ringFive": {
177
464
  "width": 100,
178
465
  "height": 100,
179
- "rotation": [
466
+ "rotate": [
180
467
  -180,
181
468
  180
182
469
  ],
183
- "variants": [
184
- {
185
- "name": "eighth",
186
- "content": "<path d=\"M20 50c0-8.284 3.358-15.784 8.787-21.213l-7.071-7.071C14.476 28.954 10 38.954 10 50z\" fill=\"url(#color-ring)\"/>",
187
- "default": false
470
+ "variants": {
471
+ "eighth": {
472
+ "elements": [
473
+ {
474
+ "name": "path",
475
+ "type": "element",
476
+ "attributes": {
477
+ "d": "M50 50H40a9.97 9.97 0 0 1 2.929-7.071z",
478
+ "fill": {
479
+ "type": "color",
480
+ "value": "ring"
481
+ }
482
+ }
483
+ }
484
+ ]
188
485
  },
189
- {
190
- "name": "quarter",
191
- "content": "<path d=\"M50 10c-22.091 0-40 17.909-40 40h10c0-16.568 13.432-30 30-30z\" fill=\"url(#color-ring)\"/>",
192
- "default": true
486
+ "quarter": {
487
+ "elements": [
488
+ {
489
+ "name": "path",
490
+ "type": "element",
491
+ "attributes": {
492
+ "d": "M50 50H40c0-5.523 4.477-10 10-10z",
493
+ "fill": {
494
+ "type": "color",
495
+ "value": "ring"
496
+ }
497
+ }
498
+ }
499
+ ]
193
500
  },
194
- {
195
- "name": "half",
196
- "content": "<path d=\"M90 50c0-22.091-17.909-40-40-40S10 27.909 10 50h10c0-16.568 13.432-30 30-30 16.569 0 30 13.432 30 30z\" fill=\"url(#color-ring)\"/>",
197
- "default": true
501
+ "half": {
502
+ "elements": [
503
+ {
504
+ "name": "path",
505
+ "type": "element",
506
+ "attributes": {
507
+ "d": "M50 40c5.523 0 10 4.477 10 10H40c0-5.523 4.477-10 10-10",
508
+ "fill": {
509
+ "type": "color",
510
+ "value": "ring"
511
+ }
512
+ }
513
+ }
514
+ ]
198
515
  },
199
- {
200
- "name": "full",
201
- "content": "<circle cx=\"50\" cy=\"50\" r=\"35\" stroke=\"url(#color-ring)\" stroke-width=\"10\"/>",
202
- "default": false
516
+ "full": {
517
+ "elements": [
518
+ {
519
+ "name": "circle",
520
+ "type": "element",
521
+ "attributes": {
522
+ "cx": "50",
523
+ "cy": "50",
524
+ "r": "10",
525
+ "fill": {
526
+ "type": "color",
527
+ "value": "ring"
528
+ }
529
+ }
530
+ }
531
+ ]
203
532
  }
204
- ]
533
+ }
205
534
  }
206
- ],
207
- "colors": [
208
- {
209
- "name": "ring",
535
+ },
536
+ "colors": {
537
+ "ring": {
538
+ "notEqualTo": [],
210
539
  "values": [
211
- "4db6ac",
212
- "4dd0e1",
213
- "4fc3f7",
214
- "64b5f6",
215
- "7986cb",
216
- "81c784",
217
- "9575cd",
218
- "aed581",
219
- "ba68c8",
220
- "dce775",
221
- "e57373",
222
- "f06292",
223
- "ff8a65",
224
- "ffb74d",
225
- "ffd54f",
226
- "fff176"
540
+ "#ffd54f",
541
+ "#64b5f6",
542
+ "#4dd0e1",
543
+ "#ff8a65",
544
+ "#9575cd",
545
+ "#81c784",
546
+ "#7986cb",
547
+ "#4fc3f7",
548
+ "#aed581",
549
+ "#dce775",
550
+ "#ffb74d",
551
+ "#f06292",
552
+ "#ba68c8",
553
+ "#e57373",
554
+ "#4db6ac",
555
+ "#fff176"
227
556
  ]
228
557
  }
229
- ]
558
+ }
230
559
  }