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

[UI-167] Fields v2 #410

Merged
merged 27 commits into from
Oct 4, 2024
Merged

[UI-167] Fields v2 #410

merged 27 commits into from
Oct 4, 2024

Conversation

George-Payne
Copy link
Member

@George-Payne George-Payne commented Sep 10, 2024

  • Field
  • validation-messages
  • typeahead
  • text
    • input
    • field
  • masked-text
    • input
    • field
  • number
    • input
    • field
  • textarea
    • input
    • field
  • radio-cards
    • input
    • field
  • select
    • input
    • field
  • text-list-field
  • select-list-field
  • checkbox
  • multi-checkbox

Base inputs

es-input
    -> f2-text-input
    -> f2-text-field
    -> f2-masked-text-input
    -> f2-masked-text-field
es-number-input 
    -> f2-number-input
    -> f2-number-field
es-textarea
    -> f2-textarea-input
    -> f2-textarea-field
es-select
    -> f2-select-input
    -> f2-select-field
es-radio-card-group
    -> f2-radio-card-input
    -> f2-radio-card-field

Combined inputs

es-input-list 
    -> f2-text-list-field
es-list-creator
    -> f2-select-list-field
es-multi-checkbox
    -> f2-multi-checkbox-field

Toggles

es-checkbox 
    -> f2-checkbox
es-switch
    -> f2-switch

Supporting components

es-validation-messages
    -> f2-validation-messages
Field
    -> Field
_
    -> f2-section-divider
   -> f2-form

Deleted components

es-mega-input 
    -> ❌ (use f2-text-field)
es-switch-field
    -> ❌ (use f2-switch)

- Make seperate package for dev work
- Make components
	- Field
	- validation-messages
	- text-input
	- text-field
	- masked-text-input
	- masked-text-field
@George-Payne George-Payne self-assigned this Sep 10, 2024
@George-Payne George-Payne force-pushed the fields-v2 branch 2 times, most recently from b99fc17 to f8871fb Compare September 17, 2024 14:59
@George-Payne George-Payne requested a review from teamchong October 1, 2024 14:31
@George-Payne George-Payne added the @kurrent-ui/fields Relating to @kurrent-ui/fields library label Oct 1, 2024
@George-Payne George-Payne marked this pull request as ready for review October 1, 2024 14:31
Copy link
Contributor

@teamchong teamchong left a comment

Choose a reason for hiding this comment

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

Work for me

@George-Payne George-Payne merged commit 72007be into main Oct 4, 2024
2 checks passed
@George-Payne George-Payne deleted the fields-v2 branch October 4, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@kurrent-ui/fields Relating to @kurrent-ui/fields library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants