@vaadin/vaadin-material-styles
Version:
Vaadin Material is a complete theme for Vaadin components, inspired by Google’s Material Design guidelines.
24 lines (23 loc) • 746 B
JavaScript
/**
* @license
* Copyright (c) 2017 - 2025 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
import './mixins/field-button.js';
export * from './mixins/field-button.js';
import './mixins/menu-overlay.js';
export * from './mixins/menu-overlay.js';
import './mixins/overlay.js';
export * from './mixins/overlay.js';
import './mixins/required-field.js';
export * from './mixins/required-field.js';
import './color.js';
export * from './color.js';
import './font-icons.js';
export * from './font-icons.js';
import './shadow.js';
export * from './shadow.js';
import './typography.js';
export * from './typography.js';
import './user-colors.js';
export * from './user-colors.js';