bi-sdk-react 0.0.22 → 0.0.23

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.
@@ -488,6 +488,10 @@ import*as e from"react";import t,{css as l}from"styled-components";import{AlignC
488
488
  display: none;
489
489
  }
490
490
 
491
+ &:hover .msg-tools {
492
+ display: flex;
493
+ }
494
+
491
495
  .msg-header {
492
496
  justify-content: flex-end;
493
497
  color: var(--ant-color-text-tertiary);
@@ -499,10 +503,6 @@ import*as e from"react";import t,{css as l}from"styled-components";import{AlignC
499
503
  padding: 8px 10px;
500
504
  border-radius: var(--ant-border-radius);
501
505
  position: relative;
502
-
503
- &:hover .msg-tools {
504
- display: flex;
505
- }
506
506
  }
507
507
  }
508
508
  .assistant-message {
@@ -488,6 +488,10 @@
488
488
  display: none;
489
489
  }
490
490
 
491
+ &:hover .msg-tools {
492
+ display: flex;
493
+ }
494
+
491
495
  .msg-header {
492
496
  justify-content: flex-end;
493
497
  color: var(--ant-color-text-tertiary);
@@ -499,10 +503,6 @@
499
503
  padding: 8px 10px;
500
504
  border-radius: var(--ant-border-radius);
501
505
  position: relative;
502
-
503
- &:hover .msg-tools {
504
- display: flex;
505
- }
506
506
  }
507
507
  }
508
508
  .assistant-message {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bi-sdk-react",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/umd/js/bi-sdk.umd.min.js",
@@ -503,6 +503,10 @@ const MessageRoot = styled.div`
503
503
  display: none;
504
504
  }
505
505
 
506
+ &:hover .msg-tools {
507
+ display: flex;
508
+ }
509
+
506
510
  .msg-header {
507
511
  justify-content: flex-end;
508
512
  color: var(--ant-color-text-tertiary);
@@ -514,10 +518,6 @@ const MessageRoot = styled.div`
514
518
  padding: 8px 10px;
515
519
  border-radius: var(--ant-border-radius);
516
520
  position: relative;
517
-
518
- &:hover .msg-tools {
519
- display: flex;
520
- }
521
521
  }
522
522
  }
523
523
  .assistant-message {