@liiift-studio/mac-os9-ui 0.1.5 → 0.1.6

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
@@ -159,7 +159,7 @@ var IconButton = forwardRef(
159
159
  IconButton_default.iconButton,
160
160
  IconButton_default[`iconButton--${variant}`],
161
161
  IconButton_default[`iconButton--${size}`],
162
- label && IconButton_default[`iconButton--with-label`],
162
+ label && IconButton_default["iconButton--with-label"],
163
163
  label && IconButton_default[`iconButton--label-${labelPosition}`],
164
164
  disabled && IconButton_default["iconButton--disabled"],
165
165
  className