@cregis/icon 0.1.0 → 0.1.1

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/index.d.ts CHANGED
@@ -687,7 +687,6 @@ export declare const EdsZoomOut: DefineComponent<IconProps, {}, {}, {}, {}, Comp
687
687
 
688
688
  export declare interface FixIconProps {
689
689
  size?: string;
690
- color?: string;
691
690
  }
692
691
 
693
692
  declare class IconConfig {
package/dist/index.es.js CHANGED
@@ -17,8 +17,7 @@ class g {
17
17
  const l = new g(), _ = ["width", "height"], Ag = /* @__PURE__ */ h({
18
18
  __name: "eds-aml-safety",
19
19
  props: {
20
- size: {},
21
- color: {}
20
+ size: {}
22
21
  },
23
22
  setup(n) {
24
23
  const s = n, o = r(() => s.size || l.getSize());
@@ -56,8 +55,7 @@ const l = new g(), _ = ["width", "height"], Ag = /* @__PURE__ */ h({
56
55
  }), p = ["width", "height"], Dg = /* @__PURE__ */ h({
57
56
  __name: "eds-aml-warning-fill",
58
57
  props: {
59
- size: {},
60
- color: {}
58
+ size: {}
61
59
  },
62
60
  setup(n) {
63
61
  const s = n, o = r(() => s.size || l.getSize());
@@ -102,8 +100,7 @@ const l = new g(), _ = ["width", "height"], Ag = /* @__PURE__ */ h({
102
100
  }, v = { id: "eds-diamond-basic" }, x = ["fill"], Tg = /* @__PURE__ */ h({
103
101
  __name: "eds-diamond-basic",
104
102
  props: {
105
- size: {},
106
- color: {}
103
+ size: {}
107
104
  },
108
105
  setup(n) {
109
106
  const s = n, o = r(() => s.size || l.getSize()), i = u(`gradient-${Math.random().toString(36).slice(2, 11)}`);
@@ -168,8 +165,7 @@ const l = new g(), _ = ["width", "height"], Ag = /* @__PURE__ */ h({
168
165
  }, z = { id: "eds-diamond-business" }, M = ["fill"], Ig = /* @__PURE__ */ h({
169
166
  __name: "eds-diamond-business",
170
167
  props: {
171
- size: {},
172
- color: {}
168
+ size: {}
173
169
  },
174
170
  setup(n) {
175
171
  const s = n, o = r(() => s.size || l.getSize()), i = u(`gradient-${Math.random().toString(36).slice(2, 11)}`);
@@ -234,8 +230,7 @@ const l = new g(), _ = ["width", "height"], Ag = /* @__PURE__ */ h({
234
230
  }, B = { id: "eds-diamond-custom" }, E = ["fill"], Pg = /* @__PURE__ */ h({
235
231
  __name: "eds-diamond-custom",
236
232
  props: {
237
- size: {},
238
- color: {}
233
+ size: {}
239
234
  },
240
235
  setup(n) {
241
236
  const s = n, o = r(() => s.size || l.getSize()), i = u(`gradient-${Math.random().toString(36).slice(2, 11)}`);
@@ -288,8 +283,7 @@ const l = new g(), _ = ["width", "height"], Ag = /* @__PURE__ */ h({
288
283
  }), j = ["width", "height"], qg = /* @__PURE__ */ h({
289
284
  __name: "eds-google-authenticator-colorful",
290
285
  props: {
291
- size: {},
292
- color: {}
286
+ size: {}
293
287
  },
294
288
  setup(n) {
295
289
  const s = n, o = r(() => s.size || l.getSize());
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@cregis/icon",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
+ "keywords": [
5
+ "icon",
6
+ "vue",
7
+ "typescript"
8
+ ],
4
9
  "type": "module",
5
10
  "description": "cregis icon",
6
11
  "publishConfig": {