@thecb/components 5.6.1 → 5.6.2

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.
package/dist/index.cjs.js CHANGED
@@ -18880,7 +18880,8 @@ var Card = function Card(_ref2) {
18880
18880
  }, heading), /*#__PURE__*/React__default.createElement(Text$1, {
18881
18881
  variant: "pS"
18882
18882
  }, text)))), /*#__PURE__*/React__default.createElement(Box, {
18883
- padding: "0.5rem 1rem 1rem"
18883
+ padding: "0.5rem 1rem 1rem",
18884
+ extraStyles: "display: flex; justify-content: center;"
18884
18885
  }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
18885
18886
  variant: "smallPrimary",
18886
18887
  text: buttonText,
@@ -41427,7 +41428,8 @@ var WorkflowTile = function WorkflowTile(_ref) {
41427
41428
  text: workflowActionName,
41428
41429
  minWidth: "100%",
41429
41430
  url: "/service/".concat(slug),
41430
- extraStyles: "width: 100%;"
41431
+ extraStyles: "width: 100%;",
41432
+ linkExtraStyles: "justify-content: center;"
41431
41433
  }))));
41432
41434
  };
41433
41435