@ray-js/smart-ui 2.3.4-beta-10 → 2.3.4-beta-11
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.
|
@@ -29,6 +29,16 @@ export interface SmartTabProps {
|
|
|
29
29
|
* 自定义标题样式
|
|
30
30
|
*/
|
|
31
31
|
titleStyle?: React.CSSProperties;
|
|
32
|
+
/**
|
|
33
|
+
* @description 二级标题
|
|
34
|
+
* @version 2.3.5
|
|
35
|
+
*/
|
|
36
|
+
subtitle?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @description 二级标题样式
|
|
39
|
+
* @version 2.3.5
|
|
40
|
+
*/
|
|
41
|
+
subtitleStyle?: React.CSSProperties;
|
|
32
42
|
}
|
|
33
43
|
export type SmartTabEvents = {};
|
|
34
44
|
export type SmartTabExternalClassName = SmartBaseExternalClassName;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.3.4-beta-
|
|
3
|
+
"version": "2.3.4-beta-11",
|
|
4
4
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"syncMiniappData": "node ./build/syncMiniappData.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ray-js/components-ty-slider": "^0.3.2",
|
|
39
|
-
"@tuya-miniapp/smart-ui": "2.3.4
|
|
39
|
+
"@tuya-miniapp/smart-ui": "^2.3.4",
|
|
40
40
|
"lodash-es": "^4.17.21"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|