@justeattakeaway/pie-webc 0.0.0-snapshot-release-20260122134040 → 0.0.0-snapshot-release-20260123114619

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-head-cell/index.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-head-cell/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-20260122134040",
4
+ "version": "0.0.0-snapshot-release-20260123114619",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -184,6 +184,16 @@
184
184
  "require": "./react/data-table-head.js",
185
185
  "types": "./react/data-table-head.d.ts"
186
186
  },
187
+ "./components/data-table-head-cell.js": {
188
+ "import": "./components/data-table-head-cell.js",
189
+ "require": "./components/data-table-head-cell.js",
190
+ "types": "./components/data-table-head-cell.d.ts"
191
+ },
192
+ "./react/data-table-head-cell.js": {
193
+ "import": "./react/data-table-head-cell.js",
194
+ "require": "./react/data-table-head-cell.js",
195
+ "types": "./react/data-table-head-cell.d.ts"
196
+ },
187
197
  "./components/divider.js": {
188
198
  "import": "./components/divider.js",
189
199
  "require": "./components/divider.js",
@@ -420,7 +430,7 @@
420
430
  "@justeattakeaway/pie-checkbox-group": "1.0.3",
421
431
  "@justeattakeaway/pie-chip": "0.15.7",
422
432
  "@justeattakeaway/pie-cookie-banner": "1.6.40",
423
- "@justeattakeaway/pie-data-table": "0.0.0-snapshot-release-20260122134040",
433
+ "@justeattakeaway/pie-data-table": "0.0.0-snapshot-release-20260123114619",
424
434
  "@justeattakeaway/pie-divider": "1.5.7",
425
435
  "@justeattakeaway/pie-form-label": "0.18.8",
426
436
  "@justeattakeaway/pie-icon-button": "2.4.0",
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-head-cell/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-head-cell/react.js';