s-material-react 2.2.48 → 2.2.49
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/README.md +5 -5
- package/css/common/card.scss +77 -77
- package/css/pages/cube.scss +131 -131
- package/css/pages/goodsDetail.scss +644 -644
- package/css/pages/order-goodsItem.scss +25 -25
- package/css/pages/orderList.scss +126 -126
- package/css/pages/paymentMode.scss +101 -101
- package/css/pages/placeOrderGroup.scss +363 -363
- package/dist/index.js +1 -1
- package/dist/static/icon/index.d.ts +15 -14
- package/package.json +54 -54
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export declare const SEARCH = "
|
|
2
|
-
export declare const COLLECTING = "
|
|
3
|
-
export declare const NOTCOLLECTING = "
|
|
4
|
-
export declare const OBLIGATION = "
|
|
5
|
-
export declare const ORDERTOPAY = "
|
|
6
|
-
export declare const ORDERTORECEIVE = "
|
|
7
|
-
export declare const FINISH = "
|
|
8
|
-
export declare const AFTERSALE = "
|
|
9
|
-
export declare const THREE_DOTS = "
|
|
10
|
-
export declare const SHARE = "
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
1
|
+
export declare const SEARCH = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/search.png";
|
|
2
|
+
export declare const COLLECTING = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/collecting.png";
|
|
3
|
+
export declare const NOTCOLLECTING = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/notcollecting.png";
|
|
4
|
+
export declare const OBLIGATION = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/obligation.png";
|
|
5
|
+
export declare const ORDERTOPAY = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/ORDERTOPAY.png";
|
|
6
|
+
export declare const ORDERTORECEIVE = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/ORDERTORECEIVE.png";
|
|
7
|
+
export declare const FINISH = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/FINISH.png";
|
|
8
|
+
export declare const AFTERSALE = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/AFTERSALE.png";
|
|
9
|
+
export declare const THREE_DOTS = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/THREE_DOTS.png";
|
|
10
|
+
export declare const SHARE = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/share.svg";
|
|
11
|
+
export declare const SHAREFILL = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/share-fill.svg";
|
|
12
|
+
export declare const SHOPPINGCAR = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/shoppingcarsvg.svg";
|
|
13
|
+
export declare const HAIBAO = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/haibao.svg";
|
|
14
|
+
export declare const COLLECTLINE = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/collect.svg";
|
|
15
|
+
export declare const COLLECTFILL = "https://brushes.oss-cn-shanghai.aliyuncs.com/jinmen/icon/collect-fill.svg";
|
package/package.json
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "s-material-react",
|
|
3
|
-
"version": "2.2.
|
|
4
|
-
"description": "'组件库'",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"sideEffects": [
|
|
7
|
-
"*.scss",
|
|
8
|
-
"*.css"
|
|
9
|
-
],
|
|
10
|
-
"files": [
|
|
11
|
-
"dist",
|
|
12
|
-
"css",
|
|
13
|
-
"iconfont"
|
|
14
|
-
],
|
|
15
|
-
"scripts": {
|
|
16
|
-
"start": "concurrently npm:start:*",
|
|
17
|
-
"start:ts": "rollup -c -w",
|
|
18
|
-
"start:css": "npx nodemon --config ./nodemon.json",
|
|
19
|
-
"cp-css": "rm -rf css/ && mkdir -p ./css && cp -R src/scss/* ./css",
|
|
20
|
-
"build": "npm run cp-css && rm -rf dist/ && prettier --write src/ && rollup -c",
|
|
21
|
-
"push": "git add . && git commit -m",
|
|
22
|
-
"postpush": "git push",
|
|
23
|
-
"prepublishOnly": "echo 我们准备发布npm包",
|
|
24
|
-
"publishOnly": "npm run build && npm run push",
|
|
25
|
-
"postpublishOnly": "npm version patch && npm publish && git push"
|
|
26
|
-
},
|
|
27
|
-
"author": "",
|
|
28
|
-
"license": "ISC",
|
|
29
|
-
"dependencies": {
|
|
30
|
-
"@brushes/simulate-component": "^0.3.5",
|
|
31
|
-
"classnames": "^2.3.2"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@brushes/mobile-form": "^0.1.0",
|
|
35
|
-
"@brushes/request": "^2.0.3",
|
|
36
|
-
"@brushes/shared-utils": "^0.0.96",
|
|
37
|
-
"@brushes/utils": "^1.0.0",
|
|
38
|
-
"@rollup/plugin-terser": "^0.4.0",
|
|
39
|
-
"@types/node": ">=18.15.7",
|
|
40
|
-
"@types/react": "^18.0.28",
|
|
41
|
-
"concurrently": "^7.6.0",
|
|
42
|
-
"dayjs": "^1.11.7",
|
|
43
|
-
"lodash-es": "^4.17.21",
|
|
44
|
-
"nodemon": "^2.0.22",
|
|
45
|
-
"prettier": "^2.8.7",
|
|
46
|
-
"qj-b2c-api": "*",
|
|
47
|
-
"qj-b2b-api": "^0.1.0",
|
|
48
|
-
"qj-b2c-store": "*",
|
|
49
|
-
"react": "^18.2.0",
|
|
50
|
-
"rollup-plugin-typescript2": "^0.34.1",
|
|
51
|
-
"tsconfig": "*",
|
|
52
|
-
"typescript": ">=5.0.2"
|
|
53
|
-
}
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "s-material-react",
|
|
3
|
+
"version": "2.2.49",
|
|
4
|
+
"description": "'组件库'",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.scss",
|
|
8
|
+
"*.css"
|
|
9
|
+
],
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"css",
|
|
13
|
+
"iconfont"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"start": "concurrently npm:start:*",
|
|
17
|
+
"start:ts": "rollup -c -w",
|
|
18
|
+
"start:css": "npx nodemon --config ./nodemon.json",
|
|
19
|
+
"cp-css": "rm -rf css/ && mkdir -p ./css && cp -R src/scss/* ./css",
|
|
20
|
+
"build": "npm run cp-css && rm -rf dist/ && prettier --write src/ && rollup -c",
|
|
21
|
+
"push": "git add . && git commit -m",
|
|
22
|
+
"postpush": "git push",
|
|
23
|
+
"prepublishOnly": "echo 我们准备发布npm包",
|
|
24
|
+
"publishOnly": "npm run build && npm run push",
|
|
25
|
+
"postpublishOnly": "npm version patch && npm publish && git push"
|
|
26
|
+
},
|
|
27
|
+
"author": "",
|
|
28
|
+
"license": "ISC",
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@brushes/simulate-component": "^0.3.5",
|
|
31
|
+
"classnames": "^2.3.2"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@brushes/mobile-form": "^0.1.0",
|
|
35
|
+
"@brushes/request": "^2.0.3",
|
|
36
|
+
"@brushes/shared-utils": "^0.0.96",
|
|
37
|
+
"@brushes/utils": "^1.0.0",
|
|
38
|
+
"@rollup/plugin-terser": "^0.4.0",
|
|
39
|
+
"@types/node": ">=18.15.7",
|
|
40
|
+
"@types/react": "^18.0.28",
|
|
41
|
+
"concurrently": "^7.6.0",
|
|
42
|
+
"dayjs": "^1.11.7",
|
|
43
|
+
"lodash-es": "^4.17.21",
|
|
44
|
+
"nodemon": "^2.0.22",
|
|
45
|
+
"prettier": "^2.8.7",
|
|
46
|
+
"qj-b2c-api": "*",
|
|
47
|
+
"qj-b2b-api": "^0.1.0",
|
|
48
|
+
"qj-b2c-store": "*",
|
|
49
|
+
"react": "^18.2.0",
|
|
50
|
+
"rollup-plugin-typescript2": "^0.34.1",
|
|
51
|
+
"tsconfig": "*",
|
|
52
|
+
"typescript": ">=5.0.2"
|
|
53
|
+
}
|
|
54
|
+
}
|