@commercetools/nimbus 0.0.7-rc13 → 0.0.7-rc15
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/dist/index.cjs +15 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +458 -243
- package/dist/index.js +13923 -10284
- package/dist/index.js.map +1 -1
- package/package.json +14 -13
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AccordionItemProps as AccordionItemProps_2 } from './accordion.types';
|
|
2
|
+
import { AccordionItemProps as AccordionItemProps_3 } from '..';
|
|
2
3
|
import { AlertActionsProps as AlertActionsProps_2 } from './alert.types';
|
|
3
4
|
import { AlertDescriptionProps as AlertDescriptionProps_2 } from './alert.types';
|
|
4
5
|
import { AlertDismissButtonProps as AlertDismissButtonProps_2 } from './alert.types';
|
|
@@ -7,29 +8,27 @@ import { AlertTitleProps as AlertTitleProps_2 } from './alert.types';
|
|
|
7
8
|
import { AriaButtonProps } from 'react-aria';
|
|
8
9
|
import { AriaCheckboxProps } from 'react-aria';
|
|
9
10
|
import { AriaLinkOptions } from 'react-aria';
|
|
11
|
+
import { AriaNumberFieldProps } from 'react-aria';
|
|
10
12
|
import { AriaToggleButtonGroupProps } from 'react-aria';
|
|
11
13
|
import { AriaToggleButtonProps } from 'react-aria';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { CardContentProps as CardContentProps_2 } from './card.slots';
|
|
15
|
-
import { CardHeaderProps as CardHeaderProps_2 } from './card.slots';
|
|
14
|
+
import { CardContentProps } from './card.slots';
|
|
15
|
+
import { CardHeaderProps } from './card.slots';
|
|
16
16
|
import { CardProps as CardProps_2 } from './card.types';
|
|
17
17
|
import { Code } from '@chakra-ui/react';
|
|
18
|
-
import {
|
|
19
|
-
import { ComboBoxOptionProps as ComboBoxOptionProps_2 } from './combobox.types';
|
|
20
|
-
import { ComboBoxProps } from 'react-aria-components';
|
|
21
|
-
import { ComboBoxRootProps as ComboBoxRootProps_2 } from './combobox.types';
|
|
22
|
-
import { Context } from 'react';
|
|
18
|
+
import { ComponentProps } from 'react';
|
|
23
19
|
import { default as default_2 } from 'react';
|
|
24
20
|
import { DetailedHTMLProps } from 'react';
|
|
25
21
|
import { Dialog as Dialog_2 } from '@chakra-ui/react';
|
|
26
22
|
import { DisclosureGroupProps as DisclosureGroupProps_2 } from './accordion.types';
|
|
27
23
|
import { DisclosureProps } from 'react-aria-components';
|
|
28
24
|
import { Dispatch } from 'react';
|
|
29
|
-
import { Em } from '@chakra-ui/react';
|
|
30
25
|
import { FC } from 'react';
|
|
31
26
|
import { Flex } from '@chakra-ui/react';
|
|
32
27
|
import { FocusableOptions } from 'react-aria';
|
|
28
|
+
import { FormFieldDescriptionSlotProps } from './form-field.slots';
|
|
29
|
+
import { FormFieldErrorSlotProps } from './form-field.slots';
|
|
30
|
+
import { FormFieldInputSlotProps } from './form-field.slots';
|
|
31
|
+
import { FormFieldLabelSlotProps } from './form-field.slots';
|
|
33
32
|
import { FormFieldProps as FormFieldProps_2 } from './form-field.types';
|
|
34
33
|
import { ForwardRefExoticComponent } from 'react';
|
|
35
34
|
import { GridItemProps } from '@chakra-ui/react';
|
|
@@ -42,19 +41,23 @@ import { ImageProps as ImageProps_2 } from '@chakra-ui/react';
|
|
|
42
41
|
import { JSX } from 'react/jsx-runtime';
|
|
43
42
|
import { JsxStyleProps } from '@chakra-ui/react';
|
|
44
43
|
import { Kbd } from '@chakra-ui/react';
|
|
45
|
-
import { List } from '@chakra-ui/react';
|
|
44
|
+
import { List as List_2 } from '@chakra-ui/react';
|
|
46
45
|
import { ListBoxItemProps } from 'react-aria-components';
|
|
47
46
|
import { ListBoxProps } from 'react-aria-components';
|
|
48
47
|
import { ListBoxSectionProps } from 'react-aria-components';
|
|
48
|
+
import { ListIndicatorProps } from '@chakra-ui/react';
|
|
49
49
|
import { PatchHtmlProps } from '@chakra-ui/react';
|
|
50
50
|
import { PolymorphicProps } from '@chakra-ui/react';
|
|
51
51
|
import { PropsWithChildren } from 'react';
|
|
52
|
+
import { RadioGroupProps as RadioGroupProps_2 } from 'react-aria-components';
|
|
53
|
+
import { RadioInputOptionProps as RadioInputOptionProps_2 } from './radio-input.types';
|
|
54
|
+
import { RadioInputRootProps as RadioInputRootProps_2 } from './radio-input.types';
|
|
55
|
+
import { RadioProps } from 'react-aria-components';
|
|
52
56
|
import { ReactNode } from 'react';
|
|
53
57
|
import { RecipeDefinition } from '@chakra-ui/react';
|
|
54
58
|
import { RecipeProps } from '@chakra-ui/react';
|
|
55
59
|
import { RecipeVariantProps } from '@chakra-ui/react';
|
|
56
60
|
import { RecipeVariantRecord } from '@chakra-ui/react';
|
|
57
|
-
import { Ref } from 'react';
|
|
58
61
|
import { RefAttributes } from 'react';
|
|
59
62
|
import { RefObject } from 'react';
|
|
60
63
|
import { SelectOptionGroupProps as SelectOptionGroupProps_2 } from './select.types';
|
|
@@ -79,12 +82,13 @@ import { TagProps } from 'react-aria-components';
|
|
|
79
82
|
import { TextFieldProps } from 'react-aria-components';
|
|
80
83
|
import { TextProps as TextProps_2 } from '@chakra-ui/react';
|
|
81
84
|
import { ThemeProviderProps } from 'next-themes';
|
|
85
|
+
import { TimeFieldStateOptions } from 'react-stately';
|
|
86
|
+
import { TimeValue } from 'react-aria';
|
|
82
87
|
import { ToggleButton } from 'react-aria-components';
|
|
83
88
|
import { ToggleButtonGroup as ToggleButtonGroup_2 } from 'react-aria-components';
|
|
84
89
|
import { ToggleButtonGroupButtonComponent as ToggleButtonGroupButtonComponent_2 } from './toggle-button-group.types';
|
|
85
90
|
import { ToggleButtonGroupRootComponent as ToggleButtonGroupRootComponent_2 } from './toggle-button-group.types';
|
|
86
91
|
import { TooltipProps as TooltipProps_2 } from 'react-aria-components';
|
|
87
|
-
import { TooltipTrigger as TooltipTrigger_2 } from 'react-aria-components';
|
|
88
92
|
import { TooltipTriggerComponentProps } from 'react-aria-components';
|
|
89
93
|
import { UnstyledProp } from '@chakra-ui/react';
|
|
90
94
|
import { useButton } from 'react-aria';
|
|
@@ -104,8 +108,12 @@ export declare const Accordion: {
|
|
|
104
108
|
isExpanded?: boolean;
|
|
105
109
|
onExpandedChange?: (isExpanded: boolean) => void;
|
|
106
110
|
} & RefAttributes<HTMLDivElement>>;
|
|
107
|
-
Header: ForwardRefExoticComponent<
|
|
108
|
-
|
|
111
|
+
Header: ForwardRefExoticComponent< {
|
|
112
|
+
children: ReactNode;
|
|
113
|
+
} & RefAttributes<HTMLButtonElement>>;
|
|
114
|
+
Content: ForwardRefExoticComponent<Omit<{
|
|
115
|
+
children: ReactNode;
|
|
116
|
+
} & Omit<PatchHtmlProps<Omit<DetailedHTMLProps<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" | "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" | "display" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInlineColor" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxDecorationBreak" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "caretShape" | "clear" | "clipPath" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "emptyCells" | "filter" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "inlineSize" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineHeight" | "lineHeightStep" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollBehavior" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "scrollSnapMarginTop" | "scrollSnapStop" | "scrollSnapType" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "all" | "animation" | "animationRange" | "background" | "backgroundPosition" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockStart" | "borderBottom" | "borderColor" | "borderImage" | "borderInline" | "borderInlineEnd" | "borderInlineStart" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "caret" | "columnRule" | "columns" | "containIntrinsicSize" | "flex" | "flexFlow" | "font" | "gap" | "grid" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "inset" | "insetBlock" | "insetInline" | "lineClamp" | "listStyle" | "margin" | "marginBlock" | "marginInline" | "mask" | "maskBorder" | "offset" | "outline" | "overflow" | "overscrollBehavior" | "padding" | "paddingBlock" | "paddingInline" | "placeContent" | "placeItems" | "placeSelf" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginInline" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingInline" | "scrollSnapMargin" | "scrollTimeline" | "textDecoration" | "textEmphasis" | "transition" | "viewTimeline" | "WebkitAppearance" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitBorderBefore" | "WebkitMask" | "WebkitTextStroke" | "boxAlign" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "clip" | "gridColumnGap" | "gridGap" | "gridRowGap" | "imeMode" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapTypeX" | "scrollSnapTypeY" | "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" | "colorPalette" | "focusVisibleRing" | "layerStyle" | "textStyle" | "css" | "anchorName" | "anchorScope" | "colorInterpolationFilters" | "cx" | "cy" | "d" | "fieldSizing" | "initialLetterAlign" | "interpolateSize" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "r" | "rx" | "ry" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textSpacingTrim" | "textWrapMode" | "textWrapStyle" | "x" | "y" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "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" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "animationStyle" | keyof PolymorphicProps> & Omit<JsxStyleProps, never> & PolymorphicProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
109
117
|
HeaderRightContent: ForwardRefExoticComponent<Omit<PatchHtmlProps<Omit<DetailedHTMLProps<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" | "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" | "display" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInlineColor" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxDecorationBreak" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "caretShape" | "clear" | "clipPath" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "emptyCells" | "filter" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "inlineSize" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineHeight" | "lineHeightStep" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollBehavior" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "scrollSnapMarginTop" | "scrollSnapStop" | "scrollSnapType" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "all" | "animation" | "animationRange" | "background" | "backgroundPosition" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockStart" | "borderBottom" | "borderColor" | "borderImage" | "borderInline" | "borderInlineEnd" | "borderInlineStart" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "caret" | "columnRule" | "columns" | "containIntrinsicSize" | "flex" | "flexFlow" | "font" | "gap" | "grid" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "inset" | "insetBlock" | "insetInline" | "lineClamp" | "listStyle" | "margin" | "marginBlock" | "marginInline" | "mask" | "maskBorder" | "offset" | "outline" | "overflow" | "overscrollBehavior" | "padding" | "paddingBlock" | "paddingInline" | "placeContent" | "placeItems" | "placeSelf" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginInline" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingInline" | "scrollSnapMargin" | "scrollTimeline" | "textDecoration" | "textEmphasis" | "transition" | "viewTimeline" | "WebkitAppearance" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitBorderBefore" | "WebkitMask" | "WebkitTextStroke" | "boxAlign" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "clip" | "gridColumnGap" | "gridGap" | "gridRowGap" | "imeMode" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapTypeX" | "scrollSnapTypeY" | "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" | "colorPalette" | "focusVisibleRing" | "layerStyle" | "textStyle" | "css" | "anchorName" | "anchorScope" | "colorInterpolationFilters" | "cx" | "cy" | "d" | "fieldSizing" | "initialLetterAlign" | "interpolateSize" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "r" | "rx" | "ry" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textSpacingTrim" | "textWrapMode" | "textWrapStyle" | "x" | "y" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "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" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "animationStyle" | keyof PolymorphicProps> & Omit<JsxStyleProps, never> & PolymorphicProps & RefAttributes<HTMLDivElement>>;
|
|
110
118
|
};
|
|
111
119
|
|
|
@@ -118,6 +126,35 @@ export declare type AccordionComposition = {
|
|
|
118
126
|
isFocusVisible: boolean;
|
|
119
127
|
};
|
|
120
128
|
|
|
129
|
+
export declare const _AccordionContent: default_2.ForwardRefExoticComponent<Omit<AccordionContentProps, "ref"> & default_2.RefAttributes<HTMLDivElement>>;
|
|
130
|
+
|
|
131
|
+
declare type AccordionContentProps = {
|
|
132
|
+
/**
|
|
133
|
+
* The content to display
|
|
134
|
+
*/
|
|
135
|
+
children: ReactNode;
|
|
136
|
+
} & ComponentProps<typeof AccordionPanel>;
|
|
137
|
+
|
|
138
|
+
export declare const _AccordionHeader: default_2.ForwardRefExoticComponent<AccordionHeaderProps & default_2.RefAttributes<HTMLButtonElement>>;
|
|
139
|
+
|
|
140
|
+
declare type AccordionHeaderProps = {
|
|
141
|
+
/**
|
|
142
|
+
* The text / content to display in the Header
|
|
143
|
+
*/
|
|
144
|
+
children: ReactNode;
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
export declare const _AccordionHeaderRightContent: ForwardRefExoticComponent<Omit<PatchHtmlProps<Omit<DetailedHTMLProps<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" | "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" | "display" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInlineColor" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxDecorationBreak" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "caretShape" | "clear" | "clipPath" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "emptyCells" | "filter" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "inlineSize" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineHeight" | "lineHeightStep" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollBehavior" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "scrollSnapMarginTop" | "scrollSnapStop" | "scrollSnapType" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "all" | "animation" | "animationRange" | "background" | "backgroundPosition" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockStart" | "borderBottom" | "borderColor" | "borderImage" | "borderInline" | "borderInlineEnd" | "borderInlineStart" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "caret" | "columnRule" | "columns" | "containIntrinsicSize" | "flex" | "flexFlow" | "font" | "gap" | "grid" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "inset" | "insetBlock" | "insetInline" | "lineClamp" | "listStyle" | "margin" | "marginBlock" | "marginInline" | "mask" | "maskBorder" | "offset" | "outline" | "overflow" | "overscrollBehavior" | "padding" | "paddingBlock" | "paddingInline" | "placeContent" | "placeItems" | "placeSelf" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginInline" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingInline" | "scrollSnapMargin" | "scrollTimeline" | "textDecoration" | "textEmphasis" | "transition" | "viewTimeline" | "WebkitAppearance" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitBorderBefore" | "WebkitMask" | "WebkitTextStroke" | "boxAlign" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "clip" | "gridColumnGap" | "gridGap" | "gridRowGap" | "imeMode" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapTypeX" | "scrollSnapTypeY" | "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" | "colorPalette" | "focusVisibleRing" | "layerStyle" | "textStyle" | "css" | "anchorName" | "anchorScope" | "colorInterpolationFilters" | "cx" | "cy" | "d" | "fieldSizing" | "initialLetterAlign" | "interpolateSize" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "r" | "rx" | "ry" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textSpacingTrim" | "textWrapMode" | "textWrapStyle" | "x" | "y" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "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" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "animationStyle" | keyof PolymorphicProps> & Omit<JsxStyleProps, never> & PolymorphicProps & RefAttributes<HTMLDivElement>>;
|
|
148
|
+
|
|
149
|
+
export declare const _AccordionItem: default_2.ForwardRefExoticComponent<AccordionItemProps_3 & {
|
|
150
|
+
children: default_2.ReactNode;
|
|
151
|
+
id?: string;
|
|
152
|
+
value?: string;
|
|
153
|
+
isDisabled?: boolean;
|
|
154
|
+
isExpanded?: boolean;
|
|
155
|
+
onExpandedChange?: (isExpanded: boolean) => void;
|
|
156
|
+
} & default_2.RefAttributes<HTMLDivElement>>;
|
|
157
|
+
|
|
121
158
|
export declare type AccordionItemProps = {
|
|
122
159
|
isDisabled?: boolean;
|
|
123
160
|
isExpanded?: boolean;
|
|
@@ -127,6 +164,8 @@ export declare type AccordionItemProps = {
|
|
|
127
164
|
title?: string;
|
|
128
165
|
};
|
|
129
166
|
|
|
167
|
+
declare const AccordionPanel: ForwardRefExoticComponent<Omit<PatchHtmlProps<Omit<DetailedHTMLProps<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" | "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" | "display" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInlineColor" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxDecorationBreak" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "caretShape" | "clear" | "clipPath" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "emptyCells" | "filter" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "initialLetter" | "inlineSize" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineHeight" | "lineHeightStep" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollBehavior" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "scrollSnapMarginTop" | "scrollSnapStop" | "scrollSnapType" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "all" | "animation" | "animationRange" | "background" | "backgroundPosition" | "border" | "borderBlock" | "borderBlockEnd" | "borderBlockStart" | "borderBottom" | "borderColor" | "borderImage" | "borderInline" | "borderInlineEnd" | "borderInlineStart" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "caret" | "columnRule" | "columns" | "containIntrinsicSize" | "flex" | "flexFlow" | "font" | "gap" | "grid" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "inset" | "insetBlock" | "insetInline" | "lineClamp" | "listStyle" | "margin" | "marginBlock" | "marginInline" | "mask" | "maskBorder" | "offset" | "outline" | "overflow" | "overscrollBehavior" | "padding" | "paddingBlock" | "paddingInline" | "placeContent" | "placeItems" | "placeSelf" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginInline" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingInline" | "scrollSnapMargin" | "scrollTimeline" | "textDecoration" | "textEmphasis" | "transition" | "viewTimeline" | "WebkitAppearance" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitBorderBefore" | "WebkitMask" | "WebkitTextStroke" | "boxAlign" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "clip" | "gridColumnGap" | "gridGap" | "gridRowGap" | "imeMode" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapTypeX" | "scrollSnapTypeY" | "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" | "colorPalette" | "focusVisibleRing" | "layerStyle" | "textStyle" | "css" | "anchorName" | "anchorScope" | "colorInterpolationFilters" | "cx" | "cy" | "d" | "fieldSizing" | "initialLetterAlign" | "interpolateSize" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "r" | "rx" | "ry" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textSpacingTrim" | "textWrapMode" | "textWrapStyle" | "x" | "y" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "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" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "animationStyle" | keyof PolymorphicProps> & Omit<JsxStyleProps, never> & PolymorphicProps & RefAttributes<HTMLDivElement>>;
|
|
168
|
+
|
|
130
169
|
export declare interface AccordionProps extends Omit<DisclosureProps, "children" | "id"> {
|
|
131
170
|
additionalTriggerComponent?: ReactNode;
|
|
132
171
|
children: ReactNode;
|
|
@@ -134,6 +173,8 @@ export declare interface AccordionProps extends Omit<DisclosureProps, "children"
|
|
|
134
173
|
size?: "sm" | "md";
|
|
135
174
|
}
|
|
136
175
|
|
|
176
|
+
export declare const _AccordionRoot: default_2.ForwardRefExoticComponent<Omit<DisclosureGroupProps, "ref"> & default_2.RefAttributes<HTMLDivElement>>;
|
|
177
|
+
|
|
137
178
|
export declare type AccordionRootProps = HTMLChakraProps<"div", RecipeVariantProps<typeof accordionSlotRecipe>>;
|
|
138
179
|
|
|
139
180
|
/**
|
|
@@ -449,8 +490,6 @@ declare type BadgeVariantProps = BadgeRootProps & RecipeVariantProps<typeof badg
|
|
|
449
490
|
[key: `data-${string}`]: string;
|
|
450
491
|
};
|
|
451
492
|
|
|
452
|
-
export { Bleed }
|
|
453
|
-
|
|
454
493
|
export declare const Box: {
|
|
455
494
|
(props: BoxProps): JSX.Element;
|
|
456
495
|
displayName: string;
|
|
@@ -529,7 +568,7 @@ export declare interface ButtonProps extends FunctionalButtonProps {
|
|
|
529
568
|
* Base recipe props interface that combines Chakra UI's recipe props
|
|
530
569
|
* with the unstyled prop option for the button element.
|
|
531
570
|
*/
|
|
532
|
-
declare interface ButtonRecipeProps extends RecipeProps<"
|
|
571
|
+
declare interface ButtonRecipeProps extends RecipeProps<"button">, UnstyledProp {
|
|
533
572
|
}
|
|
534
573
|
|
|
535
574
|
/**
|
|
@@ -537,8 +576,7 @@ declare interface ButtonRecipeProps extends RecipeProps<"typeof buttonRecipe">,
|
|
|
537
576
|
* This creates a complete set of props for the root element, combining
|
|
538
577
|
* HTML attributes, Chakra's styling system, and our custom recipe props.
|
|
539
578
|
*/
|
|
540
|
-
declare
|
|
541
|
-
}
|
|
579
|
+
declare type ButtonRootProps = HTMLChakraProps<"button", ButtonRecipeProps>;
|
|
542
580
|
|
|
543
581
|
export declare const Card: {
|
|
544
582
|
Root: {
|
|
@@ -546,29 +584,29 @@ export declare const Card: {
|
|
|
546
584
|
displayName: string;
|
|
547
585
|
};
|
|
548
586
|
Header: {
|
|
549
|
-
({ children, ...props }:
|
|
587
|
+
({ children, ...props }: CardHeaderProps): null;
|
|
550
588
|
displayName: string;
|
|
551
589
|
};
|
|
552
590
|
Content: {
|
|
553
|
-
({ children, ...props }:
|
|
591
|
+
({ children, ...props }: CardContentProps): null;
|
|
554
592
|
displayName: string;
|
|
555
593
|
};
|
|
556
594
|
};
|
|
557
595
|
|
|
558
|
-
export declare const
|
|
559
|
-
({ children, ...props }:
|
|
596
|
+
export declare const _CardContent: {
|
|
597
|
+
({ children, ...props }: CardContentProps_2): null;
|
|
560
598
|
displayName: string;
|
|
561
599
|
};
|
|
562
600
|
|
|
563
|
-
declare interface
|
|
601
|
+
declare interface CardContentProps_2 extends HTMLChakraProps<"div", CardRecipeProps> {
|
|
564
602
|
}
|
|
565
603
|
|
|
566
|
-
export declare const
|
|
567
|
-
({ children, ...props }:
|
|
604
|
+
export declare const _CardHeader: {
|
|
605
|
+
({ children, ...props }: CardHeaderProps_2): null;
|
|
568
606
|
displayName: string;
|
|
569
607
|
};
|
|
570
608
|
|
|
571
|
-
declare interface
|
|
609
|
+
declare interface CardHeaderProps_2 extends HTMLChakraProps<"div", CardRecipeProps> {
|
|
572
610
|
}
|
|
573
611
|
|
|
574
612
|
/**
|
|
@@ -641,7 +679,7 @@ backgroundColor: "colorPalette.2";
|
|
|
641
679
|
declare interface CardRecipeProps extends RecipeProps<"div">, UnstyledProp {
|
|
642
680
|
}
|
|
643
681
|
|
|
644
|
-
export declare const
|
|
682
|
+
export declare const _CardRoot: {
|
|
645
683
|
({ children, ref, ...props }: CardProps): JSX.Element;
|
|
646
684
|
displayName: string;
|
|
647
685
|
};
|
|
@@ -731,173 +769,17 @@ declare type CheckboxVariantProps = CheckboxRootProps & RecipeVariantProps<typeo
|
|
|
731
769
|
|
|
732
770
|
export { Code }
|
|
733
771
|
|
|
734
|
-
export declare function ColorModeLabel(): "Light Theme" | "DarkTheme";
|
|
735
|
-
|
|
736
772
|
declare interface ColorModeProviderProps extends ThemeProviderProps {
|
|
737
773
|
}
|
|
738
774
|
|
|
739
|
-
export declare const ComboBox: {
|
|
740
|
-
Root: {
|
|
741
|
-
<T extends object>({ children, ref, ...props }: ComboBoxRootProps_2<T>): JSX.Element;
|
|
742
|
-
displayName: string;
|
|
743
|
-
};
|
|
744
|
-
Options: {
|
|
745
|
-
<T extends object>({ children, ref, ...props }: ComboBoxOptionProps_2<T>): JSX.Element;
|
|
746
|
-
displayName: string;
|
|
747
|
-
};
|
|
748
|
-
OptionGroup: {
|
|
749
|
-
<T extends object>({ children, label, items, ref, ...props }: ComboBoxOptionGroupProps_2<T> & RefAttributes<HTMLDivElement>): JSX.Element;
|
|
750
|
-
displayName: string;
|
|
751
|
-
};
|
|
752
|
-
Option: {
|
|
753
|
-
<T extends object>({ children, ref, ...props }: ComboBoxOptionProps_2<T>): JSX.Element;
|
|
754
|
-
displayName: string;
|
|
755
|
-
};
|
|
756
|
-
};
|
|
757
|
-
|
|
758
|
-
export declare type ComboBoxButtonGroupProps = {
|
|
759
|
-
selectedKeys?: ComboBoxMultiSelectRootProps<{}>["selectedKeys"];
|
|
760
|
-
onSelectionChange?: ComboBoxMultiSelectRootProps<{}>["onSelectionChange"];
|
|
761
|
-
onInputChange?: ComboBoxMultiSelectRootProps<{}>["onInputChange"];
|
|
762
|
-
};
|
|
763
|
-
|
|
764
|
-
declare interface ComboBoxMultiSelect<T extends object> extends Omit<AutocompleteProps, "children">, Omit<ListBoxProps<T>, "filter"> {
|
|
765
|
-
defaultFilter?: (textValue: string, inputValue: string) => boolean;
|
|
766
|
-
isLoading?: boolean;
|
|
767
|
-
isDisabled?: boolean;
|
|
768
|
-
isReadOnly?: boolean;
|
|
769
|
-
isRequired?: boolean;
|
|
770
|
-
isInvalid?: boolean;
|
|
771
|
-
itemID?: string;
|
|
772
|
-
itemValue?: string;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
/** Combined props for the multi select root element (Chakra styles + Aria behavior + Recipe variants). */
|
|
776
|
-
export declare interface ComboBoxMultiSelectRootProps<T extends object> extends Omit<ComboBoxMultiSelectRootSlotProps<T>, "selectionMode">, ComboBoxMultiSelect<T> {
|
|
777
|
-
ref?: Ref<HTMLDivElement>;
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
/** Base Chakra styling props for the root `div` slot when multi select*/
|
|
781
|
-
export declare interface ComboBoxMultiSelectRootSlotProps<T extends object> extends HTMLChakraProps<"div", RecipeVariantProps<typeof comboBoxSlotRecipe> & ComboBoxMultiSelect<T>> {
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
export declare type ComboBoxMultiSelectValueProps<T extends object> = {
|
|
785
|
-
items: ComboBoxMultiSelectRootProps<T>["items"];
|
|
786
|
-
itemID: ComboBoxMultiSelectRootProps<T>["itemID"];
|
|
787
|
-
itemValue: ComboBoxMultiSelectRootProps<T>["itemValue"];
|
|
788
|
-
selectedKeys: ComboBoxMultiSelectRootProps<T>["selectedKeys"];
|
|
789
|
-
onSelectionChange: ComboBoxMultiSelectRootProps<T>["onSelectionChange"];
|
|
790
|
-
ref?: Ref<HTMLDivElement>;
|
|
791
|
-
};
|
|
792
|
-
|
|
793
|
-
/** Combined props for the tag element (Chakra styles + Aria behavior + Recipe variants). */
|
|
794
|
-
export declare interface ComboBoxOptionGroupProps<T extends object> extends ListBoxSectionProps<T>, Omit<ComboBoxOptionGroupSlotProps, keyof ListBoxSectionProps<T>> {
|
|
795
|
-
label?: ReactNode;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
/** Base Chakra styling props for the root `div` slot. */
|
|
799
|
-
declare type ComboBoxOptionGroupSlotProps = HTMLChakraProps<"div", RecipeProps<"div">>;
|
|
800
|
-
|
|
801
|
-
/** Combined props for the ListBoxItem element (Chakra styles + Aria behavior + Recipe variants). */
|
|
802
|
-
export declare interface ComboBoxOptionProps<T extends object> extends ListBoxItemProps<T>, Omit<ComboBoxOptionSlotProps, keyof ListBoxItemProps<T>> {
|
|
803
|
-
ref?: Ref<HTMLDivElement>;
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
/** Base Chakra styling props for the root `div` slot. */
|
|
807
|
-
declare type ComboBoxOptionSlotProps = HTMLChakraProps<"div", RecipeProps<"div">>;
|
|
808
|
-
|
|
809
|
-
/** Combined props for the ListBox element used in Single Select (Chakra styles + Aria behavior + Recipe variants) */
|
|
810
|
-
export declare interface ComboBoxOptionsProps<T extends object> extends ListBoxProps<T>, Omit<ComboBoxOptionsSlotProps, keyof ListBoxProps<T>> {
|
|
811
|
-
ref?: Ref<HTMLDivElement>;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
/** Base Chakra styling props for the root `div` slot. */
|
|
815
|
-
export declare interface ComboBoxOptionsSlotProps extends HTMLChakraProps<"div", RecipeProps<"options">> {
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
export declare type ComboBoxRootProps<T extends object> = ComboBoxSingleSelectRootProps<T> | ComboBoxMultiSelectRootProps<T>;
|
|
819
|
-
|
|
820
|
-
/** Combined props for the single select root element (Chakra styles + Aria behavior + Recipe variants). */
|
|
821
|
-
export declare interface ComboBoxSingleSelectRootProps<T extends object> extends ComboBoxSingleSelectRootSlotProps<T>, ComboBoxWithCustomChildren<T> {
|
|
822
|
-
ref?: Ref<HTMLDivElement>;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
/** Base Chakra styling props for the root `div` slot when single select*/
|
|
826
|
-
export declare interface ComboBoxSingleSelectRootSlotProps<T extends object> extends HTMLChakraProps<"div", RecipeVariantProps<typeof comboBoxSlotRecipe> & ComboBoxWithCustomChildren<T>> {
|
|
827
|
-
}
|
|
828
|
-
|
|
829
775
|
/**
|
|
830
|
-
*
|
|
831
|
-
*
|
|
776
|
+
* Properties from TimeFieldStateOptions that would conflict with similarly named
|
|
777
|
+
* properties in TimeInputRootProps. We use this to prevent TypeScript interface
|
|
778
|
+
* merging conflicts by prioritizing the TimeFieldStateOptions implementation.
|
|
779
|
+
*
|
|
780
|
+
* Examples include: value, defaultValue, onChange, onBlur, onFocus, etc.
|
|
832
781
|
*/
|
|
833
|
-
declare
|
|
834
|
-
size: {
|
|
835
|
-
sm: {
|
|
836
|
-
value: {
|
|
837
|
-
paddingRight: "1600";
|
|
838
|
-
h?: "800" | undefined;
|
|
839
|
-
px?: "400" | undefined;
|
|
840
|
-
textStyle?: "sm" | undefined;
|
|
841
|
-
};
|
|
842
|
-
};
|
|
843
|
-
md: {
|
|
844
|
-
value: {
|
|
845
|
-
paddingRight: "1600";
|
|
846
|
-
h?: "1000" | undefined;
|
|
847
|
-
px?: "400" | undefined;
|
|
848
|
-
textStyle?: "md" | undefined;
|
|
849
|
-
};
|
|
850
|
-
};
|
|
851
|
-
};
|
|
852
|
-
variant: {
|
|
853
|
-
solid: {
|
|
854
|
-
root: {
|
|
855
|
-
bg?: "bg" | undefined;
|
|
856
|
-
"&:hover"?: {
|
|
857
|
-
bg: "primary.2";
|
|
858
|
-
} | undefined;
|
|
859
|
-
};
|
|
860
|
-
value: {
|
|
861
|
-
"--border-width"?: "sizes.25" | undefined;
|
|
862
|
-
"--border-color"?: "colors.neutral.7" | undefined;
|
|
863
|
-
};
|
|
864
|
-
};
|
|
865
|
-
ghost: {
|
|
866
|
-
root: {
|
|
867
|
-
bg?: "transparent" | undefined;
|
|
868
|
-
"&:hover"?: {
|
|
869
|
-
bg: "primaryAlpha.2";
|
|
870
|
-
} | undefined;
|
|
871
|
-
};
|
|
872
|
-
value: {
|
|
873
|
-
"--border-width"?: "sizes.25" | undefined;
|
|
874
|
-
"--border-color"?: "transparent" | undefined;
|
|
875
|
-
};
|
|
876
|
-
};
|
|
877
|
-
};
|
|
878
|
-
selectionMode: {
|
|
879
|
-
multiple: {
|
|
880
|
-
option: {
|
|
881
|
-
"--border-width": "sizes.25";
|
|
882
|
-
"--border-color": "colors.neutral.7";
|
|
883
|
-
'&[data-focused="true"], &:hover': {
|
|
884
|
-
boxShadow: "inset 0 0 0 var(--border-width) var(--border-color)";
|
|
885
|
-
};
|
|
886
|
-
'&[aria-selected="true"], &[data-focused="true"]': {
|
|
887
|
-
bg: "inherit";
|
|
888
|
-
};
|
|
889
|
-
};
|
|
890
|
-
};
|
|
891
|
-
single: {};
|
|
892
|
-
none: {};
|
|
893
|
-
};
|
|
894
|
-
}>;
|
|
895
|
-
|
|
896
|
-
/** ComboBox with overridden children prop based on expected dom structure. */
|
|
897
|
-
declare type ComboBoxWithCustomChildren<T extends object> = Omit<ComboBoxProps<T>, "children"> & {
|
|
898
|
-
isLoading?: boolean;
|
|
899
|
-
children: ReactNode | ((item: T) => default_2.ReactNode);
|
|
900
|
-
};
|
|
782
|
+
declare type ConflictingFieldStateProps = keyof TimeFieldStateOptions<TimeValue>;
|
|
901
783
|
|
|
902
784
|
export declare const Dialog: DialogComponents;
|
|
903
785
|
|
|
@@ -943,7 +825,13 @@ export declare type DisclosureItemProps = AccordionItemProps & {
|
|
|
943
825
|
onExpandedChange?: (isExpanded: boolean) => void;
|
|
944
826
|
};
|
|
945
827
|
|
|
946
|
-
|
|
828
|
+
declare type ExcludedNumberInputProps = "asChild" | "onChange";
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* Additional properties we want to exclude from the TimeInput component.
|
|
832
|
+
* These are either deprecated or not intended for use in this component.
|
|
833
|
+
*/
|
|
834
|
+
declare type ExcludedProps = "validationState" | "label" | "description" | "errorMessage" | "css" | "colorScheme" | "unstyled" | "recipe" | "as" | "asChild";
|
|
947
835
|
|
|
948
836
|
/**
|
|
949
837
|
* List of props that should be excluded from the root props when combining with ARIA props
|
|
@@ -977,39 +865,33 @@ export declare const FormField: {
|
|
|
977
865
|
}) => null;
|
|
978
866
|
};
|
|
979
867
|
|
|
980
|
-
export declare const
|
|
868
|
+
export declare const _FormFieldDescription: ({ children, ...descriptionSlotProps }: FormFieldDescriptionSlotProps_2) => null;
|
|
981
869
|
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
labelSlotProps?: FormFieldLabelSlotProps;
|
|
985
|
-
input: ReactNode;
|
|
986
|
-
inputSlotProps?: FormFieldInputSlotProps;
|
|
987
|
-
description: ReactNode;
|
|
988
|
-
descriptionSlotProps?: FormFieldDescriptionSlotProps;
|
|
989
|
-
error: ReactNode;
|
|
990
|
-
errorSlotProps?: FormFieldErrorSlotProps;
|
|
991
|
-
info: ReactNode;
|
|
992
|
-
isInvalid?: boolean;
|
|
993
|
-
isRequired?: boolean;
|
|
994
|
-
isDisabled?: boolean;
|
|
995
|
-
isReadOnly?: boolean;
|
|
996
|
-
};
|
|
870
|
+
declare interface FormFieldDescriptionSlotProps_2 extends HTMLChakraProps<"div"> {
|
|
871
|
+
}
|
|
997
872
|
|
|
998
|
-
export declare
|
|
999
|
-
context: FormFieldContextPayloadType;
|
|
1000
|
-
setContext: React.Dispatch<React.SetStateAction<FormFieldContextPayloadType>>;
|
|
1001
|
-
};
|
|
873
|
+
export declare const _FormFieldError: ({ children, ...errorSlotProps }: FormFieldErrorSlotProps_2) => null;
|
|
1002
874
|
|
|
1003
|
-
declare interface
|
|
875
|
+
declare interface FormFieldErrorSlotProps_2 extends HTMLChakraProps<"div"> {
|
|
1004
876
|
}
|
|
1005
877
|
|
|
1006
|
-
declare
|
|
1007
|
-
|
|
878
|
+
export declare const _FormFieldInfoBox: ({ children }: FormFieldInfoBoxProps) => null;
|
|
879
|
+
|
|
880
|
+
declare type FormFieldInfoBoxProps = {
|
|
881
|
+
/**
|
|
882
|
+
* The content to display in the InfoBox
|
|
883
|
+
*/
|
|
884
|
+
children: ReactNode;
|
|
885
|
+
};
|
|
1008
886
|
|
|
1009
|
-
declare
|
|
887
|
+
export declare const _FormFieldInput: ({ children, ...inputSlotProps }: FormFieldInputSlotProps_2) => null;
|
|
888
|
+
|
|
889
|
+
declare interface FormFieldInputSlotProps_2 extends HTMLChakraProps<"div"> {
|
|
1010
890
|
}
|
|
1011
891
|
|
|
1012
|
-
declare
|
|
892
|
+
export declare const _FormFieldLabel: ({ children, ...labelSlotProps }: FormFieldLabelSlotProps_2) => null;
|
|
893
|
+
|
|
894
|
+
declare interface FormFieldLabelSlotProps_2 extends HTMLChakraProps<"div"> {
|
|
1013
895
|
}
|
|
1014
896
|
|
|
1015
897
|
/**
|
|
@@ -1079,6 +961,13 @@ mt: "var(--grid-gap)";
|
|
|
1079
961
|
};
|
|
1080
962
|
}>;
|
|
1081
963
|
|
|
964
|
+
/**
|
|
965
|
+
* FormField
|
|
966
|
+
* ============================================================
|
|
967
|
+
* displays inputs in a FormField context
|
|
968
|
+
*/
|
|
969
|
+
export declare const _FormFieldRoot: ForwardRefExoticComponent<FormFieldProps & RefAttributes<HTMLDivElement>>;
|
|
970
|
+
|
|
1082
971
|
declare interface FormFieldRootSlotProps extends HTMLChakraProps<"div", RecipeVariantProps<typeof formFieldRecipe> & UnstyledProp> {
|
|
1083
972
|
}
|
|
1084
973
|
|
|
@@ -1319,15 +1208,17 @@ declare type LinkVariantProps = Omit<LinkRootProps, "onFocus" | "onBlur" | "onCl
|
|
|
1319
1208
|
[key: `data-${string}`]: string;
|
|
1320
1209
|
};
|
|
1321
1210
|
|
|
1322
|
-
export
|
|
1323
|
-
|
|
1324
|
-
|
|
1211
|
+
export declare const List: {
|
|
1212
|
+
Root: ForwardRefExoticComponent<List_2.RootProps & RefAttributes<HTMLUListElement>>;
|
|
1213
|
+
Item: ForwardRefExoticComponent<List_2.ItemProps & RefAttributes<HTMLLIElement>>;
|
|
1214
|
+
Indicator: ForwardRefExoticComponent<ListIndicatorProps & RefAttributes<HTMLSpanElement>>;
|
|
1215
|
+
};
|
|
1325
1216
|
|
|
1326
|
-
export declare
|
|
1217
|
+
export declare const _ListIndicator: ForwardRefExoticComponent<ListIndicatorProps & RefAttributes<HTMLSpanElement>>;
|
|
1327
1218
|
|
|
1328
|
-
export declare const
|
|
1219
|
+
export declare const _ListItem: ForwardRefExoticComponent<List_2.ItemProps & RefAttributes<HTMLLIElement>>;
|
|
1329
1220
|
|
|
1330
|
-
export declare
|
|
1221
|
+
export declare const _ListRoot: ForwardRefExoticComponent<List_2.RootProps & RefAttributes<HTMLUListElement>>;
|
|
1331
1222
|
|
|
1332
1223
|
/**
|
|
1333
1224
|
* LoadingSpinner
|
|
@@ -1433,8 +1324,185 @@ export declare const MakeElementFocusable: ForwardRefExoticComponent<FocusableOp
|
|
|
1433
1324
|
children?: ReactNode | undefined;
|
|
1434
1325
|
} & RefAttributes<HTMLElement>>;
|
|
1435
1326
|
|
|
1327
|
+
/**
|
|
1328
|
+
* MultilineTextInput
|
|
1329
|
+
* ============================================================
|
|
1330
|
+
* A textarea component that takes in multiline text as input
|
|
1331
|
+
*
|
|
1332
|
+
* Features:
|
|
1333
|
+
*
|
|
1334
|
+
* - allows forwarding refs to the underlying DOM element
|
|
1335
|
+
* - accepts all native html 'HTMLTextAreaElement' attributes (including aria- & data-attributes)
|
|
1336
|
+
* - supports 'variants', 'sizes', etc. configured in the recipe
|
|
1337
|
+
* - allows overriding styles by using style-props
|
|
1338
|
+
* - supports auto-growing height based on content when `autoGrow` is enabled
|
|
1339
|
+
*/
|
|
1340
|
+
export declare const MultilineTextInput: {
|
|
1341
|
+
(props: MultilineTextInputProps): JSX.Element;
|
|
1342
|
+
displayName: string;
|
|
1343
|
+
};
|
|
1344
|
+
|
|
1345
|
+
export declare interface MultilineTextInputProps extends TextFieldProps, Omit<MultilineTextInputRootSlotProps, keyof TextFieldProps | "as" | "asChild"> {
|
|
1346
|
+
ref?: React.Ref<HTMLTextAreaElement>;
|
|
1347
|
+
/**
|
|
1348
|
+
* When true, the textarea will automatically grow in height to fit its content.
|
|
1349
|
+
* This works in addition to the default draggable resize behavior.
|
|
1350
|
+
*/
|
|
1351
|
+
autoGrow?: boolean;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
/**
|
|
1355
|
+
* Recipe configuration for the MultilineTextInput component.
|
|
1356
|
+
* Defines the styling variants and base styles using Chakra UI's recipe system.
|
|
1357
|
+
*/
|
|
1358
|
+
declare const multilineTextInputRecipe: RecipeDefinition< {
|
|
1359
|
+
size: {
|
|
1360
|
+
sm: {
|
|
1361
|
+
minH: number;
|
|
1362
|
+
textStyle: "sm";
|
|
1363
|
+
px: number;
|
|
1364
|
+
py: number;
|
|
1365
|
+
};
|
|
1366
|
+
md: {
|
|
1367
|
+
minH: number;
|
|
1368
|
+
textStyle: "md";
|
|
1369
|
+
px: number;
|
|
1370
|
+
py: number;
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1373
|
+
variant: {
|
|
1374
|
+
solid: {
|
|
1375
|
+
"--border-width": "sizes.25";
|
|
1376
|
+
"--border-color": "colors.neutral.7";
|
|
1377
|
+
backgroundColor: "neutral.1";
|
|
1378
|
+
_hover: {
|
|
1379
|
+
backgroundColor: "primary.2";
|
|
1380
|
+
};
|
|
1381
|
+
};
|
|
1382
|
+
ghost: {
|
|
1383
|
+
_hover: {
|
|
1384
|
+
backgroundColor: "primary.2";
|
|
1385
|
+
};
|
|
1386
|
+
};
|
|
1387
|
+
};
|
|
1388
|
+
}>;
|
|
1389
|
+
|
|
1390
|
+
declare interface MultilineTextInputRecipeProps extends RecipeVariantProps<typeof multilineTextInputRecipe>, UnstyledProp {
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
declare type MultilineTextInputRootSlotProps = HTMLChakraProps<"textarea", MultilineTextInputRecipeProps>;
|
|
1394
|
+
|
|
1436
1395
|
export declare function NimbusProvider({ children, ...props }: ColorModeProviderProps): JSX.Element;
|
|
1437
1396
|
|
|
1397
|
+
/**
|
|
1398
|
+
* NumberInput
|
|
1399
|
+
* ============================================================
|
|
1400
|
+
* An input component that accepts only numbers with increment/decrement buttons
|
|
1401
|
+
*
|
|
1402
|
+
* Features:
|
|
1403
|
+
*
|
|
1404
|
+
* - supports ref forwarding to the underlying DOM element
|
|
1405
|
+
* - supports number-specific props like min, max, step
|
|
1406
|
+
* - includes increment/decrement buttons for easy number adjustment
|
|
1407
|
+
* - supports 'variants', 'sizes', etc. configured in the recipe
|
|
1408
|
+
* - allows overriding styles by using style-props
|
|
1409
|
+
* - provides full accessibility support
|
|
1410
|
+
*/
|
|
1411
|
+
export declare const NumberInput: {
|
|
1412
|
+
(props: NumberInputProps): JSX.Element;
|
|
1413
|
+
displayName: string;
|
|
1414
|
+
};
|
|
1415
|
+
|
|
1416
|
+
export declare interface NumberInputProps extends AriaNumberFieldProps, Omit<NumberInputRootSlotProps, keyof AriaNumberFieldProps | ExcludedNumberInputProps> {
|
|
1417
|
+
ref?: React.Ref<HTMLInputElement>;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
/**
|
|
1421
|
+
* Recipe configuration for the NumberInput component.
|
|
1422
|
+
* Defines the styling variants and base styles using Chakra UI's slot recipe system.
|
|
1423
|
+
*/
|
|
1424
|
+
declare const numberInputRecipe: SlotRecipeDefinition<"input" | "root" | "incrementButton" | "decrementButton", {
|
|
1425
|
+
size: {
|
|
1426
|
+
sm: {
|
|
1427
|
+
input: {
|
|
1428
|
+
h: number;
|
|
1429
|
+
textStyle: "sm";
|
|
1430
|
+
px: number;
|
|
1431
|
+
paddingRight: number;
|
|
1432
|
+
};
|
|
1433
|
+
};
|
|
1434
|
+
md: {
|
|
1435
|
+
input: {
|
|
1436
|
+
h: number;
|
|
1437
|
+
textStyle: "md";
|
|
1438
|
+
px: number;
|
|
1439
|
+
paddingRight: number;
|
|
1440
|
+
};
|
|
1441
|
+
};
|
|
1442
|
+
};
|
|
1443
|
+
variant: {
|
|
1444
|
+
solid: {
|
|
1445
|
+
root: {
|
|
1446
|
+
"&:has(button:hover) input": {
|
|
1447
|
+
backgroundColor: "primary.2";
|
|
1448
|
+
};
|
|
1449
|
+
};
|
|
1450
|
+
input: {
|
|
1451
|
+
boxShadow: "inset 0 0 0 var(--border-width) var(--border-color)";
|
|
1452
|
+
backgroundColor: "neutral.1";
|
|
1453
|
+
_hover: {
|
|
1454
|
+
backgroundColor: "primary.2";
|
|
1455
|
+
};
|
|
1456
|
+
};
|
|
1457
|
+
incrementButton: {
|
|
1458
|
+
borderTop: "var(--border-width) solid var(--border-color)";
|
|
1459
|
+
borderRight: "var(--border-width) solid var(--border-color)";
|
|
1460
|
+
borderLeft: "var(--border-width) solid var(--border-color)";
|
|
1461
|
+
boxShadow: "inset 0 -0.5px 0 0 var(--border-color)";
|
|
1462
|
+
_hover: {
|
|
1463
|
+
backgroundColor: "primaryAlpha.3";
|
|
1464
|
+
};
|
|
1465
|
+
};
|
|
1466
|
+
decrementButton: {
|
|
1467
|
+
borderBottom: "var(--border-width) solid var(--border-color)";
|
|
1468
|
+
borderRight: "var(--border-width) solid var(--border-color)";
|
|
1469
|
+
borderLeft: "var(--border-width) solid var(--border-color)";
|
|
1470
|
+
boxShadow: "inset 0 0.5px 0 0 var(--border-color)";
|
|
1471
|
+
_hover: {
|
|
1472
|
+
backgroundColor: "primaryAlpha.3";
|
|
1473
|
+
};
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
1476
|
+
ghost: {
|
|
1477
|
+
root: {
|
|
1478
|
+
"&:has(button:hover) input": {
|
|
1479
|
+
backgroundColor: "primary.2";
|
|
1480
|
+
};
|
|
1481
|
+
};
|
|
1482
|
+
input: {
|
|
1483
|
+
_hover: {
|
|
1484
|
+
backgroundColor: "primary.2";
|
|
1485
|
+
};
|
|
1486
|
+
};
|
|
1487
|
+
incrementButton: {
|
|
1488
|
+
_hover: {
|
|
1489
|
+
backgroundColor: "primaryAlpha.3";
|
|
1490
|
+
};
|
|
1491
|
+
};
|
|
1492
|
+
decrementButton: {
|
|
1493
|
+
_hover: {
|
|
1494
|
+
backgroundColor: "primaryAlpha.3";
|
|
1495
|
+
};
|
|
1496
|
+
};
|
|
1497
|
+
};
|
|
1498
|
+
};
|
|
1499
|
+
}>;
|
|
1500
|
+
|
|
1501
|
+
declare interface NumberInputRecipeProps extends RecipeVariantProps<typeof numberInputRecipe>, UnstyledProp {
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
declare type NumberInputRootSlotProps = HTMLChakraProps<"div", NumberInputRecipeProps>;
|
|
1505
|
+
|
|
1438
1506
|
/**
|
|
1439
1507
|
* PasswordInput
|
|
1440
1508
|
* ============================================================
|
|
@@ -1457,6 +1525,65 @@ export declare const PasswordInput: ForwardRefExoticComponent<Omit<PasswordInput
|
|
|
1457
1525
|
export declare interface PasswordInputProps extends Omit<TextInputProps, "type"> {
|
|
1458
1526
|
}
|
|
1459
1527
|
|
|
1528
|
+
declare type RadioGroupProps = Omit<RadioGroupProps_2, "children"> & {
|
|
1529
|
+
children?: React.ReactNode;
|
|
1530
|
+
};
|
|
1531
|
+
|
|
1532
|
+
export declare const RadioInput: {
|
|
1533
|
+
Root: {
|
|
1534
|
+
(props: RadioInputRootProps_2): JSX.Element;
|
|
1535
|
+
displayName: string;
|
|
1536
|
+
};
|
|
1537
|
+
Option: {
|
|
1538
|
+
({ children, value, ...rest }: RadioInputOptionProps_2): JSX.Element;
|
|
1539
|
+
displayName: string;
|
|
1540
|
+
};
|
|
1541
|
+
};
|
|
1542
|
+
|
|
1543
|
+
export declare const _RadioInputOption: {
|
|
1544
|
+
({ children, value, ...rest }: RadioInputOptionProps): JSX.Element;
|
|
1545
|
+
displayName: string;
|
|
1546
|
+
};
|
|
1547
|
+
|
|
1548
|
+
export declare interface RadioInputOptionProps extends RadioProps, Omit<RadioInputOptionSlotProps, keyof RadioProps> {
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
export declare interface RadioInputOptionSlotProps extends HTMLChakraProps<"span", RecipeProps<"option">> {
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
export declare const _RadioInputRoot: {
|
|
1555
|
+
(props: RadioInputRootProps): JSX.Element;
|
|
1556
|
+
displayName: string;
|
|
1557
|
+
};
|
|
1558
|
+
|
|
1559
|
+
export declare interface RadioInputRootProps extends RadioGroupProps, Omit<RadioInputRootSlotProps, keyof RadioGroupProps> {
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
export declare interface RadioInputRootSlotProps extends HTMLChakraProps<"div", RecipeVariantProps<typeof radioInputSlotRecipe>> {
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
/**
|
|
1566
|
+
* Recipe configuration for the RadioInput component.
|
|
1567
|
+
* Defines the styling variants and base styles using Chakra UI's recipe system.
|
|
1568
|
+
*/
|
|
1569
|
+
declare const radioInputSlotRecipe: SlotRecipeDefinition<"option" | "root", {
|
|
1570
|
+
orientation: {
|
|
1571
|
+
horizontal: {
|
|
1572
|
+
root: {
|
|
1573
|
+
flexDirection: "row";
|
|
1574
|
+
gap: "600";
|
|
1575
|
+
};
|
|
1576
|
+
};
|
|
1577
|
+
vertical: {
|
|
1578
|
+
root: {
|
|
1579
|
+
flexDirection: "column";
|
|
1580
|
+
alignItems: "flex-start";
|
|
1581
|
+
gap: "400";
|
|
1582
|
+
};
|
|
1583
|
+
};
|
|
1584
|
+
};
|
|
1585
|
+
}>;
|
|
1586
|
+
|
|
1460
1587
|
export declare const Select: {
|
|
1461
1588
|
Root: ForwardRefExoticComponent<SelectRootProps_2 & RefAttributes<HTMLDivElement>>;
|
|
1462
1589
|
Options: {
|
|
@@ -1558,7 +1685,7 @@ textStyle: "md";
|
|
|
1558
1685
|
variant: {
|
|
1559
1686
|
outline: {
|
|
1560
1687
|
root: {
|
|
1561
|
-
bg: "
|
|
1688
|
+
bg: "primary.1";
|
|
1562
1689
|
"&:hover": {
|
|
1563
1690
|
bg: "primary.2";
|
|
1564
1691
|
};
|
|
@@ -1818,7 +1945,7 @@ variant: {
|
|
|
1818
1945
|
solid: {
|
|
1819
1946
|
"--border-width": "sizes.25";
|
|
1820
1947
|
"--border-color": "colors.neutral.7";
|
|
1821
|
-
backgroundColor: "
|
|
1948
|
+
backgroundColor: "primary.1";
|
|
1822
1949
|
_hover: {
|
|
1823
1950
|
backgroundColor: "primary.2";
|
|
1824
1951
|
};
|
|
@@ -1840,6 +1967,83 @@ export declare interface TextProps extends TextProps_2 {
|
|
|
1840
1967
|
ref?: React.Ref<HTMLParagraphElement>;
|
|
1841
1968
|
}
|
|
1842
1969
|
|
|
1970
|
+
/**
|
|
1971
|
+
* TimeInput
|
|
1972
|
+
* ============================================================
|
|
1973
|
+
* allows entering a time in the currently selected locale
|
|
1974
|
+
*/
|
|
1975
|
+
export declare const TimeInput: {
|
|
1976
|
+
(props: TimeInputProps): JSX.Element;
|
|
1977
|
+
displayName: string;
|
|
1978
|
+
};
|
|
1979
|
+
|
|
1980
|
+
/**
|
|
1981
|
+
* Main props interface for the TimeInput component.
|
|
1982
|
+
*
|
|
1983
|
+
* We use Omit to remove:
|
|
1984
|
+
* 1. Conflicting props from TimeInputRootProps to avoid TypeScript errors
|
|
1985
|
+
* 2. Explicitly excluded props that we don't want users to access
|
|
1986
|
+
*/
|
|
1987
|
+
export declare interface TimeInputProps extends Omit<TimeInputRootProps, ConflictingFieldStateProps | ExcludedProps>, Omit<TimeFieldStateOptions<TimeValue>, ExcludedProps>, RecipeVariantProps<typeof timeInputRecipe> {
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
/**
|
|
1991
|
+
* Recipe configuration for the TimeInput component.
|
|
1992
|
+
* Defines the styling variants and base styles using Chakra UI's recipe system.
|
|
1993
|
+
*/
|
|
1994
|
+
declare const timeInputRecipe: SlotRecipeDefinition<"root" | "segmentGroup" | "segment", {
|
|
1995
|
+
size: {
|
|
1996
|
+
sm: {
|
|
1997
|
+
segmentGroup: {
|
|
1998
|
+
h: number;
|
|
1999
|
+
textStyle: "sm";
|
|
2000
|
+
px: number;
|
|
2001
|
+
};
|
|
2002
|
+
};
|
|
2003
|
+
md: {
|
|
2004
|
+
segmentGroup: {
|
|
2005
|
+
h: number;
|
|
2006
|
+
textStyle: "md";
|
|
2007
|
+
px: number;
|
|
2008
|
+
};
|
|
2009
|
+
};
|
|
2010
|
+
};
|
|
2011
|
+
variant: {
|
|
2012
|
+
solid: {
|
|
2013
|
+
segmentGroup: {
|
|
2014
|
+
"--border-width": "sizes.25";
|
|
2015
|
+
"--border-color": "colors.neutral.7";
|
|
2016
|
+
backgroundColor: "neutral.1";
|
|
2017
|
+
_hover: {
|
|
2018
|
+
backgroundColor: "primary.2";
|
|
2019
|
+
};
|
|
2020
|
+
};
|
|
2021
|
+
};
|
|
2022
|
+
ghost: {
|
|
2023
|
+
segmentGroup: {
|
|
2024
|
+
_hover: {
|
|
2025
|
+
backgroundColor: "primary.2";
|
|
2026
|
+
};
|
|
2027
|
+
};
|
|
2028
|
+
};
|
|
2029
|
+
};
|
|
2030
|
+
}>;
|
|
2031
|
+
|
|
2032
|
+
/**
|
|
2033
|
+
* Base recipe props interface that combines Chakra UI's recipe props
|
|
2034
|
+
* with the unstyled prop option for the div element.
|
|
2035
|
+
*/
|
|
2036
|
+
declare interface TimeInputRecipeProps extends RecipeProps<"div">, UnstyledProp {
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
/**
|
|
2040
|
+
* Root props interface that extends Chakra's HTML props with our recipe props.
|
|
2041
|
+
* This creates a complete set of props for the root element, combining
|
|
2042
|
+
* HTML attributes, Chakra's styling system, and our custom recipe props.
|
|
2043
|
+
*/
|
|
2044
|
+
declare interface TimeInputRootProps extends HTMLChakraProps<"div", TimeInputRecipeProps> {
|
|
2045
|
+
}
|
|
2046
|
+
|
|
1843
2047
|
/**
|
|
1844
2048
|
* ToggleButtonGroup
|
|
1845
2049
|
* ============================================================
|
|
@@ -1850,7 +2054,7 @@ export declare const ToggleButtonGroup: {
|
|
|
1850
2054
|
Button: ToggleButtonGroupButtonComponent_2;
|
|
1851
2055
|
};
|
|
1852
2056
|
|
|
1853
|
-
export declare const
|
|
2057
|
+
export declare const _ToggleButtonGroupButton: ToggleButtonGroupButtonComponent;
|
|
1854
2058
|
|
|
1855
2059
|
/** Type signature for the `ToggleButtonGroup.Button` sub-component. */
|
|
1856
2060
|
export declare type ToggleButtonGroupButtonComponent = React.FC<ToggleButtonGroupButtonProps>;
|
|
@@ -1868,7 +2072,7 @@ export declare type ToggleButtonGroupProps = PropsWithChildren<ToggleButtonGroup
|
|
|
1868
2072
|
ref?: React.Ref<typeof ToggleButtonGroup_2>;
|
|
1869
2073
|
};
|
|
1870
2074
|
|
|
1871
|
-
export declare const
|
|
2075
|
+
export declare const _ToggleButtonGroupRoot: ToggleButtonGroupRootComponent;
|
|
1872
2076
|
|
|
1873
2077
|
/** Type signature for the main `ToggleButtonGroup` component. */
|
|
1874
2078
|
export declare type ToggleButtonGroupRootComponent = React.FC<ToggleButtonGroupProps>;
|
|
@@ -1879,8 +2083,13 @@ declare type ToggleButtonGroupRootProps = ToggleButtonGroupRootSlotProps & AriaT
|
|
|
1879
2083
|
/** Base Chakra styling props for the root `div` slot. */
|
|
1880
2084
|
declare type ToggleButtonGroupRootSlotProps = HTMLChakraProps<"div", RecipeProps<"div">>;
|
|
1881
2085
|
|
|
2086
|
+
export declare const Tooltip: {
|
|
2087
|
+
Root: typeof _TooltipRoot;
|
|
2088
|
+
Content: typeof _TooltipContent;
|
|
2089
|
+
};
|
|
2090
|
+
|
|
1882
2091
|
/**
|
|
1883
|
-
*
|
|
2092
|
+
* TooltipContent
|
|
1884
2093
|
* ============================================================
|
|
1885
2094
|
* A contextual popup that displays a description for an element, uses `Tooltip` component from `react-aria-components`.
|
|
1886
2095
|
*
|
|
@@ -1893,7 +2102,13 @@ declare type ToggleButtonGroupRootSlotProps = HTMLChakraProps<"div", RecipeProps
|
|
|
1893
2102
|
* - [React Aria Components Tooltip Documentation](https://react-spectrum.adobe.com/react-aria/Tooltip.html)
|
|
1894
2103
|
* - [ARIA Tooltip Pattern](https://www.w3.org/TR/wai-aria-1.2/#tooltip)
|
|
1895
2104
|
*/
|
|
1896
|
-
export declare
|
|
2105
|
+
export declare function _TooltipContent({ children, placement, ref, ...props }: TooltipProps & {
|
|
2106
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
2107
|
+
}): JSX.Element;
|
|
2108
|
+
|
|
2109
|
+
export declare namespace _TooltipContent {
|
|
2110
|
+
var displayName: string;
|
|
2111
|
+
}
|
|
1897
2112
|
|
|
1898
2113
|
/**
|
|
1899
2114
|
* Main props interface for the Tooltip components
|
|
@@ -1916,26 +2131,26 @@ declare interface TooltipRecipeProps extends RecipeProps<"div">, UnstyledProp {
|
|
|
1916
2131
|
}
|
|
1917
2132
|
|
|
1918
2133
|
/**
|
|
1919
|
-
*
|
|
1920
|
-
* This creates a complete set of props for the root element, combining
|
|
1921
|
-
* HTML attributes, Chakra's styling system, and our custom recipe props.
|
|
1922
|
-
*/
|
|
1923
|
-
declare interface TooltipRootProps extends HTMLChakraProps<"div", TooltipRecipeProps> {
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
/**
|
|
1927
|
-
* TooltipTrigger
|
|
2134
|
+
* TooltipRoot
|
|
1928
2135
|
* ============================================================
|
|
1929
|
-
*
|
|
2136
|
+
* Root component that wraps around a trigger element and Tooltip content.
|
|
1930
2137
|
* It handles opening and closing the Tooltip when the user hovers over or focuses the trigger,
|
|
1931
2138
|
* and positioning the Tooltip relative to the trigger.
|
|
1932
2139
|
*
|
|
1933
|
-
*
|
|
1934
|
-
* - [React Aria Components Tooltip Documentation](https://react-spectrum.adobe.com/react-aria/Tooltip.html)
|
|
2140
|
+
* This acts as the context provider for the compound Tooltip component.
|
|
1935
2141
|
*/
|
|
1936
|
-
export declare
|
|
2142
|
+
export declare function _TooltipRoot(props: TooltipTriggerComponentProps): JSX.Element;
|
|
1937
2143
|
|
|
1938
|
-
export declare
|
|
2144
|
+
export declare namespace _TooltipRoot {
|
|
2145
|
+
var displayName: string;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
/**
|
|
2149
|
+
* Root props interface that extends Chakra's HTML props with our recipe props.
|
|
2150
|
+
* This creates a complete set of props for the root element, combining
|
|
2151
|
+
* HTML attributes, Chakra's styling system, and our custom recipe props.
|
|
2152
|
+
*/
|
|
2153
|
+
declare interface TooltipRootProps extends HTMLChakraProps<"div", TooltipRecipeProps> {
|
|
1939
2154
|
}
|
|
1940
2155
|
|
|
1941
2156
|
/**
|