labsense-ui-kit 1.3.71 → 1.3.72

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 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: disabled ? 'not-allowed' : iconClick ? 'pointer' : 'default'
7277
+ cursor: disabled ? 'not-allowed' : 'pointer'
7278
7278
  }, icon && React__default.createElement(Icon, {
7279
7279
  icon: icon,
7280
7280
  weight: iconWeight,