@mirohq/design-system-textarea 0.4.4 → 0.4.5

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -12,7 +12,7 @@ declare const StyledTextarea: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
12
12
  v1?: boolean | "false" | "true" | undefined;
13
13
  valid?: boolean | "false" | "true" | undefined;
14
14
  }, {}>;
15
- declare type StyledTextareaProps = ComponentPropsWithRef<typeof StyledTextarea>;
15
+ type StyledTextareaProps = ComponentPropsWithRef<typeof StyledTextarea>;
16
16
 
17
17
  interface TextareaProps extends FormElementProps, Omit<StyledTextareaProps, keyof FormElementProps | 'v1'> {
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-textarea",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -32,9 +32,9 @@
32
32
  "@mirohq/design-system-base-text-field": "^0.2.3",
33
33
  "@mirohq/design-system-experiments": "^0.2.0",
34
34
  "@mirohq/design-system-primitive": "^1.1.2",
35
- "@mirohq/design-system-stitches": "^2.6.30",
36
35
  "@mirohq/design-system-styles": "^1.2.30",
37
- "@mirohq/design-system-use-aria-disabled": "^0.2.1",
36
+ "@mirohq/design-system-stitches": "^2.6.30",
37
+ "@mirohq/design-system-use-aria-disabled": "^0.3.0",
38
38
  "@mirohq/design-system-utils": "^0.15.5"
39
39
  },
40
40
  "scripts": {