@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 +2 -2
- package/Error.d.ts.map +1 -1
- package/File.d.ts +2 -2
- package/File.d.ts.map +1 -1
- package/Folder.d.ts +2 -2
- package/Folder.d.ts.map +1 -1
- package/NoSearchResults.d.ts +2 -2
- package/NoSearchResults.d.ts.map +1 -1
- package/NotFound.d.ts +2 -2
- package/NotFound.d.ts.map +1 -1
- package/Timeout.d.ts +2 -2
- package/Timeout.d.ts.map +1 -1
- package/Unauthorized.d.ts +2 -2
- package/Unauthorized.d.ts.map +1 -1
- package/Unavailable.d.ts +2 -2
- package/Unavailable.d.ts.map +1 -1
- package/Upload.d.ts +2 -2
- package/Upload.d.ts.map +1 -1
- package/package.json +5 -5
- package/tsconfig.types.json +0 -1
package/Error.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { IllustrationPropsWithoutChildren } from '@react-spectrum/icon';
|
3
|
-
|
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":"
|
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
|
-
|
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":"
|
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
|
-
|
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":"
|
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"}
|
package/NoSearchResults.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { IllustrationPropsWithoutChildren } from "@react-spectrum/icon";
|
3
|
-
|
2
|
+
import React from "react";
|
3
|
+
export default function NoSearchResults(props: IllustrationPropsWithoutChildren): React.JSX.Element;
|
4
4
|
//# sourceMappingURL=NoSearchResults.d.ts.map
|
package/NoSearchResults.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"NoSearchResults.d.ts","sourceRoot":"","sources":["src/NoSearchResults.tsx"],"names":[],"mappings":"
|
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
|
-
|
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":"
|
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
|
-
|
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":"
|
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
|
-
|
2
|
+
import React from 'react';
|
3
|
+
export default function Error403(props: IllustrationPropsWithoutChildren): React.JSX.Element;
|
4
4
|
//# sourceMappingURL=Unauthorized.d.ts.map
|
package/Unauthorized.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Unauthorized.d.ts","sourceRoot":"","sources":["src/Unauthorized.tsx"],"names":[],"mappings":"
|
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
|
-
|
2
|
+
import React from 'react';
|
3
|
+
export default function Error503(props: IllustrationPropsWithoutChildren): React.JSX.Element;
|
4
4
|
//# sourceMappingURL=Unavailable.d.ts.map
|
package/Unavailable.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Unavailable.d.ts","sourceRoot":"","sources":["src/Unavailable.tsx"],"names":[],"mappings":"
|
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
|
-
|
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":"
|
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.
|
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.
|
25
|
-
"@react-spectrum/icon": "3.0.0-nightly.
|
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.
|
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": "
|
37
|
+
"gitHead": "7f63e933e61f20891b4cf3f447ab817f918cb263"
|
38
38
|
}
|