-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix warnings from Tailwind #259
Merged
Merged
Conversation
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
* 'master' of github.com:xola/ui-kit: npm audit fix
* 'fix-warnings' of github.com:xola/ui-kit:
rushi
commented
Sep 4, 2023
@@ -30,7 +30,7 @@ | |||
}, | |||
"dependencies": { | |||
"@headlessui/react": "^1.4.0", | |||
"@tailwindcss/forms": "^0.4.0", | |||
"@tailwindcss/forms": "^0.5.6", |
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.
Solution from here tailwindlabs/tailwindcss-forms#115
rushi
added a commit
to rushi/ui-kit
that referenced
this pull request
Sep 12, 2023
…6043 # By Tanya Ranjan (14) and others # Via Tanya Ranjan (10) and GitHub (1) * 'X2-6043' of github.com:ranjantanya/ui-kit: X2-6043: fix X2-6043: Fix top row in search bar 2.1.16 Dumb Bell, Mobile icons + Fix missing attribute for Submit Button (xola#254) Fix drawer close button (xola#260) Fix warnings from Tailwind (xola#259) 2.1.15 X2-6043: Have absolute width on xl and 2xl screens X2-6043: Adjust search bar width X2-6043: Lint fix X2-6043: Reapply changes for showcase feedback X2-6043: Address showcase feedback X2-6043: Remove Show all results option + change border & shadow X2-6043: Revert changes X2-6043: Change xl width X2-6043: Increase search box width on xl screens X2-6043: Fix typo X2-6043: Revert width change X2-6043: Dashboard search menu changes: initial commit # Conflicts: # src/index.js
rushi
added a commit
to rushi/ui-kit
that referenced
this pull request
Sep 14, 2023
# By Manoj Vaibhav (3) and others # Via Manoj Vaibhav * 'master' of github.com:xola/ui-kit: 2.1.17 X2-6043: Quick Search Enhancements (xola#239) 2.1.16 Dumb Bell, Mobile icons + Fix missing attribute for Submit Button (xola#254) Fix drawer close button (xola#260) Fix warnings from Tailwind (xola#259) 2.1.15 # Conflicts: # src/index.js
rushi
added a commit
to rushi/ui-kit
that referenced
this pull request
Oct 14, 2023
* 'master' of github.com:xola/ui-kit: (34 commits) Add isHidden flag for Tabs.Tab 2.1.22 X2-6961: Scroll bar to log out from x2-seller is not visible properly (xola#272) 2.1.21 X2-7130 X2-7168 fix(date-picker): resolves `modifiers.selected` not working for multi days selection date-picker (xola#271) 2.1.20 X2-7128 fix(datepicker): enhances ux for relative date range picker (xola#268) 2.1.19 X2-7052: X2 account does not show start time in a listing schedule the way it does in V1 (xola#267) npm publish workflow (xola#269) 2.1.18 X2-6916 Datepicker for same day shows text in white (v2.1.15) (xola#264) X2-7088: Revert changes which are breaking selenium (xola#265) 2.1.17 X2-6043: Quick Search Enhancements (xola#239) 2.1.16 Dumb Bell, Mobile icons + Fix missing attribute for Submit Button (xola#254) Fix drawer close button (xola#260) Fix warnings from Tailwind (xola#259) 2.1.15 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This fixes this one error/warning that comes a lot when you run seller/admin/ui-kit