@adiba-banking-cloud/backoffice 0.2.25 → 0.2.26
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-BpfEKTmb.js → heatmap-D1SQUNrl.js} +1 -1
- package/build/index.cjs.js/{index-DBgoCclM.js → index-DbCa8uwP.js} +18 -5
- package/build/index.cjs.js/index.js +1 -1
- package/build/index.esm.js/{heatmap-BCmYm6SY.js → heatmap-OFHx8ymB.js} +1 -1
- package/build/index.esm.js/{index-PZhuS6Ng.js → index-CrB5gMd3.js} +18 -5
- package/build/index.esm.js/index.js +1 -1
- package/build/typings/components/widgets/chat/Chat.stories.d.ts +4 -3
- 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-D1SQUNrl.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);
|
|
@@ -14126,15 +14126,25 @@ const File = _ref => {
|
|
|
14126
14126
|
}, /*#__PURE__*/React.createElement(core.Group, {
|
|
14127
14127
|
justify: isChip ? "space-between" : undefined,
|
|
14128
14128
|
gap: "xs",
|
|
14129
|
-
wrap: "nowrap"
|
|
14129
|
+
wrap: "nowrap",
|
|
14130
|
+
w: "100%"
|
|
14130
14131
|
}, /*#__PURE__*/React.createElement(core.Image, {
|
|
14131
14132
|
p: isChip ? undefined : "xs",
|
|
14132
14133
|
pr: 2,
|
|
14133
14134
|
h: isChip ? CHIP_HEIGHT : TILE_HEIGHT,
|
|
14134
14135
|
w: isChip ? CHIP_WIDTH : TILE_WIDTH,
|
|
14135
14136
|
alt: shape,
|
|
14136
|
-
fallbackSrc: ICON[type]
|
|
14137
|
-
|
|
14137
|
+
fallbackSrc: ICON[type],
|
|
14138
|
+
style: {
|
|
14139
|
+
flexShrink: 0
|
|
14140
|
+
}
|
|
14141
|
+
}), /*#__PURE__*/React.createElement(core.Box, {
|
|
14142
|
+
style: {
|
|
14143
|
+
minWidth: 0,
|
|
14144
|
+
overflow: "hidden",
|
|
14145
|
+
flex: "1 1 auto"
|
|
14146
|
+
}
|
|
14147
|
+
}, rest.children), /*#__PURE__*/React.createElement(core.Space, {
|
|
14138
14148
|
flex: 1
|
|
14139
14149
|
}), rightsection ? /*#__PURE__*/React.createElement(core.ActionIcon, {
|
|
14140
14150
|
variant: "transparent",
|
|
@@ -14829,7 +14839,10 @@ const ChatBubble = _ref => {
|
|
|
14829
14839
|
variant: "chip",
|
|
14830
14840
|
type: (_attachment$type = attachment.type) !== null && _attachment$type !== void 0 ? _attachment$type : "pdf",
|
|
14831
14841
|
bg: "white",
|
|
14832
|
-
w:
|
|
14842
|
+
w: {
|
|
14843
|
+
base: 200,
|
|
14844
|
+
md: 250
|
|
14845
|
+
},
|
|
14833
14846
|
bd: "1px solid #E2E8F0",
|
|
14834
14847
|
rightsection: {
|
|
14835
14848
|
icon: {
|
|
@@ -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-OFHx8ymB.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);
|
|
@@ -14105,15 +14105,25 @@ const File = _ref => {
|
|
|
14105
14105
|
}, /*#__PURE__*/React__default.createElement(Group, {
|
|
14106
14106
|
justify: isChip ? "space-between" : undefined,
|
|
14107
14107
|
gap: "xs",
|
|
14108
|
-
wrap: "nowrap"
|
|
14108
|
+
wrap: "nowrap",
|
|
14109
|
+
w: "100%"
|
|
14109
14110
|
}, /*#__PURE__*/React__default.createElement(Image, {
|
|
14110
14111
|
p: isChip ? undefined : "xs",
|
|
14111
14112
|
pr: 2,
|
|
14112
14113
|
h: isChip ? CHIP_HEIGHT : TILE_HEIGHT,
|
|
14113
14114
|
w: isChip ? CHIP_WIDTH : TILE_WIDTH,
|
|
14114
14115
|
alt: shape,
|
|
14115
|
-
fallbackSrc: ICON[type]
|
|
14116
|
-
|
|
14116
|
+
fallbackSrc: ICON[type],
|
|
14117
|
+
style: {
|
|
14118
|
+
flexShrink: 0
|
|
14119
|
+
}
|
|
14120
|
+
}), /*#__PURE__*/React__default.createElement(Box, {
|
|
14121
|
+
style: {
|
|
14122
|
+
minWidth: 0,
|
|
14123
|
+
overflow: "hidden",
|
|
14124
|
+
flex: "1 1 auto"
|
|
14125
|
+
}
|
|
14126
|
+
}, rest.children), /*#__PURE__*/React__default.createElement(Space, {
|
|
14117
14127
|
flex: 1
|
|
14118
14128
|
}), rightsection ? /*#__PURE__*/React__default.createElement(ActionIcon, {
|
|
14119
14129
|
variant: "transparent",
|
|
@@ -14808,7 +14818,10 @@ const ChatBubble = _ref => {
|
|
|
14808
14818
|
variant: "chip",
|
|
14809
14819
|
type: (_attachment$type = attachment.type) !== null && _attachment$type !== void 0 ? _attachment$type : "pdf",
|
|
14810
14820
|
bg: "white",
|
|
14811
|
-
w:
|
|
14821
|
+
w: {
|
|
14822
|
+
base: 200,
|
|
14823
|
+
md: 250
|
|
14824
|
+
},
|
|
14812
14825
|
bd: "1px solid #E2E8F0",
|
|
14813
14826
|
rightsection: {
|
|
14814
14827
|
icon: {
|
|
@@ -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-CrB5gMd3.js';
|
|
2
2
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
3
3
|
import '@babel/runtime/helpers/defineProperty';
|
|
4
4
|
import '@mantine/modals';
|
|
@@ -4,9 +4,10 @@ export default _default;
|
|
|
4
4
|
export declare const GroupChat: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./Chat.types").ChatListCardProps>;
|
|
5
5
|
export declare const ConversationItem: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./Chat.types").ChatListCardProps>;
|
|
6
6
|
export declare const ConversationItemActive: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./Chat.types").ChatListCardProps>;
|
|
7
|
-
export declare const MessageIncoming: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer,
|
|
8
|
-
export declare const MessageOutgoing: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer,
|
|
9
|
-
export declare const MessageAttachment: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer,
|
|
7
|
+
export declare const MessageIncoming: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
8
|
+
export declare const MessageOutgoing: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
9
|
+
export declare const MessageAttachment: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
10
|
+
export declare const MobileMessageAttachment: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
10
11
|
export declare const DesktopHeader: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
11
12
|
export declare const MobileHeader: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
12
13
|
export declare const FullChatLayout: () => import("react/jsx-runtime").JSX.Element;
|
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.26",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|