@justeattakeaway/pie-webc 0.5.57 → 0.5.59

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-thumbnail';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-thumbnail';
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.57",
4
+ "version": "0.5.59",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "**/*.js",
@@ -218,6 +218,16 @@
218
218
  "require": "./react/textarea.js",
219
219
  "types": "./react/textarea.d.ts"
220
220
  },
221
+ "./components/thumbnail.js": {
222
+ "import": "./components/thumbnail.js",
223
+ "require": "./components/thumbnail.js",
224
+ "types": "./components/thumbnail.d.ts"
225
+ },
226
+ "./react/thumbnail.js": {
227
+ "import": "./react/thumbnail.js",
228
+ "require": "./react/thumbnail.js",
229
+ "types": "./react/thumbnail.d.ts"
230
+ },
221
231
  "./components/toast.js": {
222
232
  "import": "./components/toast.js",
223
233
  "require": "./components/toast.js",
@@ -269,13 +279,14 @@
269
279
  "@justeattakeaway/pie-lottie-player": "0.0.5",
270
280
  "@justeattakeaway/pie-modal": "1.0.2",
271
281
  "@justeattakeaway/pie-notification": "0.12.7",
272
- "@justeattakeaway/pie-radio": "0.5.0",
273
- "@justeattakeaway/pie-radio-group": "0.3.1",
282
+ "@justeattakeaway/pie-radio": "0.6.0",
283
+ "@justeattakeaway/pie-radio-group": "0.4.0",
274
284
  "@justeattakeaway/pie-spinner": "1.0.0",
275
285
  "@justeattakeaway/pie-switch": "1.0.1",
276
286
  "@justeattakeaway/pie-tag": "0.12.0",
277
287
  "@justeattakeaway/pie-text-input": "0.24.6",
278
288
  "@justeattakeaway/pie-textarea": "0.13.1",
289
+ "@justeattakeaway/pie-thumbnail": "0.1.0",
279
290
  "@justeattakeaway/pie-toast": "0.5.2",
280
291
  "@justeattakeaway/pie-toast-provider": "0.0.0"
281
292
  },
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-thumbnail/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-thumbnail/dist/react.js';