@coorpacademy/components 11.33.7 → 11.33.8

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 (226) hide show
  1. package/es/atom/button-link/index.d.ts +13 -2
  2. package/es/atom/button-link/index.d.ts.map +1 -1
  3. package/es/atom/button-link/index.js +2 -2
  4. package/es/atom/button-link/index.js.map +1 -1
  5. package/es/atom/button-link/style.css +2 -2
  6. package/es/atom/button-link/types.d.ts +28 -4
  7. package/es/atom/button-link/types.d.ts.map +1 -1
  8. package/es/atom/button-link/types.js +14 -5
  9. package/es/atom/button-link/types.js.map +1 -1
  10. package/es/atom/button-link-icon/style.css +2 -2
  11. package/es/atom/button-menu/index.d.ts +18 -0
  12. package/es/atom/button-menu/index.d.ts.map +1 -1
  13. package/es/atom/button-menu/index.js +19 -3
  14. package/es/atom/button-menu/index.js.map +1 -1
  15. package/es/atom/button-menu/style.css +19 -6
  16. package/es/atom/button-menu/types.d.ts +39 -0
  17. package/es/atom/button-menu/types.d.ts.map +1 -1
  18. package/es/atom/button-menu/types.js +7 -2
  19. package/es/atom/button-menu/types.js.map +1 -1
  20. package/es/atom/radio-with-title/index.d.ts +37 -0
  21. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  22. package/es/atom/radio-with-title/types.d.ts +37 -0
  23. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  24. package/es/atom/tag/style.css +10 -6
  25. package/es/atom/title/index.d.ts +37 -0
  26. package/es/atom/title/index.d.ts.map +1 -1
  27. package/es/atom/title/index.js +10 -4
  28. package/es/atom/title/index.js.map +1 -1
  29. package/es/atom/title/style.css +9 -1
  30. package/es/molecule/bullet-point-menu-button/index.d.ts +17 -0
  31. package/es/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
  32. package/es/molecule/bullet-point-menu-button/style.css +20 -16
  33. package/es/molecule/bullet-point-menu-button/types.d.ts +17 -0
  34. package/es/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
  35. package/es/molecule/cm-popin/types.d.ts +120 -8
  36. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  37. package/es/molecule/draggable-list/index.d.ts +4 -1
  38. package/es/molecule/expandible-actionable-table/index.d.ts +47 -2
  39. package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
  40. package/es/molecule/expandible-actionable-table/types.d.ts +47 -2
  41. package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
  42. package/es/molecule/filters/index.js +2 -2
  43. package/es/molecule/filters/index.js.map +1 -1
  44. package/es/molecule/filters/style.css +7 -7
  45. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +37 -0
  46. package/es/molecule/title-radio-wrapper/index.d.ts +37 -0
  47. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  48. package/es/molecule/title-radio-wrapper/types.d.ts +37 -0
  49. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  50. package/es/organism/brand-learning-priorities/index.d.ts +4 -1
  51. package/es/organism/header-with-actions/index.d.ts +95 -0
  52. package/es/organism/header-with-actions/index.d.ts.map +1 -0
  53. package/es/organism/header-with-actions/index.js +48 -0
  54. package/es/organism/header-with-actions/index.js.map +1 -0
  55. package/es/organism/header-with-actions/style.css +55 -0
  56. package/es/organism/header-with-actions/types.d.ts +120 -0
  57. package/es/organism/header-with-actions/types.d.ts.map +1 -0
  58. package/es/organism/header-with-actions/types.js +27 -0
  59. package/es/organism/header-with-actions/types.js.map +1 -0
  60. package/es/organism/list-item/index.d.ts +4 -1
  61. package/es/organism/list-item/index.js +7 -4
  62. package/es/organism/list-item/index.js.map +1 -1
  63. package/es/organism/list-item/style.css +4 -6
  64. package/es/organism/list-items/index.d.ts +76 -6
  65. package/es/organism/list-items/index.d.ts.map +1 -1
  66. package/es/organism/list-items/index.js +12 -6
  67. package/es/organism/list-items/index.js.map +1 -1
  68. package/es/organism/list-items/style.css +8 -2
  69. package/es/organism/rewards-form/index.d.ts +37 -0
  70. package/es/organism/select-opponents/index.d.ts +37 -0
  71. package/es/organism/select-opponents/index.d.ts.map +1 -1
  72. package/es/organism/select-opponents/types.d.ts +37 -0
  73. package/es/organism/select-opponents/types.d.ts.map +1 -1
  74. package/es/organism/setup-header/index.d.ts +52 -8
  75. package/es/organism/title-and-input/index.d.ts +74 -0
  76. package/es/organism/title-and-input/index.d.ts.map +1 -1
  77. package/es/organism/title-and-input/types.d.ts +74 -0
  78. package/es/organism/title-and-input/types.d.ts.map +1 -1
  79. package/es/organism/wizard-contents/index.d.ts +110 -6
  80. package/es/template/app-player/loading/index.d.ts +120 -8
  81. package/es/template/app-player/player/index.d.ts +240 -16
  82. package/es/template/app-player/player/slides/index.d.ts +120 -8
  83. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  84. package/es/template/app-player/popin-correction/index.d.ts +120 -8
  85. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  86. package/es/template/app-player/popin-end/index.d.ts +120 -8
  87. package/es/template/app-review/index.d.ts +120 -8
  88. package/es/template/app-review/index.d.ts.map +1 -1
  89. package/es/template/app-review/player/prop-types.d.ts +120 -8
  90. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  91. package/es/template/app-review/prop-types.d.ts +120 -8
  92. package/es/template/app-review/prop-types.d.ts.map +1 -1
  93. package/es/template/back-office/brand-create/index.d.ts +52 -8
  94. package/es/template/back-office/brand-create/index.d.ts.map +1 -1
  95. package/es/template/back-office/brand-list/index.d.ts +52 -8
  96. package/es/template/back-office/brand-list/index.d.ts.map +1 -1
  97. package/es/template/back-office/brand-update/index.d.ts +378 -28
  98. package/es/template/back-office/brand-update/index.d.ts.map +1 -1
  99. package/es/template/back-office/brand-update/index.js +13 -3
  100. package/es/template/back-office/brand-update/index.js.map +1 -1
  101. package/es/template/back-office/brand-update/style.css +4 -0
  102. package/es/template/back-office/dashboard-preview/index.d.ts +52 -8
  103. package/es/template/back-office/layout/index.d.ts +52 -8
  104. package/es/template/back-office/layout/index.d.ts.map +1 -1
  105. package/es/template/common/dashboard/index.d.ts +240 -16
  106. package/es/template/common/search-page/index.d.ts +120 -8
  107. package/es/template/external-course/index.d.ts +120 -8
  108. package/es/variables/colors.css +5 -1
  109. package/es/variables/colors.d.ts +1 -0
  110. package/es/variables/colors.d.ts.map +1 -1
  111. package/es/variables/colors.js +1 -0
  112. package/es/variables/colors.js.map +1 -1
  113. package/lib/atom/button-link/index.d.ts +13 -2
  114. package/lib/atom/button-link/index.d.ts.map +1 -1
  115. package/lib/atom/button-link/index.js +2 -2
  116. package/lib/atom/button-link/index.js.map +1 -1
  117. package/lib/atom/button-link/style.css +2 -2
  118. package/lib/atom/button-link/types.d.ts +28 -4
  119. package/lib/atom/button-link/types.d.ts.map +1 -1
  120. package/lib/atom/button-link/types.js +15 -6
  121. package/lib/atom/button-link/types.js.map +1 -1
  122. package/lib/atom/button-link-icon/style.css +2 -2
  123. package/lib/atom/button-menu/index.d.ts +18 -0
  124. package/lib/atom/button-menu/index.d.ts.map +1 -1
  125. package/lib/atom/button-menu/index.js +19 -3
  126. package/lib/atom/button-menu/index.js.map +1 -1
  127. package/lib/atom/button-menu/style.css +19 -6
  128. package/lib/atom/button-menu/types.d.ts +39 -0
  129. package/lib/atom/button-menu/types.d.ts.map +1 -1
  130. package/lib/atom/button-menu/types.js +7 -2
  131. package/lib/atom/button-menu/types.js.map +1 -1
  132. package/lib/atom/radio-with-title/index.d.ts +37 -0
  133. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  134. package/lib/atom/radio-with-title/types.d.ts +37 -0
  135. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  136. package/lib/atom/tag/style.css +10 -6
  137. package/lib/atom/title/index.d.ts +37 -0
  138. package/lib/atom/title/index.d.ts.map +1 -1
  139. package/lib/atom/title/index.js +10 -4
  140. package/lib/atom/title/index.js.map +1 -1
  141. package/lib/atom/title/style.css +9 -1
  142. package/lib/molecule/bullet-point-menu-button/index.d.ts +17 -0
  143. package/lib/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
  144. package/lib/molecule/bullet-point-menu-button/style.css +20 -16
  145. package/lib/molecule/bullet-point-menu-button/types.d.ts +17 -0
  146. package/lib/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
  147. package/lib/molecule/cm-popin/types.d.ts +120 -8
  148. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  149. package/lib/molecule/draggable-list/index.d.ts +4 -1
  150. package/lib/molecule/expandible-actionable-table/index.d.ts +47 -2
  151. package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
  152. package/lib/molecule/expandible-actionable-table/types.d.ts +47 -2
  153. package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
  154. package/lib/molecule/filters/index.js +2 -2
  155. package/lib/molecule/filters/index.js.map +1 -1
  156. package/lib/molecule/filters/style.css +7 -7
  157. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +37 -0
  158. package/lib/molecule/title-radio-wrapper/index.d.ts +37 -0
  159. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  160. package/lib/molecule/title-radio-wrapper/types.d.ts +37 -0
  161. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  162. package/lib/organism/brand-learning-priorities/index.d.ts +4 -1
  163. package/lib/organism/header-with-actions/index.d.ts +95 -0
  164. package/lib/organism/header-with-actions/index.d.ts.map +1 -0
  165. package/lib/organism/header-with-actions/index.js +53 -0
  166. package/lib/organism/header-with-actions/index.js.map +1 -0
  167. package/lib/organism/header-with-actions/style.css +55 -0
  168. package/lib/organism/header-with-actions/types.d.ts +120 -0
  169. package/lib/organism/header-with-actions/types.d.ts.map +1 -0
  170. package/lib/organism/header-with-actions/types.js +32 -0
  171. package/lib/organism/header-with-actions/types.js.map +1 -0
  172. package/lib/organism/list-item/index.d.ts +4 -1
  173. package/lib/organism/list-item/index.js +7 -4
  174. package/lib/organism/list-item/index.js.map +1 -1
  175. package/lib/organism/list-item/style.css +4 -6
  176. package/lib/organism/list-items/index.d.ts +76 -6
  177. package/lib/organism/list-items/index.d.ts.map +1 -1
  178. package/lib/organism/list-items/index.js +12 -6
  179. package/lib/organism/list-items/index.js.map +1 -1
  180. package/lib/organism/list-items/style.css +8 -2
  181. package/lib/organism/rewards-form/index.d.ts +37 -0
  182. package/lib/organism/select-opponents/index.d.ts +37 -0
  183. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  184. package/lib/organism/select-opponents/types.d.ts +37 -0
  185. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  186. package/lib/organism/setup-header/index.d.ts +52 -8
  187. package/lib/organism/title-and-input/index.d.ts +74 -0
  188. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  189. package/lib/organism/title-and-input/types.d.ts +74 -0
  190. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  191. package/lib/organism/wizard-contents/index.d.ts +110 -6
  192. package/lib/template/app-player/loading/index.d.ts +120 -8
  193. package/lib/template/app-player/player/index.d.ts +240 -16
  194. package/lib/template/app-player/player/slides/index.d.ts +120 -8
  195. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  196. package/lib/template/app-player/popin-correction/index.d.ts +120 -8
  197. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  198. package/lib/template/app-player/popin-end/index.d.ts +120 -8
  199. package/lib/template/app-review/index.d.ts +120 -8
  200. package/lib/template/app-review/index.d.ts.map +1 -1
  201. package/lib/template/app-review/player/prop-types.d.ts +120 -8
  202. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  203. package/lib/template/app-review/prop-types.d.ts +120 -8
  204. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  205. package/lib/template/back-office/brand-create/index.d.ts +52 -8
  206. package/lib/template/back-office/brand-create/index.d.ts.map +1 -1
  207. package/lib/template/back-office/brand-list/index.d.ts +52 -8
  208. package/lib/template/back-office/brand-list/index.d.ts.map +1 -1
  209. package/lib/template/back-office/brand-update/index.d.ts +378 -28
  210. package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
  211. package/lib/template/back-office/brand-update/index.js +13 -3
  212. package/lib/template/back-office/brand-update/index.js.map +1 -1
  213. package/lib/template/back-office/brand-update/style.css +4 -0
  214. package/lib/template/back-office/dashboard-preview/index.d.ts +52 -8
  215. package/lib/template/back-office/layout/index.d.ts +52 -8
  216. package/lib/template/back-office/layout/index.d.ts.map +1 -1
  217. package/lib/template/common/dashboard/index.d.ts +240 -16
  218. package/lib/template/common/search-page/index.d.ts +120 -8
  219. package/lib/template/external-course/index.d.ts +120 -8
  220. package/lib/variables/colors.css +5 -1
  221. package/lib/variables/colors.d.ts +1 -0
  222. package/lib/variables/colors.d.ts.map +1 -1
  223. package/lib/variables/colors.js +1 -0
  224. package/lib/variables/colors.js.map +1 -1
  225. package/package.json +2 -2
  226. package/LICENSE +0 -201
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAuMA,sDA6CC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAiNA,sDAgDC"}
@@ -25,6 +25,7 @@ import CmPopin from '../../../molecule/cm-popin';
25
25
  import ButtonLinkIcon from '../../../atom/button-link-icon';
26
26
  import ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';
27
27
  import BulkInfos from '../../../molecule/bulk-infos';
28
+ import Title from '../../../atom/title';
28
29
  import style from './style.css';
29
30
  const getStyle = isSelected => isSelected ? style.selectedElement : style.unselectedElement;
30
31
  const subTabsView = (_subTabs = []) => map.convert({
@@ -179,6 +180,12 @@ const buildDetailsView = details => {
179
180
  if (!details) return;
180
181
  return /*#__PURE__*/React.createElement(BrandTable, details);
181
182
  };
183
+ const buildTitle = title => {
184
+ if (isEmpty(title)) return;
185
+ return /*#__PURE__*/React.createElement("div", {
186
+ className: style.title
187
+ }, /*#__PURE__*/React.createElement(Title, title));
188
+ };
182
189
  const BrandUpdate = props => {
183
190
  const {
184
191
  notifications,
@@ -189,7 +196,8 @@ const BrandUpdate = props => {
189
196
  popin,
190
197
  onItemClick,
191
198
  documentation,
192
- contentFixHeight
199
+ contentFixHeight,
200
+ title
193
201
  } = props;
194
202
  const logo = 'https://static.coorpacademy.com/logo/coorp-manager.svg';
195
203
  const leftNavigation = buildLeftNavigation(logo, items, onItemClick);
@@ -200,6 +208,7 @@ const BrandUpdate = props => {
200
208
  const contentView = buildContentView(content);
201
209
  const detailsView = buildDetailsView(details);
202
210
  const popinView = buildPopin(popin);
211
+ const titleView = buildTitle(title);
203
212
  const contentStyle = classNames([style.content, !isEmpty(notifications) && style.contentWithNotifications, contentFixHeight && style.contentFixHeight]);
204
213
  return /*#__PURE__*/React.createElement("div", {
205
214
  className: style.container
@@ -211,7 +220,7 @@ const BrandUpdate = props => {
211
220
  className: style.headerSticky
212
221
  }, headerView), /*#__PURE__*/React.createElement("div", {
213
222
  className: contentStyle
214
- }, notificationsView, tabsView, contentView, detailsView, documentationView)), popinView);
223
+ }, notificationsView, titleView, tabsView, contentView, detailsView, documentationView)), popinView);
215
224
  };
216
225
  BrandUpdate.defaultProps = {
217
226
  notifications: []
@@ -305,7 +314,8 @@ BrandUpdate.propTypes = process.env.NODE_ENV !== "production" ? {
305
314
  type: PropTypes.oneOf(['list'])
306
315
  }),
307
316
  onItemClick: PropTypes.func,
308
- contentFixHeight: PropTypes.bool
317
+ contentFixHeight: PropTypes.bool,
318
+ title: PropTypes.shape(Title.propTypes)
309
319
  } : {};
310
320
  export default BrandUpdate;
311
321
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","PropTypes","map","pipe","get","isEmpty","find","classNames","BrandTabs","IconLinkItem","LinkItem","BrandForm","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","BrandLearningPriorities","Banner","Header","Loader","Accordion","CmPopin","ButtonLinkIcon","ExpandibleActionableTable","BulkInfos","style","getStyle","isSelected","selectedElement","unselectedElement","subTabsView","_subTabs","convert","cap","subTab","_index","createElement","key","title","type","_extends","styles","selected","uppercase","target","setChildrenAsHtml","buildLeftNavigation","logo","items","onItemClick","formattedTabs","href","index","children","iconType","formattedTabsViews","tab","className","tabs","navigation","src","tabProps","theme","onClick","buildNotifications","notifications","notificationsList","notification","temporary","permanentNotification","permanentNotifications","buildHeader","header","buildPopin","popin","buildDocumentation","documentation","show","onClose","content","open","documentationContent","dangerouslySetInnerHTML","__html","closeButton","size","icon","buildTabs","selectedTab","e","showTabs","subTabs","undefined","buildContentView","loaderContainer","loader","buildDetailsView","details","BrandUpdate","props","contentFixHeight","leftNavigation","notificationsView","documentationView","headerView","tabsView","contentView","detailsView","popinView","contentStyle","contentWithNotifications","container","left","contentWrapper","headerSticky","defaultProps","propTypes","process","env","NODE_ENV","arrayOf","shape","string","isRequired","bool","oneOfType","oneOf","func"],"sources":["../../../../src/template/back-office/brand-update/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport map from 'lodash/fp/map';\nimport pipe from 'lodash/fp/pipe';\nimport get from 'lodash/fp/get';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport find from 'lodash/fp/find';\nimport classNames from 'classnames';\nimport BrandTabs from '../../../molecule/brand-tabs';\nimport {IconLinkItem, LinkItem} from '../../../organism/sidebar';\nimport BrandForm from '../../../organism/brand-form';\nimport BrandTable from '../../../organism/brand-table';\nimport BrandUpload from '../../../organism/brand-upload';\nimport BrandAnalytics from '../../../organism/brand-analytics';\nimport BrandDashboard from '../../../organism/brand-dashboard';\nimport WizardContents from '../../../organism/wizard-contents';\nimport ListItems from '../../../organism/list-items';\nimport BrandLearningPriorities from '../../../organism/brand-learning-priorities';\nimport Banner from '../../../molecule/banner';\nimport Header from '../../../organism/setup-header';\nimport Loader from '../../../atom/loader';\nimport Accordion from '../../../organism/accordion/coorp-manager';\nimport CmPopin from '../../../molecule/cm-popin';\nimport ButtonLinkIcon from '../../../atom/button-link-icon';\nimport ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';\nimport BulkInfos from '../../../molecule/bulk-infos';\nimport style from './style.css';\n\nconst getStyle = isSelected => (isSelected ? style.selectedElement : style.unselectedElement);\n\nconst subTabsView = (_subTabs = []) =>\n map.convert({cap: false})((subTab, _index) => (\n <div key={subTab.title}>\n {subTab.type === 'iconLink' ? (\n <IconLinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n target={'_blank'}\n />\n ) : (\n <LinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n setChildrenAsHtml={false}\n />\n )}\n </div>\n ))(_subTabs);\n\n// TODO: this fonction should be replaced by a molecule to avoid this file to be unreadable\nconst buildLeftNavigation = (logo, items, onItemClick) => {\n const formattedTabs = items.map(({key, title, href, selected, type = 'simpleTab'}, index) => ({\n title,\n selected,\n type,\n href,\n index,\n children: [],\n iconType: key || 'arrow'\n }));\n\n const formattedTabsViews = map(tab => (\n <div key={tab.title} className={style.subTabsView}>\n {subTabsView(tab.tabs)}\n </div>\n ))(items);\n\n return (\n <div className={style.navigation}>\n <div className={style.logo}>\n <a href=\"/\">\n <img src={logo} />\n </a>\n </div>\n <Accordion tabProps={formattedTabs} theme={'setup'} onClick={onItemClick}>\n {formattedTabsViews}\n </Accordion>\n </div>\n );\n};\n\nconst buildNotifications = notifications => {\n if (isEmpty(notifications)) {\n return null;\n }\n\n const notificationsList = notifications.map((notification, index) => {\n return (\n <div className={!notification.temporary ? style.permanentNotification : null} key={index}>\n <Banner {...notification} />\n </div>\n );\n });\n return (\n <div className={!find({temporary: true}, notifications) ? style.permanentNotifications : null}>\n {notificationsList}\n </div>\n );\n};\n\nconst buildHeader = header => {\n return (\n <div className={style.header}>\n <Header {...header} />\n </div>\n );\n};\n\nconst buildPopin = popin => {\n return popin ? (\n <div className={style.popin}>\n <CmPopin {...popin} />\n </div>\n ) : null;\n};\n\nconst buildDocumentation = documentation => {\n if (!documentation) return null;\n const {show = false, onClose, content = ''} = documentation;\n return (\n <div className={classNames(style.documentation, show && style.open)}>\n <div\n className={style.documentationContent}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: content}}\n />\n {onClose ? (\n <ButtonLinkIcon\n className={style.closeButton}\n onClick={onClose}\n data-name={'close-icon'}\n aria-label={'close-icon'}\n size=\"small\"\n icon=\"close\"\n />\n ) : null}\n </div>\n );\n};\n\nconst buildTabs = items => {\n const selectedTab = pipe(\n find(e => e.selected),\n get('tabs'),\n find(e => e.selected)\n )(items);\n\n const showTabs = selectedTab ? find(e => e.selected, selectedTab.subTabs) : undefined;\n if (!showTabs) return null;\n return (\n <div className={style.tabs}>\n <BrandTabs type=\"light\" tabs={selectedTab.subTabs} />\n </div>\n );\n};\n\nconst buildContentView = content => {\n if (!content) {\n return (\n <div className={style.loaderContainer}>\n <Loader className={style.loader} theme=\"coorpmanager\" />\n </div>\n );\n }\n\n const {type} = content;\n switch (type) {\n case 'form':\n return <BrandForm {...content} />;\n case 'list':\n return <BrandTable {...content} />;\n case 'upload':\n return <BrandUpload {...content} />;\n case 'analytics-dashboards':\n return <BrandAnalytics {...content} />;\n case 'list-content':\n case 'expandible-actionable-table':\n return <ListItems {...content} />;\n case 'home':\n return <BrandDashboard {...content} />;\n case 'wizard':\n case 'expandible-table':\n return <WizardContents {...content} />;\n case 'bulk-empty-dashboard':\n return <BulkInfos {...content} />;\n case 'table-pending':\n return <ExpandibleActionableTable {...content} />;\n case 'learning-priorities':\n return <BrandLearningPriorities {...content} />;\n }\n};\n\nconst buildDetailsView = details => {\n if (!details) return;\n return <BrandTable {...details} />;\n};\n\nconst BrandUpdate = props => {\n const {\n notifications,\n header,\n items,\n content,\n details,\n popin,\n onItemClick,\n documentation,\n contentFixHeight\n } = props;\n const logo = 'https://static.coorpacademy.com/logo/coorp-manager.svg';\n\n const leftNavigation = buildLeftNavigation(logo, items, onItemClick);\n const notificationsView = buildNotifications(notifications);\n const documentationView = buildDocumentation(documentation);\n const headerView = buildHeader(header, notifications);\n const tabsView = buildTabs(items);\n const contentView = buildContentView(content);\n const detailsView = buildDetailsView(details);\n const popinView = buildPopin(popin);\n\n const contentStyle = classNames([\n style.content,\n !isEmpty(notifications) && style.contentWithNotifications,\n contentFixHeight && style.contentFixHeight\n ]);\n\n return (\n <div className={style.container}>\n <div className={style.left}>{leftNavigation}</div>\n <div className={style.contentWrapper}>\n <div className={style.headerSticky}>{headerView}</div>\n <div className={contentStyle}>\n {notificationsView}\n {tabsView}\n {contentView}\n {detailsView}\n {documentationView}\n </div>\n </div>\n {popinView}\n </div>\n );\n};\n\nBrandUpdate.defaultProps = {\n notifications: []\n};\n\nBrandUpdate.propTypes = {\n notifications: PropTypes.arrayOf(\n PropTypes.shape({\n ...Banner.propTypes\n })\n ),\n header: PropTypes.shape({...Header.propTypes}),\n items: PropTypes.arrayOf(\n PropTypes.shape({\n key: PropTypes.string,\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n tabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n subTabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string\n })\n )\n })\n )\n })\n ).isRequired,\n content: PropTypes.oneOfType([\n PropTypes.shape({\n ...BrandForm.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['form'])\n }),\n PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n PropTypes.shape({\n ...BrandUpload.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['upload'])\n }),\n PropTypes.shape({\n ...BrandAnalytics.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['analytics-dashboards'])\n }),\n PropTypes.shape({\n ...BrandDashboard.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['home'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['wizard'])\n }),\n PropTypes.shape({\n ...ListItems.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list-content', 'expandible-actionable-table'])\n }),\n PropTypes.shape({\n ...BulkInfos.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['bulk-empty-dashboard'])\n }),\n PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['table-pending'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n content: PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n ...WizardContents.propTypes.content.propTypes\n }),\n key: PropTypes.string,\n type: PropTypes.oneOf(['expandible-table'])\n }),\n PropTypes.shape({\n ...BrandLearningPriorities.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['learning-priorities'])\n })\n ]),\n documentation: PropTypes.shape({\n content: PropTypes.string,\n show: PropTypes.bool,\n onClose: PropTypes.func\n }),\n popin: PropTypes.shape({...CmPopin.propTypes}),\n details: PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n onItemClick: PropTypes.func,\n contentFixHeight: PropTypes.bool\n};\n\nexport default BrandUpdate;\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","PropTypes","map","pipe","get","isEmpty","find","classNames","BrandTabs","IconLinkItem","LinkItem","BrandForm","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","BrandLearningPriorities","Banner","Header","Loader","Accordion","CmPopin","ButtonLinkIcon","ExpandibleActionableTable","BulkInfos","Title","style","getStyle","isSelected","selectedElement","unselectedElement","subTabsView","_subTabs","convert","cap","subTab","_index","createElement","key","title","type","_extends","styles","selected","uppercase","target","setChildrenAsHtml","buildLeftNavigation","logo","items","onItemClick","formattedTabs","href","index","children","iconType","formattedTabsViews","tab","className","tabs","navigation","src","tabProps","theme","onClick","buildNotifications","notifications","notificationsList","notification","temporary","permanentNotification","permanentNotifications","buildHeader","header","buildPopin","popin","buildDocumentation","documentation","show","onClose","content","open","documentationContent","dangerouslySetInnerHTML","__html","closeButton","size","icon","buildTabs","selectedTab","e","showTabs","subTabs","undefined","buildContentView","loaderContainer","loader","buildDetailsView","details","buildTitle","BrandUpdate","props","contentFixHeight","leftNavigation","notificationsView","documentationView","headerView","tabsView","contentView","detailsView","popinView","titleView","contentStyle","contentWithNotifications","container","left","contentWrapper","headerSticky","defaultProps","propTypes","process","env","NODE_ENV","arrayOf","shape","string","isRequired","bool","oneOfType","oneOf","func"],"sources":["../../../../src/template/back-office/brand-update/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport map from 'lodash/fp/map';\nimport pipe from 'lodash/fp/pipe';\nimport get from 'lodash/fp/get';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport find from 'lodash/fp/find';\nimport classNames from 'classnames';\nimport BrandTabs from '../../../molecule/brand-tabs';\nimport {IconLinkItem, LinkItem} from '../../../organism/sidebar';\nimport BrandForm from '../../../organism/brand-form';\nimport BrandTable from '../../../organism/brand-table';\nimport BrandUpload from '../../../organism/brand-upload';\nimport BrandAnalytics from '../../../organism/brand-analytics';\nimport BrandDashboard from '../../../organism/brand-dashboard';\nimport WizardContents from '../../../organism/wizard-contents';\nimport ListItems from '../../../organism/list-items';\nimport BrandLearningPriorities from '../../../organism/brand-learning-priorities';\nimport Banner from '../../../molecule/banner';\nimport Header from '../../../organism/setup-header';\nimport Loader from '../../../atom/loader';\nimport Accordion from '../../../organism/accordion/coorp-manager';\nimport CmPopin from '../../../molecule/cm-popin';\nimport ButtonLinkIcon from '../../../atom/button-link-icon';\nimport ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';\nimport BulkInfos from '../../../molecule/bulk-infos';\nimport Title from '../../../atom/title';\nimport style from './style.css';\n\nconst getStyle = isSelected => (isSelected ? style.selectedElement : style.unselectedElement);\n\nconst subTabsView = (_subTabs = []) =>\n map.convert({cap: false})((subTab, _index) => (\n <div key={subTab.title}>\n {subTab.type === 'iconLink' ? (\n <IconLinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n target={'_blank'}\n />\n ) : (\n <LinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n setChildrenAsHtml={false}\n />\n )}\n </div>\n ))(_subTabs);\n\n// TODO: this fonction should be replaced by a molecule to avoid this file to be unreadable\nconst buildLeftNavigation = (logo, items, onItemClick) => {\n const formattedTabs = items.map(({key, title, href, selected, type = 'simpleTab'}, index) => ({\n title,\n selected,\n type,\n href,\n index,\n children: [],\n iconType: key || 'arrow'\n }));\n\n const formattedTabsViews = map(tab => (\n <div key={tab.title} className={style.subTabsView}>\n {subTabsView(tab.tabs)}\n </div>\n ))(items);\n\n return (\n <div className={style.navigation}>\n <div className={style.logo}>\n <a href=\"/\">\n <img src={logo} />\n </a>\n </div>\n <Accordion tabProps={formattedTabs} theme={'setup'} onClick={onItemClick}>\n {formattedTabsViews}\n </Accordion>\n </div>\n );\n};\n\nconst buildNotifications = notifications => {\n if (isEmpty(notifications)) {\n return null;\n }\n\n const notificationsList = notifications.map((notification, index) => {\n return (\n <div className={!notification.temporary ? style.permanentNotification : null} key={index}>\n <Banner {...notification} />\n </div>\n );\n });\n return (\n <div className={!find({temporary: true}, notifications) ? style.permanentNotifications : null}>\n {notificationsList}\n </div>\n );\n};\n\nconst buildHeader = header => {\n return (\n <div className={style.header}>\n <Header {...header} />\n </div>\n );\n};\n\nconst buildPopin = popin => {\n return popin ? (\n <div className={style.popin}>\n <CmPopin {...popin} />\n </div>\n ) : null;\n};\n\nconst buildDocumentation = documentation => {\n if (!documentation) return null;\n const {show = false, onClose, content = ''} = documentation;\n return (\n <div className={classNames(style.documentation, show && style.open)}>\n <div\n className={style.documentationContent}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: content}}\n />\n {onClose ? (\n <ButtonLinkIcon\n className={style.closeButton}\n onClick={onClose}\n data-name={'close-icon'}\n aria-label={'close-icon'}\n size=\"small\"\n icon=\"close\"\n />\n ) : null}\n </div>\n );\n};\n\nconst buildTabs = items => {\n const selectedTab = pipe(\n find(e => e.selected),\n get('tabs'),\n find(e => e.selected)\n )(items);\n\n const showTabs = selectedTab ? find(e => e.selected, selectedTab.subTabs) : undefined;\n if (!showTabs) return null;\n return (\n <div className={style.tabs}>\n <BrandTabs type=\"light\" tabs={selectedTab.subTabs} />\n </div>\n );\n};\n\nconst buildContentView = content => {\n if (!content) {\n return (\n <div className={style.loaderContainer}>\n <Loader className={style.loader} theme=\"coorpmanager\" />\n </div>\n );\n }\n\n const {type} = content;\n switch (type) {\n case 'form':\n return <BrandForm {...content} />;\n case 'list':\n return <BrandTable {...content} />;\n case 'upload':\n return <BrandUpload {...content} />;\n case 'analytics-dashboards':\n return <BrandAnalytics {...content} />;\n case 'list-content':\n case 'expandible-actionable-table':\n return <ListItems {...content} />;\n case 'home':\n return <BrandDashboard {...content} />;\n case 'wizard':\n case 'expandible-table':\n return <WizardContents {...content} />;\n case 'bulk-empty-dashboard':\n return <BulkInfos {...content} />;\n case 'table-pending':\n return <ExpandibleActionableTable {...content} />;\n case 'learning-priorities':\n return <BrandLearningPriorities {...content} />;\n }\n};\n\nconst buildDetailsView = details => {\n if (!details) return;\n return <BrandTable {...details} />;\n};\n\nconst buildTitle = title => {\n if (isEmpty(title)) return;\n return (\n <div className={style.title}>\n <Title {...title} />\n </div>\n );\n};\n\nconst BrandUpdate = props => {\n const {\n notifications,\n header,\n items,\n content,\n details,\n popin,\n onItemClick,\n documentation,\n contentFixHeight,\n title\n } = props;\n const logo = 'https://static.coorpacademy.com/logo/coorp-manager.svg';\n\n const leftNavigation = buildLeftNavigation(logo, items, onItemClick);\n const notificationsView = buildNotifications(notifications);\n const documentationView = buildDocumentation(documentation);\n const headerView = buildHeader(header, notifications);\n const tabsView = buildTabs(items);\n const contentView = buildContentView(content);\n const detailsView = buildDetailsView(details);\n const popinView = buildPopin(popin);\n const titleView = buildTitle(title);\n\n const contentStyle = classNames([\n style.content,\n !isEmpty(notifications) && style.contentWithNotifications,\n contentFixHeight && style.contentFixHeight\n ]);\n\n return (\n <div className={style.container}>\n <div className={style.left}>{leftNavigation}</div>\n <div className={style.contentWrapper}>\n <div className={style.headerSticky}>{headerView}</div>\n <div className={contentStyle}>\n {notificationsView}\n {titleView}\n {tabsView}\n {contentView}\n {detailsView}\n {documentationView}\n </div>\n </div>\n {popinView}\n </div>\n );\n};\n\nBrandUpdate.defaultProps = {\n notifications: []\n};\n\nBrandUpdate.propTypes = {\n notifications: PropTypes.arrayOf(\n PropTypes.shape({\n ...Banner.propTypes\n })\n ),\n header: PropTypes.shape({...Header.propTypes}),\n items: PropTypes.arrayOf(\n PropTypes.shape({\n key: PropTypes.string,\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n tabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n subTabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string\n })\n )\n })\n )\n })\n ).isRequired,\n content: PropTypes.oneOfType([\n PropTypes.shape({\n ...BrandForm.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['form'])\n }),\n PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n PropTypes.shape({\n ...BrandUpload.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['upload'])\n }),\n PropTypes.shape({\n ...BrandAnalytics.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['analytics-dashboards'])\n }),\n PropTypes.shape({\n ...BrandDashboard.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['home'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['wizard'])\n }),\n PropTypes.shape({\n ...ListItems.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list-content', 'expandible-actionable-table'])\n }),\n PropTypes.shape({\n ...BulkInfos.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['bulk-empty-dashboard'])\n }),\n PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['table-pending'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n content: PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n ...WizardContents.propTypes.content.propTypes\n }),\n key: PropTypes.string,\n type: PropTypes.oneOf(['expandible-table'])\n }),\n PropTypes.shape({\n ...BrandLearningPriorities.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['learning-priorities'])\n })\n ]),\n documentation: PropTypes.shape({\n content: PropTypes.string,\n show: PropTypes.bool,\n onClose: PropTypes.func\n }),\n popin: PropTypes.shape({...CmPopin.propTypes}),\n details: PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n onItemClick: PropTypes.func,\n contentFixHeight: PropTypes.bool,\n title: PropTypes.shape(Title.propTypes)\n};\n\nexport default BrandUpdate;\n"],"mappings":"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","ignoreList":[]}
@@ -172,6 +172,10 @@
172
172
  top: 10px;
173
173
  }
174
174
 
175
+ .title {
176
+ margin-bottom: 32px;
177
+ }
178
+
175
179
  @media desktop, tablet {
176
180
  .container {
177
181
  scroll-behavior: unset;
@@ -14,8 +14,17 @@ declare const _default: {
14
14
  'data-name': PropTypes.Requireable<string>;
15
15
  'data-testid': PropTypes.Requireable<string>;
16
16
  icon: PropTypes.Requireable<PropTypes.InferProps<{
17
- position: PropTypes.Requireable<string>;
17
+ position: PropTypes.Validator<string>;
18
18
  type: PropTypes.Requireable<string>;
19
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
20
+ name: PropTypes.Validator<string>;
21
+ color: PropTypes.Requireable<string>;
22
+ backgroundColor: PropTypes.Requireable<string>;
23
+ size: PropTypes.Requireable<number>;
24
+ customStyle: PropTypes.Requireable<{
25
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
26
+ }>;
27
+ }>>;
19
28
  }>>;
20
29
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
21
30
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -27,7 +36,9 @@ declare const _default: {
27
36
  hoverColor: PropTypes.Requireable<string>;
28
37
  disabled: PropTypes.Requireable<boolean>;
29
38
  className: PropTypes.Requireable<string>;
30
- customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
39
+ customStyle: PropTypes.Requireable<{
40
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
41
+ }>;
31
42
  }>>;
32
43
  logOut: PropTypes.Requireable<PropTypes.InferProps<{
33
44
  type: PropTypes.Requireable<string>;
@@ -40,8 +51,17 @@ declare const _default: {
40
51
  'data-name': PropTypes.Requireable<string>;
41
52
  'data-testid': PropTypes.Requireable<string>;
42
53
  icon: PropTypes.Requireable<PropTypes.InferProps<{
43
- position: PropTypes.Requireable<string>;
54
+ position: PropTypes.Validator<string>;
44
55
  type: PropTypes.Requireable<string>;
56
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
57
+ name: PropTypes.Validator<string>;
58
+ color: PropTypes.Requireable<string>;
59
+ backgroundColor: PropTypes.Requireable<string>;
60
+ size: PropTypes.Requireable<number>;
61
+ customStyle: PropTypes.Requireable<{
62
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
63
+ }>;
64
+ }>>;
45
65
  }>>;
46
66
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
47
67
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -53,7 +73,9 @@ declare const _default: {
53
73
  hoverColor: PropTypes.Requireable<string>;
54
74
  disabled: PropTypes.Requireable<boolean>;
55
75
  className: PropTypes.Requireable<string>;
56
- customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
76
+ customStyle: PropTypes.Requireable<{
77
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
78
+ }>;
57
79
  }>>;
58
80
  globalAnalytics: PropTypes.Requireable<PropTypes.InferProps<{
59
81
  type: PropTypes.Requireable<string>;
@@ -66,8 +88,17 @@ declare const _default: {
66
88
  'data-name': PropTypes.Requireable<string>;
67
89
  'data-testid': PropTypes.Requireable<string>;
68
90
  icon: PropTypes.Requireable<PropTypes.InferProps<{
69
- position: PropTypes.Requireable<string>;
91
+ position: PropTypes.Validator<string>;
70
92
  type: PropTypes.Requireable<string>;
93
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
94
+ name: PropTypes.Validator<string>;
95
+ color: PropTypes.Requireable<string>;
96
+ backgroundColor: PropTypes.Requireable<string>;
97
+ size: PropTypes.Requireable<number>;
98
+ customStyle: PropTypes.Requireable<{
99
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
100
+ }>;
101
+ }>>;
71
102
  }>>;
72
103
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
73
104
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -79,7 +110,9 @@ declare const _default: {
79
110
  hoverColor: PropTypes.Requireable<string>;
80
111
  disabled: PropTypes.Requireable<boolean>;
81
112
  className: PropTypes.Requireable<string>;
82
- customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
113
+ customStyle: PropTypes.Requireable<{
114
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
115
+ }>;
83
116
  }>>;
84
117
  platformList: PropTypes.Requireable<PropTypes.InferProps<{
85
118
  type: PropTypes.Requireable<string>;
@@ -92,8 +125,17 @@ declare const _default: {
92
125
  'data-name': PropTypes.Requireable<string>;
93
126
  'data-testid': PropTypes.Requireable<string>;
94
127
  icon: PropTypes.Requireable<PropTypes.InferProps<{
95
- position: PropTypes.Requireable<string>;
128
+ position: PropTypes.Validator<string>;
96
129
  type: PropTypes.Requireable<string>;
130
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
131
+ name: PropTypes.Validator<string>;
132
+ color: PropTypes.Requireable<string>;
133
+ backgroundColor: PropTypes.Requireable<string>;
134
+ size: PropTypes.Requireable<number>;
135
+ customStyle: PropTypes.Requireable<{
136
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
137
+ }>;
138
+ }>>;
97
139
  }>>;
98
140
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
99
141
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -105,7 +147,9 @@ declare const _default: {
105
147
  hoverColor: PropTypes.Requireable<string>;
106
148
  disabled: PropTypes.Requireable<boolean>;
107
149
  className: PropTypes.Requireable<string>;
108
- customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
150
+ customStyle: PropTypes.Requireable<{
151
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
152
+ }>;
109
153
  }>>;
110
154
  }>>;
111
155
  platformName: PropTypes.Requireable<string>;
@@ -15,8 +15,17 @@ declare function createLayout(Template: any): {
15
15
  'data-name': PropTypes.Requireable<string>;
16
16
  'data-testid': PropTypes.Requireable<string>;
17
17
  icon: PropTypes.Requireable<PropTypes.InferProps<{
18
- position: PropTypes.Requireable<string>;
18
+ position: PropTypes.Validator<string>;
19
19
  type: PropTypes.Requireable<string>;
20
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
21
+ name: PropTypes.Validator<string>;
22
+ color: PropTypes.Requireable<string>;
23
+ backgroundColor: PropTypes.Requireable<string>;
24
+ size: PropTypes.Requireable<number>;
25
+ customStyle: PropTypes.Requireable<{
26
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
27
+ }>;
28
+ }>>;
20
29
  }>>;
21
30
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
22
31
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -28,7 +37,9 @@ declare function createLayout(Template: any): {
28
37
  hoverColor: PropTypes.Requireable<string>;
29
38
  disabled: PropTypes.Requireable<boolean>;
30
39
  className: PropTypes.Requireable<string>;
31
- customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
40
+ customStyle: PropTypes.Requireable<{
41
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
42
+ }>;
32
43
  }>>;
33
44
  logOut: PropTypes.Requireable<PropTypes.InferProps<{
34
45
  type: PropTypes.Requireable<string>;
@@ -41,8 +52,17 @@ declare function createLayout(Template: any): {
41
52
  'data-name': PropTypes.Requireable<string>;
42
53
  'data-testid': PropTypes.Requireable<string>;
43
54
  icon: PropTypes.Requireable<PropTypes.InferProps<{
44
- position: PropTypes.Requireable<string>;
55
+ position: PropTypes.Validator<string>;
45
56
  type: PropTypes.Requireable<string>;
57
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
58
+ name: PropTypes.Validator<string>;
59
+ color: PropTypes.Requireable<string>;
60
+ backgroundColor: PropTypes.Requireable<string>;
61
+ size: PropTypes.Requireable<number>;
62
+ customStyle: PropTypes.Requireable<{
63
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
64
+ }>;
65
+ }>>;
46
66
  }>>;
47
67
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
48
68
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -54,7 +74,9 @@ declare function createLayout(Template: any): {
54
74
  hoverColor: PropTypes.Requireable<string>;
55
75
  disabled: PropTypes.Requireable<boolean>;
56
76
  className: PropTypes.Requireable<string>;
57
- customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
77
+ customStyle: PropTypes.Requireable<{
78
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
79
+ }>;
58
80
  }>>;
59
81
  globalAnalytics: PropTypes.Requireable<PropTypes.InferProps<{
60
82
  type: PropTypes.Requireable<string>;
@@ -67,8 +89,17 @@ declare function createLayout(Template: any): {
67
89
  'data-name': PropTypes.Requireable<string>;
68
90
  'data-testid': PropTypes.Requireable<string>;
69
91
  icon: PropTypes.Requireable<PropTypes.InferProps<{
70
- position: PropTypes.Requireable<string>;
92
+ position: PropTypes.Validator<string>;
71
93
  type: PropTypes.Requireable<string>;
94
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
95
+ name: PropTypes.Validator<string>;
96
+ color: PropTypes.Requireable<string>;
97
+ backgroundColor: PropTypes.Requireable<string>;
98
+ size: PropTypes.Requireable<number>;
99
+ customStyle: PropTypes.Requireable<{
100
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
101
+ }>;
102
+ }>>;
72
103
  }>>;
73
104
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
74
105
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -80,7 +111,9 @@ declare function createLayout(Template: any): {
80
111
  hoverColor: PropTypes.Requireable<string>;
81
112
  disabled: PropTypes.Requireable<boolean>;
82
113
  className: PropTypes.Requireable<string>;
83
- customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
114
+ customStyle: PropTypes.Requireable<{
115
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
116
+ }>;
84
117
  }>>;
85
118
  platformList: PropTypes.Requireable<PropTypes.InferProps<{
86
119
  type: PropTypes.Requireable<string>;
@@ -93,8 +126,17 @@ declare function createLayout(Template: any): {
93
126
  'data-name': PropTypes.Requireable<string>;
94
127
  'data-testid': PropTypes.Requireable<string>;
95
128
  icon: PropTypes.Requireable<PropTypes.InferProps<{
96
- position: PropTypes.Requireable<string>;
129
+ position: PropTypes.Validator<string>;
97
130
  type: PropTypes.Requireable<string>;
131
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
132
+ name: PropTypes.Validator<string>;
133
+ color: PropTypes.Requireable<string>;
134
+ backgroundColor: PropTypes.Requireable<string>;
135
+ size: PropTypes.Requireable<number>;
136
+ customStyle: PropTypes.Requireable<{
137
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
138
+ }>;
139
+ }>>;
98
140
  }>>;
99
141
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
100
142
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -106,7 +148,9 @@ declare function createLayout(Template: any): {
106
148
  hoverColor: PropTypes.Requireable<string>;
107
149
  disabled: PropTypes.Requireable<boolean>;
108
150
  className: PropTypes.Requireable<string>;
109
- customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
151
+ customStyle: PropTypes.Requireable<{
152
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
153
+ }>;
110
154
  }>>;
111
155
  }>>;
112
156
  platformName: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/layout/index.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/layout/index.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBC"}