@evercam/ui 0.0.15 → 0.0.17
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.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4114,7 +4114,7 @@ const Ke = Ye.exports, Je = W.extend({
|
|
|
4114
4114
|
});
|
|
4115
4115
|
var Qe = function() {
|
|
4116
4116
|
var i = this, n = i._self._c;
|
|
4117
|
-
return i._self._setupProxy, n("div", { staticClass: "e-row e-flex e-flex-wrap
|
|
4117
|
+
return i._self._setupProxy, n("div", { staticClass: "e-row e-flex e-flex-wrap", class: i.rowClasses }, [i._t("default")], 2);
|
|
4118
4118
|
}, Ze = [], et = /* @__PURE__ */ V(
|
|
4119
4119
|
Je,
|
|
4120
4120
|
Qe,
|
|
@@ -4228,7 +4228,7 @@ const tt = et.exports, rt = W.extend({
|
|
|
4228
4228
|
});
|
|
4229
4229
|
var nt = function() {
|
|
4230
4230
|
var i = this, n = i._self._c;
|
|
4231
|
-
return n("div",
|
|
4231
|
+
return n("div", { staticClass: "e-col", class: i.colClasses }, [i._t("default")], 2);
|
|
4232
4232
|
}, it = [], at = /* @__PURE__ */ V(
|
|
4233
4233
|
rt,
|
|
4234
4234
|
nt,
|