@elliemae/ds-pills 2.3.0-next.3 → 2.3.0-next.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/package.json +15 -15
- package/types/components/styled.d.ts +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pills",
|
|
3
|
-
"version": "2.3.0-next.
|
|
3
|
+
"version": "2.3.0-next.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pills",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -144,20 +144,20 @@
|
|
|
144
144
|
"build": "node ../../scripts/build/build.js"
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
|
-
"@elliemae/ds-button": "2.3.0-next.
|
|
148
|
-
"@elliemae/ds-classnames": "2.3.0-next.
|
|
149
|
-
"@elliemae/ds-dropdownmenu": "2.3.0-next.
|
|
150
|
-
"@elliemae/ds-form": "2.3.0-next.
|
|
151
|
-
"@elliemae/ds-grid": "2.3.0-next.
|
|
152
|
-
"@elliemae/ds-icons": "2.3.0-next.
|
|
153
|
-
"@elliemae/ds-modal": "2.3.0-next.
|
|
154
|
-
"@elliemae/ds-popover": "2.3.0-next.
|
|
155
|
-
"@elliemae/ds-props-helpers": "2.3.0-next.
|
|
156
|
-
"@elliemae/ds-shared": "2.3.0-next.
|
|
157
|
-
"@elliemae/ds-system": "2.3.0-next.
|
|
158
|
-
"@elliemae/ds-tooltip": "2.3.0-next.
|
|
159
|
-
"@elliemae/ds-truncated-tooltip-text": "2.3.0-next.
|
|
160
|
-
"@elliemae/ds-utilities": "2.3.0-next.
|
|
147
|
+
"@elliemae/ds-button": "2.3.0-next.7",
|
|
148
|
+
"@elliemae/ds-classnames": "2.3.0-next.7",
|
|
149
|
+
"@elliemae/ds-dropdownmenu": "2.3.0-next.7",
|
|
150
|
+
"@elliemae/ds-form": "2.3.0-next.7",
|
|
151
|
+
"@elliemae/ds-grid": "2.3.0-next.7",
|
|
152
|
+
"@elliemae/ds-icons": "2.3.0-next.7",
|
|
153
|
+
"@elliemae/ds-modal": "2.3.0-next.7",
|
|
154
|
+
"@elliemae/ds-popover": "2.3.0-next.7",
|
|
155
|
+
"@elliemae/ds-props-helpers": "2.3.0-next.7",
|
|
156
|
+
"@elliemae/ds-shared": "2.3.0-next.7",
|
|
157
|
+
"@elliemae/ds-system": "2.3.0-next.7",
|
|
158
|
+
"@elliemae/ds-tooltip": "2.3.0-next.7",
|
|
159
|
+
"@elliemae/ds-truncated-tooltip-text": "2.3.0-next.7",
|
|
160
|
+
"@elliemae/ds-utilities": "2.3.0-next.7",
|
|
161
161
|
"prop-types": "~15.7.2",
|
|
162
162
|
"react-desc": "~4.1.3",
|
|
163
163
|
"uid": "~2.0.0"
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledLabelPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
3
|
-
|
|
2
|
+
export declare const StyledLabelPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledValuePillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledInputPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
5
|
+
value: string;
|
|
6
|
+
inputWidth: number;
|
|
7
|
+
inputHasFocus: boolean;
|
|
4
8
|
}, never>;
|
|
5
|
-
export declare const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export declare const StyledDropdownPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
10
|
-
size: 'm' | 's';
|
|
11
|
-
}, never>;
|
|
12
|
-
export declare const StyledReadonlyPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
13
|
-
export declare const StyledRemovablePillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
14
|
-
size: 'm' | 's';
|
|
9
|
+
export declare const StyledDropdownPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
10
|
+
export declare const StyledReadonlyPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
11
|
+
hasIconRight: boolean;
|
|
12
|
+
hasIconLeft: boolean;
|
|
15
13
|
}, never>;
|
|
14
|
+
export declare const StyledRemovablePillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
16
15
|
export declare const StyledPillGroup: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").GridPropsT & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
17
16
|
export declare const StyledSpanWithTooltip: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
|
|
18
17
|
export declare const StyledPillButton: import("styled-components").StyledComponent<{
|