@saas-ui/react 3.0.0-alpha.19 → 3.0.0-alpha.20

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-alpha.20
4
+
5
+ ### Minor Changes
6
+
7
+ - f85d493: Added Sidebar.Context component that allows you to access sidebar context using a render prop
8
+ - f85d493: Sidebar mode can now be controlled using the sidebar context
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [f85d493]
13
+ - Updated dependencies [f85d493]
14
+ - @saas-ui/core@3.0.0-alpha.6
15
+
3
16
  ## 3.0.0-alpha.19
4
17
 
5
18
  ### Patch Changes
@@ -30,7 +30,10 @@ var GridListRoot = withProvider(
30
30
  );
31
31
  var GridListItem = withContext(
32
32
  GridList.Item,
33
- "item"
33
+ "item",
34
+ {
35
+ forwardProps: ["role"]
36
+ }
34
37
  );
35
38
  var GridListHeader = withContext(
36
39
  GridList.Header,
@@ -8,6 +8,7 @@ var sidebar_exports = {};
8
8
  __export(sidebar_exports, {
9
9
  Backdrop: () => SidebarBackdrop,
10
10
  Body: () => SidebarBody,
11
+ Context: () => SidebarContext,
11
12
  FlyoutTrigger: () => SidebarFlyoutTrigger,
12
13
  Footer: () => SidebarFooter,
13
14
  Group: () => SidebarGroup,
@@ -129,6 +130,7 @@ var SidebarNavButtonEndElement = withItemContext(Sidebar.NavItemEndElement, "end
129
130
  "data-slot": "endElement"
130
131
  }
131
132
  });
133
+ var SidebarContext = Sidebar.Context;
132
134
 
133
135
  // src/components/sidebar/index.ts
134
136
  import { useSidebar as useSidebar2 } from "@saas-ui/core/sidebar";
@@ -52,7 +52,10 @@ var GridListRoot = withProvider(
52
52
  );
53
53
  var GridListItem = withContext(
54
54
  import_grid_list.GridList.Item,
55
- "item"
55
+ "item",
56
+ {
57
+ forwardProps: ["role"]
58
+ }
56
59
  );
57
60
  var GridListHeader = withContext(
58
61
  import_grid_list.GridList.Header,
@@ -1,7 +1,7 @@
1
1
  'use client'
2
2
  import {
3
3
  grid_list_exports
4
- } from "../../chunk-NSD5HRIP.js";
4
+ } from "../../chunk-D2Q7IR5F.js";
5
5
  import "../../chunk-RTMS5TJN.js";
6
6
  export {
7
7
  grid_list_exports as GridList
@@ -33,6 +33,7 @@ var sidebar_exports = {};
33
33
  __export(sidebar_exports, {
34
34
  Backdrop: () => SidebarBackdrop,
35
35
  Body: () => SidebarBody,
36
+ Context: () => SidebarContext,
36
37
  FlyoutTrigger: () => SidebarFlyoutTrigger,
37
38
  Footer: () => SidebarFooter,
38
39
  Group: () => SidebarGroup,
@@ -154,6 +155,7 @@ var SidebarNavButtonEndElement = withItemContext(import_sidebar.Sidebar.NavItemE
154
155
  "data-slot": "endElement"
155
156
  }
156
157
  });
158
+ var SidebarContext = import_sidebar.Sidebar.Context;
157
159
 
158
160
  // src/components/sidebar/index.ts
159
161
  var import_sidebar2 = require("@saas-ui/core/sidebar");
@@ -1,9 +1,10 @@
1
+ import * as _saas_ui_core_sidebar from '@saas-ui/core/sidebar';
2
+ import { Sidebar } from '@saas-ui/core/sidebar';
3
+ export { useSidebar } from '@saas-ui/core/sidebar';
1
4
  import * as _chakra_ui_react from '@chakra-ui/react';
2
5
  import { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
3
6
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
7
  import react__default from 'react';
5
- import { Sidebar } from '@saas-ui/core/sidebar';
6
- export { useSidebar } from '@saas-ui/core/sidebar';
7
8
 
8
9
  interface SidebarProviderProps extends Sidebar.ProviderProps, Omit<SlotRecipeProps<'suiSidebar'>, 'mode'> {
9
10
  }
@@ -75,9 +76,12 @@ interface SidebarNavButtonProps extends Sidebar.NavButtonProps, HTMLChakraProps<
75
76
  }
76
77
  declare const SidebarNavButton: react__default.ForwardRefExoticComponent<SidebarNavButtonProps & react__default.RefAttributes<HTMLButtonElement>>;
77
78
  declare const SidebarNavButtonEndElement: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "_collapsible" | "_groupCollapsible" | "_groupOpen" | "_parentHover" | "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" | "cursor" | "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" | "opacity" | "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" | "zIndex" | "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 _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
79
+ declare const SidebarContext: (props: {
80
+ children: (context: _saas_ui_core_sidebar.UseSidebarReturn) => react__default.ReactNode;
81
+ }) => react__default.ReactNode;
78
82
 
79
83
  declare namespace sidebar {
80
- export { SidebarBackdrop as Backdrop, SidebarBody as Body, SidebarFlyoutTrigger as FlyoutTrigger, type SidebarFlyoutTriggerProps as FlyoutTriggerProps, SidebarFooter as Footer, SidebarGroup as Group, SidebarGroupContent as GroupContent, SidebarGroupEndElement as GroupEndElement, SidebarGroupHeader as GroupHeader, SidebarGroupTitle as GroupTitle, SidebarHeader as Header, SidebarNavButton as NavButton, SidebarNavButtonEndElement as NavButtonEndElement, type SidebarNavButtonProps as NavButtonProps, SidebarNavItem as NavItem, type SidebarNavItemProps as NavItemProps, SidebarProvider as Provider, SidebarRoot as Root, type SidebarRootProps as RootProps, SidebarTrack as Track, SidebarTrigger as Trigger, type SidebarTriggerProps as TriggerProps };
84
+ export { SidebarBackdrop as Backdrop, SidebarBody as Body, SidebarContext as Context, SidebarFlyoutTrigger as FlyoutTrigger, type SidebarFlyoutTriggerProps as FlyoutTriggerProps, SidebarFooter as Footer, SidebarGroup as Group, SidebarGroupContent as GroupContent, SidebarGroupEndElement as GroupEndElement, SidebarGroupHeader as GroupHeader, SidebarGroupTitle as GroupTitle, SidebarHeader as Header, SidebarNavButton as NavButton, SidebarNavButtonEndElement as NavButtonEndElement, type SidebarNavButtonProps as NavButtonProps, SidebarNavItem as NavItem, type SidebarNavItemProps as NavItemProps, SidebarProvider as Provider, SidebarRoot as Root, type SidebarRootProps as RootProps, SidebarTrack as Track, SidebarTrigger as Trigger, type SidebarTriggerProps as TriggerProps };
81
85
  }
82
86
 
83
87
  declare const useSidebarStyles: () => Record<string, _chakra_ui_react.SystemStyleObject>;
@@ -1,9 +1,10 @@
1
+ import * as _saas_ui_core_sidebar from '@saas-ui/core/sidebar';
2
+ import { Sidebar } from '@saas-ui/core/sidebar';
3
+ export { useSidebar } from '@saas-ui/core/sidebar';
1
4
  import * as _chakra_ui_react from '@chakra-ui/react';
2
5
  import { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
3
6
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
7
  import react__default from 'react';
5
- import { Sidebar } from '@saas-ui/core/sidebar';
6
- export { useSidebar } from '@saas-ui/core/sidebar';
7
8
 
8
9
  interface SidebarProviderProps extends Sidebar.ProviderProps, Omit<SlotRecipeProps<'suiSidebar'>, 'mode'> {
9
10
  }
@@ -75,9 +76,12 @@ interface SidebarNavButtonProps extends Sidebar.NavButtonProps, HTMLChakraProps<
75
76
  }
76
77
  declare const SidebarNavButton: react__default.ForwardRefExoticComponent<SidebarNavButtonProps & react__default.RefAttributes<HTMLButtonElement>>;
77
78
  declare const SidebarNavButtonEndElement: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "_collapsible" | "_groupCollapsible" | "_groupOpen" | "_parentHover" | "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" | "cursor" | "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" | "opacity" | "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" | "zIndex" | "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 _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
79
+ declare const SidebarContext: (props: {
80
+ children: (context: _saas_ui_core_sidebar.UseSidebarReturn) => react__default.ReactNode;
81
+ }) => react__default.ReactNode;
78
82
 
79
83
  declare namespace sidebar {
80
- export { SidebarBackdrop as Backdrop, SidebarBody as Body, SidebarFlyoutTrigger as FlyoutTrigger, type SidebarFlyoutTriggerProps as FlyoutTriggerProps, SidebarFooter as Footer, SidebarGroup as Group, SidebarGroupContent as GroupContent, SidebarGroupEndElement as GroupEndElement, SidebarGroupHeader as GroupHeader, SidebarGroupTitle as GroupTitle, SidebarHeader as Header, SidebarNavButton as NavButton, SidebarNavButtonEndElement as NavButtonEndElement, type SidebarNavButtonProps as NavButtonProps, SidebarNavItem as NavItem, type SidebarNavItemProps as NavItemProps, SidebarProvider as Provider, SidebarRoot as Root, type SidebarRootProps as RootProps, SidebarTrack as Track, SidebarTrigger as Trigger, type SidebarTriggerProps as TriggerProps };
84
+ export { SidebarBackdrop as Backdrop, SidebarBody as Body, SidebarContext as Context, SidebarFlyoutTrigger as FlyoutTrigger, type SidebarFlyoutTriggerProps as FlyoutTriggerProps, SidebarFooter as Footer, SidebarGroup as Group, SidebarGroupContent as GroupContent, SidebarGroupEndElement as GroupEndElement, SidebarGroupHeader as GroupHeader, SidebarGroupTitle as GroupTitle, SidebarHeader as Header, SidebarNavButton as NavButton, SidebarNavButtonEndElement as NavButtonEndElement, type SidebarNavButtonProps as NavButtonProps, SidebarNavItem as NavItem, type SidebarNavItemProps as NavItemProps, SidebarProvider as Provider, SidebarRoot as Root, type SidebarRootProps as RootProps, SidebarTrack as Track, SidebarTrigger as Trigger, type SidebarTriggerProps as TriggerProps };
81
85
  }
82
86
 
83
87
  declare const useSidebarStyles: () => Record<string, _chakra_ui_react.SystemStyleObject>;
@@ -4,7 +4,7 @@ import {
4
4
  useSidebar,
5
5
  useSidebarItemStyles,
6
6
  useSidebarStyles
7
- } from "../../chunk-GGAKUS66.js";
7
+ } from "../../chunk-U23VDAWJ.js";
8
8
  import "../../chunk-RTMS5TJN.js";
9
9
  export {
10
10
  sidebar_exports as Sidebar,
package/dist/index.cjs CHANGED
@@ -9577,7 +9577,10 @@ var GridListRoot = withProvider2(
9577
9577
  );
9578
9578
  var GridListItem = withContext3(
9579
9579
  import_grid_list.GridList.Item,
9580
- "item"
9580
+ "item",
9581
+ {
9582
+ forwardProps: ["role"]
9583
+ }
9581
9584
  );
9582
9585
  var GridListHeader = withContext3(
9583
9586
  import_grid_list.GridList.Header,
@@ -10611,6 +10614,7 @@ var sidebar_exports = {};
10611
10614
  __export(sidebar_exports, {
10612
10615
  Backdrop: () => SidebarBackdrop,
10613
10616
  Body: () => SidebarBody,
10617
+ Context: () => SidebarContext,
10614
10618
  FlyoutTrigger: () => SidebarFlyoutTrigger,
10615
10619
  Footer: () => SidebarFooter,
10616
10620
  Group: () => SidebarGroup,
@@ -10732,6 +10736,7 @@ var SidebarNavButtonEndElement = withItemContext(import_sidebar.Sidebar.NavItemE
10732
10736
  "data-slot": "endElement"
10733
10737
  }
10734
10738
  });
10739
+ var SidebarContext = import_sidebar.Sidebar.Context;
10735
10740
 
10736
10741
  // src/components/sidebar/index.ts
10737
10742
  var import_sidebar2 = require("@saas-ui/core/sidebar");
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
- steps_exports
3
- } from "./chunk-VZG7EJ64.js";
4
- import {
5
- Switch
6
- } from "./chunk-SA3OGTOO.js";
2
+ sidebar_exports,
3
+ useSidebar,
4
+ useSidebarItemStyles,
5
+ useSidebarStyles
6
+ } from "./chunk-U23VDAWJ.js";
7
7
  import {
8
8
  Toaster,
9
9
  toast
@@ -14,33 +14,33 @@ import {
14
14
  import {
15
15
  colors
16
16
  } from "./chunk-3MO37LYW.js";
17
+ import {
18
+ PinInput
19
+ } from "./chunk-2EUACKRH.js";
17
20
  import {
18
21
  Persona,
19
22
  PersonaAvatar,
20
23
  defaultPresenceOptions
21
24
  } from "./chunk-4VH4IGVF.js";
22
- import {
23
- PinInput
24
- } from "./chunk-2EUACKRH.js";
25
25
  import {
26
26
  Radio,
27
27
  RadioGroup
28
28
  } from "./chunk-WYLMBMAH.js";
29
29
  import {
30
- SearchInput
31
- } from "./chunk-46ISJZBS.js";
30
+ namespace_exports as namespace_exports3
31
+ } from "./chunk-BU7QENBQ.js";
32
32
  import {
33
33
  SegmentedControl
34
34
  } from "./chunk-SKXSBAOS.js";
35
35
  import {
36
- namespace_exports as namespace_exports3
37
- } from "./chunk-BU7QENBQ.js";
36
+ SearchInput
37
+ } from "./chunk-46ISJZBS.js";
38
38
  import {
39
- sidebar_exports,
40
- useSidebar,
41
- useSidebarItemStyles,
42
- useSidebarStyles
43
- } from "./chunk-GGAKUS66.js";
39
+ Switch
40
+ } from "./chunk-SA3OGTOO.js";
41
+ import {
42
+ steps_exports
43
+ } from "./chunk-VZG7EJ64.js";
44
44
  import {
45
45
  Link
46
46
  } from "./chunk-TZBAM4AD.js";
@@ -54,6 +54,18 @@ import {
54
54
  import {
55
55
  menu_exports
56
56
  } from "./chunk-C7B3ELC4.js";
57
+ import {
58
+ PasswordInput
59
+ } from "./chunk-CD2JUFI2.js";
60
+ import {
61
+ pagination_exports
62
+ } from "./chunk-MLJN6IOJ.js";
63
+ import {
64
+ NumberInput
65
+ } from "./chunk-S5J6REMC.js";
66
+ import {
67
+ InputGroup
68
+ } from "./chunk-PKI6YH2V.js";
57
69
  import {
58
70
  navbar_exports
59
71
  } from "./chunk-Q6SNJJO2.js";
@@ -63,18 +75,6 @@ import {
63
75
  useLink,
64
76
  useSui
65
77
  } from "./chunk-O2WVT2BP.js";
66
- import {
67
- NumberInput
68
- } from "./chunk-S5J6REMC.js";
69
- import {
70
- pagination_exports
71
- } from "./chunk-MLJN6IOJ.js";
72
- import {
73
- PasswordInput
74
- } from "./chunk-CD2JUFI2.js";
75
- import {
76
- InputGroup
77
- } from "./chunk-PKI6YH2V.js";
78
78
  import {
79
79
  Command
80
80
  } from "./chunk-UASXI64E.js";
@@ -89,7 +89,7 @@ import {
89
89
  } from "./chunk-FJFNGSPL.js";
90
90
  import {
91
91
  grid_list_exports
92
- } from "./chunk-NSD5HRIP.js";
92
+ } from "./chunk-D2Q7IR5F.js";
93
93
  import {
94
94
  IconBadge
95
95
  } from "./chunk-I2RXEKTB.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-alpha.19",
3
+ "version": "3.0.0-alpha.20",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "@ark-ui/react": "^4.4.4",
73
- "@saas-ui/core": "3.0.0-alpha.5",
73
+ "@saas-ui/core": "3.0.0-alpha.6",
74
74
  "@saas-ui/hooks": "3.0.0-alpha.4"
75
75
  },
76
76
  "peerDependencies": {