@@ -66,8 +66,16 @@ cat > icon-library-test/package.json << EOF
66
66
"react-dom": "^19.0.0"
67
67
},
68
68
"devDependencies": {
69
+ "@babel/plugin-proposal-decorators": "^7.24.1",
70
+ "@babel/plugin-transform-runtime": "^7.24.3",
71
+ "@babel/preset-env": "^7.24.3",
72
+ "@babel/preset-react": "^7.24.1",
73
+ "@babel/preset-typescript": "^7.24.1",
69
74
"@react-spectrum/s2-icon-builder": "latest",
70
75
"@react-spectrum/s2": "latest",
76
+ "babel-plugin-macros": "^3.0.1",
77
+ "babel-plugin-react-remove-properties": "^0.3.0",
78
+ "babel-plugin-transform-glob-import": "^1.0.1",
71
79
"react": "^19.0.0",
72
80
"react-dom": "^19.0.0"
73
81
}
@@ -78,6 +86,8 @@ mkdir icon-library-test/src
78
86
touch icon-library-test/yarn.lock
79
87
cp ../../packages/@react-spectrum/s2/s2wf-icons/S2_Icon_3D_20_N.svg icon-library-test/src/S2_Icon_3D_20_N.svg
80
88
cp ../../packages/@react-spectrum/s2/s2wf-icons/S2_Icon_AlignRight_20_N.svg icon-library-test/src/S2_Icon_AlignRight_20_N.svg
89
+ cp ../../babel.config.json icon-library-test/babel.config.json
90
+ cp ../../svgo.config.json icon-library-test/svgo.config.json
81
91
cd icon-library-test
82
92
echo " Installing and building icon library"
83
93
yarn install --no-immutable
2 commit comments
rspbot commentedon May 8, 2025
Verdaccio builds:
CRA Test App
NextJS Test App
RAC Tailwind Example
RAC Spectrum + Tailwind Example
S2 Parcel Example
S2 Custom Icons
S2 Webpack Example
CRA Test App Size
NextJS App Size
Publish stats
Size diff since last release
Docs
Storybook
S2 Storybook
rspbot commentedon May 8, 2025
Verdaccio builds:
CRA Test App
NextJS Test App
RAC Tailwind Example
RAC Spectrum + Tailwind Example
S2 Parcel Example
S2 Custom Icons
S2 Webpack Example
CRA Test App Size
NextJS App Size
Publish stats
Size diff since last release
Docs
Storybook
S2 Storybook