@snapcall/design-system 1.19.0 → 1.19.1
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52756,7 +52756,7 @@ var Button = React2.forwardRef(
|
|
|
52756
52756
|
className: "absolute text-inherit animate-spin"
|
|
52757
52757
|
}
|
|
52758
52758
|
),
|
|
52759
|
-
/* @__PURE__ */ (0, import_jsx_runtime1225.jsx)("span", { className: "invisible", children })
|
|
52759
|
+
/* @__PURE__ */ (0, import_jsx_runtime1225.jsx)("span", { className: "flex invisible", children })
|
|
52760
52760
|
] }) : children
|
|
52761
52761
|
})
|
|
52762
52762
|
);
|
package/dist/index.mjs
CHANGED
|
@@ -51380,7 +51380,7 @@ var Button = React2.forwardRef(
|
|
|
51380
51380
|
className: "absolute text-inherit animate-spin"
|
|
51381
51381
|
}
|
|
51382
51382
|
),
|
|
51383
|
-
/* @__PURE__ */ jsx1225("span", { className: "invisible", children })
|
|
51383
|
+
/* @__PURE__ */ jsx1225("span", { className: "flex invisible", children })
|
|
51384
51384
|
] }) : children
|
|
51385
51385
|
})
|
|
51386
51386
|
);
|