@widergy/energy-ui 2.7.3 → 2.7.5

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 (280) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/components/EnergyThemeProvider/index.js +1 -2
  3. package/dist/components/Loading/constants.js +1 -2
  4. package/dist/components/Loading/index.js +1 -2
  5. package/dist/components/Loading/theme.js +2 -3
  6. package/dist/components/UTAlert/AlertHandler.js +1 -2
  7. package/dist/components/UTAlert/index.js +1 -2
  8. package/dist/components/UTAlert/theme.js +3 -5
  9. package/dist/components/UTAttachment/components/Preview/index.js +1 -2
  10. package/dist/components/UTAttachment/constants.js +7 -13
  11. package/dist/components/UTAttachment/index.js +65 -42
  12. package/dist/components/UTAttachment/layout.js +10 -6
  13. package/dist/components/UTAttachment/styles.module.scss +1 -1
  14. package/dist/components/UTAttachment/theme.js +2 -3
  15. package/dist/components/UTAttachment/utils.js +30 -32
  16. package/dist/components/UTAutocomplete/components/ListBox/index.js +1 -2
  17. package/dist/components/UTAutocomplete/components/ListBox/utils.js +2 -3
  18. package/dist/components/UTAutocomplete/constants.js +12 -23
  19. package/dist/components/UTAutocomplete/index.js +8 -3
  20. package/dist/components/UTAutocomplete/theme.js +10 -12
  21. package/dist/components/UTAvatar/constants.js +52 -28
  22. package/dist/components/UTAvatar/index.js +1 -2
  23. package/dist/components/UTBarChart/components/Bars/components/Bar/components/Rect/index.js +1 -2
  24. package/dist/components/UTBarChart/components/Bars/components/Bar/constants.js +1 -2
  25. package/dist/components/UTBarChart/components/Bars/components/Bar/index.js +1 -2
  26. package/dist/components/UTBarChart/components/Bars/constants.js +3 -6
  27. package/dist/components/UTBarChart/components/Bars/index.js +1 -2
  28. package/dist/components/UTBarChart/components/Legend/constants.js +4 -7
  29. package/dist/components/UTBarChart/components/Legend/index.js +4 -6
  30. package/dist/components/UTBarChart/components/Legend/utils.js +2 -3
  31. package/dist/components/UTBarChart/components/Levels/index.js +1 -2
  32. package/dist/components/UTBarChart/components/Levels/utils.js +2 -3
  33. package/dist/components/UTBarChart/components/LinearPlot/constants.js +3 -5
  34. package/dist/components/UTBarChart/components/LinearPlot/index.js +1 -2
  35. package/dist/components/UTBarChart/components/LinearPlot/utils.js +3 -5
  36. package/dist/components/UTBarChart/components/Pagination/constants.js +1 -2
  37. package/dist/components/UTBarChart/components/Pagination/index.js +2 -3
  38. package/dist/components/UTBarChart/components/XAxis/components/AxisElement/index.js +1 -2
  39. package/dist/components/UTBarChart/components/XAxis/components/Decoration/constants.js +2 -4
  40. package/dist/components/UTBarChart/components/XAxis/components/Decoration/index.js +1 -2
  41. package/dist/components/UTBarChart/components/XAxis/constants.js +1 -2
  42. package/dist/components/UTBarChart/components/XAxis/index.js +1 -2
  43. package/dist/components/UTBarChart/components/YAxis/AxisElement/index.js +1 -2
  44. package/dist/components/UTBarChart/components/YAxis/constants.js +1 -2
  45. package/dist/components/UTBarChart/components/YAxis/index.js +1 -2
  46. package/dist/components/UTBarChart/components/YAxis/utils.js +3 -5
  47. package/dist/components/UTBarChart/constants.js +4 -8
  48. package/dist/components/UTBarChart/hooks/use-dynamic-margins.js +1 -2
  49. package/dist/components/UTBarChart/index.js +1 -2
  50. package/dist/components/UTBarChart/theme.js +2 -3
  51. package/dist/components/UTBarChart/types.js +10 -19
  52. package/dist/components/UTBarChart/utils.js +12 -23
  53. package/dist/components/UTBreadcrumbs/constants.js +7 -13
  54. package/dist/components/UTBreadcrumbs/index.js +1 -2
  55. package/dist/components/UTBreadcrumbs/theme.js +2 -3
  56. package/dist/components/UTButton/constants.js +6 -12
  57. package/dist/components/UTButton/index.js +2 -3
  58. package/dist/components/UTButton/styles.module.scss +6 -0
  59. package/dist/components/UTButton/theme.js +3 -5
  60. package/dist/components/UTCBUInput/index.js +1 -2
  61. package/dist/components/UTCBUInput/theme.js +2 -3
  62. package/dist/components/UTCaptcha/index.js +1 -2
  63. package/dist/components/UTCard/components/UTCardFooter/index.js +1 -2
  64. package/dist/components/UTCard/index.js +1 -2
  65. package/dist/components/UTCard/theme.js +2 -3
  66. package/dist/components/UTCard/types.js +2 -3
  67. package/dist/components/UTCarousel/components/Button/index.js +1 -2
  68. package/dist/components/UTCarousel/components/Legend/index.js +1 -2
  69. package/dist/components/UTCarousel/components/Slider/component/Slide/index.js +1 -2
  70. package/dist/components/UTCarousel/components/Slider/constants.js +5 -10
  71. package/dist/components/UTCarousel/components/Slider/index.js +1 -2
  72. package/dist/components/UTCarousel/components/Slider/layout.js +1 -2
  73. package/dist/components/UTCarousel/index.js +1 -2
  74. package/dist/components/UTCarousel/theme.js +2 -3
  75. package/dist/components/UTCheckList/constants.js +1 -2
  76. package/dist/components/UTCheckList/index.js +1 -2
  77. package/dist/components/UTCheckList/theme.js +7 -9
  78. package/dist/components/UTCheckbox/constants.js +2 -3
  79. package/dist/components/UTCheckbox/index.js +1 -2
  80. package/dist/components/UTCheckbox/theme.js +4 -6
  81. package/dist/components/UTConsumptionBar/components/ConsumptionBarIndicator/index.js +1 -2
  82. package/dist/components/UTConsumptionBar/constants.js +3 -6
  83. package/dist/components/UTConsumptionBar/index.js +1 -2
  84. package/dist/components/UTCuit/index.js +1 -2
  85. package/dist/components/UTCuit/theme.js +4 -5
  86. package/dist/components/UTDatePicker/components/Day/constants.js +1 -2
  87. package/dist/components/UTDatePicker/components/Day/index.js +1 -2
  88. package/dist/components/UTDatePicker/constants.js +11 -21
  89. package/dist/components/UTDatePicker/index.js +7 -3
  90. package/dist/components/UTDatePicker/theme.js +10 -8
  91. package/dist/components/UTDatePicker/types.js +2 -3
  92. package/dist/components/UTDatePicker/utils.js +3 -5
  93. package/dist/components/UTDialog/constants.js +2 -4
  94. package/dist/components/UTDialog/index.js +1 -2
  95. package/dist/components/UTDialog/theme.js +2 -3
  96. package/dist/components/UTDialog/types.js +2 -3
  97. package/dist/components/UTDotMenu/index.js +1 -2
  98. package/dist/components/UTEmojiPicker/constants.js +6 -11
  99. package/dist/components/UTEmojiPicker/index.js +1 -2
  100. package/dist/components/UTEmojiPicker/theme.js +2 -3
  101. package/dist/components/UTEmojiPicker/utils.js +3 -5
  102. package/dist/components/UTExternalLink/constants.js +3 -5
  103. package/dist/components/UTExternalLink/index.js +1 -2
  104. package/dist/components/UTExternalLink/theme.js +3 -5
  105. package/dist/components/UTFileInput/constants.js +2 -4
  106. package/dist/components/UTFileInput/index.js +1 -2
  107. package/dist/components/UTFileInput/layout.js +1 -2
  108. package/dist/components/UTIconButton/index.js +1 -2
  109. package/dist/components/UTIconButton/theme.js +2 -3
  110. package/dist/components/UTImageRadio/components/ImageRadioCard/index.js +1 -2
  111. package/dist/components/UTImageRadio/constants.js +3 -6
  112. package/dist/components/UTImageRadio/index.js +1 -2
  113. package/dist/components/UTImageRadio/theme.js +2 -3
  114. package/dist/components/UTImageRadio/types.js +2 -3
  115. package/dist/components/UTImageRadio/utils.js +3 -5
  116. package/dist/components/UTLabel/constants.js +9 -17
  117. package/dist/components/UTLabel/index.js +1 -2
  118. package/dist/components/UTLabel/theme.js +4 -7
  119. package/dist/components/UTList/index.js +1 -2
  120. package/dist/components/UTLoading/index.js +1 -2
  121. package/dist/components/UTMap/components/GoogleMaps/constants.js +3 -5
  122. package/dist/components/UTMap/components/GoogleMaps/index.js +1 -2
  123. package/dist/components/UTMap/components/GoogleMaps/styles.js +2 -3
  124. package/dist/components/UTMap/constants.js +6 -12
  125. package/dist/components/UTMap/index.js +1 -2
  126. package/dist/components/UTMap/types.js +3 -5
  127. package/dist/components/UTMap/utils.js +7 -13
  128. package/dist/components/UTMap/withGoogleMapScript.js +1 -2
  129. package/dist/components/UTMenu/index.js +50 -52
  130. package/dist/components/UTMenu/theme.js +3 -5
  131. package/dist/components/UTMenu/utils.js +5 -9
  132. package/dist/components/UTModal/constants.js +4 -8
  133. package/dist/components/UTModal/index.js +1 -2
  134. package/dist/components/UTModal/theme.js +2 -3
  135. package/dist/components/UTPagination/components/PageSizeSelector/index.js +1 -2
  136. package/dist/components/UTPagination/components/PageSizeSelector/utils.js +2 -3
  137. package/dist/components/UTPagination/components/Pagination/components/NavigationButton/index.js +1 -2
  138. package/dist/components/UTPagination/components/Pagination/index.js +1 -2
  139. package/dist/components/UTPagination/components/Pagination/utils.js +2 -3
  140. package/dist/components/UTPagination/constants.js +3 -6
  141. package/dist/components/UTPagination/index.js +1 -2
  142. package/dist/components/UTPagination/theme.js +2 -3
  143. package/dist/components/UTPanel/index.js +1 -2
  144. package/dist/components/UTPasswordField/components/PasswordValidations/components/Error/index.js +1 -2
  145. package/dist/components/UTPasswordField/components/PasswordValidations/components/Validation/index.js +1 -2
  146. package/dist/components/UTPasswordField/components/PasswordValidations/index.js +1 -2
  147. package/dist/components/UTPasswordField/components/PasswordWarning/index.js +1 -2
  148. package/dist/components/UTPasswordField/index.js +1 -2
  149. package/dist/components/UTPasswordField/theme.js +2 -3
  150. package/dist/components/UTPhoneInput/constants.js +3 -6
  151. package/dist/components/UTPhoneInput/index.js +1 -2
  152. package/dist/components/UTPhoneInput/theme.js +6 -8
  153. package/dist/components/UTPieChart/components/ArrowLabel/constants.js +4 -8
  154. package/dist/components/UTPieChart/components/ArrowLabel/index.js +1 -2
  155. package/dist/components/UTPieChart/components/Legend/contants.js +3 -6
  156. package/dist/components/UTPieChart/components/Legend/index.js +1 -2
  157. package/dist/components/UTPieChart/constants.js +13 -26
  158. package/dist/components/UTPieChart/hooks/use-animated-value/index.js +1 -2
  159. package/dist/components/UTPieChart/index.js +1 -2
  160. package/dist/components/UTPieChart/theme.js +2 -3
  161. package/dist/components/UTPieChart/utils.js +2 -3
  162. package/dist/components/UTProgressBar/constants.js +2 -4
  163. package/dist/components/UTProgressBar/index.js +1 -2
  164. package/dist/components/UTProgressBar/theme.js +2 -3
  165. package/dist/components/UTProgressBar/types.js +2 -3
  166. package/dist/components/UTRadioGroup/index.js +1 -2
  167. package/dist/components/UTRadioGroup/theme.js +5 -7
  168. package/dist/components/UTRating/components/Circle/index.js +1 -2
  169. package/dist/components/UTRating/components/Star/index.js +1 -2
  170. package/dist/components/UTRating/constants.js +4 -8
  171. package/dist/components/UTRating/index.js +1 -2
  172. package/dist/components/UTRating/theme.js +2 -3
  173. package/dist/components/UTRipple/Ripple.js +1 -2
  174. package/dist/components/UTRipple/index.js +1 -2
  175. package/dist/components/UTSelect/components/Option/index.js +1 -2
  176. package/dist/components/UTSelect/constants.js +4 -8
  177. package/dist/components/UTSelect/index.js +2 -3
  178. package/dist/components/UTSelect/stylesJS.js +2 -3
  179. package/dist/components/UTSelect/theme.js +6 -8
  180. package/dist/components/UTSelect/utils.js +2 -3
  181. package/dist/components/UTSidebar/components/ListOption/index.js +14 -10
  182. package/dist/components/UTSidebar/components/LogosContainer/components/DynamicIcon/index.js +1 -2
  183. package/dist/components/UTSidebar/components/LogosContainer/index.js +1 -2
  184. package/dist/components/UTSidebar/components/Option/constants.js +2 -3
  185. package/dist/components/UTSidebar/components/Option/index.js +1 -2
  186. package/dist/components/UTSidebar/components/Toggler/index.js +1 -2
  187. package/dist/components/UTSidebar/index.js +2 -3
  188. package/dist/components/UTSidebar/theme.js +2 -3
  189. package/dist/components/UTSidebar/types.js +5 -10
  190. package/dist/components/UTSkeleton/index.js +1 -2
  191. package/dist/components/UTStatus/constants.js +5 -9
  192. package/dist/components/UTStatus/index.js +1 -2
  193. package/dist/components/UTStatus/theme.js +5 -9
  194. package/dist/components/UTSwitch/constants.js +3 -6
  195. package/dist/components/UTSwitch/index.js +1 -2
  196. package/dist/components/UTSwitch/theme.js +2 -3
  197. package/dist/components/UTTable/components/ActionIcons/constants.js +1 -2
  198. package/dist/components/UTTable/components/ActionIcons/index.js +2 -3
  199. package/dist/components/UTTable/components/ActionIcons/styles.module.scss +7 -5
  200. package/dist/components/UTTable/components/Cell/components/ActionButton/index.js +1 -2
  201. package/dist/components/UTTable/components/Cell/index.js +1 -2
  202. package/dist/components/UTTable/components/HeaderCell/constants.js +2 -3
  203. package/dist/components/UTTable/components/HeaderCell/index.js +1 -2
  204. package/dist/components/UTTable/components/HeaderCell/utils.js +2 -3
  205. package/dist/components/UTTable/components/PrimaryAction/index.js +1 -2
  206. package/dist/components/UTTable/components/ResponsiveCell/index.js +1 -2
  207. package/dist/components/UTTable/components/Status/index.js +1 -2
  208. package/dist/components/UTTable/components/TableFooter/components/PageSizeSelector/index.js +1 -2
  209. package/dist/components/UTTable/components/TableFooter/components/PageSizeSelector/utils.js +2 -3
  210. package/dist/components/UTTable/components/TableFooter/components/Pagination/components/NavigationButton/index.js +1 -2
  211. package/dist/components/UTTable/components/TableFooter/components/Pagination/index.js +1 -2
  212. package/dist/components/UTTable/components/TableFooter/components/Pagination/utils.js +2 -3
  213. package/dist/components/UTTable/components/TableFooter/constants.js +1 -2
  214. package/dist/components/UTTable/components/TableFooter/index.js +1 -2
  215. package/dist/components/UTTable/components/TableHeader/index.js +2 -3
  216. package/dist/components/UTTable/components/TableHeader/styles.module.scss +5 -0
  217. package/dist/components/UTTable/components/TableRow/constants.js +2 -3
  218. package/dist/components/UTTable/components/TableRow/index.js +1 -2
  219. package/dist/components/UTTable/constants.js +19 -38
  220. package/dist/components/UTTable/hook.js +2 -3
  221. package/dist/components/UTTable/index.js +1 -2
  222. package/dist/components/UTTable/theme.js +16 -9
  223. package/dist/components/UTTable/types.js +4 -8
  224. package/dist/components/UTTable/utils.js +10 -19
  225. package/dist/components/UTTabs/components/TooltipTab/index.js +1 -2
  226. package/dist/components/UTTabs/constants.js +4 -8
  227. package/dist/components/UTTabs/index.js +1 -2
  228. package/dist/components/UTTabs/theme.js +2 -3
  229. package/dist/components/UTTabs/utils.js +2 -3
  230. package/dist/components/UTTextArea/constants.js +2 -3
  231. package/dist/components/UTTextArea/index.js +6 -5
  232. package/dist/components/UTTextArea/theme.js +4 -5
  233. package/dist/components/UTTextInput/constants.js +2 -3
  234. package/dist/components/UTTextInput/index.js +1 -2
  235. package/dist/components/UTTextInput/theme.js +6 -8
  236. package/dist/components/UTThirdPartyCookieChecker/index.js +1 -2
  237. package/dist/components/UTToggle/components/ToggleOption/index.js +1 -2
  238. package/dist/components/UTToggle/index.js +1 -2
  239. package/dist/components/UTToggle/theme.js +2 -3
  240. package/dist/components/UTTooltip/index.js +1 -2
  241. package/dist/components/UTTooltip/theme.js +2 -3
  242. package/dist/components/UTTopbar/components/Notifications/index.js +1 -2
  243. package/dist/components/UTTopbar/components/UserMenu/index.js +3 -3
  244. package/dist/components/UTTopbar/index.js +9 -8
  245. package/dist/components/UTTopbar/theme.js +36 -45
  246. package/dist/components/UTTopbar/types.js +5 -9
  247. package/dist/components/UTTouchableWithoutFeedback/index.js +1 -2
  248. package/dist/components/UTVirtualizedList/components/VirtualizedData/components/ListRow/constants.js +2 -4
  249. package/dist/components/UTVirtualizedList/components/VirtualizedData/components/ListRow/index.js +1 -2
  250. package/dist/components/UTVirtualizedList/components/VirtualizedData/components/ListRow/utils.js +2 -3
  251. package/dist/components/UTVirtualizedList/components/VirtualizedData/constants.js +6 -12
  252. package/dist/components/UTVirtualizedList/components/VirtualizedData/hooks/use-ledger.js +1 -2
  253. package/dist/components/UTVirtualizedList/components/VirtualizedData/hooks/use-virtualized-data.js +1 -2
  254. package/dist/components/UTVirtualizedList/components/VirtualizedData/index.js +1 -2
  255. package/dist/components/UTVirtualizedList/components/VirtualizedData/utils.js +8 -15
  256. package/dist/components/UTVirtualizedList/constants.js +4 -8
  257. package/dist/components/UTVirtualizedList/index.js +1 -2
  258. package/dist/components/UTWorkflowContainer/components/ActionButton/index.js +1 -2
  259. package/dist/components/UTWorkflowContainer/constants.js +4 -12
  260. package/dist/components/UTWorkflowContainer/hooks/use-previous.js +2 -3
  261. package/dist/components/UTWorkflowContainer/index.js +8 -12
  262. package/dist/components/UTWorkflowContainer/styles.module.scss +1 -1
  263. package/dist/components/UTWorkflowContainer/theme.js +2 -3
  264. package/dist/components/UTWorkflowContainer/types.js +2 -3
  265. package/dist/components/WithLoading/index.js +1 -2
  266. package/dist/components/WithTheme/index.js +1 -2
  267. package/dist/components/WithTheme/layout.js +1 -2
  268. package/dist/components/WithTouch/index.js +1 -2
  269. package/dist/constants/UTTable.js +2 -3
  270. package/dist/theme.js +3 -6
  271. package/dist/types/commonTypes.js +3 -5
  272. package/dist/types/consumptionTypes.js +3 -5
  273. package/dist/types/formTypes.js +7 -10
  274. package/dist/types/tableTypes.js +2 -3
  275. package/dist/utils/classesUtils.js +3 -5
  276. package/dist/utils/componentUtils.js +2 -3
  277. package/dist/utils/helperFunctions.js +2 -3
  278. package/dist/utils/shadowUtils.js +2 -3
  279. package/dist/utils/useScreenSize.js +2 -3
  280. package/package.json +2 -2
@@ -41,6 +41,7 @@ var UTTopbar = function UTTopbar(_ref) {
41
41
  notificationIconActive = _ref.notificationIconActive,
42
42
  notificationIconInactive = _ref.notificationIconInactive,
43
43
  title = _ref.title,
44
+ titleProps = _ref.titleProps,
44
45
  userSubtitle = _ref.userSubtitle,
45
46
  userTitle = _ref.userTitle,
46
47
  UTMenu = _ref.UTMenu;
@@ -52,9 +53,9 @@ var UTTopbar = function UTTopbar(_ref) {
52
53
  }, handleMenu && isMobileSize && /*#__PURE__*/_react.default.createElement(_Menu.default, {
53
54
  onClick: handleMenu,
54
55
  className: classes.menuIcon
55
- }), (0, _array.isEmpty)(breadcrumbs) ? /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
56
- className: "".concat(isMobileSize && _stylesModule.default.mobileTitle, " ").concat(classes.title)
57
- }, title) : isMobileSize ? UTMenu : /*#__PURE__*/_react.default.createElement(_UTBreadcrumbs.default, _extends({
56
+ }), (0, _array.isEmpty)(breadcrumbs) ? /*#__PURE__*/_react.default.createElement(_UTLabel.default, _extends({
57
+ className: "".concat(isMobileSize && _stylesModule.default.mobileTitle)
58
+ }, titleProps), title) : isMobileSize ? UTMenu : /*#__PURE__*/_react.default.createElement(_UTBreadcrumbs.default, _extends({
58
59
  breadcrumbs: breadcrumbs
59
60
  }, breadcrumbsProps)), /*#__PURE__*/_react.default.createElement("div", {
60
61
  className: _stylesModule.default.rightSection
@@ -66,13 +67,13 @@ var UTTopbar = function UTTopbar(_ref) {
66
67
  }), /*#__PURE__*/_react.default.createElement(_UserMenu.default, {
67
68
  Arrow: Arrow,
68
69
  avatar: avatar,
70
+ classes: classes,
69
71
  handleClick: handleClick,
70
72
  justAvatar: justAvatar,
71
73
  MenuComponent: MenuComponent,
72
74
  menuOpened: menuOpened,
73
- classes: classes,
74
- title: userTitle,
75
- subtitle: userSubtitle
75
+ subtitle: userSubtitle,
76
+ title: userTitle
76
77
  })));
77
78
  };
78
79
  UTTopbar.propTypes = {
@@ -95,9 +96,9 @@ UTTopbar.propTypes = {
95
96
  label: _propTypes.string,
96
97
  route: _propTypes.string
97
98
  }))]),
99
+ titleProps: _propTypes.object,
98
100
  userSubtitle: _propTypes.node,
99
101
  userTitle: _propTypes.string,
100
102
  UTMenu: _propTypes.node
101
103
  };
102
- var _default = (0, _WithTheme.default)(_theme.retrieveStyle)(UTTopbar);
103
- exports.default = _default;
104
+ var _default = exports.default = (0, _WithTheme.default)(_theme.retrieveStyle)(UTTopbar);
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.retrieveStyle = void 0;
7
7
  var _colorsModule = _interopRequireDefault(require("../../scss/variables/colors.module.scss"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
- var retrieveStyle = function retrieveStyle(_ref) {
10
- var _theme$UTTopbar, _theme$UTTopbar2, _theme$UTTopbar3, _theme$UTTopbar4, _theme$UTTopbar5, _theme$UTTopbar6, _theme$UTTopbar7, _theme$UTTopbar8, _theme$UTTopbar9, _theme$UTTopbar10, _theme$UTTopbar11, _theme$UTTopbar12, _theme$UTTopbar13, _theme$UTTopbar14, _theme$UTTopbar15, _theme$UTTopbar16, _theme$UTTopbar17, _theme$UTTopbar18, _theme$UTTopbar19, _theme$UTTopbar20, _theme$UTTopbar21, _theme$UTTopbar22, _theme$UTTopbar23, _theme$UTTopbar24, _theme$UTTopbar25, _theme$UTTopbar26, _theme$UTTopbar27, _theme$UTTopbar28, _theme$UTTopbar29, _theme$UTTopbar30, _theme$UTTopbar31, _theme$UTTopbar32, _theme$UTTopbar33, _theme$UTTopbar34, _theme$UTTopbar35, _theme$UTTopbar36, _theme$UTTopbar37, _theme$UTTopbar38, _theme$UTTopbar39, _theme$UTTopbar40, _theme$UTTopbar41, _theme$UTTopbar42, _theme$UTTopbar43, _theme$UTTopbar44, _theme$UTTopbar45, _theme$UTTopbar46;
9
+ var retrieveStyle = exports.retrieveStyle = function retrieveStyle(_ref) {
10
+ var _theme$UTTopbar, _theme$UTTopbar2, _theme$UTTopbar3, _theme$UTTopbar4, _theme$UTTopbar5, _theme$UTTopbar6, _theme$UTTopbar7, _theme$UTTopbar8, _theme$UTTopbar9, _theme$UTTopbar10, _theme$UTTopbar11, _theme$UTTopbar12, _theme$UTTopbar13, _theme$UTTopbar14, _theme$UTTopbar15, _theme$UTTopbar16, _theme$UTTopbar17, _theme$UTTopbar18, _theme$UTTopbar19, _theme$UTTopbar20, _theme$UTTopbar21, _theme$UTTopbar22, _theme$UTTopbar23, _theme$UTTopbar24, _theme$UTTopbar25, _theme$UTTopbar26, _theme$UTTopbar27, _theme$UTTopbar28, _theme$UTTopbar29, _theme$UTTopbar30, _theme$UTTopbar31, _theme$UTTopbar32, _theme$UTTopbar33, _theme$UTTopbar34, _theme$UTTopbar35, _theme$UTTopbar36, _theme$UTTopbar37, _theme$UTTopbar38, _theme$UTTopbar39, _theme$UTTopbar40;
11
11
  var theme = _ref.theme;
12
12
  return {
13
13
  container: {
@@ -19,65 +19,56 @@ var retrieveStyle = function retrieveStyle(_ref) {
19
19
  top: theme === null || theme === void 0 || (_theme$UTTopbar6 = theme.UTTopbar) === null || _theme$UTTopbar6 === void 0 || (_theme$UTTopbar6 = _theme$UTTopbar6.container) === null || _theme$UTTopbar6 === void 0 ? void 0 : _theme$UTTopbar6.top,
20
20
  zIndex: theme === null || theme === void 0 || (_theme$UTTopbar7 = theme.UTTopbar) === null || _theme$UTTopbar7 === void 0 || (_theme$UTTopbar7 = _theme$UTTopbar7.container) === null || _theme$UTTopbar7 === void 0 ? void 0 : _theme$UTTopbar7.zIndex
21
21
  },
22
- title: {
23
- color: theme === null || theme === void 0 || (_theme$UTTopbar8 = theme.UTTopbar) === null || _theme$UTTopbar8 === void 0 || (_theme$UTTopbar8 = _theme$UTTopbar8.title) === null || _theme$UTTopbar8 === void 0 ? void 0 : _theme$UTTopbar8.color,
24
- fontFamily: theme === null || theme === void 0 || (_theme$UTTopbar9 = theme.UTTopbar) === null || _theme$UTTopbar9 === void 0 || (_theme$UTTopbar9 = _theme$UTTopbar9.title) === null || _theme$UTTopbar9 === void 0 ? void 0 : _theme$UTTopbar9.fontFamily,
25
- fontSize: theme === null || theme === void 0 || (_theme$UTTopbar10 = theme.UTTopbar) === null || _theme$UTTopbar10 === void 0 || (_theme$UTTopbar10 = _theme$UTTopbar10.title) === null || _theme$UTTopbar10 === void 0 ? void 0 : _theme$UTTopbar10.fontSize,
26
- fontWeight: theme === null || theme === void 0 || (_theme$UTTopbar11 = theme.UTTopbar) === null || _theme$UTTopbar11 === void 0 || (_theme$UTTopbar11 = _theme$UTTopbar11.title) === null || _theme$UTTopbar11 === void 0 ? void 0 : _theme$UTTopbar11.fontWeight,
27
- lineHeight: theme === null || theme === void 0 || (_theme$UTTopbar12 = theme.UTTopbar) === null || _theme$UTTopbar12 === void 0 || (_theme$UTTopbar12 = _theme$UTTopbar12.title) === null || _theme$UTTopbar12 === void 0 ? void 0 : _theme$UTTopbar12.lineHeight,
28
- padding: theme === null || theme === void 0 || (_theme$UTTopbar13 = theme.UTTopbar) === null || _theme$UTTopbar13 === void 0 || (_theme$UTTopbar13 = _theme$UTTopbar13.title) === null || _theme$UTTopbar13 === void 0 ? void 0 : _theme$UTTopbar13.padding
29
- },
30
22
  breadCrumb: {
31
23
  '&:hover': {
32
- backgroundColor: theme === null || theme === void 0 || (_theme$UTTopbar14 = theme.UTTopbar) === null || _theme$UTTopbar14 === void 0 || (_theme$UTTopbar14 = _theme$UTTopbar14.breadCrumb) === null || _theme$UTTopbar14 === void 0 || (_theme$UTTopbar14 = _theme$UTTopbar14.hover) === null || _theme$UTTopbar14 === void 0 ? void 0 : _theme$UTTopbar14.backgroundColor,
33
- textDecoration: theme === null || theme === void 0 || (_theme$UTTopbar15 = theme.UTTopbar) === null || _theme$UTTopbar15 === void 0 || (_theme$UTTopbar15 = _theme$UTTopbar15.breadCrumb) === null || _theme$UTTopbar15 === void 0 || (_theme$UTTopbar15 = _theme$UTTopbar15.hover) === null || _theme$UTTopbar15 === void 0 ? void 0 : _theme$UTTopbar15.textDecoration,
34
- cursor: theme === null || theme === void 0 || (_theme$UTTopbar16 = theme.UTTopbar) === null || _theme$UTTopbar16 === void 0 || (_theme$UTTopbar16 = _theme$UTTopbar16.breadCrumb) === null || _theme$UTTopbar16 === void 0 || (_theme$UTTopbar16 = _theme$UTTopbar16.hover) === null || _theme$UTTopbar16 === void 0 ? void 0 : _theme$UTTopbar16.cursor
24
+ backgroundColor: theme === null || theme === void 0 || (_theme$UTTopbar8 = theme.UTTopbar) === null || _theme$UTTopbar8 === void 0 || (_theme$UTTopbar8 = _theme$UTTopbar8.breadCrumb) === null || _theme$UTTopbar8 === void 0 || (_theme$UTTopbar8 = _theme$UTTopbar8.hover) === null || _theme$UTTopbar8 === void 0 ? void 0 : _theme$UTTopbar8.backgroundColor,
25
+ textDecoration: theme === null || theme === void 0 || (_theme$UTTopbar9 = theme.UTTopbar) === null || _theme$UTTopbar9 === void 0 || (_theme$UTTopbar9 = _theme$UTTopbar9.breadCrumb) === null || _theme$UTTopbar9 === void 0 || (_theme$UTTopbar9 = _theme$UTTopbar9.hover) === null || _theme$UTTopbar9 === void 0 ? void 0 : _theme$UTTopbar9.textDecoration,
26
+ cursor: theme === null || theme === void 0 || (_theme$UTTopbar10 = theme.UTTopbar) === null || _theme$UTTopbar10 === void 0 || (_theme$UTTopbar10 = _theme$UTTopbar10.breadCrumb) === null || _theme$UTTopbar10 === void 0 || (_theme$UTTopbar10 = _theme$UTTopbar10.hover) === null || _theme$UTTopbar10 === void 0 ? void 0 : _theme$UTTopbar10.cursor
35
27
  }
36
28
  },
37
29
  userMenu: {
38
- borderLeft: theme === null || theme === void 0 || (_theme$UTTopbar17 = theme.UTTopbar) === null || _theme$UTTopbar17 === void 0 || (_theme$UTTopbar17 = _theme$UTTopbar17.userMenu) === null || _theme$UTTopbar17 === void 0 ? void 0 : _theme$UTTopbar17.borderLeft,
39
- margin: (theme === null || theme === void 0 || (_theme$UTTopbar18 = theme.UTTopbar) === null || _theme$UTTopbar18 === void 0 || (_theme$UTTopbar18 = _theme$UTTopbar18.userMenu) === null || _theme$UTTopbar18 === void 0 ? void 0 : _theme$UTTopbar18.margin) || '0 0 0 20px',
40
- minWidth: theme === null || theme === void 0 || (_theme$UTTopbar19 = theme.UTTopbar) === null || _theme$UTTopbar19 === void 0 || (_theme$UTTopbar19 = _theme$UTTopbar19.userMenu) === null || _theme$UTTopbar19 === void 0 ? void 0 : _theme$UTTopbar19.minWidth,
41
- padding: (theme === null || theme === void 0 || (_theme$UTTopbar20 = theme.UTTopbar) === null || _theme$UTTopbar20 === void 0 || (_theme$UTTopbar20 = _theme$UTTopbar20.userMenu) === null || _theme$UTTopbar20 === void 0 ? void 0 : _theme$UTTopbar20.padding) || '0 0 0 20px',
42
- justifyContent: theme === null || theme === void 0 || (_theme$UTTopbar21 = theme.UTTopbar) === null || _theme$UTTopbar21 === void 0 || (_theme$UTTopbar21 = _theme$UTTopbar21.userMenu) === null || _theme$UTTopbar21 === void 0 ? void 0 : _theme$UTTopbar21.justifyContent
30
+ borderLeft: theme === null || theme === void 0 || (_theme$UTTopbar11 = theme.UTTopbar) === null || _theme$UTTopbar11 === void 0 || (_theme$UTTopbar11 = _theme$UTTopbar11.userMenu) === null || _theme$UTTopbar11 === void 0 ? void 0 : _theme$UTTopbar11.borderLeft,
31
+ margin: (theme === null || theme === void 0 || (_theme$UTTopbar12 = theme.UTTopbar) === null || _theme$UTTopbar12 === void 0 || (_theme$UTTopbar12 = _theme$UTTopbar12.userMenu) === null || _theme$UTTopbar12 === void 0 ? void 0 : _theme$UTTopbar12.margin) || '0 0 0 20px',
32
+ minWidth: theme === null || theme === void 0 || (_theme$UTTopbar13 = theme.UTTopbar) === null || _theme$UTTopbar13 === void 0 || (_theme$UTTopbar13 = _theme$UTTopbar13.userMenu) === null || _theme$UTTopbar13 === void 0 ? void 0 : _theme$UTTopbar13.minWidth,
33
+ padding: (theme === null || theme === void 0 || (_theme$UTTopbar14 = theme.UTTopbar) === null || _theme$UTTopbar14 === void 0 || (_theme$UTTopbar14 = _theme$UTTopbar14.userMenu) === null || _theme$UTTopbar14 === void 0 ? void 0 : _theme$UTTopbar14.padding) || '0 0 0 20px',
34
+ justifyContent: theme === null || theme === void 0 || (_theme$UTTopbar15 = theme.UTTopbar) === null || _theme$UTTopbar15 === void 0 || (_theme$UTTopbar15 = _theme$UTTopbar15.userMenu) === null || _theme$UTTopbar15 === void 0 ? void 0 : _theme$UTTopbar15.justifyContent
43
35
  },
44
36
  userMenuAvatar: {
45
- background: theme === null || theme === void 0 || (_theme$UTTopbar22 = theme.UTTopbar) === null || _theme$UTTopbar22 === void 0 || (_theme$UTTopbar22 = _theme$UTTopbar22.userMenuAvatar) === null || _theme$UTTopbar22 === void 0 ? void 0 : _theme$UTTopbar22.background,
46
- border: theme === null || theme === void 0 || (_theme$UTTopbar23 = theme.UTTopbar) === null || _theme$UTTopbar23 === void 0 || (_theme$UTTopbar23 = _theme$UTTopbar23.userMenuAvatar) === null || _theme$UTTopbar23 === void 0 ? void 0 : _theme$UTTopbar23.border,
47
- borderRadius: (theme === null || theme === void 0 || (_theme$UTTopbar24 = theme.UTTopbar) === null || _theme$UTTopbar24 === void 0 || (_theme$UTTopbar24 = _theme$UTTopbar24.userMenuAvatar) === null || _theme$UTTopbar24 === void 0 ? void 0 : _theme$UTTopbar24.borderRadius) || '50%',
48
- color: theme === null || theme === void 0 || (_theme$UTTopbar25 = theme.UTTopbar) === null || _theme$UTTopbar25 === void 0 || (_theme$UTTopbar25 = _theme$UTTopbar25.userMenuAvatar) === null || _theme$UTTopbar25 === void 0 ? void 0 : _theme$UTTopbar25.color,
49
- fontSize: (theme === null || theme === void 0 || (_theme$UTTopbar26 = theme.UTTopbar) === null || _theme$UTTopbar26 === void 0 || (_theme$UTTopbar26 = _theme$UTTopbar26.userMenuAvatar) === null || _theme$UTTopbar26 === void 0 ? void 0 : _theme$UTTopbar26.fontSize) || 24,
50
- fontWeight: (theme === null || theme === void 0 || (_theme$UTTopbar27 = theme.UTTopbar) === null || _theme$UTTopbar27 === void 0 || (_theme$UTTopbar27 = _theme$UTTopbar27.userMenuAvatar) === null || _theme$UTTopbar27 === void 0 ? void 0 : _theme$UTTopbar27.fontWeight) || 500,
51
- height: (theme === null || theme === void 0 || (_theme$UTTopbar28 = theme.UTTopbar) === null || _theme$UTTopbar28 === void 0 || (_theme$UTTopbar28 = _theme$UTTopbar28.userMenuAvatar) === null || _theme$UTTopbar28 === void 0 ? void 0 : _theme$UTTopbar28.height) || 40,
52
- margin: (theme === null || theme === void 0 || (_theme$UTTopbar29 = theme.UTTopbar) === null || _theme$UTTopbar29 === void 0 || (_theme$UTTopbar29 = _theme$UTTopbar29.userMenuAvatar) === null || _theme$UTTopbar29 === void 0 ? void 0 : _theme$UTTopbar29.margin) || '0 10px 0 0',
53
- width: (theme === null || theme === void 0 || (_theme$UTTopbar30 = theme.UTTopbar) === null || _theme$UTTopbar30 === void 0 || (_theme$UTTopbar30 = _theme$UTTopbar30.userMenuAvatar) === null || _theme$UTTopbar30 === void 0 ? void 0 : _theme$UTTopbar30.width) || 40
37
+ background: theme === null || theme === void 0 || (_theme$UTTopbar16 = theme.UTTopbar) === null || _theme$UTTopbar16 === void 0 || (_theme$UTTopbar16 = _theme$UTTopbar16.userMenuAvatar) === null || _theme$UTTopbar16 === void 0 ? void 0 : _theme$UTTopbar16.background,
38
+ border: theme === null || theme === void 0 || (_theme$UTTopbar17 = theme.UTTopbar) === null || _theme$UTTopbar17 === void 0 || (_theme$UTTopbar17 = _theme$UTTopbar17.userMenuAvatar) === null || _theme$UTTopbar17 === void 0 ? void 0 : _theme$UTTopbar17.border,
39
+ borderRadius: (theme === null || theme === void 0 || (_theme$UTTopbar18 = theme.UTTopbar) === null || _theme$UTTopbar18 === void 0 || (_theme$UTTopbar18 = _theme$UTTopbar18.userMenuAvatar) === null || _theme$UTTopbar18 === void 0 ? void 0 : _theme$UTTopbar18.borderRadius) || '50%',
40
+ color: theme === null || theme === void 0 || (_theme$UTTopbar19 = theme.UTTopbar) === null || _theme$UTTopbar19 === void 0 || (_theme$UTTopbar19 = _theme$UTTopbar19.userMenuAvatar) === null || _theme$UTTopbar19 === void 0 ? void 0 : _theme$UTTopbar19.color,
41
+ fontSize: (theme === null || theme === void 0 || (_theme$UTTopbar20 = theme.UTTopbar) === null || _theme$UTTopbar20 === void 0 || (_theme$UTTopbar20 = _theme$UTTopbar20.userMenuAvatar) === null || _theme$UTTopbar20 === void 0 ? void 0 : _theme$UTTopbar20.fontSize) || 24,
42
+ fontWeight: (theme === null || theme === void 0 || (_theme$UTTopbar21 = theme.UTTopbar) === null || _theme$UTTopbar21 === void 0 || (_theme$UTTopbar21 = _theme$UTTopbar21.userMenuAvatar) === null || _theme$UTTopbar21 === void 0 ? void 0 : _theme$UTTopbar21.fontWeight) || 500,
43
+ height: (theme === null || theme === void 0 || (_theme$UTTopbar22 = theme.UTTopbar) === null || _theme$UTTopbar22 === void 0 || (_theme$UTTopbar22 = _theme$UTTopbar22.userMenuAvatar) === null || _theme$UTTopbar22 === void 0 ? void 0 : _theme$UTTopbar22.height) || 40,
44
+ margin: (theme === null || theme === void 0 || (_theme$UTTopbar23 = theme.UTTopbar) === null || _theme$UTTopbar23 === void 0 || (_theme$UTTopbar23 = _theme$UTTopbar23.userMenuAvatar) === null || _theme$UTTopbar23 === void 0 ? void 0 : _theme$UTTopbar23.margin) || '0 10px 0 0',
45
+ width: (theme === null || theme === void 0 || (_theme$UTTopbar24 = theme.UTTopbar) === null || _theme$UTTopbar24 === void 0 || (_theme$UTTopbar24 = _theme$UTTopbar24.userMenuAvatar) === null || _theme$UTTopbar24 === void 0 ? void 0 : _theme$UTTopbar24.width) || 40
54
46
  },
55
47
  userMenuArrow: {
56
- alignSelf: theme === null || theme === void 0 || (_theme$UTTopbar31 = theme.UTTopbar) === null || _theme$UTTopbar31 === void 0 || (_theme$UTTopbar31 = _theme$UTTopbar31.userMenuArrow) === null || _theme$UTTopbar31 === void 0 ? void 0 : _theme$UTTopbar31.alignSelf,
57
- color: theme === null || theme === void 0 || (_theme$UTTopbar32 = theme.UTTopbar) === null || _theme$UTTopbar32 === void 0 || (_theme$UTTopbar32 = _theme$UTTopbar32.userMenuArrow) === null || _theme$UTTopbar32 === void 0 ? void 0 : _theme$UTTopbar32.color,
58
- fontSize: theme === null || theme === void 0 || (_theme$UTTopbar33 = theme.UTTopbar) === null || _theme$UTTopbar33 === void 0 || (_theme$UTTopbar33 = _theme$UTTopbar33.userMenuArrow) === null || _theme$UTTopbar33 === void 0 ? void 0 : _theme$UTTopbar33.fontSize,
59
- height: (theme === null || theme === void 0 || (_theme$UTTopbar34 = theme.UTTopbar) === null || _theme$UTTopbar34 === void 0 || (_theme$UTTopbar34 = _theme$UTTopbar34.userMenuArrow) === null || _theme$UTTopbar34 === void 0 ? void 0 : _theme$UTTopbar34.height) || 20,
60
- margin: (theme === null || theme === void 0 || (_theme$UTTopbar35 = theme.UTTopbar) === null || _theme$UTTopbar35 === void 0 || (_theme$UTTopbar35 = _theme$UTTopbar35.userMenuArrow) === null || _theme$UTTopbar35 === void 0 ? void 0 : _theme$UTTopbar35.margin) || '0 0 0 6px',
61
- width: (theme === null || theme === void 0 || (_theme$UTTopbar36 = theme.UTTopbar) === null || _theme$UTTopbar36 === void 0 || (_theme$UTTopbar36 = _theme$UTTopbar36.userMenuArrow) === null || _theme$UTTopbar36 === void 0 ? void 0 : _theme$UTTopbar36.width) || 'auto'
48
+ alignSelf: theme === null || theme === void 0 || (_theme$UTTopbar25 = theme.UTTopbar) === null || _theme$UTTopbar25 === void 0 || (_theme$UTTopbar25 = _theme$UTTopbar25.userMenuArrow) === null || _theme$UTTopbar25 === void 0 ? void 0 : _theme$UTTopbar25.alignSelf,
49
+ color: theme === null || theme === void 0 || (_theme$UTTopbar26 = theme.UTTopbar) === null || _theme$UTTopbar26 === void 0 || (_theme$UTTopbar26 = _theme$UTTopbar26.userMenuArrow) === null || _theme$UTTopbar26 === void 0 ? void 0 : _theme$UTTopbar26.color,
50
+ fontSize: theme === null || theme === void 0 || (_theme$UTTopbar27 = theme.UTTopbar) === null || _theme$UTTopbar27 === void 0 || (_theme$UTTopbar27 = _theme$UTTopbar27.userMenuArrow) === null || _theme$UTTopbar27 === void 0 ? void 0 : _theme$UTTopbar27.fontSize,
51
+ height: (theme === null || theme === void 0 || (_theme$UTTopbar28 = theme.UTTopbar) === null || _theme$UTTopbar28 === void 0 || (_theme$UTTopbar28 = _theme$UTTopbar28.userMenuArrow) === null || _theme$UTTopbar28 === void 0 ? void 0 : _theme$UTTopbar28.height) || 20,
52
+ margin: (theme === null || theme === void 0 || (_theme$UTTopbar29 = theme.UTTopbar) === null || _theme$UTTopbar29 === void 0 || (_theme$UTTopbar29 = _theme$UTTopbar29.userMenuArrow) === null || _theme$UTTopbar29 === void 0 ? void 0 : _theme$UTTopbar29.margin) || '0 0 0 6px',
53
+ width: (theme === null || theme === void 0 || (_theme$UTTopbar30 = theme.UTTopbar) === null || _theme$UTTopbar30 === void 0 || (_theme$UTTopbar30 = _theme$UTTopbar30.userMenuArrow) === null || _theme$UTTopbar30 === void 0 ? void 0 : _theme$UTTopbar30.width) || 'auto'
62
54
  },
63
55
  userMenuTitle: {
64
- color: theme === null || theme === void 0 || (_theme$UTTopbar37 = theme.UTTopbar) === null || _theme$UTTopbar37 === void 0 || (_theme$UTTopbar37 = _theme$UTTopbar37.userMenuTitle) === null || _theme$UTTopbar37 === void 0 ? void 0 : _theme$UTTopbar37.color,
65
- fontSize: theme === null || theme === void 0 || (_theme$UTTopbar38 = theme.UTTopbar) === null || _theme$UTTopbar38 === void 0 || (_theme$UTTopbar38 = _theme$UTTopbar38.userMenuTitle) === null || _theme$UTTopbar38 === void 0 ? void 0 : _theme$UTTopbar38.fontSize,
66
- fontWeight: (theme === null || theme === void 0 || (_theme$UTTopbar39 = theme.UTTopbar) === null || _theme$UTTopbar39 === void 0 || (_theme$UTTopbar39 = _theme$UTTopbar39.userMenuTitle) === null || _theme$UTTopbar39 === void 0 ? void 0 : _theme$UTTopbar39.fontWeight) || 500,
67
- margin: theme === null || theme === void 0 || (_theme$UTTopbar40 = theme.UTTopbar) === null || _theme$UTTopbar40 === void 0 || (_theme$UTTopbar40 = _theme$UTTopbar40.userMenuTitle) === null || _theme$UTTopbar40 === void 0 ? void 0 : _theme$UTTopbar40.margin
56
+ color: theme === null || theme === void 0 || (_theme$UTTopbar31 = theme.UTTopbar) === null || _theme$UTTopbar31 === void 0 || (_theme$UTTopbar31 = _theme$UTTopbar31.userMenuTitle) === null || _theme$UTTopbar31 === void 0 ? void 0 : _theme$UTTopbar31.color,
57
+ fontSize: theme === null || theme === void 0 || (_theme$UTTopbar32 = theme.UTTopbar) === null || _theme$UTTopbar32 === void 0 || (_theme$UTTopbar32 = _theme$UTTopbar32.userMenuTitle) === null || _theme$UTTopbar32 === void 0 ? void 0 : _theme$UTTopbar32.fontSize,
58
+ fontWeight: (theme === null || theme === void 0 || (_theme$UTTopbar33 = theme.UTTopbar) === null || _theme$UTTopbar33 === void 0 || (_theme$UTTopbar33 = _theme$UTTopbar33.userMenuTitle) === null || _theme$UTTopbar33 === void 0 ? void 0 : _theme$UTTopbar33.fontWeight) || 500,
59
+ margin: theme === null || theme === void 0 || (_theme$UTTopbar34 = theme.UTTopbar) === null || _theme$UTTopbar34 === void 0 || (_theme$UTTopbar34 = _theme$UTTopbar34.userMenuTitle) === null || _theme$UTTopbar34 === void 0 ? void 0 : _theme$UTTopbar34.margin
68
60
  },
69
61
  notifications: {
70
- padding: (theme === null || theme === void 0 || (_theme$UTTopbar41 = theme.UTTopbar) === null || _theme$UTTopbar41 === void 0 || (_theme$UTTopbar41 = _theme$UTTopbar41.notifications) === null || _theme$UTTopbar41 === void 0 ? void 0 : _theme$UTTopbar41.padding) || '0 20px'
62
+ padding: (theme === null || theme === void 0 || (_theme$UTTopbar35 = theme.UTTopbar) === null || _theme$UTTopbar35 === void 0 || (_theme$UTTopbar35 = _theme$UTTopbar35.notifications) === null || _theme$UTTopbar35 === void 0 ? void 0 : _theme$UTTopbar35.padding) || '0 20px'
71
63
  },
72
64
  notificationsIcon: {
73
- height: (theme === null || theme === void 0 || (_theme$UTTopbar42 = theme.UTTopbar) === null || _theme$UTTopbar42 === void 0 || (_theme$UTTopbar42 = _theme$UTTopbar42.notificationsIcon) === null || _theme$UTTopbar42 === void 0 ? void 0 : _theme$UTTopbar42.height) || 32,
74
- fontSize: (theme === null || theme === void 0 || (_theme$UTTopbar43 = theme.UTTopbar) === null || _theme$UTTopbar43 === void 0 || (_theme$UTTopbar43 = _theme$UTTopbar43.notificationsIcon) === null || _theme$UTTopbar43 === void 0 ? void 0 : _theme$UTTopbar43.fontSize) || 30,
75
- padding: theme === null || theme === void 0 || (_theme$UTTopbar44 = theme.UTTopbar) === null || _theme$UTTopbar44 === void 0 || (_theme$UTTopbar44 = _theme$UTTopbar44.notificationsIcon) === null || _theme$UTTopbar44 === void 0 ? void 0 : _theme$UTTopbar44.padding
65
+ height: (theme === null || theme === void 0 || (_theme$UTTopbar36 = theme.UTTopbar) === null || _theme$UTTopbar36 === void 0 || (_theme$UTTopbar36 = _theme$UTTopbar36.notificationsIcon) === null || _theme$UTTopbar36 === void 0 ? void 0 : _theme$UTTopbar36.height) || 32,
66
+ fontSize: (theme === null || theme === void 0 || (_theme$UTTopbar37 = theme.UTTopbar) === null || _theme$UTTopbar37 === void 0 || (_theme$UTTopbar37 = _theme$UTTopbar37.notificationsIcon) === null || _theme$UTTopbar37 === void 0 ? void 0 : _theme$UTTopbar37.fontSize) || 30,
67
+ padding: theme === null || theme === void 0 || (_theme$UTTopbar38 = theme.UTTopbar) === null || _theme$UTTopbar38 === void 0 || (_theme$UTTopbar38 = _theme$UTTopbar38.notificationsIcon) === null || _theme$UTTopbar38 === void 0 ? void 0 : _theme$UTTopbar38.padding
76
68
  },
77
69
  menuIcon: {
78
- color: theme === null || theme === void 0 || (_theme$UTTopbar45 = theme.UTTopbar) === null || _theme$UTTopbar45 === void 0 || (_theme$UTTopbar45 = _theme$UTTopbar45.menuIcon) === null || _theme$UTTopbar45 === void 0 ? void 0 : _theme$UTTopbar45.color,
79
- fontSize: (theme === null || theme === void 0 || (_theme$UTTopbar46 = theme.UTTopbar) === null || _theme$UTTopbar46 === void 0 || (_theme$UTTopbar46 = _theme$UTTopbar46.menuIcon) === null || _theme$UTTopbar46 === void 0 ? void 0 : _theme$UTTopbar46.fontSize) || 25
70
+ color: theme === null || theme === void 0 || (_theme$UTTopbar39 = theme.UTTopbar) === null || _theme$UTTopbar39 === void 0 || (_theme$UTTopbar39 = _theme$UTTopbar39.menuIcon) === null || _theme$UTTopbar39 === void 0 ? void 0 : _theme$UTTopbar39.color,
71
+ fontSize: (theme === null || theme === void 0 || (_theme$UTTopbar40 = theme.UTTopbar) === null || _theme$UTTopbar40 === void 0 || (_theme$UTTopbar40 = _theme$UTTopbar40.menuIcon) === null || _theme$UTTopbar40 === void 0 ? void 0 : _theme$UTTopbar40.fontSize) || 25
80
72
  }
81
73
  };
82
- };
83
- exports.retrieveStyle = retrieveStyle;
74
+ };
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.menuPropsType = exports.iconType = exports.classType = exports.avatarType = void 0;
7
7
  var _propTypes = require("prop-types");
8
- var classType = (0, _propTypes.shape)({
8
+ var classType = exports.classType = (0, _propTypes.shape)({
9
9
  container: _propTypes.string,
10
10
  notifications: _propTypes.string,
11
11
  title: _propTypes.string,
@@ -13,15 +13,11 @@ var classType = (0, _propTypes.shape)({
13
13
  userMenuAvatar: _propTypes.string,
14
14
  userMenuArrow: _propTypes.string
15
15
  });
16
- exports.classType = classType;
17
- var avatarType = (0, _propTypes.oneOfType)([_propTypes.string, _propTypes.elementType, _propTypes.func]);
18
- exports.avatarType = avatarType;
19
- var iconType = (0, _propTypes.oneOfType)([_propTypes.elementType, _propTypes.func]);
20
- exports.iconType = iconType;
21
- var menuPropsType = (0, _propTypes.shape)({
16
+ var avatarType = exports.avatarType = (0, _propTypes.oneOfType)([_propTypes.string, _propTypes.elementType, _propTypes.func]);
17
+ var iconType = exports.iconType = (0, _propTypes.oneOfType)([_propTypes.elementType, _propTypes.func]);
18
+ var menuPropsType = exports.menuPropsType = (0, _propTypes.shape)({
22
19
  ItemComponent: _propTypes.elementType.isRequired,
23
20
  items: _propTypes.array.isRequired,
24
21
  itemComponentProps: _propTypes.object,
25
22
  LastItem: _propTypes.elementType
26
- });
27
- exports.menuPropsType = menuPropsType;
23
+ });
@@ -57,5 +57,4 @@ UTTouchableWithoutFeedback.propTypes = {
57
57
  withRipple: _propTypes.bool,
58
58
  keyName: _propTypes.string
59
59
  };
60
- var _default = UTTouchableWithoutFeedback;
61
- exports.default = _default;
60
+ var _default = exports.default = UTTouchableWithoutFeedback;
@@ -4,7 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.SUB_KEY = exports.KEY = void 0;
7
- var KEY = 'UTV-ROW-';
8
- exports.KEY = KEY;
9
- var SUB_KEY = 'UTV-ITEM-';
10
- exports.SUB_KEY = SUB_KEY;
7
+ var KEY = exports.KEY = 'UTV-ROW-';
8
+ var SUB_KEY = exports.SUB_KEY = 'UTV-ITEM-';
@@ -67,5 +67,4 @@ ListRow.propTypes = {
67
67
  }))
68
68
  })
69
69
  };
70
- var _default = ListRow;
71
- exports.default = _default;
70
+ var _default = exports.default = ListRow;
@@ -4,11 +4,10 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.getDynamicPosition = void 0;
7
- var getDynamicPosition = function getDynamicPosition(ref, position, setPosition) {
7
+ var getDynamicPosition = exports.getDynamicPosition = function getDynamicPosition(ref, position, setPosition) {
8
8
  var _ref$current, _sibling$clientHeight, _sibling$offsetTop;
9
9
  var sibling = (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.previousSibling;
10
10
  var height = (_sibling$clientHeight = sibling === null || sibling === void 0 ? void 0 : sibling.clientHeight) !== null && _sibling$clientHeight !== void 0 ? _sibling$clientHeight : 0;
11
11
  var offsetTop = (_sibling$offsetTop = sibling === null || sibling === void 0 ? void 0 : sibling.offsetTop) !== null && _sibling$offsetTop !== void 0 ? _sibling$offsetTop : 0;
12
12
  if (position !== offsetTop + height) setPosition(sibling ? offsetTop + height : 0);
13
- };
14
- exports.getDynamicPosition = getDynamicPosition;
13
+ };
@@ -4,20 +4,14 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.SCROLL_THROTTLE_DELAY = exports.SCROLL_EVENT_OPTIONS = exports.SCROLL_EVENT = exports.MAX_LIMIT_MULTIPLIER = exports.DEFAULT_LIMIT_MULTIPLIER = exports.CACHE = void 0;
7
- var CACHE = {
7
+ var CACHE = exports.CACHE = {
8
8
  height: 200
9
9
  };
10
- exports.CACHE = CACHE;
11
- var SCROLL_EVENT_OPTIONS = {
10
+ var SCROLL_EVENT_OPTIONS = exports.SCROLL_EVENT_OPTIONS = {
12
11
  passive: true,
13
12
  capture: true
14
13
  };
15
- exports.SCROLL_EVENT_OPTIONS = SCROLL_EVENT_OPTIONS;
16
- var SCROLL_EVENT = 'scroll';
17
- exports.SCROLL_EVENT = SCROLL_EVENT;
18
- var SCROLL_THROTTLE_DELAY = 50;
19
- exports.SCROLL_THROTTLE_DELAY = SCROLL_THROTTLE_DELAY;
20
- var MAX_LIMIT_MULTIPLIER = 4;
21
- exports.MAX_LIMIT_MULTIPLIER = MAX_LIMIT_MULTIPLIER;
22
- var DEFAULT_LIMIT_MULTIPLIER = 2;
23
- exports.DEFAULT_LIMIT_MULTIPLIER = DEFAULT_LIMIT_MULTIPLIER;
14
+ var SCROLL_EVENT = exports.SCROLL_EVENT = 'scroll';
15
+ var SCROLL_THROTTLE_DELAY = exports.SCROLL_THROTTLE_DELAY = 50;
16
+ var MAX_LIMIT_MULTIPLIER = exports.MAX_LIMIT_MULTIPLIER = 4;
17
+ var DEFAULT_LIMIT_MULTIPLIER = exports.DEFAULT_LIMIT_MULTIPLIER = 2;
@@ -34,5 +34,4 @@ var useLedger = function useLedger(data) {
34
34
  }, [data]);
35
35
  return [ledgerRef, setLedger];
36
36
  };
37
- var _default = useLedger;
38
- exports.default = _default;
37
+ var _default = exports.default = useLedger;
@@ -71,5 +71,4 @@ var useVirtualizedData = function useVirtualizedData(data, totalElements, oversc
71
71
  listHeight: listHeight
72
72
  };
73
73
  };
74
- var _default = useVirtualizedData;
75
- exports.default = _default;
74
+ var _default = exports.default = useVirtualizedData;
@@ -69,5 +69,4 @@ VirtualizedData.propTypes = {
69
69
  headerRenderer: _propTypes.func,
70
70
  footerRenderer: _propTypes.func
71
71
  };
72
- var _default = /*#__PURE__*/(0, _react.memo)(VirtualizedData);
73
- exports.default = _default;
72
+ var _default = exports.default = /*#__PURE__*/(0, _react.memo)(VirtualizedData);
@@ -15,7 +15,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
15
15
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
16
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
17
17
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /* eslint-disable react/no-array-index-key */ /* eslint-disable no-plusplus */
18
- var createRows = function createRows(data, elementsPerRow) {
18
+ var createRows = exports.createRows = function createRows(data, elementsPerRow) {
19
19
  var totalRows = Math.ceil(data.length / elementsPerRow);
20
20
  var rows = new Array(totalRows).fill(0).map(function () {
21
21
  return [];
@@ -25,12 +25,10 @@ var createRows = function createRows(data, elementsPerRow) {
25
25
  }
26
26
  return rows;
27
27
  };
28
- exports.createRows = createRows;
29
- var applyToIndex = function applyToIndex(index, target, object) {
28
+ var applyToIndex = exports.applyToIndex = function applyToIndex(index, target, object) {
30
29
  return index === target ? object : null;
31
30
  };
32
- exports.applyToIndex = applyToIndex;
33
- var createRowRenderer = function createRowRenderer(configItemRender, effect) {
31
+ var createRowRenderer = exports.createRowRenderer = function createRowRenderer(configItemRender, effect) {
34
32
  return function (row, index, updateLedger, ledgerRef) {
35
33
  return /*#__PURE__*/_react.default.createElement(_ListRow.default, {
36
34
  row: row,
@@ -42,7 +40,6 @@ var createRowRenderer = function createRowRenderer(configItemRender, effect) {
42
40
  });
43
41
  };
44
42
  };
45
- exports.createRowRenderer = createRowRenderer;
46
43
  var getOffsets = function getOffsets(ledger) {
47
44
  return Object.values(ledger).map(function (_ref) {
48
45
  var offset = _ref.offset;
@@ -75,7 +72,7 @@ var getListHeight = function getListHeight(ledger) {
75
72
  offset = _ref3$offset === void 0 ? 0 : _ref3$offset;
76
73
  return offset + height;
77
74
  };
78
- var renderVirtualScreen = function renderVirtualScreen(scrollPosition, overscan, totalElements, listViewportHeight, ledger) {
75
+ var renderVirtualScreen = exports.renderVirtualScreen = function renderVirtualScreen(scrollPosition, overscan, totalElements, listViewportHeight, ledger) {
79
76
  var listHeight = getListHeight(ledger);
80
77
  if (!listViewportHeight) return {
81
78
  virtualScreenStart: 0,
@@ -96,18 +93,15 @@ var renderVirtualScreen = function renderVirtualScreen(scrollPosition, overscan,
96
93
  listHeight: listHeight
97
94
  };
98
95
  };
99
- exports.renderVirtualScreen = renderVirtualScreen;
100
- var nullifyDataInBetween = function nullifyDataInBetween(data, startIndex, endIndex) {
96
+ var nullifyDataInBetween = exports.nullifyDataInBetween = function nullifyDataInBetween(data, startIndex, endIndex) {
101
97
  for (var i = startIndex; i < endIndex; i++) data[i] = null;
102
98
  };
103
- exports.nullifyDataInBetween = nullifyDataInBetween;
104
- var addVirtualizedElements = function addVirtualizedElements(data, virtualizedData, startIndex, endIndex, rowRenderer, updateLedger, ledgerRef) {
99
+ var addVirtualizedElements = exports.addVirtualizedElements = function addVirtualizedElements(data, virtualizedData, startIndex, endIndex, rowRenderer, updateLedger, ledgerRef) {
105
100
  for (var i = startIndex; i < endIndex; i++) {
106
101
  if (!virtualizedData[i]) virtualizedData[i] = rowRenderer(data[i], i, updateLedger, ledgerRef);
107
102
  }
108
103
  };
109
- exports.addVirtualizedElements = addVirtualizedElements;
110
- var updateLedger = function updateLedger(ledgerRef, setLedgerRef) {
104
+ var updateLedger = exports.updateLedger = function updateLedger(ledgerRef, setLedgerRef) {
111
105
  return function (key, height) {
112
106
  var _ledgerRef$current;
113
107
  var currentHeight = (_ledgerRef$current = ledgerRef.current) === null || _ledgerRef$current === void 0 || (_ledgerRef$current = _ledgerRef$current[key]) === null || _ledgerRef$current === void 0 ? void 0 : _ledgerRef$current.height;
@@ -131,5 +125,4 @@ var updateLedger = function updateLedger(ledgerRef, setLedgerRef) {
131
125
  setLedgerRef(newLedger);
132
126
  }
133
127
  };
134
- };
135
- exports.updateLedger = updateLedger;
128
+ };
@@ -4,11 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.DEFAULT_OVERSCAN = exports.DEFAULT_ITEM_PADDING = exports.DEFAULT_ELEMENTS_PER_ROW = exports.DEFAULT_EFFECT = void 0;
7
- var DEFAULT_ITEM_PADDING = 10;
8
- exports.DEFAULT_ITEM_PADDING = DEFAULT_ITEM_PADDING;
9
- var DEFAULT_OVERSCAN = 10;
10
- exports.DEFAULT_OVERSCAN = DEFAULT_OVERSCAN;
11
- var DEFAULT_EFFECT = 'fadeIn';
12
- exports.DEFAULT_EFFECT = DEFAULT_EFFECT;
13
- var DEFAULT_ELEMENTS_PER_ROW = 1;
14
- exports.DEFAULT_ELEMENTS_PER_ROW = DEFAULT_ELEMENTS_PER_ROW;
7
+ var DEFAULT_ITEM_PADDING = exports.DEFAULT_ITEM_PADDING = 10;
8
+ var DEFAULT_OVERSCAN = exports.DEFAULT_OVERSCAN = 10;
9
+ var DEFAULT_EFFECT = exports.DEFAULT_EFFECT = 'fadeIn';
10
+ var DEFAULT_ELEMENTS_PER_ROW = exports.DEFAULT_ELEMENTS_PER_ROW = 1;
@@ -92,5 +92,4 @@ UTVirtualizedList.defaultProps = {
92
92
  elementsPerRow: _constants.DEFAULT_ELEMENTS_PER_ROW,
93
93
  reRenderOnChange: []
94
94
  };
95
- var _default = UTVirtualizedList;
96
- exports.default = _default;
95
+ var _default = exports.default = UTVirtualizedList;
@@ -44,5 +44,4 @@ ActionButton.propTypes = {
44
44
  isHidden: _propTypes.bool,
45
45
  buttonProps: _propTypes.object
46
46
  };
47
- var _default = ActionButton;
48
- exports.default = _default;
47
+ var _default = exports.default = ActionButton;
@@ -3,15 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.STEP = exports.NEXT = exports.BACK = exports.ACTIONS_POSITIONS = void 0;
7
- var NEXT = 'Siguiente';
8
- exports.NEXT = NEXT;
9
- var BACK = 'Atrás';
10
- exports.BACK = BACK;
11
- var STEP = 'Paso';
12
- exports.STEP = STEP;
13
- var ACTIONS_POSITIONS = {
14
- TOP: 'top',
15
- BOTTOM: 'bottom'
16
- };
17
- exports.ACTIONS_POSITIONS = ACTIONS_POSITIONS;
6
+ exports.STEP = exports.NEXT = exports.BACK = void 0;
7
+ var NEXT = exports.NEXT = 'Siguiente';
8
+ var BACK = exports.BACK = 'Atrás';
9
+ var STEP = exports.STEP = 'Paso';
@@ -5,11 +5,10 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.usePrevious = void 0;
7
7
  var _react = require("react");
8
- var usePrevious = function usePrevious(value) {
8
+ var usePrevious = exports.usePrevious = function usePrevious(value) {
9
9
  var ref = (0, _react.useRef)();
10
10
  (0, _react.useEffect)(function () {
11
11
  ref.current = value;
12
12
  });
13
13
  return ref.current;
14
- };
15
- exports.usePrevious = usePrevious;
14
+ };
@@ -29,10 +29,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
29
29
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
30
30
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
31
31
  var UTWorkflowContainer = function UTWorkflowContainer(_ref) {
32
- var TitleIcon = _ref.TitleIcon,
33
- _ref$actionsPosition = _ref.actionsPosition,
34
- actionsPosition = _ref$actionsPosition === void 0 ? _constants.ACTIONS_POSITIONS.TOP : _ref$actionsPosition,
35
- backButton = _ref.backButton,
32
+ var backButton = _ref.backButton,
36
33
  children = _ref.children,
37
34
  classNames = _ref.classNames,
38
35
  _ref$classes = _ref.classes,
@@ -50,6 +47,7 @@ var UTWorkflowContainer = function UTWorkflowContainer(_ref) {
50
47
  stepsCount = _ref.stepsCount,
51
48
  subtitle = _ref.subtitle,
52
49
  title = _ref.title,
50
+ TitleIcon = _ref.TitleIcon,
53
51
  _ref$withIcon = _ref.withIcon,
54
52
  withIcon = _ref$withIcon === void 0 ? false : _ref$withIcon;
55
53
  (0, _react.useEffect)(function () {
@@ -73,7 +71,7 @@ var UTWorkflowContainer = function UTWorkflowContainer(_ref) {
73
71
  }, [currentStep]);
74
72
  var hideActions = (currentStep === 1 && !backButton.isVisible || backButton.isHidden) && hideStepCounter && nextButton.isHidden;
75
73
  return /*#__PURE__*/_react.default.createElement("div", {
76
- className: "".concat(classes.container, " ").concat(_stylesModule.default.container, " ").concat(actionsPosition === _constants.ACTIONS_POSITIONS.BOTTOM && _stylesModule.default.bottomActions)
74
+ className: classes.container
77
75
  }, /*#__PURE__*/_react.default.createElement("div", {
78
76
  className: "".concat(_stylesModule.default.progress, " ").concat(classes.progress)
79
77
  }, stepsCount && /*#__PURE__*/_react.default.createElement(_UTProgressBar.default, {
@@ -83,9 +81,9 @@ var UTWorkflowContainer = function UTWorkflowContainer(_ref) {
83
81
  barColorPrimary: classes.barColorPrimary
84
82
  }
85
83
  })), /*#__PURE__*/_react.default.createElement("div", {
86
- className: classes.workflowContainer
84
+ className: "".concat(classes.workflowContainer, " ").concat(_stylesModule.default.workflowContainer)
87
85
  }, /*#__PURE__*/_react.default.createElement("div", {
88
- className: "".concat(_stylesModule.default.actionsContainer, " ").concat(actionsPosition === _constants.ACTIONS_POSITIONS.BOTTOM ? classes.bottomActionsContainer : classes.actionsContainer, " ").concat(hideActions ? _stylesModule.default.hidden : '')
86
+ className: "\n ".concat(_stylesModule.default.actionsContainer, "\n ").concat(classes.actionsContainer, "\n ").concat(hideActions ? _stylesModule.default.hidden : '')
89
87
  }, /*#__PURE__*/_react.default.createElement(_ActionButton.default, {
90
88
  button: backButton,
91
89
  isHidden: currentStep === 1 && !backButton.isVisible || backButton.isHidden,
@@ -96,7 +94,7 @@ var UTWorkflowContainer = function UTWorkflowContainer(_ref) {
96
94
  iconPlacement: 'left',
97
95
  variant: 'semitransparent'
98
96
  }
99
- }, !smallButtons && (backButton.label || _constants.BACK)), !hideStepCounter && actionsPosition === _constants.ACTIONS_POSITIONS.TOP && visibleStepNumber && (StepCounter ? /*#__PURE__*/_react.default.createElement(StepCounter, null) : /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
97
+ }, !smallButtons && (backButton.label || _constants.BACK)), !hideStepCounter && visibleStepNumber && (StepCounter ? /*#__PURE__*/_react.default.createElement(StepCounter, null) : /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
100
98
  className: "".concat(_stylesModule.default.stepInfo, " ").concat(classes.stepCounter),
101
99
  weight: "medium"
102
100
  }, "".concat(_constants.STEP, " ").concat(forceStepNumber ? currentStep : visibleStepNumber))), extraActions, /*#__PURE__*/_react.default.createElement(_ActionButton.default, {
@@ -127,8 +125,6 @@ var UTWorkflowContainer = function UTWorkflowContainer(_ref) {
127
125
  }, subtitle)), children)));
128
126
  };
129
127
  UTWorkflowContainer.propTypes = {
130
- TitleIcon: _propTypes.element,
131
- actionsPosition: _propTypes.bool,
132
128
  backButton: _types.buttonTypes,
133
129
  children: _propTypes.element,
134
130
  classNames: (0, _propTypes.objectOf)(_propTypes.string),
@@ -144,7 +140,7 @@ UTWorkflowContainer.propTypes = {
144
140
  stepsCount: _propTypes.number,
145
141
  subtitle: _propTypes.string,
146
142
  title: _propTypes.string,
143
+ TitleIcon: _propTypes.element,
147
144
  withIcon: _propTypes.bool
148
145
  };
149
- var _default = (0, _WithTheme.default)(_theme.retrieveStyle)(UTWorkflowContainer);
150
- exports.default = _default;
146
+ var _default = exports.default = (0, _WithTheme.default)(_theme.retrieveStyle)(UTWorkflowContainer);
@@ -1,4 +1,4 @@
1
- .container {
1
+ .workflowContainer {
2
2
  display: flex;
3
3
  flex-direction: column;
4
4
  }
@@ -12,7 +12,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
12
12
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
15
- var retrieveStyle = function retrieveStyle(_ref) {
15
+ var retrieveStyle = exports.retrieveStyle = function retrieveStyle(_ref) {
16
16
  var _container, _theme$UTWorkflowCont, _theme$UTWorkflowCont2, _theme$UTWorkflowCont3;
17
17
  var theme = _ref.theme;
18
18
  var mobile = (0, _seamlessImmutable.getIn)(theme, ['Media', 'mobile']);
@@ -112,5 +112,4 @@ var retrieveStyle = function retrieveStyle(_ref) {
112
112
  padding: (0, _seamlessImmutable.getIn)(theme, ['UTWorkflowContainer', 'workflowContainer', 'mobile', 'padding'])
113
113
  })
114
114
  };
115
- };
116
- exports.retrieveStyle = retrieveStyle;
115
+ };
@@ -5,11 +5,10 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.buttonTypes = void 0;
7
7
  var _propTypes = require("prop-types");
8
- var buttonTypes = (0, _propTypes.oneOfType)([_propTypes.element, (0, _propTypes.shape)({
8
+ var buttonTypes = exports.buttonTypes = (0, _propTypes.oneOfType)([_propTypes.element, (0, _propTypes.shape)({
9
9
  onClick: _propTypes.func,
10
10
  disabled: _propTypes.bool,
11
11
  label: _propTypes.string,
12
12
  buttonProps: _propTypes.object,
13
13
  Icon: (0, _propTypes.oneOfType)([_propTypes.bool, _propTypes.element, _propTypes.func, _propTypes.elementType])
14
- })]);
15
- exports.buttonTypes = buttonTypes;
14
+ })]);
@@ -21,5 +21,4 @@ var WithLoading = function WithLoading(shouldLoad, text, className, size, thickn
21
21
  };
22
22
  };
23
23
  };
24
- var _default = WithLoading;
25
- exports.default = _default;
24
+ var _default = exports.default = WithLoading;
@@ -26,5 +26,4 @@ var WithTheme = function WithTheme(retrieveStyle, retrieveMuiTheme) {
26
26
  };
27
27
  };
28
28
  };
29
- var _default = WithTheme;
30
- exports.default = _default;
29
+ var _default = exports.default = WithTheme;
@@ -61,5 +61,4 @@ ThemedComponent.propTypes = {
61
61
  retrieveStyle: _propTypes.func,
62
62
  theme: _propTypes.object
63
63
  };
64
- var _default = ThemedComponent;
65
- exports.default = _default;
64
+ var _default = exports.default = ThemedComponent;
@@ -32,5 +32,4 @@ WithTouch.propTypes = {
32
32
  touchableClassName: _propTypes.string,
33
33
  touchableRef: _propTypes.string
34
34
  };
35
- var _default = WithTouch;
36
- exports.default = _default;
35
+ var _default = exports.default = WithTouch;
@@ -4,8 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.INTEGRATION_TYPES = void 0;
7
- var INTEGRATION_TYPES = {
7
+ var INTEGRATION_TYPES = exports.INTEGRATION_TYPES = {
8
8
  EXTERNAL: 'external',
9
9
  INTERNAL: 'internal'
10
- };
11
- exports.INTEGRATION_TYPES = INTEGRATION_TYPES;
10
+ };