-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2519 from system-ui/fix-root-styles
fix(color-modes): make useRootStyles=false work with useCustomProperties
- Loading branch information
Showing
32 changed files
with
16,434 additions
and
11,898 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
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 |
---|---|---|
|
@@ -63,56 +63,57 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@auto-it/all-contributors": "^10.46.0", | ||
"@auto-it/conventional-commits": "^10.46.0", | ||
"@auto-it/core": "^10.46.0", | ||
"@auto-it/first-time-contributor": "^10.46.0", | ||
"@auto-it/magic-zero": "^10.46.0", | ||
"@auto-it/npm": "^10.46.0", | ||
"@auto-it/omit-commits": "^11.0.4", | ||
"@auto-it/released": "^10.46.0", | ||
"@auto-it/all-contributors": "^11.2.1", | ||
"@auto-it/conventional-commits": "^11.2.1", | ||
"@auto-it/core": "^11.2.1", | ||
"@auto-it/first-time-contributor": "^11.2.1", | ||
"@auto-it/magic-zero": "^11.2.1", | ||
"@auto-it/npm": "^11.2.1", | ||
"@auto-it/omit-commits": "^11.2.1", | ||
"@auto-it/released": "^11.2.1", | ||
"@babel/cli": "^7.22.5", | ||
"@babel/helper-string-parser": "^7.22.5", | ||
"@babel/helper-validator-identifier": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.24.3", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@babel/runtime": "^7.22.5", | ||
"@babel/runtime": "^7.25.7", | ||
"@codechecks/build-size-watcher": "^0.1.0", | ||
"@codechecks/client": "0.1.12", | ||
"@emotion/jest": "^11.11.0", | ||
"@jest/types": "^29.5.0", | ||
"@preconstruct/cli": "^2.7.0", | ||
"@emotion/jest": "^11.13.0", | ||
"@jest/types": "^29.6.3", | ||
"@preconstruct/cli": "^2.8.9", | ||
"@testing-library/react": "^14.2.1", | ||
"@types/eslint": "8.56.2", | ||
"@types/jest": "^29.5.2", | ||
"@types/jest": "^29.5.13", | ||
"@types/node": "^20.3.1", | ||
"@types/react-dom": "^18.2.5", | ||
"@types/react-test-renderer": "^18.3.0", | ||
"@types/semver": "^7.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.11", | ||
"@typescript-eslint/parser": "^5.59.11", | ||
"auto": "^11.0.4", | ||
"auto": "^11.2.1", | ||
"babel-jest": "^29.7.0", | ||
"babel-preset-gatsby": "^3.10.0", | ||
"babel-preset-gatsby": "^3.13.2", | ||
"cross-env": "^7.0.3", | ||
"egzek": "^1.2.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-react-app": "^7.0.1", | ||
"jest": "^29.5.0", | ||
"jest-canvas-mock": "^2.5.1", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"jest": "^29.7.0", | ||
"jest-canvas-mock": "^2.5.2", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-mock-console": "^2.0.0", | ||
"jest-ts-webcompat-resolver": "^1.0.0", | ||
"postinstall-postinstall": "^2.1.0", | ||
"prettier": "^2.8.8", | ||
"react-test-renderer": "^18.3.1", | ||
"rimraf": "^5.0.1", | ||
"semver": "^7.5.1", | ||
"ts-jest": "^29.1.0", | ||
"semver": "^7.6.3", | ||
"ts-jest": "^29.2.5", | ||
"ts-toolbelt": "^9.6.0", | ||
"typecov": "^0.2.3", | ||
"typescript": "^5" | ||
} | ||
"typescript": "^5.6.3" | ||
}, | ||
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4" | ||
} |
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
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 |
---|---|---|
|
@@ -18,9 +18,9 @@ | |
"icon": "npx repng src/components/logo.js -d static -f icon.png -w=32 -h=32 --props='{\"size\":32}'" | ||
}, | ||
"dependencies": { | ||
"unist-util-visit-2": "npm:unist-util-visit@^2.0.2", | ||
"unist-util-visit-2": "npm:[email protected].3", | ||
"@babel/helper-string-parser": "^7.22.5", | ||
"@emotion/react": "^11.11.1", | ||
"@emotion/react": "^11.13.3", | ||
"@mdx-js/loader": "^2.3.0", | ||
"@mdx-js/react": "^2.3.0", | ||
"@theme-ui/color": "workspace:^", | ||
|
@@ -58,7 +58,7 @@ | |
"react-dom": "^18", | ||
"react-helmet": "^6.1.0", | ||
"react-live": "^2.1.2", | ||
"remark-gfm-1": "npm:remark-gfm@^1.0.0", | ||
"remark-gfm-1": "npm:[email protected]", | ||
"remark-slug": "^6", | ||
"stringify-object": "^3", | ||
"theme-ui": "workspace:^", | ||
|
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.