@mirohq/design-system-tooltip 3.2.21 → 3.2.23
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 +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -236,6 +236,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
236
236
|
readonly 400: "32px";
|
|
237
237
|
readonly 500: "40px";
|
|
238
238
|
readonly 600: "48px";
|
|
239
|
+
readonly 700: "56px";
|
|
239
240
|
readonly 800: "64px";
|
|
240
241
|
readonly 1200: "96px";
|
|
241
242
|
readonly 1600: "128px";
|
|
@@ -785,6 +786,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
785
786
|
readonly 400: "32px";
|
|
786
787
|
readonly 500: "40px";
|
|
787
788
|
readonly 600: "48px";
|
|
789
|
+
readonly 700: "56px";
|
|
788
790
|
readonly 800: "64px";
|
|
789
791
|
readonly 1200: "96px";
|
|
790
792
|
readonly 1600: "128px";
|
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.23",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.0.3",
|
|
31
|
-
"@mirohq/design-system-
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-utils": "^0.14.
|
|
34
|
-
"@mirohq/design-tokens": "^3.0
|
|
31
|
+
"@mirohq/design-system-styles": "^1.1.6",
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.3.10",
|
|
33
|
+
"@mirohq/design-system-utils": "^0.14.3",
|
|
34
|
+
"@mirohq/design-tokens": "^3.1.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|