@thecb/components 7.3.2-beta.2 → 7.3.2-beta.4
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.esm.js
CHANGED
|
@@ -47295,7 +47295,8 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
47295
47295
|
return /*#__PURE__*/React.createElement(Box, {
|
|
47296
47296
|
background: WHITE,
|
|
47297
47297
|
boxShadow: "0px 0px 5px 0px ".concat(GHOST_GREY),
|
|
47298
|
-
padding: 0
|
|
47298
|
+
padding: 0,
|
|
47299
|
+
borderRadius: "4px"
|
|
47299
47300
|
}, /*#__PURE__*/React.createElement(Stack, {
|
|
47300
47301
|
childGap: 0,
|
|
47301
47302
|
bottomItem: 3,
|
|
@@ -47315,19 +47316,20 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
47315
47316
|
color: STORM_GREY
|
|
47316
47317
|
}, workflowDescription)), /*#__PURE__*/React.createElement(Box, {
|
|
47317
47318
|
padding: "1.5rem 1rem",
|
|
47318
|
-
background:
|
|
47319
|
+
background: ATHENS_GREY,
|
|
47320
|
+
borderColor: GRECIAN_GREY,
|
|
47321
|
+
borderWidthOverride: "2px 0 0 0"
|
|
47319
47322
|
}, /*#__PURE__*/React.createElement(ButtonWithLink, {
|
|
47320
47323
|
variant: buttonVariant,
|
|
47321
47324
|
primary: buttonVariant == "primary",
|
|
47322
47325
|
primaryBG: MATISSE_BLUE,
|
|
47323
47326
|
fontWeight: FONT_WEIGHT_SEMIBOLD,
|
|
47324
47327
|
fontSize: "1.125rem",
|
|
47325
|
-
borderRadius: "0px",
|
|
47326
47328
|
text: workflowActionName,
|
|
47327
47329
|
minWidth: "100%",
|
|
47328
47330
|
url: "/service/".concat(slug),
|
|
47329
|
-
extraStyles: "width: 100%;",
|
|
47330
|
-
linkExtraStyles: "justify-content: center
|
|
47331
|
+
extraStyles: "width: 100%; margin: 0;",
|
|
47332
|
+
linkExtraStyles: "justify-content: center",
|
|
47331
47333
|
dataQa: slug
|
|
47332
47334
|
}))));
|
|
47333
47335
|
};
|