@rotki/ui-library 2.13.2 → 2.14.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/README.md +1 -1
- package/dist/components/logos/use-logo-sources.js +5 -4
- package/dist/components/logos/use-logo-sources.js.map +1 -1
- package/dist/components/tables/RuiDataTable.vue2.js +2 -2
- package/dist/components/tables/RuiDataTable.vue2.js.map +1 -1
- package/dist/composables/sticky-header.d.ts +6 -4
- package/dist/composables/sticky-header.js +127 -79
- package/dist/composables/sticky-header.js.map +1 -1
- package/dist/icons/icons_1.d.ts +1 -1
- package/dist/icons/icons_1.js +5 -5
- package/dist/icons/icons_1.js.map +1 -1
- package/dist/icons/icons_2.d.ts +1 -1
- package/dist/icons/icons_2.js +6 -6
- package/dist/icons/icons_2.js.map +1 -1
- package/dist/icons/icons_3.d.ts +1 -1
- package/dist/icons/icons_3.js +6 -6
- package/dist/icons/icons_3.js.map +1 -1
- package/dist/icons/icons_4.d.ts +1 -0
- package/dist/icons/icons_4.js +5 -0
- package/dist/icons/icons_4.js.map +1 -1
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.js.map +1 -1
- package/dist/index.js +5 -4
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/icons/icons_2.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuCloud: GeneratedIcon;
|
|
2
3
|
export declare const LuCloudy: GeneratedIcon;
|
|
3
4
|
export declare const LuClover: GeneratedIcon;
|
|
4
5
|
export declare const LuClub: GeneratedIcon;
|
|
@@ -498,4 +499,3 @@ export declare const LuMapPinMinusInside: GeneratedIcon;
|
|
|
498
499
|
export declare const LuMapPinMinus: GeneratedIcon;
|
|
499
500
|
export declare const LuMapPinOff: GeneratedIcon;
|
|
500
501
|
export declare const LuMapPinPen: GeneratedIcon;
|
|
501
|
-
export declare const LuMapPinPlusInside: GeneratedIcon;
|
package/dist/icons/icons_2.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
const LuCloud = {
|
|
2
|
+
name: "lu-cloud",
|
|
3
|
+
components: [["path", { "d": "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" }]]
|
|
4
|
+
};
|
|
1
5
|
const LuCloudy = {
|
|
2
6
|
name: "lu-cloudy",
|
|
3
7
|
components: [["path", { "d": "M17.5 12a1 1 0 1 1 0 9H9.006a7 7 0 1 1 6.702-9z M21.832 9A3 3 0 0 0 19 7h-2.207a5.5 5.5 0 0 0-10.72.61" }]]
|
|
@@ -1994,11 +1998,8 @@ const LuMapPinPen = {
|
|
|
1994
1998
|
name: "lu-map-pin-pen",
|
|
1995
1999
|
components: [["path", { "d": "M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468 M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M7,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1996
2000
|
};
|
|
1997
|
-
const LuMapPinPlusInside = {
|
|
1998
|
-
name: "lu-map-pin-plus-inside",
|
|
1999
|
-
components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0 M12 7v6 M9 10h6" }]]
|
|
2000
|
-
};
|
|
2001
2001
|
export {
|
|
2002
|
+
LuCloud,
|
|
2002
2003
|
LuCloudy,
|
|
2003
2004
|
LuClover,
|
|
2004
2005
|
LuClub,
|
|
@@ -2497,7 +2498,6 @@ export {
|
|
|
2497
2498
|
LuMapPinMinus,
|
|
2498
2499
|
LuMapPinMinusInside,
|
|
2499
2500
|
LuMapPinOff,
|
|
2500
|
-
LuMapPinPen
|
|
2501
|
-
LuMapPinPlusInside
|
|
2501
|
+
LuMapPinPen
|
|
2502
2502
|
};
|
|
2503
2503
|
//# sourceMappingURL=icons_2.js.map
|