@comercti/react-components-hmg 0.23.19 → 0.23.20
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 +8 -2
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -8416,7 +8416,10 @@ const wu = /* @__PURE__ */ X({
|
|
|
8416
8416
|
])
|
|
8417
8417
|
}, [
|
|
8418
8418
|
s("div", d2, [
|
|
8419
|
-
N(g.$slots, "header", {
|
|
8419
|
+
N(g.$slots, "header", {
|
|
8420
|
+
item: k,
|
|
8421
|
+
index: v
|
|
8422
|
+
}),
|
|
8420
8423
|
s("button", {
|
|
8421
8424
|
onClick: (y) => r(l)(v, k),
|
|
8422
8425
|
disabled: k[e.disabled.field] === e.disabled.value,
|
|
@@ -8436,7 +8439,10 @@ const wu = /* @__PURE__ */ X({
|
|
|
8436
8439
|
}, {
|
|
8437
8440
|
default: ee(() => [
|
|
8438
8441
|
r(u)(v) ? (d(), f("div", c2, [
|
|
8439
|
-
N(g.$slots, "content", {
|
|
8442
|
+
N(g.$slots, "content", {
|
|
8443
|
+
item: k,
|
|
8444
|
+
index: v
|
|
8445
|
+
})
|
|
8440
8446
|
])) : B("", !0)
|
|
8441
8447
|
]),
|
|
8442
8448
|
_: 2
|