@elliemae/ds-breadcrumb 3.46.5 → 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/styles.d.ts +4 -6
- package/package.json +6 -6
package/dist/types/styles.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare const
|
|
4
|
-
declare const
|
|
5
|
-
declare const StyledContainer: import("styled-components").StyledComponent<"nav", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"nav">, never>;
|
|
6
|
-
declare const StyledLink: import("styled-components").StyledComponent<import("react").FC<import("@elliemae/ds-typography").DSTypographyT.Props>, import("@elliemae/ds-system").Theme, Partial<DSBreadcrumbItemT.Props> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").FC<import("@elliemae/ds-typography").DSTypographyT.Props>>, never>;
|
|
1
|
+
declare const StyledList: any;
|
|
2
|
+
declare const StyledCrumbWrapper: any;
|
|
3
|
+
declare const StyledContainer: any;
|
|
4
|
+
declare const StyledLink: any;
|
|
7
5
|
export { StyledList, StyledCrumbWrapper, StyledContainer, StyledLink };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-breadcrumb",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Breadcrumb",
|
|
6
6
|
"files": [
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"indent": 4
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
56
|
-
"@elliemae/ds-system": "3.46.
|
|
57
|
-
"@elliemae/ds-typography": "3.46.
|
|
55
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
56
|
+
"@elliemae/ds-system": "3.46.6",
|
|
57
|
+
"@elliemae/ds-typography": "3.46.6"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
61
61
|
"@elliemae/pui-theme": "~2.10.0",
|
|
62
62
|
"styled-components": "~5.3.9",
|
|
63
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
63
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@elliemae/pui-theme": "~2.10.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public",
|
|
73
|
-
"typeSafety":
|
|
73
|
+
"typeSafety": false
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|