@adiba-banking-cloud/backoffice 0.2.22 → 0.2.24
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/build/index.cjs.js/{heatmap-FCgzmA-k.js → heatmap-DajMNZBC.js} +1 -1
- package/build/index.cjs.js/{index-CRkKFiVi.js → index-BFlcM32-.js} +11 -8
- package/build/index.cjs.js/index.js +1 -1
- package/build/index.esm.js/{heatmap-w3LGvi67.js → heatmap-CWUcaLIf.js} +1 -1
- package/build/index.esm.js/{index-Ck9zbXed.js → index-DktlPeMy.js} +11 -8
- package/build/index.esm.js/index.js +1 -1
- package/package.json +1 -1
|
@@ -12169,7 +12169,7 @@ function _objectSpread$b(e) { for (var r = 1; r < arguments.length; r++) { var t
|
|
|
12169
12169
|
}
|
|
12170
12170
|
|
|
12171
12171
|
// Fallback: use dynamic import (async, but will work in Vite/Storybook)
|
|
12172
|
-
Promise.resolve().then(function () { return require('./heatmap-
|
|
12172
|
+
Promise.resolve().then(function () { return require('./heatmap-DajMNZBC.js'); }).then(function (n) { return n.heatmap; }).then(heatmapModule => {
|
|
12173
12173
|
const moduleFn = typeof heatmapModule === "function" ? heatmapModule : (heatmapModule === null || heatmapModule === void 0 ? void 0 : heatmapModule.default) || heatmapModule;
|
|
12174
12174
|
if (typeof moduleFn === "function") {
|
|
12175
12175
|
moduleFn(Highcharts);
|
|
@@ -14716,12 +14716,15 @@ const ChatListCard = _ref => {
|
|
|
14716
14716
|
justify: "space-between",
|
|
14717
14717
|
align: "baseline",
|
|
14718
14718
|
mb: 6
|
|
14719
|
+
}, /*#__PURE__*/React.createElement(core.Stack, {
|
|
14720
|
+
gap: 0,
|
|
14721
|
+
w: "calc(100% - 3rem)"
|
|
14719
14722
|
}, /*#__PURE__*/React.createElement(core.Text, {
|
|
14720
14723
|
fw: 300,
|
|
14721
14724
|
size: "sm",
|
|
14722
14725
|
c: "dark.9",
|
|
14723
14726
|
truncate: true
|
|
14724
|
-
}, name), /*#__PURE__*/React.createElement(core.Text, {
|
|
14727
|
+
}, name)), /*#__PURE__*/React.createElement(core.Text, {
|
|
14725
14728
|
fw: 300,
|
|
14726
14729
|
size: "xs",
|
|
14727
14730
|
fs: "italic",
|
|
@@ -14805,12 +14808,14 @@ const ChatBubble = _ref => {
|
|
|
14805
14808
|
alignItems: align
|
|
14806
14809
|
}
|
|
14807
14810
|
}, /*#__PURE__*/React.createElement(core.Box, {
|
|
14808
|
-
|
|
14811
|
+
px: "md",
|
|
14812
|
+
pt: "md",
|
|
14813
|
+
pb: "6px",
|
|
14809
14814
|
style: {
|
|
14810
14815
|
backgroundColor: bubbleBg,
|
|
14811
14816
|
borderRadius: borderRadius,
|
|
14812
14817
|
position: "relative",
|
|
14813
|
-
minWidth:
|
|
14818
|
+
minWidth: 400 // Ensure enough width for layout
|
|
14814
14819
|
}
|
|
14815
14820
|
}, senderName && !isOutgoing && /*#__PURE__*/React.createElement(core.Text, {
|
|
14816
14821
|
size: "sm",
|
|
@@ -14828,7 +14833,7 @@ const ChatBubble = _ref => {
|
|
|
14828
14833
|
bd: "1px solid #E2E8F0",
|
|
14829
14834
|
rightsection: {
|
|
14830
14835
|
icon: {
|
|
14831
|
-
name: "
|
|
14836
|
+
name: "ReceiveSquare",
|
|
14832
14837
|
size: 16,
|
|
14833
14838
|
color: "gray"
|
|
14834
14839
|
},
|
|
@@ -14858,10 +14863,8 @@ const ChatBubble = _ref => {
|
|
|
14858
14863
|
size: "xs",
|
|
14859
14864
|
c: "dimmed",
|
|
14860
14865
|
fs: "italic",
|
|
14866
|
+
ta: "right",
|
|
14861
14867
|
style: {
|
|
14862
|
-
position: "absolute",
|
|
14863
|
-
bottom: 8,
|
|
14864
|
-
right: 12,
|
|
14865
14868
|
fontSize: 12
|
|
14866
14869
|
}
|
|
14867
14870
|
}, time))), isOutgoing && /*#__PURE__*/React.createElement(core.Avatar, {
|
|
@@ -12148,7 +12148,7 @@ function _objectSpread$b(e) { for (var r = 1; r < arguments.length; r++) { var t
|
|
|
12148
12148
|
}
|
|
12149
12149
|
|
|
12150
12150
|
// Fallback: use dynamic import (async, but will work in Vite/Storybook)
|
|
12151
|
-
import('./heatmap-
|
|
12151
|
+
import('./heatmap-CWUcaLIf.js').then(function (n) { return n.h; }).then(heatmapModule => {
|
|
12152
12152
|
const moduleFn = typeof heatmapModule === "function" ? heatmapModule : (heatmapModule === null || heatmapModule === void 0 ? void 0 : heatmapModule.default) || heatmapModule;
|
|
12153
12153
|
if (typeof moduleFn === "function") {
|
|
12154
12154
|
moduleFn(Highcharts);
|
|
@@ -14695,12 +14695,15 @@ const ChatListCard = _ref => {
|
|
|
14695
14695
|
justify: "space-between",
|
|
14696
14696
|
align: "baseline",
|
|
14697
14697
|
mb: 6
|
|
14698
|
+
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
14699
|
+
gap: 0,
|
|
14700
|
+
w: "calc(100% - 3rem)"
|
|
14698
14701
|
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
14699
14702
|
fw: 300,
|
|
14700
14703
|
size: "sm",
|
|
14701
14704
|
c: "dark.9",
|
|
14702
14705
|
truncate: true
|
|
14703
|
-
}, name), /*#__PURE__*/React__default.createElement(Text, {
|
|
14706
|
+
}, name)), /*#__PURE__*/React__default.createElement(Text, {
|
|
14704
14707
|
fw: 300,
|
|
14705
14708
|
size: "xs",
|
|
14706
14709
|
fs: "italic",
|
|
@@ -14784,12 +14787,14 @@ const ChatBubble = _ref => {
|
|
|
14784
14787
|
alignItems: align
|
|
14785
14788
|
}
|
|
14786
14789
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
14787
|
-
|
|
14790
|
+
px: "md",
|
|
14791
|
+
pt: "md",
|
|
14792
|
+
pb: "6px",
|
|
14788
14793
|
style: {
|
|
14789
14794
|
backgroundColor: bubbleBg,
|
|
14790
14795
|
borderRadius: borderRadius,
|
|
14791
14796
|
position: "relative",
|
|
14792
|
-
minWidth:
|
|
14797
|
+
minWidth: 400 // Ensure enough width for layout
|
|
14793
14798
|
}
|
|
14794
14799
|
}, senderName && !isOutgoing && /*#__PURE__*/React__default.createElement(Text, {
|
|
14795
14800
|
size: "sm",
|
|
@@ -14807,7 +14812,7 @@ const ChatBubble = _ref => {
|
|
|
14807
14812
|
bd: "1px solid #E2E8F0",
|
|
14808
14813
|
rightsection: {
|
|
14809
14814
|
icon: {
|
|
14810
|
-
name: "
|
|
14815
|
+
name: "ReceiveSquare",
|
|
14811
14816
|
size: 16,
|
|
14812
14817
|
color: "gray"
|
|
14813
14818
|
},
|
|
@@ -14837,10 +14842,8 @@ const ChatBubble = _ref => {
|
|
|
14837
14842
|
size: "xs",
|
|
14838
14843
|
c: "dimmed",
|
|
14839
14844
|
fs: "italic",
|
|
14845
|
+
ta: "right",
|
|
14840
14846
|
style: {
|
|
14841
|
-
position: "absolute",
|
|
14842
|
-
bottom: 8,
|
|
14843
|
-
right: 12,
|
|
14844
14847
|
fontSize: 12
|
|
14845
14848
|
}
|
|
14846
14849
|
}, time))), isOutgoing && /*#__PURE__*/React__default.createElement(Avatar, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as ApplicationMenu, p as ApplicationPanel, k as AvatarLabelPanel, B as BasicHeatmap, C as CalendarHeatmap, Q as ChatBubble, R as ChatHeader, O as ChatListCard, o as ConnectionPanel, u as CreditCard, a5 as DEFAULT_API_TIMEOUT, a3 as DEFAULT_PAGE_SIZE, v as DetailCard, D as DonutChart, W as Drawer, e as DynamicLogo, f as DynamicShigaLogo, E as EqualizerColumn, G as ErrorModal, F as File, d as Icons, r as InfoGrid, H as InfoModal, I as InterpolatedHeatmap, L as LabelPanel, V as LoadingModal, a4 as MAX_PAGE_SIZE, Y as MaskedTilePanel, _ as MerchantCard, a8 as ModalContentWrapper, M as MultiAxisArea, m as PageTitle, w as PaymentMethod, x as PaymentMethodAdd, P as PieChart, j as SearchPanel, h as SideMenu, b as SimpleArea, S as SimpleColumn, X as SimpleForm, J as SimpleModal, i as SimplePanel, y as SimpleTable, l as SimpleText, c as StackedArea, a as StackedColumn, t as StatusAlert, q as SubscriptionPlans, K as SuccessModal, $ as TableStateView, Z as TilePanel, n as TitleWithIndex, T as TitledPanel, N as TwoFactorModal, U as UserMenu, s as UserProfileCard, a7 as apiClient, a6 as createApiClient, aa as extractBetweenBraces, ab as extractOutsideBraces, z as theme, a1 as useManagedModals, a0 as useModal, a2 as useUrlFilters, a9 as withProviders } from './index-
|
|
1
|
+
export { A as ApplicationMenu, p as ApplicationPanel, k as AvatarLabelPanel, B as BasicHeatmap, C as CalendarHeatmap, Q as ChatBubble, R as ChatHeader, O as ChatListCard, o as ConnectionPanel, u as CreditCard, a5 as DEFAULT_API_TIMEOUT, a3 as DEFAULT_PAGE_SIZE, v as DetailCard, D as DonutChart, W as Drawer, e as DynamicLogo, f as DynamicShigaLogo, E as EqualizerColumn, G as ErrorModal, F as File, d as Icons, r as InfoGrid, H as InfoModal, I as InterpolatedHeatmap, L as LabelPanel, V as LoadingModal, a4 as MAX_PAGE_SIZE, Y as MaskedTilePanel, _ as MerchantCard, a8 as ModalContentWrapper, M as MultiAxisArea, m as PageTitle, w as PaymentMethod, x as PaymentMethodAdd, P as PieChart, j as SearchPanel, h as SideMenu, b as SimpleArea, S as SimpleColumn, X as SimpleForm, J as SimpleModal, i as SimplePanel, y as SimpleTable, l as SimpleText, c as StackedArea, a as StackedColumn, t as StatusAlert, q as SubscriptionPlans, K as SuccessModal, $ as TableStateView, Z as TilePanel, n as TitleWithIndex, T as TitledPanel, N as TwoFactorModal, U as UserMenu, s as UserProfileCard, a7 as apiClient, a6 as createApiClient, aa as extractBetweenBraces, ab as extractOutsideBraces, z as theme, a1 as useManagedModals, a0 as useModal, a2 as useUrlFilters, a9 as withProviders } from './index-DktlPeMy.js';
|
|
2
2
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
3
3
|
import '@babel/runtime/helpers/defineProperty';
|
|
4
4
|
import '@mantine/modals';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adiba-banking-cloud/backoffice",
|
|
3
3
|
"author": "TUROG Technologies",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.24",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|