@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
23 lines (19 loc) • 623 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var _constants = require("../utils/constants");
var _constant = require("@zohodesk/utils/es/constantProps/constant");
var defaultProps = {
themeAppearance: _constants.THEME_APPEARANCE_LIGHT,
themeColor: _constants.THEME_COLOR_BLUE,
baseZoomUnit: '1px',
baseFontUnit: '16px',
zoomUnitVariable: '--zd_baseUnit',
fontUnitVariable: '--zd_baseFontUnit',
excludeFeatures: _constant.DUMMY_ARRAY,
themeAppearanceAttr: 'data-mode',
themeColorAttr: 'data-theme'
};
exports.defaultProps = defaultProps;