@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
8 lines • 1.97 kB
JavaScript
import{Shape as e}from"../node_modules/@sandlada/mdk/build/domain/shape.js";import"../node_modules/@sandlada/mdk/build/index.js";import{Color as t}from"../utils/tokens/theme.js";import{createStyleDefinition as n}from"../utils/tokens/create-style-definition.js";
/**
* @license
* Copyright 2026 Kai-Orion & Sandlada
* SPDX-License-Identifier: MIT
*/
const r={"enabled-container-max-height-peek":`40vh`,"enabled-container-max-height-full":`96vh`,"enabled-container-shape-start-start":e.ExtraLarge,"enabled-container-shape-start-end":e.ExtraLarge,"enabled-container-shape-end-start":`0`,"enabled-container-shape-end-end":`0`,"dragged-container-shape-start-start":e.ExtraLarge,"dragged-container-shape-start-end":e.ExtraLarge,"dragged-container-shape-end-start":e.ExtraLarge,"dragged-container-shape-end-end":e.ExtraLarge,"enabled-container-elevation":`1`,"container-shadow-color":t.Shadow,"header-container-inline-leading-padding-space":`24px`,"header-container-inline-trailing-padding-space":`24px`,"header-container-block-leading-padding-space":`0px`,"header-container-block-trailing-padding-space":`16px`,"content-container-inline-leading-padding-space":`24px`,"content-container-inline-trailing-padding-space":`24px`,"content-container-block-leading-padding-space":`16px`,"content-container-block-trailing-padding-space":`24px`,"drag-handle-width":`32px`,"drag-handle-height":`4px`,"drag-handle-shape":`2px`,"drag-handle-container-block-leading-padding-space":`22px`,"drag-handle-container-block-trailing-padding-space":`22px`,"enabled-container-color-modal":t.Scrim,"enabled-container-opacity-modal":`0.32`},i=n({...r,"enabled-container-color":t.Surface,"enabled-drag-handle-color":t.OnSurfaceVariant}),a=n({...r,"enabled-container-color":t.SurfaceContainerLow,"enabled-drag-handle-color":t.OnSurfaceVariant}),o=i;export{o as BottomSheetDefinition,a as ModalBottomSheetDefinition,i as StandardBottomSheetDefinition};
//# sourceMappingURL=bottom-sheet.definition.js.map