@elliemae/ds-pills 3.18.0-next.0 → 3.18.0-next.2
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.
|
@@ -7,25 +7,25 @@ interface InputPillWrapperProps {
|
|
|
7
7
|
}
|
|
8
8
|
export declare const StyledLabelPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
9
9
|
size: 'm' | 's';
|
|
10
|
-
}, never>;
|
|
10
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
11
11
|
export declare const StyledValuePillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
12
12
|
size: 'm' | 's';
|
|
13
|
-
}, never>;
|
|
14
|
-
export declare const StyledInputPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, InputPillWrapperProps, never>;
|
|
13
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
14
|
+
export declare const StyledInputPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, InputPillWrapperProps & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
15
15
|
export declare const StyledDropdownPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
16
16
|
size: 'm' | 's';
|
|
17
|
-
}, never>;
|
|
17
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
18
18
|
export declare const StyledReadonlyPillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
19
19
|
hasIconRight: boolean;
|
|
20
20
|
hasIconLeft: boolean;
|
|
21
|
-
}, never>;
|
|
21
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
22
22
|
export declare const StyledRemovablePillWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
23
23
|
size: 'm' | 's';
|
|
24
|
-
}, never>;
|
|
25
|
-
export declare const StyledPillGroup: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
26
|
-
export declare const StyledSpanWithTooltip: import("styled-components").StyledComponent<
|
|
24
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
25
|
+
export declare const StyledPillGroup: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
26
|
+
export declare const StyledSpanWithTooltip: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
27
27
|
export declare const StyledPillButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button").DSButtonT.Props>, import("@elliemae/ds-system").Theme, {
|
|
28
28
|
width: string;
|
|
29
29
|
height: string;
|
|
30
|
-
}, never>;
|
|
30
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
31
31
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pills",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pills",
|
|
6
6
|
"files": [
|
|
@@ -147,22 +147,22 @@
|
|
|
147
147
|
"indent": 4
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@elliemae/ds-button": "3.18.0-next.0",
|
|
151
|
-
"@elliemae/ds-classnames": "3.18.0-next.0",
|
|
152
|
-
"@elliemae/ds-dropdownmenu": "3.18.0-next.0",
|
|
153
|
-
"@elliemae/ds-form": "3.18.0-next.0",
|
|
154
|
-
"@elliemae/ds-grid": "3.18.0-next.0",
|
|
155
|
-
"@elliemae/ds-icons": "3.18.0-next.0",
|
|
156
|
-
"@elliemae/ds-modal": "3.18.0-next.0",
|
|
157
|
-
"@elliemae/ds-popover": "3.18.0-next.0",
|
|
158
|
-
"@elliemae/ds-props-helpers": "3.18.0-next.0",
|
|
159
|
-
"@elliemae/ds-shared": "3.18.0-next.0",
|
|
160
|
-
"@elliemae/ds-system": "3.18.0-next.0",
|
|
161
|
-
"@elliemae/ds-tooltip": "3.18.0-next.0",
|
|
162
|
-
"@elliemae/ds-truncated-tooltip-text": "3.18.0-next.0",
|
|
163
|
-
"@elliemae/ds-utilities": "3.18.0-next.0",
|
|
164
150
|
"prop-types": "~15.8.1",
|
|
165
|
-
"uid": "~2.0.1"
|
|
151
|
+
"uid": "~2.0.1",
|
|
152
|
+
"@elliemae/ds-button": "3.18.0-next.2",
|
|
153
|
+
"@elliemae/ds-classnames": "3.18.0-next.2",
|
|
154
|
+
"@elliemae/ds-dropdownmenu": "3.18.0-next.2",
|
|
155
|
+
"@elliemae/ds-form": "3.18.0-next.2",
|
|
156
|
+
"@elliemae/ds-grid": "3.18.0-next.2",
|
|
157
|
+
"@elliemae/ds-icons": "3.18.0-next.2",
|
|
158
|
+
"@elliemae/ds-modal": "3.18.0-next.2",
|
|
159
|
+
"@elliemae/ds-popover": "3.18.0-next.2",
|
|
160
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.2",
|
|
161
|
+
"@elliemae/ds-shared": "3.18.0-next.2",
|
|
162
|
+
"@elliemae/ds-system": "3.18.0-next.2",
|
|
163
|
+
"@elliemae/ds-tooltip": "3.18.0-next.2",
|
|
164
|
+
"@elliemae/ds-truncated-tooltip-text": "3.18.0-next.2",
|
|
165
|
+
"@elliemae/ds-utilities": "3.18.0-next.2"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
168
|
"@testing-library/react": "~12.1.3",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"lodash": "^4.17.21",
|
|
174
174
|
"react": "^17.0.2",
|
|
175
175
|
"react-dom": "^17.0.2",
|
|
176
|
-
"styled-components": "~5.3.
|
|
176
|
+
"styled-components": "~5.3.9"
|
|
177
177
|
},
|
|
178
178
|
"publishConfig": {
|
|
179
179
|
"access": "public",
|
|
@@ -188,6 +188,6 @@
|
|
|
188
188
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
189
189
|
"dev:build": "pnpm --filter {.}... build",
|
|
190
190
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
191
|
-
"checkDeps": "
|
|
191
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
192
192
|
}
|
|
193
193
|
}
|