@justeattakeaway/pie-icons-webc 0.20.0 → 0.21.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/README.md +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -200,3 +200,6 @@ Run `yarn build --filter=pie-icons-webc` from the project level or `yarn turbo r
|
|
|
200
200
|
## Icon list
|
|
201
201
|
|
|
202
202
|
You can check the list of all the icons on our [documentation site](https://pie.design/foundations/iconography/library/).
|
|
203
|
+
|
|
204
|
+
## Bundling
|
|
205
|
+
When we build the icons, we run a plugin for Rollup named `rollup-plugin-visualizer`. This generates a file named `stats.html` in the root of the package. This file can be viewed in the browser to visualise the bundled Javascript and better understand what contributes to the size of the final build output.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-icons-webc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"extends @justeattakeaway/browserslist-config-pie"
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@justeattakeaway/pie-webc-core": "0.
|
|
77
|
+
"@justeattakeaway/pie-webc-core": "0.21.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@babel/core": "7.23.9",
|
|
81
81
|
"@babel/node": "7.20.7",
|
|
82
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
82
|
+
"@justeattakeaway/pie-components-config": "0.15.0",
|
|
83
83
|
"@justeattakeaway/pie-icons": "4.14.0",
|
|
84
84
|
"@justeattakeaway/pie-icons-configs": "4.5.1",
|
|
85
85
|
"@rollup/plugin-typescript": "11.1.6",
|