@justeattakeaway/pie-webc 0.0.0-snapshot-release-20251014131309 → 0.0.0-snapshot-release-20251029085933
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/package.json +31 -91
- package/components/data-table-body.d.ts +0 -1
- package/components/data-table-body.js +0 -1
- package/components/data-table-cell.d.ts +0 -1
- package/components/data-table-cell.js +0 -1
- package/components/data-table-contents.d.ts +0 -1
- package/components/data-table-contents.js +0 -1
- package/components/data-table-head.d.ts +0 -1
- package/components/data-table-head.js +0 -1
- package/components/data-table-header.d.ts +0 -1
- package/components/data-table-header.js +0 -1
- package/components/data-table-row.d.ts +0 -1
- package/components/data-table-row.js +0 -1
- package/react/data-table-header.d.ts +0 -1
- package/react/data-table-header.js +0 -1
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-20251029085933",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -124,66 +124,6 @@
|
|
|
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
|
-
},
|
|
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
|
-
},
|
|
187
127
|
"./components/divider.js": {
|
|
188
128
|
"import": "./components/divider.js",
|
|
189
129
|
"require": "./components/divider.js",
|
|
@@ -411,36 +351,36 @@
|
|
|
411
351
|
"chalk": "5.3.0"
|
|
412
352
|
},
|
|
413
353
|
"dependencies": {
|
|
414
|
-
"@justeattakeaway/pie-assistive-text": "0.11.
|
|
415
|
-
"@justeattakeaway/pie-avatar": "0.4.
|
|
416
|
-
"@justeattakeaway/pie-breadcrumb": "0.7.
|
|
417
|
-
"@justeattakeaway/pie-button": "1.
|
|
418
|
-
"@justeattakeaway/pie-card": "0.26.
|
|
419
|
-
"@justeattakeaway/pie-checkbox": "0.18.
|
|
420
|
-
"@justeattakeaway/pie-checkbox-group": "0.9.
|
|
421
|
-
"@justeattakeaway/pie-chip": "0.
|
|
422
|
-
"@justeattakeaway/pie-cookie-banner": "1.6.
|
|
423
|
-
"@justeattakeaway/pie-data-table": "0.
|
|
424
|
-
"@justeattakeaway/pie-divider": "1.5.
|
|
425
|
-
"@justeattakeaway/pie-form-label": "0.18.
|
|
426
|
-
"@justeattakeaway/pie-icon-button": "2.
|
|
427
|
-
"@justeattakeaway/pie-link": "1.
|
|
428
|
-
"@justeattakeaway/pie-list": "0.0.
|
|
429
|
-
"@justeattakeaway/pie-lottie-player": "0.2.
|
|
430
|
-
"@justeattakeaway/pie-modal": "1.
|
|
431
|
-
"@justeattakeaway/pie-notification": "0.
|
|
432
|
-
"@justeattakeaway/pie-radio": "0.12.
|
|
433
|
-
"@justeattakeaway/pie-radio-group": "0.9.
|
|
434
|
-
"@justeattakeaway/pie-select": "0.8.
|
|
435
|
-
"@justeattakeaway/pie-spinner": "1.3.
|
|
436
|
-
"@justeattakeaway/pie-switch": "2.3.
|
|
437
|
-
"@justeattakeaway/pie-tabs": "0.1.
|
|
438
|
-
"@justeattakeaway/pie-tag": "0.
|
|
439
|
-
"@justeattakeaway/pie-text-input": "0.29.
|
|
440
|
-
"@justeattakeaway/pie-textarea": "0.17.
|
|
441
|
-
"@justeattakeaway/pie-thumbnail": "0.8.
|
|
442
|
-
"@justeattakeaway/pie-toast": "0.12.
|
|
443
|
-
"@justeattakeaway/pie-toast-provider": "0.7.
|
|
354
|
+
"@justeattakeaway/pie-assistive-text": "0.11.4",
|
|
355
|
+
"@justeattakeaway/pie-avatar": "0.4.5",
|
|
356
|
+
"@justeattakeaway/pie-breadcrumb": "0.7.6",
|
|
357
|
+
"@justeattakeaway/pie-button": "1.9.2",
|
|
358
|
+
"@justeattakeaway/pie-card": "0.26.5",
|
|
359
|
+
"@justeattakeaway/pie-checkbox": "0.18.4",
|
|
360
|
+
"@justeattakeaway/pie-checkbox-group": "0.9.16",
|
|
361
|
+
"@justeattakeaway/pie-chip": "0.15.0",
|
|
362
|
+
"@justeattakeaway/pie-cookie-banner": "1.6.29",
|
|
363
|
+
"@justeattakeaway/pie-data-table": "0.1.5",
|
|
364
|
+
"@justeattakeaway/pie-divider": "1.5.3",
|
|
365
|
+
"@justeattakeaway/pie-form-label": "0.18.3",
|
|
366
|
+
"@justeattakeaway/pie-icon-button": "2.3.0",
|
|
367
|
+
"@justeattakeaway/pie-link": "1.3.1",
|
|
368
|
+
"@justeattakeaway/pie-list": "0.0.8",
|
|
369
|
+
"@justeattakeaway/pie-lottie-player": "0.2.9",
|
|
370
|
+
"@justeattakeaway/pie-modal": "1.17.5",
|
|
371
|
+
"@justeattakeaway/pie-notification": "0.20.0",
|
|
372
|
+
"@justeattakeaway/pie-radio": "0.12.3",
|
|
373
|
+
"@justeattakeaway/pie-radio-group": "0.9.19",
|
|
374
|
+
"@justeattakeaway/pie-select": "0.8.5",
|
|
375
|
+
"@justeattakeaway/pie-spinner": "1.3.3",
|
|
376
|
+
"@justeattakeaway/pie-switch": "2.3.4",
|
|
377
|
+
"@justeattakeaway/pie-tabs": "0.1.4",
|
|
378
|
+
"@justeattakeaway/pie-tag": "0.0.0-snapshot-release-20251029085933",
|
|
379
|
+
"@justeattakeaway/pie-text-input": "0.29.5",
|
|
380
|
+
"@justeattakeaway/pie-textarea": "0.17.4",
|
|
381
|
+
"@justeattakeaway/pie-thumbnail": "0.8.9",
|
|
382
|
+
"@justeattakeaway/pie-toast": "0.12.9",
|
|
383
|
+
"@justeattakeaway/pie-toast-provider": "0.7.10"
|
|
444
384
|
},
|
|
445
385
|
"volta": {
|
|
446
386
|
"extends": "../../../package.json"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-body/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-body/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-cell/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-cell/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-contents/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-contents/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-head/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-head/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-header/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-header/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-row/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-row/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-header/react.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-data-table/dist/pie-data-table-header/react.js';
|