prlg-ui 1.8.266 → 1.8.268
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/QuestionRoundedIcon-C3hz_B66.cjs +1 -0
- package/dist/{InfoIcon-BHqz_V_5.js → QuestionRoundedIcon-HkVUQbjG.js} +73 -19
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +339 -358
- package/dist/icons.d.ts +4 -0
- package/dist/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +2873 -2808
- package/dist/rekaUI.d.ts +35 -0
- package/package.json +1 -1
- package/dist/InfoIcon-DIQlRgPd.cjs +0 -1
package/dist/icons.d.ts
CHANGED
|
@@ -175,6 +175,8 @@ export declare const ProcentIcon: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
175
175
|
|
|
176
176
|
export declare const QuestionIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
177
177
|
|
|
178
|
+
export declare const QuestionRoundedIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
179
|
+
|
|
178
180
|
export declare const ReplaceIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
179
181
|
|
|
180
182
|
export declare const ReplayIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
@@ -245,6 +247,8 @@ export declare const WarningFillIcon: DefineComponent< {}, {}, {}, {}, {}, Co
|
|
|
245
247
|
|
|
246
248
|
export declare const WarningIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
247
249
|
|
|
250
|
+
export declare const WarnRoundedIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
251
|
+
|
|
248
252
|
export declare const WordIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
249
253
|
|
|
250
254
|
export { }
|