hplx-react-elements-dev 1.2.51 → 1.2.53

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.
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { ToggleSwitchProps } from "../types";
3
- declare const ToggleSwitch: ({ size, theme, disabled, text, secondaryText, id, onClick, isToggled, }: ToggleSwitchProps) => JSX.Element;
3
+ declare const ToggleSwitch: ({ size, theme, disabled, text, secondaryText, id, onClick, isToggled, labelClass, }: ToggleSwitchProps) => JSX.Element;
4
4
  export default ToggleSwitch;
@@ -361,6 +361,7 @@ export interface ToggleSwitchProps {
361
361
  id: any;
362
362
  onClick?: () => void;
363
363
  isToggled: boolean;
364
+ labelClass?: string;
364
365
  }
365
366
  export interface ToggleButtonProps {
366
367
  variant: typographyVariantType;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.2.51",
12
+ "version": "1.2.53",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",