@justeattakeaway/pie-webc 0.6.10 → 0.6.12

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-select';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-select';
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.10",
4
+ "version": "0.6.12",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "**/*.js",
@@ -168,6 +168,16 @@
168
168
  "require": "./react/radio-group.js",
169
169
  "types": "./react/radio-group.d.ts"
170
170
  },
171
+ "./components/select.js": {
172
+ "import": "./components/select.js",
173
+ "require": "./components/select.js",
174
+ "types": "./components/select.d.ts"
175
+ },
176
+ "./react/select.js": {
177
+ "import": "./react/select.js",
178
+ "require": "./react/select.js",
179
+ "types": "./react/select.d.ts"
180
+ },
171
181
  "./components/spinner.js": {
172
182
  "import": "./components/spinner.js",
173
183
  "require": "./components/spinner.js",
@@ -265,30 +275,31 @@
265
275
  "chalk": "5.3.0"
266
276
  },
267
277
  "dependencies": {
268
- "@justeattakeaway/pie-assistive-text": "0.8.2",
278
+ "@justeattakeaway/pie-assistive-text": "0.8.4",
269
279
  "@justeattakeaway/pie-button": "1.2.0",
270
280
  "@justeattakeaway/pie-card": "0.22.0",
271
- "@justeattakeaway/pie-checkbox": "0.13.8",
272
- "@justeattakeaway/pie-checkbox-group": "0.7.8",
273
- "@justeattakeaway/pie-chip": "0.9.5",
274
- "@justeattakeaway/pie-cookie-banner": "1.2.6",
281
+ "@justeattakeaway/pie-checkbox": "0.13.10",
282
+ "@justeattakeaway/pie-checkbox-group": "0.7.10",
283
+ "@justeattakeaway/pie-chip": "0.9.7",
284
+ "@justeattakeaway/pie-cookie-banner": "1.2.8",
275
285
  "@justeattakeaway/pie-divider": "1.2.0",
276
286
  "@justeattakeaway/pie-form-label": "0.14.4",
277
- "@justeattakeaway/pie-icon-button": "1.2.0",
287
+ "@justeattakeaway/pie-icon-button": "1.2.2",
278
288
  "@justeattakeaway/pie-link": "1.0.0",
279
289
  "@justeattakeaway/pie-lottie-player": "0.0.5",
280
- "@justeattakeaway/pie-modal": "1.3.0",
281
- "@justeattakeaway/pie-notification": "0.12.10",
282
- "@justeattakeaway/pie-radio": "0.8.0",
283
- "@justeattakeaway/pie-radio-group": "0.7.0",
290
+ "@justeattakeaway/pie-modal": "1.3.2",
291
+ "@justeattakeaway/pie-notification": "0.12.12",
292
+ "@justeattakeaway/pie-radio": "0.8.1",
293
+ "@justeattakeaway/pie-radio-group": "0.7.2",
294
+ "@justeattakeaway/pie-select": "0.0.1",
284
295
  "@justeattakeaway/pie-spinner": "1.0.0",
285
- "@justeattakeaway/pie-switch": "1.1.0",
296
+ "@justeattakeaway/pie-switch": "1.1.2",
286
297
  "@justeattakeaway/pie-tag": "0.13.0",
287
- "@justeattakeaway/pie-text-input": "0.25.1",
288
- "@justeattakeaway/pie-textarea": "0.13.2",
289
- "@justeattakeaway/pie-thumbnail": "0.6.1",
290
- "@justeattakeaway/pie-toast": "0.7.2",
291
- "@justeattakeaway/pie-toast-provider": "0.2.2"
298
+ "@justeattakeaway/pie-text-input": "0.25.3",
299
+ "@justeattakeaway/pie-textarea": "0.13.4",
300
+ "@justeattakeaway/pie-thumbnail": "0.6.2",
301
+ "@justeattakeaway/pie-toast": "0.7.4",
302
+ "@justeattakeaway/pie-toast-provider": "0.2.4"
292
303
  },
293
304
  "volta": {
294
305
  "extends": "../../../package.json"
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-select/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-select/dist/react.js';