@trionesdev/antd-taro-react 0.0.2-beta.20 → 0.0.2-beta.21
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/LICENSE +21 -21
- package/dist/ActionSheet/style.scss +52 -52
- package/dist/Button/style.scss +246 -246
- package/dist/Calendar/style.scss +88 -88
- package/dist/Calendar/touchable-calendar-grid.js +9 -9
- package/dist/CalendarDatetimePicker/style.scss +62 -62
- package/dist/CalendarPicker/style.scss +32 -32
- package/dist/CascaderPicker/style.scss +45 -45
- package/dist/DatePicker/style.scss +41 -41
- package/dist/FetchPicker/styles.scss +130 -130
- package/dist/FloatButton/style.scss +126 -126
- package/dist/Form/style.scss +100 -100
- package/dist/ImagesPreview/style.scss +34 -34
- package/dist/ImagesWall/style.scss +70 -70
- package/dist/Input/index.scss +282 -282
- package/dist/Overlay/style.scss +20 -20
- package/dist/Picker/style.scss +41 -41
- package/dist/PickerView/style.scss +13 -13
- package/dist/Popup/style.scss +126 -126
- package/dist/SideBar/side-bar.js +6 -6
- package/dist/SideBar/style.scss +85 -85
- package/dist/Toast/style.scss +63 -63
- package/dist/VerificationCodeInput/style.scss +20 -20
- package/dist/style/variable.scss +34 -34
- package/package.json +4 -4
- package/readme.md +23 -23
package/dist/style/variable.scss
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
@forward "@trionesdev/antd-mobile-base-react/dist/style/variable";
|
|
2
|
-
|
|
3
|
-
@mixin h5-label-size {
|
|
4
|
-
height: 1.47059em;
|
|
5
|
-
line-height: 1.47059;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@mixin h5-input-size {
|
|
9
|
-
height: 1.47059em;
|
|
10
|
-
line-height: 1.47059;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@mixin h5-line-height {
|
|
14
|
-
line-height: 1.47059;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@mixin wx-input-size {
|
|
18
|
-
min-height: 1.4rem;
|
|
19
|
-
line-height: 1.4rem;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@mixin wx-line-height {
|
|
24
|
-
line-height: 1.4rem;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
page {
|
|
28
|
-
font-size: 14Px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
view {
|
|
32
|
-
box-sizing: border-box;
|
|
33
|
-
font-size: 14Px;
|
|
34
|
-
}
|
|
1
|
+
@forward "@trionesdev/antd-mobile-base-react/dist/style/variable";
|
|
2
|
+
|
|
3
|
+
@mixin h5-label-size {
|
|
4
|
+
height: 1.47059em;
|
|
5
|
+
line-height: 1.47059;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin h5-input-size {
|
|
9
|
+
height: 1.47059em;
|
|
10
|
+
line-height: 1.47059;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin h5-line-height {
|
|
14
|
+
line-height: 1.47059;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@mixin wx-input-size {
|
|
18
|
+
min-height: 1.4rem;
|
|
19
|
+
line-height: 1.4rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
@mixin wx-line-height {
|
|
24
|
+
line-height: 1.4rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
page {
|
|
28
|
+
font-size: 14Px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
view {
|
|
32
|
+
box-sizing: border-box;
|
|
33
|
+
font-size: 14Px;
|
|
34
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trionesdev/antd-taro-react",
|
|
3
|
-
"version": "0.0.2-beta.
|
|
3
|
+
"version": "0.0.2-beta.21",
|
|
4
4
|
"description": "antd taro react",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@tarojs/react": "4.2.0",
|
|
46
46
|
"@tarojs/taro": "4.2.0",
|
|
47
47
|
"@trionesdev/antd-mobile-base-react": "workspace:*",
|
|
48
|
-
"@trionesdev/antd-mobile-icons-react": "0.0.2-beta.
|
|
48
|
+
"@trionesdev/antd-mobile-icons-react": "0.0.2-beta.21",
|
|
49
49
|
"@types/crypto-js": "^4.2.2",
|
|
50
50
|
"@types/lodash-es": "^4.17.12",
|
|
51
51
|
"@types/node": "^18.19.123",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@tarojs/components": "4.2.0",
|
|
59
|
-
"@trionesdev/antd-mobile-base-react": "0.0.2-beta.
|
|
59
|
+
"@trionesdev/antd-mobile-base-react": "0.0.2-beta.21",
|
|
60
60
|
"crypto-js": "^4.2.0",
|
|
61
61
|
"dayjs": "^1.11.19",
|
|
62
62
|
"rc-field-form": "^2.7.0",
|
|
63
63
|
"react": "^18.0.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "f7df86844499f4352c8a55b3b8df312326dff891"
|
|
66
66
|
}
|
package/readme.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# @trionesdev/antd-taro-react
|
|
2
|
-
|
|
3
|
-
[](https://npmjs.com/package/@trionesdev/antd-taro-react)
|
|
4
|
-
[](https://npmjs.com/package/@trionesdev/antd-taro-react)
|
|
5
|
-
|
|
6
|
-
## Install
|
|
7
|
-
|
|
8
|
-
```bash
|
|
9
|
-
$ pnpm install
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
$ npm run dev
|
|
14
|
-
$ npm run build
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Options
|
|
18
|
-
|
|
19
|
-
TODO
|
|
20
|
-
|
|
21
|
-
## LICENSE
|
|
22
|
-
|
|
23
|
-
MIT
|
|
1
|
+
# @trionesdev/antd-taro-react
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.com/package/@trionesdev/antd-taro-react)
|
|
4
|
+
[](https://npmjs.com/package/@trionesdev/antd-taro-react)
|
|
5
|
+
|
|
6
|
+
## Install
|
|
7
|
+
|
|
8
|
+
```bash
|
|
9
|
+
$ pnpm install
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
$ npm run dev
|
|
14
|
+
$ npm run build
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Options
|
|
18
|
+
|
|
19
|
+
TODO
|
|
20
|
+
|
|
21
|
+
## LICENSE
|
|
22
|
+
|
|
23
|
+
MIT
|