@saas-ui/react 3.0.0-next.3 → 3.0.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/_tsup-dts-rollup.d.cts +238 -168
- package/dist/_tsup-dts-rollup.d.ts +238 -168
- package/dist/{chunk-CBX6MYVA.js → chunk-QNKQFCKJ.js} +8 -2
- package/dist/components/group/index.d.cts +1 -1
- package/dist/components/group/index.d.ts +1 -1
- package/dist/components/highlight/index.d.cts +1 -1
- package/dist/components/highlight/index.d.ts +1 -1
- package/dist/components/portal/index.d.cts +1 -1
- package/dist/components/portal/index.d.ts +1 -1
- package/dist/components/show/index.d.cts +1 -1
- package/dist/components/show/index.d.ts +1 -1
- package/dist/components/spacer/index.d.cts +1 -1
- package/dist/components/spacer/index.d.ts +1 -1
- package/dist/components/stack/index.cjs +8 -2
- package/dist/components/stack/index.d.cts +4 -0
- package/dist/components/stack/index.d.ts +4 -0
- package/dist/components/stack/index.js +9 -3
- package/dist/index.cjs +34 -2
- package/dist/index.d.cts +26 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +121 -87
- package/package.json +1 -1
@@ -21,6 +21,7 @@ import { ButtonProps as ButtonProps_2 } from '@chakra-ui/react';
|
|
21
21
|
import { Card } from '@chakra-ui/react/card';
|
22
22
|
import { Center } from '@chakra-ui/react/center';
|
23
23
|
import { CenterProps } from '@chakra-ui/react/center';
|
24
|
+
import { chakra } from '@chakra-ui/react/styled-system';
|
24
25
|
import { ChakraProviderProps } from '@chakra-ui/react';
|
25
26
|
import { Checkbox as Checkbox_2 } from '@chakra-ui/react/checkbox';
|
26
27
|
import { CheckboxCard as CheckboxCard_2 } from '@chakra-ui/react/checkbox-card';
|
@@ -43,10 +44,22 @@ import { ColorSwatchProps } from '@chakra-ui/react/color-swatch';
|
|
43
44
|
import { ColorSwatchPropsProvider } from '@chakra-ui/react/color-swatch';
|
44
45
|
import { Container } from '@chakra-ui/react/container';
|
45
46
|
import { ContainerProps } from '@chakra-ui/react/container';
|
46
|
-
import { createSystem } from '@chakra-ui/react';
|
47
|
+
import { createSystem } from '@chakra-ui/react/styled-system';
|
47
48
|
import { CreateToasterProps } from '@chakra-ui/react/toast';
|
48
49
|
import { CssKeyframes } from '@chakra-ui/react';
|
49
50
|
import { DataList } from '@chakra-ui/react/data-list';
|
51
|
+
import { defineAnimationStyles } from '@chakra-ui/react/styled-system';
|
52
|
+
import { defineConditions } from '@chakra-ui/react/styled-system';
|
53
|
+
import { defineConfig } from '@chakra-ui/react/styled-system';
|
54
|
+
import { defineGlobalStyles } from '@chakra-ui/react/styled-system';
|
55
|
+
import { defineKeyframes } from '@chakra-ui/react/styled-system';
|
56
|
+
import { defineLayerStyles } from '@chakra-ui/react/styled-system';
|
57
|
+
import { defineRecipe } from '@chakra-ui/react/styled-system';
|
58
|
+
import { defineSemanticTokens } from '@chakra-ui/react/styled-system';
|
59
|
+
import { defineSlotRecipe } from '@chakra-ui/react/styled-system';
|
60
|
+
import { defineStyle } from '@chakra-ui/react/styled-system';
|
61
|
+
import { defineTextStyles } from '@chakra-ui/react/styled-system';
|
62
|
+
import { defineTokens } from '@chakra-ui/react/styled-system';
|
50
63
|
import { DetailedHTMLProps } from 'react';
|
51
64
|
import { Dialog as Dialog_2 } from '@chakra-ui/react/dialog';
|
52
65
|
import { DialogContextProps } from '@ark-ui/react';
|
@@ -87,6 +100,7 @@ import { HeadingProps } from '@chakra-ui/react/typography';
|
|
87
100
|
import { Highlight as Highlight_2 } from '@chakra-ui/react/highlight';
|
88
101
|
import { HighlightProps } from '@chakra-ui/react/highlight';
|
89
102
|
import { HoverCard as HoverCard_2 } from '@chakra-ui/react/hover-card';
|
103
|
+
import { HStack } from '@chakra-ui/react/stack';
|
90
104
|
import { HTMLAttributes } from 'react';
|
91
105
|
import { HTMLChakraProps } from '@chakra-ui/react/styled-system';
|
92
106
|
import { HTMLChakraProps as HTMLChakraProps_2 } from '@chakra-ui/react';
|
@@ -147,10 +161,11 @@ import { RatingGroup } from '@chakra-ui/react/rating-group';
|
|
147
161
|
import * as React_2 from 'react';
|
148
162
|
import { default as React_3 } from 'react';
|
149
163
|
import { ReactNode } from 'react';
|
150
|
-
import { RecipeDefinition } from '@chakra-ui/react';
|
164
|
+
import { RecipeDefinition } from '@chakra-ui/react/styled-system';
|
165
|
+
import { RecipeDefinition as RecipeDefinition_2 } from '@chakra-ui/react';
|
151
166
|
import { RecipeKey } from '@chakra-ui/react';
|
167
|
+
import { RecipeProps } from '@chakra-ui/react/styled-system';
|
152
168
|
import { RecipeProps as RecipeProps_3 } from '@chakra-ui/react';
|
153
|
-
import { RecipeProps as RecipeProps_4 } from '@chakra-ui/react/styled-system';
|
154
169
|
import { RecipeVariantProps } from '@chakra-ui/react/styled-system';
|
155
170
|
import { RecipeVariantRecord } from '@chakra-ui/react';
|
156
171
|
import { RefAttributes } from 'react';
|
@@ -169,10 +184,11 @@ import { SkipNavContentProps } from '@chakra-ui/react/skip-nav';
|
|
169
184
|
import { SkipNavLink } from '@chakra-ui/react/skip-nav';
|
170
185
|
import { SkipNavLinkProps } from '@chakra-ui/react/skip-nav';
|
171
186
|
import { Slider as Slider_2 } from '@chakra-ui/react/slider';
|
172
|
-
import { SlotRecipeDefinition } from '@chakra-ui/react';
|
187
|
+
import { SlotRecipeDefinition } from '@chakra-ui/react/styled-system';
|
188
|
+
import { SlotRecipeDefinition as SlotRecipeDefinition_2 } from '@chakra-ui/react';
|
173
189
|
import { SlotRecipeKey } from '@chakra-ui/react';
|
174
|
-
import { SlotRecipeProps
|
175
|
-
import { SlotRecipeProps as
|
190
|
+
import { SlotRecipeProps } from '@chakra-ui/react/styled-system';
|
191
|
+
import { SlotRecipeProps as SlotRecipeProps_3 } from '@chakra-ui/react';
|
176
192
|
import { SlotRecipeVariantRecord } from '@chakra-ui/react';
|
177
193
|
import { Spacer } from '@chakra-ui/react/spacer';
|
178
194
|
import { SpacerProps } from '@chakra-ui/react/spacer';
|
@@ -180,6 +196,8 @@ import { SpinnerProps as SpinnerProps_2 } from '#components/spinner';
|
|
180
196
|
import type { SpinnerProps as SpinnerProps_3 } from '@chakra-ui/react/spinner';
|
181
197
|
import { Stack } from '@chakra-ui/react/stack';
|
182
198
|
import { StackProps } from '@chakra-ui/react/stack';
|
199
|
+
import { StackSeparator } from '@chakra-ui/react/stack';
|
200
|
+
import { StackSeparatorProps } from '@chakra-ui/react/stack';
|
183
201
|
import { Stat as Stat_2 } from '@chakra-ui/react/stat';
|
184
202
|
import { Status as Status_2 } from '@chakra-ui/react/status';
|
185
203
|
import { Steps as Steps_2 } from '@chakra-ui/react/steps';
|
@@ -219,6 +237,7 @@ import { useTabs } from '@chakra-ui/react/tabs';
|
|
219
237
|
import { useTabsContext } from '@chakra-ui/react/tabs';
|
220
238
|
import { useTabsStyles } from '@chakra-ui/react/tabs';
|
221
239
|
import { VisuallyHidden } from '@chakra-ui/react/visually-hidden';
|
240
|
+
import { VStack } from '@chakra-ui/react/stack';
|
222
241
|
import { WithContextOptions } from '@chakra-ui/react';
|
223
242
|
import { WithProviderOptions } from '@chakra-ui/react';
|
224
243
|
import { Wrap } from '@chakra-ui/react/wrap';
|
@@ -237,7 +256,7 @@ export declare namespace Accordion {
|
|
237
256
|
}
|
238
257
|
}
|
239
258
|
|
240
|
-
export declare const accordionSlotRecipe:
|
259
|
+
export declare const accordionSlotRecipe: SlotRecipeDefinition_2<"root" | "item" | "itemTrigger" | "itemContent" | "itemIndicator" | "itemBody", {
|
241
260
|
variant: {
|
242
261
|
outline: {
|
243
262
|
item: {
|
@@ -333,7 +352,7 @@ declare interface ActionBarContentProps extends ActionBar_2.ContentProps {
|
|
333
352
|
portalRef?: React.RefObject<HTMLElement>;
|
334
353
|
}
|
335
354
|
|
336
|
-
export declare const actionBarSlotRecipe:
|
355
|
+
export declare const actionBarSlotRecipe: SlotRecipeDefinition_2<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger", SlotRecipeVariantRecord<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger">>;
|
337
356
|
|
338
357
|
export declare const ActionTrigger: ForwardRefExoticComponent<Dialog_2.ActionTriggerProps & RefAttributes<HTMLButtonElement>>;
|
339
358
|
|
@@ -356,7 +375,7 @@ export { AlertProps }
|
|
356
375
|
export { AlertProps as AlertProps_alias_1 }
|
357
376
|
export { AlertProps as AlertProps_alias_2 }
|
358
377
|
|
359
|
-
export declare const alertSlotRecipe:
|
378
|
+
export declare const alertSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "title", {
|
360
379
|
status: {
|
361
380
|
info: {
|
362
381
|
root: {
|
@@ -542,10 +561,10 @@ export { AppShellProps as AppShellProps_alias_2 }
|
|
542
561
|
*/
|
543
562
|
export declare const AppShellRoot: ForwardRefExoticComponent<AppShellRootProps & RefAttributes<HTMLDivElement>>;
|
544
563
|
|
545
|
-
export declare interface AppShellRootProps extends Omit<AppShellProps, 'position'>,
|
564
|
+
export declare interface AppShellRootProps extends Omit<AppShellProps, 'position'>, SlotRecipeProps<'suiAppShell'> {
|
546
565
|
}
|
547
566
|
|
548
|
-
export declare const appShellSlotRecipe:
|
567
|
+
export declare const appShellSlotRecipe: SlotRecipeDefinition_2<"content" | "root" | "main", {
|
549
568
|
position: {
|
550
569
|
static: {
|
551
570
|
root: {
|
@@ -630,7 +649,7 @@ export { AvatarGroup }
|
|
630
649
|
export { AvatarGroup as AvatarGroup_alias_1 }
|
631
650
|
export { AvatarGroup as AvatarGroup_alias_2 }
|
632
651
|
|
633
|
-
declare interface AvatarGroupProps extends GroupProps,
|
652
|
+
declare interface AvatarGroupProps extends GroupProps, SlotRecipeProps<'avatar'> {
|
634
653
|
}
|
635
654
|
|
636
655
|
declare interface AvatarProps extends Avatar_2.RootProps {
|
@@ -654,7 +673,7 @@ export declare interface AvatarProps_alias_3 extends PersonaAvatarOptions, Avata
|
|
654
673
|
getInitials?: (name?: string | null) => string | null;
|
655
674
|
}
|
656
675
|
|
657
|
-
export declare const avatarSlotRecipe:
|
676
|
+
export declare const avatarSlotRecipe: SlotRecipeDefinition_2<"root" | "image" | "fallback", {
|
658
677
|
size: {
|
659
678
|
full: {
|
660
679
|
root: {
|
@@ -778,7 +797,7 @@ export { BadgeProps as BadgeProps_alias_1 }
|
|
778
797
|
export { BadgePropsProvider }
|
779
798
|
export { BadgePropsProvider as BadgePropsProvider_alias_1 }
|
780
799
|
|
781
|
-
export declare const badgeRecipe:
|
800
|
+
export declare const badgeRecipe: RecipeDefinition_2< {
|
782
801
|
variant: {
|
783
802
|
solid: {
|
784
803
|
bg: "colorPalette.solid";
|
@@ -848,7 +867,7 @@ export { BlockquoteProps }
|
|
848
867
|
export { BlockquoteProps as BlockquoteProps_alias_1 }
|
849
868
|
export { BlockquoteProps as BlockquoteProps_alias_2 }
|
850
869
|
|
851
|
-
export declare const blockquoteSlotRecipe:
|
870
|
+
export declare const blockquoteSlotRecipe: SlotRecipeDefinition_2<"content" | "root" | "icon" | "caption", {
|
852
871
|
justify: {
|
853
872
|
start: {
|
854
873
|
root: {
|
@@ -985,7 +1004,7 @@ export declare namespace Breadcrumb {
|
|
985
1004
|
}
|
986
1005
|
}
|
987
1006
|
|
988
|
-
export declare const breadcrumbSlotRecipe:
|
1007
|
+
export declare const breadcrumbSlotRecipe: SlotRecipeDefinition_2<"link" | "root" | "item" | "separator" | "currentLink" | "list" | "ellipsis", {
|
989
1008
|
variant: {
|
990
1009
|
underline: {
|
991
1010
|
link: {
|
@@ -1063,7 +1082,7 @@ export { ButtonProps as ButtonProps_alias_1 }
|
|
1063
1082
|
export declare interface ButtonProps_alias_2 extends ButtonProps, Menu_2.TriggerProps {
|
1064
1083
|
}
|
1065
1084
|
|
1066
|
-
export declare const buttonRecipe:
|
1085
|
+
export declare const buttonRecipe: RecipeDefinition_2< {
|
1067
1086
|
size: {
|
1068
1087
|
xs: {
|
1069
1088
|
gap: "1";
|
@@ -1209,7 +1228,7 @@ export { CalendarIcon as CalendarIcon_alias_1 }
|
|
1209
1228
|
export { Card }
|
1210
1229
|
export { Card as Card_alias_1 }
|
1211
1230
|
|
1212
|
-
export declare const cardSlotRecipe:
|
1231
|
+
export declare const cardSlotRecipe: SlotRecipeDefinition_2<"description" | "body" | "root" | "title" | "header" | "footer", {
|
1213
1232
|
size: {
|
1214
1233
|
sm: {
|
1215
1234
|
root: {
|
@@ -1291,6 +1310,8 @@ export { Center as Center_alias_1 }
|
|
1291
1310
|
export { CenterProps }
|
1292
1311
|
export { CenterProps as CenterProps_alias_1 }
|
1293
1312
|
|
1313
|
+
export { chakra }
|
1314
|
+
|
1294
1315
|
declare const Checkbox: ForwardRefExoticComponent<CheckboxProps & RefAttributes<HTMLInputElement>>;
|
1295
1316
|
export { Checkbox }
|
1296
1317
|
export { Checkbox as Checkbox_alias_1 }
|
@@ -1316,7 +1337,7 @@ export { CheckboxCardProps }
|
|
1316
1337
|
export { CheckboxCardProps as CheckboxCardProps_alias_1 }
|
1317
1338
|
export { CheckboxCardProps as CheckboxCardProps_alias_2 }
|
1318
1339
|
|
1319
|
-
export declare const checkboxCardSlotRecipe:
|
1340
|
+
export declare const checkboxCardSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "label" | "control" | "indicator" | "root" | "addon", {
|
1320
1341
|
size: {
|
1321
1342
|
sm: {
|
1322
1343
|
root: {
|
@@ -1516,7 +1537,7 @@ export { CheckboxProps }
|
|
1516
1537
|
export { CheckboxProps as CheckboxProps_alias_1 }
|
1517
1538
|
export { CheckboxProps as CheckboxProps_alias_2 }
|
1518
1539
|
|
1519
|
-
export declare const checkboxSlotRecipe:
|
1540
|
+
export declare const checkboxSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "indicator" | "root" | "group", {
|
1520
1541
|
size: {
|
1521
1542
|
xs: {
|
1522
1543
|
root: {
|
@@ -1607,7 +1628,7 @@ export { Checkmark as Checkmark_alias_1 }
|
|
1607
1628
|
export { CheckmarkProps }
|
1608
1629
|
export { CheckmarkProps as CheckmarkProps_alias_1 }
|
1609
1630
|
|
1610
|
-
export declare const checkmarkRecipe:
|
1631
|
+
export declare const checkmarkRecipe: RecipeDefinition_2< {
|
1611
1632
|
size: {
|
1612
1633
|
xs: {
|
1613
1634
|
boxSize: "3";
|
@@ -1766,7 +1787,7 @@ export { Code as Code_alias_1 }
|
|
1766
1787
|
export { CodeProps }
|
1767
1788
|
export { CodeProps as CodeProps_alias_1 }
|
1768
1789
|
|
1769
|
-
export declare const codeRecipe:
|
1790
|
+
export declare const codeRecipe: RecipeDefinition_2< {
|
1770
1791
|
variant: {
|
1771
1792
|
solid: {
|
1772
1793
|
bg: "colorPalette.solid";
|
@@ -1818,7 +1839,7 @@ minH: "7";
|
|
1818
1839
|
export { Collapsible }
|
1819
1840
|
export { Collapsible as Collapsible_alias_1 }
|
1820
1841
|
|
1821
|
-
export declare const collapsibleSlotRecipe:
|
1842
|
+
export declare const collapsibleSlotRecipe: SlotRecipeDefinition_2<"content" | "root" | "trigger", SlotRecipeVariantRecord<"content" | "root" | "trigger">>;
|
1822
1843
|
|
1823
1844
|
export { ColorPicker }
|
1824
1845
|
export { ColorPicker as ColorPicker_alias_1 }
|
@@ -2709,7 +2730,7 @@ export declare interface CommandProps extends HTMLChakraProps<'span'>, CommandBa
|
|
2709
2730
|
modifiers?: Array<string>;
|
2710
2731
|
}
|
2711
2732
|
|
2712
|
-
export declare const commandRecipe:
|
2733
|
+
export declare const commandRecipe: RecipeDefinition_2< {
|
2713
2734
|
size: {
|
2714
2735
|
sm: {
|
2715
2736
|
fontSize: "xs";
|
@@ -2753,7 +2774,7 @@ export { Container as Container_alias_1 }
|
|
2753
2774
|
export { ContainerProps }
|
2754
2775
|
export { ContainerProps as ContainerProps_alias_1 }
|
2755
2776
|
|
2756
|
-
export declare const containerRecipe:
|
2777
|
+
export declare const containerRecipe: RecipeDefinition_2< {
|
2757
2778
|
centerContent: {
|
2758
2779
|
true: {
|
2759
2780
|
display: "flex";
|
@@ -2963,7 +2984,7 @@ export declare type DataAttr = Record<`data-${string}`, string | number | undefi
|
|
2963
2984
|
export { DataList }
|
2964
2985
|
export { DataList as DataList_alias_1 }
|
2965
2986
|
|
2966
|
-
export declare const dataListSlotRecipe:
|
2987
|
+
export declare const dataListSlotRecipe: SlotRecipeDefinition_2<"root" | "item" | "itemLabel" | "itemValue", {
|
2967
2988
|
orientation: {
|
2968
2989
|
horizontal: {
|
2969
2990
|
root: {
|
@@ -3048,6 +3069,30 @@ export { defaultSystem as system }
|
|
3048
3069
|
|
3049
3070
|
export declare const defaultThemeConfig: SystemConfig;
|
3050
3071
|
|
3072
|
+
export { defineAnimationStyles }
|
3073
|
+
|
3074
|
+
export { defineConditions }
|
3075
|
+
|
3076
|
+
export { defineConfig }
|
3077
|
+
|
3078
|
+
export { defineGlobalStyles }
|
3079
|
+
|
3080
|
+
export { defineKeyframes }
|
3081
|
+
|
3082
|
+
export { defineLayerStyles }
|
3083
|
+
|
3084
|
+
export { defineRecipe }
|
3085
|
+
|
3086
|
+
export { defineSemanticTokens }
|
3087
|
+
|
3088
|
+
export { defineSlotRecipe }
|
3089
|
+
|
3090
|
+
export { defineStyle }
|
3091
|
+
|
3092
|
+
export { defineTextStyles }
|
3093
|
+
|
3094
|
+
export { defineTokens }
|
3095
|
+
|
3051
3096
|
export declare const Description: ForwardRefExoticComponent<Dialog_2.DescriptionProps & RefAttributes<HTMLDivElement>>;
|
3052
3097
|
|
3053
3098
|
declare const Description_2 = ChakraPopover.Description;
|
@@ -3088,7 +3133,7 @@ export declare namespace Dialog {
|
|
3088
3133
|
}
|
3089
3134
|
}
|
3090
3135
|
|
3091
|
-
export declare const dialogSlotRecipe:
|
3136
|
+
export declare const dialogSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "body" | "backdrop" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger", {
|
3092
3137
|
placement: {
|
3093
3138
|
center: {
|
3094
3139
|
positioner: {
|
@@ -3259,7 +3304,7 @@ export declare namespace Drawer {
|
|
3259
3304
|
}
|
3260
3305
|
}
|
3261
3306
|
|
3262
|
-
export declare const drawerSlotRecipe:
|
3307
|
+
export declare const drawerSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "body" | "backdrop" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger", {
|
3263
3308
|
size: {
|
3264
3309
|
xs: {
|
3265
3310
|
content: {
|
@@ -3426,7 +3471,7 @@ export declare const easings: {
|
|
3426
3471
|
export { Editable }
|
3427
3472
|
export { Editable as Editable_alias_1 }
|
3428
3473
|
|
3429
|
-
export declare const editableSlotRecipe:
|
3474
|
+
export declare const editableSlotRecipe: SlotRecipeDefinition_2<"label" | "textarea" | "control" | "root" | "input" | "area" | "preview" | "editTrigger" | "submitTrigger" | "cancelTrigger", {
|
3430
3475
|
size: {
|
3431
3476
|
sm: {
|
3432
3477
|
root: {
|
@@ -3496,7 +3541,7 @@ export { EmptyStateProps }
|
|
3496
3541
|
export { EmptyStateProps as EmptyStateProps_alias_1 }
|
3497
3542
|
export { EmptyStateProps as EmptyStateProps_alias_2 }
|
3498
3543
|
|
3499
|
-
export declare const emptyStateSlotRecipe:
|
3544
|
+
export declare const emptyStateSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "title" | "actions", {
|
3500
3545
|
size: {
|
3501
3546
|
sm: {
|
3502
3547
|
root: {
|
@@ -3594,7 +3639,7 @@ export { Field as Field_alias_1 }
|
|
3594
3639
|
export { Fieldset }
|
3595
3640
|
export { Fieldset as Fieldset_alias_1 }
|
3596
3641
|
|
3597
|
-
export declare const fieldsetSlotRecipe:
|
3642
|
+
export declare const fieldsetSlotRecipe: SlotRecipeDefinition_2<"content" | "root" | "errorText" | "helperText" | "legend", {
|
3598
3643
|
size: {
|
3599
3644
|
sm: {
|
3600
3645
|
root: {
|
@@ -3632,7 +3677,7 @@ textStyle: "md";
|
|
3632
3677
|
};
|
3633
3678
|
}>;
|
3634
3679
|
|
3635
|
-
export declare const fieldSlotRecipe:
|
3680
|
+
export declare const fieldSlotRecipe: SlotRecipeDefinition_2<"label" | "textarea" | "root" | "input" | "select" | "errorText" | "helperText" | "requiredIndicator", {
|
3636
3681
|
orientation: {
|
3637
3682
|
vertical: {
|
3638
3683
|
root: {
|
@@ -3677,7 +3722,7 @@ export declare namespace FileUpload {
|
|
3677
3722
|
}
|
3678
3723
|
}
|
3679
3724
|
|
3680
|
-
export declare const fileUploadSlotRecipe:
|
3725
|
+
export declare const fileUploadSlotRecipe: SlotRecipeDefinition_2<"label" | "root" | "item" | "itemContent" | "trigger" | "dropzone" | "itemDeleteTrigger" | "itemGroup" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "clearTrigger" | "dropzoneContent" | "fileText", SlotRecipeVariantRecord<"label" | "root" | "item" | "itemContent" | "trigger" | "dropzone" | "itemDeleteTrigger" | "itemGroup" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "clearTrigger" | "dropzoneContent" | "fileText">>;
|
3681
3726
|
|
3682
3727
|
declare const FilterIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
|
3683
3728
|
export { FilterIcon }
|
@@ -3856,7 +3901,7 @@ export declare namespace GridList {
|
|
3856
3901
|
}
|
3857
3902
|
}
|
3858
3903
|
|
3859
|
-
export declare const gridListSlotRecipe:
|
3904
|
+
export declare const gridListSlotRecipe: SlotRecipeDefinition_2<"cell" | "root" | "item" | "header", {
|
3860
3905
|
interactive: {
|
3861
3906
|
true: {
|
3862
3907
|
item: {
|
@@ -3932,6 +3977,7 @@ export declare const GroupEndElement: React_3.ForwardRefExoticComponent<Omit<Pat
|
|
3932
3977
|
export declare const GroupHeader: React_3.ForwardRefExoticComponent<Omit<PatchHtmlProps<Omit<React_3.DetailedHTMLProps<React_3.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof PolymorphicProps> & Omit<JsxStyleProps, never> & PolymorphicProps & React_3.RefAttributes<HTMLDivElement>>;
|
3933
3978
|
|
3934
3979
|
export { GroupProps }
|
3980
|
+
export { GroupProps as GroupProps_alias_1 }
|
3935
3981
|
|
3936
3982
|
export declare const GroupTitle: React_3.ForwardRefExoticComponent<Omit<PatchHtmlProps<Omit<React_3.DetailedHTMLProps<React_3.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof PolymorphicProps> & Omit<JsxStyleProps, never> & PolymorphicProps & React_3.RefAttributes<HTMLHeadingElement>>;
|
3937
3983
|
|
@@ -3995,7 +4041,7 @@ export { HeadingProps }
|
|
3995
4041
|
export { HeadingProps as HeadingProps_alias_1 }
|
3996
4042
|
export { HeadingProps as HeadingProps_alias_2 }
|
3997
4043
|
|
3998
|
-
export declare const headingRecipe:
|
4044
|
+
export declare const headingRecipe: RecipeDefinition_2< {
|
3999
4045
|
size: {
|
4000
4046
|
xs: {
|
4001
4047
|
textStyle: "xs";
|
@@ -4039,6 +4085,7 @@ export { Highlight_2 as Highlight }
|
|
4039
4085
|
export { Highlight_2 as Highlight_alias_1 }
|
4040
4086
|
|
4041
4087
|
export { HighlightProps }
|
4088
|
+
export { HighlightProps as HighlightProps_alias_1 }
|
4042
4089
|
|
4043
4090
|
export declare namespace HoverCard {
|
4044
4091
|
export {
|
@@ -4049,7 +4096,7 @@ export declare namespace HoverCard {
|
|
4049
4096
|
}
|
4050
4097
|
}
|
4051
4098
|
|
4052
|
-
export declare const hoverCardSlotRecipe:
|
4099
|
+
export declare const hoverCardSlotRecipe: SlotRecipeDefinition_2<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
4053
4100
|
size: {
|
4054
4101
|
xs: {
|
4055
4102
|
content: {
|
@@ -4078,6 +4125,9 @@ borderRadius: "panel.lg";
|
|
4078
4125
|
};
|
4079
4126
|
}>;
|
4080
4127
|
|
4128
|
+
export { HStack }
|
4129
|
+
export { HStack as HStack_alias_1 }
|
4130
|
+
|
4081
4131
|
export { Icon }
|
4082
4132
|
export { Icon as Icon_alias_1 }
|
4083
4133
|
|
@@ -4086,7 +4136,7 @@ export { IconBadge }
|
|
4086
4136
|
export { IconBadge as IconBadge_alias_1 }
|
4087
4137
|
export { IconBadge as IconBadge_alias_2 }
|
4088
4138
|
|
4089
|
-
declare interface IconBadgeProps extends HTMLChakraProps<'div'>,
|
4139
|
+
declare interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'suiIconBadge'> {
|
4090
4140
|
/**
|
4091
4141
|
* The icon to display
|
4092
4142
|
*/
|
@@ -4099,7 +4149,7 @@ declare interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps_4<'
|
|
4099
4149
|
export { IconBadgeProps }
|
4100
4150
|
export { IconBadgeProps as IconBadgeProps_alias_1 }
|
4101
4151
|
|
4102
|
-
export declare const iconBadgeRecipe:
|
4152
|
+
export declare const iconBadgeRecipe: RecipeDefinition_2< {
|
4103
4153
|
variant: {
|
4104
4154
|
outline: {
|
4105
4155
|
borderWidth: "1px";
|
@@ -4159,7 +4209,7 @@ export { IconButtonProps as IconButtonProps_alias_2 }
|
|
4159
4209
|
export { IconProps }
|
4160
4210
|
export { IconProps as IconProps_alias_1 }
|
4161
4211
|
|
4162
|
-
export declare const iconRecipe:
|
4212
|
+
export declare const iconRecipe: RecipeDefinition_2< {
|
4163
4213
|
size: {
|
4164
4214
|
inherit: {
|
4165
4215
|
'--icon-size': "1em";
|
@@ -4231,7 +4281,7 @@ export { InputAddon as InputAddon_alias_1 }
|
|
4231
4281
|
export { InputAddonProps }
|
4232
4282
|
export { InputAddonProps as InputAddonProps_alias_1 }
|
4233
4283
|
|
4234
|
-
export declare const inputAddonRecipe:
|
4284
|
+
export declare const inputAddonRecipe: RecipeDefinition_2< {
|
4235
4285
|
size: {
|
4236
4286
|
xs: {
|
4237
4287
|
borderRadius: "control.sm";
|
@@ -4303,14 +4353,14 @@ export { InputGroupProps as InputGroupProps_alias_1 }
|
|
4303
4353
|
export { InputProps }
|
4304
4354
|
export { InputProps as InputProps_alias_1 }
|
4305
4355
|
|
4306
|
-
export declare interface InputProps_alias_2 extends Assign<ButtonProps,
|
4356
|
+
export declare interface InputProps_alias_2 extends Assign<ButtonProps, RecipeProps<'input'>> {
|
4307
4357
|
placeholder?: React_2.ReactNode;
|
4308
4358
|
}
|
4309
4359
|
|
4310
4360
|
export { InputPropsProvider }
|
4311
4361
|
export { InputPropsProvider as InputPropsProvider_alias_1 }
|
4312
4362
|
|
4313
|
-
export declare const inputRecipe:
|
4363
|
+
export declare const inputRecipe: RecipeDefinition_2< {
|
4314
4364
|
size: {
|
4315
4365
|
xs: {
|
4316
4366
|
borderRadius: "control.sm";
|
@@ -4448,7 +4498,7 @@ export { Kbd as Kbd_alias_1 }
|
|
4448
4498
|
export { KbdProps }
|
4449
4499
|
export { KbdProps as KbdProps_alias_1 }
|
4450
4500
|
|
4451
|
-
export declare const kbdRecipe:
|
4501
|
+
export declare const kbdRecipe: RecipeDefinition_2< {
|
4452
4502
|
variant: {
|
4453
4503
|
raised: {
|
4454
4504
|
bg: "colorPalette.subtle";
|
@@ -4588,7 +4638,7 @@ export { LinkProps }
|
|
4588
4638
|
export { LinkProps as LinkProps_alias_1 }
|
4589
4639
|
export { LinkProps as LinkProps_alias_2 }
|
4590
4640
|
|
4591
|
-
export declare const linkRecipe:
|
4641
|
+
export declare const linkRecipe: RecipeDefinition_2< {
|
4592
4642
|
variant: {
|
4593
4643
|
underline: {
|
4594
4644
|
color: "colorPalette.fg";
|
@@ -4618,7 +4668,7 @@ declare interface ListProps extends VisibilityProps, FileUpload_2.ItemGroupProps
|
|
4618
4668
|
files?: File[];
|
4619
4669
|
}
|
4620
4670
|
|
4621
|
-
export declare const listSlotRecipe:
|
4671
|
+
export declare const listSlotRecipe: SlotRecipeDefinition_2<"indicator" | "root" | "item", {
|
4622
4672
|
variant: {
|
4623
4673
|
marker: {
|
4624
4674
|
root: {
|
@@ -4670,7 +4720,7 @@ export declare namespace LoadingOverlay {
|
|
4670
4720
|
}
|
4671
4721
|
}
|
4672
4722
|
|
4673
|
-
export declare const loadingOverlaySlotRecipe:
|
4723
|
+
export declare const loadingOverlaySlotRecipe: SlotRecipeDefinition_2<"text" | "root", {
|
4674
4724
|
variant: {
|
4675
4725
|
fill: {
|
4676
4726
|
root: {
|
@@ -4719,7 +4769,7 @@ export declare function mapEntries<A, B, K extends string | number | symbol>(obj
|
|
4719
4769
|
export { Mark }
|
4720
4770
|
export { Mark as Mark_alias_1 }
|
4721
4771
|
|
4722
|
-
export declare const markRecipe:
|
4772
|
+
export declare const markRecipe: RecipeDefinition_2< {
|
4723
4773
|
variant: {
|
4724
4774
|
subtle: {
|
4725
4775
|
bg: "colorPalette.subtle";
|
@@ -4763,7 +4813,7 @@ export declare namespace Menu {
|
|
4763
4813
|
}
|
4764
4814
|
}
|
4765
4815
|
|
4766
|
-
export declare const menuSlotRecipe:
|
4816
|
+
export declare const menuSlotRecipe: SlotRecipeDefinition_2<"content" | "indicator" | "item" | "itemIndicator" | "positioner" | "separator" | "trigger" | "itemGroup" | "arrow" | "arrowTip" | "contextTrigger" | "itemGroupLabel" | "itemText" | "triggerItem" | "itemCommand", {
|
4767
4817
|
variant: {
|
4768
4818
|
subtle: {
|
4769
4819
|
item: {
|
@@ -4836,7 +4886,7 @@ export { NativeSelectProps }
|
|
4836
4886
|
export { NativeSelectProps as NativeSelectProps_alias_1 }
|
4837
4887
|
export { NativeSelectProps as NativeSelectProps_alias_2 }
|
4838
4888
|
|
4839
|
-
export declare const nativeSelectSlotRecipe:
|
4889
|
+
export declare const nativeSelectSlotRecipe: SlotRecipeDefinition_2<"indicator" | "root" | "field", {
|
4840
4890
|
variant: {
|
4841
4891
|
outline: {
|
4842
4892
|
field: {
|
@@ -4942,7 +4992,7 @@ declare interface NavbarLinkProps extends HTMLChakraProps_2<'a', Navbar_2.LinkPr
|
|
4942
4992
|
active?: boolean;
|
4943
4993
|
}
|
4944
4994
|
|
4945
|
-
export declare const navbarSlotRecipe:
|
4995
|
+
export declare const navbarSlotRecipe: SlotRecipeDefinition_2<"content" | "link" | "root" | "item" | "brand", {
|
4946
4996
|
variant: {
|
4947
4997
|
neutral: {
|
4948
4998
|
root: {
|
@@ -4987,7 +5037,7 @@ export declare interface NavButtonProps extends HTMLChakraProps<'button', Sideba
|
|
4987
5037
|
|
4988
5038
|
export declare const NavItem: React_3.ForwardRefExoticComponent<NavItemProps & React_3.RefAttributes<HTMLDivElement>>;
|
4989
5039
|
|
4990
|
-
export declare interface NavItemProps extends
|
5040
|
+
export declare interface NavItemProps extends SlotRecipeProps<'suiSidebarNavItem'>, HTMLChakraProps<'div'> {
|
4991
5041
|
}
|
4992
5042
|
|
4993
5043
|
export declare const NextButton: ForwardRefExoticComponent<Pagination_2.NextTriggerProps & RefAttributes<HTMLButtonElement>>;
|
@@ -5012,7 +5062,7 @@ export { NumberInputProps }
|
|
5012
5062
|
export { NumberInputProps as NumberInputProps_alias_1 }
|
5013
5063
|
export { NumberInputProps as NumberInputProps_alias_2 }
|
5014
5064
|
|
5015
|
-
export declare const numberInputSlotRecipe:
|
5065
|
+
export declare const numberInputSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "root" | "input" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", {
|
5016
5066
|
size: {
|
5017
5067
|
xs: {
|
5018
5068
|
input: {
|
@@ -5184,7 +5234,7 @@ declare interface PageProviderValue {
|
|
5184
5234
|
skeleton?: React.ReactNode;
|
5185
5235
|
}
|
5186
5236
|
|
5187
|
-
export declare const pageSlotRecipe:
|
5237
|
+
export declare const pageSlotRecipe: SlotRecipeDefinition_2<string, {
|
5188
5238
|
variant: {
|
5189
5239
|
panel: {
|
5190
5240
|
root: {
|
@@ -5407,7 +5457,7 @@ export { PersonaProps }
|
|
5407
5457
|
export { PersonaProps as PersonaProps_alias_1 }
|
5408
5458
|
export { PersonaProps as PersonaProps_alias_2 }
|
5409
5459
|
|
5410
|
-
export declare const personaSlotRecipe:
|
5460
|
+
export declare const personaSlotRecipe: SlotRecipeDefinition_2<"label" | "presence" | "root" | "avatar" | "details" | "secondaryLabel" | "tertiaryLabel", {
|
5411
5461
|
size: {
|
5412
5462
|
'2xs': {
|
5413
5463
|
details: {
|
@@ -5527,7 +5577,7 @@ export { PinInputProps }
|
|
5527
5577
|
export { PinInputProps as PinInputProps_alias_1 }
|
5528
5578
|
export { PinInputProps as PinInputProps_alias_2 }
|
5529
5579
|
|
5530
|
-
export declare const pinInputSlotRecipe:
|
5580
|
+
export declare const pinInputSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "root" | "input", {
|
5531
5581
|
size: {
|
5532
5582
|
sm: {
|
5533
5583
|
input: {
|
@@ -5806,7 +5856,7 @@ export declare namespace Popover_2 {
|
|
5806
5856
|
}
|
5807
5857
|
}
|
5808
5858
|
|
5809
|
-
export declare const popoverSlotRecipe:
|
5859
|
+
export declare const popoverSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "body" | "anchor" | "indicator" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger" | "arrow" | "arrowTip", {
|
5810
5860
|
size: {
|
5811
5861
|
xs: {
|
5812
5862
|
content: {
|
@@ -5835,6 +5885,7 @@ export { Portal }
|
|
5835
5885
|
export { Portal as Portal_alias_1 }
|
5836
5886
|
|
5837
5887
|
export { PortalProps }
|
5888
|
+
export { PortalProps as PortalProps_alias_1 }
|
5838
5889
|
|
5839
5890
|
export { Presence }
|
5840
5891
|
export { Presence as Presence_alias_1 }
|
@@ -5859,7 +5910,7 @@ export { Progress as Progress_alias_1 }
|
|
5859
5910
|
export { ProgressCircle }
|
5860
5911
|
export { ProgressCircle as ProgressCircle_alias_1 }
|
5861
5912
|
|
5862
|
-
export declare const progressCircleSlotRecipe:
|
5913
|
+
export declare const progressCircleSlotRecipe: SlotRecipeDefinition_2<"label" | "root" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
5863
5914
|
size: {
|
5864
5915
|
xs: {
|
5865
5916
|
circle: {
|
@@ -5909,7 +5960,7 @@ textStyle: "sm";
|
|
5909
5960
|
};
|
5910
5961
|
}>;
|
5911
5962
|
|
5912
|
-
export declare const progressSlotRecipe:
|
5963
|
+
export declare const progressSlotRecipe: SlotRecipeDefinition_2<"label" | "root" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
5913
5964
|
variant: {
|
5914
5965
|
outline: {
|
5915
5966
|
track: {
|
@@ -6058,7 +6109,7 @@ declare interface RadioCardItemProps extends RadioCard_2.ItemProps {
|
|
6058
6109
|
inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
|
6059
6110
|
}
|
6060
6111
|
|
6061
|
-
export declare const radioCardSlotRecipe:
|
6112
|
+
export declare const radioCardSlotRecipe: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemContent" | "itemIndicator" | "itemText" | "itemControl" | "itemAddon" | "itemDescription", {
|
6062
6113
|
size: {
|
6063
6114
|
sm: {
|
6064
6115
|
item: {
|
@@ -6257,7 +6308,7 @@ export declare const RadioGroup_alias_2: ForwardRefExoticComponent<RadioGroup.Ro
|
|
6257
6308
|
|
6258
6309
|
export declare type RadioGroupProps = RadioGroup.RootProps;
|
6259
6310
|
|
6260
|
-
export declare const radioGroupSlotRecipe:
|
6311
|
+
export declare const radioGroupSlotRecipe: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemIndicator" | "itemText" | "itemControl" | "itemAddon", {
|
6261
6312
|
variant: {
|
6262
6313
|
outline: {
|
6263
6314
|
itemControl: {
|
@@ -6343,7 +6394,7 @@ export { Radiomark }
|
|
6343
6394
|
|
6344
6395
|
export { RadiomarkProps }
|
6345
6396
|
|
6346
|
-
export declare const radiomarkRecipe:
|
6397
|
+
export declare const radiomarkRecipe: RecipeDefinition_2< {
|
6347
6398
|
variant: {
|
6348
6399
|
solid: {
|
6349
6400
|
borderWidth: "1px";
|
@@ -6413,7 +6464,7 @@ export declare function radiusToken(value: string | number): string;
|
|
6413
6464
|
export { RatingGroup }
|
6414
6465
|
export { RatingGroup as RatingGroup_alias_1 }
|
6415
6466
|
|
6416
|
-
export declare const ratingGroupSlotRecipe:
|
6467
|
+
export declare const ratingGroupSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "root" | "item" | "itemIndicator", {
|
6417
6468
|
size: {
|
6418
6469
|
xs: {
|
6419
6470
|
item: {
|
@@ -6438,17 +6489,21 @@ textStyle: "2xl";
|
|
6438
6489
|
};
|
6439
6490
|
}>;
|
6440
6491
|
|
6441
|
-
export
|
6442
|
-
|
6443
|
-
|
6492
|
+
export { RecipeDefinition }
|
6493
|
+
|
6494
|
+
export { RecipeProps }
|
6444
6495
|
|
6445
6496
|
declare type RecipeProps_2<T, DefaultRecipe> =
|
6446
|
-
RecipeProps_3<T> extends { recipe?:
|
6497
|
+
RecipeProps_3<T> extends { recipe?: RecipeDefinition_2 }
|
6447
6498
|
? RecipeProps_3<T> & DefaultRecipe
|
6448
6499
|
: RecipeProps_3<T>
|
6449
6500
|
|
6501
|
+
export declare type RecipeProps_alias_1<T, DefaultRecipe> = RecipeProps_3<T> extends {
|
6502
|
+
recipe?: RecipeDefinition_2;
|
6503
|
+
} ? RecipeProps_3<T> & DefaultRecipe : RecipeProps_3<T>;
|
6504
|
+
|
6450
6505
|
export declare const recipes: {
|
6451
|
-
badge:
|
6506
|
+
badge: RecipeDefinition_2< {
|
6452
6507
|
variant: {
|
6453
6508
|
solid: {
|
6454
6509
|
bg: "colorPalette.solid";
|
@@ -6496,7 +6551,7 @@ export declare const recipes: {
|
|
6496
6551
|
};
|
6497
6552
|
};
|
6498
6553
|
}>;
|
6499
|
-
button:
|
6554
|
+
button: RecipeDefinition_2< {
|
6500
6555
|
size: {
|
6501
6556
|
xs: {
|
6502
6557
|
gap: "1";
|
@@ -6634,7 +6689,7 @@ export declare const recipes: {
|
|
6634
6689
|
};
|
6635
6690
|
};
|
6636
6691
|
}>;
|
6637
|
-
code:
|
6692
|
+
code: RecipeDefinition_2< {
|
6638
6693
|
variant: {
|
6639
6694
|
solid: {
|
6640
6695
|
bg: "colorPalette.solid";
|
@@ -6682,7 +6737,7 @@ export declare const recipes: {
|
|
6682
6737
|
};
|
6683
6738
|
};
|
6684
6739
|
}>;
|
6685
|
-
container:
|
6740
|
+
container: RecipeDefinition_2< {
|
6686
6741
|
centerContent: {
|
6687
6742
|
true: {
|
6688
6743
|
display: "flex";
|
@@ -6696,7 +6751,7 @@ export declare const recipes: {
|
|
6696
6751
|
};
|
6697
6752
|
};
|
6698
6753
|
}>;
|
6699
|
-
heading:
|
6754
|
+
heading: RecipeDefinition_2< {
|
6700
6755
|
size: {
|
6701
6756
|
xs: {
|
6702
6757
|
textStyle: "xs";
|
@@ -6733,7 +6788,7 @@ export declare const recipes: {
|
|
6733
6788
|
};
|
6734
6789
|
};
|
6735
6790
|
}>;
|
6736
|
-
input:
|
6791
|
+
input: RecipeDefinition_2< {
|
6737
6792
|
size: {
|
6738
6793
|
xs: {
|
6739
6794
|
borderRadius: "control.sm";
|
@@ -6799,7 +6854,7 @@ export declare const recipes: {
|
|
6799
6854
|
};
|
6800
6855
|
};
|
6801
6856
|
}>;
|
6802
|
-
inputAddon:
|
6857
|
+
inputAddon: RecipeDefinition_2< {
|
6803
6858
|
size: {
|
6804
6859
|
xs: {
|
6805
6860
|
borderRadius: "control.sm";
|
@@ -6855,7 +6910,7 @@ export declare const recipes: {
|
|
6855
6910
|
};
|
6856
6911
|
};
|
6857
6912
|
}>;
|
6858
|
-
kbd:
|
6913
|
+
kbd: RecipeDefinition_2< {
|
6859
6914
|
variant: {
|
6860
6915
|
raised: {
|
6861
6916
|
bg: "colorPalette.subtle";
|
@@ -6891,7 +6946,7 @@ export declare const recipes: {
|
|
6891
6946
|
};
|
6892
6947
|
};
|
6893
6948
|
}>;
|
6894
|
-
link:
|
6949
|
+
link: RecipeDefinition_2< {
|
6895
6950
|
variant: {
|
6896
6951
|
underline: {
|
6897
6952
|
color: "colorPalette.fg";
|
@@ -6909,7 +6964,7 @@ export declare const recipes: {
|
|
6909
6964
|
};
|
6910
6965
|
};
|
6911
6966
|
}>;
|
6912
|
-
mark:
|
6967
|
+
mark: RecipeDefinition_2< {
|
6913
6968
|
variant: {
|
6914
6969
|
subtle: {
|
6915
6970
|
bg: "colorPalette.subtle";
|
@@ -6925,7 +6980,7 @@ export declare const recipes: {
|
|
6925
6980
|
plain: {};
|
6926
6981
|
};
|
6927
6982
|
}>;
|
6928
|
-
separator:
|
6983
|
+
separator: RecipeDefinition_2< {
|
6929
6984
|
variant: {
|
6930
6985
|
solid: {
|
6931
6986
|
borderStyle: "solid";
|
@@ -6962,7 +7017,7 @@ export declare const recipes: {
|
|
6962
7017
|
};
|
6963
7018
|
};
|
6964
7019
|
}>;
|
6965
|
-
skeleton:
|
7020
|
+
skeleton: RecipeDefinition_2< {
|
6966
7021
|
loading: {
|
6967
7022
|
true: {
|
6968
7023
|
borderRadius: "l2";
|
@@ -7002,8 +7057,8 @@ export declare const recipes: {
|
|
7002
7057
|
};
|
7003
7058
|
};
|
7004
7059
|
}>;
|
7005
|
-
skipNavLink:
|
7006
|
-
spinner:
|
7060
|
+
skipNavLink: RecipeDefinition_2<RecipeVariantRecord>;
|
7061
|
+
spinner: RecipeDefinition_2< {
|
7007
7062
|
size: {
|
7008
7063
|
inherit: {
|
7009
7064
|
'--spinner-size': "1em";
|
@@ -7025,7 +7080,7 @@ export declare const recipes: {
|
|
7025
7080
|
};
|
7026
7081
|
};
|
7027
7082
|
}>;
|
7028
|
-
textarea:
|
7083
|
+
textarea: RecipeDefinition_2< {
|
7029
7084
|
size: {
|
7030
7085
|
xs: {
|
7031
7086
|
borderRadius: "control.sm";
|
@@ -7090,7 +7145,7 @@ export declare const recipes: {
|
|
7090
7145
|
};
|
7091
7146
|
};
|
7092
7147
|
}>;
|
7093
|
-
icon:
|
7148
|
+
icon: RecipeDefinition_2< {
|
7094
7149
|
size: {
|
7095
7150
|
inherit: {
|
7096
7151
|
'--icon-size': "1em";
|
@@ -7115,7 +7170,7 @@ export declare const recipes: {
|
|
7115
7170
|
};
|
7116
7171
|
};
|
7117
7172
|
}>;
|
7118
|
-
checkmark:
|
7173
|
+
checkmark: RecipeDefinition_2< {
|
7119
7174
|
size: {
|
7120
7175
|
xs: {
|
7121
7176
|
boxSize: "3";
|
@@ -7169,7 +7224,7 @@ export declare const recipes: {
|
|
7169
7224
|
};
|
7170
7225
|
};
|
7171
7226
|
}>;
|
7172
|
-
radiomark:
|
7227
|
+
radiomark: RecipeDefinition_2< {
|
7173
7228
|
variant: {
|
7174
7229
|
solid: {
|
7175
7230
|
borderWidth: "1px";
|
@@ -7225,7 +7280,7 @@ export declare const recipes: {
|
|
7225
7280
|
};
|
7226
7281
|
};
|
7227
7282
|
}>;
|
7228
|
-
suiCommand:
|
7283
|
+
suiCommand: RecipeDefinition_2< {
|
7229
7284
|
size: {
|
7230
7285
|
sm: {
|
7231
7286
|
fontSize: "xs";
|
@@ -7238,7 +7293,7 @@ export declare const recipes: {
|
|
7238
7293
|
};
|
7239
7294
|
};
|
7240
7295
|
}>;
|
7241
|
-
suiIconBadge:
|
7296
|
+
suiIconBadge: RecipeDefinition_2< {
|
7242
7297
|
variant: {
|
7243
7298
|
outline: {
|
7244
7299
|
borderWidth: "1px";
|
@@ -7344,10 +7399,10 @@ export declare type RootProps_alias_1 = Accordion_2.RootProps;
|
|
7344
7399
|
|
7345
7400
|
export declare type RootProps_alias_10 = Menu_2.RootProps;
|
7346
7401
|
|
7347
|
-
export declare interface RootProps_alias_11 extends
|
7402
|
+
export declare interface RootProps_alias_11 extends SlotRecipeProps_3<'suiNavbar'>, HTMLChakraProps_2<'div', Navbar_2.RootProps> {
|
7348
7403
|
}
|
7349
7404
|
|
7350
|
-
export declare interface RootProps_alias_12 extends PageOptions, HTMLChakraProps_2<'main'>,
|
7405
|
+
export declare interface RootProps_alias_12 extends PageOptions, HTMLChakraProps_2<'main'>, SlotRecipeProps_3<'suiPage'> {
|
7351
7406
|
}
|
7352
7407
|
|
7353
7408
|
export declare interface RootProps_alias_13 extends Omit<Pagination_2.RootProps, 'type'> {
|
@@ -7355,7 +7410,7 @@ export declare interface RootProps_alias_13 extends Omit<Pagination_2.RootProps,
|
|
7355
7410
|
variant?: PaginationVariant;
|
7356
7411
|
}
|
7357
7412
|
|
7358
|
-
export declare interface RootProps_alias_14 extends HTMLChakraProps_2<'div'>,
|
7413
|
+
export declare interface RootProps_alias_14 extends HTMLChakraProps_2<'div'>, SlotRecipeProps_3<'suiPersona'>, PersonaVariantProps {
|
7359
7414
|
/**
|
7360
7415
|
* Indicates that a person is out of office. Changes the presence badge style.
|
7361
7416
|
*/
|
@@ -7394,10 +7449,10 @@ export declare interface RootProps_alias_7 extends FileUpload_2.RootProps {
|
|
7394
7449
|
inputProps?: React_2.InputHTMLAttributes<HTMLInputElement>;
|
7395
7450
|
}
|
7396
7451
|
|
7397
|
-
export declare interface RootProps_alias_8 extends HTMLChakraProps<'div', GridList_2.RootProps>,
|
7452
|
+
export declare interface RootProps_alias_8 extends HTMLChakraProps<'div', GridList_2.RootProps>, SlotRecipeProps_2<'suiGridList', GridListVariantProps> {
|
7398
7453
|
}
|
7399
7454
|
|
7400
|
-
export declare interface RootProps_alias_9 extends HTMLChakraProps_2<'div'>,
|
7455
|
+
export declare interface RootProps_alias_9 extends HTMLChakraProps_2<'div'>, SlotRecipeProps_3<'suiLoadingOverlay'>, PresenceBaseProps {
|
7401
7456
|
/**
|
7402
7457
|
* Show or hide the LoadingOverlay.
|
7403
7458
|
* @default true
|
@@ -7448,7 +7503,7 @@ export { SegmentedControlProps }
|
|
7448
7503
|
export { SegmentedControlProps as SegmentedControlProps_alias_1 }
|
7449
7504
|
export { SegmentedControlProps as SegmentedControlProps_alias_2 }
|
7450
7505
|
|
7451
|
-
export declare const segmentGroupSlotRecipe:
|
7506
|
+
export declare const segmentGroupSlotRecipe: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemText" | "itemControl", {
|
7452
7507
|
size: {
|
7453
7508
|
xs: {
|
7454
7509
|
root: {
|
@@ -7561,7 +7616,7 @@ declare interface SelectRootProps<T> extends Select_2.RootProps<T> {
|
|
7561
7616
|
export { SelectRootProps as RootProps }
|
7562
7617
|
export { SelectRootProps }
|
7563
7618
|
|
7564
|
-
export declare const selectSlotRecipe:
|
7619
|
+
export declare const selectSlotRecipe: SlotRecipeDefinition_2<"content" | "label" | "control" | "indicator" | "root" | "item" | "itemIndicator" | "positioner" | "list" | "trigger" | "itemGroup" | "clearTrigger" | "itemGroupLabel" | "itemText" | "valueText" | "indicatorGroup", {
|
7565
7620
|
variant: {
|
7566
7621
|
outline: {
|
7567
7622
|
trigger: {
|
@@ -9138,7 +9193,7 @@ export { SeparatorProps as SeparatorProps_alias_1 }
|
|
9138
9193
|
|
9139
9194
|
export declare type SeparatorProps_alias_2 = ActionBar_2.SeparatorProps;
|
9140
9195
|
|
9141
|
-
export declare const separatorRecipe:
|
9196
|
+
export declare const separatorRecipe: RecipeDefinition_2< {
|
9142
9197
|
variant: {
|
9143
9198
|
solid: {
|
9144
9199
|
borderStyle: "solid";
|
@@ -9180,6 +9235,7 @@ export { Show }
|
|
9180
9235
|
export { Show as Show_alias_1 }
|
9181
9236
|
|
9182
9237
|
export { ShowProps }
|
9238
|
+
export { ShowProps as ShowProps_alias_1 }
|
9183
9239
|
|
9184
9240
|
export declare namespace Sidebar {
|
9185
9241
|
export {
|
@@ -9209,7 +9265,7 @@ export declare namespace Sidebar {
|
|
9209
9265
|
}
|
9210
9266
|
}
|
9211
9267
|
|
9212
|
-
export declare const sidebarNavItemSlotRecipe:
|
9268
|
+
export declare const sidebarNavItemSlotRecipe: SlotRecipeDefinition_2<"button" | "item" | "endElement", {
|
9213
9269
|
variant: {
|
9214
9270
|
muted: {
|
9215
9271
|
button: {
|
@@ -9272,10 +9328,10 @@ pe: "1";
|
|
9272
9328
|
};
|
9273
9329
|
}>;
|
9274
9330
|
|
9275
|
-
declare interface SidebarProviderProps extends Sidebar_2.ProviderProps, Omit<
|
9331
|
+
declare interface SidebarProviderProps extends Sidebar_2.ProviderProps, Omit<SlotRecipeProps<'suiSidebar'>, 'mode'> {
|
9276
9332
|
}
|
9277
9333
|
|
9278
|
-
export declare const sidebarSlotRecipe:
|
9334
|
+
export declare const sidebarSlotRecipe: SlotRecipeDefinition_2<"body" | "backdrop" | "root" | "header" | "footer" | "group" | "trigger" | "track" | "flyoutTrigger" | "groupHeader" | "groupTitle" | "groupEndElement" | "groupContent", {
|
9279
9335
|
mode: {
|
9280
9336
|
collapsible: {
|
9281
9337
|
root: {
|
@@ -9645,7 +9701,7 @@ export { SkeletonProps }
|
|
9645
9701
|
export { SkeletonProps as SkeletonProps_alias_1 }
|
9646
9702
|
export { SkeletonProps as SkeletonProps_alias_2 }
|
9647
9703
|
|
9648
|
-
export declare const skeletonRecipe:
|
9704
|
+
export declare const skeletonRecipe: RecipeDefinition_2< {
|
9649
9705
|
loading: {
|
9650
9706
|
true: {
|
9651
9707
|
borderRadius: "l2";
|
@@ -9714,7 +9770,7 @@ export { SkipNavLinkProps }
|
|
9714
9770
|
export { SkipNavLinkProps as SkipNavLinkProps_alias_1 }
|
9715
9771
|
export { SkipNavLinkProps as SkipNavLinkProps_alias_2 }
|
9716
9772
|
|
9717
|
-
export declare const skipNavLinkRecipe:
|
9773
|
+
export declare const skipNavLinkRecipe: RecipeDefinition_2<RecipeVariantRecord>;
|
9718
9774
|
|
9719
9775
|
declare const Slider: ForwardRefExoticComponent<SliderProps & RefAttributes<HTMLDivElement>>;
|
9720
9776
|
export { Slider }
|
@@ -9732,7 +9788,7 @@ export { SliderProps }
|
|
9732
9788
|
export { SliderProps as SliderProps_alias_1 }
|
9733
9789
|
export { SliderProps as SliderProps_alias_2 }
|
9734
9790
|
|
9735
|
-
export declare const sliderSlotRecipe:
|
9791
|
+
export declare const sliderSlotRecipe: SlotRecipeDefinition_2<"marker" | "label" | "control" | "root" | "valueText" | "track" | "range" | "thumb" | "markerGroup" | "draggingIndicator" | "markerIndicator", {
|
9736
9792
|
size: {
|
9737
9793
|
sm: {
|
9738
9794
|
root: {
|
@@ -9834,17 +9890,21 @@ translate: "0 -50%";
|
|
9834
9890
|
};
|
9835
9891
|
}>;
|
9836
9892
|
|
9837
|
-
export
|
9838
|
-
variant?: any;
|
9839
|
-
} ? SlotRecipeProps_4<T> : SlotRecipeProps_4<T> & DefaultSlotRecipe;
|
9893
|
+
export { SlotRecipeDefinition }
|
9840
9894
|
|
9841
|
-
|
9842
|
-
|
9843
|
-
|
9844
|
-
|
9895
|
+
export { SlotRecipeProps }
|
9896
|
+
|
9897
|
+
declare type SlotRecipeProps_2<T, DefaultSlotRecipe> =
|
9898
|
+
SlotRecipeProps_3<T> extends { variant?: any }
|
9899
|
+
? SlotRecipeProps_3<T>
|
9900
|
+
: SlotRecipeProps_3<T> & DefaultSlotRecipe
|
9901
|
+
|
9902
|
+
export declare type SlotRecipeProps_alias_1<T, DefaultSlotRecipe> = SlotRecipeProps_3<T> extends {
|
9903
|
+
variant?: any;
|
9904
|
+
} ? SlotRecipeProps_3<T> : SlotRecipeProps_3<T> & DefaultSlotRecipe;
|
9845
9905
|
|
9846
9906
|
export declare const slotRecipes: {
|
9847
|
-
accordion:
|
9907
|
+
accordion: SlotRecipeDefinition_2<"root" | "item" | "itemTrigger" | "itemContent" | "itemIndicator" | "itemBody", {
|
9848
9908
|
variant: {
|
9849
9909
|
outline: {
|
9850
9910
|
item: {
|
@@ -9919,8 +9979,8 @@ export declare const slotRecipes: {
|
|
9919
9979
|
};
|
9920
9980
|
};
|
9921
9981
|
}>;
|
9922
|
-
actionBar:
|
9923
|
-
alert:
|
9982
|
+
actionBar: SlotRecipeDefinition_2<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger", SlotRecipeVariantRecord<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger">>;
|
9983
|
+
alert: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "title", {
|
9924
9984
|
status: {
|
9925
9985
|
info: {
|
9926
9986
|
root: {
|
@@ -10040,7 +10100,7 @@ export declare const slotRecipes: {
|
|
10040
10100
|
};
|
10041
10101
|
};
|
10042
10102
|
}>;
|
10043
|
-
avatar:
|
10103
|
+
avatar: SlotRecipeDefinition_2<"root" | "image" | "fallback", {
|
10044
10104
|
size: {
|
10045
10105
|
full: {
|
10046
10106
|
root: {
|
@@ -10129,7 +10189,7 @@ export declare const slotRecipes: {
|
|
10129
10189
|
};
|
10130
10190
|
};
|
10131
10191
|
}>;
|
10132
|
-
blockquote:
|
10192
|
+
blockquote: SlotRecipeDefinition_2<"content" | "root" | "icon" | "caption", {
|
10133
10193
|
justify: {
|
10134
10194
|
start: {
|
10135
10195
|
root: {
|
@@ -10181,7 +10241,7 @@ export declare const slotRecipes: {
|
|
10181
10241
|
};
|
10182
10242
|
};
|
10183
10243
|
}>;
|
10184
|
-
breadcrumb:
|
10244
|
+
breadcrumb: SlotRecipeDefinition_2<"link" | "root" | "item" | "separator" | "currentLink" | "list" | "ellipsis", {
|
10185
10245
|
variant: {
|
10186
10246
|
underline: {
|
10187
10247
|
link: {
|
@@ -10227,7 +10287,7 @@ export declare const slotRecipes: {
|
|
10227
10287
|
};
|
10228
10288
|
};
|
10229
10289
|
}>;
|
10230
|
-
card:
|
10290
|
+
card: SlotRecipeDefinition_2<"description" | "body" | "root" | "title" | "header" | "footer", {
|
10231
10291
|
size: {
|
10232
10292
|
sm: {
|
10233
10293
|
root: {
|
@@ -10297,7 +10357,7 @@ export declare const slotRecipes: {
|
|
10297
10357
|
};
|
10298
10358
|
};
|
10299
10359
|
}>;
|
10300
|
-
checkbox:
|
10360
|
+
checkbox: SlotRecipeDefinition_2<"label" | "control" | "indicator" | "root" | "group", {
|
10301
10361
|
size: {
|
10302
10362
|
xs: {
|
10303
10363
|
root: {
|
@@ -10377,7 +10437,7 @@ export declare const slotRecipes: {
|
|
10377
10437
|
};
|
10378
10438
|
};
|
10379
10439
|
}>;
|
10380
|
-
checkboxCard:
|
10440
|
+
checkboxCard: SlotRecipeDefinition_2<"description" | "content" | "label" | "control" | "indicator" | "root" | "addon", {
|
10381
10441
|
size: {
|
10382
10442
|
sm: {
|
10383
10443
|
root: {
|
@@ -10565,8 +10625,8 @@ export declare const slotRecipes: {
|
|
10565
10625
|
};
|
10566
10626
|
};
|
10567
10627
|
}>;
|
10568
|
-
collapsible:
|
10569
|
-
dataList:
|
10628
|
+
collapsible: SlotRecipeDefinition_2<"content" | "root" | "trigger", SlotRecipeVariantRecord<"content" | "root" | "trigger">>;
|
10629
|
+
dataList: SlotRecipeDefinition_2<"root" | "item" | "itemLabel" | "itemValue", {
|
10570
10630
|
orientation: {
|
10571
10631
|
horizontal: {
|
10572
10632
|
root: {
|
@@ -10621,7 +10681,7 @@ export declare const slotRecipes: {
|
|
10621
10681
|
};
|
10622
10682
|
};
|
10623
10683
|
}>;
|
10624
|
-
dialog:
|
10684
|
+
dialog: SlotRecipeDefinition_2<"description" | "content" | "body" | "backdrop" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger", {
|
10625
10685
|
placement: {
|
10626
10686
|
center: {
|
10627
10687
|
positioner: {
|
@@ -10769,7 +10829,7 @@ export declare const slotRecipes: {
|
|
10769
10829
|
none: {};
|
10770
10830
|
};
|
10771
10831
|
}>;
|
10772
|
-
drawer:
|
10832
|
+
drawer: SlotRecipeDefinition_2<"description" | "content" | "body" | "backdrop" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger", {
|
10773
10833
|
size: {
|
10774
10834
|
xs: {
|
10775
10835
|
content: {
|
@@ -10882,7 +10942,7 @@ export declare const slotRecipes: {
|
|
10882
10942
|
};
|
10883
10943
|
};
|
10884
10944
|
}>;
|
10885
|
-
editable:
|
10945
|
+
editable: SlotRecipeDefinition_2<"label" | "textarea" | "control" | "root" | "input" | "area" | "preview" | "editTrigger" | "submitTrigger" | "cancelTrigger", {
|
10886
10946
|
size: {
|
10887
10947
|
sm: {
|
10888
10948
|
root: {
|
@@ -10919,7 +10979,7 @@ export declare const slotRecipes: {
|
|
10919
10979
|
};
|
10920
10980
|
};
|
10921
10981
|
}>;
|
10922
|
-
emptyState:
|
10982
|
+
emptyState: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "title" | "actions", {
|
10923
10983
|
size: {
|
10924
10984
|
sm: {
|
10925
10985
|
root: {
|
@@ -11001,7 +11061,7 @@ export declare const slotRecipes: {
|
|
11001
11061
|
};
|
11002
11062
|
};
|
11003
11063
|
}>;
|
11004
|
-
field:
|
11064
|
+
field: SlotRecipeDefinition_2<"label" | "textarea" | "root" | "input" | "select" | "errorText" | "helperText" | "requiredIndicator", {
|
11005
11065
|
orientation: {
|
11006
11066
|
vertical: {
|
11007
11067
|
root: {
|
@@ -11030,8 +11090,8 @@ export declare const slotRecipes: {
|
|
11030
11090
|
};
|
11031
11091
|
};
|
11032
11092
|
}>;
|
11033
|
-
fileUpload:
|
11034
|
-
hoverCard:
|
11093
|
+
fileUpload: SlotRecipeDefinition_2<"label" | "root" | "item" | "itemContent" | "trigger" | "dropzone" | "itemDeleteTrigger" | "itemGroup" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "clearTrigger" | "dropzoneContent" | "fileText", SlotRecipeVariantRecord<"label" | "root" | "item" | "itemContent" | "trigger" | "dropzone" | "itemDeleteTrigger" | "itemGroup" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "clearTrigger" | "dropzoneContent" | "fileText">>;
|
11094
|
+
hoverCard: SlotRecipeDefinition_2<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
11035
11095
|
size: {
|
11036
11096
|
xs: {
|
11037
11097
|
content: {
|
@@ -11059,7 +11119,7 @@ export declare const slotRecipes: {
|
|
11059
11119
|
};
|
11060
11120
|
};
|
11061
11121
|
}>;
|
11062
|
-
list:
|
11122
|
+
list: SlotRecipeDefinition_2<"indicator" | "root" | "item", {
|
11063
11123
|
variant: {
|
11064
11124
|
marker: {
|
11065
11125
|
root: {
|
@@ -11097,7 +11157,7 @@ export declare const slotRecipes: {
|
|
11097
11157
|
};
|
11098
11158
|
};
|
11099
11159
|
}>;
|
11100
|
-
menu:
|
11160
|
+
menu: SlotRecipeDefinition_2<"content" | "indicator" | "item" | "itemIndicator" | "positioner" | "separator" | "trigger" | "itemGroup" | "arrow" | "arrowTip" | "contextTrigger" | "itemGroupLabel" | "itemText" | "triggerItem" | "itemCommand", {
|
11101
11161
|
variant: {
|
11102
11162
|
subtle: {
|
11103
11163
|
item: {
|
@@ -11152,7 +11212,7 @@ export declare const slotRecipes: {
|
|
11152
11212
|
};
|
11153
11213
|
};
|
11154
11214
|
}>;
|
11155
|
-
nativeSelect:
|
11215
|
+
nativeSelect: SlotRecipeDefinition_2<"indicator" | "root" | "field", {
|
11156
11216
|
variant: {
|
11157
11217
|
outline: {
|
11158
11218
|
field: {
|
@@ -11242,7 +11302,7 @@ export declare const slotRecipes: {
|
|
11242
11302
|
};
|
11243
11303
|
};
|
11244
11304
|
}>;
|
11245
|
-
numberInput:
|
11305
|
+
numberInput: SlotRecipeDefinition_2<"label" | "control" | "root" | "input" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", {
|
11246
11306
|
size: {
|
11247
11307
|
xs: {
|
11248
11308
|
input: {
|
@@ -11386,7 +11446,7 @@ export declare const slotRecipes: {
|
|
11386
11446
|
};
|
11387
11447
|
};
|
11388
11448
|
}>;
|
11389
|
-
pinInput:
|
11449
|
+
pinInput: SlotRecipeDefinition_2<"label" | "control" | "root" | "input", {
|
11390
11450
|
size: {
|
11391
11451
|
sm: {
|
11392
11452
|
input: {
|
@@ -11622,7 +11682,7 @@ export declare const slotRecipes: {
|
|
11622
11682
|
};
|
11623
11683
|
};
|
11624
11684
|
}>;
|
11625
|
-
popover:
|
11685
|
+
popover: SlotRecipeDefinition_2<"description" | "content" | "body" | "anchor" | "indicator" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger" | "arrow" | "arrowTip", {
|
11626
11686
|
size: {
|
11627
11687
|
xs: {
|
11628
11688
|
content: {
|
@@ -11646,7 +11706,7 @@ export declare const slotRecipes: {
|
|
11646
11706
|
};
|
11647
11707
|
};
|
11648
11708
|
}>;
|
11649
|
-
progress:
|
11709
|
+
progress: SlotRecipeDefinition_2<"label" | "root" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
11650
11710
|
variant: {
|
11651
11711
|
outline: {
|
11652
11712
|
track: {
|
@@ -11728,7 +11788,7 @@ export declare const slotRecipes: {
|
|
11728
11788
|
};
|
11729
11789
|
};
|
11730
11790
|
}>;
|
11731
|
-
progressCircle:
|
11791
|
+
progressCircle: SlotRecipeDefinition_2<"label" | "root" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
11732
11792
|
size: {
|
11733
11793
|
xs: {
|
11734
11794
|
circle: {
|
@@ -11777,7 +11837,7 @@ export declare const slotRecipes: {
|
|
11777
11837
|
};
|
11778
11838
|
};
|
11779
11839
|
}>;
|
11780
|
-
radioCard:
|
11840
|
+
radioCard: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemContent" | "itemIndicator" | "itemText" | "itemControl" | "itemAddon" | "itemDescription", {
|
11781
11841
|
size: {
|
11782
11842
|
sm: {
|
11783
11843
|
item: {
|
@@ -11968,7 +12028,7 @@ export declare const slotRecipes: {
|
|
11968
12028
|
};
|
11969
12029
|
};
|
11970
12030
|
}>;
|
11971
|
-
radioGroup:
|
12031
|
+
radioGroup: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemIndicator" | "itemText" | "itemControl" | "itemAddon", {
|
11972
12032
|
variant: {
|
11973
12033
|
outline: {
|
11974
12034
|
itemControl: {
|
@@ -12045,7 +12105,7 @@ export declare const slotRecipes: {
|
|
12045
12105
|
};
|
12046
12106
|
};
|
12047
12107
|
}>;
|
12048
|
-
ratingGroup:
|
12108
|
+
ratingGroup: SlotRecipeDefinition_2<"label" | "control" | "root" | "item" | "itemIndicator", {
|
12049
12109
|
size: {
|
12050
12110
|
xs: {
|
12051
12111
|
item: {
|
@@ -12069,7 +12129,7 @@ export declare const slotRecipes: {
|
|
12069
12129
|
};
|
12070
12130
|
};
|
12071
12131
|
}>;
|
12072
|
-
segmentGroup:
|
12132
|
+
segmentGroup: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemText" | "itemControl", {
|
12073
12133
|
size: {
|
12074
12134
|
xs: {
|
12075
12135
|
root: {
|
@@ -12117,7 +12177,7 @@ export declare const slotRecipes: {
|
|
12117
12177
|
};
|
12118
12178
|
};
|
12119
12179
|
}>;
|
12120
|
-
select:
|
12180
|
+
select: SlotRecipeDefinition_2<"content" | "label" | "control" | "indicator" | "root" | "item" | "itemIndicator" | "positioner" | "list" | "trigger" | "itemGroup" | "clearTrigger" | "itemGroupLabel" | "itemText" | "valueText" | "indicatorGroup", {
|
12121
12181
|
variant: {
|
12122
12182
|
outline: {
|
12123
12183
|
trigger: {
|
@@ -12272,7 +12332,7 @@ export declare const slotRecipes: {
|
|
12272
12332
|
};
|
12273
12333
|
};
|
12274
12334
|
}>;
|
12275
|
-
slider:
|
12335
|
+
slider: SlotRecipeDefinition_2<"marker" | "label" | "control" | "root" | "valueText" | "track" | "range" | "thumb" | "markerGroup" | "draggingIndicator" | "markerIndicator", {
|
12276
12336
|
size: {
|
12277
12337
|
sm: {
|
12278
12338
|
root: {
|
@@ -12373,7 +12433,7 @@ export declare const slotRecipes: {
|
|
12373
12433
|
};
|
12374
12434
|
};
|
12375
12435
|
}>;
|
12376
|
-
stat:
|
12436
|
+
stat: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "valueText" | "helpText" | "valueUnit", {
|
12377
12437
|
size: {
|
12378
12438
|
sm: {
|
12379
12439
|
valueText: {
|
@@ -12392,7 +12452,7 @@ export declare const slotRecipes: {
|
|
12392
12452
|
};
|
12393
12453
|
};
|
12394
12454
|
}>;
|
12395
|
-
steps:
|
12455
|
+
steps: SlotRecipeDefinition_2<"description" | "content" | "progress" | "indicator" | "root" | "item" | "separator" | "title" | "list" | "trigger" | "nextTrigger" | "prevTrigger", {
|
12396
12456
|
orientation: {
|
12397
12457
|
vertical: {
|
12398
12458
|
root: {
|
@@ -12534,7 +12594,7 @@ export declare const slotRecipes: {
|
|
12534
12594
|
};
|
12535
12595
|
};
|
12536
12596
|
}>;
|
12537
|
-
switch:
|
12597
|
+
switch: SlotRecipeDefinition_2<"label" | "control" | "indicator" | "root" | "thumb", {
|
12538
12598
|
variant: {
|
12539
12599
|
solid: {
|
12540
12600
|
control: {
|
@@ -12611,7 +12671,7 @@ export declare const slotRecipes: {
|
|
12611
12671
|
};
|
12612
12672
|
};
|
12613
12673
|
}>;
|
12614
|
-
table:
|
12674
|
+
table: SlotRecipeDefinition_2<"body" | "cell" | "row" | "root" | "caption" | "header" | "footer" | "columnHeader", {
|
12615
12675
|
interactive: {
|
12616
12676
|
true: {
|
12617
12677
|
body: {
|
@@ -12732,7 +12792,7 @@ export declare const slotRecipes: {
|
|
12732
12792
|
};
|
12733
12793
|
};
|
12734
12794
|
}>;
|
12735
|
-
tabs:
|
12795
|
+
tabs: SlotRecipeDefinition_2<"content" | "indicator" | "root" | "list" | "trigger" | "contentGroup", {
|
12736
12796
|
fitted: {
|
12737
12797
|
true: {
|
12738
12798
|
list: {
|
@@ -12975,7 +13035,7 @@ export declare const slotRecipes: {
|
|
12975
13035
|
};
|
12976
13036
|
};
|
12977
13037
|
}>;
|
12978
|
-
tag:
|
13038
|
+
tag: SlotRecipeDefinition_2<"label" | "root" | "closeTrigger" | "endElement" | "startElement", {
|
12979
13039
|
size: {
|
12980
13040
|
sm: {
|
12981
13041
|
root: {
|
@@ -13070,8 +13130,8 @@ export declare const slotRecipes: {
|
|
13070
13130
|
};
|
13071
13131
|
};
|
13072
13132
|
}>;
|
13073
|
-
toast:
|
13074
|
-
tooltip:
|
13133
|
+
toast: SlotRecipeDefinition_2<"description" | "indicator" | "root" | "closeTrigger" | "title" | "actionTrigger", SlotRecipeVariantRecord<"description" | "indicator" | "root" | "closeTrigger" | "title" | "actionTrigger">>;
|
13134
|
+
tooltip: SlotRecipeDefinition_2<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
13075
13135
|
variant: {
|
13076
13136
|
inverted: {
|
13077
13137
|
content: {
|
@@ -13081,7 +13141,7 @@ export declare const slotRecipes: {
|
|
13081
13141
|
};
|
13082
13142
|
};
|
13083
13143
|
}>;
|
13084
|
-
status:
|
13144
|
+
status: SlotRecipeDefinition_2<"indicator" | "root", {
|
13085
13145
|
size: {
|
13086
13146
|
sm: {
|
13087
13147
|
root: {
|
@@ -13100,7 +13160,7 @@ export declare const slotRecipes: {
|
|
13100
13160
|
};
|
13101
13161
|
};
|
13102
13162
|
}>;
|
13103
|
-
timeline:
|
13163
|
+
timeline: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "item" | "separator" | "title" | "connector", {
|
13104
13164
|
variant: {
|
13105
13165
|
subtle: {
|
13106
13166
|
indicator: {
|
@@ -13162,7 +13222,7 @@ export declare const slotRecipes: {
|
|
13162
13222
|
};
|
13163
13223
|
};
|
13164
13224
|
}>;
|
13165
|
-
suiAppShell:
|
13225
|
+
suiAppShell: SlotRecipeDefinition_2<"content" | "root" | "main", {
|
13166
13226
|
position: {
|
13167
13227
|
static: {
|
13168
13228
|
root: {
|
@@ -13180,7 +13240,7 @@ export declare const slotRecipes: {
|
|
13180
13240
|
plain: {};
|
13181
13241
|
};
|
13182
13242
|
}>;
|
13183
|
-
suiLoadingOverlay:
|
13243
|
+
suiLoadingOverlay: SlotRecipeDefinition_2<"text" | "root", {
|
13184
13244
|
variant: {
|
13185
13245
|
fill: {
|
13186
13246
|
root: {
|
@@ -13215,7 +13275,7 @@ export declare const slotRecipes: {
|
|
13215
13275
|
};
|
13216
13276
|
};
|
13217
13277
|
}>;
|
13218
|
-
suiPersona:
|
13278
|
+
suiPersona: SlotRecipeDefinition_2<"label" | "presence" | "root" | "avatar" | "details" | "secondaryLabel" | "tertiaryLabel", {
|
13219
13279
|
size: {
|
13220
13280
|
'2xs': {
|
13221
13281
|
details: {
|
@@ -13317,7 +13377,7 @@ export declare const slotRecipes: {
|
|
13317
13377
|
};
|
13318
13378
|
};
|
13319
13379
|
}>;
|
13320
|
-
suiGridList:
|
13380
|
+
suiGridList: SlotRecipeDefinition_2<"cell" | "root" | "item" | "header", {
|
13321
13381
|
interactive: {
|
13322
13382
|
true: {
|
13323
13383
|
item: {
|
@@ -13375,7 +13435,7 @@ export declare const slotRecipes: {
|
|
13375
13435
|
};
|
13376
13436
|
};
|
13377
13437
|
}>;
|
13378
|
-
suiNavbar:
|
13438
|
+
suiNavbar: SlotRecipeDefinition_2<"content" | "link" | "root" | "item" | "brand", {
|
13379
13439
|
variant: {
|
13380
13440
|
neutral: {
|
13381
13441
|
root: {
|
@@ -13409,7 +13469,7 @@ export declare const slotRecipes: {
|
|
13409
13469
|
};
|
13410
13470
|
};
|
13411
13471
|
}>;
|
13412
|
-
suiSidebar:
|
13472
|
+
suiSidebar: SlotRecipeDefinition_2<"body" | "backdrop" | "root" | "header" | "footer" | "group" | "trigger" | "track" | "flyoutTrigger" | "groupHeader" | "groupTitle" | "groupEndElement" | "groupContent", {
|
13413
13473
|
mode: {
|
13414
13474
|
collapsible: {
|
13415
13475
|
root: {
|
@@ -13498,7 +13558,7 @@ export declare const slotRecipes: {
|
|
13498
13558
|
};
|
13499
13559
|
};
|
13500
13560
|
}>;
|
13501
|
-
suiSidebarNavItem:
|
13561
|
+
suiSidebarNavItem: SlotRecipeDefinition_2<"button" | "item" | "endElement", {
|
13502
13562
|
variant: {
|
13503
13563
|
muted: {
|
13504
13564
|
button: {
|
@@ -13566,6 +13626,7 @@ export { Spacer }
|
|
13566
13626
|
export { Spacer as Spacer_alias_1 }
|
13567
13627
|
|
13568
13628
|
export { SpacerProps }
|
13629
|
+
export { SpacerProps as SpacerProps_alias_1 }
|
13569
13630
|
|
13570
13631
|
export declare const spacing: {
|
13571
13632
|
0.5: {
|
@@ -13684,7 +13745,7 @@ export { SpinnerProps }
|
|
13684
13745
|
export { SpinnerProps as SpinnerProps_alias_1 }
|
13685
13746
|
export { SpinnerProps as SpinnerProps_alias_2 }
|
13686
13747
|
|
13687
|
-
export declare const spinnerRecipe:
|
13748
|
+
export declare const spinnerRecipe: RecipeDefinition_2< {
|
13688
13749
|
size: {
|
13689
13750
|
inherit: {
|
13690
13751
|
'--spinner-size': "1em";
|
@@ -13713,6 +13774,12 @@ export { Stack as Stack_alias_1 }
|
|
13713
13774
|
export { StackProps }
|
13714
13775
|
export { StackProps as StackProps_alias_1 }
|
13715
13776
|
|
13777
|
+
export { StackSeparator }
|
13778
|
+
export { StackSeparator as StackSeparator_alias_1 }
|
13779
|
+
|
13780
|
+
export { StackSeparatorProps }
|
13781
|
+
export { StackSeparatorProps as StackSeparatorProps_alias_1 }
|
13782
|
+
|
13716
13783
|
export declare namespace Stat {
|
13717
13784
|
export {
|
13718
13785
|
Root_alias_19 as Root,
|
@@ -13727,7 +13794,7 @@ export declare namespace Stat {
|
|
13727
13794
|
}
|
13728
13795
|
}
|
13729
13796
|
|
13730
|
-
export declare const statSlotRecipe:
|
13797
|
+
export declare const statSlotRecipe: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "valueText" | "helpText" | "valueUnit", {
|
13731
13798
|
size: {
|
13732
13799
|
sm: {
|
13733
13800
|
valueText: {
|
@@ -13766,7 +13833,7 @@ export { StatusProps }
|
|
13766
13833
|
export { StatusProps as StatusProps_alias_1 }
|
13767
13834
|
export { StatusProps as StatusProps_alias_2 }
|
13768
13835
|
|
13769
|
-
export declare const statusSlotRecipe:
|
13836
|
+
export declare const statusSlotRecipe: SlotRecipeDefinition_2<"indicator" | "root", {
|
13770
13837
|
size: {
|
13771
13838
|
sm: {
|
13772
13839
|
root: {
|
@@ -13815,7 +13882,7 @@ export declare namespace Steps {
|
|
13815
13882
|
}
|
13816
13883
|
}
|
13817
13884
|
|
13818
|
-
export declare const stepsSlotRecipe:
|
13885
|
+
export declare const stepsSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "progress" | "indicator" | "root" | "item" | "separator" | "title" | "list" | "trigger" | "nextTrigger" | "prevTrigger", {
|
13819
13886
|
orientation: {
|
13820
13887
|
vertical: {
|
13821
13888
|
root: {
|
@@ -14013,7 +14080,7 @@ export { SwitchProps }
|
|
14013
14080
|
export { SwitchProps as SwitchProps_alias_1 }
|
14014
14081
|
export { SwitchProps as SwitchProps_alias_2 }
|
14015
14082
|
|
14016
|
-
export declare const switchSlotRecipe:
|
14083
|
+
export declare const switchSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "indicator" | "root" | "thumb", {
|
14017
14084
|
variant: {
|
14018
14085
|
solid: {
|
14019
14086
|
control: {
|
@@ -14094,7 +14161,7 @@ root: {
|
|
14094
14161
|
export { Table }
|
14095
14162
|
export { Table as Table_alias_1 }
|
14096
14163
|
|
14097
|
-
export declare const tableSlotRecipe:
|
14164
|
+
export declare const tableSlotRecipe: SlotRecipeDefinition_2<"body" | "cell" | "row" | "root" | "caption" | "header" | "footer" | "columnHeader", {
|
14098
14165
|
interactive: {
|
14099
14166
|
true: {
|
14100
14167
|
body: {
|
@@ -14219,7 +14286,7 @@ py: "3";
|
|
14219
14286
|
export { Tabs }
|
14220
14287
|
export { Tabs as Tabs_alias_1 }
|
14221
14288
|
|
14222
|
-
export declare const tabsSlotRecipe:
|
14289
|
+
export declare const tabsSlotRecipe: SlotRecipeDefinition_2<"content" | "indicator" | "root" | "list" | "trigger" | "contentGroup", {
|
14223
14290
|
fitted: {
|
14224
14291
|
true: {
|
14225
14292
|
list: {
|
@@ -14478,7 +14545,7 @@ export { TagProps }
|
|
14478
14545
|
export { TagProps as TagProps_alias_1 }
|
14479
14546
|
export { TagProps as TagProps_alias_2 }
|
14480
14547
|
|
14481
|
-
export declare const tagSlotRecipe:
|
14548
|
+
export declare const tagSlotRecipe: SlotRecipeDefinition_2<"label" | "root" | "closeTrigger" | "endElement" | "startElement", {
|
14482
14549
|
size: {
|
14483
14550
|
sm: {
|
14484
14551
|
root: {
|
@@ -14592,7 +14659,7 @@ export { Textarea as Textarea_alias_1 }
|
|
14592
14659
|
export { TextareaProps }
|
14593
14660
|
export { TextareaProps as TextareaProps_alias_1 }
|
14594
14661
|
|
14595
|
-
export declare const textareaRecipe:
|
14662
|
+
export declare const textareaRecipe: RecipeDefinition_2< {
|
14596
14663
|
size: {
|
14597
14664
|
xs: {
|
14598
14665
|
borderRadius: "control.sm";
|
@@ -14669,7 +14736,7 @@ export declare const textStyles: any;
|
|
14669
14736
|
export { Timeline }
|
14670
14737
|
export { Timeline as Timeline_alias_1 }
|
14671
14738
|
|
14672
|
-
export declare const timelineSlotRecipe:
|
14739
|
+
export declare const timelineSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "item" | "separator" | "title" | "connector", {
|
14673
14740
|
variant: {
|
14674
14741
|
subtle: {
|
14675
14742
|
indicator: {
|
@@ -14759,7 +14826,7 @@ export { ToasterProps }
|
|
14759
14826
|
export { ToasterProps as ToasterProps_alias_1 }
|
14760
14827
|
export { ToasterProps as ToasterProps_alias_2 }
|
14761
14828
|
|
14762
|
-
export declare const toastSlotRecipe:
|
14829
|
+
export declare const toastSlotRecipe: SlotRecipeDefinition_2<"description" | "indicator" | "root" | "closeTrigger" | "title" | "actionTrigger", SlotRecipeVariantRecord<"description" | "indicator" | "root" | "closeTrigger" | "title" | "actionTrigger">>;
|
14763
14830
|
|
14764
14831
|
export { Toggle }
|
14765
14832
|
export { Toggle as Toggle_alias_1 }
|
@@ -14814,7 +14881,7 @@ export { TooltipProps }
|
|
14814
14881
|
export { TooltipProps as TooltipProps_alias_1 }
|
14815
14882
|
export { TooltipProps as TooltipProps_alias_2 }
|
14816
14883
|
|
14817
|
-
export declare const tooltipSlotRecipe:
|
14884
|
+
export declare const tooltipSlotRecipe: SlotRecipeDefinition_2<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
14818
14885
|
variant: {
|
14819
14886
|
inverted: {
|
14820
14887
|
content: {
|
@@ -14983,6 +15050,9 @@ declare interface VisibilityProps {
|
|
14983
15050
|
export { VisuallyHidden }
|
14984
15051
|
export { VisuallyHidden as VisuallyHidden_alias_1 }
|
14985
15052
|
|
15053
|
+
export { VStack }
|
15054
|
+
export { VStack as VStack_alias_1 }
|
15055
|
+
|
14986
15056
|
export declare const withContext: <T, P_1>(Component: React.ElementType<any>, slot?: string | undefined, options?: WithContextOptions<P_1> | undefined) => ForwardRefExoticComponent<PropsWithoutRef<P_1> & RefAttributes<T>>;
|
14987
15057
|
|
14988
15058
|
export declare const withContext_alias_1: <T, P_1>(Component: React.ElementType<any>, slot?: string | undefined, options?: WithContextOptions<P_1> | undefined) => ForwardRefExoticComponent<PropsWithoutRef<P_1> & RefAttributes<T>>;
|