@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/cjs/index.js
CHANGED
|
@@ -76902,7 +76902,7 @@ function Markdown(_a) {
|
|
|
76902
76902
|
});
|
|
76903
76903
|
}); };
|
|
76904
76904
|
return (React.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" },
|
|
76905
|
-
React.createElement("blockquote", { className: classNames("s-italic", paragraphSize, textColor) }, children),
|
|
76905
|
+
React.createElement("blockquote", { className: classNames("s-w-full s-italic", paragraphSize, textColor) }, children),
|
|
76906
76906
|
childrenContent && (React.createElement(Button, { size: "xs", variant: "tertiary", onClick: function (e) { return __awaiter(_this, void 0, void 0, function () {
|
|
76907
76907
|
return __generator(this, function (_a) {
|
|
76908
76908
|
switch (_a.label) {
|