livevegas-ui-kit 1.0.26 → 1.0.28

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.
@@ -11,7 +11,7 @@ export interface IElements {
11
11
  messagesSupport: IMessage[];
12
12
  activeAction: BUTTONS_TYPE | null;
13
13
  isMobile?: boolean;
14
- historyData: IHistoryData;
14
+ historyData: IHistoryData | null;
15
15
  isLandscape?: boolean;
16
16
  streamVolume: number;
17
17
  effectsVolume: number;
@@ -9,7 +9,7 @@ export interface ITopIcons {
9
9
  chipAmounts: number[];
10
10
  onSendMessageSupport: (message: string) => void;
11
11
  messagesSupport: IMessage[];
12
- historyData: IHistoryData;
12
+ historyData: IHistoryData | null;
13
13
  isFullscreen: boolean;
14
14
  toggleFullscreen: () => void;
15
15
  streamVolume: number;
@@ -4295,7 +4295,14 @@ const K3 = f.div`
4295
4295
  case k.History:
4296
4296
  return /* @__PURE__ */ t.jsx(q3, { historyData: d });
4297
4297
  case k.Tip:
4298
- return /* @__PURE__ */ t.jsx(X3, { chipAmounts: i, isLandscape: c, balance: m });
4298
+ return /* @__PURE__ */ t.jsx(
4299
+ X3,
4300
+ {
4301
+ chipAmounts: i,
4302
+ isLandscape: c,
4303
+ balance: m
4304
+ }
4305
+ );
4299
4306
  case k.Tournament:
4300
4307
  return /* @__PURE__ */ t.jsx(a9, { tournamentData: y });
4301
4308
  case k.Info:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livevegas-ui-kit",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"