@comercti/web-components-hmg 0.8.1 → 0.8.3
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 +2 -2
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +13 -13
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -307,7 +307,7 @@ const Me = /* @__PURE__ */ I({
|
|
|
307
307
|
inheritAttrs: !1,
|
|
308
308
|
__name: "ce-checkbox",
|
|
309
309
|
props: {
|
|
310
|
-
modelValue: { type: [String, Number, Boolean, Array] },
|
|
310
|
+
modelValue: { type: [String, Number, Boolean, Array, null] },
|
|
311
311
|
id: {},
|
|
312
312
|
trueValue: { type: [String, Number, Boolean], default: !0 },
|
|
313
313
|
falseValue: { type: [String, Number, Boolean], default: !1 },
|
|
@@ -5101,7 +5101,7 @@ const yl = {
|
|
|
5101
5101
|
})[t.position || "right-top"]);
|
|
5102
5102
|
return (u, h) => r(o).length ? (s(), c("div", {
|
|
5103
5103
|
key: 0,
|
|
5104
|
-
class: w(["
|
|
5104
|
+
class: w(["absolute top-0 z-50 flex flex-col px-4 w-full max-w-[30rem] h-auto", b.value])
|
|
5105
5105
|
}, [
|
|
5106
5106
|
n("transition-group", yl, [
|
|
5107
5107
|
(s(!0), c(N, null, X(r(o), (y) => (s(), c("div", {
|