@mirohq/design-system-form 0.1.10 → 0.1.11
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 -6
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -272,8 +272,8 @@ declare const StyledForm: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
272
272
|
"focus-small-outline": any;
|
|
273
273
|
"focus-large": any;
|
|
274
274
|
"focus-controls": any;
|
|
275
|
+
"focus-small-error": any;
|
|
275
276
|
"focus-controls-error": any;
|
|
276
|
-
"focus-controls-error-small": any;
|
|
277
277
|
"focus-controls-success": any;
|
|
278
278
|
};
|
|
279
279
|
sizes: {
|
|
@@ -763,8 +763,8 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
763
763
|
"focus-small-outline": any;
|
|
764
764
|
"focus-large": any;
|
|
765
765
|
"focus-controls": any;
|
|
766
|
+
"focus-small-error": any;
|
|
766
767
|
"focus-controls-error": any;
|
|
767
|
-
"focus-controls-error-small": any;
|
|
768
768
|
"focus-controls-success": any;
|
|
769
769
|
};
|
|
770
770
|
sizes: {
|
|
@@ -1276,8 +1276,8 @@ declare const StyledField: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1276
1276
|
"focus-small-outline": any;
|
|
1277
1277
|
"focus-large": any;
|
|
1278
1278
|
"focus-controls": any;
|
|
1279
|
+
"focus-small-error": any;
|
|
1279
1280
|
"focus-controls-error": any;
|
|
1280
|
-
"focus-controls-error-small": any;
|
|
1281
1281
|
"focus-controls-success": any;
|
|
1282
1282
|
};
|
|
1283
1283
|
sizes: {
|
|
@@ -1771,8 +1771,8 @@ declare const StyledHelper: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1771
1771
|
"focus-small-outline": any;
|
|
1772
1772
|
"focus-large": any;
|
|
1773
1773
|
"focus-controls": any;
|
|
1774
|
+
"focus-small-error": any;
|
|
1774
1775
|
"focus-controls-error": any;
|
|
1775
|
-
"focus-controls-error-small": any;
|
|
1776
1776
|
"focus-controls-success": any;
|
|
1777
1777
|
};
|
|
1778
1778
|
sizes: {
|
|
@@ -2270,8 +2270,8 @@ declare const StyledMessage: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
2270
2270
|
"focus-small-outline": any;
|
|
2271
2271
|
"focus-large": any;
|
|
2272
2272
|
"focus-controls": any;
|
|
2273
|
+
"focus-small-error": any;
|
|
2273
2274
|
"focus-controls-error": any;
|
|
2274
|
-
"focus-controls-error-small": any;
|
|
2275
2275
|
"focus-controls-success": any;
|
|
2276
2276
|
};
|
|
2277
2277
|
sizes: {
|
|
@@ -2771,8 +2771,8 @@ declare const StyledDescription: react.ForwardRefExoticComponent<Omit<Omit<_miro
|
|
|
2771
2771
|
"focus-small-outline": any;
|
|
2772
2772
|
"focus-large": any;
|
|
2773
2773
|
"focus-controls": any;
|
|
2774
|
+
"focus-small-error": any;
|
|
2774
2775
|
"focus-controls-error": any;
|
|
2775
|
-
"focus-controls-error-small": any;
|
|
2776
2776
|
"focus-controls-success": any;
|
|
2777
2777
|
};
|
|
2778
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.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,10 +26,10 @@
|
|
|
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.8",
|
|
30
30
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.6.6",
|
|
31
32
|
"@mirohq/design-system-use-id": "^0.1.2",
|
|
32
|
-
"@mirohq/design-system-stitches": "^2.6.5",
|
|
33
33
|
"@mirohq/design-system-utils": "^0.15.1"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|