@ariakit/core 0.1.1 → 0.1.3

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.
Files changed (66) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/cjs/__chunks/{NX5OHIMM.cjs → 4DQ3OTE7.cjs} +8 -9
  3. package/cjs/__chunks/{EIDN2CWH.cjs → DQHU5K4Q.cjs} +10 -10
  4. package/cjs/__chunks/{3KP2MDG6.cjs → HLVPXX7H.cjs} +21 -21
  5. package/cjs/__chunks/{5D5Y5EI4.cjs → QNEPGQLL.cjs} +8 -1
  6. package/cjs/__chunks/{7ZXWQTAY.cjs → QYB6XH64.cjs} +7 -7
  7. package/cjs/__chunks/{AZVDLKO3.cjs → W5IHD6VG.cjs} +15 -15
  8. package/cjs/__chunks/{EFEGT32M.cjs → ZJEEK57E.cjs} +2 -2
  9. package/cjs/__chunks/{3BBA3Z5G.cjs → ZPOXPO2L.cjs} +11 -11
  10. package/cjs/checkbox/checkbox-store.cjs +4 -4
  11. package/cjs/collection/collection-store.cjs +4 -4
  12. package/cjs/combobox/combobox-store.cjs +20 -20
  13. package/cjs/composite/composite-overflow-store.cjs +6 -6
  14. package/cjs/composite/composite-store.cjs +5 -5
  15. package/cjs/dialog/dialog-store.cjs +5 -5
  16. package/cjs/disclosure/disclosure-store.cjs +4 -4
  17. package/cjs/form/form-store.cjs +28 -28
  18. package/cjs/hovercard/hovercard-store.cjs +7 -7
  19. package/cjs/menu/menu-bar-store.cjs +7 -7
  20. package/cjs/menu/menu-store.cjs +18 -18
  21. package/cjs/popover/popover-store.cjs +6 -6
  22. package/cjs/radio/radio-store.cjs +8 -8
  23. package/cjs/select/select-store.cjs +20 -20
  24. package/cjs/tab/tab-store.cjs +11 -11
  25. package/cjs/toolbar/toolbar-store.cjs +7 -7
  26. package/cjs/tooltip/tooltip-store.cjs +13 -13
  27. package/cjs/tsconfig.build.tsbuildinfo +1 -1
  28. package/cjs/utils/focus.cjs +29 -1
  29. package/cjs/utils/focus.d.ts +1 -1
  30. package/cjs/utils/misc.cjs +4 -2
  31. package/cjs/utils/misc.d.ts +6 -0
  32. package/cjs/utils/store.cjs +3 -3
  33. package/cjs/utils/store.d.ts +7 -0
  34. package/esm/__chunks/{ADRUFBEO.js → 4T5RHRE5.js} +1 -1
  35. package/esm/__chunks/{RX3ZUQ6U.js → 6HMPWUDT.js} +3 -3
  36. package/esm/__chunks/{6UPCMUXT.js → 6PEWNRTN.js} +3 -3
  37. package/esm/__chunks/{HCKYJLMC.js → IOAGNCXX.js} +2 -2
  38. package/esm/__chunks/{UOJSZ35L.js → NA5BK7DD.js} +1 -1
  39. package/esm/__chunks/{KLKI3AIB.js → RMD7SNCC.js} +7 -0
  40. package/esm/__chunks/{L7KN5AYP.js → WFGVC6LE.js} +3 -4
  41. package/esm/__chunks/{6U25WEDX.js → X7MJ3FB5.js} +3 -3
  42. package/esm/checkbox/checkbox-store.js +2 -2
  43. package/esm/collection/collection-store.js +3 -3
  44. package/esm/combobox/combobox-store.js +7 -7
  45. package/esm/composite/composite-overflow-store.js +5 -5
  46. package/esm/composite/composite-store.js +4 -4
  47. package/esm/dialog/dialog-store.js +4 -4
  48. package/esm/disclosure/disclosure-store.js +3 -3
  49. package/esm/form/form-store.js +11 -11
  50. package/esm/hovercard/hovercard-store.js +6 -6
  51. package/esm/menu/menu-bar-store.js +4 -4
  52. package/esm/menu/menu-store.js +8 -8
  53. package/esm/popover/popover-store.js +5 -5
  54. package/esm/radio/radio-store.js +4 -4
  55. package/esm/select/select-store.js +7 -7
  56. package/esm/tab/tab-store.js +4 -4
  57. package/esm/toolbar/toolbar-store.js +4 -4
  58. package/esm/tooltip/tooltip-store.js +5 -5
  59. package/esm/tsconfig.build.tsbuildinfo +1 -1
  60. package/esm/utils/focus.d.ts +1 -1
  61. package/esm/utils/focus.js +29 -1
  62. package/esm/utils/misc.d.ts +6 -0
  63. package/esm/utils/misc.js +3 -1
  64. package/esm/utils/store.d.ts +7 -0
  65. package/esm/utils/store.js +2 -2
  66. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ariakit/core
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Added support for native radio buttons within forms, that work with roving tabindex, to all `focus` utilities. ([#2313](https://github.com/ariakit/ariakit/pull/2313))
8
+
9
+ - Updated validate and submit callbacks on `Form` so they always run in a consistent order. ([#2319](https://github.com/ariakit/ariakit/pull/2319))
10
+
11
+ - Marked internal store functions as deprecated/experimental. ([#2316](https://github.com/ariakit/ariakit/pull/2316))
12
+
13
+ ## 0.1.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Added `isFalsyBooleanCallback` method.
18
+
3
19
  ## 0.1.1
4
20
 
5
21
  ### Patch Changes
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _3BBA3Z5Gcjs = require('./3BBA3Z5G.cjs');
3
+ var _ZPOXPO2Lcjs = require('./ZPOXPO2L.cjs');
4
4
 
5
5
 
6
6
 
7
- var _5D5Y5EI4cjs = require('./5D5Y5EI4.cjs');
7
+ var _QNEPGQLLcjs = require('./QNEPGQLL.cjs');
8
8
 
9
9
 
10
10
  var _OFNGELMAcjs = require('./OFNGELMA.cjs');
@@ -58,13 +58,13 @@ function createCollectionStore(props = {}) {
58
58
  const itemsMap = /* @__PURE__ */ new Map();
59
59
  const syncState = _optionalChain([props, 'access', _5 => _5.store, 'optionalAccess', _6 => _6.getState, 'call', _7 => _7()]);
60
60
  const initialState = {
61
- items: _5D5Y5EI4cjs.defaultValue.call(void 0, props.items, _optionalChain([syncState, 'optionalAccess', _8 => _8.items]), props.defaultItems, []),
62
- renderedItems: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _9 => _9.renderedItems]), [])
61
+ items: _QNEPGQLLcjs.defaultValue.call(void 0, props.items, _optionalChain([syncState, 'optionalAccess', _8 => _8.items]), props.defaultItems, []),
62
+ renderedItems: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _9 => _9.renderedItems]), [])
63
63
  };
64
- const privateStore = _3BBA3Z5Gcjs.createStore.call(void 0, {
64
+ const privateStore = _ZPOXPO2Lcjs.createStore.call(void 0, {
65
65
  renderedItems: initialState.renderedItems
66
66
  });
67
- const collection = _3BBA3Z5Gcjs.createStore.call(void 0, initialState, props.store);
67
+ const collection = _ZPOXPO2Lcjs.createStore.call(void 0, initialState, props.store);
68
68
  const sortItems = () => {
69
69
  const state = privateStore.getState();
70
70
  const renderedItems = sortBasedOnDOMPosition(state.renderedItems);
@@ -75,8 +75,7 @@ function createCollectionStore(props = {}) {
75
75
  return privateStore.syncBatch(
76
76
  (state) => {
77
77
  let firstRun = true;
78
- let raf = 0;
79
- raf = requestAnimationFrame(sortItems);
78
+ let raf = requestAnimationFrame(sortItems);
80
79
  if (typeof IntersectionObserver !== "function")
81
80
  return;
82
81
  const callback = () => {
@@ -141,7 +140,7 @@ function createCollectionStore(props = {}) {
141
140
  return {
142
141
  ...collection,
143
142
  registerItem,
144
- renderItem: (item) => _5D5Y5EI4cjs.chain.call(void 0,
143
+ renderItem: (item) => _QNEPGQLLcjs.chain.call(void 0,
145
144
  registerItem(item),
146
145
  mergeItem(
147
146
  item,
@@ -1,20 +1,20 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _3KP2MDG6cjs = require('./3KP2MDG6.cjs');
3
+ var _HLVPXX7Hcjs = require('./HLVPXX7H.cjs');
4
4
 
5
5
 
6
- var _3BBA3Z5Gcjs = require('./3BBA3Z5G.cjs');
6
+ var _ZPOXPO2Lcjs = require('./ZPOXPO2L.cjs');
7
7
 
8
8
 
9
- var _5D5Y5EI4cjs = require('./5D5Y5EI4.cjs');
9
+ var _QNEPGQLLcjs = require('./QNEPGQLL.cjs');
10
10
 
11
11
  // src/hovercard/hovercard-store.ts
12
12
  function createHovercardStore(props = {}) {
13
13
  const syncState = _optionalChain([props, 'access', _ => _.store, 'optionalAccess', _2 => _2.getState, 'call', _3 => _3()]);
14
- const timeout = _5D5Y5EI4cjs.defaultValue.call(void 0, props.timeout, _optionalChain([syncState, 'optionalAccess', _4 => _4.timeout]), 500);
15
- const popover = _3KP2MDG6cjs.createPopoverStore.call(void 0, {
14
+ const timeout = _QNEPGQLLcjs.defaultValue.call(void 0, props.timeout, _optionalChain([syncState, 'optionalAccess', _4 => _4.timeout]), 500);
15
+ const popover = _HLVPXX7Hcjs.createPopoverStore.call(void 0, {
16
16
  ...props,
17
- placement: _5D5Y5EI4cjs.defaultValue.call(void 0,
17
+ placement: _QNEPGQLLcjs.defaultValue.call(void 0,
18
18
  props.placement,
19
19
  _optionalChain([syncState, 'optionalAccess', _5 => _5.placement]),
20
20
  "bottom"
@@ -23,19 +23,19 @@ function createHovercardStore(props = {}) {
23
23
  const initialState = {
24
24
  ...popover.getState(),
25
25
  timeout,
26
- showTimeout: _5D5Y5EI4cjs.defaultValue.call(void 0,
26
+ showTimeout: _QNEPGQLLcjs.defaultValue.call(void 0,
27
27
  props.showTimeout,
28
28
  _optionalChain([syncState, 'optionalAccess', _6 => _6.showTimeout]),
29
29
  timeout
30
30
  ),
31
- hideTimeout: _5D5Y5EI4cjs.defaultValue.call(void 0,
31
+ hideTimeout: _QNEPGQLLcjs.defaultValue.call(void 0,
32
32
  props.hideTimeout,
33
33
  _optionalChain([syncState, 'optionalAccess', _7 => _7.hideTimeout]),
34
34
  timeout
35
35
  ),
36
- autoFocusOnShow: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _8 => _8.autoFocusOnShow]), false)
36
+ autoFocusOnShow: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _8 => _8.autoFocusOnShow]), false)
37
37
  };
38
- const hovercard = _3BBA3Z5Gcjs.createStore.call(void 0, initialState, popover, props.store);
38
+ const hovercard = _ZPOXPO2Lcjs.createStore.call(void 0, initialState, popover, props.store);
39
39
  hovercard.setup(
40
40
  () => hovercard.sync(
41
41
  (state) => {
@@ -1,13 +1,13 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _EFEGT32Mcjs = require('./EFEGT32M.cjs');
3
+ var _ZJEEK57Ecjs = require('./ZJEEK57E.cjs');
4
4
 
5
5
 
6
6
 
7
- var _3BBA3Z5Gcjs = require('./3BBA3Z5G.cjs');
7
+ var _ZPOXPO2Lcjs = require('./ZPOXPO2L.cjs');
8
8
 
9
9
 
10
- var _5D5Y5EI4cjs = require('./5D5Y5EI4.cjs');
10
+ var _QNEPGQLLcjs = require('./QNEPGQLL.cjs');
11
11
 
12
12
  // ../../node_modules/@floating-ui/core/dist/floating-ui.core.mjs
13
13
  function getAlignment(placement) {
@@ -1280,7 +1280,7 @@ function createPopoverStore({
1280
1280
  popover: otherPopover,
1281
1281
  ...props
1282
1282
  } = {}) {
1283
- const store = _3BBA3Z5Gcjs.mergeStore.call(void 0,
1283
+ const store = _ZPOXPO2Lcjs.mergeStore.call(void 0,
1284
1284
  props.store,
1285
1285
  _optionalChain([otherPopover, 'optionalAccess', _2 => _2.omit, 'call', _3 => _3(
1286
1286
  "arrowElement",
@@ -1291,9 +1291,9 @@ function createPopoverStore({
1291
1291
  )])
1292
1292
  );
1293
1293
  const syncState = _optionalChain([store, 'optionalAccess', _4 => _4.getState, 'call', _5 => _5()]);
1294
- const rendered = _3BBA3Z5Gcjs.createStore.call(void 0, { rendered: [] });
1295
- const dialog = _EFEGT32Mcjs.createDialogStore.call(void 0, { ...props, store });
1296
- const placement = _5D5Y5EI4cjs.defaultValue.call(void 0,
1294
+ const rendered = _ZPOXPO2Lcjs.createStore.call(void 0, { rendered: [] });
1295
+ const dialog = _ZJEEK57Ecjs.createDialogStore.call(void 0, { ...props, store });
1296
+ const placement = _QNEPGQLLcjs.defaultValue.call(void 0,
1297
1297
  props.placement,
1298
1298
  _optionalChain([syncState, 'optionalAccess', _6 => _6.placement]),
1299
1299
  "bottom"
@@ -1302,25 +1302,25 @@ function createPopoverStore({
1302
1302
  ...dialog.getState(),
1303
1303
  placement,
1304
1304
  currentPlacement: placement,
1305
- fixed: _5D5Y5EI4cjs.defaultValue.call(void 0, props.fixed, _optionalChain([syncState, 'optionalAccess', _7 => _7.fixed]), false),
1306
- gutter: _5D5Y5EI4cjs.defaultValue.call(void 0, props.gutter, _optionalChain([syncState, 'optionalAccess', _8 => _8.gutter])),
1307
- flip: _5D5Y5EI4cjs.defaultValue.call(void 0, props.flip, _optionalChain([syncState, 'optionalAccess', _9 => _9.flip]), true),
1308
- shift: _5D5Y5EI4cjs.defaultValue.call(void 0, props.shift, _optionalChain([syncState, 'optionalAccess', _10 => _10.shift]), 0),
1309
- slide: _5D5Y5EI4cjs.defaultValue.call(void 0, props.slide, _optionalChain([syncState, 'optionalAccess', _11 => _11.slide]), true),
1310
- overlap: _5D5Y5EI4cjs.defaultValue.call(void 0, props.overlap, _optionalChain([syncState, 'optionalAccess', _12 => _12.overlap]), false),
1311
- sameWidth: _5D5Y5EI4cjs.defaultValue.call(void 0, props.sameWidth, _optionalChain([syncState, 'optionalAccess', _13 => _13.sameWidth]), false),
1312
- fitViewport: _5D5Y5EI4cjs.defaultValue.call(void 0, props.fitViewport, _optionalChain([syncState, 'optionalAccess', _14 => _14.fitViewport]), false),
1313
- arrowPadding: _5D5Y5EI4cjs.defaultValue.call(void 0, props.arrowPadding, _optionalChain([syncState, 'optionalAccess', _15 => _15.arrowPadding]), 4),
1314
- overflowPadding: _5D5Y5EI4cjs.defaultValue.call(void 0,
1305
+ fixed: _QNEPGQLLcjs.defaultValue.call(void 0, props.fixed, _optionalChain([syncState, 'optionalAccess', _7 => _7.fixed]), false),
1306
+ gutter: _QNEPGQLLcjs.defaultValue.call(void 0, props.gutter, _optionalChain([syncState, 'optionalAccess', _8 => _8.gutter])),
1307
+ flip: _QNEPGQLLcjs.defaultValue.call(void 0, props.flip, _optionalChain([syncState, 'optionalAccess', _9 => _9.flip]), true),
1308
+ shift: _QNEPGQLLcjs.defaultValue.call(void 0, props.shift, _optionalChain([syncState, 'optionalAccess', _10 => _10.shift]), 0),
1309
+ slide: _QNEPGQLLcjs.defaultValue.call(void 0, props.slide, _optionalChain([syncState, 'optionalAccess', _11 => _11.slide]), true),
1310
+ overlap: _QNEPGQLLcjs.defaultValue.call(void 0, props.overlap, _optionalChain([syncState, 'optionalAccess', _12 => _12.overlap]), false),
1311
+ sameWidth: _QNEPGQLLcjs.defaultValue.call(void 0, props.sameWidth, _optionalChain([syncState, 'optionalAccess', _13 => _13.sameWidth]), false),
1312
+ fitViewport: _QNEPGQLLcjs.defaultValue.call(void 0, props.fitViewport, _optionalChain([syncState, 'optionalAccess', _14 => _14.fitViewport]), false),
1313
+ arrowPadding: _QNEPGQLLcjs.defaultValue.call(void 0, props.arrowPadding, _optionalChain([syncState, 'optionalAccess', _15 => _15.arrowPadding]), 4),
1314
+ overflowPadding: _QNEPGQLLcjs.defaultValue.call(void 0,
1315
1315
  props.overflowPadding,
1316
1316
  _optionalChain([syncState, 'optionalAccess', _16 => _16.overflowPadding]),
1317
1317
  8
1318
1318
  ),
1319
- anchorElement: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _17 => _17.anchorElement]), null),
1320
- popoverElement: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _18 => _18.popoverElement]), null),
1321
- arrowElement: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _19 => _19.arrowElement]), null)
1319
+ anchorElement: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _17 => _17.anchorElement]), null),
1320
+ popoverElement: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _18 => _18.popoverElement]), null),
1321
+ arrowElement: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _19 => _19.arrowElement]), null)
1322
1322
  };
1323
- const popover = _3BBA3Z5Gcjs.createStore.call(void 0, initialState, dialog, store);
1323
+ const popover = _ZPOXPO2Lcjs.createStore.call(void 0, initialState, dialog, store);
1324
1324
  const setCurrentPlacement = (placement2) => {
1325
1325
  popover.setState("currentPlacement", placement2);
1326
1326
  };
@@ -116,6 +116,12 @@ function invariant(condition, message) {
116
116
  function getKeys(obj) {
117
117
  return Object.keys(obj);
118
118
  }
119
+ function isFalsyBooleanCallback(booleanOrCallback, ...args) {
120
+ const result = typeof booleanOrCallback === "function" ? booleanOrCallback(...args) : booleanOrCallback;
121
+ if (result == null)
122
+ return false;
123
+ return !result;
124
+ }
119
125
  function defaultValue(...values) {
120
126
  for (const value of values) {
121
127
  if (value !== void 0)
@@ -143,4 +149,5 @@ function defaultValue(...values) {
143
149
 
144
150
 
145
151
 
146
- exports.noop = noop; exports.shallowEqual = shallowEqual; exports.applyState = applyState; exports.isObject = isObject; exports.isEmpty = isEmpty; exports.isInteger = isInteger; exports.hasOwnProperty = hasOwnProperty; exports.chain = chain; exports.cx = cx; exports.normalizeString = normalizeString; exports.omit = omit; exports.pick = pick; exports.identity = identity; exports.beforePaint = beforePaint; exports.afterPaint = afterPaint; exports.invariant = invariant; exports.getKeys = getKeys; exports.defaultValue = defaultValue;
152
+
153
+ exports.noop = noop; exports.shallowEqual = shallowEqual; exports.applyState = applyState; exports.isObject = isObject; exports.isEmpty = isEmpty; exports.isInteger = isInteger; exports.hasOwnProperty = hasOwnProperty; exports.chain = chain; exports.cx = cx; exports.normalizeString = normalizeString; exports.omit = omit; exports.pick = pick; exports.identity = identity; exports.beforePaint = beforePaint; exports.afterPaint = afterPaint; exports.invariant = invariant; exports.getKeys = getKeys; exports.isFalsyBooleanCallback = isFalsyBooleanCallback; exports.defaultValue = defaultValue;
@@ -1,29 +1,29 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _3BBA3Z5Gcjs = require('./3BBA3Z5G.cjs');
3
+ var _ZPOXPO2Lcjs = require('./ZPOXPO2L.cjs');
4
4
 
5
5
 
6
- var _5D5Y5EI4cjs = require('./5D5Y5EI4.cjs');
6
+ var _QNEPGQLLcjs = require('./QNEPGQLL.cjs');
7
7
 
8
8
  // src/disclosure/disclosure-store.ts
9
9
  function createDisclosureStore(props = {}) {
10
10
  const syncState = _optionalChain([props, 'access', _ => _.store, 'optionalAccess', _2 => _2.getState, 'call', _3 => _3()]);
11
- const open = _5D5Y5EI4cjs.defaultValue.call(void 0,
11
+ const open = _QNEPGQLLcjs.defaultValue.call(void 0,
12
12
  props.open,
13
13
  _optionalChain([syncState, 'optionalAccess', _4 => _4.open]),
14
14
  props.defaultOpen,
15
15
  false
16
16
  );
17
- const animated = _5D5Y5EI4cjs.defaultValue.call(void 0, props.animated, _optionalChain([syncState, 'optionalAccess', _5 => _5.animated]), false);
17
+ const animated = _QNEPGQLLcjs.defaultValue.call(void 0, props.animated, _optionalChain([syncState, 'optionalAccess', _5 => _5.animated]), false);
18
18
  const initialState = {
19
19
  open,
20
20
  animated,
21
21
  animating: !!animated && open,
22
22
  mounted: open,
23
- contentElement: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _6 => _6.contentElement]), null),
24
- disclosureElement: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _7 => _7.disclosureElement]), null)
23
+ contentElement: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _6 => _6.contentElement]), null),
24
+ disclosureElement: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _7 => _7.disclosureElement]), null)
25
25
  };
26
- const disclosure = _3BBA3Z5Gcjs.createStore.call(void 0, initialState, props.store);
26
+ const disclosure = _ZPOXPO2Lcjs.createStore.call(void 0, initialState, props.store);
27
27
  disclosure.setup(
28
28
  () => disclosure.sync(
29
29
  (state) => {
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _NX5OHIMMcjs = require('./NX5OHIMM.cjs');
3
+ var _4DQ3OTE7cjs = require('./4DQ3OTE7.cjs');
4
4
 
5
5
 
6
- var _3BBA3Z5Gcjs = require('./3BBA3Z5G.cjs');
6
+ var _ZPOXPO2Lcjs = require('./ZPOXPO2L.cjs');
7
7
 
8
8
 
9
- var _5D5Y5EI4cjs = require('./5D5Y5EI4.cjs');
9
+ var _QNEPGQLLcjs = require('./QNEPGQLL.cjs');
10
10
 
11
11
 
12
12
 
@@ -114,8 +114,8 @@ function verticalizeItems(items) {
114
114
  }
115
115
  function createCompositeStore(props = {}) {
116
116
  const syncState = _optionalChain([props, 'access', _4 => _4.store, 'optionalAccess', _5 => _5.getState, 'call', _6 => _6()]);
117
- const collection = _NX5OHIMMcjs.createCollectionStore.call(void 0, props);
118
- const activeId = _5D5Y5EI4cjs.defaultValue.call(void 0,
117
+ const collection = _4DQ3OTE7cjs.createCollectionStore.call(void 0, props);
118
+ const activeId = _QNEPGQLLcjs.defaultValue.call(void 0,
119
119
  props.activeId,
120
120
  _optionalChain([syncState, 'optionalAccess', _7 => _7.activeId]),
121
121
  props.defaultActiveId
@@ -123,29 +123,29 @@ function createCompositeStore(props = {}) {
123
123
  const initialState = {
124
124
  ...collection.getState(),
125
125
  activeId,
126
- baseElement: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _8 => _8.baseElement]), null),
127
- includesBaseElement: _5D5Y5EI4cjs.defaultValue.call(void 0,
126
+ baseElement: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _8 => _8.baseElement]), null),
127
+ includesBaseElement: _QNEPGQLLcjs.defaultValue.call(void 0,
128
128
  props.includesBaseElement,
129
129
  _optionalChain([syncState, 'optionalAccess', _9 => _9.includesBaseElement]),
130
130
  activeId === null
131
131
  ),
132
- moves: _5D5Y5EI4cjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _10 => _10.moves]), 0),
133
- orientation: _5D5Y5EI4cjs.defaultValue.call(void 0,
132
+ moves: _QNEPGQLLcjs.defaultValue.call(void 0, _optionalChain([syncState, 'optionalAccess', _10 => _10.moves]), 0),
133
+ orientation: _QNEPGQLLcjs.defaultValue.call(void 0,
134
134
  props.orientation,
135
135
  _optionalChain([syncState, 'optionalAccess', _11 => _11.orientation]),
136
136
  "both"
137
137
  ),
138
- rtl: _5D5Y5EI4cjs.defaultValue.call(void 0, props.rtl, _optionalChain([syncState, 'optionalAccess', _12 => _12.rtl]), false),
139
- virtualFocus: _5D5Y5EI4cjs.defaultValue.call(void 0,
138
+ rtl: _QNEPGQLLcjs.defaultValue.call(void 0, props.rtl, _optionalChain([syncState, 'optionalAccess', _12 => _12.rtl]), false),
139
+ virtualFocus: _QNEPGQLLcjs.defaultValue.call(void 0,
140
140
  props.virtualFocus,
141
141
  _optionalChain([syncState, 'optionalAccess', _13 => _13.virtualFocus]),
142
142
  false
143
143
  ),
144
- focusLoop: _5D5Y5EI4cjs.defaultValue.call(void 0, props.focusLoop, _optionalChain([syncState, 'optionalAccess', _14 => _14.focusLoop]), false),
145
- focusWrap: _5D5Y5EI4cjs.defaultValue.call(void 0, props.focusWrap, _optionalChain([syncState, 'optionalAccess', _15 => _15.focusWrap]), false),
146
- focusShift: _5D5Y5EI4cjs.defaultValue.call(void 0, props.focusShift, _optionalChain([syncState, 'optionalAccess', _16 => _16.focusShift]), false)
144
+ focusLoop: _QNEPGQLLcjs.defaultValue.call(void 0, props.focusLoop, _optionalChain([syncState, 'optionalAccess', _14 => _14.focusLoop]), false),
145
+ focusWrap: _QNEPGQLLcjs.defaultValue.call(void 0, props.focusWrap, _optionalChain([syncState, 'optionalAccess', _15 => _15.focusWrap]), false),
146
+ focusShift: _QNEPGQLLcjs.defaultValue.call(void 0, props.focusShift, _optionalChain([syncState, 'optionalAccess', _16 => _16.focusShift]), false)
147
147
  };
148
- const composite = _3BBA3Z5Gcjs.createStore.call(void 0, initialState, collection, props.store);
148
+ const composite = _ZPOXPO2Lcjs.createStore.call(void 0, initialState, collection, props.store);
149
149
  composite.setup(
150
150
  () => composite.sync(
151
151
  (state) => {
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _7ZXWQTAYcjs = require('./7ZXWQTAY.cjs');
3
+ var _QYB6XH64cjs = require('./QYB6XH64.cjs');
4
4
 
5
5
  // src/dialog/dialog-store.ts
6
6
  function createDialogStore(props = {}) {
7
- return _7ZXWQTAYcjs.createDisclosureStore.call(void 0, props);
7
+ return _QYB6XH64cjs.createDisclosureStore.call(void 0, props);
8
8
  }
9
9
 
10
10
 
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- var _5D5Y5EI4cjs = require('./5D5Y5EI4.cjs');
9
+ var _QNEPGQLLcjs = require('./QNEPGQLL.cjs');
10
10
 
11
11
  // src/utils/store.ts
12
12
  function createStore(initialState, ...stores) {
@@ -27,17 +27,17 @@ function createStore(initialState, ...stores) {
27
27
  };
28
28
  const init = () => {
29
29
  if (initialized)
30
- return _5D5Y5EI4cjs.noop;
30
+ return _QNEPGQLLcjs.noop;
31
31
  if (!stores.length)
32
- return _5D5Y5EI4cjs.noop;
32
+ return _QNEPGQLLcjs.noop;
33
33
  initialized = true;
34
- const desyncs = _5D5Y5EI4cjs.getKeys.call(void 0, state).map(
35
- (key) => _5D5Y5EI4cjs.chain.call(void 0,
34
+ const desyncs = _QNEPGQLLcjs.getKeys.call(void 0, state).map(
35
+ (key) => _QNEPGQLLcjs.chain.call(void 0,
36
36
  ...stores.map((store) => {
37
37
  const storeState = _optionalChain([store, 'optionalAccess', _ => _.getState, 'optionalCall', _2 => _2()]);
38
38
  if (!storeState)
39
39
  return;
40
- if (!_5D5Y5EI4cjs.hasOwnProperty.call(void 0, storeState, key))
40
+ if (!_QNEPGQLLcjs.hasOwnProperty.call(void 0, storeState, key))
41
41
  return;
42
42
  return _optionalChain([store, 'optionalAccess', _3 => _3.sync, 'optionalCall', _4 => _4((state2) => setState(key, state2[key]), [key])]);
43
43
  })
@@ -46,7 +46,7 @@ function createStore(initialState, ...stores) {
46
46
  const teardowns = [];
47
47
  setups.forEach((setup2) => teardowns.push(setup2()));
48
48
  const cleanups = stores.map((store) => _optionalChain([store, 'optionalAccess', _5 => _5.init, 'optionalCall', _6 => _6()]));
49
- return _5D5Y5EI4cjs.chain.call(void 0, ...desyncs, ...teardowns, ...cleanups, () => {
49
+ return _QNEPGQLLcjs.chain.call(void 0, ...desyncs, ...teardowns, ...cleanups, () => {
50
50
  initialized = false;
51
51
  });
52
52
  };
@@ -74,9 +74,9 @@ function createStore(initialState, ...stores) {
74
74
  };
75
75
  const getState = () => state;
76
76
  const setState = (key, value) => {
77
- if (!_5D5Y5EI4cjs.hasOwnProperty.call(void 0, state, key))
77
+ if (!_QNEPGQLLcjs.hasOwnProperty.call(void 0, state, key))
78
78
  return;
79
- const nextValue = _5D5Y5EI4cjs.applyState.call(void 0, value, state[key]);
79
+ const nextValue = _QNEPGQLLcjs.applyState.call(void 0, value, state[key]);
80
80
  if (nextValue === state[key])
81
81
  return;
82
82
  stores.forEach((store) => {
@@ -111,8 +111,8 @@ function createStore(initialState, ...stores) {
111
111
  });
112
112
  });
113
113
  };
114
- const pick2 = (...keys) => createStore(_5D5Y5EI4cjs.pick.call(void 0, state, keys), finalStore);
115
- const omit2 = (...keys) => createStore(_5D5Y5EI4cjs.omit.call(void 0, state, keys), finalStore);
114
+ const pick2 = (...keys) => createStore(_QNEPGQLLcjs.pick.call(void 0, state, keys), finalStore);
115
+ const omit2 = (...keys) => createStore(_QNEPGQLLcjs.omit.call(void 0, state, keys), finalStore);
116
116
  const finalStore = {
117
117
  setup,
118
118
  init,
@@ -1,22 +1,22 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _3BBA3Z5Gcjs = require('../__chunks/3BBA3Z5G.cjs');
3
+ var _ZPOXPO2Lcjs = require('../__chunks/ZPOXPO2L.cjs');
4
4
 
5
5
 
6
- var _5D5Y5EI4cjs = require('../__chunks/5D5Y5EI4.cjs');
6
+ var _QNEPGQLLcjs = require('../__chunks/QNEPGQLL.cjs');
7
7
 
8
8
  // src/checkbox/checkbox-store.ts
9
9
  function createCheckboxStore(props = {}) {
10
10
  const syncState = _optionalChain([props, 'access', _ => _.store, 'optionalAccess', _2 => _2.getState, 'call', _3 => _3()]);
11
11
  const initialState = {
12
- value: _5D5Y5EI4cjs.defaultValue.call(void 0,
12
+ value: _QNEPGQLLcjs.defaultValue.call(void 0,
13
13
  props.value,
14
14
  _optionalChain([syncState, 'optionalAccess', _4 => _4.value]),
15
15
  props.defaultValue,
16
16
  false
17
17
  )
18
18
  };
19
- const checkbox = _3BBA3Z5Gcjs.createStore.call(void 0, initialState, props.store);
19
+ const checkbox = _ZPOXPO2Lcjs.createStore.call(void 0, initialState, props.store);
20
20
  return {
21
21
  ...checkbox,
22
22
  setValue: (value) => checkbox.setState("value", value)
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _NX5OHIMMcjs = require('../__chunks/NX5OHIMM.cjs');
4
- require('../__chunks/3BBA3Z5G.cjs');
5
- require('../__chunks/5D5Y5EI4.cjs');
3
+ var _4DQ3OTE7cjs = require('../__chunks/4DQ3OTE7.cjs');
4
+ require('../__chunks/ZPOXPO2L.cjs');
5
+ require('../__chunks/QNEPGQLL.cjs');
6
6
  require('../__chunks/OFNGELMA.cjs');
7
7
 
8
8
 
9
- exports.createCollectionStore = _NX5OHIMMcjs.createCollectionStore;
9
+ exports.createCollectionStore = _4DQ3OTE7cjs.createCollectionStore;
@@ -1,19 +1,19 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _3KP2MDG6cjs = require('../__chunks/3KP2MDG6.cjs');
4
- require('../__chunks/EFEGT32M.cjs');
5
- require('../__chunks/7ZXWQTAY.cjs');
3
+ var _HLVPXX7Hcjs = require('../__chunks/HLVPXX7H.cjs');
4
+ require('../__chunks/ZJEEK57E.cjs');
5
+ require('../__chunks/QYB6XH64.cjs');
6
6
 
7
7
 
8
- var _AZVDLKO3cjs = require('../__chunks/AZVDLKO3.cjs');
9
- require('../__chunks/NX5OHIMM.cjs');
8
+ var _W5IHD6VGcjs = require('../__chunks/W5IHD6VG.cjs');
9
+ require('../__chunks/4DQ3OTE7.cjs');
10
10
 
11
11
 
12
12
 
13
- var _3BBA3Z5Gcjs = require('../__chunks/3BBA3Z5G.cjs');
13
+ var _ZPOXPO2Lcjs = require('../__chunks/ZPOXPO2L.cjs');
14
14
 
15
15
 
16
- var _5D5Y5EI4cjs = require('../__chunks/5D5Y5EI4.cjs');
16
+ var _QNEPGQLLcjs = require('../__chunks/QNEPGQLL.cjs');
17
17
 
18
18
 
19
19
 
@@ -28,7 +28,7 @@ function createComboboxStore({
28
28
  select,
29
29
  ...props
30
30
  } = {}) {
31
- const store = _3BBA3Z5Gcjs.mergeStore.call(void 0,
31
+ const store = _ZPOXPO2Lcjs.mergeStore.call(void 0,
32
32
  props.store,
33
33
  _optionalChain([menu, 'optionalAccess', _ => _.omit, 'call', _2 => _2(
34
34
  "baseElement",
@@ -51,44 +51,44 @@ function createComboboxStore({
51
51
  )])
52
52
  );
53
53
  const syncState = store.getState();
54
- const activeId = _5D5Y5EI4cjs.defaultValue.call(void 0,
54
+ const activeId = _QNEPGQLLcjs.defaultValue.call(void 0,
55
55
  props.activeId,
56
56
  syncState.activeId,
57
57
  props.defaultActiveId,
58
58
  null
59
59
  );
60
- const composite = _AZVDLKO3cjs.createCompositeStore.call(void 0, {
60
+ const composite = _W5IHD6VGcjs.createCompositeStore.call(void 0, {
61
61
  ...props,
62
62
  store,
63
63
  activeId,
64
- includesBaseElement: _5D5Y5EI4cjs.defaultValue.call(void 0,
64
+ includesBaseElement: _QNEPGQLLcjs.defaultValue.call(void 0,
65
65
  props.includesBaseElement,
66
66
  syncState.includesBaseElement,
67
67
  true
68
68
  ),
69
- orientation: _5D5Y5EI4cjs.defaultValue.call(void 0,
69
+ orientation: _QNEPGQLLcjs.defaultValue.call(void 0,
70
70
  props.orientation,
71
71
  syncState.orientation,
72
72
  "vertical"
73
73
  ),
74
- focusLoop: _5D5Y5EI4cjs.defaultValue.call(void 0, props.focusLoop, syncState.focusLoop, true),
75
- focusWrap: _5D5Y5EI4cjs.defaultValue.call(void 0, props.focusWrap, syncState.focusWrap, true),
76
- virtualFocus: _5D5Y5EI4cjs.defaultValue.call(void 0,
74
+ focusLoop: _QNEPGQLLcjs.defaultValue.call(void 0, props.focusLoop, syncState.focusLoop, true),
75
+ focusWrap: _QNEPGQLLcjs.defaultValue.call(void 0, props.focusWrap, syncState.focusWrap, true),
76
+ virtualFocus: _QNEPGQLLcjs.defaultValue.call(void 0,
77
77
  props.virtualFocus,
78
78
  _optionalChain([syncState, 'optionalAccess', _5 => _5.virtualFocus]),
79
79
  !isSafariOnMobile
80
80
  )
81
81
  });
82
- const popover = _3KP2MDG6cjs.createPopoverStore.call(void 0, {
82
+ const popover = _HLVPXX7Hcjs.createPopoverStore.call(void 0, {
83
83
  ...props,
84
84
  store,
85
- placement: _5D5Y5EI4cjs.defaultValue.call(void 0,
85
+ placement: _QNEPGQLLcjs.defaultValue.call(void 0,
86
86
  props.placement,
87
87
  syncState.placement,
88
88
  "bottom-start"
89
89
  )
90
90
  });
91
- const initialValue = _5D5Y5EI4cjs.defaultValue.call(void 0,
91
+ const initialValue = _QNEPGQLLcjs.defaultValue.call(void 0,
92
92
  props.value,
93
93
  syncState.value,
94
94
  props.defaultValue,
@@ -98,14 +98,14 @@ function createComboboxStore({
98
98
  ...composite.getState(),
99
99
  ...popover.getState(),
100
100
  value: initialValue,
101
- resetValueOnHide: _5D5Y5EI4cjs.defaultValue.call(void 0,
101
+ resetValueOnHide: _QNEPGQLLcjs.defaultValue.call(void 0,
102
102
  props.resetValueOnHide,
103
103
  syncState.resetValueOnHide,
104
104
  false
105
105
  ),
106
106
  activeValue: syncState.activeValue
107
107
  };
108
- const combobox = _3BBA3Z5Gcjs.createStore.call(void 0, initialState, composite, popover, store);
108
+ const combobox = _ZPOXPO2Lcjs.createStore.call(void 0, initialState, composite, popover, store);
109
109
  combobox.setup(
110
110
  () => combobox.sync(
111
111
  (state) => {
@@ -1,14 +1,14 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _3KP2MDG6cjs = require('../__chunks/3KP2MDG6.cjs');
4
- require('../__chunks/EFEGT32M.cjs');
5
- require('../__chunks/7ZXWQTAY.cjs');
6
- require('../__chunks/3BBA3Z5G.cjs');
7
- require('../__chunks/5D5Y5EI4.cjs');
3
+ var _HLVPXX7Hcjs = require('../__chunks/HLVPXX7H.cjs');
4
+ require('../__chunks/ZJEEK57E.cjs');
5
+ require('../__chunks/QYB6XH64.cjs');
6
+ require('../__chunks/ZPOXPO2L.cjs');
7
+ require('../__chunks/QNEPGQLL.cjs');
8
8
 
9
9
  // src/composite/composite-overflow-store.ts
10
10
  function createCompositeOverflowStore(props = {}) {
11
- return _3KP2MDG6cjs.createPopoverStore.call(void 0, props);
11
+ return _HLVPXX7Hcjs.createPopoverStore.call(void 0, props);
12
12
  }
13
13
 
14
14
 
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _AZVDLKO3cjs = require('../__chunks/AZVDLKO3.cjs');
4
- require('../__chunks/NX5OHIMM.cjs');
5
- require('../__chunks/3BBA3Z5G.cjs');
6
- require('../__chunks/5D5Y5EI4.cjs');
3
+ var _W5IHD6VGcjs = require('../__chunks/W5IHD6VG.cjs');
4
+ require('../__chunks/4DQ3OTE7.cjs');
5
+ require('../__chunks/ZPOXPO2L.cjs');
6
+ require('../__chunks/QNEPGQLL.cjs');
7
7
  require('../__chunks/OFNGELMA.cjs');
8
8
  require('../__chunks/GDZQUFNP.cjs');
9
9
 
10
10
 
11
- exports.createCompositeStore = _AZVDLKO3cjs.createCompositeStore;
11
+ exports.createCompositeStore = _W5IHD6VGcjs.createCompositeStore;
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _EFEGT32Mcjs = require('../__chunks/EFEGT32M.cjs');
4
- require('../__chunks/7ZXWQTAY.cjs');
5
- require('../__chunks/3BBA3Z5G.cjs');
6
- require('../__chunks/5D5Y5EI4.cjs');
3
+ var _ZJEEK57Ecjs = require('../__chunks/ZJEEK57E.cjs');
4
+ require('../__chunks/QYB6XH64.cjs');
5
+ require('../__chunks/ZPOXPO2L.cjs');
6
+ require('../__chunks/QNEPGQLL.cjs');
7
7
 
8
8
 
9
- exports.createDialogStore = _EFEGT32Mcjs.createDialogStore;
9
+ exports.createDialogStore = _ZJEEK57Ecjs.createDialogStore;
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _7ZXWQTAYcjs = require('../__chunks/7ZXWQTAY.cjs');
4
- require('../__chunks/3BBA3Z5G.cjs');
5
- require('../__chunks/5D5Y5EI4.cjs');
3
+ var _QYB6XH64cjs = require('../__chunks/QYB6XH64.cjs');
4
+ require('../__chunks/ZPOXPO2L.cjs');
5
+ require('../__chunks/QNEPGQLL.cjs');
6
6
 
7
7
 
8
- exports.createDisclosureStore = _7ZXWQTAYcjs.createDisclosureStore;
8
+ exports.createDisclosureStore = _QYB6XH64cjs.createDisclosureStore;