@adiba-banking-cloud/backoffice 0.2.24 → 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-DajMNZBC.js → heatmap-D1SQUNrl.js} +1 -1
- package/build/index.cjs.js/{index-BFlcM32-.js → index-DbCa8uwP.js} +94 -30
- package/build/index.cjs.js/index.js +1 -1
- package/build/index.esm.js/{heatmap-CWUcaLIf.js → heatmap-OFHx8ymB.js} +1 -1
- package/build/index.esm.js/{index-DktlPeMy.js → index-CrB5gMd3.js} +94 -30
- package/build/index.esm.js/index.js +1 -1
- package/build/typings/components/widgets/chat/Chat.stories.d.ts +6 -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);
|
|
@@ -14125,15 +14125,26 @@ const File = _ref => {
|
|
|
14125
14125
|
p: isChip ? "xs" : undefined
|
|
14126
14126
|
}, /*#__PURE__*/React.createElement(core.Group, {
|
|
14127
14127
|
justify: isChip ? "space-between" : undefined,
|
|
14128
|
-
gap: "xs"
|
|
14128
|
+
gap: "xs",
|
|
14129
|
+
wrap: "nowrap",
|
|
14130
|
+
w: "100%"
|
|
14129
14131
|
}, /*#__PURE__*/React.createElement(core.Image, {
|
|
14130
14132
|
p: isChip ? undefined : "xs",
|
|
14131
14133
|
pr: 2,
|
|
14132
14134
|
h: isChip ? CHIP_HEIGHT : TILE_HEIGHT,
|
|
14133
14135
|
w: isChip ? CHIP_WIDTH : TILE_WIDTH,
|
|
14134
14136
|
alt: shape,
|
|
14135
|
-
fallbackSrc: ICON[type]
|
|
14136
|
-
|
|
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, {
|
|
14137
14148
|
flex: 1
|
|
14138
14149
|
}), rightsection ? /*#__PURE__*/React.createElement(core.ActionIcon, {
|
|
14139
14150
|
variant: "transparent",
|
|
@@ -14814,8 +14825,7 @@ const ChatBubble = _ref => {
|
|
|
14814
14825
|
style: {
|
|
14815
14826
|
backgroundColor: bubbleBg,
|
|
14816
14827
|
borderRadius: borderRadius,
|
|
14817
|
-
position: "relative"
|
|
14818
|
-
minWidth: 400 // Ensure enough width for layout
|
|
14828
|
+
position: "relative"
|
|
14819
14829
|
}
|
|
14820
14830
|
}, senderName && !isOutgoing && /*#__PURE__*/React.createElement(core.Text, {
|
|
14821
14831
|
size: "sm",
|
|
@@ -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: {
|
|
@@ -14842,7 +14855,10 @@ const ChatBubble = _ref => {
|
|
|
14842
14855
|
mb: 4
|
|
14843
14856
|
}, /*#__PURE__*/React.createElement(core.Stack, {
|
|
14844
14857
|
gap: 0,
|
|
14845
|
-
ml: "xs"
|
|
14858
|
+
ml: "xs",
|
|
14859
|
+
style: {
|
|
14860
|
+
minWidth: 0
|
|
14861
|
+
}
|
|
14846
14862
|
}, /*#__PURE__*/React.createElement(core.Text, {
|
|
14847
14863
|
size: "sm",
|
|
14848
14864
|
fw: 500,
|
|
@@ -14891,17 +14907,29 @@ const ChatHeader = _ref => {
|
|
|
14891
14907
|
} = _ref,
|
|
14892
14908
|
others = _objectWithoutProperties(_ref, _excluded$3);
|
|
14893
14909
|
return /*#__PURE__*/React.createElement(core.Box, _extends({
|
|
14894
|
-
py:
|
|
14895
|
-
|
|
14910
|
+
py: {
|
|
14911
|
+
base: "sm",
|
|
14912
|
+
md: "md"
|
|
14913
|
+
},
|
|
14914
|
+
px: {
|
|
14915
|
+
base: "sm",
|
|
14916
|
+
md: "lg"
|
|
14917
|
+
},
|
|
14896
14918
|
style: _objectSpread$4({
|
|
14897
14919
|
borderBottom: "1px solid #E2E8F0",
|
|
14898
14920
|
backgroundColor: "white"
|
|
14899
14921
|
}, style),
|
|
14900
14922
|
className: className
|
|
14901
14923
|
}, others), /*#__PURE__*/React.createElement(core.Group, {
|
|
14902
|
-
justify: "space-between"
|
|
14924
|
+
justify: "space-between",
|
|
14925
|
+
wrap: "nowrap"
|
|
14903
14926
|
}, /*#__PURE__*/React.createElement(core.Group, {
|
|
14904
|
-
gap: 8
|
|
14927
|
+
gap: 8,
|
|
14928
|
+
wrap: "nowrap",
|
|
14929
|
+
style: {
|
|
14930
|
+
flex: 1,
|
|
14931
|
+
minWidth: 0
|
|
14932
|
+
}
|
|
14905
14933
|
}, onBack && /*#__PURE__*/React.createElement(core.ActionIcon, {
|
|
14906
14934
|
variant: "subtle",
|
|
14907
14935
|
color: "gray",
|
|
@@ -14914,32 +14942,51 @@ const ChatHeader = _ref => {
|
|
|
14914
14942
|
size: 20
|
|
14915
14943
|
})), /*#__PURE__*/React.createElement(core.Avatar, {
|
|
14916
14944
|
src: avatar,
|
|
14917
|
-
|
|
14945
|
+
w: {
|
|
14946
|
+
base: 40,
|
|
14947
|
+
md: 50
|
|
14948
|
+
},
|
|
14949
|
+
h: {
|
|
14950
|
+
base: 40,
|
|
14951
|
+
md: 50
|
|
14952
|
+
},
|
|
14918
14953
|
radius: "xl",
|
|
14919
14954
|
style: {
|
|
14920
|
-
border: "1px solid #CFD1D8"
|
|
14955
|
+
border: "1px solid #CFD1D8",
|
|
14956
|
+
flexShrink: 0
|
|
14921
14957
|
}
|
|
14922
14958
|
}), /*#__PURE__*/React.createElement(core.Stack, {
|
|
14923
|
-
gap: 0
|
|
14959
|
+
gap: 0,
|
|
14960
|
+
style: {
|
|
14961
|
+
overflow: "hidden",
|
|
14962
|
+
minWidth: 0,
|
|
14963
|
+
flex: 1
|
|
14964
|
+
}
|
|
14924
14965
|
}, /*#__PURE__*/React.createElement(core.Text, {
|
|
14925
14966
|
size: "15px",
|
|
14926
14967
|
fw: 400,
|
|
14927
14968
|
lh: "24px",
|
|
14928
|
-
c: "dark.9"
|
|
14969
|
+
c: "dark.9",
|
|
14970
|
+
truncate: "end"
|
|
14929
14971
|
}, name), status && /*#__PURE__*/React.createElement(core.Text, {
|
|
14930
14972
|
fw: 300,
|
|
14931
14973
|
size: "sm",
|
|
14932
14974
|
fs: "italic",
|
|
14933
|
-
c: "#575E77"
|
|
14975
|
+
c: "#575E77",
|
|
14976
|
+
truncate: "end"
|
|
14934
14977
|
}, status))), /*#__PURE__*/React.createElement(core.Group, {
|
|
14935
|
-
gap: 0
|
|
14978
|
+
gap: 0,
|
|
14979
|
+
wrap: "nowrap"
|
|
14936
14980
|
}, /*#__PURE__*/React.createElement(core.Box, {
|
|
14937
14981
|
style: {
|
|
14938
|
-
borderLeft: "1px solid #ECEDEF"
|
|
14939
|
-
|
|
14982
|
+
borderLeft: "1px solid #ECEDEF"
|
|
14983
|
+
},
|
|
14984
|
+
px: {
|
|
14985
|
+
base: 4,
|
|
14986
|
+
md: 8
|
|
14940
14987
|
}
|
|
14941
14988
|
}, /*#__PURE__*/React.createElement(core.ActionIcon, {
|
|
14942
|
-
variant: "
|
|
14989
|
+
variant: "transparent",
|
|
14943
14990
|
color: "gray",
|
|
14944
14991
|
size: "lg",
|
|
14945
14992
|
radius: "xl"
|
|
@@ -14948,11 +14995,18 @@ const ChatHeader = _ref => {
|
|
|
14948
14995
|
size: 20
|
|
14949
14996
|
}))), /*#__PURE__*/React.createElement(core.Box, {
|
|
14950
14997
|
style: {
|
|
14951
|
-
borderLeft: "1px solid #ECEDEF"
|
|
14952
|
-
|
|
14998
|
+
borderLeft: "1px solid #ECEDEF"
|
|
14999
|
+
},
|
|
15000
|
+
px: {
|
|
15001
|
+
base: 4,
|
|
15002
|
+
md: 8
|
|
15003
|
+
},
|
|
15004
|
+
display: {
|
|
15005
|
+
base: "none",
|
|
15006
|
+
md: "block"
|
|
14953
15007
|
}
|
|
14954
15008
|
}, /*#__PURE__*/React.createElement(core.ActionIcon, {
|
|
14955
|
-
variant: "
|
|
15009
|
+
variant: "transparent",
|
|
14956
15010
|
color: "gray",
|
|
14957
15011
|
size: "lg",
|
|
14958
15012
|
radius: "xl"
|
|
@@ -14961,11 +15015,18 @@ const ChatHeader = _ref => {
|
|
|
14961
15015
|
size: 20
|
|
14962
15016
|
}))), /*#__PURE__*/React.createElement(core.Box, {
|
|
14963
15017
|
style: {
|
|
14964
|
-
borderLeft: "1px solid #ECEDEF"
|
|
14965
|
-
|
|
15018
|
+
borderLeft: "1px solid #ECEDEF"
|
|
15019
|
+
},
|
|
15020
|
+
px: {
|
|
15021
|
+
base: 4,
|
|
15022
|
+
md: 8
|
|
15023
|
+
},
|
|
15024
|
+
display: {
|
|
15025
|
+
base: "none",
|
|
15026
|
+
md: "block"
|
|
14966
15027
|
}
|
|
14967
15028
|
}, /*#__PURE__*/React.createElement(core.ActionIcon, {
|
|
14968
|
-
variant: "
|
|
15029
|
+
variant: "transparent",
|
|
14969
15030
|
color: "gray",
|
|
14970
15031
|
size: "lg",
|
|
14971
15032
|
radius: "xl"
|
|
@@ -14974,11 +15035,14 @@ const ChatHeader = _ref => {
|
|
|
14974
15035
|
size: 20
|
|
14975
15036
|
}))), /*#__PURE__*/React.createElement(core.Box, {
|
|
14976
15037
|
style: {
|
|
14977
|
-
borderLeft: "1px solid #ECEDEF"
|
|
14978
|
-
|
|
15038
|
+
borderLeft: "1px solid #ECEDEF"
|
|
15039
|
+
},
|
|
15040
|
+
px: {
|
|
15041
|
+
base: 4,
|
|
15042
|
+
md: 8
|
|
14979
15043
|
}
|
|
14980
15044
|
}, /*#__PURE__*/React.createElement(core.ActionIcon, {
|
|
14981
|
-
variant: "
|
|
15045
|
+
variant: "transparent",
|
|
14982
15046
|
color: "gray",
|
|
14983
15047
|
size: "lg",
|
|
14984
15048
|
radius: "xl"
|
|
@@ -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);
|
|
@@ -14104,15 +14104,26 @@ const File = _ref => {
|
|
|
14104
14104
|
p: isChip ? "xs" : undefined
|
|
14105
14105
|
}, /*#__PURE__*/React__default.createElement(Group, {
|
|
14106
14106
|
justify: isChip ? "space-between" : undefined,
|
|
14107
|
-
gap: "xs"
|
|
14107
|
+
gap: "xs",
|
|
14108
|
+
wrap: "nowrap",
|
|
14109
|
+
w: "100%"
|
|
14108
14110
|
}, /*#__PURE__*/React__default.createElement(Image, {
|
|
14109
14111
|
p: isChip ? undefined : "xs",
|
|
14110
14112
|
pr: 2,
|
|
14111
14113
|
h: isChip ? CHIP_HEIGHT : TILE_HEIGHT,
|
|
14112
14114
|
w: isChip ? CHIP_WIDTH : TILE_WIDTH,
|
|
14113
14115
|
alt: shape,
|
|
14114
|
-
fallbackSrc: ICON[type]
|
|
14115
|
-
|
|
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, {
|
|
14116
14127
|
flex: 1
|
|
14117
14128
|
}), rightsection ? /*#__PURE__*/React__default.createElement(ActionIcon, {
|
|
14118
14129
|
variant: "transparent",
|
|
@@ -14793,8 +14804,7 @@ const ChatBubble = _ref => {
|
|
|
14793
14804
|
style: {
|
|
14794
14805
|
backgroundColor: bubbleBg,
|
|
14795
14806
|
borderRadius: borderRadius,
|
|
14796
|
-
position: "relative"
|
|
14797
|
-
minWidth: 400 // Ensure enough width for layout
|
|
14807
|
+
position: "relative"
|
|
14798
14808
|
}
|
|
14799
14809
|
}, senderName && !isOutgoing && /*#__PURE__*/React__default.createElement(Text, {
|
|
14800
14810
|
size: "sm",
|
|
@@ -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: {
|
|
@@ -14821,7 +14834,10 @@ const ChatBubble = _ref => {
|
|
|
14821
14834
|
mb: 4
|
|
14822
14835
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
14823
14836
|
gap: 0,
|
|
14824
|
-
ml: "xs"
|
|
14837
|
+
ml: "xs",
|
|
14838
|
+
style: {
|
|
14839
|
+
minWidth: 0
|
|
14840
|
+
}
|
|
14825
14841
|
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
14826
14842
|
size: "sm",
|
|
14827
14843
|
fw: 500,
|
|
@@ -14870,17 +14886,29 @@ const ChatHeader = _ref => {
|
|
|
14870
14886
|
} = _ref,
|
|
14871
14887
|
others = _objectWithoutProperties(_ref, _excluded$3);
|
|
14872
14888
|
return /*#__PURE__*/React__default.createElement(Box, _extends({
|
|
14873
|
-
py:
|
|
14874
|
-
|
|
14889
|
+
py: {
|
|
14890
|
+
base: "sm",
|
|
14891
|
+
md: "md"
|
|
14892
|
+
},
|
|
14893
|
+
px: {
|
|
14894
|
+
base: "sm",
|
|
14895
|
+
md: "lg"
|
|
14896
|
+
},
|
|
14875
14897
|
style: _objectSpread$4({
|
|
14876
14898
|
borderBottom: "1px solid #E2E8F0",
|
|
14877
14899
|
backgroundColor: "white"
|
|
14878
14900
|
}, style),
|
|
14879
14901
|
className: className
|
|
14880
14902
|
}, others), /*#__PURE__*/React__default.createElement(Group, {
|
|
14881
|
-
justify: "space-between"
|
|
14903
|
+
justify: "space-between",
|
|
14904
|
+
wrap: "nowrap"
|
|
14882
14905
|
}, /*#__PURE__*/React__default.createElement(Group, {
|
|
14883
|
-
gap: 8
|
|
14906
|
+
gap: 8,
|
|
14907
|
+
wrap: "nowrap",
|
|
14908
|
+
style: {
|
|
14909
|
+
flex: 1,
|
|
14910
|
+
minWidth: 0
|
|
14911
|
+
}
|
|
14884
14912
|
}, onBack && /*#__PURE__*/React__default.createElement(ActionIcon, {
|
|
14885
14913
|
variant: "subtle",
|
|
14886
14914
|
color: "gray",
|
|
@@ -14893,32 +14921,51 @@ const ChatHeader = _ref => {
|
|
|
14893
14921
|
size: 20
|
|
14894
14922
|
})), /*#__PURE__*/React__default.createElement(Avatar, {
|
|
14895
14923
|
src: avatar,
|
|
14896
|
-
|
|
14924
|
+
w: {
|
|
14925
|
+
base: 40,
|
|
14926
|
+
md: 50
|
|
14927
|
+
},
|
|
14928
|
+
h: {
|
|
14929
|
+
base: 40,
|
|
14930
|
+
md: 50
|
|
14931
|
+
},
|
|
14897
14932
|
radius: "xl",
|
|
14898
14933
|
style: {
|
|
14899
|
-
border: "1px solid #CFD1D8"
|
|
14934
|
+
border: "1px solid #CFD1D8",
|
|
14935
|
+
flexShrink: 0
|
|
14900
14936
|
}
|
|
14901
14937
|
}), /*#__PURE__*/React__default.createElement(Stack, {
|
|
14902
|
-
gap: 0
|
|
14938
|
+
gap: 0,
|
|
14939
|
+
style: {
|
|
14940
|
+
overflow: "hidden",
|
|
14941
|
+
minWidth: 0,
|
|
14942
|
+
flex: 1
|
|
14943
|
+
}
|
|
14903
14944
|
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
14904
14945
|
size: "15px",
|
|
14905
14946
|
fw: 400,
|
|
14906
14947
|
lh: "24px",
|
|
14907
|
-
c: "dark.9"
|
|
14948
|
+
c: "dark.9",
|
|
14949
|
+
truncate: "end"
|
|
14908
14950
|
}, name), status && /*#__PURE__*/React__default.createElement(Text, {
|
|
14909
14951
|
fw: 300,
|
|
14910
14952
|
size: "sm",
|
|
14911
14953
|
fs: "italic",
|
|
14912
|
-
c: "#575E77"
|
|
14954
|
+
c: "#575E77",
|
|
14955
|
+
truncate: "end"
|
|
14913
14956
|
}, status))), /*#__PURE__*/React__default.createElement(Group, {
|
|
14914
|
-
gap: 0
|
|
14957
|
+
gap: 0,
|
|
14958
|
+
wrap: "nowrap"
|
|
14915
14959
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
14916
14960
|
style: {
|
|
14917
|
-
borderLeft: "1px solid #ECEDEF"
|
|
14918
|
-
|
|
14961
|
+
borderLeft: "1px solid #ECEDEF"
|
|
14962
|
+
},
|
|
14963
|
+
px: {
|
|
14964
|
+
base: 4,
|
|
14965
|
+
md: 8
|
|
14919
14966
|
}
|
|
14920
14967
|
}, /*#__PURE__*/React__default.createElement(ActionIcon, {
|
|
14921
|
-
variant: "
|
|
14968
|
+
variant: "transparent",
|
|
14922
14969
|
color: "gray",
|
|
14923
14970
|
size: "lg",
|
|
14924
14971
|
radius: "xl"
|
|
@@ -14927,11 +14974,18 @@ const ChatHeader = _ref => {
|
|
|
14927
14974
|
size: 20
|
|
14928
14975
|
}))), /*#__PURE__*/React__default.createElement(Box, {
|
|
14929
14976
|
style: {
|
|
14930
|
-
borderLeft: "1px solid #ECEDEF"
|
|
14931
|
-
|
|
14977
|
+
borderLeft: "1px solid #ECEDEF"
|
|
14978
|
+
},
|
|
14979
|
+
px: {
|
|
14980
|
+
base: 4,
|
|
14981
|
+
md: 8
|
|
14982
|
+
},
|
|
14983
|
+
display: {
|
|
14984
|
+
base: "none",
|
|
14985
|
+
md: "block"
|
|
14932
14986
|
}
|
|
14933
14987
|
}, /*#__PURE__*/React__default.createElement(ActionIcon, {
|
|
14934
|
-
variant: "
|
|
14988
|
+
variant: "transparent",
|
|
14935
14989
|
color: "gray",
|
|
14936
14990
|
size: "lg",
|
|
14937
14991
|
radius: "xl"
|
|
@@ -14940,11 +14994,18 @@ const ChatHeader = _ref => {
|
|
|
14940
14994
|
size: 20
|
|
14941
14995
|
}))), /*#__PURE__*/React__default.createElement(Box, {
|
|
14942
14996
|
style: {
|
|
14943
|
-
borderLeft: "1px solid #ECEDEF"
|
|
14944
|
-
|
|
14997
|
+
borderLeft: "1px solid #ECEDEF"
|
|
14998
|
+
},
|
|
14999
|
+
px: {
|
|
15000
|
+
base: 4,
|
|
15001
|
+
md: 8
|
|
15002
|
+
},
|
|
15003
|
+
display: {
|
|
15004
|
+
base: "none",
|
|
15005
|
+
md: "block"
|
|
14945
15006
|
}
|
|
14946
15007
|
}, /*#__PURE__*/React__default.createElement(ActionIcon, {
|
|
14947
|
-
variant: "
|
|
15008
|
+
variant: "transparent",
|
|
14948
15009
|
color: "gray",
|
|
14949
15010
|
size: "lg",
|
|
14950
15011
|
radius: "xl"
|
|
@@ -14953,11 +15014,14 @@ const ChatHeader = _ref => {
|
|
|
14953
15014
|
size: 20
|
|
14954
15015
|
}))), /*#__PURE__*/React__default.createElement(Box, {
|
|
14955
15016
|
style: {
|
|
14956
|
-
borderLeft: "1px solid #ECEDEF"
|
|
14957
|
-
|
|
15017
|
+
borderLeft: "1px solid #ECEDEF"
|
|
15018
|
+
},
|
|
15019
|
+
px: {
|
|
15020
|
+
base: 4,
|
|
15021
|
+
md: 8
|
|
14958
15022
|
}
|
|
14959
15023
|
}, /*#__PURE__*/React__default.createElement(ActionIcon, {
|
|
14960
|
-
variant: "
|
|
15024
|
+
variant: "transparent",
|
|
14961
15025
|
color: "gray",
|
|
14962
15026
|
size: "lg",
|
|
14963
15027
|
radius: "xl"
|
|
@@ -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,7 +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>;
|
|
11
|
+
export declare const DesktopHeader: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
12
|
+
export declare const MobileHeader: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
10
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",
|