Skip to content

Commit e4f65b0

Browse files
fix: 🐛 [IOSSDKBUG-975] Update illustration set for 25.11 (#1318)
* fix: 🐛 [IOSSDKBUG-975] Update illustration set for 25.11 * fix: 🐛 add annotations stating that images were removed --------- Co-authored-by: dyongxu <[email protected]>
1 parent 5019099 commit e4f65b0

File tree

2,043 files changed

+15325
-64057
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,043 files changed

+15325
-64057
lines changed

Apps/Examples/Examples/FioriSwiftUICore/Onboarding/WhatsNewExample.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ struct WhatsNewPageViewExample: View {
4242
WhatsNewPage(title: "Track your deal pipeline from anywhere", description: "You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand.")
4343
// title and small image (manually resized)
4444
WhatsNewPage(detailImage: {
45-
FioriIcon.illustrations.beforeSearchDot.resizable()
45+
FioriIcon.illustrations.userHasSignedUpSmall.resizable()
4646
}, title: {
4747
Text("Track your deal pipeline from anywhere")
4848
}, imageSize: CGSize(width: 80, height: 80))
4949
// title and small image (isImageExpanded = true)
50-
WhatsNewPage(detailImage: FioriIcon.illustrations.beforeSearchDot.resizable(), title: "Track your deal pipeline from anywhere", isImageExpanded: true)
50+
WhatsNewPage(detailImage: FioriIcon.illustrations.userHasSignedUpSmall.resizable(), title: "Track your deal pipeline from anywhere", isImageExpanded: true)
5151
// title and small image (isImageExpanded = true, image size set)
5252
WhatsNewPage(detailImage: {
53-
FioriIcon.illustrations.beforeSearchDot.resizable()
53+
FioriIcon.illustrations.userHasSignedUpSmall.resizable()
5454
}, title: {
5555
Text("Track your deal pipeline from anywhere")
5656
}, imageSize: CGSize(width: 100, height: 200),
5757
isImageExpanded: true)
5858
// title, description and medium image
59-
WhatsNewPage(detailImage: FioriIcon.illustrations.successScreenDialog.resizable(), title: "Track your deal pipeline from anywhere", description: "You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand.", isImageExpanded: false)
59+
WhatsNewPage(detailImage: FioriIcon.illustrations.userHasSignedUpSmall.resizable(), title: "Track your deal pipeline from anywhere", description: "You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand.", isImageExpanded: false)
6060
// title, description and medium image (isImageExpanded = true)
61-
WhatsNewPage(detailImage: FioriIcon.illustrations.successScreenDialog.resizable(), title: "Track your deal pipeline from anywhere", description: "You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand.", isImageExpanded: true)
61+
WhatsNewPage(detailImage: FioriIcon.illustrations.userHasSignedUpSmall.resizable(), title: "Track your deal pipeline from anywhere", description: "You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track. You can visualize the health of your entire sales pipeline right from the palm of your hand.", isImageExpanded: true)
6262
// list view
6363
WhatsNewListItem(detailImage: Image("wheel").resizable(), title: "Track your deal pipeline from anywhere", subtitle: "You can visualize the health of your entire sales pipeline right from the palm of your hand. Easily sort, filter, and view activity and track details and changes in real time so you can stay on top of deals and instantly spot when others go off track.")
6464
VStack(alignment: .leading, spacing: 30) {

Apps/Examples/Examples/FioriSwiftUICore/WritingAssistant/WritingAssistantExample.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct WritingAssistantExample: View {
4444
if withLoading { self.isLoading = true }
4545
try? await Task.sleep(nanoseconds: 1500000000)
4646
if withLoading { self.isLoading = false }
47-
return .failure(WAError(detailImage: FioriIcon.illustrations.simpleConnectionSpot, title: "Error Title", description: "Error Description", action: self.illustratedMessageAction, detailImageSize: .small))
47+
return .failure(WAError(detailImage: FioriIcon.illustrations.unableToUploadSmall, title: "Error Title", description: "Error Description", action: self.illustratedMessageAction, detailImageSize: .small))
4848
} else {
4949
if menu == .analyzeText {
5050
return .customDestination(self.customDestination)
@@ -60,7 +60,7 @@ struct WritingAssistantExample: View {
6060
private func submitFeedback(state: AIUserFeedbackVoteState, values: [String]) async -> WAFeedbackResult {
6161
try? await Task.sleep(nanoseconds: 1500000000)
6262
if self.errorOccurred {
63-
return .failure(WAError(detailImage: FioriIcon.illustrations.simpleConnectionSpot, title: "Error Title", description: "Error Description", action: self.illustratedMessageAction, detailImageSize: .small))
63+
return .failure(WAError(detailImage: FioriIcon.illustrations.unableToUploadSmall, title: "Error Title", description: "Error Description", action: self.illustratedMessageAction, detailImageSize: .small))
6464
} else {
6565
return .success
6666
}

0 commit comments

Comments
 (0)