@buerokratt-ria/common-gui-components 0.0.13 → 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,10 @@ 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
|
+
|
|
7
11
|
## [0.0.13] - 25-04-2025
|
|
8
12
|
|
|
9
13
|
- Adding double scrollbar to history page when size is small.
|
|
Binary file
|
package/constants/config.ts
CHANGED
|
@@ -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 =
|
|
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
|
Binary file
|