@sprawlify/primitives 0.1.7 → 0.1.8

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 (65) hide show
  1. package/dist/machines/accordion/index.d.cts +1 -1
  2. package/dist/machines/accordion/index.d.mts +1 -1
  3. package/dist/machines/angle-slider/index.d.cts +1 -1
  4. package/dist/machines/angle-slider/index.d.mts +1 -1
  5. package/dist/machines/carousel/index.cjs +68 -17
  6. package/dist/machines/carousel/index.d.cts +2 -2
  7. package/dist/machines/carousel/index.d.mts +2 -2
  8. package/dist/machines/carousel/index.mjs +68 -17
  9. package/dist/machines/cascade-select/index.d.cts +2 -2
  10. package/dist/machines/cascade-select/index.d.mts +2 -2
  11. package/dist/machines/collapsible/index.d.cts +1 -1
  12. package/dist/machines/collapsible/index.d.mts +1 -1
  13. package/dist/machines/color-picker/index.d.cts +1 -1
  14. package/dist/machines/color-picker/index.d.mts +1 -1
  15. package/dist/machines/combobox/index.d.cts +1 -1
  16. package/dist/machines/combobox/index.d.mts +1 -1
  17. package/dist/machines/date-picker/index.d.cts +1 -1
  18. package/dist/machines/date-picker/index.d.mts +1 -1
  19. package/dist/machines/dialog/index.d.cts +1 -1
  20. package/dist/machines/dialog/index.d.mts +1 -1
  21. package/dist/machines/drawer/index.d.cts +1 -1
  22. package/dist/machines/drawer/index.d.mts +1 -1
  23. package/dist/machines/dropdown-menu/index.d.cts +1 -1
  24. package/dist/machines/dropdown-menu/index.d.mts +1 -1
  25. package/dist/machines/file-upload/index.d.cts +1 -1
  26. package/dist/machines/file-upload/index.d.mts +1 -1
  27. package/dist/machines/floating-panel/index.d.cts +1 -1
  28. package/dist/machines/floating-panel/index.d.mts +1 -1
  29. package/dist/machines/listbox/index.d.cts +1 -1
  30. package/dist/machines/listbox/index.d.mts +1 -1
  31. package/dist/machines/marquee/index.d.cts +3 -3
  32. package/dist/machines/marquee/index.d.mts +3 -3
  33. package/dist/machines/navigation-menu/index.d.cts +1 -1
  34. package/dist/machines/navigation-menu/index.d.mts +1 -1
  35. package/dist/machines/popover/index.d.cts +1 -1
  36. package/dist/machines/popover/index.d.mts +1 -1
  37. package/dist/machines/progress/index.d.cts +1 -1
  38. package/dist/machines/progress/index.d.mts +1 -1
  39. package/dist/machines/radio-group/index.d.cts +1 -1
  40. package/dist/machines/radio-group/index.d.mts +1 -1
  41. package/dist/machines/rating-group/index.d.cts +1 -1
  42. package/dist/machines/rating-group/index.d.mts +1 -1
  43. package/dist/machines/select/index.d.cts +1 -1
  44. package/dist/machines/select/index.d.mts +1 -1
  45. package/dist/machines/slider/index.d.cts +1 -1
  46. package/dist/machines/slider/index.d.mts +1 -1
  47. package/dist/machines/steps/index.d.cts +1 -1
  48. package/dist/machines/steps/index.d.mts +1 -1
  49. package/dist/machines/switch/index.d.cts +1 -1
  50. package/dist/machines/switch/index.d.mts +1 -1
  51. package/dist/machines/tabs/index.d.cts +1 -1
  52. package/dist/machines/tabs/index.d.mts +1 -1
  53. package/dist/machines/tags-input/index.d.cts +1 -1
  54. package/dist/machines/tags-input/index.d.mts +1 -1
  55. package/dist/machines/timer/index.d.cts +1 -1
  56. package/dist/machines/timer/index.d.mts +1 -1
  57. package/dist/machines/toast/index.d.cts +1 -1
  58. package/dist/machines/toast/index.d.mts +1 -1
  59. package/dist/machines/tour/index.cjs +3 -3
  60. package/dist/machines/tour/index.d.cts +1 -1
  61. package/dist/machines/tour/index.d.mts +1 -1
  62. package/dist/machines/tour/index.mjs +3 -3
  63. package/dist/machines/tree-view/index.d.cts +1 -1
  64. package/dist/machines/tree-view/index.d.mts +1 -1
  65. package/package.json +1 -1
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, o as LocaleProperties, t as Commo
4
4
  import { i as FileMimeType, r as FileError } from "../../types-CylWsfOz.cjs";
5
5
 
6
6
  //#region src/machines/file-upload/file-upload.anatomy.d.ts
7
- declare const anatomy: AnatomyInstance<"root" | "trigger" | "label" | "item" | "clearTrigger" | "itemPreview" | "itemDeleteTrigger" | "itemGroup" | "dropzone" | "itemName" | "itemPreviewImage" | "itemSizeText">;
7
+ declare const anatomy: AnatomyInstance<"root" | "item" | "trigger" | "label" | "itemGroup" | "dropzone" | "itemDeleteTrigger" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "clearTrigger">;
8
8
  //#endregion
9
9
  //#region src/machines/file-upload/file-upload.types.d.ts
10
10
  interface FileRejection {
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, o as LocaleProperties, t as Commo
4
4
  import { i as FileMimeType, r as FileError } from "../../types-Cctd5dol.mjs";
5
5
 
6
6
  //#region src/machines/file-upload/file-upload.anatomy.d.ts
7
- declare const anatomy: AnatomyInstance<"root" | "trigger" | "label" | "item" | "clearTrigger" | "itemPreview" | "itemDeleteTrigger" | "itemGroup" | "dropzone" | "itemName" | "itemPreviewImage" | "itemSizeText">;
7
+ declare const anatomy: AnatomyInstance<"root" | "item" | "trigger" | "label" | "itemGroup" | "dropzone" | "itemDeleteTrigger" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "clearTrigger">;
8
8
  //#endregion
9
9
  //#region src/machines/file-upload/file-upload.types.d.ts
10
10
  interface FileRejection {
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
4
4
  import { a as Point, o as Rect, y as Size } from "../../types-CLXYEgfm.cjs";
5
5
 
6
6
  //#region src/machines/floating-panel/floating-panel.anatomy.d.ts
7
- declare const anatomy: AnatomyInstance<"trigger" | "content" | "control" | "title" | "positioner" | "closeTrigger" | "body" | "header" | "resizeTrigger" | "dragTrigger" | "stageTrigger">;
7
+ declare const anatomy: AnatomyInstance<"trigger" | "content" | "control" | "body" | "header" | "title" | "positioner" | "closeTrigger" | "resizeTrigger" | "dragTrigger" | "stageTrigger">;
8
8
  //#endregion
9
9
  //#region src/machines/floating-panel/floating-panel.types.d.ts
10
10
  interface PositionChangeDetails {
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
4
4
  import { a as Point, o as Rect, y as Size } from "../../types-DU764tY_.mjs";
5
5
 
6
6
  //#region src/machines/floating-panel/floating-panel.anatomy.d.ts
7
- declare const anatomy: AnatomyInstance<"trigger" | "content" | "control" | "title" | "positioner" | "closeTrigger" | "body" | "header" | "resizeTrigger" | "dragTrigger" | "stageTrigger">;
7
+ declare const anatomy: AnatomyInstance<"trigger" | "content" | "control" | "body" | "header" | "title" | "positioner" | "closeTrigger" | "resizeTrigger" | "dragTrigger" | "stageTrigger">;
8
8
  //#endregion
9
9
  //#region src/machines/floating-panel/floating-panel.types.d.ts
10
10
  interface PositionChangeDetails {
@@ -7,7 +7,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
7
7
  import { n as TypeaheadState } from "../../typeahead-DMooWbbX.cjs";
8
8
 
9
9
  //#region src/machines/listbox/listbox.anatomy.d.ts
10
- declare const anatomy: AnatomyInstance<"root" | "content" | "label" | "valueText" | "item" | "itemIndicator" | "input" | "itemText" | "itemGroup" | "itemGroupLabel">;
10
+ declare const anatomy: AnatomyInstance<"root" | "item" | "content" | "label" | "valueText" | "input" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText">;
11
11
  //#endregion
12
12
  //#region src/machines/listbox/listbox.collection.d.ts
13
13
  declare const collection: {
@@ -7,7 +7,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
7
7
  import { n as TypeaheadState } from "../../typeahead-Bbeb1fAR.mjs";
8
8
 
9
9
  //#region src/machines/listbox/listbox.anatomy.d.ts
10
- declare const anatomy: AnatomyInstance<"root" | "content" | "label" | "valueText" | "item" | "itemIndicator" | "input" | "itemText" | "itemGroup" | "itemGroupLabel">;
10
+ declare const anatomy: AnatomyInstance<"root" | "item" | "content" | "label" | "valueText" | "input" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText">;
11
11
  //#endregion
12
12
  //#region src/machines/listbox/listbox.collection.d.ts
13
13
  declare const collection: {
@@ -3,7 +3,7 @@ import { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
3
3
  import { b as NormalizeProps, d as Orientation, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/marquee/marquee.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "content" | "item" | "viewport" | "edge">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "content" | "viewport" | "edge">;
7
7
  //#endregion
8
8
  //#region src/machines/marquee/marquee.types.d.ts
9
9
  interface PauseStatusDetails {
@@ -96,7 +96,7 @@ declare function connect<T extends PropTypes>(service: MarqueeService, normalize
96
96
  declare const machine: Machine<MarqueeSchema>;
97
97
  //#endregion
98
98
  //#region src/machines/marquee/marquee.props.d.ts
99
- declare const props: ("ids" | "id" | "getRootNode" | "paused" | "onComplete" | ("reverse" | "dir" | "translations" | "delay" | "side" | "speed" | "loopCount" | "spacing" | "autoFill" | "pauseOnInteraction" | "defaultPaused") | "onPauseChange" | "onLoopComplete")[];
100
- declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "ids" | "id" | "getRootNode" | "paused" | "onComplete" | ("reverse" | "dir" | "translations" | "delay" | "side" | "speed" | "loopCount" | "spacing" | "autoFill" | "pauseOnInteraction" | "defaultPaused") | "onPauseChange" | "onLoopComplete">];
99
+ declare const props: ("ids" | "id" | "getRootNode" | "onComplete" | "paused" | ("dir" | "reverse" | "translations" | "spacing" | "side" | "speed" | "delay" | "loopCount" | "autoFill" | "pauseOnInteraction" | "defaultPaused") | "onPauseChange" | "onLoopComplete")[];
100
+ declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "ids" | "id" | "getRootNode" | "onComplete" | "paused" | ("dir" | "reverse" | "translations" | "spacing" | "side" | "speed" | "delay" | "loopCount" | "autoFill" | "pauseOnInteraction" | "defaultPaused") | "onPauseChange" | "onLoopComplete">];
101
101
  //#endregion
102
102
  export { type MarqueeApi as Api, type ContentProps, type DimensionSnapshot, type EdgeProps, type ElementIds, type IntlTranslations, type MarqueeMachine as Machine, type Orientation, type PauseStatusDetails, type MarqueeProps as Props, type MarqueeService as Service, type Side, type UserDefinedContext, anatomy, connect, machine, props, splitProps };
@@ -3,7 +3,7 @@ import { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
3
3
  import { b as NormalizeProps, d as Orientation, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/marquee/marquee.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "content" | "item" | "viewport" | "edge">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "content" | "viewport" | "edge">;
7
7
  //#endregion
8
8
  //#region src/machines/marquee/marquee.types.d.ts
9
9
  interface PauseStatusDetails {
@@ -96,7 +96,7 @@ declare function connect<T extends PropTypes>(service: MarqueeService, normalize
96
96
  declare const machine: Machine<MarqueeSchema>;
97
97
  //#endregion
98
98
  //#region src/machines/marquee/marquee.props.d.ts
99
- declare const props: ("ids" | "id" | "getRootNode" | "paused" | "onComplete" | ("reverse" | "dir" | "translations" | "delay" | "side" | "speed" | "loopCount" | "spacing" | "autoFill" | "pauseOnInteraction" | "defaultPaused") | "onPauseChange" | "onLoopComplete")[];
100
- declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "ids" | "id" | "getRootNode" | "paused" | "onComplete" | ("reverse" | "dir" | "translations" | "delay" | "side" | "speed" | "loopCount" | "spacing" | "autoFill" | "pauseOnInteraction" | "defaultPaused") | "onPauseChange" | "onLoopComplete">];
99
+ declare const props: ("ids" | "id" | "getRootNode" | "onComplete" | "paused" | ("dir" | "reverse" | "translations" | "spacing" | "side" | "speed" | "delay" | "loopCount" | "autoFill" | "pauseOnInteraction" | "defaultPaused") | "onPauseChange" | "onLoopComplete")[];
100
+ declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "ids" | "id" | "getRootNode" | "onComplete" | "paused" | ("dir" | "reverse" | "translations" | "spacing" | "side" | "speed" | "delay" | "loopCount" | "autoFill" | "pauseOnInteraction" | "defaultPaused") | "onPauseChange" | "onLoopComplete">];
101
101
  //#endregion
102
102
  export { type MarqueeApi as Api, type ContentProps, type DimensionSnapshot, type EdgeProps, type ElementIds, type IntlTranslations, type MarqueeMachine as Machine, type Orientation, type PauseStatusDetails, type MarqueeProps as Props, type MarqueeService as Service, type Side, type UserDefinedContext, anatomy, connect, machine, props, splitProps };
@@ -3,7 +3,7 @@ import { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
3
3
  import { _ as Size, b as NormalizeProps, d as Orientation, f as OrientationProperty, g as RequiredBy, m as Rect, p as Point, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CLRsezW5.cjs";
4
4
 
5
5
  //#region src/machines/navigation-menu/navigation-menu.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "trigger" | "content" | "indicator" | "item" | "itemIndicator" | "arrow" | "link" | "list" | "viewport" | "viewportPositioner">;
6
+ declare const anatomy: AnatomyInstance<"root" | "list" | "item" | "trigger" | "indicator" | "content" | "link" | "itemIndicator" | "arrow" | "viewport" | "viewportPositioner">;
7
7
  //#endregion
8
8
  //#region src/machines/navigation-menu/navigation-menu.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -3,7 +3,7 @@ import { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
3
3
  import { _ as Size, b as NormalizeProps, d as Orientation, f as OrientationProperty, g as RequiredBy, m as Rect, p as Point, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-BVFlU3b9.mjs";
4
4
 
5
5
  //#region src/machines/navigation-menu/navigation-menu.anatomy.d.ts
6
- declare const anatomy: AnatomyInstance<"root" | "trigger" | "content" | "indicator" | "item" | "itemIndicator" | "arrow" | "link" | "list" | "viewport" | "viewportPositioner">;
6
+ declare const anatomy: AnatomyInstance<"root" | "list" | "item" | "trigger" | "indicator" | "content" | "link" | "itemIndicator" | "arrow" | "viewport" | "viewportPositioner">;
7
7
  //#endregion
8
8
  //#region src/machines/navigation-menu/navigation-menu.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-CZAtqGqH.cjs";
7
7
 
8
8
  //#region src/machines/popover/popover.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"trigger" | "content" | "indicator" | "title" | "description" | "positioner" | "arrow" | "closeTrigger" | "arrowTip" | "anchor">;
9
+ declare const anatomy: AnatomyInstance<"trigger" | "indicator" | "content" | "title" | "positioner" | "arrow" | "arrowTip" | "closeTrigger" | "description" | "anchor">;
10
10
  //#endregion
11
11
  //#region src/machines/popover/popover.types.d.ts
12
12
  interface OpenChangeDetails {
@@ -6,7 +6,7 @@ import { r as PersistentElementOptions, t as DismissableElementHandlers } from "
6
6
  import { p as PositioningOptions, u as Placement } from "../../index-fMh0VDkR.mjs";
7
7
 
8
8
  //#region src/machines/popover/popover.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"trigger" | "content" | "indicator" | "title" | "description" | "positioner" | "arrow" | "closeTrigger" | "arrowTip" | "anchor">;
9
+ declare const anatomy: AnatomyInstance<"trigger" | "indicator" | "content" | "title" | "positioner" | "arrow" | "arrowTip" | "closeTrigger" | "description" | "anchor">;
10
10
  //#endregion
11
11
  //#region src/machines/popover/popover.types.d.ts
12
12
  interface OpenChangeDetails {
@@ -3,7 +3,7 @@ import { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
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" | "valueText" | "circle" | "view" | "range" | "circleTrack" | "circleRange">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
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" | "valueText" | "circle" | "view" | "range" | "circleTrack" | "circleRange">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
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" | "indicator" | "label" | "item" | "itemText" | "itemControl">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "indicator" | "label" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
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" | "indicator" | "label" | "item" | "itemText" | "itemControl">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "indicator" | "label" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
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" | "label" | "control" | "item">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
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" | "label" | "control" | "item">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "control">;
7
7
  //#endregion
8
8
  //#region src/machines/rating-group/rating-group.types.d.ts
9
9
  interface ValueChangeDetails {
@@ -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-CZAtqGqH.cjs";
9
9
 
10
10
  //#region src/machines/select/select.anatomy.d.ts
11
- declare const anatomy: AnatomyInstance<"root" | "trigger" | "content" | "indicator" | "label" | "valueText" | "control" | "item" | "itemIndicator" | "positioner" | "list" | "clearTrigger" | "itemText" | "itemGroup" | "itemGroupLabel">;
11
+ declare const anatomy: AnatomyInstance<"root" | "list" | "item" | "trigger" | "indicator" | "content" | "label" | "valueText" | "control" | "itemGroup" | "clearTrigger" | "itemGroupLabel" | "itemIndicator" | "itemText" | "positioner">;
12
12
  //#endregion
13
13
  //#region src/machines/select/select.collection.d.ts
14
14
  declare const collection: {
@@ -8,7 +8,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
8
8
  import { p as PositioningOptions, u as Placement } from "../../index-fMh0VDkR.mjs";
9
9
 
10
10
  //#region src/machines/select/select.anatomy.d.ts
11
- declare const anatomy: AnatomyInstance<"root" | "trigger" | "content" | "indicator" | "label" | "valueText" | "control" | "item" | "itemIndicator" | "positioner" | "list" | "clearTrigger" | "itemText" | "itemGroup" | "itemGroupLabel">;
11
+ declare const anatomy: AnatomyInstance<"root" | "list" | "item" | "trigger" | "indicator" | "content" | "label" | "valueText" | "control" | "itemGroup" | "clearTrigger" | "itemGroupLabel" | "itemIndicator" | "itemText" | "positioner">;
12
12
  //#endregion
13
13
  //#region src/machines/select/select.collection.d.ts
14
14
  declare const collection: {
@@ -3,7 +3,7 @@ import { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
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" | "track" | "label" | "thumb" | "valueText" | "control" | "markerGroup" | "marker" | "range" | "draggingIndicator">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "track" | "range" | "valueText" | "control" | "marker" | "thumb" | "markerGroup" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
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" | "track" | "label" | "thumb" | "valueText" | "control" | "markerGroup" | "marker" | "range" | "draggingIndicator">;
6
+ declare const anatomy: AnatomyInstance<"root" | "label" | "track" | "range" | "valueText" | "control" | "marker" | "thumb" | "markerGroup" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
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" | "trigger" | "content" | "indicator" | "item" | "progress" | "list" | "separator" | "nextTrigger" | "prevTrigger">;
6
+ declare const anatomy: AnatomyInstance<"root" | "list" | "item" | "trigger" | "indicator" | "separator" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
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" | "trigger" | "content" | "indicator" | "item" | "progress" | "list" | "separator" | "nextTrigger" | "prevTrigger">;
6
+ declare const anatomy: AnatomyInstance<"root" | "list" | "item" | "trigger" | "indicator" | "separator" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
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" | "label" | "thumb" | "control">;
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 { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
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" | "label" | "thumb" | "control">;
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 { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
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" | "trigger" | "content" | "indicator" | "list">;
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 { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
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" | "trigger" | "content" | "indicator" | "list">;
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" | "label" | "control" | "item" | "input" | "clearTrigger" | "itemPreview" | "itemInput" | "itemText" | "itemDeleteTrigger">;
8
+ declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "control" | "input" | "itemDeleteTrigger" | "itemPreview" | "clearTrigger" | "itemText" | "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" | "label" | "control" | "item" | "input" | "clearTrigger" | "itemPreview" | "itemInput" | "itemText" | "itemDeleteTrigger">;
8
+ declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "control" | "input" | "itemDeleteTrigger" | "itemPreview" | "clearTrigger" | "itemText" | "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 { b as Service, p as Machine, u as EventObject } from "../../types-u-LWCS
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" | "control" | "item" | "actionTrigger" | "area" | "separator" | "itemValue" | "itemLabel">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "separator" | "control" | "area" | "itemValue" | "itemLabel" | "actionTrigger">;
7
7
  //#endregion
8
8
  //#region src/machines/timer/timer.types.d.ts
9
9
  interface Time<T = number> {
@@ -3,7 +3,7 @@ import { b as Service, p as Machine, u as EventObject } from "../../types-DvUmCW
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" | "control" | "item" | "actionTrigger" | "area" | "separator" | "itemValue" | "itemLabel">;
6
+ declare const anatomy: AnatomyInstance<"root" | "item" | "separator" | "control" | "area" | "itemValue" | "itemLabel" | "actionTrigger">;
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" | "title" | "description" | "actionTrigger" | "closeTrigger" | "group">;
178
+ declare const anatomy: AnatomyInstance<"root" | "title" | "group" | "closeTrigger" | "description" | "actionTrigger">;
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" | "title" | "description" | "actionTrigger" | "closeTrigger" | "group">;
178
+ declare const anatomy: AnatomyInstance<"root" | "title" | "group" | "closeTrigger" | "description" | "actionTrigger">;
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>;
@@ -755,8 +755,8 @@ const machine = require_core.createMachine({
755
755
  validateSteps({ context }) {
756
756
  const ids = /* @__PURE__ */ new Set();
757
757
  context.get("steps").forEach((step) => {
758
- if (ids.has(step.id)) throw new Error(`[zag-js/tour] Duplicate step id: ${step.id}`);
759
- if (step.target == null && step.type == null) throw new Error(`[zag-js/tour] Step ${step.id} has no target or type. At least one of those is required.`);
758
+ if (ids.has(step.id)) throw new Error(`[sprawlify-js/tour] Duplicate step id: ${step.id}`);
759
+ if (step.target == null && step.type == null) throw new Error(`[sprawlify-js/tour] Step ${step.id} has no target or type. At least one of those is required.`);
760
760
  ids.add(step.id);
761
761
  });
762
762
  }
@@ -1013,7 +1013,7 @@ var StepManager = class {
1013
1013
  goto: (id) => {
1014
1014
  const targetIdx = findStepIndex(steps, id);
1015
1015
  if (targetIdx === -1) {
1016
- require_utils.warn(`[zag-js/tour] Step with id "${id}" not found`);
1016
+ require_utils.warn(`[sprawlify-js/tour] Step with id "${id}" not found`);
1017
1017
  return;
1018
1018
  }
1019
1019
  this.transitionTo(targetIdx);
@@ -6,7 +6,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
6
6
  import { c as Placement } from "../../types-CZAtqGqH.cjs";
7
7
 
8
8
  //#region src/machines/tour/tour.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"content" | "title" | "description" | "positioner" | "backdrop" | "arrow" | "actionTrigger" | "closeTrigger" | "progressText" | "arrowTip" | "spotlight">;
9
+ declare const anatomy: AnatomyInstance<"content" | "progressText" | "title" | "positioner" | "arrow" | "arrowTip" | "backdrop" | "closeTrigger" | "description" | "actionTrigger" | "spotlight">;
10
10
  //#endregion
11
11
  //#region src/machines/tour/utils/rect.d.ts
12
12
  interface Point {
@@ -6,7 +6,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
6
6
  import { u as Placement } from "../../index-fMh0VDkR.mjs";
7
7
 
8
8
  //#region src/machines/tour/tour.anatomy.d.ts
9
- declare const anatomy: AnatomyInstance<"content" | "title" | "description" | "positioner" | "backdrop" | "arrow" | "actionTrigger" | "closeTrigger" | "progressText" | "arrowTip" | "spotlight">;
9
+ declare const anatomy: AnatomyInstance<"content" | "progressText" | "title" | "positioner" | "arrow" | "arrowTip" | "backdrop" | "closeTrigger" | "description" | "actionTrigger" | "spotlight">;
10
10
  //#endregion
11
11
  //#region src/machines/tour/utils/rect.d.ts
12
12
  interface Point {
@@ -754,8 +754,8 @@ const machine = createMachine({
754
754
  validateSteps({ context }) {
755
755
  const ids = /* @__PURE__ */ new Set();
756
756
  context.get("steps").forEach((step) => {
757
- if (ids.has(step.id)) throw new Error(`[zag-js/tour] Duplicate step id: ${step.id}`);
758
- if (step.target == null && step.type == null) throw new Error(`[zag-js/tour] Step ${step.id} has no target or type. At least one of those is required.`);
757
+ if (ids.has(step.id)) throw new Error(`[sprawlify-js/tour] Duplicate step id: ${step.id}`);
758
+ if (step.target == null && step.type == null) throw new Error(`[sprawlify-js/tour] Step ${step.id} has no target or type. At least one of those is required.`);
759
759
  ids.add(step.id);
760
760
  });
761
761
  }
@@ -1012,7 +1012,7 @@ var StepManager = class {
1012
1012
  goto: (id) => {
1013
1013
  const targetIdx = findStepIndex(steps, id);
1014
1014
  if (targetIdx === -1) {
1015
- warn(`[zag-js/tour] Step with id "${id}" not found`);
1015
+ warn(`[sprawlify-js/tour] Step with id "${id}" not found`);
1016
1016
  return;
1017
1017
  }
1018
1018
  this.transitionTo(targetIdx);
@@ -6,7 +6,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
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" | "label" | "item" | "itemIndicator" | "itemText" | "tree" | "branch" | "branchContent" | "branchControl" | "branchIndentGuide" | "branchIndicator" | "branchText" | "branchTrigger" | "nodeCheckbox" | "nodeRenameInput">;
9
+ declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "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: {
@@ -6,7 +6,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
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" | "label" | "item" | "itemIndicator" | "itemText" | "tree" | "branch" | "branchContent" | "branchControl" | "branchIndentGuide" | "branchIndicator" | "branchText" | "branchTrigger" | "nodeCheckbox" | "nodeRenameInput">;
9
+ declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprawlify/primitives",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A set of primitive components for building user interfaces.",
5
5
  "license": "MIT",
6
6
  "author": "sprawlify <npm@sprawlify.com>",