@justeattakeaway/pie-webc 0.5.6 → 0.5.8

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.
@@ -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.5.6",
4
+ "version": "0.5.8",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "**/*.js",
@@ -167,6 +167,26 @@
167
167
  "import": "./react/text-input.js",
168
168
  "require": "./react/text-input.js",
169
169
  "types": "./react/text-input.d.ts"
170
+ },
171
+ "./components/textarea.js": {
172
+ "import": "./components/textarea.js",
173
+ "require": "./components/textarea.js",
174
+ "types": "./components/textarea.d.ts"
175
+ },
176
+ "./react/textarea.js": {
177
+ "import": "./react/textarea.js",
178
+ "require": "./react/textarea.js",
179
+ "types": "./react/textarea.d.ts"
180
+ },
181
+ "./components/toast.js": {
182
+ "import": "./components/toast.js",
183
+ "require": "./components/toast.js",
184
+ "types": "./components/toast.d.ts"
185
+ },
186
+ "./react/toast.js": {
187
+ "import": "./react/toast.js",
188
+ "require": "./react/toast.js",
189
+ "types": "./react/toast.d.ts"
170
190
  }
171
191
  },
172
192
  "bin": {
@@ -187,22 +207,24 @@
187
207
  "chalk": "5.3.0"
188
208
  },
189
209
  "dependencies": {
190
- "@justeattakeaway/pie-assistive-text": "0.4.1",
210
+ "@justeattakeaway/pie-assistive-text": "0.5.0",
191
211
  "@justeattakeaway/pie-button": "0.47.6",
192
212
  "@justeattakeaway/pie-card": "0.19.5",
193
- "@justeattakeaway/pie-checkbox": "0.5.0",
213
+ "@justeattakeaway/pie-checkbox": "0.6.0",
194
214
  "@justeattakeaway/pie-chip": "0.6.4",
195
- "@justeattakeaway/pie-cookie-banner": "0.20.2",
215
+ "@justeattakeaway/pie-cookie-banner": "0.20.3",
196
216
  "@justeattakeaway/pie-divider": "0.13.5",
197
217
  "@justeattakeaway/pie-form-label": "0.13.5",
198
218
  "@justeattakeaway/pie-icon-button": "0.28.7",
199
219
  "@justeattakeaway/pie-link": "0.17.5",
200
- "@justeattakeaway/pie-modal": "0.43.0",
220
+ "@justeattakeaway/pie-modal": "0.43.1",
201
221
  "@justeattakeaway/pie-notification": "0.9.1",
202
222
  "@justeattakeaway/pie-spinner": "0.6.5",
203
223
  "@justeattakeaway/pie-switch": "0.29.8",
204
224
  "@justeattakeaway/pie-tag": "0.9.6",
205
- "@justeattakeaway/pie-text-input": "0.22.2"
225
+ "@justeattakeaway/pie-text-input": "0.23.0",
226
+ "@justeattakeaway/pie-textarea": "0.1.0",
227
+ "@justeattakeaway/pie-toast": "0.1.0"
206
228
  },
207
229
  "volta": {
208
230
  "extends": "../../../package.json"
@@ -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';