@ray-js/smart-ui 2.13.2-beta-1 → 2.13.2
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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ComponentBase, SmartComponent } from '../base';
|
|
3
2
|
import { ThemeVars } from './theme-vars';
|
|
4
3
|
export interface SmartConfigProviderProps extends ComponentBase {
|
|
@@ -14,6 +13,6 @@ export interface SmartConfigProviderProps extends ComponentBase {
|
|
|
14
13
|
/**
|
|
15
14
|
* 内部根节点样式类
|
|
16
15
|
*/
|
|
17
|
-
customClass?:
|
|
16
|
+
customClass?: string;
|
|
18
17
|
}
|
|
19
18
|
export type SmartConfigProvider = SmartComponent<SmartConfigProviderProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ComponentBase, SmartComponent } from '../base';
|
|
3
2
|
import { ThemeVars } from './theme-vars';
|
|
4
3
|
export interface SmartConfigProviderProps extends ComponentBase {
|
|
@@ -14,6 +13,6 @@ export interface SmartConfigProviderProps extends ComponentBase {
|
|
|
14
13
|
/**
|
|
15
14
|
* 内部根节点样式类
|
|
16
15
|
*/
|
|
17
|
-
customClass?:
|
|
16
|
+
customClass?: string;
|
|
18
17
|
}
|
|
19
18
|
export type SmartConfigProvider = SmartComponent<SmartConfigProviderProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.13.2
|
|
3
|
+
"version": "2.13.2",
|
|
4
4
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"syncMiniappData": "node ./build/syncMiniappData.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@ray-js/components-ty-slider": "^0.3.9",
|
|
45
|
-
"@tuya-miniapp/smart-ui": "2.13.2
|
|
45
|
+
"@tuya-miniapp/smart-ui": "^2.13.2",
|
|
46
46
|
"lodash-es": "^4.17.21"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|