This repository was archived by the owner on Mar 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
feat(rtl): add span element with dir: 'auto' for the strings used in the Stardust components #704
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8e99c2f
-added factories for generating the content as a slot or as a react node
b744d84
-fix expression in Header component
03bd6c4
-changed some other components
88c5296
-reverted ChatMessage changes
87ebbe7
-reverted ChatItem changes
f0bafc6
-refactored Slot component to generate Text component is the content …
2271c05
-checking for children string in the Slot and Text components
12f1276
-checking for children string in the all components
30fe7ef
-reverted changes for children in MenuItem
d7866d7
-added rtlProps
3ee7e02
-added rtlProps in the Button component
5f11829
-added rtlProps in the ChatMessage component
02c0d48
-adding rtlProps to all other components
19f70c9
-added rtl props in the default behavior
175deb8
-changed generation of span with dir auto
f17f189
-refactored other components to use the rtlTransformedChildren|Content
bf12cc9
-fixed regarding the prev changes
2f53572
-added getRtlTransformedElement usages in some of the components
09715d3
-added addRtlSupport services and used it in all components
3f871a2
Merge branch 'master' into fix/text-component-usages
dbdcb0f
-updated changelog
3128be8
-added rtl attributes as part of the renderComponent
ac41dc8
-fixed imports
dc77a9d
-changed all components to use the rtlAttributes
04def06
-fixes
8e0e7c4
Merge branch 'master' into fix/text-component-usages
d903ed0
-removed unnecessary rtl attributes
08593ad
-add childrenExists logic in the children dependent rtl attributes
82723eb
Merge branch 'master' into fix/text-component-usages
a433173
-fix AccordionContent rtl issues
812dff1
-fix header
1442e18
-renamed RtlFunc to RtlAttributesProvider and exported it from the rt…
3fdfd3a
-refactored components to use rtlTextContainer service
c9d2e55
Merge branch 'master' into fix/text-component-usages
8581720
-refactored getAttributes method from rtlTextContainer
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
👍