@yamada-ui/use-token
Advanced tools
Comparing version 0.2.4 to 0.2.5
import * as _yamada_ui_core from '@yamada-ui/core'; | ||
declare const useToken: <Y extends string | number = string, M extends "animations" | "borders" | "breakpoints" | "colors" | "colorSchemes" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionDuration" | "transitionEasing" | "transitionProperty" | "zIndices" = "animations" | "borders" | "breakpoints" | "colors" | "colorSchemes" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionDuration" | "transitionEasing" | "transitionProperty" | "zIndices">(name: M, path: number | _yamada_ui_core.GeneratedTheme[M] | undefined) => Y | undefined; | ||
declare const useToken: <Y extends string | number = string, M extends "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "colorSchemes" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionDuration" | "transitionEasing" | "transitionProperty" | "zIndices" = "animations" | "blurs" | "borders" | "breakpoints" | "colors" | "colorSchemes" | "fonts" | "fontSizes" | "fontWeights" | "gradients" | "layerStyles" | "letterSpacings" | "lineHeights" | "radii" | "shadows" | "sizes" | "spaces" | "textStyles" | "transitionDuration" | "transitionEasing" | "transitionProperty" | "zIndices">(name: M, path: number | _yamada_ui_core.GeneratedTheme[M] | undefined) => Y | undefined; | ||
export { useToken }; |
{ | ||
"name": "@yamada-ui/use-token", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Yamada UI useToken custom hook", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.9.4", | ||
"@yamada-ui/core": "0.10.0", | ||
"@yamada-ui/utils": "0.2.1" | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is not supported yet
7576
+ Added@yamada-ui/core@0.10.0(transitive)
+ Added@yamada-ui/portal@0.3.2(transitive)
- Removed@yamada-ui/core@0.9.4(transitive)
- Removed@yamada-ui/portal@0.3.1(transitive)
Updated@yamada-ui/core@0.10.0