UNPKG

@trimble-oss/moduswebcomponents

Version:

Modus Web Components is a modern, accessible UI library built with Stencil JS that provides reusable web components following Trimble's Modus design system. This updated version focuses on improved flexibility, enhanced theming options, comprehensive cust

12 lines (9 loc) 272 B
'use strict'; // Used by inputs with labels rendered horizontally (checkbox, radio, toggle) to get label sizes. const DAISY_TO_MODUS_LABEL_SIZE = { xs: 'sm', sm: 'md', md: 'lg', lg: 'lg', }; exports.DAISY_TO_MODUS_LABEL_SIZE = DAISY_TO_MODUS_LABEL_SIZE;