@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/README.md +97 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +6 -12
- package/package.json +6 -1
package/dist/index.d.ts
CHANGED
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());
|