@justeattakeaway/pie-webc 0.0.0-snapshot-release-20260119130527 → 0.0.0-snapshot-release-20260121134449
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/data-table-body.d.ts +1 -0
- package/components/data-table-body.js +1 -0
- package/components/data-table-cell.d.ts +1 -0
- package/components/data-table-cell.js +1 -0
- package/components/data-table-contents.d.ts +1 -0
- package/components/data-table-contents.js +1 -0
- package/components/data-table-head.d.ts +1 -0
- package/components/data-table-head.js +1 -0
- package/components/data-table-row.d.ts +1 -0
- package/components/data-table-row.js +1 -0
- package/package.json +81 -31
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-body/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-body/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-cell/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-cell/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-contents/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-contents/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-head/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-head/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-row/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-row/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-
|
|
4
|
+
"version": "0.0.0-snapshot-release-20260121134449",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -134,6 +134,56 @@
|
|
|
134
134
|
"require": "./react/data-table-header.js",
|
|
135
135
|
"types": "./react/data-table-header.d.ts"
|
|
136
136
|
},
|
|
137
|
+
"./components/data-table-row.js": {
|
|
138
|
+
"import": "./components/data-table-row.js",
|
|
139
|
+
"require": "./components/data-table-row.js",
|
|
140
|
+
"types": "./components/data-table-row.d.ts"
|
|
141
|
+
},
|
|
142
|
+
"./react/data-table-row.js": {
|
|
143
|
+
"import": "./react/data-table-row.js",
|
|
144
|
+
"require": "./react/data-table-row.js",
|
|
145
|
+
"types": "./react/data-table-row.d.ts"
|
|
146
|
+
},
|
|
147
|
+
"./components/data-table-body.js": {
|
|
148
|
+
"import": "./components/data-table-body.js",
|
|
149
|
+
"require": "./components/data-table-body.js",
|
|
150
|
+
"types": "./components/data-table-body.d.ts"
|
|
151
|
+
},
|
|
152
|
+
"./react/data-table-body.js": {
|
|
153
|
+
"import": "./react/data-table-body.js",
|
|
154
|
+
"require": "./react/data-table-body.js",
|
|
155
|
+
"types": "./react/data-table-body.d.ts"
|
|
156
|
+
},
|
|
157
|
+
"./components/data-table-cell.js": {
|
|
158
|
+
"import": "./components/data-table-cell.js",
|
|
159
|
+
"require": "./components/data-table-cell.js",
|
|
160
|
+
"types": "./components/data-table-cell.d.ts"
|
|
161
|
+
},
|
|
162
|
+
"./react/data-table-cell.js": {
|
|
163
|
+
"import": "./react/data-table-cell.js",
|
|
164
|
+
"require": "./react/data-table-cell.js",
|
|
165
|
+
"types": "./react/data-table-cell.d.ts"
|
|
166
|
+
},
|
|
167
|
+
"./components/data-table-contents.js": {
|
|
168
|
+
"import": "./components/data-table-contents.js",
|
|
169
|
+
"require": "./components/data-table-contents.js",
|
|
170
|
+
"types": "./components/data-table-contents.d.ts"
|
|
171
|
+
},
|
|
172
|
+
"./react/data-table-contents.js": {
|
|
173
|
+
"import": "./react/data-table-contents.js",
|
|
174
|
+
"require": "./react/data-table-contents.js",
|
|
175
|
+
"types": "./react/data-table-contents.d.ts"
|
|
176
|
+
},
|
|
177
|
+
"./components/data-table-head.js": {
|
|
178
|
+
"import": "./components/data-table-head.js",
|
|
179
|
+
"require": "./components/data-table-head.js",
|
|
180
|
+
"types": "./components/data-table-head.d.ts"
|
|
181
|
+
},
|
|
182
|
+
"./react/data-table-head.js": {
|
|
183
|
+
"import": "./react/data-table-head.js",
|
|
184
|
+
"require": "./react/data-table-head.js",
|
|
185
|
+
"types": "./react/data-table-head.d.ts"
|
|
186
|
+
},
|
|
137
187
|
"./components/divider.js": {
|
|
138
188
|
"import": "./components/divider.js",
|
|
139
189
|
"require": "./components/divider.js",
|
|
@@ -361,36 +411,36 @@
|
|
|
361
411
|
"chalk": "5.3.0"
|
|
362
412
|
},
|
|
363
413
|
"dependencies": {
|
|
364
|
-
"@justeattakeaway/pie-assistive-text": "0.
|
|
365
|
-
"@justeattakeaway/pie-avatar": "0.
|
|
366
|
-
"@justeattakeaway/pie-breadcrumb": "0.
|
|
367
|
-
"@justeattakeaway/pie-button": "
|
|
368
|
-
"@justeattakeaway/pie-card": "0.
|
|
369
|
-
"@justeattakeaway/pie-checkbox": "
|
|
370
|
-
"@justeattakeaway/pie-checkbox-group": "
|
|
371
|
-
"@justeattakeaway/pie-chip": "0.
|
|
372
|
-
"@justeattakeaway/pie-cookie-banner": "
|
|
373
|
-
"@justeattakeaway/pie-data-table": "0.0.0-snapshot-release-
|
|
374
|
-
"@justeattakeaway/pie-divider": "
|
|
375
|
-
"@justeattakeaway/pie-form-label": "0.
|
|
376
|
-
"@justeattakeaway/pie-icon-button": "
|
|
377
|
-
"@justeattakeaway/pie-link": "
|
|
378
|
-
"@justeattakeaway/pie-list": "0.0.
|
|
379
|
-
"@justeattakeaway/pie-lottie-player": "0.
|
|
380
|
-
"@justeattakeaway/pie-modal": "
|
|
381
|
-
"@justeattakeaway/pie-notification": "0.
|
|
382
|
-
"@justeattakeaway/pie-radio": "
|
|
383
|
-
"@justeattakeaway/pie-radio-group": "
|
|
384
|
-
"@justeattakeaway/pie-select": "0.
|
|
385
|
-
"@justeattakeaway/pie-spinner": "
|
|
386
|
-
"@justeattakeaway/pie-switch": "
|
|
387
|
-
"@justeattakeaway/pie-tabs": "0.
|
|
388
|
-
"@justeattakeaway/pie-tag": "0.
|
|
389
|
-
"@justeattakeaway/pie-text-input": "0.
|
|
390
|
-
"@justeattakeaway/pie-textarea": "0.
|
|
391
|
-
"@justeattakeaway/pie-thumbnail": "0.
|
|
392
|
-
"@justeattakeaway/pie-toast": "0.
|
|
393
|
-
"@justeattakeaway/pie-toast-provider": "0.
|
|
414
|
+
"@justeattakeaway/pie-assistive-text": "0.11.10",
|
|
415
|
+
"@justeattakeaway/pie-avatar": "0.4.11",
|
|
416
|
+
"@justeattakeaway/pie-breadcrumb": "0.7.13",
|
|
417
|
+
"@justeattakeaway/pie-button": "1.10.2",
|
|
418
|
+
"@justeattakeaway/pie-card": "0.26.9",
|
|
419
|
+
"@justeattakeaway/pie-checkbox": "1.0.3",
|
|
420
|
+
"@justeattakeaway/pie-checkbox-group": "1.0.3",
|
|
421
|
+
"@justeattakeaway/pie-chip": "0.15.7",
|
|
422
|
+
"@justeattakeaway/pie-cookie-banner": "1.6.40",
|
|
423
|
+
"@justeattakeaway/pie-data-table": "0.0.0-snapshot-release-20260121134449",
|
|
424
|
+
"@justeattakeaway/pie-divider": "1.5.7",
|
|
425
|
+
"@justeattakeaway/pie-form-label": "0.18.8",
|
|
426
|
+
"@justeattakeaway/pie-icon-button": "2.4.0",
|
|
427
|
+
"@justeattakeaway/pie-link": "1.3.8",
|
|
428
|
+
"@justeattakeaway/pie-list": "0.0.12",
|
|
429
|
+
"@justeattakeaway/pie-lottie-player": "0.3.2",
|
|
430
|
+
"@justeattakeaway/pie-modal": "1.22.3",
|
|
431
|
+
"@justeattakeaway/pie-notification": "0.21.2",
|
|
432
|
+
"@justeattakeaway/pie-radio": "1.0.2",
|
|
433
|
+
"@justeattakeaway/pie-radio-group": "1.0.3",
|
|
434
|
+
"@justeattakeaway/pie-select": "0.8.11",
|
|
435
|
+
"@justeattakeaway/pie-spinner": "1.3.7",
|
|
436
|
+
"@justeattakeaway/pie-switch": "2.3.10",
|
|
437
|
+
"@justeattakeaway/pie-tabs": "0.1.8",
|
|
438
|
+
"@justeattakeaway/pie-tag": "0.22.3",
|
|
439
|
+
"@justeattakeaway/pie-text-input": "0.29.11",
|
|
440
|
+
"@justeattakeaway/pie-textarea": "0.17.10",
|
|
441
|
+
"@justeattakeaway/pie-thumbnail": "0.8.13",
|
|
442
|
+
"@justeattakeaway/pie-toast": "0.12.16",
|
|
443
|
+
"@justeattakeaway/pie-toast-provider": "0.7.17"
|
|
394
444
|
},
|
|
395
445
|
"volta": {
|
|
396
446
|
"extends": "../../../package.json"
|