react-better-html 1.1.209 → 1.1.211

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.mjs CHANGED
@@ -3977,6 +3977,7 @@ var ChipComponent = forwardRef9(function Chip({
3977
3977
  paddingBlock: theme2.styles.gap / 2,
3978
3978
  paddingInline: theme2.styles.space / 1.5,
3979
3979
  onClick: onClickElement,
3980
+ cursor: onClick || onClickWithValue ? "pointer" : void 0,
3980
3981
  ...props,
3981
3982
  ref,
3982
3983
  children: /* @__PURE__ */ jsx14(Text_default, { color: color ?? theme2.colors.textPrimary, children: text })