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

Commit 07623c9

Browse files
chore(core): import c-media-query to core
1 parent 8ef9081 commit 07623c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@chakra-ui/c-form-control": "0.0.0-alpha.5",
3535
"@chakra-ui/c-icon": "1.0.0-alpha.10",
3636
"@chakra-ui/c-input": "0.0.0-alpha.5",
37+
"@chakra-ui/c-media-query": "0.0.0-alpha.0",
3738
"@chakra-ui/c-modal": "1.1.0-alpha.10",
3839
"@chakra-ui/c-motion": "0.1.0-alpha.9",
3940
"@chakra-ui/c-popper": "0.1.0-alpha.10",

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export * from "@chakra-ui/c-input"
149149
export * from "@chakra-ui/vue-layout"
150150

151151
// M
152+
export * from "@chakra-ui/c-media-query"
152153
export * from "@chakra-ui/c-modal"
153154
export * from "@chakra-ui/c-motion"
154155

0 commit comments

Comments
 (0)