@justeattakeaway/pie-checkbox 0.15.0 → 0.15.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
@@ -72,7 +72,7 @@ export declare class PieCheckbox extends PieCheckbox_base implements CheckboxPro
72
72
  indeterminate: boolean;
73
73
  private _checkbox;
74
74
  assistiveText: CheckboxProps['assistiveText'];
75
- status: "default" | "error" | "success";
75
+ status: "default" | "success" | "error";
76
76
  private _abortController;
77
77
  connectedCallback(): void;
78
78
  disconnectedCallback(): void;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { LitElement as f, html as p, nothing as F, unsafeCSS as P } from "lit";
1
+ import { LitElement as f, nothing as F, html as p, unsafeCSS as P } from "lit";
2
2
  import { property as i, state as y, query as S } from "lit/decorators.js";
3
3
  import { classMap as u } from "lit/directives/class-map.js";
4
4
  import { ifDefined as g } from "lit/directives/if-defined.js";
@@ -12,7 +12,7 @@ var R = Object.defineProperty, L = (s, c, r, d) => {
12
12
  };
13
13
  class w extends f {
14
14
  constructor() {
15
- super(...arguments), this.v = "0.15.0";
15
+ super(...arguments), this.v = "0.15.2";
16
16
  }
17
17
  }
18
18
  L([
package/dist/react.d.ts CHANGED
@@ -75,7 +75,7 @@ declare class PieCheckbox_2 extends PieCheckbox_base implements CheckboxProps {
75
75
  indeterminate: boolean;
76
76
  private _checkbox;
77
77
  assistiveText: CheckboxProps['assistiveText'];
78
- status: "default" | "error" | "success";
78
+ status: "default" | "success" | "error";
79
79
  private _abortController;
80
80
  connectedCallback(): void;
81
81
  disconnectedCallback(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-checkbox",
3
3
  "description": "PIE Design System Checkbox built using Web Components",
4
- "version": "0.15.0",
4
+ "version": "0.15.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -39,14 +39,14 @@
39
39
  "license": "Apache-2.0",
40
40
  "devDependencies": {
41
41
  "@custom-elements-manifest/analyzer": "0.9.0",
42
- "@justeattakeaway/pie-components-config": "0.19.0",
42
+ "@justeattakeaway/pie-components-config": "0.20.0",
43
43
  "@justeattakeaway/pie-css": "0.16.0",
44
44
  "@justeattakeaway/pie-monorepo-utils": "0.5.0",
45
45
  "cem-plugin-module-file-extensions": "0.0.5"
46
46
  },
47
47
  "dependencies": {
48
- "@justeattakeaway/pie-assistive-text": "0.9.0",
49
- "@justeattakeaway/pie-webc-core": "0.25.0"
48
+ "@justeattakeaway/pie-assistive-text": "0.9.2",
49
+ "@justeattakeaway/pie-webc-core": "0.25.1"
50
50
  },
51
51
  "volta": {
52
52
  "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
- }