@pzerelles/headlessui-svelte 2.1.2-next.18 → 2.1.2-next.19

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.
@@ -270,6 +270,9 @@ setContext("ListboxDataContext", {
270
270
  get activeOptionIndex() {
271
271
  return data.activeOptionIndex;
272
272
  },
273
+ get closeOnSelect() {
274
+ return data.closeOnSelect;
275
+ },
273
276
  get compare() {
274
277
  return data.compare;
275
278
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzerelles/headlessui-svelte",
3
- "version": "2.1.2-next.18",
3
+ "version": "2.1.2-next.19",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",