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

1 line
24 KiB
Plaintext
Raw Normal View History

{"version":3,"sources":["webpack:///./packages/mdc-elevation/mdc-elevation.scss","webpack:///./packages/mdc-elevation/_elevation-theme.scss","webpack:///mdc-elevation.scss"],"names":[],"mappings":";;;;;;;AAqCI;ECkQE;EACA,wHAqGS;AC1Yf;;AFkCI;ECkQE;EACA,yHAqGS;ACrYf;;AF6BI;ECkQE;EACA,yHAqGS;AChYf;;AFwBI;ECkQE;EACA,yHAqGS;AC3Xf;;AFmBI;ECkQE;EACA,0HAqGS;ACtXf;;AFcI;ECkQE;EACA,0HAqGS;ACjXf;;AFSI;ECkQE;EACA,2HAqGS;AC5Wf;;AFII;ECkQE;EACA,2HAqGS;ACvWf;;AFDI;ECkQE;EACA,2HAqGS;AClWf;;AFNI;ECkQE;EACA,2HAqGS;AC7Vf;;AFXI;ECkQE;EACA,4HAqGS;ACxVf;;AFhBI;ECkQE;EACA,4HAqGS;ACnVf;;AFrBI;ECkQE;EACA,4HAqGS;AC9Uf;;AF1BI;ECkQE;EACA,4HAqGS;ACzUf;;AF/BI;ECkQE;EACA,4HAqGS;ACpUf;;AFpCI;ECkQE;EACA,4HAqGS;AC/Tf;;AFzCI;ECkQE;EACA,6HAqGS;AC1Tf;;AF9CI;ECkQE;EACA,6HAqGS;ACrTf;;AFnDI;ECkQE;EACA,6HAqGS;AChTf;;AFxDI;ECkQE;EACA,6HAqGS;AC3Sf;;AF7DI;ECkQE;EACA,8HAqGS;ACtSf;;AFlEI;ECkQE;EACA,8HAqGS;ACjSf;;AFvEI;ECkQE;EACA,8HAqGS;AC5Rf;;AF5EI;ECkQE;EACA,8HAqGS;ACvRf;;AFjFI;ECkQE;EACA,8HAqGS;AClRf;;AFjFE;EAEI;EAIA,uBCiFK;ACDX,C","file":"mdc.elevation.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