Outlook_Addin_LLM/node_modules/@material/elevation/dist/mdc.elevation.min.css.map

1 line
19 KiB
Plaintext
Raw Permalink Normal View History

{"version":3,"sources":["webpack:///./packages/mdc-elevation/mdc-elevation.scss","webpack:///./packages/mdc-elevation/_elevation-theme.scss"],"names":[],"mappings":";;;;;;;AAqCI,mBCmQE,iHAqGS,CDxWX,mBCmQE,kHAqGS,CDxWX,mBCmQE,kHAqGS,CDxWX,mBCmQE,kHAqGS,CDxWX,mBCmQE,mHAqGS,CDxWX,mBCmQE,mHAqGS,CDxWX,mBCmQE,oHAqGS,CDxWX,mBCmQE,oHAqGS,CDxWX,mBCmQE,oHAqGS,CDxWX,mBCmQE,oHAqGS,CDxWX,oBCmQE,qHAqGS,CDxWX,oBCmQE,qHAqGS,CDxWX,oBCmQE,qHAqGS,CDxWX,oBCmQE,qHAqGS,CDxWX,oBCmQE,qHAqGS,CDxWX,oBCmQE,qHAqGS,CDxWX,oBCmQE,sHAqGS,CDxWX,oBCmQE,sHAqGS,CDxWX,oBCmQE,sHAqGS,CDxWX,oBCmQE,sHAqGS,CDxWX,oBCmQE,uHAqGS,CDxWX,oBCmQE,uHAqGS,CDxWX,oBCmQE,uHAqGS,CDxWX,oBCmQE,uHAqGS,CDxWX,oBCmQE,uHAqGS,CDnWb,0BAEI,yDAIA,sBCiFK,C","file":"mdc.elevation.min.css","sourcesContent":["//\n// Copyright 2017 Google Inc.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\n// stylelint-disable selector-class-pattern --\n// Selector '.mdc-*' should only be used in this project.\n\n@use '@material/theme/custom-properties';\n@use '@material/base/mixins' as base-mixins;\n@use '@material/feature-targeting/feature-targeting';\n@use '@material/theme/theme';\n@use '@material/theme/theme-color';\n@use './elevation-theme';\n\n@mixin core-styles($query: feature-targeting.all()) {\n $feat-animation: feature-targeting.create-target($query, animation);\n $feat-structure: feature-targeting.create-target($query, structure);\n\n @for $z-value from 0 through 24 {\n .mdc-elevation--z#{$z-value} {\n @include elevation-theme.elevation($z-value, $query: $query);\n }\n }\n\n .mdc-elevation-transition {\n @include feature-targeting.targets($feat-animation) {\n transition: elevation-theme.transition-value();\n }\n\n @include feature-targeting.targets($feat-structure) {\n will-change: elevation-theme.$property;\n }\n }\n}\n\n///\n/// Called once per application to set up the global default elevation styles.\n///\n@mixin overlay-common($query: feature-targeting.all()) {\n $feat-animation: feature-targeting.create-target($query, animation);\n $feat-structure: feature-targeting.create-target($query, structure);\n\n .mdc-elevation-overlay {\n @include feature-targeting.targets($feat-structure) {\n @include base-mixins.emit-once('mdc-elevation/common/structure') {\n position: absolute;\n border-radius: inherit;\n pointer-events: none;\n\n @include theme.property(\n opacity,\n custom-properties.create(--mdc-elevation-overlay-opacity, 0)\n );\n }\n }\n\n @include feature-targeting.targets($feat-animation) {\n @include base-mixins.emit-once('mdc-elevation/common/animation') {\n transition: elevation-theme.overlay-transition-value();\n }\n }\n\n @include base-mixins.emit-once('mdc-elevation/common/color') {\n $fill-color: custom-properties.create(\n --mdc-elevation-overlay-color,\n elevation-theme.$overlay-color\n );\n @include elevation-theme.overlay-fill-color($fill-color, $query: $query);\n }\n }\n}\n"