@everchron/ec-shards 11.0.1 → 11.0.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 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -2296,7 +2296,7 @@ const ks = /* @__PURE__ */ w(uw, [["render", vw], ["__scopeId", "data-v-df08e6d4
|
|
|
2296
2296
|
/** Determines the font weight. */
|
|
2297
2297
|
weight: {
|
|
2298
2298
|
type: String,
|
|
2299
|
-
validator: (t) => ["normal", "medium", "bold", null].includes(t)
|
|
2299
|
+
validator: (t) => ["normal", "medium", "semibold", "bold", null].includes(t)
|
|
2300
2300
|
},
|
|
2301
2301
|
/** Allows to overwrite the text color. Accepts predefined theme names: `positive`, `negative`, `warning`, as well as any color HEX or variable. */
|
|
2302
2302
|
color: {
|
|
@@ -2445,7 +2445,7 @@ function pw(t, e, l, a, i, n) {
|
|
|
2445
2445
|
_: 3
|
|
2446
2446
|
}, 8, ["class", "style"]));
|
|
2447
2447
|
}
|
|
2448
|
-
const G0 = /* @__PURE__ */ w(mw, [["render", pw], ["__scopeId", "data-v-
|
|
2448
|
+
const G0 = /* @__PURE__ */ w(mw, [["render", pw], ["__scopeId", "data-v-fdaf701d"]]), z0 = {
|
|
2449
2449
|
data() {
|
|
2450
2450
|
return {
|
|
2451
2451
|
uniqueId: ""
|