@justeattakeaway/pie-webc 0.5.11 → 0.5.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-checkbox-group';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-checkbox-group';
|
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.12",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"**/*.js",
|
|
@@ -187,6 +187,16 @@
|
|
|
187
187
|
"import": "./react/toast.js",
|
|
188
188
|
"require": "./react/toast.js",
|
|
189
189
|
"types": "./react/toast.d.ts"
|
|
190
|
+
},
|
|
191
|
+
"./components/checkbox-group.js": {
|
|
192
|
+
"import": "./components/checkbox-group.js",
|
|
193
|
+
"require": "./components/checkbox-group.js",
|
|
194
|
+
"types": "./components/checkbox-group.d.ts"
|
|
195
|
+
},
|
|
196
|
+
"./react/checkbox-group.js": {
|
|
197
|
+
"import": "./react/checkbox-group.js",
|
|
198
|
+
"require": "./react/checkbox-group.js",
|
|
199
|
+
"types": "./react/checkbox-group.d.ts"
|
|
190
200
|
}
|
|
191
201
|
},
|
|
192
202
|
"bin": {
|
|
@@ -207,24 +217,25 @@
|
|
|
207
217
|
"chalk": "5.3.0"
|
|
208
218
|
},
|
|
209
219
|
"dependencies": {
|
|
210
|
-
"@justeattakeaway/pie-assistive-text": "0.5.
|
|
211
|
-
"@justeattakeaway/pie-button": "0.47.
|
|
212
|
-
"@justeattakeaway/pie-card": "0.19.
|
|
213
|
-
"@justeattakeaway/pie-checkbox": "0.7.
|
|
214
|
-
"@justeattakeaway/pie-
|
|
215
|
-
"@justeattakeaway/pie-
|
|
216
|
-
"@justeattakeaway/pie-
|
|
217
|
-
"@justeattakeaway/pie-
|
|
218
|
-
"@justeattakeaway/pie-
|
|
219
|
-
"@justeattakeaway/pie-
|
|
220
|
-
"@justeattakeaway/pie-
|
|
221
|
-
"@justeattakeaway/pie-
|
|
222
|
-
"@justeattakeaway/pie-
|
|
223
|
-
"@justeattakeaway/pie-
|
|
224
|
-
"@justeattakeaway/pie-
|
|
225
|
-
"@justeattakeaway/pie-
|
|
226
|
-
"@justeattakeaway/pie-
|
|
227
|
-
"@justeattakeaway/pie-
|
|
220
|
+
"@justeattakeaway/pie-assistive-text": "0.5.1",
|
|
221
|
+
"@justeattakeaway/pie-button": "0.47.8",
|
|
222
|
+
"@justeattakeaway/pie-card": "0.19.7",
|
|
223
|
+
"@justeattakeaway/pie-checkbox": "0.7.1",
|
|
224
|
+
"@justeattakeaway/pie-checkbox-group": "0.1.0",
|
|
225
|
+
"@justeattakeaway/pie-chip": "0.7.1",
|
|
226
|
+
"@justeattakeaway/pie-cookie-banner": "0.21.0",
|
|
227
|
+
"@justeattakeaway/pie-divider": "0.13.7",
|
|
228
|
+
"@justeattakeaway/pie-form-label": "0.13.6",
|
|
229
|
+
"@justeattakeaway/pie-icon-button": "0.28.9",
|
|
230
|
+
"@justeattakeaway/pie-link": "0.17.7",
|
|
231
|
+
"@justeattakeaway/pie-modal": "0.43.4",
|
|
232
|
+
"@justeattakeaway/pie-notification": "0.9.3",
|
|
233
|
+
"@justeattakeaway/pie-spinner": "0.6.6",
|
|
234
|
+
"@justeattakeaway/pie-switch": "0.29.10",
|
|
235
|
+
"@justeattakeaway/pie-tag": "0.9.8",
|
|
236
|
+
"@justeattakeaway/pie-text-input": "0.23.1",
|
|
237
|
+
"@justeattakeaway/pie-textarea": "0.3.1",
|
|
238
|
+
"@justeattakeaway/pie-toast": "0.1.1"
|
|
228
239
|
},
|
|
229
240
|
"volta": {
|
|
230
241
|
"extends": "../../../package.json"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-checkbox-group/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-checkbox-group/dist/react.js';
|