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

1 line
42 KiB
Plaintext
Raw Normal View History

{"version":3,"sources":["webpack:///./packages/mdc-ripple/mdc-ripple.scss","webpack:///./packages/material-components-web/node_modules/@material/animation/_animation.scss","webpack:///mdc-ripple.scss","webpack:///./packages/material-components-web/node_modules/@material/theme/_css.scss","webpack:///./packages/material-components-web/node_modules/@material/theme/_gss.scss","webpack:///./packages/mdc-ripple/_ripple-theme.scss"],"names":[],"mappings":";;;;;;;AAgTE;EACE;IACE,+DC3R2B;YD2R3B,uDC3R2B;IDgS3B;YAAA;EEnTJ;EFsTE;IACE;YAAA;EEpTJ;AACF;AFwSE;EACE;IACE,+DC3R2B;YD2R3B,uDC3R2B;IDgS3B;YAAA;EEnTJ;EFsTE;IACE;YAAA;EEpTJ;AACF;AFwTE;EACE;IACE;YAAA;IACA;EEtTJ;EFyTE;IACE;EEvTJ;AACF;AF+SE;EACE;IACE;YAAA;IACA;EEtTJ;EFyTE;IACE;EEvTJ;AACF;AF0TE;EACE;IACE;YAAA;IACA;EExTJ;EF2TE;IACE;EEzTJ;AACF;AFiTE;EACE;IACE;YAAA;IACA;EExTJ;EF2TE;IACE;EEzTJ;AACF;AFsBE;EAkEE;EACA;EACA;EACA;EACA;EACA;EAEA;EAGE;EA7CF;EACA;EACA;AE1CJ;AFyFE;EAGI;EACA;EACA;EACA;EACA;AEzFN;AF6FE;EAGI;EG5EA;ECZF;EDwBA;AD1BJ;AFuGE;EGzFI;ECZF;EDwBA;ADrBJ;AF8GI;EAEI;UAAA;AE7GR;AFiHI;EAEI;EIpHJ;EAAc;EJsHV;EACA;UAAA;EACA;UAAA;AE/GR;AFqHI;EAEI;EIhIJ;EAAc;EJkIV;AEnHR;AFyHI;EAEI;UAAA;AExHR;AFgII;EAEI;UAAA;EAKA;UAAA;AEnIR;AFiJE;EAGI;EI1KF;EAAc;EJ4KZ;EACA;EACA;AEhJN;AFqJI;EAEI;EACA;AEpJR;;AFvCE;;EAkCE;AEUJ;AF4JE;;;EAGI;EItMF;EAAc;EJwMZ;EACA,WAZK;EAaL,YAbK;AE5IX;AF8JI;;;EAGI;EIlNJ;EAAc;EJoNV;EACA;EACA;AE3JR;AF+JI;;EAEI;EACA;AE7JR;;AG+BI;EFxFE;ECZF;EDwBA;ADmDJ;AGkaE;EFjeI;ECZF;EDwBA;ADwDJ;AG6ZE;EA9QI;EFnNA;ECZF;EDwBA;AD8DJ;AGmKM;EAEI;AHlKV;AGuKQ;EAEI,yBAhRO;EF0Bb;ECZF;EDwBA;ADuEJ;AG8KI;EFrPA;AD0EJ,C","file":"mdc.ripple.css","sourcesContent":["//\n// Copyright 2016 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 'sass:math';\n@use 'sass:color';\n@use 'sass:map';\n@use '@material/animation/functions' as functions2;\n@use '@material/animation/variables' as variables2;\n@use '@material/base/mixins' as base-mixins;\n@use '@material/theme/custom-properties';\n@use '@material/feature-targeting/feature-targeting';\n@use '@material/rtl/rtl';\n@use '@material/theme/theme';\n@use './ripple-theme';\n\n@mixin core-styles($query: feature-targeting.all()) {\n @include static-styles($query: $query);\n\n .mdc-ripple-surface {\n @include ripple-theme.states($query: $query);\n }\n}\n\n@mixin static-styles($query: feature-targeting.all()) {\n $feat-structure: feature-targeting.create-target($query, structure);\n\n .mdc-ripple-surface {\n @include surface($query: $query);\n @include radius-bounded($query: $query);\n @include surface-styles($query: $query);\n }\n\n .mdc-ripple-surface[data-mdc-ripple-is-unbounded],\n .mdc-ripple-upgraded--unbounded {\n @include radius-unbounded($query: $query);\n @include unbounded-styles($query: $query);\n }\n}\n\n/// Sets all states (including hover, focus, press, activated and selected) with\n/// given color as base color.\n///\n/// This mixin is for internal use only. Use `ripple-theme