prlg-ui 1.8.223 → 1.8.224
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/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +377 -331
- package/dist/icons.d.ts +4 -0
- package/package.json +3 -2
package/dist/icons.d.ts
CHANGED
|
@@ -67,6 +67,8 @@ export declare const CevronTopIcon: DefineComponent< {}, {}, {}, {}, {}, Comp
|
|
|
67
67
|
|
|
68
68
|
export declare const CheckIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
69
69
|
|
|
70
|
+
export declare const CheckRoundedIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
71
|
+
|
|
70
72
|
export declare const ClockIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
71
73
|
|
|
72
74
|
export declare const ClockPayIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
@@ -191,6 +193,8 @@ export declare const SettingsIcon: DefineComponent< {}, {}, {}, {}, {}, Compo
|
|
|
191
193
|
|
|
192
194
|
export declare const ShieldErrorIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
193
195
|
|
|
196
|
+
export declare const ShopIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
197
|
+
|
|
194
198
|
export declare const ShoppingCartIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
195
199
|
|
|
196
200
|
export declare const SortDownFillIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prlg-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.224",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/prlg-ui.umd.js",
|
|
7
7
|
"module": "dist/prlg-ui.es.js",
|
|
@@ -101,5 +101,6 @@
|
|
|
101
101
|
"@tanstack/vue-table": "^8.21.3",
|
|
102
102
|
"@vueuse/core": "^13.9.0",
|
|
103
103
|
"reka-ui": "^2.5.1"
|
|
104
|
-
}
|
|
104
|
+
},
|
|
105
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
105
106
|
}
|