bevi-icon 2.1.0 → 2.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +409 -407
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2609,7 +2609,7 @@ export declare const allBvIcons: readonly [{
|
|
|
2609
2609
|
readonly status: "active";
|
|
2610
2610
|
readonly tags: readonly ["clips", "add", "plus"];
|
|
2611
2611
|
readonly variants: {
|
|
2612
|
-
readonly variant: readonly ["solid"];
|
|
2612
|
+
readonly variant: readonly ["solid", "duo", "dark", "light"];
|
|
2613
2613
|
readonly weight: readonly [400, 600];
|
|
2614
2614
|
};
|
|
2615
2615
|
readonly metadata: {
|