@spectrum-web-components/underlay 0.41.0 → 0.41.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/underlay",
3
- "version": "0.41.0",
3
+ "version": "0.41.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,10 +57,10 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.41.0"
60
+ "@spectrum-web-components/base": "^0.41.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@spectrum-css/underlay": "^3.2.0"
63
+ "@spectrum-css/underlay": "^3.2.2"
64
64
  },
65
65
  "types": "./src/index.d.ts",
66
66
  "customElements": "custom-elements.json",
@@ -68,5 +68,5 @@
68
68
  "./sp-*.js",
69
69
  "./**/*.dev.js"
70
70
  ],
71
- "gitHead": "0bf38fd427adc39804b228a4c61de623e5ebb82e"
71
+ "gitHead": "78c3f16b08c9133c9e5ca88d0c9fef5ea7d2ab87"
72
72
  }
@@ -1,49 +1,7 @@
1
1
  "use strict";
2
2
  import { css } from "@spectrum-web-components/base";
3
3
  const styles = css`
4
- :host{opacity:0;pointer-events:none;transition:transform var(
5
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
6
- ) ease-in-out,opacity var(
7
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
8
- ) ease-in-out,visibility 0s linear var(
9
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
10
- );visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:var(
11
- --mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s)
12
- );visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(
13
- --spectrum-animation-duration-0
14
- );--spectrum-underlay-background-exit-animation-ease:var(
15
- --spectrum-animation-ease-in
16
- );--spectrum-underlay-background-entry-animation-ease:var(
17
- --spectrum-animation-ease-out
18
- );--spectrum-underlay-background-entry-animation-duration:var(
19
- --spectrum-animation-duration-600
20
- );--spectrum-underlay-background-exit-animation-duration:var(
21
- --spectrum-animation-duration-300
22
- );--spectrum-underlay-background-exit-animation-delay:var(
23
- --spectrum-animation-duration-200
24
- );--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity))}:host{background-color:var(
25
- --mod-underlay-background-color,var(--spectrum-underlay-background-color)
26
- );inset-block:0;inset-inline:0;overflow:hidden;position:fixed;transition:opacity var(
27
- --mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)
28
- ) var(
29
- --mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease)
30
- ) var(
31
- --mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)
32
- ),visibility 0s linear calc(var(
33
- --mod-underlay-background-exit-animation-delay,
34
- var(--spectrum-underlay-background-exit-animation-delay)
35
- ) + var(
36
- --mod-underlay-background-exit-animation-duration,
37
- var(
38
- --spectrum-underlay-background-exit-animation-duration
39
- )
40
- ));z-index:1}:host([open]){transition:opacity var(
41
- --mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration)
42
- ) var(
43
- --mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease)
44
- ) var(
45
- --mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay)
46
- )}
4
+ :host{pointer-events:none;visibility:hidden;opacity:0;transition:transform var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,opacity var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,visibility 0s linear var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))}:host([open]){pointer-events:auto;visibility:visible;opacity:1;transition-delay:var(--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s))}:host{--spectrum-underlay-background-entry-animation-delay:var(--spectrum-animation-duration-0);--spectrum-underlay-background-exit-animation-ease:var(--spectrum-animation-ease-in);--spectrum-underlay-background-entry-animation-ease:var(--spectrum-animation-ease-out);--spectrum-underlay-background-entry-animation-duration:var(--spectrum-animation-duration-600);--spectrum-underlay-background-exit-animation-duration:var(--spectrum-animation-duration-300);--spectrum-underlay-background-exit-animation-delay:var(--spectrum-animation-duration-200);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity));background-color:var(--mod-underlay-background-color,var(--spectrum-underlay-background-color));z-index:1;transition:opacity var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration))var(--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease))var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)),visibility 0s linear calc(var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)) + var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)));position:fixed;inset-block:0;inset-inline:0;overflow:hidden}:host([open]){transition:opacity var(--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration))var(--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease))var(--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay))}
47
5
  `;
48
6
  export default styles;
49
7
  //# sourceMappingURL=spectrum-underlay.css.dev.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-underlay.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{opacity:0;pointer-events:none;transition:transform var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n) ease-in-out,opacity var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n) ease-in-out,visibility 0s linear var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n);visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:var(\n--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s)\n);visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(\n--spectrum-animation-duration-0\n);--spectrum-underlay-background-exit-animation-ease:var(\n--spectrum-animation-ease-in\n);--spectrum-underlay-background-entry-animation-ease:var(\n--spectrum-animation-ease-out\n);--spectrum-underlay-background-entry-animation-duration:var(\n--spectrum-animation-duration-600\n);--spectrum-underlay-background-exit-animation-duration:var(\n--spectrum-animation-duration-300\n);--spectrum-underlay-background-exit-animation-delay:var(\n--spectrum-animation-duration-200\n);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity))}:host{background-color:var(\n--mod-underlay-background-color,var(--spectrum-underlay-background-color)\n);inset-block:0;inset-inline:0;overflow:hidden;position:fixed;transition:opacity var(\n--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)\n) var(\n--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease)\n) var(\n--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)\n),visibility 0s linear calc(var(\n--mod-underlay-background-exit-animation-delay,\nvar(--spectrum-underlay-background-exit-animation-delay)\n) + var(\n--mod-underlay-background-exit-animation-duration,\nvar(\n--spectrum-underlay-background-exit-animation-duration\n)\n));z-index:1}:host([open]){transition:opacity var(\n--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration)\n) var(\n--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease)\n) var(\n--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay)\n)}\n`;\nexport default styles;"],
5
- "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Cf,eAAe;",
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{pointer-events:none;visibility:hidden;opacity:0;transition:transform var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,opacity var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,visibility 0s linear var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))}:host([open]){pointer-events:auto;visibility:visible;opacity:1;transition-delay:var(--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s))}:host{--spectrum-underlay-background-entry-animation-delay:var(--spectrum-animation-duration-0);--spectrum-underlay-background-exit-animation-ease:var(--spectrum-animation-ease-in);--spectrum-underlay-background-entry-animation-ease:var(--spectrum-animation-ease-out);--spectrum-underlay-background-entry-animation-duration:var(--spectrum-animation-duration-600);--spectrum-underlay-background-exit-animation-duration:var(--spectrum-animation-duration-300);--spectrum-underlay-background-exit-animation-delay:var(--spectrum-animation-duration-200);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity));background-color:var(--mod-underlay-background-color,var(--spectrum-underlay-background-color));z-index:1;transition:opacity var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration))var(--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease))var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)),visibility 0s linear calc(var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)) + var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)));position:fixed;inset-block:0;inset-inline:0;overflow:hidden}:host([open]){transition:opacity var(--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration))var(--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease))var(--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay))}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,46 +1,4 @@
1
1
  "use strict";import{css as a}from"@spectrum-web-components/base";const n=a`
2
- :host{opacity:0;pointer-events:none;transition:transform var(
3
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
4
- ) ease-in-out,opacity var(
5
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
6
- ) ease-in-out,visibility 0s linear var(
7
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
8
- );visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:var(
9
- --mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s)
10
- );visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(
11
- --spectrum-animation-duration-0
12
- );--spectrum-underlay-background-exit-animation-ease:var(
13
- --spectrum-animation-ease-in
14
- );--spectrum-underlay-background-entry-animation-ease:var(
15
- --spectrum-animation-ease-out
16
- );--spectrum-underlay-background-entry-animation-duration:var(
17
- --spectrum-animation-duration-600
18
- );--spectrum-underlay-background-exit-animation-duration:var(
19
- --spectrum-animation-duration-300
20
- );--spectrum-underlay-background-exit-animation-delay:var(
21
- --spectrum-animation-duration-200
22
- );--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity))}:host{background-color:var(
23
- --mod-underlay-background-color,var(--spectrum-underlay-background-color)
24
- );inset-block:0;inset-inline:0;overflow:hidden;position:fixed;transition:opacity var(
25
- --mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)
26
- ) var(
27
- --mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease)
28
- ) var(
29
- --mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)
30
- ),visibility 0s linear calc(var(
31
- --mod-underlay-background-exit-animation-delay,
32
- var(--spectrum-underlay-background-exit-animation-delay)
33
- ) + var(
34
- --mod-underlay-background-exit-animation-duration,
35
- var(
36
- --spectrum-underlay-background-exit-animation-duration
37
- )
38
- ));z-index:1}:host([open]){transition:opacity var(
39
- --mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration)
40
- ) var(
41
- --mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease)
42
- ) var(
43
- --mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay)
44
- )}
2
+ :host{pointer-events:none;visibility:hidden;opacity:0;transition:transform var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,opacity var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,visibility 0s linear var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))}:host([open]){pointer-events:auto;visibility:visible;opacity:1;transition-delay:var(--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s))}:host{--spectrum-underlay-background-entry-animation-delay:var(--spectrum-animation-duration-0);--spectrum-underlay-background-exit-animation-ease:var(--spectrum-animation-ease-in);--spectrum-underlay-background-entry-animation-ease:var(--spectrum-animation-ease-out);--spectrum-underlay-background-entry-animation-duration:var(--spectrum-animation-duration-600);--spectrum-underlay-background-exit-animation-duration:var(--spectrum-animation-duration-300);--spectrum-underlay-background-exit-animation-delay:var(--spectrum-animation-duration-200);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity));background-color:var(--mod-underlay-background-color,var(--spectrum-underlay-background-color));z-index:1;transition:opacity var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration))var(--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease))var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)),visibility 0s linear calc(var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)) + var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)));position:fixed;inset-block:0;inset-inline:0;overflow:hidden}:host([open]){transition:opacity var(--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration))var(--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease))var(--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay))}
45
3
  `;export default n;
46
4
  //# sourceMappingURL=spectrum-underlay.css.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-underlay.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{opacity:0;pointer-events:none;transition:transform var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n) ease-in-out,opacity var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n) ease-in-out,visibility 0s linear var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n);visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:var(\n--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s)\n);visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(\n--spectrum-animation-duration-0\n);--spectrum-underlay-background-exit-animation-ease:var(\n--spectrum-animation-ease-in\n);--spectrum-underlay-background-entry-animation-ease:var(\n--spectrum-animation-ease-out\n);--spectrum-underlay-background-entry-animation-duration:var(\n--spectrum-animation-duration-600\n);--spectrum-underlay-background-exit-animation-duration:var(\n--spectrum-animation-duration-300\n);--spectrum-underlay-background-exit-animation-delay:var(\n--spectrum-animation-duration-200\n);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity))}:host{background-color:var(\n--mod-underlay-background-color,var(--spectrum-underlay-background-color)\n);inset-block:0;inset-inline:0;overflow:hidden;position:fixed;transition:opacity var(\n--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)\n) var(\n--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease)\n) var(\n--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)\n),visibility 0s linear calc(var(\n--mod-underlay-background-exit-animation-delay,\nvar(--spectrum-underlay-background-exit-animation-delay)\n) + var(\n--mod-underlay-background-exit-animation-duration,\nvar(\n--spectrum-underlay-background-exit-animation-duration\n)\n));z-index:1}:host([open]){transition:opacity var(\n--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration)\n) var(\n--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease)\n) var(\n--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay)\n)}\n`;\nexport default styles;"],
5
- "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EA6Cf,eAAeC",
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{pointer-events:none;visibility:hidden;opacity:0;transition:transform var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,opacity var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,visibility 0s linear var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))}:host([open]){pointer-events:auto;visibility:visible;opacity:1;transition-delay:var(--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s))}:host{--spectrum-underlay-background-entry-animation-delay:var(--spectrum-animation-duration-0);--spectrum-underlay-background-exit-animation-ease:var(--spectrum-animation-ease-in);--spectrum-underlay-background-entry-animation-ease:var(--spectrum-animation-ease-out);--spectrum-underlay-background-entry-animation-duration:var(--spectrum-animation-duration-600);--spectrum-underlay-background-exit-animation-duration:var(--spectrum-animation-duration-300);--spectrum-underlay-background-exit-animation-delay:var(--spectrum-animation-duration-200);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity));background-color:var(--mod-underlay-background-color,var(--spectrum-underlay-background-color));z-index:1;transition:opacity var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration))var(--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease))var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)),visibility 0s linear calc(var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)) + var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)));position:fixed;inset-block:0;inset-inline:0;overflow:hidden}:host([open]){transition:opacity var(--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration))var(--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease))var(--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay))}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }
@@ -1,49 +1,7 @@
1
1
  "use strict";
2
2
  import { css } from "@spectrum-web-components/base";
3
3
  const styles = css`
4
- :host{opacity:0;pointer-events:none;transition:transform var(
5
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
6
- ) ease-in-out,opacity var(
7
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
8
- ) ease-in-out,visibility 0s linear var(
9
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
10
- );visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:var(
11
- --mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s)
12
- );visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(
13
- --spectrum-animation-duration-0
14
- );--spectrum-underlay-background-exit-animation-ease:var(
15
- --spectrum-animation-ease-in
16
- );--spectrum-underlay-background-entry-animation-ease:var(
17
- --spectrum-animation-ease-out
18
- );--spectrum-underlay-background-entry-animation-duration:var(
19
- --spectrum-animation-duration-600
20
- );--spectrum-underlay-background-exit-animation-duration:var(
21
- --spectrum-animation-duration-300
22
- );--spectrum-underlay-background-exit-animation-delay:var(
23
- --spectrum-animation-duration-200
24
- );--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity))}:host{background-color:var(
25
- --mod-underlay-background-color,var(--spectrum-underlay-background-color)
26
- );inset-block:0;inset-inline:0;overflow:hidden;position:fixed;transition:opacity var(
27
- --mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)
28
- ) var(
29
- --mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease)
30
- ) var(
31
- --mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)
32
- ),visibility 0s linear calc(var(
33
- --mod-underlay-background-exit-animation-delay,
34
- var(--spectrum-underlay-background-exit-animation-delay)
35
- ) + var(
36
- --mod-underlay-background-exit-animation-duration,
37
- var(
38
- --spectrum-underlay-background-exit-animation-duration
39
- )
40
- ));z-index:1}:host([open]){transition:opacity var(
41
- --mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration)
42
- ) var(
43
- --mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease)
44
- ) var(
45
- --mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay)
46
- )}
4
+ :host{pointer-events:none;visibility:hidden;opacity:0;transition:transform var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,opacity var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,visibility 0s linear var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))}:host([open]){pointer-events:auto;visibility:visible;opacity:1;transition-delay:var(--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s))}:host{--spectrum-underlay-background-entry-animation-delay:var(--spectrum-animation-duration-0);--spectrum-underlay-background-exit-animation-ease:var(--spectrum-animation-ease-in);--spectrum-underlay-background-entry-animation-ease:var(--spectrum-animation-ease-out);--spectrum-underlay-background-entry-animation-duration:var(--spectrum-animation-duration-600);--spectrum-underlay-background-exit-animation-duration:var(--spectrum-animation-duration-300);--spectrum-underlay-background-exit-animation-delay:var(--spectrum-animation-duration-200);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity));background-color:var(--mod-underlay-background-color,var(--spectrum-underlay-background-color));z-index:1;transition:opacity var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration))var(--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease))var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)),visibility 0s linear calc(var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)) + var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)));position:fixed;inset-block:0;inset-inline:0;overflow:hidden}:host([open]){transition:opacity var(--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration))var(--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease))var(--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay))}
47
5
  `;
48
6
  export default styles;
49
7
  //# sourceMappingURL=underlay.css.dev.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["underlay.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{opacity:0;pointer-events:none;transition:transform var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n) ease-in-out,opacity var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n) ease-in-out,visibility 0s linear var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n);visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:var(\n--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s)\n);visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(\n--spectrum-animation-duration-0\n);--spectrum-underlay-background-exit-animation-ease:var(\n--spectrum-animation-ease-in\n);--spectrum-underlay-background-entry-animation-ease:var(\n--spectrum-animation-ease-out\n);--spectrum-underlay-background-entry-animation-duration:var(\n--spectrum-animation-duration-600\n);--spectrum-underlay-background-exit-animation-duration:var(\n--spectrum-animation-duration-300\n);--spectrum-underlay-background-exit-animation-delay:var(\n--spectrum-animation-duration-200\n);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity))}:host{background-color:var(\n--mod-underlay-background-color,var(--spectrum-underlay-background-color)\n);inset-block:0;inset-inline:0;overflow:hidden;position:fixed;transition:opacity var(\n--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)\n) var(\n--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease)\n) var(\n--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)\n),visibility 0s linear calc(var(\n--mod-underlay-background-exit-animation-delay,\nvar(--spectrum-underlay-background-exit-animation-delay)\n) + var(\n--mod-underlay-background-exit-animation-duration,\nvar(\n--spectrum-underlay-background-exit-animation-duration\n)\n));z-index:1}:host([open]){transition:opacity var(\n--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration)\n) var(\n--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease)\n) var(\n--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay)\n)}\n`;\nexport default styles;"],
5
- "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Cf,eAAe;",
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{pointer-events:none;visibility:hidden;opacity:0;transition:transform var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,opacity var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,visibility 0s linear var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))}:host([open]){pointer-events:auto;visibility:visible;opacity:1;transition-delay:var(--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s))}:host{--spectrum-underlay-background-entry-animation-delay:var(--spectrum-animation-duration-0);--spectrum-underlay-background-exit-animation-ease:var(--spectrum-animation-ease-in);--spectrum-underlay-background-entry-animation-ease:var(--spectrum-animation-ease-out);--spectrum-underlay-background-entry-animation-duration:var(--spectrum-animation-duration-600);--spectrum-underlay-background-exit-animation-duration:var(--spectrum-animation-duration-300);--spectrum-underlay-background-exit-animation-delay:var(--spectrum-animation-duration-200);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity));background-color:var(--mod-underlay-background-color,var(--spectrum-underlay-background-color));z-index:1;transition:opacity var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration))var(--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease))var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)),visibility 0s linear calc(var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)) + var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)));position:fixed;inset-block:0;inset-inline:0;overflow:hidden}:host([open]){transition:opacity var(--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration))var(--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease))var(--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay))}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAGf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,46 +1,4 @@
1
1
  "use strict";import{css as a}from"@spectrum-web-components/base";const n=a`
2
- :host{opacity:0;pointer-events:none;transition:transform var(
3
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
4
- ) ease-in-out,opacity var(
5
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
6
- ) ease-in-out,visibility 0s linear var(
7
- --mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)
8
- );visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:var(
9
- --mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s)
10
- );visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(
11
- --spectrum-animation-duration-0
12
- );--spectrum-underlay-background-exit-animation-ease:var(
13
- --spectrum-animation-ease-in
14
- );--spectrum-underlay-background-entry-animation-ease:var(
15
- --spectrum-animation-ease-out
16
- );--spectrum-underlay-background-entry-animation-duration:var(
17
- --spectrum-animation-duration-600
18
- );--spectrum-underlay-background-exit-animation-duration:var(
19
- --spectrum-animation-duration-300
20
- );--spectrum-underlay-background-exit-animation-delay:var(
21
- --spectrum-animation-duration-200
22
- );--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity))}:host{background-color:var(
23
- --mod-underlay-background-color,var(--spectrum-underlay-background-color)
24
- );inset-block:0;inset-inline:0;overflow:hidden;position:fixed;transition:opacity var(
25
- --mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)
26
- ) var(
27
- --mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease)
28
- ) var(
29
- --mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)
30
- ),visibility 0s linear calc(var(
31
- --mod-underlay-background-exit-animation-delay,
32
- var(--spectrum-underlay-background-exit-animation-delay)
33
- ) + var(
34
- --mod-underlay-background-exit-animation-duration,
35
- var(
36
- --spectrum-underlay-background-exit-animation-duration
37
- )
38
- ));z-index:1}:host([open]){transition:opacity var(
39
- --mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration)
40
- ) var(
41
- --mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease)
42
- ) var(
43
- --mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay)
44
- )}
2
+ :host{pointer-events:none;visibility:hidden;opacity:0;transition:transform var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,opacity var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,visibility 0s linear var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))}:host([open]){pointer-events:auto;visibility:visible;opacity:1;transition-delay:var(--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s))}:host{--spectrum-underlay-background-entry-animation-delay:var(--spectrum-animation-duration-0);--spectrum-underlay-background-exit-animation-ease:var(--spectrum-animation-ease-in);--spectrum-underlay-background-entry-animation-ease:var(--spectrum-animation-ease-out);--spectrum-underlay-background-entry-animation-duration:var(--spectrum-animation-duration-600);--spectrum-underlay-background-exit-animation-duration:var(--spectrum-animation-duration-300);--spectrum-underlay-background-exit-animation-delay:var(--spectrum-animation-duration-200);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity));background-color:var(--mod-underlay-background-color,var(--spectrum-underlay-background-color));z-index:1;transition:opacity var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration))var(--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease))var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)),visibility 0s linear calc(var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)) + var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)));position:fixed;inset-block:0;inset-inline:0;overflow:hidden}:host([open]){transition:opacity var(--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration))var(--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease))var(--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay))}
45
3
  `;export default n;
46
4
  //# sourceMappingURL=underlay.css.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["underlay.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{opacity:0;pointer-events:none;transition:transform var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n) ease-in-out,opacity var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n) ease-in-out,visibility 0s linear var(\n--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s)\n);visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:var(\n--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s)\n);visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(\n--spectrum-animation-duration-0\n);--spectrum-underlay-background-exit-animation-ease:var(\n--spectrum-animation-ease-in\n);--spectrum-underlay-background-entry-animation-ease:var(\n--spectrum-animation-ease-out\n);--spectrum-underlay-background-entry-animation-duration:var(\n--spectrum-animation-duration-600\n);--spectrum-underlay-background-exit-animation-duration:var(\n--spectrum-animation-duration-300\n);--spectrum-underlay-background-exit-animation-delay:var(\n--spectrum-animation-duration-200\n);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity))}:host{background-color:var(\n--mod-underlay-background-color,var(--spectrum-underlay-background-color)\n);inset-block:0;inset-inline:0;overflow:hidden;position:fixed;transition:opacity var(\n--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)\n) var(\n--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease)\n) var(\n--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)\n),visibility 0s linear calc(var(\n--mod-underlay-background-exit-animation-delay,\nvar(--spectrum-underlay-background-exit-animation-delay)\n) + var(\n--mod-underlay-background-exit-animation-duration,\nvar(\n--spectrum-underlay-background-exit-animation-duration\n)\n));z-index:1}:host([open]){transition:opacity var(\n--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration)\n) var(\n--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease)\n) var(\n--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay)\n)}\n`;\nexport default styles;"],
5
- "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EA6Cf,eAAeC",
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n :host{pointer-events:none;visibility:hidden;opacity:0;transition:transform var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,opacity var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))ease-in-out,visibility 0s linear var(--mod-overlay-animation-duration,var(--spectrum-animation-duration-100,.13s))}:host([open]){pointer-events:auto;visibility:visible;opacity:1;transition-delay:var(--mod-overlay-animation-duration-opened,var(--spectrum-animation-duration-0,0s))}:host{--spectrum-underlay-background-entry-animation-delay:var(--spectrum-animation-duration-0);--spectrum-underlay-background-exit-animation-ease:var(--spectrum-animation-ease-in);--spectrum-underlay-background-entry-animation-ease:var(--spectrum-animation-ease-out);--spectrum-underlay-background-entry-animation-duration:var(--spectrum-animation-duration-600);--spectrum-underlay-background-exit-animation-duration:var(--spectrum-animation-duration-300);--spectrum-underlay-background-exit-animation-delay:var(--spectrum-animation-duration-200);--spectrum-underlay-background-color:rgba(var(--spectrum-black-rgb),var(--spectrum-overlay-opacity));background-color:var(--mod-underlay-background-color,var(--spectrum-underlay-background-color));z-index:1;transition:opacity var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration))var(--mod-underlay-background-exit-animation-ease,var(--spectrum-underlay-background-exit-animation-ease))var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)),visibility 0s linear calc(var(--mod-underlay-background-exit-animation-delay,var(--spectrum-underlay-background-exit-animation-delay)) + var(--mod-underlay-background-exit-animation-duration,var(--spectrum-underlay-background-exit-animation-duration)));position:fixed;inset-block:0;inset-inline:0;overflow:hidden}:host([open]){transition:opacity var(--mod-underlay-background-entry-animation-duration,var(--spectrum-underlay-background-entry-animation-duration))var(--mod-underlay-background-entry-animation-ease,var(--spectrum-underlay-background-entry-animation-ease))var(--mod-underlay-background-entry-animation-delay,var(--spectrum-underlay-background-entry-animation-delay))}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA,EAGf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }