@ivy-interactive/ivy-design-system 1.1.16 → 1.1.18

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.
@@ -1,901 +1,895 @@
1
1
  {
2
- "core": {
3
- "ivy-framework": {
4
- "source": {
2
+ "ivy-framework": {
3
+ "source": {
4
+ "color": {
5
+ "primary": {
6
+ "value": "#00cc92",
7
+ "type": "color"
8
+ },
9
+ "black": {
10
+ "value": "#000000",
11
+ "type": "color"
12
+ },
13
+ "white": {
14
+ "value": "#ffffff",
15
+ "type": "color"
16
+ },
17
+ "secondary-light": {
18
+ "value": "#dfe7e3",
19
+ "type": "color"
20
+ },
21
+ "secondary-dark": {
22
+ "value": "#26262b",
23
+ "type": "color"
24
+ },
25
+ "destructive": {
26
+ "value": "#dd5860",
27
+ "type": "color"
28
+ },
29
+ "success": {
30
+ "value": "#86d26f",
31
+ "type": "color"
32
+ },
33
+ "warning": {
34
+ "value": "#deb145",
35
+ "type": "color"
36
+ },
37
+ "info": {
38
+ "value": "#4469c0",
39
+ "type": "color"
40
+ },
41
+ "border": {
42
+ "value": "#d1d5db",
43
+ "type": "color"
44
+ },
45
+ "ring": {
46
+ "value": "#777777",
47
+ "type": "color"
48
+ },
49
+ "muted-light": {
50
+ "value": "#f8f8f8",
51
+ "type": "color"
52
+ },
53
+ "muted-dark": {
54
+ "value": "#1a1a1a",
55
+ "type": "color"
56
+ },
57
+ "muted-foreground": {
58
+ "value": "#8f8f8f",
59
+ "type": "color"
60
+ },
61
+ "accent-foreground-light": {
62
+ "value": "#333333",
63
+ "type": "color"
64
+ },
65
+ "card-foreground-light": {
66
+ "value": "#262626",
67
+ "type": "color"
68
+ },
69
+ "card-dark": {
70
+ "value": "#171717",
71
+ "type": "color"
72
+ },
73
+ "background-dark": {
74
+ "value": "#0a0a0a",
75
+ "type": "color"
76
+ },
77
+ "red": {
78
+ "value": "#dd5860",
79
+ "type": "color"
80
+ },
81
+ "orange": {
82
+ "value": "#dc824d",
83
+ "type": "color"
84
+ },
85
+ "amber": {
86
+ "value": "#deb145",
87
+ "type": "color"
88
+ },
89
+ "yellow": {
90
+ "value": "#e5e04c",
91
+ "type": "color"
92
+ },
93
+ "lime": {
94
+ "value": "#afd953",
95
+ "type": "color"
96
+ },
97
+ "green": {
98
+ "value": "#86d26f",
99
+ "type": "color"
100
+ },
101
+ "emerald": {
102
+ "value": "#76cd94",
103
+ "type": "color"
104
+ },
105
+ "teal": {
106
+ "value": "#5b9ba8",
107
+ "type": "color"
108
+ },
109
+ "cyan": {
110
+ "value": "#4469c0",
111
+ "type": "color"
112
+ },
113
+ "sky": {
114
+ "value": "#373bda",
115
+ "type": "color"
116
+ },
117
+ "blue": {
118
+ "value": "#381ff4",
119
+ "type": "color"
120
+ },
121
+ "indigo": {
122
+ "value": "#4b28e2",
123
+ "type": "color"
124
+ },
125
+ "violet": {
126
+ "value": "#6637d1",
127
+ "type": "color"
128
+ },
129
+ "purple": {
130
+ "value": "#844cc0",
131
+ "type": "color"
132
+ },
133
+ "fuchsia": {
134
+ "value": "#a361af",
135
+ "type": "color"
136
+ },
137
+ "pink": {
138
+ "value": "#c377a0",
139
+ "type": "color"
140
+ },
141
+ "rose": {
142
+ "value": "#e48e91",
143
+ "type": "color"
144
+ },
145
+ "slate": {
146
+ "value": "#64748b",
147
+ "type": "color"
148
+ },
149
+ "gray": {
150
+ "value": "#6b7280",
151
+ "type": "color"
152
+ },
153
+ "zinc": {
154
+ "value": "#71717a",
155
+ "type": "color"
156
+ },
157
+ "neutral": {
158
+ "value": "#737373",
159
+ "type": "color"
160
+ },
161
+ "stone": {
162
+ "value": "#78716c",
163
+ "type": "color"
164
+ }
165
+ }
166
+ },
167
+ "theme": {
168
+ "light": {
5
169
  "color": {
6
170
  "primary": {
7
- "value": "#00cc92",
171
+ "value": "{ivy-framework.source.color.primary}",
8
172
  "type": "color"
9
173
  },
10
- "black": {
11
- "value": "#000000",
174
+ "primary-foreground": {
175
+ "value": "{ivy-framework.source.color.black}",
12
176
  "type": "color"
13
177
  },
14
- "white": {
15
- "value": "#ffffff",
178
+ "secondary": {
179
+ "value": "{ivy-framework.source.color.secondary-light}",
16
180
  "type": "color"
17
181
  },
18
- "secondary-light": {
19
- "value": "#dfe7e3",
20
- "type": "color"
21
- },
22
- "secondary-dark": {
23
- "value": "#26262b",
182
+ "secondary-foreground": {
183
+ "value": "{ivy-framework.source.color.black}",
24
184
  "type": "color"
25
185
  },
26
186
  "destructive": {
27
- "value": "#dd5860",
28
- "type": "color"
29
- },
30
- "success": {
31
- "value": "#86d26f",
187
+ "value": "{ivy-framework.source.color.destructive}",
32
188
  "type": "color"
33
189
  },
34
- "warning": {
35
- "value": "#deb145",
190
+ "destructive-foreground": {
191
+ "value": "{ivy-framework.source.color.black}",
36
192
  "type": "color"
37
193
  },
38
- "info": {
39
- "value": "#4469c0",
194
+ "success": {
195
+ "value": "{ivy-framework.source.color.success}",
40
196
  "type": "color"
41
197
  },
42
- "border": {
43
- "value": "#d1d5db",
198
+ "success-foreground": {
199
+ "value": "{ivy-framework.source.color.black}",
44
200
  "type": "color"
45
201
  },
46
- "ring": {
47
- "value": "#777777",
202
+ "warning": {
203
+ "value": "{ivy-framework.source.color.warning}",
48
204
  "type": "color"
49
205
  },
50
- "muted-light": {
51
- "value": "#f8f8f8",
206
+ "warning-foreground": {
207
+ "value": "{ivy-framework.source.color.black}",
52
208
  "type": "color"
53
209
  },
54
- "muted-dark": {
55
- "value": "#1a1a1a",
210
+ "info": {
211
+ "value": "{ivy-framework.source.color.info}",
56
212
  "type": "color"
57
213
  },
58
- "muted-foreground": {
59
- "value": "#8f8f8f",
214
+ "info-foreground": {
215
+ "value": "{ivy-framework.source.color.white}",
60
216
  "type": "color"
61
217
  },
62
- "accent-foreground-light": {
63
- "value": "#333333",
218
+ "background": {
219
+ "value": "{ivy-framework.source.color.white}",
64
220
  "type": "color"
65
221
  },
66
- "card-foreground-light": {
67
- "value": "#262626",
222
+ "foreground": {
223
+ "value": "{ivy-framework.source.color.black}",
68
224
  "type": "color"
69
225
  },
70
- "card-dark": {
71
- "value": "#171717",
226
+ "border": {
227
+ "value": "{ivy-framework.source.color.border}",
72
228
  "type": "color"
73
229
  },
74
- "red": {
75
- "value": "#dd5860",
230
+ "input": {
231
+ "value": "{ivy-framework.source.color.border}",
76
232
  "type": "color"
77
233
  },
78
- "orange": {
79
- "value": "#dc824d",
234
+ "ring": {
235
+ "value": "{ivy-framework.source.color.ring}",
80
236
  "type": "color"
81
237
  },
82
- "amber": {
83
- "value": "#deb145",
238
+ "muted": {
239
+ "value": "{ivy-framework.source.color.muted-light}",
84
240
  "type": "color"
85
241
  },
86
- "yellow": {
87
- "value": "#e5e04c",
242
+ "muted-foreground": {
243
+ "value": "{ivy-framework.source.color.muted-foreground}",
88
244
  "type": "color"
89
245
  },
90
- "lime": {
91
- "value": "#afd953",
246
+ "accent": {
247
+ "value": "{ivy-framework.source.color.muted-light}",
92
248
  "type": "color"
93
249
  },
94
- "green": {
95
- "value": "#86d26f",
250
+ "accent-foreground": {
251
+ "value": "{ivy-framework.source.color.accent-foreground-light}",
96
252
  "type": "color"
97
253
  },
98
- "emerald": {
99
- "value": "#76cd94",
254
+ "card": {
255
+ "value": "{ivy-framework.source.color.white}",
100
256
  "type": "color"
101
257
  },
102
- "teal": {
103
- "value": "#5b9ba8",
258
+ "card-foreground": {
259
+ "value": "{ivy-framework.source.color.card-foreground-light}",
104
260
  "type": "color"
105
261
  },
106
- "cyan": {
107
- "value": "#4469c0",
262
+ "popover": {
263
+ "value": "{ivy-framework.source.color.white}",
108
264
  "type": "color"
109
265
  },
110
- "sky": {
111
- "value": "#373bda",
266
+ "popover-foreground": {
267
+ "value": "{ivy-framework.source.color.black}",
112
268
  "type": "color"
113
- },
114
- "blue": {
115
- "value": "#381ff4",
269
+ }
270
+ }
271
+ },
272
+ "dark": {
273
+ "color": {
274
+ "primary": {
275
+ "value": "{ivy-framework.source.color.primary}",
116
276
  "type": "color"
117
277
  },
118
- "indigo": {
119
- "value": "#4b28e2",
278
+ "primary-foreground": {
279
+ "value": "{ivy-framework.source.color.black}",
120
280
  "type": "color"
121
281
  },
122
- "violet": {
123
- "value": "#6637d1",
282
+ "secondary": {
283
+ "value": "{ivy-framework.source.color.secondary-dark}",
124
284
  "type": "color"
125
285
  },
126
- "purple": {
127
- "value": "#844cc0",
286
+ "secondary-foreground": {
287
+ "value": "{ivy-framework.source.color.muted-light}",
128
288
  "type": "color"
129
289
  },
130
- "fuchsia": {
131
- "value": "#a361af",
290
+ "destructive": {
291
+ "value": "{ivy-framework.source.color.destructive}",
132
292
  "type": "color"
133
293
  },
134
- "pink": {
135
- "value": "#c377a0",
294
+ "destructive-foreground": {
295
+ "value": "{ivy-framework.source.color.muted-light}",
136
296
  "type": "color"
137
297
  },
138
- "rose": {
139
- "value": "#e48e91",
298
+ "success": {
299
+ "value": "{ivy-framework.source.color.success}",
140
300
  "type": "color"
141
301
  },
142
- "slate": {
143
- "value": "#64748b",
302
+ "success-foreground": {
303
+ "value": "{ivy-framework.source.color.black}",
144
304
  "type": "color"
145
305
  },
146
- "gray": {
147
- "value": "#6b7280",
306
+ "warning": {
307
+ "value": "{ivy-framework.source.color.warning}",
148
308
  "type": "color"
149
309
  },
150
- "zinc": {
151
- "value": "#71717a",
310
+ "warning-foreground": {
311
+ "value": "{ivy-framework.source.color.black}",
152
312
  "type": "color"
153
313
  },
154
- "neutral": {
155
- "value": "#737373",
314
+ "info": {
315
+ "value": "{ivy-framework.source.color.info}",
156
316
  "type": "color"
157
317
  },
158
- "stone": {
159
- "value": "#78716c",
160
- "type": "color"
161
- }
162
- }
163
- },
164
- "theme": {
165
- "light": {
166
- "color": {
167
- "primary": {
168
- "value": "{core.ivy-framework.source.color.primary}",
169
- "type": "color"
170
- },
171
- "primary-foreground": {
172
- "value": "{core.ivy-framework.source.color.black}",
173
- "type": "color"
174
- },
175
- "secondary": {
176
- "value": "{core.ivy-framework.source.color.secondary-light}",
177
- "type": "color"
178
- },
179
- "secondary-foreground": {
180
- "value": "{core.ivy-framework.source.color.black}",
181
- "type": "color"
182
- },
183
- "destructive": {
184
- "value": "{core.ivy-framework.source.color.destructive}",
185
- "type": "color"
186
- },
187
- "destructive-foreground": {
188
- "value": "{core.ivy-framework.source.color.black}",
189
- "type": "color"
190
- },
191
- "success": {
192
- "value": "{core.ivy-framework.source.color.success}",
193
- "type": "color"
194
- },
195
- "success-foreground": {
196
- "value": "{core.ivy-framework.source.color.black}",
197
- "type": "color"
198
- },
199
- "warning": {
200
- "value": "{core.ivy-framework.source.color.warning}",
201
- "type": "color"
202
- },
203
- "warning-foreground": {
204
- "value": "{core.ivy-framework.source.color.black}",
205
- "type": "color"
206
- },
207
- "info": {
208
- "value": "{core.ivy-framework.source.color.info}",
209
- "type": "color"
210
- },
211
- "info-foreground": {
212
- "value": "{core.ivy-framework.source.color.white}",
213
- "type": "color"
214
- },
215
- "background": {
216
- "value": "{core.ivy-framework.source.color.white}",
217
- "type": "color"
218
- },
219
- "foreground": {
220
- "value": "{core.ivy-framework.source.color.black}",
221
- "type": "color"
222
- },
223
- "border": {
224
- "value": "{core.ivy-framework.source.color.border}",
225
- "type": "color"
226
- },
227
- "input": {
228
- "value": "{core.ivy-framework.source.color.border}",
229
- "type": "color"
230
- },
231
- "ring": {
232
- "value": "{core.ivy-framework.source.color.ring}",
233
- "type": "color"
234
- },
235
- "muted": {
236
- "value": "{core.ivy-framework.source.color.muted-light}",
237
- "type": "color"
238
- },
239
- "muted-foreground": {
240
- "value": "{core.ivy-framework.source.color.muted-foreground}",
241
- "type": "color"
242
- },
243
- "accent": {
244
- "value": "{core.ivy-framework.source.color.muted-light}",
245
- "type": "color"
246
- },
247
- "accent-foreground": {
248
- "value": "{core.ivy-framework.source.color.accent-foreground-light}",
249
- "type": "color"
250
- },
251
- "card": {
252
- "value": "{core.ivy-framework.source.color.white}",
253
- "type": "color"
254
- },
255
- "card-foreground": {
256
- "value": "{core.ivy-framework.source.color.card-foreground-light}",
257
- "type": "color"
258
- },
259
- "popover": {
260
- "value": "{core.ivy-framework.source.color.white}",
261
- "type": "color"
262
- },
263
- "popover-foreground": {
264
- "value": "{core.ivy-framework.source.color.black}",
265
- "type": "color"
266
- }
267
- }
268
- },
269
- "dark": {
270
- "color": {
271
- "primary": {
272
- "value": "{core.ivy-framework.source.color.primary}",
273
- "type": "color"
274
- },
275
- "primary-foreground": {
276
- "value": "{core.ivy-framework.source.color.black}",
277
- "type": "color"
278
- },
279
- "secondary": {
280
- "value": "{core.ivy-framework.source.color.secondary-dark}",
281
- "type": "color"
282
- },
283
- "secondary-foreground": {
284
- "value": "{core.ivy-framework.source.color.muted-light}",
285
- "type": "color"
286
- },
287
- "destructive": {
288
- "value": "{core.ivy-framework.source.color.destructive}",
289
- "type": "color"
290
- },
291
- "destructive-foreground": {
292
- "value": "{core.ivy-framework.source.color.muted-light}",
293
- "type": "color"
294
- },
295
- "success": {
296
- "value": "{core.ivy-framework.source.color.success}",
297
- "type": "color"
298
- },
299
- "success-foreground": {
300
- "value": "{core.ivy-framework.source.color.black}",
301
- "type": "color"
302
- },
303
- "warning": {
304
- "value": "{core.ivy-framework.source.color.warning}",
305
- "type": "color"
306
- },
307
- "warning-foreground": {
308
- "value": "{core.ivy-framework.source.color.black}",
309
- "type": "color"
310
- },
311
- "info": {
312
- "value": "{core.ivy-framework.source.color.info}",
313
- "type": "color"
314
- },
315
- "info-foreground": {
316
- "value": "{core.ivy-framework.source.color.white}",
317
- "type": "color"
318
- },
319
- "background": {
320
- "value": "{core.ivy-framework.source.color.black}",
321
- "type": "color"
322
- },
323
- "foreground": {
324
- "value": "{core.ivy-framework.source.color.muted-light}",
325
- "type": "color"
326
- },
327
- "border": {
328
- "value": "{core.ivy-framework.source.color.card-foreground-light}",
329
- "type": "color"
330
- },
331
- "input": {
332
- "value": "{core.ivy-framework.source.color.card-foreground-light}",
333
- "type": "color"
334
- },
335
- "ring": {
336
- "value": "{core.ivy-framework.source.color.ring}",
337
- "type": "color"
338
- },
339
- "muted": {
340
- "value": "{core.ivy-framework.source.color.muted-dark}",
341
- "type": "color"
342
- },
343
- "muted-foreground": {
344
- "value": "{core.ivy-framework.source.color.muted-foreground}",
345
- "type": "color"
346
- },
347
- "accent": {
348
- "value": "{core.ivy-framework.source.color.muted-dark}",
349
- "type": "color"
350
- },
351
- "accent-foreground": {
352
- "value": "{core.ivy-framework.source.color.muted-light}",
353
- "type": "color"
354
- },
355
- "card": {
356
- "value": "{core.ivy-framework.source.color.card-dark}",
357
- "type": "color"
358
- },
359
- "card-foreground": {
360
- "value": "{core.ivy-framework.source.color.muted-light}",
361
- "type": "color"
362
- },
363
- "popover": {
364
- "value": "{core.ivy-framework.source.color.black}",
365
- "type": "color"
366
- },
367
- "popover-foreground": {
368
- "value": "{core.ivy-framework.source.color.muted-light}",
369
- "type": "color"
370
- }
371
- }
372
- }
373
- },
374
- "neutral": {
375
- "color": {
376
- "slate": {
377
- "value": "{core.ivy-framework.source.color.slate}",
318
+ "info-foreground": {
319
+ "value": "{ivy-framework.source.color.white}",
378
320
  "type": "color"
379
321
  },
380
- "slate-foreground": {
381
- "value": "{core.ivy-framework.source.color.white}",
322
+ "background": {
323
+ "value": "{ivy-framework.source.color.background-dark}",
382
324
  "type": "color"
383
325
  },
384
- "gray": {
385
- "value": "{core.ivy-framework.source.color.gray}",
326
+ "foreground": {
327
+ "value": "{ivy-framework.source.color.muted-light}",
386
328
  "type": "color"
387
329
  },
388
- "gray-foreground": {
389
- "value": "{core.ivy-framework.source.color.white}",
330
+ "border": {
331
+ "value": "{ivy-framework.source.color.card-foreground-light}",
390
332
  "type": "color"
391
333
  },
392
- "zinc": {
393
- "value": "{core.ivy-framework.source.color.zinc}",
334
+ "input": {
335
+ "value": "{ivy-framework.source.color.card-foreground-light}",
394
336
  "type": "color"
395
337
  },
396
- "zinc-foreground": {
397
- "value": "{core.ivy-framework.source.color.white}",
338
+ "ring": {
339
+ "value": "{ivy-framework.source.color.ring}",
398
340
  "type": "color"
399
341
  },
400
- "neutral": {
401
- "value": "{core.ivy-framework.source.color.neutral}",
342
+ "muted": {
343
+ "value": "{ivy-framework.source.color.muted-dark}",
402
344
  "type": "color"
403
345
  },
404
- "neutral-foreground": {
405
- "value": "{core.ivy-framework.source.color.white}",
346
+ "muted-foreground": {
347
+ "value": "{ivy-framework.source.color.muted-foreground}",
406
348
  "type": "color"
407
349
  },
408
- "stone": {
409
- "value": "{core.ivy-framework.source.color.stone}",
350
+ "accent": {
351
+ "value": "{ivy-framework.source.color.muted-dark}",
410
352
  "type": "color"
411
353
  },
412
- "stone-foreground": {
413
- "value": "{core.ivy-framework.source.color.white}",
354
+ "accent-foreground": {
355
+ "value": "{ivy-framework.source.color.muted-light}",
414
356
  "type": "color"
415
357
  },
416
- "black": {
417
- "value": "{core.ivy-framework.source.color.black}",
358
+ "card": {
359
+ "value": "{ivy-framework.source.color.card-dark}",
418
360
  "type": "color"
419
361
  },
420
- "black-foreground": {
421
- "value": "{core.ivy-framework.source.color.white}",
362
+ "card-foreground": {
363
+ "value": "{ivy-framework.source.color.muted-light}",
422
364
  "type": "color"
423
365
  },
424
- "white": {
425
- "value": "{core.ivy-framework.source.color.white}",
366
+ "popover": {
367
+ "value": "{ivy-framework.source.color.black}",
426
368
  "type": "color"
427
369
  },
428
- "white-foreground": {
429
- "value": "{core.ivy-framework.source.color.black}",
370
+ "popover-foreground": {
371
+ "value": "{ivy-framework.source.color.muted-light}",
430
372
  "type": "color"
431
373
  }
432
374
  }
433
- },
434
- "chromatic": {
375
+ }
376
+ },
377
+ "neutral": {
378
+ "color": {
379
+ "slate": {
380
+ "value": "{ivy-framework.source.color.slate}",
381
+ "type": "color"
382
+ },
383
+ "slate-foreground": {
384
+ "value": "{ivy-framework.source.color.white}",
385
+ "type": "color"
386
+ },
387
+ "gray": {
388
+ "value": "{ivy-framework.source.color.gray}",
389
+ "type": "color"
390
+ },
391
+ "gray-foreground": {
392
+ "value": "{ivy-framework.source.color.white}",
393
+ "type": "color"
394
+ },
395
+ "zinc": {
396
+ "value": "{ivy-framework.source.color.zinc}",
397
+ "type": "color"
398
+ },
399
+ "zinc-foreground": {
400
+ "value": "{ivy-framework.source.color.white}",
401
+ "type": "color"
402
+ },
403
+ "neutral": {
404
+ "value": "{ivy-framework.source.color.neutral}",
405
+ "type": "color"
406
+ },
407
+ "neutral-foreground": {
408
+ "value": "{ivy-framework.source.color.white}",
409
+ "type": "color"
410
+ },
411
+ "stone": {
412
+ "value": "{ivy-framework.source.color.stone}",
413
+ "type": "color"
414
+ },
415
+ "stone-foreground": {
416
+ "value": "{ivy-framework.source.color.white}",
417
+ "type": "color"
418
+ },
419
+ "black": {
420
+ "value": "{ivy-framework.source.color.black}",
421
+ "type": "color"
422
+ },
423
+ "black-foreground": {
424
+ "value": "{ivy-framework.source.color.white}",
425
+ "type": "color"
426
+ },
427
+ "white": {
428
+ "value": "{ivy-framework.source.color.white}",
429
+ "type": "color"
430
+ },
431
+ "white-foreground": {
432
+ "value": "{ivy-framework.source.color.black}",
433
+ "type": "color"
434
+ }
435
+ }
436
+ },
437
+ "chromatic": {
438
+ "color": {
439
+ "red": {
440
+ "value": "{ivy-framework.source.color.red}",
441
+ "type": "color"
442
+ },
443
+ "red-foreground": {
444
+ "value": "{ivy-framework.source.color.black}",
445
+ "type": "color"
446
+ },
447
+ "orange": {
448
+ "value": "{ivy-framework.source.color.orange}",
449
+ "type": "color"
450
+ },
451
+ "orange-foreground": {
452
+ "value": "{ivy-framework.source.color.black}",
453
+ "type": "color"
454
+ },
455
+ "amber": {
456
+ "value": "{ivy-framework.source.color.amber}",
457
+ "type": "color"
458
+ },
459
+ "amber-foreground": {
460
+ "value": "{ivy-framework.source.color.black}",
461
+ "type": "color"
462
+ },
463
+ "yellow": {
464
+ "value": "{ivy-framework.source.color.yellow}",
465
+ "type": "color"
466
+ },
467
+ "yellow-foreground": {
468
+ "value": "{ivy-framework.source.color.black}",
469
+ "type": "color"
470
+ },
471
+ "lime": {
472
+ "value": "{ivy-framework.source.color.lime}",
473
+ "type": "color"
474
+ },
475
+ "lime-foreground": {
476
+ "value": "{ivy-framework.source.color.black}",
477
+ "type": "color"
478
+ },
479
+ "green": {
480
+ "value": "{ivy-framework.source.color.green}",
481
+ "type": "color"
482
+ },
483
+ "green-foreground": {
484
+ "value": "{ivy-framework.source.color.black}",
485
+ "type": "color"
486
+ },
487
+ "emerald": {
488
+ "value": "{ivy-framework.source.color.emerald}",
489
+ "type": "color"
490
+ },
491
+ "emerald-foreground": {
492
+ "value": "{ivy-framework.source.color.black}",
493
+ "type": "color"
494
+ },
495
+ "teal": {
496
+ "value": "{ivy-framework.source.color.teal}",
497
+ "type": "color"
498
+ },
499
+ "teal-foreground": {
500
+ "value": "{ivy-framework.source.color.white}",
501
+ "type": "color"
502
+ },
503
+ "cyan": {
504
+ "value": "{ivy-framework.source.color.cyan}",
505
+ "type": "color"
506
+ },
507
+ "cyan-foreground": {
508
+ "value": "{ivy-framework.source.color.white}",
509
+ "type": "color"
510
+ },
511
+ "sky": {
512
+ "value": "{ivy-framework.source.color.sky}",
513
+ "type": "color"
514
+ },
515
+ "sky-foreground": {
516
+ "value": "{ivy-framework.source.color.white}",
517
+ "type": "color"
518
+ },
519
+ "blue": {
520
+ "value": "{ivy-framework.source.color.blue}",
521
+ "type": "color"
522
+ },
523
+ "blue-foreground": {
524
+ "value": "{ivy-framework.source.color.white}",
525
+ "type": "color"
526
+ },
527
+ "indigo": {
528
+ "value": "{ivy-framework.source.color.indigo}",
529
+ "type": "color"
530
+ },
531
+ "indigo-foreground": {
532
+ "value": "{ivy-framework.source.color.white}",
533
+ "type": "color"
534
+ },
535
+ "violet": {
536
+ "value": "{ivy-framework.source.color.violet}",
537
+ "type": "color"
538
+ },
539
+ "violet-foreground": {
540
+ "value": "{ivy-framework.source.color.white}",
541
+ "type": "color"
542
+ },
543
+ "purple": {
544
+ "value": "{ivy-framework.source.color.purple}",
545
+ "type": "color"
546
+ },
547
+ "purple-foreground": {
548
+ "value": "{ivy-framework.source.color.white}",
549
+ "type": "color"
550
+ },
551
+ "fuchsia": {
552
+ "value": "{ivy-framework.source.color.fuchsia}",
553
+ "type": "color"
554
+ },
555
+ "fuchsia-foreground": {
556
+ "value": "{ivy-framework.source.color.black}",
557
+ "type": "color"
558
+ },
559
+ "pink": {
560
+ "value": "{ivy-framework.source.color.pink}",
561
+ "type": "color"
562
+ },
563
+ "pink-foreground": {
564
+ "value": "{ivy-framework.source.color.black}",
565
+ "type": "color"
566
+ },
567
+ "rose": {
568
+ "value": "{ivy-framework.source.color.rose}",
569
+ "type": "color"
570
+ },
571
+ "rose-foreground": {
572
+ "value": "{ivy-framework.source.color.black}",
573
+ "type": "color"
574
+ }
575
+ }
576
+ }
577
+ },
578
+ "ivy-web": {
579
+ "source": {
580
+ "color": {
581
+ "custom-teal-50": {
582
+ "value": "#f0fdf4",
583
+ "type": "color"
584
+ },
585
+ "custom-teal-100": {
586
+ "value": "#d4f6ed",
587
+ "type": "color"
588
+ },
589
+ "custom-teal-200": {
590
+ "value": "#ccf7ec",
591
+ "type": "color"
592
+ },
593
+ "custom-teal-300": {
594
+ "value": "#80e6c9",
595
+ "type": "color"
596
+ },
597
+ "custom-teal-400": {
598
+ "value": "#5be9c7",
599
+ "type": "color"
600
+ },
601
+ "custom-teal-500": {
602
+ "value": "#00d18e",
603
+ "type": "color"
604
+ },
605
+ "custom-teal-600": {
606
+ "value": "#00cc92",
607
+ "type": "color"
608
+ },
609
+ "custom-teal-700": {
610
+ "value": "#05986a",
611
+ "type": "color"
612
+ },
613
+ "custom-teal-800": {
614
+ "value": "#04694a",
615
+ "type": "color"
616
+ },
617
+ "custom-teal-900": {
618
+ "value": "#034a33",
619
+ "type": "color"
620
+ },
621
+ "custom-mint-100": {
622
+ "value": "#ccf7ec",
623
+ "type": "color"
624
+ },
625
+ "custom-mint-200": {
626
+ "value": "#97f0d9",
627
+ "type": "color"
628
+ },
629
+ "custom-mint-300": {
630
+ "value": "#5be9c7",
631
+ "type": "color"
632
+ },
633
+ "gray-0": {
634
+ "value": "#ffffff",
635
+ "type": "color"
636
+ },
637
+ "gray-100": {
638
+ "value": "#f4f6f6",
639
+ "type": "color"
640
+ },
641
+ "gray-200": {
642
+ "value": "#EAEEED",
643
+ "type": "color"
644
+ },
645
+ "gray-300": {
646
+ "value": "#e0e6e3",
647
+ "type": "color"
648
+ },
649
+ "gray-400": {
650
+ "value": "#d5ddda",
651
+ "type": "color"
652
+ },
653
+ "gray-500": {
654
+ "value": "#c0ccc8",
655
+ "type": "color"
656
+ },
657
+ "gray-600": {
658
+ "value": "#606664",
659
+ "type": "color"
660
+ },
661
+ "gray-700": {
662
+ "value": "#202221",
663
+ "type": "color"
664
+ },
665
+ "red": {
666
+ "value": "#ef4444",
667
+ "type": "color"
668
+ },
669
+ "green": {
670
+ "value": "#10b981",
671
+ "type": "color"
672
+ },
673
+ "yellow": {
674
+ "value": "#f59e0b",
675
+ "type": "color"
676
+ },
677
+ "blue": {
678
+ "value": "#3b82f6",
679
+ "type": "color"
680
+ }
681
+ }
682
+ },
683
+ "theme": {
684
+ "light": {
435
685
  "color": {
436
- "red": {
437
- "value": "{core.ivy-framework.source.color.red}",
438
- "type": "color"
439
- },
440
- "red-foreground": {
441
- "value": "{core.ivy-framework.source.color.black}",
442
- "type": "color"
443
- },
444
- "orange": {
445
- "value": "{core.ivy-framework.source.color.orange}",
446
- "type": "color"
447
- },
448
- "orange-foreground": {
449
- "value": "{core.ivy-framework.source.color.black}",
450
- "type": "color"
451
- },
452
- "amber": {
453
- "value": "{core.ivy-framework.source.color.amber}",
454
- "type": "color"
455
- },
456
- "amber-foreground": {
457
- "value": "{core.ivy-framework.source.color.black}",
458
- "type": "color"
459
- },
460
- "yellow": {
461
- "value": "{core.ivy-framework.source.color.yellow}",
462
- "type": "color"
463
- },
464
- "yellow-foreground": {
465
- "value": "{core.ivy-framework.source.color.black}",
466
- "type": "color"
467
- },
468
- "lime": {
469
- "value": "{core.ivy-framework.source.color.lime}",
470
- "type": "color"
471
- },
472
- "lime-foreground": {
473
- "value": "{core.ivy-framework.source.color.black}",
474
- "type": "color"
475
- },
476
- "green": {
477
- "value": "{core.ivy-framework.source.color.green}",
686
+ "primary": {
687
+ "value": "{ivy-web.source.color.custom-teal-600}",
478
688
  "type": "color"
479
689
  },
480
- "green-foreground": {
481
- "value": "{core.ivy-framework.source.color.black}",
690
+ "primary-light": {
691
+ "value": "{ivy-web.source.color.custom-teal-500}",
482
692
  "type": "color"
483
693
  },
484
- "emerald": {
485
- "value": "{core.ivy-framework.source.color.emerald}",
694
+ "primary-dark": {
695
+ "value": "{ivy-web.source.color.custom-teal-700}",
486
696
  "type": "color"
487
697
  },
488
- "emerald-foreground": {
489
- "value": "{core.ivy-framework.source.color.black}",
698
+ "teal-50": {
699
+ "value": "{ivy-web.source.color.custom-teal-50}",
490
700
  "type": "color"
491
701
  },
492
- "teal": {
493
- "value": "{core.ivy-framework.source.color.teal}",
702
+ "teal-100": {
703
+ "value": "{ivy-web.source.color.custom-teal-100}",
494
704
  "type": "color"
495
705
  },
496
- "teal-foreground": {
497
- "value": "{core.ivy-framework.source.color.white}",
706
+ "teal-200": {
707
+ "value": "{ivy-web.source.color.custom-teal-200}",
498
708
  "type": "color"
499
709
  },
500
- "cyan": {
501
- "value": "{core.ivy-framework.source.color.cyan}",
710
+ "teal-300": {
711
+ "value": "{ivy-web.source.color.custom-teal-300}",
502
712
  "type": "color"
503
713
  },
504
- "cyan-foreground": {
505
- "value": "{core.ivy-framework.source.color.white}",
714
+ "teal-400": {
715
+ "value": "{ivy-web.source.color.custom-teal-400}",
506
716
  "type": "color"
507
717
  },
508
- "sky": {
509
- "value": "{core.ivy-framework.source.color.sky}",
718
+ "teal-500": {
719
+ "value": "{ivy-web.source.color.custom-teal-500}",
510
720
  "type": "color"
511
721
  },
512
- "sky-foreground": {
513
- "value": "{core.ivy-framework.source.color.white}",
722
+ "teal-600": {
723
+ "value": "{ivy-web.source.color.custom-teal-600}",
514
724
  "type": "color"
515
725
  },
516
- "blue": {
517
- "value": "{core.ivy-framework.source.color.blue}",
726
+ "teal-700": {
727
+ "value": "{ivy-web.source.color.custom-teal-700}",
518
728
  "type": "color"
519
729
  },
520
- "blue-foreground": {
521
- "value": "{core.ivy-framework.source.color.white}",
730
+ "teal-800": {
731
+ "value": "{ivy-web.source.color.custom-teal-800}",
522
732
  "type": "color"
523
733
  },
524
- "indigo": {
525
- "value": "{core.ivy-framework.source.color.indigo}",
734
+ "teal-900": {
735
+ "value": "{ivy-web.source.color.custom-teal-900}",
526
736
  "type": "color"
527
737
  },
528
- "indigo-foreground": {
529
- "value": "{core.ivy-framework.source.color.white}",
738
+ "mint-100": {
739
+ "value": "{ivy-web.source.color.custom-mint-100}",
530
740
  "type": "color"
531
741
  },
532
- "violet": {
533
- "value": "{core.ivy-framework.source.color.violet}",
742
+ "mint-200": {
743
+ "value": "{ivy-web.source.color.custom-mint-200}",
534
744
  "type": "color"
535
745
  },
536
- "violet-foreground": {
537
- "value": "{core.ivy-framework.source.color.white}",
746
+ "mint-300": {
747
+ "value": "{ivy-web.source.color.custom-mint-300}",
538
748
  "type": "color"
539
749
  },
540
- "purple": {
541
- "value": "{core.ivy-framework.source.color.purple}",
750
+ "surface-primary": {
751
+ "value": "{ivy-web.source.color.gray-0}",
542
752
  "type": "color"
543
753
  },
544
- "purple-foreground": {
545
- "value": "{core.ivy-framework.source.color.white}",
754
+ "text-primary": {
755
+ "value": "{ivy-web.source.color.gray-700}",
546
756
  "type": "color"
547
757
  },
548
- "fuchsia": {
549
- "value": "{core.ivy-framework.source.color.fuchsia}",
758
+ "text-secondary": {
759
+ "value": "{ivy-web.source.color.gray-600}",
550
760
  "type": "color"
551
761
  },
552
- "fuchsia-foreground": {
553
- "value": "{core.ivy-framework.source.color.black}",
762
+ "text-tertiary": {
763
+ "value": "{ivy-web.source.color.gray-500}",
554
764
  "type": "color"
555
765
  },
556
- "pink": {
557
- "value": "{core.ivy-framework.source.color.pink}",
766
+ "text-muted": {
767
+ "value": "{ivy-web.source.color.gray-400}",
558
768
  "type": "color"
559
769
  },
560
- "pink-foreground": {
561
- "value": "{core.ivy-framework.source.color.black}",
770
+ "text-disabled": {
771
+ "value": "{ivy-web.source.color.gray-200}",
562
772
  "type": "color"
563
773
  },
564
- "rose": {
565
- "value": "{core.ivy-framework.source.color.rose}",
774
+ "text-inverse": {
775
+ "value": "{ivy-web.source.color.gray-0}",
566
776
  "type": "color"
567
777
  },
568
- "rose-foreground": {
569
- "value": "{core.ivy-framework.source.color.black}",
778
+ "text-brand": {
779
+ "value": "{ivy-web.source.color.custom-teal-600}",
570
780
  "type": "color"
571
781
  }
572
782
  }
573
- }
574
- },
575
- "ivy-web": {
576
- "source": {
783
+ },
784
+ "dark": {
577
785
  "color": {
578
- "custom-teal-50": {
579
- "value": "#f0fdf4",
580
- "type": "color"
581
- },
582
- "custom-teal-100": {
583
- "value": "#d4f6ed",
786
+ "primary": {
787
+ "value": "{ivy-web.source.color.custom-teal-600}",
584
788
  "type": "color"
585
789
  },
586
- "custom-teal-200": {
587
- "value": "#ccf7ec",
790
+ "primary-light": {
791
+ "value": "{ivy-web.source.color.custom-teal-500}",
588
792
  "type": "color"
589
793
  },
590
- "custom-teal-300": {
591
- "value": "#80e6c9",
794
+ "primary-dark": {
795
+ "value": "{ivy-web.source.color.custom-teal-700}",
592
796
  "type": "color"
593
797
  },
594
- "custom-teal-400": {
595
- "value": "#5be9c7",
798
+ "teal-50": {
799
+ "value": "{ivy-web.source.color.custom-teal-50}",
596
800
  "type": "color"
597
801
  },
598
- "custom-teal-500": {
599
- "value": "#00d18e",
802
+ "teal-100": {
803
+ "value": "{ivy-web.source.color.custom-teal-100}",
600
804
  "type": "color"
601
805
  },
602
- "custom-teal-600": {
603
- "value": "#00cc92",
806
+ "teal-200": {
807
+ "value": "{ivy-web.source.color.custom-teal-200}",
604
808
  "type": "color"
605
809
  },
606
- "custom-teal-700": {
607
- "value": "#05986a",
810
+ "teal-300": {
811
+ "value": "{ivy-web.source.color.custom-teal-300}",
608
812
  "type": "color"
609
813
  },
610
- "custom-teal-800": {
611
- "value": "#04694a",
814
+ "teal-400": {
815
+ "value": "{ivy-web.source.color.custom-teal-400}",
612
816
  "type": "color"
613
817
  },
614
- "custom-teal-900": {
615
- "value": "#034a33",
818
+ "teal-500": {
819
+ "value": "{ivy-web.source.color.custom-teal-500}",
616
820
  "type": "color"
617
821
  },
618
- "custom-mint-100": {
619
- "value": "#ccf7ec",
822
+ "teal-600": {
823
+ "value": "{ivy-web.source.color.custom-teal-600}",
620
824
  "type": "color"
621
825
  },
622
- "custom-mint-200": {
623
- "value": "#97f0d9",
826
+ "teal-700": {
827
+ "value": "{ivy-web.source.color.custom-teal-700}",
624
828
  "type": "color"
625
829
  },
626
- "custom-mint-300": {
627
- "value": "#5be9c7",
830
+ "teal-800": {
831
+ "value": "{ivy-web.source.color.custom-teal-800}",
628
832
  "type": "color"
629
833
  },
630
- "gray-0": {
631
- "value": "#ffffff",
834
+ "teal-900": {
835
+ "value": "{ivy-web.source.color.custom-teal-900}",
632
836
  "type": "color"
633
837
  },
634
- "gray-100": {
635
- "value": "#f4f6f6",
838
+ "mint-100": {
839
+ "value": "{ivy-web.source.color.custom-mint-100}",
636
840
  "type": "color"
637
841
  },
638
- "gray-200": {
639
- "value": "#EAEEED",
842
+ "mint-200": {
843
+ "value": "{ivy-web.source.color.custom-mint-200}",
640
844
  "type": "color"
641
845
  },
642
- "gray-300": {
643
- "value": "#e0e6e3",
846
+ "mint-300": {
847
+ "value": "{ivy-web.source.color.custom-mint-300}",
644
848
  "type": "color"
645
849
  },
646
- "gray-400": {
647
- "value": "#d5ddda",
850
+ "surface-primary": {
851
+ "value": "{ivy-web.source.color.gray-700}",
648
852
  "type": "color"
649
853
  },
650
- "gray-500": {
651
- "value": "#c0ccc8",
854
+ "text-primary": {
855
+ "value": "{ivy-web.source.color.gray-0}",
652
856
  "type": "color"
653
857
  },
654
- "gray-600": {
655
- "value": "#606664",
858
+ "text-secondary": {
859
+ "value": "{ivy-web.source.color.gray-100}",
656
860
  "type": "color"
657
861
  },
658
- "gray-700": {
659
- "value": "#202221",
862
+ "text-tertiary": {
863
+ "value": "{ivy-web.source.color.gray-200}",
660
864
  "type": "color"
661
865
  },
662
- "red": {
663
- "value": "#ef4444",
866
+ "text-muted": {
867
+ "value": "{ivy-web.source.color.gray-300}",
664
868
  "type": "color"
665
869
  },
666
- "green": {
667
- "value": "#10b981",
870
+ "text-disabled": {
871
+ "value": "{ivy-web.source.color.gray-400}",
668
872
  "type": "color"
669
873
  },
670
- "yellow": {
671
- "value": "#f59e0b",
874
+ "text-inverse": {
875
+ "value": "{ivy-web.source.color.gray-700}",
672
876
  "type": "color"
673
877
  },
674
- "blue": {
675
- "value": "#3b82f6",
878
+ "text-brand": {
879
+ "value": "{ivy-web.source.color.custom-teal-500}",
676
880
  "type": "color"
677
881
  }
678
882
  }
679
- },
680
- "theme": {
681
- "light": {
682
- "color": {
683
- "primary": {
684
- "value": "{core.ivy-web.source.color.custom-teal-600}",
685
- "type": "color"
686
- },
687
- "primary-light": {
688
- "value": "{core.ivy-web.source.color.custom-teal-500}",
689
- "type": "color"
690
- },
691
- "primary-dark": {
692
- "value": "{core.ivy-web.source.color.custom-teal-700}",
693
- "type": "color"
694
- },
695
- "teal-50": {
696
- "value": "{core.ivy-web.source.color.custom-teal-50}",
697
- "type": "color"
698
- },
699
- "teal-100": {
700
- "value": "{core.ivy-web.source.color.custom-teal-100}",
701
- "type": "color"
702
- },
703
- "teal-200": {
704
- "value": "{core.ivy-web.source.color.custom-teal-200}",
705
- "type": "color"
706
- },
707
- "teal-300": {
708
- "value": "{core.ivy-web.source.color.custom-teal-300}",
709
- "type": "color"
710
- },
711
- "teal-400": {
712
- "value": "{core.ivy-web.source.color.custom-teal-400}",
713
- "type": "color"
714
- },
715
- "teal-500": {
716
- "value": "{core.ivy-web.source.color.custom-teal-500}",
717
- "type": "color"
718
- },
719
- "teal-600": {
720
- "value": "{core.ivy-web.source.color.custom-teal-600}",
721
- "type": "color"
722
- },
723
- "teal-700": {
724
- "value": "{core.ivy-web.source.color.custom-teal-700}",
725
- "type": "color"
726
- },
727
- "teal-800": {
728
- "value": "{core.ivy-web.source.color.custom-teal-800}",
729
- "type": "color"
730
- },
731
- "teal-900": {
732
- "value": "{core.ivy-web.source.color.custom-teal-900}",
733
- "type": "color"
734
- },
735
- "mint-100": {
736
- "value": "{core.ivy-web.source.color.custom-mint-100}",
737
- "type": "color"
738
- },
739
- "mint-200": {
740
- "value": "{core.ivy-web.source.color.custom-mint-200}",
741
- "type": "color"
742
- },
743
- "mint-300": {
744
- "value": "{core.ivy-web.source.color.custom-mint-300}",
745
- "type": "color"
746
- },
747
- "surface-primary": {
748
- "value": "{core.ivy-web.source.color.gray-0}",
749
- "type": "color"
750
- },
751
- "text-primary": {
752
- "value": "{core.ivy-web.source.color.gray-700}",
753
- "type": "color"
754
- },
755
- "text-secondary": {
756
- "value": "{core.ivy-web.source.color.gray-600}",
757
- "type": "color"
758
- },
759
- "text-tertiary": {
760
- "value": "{core.ivy-web.source.color.gray-500}",
761
- "type": "color"
762
- },
763
- "text-muted": {
764
- "value": "{core.ivy-web.source.color.gray-400}",
765
- "type": "color"
766
- },
767
- "text-disabled": {
768
- "value": "{core.ivy-web.source.color.gray-200}",
769
- "type": "color"
770
- },
771
- "text-inverse": {
772
- "value": "{core.ivy-web.source.color.gray-0}",
773
- "type": "color"
774
- },
775
- "text-brand": {
776
- "value": "{core.ivy-web.source.color.custom-teal-600}",
777
- "type": "color"
778
- }
779
- }
780
- },
781
- "dark": {
782
- "color": {
783
- "primary": {
784
- "value": "{core.ivy-web.source.color.custom-teal-600}",
785
- "type": "color"
786
- },
787
- "primary-light": {
788
- "value": "{core.ivy-web.source.color.custom-teal-500}",
789
- "type": "color"
790
- },
791
- "primary-dark": {
792
- "value": "{core.ivy-web.source.color.custom-teal-700}",
793
- "type": "color"
794
- },
795
- "teal-50": {
796
- "value": "{core.ivy-web.source.color.custom-teal-50}",
797
- "type": "color"
798
- },
799
- "teal-100": {
800
- "value": "{core.ivy-web.source.color.custom-teal-100}",
801
- "type": "color"
802
- },
803
- "teal-200": {
804
- "value": "{core.ivy-web.source.color.custom-teal-200}",
805
- "type": "color"
806
- },
807
- "teal-300": {
808
- "value": "{core.ivy-web.source.color.custom-teal-300}",
809
- "type": "color"
810
- },
811
- "teal-400": {
812
- "value": "{core.ivy-web.source.color.custom-teal-400}",
813
- "type": "color"
814
- },
815
- "teal-500": {
816
- "value": "{core.ivy-web.source.color.custom-teal-500}",
817
- "type": "color"
818
- },
819
- "teal-600": {
820
- "value": "{core.ivy-web.source.color.custom-teal-600}",
821
- "type": "color"
822
- },
823
- "teal-700": {
824
- "value": "{core.ivy-web.source.color.custom-teal-700}",
825
- "type": "color"
826
- },
827
- "teal-800": {
828
- "value": "{core.ivy-web.source.color.custom-teal-800}",
829
- "type": "color"
830
- },
831
- "teal-900": {
832
- "value": "{core.ivy-web.source.color.custom-teal-900}",
833
- "type": "color"
834
- },
835
- "mint-100": {
836
- "value": "{core.ivy-web.source.color.custom-mint-100}",
837
- "type": "color"
838
- },
839
- "mint-200": {
840
- "value": "{core.ivy-web.source.color.custom-mint-200}",
841
- "type": "color"
842
- },
843
- "mint-300": {
844
- "value": "{core.ivy-web.source.color.custom-mint-300}",
845
- "type": "color"
846
- },
847
- "surface-primary": {
848
- "value": "{core.ivy-web.source.color.gray-700}",
849
- "type": "color"
850
- },
851
- "text-primary": {
852
- "value": "{core.ivy-web.source.color.gray-0}",
853
- "type": "color"
854
- },
855
- "text-secondary": {
856
- "value": "{core.ivy-web.source.color.gray-100}",
857
- "type": "color"
858
- },
859
- "text-tertiary": {
860
- "value": "{core.ivy-web.source.color.gray-200}",
861
- "type": "color"
862
- },
863
- "text-muted": {
864
- "value": "{core.ivy-web.source.color.gray-300}",
865
- "type": "color"
866
- },
867
- "text-disabled": {
868
- "value": "{core.ivy-web.source.color.gray-400}",
869
- "type": "color"
870
- },
871
- "text-inverse": {
872
- "value": "{core.ivy-web.source.color.gray-700}",
873
- "type": "color"
874
- },
875
- "text-brand": {
876
- "value": "{core.ivy-web.source.color.custom-teal-500}",
877
- "type": "color"
878
- }
879
- }
880
- }
881
- },
882
- "$metadata": {
883
- "tokenSetOrder": {
884
- "0": {
885
- "value": "ivy-framework",
886
- "type": "other"
887
- },
888
- "1": {
889
- "value": "theme",
890
- "type": "other"
891
- }
892
- }
893
883
  }
894
884
  },
895
885
  "$metadata": {
896
886
  "tokenSetOrder": {
897
887
  "0": {
898
- "value": "core",
888
+ "value": "ivy-framework",
889
+ "type": "other"
890
+ },
891
+ "1": {
892
+ "value": "theme",
899
893
  "type": "other"
900
894
  }
901
895
  }
@@ -904,7 +898,8 @@
904
898
  "$themes": [],
905
899
  "$metadata": {
906
900
  "tokenSetOrder": [
907
- "core"
901
+ "ivy-framework",
902
+ "ivy-web"
908
903
  ]
909
904
  }
910
905
  }