@ray-js/smart-ui 2.3.5-beta-1 → 2.3.5

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.
@@ -11,6 +11,11 @@ export interface SmartPickerMultipleColumn {
11
11
  * @version 2.0.0
12
12
  */
13
13
  style?: React.CSSProperties;
14
+ /**
15
+ * @description 列的字体样式
16
+ * @version 2.3.5
17
+ */
18
+ fontStyle?: React.CSSProperties;
14
19
  /**
15
20
  * 初始选中项的索引,默认为 `0`
16
21
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.3.5-beta-1",
3
+ "version": "2.3.5",
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.5",
40
40
  "lodash-es": "^4.17.21"
41
41
  },
42
42
  "devDependencies": {