import * as colorPicker$1 from '@zag-js/color-picker'; import { AreaProps, ChannelInputProps, ChannelProps, SwatchProps, SwatchTriggerProps, TransparencyGridProps, ColorFormat, Color, FormatChangeDetails, OpenChangeDetails, ValueChangeDetails } from '@zag-js/color-picker'; export { Color, ColorFormat as ColorPickerColorFormat, FormatChangeDetails as ColorPickerFormatChangeDetails, OpenChangeDetails as ColorPickerOpenChangeDetails, ValueChangeDetails as ColorPickerValueChangeDetails, parse as parseColor } from '@zag-js/color-picker'; import * as solid_js from 'solid-js'; import { Accessor, JSX } from 'solid-js'; import { HTMLProps, PolymorphicProps } from '../factory.js'; import { PropTypes } from '@zag-js/solid'; import { O as Optional, M as MaybeAccessor, A as Assign } from '../../types-Bc0WfPsv.js'; import { U as UsePresenceProps } from '../../use-presence-CT1xpuuo.js'; import { ColorStringFormat } from '@zag-js/color-utils'; export { c as colorPickerAnatomy } from '../../color-picker.anatomy-Dxw1DJ2S.js'; import '@zag-js/presence'; import '../../render-strategy-B5MqQP3X.js'; import '@zag-js/anatomy'; interface ColorPickerAreaBaseProps extends AreaProps, PolymorphicProps<'div'> { } interface ColorPickerAreaProps extends HTMLProps<'div'>, ColorPickerAreaBaseProps { } declare const ColorPickerArea: (props: ColorPickerAreaProps) => solid_js.JSX.Element; interface ColorPickerAreaBackgroundBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerAreaBackgroundProps extends HTMLProps<'div'>, ColorPickerAreaBackgroundBaseProps { } declare const ColorPickerAreaBackground: (props: ColorPickerAreaBackgroundProps) => solid_js.JSX.Element; interface ColorPickerAreaThumbBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerAreaThumbProps extends HTMLProps<'div'>, ColorPickerAreaThumbBaseProps { } declare const ColorPickerAreaThumb: (props: ColorPickerAreaThumbProps) => solid_js.JSX.Element; interface ColorPickerChannelInputBaseProps extends ChannelInputProps, PolymorphicProps<'input'> { } interface ColorPickerChannelInputProps extends HTMLProps<'input'>, ColorPickerChannelInputBaseProps { } declare const ColorPickerChannelInput: (props: ColorPickerChannelInputProps) => solid_js.JSX.Element; interface ColorPickerChannelSliderBaseProps extends ChannelProps, PolymorphicProps<'div'> { } interface ColorPickerChannelSliderProps extends HTMLProps<'div'>, ColorPickerChannelSliderBaseProps { } declare const ColorPickerChannelSlider: (props: ColorPickerChannelSliderProps) => solid_js.JSX.Element; interface ColorPickerChannelSliderLabelBaseProps extends PolymorphicProps<'label'> { } interface ColorPickerChannelSliderLabelProps extends HTMLProps<'label'>, ColorPickerChannelSliderLabelBaseProps { } declare const ColorPickerChannelSliderLabel: (props: ColorPickerChannelSliderLabelProps) => solid_js.JSX.Element; interface ColorPickerChannelSliderThumbBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerChannelSliderThumbProps extends HTMLProps<'div'>, ColorPickerChannelSliderThumbBaseProps { } declare const ColorPickerChannelSliderThumb: (props: ColorPickerChannelSliderThumbProps) => solid_js.JSX.Element; interface ColorPickerChannelSliderTrackBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerChannelSliderTrackProps extends HTMLProps<'div'>, ColorPickerChannelSliderTrackBaseProps { } declare const ColorPickerChannelSliderTrack: (props: ColorPickerChannelSliderTrackProps) => solid_js.JSX.Element; interface ColorPickerChannelSliderValueTextBaseProps extends PolymorphicProps<'span'> { } interface ColorPickerChannelSliderValueTextProps extends HTMLProps<'div'>, ColorPickerChannelSliderValueTextBaseProps { } declare const ColorPickerChannelSliderValueText: (props: ColorPickerChannelSliderValueTextProps) => solid_js.JSX.Element; interface ColorPickerContentBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerContentProps extends HTMLProps<'div'>, ColorPickerContentBaseProps { } declare const ColorPickerContent: (props: ColorPickerContentProps) => solid_js.JSX.Element; interface UseColorPickerProps extends Optional, 'id'> { } interface UseColorPickerReturn extends Accessor> { } declare const useColorPicker: (props?: MaybeAccessor) => UseColorPickerReturn; interface UseColorPickerContext extends UseColorPickerReturn { } declare const useColorPickerContext: () => UseColorPickerContext; interface ColorPickerContextProps { children: (context: UseColorPickerContext) => JSX.Element; } declare const ColorPickerContext: (props: ColorPickerContextProps) => JSX.Element; interface ColorPickerControlBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerControlProps extends HTMLProps<'div'>, ColorPickerControlBaseProps { } declare const ColorPickerControl: (props: ColorPickerControlProps) => solid_js.JSX.Element; interface ColorPickerEyeDropperTriggerBaseProps extends PolymorphicProps<'button'> { } interface ColorPickerEyeDropperTriggerProps extends HTMLProps<'button'>, ColorPickerEyeDropperTriggerBaseProps { } declare const ColorPickerEyeDropperTrigger: (props: ColorPickerEyeDropperTriggerProps) => solid_js.JSX.Element; interface ColorPickerFormatSelectBaseProps extends PolymorphicProps<'select'> { } interface ColorPickerFormatSelectProps extends HTMLProps<'select'>, ColorPickerFormatSelectBaseProps { } declare const ColorPickerFormatSelect: (props: ColorPickerFormatSelectProps) => solid_js.JSX.Element; interface ColorPickerFormatTriggerBaseProps extends PolymorphicProps<'button'> { } interface ColorPickerFormatTriggerProps extends HTMLProps<'button'>, ColorPickerFormatTriggerBaseProps { } declare const ColorPickerFormatTrigger: (props: ColorPickerFormatTriggerProps) => solid_js.JSX.Element; interface ColorPickerHiddenInputBaseProps extends PolymorphicProps<'input'> { } interface ColorPickerHiddenInputProps extends HTMLProps<'input'>, ColorPickerHiddenInputBaseProps { } declare const ColorPickerHiddenInput: (props: ColorPickerHiddenInputProps) => solid_js.JSX.Element; interface ColorPickerLabelBaseProps extends PolymorphicProps<'label'> { } interface ColorPickerLabelProps extends HTMLProps<'label'>, ColorPickerLabelBaseProps { } declare const ColorPickerLabel: (props: ColorPickerLabelProps) => solid_js.JSX.Element; interface ColorPickerPositionerBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerPositionerProps extends HTMLProps<'div'>, ColorPickerPositionerBaseProps { } declare const ColorPickerPositioner: (props: ColorPickerPositionerProps) => solid_js.JSX.Element; interface ColorPickerRootBaseProps extends UseColorPickerProps, UsePresenceProps, PolymorphicProps<'div'> { } interface ColorPickerRootProps extends HTMLProps<'div'>, ColorPickerRootBaseProps { } declare const ColorPickerRoot: (props: ColorPickerRootProps) => solid_js.JSX.Element; interface RootProviderProps { value: UseColorPickerReturn; } interface ColorPickerRootProviderBaseProps extends RootProviderProps, UsePresenceProps, PolymorphicProps<'div'> { } interface ColorPickerRootProviderProps extends HTMLProps<'div'>, ColorPickerRootProviderBaseProps { } declare const ColorPickerRootProvider: (props: ColorPickerRootProviderProps) => solid_js.JSX.Element; interface ColorPickerSwatchBaseProps extends SwatchProps, PolymorphicProps<'div'> { } interface ColorPickerSwatchProps extends HTMLProps<'div'>, ColorPickerSwatchBaseProps { } declare const ColorPickerSwatch: (props: ColorPickerSwatchProps) => solid_js.JSX.Element; interface ColorPickerSwatchGroupBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerSwatchGroupProps extends HTMLProps<'div'>, ColorPickerSwatchGroupBaseProps { } declare const ColorPickerSwatchGroup: (props: ColorPickerSwatchGroupProps) => solid_js.JSX.Element; interface ColorPickerSwatchIndicatorBaseProps extends PolymorphicProps<'div'> { } interface ColorPickerSwatchIndicatorProps extends HTMLProps<'div'>, ColorPickerSwatchIndicatorBaseProps { } declare const ColorPickerSwatchIndicator: (props: ColorPickerSwatchIndicatorProps) => solid_js.JSX.Element; interface ColorPickerSwatchTriggerBaseProps extends SwatchTriggerProps, PolymorphicProps<'button'> { } interface ColorPickerSwatchTriggerProps extends Assign, ColorPickerSwatchTriggerBaseProps> { } declare const ColorPickerSwatchTrigger: (props: ColorPickerSwatchTriggerProps) => solid_js.JSX.Element; interface ColorPickerTransparencyGridBaseProps extends TransparencyGridProps, PolymorphicProps<'div'> { } interface ColorPickerTransparencyGridProps extends HTMLProps<'div'>, ColorPickerTransparencyGridBaseProps { } declare const ColorPickerTransparencyGrid: (props: ColorPickerTransparencyGridProps) => solid_js.JSX.Element; interface ColorPickerTriggerBaseProps extends PolymorphicProps<'button'> { } interface ColorPickerTriggerProps extends HTMLProps<'button'>, ColorPickerTriggerBaseProps { } declare const ColorPickerTrigger: (props: ColorPickerTriggerProps) => solid_js.JSX.Element; interface ValueSwatchProps extends Omit { } interface ColorPickerValueSwatchBaseProps extends ValueSwatchProps, PolymorphicProps<'div'> { } interface ColorPickerValueSwatchProps extends HTMLProps<'div'>, ColorPickerValueSwatchBaseProps { } declare const ColorPickerValueSwatch: (props: ColorPickerValueSwatchProps) => solid_js.JSX.Element; interface FormatProps { format?: ColorStringFormat; } interface ColorPickerValueTextBaseProps extends PolymorphicProps<'span'>, FormatProps { } interface ColorPickerValueTextProps extends HTMLProps<'span'>, ColorPickerValueTextBaseProps { } declare const ColorPickerValueText: (props: ColorPickerValueTextProps) => solid_js.JSX.Element; interface FormatOptions { format: ColorFormat; } interface ColorPickerViewBaseProps extends FormatOptions, PolymorphicProps<'div'> { } interface ColorPickerViewProps extends HTMLProps<'div'>, ColorPickerViewBaseProps { } declare const ColorPickerView: (props: ColorPickerViewProps) => solid_js.JSX.Element; declare const colorPicker_Color: typeof Color; declare const colorPicker_ColorFormat: typeof ColorFormat; declare const colorPicker_FormatChangeDetails: typeof FormatChangeDetails; declare const colorPicker_OpenChangeDetails: typeof OpenChangeDetails; declare const colorPicker_ValueChangeDetails: typeof ValueChangeDetails; declare namespace colorPicker { export { ColorPickerArea as Area, ColorPickerAreaBackground as AreaBackground, type ColorPickerAreaBackgroundBaseProps as AreaBackgroundBaseProps, type ColorPickerAreaBackgroundProps as AreaBackgroundProps, type ColorPickerAreaBaseProps as AreaBaseProps, type ColorPickerAreaProps as AreaProps, ColorPickerAreaThumb as AreaThumb, type ColorPickerAreaThumbBaseProps as AreaThumbBaseProps, type ColorPickerAreaThumbProps as AreaThumbProps, ColorPickerChannelInput as ChannelInput, type ColorPickerChannelInputBaseProps as ChannelInputBaseProps, type ColorPickerChannelInputProps as ChannelInputProps, ColorPickerChannelSlider as ChannelSlider, type ColorPickerChannelSliderBaseProps as ChannelSliderBaseProps, ColorPickerChannelSliderLabel as ChannelSliderLabel, type ColorPickerChannelSliderLabelBaseProps as ChannelSliderLabelBaseProps, type ColorPickerChannelSliderLabelProps as ChannelSliderLabelProps, type ColorPickerChannelSliderProps as ChannelSliderProps, ColorPickerChannelSliderThumb as ChannelSliderThumb, type ColorPickerChannelSliderThumbBaseProps as ChannelSliderThumbBaseProps, type ColorPickerChannelSliderThumbProps as ChannelSliderThumbProps, ColorPickerChannelSliderTrack as ChannelSliderTrack, type ColorPickerChannelSliderTrackBaseProps as ChannelSliderTrackBaseProps, type ColorPickerChannelSliderTrackProps as ChannelSliderTrackProps, ColorPickerChannelSliderValueText as ChannelSliderValueText, type ColorPickerChannelSliderValueTextBaseProps as ChannelSliderValueTextBaseProps, type ColorPickerChannelSliderValueTextProps as ChannelSliderValueTextProps, colorPicker_Color as Color, colorPicker_ColorFormat as ColorFormat, ColorPickerContent as Content, type ColorPickerContentBaseProps as ContentBaseProps, type ColorPickerContentProps as ContentProps, ColorPickerContext as Context, type ColorPickerContextProps as ContextProps, ColorPickerControl as Control, type ColorPickerControlBaseProps as ControlBaseProps, type ColorPickerControlProps as ControlProps, ColorPickerEyeDropperTrigger as EyeDropperTrigger, type ColorPickerEyeDropperTriggerBaseProps as EyeDropperTriggerBaseProps, type ColorPickerEyeDropperTriggerProps as EyeDropperTriggerProps, colorPicker_FormatChangeDetails as FormatChangeDetails, ColorPickerFormatSelect as FormatSelect, type ColorPickerFormatSelectBaseProps as FormatSelectBaseProps, type ColorPickerFormatSelectProps as FormatSelectProps, ColorPickerFormatTrigger as FormatTrigger, type ColorPickerFormatTriggerBaseProps as FormatTriggerBaseProps, type ColorPickerFormatTriggerProps as FormatTriggerProps, ColorPickerHiddenInput as HiddenInput, type ColorPickerHiddenInputBaseProps as HiddenInputBaseProps, type ColorPickerHiddenInputProps as HiddenInputProps, ColorPickerLabel as Label, type ColorPickerLabelBaseProps as LabelBaseProps, type ColorPickerLabelProps as LabelProps, colorPicker_OpenChangeDetails as OpenChangeDetails, ColorPickerPositioner as Positioner, type ColorPickerPositionerBaseProps as PositionerBaseProps, type ColorPickerPositionerProps as PositionerProps, ColorPickerRoot as Root, type ColorPickerRootBaseProps as RootBaseProps, type ColorPickerRootProps as RootProps, ColorPickerRootProvider as RootProvider, type ColorPickerRootProviderBaseProps as RootProviderBaseProps, type ColorPickerRootProviderProps as RootProviderProps, ColorPickerSwatch as Swatch, type ColorPickerSwatchBaseProps as SwatchBaseProps, ColorPickerSwatchGroup as SwatchGroup, type ColorPickerSwatchGroupBaseProps as SwatchGroupBaseProps, type ColorPickerSwatchGroupProps as SwatchGroupProps, ColorPickerSwatchIndicator as SwatchIndicator, type ColorPickerSwatchIndicatorBaseProps as SwatchIndicatorBaseProps, type ColorPickerSwatchIndicatorProps as SwatchIndicatorProps, type ColorPickerSwatchProps as SwatchProps, ColorPickerSwatchTrigger as SwatchTrigger, type ColorPickerSwatchTriggerBaseProps as SwatchTriggerBaseProps, type ColorPickerSwatchTriggerProps as SwatchTriggerProps, ColorPickerTransparencyGrid as TransparencyGrid, type ColorPickerTransparencyGridBaseProps as TransparencyGridBaseProps, type ColorPickerTransparencyGridProps as TransparencyGridProps, ColorPickerTrigger as Trigger, type ColorPickerTriggerBaseProps as TriggerBaseProps, type ColorPickerTriggerProps as TriggerProps, colorPicker_ValueChangeDetails as ValueChangeDetails, ColorPickerValueSwatch as ValueSwatch, type ColorPickerValueSwatchBaseProps as ValueSwatchBaseProps, type ColorPickerValueSwatchProps as ValueSwatchProps, ColorPickerValueText as ValueText, type ColorPickerValueTextBaseProps as ValueTextBaseProps, type ColorPickerValueTextProps as ValueTextProps, ColorPickerView as View, type ColorPickerViewBaseProps as ViewBaseProps, type ColorPickerViewProps as ViewProps }; } export { colorPicker as ColorPicker, ColorPickerArea, ColorPickerAreaBackground, type ColorPickerAreaBackgroundBaseProps, type ColorPickerAreaBackgroundProps, type ColorPickerAreaBaseProps, type ColorPickerAreaProps, ColorPickerAreaThumb, type ColorPickerAreaThumbBaseProps, type ColorPickerAreaThumbProps, ColorPickerChannelInput, type ColorPickerChannelInputBaseProps, type ColorPickerChannelInputProps, ColorPickerChannelSlider, type ColorPickerChannelSliderBaseProps, ColorPickerChannelSliderLabel, type ColorPickerChannelSliderLabelBaseProps, type ColorPickerChannelSliderLabelProps, type ColorPickerChannelSliderProps, ColorPickerChannelSliderThumb, type ColorPickerChannelSliderThumbBaseProps, type ColorPickerChannelSliderThumbProps, ColorPickerChannelSliderTrack, type ColorPickerChannelSliderTrackBaseProps, type ColorPickerChannelSliderTrackProps, ColorPickerChannelSliderValueText, type ColorPickerChannelSliderValueTextBaseProps, type ColorPickerChannelSliderValueTextProps, ColorPickerContent, type ColorPickerContentBaseProps, type ColorPickerContentProps, ColorPickerContext, type ColorPickerContextProps, ColorPickerControl, type ColorPickerControlBaseProps, type ColorPickerControlProps, ColorPickerEyeDropperTrigger, type ColorPickerEyeDropperTriggerBaseProps, type ColorPickerEyeDropperTriggerProps, ColorPickerFormatSelect, type ColorPickerFormatSelectBaseProps, type ColorPickerFormatSelectProps, ColorPickerFormatTrigger, type ColorPickerFormatTriggerBaseProps, type ColorPickerFormatTriggerProps, ColorPickerHiddenInput, type ColorPickerHiddenInputBaseProps, type ColorPickerHiddenInputProps, ColorPickerLabel, type ColorPickerLabelBaseProps, type ColorPickerLabelProps, ColorPickerPositioner, type ColorPickerPositionerBaseProps, type ColorPickerPositionerProps, ColorPickerRoot, type ColorPickerRootBaseProps, type ColorPickerRootProps, ColorPickerRootProvider, type ColorPickerRootProviderBaseProps, type ColorPickerRootProviderProps, ColorPickerSwatch, type ColorPickerSwatchBaseProps, ColorPickerSwatchGroup, type ColorPickerSwatchGroupBaseProps, type ColorPickerSwatchGroupProps, ColorPickerSwatchIndicator, type ColorPickerSwatchIndicatorBaseProps, type ColorPickerSwatchIndicatorProps, type ColorPickerSwatchProps, ColorPickerSwatchTrigger, type ColorPickerSwatchTriggerBaseProps, type ColorPickerSwatchTriggerProps, ColorPickerTransparencyGrid, type ColorPickerTransparencyGridBaseProps, type ColorPickerTransparencyGridProps, ColorPickerTrigger, type ColorPickerTriggerBaseProps, type ColorPickerTriggerProps, ColorPickerValueSwatch, type ColorPickerValueSwatchBaseProps, type ColorPickerValueSwatchProps, ColorPickerValueText, type ColorPickerValueTextBaseProps, type ColorPickerValueTextProps, ColorPickerView, type ColorPickerViewBaseProps, type ColorPickerViewProps, type UseColorPickerContext, type UseColorPickerProps, type UseColorPickerReturn, useColorPicker, useColorPickerContext };