@rotki/ui-library 1.7.1 → 1.8.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/components/index.es.js +2443 -2434
- package/dist/composables/icons.d.ts +1 -1
- package/dist/composables/index-D0JjQG2m.js +478 -0
- package/dist/composables/index.es.js +1 -1
- package/dist/icons/icons_1.es.js +886 -886
- package/dist/icons/icons_10.d.ts +88 -0
- package/dist/icons/icons_10.es.js +351 -0
- package/dist/icons/icons_2.es.js +900 -900
- package/dist/icons/icons_3.es.js +864 -864
- package/dist/icons/icons_4.d.ts +2 -2
- package/dist/icons/icons_4.es.js +1150 -1150
- package/dist/icons/icons_5.d.ts +2 -2
- package/dist/icons/icons_5.es.js +1421 -1421
- package/dist/icons/icons_6.d.ts +2 -2
- package/dist/icons/icons_6.es.js +1401 -1401
- package/dist/icons/icons_7.d.ts +480 -0
- package/dist/icons/icons_7.es.js +1980 -60
- package/dist/icons/icons_8.d.ts +501 -0
- package/dist/icons/icons_8.es.js +2003 -0
- package/dist/icons/icons_9.d.ts +501 -0
- package/dist/icons/icons_9.es.js +2003 -0
- package/dist/icons/index.d.ts +4 -1
- package/dist/icons/index.es.js +4206 -2636
- package/dist/index.es.js +4364 -2794
- package/dist/style.css +1 -1
- package/dist/types/icons.d.ts +1 -1
- package/dist/web-types.json +3 -3
- package/package.json +2 -1
- package/dist/composables/index-Q1RSg-Av.js +0 -482
package/dist/icons/icons_6.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const RiApps2AiFill: GeneratedIcon;
|
|
3
|
+
export declare const RiApps2AiLine: GeneratedIcon;
|
|
2
4
|
export declare const RiApps2Fill: GeneratedIcon;
|
|
3
5
|
export declare const RiApps2Line: GeneratedIcon;
|
|
4
6
|
export declare const RiAppsFill: GeneratedIcon;
|
|
@@ -497,5 +499,3 @@ export declare const RiSparkling2Fill: GeneratedIcon;
|
|
|
497
499
|
export declare const RiSparkling2Line: GeneratedIcon;
|
|
498
500
|
export declare const RiSparklingFill: GeneratedIcon;
|
|
499
501
|
export declare const RiSparklingLine: GeneratedIcon;
|
|
500
|
-
export declare const RiSunCloudyFill: GeneratedIcon;
|
|
501
|
-
export declare const RiSunCloudyLine: GeneratedIcon;
|