@mirohq/design-system-tooltip 3.1.5 → 3.1.6
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 +4 -0
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -24,6 +24,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
24
24
|
readonly 'blue-80': any;
|
|
25
25
|
readonly 'gray-20': any;
|
|
26
26
|
readonly 'gray-30': any;
|
|
27
|
+
readonly 'gray-40': any;
|
|
28
|
+
readonly 'gray-50': any;
|
|
27
29
|
readonly 'green-70': any;
|
|
28
30
|
readonly 'indigo-20': any;
|
|
29
31
|
readonly 'indigo-30': any;
|
|
@@ -448,6 +450,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
448
450
|
readonly 'blue-80': any;
|
|
449
451
|
readonly 'gray-20': any;
|
|
450
452
|
readonly 'gray-30': any;
|
|
453
|
+
readonly 'gray-40': any;
|
|
454
|
+
readonly 'gray-50': any;
|
|
451
455
|
readonly 'green-70': any;
|
|
452
456
|
readonly 'indigo-20': any;
|
|
453
457
|
readonly 'indigo-30': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-tooltip",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.0.0",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.0.
|
|
32
|
-
"@mirohq/design-system-styles": "^1.0.
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.0.9",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.0.9",
|
|
33
33
|
"@mirohq/design-system-utils": "^0.10.0",
|
|
34
|
-
"@mirohq/design-tokens": "^1.
|
|
34
|
+
"@mirohq/design-tokens": "^1.6.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@mirohq/design-system-button": "^2.0.
|
|
38
|
-
"@mirohq/design-system-flex": "^2.0.
|
|
37
|
+
"@mirohq/design-system-button": "^2.0.13",
|
|
38
|
+
"@mirohq/design-system-flex": "^2.0.10"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "rollup -c ../../../rollup.config.js",
|