bevi-icon 2.1.1 → 2.1.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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -21
- package/dist/index.js +372 -389
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -74,16 +74,16 @@ export declare const allBvIcons: readonly [{
|
|
|
74
74
|
readonly name: "Autorenew";
|
|
75
75
|
readonly displayName: "autorenew";
|
|
76
76
|
readonly status: "active";
|
|
77
|
-
readonly tags: readonly ["load", "loading", "renew"];
|
|
77
|
+
readonly tags: readonly ["load", "loading", "renew", "refresh", "sync"];
|
|
78
78
|
readonly variants: {
|
|
79
79
|
readonly variant: readonly ["solid", "duo", "dark", "light"];
|
|
80
|
-
readonly weight: readonly [400];
|
|
80
|
+
readonly weight: readonly [400, 600];
|
|
81
81
|
};
|
|
82
82
|
readonly metadata: {
|
|
83
83
|
readonly createdAt: "2022-02-13";
|
|
84
|
-
readonly updatedAt: "
|
|
84
|
+
readonly updatedAt: "2026-03-19";
|
|
85
85
|
readonly addedIn: "1.0.0";
|
|
86
|
-
readonly updatedIn: "1.0
|
|
86
|
+
readonly updatedIn: "2.1.0";
|
|
87
87
|
readonly iconVersion: "1.0";
|
|
88
88
|
};
|
|
89
89
|
}, {
|
|
@@ -4285,23 +4285,6 @@ export declare const allBvIcons: readonly [{
|
|
|
4285
4285
|
readonly updatedIn: "2.1.0";
|
|
4286
4286
|
readonly iconVersion: "2.0";
|
|
4287
4287
|
};
|
|
4288
|
-
}, {
|
|
4289
|
-
readonly id: "autorenew";
|
|
4290
|
-
readonly name: "Autorenew";
|
|
4291
|
-
readonly displayName: "autorenew";
|
|
4292
|
-
readonly status: "active";
|
|
4293
|
-
readonly tags: readonly ["refresh", "sync", "loading"];
|
|
4294
|
-
readonly variants: {
|
|
4295
|
-
readonly variant: readonly ["solid"];
|
|
4296
|
-
readonly weight: readonly [400, 600];
|
|
4297
|
-
};
|
|
4298
|
-
readonly metadata: {
|
|
4299
|
-
readonly createdAt: "2026-03-19";
|
|
4300
|
-
readonly updatedAt: "2026-03-19";
|
|
4301
|
-
readonly addedIn: "2.1.0";
|
|
4302
|
-
readonly updatedIn: "2.1.0";
|
|
4303
|
-
readonly iconVersion: "2.0";
|
|
4304
|
-
};
|
|
4305
4288
|
}, {
|
|
4306
4289
|
readonly id: "bank-protect";
|
|
4307
4290
|
readonly name: "Bank protect";
|