@alifd/chat 0.3.0-beta.14 → 0.3.0-beta.15
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/button/style.d.ts +1 -1
- package/es/button/style.js +1 -1
- package/es/date-picker/style.d.ts +1 -1
- package/es/date-picker/style.js +1 -1
- package/es/float-button/style.d.ts +2 -2
- package/es/float-button/style.js +2 -2
- package/es/index.js +1 -1
- package/es/input/style.d.ts +1 -1
- package/es/input/style.js +1 -1
- package/es/person-picker/style.d.ts +1 -1
- package/es/person-picker/style.js +1 -1
- package/es/tab/style.d.ts +1 -1
- package/es/tab/style.js +1 -1
- package/es/tag/style.d.ts +1 -1
- package/es/tag/style.js +1 -1
- package/es/time-picker/style.d.ts +1 -1
- package/es/time-picker/style.js +1 -1
- package/lib/button/style.d.ts +1 -1
- package/lib/button/style.js +1 -1
- package/lib/date-picker/style.d.ts +1 -1
- package/lib/date-picker/style.js +1 -1
- package/lib/float-button/style.d.ts +2 -2
- package/lib/float-button/style.js +2 -2
- package/lib/index.js +1 -1
- package/lib/input/style.d.ts +1 -1
- package/lib/input/style.js +1 -1
- package/lib/person-picker/style.d.ts +1 -1
- package/lib/person-picker/style.js +1 -1
- package/lib/tab/style.d.ts +1 -1
- package/lib/tab/style.js +1 -1
- package/lib/tag/style.d.ts +1 -1
- package/lib/tag/style.js +1 -1
- package/lib/time-picker/style.d.ts +1 -1
- package/lib/time-picker/style.js +1 -1
- package/package.json +1 -1
package/es/button/style.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/button/
|
|
1
|
+
import '@alifd/next/lib/button/style2';
|
|
2
2
|
import './main.scss';
|
package/es/button/style.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/button/
|
|
1
|
+
import '@alifd/next/lib/button/style2';
|
|
2
2
|
import './main.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/date-picker2/
|
|
1
|
+
import '@alifd/next/lib/date-picker2/style2';
|
package/es/date-picker/style.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/date-picker2/
|
|
1
|
+
import '@alifd/next/lib/date-picker2/style2';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@alifd/next/lib/balloon/
|
|
2
|
-
import '@alifd/next/lib/drawer/
|
|
1
|
+
import '@alifd/next/lib/balloon/style2';
|
|
2
|
+
import '@alifd/next/lib/drawer/style2';
|
|
3
3
|
import './main.scss';
|
package/es/float-button/style.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@alifd/next/lib/balloon/
|
|
2
|
-
import '@alifd/next/lib/drawer/
|
|
1
|
+
import '@alifd/next/lib/balloon/style2';
|
|
2
|
+
import '@alifd/next/lib/drawer/style2';
|
|
3
3
|
import './main.scss';
|
package/es/index.js
CHANGED
|
@@ -20,4 +20,4 @@ export { default as CardLoading } from './card-loading';
|
|
|
20
20
|
export { default as Origin } from './origin';
|
|
21
21
|
export { default as Loading } from './loading';
|
|
22
22
|
export { default as Drawer } from './drawer';
|
|
23
|
-
export const version = '0.3.0-beta.
|
|
23
|
+
export const version = '0.3.0-beta.15';
|
package/es/input/style.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/input/
|
|
1
|
+
import '@alifd/next/lib/input/style2';
|
package/es/input/style.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/input/
|
|
1
|
+
import '@alifd/next/lib/input/style2';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/select/
|
|
1
|
+
import '@alifd/next/lib/select/style2';
|
|
2
2
|
import './main.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/select/
|
|
1
|
+
import '@alifd/next/lib/select/style2';
|
|
2
2
|
import './main.scss';
|
package/es/tab/style.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/tab/
|
|
1
|
+
import '@alifd/next/lib/tab/style2';
|
|
2
2
|
import './main.scss';
|
package/es/tab/style.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/tab/
|
|
1
|
+
import '@alifd/next/lib/tab/style2';
|
|
2
2
|
import './main.scss';
|
package/es/tag/style.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/tag/
|
|
1
|
+
import '@alifd/next/lib/tag/style2';
|
|
2
2
|
import './main.scss';
|
package/es/tag/style.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/tag/
|
|
1
|
+
import '@alifd/next/lib/tag/style2';
|
|
2
2
|
import './main.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/time-picker2/
|
|
1
|
+
import '@alifd/next/lib/time-picker2/style2';
|
package/es/time-picker/style.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/time-picker2/
|
|
1
|
+
import '@alifd/next/lib/time-picker2/style2';
|
package/lib/button/style.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/button/
|
|
1
|
+
import '@alifd/next/lib/button/style2';
|
|
2
2
|
import './main.scss';
|
package/lib/button/style.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/date-picker2/
|
|
1
|
+
import '@alifd/next/lib/date-picker2/style2';
|
package/lib/date-picker/style.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '@alifd/next/lib/balloon/
|
|
2
|
-
import '@alifd/next/lib/drawer/
|
|
1
|
+
import '@alifd/next/lib/balloon/style2';
|
|
2
|
+
import '@alifd/next/lib/drawer/style2';
|
|
3
3
|
import './main.scss';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
require("@alifd/next/lib/balloon/
|
|
4
|
-
require("@alifd/next/lib/drawer/
|
|
3
|
+
require("@alifd/next/lib/balloon/style2");
|
|
4
|
+
require("@alifd/next/lib/drawer/style2");
|
|
5
5
|
require("./main.scss");
|
package/lib/index.js
CHANGED
|
@@ -46,4 +46,4 @@ var loading_1 = require("./loading");
|
|
|
46
46
|
Object.defineProperty(exports, "Loading", { enumerable: true, get: function () { return tslib_1.__importDefault(loading_1).default; } });
|
|
47
47
|
var drawer_1 = require("./drawer");
|
|
48
48
|
Object.defineProperty(exports, "Drawer", { enumerable: true, get: function () { return tslib_1.__importDefault(drawer_1).default; } });
|
|
49
|
-
exports.version = '0.3.0-beta.
|
|
49
|
+
exports.version = '0.3.0-beta.15';
|
package/lib/input/style.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/input/
|
|
1
|
+
import '@alifd/next/lib/input/style2';
|
package/lib/input/style.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/select/
|
|
1
|
+
import '@alifd/next/lib/select/style2';
|
|
2
2
|
import './main.scss';
|
package/lib/tab/style.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/tab/
|
|
1
|
+
import '@alifd/next/lib/tab/style2';
|
|
2
2
|
import './main.scss';
|
package/lib/tab/style.js
CHANGED
package/lib/tag/style.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@alifd/next/lib/tag/
|
|
1
|
+
import '@alifd/next/lib/tag/style2';
|
|
2
2
|
import './main.scss';
|
package/lib/tag/style.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import '@alifd/next/lib/time-picker2/
|
|
1
|
+
import '@alifd/next/lib/time-picker2/style2';
|
package/lib/time-picker/style.js
CHANGED