@factorialco/deprecated-design-system 0.0.13 → 0.0.15

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.
@@ -475,7 +475,7 @@ declare interface BoxProps {
475
475
  [key in Breakpoint]?: GridSpan;
476
476
  };
477
477
  gridRowSpan?: GridSpan;
478
- extra?: React_2.HTMLAttributes<HTMLElement>;
478
+ extra?: Record<string, any>;
479
479
  }
480
480
 
481
481
  declare type BoxShadow = keyof typeof shadows;
@@ -764,6 +764,7 @@ declare interface ContainerProps {
764
764
  isMultiSelect?: boolean;
765
765
  hasSearch?: boolean;
766
766
  defaultSearchPlaceholder: string;
767
+ extra?: Record<string, any>;
767
768
  }
768
769
 
769
770
  declare const Content: FC<PropsWithChildren>;
@@ -923,7 +924,7 @@ export declare type DesignSystemSelectProps = LabeledInputProps & DefaultOptionP
923
924
  value?: string;
924
925
  defaultValue?: string;
925
926
  hideError?: boolean;
926
- extra?: React_2.HTMLAttributes<HTMLSelectElement>;
927
+ extra?: Record<string, any>;
927
928
  missingLabel: string;
928
929
  selectValue: string;
929
930
  };
@@ -964,7 +965,7 @@ export declare type DesignSystemTextFieldProps = LabeledInputProps & {
964
965
  defaultValue?: string;
965
966
  title?: string;
966
967
  avoidPasswordManagers?: boolean;
967
- extra?: default_2.HTMLAttributes<HTMLInputElement>;
968
+ extra?: Record<string, any>;
968
969
  missingLabel: string;
969
970
  selectValue: string;
970
971
  };
@@ -1859,7 +1860,7 @@ export declare const PopoverMenu: {
1859
1860
  disabled?: boolean;
1860
1861
  asChild?: boolean;
1861
1862
  "aria-label"?: string;
1862
- extra?: React_2.HTMLAttributes<HTMLElement>;
1863
+ extra?: Record<string, any>;
1863
1864
  }>) => JSX_2.Element;
1864
1865
  Content: ({ children, side, align, onInteractOutside, width, "aria-label": ariaLabel, hideWhenDetached, disablePortal, focusOnOpen, offset, paddingTop, paddingBottom, hideOutline, }: React_2.PropsWithChildren<ContentProps>) => JSX_2.Element;
1865
1866
  HrefOption: ({ title, description, icon, danger, disabled, fullWidth, href, download, target, extraContent, }: HrefOptionComponentProps) => JSX_2.Element;
@@ -1895,6 +1896,7 @@ declare interface PopoverProps extends InheritedProps_2 {
1895
1896
  missingLabel: string;
1896
1897
  selectValue: string;
1897
1898
  defaultSearchPlaceholder: string;
1899
+ extra?: Record<string, any>;
1898
1900
  }
1899
1901
 
1900
1902
  declare type PopoverProps_2 = React_2.ComponentProps<typeof Popover_4>;
@@ -1953,7 +1955,7 @@ declare interface Props extends ComponentProps<typeof Button> {
1953
1955
  rel?: string;
1954
1956
  title?: string;
1955
1957
  download?: boolean | string;
1956
- extra?: React.HTMLAttributes<HTMLAnchorElement>;
1958
+ extra?: Record<string, any>;
1957
1959
  }
1958
1960
 
1959
1961
  declare interface Props_100 {
@@ -2154,7 +2156,7 @@ declare interface Props_2 {
2154
2156
  submit?: boolean;
2155
2157
  disabled?: boolean;
2156
2158
  loading?: boolean;
2157
- extra?: React.HTMLAttributes<HTMLButtonElement>;
2159
+ extra?: Record<string, any>;
2158
2160
  }
2159
2161
 
2160
2162
  declare interface Props_20 {
@@ -2323,7 +2325,7 @@ declare interface Props_34 {
2323
2325
  onClickAction?: (event: React_2.SyntheticEvent) => unknown;
2324
2326
  bang?: boolean;
2325
2327
  children?: React_2.ReactNode;
2326
- extra?: React_2.HTMLAttributes<HTMLDivElement>;
2328
+ extra?: React_2.HTMLAttributes<HTMLDivElement> & Record<string, any>;
2327
2329
  }
2328
2330
 
2329
2331
  declare interface Props_35 {
@@ -2380,7 +2382,7 @@ declare type Props_4 = Omit<ComponentProps<typeof Button>, 'children'> & {
2380
2382
  */
2381
2383
  optionsDisabled?: boolean;
2382
2384
  dropdownAriaLabel?: string;
2383
- extra?: React.HTMLAttributes<HTMLElement>;
2385
+ extra?: Record<string, any>;
2384
2386
  };
2385
2387
 
2386
2388
  declare interface Props_40 extends Props_37 {
@@ -2424,7 +2426,7 @@ declare type Props_46 = DesignSystemTextAreaProps & {
2424
2426
  info?: string;
2425
2427
  showInfo?: boolean;
2426
2428
  showCharacterCount?: boolean;
2427
- extra?: React_2.HTMLAttributes<HTMLTextAreaElement>;
2429
+ extra?: Record<string, any>;
2428
2430
  missingLabel: string;
2429
2431
  selectValue: string;
2430
2432
  };
@@ -2459,7 +2461,7 @@ declare interface Props_5 {
2459
2461
  onClick?: () => void;
2460
2462
  disabled?: boolean;
2461
2463
  iconName?: MediumIcon;
2462
- extra?: React.HTMLAttributes<HTMLElement>;
2464
+ extra?: Record<string, any>;
2463
2465
  }
2464
2466
 
2465
2467
  declare interface Props_50 {
@@ -2682,7 +2684,7 @@ declare interface Props_72 {
2682
2684
  to?: To;
2683
2685
  onClick?: () => void;
2684
2686
  height?: Dimensions;
2685
- extra?: React.HTMLAttributes<HTMLElement>;
2687
+ extra?: Record<string, any>;
2686
2688
  }
2687
2689
 
2688
2690
  declare interface Props_73 {
@@ -2966,6 +2968,7 @@ declare interface PublicProps_2 {
2966
2968
  isMultiSelect?: boolean;
2967
2969
  showSeparator?: boolean;
2968
2970
  isChecked?: boolean;
2971
+ extra?: Record<string, any>;
2969
2972
  }
2970
2973
 
2971
2974
  declare interface PublicProps_3<TabId extends string = string> {
@@ -3070,7 +3073,7 @@ declare interface SectionProps {
3070
3073
  link?: TitleProps['link'];
3071
3074
  banner?: React_2.ReactNode;
3072
3075
  size?: TitleProps['variant'];
3073
- extra?: React_2.HTMLAttributes<HTMLElement>;
3076
+ extra?: Record<string, any>;
3074
3077
  }
3075
3078
 
3076
3079
  declare interface SectionSettingsProps extends SectionProps {
@@ -3396,7 +3399,7 @@ declare interface TableProps {
3396
3399
  key?: number;
3397
3400
  style?: Partial<CSSStyleDeclaration>;
3398
3401
  density?: TableDensity;
3399
- extra?: React_2.HTMLAttributes<HTMLElement>;
3402
+ extra?: Record<string, any>;
3400
3403
  }
3401
3404
 
3402
3405
  declare type TableRowProps = React_2.PropsWithChildren<{
@@ -3410,7 +3413,7 @@ declare type TableRowProps = React_2.PropsWithChildren<{
3410
3413
  className?: string;
3411
3414
  backgroundHover?: Colors;
3412
3415
  style?: React_2.CSSProperties;
3413
- extra?: React_2.HTMLAttributes<HTMLTableRowElement>;
3416
+ extra?: Record<string, any>;
3414
3417
  }>;
3415
3418
 
3416
3419
  declare interface TableSortingHeaderProps {
@@ -4966,7 +4969,7 @@ declare type TouchableOptionComponentProps = BaseOptionProps & {
4966
4969
  onClick?: ((event: Event) => void) | undefined;
4967
4970
  fullWidth?: boolean;
4968
4971
  rightIcon?: boolean;
4969
- extra?: React_2.HTMLAttributes<HTMLElement>;
4972
+ extra?: Record<string, any>;
4970
4973
  };
4971
4974
  export { TouchableOptionComponentProps as PopoverMenuTouchableOptionProps }
4972
4975
  export { TouchableOptionComponentProps }