@arco-iconbox/vue-smartcode 0.1.96 → 0.1.98
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/{IconColorNumberInput → IconColorNumRange}/index.js +2 -2
- package/esm/index.js +1 -1
- package/lib/{IconColorNumberInput → IconColorNumRange}/index.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/src/IconColorNumRange/index.vue +19 -0
- package/src/index.js +1 -1
- package/src/IconColorNumberInput/index.vue +0 -19
package/dist/icon.js
CHANGED
|
@@ -12986,7 +12986,7 @@
|
|
|
12986
12986
|
}
|
|
12987
12987
|
var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
12988
12988
|
const _sfc_main = {
|
|
12989
|
-
name: "
|
|
12989
|
+
name: "IconColorNumRange",
|
|
12990
12990
|
props: {
|
|
12991
12991
|
prefix: {
|
|
12992
12992
|
type: String,
|
|
@@ -13005,7 +13005,7 @@
|
|
|
13005
13005
|
viewBox: "0 0 24 24",
|
|
13006
13006
|
fill: "none",
|
|
13007
13007
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13008
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-
|
|
13008
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-num-range`],
|
|
13009
13009
|
width: "1em",
|
|
13010
13010
|
height: "1em"
|
|
13011
13011
|
}, _ctx.$attrs), [
|
|
@@ -13076,7 +13076,7 @@
|
|
|
13076
13076
|
exports2.IconColorNone = index$1C;
|
|
13077
13077
|
exports2.IconColorNotice = index$4w;
|
|
13078
13078
|
exports2.IconColorNum = index$2E;
|
|
13079
|
-
exports2.
|
|
13079
|
+
exports2.IconColorNumRange = index;
|
|
13080
13080
|
exports2.IconColorOpenai = index$46;
|
|
13081
13081
|
exports2.IconColorOracle = index$4f;
|
|
13082
13082
|
exports2.IconColorOrg = index$L;
|