@alifd/chat 0.3.1 → 0.3.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.
@@ -117,4 +117,13 @@
117
117
  flex: none;
118
118
  }
119
119
  }
120
+
121
+ &-popup {
122
+ .next-balloon-normal.next-balloon-right-bottom:after{
123
+ display: none;
124
+ }
125
+ .next-balloon-arrow{
126
+ display: none;
127
+ }
128
+ }
120
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.1';
23
+ export const version = '0.3.2';
@@ -117,4 +117,13 @@
117
117
  flex: none;
118
118
  }
119
119
  }
120
+
121
+ &-popup {
122
+ .next-balloon-normal.next-balloon-right-bottom:after{
123
+ display: none;
124
+ }
125
+ .next-balloon-arrow{
126
+ display: none;
127
+ }
128
+ }
120
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.1';
49
+ exports.version = '0.3.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alifd/chat",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A configurable component library for chat built on React.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",