@mirohq/design-system-tooltip
Advanced tools
Comparing version 3.2.8 to 3.2.9
@@ -257,2 +257,7 @@ import * as react from 'react'; | ||
}; | ||
'stroke-width': { | ||
readonly thin: "1.5px"; | ||
readonly normal: "2px"; | ||
readonly bold: "4px"; | ||
}; | ||
'z-indices': { | ||
@@ -386,2 +391,3 @@ readonly dropdownMenu: 100; | ||
readonly stroke: "colors"; | ||
readonly strokeWidth: "stroke-width"; | ||
readonly textDecorationColor: "colors"; | ||
@@ -776,2 +782,7 @@ readonly textShadow: "shadows"; | ||
}; | ||
'stroke-width': { | ||
readonly thin: "1.5px"; | ||
readonly normal: "2px"; | ||
readonly bold: "4px"; | ||
}; | ||
'z-indices': { | ||
@@ -905,2 +916,3 @@ readonly dropdownMenu: 100; | ||
readonly stroke: "colors"; | ||
readonly strokeWidth: "stroke-width"; | ||
readonly textDecorationColor: "colors"; | ||
@@ -907,0 +919,0 @@ readonly textShadow: "shadows"; |
{ | ||
"name": "@mirohq/design-system-tooltip", | ||
"version": "3.2.8", | ||
"version": "3.2.9", | ||
"description": "", | ||
@@ -31,10 +31,10 @@ "author": "Miro", | ||
"@radix-ui/react-tooltip": "^1.0.3", | ||
"@mirohq/design-system-stitches": "^2.2.5", | ||
"@mirohq/design-system-styles": "^1.0.21", | ||
"@mirohq/design-system-styles": "^1.0.22", | ||
"@mirohq/design-system-stitches": "^2.3.0", | ||
"@mirohq/design-system-utils": "^0.13.1", | ||
"@mirohq/design-tokens": "^2.5.0" | ||
"@mirohq/design-tokens": "^2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@mirohq/design-system-button": "^3.0.7", | ||
"@mirohq/design-system-flex": "^2.1.9" | ||
"@mirohq/design-system-button": "^3.0.8", | ||
"@mirohq/design-system-flex": "^2.1.10" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
107824
1455