@trionesdev/antd-taro-react 0.0.2-beta.14 → 0.0.2-beta.16
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/dist/Stepper/index.d.ts +3 -0
- package/dist/Stepper/index.js +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,8 @@ export { default as Space } from './Space';
|
|
|
100
100
|
export type { SpaceProps } from './Space';
|
|
101
101
|
export { default as SpinLoading } from './SpinLoading';
|
|
102
102
|
export type { SpinLoadingProps } from './SpinLoading';
|
|
103
|
+
export { default as Stepper } from './Stepper';
|
|
104
|
+
export type { StepperProps } from './Stepper';
|
|
103
105
|
export { default as Steps } from "./Steps";
|
|
104
106
|
export type { StepsProps, StepsItemProps } from "./Steps";
|
|
105
107
|
export { default as Swiper } from "./Swiper";
|
package/dist/index.js
CHANGED
|
@@ -49,6 +49,7 @@ export { default as Segmented } from "./Segmented";
|
|
|
49
49
|
export { default as SideBar } from "./SideBar";
|
|
50
50
|
export { default as Space } from "./Space";
|
|
51
51
|
export { default as SpinLoading } from "./SpinLoading";
|
|
52
|
+
export { default as Stepper } from "./Stepper";
|
|
52
53
|
export { default as Steps } from "./Steps";
|
|
53
54
|
export { default as Swiper } from "./Swiper";
|
|
54
55
|
export { default as Switch } from "./Switch";
|
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.16",
|
|
4
4
|
"description": "antd taro react",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@tarojs/components": "^4.1.8",
|
|
59
|
-
"@trionesdev/antd-mobile-base-react": "^0.0.2-beta.
|
|
59
|
+
"@trionesdev/antd-mobile-base-react": "^0.0.2-beta.16",
|
|
60
60
|
"crypto-js": "^4.2.0",
|
|
61
61
|
"dayjs": "^1.11.19",
|
|
62
62
|
"rc-field-form": "^2.7.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"optionalDependencies": {
|
|
66
66
|
"@trionesdev/antd-mobile-base-react": "workspace:*",
|
|
67
|
-
"@trionesdev/antd-mobile-icons-react": "0.0.2-beta.
|
|
67
|
+
"@trionesdev/antd-mobile-icons-react": "0.0.2-beta.16"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "c43752ae341cc478de96784586fbf3b36251f4a0"
|
|
70
70
|
}
|