@elliemae/ds-form-radio 3.46.4 → 3.46.6

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,3 +1,2 @@
1
- import type React from 'react';
2
1
  import type { DSControlledRadioT } from '../react-desc-prop-types.js';
3
2
  export declare const useValidateProps: (props: DSControlledRadioT.Props, propTypes: React.WeakValidationMap<unknown>) => void;
@@ -1,18 +1,5 @@
1
- /// <reference types="react" />
2
- import type { DSControlledRadioT } from './react-desc-prop-types.js';
3
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
4
- device?: DSControlledRadioT.Devices | undefined;
5
- hasLabel: boolean;
6
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
7
- export declare const StyledRadio: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, DSControlledRadioT.StyledRadioT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
8
- export declare const StyledInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"input">, never>;
9
- interface StyledLabelT {
10
- disabled?: boolean;
11
- readOnly?: boolean;
12
- checked: boolean;
13
- onClick?: React.MouseEventHandler<HTMLLabelElement>;
14
- device?: DSControlledRadioT.Devices;
15
- }
16
- export declare const StyledLabel: import("styled-components").StyledComponent<"label", import("@elliemae/ds-system").Theme, StyledLabelT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"label">, never>;
17
- 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>;
18
- export {};
1
+ export declare const StyledContainer: any;
2
+ export declare const StyledRadio: any;
3
+ export declare const StyledInput: any;
4
+ export declare const StyledLabel: any;
5
+ export declare const StyledWrapLabel: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-radio",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Radio",
6
6
  "files": [
@@ -36,16 +36,16 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-truncated-tooltip-text": "3.46.4",
40
- "@elliemae/ds-props-helpers": "3.46.4",
41
- "@elliemae/ds-system": "3.46.4"
39
+ "@elliemae/ds-props-helpers": "3.46.6",
40
+ "@elliemae/ds-system": "3.46.6",
41
+ "@elliemae/ds-truncated-tooltip-text": "3.46.6"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@elliemae/pui-cli": "9.0.0-next.50",
45
45
  "@elliemae/pui-theme": "~2.10.0",
46
46
  "styled-components": "~5.3.9",
47
47
  "uid": "~2.0.1",
48
- "@elliemae/ds-monorepo-devops": "3.46.4"
48
+ "@elliemae/ds-monorepo-devops": "3.46.6"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@elliemae/pui-theme": "~2.10.0",