forstok-ui-lib 5.2.50 → 5.2.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -449,11 +449,11 @@ declare const DateTimeComponent: ({ dateTimeData }: {
449
449
 
450
450
  type TRadio = InputHTMLAttributes<HTMLInputElement> & {
451
451
  children?: ReactNode;
452
- mode?: string;
452
+ $mode?: string;
453
453
  evChange?: (e: ChangeEvent<HTMLInputElement>) => void;
454
454
  'data-qa-id'?: string;
455
455
  };
456
- declare const RadioComponent: ({ children, mode, evChange, ...props }: TRadio) => react_jsx_runtime.JSX.Element;
456
+ declare const RadioComponent: ({ children, $mode, evChange, ...props }: TRadio) => react_jsx_runtime.JSX.Element;
457
457
 
458
458
  declare const FormContainer: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<styled_components.FastOmit<styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, never>, {
459
459
  name?: string;