Skip to content
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 8 commits into from
Sep 8, 2023
Merged

Fix warnings from Tailwind #259

merged 8 commits into from
Sep 8, 2023

Conversation

rushi
Copy link
Member

@rushi rushi commented Sep 3, 2023

This fixes this one error/warning that comes a lot when you run seller/admin/ui-kit

../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js[vite:css] Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
2  |  @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap");
3  |
4  |  @tailwind base;
   |   ^
5  |  @tailwind components;
6  |  @tailwind utilities;
[vite:css] Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
2  |  @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap");
3  |
4  |  @tailwind base;
   |   ^
5  |  @tailwind components;
6  |  @tailwind utilities; (x2)
[vite:css] Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
2  |  @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap");
3  |
4  |  @tailwind base;
   |   ^
5  |  @tailwind components;
6  |  @tailwind utilities; (x3)
  • npm audit fix
  • Disable telemetry
  • Upgrade tailwindcss/forms to get rid of some warnings
  • Supress bad lint warning

@rushi rushi requested a review from manojx031 September 4, 2023 07:12
@@ -30,7 +30,7 @@
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/forms": "^0.5.6",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rushi rushi merged commit 704e1a9 into master Sep 8, 2023
6 checks passed
@rushi rushi deleted the fix-warnings branch September 8, 2023 08:41
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant