@mirohq/design-system-tooltip 3.3.6 → 3.3.7-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 +3 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
241
241
|
"text-warning-subtle"?: any;
|
|
242
242
|
};
|
|
243
243
|
'font-sizes': {
|
|
244
|
+
readonly 125: "0.625rem";
|
|
244
245
|
readonly 150: "0.75rem";
|
|
245
246
|
readonly 175: "0.875rem";
|
|
246
247
|
readonly 200: "1rem";
|
|
@@ -859,6 +860,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
859
860
|
"text-warning-subtle"?: any;
|
|
860
861
|
};
|
|
861
862
|
'font-sizes': {
|
|
863
|
+
readonly 125: "0.625rem";
|
|
862
864
|
readonly 150: "0.75rem";
|
|
863
865
|
readonly 175: "0.875rem";
|
|
864
866
|
readonly 200: "1rem";
|
|
@@ -1430,6 +1432,7 @@ declare const StyledHotkey: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1430
1432
|
"text-warning-subtle"?: any;
|
|
1431
1433
|
};
|
|
1432
1434
|
'font-sizes': {
|
|
1435
|
+
readonly 125: "0.625rem";
|
|
1433
1436
|
readonly 150: "0.75rem";
|
|
1434
1437
|
readonly 175: "0.875rem";
|
|
1435
1438
|
readonly 200: "1rem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-tooltip",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.7-tag-component.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.0.3",
|
|
31
|
+
"@mirohq/design-system-base-hotkey": "^0.1.3-tag-component.0",
|
|
31
32
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-stitches": "^2.6.1",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.2.1-tag-component.0",
|
|
34
34
|
"@mirohq/design-system-utils": "^0.15.0",
|
|
35
|
-
"@mirohq/design-
|
|
36
|
-
"@mirohq/design-
|
|
35
|
+
"@mirohq/design-tokens": "^4.1.0-tag-component.0",
|
|
36
|
+
"@mirohq/design-system-stitches": "^2.6.2-tag-component.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c ../../../rollup.config.js",
|