@mirohq/design-system-tooltip 3.2.8 → 3.2.9
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 +12 -0
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -254,6 +254,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
254
254
|
readonly 'stacking-500': any;
|
|
255
255
|
readonly 'stacking-800': any;
|
|
256
256
|
};
|
|
257
|
+
'stroke-width': {
|
|
258
|
+
readonly thin: "1.5px";
|
|
259
|
+
readonly normal: "2px";
|
|
260
|
+
readonly bold: "4px";
|
|
261
|
+
};
|
|
257
262
|
'z-indices': {
|
|
258
263
|
readonly dropdownMenu: 100;
|
|
259
264
|
readonly popover: 200;
|
|
@@ -382,6 +387,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
382
387
|
readonly scrollPaddingRight: "space-inset";
|
|
383
388
|
readonly scrollPaddingTop: "space-inset";
|
|
384
389
|
readonly stroke: "colors";
|
|
390
|
+
readonly strokeWidth: "stroke-width";
|
|
385
391
|
readonly textDecorationColor: "colors";
|
|
386
392
|
readonly textShadow: "shadows";
|
|
387
393
|
readonly top: "space";
|
|
@@ -771,6 +777,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
771
777
|
readonly 'stacking-500': any;
|
|
772
778
|
readonly 'stacking-800': any;
|
|
773
779
|
};
|
|
780
|
+
'stroke-width': {
|
|
781
|
+
readonly thin: "1.5px";
|
|
782
|
+
readonly normal: "2px";
|
|
783
|
+
readonly bold: "4px";
|
|
784
|
+
};
|
|
774
785
|
'z-indices': {
|
|
775
786
|
readonly dropdownMenu: 100;
|
|
776
787
|
readonly popover: 200;
|
|
@@ -899,6 +910,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
899
910
|
readonly scrollPaddingRight: "space-inset";
|
|
900
911
|
readonly scrollPaddingTop: "space-inset";
|
|
901
912
|
readonly stroke: "colors";
|
|
913
|
+
readonly strokeWidth: "stroke-width";
|
|
902
914
|
readonly textDecorationColor: "colors";
|
|
903
915
|
readonly textShadow: "shadows";
|
|
904
916
|
readonly top: "space";
|
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.9",
|
|
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.3",
|
|
31
|
-
"@mirohq/design-system-
|
|
32
|
-
"@mirohq/design-system-
|
|
31
|
+
"@mirohq/design-system-styles": "^1.0.22",
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.3.0",
|
|
33
33
|
"@mirohq/design-system-utils": "^0.13.1",
|
|
34
|
-
"@mirohq/design-tokens": "^2.
|
|
34
|
+
"@mirohq/design-tokens": "^2.6.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@mirohq/design-system-button": "^3.0.
|
|
38
|
-
"@mirohq/design-system-flex": "^2.1.
|
|
37
|
+
"@mirohq/design-system-button": "^3.0.8",
|
|
38
|
+
"@mirohq/design-system-flex": "^2.1.10"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "rollup -c ../../../rollup.config.js",
|