-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): bump @sajari-ui/core, prism-react-renderer, react-dom, tailwindcss to 2.x, Tailwind UI, twin.macro, and postcss-import * fix: add native focus interactions for button and combobox components * fix: add native focus interactions for link, select and tab components * fix: add native focus interactions for range input and swatch components * fix: remove unused ring style hooks * update snapshots * fix: documentation typos * chore: add changeset * chore(deps): bump react peer dependency in utils
- Loading branch information
1 parent
c16e30f
commit 3f6f72c
Showing
48 changed files
with
1,115 additions
and
843 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,10 @@ | ||
--- | ||
'sajari-sdk-docs': major | ||
'@sajari/react-components': major | ||
'@sajari/react-hooks': major | ||
'@sajari/react-search-ui': major | ||
'@sajari/server': major | ||
'@sajari/react-sdk-utils': major | ||
--- | ||
|
||
Major version bump of Tailwind. Require React 17 peer dependency. Remove useFocusRingStyles and useRingStyles hooks. |
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
"test:ci": "turbo run test:ci --filter=!sajari-sdk-docs -- --passWithNoTests", | ||
"build": "turbo run build --filter=!sajari-sdk-docs", | ||
"prepublish": "turbo run prepublish", | ||
"docs": "turbo -filter=sajari-sdk-docs dev", | ||
"build:docs": "turbo run build -filter=sajari-sdk-docs", | ||
"docs": "turbo run dev --filter=sajari-sdk-docs", | ||
"build:docs": "turbo run build --filter=sajari-sdk-docs", | ||
"start:docs": "turbo run start --filter=sajari-sdk-docs", | ||
"format": "prettier -c --write \"*/**\"", | ||
"lint": "eslint .", | ||
|
@@ -91,7 +91,7 @@ | |
"typescript": "^4.5.5", | ||
"@types/react": "^17.0.38", | ||
"@types/react-dom": "^17.0.11", | ||
"postcss": "^8.4.5" | ||
"postcss": "^8.4.16" | ||
}, | ||
"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
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.