@tuya-miniapp/smart-ui 2.1.7-beta-2 → 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.
@@ -3,7 +3,6 @@ import { SmartComponent } from '../common/component';
3
3
  SmartComponent({
4
4
  props: {
5
5
  className: String,
6
- style: String,
7
6
  customStyle: String,
8
7
  size: {
9
8
  type: String,
@@ -1,4 +1,4 @@
1
- <view class="smart-progress-circle" style="width:{{size}};height:{{size}};padding:{{trackWidth}}px;background:{{fillColor}};{{style}};{{customStyle}}">
1
+ <view class="smart-progress-circle" style="width:{{size}};height:{{size}};padding:{{trackWidth}}px;background:{{fillColor}};{{customStyle}}">
2
2
  <view class="smart-progress-circle-box smart-progress-circle-box-left">
3
3
  <view class="smart-progress-circle-bar smart-progress-circle-bar-left" style="transform:{{transformLeft}};background:{{trackColor}};">
4
4
  </view>
@@ -5,7 +5,6 @@ var component_1 = require("../common/component");
5
5
  (0, component_1.SmartComponent)({
6
6
  props: {
7
7
  className: String,
8
- style: String,
9
8
  customStyle: String,
10
9
  size: {
11
10
  type: String,
@@ -1,4 +1,4 @@
1
- <view class="smart-progress-circle" style="width:{{size}};height:{{size}};padding:{{trackWidth}}px;background:{{fillColor}};{{style}};{{customStyle}}">
1
+ <view class="smart-progress-circle" style="width:{{size}};height:{{size}};padding:{{trackWidth}}px;background:{{fillColor}};{{customStyle}}">
2
2
  <view class="smart-progress-circle-box smart-progress-circle-box-left">
3
3
  <view class="smart-progress-circle-bar smart-progress-circle-bar-left" style="transform:{{transformLeft}};background:{{trackColor}};">
4
4
  </view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.1.7-beta-2",
3
+ "version": "2.1.7",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",
@@ -78,7 +78,7 @@
78
78
  ],
79
79
  "dependencies": {
80
80
  "@ray-js/components-ty-slider": "^0.2.52",
81
- "@tuya-miniapp/icons": "2.1.7-beta-1"
81
+ "@tuya-miniapp/icons": "^2.1.7"
82
82
  },
83
83
  "maintainers": [
84
84
  {