@thecb/components 7.3.2-beta.3 → 7.3.2-beta.5
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
|
@@ -16056,7 +16056,10 @@ var ProfileImage = function ProfileImage() {
|
|
|
16056
16056
|
};
|
|
16057
16057
|
|
|
16058
16058
|
var FindIconSmall = function FindIconSmall(_ref) {
|
|
16059
|
-
var themeValues = _ref.themeValues
|
|
16059
|
+
var themeValues = _ref.themeValues,
|
|
16060
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16061
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16062
|
+
var maskId = "find-icon-mask-".concat(iconIndex);
|
|
16060
16063
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
16061
16064
|
width: "20",
|
|
16062
16065
|
height: "20",
|
|
@@ -16069,7 +16072,7 @@ var FindIconSmall = function FindIconSmall(_ref) {
|
|
|
16069
16072
|
d: "M11.4142 4.34313C13.1295 6.05839 13.338 8.70983 12.0397 10.6527L15.9968 14.6098C16.1921 14.805 16.1921 15.1216 15.9968 15.3169L15.4665 15.8472C15.2712 16.0425 14.9546 16.0425 14.7594 15.8472L10.8287 11.9165C8.87269 13.3493 6.1108 13.1818 4.34315 11.4142C2.39053 9.46157 2.39053 6.29575 4.34315 4.34313C6.29577 2.39051 9.4616 2.39051 11.4142 4.34313ZM10.4246 10.4246C11.7915 9.05777 11.7915 6.84169 10.4246 5.47486C9.05779 4.10802 6.84171 4.10802 5.47488 5.47486C4.10804 6.84169 4.10804 9.05777 5.47488 10.4246C6.84171 11.7914 9.05779 11.7914 10.4246 10.4246Z",
|
|
16070
16073
|
fill: themeValues.singleIconColor
|
|
16071
16074
|
}), /*#__PURE__*/React__default.createElement("mask", {
|
|
16072
|
-
id:
|
|
16075
|
+
id: maskId,
|
|
16073
16076
|
style: {
|
|
16074
16077
|
maskType: "alpha"
|
|
16075
16078
|
},
|
|
@@ -16084,7 +16087,7 @@ var FindIconSmall = function FindIconSmall(_ref) {
|
|
|
16084
16087
|
d: "M11.4142 4.34313C13.1295 6.05839 13.338 8.70983 12.0397 10.6527L15.9968 14.6098C16.1921 14.805 16.1921 15.1216 15.9968 15.3169L15.4665 15.8472C15.2712 16.0425 14.9546 16.0425 14.7594 15.8472L10.8287 11.9165C8.87269 13.3493 6.1108 13.1818 4.34315 11.4142C2.39053 9.46157 2.39053 6.29575 4.34315 4.34313C6.29577 2.39051 9.4616 2.39051 11.4142 4.34313ZM10.4246 10.4246C11.7915 9.05777 11.7915 6.84169 10.4246 5.47486C9.05779 4.10802 6.84171 4.10802 5.47488 5.47486C4.10804 6.84169 4.10804 9.05777 5.47488 10.4246C6.84171 11.7914 9.05779 11.7914 10.4246 10.4246Z",
|
|
16085
16088
|
fill: "white"
|
|
16086
16089
|
})), /*#__PURE__*/React__default.createElement("g", {
|
|
16087
|
-
mask: "url(#
|
|
16090
|
+
mask: "url(#".concat(maskId, ")")
|
|
16088
16091
|
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
16089
16092
|
width: "20",
|
|
16090
16093
|
height: "20",
|
|
@@ -47303,7 +47306,8 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
47303
47306
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
47304
47307
|
background: WHITE,
|
|
47305
47308
|
boxShadow: "0px 0px 5px 0px ".concat(GHOST_GREY),
|
|
47306
|
-
padding: 0
|
|
47309
|
+
padding: 0,
|
|
47310
|
+
borderRadius: "4px"
|
|
47307
47311
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
47308
47312
|
childGap: 0,
|
|
47309
47313
|
bottomItem: 3,
|