@elliemae/ds-global-header 3.33.0-next.4 → 3.33.0-next.6

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.33.0-next.4",
3
+ "version": "3.33.0-next.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Global Header",
6
6
  "files": [
@@ -136,20 +136,20 @@
136
136
  },
137
137
  "dependencies": {
138
138
  "uid": "~2.0.1",
139
- "@elliemae/ds-grid": "3.33.0-next.4",
140
- "@elliemae/ds-icons": "3.33.0-next.4",
141
- "@elliemae/ds-props-helpers": "3.33.0-next.4",
142
- "@elliemae/ds-app-picker": "3.33.0-next.4",
143
- "@elliemae/ds-system": "3.33.0-next.4",
144
- "@elliemae/ds-utilities": "3.33.0-next.4",
145
- "@elliemae/ds-form": "3.33.0-next.4",
146
- "@elliemae/ds-hooks-fontsize-media": "3.33.0-next.4",
147
- "@elliemae/ds-popperjs": "3.33.0-next.4"
139
+ "@elliemae/ds-app-picker": "3.33.0-next.6",
140
+ "@elliemae/ds-form": "3.33.0-next.6",
141
+ "@elliemae/ds-grid": "3.33.0-next.6",
142
+ "@elliemae/ds-hooks-fontsize-media": "3.33.0-next.6",
143
+ "@elliemae/ds-popperjs": "3.33.0-next.6",
144
+ "@elliemae/ds-props-helpers": "3.33.0-next.6",
145
+ "@elliemae/ds-icons": "3.33.0-next.6",
146
+ "@elliemae/ds-system": "3.33.0-next.6",
147
+ "@elliemae/ds-utilities": "3.33.0-next.6"
148
148
  },
149
149
  "devDependencies": {
150
150
  "@elliemae/pui-cli": "~9.0.0-next.31",
151
151
  "styled-components": "~5.3.9",
152
- "@elliemae/ds-monorepo-devops": "3.33.0-next.4"
152
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.6"
153
153
  },
154
154
  "peerDependencies": {
155
155
  "lodash": "^4.17.21",
@@ -163,7 +163,7 @@
163
163
  },
164
164
  "scripts": {
165
165
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
166
- "test": "pui-cli test --passWithNoTests",
166
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
167
167
  "lint": "node ../../../scripts/lint.mjs",
168
168
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
169
169
  "dts": "node ../../../scripts/dts.mjs",