@justeattakeaway/pie-webc 0.0.0-snapshot-release-20250725140841 → 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-20250725140841",
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",
@@ -334,19 +344,20 @@
334
344
  "@justeattakeaway/pie-assistive-text": "0.10.8",
335
345
  "@justeattakeaway/pie-avatar": "0.1.0",
336
346
  "@justeattakeaway/pie-breadcrumb": "0.6.3",
337
- "@justeattakeaway/pie-button": "0.0.0-snapshot-release-20250725140841",
347
+ "@justeattakeaway/pie-button": "1.6.6",
338
348
  "@justeattakeaway/pie-card": "0.25.5",
339
349
  "@justeattakeaway/pie-checkbox": "0.16.9",
340
350
  "@justeattakeaway/pie-checkbox-group": "0.9.8",
341
351
  "@justeattakeaway/pie-chip": "0.12.8",
342
- "@justeattakeaway/pie-cookie-banner": "0.0.0-snapshot-release-20250725140841",
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",
346
357
  "@justeattakeaway/pie-link": "1.2.7",
347
358
  "@justeattakeaway/pie-list": "0.0.3",
348
359
  "@justeattakeaway/pie-lottie-player": "0.2.4",
349
- "@justeattakeaway/pie-modal": "0.0.0-snapshot-release-20250725140841",
360
+ "@justeattakeaway/pie-modal": "1.9.0",
350
361
  "@justeattakeaway/pie-notification": "0.14.8",
351
362
  "@justeattakeaway/pie-radio": "0.11.4",
352
363
  "@justeattakeaway/pie-radio-group": "0.9.11",
@@ -357,8 +368,8 @@
357
368
  "@justeattakeaway/pie-text-input": "0.28.9",
358
369
  "@justeattakeaway/pie-textarea": "0.16.9",
359
370
  "@justeattakeaway/pie-thumbnail": "0.8.4",
360
- "@justeattakeaway/pie-toast": "0.0.0-snapshot-release-20250725140841",
361
- "@justeattakeaway/pie-toast-provider": "0.0.0-snapshot-release-20250725140841"
371
+ "@justeattakeaway/pie-toast": "0.10.1",
372
+ "@justeattakeaway/pie-toast-provider": "0.6.2"
362
373
  },
363
374
  "volta": {
364
375
  "extends": "../../../package.json"
@@ -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';