@justeattakeaway/pie-webc 0.0.0-snapshot-release-20240828140800 → 0.0.0-snapshot-release-20240829091047
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
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-20240829091047",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"**/*.js",
|
|
@@ -197,16 +197,6 @@
|
|
|
197
197
|
"import": "./react/checkbox-group.js",
|
|
198
198
|
"require": "./react/checkbox-group.js",
|
|
199
199
|
"types": "./react/checkbox-group.d.ts"
|
|
200
|
-
},
|
|
201
|
-
"./components/lottie-player.js": {
|
|
202
|
-
"import": "./components/lottie-player.js",
|
|
203
|
-
"require": "./components/lottie-player.js",
|
|
204
|
-
"types": "./components/lottie-player.d.ts"
|
|
205
|
-
},
|
|
206
|
-
"./react/lottie-player.js": {
|
|
207
|
-
"import": "./react/lottie-player.js",
|
|
208
|
-
"require": "./react/lottie-player.js",
|
|
209
|
-
"types": "./react/lottie-player.d.ts"
|
|
210
200
|
}
|
|
211
201
|
},
|
|
212
202
|
"bin": {
|
|
@@ -227,26 +217,25 @@
|
|
|
227
217
|
"chalk": "5.3.0"
|
|
228
218
|
},
|
|
229
219
|
"dependencies": {
|
|
230
|
-
"@justeattakeaway/pie-assistive-text": "0.
|
|
220
|
+
"@justeattakeaway/pie-assistive-text": "0.0.0-snapshot-release-20240829091047",
|
|
231
221
|
"@justeattakeaway/pie-button": "0.48.1",
|
|
232
222
|
"@justeattakeaway/pie-card": "0.19.8",
|
|
233
|
-
"@justeattakeaway/pie-checkbox": "0.
|
|
234
|
-
"@justeattakeaway/pie-checkbox-group": "0.
|
|
235
|
-
"@justeattakeaway/pie-chip": "0.
|
|
236
|
-
"@justeattakeaway/pie-cookie-banner": "0.
|
|
223
|
+
"@justeattakeaway/pie-checkbox": "0.0.0-snapshot-release-20240829091047",
|
|
224
|
+
"@justeattakeaway/pie-checkbox-group": "0.0.0-snapshot-release-20240829091047",
|
|
225
|
+
"@justeattakeaway/pie-chip": "0.0.0-snapshot-release-20240829091047",
|
|
226
|
+
"@justeattakeaway/pie-cookie-banner": "0.0.0-snapshot-release-20240829091047",
|
|
237
227
|
"@justeattakeaway/pie-divider": "0.13.9",
|
|
238
228
|
"@justeattakeaway/pie-form-label": "0.14.1",
|
|
239
|
-
"@justeattakeaway/pie-icon-button": "0.
|
|
229
|
+
"@justeattakeaway/pie-icon-button": "0.0.0-snapshot-release-20240829091047",
|
|
240
230
|
"@justeattakeaway/pie-link": "0.17.8",
|
|
241
|
-
"@justeattakeaway/pie-
|
|
242
|
-
"@justeattakeaway/pie-
|
|
243
|
-
"@justeattakeaway/pie-notification": "0.10.0",
|
|
231
|
+
"@justeattakeaway/pie-modal": "0.0.0-snapshot-release-20240829091047",
|
|
232
|
+
"@justeattakeaway/pie-notification": "0.0.0-snapshot-release-20240829091047",
|
|
244
233
|
"@justeattakeaway/pie-spinner": "0.6.7",
|
|
245
|
-
"@justeattakeaway/pie-switch": "0.
|
|
234
|
+
"@justeattakeaway/pie-switch": "0.0.0-snapshot-release-20240829091047",
|
|
246
235
|
"@justeattakeaway/pie-tag": "0.9.9",
|
|
247
|
-
"@justeattakeaway/pie-text-input": "0.
|
|
236
|
+
"@justeattakeaway/pie-text-input": "0.0.0-snapshot-release-20240829091047",
|
|
248
237
|
"@justeattakeaway/pie-textarea": "0.8.0",
|
|
249
|
-
"@justeattakeaway/pie-toast": "0.
|
|
238
|
+
"@justeattakeaway/pie-toast": "0.0.0-snapshot-release-20240829091047"
|
|
250
239
|
},
|
|
251
240
|
"volta": {
|
|
252
241
|
"extends": "../../../package.json"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-lottie-player';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-lottie-player';
|
package/react/lottie-player.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-lottie-player/dist/react.js';
|
package/react/lottie-player.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-lottie-player/dist/react.js';
|