-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(action,action-bar,action-group,action-pad,alert,block-sectio…
…n,block,button): remove deprecated `intl*` properties (#5982) BREAKING CHANGE: Removed deprecated `intl*` properties , use `messageOverrides` property instead. - action: * Removed the property `intlLoading` , use `messsageOverrides.loading` instead. * Removed the property `intlIndicator`, use `messageOverrides.indicator` instead. - action-bar: * Removed the property `intlExpand` , use `messsageOverrides.expand` instead. * Removed the property `intlCollapse`, use `messageOverrides.collapse` instead. - action-group: * Removed the property `intlMore` , use `messsageOverrides.more` instead. - action-pad: * Removed the property `intlExpand` , use `messsageOverrides.expand` instead. * Removed the property `intlCollapse`, use `messageOverrides.collapse` instead. - alert: * Removed the property `intlClose`, use `messageOverrides.close` instead. - block: * Removed the property `intlExpand` , use `messsageOverrides.expand` instead. * Removed the property `intlCollapse`, use `messageOverrides.collapse` instead. * Removed the property `intlLoading` , use `messsageOverrides.loading` instead. * Removed the property `intlOptions`, use `messageOverrides.options` instead. - block-section: * Removed the property `intlExpand` , use `messsageOverrides.expand` instead. * Removed the property `intlCollapse`, use `messageOverrides.collapse` instead. - button: * Removed the property `intlLoading` , use `messsageOverrides.loading` instead. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: JC Franco <[email protected]> Co-authored-by: Ben Elan <[email protected]> Co-authored-by: jona7150 <[email protected]> Co-authored-by: Ben Elan <[email protected]> Co-authored-by: Calcite Admin <[email protected]> Co-authored-by: jcfranco <[email protected]> Co-authored-by: Kitty Hurley <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eliza Khachatryan <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Driscoll <[email protected]> Co-authored-by: Alison Stump <[email protected]>
- Loading branch information
1 parent
77ee23c
commit 88040c8
Showing
12 changed files
with
6 additions
and
163 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"loading": "Loading" | ||
"loading": "Loading", | ||
"indicator": "Indicator present" | ||
} |
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