@thecb/components 5.2.1 → 5.2.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.esm.js CHANGED
@@ -12541,7 +12541,7 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
12541
12541
  activeStyles: activeStyles,
12542
12542
  disabledStyles: disabledStyles,
12543
12543
  as: "button",
12544
- onClick: !isLoading && action,
12544
+ onClick: isLoading ? undefined : action,
12545
12545
  borderRadius: "2px",
12546
12546
  theme: themeContext,
12547
12547
  extraStyles: "margin: 0.5rem; ".concat(extraStyles),
@@ -19280,15 +19280,12 @@ var DropdownIcon = function DropdownIcon() {
19280
19280
  transform: "translate(1 1)"
19281
19281
  }, /*#__PURE__*/React.createElement("g", {
19282
19282
  fillRule: "evenodd",
19283
- fill: "none",
19284
- id: "Symbols_1548197283918"
19283
+ fill: "none"
19285
19284
  }, /*#__PURE__*/React.createElement("g", {
19286
19285
  fill: "#333",
19287
- transform: "translate(-155 -22)",
19288
- id: "Dropdown/Closed_1548197283918"
19286
+ transform: "translate(-155 -22)"
19289
19287
  }, /*#__PURE__*/React.createElement("polygon", {
19290
19288
  points: "165.59 22.59 161 27.17 156.41 22.59 155 24 161 30 167 24",
19291
- id: "Path_1548197283918",
19292
19289
  vectorEffect: "non-scaling-stroke"
19293
19290
  })))));
19294
19291
  };