@elliemae/ds-basic 3.57.0-next.31 → 3.57.0-next.34
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.
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-basic",
|
|
3
|
-
"version": "3.57.0-next.
|
|
3
|
+
"version": "3.57.0-next.34",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "EllieMae UI Design System Library",
|
|
6
6
|
"files": [
|
|
@@ -32,37 +32,38 @@
|
|
|
32
32
|
"reportFile": "tests.xml",
|
|
33
33
|
"indent": 4
|
|
34
34
|
},
|
|
35
|
+
"scripts": {
|
|
36
|
+
"test:e2e": "../../../node_modules//node_modules/.bin/wdio run ../../../wdio.conf.js",
|
|
37
|
+
"test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
|
|
38
|
+
"compile:scss": "node-sass ./styles/dimsum.scss ./dist/css/dimsum.css",
|
|
39
|
+
"prebuild:css": "gulp copySCSSFiles && pnpm run compile:scss",
|
|
40
|
+
"build:css": "postcss ./dist/css/dimsum.css -u autoprefixer -b \"> 0.5% in US, not ie 11, not dead\" -r --no-map && postcss ./dist/css/dimsum.css -m -u cssnano -o ./dist/css/dimsum.min.css",
|
|
41
|
+
"prebuild": "exit 0",
|
|
42
|
+
"build": "node ./copyPrebuiltFilesInDist.mjs",
|
|
43
|
+
"dev": "exit 0",
|
|
44
|
+
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
45
|
+
},
|
|
35
46
|
"devDependencies": {
|
|
36
|
-
"@elliemae/
|
|
47
|
+
"@elliemae/ds-monorepo-devops": "3.57.0-next.34",
|
|
48
|
+
"@elliemae/pui-cli": "catalog:",
|
|
37
49
|
"cssnano": "~5.1.15",
|
|
38
50
|
"gulp": "~4.0.2",
|
|
39
51
|
"gulp-rename": "~2.0.0",
|
|
40
|
-
"jest": "
|
|
52
|
+
"jest": "catalog:",
|
|
41
53
|
"postcss": "^8.4.38",
|
|
42
54
|
"postcss-cli": "~9.1.0",
|
|
43
55
|
"postcss-focus-within": "~5.0.4",
|
|
44
56
|
"postcss-styled": "~0.34.0",
|
|
45
|
-
"postcss-syntax": "~0.36.2"
|
|
46
|
-
"@elliemae/ds-monorepo-devops": "3.57.0-next.31"
|
|
57
|
+
"postcss-syntax": "~0.36.2"
|
|
47
58
|
},
|
|
48
59
|
"peerDependencies": {
|
|
49
|
-
"lodash-es": "
|
|
50
|
-
"react": "
|
|
51
|
-
"react-dom": "
|
|
60
|
+
"lodash-es": "catalog:",
|
|
61
|
+
"react": "catalog:",
|
|
62
|
+
"react-dom": "catalog:"
|
|
52
63
|
},
|
|
53
64
|
"publishConfig": {
|
|
54
65
|
"access": "public",
|
|
55
66
|
"typeSafety": false
|
|
56
67
|
},
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
"test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
|
|
60
|
-
"compile:scss": "node-sass ./styles/dimsum.scss ./dist/css/dimsum.css",
|
|
61
|
-
"prebuild:css": "gulp copySCSSFiles && pnpm run compile:scss",
|
|
62
|
-
"build:css": "postcss ./dist/css/dimsum.css -u autoprefixer -b \"> 0.5% in US, not ie 11, not dead\" -r --no-map && postcss ./dist/css/dimsum.css -m -u cssnano -o ./dist/css/dimsum.min.css",
|
|
63
|
-
"prebuild": "exit 0",
|
|
64
|
-
"build": "node ./copyPrebuiltFilesInDist.mjs",
|
|
65
|
-
"dev": "exit 0",
|
|
66
|
-
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
67
|
-
}
|
|
68
|
-
}
|
|
68
|
+
"gitHead": "725e232aa57d9c53d609bca458994c64eb74f994"
|
|
69
|
+
}
|