UNPKG

@useloops/design-system

Version:

The official React based Loops design system

9 lines (8 loc) 825 B
export { blueRamp, generateRamp, greenRamp, neutralRamp, peachRamp, purpleRamp, redRamp, yellowRamp } from './systems/BrandCore/colorRamps.js'; export { blue, darkNeutral, darkNeutralAlpha, green, neutral, neutralAlpha, peach, purple, red, yellow } from './systems/BrandCore/primitiveColor.js'; export { GenericSizeMap, base, boxShadow, breakpoints, easing, elevation, elevationFilter, margin, padding, radius, space } from './systems/BrandCore/primitiveVariables.js'; export { semantic } from './systems/BrandCore/semanticColor.js'; export { ColorRange, ColorRangeAlpha, FontWeight, SemanticColor } from './systems/BrandCore/types.js'; export { fonts } from './systems/BrandCore/typography.js'; export { IconName } from './BrandCore/Icon.js'; export { default as Icon, iconSizeMap } from './systems/BrandCore/Icon/Icon.js';