UNPKG

rmwc

Version:

A thin React wrapper for Material Design (Web) Components

15 lines (9 loc) 809 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.themeOptions = exports.themeOptionsCamel = undefined; var _toDashCase = require('../Base/utils/to-dash-case'); var themeOptionsCamel = exports.themeOptionsCamel = ['primary', 'secondary', 'background', 'surface', 'onPrimary', 'onSecondary', 'onSurface', 'textPrimaryOnBackground', 'textSecondaryOnBackground', 'textHintOnBackground', 'textDisabledOnBackground', 'textIconOnBackground', 'textPrimaryOnLight', 'textSecondaryOnLight', 'textHintOnLight', 'textDisabledOnLight', 'textIconOnLight', 'textPrimaryOnDark', 'textSecondaryOnDark', 'textHintOnDark', 'textDisabledOnDark', 'textIconOnDark']; var themeOptions = exports.themeOptions = themeOptionsCamel.map(_toDashCase.toDashCase); exports.default = themeOptions;