@react-spectrum/dropzone 3.0.0-nightly.4555 → 3.0.0-nightly.4558

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.
Files changed (61) hide show
  1. package/dist/DropZone.main.js +75 -0
  2. package/dist/DropZone.main.js.map +1 -0
  3. package/dist/DropZone.mjs +70 -0
  4. package/dist/DropZone.module.js +70 -0
  5. package/dist/DropZone.module.js.map +1 -0
  6. package/dist/ar-AE.mjs +1 -1
  7. package/dist/bg-BG.mjs +1 -1
  8. package/dist/cs-CZ.mjs +1 -1
  9. package/dist/da-DK.mjs +1 -1
  10. package/dist/de-DE.mjs +1 -1
  11. package/dist/dropzone_vars_css.main.js +38 -0
  12. package/dist/dropzone_vars_css.main.js.map +1 -0
  13. package/dist/dropzone_vars_css.mjs +40 -0
  14. package/dist/dropzone_vars_css.module.js +40 -0
  15. package/dist/dropzone_vars_css.module.js.map +1 -0
  16. package/dist/el-GR.mjs +1 -1
  17. package/dist/en-US.mjs +1 -1
  18. package/dist/es-ES.mjs +1 -1
  19. package/dist/et-EE.mjs +1 -1
  20. package/dist/fi-FI.mjs +1 -1
  21. package/dist/fr-FR.mjs +1 -1
  22. package/dist/he-IL.mjs +1 -1
  23. package/dist/hr-HR.mjs +1 -1
  24. package/dist/hu-HU.mjs +1 -1
  25. package/dist/import.mjs +1 -207
  26. package/dist/intlStrings.main.js +108 -0
  27. package/dist/intlStrings.main.js.map +1 -0
  28. package/dist/intlStrings.mjs +110 -0
  29. package/dist/intlStrings.module.js +110 -0
  30. package/dist/intlStrings.module.js.map +1 -0
  31. package/dist/it-IT.mjs +1 -1
  32. package/dist/ja-JP.mjs +1 -1
  33. package/dist/ko-KR.mjs +1 -1
  34. package/dist/lt-LT.mjs +1 -1
  35. package/dist/lv-LV.mjs +1 -1
  36. package/dist/main.js +2 -204
  37. package/dist/main.js.map +1 -1
  38. package/dist/module.js +1 -207
  39. package/dist/module.js.map +1 -1
  40. package/dist/nb-NO.mjs +1 -1
  41. package/dist/nl-NL.mjs +1 -1
  42. package/dist/pl-PL.mjs +1 -1
  43. package/dist/pt-BR.mjs +1 -1
  44. package/dist/pt-PT.mjs +1 -1
  45. package/dist/ro-RO.mjs +1 -1
  46. package/dist/ru-RU.mjs +1 -1
  47. package/dist/sk-SK.mjs +1 -1
  48. package/dist/sl-SI.mjs +1 -1
  49. package/dist/sr-SP.mjs +1 -1
  50. package/dist/sv-SE.mjs +1 -1
  51. package/dist/tr-TR.mjs +1 -1
  52. package/dist/types.d.ts +2 -2
  53. package/dist/types.d.ts.map +1 -1
  54. package/dist/uk-UA.mjs +1 -1
  55. package/dist/{main.css → vars.c0db847d.css} +1 -1
  56. package/dist/{main.css.map → vars.c0db847d.css.map} +1 -1
  57. package/dist/zh-CN.mjs +1 -1
  58. package/dist/zh-TW.mjs +1 -1
  59. package/package.json +9 -9
  60. package/dist/module.css +0 -169
  61. package/dist/module.css.map +0 -1
@@ -0,0 +1,75 @@
1
+ var $338e657e2a59c652$exports = require("./intlStrings.main.js");
2
+ require("./vars.c0db847d.css");
3
+ var $880edb5e40e39939$exports = require("./dropzone_vars_css.main.js");
4
+ var $7vttB$reactspectrumutils = require("@react-spectrum/utils");
5
+ var $7vttB$reactariacomponents = require("react-aria-components");
6
+ var $7vttB$reactariautils = require("@react-aria/utils");
7
+ var $7vttB$react = require("react");
8
+ var $7vttB$reactariai18n = require("@react-aria/i18n");
9
+
10
+
11
+ function $parcel$interopDefault(a) {
12
+ return a && a.__esModule ? a.default : a;
13
+ }
14
+
15
+ function $parcel$export(e, n, v, s) {
16
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
17
+ }
18
+
19
+ $parcel$export(module.exports, "DropZone", () => $f7b7e7956f17a6e7$export$3c6489d84dc98b6);
20
+ /*
21
+ * Copyright 2023 Adobe. All rights reserved.
22
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
23
+ * you may not use this file except in compliance with the License. You may obtain a copy
24
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
25
+ *
26
+ * Unless required by applicable law or agreed to in writing, software distributed under
27
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
28
+ * OF ANY KIND, either express or implied. See the License for the specific language
29
+ * governing permissions and limitations under the License.
30
+ */
31
+
32
+
33
+
34
+
35
+
36
+
37
+ // Filter out props used by RAC DropZone that we don't want in RSP DropZone for now.
38
+ let $f7b7e7956f17a6e7$var$filterProps = (props)=>{
39
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
40
+ let { onHoverStart: onHoverStart, onHoverChange: onHoverChange, onHoverEnd: onHoverEnd, ...otherProps } = props;
41
+ return otherProps;
42
+ };
43
+ function $f7b7e7956f17a6e7$var$DropZone(props, ref) {
44
+ let { children: children, isFilled: isFilled, replaceMessage: replaceMessage, ...otherProps } = props;
45
+ let { styleProps: styleProps } = (0, $7vttB$reactspectrumutils.useStyleProps)(props);
46
+ let domRef = (0, $7vttB$reactspectrumutils.useDOMRef)(ref);
47
+ let messageId = (0, $7vttB$reactariautils.useId)();
48
+ let stringFormatter = (0, $7vttB$reactariai18n.useLocalizedStringFormatter)((0, ($parcel$interopDefault($338e657e2a59c652$exports))), "@react-spectrum/dropzone");
49
+ return /*#__PURE__*/ (0, ($parcel$interopDefault($7vttB$react))).createElement((0, $7vttB$reactariacomponents.DropZone), {
50
+ ...(0, $7vttB$reactariautils.mergeProps)($f7b7e7956f17a6e7$var$filterProps(otherProps)),
51
+ ...styleProps,
52
+ "aria-labelledby": isFilled && messageId,
53
+ className: (0, $7vttB$reactspectrumutils.classNames)((0, ($parcel$interopDefault($880edb5e40e39939$exports))), "spectrum-Dropzone", styleProps.className, {
54
+ "spectrum-Dropzone--filled": isFilled
55
+ }),
56
+ ref: domRef
57
+ }, /*#__PURE__*/ (0, ($parcel$interopDefault($7vttB$react))).createElement((0, $7vttB$reactspectrumutils.SlotProvider), {
58
+ slots: {
59
+ illustration: {
60
+ UNSAFE_className: (0, $7vttB$reactspectrumutils.classNames)((0, ($parcel$interopDefault($880edb5e40e39939$exports))), "spectrum-Dropzone-illustratedMessage")
61
+ }
62
+ }
63
+ }, children), /*#__PURE__*/ (0, ($parcel$interopDefault($7vttB$react))).createElement("div", {
64
+ className: (0, $7vttB$reactspectrumutils.classNames)((0, ($parcel$interopDefault($880edb5e40e39939$exports))), "spectrum-Dropzone-backdrop")
65
+ }), /*#__PURE__*/ (0, ($parcel$interopDefault($7vttB$react))).createElement("div", {
66
+ id: messageId,
67
+ className: (0, $7vttB$reactspectrumutils.classNames)((0, ($parcel$interopDefault($880edb5e40e39939$exports))), "spectrum-Dropzone-banner", styleProps.className)
68
+ }, replaceMessage ? replaceMessage : stringFormatter.format("replaceMessage")));
69
+ }
70
+ /**
71
+ * A drop zone is an area into which one or multiple objects can be dragged and dropped.
72
+ */ let $f7b7e7956f17a6e7$export$3c6489d84dc98b6 = /*#__PURE__*/ (0, ($parcel$interopDefault($7vttB$react))).forwardRef($f7b7e7956f17a6e7$var$DropZone);
73
+
74
+
75
+ //# sourceMappingURL=DropZone.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;;AAqBD,oFAAoF;AACpF,IAAI,oCAAc,CAAC;IACjB,6DAA6D;IAC7D,IAAI,gBAAC,YAAY,iBAAE,aAAa,cAAE,UAAU,EAAE,GAAG,YAAW,GAAG;IAC/D,OAAO;AACT;AAEA,SAAS,+BAAS,KAA4B,EAAE,GAA2B;IACzE,IAAI,YAAC,QAAQ,YAAE,QAAQ,kBAAE,cAAc,EAAE,GAAG,YAAW,GAAG;IAC1D,IAAI,cAAC,UAAU,EAAC,GAAG,CAAA,GAAA,uCAAY,EAAE;IACjC,IAAI,SAAS,CAAA,GAAA,mCAAQ,EAAE;IACvB,IAAI,YAAY,CAAA,GAAA,2BAAI;IACpB,IAAI,kBAAkB,CAAA,GAAA,gDAA0B,EAAE,CAAA,GAAA,mDAAW,GAAG;IAEhE,qBACE,0DAAC,CAAA,GAAA,mCAAU;QACR,GAAG,CAAA,GAAA,gCAAS,EAAE,kCAAY,YAAY;QACtC,GAAG,UAAU;QACd,mBAAiB,YAAY;QAC7B,WACA,CAAA,GAAA,oCAAS,EACP,CAAA,GAAA,mDAAK,GACL,qBACA,WAAW,SAAS,EACpB;YAAC,6BAA6B;QAAQ;QAExC,KAAK;qBACL,0DAAC,CAAA,GAAA,sCAAW;QACV,OAAO;YACL,cAAc;gBAAC,kBAAkB,CAAA,GAAA,oCAAS,EACxC,CAAA,GAAA,mDAAK,GACL;YACC;QACL;OACC,yBAEH,0DAAC;QAAI,WAAW,CAAA,GAAA,oCAAS,EAAE,CAAA,GAAA,mDAAK,GAAG;sBACnC,0DAAC;QACC,IAAI;QACJ,WACE,CAAA,GAAA,oCAAS,EACP,CAAA,GAAA,mDAAK,GACL,4BACA,WAAW,SAAS;OAGvB,iBAAiB,iBAAiB,gBAAgB,MAAM,CAAC;AAIlE;AAEA;;CAEC,GACD,IAAI,yDAAY,CAAA,GAAA,sCAAI,EAAE,UAAU,CAAC","sources":["packages/@react-spectrum/dropzone/src/DropZone.tsx"],"sourcesContent":["/*\n * Copyright 2023 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {AriaLabelingProps, DOMProps, DOMRef, StyleProps} from '@react-types/shared';\nimport {classNames, SlotProvider, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DropZoneProps, DropZone as RACDropZone} from 'react-aria-components';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {mergeProps, useId} from '@react-aria/utils';\nimport React, {ReactNode} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/dropzone/vars.css';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\n\nexport interface SpectrumDropZoneProps extends Omit<DropZoneProps, 'onHoverStart' | 'onHoverChange' | 'onHoverEnd' | 'isDisabled' | 'className' | 'style'>, DOMProps, StyleProps, AriaLabelingProps {\n /** The content to display in the drop zone. */\n children: ReactNode,\n /** Whether the drop zone has been filled. */\n isFilled?: boolean,\n /** The message to replace the default banner message that is shown when the drop zone is filled. */\n replaceMessage?: string\n}\n\n// Filter out props used by RAC DropZone that we don't want in RSP DropZone for now.\nlet filterProps = (props) => {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let {onHoverStart, onHoverChange, onHoverEnd, ...otherProps} = props;\n return otherProps;\n};\n\nfunction DropZone(props: SpectrumDropZoneProps, ref: DOMRef<HTMLDivElement>) {\n let {children, isFilled, replaceMessage, ...otherProps} = props;\n let {styleProps} = useStyleProps(props);\n let domRef = useDOMRef(ref);\n let messageId = useId();\n let stringFormatter = useLocalizedStringFormatter(intlMessages, '@react-spectrum/dropzone');\n\n return (\n <RACDropZone\n {...mergeProps(filterProps(otherProps))}\n {...styleProps as Omit<React.HTMLAttributes<HTMLElement>, 'onDrop'>}\n aria-labelledby={isFilled && messageId}\n className={\n classNames(\n styles,\n 'spectrum-Dropzone',\n styleProps.className,\n {'spectrum-Dropzone--filled': isFilled}\n )}\n ref={domRef}>\n <SlotProvider\n slots={{\n illustration: {UNSAFE_className: classNames(\n styles,\n 'spectrum-Dropzone-illustratedMessage'\n )}\n }}>\n {children}\n </SlotProvider>\n <div className={classNames(styles, 'spectrum-Dropzone-backdrop')} />\n <div\n id={messageId}\n className={\n classNames(\n styles,\n 'spectrum-Dropzone-banner',\n styleProps.className\n )\n }>\n {replaceMessage ? replaceMessage : stringFormatter.format('replaceMessage')}\n </div>\n </RACDropZone>\n );\n}\n\n/**\n * A drop zone is an area into which one or multiple objects can be dragged and dropped.\n */\nlet _DropZone = React.forwardRef(DropZone);\nexport {_DropZone as DropZone};\n"],"names":[],"version":3,"file":"DropZone.main.js.map"}
@@ -0,0 +1,70 @@
1
+ import $fl6Ye$intlStringsmodulejs from "./intlStrings.mjs";
2
+ import "./vars.c0db847d.css";
3
+ import $fl6Ye$dropzone_vars_cssmodulejs from "./dropzone_vars_css.mjs";
4
+ import {useStyleProps as $fl6Ye$useStyleProps, useDOMRef as $fl6Ye$useDOMRef, classNames as $fl6Ye$classNames, SlotProvider as $fl6Ye$SlotProvider} from "@react-spectrum/utils";
5
+ import {DropZone as $fl6Ye$DropZone} from "react-aria-components";
6
+ import {useId as $fl6Ye$useId, mergeProps as $fl6Ye$mergeProps} from "@react-aria/utils";
7
+ import $fl6Ye$react from "react";
8
+ import {useLocalizedStringFormatter as $fl6Ye$useLocalizedStringFormatter} from "@react-aria/i18n";
9
+
10
+
11
+ function $parcel$interopDefault(a) {
12
+ return a && a.__esModule ? a.default : a;
13
+ }
14
+ /*
15
+ * Copyright 2023 Adobe. All rights reserved.
16
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
17
+ * you may not use this file except in compliance with the License. You may obtain a copy
18
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
19
+ *
20
+ * Unless required by applicable law or agreed to in writing, software distributed under
21
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
22
+ * OF ANY KIND, either express or implied. See the License for the specific language
23
+ * governing permissions and limitations under the License.
24
+ */
25
+
26
+
27
+
28
+
29
+
30
+
31
+ // Filter out props used by RAC DropZone that we don't want in RSP DropZone for now.
32
+ let $37da9a3796695f28$var$filterProps = (props)=>{
33
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
34
+ let { onHoverStart: onHoverStart, onHoverChange: onHoverChange, onHoverEnd: onHoverEnd, ...otherProps } = props;
35
+ return otherProps;
36
+ };
37
+ function $37da9a3796695f28$var$DropZone(props, ref) {
38
+ let { children: children, isFilled: isFilled, replaceMessage: replaceMessage, ...otherProps } = props;
39
+ let { styleProps: styleProps } = (0, $fl6Ye$useStyleProps)(props);
40
+ let domRef = (0, $fl6Ye$useDOMRef)(ref);
41
+ let messageId = (0, $fl6Ye$useId)();
42
+ let stringFormatter = (0, $fl6Ye$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fl6Ye$intlStringsmodulejs))), "@react-spectrum/dropzone");
43
+ return /*#__PURE__*/ (0, $fl6Ye$react).createElement((0, $fl6Ye$DropZone), {
44
+ ...(0, $fl6Ye$mergeProps)($37da9a3796695f28$var$filterProps(otherProps)),
45
+ ...styleProps,
46
+ "aria-labelledby": isFilled && messageId,
47
+ className: (0, $fl6Ye$classNames)((0, ($parcel$interopDefault($fl6Ye$dropzone_vars_cssmodulejs))), "spectrum-Dropzone", styleProps.className, {
48
+ "spectrum-Dropzone--filled": isFilled
49
+ }),
50
+ ref: domRef
51
+ }, /*#__PURE__*/ (0, $fl6Ye$react).createElement((0, $fl6Ye$SlotProvider), {
52
+ slots: {
53
+ illustration: {
54
+ UNSAFE_className: (0, $fl6Ye$classNames)((0, ($parcel$interopDefault($fl6Ye$dropzone_vars_cssmodulejs))), "spectrum-Dropzone-illustratedMessage")
55
+ }
56
+ }
57
+ }, children), /*#__PURE__*/ (0, $fl6Ye$react).createElement("div", {
58
+ className: (0, $fl6Ye$classNames)((0, ($parcel$interopDefault($fl6Ye$dropzone_vars_cssmodulejs))), "spectrum-Dropzone-backdrop")
59
+ }), /*#__PURE__*/ (0, $fl6Ye$react).createElement("div", {
60
+ id: messageId,
61
+ className: (0, $fl6Ye$classNames)((0, ($parcel$interopDefault($fl6Ye$dropzone_vars_cssmodulejs))), "spectrum-Dropzone-banner", styleProps.className)
62
+ }, replaceMessage ? replaceMessage : stringFormatter.format("replaceMessage")));
63
+ }
64
+ /**
65
+ * A drop zone is an area into which one or multiple objects can be dragged and dropped.
66
+ */ let $37da9a3796695f28$export$3c6489d84dc98b6 = /*#__PURE__*/ (0, $fl6Ye$react).forwardRef($37da9a3796695f28$var$DropZone);
67
+
68
+
69
+ export {$37da9a3796695f28$export$3c6489d84dc98b6 as DropZone};
70
+ //# sourceMappingURL=DropZone.mjs.map
@@ -0,0 +1,70 @@
1
+ import $fl6Ye$intlStringsmodulejs from "./intlStrings.module.js";
2
+ import "./vars.c0db847d.css";
3
+ import $fl6Ye$dropzone_vars_cssmodulejs from "./dropzone_vars_css.module.js";
4
+ import {useStyleProps as $fl6Ye$useStyleProps, useDOMRef as $fl6Ye$useDOMRef, classNames as $fl6Ye$classNames, SlotProvider as $fl6Ye$SlotProvider} from "@react-spectrum/utils";
5
+ import {DropZone as $fl6Ye$DropZone} from "react-aria-components";
6
+ import {useId as $fl6Ye$useId, mergeProps as $fl6Ye$mergeProps} from "@react-aria/utils";
7
+ import $fl6Ye$react from "react";
8
+ import {useLocalizedStringFormatter as $fl6Ye$useLocalizedStringFormatter} from "@react-aria/i18n";
9
+
10
+
11
+ function $parcel$interopDefault(a) {
12
+ return a && a.__esModule ? a.default : a;
13
+ }
14
+ /*
15
+ * Copyright 2023 Adobe. All rights reserved.
16
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
17
+ * you may not use this file except in compliance with the License. You may obtain a copy
18
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
19
+ *
20
+ * Unless required by applicable law or agreed to in writing, software distributed under
21
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
22
+ * OF ANY KIND, either express or implied. See the License for the specific language
23
+ * governing permissions and limitations under the License.
24
+ */
25
+
26
+
27
+
28
+
29
+
30
+
31
+ // Filter out props used by RAC DropZone that we don't want in RSP DropZone for now.
32
+ let $37da9a3796695f28$var$filterProps = (props)=>{
33
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
34
+ let { onHoverStart: onHoverStart, onHoverChange: onHoverChange, onHoverEnd: onHoverEnd, ...otherProps } = props;
35
+ return otherProps;
36
+ };
37
+ function $37da9a3796695f28$var$DropZone(props, ref) {
38
+ let { children: children, isFilled: isFilled, replaceMessage: replaceMessage, ...otherProps } = props;
39
+ let { styleProps: styleProps } = (0, $fl6Ye$useStyleProps)(props);
40
+ let domRef = (0, $fl6Ye$useDOMRef)(ref);
41
+ let messageId = (0, $fl6Ye$useId)();
42
+ let stringFormatter = (0, $fl6Ye$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fl6Ye$intlStringsmodulejs))), "@react-spectrum/dropzone");
43
+ return /*#__PURE__*/ (0, $fl6Ye$react).createElement((0, $fl6Ye$DropZone), {
44
+ ...(0, $fl6Ye$mergeProps)($37da9a3796695f28$var$filterProps(otherProps)),
45
+ ...styleProps,
46
+ "aria-labelledby": isFilled && messageId,
47
+ className: (0, $fl6Ye$classNames)((0, ($parcel$interopDefault($fl6Ye$dropzone_vars_cssmodulejs))), "spectrum-Dropzone", styleProps.className, {
48
+ "spectrum-Dropzone--filled": isFilled
49
+ }),
50
+ ref: domRef
51
+ }, /*#__PURE__*/ (0, $fl6Ye$react).createElement((0, $fl6Ye$SlotProvider), {
52
+ slots: {
53
+ illustration: {
54
+ UNSAFE_className: (0, $fl6Ye$classNames)((0, ($parcel$interopDefault($fl6Ye$dropzone_vars_cssmodulejs))), "spectrum-Dropzone-illustratedMessage")
55
+ }
56
+ }
57
+ }, children), /*#__PURE__*/ (0, $fl6Ye$react).createElement("div", {
58
+ className: (0, $fl6Ye$classNames)((0, ($parcel$interopDefault($fl6Ye$dropzone_vars_cssmodulejs))), "spectrum-Dropzone-backdrop")
59
+ }), /*#__PURE__*/ (0, $fl6Ye$react).createElement("div", {
60
+ id: messageId,
61
+ className: (0, $fl6Ye$classNames)((0, ($parcel$interopDefault($fl6Ye$dropzone_vars_cssmodulejs))), "spectrum-Dropzone-banner", styleProps.className)
62
+ }, replaceMessage ? replaceMessage : stringFormatter.format("replaceMessage")));
63
+ }
64
+ /**
65
+ * A drop zone is an area into which one or multiple objects can be dragged and dropped.
66
+ */ let $37da9a3796695f28$export$3c6489d84dc98b6 = /*#__PURE__*/ (0, $fl6Ye$react).forwardRef($37da9a3796695f28$var$DropZone);
67
+
68
+
69
+ export {$37da9a3796695f28$export$3c6489d84dc98b6 as DropZone};
70
+ //# sourceMappingURL=DropZone.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;;AAqBD,oFAAoF;AACpF,IAAI,oCAAc,CAAC;IACjB,6DAA6D;IAC7D,IAAI,gBAAC,YAAY,iBAAE,aAAa,cAAE,UAAU,EAAE,GAAG,YAAW,GAAG;IAC/D,OAAO;AACT;AAEA,SAAS,+BAAS,KAA4B,EAAE,GAA2B;IACzE,IAAI,YAAC,QAAQ,YAAE,QAAQ,kBAAE,cAAc,EAAE,GAAG,YAAW,GAAG;IAC1D,IAAI,cAAC,UAAU,EAAC,GAAG,CAAA,GAAA,oBAAY,EAAE;IACjC,IAAI,SAAS,CAAA,GAAA,gBAAQ,EAAE;IACvB,IAAI,YAAY,CAAA,GAAA,YAAI;IACpB,IAAI,kBAAkB,CAAA,GAAA,kCAA0B,EAAE,CAAA,GAAA,oDAAW,GAAG;IAEhE,qBACE,gCAAC,CAAA,GAAA,eAAU;QACR,GAAG,CAAA,GAAA,iBAAS,EAAE,kCAAY,YAAY;QACtC,GAAG,UAAU;QACd,mBAAiB,YAAY;QAC7B,WACA,CAAA,GAAA,iBAAS,EACP,CAAA,GAAA,0DAAK,GACL,qBACA,WAAW,SAAS,EACpB;YAAC,6BAA6B;QAAQ;QAExC,KAAK;qBACL,gCAAC,CAAA,GAAA,mBAAW;QACV,OAAO;YACL,cAAc;gBAAC,kBAAkB,CAAA,GAAA,iBAAS,EACxC,CAAA,GAAA,0DAAK,GACL;YACC;QACL;OACC,yBAEH,gCAAC;QAAI,WAAW,CAAA,GAAA,iBAAS,EAAE,CAAA,GAAA,0DAAK,GAAG;sBACnC,gCAAC;QACC,IAAI;QACJ,WACE,CAAA,GAAA,iBAAS,EACP,CAAA,GAAA,0DAAK,GACL,4BACA,WAAW,SAAS;OAGvB,iBAAiB,iBAAiB,gBAAgB,MAAM,CAAC;AAIlE;AAEA;;CAEC,GACD,IAAI,yDAAY,CAAA,GAAA,YAAI,EAAE,UAAU,CAAC","sources":["packages/@react-spectrum/dropzone/src/DropZone.tsx"],"sourcesContent":["/*\n * Copyright 2023 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {AriaLabelingProps, DOMProps, DOMRef, StyleProps} from '@react-types/shared';\nimport {classNames, SlotProvider, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DropZoneProps, DropZone as RACDropZone} from 'react-aria-components';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {mergeProps, useId} from '@react-aria/utils';\nimport React, {ReactNode} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/dropzone/vars.css';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\n\nexport interface SpectrumDropZoneProps extends Omit<DropZoneProps, 'onHoverStart' | 'onHoverChange' | 'onHoverEnd' | 'isDisabled' | 'className' | 'style'>, DOMProps, StyleProps, AriaLabelingProps {\n /** The content to display in the drop zone. */\n children: ReactNode,\n /** Whether the drop zone has been filled. */\n isFilled?: boolean,\n /** The message to replace the default banner message that is shown when the drop zone is filled. */\n replaceMessage?: string\n}\n\n// Filter out props used by RAC DropZone that we don't want in RSP DropZone for now.\nlet filterProps = (props) => {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let {onHoverStart, onHoverChange, onHoverEnd, ...otherProps} = props;\n return otherProps;\n};\n\nfunction DropZone(props: SpectrumDropZoneProps, ref: DOMRef<HTMLDivElement>) {\n let {children, isFilled, replaceMessage, ...otherProps} = props;\n let {styleProps} = useStyleProps(props);\n let domRef = useDOMRef(ref);\n let messageId = useId();\n let stringFormatter = useLocalizedStringFormatter(intlMessages, '@react-spectrum/dropzone');\n\n return (\n <RACDropZone\n {...mergeProps(filterProps(otherProps))}\n {...styleProps as Omit<React.HTMLAttributes<HTMLElement>, 'onDrop'>}\n aria-labelledby={isFilled && messageId}\n className={\n classNames(\n styles,\n 'spectrum-Dropzone',\n styleProps.className,\n {'spectrum-Dropzone--filled': isFilled}\n )}\n ref={domRef}>\n <SlotProvider\n slots={{\n illustration: {UNSAFE_className: classNames(\n styles,\n 'spectrum-Dropzone-illustratedMessage'\n )}\n }}>\n {children}\n </SlotProvider>\n <div className={classNames(styles, 'spectrum-Dropzone-backdrop')} />\n <div\n id={messageId}\n className={\n classNames(\n styles,\n 'spectrum-Dropzone-banner',\n styleProps.className\n )\n }>\n {replaceMessage ? replaceMessage : stringFormatter.format('replaceMessage')}\n </div>\n </RACDropZone>\n );\n}\n\n/**\n * A drop zone is an area into which one or multiple objects can be dragged and dropped.\n */\nlet _DropZone = React.forwardRef(DropZone);\nexport {_DropZone as DropZone};\n"],"names":[],"version":3,"file":"DropZone.module.js.map"}
package/dist/ar-AE.mjs CHANGED
@@ -5,4 +5,4 @@ $3cffa6a83421c23c$exports = {
5
5
 
6
6
 
7
7
  export {$3cffa6a83421c23c$exports as default};
8
- //# sourceMappingURL=ar-AE.module.js.map
8
+ //# sourceMappingURL=ar-AE.mjs.map
package/dist/bg-BG.mjs CHANGED
@@ -5,4 +5,4 @@ $65cafe835931ede6$exports = {
5
5
 
6
6
 
7
7
  export {$65cafe835931ede6$exports as default};
8
- //# sourceMappingURL=bg-BG.module.js.map
8
+ //# sourceMappingURL=bg-BG.mjs.map
package/dist/cs-CZ.mjs CHANGED
@@ -5,4 +5,4 @@ $2adcb67bf4ec91c9$exports = {
5
5
 
6
6
 
7
7
  export {$2adcb67bf4ec91c9$exports as default};
8
- //# sourceMappingURL=cs-CZ.module.js.map
8
+ //# sourceMappingURL=cs-CZ.mjs.map
package/dist/da-DK.mjs CHANGED
@@ -5,4 +5,4 @@ $6ba504c8d6544e47$exports = {
5
5
 
6
6
 
7
7
  export {$6ba504c8d6544e47$exports as default};
8
- //# sourceMappingURL=da-DK.module.js.map
8
+ //# sourceMappingURL=da-DK.mjs.map
package/dist/de-DE.mjs CHANGED
@@ -5,4 +5,4 @@ $3ce29be01ff65705$exports = {
5
5
 
6
6
 
7
7
  export {$3ce29be01ff65705$exports as default};
8
- //# sourceMappingURL=de-DE.module.js.map
8
+ //# sourceMappingURL=de-DE.mjs.map
@@ -0,0 +1,38 @@
1
+
2
+ function $parcel$export(e, n, v, s) {
3
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
4
+ }
5
+
6
+ $parcel$export(module.exports, "focus-ring", () => $880edb5e40e39939$export$f39a09f249340e2a, (v) => $880edb5e40e39939$export$f39a09f249340e2a = v);
7
+ $parcel$export(module.exports, "i18nFontFamily", () => $880edb5e40e39939$export$8c4ee2c50c22c514, (v) => $880edb5e40e39939$export$8c4ee2c50c22c514 = v);
8
+ $parcel$export(module.exports, "spectrum-Dropzone", () => $880edb5e40e39939$export$ce4e6f6931d40b3b, (v) => $880edb5e40e39939$export$ce4e6f6931d40b3b = v);
9
+ $parcel$export(module.exports, "spectrum-Dropzone--filled", () => $880edb5e40e39939$export$23839b546bc9025, (v) => $880edb5e40e39939$export$23839b546bc9025 = v);
10
+ $parcel$export(module.exports, "spectrum-Dropzone-backdrop", () => $880edb5e40e39939$export$9707254954de90f5, (v) => $880edb5e40e39939$export$9707254954de90f5 = v);
11
+ $parcel$export(module.exports, "spectrum-Dropzone-banner", () => $880edb5e40e39939$export$4dbecdbee9ec453f, (v) => $880edb5e40e39939$export$4dbecdbee9ec453f = v);
12
+ $parcel$export(module.exports, "spectrum-Dropzone-illustratedMessage", () => $880edb5e40e39939$export$b5dc261d2b2c189e, (v) => $880edb5e40e39939$export$b5dc261d2b2c189e = v);
13
+ $parcel$export(module.exports, "spectrum-FocusRing-ring", () => $880edb5e40e39939$export$4109102f950813a6, (v) => $880edb5e40e39939$export$4109102f950813a6 = v);
14
+ $parcel$export(module.exports, "spectrum-FocusRing", () => $880edb5e40e39939$export$24c7f46a6e3605dd, (v) => $880edb5e40e39939$export$24c7f46a6e3605dd = v);
15
+ $parcel$export(module.exports, "spectrum-FocusRing--quiet", () => $880edb5e40e39939$export$2927016961429360, (v) => $880edb5e40e39939$export$2927016961429360 = v);
16
+ var $880edb5e40e39939$export$f39a09f249340e2a;
17
+ var $880edb5e40e39939$export$8c4ee2c50c22c514;
18
+ var $880edb5e40e39939$export$ce4e6f6931d40b3b;
19
+ var $880edb5e40e39939$export$23839b546bc9025;
20
+ var $880edb5e40e39939$export$9707254954de90f5;
21
+ var $880edb5e40e39939$export$4dbecdbee9ec453f;
22
+ var $880edb5e40e39939$export$b5dc261d2b2c189e;
23
+ var $880edb5e40e39939$export$4109102f950813a6;
24
+ var $880edb5e40e39939$export$24c7f46a6e3605dd;
25
+ var $880edb5e40e39939$export$2927016961429360;
26
+ $880edb5e40e39939$export$f39a09f249340e2a = `b5Gu6W_focus-ring`;
27
+ $880edb5e40e39939$export$8c4ee2c50c22c514 = `b5Gu6W_i18nFontFamily`;
28
+ $880edb5e40e39939$export$ce4e6f6931d40b3b = `b5Gu6W_spectrum-Dropzone`;
29
+ $880edb5e40e39939$export$23839b546bc9025 = `b5Gu6W_spectrum-Dropzone--filled`;
30
+ $880edb5e40e39939$export$9707254954de90f5 = `b5Gu6W_spectrum-Dropzone-backdrop`;
31
+ $880edb5e40e39939$export$4dbecdbee9ec453f = `b5Gu6W_spectrum-Dropzone-banner`;
32
+ $880edb5e40e39939$export$b5dc261d2b2c189e = `b5Gu6W_spectrum-Dropzone-illustratedMessage`;
33
+ $880edb5e40e39939$export$4109102f950813a6 = `b5Gu6W_spectrum-FocusRing-ring`;
34
+ $880edb5e40e39939$export$24c7f46a6e3605dd = `b5Gu6W_spectrum-FocusRing ${$880edb5e40e39939$export$4109102f950813a6}`;
35
+ $880edb5e40e39939$export$2927016961429360 = `b5Gu6W_spectrum-FocusRing--quiet`;
36
+
37
+
38
+ //# sourceMappingURL=dropzone_vars_css.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AATA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAAsC,CAAC,wBAAwB,CAAC;AAChE,2CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAA6C,CAAC,+BAA+B,CAAC;AAC9E,4CAAyD,CAAC,2CAA2C,CAAC;AACtG,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,0CAA0C,CAAC;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC","sources":["packages/@adobe/spectrum-css-temp/components/dropzone/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"dropzone_vars_css.main.js.map"}
@@ -0,0 +1,40 @@
1
+
2
+ function $parcel$export(e, n, v, s) {
3
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
4
+ }
5
+ var $02af9bc0a51717d4$exports = {};
6
+
7
+ $parcel$export($02af9bc0a51717d4$exports, "focus-ring", () => $02af9bc0a51717d4$export$f39a09f249340e2a, (v) => $02af9bc0a51717d4$export$f39a09f249340e2a = v);
8
+ $parcel$export($02af9bc0a51717d4$exports, "i18nFontFamily", () => $02af9bc0a51717d4$export$8c4ee2c50c22c514, (v) => $02af9bc0a51717d4$export$8c4ee2c50c22c514 = v);
9
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone", () => $02af9bc0a51717d4$export$ce4e6f6931d40b3b, (v) => $02af9bc0a51717d4$export$ce4e6f6931d40b3b = v);
10
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone--filled", () => $02af9bc0a51717d4$export$23839b546bc9025, (v) => $02af9bc0a51717d4$export$23839b546bc9025 = v);
11
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone-backdrop", () => $02af9bc0a51717d4$export$9707254954de90f5, (v) => $02af9bc0a51717d4$export$9707254954de90f5 = v);
12
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone-banner", () => $02af9bc0a51717d4$export$4dbecdbee9ec453f, (v) => $02af9bc0a51717d4$export$4dbecdbee9ec453f = v);
13
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone-illustratedMessage", () => $02af9bc0a51717d4$export$b5dc261d2b2c189e, (v) => $02af9bc0a51717d4$export$b5dc261d2b2c189e = v);
14
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-FocusRing-ring", () => $02af9bc0a51717d4$export$4109102f950813a6, (v) => $02af9bc0a51717d4$export$4109102f950813a6 = v);
15
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-FocusRing", () => $02af9bc0a51717d4$export$24c7f46a6e3605dd, (v) => $02af9bc0a51717d4$export$24c7f46a6e3605dd = v);
16
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-FocusRing--quiet", () => $02af9bc0a51717d4$export$2927016961429360, (v) => $02af9bc0a51717d4$export$2927016961429360 = v);
17
+ var $02af9bc0a51717d4$export$f39a09f249340e2a;
18
+ var $02af9bc0a51717d4$export$8c4ee2c50c22c514;
19
+ var $02af9bc0a51717d4$export$ce4e6f6931d40b3b;
20
+ var $02af9bc0a51717d4$export$23839b546bc9025;
21
+ var $02af9bc0a51717d4$export$9707254954de90f5;
22
+ var $02af9bc0a51717d4$export$4dbecdbee9ec453f;
23
+ var $02af9bc0a51717d4$export$b5dc261d2b2c189e;
24
+ var $02af9bc0a51717d4$export$4109102f950813a6;
25
+ var $02af9bc0a51717d4$export$24c7f46a6e3605dd;
26
+ var $02af9bc0a51717d4$export$2927016961429360;
27
+ $02af9bc0a51717d4$export$f39a09f249340e2a = `b5Gu6W_focus-ring`;
28
+ $02af9bc0a51717d4$export$8c4ee2c50c22c514 = `b5Gu6W_i18nFontFamily`;
29
+ $02af9bc0a51717d4$export$ce4e6f6931d40b3b = `b5Gu6W_spectrum-Dropzone`;
30
+ $02af9bc0a51717d4$export$23839b546bc9025 = `b5Gu6W_spectrum-Dropzone--filled`;
31
+ $02af9bc0a51717d4$export$9707254954de90f5 = `b5Gu6W_spectrum-Dropzone-backdrop`;
32
+ $02af9bc0a51717d4$export$4dbecdbee9ec453f = `b5Gu6W_spectrum-Dropzone-banner`;
33
+ $02af9bc0a51717d4$export$b5dc261d2b2c189e = `b5Gu6W_spectrum-Dropzone-illustratedMessage`;
34
+ $02af9bc0a51717d4$export$4109102f950813a6 = `b5Gu6W_spectrum-FocusRing-ring`;
35
+ $02af9bc0a51717d4$export$24c7f46a6e3605dd = `b5Gu6W_spectrum-FocusRing ${$02af9bc0a51717d4$export$4109102f950813a6}`;
36
+ $02af9bc0a51717d4$export$2927016961429360 = `b5Gu6W_spectrum-FocusRing--quiet`;
37
+
38
+
39
+ export {$02af9bc0a51717d4$exports as default};
40
+ //# sourceMappingURL=dropzone_vars_css.mjs.map
@@ -0,0 +1,40 @@
1
+
2
+ function $parcel$export(e, n, v, s) {
3
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
4
+ }
5
+ var $02af9bc0a51717d4$exports = {};
6
+
7
+ $parcel$export($02af9bc0a51717d4$exports, "focus-ring", () => $02af9bc0a51717d4$export$f39a09f249340e2a, (v) => $02af9bc0a51717d4$export$f39a09f249340e2a = v);
8
+ $parcel$export($02af9bc0a51717d4$exports, "i18nFontFamily", () => $02af9bc0a51717d4$export$8c4ee2c50c22c514, (v) => $02af9bc0a51717d4$export$8c4ee2c50c22c514 = v);
9
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone", () => $02af9bc0a51717d4$export$ce4e6f6931d40b3b, (v) => $02af9bc0a51717d4$export$ce4e6f6931d40b3b = v);
10
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone--filled", () => $02af9bc0a51717d4$export$23839b546bc9025, (v) => $02af9bc0a51717d4$export$23839b546bc9025 = v);
11
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone-backdrop", () => $02af9bc0a51717d4$export$9707254954de90f5, (v) => $02af9bc0a51717d4$export$9707254954de90f5 = v);
12
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone-banner", () => $02af9bc0a51717d4$export$4dbecdbee9ec453f, (v) => $02af9bc0a51717d4$export$4dbecdbee9ec453f = v);
13
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-Dropzone-illustratedMessage", () => $02af9bc0a51717d4$export$b5dc261d2b2c189e, (v) => $02af9bc0a51717d4$export$b5dc261d2b2c189e = v);
14
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-FocusRing-ring", () => $02af9bc0a51717d4$export$4109102f950813a6, (v) => $02af9bc0a51717d4$export$4109102f950813a6 = v);
15
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-FocusRing", () => $02af9bc0a51717d4$export$24c7f46a6e3605dd, (v) => $02af9bc0a51717d4$export$24c7f46a6e3605dd = v);
16
+ $parcel$export($02af9bc0a51717d4$exports, "spectrum-FocusRing--quiet", () => $02af9bc0a51717d4$export$2927016961429360, (v) => $02af9bc0a51717d4$export$2927016961429360 = v);
17
+ var $02af9bc0a51717d4$export$f39a09f249340e2a;
18
+ var $02af9bc0a51717d4$export$8c4ee2c50c22c514;
19
+ var $02af9bc0a51717d4$export$ce4e6f6931d40b3b;
20
+ var $02af9bc0a51717d4$export$23839b546bc9025;
21
+ var $02af9bc0a51717d4$export$9707254954de90f5;
22
+ var $02af9bc0a51717d4$export$4dbecdbee9ec453f;
23
+ var $02af9bc0a51717d4$export$b5dc261d2b2c189e;
24
+ var $02af9bc0a51717d4$export$4109102f950813a6;
25
+ var $02af9bc0a51717d4$export$24c7f46a6e3605dd;
26
+ var $02af9bc0a51717d4$export$2927016961429360;
27
+ $02af9bc0a51717d4$export$f39a09f249340e2a = `b5Gu6W_focus-ring`;
28
+ $02af9bc0a51717d4$export$8c4ee2c50c22c514 = `b5Gu6W_i18nFontFamily`;
29
+ $02af9bc0a51717d4$export$ce4e6f6931d40b3b = `b5Gu6W_spectrum-Dropzone`;
30
+ $02af9bc0a51717d4$export$23839b546bc9025 = `b5Gu6W_spectrum-Dropzone--filled`;
31
+ $02af9bc0a51717d4$export$9707254954de90f5 = `b5Gu6W_spectrum-Dropzone-backdrop`;
32
+ $02af9bc0a51717d4$export$4dbecdbee9ec453f = `b5Gu6W_spectrum-Dropzone-banner`;
33
+ $02af9bc0a51717d4$export$b5dc261d2b2c189e = `b5Gu6W_spectrum-Dropzone-illustratedMessage`;
34
+ $02af9bc0a51717d4$export$4109102f950813a6 = `b5Gu6W_spectrum-FocusRing-ring`;
35
+ $02af9bc0a51717d4$export$24c7f46a6e3605dd = `b5Gu6W_spectrum-FocusRing ${$02af9bc0a51717d4$export$4109102f950813a6}`;
36
+ $02af9bc0a51717d4$export$2927016961429360 = `b5Gu6W_spectrum-FocusRing--quiet`;
37
+
38
+
39
+ export {$02af9bc0a51717d4$exports as default};
40
+ //# sourceMappingURL=dropzone_vars_css.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AATA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAAsC,CAAC,wBAAwB,CAAC;AAChE,2CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAA6C,CAAC,+BAA+B,CAAC;AAC9E,4CAAyD,CAAC,2CAA2C,CAAC;AACtG,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,0CAA0C,CAAC;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC","sources":["packages/@adobe/spectrum-css-temp/components/dropzone/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"dropzone_vars_css.module.js.map"}
package/dist/el-GR.mjs CHANGED
@@ -5,4 +5,4 @@ $ae42035e6b9dd97a$exports = {
5
5
 
6
6
 
7
7
  export {$ae42035e6b9dd97a$exports as default};
8
- //# sourceMappingURL=el-GR.module.js.map
8
+ //# sourceMappingURL=el-GR.mjs.map
package/dist/en-US.mjs CHANGED
@@ -5,4 +5,4 @@ $0935d9c31242fd34$exports = {
5
5
 
6
6
 
7
7
  export {$0935d9c31242fd34$exports as default};
8
- //# sourceMappingURL=en-US.module.js.map
8
+ //# sourceMappingURL=en-US.mjs.map
package/dist/es-ES.mjs CHANGED
@@ -5,4 +5,4 @@ $abfec65a0d2b0c27$exports = {
5
5
 
6
6
 
7
7
  export {$abfec65a0d2b0c27$exports as default};
8
- //# sourceMappingURL=es-ES.module.js.map
8
+ //# sourceMappingURL=es-ES.mjs.map
package/dist/et-EE.mjs CHANGED
@@ -5,4 +5,4 @@ $8d7af4cd5d5753c7$exports = {
5
5
 
6
6
 
7
7
  export {$8d7af4cd5d5753c7$exports as default};
8
- //# sourceMappingURL=et-EE.module.js.map
8
+ //# sourceMappingURL=et-EE.mjs.map
package/dist/fi-FI.mjs CHANGED
@@ -5,4 +5,4 @@ $db22385d5bdd005e$exports = {
5
5
 
6
6
 
7
7
  export {$db22385d5bdd005e$exports as default};
8
- //# sourceMappingURL=fi-FI.module.js.map
8
+ //# sourceMappingURL=fi-FI.mjs.map
package/dist/fr-FR.mjs CHANGED
@@ -5,4 +5,4 @@ $245a392e21415836$exports = {
5
5
 
6
6
 
7
7
  export {$245a392e21415836$exports as default};
8
- //# sourceMappingURL=fr-FR.module.js.map
8
+ //# sourceMappingURL=fr-FR.mjs.map
package/dist/he-IL.mjs CHANGED
@@ -5,4 +5,4 @@ $6413fb43414b9e75$exports = {
5
5
 
6
6
 
7
7
  export {$6413fb43414b9e75$exports as default};
8
- //# sourceMappingURL=he-IL.module.js.map
8
+ //# sourceMappingURL=he-IL.mjs.map
package/dist/hr-HR.mjs CHANGED
@@ -5,4 +5,4 @@ $ee0ea9d296f5f6ab$exports = {
5
5
 
6
6
 
7
7
  export {$ee0ea9d296f5f6ab$exports as default};
8
- //# sourceMappingURL=hr-HR.module.js.map
8
+ //# sourceMappingURL=hr-HR.mjs.map
package/dist/hu-HU.mjs CHANGED
@@ -5,4 +5,4 @@ $51171b341dfc5453$exports = {
5
5
 
6
6
 
7
7
  export {$51171b341dfc5453$exports as default};
8
- //# sourceMappingURL=hu-HU.module.js.map
8
+ //# sourceMappingURL=hu-HU.mjs.map