@coorpacademy/components 11.32.19 → 11.32.20-alpha.31

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 (179) hide show
  1. package/es/atom/circular-progress-bar/index.d.ts +15 -0
  2. package/es/atom/circular-progress-bar/index.d.ts.map +1 -0
  3. package/es/atom/circular-progress-bar/index.js +86 -0
  4. package/es/atom/circular-progress-bar/index.js.map +1 -0
  5. package/es/atom/circular-progress-bar/style.css +51 -0
  6. package/es/atom/circular-progress-bar/types.d.ts +18 -0
  7. package/es/atom/circular-progress-bar/types.d.ts.map +1 -0
  8. package/es/atom/circular-progress-bar/types.js +10 -0
  9. package/es/atom/circular-progress-bar/types.js.map +1 -0
  10. package/es/atom/radio-with-title/index.d.ts +6 -0
  11. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  12. package/es/atom/radio-with-title/types.d.ts +6 -0
  13. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  14. package/es/atom/tag/index.d.ts +6 -1
  15. package/es/atom/tag/index.d.ts.map +1 -1
  16. package/es/atom/tag/index.js +16 -11
  17. package/es/atom/tag/index.js.map +1 -1
  18. package/es/atom/tag/style.css +39 -19
  19. package/es/atom/title/index.d.ts +6 -0
  20. package/es/atom/title/index.d.ts.map +1 -1
  21. package/es/atom/title/index.js +16 -4
  22. package/es/atom/title/index.js.map +1 -1
  23. package/es/atom/title/style.css +13 -0
  24. package/es/molecule/cm-popin/types.d.ts +6 -0
  25. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  26. package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  27. package/es/molecule/dashboard/cards-list/index.js +22 -25
  28. package/es/molecule/dashboard/cards-list/index.js.map +1 -1
  29. package/es/molecule/dashboard/cards-list/style.css +12 -29
  30. package/es/molecule/learning-priority-card/index.d.ts +41 -0
  31. package/es/molecule/learning-priority-card/index.d.ts.map +1 -0
  32. package/es/molecule/learning-priority-card/index.js +80 -0
  33. package/es/molecule/learning-priority-card/index.js.map +1 -0
  34. package/es/molecule/learning-priority-card/style.css +36 -0
  35. package/es/molecule/learning-priority-card/types.d.ts +20 -0
  36. package/es/molecule/learning-priority-card/types.d.ts.map +1 -0
  37. package/es/molecule/learning-priority-card/types.js +11 -0
  38. package/es/molecule/learning-priority-card/types.js.map +1 -0
  39. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +6 -0
  40. package/es/molecule/title-radio-wrapper/index.d.ts +6 -0
  41. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  42. package/es/molecule/title-radio-wrapper/types.d.ts +6 -0
  43. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  44. package/es/organism/rewards-form/index.d.ts +6 -0
  45. package/es/organism/select-opponents/index.d.ts +6 -0
  46. package/es/organism/select-opponents/index.d.ts.map +1 -1
  47. package/es/organism/select-opponents/types.d.ts +6 -0
  48. package/es/organism/select-opponents/types.d.ts.map +1 -1
  49. package/es/organism/title-and-input/index.d.ts +12 -0
  50. package/es/organism/title-and-input/index.d.ts.map +1 -1
  51. package/es/organism/title-and-input/types.d.ts +12 -0
  52. package/es/organism/title-and-input/types.d.ts.map +1 -1
  53. package/es/organism/wizard-contents/index.d.ts +6 -0
  54. package/es/template/app-player/loading/index.d.ts +6 -0
  55. package/es/template/app-player/player/index.d.ts +12 -0
  56. package/es/template/app-player/player/slides/index.d.ts +6 -0
  57. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  58. package/es/template/app-player/popin-correction/index.d.ts +6 -0
  59. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  60. package/es/template/app-player/popin-end/index.d.ts +6 -0
  61. package/es/template/app-review/index.d.ts +6 -0
  62. package/es/template/app-review/index.d.ts.map +1 -1
  63. package/es/template/app-review/player/prop-types.d.ts +6 -0
  64. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  65. package/es/template/app-review/prop-types.d.ts +6 -0
  66. package/es/template/app-review/prop-types.d.ts.map +1 -1
  67. package/es/template/back-office/brand-update/index.d.ts +6 -0
  68. package/es/template/common/dashboard/index.d.ts +12 -0
  69. package/es/template/common/search-page/index.d.ts +6 -0
  70. package/es/template/external-course/index.d.ts +6 -0
  71. package/es/template/my-learning/index.d.ts +68 -0
  72. package/es/template/my-learning/index.d.ts.map +1 -1
  73. package/es/template/my-learning/index.js +12 -2
  74. package/es/template/my-learning/index.js.map +1 -1
  75. package/es/template/my-learning/style.css +18 -3
  76. package/lib/atom/circular-progress-bar/index.d.ts +15 -0
  77. package/lib/atom/circular-progress-bar/index.d.ts.map +1 -0
  78. package/lib/atom/circular-progress-bar/index.js +101 -0
  79. package/lib/atom/circular-progress-bar/index.js.map +1 -0
  80. package/lib/atom/circular-progress-bar/style.css +51 -0
  81. package/lib/atom/circular-progress-bar/types.d.ts +18 -0
  82. package/lib/atom/circular-progress-bar/types.d.ts.map +1 -0
  83. package/lib/atom/circular-progress-bar/types.js +19 -0
  84. package/lib/atom/circular-progress-bar/types.js.map +1 -0
  85. package/lib/atom/radio-with-title/index.d.ts +6 -0
  86. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  87. package/lib/atom/radio-with-title/types.d.ts +6 -0
  88. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  89. package/lib/atom/tag/index.d.ts +6 -1
  90. package/lib/atom/tag/index.d.ts.map +1 -1
  91. package/lib/atom/tag/index.js +17 -11
  92. package/lib/atom/tag/index.js.map +1 -1
  93. package/lib/atom/tag/style.css +39 -19
  94. package/lib/atom/title/index.d.ts +6 -0
  95. package/lib/atom/title/index.d.ts.map +1 -1
  96. package/lib/atom/title/index.js +18 -4
  97. package/lib/atom/title/index.js.map +1 -1
  98. package/lib/atom/title/style.css +13 -0
  99. package/lib/molecule/cm-popin/types.d.ts +6 -0
  100. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  101. package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  102. package/lib/molecule/dashboard/cards-list/index.js +23 -25
  103. package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
  104. package/lib/molecule/dashboard/cards-list/style.css +12 -29
  105. package/lib/molecule/learning-priority-card/index.d.ts +41 -0
  106. package/lib/molecule/learning-priority-card/index.d.ts.map +1 -0
  107. package/lib/molecule/learning-priority-card/index.js +98 -0
  108. package/lib/molecule/learning-priority-card/index.js.map +1 -0
  109. package/lib/molecule/learning-priority-card/style.css +36 -0
  110. package/lib/molecule/learning-priority-card/types.d.ts +20 -0
  111. package/lib/molecule/learning-priority-card/types.d.ts.map +1 -0
  112. package/lib/molecule/learning-priority-card/types.js +20 -0
  113. package/lib/molecule/learning-priority-card/types.js.map +1 -0
  114. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +6 -0
  115. package/lib/molecule/title-radio-wrapper/index.d.ts +6 -0
  116. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  117. package/lib/molecule/title-radio-wrapper/types.d.ts +6 -0
  118. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  119. package/lib/organism/rewards-form/index.d.ts +6 -0
  120. package/lib/organism/select-opponents/index.d.ts +6 -0
  121. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  122. package/lib/organism/select-opponents/types.d.ts +6 -0
  123. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  124. package/lib/organism/title-and-input/index.d.ts +12 -0
  125. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  126. package/lib/organism/title-and-input/types.d.ts +12 -0
  127. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  128. package/lib/organism/wizard-contents/index.d.ts +6 -0
  129. package/lib/template/app-player/loading/index.d.ts +6 -0
  130. package/lib/template/app-player/player/index.d.ts +12 -0
  131. package/lib/template/app-player/player/slides/index.d.ts +6 -0
  132. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  133. package/lib/template/app-player/popin-correction/index.d.ts +6 -0
  134. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  135. package/lib/template/app-player/popin-end/index.d.ts +6 -0
  136. package/lib/template/app-review/index.d.ts +6 -0
  137. package/lib/template/app-review/index.d.ts.map +1 -1
  138. package/lib/template/app-review/player/prop-types.d.ts +6 -0
  139. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  140. package/lib/template/app-review/prop-types.d.ts +6 -0
  141. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  142. package/lib/template/back-office/brand-update/index.d.ts +6 -0
  143. package/lib/template/common/dashboard/index.d.ts +12 -0
  144. package/lib/template/common/search-page/index.d.ts +6 -0
  145. package/lib/template/external-course/index.d.ts +6 -0
  146. package/lib/template/my-learning/index.d.ts +68 -0
  147. package/lib/template/my-learning/index.d.ts.map +1 -1
  148. package/lib/template/my-learning/index.js +12 -2
  149. package/lib/template/my-learning/index.js.map +1 -1
  150. package/lib/template/my-learning/style.css +18 -3
  151. package/locales/bs/global.json +1 -0
  152. package/locales/cs/global.json +1 -0
  153. package/locales/de/global.json +1 -0
  154. package/locales/en/global.json +1 -0
  155. package/locales/es/global.json +1 -0
  156. package/locales/et/global.json +1 -0
  157. package/locales/fi/global.json +1 -0
  158. package/locales/fr/global.json +2 -1
  159. package/locales/hr/global.json +1 -0
  160. package/locales/hu/global.json +1 -0
  161. package/locales/hy/global.json +1 -0
  162. package/locales/it/global.json +1 -0
  163. package/locales/ja/global.json +1 -0
  164. package/locales/ko/global.json +1 -0
  165. package/locales/nl/global.json +1 -0
  166. package/locales/pl/global.json +1 -0
  167. package/locales/pt/global.json +1 -0
  168. package/locales/ro/global.json +1 -0
  169. package/locales/ru/global.json +1 -0
  170. package/locales/sk/global.json +1 -0
  171. package/locales/sl/global.json +1 -0
  172. package/locales/sv/global.json +1 -0
  173. package/locales/tl/global.json +1 -0
  174. package/locales/tr/global.json +1 -0
  175. package/locales/uk/global.json +1 -0
  176. package/locales/vi/global.json +1 -0
  177. package/locales/zh/global.json +1 -0
  178. package/locales/zh_TW/global.json +1 -0
  179. package/package.json +2 -2
@@ -10,6 +10,12 @@ declare const TitleAndInput: {
10
10
  'data-name': import("prop-types").Requireable<string>;
11
11
  titleSize: import("prop-types").Requireable<string>;
12
12
  subtitleSize: import("prop-types").Requireable<string>;
13
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
14
+ tag: import("prop-types").Requireable<import("prop-types").InferProps<{
15
+ label: import("prop-types").Requireable<string>;
16
+ type: import("prop-types").Requireable<string>;
17
+ size: import("prop-types").Requireable<string>;
18
+ }>>;
13
19
  }>>>;
14
20
  field: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
15
21
  title: import("prop-types").Requireable<string>;
@@ -65,6 +71,12 @@ declare const TitleAndInput: {
65
71
  'data-name': import("prop-types").Requireable<string>;
66
72
  titleSize: import("prop-types").Requireable<string>;
67
73
  subtitleSize: import("prop-types").Requireable<string>;
74
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
75
+ tag: import("prop-types").Requireable<import("prop-types").InferProps<{
76
+ label: import("prop-types").Requireable<string>;
77
+ type: import("prop-types").Requireable<string>;
78
+ size: import("prop-types").Requireable<string>;
79
+ }>>;
68
80
  }>>;
69
81
  child: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
70
82
  childType: import("prop-types").Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAiBtD,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAiBtD,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
@@ -11,6 +11,12 @@ declare const propTypes: {
11
11
  'data-name': PropTypes.Requireable<string>;
12
12
  titleSize: PropTypes.Requireable<string>;
13
13
  subtitleSize: PropTypes.Requireable<string>;
14
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
15
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
16
+ label: PropTypes.Requireable<string>;
17
+ type: PropTypes.Requireable<string>;
18
+ size: PropTypes.Requireable<string>;
19
+ }>>;
14
20
  }>>>;
15
21
  field: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
16
22
  title: PropTypes.Requireable<string>;
@@ -66,6 +72,12 @@ declare const propTypes: {
66
72
  'data-name': PropTypes.Requireable<string>;
67
73
  titleSize: PropTypes.Requireable<string>;
68
74
  subtitleSize: PropTypes.Requireable<string>;
75
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
76
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
77
+ label: PropTypes.Requireable<string>;
78
+ type: PropTypes.Requireable<string>;
79
+ size: PropTypes.Requireable<string>;
80
+ }>>;
69
81
  }>>;
70
82
  child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
71
83
  childType: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQd,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQd,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -284,6 +284,12 @@ declare namespace WizardContents {
284
284
  'data-name': PropTypes.Requireable<string>;
285
285
  titleSize: PropTypes.Requireable<string>;
286
286
  subtitleSize: PropTypes.Requireable<string>;
287
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
288
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
289
+ label: PropTypes.Requireable<string>;
290
+ type: PropTypes.Requireable<string>;
291
+ size: PropTypes.Requireable<string>;
292
+ }>>;
287
293
  }>>;
288
294
  child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
289
295
  childType: PropTypes.Requireable<string>;
@@ -15,6 +15,12 @@ declare namespace PlayerLoading {
15
15
  'data-name': PropTypes.Requireable<string>;
16
16
  titleSize: PropTypes.Requireable<string>;
17
17
  subtitleSize: PropTypes.Requireable<string>;
18
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
19
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
20
+ label: PropTypes.Requireable<string>;
21
+ type: PropTypes.Requireable<string>;
22
+ size: PropTypes.Requireable<string>;
23
+ }>>;
18
24
  }>>;
19
25
  headerIcon: PropTypes.Requireable<string>;
20
26
  backgroundImage: PropTypes.Requireable<string>;
@@ -66,6 +66,12 @@ declare namespace SlidePlayer {
66
66
  'data-name': PropTypes.Requireable<string>;
67
67
  titleSize: PropTypes.Requireable<string>;
68
68
  subtitleSize: PropTypes.Requireable<string>;
69
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
70
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
71
+ label: PropTypes.Requireable<string>;
72
+ type: PropTypes.Requireable<string>;
73
+ size: PropTypes.Requireable<string>;
74
+ }>>;
69
75
  }>>;
70
76
  headerIcon: PropTypes.Requireable<string>;
71
77
  backgroundImage: PropTypes.Requireable<string>;
@@ -339,6 +345,12 @@ declare namespace SlidePlayer {
339
345
  'data-name': PropTypes.Requireable<string>;
340
346
  titleSize: PropTypes.Requireable<string>;
341
347
  subtitleSize: PropTypes.Requireable<string>;
348
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
349
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
350
+ label: PropTypes.Requireable<string>;
351
+ type: PropTypes.Requireable<string>;
352
+ size: PropTypes.Requireable<string>;
353
+ }>>;
342
354
  }>>;
343
355
  headerIcon: PropTypes.Requireable<string>;
344
356
  backgroundImage: PropTypes.Requireable<string>;
@@ -72,6 +72,12 @@ declare namespace SlidesPlayer {
72
72
  'data-name': PropTypes.Requireable<string>;
73
73
  titleSize: PropTypes.Requireable<string>;
74
74
  subtitleSize: PropTypes.Requireable<string>;
75
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
76
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
77
+ label: PropTypes.Requireable<string>;
78
+ type: PropTypes.Requireable<string>;
79
+ size: PropTypes.Requireable<string>;
80
+ }>>;
75
81
  }>>;
76
82
  headerIcon: PropTypes.Requireable<string>;
77
83
  backgroundImage: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
@@ -102,6 +102,12 @@ declare class PopinCorrection extends React.Component<any, any, any> {
102
102
  'data-name': PropTypes.Requireable<string>;
103
103
  titleSize: PropTypes.Requireable<string>;
104
104
  subtitleSize: PropTypes.Requireable<string>;
105
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
106
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
107
+ label: PropTypes.Requireable<string>;
108
+ type: PropTypes.Requireable<string>;
109
+ size: PropTypes.Requireable<string>;
110
+ }>>;
105
111
  }>>;
106
112
  headerIcon: PropTypes.Requireable<string>;
107
113
  backgroundImage: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
@@ -196,6 +196,12 @@ declare namespace PopinEnd {
196
196
  'data-name': PropTypes.Requireable<string>;
197
197
  titleSize: PropTypes.Requireable<string>;
198
198
  subtitleSize: PropTypes.Requireable<string>;
199
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
200
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
201
+ label: PropTypes.Requireable<string>;
202
+ type: PropTypes.Requireable<string>;
203
+ size: PropTypes.Requireable<string>;
204
+ }>>;
199
205
  }>>;
200
206
  headerIcon: PropTypes.Requireable<string>;
201
207
  backgroundImage: PropTypes.Requireable<string>;
@@ -523,6 +523,12 @@ declare const AppReview: {
523
523
  'data-name': import("prop-types").Requireable<string>;
524
524
  titleSize: import("prop-types").Requireable<string>;
525
525
  subtitleSize: import("prop-types").Requireable<string>;
526
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
527
+ tag: import("prop-types").Requireable<import("prop-types").InferProps<{
528
+ label: import("prop-types").Requireable<string>;
529
+ type: import("prop-types").Requireable<string>;
530
+ size: import("prop-types").Requireable<string>;
531
+ }>>;
526
532
  }>>;
527
533
  headerIcon: import("prop-types").Requireable<string>;
528
534
  backgroundImage: import("prop-types").Requireable<string>;
@@ -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"}
@@ -523,6 +523,12 @@ declare const propTypes: {
523
523
  'data-name': PropTypes.Requireable<string>;
524
524
  titleSize: PropTypes.Requireable<string>;
525
525
  subtitleSize: PropTypes.Requireable<string>;
526
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
527
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
528
+ label: PropTypes.Requireable<string>;
529
+ type: PropTypes.Requireable<string>;
530
+ size: PropTypes.Requireable<string>;
531
+ }>>;
526
532
  }>>;
527
533
  headerIcon: PropTypes.Requireable<string>;
528
534
  backgroundImage: PropTypes.Requireable<string>;
@@ -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"}
@@ -527,6 +527,12 @@ declare const propTypes: {
527
527
  'data-name': PropTypes.Requireable<string>;
528
528
  titleSize: PropTypes.Requireable<string>;
529
529
  subtitleSize: PropTypes.Requireable<string>;
530
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
531
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
532
+ label: PropTypes.Requireable<string>;
533
+ type: PropTypes.Requireable<string>;
534
+ size: PropTypes.Requireable<string>;
535
+ }>>;
530
536
  }>>;
531
537
  headerIcon: PropTypes.Requireable<string>;
532
538
  backgroundImage: PropTypes.Requireable<string>;
@@ -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"}
@@ -728,6 +728,12 @@ declare namespace BrandUpdate {
728
728
  'data-name': PropTypes.Requireable<string>;
729
729
  titleSize: PropTypes.Requireable<string>;
730
730
  subtitleSize: PropTypes.Requireable<string>;
731
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
732
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
733
+ label: PropTypes.Requireable<string>;
734
+ type: PropTypes.Requireable<string>;
735
+ size: PropTypes.Requireable<string>;
736
+ }>>;
731
737
  }>>;
732
738
  headerIcon: PropTypes.Requireable<string>;
733
739
  backgroundImage: PropTypes.Requireable<string>;
@@ -16,6 +16,12 @@ declare namespace Dashboard {
16
16
  'data-name': PropTypes.Requireable<string>;
17
17
  titleSize: PropTypes.Requireable<string>;
18
18
  subtitleSize: PropTypes.Requireable<string>;
19
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
20
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
21
+ label: PropTypes.Requireable<string>;
22
+ type: PropTypes.Requireable<string>;
23
+ size: PropTypes.Requireable<string>;
24
+ }>>;
19
25
  }>>;
20
26
  headerIcon: PropTypes.Requireable<string>;
21
27
  backgroundImage: PropTypes.Requireable<string>;
@@ -292,6 +298,12 @@ declare namespace Dashboard {
292
298
  'data-name': PropTypes.Requireable<string>;
293
299
  titleSize: PropTypes.Requireable<string>;
294
300
  subtitleSize: PropTypes.Requireable<string>;
301
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
302
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
303
+ label: PropTypes.Requireable<string>;
304
+ type: PropTypes.Requireable<string>;
305
+ size: PropTypes.Requireable<string>;
306
+ }>>;
295
307
  }>>;
296
308
  headerIcon: PropTypes.Requireable<string>;
297
309
  backgroundImage: PropTypes.Requireable<string>;
@@ -194,6 +194,12 @@ declare namespace SearchPage {
194
194
  'data-name': PropTypes.Requireable<string>;
195
195
  titleSize: PropTypes.Requireable<string>;
196
196
  subtitleSize: PropTypes.Requireable<string>;
197
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
198
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
199
+ label: PropTypes.Requireable<string>;
200
+ type: PropTypes.Requireable<string>;
201
+ size: PropTypes.Requireable<string>;
202
+ }>>;
197
203
  }>>;
198
204
  headerIcon: PropTypes.Requireable<string>;
199
205
  backgroundImage: PropTypes.Requireable<string>;
@@ -33,6 +33,12 @@ declare namespace ExternalCourse {
33
33
  'data-name': PropTypes.Requireable<string>;
34
34
  titleSize: PropTypes.Requireable<string>;
35
35
  subtitleSize: PropTypes.Requireable<string>;
36
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
37
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
38
+ label: PropTypes.Requireable<string>;
39
+ type: PropTypes.Requireable<string>;
40
+ size: PropTypes.Requireable<string>;
41
+ }>>;
36
42
  }>>;
37
43
  headerIcon: PropTypes.Requireable<string>;
38
44
  backgroundImage: PropTypes.Requireable<string>;
@@ -48,6 +48,74 @@ declare namespace MyLearning {
48
48
  const onSkillFocusConfirm: PropTypes.Requireable<(...args: any[]) => any>;
49
49
  const onReviewSkill: PropTypes.Requireable<(...args: any[]) => any>;
50
50
  const onExploreSkill: PropTypes.Requireable<(...args: any[]) => any>;
51
+ const learningPriorities: PropTypes.Requireable<PropTypes.InferProps<{
52
+ contentType: PropTypes.Requireable<string>;
53
+ dataName: PropTypes.Requireable<string>;
54
+ title: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
55
+ showMore: PropTypes.Requireable<string>;
56
+ cards: PropTypes.Requireable<(PropTypes.InferProps<{
57
+ badge: PropTypes.Requireable<string>;
58
+ image: PropTypes.Requireable<string>;
59
+ disabled: PropTypes.Requireable<boolean>;
60
+ adaptiv: PropTypes.Requireable<boolean>;
61
+ type: PropTypes.Requireable<string>;
62
+ title: PropTypes.Requireable<string>;
63
+ author: PropTypes.Requireable<string>;
64
+ certifiedAuthor: PropTypes.Requireable<boolean>;
65
+ customer: PropTypes.Requireable<PropTypes.InferProps<{
66
+ theme: PropTypes.Requireable<string>;
67
+ type: PropTypes.Requireable<string>;
68
+ name: PropTypes.Requireable<string>;
69
+ coorpOriginal: PropTypes.Validator<boolean>;
70
+ disabled: PropTypes.Requireable<boolean>;
71
+ 'aria-label': PropTypes.Requireable<string>;
72
+ }>>;
73
+ progress: PropTypes.Requireable<number>;
74
+ favorite: PropTypes.Requireable<boolean>;
75
+ addFavoriteToolTip: PropTypes.Requireable<string>;
76
+ removeFavoriteToolTip: PropTypes.Requireable<string>;
77
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
78
+ onFavoriteClick: PropTypes.Requireable<(...args: any[]) => any>;
79
+ isSelected: PropTypes.Requireable<boolean>;
80
+ notification: PropTypes.Requireable<PropTypes.InferProps<{
81
+ message: PropTypes.Validator<string>;
82
+ icon: PropTypes.Validator<string>;
83
+ }>>;
84
+ badgeCategory: PropTypes.Requireable<string>;
85
+ badgeLabel: PropTypes.Requireable<string>;
86
+ theme: PropTypes.Requireable<string>;
87
+ disabledContent: PropTypes.Requireable<string>;
88
+ 'aria-label': PropTypes.Requireable<string>;
89
+ 'background-aria-label': PropTypes.Requireable<string>;
90
+ 'favorite-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
91
+ favorite: PropTypes.Requireable<string>;
92
+ addToFavorite: PropTypes.Requireable<string>;
93
+ removeFromFavorite: PropTypes.Requireable<string>;
94
+ }>>;
95
+ 'selectable-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
96
+ select: PropTypes.Requireable<string>;
97
+ unSelect: PropTypes.Requireable<string>;
98
+ }>>;
99
+ 'customer-aria-label': PropTypes.Requireable<string>;
100
+ 'badge-aria-label': PropTypes.Requireable<string>;
101
+ 'disabled-aria-label': PropTypes.Requireable<string>;
102
+ 'card-content-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
103
+ author: PropTypes.Requireable<string>;
104
+ progression: PropTypes.Requireable<string>;
105
+ adaptive: PropTypes.Requireable<string>;
106
+ }>>;
107
+ }> | null | undefined)[]>;
108
+ customStyle: PropTypes.Requireable<{
109
+ [x: string]: string | null | undefined;
110
+ }>;
111
+ onScroll: PropTypes.Requireable<(...args: any[]) => any>;
112
+ onShowMore: PropTypes.Requireable<(...args: any[]) => any>;
113
+ 'arrows-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
114
+ showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
115
+ showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
116
+ }>>;
117
+ testingSizes: PropTypes.Requireable<any>;
118
+ }>>;
51
119
  }
52
120
  }
53
121
  import PropTypes from "prop-types";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/my-learning/index.js"],"names":[],"mappings":";AAyHA,mEAgYC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/my-learning/index.js"],"names":[],"mappings":";AA0HA,mEAoYC"}
@@ -51,6 +51,8 @@ var _searchValueIncluded = _interopRequireDefault(require("../../util/search-val
51
51
 
52
52
  var _timeFormat = require("../../util/time-format");
53
53
 
54
+ var _cardsList = _interopRequireDefault(require("../../molecule/dashboard/cards-list"));
55
+
54
56
  var _style = _interopRequireDefault(require("./style.css"));
55
57
 
56
58
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
@@ -59,6 +61,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
59
61
 
60
62
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
61
63
 
64
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
65
+
62
66
  const ChangeSkillFocusButton = (props, context) => {
63
67
  const [hovered, setHovered] = (0, _react.useState)(false);
64
68
  const {
@@ -157,7 +161,8 @@ const MyLearning = (props, context) => {
157
161
  isLoading,
158
162
  onSkillFocusConfirm,
159
163
  onReviewSkill,
160
- onExploreSkill
164
+ onExploreSkill,
165
+ learningPriorities
161
166
  } = props;
162
167
  const {
163
168
  skin,
@@ -241,6 +246,10 @@ const MyLearning = (props, context) => {
241
246
  return /*#__PURE__*/_react.default.createElement("div", {
242
247
  className: _style.default.backgroundContainer
243
248
  }, /*#__PURE__*/_react.default.createElement("div", {
249
+ className: _style.default.cardsListContainer
250
+ }, /*#__PURE__*/_react.default.createElement(_cardsList.default, _extends({}, learningPriorities, {
251
+ "arrows-aria-label": ''
252
+ }))), /*#__PURE__*/_react.default.createElement("div", {
244
253
  className: _style.default.container
245
254
  }, /*#__PURE__*/_react.default.createElement(_skillPickerModal.default, {
246
255
  skills: skills,
@@ -457,7 +466,8 @@ MyLearning.propTypes = process.env.NODE_ENV !== "production" ? {
457
466
  isLoading: _propTypes.default.bool,
458
467
  onSkillFocusConfirm: _propTypes.default.func,
459
468
  onReviewSkill: _propTypes.default.func,
460
- onExploreSkill: _propTypes.default.func
469
+ onExploreSkill: _propTypes.default.func,
470
+ learningPriorities: _propTypes.default.shape(_cardsList.default.propTypes)
461
471
  } : {};
462
472
  var _default = MyLearning;
463
473
  exports.default = _default;