@justeattakeaway/pie-radio-group 0.8.0 → 0.8.2
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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/react.d.ts +1 -1
- package/package.json +5 -5
- package/declaration.d.ts +0 -9
package/dist/index.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ export declare class PieRadioGroup extends PieRadioGroup_base implements RadioGr
|
|
|
31
31
|
isInline: boolean;
|
|
32
32
|
disabled: boolean;
|
|
33
33
|
assistiveText?: RadioGroupProps['assistiveText'];
|
|
34
|
-
status: "default" | "
|
|
34
|
+
status: "default" | "success" | "error";
|
|
35
35
|
_slottedChildren: Array<HTMLInputElement>;
|
|
36
36
|
private _fieldset;
|
|
37
37
|
private _abortController;
|
package/dist/index.js
CHANGED
package/dist/react.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ declare class PieRadioGroup_2 extends PieRadioGroup_base implements RadioGroupPr
|
|
|
34
34
|
isInline: boolean;
|
|
35
35
|
disabled: boolean;
|
|
36
36
|
assistiveText?: RadioGroupProps['assistiveText'];
|
|
37
|
-
status: "default" | "
|
|
37
|
+
status: "default" | "success" | "error";
|
|
38
38
|
_slottedChildren: Array<HTMLInputElement>;
|
|
39
39
|
private _fieldset;
|
|
40
40
|
private _abortController;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-radio-group",
|
|
3
3
|
"description": "PIE Design System Radio Group built using Web Components",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"license": "Apache-2.0",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
36
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
36
|
+
"@justeattakeaway/pie-components-config": "0.20.0",
|
|
37
37
|
"@justeattakeaway/pie-css": "0.16.0",
|
|
38
38
|
"@justeattakeaway/pie-monorepo-utils": "0.5.0",
|
|
39
|
-
"@justeattakeaway/pie-radio": "0.10.
|
|
39
|
+
"@justeattakeaway/pie-radio": "0.10.1",
|
|
40
40
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@justeattakeaway/pie-assistive-text": "0.9.
|
|
44
|
-
"@justeattakeaway/pie-webc-core": "0.25.
|
|
43
|
+
"@justeattakeaway/pie-assistive-text": "0.9.2",
|
|
44
|
+
"@justeattakeaway/pie-webc-core": "0.25.1"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../../package.json"
|