@justeattakeaway/pie-webc 0.5.55 → 0.5.56

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.
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-toast-provider';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-toast-provider';
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.55",
4
+ "version": "0.5.56",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "**/*.js",
@@ -227,6 +227,16 @@
227
227
  "import": "./react/toast.js",
228
228
  "require": "./react/toast.js",
229
229
  "types": "./react/toast.d.ts"
230
+ },
231
+ "./components/toast-provider.js": {
232
+ "import": "./components/toast-provider.js",
233
+ "require": "./components/toast-provider.js",
234
+ "types": "./components/toast-provider.d.ts"
235
+ },
236
+ "./react/toast-provider.js": {
237
+ "import": "./react/toast-provider.js",
238
+ "require": "./react/toast-provider.js",
239
+ "types": "./react/toast-provider.d.ts"
230
240
  }
231
241
  },
232
242
  "bin": {
@@ -246,18 +256,18 @@
246
256
  },
247
257
  "dependencies": {
248
258
  "@justeattakeaway/pie-assistive-text": "0.8.0",
249
- "@justeattakeaway/pie-button": "1.0.0",
259
+ "@justeattakeaway/pie-button": "1.1.0",
250
260
  "@justeattakeaway/pie-card": "0.21.3",
251
261
  "@justeattakeaway/pie-checkbox": "0.13.6",
252
262
  "@justeattakeaway/pie-checkbox-group": "0.7.6",
253
263
  "@justeattakeaway/pie-chip": "0.9.3",
254
- "@justeattakeaway/pie-cookie-banner": "1.2.0",
264
+ "@justeattakeaway/pie-cookie-banner": "1.2.1",
255
265
  "@justeattakeaway/pie-divider": "1.0.0",
256
266
  "@justeattakeaway/pie-form-label": "0.14.4",
257
267
  "@justeattakeaway/pie-icon-button": "1.0.0",
258
268
  "@justeattakeaway/pie-link": "1.0.0",
259
269
  "@justeattakeaway/pie-lottie-player": "0.0.5",
260
- "@justeattakeaway/pie-modal": "1.0.0",
270
+ "@justeattakeaway/pie-modal": "1.0.1",
261
271
  "@justeattakeaway/pie-notification": "0.12.6",
262
272
  "@justeattakeaway/pie-radio": "0.5.0",
263
273
  "@justeattakeaway/pie-radio-group": "0.3.0",
@@ -266,7 +276,8 @@
266
276
  "@justeattakeaway/pie-tag": "0.12.0",
267
277
  "@justeattakeaway/pie-text-input": "0.24.5",
268
278
  "@justeattakeaway/pie-textarea": "0.13.0",
269
- "@justeattakeaway/pie-toast": "0.5.0"
279
+ "@justeattakeaway/pie-toast": "0.5.1",
280
+ "@justeattakeaway/pie-toast-provider": "0.0.0"
270
281
  },
271
282
  "volta": {
272
283
  "extends": "../../../package.json"
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-toast-provider/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-toast-provider/dist/react.js';