@rotki/ui-library 2.0.3 → 2.2.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/README.md +1 -0
- package/dist/__test__/transition-group-stub.d.ts +2 -0
- package/dist/components/chips/RuiChip.vue.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.es.js +2048 -2043
- package/dist/components/time-picker/RuiTimePicker.vue.d.ts +16 -0
- package/dist/composables/{index-DOuH9rdn.js → index-iDflJtNX.js} +2 -2
- package/dist/composables/index.es.js +1 -1
- package/dist/icons/icons_1.d.ts +5 -5
- package/dist/icons/icons_1.es.js +972 -972
- package/dist/icons/icons_2.d.ts +8 -8
- package/dist/icons/icons_2.es.js +1036 -1036
- package/dist/icons/icons_3.d.ts +10 -10
- package/dist/icons/icons_3.es.js +1037 -1037
- package/dist/icons/icons_4.d.ts +10 -0
- package/dist/icons/icons_4.es.js +322 -282
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1354 -1344
- package/dist/index-CIC9boM_.js +32 -0
- package/dist/index.es.js +1565 -1569
- package/dist/style.css +1 -1
- package/dist/utils/{index-CxHG7aHQ.js → index-CTepEwum.js} +1 -1
- package/dist/vendor-D4VGlT8H.js +2051 -0
- package/dist/web-types.json +490 -1
- package/package.json +31 -35
- package/dist/vendor-BeEprDAU.js +0 -1624
package/dist/icons/icons_2.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
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;
|
|
6
|
+
export declare const LuCookie: GeneratedIcon;
|
|
2
7
|
export declare const LuCookingPot: GeneratedIcon;
|
|
3
8
|
export declare const LuCopyCheck: GeneratedIcon;
|
|
4
9
|
export declare const LuCopyMinus: GeneratedIcon;
|
|
@@ -266,6 +271,7 @@ export declare const LuGlasses: GeneratedIcon;
|
|
|
266
271
|
export declare const LuGlobeLock: GeneratedIcon;
|
|
267
272
|
export declare const LuGlobe: GeneratedIcon;
|
|
268
273
|
export declare const LuGoal: GeneratedIcon;
|
|
274
|
+
export declare const LuGpu: GeneratedIcon;
|
|
269
275
|
export declare const LuGrab: GeneratedIcon;
|
|
270
276
|
export declare const LuGraduationCap: GeneratedIcon;
|
|
271
277
|
export declare const LuGrape: GeneratedIcon;
|
|
@@ -273,6 +279,7 @@ export declare const LuGrid2x2Check: GeneratedIcon;
|
|
|
273
279
|
export declare const LuGrid2x2Plus: GeneratedIcon;
|
|
274
280
|
export declare const LuGrid2x2X: GeneratedIcon;
|
|
275
281
|
export declare const LuGrid2x2: GeneratedIcon;
|
|
282
|
+
export declare const LuGrid3x2: GeneratedIcon;
|
|
276
283
|
export declare const LuGrid3x3: GeneratedIcon;
|
|
277
284
|
export declare const LuGripHorizontal: GeneratedIcon;
|
|
278
285
|
export declare const LuGripVertical: GeneratedIcon;
|
|
@@ -328,6 +335,7 @@ export declare const LuHouseWifi: GeneratedIcon;
|
|
|
328
335
|
export declare const LuHouse: GeneratedIcon;
|
|
329
336
|
export declare const LuIceCreamBowl: GeneratedIcon;
|
|
330
337
|
export declare const LuIceCreamCone: GeneratedIcon;
|
|
338
|
+
export declare const LuIdCardLanyard: GeneratedIcon;
|
|
331
339
|
export declare const LuIdCard: GeneratedIcon;
|
|
332
340
|
export declare const LuImageDown: GeneratedIcon;
|
|
333
341
|
export declare const LuImageMinus: GeneratedIcon;
|
|
@@ -491,11 +499,3 @@ export declare const LuMessageSquareQuote: GeneratedIcon;
|
|
|
491
499
|
export declare const LuMessageSquareReply: GeneratedIcon;
|
|
492
500
|
export declare const LuMessageSquareShare: GeneratedIcon;
|
|
493
501
|
export declare const LuMessageSquareText: GeneratedIcon;
|
|
494
|
-
export declare const LuMessageSquareWarning: GeneratedIcon;
|
|
495
|
-
export declare const LuMessageSquareX: GeneratedIcon;
|
|
496
|
-
export declare const LuMessageSquare: GeneratedIcon;
|
|
497
|
-
export declare const LuMessagesSquare: GeneratedIcon;
|
|
498
|
-
export declare const LuMicOff: GeneratedIcon;
|
|
499
|
-
export declare const LuMicVocal: GeneratedIcon;
|
|
500
|
-
export declare const LuMic: GeneratedIcon;
|
|
501
|
-
export declare const LuMicrochip: GeneratedIcon;
|