@tuya-miniapp/smart-ui 2.0.2-beta-1 → 2.0.2-beta-3

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.
package/README.md CHANGED
@@ -10,7 +10,8 @@ English | [简体中文](./README-zh_CN.md)
10
10
 
11
11
  Scan the smart mini program QR code below to experience the component library examples.
12
12
 
13
- <img src="https://images.tuyacn.com/rms-static/8bcfe810-a187-11ef-9773-6b86083026a3-1731478901009.png?tyName=v2.0.0miniapp-SmartUI.png" width="200" height="200" style="margin-top: 10px;" >
13
+ <img src="https://images.tuyacn.com/rms-static/8bcfe810-a187-11ef-9773-6b86083026a3-1731478901009.png?tyName=v2.0.0miniapp-SmartUI.png" width="200" height="200">
14
+
14
15
 
15
16
  ## Before Using
16
17
 
@@ -1,6 +1 @@
1
- export interface Day {
2
- date: Date;
3
- type: string;
4
- text: number;
5
- bottomInfo?: string;
6
- }
1
+ export {};
@@ -0,0 +1,6 @@
1
+ export interface Day {
2
+ date: Date;
3
+ type: string;
4
+ text: number;
5
+ bottomInfo?: string;
6
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -1,6 +1 @@
1
- export interface Day {
2
- date: Date;
3
- type: string;
4
- text: number;
5
- bottomInfo?: string;
6
- }
1
+ export {};
@@ -0,0 +1,6 @@
1
+ export interface Day {
2
+ date: Date;
3
+ type: string;
4
+ text: number;
5
+ bottomInfo?: string;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.0.2-beta-1",
3
+ "version": "2.0.2-beta-3",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",