@boomerang-io/carbon-addons-boomerang-react 4.6.11 → 4.6.12-beta.1

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.
@@ -225,7 +225,7 @@ function AdvantageSideNav(props) {
225
225
  handleDocumentCollectionsClick();
226
226
  } }, "Document Collections")) : null,
227
227
  showSecondDivider ? React__default.default.createElement(react.SideNavDivider, null) : null,
228
- catalogNavlink ? (React__default.default.createElement(react.SideNavLink, { "data-testid": "sidenav-catalog-link", href: catalogNavlink, renderIcon: icons.Catalog }, "Catalog")) : null,
228
+ catalogNavlink ? (React__default.default.createElement(react.SideNavLink, { "data-testid": "sidenav-catalog-link", isActive: windowLocation.href.includes(`${baseEnvUrl}/catalog`), href: catalogNavlink, renderIcon: icons.Catalog }, "Catalog")) : null,
229
229
  settingsLink ? (React__default.default.createElement(react.SideNavLink, { "data-testid": "sidenav-settings-link", renderIcon: icons.Settings, href: settingsLink, onClick: (e) => {
230
230
  handleSettingsClick();
231
231
  } }, "Settings")) : null,
@@ -33,6 +33,7 @@ function Feedback(props) {
33
33
  "Submit your idea ",
34
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
+ React__default.default.createElement("p", null, "You must have an IBM email address to submit the idea."),
36
37
  React__default.default.createElement("p", null, "We look forward to your feedback and ideas!"))),
37
38
  React__default.default.createElement(react.ModalFooter, null,
38
39
  React__default.default.createElement(react.Button, { "data-modal-primary-focus": true, kind: "primary", onClick: props.closeModal }, "OK"))));
@@ -216,7 +216,7 @@ function AdvantageSideNav(props) {
216
216
  handleDocumentCollectionsClick();
217
217
  } }, "Document Collections")) : null,
218
218
  showSecondDivider ? React.createElement(SideNavDivider, null) : null,
219
- catalogNavlink ? (React.createElement(SideNavLink, { "data-testid": "sidenav-catalog-link", href: catalogNavlink, renderIcon: Catalog }, "Catalog")) : null,
219
+ catalogNavlink ? (React.createElement(SideNavLink, { "data-testid": "sidenav-catalog-link", isActive: windowLocation.href.includes(`${baseEnvUrl}/catalog`), href: catalogNavlink, renderIcon: Catalog }, "Catalog")) : null,
220
220
  settingsLink ? (React.createElement(SideNavLink, { "data-testid": "sidenav-settings-link", renderIcon: Settings, href: settingsLink, onClick: (e) => {
221
221
  handleSettingsClick();
222
222
  } }, "Settings")) : null,
@@ -25,6 +25,7 @@ function Feedback(props) {
25
25
  "Submit your idea ",
26
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
+ React.createElement("p", null, "You must have an IBM email address to submit the idea."),
28
29
  React.createElement("p", null, "We look forward to your feedback and ideas!"))),
29
30
  React.createElement(ModalFooter, null,
30
31
  React.createElement(Button, { "data-modal-primary-focus": true, kind: "primary", onClick: props.closeModal }, "OK"))));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boomerang-io/carbon-addons-boomerang-react",
3
3
  "description": "Carbon Addons for Boomerang apps",
4
- "version": "4.6.11",
4
+ "version": "4.6.12-beta.1",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"
@@ -11,7 +11,11 @@ IBM Confidential
11
11
 
12
12
  .#{$prefix}--bmrg-feedback-container {
13
13
  .#{$prefix}--modal-container {
14
- height: utils.rem(288px);
14
+ height: 22rem;
15
+ }
16
+
17
+ .#{$prefix}--modal-content {
18
+ mask-image: none !important;
15
19
  }
16
20
 
17
21
  .#{$prefix}--bmrg-feedback {