@spectrum-icons/illustrations 3.6.3-nightly.3943 → 3.6.3-nightly.3964

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
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Error500(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Error500(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,eAevE"}
1
+ {"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["src/Error.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,qBAevE"}
package/File.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function File(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function File(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,gCAAgC,eASnE"}
1
+ {"version":3,"file":"File.d.ts","sourceRoot":"","sources":["src/File.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,gCAAgC,qBASnE"}
package/Folder.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function File(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function File(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,gCAAgC,eASnE"}
1
+ {"version":3,"file":"Folder.d.ts","sourceRoot":"","sources":["src/Folder.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,gCAAgC,qBASnE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from "@react-spectrum/icon";
3
- export default function NoSearchResults(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from "react";
3
+ export default function NoSearchResults(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,gCAAgC,eAY9E"}
1
+ {"version":3,"file":"NoSearchResults.d.ts","sourceRoot":"","sources":["src/NoSearchResults.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,gCAAgC,qBAY9E"}
package/NotFound.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Error404(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Error404(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,eAYvE"}
1
+ {"version":3,"file":"NotFound.d.ts","sourceRoot":"","sources":["src/NotFound.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,qBAYvE"}
package/Timeout.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Error504(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Error504(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,eAevE"}
1
+ {"version":3,"file":"Timeout.d.ts","sourceRoot":"","sources":["src/Timeout.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,qBAevE"}
package/Unauthorized.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Error403(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Error403(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,eAYvE"}
1
+ {"version":3,"file":"Unauthorized.d.ts","sourceRoot":"","sources":["src/Unauthorized.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,qBAYvE"}
package/Unavailable.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Error503(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Error503(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,eAcvE"}
1
+ {"version":3,"file":"Unavailable.d.ts","sourceRoot":"","sources":["src/Unavailable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,qBAcvE"}
package/Upload.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Error504(props: IllustrationPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Error504(props: IllustrationPropsWithoutChildren): React.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;AAGpF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,eAUvE"}
1
+ {"version":3,"file":"Upload.d.ts","sourceRoot":"","sources":["src/Upload.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,gCAAgC,EAAC,MAAM,sBAAsB,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,gCAAgC,qBAUvE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-icons/illustrations",
3
- "version": "3.6.3-nightly.3943+06e63d3ae",
3
+ "version": "3.6.3-nightly.3964+7f63e933e",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -21,12 +21,12 @@
21
21
  "build-icons": "yarn build-cjs && yarn build-esm && yarn generate-types"
22
22
  },
23
23
  "dependencies": {
24
- "@react-aria/utils": "3.0.0-nightly.2241+06e63d3ae",
25
- "@react-spectrum/icon": "3.0.0-nightly.2241+06e63d3ae",
24
+ "@react-aria/utils": "3.0.0-nightly.2262+7f63e933e",
25
+ "@react-spectrum/icon": "3.0.0-nightly.2262+7f63e933e",
26
26
  "@swc/helpers": "^0.4.14"
27
27
  },
28
28
  "devDependencies": {
29
- "@spectrum-icons/build-tools": "3.0.0-nightly.2241+06e63d3ae"
29
+ "@spectrum-icons/build-tools": "3.0.0-nightly.2262+7f63e933e"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "06e63d3ae7898b8cd81fdb6fa87b763faf2054bf"
37
+ "gitHead": "7f63e933e61f20891b4cf3f447ab817f918cb263"
38
38
  }
@@ -12,7 +12,6 @@
12
12
  "include": [
13
13
  "src",
14
14
  "../../@react-types/shared/src/css.d.ts",
15
- "../../@react-spectrum/utils/src/ResizeObserver.d.ts"
16
15
  ],
17
16
  "exclude": ["scripts", "node_modules", "stories", "chromatic"]
18
17
  }