-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58390c3
commit 38086ea
Showing
368 changed files
with
11,144 additions
and
6,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ runs: | |
with: | ||
bun-version: latest | ||
|
||
|
||
- name: Setup Git User | ||
shell: bash | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
pre-commit: | ||
commands: | ||
check: | ||
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc,vue}" | ||
run: bun biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again | ||
|
||
|
||
|
||
format: | ||
glob: '*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc,vue}' | ||
run: bun prettier {staged_files} --ignore-unknown --write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,19 @@ | |
"name": "root", | ||
"type": "module", | ||
"private": true, | ||
"workspaces": ["packages/*", "scripts", "website"], | ||
"workspaces": [ | ||
"packages/*", | ||
"scripts", | ||
"website" | ||
], | ||
"scripts": { | ||
"postinstall": "lefthook install", | ||
"build": "turbo run build --filter='!./templates/**' --filter='!./website/**'", | ||
"exports:check": "bun scripts check:exports", | ||
"exports:sync": "bun scripts exports:sync", | ||
"local:sync": "bun scripts local:sync", | ||
"local:revert": "bun scripts local:sync --revert", | ||
"format": "bun prettier --write .", | ||
"lint": "turbo run lint", | ||
"test": "turbo run test:ci", | ||
"typecheck": "turbo run typecheck", | ||
|
@@ -18,9 +23,7 @@ | |
"solid": "bun run --cwd packages/solid", | ||
"svelte": "bun run --cwd packages/svelte", | ||
"vue": "bun run --cwd packages/vue", | ||
"web": "bun run --cwd website", | ||
"setup": "vc link --scope=chakra-ui -p ark-docs -y && vc env pull website/.env", | ||
"setup:prod": "vc link --scope=chakra-ui -p ark-docs -y && vc env pull --environment production website/.env" | ||
"web": "bun run --cwd website" | ||
}, | ||
"dependencies": { | ||
"root": "." | ||
|
@@ -29,10 +32,14 @@ | |
"@biomejs/biome": "1.9.4", | ||
"@types/bun": "1.1.14", | ||
"lefthook": "1.10.1", | ||
"prettier": "3.4.2", | ||
"prettier-plugin-svelte": "3.3.2", | ||
"turbo": "2.3.3", | ||
"typescript": "5.7.2", | ||
"vercel": "39.2.6" | ||
}, | ||
"packageManager": "[email protected]", | ||
"trustedDependencies": ["@ark-ui/website"] | ||
} | ||
"trustedDependencies": [ | ||
"@ark-ui/website" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
@import url("./styles/accordion.css"); | ||
@import url("./styles/avatar.css"); | ||
@import url("./styles/carousel.css"); | ||
@import url("./styles/checkbox.css"); | ||
@import url("./styles/collapsible.css"); | ||
@import url("./styles/color-picker.css"); | ||
@import url("./styles/combobox.css"); | ||
@import url("./styles/date-picker.css"); | ||
@import url("./styles/dialog.css"); | ||
@import url("./styles/field.css"); | ||
@import url("./styles/file-upload.css"); | ||
@import url("./styles/hover-card.css"); | ||
@import url("./styles/menu.css"); | ||
@import url("./styles/number-input.css"); | ||
@import url("./styles/pagination.css"); | ||
@import url("./styles/pin-input.css"); | ||
@import url("./styles/popover.css"); | ||
@import url("./styles/presence.css"); | ||
@import url("./styles/progress.css"); | ||
@import url("./styles/qr-code.css"); | ||
@import url("./styles/radio-group.css"); | ||
@import url("./styles/segment-group.css"); | ||
@import url("./styles/select.css"); | ||
@import url("./styles/signature-pad.css"); | ||
@import url("./styles/slider.css"); | ||
@import url("./styles/splitter.css"); | ||
@import url("./styles/steps.css"); | ||
@import url("./styles/switch.css"); | ||
@import url("./styles/tabs.css"); | ||
@import url("./styles/tags-input.css"); | ||
@import url("./styles/time-picker.css"); | ||
@import url("./styles/timer.css"); | ||
@import url("./styles/toast.css"); | ||
@import url("./styles/toggle-group.css"); | ||
@import url("./styles/tooltip.css"); | ||
@import url("./styles/tree-view.css"); | ||
@import url('./styles/accordion.css'); | ||
@import url('./styles/avatar.css'); | ||
@import url('./styles/carousel.css'); | ||
@import url('./styles/checkbox.css'); | ||
@import url('./styles/collapsible.css'); | ||
@import url('./styles/color-picker.css'); | ||
@import url('./styles/combobox.css'); | ||
@import url('./styles/date-picker.css'); | ||
@import url('./styles/dialog.css'); | ||
@import url('./styles/field.css'); | ||
@import url('./styles/file-upload.css'); | ||
@import url('./styles/hover-card.css'); | ||
@import url('./styles/menu.css'); | ||
@import url('./styles/number-input.css'); | ||
@import url('./styles/pagination.css'); | ||
@import url('./styles/pin-input.css'); | ||
@import url('./styles/popover.css'); | ||
@import url('./styles/presence.css'); | ||
@import url('./styles/progress.css'); | ||
@import url('./styles/qr-code.css'); | ||
@import url('./styles/radio-group.css'); | ||
@import url('./styles/segment-group.css'); | ||
@import url('./styles/select.css'); | ||
@import url('./styles/signature-pad.css'); | ||
@import url('./styles/slider.css'); | ||
@import url('./styles/splitter.css'); | ||
@import url('./styles/steps.css'); | ||
@import url('./styles/switch.css'); | ||
@import url('./styles/tabs.css'); | ||
@import url('./styles/tags-input.css'); | ||
@import url('./styles/time-picker.css'); | ||
@import url('./styles/timer.css'); | ||
@import url('./styles/toast.css'); | ||
@import url('./styles/toggle-group.css'); | ||
@import url('./styles/tooltip.css'); | ||
@import url('./styles/tree-view.css'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.