Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 0bcb97e

Browse files
committed
fix: import utils from vue package
1 parent 2e38bab commit 0bcb97e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/theme-tools/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@chakra-ui/vue-utils": "*",
23+
"@chakra-ui/vue-system": "*",
2324
"@types/tinycolor2": "1.4.2",
2425
"tinycolor2": "1.4.1"
2526
}

packages/theme-tools/src/color.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Color from 'tinycolor2'
2-
import { memoizedGet as get, Dict, isEmptyObject } from '@chakra-ui/utils'
2+
import { memoizedGet as get, Dict, isEmptyObject } from '@chakra-ui/vue-utils'
33

44
/**
55
* Get the color raw value from theme

0 commit comments

Comments
 (0)