@comercti/web-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 +9 -9
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -6140,7 +6140,10 @@ const gd = { class: "p-4 flex-1" }, md = /* @__PURE__ */ J({
|
|
|
6140
6140
|
])
|
|
6141
6141
|
}, [
|
|
6142
6142
|
s("div", $d, [
|
|
6143
|
-
T(f.$slots, "header", {
|
|
6143
|
+
T(f.$slots, "header", {
|
|
6144
|
+
item: w,
|
|
6145
|
+
index: p
|
|
6146
|
+
}),
|
|
6144
6147
|
s("button", {
|
|
6145
6148
|
onClick: (x) => o(i)(p, w),
|
|
6146
6149
|
disabled: w[e.disabled.field] === e.disabled.value,
|
|
@@ -6160,7 +6163,10 @@ const gd = { class: "p-4 flex-1" }, md = /* @__PURE__ */ J({
|
|
|
6160
6163
|
}, {
|
|
6161
6164
|
default: te(() => [
|
|
6162
6165
|
o(c)(p) ? (d(), g("div", ec, [
|
|
6163
|
-
T(f.$slots, "content", {
|
|
6166
|
+
T(f.$slots, "content", {
|
|
6167
|
+
item: w,
|
|
6168
|
+
index: p
|
|
6169
|
+
})
|
|
6164
6170
|
])) : j("", !0)
|
|
6165
6171
|
]),
|
|
6166
6172
|
_: 2
|