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

chore: update Spinner component styles #133

Closed
wants to merge 2 commits into from

Conversation

thekidnamedkd
Copy link
Contributor

Description

Updates "neutral" style to new monochrome look, adds new "primary_inverted" variant

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran all tests with success and extended them if necessary.
  • I have updated the CHANGELOG.md file in the root folder of the package after the [UPCOMING] title and before
    the latest version.
  • I have tested my code on the test network.

@thekidnamedkd thekidnamedkd changed the title chore: update styles for <Spinner /> to newest specs chore: update Spinner component styles Apr 2, 2024
Copy link
Contributor

@Fabricevladimir Fabricevladimir left a comment

Choose a reason for hiding this comment

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

LGTM! Don't forget to rebase and fix the changelog conflicts

@@ -4,7 +4,7 @@ import type { ResponsiveAttribute, ResponsiveAttributeClassMap } from '../../typ
import { responsiveUtils } from '../../utils';

export type SpinnerSize = 'sm' | 'md' | 'lg' | 'xl';
export type SpinnerVariant = 'neutral' | 'primary' | 'success' | 'warning' | 'critical';
export type SpinnerVariant = 'neutral' | 'primary' | 'primary_inverse' | 'success' | 'warning' | 'critical';
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you certain that the inverse is only for the primary?

Fabricevladimir

This comment was marked as outdated.

Copy link
Contributor

@Fabricevladimir Fabricevladimir left a comment

Choose a reason for hiding this comment

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

Need to sync with design

@cgero-eth
Copy link
Contributor

Closing as updates have been merged into #194

@cgero-eth cgero-eth closed this May 28, 2024
@cgero-eth cgero-eth deleted the fix/spinner-updates branch July 23, 2024 08:47
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.

3 participants