@boomerang-io/carbon-addons-boomerang-react 4.6.11-beta.31 → 4.6.11-beta.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,7 +31,7 @@ function Feedback(props) {
|
|
|
31
31
|
"Have an innovative new asset, assistant, or automation you've built outside of ICA?",
|
|
32
32
|
" " /* We need to force a space before the link tag */,
|
|
33
33
|
"Submit your idea ",
|
|
34
|
-
React__default.default.createElement("a", { "aria-describedby": "new-window-aria-desc-0", href: props.
|
|
34
|
+
React__default.default.createElement("a", { "aria-describedby": "new-window-aria-desc-0", href: props.sendbluepointsAwardUrl, target: "_blank", rel: "noopener noreferrer" }, "here"),
|
|
35
35
|
" and you could win a BluePoints award."),
|
|
36
36
|
React__default.default.createElement("p", null, "We look forward to your feedback and ideas!\""))),
|
|
37
37
|
React__default.default.createElement(react.ModalFooter, null,
|
|
@@ -36,6 +36,7 @@ function UIShell({ analyticsHelpers, baseEnvUrl, carbonTheme = "g10", config, cr
|
|
|
36
36
|
const names = getProductAndPlatformNames({ productName, platformName, platform });
|
|
37
37
|
const sendIdeasUrl = platform?.feedbackUrl || "https://ideas.ibm.com";
|
|
38
38
|
const supportLink = platform?.supportUrl;
|
|
39
|
+
const sendbluepointsAwardUrl = platform?.sendbluepointsAwardUrl;
|
|
39
40
|
const partnerEmailId = "ica-support@ibm.com";
|
|
40
41
|
/**
|
|
41
42
|
* Check feature enablement via explicit feature flags
|
|
@@ -84,7 +85,7 @@ function UIShell({ analyticsHelpers, baseEnvUrl, carbonTheme = "g10", config, cr
|
|
|
84
85
|
React__default.default.createElement(HeaderMenuItem.default, { key: "legal-terms", href: platform?.legalTermsUrl, icon: React__default.default.createElement(icons.Policy, null), "data-testid": "legal-terms", kind: "app", text: "Legal Terms", type: "link" }),
|
|
85
86
|
React__default.default.createElement("span", { style: { borderBottom: "1px solid #b8c1c1" } }),
|
|
86
87
|
isCommunityEnabled && (React__default.default.createElement(HeaderMenuItem.default, { key: "community", href: platform?.communityUrl, icon: React__default.default.createElement(icons.Forum, null), kind: "external", text: "Community", type: "link" })),
|
|
87
|
-
isFeedbackEnabled && (React__default.default.createElement(Feedback.FeedbackMenuItem, { key: "feedback", platformName: platform?.platformName, platformOrganization: platform?.platformOrganization, sendIdeasUrl: sendIdeasUrl })),
|
|
88
|
+
isFeedbackEnabled && (React__default.default.createElement(Feedback.FeedbackMenuItem, { key: "feedback", platformName: platform?.platformName, platformOrganization: platform?.platformOrganization, sendIdeasUrl: sendIdeasUrl, sendbluepointsAwardUrl: sendbluepointsAwardUrl })),
|
|
88
89
|
!isPartnerUser && askICAEnabled ? (React__default.default.createElement(HeaderMenuItem.default, { key: "chat-launch", href: platform?.askICAUrl, icon: React__default.default.createElement(icons.ChatLaunch, null), "data-testid": "askICA-chatlaunch", kind: "external", text: "AskICA", type: "link" })) : null,
|
|
89
90
|
!isPartnerUser && enableIcaMacs && (React__default.default.createElement(HeaderMenuItem.default, { key: "launch-ideation-agent", href: `${platform.baseEnvUrl}/launchpad/macs`, icon: React__default.default.createElement(icons.Cognitive, null), "data-testid": "launch-ideation-agent", kind: "app", text: "AI Proposal Feedback Tool", type: "link" })),
|
|
90
91
|
isAboutPlatformEnabled && (React__default.default.createElement(AboutPlatform.AboutPlatformMenuItem, { key: "about-platform", name: platform.name, baseServicesUrl: platform.baseServicesUrl })),
|
|
@@ -23,7 +23,7 @@ function Feedback(props) {
|
|
|
23
23
|
"Have an innovative new asset, assistant, or automation you've built outside of ICA?",
|
|
24
24
|
" " /* We need to force a space before the link tag */,
|
|
25
25
|
"Submit your idea ",
|
|
26
|
-
React.createElement("a", { "aria-describedby": "new-window-aria-desc-0", href: props.
|
|
26
|
+
React.createElement("a", { "aria-describedby": "new-window-aria-desc-0", href: props.sendbluepointsAwardUrl, target: "_blank", rel: "noopener noreferrer" }, "here"),
|
|
27
27
|
" and you could win a BluePoints award."),
|
|
28
28
|
React.createElement("p", null, "We look forward to your feedback and ideas!\""))),
|
|
29
29
|
React.createElement(ModalFooter, null,
|
|
@@ -28,6 +28,7 @@ function UIShell({ analyticsHelpers, baseEnvUrl, carbonTheme = "g10", config, cr
|
|
|
28
28
|
const names = getProductAndPlatformNames({ productName, platformName, platform });
|
|
29
29
|
const sendIdeasUrl = platform?.feedbackUrl || "https://ideas.ibm.com";
|
|
30
30
|
const supportLink = platform?.supportUrl;
|
|
31
|
+
const sendbluepointsAwardUrl = platform?.sendbluepointsAwardUrl;
|
|
31
32
|
const partnerEmailId = "ica-support@ibm.com";
|
|
32
33
|
/**
|
|
33
34
|
* Check feature enablement via explicit feature flags
|
|
@@ -76,7 +77,7 @@ function UIShell({ analyticsHelpers, baseEnvUrl, carbonTheme = "g10", config, cr
|
|
|
76
77
|
React.createElement(HeaderMenuItem, { key: "legal-terms", href: platform?.legalTermsUrl, icon: React.createElement(Policy, null), "data-testid": "legal-terms", kind: "app", text: "Legal Terms", type: "link" }),
|
|
77
78
|
React.createElement("span", { style: { borderBottom: "1px solid #b8c1c1" } }),
|
|
78
79
|
isCommunityEnabled && (React.createElement(HeaderMenuItem, { key: "community", href: platform?.communityUrl, icon: React.createElement(Forum, null), kind: "external", text: "Community", type: "link" })),
|
|
79
|
-
isFeedbackEnabled && (React.createElement(FeedbackMenuItem, { key: "feedback", platformName: platform?.platformName, platformOrganization: platform?.platformOrganization, sendIdeasUrl: sendIdeasUrl })),
|
|
80
|
+
isFeedbackEnabled && (React.createElement(FeedbackMenuItem, { key: "feedback", platformName: platform?.platformName, platformOrganization: platform?.platformOrganization, sendIdeasUrl: sendIdeasUrl, sendbluepointsAwardUrl: sendbluepointsAwardUrl })),
|
|
80
81
|
!isPartnerUser && askICAEnabled ? (React.createElement(HeaderMenuItem, { key: "chat-launch", href: platform?.askICAUrl, icon: React.createElement(ChatLaunch, null), "data-testid": "askICA-chatlaunch", kind: "external", text: "AskICA", type: "link" })) : null,
|
|
81
82
|
!isPartnerUser && enableIcaMacs && (React.createElement(HeaderMenuItem, { key: "launch-ideation-agent", href: `${platform.baseEnvUrl}/launchpad/macs`, icon: React.createElement(Cognitive, null), "data-testid": "launch-ideation-agent", kind: "app", text: "AI Proposal Feedback Tool", type: "link" })),
|
|
82
83
|
isAboutPlatformEnabled && (React.createElement(AboutPlatformMenuItem, { key: "about-platform", name: platform.name, baseServicesUrl: platform.baseServicesUrl })),
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED