@arco-iconbox/vue-smartcode 0.1.13 → 0.1.14
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/icon.js +3 -3
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +3 -3
- package/dist/icon.min.js.map +1 -1
- package/esm/{IconRequired → IconColorRequired}/index.js +2 -2
- package/esm/index.js +1 -1
- package/lib/{IconRequired → IconColorRequired}/index.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/src/IconColorRequired/index.vue +19 -0
- package/src/index.js +1 -1
- package/src/IconRequired/index.vue +0 -19
package/dist/icon.js
CHANGED
|
@@ -5405,7 +5405,7 @@
|
|
|
5405
5405
|
}
|
|
5406
5406
|
var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
5407
5407
|
const _sfc_main = {
|
|
5408
|
-
name: "
|
|
5408
|
+
name: "IconColorRequired",
|
|
5409
5409
|
props: {
|
|
5410
5410
|
prefix: {
|
|
5411
5411
|
type: String,
|
|
@@ -5423,7 +5423,7 @@
|
|
|
5423
5423
|
viewBox: "0 0 8 8",
|
|
5424
5424
|
fill: "none",
|
|
5425
5425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5426
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-required`],
|
|
5426
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-required`],
|
|
5427
5427
|
width: "1em",
|
|
5428
5428
|
height: "1em"
|
|
5429
5429
|
}, _ctx.$attrs), [
|
|
@@ -5460,6 +5460,7 @@
|
|
|
5460
5460
|
exports2.IconColorPgsql = index$O;
|
|
5461
5461
|
exports2.IconColorPhone = index$x;
|
|
5462
5462
|
exports2.IconColorQiwei = index$V;
|
|
5463
|
+
exports2.IconColorRequired = index;
|
|
5463
5464
|
exports2.IconColorSiliflow = index$D;
|
|
5464
5465
|
exports2.IconColorSql = index$U;
|
|
5465
5466
|
exports2.IconColorSqlserver = index$M;
|
|
@@ -5602,7 +5603,6 @@
|
|
|
5602
5603
|
exports2.IconLineUsers = index$T;
|
|
5603
5604
|
exports2.IconLineVector = index$S;
|
|
5604
5605
|
exports2.IconLineWarning = index$1K;
|
|
5605
|
-
exports2.IconRequired = index;
|
|
5606
5606
|
Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
5607
5607
|
});
|
|
5608
5608
|
//# sourceMappingURL=icon.js.map
|