@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.cjs.js
CHANGED
|
@@ -12549,7 +12549,7 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
|
|
|
12549
12549
|
activeStyles: activeStyles,
|
|
12550
12550
|
disabledStyles: disabledStyles,
|
|
12551
12551
|
as: "button",
|
|
12552
|
-
onClick:
|
|
12552
|
+
onClick: isLoading ? undefined : action,
|
|
12553
12553
|
borderRadius: "2px",
|
|
12554
12554
|
theme: themeContext,
|
|
12555
12555
|
extraStyles: "margin: 0.5rem; ".concat(extraStyles),
|
|
@@ -19288,15 +19288,12 @@ var DropdownIcon = function DropdownIcon() {
|
|
|
19288
19288
|
transform: "translate(1 1)"
|
|
19289
19289
|
}, /*#__PURE__*/React__default.createElement("g", {
|
|
19290
19290
|
fillRule: "evenodd",
|
|
19291
|
-
fill: "none"
|
|
19292
|
-
id: "Symbols_1548197283918"
|
|
19291
|
+
fill: "none"
|
|
19293
19292
|
}, /*#__PURE__*/React__default.createElement("g", {
|
|
19294
19293
|
fill: "#333",
|
|
19295
|
-
transform: "translate(-155 -22)"
|
|
19296
|
-
id: "Dropdown/Closed_1548197283918"
|
|
19294
|
+
transform: "translate(-155 -22)"
|
|
19297
19295
|
}, /*#__PURE__*/React__default.createElement("polygon", {
|
|
19298
19296
|
points: "165.59 22.59 161 27.17 156.41 22.59 155 24 161 30 167 24",
|
|
19299
|
-
id: "Path_1548197283918",
|
|
19300
19297
|
vectorEffect: "non-scaling-stroke"
|
|
19301
19298
|
})))));
|
|
19302
19299
|
};
|