@dust-tt/sparkle 0.2.142 → 0.2.143
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -76882,7 +76882,7 @@ function Markdown(_a) {
|
|
|
76882
76882
|
});
|
|
76883
76883
|
}); };
|
|
76884
76884
|
return (React__default.createElement("div", { className: "s-flex s-w-auto s-flex-row s-rounded-3xl s-border s-border-structure-100 s-bg-structure-0 s-py-2 s-pl-5 s-pr-2" },
|
|
76885
|
-
React__default.createElement("blockquote", { className: classNames("s-italic", paragraphSize, textColor) }, children),
|
|
76885
|
+
React__default.createElement("blockquote", { className: classNames("s-w-full s-italic", paragraphSize, textColor) }, children),
|
|
76886
76886
|
childrenContent && (React__default.createElement(Button, { size: "xs", variant: "tertiary", onClick: function (e) { return __awaiter(_this, void 0, void 0, function () {
|
|
76887
76887
|
return __generator(this, function (_a) {
|
|
76888
76888
|
switch (_a.label) {
|