@king-design/intact 3.4.0-beta.1 → 3.4.0-beta.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.
- package/es/index.d.ts +2 -2
- package/es/index.js +2 -2
- package/es/styles/fonts/iconfont.woff2 +0 -0
- package/es/styles/fonts/ionicons.woff2 +0 -0
- package/index.ts +2 -2
- package/package.json +1 -1
package/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @king-design v3.4.0-beta.
|
|
2
|
+
* @king-design v3.4.0-beta.2
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Kingsoft Cloud
|
|
5
5
|
* Released under the MIT License
|
|
@@ -63,4 +63,4 @@ export * from './components/treeSelect';
|
|
|
63
63
|
export * from './components/upload';
|
|
64
64
|
export * from './components/view';
|
|
65
65
|
export * from './components/wave';
|
|
66
|
-
export declare const version = "3.4.0-beta.
|
|
66
|
+
export declare const version = "3.4.0-beta.2";
|
package/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @king-design v3.4.0-beta.
|
|
2
|
+
* @king-design v3.4.0-beta.2
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Kingsoft Cloud
|
|
5
5
|
* Released under the MIT License
|
|
@@ -64,5 +64,5 @@ export * from './components/treeSelect';
|
|
|
64
64
|
export * from './components/upload';
|
|
65
65
|
export * from './components/view';
|
|
66
66
|
export * from './components/wave';
|
|
67
|
-
export var version = '3.4.0-beta.
|
|
67
|
+
export var version = '3.4.0-beta.2';
|
|
68
68
|
/* generate end */
|
|
Binary file
|
|
Binary file
|
package/index.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @king-design v3.4.0-beta.
|
|
2
|
+
* @king-design v3.4.0-beta.2
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Kingsoft Cloud
|
|
5
5
|
* Released under the MIT License
|
|
@@ -68,6 +68,6 @@ export * from './components/upload';
|
|
|
68
68
|
export * from './components/view';
|
|
69
69
|
export * from './components/wave';
|
|
70
70
|
|
|
71
|
-
export const version = '3.4.0-beta.
|
|
71
|
+
export const version = '3.4.0-beta.2';
|
|
72
72
|
|
|
73
73
|
/* generate end */
|