@elliemae/ds-mobile 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 +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-mobile",
|
|
3
|
-
"version": "3.34.0-next.
|
|
3
|
+
"version": "3.34.0-next.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - System",
|
|
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
|
},
|
|
@@ -439,30 +440,30 @@
|
|
|
439
440
|
"prop-types": "~15.8.1",
|
|
440
441
|
"react-window": "~1.8.8",
|
|
441
442
|
"react-window-infinite-loader": "~1.0.8",
|
|
442
|
-
"@elliemae/ds-accordion": "3.34.0-next.
|
|
443
|
-
"@elliemae/ds-button": "3.34.0-next.
|
|
444
|
-
"@elliemae/ds-button-v2": "3.34.0-next.
|
|
445
|
-
"@elliemae/ds-circular-progress-indicator": "3.34.0-next.
|
|
446
|
-
"@elliemae/ds-
|
|
447
|
-
"@elliemae/ds-form": "3.34.0-next.
|
|
448
|
-
"@elliemae/ds-grid": "3.34.0-next.
|
|
449
|
-
"@elliemae/ds-
|
|
450
|
-
"@elliemae/ds-
|
|
451
|
-
"@elliemae/ds-
|
|
452
|
-
"@elliemae/ds-
|
|
453
|
-
"@elliemae/ds-
|
|
454
|
-
"@elliemae/ds-
|
|
455
|
-
"@elliemae/ds-
|
|
456
|
-
"@elliemae/ds-utilities": "3.34.0-next.
|
|
457
|
-
"@elliemae/ds-
|
|
458
|
-
"@elliemae/ds-truncated-expandable-text": "3.34.0-next.
|
|
443
|
+
"@elliemae/ds-accordion": "3.34.0-next.4",
|
|
444
|
+
"@elliemae/ds-button": "3.34.0-next.4",
|
|
445
|
+
"@elliemae/ds-button-v2": "3.34.0-next.4",
|
|
446
|
+
"@elliemae/ds-circular-progress-indicator": "3.34.0-next.4",
|
|
447
|
+
"@elliemae/ds-form": "3.34.0-next.4",
|
|
448
|
+
"@elliemae/ds-form-checkbox": "3.34.0-next.4",
|
|
449
|
+
"@elliemae/ds-grid": "3.34.0-next.4",
|
|
450
|
+
"@elliemae/ds-icon": "3.34.0-next.4",
|
|
451
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.34.0-next.4",
|
|
452
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.4",
|
|
453
|
+
"@elliemae/ds-shared": "3.34.0-next.4",
|
|
454
|
+
"@elliemae/ds-icons": "3.34.0-next.4",
|
|
455
|
+
"@elliemae/ds-system": "3.34.0-next.4",
|
|
456
|
+
"@elliemae/ds-tabs": "3.34.0-next.4",
|
|
457
|
+
"@elliemae/ds-utilities": "3.34.0-next.4",
|
|
458
|
+
"@elliemae/ds-backdrop": "3.34.0-next.4",
|
|
459
|
+
"@elliemae/ds-truncated-expandable-text": "3.34.0-next.4"
|
|
459
460
|
},
|
|
460
461
|
"devDependencies": {
|
|
461
462
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
462
463
|
"@elliemae/pui-theme": "~2.9.3",
|
|
463
464
|
"styled-components": "~5.3.9",
|
|
464
465
|
"styled-system": "~5.1.5",
|
|
465
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
|
466
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.4"
|
|
466
467
|
},
|
|
467
468
|
"peerDependencies": {
|
|
468
469
|
"@elliemae/pui-theme": "~2.9.3",
|
|
@@ -474,8 +475,7 @@
|
|
|
474
475
|
},
|
|
475
476
|
"scripts": {
|
|
476
477
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
477
|
-
"lint": "node ../../../scripts/lint.mjs",
|
|
478
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
|
478
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
479
479
|
"dts": "exit 0 | echo",
|
|
480
480
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
481
481
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|