@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 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" | "error" | "success";
34
+ status: "default" | "success" | "error";
35
35
  _slottedChildren: Array<HTMLInputElement>;
36
36
  private _fieldset;
37
37
  private _abortController;
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ var k = Object.defineProperty, F = (h, e, t, i) => {
11
11
  };
12
12
  class _ extends m {
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
  F([
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" | "error" | "success";
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.0",
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.19.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.0",
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.0",
44
- "@justeattakeaway/pie-webc-core": "0.25.0"
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"
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
- }