@recursica/mui-adapter 0.39.4 → 0.39.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @recursica/mui-adapter
2
2
 
3
+ ## 0.39.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [70bb1a5]
8
+ - @recursica/adapter-common@0.30.0
9
+
3
10
  ## 0.39.4
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -87,7 +87,7 @@ declare type AccordionComponent = typeof AccordionBase & {
87
87
 
88
88
  export declare const AccordionControl: typeof rawComponents.AccordionControl;
89
89
 
90
- declare const AccordionControl_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<AccordionSummaryProps, "expandIcon"> & RecursicaAccordionControlProps>, BlockedStylingKeys> & ForbiddenStyles & {
90
+ declare const AccordionControl_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<AccordionSummaryProps, "expandIcon"> & RecursicaAccordionControlProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
91
91
  overStyled?: false | undefined;
92
92
  }, "ref"> | Omit<Omit<Omit<AccordionSummaryProps, "expandIcon"> & RecursicaAccordionControlProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
93
93
  m?: string | number | RecursicaSpacing;
@@ -113,7 +113,7 @@ export declare const AccordionItem: typeof rawComponents.AccordionItem;
113
113
  declare const AccordionItem_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<AccordionProps_2, "value" | "children" | "onChange" | "defaultExpanded" | "expanded"> & {
114
114
  children?: default_2.ReactNode;
115
115
  value: string;
116
- } & RecursicaAccordionItemProps>, BlockedStylingKeys> & ForbiddenStyles & {
116
+ } & RecursicaAccordionItemProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
117
117
  overStyled?: false | undefined;
118
118
  }, "ref"> | Omit<Omit<Omit<AccordionProps_2, "value" | "children" | "onChange" | "defaultExpanded" | "expanded"> & {
119
119
  children?: default_2.ReactNode;
@@ -142,7 +142,7 @@ declare type AccordionItemWrapperProps = RecursicaOverStyled<Omit<AccordionProps
142
142
 
143
143
  export declare const AccordionPanel: typeof rawComponents.AccordionPanel;
144
144
 
145
- declare const AccordionPanel_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<AccordionDetailsProps & RecursicaAccordionPanelProps>, BlockedStylingKeys> & ForbiddenStyles & {
145
+ declare const AccordionPanel_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<AccordionDetailsProps & RecursicaAccordionPanelProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
146
146
  overStyled?: false | undefined;
147
147
  }, "ref"> | Omit<Omit<AccordionDetailsProps & RecursicaAccordionPanelProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
148
148
  m?: string | number | RecursicaSpacing;
@@ -169,7 +169,7 @@ declare type AccordionProps = RecursicaOverStyled<default_2.HTMLAttributes<HTMLD
169
169
 
170
170
  export declare const AssistiveElement: typeof rawComponents.AssistiveElement;
171
171
 
172
- declare const AssistiveElement_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<FormHelperTextProps, "component" | "error"> & RecursicaAssistiveElementProps>, BlockedStylingKeys> & ForbiddenStyles & {
172
+ declare const AssistiveElement_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<FormHelperTextProps, "component" | "error"> & RecursicaAssistiveElementProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
173
173
  overStyled?: false | undefined;
174
174
  }, "ref"> | Omit<Omit<Omit<FormHelperTextProps, "component" | "error"> & RecursicaAssistiveElementProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
175
175
  m?: string | number | RecursicaSpacing;
@@ -192,7 +192,7 @@ declare type AssistiveElementProps = RecursicaOverStyled<Omit<FormHelperTextProp
192
192
 
193
193
  export declare const AutoComplete: typeof rawComponents.AutoComplete;
194
194
 
195
- declare const AutoComplete_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaAutocompleteProps>, BlockedStylingKeys> & ForbiddenStyles & {
195
+ declare const AutoComplete_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaAutocompleteProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
196
196
  overStyled?: false | undefined;
197
197
  }, "ref"> | Omit<Omit<RecursicaAutocompleteProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
198
198
  m?: string | number | RecursicaSpacing;
@@ -220,7 +220,7 @@ export declare const Avatar: typeof rawComponents.Avatar;
220
220
  *
221
221
  * Supports polymorphism via the `component` prop or `renderRoot` for custom element rendering.
222
222
  */
223
- declare const Avatar_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<AvatarProps_2, "variant"> & RecursicaAvatarProps>, BlockedStylingKeys> & ForbiddenStyles & {
223
+ declare const Avatar_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<AvatarProps_2, "variant"> & RecursicaAvatarProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
224
224
  overStyled?: false | undefined;
225
225
  }, "ref"> | Omit<Omit<Omit<AvatarProps_2, "variant"> & RecursicaAvatarProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
226
226
  m?: string | number | RecursicaSpacing;
@@ -248,7 +248,7 @@ export declare const Badge: typeof rawComponents.Badge;
248
248
  *
249
249
  * Supports polymorphism via the `component` prop or `renderRoot` for custom element rendering.
250
250
  */
251
- declare const Badge_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<BadgeProps_2, "color" | "variant" | "size" | "radius"> & RecursicaBadgeProps>, BlockedStylingKeys> & ForbiddenStyles & {
251
+ declare const Badge_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<BadgeProps_2, "color" | "variant" | "size" | "radius"> & RecursicaBadgeProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
252
252
  overStyled?: false | undefined;
253
253
  }, "ref"> | Omit<Omit<Omit<BadgeProps_2, "color" | "variant" | "size" | "radius"> & RecursicaBadgeProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
254
254
  m?: string | number | RecursicaSpacing;
@@ -284,7 +284,7 @@ export declare const Breadcrumb: typeof rawComponents.Breadcrumb;
284
284
  * custom Link component (e.g. a router Link) that navigates from its own internal handler. See
285
285
  * BREADCRUMB_IMPLEMENTATION_NOTES.md.
286
286
  */
287
- declare const Breadcrumb_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<BreadcrumbsProps, "variant" | "size"> & RecursicaBreadcrumbProps>, BlockedStylingKeys> & ForbiddenStyles & {
287
+ declare const Breadcrumb_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<BreadcrumbsProps, "variant" | "size"> & RecursicaBreadcrumbProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
288
288
  overStyled?: false | undefined;
289
289
  }, "ref"> | Omit<Omit<Omit<BreadcrumbsProps, "variant" | "size"> & RecursicaBreadcrumbProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
290
290
  m?: string | number | RecursicaSpacing;
@@ -325,7 +325,7 @@ export declare const Button: typeof rawComponents.Button;
325
325
  * <Button component={Link} to="/home">Home</Button>
326
326
  * ```
327
327
  */
328
- declare const Button_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<ButtonProps_2, "color" | "variant" | "size" | "fullWidth"> & RecursicaButtonProps>, BlockedStylingKeys> & ForbiddenStyles & {
328
+ declare const Button_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<ButtonProps_2, "color" | "variant" | "size" | "fullWidth"> & RecursicaButtonProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
329
329
  overStyled?: false | undefined;
330
330
  }, "ref"> | Omit<Omit<Omit<ButtonProps_2, "color" | "variant" | "size" | "fullWidth"> & RecursicaButtonProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
331
331
  m?: string | number | RecursicaSpacing;
@@ -403,7 +403,7 @@ declare type CheckboxComponent = default_2.ForwardRefExoticComponent<CheckboxPro
403
403
 
404
404
  export declare const CheckboxGroup: typeof rawComponents.CheckboxGroup;
405
405
 
406
- declare const CheckboxGroup_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaCheckboxGroupProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
406
+ declare const CheckboxGroup_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaCheckboxGroupProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
407
407
  overStyled?: false | undefined;
408
408
  }, "ref"> | Omit<Omit<RecursicaCheckboxGroupProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
409
409
  m?: string | number | RecursicaSpacing;
@@ -432,7 +432,7 @@ export declare const Chip: typeof rawComponents.Chip;
432
432
 
433
433
  declare const Chip_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<ChipProps_2, "color" | "children" | "variant" | "size" | "radius"> & RecursicaChipProps & {
434
434
  children?: default_2.ReactNode;
435
- }>, BlockedStylingKeys> & ForbiddenStyles & {
435
+ }>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
436
436
  overStyled?: false | undefined;
437
437
  }, "ref"> | Omit<Omit<Omit<ChipProps_2, "color" | "children" | "variant" | "size" | "radius"> & RecursicaChipProps & {
438
438
  children?: default_2.ReactNode;
@@ -478,7 +478,7 @@ declare type DatePickerProps_2 = RecursicaOverStyled<RecursicaDatePickerProps_2>
478
478
 
479
479
  export declare const Dropdown: typeof rawComponents.Dropdown;
480
480
 
481
- declare const Dropdown_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaDropdownProps>, BlockedStylingKeys> & ForbiddenStyles & {
481
+ declare const Dropdown_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaDropdownProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
482
482
  overStyled?: false | undefined;
483
483
  }, "ref"> | Omit<Omit<RecursicaDropdownProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
484
484
  m?: string | number | RecursicaSpacing;
@@ -528,7 +528,7 @@ export declare const FileInput: typeof rawComponents.FileInput;
528
528
  * onFileRemove={() => setFiles([])}
529
529
  * />
530
530
  */
531
- declare const FileInput_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaFileInputProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
531
+ declare const FileInput_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaFileInputProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
532
532
  overStyled?: false | undefined;
533
533
  }, "ref"> | Omit<Omit<RecursicaFileInputProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
534
534
  m?: string | number | RecursicaSpacing;
@@ -572,7 +572,7 @@ export declare const FileUpload: typeof rawComponents.FileUpload;
572
572
  * onFileRemove={(id) => setFiles((f) => f.filter((item) => (item.id ?? item.file.name) !== id))}
573
573
  * />
574
574
  */
575
- declare const FileUpload_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaFileUploadProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
575
+ declare const FileUpload_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaFileUploadProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
576
576
  overStyled?: false | undefined;
577
577
  }, "ref"> | Omit<Omit<RecursicaFileUploadProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
578
578
  m?: string | number | RecursicaSpacing;
@@ -689,7 +689,7 @@ declare type GroupProps = WithRecursicaSpacing<OmitSx<Omit<StackProps, "spacing"
689
689
 
690
690
  export declare const Heading: typeof rawComponents.Heading;
691
691
 
692
- declare const Heading_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TypographyProps, "classes" | "variant"> & RecursicaHeadingProps>, BlockedStylingKeys> & ForbiddenStyles & {
692
+ declare const Heading_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TypographyProps, "classes" | "variant"> & RecursicaHeadingProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
693
693
  overStyled?: false | undefined;
694
694
  }, "ref"> | Omit<Omit<Omit<TypographyProps, "classes" | "variant"> & RecursicaHeadingProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
695
695
  m?: string | number | RecursicaSpacing;
@@ -776,7 +776,7 @@ export declare type LayerProps = RecursicaLayerProps & React.HTMLAttributes<HTML
776
776
 
777
777
  export declare const Link: typeof rawComponents.Link;
778
778
 
779
- declare const Link_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<LinkProps_2, "underline"> & RecursicaLinkProps>, BlockedStylingKeys> & ForbiddenStyles & {
779
+ declare const Link_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<LinkProps_2, "underline"> & RecursicaLinkProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
780
780
  overStyled?: false | undefined;
781
781
  }, "ref"> | Omit<Omit<Omit<LinkProps_2, "underline"> & RecursicaLinkProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
782
782
  m?: string | number | RecursicaSpacing;
@@ -817,7 +817,7 @@ export declare function markCurrentPageItem(children: ReactNode): ReactNode;
817
817
 
818
818
  export declare const Menu: typeof rawComponents.Menu;
819
819
 
820
- declare const Menu_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<MenuProps_2 & RecursicaMenuProps>, BlockedStylingKeys> & ForbiddenStyles & {
820
+ declare const Menu_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<MenuProps_2 & RecursicaMenuProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
821
821
  overStyled?: false | undefined;
822
822
  }, "ref"> | Omit<Omit<MenuProps_2 & RecursicaMenuProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
823
823
  m?: string | number | RecursicaSpacing;
@@ -838,7 +838,7 @@ overStyled: true;
838
838
 
839
839
  export declare const MenuDivider: typeof rawComponents.MenuDivider;
840
840
 
841
- declare const MenuDivider_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<DividerProps>, BlockedStylingKeys> & ForbiddenStyles & {
841
+ declare const MenuDivider_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<DividerProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
842
842
  overStyled?: false | undefined;
843
843
  }, "ref"> | Omit<Omit<DividerProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
844
844
  m?: string | number | RecursicaSpacing;
@@ -861,7 +861,7 @@ declare type MenuDividerProps = RecursicaOverStyled<DividerProps>;
861
861
 
862
862
  export declare const MenuItem: typeof rawComponents.MenuItem;
863
863
 
864
- declare const MenuItem_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<MenuItemProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
864
+ declare const MenuItem_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<MenuItemProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
865
865
  overStyled?: false | undefined;
866
866
  }, "ref"> | Omit<Omit<MenuItemProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
867
867
  m?: string | number | RecursicaSpacing;
@@ -931,7 +931,7 @@ declare const Modal_2: typeof ModalRoot & {
931
931
  Footer: typeof ModalFooter;
932
932
  };
933
933
 
934
- declare const ModalBody: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<DialogContentProps>, BlockedStylingKeys> & ForbiddenStyles & {
934
+ declare const ModalBody: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<DialogContentProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
935
935
  overStyled?: false | undefined;
936
936
  }, "ref"> | Omit<Omit<DialogContentProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
937
937
  m?: string | number | RecursicaSpacing;
@@ -952,7 +952,7 @@ declare const ModalBody: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecu
952
952
 
953
953
  declare type ModalBodyProps = RecursicaOverStyled<DialogContentProps>;
954
954
 
955
- declare const ModalFooter: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<DialogActionsProps>, BlockedStylingKeys> & ForbiddenStyles & {
955
+ declare const ModalFooter: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<DialogActionsProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
956
956
  overStyled?: false | undefined;
957
957
  }, "ref"> | Omit<Omit<DialogActionsProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
958
958
  m?: string | number | RecursicaSpacing;
@@ -975,7 +975,7 @@ declare type ModalFooterProps = RecursicaOverStyled<DialogActionsProps>;
975
975
 
976
976
  declare type ModalProps = RecursicaOverStyled<Omit<DialogProps, "size" | "radius" | "shadow" | "open"> & RecursicaModalProps>;
977
977
 
978
- declare const ModalRoot: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<DialogProps, "shadow" | "size" | "open" | "radius"> & RecursicaModalProps>, BlockedStylingKeys> & ForbiddenStyles & {
978
+ declare const ModalRoot: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<DialogProps, "shadow" | "size" | "open" | "radius"> & RecursicaModalProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
979
979
  overStyled?: false | undefined;
980
980
  }, "ref"> | Omit<Omit<Omit<DialogProps, "shadow" | "size" | "open" | "radius"> & RecursicaModalProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
981
981
  m?: string | number | RecursicaSpacing;
@@ -994,7 +994,7 @@ declare const ModalRoot: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecu
994
994
  overStyled: true;
995
995
  }, "ref">) & default_2.RefAttributes<HTMLDivElement>>;
996
996
 
997
- declare const ModalTitle: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<DialogTitleProps>, BlockedStylingKeys> & ForbiddenStyles & {
997
+ declare const ModalTitle: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<DialogTitleProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
998
998
  overStyled?: false | undefined;
999
999
  }, "ref"> | Omit<Omit<DialogTitleProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
1000
1000
  m?: string | number | RecursicaSpacing;
@@ -1023,7 +1023,7 @@ export declare function normalizeComboboxData(data: RecursicaComboboxData | unde
1023
1023
 
1024
1024
  export declare const NumberInput: typeof rawComponents.NumberInput;
1025
1025
 
1026
- declare const NumberInput_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaNumberInputProps>, BlockedStylingKeys> & ForbiddenStyles & {
1026
+ declare const NumberInput_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaNumberInputProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
1027
1027
  overStyled?: false | undefined;
1028
1028
  }, "ref"> | Omit<Omit<RecursicaNumberInputProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
1029
1029
  m?: string | number | RecursicaSpacing;
@@ -1077,7 +1077,7 @@ export declare const Pagination: typeof rawComponents.Pagination;
1077
1077
  /**
1078
1078
  * Recursica Pagination component wrapping Mui's Pagination.
1079
1079
  */
1080
- declare const Pagination_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<PaginationProps_2 & RecursicaPaginationProps>, BlockedStylingKeys> & ForbiddenStyles & {
1080
+ declare const Pagination_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<PaginationProps_2 & RecursicaPaginationProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
1081
1081
  overStyled?: false | undefined;
1082
1082
  }, "ref"> | Omit<Omit<PaginationProps_2 & RecursicaPaginationProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
1083
1083
  m?: string | number | RecursicaSpacing;
@@ -1159,7 +1159,7 @@ declare type PanelProps = RecursicaOverStyled<RecursicaPanelProps_2>;
1159
1159
  */
1160
1160
  declare const PolymorphicCard: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<CardOwnProps & CommonProps & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "className" | "classes" | "style" | "sx" | "children" | "variant" | "elevation" | "square" | "raised"> & {
1161
1161
  component?: React.ElementType | undefined;
1162
- } & RecursicaCardProps>, BlockedStylingKeys> & ForbiddenStyles & {
1162
+ } & RecursicaCardProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
1163
1163
  overStyled?: false | undefined;
1164
1164
  } & {
1165
1165
  flex?: string | number;
@@ -2098,6 +2098,16 @@ declare interface RecursicaFormControlWrapperProps_2 extends RecursicaLabelProps
2098
2098
  export declare interface RecursicaHeadingProps extends default_2.HTMLAttributes<HTMLHeadingElement> {
2099
2099
  /** Heading ordering hierarchies (1 represents H1, 6 represents H6) */
2100
2100
  order?: 1 | 2 | 3 | 4 | 5 | 6;
2101
+ /**
2102
+ * Semantic text color.
2103
+ * @default "default"
2104
+ */
2105
+ color?: TextColor;
2106
+ /**
2107
+ * Emphasis level of the text.
2108
+ * @default "high"
2109
+ */
2110
+ emphasis?: TextEmphasis;
2101
2111
  /** Heading contents */
2102
2112
  children?: default_2.ReactNode;
2103
2113
  /** Polymorphic component override */
@@ -2247,8 +2257,15 @@ declare interface RecursicaNumberInputProps_2 {
2247
2257
 
2248
2258
  /**
2249
2259
  * A wrapper type that blocks styling overrides unless `overStyled: true` is explicitly provided.
2260
+ *
2261
+ * `Allow` is constrained to `BlockedStylingKeys` so only genuinely-blocked keys can be un-blocked,
2262
+ * and defaults to `never` — `RecursicaOverStyled<T>` is byte-identical to the pre-`Allow` behavior.
2263
+ *
2264
+ * NOTE: this only lifts the *type-level* block. A component un-blocking a key is responsible for
2265
+ * consuming it (destructuring it before `filterStylingProps`, or otherwise handling it) so it does
2266
+ * not leak through the runtime styling filter.
2250
2267
  */
2251
- export declare type RecursicaOverStyled<T> = (Omit<WithRecursicaSpacing<T>, BlockedStylingKeys> & ForbiddenStyles & {
2268
+ export declare type RecursicaOverStyled<T, Allow extends BlockedStylingKeys = never> = (Omit<WithRecursicaSpacing<T>, Exclude<BlockedStylingKeys, Allow>> & Omit<ForbiddenStyles, Allow> & {
2252
2269
  overStyled?: false | undefined;
2253
2270
  }) | (WithRecursicaSpacing<T> & {
2254
2271
  overStyled: true;
@@ -2563,6 +2580,16 @@ declare interface RecursicaTextFieldProps_2 {
2563
2580
  export declare interface RecursicaTextProps {
2564
2581
  /** Visual style variant layout */
2565
2582
  variant?: TextVariant;
2583
+ /**
2584
+ * Semantic text color.
2585
+ * @default "default"
2586
+ */
2587
+ color?: TextColor;
2588
+ /**
2589
+ * Emphasis level of the text.
2590
+ * @default "high"
2591
+ */
2592
+ emphasis?: TextEmphasis;
2566
2593
  /** Children nodes */
2567
2594
  children?: default_2.ReactNode;
2568
2595
  /** Polymorphic component tag override */
@@ -2787,7 +2814,7 @@ export declare const SegmentedControl: typeof rawComponents.SegmentedControl;
2787
2814
  declare const SegmentedControl_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<ToggleButtonGroupProps, "className" | "color" | "value" | "classNames" | "variant" | "size" | "radius"> & {
2788
2815
  className?: string;
2789
2816
  classNames?: Partial<Record<string, string>>;
2790
- } & RecursicaSegmentedControlProps>, BlockedStylingKeys> & ForbiddenStyles & {
2817
+ } & RecursicaSegmentedControlProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
2791
2818
  overStyled?: false | undefined;
2792
2819
  }, "ref"> | Omit<Omit<Omit<ToggleButtonGroupProps, "className" | "color" | "value" | "classNames" | "variant" | "size" | "radius"> & {
2793
2820
  className?: string;
@@ -2827,7 +2854,7 @@ export declare const Slider: typeof rawComponents.Slider;
2827
2854
  * custom typography-bound min/max labels (optionally overridden via `minLabel`/`maxLabel`),
2828
2855
  * optional leading/trailing icons, and an explicit read-only layout.
2829
2856
  */
2830
- declare const Slider_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaSliderProps>, BlockedStylingKeys> & ForbiddenStyles & {
2857
+ declare const Slider_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaSliderProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
2831
2858
  overStyled?: false | undefined;
2832
2859
  }, "ref"> | Omit<Omit<RecursicaSliderProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
2833
2860
  m?: string | number | RecursicaSpacing;
@@ -2854,7 +2881,7 @@ declare const Stack_2: ForwardRefExoticComponent<Omit<StackProps_2, "ref"> & Ref
2854
2881
 
2855
2882
  declare type StackProps_2 = WithRecursicaSpacing<OmitSx<StackProps>>;
2856
2883
 
2857
- declare const Step: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<StepProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
2884
+ declare const Step: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<StepProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
2858
2885
  overStyled?: false | undefined;
2859
2886
  }, "ref"> | Omit<Omit<StepProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
2860
2887
  m?: string | number | RecursicaSpacing;
@@ -2873,7 +2900,7 @@ declare const Step: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursica
2873
2900
  overStyled: true;
2874
2901
  }, "ref">) & default_2.RefAttributes<HTMLDivElement>>;
2875
2902
 
2876
- declare const StepButton: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<StepButtonProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
2903
+ declare const StepButton: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<StepButtonProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
2877
2904
  overStyled?: false | undefined;
2878
2905
  }, "ref"> | Omit<Omit<StepButtonProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
2879
2906
  m?: string | number | RecursicaSpacing;
@@ -2894,7 +2921,7 @@ declare const StepButton: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRec
2894
2921
 
2895
2922
  declare type StepButtonProps = RecursicaOverStyled<StepButtonProps_2>;
2896
2923
 
2897
- declare const StepConnector: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<StepConnectorProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
2924
+ declare const StepConnector: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<StepConnectorProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
2898
2925
  overStyled?: false | undefined;
2899
2926
  }, "ref"> | Omit<Omit<StepConnectorProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
2900
2927
  m?: string | number | RecursicaSpacing;
@@ -2917,7 +2944,7 @@ declare type StepConnectorProps = RecursicaOverStyled<StepConnectorProps_2>;
2917
2944
 
2918
2945
  declare const StepLabel: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<StepLabelProps_2 & {
2919
2946
  description?: default_2.ReactNode;
2920
- }>, BlockedStylingKeys> & ForbiddenStyles & {
2947
+ }>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
2921
2948
  overStyled?: false | undefined;
2922
2949
  }, "ref"> | Omit<Omit<StepLabelProps_2 & {
2923
2950
  description?: default_2.ReactNode;
@@ -2944,7 +2971,7 @@ declare type StepLabelProps = RecursicaOverStyled<StepLabelProps_2 & {
2944
2971
 
2945
2972
  export declare const Stepper: typeof rawComponents.Stepper;
2946
2973
 
2947
- declare const Stepper_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaStepperPropsExtended>, BlockedStylingKeys> & ForbiddenStyles & {
2974
+ declare const Stepper_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaStepperPropsExtended>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
2948
2975
  overStyled?: false | undefined;
2949
2976
  }, "ref"> | Omit<Omit<RecursicaStepperPropsExtended, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
2950
2977
  m?: string | number | RecursicaSpacing;
@@ -2977,7 +3004,7 @@ declare type SwitchComponent = React.ForwardRefExoticComponent<SwitchProps_2 & R
2977
3004
 
2978
3005
  export declare const SwitchGroup: typeof rawComponents.SwitchGroup;
2979
3006
 
2980
- declare const SwitchGroup_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaSwitchGroupProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
3007
+ declare const SwitchGroup_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaSwitchGroupProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
2981
3008
  overStyled?: false | undefined;
2982
3009
  }, "ref"> | Omit<Omit<RecursicaSwitchGroupProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
2983
3010
  m?: string | number | RecursicaSpacing;
@@ -3011,7 +3038,7 @@ declare type SwitchWrapperProps = Omit<SwitchProps, "size" | "color" | "radius"
3011
3038
 
3012
3039
  export declare const Tab: typeof rawComponents.Tab;
3013
3040
 
3014
- declare const Tab_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TabProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
3041
+ declare const Tab_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TabProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3015
3042
  overStyled?: false | undefined;
3016
3043
  }, "ref"> | Omit<Omit<TabProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3017
3044
  m?: string | number | RecursicaSpacing;
@@ -3036,7 +3063,7 @@ declare const Table_2: TableComponent;
3036
3063
 
3037
3064
  declare const TableBase: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableOwnProps & CommonProps & Omit<DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "className" | "classes" | "style" | "sx" | "children" | "padding" | "size" | "stickyHeader"> & {
3038
3065
  component?: React.ElementType | undefined;
3039
- } & RecursicaTableProps>, BlockedStylingKeys> & ForbiddenStyles & {
3066
+ } & RecursicaTableProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3040
3067
  overStyled?: false | undefined;
3041
3068
  }, "ref"> | Omit<Omit<TableOwnProps & CommonProps & Omit<DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "className" | "classes" | "style" | "sx" | "children" | "padding" | "size" | "stickyHeader"> & {
3042
3069
  component?: React.ElementType | undefined;
@@ -3057,7 +3084,7 @@ spacing?: string | number | RecursicaSpacing;
3057
3084
  overStyled: true;
3058
3085
  }, "ref">) & RefAttributes<HTMLTableElement>>;
3059
3086
 
3060
- declare const TableBodyComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableBodyProps>, BlockedStylingKeys> & ForbiddenStyles & {
3087
+ declare const TableBodyComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableBodyProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3061
3088
  overStyled?: false | undefined;
3062
3089
  }, "ref"> | Omit<Omit<TableBodyProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3063
3090
  m?: string | number | RecursicaSpacing;
@@ -3078,7 +3105,7 @@ overStyled: true;
3078
3105
 
3079
3106
  declare type TableBodyPropsRecursica = RecursicaOverStyled<TableBodyProps>;
3080
3107
 
3081
- declare const TableCellComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TableCellProps, "children" | "variant"> & RecursicaTableHeaderCellProps & RecursicaTableCellProps>, BlockedStylingKeys> & ForbiddenStyles & {
3108
+ declare const TableCellComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TableCellProps, "children" | "variant"> & RecursicaTableHeaderCellProps & RecursicaTableCellProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3082
3109
  overStyled?: false | undefined;
3083
3110
  }, "ref"> | Omit<Omit<Omit<TableCellProps, "children" | "variant"> & RecursicaTableHeaderCellProps & RecursicaTableCellProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3084
3111
  m?: string | number | RecursicaSpacing;
@@ -3109,7 +3136,7 @@ declare type TableComponent = typeof TableBase & {
3109
3136
  SortLabel: typeof TableSortLabelComponent;
3110
3137
  };
3111
3138
 
3112
- declare const TableContainerComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableContainerProps>, BlockedStylingKeys> & ForbiddenStyles & {
3139
+ declare const TableContainerComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableContainerProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3113
3140
  overStyled?: false | undefined;
3114
3141
  }, "ref"> | Omit<Omit<TableContainerProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3115
3142
  m?: string | number | RecursicaSpacing;
@@ -3130,7 +3157,7 @@ overStyled: true;
3130
3157
 
3131
3158
  declare type TableContainerPropsRecursica = RecursicaOverStyled<TableContainerProps>;
3132
3159
 
3133
- declare const TableFooterComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableFooterProps>, BlockedStylingKeys> & ForbiddenStyles & {
3160
+ declare const TableFooterComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableFooterProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3134
3161
  overStyled?: false | undefined;
3135
3162
  }, "ref"> | Omit<Omit<TableFooterProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3136
3163
  m?: string | number | RecursicaSpacing;
@@ -3151,7 +3178,7 @@ overStyled: true;
3151
3178
 
3152
3179
  declare type TableFooterPropsRecursica = RecursicaOverStyled<TableFooterProps>;
3153
3180
 
3154
- declare const TableHeadComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableHeadProps>, BlockedStylingKeys> & ForbiddenStyles & {
3181
+ declare const TableHeadComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableHeadProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3155
3182
  overStyled?: false | undefined;
3156
3183
  }, "ref"> | Omit<Omit<TableHeadProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3157
3184
  m?: string | number | RecursicaSpacing;
@@ -3174,7 +3201,7 @@ declare type TableHeadPropsRecursica = RecursicaOverStyled<TableHeadProps>;
3174
3201
 
3175
3202
  declare type TableProps = RecursicaOverStyled<TableProps_2 & RecursicaTableProps>;
3176
3203
 
3177
- declare const TableRowComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TableRowProps, "children"> & RecursicaTableRowProps>, BlockedStylingKeys> & ForbiddenStyles & {
3204
+ declare const TableRowComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TableRowProps, "children"> & RecursicaTableRowProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3178
3205
  overStyled?: false | undefined;
3179
3206
  }, "ref"> | Omit<Omit<Omit<TableRowProps, "children"> & RecursicaTableRowProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3180
3207
  m?: string | number | RecursicaSpacing;
@@ -3195,7 +3222,7 @@ overStyled: true;
3195
3222
 
3196
3223
  declare type TableRowPropsRecursica = RecursicaOverStyled<Omit<TableRowProps, "children"> & RecursicaTableRowProps>;
3197
3224
 
3198
- declare const TableSortLabelComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableSortLabelProps>, BlockedStylingKeys> & ForbiddenStyles & {
3225
+ declare const TableSortLabelComponent: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TableSortLabelProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3199
3226
  overStyled?: false | undefined;
3200
3227
  }, "ref"> | Omit<Omit<TableSortLabelProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3201
3228
  m?: string | number | RecursicaSpacing;
@@ -3218,7 +3245,7 @@ declare type TableSortLabelPropsRecursica = RecursicaOverStyled<TableSortLabelPr
3218
3245
 
3219
3246
  export declare const TabPanel: typeof rawComponents.TabPanel;
3220
3247
 
3221
- declare const TabPanel_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TabPanelProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
3248
+ declare const TabPanel_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<TabPanelProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3222
3249
  overStyled?: false | undefined;
3223
3250
  }, "ref"> | Omit<Omit<TabPanelProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3224
3251
  m?: string | number | RecursicaSpacing;
@@ -3243,7 +3270,7 @@ declare type TabProps = RecursicaOverStyled<TabProps_2>;
3243
3270
 
3244
3271
  export declare const Tabs: typeof rawComponents.Tabs;
3245
3272
 
3246
- declare const Tabs_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaTabsPropsExtended>, BlockedStylingKeys> & ForbiddenStyles & {
3273
+ declare const Tabs_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaTabsPropsExtended>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3247
3274
  overStyled?: false | undefined;
3248
3275
  }, "ref"> | Omit<Omit<RecursicaTabsPropsExtended, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3249
3276
  m?: string | number | RecursicaSpacing;
@@ -3267,7 +3294,7 @@ declare type TabsProps_2 = RecursicaOverStyled<RecursicaTabsPropsExtended>;
3267
3294
  declare const Text_2: typeof rawComponents.Text;
3268
3295
  export { Text_2 as Text }
3269
3296
 
3270
- declare const Text_3: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TypographyProps, "classes" | "variant"> & RecursicaTextProps>, BlockedStylingKeys> & ForbiddenStyles & {
3297
+ declare const Text_3: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TypographyProps, "classes" | "variant"> & RecursicaTextProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3271
3298
  overStyled?: false | undefined;
3272
3299
  }, "ref"> | Omit<Omit<Omit<TypographyProps, "classes" | "variant"> & RecursicaTextProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3273
3300
  m?: string | number | RecursicaSpacing;
@@ -3288,7 +3315,7 @@ overStyled: true;
3288
3315
 
3289
3316
  export declare const TextArea: typeof rawComponents.TextArea;
3290
3317
 
3291
- declare const TextArea_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaTextAreaProps>, BlockedStylingKeys> & ForbiddenStyles & {
3318
+ declare const TextArea_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaTextAreaProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3292
3319
  overStyled?: false | undefined;
3293
3320
  }, "ref"> | Omit<Omit<RecursicaTextAreaProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3294
3321
  m?: string | number | RecursicaSpacing;
@@ -3309,9 +3336,19 @@ declare const TextArea_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRec
3309
3336
 
3310
3337
  declare type TextAreaProps = RecursicaOverStyled<RecursicaTextAreaProps>;
3311
3338
 
3339
+ /**
3340
+ * Supported semantic color options for text in Recursica.
3341
+ */
3342
+ declare type TextColor = "default" | "warning" | "alert" | "success";
3343
+
3344
+ /**
3345
+ * Supported emphasis levels for text in Recursica.
3346
+ */
3347
+ declare type TextEmphasis = "low" | "high";
3348
+
3312
3349
  export declare const TextField: typeof rawComponents.TextField;
3313
3350
 
3314
- declare const TextField_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaTextFieldProps>, BlockedStylingKeys> & ForbiddenStyles & {
3351
+ declare const TextField_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaTextFieldProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3315
3352
  overStyled?: false | undefined;
3316
3353
  }, "ref"> | Omit<Omit<RecursicaTextFieldProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3317
3354
  m?: string | number | RecursicaSpacing;
@@ -3366,7 +3403,7 @@ declare const TimelineItem_2: default_2.ForwardRefExoticComponent<(Omit<Omit<Wit
3366
3403
  title?: default_2.ReactNode;
3367
3404
  /* Excluded from this release type: __active */
3368
3405
  /* Excluded from this release type: __isLast */
3369
- }>, BlockedStylingKeys> & ForbiddenStyles & {
3406
+ }>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3370
3407
  overStyled?: false | undefined;
3371
3408
  }, "ref"> | Omit<Omit<Omit<TimelineItemProps, "color" | "title" | "radius" | "lineVariant"> & RecursicaTimelineItemProps & {
3372
3409
  /** Heading rendered above the item's description/timestamp */
@@ -3412,7 +3449,7 @@ declare type TimePickerProps_2 = RecursicaOverStyled<RecursicaTimePickerProps>;
3412
3449
 
3413
3450
  export declare const Toast: typeof rawComponents.Toast;
3414
3451
 
3415
- declare const Toast_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<AlertProps, "color" | "variant" | "onClose" | "radius"> & RecursicaToastProps>, BlockedStylingKeys> & ForbiddenStyles & {
3452
+ declare const Toast_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<AlertProps, "color" | "variant" | "onClose" | "radius"> & RecursicaToastProps>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3416
3453
  overStyled?: false | undefined;
3417
3454
  }, "ref"> | Omit<Omit<Omit<AlertProps, "color" | "variant" | "onClose" | "radius"> & RecursicaToastProps, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3418
3455
  m?: string | number | RecursicaSpacing;
@@ -3478,7 +3515,7 @@ declare type TooltipProps_2 = RecursicaOverStyled<TooltipProps & RecursicaToolti
3478
3515
 
3479
3516
  export declare const TransferList: typeof rawComponents.TransferList;
3480
3517
 
3481
- declare const TransferList_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaTransferListProps_2>, BlockedStylingKeys> & ForbiddenStyles & {
3518
+ declare const TransferList_2: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<RecursicaTransferListProps_2>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3482
3519
  overStyled?: false | undefined;
3483
3520
  }, "ref"> | Omit<Omit<RecursicaTransferListProps_2, "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "gap" | "rowGap" | "columnGap" | "gutter" | "spacing"> & {
3484
3521
  m?: string | number | RecursicaSpacing;
@@ -3521,7 +3558,7 @@ declare type TreeProps = RecursicaOverStyled<RecursicaTreeProps & Omit<default_2
3521
3558
  export declare const Typography: ForwardRefExoticComponent<(Omit<Omit<WithRecursicaSpacing<Omit<TypographyProps, "variant"> & {
3522
3559
  typographyClass: string;
3523
3560
  component?: React.ElementType;
3524
- }>, BlockedStylingKeys> & ForbiddenStyles & {
3561
+ }>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3525
3562
  overStyled?: false | undefined;
3526
3563
  }, "ref"> | Omit<Omit<Omit<TypographyProps, "variant"> & {
3527
3564
  typographyClass: string;
@@ -3549,7 +3586,7 @@ declare const Typography_2: default_2.ForwardRefExoticComponent<(Omit<Omit<WithR
3549
3586
  */
3550
3587
  typographyClass: string;
3551
3588
  component?: default_2.ElementType;
3552
- }>, BlockedStylingKeys> & ForbiddenStyles & {
3589
+ }>, "className" | "classes" | "style" | "sx" | "color" | "bgcolor" | "backgroundColor" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textAlign" | "border" | "borderTop" | "borderBottom" | "borderLeft" | "borderRight" | "borderColor" | "borderRadius" | "boxShadow" | "display" | "position" | "zIndex" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "classNames" | "styles" | "vars" | "bg" | "c" | "opacity" | "ff" | "fz" | "fw" | "lts" | "ta" | "lh" | "fs" | "tt" | "td" | "bd" | "bdw" | "bds" | "bdc" | "bdr" | "shadow" | "w" | "miw" | "maw" | "h" | "mih" | "mah"> & Omit<ForbiddenStyles, never> & {
3553
3590
  overStyled?: false | undefined;
3554
3591
  }, "ref"> | Omit<Omit<Omit<TypographyProps, "variant"> & {
3555
3592
  /**
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "url": "git+https://github.com/borderux/recursica.git",
14
14
  "directory": "packages/mui-adapter"
15
15
  },
16
- "version": "0.39.4",
16
+ "version": "0.39.5",
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
@@ -114,7 +114,7 @@
114
114
  "vitest": "^3.2.4"
115
115
  },
116
116
  "dependencies": {
117
- "@recursica/adapter-common": "^0.29.1",
117
+ "@recursica/adapter-common": "^0.30.0",
118
118
  "dayjs": "^1.11.21"
119
119
  },
120
120
  "peerDependencies": {