@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.
Files changed (69) hide show
  1. package/components/card.d.ts +1 -0
  2. package/components/card.js +1 -0
  3. package/components/checkbox.d.ts +1 -0
  4. package/components/checkbox.js +1 -0
  5. package/components/chip.d.ts +1 -0
  6. package/components/chip.js +1 -0
  7. package/components/cookie-banner.d.ts +1 -0
  8. package/components/cookie-banner.js +1 -0
  9. package/components/divider.d.ts +1 -0
  10. package/components/divider.js +1 -0
  11. package/components/form-label.d.ts +1 -0
  12. package/components/form-label.js +1 -0
  13. package/components/icon-button.d.ts +1 -0
  14. package/components/icon-button.js +1 -0
  15. package/components/link.d.ts +1 -0
  16. package/components/link.js +1 -0
  17. package/components/modal.d.ts +1 -0
  18. package/components/modal.js +1 -0
  19. package/components/notification.d.ts +1 -0
  20. package/components/notification.js +1 -0
  21. package/components/spinner.d.ts +1 -0
  22. package/components/spinner.js +1 -0
  23. package/components/switch.d.ts +1 -0
  24. package/components/switch.js +1 -0
  25. package/components/tag.d.ts +1 -0
  26. package/components/tag.js +1 -0
  27. package/components/text-input.d.ts +1 -0
  28. package/components/text-input.js +1 -0
  29. package/components/textarea.d.ts +1 -0
  30. package/components/textarea.js +1 -0
  31. package/components/toast.d.ts +1 -0
  32. package/components/toast.js +1 -0
  33. package/package.json +18 -2
  34. package/react/assistive-text.d.ts +1 -1
  35. package/react/assistive-text.js +1 -1
  36. package/react/button.d.ts +1 -1
  37. package/react/button.js +1 -1
  38. package/react/card.d.ts +1 -0
  39. package/react/card.js +1 -0
  40. package/react/checkbox.d.ts +1 -0
  41. package/react/checkbox.js +1 -0
  42. package/react/chip.d.ts +1 -0
  43. package/react/chip.js +1 -0
  44. package/react/cookie-banner.d.ts +1 -0
  45. package/react/cookie-banner.js +1 -0
  46. package/react/divider.d.ts +1 -0
  47. package/react/divider.js +1 -0
  48. package/react/form-label.d.ts +1 -0
  49. package/react/form-label.js +1 -0
  50. package/react/icon-button.d.ts +1 -0
  51. package/react/icon-button.js +1 -0
  52. package/react/link.d.ts +1 -0
  53. package/react/link.js +1 -0
  54. package/react/modal.d.ts +1 -0
  55. package/react/modal.js +1 -0
  56. package/react/notification.d.ts +1 -0
  57. package/react/notification.js +1 -0
  58. package/react/spinner.d.ts +1 -0
  59. package/react/spinner.js +1 -0
  60. package/react/switch.d.ts +1 -0
  61. package/react/switch.js +1 -0
  62. package/react/tag.d.ts +1 -0
  63. package/react/tag.js +1 -0
  64. package/react/text-input.d.ts +1 -0
  65. package/react/text-input.js +1 -0
  66. package/react/textarea.d.ts +1 -0
  67. package/react/textarea.js +1 -0
  68. package/react/toast.d.ts +1 -0
  69. 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-20240614105127",
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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-spinner/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-switch/dist/react.js';
@@ -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';
@@ -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';