@everchron/ec-shards 14.4.8 → 14.5.0
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 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -2303,7 +2303,7 @@ const gi = /* @__PURE__ */ b(Za, [["render", Qa], ["__scopeId", "data-v-df08e6d4
|
|
|
2303
2303
|
/** Determines the font weight. */
|
|
2304
2304
|
weight: {
|
|
2305
2305
|
type: String,
|
|
2306
|
-
validator: (e) => ["normal", "medium", "semibold", "bold", null].includes(e)
|
|
2306
|
+
validator: (e) => ["light", "normal", "medium", "semibold", "bold", null].includes(e)
|
|
2307
2307
|
},
|
|
2308
2308
|
/** Allows to overwrite the text color. Accepts predefined theme names: `positive`, `negative`, `warning`, as well as any color HEX or variable. */
|
|
2309
2309
|
color: {
|
|
@@ -2452,7 +2452,7 @@ function to(e, s, t, a, n, i) {
|
|
|
2452
2452
|
_: 3
|
|
2453
2453
|
}, 8, ["class", "style"]));
|
|
2454
2454
|
}
|
|
2455
|
-
const Re = /* @__PURE__ */ b(eo, [["render", to], ["__scopeId", "data-v-
|
|
2455
|
+
const Re = /* @__PURE__ */ b(eo, [["render", to], ["__scopeId", "data-v-5ddb2227"]]), he = {
|
|
2456
2456
|
data() {
|
|
2457
2457
|
return {
|
|
2458
2458
|
uniqueId: ""
|