asab_webui_shell 27.1.2 → 27.1.3

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.
@@ -134,9 +134,8 @@ function InvitationScreen(props) {
134
134
  fluid: true,
135
135
  className: isInvitationSuccessful == undefined ? '' : 'h-100'
136
136
  }, isInvitationSuccessful != undefined ? /*#__PURE__*/_react.default.createElement(_asab_webui_components.ResultCard, {
137
- isSuccessful: isInvitationSuccessful ? true : false,
138
- body: isInvitationSuccessful ? /*#__PURE__*/_react.default.createElement(SuccessfulInvitationCardBody, null) : /*#__PURE__*/_react.default.createElement(UnsuccessfulInvitationCardBody, null)
139
- }) : /*#__PURE__*/_react.default.createElement(_reactstrap.Row, {
137
+ status: isInvitationSuccessful ? 'success' : 'danger'
138
+ }, isInvitationSuccessful ? /*#__PURE__*/_react.default.createElement(SuccessfulInvitationCardBody, null) : /*#__PURE__*/_react.default.createElement(UnsuccessfulInvitationCardBody, null)) : /*#__PURE__*/_react.default.createElement(_reactstrap.Row, {
140
139
  className: "justify-content-center pt-5"
141
140
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.Col, {
142
141
  md: "4"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asab_webui_shell",
3
- "version": "27.1.2",
3
+ "version": "27.1.3",
4
4
  "license": "BSD-3-Clause",
5
5
  "description": "TeskaLabs ASAB WebUI Shell Application",
6
6
  "contributors": [