@mirohq/design-system-form 0.1.0-forms.2 → 0.1.0-forms.3
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/types.d.ts +1 -1
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -3025,4 +3025,4 @@ interface Partials {
|
|
|
3025
3025
|
Description: typeof Description;
|
|
3026
3026
|
}
|
|
3027
3027
|
|
|
3028
|
-
export { Form, FormProps };
|
|
3028
|
+
export { Form, DescriptionProps as FormDescriptionProps, FieldProps as FormFieldProps, HelperProps as FormHelperProps, LabelProps as FormLabelProps, MessageProps as FormMessageProps, FormProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-form",
|
|
3
|
-
"version": "0.1.0-forms.
|
|
3
|
+
"version": "0.1.0-forms.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-base-input": "^0.1.0-forms.1",
|
|
30
30
|
"@mirohq/design-system-primitive": "^1.1.2-forms.0",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.6.0",
|
|
32
31
|
"@mirohq/design-system-use-id": "^0.1.1-forms.0",
|
|
33
|
-
"@mirohq/design-system-utils": "^0.15.0-forms.0"
|
|
32
|
+
"@mirohq/design-system-utils": "^0.15.0-forms.0",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.6.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "rollup -c ../../../rollup.config.js",
|