@buerokratt-ria/common-gui-components 0.0.12 → 0.0.14

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/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All changes to this project will be documented in this file.
4
4
 
5
5
  ## Template [MajorVersion.MediterraneanVersion.MinorVersion] - DD-MM-YYYY
6
6
 
7
+ ## [0.0.14] - 05-05-2025
8
+
9
+ - Updated popup duration to be 5 seconds.
10
+
11
+ ## [0.0.13] - 25-04-2025
12
+
13
+ - Adding double scrollbar to history page when size is small.
14
+
7
15
  ## [0.0.12] - 22-04-2025
8
16
 
9
17
  - Modified Markdowify Logic to handle the case only the list line ends with : followed by space
@@ -4,7 +4,7 @@ export const NO_CSA_MESSAGE_LENGTH = 250;
4
4
  export const OUTSIDE_WORKING_HOURS_MESSAGE_LENGTH = 250;
5
5
  export const USER_IDLE_STATUS_TIMEOUT = 300000; // milliseconds
6
6
  export const CHAT_INPUT_LENGTH = 500;
7
- export const POPUP_DURATION = 2; // seconds
7
+ export const POPUP_DURATION = 5; // seconds
8
8
  export const CHAT_HISTORY_PREFERENCES_KEY = 'chat-history-preferences';
9
9
  export const isHiddenFeaturesEnabled =
10
10
  import.meta.env.REACT_APP_ENABLE_HIDDEN_FEATURES?.toLowerCase().trim() ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/common-gui-components",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "Common GUI components and pre defined templates.",
5
5
  "main": "index.ts",
6
6
  "author": "ExiRai",
@@ -744,7 +744,7 @@ const ChatHistory: FC<PropsWithChildren<HistoryProps>> = ({user, toastContext, o
744
744
  </Track>
745
745
  </Card>
746
746
 
747
- <div className="card-drawer-container">
747
+ <div className="card-drawer-container" style={{ height: 'auto', overflow: 'auto' }}>
748
748
  <div className="card-wrapper">
749
749
  <Card>
750
750
  <DataTable