@wise/art 2.23.0-beta.1 → 2.23.0-beta.2
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": "@wise/art",
|
|
3
|
-
"version": "2.23.0-beta.
|
|
3
|
+
"version": "2.23.0-beta.2",
|
|
4
4
|
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "React library for art elements in UI",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"setup": "pnpm install && pnpm build",
|
|
26
26
|
"load-3d-i10s": "rm -rf s3-bucket/illustrations3d/ && node ./scripts/load-3d-i10s.mjs && pnpm load-riv",
|
|
27
|
-
"load-riv": "copyfiles -u 1 assets/*.riv s3-bucket/rive",
|
|
27
|
+
"load-riv": "copyfiles -u 1 assets/*.riv s3-bucket/illustrations3d/rive",
|
|
28
28
|
"load-i10s": "copyfiles -u 3 node_modules/wise-atoms/illustrations/**/*.png temp",
|
|
29
29
|
"load-flags": "rm -rf s3-bucket/flags/* && pnpm load-country-flags && pnpm load-currency-flags && pnpm transform-flags && pnpm convert-flags-svg-to-png",
|
|
30
30
|
"load-country-flags": "copyfiles -u 3 node_modules/wise-atoms/flags/*.svg s3-bucket/flags && node ./scripts/generate-country-flags.mjs",
|
|
@@ -47,7 +47,7 @@ const RiveIllustrationExperimental = ({ name, size: sizeProp = Sizes.MEDIUM, cla
|
|
|
47
47
|
if (name === 'document-scan') {
|
|
48
48
|
return (
|
|
49
49
|
<Rive
|
|
50
|
-
src="https://wise.com/web-art/assets/rive/doc-scan.riv"
|
|
50
|
+
src="https://wise.com/web-art/assets/illustrations3d/rive/doc-scan.riv"
|
|
51
51
|
animationNames={["Scan Line Appearing", "Scan Line Moving"]}
|
|
52
52
|
/>);
|
|
53
53
|
}
|