@sprawlify/primitives 0.0.96 → 0.0.98

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 (120) hide show
  1. package/dist/{collection-DZeodezM.cjs → collection-BBgC8xCb.cjs} +22 -7
  2. package/dist/{collection-CcsrqDFY.mjs → collection-DgzidRvr.mjs} +22 -7
  3. package/dist/collection.cjs +1 -1
  4. package/dist/collection.d.cts +3 -3
  5. package/dist/collection.d.mts +3 -3
  6. package/dist/collection.mjs +1 -1
  7. package/dist/date-utils.d.cts +20 -20
  8. package/dist/date-utils.d.mts +2 -2
  9. package/dist/dom-query.d.cts +1 -1
  10. package/dist/dom-query.d.mts +1 -1
  11. package/dist/{i18n-utils-DHGN_KCY.mjs → i18n-utils-BsXTdcWB.mjs} +52 -1
  12. package/dist/{i18n-utils-Dm8cGCol.cjs → i18n-utils-bHwTSOWi.cjs} +57 -0
  13. package/dist/i18n-utils.cjs +2 -1
  14. package/dist/i18n-utils.d.cts +14 -1
  15. package/dist/i18n-utils.d.mts +14 -1
  16. package/dist/i18n-utils.mjs +2 -2
  17. package/dist/{index-8xpMF4wX.d.mts → index-ClVRyKIt.d.mts} +33 -32
  18. package/dist/{index-CwA19fjG.d.mts → index-DHp3-EkH.d.mts} +1 -1
  19. package/dist/{list-collection-DkRA5LOq.d.mts → list-collection-AgReIMJ0.d.mts} +1 -1
  20. package/dist/{list-collection-B_8BN0XB.d.cts → list-collection-C0swT4Wu.d.cts} +1 -1
  21. package/dist/machines/accordion/index.d.cts +1 -1
  22. package/dist/machines/accordion/index.d.mts +1 -1
  23. package/dist/machines/angle-slider/index.d.cts +1 -1
  24. package/dist/machines/angle-slider/index.d.mts +1 -1
  25. package/dist/machines/bottom-sheet/index.d.cts +1 -1
  26. package/dist/machines/bottom-sheet/index.d.mts +1 -1
  27. package/dist/machines/carousel/index.d.cts +1 -1
  28. package/dist/machines/carousel/index.d.mts +1 -1
  29. package/dist/machines/cascade-select/index.cjs +1367 -0
  30. package/dist/machines/cascade-select/index.d.cts +164 -0
  31. package/dist/machines/cascade-select/index.d.mts +164 -0
  32. package/dist/machines/cascade-select/index.mjs +1360 -0
  33. package/dist/machines/checkbox/index.d.cts +1 -1
  34. package/dist/machines/checkbox/index.d.mts +1 -1
  35. package/dist/machines/clipboard/index.d.cts +1 -1
  36. package/dist/machines/clipboard/index.d.mts +1 -1
  37. package/dist/machines/collapsible/index.d.cts +1 -1
  38. package/dist/machines/collapsible/index.d.mts +1 -1
  39. package/dist/machines/color-picker/index.d.cts +1 -1
  40. package/dist/machines/color-picker/index.d.mts +2 -2
  41. package/dist/machines/combobox/index.cjs +2 -2
  42. package/dist/machines/combobox/index.d.cts +2 -2
  43. package/dist/machines/combobox/index.d.mts +3 -3
  44. package/dist/machines/combobox/index.mjs +2 -2
  45. package/dist/machines/date-picker/index.d.cts +5 -5
  46. package/dist/machines/date-picker/index.d.mts +6 -6
  47. package/dist/machines/dialog/index.d.cts +1 -1
  48. package/dist/machines/dialog/index.d.mts +1 -1
  49. package/dist/machines/dropdown-menu/index.d.cts +1 -1
  50. package/dist/machines/dropdown-menu/index.d.mts +2 -2
  51. package/dist/machines/editable/index.d.cts +1 -1
  52. package/dist/machines/editable/index.d.mts +1 -1
  53. package/dist/machines/file-upload/index.cjs +1 -1
  54. package/dist/machines/file-upload/index.d.cts +1 -1
  55. package/dist/machines/file-upload/index.d.mts +1 -1
  56. package/dist/machines/file-upload/index.mjs +1 -1
  57. package/dist/machines/floating-panel/index.d.cts +1 -1
  58. package/dist/machines/floating-panel/index.d.mts +1 -1
  59. package/dist/machines/hover-card/index.d.cts +1 -1
  60. package/dist/machines/hover-card/index.d.mts +2 -2
  61. package/dist/machines/listbox/index.cjs +1 -1
  62. package/dist/machines/listbox/index.d.cts +3 -3
  63. package/dist/machines/listbox/index.d.mts +3 -3
  64. package/dist/machines/listbox/index.mjs +1 -1
  65. package/dist/machines/marquee/index.d.cts +2 -2
  66. package/dist/machines/marquee/index.d.mts +2 -2
  67. package/dist/machines/navigation-menu/index.d.cts +1 -1
  68. package/dist/machines/navigation-menu/index.d.mts +1 -1
  69. package/dist/machines/number-input/index.cjs +1 -1
  70. package/dist/machines/number-input/index.d.cts +1 -1
  71. package/dist/machines/number-input/index.d.mts +1 -1
  72. package/dist/machines/number-input/index.mjs +1 -1
  73. package/dist/machines/password-input/index.d.cts +1 -1
  74. package/dist/machines/password-input/index.d.mts +1 -1
  75. package/dist/machines/pin-input/index.d.cts +1 -1
  76. package/dist/machines/pin-input/index.d.mts +1 -1
  77. package/dist/machines/popover/index.d.cts +1 -1
  78. package/dist/machines/popover/index.d.mts +2 -2
  79. package/dist/machines/progress/index.d.cts +1 -1
  80. package/dist/machines/progress/index.d.mts +1 -1
  81. package/dist/machines/radio-group/index.d.cts +1 -1
  82. package/dist/machines/radio-group/index.d.mts +1 -1
  83. package/dist/machines/rating-group/index.d.cts +1 -1
  84. package/dist/machines/rating-group/index.d.mts +1 -1
  85. package/dist/machines/select/index.cjs +1 -1
  86. package/dist/machines/select/index.d.cts +2 -2
  87. package/dist/machines/select/index.d.mts +3 -3
  88. package/dist/machines/select/index.mjs +1 -1
  89. package/dist/machines/signature-pad/index.d.cts +1 -1
  90. package/dist/machines/signature-pad/index.d.mts +1 -1
  91. package/dist/machines/slider/index.d.cts +1 -1
  92. package/dist/machines/slider/index.d.mts +1 -1
  93. package/dist/machines/steps/index.d.cts +1 -1
  94. package/dist/machines/steps/index.d.mts +1 -1
  95. package/dist/machines/switch/index.d.cts +1 -1
  96. package/dist/machines/switch/index.d.mts +1 -1
  97. package/dist/machines/tabs/index.d.cts +1 -1
  98. package/dist/machines/tabs/index.d.mts +1 -1
  99. package/dist/machines/tags-input/index.d.cts +1 -1
  100. package/dist/machines/tags-input/index.d.mts +1 -1
  101. package/dist/machines/timer/index.d.cts +1 -1
  102. package/dist/machines/timer/index.d.mts +1 -1
  103. package/dist/machines/toast/index.d.cts +1 -1
  104. package/dist/machines/toast/index.d.mts +1 -1
  105. package/dist/machines/tooltip/index.d.cts +1 -1
  106. package/dist/machines/tooltip/index.d.mts +2 -2
  107. package/dist/machines/tour/index.d.cts +1 -1
  108. package/dist/machines/tour/index.d.mts +2 -2
  109. package/dist/machines/tree-view/index.cjs +1 -1
  110. package/dist/machines/tree-view/index.d.cts +2 -2
  111. package/dist/machines/tree-view/index.d.mts +2 -2
  112. package/dist/machines/tree-view/index.mjs +1 -1
  113. package/dist/popper.d.cts +1 -1
  114. package/dist/popper.d.mts +1 -1
  115. package/dist/{selection-DdNvrKbj.d.mts → selection-aObDFAzS.d.mts} +1 -1
  116. package/dist/{selection-Bb_ZSVxe.d.cts → selection-k8FM_y4w.d.cts} +1 -1
  117. package/dist/{tree-collection-DlBCued7.d.mts → tree-collection-Dlf9EUrT.d.mts} +2 -1
  118. package/dist/{tree-collection-DjtppzYh.d.cts → tree-collection-DlqV5kYO.d.cts} +2 -1
  119. package/dist/{types-BQMZ4iuP.d.cts → types-MFO-RQR7.d.cts} +9 -8
  120. package/package.json +11 -1
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/pin-input/pin-input.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "control" | "label" | "input">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "input">;
7
7
  //#endregion
8
8
  //#region src/machines/pin-input/pin-input.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/pin-input/pin-input.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "control" | "label" | "input">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "input">;
7
7
  //#endregion
8
8
  //#region src/machines/pin-input/pin-input.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -6,7 +6,7 @@ import { r as PersistentElementOptions, t as DismissableElementHandlers } from "
6
6
  import { c as Placement, d as PositioningOptions } from "../../types-DEn9MoSw.cjs";
7
7
 
8
8
  //#region src/machines/popover/popover.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"indicator" | "title" | "description" | "closeTrigger" | "trigger" | "content" | "arrow" | "positioner" | "anchor" | "arrowTip">;
9
+ declare const anatomy: AnatomyInstance<"trigger" | "indicator" | "content" | "arrow" | "arrowTip" | "positioner" | "closeTrigger" | "title" | "description" | "anchor">;
10
10
  //#endregion
11
11
  //#region src/machines/popover/popover.types.d.ts
12
12
  interface OpenChangeDetails {
@@ -3,10 +3,10 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
  import { c as PointerDownOutsideEvent, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CGNNiDyE.mjs";
5
5
  import { r as PersistentElementOptions, t as DismissableElementHandlers } from "../../dismissable-layer-h14gHVbJ.mjs";
6
- import { p as PositioningOptions, u as Placement } from "../../index-CwA19fjG.mjs";
6
+ import { p as PositioningOptions, u as Placement } from "../../index-DHp3-EkH.mjs";
7
7
 
8
8
  //#region src/machines/popover/popover.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"indicator" | "title" | "description" | "closeTrigger" | "trigger" | "content" | "arrow" | "positioner" | "anchor" | "arrowTip">;
9
+ declare const anatomy: AnatomyInstance<"trigger" | "indicator" | "content" | "arrow" | "arrowTip" | "positioner" | "closeTrigger" | "title" | "description" | "anchor">;
10
10
  //#endregion
11
11
  //#region src/machines/popover/popover.types.d.ts
12
12
  interface OpenChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, d as Orientation, f as OrientationProperty, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/progress/progress.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "track" | "label" | "circle" | "view" | "valueText" | "range" | "circleTrack" | "circleRange">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "track" | "valueText" | "circle" | "range" | "view" | "circleTrack" | "circleRange">;
7
7
  //#endregion
8
8
  //#region src/machines/progress/progress.types.d.ts
9
9
  type ProgressState = "indeterminate" | "loading" | "complete";
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, d as Orientation, f as OrientationProperty, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/progress/progress.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "track" | "label" | "circle" | "view" | "valueText" | "range" | "circleTrack" | "circleRange">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "track" | "valueText" | "circle" | "range" | "view" | "circleTrack" | "circleRange">;
7
7
  //#endregion
8
8
  //#region src/machines/progress/progress.types.d.ts
9
9
  type ProgressState = "indeterminate" | "loading" | "complete";
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, g as RequiredBy, m as Rect, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/radio-group/radio-group.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "item" | "indicator" | "label" | "itemText" | "itemControl">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "indicator" | "itemText" | "itemControl">;
7
7
  //#endregion
8
8
  //#region src/machines/radio-group/radio-group.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, m as Rect, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/radio-group/radio-group.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "item" | "indicator" | "label" | "itemText" | "itemControl">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "indicator" | "itemText" | "itemControl">;
7
7
  //#endregion
8
8
  //#region src/machines/radio-group/radio-group.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/rating-group/rating-group.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "control" | "item" | "label">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "control">;
7
7
  //#endregion
8
8
  //#region src/machines/rating-group/rating-group.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/rating-group/rating-group.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "control" | "item" | "label">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "control">;
7
7
  //#endregion
8
8
  //#region src/machines/rating-group/rating-group.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -2,7 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_create_anatomy = require("../../create-anatomy-BnwEmNnc.cjs");
3
3
  const require_dom_query = require("../../dom-query-6Wt-Tikf.cjs");
4
4
  const require_utils = require("../../utils-ByNiZU8f.cjs");
5
- const require_collection = require("../../collection-DZeodezM.cjs");
5
+ const require_collection = require("../../collection-BBgC8xCb.cjs");
6
6
  const require_core = require("../../core-BiGlJ-4W.cjs");
7
7
  require("../../interact-outside-DRaFGdMg.cjs");
8
8
  const require_dismissable = require("../../dismissable-DPXx0m0m.cjs");
@@ -1,6 +1,6 @@
1
1
  import { n as AnatomyInstance } from "../../create-anatomy-9eFQs7lO.cjs";
2
2
  import { r as CollectionOptions, t as CollectionItem } from "../../types-D-7AMgSE.cjs";
3
- import { t as ListCollection } from "../../list-collection-B_8BN0XB.cjs";
3
+ import { t as ListCollection } from "../../list-collection-C0swT4Wu.cjs";
4
4
  import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMTKq.cjs";
5
5
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
6
6
  import { n as TypeaheadState } from "../../typeahead-DMooWbbX.cjs";
@@ -8,7 +8,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
8
8
  import { c as Placement, d as PositioningOptions } from "../../types-DEn9MoSw.cjs";
9
9
 
10
10
  //#region src/machines/select/select.anatomy.d.ts
11
- declare const anatomy: AnatomyInstance<"root" | "control" | "item" | "indicator" | "clearTrigger" | "label" | "list" | "trigger" | "content" | "valueText" | "itemText" | "itemIndicator" | "itemGroup" | "positioner" | "itemGroupLabel">;
11
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "control" | "list" | "trigger" | "indicator" | "content" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText" | "positioner" | "valueText" | "clearTrigger">;
12
12
  //#endregion
13
13
  //#region src/machines/select/select.collection.d.ts
14
14
  declare const collection: {
@@ -1,14 +1,14 @@
1
1
  import { n as AnatomyInstance } from "../../create-anatomy-BedZVdg0.mjs";
2
2
  import { r as CollectionOptions, t as CollectionItem } from "../../types-9uw8LHpE.mjs";
3
- import { t as ListCollection } from "../../list-collection-DkRA5LOq.mjs";
3
+ import { t as ListCollection } from "../../list-collection-AgReIMJ0.mjs";
4
4
  import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rzfD.mjs";
5
5
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
6
6
  import { n as TypeaheadState } from "../../typeahead-Bbeb1fAR.mjs";
7
7
  import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CGNNiDyE.mjs";
8
- import { p as PositioningOptions, u as Placement } from "../../index-CwA19fjG.mjs";
8
+ import { p as PositioningOptions, u as Placement } from "../../index-DHp3-EkH.mjs";
9
9
 
10
10
  //#region src/machines/select/select.anatomy.d.ts
11
- declare const anatomy: AnatomyInstance<"root" | "control" | "item" | "indicator" | "clearTrigger" | "label" | "list" | "trigger" | "content" | "valueText" | "itemText" | "itemIndicator" | "itemGroup" | "positioner" | "itemGroupLabel">;
11
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "control" | "list" | "trigger" | "indicator" | "content" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText" | "positioner" | "valueText" | "clearTrigger">;
12
12
  //#endregion
13
13
  //#region src/machines/select/select.collection.d.ts
14
14
  declare const collection: {
@@ -1,7 +1,7 @@
1
1
  import { t as createAnatomy } from "../../create-anatomy-Dr0evdYy.mjs";
2
2
  import { G as getInitialFocus, I as scrollIntoView, K as isValidTabEvent, W as raf, Zt as contains, a as visuallyHiddenStyle, cn as isEditableElement, pt as getEventTarget, s as getByTypeahead, st as trackFormControl, ut as getEventKey, vn as ariaAttr, yn as dataAttr, z as observeAttributes } from "../../dom-query-dX8Dakb4.mjs";
3
3
  import { ft as isEqual, mt as addOrRemove, t as ensure, u as createSplitProps } from "../../utils-VVoZ_v29.mjs";
4
- import { s as ListCollection } from "../../collection-CcsrqDFY.mjs";
4
+ import { s as ListCollection } from "../../collection-DgzidRvr.mjs";
5
5
  import { a as createMachine, i as createGuards } from "../../core-DfVajPnu.mjs";
6
6
  import "../../interact-outside-C-8lOhpV.mjs";
7
7
  import { n as trackDismissableElement } from "../../dismissable-BAYaXwxZ.mjs";
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
4
4
  import { StrokeOptions } from "perfect-freehand";
5
5
 
6
6
  //#region src/machines/signature-pad/signature-pad.anatomy.d.ts
7
- declare const anatomy: AnatomyInstance<"root" | "control" | "segment" | "segmentPath" | "guide" | "clearTrigger" | "label">;
7
+ declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "clearTrigger" | "segment" | "segmentPath" | "guide">;
8
8
  //#endregion
9
9
  //#region src/machines/signature-pad/signature-pad.types.d.ts
10
10
  interface Point {
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
4
4
  import { StrokeOptions } from "perfect-freehand";
5
5
 
6
6
  //#region src/machines/signature-pad/signature-pad.anatomy.d.ts
7
- declare const anatomy: AnatomyInstance<"root" | "control" | "segment" | "segmentPath" | "guide" | "clearTrigger" | "label">;
7
+ declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "clearTrigger" | "segment" | "segmentPath" | "guide">;
8
8
  //#endregion
9
9
  //#region src/machines/signature-pad/signature-pad.types.d.ts
10
10
  interface Point {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/slider/slider.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "control" | "track" | "label" | "marker" | "thumb" | "valueText" | "range" | "markerGroup" | "draggingIndicator">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "track" | "valueText" | "thumb" | "markerGroup" | "marker" | "range" | "draggingIndicator">;
7
7
  //#endregion
8
8
  //#region src/machines/slider/slider.types.d.ts
9
9
  type ThumbCollisionBehavior = "none" | "push" | "swap";
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/slider/slider.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "control" | "track" | "label" | "marker" | "thumb" | "valueText" | "range" | "markerGroup" | "draggingIndicator">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "track" | "valueText" | "thumb" | "markerGroup" | "marker" | "range" | "draggingIndicator">;
7
7
  //#endregion
8
8
  //#region src/machines/slider/slider.types.d.ts
9
9
  type ThumbCollisionBehavior = "none" | "push" | "swap";
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/steps/steps.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "item" | "separator" | "indicator" | "list" | "trigger" | "content" | "progress" | "nextTrigger" | "prevTrigger">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "separator" | "list" | "trigger" | "indicator" | "content" | "nextTrigger" | "prevTrigger" | "progress">;
7
7
  //#endregion
8
8
  //#region src/machines/steps/steps.types.d.ts
9
9
  interface StepChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/steps/steps.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "item" | "separator" | "indicator" | "list" | "trigger" | "content" | "progress" | "nextTrigger" | "prevTrigger">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "separator" | "list" | "trigger" | "indicator" | "content" | "nextTrigger" | "prevTrigger" | "progress">;
7
7
  //#endregion
8
8
  //#region src/machines/steps/steps.types.d.ts
9
9
  interface StepChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/switch/switch.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "control" | "label" | "thumb">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "thumb">;
7
7
  //#endregion
8
8
  //#region src/machines/switch/switch.types.d.ts
9
9
  interface CheckedChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/switch/switch.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "control" | "label" | "thumb">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "control" | "thumb">;
7
7
  //#endregion
8
8
  //#region src/machines/switch/switch.types.d.ts
9
9
  interface CheckedChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, g as RequiredBy, m as Rect, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/tabs/tabs.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "indicator" | "list" | "trigger" | "content">;
6
+ declare const anatomy: AnatomyInstance<"root" | "list" | "trigger" | "indicator" | "content">;
7
7
  //#endregion
8
8
  //#region src/machines/tabs/tabs.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, m as Rect, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/tabs/tabs.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "indicator" | "list" | "trigger" | "content">;
6
+ declare const anatomy: AnatomyInstance<"root" | "list" | "trigger" | "indicator" | "content">;
7
7
  //#endregion
8
8
  //#region src/machines/tabs/tabs.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -5,7 +5,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
5
5
  import { t as LiveRegion } from "../../index-BO-Z3fhz.cjs";
6
6
 
7
7
  //#region src/machines/tags-input/tags-input.anatomy.d.ts
8
- declare const anatomy: AnatomyInstance<"root" | "control" | "item" | "clearTrigger" | "label" | "input" | "itemText" | "itemDeleteTrigger" | "itemPreview" | "itemInput">;
8
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "control" | "itemText" | "input" | "itemDeleteTrigger" | "itemPreview" | "clearTrigger" | "itemInput">;
9
9
  //#endregion
10
10
  //#region src/machines/tags-input/tags-input.types.d.ts
11
11
  interface ValueChangeDetails {
@@ -5,7 +5,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
5
5
  import { t as LiveRegion } from "../../index-1L40UHp8.mjs";
6
6
 
7
7
  //#region src/machines/tags-input/tags-input.anatomy.d.ts
8
- declare const anatomy: AnatomyInstance<"root" | "control" | "item" | "clearTrigger" | "label" | "input" | "itemText" | "itemDeleteTrigger" | "itemPreview" | "itemInput">;
8
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "control" | "itemText" | "input" | "itemDeleteTrigger" | "itemPreview" | "clearTrigger" | "itemInput">;
9
9
  //#endregion
10
10
  //#region src/machines/tags-input/tags-input.types.d.ts
11
11
  interface ValueChangeDetails {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-B24gMT
3
3
  import { b as NormalizeProps, g as RequiredBy, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/timer/timer.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "area" | "control" | "item" | "itemValue" | "itemLabel" | "actionTrigger" | "separator">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "control" | "separator" | "itemLabel" | "actionTrigger" | "area" | "itemValue">;
7
7
  //#endregion
8
8
  //#region src/machines/timer/timer.types.d.ts
9
9
  interface Time<T = number> {
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/timer/timer.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "area" | "control" | "item" | "itemValue" | "itemLabel" | "actionTrigger" | "separator">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "control" | "separator" | "itemLabel" | "actionTrigger" | "area" | "itemValue">;
7
7
  //#endregion
8
8
  //#region src/machines/timer/timer.types.d.ts
9
9
  interface Time<T = number> {
@@ -175,7 +175,7 @@ interface ToastApi<T extends PropTypes = PropTypes, O = any> {
175
175
  declare function groupConnect<T extends PropTypes, O = any>(service: Service<ToastGroupSchema>, normalize: NormalizeProps<T>): ToastGroupApi<T, O>;
176
176
  //#endregion
177
177
  //#region src/machines/toast/toast.anatomy.d.ts
178
- declare const anatomy: AnatomyInstance<"root" | "actionTrigger" | "group" | "title" | "description" | "closeTrigger">;
178
+ declare const anatomy: AnatomyInstance<"root" | "group" | "actionTrigger" | "closeTrigger" | "title" | "description">;
179
179
  //#endregion
180
180
  //#region src/machines/toast/toast.connect.d.ts
181
181
  declare function connect<T extends PropTypes, O>(service: Service<ToastSchema<O>>, normalize: NormalizeProps<T>): ToastApi<T, O>;
@@ -175,7 +175,7 @@ interface ToastApi<T extends PropTypes = PropTypes, O = any> {
175
175
  declare function groupConnect<T extends PropTypes, O = any>(service: Service<ToastGroupSchema>, normalize: NormalizeProps<T>): ToastGroupApi<T, O>;
176
176
  //#endregion
177
177
  //#region src/machines/toast/toast.anatomy.d.ts
178
- declare const anatomy: AnatomyInstance<"root" | "actionTrigger" | "group" | "title" | "description" | "closeTrigger">;
178
+ declare const anatomy: AnatomyInstance<"root" | "group" | "actionTrigger" | "closeTrigger" | "title" | "description">;
179
179
  //#endregion
180
180
  //#region src/machines/toast/toast.connect.d.ts
181
181
  declare function connect<T extends PropTypes, O>(service: Service<ToastSchema<O>>, normalize: NormalizeProps<T>): ToastApi<T, O>;
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
4
4
  import { c as Placement, d as PositioningOptions } from "../../types-DEn9MoSw.cjs";
5
5
 
6
6
  //#region src/machines/tooltip/tooltip.anatomy.d.ts
7
- declare const anatomy: AnatomyInstance<"trigger" | "content" | "arrow" | "positioner" | "arrowTip">;
7
+ declare const anatomy: AnatomyInstance<"trigger" | "content" | "arrow" | "arrowTip" | "positioner">;
8
8
  //#endregion
9
9
  //#region src/machines/tooltip/tooltip.types.d.ts
10
10
  interface OpenChangeDetails {
@@ -1,10 +1,10 @@
1
1
  import { n as AnatomyInstance } from "../../create-anatomy-BedZVdg0.mjs";
2
2
  import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rzfD.mjs";
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
- import { p as PositioningOptions, u as Placement } from "../../index-CwA19fjG.mjs";
4
+ import { p as PositioningOptions, u as Placement } from "../../index-DHp3-EkH.mjs";
5
5
 
6
6
  //#region src/machines/tooltip/tooltip.anatomy.d.ts
7
- declare const anatomy: AnatomyInstance<"trigger" | "content" | "arrow" | "positioner" | "arrowTip">;
7
+ declare const anatomy: AnatomyInstance<"trigger" | "content" | "arrow" | "arrowTip" | "positioner">;
8
8
  //#endregion
9
9
  //#region src/machines/tooltip/tooltip.types.d.ts
10
10
  interface OpenChangeDetails {
@@ -6,7 +6,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
6
6
  import { c as Placement } from "../../types-DEn9MoSw.cjs";
7
7
 
8
8
  //#region src/machines/tour/tour.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"actionTrigger" | "title" | "description" | "closeTrigger" | "content" | "arrow" | "progressText" | "positioner" | "backdrop" | "arrowTip" | "spotlight">;
9
+ declare const anatomy: AnatomyInstance<"content" | "arrow" | "arrowTip" | "positioner" | "actionTrigger" | "closeTrigger" | "progressText" | "title" | "description" | "backdrop" | "spotlight">;
10
10
  //#endregion
11
11
  //#region src/machines/tour/utils/rect.d.ts
12
12
  interface Point {
@@ -3,10 +3,10 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-DUM9rz
3
3
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
  import { i as waitForElement, n as WaitForOptions, o as waitForPromise, r as WaitForPromiseReturn } from "../../wait-for-CV7JYddH.mjs";
5
5
  import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CGNNiDyE.mjs";
6
- import { u as Placement } from "../../index-CwA19fjG.mjs";
6
+ import { u as Placement } from "../../index-DHp3-EkH.mjs";
7
7
 
8
8
  //#region src/machines/tour/tour.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"actionTrigger" | "title" | "description" | "closeTrigger" | "content" | "arrow" | "progressText" | "positioner" | "backdrop" | "arrowTip" | "spotlight">;
9
+ declare const anatomy: AnatomyInstance<"content" | "arrow" | "arrowTip" | "positioner" | "actionTrigger" | "closeTrigger" | "progressText" | "title" | "description" | "backdrop" | "spotlight">;
10
10
  //#endregion
11
11
  //#region src/machines/tour/utils/rect.d.ts
12
12
  interface Point {
@@ -2,7 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_create_anatomy = require("../../create-anatomy-BnwEmNnc.cjs");
3
3
  const require_dom_query = require("../../dom-query-6Wt-Tikf.cjs");
4
4
  const require_utils = require("../../utils-ByNiZU8f.cjs");
5
- const require_collection = require("../../collection-DZeodezM.cjs");
5
+ const require_collection = require("../../collection-BBgC8xCb.cjs");
6
6
  const require_core = require("../../core-BiGlJ-4W.cjs");
7
7
  const require_create_props = require("../../create-props-DP39rHnH.cjs");
8
8
  //#region src/machines/tree-view/tree-view.anatomy.ts
@@ -1,12 +1,12 @@
1
1
  import { n as AnatomyInstance } from "../../create-anatomy-9eFQs7lO.cjs";
2
2
  import { f as TreeCollectionOptions, g as ValuePath, p as TreeNode, s as FilePathTreeNode, u as IndexPath } from "../../types-D-7AMgSE.cjs";
3
- import { t as TreeCollection } from "../../tree-collection-DjtppzYh.cjs";
3
+ import { t as TreeCollection } from "../../tree-collection-DlqV5kYO.cjs";
4
4
  import { p as Machine, y as Service } from "../../types-B24gMTKq.cjs";
5
5
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
6
6
  import { n as TypeaheadState } from "../../typeahead-DMooWbbX.cjs";
7
7
 
8
8
  //#region src/machines/tree-view/tree-view.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "itemText" | "itemIndicator" | "branch" | "branchContent" | "branchControl" | "branchIndentGuide" | "branchIndicator" | "branchText" | "branchTrigger" | "nodeCheckbox" | "nodeRenameInput" | "tree">;
9
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "itemIndicator" | "itemText" | "branch" | "branchContent" | "branchControl" | "branchIndentGuide" | "branchIndicator" | "branchText" | "branchTrigger" | "nodeCheckbox" | "nodeRenameInput" | "tree">;
10
10
  //#endregion
11
11
  //#region src/machines/tree-view/tree-view.collection.d.ts
12
12
  declare const collection: {
@@ -1,12 +1,12 @@
1
1
  import { n as AnatomyInstance } from "../../create-anatomy-BedZVdg0.mjs";
2
2
  import { f as TreeCollectionOptions, g as ValuePath, p as TreeNode, s as FilePathTreeNode, u as IndexPath } from "../../types-9uw8LHpE.mjs";
3
- import { t as TreeCollection } from "../../tree-collection-DlBCued7.mjs";
3
+ import { t as TreeCollection } from "../../tree-collection-Dlf9EUrT.mjs";
4
4
  import { p as Machine, y as Service } from "../../types-DUM9rzfD.mjs";
5
5
  import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
6
6
  import { n as TypeaheadState } from "../../typeahead-Bbeb1fAR.mjs";
7
7
 
8
8
  //#region src/machines/tree-view/tree-view.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "itemText" | "itemIndicator" | "branch" | "branchContent" | "branchControl" | "branchIndentGuide" | "branchIndicator" | "branchText" | "branchTrigger" | "nodeCheckbox" | "nodeRenameInput" | "tree">;
9
+ declare const anatomy: AnatomyInstance<"root" | "label" | "item" | "itemIndicator" | "itemText" | "branch" | "branchContent" | "branchControl" | "branchIndentGuide" | "branchIndicator" | "branchText" | "branchTrigger" | "nodeCheckbox" | "nodeRenameInput" | "tree">;
10
10
  //#endregion
11
11
  //#region src/machines/tree-view/tree-view.collection.d.ts
12
12
  declare const collection: {
@@ -1,7 +1,7 @@
1
1
  import { t as createAnatomy } from "../../create-anatomy-Dr0evdYy.mjs";
2
2
  import { W as raf, bt as isLeftClick, cn as isEditableElement, ht as isComposingEvent, on as isAnchorElement, ot as setElementValue, pt as getEventTarget, s as getByTypeahead, ut as getEventKey, vn as ariaAttr, xt as isModifierKey, yn as dataAttr } from "../../dom-query-dX8Dakb4.mjs";
3
3
  import { At as remove, Dt as partition, Mt as toArray, Nt as uniq, _t as diff, ft as isEqual, mt as addOrRemove, nt as isArray, pt as add, t as ensure, u as createSplitProps, vt as first, wt as last } from "../../utils-VVoZ_v29.mjs";
4
- import { n as filePathToTree, t as TreeCollection } from "../../collection-CcsrqDFY.mjs";
4
+ import { n as filePathToTree, t as TreeCollection } from "../../collection-DgzidRvr.mjs";
5
5
  import { a as createMachine, i as createGuards } from "../../core-DfVajPnu.mjs";
6
6
  import { t as createProps } from "../../create-props-DFW8DUsC.mjs";
7
7
  //#region src/machines/tree-view/tree-view.anatomy.ts
package/dist/popper.d.cts CHANGED
@@ -53,7 +53,7 @@ declare function getPlacementStyles(options?: Pick<PositioningOptions, "placemen
53
53
  readonly zIndex: "inherit";
54
54
  };
55
55
  floating: {
56
- readonly position: "fixed" | "absolute";
56
+ readonly position: "absolute" | "fixed";
57
57
  readonly isolation: "isolate";
58
58
  readonly minWidth: "max-content" | undefined;
59
59
  readonly width: "var(--reference-width)" | undefined;
package/dist/popper.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- import { a as getPlacement, c as Boundary, d as PlacementAlign, f as PlacementSide, i as getPlacementStyles, l as ComputePositionReturn, n as isValidPlacement, o as AnchorRect, p as PositioningOptions, r as GetPlacementStylesOptions, s as AutoUpdateOptions, t as getPlacementSide, u as Placement } from "./index-CwA19fjG.mjs";
1
+ import { a as getPlacement, c as Boundary, d as PlacementAlign, f as PlacementSide, i as getPlacementStyles, l as ComputePositionReturn, n as isValidPlacement, o as AnchorRect, p as PositioningOptions, r as GetPlacementStylesOptions, s as AutoUpdateOptions, t as getPlacementSide, u as Placement } from "./index-DHp3-EkH.mjs";
2
2
  export { AnchorRect, AutoUpdateOptions, Boundary, ComputePositionReturn, GetPlacementStylesOptions, Placement, PlacementAlign, PlacementSide, PositioningOptions, getPlacement, getPlacementSide, getPlacementStyles, isValidPlacement };
@@ -1,5 +1,5 @@
1
1
  import { r as CollectionOptions, t as CollectionItem } from "./types-9uw8LHpE.mjs";
2
- import { t as ListCollection } from "./list-collection-DkRA5LOq.mjs";
2
+ import { t as ListCollection } from "./list-collection-AgReIMJ0.mjs";
3
3
 
4
4
  //#region src/shared/collection/grid-collection.d.ts
5
5
  interface GridCollectionOptions<T> extends CollectionOptions<T> {
@@ -1,5 +1,5 @@
1
1
  import { r as CollectionOptions, t as CollectionItem } from "./types-D-7AMgSE.cjs";
2
- import { t as ListCollection } from "./list-collection-B_8BN0XB.cjs";
2
+ import { t as ListCollection } from "./list-collection-C0swT4Wu.cjs";
3
3
 
4
4
  //#region src/shared/collection/grid-collection.d.ts
5
5
  interface GridCollectionOptions<T> extends CollectionOptions<T> {
@@ -32,7 +32,8 @@ declare class TreeCollection<T = TreeNode> {
32
32
  findNode: (value: string, rootNode?: T) => T | undefined;
33
33
  findNodes: (values: string[], rootNode?: T) => T[];
34
34
  sort: (values: string[]) => string[];
35
- getIndexPath: (value: string) => IndexPath | undefined;
35
+ getIndexPath(value: string): IndexPath | undefined;
36
+ getIndexPath(valuePath: string[]): IndexPath;
36
37
  getValue: (indexPath: IndexPath) => string | undefined;
37
38
  getValuePath: (indexPath: IndexPath | undefined) => string[];
38
39
  getDepth: (value: string) => number;
@@ -32,7 +32,8 @@ declare class TreeCollection<T = TreeNode> {
32
32
  findNode: (value: string, rootNode?: T) => T | undefined;
33
33
  findNodes: (values: string[], rootNode?: T) => T[];
34
34
  sort: (values: string[]) => string[];
35
- getIndexPath: (value: string) => IndexPath | undefined;
35
+ getIndexPath(value: string): IndexPath | undefined;
36
+ getIndexPath(valuePath: string[]): IndexPath;
36
37
  getValue: (indexPath: IndexPath) => string | undefined;
37
38
  getValuePath: (indexPath: IndexPath | undefined) => string[];
38
39
  getDepth: (value: string) => number;
@@ -1,17 +1,18 @@
1
- import { DateFormatter, DateValue } from "@internationalized/date";
1
+ import { CalendarDate, CalendarDateTime, DateFormatter, ZonedDateTime } from "@internationalized/date";
2
2
 
3
3
  //#region src/shared/date-utils/types.d.ts
4
+ type DateValue$1 = CalendarDate | CalendarDateTime | ZonedDateTime;
4
5
  type DateGranularity = "day" | "hour" | "minute" | "second" | "year" | "month";
5
6
  type DateAlignment = "start" | "end" | "center";
6
- type DateAvailableFn = (date: DateValue, locale: string) => boolean;
7
+ type DateAvailableFn = (date: DateValue$1, locale: string) => boolean;
7
8
  type DateAdjustFn = (options: {
8
- startDate: DateValue;
9
- focusedDate: DateValue;
9
+ startDate: DateValue$1;
10
+ focusedDate: DateValue$1;
10
11
  }) => {
11
- startDate: DateValue;
12
- focusedDate: DateValue;
13
- endDate: DateValue;
12
+ startDate: DateValue$1;
13
+ focusedDate: DateValue$1;
14
+ endDate: DateValue$1;
14
15
  };
15
16
  type DateRangePreset = "thisWeek" | "lastWeek" | "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisYear" | "lastYear" | "last3Days" | "last7Days" | "last14Days" | "last30Days" | "last90Days";
16
17
  //#endregion
17
- export { DateRangePreset as a, DateGranularity as i, DateAlignment as n, DateAvailableFn as r, DateAdjustFn as t };
18
+ export { DateRangePreset as a, DateGranularity as i, DateAlignment as n, DateValue$1 as o, DateAvailableFn as r, DateAdjustFn as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprawlify/primitives",
3
- "version": "0.0.96",
3
+ "version": "0.0.98",
4
4
  "type": "module",
5
5
  "description": "A set of primitive components for building user interfaces.",
6
6
  "author": "sprawlify <npm@sprawlify.com>",
@@ -268,6 +268,16 @@
268
268
  "default": "./dist/machines/carousel/index.cjs"
269
269
  }
270
270
  },
271
+ "./machines/cascade-select": {
272
+ "import": {
273
+ "types": "./dist/machines/cascade-select/index.d.mts",
274
+ "default": "./dist/machines/cascade-select/index.mjs"
275
+ },
276
+ "require": {
277
+ "types": "./dist/machines/cascade-select/index.d.cts",
278
+ "default": "./dist/machines/cascade-select/index.cjs"
279
+ }
280
+ },
271
281
  "./machines/checkbox": {
272
282
  "import": {
273
283
  "types": "./dist/machines/checkbox/index.d.mts",