@saas-ui/react 3.0.0-next.13 → 3.0.0-next.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-next.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 78d7999: fix: export Sidebar.Provider props type
8
+ - 042ec4f: Added start and endElement props to Menu.CheckboxItem and RadioItem
9
+
3
10
  ## 3.0.0-next.13
4
11
 
5
12
  ### Patch Changes
@@ -1551,7 +1551,7 @@ flexDirection: "row";
1551
1551
  };
1552
1552
  }>;
1553
1553
 
1554
- export declare const CheckboxItem: ForwardRefExoticComponent<Menu_2.CheckboxItemProps & RefAttributes<HTMLDivElement>>;
1554
+ export declare const CheckboxItem: ForwardRefExoticComponent<MenuCheckboxItemProps & RefAttributes<HTMLDivElement>>;
1555
1555
 
1556
1556
  declare interface CheckboxProps extends Checkbox_2.RootProps {
1557
1557
  icon?: React.ReactNode;
@@ -4475,7 +4475,9 @@ export declare interface ItemContentProps extends Accordion_2.ItemContentProps {
4475
4475
 
4476
4476
  export declare const ItemGroup_alias_1: ForwardRefExoticComponent<Menu_2.ItemGroupProps & RefAttributes<HTMLDivElement>>;
4477
4477
 
4478
- export declare const ItemIndicator: ForwardRefExoticComponent<RadioCard_2.ItemIndicatorProps & RefAttributes<HTMLSpanElement>>;
4478
+ export declare const ItemIndicator: ForwardRefExoticComponent<Menu_2.ItemIndicatorProps & RefAttributes<HTMLDivElement>>;
4479
+
4480
+ export declare const ItemIndicator_alias_1: ForwardRefExoticComponent<RadioCard_2.ItemIndicatorProps & RefAttributes<HTMLSpanElement>>;
4479
4481
 
4480
4482
  export declare type ItemIndicatorProps = RadioCard_2.ItemIndicatorProps;
4481
4483
 
@@ -4812,6 +4814,7 @@ export declare namespace Menu {
4812
4814
  Arrow_alias_1 as Arrow,
4813
4815
  CheckboxItem,
4814
4816
  RadioItem,
4817
+ ItemIndicator,
4815
4818
  ItemGroup_alias_1 as ItemGroup,
4816
4819
  TriggerItem,
4817
4820
  RadioItemGroup,
@@ -4828,10 +4831,16 @@ export declare namespace Menu {
4828
4831
  TriggerProps_alias_1 as TriggerProps,
4829
4832
  TriggerItemProps,
4830
4833
  ItemProps_alias_2 as ItemProps,
4831
- ButtonProps_alias_2 as ButtonProps
4834
+ ButtonProps_alias_2 as ButtonProps,
4835
+ RadioItemProps
4832
4836
  }
4833
4837
  }
4834
4838
 
4839
+ declare interface MenuCheckboxItemProps extends Menu_2.CheckboxItemProps {
4840
+ startElement?: React.ReactNode;
4841
+ endElement?: React.ReactNode;
4842
+ }
4843
+
4835
4844
  export declare const menuSlotRecipe: SlotRecipeDefinition_2<"content" | "indicator" | "item" | "itemIndicator" | "positioner" | "separator" | "trigger" | "itemGroup" | "arrow" | "arrowTip" | "contextTrigger" | "itemGroupLabel" | "itemText" | "triggerItem" | "itemCommand", {
4836
4845
  variant: {
4837
4846
  subtle: {
@@ -5051,7 +5060,6 @@ export declare const NavButton: React_3.ForwardRefExoticComponent<NavButtonProps
5051
5060
  export declare const NavButtonEndElement: React_3.ForwardRefExoticComponent<Omit<PatchHtmlProps<Omit<React_3.DetailedHTMLProps<React_3.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof PolymorphicProps> & Omit<JsxStyleProps, never> & PolymorphicProps & React_3.RefAttributes<HTMLDivElement>>;
5052
5061
 
5053
5062
  export declare interface NavButtonProps extends HTMLChakraProps<'button', Sidebar_2.NavButtonProps> {
5054
- active?: boolean;
5055
5063
  }
5056
5064
 
5057
5065
  export declare const NavItem: React_3.ForwardRefExoticComponent<NavItemProps & React_3.RefAttributes<HTMLDivElement>>;
@@ -6062,7 +6070,10 @@ h: "4";
6062
6070
  };
6063
6071
  }>;
6064
6072
 
6065
- export declare const Provider: (props: SidebarProviderProps) => JSX.Element;
6073
+ export declare const Provider: (props: ProviderProps) => JSX.Element;
6074
+
6075
+ export declare interface ProviderProps extends Sidebar_2.ProviderProps, Omit<SlotRecipeProps<'suiSidebar'>, 'mode'> {
6076
+ }
6066
6077
 
6067
6078
  export { QrCode }
6068
6079
  export { QrCode as QrCode_alias_1 }
@@ -6109,7 +6120,7 @@ export declare namespace RadioCard {
6109
6120
  export {
6110
6121
  Root_alias_17 as Root,
6111
6122
  Label_alias_4 as Label,
6112
- ItemIndicator,
6123
+ ItemIndicator_alias_1 as ItemIndicator,
6113
6124
  Item_alias_6 as Item,
6114
6125
  ItemProps_alias_3 as ItemProps,
6115
6126
  RootProps_alias_16 as RootProps,
@@ -6405,10 +6416,15 @@ boxSize: "5";
6405
6416
  };
6406
6417
  }>;
6407
6418
 
6408
- export declare const RadioItem: ForwardRefExoticComponent<Menu_2.RadioItemProps & RefAttributes<HTMLDivElement>>;
6419
+ export declare const RadioItem: ForwardRefExoticComponent<RadioItemProps & RefAttributes<HTMLDivElement>>;
6409
6420
 
6410
6421
  export declare const RadioItemGroup: ForwardRefExoticComponent<Menu_2.RadioItemGroupProps & RefAttributes<HTMLDivElement>>;
6411
6422
 
6423
+ export declare interface RadioItemProps extends Menu_2.RadioItemProps {
6424
+ startElement?: React.ReactNode;
6425
+ endElement?: React.ReactNode;
6426
+ }
6427
+
6412
6428
  export { Radiomark }
6413
6429
 
6414
6430
  export { RadiomarkProps }
@@ -9276,6 +9292,7 @@ export declare namespace Sidebar {
9276
9292
  NavItem,
9277
9293
  NavButton,
9278
9294
  NavButtonEndElement,
9295
+ ProviderProps,
9279
9296
  RootProps_alias_17 as RootProps,
9280
9297
  TriggerProps_alias_2 as TriggerProps,
9281
9298
  FlyoutTriggerProps,
@@ -9347,9 +9364,6 @@ pe: "1";
9347
9364
  };
9348
9365
  }>;
9349
9366
 
9350
- declare interface SidebarProviderProps extends Sidebar_2.ProviderProps, Omit<SlotRecipeProps<'suiSidebar'>, 'mode'> {
9351
- }
9352
-
9353
9367
  export declare const sidebarSlotRecipe: SlotRecipeDefinition_2<"body" | "backdrop" | "root" | "header" | "footer" | "group" | "trigger" | "track" | "flyoutTrigger" | "groupHeader" | "groupTitle" | "groupEndElement" | "groupContent", {
9354
9368
  mode: {
9355
9369
  collapsible: {
@@ -1551,7 +1551,7 @@ flexDirection: "row";
1551
1551
  };
1552
1552
  }>;
1553
1553
 
1554
- export declare const CheckboxItem: ForwardRefExoticComponent<Menu_2.CheckboxItemProps & RefAttributes<HTMLDivElement>>;
1554
+ export declare const CheckboxItem: ForwardRefExoticComponent<MenuCheckboxItemProps & RefAttributes<HTMLDivElement>>;
1555
1555
 
1556
1556
  declare interface CheckboxProps extends Checkbox_2.RootProps {
1557
1557
  icon?: React.ReactNode;
@@ -4475,7 +4475,9 @@ export declare interface ItemContentProps extends Accordion_2.ItemContentProps {
4475
4475
 
4476
4476
  export declare const ItemGroup_alias_1: ForwardRefExoticComponent<Menu_2.ItemGroupProps & RefAttributes<HTMLDivElement>>;
4477
4477
 
4478
- export declare const ItemIndicator: ForwardRefExoticComponent<RadioCard_2.ItemIndicatorProps & RefAttributes<HTMLSpanElement>>;
4478
+ export declare const ItemIndicator: ForwardRefExoticComponent<Menu_2.ItemIndicatorProps & RefAttributes<HTMLDivElement>>;
4479
+
4480
+ export declare const ItemIndicator_alias_1: ForwardRefExoticComponent<RadioCard_2.ItemIndicatorProps & RefAttributes<HTMLSpanElement>>;
4479
4481
 
4480
4482
  export declare type ItemIndicatorProps = RadioCard_2.ItemIndicatorProps;
4481
4483
 
@@ -4812,6 +4814,7 @@ export declare namespace Menu {
4812
4814
  Arrow_alias_1 as Arrow,
4813
4815
  CheckboxItem,
4814
4816
  RadioItem,
4817
+ ItemIndicator,
4815
4818
  ItemGroup_alias_1 as ItemGroup,
4816
4819
  TriggerItem,
4817
4820
  RadioItemGroup,
@@ -4828,10 +4831,16 @@ export declare namespace Menu {
4828
4831
  TriggerProps_alias_1 as TriggerProps,
4829
4832
  TriggerItemProps,
4830
4833
  ItemProps_alias_2 as ItemProps,
4831
- ButtonProps_alias_2 as ButtonProps
4834
+ ButtonProps_alias_2 as ButtonProps,
4835
+ RadioItemProps
4832
4836
  }
4833
4837
  }
4834
4838
 
4839
+ declare interface MenuCheckboxItemProps extends Menu_2.CheckboxItemProps {
4840
+ startElement?: React.ReactNode;
4841
+ endElement?: React.ReactNode;
4842
+ }
4843
+
4835
4844
  export declare const menuSlotRecipe: SlotRecipeDefinition_2<"content" | "indicator" | "item" | "itemIndicator" | "positioner" | "separator" | "trigger" | "itemGroup" | "arrow" | "arrowTip" | "contextTrigger" | "itemGroupLabel" | "itemText" | "triggerItem" | "itemCommand", {
4836
4845
  variant: {
4837
4846
  subtle: {
@@ -5051,7 +5060,6 @@ export declare const NavButton: React_3.ForwardRefExoticComponent<NavButtonProps
5051
5060
  export declare const NavButtonEndElement: React_3.ForwardRefExoticComponent<Omit<PatchHtmlProps<Omit<React_3.DetailedHTMLProps<React_3.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof PolymorphicProps> & Omit<JsxStyleProps, never> & PolymorphicProps & React_3.RefAttributes<HTMLDivElement>>;
5052
5061
 
5053
5062
  export declare interface NavButtonProps extends HTMLChakraProps<'button', Sidebar_2.NavButtonProps> {
5054
- active?: boolean;
5055
5063
  }
5056
5064
 
5057
5065
  export declare const NavItem: React_3.ForwardRefExoticComponent<NavItemProps & React_3.RefAttributes<HTMLDivElement>>;
@@ -6062,7 +6070,10 @@ h: "4";
6062
6070
  };
6063
6071
  }>;
6064
6072
 
6065
- export declare const Provider: (props: SidebarProviderProps) => JSX.Element;
6073
+ export declare const Provider: (props: ProviderProps) => JSX.Element;
6074
+
6075
+ export declare interface ProviderProps extends Sidebar_2.ProviderProps, Omit<SlotRecipeProps<'suiSidebar'>, 'mode'> {
6076
+ }
6066
6077
 
6067
6078
  export { QrCode }
6068
6079
  export { QrCode as QrCode_alias_1 }
@@ -6109,7 +6120,7 @@ export declare namespace RadioCard {
6109
6120
  export {
6110
6121
  Root_alias_17 as Root,
6111
6122
  Label_alias_4 as Label,
6112
- ItemIndicator,
6123
+ ItemIndicator_alias_1 as ItemIndicator,
6113
6124
  Item_alias_6 as Item,
6114
6125
  ItemProps_alias_3 as ItemProps,
6115
6126
  RootProps_alias_16 as RootProps,
@@ -6405,10 +6416,15 @@ boxSize: "5";
6405
6416
  };
6406
6417
  }>;
6407
6418
 
6408
- export declare const RadioItem: ForwardRefExoticComponent<Menu_2.RadioItemProps & RefAttributes<HTMLDivElement>>;
6419
+ export declare const RadioItem: ForwardRefExoticComponent<RadioItemProps & RefAttributes<HTMLDivElement>>;
6409
6420
 
6410
6421
  export declare const RadioItemGroup: ForwardRefExoticComponent<Menu_2.RadioItemGroupProps & RefAttributes<HTMLDivElement>>;
6411
6422
 
6423
+ export declare interface RadioItemProps extends Menu_2.RadioItemProps {
6424
+ startElement?: React.ReactNode;
6425
+ endElement?: React.ReactNode;
6426
+ }
6427
+
6412
6428
  export { Radiomark }
6413
6429
 
6414
6430
  export { RadiomarkProps }
@@ -9276,6 +9292,7 @@ export declare namespace Sidebar {
9276
9292
  NavItem,
9277
9293
  NavButton,
9278
9294
  NavButtonEndElement,
9295
+ ProviderProps,
9279
9296
  RootProps_alias_17 as RootProps,
9280
9297
  TriggerProps_alias_2 as TriggerProps,
9281
9298
  FlyoutTriggerProps,
@@ -9347,9 +9364,6 @@ pe: "1";
9347
9364
  };
9348
9365
  }>;
9349
9366
 
9350
- declare interface SidebarProviderProps extends Sidebar_2.ProviderProps, Omit<SlotRecipeProps<'suiSidebar'>, 'mode'> {
9351
- }
9352
-
9353
9367
  export declare const sidebarSlotRecipe: SlotRecipeDefinition_2<"body" | "backdrop" | "root" | "header" | "footer" | "group" | "trigger" | "track" | "flyoutTrigger" | "groupHeader" | "groupTitle" | "groupEndElement" | "groupContent", {
9354
9368
  mode: {
9355
9369
  collapsible: {
@@ -22,6 +22,7 @@ __export(menu_exports, {
22
22
  Item: () => MenuItem,
23
23
  ItemCommand: () => MenuItemCommand,
24
24
  ItemGroup: () => MenuItemGroup,
25
+ ItemIndicator: () => MenuItemIndicator,
25
26
  ItemText: () => MenuItemText,
26
27
  RadioItem: () => MenuRadioItem,
27
28
  RadioItemGroup: () => MenuRadioItemGroup,
@@ -31,7 +32,6 @@ __export(menu_exports, {
31
32
  TriggerItem: () => MenuTriggerItem
32
33
  });
33
34
  import { forwardRef } from "react";
34
- import { AbsoluteCenter } from "@chakra-ui/react/center";
35
35
  import { Menu as ChakraMenu } from "@chakra-ui/react/menu";
36
36
  import { Portal } from "@chakra-ui/react/portal";
37
37
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -46,21 +46,30 @@ var MenuArrow = forwardRef(
46
46
  return /* @__PURE__ */ jsx(ChakraMenu.Arrow, { ref, ...props, children: /* @__PURE__ */ jsx(ChakraMenu.ArrowTip, {}) });
47
47
  }
48
48
  );
49
- var MenuCheckboxItem = forwardRef(function MenuCheckboxItem2(props, ref) {
50
- return /* @__PURE__ */ jsxs(ChakraMenu.CheckboxItem, { ref, ...props, children: [
51
- /* @__PURE__ */ jsx(ChakraMenu.ItemIndicator, { hidden: false, children: /* @__PURE__ */ jsx(CheckIcon, {}) }),
52
- props.children
53
- ] });
54
- });
49
+ var MenuCheckboxItem = forwardRef(
50
+ function MenuCheckboxItem2(props, ref) {
51
+ const { children, startElement, endElement, ...rest } = props;
52
+ return /* @__PURE__ */ jsxs(ChakraMenu.CheckboxItem, { ref, ...rest, children: [
53
+ startElement,
54
+ /* @__PURE__ */ jsx(ChakraMenu.ItemText, { children }),
55
+ endElement
56
+ ] });
57
+ }
58
+ );
55
59
  var MenuRadioItem = forwardRef(
56
60
  function MenuRadioItem2(props, ref) {
57
- const { children, ...rest } = props;
58
- return /* @__PURE__ */ jsxs(ChakraMenu.RadioItem, { ps: "8", ref, ...rest, children: [
59
- /* @__PURE__ */ jsx(AbsoluteCenter, { axis: "horizontal", left: "4", asChild: true, children: /* @__PURE__ */ jsx(ChakraMenu.ItemIndicator, { children: /* @__PURE__ */ jsx(CheckIcon, {}) }) }),
60
- /* @__PURE__ */ jsx(ChakraMenu.ItemText, { children })
61
+ const { children, startElement, endElement, ...rest } = props;
62
+ return /* @__PURE__ */ jsxs(ChakraMenu.RadioItem, { ref, ...rest, children: [
63
+ startElement,
64
+ /* @__PURE__ */ jsx(ChakraMenu.ItemText, { children }),
65
+ endElement
61
66
  ] });
62
67
  }
63
68
  );
69
+ var MenuItemIndicator = forwardRef(function MenuItemIndicator2(props, ref) {
70
+ const { children = /* @__PURE__ */ jsx(CheckIcon, {}), ...rest } = props;
71
+ return /* @__PURE__ */ jsx(ChakraMenu.ItemIndicator, { ref, ...rest, children });
72
+ });
64
73
  var MenuItemGroup = forwardRef(
65
74
  function MenuItemGroup2(props, ref) {
66
75
  const { title, children, ...rest } = props;
@@ -37,6 +37,7 @@ __export(menu_exports, {
37
37
  Item: () => MenuItem,
38
38
  ItemCommand: () => MenuItemCommand,
39
39
  ItemGroup: () => MenuItemGroup,
40
+ ItemIndicator: () => MenuItemIndicator,
40
41
  ItemText: () => MenuItemText,
41
42
  RadioItem: () => MenuRadioItem,
42
43
  RadioItemGroup: () => MenuRadioItemGroup,
@@ -46,7 +47,6 @@ __export(menu_exports, {
46
47
  TriggerItem: () => MenuTriggerItem
47
48
  });
48
49
  var import_react = require("react");
49
- var import_center = require("@chakra-ui/react/center");
50
50
  var import_menu = require("@chakra-ui/react/menu");
51
51
  var import_portal = require("@chakra-ui/react/portal");
52
52
 
@@ -195,21 +195,30 @@ var MenuArrow = (0, import_react.forwardRef)(
195
195
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_menu.Menu.Arrow, { ref, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_menu.Menu.ArrowTip, {}) });
196
196
  }
197
197
  );
198
- var MenuCheckboxItem = (0, import_react.forwardRef)(function MenuCheckboxItem2(props, ref) {
199
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(import_menu.Menu.CheckboxItem, { ref, ...props, children: [
200
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_menu.Menu.ItemIndicator, { hidden: false, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(CheckIcon, {}) }),
201
- props.children
202
- ] });
203
- });
198
+ var MenuCheckboxItem = (0, import_react.forwardRef)(
199
+ function MenuCheckboxItem2(props, ref) {
200
+ const { children, startElement, endElement, ...rest } = props;
201
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(import_menu.Menu.CheckboxItem, { ref, ...rest, children: [
202
+ startElement,
203
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_menu.Menu.ItemText, { children }),
204
+ endElement
205
+ ] });
206
+ }
207
+ );
204
208
  var MenuRadioItem = (0, import_react.forwardRef)(
205
209
  function MenuRadioItem2(props, ref) {
206
- const { children, ...rest } = props;
207
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(import_menu.Menu.RadioItem, { ps: "8", ref, ...rest, children: [
208
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_center.AbsoluteCenter, { axis: "horizontal", left: "4", asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_menu.Menu.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(CheckIcon, {}) }) }),
209
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_menu.Menu.ItemText, { children })
210
+ const { children, startElement, endElement, ...rest } = props;
211
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(import_menu.Menu.RadioItem, { ref, ...rest, children: [
212
+ startElement,
213
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_menu.Menu.ItemText, { children }),
214
+ endElement
210
215
  ] });
211
216
  }
212
217
  );
218
+ var MenuItemIndicator = (0, import_react.forwardRef)(function MenuItemIndicator2(props, ref) {
219
+ const { children = /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(CheckIcon, {}), ...rest } = props;
220
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_menu.Menu.ItemIndicator, { ref, ...rest, children });
221
+ });
213
222
  var MenuItemGroup = (0, import_react.forwardRef)(
214
223
  function MenuItemGroup2(props, ref) {
215
224
  const { title, children, ...rest } = props;
@@ -1,7 +1,7 @@
1
1
  'use client'
2
2
  import {
3
3
  menu_exports
4
- } from "../../chunk-DEP2DH7P.js";
4
+ } from "../../chunk-7FXZN5MX.js";
5
5
  import "../../chunk-KTLWEUNW.js";
6
6
  import "../../chunk-5HVAMQYO.js";
7
7
  import "../../chunk-XRQQE2AC.js";
package/dist/index.cjs CHANGED
@@ -47,7 +47,7 @@ __export(index_exports, {
47
47
  Button: () => import_button.Button,
48
48
  ButtonGroup: () => import_button3.ButtonGroup,
49
49
  Card: () => import_card.Card,
50
- Center: () => import_center2.Center,
50
+ Center: () => import_center.Center,
51
51
  Checkbox: () => Checkbox,
52
52
  CheckboxCard: () => CheckboxCard,
53
53
  Checkmark: () => import_checkmark3.Checkmark,
@@ -10615,6 +10615,7 @@ __export(menu_exports, {
10615
10615
  Item: () => MenuItem,
10616
10616
  ItemCommand: () => MenuItemCommand,
10617
10617
  ItemGroup: () => MenuItemGroup,
10618
+ ItemIndicator: () => MenuItemIndicator,
10618
10619
  ItemText: () => MenuItemText,
10619
10620
  RadioItem: () => MenuRadioItem,
10620
10621
  RadioItemGroup: () => MenuRadioItemGroup,
@@ -10624,7 +10625,6 @@ __export(menu_exports, {
10624
10625
  TriggerItem: () => MenuTriggerItem
10625
10626
  });
10626
10627
  var import_react62 = require("react");
10627
- var import_center = require("@chakra-ui/react/center");
10628
10628
  var import_menu = require("@chakra-ui/react/menu");
10629
10629
  var import_portal6 = require("@chakra-ui/react/portal");
10630
10630
  var import_jsx_runtime32 = require("react/jsx-runtime");
@@ -10639,21 +10639,30 @@ var MenuArrow = (0, import_react62.forwardRef)(
10639
10639
  return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_menu.Menu.Arrow, { ref, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_menu.Menu.ArrowTip, {}) });
10640
10640
  }
10641
10641
  );
10642
- var MenuCheckboxItem = (0, import_react62.forwardRef)(function MenuCheckboxItem2(props, ref) {
10643
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_menu.Menu.CheckboxItem, { ref, ...props, children: [
10644
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_menu.Menu.ItemIndicator, { hidden: false, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CheckIcon, {}) }),
10645
- props.children
10646
- ] });
10647
- });
10642
+ var MenuCheckboxItem = (0, import_react62.forwardRef)(
10643
+ function MenuCheckboxItem2(props, ref) {
10644
+ const { children, startElement, endElement, ...rest } = props;
10645
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_menu.Menu.CheckboxItem, { ref, ...rest, children: [
10646
+ startElement,
10647
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_menu.Menu.ItemText, { children }),
10648
+ endElement
10649
+ ] });
10650
+ }
10651
+ );
10648
10652
  var MenuRadioItem = (0, import_react62.forwardRef)(
10649
10653
  function MenuRadioItem2(props, ref) {
10650
- const { children, ...rest } = props;
10651
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_menu.Menu.RadioItem, { ps: "8", ref, ...rest, children: [
10652
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_center.AbsoluteCenter, { axis: "horizontal", left: "4", asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_menu.Menu.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CheckIcon, {}) }) }),
10653
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_menu.Menu.ItemText, { children })
10654
+ const { children, startElement, endElement, ...rest } = props;
10655
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_menu.Menu.RadioItem, { ref, ...rest, children: [
10656
+ startElement,
10657
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_menu.Menu.ItemText, { children }),
10658
+ endElement
10654
10659
  ] });
10655
10660
  }
10656
10661
  );
10662
+ var MenuItemIndicator = (0, import_react62.forwardRef)(function MenuItemIndicator2(props, ref) {
10663
+ const { children = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CheckIcon, {}), ...rest } = props;
10664
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_menu.Menu.ItemIndicator, { ref, ...rest, children });
10665
+ });
10657
10666
  var MenuItemGroup = (0, import_react62.forwardRef)(
10658
10667
  function MenuItemGroup2(props, ref) {
10659
10668
  const { title, children, ...rest } = props;
@@ -12019,7 +12028,7 @@ var import_bleed = require("@chakra-ui/react/bleed");
12019
12028
  var import_box3 = require("@chakra-ui/react/box");
12020
12029
 
12021
12030
  // src/components/center/index.ts
12022
- var import_center2 = require("@chakra-ui/react/center");
12031
+ var import_center = require("@chakra-ui/react/center");
12023
12032
 
12024
12033
  // src/components/client-only/index.ts
12025
12034
  var import_client_only = require("@chakra-ui/react/client-only");
package/dist/index.js CHANGED
@@ -1,12 +1,9 @@
1
1
  import {
2
- VisuallyHidden
3
- } from "./chunk-HHTTORZ6.js";
2
+ Toggle
3
+ } from "./chunk-PEVIP5UT.js";
4
4
  import {
5
5
  Wrap
6
6
  } from "./chunk-LGLJ2QUW.js";
7
- import {
8
- Textarea
9
- } from "./chunk-CQD32UVJ.js";
10
7
  import {
11
8
  Tag
12
9
  } from "./chunk-WJZED26X.js";
@@ -17,35 +14,35 @@ import {
17
14
  Toaster,
18
15
  toast
19
16
  } from "./chunk-GXOQVOKP.js";
20
- import {
21
- Toggle
22
- } from "./chunk-PEVIP5UT.js";
23
17
  import {
24
18
  Tooltip
25
19
  } from "./chunk-7MCVXFWM.js";
20
+ import {
21
+ Textarea
22
+ } from "./chunk-CQD32UVJ.js";
26
23
  import {
27
24
  Em,
28
25
  Strong,
29
26
  Text
30
27
  } from "./chunk-J5UCKCIO.js";
31
28
  import {
32
- HStack,
33
- Stack,
34
- StackSeparator,
35
- VStack
36
- } from "./chunk-QNKQFCKJ.js";
29
+ VisuallyHidden
30
+ } from "./chunk-HHTTORZ6.js";
31
+ import {
32
+ steps_exports
33
+ } from "./chunk-XQTIY2ND.js";
37
34
  import {
38
35
  stat_exports
39
36
  } from "./chunk-3RHNNKPC.js";
40
37
  import {
41
38
  Status
42
39
  } from "./chunk-U3EPRSD3.js";
43
- import {
44
- steps_exports
45
- } from "./chunk-XQTIY2ND.js";
46
40
  import {
47
41
  Switch
48
42
  } from "./chunk-3E6URZ5P.js";
43
+ import {
44
+ namespace_exports
45
+ } from "./chunk-2UMNJBGS.js";
49
46
  import {
50
47
  Table
51
48
  } from "./chunk-TH6YCBEG.js";
@@ -54,59 +51,64 @@ import {
54
51
  useTabsContext,
55
52
  useTabsStyles
56
53
  } from "./chunk-5YNHX4C7.js";
57
- import {
58
- namespace_exports
59
- } from "./chunk-2UMNJBGS.js";
60
54
  import {
61
55
  Show
62
56
  } from "./chunk-LU2H6GWC.js";
63
- import {
64
- sidebar_exports,
65
- useSidebar,
66
- useSidebarItemStyles,
67
- useSidebarStyles
68
- } from "./chunk-U23VDAWJ.js";
69
57
  import {
70
58
  Skeleton,
71
59
  SkeletonCircle,
72
60
  SkeletonText
73
61
  } from "./chunk-UEXUCHDD.js";
74
62
  import {
75
- Slider
76
- } from "./chunk-HREBIPVW.js";
63
+ sidebar_exports,
64
+ useSidebar,
65
+ useSidebarItemStyles,
66
+ useSidebarStyles
67
+ } from "./chunk-U23VDAWJ.js";
77
68
  import {
78
69
  SkipNavContent,
79
70
  SkipNavLink
80
71
  } from "./chunk-GDDJYUWM.js";
72
+ import {
73
+ Slider
74
+ } from "./chunk-HREBIPVW.js";
81
75
  import {
82
76
  Spacer
83
77
  } from "./chunk-UAX5344Y.js";
84
78
  import {
85
- RadioGroup
86
- } from "./chunk-NCNHDETB.js";
79
+ HStack,
80
+ Stack,
81
+ StackSeparator,
82
+ VStack
83
+ } from "./chunk-QNKQFCKJ.js";
87
84
  import {
88
85
  radio_card_exports
89
86
  } from "./chunk-KRJG7H4W.js";
90
87
  import {
91
88
  RatingGroup
92
89
  } from "./chunk-HQVBJT5Y.js";
90
+ import {
91
+ Radio
92
+ } from "./chunk-PZWP36YA.js";
93
+ import {
94
+ SegmentedControl
95
+ } from "./chunk-KFDVVTMT.js";
93
96
  import {
94
97
  Progress
95
98
  } from "./chunk-6YZ76Q2W.js";
96
99
  import {
97
100
  SearchInput
98
101
  } from "./chunk-C5YLE76Q.js";
99
- import {
100
- SegmentedControl
101
- } from "./chunk-KFDVVTMT.js";
102
102
  import {
103
103
  Separator
104
104
  } from "./chunk-27OMFCPD.js";
105
105
  import {
106
- Persona,
107
- PersonaAvatar,
108
- defaultPersonaPresenceOptions
109
- } from "./chunk-TYGGMKHU.js";
106
+ PinInput
107
+ } from "./chunk-RYKJOZ3B.js";
108
+ import {
109
+ page_exports,
110
+ usePageStyles
111
+ } from "./chunk-ZJ2VD224.js";
110
112
  import {
111
113
  Presence
112
114
  } from "./chunk-PONMXNY4.js";
@@ -114,34 +116,27 @@ import {
114
116
  QrCode,
115
117
  useQrCode
116
118
  } from "./chunk-PAZQUPKN.js";
117
- import {
118
- PinInput
119
- } from "./chunk-RYKJOZ3B.js";
120
119
  import {
121
120
  ProgressCircle
122
121
  } from "./chunk-7HAGRXKM.js";
123
122
  import {
124
- Radio
125
- } from "./chunk-PZWP36YA.js";
126
- import {
127
- Mark
128
- } from "./chunk-EWCBYJA7.js";
123
+ RadioGroup
124
+ } from "./chunk-NCNHDETB.js";
129
125
  import {
130
126
  menu_exports
131
- } from "./chunk-DEP2DH7P.js";
127
+ } from "./chunk-7FXZN5MX.js";
132
128
  import {
133
129
  NativeSelect
134
130
  } from "./chunk-TKJXJEXT.js";
131
+ import {
132
+ Loader
133
+ } from "./chunk-DHFAFRZ4.js";
135
134
  import {
136
135
  navbar_exports
137
136
  } from "./chunk-DJNPK2LM.js";
138
137
  import {
139
138
  NumberInput
140
139
  } from "./chunk-RFBD2ZNL.js";
141
- import {
142
- page_exports,
143
- usePageStyles
144
- } from "./chunk-ZJ2VD224.js";
145
140
  import {
146
141
  pagination_exports
147
142
  } from "./chunk-6XSCENTR.js";
@@ -149,20 +144,10 @@ import {
149
144
  PasswordInput
150
145
  } from "./chunk-TXIFPX2A.js";
151
146
  import {
152
- InfoTip
153
- } from "./chunk-D72A4SU3.js";
154
- import {
155
- ToggleTip
156
- } from "./chunk-OWFY465Z.js";
157
- import {
158
- Portal
159
- } from "./chunk-UZUMIWPJ.js";
160
- import {
161
- popover_exports
162
- } from "./chunk-FVUEAELO.js";
163
- import {
164
- Loader
165
- } from "./chunk-DHFAFRZ4.js";
147
+ Persona,
148
+ PersonaAvatar,
149
+ defaultPersonaPresenceOptions
150
+ } from "./chunk-TYGGMKHU.js";
166
151
  import {
167
152
  List
168
153
  } from "./chunk-C5KFNMWU.js";
@@ -172,58 +157,68 @@ import {
172
157
  import {
173
158
  Spinner
174
159
  } from "./chunk-MK3OG2I4.js";
160
+ import {
161
+ Mark
162
+ } from "./chunk-EWCBYJA7.js";
175
163
  import {
176
164
  Heading
177
165
  } from "./chunk-HZX4AGO5.js";
178
166
  import {
179
167
  Highlight
180
168
  } from "./chunk-TGEP2YAT.js";
181
- import {
182
- hover_card_exports
183
- } from "./chunk-MZ2RY4NU.js";
184
169
  import {
185
170
  Icon
186
171
  } from "./chunk-M3DJWM6D.js";
187
172
  import {
188
173
  IconBadge
189
174
  } from "./chunk-NSFGACD7.js";
175
+ import {
176
+ hover_card_exports
177
+ } from "./chunk-MZ2RY4NU.js";
190
178
  import {
191
179
  Image
192
180
  } from "./chunk-FD2V4Y66.js";
181
+ import {
182
+ InfoTip
183
+ } from "./chunk-D72A4SU3.js";
184
+ import {
185
+ ToggleTip
186
+ } from "./chunk-OWFY465Z.js";
187
+ import {
188
+ Portal
189
+ } from "./chunk-UZUMIWPJ.js";
190
+ import {
191
+ popover_exports
192
+ } from "./chunk-FVUEAELO.js";
193
193
  import {
194
194
  Float
195
195
  } from "./chunk-XD7U6L2E.js";
196
- import {
197
- Fieldset,
198
- useFieldsetContext
199
- } from "./chunk-FPRTN3I7.js";
200
196
  import {
201
197
  FocusTrap
202
198
  } from "./chunk-EWATHRZA.js";
199
+ import {
200
+ FormatByte,
201
+ FormatNumber
202
+ } from "./chunk-6WZK2RBQ.js";
203
203
  import {
204
204
  Grid,
205
205
  GridItem,
206
206
  SimpleGrid
207
207
  } from "./chunk-2NWOJCSX.js";
208
- import {
209
- FormatByte,
210
- FormatNumber
211
- } from "./chunk-6WZK2RBQ.js";
212
208
  import {
213
209
  grid_list_exports
214
210
  } from "./chunk-ZUT5GZTD.js";
215
211
  import {
216
212
  Group
217
213
  } from "./chunk-3CKGT42F.js";
214
+ import {
215
+ Field,
216
+ useFieldContext,
217
+ useFieldStyles
218
+ } from "./chunk-XX2OY7LK.js";
218
219
  import {
219
220
  Editable
220
221
  } from "./chunk-TEQVVR3W.js";
221
- import {
222
- dialog_exports
223
- } from "./chunk-HXNGSQQG.js";
224
- import {
225
- EmptyState
226
- } from "./chunk-NGGISORT.js";
227
222
  import {
228
223
  drawer_exports
229
224
  } from "./chunk-HHKMVSL4.js";
@@ -232,10 +227,12 @@ import {
232
227
  useEnvironmentContext
233
228
  } from "./chunk-LFOA3DZO.js";
234
229
  import {
235
- Field,
236
- useFieldContext,
237
- useFieldStyles
238
- } from "./chunk-XX2OY7LK.js";
230
+ EmptyState
231
+ } from "./chunk-NGGISORT.js";
232
+ import {
233
+ Fieldset,
234
+ useFieldsetContext
235
+ } from "./chunk-FPRTN3I7.js";
239
236
  import {
240
237
  file_upload_exports,
241
238
  useFileUploadContext
@@ -243,24 +240,12 @@ import {
243
240
  import {
244
241
  Flex
245
242
  } from "./chunk-JQVOMAD5.js";
246
- import {
247
- clipboard_exports,
248
- useClipboard
249
- } from "./chunk-GBAK2P5L.js";
250
- import {
251
- Input,
252
- InputAddon,
253
- InputElement,
254
- InputGroup,
255
- InputPropsProvider
256
- } from "./chunk-BLSGOJQ7.js";
257
- import "./chunk-KTLWEUNW.js";
258
243
  import {
259
244
  Collapsible
260
245
  } from "./chunk-PEJYADAS.js";
261
246
  import {
262
- ClientOnly
263
- } from "./chunk-4N4SHDPB.js";
247
+ Code
248
+ } from "./chunk-YMCOU2N5.js";
264
249
  import {
265
250
  ColorPicker
266
251
  } from "./chunk-JR5RLXCK.js";
@@ -276,6 +261,9 @@ import {
276
261
  import {
277
262
  Container
278
263
  } from "./chunk-PIQURQGB.js";
264
+ import {
265
+ dialog_exports
266
+ } from "./chunk-HXNGSQQG.js";
279
267
  import {
280
268
  DataList,
281
269
  useDataListStyles
@@ -299,8 +287,20 @@ import {
299
287
  Checkmark
300
288
  } from "./chunk-UIP2CHMU.js";
301
289
  import {
302
- Code
303
- } from "./chunk-YMCOU2N5.js";
290
+ ClientOnly
291
+ } from "./chunk-4N4SHDPB.js";
292
+ import {
293
+ clipboard_exports,
294
+ useClipboard
295
+ } from "./chunk-GBAK2P5L.js";
296
+ import {
297
+ Input,
298
+ InputAddon,
299
+ InputElement,
300
+ InputGroup,
301
+ InputPropsProvider
302
+ } from "./chunk-BLSGOJQ7.js";
303
+ import "./chunk-KTLWEUNW.js";
304
304
  import "./chunk-YHQ5JGCC.js";
305
305
  import {
306
306
  Avatar,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-next.13",
3
+ "version": "3.0.0-next.14",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -81,7 +81,7 @@
81
81
  "url": "https://storybook.saas-ui.dev"
82
82
  },
83
83
  "dependencies": {
84
- "@ark-ui/react": "^5.1.0",
84
+ "@ark-ui/react": "^5.2.0",
85
85
  "@saas-ui/core": "3.0.0-next.2",
86
86
  "@saas-ui/hooks": "3.0.0-next.0"
87
87
  },