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

Commit c51a098

Browse files
committed
ci: added codesandbox templates for PRs
1 parent 4d0e647 commit c51a098

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

.codesandbox/ci.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"installCommand": "csb:install",
3+
"buildCommand": "build",
4+
"packages": [
5+
"packages/c-accordion",
6+
"packages/c-alert",
7+
"packages/c-button",
8+
"packages/c-close-button",
9+
"packages/c-code",
10+
"packages/c-color-mode",
11+
"packages/c-flex",
12+
"packages/c-focus-lock",
13+
"packages/c-icon",
14+
"packages/c-modal",
15+
"packages/c-motion",
16+
"packages/c-popper",
17+
"packages/c-portal",
18+
"packages/c-reset",
19+
"packages/c-scroll-lock",
20+
"packages/c-spinner",
21+
"packages/c-theme-provider",
22+
"packages/c-visually-hidden",
23+
"packages/core",
24+
"packages/layout",
25+
"packages/nuxt",
26+
"packages/system",
27+
"packages/test-utils",
28+
"packages/theme",
29+
"packages/theme-tools",
30+
"packages/utils",
31+
"packages/vue-a11y",
32+
"packages/vue-composables"
33+
],
34+
"sandboxes": ["chakra-ui-vue-v1-jcidb"],
35+
"node": "14"
36+
}

packages/c-scroll-lock/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
"dependencies": {
4040
"@chakra-ui/styled-system": "^1.10.0",
4141
"@chakra-ui/vue-system": "0.1.0-alpha.3",
42-
"@chakra-ui/vue-utils": "0.1.0-alpha.3"
42+
"@chakra-ui/vue-utils": "0.1.0-alpha.3",
43+
"body-scroll-lock": "^3.1.5"
4344
},
4445
"devDependencies": {
46+
"@types/body-scroll-lock": "^2.6.1",
4547
"vue": "^3.0.11"
4648
}
4749
}

0 commit comments

Comments
 (0)