@boxcustodia/library 2.0.0-alpha.3 → 2.0.0-alpha.4
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/index.cjs.js +1 -1
- package/dist/index.es.js +2 -2
- package/dist/theme.css +4 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -32856,7 +32856,7 @@ function tre({ className: e, ...t }) {
|
|
|
32856
32856
|
{
|
|
32857
32857
|
"data-slot": "tooltip-popup",
|
|
32858
32858
|
className: me(
|
|
32859
|
-
"
|
|
32859
|
+
"flex origin-[var(--transform-origin)] flex-col rounded-md bg-popover px-2.5 py-1.5 text-xs text-popover-foreground drop-shadow-md",
|
|
32860
32860
|
"transition-[scale,opacity] duration-150 ease-out",
|
|
32861
32861
|
"data-starting-style:scale-98 data-starting-style:opacity-0",
|
|
32862
32862
|
"data-ending-style:scale-98 data-ending-style:opacity-0",
|
|
@@ -36748,7 +36748,7 @@ function Coe({ children: e, toastManager: t, container: n }) {
|
|
|
36748
36748
|
return /* @__PURE__ */ be(jw, { toastManager: t, children: [
|
|
36749
36749
|
/* @__PURE__ */ E(Eoe, {}),
|
|
36750
36750
|
e,
|
|
36751
|
-
/* @__PURE__ */ E(MA, { container: n, children: /* @__PURE__ */ E(zw, { className: "fixed top-auto right-4 bottom-4
|
|
36751
|
+
/* @__PURE__ */ E(MA, { container: n, children: /* @__PURE__ */ E(zw, { className: "fixed top-auto right-4 bottom-4 mx-auto flex w-[calc(100%-2rem)] sm:right-8 sm:bottom-8 sm:w-[340px]", children: /* @__PURE__ */ E(Roe, {}) }) })
|
|
36752
36752
|
] });
|
|
36753
36753
|
}
|
|
36754
36754
|
function Roe() {
|
package/dist/theme.css
CHANGED