@wirekyt/react 0.0.10 → 0.0.12

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.
@@ -171,7 +171,7 @@ interface ColorPickerViewProps extends HTMLProps<"div">, ColorPickerViewBaseProp
171
171
  declare const ColorPickerView: import("react").ForwardRefExoticComponent<ColorPickerViewProps & import("react").RefAttributes<HTMLDivElement>>;
172
172
  //#endregion
173
173
  //#region src/components/color-picker/anatomy.d.ts
174
- declare const colorPickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "area" | "label" | "view" | "root" | "control" | "valueText" | "trigger" | "positioner" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
174
+ declare const colorPickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "area" | "label" | "view" | "root" | "control" | "valueText" | "trigger" | "positioner" | "formatSelect" | "areaThumb" | "channelInput" | "channelSliderTrack" | "channelSliderThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderValueText" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger">;
175
175
  declare namespace color_picker_d_exports {
176
176
  export { ColorPickerArea as Area, ColorPickerAreaBackground as AreaBackground, ColorPickerAreaBackgroundBaseProps as AreaBackgroundBaseProps, ColorPickerAreaBackgroundProps as AreaBackgroundProps, ColorPickerAreaBaseProps as AreaBaseProps, ColorPickerAreaProps as AreaProps, ColorPickerAreaThumb as AreaThumb, ColorPickerAreaThumbBaseProps as AreaThumbBaseProps, ColorPickerAreaThumbProps as AreaThumbProps, ColorPickerChannelInput as ChannelInput, ColorPickerChannelInputBaseProps as ChannelInputBaseProps, ColorPickerChannelInputProps as ChannelInputProps, ColorPickerChannelSlider as ChannelSlider, ColorPickerChannelSliderBaseProps as ChannelSliderBaseProps, ColorPickerChannelSliderLabel as ChannelSliderLabel, ColorPickerChannelSliderLabelBaseProps as ChannelSliderLabelBaseProps, ColorPickerChannelSliderLabelProps as ChannelSliderLabelProps, ColorPickerChannelSliderProps as ChannelSliderProps, ColorPickerChannelSliderThumb as ChannelSliderThumb, ColorPickerChannelSliderThumbBaseProps as ChannelSliderThumbBaseProps, ColorPickerChannelSliderThumbProps as ChannelSliderThumbProps, ColorPickerChannelSliderTrack as ChannelSliderTrack, ColorPickerChannelSliderTrackBaseProps as ChannelSliderTrackBaseProps, ColorPickerChannelSliderTrackProps as ChannelSliderTrackProps, ColorPickerChannelSliderValueText as ChannelSliderValueText, ColorPickerChannelSliderValueTextBaseProps as ChannelSliderValueTextBaseProps, ColorPickerChannelSliderValueTextProps as ChannelSliderValueTextProps, Color$1 as Color, ColorFormat$1 as ColorFormat, ColorPickerContent as Content, ColorPickerContentBaseProps as ContentBaseProps, ColorPickerContentProps as ContentProps, ColorPickerContext as Context, ColorPickerContextProps as ContextProps, ColorPickerControl as Control, ColorPickerControlBaseProps as ControlBaseProps, ColorPickerControlProps as ControlProps, ColorPickerEyeDropperTrigger as EyeDropperTrigger, ColorPickerEyeDropperTriggerBaseProps as EyeDropperTriggerBaseProps, ColorPickerEyeDropperTriggerProps as EyeDropperTriggerProps, FocusOutsideEvent, FormatChangeDetails, ColorPickerFormatSelect as FormatSelect, ColorPickerFormatSelectBaseProps as FormatSelectBaseProps, ColorPickerFormatSelectProps as FormatSelectProps, ColorPickerFormatTrigger as FormatTrigger, ColorPickerFormatTriggerBaseProps as FormatTriggerBaseProps, ColorPickerFormatTriggerProps as FormatTriggerProps, ColorPickerHiddenInput as HiddenInput, ColorPickerHiddenInputBaseProps as HiddenInputBaseProps, ColorPickerHiddenInputProps as HiddenInputProps, InteractOutsideEvent, ColorPickerLabel as Label, ColorPickerLabelBaseProps as LabelBaseProps, ColorPickerLabelProps as LabelProps, OpenChangeDetails, PointerDownOutsideEvent, ColorPickerPositioner as Positioner, ColorPickerPositionerBaseProps as PositionerBaseProps, ColorPickerPositionerProps as PositionerProps, ColorPickerRoot as Root, ColorPickerRootBaseProps as RootBaseProps, ColorPickerRootProps as RootProps, ColorPickerRootProvider as RootProvider, ColorPickerRootProviderBaseProps as RootProviderBaseProps, ColorPickerRootProviderProps as RootProviderProps, ColorPickerSwatch as Swatch, ColorPickerSwatchBaseProps as SwatchBaseProps, ColorPickerSwatchGroup as SwatchGroup, ColorPickerSwatchGroupBaseProps as SwatchGroupBaseProps, ColorPickerSwatchGroupProps as SwatchGroupProps, ColorPickerSwatchIndicator as SwatchIndicator, ColorPickerSwatchIndicatorBaseProps as SwatchIndicatorBaseProps, ColorPickerSwatchIndicatorProps as SwatchIndicatorProps, ColorPickerSwatchProps as SwatchProps, ColorPickerSwatchTrigger as SwatchTrigger, ColorPickerSwatchTriggerBaseProps as SwatchTriggerBaseProps, ColorPickerSwatchTriggerProps as SwatchTriggerProps, ColorPickerTransparencyGrid as TransparencyGrid, ColorPickerTransparencyGridBaseProps as TransparencyGridBaseProps, ColorPickerTransparencyGridProps as TransparencyGridProps, ColorPickerTrigger as Trigger, ColorPickerTriggerBaseProps as TriggerBaseProps, ColorPickerTriggerProps as TriggerProps, ValueChangeDetails, ColorPickerValueSwatch as ValueSwatch, ColorPickerValueSwatchBaseProps as ValueSwatchBaseProps, ColorPickerValueSwatchProps as ValueSwatchProps, ColorPickerValueText as ValueText, ColorPickerValueTextBaseProps as ValueTextBaseProps, ColorPickerValueTextProps as ValueTextProps, ColorPickerView as View, ColorPickerViewBaseProps as ViewBaseProps, ColorPickerViewProps as ViewProps };
177
177
  }
@@ -171,7 +171,7 @@ interface ColorPickerViewProps extends HTMLProps<"div">, ColorPickerViewBaseProp
171
171
  declare const ColorPickerView: import("react").ForwardRefExoticComponent<ColorPickerViewProps & import("react").RefAttributes<HTMLDivElement>>;
172
172
  //#endregion
173
173
  //#region src/components/color-picker/anatomy.d.ts
174
- declare const colorPickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "area" | "label" | "view" | "root" | "control" | "valueText" | "trigger" | "positioner" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
174
+ declare const colorPickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "area" | "label" | "view" | "root" | "control" | "valueText" | "trigger" | "positioner" | "formatSelect" | "areaThumb" | "channelInput" | "channelSliderTrack" | "channelSliderThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderValueText" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger">;
175
175
  declare namespace color_picker_d_exports {
176
176
  export { ColorPickerArea as Area, ColorPickerAreaBackground as AreaBackground, ColorPickerAreaBackgroundBaseProps as AreaBackgroundBaseProps, ColorPickerAreaBackgroundProps as AreaBackgroundProps, ColorPickerAreaBaseProps as AreaBaseProps, ColorPickerAreaProps as AreaProps, ColorPickerAreaThumb as AreaThumb, ColorPickerAreaThumbBaseProps as AreaThumbBaseProps, ColorPickerAreaThumbProps as AreaThumbProps, ColorPickerChannelInput as ChannelInput, ColorPickerChannelInputBaseProps as ChannelInputBaseProps, ColorPickerChannelInputProps as ChannelInputProps, ColorPickerChannelSlider as ChannelSlider, ColorPickerChannelSliderBaseProps as ChannelSliderBaseProps, ColorPickerChannelSliderLabel as ChannelSliderLabel, ColorPickerChannelSliderLabelBaseProps as ChannelSliderLabelBaseProps, ColorPickerChannelSliderLabelProps as ChannelSliderLabelProps, ColorPickerChannelSliderProps as ChannelSliderProps, ColorPickerChannelSliderThumb as ChannelSliderThumb, ColorPickerChannelSliderThumbBaseProps as ChannelSliderThumbBaseProps, ColorPickerChannelSliderThumbProps as ChannelSliderThumbProps, ColorPickerChannelSliderTrack as ChannelSliderTrack, ColorPickerChannelSliderTrackBaseProps as ChannelSliderTrackBaseProps, ColorPickerChannelSliderTrackProps as ChannelSliderTrackProps, ColorPickerChannelSliderValueText as ChannelSliderValueText, ColorPickerChannelSliderValueTextBaseProps as ChannelSliderValueTextBaseProps, ColorPickerChannelSliderValueTextProps as ChannelSliderValueTextProps, Color$1 as Color, ColorFormat$1 as ColorFormat, ColorPickerContent as Content, ColorPickerContentBaseProps as ContentBaseProps, ColorPickerContentProps as ContentProps, ColorPickerContext as Context, ColorPickerContextProps as ContextProps, ColorPickerControl as Control, ColorPickerControlBaseProps as ControlBaseProps, ColorPickerControlProps as ControlProps, ColorPickerEyeDropperTrigger as EyeDropperTrigger, ColorPickerEyeDropperTriggerBaseProps as EyeDropperTriggerBaseProps, ColorPickerEyeDropperTriggerProps as EyeDropperTriggerProps, FocusOutsideEvent, FormatChangeDetails, ColorPickerFormatSelect as FormatSelect, ColorPickerFormatSelectBaseProps as FormatSelectBaseProps, ColorPickerFormatSelectProps as FormatSelectProps, ColorPickerFormatTrigger as FormatTrigger, ColorPickerFormatTriggerBaseProps as FormatTriggerBaseProps, ColorPickerFormatTriggerProps as FormatTriggerProps, ColorPickerHiddenInput as HiddenInput, ColorPickerHiddenInputBaseProps as HiddenInputBaseProps, ColorPickerHiddenInputProps as HiddenInputProps, InteractOutsideEvent, ColorPickerLabel as Label, ColorPickerLabelBaseProps as LabelBaseProps, ColorPickerLabelProps as LabelProps, OpenChangeDetails, PointerDownOutsideEvent, ColorPickerPositioner as Positioner, ColorPickerPositionerBaseProps as PositionerBaseProps, ColorPickerPositionerProps as PositionerProps, ColorPickerRoot as Root, ColorPickerRootBaseProps as RootBaseProps, ColorPickerRootProps as RootProps, ColorPickerRootProvider as RootProvider, ColorPickerRootProviderBaseProps as RootProviderBaseProps, ColorPickerRootProviderProps as RootProviderProps, ColorPickerSwatch as Swatch, ColorPickerSwatchBaseProps as SwatchBaseProps, ColorPickerSwatchGroup as SwatchGroup, ColorPickerSwatchGroupBaseProps as SwatchGroupBaseProps, ColorPickerSwatchGroupProps as SwatchGroupProps, ColorPickerSwatchIndicator as SwatchIndicator, ColorPickerSwatchIndicatorBaseProps as SwatchIndicatorBaseProps, ColorPickerSwatchIndicatorProps as SwatchIndicatorProps, ColorPickerSwatchProps as SwatchProps, ColorPickerSwatchTrigger as SwatchTrigger, ColorPickerSwatchTriggerBaseProps as SwatchTriggerBaseProps, ColorPickerSwatchTriggerProps as SwatchTriggerProps, ColorPickerTransparencyGrid as TransparencyGrid, ColorPickerTransparencyGridBaseProps as TransparencyGridBaseProps, ColorPickerTransparencyGridProps as TransparencyGridProps, ColorPickerTrigger as Trigger, ColorPickerTriggerBaseProps as TriggerBaseProps, ColorPickerTriggerProps as TriggerProps, ValueChangeDetails, ColorPickerValueSwatch as ValueSwatch, ColorPickerValueSwatchBaseProps as ValueSwatchBaseProps, ColorPickerValueSwatchProps as ValueSwatchProps, ColorPickerValueText as ValueText, ColorPickerValueTextBaseProps as ValueTextBaseProps, ColorPickerValueTextProps as ValueTextProps, ColorPickerView as View, ColorPickerViewBaseProps as ViewBaseProps, ColorPickerViewProps as ViewProps };
177
177
  }
@@ -120,7 +120,7 @@ interface ComboboxTriggerProps extends HTMLProps<"button">, ComboboxTriggerBaseP
120
120
  declare const ComboboxTrigger: import("react").ForwardRefExoticComponent<ComboboxTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
121
121
  //#endregion
122
122
  //#region src/components/combobox/anatomy.d.ts
123
- declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "list" | "root" | "control" | "item" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty" | "trigger" | "clearTrigger" | "positioner">;
123
+ declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "list" | "root" | "item" | "itemText" | "control" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty" | "trigger" | "clearTrigger" | "positioner">;
124
124
  declare namespace combobox_d_exports {
125
125
  export { ComboboxClearTrigger as ClearTrigger, ComboboxClearTriggerBaseProps as ClearTriggerBaseProps, ComboboxClearTriggerProps as ClearTriggerProps, CollectionItem, ComboboxContent as Content, ComboboxContentBaseProps as ContentBaseProps, ComboboxContentProps as ContentProps, ComboboxContext as Context, ComboboxContextProps as ContextProps, ComboboxControl as Control, ComboboxControlBaseProps as ControlBaseProps, ComboboxControlProps as ControlProps, ComboboxEmpty as Empty, ComboboxEmptyBaseProps as EmptyBaseProps, ComboboxEmptyProps as EmptyProps, FocusOutsideEvent, HighlightChangeDetails, ComboboxInput as Input, ComboboxInputBaseProps as InputBaseProps, ComboboxInputProps as InputProps, InputValueChangeDetails, InteractOutsideEvent, ComboboxItem as Item, ComboboxItemBaseProps as ItemBaseProps, ComboboxItemContext as ItemContext, ComboboxItemContextProps as ItemContextProps, ComboboxItemGroup as ItemGroup, ComboboxItemGroupBaseProps as ItemGroupBaseProps, ComboboxItemGroupLabel as ItemGroupLabel, ComboboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ComboboxItemGroupLabelProps as ItemGroupLabelProps, ComboboxItemGroupProps as ItemGroupProps, ComboboxItemIndicator as ItemIndicator, ComboboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ComboboxItemIndicatorProps as ItemIndicatorProps, ComboboxItemProps as ItemProps, ComboboxItemText as ItemText, ComboboxItemTextBaseProps as ItemTextBaseProps, ComboboxItemTextProps as ItemTextProps, ComboboxLabel as Label, ComboboxLabelBaseProps as LabelBaseProps, ComboboxLabelProps as LabelProps, ComboboxList as List, ComboboxListBaseProps as ListBaseProps, ComboboxListProps as ListProps, OpenChangeDetails, PointerDownOutsideEvent, ComboboxPositioner as Positioner, ComboboxPositionerBaseProps as PositionerBaseProps, ComboboxPositionerProps as PositionerProps, ComboboxRoot as Root, ComboboxRootBaseProps as RootBaseProps, ComboboxRootComponent as RootComponent, ComboboxRootComponentProps as RootComponentProps, ComboboxRootProps as RootProps, ComboboxRootProvider as RootProvider, ComboboxRootProviderBaseProps as RootProviderBaseProps, ComboboxRootProviderComponent as RootProviderComponent, ComboboxRootProviderProps as RootProviderProps, SelectionDetails, ComboboxTrigger as Trigger, ComboboxTriggerBaseProps as TriggerBaseProps, ComboboxTriggerProps as TriggerProps, ValueChangeDetails };
126
126
  }
@@ -120,7 +120,7 @@ interface ComboboxTriggerProps extends HTMLProps<"button">, ComboboxTriggerBaseP
120
120
  declare const ComboboxTrigger: import("react").ForwardRefExoticComponent<ComboboxTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
121
121
  //#endregion
122
122
  //#region src/components/combobox/anatomy.d.ts
123
- declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "list" | "root" | "control" | "item" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty" | "trigger" | "clearTrigger" | "positioner">;
123
+ declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "list" | "root" | "item" | "itemText" | "control" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty" | "trigger" | "clearTrigger" | "positioner">;
124
124
  declare namespace combobox_d_exports {
125
125
  export { ComboboxClearTrigger as ClearTrigger, ComboboxClearTriggerBaseProps as ClearTriggerBaseProps, ComboboxClearTriggerProps as ClearTriggerProps, CollectionItem, ComboboxContent as Content, ComboboxContentBaseProps as ContentBaseProps, ComboboxContentProps as ContentProps, ComboboxContext as Context, ComboboxContextProps as ContextProps, ComboboxControl as Control, ComboboxControlBaseProps as ControlBaseProps, ComboboxControlProps as ControlProps, ComboboxEmpty as Empty, ComboboxEmptyBaseProps as EmptyBaseProps, ComboboxEmptyProps as EmptyProps, FocusOutsideEvent, HighlightChangeDetails, ComboboxInput as Input, ComboboxInputBaseProps as InputBaseProps, ComboboxInputProps as InputProps, InputValueChangeDetails, InteractOutsideEvent, ComboboxItem as Item, ComboboxItemBaseProps as ItemBaseProps, ComboboxItemContext as ItemContext, ComboboxItemContextProps as ItemContextProps, ComboboxItemGroup as ItemGroup, ComboboxItemGroupBaseProps as ItemGroupBaseProps, ComboboxItemGroupLabel as ItemGroupLabel, ComboboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ComboboxItemGroupLabelProps as ItemGroupLabelProps, ComboboxItemGroupProps as ItemGroupProps, ComboboxItemIndicator as ItemIndicator, ComboboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ComboboxItemIndicatorProps as ItemIndicatorProps, ComboboxItemProps as ItemProps, ComboboxItemText as ItemText, ComboboxItemTextBaseProps as ItemTextBaseProps, ComboboxItemTextProps as ItemTextProps, ComboboxLabel as Label, ComboboxLabelBaseProps as LabelBaseProps, ComboboxLabelProps as LabelProps, ComboboxList as List, ComboboxListBaseProps as ListBaseProps, ComboboxListProps as ListProps, OpenChangeDetails, PointerDownOutsideEvent, ComboboxPositioner as Positioner, ComboboxPositionerBaseProps as PositionerBaseProps, ComboboxPositionerProps as PositionerProps, ComboboxRoot as Root, ComboboxRootBaseProps as RootBaseProps, ComboboxRootComponent as RootComponent, ComboboxRootComponentProps as RootComponentProps, ComboboxRootProps as RootProps, ComboboxRootProvider as RootProvider, ComboboxRootProviderBaseProps as RootProviderBaseProps, ComboboxRootProviderComponent as RootProviderComponent, ComboboxRootProviderProps as RootProviderProps, SelectionDetails, ComboboxTrigger as Trigger, ComboboxTriggerBaseProps as TriggerBaseProps, ComboboxTriggerProps as TriggerProps, ValueChangeDetails };
126
126
  }
@@ -73,7 +73,7 @@ interface SegmentGroupRootProviderProps extends HTMLProps<"div">, SegmentGroupRo
73
73
  declare const SegmentGroupRootProvider: import("react").ForwardRefExoticComponent<SegmentGroupRootProviderProps & import("react").RefAttributes<HTMLDivElement>>;
74
74
  //#endregion
75
75
  //#region src/components/segment-group/anatomy.d.ts
76
- declare const segmentGroupAnatomy: import("@wirekyt/dom/anatomy").Anatomy<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl">;
76
+ declare const segmentGroupAnatomy: import("@wirekyt/dom/anatomy").Anatomy<"label" | "root" | "indicator" | "item" | "itemControl" | "itemText">;
77
77
  declare namespace segment_group_d_exports {
78
78
  export { SegmentGroupContext as Context, SegmentGroupContextProps as ContextProps, SegmentGroupIndicator as Indicator, SegmentGroupIndicatorBaseProps as IndicatorBaseProps, SegmentGroupIndicatorProps as IndicatorProps, SegmentGroupItem as Item, SegmentGroupItemBaseProps as ItemBaseProps, SegmentGroupItemContext as ItemContext, SegmentGroupItemContextProps as ItemContextProps, SegmentGroupItemControl as ItemControl, SegmentGroupItemControlBaseProps as ItemControlBaseProps, SegmentGroupItemControlProps as ItemControlProps, SegmentGroupItemHiddenInput as ItemHiddenInput, SegmentGroupItemHiddenInputBaseProps as ItemHiddenInputBaseProps, SegmentGroupItemHiddenInputProps as ItemHiddenInputProps, SegmentGroupItemProps as ItemProps, SegmentGroupItemText as ItemText, SegmentGroupItemTextBaseProps as ItemTextBaseProps, SegmentGroupItemTextProps as ItemTextProps, SegmentGroupLabel as Label, SegmentGroupLabelBaseProps as LabelBaseProps, SegmentGroupLabelProps as LabelProps, SegmentGroupRoot as Root, SegmentGroupRootBaseProps as RootBaseProps, SegmentGroupRootProps as RootProps, SegmentGroupRootProvider as RootProvider, SegmentGroupRootProviderBaseProps as RootProviderBaseProps, SegmentGroupRootProviderProps as RootProviderProps, ValueChangeDetails };
79
79
  }
@@ -73,7 +73,7 @@ interface SegmentGroupRootProviderProps extends HTMLProps<"div">, SegmentGroupRo
73
73
  declare const SegmentGroupRootProvider: import("react").ForwardRefExoticComponent<SegmentGroupRootProviderProps & import("react").RefAttributes<HTMLDivElement>>;
74
74
  //#endregion
75
75
  //#region src/components/segment-group/anatomy.d.ts
76
- declare const segmentGroupAnatomy: import("@wirekyt/dom/anatomy").Anatomy<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl">;
76
+ declare const segmentGroupAnatomy: import("@wirekyt/dom/anatomy").Anatomy<"label" | "root" | "indicator" | "item" | "itemControl" | "itemText">;
77
77
  declare namespace segment_group_d_exports {
78
78
  export { SegmentGroupContext as Context, SegmentGroupContextProps as ContextProps, SegmentGroupIndicator as Indicator, SegmentGroupIndicatorBaseProps as IndicatorBaseProps, SegmentGroupIndicatorProps as IndicatorProps, SegmentGroupItem as Item, SegmentGroupItemBaseProps as ItemBaseProps, SegmentGroupItemContext as ItemContext, SegmentGroupItemContextProps as ItemContextProps, SegmentGroupItemControl as ItemControl, SegmentGroupItemControlBaseProps as ItemControlBaseProps, SegmentGroupItemControlProps as ItemControlProps, SegmentGroupItemHiddenInput as ItemHiddenInput, SegmentGroupItemHiddenInputBaseProps as ItemHiddenInputBaseProps, SegmentGroupItemHiddenInputProps as ItemHiddenInputProps, SegmentGroupItemProps as ItemProps, SegmentGroupItemText as ItemText, SegmentGroupItemTextBaseProps as ItemTextBaseProps, SegmentGroupItemTextProps as ItemTextProps, SegmentGroupLabel as Label, SegmentGroupLabelBaseProps as LabelBaseProps, SegmentGroupLabelProps as LabelProps, SegmentGroupRoot as Root, SegmentGroupRootBaseProps as RootBaseProps, SegmentGroupRootProps as RootProps, SegmentGroupRootProvider as RootProvider, SegmentGroupRootProviderBaseProps as RootProviderBaseProps, SegmentGroupRootProviderProps as RootProviderProps, ValueChangeDetails };
79
79
  }
package/dist/tour.d.cts CHANGED
@@ -104,7 +104,7 @@ interface TourTitleProps extends HTMLProps<"h2">, TourTitleBaseProps {}
104
104
  declare const TourTitle: import("react").ForwardRefExoticComponent<TourTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
105
105
  //#endregion
106
106
  //#region src/components/tour/anatomy.d.ts
107
- declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "content" | "arrow" | "control" | "progressText" | "positioner" | "arrowTip" | "description" | "closeTrigger" | "backdrop" | "actionTrigger" | "spotlight">;
107
+ declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "content" | "arrow" | "control" | "progressText" | "positioner" | "arrowTip" | "closeTrigger" | "actionTrigger" | "description" | "backdrop" | "spotlight">;
108
108
  declare namespace tour_d_exports {
109
109
  export { TourActionTrigger as ActionTrigger, TourActionTriggerBaseProps as ActionTriggerBaseProps, TourActionTriggerProps as ActionTriggerProps, TourActions as Actions, TourActionsProps as ActionsProps, TourArrow as Arrow, TourArrowBaseProps as ArrowBaseProps, TourArrowProps as ArrowProps, TourArrowTip as ArrowTip, TourArrowTipBaseProps as ArrowTipBaseProps, TourArrowTipProps as ArrowTipProps, TourBackdrop as Backdrop, TourBackdropBaseProps as BackdropBaseProps, TourBackdropProps as BackdropProps, TourCloseTrigger as CloseTrigger, TourCloseTriggerBaseProps as CloseTriggerBaseProps, TourCloseTriggerProps as CloseTriggerProps, TourContent as Content, TourContentBaseProps as ContentBaseProps, TourContentProps as ContentProps, TourContext as Context, TourContextProps as ContextProps, TourControl as Control, TourControlBaseProps as ControlBaseProps, TourControlProps as ControlProps, TourDescription as Description, TourDescriptionBaseProps as DescriptionBaseProps, TourDescriptionProps as DescriptionProps, FocusOutsideEvent, InteractOutsideEvent, Point, PointerDownOutsideEvent, TourPositioner as Positioner, TourPositionerBaseProps as PositionerBaseProps, TourPositionerProps as PositionerProps, TourProgressText as ProgressText, TourProgressTextBaseProps as ProgressTextBaseProps, ProgressTextDetails, TourProgressTextProps as ProgressTextProps, TourRoot as Root, TourRootBaseProps as RootBaseProps, TourRootProps as RootProps, TourSpotlight as Spotlight, TourSpotlightBaseProps as SpotlightBaseProps, TourSpotlightProps as SpotlightProps, StatusChangeDetails, StepAction$1 as StepAction, StepActionMap, StepActionTriggerProps$1 as StepActionTriggerProps, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepPlacement, StepStatus, StepType, TourTitle as Title, TourTitleBaseProps as TitleBaseProps, TourTitleProps as TitleProps, WaitOptions$1 as WaitOptions };
110
110
  }
package/dist/tour.d.ts CHANGED
@@ -104,7 +104,7 @@ interface TourTitleProps extends HTMLProps<"h2">, TourTitleBaseProps {}
104
104
  declare const TourTitle: import("react").ForwardRefExoticComponent<TourTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
105
105
  //#endregion
106
106
  //#region src/components/tour/anatomy.d.ts
107
- declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "content" | "arrow" | "control" | "progressText" | "positioner" | "arrowTip" | "description" | "closeTrigger" | "backdrop" | "actionTrigger" | "spotlight">;
107
+ declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "content" | "arrow" | "control" | "progressText" | "positioner" | "arrowTip" | "closeTrigger" | "actionTrigger" | "description" | "backdrop" | "spotlight">;
108
108
  declare namespace tour_d_exports {
109
109
  export { TourActionTrigger as ActionTrigger, TourActionTriggerBaseProps as ActionTriggerBaseProps, TourActionTriggerProps as ActionTriggerProps, TourActions as Actions, TourActionsProps as ActionsProps, TourArrow as Arrow, TourArrowBaseProps as ArrowBaseProps, TourArrowProps as ArrowProps, TourArrowTip as ArrowTip, TourArrowTipBaseProps as ArrowTipBaseProps, TourArrowTipProps as ArrowTipProps, TourBackdrop as Backdrop, TourBackdropBaseProps as BackdropBaseProps, TourBackdropProps as BackdropProps, TourCloseTrigger as CloseTrigger, TourCloseTriggerBaseProps as CloseTriggerBaseProps, TourCloseTriggerProps as CloseTriggerProps, TourContent as Content, TourContentBaseProps as ContentBaseProps, TourContentProps as ContentProps, TourContext as Context, TourContextProps as ContextProps, TourControl as Control, TourControlBaseProps as ControlBaseProps, TourControlProps as ControlProps, TourDescription as Description, TourDescriptionBaseProps as DescriptionBaseProps, TourDescriptionProps as DescriptionProps, FocusOutsideEvent, InteractOutsideEvent, Point, PointerDownOutsideEvent, TourPositioner as Positioner, TourPositionerBaseProps as PositionerBaseProps, TourPositionerProps as PositionerProps, TourProgressText as ProgressText, TourProgressTextBaseProps as ProgressTextBaseProps, ProgressTextDetails, TourProgressTextProps as ProgressTextProps, TourRoot as Root, TourRootBaseProps as RootBaseProps, TourRootProps as RootProps, TourSpotlight as Spotlight, TourSpotlightBaseProps as SpotlightBaseProps, TourSpotlightProps as SpotlightProps, StatusChangeDetails, StepAction$1 as StepAction, StepActionMap, StepActionTriggerProps$1 as StepActionTriggerProps, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepPlacement, StepStatus, StepType, TourTitle as Title, TourTitleBaseProps as TitleBaseProps, TourTitleProps as TitleProps, WaitOptions$1 as WaitOptions };
110
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wirekyt/react",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "React adapter for Wirekyt",
5
5
  "files": [
6
6
  "dist"
@@ -259,7 +259,7 @@
259
259
  "dependencies": {
260
260
  "@internationalized/date": "^3.12.3",
261
261
  "@internationalized/number": "^3.6.7",
262
- "@wirekyt/dom": "0.0.10"
262
+ "@wirekyt/dom": "0.0.12"
263
263
  },
264
264
  "peerDependencies": {
265
265
  "react": ">=19.0.0",