@waves.exchange/wx-react-uikit
Advanced tools
Comparing version 1.2.8 to 1.2.9
@@ -36,3 +36,3 @@ "use strict"; | ||
}, [align, direction]); | ||
var tooltipContentFactory = react_1.useCallback(function () { return (react_1.default.createElement(Box_1.Box, { backgroundColor: "darkGrey.$300", color: "mediumGrey.$400", padding: "9px 16px", borderRadius: "$4", borderColor: colors.hovered, borderWidth: "4px", fontSize: "$14", lineHeight: "$24", sx: { | ||
var tooltipContentFactory = react_1.useCallback(function () { return (react_1.default.createElement(Box_1.Box, { backgroundColor: "surf", color: "mediumGrey.$400", padding: "9px 16px", borderRadius: "$4", borderColor: colors.hovered, borderWidth: "4px", fontSize: "$14", lineHeight: "$24", sx: { | ||
'[data-popper-placement^="top"] &': { | ||
@@ -39,0 +39,0 @@ borderBottomStyle: 'solid', |
@@ -32,3 +32,3 @@ import React, { useCallback, useMemo } from 'react'; | ||
}, [align, direction]); | ||
const tooltipContentFactory = useCallback(() => (React.createElement(Box, { backgroundColor: "darkGrey.$300", color: "mediumGrey.$400", padding: "9px 16px", borderRadius: "$4", borderColor: colors.hovered, borderWidth: "4px", fontSize: "$14", lineHeight: "$24", sx: { | ||
const tooltipContentFactory = useCallback(() => (React.createElement(Box, { backgroundColor: "surf", color: "mediumGrey.$400", padding: "9px 16px", borderRadius: "$4", borderColor: colors.hovered, borderWidth: "4px", fontSize: "$14", lineHeight: "$24", sx: { | ||
'[data-popper-placement^="top"] &': { | ||
@@ -35,0 +35,0 @@ borderBottomStyle: 'solid', |
{ | ||
"name": "@waves.exchange/wx-react-uikit", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1098027
488