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