@justeattakeaway/pie-button 0.47.6 → 0.47.7
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 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,16 +21,14 @@ This component can be easily integrated into various frontend frameworks and cus
|
|
|
21
21
|
To install `pie-button` in your application, run the following on your command line:
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
|
|
25
|
-
$ npm i @justeattakeaway/pie-button
|
|
24
|
+
npm i @justeattakeaway/pie-button
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
$ yarn add @justeattakeaway/pie-button
|
|
26
|
+
yarn add @justeattakeaway/pie-button
|
|
29
27
|
```
|
|
30
28
|
|
|
31
29
|
## Documentation
|
|
32
30
|
|
|
33
|
-
Visit [Button | PIE Design System](https://pie.design/components/button
|
|
31
|
+
Visit [Button | PIE Design System](https://pie.design/components/button) to view more information on this component.
|
|
34
32
|
|
|
35
33
|
## Questions
|
|
36
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-button",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.7",
|
|
4
4
|
"description": "PIE design system button built using web components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
39
39
|
"@justeattakeaway/pie-components-config": "0.16.0",
|
|
40
|
-
"@justeattakeaway/pie-wrapper-react": "0.14.
|
|
40
|
+
"@justeattakeaway/pie-wrapper-react": "0.14.1",
|
|
41
41
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
42
42
|
},
|
|
43
43
|
"volta": {
|