@spectrum-icons/illustrations 3.6.29 → 3.7.0

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/Error.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from 'react';
3
3
  export default function Error500(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=Error.d.ts.map
package/Error.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["src/Error.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAerF"}
1
+ {"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["src/Error.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAerF"}
package/Error.js CHANGED
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = Error500;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function Error500(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  width: "146.569",
11
11
  height: "94"
12
12
  }, /*#__PURE__*/_react.default.createElement("g", {
package/Error.module.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { Illustration } from '@react-spectrum/icon';
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from 'react';
3
3
  export default function Error500(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
package/File.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from 'react';
3
3
  export default function File(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=File.d.ts.map
package/File.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"File.d.ts","sourceRoot":"","sources":["src/File.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CASjF"}
1
+ {"version":3,"file":"File.d.ts","sourceRoot":"","sources":["src/File.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CASjF"}
package/File.js CHANGED
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = File;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function File(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  viewBox: "0 0 32 32",
11
11
  height: "32",
12
12
  width: "32"
package/File.module.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { Illustration } from '@react-spectrum/icon';
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from 'react';
3
3
  export default function File(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
package/Folder.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from 'react';
3
3
  export default function File(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=Folder.d.ts.map
package/Folder.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Folder.d.ts","sourceRoot":"","sources":["src/Folder.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CASjF"}
1
+ {"version":3,"file":"Folder.d.ts","sourceRoot":"","sources":["src/Folder.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CASjF"}
package/Folder.js CHANGED
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = File;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function File(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  viewBox: "0 0 32 32",
11
11
  height: "32",
12
12
  width: "32"
package/Folder.module.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { Illustration } from '@react-spectrum/icon';
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from 'react';
3
3
  export default function File(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from "@react-spectrum/icon";
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from "react";
3
3
  export default function NoSearchResults(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=NoSearchResults.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NoSearchResults.d.ts","sourceRoot":"","sources":["src/NoSearchResults.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAY5F"}
1
+ {"version":3,"file":"NoSearchResults.d.ts","sourceRoot":"","sources":["src/NoSearchResults.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAY5F"}
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = NoSearchResults;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function NoSearchResults(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  xmlns: "http://www.w3.org/2000/svg",
11
11
  width: "99.039",
12
12
  height: "94.342"
@@ -1,4 +1,4 @@
1
- import { Illustration } from "@react-spectrum/icon";
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from "react";
3
3
  export default function NoSearchResults(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
package/NotFound.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from 'react';
3
3
  export default function Error404(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=NotFound.d.ts.map
package/NotFound.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"NotFound.d.ts","sourceRoot":"","sources":["src/NotFound.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAYrF"}
1
+ {"version":3,"file":"NotFound.d.ts","sourceRoot":"","sources":["src/NotFound.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAYrF"}
package/NotFound.js CHANGED
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = Error404;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function Error404(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  width: "135.321",
11
11
  height: "87"
12
12
  }, /*#__PURE__*/_react.default.createElement("g", {
@@ -1,4 +1,4 @@
1
- import { Illustration } from '@react-spectrum/icon';
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from 'react';
3
3
  export default function Error404(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
package/Timeout.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from 'react';
3
3
  export default function Error504(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=Timeout.d.ts.map
package/Timeout.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Timeout.d.ts","sourceRoot":"","sources":["src/Timeout.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAerF"}
1
+ {"version":3,"file":"Timeout.d.ts","sourceRoot":"","sources":["src/Timeout.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAerF"}
package/Timeout.js CHANGED
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = Error504;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function Error504(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  width: "137",
11
11
  height: "94"
12
12
  }, /*#__PURE__*/_react.default.createElement("g", {
@@ -1,4 +1,4 @@
1
- import { Illustration } from '@react-spectrum/icon';
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from 'react';
3
3
  export default function Error504(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
package/Unauthorized.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from 'react';
3
3
  export default function Error403(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=Unauthorized.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Unauthorized.d.ts","sourceRoot":"","sources":["src/Unauthorized.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAYrF"}
1
+ {"version":3,"file":"Unauthorized.d.ts","sourceRoot":"","sources":["src/Unauthorized.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAYrF"}
package/Unauthorized.js CHANGED
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = Error403;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function Error403(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  width: "125",
11
11
  height: "87"
12
12
  }, /*#__PURE__*/_react.default.createElement("g", {
@@ -1,4 +1,4 @@
1
- import { Illustration } from '@react-spectrum/icon';
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from 'react';
3
3
  export default function Error403(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
package/Unavailable.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from 'react';
3
3
  export default function Error503(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=Unavailable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Unavailable.d.ts","sourceRoot":"","sources":["src/Unavailable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAcrF"}
1
+ {"version":3,"file":"Unavailable.d.ts","sourceRoot":"","sources":["src/Unavailable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAcrF"}
package/Unavailable.js CHANGED
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = Error503;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function Error503(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  width: "143.1",
11
11
  height: "94"
12
12
  }, /*#__PURE__*/_react.default.createElement("g", {
@@ -1,4 +1,4 @@
1
- import { Illustration } from '@react-spectrum/icon';
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from 'react';
3
3
  export default function Error503(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
package/Upload.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
1
+ import { IllustrationPropsWithoutChildren } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import { JSX } from 'react';
3
3
  export default function Error504(props: IllustrationPropsWithoutChildren): JSX.Element;
4
4
  //# sourceMappingURL=Upload.d.ts.map
package/Upload.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Upload.d.ts","sourceRoot":"","sources":["src/Upload.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAUrF"}
1
+ {"version":3,"file":"Upload.d.ts","sourceRoot":"","sources":["src/Upload.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,iDAAiD,CAAC;AAC/G,OAAc,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAUrF"}
package/Upload.js CHANGED
@@ -3,10 +3,10 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.default = Error504;
6
- var _icon = require("@react-spectrum/icon");
6
+ var _Illustration = require("@adobe/react-spectrum/private/icon/Illustration");
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function Error504(props) {
9
- return /*#__PURE__*/_react.default.createElement(_icon.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
9
+ return /*#__PURE__*/_react.default.createElement(_Illustration.Illustration, props, /*#__PURE__*/_react.default.createElement("svg", {
10
10
  width: "191.2",
11
11
  height: "97.9"
12
12
  }, /*#__PURE__*/_react.default.createElement("path", {
package/Upload.module.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { Illustration } from '@react-spectrum/icon';
1
+ import { Illustration } from '@adobe/react-spectrum/private/icon/Illustration';
2
2
  import React from 'react';
3
3
  export default function Error504(props) {
4
4
  return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-icons/illustrations",
3
- "version": "3.6.29",
3
+ "version": "3.7.0",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -8,6 +8,7 @@
8
8
  "url": "https://github.com/adobe/react-spectrum"
9
9
  },
10
10
  "exports": {
11
+ "./package.json": "./package.json",
11
12
  "./*": {
12
13
  "types": "./*.d.ts",
13
14
  "import": "./*.module.mjs",
@@ -21,20 +22,18 @@
21
22
  "build-icons": "yarn build-cjs && yarn build-esm && yarn generate-types"
22
23
  },
23
24
  "dependencies": {
24
- "@react-aria/utils": "^3.33.1",
25
- "@react-spectrum/icon": "^3.8.12",
26
25
  "@swc/helpers": "^0.5.0"
27
26
  },
28
27
  "devDependencies": {
29
28
  "@spectrum-icons/build-tools": "3.0.0-alpha.1"
30
29
  },
31
30
  "peerDependencies": {
32
- "@react-spectrum/provider": "^3.0.0",
31
+ "@adobe/react-spectrum": "^3.47.0",
33
32
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
34
33
  "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
35
34
  },
36
35
  "publishConfig": {
37
36
  "access": "public"
38
37
  },
39
- "gitHead": "8df187370053aa35f553cb388ad670f65e1ab371"
38
+ "gitHead": "a6999bdf494a2e9c0381a5881908328bdd22ddae"
40
39
  }