@justeattakeaway/pie-webc 0.6.28 → 0.6.30

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-list';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-list';
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.28",
4
+ "version": "0.6.30",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -134,6 +134,16 @@
134
134
  "require": "./react/link.js",
135
135
  "types": "./react/link.d.ts"
136
136
  },
137
+ "./components/list.js": {
138
+ "import": "./components/list.js",
139
+ "require": "./components/list.js",
140
+ "types": "./components/list.d.ts"
141
+ },
142
+ "./react/list.js": {
143
+ "import": "./react/list.js",
144
+ "require": "./react/list.js",
145
+ "types": "./react/list.d.ts"
146
+ },
137
147
  "./components/lottie-player.js": {
138
148
  "import": "./components/lottie-player.js",
139
149
  "require": "./components/lottie-player.js",
@@ -292,28 +302,29 @@
292
302
  },
293
303
  "dependencies": {
294
304
  "@justeattakeaway/pie-assistive-text": "0.9.2",
295
- "@justeattakeaway/pie-breadcrumb": "0.1.1",
305
+ "@justeattakeaway/pie-breadcrumb": "0.2.0",
296
306
  "@justeattakeaway/pie-button": "1.5.1",
297
307
  "@justeattakeaway/pie-card": "0.24.1",
298
- "@justeattakeaway/pie-checkbox": "0.15.2",
299
- "@justeattakeaway/pie-checkbox-group": "0.8.2",
308
+ "@justeattakeaway/pie-checkbox": "0.15.4",
309
+ "@justeattakeaway/pie-checkbox-group": "0.8.3",
300
310
  "@justeattakeaway/pie-chip": "0.11.2",
301
- "@justeattakeaway/pie-cookie-banner": "1.5.3",
311
+ "@justeattakeaway/pie-cookie-banner": "1.5.5",
302
312
  "@justeattakeaway/pie-divider": "1.3.1",
303
313
  "@justeattakeaway/pie-form-label": "0.15.1",
304
314
  "@justeattakeaway/pie-icon-button": "1.4.2",
305
315
  "@justeattakeaway/pie-link": "1.1.1",
316
+ "@justeattakeaway/pie-list": "0.0.0",
306
317
  "@justeattakeaway/pie-lottie-player": "0.1.1",
307
318
  "@justeattakeaway/pie-modal": "1.6.0",
308
319
  "@justeattakeaway/pie-notification": "0.13.2",
309
- "@justeattakeaway/pie-radio": "0.10.1",
310
- "@justeattakeaway/pie-radio-group": "0.8.2",
311
- "@justeattakeaway/pie-select": "0.4.2",
320
+ "@justeattakeaway/pie-radio": "0.10.3",
321
+ "@justeattakeaway/pie-radio-group": "0.8.4",
322
+ "@justeattakeaway/pie-select": "0.4.4",
312
323
  "@justeattakeaway/pie-spinner": "1.1.1",
313
- "@justeattakeaway/pie-switch": "1.3.2",
324
+ "@justeattakeaway/pie-switch": "1.3.4",
314
325
  "@justeattakeaway/pie-tag": "0.16.1",
315
- "@justeattakeaway/pie-text-input": "0.27.2",
316
- "@justeattakeaway/pie-textarea": "0.15.2",
326
+ "@justeattakeaway/pie-text-input": "0.27.4",
327
+ "@justeattakeaway/pie-textarea": "0.15.4",
317
328
  "@justeattakeaway/pie-thumbnail": "0.7.1",
318
329
  "@justeattakeaway/pie-toast": "0.8.2",
319
330
  "@justeattakeaway/pie-toast-provider": "0.3.2"
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-list/dist/react.js';
package/react/list.js ADDED
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-list/dist/react.js';