@dust-tt/sparkle 0.2.192 → 0.2.193
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
|
@@ -74736,7 +74736,7 @@ function ContextItem(_a) {
|
|
|
74736
74736
|
React.createElement("div", { className: "s-mb-0.5 s-flex s-min-w-0 s-grow s-flex-col s-gap-0" },
|
|
74737
74737
|
React.createElement("div", { className: "s-flex s-min-w-0 s-grow s-flex-col sm:s-flex-row sm:s-gap-3" },
|
|
74738
74738
|
React.createElement("div", { className: "s-min-w-0 s-overflow-hidden s-text-ellipsis s-whitespace-nowrap s-text-base s-font-semibold" }, title),
|
|
74739
|
-
React.createElement("div", { className: "s-flex s-flex-shrink-0 s-items-center s-gap-3 s-
|
|
74739
|
+
React.createElement("div", { className: "s-flex s-flex-shrink-0 s-items-center s-gap-3 s-overflow-hidden s-pt-0.5 s-text-sm s-text-element-600" }, subElement)),
|
|
74740
74740
|
React.createElement("div", null, children)),
|
|
74741
74741
|
React.createElement("div", null, action))));
|
|
74742
74742
|
}
|