@justeattakeaway/pie-webc 0.0.0-snapshot-release-20250523133225 → 0.0.0-snapshot-release-20250527065551
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/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.0.0-snapshot-release-
|
|
4
|
+
"version": "0.0.0-snapshot-release-20250527065551",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -34,16 +34,6 @@
|
|
|
34
34
|
"require": "./react/breadcrumb.js",
|
|
35
35
|
"types": "./react/breadcrumb.d.ts"
|
|
36
36
|
},
|
|
37
|
-
"./components/breadcrumb-item.js": {
|
|
38
|
-
"import": "./components/breadcrumb-item.js",
|
|
39
|
-
"require": "./components/breadcrumb-item.js",
|
|
40
|
-
"types": "./components/breadcrumb-item.d.ts"
|
|
41
|
-
},
|
|
42
|
-
"./react/breadcrumb-item.js": {
|
|
43
|
-
"import": "./react/breadcrumb-item.js",
|
|
44
|
-
"require": "./react/breadcrumb-item.js",
|
|
45
|
-
"types": "./react/breadcrumb-item.d.ts"
|
|
46
|
-
},
|
|
47
37
|
"./components/button.js": {
|
|
48
38
|
"import": "./components/button.js",
|
|
49
39
|
"require": "./components/button.js",
|
|
@@ -312,23 +302,23 @@
|
|
|
312
302
|
},
|
|
313
303
|
"dependencies": {
|
|
314
304
|
"@justeattakeaway/pie-assistive-text": "0.10.0",
|
|
315
|
-
"@justeattakeaway/pie-breadcrumb": "0.
|
|
305
|
+
"@justeattakeaway/pie-breadcrumb": "0.3.1",
|
|
316
306
|
"@justeattakeaway/pie-button": "1.6.0",
|
|
317
307
|
"@justeattakeaway/pie-card": "0.25.0",
|
|
318
308
|
"@justeattakeaway/pie-checkbox": "0.16.0",
|
|
319
309
|
"@justeattakeaway/pie-checkbox-group": "0.9.0",
|
|
320
310
|
"@justeattakeaway/pie-chip": "0.12.0",
|
|
321
|
-
"@justeattakeaway/pie-cookie-banner": "
|
|
311
|
+
"@justeattakeaway/pie-cookie-banner": "1.6.0",
|
|
322
312
|
"@justeattakeaway/pie-divider": "1.4.0",
|
|
323
313
|
"@justeattakeaway/pie-form-label": "0.16.0",
|
|
324
314
|
"@justeattakeaway/pie-icon-button": "1.5.0",
|
|
325
|
-
"@justeattakeaway/pie-link": "
|
|
315
|
+
"@justeattakeaway/pie-link": "1.2.0",
|
|
326
316
|
"@justeattakeaway/pie-list": "0.0.1",
|
|
327
317
|
"@justeattakeaway/pie-lottie-player": "0.2.0",
|
|
328
318
|
"@justeattakeaway/pie-modal": "1.7.0",
|
|
329
319
|
"@justeattakeaway/pie-notification": "0.14.0",
|
|
330
320
|
"@justeattakeaway/pie-radio": "0.11.0",
|
|
331
|
-
"@justeattakeaway/pie-radio-group": "0.
|
|
321
|
+
"@justeattakeaway/pie-radio-group": "0.0.0-snapshot-release-20250527065551",
|
|
332
322
|
"@justeattakeaway/pie-select": "0.6.0",
|
|
333
323
|
"@justeattakeaway/pie-spinner": "1.2.0",
|
|
334
324
|
"@justeattakeaway/pie-switch": "1.4.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-breadcrumb/dist/pie-breadcrumb-item/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-breadcrumb/dist/pie-breadcrumb-item/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-breadcrumb/dist/pie-breadcrumb-item/react.js';
|
package/react/breadcrumb-item.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-breadcrumb/dist/pie-breadcrumb-item/react.js';
|