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/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< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {} | {
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.301",
4
+ "version": "1.8.302",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",