myshell-react-lib 0.1.43 → 0.1.45

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.cts CHANGED
@@ -1332,11 +1332,15 @@ interface BaseStateProps {
1332
1332
  hideLogo?: boolean;
1333
1333
  icon?: React.ElementType;
1334
1334
  onBack?: () => void;
1335
+ iconClassName?: string;
1336
+ logoClassName?: string;
1337
+ titleClassName?: string;
1338
+ descriptionClassName?: string;
1335
1339
  }
1336
1340
  interface StateProps extends BaseStateProps {
1337
1341
  variant: StateVariant;
1338
1342
  }
1339
- declare const State$1: ({ variant, title, description, className, icon, logo, backBtnText, hideLogo, onBack, }: StateProps) => react_jsx_runtime.JSX.Element;
1343
+ declare const State$1: ({ variant, title, description, className, icon, logo, backBtnText, iconClassName, logoClassName, titleClassName, descriptionClassName, hideLogo, onBack, }: StateProps) => react_jsx_runtime.JSX.Element;
1340
1344
  declare const ErrorState: (args: BaseStateProps) => react_jsx_runtime.JSX.Element;
1341
1345
  declare const NetworkErrorState: (args: BaseStateProps) => react_jsx_runtime.JSX.Element;
1342
1346
  declare const NotFoundState: (args: BaseStateProps) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1332,11 +1332,15 @@ interface BaseStateProps {
1332
1332
  hideLogo?: boolean;
1333
1333
  icon?: React.ElementType;
1334
1334
  onBack?: () => void;
1335
+ iconClassName?: string;
1336
+ logoClassName?: string;
1337
+ titleClassName?: string;
1338
+ descriptionClassName?: string;
1335
1339
  }
1336
1340
  interface StateProps extends BaseStateProps {
1337
1341
  variant: StateVariant;
1338
1342
  }
1339
- declare const State$1: ({ variant, title, description, className, icon, logo, backBtnText, hideLogo, onBack, }: StateProps) => react_jsx_runtime.JSX.Element;
1343
+ declare const State$1: ({ variant, title, description, className, icon, logo, backBtnText, iconClassName, logoClassName, titleClassName, descriptionClassName, hideLogo, onBack, }: StateProps) => react_jsx_runtime.JSX.Element;
1340
1344
  declare const ErrorState: (args: BaseStateProps) => react_jsx_runtime.JSX.Element;
1341
1345
  declare const NetworkErrorState: (args: BaseStateProps) => react_jsx_runtime.JSX.Element;
1342
1346
  declare const NotFoundState: (args: BaseStateProps) => react_jsx_runtime.JSX.Element;