@justeattakeaway/pie-webc 0.7.32 → 0.7.33
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.7.
|
|
4
|
+
"version": "0.7.33",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -124,6 +124,16 @@
|
|
|
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
|
+
},
|
|
132
|
+
"./react/data-table-header.js": {
|
|
133
|
+
"import": "./react/data-table-header.js",
|
|
134
|
+
"require": "./react/data-table-header.js",
|
|
135
|
+
"types": "./react/data-table-header.d.ts"
|
|
136
|
+
},
|
|
127
137
|
"./components/divider.js": {
|
|
128
138
|
"import": "./components/divider.js",
|
|
129
139
|
"require": "./components/divider.js",
|
|
@@ -353,23 +363,23 @@
|
|
|
353
363
|
"dependencies": {
|
|
354
364
|
"@justeattakeaway/pie-assistive-text": "0.11.6",
|
|
355
365
|
"@justeattakeaway/pie-avatar": "0.4.7",
|
|
356
|
-
"@justeattakeaway/pie-breadcrumb": "0.7.
|
|
357
|
-
"@justeattakeaway/pie-button": "1.9.
|
|
366
|
+
"@justeattakeaway/pie-breadcrumb": "0.7.9",
|
|
367
|
+
"@justeattakeaway/pie-button": "1.9.4",
|
|
358
368
|
"@justeattakeaway/pie-card": "0.26.6",
|
|
359
|
-
"@justeattakeaway/pie-checkbox": "0.18.
|
|
369
|
+
"@justeattakeaway/pie-checkbox": "0.18.7",
|
|
360
370
|
"@justeattakeaway/pie-checkbox-group": "0.9.18",
|
|
361
|
-
"@justeattakeaway/pie-chip": "0.15.
|
|
362
|
-
"@justeattakeaway/pie-cookie-banner": "1.6.
|
|
363
|
-
"@justeattakeaway/pie-data-table": "0.
|
|
371
|
+
"@justeattakeaway/pie-chip": "0.15.3",
|
|
372
|
+
"@justeattakeaway/pie-cookie-banner": "1.6.32",
|
|
373
|
+
"@justeattakeaway/pie-data-table": "0.2.0",
|
|
364
374
|
"@justeattakeaway/pie-divider": "1.5.4",
|
|
365
|
-
"@justeattakeaway/pie-form-label": "0.18.
|
|
375
|
+
"@justeattakeaway/pie-form-label": "0.18.5",
|
|
366
376
|
"@justeattakeaway/pie-icon-button": "2.3.2",
|
|
367
|
-
"@justeattakeaway/pie-link": "1.3.
|
|
377
|
+
"@justeattakeaway/pie-link": "1.3.4",
|
|
368
378
|
"@justeattakeaway/pie-list": "0.0.9",
|
|
369
379
|
"@justeattakeaway/pie-lottie-player": "0.2.10",
|
|
370
|
-
"@justeattakeaway/pie-modal": "1.18.
|
|
380
|
+
"@justeattakeaway/pie-modal": "1.18.2",
|
|
371
381
|
"@justeattakeaway/pie-notification": "0.20.2",
|
|
372
|
-
"@justeattakeaway/pie-radio": "0.12.
|
|
382
|
+
"@justeattakeaway/pie-radio": "0.12.5",
|
|
373
383
|
"@justeattakeaway/pie-radio-group": "0.9.21",
|
|
374
384
|
"@justeattakeaway/pie-select": "0.8.7",
|
|
375
385
|
"@justeattakeaway/pie-spinner": "1.3.4",
|
|
@@ -379,8 +389,8 @@
|
|
|
379
389
|
"@justeattakeaway/pie-text-input": "0.29.7",
|
|
380
390
|
"@justeattakeaway/pie-textarea": "0.17.6",
|
|
381
391
|
"@justeattakeaway/pie-thumbnail": "0.8.10",
|
|
382
|
-
"@justeattakeaway/pie-toast": "0.12.
|
|
383
|
-
"@justeattakeaway/pie-toast-provider": "0.7.
|
|
392
|
+
"@justeattakeaway/pie-toast": "0.12.12",
|
|
393
|
+
"@justeattakeaway/pie-toast-provider": "0.7.13"
|
|
384
394
|
},
|
|
385
395
|
"volta": {
|
|
386
396
|
"extends": "../../../package.json"
|
|
@@ -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';
|