@buerokratt-ria/common-gui-components 0.0.45 → 0.0.46

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.46] - 10.04.2026
8
+
9
+ - Fixed CHAT_STATUS import
10
+
7
11
  ## [0.0.45] - 07.04.2026
8
12
 
9
13
  - Enhanced downloadChatHistory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/common-gui-components",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "description": "Common GUI components and pre defined templates.",
5
5
  "main": "index.ts",
6
6
  "author": "ExiRai",
@@ -5,7 +5,7 @@ import { MdOutlineModeEditOutline, MdOutlineSave } from "react-icons/md";
5
5
 
6
6
  import { Button, FormSelect, FormTextarea, Icon, Track } from "../";
7
7
  import { ReactComponent as BykLogoWhite } from "../../assets/logo-white.svg";
8
- import { CHAT_EVENTS, Chat as ChatType, BACKOFFICE_NAME } from "../../types/chat";
8
+ import { CHAT_EVENTS, Chat as ChatType, BACKOFFICE_NAME, CHAT_STATUS } from "../../types/chat";
9
9
  import { Message } from "../../types/message";
10
10
  import ChatMessage from "./ChatMessage";
11
11
  import "./HistoricalChat.scss";