@adapttable/unstyled 0.1.0 → 0.1.1

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
@@ -763,12 +763,13 @@ function Chips({
763
763
  },
764
764
  chip.key
765
765
  )),
766
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
766
+ /* @__PURE__ */ jsx("li", { "data-adapttable-part": "chip", className: classNames.chip, children: /* @__PURE__ */ jsx(
767
767
  "button",
768
768
  {
769
769
  type: "button",
770
- onClick: onClearAll,
770
+ "data-adapttable-part": "chip-remove",
771
771
  className: classNames.chipRemove,
772
+ onClick: onClearAll,
772
773
  children: labels.clearAll
773
774
  }
774
775
  ) })