@elliemae/ds-global-header 2.4.18 → 2.4.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-global-header",
3
- "version": "2.4.18",
3
+ "version": "2.4.19",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Global Header",
6
6
  "module": "./esm/index.js",
@@ -132,14 +132,14 @@
132
132
  "build": "node ../../scripts/build/build.js"
133
133
  },
134
134
  "dependencies": {
135
- "@elliemae/ds-app-picker": "2.4.18",
136
- "@elliemae/ds-form": "2.4.18",
137
- "@elliemae/ds-grid": "2.4.18",
138
- "@elliemae/ds-icon": "2.4.18",
139
- "@elliemae/ds-icons": "2.4.18",
140
- "@elliemae/ds-popperjs": "2.4.18",
141
- "@elliemae/ds-props-helpers": "2.4.18",
142
- "@elliemae/ds-utilities": "2.4.18",
135
+ "@elliemae/ds-app-picker": "2.4.19",
136
+ "@elliemae/ds-form": "2.4.19",
137
+ "@elliemae/ds-grid": "2.4.19",
138
+ "@elliemae/ds-icon": "2.4.19",
139
+ "@elliemae/ds-icons": "2.4.19",
140
+ "@elliemae/ds-popperjs": "2.4.19",
141
+ "@elliemae/ds-props-helpers": "2.4.19",
142
+ "@elliemae/ds-utilities": "2.4.19",
143
143
  "react-desc": "~4.1.3",
144
144
  "uid": "~2.0.0"
145
145
  },
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import type { GlobalHeaderPropsT as Props } from './GlobalHeaderTypes';
4
3
  declare const GlobalHeader: {
5
4
  (props: Props): JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { GlobalHeaderContainerT } from './GlobalHeaderTypes';
3
2
  export declare const GlobalHeaderContainer: ({ children }: GlobalHeaderContainerT) => JSX.Element;
@@ -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 GlobalHeaderTitle: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GlobalHeaderToolbar: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const ToolbarItems: () => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { PopupPropsT as Props } from '../../GlobalHeaderTypes';
3
2
  export declare const PopupMenu: ({ Icon, title, onClick, id, componentProps, ...otherProps }: Props) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { SearchTogglePropsT } from '../../GlobalHeaderTypes';
3
2
  export declare const SearchToggle: ({ id, componentProps, ...otherProps }: SearchTogglePropsT) => JSX.Element;