@rh-support/components 1.2.7 → 1.2.9

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.
@@ -278,7 +278,7 @@ function CaseContactsSelectorExternal(props) {
278
278
  : isCustomEmailAddress(item) && isContact(results[index - 1])) && (react_1.default.createElement(react_1.default.Fragment, null,
279
279
  index !== 0 && react_1.default.createElement(react_bootstrap_typeahead_1.Menu.Divider, null),
280
280
  react_1.default.createElement(react_bootstrap_typeahead_1.Menu.Header, null,
281
- react_1.default.createElement(react_i18next_1.Trans, null, "Notification Emails")))),
281
+ react_1.default.createElement(react_i18next_1.Trans, null, "Notification emails")))),
282
282
  react_1.default.createElement(react_bootstrap_typeahead_1.MenuItem, { key: index, option: item, position: index }, renderMenuItemChildren(item, state))));
283
283
  }
284
284
  });
@@ -178,7 +178,7 @@ function CaseContactsSelectorExternal(props) {
178
178
  : isCustomEmailAddress(item) && isContact(results[index - 1])) && (React.createElement(React.Fragment, null,
179
179
  index !== 0 && React.createElement(Menu.Divider, null),
180
180
  React.createElement(Menu.Header, null,
181
- React.createElement(Trans, null, "Notification Emails")))),
181
+ React.createElement(Trans, null, "Notification emails")))),
182
182
  React.createElement(MenuItem, { key: index, option: item, position: index }, renderMenuItemChildren(item, state))));
183
183
  }
184
184
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/components",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Contains all reusabel components for support app",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -85,8 +85,8 @@
85
85
  "@patternfly/react-core": "4.202.16",
86
86
  "@patternfly/react-table": "4.71.16",
87
87
  "@rh-support/types": "0.2.0",
88
- "@rh-support/user-permissions": "1.0.7",
89
- "@rh-support/utils": "1.0.5",
88
+ "@rh-support/user-permissions": "1.0.9",
89
+ "@rh-support/utils": "1.0.7",
90
90
  "@storybook/addon-a11y": "^5.3.19",
91
91
  "@storybook/addon-actions": "^5.3.19",
92
92
  "@storybook/addon-docs": "^5.3.19",
@@ -126,5 +126,5 @@
126
126
  "not ie <= 11",
127
127
  "not op_mini all"
128
128
  ],
129
- "gitHead": "9647d8b819bf1ccbf691c0e89909160752ea24a7"
129
+ "gitHead": "30ff95d969e84721b15571f7dd99a617db8956f8"
130
130
  }