@justeattakeaway/pie-webc 0.0.0-snapshot-release-20250723091903 → 0.0.0-snapshot-release-20250729082959
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-data-table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table';
|
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-20250729082959",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -114,6 +114,16 @@
|
|
|
114
114
|
"require": "./react/cookie-banner.js",
|
|
115
115
|
"types": "./react/cookie-banner.d.ts"
|
|
116
116
|
},
|
|
117
|
+
"./components/data-table.js": {
|
|
118
|
+
"import": "./components/data-table.js",
|
|
119
|
+
"require": "./components/data-table.js",
|
|
120
|
+
"types": "./components/data-table.d.ts"
|
|
121
|
+
},
|
|
122
|
+
"./react/data-table.js": {
|
|
123
|
+
"import": "./react/data-table.js",
|
|
124
|
+
"require": "./react/data-table.js",
|
|
125
|
+
"types": "./react/data-table.d.ts"
|
|
126
|
+
},
|
|
117
127
|
"./components/divider.js": {
|
|
118
128
|
"import": "./components/divider.js",
|
|
119
129
|
"require": "./components/divider.js",
|
|
@@ -332,7 +342,7 @@
|
|
|
332
342
|
},
|
|
333
343
|
"dependencies": {
|
|
334
344
|
"@justeattakeaway/pie-assistive-text": "0.10.8",
|
|
335
|
-
"@justeattakeaway/pie-avatar": "0.
|
|
345
|
+
"@justeattakeaway/pie-avatar": "0.1.0",
|
|
336
346
|
"@justeattakeaway/pie-breadcrumb": "0.6.3",
|
|
337
347
|
"@justeattakeaway/pie-button": "1.6.6",
|
|
338
348
|
"@justeattakeaway/pie-card": "0.25.5",
|
|
@@ -340,6 +350,7 @@
|
|
|
340
350
|
"@justeattakeaway/pie-checkbox-group": "0.9.8",
|
|
341
351
|
"@justeattakeaway/pie-chip": "0.12.8",
|
|
342
352
|
"@justeattakeaway/pie-cookie-banner": "1.6.13",
|
|
353
|
+
"@justeattakeaway/pie-data-table": "0.0.0-snapshot-release-20250729082959",
|
|
343
354
|
"@justeattakeaway/pie-divider": "1.4.5",
|
|
344
355
|
"@justeattakeaway/pie-form-label": "0.16.4",
|
|
345
356
|
"@justeattakeaway/pie-icon-button": "2.0.3",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/react.js';
|