@everchron/ec-shards 14.4.1 → 14.4.2
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/ec-shards.css +1 -1
- package/dist/ec-shards.js +2 -8
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -10271,7 +10271,7 @@ const Jf = /* @__PURE__ */ b(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2
|
|
|
10271
10271
|
/** Indicator that shows the position of the sticker on the page. If not passed, no page position indicator will be shown. */
|
|
10272
10272
|
pagePosition: {
|
|
10273
10273
|
type: String,
|
|
10274
|
-
validator: (e) => ["top-left", "top-right", "bottom-left", "bottom-right", "center-
|
|
10274
|
+
validator: (e) => ["top-left", "top-right", "bottom-left", "bottom-right", "center-top", "center-bottom", null].includes(e),
|
|
10275
10275
|
default: null
|
|
10276
10276
|
}
|
|
10277
10277
|
},
|
|
@@ -10334,12 +10334,6 @@ const Jf = /* @__PURE__ */ b(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2
|
|
|
10334
10334
|
case "bottom-right":
|
|
10335
10335
|
e.bottom = "2px", e.right = "2px";
|
|
10336
10336
|
break;
|
|
10337
|
-
case "center-left":
|
|
10338
|
-
e.left = "2px", e.top = "50%", e.transform = "translateY(-50%)";
|
|
10339
|
-
break;
|
|
10340
|
-
case "center-right":
|
|
10341
|
-
e.right = "2px", e.top = "50%", e.transform = "translateY(-50%)";
|
|
10342
|
-
break;
|
|
10343
10337
|
case "center-top":
|
|
10344
10338
|
e.top = "2px", e.left = "50%", e.transform = "translateX(-50%)";
|
|
10345
10339
|
break;
|
|
@@ -10904,7 +10898,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
10904
10898
|
])
|
|
10905
10899
|
]);
|
|
10906
10900
|
}
|
|
10907
|
-
const K_ = /* @__PURE__ */ b(ig, [["render", wg], ["__scopeId", "data-v-
|
|
10901
|
+
const K_ = /* @__PURE__ */ b(ig, [["render", wg], ["__scopeId", "data-v-7578d00d"]]), Y_ = {
|
|
10908
10902
|
__name: "fill-icon",
|
|
10909
10903
|
props: {
|
|
10910
10904
|
/** The identifier of the icon which should show up. */
|