-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
770f4d1
commit 550e5a6
Showing
92 changed files
with
590 additions
and
1,907 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
'@saas-ui/modals-provider': major | ||
'@saas-ui/auth-provider': major | ||
'@saas-ui/use-hotkeys': major | ||
'@saas-ui/nprogress': major | ||
'@saas-ui/supabase': major | ||
'@saas-ui/assets': major | ||
'@saas-ui/charts': major | ||
'@saas-ui/modals': major | ||
'@saas-ui/storybook-addon': major | ||
'@saas-ui/auth0': major | ||
'@saas-ui/clerk': major | ||
'@saas-ui/forms': major | ||
'@saas-ui/hooks': major | ||
'@saas-ui/react': major | ||
'@saas-ui/core': major | ||
'saas-ui-storybook': major | ||
'@saas-ui/props-docs': major | ||
'@saas-ui/test-utils': major | ||
--- | ||
|
||
Upgrade to Chakra v3 |
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 |
---|---|---|
|
@@ -50,8 +50,8 @@ | |
"create:block": "yarn hygen blocks new", | ||
"build:web": "yarn w website build", | ||
"build:theme": "turbo run build --filter='./packages/saas-ui-theme'", | ||
"build:tokens": "chakra typegen packages/saas-ui-core/src/preset.ts", | ||
"build:tokens-dev": "cross-env LOCAL=1 chakra typegen packages/saas-ui-core/src/preset.ts", | ||
"build:tokens": "chakra typegen packages/saas-ui-react/src/preset.ts", | ||
"build:tokens-dev": "cross-env LOCAL=1 chakra typegen packages/saas-ui-react/src/preset.ts", | ||
"build:packages": "turbo run build --filter='./packages/saas-ui-*' --filter='!./packages/pro/*' --concurrency=5 --continue && yarn build:tokens", | ||
"build:packages:force": "turbo run build --filter='./packages/saas-ui-*' --filter='!./packages/pro/*' --concurrency=5 --continue --force && yarn build:tokens", | ||
"watch:theme": "turbo run build --filter='./packages/saas-ui-theme' -- --watch", | ||
|
@@ -72,7 +72,7 @@ | |
"tooling/storybook-addon" | ||
], | ||
"devDependencies": { | ||
"@chakra-ui/cli": "^3.1.2", | ||
"@chakra-ui/cli": "^3.2.0", | ||
"@changesets/cli": "^2.27.9", | ||
"@manypkg/get-packages": "^2.2.2", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
|
@@ -105,7 +105,7 @@ | |
"unist-util-visit": "4.0.0", | ||
"react": "18.2.0", | ||
"@emotion/react": "11.11.1", | ||
"@chakra-ui/react": "3.0.2" | ||
"@chakra-ui/react": "https://pkg.pr.new/chakra-ui/chakra-ui/@chakra-ui/react@9223#4" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,4 +1,8 @@ | ||
import { defineConfig } from 'tsup' | ||
|
||
import config from '../../tsup.config' | ||
|
||
export default defineConfig(config) | ||
export default defineConfig({ | ||
...config, | ||
entry: ['src/index.ts', 'src/utils/index.ts', 'src/components/**/*.ts'], | ||
}) |
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 |
---|---|---|
|
@@ -19,7 +19,6 @@ | |
"author": "Eelco Wiersma <[email protected]>", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@chakra-ui/utils": "^2.0.14", | ||
"@hookform/resolvers": "^3.0.0", | ||
"react-hook-form": "^7.43.9", | ||
"ajv": "^8.12.0", | ||
|
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.