@justeattakeaway/pie-icon-button 0.24.1 → 0.24.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To import an icon using `pie-icons-webc`, you should import the icon that you wo
|
|
|
86
86
|
|
|
87
87
|
```js
|
|
88
88
|
import { PieIconButton } from '@justeattakeaway/pie-icon-button';
|
|
89
|
-
import '@justeattakeaway/pie-icons-webc/
|
|
89
|
+
import '@justeattakeaway/pie-icons-webc/IconClose';
|
|
90
90
|
```
|
|
91
91
|
|
|
92
92
|
Then, in your markup, you would implement the component like this:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-icon-button",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
4
4
|
"description": "PIE Design System Icon Button built using Web Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@justeattakeaway/pie-icons-webc": "0.
|
|
29
|
+
"@justeattakeaway/pie-icons-webc": "0.14.0",
|
|
30
30
|
"@justeattakeaway/pie-spinner": "0.3.1",
|
|
31
31
|
"@justeattakeaway/pie-webc-core": "0.13.0"
|
|
32
32
|
},
|