prlg-ui 1.8.379 → 1.8.381
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 +291 -278
- package/dist/icons.d.ts +2 -0
- package/dist/reka-ui/index.cjs.js +1 -1
- package/dist/reka-ui/index.es.js +427 -427
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -193,6 +193,8 @@ export declare const PrintIcon: DefineComponent< {}, {}, {}, {}, {}, Componen
|
|
|
193
193
|
|
|
194
194
|
export declare const ProcentIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
195
195
|
|
|
196
|
+
export declare const QrIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
197
|
+
|
|
196
198
|
export declare const QuestionIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
197
199
|
|
|
198
200
|
export declare const QuestionRoundedIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|