@alifd/chat 0.3.2 → 0.3.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/es/float-button/main.scss +3 -3
- package/es/index.js +1 -1
- package/lib/float-button/main.scss +3 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -119,11 +119,11 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
&-popup {
|
|
122
|
-
|
|
123
|
-
display: none;
|
|
122
|
+
&:after{
|
|
123
|
+
display: none !important;
|
|
124
124
|
}
|
|
125
125
|
.next-balloon-arrow{
|
|
126
|
-
display: none;
|
|
126
|
+
display: none !important;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
}
|
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.
|
|
23
|
+
export const version = '0.3.3';
|
|
@@ -119,11 +119,11 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
&-popup {
|
|
122
|
-
|
|
123
|
-
display: none;
|
|
122
|
+
&:after{
|
|
123
|
+
display: none !important;
|
|
124
124
|
}
|
|
125
125
|
.next-balloon-arrow{
|
|
126
|
-
display: none;
|
|
126
|
+
display: none !important;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
}
|
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.
|
|
49
|
+
exports.version = '0.3.3';
|