@justeattakeaway/pie-notification 0.9.0 → 0.9.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 +3 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -29,11 +29,9 @@ This component can be easily integrated into various frontend frameworks and cus
|
|
|
29
29
|
To install `pie-notification` in your application, run the following on your command line:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
|
|
33
|
-
$ npm i @justeattakeaway/pie-notification
|
|
32
|
+
npm i @justeattakeaway/pie-notification
|
|
34
33
|
|
|
35
|
-
|
|
36
|
-
$ yarn add @justeattakeaway/pie-notification
|
|
34
|
+
yarn add @justeattakeaway/pie-notification
|
|
37
35
|
```
|
|
38
36
|
|
|
39
37
|
For full information on using PIE components as part of an application, check out the [Getting Started Guide](https://github.com/justeattakeaway/pie/wiki/Getting-started-with-PIE-Web-Components).
|
|
@@ -92,4 +90,4 @@ In your markup or JSX, you can then use these to set the properties for the `pie
|
|
|
92
90
|
|
|
93
91
|
## Contributing
|
|
94
92
|
|
|
95
|
-
Check out our [contributing guide](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide) for more information on [local development](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#local-development) and how to run specific [component tests](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#testing).
|
|
93
|
+
Check out our [contributing guide](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide) for more information on [local development](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#local-development) and how to run specific [component tests](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#testing).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-notification",
|
|
3
3
|
"description": "PIE Design System Notification built using Web Components",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"**/*.d.ts"
|
|
14
14
|
],
|
|
15
15
|
"pieMetadata": {
|
|
16
|
-
"componentStatus": "
|
|
16
|
+
"componentStatus": "beta"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "run -T vite build",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@justeattakeaway/pie-icon-button": "0.28.
|
|
44
|
+
"@justeattakeaway/pie-icon-button": "0.28.8",
|
|
45
45
|
"@justeattakeaway/pie-icons-webc": "0.24.1",
|
|
46
46
|
"@justeattakeaway/pie-webc-core": "0.23.0"
|
|
47
47
|
},
|