@alifd/chat 0.3.33-beta.8 → 0.3.33-beta.9

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.
@@ -22,6 +22,11 @@
22
22
  margin-right: 0;
23
23
  }
24
24
 
25
+ // 最后一个按钮不需要右边距
26
+ &:last-child {
27
+ margin-right: 0;
28
+ }
29
+
25
30
  // 当按钮数量小于等于3个时,恢复为三等分布局
26
31
  &:first-child:nth-last-child(-n+3),
27
32
  &:first-child:nth-last-child(-n+3) ~ .single-button {
@@ -31,11 +36,6 @@
31
36
  &:nth-child(2n) {
32
37
  margin-right: 6px;
33
38
  }
34
-
35
- // 最后一个按钮不需要右边距
36
- &:last-child {
37
- margin-right: 0;
38
- }
39
39
  }
40
40
 
41
41
  .next-btn-helper {
package/es/index.js CHANGED
@@ -32,4 +32,4 @@ export { default as CheckboxGroup } from './checkbox-group';
32
32
  export { default as Select } from './select';
33
33
  export { default as Flip } from './flip';
34
34
  export { default as ToolStatus } from './tool-status';
35
- export const version = '0.3.33-beta.8';
35
+ export const version = '0.3.33-beta.9';
@@ -22,6 +22,11 @@
22
22
  margin-right: 0;
23
23
  }
24
24
 
25
+ // 最后一个按钮不需要右边距
26
+ &:last-child {
27
+ margin-right: 0;
28
+ }
29
+
25
30
  // 当按钮数量小于等于3个时,恢复为三等分布局
26
31
  &:first-child:nth-last-child(-n+3),
27
32
  &:first-child:nth-last-child(-n+3) ~ .single-button {
@@ -31,11 +36,6 @@
31
36
  &:nth-child(2n) {
32
37
  margin-right: 6px;
33
38
  }
34
-
35
- // 最后一个按钮不需要右边距
36
- &:last-child {
37
- margin-right: 0;
38
- }
39
39
  }
40
40
 
41
41
  .next-btn-helper {
package/lib/index.js CHANGED
@@ -70,4 +70,4 @@ var flip_1 = require("./flip");
70
70
  Object.defineProperty(exports, "Flip", { enumerable: true, get: function () { return tslib_1.__importDefault(flip_1).default; } });
71
71
  var tool_status_1 = require("./tool-status");
72
72
  Object.defineProperty(exports, "ToolStatus", { enumerable: true, get: function () { return tslib_1.__importDefault(tool_status_1).default; } });
73
- exports.version = '0.3.33-beta.8';
73
+ exports.version = '0.3.33-beta.9';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alifd/chat",
3
- "version": "0.3.33-beta.8",
3
+ "version": "0.3.33-beta.9",
4
4
  "description": "A configurable component library for chat built on React.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",