@elliemae/ds-ribbon 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.
- package/dist/types/DSRibbon.d.ts +7 -7
- package/package.json +5 -5
package/dist/types/DSRibbon.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const RibbonCol: import("styled-components").StyledComponent<
|
|
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
3
|
[x: string]: any;
|
|
4
4
|
[x: number]: any;
|
|
5
5
|
[x: symbol]: any;
|
|
@@ -8,9 +8,9 @@ export declare const RibbonCol: import("styled-components").StyledComponent<keyo
|
|
|
8
8
|
} & {
|
|
9
9
|
as?: string | React.ComponentType<any> | undefined;
|
|
10
10
|
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
11
|
-
}, never>;
|
|
11
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
12
12
|
declare const DSRibbon: {
|
|
13
|
-
RibbonWrapper: import("styled-components").StyledComponent<
|
|
13
|
+
RibbonWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
14
14
|
[x: string]: any;
|
|
15
15
|
[x: number]: any;
|
|
16
16
|
[x: symbol]: any;
|
|
@@ -19,9 +19,9 @@ declare const DSRibbon: {
|
|
|
19
19
|
} & {
|
|
20
20
|
as?: string | React.ComponentType<any> | undefined;
|
|
21
21
|
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
22
|
-
}, never>;
|
|
23
|
-
RibbonRow: import("styled-components").StyledComponent<
|
|
24
|
-
RibbonCol: import("styled-components").StyledComponent<
|
|
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
25
|
[x: string]: any;
|
|
26
26
|
[x: number]: any;
|
|
27
27
|
[x: symbol]: any;
|
|
@@ -30,7 +30,7 @@ declare const DSRibbon: {
|
|
|
30
30
|
} & {
|
|
31
31
|
as?: string | React.ComponentType<any> | undefined;
|
|
32
32
|
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
33
|
-
}, never>;
|
|
33
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
34
34
|
RibbonCard: {
|
|
35
35
|
({ containerProps, icon, label, value, additionalValue, additionalLabel, info, error, warning, success, center, solid, }: {
|
|
36
36
|
containerProps?: {} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-ribbon",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.2",
|
|
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-props-helpers": "3.18.0-next.
|
|
43
|
-
"@elliemae/ds-system": "3.18.0-next.
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.2",
|
|
43
|
+
"@elliemae/ds-system": "3.18.0-next.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"styled-components": "~5.3.9"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"lodash": "^4.17.21",
|
|
50
50
|
"react": "~17.0.2",
|
|
51
51
|
"react-dom": "^17.0.2",
|
|
52
|
-
"styled-components": "~5.3.
|
|
52
|
+
"styled-components": "~5.3.9"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public",
|
|
@@ -64,6 +64,6 @@
|
|
|
64
64
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
65
65
|
"dev:build": "pnpm --filter {.}... build",
|
|
66
66
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
67
|
-
"checkDeps": "
|
|
67
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
68
68
|
}
|
|
69
69
|
}
|