1 line
45 KiB
Plaintext
1 line
45 KiB
Plaintext
|
{"version":3,"sources":["webpack:///./packages/mdc-floating-label/mdc-floating-label.scss","webpack:///./packages/material-components-web/node_modules/@material/typography/_typography.scss","webpack:///./packages/material-components-web/node_modules/@material/theme/_css.scss","webpack:///./packages/material-components-web/node_modules/@material/theme/_gss.scss","webpack:///mdc-floating-label.scss","webpack:///./packages/material-components-web/node_modules/@material/rtl/_rtl.scss"],"names":[],"mappings":";;;;;;;AAsCE;ECkSE;EACA;ECvQE;ECZF;EDwBA;EAZE;ECZF;EDwBA;EAZE;ECZF;EDwBA;EAZE;ECZF;EDwBA;EAZE;ECZF;EDwBA;UAAA;EAZE;ECZF;EDwBA;EFhCE;EGaF;EAAc;EHXZ;EGWF;EAAc;EHTZ;EGSF;EAAc;EHPZ;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EAGA;EAiBA;EAAA;EAAA;AIxCN;ACwCM;EACE;EFtBJ;EAAc;EHQV;EGRJ;EAAc;EHUV;EGVJ;EAAc;EHYV;EGZJ;EAAc;EHcV;EGdJ;EAAc;EHgBV;EKQA;ADxBR;;AJ4BE;EAEI;AI1BN;;AJ+BI;EGnCA;EAAc;EH0Ld;EG1LA;EAAc;EH4Ld;EACA;AI/KJ;ACOM;EACE;EAEA;ADNR;AJsBM;EGxCF;EAAc;EHwMd;EGxMA;EAAc;EH0Md;AIhLJ;;AJkGE;EAcM;UAAA;AI5GR;;AJqHE;EAEI;UAAA;AInHN;;AJ+CI;EACE;IGlFF;IAAc;IHoFV;YAAA;EI3CN;EJ+CI;IACE;YAAA;IGzFJ;IAAc;IH2FV;YAAA;EI5CN;EJgDI;IACE;YAAA;IGhGJ;IAAc;IHuGV;YAAA;EIlDN;EJsDI;IG3GF;IAAc;IH6GV;YAAA;EInDN;AACF;;AJsBI;EACE;IGlFF;IAAc;IHoFV;YAAA;EI3CN;EJ+CI;IACE;YAAA;IGzFJ;IAAc;IH2FV;YAAA;EI5CN;EJgDI;IACE;YAAA;IGhGJ;IAAc;IHuGV;YAAA;EIlDN;EJsDI;IG3GF;IAAc;IH6GV;YAAA;EInDN;AACF,C","file":"mdc.floating-label.css","sourcesContent":["//\n// Copyright 2018 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/rtl/rtl';\n@use '@material/theme/theme-color';\n@use '@material/theme/theme';\n@use '@material/feature-targeting/feature-targeting';\n@use '@material/animation/variables' as animation-variables;\n@use '@material/typography/typography';\n@use './variables';\n\n@mixin core-styles($query: feature-targeting.all()) {\n $feat-structure: feature-targeting.create-target($query, structure);\n $feat-animation: feature-targeting.create-target($query, animation);\n\n // postcss-bem-linter: define floating-label\n .mdc-floating-label {\n @include typography.typography(\n subtitle1,\n $exclude-props: (line-height),\n $query: $query\n );\n\n @include feature-targeting.targets($feat-structure) {\n position: absolute;\n @include rtl.ignore-next-line();\n left: 0;\n @include rtl.ignore-next-line();\n -webkit-transform-origin: left top;\n @include rtl.ignore-next-line();\n transform-origin: left top;\n line-height: 1.15rem;\n text-align: left;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: text;\n overflow: hidden;\n\n /* @alternate */\n // Force the label into its own layer to prevent visible layer promotion adjustments\n // when the ripple is activated behind it.\n will-change: transform;\n\n @include rtl.rtl {\n @include rtl.ignore-next-line();\n right: 0;\n
|