@rotki/ui-library 2.1.0 → 2.2.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/README.md +1 -0
- package/dist/__test__/transition-group-stub.d.ts +2 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +79 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +48 -0
- package/dist/components/date-time-picker/timezones.d.ts +1 -0
- package/dist/components/date-time-picker/types.d.ts +5 -0
- package/dist/components/date-time-picker/use-input-handler.d.ts +9 -0
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +29 -0
- package/dist/components/date-time-picker/utils.d.ts +4 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.es.js +5063 -3815
- package/dist/components/time-picker/RuiTimePicker.vue.d.ts +16 -0
- package/dist/composables/{index-DOuH9rdn.js → index-DLKNQD1b.js} +68 -67
- package/dist/composables/index.es.js +1 -1
- package/dist/icons/icons_1.d.ts +4 -4
- package/dist/icons/icons_1.es.js +388 -388
- package/dist/icons/icons_2.d.ts +7 -7
- package/dist/icons/icons_2.es.js +1024 -1024
- package/dist/icons/icons_3.d.ts +9 -9
- package/dist/icons/icons_3.es.js +1035 -1035
- package/dist/icons/icons_4.d.ts +9 -0
- package/dist/icons/icons_4.es.js +320 -284
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1348 -1339
- package/dist/index-hpmutpFo.js +32 -0
- package/dist/index.es.js +1478 -1482
- package/dist/style.css +1 -1
- package/dist/utils/{index-CxHG7aHQ.js → index-BOcQQzr3.js} +4 -4
- package/dist/vendor-1jxxZILY.js +2051 -0
- package/dist/web-types.json +480 -1
- package/package.json +31 -35
- package/dist/vendor-BeEprDAU.js +0 -1624
package/dist/icons/icons_2.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuContactRound: GeneratedIcon;
|
|
3
|
+
export declare const LuContact: GeneratedIcon;
|
|
4
|
+
export declare const LuContainer: GeneratedIcon;
|
|
5
|
+
export declare const LuContrast: GeneratedIcon;
|
|
2
6
|
export declare const LuCookie: GeneratedIcon;
|
|
3
7
|
export declare const LuCookingPot: GeneratedIcon;
|
|
4
8
|
export declare const LuCopyCheck: GeneratedIcon;
|
|
@@ -267,6 +271,7 @@ export declare const LuGlasses: GeneratedIcon;
|
|
|
267
271
|
export declare const LuGlobeLock: GeneratedIcon;
|
|
268
272
|
export declare const LuGlobe: GeneratedIcon;
|
|
269
273
|
export declare const LuGoal: GeneratedIcon;
|
|
274
|
+
export declare const LuGpu: GeneratedIcon;
|
|
270
275
|
export declare const LuGrab: GeneratedIcon;
|
|
271
276
|
export declare const LuGraduationCap: GeneratedIcon;
|
|
272
277
|
export declare const LuGrape: GeneratedIcon;
|
|
@@ -274,6 +279,7 @@ export declare const LuGrid2x2Check: GeneratedIcon;
|
|
|
274
279
|
export declare const LuGrid2x2Plus: GeneratedIcon;
|
|
275
280
|
export declare const LuGrid2x2X: GeneratedIcon;
|
|
276
281
|
export declare const LuGrid2x2: GeneratedIcon;
|
|
282
|
+
export declare const LuGrid3x2: GeneratedIcon;
|
|
277
283
|
export declare const LuGrid3x3: GeneratedIcon;
|
|
278
284
|
export declare const LuGripHorizontal: GeneratedIcon;
|
|
279
285
|
export declare const LuGripVertical: GeneratedIcon;
|
|
@@ -329,6 +335,7 @@ export declare const LuHouseWifi: GeneratedIcon;
|
|
|
329
335
|
export declare const LuHouse: GeneratedIcon;
|
|
330
336
|
export declare const LuIceCreamBowl: GeneratedIcon;
|
|
331
337
|
export declare const LuIceCreamCone: GeneratedIcon;
|
|
338
|
+
export declare const LuIdCardLanyard: GeneratedIcon;
|
|
332
339
|
export declare const LuIdCard: GeneratedIcon;
|
|
333
340
|
export declare const LuImageDown: GeneratedIcon;
|
|
334
341
|
export declare const LuImageMinus: GeneratedIcon;
|
|
@@ -492,10 +499,3 @@ export declare const LuMessageSquareQuote: GeneratedIcon;
|
|
|
492
499
|
export declare const LuMessageSquareReply: GeneratedIcon;
|
|
493
500
|
export declare const LuMessageSquareShare: GeneratedIcon;
|
|
494
501
|
export declare const LuMessageSquareText: GeneratedIcon;
|
|
495
|
-
export declare const LuMessageSquareWarning: GeneratedIcon;
|
|
496
|
-
export declare const LuMessageSquareX: GeneratedIcon;
|
|
497
|
-
export declare const LuMessageSquare: GeneratedIcon;
|
|
498
|
-
export declare const LuMessagesSquare: GeneratedIcon;
|
|
499
|
-
export declare const LuMicOff: GeneratedIcon;
|
|
500
|
-
export declare const LuMicVocal: GeneratedIcon;
|
|
501
|
-
export declare const LuMic: GeneratedIcon;
|