uhuu-components 0.2.38 → 0.2.39
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
package/uhuu-components.es.js
CHANGED
|
@@ -1954,7 +1954,6 @@ function pt(e) {
|
|
|
1954
1954
|
children: /* @__PURE__ */ a(
|
|
1955
1955
|
"div",
|
|
1956
1956
|
{
|
|
1957
|
-
className: "absolute w-full h-full flex items-center justify-center pointer-events-none",
|
|
1958
1957
|
style: {
|
|
1959
1958
|
transform: `scale(${Math.min(l / u, f / m)})`,
|
|
1960
1959
|
transformOrigin: "center"
|
|
@@ -2144,14 +2143,14 @@ function gr({
|
|
|
2144
2143
|
// compact + default, always base + addition if not default
|
|
2145
2144
|
].filter(Boolean).join(" "),
|
|
2146
2145
|
children: [
|
|
2147
|
-
/* @__PURE__ */ a("div", { className: "w-full h-full relative bg-gray-100 hover:bg-white", children:
|
|
2146
|
+
/* @__PURE__ */ a("div", { className: "w-full h-full relative", children: b.thumbnail ? /* @__PURE__ */ a("div", { className: "absolute inset-0 bg-gray-100 hover:bg-white", children: /* @__PURE__ */ a(
|
|
2148
2147
|
"img",
|
|
2149
2148
|
{
|
|
2150
2149
|
src: b.thumbnail,
|
|
2151
2150
|
className: "w-full h-full object-contain pointer-events-none object-top border border-gray-200 p-4",
|
|
2152
2151
|
alt: p
|
|
2153
2152
|
}
|
|
2154
|
-
) : I ? /* @__PURE__ */ a("div", { className: "absolute inset-0 flex items-center pointer-events-none", children: I(k(b, A), A, !1) }) : /* @__PURE__ */ a(ce, { children: D ? /* @__PURE__ */ h("div", { className: "p-4", children: [
|
|
2153
|
+
) }) : I ? /* @__PURE__ */ a("div", { className: "absolute inset-0 flex items-center pointer-events-none", children: I(k(b, A), A, !1) }) : /* @__PURE__ */ a(ce, { children: D ? /* @__PURE__ */ h("div", { className: "p-4", children: [
|
|
2155
2154
|
/* @__PURE__ */ a("div", { className: "w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-3", children: /* @__PURE__ */ a(pe, { className: "w-8 h-8 text-blue-600" }) }),
|
|
2156
2155
|
/* @__PURE__ */ a("div", { className: "text-sm font-medium text-gray-700", children: p }),
|
|
2157
2156
|
/* @__PURE__ */ h("div", { className: "text-xs text-gray-500 mt-1", children: [
|
|
@@ -2895,7 +2894,8 @@ function Pr(e) {
|
|
|
2895
2894
|
label: U.label,
|
|
2896
2895
|
repeatable: U.repeatable ?? !1,
|
|
2897
2896
|
maxInstances: U.maxInstances ?? null,
|
|
2898
|
-
integration: U.integration
|
|
2897
|
+
integration: U.integration,
|
|
2898
|
+
strictPosition: U.strictPosition
|
|
2899
2899
|
});
|
|
2900
2900
|
})(x);
|
|
2901
2901
|
typeof window < "u" && window.$uhuu?.debug;
|