@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 +2 -0
- package/dist/Combobox2.js.map +1 -1
- package/dist/Skeleton.js +4 -0
- package/dist/Skeleton.js.map +1 -1
- package/dist/Spinner.css +25 -22
- package/dist/Spinner3.js +4 -4
- package/dist/Spinner3.js.map +1 -1
- package/dist/SrOnly.css +13 -11
- package/dist/SrOnly3.js +1 -1
- package/dist/SrOnly3.js.map +1 -1
- package/dist/index3.css +16 -46
- package/dist/index32.js +3 -3
- package/dist/index32.js.map +1 -1
- package/dist/token/core/semantic-variables.scss +14 -42
- package/package.json +3 -3
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 } : {},
|