@rotki/ui-library 2.0.3 → 2.1.0
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/chips/RuiChip.vue.d.ts +2 -0
- package/dist/components/index.es.js +341 -340
- package/dist/icons/icons_1.d.ts +1 -1
- package/dist/icons/icons_1.es.js +951 -951
- package/dist/icons/icons_2.d.ts +1 -1
- package/dist/icons/icons_2.es.js +981 -981
- package/dist/icons/icons_3.d.ts +1 -1
- package/dist/icons/icons_3.es.js +1001 -1001
- package/dist/icons/icons_4.d.ts +1 -0
- package/dist/icons/icons_4.es.js +271 -267
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1148 -1147
- package/dist/index.es.js +1153 -1152
- package/dist/web-types.json +11 -1
- package/package.json +1 -1
package/dist/icons/icons_3.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuMicrochip: GeneratedIcon;
|
|
2
3
|
export declare const LuMicroscope: GeneratedIcon;
|
|
3
4
|
export declare const LuMicrowave: GeneratedIcon;
|
|
4
5
|
export declare const LuMilestone: GeneratedIcon;
|
|
@@ -498,4 +499,3 @@ export declare const LuTicketsPlane: GeneratedIcon;
|
|
|
498
499
|
export declare const LuTickets: GeneratedIcon;
|
|
499
500
|
export declare const LuTimerOff: GeneratedIcon;
|
|
500
501
|
export declare const LuTimerReset: GeneratedIcon;
|
|
501
|
-
export declare const LuTimer: GeneratedIcon;
|