@ray-js/smart-ui 2.1.7-beta-4 → 2.1.7

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.
@@ -13,6 +13,6 @@ function Circle(props) {
13
13
  // @ts-ignore 属性修改,breaking change 向下兼容
14
14
  fillColor: props.color,
15
15
  // @ts-ignore 属性修改,breaking change 向下兼容
16
- percent: props.value }, props)));
16
+ percent: props.value, customStyle: props.style }, props)));
17
17
  }
18
18
  export { Circle };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.1.7-beta-4",
3
+ "version": "2.1.7",
4
4
  "author": "睦海(李利民)",
5
5
  "description": "轻量、可靠的智能小程序 UI 组件库",
6
6
  "scripts": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@ray-js/components-ty-slider": "^0.2.52",
38
- "@tuya-miniapp/smart-ui": "2.1.7-beta-2",
38
+ "@tuya-miniapp/smart-ui": "^2.1.7",
39
39
  "lodash-es": "^4.17.21"
40
40
  },
41
41
  "devDependencies": {