@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 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" | "error" | "success";
58
+ status: "default" | "success" | "error";
59
59
  disabled: boolean;
60
60
  _slottedChildren: Array<HTMLElement>;
61
61
  private _handleDisabled;
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ var S = Object.defineProperty, $ = (c, e, o, n) => {
11
11
  };
12
12
  class f extends g {
13
13
  constructor() {
14
- super(...arguments), this.v = "0.8.0";
14
+ super(...arguments), this.v = "0.8.2";
15
15
  }
16
16
  }
17
17
  $([
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" | "error" | "success";
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.0",
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.0",
43
- "@justeattakeaway/pie-components-config": "0.19.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.0",
50
- "@justeattakeaway/pie-webc-core": "0.25.0"
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"
package/declaration.d.ts DELETED
@@ -1,9 +0,0 @@
1
- declare module '*.scss' {
2
- const content: Record<string, string>;
3
- export default content;
4
- }
5
-
6
- declare module '*.scss?inline' {
7
- const content: Record<string, string>;
8
- export default content;
9
- }