@justeattakeaway/pie-webc 0.5.5 → 0.5.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 CHANGED
@@ -28,11 +28,9 @@ This means that after installing this package as a dependency, you can use as ma
28
28
  To install `pie-webc` in your application, run the following on your command line:
29
29
 
30
30
  ```bash
31
- # npm
32
- $ npm i @justeattakeaway/pie-webc
31
+ npm i @justeattakeaway/pie-webc
33
32
 
34
- # yarn
35
- $ yarn add @justeattakeaway/pie-webc
33
+ yarn add @justeattakeaway/pie-webc
36
34
  ```
37
35
 
38
36
 
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-textarea';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-textarea';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-toast';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-toast';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-webc",
3
3
  "description": "Component bundle containing all PIE web components",
4
- "version": "0.5.5",
4
+ "version": "0.5.7",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "**/*.js",
@@ -167,6 +167,26 @@
167
167
  "import": "./react/text-input.js",
168
168
  "require": "./react/text-input.js",
169
169
  "types": "./react/text-input.d.ts"
170
+ },
171
+ "./components/textarea.js": {
172
+ "import": "./components/textarea.js",
173
+ "require": "./components/textarea.js",
174
+ "types": "./components/textarea.d.ts"
175
+ },
176
+ "./react/textarea.js": {
177
+ "import": "./react/textarea.js",
178
+ "require": "./react/textarea.js",
179
+ "types": "./react/textarea.d.ts"
180
+ },
181
+ "./components/toast.js": {
182
+ "import": "./components/toast.js",
183
+ "require": "./components/toast.js",
184
+ "types": "./components/toast.d.ts"
185
+ },
186
+ "./react/toast.js": {
187
+ "import": "./react/toast.js",
188
+ "require": "./react/toast.js",
189
+ "types": "./react/toast.d.ts"
170
190
  }
171
191
  },
172
192
  "bin": {
@@ -190,19 +210,21 @@
190
210
  "@justeattakeaway/pie-assistive-text": "0.4.1",
191
211
  "@justeattakeaway/pie-button": "0.47.6",
192
212
  "@justeattakeaway/pie-card": "0.19.5",
193
- "@justeattakeaway/pie-checkbox": "0.4.0",
213
+ "@justeattakeaway/pie-checkbox": "0.5.0",
194
214
  "@justeattakeaway/pie-chip": "0.6.4",
195
- "@justeattakeaway/pie-cookie-banner": "0.20.1",
215
+ "@justeattakeaway/pie-cookie-banner": "0.20.3",
196
216
  "@justeattakeaway/pie-divider": "0.13.5",
197
217
  "@justeattakeaway/pie-form-label": "0.13.5",
198
218
  "@justeattakeaway/pie-icon-button": "0.28.7",
199
219
  "@justeattakeaway/pie-link": "0.17.5",
200
- "@justeattakeaway/pie-modal": "0.42.8",
201
- "@justeattakeaway/pie-notification": "0.9.0",
220
+ "@justeattakeaway/pie-modal": "0.43.1",
221
+ "@justeattakeaway/pie-notification": "0.9.1",
202
222
  "@justeattakeaway/pie-spinner": "0.6.5",
203
223
  "@justeattakeaway/pie-switch": "0.29.8",
204
224
  "@justeattakeaway/pie-tag": "0.9.6",
205
- "@justeattakeaway/pie-text-input": "0.22.2"
225
+ "@justeattakeaway/pie-text-input": "0.22.2",
226
+ "@justeattakeaway/pie-textarea": "0.1.0",
227
+ "@justeattakeaway/pie-toast": "0.1.0"
206
228
  },
207
229
  "volta": {
208
230
  "extends": "../../../package.json"
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-textarea/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-textarea/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-toast/dist/react.js';
package/react/toast.js ADDED
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-toast/dist/react.js';