@justeattakeaway/pie-webc 0.0.0-snapshot-release-20240614105127 → 0.0.0-snapshot-release-20240614124349
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/card.d.ts +1 -0
- package/components/card.js +1 -0
- package/components/checkbox.d.ts +1 -0
- package/components/checkbox.js +1 -0
- package/components/chip.d.ts +1 -0
- package/components/chip.js +1 -0
- package/components/cookie-banner.d.ts +1 -0
- package/components/cookie-banner.js +1 -0
- package/components/divider.d.ts +1 -0
- package/components/divider.js +1 -0
- package/components/form-label.d.ts +1 -0
- package/components/form-label.js +1 -0
- package/components/icon-button.d.ts +1 -0
- package/components/icon-button.js +1 -0
- package/components/link.d.ts +1 -0
- package/components/link.js +1 -0
- package/components/modal.d.ts +1 -0
- package/components/modal.js +1 -0
- package/components/notification.d.ts +1 -0
- package/components/notification.js +1 -0
- package/components/spinner.d.ts +1 -0
- package/components/spinner.js +1 -0
- package/components/switch.d.ts +1 -0
- package/components/switch.js +1 -0
- package/components/tag.d.ts +1 -0
- package/components/tag.js +1 -0
- package/components/text-input.d.ts +1 -0
- package/components/text-input.js +1 -0
- package/components/textarea.d.ts +1 -0
- package/components/textarea.js +1 -0
- package/components/toast.d.ts +1 -0
- package/components/toast.js +1 -0
- package/package.json +18 -2
- package/react/assistive-text.d.ts +1 -1
- package/react/assistive-text.js +1 -1
- package/react/button.d.ts +1 -1
- package/react/button.js +1 -1
- package/react/card.d.ts +1 -0
- package/react/card.js +1 -0
- package/react/checkbox.d.ts +1 -0
- package/react/checkbox.js +1 -0
- package/react/chip.d.ts +1 -0
- package/react/chip.js +1 -0
- package/react/cookie-banner.d.ts +1 -0
- package/react/cookie-banner.js +1 -0
- package/react/divider.d.ts +1 -0
- package/react/divider.js +1 -0
- package/react/form-label.d.ts +1 -0
- package/react/form-label.js +1 -0
- package/react/icon-button.d.ts +1 -0
- package/react/icon-button.js +1 -0
- package/react/link.d.ts +1 -0
- package/react/link.js +1 -0
- package/react/modal.d.ts +1 -0
- package/react/modal.js +1 -0
- package/react/notification.d.ts +1 -0
- package/react/notification.js +1 -0
- package/react/spinner.d.ts +1 -0
- package/react/spinner.js +1 -0
- package/react/switch.d.ts +1 -0
- package/react/switch.js +1 -0
- package/react/tag.d.ts +1 -0
- package/react/tag.js +1 -0
- package/react/text-input.d.ts +1 -0
- package/react/text-input.js +1 -0
- package/react/textarea.d.ts +1 -0
- package/react/textarea.js +1 -0
- package/react/toast.d.ts +1 -0
- package/react/toast.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-card';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-card';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-checkbox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-checkbox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-chip';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-chip';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-cookie-banner';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-cookie-banner';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-divider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-divider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-form-label';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-form-label';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-icon-button';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-icon-button';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-link';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-link';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-modal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-modal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-notification';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-notification';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-spinner';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-spinner';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-switch';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-switch';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-tag';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-tag';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-text-input';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-text-input';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-textarea';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-textarea';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-toast';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-toast';
|
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-20240614124349",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"components",
|
|
@@ -27,7 +27,23 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@justeattakeaway/pie-assistive-text": "0.4.1",
|
|
30
|
-
"@justeattakeaway/pie-button": "0.47.6"
|
|
30
|
+
"@justeattakeaway/pie-button": "0.47.6",
|
|
31
|
+
"@justeattakeaway/pie-card": "0.19.5",
|
|
32
|
+
"@justeattakeaway/pie-checkbox": "0.5.0",
|
|
33
|
+
"@justeattakeaway/pie-chip": "0.6.4",
|
|
34
|
+
"@justeattakeaway/pie-cookie-banner": "0.20.2",
|
|
35
|
+
"@justeattakeaway/pie-divider": "0.13.5",
|
|
36
|
+
"@justeattakeaway/pie-form-label": "0.13.5",
|
|
37
|
+
"@justeattakeaway/pie-icon-button": "0.28.7",
|
|
38
|
+
"@justeattakeaway/pie-link": "0.17.5",
|
|
39
|
+
"@justeattakeaway/pie-modal": "0.43.0",
|
|
40
|
+
"@justeattakeaway/pie-notification": "0.9.1",
|
|
41
|
+
"@justeattakeaway/pie-spinner": "0.6.5",
|
|
42
|
+
"@justeattakeaway/pie-switch": "0.29.8",
|
|
43
|
+
"@justeattakeaway/pie-tag": "0.9.6",
|
|
44
|
+
"@justeattakeaway/pie-text-input": "0.22.2",
|
|
45
|
+
"@justeattakeaway/pie-textarea": "0.0.0",
|
|
46
|
+
"@justeattakeaway/pie-toast": "0.0.0"
|
|
31
47
|
},
|
|
32
48
|
"volta": {
|
|
33
49
|
"extends": "../../../package.json"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-assistive-text/dist/react';
|
|
1
|
+
export * from '@justeattakeaway/pie-assistive-text/dist/react.js';
|
package/react/assistive-text.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-assistive-text/dist/react';
|
|
1
|
+
export * from '@justeattakeaway/pie-assistive-text/dist/react.js';
|
package/react/button.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-button/dist/react';
|
|
1
|
+
export * from '@justeattakeaway/pie-button/dist/react.js';
|
package/react/button.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@justeattakeaway/pie-button/dist/react';
|
|
1
|
+
export * from '@justeattakeaway/pie-button/dist/react.js';
|
package/react/card.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-card/dist/react.js';
|
package/react/card.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-card/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-checkbox/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-checkbox/dist/react.js';
|
package/react/chip.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-chip/dist/react.js';
|
package/react/chip.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-chip/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-cookie-banner/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-cookie-banner/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-divider/dist/react.js';
|
package/react/divider.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-divider/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-form-label/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-form-label/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-icon-button/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-icon-button/dist/react.js';
|
package/react/link.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-link/dist/react.js';
|
package/react/link.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-link/dist/react.js';
|
package/react/modal.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-modal/dist/react.js';
|
package/react/modal.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-modal/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-notification/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-notification/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-spinner/dist/react.js';
|
package/react/spinner.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-spinner/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-switch/dist/react.js';
|
package/react/switch.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-switch/dist/react.js';
|
package/react/tag.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-tag/dist/react.js';
|
package/react/tag.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-tag/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-text-input/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-text-input/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-textarea/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-textarea/dist/react.js';
|
package/react/toast.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-toast/dist/react.js';
|
package/react/toast.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-toast/dist/react.js';
|