@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 +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/index.js +1 -1
- package/src/components/atoms/{card → welcome-card}/Card.js +4 -1
- package/src/components/atoms/{card → welcome-card}/Card.theme.js +0 -0
- package/src/components/atoms/{card → welcome-card}/index.js +0 -0
- package/src/components/molecules/workflow-tile/WorkflowTile.js +1 -0
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
|
|