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

16 lines (15 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FONT_SIZE = exports.DISPLAY_MODE = void 0; var DISPLAY_MODE = { block: 'flex', inline: 'inline' }; exports.DISPLAY_MODE = DISPLAY_MODE; var FONT_SIZE = { small: '13', medium: '14' }; exports.FONT_SIZE = FONT_SIZE;