@justeattakeaway/pie-webc 0.7.10 → 0.7.12
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.
- package/components/tabs.d.ts +1 -0
- package/components/tabs.js +1 -0
- package/package.json +13 -2
- package/react/tabs.d.ts +1 -0
- package/react/tabs.js +1 -0
|
@@ -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.7.
|
|
4
|
+
"version": "0.7.12",
|
|
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",
|
|
@@ -342,7 +352,7 @@
|
|
|
342
352
|
},
|
|
343
353
|
"dependencies": {
|
|
344
354
|
"@justeattakeaway/pie-assistive-text": "0.10.11",
|
|
345
|
-
"@justeattakeaway/pie-avatar": "0.
|
|
355
|
+
"@justeattakeaway/pie-avatar": "0.2.0",
|
|
346
356
|
"@justeattakeaway/pie-breadcrumb": "0.7.0",
|
|
347
357
|
"@justeattakeaway/pie-button": "1.6.7",
|
|
348
358
|
"@justeattakeaway/pie-card": "0.26.1",
|
|
@@ -364,6 +374,7 @@
|
|
|
364
374
|
"@justeattakeaway/pie-select": "0.6.11",
|
|
365
375
|
"@justeattakeaway/pie-spinner": "1.2.5",
|
|
366
376
|
"@justeattakeaway/pie-switch": "2.1.0",
|
|
377
|
+
"@justeattakeaway/pie-tabs": "0.1.0",
|
|
367
378
|
"@justeattakeaway/pie-tag": "0.17.5",
|
|
368
379
|
"@justeattakeaway/pie-text-input": "0.28.12",
|
|
369
380
|
"@justeattakeaway/pie-textarea": "0.16.12",
|
package/react/tabs.d.ts
ADDED
|
@@ -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';
|