@justeattakeaway/pie-checkbox-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
|
@@ -55,7 +55,7 @@ export declare class PieCheckboxGroup extends PieCheckboxGroup_base implements C
|
|
|
55
55
|
name: CheckboxGroupProps['name'];
|
|
56
56
|
assistiveText: CheckboxGroupProps['assistiveText'];
|
|
57
57
|
isInline: boolean;
|
|
58
|
-
status: "default" | "
|
|
58
|
+
status: "default" | "success" | "error";
|
|
59
59
|
disabled: boolean;
|
|
60
60
|
_slottedChildren: Array<HTMLElement>;
|
|
61
61
|
private _handleDisabled;
|
package/dist/index.js
CHANGED
package/dist/react.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ declare class PieCheckboxGroup_2 extends PieCheckboxGroup_base implements Checkb
|
|
|
58
58
|
name: CheckboxGroupProps['name'];
|
|
59
59
|
assistiveText: CheckboxGroupProps['assistiveText'];
|
|
60
60
|
isInline: boolean;
|
|
61
|
-
status: "default" | "
|
|
61
|
+
status: "default" | "success" | "error";
|
|
62
62
|
disabled: boolean;
|
|
63
63
|
_slottedChildren: Array<HTMLElement>;
|
|
64
64
|
private _handleDisabled;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-checkbox-group",
|
|
3
3
|
"description": "PIE Design System Checkbox Group built using Web Components",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
42
|
-
"@justeattakeaway/pie-checkbox": "0.15.
|
|
43
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
42
|
+
"@justeattakeaway/pie-checkbox": "0.15.2",
|
|
43
|
+
"@justeattakeaway/pie-components-config": "0.20.0",
|
|
44
44
|
"@justeattakeaway/pie-css": "0.16.0",
|
|
45
45
|
"@justeattakeaway/pie-monorepo-utils": "0.5.0",
|
|
46
46
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@justeattakeaway/pie-assistive-text": "0.9.
|
|
50
|
-
"@justeattakeaway/pie-webc-core": "0.25.
|
|
49
|
+
"@justeattakeaway/pie-assistive-text": "0.9.2",
|
|
50
|
+
"@justeattakeaway/pie-webc-core": "0.25.1"
|
|
51
51
|
},
|
|
52
52
|
"volta": {
|
|
53
53
|
"extends": "../../../package.json"
|