This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 23
23
"watch:types" : " tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
24
24
},
25
25
"dependencies" : {
26
- "@chakra-ui/vue- styled-system" : " 1.0.0 " ,
26
+ "@chakra-ui/styled-system" : " ^1.4.1 " ,
27
27
"@chakra-ui/system-vue" : " 1.0.0" ,
28
28
"@chakra-ui/vue-theme" : " ^1.0.0"
29
29
}
Original file line number Diff line number Diff line change 7
7
useMultiStyleConfig ,
8
8
provideComponentStyles ,
9
9
useComponentStyles ,
10
+ DOMElements ,
10
11
} from '@chakra-ui/system-vue'
11
- import { DOMElements } from '@chakra-ui/system-vue'
12
12
import { SystemStyleObject } from '@chakra-ui/styled-system'
13
13
14
14
const STATUSES = {
Original file line number Diff line number Diff line change 23
23
"watch:types" : " tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
24
24
},
25
25
"dependencies" : {
26
- "@chakra-ui/vue-theme" : " ^1.0.0"
26
+ "@chakra-ui/vue-theme" : " ^1.0.0" ,
27
+ "@chakra-ui/vue-utils" : " ^1.0.0" ,
27
28
}
28
29
}
Original file line number Diff line number Diff line change 20
20
"watch:types" : " tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
21
21
},
22
22
"dependencies" : {
23
- "@chakra-ui/vue- styled-system" : " ^1.0.0 " ,
23
+ "@chakra-ui/styled-system" : " ^1.4.1 " ,
24
24
"@chakra-ui/vue-theme" : " ^1.0.0" ,
25
+ "@chakra-ui/vue-utils" : " ^1.0.0" ,
25
26
"lodash.camelcase" : " ^4.3.0" ,
26
27
"lodash.kebabcase" : " ^4.1.1"
27
28
}
You can’t perform that action at this time.
0 commit comments