@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.esm.js
CHANGED
|
@@ -18872,7 +18872,8 @@ var Card = function Card(_ref2) {
|
|
|
18872
18872
|
}, heading), /*#__PURE__*/React.createElement(Text$1, {
|
|
18873
18873
|
variant: "pS"
|
|
18874
18874
|
}, text)))), /*#__PURE__*/React.createElement(Box, {
|
|
18875
|
-
padding: "0.5rem 1rem 1rem"
|
|
18875
|
+
padding: "0.5rem 1rem 1rem",
|
|
18876
|
+
extraStyles: "display: flex; justify-content: center;"
|
|
18876
18877
|
}, /*#__PURE__*/React.createElement(ButtonWithAction, {
|
|
18877
18878
|
variant: "smallPrimary",
|
|
18878
18879
|
text: buttonText,
|
|
@@ -41419,7 +41420,8 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
41419
41420
|
text: workflowActionName,
|
|
41420
41421
|
minWidth: "100%",
|
|
41421
41422
|
url: "/service/".concat(slug),
|
|
41422
|
-
extraStyles: "width: 100%;"
|
|
41423
|
+
extraStyles: "width: 100%;",
|
|
41424
|
+
linkExtraStyles: "justify-content: center;"
|
|
41423
41425
|
}))));
|
|
41424
41426
|
};
|
|
41425
41427
|
|