@welcome-ui/core
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -978,3 +978,3 @@ var __create = Object.create; | ||
var getTooltips = (theme) => { | ||
const { colors: colors2, fontSizes, lineHeights, radii: radii2, space, toRem } = theme; | ||
const { borderWidths: borderWidths2, colors: colors2, fontSizes, lineHeights, radii: radii2, space, toRem } = theme; | ||
return { | ||
@@ -987,4 +987,5 @@ maxWidth: toRem(200), | ||
lineHeight: lineHeights.xs, | ||
border: `${borderWidths2.sm} solid ${colors2["light-400"]}`, | ||
borderRadius: radii2.sm, | ||
boxSizing: "content-box" | ||
boxSizing: "border-box" | ||
}; | ||
@@ -991,0 +992,0 @@ }; |
{ | ||
"name": "@welcome-ui/core", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "welcome-ui: Core utils", | ||
@@ -55,3 +55,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "2d37441165e164dc94b6119fd4d0391b43c3b27b", | ||
"gitHead": "4e89f1abeb0d8f6cd4a0d4e630a3ed1aee8614c1", | ||
"sideEffects": false, | ||
@@ -58,0 +58,0 @@ "component": "Core", |
Sorry, the diff of this file is not supported yet
138935
5301