UNPKG

@wix/design-system

Version:

@wix/design-system

44 lines 1.25 kB
export declare const SKINS: { readonly standard: "standard"; readonly dark: "dark"; readonly inverted: "inverted"; readonly destructive: "destructive"; readonly success: "success"; }; export declare const SHAPES: { readonly square: "square"; readonly round: "round"; readonly pill: "pill"; }; export declare const PRIORITY: { readonly primary: "primary"; }; export declare const iconChildSize: { readonly tiny: "18px"; readonly small: "18px"; readonly medium: "24px"; readonly large: "24px"; }; export declare const dataHooks: { readonly label: "toggle-button-label"; readonly button: "toggle-button-button"; }; export declare const dataAttr: { readonly selected: "data-selected"; readonly skin: "data-skin"; readonly placement: "data-placement"; readonly shape: "data-shape"; }; export declare const testStories: { readonly ToggleButton_SKINS: "ToggleButton skins"; }; export declare const testDataHooks: { readonly iconOfToggleButton: "toggleButton-icon"; }; export declare const pillTextSizesMap: { readonly tiny: "tiny"; readonly small: "small"; readonly medium: "medium"; readonly large: "medium"; }; //# sourceMappingURL=constants.d.ts.map