@justeattakeaway/pie-webc 0.6.23 → 0.6.25
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/breadcrumb.d.ts +1 -0
- package/components/breadcrumb.js +1 -0
- package/package.json +38 -47
- package/react/breadcrumb.d.ts +1 -0
- package/react/breadcrumb.js +1 -0
- package/components/option-group.d.ts +0 -1
- package/components/option-group.js +0 -1
- package/components/option.d.ts +0 -1
- package/components/option.js +0 -1
- package/components/select-option.d.ts +0 -1
- package/components/select-option.js +0 -1
- package/react/option-group.d.ts +0 -1
- package/react/option-group.js +0 -1
- package/react/option.d.ts +0 -1
- package/react/option.js +0 -1
- package/react/select-option.d.ts +0 -1
- package/react/select-option.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb';
|
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.6.
|
|
4
|
+
"version": "0.6.25",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -24,6 +24,16 @@
|
|
|
24
24
|
"require": "./react/assistive-text.js",
|
|
25
25
|
"types": "./react/assistive-text.d.ts"
|
|
26
26
|
},
|
|
27
|
+
"./components/breadcrumb.js": {
|
|
28
|
+
"import": "./components/breadcrumb.js",
|
|
29
|
+
"require": "./components/breadcrumb.js",
|
|
30
|
+
"types": "./components/breadcrumb.d.ts"
|
|
31
|
+
},
|
|
32
|
+
"./react/breadcrumb.js": {
|
|
33
|
+
"import": "./react/breadcrumb.js",
|
|
34
|
+
"require": "./react/breadcrumb.js",
|
|
35
|
+
"types": "./react/breadcrumb.d.ts"
|
|
36
|
+
},
|
|
27
37
|
"./components/button.js": {
|
|
28
38
|
"import": "./components/button.js",
|
|
29
39
|
"require": "./components/button.js",
|
|
@@ -154,26 +164,6 @@
|
|
|
154
164
|
"require": "./react/notification.js",
|
|
155
165
|
"types": "./react/notification.d.ts"
|
|
156
166
|
},
|
|
157
|
-
"./components/option.js": {
|
|
158
|
-
"import": "./components/option.js",
|
|
159
|
-
"require": "./components/option.js",
|
|
160
|
-
"types": "./components/option.d.ts"
|
|
161
|
-
},
|
|
162
|
-
"./react/option.js": {
|
|
163
|
-
"import": "./react/option.js",
|
|
164
|
-
"require": "./react/option.js",
|
|
165
|
-
"types": "./react/option.d.ts"
|
|
166
|
-
},
|
|
167
|
-
"./components/option-group.js": {
|
|
168
|
-
"import": "./components/option-group.js",
|
|
169
|
-
"require": "./components/option-group.js",
|
|
170
|
-
"types": "./components/option-group.d.ts"
|
|
171
|
-
},
|
|
172
|
-
"./react/option-group.js": {
|
|
173
|
-
"import": "./react/option-group.js",
|
|
174
|
-
"require": "./react/option-group.js",
|
|
175
|
-
"types": "./react/option-group.d.ts"
|
|
176
|
-
},
|
|
177
167
|
"./components/radio.js": {
|
|
178
168
|
"import": "./components/radio.js",
|
|
179
169
|
"require": "./components/radio.js",
|
|
@@ -297,35 +287,36 @@
|
|
|
297
287
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
298
288
|
"license": "Apache-2.0",
|
|
299
289
|
"devDependencies": {
|
|
300
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
290
|
+
"@justeattakeaway/pie-components-config": "0.19.0",
|
|
301
291
|
"chalk": "5.3.0"
|
|
302
292
|
},
|
|
303
293
|
"dependencies": {
|
|
304
|
-
"@justeattakeaway/pie-assistive-text": "0.
|
|
305
|
-
"@justeattakeaway/pie-
|
|
306
|
-
"@justeattakeaway/pie-
|
|
307
|
-
"@justeattakeaway/pie-
|
|
308
|
-
"@justeattakeaway/pie-checkbox
|
|
309
|
-
"@justeattakeaway/pie-
|
|
310
|
-
"@justeattakeaway/pie-
|
|
311
|
-
"@justeattakeaway/pie-
|
|
312
|
-
"@justeattakeaway/pie-
|
|
313
|
-
"@justeattakeaway/pie-
|
|
314
|
-
"@justeattakeaway/pie-
|
|
315
|
-
"@justeattakeaway/pie-
|
|
316
|
-
"@justeattakeaway/pie-
|
|
317
|
-
"@justeattakeaway/pie-
|
|
318
|
-
"@justeattakeaway/pie-
|
|
319
|
-
"@justeattakeaway/pie-radio
|
|
320
|
-
"@justeattakeaway/pie-
|
|
321
|
-
"@justeattakeaway/pie-
|
|
322
|
-
"@justeattakeaway/pie-
|
|
323
|
-
"@justeattakeaway/pie-
|
|
324
|
-
"@justeattakeaway/pie-
|
|
325
|
-
"@justeattakeaway/pie-
|
|
326
|
-
"@justeattakeaway/pie-
|
|
327
|
-
"@justeattakeaway/pie-
|
|
328
|
-
"@justeattakeaway/pie-toast
|
|
294
|
+
"@justeattakeaway/pie-assistive-text": "0.9.0",
|
|
295
|
+
"@justeattakeaway/pie-breadcrumb": "0.1.0",
|
|
296
|
+
"@justeattakeaway/pie-button": "1.5.0",
|
|
297
|
+
"@justeattakeaway/pie-card": "0.24.0",
|
|
298
|
+
"@justeattakeaway/pie-checkbox": "0.15.0",
|
|
299
|
+
"@justeattakeaway/pie-checkbox-group": "0.8.0",
|
|
300
|
+
"@justeattakeaway/pie-chip": "0.11.0",
|
|
301
|
+
"@justeattakeaway/pie-cookie-banner": "1.5.0",
|
|
302
|
+
"@justeattakeaway/pie-divider": "1.3.0",
|
|
303
|
+
"@justeattakeaway/pie-form-label": "0.15.0",
|
|
304
|
+
"@justeattakeaway/pie-icon-button": "1.4.0",
|
|
305
|
+
"@justeattakeaway/pie-link": "1.1.0",
|
|
306
|
+
"@justeattakeaway/pie-lottie-player": "0.1.0",
|
|
307
|
+
"@justeattakeaway/pie-modal": "1.5.0",
|
|
308
|
+
"@justeattakeaway/pie-notification": "0.13.0",
|
|
309
|
+
"@justeattakeaway/pie-radio": "0.10.0",
|
|
310
|
+
"@justeattakeaway/pie-radio-group": "0.8.0",
|
|
311
|
+
"@justeattakeaway/pie-select": "0.4.0",
|
|
312
|
+
"@justeattakeaway/pie-spinner": "1.1.0",
|
|
313
|
+
"@justeattakeaway/pie-switch": "1.3.0",
|
|
314
|
+
"@justeattakeaway/pie-tag": "0.16.0",
|
|
315
|
+
"@justeattakeaway/pie-text-input": "0.27.0",
|
|
316
|
+
"@justeattakeaway/pie-textarea": "0.15.0",
|
|
317
|
+
"@justeattakeaway/pie-thumbnail": "0.7.0",
|
|
318
|
+
"@justeattakeaway/pie-toast": "0.8.0",
|
|
319
|
+
"@justeattakeaway/pie-toast-provider": "0.3.0"
|
|
329
320
|
},
|
|
330
321
|
"volta": {
|
|
331
322
|
"extends": "../../../package.json"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb/dist/react.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-option-group/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-option-group/index.js';
|
package/components/option.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-option/index.js';
|
package/components/option.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-option/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-select-option/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-select-option/index.js';
|
package/react/option-group.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-option-group/react.js';
|
package/react/option-group.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-option-group/react.js';
|
package/react/option.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-option/react.js';
|
package/react/option.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-option/react.js';
|
package/react/select-option.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-select-option/react.js';
|
package/react/select-option.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-select/dist/pie-select-option/react.js';
|