@elliemae/ds-left-navigation 3.34.0-next.2 → 3.34.0-next.4
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-left-navigation",
|
|
3
|
-
"version": "3.34.0-next.
|
|
3
|
+
"version": "3.34.0-next.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Left Navigation",
|
|
6
6
|
"files": [
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"types": "./dist/types/index.d.ts",
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
+
"types": "./dist/types/index.d.ts",
|
|
14
15
|
"import": "./dist/esm/index.js",
|
|
15
16
|
"require": "./dist/cjs/index.js"
|
|
16
17
|
},
|
|
@@ -235,19 +236,19 @@
|
|
|
235
236
|
"typeSafety": false
|
|
236
237
|
},
|
|
237
238
|
"dependencies": {
|
|
238
|
-
"@elliemae/ds-button-v2": "3.34.0-next.
|
|
239
|
-
"@elliemae/ds-
|
|
240
|
-
"@elliemae/ds-
|
|
241
|
-
"@elliemae/ds-
|
|
242
|
-
"@elliemae/ds-
|
|
243
|
-
"@elliemae/ds-
|
|
244
|
-
"@elliemae/ds-system": "3.34.0-next.
|
|
245
|
-
"@elliemae/ds-
|
|
239
|
+
"@elliemae/ds-button-v2": "3.34.0-next.4",
|
|
240
|
+
"@elliemae/ds-grid": "3.34.0-next.4",
|
|
241
|
+
"@elliemae/ds-circular-progress-indicator": "3.34.0-next.4",
|
|
242
|
+
"@elliemae/ds-icons": "3.34.0-next.4",
|
|
243
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.4",
|
|
244
|
+
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.4",
|
|
245
|
+
"@elliemae/ds-system": "3.34.0-next.4",
|
|
246
|
+
"@elliemae/ds-skeleton": "3.34.0-next.4"
|
|
246
247
|
},
|
|
247
248
|
"devDependencies": {
|
|
248
249
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
249
250
|
"styled-components": "~5.3.9",
|
|
250
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
|
251
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.4"
|
|
251
252
|
},
|
|
252
253
|
"peerDependencies": {
|
|
253
254
|
"lodash": "^4.17.21",
|
|
@@ -257,8 +258,7 @@
|
|
|
257
258
|
},
|
|
258
259
|
"scripts": {
|
|
259
260
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
260
|
-
"lint": "node ../../../scripts/lint.mjs",
|
|
261
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
|
261
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
262
262
|
"dts": "node ../../../scripts/dts.mjs",
|
|
263
263
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
264
264
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|