@mirohq/design-system-form 0.1.8 → 0.1.10
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 +6 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -273,6 +273,7 @@ declare const StyledForm: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
273
273
|
"focus-large": any;
|
|
274
274
|
"focus-controls": any;
|
|
275
275
|
"focus-controls-error": any;
|
|
276
|
+
"focus-controls-error-small": any;
|
|
276
277
|
"focus-controls-success": any;
|
|
277
278
|
};
|
|
278
279
|
sizes: {
|
|
@@ -763,6 +764,7 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
763
764
|
"focus-large": any;
|
|
764
765
|
"focus-controls": any;
|
|
765
766
|
"focus-controls-error": any;
|
|
767
|
+
"focus-controls-error-small": any;
|
|
766
768
|
"focus-controls-success": any;
|
|
767
769
|
};
|
|
768
770
|
sizes: {
|
|
@@ -1275,6 +1277,7 @@ declare const StyledField: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1275
1277
|
"focus-large": any;
|
|
1276
1278
|
"focus-controls": any;
|
|
1277
1279
|
"focus-controls-error": any;
|
|
1280
|
+
"focus-controls-error-small": any;
|
|
1278
1281
|
"focus-controls-success": any;
|
|
1279
1282
|
};
|
|
1280
1283
|
sizes: {
|
|
@@ -1769,6 +1772,7 @@ declare const StyledHelper: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1769
1772
|
"focus-large": any;
|
|
1770
1773
|
"focus-controls": any;
|
|
1771
1774
|
"focus-controls-error": any;
|
|
1775
|
+
"focus-controls-error-small": any;
|
|
1772
1776
|
"focus-controls-success": any;
|
|
1773
1777
|
};
|
|
1774
1778
|
sizes: {
|
|
@@ -2267,6 +2271,7 @@ declare const StyledMessage: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
2267
2271
|
"focus-large": any;
|
|
2268
2272
|
"focus-controls": any;
|
|
2269
2273
|
"focus-controls-error": any;
|
|
2274
|
+
"focus-controls-error-small": any;
|
|
2270
2275
|
"focus-controls-success": any;
|
|
2271
2276
|
};
|
|
2272
2277
|
sizes: {
|
|
@@ -2767,6 +2772,7 @@ declare const StyledDescription: react.ForwardRefExoticComponent<Omit<Omit<_miro
|
|
|
2767
2772
|
"focus-large": any;
|
|
2768
2773
|
"focus-controls": any;
|
|
2769
2774
|
"focus-controls-error": any;
|
|
2775
|
+
"focus-controls-error-small": any;
|
|
2770
2776
|
"focus-controls-success": any;
|
|
2771
2777
|
};
|
|
2772
2778
|
sizes: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-form",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-base-form": "^0.2.
|
|
29
|
+
"@mirohq/design-system-base-form": "^0.2.7",
|
|
30
30
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
31
|
-
"@mirohq/design-system-use-id": "^0.1.
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-
|
|
31
|
+
"@mirohq/design-system-use-id": "^0.1.2",
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.6.5",
|
|
33
|
+
"@mirohq/design-system-utils": "^0.15.1"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "rollup -c ../../../rollup.config.js",
|