@saas-ui/react 3.0.0-next.12 → 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 +13 -0
- package/dist/_tsup-dts-rollup.d.cts +24 -10
- package/dist/_tsup-dts-rollup.d.ts +24 -10
- package/dist/{chunk-DEP2DH7P.js → chunk-7FXZN5MX.js} +20 -11
- package/dist/{chunk-GQYL3VVZ.js → chunk-D72A4SU3.js} +1 -1
- package/dist/{chunk-PSCCIAL4.js → chunk-RBG43JK2.js} +2 -2
- package/dist/components/info-tip/index.js +3 -3
- package/dist/components/menu/index.cjs +20 -11
- package/dist/components/menu/index.js +1 -1
- package/dist/components/toggle-tip/index.js +2 -2
- package/dist/index.cjs +24 -15
- package/dist/index.js +96 -96
- package/dist/preset.cjs +2 -2
- package/dist/preset.js +1 -1
- package/package.json +2 -2
- package/dist/{chunk-QITSWCWX.js → chunk-OWFY465Z.js} +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
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
|
+
|
10
|
+
## 3.0.0-next.13
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- f995ba3: Fixed zIndex prop value
|
15
|
+
|
3
16
|
## 3.0.0-next.12
|
4
17
|
|
5
18
|
### Patch Changes
|
@@ -1551,7 +1551,7 @@ flexDirection: "row";
|
|
1551
1551
|
};
|
1552
1552
|
}>;
|
1553
1553
|
|
1554
|
-
export declare const CheckboxItem: ForwardRefExoticComponent<
|
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<
|
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:
|
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<
|
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<
|
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<
|
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:
|
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<
|
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(
|
50
|
-
|
51
|
-
|
52
|
-
|
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, {
|
59
|
-
|
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;
|
@@ -3434,7 +3434,7 @@ var dialogSlotRecipe = defineSlotRecipe13({
|
|
3434
3434
|
top: 0,
|
3435
3435
|
w: "100vw",
|
3436
3436
|
h: "100dvh",
|
3437
|
-
zIndex: "
|
3437
|
+
zIndex: "layer-4",
|
3438
3438
|
_open: {
|
3439
3439
|
animationName: "fade-in",
|
3440
3440
|
animationDuration: "slow"
|
@@ -3655,7 +3655,7 @@ var drawerSlotRecipe = defineSlotRecipe14({
|
|
3655
3655
|
top: 0,
|
3656
3656
|
w: "100vw",
|
3657
3657
|
h: "100dvh",
|
3658
|
-
zIndex: "
|
3658
|
+
zIndex: "layer-4",
|
3659
3659
|
_open: {
|
3660
3660
|
animationName: "fade-in",
|
3661
3661
|
animationDuration: "slow"
|
@@ -1,10 +1,10 @@
|
|
1
1
|
'use client'
|
2
2
|
import {
|
3
3
|
InfoTip
|
4
|
-
} from "../../chunk-
|
5
|
-
import "../../chunk-
|
6
|
-
import "../../chunk-FVUEAELO.js";
|
4
|
+
} from "../../chunk-D72A4SU3.js";
|
5
|
+
import "../../chunk-OWFY465Z.js";
|
7
6
|
import "../../chunk-UZUMIWPJ.js";
|
7
|
+
import "../../chunk-FVUEAELO.js";
|
8
8
|
import "../../chunk-KTLWEUNW.js";
|
9
9
|
import "../../chunk-JMYI6YXR.js";
|
10
10
|
import "../../chunk-U2CWQDXE.js";
|
@@ -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)(
|
199
|
-
|
200
|
-
|
201
|
-
|
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, {
|
208
|
-
|
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,9 +1,9 @@
|
|
1
1
|
'use client'
|
2
2
|
import {
|
3
3
|
ToggleTip
|
4
|
-
} from "../../chunk-
|
5
|
-
import "../../chunk-FVUEAELO.js";
|
4
|
+
} from "../../chunk-OWFY465Z.js";
|
6
5
|
import "../../chunk-UZUMIWPJ.js";
|
6
|
+
import "../../chunk-FVUEAELO.js";
|
7
7
|
import "../../chunk-JMYI6YXR.js";
|
8
8
|
import "../../chunk-U2CWQDXE.js";
|
9
9
|
import "../../chunk-OJZPPAT6.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: () =>
|
50
|
+
Center: () => import_center.Center,
|
51
51
|
Checkbox: () => Checkbox,
|
52
52
|
CheckboxCard: () => CheckboxCard,
|
53
53
|
Checkmark: () => import_checkmark3.Checkmark,
|
@@ -3633,7 +3633,7 @@ var dialogSlotRecipe = (0, import_styled_system33.defineSlotRecipe)({
|
|
3633
3633
|
top: 0,
|
3634
3634
|
w: "100vw",
|
3635
3635
|
h: "100dvh",
|
3636
|
-
zIndex: "
|
3636
|
+
zIndex: "layer-4",
|
3637
3637
|
_open: {
|
3638
3638
|
animationName: "fade-in",
|
3639
3639
|
animationDuration: "slow"
|
@@ -3854,7 +3854,7 @@ var drawerSlotRecipe = (0, import_styled_system34.defineSlotRecipe)({
|
|
3854
3854
|
top: 0,
|
3855
3855
|
w: "100vw",
|
3856
3856
|
h: "100dvh",
|
3857
|
-
zIndex: "
|
3857
|
+
zIndex: "layer-4",
|
3858
3858
|
_open: {
|
3859
3859
|
animationName: "fade-in",
|
3860
3860
|
animationDuration: "slow"
|
@@ -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)(
|
10643
|
-
|
10644
|
-
|
10645
|
-
|
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, {
|
10652
|
-
|
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
|
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,23 +1,15 @@
|
|
1
1
|
import {
|
2
|
-
|
3
|
-
|
4
|
-
Text
|
5
|
-
} from "./chunk-J5UCKCIO.js";
|
2
|
+
Toggle
|
3
|
+
} from "./chunk-PEVIP5UT.js";
|
6
4
|
import {
|
7
5
|
Wrap
|
8
6
|
} from "./chunk-LGLJ2QUW.js";
|
9
7
|
import {
|
10
8
|
Tag
|
11
9
|
} from "./chunk-WJZED26X.js";
|
12
|
-
import {
|
13
|
-
Textarea
|
14
|
-
} from "./chunk-CQD32UVJ.js";
|
15
10
|
import {
|
16
11
|
Timeline
|
17
12
|
} from "./chunk-QLN2CBY6.js";
|
18
|
-
import {
|
19
|
-
Toggle
|
20
|
-
} from "./chunk-PEVIP5UT.js";
|
21
13
|
import {
|
22
14
|
Toaster,
|
23
15
|
toast
|
@@ -25,27 +17,32 @@ import {
|
|
25
17
|
import {
|
26
18
|
Tooltip
|
27
19
|
} from "./chunk-7MCVXFWM.js";
|
20
|
+
import {
|
21
|
+
Textarea
|
22
|
+
} from "./chunk-CQD32UVJ.js";
|
23
|
+
import {
|
24
|
+
Em,
|
25
|
+
Strong,
|
26
|
+
Text
|
27
|
+
} from "./chunk-J5UCKCIO.js";
|
28
28
|
import {
|
29
29
|
VisuallyHidden
|
30
30
|
} from "./chunk-HHTTORZ6.js";
|
31
31
|
import {
|
32
|
-
|
33
|
-
|
34
|
-
StackSeparator,
|
35
|
-
VStack
|
36
|
-
} from "./chunk-QNKQFCKJ.js";
|
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,9 +51,6 @@ 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";
|
@@ -65,6 +59,12 @@ import {
|
|
65
59
|
SkeletonCircle,
|
66
60
|
SkeletonText
|
67
61
|
} from "./chunk-UEXUCHDD.js";
|
62
|
+
import {
|
63
|
+
sidebar_exports,
|
64
|
+
useSidebar,
|
65
|
+
useSidebarItemStyles,
|
66
|
+
useSidebarStyles
|
67
|
+
} from "./chunk-U23VDAWJ.js";
|
68
68
|
import {
|
69
69
|
SkipNavContent,
|
70
70
|
SkipNavLink
|
@@ -72,33 +72,33 @@ import {
|
|
72
72
|
import {
|
73
73
|
Slider
|
74
74
|
} from "./chunk-HREBIPVW.js";
|
75
|
-
import {
|
76
|
-
sidebar_exports,
|
77
|
-
useSidebar,
|
78
|
-
useSidebarItemStyles,
|
79
|
-
useSidebarStyles
|
80
|
-
} from "./chunk-U23VDAWJ.js";
|
81
75
|
import {
|
82
76
|
Spacer
|
83
77
|
} from "./chunk-UAX5344Y.js";
|
84
78
|
import {
|
85
|
-
|
86
|
-
|
79
|
+
HStack,
|
80
|
+
Stack,
|
81
|
+
StackSeparator,
|
82
|
+
VStack
|
83
|
+
} from "./chunk-QNKQFCKJ.js";
|
87
84
|
import {
|
88
|
-
|
89
|
-
} from "./chunk-
|
85
|
+
radio_card_exports
|
86
|
+
} from "./chunk-KRJG7H4W.js";
|
90
87
|
import {
|
91
88
|
RatingGroup
|
92
89
|
} from "./chunk-HQVBJT5Y.js";
|
93
90
|
import {
|
94
|
-
|
95
|
-
} from "./chunk-
|
96
|
-
import {
|
97
|
-
radio_card_exports
|
98
|
-
} from "./chunk-KRJG7H4W.js";
|
91
|
+
Radio
|
92
|
+
} from "./chunk-PZWP36YA.js";
|
99
93
|
import {
|
100
94
|
SegmentedControl
|
101
95
|
} from "./chunk-KFDVVTMT.js";
|
96
|
+
import {
|
97
|
+
Progress
|
98
|
+
} from "./chunk-6YZ76Q2W.js";
|
99
|
+
import {
|
100
|
+
SearchInput
|
101
|
+
} from "./chunk-C5YLE76Q.js";
|
102
102
|
import {
|
103
103
|
Separator
|
104
104
|
} from "./chunk-27OMFCPD.js";
|
@@ -113,21 +113,24 @@ import {
|
|
113
113
|
Presence
|
114
114
|
} from "./chunk-PONMXNY4.js";
|
115
115
|
import {
|
116
|
-
|
117
|
-
|
116
|
+
QrCode,
|
117
|
+
useQrCode
|
118
|
+
} from "./chunk-PAZQUPKN.js";
|
118
119
|
import {
|
119
120
|
ProgressCircle
|
120
121
|
} from "./chunk-7HAGRXKM.js";
|
121
122
|
import {
|
122
|
-
|
123
|
-
|
124
|
-
} from "./chunk-PAZQUPKN.js";
|
123
|
+
RadioGroup
|
124
|
+
} from "./chunk-NCNHDETB.js";
|
125
125
|
import {
|
126
|
-
|
127
|
-
} from "./chunk-
|
126
|
+
menu_exports
|
127
|
+
} from "./chunk-7FXZN5MX.js";
|
128
128
|
import {
|
129
129
|
NativeSelect
|
130
130
|
} from "./chunk-TKJXJEXT.js";
|
131
|
+
import {
|
132
|
+
Loader
|
133
|
+
} from "./chunk-DHFAFRZ4.js";
|
131
134
|
import {
|
132
135
|
navbar_exports
|
133
136
|
} from "./chunk-DJNPK2LM.js";
|
@@ -145,24 +148,9 @@ import {
|
|
145
148
|
PersonaAvatar,
|
146
149
|
defaultPersonaPresenceOptions
|
147
150
|
} from "./chunk-TYGGMKHU.js";
|
148
|
-
import {
|
149
|
-
InfoTip
|
150
|
-
} from "./chunk-GQYL3VVZ.js";
|
151
|
-
import {
|
152
|
-
ToggleTip
|
153
|
-
} from "./chunk-QITSWCWX.js";
|
154
|
-
import {
|
155
|
-
popover_exports
|
156
|
-
} from "./chunk-FVUEAELO.js";
|
157
|
-
import {
|
158
|
-
Portal
|
159
|
-
} from "./chunk-UZUMIWPJ.js";
|
160
151
|
import {
|
161
152
|
List
|
162
153
|
} from "./chunk-C5KFNMWU.js";
|
163
|
-
import {
|
164
|
-
Loader
|
165
|
-
} from "./chunk-DHFAFRZ4.js";
|
166
154
|
import {
|
167
155
|
loading_overlay_exports
|
168
156
|
} from "./chunk-BDS3APRG.js";
|
@@ -170,29 +158,41 @@ import {
|
|
170
158
|
Spinner
|
171
159
|
} from "./chunk-MK3OG2I4.js";
|
172
160
|
import {
|
173
|
-
|
174
|
-
} from "./chunk-
|
175
|
-
import {
|
176
|
-
Highlight
|
177
|
-
} from "./chunk-TGEP2YAT.js";
|
161
|
+
Mark
|
162
|
+
} from "./chunk-EWCBYJA7.js";
|
178
163
|
import {
|
179
164
|
Heading
|
180
165
|
} from "./chunk-HZX4AGO5.js";
|
181
166
|
import {
|
182
|
-
|
183
|
-
} from "./chunk-
|
167
|
+
Highlight
|
168
|
+
} from "./chunk-TGEP2YAT.js";
|
169
|
+
import {
|
170
|
+
Icon
|
171
|
+
} from "./chunk-M3DJWM6D.js";
|
184
172
|
import {
|
185
173
|
IconBadge
|
186
174
|
} from "./chunk-NSFGACD7.js";
|
175
|
+
import {
|
176
|
+
hover_card_exports
|
177
|
+
} from "./chunk-MZ2RY4NU.js";
|
187
178
|
import {
|
188
179
|
Image
|
189
180
|
} from "./chunk-FD2V4Y66.js";
|
190
181
|
import {
|
191
|
-
|
192
|
-
} from "./chunk-
|
182
|
+
InfoTip
|
183
|
+
} from "./chunk-D72A4SU3.js";
|
193
184
|
import {
|
194
|
-
|
195
|
-
} from "./chunk-
|
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
|
+
import {
|
194
|
+
Float
|
195
|
+
} from "./chunk-XD7U6L2E.js";
|
196
196
|
import {
|
197
197
|
FocusTrap
|
198
198
|
} from "./chunk-EWATHRZA.js";
|
@@ -200,9 +200,6 @@ import {
|
|
200
200
|
FormatByte,
|
201
201
|
FormatNumber
|
202
202
|
} from "./chunk-6WZK2RBQ.js";
|
203
|
-
import {
|
204
|
-
Float
|
205
|
-
} from "./chunk-XD7U6L2E.js";
|
206
203
|
import {
|
207
204
|
Grid,
|
208
205
|
GridItem,
|
@@ -214,41 +211,41 @@ import {
|
|
214
211
|
import {
|
215
212
|
Group
|
216
213
|
} from "./chunk-3CKGT42F.js";
|
214
|
+
import {
|
215
|
+
Field,
|
216
|
+
useFieldContext,
|
217
|
+
useFieldStyles
|
218
|
+
} from "./chunk-XX2OY7LK.js";
|
217
219
|
import {
|
218
220
|
Editable
|
219
221
|
} from "./chunk-TEQVVR3W.js";
|
220
222
|
import {
|
221
|
-
|
222
|
-
} from "./chunk-
|
223
|
+
drawer_exports
|
224
|
+
} from "./chunk-HHKMVSL4.js";
|
225
|
+
import {
|
226
|
+
EnvironmentProvider,
|
227
|
+
useEnvironmentContext
|
228
|
+
} from "./chunk-LFOA3DZO.js";
|
223
229
|
import {
|
224
230
|
EmptyState
|
225
231
|
} from "./chunk-NGGISORT.js";
|
226
|
-
import {
|
227
|
-
drawer_exports
|
228
|
-
} from "./chunk-HHKMVSL4.js";
|
229
232
|
import {
|
230
233
|
Fieldset,
|
231
234
|
useFieldsetContext
|
232
235
|
} from "./chunk-FPRTN3I7.js";
|
233
|
-
import {
|
234
|
-
EnvironmentProvider,
|
235
|
-
useEnvironmentContext
|
236
|
-
} from "./chunk-LFOA3DZO.js";
|
237
236
|
import {
|
238
237
|
file_upload_exports,
|
239
238
|
useFileUploadContext
|
240
239
|
} from "./chunk-VVTDE7NH.js";
|
241
240
|
import {
|
242
|
-
|
243
|
-
|
244
|
-
useFieldStyles
|
245
|
-
} from "./chunk-XX2OY7LK.js";
|
246
|
-
import {
|
247
|
-
Code
|
248
|
-
} from "./chunk-YMCOU2N5.js";
|
241
|
+
Flex
|
242
|
+
} from "./chunk-JQVOMAD5.js";
|
249
243
|
import {
|
250
244
|
Collapsible
|
251
245
|
} from "./chunk-PEJYADAS.js";
|
246
|
+
import {
|
247
|
+
Code
|
248
|
+
} from "./chunk-YMCOU2N5.js";
|
252
249
|
import {
|
253
250
|
ColorPicker
|
254
251
|
} from "./chunk-JR5RLXCK.js";
|
@@ -264,10 +261,16 @@ import {
|
|
264
261
|
import {
|
265
262
|
Container
|
266
263
|
} from "./chunk-PIQURQGB.js";
|
264
|
+
import {
|
265
|
+
dialog_exports
|
266
|
+
} from "./chunk-HXNGSQQG.js";
|
267
267
|
import {
|
268
268
|
DataList,
|
269
269
|
useDataListStyles
|
270
270
|
} from "./chunk-52XM5VXJ.js";
|
271
|
+
import {
|
272
|
+
ButtonGroup
|
273
|
+
} from "./chunk-7PWVK3NL.js";
|
271
274
|
import {
|
272
275
|
Card
|
273
276
|
} from "./chunk-7DF4NQNZ.js";
|
@@ -303,10 +306,6 @@ import {
|
|
303
306
|
Avatar,
|
304
307
|
AvatarGroup
|
305
308
|
} from "./chunk-FN7TU5F5.js";
|
306
|
-
import {
|
307
|
-
Badge,
|
308
|
-
BadgePropsProvider
|
309
|
-
} from "./chunk-R2J5USV6.js";
|
310
309
|
import {
|
311
310
|
BackButton
|
312
311
|
} from "./chunk-KHCQMSP7.js";
|
@@ -319,6 +318,10 @@ import {
|
|
319
318
|
useLink,
|
320
319
|
useSui
|
321
320
|
} from "./chunk-ZULBHMWG.js";
|
321
|
+
import {
|
322
|
+
Badge,
|
323
|
+
BadgePropsProvider
|
324
|
+
} from "./chunk-R2J5USV6.js";
|
322
325
|
import {
|
323
326
|
Bleed
|
324
327
|
} from "./chunk-Y2S4O4UY.js";
|
@@ -332,13 +335,10 @@ import {
|
|
332
335
|
import {
|
333
336
|
breadcrumb_exports
|
334
337
|
} from "./chunk-CRFTMIQA.js";
|
335
|
-
import {
|
336
|
-
ButtonGroup
|
337
|
-
} from "./chunk-7PWVK3NL.js";
|
338
338
|
import {
|
339
339
|
defaultConfig,
|
340
340
|
defaultSystem
|
341
|
-
} from "./chunk-
|
341
|
+
} from "./chunk-RBG43JK2.js";
|
342
342
|
import "./chunk-QAAKAKP7.js";
|
343
343
|
import {
|
344
344
|
accordion_exports
|
package/dist/preset.cjs
CHANGED
@@ -3454,7 +3454,7 @@ var dialogSlotRecipe = (0, import_styled_system33.defineSlotRecipe)({
|
|
3454
3454
|
top: 0,
|
3455
3455
|
w: "100vw",
|
3456
3456
|
h: "100dvh",
|
3457
|
-
zIndex: "
|
3457
|
+
zIndex: "layer-4",
|
3458
3458
|
_open: {
|
3459
3459
|
animationName: "fade-in",
|
3460
3460
|
animationDuration: "slow"
|
@@ -3675,7 +3675,7 @@ var drawerSlotRecipe = (0, import_styled_system34.defineSlotRecipe)({
|
|
3675
3675
|
top: 0,
|
3676
3676
|
w: "100vw",
|
3677
3677
|
h: "100dvh",
|
3678
|
-
zIndex: "
|
3678
|
+
zIndex: "layer-4",
|
3679
3679
|
_open: {
|
3680
3680
|
animationName: "fade-in",
|
3681
3681
|
animationDuration: "slow"
|
package/dist/preset.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "3.0.0-next.
|
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.
|
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
|
},
|
@@ -1,10 +1,10 @@
|
|
1
1
|
'use client'
|
2
|
-
import {
|
3
|
-
popover_exports
|
4
|
-
} from "./chunk-FVUEAELO.js";
|
5
2
|
import {
|
6
3
|
Portal
|
7
4
|
} from "./chunk-UZUMIWPJ.js";
|
5
|
+
import {
|
6
|
+
popover_exports
|
7
|
+
} from "./chunk-FVUEAELO.js";
|
8
8
|
|
9
9
|
// src/components/toggle-tip/toggle-tip.tsx
|
10
10
|
import * as React from "react";
|