@servicetitan/anvil2 1.16.1 → 1.16.2

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/Combobox2.js CHANGED
@@ -6156,6 +6156,7 @@ const ComboboxList$1 = function({
6156
6156
  "ul",
6157
6157
  {
6158
6158
  ...getMenuProps(rest),
6159
+ "data-anv": "combobox-list",
6159
6160
  className: styles$2["listbox"],
6160
6161
  style: {
6161
6162
  display: items.length ? void 0 : "none",
@@ -6290,6 +6291,7 @@ const ComboboxItem$1 = function({
6290
6291
  index,
6291
6292
  ...rest
6292
6293
  }),
6294
+ "data-anv": "combobox-item",
6293
6295
  "data-checked": itemToKey(selectedItem) === itemToKey(item),
6294
6296
  className: styles["item"],
6295
6297
  ...disabled ? { "aria-disabled": true } : {},