@saas-ui/react 3.0.0-next.3 → 3.0.0-next.5
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 +12 -0
- package/dist/_tsup-dts-rollup.d.cts +252 -168
- package/dist/_tsup-dts-rollup.d.ts +252 -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 +44 -4
- package/dist/index.d.cts +31 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.js +136 -94
- 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';
|
@@ -203,6 +221,7 @@ import { Toggle } from '@chakra-ui/react/toggle';
|
|
203
221
|
import type { Token } from '@chakra-ui/react/styled-system';
|
204
222
|
import { Tooltip as Tooltip_2 } from '@chakra-ui/react/tooltip';
|
205
223
|
import { UnstyledProp } from '@chakra-ui/react/styled-system';
|
224
|
+
import { useChakraContext } from '@chakra-ui/react/styled-system';
|
206
225
|
import { useStepsContext as useContext } from '@chakra-ui/react/steps';
|
207
226
|
import { useDataListStyles } from '@chakra-ui/react/data-list';
|
208
227
|
import { useEnvironmentContext } from '@chakra-ui/react/env';
|
@@ -211,14 +230,18 @@ import { useFieldsetContext } from '@chakra-ui/react/fieldset';
|
|
211
230
|
import { useFieldStyles } from '@chakra-ui/react/field';
|
212
231
|
import { useFileUploadContext } from '@chakra-ui/react/file-upload';
|
213
232
|
import { useLocaleContext } from '@chakra-ui/react/locale';
|
233
|
+
import { useRecipe } from '@chakra-ui/react/styled-system';
|
214
234
|
import { UseRecipeOptions } from '@chakra-ui/react';
|
215
235
|
import { useSidebar } from '@saas-ui/core/sidebar';
|
216
236
|
import { UseSidebarReturn } from '@saas-ui/core/sidebar';
|
237
|
+
import { useSlotRecipe } from '@chakra-ui/react/styled-system';
|
217
238
|
import { UseSlotRecipeOptions } from '@chakra-ui/react';
|
218
239
|
import { useTabs } from '@chakra-ui/react/tabs';
|
219
240
|
import { useTabsContext } from '@chakra-ui/react/tabs';
|
220
241
|
import { useTabsStyles } from '@chakra-ui/react/tabs';
|
242
|
+
import { useToken } from '@chakra-ui/react/styled-system';
|
221
243
|
import { VisuallyHidden } from '@chakra-ui/react/visually-hidden';
|
244
|
+
import { VStack } from '@chakra-ui/react/stack';
|
222
245
|
import { WithContextOptions } from '@chakra-ui/react';
|
223
246
|
import { WithProviderOptions } from '@chakra-ui/react';
|
224
247
|
import { Wrap } from '@chakra-ui/react/wrap';
|
@@ -237,7 +260,7 @@ export declare namespace Accordion {
|
|
237
260
|
}
|
238
261
|
}
|
239
262
|
|
240
|
-
export declare const accordionSlotRecipe:
|
263
|
+
export declare const accordionSlotRecipe: SlotRecipeDefinition_2<"root" | "item" | "itemTrigger" | "itemContent" | "itemIndicator" | "itemBody", {
|
241
264
|
variant: {
|
242
265
|
outline: {
|
243
266
|
item: {
|
@@ -333,7 +356,7 @@ declare interface ActionBarContentProps extends ActionBar_2.ContentProps {
|
|
333
356
|
portalRef?: React.RefObject<HTMLElement>;
|
334
357
|
}
|
335
358
|
|
336
|
-
export declare const actionBarSlotRecipe:
|
359
|
+
export declare const actionBarSlotRecipe: SlotRecipeDefinition_2<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger", SlotRecipeVariantRecord<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger">>;
|
337
360
|
|
338
361
|
export declare const ActionTrigger: ForwardRefExoticComponent<Dialog_2.ActionTriggerProps & RefAttributes<HTMLButtonElement>>;
|
339
362
|
|
@@ -356,7 +379,7 @@ export { AlertProps }
|
|
356
379
|
export { AlertProps as AlertProps_alias_1 }
|
357
380
|
export { AlertProps as AlertProps_alias_2 }
|
358
381
|
|
359
|
-
export declare const alertSlotRecipe:
|
382
|
+
export declare const alertSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "title", {
|
360
383
|
status: {
|
361
384
|
info: {
|
362
385
|
root: {
|
@@ -542,10 +565,10 @@ export { AppShellProps as AppShellProps_alias_2 }
|
|
542
565
|
*/
|
543
566
|
export declare const AppShellRoot: ForwardRefExoticComponent<AppShellRootProps & RefAttributes<HTMLDivElement>>;
|
544
567
|
|
545
|
-
export declare interface AppShellRootProps extends Omit<AppShellProps, 'position'>,
|
568
|
+
export declare interface AppShellRootProps extends Omit<AppShellProps, 'position'>, SlotRecipeProps<'suiAppShell'> {
|
546
569
|
}
|
547
570
|
|
548
|
-
export declare const appShellSlotRecipe:
|
571
|
+
export declare const appShellSlotRecipe: SlotRecipeDefinition_2<"content" | "root" | "main", {
|
549
572
|
position: {
|
550
573
|
static: {
|
551
574
|
root: {
|
@@ -630,7 +653,7 @@ export { AvatarGroup }
|
|
630
653
|
export { AvatarGroup as AvatarGroup_alias_1 }
|
631
654
|
export { AvatarGroup as AvatarGroup_alias_2 }
|
632
655
|
|
633
|
-
declare interface AvatarGroupProps extends GroupProps,
|
656
|
+
declare interface AvatarGroupProps extends GroupProps, SlotRecipeProps<'avatar'> {
|
634
657
|
}
|
635
658
|
|
636
659
|
declare interface AvatarProps extends Avatar_2.RootProps {
|
@@ -654,7 +677,7 @@ export declare interface AvatarProps_alias_3 extends PersonaAvatarOptions, Avata
|
|
654
677
|
getInitials?: (name?: string | null) => string | null;
|
655
678
|
}
|
656
679
|
|
657
|
-
export declare const avatarSlotRecipe:
|
680
|
+
export declare const avatarSlotRecipe: SlotRecipeDefinition_2<"root" | "image" | "fallback", {
|
658
681
|
size: {
|
659
682
|
full: {
|
660
683
|
root: {
|
@@ -778,7 +801,7 @@ export { BadgeProps as BadgeProps_alias_1 }
|
|
778
801
|
export { BadgePropsProvider }
|
779
802
|
export { BadgePropsProvider as BadgePropsProvider_alias_1 }
|
780
803
|
|
781
|
-
export declare const badgeRecipe:
|
804
|
+
export declare const badgeRecipe: RecipeDefinition_2< {
|
782
805
|
variant: {
|
783
806
|
solid: {
|
784
807
|
bg: "colorPalette.solid";
|
@@ -848,7 +871,7 @@ export { BlockquoteProps }
|
|
848
871
|
export { BlockquoteProps as BlockquoteProps_alias_1 }
|
849
872
|
export { BlockquoteProps as BlockquoteProps_alias_2 }
|
850
873
|
|
851
|
-
export declare const blockquoteSlotRecipe:
|
874
|
+
export declare const blockquoteSlotRecipe: SlotRecipeDefinition_2<"content" | "root" | "icon" | "caption", {
|
852
875
|
justify: {
|
853
876
|
start: {
|
854
877
|
root: {
|
@@ -985,7 +1008,7 @@ export declare namespace Breadcrumb {
|
|
985
1008
|
}
|
986
1009
|
}
|
987
1010
|
|
988
|
-
export declare const breadcrumbSlotRecipe:
|
1011
|
+
export declare const breadcrumbSlotRecipe: SlotRecipeDefinition_2<"link" | "root" | "item" | "separator" | "currentLink" | "list" | "ellipsis", {
|
989
1012
|
variant: {
|
990
1013
|
underline: {
|
991
1014
|
link: {
|
@@ -1063,7 +1086,7 @@ export { ButtonProps as ButtonProps_alias_1 }
|
|
1063
1086
|
export declare interface ButtonProps_alias_2 extends ButtonProps, Menu_2.TriggerProps {
|
1064
1087
|
}
|
1065
1088
|
|
1066
|
-
export declare const buttonRecipe:
|
1089
|
+
export declare const buttonRecipe: RecipeDefinition_2< {
|
1067
1090
|
size: {
|
1068
1091
|
xs: {
|
1069
1092
|
gap: "1";
|
@@ -1209,7 +1232,7 @@ export { CalendarIcon as CalendarIcon_alias_1 }
|
|
1209
1232
|
export { Card }
|
1210
1233
|
export { Card as Card_alias_1 }
|
1211
1234
|
|
1212
|
-
export declare const cardSlotRecipe:
|
1235
|
+
export declare const cardSlotRecipe: SlotRecipeDefinition_2<"description" | "body" | "root" | "title" | "header" | "footer", {
|
1213
1236
|
size: {
|
1214
1237
|
sm: {
|
1215
1238
|
root: {
|
@@ -1291,6 +1314,8 @@ export { Center as Center_alias_1 }
|
|
1291
1314
|
export { CenterProps }
|
1292
1315
|
export { CenterProps as CenterProps_alias_1 }
|
1293
1316
|
|
1317
|
+
export { chakra }
|
1318
|
+
|
1294
1319
|
declare const Checkbox: ForwardRefExoticComponent<CheckboxProps & RefAttributes<HTMLInputElement>>;
|
1295
1320
|
export { Checkbox }
|
1296
1321
|
export { Checkbox as Checkbox_alias_1 }
|
@@ -1316,7 +1341,7 @@ export { CheckboxCardProps }
|
|
1316
1341
|
export { CheckboxCardProps as CheckboxCardProps_alias_1 }
|
1317
1342
|
export { CheckboxCardProps as CheckboxCardProps_alias_2 }
|
1318
1343
|
|
1319
|
-
export declare const checkboxCardSlotRecipe:
|
1344
|
+
export declare const checkboxCardSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "label" | "control" | "indicator" | "root" | "addon", {
|
1320
1345
|
size: {
|
1321
1346
|
sm: {
|
1322
1347
|
root: {
|
@@ -1516,7 +1541,7 @@ export { CheckboxProps }
|
|
1516
1541
|
export { CheckboxProps as CheckboxProps_alias_1 }
|
1517
1542
|
export { CheckboxProps as CheckboxProps_alias_2 }
|
1518
1543
|
|
1519
|
-
export declare const checkboxSlotRecipe:
|
1544
|
+
export declare const checkboxSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "indicator" | "root" | "group", {
|
1520
1545
|
size: {
|
1521
1546
|
xs: {
|
1522
1547
|
root: {
|
@@ -1607,7 +1632,7 @@ export { Checkmark as Checkmark_alias_1 }
|
|
1607
1632
|
export { CheckmarkProps }
|
1608
1633
|
export { CheckmarkProps as CheckmarkProps_alias_1 }
|
1609
1634
|
|
1610
|
-
export declare const checkmarkRecipe:
|
1635
|
+
export declare const checkmarkRecipe: RecipeDefinition_2< {
|
1611
1636
|
size: {
|
1612
1637
|
xs: {
|
1613
1638
|
boxSize: "3";
|
@@ -1766,7 +1791,7 @@ export { Code as Code_alias_1 }
|
|
1766
1791
|
export { CodeProps }
|
1767
1792
|
export { CodeProps as CodeProps_alias_1 }
|
1768
1793
|
|
1769
|
-
export declare const codeRecipe:
|
1794
|
+
export declare const codeRecipe: RecipeDefinition_2< {
|
1770
1795
|
variant: {
|
1771
1796
|
solid: {
|
1772
1797
|
bg: "colorPalette.solid";
|
@@ -1818,7 +1843,7 @@ minH: "7";
|
|
1818
1843
|
export { Collapsible }
|
1819
1844
|
export { Collapsible as Collapsible_alias_1 }
|
1820
1845
|
|
1821
|
-
export declare const collapsibleSlotRecipe:
|
1846
|
+
export declare const collapsibleSlotRecipe: SlotRecipeDefinition_2<"content" | "root" | "trigger", SlotRecipeVariantRecord<"content" | "root" | "trigger">>;
|
1822
1847
|
|
1823
1848
|
export { ColorPicker }
|
1824
1849
|
export { ColorPicker as ColorPicker_alias_1 }
|
@@ -2709,7 +2734,7 @@ export declare interface CommandProps extends HTMLChakraProps<'span'>, CommandBa
|
|
2709
2734
|
modifiers?: Array<string>;
|
2710
2735
|
}
|
2711
2736
|
|
2712
|
-
export declare const commandRecipe:
|
2737
|
+
export declare const commandRecipe: RecipeDefinition_2< {
|
2713
2738
|
size: {
|
2714
2739
|
sm: {
|
2715
2740
|
fontSize: "xs";
|
@@ -2753,7 +2778,7 @@ export { Container as Container_alias_1 }
|
|
2753
2778
|
export { ContainerProps }
|
2754
2779
|
export { ContainerProps as ContainerProps_alias_1 }
|
2755
2780
|
|
2756
|
-
export declare const containerRecipe:
|
2781
|
+
export declare const containerRecipe: RecipeDefinition_2< {
|
2757
2782
|
centerContent: {
|
2758
2783
|
true: {
|
2759
2784
|
display: "flex";
|
@@ -2963,7 +2988,7 @@ export declare type DataAttr = Record<`data-${string}`, string | number | undefi
|
|
2963
2988
|
export { DataList }
|
2964
2989
|
export { DataList as DataList_alias_1 }
|
2965
2990
|
|
2966
|
-
export declare const dataListSlotRecipe:
|
2991
|
+
export declare const dataListSlotRecipe: SlotRecipeDefinition_2<"root" | "item" | "itemLabel" | "itemValue", {
|
2967
2992
|
orientation: {
|
2968
2993
|
horizontal: {
|
2969
2994
|
root: {
|
@@ -3048,6 +3073,30 @@ export { defaultSystem as system }
|
|
3048
3073
|
|
3049
3074
|
export declare const defaultThemeConfig: SystemConfig;
|
3050
3075
|
|
3076
|
+
export { defineAnimationStyles }
|
3077
|
+
|
3078
|
+
export { defineConditions }
|
3079
|
+
|
3080
|
+
export { defineConfig }
|
3081
|
+
|
3082
|
+
export { defineGlobalStyles }
|
3083
|
+
|
3084
|
+
export { defineKeyframes }
|
3085
|
+
|
3086
|
+
export { defineLayerStyles }
|
3087
|
+
|
3088
|
+
export { defineRecipe }
|
3089
|
+
|
3090
|
+
export { defineSemanticTokens }
|
3091
|
+
|
3092
|
+
export { defineSlotRecipe }
|
3093
|
+
|
3094
|
+
export { defineStyle }
|
3095
|
+
|
3096
|
+
export { defineTextStyles }
|
3097
|
+
|
3098
|
+
export { defineTokens }
|
3099
|
+
|
3051
3100
|
export declare const Description: ForwardRefExoticComponent<Dialog_2.DescriptionProps & RefAttributes<HTMLDivElement>>;
|
3052
3101
|
|
3053
3102
|
declare const Description_2 = ChakraPopover.Description;
|
@@ -3088,7 +3137,7 @@ export declare namespace Dialog {
|
|
3088
3137
|
}
|
3089
3138
|
}
|
3090
3139
|
|
3091
|
-
export declare const dialogSlotRecipe:
|
3140
|
+
export declare const dialogSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "body" | "backdrop" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger", {
|
3092
3141
|
placement: {
|
3093
3142
|
center: {
|
3094
3143
|
positioner: {
|
@@ -3259,7 +3308,7 @@ export declare namespace Drawer {
|
|
3259
3308
|
}
|
3260
3309
|
}
|
3261
3310
|
|
3262
|
-
export declare const drawerSlotRecipe:
|
3311
|
+
export declare const drawerSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "body" | "backdrop" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger", {
|
3263
3312
|
size: {
|
3264
3313
|
xs: {
|
3265
3314
|
content: {
|
@@ -3426,7 +3475,7 @@ export declare const easings: {
|
|
3426
3475
|
export { Editable }
|
3427
3476
|
export { Editable as Editable_alias_1 }
|
3428
3477
|
|
3429
|
-
export declare const editableSlotRecipe:
|
3478
|
+
export declare const editableSlotRecipe: SlotRecipeDefinition_2<"label" | "textarea" | "control" | "root" | "input" | "area" | "preview" | "editTrigger" | "submitTrigger" | "cancelTrigger", {
|
3430
3479
|
size: {
|
3431
3480
|
sm: {
|
3432
3481
|
root: {
|
@@ -3496,7 +3545,7 @@ export { EmptyStateProps }
|
|
3496
3545
|
export { EmptyStateProps as EmptyStateProps_alias_1 }
|
3497
3546
|
export { EmptyStateProps as EmptyStateProps_alias_2 }
|
3498
3547
|
|
3499
|
-
export declare const emptyStateSlotRecipe:
|
3548
|
+
export declare const emptyStateSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "title" | "actions", {
|
3500
3549
|
size: {
|
3501
3550
|
sm: {
|
3502
3551
|
root: {
|
@@ -3594,7 +3643,7 @@ export { Field as Field_alias_1 }
|
|
3594
3643
|
export { Fieldset }
|
3595
3644
|
export { Fieldset as Fieldset_alias_1 }
|
3596
3645
|
|
3597
|
-
export declare const fieldsetSlotRecipe:
|
3646
|
+
export declare const fieldsetSlotRecipe: SlotRecipeDefinition_2<"content" | "root" | "errorText" | "helperText" | "legend", {
|
3598
3647
|
size: {
|
3599
3648
|
sm: {
|
3600
3649
|
root: {
|
@@ -3632,7 +3681,7 @@ textStyle: "md";
|
|
3632
3681
|
};
|
3633
3682
|
}>;
|
3634
3683
|
|
3635
|
-
export declare const fieldSlotRecipe:
|
3684
|
+
export declare const fieldSlotRecipe: SlotRecipeDefinition_2<"label" | "textarea" | "root" | "input" | "select" | "errorText" | "helperText" | "requiredIndicator", {
|
3636
3685
|
orientation: {
|
3637
3686
|
vertical: {
|
3638
3687
|
root: {
|
@@ -3677,7 +3726,7 @@ export declare namespace FileUpload {
|
|
3677
3726
|
}
|
3678
3727
|
}
|
3679
3728
|
|
3680
|
-
export declare const fileUploadSlotRecipe:
|
3729
|
+
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
3730
|
|
3682
3731
|
declare const FilterIcon: ForwardRefExoticComponent<IconProps_2 & RefAttributes<SVGSVGElement>>;
|
3683
3732
|
export { FilterIcon }
|
@@ -3856,7 +3905,7 @@ export declare namespace GridList {
|
|
3856
3905
|
}
|
3857
3906
|
}
|
3858
3907
|
|
3859
|
-
export declare const gridListSlotRecipe:
|
3908
|
+
export declare const gridListSlotRecipe: SlotRecipeDefinition_2<"cell" | "root" | "item" | "header", {
|
3860
3909
|
interactive: {
|
3861
3910
|
true: {
|
3862
3911
|
item: {
|
@@ -3932,6 +3981,7 @@ export declare const GroupEndElement: React_3.ForwardRefExoticComponent<Omit<Pat
|
|
3932
3981
|
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
3982
|
|
3934
3983
|
export { GroupProps }
|
3984
|
+
export { GroupProps as GroupProps_alias_1 }
|
3935
3985
|
|
3936
3986
|
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
3987
|
|
@@ -3995,7 +4045,7 @@ export { HeadingProps }
|
|
3995
4045
|
export { HeadingProps as HeadingProps_alias_1 }
|
3996
4046
|
export { HeadingProps as HeadingProps_alias_2 }
|
3997
4047
|
|
3998
|
-
export declare const headingRecipe:
|
4048
|
+
export declare const headingRecipe: RecipeDefinition_2< {
|
3999
4049
|
size: {
|
4000
4050
|
xs: {
|
4001
4051
|
textStyle: "xs";
|
@@ -4039,6 +4089,7 @@ export { Highlight_2 as Highlight }
|
|
4039
4089
|
export { Highlight_2 as Highlight_alias_1 }
|
4040
4090
|
|
4041
4091
|
export { HighlightProps }
|
4092
|
+
export { HighlightProps as HighlightProps_alias_1 }
|
4042
4093
|
|
4043
4094
|
export declare namespace HoverCard {
|
4044
4095
|
export {
|
@@ -4049,7 +4100,7 @@ export declare namespace HoverCard {
|
|
4049
4100
|
}
|
4050
4101
|
}
|
4051
4102
|
|
4052
|
-
export declare const hoverCardSlotRecipe:
|
4103
|
+
export declare const hoverCardSlotRecipe: SlotRecipeDefinition_2<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
4053
4104
|
size: {
|
4054
4105
|
xs: {
|
4055
4106
|
content: {
|
@@ -4078,6 +4129,11 @@ borderRadius: "panel.lg";
|
|
4078
4129
|
};
|
4079
4130
|
}>;
|
4080
4131
|
|
4132
|
+
export { HStack }
|
4133
|
+
export { HStack as HStack_alias_1 }
|
4134
|
+
|
4135
|
+
export { HTMLChakraProps }
|
4136
|
+
|
4081
4137
|
export { Icon }
|
4082
4138
|
export { Icon as Icon_alias_1 }
|
4083
4139
|
|
@@ -4086,7 +4142,7 @@ export { IconBadge }
|
|
4086
4142
|
export { IconBadge as IconBadge_alias_1 }
|
4087
4143
|
export { IconBadge as IconBadge_alias_2 }
|
4088
4144
|
|
4089
|
-
declare interface IconBadgeProps extends HTMLChakraProps<'div'>,
|
4145
|
+
declare interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'suiIconBadge'> {
|
4090
4146
|
/**
|
4091
4147
|
* The icon to display
|
4092
4148
|
*/
|
@@ -4099,7 +4155,7 @@ declare interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps_4<'
|
|
4099
4155
|
export { IconBadgeProps }
|
4100
4156
|
export { IconBadgeProps as IconBadgeProps_alias_1 }
|
4101
4157
|
|
4102
|
-
export declare const iconBadgeRecipe:
|
4158
|
+
export declare const iconBadgeRecipe: RecipeDefinition_2< {
|
4103
4159
|
variant: {
|
4104
4160
|
outline: {
|
4105
4161
|
borderWidth: "1px";
|
@@ -4159,7 +4215,7 @@ export { IconButtonProps as IconButtonProps_alias_2 }
|
|
4159
4215
|
export { IconProps }
|
4160
4216
|
export { IconProps as IconProps_alias_1 }
|
4161
4217
|
|
4162
|
-
export declare const iconRecipe:
|
4218
|
+
export declare const iconRecipe: RecipeDefinition_2< {
|
4163
4219
|
size: {
|
4164
4220
|
inherit: {
|
4165
4221
|
'--icon-size': "1em";
|
@@ -4231,7 +4287,7 @@ export { InputAddon as InputAddon_alias_1 }
|
|
4231
4287
|
export { InputAddonProps }
|
4232
4288
|
export { InputAddonProps as InputAddonProps_alias_1 }
|
4233
4289
|
|
4234
|
-
export declare const inputAddonRecipe:
|
4290
|
+
export declare const inputAddonRecipe: RecipeDefinition_2< {
|
4235
4291
|
size: {
|
4236
4292
|
xs: {
|
4237
4293
|
borderRadius: "control.sm";
|
@@ -4303,14 +4359,14 @@ export { InputGroupProps as InputGroupProps_alias_1 }
|
|
4303
4359
|
export { InputProps }
|
4304
4360
|
export { InputProps as InputProps_alias_1 }
|
4305
4361
|
|
4306
|
-
export declare interface InputProps_alias_2 extends Assign<ButtonProps,
|
4362
|
+
export declare interface InputProps_alias_2 extends Assign<ButtonProps, RecipeProps<'input'>> {
|
4307
4363
|
placeholder?: React_2.ReactNode;
|
4308
4364
|
}
|
4309
4365
|
|
4310
4366
|
export { InputPropsProvider }
|
4311
4367
|
export { InputPropsProvider as InputPropsProvider_alias_1 }
|
4312
4368
|
|
4313
|
-
export declare const inputRecipe:
|
4369
|
+
export declare const inputRecipe: RecipeDefinition_2< {
|
4314
4370
|
size: {
|
4315
4371
|
xs: {
|
4316
4372
|
borderRadius: "control.sm";
|
@@ -4448,7 +4504,7 @@ export { Kbd as Kbd_alias_1 }
|
|
4448
4504
|
export { KbdProps }
|
4449
4505
|
export { KbdProps as KbdProps_alias_1 }
|
4450
4506
|
|
4451
|
-
export declare const kbdRecipe:
|
4507
|
+
export declare const kbdRecipe: RecipeDefinition_2< {
|
4452
4508
|
variant: {
|
4453
4509
|
raised: {
|
4454
4510
|
bg: "colorPalette.subtle";
|
@@ -4588,7 +4644,7 @@ export { LinkProps }
|
|
4588
4644
|
export { LinkProps as LinkProps_alias_1 }
|
4589
4645
|
export { LinkProps as LinkProps_alias_2 }
|
4590
4646
|
|
4591
|
-
export declare const linkRecipe:
|
4647
|
+
export declare const linkRecipe: RecipeDefinition_2< {
|
4592
4648
|
variant: {
|
4593
4649
|
underline: {
|
4594
4650
|
color: "colorPalette.fg";
|
@@ -4618,7 +4674,7 @@ declare interface ListProps extends VisibilityProps, FileUpload_2.ItemGroupProps
|
|
4618
4674
|
files?: File[];
|
4619
4675
|
}
|
4620
4676
|
|
4621
|
-
export declare const listSlotRecipe:
|
4677
|
+
export declare const listSlotRecipe: SlotRecipeDefinition_2<"indicator" | "root" | "item", {
|
4622
4678
|
variant: {
|
4623
4679
|
marker: {
|
4624
4680
|
root: {
|
@@ -4670,7 +4726,7 @@ export declare namespace LoadingOverlay {
|
|
4670
4726
|
}
|
4671
4727
|
}
|
4672
4728
|
|
4673
|
-
export declare const loadingOverlaySlotRecipe:
|
4729
|
+
export declare const loadingOverlaySlotRecipe: SlotRecipeDefinition_2<"text" | "root", {
|
4674
4730
|
variant: {
|
4675
4731
|
fill: {
|
4676
4732
|
root: {
|
@@ -4719,7 +4775,7 @@ export declare function mapEntries<A, B, K extends string | number | symbol>(obj
|
|
4719
4775
|
export { Mark }
|
4720
4776
|
export { Mark as Mark_alias_1 }
|
4721
4777
|
|
4722
|
-
export declare const markRecipe:
|
4778
|
+
export declare const markRecipe: RecipeDefinition_2< {
|
4723
4779
|
variant: {
|
4724
4780
|
subtle: {
|
4725
4781
|
bg: "colorPalette.subtle";
|
@@ -4763,7 +4819,7 @@ export declare namespace Menu {
|
|
4763
4819
|
}
|
4764
4820
|
}
|
4765
4821
|
|
4766
|
-
export declare const menuSlotRecipe:
|
4822
|
+
export declare const menuSlotRecipe: SlotRecipeDefinition_2<"content" | "indicator" | "item" | "itemIndicator" | "positioner" | "separator" | "trigger" | "itemGroup" | "arrow" | "arrowTip" | "contextTrigger" | "itemGroupLabel" | "itemText" | "triggerItem" | "itemCommand", {
|
4767
4823
|
variant: {
|
4768
4824
|
subtle: {
|
4769
4825
|
item: {
|
@@ -4836,7 +4892,7 @@ export { NativeSelectProps }
|
|
4836
4892
|
export { NativeSelectProps as NativeSelectProps_alias_1 }
|
4837
4893
|
export { NativeSelectProps as NativeSelectProps_alias_2 }
|
4838
4894
|
|
4839
|
-
export declare const nativeSelectSlotRecipe:
|
4895
|
+
export declare const nativeSelectSlotRecipe: SlotRecipeDefinition_2<"indicator" | "root" | "field", {
|
4840
4896
|
variant: {
|
4841
4897
|
outline: {
|
4842
4898
|
field: {
|
@@ -4942,7 +4998,7 @@ declare interface NavbarLinkProps extends HTMLChakraProps_2<'a', Navbar_2.LinkPr
|
|
4942
4998
|
active?: boolean;
|
4943
4999
|
}
|
4944
5000
|
|
4945
|
-
export declare const navbarSlotRecipe:
|
5001
|
+
export declare const navbarSlotRecipe: SlotRecipeDefinition_2<"content" | "link" | "root" | "item" | "brand", {
|
4946
5002
|
variant: {
|
4947
5003
|
neutral: {
|
4948
5004
|
root: {
|
@@ -4987,7 +5043,7 @@ export declare interface NavButtonProps extends HTMLChakraProps<'button', Sideba
|
|
4987
5043
|
|
4988
5044
|
export declare const NavItem: React_3.ForwardRefExoticComponent<NavItemProps & React_3.RefAttributes<HTMLDivElement>>;
|
4989
5045
|
|
4990
|
-
export declare interface NavItemProps extends
|
5046
|
+
export declare interface NavItemProps extends SlotRecipeProps<'suiSidebarNavItem'>, HTMLChakraProps<'div'> {
|
4991
5047
|
}
|
4992
5048
|
|
4993
5049
|
export declare const NextButton: ForwardRefExoticComponent<Pagination_2.NextTriggerProps & RefAttributes<HTMLButtonElement>>;
|
@@ -5012,7 +5068,7 @@ export { NumberInputProps }
|
|
5012
5068
|
export { NumberInputProps as NumberInputProps_alias_1 }
|
5013
5069
|
export { NumberInputProps as NumberInputProps_alias_2 }
|
5014
5070
|
|
5015
|
-
export declare const numberInputSlotRecipe:
|
5071
|
+
export declare const numberInputSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "root" | "input" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", {
|
5016
5072
|
size: {
|
5017
5073
|
xs: {
|
5018
5074
|
input: {
|
@@ -5184,7 +5240,7 @@ declare interface PageProviderValue {
|
|
5184
5240
|
skeleton?: React.ReactNode;
|
5185
5241
|
}
|
5186
5242
|
|
5187
|
-
export declare const pageSlotRecipe:
|
5243
|
+
export declare const pageSlotRecipe: SlotRecipeDefinition_2<string, {
|
5188
5244
|
variant: {
|
5189
5245
|
panel: {
|
5190
5246
|
root: {
|
@@ -5407,7 +5463,7 @@ export { PersonaProps }
|
|
5407
5463
|
export { PersonaProps as PersonaProps_alias_1 }
|
5408
5464
|
export { PersonaProps as PersonaProps_alias_2 }
|
5409
5465
|
|
5410
|
-
export declare const personaSlotRecipe:
|
5466
|
+
export declare const personaSlotRecipe: SlotRecipeDefinition_2<"label" | "presence" | "root" | "avatar" | "details" | "secondaryLabel" | "tertiaryLabel", {
|
5411
5467
|
size: {
|
5412
5468
|
'2xs': {
|
5413
5469
|
details: {
|
@@ -5527,7 +5583,7 @@ export { PinInputProps }
|
|
5527
5583
|
export { PinInputProps as PinInputProps_alias_1 }
|
5528
5584
|
export { PinInputProps as PinInputProps_alias_2 }
|
5529
5585
|
|
5530
|
-
export declare const pinInputSlotRecipe:
|
5586
|
+
export declare const pinInputSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "root" | "input", {
|
5531
5587
|
size: {
|
5532
5588
|
sm: {
|
5533
5589
|
input: {
|
@@ -5806,7 +5862,7 @@ export declare namespace Popover_2 {
|
|
5806
5862
|
}
|
5807
5863
|
}
|
5808
5864
|
|
5809
|
-
export declare const popoverSlotRecipe:
|
5865
|
+
export declare const popoverSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "body" | "anchor" | "indicator" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger" | "arrow" | "arrowTip", {
|
5810
5866
|
size: {
|
5811
5867
|
xs: {
|
5812
5868
|
content: {
|
@@ -5835,6 +5891,7 @@ export { Portal }
|
|
5835
5891
|
export { Portal as Portal_alias_1 }
|
5836
5892
|
|
5837
5893
|
export { PortalProps }
|
5894
|
+
export { PortalProps as PortalProps_alias_1 }
|
5838
5895
|
|
5839
5896
|
export { Presence }
|
5840
5897
|
export { Presence as Presence_alias_1 }
|
@@ -5859,7 +5916,7 @@ export { Progress as Progress_alias_1 }
|
|
5859
5916
|
export { ProgressCircle }
|
5860
5917
|
export { ProgressCircle as ProgressCircle_alias_1 }
|
5861
5918
|
|
5862
|
-
export declare const progressCircleSlotRecipe:
|
5919
|
+
export declare const progressCircleSlotRecipe: SlotRecipeDefinition_2<"label" | "root" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
5863
5920
|
size: {
|
5864
5921
|
xs: {
|
5865
5922
|
circle: {
|
@@ -5909,7 +5966,7 @@ textStyle: "sm";
|
|
5909
5966
|
};
|
5910
5967
|
}>;
|
5911
5968
|
|
5912
|
-
export declare const progressSlotRecipe:
|
5969
|
+
export declare const progressSlotRecipe: SlotRecipeDefinition_2<"label" | "root" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
5913
5970
|
variant: {
|
5914
5971
|
outline: {
|
5915
5972
|
track: {
|
@@ -6058,7 +6115,7 @@ declare interface RadioCardItemProps extends RadioCard_2.ItemProps {
|
|
6058
6115
|
inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
|
6059
6116
|
}
|
6060
6117
|
|
6061
|
-
export declare const radioCardSlotRecipe:
|
6118
|
+
export declare const radioCardSlotRecipe: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemContent" | "itemIndicator" | "itemText" | "itemControl" | "itemAddon" | "itemDescription", {
|
6062
6119
|
size: {
|
6063
6120
|
sm: {
|
6064
6121
|
item: {
|
@@ -6257,7 +6314,7 @@ export declare const RadioGroup_alias_2: ForwardRefExoticComponent<RadioGroup.Ro
|
|
6257
6314
|
|
6258
6315
|
export declare type RadioGroupProps = RadioGroup.RootProps;
|
6259
6316
|
|
6260
|
-
export declare const radioGroupSlotRecipe:
|
6317
|
+
export declare const radioGroupSlotRecipe: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemIndicator" | "itemText" | "itemControl" | "itemAddon", {
|
6261
6318
|
variant: {
|
6262
6319
|
outline: {
|
6263
6320
|
itemControl: {
|
@@ -6343,7 +6400,7 @@ export { Radiomark }
|
|
6343
6400
|
|
6344
6401
|
export { RadiomarkProps }
|
6345
6402
|
|
6346
|
-
export declare const radiomarkRecipe:
|
6403
|
+
export declare const radiomarkRecipe: RecipeDefinition_2< {
|
6347
6404
|
variant: {
|
6348
6405
|
solid: {
|
6349
6406
|
borderWidth: "1px";
|
@@ -6413,7 +6470,7 @@ export declare function radiusToken(value: string | number): string;
|
|
6413
6470
|
export { RatingGroup }
|
6414
6471
|
export { RatingGroup as RatingGroup_alias_1 }
|
6415
6472
|
|
6416
|
-
export declare const ratingGroupSlotRecipe:
|
6473
|
+
export declare const ratingGroupSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "root" | "item" | "itemIndicator", {
|
6417
6474
|
size: {
|
6418
6475
|
xs: {
|
6419
6476
|
item: {
|
@@ -6438,17 +6495,21 @@ textStyle: "2xl";
|
|
6438
6495
|
};
|
6439
6496
|
}>;
|
6440
6497
|
|
6441
|
-
export
|
6442
|
-
|
6443
|
-
|
6498
|
+
export { RecipeDefinition }
|
6499
|
+
|
6500
|
+
export { RecipeProps }
|
6444
6501
|
|
6445
6502
|
declare type RecipeProps_2<T, DefaultRecipe> =
|
6446
|
-
RecipeProps_3<T> extends { recipe?:
|
6503
|
+
RecipeProps_3<T> extends { recipe?: RecipeDefinition_2 }
|
6447
6504
|
? RecipeProps_3<T> & DefaultRecipe
|
6448
6505
|
: RecipeProps_3<T>
|
6449
6506
|
|
6507
|
+
export declare type RecipeProps_alias_1<T, DefaultRecipe> = RecipeProps_3<T> extends {
|
6508
|
+
recipe?: RecipeDefinition_2;
|
6509
|
+
} ? RecipeProps_3<T> & DefaultRecipe : RecipeProps_3<T>;
|
6510
|
+
|
6450
6511
|
export declare const recipes: {
|
6451
|
-
badge:
|
6512
|
+
badge: RecipeDefinition_2< {
|
6452
6513
|
variant: {
|
6453
6514
|
solid: {
|
6454
6515
|
bg: "colorPalette.solid";
|
@@ -6496,7 +6557,7 @@ export declare const recipes: {
|
|
6496
6557
|
};
|
6497
6558
|
};
|
6498
6559
|
}>;
|
6499
|
-
button:
|
6560
|
+
button: RecipeDefinition_2< {
|
6500
6561
|
size: {
|
6501
6562
|
xs: {
|
6502
6563
|
gap: "1";
|
@@ -6634,7 +6695,7 @@ export declare const recipes: {
|
|
6634
6695
|
};
|
6635
6696
|
};
|
6636
6697
|
}>;
|
6637
|
-
code:
|
6698
|
+
code: RecipeDefinition_2< {
|
6638
6699
|
variant: {
|
6639
6700
|
solid: {
|
6640
6701
|
bg: "colorPalette.solid";
|
@@ -6682,7 +6743,7 @@ export declare const recipes: {
|
|
6682
6743
|
};
|
6683
6744
|
};
|
6684
6745
|
}>;
|
6685
|
-
container:
|
6746
|
+
container: RecipeDefinition_2< {
|
6686
6747
|
centerContent: {
|
6687
6748
|
true: {
|
6688
6749
|
display: "flex";
|
@@ -6696,7 +6757,7 @@ export declare const recipes: {
|
|
6696
6757
|
};
|
6697
6758
|
};
|
6698
6759
|
}>;
|
6699
|
-
heading:
|
6760
|
+
heading: RecipeDefinition_2< {
|
6700
6761
|
size: {
|
6701
6762
|
xs: {
|
6702
6763
|
textStyle: "xs";
|
@@ -6733,7 +6794,7 @@ export declare const recipes: {
|
|
6733
6794
|
};
|
6734
6795
|
};
|
6735
6796
|
}>;
|
6736
|
-
input:
|
6797
|
+
input: RecipeDefinition_2< {
|
6737
6798
|
size: {
|
6738
6799
|
xs: {
|
6739
6800
|
borderRadius: "control.sm";
|
@@ -6799,7 +6860,7 @@ export declare const recipes: {
|
|
6799
6860
|
};
|
6800
6861
|
};
|
6801
6862
|
}>;
|
6802
|
-
inputAddon:
|
6863
|
+
inputAddon: RecipeDefinition_2< {
|
6803
6864
|
size: {
|
6804
6865
|
xs: {
|
6805
6866
|
borderRadius: "control.sm";
|
@@ -6855,7 +6916,7 @@ export declare const recipes: {
|
|
6855
6916
|
};
|
6856
6917
|
};
|
6857
6918
|
}>;
|
6858
|
-
kbd:
|
6919
|
+
kbd: RecipeDefinition_2< {
|
6859
6920
|
variant: {
|
6860
6921
|
raised: {
|
6861
6922
|
bg: "colorPalette.subtle";
|
@@ -6891,7 +6952,7 @@ export declare const recipes: {
|
|
6891
6952
|
};
|
6892
6953
|
};
|
6893
6954
|
}>;
|
6894
|
-
link:
|
6955
|
+
link: RecipeDefinition_2< {
|
6895
6956
|
variant: {
|
6896
6957
|
underline: {
|
6897
6958
|
color: "colorPalette.fg";
|
@@ -6909,7 +6970,7 @@ export declare const recipes: {
|
|
6909
6970
|
};
|
6910
6971
|
};
|
6911
6972
|
}>;
|
6912
|
-
mark:
|
6973
|
+
mark: RecipeDefinition_2< {
|
6913
6974
|
variant: {
|
6914
6975
|
subtle: {
|
6915
6976
|
bg: "colorPalette.subtle";
|
@@ -6925,7 +6986,7 @@ export declare const recipes: {
|
|
6925
6986
|
plain: {};
|
6926
6987
|
};
|
6927
6988
|
}>;
|
6928
|
-
separator:
|
6989
|
+
separator: RecipeDefinition_2< {
|
6929
6990
|
variant: {
|
6930
6991
|
solid: {
|
6931
6992
|
borderStyle: "solid";
|
@@ -6962,7 +7023,7 @@ export declare const recipes: {
|
|
6962
7023
|
};
|
6963
7024
|
};
|
6964
7025
|
}>;
|
6965
|
-
skeleton:
|
7026
|
+
skeleton: RecipeDefinition_2< {
|
6966
7027
|
loading: {
|
6967
7028
|
true: {
|
6968
7029
|
borderRadius: "l2";
|
@@ -7002,8 +7063,8 @@ export declare const recipes: {
|
|
7002
7063
|
};
|
7003
7064
|
};
|
7004
7065
|
}>;
|
7005
|
-
skipNavLink:
|
7006
|
-
spinner:
|
7066
|
+
skipNavLink: RecipeDefinition_2<RecipeVariantRecord>;
|
7067
|
+
spinner: RecipeDefinition_2< {
|
7007
7068
|
size: {
|
7008
7069
|
inherit: {
|
7009
7070
|
'--spinner-size': "1em";
|
@@ -7025,7 +7086,7 @@ export declare const recipes: {
|
|
7025
7086
|
};
|
7026
7087
|
};
|
7027
7088
|
}>;
|
7028
|
-
textarea:
|
7089
|
+
textarea: RecipeDefinition_2< {
|
7029
7090
|
size: {
|
7030
7091
|
xs: {
|
7031
7092
|
borderRadius: "control.sm";
|
@@ -7090,7 +7151,7 @@ export declare const recipes: {
|
|
7090
7151
|
};
|
7091
7152
|
};
|
7092
7153
|
}>;
|
7093
|
-
icon:
|
7154
|
+
icon: RecipeDefinition_2< {
|
7094
7155
|
size: {
|
7095
7156
|
inherit: {
|
7096
7157
|
'--icon-size': "1em";
|
@@ -7115,7 +7176,7 @@ export declare const recipes: {
|
|
7115
7176
|
};
|
7116
7177
|
};
|
7117
7178
|
}>;
|
7118
|
-
checkmark:
|
7179
|
+
checkmark: RecipeDefinition_2< {
|
7119
7180
|
size: {
|
7120
7181
|
xs: {
|
7121
7182
|
boxSize: "3";
|
@@ -7169,7 +7230,7 @@ export declare const recipes: {
|
|
7169
7230
|
};
|
7170
7231
|
};
|
7171
7232
|
}>;
|
7172
|
-
radiomark:
|
7233
|
+
radiomark: RecipeDefinition_2< {
|
7173
7234
|
variant: {
|
7174
7235
|
solid: {
|
7175
7236
|
borderWidth: "1px";
|
@@ -7225,7 +7286,7 @@ export declare const recipes: {
|
|
7225
7286
|
};
|
7226
7287
|
};
|
7227
7288
|
}>;
|
7228
|
-
suiCommand:
|
7289
|
+
suiCommand: RecipeDefinition_2< {
|
7229
7290
|
size: {
|
7230
7291
|
sm: {
|
7231
7292
|
fontSize: "xs";
|
@@ -7238,7 +7299,7 @@ export declare const recipes: {
|
|
7238
7299
|
};
|
7239
7300
|
};
|
7240
7301
|
}>;
|
7241
|
-
suiIconBadge:
|
7302
|
+
suiIconBadge: RecipeDefinition_2< {
|
7242
7303
|
variant: {
|
7243
7304
|
outline: {
|
7244
7305
|
borderWidth: "1px";
|
@@ -7344,10 +7405,10 @@ export declare type RootProps_alias_1 = Accordion_2.RootProps;
|
|
7344
7405
|
|
7345
7406
|
export declare type RootProps_alias_10 = Menu_2.RootProps;
|
7346
7407
|
|
7347
|
-
export declare interface RootProps_alias_11 extends
|
7408
|
+
export declare interface RootProps_alias_11 extends SlotRecipeProps_3<'suiNavbar'>, HTMLChakraProps_2<'div', Navbar_2.RootProps> {
|
7348
7409
|
}
|
7349
7410
|
|
7350
|
-
export declare interface RootProps_alias_12 extends PageOptions, HTMLChakraProps_2<'main'>,
|
7411
|
+
export declare interface RootProps_alias_12 extends PageOptions, HTMLChakraProps_2<'main'>, SlotRecipeProps_3<'suiPage'> {
|
7351
7412
|
}
|
7352
7413
|
|
7353
7414
|
export declare interface RootProps_alias_13 extends Omit<Pagination_2.RootProps, 'type'> {
|
@@ -7355,7 +7416,7 @@ export declare interface RootProps_alias_13 extends Omit<Pagination_2.RootProps,
|
|
7355
7416
|
variant?: PaginationVariant;
|
7356
7417
|
}
|
7357
7418
|
|
7358
|
-
export declare interface RootProps_alias_14 extends HTMLChakraProps_2<'div'>,
|
7419
|
+
export declare interface RootProps_alias_14 extends HTMLChakraProps_2<'div'>, SlotRecipeProps_3<'suiPersona'>, PersonaVariantProps {
|
7359
7420
|
/**
|
7360
7421
|
* Indicates that a person is out of office. Changes the presence badge style.
|
7361
7422
|
*/
|
@@ -7394,10 +7455,10 @@ export declare interface RootProps_alias_7 extends FileUpload_2.RootProps {
|
|
7394
7455
|
inputProps?: React_2.InputHTMLAttributes<HTMLInputElement>;
|
7395
7456
|
}
|
7396
7457
|
|
7397
|
-
export declare interface RootProps_alias_8 extends HTMLChakraProps<'div', GridList_2.RootProps>,
|
7458
|
+
export declare interface RootProps_alias_8 extends HTMLChakraProps<'div', GridList_2.RootProps>, SlotRecipeProps_2<'suiGridList', GridListVariantProps> {
|
7398
7459
|
}
|
7399
7460
|
|
7400
|
-
export declare interface RootProps_alias_9 extends HTMLChakraProps_2<'div'>,
|
7461
|
+
export declare interface RootProps_alias_9 extends HTMLChakraProps_2<'div'>, SlotRecipeProps_3<'suiLoadingOverlay'>, PresenceBaseProps {
|
7401
7462
|
/**
|
7402
7463
|
* Show or hide the LoadingOverlay.
|
7403
7464
|
* @default true
|
@@ -7448,7 +7509,7 @@ export { SegmentedControlProps }
|
|
7448
7509
|
export { SegmentedControlProps as SegmentedControlProps_alias_1 }
|
7449
7510
|
export { SegmentedControlProps as SegmentedControlProps_alias_2 }
|
7450
7511
|
|
7451
|
-
export declare const segmentGroupSlotRecipe:
|
7512
|
+
export declare const segmentGroupSlotRecipe: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemText" | "itemControl", {
|
7452
7513
|
size: {
|
7453
7514
|
xs: {
|
7454
7515
|
root: {
|
@@ -7561,7 +7622,7 @@ declare interface SelectRootProps<T> extends Select_2.RootProps<T> {
|
|
7561
7622
|
export { SelectRootProps as RootProps }
|
7562
7623
|
export { SelectRootProps }
|
7563
7624
|
|
7564
|
-
export declare const selectSlotRecipe:
|
7625
|
+
export declare const selectSlotRecipe: SlotRecipeDefinition_2<"content" | "label" | "control" | "indicator" | "root" | "item" | "itemIndicator" | "positioner" | "list" | "trigger" | "itemGroup" | "clearTrigger" | "itemGroupLabel" | "itemText" | "valueText" | "indicatorGroup", {
|
7565
7626
|
variant: {
|
7566
7627
|
outline: {
|
7567
7628
|
trigger: {
|
@@ -9138,7 +9199,7 @@ export { SeparatorProps as SeparatorProps_alias_1 }
|
|
9138
9199
|
|
9139
9200
|
export declare type SeparatorProps_alias_2 = ActionBar_2.SeparatorProps;
|
9140
9201
|
|
9141
|
-
export declare const separatorRecipe:
|
9202
|
+
export declare const separatorRecipe: RecipeDefinition_2< {
|
9142
9203
|
variant: {
|
9143
9204
|
solid: {
|
9144
9205
|
borderStyle: "solid";
|
@@ -9180,6 +9241,7 @@ export { Show }
|
|
9180
9241
|
export { Show as Show_alias_1 }
|
9181
9242
|
|
9182
9243
|
export { ShowProps }
|
9244
|
+
export { ShowProps as ShowProps_alias_1 }
|
9183
9245
|
|
9184
9246
|
export declare namespace Sidebar {
|
9185
9247
|
export {
|
@@ -9209,7 +9271,7 @@ export declare namespace Sidebar {
|
|
9209
9271
|
}
|
9210
9272
|
}
|
9211
9273
|
|
9212
|
-
export declare const sidebarNavItemSlotRecipe:
|
9274
|
+
export declare const sidebarNavItemSlotRecipe: SlotRecipeDefinition_2<"button" | "item" | "endElement", {
|
9213
9275
|
variant: {
|
9214
9276
|
muted: {
|
9215
9277
|
button: {
|
@@ -9272,10 +9334,10 @@ pe: "1";
|
|
9272
9334
|
};
|
9273
9335
|
}>;
|
9274
9336
|
|
9275
|
-
declare interface SidebarProviderProps extends Sidebar_2.ProviderProps, Omit<
|
9337
|
+
declare interface SidebarProviderProps extends Sidebar_2.ProviderProps, Omit<SlotRecipeProps<'suiSidebar'>, 'mode'> {
|
9276
9338
|
}
|
9277
9339
|
|
9278
|
-
export declare const sidebarSlotRecipe:
|
9340
|
+
export declare const sidebarSlotRecipe: SlotRecipeDefinition_2<"body" | "backdrop" | "root" | "header" | "footer" | "group" | "trigger" | "track" | "flyoutTrigger" | "groupHeader" | "groupTitle" | "groupEndElement" | "groupContent", {
|
9279
9341
|
mode: {
|
9280
9342
|
collapsible: {
|
9281
9343
|
root: {
|
@@ -9645,7 +9707,7 @@ export { SkeletonProps }
|
|
9645
9707
|
export { SkeletonProps as SkeletonProps_alias_1 }
|
9646
9708
|
export { SkeletonProps as SkeletonProps_alias_2 }
|
9647
9709
|
|
9648
|
-
export declare const skeletonRecipe:
|
9710
|
+
export declare const skeletonRecipe: RecipeDefinition_2< {
|
9649
9711
|
loading: {
|
9650
9712
|
true: {
|
9651
9713
|
borderRadius: "l2";
|
@@ -9714,7 +9776,7 @@ export { SkipNavLinkProps }
|
|
9714
9776
|
export { SkipNavLinkProps as SkipNavLinkProps_alias_1 }
|
9715
9777
|
export { SkipNavLinkProps as SkipNavLinkProps_alias_2 }
|
9716
9778
|
|
9717
|
-
export declare const skipNavLinkRecipe:
|
9779
|
+
export declare const skipNavLinkRecipe: RecipeDefinition_2<RecipeVariantRecord>;
|
9718
9780
|
|
9719
9781
|
declare const Slider: ForwardRefExoticComponent<SliderProps & RefAttributes<HTMLDivElement>>;
|
9720
9782
|
export { Slider }
|
@@ -9732,7 +9794,7 @@ export { SliderProps }
|
|
9732
9794
|
export { SliderProps as SliderProps_alias_1 }
|
9733
9795
|
export { SliderProps as SliderProps_alias_2 }
|
9734
9796
|
|
9735
|
-
export declare const sliderSlotRecipe:
|
9797
|
+
export declare const sliderSlotRecipe: SlotRecipeDefinition_2<"marker" | "label" | "control" | "root" | "valueText" | "track" | "range" | "thumb" | "markerGroup" | "draggingIndicator" | "markerIndicator", {
|
9736
9798
|
size: {
|
9737
9799
|
sm: {
|
9738
9800
|
root: {
|
@@ -9834,17 +9896,21 @@ translate: "0 -50%";
|
|
9834
9896
|
};
|
9835
9897
|
}>;
|
9836
9898
|
|
9837
|
-
export
|
9838
|
-
|
9839
|
-
|
9899
|
+
export { SlotRecipeDefinition }
|
9900
|
+
|
9901
|
+
export { SlotRecipeProps }
|
9840
9902
|
|
9841
|
-
declare type
|
9842
|
-
|
9843
|
-
?
|
9844
|
-
:
|
9903
|
+
declare type SlotRecipeProps_2<T, DefaultSlotRecipe> =
|
9904
|
+
SlotRecipeProps_3<T> extends { variant?: any }
|
9905
|
+
? SlotRecipeProps_3<T>
|
9906
|
+
: SlotRecipeProps_3<T> & DefaultSlotRecipe
|
9907
|
+
|
9908
|
+
export declare type SlotRecipeProps_alias_1<T, DefaultSlotRecipe> = SlotRecipeProps_3<T> extends {
|
9909
|
+
variant?: any;
|
9910
|
+
} ? SlotRecipeProps_3<T> : SlotRecipeProps_3<T> & DefaultSlotRecipe;
|
9845
9911
|
|
9846
9912
|
export declare const slotRecipes: {
|
9847
|
-
accordion:
|
9913
|
+
accordion: SlotRecipeDefinition_2<"root" | "item" | "itemTrigger" | "itemContent" | "itemIndicator" | "itemBody", {
|
9848
9914
|
variant: {
|
9849
9915
|
outline: {
|
9850
9916
|
item: {
|
@@ -9919,8 +9985,8 @@ export declare const slotRecipes: {
|
|
9919
9985
|
};
|
9920
9986
|
};
|
9921
9987
|
}>;
|
9922
|
-
actionBar:
|
9923
|
-
alert:
|
9988
|
+
actionBar: SlotRecipeDefinition_2<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger", SlotRecipeVariantRecord<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger">>;
|
9989
|
+
alert: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "title", {
|
9924
9990
|
status: {
|
9925
9991
|
info: {
|
9926
9992
|
root: {
|
@@ -10040,7 +10106,7 @@ export declare const slotRecipes: {
|
|
10040
10106
|
};
|
10041
10107
|
};
|
10042
10108
|
}>;
|
10043
|
-
avatar:
|
10109
|
+
avatar: SlotRecipeDefinition_2<"root" | "image" | "fallback", {
|
10044
10110
|
size: {
|
10045
10111
|
full: {
|
10046
10112
|
root: {
|
@@ -10129,7 +10195,7 @@ export declare const slotRecipes: {
|
|
10129
10195
|
};
|
10130
10196
|
};
|
10131
10197
|
}>;
|
10132
|
-
blockquote:
|
10198
|
+
blockquote: SlotRecipeDefinition_2<"content" | "root" | "icon" | "caption", {
|
10133
10199
|
justify: {
|
10134
10200
|
start: {
|
10135
10201
|
root: {
|
@@ -10181,7 +10247,7 @@ export declare const slotRecipes: {
|
|
10181
10247
|
};
|
10182
10248
|
};
|
10183
10249
|
}>;
|
10184
|
-
breadcrumb:
|
10250
|
+
breadcrumb: SlotRecipeDefinition_2<"link" | "root" | "item" | "separator" | "currentLink" | "list" | "ellipsis", {
|
10185
10251
|
variant: {
|
10186
10252
|
underline: {
|
10187
10253
|
link: {
|
@@ -10227,7 +10293,7 @@ export declare const slotRecipes: {
|
|
10227
10293
|
};
|
10228
10294
|
};
|
10229
10295
|
}>;
|
10230
|
-
card:
|
10296
|
+
card: SlotRecipeDefinition_2<"description" | "body" | "root" | "title" | "header" | "footer", {
|
10231
10297
|
size: {
|
10232
10298
|
sm: {
|
10233
10299
|
root: {
|
@@ -10297,7 +10363,7 @@ export declare const slotRecipes: {
|
|
10297
10363
|
};
|
10298
10364
|
};
|
10299
10365
|
}>;
|
10300
|
-
checkbox:
|
10366
|
+
checkbox: SlotRecipeDefinition_2<"label" | "control" | "indicator" | "root" | "group", {
|
10301
10367
|
size: {
|
10302
10368
|
xs: {
|
10303
10369
|
root: {
|
@@ -10377,7 +10443,7 @@ export declare const slotRecipes: {
|
|
10377
10443
|
};
|
10378
10444
|
};
|
10379
10445
|
}>;
|
10380
|
-
checkboxCard:
|
10446
|
+
checkboxCard: SlotRecipeDefinition_2<"description" | "content" | "label" | "control" | "indicator" | "root" | "addon", {
|
10381
10447
|
size: {
|
10382
10448
|
sm: {
|
10383
10449
|
root: {
|
@@ -10565,8 +10631,8 @@ export declare const slotRecipes: {
|
|
10565
10631
|
};
|
10566
10632
|
};
|
10567
10633
|
}>;
|
10568
|
-
collapsible:
|
10569
|
-
dataList:
|
10634
|
+
collapsible: SlotRecipeDefinition_2<"content" | "root" | "trigger", SlotRecipeVariantRecord<"content" | "root" | "trigger">>;
|
10635
|
+
dataList: SlotRecipeDefinition_2<"root" | "item" | "itemLabel" | "itemValue", {
|
10570
10636
|
orientation: {
|
10571
10637
|
horizontal: {
|
10572
10638
|
root: {
|
@@ -10621,7 +10687,7 @@ export declare const slotRecipes: {
|
|
10621
10687
|
};
|
10622
10688
|
};
|
10623
10689
|
}>;
|
10624
|
-
dialog:
|
10690
|
+
dialog: SlotRecipeDefinition_2<"description" | "content" | "body" | "backdrop" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger", {
|
10625
10691
|
placement: {
|
10626
10692
|
center: {
|
10627
10693
|
positioner: {
|
@@ -10769,7 +10835,7 @@ export declare const slotRecipes: {
|
|
10769
10835
|
none: {};
|
10770
10836
|
};
|
10771
10837
|
}>;
|
10772
|
-
drawer:
|
10838
|
+
drawer: SlotRecipeDefinition_2<"description" | "content" | "body" | "backdrop" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger", {
|
10773
10839
|
size: {
|
10774
10840
|
xs: {
|
10775
10841
|
content: {
|
@@ -10882,7 +10948,7 @@ export declare const slotRecipes: {
|
|
10882
10948
|
};
|
10883
10949
|
};
|
10884
10950
|
}>;
|
10885
|
-
editable:
|
10951
|
+
editable: SlotRecipeDefinition_2<"label" | "textarea" | "control" | "root" | "input" | "area" | "preview" | "editTrigger" | "submitTrigger" | "cancelTrigger", {
|
10886
10952
|
size: {
|
10887
10953
|
sm: {
|
10888
10954
|
root: {
|
@@ -10919,7 +10985,7 @@ export declare const slotRecipes: {
|
|
10919
10985
|
};
|
10920
10986
|
};
|
10921
10987
|
}>;
|
10922
|
-
emptyState:
|
10988
|
+
emptyState: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "title" | "actions", {
|
10923
10989
|
size: {
|
10924
10990
|
sm: {
|
10925
10991
|
root: {
|
@@ -11001,7 +11067,7 @@ export declare const slotRecipes: {
|
|
11001
11067
|
};
|
11002
11068
|
};
|
11003
11069
|
}>;
|
11004
|
-
field:
|
11070
|
+
field: SlotRecipeDefinition_2<"label" | "textarea" | "root" | "input" | "select" | "errorText" | "helperText" | "requiredIndicator", {
|
11005
11071
|
orientation: {
|
11006
11072
|
vertical: {
|
11007
11073
|
root: {
|
@@ -11030,8 +11096,8 @@ export declare const slotRecipes: {
|
|
11030
11096
|
};
|
11031
11097
|
};
|
11032
11098
|
}>;
|
11033
|
-
fileUpload:
|
11034
|
-
hoverCard:
|
11099
|
+
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">>;
|
11100
|
+
hoverCard: SlotRecipeDefinition_2<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
11035
11101
|
size: {
|
11036
11102
|
xs: {
|
11037
11103
|
content: {
|
@@ -11059,7 +11125,7 @@ export declare const slotRecipes: {
|
|
11059
11125
|
};
|
11060
11126
|
};
|
11061
11127
|
}>;
|
11062
|
-
list:
|
11128
|
+
list: SlotRecipeDefinition_2<"indicator" | "root" | "item", {
|
11063
11129
|
variant: {
|
11064
11130
|
marker: {
|
11065
11131
|
root: {
|
@@ -11097,7 +11163,7 @@ export declare const slotRecipes: {
|
|
11097
11163
|
};
|
11098
11164
|
};
|
11099
11165
|
}>;
|
11100
|
-
menu:
|
11166
|
+
menu: SlotRecipeDefinition_2<"content" | "indicator" | "item" | "itemIndicator" | "positioner" | "separator" | "trigger" | "itemGroup" | "arrow" | "arrowTip" | "contextTrigger" | "itemGroupLabel" | "itemText" | "triggerItem" | "itemCommand", {
|
11101
11167
|
variant: {
|
11102
11168
|
subtle: {
|
11103
11169
|
item: {
|
@@ -11152,7 +11218,7 @@ export declare const slotRecipes: {
|
|
11152
11218
|
};
|
11153
11219
|
};
|
11154
11220
|
}>;
|
11155
|
-
nativeSelect:
|
11221
|
+
nativeSelect: SlotRecipeDefinition_2<"indicator" | "root" | "field", {
|
11156
11222
|
variant: {
|
11157
11223
|
outline: {
|
11158
11224
|
field: {
|
@@ -11242,7 +11308,7 @@ export declare const slotRecipes: {
|
|
11242
11308
|
};
|
11243
11309
|
};
|
11244
11310
|
}>;
|
11245
|
-
numberInput:
|
11311
|
+
numberInput: SlotRecipeDefinition_2<"label" | "control" | "root" | "input" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", {
|
11246
11312
|
size: {
|
11247
11313
|
xs: {
|
11248
11314
|
input: {
|
@@ -11386,7 +11452,7 @@ export declare const slotRecipes: {
|
|
11386
11452
|
};
|
11387
11453
|
};
|
11388
11454
|
}>;
|
11389
|
-
pinInput:
|
11455
|
+
pinInput: SlotRecipeDefinition_2<"label" | "control" | "root" | "input", {
|
11390
11456
|
size: {
|
11391
11457
|
sm: {
|
11392
11458
|
input: {
|
@@ -11622,7 +11688,7 @@ export declare const slotRecipes: {
|
|
11622
11688
|
};
|
11623
11689
|
};
|
11624
11690
|
}>;
|
11625
|
-
popover:
|
11691
|
+
popover: SlotRecipeDefinition_2<"description" | "content" | "body" | "anchor" | "indicator" | "positioner" | "closeTrigger" | "title" | "header" | "footer" | "trigger" | "arrow" | "arrowTip", {
|
11626
11692
|
size: {
|
11627
11693
|
xs: {
|
11628
11694
|
content: {
|
@@ -11646,7 +11712,7 @@ export declare const slotRecipes: {
|
|
11646
11712
|
};
|
11647
11713
|
};
|
11648
11714
|
}>;
|
11649
|
-
progress:
|
11715
|
+
progress: SlotRecipeDefinition_2<"label" | "root" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
11650
11716
|
variant: {
|
11651
11717
|
outline: {
|
11652
11718
|
track: {
|
@@ -11728,7 +11794,7 @@ export declare const slotRecipes: {
|
|
11728
11794
|
};
|
11729
11795
|
};
|
11730
11796
|
}>;
|
11731
|
-
progressCircle:
|
11797
|
+
progressCircle: SlotRecipeDefinition_2<"label" | "root" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
11732
11798
|
size: {
|
11733
11799
|
xs: {
|
11734
11800
|
circle: {
|
@@ -11777,7 +11843,7 @@ export declare const slotRecipes: {
|
|
11777
11843
|
};
|
11778
11844
|
};
|
11779
11845
|
}>;
|
11780
|
-
radioCard:
|
11846
|
+
radioCard: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemContent" | "itemIndicator" | "itemText" | "itemControl" | "itemAddon" | "itemDescription", {
|
11781
11847
|
size: {
|
11782
11848
|
sm: {
|
11783
11849
|
item: {
|
@@ -11968,7 +12034,7 @@ export declare const slotRecipes: {
|
|
11968
12034
|
};
|
11969
12035
|
};
|
11970
12036
|
}>;
|
11971
|
-
radioGroup:
|
12037
|
+
radioGroup: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemIndicator" | "itemText" | "itemControl" | "itemAddon", {
|
11972
12038
|
variant: {
|
11973
12039
|
outline: {
|
11974
12040
|
itemControl: {
|
@@ -12045,7 +12111,7 @@ export declare const slotRecipes: {
|
|
12045
12111
|
};
|
12046
12112
|
};
|
12047
12113
|
}>;
|
12048
|
-
ratingGroup:
|
12114
|
+
ratingGroup: SlotRecipeDefinition_2<"label" | "control" | "root" | "item" | "itemIndicator", {
|
12049
12115
|
size: {
|
12050
12116
|
xs: {
|
12051
12117
|
item: {
|
@@ -12069,7 +12135,7 @@ export declare const slotRecipes: {
|
|
12069
12135
|
};
|
12070
12136
|
};
|
12071
12137
|
}>;
|
12072
|
-
segmentGroup:
|
12138
|
+
segmentGroup: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "item" | "itemText" | "itemControl", {
|
12073
12139
|
size: {
|
12074
12140
|
xs: {
|
12075
12141
|
root: {
|
@@ -12117,7 +12183,7 @@ export declare const slotRecipes: {
|
|
12117
12183
|
};
|
12118
12184
|
};
|
12119
12185
|
}>;
|
12120
|
-
select:
|
12186
|
+
select: SlotRecipeDefinition_2<"content" | "label" | "control" | "indicator" | "root" | "item" | "itemIndicator" | "positioner" | "list" | "trigger" | "itemGroup" | "clearTrigger" | "itemGroupLabel" | "itemText" | "valueText" | "indicatorGroup", {
|
12121
12187
|
variant: {
|
12122
12188
|
outline: {
|
12123
12189
|
trigger: {
|
@@ -12272,7 +12338,7 @@ export declare const slotRecipes: {
|
|
12272
12338
|
};
|
12273
12339
|
};
|
12274
12340
|
}>;
|
12275
|
-
slider:
|
12341
|
+
slider: SlotRecipeDefinition_2<"marker" | "label" | "control" | "root" | "valueText" | "track" | "range" | "thumb" | "markerGroup" | "draggingIndicator" | "markerIndicator", {
|
12276
12342
|
size: {
|
12277
12343
|
sm: {
|
12278
12344
|
root: {
|
@@ -12373,7 +12439,7 @@ export declare const slotRecipes: {
|
|
12373
12439
|
};
|
12374
12440
|
};
|
12375
12441
|
}>;
|
12376
|
-
stat:
|
12442
|
+
stat: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "valueText" | "helpText" | "valueUnit", {
|
12377
12443
|
size: {
|
12378
12444
|
sm: {
|
12379
12445
|
valueText: {
|
@@ -12392,7 +12458,7 @@ export declare const slotRecipes: {
|
|
12392
12458
|
};
|
12393
12459
|
};
|
12394
12460
|
}>;
|
12395
|
-
steps:
|
12461
|
+
steps: SlotRecipeDefinition_2<"description" | "content" | "progress" | "indicator" | "root" | "item" | "separator" | "title" | "list" | "trigger" | "nextTrigger" | "prevTrigger", {
|
12396
12462
|
orientation: {
|
12397
12463
|
vertical: {
|
12398
12464
|
root: {
|
@@ -12534,7 +12600,7 @@ export declare const slotRecipes: {
|
|
12534
12600
|
};
|
12535
12601
|
};
|
12536
12602
|
}>;
|
12537
|
-
switch:
|
12603
|
+
switch: SlotRecipeDefinition_2<"label" | "control" | "indicator" | "root" | "thumb", {
|
12538
12604
|
variant: {
|
12539
12605
|
solid: {
|
12540
12606
|
control: {
|
@@ -12611,7 +12677,7 @@ export declare const slotRecipes: {
|
|
12611
12677
|
};
|
12612
12678
|
};
|
12613
12679
|
}>;
|
12614
|
-
table:
|
12680
|
+
table: SlotRecipeDefinition_2<"body" | "cell" | "row" | "root" | "caption" | "header" | "footer" | "columnHeader", {
|
12615
12681
|
interactive: {
|
12616
12682
|
true: {
|
12617
12683
|
body: {
|
@@ -12732,7 +12798,7 @@ export declare const slotRecipes: {
|
|
12732
12798
|
};
|
12733
12799
|
};
|
12734
12800
|
}>;
|
12735
|
-
tabs:
|
12801
|
+
tabs: SlotRecipeDefinition_2<"content" | "indicator" | "root" | "list" | "trigger" | "contentGroup", {
|
12736
12802
|
fitted: {
|
12737
12803
|
true: {
|
12738
12804
|
list: {
|
@@ -12975,7 +13041,7 @@ export declare const slotRecipes: {
|
|
12975
13041
|
};
|
12976
13042
|
};
|
12977
13043
|
}>;
|
12978
|
-
tag:
|
13044
|
+
tag: SlotRecipeDefinition_2<"label" | "root" | "closeTrigger" | "endElement" | "startElement", {
|
12979
13045
|
size: {
|
12980
13046
|
sm: {
|
12981
13047
|
root: {
|
@@ -13070,8 +13136,8 @@ export declare const slotRecipes: {
|
|
13070
13136
|
};
|
13071
13137
|
};
|
13072
13138
|
}>;
|
13073
|
-
toast:
|
13074
|
-
tooltip:
|
13139
|
+
toast: SlotRecipeDefinition_2<"description" | "indicator" | "root" | "closeTrigger" | "title" | "actionTrigger", SlotRecipeVariantRecord<"description" | "indicator" | "root" | "closeTrigger" | "title" | "actionTrigger">>;
|
13140
|
+
tooltip: SlotRecipeDefinition_2<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
13075
13141
|
variant: {
|
13076
13142
|
inverted: {
|
13077
13143
|
content: {
|
@@ -13081,7 +13147,7 @@ export declare const slotRecipes: {
|
|
13081
13147
|
};
|
13082
13148
|
};
|
13083
13149
|
}>;
|
13084
|
-
status:
|
13150
|
+
status: SlotRecipeDefinition_2<"indicator" | "root", {
|
13085
13151
|
size: {
|
13086
13152
|
sm: {
|
13087
13153
|
root: {
|
@@ -13100,7 +13166,7 @@ export declare const slotRecipes: {
|
|
13100
13166
|
};
|
13101
13167
|
};
|
13102
13168
|
}>;
|
13103
|
-
timeline:
|
13169
|
+
timeline: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "item" | "separator" | "title" | "connector", {
|
13104
13170
|
variant: {
|
13105
13171
|
subtle: {
|
13106
13172
|
indicator: {
|
@@ -13162,7 +13228,7 @@ export declare const slotRecipes: {
|
|
13162
13228
|
};
|
13163
13229
|
};
|
13164
13230
|
}>;
|
13165
|
-
suiAppShell:
|
13231
|
+
suiAppShell: SlotRecipeDefinition_2<"content" | "root" | "main", {
|
13166
13232
|
position: {
|
13167
13233
|
static: {
|
13168
13234
|
root: {
|
@@ -13180,7 +13246,7 @@ export declare const slotRecipes: {
|
|
13180
13246
|
plain: {};
|
13181
13247
|
};
|
13182
13248
|
}>;
|
13183
|
-
suiLoadingOverlay:
|
13249
|
+
suiLoadingOverlay: SlotRecipeDefinition_2<"text" | "root", {
|
13184
13250
|
variant: {
|
13185
13251
|
fill: {
|
13186
13252
|
root: {
|
@@ -13215,7 +13281,7 @@ export declare const slotRecipes: {
|
|
13215
13281
|
};
|
13216
13282
|
};
|
13217
13283
|
}>;
|
13218
|
-
suiPersona:
|
13284
|
+
suiPersona: SlotRecipeDefinition_2<"label" | "presence" | "root" | "avatar" | "details" | "secondaryLabel" | "tertiaryLabel", {
|
13219
13285
|
size: {
|
13220
13286
|
'2xs': {
|
13221
13287
|
details: {
|
@@ -13317,7 +13383,7 @@ export declare const slotRecipes: {
|
|
13317
13383
|
};
|
13318
13384
|
};
|
13319
13385
|
}>;
|
13320
|
-
suiGridList:
|
13386
|
+
suiGridList: SlotRecipeDefinition_2<"cell" | "root" | "item" | "header", {
|
13321
13387
|
interactive: {
|
13322
13388
|
true: {
|
13323
13389
|
item: {
|
@@ -13375,7 +13441,7 @@ export declare const slotRecipes: {
|
|
13375
13441
|
};
|
13376
13442
|
};
|
13377
13443
|
}>;
|
13378
|
-
suiNavbar:
|
13444
|
+
suiNavbar: SlotRecipeDefinition_2<"content" | "link" | "root" | "item" | "brand", {
|
13379
13445
|
variant: {
|
13380
13446
|
neutral: {
|
13381
13447
|
root: {
|
@@ -13409,7 +13475,7 @@ export declare const slotRecipes: {
|
|
13409
13475
|
};
|
13410
13476
|
};
|
13411
13477
|
}>;
|
13412
|
-
suiSidebar:
|
13478
|
+
suiSidebar: SlotRecipeDefinition_2<"body" | "backdrop" | "root" | "header" | "footer" | "group" | "trigger" | "track" | "flyoutTrigger" | "groupHeader" | "groupTitle" | "groupEndElement" | "groupContent", {
|
13413
13479
|
mode: {
|
13414
13480
|
collapsible: {
|
13415
13481
|
root: {
|
@@ -13498,7 +13564,7 @@ export declare const slotRecipes: {
|
|
13498
13564
|
};
|
13499
13565
|
};
|
13500
13566
|
}>;
|
13501
|
-
suiSidebarNavItem:
|
13567
|
+
suiSidebarNavItem: SlotRecipeDefinition_2<"button" | "item" | "endElement", {
|
13502
13568
|
variant: {
|
13503
13569
|
muted: {
|
13504
13570
|
button: {
|
@@ -13566,6 +13632,7 @@ export { Spacer }
|
|
13566
13632
|
export { Spacer as Spacer_alias_1 }
|
13567
13633
|
|
13568
13634
|
export { SpacerProps }
|
13635
|
+
export { SpacerProps as SpacerProps_alias_1 }
|
13569
13636
|
|
13570
13637
|
export declare const spacing: {
|
13571
13638
|
0.5: {
|
@@ -13684,7 +13751,7 @@ export { SpinnerProps }
|
|
13684
13751
|
export { SpinnerProps as SpinnerProps_alias_1 }
|
13685
13752
|
export { SpinnerProps as SpinnerProps_alias_2 }
|
13686
13753
|
|
13687
|
-
export declare const spinnerRecipe:
|
13754
|
+
export declare const spinnerRecipe: RecipeDefinition_2< {
|
13688
13755
|
size: {
|
13689
13756
|
inherit: {
|
13690
13757
|
'--spinner-size': "1em";
|
@@ -13713,6 +13780,12 @@ export { Stack as Stack_alias_1 }
|
|
13713
13780
|
export { StackProps }
|
13714
13781
|
export { StackProps as StackProps_alias_1 }
|
13715
13782
|
|
13783
|
+
export { StackSeparator }
|
13784
|
+
export { StackSeparator as StackSeparator_alias_1 }
|
13785
|
+
|
13786
|
+
export { StackSeparatorProps }
|
13787
|
+
export { StackSeparatorProps as StackSeparatorProps_alias_1 }
|
13788
|
+
|
13716
13789
|
export declare namespace Stat {
|
13717
13790
|
export {
|
13718
13791
|
Root_alias_19 as Root,
|
@@ -13727,7 +13800,7 @@ export declare namespace Stat {
|
|
13727
13800
|
}
|
13728
13801
|
}
|
13729
13802
|
|
13730
|
-
export declare const statSlotRecipe:
|
13803
|
+
export declare const statSlotRecipe: SlotRecipeDefinition_2<"label" | "indicator" | "root" | "valueText" | "helpText" | "valueUnit", {
|
13731
13804
|
size: {
|
13732
13805
|
sm: {
|
13733
13806
|
valueText: {
|
@@ -13766,7 +13839,7 @@ export { StatusProps }
|
|
13766
13839
|
export { StatusProps as StatusProps_alias_1 }
|
13767
13840
|
export { StatusProps as StatusProps_alias_2 }
|
13768
13841
|
|
13769
|
-
export declare const statusSlotRecipe:
|
13842
|
+
export declare const statusSlotRecipe: SlotRecipeDefinition_2<"indicator" | "root", {
|
13770
13843
|
size: {
|
13771
13844
|
sm: {
|
13772
13845
|
root: {
|
@@ -13815,7 +13888,7 @@ export declare namespace Steps {
|
|
13815
13888
|
}
|
13816
13889
|
}
|
13817
13890
|
|
13818
|
-
export declare const stepsSlotRecipe:
|
13891
|
+
export declare const stepsSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "progress" | "indicator" | "root" | "item" | "separator" | "title" | "list" | "trigger" | "nextTrigger" | "prevTrigger", {
|
13819
13892
|
orientation: {
|
13820
13893
|
vertical: {
|
13821
13894
|
root: {
|
@@ -14013,7 +14086,7 @@ export { SwitchProps }
|
|
14013
14086
|
export { SwitchProps as SwitchProps_alias_1 }
|
14014
14087
|
export { SwitchProps as SwitchProps_alias_2 }
|
14015
14088
|
|
14016
|
-
export declare const switchSlotRecipe:
|
14089
|
+
export declare const switchSlotRecipe: SlotRecipeDefinition_2<"label" | "control" | "indicator" | "root" | "thumb", {
|
14017
14090
|
variant: {
|
14018
14091
|
solid: {
|
14019
14092
|
control: {
|
@@ -14094,7 +14167,7 @@ root: {
|
|
14094
14167
|
export { Table }
|
14095
14168
|
export { Table as Table_alias_1 }
|
14096
14169
|
|
14097
|
-
export declare const tableSlotRecipe:
|
14170
|
+
export declare const tableSlotRecipe: SlotRecipeDefinition_2<"body" | "cell" | "row" | "root" | "caption" | "header" | "footer" | "columnHeader", {
|
14098
14171
|
interactive: {
|
14099
14172
|
true: {
|
14100
14173
|
body: {
|
@@ -14219,7 +14292,7 @@ py: "3";
|
|
14219
14292
|
export { Tabs }
|
14220
14293
|
export { Tabs as Tabs_alias_1 }
|
14221
14294
|
|
14222
|
-
export declare const tabsSlotRecipe:
|
14295
|
+
export declare const tabsSlotRecipe: SlotRecipeDefinition_2<"content" | "indicator" | "root" | "list" | "trigger" | "contentGroup", {
|
14223
14296
|
fitted: {
|
14224
14297
|
true: {
|
14225
14298
|
list: {
|
@@ -14478,7 +14551,7 @@ export { TagProps }
|
|
14478
14551
|
export { TagProps as TagProps_alias_1 }
|
14479
14552
|
export { TagProps as TagProps_alias_2 }
|
14480
14553
|
|
14481
|
-
export declare const tagSlotRecipe:
|
14554
|
+
export declare const tagSlotRecipe: SlotRecipeDefinition_2<"label" | "root" | "closeTrigger" | "endElement" | "startElement", {
|
14482
14555
|
size: {
|
14483
14556
|
sm: {
|
14484
14557
|
root: {
|
@@ -14592,7 +14665,7 @@ export { Textarea as Textarea_alias_1 }
|
|
14592
14665
|
export { TextareaProps }
|
14593
14666
|
export { TextareaProps as TextareaProps_alias_1 }
|
14594
14667
|
|
14595
|
-
export declare const textareaRecipe:
|
14668
|
+
export declare const textareaRecipe: RecipeDefinition_2< {
|
14596
14669
|
size: {
|
14597
14670
|
xs: {
|
14598
14671
|
borderRadius: "control.sm";
|
@@ -14669,7 +14742,7 @@ export declare const textStyles: any;
|
|
14669
14742
|
export { Timeline }
|
14670
14743
|
export { Timeline as Timeline_alias_1 }
|
14671
14744
|
|
14672
|
-
export declare const timelineSlotRecipe:
|
14745
|
+
export declare const timelineSlotRecipe: SlotRecipeDefinition_2<"description" | "content" | "indicator" | "root" | "item" | "separator" | "title" | "connector", {
|
14673
14746
|
variant: {
|
14674
14747
|
subtle: {
|
14675
14748
|
indicator: {
|
@@ -14759,7 +14832,7 @@ export { ToasterProps }
|
|
14759
14832
|
export { ToasterProps as ToasterProps_alias_1 }
|
14760
14833
|
export { ToasterProps as ToasterProps_alias_2 }
|
14761
14834
|
|
14762
|
-
export declare const toastSlotRecipe:
|
14835
|
+
export declare const toastSlotRecipe: SlotRecipeDefinition_2<"description" | "indicator" | "root" | "closeTrigger" | "title" | "actionTrigger", SlotRecipeVariantRecord<"description" | "indicator" | "root" | "closeTrigger" | "title" | "actionTrigger">>;
|
14763
14836
|
|
14764
14837
|
export { Toggle }
|
14765
14838
|
export { Toggle as Toggle_alias_1 }
|
@@ -14814,7 +14887,7 @@ export { TooltipProps }
|
|
14814
14887
|
export { TooltipProps as TooltipProps_alias_1 }
|
14815
14888
|
export { TooltipProps as TooltipProps_alias_2 }
|
14816
14889
|
|
14817
|
-
export declare const tooltipSlotRecipe:
|
14890
|
+
export declare const tooltipSlotRecipe: SlotRecipeDefinition_2<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
14818
14891
|
variant: {
|
14819
14892
|
inverted: {
|
14820
14893
|
content: {
|
@@ -14868,6 +14941,8 @@ export declare const UpTrend: React_2.ForwardRefExoticComponent<BadgeProps & Rea
|
|
14868
14941
|
|
14869
14942
|
export declare const useAppShellStyles: () => Record<string, SystemStyleObject_2>;
|
14870
14943
|
|
14944
|
+
export { useChakraContext }
|
14945
|
+
|
14871
14946
|
export declare const useClassNames: () => Record<string, string>;
|
14872
14947
|
|
14873
14948
|
export { useContext }
|
@@ -14914,6 +14989,8 @@ export { usePageStyles as usePageStyles_alias_2 }
|
|
14914
14989
|
|
14915
14990
|
export declare const usePersonaStyles: () => Record<string, SystemStyleObject_2>;
|
14916
14991
|
|
14992
|
+
export { useRecipe }
|
14993
|
+
|
14917
14994
|
export declare const useRecipeResult: (props: any) => {
|
14918
14995
|
styles: Record<string, SystemStyleObject_2>;
|
14919
14996
|
classNames: Record<string, string>;
|
@@ -14937,6 +15014,8 @@ export { useSidebarStyles }
|
|
14937
15014
|
export { useSidebarStyles as useSidebarStyles_alias_1 }
|
14938
15015
|
export { useSidebarStyles as useSidebarStyles_alias_2 }
|
14939
15016
|
|
15017
|
+
export { useSlotRecipe }
|
15018
|
+
|
14940
15019
|
declare const useSui: () => SuiContextValue;
|
14941
15020
|
export { useSui }
|
14942
15021
|
export { useSui as useSui_alias_1 }
|
@@ -14950,6 +15029,8 @@ export { useTabsContext as useTabsContext_alias_1 }
|
|
14950
15029
|
export { useTabsStyles }
|
14951
15030
|
export { useTabsStyles as useTabsStyles_alias_1 }
|
14952
15031
|
|
15032
|
+
export { useToken }
|
15033
|
+
|
14953
15034
|
export declare const utilities: {
|
14954
15035
|
focusRing: {
|
14955
15036
|
values: string[];
|
@@ -14983,6 +15064,9 @@ declare interface VisibilityProps {
|
|
14983
15064
|
export { VisuallyHidden }
|
14984
15065
|
export { VisuallyHidden as VisuallyHidden_alias_1 }
|
14985
15066
|
|
15067
|
+
export { VStack }
|
15068
|
+
export { VStack as VStack_alias_1 }
|
15069
|
+
|
14986
15070
|
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
15071
|
|
14988
15072
|
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>>;
|