@justeattakeaway/pie-webc 0.5.28 → 0.5.30
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/radio.d.ts +1 -0
- package/components/radio.js +1 -0
- package/package.json +13 -12
- package/react/radio.d.ts +1 -0
- package/react/radio.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-radio';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-radio';
|
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.
|
|
4
|
+
"version": "0.5.30",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"**/*.js",
|
|
@@ -218,24 +218,25 @@
|
|
|
218
218
|
},
|
|
219
219
|
"dependencies": {
|
|
220
220
|
"@justeattakeaway/pie-assistive-text": "0.7.1",
|
|
221
|
-
"@justeattakeaway/pie-button": "0.49.
|
|
221
|
+
"@justeattakeaway/pie-button": "0.49.1",
|
|
222
222
|
"@justeattakeaway/pie-card": "0.19.8",
|
|
223
223
|
"@justeattakeaway/pie-checkbox": "0.12.3",
|
|
224
|
-
"@justeattakeaway/pie-checkbox-group": "0.
|
|
225
|
-
"@justeattakeaway/pie-chip": "0.8.
|
|
226
|
-
"@justeattakeaway/pie-cookie-banner": "0.26.
|
|
224
|
+
"@justeattakeaway/pie-checkbox-group": "0.7.0",
|
|
225
|
+
"@justeattakeaway/pie-chip": "0.8.2",
|
|
226
|
+
"@justeattakeaway/pie-cookie-banner": "0.26.4",
|
|
227
227
|
"@justeattakeaway/pie-divider": "0.14.0",
|
|
228
228
|
"@justeattakeaway/pie-form-label": "0.14.1",
|
|
229
|
-
"@justeattakeaway/pie-icon-button": "0.28.
|
|
230
|
-
"@justeattakeaway/pie-link": "0.
|
|
231
|
-
"@justeattakeaway/pie-modal": "0.46.
|
|
232
|
-
"@justeattakeaway/pie-notification": "0.10.
|
|
233
|
-
"@justeattakeaway/pie-
|
|
229
|
+
"@justeattakeaway/pie-icon-button": "0.28.12",
|
|
230
|
+
"@justeattakeaway/pie-link": "0.18.0",
|
|
231
|
+
"@justeattakeaway/pie-modal": "0.46.2",
|
|
232
|
+
"@justeattakeaway/pie-notification": "0.10.2",
|
|
233
|
+
"@justeattakeaway/pie-radio": "0.0.0",
|
|
234
|
+
"@justeattakeaway/pie-spinner": "0.7.0",
|
|
234
235
|
"@justeattakeaway/pie-switch": "0.30.1",
|
|
235
|
-
"@justeattakeaway/pie-tag": "0.
|
|
236
|
+
"@justeattakeaway/pie-tag": "0.10.0",
|
|
236
237
|
"@justeattakeaway/pie-text-input": "0.23.6",
|
|
237
238
|
"@justeattakeaway/pie-textarea": "0.9.0",
|
|
238
|
-
"@justeattakeaway/pie-toast": "0.3.
|
|
239
|
+
"@justeattakeaway/pie-toast": "0.3.3"
|
|
239
240
|
},
|
|
240
241
|
"volta": {
|
|
241
242
|
"extends": "../../../package.json"
|
package/react/radio.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-radio/dist/react.js';
|
package/react/radio.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-radio/dist/react.js';
|