@justeattakeaway/pie-webc 0.6.45 → 0.7.1

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-avatar';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-avatar';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-list/dist/pie-list-item/index.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-list/dist/pie-list-item/index.js';
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.6.45",
4
+ "version": "0.7.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -24,6 +24,16 @@
24
24
  "require": "./react/assistive-text.js",
25
25
  "types": "./react/assistive-text.d.ts"
26
26
  },
27
+ "./components/avatar.js": {
28
+ "import": "./components/avatar.js",
29
+ "require": "./components/avatar.js",
30
+ "types": "./components/avatar.d.ts"
31
+ },
32
+ "./react/avatar.js": {
33
+ "import": "./react/avatar.js",
34
+ "require": "./react/avatar.js",
35
+ "types": "./react/avatar.d.ts"
36
+ },
27
37
  "./components/breadcrumb.js": {
28
38
  "import": "./components/breadcrumb.js",
29
39
  "require": "./components/breadcrumb.js",
@@ -154,6 +164,16 @@
154
164
  "require": "./react/list.js",
155
165
  "types": "./react/list.d.ts"
156
166
  },
167
+ "./components/list-item.js": {
168
+ "import": "./components/list-item.js",
169
+ "require": "./components/list-item.js",
170
+ "types": "./components/list-item.d.ts"
171
+ },
172
+ "./react/list-item.js": {
173
+ "import": "./react/list-item.js",
174
+ "require": "./react/list-item.js",
175
+ "types": "./react/list-item.d.ts"
176
+ },
157
177
  "./components/lottie-player.js": {
158
178
  "import": "./components/lottie-player.js",
159
179
  "require": "./components/lottie-player.js",
@@ -311,33 +331,34 @@
311
331
  "chalk": "5.3.0"
312
332
  },
313
333
  "dependencies": {
314
- "@justeattakeaway/pie-assistive-text": "0.10.7",
315
- "@justeattakeaway/pie-breadcrumb": "0.6.2",
316
- "@justeattakeaway/pie-button": "1.6.5",
334
+ "@justeattakeaway/pie-assistive-text": "0.10.8",
335
+ "@justeattakeaway/pie-avatar": "0.1.0",
336
+ "@justeattakeaway/pie-breadcrumb": "0.6.3",
337
+ "@justeattakeaway/pie-button": "1.6.6",
317
338
  "@justeattakeaway/pie-card": "0.25.5",
318
- "@justeattakeaway/pie-checkbox": "0.16.7",
319
- "@justeattakeaway/pie-checkbox-group": "0.9.7",
320
- "@justeattakeaway/pie-chip": "0.12.7",
321
- "@justeattakeaway/pie-cookie-banner": "1.6.9",
339
+ "@justeattakeaway/pie-checkbox": "0.16.8",
340
+ "@justeattakeaway/pie-checkbox-group": "0.9.8",
341
+ "@justeattakeaway/pie-chip": "0.12.8",
342
+ "@justeattakeaway/pie-cookie-banner": "1.6.11",
322
343
  "@justeattakeaway/pie-divider": "1.4.5",
323
344
  "@justeattakeaway/pie-form-label": "0.16.4",
324
- "@justeattakeaway/pie-icon-button": "2.0.2",
325
- "@justeattakeaway/pie-link": "1.2.6",
345
+ "@justeattakeaway/pie-icon-button": "2.0.3",
346
+ "@justeattakeaway/pie-link": "1.2.7",
326
347
  "@justeattakeaway/pie-list": "0.0.3",
327
348
  "@justeattakeaway/pie-lottie-player": "0.2.4",
328
- "@justeattakeaway/pie-modal": "1.7.8",
329
- "@justeattakeaway/pie-notification": "0.14.7",
349
+ "@justeattakeaway/pie-modal": "1.7.10",
350
+ "@justeattakeaway/pie-notification": "0.14.8",
330
351
  "@justeattakeaway/pie-radio": "0.11.4",
331
- "@justeattakeaway/pie-radio-group": "0.9.8",
332
- "@justeattakeaway/pie-select": "0.6.7",
352
+ "@justeattakeaway/pie-radio-group": "0.9.10",
353
+ "@justeattakeaway/pie-select": "0.6.8",
333
354
  "@justeattakeaway/pie-spinner": "1.2.4",
334
- "@justeattakeaway/pie-switch": "2.0.3",
355
+ "@justeattakeaway/pie-switch": "2.0.4",
335
356
  "@justeattakeaway/pie-tag": "0.17.4",
336
- "@justeattakeaway/pie-text-input": "0.28.7",
337
- "@justeattakeaway/pie-textarea": "0.16.7",
357
+ "@justeattakeaway/pie-text-input": "0.28.8",
358
+ "@justeattakeaway/pie-textarea": "0.16.8",
338
359
  "@justeattakeaway/pie-thumbnail": "0.8.4",
339
- "@justeattakeaway/pie-toast": "0.9.7",
340
- "@justeattakeaway/pie-toast-provider": "0.5.7"
360
+ "@justeattakeaway/pie-toast": "0.10.1",
361
+ "@justeattakeaway/pie-toast-provider": "0.6.1"
341
362
  },
342
363
  "volta": {
343
364
  "extends": "../../../package.json"
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-avatar/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-avatar/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-list/dist/pie-list-item/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-list/dist/pie-list-item/react.js';