@wirekyt/solid 0.0.12 → 0.0.13

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.
@@ -84,7 +84,7 @@ interface CarouselRootProviderProps extends HTMLProps<"div">, RootProviderProps,
84
84
  declare const CarouselRootProvider: (props: CarouselRootProviderProps) => import("solid-js").JSX.Element;
85
85
  //#endregion
86
86
  //#region src/components/carousel/anatomy.d.ts
87
- declare const carouselAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"root" | "indicator" | "control" | "item" | "nextTrigger" | "prevTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
87
+ declare const carouselAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"root" | "indicator" | "control" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
88
88
  declare namespace carousel_d_exports {
89
89
  export { CarouselAutoplayIndicator as AutoplayIndicator, CarouselAutoplayIndicatorBaseProps as AutoplayIndicatorBaseProps, CarouselAutoplayIndicatorProps as AutoplayIndicatorProps, AutoplayStatusDetails, CarouselAutoplayTrigger as AutoplayTrigger, CarouselAutoplayTriggerBaseProps as AutoplayTriggerBaseProps, CarouselAutoplayTriggerProps as AutoplayTriggerProps, CarouselContext as Context, CarouselContextProps as ContextProps, CarouselControl as Control, CarouselControlBaseProps as ControlBaseProps, CarouselControlProps as ControlProps, DragStatusDetails, CarouselIndicator as Indicator, CarouselIndicatorBaseProps as IndicatorBaseProps, CarouselIndicatorGroup as IndicatorGroup, CarouselIndicatorGroupBaseProps as IndicatorGroupBaseProps, CarouselIndicatorGroupProps as IndicatorGroupProps, CarouselIndicatorProps as IndicatorProps, CarouselItem as Item, CarouselItemBaseProps as ItemBaseProps, CarouselItemGroup as ItemGroup, CarouselItemGroupBaseProps as ItemGroupBaseProps, CarouselItemGroupProps as ItemGroupProps, CarouselItemProps as ItemProps, CarouselNextTrigger as NextTrigger, CarouselNextTriggerBaseProps as NextTriggerBaseProps, CarouselNextTriggerProps as NextTriggerProps, PageChangeDetails, CarouselPrevTrigger as PrevTrigger, CarouselPrevTriggerBaseProps as PrevTriggerBaseProps, CarouselPrevTriggerProps as PrevTriggerProps, CarouselProgressText as ProgressText, CarouselProgressTextBaseProps as ProgressTextBaseProps, CarouselProgressTextProps as ProgressTextProps, CarouselRoot as Root, CarouselRootBaseProps as RootBaseProps, CarouselRootProps as RootProps, CarouselRootProvider as RootProvider, CarouselRootProviderBaseProps as RootProviderBaseProps, CarouselRootProviderProps as RootProviderProps };
90
90
  }
@@ -171,7 +171,7 @@ interface ColorPickerViewProps extends HTMLProps<"div">, ColorPickerViewBaseProp
171
171
  declare const ColorPickerView: (props: ColorPickerViewProps) => import("solid-js").JSX.Element;
172
172
  //#endregion
173
173
  //#region src/components/color-picker/anatomy.d.ts
174
- declare const colorPickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"area" | "label" | "view" | "root" | "control" | "content" | "valueText" | "trigger" | "positioner" | "formatSelect" | "areaThumb" | "channelInput" | "channelSliderTrack" | "channelSliderThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderValueText" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger">;
174
+ declare const colorPickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"area" | "label" | "view" | "root" | "control" | "content" | "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
  }
@@ -120,7 +120,7 @@ interface ComboboxTriggerProps extends HTMLProps<"button">, ComboboxTriggerBaseP
120
120
  declare const ComboboxTrigger: (props: ComboboxTriggerProps) => import("solid-js").JSX.Element;
121
121
  //#endregion
122
122
  //#region src/components/combobox/anatomy.d.ts
123
- declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "control" | "item" | "itemText" | "itemGroup" | "content" | "itemIndicator" | "itemGroupLabel" | "empty" | "list" | "trigger" | "clearTrigger" | "positioner">;
123
+ declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "control" | "item" | "itemText" | "itemGroup" | "content" | "itemIndicator" | "itemGroupLabel" | "empty" | "trigger" | "clearTrigger" | "list" | "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
  }
@@ -183,7 +183,7 @@ interface DatePickerYearSelectProps extends HTMLProps<"select">, DatePickerYearS
183
183
  declare const DatePickerYearSelect: (props: DatePickerYearSelectProps) => import("solid-js").JSX.Element;
184
184
  //#endregion
185
185
  //#region src/components/date-picker/anatomy.d.ts
186
- declare const datePickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "table" | "view" | "root" | "control" | "nextTrigger" | "prevTrigger" | "content" | "valueText" | "trigger" | "clearTrigger" | "positioner" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
186
+ declare const datePickerAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "table" | "view" | "root" | "control" | "nextTrigger" | "prevTrigger" | "content" | "valueText" | "trigger" | "clearTrigger" | "positioner" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl">;
187
187
  declare namespace date_picker_d_exports {
188
188
  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 };
189
189
  }
package/dist/listbox.d.ts CHANGED
@@ -101,7 +101,7 @@ interface ListboxValueTextProps extends HTMLProps<"span">, ListboxValueTextBaseP
101
101
  declare const ListboxValueText: (props: ListboxValueTextProps) => import("solid-js").JSX.Element;
102
102
  //#endregion
103
103
  //#region src/components/listbox/anatomy.d.ts
104
- declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "item" | "itemText" | "itemGroup" | "content" | "itemIndicator" | "valueText" | "itemGroupLabel" | "empty">;
104
+ declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "item" | "itemText" | "itemGroup" | "content" | "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
  }
@@ -72,7 +72,7 @@ interface SegmentGroupRootProviderProps extends HTMLProps<"div">, RootProviderPr
72
72
  declare const SegmentGroupRootProvider: (props: SegmentGroupRootProviderProps) => import("solid-js").JSX.Element;
73
73
  //#endregion
74
74
  //#region src/components/segment-group/anatomy.d.ts
75
- declare const segmentGroupAnatomy: import("@wirekyt/dom/anatomy").Anatomy<"label" | "root" | "indicator" | "item" | "itemControl" | "itemText">;
75
+ declare const segmentGroupAnatomy: import("@wirekyt/dom/anatomy").Anatomy<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl">;
76
76
  declare namespace segment_group_d_exports {
77
77
  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 };
78
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wirekyt/solid",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Solid adapter for Wirekyt",
5
5
  "files": [
6
6
  "dist"
@@ -309,7 +309,7 @@
309
309
  "dependencies": {
310
310
  "@internationalized/date": "^3.12.3",
311
311
  "@internationalized/number": "^3.6.7",
312
- "@wirekyt/dom": "0.0.12"
312
+ "@wirekyt/dom": "0.0.13"
313
313
  },
314
314
  "peerDependencies": {
315
315
  "@solid-primitives/keyed": ">=1.5.3",