@elliemae/ds-form-checkbox 3.53.0-beta.5 → 3.53.0-beta.8

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { ControlledCheckboxCTX } from './config/useCheckBox.js';
3
2
  /** Context for cross component communication */
4
3
  export declare const ControlledCheckBoxContext: import("react").Context<ControlledCheckboxCTX>;
@@ -5,8 +5,8 @@ export declare const StyledInputMixed: import("styled-components").StyledCompone
5
5
  export declare const StyledLabel: import("styled-components").StyledComponent<"label", import("@elliemae/ds-system").Theme, DSControlledCheckboxT.StyledLabelT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"label">, never>;
6
6
  export declare const StyledWrapLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
7
7
  export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
8
- device?: "mobile" | "desktop" | undefined;
9
- wrapLabel?: boolean | undefined;
8
+ device?: "mobile" | "desktop";
9
+ wrapLabel?: boolean;
10
10
  hasLabel: boolean;
11
11
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
12
12
  export declare const StyledHiddenP: import("styled-components").StyledComponent<"p", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"p">, never>;
@@ -1,4 +1,4 @@
1
1
  import type { Theme } from '@elliemae/pui-theme';
2
- export declare const handleCheckMarkColor: ({ colors }: Theme, checked: boolean | 'mixed', isHovering: boolean, disabled?: boolean, applyAriaDisabled?: boolean, readOnly?: boolean, hasError?: boolean) => string;
3
- export declare const handleCheckmark: (theme: Theme, checked: boolean | 'mixed', disabled?: boolean, applyAriaDisabled?: boolean, readOnly?: boolean, hasError?: boolean, isHovering?: boolean, device?: string | undefined) => string;
2
+ export declare const handleCheckMarkColor: ({ colors }: Theme, checked: boolean | "mixed", isHovering: boolean, disabled?: boolean, applyAriaDisabled?: boolean, readOnly?: boolean, hasError?: boolean) => string;
3
+ export declare const handleCheckmark: (theme: Theme, checked: boolean | "mixed", disabled?: boolean, applyAriaDisabled?: boolean, readOnly?: boolean, hasError?: boolean, isHovering?: boolean, device?: string | undefined) => string;
4
4
  export declare const handleBackgroundColor: ({ colors }: Theme, disabled?: boolean, applyAriaDisabled?: boolean, readOnly?: boolean) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-checkbox",
3
- "version": "3.53.0-beta.5",
3
+ "version": "3.53.0-beta.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Checkbox",
6
6
  "files": [
@@ -37,17 +37,17 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "uid": "~2.0.1",
40
- "@elliemae/ds-props-helpers": "3.53.0-beta.5",
41
- "@elliemae/ds-truncated-tooltip-text": "3.53.0-beta.5",
42
- "@elliemae/ds-system": "3.53.0-beta.5",
43
- "@elliemae/ds-typescript-helpers": "3.53.0-beta.5"
40
+ "@elliemae/ds-props-helpers": "3.53.0-beta.8",
41
+ "@elliemae/ds-system": "3.53.0-beta.8",
42
+ "@elliemae/ds-truncated-tooltip-text": "3.53.0-beta.8",
43
+ "@elliemae/ds-typescript-helpers": "3.53.0-beta.8"
44
44
  },
45
45
  "devDependencies": {
46
- "@elliemae/pui-cli": "9.0.0-next.63",
46
+ "@elliemae/pui-cli": "9.0.0-next.65",
47
47
  "@elliemae/pui-theme": "~2.13.0",
48
48
  "jest": "~29.7.0",
49
49
  "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.5"
50
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@elliemae/pui-theme": "~2.13.0",