-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Update to Tailwind v4 #7669
Merged
+1,622
−1,214
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
811e679
initial upgrade
devongovett a980dd7
Update plugin, homepage, and examples
devongovett 480d9d3
fix jest resolver
devongovett 980ac39
Update tailwind starter
devongovett c14cba7
Update rac-tailwind example app
devongovett 46eec9e
Update rac-spectrum-tailwind example
devongovett c312418
enable verdaccio build
devongovett 2ac68bf
update tailwind-variants
devongovett ffcf78d
patch
devongovett d3d6cce
update lockfile
devongovett 57bcefe
missing dependency
devongovett 8786738
copy patches when building website
devongovett 54b9def
dedupe lightningcss
devongovett 8674f2f
Update styling page
devongovett 745bb8d
Fix TextField focus state
devongovett 68f804b
revert verdaccio
devongovett 7a42b9c
Merge branch 'main' into tailwind4
devongovett 5a6d131
fix typo
devongovett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
.yarn/patches/tailwind-variants-npm-0.3.1-48888516de.patch
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,19 @@ | ||
diff --git a/dist/transformer.d.ts b/dist/transformer.d.ts | ||
index 508be4d8176486bfbbccd0b8cf297465c8efd15a..afbd775c60f09c8a9c35e30c79f286fddc7c7018 100644 | ||
--- a/dist/transformer.d.ts | ||
+++ b/dist/transformer.d.ts | ||
@@ -1,10 +1,10 @@ | ||
-import type {Config} from "tailwindcss/types/config"; | ||
-import type {DefaultTheme} from "tailwindcss/types/generated/default-theme"; | ||
+// import type {Config} from "tailwindcss/types/config"; | ||
+// import type {DefaultTheme} from "tailwindcss/types/generated/default-theme"; | ||
|
||
-export type DefaultScreens = keyof DefaultTheme["screens"]; | ||
+export type DefaultScreens = any; | ||
|
||
export type WithTV = { | ||
- <C extends Config>(tvConfig: C, config?: TVTransformerConfig): C; | ||
+ <C>(tvConfig: C, config?: TVTransformerConfig): C; | ||
}; | ||
|
||
export declare const withTV: WithTV; |
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,5 +1,5 @@ | ||
{ | ||
"plugins": { | ||
"tailwindcss": {} | ||
"@tailwindcss/postcss": {} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"plugins": { | ||
"tailwindcss": {} | ||
"@tailwindcss/postcss": {} | ||
} | ||
} |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how long is this going to be around? will other users need to do the same patch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
until heroui-inc/tailwind-variants#239 is fixed.