uhuu-components 0.2.18 → 0.2.19

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.18",
2
+ "version": "0.2.19",
3
3
  "name": "uhuu-components",
4
4
  "main": "uhuu-components.umd.js",
5
5
  "module": "uhuu-components.es.js",
@@ -1992,7 +1992,7 @@ function ut(e) {
1992
1992
  children: /* @__PURE__ */ a(
1993
1993
  "div",
1994
1994
  {
1995
- className: "absolute inset-0 flex items-center justify-center pointer-events-none",
1995
+ className: "flex items-center justify-center pointer-events-none",
1996
1996
  style: {
1997
1997
  transform: `scale(${Math.min(l / u, p / m)})`,
1998
1998
  transformOrigin: "center"