-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support ref and element attribute #124
Closed
8845musign
wants to merge
59
commits into
ubie-oss:main
from
8845musign:support-ref-and-element-attribute
+1,497
−926
Closed
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
3cf9b28
Accordion allows attributes of the detail element
8845musign 81a51ba
Allow attributes of div in ActionHalfModal
8845musign 9f1fee4
Allow attributes of div in ActionModal
8845musign 4c32ac9
Standardized to ComponentPropsWithRef
8845musign d07e710
Standardized to ComponentPropsWithRef
8845musign f748334
Allow span attributes in Color
8845musign b30f197
Standardized to ComponentPropsWithRef
8845musign f9d971f
Allows fieldset attributes in CheckboxGroup
8845musign 5384bcd
Allow attributes of p in ErrorMessage
8845musign 878b8ea
Standardized to ComponentPropsWithRef
8845musign b864321
Standardized to ComponentPropsWithRef
8845musign 45b89e0
Standardized to ComponentPropsWithRef
8845musign 5f96b9f
Delete unnecessary type
8845musign d36459d
Allow refs to HelperMesssage and p attributes
8845musign 26830ee
Allow refs in icons and allow svg attributes
8845musign 4cf695c
Correction of errors in the text
8845musign 3904cb8
Standardized to ComponentPropsWithRef
8845musign 51e2f61
Allow attributes of the a element in LinkCards
8845musign 9e289be
fix type error
8845musign 7b5740e
Allow the attribute of the div in MessageHalfModal to receive the ref
8845musign 4d04b74
Conditional Branch Merged
8845musign c5c9232
receive a ref
8845musign 83f717c
Allows attributes of divs in MessageModal
8845musign b802964
Standardized to ComponentPropsWithRef
8845musign 3c0d3c4
Disallowed className
8845musign b4e5a6b
Standardized to ComponentPropsWithRef
8845musign 1ddc805
Add ref test
8845musign f560546
Allows attributes of fieldset in RadiGroup
8845musign a4bb83e
Allows attributes of select element in Select Component
8845musign 622a2c9
Allows attributes of textarea element in Textarea Component
8845musign 348f11f
Prohibits the specification of components to as
8845musign c2e168a
Add snapshot tests
8845musign ac33853
Release attributes and ref
8845musign 0cb84bc
Add Snapshot Tests
8845musign e2d29b5
Fix Test
8845musign 7acbf47
More detailed comment
8845musign a7809c4
default as value was not inferred.
8845musign a084acb
Add ref to the test code so that you can detect type errors
8845musign 5d3f852
Release attributes and ref
8845musign baf454d
Release attributes
8845musign 83e3608
Add snapshot tests
8845musign 0f15a78
delete extra test
8845musign a84d990
Release attributes & ref
8845musign 4455523
Enhanced explanation of as
8845musign 5e4c927
update snapshots
8845musign 7cdcaf5
fix markup error
8845musign 7fc1206
update snapshot
8845musign 92b034e
support ref
8845musign 19b1e31
improve types
8845musign e6ad183
not allow className
8845musign d4f99dd
not allow className
8845musign 7001b27
value isn't required
8845musign 806623c
Allow refs and attributes
8845musign 90754bb
Allow refs and attributes
8845musign 919c665
delete extra comments
8845musign 432c927
allow attributes
8845musign b555b91
fix lint errors
8845musign 1460050
Added warning if an unexpected as value is specified.
8845musign e0c0d53
add prop comment
8845musign File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
The prop of the native element, which we had dared to define for the sake of adding explanation, is deleted.