@comercti/react-components-hmg 0.10.14 → 0.10.16
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/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +4 -3
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -3447,11 +3447,12 @@ const Mr = ["for", "innerHTML"], _r = { class: "relative" }, Ar = ["id", "value"
|
|
|
3447
3447
|
a.value = u;
|
|
3448
3448
|
}
|
|
3449
3449
|
), (u, p) => (s(), d("div", ee({ class: "w-full" }, u.$attrs), [
|
|
3450
|
-
|
|
3450
|
+
u.label ? (s(), d("label", {
|
|
3451
|
+
key: 0,
|
|
3451
3452
|
id: u.id,
|
|
3452
3453
|
class: "text-sm font-medium text-gray-700 dark:text-ce_light_gray pl-2",
|
|
3453
3454
|
innerHTML: u.label
|
|
3454
|
-
}, null, 8, os),
|
|
3455
|
+
}, null, 8, os)) : C("", !0),
|
|
3455
3456
|
r("div", {
|
|
3456
3457
|
id: u.id,
|
|
3457
3458
|
class: b(["rounded-full p-1 flex justify-center items-center w-16 h-10", {
|
|
@@ -5472,7 +5473,7 @@ const gs = /* @__PURE__ */ U({
|
|
|
5472
5473
|
ll
|
|
5473
5474
|
), i2 = q(ml), d2 = q(
|
|
5474
5475
|
hl
|
|
5475
|
-
), vl = { class: "w-full
|
|
5476
|
+
), vl = { class: "w-full" }, bl = ["src", "alt"], kl = {
|
|
5476
5477
|
key: 1,
|
|
5477
5478
|
class: "rounded-full border border-gray-500 border-opacity-25 shadow-sm group-active:ring-4 group-active:ring-gray-400 group-active:ring-opacity-25 transition bg-neutral-100 p-2",
|
|
5478
5479
|
viewBox: "0 0 32 32",
|