hplx-react-elements-dev 1.2.19 → 1.2.21
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/esm/index.js +2 -2
- package/dist/esm/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/types.d.ts
CHANGED
|
@@ -337,7 +337,7 @@ export interface RadioBtnProps {
|
|
|
337
337
|
checked?: any;
|
|
338
338
|
name?: string;
|
|
339
339
|
}
|
|
340
|
-
export type ToggleSwitchThemeType = "Dark" | "Light";
|
|
340
|
+
export type ToggleSwitchThemeType = "Dark" | "Light" | "Tertiary";
|
|
341
341
|
export type ToggleSwitchSizeType = "sm" | "md";
|
|
342
342
|
export interface ToggleSwitchProps {
|
|
343
343
|
theme: ToggleSwitchThemeType;
|