@dust-tt/sparkle 0.2.26 → 0.2.27

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.
package/dist/cjs/index.js CHANGED
@@ -32981,7 +32981,7 @@ function IconButton(_a) {
32981
32981
  function Tree(_a) {
32982
32982
  var children = _a.children, isLoading = _a.isLoading;
32983
32983
  return isLoading ? (React.createElement("div", { className: "s-py-2 s-pl-4" },
32984
- React.createElement(Spinner, { size: "sm" }))) : (React.createElement("div", { className: "s-flex s-flex-col s-gap-1" }, children));
32984
+ React.createElement(Spinner, { size: "sm" }))) : (React.createElement("div", { className: "s-flex s-flex-col s-gap-1 s-overflow-hidden" }, children));
32985
32985
  }
32986
32986
  var visualTable = {
32987
32987
  file: SvgDocumentText,