@welcome-ui/core
Advanced tools
Comparing version 6.3.0 to 6.4.0
@@ -207,3 +207,3 @@ "use client" | ||
{ | ||
url: `${theme.fontsUrl}/icon-font/4e1c87d880b3945e656907a8db865cd843ffccc3/welcome-icon-font`, | ||
url: `${theme.fontsUrl}/icon-font/86a20c5c3091bc8c215437747a3bfd2a2bfe8c94/welcome-icon-font`, | ||
display: "block" | ||
@@ -427,2 +427,10 @@ } | ||
}, | ||
hover: { | ||
default: { | ||
borderColor: colors2["neutral-40"] | ||
}, | ||
transparency: { | ||
borderColor: colors2["neutral-20"] | ||
} | ||
}, | ||
variants: { | ||
@@ -441,8 +449,8 @@ danger: { | ||
default: { | ||
...focus(colors2["primary-30"]), | ||
borderColor: "transparent" | ||
...focus(colors2["primary-20"]), | ||
borderColor: colors2["primary-40"] | ||
}, | ||
danger: { ...focus(colors2["red-60"]) }, | ||
warning: { ...focus(colors2["orange-50"]) }, | ||
success: { ...focus(colors2["green-50"]) } | ||
danger: { ...focus(colors2["red-30"]) }, | ||
warning: { ...focus(colors2["orange-20"]) }, | ||
success: { ...focus(colors2["green-30"]) } | ||
}, | ||
@@ -449,0 +457,0 @@ sizes: { |
@@ -24,2 +24,3 @@ import { CSSObject } from '@xstyled/styled-components'; | ||
}; | ||
hover: CSSObject; | ||
iconPlacement: Record<Size, CSSObject>; | ||
@@ -26,0 +27,0 @@ placeholder: CSSObject; |
{ | ||
"name": "@welcome-ui/core", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"description": "welcome-ui: Core utils", | ||
@@ -46,3 +46,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@welcome-ui/utils": "^6.1.1", | ||
"@welcome-ui/utils": "^6.4.0", | ||
"ramda": "^0.30.1" | ||
@@ -55,5 +55,5 @@ }, | ||
}, | ||
"gitHead": "fe9d5fb3178dcb7740c7b674ea22a1f9ed25b032", | ||
"gitHead": "dc5e8d08f341b7b9a837cc0d64dcbb99f1dc617b", | ||
"sideEffects": false, | ||
"homepage": "https://welcome-ui.com" | ||
} |
Sorry, the diff of this file is not supported yet
148148
5794
Updated@welcome-ui/utils@^6.4.0