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