@elliemae/ds-ribbon 3.20.3 → 3.20.4
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 +3 -3
- package/dist/types/DSRibbon.d.ts +0 -68
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-ribbon",
|
|
3
|
-
"version": "3.20.
|
|
3
|
+
"version": "3.20.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Ribbon",
|
|
6
6
|
"files": [
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"indent": 4
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.20.4",
|
|
43
|
+
"@elliemae/ds-system": "3.20.4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"styled-components": "~5.3.9"
|
package/dist/types/DSRibbon.d.ts
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const RibbonCol: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>, import("@elliemae/ds-system").Theme, {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
[x: number]: any;
|
|
5
|
-
[x: symbol]: any;
|
|
6
|
-
} & {
|
|
7
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
8
|
-
} & {
|
|
9
|
-
as?: string | React.ComponentType<any> | undefined;
|
|
10
|
-
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
11
|
-
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
12
|
-
declare const DSRibbon: {
|
|
13
|
-
RibbonWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
14
|
-
[x: string]: any;
|
|
15
|
-
[x: number]: any;
|
|
16
|
-
[x: symbol]: any;
|
|
17
|
-
} & {
|
|
18
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
19
|
-
} & {
|
|
20
|
-
as?: string | React.ComponentType<any> | undefined;
|
|
21
|
-
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
22
|
-
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
23
|
-
RibbonRow: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
24
|
-
RibbonCol: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>, import("@elliemae/ds-system").Theme, {
|
|
25
|
-
[x: string]: any;
|
|
26
|
-
[x: number]: any;
|
|
27
|
-
[x: symbol]: any;
|
|
28
|
-
} & {
|
|
29
|
-
theme?: import("@elliemae/ds-system").Theme | undefined;
|
|
30
|
-
} & {
|
|
31
|
-
as?: string | React.ComponentType<any> | undefined;
|
|
32
|
-
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
33
|
-
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
34
|
-
RibbonCard: {
|
|
35
|
-
({ containerProps, icon, label, value, additionalValue, additionalLabel, info, error, warning, success, center, solid, }: {
|
|
36
|
-
containerProps?: {} | undefined;
|
|
37
|
-
icon?: null | undefined;
|
|
38
|
-
label?: string | undefined;
|
|
39
|
-
value?: string | undefined;
|
|
40
|
-
additionalValue?: string | undefined;
|
|
41
|
-
additionalLabel?: string | undefined;
|
|
42
|
-
info?: boolean | undefined;
|
|
43
|
-
error?: boolean | undefined;
|
|
44
|
-
warning?: boolean | undefined;
|
|
45
|
-
success?: boolean | undefined;
|
|
46
|
-
center?: boolean | undefined;
|
|
47
|
-
solid?: boolean | undefined;
|
|
48
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
49
|
-
propTypes: React.WeakValidationMap<unknown>;
|
|
50
|
-
displayName: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
declare const DSRibbonCardWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{
|
|
54
|
-
containerProps?: {} | undefined;
|
|
55
|
-
icon?: null | undefined;
|
|
56
|
-
label?: string | undefined;
|
|
57
|
-
value?: string | undefined;
|
|
58
|
-
additionalValue?: string | undefined;
|
|
59
|
-
additionalLabel?: string | undefined;
|
|
60
|
-
info?: boolean | undefined;
|
|
61
|
-
error?: boolean | undefined;
|
|
62
|
-
warning?: boolean | undefined;
|
|
63
|
-
success?: boolean | undefined;
|
|
64
|
-
center?: boolean | undefined;
|
|
65
|
-
solid?: boolean | undefined;
|
|
66
|
-
}>;
|
|
67
|
-
export default DSRibbon;
|
|
68
|
-
export { DSRibbonCardWithSchema, DSRibbon };
|