@elliemae/ds-chip 3.18.0-next.1 → 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.
- package/dist/types/styles.d.ts +6 -7
- package/package.json +7 -7
package/dist/types/styles.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { ChipShapesT, ChipSizesT } from './sharedTypes.js';
|
|
3
2
|
export interface StyledChipPropsT {
|
|
4
3
|
buttonSize: ChipSizesT;
|
|
@@ -11,9 +10,9 @@ export interface StyledRoundShapePropsT {
|
|
|
11
10
|
}
|
|
12
11
|
export declare const StyledChipLabel: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
13
12
|
size: ChipSizesT;
|
|
14
|
-
}, never>;
|
|
15
|
-
export declare const StyledSpanWithEllipsis: import("styled-components").StyledComponent<
|
|
16
|
-
export declare const StyledWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledChipPropsT, never>;
|
|
17
|
-
export declare const StyledRoundShape: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledRoundShapePropsT, never>;
|
|
18
|
-
export declare const StyledChildrenWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object, never>;
|
|
19
|
-
export declare const StyledChip: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, Pick<StyledChipPropsT, "selected" | "buttonShape"
|
|
13
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
14
|
+
export declare const StyledSpanWithEllipsis: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
15
|
+
export declare const StyledWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledChipPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
16
|
+
export declare const StyledRoundShape: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledRoundShapePropsT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
17
|
+
export declare const StyledChildrenWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
18
|
+
export declare const StyledChip: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, Pick<StyledChipPropsT, "selected" | "buttonShape"> & import("@elliemae/ds-system").OwnerInterface, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chip",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chip",
|
|
6
6
|
"files": [
|
|
@@ -63,22 +63,22 @@
|
|
|
63
63
|
"indent": 4
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@elliemae/ds-props-helpers": "3.18.0-next.
|
|
67
|
-
"@elliemae/ds-system": "3.18.0-next.
|
|
68
|
-
"@elliemae/ds-utilities": "3.18.0-next.
|
|
66
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.2",
|
|
67
|
+
"@elliemae/ds-system": "3.18.0-next.2",
|
|
68
|
+
"@elliemae/ds-utilities": "3.18.0-next.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@testing-library/jest-dom": "~5.16.5",
|
|
72
72
|
"@testing-library/react": "~12.1.3",
|
|
73
73
|
"jest-axe": "^7.0.1",
|
|
74
74
|
"styled-components": "~5.3.9",
|
|
75
|
-
"@elliemae/ds-icons": "3.18.0-next.
|
|
75
|
+
"@elliemae/ds-icons": "3.18.0-next.2"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"lodash": "^4.17.21",
|
|
79
79
|
"react": "^17.0.2",
|
|
80
80
|
"react-dom": "^17.0.2",
|
|
81
|
-
"styled-components": "~5.3.
|
|
81
|
+
"styled-components": "~5.3.9"
|
|
82
82
|
},
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public",
|
|
@@ -93,6 +93,6 @@
|
|
|
93
93
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
94
94
|
"dev:build": "pnpm --filter {.}... build",
|
|
95
95
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
96
|
-
"checkDeps": "
|
|
96
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
97
97
|
}
|
|
98
98
|
}
|