@dust-tt/sparkle 0.2.645 → 0.2.646-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 (94) hide show
  1. package/dist/cjs/index.js +1 -1
  2. package/dist/esm/components/DataTable.d.ts +3 -13
  3. package/dist/esm/components/DataTable.d.ts.map +1 -1
  4. package/dist/esm/components/DataTable.js +8 -9
  5. package/dist/esm/components/DataTable.js.map +1 -1
  6. package/dist/esm/components/markdown/BlockquoteBlock.d.ts +3 -1
  7. package/dist/esm/components/markdown/BlockquoteBlock.d.ts.map +1 -1
  8. package/dist/esm/components/markdown/BlockquoteBlock.js +7 -3
  9. package/dist/esm/components/markdown/BlockquoteBlock.js.map +1 -1
  10. package/dist/esm/components/markdown/CodeBlockWithExtendedSupport.d.ts +4 -2
  11. package/dist/esm/components/markdown/CodeBlockWithExtendedSupport.d.ts.map +1 -1
  12. package/dist/esm/components/markdown/CodeBlockWithExtendedSupport.js +11 -6
  13. package/dist/esm/components/markdown/CodeBlockWithExtendedSupport.js.map +1 -1
  14. package/dist/esm/components/markdown/HeaderBlocks.d.ts +24 -0
  15. package/dist/esm/components/markdown/HeaderBlocks.d.ts.map +1 -0
  16. package/dist/esm/components/markdown/HeaderBlocks.js +54 -0
  17. package/dist/esm/components/markdown/HeaderBlocks.js.map +1 -0
  18. package/dist/esm/components/markdown/InputBlock.d.ts +10 -0
  19. package/dist/esm/components/markdown/InputBlock.d.ts.map +1 -0
  20. package/dist/esm/components/markdown/InputBlock.js +26 -0
  21. package/dist/esm/components/markdown/InputBlock.js.map +1 -0
  22. package/dist/esm/components/markdown/LinkBlock.d.ts +10 -0
  23. package/dist/esm/components/markdown/LinkBlock.d.ts.map +1 -0
  24. package/dist/esm/components/markdown/LinkBlock.js +11 -0
  25. package/dist/esm/components/markdown/LinkBlock.js.map +1 -0
  26. package/dist/esm/components/markdown/List.d.ts +17 -3
  27. package/dist/esm/components/markdown/List.d.ts.map +1 -1
  28. package/dist/esm/components/markdown/List.js +21 -7
  29. package/dist/esm/components/markdown/List.js.map +1 -1
  30. package/dist/esm/components/markdown/Markdown.d.ts +2 -9
  31. package/dist/esm/components/markdown/Markdown.d.ts.map +1 -1
  32. package/dist/esm/components/markdown/Markdown.js +45 -66
  33. package/dist/esm/components/markdown/Markdown.js.map +1 -1
  34. package/dist/esm/components/markdown/ParagraphBlock.d.ts +3 -1
  35. package/dist/esm/components/markdown/ParagraphBlock.d.ts.map +1 -1
  36. package/dist/esm/components/markdown/ParagraphBlock.js +7 -3
  37. package/dist/esm/components/markdown/ParagraphBlock.js.map +1 -1
  38. package/dist/esm/components/markdown/PreBlock.d.ts +3 -1
  39. package/dist/esm/components/markdown/PreBlock.d.ts.map +1 -1
  40. package/dist/esm/components/markdown/PreBlock.js +7 -3
  41. package/dist/esm/components/markdown/PreBlock.js.map +1 -1
  42. package/dist/esm/components/markdown/TableBlock.d.ts +17 -11
  43. package/dist/esm/components/markdown/TableBlock.d.ts.map +1 -1
  44. package/dist/esm/components/markdown/TableBlock.js +18 -14
  45. package/dist/esm/components/markdown/TableBlock.js.map +1 -1
  46. package/dist/esm/components/markdown/TextFormattingBlocks.d.ts +10 -0
  47. package/dist/esm/components/markdown/TextFormattingBlocks.d.ts.map +1 -0
  48. package/dist/esm/components/markdown/TextFormattingBlocks.js +12 -0
  49. package/dist/esm/components/markdown/TextFormattingBlocks.js.map +1 -0
  50. package/dist/esm/components/markdown/index.d.ts +4 -0
  51. package/dist/esm/components/markdown/index.d.ts.map +1 -1
  52. package/dist/esm/components/markdown/index.js +4 -0
  53. package/dist/esm/components/markdown/index.js.map +1 -1
  54. package/dist/esm/components/markdown/types.d.ts +13 -0
  55. package/dist/esm/components/markdown/types.d.ts.map +1 -0
  56. package/dist/esm/components/markdown/types.js +2 -0
  57. package/dist/esm/components/markdown/types.js.map +1 -0
  58. package/dist/esm/components/markdown/useAnimatedText.d.ts +2 -0
  59. package/dist/esm/components/markdown/useAnimatedText.d.ts.map +1 -0
  60. package/dist/esm/components/markdown/useAnimatedText.js +31 -0
  61. package/dist/esm/components/markdown/useAnimatedText.js.map +1 -0
  62. package/dist/esm/components/markdown/utils.d.ts +11 -0
  63. package/dist/esm/components/markdown/utils.d.ts.map +1 -1
  64. package/dist/esm/components/markdown/utils.js +21 -0
  65. package/dist/esm/components/markdown/utils.js.map +1 -1
  66. package/dist/esm/stories/DataTable.stories.d.ts +0 -1
  67. package/dist/esm/stories/DataTable.stories.d.ts.map +1 -1
  68. package/dist/esm/stories/DataTable.stories.js +0 -188
  69. package/dist/esm/stories/DataTable.stories.js.map +1 -1
  70. package/dist/esm/styles/global.css +0 -12
  71. package/dist/esm/styles/global_with_tw_base.css +0 -12
  72. package/dist/esm/styles/tailwind.css +0 -11
  73. package/dist/sparkle.css +0 -34
  74. package/package.json +2 -1
  75. package/src/components/DataTable.tsx +2 -31
  76. package/src/components/markdown/BlockquoteBlock.tsx +36 -29
  77. package/src/components/markdown/CodeBlockWithExtendedSupport.tsx +142 -131
  78. package/src/components/markdown/HeaderBlocks.tsx +160 -0
  79. package/src/components/markdown/InputBlock.tsx +60 -0
  80. package/src/components/markdown/LinkBlock.tsx +36 -0
  81. package/src/components/markdown/List.tsx +53 -30
  82. package/src/components/markdown/Markdown.tsx +108 -171
  83. package/src/components/markdown/ParagraphBlock.tsx +18 -12
  84. package/src/components/markdown/PreBlock.tsx +28 -18
  85. package/src/components/markdown/TableBlock.tsx +125 -95
  86. package/src/components/markdown/TextFormattingBlocks.tsx +31 -0
  87. package/src/components/markdown/index.ts +4 -0
  88. package/src/components/markdown/types.ts +5 -0
  89. package/src/components/markdown/useAnimatedText.ts +36 -0
  90. package/src/components/markdown/utils.ts +37 -0
  91. package/src/stories/DataTable.stories.tsx +0 -235
  92. package/src/styles/global.css +0 -12
  93. package/src/styles/global_with_tw_base.css +0 -12
  94. package/src/styles/tailwind.css +0 -11

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.