@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.esm.js CHANGED
@@ -16048,7 +16048,10 @@ var ProfileImage = function ProfileImage() {
16048
16048
  };
16049
16049
 
16050
16050
  var FindIconSmall = function FindIconSmall(_ref) {
16051
- var themeValues = _ref.themeValues;
16051
+ var themeValues = _ref.themeValues,
16052
+ _ref$iconIndex = _ref.iconIndex,
16053
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16054
+ var maskId = "find-icon-mask-".concat(iconIndex);
16052
16055
  return /*#__PURE__*/React.createElement("svg", {
16053
16056
  width: "20",
16054
16057
  height: "20",
@@ -16061,7 +16064,7 @@ var FindIconSmall = function FindIconSmall(_ref) {
16061
16064
  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",
16062
16065
  fill: themeValues.singleIconColor
16063
16066
  }), /*#__PURE__*/React.createElement("mask", {
16064
- id: "mask0_0_1287",
16067
+ id: maskId,
16065
16068
  style: {
16066
16069
  maskType: "alpha"
16067
16070
  },
@@ -16076,7 +16079,7 @@ var FindIconSmall = function FindIconSmall(_ref) {
16076
16079
  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",
16077
16080
  fill: "white"
16078
16081
  })), /*#__PURE__*/React.createElement("g", {
16079
- mask: "url(#mask0_0_1287)"
16082
+ mask: "url(#".concat(maskId, ")")
16080
16083
  }, /*#__PURE__*/React.createElement("rect", {
16081
16084
  width: "20",
16082
16085
  height: "20",
@@ -47295,7 +47298,8 @@ var WorkflowTile = function WorkflowTile(_ref) {
47295
47298
  return /*#__PURE__*/React.createElement(Box, {
47296
47299
  background: WHITE,
47297
47300
  boxShadow: "0px 0px 5px 0px ".concat(GHOST_GREY),
47298
- padding: 0
47301
+ padding: 0,
47302
+ borderRadius: "4px"
47299
47303
  }, /*#__PURE__*/React.createElement(Stack, {
47300
47304
  childGap: 0,
47301
47305
  bottomItem: 3,