@elliemae/ds-global-header 3.31.4 → 3.31.5

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.
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GlobalHeaderBreadcrumb: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GlobalHeaderLogo: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GlobalHeaderToolbar: () => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSGlobalHeaderInternalsT } from '../../../../sharedTypes.js';
3
2
  export declare const AppPicker: ({ label, id, setRef, componentProps, ...otherProps }: DSGlobalHeaderInternalsT.AppPickerProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSGlobalHeaderInternalsT } from '../../../../sharedTypes.js';
3
2
  export declare const PopupMenu: ({ Icon, onClick, id, setRef, componentProps, ...otherProps }: DSGlobalHeaderInternalsT.PopupProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSGlobalHeaderInternalsT } from '../../../../sharedTypes.js';
3
2
  export declare const SearchToggle: ({ id, setRef, componentProps, ...otherProps }: DSGlobalHeaderInternalsT.SearchToggleProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-global-header",
3
- "version": "3.31.4",
3
+ "version": "3.31.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Global Header",
6
6
  "files": [
@@ -136,19 +136,19 @@
136
136
  },
137
137
  "dependencies": {
138
138
  "uid": "~2.0.1",
139
- "@elliemae/ds-app-picker": "3.31.4",
140
- "@elliemae/ds-grid": "3.31.4",
141
- "@elliemae/ds-popperjs": "3.31.4",
142
- "@elliemae/ds-props-helpers": "3.31.4",
143
- "@elliemae/ds-icons": "3.31.4",
144
- "@elliemae/ds-system": "3.31.4",
145
- "@elliemae/ds-utilities": "3.31.4",
146
- "@elliemae/ds-form": "3.31.4"
139
+ "@elliemae/ds-app-picker": "3.31.5",
140
+ "@elliemae/ds-form": "3.31.5",
141
+ "@elliemae/ds-grid": "3.31.5",
142
+ "@elliemae/ds-icons": "3.31.5",
143
+ "@elliemae/ds-popperjs": "3.31.5",
144
+ "@elliemae/ds-props-helpers": "3.31.5",
145
+ "@elliemae/ds-system": "3.31.5",
146
+ "@elliemae/ds-utilities": "3.31.5"
147
147
  },
148
148
  "devDependencies": {
149
149
  "@elliemae/pui-cli": "~9.0.0-next.31",
150
150
  "styled-components": "~5.3.9",
151
- "@elliemae/ds-monorepo-devops": "3.31.4"
151
+ "@elliemae/ds-monorepo-devops": "3.31.5"
152
152
  },
153
153
  "peerDependencies": {
154
154
  "lodash": "^4.17.21",