prlg-ui 1.8.300 → 1.8.301
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/{WarningFillIcon-DiIFVYf6.js → WarningFillIcon-C677fTBp.js} +38 -18
- package/dist/{WarningFillIcon-DC2QP6Gx.cjs → WarningFillIcon-DvIZ-rj4.cjs} +1 -1
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +268 -287
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +9 -8
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +1719 -1713
- package/dist/rekaUI.d.ts +4 -2
- package/package.json +1 -1
- package/dist/fonts/Inter/.DS_Store +0 -0
package/dist/rekaUI.d.ts
CHANGED
|
@@ -129,7 +129,6 @@ import { PaginationEllipsisProps } from 'reka-ui';
|
|
|
129
129
|
import { PaginationFirstProps } from 'reka-ui';
|
|
130
130
|
import { PaginationLastProps } from 'reka-ui';
|
|
131
131
|
import { PaginationListItemProps } from 'reka-ui';
|
|
132
|
-
import { PaginationListProps } from 'reka-ui';
|
|
133
132
|
import { PaginationNextProps } from 'reka-ui';
|
|
134
133
|
import { PaginationPrevProps } from 'reka-ui';
|
|
135
134
|
import { PaginationRoot } from 'reka-ui';
|
|
@@ -414,7 +413,9 @@ outlined: boolean;
|
|
|
414
413
|
type: "error" | "info" | "warning";
|
|
415
414
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
416
415
|
|
|
417
|
-
declare const __VLS_component_54: DefineComponent<
|
|
416
|
+
declare const __VLS_component_54: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {} | {
|
|
417
|
+
[x: string]: any;
|
|
418
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
418
419
|
|
|
419
420
|
declare const __VLS_component_55: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
420
421
|
|
|
@@ -2872,6 +2873,7 @@ declare type InputTextProps = {
|
|
|
2872
2873
|
readonly?: boolean;
|
|
2873
2874
|
maxlength?: number;
|
|
2874
2875
|
showMaxLength?: boolean;
|
|
2876
|
+
showSearch?: boolean;
|
|
2875
2877
|
};
|
|
2876
2878
|
|
|
2877
2879
|
declare type InputTextProps_2 = InputPhoneProps;
|
package/package.json
CHANGED
|
Binary file
|