@xyd-js/atlas 0.1.0-xyd.6 → 0.1.0-xyd.69

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 (55) hide show
  1. package/.storybook/index.css +1 -27
  2. package/.storybook/preview.ts +1 -2
  3. package/CHANGELOG.md +710 -0
  4. package/LICENSE +21 -0
  5. package/dist/Update-BMKoKdRb-COLbZvRj.js +4 -0
  6. package/dist/Update-BMKoKdRb-COLbZvRj.js.map +1 -0
  7. package/dist/index.css +43 -54
  8. package/dist/index.d.ts +30 -10
  9. package/dist/index.js +1 -1
  10. package/dist/index.js.map +1 -1
  11. package/dist/styles.css +89 -0
  12. package/dist/tokens.css +60 -0
  13. package/dist/xydPlugin.d.ts +5 -0
  14. package/dist/xydPlugin.js +2 -0
  15. package/dist/xydPlugin.js.map +1 -0
  16. package/index.ts +1 -2
  17. package/package.json +20 -21
  18. package/packages/xyd-plugin/SidebarItem.tsx +27 -0
  19. package/packages/xyd-plugin/index.ts +20 -0
  20. package/rollup.config.js +56 -12
  21. package/src/components/ApiRef/ApiRefItem/ApiRefItem.styles.tsx +95 -63
  22. package/src/components/ApiRef/ApiRefItem/ApiRefItem.tsx +511 -53
  23. package/src/components/ApiRef/ApiRefProperties/ApiRefProperties.styles.tsx +186 -143
  24. package/src/components/ApiRef/ApiRefProperties/ApiRefProperties.tsx +584 -76
  25. package/src/components/ApiRef/ApiRefSamples/ApiRefSamples.styles.tsx +19 -23
  26. package/src/components/ApiRef/ApiRefSamples/ApiRefSamples.tsx +39 -24
  27. package/src/components/Atlas/Atlas.styles.tsx +3 -5
  28. package/src/components/Atlas/Atlas.tsx +34 -21
  29. package/src/components/Atlas/AtlasContext.tsx +47 -0
  30. package/src/components/Atlas/AtlasDecorator.styles.ts +22 -0
  31. package/src/components/Atlas/AtlasDecorator.tsx +15 -0
  32. package/src/components/Atlas/AtlasLazy/AtlasLazy.styles.tsx +7 -8
  33. package/src/components/Atlas/AtlasLazy/AtlasLazy.tsx +4 -6
  34. package/src/components/Atlas/AtlasPrimary.tsx +21 -0
  35. package/src/components/Atlas/AtlasSecondary.tsx +148 -0
  36. package/src/components/Atlas/index.ts +6 -2
  37. package/src/components/Atlas/types.ts +11 -0
  38. package/src/components/Code/CodeSampleButtons/CodeSampleButtons.styles.tsx +56 -65
  39. package/src/components/Code/CodeSampleButtons/CodeSampleButtons.tsx +19 -28
  40. package/src/components/Code/index.ts +0 -4
  41. package/src/components/Icon/index.tsx +384 -0
  42. package/src/docs/AtlasExample/todo-app.uniform.json +1 -1
  43. package/src/styles/styles.css +89 -0
  44. package/src/styles/tokens.css +60 -0
  45. package/src/utils/mdx.ts +0 -29
  46. package/tsconfig.json +9 -2
  47. package/types.d.ts +22 -0
  48. package/src/components/Code/CodeCopy/CodeCopy.style.tsx +0 -21
  49. package/src/components/Code/CodeCopy/CodeCopy.tsx +0 -32
  50. package/src/components/Code/CodeCopy/index.ts +0 -7
  51. package/src/components/Code/CodeSample/CodeSample.styles.tsx +0 -134
  52. package/src/components/Code/CodeSample/CodeSample.tsx +0 -149
  53. package/src/components/Code/CodeSample/index.ts +0 -8
  54. package/src/components/Code/CodeSample/withLocalStored.tsx +0 -52
  55. package/src/components/Code/default-theme.ts +0 -266
package/CHANGELOG.md ADDED
@@ -0,0 +1,710 @@
1
+ # @xyd-js/atlas
2
+
3
+ ## 0.1.0-xyd.69
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - update all packages
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @xyd-js/components@0.1.0-xyd.64
12
+ - @xyd-js/core@0.1.0-xyd.66
13
+ - @xyd-js/framework@0.1.0-xyd.85
14
+ - @xyd-js/plugins@0.1.0-xyd.53
15
+ - @xyd-js/uniform@0.1.0-xyd.68
16
+
17
+ ## 0.1.0-xyd.68
18
+
19
+ ### Patch Changes
20
+
21
+ - update all packages
22
+ - Updated dependencies
23
+ - @xyd-js/components@0.1.0-xyd.63
24
+ - @xyd-js/core@0.1.0-xyd.65
25
+ - @xyd-js/framework@0.1.0-xyd.84
26
+ - @xyd-js/plugins@0.1.0-xyd.52
27
+ - @xyd-js/uniform@0.1.0-xyd.67
28
+
29
+ ## 0.1.0-xyd.67
30
+
31
+ ### Patch Changes
32
+
33
+ - update all packages
34
+ - Updated dependencies
35
+ - @xyd-js/components@0.1.0-xyd.62
36
+ - @xyd-js/core@0.1.0-xyd.64
37
+ - @xyd-js/framework@0.1.0-xyd.83
38
+ - @xyd-js/plugins@0.1.0-xyd.51
39
+ - @xyd-js/uniform@0.1.0-xyd.66
40
+
41
+ ## 0.1.0-xyd.66
42
+
43
+ ### Patch Changes
44
+
45
+ - update all packages
46
+ - Updated dependencies
47
+ - @xyd-js/components@0.1.0-xyd.61
48
+ - @xyd-js/core@0.1.0-xyd.63
49
+ - @xyd-js/framework@0.1.0-xyd.82
50
+ - @xyd-js/plugins@0.1.0-xyd.50
51
+ - @xyd-js/uniform@0.1.0-xyd.65
52
+
53
+ ## 0.1.0-xyd.65
54
+
55
+ ### Patch Changes
56
+
57
+ - update all packages
58
+ - Updated dependencies
59
+ - @xyd-js/components@0.1.0-xyd.60
60
+ - @xyd-js/core@0.1.0-xyd.62
61
+ - @xyd-js/framework@0.1.0-xyd.81
62
+ - @xyd-js/plugins@0.1.0-xyd.49
63
+ - @xyd-js/uniform@0.1.0-xyd.64
64
+
65
+ ## 0.1.0-xyd.64
66
+
67
+ ### Patch Changes
68
+
69
+ - update all packages
70
+ - Updated dependencies
71
+ - @xyd-js/components@0.1.0-xyd.59
72
+ - @xyd-js/core@0.1.0-xyd.61
73
+ - @xyd-js/framework@0.1.0-xyd.80
74
+ - @xyd-js/plugins@0.1.0-xyd.48
75
+ - @xyd-js/uniform@0.1.0-xyd.63
76
+
77
+ ## 0.1.0-xyd.63
78
+
79
+ ### Patch Changes
80
+
81
+ - update all packages
82
+ - Updated dependencies
83
+ - @xyd-js/components@0.1.0-xyd.58
84
+ - @xyd-js/core@0.1.0-xyd.60
85
+ - @xyd-js/framework@0.1.0-xyd.79
86
+ - @xyd-js/plugins@0.1.0-xyd.47
87
+ - @xyd-js/uniform@0.1.0-xyd.62
88
+
89
+ ## 0.1.0-xyd.62
90
+
91
+ ### Patch Changes
92
+
93
+ - update all packages
94
+ - Updated dependencies
95
+ - @xyd-js/components@0.1.0-xyd.57
96
+ - @xyd-js/core@0.1.0-xyd.59
97
+ - @xyd-js/framework@0.1.0-xyd.78
98
+ - @xyd-js/plugins@0.1.0-xyd.46
99
+ - @xyd-js/uniform@0.1.0-xyd.61
100
+
101
+ ## 0.1.0-xyd.61
102
+
103
+ ### Patch Changes
104
+
105
+ - update all packages
106
+ - Updated dependencies
107
+ - @xyd-js/components@0.1.0-xyd.56
108
+ - @xyd-js/core@0.1.0-xyd.58
109
+ - @xyd-js/framework@0.1.0-xyd.77
110
+ - @xyd-js/plugins@0.1.0-xyd.45
111
+ - @xyd-js/uniform@0.1.0-xyd.60
112
+
113
+ ## 0.1.0-xyd.60
114
+
115
+ ### Patch Changes
116
+
117
+ - update all packages
118
+ - Updated dependencies
119
+ - @xyd-js/components@0.1.0-xyd.55
120
+ - @xyd-js/core@0.1.0-xyd.57
121
+ - @xyd-js/framework@0.1.0-xyd.76
122
+ - @xyd-js/plugins@0.1.0-xyd.44
123
+ - @xyd-js/uniform@0.1.0-xyd.59
124
+
125
+ ## 0.1.0-xyd.59
126
+
127
+ ### Patch Changes
128
+
129
+ - update all packages
130
+ - Updated dependencies
131
+ - @xyd-js/components@0.1.0-xyd.54
132
+ - @xyd-js/core@0.1.0-xyd.56
133
+ - @xyd-js/framework@0.1.0-xyd.75
134
+ - @xyd-js/plugins@0.1.0-xyd.43
135
+ - @xyd-js/uniform@0.1.0-xyd.58
136
+
137
+ ## 0.1.0-xyd.58
138
+
139
+ ### Patch Changes
140
+
141
+ - update all packages
142
+ - update all packages
143
+ - update all packages
144
+ - update all packages
145
+ - update all packages
146
+ - update all packages
147
+ - Updated dependencies
148
+ - Updated dependencies
149
+ - Updated dependencies
150
+ - Updated dependencies
151
+ - Updated dependencies
152
+ - Updated dependencies
153
+ - @xyd-js/components@0.1.0-xyd.53
154
+ - @xyd-js/core@0.1.0-xyd.55
155
+ - @xyd-js/framework@0.1.0-xyd.74
156
+ - @xyd-js/plugins@0.1.0-xyd.42
157
+ - @xyd-js/uniform@0.1.0-xyd.57
158
+
159
+ ## 0.1.0-xyd.57
160
+
161
+ ### Patch Changes
162
+
163
+ - update all packages
164
+ - Updated dependencies
165
+ - @xyd-js/components@0.1.0-xyd.52
166
+ - @xyd-js/core@0.1.0-xyd.54
167
+ - @xyd-js/framework@0.1.0-xyd.73
168
+ - @xyd-js/plugins@0.1.0-xyd.41
169
+ - @xyd-js/uniform@0.1.0-xyd.56
170
+
171
+ ## 0.1.0-xyd.56
172
+
173
+ ### Patch Changes
174
+
175
+ - update all packages
176
+ - Updated dependencies
177
+ - @xyd-js/components@0.1.0-xyd.51
178
+ - @xyd-js/core@0.1.0-xyd.53
179
+ - @xyd-js/framework@0.1.0-xyd.72
180
+ - @xyd-js/plugins@0.1.0-xyd.40
181
+ - @xyd-js/uniform@0.1.0-xyd.55
182
+
183
+ ## 0.1.0-xyd.55
184
+
185
+ ### Patch Changes
186
+
187
+ - update all packages
188
+ - Updated dependencies
189
+ - @xyd-js/components@0.1.0-xyd.50
190
+ - @xyd-js/core@0.1.0-xyd.52
191
+ - @xyd-js/framework@0.1.0-xyd.71
192
+ - @xyd-js/plugins@0.1.0-xyd.39
193
+ - @xyd-js/uniform@0.1.0-xyd.54
194
+
195
+ ## 0.1.0-xyd.54
196
+
197
+ ### Patch Changes
198
+
199
+ - update all packages
200
+ - Updated dependencies
201
+ - @xyd-js/components@0.1.0-xyd.49
202
+ - @xyd-js/core@0.1.0-xyd.51
203
+ - @xyd-js/framework@0.1.0-xyd.70
204
+ - @xyd-js/plugins@0.1.0-xyd.38
205
+ - @xyd-js/uniform@0.1.0-xyd.53
206
+
207
+ ## 0.1.0-xyd.53
208
+
209
+ ### Patch Changes
210
+
211
+ - update all packages
212
+ - Updated dependencies
213
+ - @xyd-js/components@0.1.0-xyd.48
214
+ - @xyd-js/core@0.1.0-xyd.50
215
+ - @xyd-js/framework@0.1.0-xyd.69
216
+ - @xyd-js/plugins@0.1.0-xyd.37
217
+ - @xyd-js/uniform@0.1.0-xyd.52
218
+
219
+ ## 0.1.0-xyd.52
220
+
221
+ ### Patch Changes
222
+
223
+ - update all packages
224
+ - Updated dependencies
225
+ - @xyd-js/components@0.1.0-xyd.47
226
+ - @xyd-js/core@0.1.0-xyd.49
227
+ - @xyd-js/framework@0.1.0-xyd.68
228
+ - @xyd-js/plugins@0.1.0-xyd.36
229
+ - @xyd-js/uniform@0.1.0-xyd.51
230
+
231
+ ## 0.1.0-xyd.51
232
+
233
+ ### Patch Changes
234
+
235
+ - update all packages
236
+ - Updated dependencies
237
+ - @xyd-js/components@0.1.0-xyd.46
238
+ - @xyd-js/core@0.1.0-xyd.48
239
+ - @xyd-js/framework@0.1.0-xyd.67
240
+ - @xyd-js/plugins@0.1.0-xyd.35
241
+ - @xyd-js/uniform@0.1.0-xyd.50
242
+
243
+ ## 0.1.0-xyd.50
244
+
245
+ ### Patch Changes
246
+
247
+ - update all packages
248
+ - Updated dependencies
249
+ - @xyd-js/components@0.1.0-xyd.45
250
+ - @xyd-js/core@0.1.0-xyd.47
251
+ - @xyd-js/framework@0.1.0-xyd.66
252
+ - @xyd-js/plugins@0.1.0-xyd.34
253
+ - @xyd-js/uniform@0.1.0-xyd.49
254
+
255
+ ## 0.1.0-xyd.49
256
+
257
+ ### Patch Changes
258
+
259
+ - update all packages
260
+ - Updated dependencies
261
+ - @xyd-js/components@0.1.0-xyd.44
262
+ - @xyd-js/core@0.1.0-xyd.46
263
+ - @xyd-js/framework@0.1.0-xyd.65
264
+ - @xyd-js/plugins@0.1.0-xyd.33
265
+ - @xyd-js/uniform@0.1.0-xyd.48
266
+
267
+ ## 0.1.0-xyd.48
268
+
269
+ ### Patch Changes
270
+
271
+ - update all packages
272
+ - Updated dependencies
273
+ - @xyd-js/components@0.1.0-xyd.43
274
+ - @xyd-js/core@0.1.0-xyd.45
275
+ - @xyd-js/framework@0.1.0-xyd.64
276
+ - @xyd-js/plugins@0.1.0-xyd.32
277
+ - @xyd-js/uniform@0.1.0-xyd.47
278
+
279
+ ## 0.1.0-xyd.47
280
+
281
+ ### Patch Changes
282
+
283
+ - update all packages
284
+ - Updated dependencies
285
+ - @xyd-js/components@0.1.0-xyd.42
286
+ - @xyd-js/core@0.1.0-xyd.44
287
+ - @xyd-js/framework@0.1.0-xyd.63
288
+ - @xyd-js/plugins@0.1.0-xyd.31
289
+ - @xyd-js/uniform@0.1.0-xyd.46
290
+
291
+ ## 0.1.0-xyd.46
292
+
293
+ ### Patch Changes
294
+
295
+ - update all packages
296
+ - Updated dependencies
297
+ - @xyd-js/components@0.1.0-xyd.41
298
+ - @xyd-js/core@0.1.0-xyd.43
299
+ - @xyd-js/framework@0.1.0-xyd.62
300
+ - @xyd-js/plugins@0.1.0-xyd.30
301
+ - @xyd-js/uniform@0.1.0-xyd.45
302
+
303
+ ## 0.1.0-xyd.45
304
+
305
+ ### Patch Changes
306
+
307
+ - update all packages
308
+ - Updated dependencies
309
+ - @xyd-js/components@0.1.0-xyd.40
310
+ - @xyd-js/framework@0.1.0-xyd.61
311
+ - @xyd-js/plugins@0.1.0-xyd.29
312
+ - @xyd-js/uniform@0.1.0-xyd.44
313
+
314
+ ## 0.1.0-xyd.44
315
+
316
+ ### Patch Changes
317
+
318
+ - update all packages
319
+ - Updated dependencies
320
+ - @xyd-js/components@0.1.0-xyd.39
321
+ - @xyd-js/framework@0.1.0-xyd.60
322
+ - @xyd-js/plugins@0.1.0-xyd.28
323
+ - @xyd-js/uniform@0.1.0-xyd.43
324
+
325
+ ## 0.1.0-xyd.43
326
+
327
+ ### Patch Changes
328
+
329
+ - update all packages
330
+ - Updated dependencies
331
+ - @xyd-js/components@0.1.0-xyd.38
332
+ - @xyd-js/framework@0.1.0-xyd.59
333
+ - @xyd-js/plugins@0.1.0-xyd.27
334
+ - @xyd-js/uniform@0.1.0-xyd.42
335
+
336
+ ## 0.1.0-xyd.42
337
+
338
+ ### Patch Changes
339
+
340
+ - update all packages
341
+ - Updated dependencies
342
+ - @xyd-js/components@0.1.0-xyd.37
343
+ - @xyd-js/framework@0.1.0-xyd.58
344
+ - @xyd-js/plugins@0.1.0-xyd.26
345
+ - @xyd-js/uniform@0.1.0-xyd.41
346
+
347
+ ## 0.1.0-xyd.41
348
+
349
+ ### Patch Changes
350
+
351
+ - update all packages
352
+ - Updated dependencies
353
+ - @xyd-js/components@0.1.0-xyd.36
354
+ - @xyd-js/framework@0.1.0-xyd.57
355
+ - @xyd-js/plugins@0.1.0-xyd.25
356
+ - @xyd-js/uniform@0.1.0-xyd.40
357
+
358
+ ## 0.1.0-xyd.40
359
+
360
+ ### Patch Changes
361
+
362
+ - update all packages
363
+ - Updated dependencies
364
+ - @xyd-js/components@0.1.0-xyd.35
365
+ - @xyd-js/framework@0.1.0-xyd.56
366
+ - @xyd-js/plugins@0.1.0-xyd.24
367
+ - @xyd-js/uniform@0.1.0-xyd.39
368
+
369
+ ## 0.1.0-xyd.39
370
+
371
+ ### Patch Changes
372
+
373
+ - update all packages
374
+ - Updated dependencies
375
+ - @xyd-js/components@0.1.0-xyd.34
376
+ - @xyd-js/framework@0.1.0-xyd.55
377
+ - @xyd-js/plugins@0.1.0-xyd.23
378
+ - @xyd-js/uniform@0.1.0-xyd.38
379
+
380
+ ## 0.1.0-xyd.38
381
+
382
+ ### Patch Changes
383
+
384
+ - update all packages
385
+ - Updated dependencies
386
+ - @xyd-js/components@0.1.0-xyd.33
387
+ - @xyd-js/framework@0.1.0-xyd.54
388
+ - @xyd-js/plugins@0.1.0-xyd.22
389
+ - @xyd-js/uniform@0.1.0-xyd.37
390
+
391
+ ## 0.1.0-xyd.37
392
+
393
+ ### Patch Changes
394
+
395
+ - update all packages
396
+ - Updated dependencies
397
+ - @xyd-js/components@0.1.0-xyd.32
398
+ - @xyd-js/framework@0.1.0-xyd.53
399
+ - @xyd-js/plugins@0.1.0-xyd.21
400
+ - @xyd-js/uniform@0.1.0-xyd.36
401
+
402
+ ## 0.1.0-xyd.36
403
+
404
+ ### Patch Changes
405
+
406
+ - update all packages
407
+ - Updated dependencies
408
+ - @xyd-js/components@0.1.0-xyd.31
409
+ - @xyd-js/framework@0.1.0-xyd.52
410
+ - @xyd-js/plugins@0.1.0-xyd.20
411
+ - @xyd-js/uniform@0.1.0-xyd.35
412
+
413
+ ## 0.1.0-xyd.35
414
+
415
+ ### Patch Changes
416
+
417
+ - update all packages
418
+ - Updated dependencies
419
+ - @xyd-js/components@0.1.0-xyd.30
420
+ - @xyd-js/framework@0.1.0-xyd.51
421
+ - @xyd-js/plugins@0.1.0-xyd.19
422
+ - @xyd-js/uniform@0.1.0-xyd.34
423
+
424
+ ## 0.1.0-xyd.34
425
+
426
+ ### Patch Changes
427
+
428
+ - update all packages
429
+ - update all packages
430
+ - Updated dependencies
431
+ - Updated dependencies
432
+ - @xyd-js/components@0.1.0-xyd.29
433
+ - @xyd-js/framework@0.1.0-xyd.50
434
+ - @xyd-js/plugins@0.1.0-xyd.18
435
+ - @xyd-js/uniform@0.1.0-xyd.33
436
+
437
+ ## 0.1.0-xyd.33
438
+
439
+ ### Patch Changes
440
+
441
+ - update all packages
442
+ - Updated dependencies
443
+ - @xyd-js/components@0.1.0-xyd.28
444
+ - @xyd-js/framework@0.1.0-xyd.49
445
+ - @xyd-js/plugins@0.1.0-xyd.17
446
+ - @xyd-js/uniform@0.1.0-xyd.32
447
+
448
+ ## 0.1.0-xyd.32
449
+
450
+ ### Patch Changes
451
+
452
+ - update all packages
453
+ - update all packages
454
+ - Updated dependencies
455
+ - Updated dependencies
456
+ - @xyd-js/components@0.1.0-xyd.27
457
+ - @xyd-js/framework@0.1.0-xyd.48
458
+ - @xyd-js/plugins@0.1.0-xyd.16
459
+ - @xyd-js/uniform@0.1.0-xyd.31
460
+
461
+ ## 0.1.0-xyd.31
462
+
463
+ ### Patch Changes
464
+
465
+ - update all packages
466
+ - update all packages
467
+ - Updated dependencies
468
+ - Updated dependencies
469
+ - @xyd-js/components@0.1.0-xyd.26
470
+ - @xyd-js/framework@0.1.0-xyd.47
471
+ - @xyd-js/plugins@0.1.0-xyd.15
472
+ - @xyd-js/uniform@0.1.0-xyd.30
473
+
474
+ ## 0.1.0-xyd.30
475
+
476
+ ### Patch Changes
477
+
478
+ - update all packages
479
+ - update all packages
480
+ - Updated dependencies
481
+ - Updated dependencies
482
+ - @xyd-js/components@0.1.0-xyd.25
483
+ - @xyd-js/framework@0.1.0-xyd.46
484
+ - @xyd-js/plugins@0.1.0-xyd.14
485
+ - @xyd-js/uniform@0.1.0-xyd.29
486
+
487
+ ## 0.1.0-xyd.29
488
+
489
+ ### Patch Changes
490
+
491
+ - update all packages
492
+ - update all packages
493
+ - Updated dependencies
494
+ - Updated dependencies
495
+ - @xyd-js/components@0.1.0-xyd.24
496
+ - @xyd-js/framework@0.1.0-xyd.45
497
+ - @xyd-js/plugins@0.1.0-xyd.13
498
+ - @xyd-js/uniform@0.1.0-xyd.28
499
+
500
+ ## 0.1.0-xyd.28
501
+
502
+ ### Patch Changes
503
+
504
+ - update all packages
505
+ - update all packages
506
+ - Updated dependencies
507
+ - Updated dependencies
508
+ - @xyd-js/components@0.1.0-xyd.23
509
+ - @xyd-js/framework@0.1.0-xyd.44
510
+ - @xyd-js/plugins@0.1.0-xyd.12
511
+ - @xyd-js/uniform@0.1.0-xyd.27
512
+
513
+ ## 0.1.0-xyd.27
514
+
515
+ ### Patch Changes
516
+
517
+ - update all packages
518
+ - update all packages
519
+ - Updated dependencies
520
+ - Updated dependencies
521
+ - @xyd-js/components@0.1.0-xyd.22
522
+ - @xyd-js/framework@0.1.0-xyd.43
523
+ - @xyd-js/plugins@0.1.0-xyd.11
524
+ - @xyd-js/uniform@0.1.0-xyd.26
525
+
526
+ ## 0.1.0-xyd.26
527
+
528
+ ### Patch Changes
529
+
530
+ - update all packages
531
+ - Updated dependencies
532
+ - @xyd-js/components@0.1.0-xyd.21
533
+ - @xyd-js/framework@0.1.0-xyd.42
534
+ - @xyd-js/plugins@0.1.0-xyd.10
535
+ - @xyd-js/uniform@0.1.0-xyd.25
536
+
537
+ ## 0.1.0-xyd.25
538
+
539
+ ### Patch Changes
540
+
541
+ - update all packages
542
+ - Updated dependencies
543
+ - @xyd-js/components@0.1.0-xyd.20
544
+ - @xyd-js/framework@0.1.0-xyd.41
545
+ - @xyd-js/plugins@0.1.0-xyd.9
546
+ - @xyd-js/uniform@0.1.0-xyd.24
547
+
548
+ ## 0.1.0-xyd.24
549
+
550
+ ### Patch Changes
551
+
552
+ - update all packages
553
+ - Updated dependencies
554
+ - @xyd-js/components@0.1.0-xyd.19
555
+ - @xyd-js/framework@0.1.0-xyd.40
556
+ - @xyd-js/plugins@0.1.0-xyd.8
557
+ - @xyd-js/uniform@0.1.0-xyd.23
558
+
559
+ ## 0.1.0-xyd.23
560
+
561
+ ### Patch Changes
562
+
563
+ - update
564
+ - Updated dependencies
565
+ - @xyd-js/components@0.1.0-xyd.18
566
+ - @xyd-js/framework@0.1.0-xyd.39
567
+ - @xyd-js/plugins@0.1.0-xyd.7
568
+ - @xyd-js/uniform@0.1.0-xyd.22
569
+
570
+ ## 0.1.0-xyd.22
571
+
572
+ ### Patch Changes
573
+
574
+ - update
575
+ - Updated dependencies
576
+ - @xyd-js/components@0.1.0-xyd.17
577
+ - @xyd-js/framework@0.1.0-xyd.38
578
+ - @xyd-js/plugins@0.1.0-xyd.6
579
+ - @xyd-js/uniform@0.1.0-xyd.21
580
+
581
+ ## 0.1.0-xyd.21
582
+
583
+ ### Patch Changes
584
+
585
+ - update
586
+ - Updated dependencies
587
+ - @xyd-js/components@0.1.0-xyd.16
588
+ - @xyd-js/framework@0.1.0-xyd.37
589
+ - @xyd-js/plugins@0.1.0-xyd.5
590
+ - @xyd-js/uniform@0.1.0-xyd.20
591
+
592
+ ## 0.1.0-xyd.20
593
+
594
+ ### Patch Changes
595
+
596
+ - update
597
+ - Updated dependencies
598
+ - @xyd-js/components@0.1.0-xyd.15
599
+ - @xyd-js/framework@0.1.0-xyd.36
600
+ - @xyd-js/plugins@0.1.0-xyd.4
601
+ - @xyd-js/uniform@0.1.0-xyd.19
602
+
603
+ ## 0.1.0-xyd.19
604
+
605
+ ### Patch Changes
606
+
607
+ - update
608
+ - Updated dependencies
609
+ - @xyd-js/components@0.1.0-xyd.14
610
+ - @xyd-js/framework@0.1.0-xyd.35
611
+ - @xyd-js/plugins@0.1.0-xyd.3
612
+ - @xyd-js/uniform@0.1.0-xyd.18
613
+
614
+ ## 0.1.0-xyd.18
615
+
616
+ ### Patch Changes
617
+
618
+ - test
619
+ - Updated dependencies
620
+ - @xyd-js/components@0.1.0-xyd.13
621
+ - @xyd-js/framework@0.1.0-xyd.34
622
+ - @xyd-js/plugins@0.1.0-xyd.2
623
+ - @xyd-js/uniform@0.1.0-xyd.17
624
+
625
+ ## 0.1.0-xyd.17
626
+
627
+ ### Patch Changes
628
+
629
+ - update packages
630
+ - Updated dependencies
631
+ - @xyd-js/components@0.1.0-xyd.12
632
+ - @xyd-js/framework@0.1.0-xyd.33
633
+ - @xyd-js/plugins@0.1.0-xyd.1
634
+ - @xyd-js/uniform@0.1.0-xyd.16
635
+
636
+ ## 0.1.0-xyd.16
637
+
638
+ ### Patch Changes
639
+
640
+ - version
641
+ - Updated dependencies
642
+ - @xyd-js/components@0.1.0-xyd.11
643
+ - @xyd-js/uniform@0.1.0-xyd.15
644
+
645
+ ## 0.1.0-xyd.15
646
+
647
+ ### Patch Changes
648
+
649
+ - fix again
650
+ - @xyd-js/uniform@0.1.0-xyd.14
651
+
652
+ ## 0.1.0-xyd.14
653
+
654
+ ### Patch Changes
655
+
656
+ - fix for theme
657
+ - @xyd-js/uniform@0.1.0-xyd.13
658
+
659
+ ## 0.1.0-xyd.13
660
+
661
+ ### Patch Changes
662
+
663
+ - refactor, ui tweaks
664
+ - @xyd-js/uniform@0.1.0-xyd.12
665
+
666
+ ## 0.1.0-xyd.12
667
+
668
+ ### Patch Changes
669
+
670
+ - refactor, tweaks and ui changes
671
+ - Updated dependencies
672
+ - @xyd-js/uniform@0.1.0-xyd.11
673
+
674
+ ## 0.1.0-xyd.11
675
+
676
+ ### Patch Changes
677
+
678
+ - ui tweaks
679
+ - @xyd-js/uniform@0.1.0-xyd.10
680
+
681
+ ## 0.1.0-xyd.10
682
+
683
+ ### Patch Changes
684
+
685
+ - ui tweaks, and some code refactor
686
+ - @xyd-js/uniform@0.1.0-xyd.9
687
+
688
+ ## 0.1.0-xyd.9
689
+
690
+ ### Patch Changes
691
+
692
+ - use react-router 7.1.1
693
+ - Updated dependencies
694
+ - @xyd-js/uniform@0.1.0-xyd.8
695
+
696
+ ## 0.1.0-xyd.8
697
+
698
+ ### Patch Changes
699
+
700
+ - another update
701
+ - Updated dependencies
702
+ - @xyd-js/uniform@0.1.0-xyd.7
703
+
704
+ ## 0.1.0-xyd.7
705
+
706
+ ### Patch Changes
707
+
708
+ - initial changeset bump
709
+ - Updated dependencies
710
+ - @xyd-js/uniform@0.1.0-xyd.6
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 xyd
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.