@justeattakeaway/pie-webc 0.5.30 → 0.5.31
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-lottie-player';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-lottie-player';
|
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.5.
|
|
4
|
+
"version": "0.5.31",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"**/*.js",
|
|
@@ -197,6 +197,16 @@
|
|
|
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"
|
|
200
210
|
}
|
|
201
211
|
},
|
|
202
212
|
"bin": {
|
|
@@ -219,7 +229,7 @@
|
|
|
219
229
|
"dependencies": {
|
|
220
230
|
"@justeattakeaway/pie-assistive-text": "0.7.1",
|
|
221
231
|
"@justeattakeaway/pie-button": "0.49.1",
|
|
222
|
-
"@justeattakeaway/pie-card": "0.
|
|
232
|
+
"@justeattakeaway/pie-card": "0.20.0",
|
|
223
233
|
"@justeattakeaway/pie-checkbox": "0.12.3",
|
|
224
234
|
"@justeattakeaway/pie-checkbox-group": "0.7.0",
|
|
225
235
|
"@justeattakeaway/pie-chip": "0.8.2",
|
|
@@ -228,14 +238,15 @@
|
|
|
228
238
|
"@justeattakeaway/pie-form-label": "0.14.1",
|
|
229
239
|
"@justeattakeaway/pie-icon-button": "0.28.12",
|
|
230
240
|
"@justeattakeaway/pie-link": "0.18.0",
|
|
241
|
+
"@justeattakeaway/pie-lottie-player": "0.0.1",
|
|
231
242
|
"@justeattakeaway/pie-modal": "0.46.2",
|
|
232
243
|
"@justeattakeaway/pie-notification": "0.10.2",
|
|
233
244
|
"@justeattakeaway/pie-radio": "0.0.0",
|
|
234
245
|
"@justeattakeaway/pie-spinner": "0.7.0",
|
|
235
246
|
"@justeattakeaway/pie-switch": "0.30.1",
|
|
236
247
|
"@justeattakeaway/pie-tag": "0.10.0",
|
|
237
|
-
"@justeattakeaway/pie-text-input": "0.
|
|
238
|
-
"@justeattakeaway/pie-textarea": "0.
|
|
248
|
+
"@justeattakeaway/pie-text-input": "0.24.0",
|
|
249
|
+
"@justeattakeaway/pie-textarea": "0.10.0",
|
|
239
250
|
"@justeattakeaway/pie-toast": "0.3.3"
|
|
240
251
|
},
|
|
241
252
|
"volta": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-lottie-player/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-lottie-player/dist/react.js';
|