@justeattakeaway/pie-webc 0.0.0-snapshot-release-20250805161803 → 0.0.0-snapshot-release-20250805223046

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-tabs';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-tabs';
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-20250805161803",
4
+ "version": "0.0.0-snapshot-release-20250805223046",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -264,6 +264,16 @@
264
264
  "require": "./react/switch.js",
265
265
  "types": "./react/switch.d.ts"
266
266
  },
267
+ "./components/tabs.js": {
268
+ "import": "./components/tabs.js",
269
+ "require": "./components/tabs.js",
270
+ "types": "./components/tabs.d.ts"
271
+ },
272
+ "./react/tabs.js": {
273
+ "import": "./react/tabs.js",
274
+ "require": "./react/tabs.js",
275
+ "types": "./react/tabs.d.ts"
276
+ },
267
277
  "./components/tag.js": {
268
278
  "import": "./components/tag.js",
269
279
  "require": "./components/tag.js",
@@ -349,7 +359,7 @@
349
359
  "@justeattakeaway/pie-checkbox": "0.16.11",
350
360
  "@justeattakeaway/pie-checkbox-group": "0.9.10",
351
361
  "@justeattakeaway/pie-chip": "0.12.10",
352
- "@justeattakeaway/pie-cookie-banner": "0.0.0-snapshot-release-20250805161803",
362
+ "@justeattakeaway/pie-cookie-banner": "1.6.15",
353
363
  "@justeattakeaway/pie-data-table": "0.1.0",
354
364
  "@justeattakeaway/pie-divider": "1.4.5",
355
365
  "@justeattakeaway/pie-form-label": "0.16.4",
@@ -357,13 +367,14 @@
357
367
  "@justeattakeaway/pie-link": "1.2.9",
358
368
  "@justeattakeaway/pie-list": "0.0.3",
359
369
  "@justeattakeaway/pie-lottie-player": "0.2.4",
360
- "@justeattakeaway/pie-modal": "0.0.0-snapshot-release-20250805161803",
370
+ "@justeattakeaway/pie-modal": "1.10.0",
361
371
  "@justeattakeaway/pie-notification": "0.14.10",
362
372
  "@justeattakeaway/pie-radio": "0.11.4",
363
373
  "@justeattakeaway/pie-radio-group": "0.9.13",
364
374
  "@justeattakeaway/pie-select": "0.6.10",
365
375
  "@justeattakeaway/pie-spinner": "1.2.4",
366
376
  "@justeattakeaway/pie-switch": "2.0.6",
377
+ "@justeattakeaway/pie-tabs": "0.0.0-snapshot-release-20250805223046",
367
378
  "@justeattakeaway/pie-tag": "0.17.4",
368
379
  "@justeattakeaway/pie-text-input": "0.28.11",
369
380
  "@justeattakeaway/pie-textarea": "0.16.11",
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-tabs/dist/react.js';
package/react/tabs.js ADDED
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-tabs/dist/react.js';