@mirohq/design-system-form 0.1.4 → 0.1.5-tag-component.0
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
|
@@ -239,6 +239,7 @@ declare const StyledForm: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
239
239
|
"text-warning-subtle"?: any;
|
|
240
240
|
};
|
|
241
241
|
'font-sizes': {
|
|
242
|
+
readonly 125: "0.625rem";
|
|
242
243
|
readonly 150: "0.75rem";
|
|
243
244
|
readonly 175: "0.875rem";
|
|
244
245
|
readonly 200: "1rem";
|
|
@@ -770,6 +771,7 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
770
771
|
"text-warning-subtle"?: any;
|
|
771
772
|
};
|
|
772
773
|
'font-sizes': {
|
|
774
|
+
readonly 125: "0.625rem";
|
|
773
775
|
readonly 150: "0.75rem";
|
|
774
776
|
readonly 175: "0.875rem";
|
|
775
777
|
readonly 200: "1rem";
|
|
@@ -1314,6 +1316,7 @@ declare const StyledField: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1314
1316
|
"text-warning-subtle"?: any;
|
|
1315
1317
|
};
|
|
1316
1318
|
'font-sizes': {
|
|
1319
|
+
readonly 125: "0.625rem";
|
|
1317
1320
|
readonly 150: "0.75rem";
|
|
1318
1321
|
readonly 175: "0.875rem";
|
|
1319
1322
|
readonly 200: "1rem";
|
|
@@ -1849,6 +1852,7 @@ declare const StyledHelper: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1849
1852
|
"text-warning-subtle"?: any;
|
|
1850
1853
|
};
|
|
1851
1854
|
'font-sizes': {
|
|
1855
|
+
readonly 125: "0.625rem";
|
|
1852
1856
|
readonly 150: "0.75rem";
|
|
1853
1857
|
readonly 175: "0.875rem";
|
|
1854
1858
|
readonly 200: "1rem";
|
|
@@ -2388,6 +2392,7 @@ declare const StyledMessage: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
2388
2392
|
"text-warning-subtle"?: any;
|
|
2389
2393
|
};
|
|
2390
2394
|
'font-sizes': {
|
|
2395
|
+
readonly 125: "0.625rem";
|
|
2391
2396
|
readonly 150: "0.75rem";
|
|
2392
2397
|
readonly 175: "0.875rem";
|
|
2393
2398
|
readonly 200: "1rem";
|
|
@@ -2929,6 +2934,7 @@ declare const StyledDescription: react.ForwardRefExoticComponent<Omit<Omit<_miro
|
|
|
2929
2934
|
"text-warning-subtle"?: any;
|
|
2930
2935
|
};
|
|
2931
2936
|
'font-sizes': {
|
|
2937
|
+
readonly 125: "0.625rem";
|
|
2932
2938
|
readonly 150: "0.75rem";
|
|
2933
2939
|
readonly 175: "0.875rem";
|
|
2934
2940
|
readonly 200: "1rem";
|
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.5-tag-component.0",
|
|
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-
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-utils": "^0.15.0",
|
|
29
|
+
"@mirohq/design-system-primitive": "^1.1.2",
|
|
30
|
+
"@mirohq/design-system-base-form": "^0.2.2-tag-component.0",
|
|
32
31
|
"@mirohq/design-system-use-id": "^0.1.1",
|
|
33
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.6.2-tag-component.0",
|
|
33
|
+
"@mirohq/design-system-utils": "^0.15.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "rollup -c ../../../rollup.config.js",
|