@mirohq/design-system-tooltip 3.3.5-colors.0 → 3.3.5-colors.2
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 +24 -18
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -267,12 +267,14 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
267
267
|
readonly none: "0px";
|
|
268
268
|
};
|
|
269
269
|
shadows: {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
270
|
+
50: any;
|
|
271
|
+
100: any;
|
|
272
|
+
"focus-small": any;
|
|
273
|
+
"focus-small-outline": any;
|
|
274
|
+
"focus-large": any;
|
|
275
|
+
"focus-controls": any;
|
|
276
|
+
"focus-controls-error": any;
|
|
277
|
+
"focus-controls-success": any;
|
|
276
278
|
};
|
|
277
279
|
sizes: {
|
|
278
280
|
readonly number: string;
|
|
@@ -883,12 +885,14 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
883
885
|
readonly none: "0px";
|
|
884
886
|
};
|
|
885
887
|
shadows: {
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
888
|
+
50: any;
|
|
889
|
+
100: any;
|
|
890
|
+
"focus-small": any;
|
|
891
|
+
"focus-small-outline": any;
|
|
892
|
+
"focus-large": any;
|
|
893
|
+
"focus-controls": any;
|
|
894
|
+
"focus-controls-error": any;
|
|
895
|
+
"focus-controls-success": any;
|
|
892
896
|
};
|
|
893
897
|
sizes: {
|
|
894
898
|
readonly number: string;
|
|
@@ -1452,12 +1456,14 @@ declare const StyledHotkey: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1452
1456
|
readonly none: "0px";
|
|
1453
1457
|
};
|
|
1454
1458
|
shadows: {
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1459
|
+
50: any;
|
|
1460
|
+
100: any;
|
|
1461
|
+
"focus-small": any;
|
|
1462
|
+
"focus-small-outline": any;
|
|
1463
|
+
"focus-large": any;
|
|
1464
|
+
"focus-controls": any;
|
|
1465
|
+
"focus-controls-error": any;
|
|
1466
|
+
"focus-controls-success": any;
|
|
1461
1467
|
};
|
|
1462
1468
|
sizes: {
|
|
1463
1469
|
readonly number: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-tooltip",
|
|
3
|
-
"version": "3.3.5-colors.
|
|
3
|
+
"version": "3.3.5-colors.2",
|
|
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.2-colors.2",
|
|
31
32
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-styles": "^1.1.20-colors.0",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.6.1-colors.2",
|
|
34
|
+
"@mirohq/design-system-styles": "^1.1.20-colors.2",
|
|
35
35
|
"@mirohq/design-system-utils": "^0.15.0",
|
|
36
|
-
"@mirohq/design-tokens": "^4.0.0-colors.
|
|
36
|
+
"@mirohq/design-tokens": "^4.0.0-colors.2"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c ../../../rollup.config.js",
|