UNPKG

@wix/design-system

Version:

@wix/design-system

26 lines (25 loc) 848 B
"use strict"; exports.__esModule = true; exports.dataHooks = exports.SIZE = exports.POSITION = void 0; var componentName = 'cornerradiusinput'; var dataHooks = exports.dataHooks = { topLeft: "".concat(componentName, "-top-left-corner"), topRight: "".concat(componentName, "-top-right-corner"), bottomLeft: "".concat(componentName, "-bottom-left-corner"), bottomRight: "".concat(componentName, "-bottom-right-corner"), autoScaleButton: "".concat(componentName, "-linking-button"), liveRegion: "".concat(componentName, "-live-region") }; var SIZE = exports.SIZE = { tiny: 'tiny', small: 'small', medium: 'medium', large: 'large' }; var POSITION = exports.POSITION = { topLeft: 'topLeft', topRight: 'topRight', bottomLeft: 'bottomLeft', bottomRight: 'bottomRight' }; //# sourceMappingURL=CornerRadiusInput.constants.js.map