@spectrum-web-components/dropzone 0.40.2 → 0.40.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/dropzone",
3
- "version": "0.40.2",
3
+ "version": "0.40.4",
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.40.2"
60
+ "@spectrum-web-components/base": "^0.40.4"
61
61
  },
62
62
  "devDependencies": {
63
- "@spectrum-css/dropzone": "^5.0.30"
63
+ "@spectrum-css/dropzone": "^5.1.0"
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": "e5fd35c7a98569150ca695ec0e0e7411c9c64c28"
71
+ "gitHead": "e7bca020d0da71c4d92e95044bf58780d2e8e603"
72
72
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["dropzone.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 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{--spectrum-drop-zone-padding:var(--spectrum-spacing-400);--spectrum-drop-zone-illustration-to-heading:var(--spectrum-spacing-400);--spectrum-drop-zone-heading-to-body:var(--spectrum-spacing-75);--spectrum-drop-zone-border-width:var(--spectrum-border-width-200);--spectrum-drop-zone-corner-radius:var(--spectrum-corner-radius-100);--spectrum-drop-zone-border-color:var(--spectrum-gray-300);--spectrum-drop-zone-heading-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-heading-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-drop-zone-heading-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-title-size\n);--spectrum-drop-zone-heading-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-drop-zone-heading-color:var(--spectrum-heading-color);--spectrum-drop-zone-body-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-body-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-drop-zone-body-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-drop-zone-body-font-size:var(--spectrum-drop-zone-body-size);--spectrum-drop-zone-body-line-height:var(--spectrum-body-line-height);--spectrum-drop-zone-body-color:var(--spectrum-body-color);--spectrum-drop-zone-background-color:var(\n--spectrum-drop-zone-background-color-rgb\n);--spectrum-drop-zone-border-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-drop-zone-illustration-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-height:var(--spectrum-component-height-300);--spectrum-drop-zone-content-max-width:var(\n--spectrum-drop-zone-content-maximum-width\n);--spectrum-drop-zone-content-edge-to-text:var(\n--spectrum-component-edge-to-text-300\n);--spectrum-drop-zone-content-top-to-text:var(\n--spectrum-component-top-to-text-300\n);--spectrum-drop-zone-content-bottom-to-text:var(\n--spectrum-component-bottom-to-text-300\n);--spectrum-drop-zone-content-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-content-font-weight:var(--spectrum-bold-font-weight);--spectrum-drop-zone-content-font-style:var(--spectrum-default-font-style);--spectrum-drop-zone-content-font-size:var(--spectrum-font-size-300);--spectrum-drop-zone-content-line-height:var(--spectrum-line-height-100);--spectrum-drop-zone-content-background-color:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-color:var(--spectrum-white);--mod-illustrated-message-content-maximum-width:var(\n--mod-drop-zone-content-maximum-width,var(--spectrum-drop-zone-content-maximum-width)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color,var(--spectrum-drop-zone-illustration-color)\n);--mod-illustrated-message-title-to-heading:var(\n--mod-drop-zone-illustration-to-heading,var(--spectrum-drop-zone-illustration-to-heading)\n);--mod-illustrated-message-heading-to-body:var(\n--mod-drop-zone-heading-to-body,var(--spectrum-drop-zone-heading-to-body)\n);--mod-illustrated-message-title-font-family:var(\n--mod-drop-zone-heading-font-family,var(--spectrum-drop-zone-heading-font-family)\n);--mod-illustrated-message-title-font-weight:var(\n--mod-drop-zone-heading-font-weight,var(--spectrum-drop-zone-heading-font-weight)\n);--mod-illustrated-message-title-font-style:var(\n--mod-drop-zone-heading-font-style,var(--spectrum-drop-zone-heading-font-style)\n);--mod-illustrated-message-title-font-size:var(\n--mod-drop-zone-heading-font-size,var(--spectrum-drop-zone-heading-font-size)\n);--mod-illustrated-message-title-line-height:var(\n--mod-drop-zone-heading-line-height,var(--spectrum-drop-zone-heading-line-height)\n);--mod-illustrated-message-title-color:var(\n--mod-drop-zone-heading-color,var(--spectrum-drop-zone-heading-color)\n);--mod-illustrated-message-description-position:relative;--mod-illustrated-message-description-z-index:10;--mod-illustrated-message-heading-to-description:0;--mod-illustrated-message-description-font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);--mod-illustrated-message-description-font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);--mod-illustrated-message-description-font-style:var(\n--mod-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);--mod-illustrated-message-description-font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);--mod-illustrated-message-description-line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);--mod-illustrated-message-description-color:var(\n--mod-drop-zone-body-color,var(--spectrum-drop-zone-body-color)\n);--mod-actionbutton-font-size:var(\n--mod-drop-zone-content-font-size,var(--spectrum-drop-zone-content-font-size)\n);--mod-actionbutton-label-color:var(\n--mod-drop-zone-content-color,var(--spectrum-drop-zone-content-color)\n);--mod-actionbutton-edge-to-text:var(\n--mod-drop-zone-content-edge-to-text,var(--spectrum-drop-zone-content-edge-to-text)\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-cjk-title-size\n)}:host{background-color:var(\n--mod-drop-zone-background-color,var(--spectrum-drop-zone-background-color)\n);background-size:cover;border-color:var(\n--mod-drop-zone-border-color,var(--spectrum-drop-zone-border-color)\n);border-radius:var(\n--mod-drop-zone-corner-radius,var(--spectrum-drop-zone-corner-radius)\n);border-style:var(--mod-drop-zone-border-style,dashed);border-width:var(\n--mod-drop-zone-border-width,var(--spectrum-drop-zone-border-width)\n);box-sizing:border-box;inline-size:var(--mod-drop-zone-width,var(--spectrum-drop-zone-width));padding:calc(var(--mod-drop-zone-padding, var(--spectrum-drop-zone-padding)) - var(\n--mod-drop-zone-border-width,\nvar(--spectrum-drop-zone-border-width)\n));text-align:center}:host([dragged]){--mod-drop-zone-border-style:var(\n--mod-drop-zone-border-style--dragged,var(--mod-drop-zone-border-style-dragged,solid)\n);--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity,var(--spectrum-drop-zone-background-color-opacity)\n));--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color-hover,var(--spectrum-drop-zone-illustration-color-hover)\n)}:host .is-filled{--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity-filled,var(--spectrum-drop-zone-background-color-opacity-filled)\n));--mod-illustrated-message-display:none}:host([dragged]) .is-filled{--mod-drop-zone-content-display:flex}:host(.focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}:host(:focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}.spectrum-DropZone-content{align-items:center;block-size:100%;display:var(--mod-drop-zone-content-display,none);justify-content:center;position:relative;z-index:10}.spectrum-DropZone-button{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n);block-size:var(\n--mod-drop-zone-content-height,var(--spectrum-drop-zone-content-height)\n);border:none;box-sizing:border-box;font-family:var(\n--mod-drop-zone-content-font-family,var(--spectrum-drop-zone-content-font-family)\n);font-style:var(\n--mod-drop-zone-content-font-style,var(--spectrum-drop-zone-content-font-style)\n);font-weight:var(\n--mod-drop-zone-content-font-weight,var(--spectrum-drop-zone-content-font-weight)\n);line-height:var(\n--mod-drop-zone-content-line-height,var(--spectrum-drop-zone-content-line-height)\n);max-inline-size:var(\n--mod-drop-zone-content-max-width,var(--spectrum-drop-zone-content-max-width)\n);padding-block-end:var(\n--mod-drop-zone-content-bottom-to-text,var(--spectrum-drop-zone-content-bottom-to-text)\n);padding-block-start:var(\n--mod-drop-zone-content-top-to-text,var(--spectrum-drop-zone-content-top-to-text)\n)}.spectrum-DropZone-button:focus,.spectrum-DropZone-button:hover{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n)}@media (forced-colors:active){:host{--highcontrast-drop-zone-illustration-color:CanvasText;--highcontrast-drop-zone-border-color-hover:Highlight;--highcontrast-illustrated-message-illustration-color:var(\n--highcontrast-drop-zone-illustration-color\n)}}:host{display:block}::slotted(*){font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);font-style:var(\n--spectrum-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);margin-bottom:0;margin-top:0}\n`;\nexport default styles;"],
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{--spectrum-drop-zone-padding:var(--spectrum-spacing-400);--spectrum-drop-zone-illustration-to-heading:var(--spectrum-spacing-400);--spectrum-drop-zone-heading-to-body:var(--spectrum-spacing-75);--spectrum-drop-zone-border-width:var(--spectrum-border-width-200);--spectrum-drop-zone-corner-radius:var(--spectrum-corner-radius-100);--spectrum-drop-zone-border-color:var(--spectrum-gray-300);--spectrum-drop-zone-heading-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-heading-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-drop-zone-heading-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-title-size\n);--spectrum-drop-zone-heading-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-drop-zone-heading-color:var(--spectrum-heading-color);--spectrum-drop-zone-body-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-body-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-drop-zone-body-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-drop-zone-body-font-size:var(--spectrum-drop-zone-body-size);--spectrum-drop-zone-body-line-height:var(--spectrum-body-line-height);--spectrum-drop-zone-body-color:var(--spectrum-body-color);--spectrum-drop-zone-background-color:var(\n--spectrum-drop-zone-background-color-rgb\n);--spectrum-drop-zone-border-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-drop-zone-illustration-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-height:var(--spectrum-component-height-300);--spectrum-drop-zone-content-max-width:var(\n--spectrum-drop-zone-content-maximum-width\n);--spectrum-drop-zone-content-edge-to-text:var(\n--spectrum-component-edge-to-text-300\n);--spectrum-drop-zone-content-top-to-text:var(\n--spectrum-component-top-to-text-300\n);--spectrum-drop-zone-content-bottom-to-text:var(\n--spectrum-component-bottom-to-text-300\n);--spectrum-drop-zone-content-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-content-font-weight:var(--spectrum-bold-font-weight);--spectrum-drop-zone-content-font-style:var(--spectrum-default-font-style);--spectrum-drop-zone-content-font-size:var(--spectrum-font-size-300);--spectrum-drop-zone-content-line-height:var(--spectrum-line-height-100);--spectrum-drop-zone-content-background-color:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-color:var(--spectrum-white);--mod-illustrated-message-content-maximum-width:var(\n--mod-drop-zone-content-maximum-width,var(--spectrum-drop-zone-content-maximum-width)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color,var(--spectrum-drop-zone-illustration-color)\n);--mod-illustrated-message-title-to-heading:var(\n--mod-drop-zone-illustration-to-heading,var(--spectrum-drop-zone-illustration-to-heading)\n);--mod-illustrated-message-heading-to-body:var(\n--mod-drop-zone-heading-to-body,var(--spectrum-drop-zone-heading-to-body)\n);--mod-illustrated-message-title-font-family:var(\n--mod-drop-zone-heading-font-family,var(--spectrum-drop-zone-heading-font-family)\n);--mod-illustrated-message-title-font-weight:var(\n--mod-drop-zone-heading-font-weight,var(--spectrum-drop-zone-heading-font-weight)\n);--mod-illustrated-message-title-font-style:var(\n--mod-drop-zone-heading-font-style,var(--spectrum-drop-zone-heading-font-style)\n);--mod-illustrated-message-title-font-size:var(\n--mod-drop-zone-heading-font-size,var(--spectrum-drop-zone-heading-font-size)\n);--mod-illustrated-message-title-line-height:var(\n--mod-drop-zone-heading-line-height,var(--spectrum-drop-zone-heading-line-height)\n);--mod-illustrated-message-title-color:var(\n--mod-drop-zone-heading-color,var(--spectrum-drop-zone-heading-color)\n);--mod-illustrated-message-description-position:relative;--mod-illustrated-message-description-z-index:10;--mod-illustrated-message-heading-to-description:0;--mod-illustrated-message-description-font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);--mod-illustrated-message-description-font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);--mod-illustrated-message-description-font-style:var(\n--mod-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);--mod-illustrated-message-description-font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);--mod-illustrated-message-description-line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);--mod-illustrated-message-description-color:var(\n--mod-drop-zone-body-color,var(--spectrum-drop-zone-body-color)\n);--mod-actionbutton-font-size:var(\n--mod-drop-zone-content-font-size,var(--spectrum-drop-zone-content-font-size)\n);--mod-actionbutton-label-color:var(\n--mod-drop-zone-content-color,var(--spectrum-drop-zone-content-color)\n);--mod-actionbutton-edge-to-text:var(\n--mod-drop-zone-content-edge-to-text,var(--spectrum-drop-zone-content-edge-to-text)\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-cjk-title-size\n)}:host{background-color:var(\n--mod-drop-zone-background-color,var(--spectrum-drop-zone-background-color)\n);background-size:cover;border-color:var(\n--mod-drop-zone-border-color,var(--spectrum-drop-zone-border-color)\n);border-radius:var(\n--mod-drop-zone-corner-radius,var(--spectrum-drop-zone-corner-radius)\n);border-style:var(--mod-drop-zone-border-style,dashed);border-width:var(\n--mod-drop-zone-border-width,var(--spectrum-drop-zone-border-width)\n);box-sizing:border-box;inline-size:var(--mod-drop-zone-width,var(--spectrum-drop-zone-width));padding:calc(var(--mod-drop-zone-padding, var(--spectrum-drop-zone-padding)) - var(\n--mod-drop-zone-border-width,\nvar(--spectrum-drop-zone-border-width)\n));text-align:center}:host([dragged]){--mod-drop-zone-border-style:var(\n--mod-drop-zone-border-style--dragged,var(--mod-drop-zone-border-style-dragged,solid)\n);--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity,var(--spectrum-drop-zone-background-color-opacity)\n));--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color-hover,var(--spectrum-drop-zone-illustration-color-hover)\n)}:host .is-filled{--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity-filled,var(--spectrum-drop-zone-background-color-opacity-filled)\n));--mod-illustrated-message-display:none}:host([dragged]) .is-filled{--mod-drop-zone-content-display:flex}:host(.focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}:host(:focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}.spectrum-DropZone-content{align-items:center;block-size:100%;display:var(--mod-drop-zone-content-display,none);justify-content:center;position:relative;z-index:10}.spectrum-DropZone-button{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n);block-size:var(\n--mod-drop-zone-content-height,var(--spectrum-drop-zone-content-height)\n);border:none;box-sizing:border-box;font-family:var(\n--mod-drop-zone-content-font-family,var(--spectrum-drop-zone-content-font-family)\n);font-style:var(\n--mod-drop-zone-content-font-style,var(--spectrum-drop-zone-content-font-style)\n);font-weight:var(\n--mod-drop-zone-content-font-weight,var(--spectrum-drop-zone-content-font-weight)\n);line-height:var(\n--mod-drop-zone-content-line-height,var(--spectrum-drop-zone-content-line-height)\n);max-inline-size:var(\n--mod-drop-zone-content-max-width,var(--spectrum-drop-zone-content-max-width)\n);padding-block-end:var(\n--mod-drop-zone-content-bottom-to-text,var(--spectrum-drop-zone-content-bottom-to-text)\n);padding-block-start:var(\n--mod-drop-zone-content-top-to-text,var(--spectrum-drop-zone-content-top-to-text)\n)}.spectrum-DropZone-button:focus,.spectrum-DropZone-button:hover{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n)}@media (forced-colors:active){:host{--highcontrast-drop-zone-illustration-color:CanvasText;--highcontrast-drop-zone-border-color-hover:Highlight;--highcontrast-illustrated-message-illustration-color:var(\n--highcontrast-drop-zone-illustration-color\n)}}:host{display:block}::slotted(*){font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);font-style:var(\n--spectrum-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);margin-bottom:0;margin-top:0}\n`;\nexport default styles;"],
5
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;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;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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA8If,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["dropzone.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 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{--spectrum-drop-zone-padding:var(--spectrum-spacing-400);--spectrum-drop-zone-illustration-to-heading:var(--spectrum-spacing-400);--spectrum-drop-zone-heading-to-body:var(--spectrum-spacing-75);--spectrum-drop-zone-border-width:var(--spectrum-border-width-200);--spectrum-drop-zone-corner-radius:var(--spectrum-corner-radius-100);--spectrum-drop-zone-border-color:var(--spectrum-gray-300);--spectrum-drop-zone-heading-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-heading-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-drop-zone-heading-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-title-size\n);--spectrum-drop-zone-heading-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-drop-zone-heading-color:var(--spectrum-heading-color);--spectrum-drop-zone-body-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-body-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-drop-zone-body-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-drop-zone-body-font-size:var(--spectrum-drop-zone-body-size);--spectrum-drop-zone-body-line-height:var(--spectrum-body-line-height);--spectrum-drop-zone-body-color:var(--spectrum-body-color);--spectrum-drop-zone-background-color:var(\n--spectrum-drop-zone-background-color-rgb\n);--spectrum-drop-zone-border-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-drop-zone-illustration-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-height:var(--spectrum-component-height-300);--spectrum-drop-zone-content-max-width:var(\n--spectrum-drop-zone-content-maximum-width\n);--spectrum-drop-zone-content-edge-to-text:var(\n--spectrum-component-edge-to-text-300\n);--spectrum-drop-zone-content-top-to-text:var(\n--spectrum-component-top-to-text-300\n);--spectrum-drop-zone-content-bottom-to-text:var(\n--spectrum-component-bottom-to-text-300\n);--spectrum-drop-zone-content-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-content-font-weight:var(--spectrum-bold-font-weight);--spectrum-drop-zone-content-font-style:var(--spectrum-default-font-style);--spectrum-drop-zone-content-font-size:var(--spectrum-font-size-300);--spectrum-drop-zone-content-line-height:var(--spectrum-line-height-100);--spectrum-drop-zone-content-background-color:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-color:var(--spectrum-white);--mod-illustrated-message-content-maximum-width:var(\n--mod-drop-zone-content-maximum-width,var(--spectrum-drop-zone-content-maximum-width)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color,var(--spectrum-drop-zone-illustration-color)\n);--mod-illustrated-message-title-to-heading:var(\n--mod-drop-zone-illustration-to-heading,var(--spectrum-drop-zone-illustration-to-heading)\n);--mod-illustrated-message-heading-to-body:var(\n--mod-drop-zone-heading-to-body,var(--spectrum-drop-zone-heading-to-body)\n);--mod-illustrated-message-title-font-family:var(\n--mod-drop-zone-heading-font-family,var(--spectrum-drop-zone-heading-font-family)\n);--mod-illustrated-message-title-font-weight:var(\n--mod-drop-zone-heading-font-weight,var(--spectrum-drop-zone-heading-font-weight)\n);--mod-illustrated-message-title-font-style:var(\n--mod-drop-zone-heading-font-style,var(--spectrum-drop-zone-heading-font-style)\n);--mod-illustrated-message-title-font-size:var(\n--mod-drop-zone-heading-font-size,var(--spectrum-drop-zone-heading-font-size)\n);--mod-illustrated-message-title-line-height:var(\n--mod-drop-zone-heading-line-height,var(--spectrum-drop-zone-heading-line-height)\n);--mod-illustrated-message-title-color:var(\n--mod-drop-zone-heading-color,var(--spectrum-drop-zone-heading-color)\n);--mod-illustrated-message-description-position:relative;--mod-illustrated-message-description-z-index:10;--mod-illustrated-message-heading-to-description:0;--mod-illustrated-message-description-font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);--mod-illustrated-message-description-font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);--mod-illustrated-message-description-font-style:var(\n--mod-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);--mod-illustrated-message-description-font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);--mod-illustrated-message-description-line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);--mod-illustrated-message-description-color:var(\n--mod-drop-zone-body-color,var(--spectrum-drop-zone-body-color)\n);--mod-actionbutton-font-size:var(\n--mod-drop-zone-content-font-size,var(--spectrum-drop-zone-content-font-size)\n);--mod-actionbutton-label-color:var(\n--mod-drop-zone-content-color,var(--spectrum-drop-zone-content-color)\n);--mod-actionbutton-edge-to-text:var(\n--mod-drop-zone-content-edge-to-text,var(--spectrum-drop-zone-content-edge-to-text)\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-cjk-title-size\n)}:host{background-color:var(\n--mod-drop-zone-background-color,var(--spectrum-drop-zone-background-color)\n);background-size:cover;border-color:var(\n--mod-drop-zone-border-color,var(--spectrum-drop-zone-border-color)\n);border-radius:var(\n--mod-drop-zone-corner-radius,var(--spectrum-drop-zone-corner-radius)\n);border-style:var(--mod-drop-zone-border-style,dashed);border-width:var(\n--mod-drop-zone-border-width,var(--spectrum-drop-zone-border-width)\n);box-sizing:border-box;inline-size:var(--mod-drop-zone-width,var(--spectrum-drop-zone-width));padding:calc(var(--mod-drop-zone-padding, var(--spectrum-drop-zone-padding)) - var(\n--mod-drop-zone-border-width,\nvar(--spectrum-drop-zone-border-width)\n));text-align:center}:host([dragged]){--mod-drop-zone-border-style:var(\n--mod-drop-zone-border-style--dragged,var(--mod-drop-zone-border-style-dragged,solid)\n);--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity,var(--spectrum-drop-zone-background-color-opacity)\n));--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color-hover,var(--spectrum-drop-zone-illustration-color-hover)\n)}:host .is-filled{--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity-filled,var(--spectrum-drop-zone-background-color-opacity-filled)\n));--mod-illustrated-message-display:none}:host([dragged]) .is-filled{--mod-drop-zone-content-display:flex}:host(.focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}:host(:focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}.spectrum-DropZone-content{align-items:center;block-size:100%;display:var(--mod-drop-zone-content-display,none);justify-content:center;position:relative;z-index:10}.spectrum-DropZone-button{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n);block-size:var(\n--mod-drop-zone-content-height,var(--spectrum-drop-zone-content-height)\n);border:none;box-sizing:border-box;font-family:var(\n--mod-drop-zone-content-font-family,var(--spectrum-drop-zone-content-font-family)\n);font-style:var(\n--mod-drop-zone-content-font-style,var(--spectrum-drop-zone-content-font-style)\n);font-weight:var(\n--mod-drop-zone-content-font-weight,var(--spectrum-drop-zone-content-font-weight)\n);line-height:var(\n--mod-drop-zone-content-line-height,var(--spectrum-drop-zone-content-line-height)\n);max-inline-size:var(\n--mod-drop-zone-content-max-width,var(--spectrum-drop-zone-content-max-width)\n);padding-block-end:var(\n--mod-drop-zone-content-bottom-to-text,var(--spectrum-drop-zone-content-bottom-to-text)\n);padding-block-start:var(\n--mod-drop-zone-content-top-to-text,var(--spectrum-drop-zone-content-top-to-text)\n)}.spectrum-DropZone-button:focus,.spectrum-DropZone-button:hover{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n)}@media (forced-colors:active){:host{--highcontrast-drop-zone-illustration-color:CanvasText;--highcontrast-drop-zone-border-color-hover:Highlight;--highcontrast-illustrated-message-illustration-color:var(\n--highcontrast-drop-zone-illustration-color\n)}}:host{display:block}::slotted(*){font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);font-style:var(\n--spectrum-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);margin-bottom:0;margin-top:0}\n`;\nexport default styles;"],
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{--spectrum-drop-zone-padding:var(--spectrum-spacing-400);--spectrum-drop-zone-illustration-to-heading:var(--spectrum-spacing-400);--spectrum-drop-zone-heading-to-body:var(--spectrum-spacing-75);--spectrum-drop-zone-border-width:var(--spectrum-border-width-200);--spectrum-drop-zone-corner-radius:var(--spectrum-corner-radius-100);--spectrum-drop-zone-border-color:var(--spectrum-gray-300);--spectrum-drop-zone-heading-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-heading-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-drop-zone-heading-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-title-size\n);--spectrum-drop-zone-heading-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-drop-zone-heading-color:var(--spectrum-heading-color);--spectrum-drop-zone-body-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-body-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-drop-zone-body-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-drop-zone-body-font-size:var(--spectrum-drop-zone-body-size);--spectrum-drop-zone-body-line-height:var(--spectrum-body-line-height);--spectrum-drop-zone-body-color:var(--spectrum-body-color);--spectrum-drop-zone-background-color:var(\n--spectrum-drop-zone-background-color-rgb\n);--spectrum-drop-zone-border-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-drop-zone-illustration-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-height:var(--spectrum-component-height-300);--spectrum-drop-zone-content-max-width:var(\n--spectrum-drop-zone-content-maximum-width\n);--spectrum-drop-zone-content-edge-to-text:var(\n--spectrum-component-edge-to-text-300\n);--spectrum-drop-zone-content-top-to-text:var(\n--spectrum-component-top-to-text-300\n);--spectrum-drop-zone-content-bottom-to-text:var(\n--spectrum-component-bottom-to-text-300\n);--spectrum-drop-zone-content-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-content-font-weight:var(--spectrum-bold-font-weight);--spectrum-drop-zone-content-font-style:var(--spectrum-default-font-style);--spectrum-drop-zone-content-font-size:var(--spectrum-font-size-300);--spectrum-drop-zone-content-line-height:var(--spectrum-line-height-100);--spectrum-drop-zone-content-background-color:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-color:var(--spectrum-white);--mod-illustrated-message-content-maximum-width:var(\n--mod-drop-zone-content-maximum-width,var(--spectrum-drop-zone-content-maximum-width)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color,var(--spectrum-drop-zone-illustration-color)\n);--mod-illustrated-message-title-to-heading:var(\n--mod-drop-zone-illustration-to-heading,var(--spectrum-drop-zone-illustration-to-heading)\n);--mod-illustrated-message-heading-to-body:var(\n--mod-drop-zone-heading-to-body,var(--spectrum-drop-zone-heading-to-body)\n);--mod-illustrated-message-title-font-family:var(\n--mod-drop-zone-heading-font-family,var(--spectrum-drop-zone-heading-font-family)\n);--mod-illustrated-message-title-font-weight:var(\n--mod-drop-zone-heading-font-weight,var(--spectrum-drop-zone-heading-font-weight)\n);--mod-illustrated-message-title-font-style:var(\n--mod-drop-zone-heading-font-style,var(--spectrum-drop-zone-heading-font-style)\n);--mod-illustrated-message-title-font-size:var(\n--mod-drop-zone-heading-font-size,var(--spectrum-drop-zone-heading-font-size)\n);--mod-illustrated-message-title-line-height:var(\n--mod-drop-zone-heading-line-height,var(--spectrum-drop-zone-heading-line-height)\n);--mod-illustrated-message-title-color:var(\n--mod-drop-zone-heading-color,var(--spectrum-drop-zone-heading-color)\n);--mod-illustrated-message-description-position:relative;--mod-illustrated-message-description-z-index:10;--mod-illustrated-message-heading-to-description:0;--mod-illustrated-message-description-font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);--mod-illustrated-message-description-font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);--mod-illustrated-message-description-font-style:var(\n--mod-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);--mod-illustrated-message-description-font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);--mod-illustrated-message-description-line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);--mod-illustrated-message-description-color:var(\n--mod-drop-zone-body-color,var(--spectrum-drop-zone-body-color)\n);--mod-actionbutton-font-size:var(\n--mod-drop-zone-content-font-size,var(--spectrum-drop-zone-content-font-size)\n);--mod-actionbutton-label-color:var(\n--mod-drop-zone-content-color,var(--spectrum-drop-zone-content-color)\n);--mod-actionbutton-edge-to-text:var(\n--mod-drop-zone-content-edge-to-text,var(--spectrum-drop-zone-content-edge-to-text)\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-cjk-title-size\n)}:host{background-color:var(\n--mod-drop-zone-background-color,var(--spectrum-drop-zone-background-color)\n);background-size:cover;border-color:var(\n--mod-drop-zone-border-color,var(--spectrum-drop-zone-border-color)\n);border-radius:var(\n--mod-drop-zone-corner-radius,var(--spectrum-drop-zone-corner-radius)\n);border-style:var(--mod-drop-zone-border-style,dashed);border-width:var(\n--mod-drop-zone-border-width,var(--spectrum-drop-zone-border-width)\n);box-sizing:border-box;inline-size:var(--mod-drop-zone-width,var(--spectrum-drop-zone-width));padding:calc(var(--mod-drop-zone-padding, var(--spectrum-drop-zone-padding)) - var(\n--mod-drop-zone-border-width,\nvar(--spectrum-drop-zone-border-width)\n));text-align:center}:host([dragged]){--mod-drop-zone-border-style:var(\n--mod-drop-zone-border-style--dragged,var(--mod-drop-zone-border-style-dragged,solid)\n);--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity,var(--spectrum-drop-zone-background-color-opacity)\n));--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color-hover,var(--spectrum-drop-zone-illustration-color-hover)\n)}:host .is-filled{--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity-filled,var(--spectrum-drop-zone-background-color-opacity-filled)\n));--mod-illustrated-message-display:none}:host([dragged]) .is-filled{--mod-drop-zone-content-display:flex}:host(.focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}:host(:focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}.spectrum-DropZone-content{align-items:center;block-size:100%;display:var(--mod-drop-zone-content-display,none);justify-content:center;position:relative;z-index:10}.spectrum-DropZone-button{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n);block-size:var(\n--mod-drop-zone-content-height,var(--spectrum-drop-zone-content-height)\n);border:none;box-sizing:border-box;font-family:var(\n--mod-drop-zone-content-font-family,var(--spectrum-drop-zone-content-font-family)\n);font-style:var(\n--mod-drop-zone-content-font-style,var(--spectrum-drop-zone-content-font-style)\n);font-weight:var(\n--mod-drop-zone-content-font-weight,var(--spectrum-drop-zone-content-font-weight)\n);line-height:var(\n--mod-drop-zone-content-line-height,var(--spectrum-drop-zone-content-line-height)\n);max-inline-size:var(\n--mod-drop-zone-content-max-width,var(--spectrum-drop-zone-content-max-width)\n);padding-block-end:var(\n--mod-drop-zone-content-bottom-to-text,var(--spectrum-drop-zone-content-bottom-to-text)\n);padding-block-start:var(\n--mod-drop-zone-content-top-to-text,var(--spectrum-drop-zone-content-top-to-text)\n)}.spectrum-DropZone-button:focus,.spectrum-DropZone-button:hover{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n)}@media (forced-colors:active){:host{--highcontrast-drop-zone-illustration-color:CanvasText;--highcontrast-drop-zone-border-color-hover:Highlight;--highcontrast-illustrated-message-illustration-color:var(\n--highcontrast-drop-zone-illustration-color\n)}}:host{display:block}::slotted(*){font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);font-style:var(\n--spectrum-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);margin-bottom:0;margin-top:0}\n`;\nexport default styles;"],
5
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;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;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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EA8If,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-dropzone.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 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{--spectrum-drop-zone-padding:var(--spectrum-spacing-400);--spectrum-drop-zone-illustration-to-heading:var(--spectrum-spacing-400);--spectrum-drop-zone-heading-to-body:var(--spectrum-spacing-75);--spectrum-drop-zone-border-width:var(--spectrum-border-width-200);--spectrum-drop-zone-corner-radius:var(--spectrum-corner-radius-100);--spectrum-drop-zone-border-color:var(--spectrum-gray-300);--spectrum-drop-zone-heading-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-heading-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-drop-zone-heading-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-title-size\n);--spectrum-drop-zone-heading-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-drop-zone-heading-color:var(--spectrum-heading-color);--spectrum-drop-zone-body-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-body-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-drop-zone-body-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-drop-zone-body-font-size:var(--spectrum-drop-zone-body-size);--spectrum-drop-zone-body-line-height:var(--spectrum-body-line-height);--spectrum-drop-zone-body-color:var(--spectrum-body-color);--spectrum-drop-zone-background-color:var(\n--spectrum-drop-zone-background-color-rgb\n);--spectrum-drop-zone-border-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-drop-zone-illustration-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-height:var(--spectrum-component-height-300);--spectrum-drop-zone-content-max-width:var(\n--spectrum-drop-zone-content-maximum-width\n);--spectrum-drop-zone-content-edge-to-text:var(\n--spectrum-component-edge-to-text-300\n);--spectrum-drop-zone-content-top-to-text:var(\n--spectrum-component-top-to-text-300\n);--spectrum-drop-zone-content-bottom-to-text:var(\n--spectrum-component-bottom-to-text-300\n);--spectrum-drop-zone-content-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-content-font-weight:var(--spectrum-bold-font-weight);--spectrum-drop-zone-content-font-style:var(--spectrum-default-font-style);--spectrum-drop-zone-content-font-size:var(--spectrum-font-size-300);--spectrum-drop-zone-content-line-height:var(--spectrum-line-height-100);--spectrum-drop-zone-content-background-color:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-color:var(--spectrum-white);--mod-illustrated-message-content-maximum-width:var(\n--mod-drop-zone-content-maximum-width,var(--spectrum-drop-zone-content-maximum-width)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color,var(--spectrum-drop-zone-illustration-color)\n);--mod-illustrated-message-title-to-heading:var(\n--mod-drop-zone-illustration-to-heading,var(--spectrum-drop-zone-illustration-to-heading)\n);--mod-illustrated-message-heading-to-body:var(\n--mod-drop-zone-heading-to-body,var(--spectrum-drop-zone-heading-to-body)\n);--mod-illustrated-message-title-font-family:var(\n--mod-drop-zone-heading-font-family,var(--spectrum-drop-zone-heading-font-family)\n);--mod-illustrated-message-title-font-weight:var(\n--mod-drop-zone-heading-font-weight,var(--spectrum-drop-zone-heading-font-weight)\n);--mod-illustrated-message-title-font-style:var(\n--mod-drop-zone-heading-font-style,var(--spectrum-drop-zone-heading-font-style)\n);--mod-illustrated-message-title-font-size:var(\n--mod-drop-zone-heading-font-size,var(--spectrum-drop-zone-heading-font-size)\n);--mod-illustrated-message-title-line-height:var(\n--mod-drop-zone-heading-line-height,var(--spectrum-drop-zone-heading-line-height)\n);--mod-illustrated-message-title-color:var(\n--mod-drop-zone-heading-color,var(--spectrum-drop-zone-heading-color)\n);--mod-illustrated-message-description-position:relative;--mod-illustrated-message-description-z-index:10;--mod-illustrated-message-heading-to-description:0;--mod-illustrated-message-description-font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);--mod-illustrated-message-description-font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);--mod-illustrated-message-description-font-style:var(\n--mod-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);--mod-illustrated-message-description-font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);--mod-illustrated-message-description-line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);--mod-illustrated-message-description-color:var(\n--mod-drop-zone-body-color,var(--spectrum-drop-zone-body-color)\n);--mod-actionbutton-font-size:var(\n--mod-drop-zone-content-font-size,var(--spectrum-drop-zone-content-font-size)\n);--mod-actionbutton-label-color:var(\n--mod-drop-zone-content-color,var(--spectrum-drop-zone-content-color)\n);--mod-actionbutton-edge-to-text:var(\n--mod-drop-zone-content-edge-to-text,var(--spectrum-drop-zone-content-edge-to-text)\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-cjk-title-size\n)}:host{background-color:var(\n--mod-drop-zone-background-color,var(--spectrum-drop-zone-background-color)\n);background-size:cover;border-color:var(\n--mod-drop-zone-border-color,var(--spectrum-drop-zone-border-color)\n);border-radius:var(\n--mod-drop-zone-corner-radius,var(--spectrum-drop-zone-corner-radius)\n);border-style:var(--mod-drop-zone-border-style,dashed);border-width:var(\n--mod-drop-zone-border-width,var(--spectrum-drop-zone-border-width)\n);box-sizing:border-box;inline-size:var(--mod-drop-zone-width,var(--spectrum-drop-zone-width));padding:calc(var(--mod-drop-zone-padding, var(--spectrum-drop-zone-padding)) - var(\n--mod-drop-zone-border-width,\nvar(--spectrum-drop-zone-border-width)\n));text-align:center}:host([dragged]){--mod-drop-zone-border-style:var(\n--mod-drop-zone-border-style--dragged,var(--mod-drop-zone-border-style-dragged,solid)\n);--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity,var(--spectrum-drop-zone-background-color-opacity)\n));--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color-hover,var(--spectrum-drop-zone-illustration-color-hover)\n)}:host .is-filled{--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity-filled,var(--spectrum-drop-zone-background-color-opacity-filled)\n));--mod-illustrated-message-display:none}:host([dragged]) .is-filled{--mod-drop-zone-content-display:flex}:host(.focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}:host(:focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}.spectrum-DropZone-content{align-items:center;block-size:100%;display:var(--mod-drop-zone-content-display,none);justify-content:center;position:relative;z-index:10}.spectrum-DropZone-button{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n);block-size:var(\n--mod-drop-zone-content-height,var(--spectrum-drop-zone-content-height)\n);border:none;box-sizing:border-box;font-family:var(\n--mod-drop-zone-content-font-family,var(--spectrum-drop-zone-content-font-family)\n);font-style:var(\n--mod-drop-zone-content-font-style,var(--spectrum-drop-zone-content-font-style)\n);font-weight:var(\n--mod-drop-zone-content-font-weight,var(--spectrum-drop-zone-content-font-weight)\n);line-height:var(\n--mod-drop-zone-content-line-height,var(--spectrum-drop-zone-content-line-height)\n);max-inline-size:var(\n--mod-drop-zone-content-max-width,var(--spectrum-drop-zone-content-max-width)\n);padding-block-end:var(\n--mod-drop-zone-content-bottom-to-text,var(--spectrum-drop-zone-content-bottom-to-text)\n);padding-block-start:var(\n--mod-drop-zone-content-top-to-text,var(--spectrum-drop-zone-content-top-to-text)\n)}.spectrum-DropZone-button:focus,.spectrum-DropZone-button:hover{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n)}@media (forced-colors:active){:host{--highcontrast-drop-zone-illustration-color:CanvasText;--highcontrast-drop-zone-border-color-hover:Highlight;--highcontrast-illustrated-message-illustration-color:var(\n--highcontrast-drop-zone-illustration-color\n)}}\n`;\nexport default styles;"],
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{--spectrum-drop-zone-padding:var(--spectrum-spacing-400);--spectrum-drop-zone-illustration-to-heading:var(--spectrum-spacing-400);--spectrum-drop-zone-heading-to-body:var(--spectrum-spacing-75);--spectrum-drop-zone-border-width:var(--spectrum-border-width-200);--spectrum-drop-zone-corner-radius:var(--spectrum-corner-radius-100);--spectrum-drop-zone-border-color:var(--spectrum-gray-300);--spectrum-drop-zone-heading-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-heading-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-drop-zone-heading-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-title-size\n);--spectrum-drop-zone-heading-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-drop-zone-heading-color:var(--spectrum-heading-color);--spectrum-drop-zone-body-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-body-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-drop-zone-body-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-drop-zone-body-font-size:var(--spectrum-drop-zone-body-size);--spectrum-drop-zone-body-line-height:var(--spectrum-body-line-height);--spectrum-drop-zone-body-color:var(--spectrum-body-color);--spectrum-drop-zone-background-color:var(\n--spectrum-drop-zone-background-color-rgb\n);--spectrum-drop-zone-border-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-drop-zone-illustration-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-height:var(--spectrum-component-height-300);--spectrum-drop-zone-content-max-width:var(\n--spectrum-drop-zone-content-maximum-width\n);--spectrum-drop-zone-content-edge-to-text:var(\n--spectrum-component-edge-to-text-300\n);--spectrum-drop-zone-content-top-to-text:var(\n--spectrum-component-top-to-text-300\n);--spectrum-drop-zone-content-bottom-to-text:var(\n--spectrum-component-bottom-to-text-300\n);--spectrum-drop-zone-content-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-content-font-weight:var(--spectrum-bold-font-weight);--spectrum-drop-zone-content-font-style:var(--spectrum-default-font-style);--spectrum-drop-zone-content-font-size:var(--spectrum-font-size-300);--spectrum-drop-zone-content-line-height:var(--spectrum-line-height-100);--spectrum-drop-zone-content-background-color:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-color:var(--spectrum-white);--mod-illustrated-message-content-maximum-width:var(\n--mod-drop-zone-content-maximum-width,var(--spectrum-drop-zone-content-maximum-width)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color,var(--spectrum-drop-zone-illustration-color)\n);--mod-illustrated-message-title-to-heading:var(\n--mod-drop-zone-illustration-to-heading,var(--spectrum-drop-zone-illustration-to-heading)\n);--mod-illustrated-message-heading-to-body:var(\n--mod-drop-zone-heading-to-body,var(--spectrum-drop-zone-heading-to-body)\n);--mod-illustrated-message-title-font-family:var(\n--mod-drop-zone-heading-font-family,var(--spectrum-drop-zone-heading-font-family)\n);--mod-illustrated-message-title-font-weight:var(\n--mod-drop-zone-heading-font-weight,var(--spectrum-drop-zone-heading-font-weight)\n);--mod-illustrated-message-title-font-style:var(\n--mod-drop-zone-heading-font-style,var(--spectrum-drop-zone-heading-font-style)\n);--mod-illustrated-message-title-font-size:var(\n--mod-drop-zone-heading-font-size,var(--spectrum-drop-zone-heading-font-size)\n);--mod-illustrated-message-title-line-height:var(\n--mod-drop-zone-heading-line-height,var(--spectrum-drop-zone-heading-line-height)\n);--mod-illustrated-message-title-color:var(\n--mod-drop-zone-heading-color,var(--spectrum-drop-zone-heading-color)\n);--mod-illustrated-message-description-position:relative;--mod-illustrated-message-description-z-index:10;--mod-illustrated-message-heading-to-description:0;--mod-illustrated-message-description-font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);--mod-illustrated-message-description-font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);--mod-illustrated-message-description-font-style:var(\n--mod-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);--mod-illustrated-message-description-font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);--mod-illustrated-message-description-line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);--mod-illustrated-message-description-color:var(\n--mod-drop-zone-body-color,var(--spectrum-drop-zone-body-color)\n);--mod-actionbutton-font-size:var(\n--mod-drop-zone-content-font-size,var(--spectrum-drop-zone-content-font-size)\n);--mod-actionbutton-label-color:var(\n--mod-drop-zone-content-color,var(--spectrum-drop-zone-content-color)\n);--mod-actionbutton-edge-to-text:var(\n--mod-drop-zone-content-edge-to-text,var(--spectrum-drop-zone-content-edge-to-text)\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-cjk-title-size\n)}:host{background-color:var(\n--mod-drop-zone-background-color,var(--spectrum-drop-zone-background-color)\n);background-size:cover;border-color:var(\n--mod-drop-zone-border-color,var(--spectrum-drop-zone-border-color)\n);border-radius:var(\n--mod-drop-zone-corner-radius,var(--spectrum-drop-zone-corner-radius)\n);border-style:var(--mod-drop-zone-border-style,dashed);border-width:var(\n--mod-drop-zone-border-width,var(--spectrum-drop-zone-border-width)\n);box-sizing:border-box;inline-size:var(--mod-drop-zone-width,var(--spectrum-drop-zone-width));padding:calc(var(--mod-drop-zone-padding, var(--spectrum-drop-zone-padding)) - var(\n--mod-drop-zone-border-width,\nvar(--spectrum-drop-zone-border-width)\n));text-align:center}:host([dragged]){--mod-drop-zone-border-style:var(\n--mod-drop-zone-border-style--dragged,var(--mod-drop-zone-border-style-dragged,solid)\n);--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity,var(--spectrum-drop-zone-background-color-opacity)\n));--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color-hover,var(--spectrum-drop-zone-illustration-color-hover)\n)}:host .is-filled{--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity-filled,var(--spectrum-drop-zone-background-color-opacity-filled)\n));--mod-illustrated-message-display:none}:host([dragged]) .is-filled{--mod-drop-zone-content-display:flex}:host(.focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}:host(:focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}.spectrum-DropZone-content{align-items:center;block-size:100%;display:var(--mod-drop-zone-content-display,none);justify-content:center;position:relative;z-index:10}.spectrum-DropZone-button{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n);block-size:var(\n--mod-drop-zone-content-height,var(--spectrum-drop-zone-content-height)\n);border:none;box-sizing:border-box;font-family:var(\n--mod-drop-zone-content-font-family,var(--spectrum-drop-zone-content-font-family)\n);font-style:var(\n--mod-drop-zone-content-font-style,var(--spectrum-drop-zone-content-font-style)\n);font-weight:var(\n--mod-drop-zone-content-font-weight,var(--spectrum-drop-zone-content-font-weight)\n);line-height:var(\n--mod-drop-zone-content-line-height,var(--spectrum-drop-zone-content-line-height)\n);max-inline-size:var(\n--mod-drop-zone-content-max-width,var(--spectrum-drop-zone-content-max-width)\n);padding-block-end:var(\n--mod-drop-zone-content-bottom-to-text,var(--spectrum-drop-zone-content-bottom-to-text)\n);padding-block-start:var(\n--mod-drop-zone-content-top-to-text,var(--spectrum-drop-zone-content-top-to-text)\n)}.spectrum-DropZone-button:focus,.spectrum-DropZone-button:hover{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n)}@media (forced-colors:active){:host{--highcontrast-drop-zone-illustration-color:CanvasText;--highcontrast-drop-zone-border-color-hover:Highlight;--highcontrast-illustrated-message-illustration-color:var(\n--highcontrast-drop-zone-illustration-color\n)}}\n`;\nexport default styles;"],
5
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;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;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;AAoIf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-dropzone.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 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{--spectrum-drop-zone-padding:var(--spectrum-spacing-400);--spectrum-drop-zone-illustration-to-heading:var(--spectrum-spacing-400);--spectrum-drop-zone-heading-to-body:var(--spectrum-spacing-75);--spectrum-drop-zone-border-width:var(--spectrum-border-width-200);--spectrum-drop-zone-corner-radius:var(--spectrum-corner-radius-100);--spectrum-drop-zone-border-color:var(--spectrum-gray-300);--spectrum-drop-zone-heading-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-heading-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-drop-zone-heading-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-title-size\n);--spectrum-drop-zone-heading-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-drop-zone-heading-color:var(--spectrum-heading-color);--spectrum-drop-zone-body-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-body-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-drop-zone-body-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-drop-zone-body-font-size:var(--spectrum-drop-zone-body-size);--spectrum-drop-zone-body-line-height:var(--spectrum-body-line-height);--spectrum-drop-zone-body-color:var(--spectrum-body-color);--spectrum-drop-zone-background-color:var(\n--spectrum-drop-zone-background-color-rgb\n);--spectrum-drop-zone-border-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-drop-zone-illustration-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-height:var(--spectrum-component-height-300);--spectrum-drop-zone-content-max-width:var(\n--spectrum-drop-zone-content-maximum-width\n);--spectrum-drop-zone-content-edge-to-text:var(\n--spectrum-component-edge-to-text-300\n);--spectrum-drop-zone-content-top-to-text:var(\n--spectrum-component-top-to-text-300\n);--spectrum-drop-zone-content-bottom-to-text:var(\n--spectrum-component-bottom-to-text-300\n);--spectrum-drop-zone-content-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-content-font-weight:var(--spectrum-bold-font-weight);--spectrum-drop-zone-content-font-style:var(--spectrum-default-font-style);--spectrum-drop-zone-content-font-size:var(--spectrum-font-size-300);--spectrum-drop-zone-content-line-height:var(--spectrum-line-height-100);--spectrum-drop-zone-content-background-color:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-color:var(--spectrum-white);--mod-illustrated-message-content-maximum-width:var(\n--mod-drop-zone-content-maximum-width,var(--spectrum-drop-zone-content-maximum-width)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color,var(--spectrum-drop-zone-illustration-color)\n);--mod-illustrated-message-title-to-heading:var(\n--mod-drop-zone-illustration-to-heading,var(--spectrum-drop-zone-illustration-to-heading)\n);--mod-illustrated-message-heading-to-body:var(\n--mod-drop-zone-heading-to-body,var(--spectrum-drop-zone-heading-to-body)\n);--mod-illustrated-message-title-font-family:var(\n--mod-drop-zone-heading-font-family,var(--spectrum-drop-zone-heading-font-family)\n);--mod-illustrated-message-title-font-weight:var(\n--mod-drop-zone-heading-font-weight,var(--spectrum-drop-zone-heading-font-weight)\n);--mod-illustrated-message-title-font-style:var(\n--mod-drop-zone-heading-font-style,var(--spectrum-drop-zone-heading-font-style)\n);--mod-illustrated-message-title-font-size:var(\n--mod-drop-zone-heading-font-size,var(--spectrum-drop-zone-heading-font-size)\n);--mod-illustrated-message-title-line-height:var(\n--mod-drop-zone-heading-line-height,var(--spectrum-drop-zone-heading-line-height)\n);--mod-illustrated-message-title-color:var(\n--mod-drop-zone-heading-color,var(--spectrum-drop-zone-heading-color)\n);--mod-illustrated-message-description-position:relative;--mod-illustrated-message-description-z-index:10;--mod-illustrated-message-heading-to-description:0;--mod-illustrated-message-description-font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);--mod-illustrated-message-description-font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);--mod-illustrated-message-description-font-style:var(\n--mod-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);--mod-illustrated-message-description-font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);--mod-illustrated-message-description-line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);--mod-illustrated-message-description-color:var(\n--mod-drop-zone-body-color,var(--spectrum-drop-zone-body-color)\n);--mod-actionbutton-font-size:var(\n--mod-drop-zone-content-font-size,var(--spectrum-drop-zone-content-font-size)\n);--mod-actionbutton-label-color:var(\n--mod-drop-zone-content-color,var(--spectrum-drop-zone-content-color)\n);--mod-actionbutton-edge-to-text:var(\n--mod-drop-zone-content-edge-to-text,var(--spectrum-drop-zone-content-edge-to-text)\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-cjk-title-size\n)}:host{background-color:var(\n--mod-drop-zone-background-color,var(--spectrum-drop-zone-background-color)\n);background-size:cover;border-color:var(\n--mod-drop-zone-border-color,var(--spectrum-drop-zone-border-color)\n);border-radius:var(\n--mod-drop-zone-corner-radius,var(--spectrum-drop-zone-corner-radius)\n);border-style:var(--mod-drop-zone-border-style,dashed);border-width:var(\n--mod-drop-zone-border-width,var(--spectrum-drop-zone-border-width)\n);box-sizing:border-box;inline-size:var(--mod-drop-zone-width,var(--spectrum-drop-zone-width));padding:calc(var(--mod-drop-zone-padding, var(--spectrum-drop-zone-padding)) - var(\n--mod-drop-zone-border-width,\nvar(--spectrum-drop-zone-border-width)\n));text-align:center}:host([dragged]){--mod-drop-zone-border-style:var(\n--mod-drop-zone-border-style--dragged,var(--mod-drop-zone-border-style-dragged,solid)\n);--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity,var(--spectrum-drop-zone-background-color-opacity)\n));--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color-hover,var(--spectrum-drop-zone-illustration-color-hover)\n)}:host .is-filled{--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity-filled,var(--spectrum-drop-zone-background-color-opacity-filled)\n));--mod-illustrated-message-display:none}:host([dragged]) .is-filled{--mod-drop-zone-content-display:flex}:host(.focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}:host(:focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}.spectrum-DropZone-content{align-items:center;block-size:100%;display:var(--mod-drop-zone-content-display,none);justify-content:center;position:relative;z-index:10}.spectrum-DropZone-button{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n);block-size:var(\n--mod-drop-zone-content-height,var(--spectrum-drop-zone-content-height)\n);border:none;box-sizing:border-box;font-family:var(\n--mod-drop-zone-content-font-family,var(--spectrum-drop-zone-content-font-family)\n);font-style:var(\n--mod-drop-zone-content-font-style,var(--spectrum-drop-zone-content-font-style)\n);font-weight:var(\n--mod-drop-zone-content-font-weight,var(--spectrum-drop-zone-content-font-weight)\n);line-height:var(\n--mod-drop-zone-content-line-height,var(--spectrum-drop-zone-content-line-height)\n);max-inline-size:var(\n--mod-drop-zone-content-max-width,var(--spectrum-drop-zone-content-max-width)\n);padding-block-end:var(\n--mod-drop-zone-content-bottom-to-text,var(--spectrum-drop-zone-content-bottom-to-text)\n);padding-block-start:var(\n--mod-drop-zone-content-top-to-text,var(--spectrum-drop-zone-content-top-to-text)\n)}.spectrum-DropZone-button:focus,.spectrum-DropZone-button:hover{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n)}@media (forced-colors:active){:host{--highcontrast-drop-zone-illustration-color:CanvasText;--highcontrast-drop-zone-border-color-hover:Highlight;--highcontrast-illustrated-message-illustration-color:var(\n--highcontrast-drop-zone-illustration-color\n)}}\n`;\nexport default styles;"],
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{--spectrum-drop-zone-padding:var(--spectrum-spacing-400);--spectrum-drop-zone-illustration-to-heading:var(--spectrum-spacing-400);--spectrum-drop-zone-heading-to-body:var(--spectrum-spacing-75);--spectrum-drop-zone-border-width:var(--spectrum-border-width-200);--spectrum-drop-zone-corner-radius:var(--spectrum-corner-radius-100);--spectrum-drop-zone-border-color:var(--spectrum-gray-300);--spectrum-drop-zone-heading-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-heading-font-weight:var(\n--spectrum-heading-sans-serif-font-weight\n);--spectrum-drop-zone-heading-font-style:var(\n--spectrum-heading-sans-serif-font-style\n);--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-title-size\n);--spectrum-drop-zone-heading-line-height:var(\n--spectrum-heading-line-height\n);--spectrum-drop-zone-heading-color:var(--spectrum-heading-color);--spectrum-drop-zone-body-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-body-font-weight:var(\n--spectrum-body-sans-serif-font-weight\n);--spectrum-drop-zone-body-font-style:var(\n--spectrum-body-sans-serif-font-style\n);--spectrum-drop-zone-body-font-size:var(--spectrum-drop-zone-body-size);--spectrum-drop-zone-body-line-height:var(--spectrum-body-line-height);--spectrum-drop-zone-body-color:var(--spectrum-body-color);--spectrum-drop-zone-background-color:var(\n--spectrum-drop-zone-background-color-rgb\n);--spectrum-drop-zone-border-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-illustration-color:var(\n--spectrum-neutral-visual-color\n);--spectrum-drop-zone-illustration-color-hover:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-height:var(--spectrum-component-height-300);--spectrum-drop-zone-content-max-width:var(\n--spectrum-drop-zone-content-maximum-width\n);--spectrum-drop-zone-content-edge-to-text:var(\n--spectrum-component-edge-to-text-300\n);--spectrum-drop-zone-content-top-to-text:var(\n--spectrum-component-top-to-text-300\n);--spectrum-drop-zone-content-bottom-to-text:var(\n--spectrum-component-bottom-to-text-300\n);--spectrum-drop-zone-content-font-family:var(\n--spectrum-sans-font-family-stack\n);--spectrum-drop-zone-content-font-weight:var(--spectrum-bold-font-weight);--spectrum-drop-zone-content-font-style:var(--spectrum-default-font-style);--spectrum-drop-zone-content-font-size:var(--spectrum-font-size-300);--spectrum-drop-zone-content-line-height:var(--spectrum-line-height-100);--spectrum-drop-zone-content-background-color:var(\n--spectrum-accent-visual-color\n);--spectrum-drop-zone-content-color:var(--spectrum-white);--mod-illustrated-message-content-maximum-width:var(\n--mod-drop-zone-content-maximum-width,var(--spectrum-drop-zone-content-maximum-width)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color,var(--spectrum-drop-zone-illustration-color)\n);--mod-illustrated-message-title-to-heading:var(\n--mod-drop-zone-illustration-to-heading,var(--spectrum-drop-zone-illustration-to-heading)\n);--mod-illustrated-message-heading-to-body:var(\n--mod-drop-zone-heading-to-body,var(--spectrum-drop-zone-heading-to-body)\n);--mod-illustrated-message-title-font-family:var(\n--mod-drop-zone-heading-font-family,var(--spectrum-drop-zone-heading-font-family)\n);--mod-illustrated-message-title-font-weight:var(\n--mod-drop-zone-heading-font-weight,var(--spectrum-drop-zone-heading-font-weight)\n);--mod-illustrated-message-title-font-style:var(\n--mod-drop-zone-heading-font-style,var(--spectrum-drop-zone-heading-font-style)\n);--mod-illustrated-message-title-font-size:var(\n--mod-drop-zone-heading-font-size,var(--spectrum-drop-zone-heading-font-size)\n);--mod-illustrated-message-title-line-height:var(\n--mod-drop-zone-heading-line-height,var(--spectrum-drop-zone-heading-line-height)\n);--mod-illustrated-message-title-color:var(\n--mod-drop-zone-heading-color,var(--spectrum-drop-zone-heading-color)\n);--mod-illustrated-message-description-position:relative;--mod-illustrated-message-description-z-index:10;--mod-illustrated-message-heading-to-description:0;--mod-illustrated-message-description-font-family:var(\n--mod-drop-zone-body-font-family,var(--spectrum-drop-zone-body-font-family)\n);--mod-illustrated-message-description-font-weight:var(\n--mod-drop-zone-body-font-weight,var(--spectrum-drop-zone-body-font-weight)\n);--mod-illustrated-message-description-font-style:var(\n--mod-drop-zone-body-font-style,var(--spectrum-drop-zone-body-font-style)\n);--mod-illustrated-message-description-font-size:var(\n--mod-drop-zone-body-font-size,var(--spectrum-drop-zone-body-font-size)\n);--mod-illustrated-message-description-line-height:var(\n--mod-drop-zone-body-line-height,var(--spectrum-drop-zone-body-line-height)\n);--mod-illustrated-message-description-color:var(\n--mod-drop-zone-body-color,var(--spectrum-drop-zone-body-color)\n);--mod-actionbutton-font-size:var(\n--mod-drop-zone-content-font-size,var(--spectrum-drop-zone-content-font-size)\n);--mod-actionbutton-label-color:var(\n--mod-drop-zone-content-color,var(--spectrum-drop-zone-content-color)\n);--mod-actionbutton-edge-to-text:var(\n--mod-drop-zone-content-edge-to-text,var(--spectrum-drop-zone-content-edge-to-text)\n)}:host:lang(ja),:host:lang(ko),:host:lang(zh){--spectrum-drop-zone-heading-font-size:var(\n--spectrum-drop-zone-cjk-title-size\n)}:host{background-color:var(\n--mod-drop-zone-background-color,var(--spectrum-drop-zone-background-color)\n);background-size:cover;border-color:var(\n--mod-drop-zone-border-color,var(--spectrum-drop-zone-border-color)\n);border-radius:var(\n--mod-drop-zone-corner-radius,var(--spectrum-drop-zone-corner-radius)\n);border-style:var(--mod-drop-zone-border-style,dashed);border-width:var(\n--mod-drop-zone-border-width,var(--spectrum-drop-zone-border-width)\n);box-sizing:border-box;inline-size:var(--mod-drop-zone-width,var(--spectrum-drop-zone-width));padding:calc(var(--mod-drop-zone-padding, var(--spectrum-drop-zone-padding)) - var(\n--mod-drop-zone-border-width,\nvar(--spectrum-drop-zone-border-width)\n));text-align:center}:host([dragged]){--mod-drop-zone-border-style:var(\n--mod-drop-zone-border-style--dragged,var(--mod-drop-zone-border-style-dragged,solid)\n);--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity,var(--spectrum-drop-zone-background-color-opacity)\n));--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);--mod-illustrated-message-illustration-color:var(\n--mod-drop-zone-illustration-color-hover,var(--spectrum-drop-zone-illustration-color-hover)\n)}:host .is-filled{--mod-drop-zone-background-color:rgba(var(--spectrum-drop-zone-background-color),var(\n--mod-drop-zone-background-color-opacity-filled,var(--spectrum-drop-zone-background-color-opacity-filled)\n));--mod-illustrated-message-display:none}:host([dragged]) .is-filled{--mod-drop-zone-content-display:flex}:host(.focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}:host(:focus-visible){--mod-drop-zone-border-style:solid;--spectrum-drop-zone-border-color:var(\n--highcontrast-drop-zone-border-color-hover,var(\n--mod-drop-zone-border-color-hover,var(--spectrum-drop-zone-border-color-hover)\n)\n);outline:0}.spectrum-DropZone-content{align-items:center;block-size:100%;display:var(--mod-drop-zone-content-display,none);justify-content:center;position:relative;z-index:10}.spectrum-DropZone-button{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n);block-size:var(\n--mod-drop-zone-content-height,var(--spectrum-drop-zone-content-height)\n);border:none;box-sizing:border-box;font-family:var(\n--mod-drop-zone-content-font-family,var(--spectrum-drop-zone-content-font-family)\n);font-style:var(\n--mod-drop-zone-content-font-style,var(--spectrum-drop-zone-content-font-style)\n);font-weight:var(\n--mod-drop-zone-content-font-weight,var(--spectrum-drop-zone-content-font-weight)\n);line-height:var(\n--mod-drop-zone-content-line-height,var(--spectrum-drop-zone-content-line-height)\n);max-inline-size:var(\n--mod-drop-zone-content-max-width,var(--spectrum-drop-zone-content-max-width)\n);padding-block-end:var(\n--mod-drop-zone-content-bottom-to-text,var(--spectrum-drop-zone-content-bottom-to-text)\n);padding-block-start:var(\n--mod-drop-zone-content-top-to-text,var(--spectrum-drop-zone-content-top-to-text)\n)}.spectrum-DropZone-button:focus,.spectrum-DropZone-button:hover{background-color:var(\n--mod-drop-zone-content-background-color,var(--spectrum-drop-zone-content-background-color)\n)}@media (forced-colors:active){:host{--highcontrast-drop-zone-illustration-color:CanvasText;--highcontrast-drop-zone-border-color-hover:Highlight;--highcontrast-illustrated-message-illustration-color:var(\n--highcontrast-drop-zone-illustration-color\n)}}\n`;\nexport default styles;"],
5
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;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;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,EAoIf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }