@ray-js/smart-ui 2.1.6-beta-2 → 2.1.6

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.
@@ -64,6 +64,11 @@ export interface SmartToastOptions {
64
64
  * 关闭时的回调函数
65
65
  */
66
66
  onClose?: Function;
67
+ /**
68
+ * 自定义 toast 宽度
69
+ * @version `2.1.7`
70
+ */
71
+ width?: number;
67
72
  }
68
73
  export declare interface ToastInstance extends SmartToast {
69
74
  setData(options: SmartToastOptions): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.1.6-beta-2",
3
+ "version": "2.1.6",
4
4
  "author": "睦海(李利民)",
5
5
  "description": "轻量、可靠的智能小程序 UI 组件库",
6
6
  "scripts": {