@rotki/ui-library 1.9.0 → 1.11.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/index.es.js +1754 -1746
- package/dist/icons/icons_10.d.ts +7 -0
- package/dist/icons/icons_10.es.js +311 -283
- package/dist/icons/icons_7.d.ts +11 -11
- package/dist/icons/icons_7.es.js +920 -920
- package/dist/icons/icons_8.d.ts +6 -6
- package/dist/icons/icons_8.es.js +1011 -1011
- package/dist/icons/icons_9.d.ts +6 -6
- package/dist/icons/icons_9.es.js +1013 -1013
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +2182 -2175
- package/dist/index.es.js +1327 -1320
- package/dist/style.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +32 -32
package/dist/icons/icons_9.d.ts
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuMerge: GeneratedIcon;
|
|
3
|
+
export declare const LuMessageCircleCode: GeneratedIcon;
|
|
4
|
+
export declare const LuMessageCircleDashed: GeneratedIcon;
|
|
5
|
+
export declare const LuMessageCircleHeart: GeneratedIcon;
|
|
6
|
+
export declare const LuMessageCircleMore: GeneratedIcon;
|
|
7
|
+
export declare const LuMessageCircleOff: GeneratedIcon;
|
|
2
8
|
export declare const LuMessageCirclePlus: GeneratedIcon;
|
|
3
9
|
export declare const LuMessageCircleQuestion: GeneratedIcon;
|
|
4
10
|
export declare const LuMessageCircleReply: GeneratedIcon;
|
|
@@ -493,9 +499,3 @@ export declare const LuTextQuote: GeneratedIcon;
|
|
|
493
499
|
export declare const LuTextSearch: GeneratedIcon;
|
|
494
500
|
export declare const LuTextSelect: GeneratedIcon;
|
|
495
501
|
export declare const LuText: GeneratedIcon;
|
|
496
|
-
export declare const LuTheater: GeneratedIcon;
|
|
497
|
-
export declare const LuThermometerSnowflake: GeneratedIcon;
|
|
498
|
-
export declare const LuThermometerSun: GeneratedIcon;
|
|
499
|
-
export declare const LuThermometer: GeneratedIcon;
|
|
500
|
-
export declare const LuThumbsDown: GeneratedIcon;
|
|
501
|
-
export declare const LuThumbsUp: GeneratedIcon;
|