@justeattakeaway/pie-webc 0.0.0-snapshot-release-20250320234428 → 0.0.0-snapshot-release-20250321161631
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/components/option-group.d.ts +1 -0
- package/components/option-group.js +1 -0
- package/components/option.d.ts +1 -0
- package/components/option.js +1 -0
- package/components/select-option.d.ts +1 -0
- package/components/select-option.js +1 -0
- package/package.json +34 -3
- package/react/breadcrumb.d.ts +1 -0
- package/react/breadcrumb.js +1 -0
- package/react/option-group.d.ts +1 -0
- package/react/option-group.js +1 -0
- package/react/option.d.ts +1 -0
- package/react/option.js +1 -0
- package/react/select-option.d.ts +1 -0
- package/react/select-option.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-option-group/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-option-group/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-option/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-option/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-select-option/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-select-option/index.js';
|
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-20250321161631",
|
|
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,6 +164,26 @@
|
|
|
154
164
|
"require": "./react/notification.js",
|
|
155
165
|
"types": "./react/notification.d.ts"
|
|
156
166
|
},
|
|
167
|
+
"./components/option.js": {
|
|
168
|
+
"import": "./components/option.js",
|
|
169
|
+
"require": "./components/option.js",
|
|
170
|
+
"types": "./components/option.d.ts"
|
|
171
|
+
},
|
|
172
|
+
"./react/option.js": {
|
|
173
|
+
"import": "./react/option.js",
|
|
174
|
+
"require": "./react/option.js",
|
|
175
|
+
"types": "./react/option.d.ts"
|
|
176
|
+
},
|
|
177
|
+
"./components/option-group.js": {
|
|
178
|
+
"import": "./components/option-group.js",
|
|
179
|
+
"require": "./components/option-group.js",
|
|
180
|
+
"types": "./components/option-group.d.ts"
|
|
181
|
+
},
|
|
182
|
+
"./react/option-group.js": {
|
|
183
|
+
"import": "./react/option-group.js",
|
|
184
|
+
"require": "./react/option-group.js",
|
|
185
|
+
"types": "./react/option-group.d.ts"
|
|
186
|
+
},
|
|
157
187
|
"./components/radio.js": {
|
|
158
188
|
"import": "./components/radio.js",
|
|
159
189
|
"require": "./components/radio.js",
|
|
@@ -282,6 +312,7 @@
|
|
|
282
312
|
},
|
|
283
313
|
"dependencies": {
|
|
284
314
|
"@justeattakeaway/pie-assistive-text": "0.8.5",
|
|
315
|
+
"@justeattakeaway/pie-breadcrumb": "0.0.0",
|
|
285
316
|
"@justeattakeaway/pie-button": "1.4.0",
|
|
286
317
|
"@justeattakeaway/pie-card": "0.23.1",
|
|
287
318
|
"@justeattakeaway/pie-checkbox": "0.14.3",
|
|
@@ -297,12 +328,12 @@
|
|
|
297
328
|
"@justeattakeaway/pie-notification": "0.12.15",
|
|
298
329
|
"@justeattakeaway/pie-radio": "0.9.1",
|
|
299
330
|
"@justeattakeaway/pie-radio-group": "0.7.3",
|
|
300
|
-
"@justeattakeaway/pie-select": "0.
|
|
331
|
+
"@justeattakeaway/pie-select": "0.2.0",
|
|
301
332
|
"@justeattakeaway/pie-spinner": "1.0.1",
|
|
302
333
|
"@justeattakeaway/pie-switch": "1.2.2",
|
|
303
334
|
"@justeattakeaway/pie-tag": "0.15.0",
|
|
304
335
|
"@justeattakeaway/pie-text-input": "0.26.2",
|
|
305
|
-
"@justeattakeaway/pie-textarea": "0.
|
|
336
|
+
"@justeattakeaway/pie-textarea": "0.0.0-snapshot-release-20250321161631",
|
|
306
337
|
"@justeattakeaway/pie-thumbnail": "0.6.3",
|
|
307
338
|
"@justeattakeaway/pie-toast": "0.7.8",
|
|
308
339
|
"@justeattakeaway/pie-toast-provider": "0.2.8"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-breadcrumb/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-option-group/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-option-group/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-option/react.js';
|
package/react/option.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-option/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-select-option/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-select/dist/pie-select-option/react.js';
|