@elliemae/ds-global-header 2.3.1-rc.0 → 2.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-global-header",
3
- "version": "2.3.1-rc.0",
3
+ "version": "2.3.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Global Header",
6
6
  "module": "./esm/index.js",
@@ -132,12 +132,14 @@
132
132
  "build": "node ../../scripts/build/build.js"
133
133
  },
134
134
  "dependencies": {
135
- "@elliemae/ds-app-picker": "2.3.1-rc.0",
136
- "@elliemae/ds-grid": "2.3.1-rc.0",
137
- "@elliemae/ds-icons": "2.3.1-rc.0",
138
- "@elliemae/ds-popperjs": "2.3.1-rc.0",
139
- "@elliemae/ds-props-helpers": "2.3.1-rc.0",
140
- "@elliemae/ds-utilities": "2.3.1-rc.0",
135
+ "@elliemae/ds-app-picker": "2.3.2",
136
+ "@elliemae/ds-form": "2.3.2",
137
+ "@elliemae/ds-grid": "2.3.2",
138
+ "@elliemae/ds-icon": "2.3.2",
139
+ "@elliemae/ds-icons": "2.3.2",
140
+ "@elliemae/ds-popperjs": "2.3.2",
141
+ "@elliemae/ds-props-helpers": "2.3.2",
142
+ "@elliemae/ds-utilities": "2.3.2",
141
143
  "react-desc": "~4.1.3",
142
144
  "uid": "~2.0.0"
143
145
  },
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ import type { SearchTogglePropsT } from '../../GlobalHeaderTypes';
2
3
  export declare const SearchToggle: ({ id, componentProps, ...otherProps }: SearchTogglePropsT) => JSX.Element;