bianic-ui 2.5.0 → 2.5.1-beta.1

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.
@@ -13,8 +13,9 @@ export interface TextAreaProps extends ComponentPropsWithoutRef<'textarea'> {
13
13
  value?: string;
14
14
  readOnly?: boolean;
15
15
  autoComplete?: string;
16
+ isValid?: boolean | null;
16
17
  }
17
- declare function TextArea({ descText, disabled, id, size, label, placeholder, required, rows, maxLength, value, readOnly, autoComplete, ...props }: TextAreaProps): React.JSX.Element;
18
+ declare function TextArea({ descText, disabled, id, size, label, placeholder, required, rows, maxLength, value, readOnly, autoComplete, isValid, ...props }: TextAreaProps): React.JSX.Element;
18
19
  declare namespace TextArea {
19
20
  var defaultProps: {
20
21
  disabled: boolean;
package/dist/index.d.ts CHANGED
@@ -280,8 +280,9 @@ interface TextAreaProps extends ComponentPropsWithoutRef<'textarea'> {
280
280
  value?: string;
281
281
  readOnly?: boolean;
282
282
  autoComplete?: string;
283
+ isValid?: boolean | null;
283
284
  }
284
- declare function TextArea({ descText, disabled, id, size, label, placeholder, required, rows, maxLength, value, readOnly, autoComplete, ...props }: TextAreaProps): React$1.JSX.Element;
285
+ declare function TextArea({ descText, disabled, id, size, label, placeholder, required, rows, maxLength, value, readOnly, autoComplete, isValid, ...props }: TextAreaProps): React$1.JSX.Element;
285
286
  declare namespace TextArea {
286
287
  var defaultProps: {
287
288
  disabled: boolean;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "@biaenergi:registry": "https://gitlab.com/api/v4/projects/50905269/packages/npm/"
5
5
  },
6
- "version": "2.5.0",
6
+ "version": "2.5.1-beta.1",
7
7
  "description": "Design Language System develop by BIAENERGI",
8
8
  "repository": {
9
9
  "type": "git",