@mirohq/design-system-input 0.1.10 → 0.1.11-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 +9 -0
- package/package.json +9 -9
package/dist/types.d.ts
CHANGED
|
@@ -243,6 +243,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
243
243
|
"text-warning-subtle"?: any;
|
|
244
244
|
};
|
|
245
245
|
'font-sizes': {
|
|
246
|
+
readonly 125: "0.625rem";
|
|
246
247
|
readonly 150: "0.75rem";
|
|
247
248
|
readonly 175: "0.875rem";
|
|
248
249
|
readonly 200: "1rem";
|
|
@@ -780,6 +781,7 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
780
781
|
"text-warning-subtle"?: any;
|
|
781
782
|
};
|
|
782
783
|
'font-sizes': {
|
|
784
|
+
readonly 125: "0.625rem";
|
|
783
785
|
readonly 150: "0.75rem";
|
|
784
786
|
readonly 175: "0.875rem";
|
|
785
787
|
readonly 200: "1rem";
|
|
@@ -1312,6 +1314,7 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
1312
1314
|
"text-warning-subtle"?: any;
|
|
1313
1315
|
};
|
|
1314
1316
|
'font-sizes': {
|
|
1317
|
+
readonly 125: "0.625rem";
|
|
1315
1318
|
readonly 150: "0.75rem";
|
|
1316
1319
|
readonly 175: "0.875rem";
|
|
1317
1320
|
readonly 200: "1rem";
|
|
@@ -1840,6 +1843,7 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
1840
1843
|
"text-warning-subtle"?: any;
|
|
1841
1844
|
};
|
|
1842
1845
|
'font-sizes': {
|
|
1846
|
+
readonly 125: "0.625rem";
|
|
1843
1847
|
readonly 150: "0.75rem";
|
|
1844
1848
|
readonly 175: "0.875rem";
|
|
1845
1849
|
readonly 200: "1rem";
|
|
@@ -2370,6 +2374,7 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
2370
2374
|
"text-warning-subtle"?: any;
|
|
2371
2375
|
};
|
|
2372
2376
|
'font-sizes': {
|
|
2377
|
+
readonly 125: "0.625rem";
|
|
2373
2378
|
readonly 150: "0.75rem";
|
|
2374
2379
|
readonly 175: "0.875rem";
|
|
2375
2380
|
readonly 200: "1rem";
|
|
@@ -2901,6 +2906,7 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
2901
2906
|
"text-warning-subtle"?: any;
|
|
2902
2907
|
};
|
|
2903
2908
|
'font-sizes': {
|
|
2909
|
+
readonly 125: "0.625rem";
|
|
2904
2910
|
readonly 150: "0.75rem";
|
|
2905
2911
|
readonly 175: "0.875rem";
|
|
2906
2912
|
readonly 200: "1rem";
|
|
@@ -3429,6 +3435,7 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
3429
3435
|
"text-warning-subtle"?: any;
|
|
3430
3436
|
};
|
|
3431
3437
|
'font-sizes': {
|
|
3438
|
+
readonly 125: "0.625rem";
|
|
3432
3439
|
readonly 150: "0.75rem";
|
|
3433
3440
|
readonly 175: "0.875rem";
|
|
3434
3441
|
readonly 200: "1rem";
|
|
@@ -3970,6 +3977,7 @@ declare const StyledInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
3970
3977
|
"text-warning-subtle"?: any;
|
|
3971
3978
|
};
|
|
3972
3979
|
'font-sizes': {
|
|
3980
|
+
readonly 125: "0.625rem";
|
|
3973
3981
|
readonly 150: "0.75rem";
|
|
3974
3982
|
readonly 175: "0.875rem";
|
|
3975
3983
|
readonly 200: "1rem";
|
|
@@ -4506,6 +4514,7 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
4506
4514
|
"text-warning-subtle"?: any;
|
|
4507
4515
|
};
|
|
4508
4516
|
'font-sizes': {
|
|
4517
|
+
readonly 125: "0.625rem";
|
|
4509
4518
|
readonly 150: "0.75rem";
|
|
4510
4519
|
readonly 175: "0.875rem";
|
|
4511
4520
|
readonly 200: "1rem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-input",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11-tag-component.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"@react-aria/interactions": "^3.13.0",
|
|
30
30
|
"@react-aria/utils": "^3.13.0",
|
|
31
31
|
"@react-types/shared": "^3.16.0",
|
|
32
|
-
"@mirohq/design-system-base-button": "^0.4.
|
|
33
|
-
"@mirohq/design-system-base-
|
|
32
|
+
"@mirohq/design-system-base-button": "^0.4.38-tag-component.0",
|
|
33
|
+
"@mirohq/design-system-base-form": "^0.2.2-tag-component.0",
|
|
34
|
+
"@mirohq/design-system-base-icon": "^0.1.23-tag-component.0",
|
|
35
|
+
"@mirohq/design-system-icon-button": "^2.1.12-tag-component.0",
|
|
36
|
+
"@mirohq/design-system-icons": "^0.39.2-tag-component.0",
|
|
34
37
|
"@mirohq/design-system-base-input": "^0.0.4",
|
|
35
|
-
"@mirohq/design-system-icon-button": "^2.1.11",
|
|
36
|
-
"@mirohq/design-system-icons": "^0.39.1",
|
|
37
|
-
"@mirohq/design-system-base-form": "^0.2.1",
|
|
38
38
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
39
|
-
"@mirohq/design-system-stitches": "^2.6.
|
|
40
|
-
"@mirohq/design-system-styles": "^1.2.0",
|
|
39
|
+
"@mirohq/design-system-stitches": "^2.6.2-tag-component.0",
|
|
40
|
+
"@mirohq/design-system-styles": "^1.2.1-tag-component.0",
|
|
41
|
+
"@mirohq/design-system-tooltip": "^3.3.7-tag-component.0",
|
|
41
42
|
"@mirohq/design-system-use-aria-disabled": "^0.1.0",
|
|
42
43
|
"@mirohq/design-system-use-layout-effect": "^0.2.1",
|
|
43
|
-
"@mirohq/design-system-tooltip": "^3.3.6",
|
|
44
44
|
"@mirohq/design-system-utils": "^0.15.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|