labsense-ui-kit 1.3.69 → 1.3.71
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7274,7 +7274,7 @@ var ButtonComponent = function ButtonComponent(_ref21) {
|
|
|
7274
7274
|
}, React__default.createElement(Container$1, {
|
|
7275
7275
|
"$iconPosition": iconPos,
|
|
7276
7276
|
gap: gap,
|
|
7277
|
-
cursor:
|
|
7277
|
+
cursor: disabled ? 'not-allowed' : iconClick ? 'pointer' : 'default'
|
|
7278
7278
|
}, icon && React__default.createElement(Icon, {
|
|
7279
7279
|
icon: icon,
|
|
7280
7280
|
weight: iconWeight,
|
|
@@ -7285,6 +7285,7 @@ var ButtonComponent = function ButtonComponent(_ref21) {
|
|
|
7285
7285
|
iconClick === null || iconClick === void 0 ? void 0 : iconClick();
|
|
7286
7286
|
}
|
|
7287
7287
|
},
|
|
7288
|
+
cursor: disabled ? 'not-allowed' : iconClick ? 'pointer' : 'default',
|
|
7288
7289
|
color: getIconColor()
|
|
7289
7290
|
}), text && React__default.createElement(ButtonText, {
|
|
7290
7291
|
"$size": size,
|