@mirohq/design-system-tooltip 3.2.31 → 3.2.32
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 +2 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -339,6 +339,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
339
339
|
readonly borderRightColor: "colors";
|
|
340
340
|
readonly borderRightStyle: "border-styles";
|
|
341
341
|
readonly borderRightWidth: "border-widths";
|
|
342
|
+
readonly borderSpacing: "space-offset";
|
|
342
343
|
readonly borderStyle: "border-styles";
|
|
343
344
|
readonly borderTop: "colors";
|
|
344
345
|
readonly borderTopColor: "colors";
|
|
@@ -908,6 +909,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
908
909
|
readonly borderRightColor: "colors";
|
|
909
910
|
readonly borderRightStyle: "border-styles";
|
|
910
911
|
readonly borderRightWidth: "border-widths";
|
|
912
|
+
readonly borderSpacing: "space-offset";
|
|
911
913
|
readonly borderStyle: "border-styles";
|
|
912
914
|
readonly borderTop: "colors";
|
|
913
915
|
readonly borderTopColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-tooltip",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.32",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.0.3",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.4.0",
|
|
32
32
|
"@mirohq/design-system-utils": "^0.14.3",
|
|
33
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
33
|
+
"@mirohq/design-system-styles": "^1.1.14",
|
|
34
34
|
"@mirohq/design-tokens": "^3.5.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|