@dust-tt/sparkle 0.2.37-alpha → 0.2.38
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 +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- 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
|
@@ -32594,7 +32594,7 @@ function Citation(_a) {
|
|
|
32594
32594
|
React.createElement(Icon, { visual: typeIcons[type], size: "sm" }),
|
|
32595
32595
|
React.createElement("div", { className: "s-flex-grow s-text-xs" }),
|
|
32596
32596
|
href && (React.createElement("a", { target: "_blank", rel: "noopener noreferrer", href: href },
|
|
32597
|
-
React.createElement(IconButton, { icon: SvgExternalLink$1, size: "sm", variant: "
|
|
32597
|
+
React.createElement(IconButton, { icon: SvgExternalLink$1, size: "sm", variant: "secondary" })))),
|
|
32598
32598
|
React.createElement(Tooltip, { label: title, position: "above" },
|
|
32599
32599
|
React.createElement("div", { className: "s-line-clamp-1 s-text-sm s-font-bold s-text-element-900" }, title)),
|
|
32600
32600
|
description && (React.createElement("div", { className: "s-line-clamp-2 s-text-xs s-font-normal s-text-element-700" }, description))));
|
|
@@ -33289,7 +33289,7 @@ function RadioButton(_a) {
|
|
|
33289
33289
|
|
|
33290
33290
|
function Popup(_a) {
|
|
33291
33291
|
var show = _a.show, chipLabel = _a.chipLabel, description = _a.description, buttonLabel = _a.buttonLabel, buttonClick = _a.buttonClick, className = _a.className, onClose = _a.onClose;
|
|
33292
|
-
return (React.createElement(tt, { show: show, enter: "s-transition-opacity s-duration-300", appear: true, enterFrom: "s-opacity-0", enterTo: "s-opacity-100", leave: "s-transition-opacity s-duration-300", leaveFrom: "s-opacity-100", leaveTo: "s-opacity-0", className: classNames("
|
|
33292
|
+
return (React.createElement(tt, { show: show, enter: "s-transition-opacity s-duration-300", appear: true, enterFrom: "s-opacity-0", enterTo: "s-opacity-100", leave: "s-transition-opacity s-duration-300", leaveFrom: "s-opacity-100", leaveTo: "s-opacity-0", className: classNames("s-z-30 s-flex s-w-64 s-flex-col s-gap-3 s-rounded-xl s-border s-border-pink-100 s-bg-pink-50 s-p-4 s-shadow-xl", className || "") },
|
|
33293
33293
|
React.createElement("div", { className: "s-flex" },
|
|
33294
33294
|
React.createElement(Chip, { color: "pink" }, chipLabel),
|
|
33295
33295
|
onClose && (React.createElement("div", { className: "-s-mr-1 -s-mt-1 s-flex s-grow s-items-start s-justify-end" },
|