@elliemae/ds-left-navigation 3.22.0-next.2 → 3.22.0-next.3

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
  type useOpenableOnClickHandlerProps = {
3
2
  id: string;
4
3
  onExpand: React.MouseEventHandler & React.KeyboardEventHandler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-left-navigation",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Left Navigation",
6
6
  "files": [
@@ -235,21 +235,23 @@
235
235
  "typeSafety": false
236
236
  },
237
237
  "dependencies": {
238
- "@elliemae/ds-button-v2": "3.22.0-next.2",
239
- "@elliemae/ds-circular-progress-indicator": "3.22.0-next.2",
240
- "@elliemae/ds-grid": "3.22.0-next.2",
241
- "@elliemae/ds-icons": "3.22.0-next.2",
242
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
243
- "@elliemae/ds-skeleton": "3.22.0-next.2",
244
- "@elliemae/ds-system": "3.22.0-next.2",
245
- "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.2"
238
+ "@elliemae/ds-button-v2": "3.22.0-next.3",
239
+ "@elliemae/ds-circular-progress-indicator": "3.22.0-next.3",
240
+ "@elliemae/ds-grid": "3.22.0-next.3",
241
+ "@elliemae/ds-icons": "3.22.0-next.3",
242
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
243
+ "@elliemae/ds-skeleton": "3.22.0-next.3",
244
+ "@elliemae/ds-system": "3.22.0-next.3",
245
+ "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.3"
246
246
  },
247
247
  "devDependencies": {
248
+ "@elliemae/pui-cli": "~9.0.0-next.17",
248
249
  "@testing-library/jest-dom": "~5.16.5",
249
250
  "@testing-library/react": "~12.1.3",
250
251
  "@testing-library/user-event": "~13.5.0",
251
252
  "jest-axe": "^7.0.1",
252
- "styled-components": "~5.3.9"
253
+ "styled-components": "~5.3.9",
254
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
253
255
  },
254
256
  "peerDependencies": {
255
257
  "lodash": "^4.17.21",
@@ -258,7 +260,7 @@
258
260
  "styled-components": "~5.3.9"
259
261
  },
260
262
  "scripts": {
261
- "test": "node ../../scripts/testing/test.mjs",
263
+ "test": "pui-cli test --passWithNoTests",
262
264
  "lint": "node ../../scripts/lint.mjs",
263
265
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
264
266
  "dts": "node ../../scripts/dts.mjs",