@elliemae/ds-notification-badge 3.46.4 → 3.46.6
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/style.d.ts +4 -19
- package/package.json +5 -5
package/dist/types/style.d.ts
CHANGED
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
right: number;
|
|
6
|
-
charCount: number;
|
|
7
|
-
size?: string;
|
|
8
|
-
value?: number | string;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
color?: string;
|
|
11
|
-
textColor?: string;
|
|
12
|
-
theme: Theme;
|
|
13
|
-
['data-related-component']: 'true' | 'false';
|
|
14
|
-
}
|
|
15
|
-
export declare const Wrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
16
|
-
export declare const GenericBadge: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
17
|
-
export declare const NumericBadge: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>, import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>>, never>;
|
|
18
|
-
export declare const DotBadge: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>, import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>>, never>;
|
|
19
|
-
export {};
|
|
1
|
+
export declare const Wrapper: any;
|
|
2
|
+
export declare const GenericBadge: any;
|
|
3
|
+
export declare const NumericBadge: any;
|
|
4
|
+
export declare const DotBadge: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-notification-badge",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Notification Badge",
|
|
6
6
|
"files": [
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@elliemae/pui-theme": "~2.10.0",
|
|
52
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
53
|
-
"@elliemae/ds-system": "3.46.
|
|
52
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
53
|
+
"@elliemae/ds-system": "3.46.6"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
57
57
|
"styled-components": "~5.3.9",
|
|
58
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
58
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"react": "^17.0.2",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public",
|
|
67
|
-
"typeSafety":
|
|
67
|
+
"typeSafety": false
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|