@tuya-miniapp/smart-ui 2.13.5-beta-3 → 2.13.5-beta-4

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.
@@ -129,4 +129,4 @@ Page({
129
129
  | --------------------------------- | ----------------------------------------- | ---- |
130
130
  | --overlay-background-color | _rgba(0,0,0,0.4)_ / _rgba(0,0,0,0.7)_ | 直接指定遮罩背景色时使用,设置后不再使用毛玻璃/半透明变量 |
131
131
  | --overlay-blur-background `v2.12.0` | _rgba(40,44,53,0.22)_ / _rgba(0,0,0,0.6)_ | 支持模糊时的毛玻璃遮罩背景色 |
132
- | --overlay-blur-radius `v2.12.0` | _16px_ | 毛玻璃模糊半径 |
132
+ | --overlay-blur-radius `v2.12.0` | _16px_ | 毛玻璃模糊半径 |
@@ -160,3 +160,6 @@ Page({
160
160
  | --popup-close-icon-color | _#969799_ | 关闭图标颜色 |
161
161
  | --popup-close-icon-margin | _12px_ | 关闭图标边距 |
162
162
  | --popup-close-icon-z-index | _1_ | 关闭图标层级 |
163
+ | --overlay-background-color | _rgba(0,0,0,0.4)_ / _rgba(0,0,0,0.7)_ | 直接指定遮罩背景色时使用,设置后不再使用毛玻璃/半透明变量 |
164
+ | --overlay-blur-background `v2.12.0` | _rgba(40,44,53,0.22)_ / _rgba(0,0,0,0.6)_ | 支持模糊时的毛玻璃遮罩背景色 |
165
+ | --overlay-blur-radius `v2.12.0` | _16px_ | 毛玻璃模糊半径 |
@@ -129,4 +129,4 @@ Page({
129
129
  | --------------------------------- | ----------------------------------------- | ---- |
130
130
  | --overlay-background-color | _rgba(0,0,0,0.4)_ / _rgba(0,0,0,0.7)_ | 直接指定遮罩背景色时使用,设置后不再使用毛玻璃/半透明变量 |
131
131
  | --overlay-blur-background `v2.12.0` | _rgba(40,44,53,0.22)_ / _rgba(0,0,0,0.6)_ | 支持模糊时的毛玻璃遮罩背景色 |
132
- | --overlay-blur-radius `v2.12.0` | _16px_ | 毛玻璃模糊半径 |
132
+ | --overlay-blur-radius `v2.12.0` | _16px_ | 毛玻璃模糊半径 |
@@ -160,3 +160,6 @@ Page({
160
160
  | --popup-close-icon-color | _#969799_ | 关闭图标颜色 |
161
161
  | --popup-close-icon-margin | _12px_ | 关闭图标边距 |
162
162
  | --popup-close-icon-z-index | _1_ | 关闭图标层级 |
163
+ | --overlay-background-color | _rgba(0,0,0,0.4)_ / _rgba(0,0,0,0.7)_ | 直接指定遮罩背景色时使用,设置后不再使用毛玻璃/半透明变量 |
164
+ | --overlay-blur-background `v2.12.0` | _rgba(40,44,53,0.22)_ / _rgba(0,0,0,0.6)_ | 支持模糊时的毛玻璃遮罩背景色 |
165
+ | --overlay-blur-radius `v2.12.0` | _16px_ | 毛玻璃模糊半径 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.13.5-beta-3",
3
+ "version": "2.13.5-beta-4",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",