UNPKG

@zohodesk/components

Version:

Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development

36 lines (32 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _constants = require("@zohodesk/dotkit/es/utils/constants"); var _constants2 = require("../constants"); var defaultProps = { palette: _constants2.DEFAULT_PALETTE, bgAppearance: _constants2.DEFAULT_BG_APPEARANCE, borderAppearance: _constants2.DEFAULT_BORDER_APPEARANCE, variant: _constants2.DEFAULT_VARIANT, size: _constants2.DEFAULT_SIZE, status: _constants2.DEFAULT_STATUS, loaderPlacement: _constants2.DEFAULT_LOADER_PLACEMENT, iconPlacement: _constants2.DEFAULT_ICON_PLACEMENT, iconSize: _constants2.DEFAULT_ICON_SIZE, paletteShade: _constants2.DEFAULT_PALETTE_SHADE, disabledAppearance: _constants2.DEFAULT_DISABLED_APPEARANCE, isDisabled: false, isReadOnly: false, isSelected: false, shape: _constants2.DEFAULT_SHAPE, type: _constants2.DEFAULT_BUTTON_TYPE, onClick: _constants.DUMMY_FUNCTION, customClass: _constants.DUMMY_OBJECT, customProps: _constants.DUMMY_OBJECT, customAttributes: _constants.DUMMY_OBJECT, a11yAttributes: _constants.DUMMY_OBJECT }; var _default = defaultProps; exports["default"] = _default;