@elliemae/ds-global-header 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/parts/Breadcrumb/styles.d.ts +7 -7
- package/dist/types/parts/Logo/styles.d.ts +1 -1
- package/dist/types/parts/Toolbar/outOfTheBox/PopupMenu/menuContent/styles.d.ts +5 -5
- package/dist/types/parts/Toolbar/outOfTheBox/SearchToggle/styles.d.ts +1 -1
- package/dist/types/parts/Toolbar/styles.d.ts +3 -3
- package/dist/types/parts/styles.d.ts +2 -2
- package/package.json +12 -12
|
@@ -9,11 +9,11 @@ interface LabelT {
|
|
|
9
9
|
isSelected: boolean;
|
|
10
10
|
isOnlyItem: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const StyledBreadcrumbContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
13
|
-
export declare const StyledBreadcrumbList: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object, never>;
|
|
14
|
-
export declare const StyledPipe: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, PipeT, never>;
|
|
15
|
-
export declare const StyledChevron: import("styled-components").StyledComponent<(rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime.js").JSX.Element, import("@elliemae/ds-system").Theme, ChevronT, never>;
|
|
16
|
-
export declare const StyledBreadcrumbItem: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object, never>;
|
|
17
|
-
export declare const StyledLink: import("styled-components").StyledComponent<"a", import("@elliemae/ds-system").Theme, object, never>;
|
|
18
|
-
export declare const StyledLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, LabelT, never>;
|
|
12
|
+
export declare const StyledBreadcrumbContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
13
|
+
export declare const StyledBreadcrumbList: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
14
|
+
export declare const StyledPipe: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, PipeT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
15
|
+
export declare const StyledChevron: import("styled-components").StyledComponent<(rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime.js").JSX.Element, import("@elliemae/ds-system").Theme, ChevronT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
16
|
+
export declare const StyledBreadcrumbItem: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
17
|
+
export declare const StyledLink: import("styled-components").StyledComponent<"a", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
18
|
+
export declare const StyledLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, LabelT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
19
19
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledLogoContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
2
|
+
export declare const StyledLogoContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const StyledList: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object, never>;
|
|
2
|
-
export declare const StyledItemContainer: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object, never>;
|
|
3
|
-
export declare const StyledItemButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object, never>;
|
|
4
|
-
export declare const StyledLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object, never>;
|
|
5
|
-
export declare const StyledSeparator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object, never>;
|
|
1
|
+
export declare const StyledList: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
2
|
+
export declare const StyledItemContainer: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
3
|
+
export declare const StyledItemButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
4
|
+
export declare const StyledLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
5
|
+
export declare const StyledSeparator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledNavSearchBoxContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object, never>;
|
|
1
|
+
export declare const StyledNavSearchBoxContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledMenubarContainer: import("styled-components").StyledComponent<"nav", import("@elliemae/ds-system").Theme, object, never>;
|
|
3
|
-
export declare const StyledList: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
4
|
-
export declare const StyledToolbarItem: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object, never>;
|
|
2
|
+
export declare const StyledMenubarContainer: import("styled-components").StyledComponent<"nav", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
3
|
+
export declare const StyledList: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
4
|
+
export declare const StyledToolbarItem: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
3
|
-
export declare const StyledButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object, never>;
|
|
2
|
+
export declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
3
|
+
export declare const StyledButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-global-header",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Global Header",
|
|
6
6
|
"files": [
|
|
@@ -135,15 +135,15 @@
|
|
|
135
135
|
"indent": 4
|
|
136
136
|
},
|
|
137
137
|
"dependencies": {
|
|
138
|
-
"
|
|
139
|
-
"@elliemae/ds-
|
|
140
|
-
"@elliemae/ds-grid": "3.18.0-next.
|
|
141
|
-
"@elliemae/ds-
|
|
142
|
-
"@elliemae/ds-
|
|
143
|
-
"@elliemae/ds-props-helpers": "3.18.0-next.
|
|
144
|
-
"@elliemae/ds-system": "3.18.0-next.
|
|
145
|
-
"@elliemae/ds-utilities": "3.18.0-next.
|
|
146
|
-
"
|
|
138
|
+
"uid": "~2.0.1",
|
|
139
|
+
"@elliemae/ds-app-picker": "3.18.0-next.2",
|
|
140
|
+
"@elliemae/ds-grid": "3.18.0-next.2",
|
|
141
|
+
"@elliemae/ds-popperjs": "3.18.0-next.2",
|
|
142
|
+
"@elliemae/ds-form": "3.18.0-next.2",
|
|
143
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.2",
|
|
144
|
+
"@elliemae/ds-system": "3.18.0-next.2",
|
|
145
|
+
"@elliemae/ds-utilities": "3.18.0-next.2",
|
|
146
|
+
"@elliemae/ds-icons": "3.18.0-next.2"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
149
149
|
"@testing-library/jest-dom": "~5.16.5",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"lodash": "^4.17.21",
|
|
156
156
|
"react": "^17.0.2",
|
|
157
157
|
"react-dom": "^17.0.2",
|
|
158
|
-
"styled-components": "~5.3.
|
|
158
|
+
"styled-components": "~5.3.9"
|
|
159
159
|
},
|
|
160
160
|
"publishConfig": {
|
|
161
161
|
"access": "public",
|
|
@@ -170,6 +170,6 @@
|
|
|
170
170
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
171
171
|
"dev:build": "pnpm --filter {.}... build",
|
|
172
172
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
173
|
-
"checkDeps": "
|
|
173
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
174
174
|
}
|
|
175
175
|
}
|