@justeattakeaway/pie-webc 0.6.23 → 0.6.24
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 +13 -22
- 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.24",
|
|
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",
|
|
@@ -302,6 +292,7 @@
|
|
|
302
292
|
},
|
|
303
293
|
"dependencies": {
|
|
304
294
|
"@justeattakeaway/pie-assistive-text": "0.8.5",
|
|
295
|
+
"@justeattakeaway/pie-breadcrumb": "0.0.1",
|
|
305
296
|
"@justeattakeaway/pie-button": "1.4.0",
|
|
306
297
|
"@justeattakeaway/pie-card": "0.23.1",
|
|
307
298
|
"@justeattakeaway/pie-checkbox": "0.14.3",
|
|
@@ -317,7 +308,7 @@
|
|
|
317
308
|
"@justeattakeaway/pie-notification": "0.12.15",
|
|
318
309
|
"@justeattakeaway/pie-radio": "0.9.1",
|
|
319
310
|
"@justeattakeaway/pie-radio-group": "0.7.3",
|
|
320
|
-
"@justeattakeaway/pie-select": "0.
|
|
311
|
+
"@justeattakeaway/pie-select": "0.3.0",
|
|
321
312
|
"@justeattakeaway/pie-spinner": "1.0.1",
|
|
322
313
|
"@justeattakeaway/pie-switch": "1.2.2",
|
|
323
314
|
"@justeattakeaway/pie-tag": "0.15.0",
|
|
@@ -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';
|