@justeattakeaway/pie-webc 0.6.45 → 0.7.0
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.
- package/components/avatar.d.ts +1 -0
- package/components/avatar.js +1 -0
- package/components/list-item.d.ts +1 -0
- package/components/list-item.js +1 -0
- package/package.json +28 -7
- package/react/avatar.d.ts +1 -0
- package/react/avatar.js +1 -0
- package/react/list-item.d.ts +1 -0
- package/react/list-item.js +1 -0
|
@@ -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.
|
|
4
|
+
"version": "0.7.0",
|
|
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",
|
|
@@ -312,23 +332,24 @@
|
|
|
312
332
|
},
|
|
313
333
|
"dependencies": {
|
|
314
334
|
"@justeattakeaway/pie-assistive-text": "0.10.7",
|
|
335
|
+
"@justeattakeaway/pie-avatar": "0.1.0",
|
|
315
336
|
"@justeattakeaway/pie-breadcrumb": "0.6.2",
|
|
316
|
-
"@justeattakeaway/pie-button": "1.6.
|
|
337
|
+
"@justeattakeaway/pie-button": "1.6.6",
|
|
317
338
|
"@justeattakeaway/pie-card": "0.25.5",
|
|
318
339
|
"@justeattakeaway/pie-checkbox": "0.16.7",
|
|
319
340
|
"@justeattakeaway/pie-checkbox-group": "0.9.7",
|
|
320
341
|
"@justeattakeaway/pie-chip": "0.12.7",
|
|
321
|
-
"@justeattakeaway/pie-cookie-banner": "1.6.
|
|
342
|
+
"@justeattakeaway/pie-cookie-banner": "1.6.10",
|
|
322
343
|
"@justeattakeaway/pie-divider": "1.4.5",
|
|
323
344
|
"@justeattakeaway/pie-form-label": "0.16.4",
|
|
324
345
|
"@justeattakeaway/pie-icon-button": "2.0.2",
|
|
325
346
|
"@justeattakeaway/pie-link": "1.2.6",
|
|
326
347
|
"@justeattakeaway/pie-list": "0.0.3",
|
|
327
348
|
"@justeattakeaway/pie-lottie-player": "0.2.4",
|
|
328
|
-
"@justeattakeaway/pie-modal": "1.7.
|
|
349
|
+
"@justeattakeaway/pie-modal": "1.7.9",
|
|
329
350
|
"@justeattakeaway/pie-notification": "0.14.7",
|
|
330
351
|
"@justeattakeaway/pie-radio": "0.11.4",
|
|
331
|
-
"@justeattakeaway/pie-radio-group": "0.9.
|
|
352
|
+
"@justeattakeaway/pie-radio-group": "0.9.9",
|
|
332
353
|
"@justeattakeaway/pie-select": "0.6.7",
|
|
333
354
|
"@justeattakeaway/pie-spinner": "1.2.4",
|
|
334
355
|
"@justeattakeaway/pie-switch": "2.0.3",
|
|
@@ -336,8 +357,8 @@
|
|
|
336
357
|
"@justeattakeaway/pie-text-input": "0.28.7",
|
|
337
358
|
"@justeattakeaway/pie-textarea": "0.16.7",
|
|
338
359
|
"@justeattakeaway/pie-thumbnail": "0.8.4",
|
|
339
|
-
"@justeattakeaway/pie-toast": "0.
|
|
340
|
-
"@justeattakeaway/pie-toast-provider": "0.
|
|
360
|
+
"@justeattakeaway/pie-toast": "0.10.0",
|
|
361
|
+
"@justeattakeaway/pie-toast-provider": "0.6.0"
|
|
341
362
|
},
|
|
342
363
|
"volta": {
|
|
343
364
|
"extends": "../../../package.json"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-avatar/dist/react.js';
|
package/react/avatar.js
ADDED
|
@@ -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';
|