UNPKG

@elastic/eui

Version:

Elastic UI Component Library

19 lines (18 loc) 850 B
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ export var EuiThemeShadowSizes = ['xs', 's', 'm', 'l', 'xl']; /** * Shadow t-shirt sizes descriptions */ export var _EuiShadowSizesDescriptions = { xs: 'Very subtle shadow used on small components.', s: 'Adds subtle depth, usually used in conjunction with a border.', m: 'Used on small sized portalled content like popovers.', l: 'Primary shadow used in most cases to add visible depth.', xl: 'Very large shadows used for large portalled style containers like modals and flyouts.' };