UNPKG

@wix/design-system

Version:

@wix/design-system

17 lines 695 B
export const DataHooks = { hsb: 'color-picker-hsb', hue: 'color-picker-hue', converter: 'color-picker-converter', children: 'color-picker-children', cancelButton: 'color-picker-cancel-button', confirmButton: 'color-picker-confirm-button', history: 'color-picker-history', historyPrevious: 'color-picker-history-previous', historyCurrent: 'color-picker-history-current', addColor: 'color-picker-add-color', eyeDropper: 'color-picker-eye-dropper', hexConverterBtn: 'color-picker-hex-converter-btn', rgbConverterBtn: 'color-picker-rgb-converter-btn', hsbConverterBtn: 'color-picker-hsb-converter-btn', }; //# sourceMappingURL=constants.js.map