@justeattakeaway/pie-webc 0.0.0-snapshot-release-20250520135716 → 0.0.0-snapshot-release-20250520152111
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-breadcrumb/dist/pie-breadcrumb-item/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb/dist/pie-breadcrumb-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.0.0-snapshot-release-
|
|
4
|
+
"version": "0.0.0-snapshot-release-20250520152111",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -34,6 +34,16 @@
|
|
|
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
|
+
},
|
|
37
47
|
"./components/button.js": {
|
|
38
48
|
"import": "./components/button.js",
|
|
39
49
|
"require": "./components/button.js",
|
|
@@ -302,17 +312,17 @@
|
|
|
302
312
|
},
|
|
303
313
|
"dependencies": {
|
|
304
314
|
"@justeattakeaway/pie-assistive-text": "0.9.3",
|
|
305
|
-
"@justeattakeaway/pie-breadcrumb": "0.0.0-snapshot-release-
|
|
315
|
+
"@justeattakeaway/pie-breadcrumb": "0.0.0-snapshot-release-20250520152111",
|
|
306
316
|
"@justeattakeaway/pie-button": "1.5.1",
|
|
307
317
|
"@justeattakeaway/pie-card": "0.24.1",
|
|
308
318
|
"@justeattakeaway/pie-checkbox": "0.15.5",
|
|
309
319
|
"@justeattakeaway/pie-checkbox-group": "0.8.4",
|
|
310
320
|
"@justeattakeaway/pie-chip": "0.11.3",
|
|
311
|
-
"@justeattakeaway/pie-cookie-banner": "0.0.0-snapshot-release-
|
|
321
|
+
"@justeattakeaway/pie-cookie-banner": "0.0.0-snapshot-release-20250520152111",
|
|
312
322
|
"@justeattakeaway/pie-divider": "1.3.1",
|
|
313
323
|
"@justeattakeaway/pie-form-label": "0.15.1",
|
|
314
324
|
"@justeattakeaway/pie-icon-button": "1.4.3",
|
|
315
|
-
"@justeattakeaway/pie-link": "0.0.0-snapshot-release-
|
|
325
|
+
"@justeattakeaway/pie-link": "0.0.0-snapshot-release-20250520152111",
|
|
316
326
|
"@justeattakeaway/pie-list": "0.0.0",
|
|
317
327
|
"@justeattakeaway/pie-lottie-player": "0.1.1",
|
|
318
328
|
"@justeattakeaway/pie-modal": "1.6.1",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb/dist/pie-breadcrumb-item/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb/dist/pie-breadcrumb-item/react.js';
|