@ray-js/smart-ui 2.2.1-beta-1 → 2.2.1-beta-3

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.
@@ -74,6 +74,6 @@ export interface SmartBottomSheetEvents extends SmartTransitionEvents {
74
74
  onClickOverlay?: SmartEventHandler;
75
75
  }
76
76
  /**
77
- * Since 2.0.0
77
+ * Since v2.0.0
78
78
  */
79
79
  export type SmartBottomSheet = SmartComponent<SmartBottomSheetProps, SmartBottomSheetEvents, SmartBaseExternalClassName>;
@@ -23,21 +23,21 @@ export interface SmartNavBarProps {
23
23
  /**
24
24
  * 左侧文案样式类型,默认为 back
25
25
  *
26
- * @version 2.0.0
26
+ * @version v2.0.0
27
27
  * @default 'back'
28
28
  */
29
29
  leftTextType?: 'home' | 'title' | 'back';
30
30
  /**
31
31
  * 左侧 Icon
32
32
  *
33
- * @version 2.0.0
33
+ * @version v2.0.0
34
34
  * @default ''
35
35
  */
36
36
  leftIcon?: string;
37
37
  /**
38
38
  * 左侧 Icon 大小,默认为 32
39
39
  *
40
- * @version 2.0.0
40
+ * @version v2.0.0
41
41
  * @default 32
42
42
  */
43
43
  leftIconSize?: string | number;
@@ -100,19 +100,19 @@ export interface SmartNavBarEvents {
100
100
  /**
101
101
  * 点击中央标题时触发
102
102
  *
103
- * @version 2.0.0
103
+ * @version v2.0.0
104
104
  */
105
105
  onClickTitle?: SmartEventHandler;
106
106
  /**
107
107
  * 点击左侧 icon 时触发
108
108
  *
109
- * @version 2.0.0
109
+ * @version v2.0.0
110
110
  */
111
111
  onClickLeftIcon?: SmartEventHandler;
112
112
  /**
113
113
  * 点击左侧文本时触发
114
114
  *
115
- * @version 2.0.0
115
+ * @version v2.0.0
116
116
  */
117
117
  onClickLeftText?: SmartEventHandler;
118
118
  }
@@ -124,7 +124,7 @@ export interface SmartNavBarExternalClassName extends SmartBaseExternalClassName
124
124
  /**
125
125
  * 左侧 Icon 样式类
126
126
  *
127
- * @version 2.0.0
127
+ * @version v2.0.0
128
128
  */
129
129
  leftIconClass?: string;
130
130
  /**
@@ -121,7 +121,7 @@ export interface SmartPickerProps {
121
121
  unit?: string;
122
122
  /**
123
123
  * 选中状态的样式
124
- * @version 2.0.0
124
+ * @version v2.0.0
125
125
  * @default ''
126
126
  */
127
127
  activeStyle?: React.CSSProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.2.1-beta-1",
3
+ "version": "2.2.1-beta-3",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@ray-js/components-ty-slider": "^0.3.1",
38
- "@tuya-miniapp/smart-ui": "^2.2.0",
38
+ "@tuya-miniapp/smart-ui": "2.2.1-beta-1",
39
39
  "lodash-es": "^4.17.21"
40
40
  },
41
41
  "devDependencies": {