@elliemae/ds-pills 2.4.17 → 2.4.20
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/cjs/components/styled.js +1 -1
- package/esm/components/styled.js +1 -1
- package/package.json +15 -15
- package/types/components/styled.d.ts +1 -4
- package/types/deprecated/DropdownPill.d.ts +0 -1
- package/types/deprecated/InputPill.d.ts +0 -1
- package/types/deprecated/LabeledDropdownPills.d.ts +0 -1
- package/types/deprecated/LabeledDropdownPillsTypes/LabeledDropdownCascadeMenuPill.d.ts +0 -1
- package/types/deprecated/LabeledDropdownPillsTypes/LabeledDropdownMultiPill.d.ts +0 -1
- package/types/deprecated/LabeledDropdownPillsTypes/LabeledDropdownSinglePill.d.ts +0 -1
- package/types/deprecated/LabeledPills.d.ts +0 -1
- package/types/deprecated/OverflowPill.d.ts +0 -1
- package/types/deprecated/Pill.d.ts +0 -1
- package/types/deprecated/ReadOnlyPill.d.ts +0 -1
- package/types/deprecated/RemovablePill.d.ts +0 -1
package/cjs/components/styled.js
CHANGED
|
@@ -102,7 +102,7 @@ const StyledValuePillWrapper = /*#__PURE__*/styled__default["default"](Grid__def
|
|
|
102
102
|
})(["", " font-weight:", ";padding-left:", ";"], commonPillWrapperCss, props => props.theme.fontWeights.regular, props => props.hasIcon ? '0px !important' : '12px');
|
|
103
103
|
const StyledInputPillWrapper = /*#__PURE__*/styled__default["default"](Grid__default["default"]).withConfig({
|
|
104
104
|
componentId: "sc-j0tlch-2"
|
|
105
|
-
})(["", " background:", ";padding:0;", ":focus-within{", "}:active{", "}& .em-ds-input{outline:none !important;border:none !important;box-shadow:none !important;border-radius:0 !important;height:100%;background:transparent;width:", ";padding:0;margin:0 0 0 8px;}& .em-ds-input__tooltip-ref{height:100%;}"], commonPillWrapperCss, props => props.theme.colors.neutral['000'], _ref6 => {
|
|
105
|
+
})(["", " background:", ";padding:0;", " :focus-within{", "}:active{", "}& .em-ds-input{outline:none !important;border:none !important;box-shadow:none !important;border-radius:0 !important;height:100%;background:transparent;width:", ";padding:0;margin:0 0 0 8px;}& .em-ds-input__tooltip-ref{height:100%;}"], commonPillWrapperCss, props => props.theme.colors.neutral['000'], _ref6 => {
|
|
106
106
|
let {
|
|
107
107
|
theme,
|
|
108
108
|
hasError
|
package/esm/components/styled.js
CHANGED
|
@@ -93,7 +93,7 @@ const StyledValuePillWrapper = /*#__PURE__*/styled(Grid).withConfig({
|
|
|
93
93
|
})(["", " font-weight:", ";padding-left:", ";"], commonPillWrapperCss, props => props.theme.fontWeights.regular, props => props.hasIcon ? '0px !important' : '12px');
|
|
94
94
|
const StyledInputPillWrapper = /*#__PURE__*/styled(Grid).withConfig({
|
|
95
95
|
componentId: "sc-j0tlch-2"
|
|
96
|
-
})(["", " background:", ";padding:0;", ":focus-within{", "}:active{", "}& .em-ds-input{outline:none !important;border:none !important;box-shadow:none !important;border-radius:0 !important;height:100%;background:transparent;width:", ";padding:0;margin:0 0 0 8px;}& .em-ds-input__tooltip-ref{height:100%;}"], commonPillWrapperCss, props => props.theme.colors.neutral['000'], _ref6 => {
|
|
96
|
+
})(["", " background:", ";padding:0;", " :focus-within{", "}:active{", "}& .em-ds-input{outline:none !important;border:none !important;box-shadow:none !important;border-radius:0 !important;height:100%;background:transparent;width:", ";padding:0;margin:0 0 0 8px;}& .em-ds-input__tooltip-ref{height:100%;}"], commonPillWrapperCss, props => props.theme.colors.neutral['000'], _ref6 => {
|
|
97
97
|
let {
|
|
98
98
|
theme,
|
|
99
99
|
hasError
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pills",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.20",
|
|
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.4.
|
|
148
|
-
"@elliemae/ds-classnames": "2.4.
|
|
149
|
-
"@elliemae/ds-dropdownmenu": "2.4.
|
|
150
|
-
"@elliemae/ds-form": "2.4.
|
|
151
|
-
"@elliemae/ds-grid": "2.4.
|
|
152
|
-
"@elliemae/ds-icons": "2.4.
|
|
153
|
-
"@elliemae/ds-modal": "2.4.
|
|
154
|
-
"@elliemae/ds-popover": "2.4.
|
|
155
|
-
"@elliemae/ds-props-helpers": "2.4.
|
|
156
|
-
"@elliemae/ds-shared": "2.4.
|
|
157
|
-
"@elliemae/ds-system": "2.4.
|
|
158
|
-
"@elliemae/ds-tooltip": "2.4.
|
|
159
|
-
"@elliemae/ds-truncated-tooltip-text": "2.4.
|
|
160
|
-
"@elliemae/ds-utilities": "2.4.
|
|
147
|
+
"@elliemae/ds-button": "2.4.20",
|
|
148
|
+
"@elliemae/ds-classnames": "2.4.20",
|
|
149
|
+
"@elliemae/ds-dropdownmenu": "2.4.20",
|
|
150
|
+
"@elliemae/ds-form": "2.4.20",
|
|
151
|
+
"@elliemae/ds-grid": "2.4.20",
|
|
152
|
+
"@elliemae/ds-icons": "2.4.20",
|
|
153
|
+
"@elliemae/ds-modal": "2.4.20",
|
|
154
|
+
"@elliemae/ds-popover": "2.4.20",
|
|
155
|
+
"@elliemae/ds-props-helpers": "2.4.20",
|
|
156
|
+
"@elliemae/ds-shared": "2.4.20",
|
|
157
|
+
"@elliemae/ds-system": "2.4.20",
|
|
158
|
+
"@elliemae/ds-tooltip": "2.4.20",
|
|
159
|
+
"@elliemae/ds-truncated-tooltip-text": "2.4.20",
|
|
160
|
+
"@elliemae/ds-utilities": "2.4.20",
|
|
161
161
|
"prop-types": "~15.7.2",
|
|
162
162
|
"react-desc": "~4.1.3",
|
|
163
163
|
"uid": "~2.0.0"
|
|
@@ -16,8 +16,5 @@ export declare const StyledReadonlyPillWrapper: import("styled-components").Styl
|
|
|
16
16
|
export declare const StyledRemovablePillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
17
17
|
export declare const StyledPillGroup: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
18
18
|
export declare const StyledSpanWithTooltip: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
|
|
19
|
-
export declare const StyledPillButton: import("styled-components").StyledComponent<
|
|
20
|
-
width: string;
|
|
21
|
-
height: string;
|
|
22
|
-
}, never>;
|
|
19
|
+
export declare const StyledPillButton: import("styled-components").StyledComponent<any, import("styled-components").DefaultTheme, any, any>;
|
|
23
20
|
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
declare function DropdownPill({ containerProps, label, variant, tabIndex, closeMenuOnItemSelection, maxWidth, minWidth, ...dropdownProps }: {
|
|
4
3
|
[x: string]: any;
|
|
5
4
|
containerProps?: {} | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
declare function LabeledDropdownPills({ label, value, type, onFocusNextGroup, onFocusPreviousGroup, onFocusGroupSet, maxWidth, minWidth, fixed, ...menuProps }: {
|
|
4
3
|
[x: string]: any;
|
|
5
4
|
label?: string | undefined;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export default function LabeledDropdownCascadeMenuPill({ label, options, value: optionValue, onChange, onRemove, value: selection, placeholder, onFocusNextGroup, onFocusPreviousGroup, onFocusGroupSet, maxWidth, minWidth, ...menuProps }: {
|
|
3
2
|
[x: string]: any;
|
|
4
3
|
label: any;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export default function LabeledDropdownMultiPills({ label, options, value, onSelect, onRemove, onChange, // if this is defined, then it's calculating the next result onSelect or onRemove
|
|
3
2
|
maxWidth, minWidth, ...menuProps }: {
|
|
4
3
|
[x: string]: any;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
declare function LabeledPills({ children, label, leftAddon, onFocusGroupSet, onFocusNextGroup, onFocusPreviousGroup, }: {
|
|
4
3
|
children: any;
|
|
5
4
|
label?: string | undefined;
|