@elliemae/ds-global-header 3.52.1 → 3.53.0-beta.10

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type DSGlobalHeaderT } from './react-desc-prop-types.js';
3
2
  declare const DSGlobalHeader: {
4
3
  (props: DSGlobalHeaderT.Props): JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSGlobalHeaderInternalsT } from './sharedTypes.js';
3
2
  export declare const DSGlobalHeaderContext: import("react").Context<DSGlobalHeaderInternalsT.Context>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type DSGlobalHeaderT } from '../react-desc-prop-types.js';
3
2
  import { type DSGlobalHeaderInternalsT } from '../sharedTypes.js';
4
3
  export declare const useGlobalHeader: (props: DSGlobalHeaderT.Props) => {
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GlobalHeaderBreadcrumb: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface PipeT {
3
2
  showIconOnly: boolean;
4
3
  }
@@ -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 StyledLogoContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
@@ -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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface UsePopupMenuContentT {
3
2
  setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
4
3
  }
@@ -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;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledMenubarContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
3
2
  withSpan: boolean;
4
3
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const useGlobalHeaderToolbar: () => {
3
2
  listRef: import("react").MutableRefObject<HTMLDivElement | null>;
4
3
  setRef: (index: number) => (ref: HTMLElement | null) => void;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
3
2
  export declare const StyledButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-global-header",
3
- "version": "3.52.1",
3
+ "version": "3.53.0-beta.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Global Header",
6
6
  "files": [
@@ -37,20 +37,21 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "uid": "~2.0.1",
40
- "@elliemae/ds-app-picker": "3.52.1",
41
- "@elliemae/ds-form": "3.52.1",
42
- "@elliemae/ds-grid": "3.52.1",
43
- "@elliemae/ds-hooks-fontsize-media": "3.52.1",
44
- "@elliemae/ds-props-helpers": "3.52.1",
45
- "@elliemae/ds-icons": "3.52.1",
46
- "@elliemae/ds-popperjs": "3.52.1",
47
- "@elliemae/ds-system": "3.52.1"
40
+ "@elliemae/ds-app-picker": "3.53.0-beta.10",
41
+ "@elliemae/ds-form": "3.53.0-beta.10",
42
+ "@elliemae/ds-grid": "3.53.0-beta.10",
43
+ "@elliemae/ds-hooks-fontsize-media": "3.53.0-beta.10",
44
+ "@elliemae/ds-popperjs": "3.53.0-beta.10",
45
+ "@elliemae/ds-icons": "3.53.0-beta.10",
46
+ "@elliemae/ds-props-helpers": "3.53.0-beta.10",
47
+ "@elliemae/ds-system": "3.53.0-beta.10"
48
48
  },
49
49
  "devDependencies": {
50
- "@elliemae/pui-cli": "9.0.0-next.63",
50
+ "@elliemae/pui-cli": "9.0.0-next.65",
51
51
  "jest": "~29.7.0",
52
52
  "styled-components": "~5.3.9",
53
- "@elliemae/ds-monorepo-devops": "3.52.1"
53
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.10",
54
+ "@elliemae/ds-test-utils": "3.53.0-beta.10"
54
55
  },
55
56
  "peerDependencies": {
56
57
  "lodash-es": "^4.17.21",