@elliemae/ds-pills-v2 3.46.5 → 3.46.7
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/types/components/styled.d.ts +10 -47
- package/package.json +14 -14
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const borderOutside: ({ color, size, zIndex, borderRadius, }: {
|
|
3
2
|
color: string;
|
|
4
3
|
size?: number;
|
|
@@ -8,49 +7,13 @@ export declare const borderOutside: ({ color, size, zIndex, borderRadius, }: {
|
|
|
8
7
|
disabled?: boolean | undefined;
|
|
9
8
|
applyAriaDisabled?: boolean | undefined;
|
|
10
9
|
}, import("@xstyled/styled-components").Theme>>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export declare const
|
|
20
|
-
|
|
21
|
-
hasIcon: boolean;
|
|
22
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
23
|
-
type StyledValuePillWrapperPropsT = {
|
|
24
|
-
pillSize: 'm' | 's';
|
|
25
|
-
hasIcon: boolean;
|
|
26
|
-
applyAriaDisabled: boolean;
|
|
27
|
-
};
|
|
28
|
-
export declare const StyledValuePillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledValuePillWrapperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
29
|
-
export declare const StyledInputPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, InputPillWrapperProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
30
|
-
export declare const StyledDropdownPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
31
|
-
pillSize: 'm' | 's';
|
|
32
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
33
|
-
type StyledMenuButtonPillWrapperPropsT = {
|
|
34
|
-
pillSize: 'm' | 's';
|
|
35
|
-
hasIconRight: boolean;
|
|
36
|
-
hasIconLeft: boolean;
|
|
37
|
-
disabled?: boolean;
|
|
38
|
-
};
|
|
39
|
-
export declare const StyledReadonlyPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledMenuButtonPillWrapperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
40
|
-
type StyledRemovablePillWrapperPropsT = {
|
|
41
|
-
pillSize: 'm' | 's';
|
|
42
|
-
disabled: boolean;
|
|
43
|
-
applyAriaDisabled: boolean;
|
|
44
|
-
};
|
|
45
|
-
export declare const StyledRemovablePillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledRemovablePillWrapperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
46
|
-
export declare const StyledPillGroup: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
47
|
-
export declare const StyledSpanWithTooltip: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
48
|
-
export declare const StyledPillButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, {
|
|
49
|
-
width: string | number;
|
|
50
|
-
height: string | number;
|
|
51
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
|
52
|
-
export declare const StyledPillMenuButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-menu-button").DSMenuButtonT.Props>, import("@elliemae/ds-system").Theme, {
|
|
53
|
-
width: string;
|
|
54
|
-
height: string;
|
|
55
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-menu-button").DSMenuButtonT.Props>>, never>;
|
|
56
|
-
export {};
|
|
10
|
+
export declare const StyledLabelPillWrapper: any;
|
|
11
|
+
export declare const StyledValuePillWrapper: any;
|
|
12
|
+
export declare const StyledInputPillWrapper: any;
|
|
13
|
+
export declare const StyledDropdownPillWrapper: any;
|
|
14
|
+
export declare const StyledReadonlyPillWrapper: any;
|
|
15
|
+
export declare const StyledRemovablePillWrapper: any;
|
|
16
|
+
export declare const StyledPillGroup: any;
|
|
17
|
+
export declare const StyledSpanWithTooltip: any;
|
|
18
|
+
export declare const StyledPillButton: any;
|
|
19
|
+
export declare const StyledPillMenuButton: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pills-v2",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pills V2",
|
|
6
6
|
"files": [
|
|
@@ -89,22 +89,22 @@
|
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"uid": "~2.0.1",
|
|
92
|
-
"@elliemae/ds-button-v2": "3.46.
|
|
93
|
-
"@elliemae/ds-
|
|
94
|
-
"@elliemae/ds-
|
|
95
|
-
"@elliemae/ds-
|
|
96
|
-
"@elliemae/ds-
|
|
97
|
-
"@elliemae/ds-
|
|
98
|
-
"@elliemae/ds-
|
|
99
|
-
"@elliemae/ds-
|
|
100
|
-
"@elliemae/ds-
|
|
101
|
-
"@elliemae/ds-
|
|
102
|
-
"@elliemae/ds-
|
|
92
|
+
"@elliemae/ds-button-v2": "3.46.7",
|
|
93
|
+
"@elliemae/ds-form": "3.46.7",
|
|
94
|
+
"@elliemae/ds-grid": "3.46.7",
|
|
95
|
+
"@elliemae/ds-dropdownmenu-v2": "3.46.7",
|
|
96
|
+
"@elliemae/ds-icons": "3.46.7",
|
|
97
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
98
|
+
"@elliemae/ds-menu-button": "3.46.7",
|
|
99
|
+
"@elliemae/ds-system": "3.46.7",
|
|
100
|
+
"@elliemae/ds-tooltip-v3": "3.46.7",
|
|
101
|
+
"@elliemae/ds-truncated-tooltip-text": "3.46.7",
|
|
102
|
+
"@elliemae/ds-typescript-helpers": "3.46.7"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
106
106
|
"styled-components": "~5.3.9",
|
|
107
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
107
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"lodash": "^4.17.21",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
},
|
|
115
115
|
"publishConfig": {
|
|
116
116
|
"access": "public",
|
|
117
|
-
"typeSafety":
|
|
117
|
+
"typeSafety": false
|
|
118
118
|
},
|
|
119
119
|
"scripts": {
|
|
120
120
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|