@coorpacademy/components 11.18.7 → 11.18.8-alpha.12

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 (305) hide show
  1. package/es/atom/button-menu/index.d.ts.map +1 -1
  2. package/es/atom/button-menu/index.js +1 -1
  3. package/es/atom/button-menu/index.js.map +1 -1
  4. package/es/atom/button-menu/style.css +10 -0
  5. package/es/atom/button-menu/types.d.ts +1 -1
  6. package/es/atom/button-menu/types.d.ts.map +1 -1
  7. package/es/atom/button-menu/types.js +1 -1
  8. package/es/atom/button-menu/types.js.map +1 -1
  9. package/es/atom/empty-search-result/index.d.ts +1 -0
  10. package/es/atom/empty-search-result/index.d.ts.map +1 -1
  11. package/es/atom/empty-search-result/index.js +6 -4
  12. package/es/atom/empty-search-result/index.js.map +1 -1
  13. package/es/atom/empty-search-result/style.css +16 -1
  14. package/es/atom/status-item/index.d.ts +1 -0
  15. package/es/atom/status-item/index.d.ts.map +1 -1
  16. package/es/atom/status-item/index.js +3 -2
  17. package/es/atom/status-item/index.js.map +1 -1
  18. package/es/atom/status-item/style.css +15 -17
  19. package/es/atom/status-item/types.d.ts +2 -0
  20. package/es/atom/status-item/types.d.ts.map +1 -1
  21. package/es/atom/status-item/types.js +1 -0
  22. package/es/atom/status-item/types.js.map +1 -1
  23. package/es/atom/tag/index.js +4 -4
  24. package/es/atom/tag/index.js.map +1 -1
  25. package/es/atom/tag/style.css +11 -8
  26. package/es/atom/title/types.d.ts +9 -0
  27. package/es/atom/title/types.d.ts.map +1 -0
  28. package/es/atom/title/types.js +2 -0
  29. package/es/atom/title/types.js.map +1 -0
  30. package/es/molecule/banner/style.css +4 -2
  31. package/es/molecule/brand-tabs/index.d.ts +1 -0
  32. package/es/molecule/brand-tabs/index.d.ts.map +1 -1
  33. package/es/molecule/brand-tabs/index.js +10 -1
  34. package/es/molecule/brand-tabs/index.js.map +1 -1
  35. package/es/molecule/brand-tabs/style.css +7 -4
  36. package/es/molecule/bulk-progress-bar/index.d.ts.map +1 -1
  37. package/es/molecule/bulk-progress-bar/index.js +4 -2
  38. package/es/molecule/bulk-progress-bar/index.js.map +1 -1
  39. package/es/molecule/bulk-progress-bar/style.css +5 -0
  40. package/es/molecule/card/index.d.ts +53 -0
  41. package/es/molecule/card/index.d.ts.map +1 -1
  42. package/es/molecule/card/index.js +14 -12
  43. package/es/molecule/card/index.js.map +1 -1
  44. package/es/molecule/card/style.css +47 -5
  45. package/es/molecule/cm-popin/index.d.ts.map +1 -1
  46. package/es/molecule/cm-popin/index.js +46 -9
  47. package/es/molecule/cm-popin/index.js.map +1 -1
  48. package/es/molecule/cm-popin/style.css +32 -0
  49. package/es/molecule/cm-popin/types.d.ts +31 -1
  50. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  51. package/es/molecule/cm-popin/types.js +13 -3
  52. package/es/molecule/cm-popin/types.js.map +1 -1
  53. package/es/molecule/dashboard/cards-list/index.d.ts +57 -1
  54. package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  55. package/es/molecule/dashboard/cards-list/index.js +39 -5
  56. package/es/molecule/dashboard/cards-list/index.js.map +1 -1
  57. package/es/molecule/dashboard/cards-list/prop-types.d.ts +14 -0
  58. package/es/molecule/dashboard/cards-list/prop-types.d.ts.map +1 -0
  59. package/es/molecule/dashboard/cards-list/prop-types.js +2 -0
  60. package/es/molecule/dashboard/cards-list/prop-types.js.map +1 -0
  61. package/es/molecule/draggable-list/index.d.ts +32 -12
  62. package/es/molecule/expandible-actionable-table/index.d.ts +3 -0
  63. package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
  64. package/es/molecule/expandible-actionable-table/index.js +15 -2
  65. package/es/molecule/expandible-actionable-table/index.js.map +1 -1
  66. package/es/molecule/expandible-actionable-table/style.css +5 -0
  67. package/es/molecule/expandible-actionable-table/types.d.ts +5 -0
  68. package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
  69. package/es/molecule/expandible-actionable-table/types.js +3 -1
  70. package/es/molecule/expandible-actionable-table/types.js.map +1 -1
  71. package/es/molecule/review-header-steps/index.d.ts.map +1 -1
  72. package/es/molecule/review-header-steps/index.js +3 -4
  73. package/es/molecule/review-header-steps/index.js.map +1 -1
  74. package/es/molecule/review-header-steps/prop-types.d.ts +1 -0
  75. package/es/molecule/review-header-steps/prop-types.d.ts.map +1 -1
  76. package/es/molecule/review-header-steps/style.css +6 -1
  77. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +45 -0
  78. package/es/molecule/title-and-checkbox-wrapper/index.d.ts.map +1 -1
  79. package/es/molecule/title-and-checkbox-wrapper/index.js +15 -3
  80. package/es/molecule/title-and-checkbox-wrapper/index.js.map +1 -1
  81. package/es/organism/list-item/index.d.ts +44 -13
  82. package/es/organism/list-item/index.d.ts.map +1 -1
  83. package/es/organism/list-item/index.js +72 -38
  84. package/es/organism/list-item/index.js.map +1 -1
  85. package/es/organism/list-item/style.css +28 -5
  86. package/es/organism/list-items/index.d.ts +36 -12
  87. package/es/organism/list-items/index.d.ts.map +1 -1
  88. package/es/organism/list-items/index.js +19 -4
  89. package/es/organism/list-items/index.js.map +1 -1
  90. package/es/organism/list-items/style.css +42 -0
  91. package/es/organism/mooc-header/index.d.ts.map +1 -1
  92. package/es/organism/mooc-header/index.js +1 -0
  93. package/es/organism/mooc-header/index.js.map +1 -1
  94. package/es/organism/review-header/types.d.ts +1 -0
  95. package/es/organism/review-header/types.d.ts.map +1 -1
  96. package/es/organism/rewards-form/index.d.ts +45 -0
  97. package/es/organism/select-opponents/index.d.ts +67 -12
  98. package/es/organism/select-opponents/index.d.ts.map +1 -1
  99. package/es/organism/select-opponents/index.js +3 -3
  100. package/es/organism/select-opponents/index.js.map +1 -1
  101. package/es/organism/select-opponents/style.css +6 -0
  102. package/es/organism/select-opponents/types.d.ts +75 -14
  103. package/es/organism/select-opponents/types.d.ts.map +1 -1
  104. package/es/organism/select-opponents/types.js +2 -2
  105. package/es/organism/select-opponents/types.js.map +1 -1
  106. package/es/organism/sidebar/index.d.ts +3 -1
  107. package/es/organism/sidebar/index.d.ts.map +1 -1
  108. package/es/organism/sidebar/index.js +9 -5
  109. package/es/organism/sidebar/index.js.map +1 -1
  110. package/es/organism/sidebar/style.css +14 -0
  111. package/es/organism/title-and-input/index.d.ts +84 -29
  112. package/es/organism/title-and-input/index.d.ts.map +1 -1
  113. package/es/organism/title-and-input/types.d.ts +84 -29
  114. package/es/organism/title-and-input/types.d.ts.map +1 -1
  115. package/es/organism/wizard-contents/index.d.ts +112 -0
  116. package/es/organism/wizard-contents/index.d.ts.map +1 -1
  117. package/es/organism/wizard-contents/index.js +37 -4
  118. package/es/organism/wizard-contents/index.js.map +1 -1
  119. package/es/organism/wizard-contents/style.css +22 -0
  120. package/es/template/app-player/loading/index.d.ts +19 -1
  121. package/es/template/app-player/player/index.d.ts +38 -2
  122. package/es/template/app-player/player/slides/index.d.ts +19 -1
  123. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  124. package/es/template/app-player/popin-correction/index.d.ts +19 -1
  125. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  126. package/es/template/app-player/popin-end/index.d.ts +72 -2
  127. package/es/template/app-player/popin-end/summary.d.ts +53 -1
  128. package/es/template/app-review/index.d.ts +20 -1
  129. package/es/template/app-review/index.d.ts.map +1 -1
  130. package/es/template/app-review/player/prop-types.d.ts +20 -1
  131. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  132. package/es/template/app-review/prop-types.d.ts +20 -1
  133. package/es/template/app-review/prop-types.d.ts.map +1 -1
  134. package/es/template/back-office/brand-update/index.d.ts +122 -13
  135. package/es/template/back-office/brand-update/index.d.ts.map +1 -1
  136. package/es/template/back-office/brand-update/index.js +4 -2
  137. package/es/template/back-office/brand-update/index.js.map +1 -1
  138. package/es/template/back-office/brand-update/style.css +4 -4
  139. package/es/template/common/dashboard/index.d.ts +89 -1
  140. package/es/template/common/dashboard/index.d.ts.map +1 -1
  141. package/es/template/common/dashboard/index.js +6 -2
  142. package/es/template/common/dashboard/index.js.map +1 -1
  143. package/es/template/common/dashboard/style.css +5 -0
  144. package/es/template/common/search-page/index.d.ts +123 -1
  145. package/es/template/common/search-page/index.d.ts.map +1 -1
  146. package/es/template/common/search-page/index.js +8 -3
  147. package/es/template/common/search-page/index.js.map +1 -1
  148. package/es/template/common/search-page/style.css +5 -0
  149. package/es/template/external-course/index.d.ts +19 -1
  150. package/es/template/teams-dashboard/index.d.ts +53 -1
  151. package/es/variables/colors.css +3 -2
  152. package/lib/atom/button-menu/index.d.ts.map +1 -1
  153. package/lib/atom/button-menu/index.js +1 -1
  154. package/lib/atom/button-menu/index.js.map +1 -1
  155. package/lib/atom/button-menu/style.css +10 -0
  156. package/lib/atom/button-menu/types.d.ts +1 -1
  157. package/lib/atom/button-menu/types.d.ts.map +1 -1
  158. package/lib/atom/button-menu/types.js +1 -1
  159. package/lib/atom/button-menu/types.js.map +1 -1
  160. package/lib/atom/empty-search-result/index.d.ts +1 -0
  161. package/lib/atom/empty-search-result/index.d.ts.map +1 -1
  162. package/lib/atom/empty-search-result/index.js +6 -4
  163. package/lib/atom/empty-search-result/index.js.map +1 -1
  164. package/lib/atom/empty-search-result/style.css +16 -1
  165. package/lib/atom/status-item/index.d.ts +1 -0
  166. package/lib/atom/status-item/index.d.ts.map +1 -1
  167. package/lib/atom/status-item/index.js +3 -2
  168. package/lib/atom/status-item/index.js.map +1 -1
  169. package/lib/atom/status-item/style.css +15 -17
  170. package/lib/atom/status-item/types.d.ts +2 -0
  171. package/lib/atom/status-item/types.d.ts.map +1 -1
  172. package/lib/atom/status-item/types.js +1 -0
  173. package/lib/atom/status-item/types.js.map +1 -1
  174. package/lib/atom/tag/index.js +4 -4
  175. package/lib/atom/tag/index.js.map +1 -1
  176. package/lib/atom/tag/style.css +11 -8
  177. package/lib/atom/title/types.d.ts +9 -0
  178. package/lib/atom/title/types.d.ts.map +1 -0
  179. package/lib/atom/title/types.js +2 -0
  180. package/lib/atom/title/types.js.map +1 -0
  181. package/lib/molecule/banner/style.css +4 -2
  182. package/lib/molecule/brand-tabs/index.d.ts +1 -0
  183. package/lib/molecule/brand-tabs/index.d.ts.map +1 -1
  184. package/lib/molecule/brand-tabs/index.js +11 -1
  185. package/lib/molecule/brand-tabs/index.js.map +1 -1
  186. package/lib/molecule/brand-tabs/style.css +7 -4
  187. package/lib/molecule/bulk-progress-bar/index.d.ts.map +1 -1
  188. package/lib/molecule/bulk-progress-bar/index.js +4 -2
  189. package/lib/molecule/bulk-progress-bar/index.js.map +1 -1
  190. package/lib/molecule/bulk-progress-bar/style.css +5 -0
  191. package/lib/molecule/card/index.d.ts +53 -0
  192. package/lib/molecule/card/index.d.ts.map +1 -1
  193. package/lib/molecule/card/index.js +15 -11
  194. package/lib/molecule/card/index.js.map +1 -1
  195. package/lib/molecule/card/style.css +47 -5
  196. package/lib/molecule/cm-popin/index.d.ts.map +1 -1
  197. package/lib/molecule/cm-popin/index.js +48 -8
  198. package/lib/molecule/cm-popin/index.js.map +1 -1
  199. package/lib/molecule/cm-popin/style.css +32 -0
  200. package/lib/molecule/cm-popin/types.d.ts +31 -1
  201. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  202. package/lib/molecule/cm-popin/types.js +15 -3
  203. package/lib/molecule/cm-popin/types.js.map +1 -1
  204. package/lib/molecule/dashboard/cards-list/index.d.ts +57 -1
  205. package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  206. package/lib/molecule/dashboard/cards-list/index.js +43 -5
  207. package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
  208. package/lib/molecule/dashboard/cards-list/prop-types.d.ts +14 -0
  209. package/lib/molecule/dashboard/cards-list/prop-types.d.ts.map +1 -0
  210. package/lib/molecule/dashboard/cards-list/prop-types.js +2 -0
  211. package/lib/molecule/dashboard/cards-list/prop-types.js.map +1 -0
  212. package/lib/molecule/draggable-list/index.d.ts +32 -12
  213. package/lib/molecule/expandible-actionable-table/index.d.ts +3 -0
  214. package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
  215. package/lib/molecule/expandible-actionable-table/index.js +17 -2
  216. package/lib/molecule/expandible-actionable-table/index.js.map +1 -1
  217. package/lib/molecule/expandible-actionable-table/style.css +5 -0
  218. package/lib/molecule/expandible-actionable-table/types.d.ts +5 -0
  219. package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
  220. package/lib/molecule/expandible-actionable-table/types.js +3 -1
  221. package/lib/molecule/expandible-actionable-table/types.js.map +1 -1
  222. package/lib/molecule/review-header-steps/index.d.ts.map +1 -1
  223. package/lib/molecule/review-header-steps/index.js +3 -4
  224. package/lib/molecule/review-header-steps/index.js.map +1 -1
  225. package/lib/molecule/review-header-steps/prop-types.d.ts +1 -0
  226. package/lib/molecule/review-header-steps/prop-types.d.ts.map +1 -1
  227. package/lib/molecule/review-header-steps/style.css +6 -1
  228. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +45 -0
  229. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts.map +1 -1
  230. package/lib/molecule/title-and-checkbox-wrapper/index.js +17 -3
  231. package/lib/molecule/title-and-checkbox-wrapper/index.js.map +1 -1
  232. package/lib/organism/list-item/index.d.ts +44 -13
  233. package/lib/organism/list-item/index.d.ts.map +1 -1
  234. package/lib/organism/list-item/index.js +73 -37
  235. package/lib/organism/list-item/index.js.map +1 -1
  236. package/lib/organism/list-item/style.css +28 -5
  237. package/lib/organism/list-items/index.d.ts +36 -12
  238. package/lib/organism/list-items/index.d.ts.map +1 -1
  239. package/lib/organism/list-items/index.js +21 -4
  240. package/lib/organism/list-items/index.js.map +1 -1
  241. package/lib/organism/list-items/style.css +42 -0
  242. package/lib/organism/mooc-header/index.d.ts.map +1 -1
  243. package/lib/organism/mooc-header/index.js +1 -0
  244. package/lib/organism/mooc-header/index.js.map +1 -1
  245. package/lib/organism/review-header/types.d.ts +1 -0
  246. package/lib/organism/review-header/types.d.ts.map +1 -1
  247. package/lib/organism/rewards-form/index.d.ts +45 -0
  248. package/lib/organism/select-opponents/index.d.ts +67 -12
  249. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  250. package/lib/organism/select-opponents/index.js +3 -3
  251. package/lib/organism/select-opponents/index.js.map +1 -1
  252. package/lib/organism/select-opponents/style.css +6 -0
  253. package/lib/organism/select-opponents/types.d.ts +75 -14
  254. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  255. package/lib/organism/select-opponents/types.js +2 -2
  256. package/lib/organism/select-opponents/types.js.map +1 -1
  257. package/lib/organism/sidebar/index.d.ts +3 -1
  258. package/lib/organism/sidebar/index.d.ts.map +1 -1
  259. package/lib/organism/sidebar/index.js +8 -4
  260. package/lib/organism/sidebar/index.js.map +1 -1
  261. package/lib/organism/sidebar/style.css +14 -0
  262. package/lib/organism/title-and-input/index.d.ts +84 -29
  263. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  264. package/lib/organism/title-and-input/types.d.ts +84 -29
  265. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  266. package/lib/organism/wizard-contents/index.d.ts +112 -0
  267. package/lib/organism/wizard-contents/index.d.ts.map +1 -1
  268. package/lib/organism/wizard-contents/index.js +39 -4
  269. package/lib/organism/wizard-contents/index.js.map +1 -1
  270. package/lib/organism/wizard-contents/style.css +22 -0
  271. package/lib/template/app-player/loading/index.d.ts +19 -1
  272. package/lib/template/app-player/player/index.d.ts +38 -2
  273. package/lib/template/app-player/player/slides/index.d.ts +19 -1
  274. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  275. package/lib/template/app-player/popin-correction/index.d.ts +19 -1
  276. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  277. package/lib/template/app-player/popin-end/index.d.ts +72 -2
  278. package/lib/template/app-player/popin-end/summary.d.ts +53 -1
  279. package/lib/template/app-review/index.d.ts +20 -1
  280. package/lib/template/app-review/index.d.ts.map +1 -1
  281. package/lib/template/app-review/player/prop-types.d.ts +20 -1
  282. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  283. package/lib/template/app-review/prop-types.d.ts +20 -1
  284. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  285. package/lib/template/back-office/brand-update/index.d.ts +122 -13
  286. package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
  287. package/lib/template/back-office/brand-update/index.js +4 -2
  288. package/lib/template/back-office/brand-update/index.js.map +1 -1
  289. package/lib/template/back-office/brand-update/style.css +4 -4
  290. package/lib/template/common/dashboard/index.d.ts +89 -1
  291. package/lib/template/common/dashboard/index.d.ts.map +1 -1
  292. package/lib/template/common/dashboard/index.js +6 -2
  293. package/lib/template/common/dashboard/index.js.map +1 -1
  294. package/lib/template/common/dashboard/style.css +5 -0
  295. package/lib/template/common/search-page/index.d.ts +123 -1
  296. package/lib/template/common/search-page/index.d.ts.map +1 -1
  297. package/lib/template/common/search-page/index.js +9 -3
  298. package/lib/template/common/search-page/index.js.map +1 -1
  299. package/lib/template/common/search-page/style.css +5 -0
  300. package/lib/template/external-course/index.d.ts +19 -1
  301. package/lib/template/teams-dashboard/index.d.ts +53 -1
  302. package/lib/variables/colors.css +3 -2
  303. package/locales/.mtslconfig.json +1 -0
  304. package/locales/et/global.json +3 -3
  305. package/package.json +3 -3
@@ -115,13 +115,65 @@ declare namespace Summary {
115
115
  dataName: PropTypes.Requireable<string>;
116
116
  title: PropTypes.Requireable<string>;
117
117
  showMore: PropTypes.Requireable<string>;
118
- cards: PropTypes.Requireable<(PropTypes.InferProps<any> | null | undefined)[]>;
118
+ cards: PropTypes.Requireable<(PropTypes.InferProps<{
119
+ badge: PropTypes.Requireable<string>;
120
+ image: PropTypes.Requireable<string>;
121
+ disabled: PropTypes.Requireable<boolean>;
122
+ adaptiv: PropTypes.Requireable<boolean>;
123
+ type: PropTypes.Requireable<string>;
124
+ title: PropTypes.Requireable<string>;
125
+ author: PropTypes.Requireable<string>;
126
+ certifiedAuthor: PropTypes.Requireable<boolean>;
127
+ customer: PropTypes.Requireable<PropTypes.InferProps<{
128
+ theme: PropTypes.Requireable<string>;
129
+ type: PropTypes.Requireable<string>;
130
+ name: PropTypes.Requireable<string>;
131
+ coorpOriginal: PropTypes.Validator<boolean>;
132
+ disabled: PropTypes.Requireable<boolean>;
133
+ 'aria-label': PropTypes.Requireable<string>;
134
+ }>>;
135
+ progress: PropTypes.Requireable<number>;
136
+ favorite: PropTypes.Requireable<boolean>;
137
+ addFavoriteToolTip: PropTypes.Requireable<string>;
138
+ removeFavoriteToolTip: PropTypes.Requireable<string>;
139
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
140
+ onFavoriteClick: PropTypes.Requireable<(...args: any[]) => any>;
141
+ isSelected: PropTypes.Requireable<boolean>;
142
+ notification: PropTypes.Requireable<PropTypes.InferProps<{
143
+ message: PropTypes.Validator<string>;
144
+ icon: PropTypes.Validator<string>;
145
+ }>>;
146
+ badgeCategory: PropTypes.Requireable<string>;
147
+ badgeLabel: PropTypes.Requireable<string>;
148
+ theme: PropTypes.Requireable<string>;
149
+ disabledContent: PropTypes.Requireable<string>;
150
+ 'aria-label': PropTypes.Requireable<string>;
151
+ 'background-aria-label': PropTypes.Requireable<string>;
152
+ 'favorite-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
153
+ favorite: PropTypes.Requireable<string>;
154
+ addToFavorite: PropTypes.Requireable<string>;
155
+ removeFromFavorite: PropTypes.Requireable<string>;
156
+ }>>;
157
+ 'selectable-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
158
+ select: PropTypes.Requireable<string>;
159
+ unSelect: PropTypes.Requireable<string>;
160
+ }>>;
161
+ 'customer-aria-label': PropTypes.Requireable<string>;
162
+ 'badge-aria-label': PropTypes.Requireable<string>;
163
+ 'disabled-aria-label': PropTypes.Requireable<string>;
164
+ 'card-content-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
165
+ author: PropTypes.Requireable<string>;
166
+ progression: PropTypes.Requireable<string>;
167
+ adaptive: PropTypes.Requireable<string>;
168
+ }>>;
169
+ }> | null | undefined)[]>;
119
170
  onScroll: PropTypes.Requireable<(...args: any[]) => any>;
120
171
  onShowMore: PropTypes.Requireable<(...args: any[]) => any>;
121
172
  'arrows-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
122
173
  showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
123
174
  showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
124
175
  }>>;
176
+ testingSizes: PropTypes.Requireable<any>;
125
177
  }>>;
126
178
  const feedback: PropTypes.Requireable<PropTypes.InferProps<{
127
179
  title: PropTypes.Requireable<string>;
@@ -8,6 +8,7 @@ declare const AppReview: {
8
8
  header: import("prop-types").Requireable<import("prop-types").InferProps<{
9
9
  steps: import("prop-types").Requireable<(import("prop-types").InferProps<{
10
10
  current: import("prop-types").Requireable<boolean>;
11
+ selected: import("prop-types").Requireable<boolean>;
11
12
  icon: import("prop-types").Requireable<string>;
12
13
  value: import("prop-types").Requireable<string>;
13
14
  }> | null | undefined)[]>;
@@ -514,7 +515,18 @@ declare const AppReview: {
514
515
  quitPopin: import("prop-types").Requireable<import("prop-types").InferProps<{
515
516
  content: import("prop-types").Requireable<string>;
516
517
  mode: import("prop-types").Requireable<string>;
517
- header: import("prop-types").Requireable<string>;
518
+ header: import("prop-types").Requireable<import("prop-types").InferProps<{
519
+ title: import("prop-types").Requireable<import("prop-types").InferProps<{
520
+ title: import("prop-types").Requireable<string>;
521
+ subtitle: import("prop-types").Requireable<string>;
522
+ type: import("prop-types").Requireable<string>;
523
+ 'data-name': import("prop-types").Requireable<string>;
524
+ titleSize: import("prop-types").Requireable<string>;
525
+ subtitleSize: import("prop-types").Requireable<string>;
526
+ }>>;
527
+ headerIcon: import("prop-types").Requireable<string>;
528
+ backgroundImage: import("prop-types").Requireable<string>;
529
+ }>>;
518
530
  firstButton: import("prop-types").Requireable<import("prop-types").InferProps<{
519
531
  label: import("prop-types").Requireable<string>;
520
532
  handleOnclick: import("prop-types").Requireable<(...args: any[]) => any>;
@@ -562,6 +574,13 @@ declare const AppReview: {
562
574
  'data-name': import("prop-types").Requireable<string>;
563
575
  requiredSelection: import("prop-types").Requireable<boolean>;
564
576
  }> | null | undefined)[]>;
577
+ items: import("prop-types").Requireable<import("prop-types").InferProps<{
578
+ type: import("prop-types").Requireable<string>;
579
+ list: import("prop-types").Requireable<import("prop-types").InferProps<{
580
+ list: import("prop-types").Requireable<(import("prop-types").InferProps<any> | null | undefined)[]>;
581
+ loading: import("prop-types").Requireable<boolean>;
582
+ }>>;
583
+ }>>;
565
584
  }>>;
566
585
  }>>;
567
586
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
@@ -8,6 +8,7 @@ declare const propTypes: {
8
8
  header: PropTypes.Requireable<PropTypes.InferProps<{
9
9
  steps: PropTypes.Requireable<(PropTypes.InferProps<{
10
10
  current: PropTypes.Requireable<boolean>;
11
+ selected: PropTypes.Requireable<boolean>;
11
12
  icon: PropTypes.Requireable<string>;
12
13
  value: PropTypes.Requireable<string>;
13
14
  }> | null | undefined)[]>;
@@ -514,7 +515,18 @@ declare const propTypes: {
514
515
  quitPopin: PropTypes.Requireable<PropTypes.InferProps<{
515
516
  content: PropTypes.Requireable<string>;
516
517
  mode: PropTypes.Requireable<string>;
517
- header: PropTypes.Requireable<string>;
518
+ header: PropTypes.Requireable<PropTypes.InferProps<{
519
+ title: PropTypes.Requireable<PropTypes.InferProps<{
520
+ title: PropTypes.Requireable<string>;
521
+ subtitle: PropTypes.Requireable<string>;
522
+ type: PropTypes.Requireable<string>;
523
+ 'data-name': PropTypes.Requireable<string>;
524
+ titleSize: PropTypes.Requireable<string>;
525
+ subtitleSize: PropTypes.Requireable<string>;
526
+ }>>;
527
+ headerIcon: PropTypes.Requireable<string>;
528
+ backgroundImage: PropTypes.Requireable<string>;
529
+ }>>;
518
530
  firstButton: PropTypes.Requireable<PropTypes.InferProps<{
519
531
  label: PropTypes.Requireable<string>;
520
532
  handleOnclick: PropTypes.Requireable<(...args: any[]) => any>;
@@ -562,6 +574,13 @@ declare const propTypes: {
562
574
  'data-name': PropTypes.Requireable<string>;
563
575
  requiredSelection: PropTypes.Requireable<boolean>;
564
576
  }> | null | undefined)[]>;
577
+ items: PropTypes.Requireable<PropTypes.InferProps<{
578
+ type: PropTypes.Requireable<string>;
579
+ list: PropTypes.Requireable<PropTypes.InferProps<{
580
+ list: PropTypes.Requireable<(PropTypes.InferProps<any> | null | undefined)[]>;
581
+ loading: PropTypes.Requireable<boolean>;
582
+ }>>;
583
+ }>>;
565
584
  }>>;
566
585
  };
567
586
  export default propTypes;
@@ -1 +1 @@
1
- {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
@@ -12,6 +12,7 @@ declare const propTypes: {
12
12
  header: PropTypes.Requireable<PropTypes.InferProps<{
13
13
  steps: PropTypes.Requireable<(PropTypes.InferProps<{
14
14
  current: PropTypes.Requireable<boolean>;
15
+ selected: PropTypes.Requireable<boolean>;
15
16
  icon: PropTypes.Requireable<string>;
16
17
  value: PropTypes.Requireable<string>;
17
18
  }> | null | undefined)[]>;
@@ -518,7 +519,18 @@ declare const propTypes: {
518
519
  quitPopin: PropTypes.Requireable<PropTypes.InferProps<{
519
520
  content: PropTypes.Requireable<string>;
520
521
  mode: PropTypes.Requireable<string>;
521
- header: PropTypes.Requireable<string>;
522
+ header: PropTypes.Requireable<PropTypes.InferProps<{
523
+ title: PropTypes.Requireable<PropTypes.InferProps<{
524
+ title: PropTypes.Requireable<string>;
525
+ subtitle: PropTypes.Requireable<string>;
526
+ type: PropTypes.Requireable<string>;
527
+ 'data-name': PropTypes.Requireable<string>;
528
+ titleSize: PropTypes.Requireable<string>;
529
+ subtitleSize: PropTypes.Requireable<string>;
530
+ }>>;
531
+ headerIcon: PropTypes.Requireable<string>;
532
+ backgroundImage: PropTypes.Requireable<string>;
533
+ }>>;
522
534
  firstButton: PropTypes.Requireable<PropTypes.InferProps<{
523
535
  label: PropTypes.Requireable<string>;
524
536
  handleOnclick: PropTypes.Requireable<(...args: any[]) => any>;
@@ -566,6 +578,13 @@ declare const propTypes: {
566
578
  'data-name': PropTypes.Requireable<string>;
567
579
  requiredSelection: PropTypes.Requireable<boolean>;
568
580
  }> | null | undefined)[]>;
581
+ items: PropTypes.Requireable<PropTypes.InferProps<{
582
+ type: PropTypes.Requireable<string>;
583
+ list: PropTypes.Requireable<PropTypes.InferProps<{
584
+ list: PropTypes.Requireable<(PropTypes.InferProps<any> | null | undefined)[]>;
585
+ loading: PropTypes.Requireable<boolean>;
586
+ }>>;
587
+ }>>;
569
588
  }>>;
570
589
  }>>;
571
590
  };
@@ -1 +1 @@
1
- {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -345,17 +345,12 @@ declare namespace BrandUpdate {
345
345
  }>>;
346
346
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
347
347
  items: PropTypes.Requireable<(PropTypes.InferProps<{
348
- bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
349
- buttonAriaLabel: PropTypes.Requireable<string>;
350
- menuAriaLabel: PropTypes.Requireable<string>;
351
- buttons: PropTypes.Requireable<(PropTypes.InferProps<{
352
- 'data-name': PropTypes.Requireable<string>;
353
- label: PropTypes.Requireable<string>;
354
- type: PropTypes.Requireable<string>;
355
- onClick: PropTypes.Requireable<(...args: any[]) => any>;
356
- }> | null | undefined)[]>;
357
- onClick: PropTypes.Requireable<(...args: any[]) => any>;
358
- }>>;
348
+ title: PropTypes.Validator<string>;
349
+ dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
350
+ label: PropTypes.Requireable<string>;
351
+ type: PropTypes.Requireable<string>;
352
+ className: PropTypes.Requireable<string>;
353
+ }> | null | undefined)[]>;
359
354
  buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
360
355
  type: PropTypes.Requireable<string>;
361
356
  label: PropTypes.Requireable<string>;
@@ -367,11 +362,36 @@ declare namespace BrandUpdate {
367
362
  }>>;
368
363
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
369
364
  }>>;
365
+ buttonLinkIcon: PropTypes.Requireable<PropTypes.InferProps<{
366
+ size: PropTypes.Requireable<string>;
367
+ 'aria-label': PropTypes.Requireable<string>;
368
+ 'data-name': PropTypes.Requireable<string>;
369
+ icon: PropTypes.Requireable<string>;
370
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
371
+ link: PropTypes.Requireable<PropTypes.InferProps<{
372
+ href: PropTypes.Requireable<string>;
373
+ download: PropTypes.Requireable<boolean>;
374
+ target: PropTypes.Requireable<string>;
375
+ }>>;
376
+ disabled: PropTypes.Requireable<boolean>;
377
+ className: PropTypes.Requireable<string>;
378
+ }>>;
379
+ bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
380
+ buttonAriaLabel: PropTypes.Requireable<string>;
381
+ menuAriaLabel: PropTypes.Requireable<string>;
382
+ buttons: PropTypes.Requireable<(PropTypes.InferProps<{
383
+ 'data-name': PropTypes.Requireable<string>;
384
+ label: PropTypes.Requireable<string>;
385
+ type: PropTypes.Requireable<string>;
386
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
387
+ }> | null | undefined)[]>;
388
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
389
+ }>>;
370
390
  tags: PropTypes.Requireable<(PropTypes.InferProps<{
371
391
  label: PropTypes.Requireable<string>;
372
392
  type: PropTypes.Requireable<string>;
373
393
  }> | null | undefined)[]>;
374
- title: PropTypes.Validator<string>;
394
+ isBulkStyle: PropTypes.Requireable<boolean>;
375
395
  order: PropTypes.Requireable<number>;
376
396
  'aria-label': PropTypes.Requireable<string>;
377
397
  contentType: PropTypes.Requireable<string>;
@@ -381,6 +401,7 @@ declare namespace BrandUpdate {
381
401
  itemType: PropTypes.Requireable<string>;
382
402
  onDrop: PropTypes.Requireable<(...args: any[]) => any>;
383
403
  isDraggable: PropTypes.Requireable<boolean>;
404
+ tableHeader: PropTypes.Requireable<(string | null | undefined)[]>;
384
405
  }> | PropTypes.InferProps<{
385
406
  type: PropTypes.Requireable<string>;
386
407
  columns: PropTypes.Requireable<(PropTypes.InferProps<{
@@ -390,6 +411,7 @@ declare namespace BrandUpdate {
390
411
  fields: PropTypes.Requireable<(NonNullable<string | PropTypes.InferProps<{
391
412
  type: PropTypes.Requireable<string>;
392
413
  current: PropTypes.Requireable<boolean>;
414
+ selected: PropTypes.Requireable<boolean>;
393
415
  icon: PropTypes.Requireable<string>;
394
416
  value: PropTypes.Requireable<string>;
395
417
  }> | null | undefined> | null | undefined)[]>;
@@ -452,6 +474,8 @@ declare namespace BrandUpdate {
452
474
  isBulkMenu: PropTypes.Requireable<boolean>;
453
475
  }> | null | undefined>>;
454
476
  isNestedTable: PropTypes.Requireable<boolean>;
477
+ emptyStateFirstMessage: PropTypes.Requireable<string>;
478
+ emptyStateSecondMessage: PropTypes.Requireable<string>;
455
479
  }> | null | undefined>>;
456
480
  title: PropTypes.Requireable<string>;
457
481
  }> | PropTypes.InferProps<{
@@ -510,6 +534,7 @@ declare namespace BrandUpdate {
510
534
  fields: PropTypes.Requireable<(NonNullable<string | PropTypes.InferProps<{
511
535
  type: PropTypes.Requireable<string>;
512
536
  current: PropTypes.Requireable<boolean>;
537
+ selected: PropTypes.Requireable<boolean>;
513
538
  icon: PropTypes.Requireable<string>;
514
539
  value: PropTypes.Requireable<string>;
515
540
  }> | null | undefined> | null | undefined)[]>;
@@ -572,6 +597,8 @@ declare namespace BrandUpdate {
572
597
  isBulkMenu: PropTypes.Requireable<boolean>;
573
598
  }> | null | undefined>>;
574
599
  isNestedTable: PropTypes.Requireable<boolean>;
600
+ emptyStateFirstMessage: PropTypes.Requireable<string>;
601
+ emptyStateSecondMessage: PropTypes.Requireable<string>;
575
602
  }> | PropTypes.InferProps<{
576
603
  content: PropTypes.Requireable<PropTypes.InferProps<any>>;
577
604
  key: PropTypes.Requireable<string>;
@@ -581,11 +608,75 @@ declare namespace BrandUpdate {
581
608
  title: PropTypes.Requireable<string>;
582
609
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
583
610
  }>>>;
611
+ actions: PropTypes.Requireable<PropTypes.InferProps<{
612
+ bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
613
+ buttonAriaLabel: PropTypes.Requireable<string>;
614
+ menuAriaLabel: PropTypes.Requireable<string>;
615
+ buttons: PropTypes.Requireable<(PropTypes.InferProps<{
616
+ 'data-name': PropTypes.Requireable<string>;
617
+ label: PropTypes.Requireable<string>;
618
+ type: PropTypes.Requireable<string>;
619
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
620
+ }> | null | undefined)[]>;
621
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
622
+ }>>;
623
+ firstButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
624
+ type: PropTypes.Requireable<string>;
625
+ label: PropTypes.Requireable<string>;
626
+ 'aria-label': PropTypes.Requireable<string>;
627
+ 'data-name': PropTypes.Requireable<string>;
628
+ 'data-testid': PropTypes.Requireable<string>;
629
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
630
+ position: PropTypes.Requireable<string>;
631
+ type: PropTypes.Requireable<string>;
632
+ }>>;
633
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
634
+ link: PropTypes.Requireable<PropTypes.InferProps<{
635
+ href: PropTypes.Requireable<string>;
636
+ download: PropTypes.Requireable<boolean>;
637
+ target: PropTypes.Requireable<string>;
638
+ }>>;
639
+ disabled: PropTypes.Requireable<boolean>;
640
+ className: PropTypes.Requireable<string>;
641
+ customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
642
+ }>>;
643
+ secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
644
+ type: PropTypes.Requireable<string>;
645
+ label: PropTypes.Requireable<string>;
646
+ 'aria-label': PropTypes.Requireable<string>;
647
+ 'data-name': PropTypes.Requireable<string>;
648
+ 'data-testid': PropTypes.Requireable<string>;
649
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
650
+ position: PropTypes.Requireable<string>;
651
+ type: PropTypes.Requireable<string>;
652
+ }>>;
653
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
654
+ link: PropTypes.Requireable<PropTypes.InferProps<{
655
+ href: PropTypes.Requireable<string>;
656
+ download: PropTypes.Requireable<boolean>;
657
+ target: PropTypes.Requireable<string>;
658
+ }>>;
659
+ disabled: PropTypes.Requireable<boolean>;
660
+ className: PropTypes.Requireable<string>;
661
+ customStyle: PropTypes.Requireable<PropTypes.InferProps<{}>>;
662
+ }>>;
663
+ }>>;
584
664
  steps: PropTypes.Requireable<(PropTypes.InferProps<{
585
665
  title: PropTypes.Requireable<string>;
586
666
  done: PropTypes.Requireable<boolean>;
587
667
  current: PropTypes.Requireable<boolean>;
588
668
  }> | null | undefined)[]>;
669
+ tabs: PropTypes.Requireable<(PropTypes.InferProps<{
670
+ tab: PropTypes.Requireable<PropTypes.InferProps<{
671
+ title: PropTypes.Requireable<PropTypes.ReactNodeLike>;
672
+ href: PropTypes.Requireable<string>;
673
+ status: PropTypes.Requireable<string>;
674
+ selected: PropTypes.Requireable<boolean>;
675
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
676
+ }>>;
677
+ index: PropTypes.Requireable<number>;
678
+ isLightTab: PropTypes.Requireable<boolean>;
679
+ }> | null | undefined)[]>;
589
680
  summary: PropTypes.Requireable<PropTypes.InferProps<{
590
681
  title: PropTypes.Requireable<string>;
591
682
  side: PropTypes.Requireable<string>;
@@ -638,7 +729,18 @@ declare namespace BrandUpdate {
638
729
  export const popin: PropTypes.Requireable<PropTypes.InferProps<{
639
730
  content: PropTypes.Requireable<string>;
640
731
  mode: PropTypes.Requireable<string>;
641
- header: PropTypes.Requireable<string>;
732
+ header: PropTypes.Requireable<PropTypes.InferProps<{
733
+ title: PropTypes.Requireable<PropTypes.InferProps<{
734
+ title: PropTypes.Requireable<string>;
735
+ subtitle: PropTypes.Requireable<string>;
736
+ type: PropTypes.Requireable<string>;
737
+ 'data-name': PropTypes.Requireable<string>;
738
+ titleSize: PropTypes.Requireable<string>;
739
+ subtitleSize: PropTypes.Requireable<string>;
740
+ }>>;
741
+ headerIcon: PropTypes.Requireable<string>;
742
+ backgroundImage: PropTypes.Requireable<string>;
743
+ }>>;
642
744
  firstButton: PropTypes.Requireable<PropTypes.InferProps<{
643
745
  label: PropTypes.Requireable<string>;
644
746
  handleOnclick: PropTypes.Requireable<(...args: any[]) => any>;
@@ -686,6 +788,13 @@ declare namespace BrandUpdate {
686
788
  'data-name': PropTypes.Requireable<string>;
687
789
  requiredSelection: PropTypes.Requireable<boolean>;
688
790
  }> | null | undefined)[]>;
791
+ items: PropTypes.Requireable<PropTypes.InferProps<{
792
+ type: PropTypes.Requireable<string>;
793
+ list: PropTypes.Requireable<PropTypes.InferProps<{
794
+ list: PropTypes.Requireable<(PropTypes.InferProps<any> | null | undefined)[]>;
795
+ loading: PropTypes.Requireable<boolean>;
796
+ }>>;
797
+ }>>;
689
798
  }>>;
690
799
  export const details: PropTypes.Requireable<PropTypes.InferProps<{
691
800
  key: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AA8LA,sDA6CC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAkMA,sDA6CC"}
@@ -119,12 +119,14 @@ const buildNotifications = notifications => {
119
119
 
120
120
  const notificationsList = notifications.map((notification, index) => {
121
121
  return /*#__PURE__*/_react.default.createElement("div", {
122
- className: _style.default.notification,
122
+ className: !notification.temporary ? _style.default.permanentNotification : null,
123
123
  key: index
124
124
  }, /*#__PURE__*/_react.default.createElement(_banner.default, notification));
125
125
  });
126
126
  return /*#__PURE__*/_react.default.createElement("div", {
127
- className: _style.default.notifications
127
+ className: !(0, _find.default)({
128
+ temporary: true
129
+ }, notifications) ? _style.default.permanentNotifications : null
128
130
  }, notificationsList);
129
131
  };
130
132
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["getStyle","isSelected","style","selectedElement","unselectedElement","subTabsView","_subTabs","map","convert","cap","subTab","_index","title","type","selected","buildLeftNavigation","logo","items","onItemClick","formattedTabs","key","href","index","children","iconType","formattedTabsViews","tab","tabs","navigation","buildNotifications","notifications","isEmpty","notificationsList","notification","buildHeader","header","buildPopin","popin","buildDocumentation","documentation","show","onClose","content","classNames","open","documentationContent","__html","closeButton","buildTabs","selectedTab","pipe","find","e","get","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","PropTypes","arrayOf","shape","Banner","Header","string","isRequired","bool","oneOfType","BrandForm","oneOf","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","EmptyStateDashboard","UploadingFileProgress","ExpandibleActionableTable","func","CmPopin"],"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 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 ButtonLinkIconOnly from '../../../atom/button-link-icon-only';\nimport EmptyStateDashboard from '../../../molecule/empty-state-dashboard';\nimport UploadingFileProgress from '../../../molecule/uploading-file-progress';\nimport ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';\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 {...subTab} styles={getStyle(subTab.selected)} uppercase={false} />\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={style.notification} key={index}>\n <Banner {...notification} />\n </div>\n );\n });\n return <div className={style.notifications}>{notificationsList}</div>;\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 <ButtonLinkIconOnly\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 'empty-state-dashboard':\n return <EmptyStateDashboard {...content} />;\n case 'uploading-file-progress':\n return <UploadingFileProgress {...content} />;\n case 'table-pending':\n return <ExpandibleActionableTable {...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 ...EmptyStateDashboard.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['empty-state-dashboard'])\n }),\n PropTypes.shape({\n ...UploadingFileProgress.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['uploading-file-progress'])\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 ]),\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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"}
1
+ {"version":3,"file":"index.js","names":["getStyle","isSelected","style","selectedElement","unselectedElement","subTabsView","_subTabs","map","convert","cap","subTab","_index","title","type","selected","buildLeftNavigation","logo","items","onItemClick","formattedTabs","key","href","index","children","iconType","formattedTabsViews","tab","tabs","navigation","buildNotifications","notifications","isEmpty","notificationsList","notification","temporary","permanentNotification","find","permanentNotifications","buildHeader","header","buildPopin","popin","buildDocumentation","documentation","show","onClose","content","classNames","open","documentationContent","__html","closeButton","buildTabs","selectedTab","pipe","e","get","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","PropTypes","arrayOf","shape","Banner","Header","string","isRequired","bool","oneOfType","BrandForm","oneOf","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","EmptyStateDashboard","UploadingFileProgress","ExpandibleActionableTable","func","CmPopin"],"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 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 ButtonLinkIconOnly from '../../../atom/button-link-icon-only';\nimport EmptyStateDashboard from '../../../molecule/empty-state-dashboard';\nimport UploadingFileProgress from '../../../molecule/uploading-file-progress';\nimport ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';\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 {...subTab} styles={getStyle(subTab.selected)} uppercase={false} />\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 <ButtonLinkIconOnly\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 'empty-state-dashboard':\n return <EmptyStateDashboard {...content} />;\n case 'uploading-file-progress':\n return <UploadingFileProgress {...content} />;\n case 'table-pending':\n return <ExpandibleActionableTable {...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 ...EmptyStateDashboard.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['empty-state-dashboard'])\n }),\n PropTypes.shape({\n ...UploadingFileProgress.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['uploading-file-progress'])\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 ]),\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":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;AAEA,MAAMA,QAAQ,GAAGC,UAAU,IAAKA,UAAU,GAAGC,cAAA,CAAMC,eAAT,GAA2BD,cAAA,CAAME,iBAA3E;;AAEA,MAAMC,WAAW,GAAG,CAACC,QAAQ,GAAG,EAAZ,KAClBC,YAAA,CAAIC,OAAJ,CAAY;EAACC,GAAG,EAAE;AAAN,CAAZ,EAA0B,CAACC,MAAD,EAASC,MAAT,kBACxB;EAAK,GAAG,EAAED,MAAM,CAACE;AAAjB,GACGF,MAAM,CAACG,IAAP,KAAgB,UAAhB,gBACC,6BAAC,qBAAD,eACMH,MADN;EAEE,MAAM,EAAEV,QAAQ,CAACU,MAAM,CAACI,QAAR,CAFlB;EAGE,SAAS,EAAE,KAHb;EAIE,MAAM,EAAE;AAJV,GADD,gBAQC,6BAAC,iBAAD,eAAcJ,MAAd;EAAsB,MAAM,EAAEV,QAAQ,CAACU,MAAM,CAACI,QAAR,CAAtC;EAAyD,SAAS,EAAE;AAApE,GATJ,CADF,EAaGR,QAbH,CADF,C,CAgBA;;;AACA,MAAMS,mBAAmB,GAAG,CAACC,IAAD,EAAOC,KAAP,EAAcC,WAAd,KAA8B;EACxD,MAAMC,aAAa,GAAGF,KAAK,CAACV,GAAN,CAAU,CAAC;IAACa,GAAD;IAAMR,KAAN;IAAaS,IAAb;IAAmBP,QAAnB;IAA6BD,IAAI,GAAG;EAApC,CAAD,EAAmDS,KAAnD,MAA8D;IAC5FV,KAD4F;IAE5FE,QAF4F;IAG5FD,IAH4F;IAI5FQ,IAJ4F;IAK5FC,KAL4F;IAM5FC,QAAQ,EAAE,EANkF;IAO5FC,QAAQ,EAAEJ,GAAG,IAAI;EAP2E,CAA9D,CAAV,CAAtB;EAUA,MAAMK,kBAAkB,GAAG,IAAAlB,YAAA,EAAImB,GAAG,iBAChC;IAAK,GAAG,EAAEA,GAAG,CAACd,KAAd;IAAqB,SAAS,EAAEV,cAAA,CAAMG;EAAtC,GACGA,WAAW,CAACqB,GAAG,CAACC,IAAL,CADd,CADyB,EAIxBV,KAJwB,CAA3B;EAMA,oBACE;IAAK,SAAS,EAAEf,cAAA,CAAM0B;EAAtB,gBACE;IAAK,SAAS,EAAE1B,cAAA,CAAMc;EAAtB,gBACE;IAAG,IAAI,EAAC;EAAR,gBACE;IAAK,GAAG,EAAEA;EAAV,EADF,CADF,CADF,eAME,6BAAC,qBAAD;IAAW,QAAQ,EAAEG,aAArB;IAAoC,KAAK,EAAE,OAA3C;IAAoD,OAAO,EAAED;EAA7D,GACGO,kBADH,CANF,CADF;AAYD,CA7BD;;AA+BA,MAAMI,kBAAkB,GAAGC,aAAa,IAAI;EAC1C,IAAI,IAAAC,gBAAA,EAAQD,aAAR,CAAJ,EAA4B;IAC1B,OAAO,IAAP;EACD;;EAED,MAAME,iBAAiB,GAAGF,aAAa,CAACvB,GAAd,CAAkB,CAAC0B,YAAD,EAAeX,KAAf,KAAyB;IACnE,oBACE;MAAK,SAAS,EAAE,CAACW,YAAY,CAACC,SAAd,GAA0BhC,cAAA,CAAMiC,qBAAhC,GAAwD,IAAxE;MAA8E,GAAG,EAAEb;IAAnF,gBACE,6BAAC,eAAD,EAAYW,YAAZ,CADF,CADF;EAKD,CANyB,CAA1B;EAOA,oBACE;IAAK,SAAS,EAAE,CAAC,IAAAG,aAAA,EAAK;MAACF,SAAS,EAAE;IAAZ,CAAL,EAAwBJ,aAAxB,CAAD,GAA0C5B,cAAA,CAAMmC,sBAAhD,GAAyE;EAAzF,GACGL,iBADH,CADF;AAKD,CAjBD;;AAmBA,MAAMM,WAAW,GAAGC,MAAM,IAAI;EAC5B,oBACE;IAAK,SAAS,EAAErC,cAAA,CAAMqC;EAAtB,gBACE,6BAAC,oBAAD,EAAYA,MAAZ,CADF,CADF;AAKD,CAND;;AAQA,MAAMC,UAAU,GAAGC,KAAK,IAAI;EAC1B,OAAOA,KAAK,gBACV;IAAK,SAAS,EAAEvC,cAAA,CAAMuC;EAAtB,gBACE,6BAAC,gBAAD,EAAaA,KAAb,CADF,CADU,GAIR,IAJJ;AAKD,CAND;;AAQA,MAAMC,kBAAkB,GAAGC,aAAa,IAAI;EAC1C,IAAI,CAACA,aAAL,EAAoB,OAAO,IAAP;EACpB,MAAM;IAACC,IAAI,GAAG,KAAR;IAAeC,OAAf;IAAwBC,OAAO,GAAG;EAAlC,IAAwCH,aAA9C;EACA,oBACE;IAAK,SAAS,EAAE,IAAAI,mBAAA,EAAW7C,cAAA,CAAMyC,aAAjB,EAAgCC,IAAI,IAAI1C,cAAA,CAAM8C,IAA9C;EAAhB,gBACE;IACE,SAAS,EAAE9C,cAAA,CAAM+C,oBADnB,CAEE;IAFF;IAGE,uBAAuB,EAAE;MAACC,MAAM,EAAEJ;IAAT;EAH3B,EADF,EAMGD,OAAO,gBACN,6BAAC,2BAAD;IACE,SAAS,EAAE3C,cAAA,CAAMiD,WADnB;IAEE,OAAO,EAAEN,OAFX;IAGE,aAAW,YAHb;IAIE,cAAY,YAJd;IAKE,IAAI,EAAC,OALP;IAME,IAAI,EAAC;EANP,EADM,GASJ,IAfN,CADF;AAmBD,CAtBD;;AAwBA,MAAMO,SAAS,GAAGnC,KAAK,IAAI;EACzB,MAAMoC,WAAW,GAAG,IAAAC,aAAA,EAClB,IAAAlB,aAAA,EAAKmB,CAAC,IAAIA,CAAC,CAACzC,QAAZ,CADkB,EAElB,IAAA0C,YAAA,EAAI,MAAJ,CAFkB,EAGlB,IAAApB,aAAA,EAAKmB,CAAC,IAAIA,CAAC,CAACzC,QAAZ,CAHkB,EAIlBG,KAJkB,CAApB;EAMA,MAAMwC,QAAQ,GAAGJ,WAAW,GAAG,IAAAjB,aAAA,EAAKmB,CAAC,IAAIA,CAAC,CAACzC,QAAZ,EAAsBuC,WAAW,CAACK,OAAlC,CAAH,GAAgDC,SAA5E;EACA,IAAI,CAACF,QAAL,EAAe,OAAO,IAAP;EACf,oBACE;IAAK,SAAS,EAAEvD,cAAA,CAAMyB;EAAtB,gBACE,6BAAC,kBAAD;IAAW,IAAI,EAAC,OAAhB;IAAwB,IAAI,EAAE0B,WAAW,CAACK;EAA1C,EADF,CADF;AAKD,CAdD;;AAgBA,MAAME,gBAAgB,GAAGd,OAAO,IAAI;EAClC,IAAI,CAACA,OAAL,EAAc;IACZ,oBACE;MAAK,SAAS,EAAE5C,cAAA,CAAM2D;IAAtB,gBACE,6BAAC,eAAD;MAAQ,SAAS,EAAE3D,cAAA,CAAM4D,MAAzB;MAAiC,KAAK,EAAC;IAAvC,EADF,CADF;EAKD;;EAED,MAAM;IAACjD;EAAD,IAASiC,OAAf;;EACA,QAAQjC,IAAR;IACE,KAAK,MAAL;MACE,oBAAO,6BAAC,kBAAD,EAAeiC,OAAf,CAAP;;IACF,KAAK,MAAL;MACE,oBAAO,6BAAC,mBAAD,EAAgBA,OAAhB,CAAP;;IACF,KAAK,QAAL;MACE,oBAAO,6BAAC,oBAAD,EAAiBA,OAAjB,CAAP;;IACF,KAAK,sBAAL;MACE,oBAAO,6BAAC,uBAAD,EAAoBA,OAApB,CAAP;;IACF,KAAK,cAAL;IACA,KAAK,6BAAL;MACE,oBAAO,6BAAC,kBAAD,EAAeA,OAAf,CAAP;;IACF,KAAK,MAAL;MACE,oBAAO,6BAAC,uBAAD,EAAoBA,OAApB,CAAP;;IACF,KAAK,QAAL;IACA,KAAK,kBAAL;MACE,oBAAO,6BAAC,uBAAD,EAAoBA,OAApB,CAAP;;IACF,KAAK,uBAAL;MACE,oBAAO,6BAAC,4BAAD,EAAyBA,OAAzB,CAAP;;IACF,KAAK,yBAAL;MACE,oBAAO,6BAAC,8BAAD,EAA2BA,OAA3B,CAAP;;IACF,KAAK,eAAL;MACE,oBAAO,6BAAC,kCAAD,EAA+BA,OAA/B,CAAP;EAtBJ;AAwBD,CAlCD;;AAoCA,MAAMiB,gBAAgB,GAAGC,OAAO,IAAI;EAClC,IAAI,CAACA,OAAL,EAAc;EACd,oBAAO,6BAAC,mBAAD,EAAgBA,OAAhB,CAAP;AACD,CAHD;;AAKA,MAAMC,WAAW,GAAGC,KAAK,IAAI;EAC3B,MAAM;IACJpC,aADI;IAEJS,MAFI;IAGJtB,KAHI;IAIJ6B,OAJI;IAKJkB,OALI;IAMJvB,KANI;IAOJvB,WAPI;IAQJyB,aARI;IASJwB;EATI,IAUFD,KAVJ;EAWA,MAAMlD,IAAI,GAAG,wDAAb;EAEA,MAAMoD,cAAc,GAAGrD,mBAAmB,CAACC,IAAD,EAAOC,KAAP,EAAcC,WAAd,CAA1C;EACA,MAAMmD,iBAAiB,GAAGxC,kBAAkB,CAACC,aAAD,CAA5C;EACA,MAAMwC,iBAAiB,GAAG5B,kBAAkB,CAACC,aAAD,CAA5C;EACA,MAAM4B,UAAU,GAAGjC,WAAW,CAACC,MAAD,EAAST,aAAT,CAA9B;EACA,MAAM0C,QAAQ,GAAGpB,SAAS,CAACnC,KAAD,CAA1B;EACA,MAAMwD,WAAW,GAAGb,gBAAgB,CAACd,OAAD,CAApC;EACA,MAAM4B,WAAW,GAAGX,gBAAgB,CAACC,OAAD,CAApC;EACA,MAAMW,SAAS,GAAGnC,UAAU,CAACC,KAAD,CAA5B;EAEA,MAAMmC,YAAY,GAAG,IAAA7B,mBAAA,EAAW,CAC9B7C,cAAA,CAAM4C,OADwB,EAE9B,CAAC,IAAAf,gBAAA,EAAQD,aAAR,CAAD,IAA2B5B,cAAA,CAAM2E,wBAFH,EAG9BV,gBAAgB,IAAIjE,cAAA,CAAMiE,gBAHI,CAAX,CAArB;EAMA,oBACE;IAAK,SAAS,EAAEjE,cAAA,CAAM4E;EAAtB,gBACE;IAAK,SAAS,EAAE5E,cAAA,CAAM6E;EAAtB,GAA6BX,cAA7B,CADF,eAEE;IAAK,SAAS,EAAElE,cAAA,CAAM8E;EAAtB,gBACE;IAAK,SAAS,EAAE9E,cAAA,CAAM+E;EAAtB,GAAqCV,UAArC,CADF,eAEE;IAAK,SAAS,EAAEK;EAAhB,GACGP,iBADH,EAEGG,QAFH,EAGGC,WAHH,EAIGC,WAJH,EAKGJ,iBALH,CAFF,CAFF,EAYGK,SAZH,CADF;AAgBD,CA7CD;;AA+CAV,WAAW,CAACiB,YAAZ,GAA2B;EACzBpD,aAAa,EAAE;AADU,CAA3B;AAIAmC,WAAW,CAACkB,SAAZ,2CAAwB;EACtBrD,aAAa,EAAEsD,kBAAA,CAAUC,OAAV,CACbD,kBAAA,CAAUE,KAAV,cACKC,eAAA,CAAOJ,SADZ,EADa,CADO;EAMtB5C,MAAM,EAAE6C,kBAAA,CAAUE,KAAV,cAAoBE,oBAAA,CAAOL,SAA3B,EANc;EAOtBlE,KAAK,EAAEmE,kBAAA,CAAUC,OAAV,CACLD,kBAAA,CAAUE,KAAV,CAAgB;IACdlE,GAAG,EAAEgE,kBAAA,CAAUK,MADD;IAEd7E,KAAK,EAAEwE,kBAAA,CAAUK,MAAV,CAAiBC,UAFV;IAGdrE,IAAI,EAAE+D,kBAAA,CAAUK,MAAV,CAAiBC,UAHT;IAId5E,QAAQ,EAAEsE,kBAAA,CAAUO,IAAV,CAAeD,UAJX;IAKd7E,IAAI,EAAEuE,kBAAA,CAAUK,MALF;IAMd9D,IAAI,EAAEyD,kBAAA,CAAUC,OAAV,CACJD,kBAAA,CAAUE,KAAV,CAAgB;MACd1E,KAAK,EAAEwE,kBAAA,CAAUK,MAAV,CAAiBC,UADV;MAEdrE,IAAI,EAAE+D,kBAAA,CAAUK,MAAV,CAAiBC,UAFT;MAGd5E,QAAQ,EAAEsE,kBAAA,CAAUO,IAAV,CAAeD,UAHX;MAId7E,IAAI,EAAEuE,kBAAA,CAAUK,MAJF;MAKd/B,OAAO,EAAE0B,kBAAA,CAAUC,OAAV,CACPD,kBAAA,CAAUE,KAAV,CAAgB;QACd1E,KAAK,EAAEwE,kBAAA,CAAUK,MAAV,CAAiBC,UADV;QAEdrE,IAAI,EAAE+D,kBAAA,CAAUK,MAAV,CAAiBC,UAFT;QAGd5E,QAAQ,EAAEsE,kBAAA,CAAUO,IAAV,CAAeD,UAHX;QAId7E,IAAI,EAAEuE,kBAAA,CAAUK;MAJF,CAAhB,CADO;IALK,CAAhB,CADI;EANQ,CAAhB,CADK,EAwBLC,UA/BoB;EAgCtB5C,OAAO,EAAEsC,kBAAA,CAAUQ,SAAV,CAAoB,CAC3BR,kBAAA,CAAUE,KAAV,cACKO,kBAAA,CAAUV,SADf;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,MAAD,CAAhB;EAHR,GAD2B,EAM3BV,kBAAA,CAAUE,KAAV,cACKS,mBAAA,CAAWZ,SADhB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,MAAD,CAAhB;EAHR,GAN2B,EAW3BV,kBAAA,CAAUE,KAAV,cACKU,oBAAA,CAAYb,SADjB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,QAAD,CAAhB;EAHR,GAX2B,EAgB3BV,kBAAA,CAAUE,KAAV,cACKW,uBAAA,CAAed,SADpB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,sBAAD,CAAhB;EAHR,GAhB2B,EAqB3BV,kBAAA,CAAUE,KAAV,cACKY,uBAAA,CAAef,SADpB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,MAAD,CAAhB;EAHR,GArB2B,EA0B3BV,kBAAA,CAAUE,KAAV,cACKa,uBAAA,CAAehB,SADpB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,QAAD,CAAhB;EAHR,GA1B2B,EA+B3BV,kBAAA,CAAUE,KAAV,cACKc,kBAAA,CAAUjB,SADf;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,cAAD,EAAiB,6BAAjB,CAAhB;EAHR,GA/B2B,EAoC3BV,kBAAA,CAAUE,KAAV,cACKe,4BAAA,CAAoBlB,SADzB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,uBAAD,CAAhB;EAHR,GApC2B,EAyC3BV,kBAAA,CAAUE,KAAV,cACKgB,8BAAA,CAAsBnB,SAD3B;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,yBAAD,CAAhB;EAHR,GAzC2B,EA8C3BV,kBAAA,CAAUE,KAAV,cACKiB,kCAAA,CAA0BpB,SAD/B;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,eAAD,CAAhB;EAHR,GA9C2B,EAmD3BV,kBAAA,CAAUE,KAAV,cACKa,uBAAA,CAAehB,SADpB;IAEErC,OAAO,EAAEsC,kBAAA,CAAUE,KAAV,cACJiB,kCAAA,CAA0BpB,SADtB,EAEJgB,uBAAA,CAAehB,SAAf,CAAyBrC,OAAzB,CAAiCqC,SAF7B,EAFX;IAME/D,GAAG,EAAEgE,kBAAA,CAAUK,MANjB;IAOE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,kBAAD,CAAhB;EAPR,GAnD2B,CAApB,CAhCa;EA6FtBnD,aAAa,EAAEyC,kBAAA,CAAUE,KAAV,CAAgB;IAC7BxC,OAAO,EAAEsC,kBAAA,CAAUK,MADU;IAE7B7C,IAAI,EAAEwC,kBAAA,CAAUO,IAFa;IAG7B9C,OAAO,EAAEuC,kBAAA,CAAUoB;EAHU,CAAhB,CA7FO;EAkGtB/D,KAAK,EAAE2C,kBAAA,CAAUE,KAAV,cAAoBmB,gBAAA,CAAQtB,SAA5B,EAlGe;EAmGtBnB,OAAO,EAAEoB,kBAAA,CAAUE,KAAV,cACJS,mBAAA,CAAWZ,SADP;IAEP/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFR;IAGP5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,MAAD,CAAhB;EAHC,GAnGa;EAwGtB5E,WAAW,EAAEkE,kBAAA,CAAUoB,IAxGD;EAyGtBrC,gBAAgB,EAAEiB,kBAAA,CAAUO;AAzGN,CAAxB;eA4Ge1B,W"}
@@ -66,15 +66,15 @@
66
66
  border-left: solid 3px cm_grey_100;
67
67
  }
68
68
 
69
- .notifications {
69
+ .permanentNotifications {
70
70
  padding: 0 0 32px 0;
71
71
  }
72
72
 
73
- .notification {
73
+ .permanentNotification {
74
74
  margin-bottom: 10px;
75
75
  }
76
76
 
77
- .notification:last-child {
77
+ .permanentNotification:last-child {
78
78
  margin-bottom: 0;
79
79
  }
80
80
 
@@ -193,7 +193,7 @@
193
193
  }
194
194
 
195
195
  @media mobile {
196
- .notification {
196
+ .permanentNotification {
197
197
  margin: 0 auto;
198
198
  }
199
199
  }