@wirekyt/react 0.0.16 → 0.0.17
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.
- package/dist/color-picker.d.cts +2 -2
- package/dist/color-picker.d.ts +2 -2
- package/dist/combobox.d.cts +2 -2
- package/dist/combobox.d.ts +2 -2
- package/dist/date-picker.d.cts +2 -2
- package/dist/date-picker.d.ts +2 -2
- package/dist/dialog.d.cts +1 -1
- package/dist/dialog.d.ts +1 -1
- package/dist/drawer.d.cts +1 -1
- package/dist/drawer.d.ts +1 -1
- package/dist/floating-panel.d.cts +1 -1
- package/dist/floating-panel.d.ts +1 -1
- package/dist/hover-card.d.cts +1 -1
- package/dist/hover-card.d.ts +1 -1
- package/dist/{index-DyTY8HEb.d.cts → index-CUyHBXOI.d.cts} +1 -1
- package/dist/{index-DRnET7mJ.d.ts → index-D7JH9e9E.d.ts} +1 -1
- package/dist/listbox.d.cts +1 -1
- package/dist/listbox.d.ts +1 -1
- package/dist/menu.d.cts +1 -1
- package/dist/menu.d.ts +1 -1
- package/dist/popover.d.cts +1 -1
- package/dist/popover.d.ts +1 -1
- package/dist/presence.d.cts +1 -1
- package/dist/presence.d.ts +1 -1
- package/dist/select.d.cts +1 -1
- package/dist/select.d.ts +1 -1
- package/dist/swap.d.cts +1 -1
- package/dist/swap.d.ts +1 -1
- package/dist/tooltip.d.cts +1 -1
- package/dist/tooltip.d.ts +1 -1
- package/dist/tour.d.cts +2 -2
- package/dist/tour.d.ts +2 -2
- package/package.json +3 -3
package/dist/color-picker.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as colorPicker from "@wirekyt/dom/machines/color-picker";
|
|
7
7
|
import { AreaProps, ChannelInputProps, ChannelProps, Color, Color as Color$1, ColorFormat, ColorFormat as ColorFormat$1, ColorFormat as ColorPickerColorFormat, FocusOutsideEvent, FocusOutsideEvent as ColorPickerFocusOutsideEvent, FormatChangeDetails, FormatChangeDetails as ColorPickerFormatChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ColorPickerInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as ColorPickerOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ColorPickerPointerDownOutsideEvent, SwatchProps, SwatchTriggerProps, TransparencyGridProps, ValueChangeDetails, ValueChangeDetails as ColorPickerValueChangeDetails, parse as parseColor } from "@wirekyt/dom/machines/color-picker";
|
|
@@ -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<"
|
|
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">;
|
|
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
|
}
|
package/dist/color-picker.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as colorPicker from "@wirekyt/dom/machines/color-picker";
|
|
7
7
|
import { AreaProps, ChannelInputProps, ChannelProps, Color, Color as Color$1, ColorFormat, ColorFormat as ColorFormat$1, ColorFormat as ColorPickerColorFormat, FocusOutsideEvent, FocusOutsideEvent as ColorPickerFocusOutsideEvent, FormatChangeDetails, FormatChangeDetails as ColorPickerFormatChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ColorPickerInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as ColorPickerOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ColorPickerPointerDownOutsideEvent, SwatchProps, SwatchTriggerProps, TransparencyGridProps, ValueChangeDetails, ValueChangeDetails as ColorPickerValueChangeDetails, parse as parseColor } from "@wirekyt/dom/machines/color-picker";
|
|
@@ -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<"
|
|
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">;
|
|
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
|
}
|
package/dist/combobox.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
4
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "./index-3Al0R5bH.cjs";
|
|
5
|
-
import { c as UsePresenceProps } from "./index-
|
|
5
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
6
6
|
import { JSX, ReactNode, RefAttributes } from "react";
|
|
7
7
|
import * as combobox from "@wirekyt/dom/machines/combobox";
|
|
8
8
|
import { FocusOutsideEvent, FocusOutsideEvent as ComboboxFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ComboboxInteractOutsideEvent, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ComboboxPointerDownOutsideEvent, SelectionDetails, SelectionDetails as ComboboxSelectionDetails, TriggerProps, ValueChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails } from "@wirekyt/dom/machines/combobox";
|
|
@@ -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<"
|
|
123
|
+
declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "list" | "root" | "item" | "itemText" | "control" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty" | "clearTrigger" | "trigger" | "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
|
}
|
package/dist/combobox.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
4
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "./index-BAn8qiCM.js";
|
|
5
|
-
import { c as UsePresenceProps } from "./index-
|
|
5
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
6
6
|
import { JSX, ReactNode, RefAttributes } from "react";
|
|
7
7
|
import * as combobox from "@wirekyt/dom/machines/combobox";
|
|
8
8
|
import { FocusOutsideEvent, FocusOutsideEvent as ComboboxFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ComboboxInteractOutsideEvent, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ComboboxPointerDownOutsideEvent, SelectionDetails, SelectionDetails as ComboboxSelectionDetails, TriggerProps, ValueChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails } from "@wirekyt/dom/machines/combobox";
|
|
@@ -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<"
|
|
123
|
+
declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "list" | "root" | "item" | "itemText" | "control" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty" | "clearTrigger" | "trigger" | "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
|
}
|
package/dist/date-picker.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as datePicker from "@wirekyt/dom/machines/date-picker";
|
|
7
7
|
import { DateRangePreset, DateRangePreset as DatePickerDateRangePreset, DateValue, DateValue as DateValue$1, DateValue as DateValue$2, DateView, DateView as DatePickerDateView, DayTableCellProps, FocusChangeDetails, FocusChangeDetails as DatePickerFocusChangeDetails, InputProps, OpenChangeDetails, OpenChangeDetails as DatePickerOpenChangeDetails, PresetTriggerProps, SelectionMode, SelectionMode as DatePickerSelectionMode, TableCellProps, TableProps, ValueChangeDetails, ValueChangeDetails as DatePickerValueChangeDetails, ViewChangeDetails, ViewChangeDetails as DatePickerViewChangeDetails, ViewProps, VisibleRangeChangeDetails, VisibleRangeChangeDetails as DatePickerVisibleRangeChangeDetails, parse as parseDate } from "@wirekyt/dom/machines/date-picker";
|
|
@@ -182,7 +182,7 @@ interface DatePickerYearSelectProps extends HTMLProps<"select">, DatePickerYearS
|
|
|
182
182
|
declare const DatePickerYearSelect: import("react").ForwardRefExoticComponent<DatePickerYearSelectProps & import("react").RefAttributes<HTMLSelectElement>>;
|
|
183
183
|
//#endregion
|
|
184
184
|
//#region src/components/date-picker/anatomy.d.ts
|
|
185
|
-
declare const datePickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"
|
|
185
|
+
declare const datePickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "table" | "view" | "root" | "control" | "nextTrigger" | "prevTrigger" | "valueText" | "clearTrigger" | "trigger" | "positioner" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl">;
|
|
186
186
|
declare namespace date_picker_d_exports {
|
|
187
187
|
export { DatePickerClearTrigger as ClearTrigger, DatePickerClearTriggerBaseProps as ClearTriggerBaseProps, DatePickerClearTriggerProps as ClearTriggerProps, DatePickerContent as Content, DatePickerContentBaseProps as ContentBaseProps, DatePickerContentProps as ContentProps, DatePickerContext as Context, DatePickerContextProps as ContextProps, DatePickerControl as Control, DatePickerControlBaseProps as ControlBaseProps, DatePickerControlProps as ControlProps, DateRangePreset, DateValue$2 as DateValue, DateView, FocusChangeDetails, DatePickerInput as Input, DatePickerInputBaseProps as InputBaseProps, DatePickerInputProps as InputProps, DatePickerLabel as Label, DatePickerLabelBaseProps as LabelBaseProps, DatePickerLabelProps as LabelProps, DatePickerMonthSelect as MonthSelect, DatePickerMonthSelectBaseProps as MonthSelectBaseProps, DatePickerMonthSelectProps as MonthSelectProps, DatePickerNextTrigger as NextTrigger, DatePickerNextTriggerBaseProps as NextTriggerBaseProps, DatePickerNextTriggerProps as NextTriggerProps, OpenChangeDetails, DatePickerPositioner as Positioner, DatePickerPositionerBaseProps as PositionerBaseProps, DatePickerPositionerProps as PositionerProps, DatePickerPresetTrigger as PresetTrigger, DatePickerPresetTriggerBaseProps as PresetTriggerBaseProps, DatePickerPresetTriggerProps as PresetTriggerProps, DatePickerPrevTrigger as PrevTrigger, DatePickerPrevTriggerBaseProps as PrevTriggerBaseProps, DatePickerPrevTriggerProps as PrevTriggerProps, DatePickerRangeText as RangeText, DatePickerRangeTextBaseProps as RangeTextBaseProps, DatePickerRangeTextProps as RangeTextProps, DatePickerRoot as Root, DatePickerRootBaseProps as RootBaseProps, DatePickerRootProps as RootProps, DatePickerRootProvider as RootProvider, DatePickerRootProviderBaseProps as RootProviderBaseProps, DatePickerRootProviderProps as RootProviderProps, SelectionMode, DatePickerTable as Table, DatePickerTableBaseProps as TableBaseProps, DatePickerTableBody as TableBody, DatePickerTableBodyBaseProps as TableBodyBaseProps, DatePickerTableBodyProps as TableBodyProps, DatePickerTableCell as TableCell, DatePickerTableCellBaseProps as TableCellBaseProps, DatePickerTableCellProps as TableCellProps, DatePickerTableCellTrigger as TableCellTrigger, DatePickerTableCellTriggerBaseProps as TableCellTriggerBaseProps, DatePickerTableCellTriggerProps as TableCellTriggerProps, DatePickerTableHead as TableHead, DatePickerTableHeadBaseProps as TableHeadBaseProps, DatePickerTableHeadProps as TableHeadProps, DatePickerTableHeader as TableHeader, DatePickerTableHeaderBaseProps as TableHeaderBaseProps, DatePickerTableHeaderProps as TableHeaderProps, DatePickerTableProps as TableProps, DatePickerTableRow as TableRow, DatePickerTableRowBaseProps as TableRowBaseProps, DatePickerTableRowProps as TableRowProps, DatePickerTrigger as Trigger, DatePickerTriggerBaseProps as TriggerBaseProps, DatePickerTriggerProps as TriggerProps, ValueChangeDetails, DatePickerValueText as ValueText, DatePickerValueTextBaseProps as ValueTextBaseProps, DatePickerValueTextProps as ValueTextProps, DatePickerValueTextRenderProps as ValueTextRenderProps, DatePickerView as View, DatePickerViewBaseProps as ViewBaseProps, ViewChangeDetails, DatePickerViewControl as ViewControl, DatePickerViewControlBaseProps as ViewControlBaseProps, DatePickerViewControlProps as ViewControlProps, DatePickerViewProps as ViewProps, DatePickerViewTrigger as ViewTrigger, DatePickerViewTriggerBaseProps as ViewTriggerBaseProps, DatePickerViewTriggerProps as ViewTriggerProps, VisibleRangeChangeDetails, DatePickerWeekNumberCell as WeekNumberCell, DatePickerWeekNumberCellBaseProps as WeekNumberCellBaseProps, DatePickerWeekNumberCellProps as WeekNumberCellProps, DatePickerWeekNumberHeaderCell as WeekNumberHeaderCell, DatePickerWeekNumberHeaderCellBaseProps as WeekNumberHeaderCellBaseProps, DatePickerWeekNumberHeaderCellProps as WeekNumberHeaderCellProps, DatePickerYearSelect as YearSelect, DatePickerYearSelectBaseProps as YearSelectBaseProps, DatePickerYearSelectProps as YearSelectProps };
|
|
188
188
|
}
|
package/dist/date-picker.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as datePicker from "@wirekyt/dom/machines/date-picker";
|
|
7
7
|
import { DateRangePreset, DateRangePreset as DatePickerDateRangePreset, DateValue, DateValue as DateValue$1, DateValue as DateValue$2, DateView, DateView as DatePickerDateView, DayTableCellProps, FocusChangeDetails, FocusChangeDetails as DatePickerFocusChangeDetails, InputProps, OpenChangeDetails, OpenChangeDetails as DatePickerOpenChangeDetails, PresetTriggerProps, SelectionMode, SelectionMode as DatePickerSelectionMode, TableCellProps, TableProps, ValueChangeDetails, ValueChangeDetails as DatePickerValueChangeDetails, ViewChangeDetails, ViewChangeDetails as DatePickerViewChangeDetails, ViewProps, VisibleRangeChangeDetails, VisibleRangeChangeDetails as DatePickerVisibleRangeChangeDetails, parse as parseDate } from "@wirekyt/dom/machines/date-picker";
|
|
@@ -182,7 +182,7 @@ interface DatePickerYearSelectProps extends HTMLProps<"select">, DatePickerYearS
|
|
|
182
182
|
declare const DatePickerYearSelect: import("react").ForwardRefExoticComponent<DatePickerYearSelectProps & import("react").RefAttributes<HTMLSelectElement>>;
|
|
183
183
|
//#endregion
|
|
184
184
|
//#region src/components/date-picker/anatomy.d.ts
|
|
185
|
-
declare const datePickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"
|
|
185
|
+
declare const datePickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "table" | "view" | "root" | "control" | "nextTrigger" | "prevTrigger" | "valueText" | "clearTrigger" | "trigger" | "positioner" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl">;
|
|
186
186
|
declare namespace date_picker_d_exports {
|
|
187
187
|
export { DatePickerClearTrigger as ClearTrigger, DatePickerClearTriggerBaseProps as ClearTriggerBaseProps, DatePickerClearTriggerProps as ClearTriggerProps, DatePickerContent as Content, DatePickerContentBaseProps as ContentBaseProps, DatePickerContentProps as ContentProps, DatePickerContext as Context, DatePickerContextProps as ContextProps, DatePickerControl as Control, DatePickerControlBaseProps as ControlBaseProps, DatePickerControlProps as ControlProps, DateRangePreset, DateValue$2 as DateValue, DateView, FocusChangeDetails, DatePickerInput as Input, DatePickerInputBaseProps as InputBaseProps, DatePickerInputProps as InputProps, DatePickerLabel as Label, DatePickerLabelBaseProps as LabelBaseProps, DatePickerLabelProps as LabelProps, DatePickerMonthSelect as MonthSelect, DatePickerMonthSelectBaseProps as MonthSelectBaseProps, DatePickerMonthSelectProps as MonthSelectProps, DatePickerNextTrigger as NextTrigger, DatePickerNextTriggerBaseProps as NextTriggerBaseProps, DatePickerNextTriggerProps as NextTriggerProps, OpenChangeDetails, DatePickerPositioner as Positioner, DatePickerPositionerBaseProps as PositionerBaseProps, DatePickerPositionerProps as PositionerProps, DatePickerPresetTrigger as PresetTrigger, DatePickerPresetTriggerBaseProps as PresetTriggerBaseProps, DatePickerPresetTriggerProps as PresetTriggerProps, DatePickerPrevTrigger as PrevTrigger, DatePickerPrevTriggerBaseProps as PrevTriggerBaseProps, DatePickerPrevTriggerProps as PrevTriggerProps, DatePickerRangeText as RangeText, DatePickerRangeTextBaseProps as RangeTextBaseProps, DatePickerRangeTextProps as RangeTextProps, DatePickerRoot as Root, DatePickerRootBaseProps as RootBaseProps, DatePickerRootProps as RootProps, DatePickerRootProvider as RootProvider, DatePickerRootProviderBaseProps as RootProviderBaseProps, DatePickerRootProviderProps as RootProviderProps, SelectionMode, DatePickerTable as Table, DatePickerTableBaseProps as TableBaseProps, DatePickerTableBody as TableBody, DatePickerTableBodyBaseProps as TableBodyBaseProps, DatePickerTableBodyProps as TableBodyProps, DatePickerTableCell as TableCell, DatePickerTableCellBaseProps as TableCellBaseProps, DatePickerTableCellProps as TableCellProps, DatePickerTableCellTrigger as TableCellTrigger, DatePickerTableCellTriggerBaseProps as TableCellTriggerBaseProps, DatePickerTableCellTriggerProps as TableCellTriggerProps, DatePickerTableHead as TableHead, DatePickerTableHeadBaseProps as TableHeadBaseProps, DatePickerTableHeadProps as TableHeadProps, DatePickerTableHeader as TableHeader, DatePickerTableHeaderBaseProps as TableHeaderBaseProps, DatePickerTableHeaderProps as TableHeaderProps, DatePickerTableProps as TableProps, DatePickerTableRow as TableRow, DatePickerTableRowBaseProps as TableRowBaseProps, DatePickerTableRowProps as TableRowProps, DatePickerTrigger as Trigger, DatePickerTriggerBaseProps as TriggerBaseProps, DatePickerTriggerProps as TriggerProps, ValueChangeDetails, DatePickerValueText as ValueText, DatePickerValueTextBaseProps as ValueTextBaseProps, DatePickerValueTextProps as ValueTextProps, DatePickerValueTextRenderProps as ValueTextRenderProps, DatePickerView as View, DatePickerViewBaseProps as ViewBaseProps, ViewChangeDetails, DatePickerViewControl as ViewControl, DatePickerViewControlBaseProps as ViewControlBaseProps, DatePickerViewControlProps as ViewControlProps, DatePickerViewProps as ViewProps, DatePickerViewTrigger as ViewTrigger, DatePickerViewTriggerBaseProps as ViewTriggerBaseProps, DatePickerViewTriggerProps as ViewTriggerProps, VisibleRangeChangeDetails, DatePickerWeekNumberCell as WeekNumberCell, DatePickerWeekNumberCellBaseProps as WeekNumberCellBaseProps, DatePickerWeekNumberCellProps as WeekNumberCellProps, DatePickerWeekNumberHeaderCell as WeekNumberHeaderCell, DatePickerWeekNumberHeaderCellBaseProps as WeekNumberHeaderCellBaseProps, DatePickerWeekNumberHeaderCellProps as WeekNumberHeaderCellProps, DatePickerYearSelect as YearSelect, DatePickerYearSelectBaseProps as YearSelectBaseProps, DatePickerYearSelectProps as YearSelectProps };
|
|
188
188
|
}
|
package/dist/dialog.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as dialog from "@wirekyt/dom/machines/dialog";
|
|
7
7
|
import { FocusOutsideEvent, FocusOutsideEvent as DialogFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as DialogInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as DialogOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as DialogPointerDownOutsideEvent, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as DialogTriggerValueChangeDetails, anatomy as dialogAnatomy } from "@wirekyt/dom/machines/dialog";
|
package/dist/dialog.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as dialog from "@wirekyt/dom/machines/dialog";
|
|
7
7
|
import { FocusOutsideEvent, FocusOutsideEvent as DialogFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as DialogInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as DialogOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as DialogPointerDownOutsideEvent, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as DialogTriggerValueChangeDetails, anatomy as dialogAnatomy } from "@wirekyt/dom/machines/dialog";
|
package/dist/drawer.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as drawer from "@wirekyt/dom/machines/drawer";
|
|
7
7
|
import { ContentProps, DrawerStackApi, OpenChangeDetails, OpenChangeDetails as DrawerOpenChangeDetails, SnapPointChangeDetails, SnapPointChangeDetails as DrawerSnapPointChangeDetails, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as DrawerTriggerValueChangeDetails, anatomy as drawerAnatomy } from "@wirekyt/dom/machines/drawer";
|
package/dist/drawer.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as drawer from "@wirekyt/dom/machines/drawer";
|
|
7
7
|
import { ContentProps, DrawerStackApi, OpenChangeDetails, OpenChangeDetails as DrawerOpenChangeDetails, SnapPointChangeDetails, SnapPointChangeDetails as DrawerSnapPointChangeDetails, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as DrawerTriggerValueChangeDetails, anatomy as drawerAnatomy } from "@wirekyt/dom/machines/drawer";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as floatingPanel from "@wirekyt/dom/machines/floating-panel";
|
|
7
7
|
import { AnchorPositionDetails, AnchorPositionDetails as FloatingPanelAnchorPositionDetails, ElementIds, ElementIds as FloatingPanelElementIds, IntlTranslations, IntlTranslations as FloatingPanelIntlTranslations, OpenChangeDetails, OpenChangeDetails as FloatingPanelOpenChangeDetails, Point, Point as FloatingPanelPoint, PositionChangeDetails, PositionChangeDetails as FloatingPanelPositionChangeDetails, ResizeTriggerAxis, ResizeTriggerAxis as FloatingPanelResizeTriggerAxis, ResizeTriggerProps, Size, Size as FloatingPanelSize, SizeChangeDetails, SizeChangeDetails as FloatingPanelSizeChangeDetails, Stage, Stage as FloatingPanelStage, StageChangeDetails, StageChangeDetails as FloatingPanelStageChangeDetails, StageTriggerProps, anatomy as floatingPanelAnatomy, resizeTriggerAxes } from "@wirekyt/dom/machines/floating-panel";
|
package/dist/floating-panel.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as floatingPanel from "@wirekyt/dom/machines/floating-panel";
|
|
7
7
|
import { AnchorPositionDetails, AnchorPositionDetails as FloatingPanelAnchorPositionDetails, ElementIds, ElementIds as FloatingPanelElementIds, IntlTranslations, IntlTranslations as FloatingPanelIntlTranslations, OpenChangeDetails, OpenChangeDetails as FloatingPanelOpenChangeDetails, Point, Point as FloatingPanelPoint, PositionChangeDetails, PositionChangeDetails as FloatingPanelPositionChangeDetails, ResizeTriggerAxis, ResizeTriggerAxis as FloatingPanelResizeTriggerAxis, ResizeTriggerProps, Size, Size as FloatingPanelSize, SizeChangeDetails, SizeChangeDetails as FloatingPanelSizeChangeDetails, Stage, Stage as FloatingPanelStage, StageChangeDetails, StageChangeDetails as FloatingPanelStageChangeDetails, StageTriggerProps, anatomy as floatingPanelAnatomy, resizeTriggerAxes } from "@wirekyt/dom/machines/floating-panel";
|
package/dist/hover-card.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as hoverCard from "@wirekyt/dom/machines/hover-card";
|
|
7
7
|
import { FocusOutsideEvent, FocusOutsideEvent as HoverCardFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as HoverCardInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as HoverCardOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as HoverCardPointerDownOutsideEvent, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as HoverCardTriggerValueChangeDetails, anatomy as hoverCardAnatomy } from "@wirekyt/dom/machines/hover-card";
|
package/dist/hover-card.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as hoverCard from "@wirekyt/dom/machines/hover-card";
|
|
7
7
|
import { FocusOutsideEvent, FocusOutsideEvent as HoverCardFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as HoverCardInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as HoverCardOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as HoverCardPointerDownOutsideEvent, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as HoverCardTriggerValueChangeDetails, anatomy as hoverCardAnatomy } from "@wirekyt/dom/machines/hover-card";
|
|
@@ -24,7 +24,7 @@ interface PresenceProps extends HTMLProps<"div">, PresenceBaseProps {}
|
|
|
24
24
|
declare const Presence: import("react").ForwardRefExoticComponent<PresenceProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
25
25
|
//#endregion
|
|
26
26
|
//#region src/components/presence/split-props.d.ts
|
|
27
|
-
declare const splitPresenceProps: <T extends UsePresenceProps>(props: T) => [UsePresenceProps, Omit<T, "
|
|
27
|
+
declare const splitPresenceProps: <T extends UsePresenceProps>(props: T) => [UsePresenceProps, Omit<T, "lazyMount" | "unmountOnExit" | "present" | "onExitComplete" | "immediate" | "skipAnimationOnMount">];
|
|
28
28
|
//#endregion
|
|
29
29
|
//#region src/components/presence/use-context.d.ts
|
|
30
30
|
interface UsePresenceContext extends UsePresenceReturn {}
|
|
@@ -24,7 +24,7 @@ interface PresenceProps extends HTMLProps<"div">, PresenceBaseProps {}
|
|
|
24
24
|
declare const Presence: import("react").ForwardRefExoticComponent<PresenceProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
25
25
|
//#endregion
|
|
26
26
|
//#region src/components/presence/split-props.d.ts
|
|
27
|
-
declare const splitPresenceProps: <T extends UsePresenceProps>(props: T) => [UsePresenceProps, Omit<T, "
|
|
27
|
+
declare const splitPresenceProps: <T extends UsePresenceProps>(props: T) => [UsePresenceProps, Omit<T, "lazyMount" | "unmountOnExit" | "present" | "onExitComplete" | "immediate" | "skipAnimationOnMount">];
|
|
28
28
|
//#endregion
|
|
29
29
|
//#region src/components/presence/use-context.d.ts
|
|
30
30
|
interface UsePresenceContext extends UsePresenceReturn {}
|
package/dist/listbox.d.cts
CHANGED
|
@@ -101,7 +101,7 @@ interface ListboxValueTextProps extends HTMLProps<"span">, ListboxValueTextBaseP
|
|
|
101
101
|
declare const ListboxValueText: import("react").ForwardRefExoticComponent<ListboxValueTextProps & import("react").RefAttributes<HTMLSpanElement>>;
|
|
102
102
|
//#endregion
|
|
103
103
|
//#region src/components/listbox/anatomy.d.ts
|
|
104
|
-
declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"
|
|
104
|
+
declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "root" | "item" | "itemText" | "itemGroup" | "valueText" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
105
105
|
declare namespace listbox_d_exports {
|
|
106
106
|
export { ListboxContent as Content, ListboxContentBaseProps as ContentBaseProps, ListboxContentProps as ContentProps, ListboxContext as Context, ListboxContextProps as ContextProps, ListboxEmpty as Empty, ListboxEmptyBaseProps as EmptyBaseProps, ListboxEmptyProps as EmptyProps, HighlightChangeDetails, ListboxInput as Input, ListboxInputBaseProps as InputBaseProps, ListboxInputProps as InputProps, ListboxItem as Item, ListboxItemBaseProps as ItemBaseProps, ListboxItemContext as ItemContext, ListboxItemContextProps as ItemContextProps, ListboxItemGroup as ItemGroup, ListboxItemGroupBaseProps as ItemGroupBaseProps, ListboxItemGroupLabel as ItemGroupLabel, ListboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ListboxItemGroupLabelProps as ItemGroupLabelProps, ListboxItemGroupProps as ItemGroupProps, ListboxItemIndicator as ItemIndicator, ListboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ListboxItemIndicatorProps as ItemIndicatorProps, ListboxItemProps as ItemProps, ListboxItemText as ItemText, ListboxItemTextBaseProps as ItemTextBaseProps, ListboxItemTextProps as ItemTextProps, ListboxLabel as Label, ListboxLabelBaseProps as LabelBaseProps, ListboxLabelProps as LabelProps, ListboxRoot as Root, ListboxRootBaseProps as RootBaseProps, ListboxRootComponent as RootComponent, ListboxRootComponentProps as RootComponentProps, ListboxRootProps as RootProps, ListboxRootProvider as RootProvider, ListboxRootProviderBaseProps as RootProviderBaseProps, ListboxRootProviderComponent as RootProviderComponent, ListboxRootProviderProps as RootProviderProps, ScrollToIndexDetails, SelectionDetails, SelectionMode, ValueChangeDetails, ListboxValueText as ValueText, ListboxValueTextBaseProps as ValueTextBaseProps, ListboxValueTextProps as ValueTextProps };
|
|
107
107
|
}
|
package/dist/listbox.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ interface ListboxValueTextProps extends HTMLProps<"span">, ListboxValueTextBaseP
|
|
|
101
101
|
declare const ListboxValueText: import("react").ForwardRefExoticComponent<ListboxValueTextProps & import("react").RefAttributes<HTMLSpanElement>>;
|
|
102
102
|
//#endregion
|
|
103
103
|
//#region src/components/listbox/anatomy.d.ts
|
|
104
|
-
declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"
|
|
104
|
+
declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"content" | "input" | "label" | "root" | "item" | "itemText" | "itemGroup" | "valueText" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
105
105
|
declare namespace listbox_d_exports {
|
|
106
106
|
export { ListboxContent as Content, ListboxContentBaseProps as ContentBaseProps, ListboxContentProps as ContentProps, ListboxContext as Context, ListboxContextProps as ContextProps, ListboxEmpty as Empty, ListboxEmptyBaseProps as EmptyBaseProps, ListboxEmptyProps as EmptyProps, HighlightChangeDetails, ListboxInput as Input, ListboxInputBaseProps as InputBaseProps, ListboxInputProps as InputProps, ListboxItem as Item, ListboxItemBaseProps as ItemBaseProps, ListboxItemContext as ItemContext, ListboxItemContextProps as ItemContextProps, ListboxItemGroup as ItemGroup, ListboxItemGroupBaseProps as ItemGroupBaseProps, ListboxItemGroupLabel as ItemGroupLabel, ListboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ListboxItemGroupLabelProps as ItemGroupLabelProps, ListboxItemGroupProps as ItemGroupProps, ListboxItemIndicator as ItemIndicator, ListboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ListboxItemIndicatorProps as ItemIndicatorProps, ListboxItemProps as ItemProps, ListboxItemText as ItemText, ListboxItemTextBaseProps as ItemTextBaseProps, ListboxItemTextProps as ItemTextProps, ListboxLabel as Label, ListboxLabelBaseProps as LabelBaseProps, ListboxLabelProps as LabelProps, ListboxRoot as Root, ListboxRootBaseProps as RootBaseProps, ListboxRootComponent as RootComponent, ListboxRootComponentProps as RootComponentProps, ListboxRootProps as RootProps, ListboxRootProvider as RootProvider, ListboxRootProviderBaseProps as RootProviderBaseProps, ListboxRootProviderComponent as RootProviderComponent, ListboxRootProviderProps as RootProviderProps, ScrollToIndexDetails, SelectionDetails, SelectionMode, ValueChangeDetails, ListboxValueText as ValueText, ListboxValueTextBaseProps as ValueTextBaseProps, ListboxValueTextProps as ValueTextProps };
|
|
107
107
|
}
|
package/dist/menu.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
4
|
import "./index-DTLK6Fuh.cjs";
|
|
5
|
-
import { c as UsePresenceProps } from "./index-
|
|
5
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
6
6
|
import { ReactNode } from "react";
|
|
7
7
|
import * as menu from "@wirekyt/dom/machines/menu";
|
|
8
8
|
import { FocusOutsideEvent, FocusOutsideEvent as MenuFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as MenuHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as MenuInteractOutsideEvent, ItemGroupProps, ItemProps, OpenChangeDetails, OpenChangeDetails as MenuOpenChangeDetails, OptionItemProps, OptionItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as MenuPointerDownOutsideEvent, SelectionDetails, SelectionDetails as MenuSelectionDetails, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as MenuTriggerValueChangeDetails, anatomy as menuAnatomy } from "@wirekyt/dom/machines/menu";
|
package/dist/menu.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
4
|
import "./index-CW-Aj6aT.js";
|
|
5
|
-
import { c as UsePresenceProps } from "./index-
|
|
5
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
6
6
|
import { ReactNode } from "react";
|
|
7
7
|
import * as menu from "@wirekyt/dom/machines/menu";
|
|
8
8
|
import { FocusOutsideEvent, FocusOutsideEvent as MenuFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as MenuHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as MenuInteractOutsideEvent, ItemGroupProps, ItemProps, OpenChangeDetails, OpenChangeDetails as MenuOpenChangeDetails, OptionItemProps, OptionItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as MenuPointerDownOutsideEvent, SelectionDetails, SelectionDetails as MenuSelectionDetails, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as MenuTriggerValueChangeDetails, anatomy as menuAnatomy } from "@wirekyt/dom/machines/menu";
|
package/dist/popover.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as popover from "@wirekyt/dom/machines/popover";
|
|
7
7
|
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as PopoverTriggerValueChangeDetails, anatomy as popoverAnatomy } from "@wirekyt/dom/machines/popover";
|
package/dist/popover.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as popover from "@wirekyt/dom/machines/popover";
|
|
7
7
|
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as PopoverTriggerValueChangeDetails, anatomy as popoverAnatomy } from "@wirekyt/dom/machines/popover";
|
package/dist/presence.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Presence, c as UsePresenceProps, i as splitPresenceProps, l as UsePresenceReturn, n as UsePresenceContext, o as PresenceBaseProps, r as usePresenceContext, s as PresenceProps, t as PresenceProvider, u as usePresence } from "./index-
|
|
1
|
+
import { a as Presence, c as UsePresenceProps, i as splitPresenceProps, l as UsePresenceReturn, n as UsePresenceContext, o as PresenceBaseProps, r as usePresenceContext, s as PresenceProps, t as PresenceProvider, u as usePresence } from "./index-CUyHBXOI.cjs";
|
|
2
2
|
export { Presence, type PresenceBaseProps, type PresenceProps, PresenceProvider, type UsePresenceContext, type UsePresenceProps, type UsePresenceReturn, splitPresenceProps, usePresence, usePresenceContext };
|
package/dist/presence.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Presence, c as UsePresenceProps, i as splitPresenceProps, l as UsePresenceReturn, n as UsePresenceContext, o as PresenceBaseProps, r as usePresenceContext, s as PresenceProps, t as PresenceProvider, u as usePresence } from "./index-
|
|
1
|
+
import { a as Presence, c as UsePresenceProps, i as splitPresenceProps, l as UsePresenceReturn, n as UsePresenceContext, o as PresenceBaseProps, r as usePresenceContext, s as PresenceProps, t as PresenceProvider, u as usePresence } from "./index-D7JH9e9E.js";
|
|
2
2
|
export { Presence, type PresenceBaseProps, type PresenceProps, PresenceProvider, type UsePresenceContext, type UsePresenceProps, type UsePresenceReturn, splitPresenceProps, usePresence, usePresenceContext };
|
package/dist/select.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
4
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "./index-3Al0R5bH.cjs";
|
|
5
|
-
import { c as UsePresenceProps } from "./index-
|
|
5
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
6
6
|
import { JSX, ReactNode } from "react";
|
|
7
7
|
import * as select from "@wirekyt/dom/machines/select";
|
|
8
8
|
import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails, anatomy as selectAnatomy } from "@wirekyt/dom/machines/select";
|
package/dist/select.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
4
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "./index-BAn8qiCM.js";
|
|
5
|
-
import { c as UsePresenceProps } from "./index-
|
|
5
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
6
6
|
import { JSX, ReactNode } from "react";
|
|
7
7
|
import * as select from "@wirekyt/dom/machines/select";
|
|
8
8
|
import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails, anatomy as selectAnatomy } from "@wirekyt/dom/machines/select";
|
package/dist/swap.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
2
2
|
import { r as RenderStrategyProps } from "./index-srZfUQNt.cjs";
|
|
3
|
-
import { l as UsePresenceReturn } from "./index-
|
|
3
|
+
import { l as UsePresenceReturn } from "./index-CUyHBXOI.cjs";
|
|
4
4
|
//#region src/components/swap/indicator.d.ts
|
|
5
5
|
interface SwapIndicatorBaseProps extends PolymorphicProps {
|
|
6
6
|
type: "on" | "off";
|
package/dist/swap.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
2
2
|
import { r as RenderStrategyProps } from "./index-srZfUQNt.js";
|
|
3
|
-
import { l as UsePresenceReturn } from "./index-
|
|
3
|
+
import { l as UsePresenceReturn } from "./index-D7JH9e9E.js";
|
|
4
4
|
//#region src/components/swap/indicator.d.ts
|
|
5
5
|
interface SwapIndicatorBaseProps extends PolymorphicProps {
|
|
6
6
|
type: "on" | "off";
|
package/dist/tooltip.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as tooltip from "@wirekyt/dom/machines/tooltip";
|
|
7
7
|
import { OpenChangeDetails, OpenChangeDetails as TooltipOpenChangeDetails, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as TooltipTriggerValueChangeDetails, anatomy as tooltipAnatomy } from "@wirekyt/dom/machines/tooltip";
|
package/dist/tooltip.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional, t as Assign } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as tooltip from "@wirekyt/dom/machines/tooltip";
|
|
7
7
|
import { OpenChangeDetails, OpenChangeDetails as TooltipOpenChangeDetails, TriggerProps, TriggerValueChangeDetails, TriggerValueChangeDetails as TooltipTriggerValueChangeDetails, anatomy as tooltipAnatomy } from "@wirekyt/dom/machines/tooltip";
|
package/dist/tour.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CQAbOgb7.cjs";
|
|
2
2
|
import { r as Optional } from "./types-BQQfrr86.cjs";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.cjs";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-CUyHBXOI.cjs";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import * as tour from "@wirekyt/dom/machines/tour";
|
|
7
7
|
import { FocusOutsideEvent, FocusOutsideEvent as TourFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as TourInteractOutsideEvent, Point, PointerDownOutsideEvent, PointerDownOutsideEvent as TourPointerDownOutsideEvent, ProgressTextDetails, StatusChangeDetails, StepAction, StepAction as StepAction$1, StepActionMap, StepActionTriggerProps, StepActionTriggerProps as StepActionTriggerProps$1, StepBaseDetails, StepChangeDetails, StepDetails, StepDetails as TourStepDetails, StepEffectArgs, StepEffectArgs as TourStepEffectArgs, StepPlacement, StepStatus, StepType, WaitOptions, waitForElement, waitForElementValue, waitForPromise } from "@wirekyt/dom/machines/tour";
|
|
@@ -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" | "actionTrigger" | "
|
|
107
|
+
declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "content" | "arrow" | "control" | "progressText" | "positioner" | "arrowTip" | "actionTrigger" | "description" | "closeTrigger" | "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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PropTypes } from "./index-CxWYgVJk.js";
|
|
2
2
|
import { r as Optional } from "./types-BQQfrr86.js";
|
|
3
3
|
import { r as PolymorphicProps, t as HTMLProps } from "./factory--dkoVnFK.js";
|
|
4
|
-
import { c as UsePresenceProps } from "./index-
|
|
4
|
+
import { c as UsePresenceProps } from "./index-D7JH9e9E.js";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
6
|
import { WaitForOptions as WaitOptions$1 } from "@wirekyt/dom/dom-query";
|
|
7
7
|
import * as tour from "@wirekyt/dom/machines/tour";
|
|
@@ -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" | "actionTrigger" | "
|
|
107
|
+
declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "content" | "arrow" | "control" | "progressText" | "positioner" | "arrowTip" | "actionTrigger" | "description" | "closeTrigger" | "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,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wirekyt/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"description": "React adapter for Wirekyt",
|
|
5
|
-
"readme": "README.md",
|
|
6
5
|
"files": [
|
|
7
6
|
"dist",
|
|
8
7
|
"README.md"
|
|
@@ -261,12 +260,13 @@
|
|
|
261
260
|
"dependencies": {
|
|
262
261
|
"@internationalized/date": "^3.12.3",
|
|
263
262
|
"@internationalized/number": "^3.6.7",
|
|
264
|
-
"@wirekyt/dom": "0.0.
|
|
263
|
+
"@wirekyt/dom": "0.0.17"
|
|
265
264
|
},
|
|
266
265
|
"peerDependencies": {
|
|
267
266
|
"react": ">=19.0.0",
|
|
268
267
|
"react-dom": ">=19.0.0"
|
|
269
268
|
},
|
|
269
|
+
"readme": "README.md",
|
|
270
270
|
"scripts": {
|
|
271
271
|
"build": "tsdown",
|
|
272
272
|
"test": "vitest",
|