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

NeetoUI - V7 - Beta #2228

Merged
merged 31 commits into from
Jun 27, 2024
Merged

NeetoUI - V7 - Beta #2228

merged 31 commits into from
Jun 27, 2024

Conversation

praveen-murali-ind
Copy link
Contributor

@praveen-murali-ind praveen-murali-ind commented Jun 12, 2024

Description

Color palette

  • Updated: --neeto-ui-black from #121212 to #0c111d.

  • Updated: --neeto-ui-gray-800 from #1f1f1f to #101828.

  • Updated: --neeto-ui-gray-700 from #2f3941 to #1d2939.

  • Updated: --neeto-ui-gray-600 from #68737d to #344054.

  • Updated: --neeto-ui-gray-100 from #f8f9f9 to #f6f7f8.

  • Added: --neeto-ui-gray-50 - #fafafa.

  • Updated: --neeto-ui-primary-800 from #2d36d4 to #006653.

  • Updated: --neeto-ui-primary-600 from #3642df to #007a64.

  • Updated: --neeto-ui-primary-500 from #4558f9 to #008068.

  • Updated: --neeto-ui-primary-100 from #ebecfe to #e1f3ee.

  • Added: --neeto-ui-primary-50 - #f0f9f7.

  • Added: --neeto-ui-accent-800 - #095aba.

  • Added: --neeto-ui-accent-600 - #0d66d0.

  • Added: --neeto-ui-accent-500 - #1473e6.

  • Added: --neeto-ui-accent-100 - #e6f4ff.

  • Added: --neeto-ui-accent-50 - #eff8ff.

  • Updated: --neeto-ui-success-800 from #107154 to #01795d.

  • Updated: --neeto-ui-success-600 from #12805c to #018d6d.

  • Updated: --neeto-ui-success-500 from #268e6c to #02a27c.

  • Updated: --neeto-ui-success-100 from #e1f3ee to #ebfffa.

Dark mode

  • Added: --neeto-ui-gray-50 - #0a0a0a.

  • Updated: --neeto-ui-primary-800 from #39b990 to #00f5c8.

  • Updated: --neeto-ui-primary-600 from #33ab84 to #00e0b7.

  • Updated: --neeto-ui-primary-500 from #2d9d78 to #00cca7.

  • Updated: --neeto-ui-primary-100 from #175541 to #003d31.

  • Added: --neeto-ui-primary-50 - #002921.

  • Added: --neeto-ui-accent-800 - #8ebdf5.

  • Added: --neeto-ui-accent-600 - #69a7f2.

  • Added: --neeto-ui-accent-500 - #4390ef.

  • Added: --neeto-ui-accent-100 - #0a3871.

  • Added: --neeto-ui-accent-50 - #07254b.

  • Updated: --neeto-ui-success-800 from #39b990 to #00f5c8.

  • Updated: --neeto-ui-success-600 from #33ab84 to #00e0b7.

  • Updated: --neeto-ui-success-500 from #2d9d78 to #00cca7.

  • Updated: --neeto-ui-success-100 from #175541 to #003d31.

  • Updated: --neeto-ui-info-800 from #4b9cf5 to #8ebdf5.

  • Updated: --neeto-ui-info-600 from #378ef0 to #69a7f2.

  • Updated: --neeto-ui-info-500 from #2680eb to #4390ef.

  • Updated: --neeto-ui-info-100 from #0b4589 to #0a3871.

Utility classes

  • Added: Utility classes for the newly added colors.

Box shadows

  • Updated: --neeto-ui-shadow-xs to rgba(0, 0, 0, 0.1) 0px 2px 1px -1px, rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 3px 0px.
  • Updated: --neeto-ui-shadow-sm to rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px.
  • Updated: --neeto-ui-shadow-md to rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px.
  • Updated: --neeto-ui-shadow-lg to rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px.

Component updates

  • Updated: Button hover/focus states.
  • Improved: Callout styles.
  • Improved: Table styles.
  • Improved: Toast bg.
  • Updated: Toast button style to tertiary.
  • Updated: Tab border color.

Storybook updates

  • Updated: Storybook theme to match the branding.
  • Improved: Documentation readability.

Checklist

  • I have made corresponding changes to the documentation.
  • I have updated the types definition of modified exports.
  • I have verified the functionality in some of the neeto web-apps.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added proper data-cy and data-testid attributes.
  • I have added the necessary label (patch/minor/major - If package publish
    is required).

Reviewers

@praveen-murali-ind _a

@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 12, 2024 17:55 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 13, 2024 16:30 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 18, 2024 05:12 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 18, 2024 05:21 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 18, 2024 05:42 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 18, 2024 05:43 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 18, 2024 05:46 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 18, 2024 06:50 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 18, 2024 10:31 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 18, 2024 11:46 Inactive
@neetodeploy neetodeploy bot had a problem deploying to neeto-ui-kpyu-pr-2228 June 18, 2024 11:54 Failure
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 24, 2024 13:17 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 25, 2024 05:04 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 25, 2024 05:29 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 25, 2024 06:10 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 25, 2024 06:20 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 25, 2024 12:32 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 25, 2024 12:37 Inactive
@praveen-murali-ind praveen-murali-ind added major Releases breaking changes. and removed dont-merge labels Jun 26, 2024
@praveen-murali-ind
Copy link
Contributor Author

@josephmathew900 _a Please review.

@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2228 June 27, 2024 00:21 Inactive
Copy link
Contributor

neetogit-bot bot commented Jun 27, 2024

@josephmathew900 CI is red.

Copy link
Contributor

@josephmathew900 josephmathew900 left a comment

Choose a reason for hiding this comment

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

LGTM.

@josephmathew900 josephmathew900 merged commit 489739a into main Jun 27, 2024
2 checks passed
@josephmathew900 josephmathew900 deleted the 2220-update-color-palette branch June 27, 2024 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major Releases breaking changes.
Projects
None yet
2 participants