@justeattakeaway/pie-webc 0.5.56 → 0.5.58

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.56",
4
+ "version": "0.5.58",
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",
@@ -255,28 +265,29 @@
255
265
  "chalk": "5.3.0"
256
266
  },
257
267
  "dependencies": {
258
- "@justeattakeaway/pie-assistive-text": "0.8.0",
268
+ "@justeattakeaway/pie-assistive-text": "0.8.1",
259
269
  "@justeattakeaway/pie-button": "1.1.0",
260
270
  "@justeattakeaway/pie-card": "0.21.3",
261
- "@justeattakeaway/pie-checkbox": "0.13.6",
262
- "@justeattakeaway/pie-checkbox-group": "0.7.6",
263
- "@justeattakeaway/pie-chip": "0.9.3",
264
- "@justeattakeaway/pie-cookie-banner": "1.2.1",
271
+ "@justeattakeaway/pie-checkbox": "0.13.7",
272
+ "@justeattakeaway/pie-checkbox-group": "0.7.7",
273
+ "@justeattakeaway/pie-chip": "0.9.4",
274
+ "@justeattakeaway/pie-cookie-banner": "1.2.2",
265
275
  "@justeattakeaway/pie-divider": "1.0.0",
266
276
  "@justeattakeaway/pie-form-label": "0.14.4",
267
- "@justeattakeaway/pie-icon-button": "1.0.0",
277
+ "@justeattakeaway/pie-icon-button": "1.1.0",
268
278
  "@justeattakeaway/pie-link": "1.0.0",
269
279
  "@justeattakeaway/pie-lottie-player": "0.0.5",
270
- "@justeattakeaway/pie-modal": "1.0.1",
271
- "@justeattakeaway/pie-notification": "0.12.6",
280
+ "@justeattakeaway/pie-modal": "1.0.2",
281
+ "@justeattakeaway/pie-notification": "0.12.7",
272
282
  "@justeattakeaway/pie-radio": "0.5.0",
273
- "@justeattakeaway/pie-radio-group": "0.3.0",
283
+ "@justeattakeaway/pie-radio-group": "0.3.1",
274
284
  "@justeattakeaway/pie-spinner": "1.0.0",
275
- "@justeattakeaway/pie-switch": "1.0.0",
285
+ "@justeattakeaway/pie-switch": "1.0.1",
276
286
  "@justeattakeaway/pie-tag": "0.12.0",
277
- "@justeattakeaway/pie-text-input": "0.24.5",
278
- "@justeattakeaway/pie-textarea": "0.13.0",
279
- "@justeattakeaway/pie-toast": "0.5.1",
287
+ "@justeattakeaway/pie-text-input": "0.24.6",
288
+ "@justeattakeaway/pie-textarea": "0.13.1",
289
+ "@justeattakeaway/pie-thumbnail": "0.1.0",
290
+ "@justeattakeaway/pie-toast": "0.5.2",
280
291
  "@justeattakeaway/pie-toast-provider": "0.0.0"
281
292
  },
282
293
  "volta": {
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-thumbnail/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-thumbnail/dist/react.js';