prlg-ui 1.8.88 → 1.8.90

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/index.d.ts CHANGED
@@ -1570,13 +1570,7 @@ onBlur?: (() => any) | undefined;
1570
1570
  onFocus?: ((value: FocusEvent) => any) | undefined;
1571
1571
  onPaste?: ((value: ClipboardEvent) => any) | undefined;
1572
1572
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1573
- }>, {
1574
- size: "small" | "default" | "large";
1575
- variant: "empty" | "outlined" | "fill";
1576
- type: "text" | "password";
1577
- required: boolean;
1578
- readonly: boolean;
1579
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1573
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1580
1574
 
1581
1575
  declare type InputTextProps = {
1582
1576
  label?: string;