@justeattakeaway/pie-webc 0.5.55 → 0.5.57

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.57",
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": {
@@ -245,28 +255,29 @@
245
255
  "chalk": "5.3.0"
246
256
  },
247
257
  "dependencies": {
248
- "@justeattakeaway/pie-assistive-text": "0.8.0",
249
- "@justeattakeaway/pie-button": "1.0.0",
258
+ "@justeattakeaway/pie-assistive-text": "0.8.1",
259
+ "@justeattakeaway/pie-button": "1.1.0",
250
260
  "@justeattakeaway/pie-card": "0.21.3",
251
- "@justeattakeaway/pie-checkbox": "0.13.6",
252
- "@justeattakeaway/pie-checkbox-group": "0.7.6",
253
- "@justeattakeaway/pie-chip": "0.9.3",
254
- "@justeattakeaway/pie-cookie-banner": "1.2.0",
261
+ "@justeattakeaway/pie-checkbox": "0.13.7",
262
+ "@justeattakeaway/pie-checkbox-group": "0.7.7",
263
+ "@justeattakeaway/pie-chip": "0.9.4",
264
+ "@justeattakeaway/pie-cookie-banner": "1.2.2",
255
265
  "@justeattakeaway/pie-divider": "1.0.0",
256
266
  "@justeattakeaway/pie-form-label": "0.14.4",
257
- "@justeattakeaway/pie-icon-button": "1.0.0",
267
+ "@justeattakeaway/pie-icon-button": "1.1.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",
261
- "@justeattakeaway/pie-notification": "0.12.6",
270
+ "@justeattakeaway/pie-modal": "1.0.2",
271
+ "@justeattakeaway/pie-notification": "0.12.7",
262
272
  "@justeattakeaway/pie-radio": "0.5.0",
263
- "@justeattakeaway/pie-radio-group": "0.3.0",
273
+ "@justeattakeaway/pie-radio-group": "0.3.1",
264
274
  "@justeattakeaway/pie-spinner": "1.0.0",
265
- "@justeattakeaway/pie-switch": "1.0.0",
275
+ "@justeattakeaway/pie-switch": "1.0.1",
266
276
  "@justeattakeaway/pie-tag": "0.12.0",
267
- "@justeattakeaway/pie-text-input": "0.24.5",
268
- "@justeattakeaway/pie-textarea": "0.13.0",
269
- "@justeattakeaway/pie-toast": "0.5.0"
277
+ "@justeattakeaway/pie-text-input": "0.24.6",
278
+ "@justeattakeaway/pie-textarea": "0.13.1",
279
+ "@justeattakeaway/pie-toast": "0.5.2",
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';