@dust-tt/sparkle 0.5.11 → 0.5.13

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 (92) hide show
  1. package/dist/cjs/index.js +11 -14
  2. package/dist/cjs/index.js.map +4 -4
  3. package/dist/esm/components/AnimatedText.d.ts +1 -1
  4. package/dist/esm/components/AnimatedText.d.ts.map +1 -1
  5. package/dist/esm/components/AnimatedText.js +3 -0
  6. package/dist/esm/components/AnimatedText.js.map +1 -1
  7. package/dist/esm/components/Avatar.d.ts +2 -3
  8. package/dist/esm/components/Avatar.d.ts.map +1 -1
  9. package/dist/esm/components/Avatar.js +11 -3
  10. package/dist/esm/components/Avatar.js.map +1 -1
  11. package/dist/esm/components/Card.d.ts +1 -1
  12. package/dist/esm/components/Card.d.ts.map +1 -1
  13. package/dist/esm/components/Card.js +2 -1
  14. package/dist/esm/components/Card.js.map +1 -1
  15. package/dist/esm/components/Chip.d.ts +1 -1
  16. package/dist/esm/components/Chip.d.ts.map +1 -1
  17. package/dist/esm/components/Chip.js +8 -3
  18. package/dist/esm/components/Chip.js.map +1 -1
  19. package/dist/esm/components/Citation.js +1 -1
  20. package/dist/esm/components/Collapsible.d.ts.map +1 -1
  21. package/dist/esm/components/Collapsible.js +3 -4
  22. package/dist/esm/components/Collapsible.js.map +1 -1
  23. package/dist/esm/components/DataTable.d.ts.map +1 -1
  24. package/dist/esm/components/DataTable.js +2 -2
  25. package/dist/esm/components/DataTable.js.map +1 -1
  26. package/dist/esm/components/NavigationList.d.ts +2 -8
  27. package/dist/esm/components/NavigationList.d.ts.map +1 -1
  28. package/dist/esm/components/NavigationList.js +33 -31
  29. package/dist/esm/components/NavigationList.js.map +1 -1
  30. package/dist/esm/icons/app/Inbox.d.ts +5 -0
  31. package/dist/esm/icons/app/Inbox.d.ts.map +1 -0
  32. package/dist/esm/icons/app/Inbox.js +7 -0
  33. package/dist/esm/icons/app/Inbox.js.map +1 -0
  34. package/dist/esm/icons/app/SpaceClosed.d.ts +5 -0
  35. package/dist/esm/icons/app/SpaceClosed.d.ts.map +1 -0
  36. package/dist/esm/icons/app/SpaceClosed.js +5 -0
  37. package/dist/esm/icons/app/SpaceClosed.js.map +1 -0
  38. package/dist/esm/icons/app/SpaceOpen.d.ts +5 -0
  39. package/dist/esm/icons/app/SpaceOpen.d.ts.map +1 -0
  40. package/dist/esm/icons/app/SpaceOpen.js +5 -0
  41. package/dist/esm/icons/app/SpaceOpen.js.map +1 -0
  42. package/dist/esm/icons/app/Spaces.d.ts +5 -0
  43. package/dist/esm/icons/app/Spaces.d.ts.map +1 -0
  44. package/dist/esm/icons/app/Spaces.js +5 -0
  45. package/dist/esm/icons/app/Spaces.js.map +1 -0
  46. package/dist/esm/icons/app/index.d.ts +4 -0
  47. package/dist/esm/icons/app/index.d.ts.map +1 -1
  48. package/dist/esm/icons/app/index.js +4 -0
  49. package/dist/esm/icons/app/index.js.map +1 -1
  50. package/dist/esm/icons/src/app/inbox.svg +5 -0
  51. package/dist/esm/icons/src/app/space-closed.svg +3 -0
  52. package/dist/esm/icons/src/app/space-open.svg +3 -0
  53. package/dist/esm/icons/src/app/spaces.svg +3 -0
  54. package/dist/esm/lottie/collapseBar.d.ts +21 -21
  55. package/dist/esm/lottie/dragArea.d.ts +37 -37
  56. package/dist/esm/lottie/spinnerColor.d.ts +64 -64
  57. package/dist/esm/lottie/spinnerDark.d.ts +64 -64
  58. package/dist/esm/lottie/spinnerDarkLG.d.ts +134 -134
  59. package/dist/esm/lottie/spinnerLightLG.d.ts +134 -134
  60. package/dist/esm/lottie/spinnerLightXS.d.ts +38 -38
  61. package/dist/esm/stories/Avatar.stories.d.ts +1 -1
  62. package/dist/esm/stories/Avatar.stories.d.ts.map +1 -1
  63. package/dist/esm/stories/Avatar.stories.js +10 -4
  64. package/dist/esm/stories/Avatar.stories.js.map +1 -1
  65. package/dist/esm/stories/Card.stories.d.ts +1 -1
  66. package/dist/esm/stories/Chip.stories.d.ts +1 -1
  67. package/dist/esm/stories/NavigationList.stories.d.ts.map +1 -1
  68. package/dist/esm/stories/NavigationList.stories.js +61 -31
  69. package/dist/esm/stories/NavigationList.stories.js.map +1 -1
  70. package/dist/sparkle.css +1578 -1601
  71. package/package.json +8 -8
  72. package/src/components/AnimatedText.tsx +6 -0
  73. package/src/components/Avatar.tsx +10 -9
  74. package/src/components/Card.tsx +2 -1
  75. package/src/components/Chip.tsx +45 -11
  76. package/src/components/Citation.tsx +1 -1
  77. package/src/components/Collapsible.tsx +17 -13
  78. package/src/components/DataTable.tsx +1 -2
  79. package/src/components/NavigationList.tsx +83 -128
  80. package/src/icons/app/Inbox.tsx +17 -0
  81. package/src/icons/app/SpaceClosed.tsx +18 -0
  82. package/src/icons/app/SpaceOpen.tsx +20 -0
  83. package/src/icons/app/Spaces.tsx +20 -0
  84. package/src/icons/app/index.ts +4 -0
  85. package/src/icons/src/app/inbox.svg +5 -0
  86. package/src/icons/src/app/space-closed.svg +3 -0
  87. package/src/icons/src/app/space-open.svg +3 -0
  88. package/src/icons/src/app/spaces.svg +3 -0
  89. package/src/stories/Avatar.stories.tsx +6 -4
  90. package/src/stories/NavigationList.stories.tsx +111 -62
  91. package/dist/esm/icons/src/app/brain copie.svg +0 -3
  92. package/src/icons/src/app/brain copie.svg +0 -3
@@ -51,10 +51,10 @@ declare const animation: {
51
51
  t: number;
52
52
  s: number[];
53
53
  } | {
54
- i?: undefined;
55
- o?: undefined;
56
54
  t: number;
57
55
  s: number[];
56
+ i?: undefined;
57
+ o?: undefined;
58
58
  })[];
59
59
  ix: number;
60
60
  l: number;
@@ -64,7 +64,6 @@ declare const animation: {
64
64
  shapes: {
65
65
  ty: string;
66
66
  it: ({
67
- o?: undefined;
68
67
  ty: string;
69
68
  d: number;
70
69
  s: {
@@ -91,16 +90,17 @@ declare const animation: {
91
90
  t: number;
92
91
  s: number[];
93
92
  } | {
94
- i?: undefined;
95
- o?: undefined;
96
93
  t: number;
97
94
  s: number[];
95
+ i?: undefined;
96
+ o?: undefined;
98
97
  })[];
99
98
  ix: number;
100
99
  };
101
100
  nm: string;
102
101
  mn: string;
103
102
  hd: boolean;
103
+ o?: undefined;
104
104
  c?: undefined;
105
105
  bm?: undefined;
106
106
  a?: undefined;
@@ -123,10 +123,10 @@ declare const animation: {
123
123
  t: number;
124
124
  s: number[];
125
125
  } | {
126
- i?: undefined;
127
- o?: undefined;
128
126
  t: number;
129
127
  s: number[];
128
+ i?: undefined;
129
+ o?: undefined;
130
130
  })[];
131
131
  ix: number;
132
132
  };
@@ -144,10 +144,10 @@ declare const animation: {
144
144
  t: number;
145
145
  s: number[];
146
146
  } | {
147
- i?: undefined;
148
- o?: undefined;
149
147
  t: number;
150
148
  s: number[];
149
+ i?: undefined;
150
+ o?: undefined;
151
151
  })[];
152
152
  ix: number;
153
153
  };
@@ -163,10 +163,6 @@ declare const animation: {
163
163
  sa?: undefined;
164
164
  } | {
165
165
  d?: undefined;
166
- c?: undefined;
167
- bm?: undefined;
168
- mn?: undefined;
169
- hd?: undefined;
170
166
  ty: string;
171
167
  p: {
172
168
  a: number;
@@ -204,6 +200,10 @@ declare const animation: {
204
200
  ix: number;
205
201
  };
206
202
  nm: string;
203
+ c?: undefined;
204
+ bm?: undefined;
205
+ mn?: undefined;
206
+ hd?: undefined;
207
207
  })[];
208
208
  nm: string;
209
209
  np: number;
@@ -243,10 +243,10 @@ declare const animation: {
243
243
  t: number;
244
244
  s: number[];
245
245
  } | {
246
- i?: undefined;
247
- o?: undefined;
248
246
  t: number;
249
247
  s: number[];
248
+ i?: undefined;
249
+ o?: undefined;
250
250
  })[];
251
251
  ix: number;
252
252
  };
@@ -273,13 +273,6 @@ declare const animation: {
273
273
  shapes: {
274
274
  ty: string;
275
275
  it: ({
276
- o?: undefined;
277
- c?: undefined;
278
- bm?: undefined;
279
- a?: undefined;
280
- s?: undefined;
281
- sk?: undefined;
282
- sa?: undefined;
283
276
  ty: string;
284
277
  sy: number;
285
278
  d: number;
@@ -312,18 +305,19 @@ declare const animation: {
312
305
  nm: string;
313
306
  mn: string;
314
307
  hd: boolean;
315
- } | {
316
- d?: undefined;
317
- p?: undefined;
308
+ o?: undefined;
309
+ c?: undefined;
310
+ bm?: undefined;
318
311
  a?: undefined;
319
312
  s?: undefined;
320
313
  sk?: undefined;
321
314
  sa?: undefined;
315
+ } | {
316
+ d?: undefined;
322
317
  sy?: undefined;
323
318
  pt?: undefined;
324
319
  or?: undefined;
325
320
  os?: undefined;
326
- ix?: undefined;
327
321
  ty: string;
328
322
  c: {
329
323
  a: number;
@@ -340,17 +334,18 @@ declare const animation: {
340
334
  nm: string;
341
335
  mn: string;
342
336
  hd: boolean;
337
+ ix?: undefined;
338
+ p?: undefined;
339
+ a?: undefined;
340
+ s?: undefined;
341
+ sk?: undefined;
342
+ sa?: undefined;
343
343
  } | {
344
344
  d?: undefined;
345
- c?: undefined;
346
- bm?: undefined;
347
- mn?: undefined;
348
- hd?: undefined;
349
345
  sy?: undefined;
350
346
  pt?: undefined;
351
347
  or?: undefined;
352
348
  os?: undefined;
353
- ix?: undefined;
354
349
  ty: string;
355
350
  p: {
356
351
  a: number;
@@ -388,6 +383,11 @@ declare const animation: {
388
383
  ix: number;
389
384
  };
390
385
  nm: string;
386
+ ix?: undefined;
387
+ c?: undefined;
388
+ bm?: undefined;
389
+ mn?: undefined;
390
+ hd?: undefined;
391
391
  })[];
392
392
  nm: string;
393
393
  np: number;
@@ -434,12 +434,12 @@ declare const animation: {
434
434
  to: number[];
435
435
  ti: number[];
436
436
  } | {
437
- i?: undefined;
438
- o?: undefined;
439
437
  to?: undefined;
440
438
  ti?: undefined;
441
439
  t: number;
442
440
  s: number[];
441
+ i?: undefined;
442
+ o?: undefined;
443
443
  })[];
444
444
  ix: number;
445
445
  l: number;
@@ -461,12 +461,6 @@ declare const animation: {
461
461
  shapes: {
462
462
  ty: string;
463
463
  it: ({
464
- o?: undefined;
465
- c?: undefined;
466
- bm?: undefined;
467
- a?: undefined;
468
- sk?: undefined;
469
- sa?: undefined;
470
464
  d: number;
471
465
  ty: string;
472
466
  s: {
@@ -482,14 +476,15 @@ declare const animation: {
482
476
  nm: string;
483
477
  mn: string;
484
478
  hd: boolean;
485
- r?: undefined;
486
- } | {
487
- d?: undefined;
488
- p?: undefined;
479
+ o?: undefined;
480
+ c?: undefined;
481
+ bm?: undefined;
489
482
  a?: undefined;
490
- s?: undefined;
483
+ r?: undefined;
491
484
  sk?: undefined;
492
485
  sa?: undefined;
486
+ } | {
487
+ d?: undefined;
493
488
  ty: string;
494
489
  c: {
495
490
  a: number;
@@ -506,12 +501,13 @@ declare const animation: {
506
501
  nm: string;
507
502
  mn: string;
508
503
  hd: boolean;
504
+ p?: undefined;
505
+ a?: undefined;
506
+ s?: undefined;
507
+ sk?: undefined;
508
+ sa?: undefined;
509
509
  } | {
510
510
  d?: undefined;
511
- c?: undefined;
512
- bm?: undefined;
513
- mn?: undefined;
514
- hd?: undefined;
515
511
  ty: string;
516
512
  p: {
517
513
  a: number;
@@ -549,6 +545,10 @@ declare const animation: {
549
545
  ix: number;
550
546
  };
551
547
  nm: string;
548
+ c?: undefined;
549
+ bm?: undefined;
550
+ mn?: undefined;
551
+ hd?: undefined;
552
552
  })[];
553
553
  nm: string;
554
554
  np: number;
@@ -605,10 +605,10 @@ declare const animation: {
605
605
  t: number;
606
606
  s: number[];
607
607
  } | {
608
- i?: undefined;
609
- o?: undefined;
610
608
  t: number;
611
609
  s: number[];
610
+ i?: undefined;
611
+ o?: undefined;
612
612
  })[];
613
613
  ix: number;
614
614
  l: number;
@@ -618,12 +618,6 @@ declare const animation: {
618
618
  shapes: {
619
619
  ty: string;
620
620
  it: ({
621
- o?: undefined;
622
- c?: undefined;
623
- bm?: undefined;
624
- a?: undefined;
625
- sk?: undefined;
626
- sa?: undefined;
627
621
  ty: string;
628
622
  d: number;
629
623
  s: {
@@ -644,13 +638,14 @@ declare const animation: {
644
638
  nm: string;
645
639
  mn: string;
646
640
  hd: boolean;
647
- } | {
648
- d?: undefined;
649
- p?: undefined;
641
+ o?: undefined;
642
+ c?: undefined;
643
+ bm?: undefined;
650
644
  a?: undefined;
651
- s?: undefined;
652
645
  sk?: undefined;
653
646
  sa?: undefined;
647
+ } | {
648
+ d?: undefined;
654
649
  ty: string;
655
650
  c: {
656
651
  a: number;
@@ -667,12 +662,13 @@ declare const animation: {
667
662
  nm: string;
668
663
  mn: string;
669
664
  hd: boolean;
665
+ p?: undefined;
666
+ a?: undefined;
667
+ s?: undefined;
668
+ sk?: undefined;
669
+ sa?: undefined;
670
670
  } | {
671
671
  d?: undefined;
672
- c?: undefined;
673
- bm?: undefined;
674
- mn?: undefined;
675
- hd?: undefined;
676
672
  ty: string;
677
673
  p: {
678
674
  a: number;
@@ -710,6 +706,10 @@ declare const animation: {
710
706
  ix: number;
711
707
  };
712
708
  nm: string;
709
+ c?: undefined;
710
+ bm?: undefined;
711
+ mn?: undefined;
712
+ hd?: undefined;
713
713
  })[];
714
714
  nm: string;
715
715
  np: number;