@rh-support/components 2.5.32 → 2.5.33

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.
@@ -57,7 +57,3 @@
57
57
  .edit-question .form-control:not(:placeholder-shown) {
58
58
  background-color: #fff !important;
59
59
  }
60
-
61
- .edit-question .inlineEdit-wrapper {
62
- margin-bottom: 8px !important;
63
- }
@@ -168,7 +168,7 @@ function SupportFeedbackModal(props) {
168
168
  React.createElement(ModalHeader, null,
169
169
  React.createElement("h2", null, t('i18nSendUsFeedback', 'Send us your feedback\n'))),
170
170
  React.createElement(ModalBody, null,
171
- React.createElement("p", null, t('i18nFeedbackFormFoundBug', 'Let us know if you found a bug or if you have a suggestion to improve the web experience.')),
171
+ React.createElement("p", { className: "pf-v6-u-mb-sm" }, t('i18nFeedbackFormFoundBug', 'Let us know if you found a bug or if you have a suggestion to improve the web experience.')),
172
172
  renderModalBody()),
173
173
  React.createElement(ModalFooter, null,
174
174
  React.createElement(Button, { key: "confirm", onClick: handleSubmit, variant: "primary", isDisabled: isSubmitDisabled || isFetching, className: "pf-v6-u-ml-xs", spinnerAriaValueText: isFetching ? 'Loading' : undefined, isLoading: isFetching, "data-tracking-id": "app-feedback-submit", "aria-label": t('Send feedback') },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/components",
3
- "version": "2.5.32",
3
+ "version": "2.5.33",
4
4
  "description": "Contains all reusabel components for support app",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -106,5 +106,5 @@
106
106
  "defaults and supports es6-module",
107
107
  "maintained node versions"
108
108
  ],
109
- "gitHead": "0ecaec663e234789df10d8f8a98a46757388e573"
109
+ "gitHead": "a00e0bcab839947c8f3bfaf882e453408960abf7"
110
110
  }