@rotki/ui-library 2.13.3 → 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/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_3.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuMapPinPlusInside: GeneratedIcon;
|
|
2
3
|
export declare const LuMapPinPlus: GeneratedIcon;
|
|
3
4
|
export declare const LuMapPinXInside: GeneratedIcon;
|
|
4
5
|
export declare const LuMapPinX: GeneratedIcon;
|
|
@@ -498,4 +499,3 @@ export declare const LuSquareX: GeneratedIcon;
|
|
|
498
499
|
export declare const LuSquare: GeneratedIcon;
|
|
499
500
|
export declare const LuSquaresExclude: GeneratedIcon;
|
|
500
501
|
export declare const LuSquaresIntersect: GeneratedIcon;
|
|
501
|
-
export declare const LuSquaresSubtract: GeneratedIcon;
|
package/dist/icons/icons_3.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
const LuMapPinPlusInside = {
|
|
2
|
+
name: "lu-map-pin-plus-inside",
|
|
3
|
+
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" }]]
|
|
4
|
+
};
|
|
1
5
|
const LuMapPinPlus = {
|
|
2
6
|
name: "lu-map-pin-plus",
|
|
3
7
|
components: [["path", { "d": "M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738 M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M16 18h6 M19 15v6" }]]
|
|
@@ -1994,14 +1998,11 @@ const LuSquaresIntersect = {
|
|
|
1994
1998
|
name: "lu-squares-intersect",
|
|
1995
1999
|
components: [["path", { "d": "M10 22a2 2 0 0 1-2-2 M14 2a2 2 0 0 1 2 2 M16 22h-2 M2 10V8 M2 4a2 2 0 0 1 2-2 M20 8a2 2 0 0 1 2 2 M22 14v2 M22 20a2 2 0 0 1-2 2 M4 16a2 2 0 0 1-2-2 M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z M8 2h2" }]]
|
|
1996
2000
|
};
|
|
1997
|
-
const LuSquaresSubtract = {
|
|
1998
|
-
name: "lu-squares-subtract",
|
|
1999
|
-
components: [["path", { "d": "M10 22a2 2 0 0 1-2-2 M16 22h-2 M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z M20 8a2 2 0 0 1 2 2 M22 14v2 M22 20a2 2 0 0 1-2 2" }]]
|
|
2000
|
-
};
|
|
2001
2001
|
export {
|
|
2002
2002
|
LuMap,
|
|
2003
2003
|
LuMapPin,
|
|
2004
2004
|
LuMapPinPlus,
|
|
2005
|
+
LuMapPinPlusInside,
|
|
2005
2006
|
LuMapPinX,
|
|
2006
2007
|
LuMapPinXInside,
|
|
2007
2008
|
LuMapPinned,
|
|
@@ -2497,7 +2498,6 @@ export {
|
|
|
2497
2498
|
LuSquareUserRound,
|
|
2498
2499
|
LuSquareX,
|
|
2499
2500
|
LuSquaresExclude,
|
|
2500
|
-
LuSquaresIntersect
|
|
2501
|
-
LuSquaresSubtract
|
|
2501
|
+
LuSquaresIntersect
|
|
2502
2502
|
};
|
|
2503
2503
|
//# sourceMappingURL=icons_3.js.map
|