@reni-corp/reni-2c-ui 0.4.4 → 0.4.6
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/components/foundation/AppFooter.vue.d.ts.map +1 -1
- package/dist/components/interactive/Lightbox.vue.d.ts.map +1 -1
- package/dist/components/layouts/Stack.vue.d.ts +2 -0
- package/dist/components/layouts/Stack.vue.d.ts.map +1 -1
- package/dist/index.es.js +1959 -1955
- package/dist/script.es.js +7 -5
- package/dist/script.umd.js +20 -20
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/script.es.js
CHANGED
|
@@ -11025,7 +11025,9 @@ const Xg = ["for"], Kg = ["for"], Zg = ["value", "disabled", "placeholder", "rea
|
|
|
11025
11025
|
padding: {},
|
|
11026
11026
|
paddingX: {},
|
|
11027
11027
|
paddingY: {},
|
|
11028
|
-
wrap: { default: "nowrap" }
|
|
11028
|
+
wrap: { default: "nowrap" },
|
|
11029
|
+
maxWidth: {},
|
|
11030
|
+
maxHeight: {}
|
|
11029
11031
|
},
|
|
11030
11032
|
setup(t) {
|
|
11031
11033
|
const e = t, n = Ur(Hr), i = S(() => {
|
|
@@ -11055,7 +11057,7 @@ const Xg = ["for"], Kg = ["for"], Zg = ["value", "disabled", "placeholder", "rea
|
|
|
11055
11057
|
...o.value
|
|
11056
11058
|
})), c = S(() => {
|
|
11057
11059
|
const l = {};
|
|
11058
|
-
return typeof e.horizontalReSize == "number" && (l.width = `${e.horizontalReSize}px`), typeof e.verticalReSize == "number" && (l.height = `${e.verticalReSize}px`), l;
|
|
11060
|
+
return typeof e.horizontalReSize == "number" && (l.width = `${e.horizontalReSize}px`), typeof e.verticalReSize == "number" && (l.height = `${e.verticalReSize}px`), e.maxWidth != null && (l.maxWidth = `${e.maxWidth}px`), e.maxHeight != null && (l.maxHeight = `${e.maxHeight}px`), l;
|
|
11059
11061
|
});
|
|
11060
11062
|
return (l, d) => (y(), w("div", {
|
|
11061
11063
|
class: x(u.value),
|
|
@@ -11064,7 +11066,7 @@ const Xg = ["for"], Kg = ["for"], Zg = ["value", "disabled", "placeholder", "rea
|
|
|
11064
11066
|
q(l.$slots, "default", {}, void 0, !0)
|
|
11065
11067
|
], 6));
|
|
11066
11068
|
}
|
|
11067
|
-
}), Mi = /* @__PURE__ */ ce(oy, [["__scopeId", "data-v-
|
|
11069
|
+
}), Mi = /* @__PURE__ */ ce(oy, [["__scopeId", "data-v-d8f03e43"]]), ly = { key: 0 }, cy = {
|
|
11068
11070
|
key: 0,
|
|
11069
11071
|
class: "RN-ui-card-header"
|
|
11070
11072
|
}, uy = { class: "RN-text--weight-bold RN-text--size-subtitle" }, dy = {
|
|
@@ -16604,7 +16606,7 @@ const c4 = {
|
|
|
16604
16606
|
], 2)
|
|
16605
16607
|
], 64));
|
|
16606
16608
|
}
|
|
16607
|
-
}), S4 = /* @__PURE__ */ ce(_4, [["__scopeId", "data-v-
|
|
16609
|
+
}), S4 = /* @__PURE__ */ ce(_4, [["__scopeId", "data-v-b9bb5d10"]]), $4 = { class: "RN-ui-drawer-content" }, x4 = { class: "RN-ui-drawer-header" }, T4 = {
|
|
16608
16610
|
key: 1,
|
|
16609
16611
|
class: "RN-ui-drawer-header-content"
|
|
16610
16612
|
}, k4 = { class: "title" }, C4 = { class: "RN-ui-drawer-body" }, E4 = {
|
|
@@ -17175,7 +17177,7 @@ const c4 = {
|
|
|
17175
17177
|
], 2)) : R("", !0)
|
|
17176
17178
|
], 2));
|
|
17177
17179
|
}
|
|
17178
|
-
}), _w = /* @__PURE__ */ ce(ww, [["__scopeId", "data-v-
|
|
17180
|
+
}), _w = /* @__PURE__ */ ce(ww, [["__scopeId", "data-v-ec0d4258"]]), Sw = ["src"], $w = "RN", xw = /* @__PURE__ */ ie({
|
|
17179
17181
|
__name: "FloatingBanner",
|
|
17180
17182
|
props: {
|
|
17181
17183
|
imageUrl: {},
|