@justeattakeaway/pie-webc 0.0.0-snapshot-release-20250814141305 → 0.0.0-snapshot-release-20250815153945
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/dist/pie-data-table-header/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-header/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-20250815153945",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -124,6 +124,11 @@
|
|
|
124
124
|
"require": "./react/data-table.js",
|
|
125
125
|
"types": "./react/data-table.d.ts"
|
|
126
126
|
},
|
|
127
|
+
"./components/data-table-header.js": {
|
|
128
|
+
"import": "./components/data-table-header.js",
|
|
129
|
+
"require": "./components/data-table-header.js",
|
|
130
|
+
"types": "./components/data-table-header.d.ts"
|
|
131
|
+
},
|
|
127
132
|
"./components/divider.js": {
|
|
128
133
|
"import": "./components/divider.js",
|
|
129
134
|
"require": "./components/divider.js",
|
|
@@ -360,7 +365,7 @@
|
|
|
360
365
|
"@justeattakeaway/pie-checkbox-group": "0.9.11",
|
|
361
366
|
"@justeattakeaway/pie-chip": "0.12.11",
|
|
362
367
|
"@justeattakeaway/pie-cookie-banner": "1.6.17",
|
|
363
|
-
"@justeattakeaway/pie-data-table": "0.0.0-snapshot-release-
|
|
368
|
+
"@justeattakeaway/pie-data-table": "0.0.0-snapshot-release-20250815153945",
|
|
364
369
|
"@justeattakeaway/pie-divider": "1.4.6",
|
|
365
370
|
"@justeattakeaway/pie-form-label": "0.17.0",
|
|
366
371
|
"@justeattakeaway/pie-icon-button": "2.0.6",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-header/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-header/react.js';
|