@namba_one/ui-kit-2 1.0.168 → 1.0.170
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/dist/index.es.js +3 -2
- package/dist/index.umd.js +1 -1
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4072,6 +4072,7 @@ Available fill gap methods: `).concat(ve, "."));
|
|
|
4072
4072
|
}
|
|
4073
4073
|
var Wd = s1();
|
|
4074
4074
|
const a1 = /* @__PURE__ */ ue({
|
|
4075
|
+
inheritAttrs: !1,
|
|
4075
4076
|
__name: "DynamicVisibleArea",
|
|
4076
4077
|
props: {
|
|
4077
4078
|
isShowOverlay: { type: Boolean, default: !0 }
|
|
@@ -4111,7 +4112,7 @@ const a1 = /* @__PURE__ */ ue({
|
|
|
4111
4112
|
}), (c, h) => (v(), re(ia, { to: "#teleports" }, [
|
|
4112
4113
|
o.value ? (v(), S("div", {
|
|
4113
4114
|
key: 0,
|
|
4114
|
-
class: y(c.$style.root)
|
|
4115
|
+
class: y([c.$style.root, c.$attrs.class])
|
|
4115
4116
|
}, [
|
|
4116
4117
|
H(p(cn), { appear: "" }, {
|
|
4117
4118
|
default: P(() => [
|
|
@@ -4134,7 +4135,7 @@ const a1 = /* @__PURE__ */ ue({
|
|
|
4134
4135
|
}), l1 = "DynamicVisibleArea__root_4ca5d", u1 = "DynamicVisibleArea__overlay_01f51", c1 = {
|
|
4135
4136
|
root: l1,
|
|
4136
4137
|
overlay: u1,
|
|
4137
|
-
"
|
|
4138
|
+
"is-show-overlay": "DynamicVisibleArea__is-show-overlay_c353d"
|
|
4138
4139
|
}, d1 = {
|
|
4139
4140
|
$style: c1
|
|
4140
4141
|
}, h1 = /* @__PURE__ */ ge(a1, [["__cssModules", d1]]);
|