Skip to content

Commit d165c58

Browse files
billzhou0223xiaoqinggracexiaoqinggraceheMarcoEidinger
authored
feat: add fiori.link.external icon (SAP#1159)
* feat: 🎸 [JIRA:HCPSDKFIORIUIKIT-2702]Illustrated Message (SAP#782) [JIRA:HCPSDKFIORIUIKIT-2702]Illustrated Message Enhancement. Cherrypick from main. Co-authored-by: I824136 <[email protected]> * chore: 🤖 fix layout issue in Icons and IconBuilder * fix: 🐛 [HCPSDKFIORIUIKIT-2720] Style updates in ObjectItem * chore(release): 4.1.4 * fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update * fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update (SAP#795) * chore: 🤖 fix layout issue in Icons and IconBuilder * fix: 🐛 [HCPSDKFIORIUIKIT-2720] Style updates in ObjectItem * fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update * fix: 🐛 [FIORIDESIGN-13047] Joule Menu Selection Icon Update * fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update (SAP#795) (SAP#796) * chore: 🤖 fix layout issue in Icons and IconBuilder * fix: 🐛 [HCPSDKFIORIUIKIT-2720] Style updates in ObjectItem * fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update * fix: 🐛 [FIORIDESIGN-13047] Joule Menu Selection Icon Update * fix: 🐛 [FIORIDESIGN-13047] Joule Menu Selection Icon Update (SAP#798) * fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update (SAP#795) * chore: 🤖 fix layout issue in Icons and IconBuilder * fix: 🐛 [HCPSDKFIORIUIKIT-2720] Style updates in ObjectItem * fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update * fix: 🐛 [FIORIDESIGN-13047] Joule Menu Selection Icon Update * fix: 🐛 [JIRA:IOSSDKBUG-324]Usage of SwiftUI KeyValueFormView (SAP#790) * fix: 🐛 [JIRA:IOSSDKBUG-324]Usage of SwiftUI KeyValueFormView ✅ Closes: IOSSDKBUG-324 * fix: 🐛 [JIRA:IOSSDKBUG-324]Usage of SwiftUI KeyValueFormView --------- Co-authored-by: I824136 <[email protected]> * docs: ✏️ changelog for 4.1.5 * feat: 🎸 MenuSelectionItem disabled state * chore: 🤖 add a preview for disabled state in MenuSelectionItem * chore: 🤖 MenuSelection action always enabled * fix: 🐛 shadow effect for MenuSelectionItem (IOSSDKBUG-233) * fix: 🐛 MenuSelection's "View All" text not localized (IOSSDKBUG-583) * feat: 🎸 Localized string support locale setting (HCPSDKFIORIUIKIT-2925) * feat: 🎸 add fiori.link.external icon * chore: 🤖 add linkExternal case into FioriIcon --------- Co-authored-by: xiaoqinggrace <[email protected]> Co-authored-by: I824136 <[email protected]> Co-authored-by: Marco Eidinger <[email protected]>
1 parent be6f453 commit d165c58

File tree

3 files changed

+117
-0
lines changed

3 files changed

+117
-0
lines changed

Sources/FioriThemeManager/FioriIcons/FioriIcon.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ public enum FioriIcon {
7676
///
7777
public static let chainLink = Image(fioriName: "fiori.chain.link")
7878
///
79+
public static let linkExternal = Image(fioriName: "fiori.link.external")
80+
///
7981
public static let clearFilter = Image(fioriName: "fiori.clear.filter")
8082
///
8183
public static let collapseGroup = Image(fioriName: "fiori.collapse.group")
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"symbols" : [
7+
{
8+
"filename" : "fiori.link.external.svg",
9+
"idiom" : "universal"
10+
}
11+
]
12+
}
Lines changed: 103 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)