@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.cjs.js
CHANGED
|
@@ -47303,7 +47303,8 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
47303
47303
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
47304
47304
|
background: WHITE,
|
|
47305
47305
|
boxShadow: "0px 0px 5px 0px ".concat(GHOST_GREY),
|
|
47306
|
-
padding: 0
|
|
47306
|
+
padding: 0,
|
|
47307
|
+
borderRadius: "4px"
|
|
47307
47308
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
47308
47309
|
childGap: 0,
|
|
47309
47310
|
bottomItem: 3,
|
|
@@ -47323,19 +47324,20 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
47323
47324
|
color: STORM_GREY
|
|
47324
47325
|
}, workflowDescription)), /*#__PURE__*/React__default.createElement(Box, {
|
|
47325
47326
|
padding: "1.5rem 1rem",
|
|
47326
|
-
background:
|
|
47327
|
+
background: ATHENS_GREY,
|
|
47328
|
+
borderColor: GRECIAN_GREY,
|
|
47329
|
+
borderWidthOverride: "2px 0 0 0"
|
|
47327
47330
|
}, /*#__PURE__*/React__default.createElement(ButtonWithLink, {
|
|
47328
47331
|
variant: buttonVariant,
|
|
47329
47332
|
primary: buttonVariant == "primary",
|
|
47330
47333
|
primaryBG: MATISSE_BLUE,
|
|
47331
47334
|
fontWeight: FONT_WEIGHT_SEMIBOLD,
|
|
47332
47335
|
fontSize: "1.125rem",
|
|
47333
|
-
borderRadius: "0px",
|
|
47334
47336
|
text: workflowActionName,
|
|
47335
47337
|
minWidth: "100%",
|
|
47336
47338
|
url: "/service/".concat(slug),
|
|
47337
|
-
extraStyles: "width: 100%;",
|
|
47338
|
-
linkExtraStyles: "justify-content: center
|
|
47339
|
+
extraStyles: "width: 100%; margin: 0;",
|
|
47340
|
+
linkExtraStyles: "justify-content: center",
|
|
47339
47341
|
dataQa: slug
|
|
47340
47342
|
}))));
|
|
47341
47343
|
};
|