beem-component 2.0.27 → 2.1.1

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.
Files changed (227) hide show
  1. package/Dockerfile +4 -2
  2. package/Jenkinsfile +20 -5
  3. package/dist/components/Accordion/Accordion.js +55 -66
  4. package/dist/components/Accordion/Accordion.stories.js +5 -6
  5. package/dist/components/Avatars/avatars.js +33 -23
  6. package/dist/components/Avatars/avatars.stories.js +5 -10
  7. package/dist/components/BannerCard/bannerCard.stories.js +6 -7
  8. package/dist/components/BannerCard/bannerCards.js +38 -40
  9. package/dist/components/BmSelector/BmSelector.js +120 -0
  10. package/dist/components/BmSelector/BmSelector.stories.js +138 -0
  11. package/dist/components/ButtonGroup/buttonGroup.js +14 -15
  12. package/dist/components/ButtonGroup/buttonGroup.stories.js +11 -26
  13. package/dist/components/Buttons/Stories/basicbutton.stories.js +5 -10
  14. package/dist/components/Buttons/Stories/buttonAlertIcons.stories.js +4 -8
  15. package/dist/components/Buttons/Stories/buttonIconsOnly.stories.js +4 -8
  16. package/dist/components/Buttons/buttonAlertIcons.js +40 -58
  17. package/dist/components/Buttons/buttonDropdown copy.js +52 -35
  18. package/dist/components/Buttons/buttonDropdown.js +5 -3
  19. package/dist/components/Buttons/buttonIconsOnly.js +32 -25
  20. package/dist/components/Buttons/buttons.js +105 -72
  21. package/dist/components/Card_v2/Card.js +78 -0
  22. package/dist/components/Card_v2/Card.stories.js +60 -0
  23. package/dist/components/Cards/cards.js +3 -4
  24. package/dist/components/Cards/cards.stories.js +4 -5
  25. package/dist/components/ChatComponents/ChatBody/FeedPostComments.js +65 -39
  26. package/dist/components/ChatComponents/ChatBody/chatBody.js +224 -189
  27. package/dist/components/ChatComponents/ChatBody/chatBody.stories.js +4 -5
  28. package/dist/components/ChatComponents/ChatBody/sessionDetails.js +11 -9
  29. package/dist/components/ChatComponents/ChatBody/sessionTimeline.js +12 -10
  30. package/dist/components/ChatComponents/ChatHeader/chatHeader.js +3 -4
  31. package/dist/components/ChatComponents/ChatHeader/chatHeader.stories.js +3 -4
  32. package/dist/components/ChatComponents/ColorPicker/colorPicker.js +3 -6
  33. package/dist/components/ChatComponents/ColorPicker/colorPicker.stories.js +7 -10
  34. package/dist/components/ChatComponents/ContactCards/contactCards.js +40 -31
  35. package/dist/components/ChatComponents/ContactCards/contactCards.stories.js +3 -4
  36. package/dist/components/ChatComponents/FormAccordion/FormAccordion.js +3 -4
  37. package/dist/components/ChatComponents/FormAccordion/FormAccordion.stories.js +3 -4
  38. package/dist/components/ChatComponents/InfoTab/infoTab.js +3 -5
  39. package/dist/components/ChatComponents/InfoTab/infoTab.stories.js +3 -4
  40. package/dist/components/ChatComponents/LabelAccordion/LabelAccordion.js +3 -4
  41. package/dist/components/ChatComponents/LabelAccordion/LabelAccordion.stories.js +3 -4
  42. package/dist/components/ChatComponents/NoteAccordion/NoteAccordion.js +3 -4
  43. package/dist/components/ChatComponents/NoteAccordion/NoteAccordion.stories.js +3 -4
  44. package/dist/components/Chats/chat.js +56 -50
  45. package/dist/components/Chats/chatInput.js +9 -14
  46. package/dist/components/Chats/chatwrapper.js +8 -14
  47. package/dist/components/Checkbox/checkboxToggler.js +20 -20
  48. package/dist/components/Checkbox/checkboxToggler.stories.js +12 -35
  49. package/dist/components/InfoPanel/InfoPanel.js +141 -0
  50. package/dist/components/InfoPanel/InfoPanel.stories.js +200 -0
  51. package/dist/components/InputCounter/inputCounter.js +17 -18
  52. package/dist/components/Jumbotron/Jumbotron.js +8 -11
  53. package/dist/components/Jumbotron/Jumbotron.stories.js +3 -4
  54. package/dist/components/LabelWithIcon/LabelWithIcon.js +63 -0
  55. package/dist/components/LabelWithIcon/LabelWithIcon.stories.js +59 -0
  56. package/dist/components/Lists/listBox.js +21 -25
  57. package/dist/components/Lists/listBox.stories.js +7 -20
  58. package/dist/components/Lists/listHeader.stories.js +4 -8
  59. package/dist/components/Lists/listheader.js +17 -14
  60. package/dist/components/Lists/rowLabels.js +26 -24
  61. package/dist/components/Lists/rowLabels.stories.js +11 -18
  62. package/dist/components/Loader/loader.js +16 -14
  63. package/dist/components/Loader/loader.stories.js +4 -8
  64. package/dist/components/MainWrapper/index.js +3 -4
  65. package/dist/components/MessageCounter/MessageCounter.stories.js +4 -5
  66. package/dist/components/MessageCounter/messageCounter.js +15 -10
  67. package/dist/components/Modals/modal.js +57 -72
  68. package/dist/components/Modals/modals.stories.js +16 -45
  69. package/dist/components/MojaAccordion/MojaAccordion.js +49 -55
  70. package/dist/components/MultipleDateSelector/multipleDateSelector.js +14 -18
  71. package/dist/components/NoteBar/noteBar.js +22 -32
  72. package/dist/components/NoteBar/noteBar.stories.js +5 -10
  73. package/dist/components/PaymentBox/paymentBox.js +14 -11
  74. package/dist/components/PaymentBox/paymentBox.stories.js +3 -4
  75. package/dist/components/PerformanceIndicator/performaceIndicator.stories.js +4 -8
  76. package/dist/components/PerformanceIndicator/performanceIndicator.js +17 -14
  77. package/dist/components/Pills/pills.js +30 -38
  78. package/dist/components/Pills/pills.stories.js +5 -10
  79. package/dist/components/ProfileIcon/ProfileIcon.js +26 -36
  80. package/dist/components/ProfileIcon/profileIcon.stories.js +6 -12
  81. package/dist/components/ProgressBar/progressbar.js +14 -12
  82. package/dist/components/ProgressBar/progressbar.stories.js +4 -8
  83. package/dist/components/ProgressIndicator/ProgressIndicator.js +121 -0
  84. package/dist/components/ProgressIndicator/ProgressIndicator.stories.js +99 -0
  85. package/dist/components/ProgressRing/progressRing.js +48 -50
  86. package/dist/components/ProgressRing/progressRing.stories.js +5 -10
  87. package/dist/components/RouteLink/link.js +3 -8
  88. package/dist/components/RouteLink/link.stories.js +3 -4
  89. package/dist/components/ScrollBar/scrollBar.js +18 -26
  90. package/dist/components/SelectionNotice/SelectionNotice.js +57 -0
  91. package/dist/components/SelectionNotice/SelectionNotice.stories.js +35 -0
  92. package/dist/components/Stepper/stepper.js +4 -11
  93. package/dist/components/SuperFluid/Content/index.js +3 -4
  94. package/dist/components/SuperFluid/ContentTitle.js/index.js +6 -10
  95. package/dist/components/SuperFluid/SegmentCard/index.js +11 -21
  96. package/dist/components/Tabs/tabs.js +32 -24
  97. package/dist/components/Tabs/tabs.stories.js +6 -12
  98. package/dist/components/Tags/tags.js +65 -63
  99. package/dist/components/Tags/tags.stories.js +6 -12
  100. package/dist/components/breakpoints.js +3 -5
  101. package/dist/components/chatHeader.js +7 -12
  102. package/dist/components/checkbox.js +30 -25
  103. package/dist/components/colors.js +31 -62
  104. package/dist/components/contacts.js +32 -35
  105. package/dist/components/dropdown.js +18 -39
  106. package/dist/components/dropdownButton.js +38 -28
  107. package/dist/components/dropdownItems.js +23 -26
  108. package/dist/components/examples/App.js +3 -4
  109. package/dist/components/examples/InfoAccordion.js +3 -4
  110. package/dist/components/examples/chatBodyExample.js +4 -7
  111. package/dist/components/examples/selectExample.js +12 -30
  112. package/dist/components/globalStyles.js +1 -2
  113. package/dist/components/iconStyles.js +69 -103
  114. package/dist/components/index-copy.js +197 -197
  115. package/dist/components/index.js +106 -66
  116. package/dist/components/input.js +36 -25
  117. package/dist/components/logo.js +10 -9
  118. package/dist/components/navbar.js +9 -16
  119. package/dist/components/search.js +18 -16
  120. package/dist/components/shadow.js +1 -2
  121. package/dist/components/text.js +9 -18
  122. package/dist/components/typography.js +14 -28
  123. package/dist/components/wrapper.js +4 -6
  124. package/nginx.conf +26 -12
  125. package/package.json +3 -1
  126. package/src/App.js +246 -3
  127. package/src/lib/components/BmSelector/BmSelector.js +154 -0
  128. package/src/lib/components/BmSelector/BmSelector.stories.jsx +125 -0
  129. package/src/lib/components/Buttons/buttons.js +12 -8
  130. package/src/lib/components/Card_v2/Card.js +128 -0
  131. package/src/lib/components/Card_v2/Card.stories.jsx +94 -0
  132. package/src/lib/components/InfoPanel/InfoPanel.js +221 -0
  133. package/src/lib/components/InfoPanel/InfoPanel.stories.jsx +169 -0
  134. package/src/lib/components/LabelWithIcon/LabelWithIcon.js +61 -0
  135. package/src/lib/components/LabelWithIcon/LabelWithIcon.stories.jsx +59 -0
  136. package/src/lib/components/ProgressIndicator/ProgressIndicator.js +208 -0
  137. package/src/lib/components/ProgressIndicator/ProgressIndicator.stories.jsx +91 -0
  138. package/src/lib/components/SelectionNotice/SelectionNotice.js +65 -0
  139. package/src/lib/components/SelectionNotice/SelectionNotice.stories.jsx +40 -0
  140. package/src/lib/components/index.js +14 -0
  141. package/src/util/convertToRGBA.js +21 -0
  142. package/storybook-static/140.d6695a165d8dcc810b2e.manager.bundle.js +1 -0
  143. package/storybook-static/140.f87feb0b.iframe.bundle.js +1 -0
  144. package/storybook-static/149.7cc11ef8.iframe.bundle.js +2 -0
  145. package/storybook-static/149.7cc11ef8.iframe.bundle.js.LICENSE.txt +14 -0
  146. package/storybook-static/192.08b67b8c.iframe.bundle.js +1 -0
  147. package/storybook-static/246.9ad91c22.iframe.bundle.js +2 -0
  148. package/storybook-static/{vendors~main.7fe78cc2.iframe.bundle.js.LICENSE.txt → 246.9ad91c22.iframe.bundle.js.LICENSE.txt} +48 -16
  149. package/storybook-static/448.0ad0b2a9.iframe.bundle.js +2 -0
  150. package/storybook-static/448.0ad0b2a9.iframe.bundle.js.LICENSE.txt +8 -0
  151. package/storybook-static/448.502f738789de31a83e1c.manager.bundle.js +2 -0
  152. package/storybook-static/448.502f738789de31a83e1c.manager.bundle.js.LICENSE.txt +8 -0
  153. package/storybook-static/463.694cb3b0a2f8b0deba70.manager.bundle.js +2 -0
  154. package/storybook-static/463.694cb3b0a2f8b0deba70.manager.bundle.js.LICENSE.txt +31 -0
  155. package/storybook-static/463.7b3b5742.iframe.bundle.js +2 -0
  156. package/storybook-static/463.7b3b5742.iframe.bundle.js.LICENSE.txt +31 -0
  157. package/storybook-static/58.56a2198b.iframe.bundle.js +1 -0
  158. package/storybook-static/58.cd3f8ad06a1200571eab.manager.bundle.js +1 -0
  159. package/storybook-static/676.d74803c6ab12eac1cdb2.manager.bundle.js +2 -0
  160. package/storybook-static/{vendors~main.1750028c2d68e574fb1d.manager.bundle.js.LICENSE.txt → 676.d74803c6ab12eac1cdb2.manager.bundle.js.LICENSE.txt} +20 -30
  161. package/storybook-static/720.d729a720931e1312e597.manager.bundle.js +2 -0
  162. package/storybook-static/720.e12f6aa2.iframe.bundle.js +2 -0
  163. package/storybook-static/794.0543a68a8b5aa273273a.manager.bundle.js +1 -0
  164. package/storybook-static/929.5353bbe2.iframe.bundle.js +1 -0
  165. package/storybook-static/929.ed1807a8ea3e2353d440.manager.bundle.js +1 -0
  166. package/storybook-static/9b058fcb1416fea75e6c.png +0 -0
  167. package/storybook-static/f29af3502f15acc765a8.png +0 -0
  168. package/storybook-static/favicon.ico +0 -0
  169. package/storybook-static/iframe.html +22 -6
  170. package/storybook-static/index.html +66 -109
  171. package/storybook-static/main.1a29aa69.iframe.bundle.js +1 -0
  172. package/storybook-static/main.69bad789e0a3d801264b.manager.bundle.js +1 -0
  173. package/storybook-static/project.json +1 -0
  174. package/storybook-static/runtime~main.87eecef7.iframe.bundle.js +1 -0
  175. package/storybook-static/runtime~main.dd5308492057ff00c469.manager.bundle.js +1 -0
  176. package/storybook-static/static/css/main.08a2eb27.css +6 -0
  177. package/storybook-static/static/css/main.08a2eb27.css.map +1 -0
  178. package/storybook-static/0.00c62ec79c260aedbb98.manager.bundle.js +0 -2
  179. package/storybook-static/0.00c62ec79c260aedbb98.manager.bundle.js.LICENSE.txt +0 -8
  180. package/storybook-static/0.96c45dd8.iframe.bundle.js +0 -1
  181. package/storybook-static/1.dc6acfa9.iframe.bundle.js +0 -3
  182. package/storybook-static/1.dc6acfa9.iframe.bundle.js.LICENSE.txt +0 -8
  183. package/storybook-static/1.dc6acfa9.iframe.bundle.js.map +0 -1
  184. package/storybook-static/1.dc7dcdaec2def2f224fd.manager.bundle.js +0 -1
  185. package/storybook-static/2.24353ddc.iframe.bundle.js +0 -1
  186. package/storybook-static/3.8bb2173c.iframe.bundle.js +0 -1
  187. package/storybook-static/5.0779e3847d325dece216.manager.bundle.js +0 -1
  188. package/storybook-static/6.8bd405c2576206749a16.manager.bundle.js +0 -2
  189. package/storybook-static/7.9d4ba19cf58425e7ff0d.manager.bundle.js +0 -1
  190. package/storybook-static/7.f0cfc757.iframe.bundle.js +0 -1
  191. package/storybook-static/8.91de97de.iframe.bundle.js +0 -3
  192. package/storybook-static/8.91de97de.iframe.bundle.js.map +0 -1
  193. package/storybook-static/8.b4e9ec0ec7648e02a923.manager.bundle.js +0 -1
  194. package/storybook-static/9.40ec65d6.iframe.bundle.js +0 -1
  195. package/storybook-static/asset-manifest.json +0 -30
  196. package/storybook-static/main.3c8d8027.iframe.bundle.js +0 -1
  197. package/storybook-static/main.3e5804fe56d1f580b088.manager.bundle.js +0 -1
  198. package/storybook-static/runtime~main.d3a18d6a.iframe.bundle.js +0 -1
  199. package/storybook-static/runtime~main.ff106120648356c6069d.manager.bundle.js +0 -1
  200. package/storybook-static/static/css/main.b44a190d.chunk.css +0 -4
  201. package/storybook-static/static/css/main.b44a190d.chunk.css.map +0 -1
  202. package/storybook-static/vendors~main.1750028c2d68e574fb1d.manager.bundle.js +0 -2
  203. package/storybook-static/vendors~main.7fe78cc2.iframe.bundle.js +0 -3
  204. package/storybook-static/vendors~main.7fe78cc2.iframe.bundle.js.map +0 -1
  205. /package/storybook-static/{static/media/PoppinsMedium.0ba26f6c.woff → 0ba26f6cfe2f94ec2b43.woff} +0 -0
  206. /package/storybook-static/{static/media/PoppinsRegular.13b9af9c.eot → 13b9af9c8b2b4d656251.eot} +0 -0
  207. /package/storybook-static/{static/media/OpenSans-Regular.1b0809d5.ttf → 1b0809d519837cb7aad3.ttf} +0 -0
  208. /package/storybook-static/{static/media/PoppinsBold.1eae2d48.woff2 → 1eae2d48398534b6e1fe.woff2} +0 -0
  209. /package/storybook-static/{static/media/PoppinsRegular.43e9b50d.svg → 43e9b50d6f4141c6275f.svg} +0 -0
  210. /package/storybook-static/{static/media/PoppinsMedium.49b46ace.eot → 49b46acec5a811ce1edd.eot} +0 -0
  211. /package/storybook-static/{static/media/PoppinsRegular.4a4d5420.woff → 4a4d54208e3b43dcdd6e.woff} +0 -0
  212. /package/storybook-static/{static/media/PoppinsBold.53ff6749.eot → 53ff67494885a390867f.eot} +0 -0
  213. /package/storybook-static/{static/media/PoppinsBold.53ff971f.ttf → 53ff971f3c691d03daf6.ttf} +0 -0
  214. /package/storybook-static/{static/media/PoppinsSemiBold.5692c77f.ttf → 5692c77f2768f53db4fb.ttf} +0 -0
  215. /package/storybook-static/{static/media/PoppinsMedium.57a99fa8.woff2 → 57a99fa8569430db3aa1.woff2} +0 -0
  216. /package/storybook-static/{6.8bd405c2576206749a16.manager.bundle.js.LICENSE.txt → 720.d729a720931e1312e597.manager.bundle.js.LICENSE.txt} +0 -0
  217. /package/storybook-static/{8.91de97de.iframe.bundle.js.LICENSE.txt → 720.e12f6aa2.iframe.bundle.js.LICENSE.txt} +0 -0
  218. /package/storybook-static/{static/media/PoppinsSemiBold.80138c67.woff → 80138c67abf7843ea7e5.woff} +0 -0
  219. /package/storybook-static/{static/media/PoppinsBold.850fc4f3.svg → 850fc4f3768c0af34ea8.svg} +0 -0
  220. /package/storybook-static/{static/media/PoppinsRegular.9a7cc7ec.woff2 → 9a7cc7ec4e1eda4f7e6d.woff2} +0 -0
  221. /package/storybook-static/{static/media/PoppinsBold.b33c148b.woff → b33c148b95e9b282af64.woff} +0 -0
  222. /package/storybook-static/{static/media/PoppinsMedium.b7e43707.svg → b7e43707906d1445e127.svg} +0 -0
  223. /package/storybook-static/{static/media/PoppinsSemiBold.c442695a.eot → c442695a5fcf958609b8.eot} +0 -0
  224. /package/storybook-static/{static/media/PoppinsMedium.c98dddbd.ttf → c98dddbdc5b1e18988b9.ttf} +0 -0
  225. /package/storybook-static/{static/media/PoppinsSemiBold.e1948d56.svg → e1948d56fc87f569ef8d.svg} +0 -0
  226. /package/storybook-static/{static/media/PoppinsRegular.e1bc9021.ttf → e1bc9021c9d8ba86968b.ttf} +0 -0
  227. /package/storybook-static/{static/media/PoppinsSemiBold.f27050e2.woff2 → f27050e2684287d42c91.woff2} +0 -0
@@ -5,1183 +5,1183 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  Object.defineProperty(exports, "BmAccordicon", {
7
7
  enumerable: true,
8
- get: function get() {
8
+ get: function () {
9
9
  return _Accordicon.BmAccordicon;
10
10
  }
11
11
  });
12
12
  Object.defineProperty(exports, "BmAddLabel", {
13
13
  enumerable: true,
14
- get: function get() {
14
+ get: function () {
15
15
  return _labelsInfo.BmAddLabel;
16
16
  }
17
17
  });
18
18
  Object.defineProperty(exports, "BmAddNote", {
19
19
  enumerable: true,
20
- get: function get() {
20
+ get: function () {
21
21
  return _notesInfo.BmAddNote;
22
22
  }
23
23
  });
24
24
  Object.defineProperty(exports, "BmAgentButton", {
25
25
  enumerable: true,
26
- get: function get() {
26
+ get: function () {
27
27
  return _modalBody.BmAgentButton;
28
28
  }
29
29
  });
30
30
  Object.defineProperty(exports, "BmAgentName", {
31
31
  enumerable: true,
32
- get: function get() {
32
+ get: function () {
33
33
  return _modalBody.BmAgentName;
34
34
  }
35
35
  });
36
36
  Object.defineProperty(exports, "BmAgentPill", {
37
37
  enumerable: true,
38
- get: function get() {
38
+ get: function () {
39
39
  return _modalBody.BmAgentPill;
40
40
  }
41
41
  });
42
42
  Object.defineProperty(exports, "BmAgentSearch", {
43
43
  enumerable: true,
44
- get: function get() {
44
+ get: function () {
45
45
  return _modalBody.BmAgentSearch;
46
46
  }
47
47
  });
48
48
  Object.defineProperty(exports, "BmAlertIcon", {
49
49
  enumerable: true,
50
- get: function get() {
50
+ get: function () {
51
51
  return _buttonAlertIcons.BmAlertIcon;
52
52
  }
53
53
  });
54
54
  Object.defineProperty(exports, "BmAttachment", {
55
55
  enumerable: true,
56
- get: function get() {
56
+ get: function () {
57
57
  return _chatInput.BmAttachment;
58
58
  }
59
59
  });
60
60
  Object.defineProperty(exports, "BmAvatar", {
61
61
  enumerable: true,
62
- get: function get() {
62
+ get: function () {
63
63
  return _avatars.BmAvatar;
64
64
  }
65
65
  });
66
66
  Object.defineProperty(exports, "BmAvatarIcon", {
67
67
  enumerable: true,
68
- get: function get() {
68
+ get: function () {
69
69
  return _iconStyles.BmAvatarIcon;
70
70
  }
71
71
  });
72
72
  Object.defineProperty(exports, "BmBtnIcon", {
73
73
  enumerable: true,
74
- get: function get() {
74
+ get: function () {
75
75
  return _buttonIconsOnly.BmBtnIcon;
76
76
  }
77
77
  });
78
78
  Object.defineProperty(exports, "BmBtnTag", {
79
79
  enumerable: true,
80
- get: function get() {
80
+ get: function () {
81
81
  return _customerInfo.BmBtnTag;
82
82
  }
83
83
  });
84
84
  Object.defineProperty(exports, "BmButton", {
85
85
  enumerable: true,
86
- get: function get() {
86
+ get: function () {
87
87
  return _buttons.BmButton;
88
88
  }
89
89
  });
90
90
  Object.defineProperty(exports, "BmButtonDropDown", {
91
91
  enumerable: true,
92
- get: function get() {
92
+ get: function () {
93
93
  return _dropdownButton.BmButtonDropDown;
94
94
  }
95
95
  });
96
96
  Object.defineProperty(exports, "BmButtonDropdownItem", {
97
97
  enumerable: true,
98
- get: function get() {
98
+ get: function () {
99
99
  return _dropdownItems.BmButtonDropdownItem;
100
100
  }
101
101
  });
102
102
  Object.defineProperty(exports, "BmButtonIcon", {
103
103
  enumerable: true,
104
- get: function get() {
104
+ get: function () {
105
105
  return _iconStyles.BmButtonIcon;
106
106
  }
107
107
  });
108
108
  Object.defineProperty(exports, "BmCard", {
109
109
  enumerable: true,
110
- get: function get() {
110
+ get: function () {
111
111
  return _cards.BmCard;
112
112
  }
113
113
  });
114
114
  Object.defineProperty(exports, "BmCardBody", {
115
115
  enumerable: true,
116
- get: function get() {
116
+ get: function () {
117
117
  return _cards.BmCardBody;
118
118
  }
119
119
  });
120
120
  Object.defineProperty(exports, "BmCardBodyImg", {
121
121
  enumerable: true,
122
- get: function get() {
122
+ get: function () {
123
123
  return _cards.BmCardBodyImg;
124
124
  }
125
125
  });
126
126
  Object.defineProperty(exports, "BmCardBodyText", {
127
127
  enumerable: true,
128
- get: function get() {
128
+ get: function () {
129
129
  return _cards.BmCardBodyText;
130
130
  }
131
131
  });
132
132
  Object.defineProperty(exports, "BmCardDetails", {
133
133
  enumerable: true,
134
- get: function get() {
134
+ get: function () {
135
135
  return _cards.BmCardDetails;
136
136
  }
137
137
  });
138
138
  Object.defineProperty(exports, "BmCardFooter", {
139
139
  enumerable: true,
140
- get: function get() {
140
+ get: function () {
141
141
  return _cards.BmCardFooter;
142
142
  }
143
143
  });
144
144
  Object.defineProperty(exports, "BmCardFooterText", {
145
145
  enumerable: true,
146
- get: function get() {
146
+ get: function () {
147
147
  return _cards.BmCardFooterText;
148
148
  }
149
149
  });
150
150
  Object.defineProperty(exports, "BmChart", {
151
151
  enumerable: true,
152
- get: function get() {
152
+ get: function () {
153
153
  return _charts.BmChart;
154
154
  }
155
155
  });
156
156
  Object.defineProperty(exports, "BmChartBody", {
157
157
  enumerable: true,
158
- get: function get() {
158
+ get: function () {
159
159
  return _charts.BmChartBody;
160
160
  }
161
161
  });
162
162
  Object.defineProperty(exports, "BmChartBodyDetails", {
163
163
  enumerable: true,
164
- get: function get() {
164
+ get: function () {
165
165
  return _charts.BmChartBodyDetails;
166
166
  }
167
167
  });
168
168
  Object.defineProperty(exports, "BmChartBodyText", {
169
169
  enumerable: true,
170
- get: function get() {
170
+ get: function () {
171
171
  return _charts.BmChartBodyText;
172
172
  }
173
173
  });
174
174
  Object.defineProperty(exports, "BmChartDetails", {
175
175
  enumerable: true,
176
- get: function get() {
176
+ get: function () {
177
177
  return _charts.BmChartDetails;
178
178
  }
179
179
  });
180
180
  Object.defineProperty(exports, "BmChartHeader", {
181
181
  enumerable: true,
182
- get: function get() {
182
+ get: function () {
183
183
  return _charts.BmChartHeader;
184
184
  }
185
185
  });
186
186
  Object.defineProperty(exports, "BmChartHeading", {
187
187
  enumerable: true,
188
- get: function get() {
188
+ get: function () {
189
189
  return _charts.BmChartHeading;
190
190
  }
191
191
  });
192
192
  Object.defineProperty(exports, "BmChartTitleText", {
193
193
  enumerable: true,
194
- get: function get() {
194
+ get: function () {
195
195
  return _charts.BmChartTitleText;
196
196
  }
197
197
  });
198
198
  Object.defineProperty(exports, "BmChat", {
199
199
  enumerable: true,
200
- get: function get() {
200
+ get: function () {
201
201
  return _chatwrapper.BmChat;
202
202
  }
203
203
  });
204
204
  Object.defineProperty(exports, "BmChatHeader", {
205
205
  enumerable: true,
206
- get: function get() {
206
+ get: function () {
207
207
  return _chatHeader.BmChatHeader;
208
208
  }
209
209
  });
210
210
  Object.defineProperty(exports, "BmChatHeaderInfoIcon", {
211
211
  enumerable: true,
212
- get: function get() {
212
+ get: function () {
213
213
  return _chatHeader.BmChatHeaderInfoIcon;
214
214
  }
215
215
  });
216
216
  Object.defineProperty(exports, "BmChatHeaderText", {
217
217
  enumerable: true,
218
- get: function get() {
218
+ get: function () {
219
219
  return _chatHeader.BmChatHeaderText;
220
220
  }
221
221
  });
222
222
  Object.defineProperty(exports, "BmChatHeaderTime", {
223
223
  enumerable: true,
224
- get: function get() {
224
+ get: function () {
225
225
  return _chatHeader.BmChatHeaderTime;
226
226
  }
227
227
  });
228
228
  Object.defineProperty(exports, "BmChatHeaderWrapper", {
229
229
  enumerable: true,
230
- get: function get() {
230
+ get: function () {
231
231
  return _chatHeader.BmChatHeaderWrapper;
232
232
  }
233
233
  });
234
234
  Object.defineProperty(exports, "BmChatInfoWrapper", {
235
235
  enumerable: true,
236
- get: function get() {
236
+ get: function () {
237
237
  return _wrapper.BmChatInfoWrapper;
238
238
  }
239
239
  });
240
240
  Object.defineProperty(exports, "BmChatMenu", {
241
241
  enumerable: true,
242
- get: function get() {
242
+ get: function () {
243
243
  return _chatwrapper.BmChatMenu;
244
244
  }
245
245
  });
246
246
  Object.defineProperty(exports, "BmChatMenuWrapper", {
247
247
  enumerable: true,
248
- get: function get() {
248
+ get: function () {
249
249
  return _wrapper.BmChatMenuWrapper;
250
250
  }
251
251
  });
252
252
  Object.defineProperty(exports, "BmChatText", {
253
253
  enumerable: true,
254
- get: function get() {
254
+ get: function () {
255
255
  return _chat.BmChatText;
256
256
  }
257
257
  });
258
258
  Object.defineProperty(exports, "BmChatWrapper", {
259
259
  enumerable: true,
260
- get: function get() {
260
+ get: function () {
261
261
  return _chat.BmChatWrapper;
262
262
  }
263
263
  });
264
264
  Object.defineProperty(exports, "BmChatbot", {
265
265
  enumerable: true,
266
- get: function get() {
266
+ get: function () {
267
267
  return _iconStyles.BmChatbot;
268
268
  }
269
269
  });
270
270
  Object.defineProperty(exports, "BmChatbotIcon", {
271
271
  enumerable: true,
272
- get: function get() {
272
+ get: function () {
273
273
  return _iconStyles.BmChatbotIcon;
274
274
  }
275
275
  });
276
276
  Object.defineProperty(exports, "BmCheckbox", {
277
277
  enumerable: true,
278
- get: function get() {
278
+ get: function () {
279
279
  return _checkbox.BmCheckbox;
280
280
  }
281
281
  });
282
282
  Object.defineProperty(exports, "BmCheckboxToggler", {
283
283
  enumerable: true,
284
- get: function get() {
284
+ get: function () {
285
285
  return _checkboxToggler.BmCheckboxToggler;
286
286
  }
287
287
  });
288
288
  Object.defineProperty(exports, "BmColorLabel", {
289
289
  enumerable: true,
290
- get: function get() {
290
+ get: function () {
291
291
  return _labelsInfo.BmColorLabel;
292
292
  }
293
293
  });
294
294
  Object.defineProperty(exports, "BmColorLabelPicker", {
295
295
  enumerable: true,
296
- get: function get() {
296
+ get: function () {
297
297
  return _labelsInfo.BmColorLabelPicker;
298
298
  }
299
299
  });
300
300
  Object.defineProperty(exports, "BmContact", {
301
301
  enumerable: true,
302
- get: function get() {
302
+ get: function () {
303
303
  return _contacts.BmContact;
304
304
  }
305
305
  });
306
306
  Object.defineProperty(exports, "BmContactDetails", {
307
307
  enumerable: true,
308
- get: function get() {
308
+ get: function () {
309
309
  return _contacts.BmContactDetails;
310
310
  }
311
311
  });
312
312
  Object.defineProperty(exports, "BmContactIcon", {
313
313
  enumerable: true,
314
- get: function get() {
314
+ get: function () {
315
315
  return _contacts.BmContactIcon;
316
316
  }
317
317
  });
318
318
  Object.defineProperty(exports, "BmContactItem", {
319
319
  enumerable: true,
320
- get: function get() {
320
+ get: function () {
321
321
  return _contacts.BmContactItem;
322
322
  }
323
323
  });
324
324
  Object.defineProperty(exports, "BmContactMessage", {
325
325
  enumerable: true,
326
- get: function get() {
326
+ get: function () {
327
327
  return _contacts.BmContactMessage;
328
328
  }
329
329
  });
330
330
  Object.defineProperty(exports, "BmContactName", {
331
331
  enumerable: true,
332
- get: function get() {
332
+ get: function () {
333
333
  return _contacts.BmContactName;
334
334
  }
335
335
  });
336
336
  Object.defineProperty(exports, "BmContactSideBar", {
337
337
  enumerable: true,
338
- get: function get() {
338
+ get: function () {
339
339
  return _contacts.BmContactSideBar;
340
340
  }
341
341
  });
342
342
  Object.defineProperty(exports, "BmContactText", {
343
343
  enumerable: true,
344
- get: function get() {
344
+ get: function () {
345
345
  return _contacts.BmContactText;
346
346
  }
347
347
  });
348
348
  Object.defineProperty(exports, "BmContactTime", {
349
349
  enumerable: true,
350
- get: function get() {
350
+ get: function () {
351
351
  return _contacts.BmContactTime;
352
352
  }
353
353
  });
354
354
  Object.defineProperty(exports, "BmContent", {
355
355
  enumerable: true,
356
- get: function get() {
356
+ get: function () {
357
357
  return _index.BmContent;
358
358
  }
359
359
  });
360
360
  Object.defineProperty(exports, "BmContentFooter", {
361
361
  enumerable: true,
362
- get: function get() {
362
+ get: function () {
363
363
  return _index2.BmContentFooter;
364
364
  }
365
365
  });
366
366
  Object.defineProperty(exports, "BmContentTitle", {
367
367
  enumerable: true,
368
- get: function get() {
368
+ get: function () {
369
369
  return _index2.BmContentTitle;
370
370
  }
371
371
  });
372
372
  Object.defineProperty(exports, "BmCustomer", {
373
373
  enumerable: true,
374
- get: function get() {
374
+ get: function () {
375
375
  return _customerInfo.BmCustomer;
376
376
  }
377
377
  });
378
378
  Object.defineProperty(exports, "BmCustomerBar", {
379
379
  enumerable: true,
380
- get: function get() {
380
+ get: function () {
381
381
  return _customerInfoBar.BmCustomerBar;
382
382
  }
383
383
  });
384
384
  Object.defineProperty(exports, "BmCustomerDetails", {
385
385
  enumerable: true,
386
- get: function get() {
386
+ get: function () {
387
387
  return _customerInfo.BmCustomerDetails;
388
388
  }
389
389
  });
390
390
  Object.defineProperty(exports, "BmCustomerIcons", {
391
391
  enumerable: true,
392
- get: function get() {
392
+ get: function () {
393
393
  return _customerInfo.BmCustomerIcons;
394
394
  }
395
395
  });
396
396
  Object.defineProperty(exports, "BmCustomerInfoAccordicon", {
397
397
  enumerable: true,
398
- get: function get() {
398
+ get: function () {
399
399
  return _customerInfoBar.BmCustomerInfoAccordicon;
400
400
  }
401
401
  });
402
402
  Object.defineProperty(exports, "BmCustomerInfoHeader", {
403
403
  enumerable: true,
404
- get: function get() {
404
+ get: function () {
405
405
  return _customerInfo.BmCustomerInfoHeader;
406
406
  }
407
407
  });
408
408
  Object.defineProperty(exports, "BmCustomerInfoName", {
409
409
  enumerable: true,
410
- get: function get() {
410
+ get: function () {
411
411
  return _customerInfo.BmCustomerInfoName;
412
412
  }
413
413
  });
414
414
  Object.defineProperty(exports, "BmCustomerInfoTab", {
415
415
  enumerable: true,
416
- get: function get() {
416
+ get: function () {
417
417
  return _customerInfo.BmCustomerInfoTab;
418
418
  }
419
419
  });
420
420
  Object.defineProperty(exports, "BmCustomizedDropdown", {
421
421
  enumerable: true,
422
- get: function get() {
422
+ get: function () {
423
423
  return _dropdownItems.BmCustomizedDropdown;
424
424
  }
425
425
  });
426
426
  Object.defineProperty(exports, "BmDisplayTime", {
427
427
  enumerable: true,
428
- get: function get() {
428
+ get: function () {
429
429
  return _chat.BmDisplayTime;
430
430
  }
431
431
  });
432
432
  Object.defineProperty(exports, "BmDropDownItem", {
433
433
  enumerable: true,
434
- get: function get() {
434
+ get: function () {
435
435
  return _dropdownItems.BmDropDownItem;
436
436
  }
437
437
  });
438
438
  Object.defineProperty(exports, "BmDropDownMenu", {
439
439
  enumerable: true,
440
- get: function get() {
440
+ get: function () {
441
441
  return _dropdownItems.BmDropDownMenu;
442
442
  }
443
443
  });
444
444
  Object.defineProperty(exports, "BmDropdown", {
445
445
  enumerable: true,
446
- get: function get() {
446
+ get: function () {
447
447
  return _dropdown.BmDropdown;
448
448
  }
449
449
  });
450
450
  Object.defineProperty(exports, "BmDropdownIcon", {
451
451
  enumerable: true,
452
- get: function get() {
452
+ get: function () {
453
453
  return _iconStyles.BmDropdownIcon;
454
454
  }
455
455
  });
456
456
  Object.defineProperty(exports, "BmDropdownInfo", {
457
457
  enumerable: true,
458
- get: function get() {
458
+ get: function () {
459
459
  return _infoAccordion.BmDropdownInfo;
460
460
  }
461
461
  });
462
462
  Object.defineProperty(exports, "BmDropupIcon", {
463
463
  enumerable: true,
464
- get: function get() {
464
+ get: function () {
465
465
  return _iconStyles.BmDropupIcon;
466
466
  }
467
467
  });
468
468
  Object.defineProperty(exports, "BmEmojiIcon", {
469
469
  enumerable: true,
470
- get: function get() {
470
+ get: function () {
471
471
  return _iconStyles.BmEmojiIcon;
472
472
  }
473
473
  });
474
474
  Object.defineProperty(exports, "BmErrorIcon", {
475
475
  enumerable: true,
476
- get: function get() {
476
+ get: function () {
477
477
  return _iconStyles.BmErrorIcon;
478
478
  }
479
479
  });
480
480
  Object.defineProperty(exports, "BmFileChat", {
481
481
  enumerable: true,
482
- get: function get() {
482
+ get: function () {
483
483
  return _chat.BmFileChat;
484
484
  }
485
485
  });
486
486
  Object.defineProperty(exports, "BmFileText", {
487
487
  enumerable: true,
488
- get: function get() {
488
+ get: function () {
489
489
  return _chat.BmFileText;
490
490
  }
491
491
  });
492
492
  Object.defineProperty(exports, "BmFileWrapper", {
493
493
  enumerable: true,
494
- get: function get() {
494
+ get: function () {
495
495
  return _chat.BmFileWrapper;
496
496
  }
497
497
  });
498
498
  Object.defineProperty(exports, "BmFooterButtons", {
499
499
  enumerable: true,
500
- get: function get() {
500
+ get: function () {
501
501
  return _noteModalFooter.BmFooterButtons;
502
502
  }
503
503
  });
504
504
  Object.defineProperty(exports, "BmFooterLeft", {
505
505
  enumerable: true,
506
- get: function get() {
506
+ get: function () {
507
507
  return _index2.BmFooterLeft;
508
508
  }
509
509
  });
510
510
  Object.defineProperty(exports, "BmFooterRight", {
511
511
  enumerable: true,
512
- get: function get() {
512
+ get: function () {
513
513
  return _index2.BmFooterRight;
514
514
  }
515
515
  });
516
516
  Object.defineProperty(exports, "BmIcon", {
517
517
  enumerable: true,
518
- get: function get() {
518
+ get: function () {
519
519
  return _customerInfo.BmIcon;
520
520
  }
521
521
  });
522
522
  Object.defineProperty(exports, "BmIcons", {
523
523
  enumerable: true,
524
- get: function get() {
524
+ get: function () {
525
525
  return _iconStyles.BmIcons;
526
526
  }
527
527
  });
528
528
  Object.defineProperty(exports, "BmImage", {
529
529
  enumerable: true,
530
- get: function get() {
530
+ get: function () {
531
531
  return _chat.BmImage;
532
532
  }
533
533
  });
534
534
  Object.defineProperty(exports, "BmImageChat", {
535
535
  enumerable: true,
536
- get: function get() {
536
+ get: function () {
537
537
  return _chat.BmImageChat;
538
538
  }
539
539
  });
540
540
  Object.defineProperty(exports, "BmImageFileName", {
541
541
  enumerable: true,
542
- get: function get() {
542
+ get: function () {
543
543
  return _chat.BmImageFileName;
544
544
  }
545
545
  });
546
546
  Object.defineProperty(exports, "BmImageWrapper", {
547
547
  enumerable: true,
548
- get: function get() {
548
+ get: function () {
549
549
  return _chat.BmImageWrapper;
550
550
  }
551
551
  });
552
552
  Object.defineProperty(exports, "BmInfoAccordiconMenu", {
553
553
  enumerable: true,
554
- get: function get() {
554
+ get: function () {
555
555
  return _infoAccordion.BmInfoAccordiconMenu;
556
556
  }
557
557
  });
558
558
  Object.defineProperty(exports, "BmInfoContent", {
559
559
  enumerable: true,
560
- get: function get() {
560
+ get: function () {
561
561
  return _infoAccordion.BmInfoContent;
562
562
  }
563
563
  });
564
564
  Object.defineProperty(exports, "BmInfoContentItem", {
565
565
  enumerable: true,
566
- get: function get() {
566
+ get: function () {
567
567
  return _infoAccordion.BmInfoContentItem;
568
568
  }
569
569
  });
570
570
  Object.defineProperty(exports, "BmInfoContentLabel", {
571
571
  enumerable: true,
572
- get: function get() {
572
+ get: function () {
573
573
  return _infoAccordion.BmInfoContentLabel;
574
574
  }
575
575
  });
576
576
  Object.defineProperty(exports, "BmInfoContentValue", {
577
577
  enumerable: true,
578
- get: function get() {
578
+ get: function () {
579
579
  return _infoAccordion.BmInfoContentValue;
580
580
  }
581
581
  });
582
582
  Object.defineProperty(exports, "BmInfoHeader", {
583
583
  enumerable: true,
584
- get: function get() {
584
+ get: function () {
585
585
  return _infoAccordion.BmInfoHeader;
586
586
  }
587
587
  });
588
588
  Object.defineProperty(exports, "BmInfoHeaderText", {
589
589
  enumerable: true,
590
- get: function get() {
590
+ get: function () {
591
591
  return _infoAccordion.BmInfoHeaderText;
592
592
  }
593
593
  });
594
594
  Object.defineProperty(exports, "BmInfoHeaderWrapper", {
595
595
  enumerable: true,
596
- get: function get() {
596
+ get: function () {
597
597
  return _infoAccordion.BmInfoHeaderWrapper;
598
598
  }
599
599
  });
600
600
  Object.defineProperty(exports, "BmInfoNote", {
601
601
  enumerable: true,
602
- get: function get() {
602
+ get: function () {
603
603
  return _infoNote.BmInfoNote;
604
604
  }
605
605
  });
606
606
  Object.defineProperty(exports, "BmInfoTabWrapper", {
607
607
  enumerable: true,
608
- get: function get() {
608
+ get: function () {
609
609
  return _customerInfo.BmInfoTabWrapper;
610
610
  }
611
611
  });
612
612
  Object.defineProperty(exports, "BmInformation", {
613
613
  enumerable: true,
614
- get: function get() {
614
+ get: function () {
615
615
  return _infoAccordion.BmInformation;
616
616
  }
617
617
  });
618
618
  Object.defineProperty(exports, "BmInput", {
619
619
  enumerable: true,
620
- get: function get() {
620
+ get: function () {
621
621
  return _input.BmInput;
622
622
  }
623
623
  });
624
624
  Object.defineProperty(exports, "BmLabelInfo", {
625
625
  enumerable: true,
626
- get: function get() {
626
+ get: function () {
627
627
  return _labelsInfo.BmLabelInfo;
628
628
  }
629
629
  });
630
630
  Object.defineProperty(exports, "BmLabels", {
631
631
  enumerable: true,
632
- get: function get() {
632
+ get: function () {
633
633
  return _labelsInfo.BmLabels;
634
634
  }
635
635
  });
636
636
  Object.defineProperty(exports, "BmLeftTabIcon", {
637
637
  enumerable: true,
638
- get: function get() {
638
+ get: function () {
639
639
  return _tabs.BmLeftTabIcon;
640
640
  }
641
641
  });
642
642
  Object.defineProperty(exports, "BmListHeader", {
643
643
  enumerable: true,
644
- get: function get() {
644
+ get: function () {
645
645
  return _listheader.BmListHeader;
646
646
  }
647
647
  });
648
648
  Object.defineProperty(exports, "BmLoader", {
649
649
  enumerable: true,
650
- get: function get() {
650
+ get: function () {
651
651
  return _loaders.BmLoader;
652
652
  }
653
653
  });
654
654
  Object.defineProperty(exports, "BmLogo", {
655
655
  enumerable: true,
656
- get: function get() {
656
+ get: function () {
657
657
  return _logo.BmLogo;
658
658
  }
659
659
  });
660
660
  Object.defineProperty(exports, "BmMainChart", {
661
661
  enumerable: true,
662
- get: function get() {
662
+ get: function () {
663
663
  return _charts.BmMainChart;
664
664
  }
665
665
  });
666
666
  Object.defineProperty(exports, "BmMainChartContent", {
667
667
  enumerable: true,
668
- get: function get() {
668
+ get: function () {
669
669
  return _charts.BmMainChartContent;
670
670
  }
671
671
  });
672
672
  Object.defineProperty(exports, "BmMainChartWrapper", {
673
673
  enumerable: true,
674
- get: function get() {
674
+ get: function () {
675
675
  return _charts.BmMainChartWrapper;
676
676
  }
677
677
  });
678
678
  Object.defineProperty(exports, "BmMessage", {
679
679
  enumerable: true,
680
- get: function get() {
680
+ get: function () {
681
681
  return _chatInput.BmMessage;
682
682
  }
683
683
  });
684
684
  Object.defineProperty(exports, "BmMessageContact", {
685
685
  enumerable: true,
686
- get: function get() {
686
+ get: function () {
687
687
  return _contacts.BmMessageContact;
688
688
  }
689
689
  });
690
690
  Object.defineProperty(exports, "BmMessageTab", {
691
691
  enumerable: true,
692
- get: function get() {
692
+ get: function () {
693
693
  return _chatInput.BmMessageTab;
694
694
  }
695
695
  });
696
696
  Object.defineProperty(exports, "BmMessageTabInput", {
697
697
  enumerable: true,
698
- get: function get() {
698
+ get: function () {
699
699
  return _chatInput.BmMessageTabInput;
700
700
  }
701
701
  });
702
702
  Object.defineProperty(exports, "BmMessageText", {
703
703
  enumerable: true,
704
- get: function get() {
704
+ get: function () {
705
705
  return _contacts.BmMessageText;
706
706
  }
707
707
  });
708
708
  Object.defineProperty(exports, "BmMoreInfo", {
709
709
  enumerable: true,
710
- get: function get() {
710
+ get: function () {
711
711
  return _customerInfo.BmMoreInfo;
712
712
  }
713
713
  });
714
714
  Object.defineProperty(exports, "BmNavBarProfile", {
715
715
  enumerable: true,
716
- get: function get() {
716
+ get: function () {
717
717
  return _navbar.BmNavBarProfile;
718
718
  }
719
719
  });
720
720
  Object.defineProperty(exports, "BmNavbar", {
721
721
  enumerable: true,
722
- get: function get() {
722
+ get: function () {
723
723
  return _navbar.BmNavbar;
724
724
  }
725
725
  });
726
726
  Object.defineProperty(exports, "BmNavbarItems", {
727
727
  enumerable: true,
728
- get: function get() {
728
+ get: function () {
729
729
  return _navbar.BmNavbarItems;
730
730
  }
731
731
  });
732
732
  Object.defineProperty(exports, "BmNavbarLogo", {
733
733
  enumerable: true,
734
- get: function get() {
734
+ get: function () {
735
735
  return _navbar.BmNavbarLogo;
736
736
  }
737
737
  });
738
738
  Object.defineProperty(exports, "BmNavbarSearch", {
739
739
  enumerable: true,
740
- get: function get() {
740
+ get: function () {
741
741
  return _navbar.BmNavbarSearch;
742
742
  }
743
743
  });
744
744
  Object.defineProperty(exports, "BmNote", {
745
745
  enumerable: true,
746
- get: function get() {
746
+ get: function () {
747
747
  return _notesInfo.BmNote;
748
748
  }
749
749
  });
750
750
  Object.defineProperty(exports, "BmNoteDetails", {
751
751
  enumerable: true,
752
- get: function get() {
752
+ get: function () {
753
753
  return _notesInfo.BmNoteDetails;
754
754
  }
755
755
  });
756
756
  Object.defineProperty(exports, "BmNoteFooter", {
757
757
  enumerable: true,
758
- get: function get() {
758
+ get: function () {
759
759
  return _notesInfo.BmNoteFooter;
760
760
  }
761
761
  });
762
762
  Object.defineProperty(exports, "BmNoteInfo", {
763
763
  enumerable: true,
764
- get: function get() {
764
+ get: function () {
765
765
  return _notesInfo.BmNoteInfo;
766
766
  }
767
767
  });
768
768
  Object.defineProperty(exports, "BmOverviewCards", {
769
769
  enumerable: true,
770
- get: function get() {
770
+ get: function () {
771
771
  return _reportsBody.BmOverviewCards;
772
772
  }
773
773
  });
774
774
  Object.defineProperty(exports, "BmOverviewCharts", {
775
775
  enumerable: true,
776
- get: function get() {
776
+ get: function () {
777
777
  return _reportsBody.BmOverviewCharts;
778
778
  }
779
779
  });
780
780
  Object.defineProperty(exports, "BmPreviousAgent", {
781
781
  enumerable: true,
782
- get: function get() {
782
+ get: function () {
783
783
  return _modalBody.BmPreviousAgent;
784
784
  }
785
785
  });
786
786
  Object.defineProperty(exports, "BmPreviousAgentContent", {
787
787
  enumerable: true,
788
- get: function get() {
788
+ get: function () {
789
789
  return _modalBody.BmPreviousAgentContent;
790
790
  }
791
791
  });
792
792
  Object.defineProperty(exports, "BmPreviousAgentIcon", {
793
793
  enumerable: true,
794
- get: function get() {
794
+ get: function () {
795
795
  return _modalBody.BmPreviousAgentIcon;
796
796
  }
797
797
  });
798
798
  Object.defineProperty(exports, "BmPreviousAgentMessage", {
799
799
  enumerable: true,
800
- get: function get() {
800
+ get: function () {
801
801
  return _modalBody.BmPreviousAgentMessage;
802
802
  }
803
803
  });
804
804
  Object.defineProperty(exports, "BmPreviousAgentName", {
805
805
  enumerable: true,
806
- get: function get() {
806
+ get: function () {
807
807
  return _modalBody.BmPreviousAgentName;
808
808
  }
809
809
  });
810
810
  Object.defineProperty(exports, "BmPreviousAgentTitle", {
811
811
  enumerable: true,
812
- get: function get() {
812
+ get: function () {
813
813
  return _modalBody.BmPreviousAgentTitle;
814
814
  }
815
815
  });
816
816
  Object.defineProperty(exports, "BmPreviousAgentWrapper", {
817
817
  enumerable: true,
818
- get: function get() {
818
+ get: function () {
819
819
  return _modalBody.BmPreviousAgentWrapper;
820
820
  }
821
821
  });
822
822
  Object.defineProperty(exports, "BmProgressBar", {
823
823
  enumerable: true,
824
- get: function get() {
824
+ get: function () {
825
825
  return _progressbar.BmProgressBar;
826
826
  }
827
827
  });
828
828
  Object.defineProperty(exports, "BmQuickReplyIcon", {
829
829
  enumerable: true,
830
- get: function get() {
830
+ get: function () {
831
831
  return _iconStyles.BmQuickReplyIcon;
832
832
  }
833
833
  });
834
834
  Object.defineProperty(exports, "BmReportsBody", {
835
835
  enumerable: true,
836
- get: function get() {
836
+ get: function () {
837
837
  return _reportsBody.BmReportsBody;
838
838
  }
839
839
  });
840
840
  Object.defineProperty(exports, "BmReportsButton", {
841
841
  enumerable: true,
842
- get: function get() {
842
+ get: function () {
843
843
  return _buttons2.BmReportsButton;
844
844
  }
845
845
  });
846
846
  Object.defineProperty(exports, "BmReportsButtons", {
847
847
  enumerable: true,
848
- get: function get() {
848
+ get: function () {
849
849
  return _title.BmReportsButtons;
850
850
  }
851
851
  });
852
852
  Object.defineProperty(exports, "BmReportsHeader", {
853
853
  enumerable: true,
854
- get: function get() {
854
+ get: function () {
855
855
  return _title.BmReportsHeader;
856
856
  }
857
857
  });
858
858
  Object.defineProperty(exports, "BmReportsHeaderText", {
859
859
  enumerable: true,
860
- get: function get() {
860
+ get: function () {
861
861
  return _infoHeader.BmReportsHeaderText;
862
862
  }
863
863
  });
864
864
  Object.defineProperty(exports, "BmReportsInfoHeader", {
865
865
  enumerable: true,
866
- get: function get() {
866
+ get: function () {
867
867
  return _infoHeader.BmReportsInfoHeader;
868
868
  }
869
869
  });
870
870
  Object.defineProperty(exports, "BmReportsTitle", {
871
871
  enumerable: true,
872
- get: function get() {
872
+ get: function () {
873
873
  return _title.BmReportsTitle;
874
874
  }
875
875
  });
876
876
  Object.defineProperty(exports, "BmRightTabIcon", {
877
877
  enumerable: true,
878
- get: function get() {
878
+ get: function () {
879
879
  return _tabs.BmRightTabIcon;
880
880
  }
881
881
  });
882
882
  Object.defineProperty(exports, "BmRouteLink", {
883
883
  enumerable: true,
884
- get: function get() {
884
+ get: function () {
885
885
  return _Link.BmRouteLink;
886
886
  }
887
887
  });
888
888
  Object.defineProperty(exports, "BmRowLabel", {
889
889
  enumerable: true,
890
- get: function get() {
890
+ get: function () {
891
891
  return _rowLabels.BmRowLabel;
892
892
  }
893
893
  });
894
894
  Object.defineProperty(exports, "BmSearch", {
895
895
  enumerable: true,
896
- get: function get() {
896
+ get: function () {
897
897
  return _search.BmSearch;
898
898
  }
899
899
  });
900
900
  Object.defineProperty(exports, "BmSearchIcon", {
901
901
  enumerable: true,
902
- get: function get() {
902
+ get: function () {
903
903
  return _iconStyles.BmSearchIcon;
904
904
  }
905
905
  });
906
906
  Object.defineProperty(exports, "BmSegment", {
907
907
  enumerable: true,
908
- get: function get() {
908
+ get: function () {
909
909
  return _index3.BmSegment;
910
910
  }
911
911
  });
912
912
  Object.defineProperty(exports, "BmSegmentCard", {
913
913
  enumerable: true,
914
- get: function get() {
914
+ get: function () {
915
915
  return _index3.BmSegmentCard;
916
916
  }
917
917
  });
918
918
  Object.defineProperty(exports, "BmSegmentCheckBox", {
919
919
  enumerable: true,
920
- get: function get() {
920
+ get: function () {
921
921
  return _index3.BmSegmentCheckBox;
922
922
  }
923
923
  });
924
924
  Object.defineProperty(exports, "BmSegmentCompleteContent", {
925
925
  enumerable: true,
926
- get: function get() {
926
+ get: function () {
927
927
  return _index3.BmSegmentCompleteContent;
928
928
  }
929
929
  });
930
930
  Object.defineProperty(exports, "BmSegmentCompleteIcon", {
931
931
  enumerable: true,
932
- get: function get() {
932
+ get: function () {
933
933
  return _index3.BmSegmentCompleteIcon;
934
934
  }
935
935
  });
936
936
  Object.defineProperty(exports, "BmSegmentCreateContent", {
937
937
  enumerable: true,
938
- get: function get() {
938
+ get: function () {
939
939
  return _index3.BmSegmentCreateContent;
940
940
  }
941
941
  });
942
942
  Object.defineProperty(exports, "BmSegmentSelector", {
943
943
  enumerable: true,
944
- get: function get() {
944
+ get: function () {
945
945
  return _index3.BmSegmentSelector;
946
946
  }
947
947
  });
948
948
  Object.defineProperty(exports, "BmSend", {
949
949
  enumerable: true,
950
- get: function get() {
950
+ get: function () {
951
951
  return _chatInput.BmSend;
952
952
  }
953
953
  });
954
954
  Object.defineProperty(exports, "BmSideBar", {
955
955
  enumerable: true,
956
- get: function get() {
956
+ get: function () {
957
957
  return _sidebar.BmSideBar;
958
958
  }
959
959
  });
960
960
  Object.defineProperty(exports, "BmSideBarBtnIcon", {
961
961
  enumerable: true,
962
- get: function get() {
962
+ get: function () {
963
963
  return _sidebar.BmSideBarBtnIcon;
964
964
  }
965
965
  });
966
966
  Object.defineProperty(exports, "BmSideBarSearch", {
967
967
  enumerable: true,
968
- get: function get() {
968
+ get: function () {
969
969
  return _sidebar.BmSideBarSearch;
970
970
  }
971
971
  });
972
972
  Object.defineProperty(exports, "BmSideBarTab", {
973
973
  enumerable: true,
974
- get: function get() {
974
+ get: function () {
975
975
  return _sidebar.BmSideBarTab;
976
976
  }
977
977
  });
978
978
  Object.defineProperty(exports, "BmSuccessIcon", {
979
979
  enumerable: true,
980
- get: function get() {
980
+ get: function () {
981
981
  return _iconStyles.BmSuccessIcon;
982
982
  }
983
983
  });
984
984
  Object.defineProperty(exports, "BmSupport", {
985
985
  enumerable: true,
986
- get: function get() {
986
+ get: function () {
987
987
  return _iconStyles.BmSupport;
988
988
  }
989
989
  });
990
990
  Object.defineProperty(exports, "BmTab", {
991
991
  enumerable: true,
992
- get: function get() {
992
+ get: function () {
993
993
  return _tabs.BmTab;
994
994
  }
995
995
  });
996
996
  Object.defineProperty(exports, "BmTabItem", {
997
997
  enumerable: true,
998
- get: function get() {
998
+ get: function () {
999
999
  return _tabs.BmTabItem;
1000
1000
  }
1001
1001
  });
1002
1002
  Object.defineProperty(exports, "BmTabText", {
1003
1003
  enumerable: true,
1004
- get: function get() {
1004
+ get: function () {
1005
1005
  return _tabs.BmTabText;
1006
1006
  }
1007
1007
  });
1008
1008
  Object.defineProperty(exports, "BmTabWrapper", {
1009
1009
  enumerable: true,
1010
- get: function get() {
1010
+ get: function () {
1011
1011
  return _tabs.BmTabWrapper;
1012
1012
  }
1013
1013
  });
1014
1014
  Object.defineProperty(exports, "BmTag", {
1015
1015
  enumerable: true,
1016
- get: function get() {
1016
+ get: function () {
1017
1017
  return _tags.BmTag;
1018
1018
  }
1019
1019
  });
1020
1020
  Object.defineProperty(exports, "BmTagIcon", {
1021
1021
  enumerable: true,
1022
- get: function get() {
1022
+ get: function () {
1023
1023
  return _iconStyles.BmTagIcon;
1024
1024
  }
1025
1025
  });
1026
1026
  Object.defineProperty(exports, "BmUnreadMessage", {
1027
1027
  enumerable: true,
1028
- get: function get() {
1028
+ get: function () {
1029
1029
  return _contacts.BmUnreadMessage;
1030
1030
  }
1031
1031
  });
1032
1032
  Object.defineProperty(exports, "BmUserChat", {
1033
1033
  enumerable: true,
1034
- get: function get() {
1034
+ get: function () {
1035
1035
  return _chat.BmUserChat;
1036
1036
  }
1037
1037
  });
1038
1038
  Object.defineProperty(exports, "CardTitle", {
1039
1039
  enumerable: true,
1040
- get: function get() {
1040
+ get: function () {
1041
1041
  return _cards.CardTitle;
1042
1042
  }
1043
1043
  });
1044
1044
  Object.defineProperty(exports, "CardTitleText", {
1045
1045
  enumerable: true,
1046
- get: function get() {
1046
+ get: function () {
1047
1047
  return _cards.CardTitleText;
1048
1048
  }
1049
1049
  });
1050
1050
  Object.defineProperty(exports, "CardTitleWrapper", {
1051
1051
  enumerable: true,
1052
- get: function get() {
1052
+ get: function () {
1053
1053
  return _cards.CardTitleWrapper;
1054
1054
  }
1055
1055
  });
1056
1056
  Object.defineProperty(exports, "Close", {
1057
1057
  enumerable: true,
1058
- get: function get() {
1058
+ get: function () {
1059
1059
  return _noteModalHeader.Close;
1060
1060
  }
1061
1061
  });
1062
1062
  Object.defineProperty(exports, "CloseModal", {
1063
1063
  enumerable: true,
1064
- get: function get() {
1064
+ get: function () {
1065
1065
  return _noteModalHeader.CloseModal;
1066
1066
  }
1067
1067
  });
1068
1068
  Object.defineProperty(exports, "CloseNote", {
1069
1069
  enumerable: true,
1070
- get: function get() {
1070
+ get: function () {
1071
1071
  return _infoHeader.CloseNote;
1072
1072
  }
1073
1073
  });
1074
1074
  Object.defineProperty(exports, "CopyToClipBoard", {
1075
1075
  enumerable: true,
1076
- get: function get() {
1076
+ get: function () {
1077
1077
  return _iconStyles.CopyToClipBoard;
1078
1078
  }
1079
1079
  });
1080
1080
  Object.defineProperty(exports, "FileIcons", {
1081
1081
  enumerable: true,
1082
- get: function get() {
1082
+ get: function () {
1083
1083
  return _chat.FileIcons;
1084
1084
  }
1085
1085
  });
1086
1086
  Object.defineProperty(exports, "GlobalNavbarWrapper", {
1087
1087
  enumerable: true,
1088
- get: function get() {
1088
+ get: function () {
1089
1089
  return _navbar.GlobalNavbarWrapper;
1090
1090
  }
1091
1091
  });
1092
1092
  Object.defineProperty(exports, "GlobalStyle", {
1093
1093
  enumerable: true,
1094
- get: function get() {
1094
+ get: function () {
1095
1095
  return _globalStyles.GlobalStyle;
1096
1096
  }
1097
1097
  });
1098
1098
  Object.defineProperty(exports, "HeaderText", {
1099
1099
  enumerable: true,
1100
- get: function get() {
1100
+ get: function () {
1101
1101
  return _noteModalHeader.HeaderText;
1102
1102
  }
1103
1103
  });
1104
1104
  Object.defineProperty(exports, "HeaderWrapper", {
1105
1105
  enumerable: true,
1106
- get: function get() {
1106
+ get: function () {
1107
1107
  return _noteModalHeader.HeaderWrapper;
1108
1108
  }
1109
1109
  });
1110
1110
  Object.defineProperty(exports, "Loader", {
1111
1111
  enumerable: true,
1112
- get: function get() {
1112
+ get: function () {
1113
1113
  return _loaders.Loader;
1114
1114
  }
1115
1115
  });
1116
1116
  Object.defineProperty(exports, "Main", {
1117
1117
  enumerable: true,
1118
- get: function get() {
1118
+ get: function () {
1119
1119
  return _chatwrapper.Main;
1120
1120
  }
1121
1121
  });
1122
1122
  Object.defineProperty(exports, "MainWrapper", {
1123
1123
  enumerable: true,
1124
- get: function get() {
1124
+ get: function () {
1125
1125
  return _chatwrapper.MainWrapper;
1126
1126
  }
1127
1127
  });
1128
1128
  Object.defineProperty(exports, "MessageIn", {
1129
1129
  enumerable: true,
1130
- get: function get() {
1130
+ get: function () {
1131
1131
  return _chatwrapper.MessageIn;
1132
1132
  }
1133
1133
  });
1134
1134
  Object.defineProperty(exports, "MessageOut", {
1135
1135
  enumerable: true,
1136
- get: function get() {
1136
+ get: function () {
1137
1137
  return _chatwrapper.MessageOut;
1138
1138
  }
1139
1139
  });
1140
1140
  Object.defineProperty(exports, "Modal", {
1141
1141
  enumerable: true,
1142
- get: function get() {
1142
+ get: function () {
1143
1143
  return _noteModalHeader.Modal;
1144
1144
  }
1145
1145
  });
1146
1146
  Object.defineProperty(exports, "ModalBody", {
1147
1147
  enumerable: true,
1148
- get: function get() {
1148
+ get: function () {
1149
1149
  return _noteModalBody.ModalBody;
1150
1150
  }
1151
1151
  });
1152
1152
  Object.defineProperty(exports, "ModalContent", {
1153
1153
  enumerable: true,
1154
- get: function get() {
1154
+ get: function () {
1155
1155
  return _noteModalHeader.ModalContent;
1156
1156
  }
1157
1157
  });
1158
1158
  Object.defineProperty(exports, "ModalFooter", {
1159
1159
  enumerable: true,
1160
- get: function get() {
1160
+ get: function () {
1161
1161
  return _noteModalFooter.ModalFooter;
1162
1162
  }
1163
1163
  });
1164
1164
  Object.defineProperty(exports, "ModalHeader", {
1165
1165
  enumerable: true,
1166
- get: function get() {
1166
+ get: function () {
1167
1167
  return _noteModalHeader.ModalHeader;
1168
1168
  }
1169
1169
  });
1170
1170
  Object.defineProperty(exports, "ModalWrapper", {
1171
1171
  enumerable: true,
1172
- get: function get() {
1172
+ get: function () {
1173
1173
  return _noteModalHeader.ModalWrapper;
1174
1174
  }
1175
1175
  });
1176
1176
  Object.defineProperty(exports, "OldBmNavbar", {
1177
1177
  enumerable: true,
1178
- get: function get() {
1178
+ get: function () {
1179
1179
  return _navbar.OldBmNavbar;
1180
1180
  }
1181
1181
  });
1182
1182
  Object.defineProperty(exports, "Overlay", {
1183
1183
  enumerable: true,
1184
- get: function get() {
1184
+ get: function () {
1185
1185
  return _noteModalHeader.Overlay;
1186
1186
  }
1187
1187
  });