@coorpacademy/components 11.40.15 → 11.40.16

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 (301) hide show
  1. package/es/atom/button/style.css +2 -2
  2. package/es/atom/button-menu/utils.d.ts +1 -1
  3. package/es/atom/checkbox-with-title/index.d.ts +25 -1
  4. package/es/atom/checkbox-with-title/index.d.ts.map +1 -1
  5. package/es/atom/checkbox-with-title/index.js +19 -2
  6. package/es/atom/checkbox-with-title/index.js.map +1 -1
  7. package/es/atom/chip/index.d.ts.map +1 -1
  8. package/es/atom/chip/index.js +4 -4
  9. package/es/atom/chip/index.js.map +1 -1
  10. package/es/atom/content-badge/style.css +2 -2
  11. package/es/atom/input-html/index.d.ts.map +1 -1
  12. package/es/atom/input-html/index.js +2 -1
  13. package/es/atom/input-html/index.js.map +1 -1
  14. package/es/atom/input-switch/index.d.ts +24 -1
  15. package/es/atom/input-switch/index.d.ts.map +1 -1
  16. package/es/atom/input-switch/index.js +18 -4
  17. package/es/atom/input-switch/index.js.map +1 -1
  18. package/es/atom/input-switch/style.css +3 -0
  19. package/es/atom/range/index.d.ts +35 -3
  20. package/es/atom/range/index.d.ts.map +1 -1
  21. package/es/atom/range/index.js +95 -20
  22. package/es/atom/range/index.js.map +1 -1
  23. package/es/atom/range/style.css +40 -2
  24. package/es/atom/resource-miniature/style.css +3 -3
  25. package/es/atom/status-item/index.native.js +1 -1
  26. package/es/atom/status-item/index.native.js.map +1 -1
  27. package/es/molecule/base-modal/index.d.ts.map +1 -1
  28. package/es/molecule/base-modal/index.js +11 -5
  29. package/es/molecule/base-modal/index.js.map +1 -1
  30. package/es/molecule/card/favorite.d.ts.map +1 -1
  31. package/es/molecule/card/favorite.js +15 -16
  32. package/es/molecule/card/favorite.js.map +1 -1
  33. package/es/molecule/card/notification.css +0 -6
  34. package/es/molecule/card/notification.d.ts.map +1 -1
  35. package/es/molecule/card/notification.js +12 -14
  36. package/es/molecule/card/notification.js.map +1 -1
  37. package/es/molecule/cm-popin/types.d.ts +2 -0
  38. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  39. package/es/molecule/coorpmanager-base-banner/style.css +1 -1
  40. package/es/molecule/dashboard/cards-list/index.d.ts +9 -0
  41. package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  42. package/es/molecule/dashboard/cards-list/index.js +5 -1
  43. package/es/molecule/dashboard/cards-list/index.js.map +1 -1
  44. package/es/molecule/dashboard/cards-list/style.css +1 -1
  45. package/es/molecule/draggable-list/index.d.ts +1 -0
  46. package/es/molecule/go1-banner/style.css +3 -3
  47. package/es/molecule/learning-priority-modal/index.js +1 -1
  48. package/es/molecule/learning-priority-modal/index.js.map +1 -1
  49. package/es/molecule/modal/style.css +3 -3
  50. package/es/molecule/multi-filter-panel/index.d.ts +42 -0
  51. package/es/molecule/multi-filter-panel/index.d.ts.map +1 -1
  52. package/es/molecule/multi-filter-panel/index.js +28 -15
  53. package/es/molecule/multi-filter-panel/index.js.map +1 -1
  54. package/es/molecule/multi-filter-panel/prop-types.d.ts +32 -5
  55. package/es/molecule/multi-filter-panel/prop-types.d.ts.map +1 -1
  56. package/es/molecule/multi-filter-panel/prop-types.js +4 -0
  57. package/es/molecule/multi-filter-panel/prop-types.js.map +1 -1
  58. package/es/molecule/questions/question-range/index.d.ts +6 -1
  59. package/es/molecule/quick-filters/index.js +3 -1
  60. package/es/molecule/quick-filters/index.js.map +1 -1
  61. package/es/molecule/quick-filters/style.css +7 -2
  62. package/es/molecule/tabs/index.d.ts +39 -0
  63. package/es/molecule/tabs/index.d.ts.map +1 -0
  64. package/es/molecule/tabs/index.js +69 -0
  65. package/es/molecule/tabs/index.js.map +1 -0
  66. package/es/molecule/tabs/style.css +28 -0
  67. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +1 -0
  68. package/es/organism/brand-analytics/style.css +1 -1
  69. package/es/organism/brand-learning-priorities/index.d.ts +1 -0
  70. package/es/organism/content-skill-modal/index.d.ts +23 -0
  71. package/es/organism/content-skill-modal/index.d.ts.map +1 -1
  72. package/es/organism/content-skill-modal/types.d.ts +23 -0
  73. package/es/organism/content-skill-modal/types.d.ts.map +1 -1
  74. package/es/organism/filter-checkbox-and-search/index.d.ts +22 -0
  75. package/es/organism/filter-checkbox-and-search/index.d.ts.map +1 -1
  76. package/es/organism/filter-checkbox-and-search/index.js +21 -4
  77. package/es/organism/filter-checkbox-and-search/index.js.map +1 -1
  78. package/es/organism/filter-checkbox-and-search/props-types.d.ts +3 -0
  79. package/es/organism/filter-checkbox-and-search/props-types.d.ts.map +1 -1
  80. package/es/organism/filter-checkbox-and-search/props-types.js +1 -0
  81. package/es/organism/filter-checkbox-and-search/props-types.js.map +1 -1
  82. package/es/organism/filter-chip/index.d.ts +21 -0
  83. package/es/organism/filter-chip/index.d.ts.map +1 -1
  84. package/es/organism/filter-chip/index.js +14 -2
  85. package/es/organism/filter-chip/index.js.map +1 -1
  86. package/es/organism/filter-range/index.d.ts +28 -0
  87. package/es/organism/filter-range/index.d.ts.map +1 -0
  88. package/es/organism/filter-range/index.js +101 -0
  89. package/es/organism/filter-range/index.js.map +1 -0
  90. package/es/organism/filter-range/prop-types.d.ts +40 -0
  91. package/es/organism/filter-range/prop-types.d.ts.map +1 -0
  92. package/es/organism/filter-range/prop-types.js +20 -0
  93. package/es/organism/filter-range/prop-types.js.map +1 -0
  94. package/es/organism/filter-range/style.css +15 -0
  95. package/es/organism/filter-switch/index.d.ts +22 -0
  96. package/es/organism/filter-switch/index.d.ts.map +1 -1
  97. package/es/organism/filter-switch/index.js +18 -3
  98. package/es/organism/filter-switch/index.js.map +1 -1
  99. package/es/organism/filter-switch/prop-types.d.ts +2 -0
  100. package/es/organism/filter-switch/prop-types.d.ts.map +1 -1
  101. package/es/organism/filter-switch/prop-types.js +2 -1
  102. package/es/organism/filter-switch/prop-types.js.map +1 -1
  103. package/es/organism/list-item/index.d.ts +1 -0
  104. package/es/organism/list-items/index.d.ts +2 -0
  105. package/es/organism/list-items/style.css +1 -1
  106. package/es/organism/mooc-footer/style.css +2 -2
  107. package/es/organism/rewards-form/index.d.ts +1 -0
  108. package/es/organism/select-opponents/index.d.ts +1 -0
  109. package/es/organism/select-opponents/index.d.ts.map +1 -1
  110. package/es/organism/select-opponents/types.d.ts +1 -0
  111. package/es/organism/select-opponents/types.d.ts.map +1 -1
  112. package/es/organism/sidebar/style.css +3 -3
  113. package/es/organism/title-and-input/index.d.ts +1 -0
  114. package/es/organism/title-and-input/index.d.ts.map +1 -1
  115. package/es/organism/title-and-input/types.d.ts +1 -0
  116. package/es/organism/title-and-input/types.d.ts.map +1 -1
  117. package/es/organism/wizard-contents/index.d.ts +1 -0
  118. package/es/template/activity/stars-summary.css +2 -2
  119. package/es/template/app-player/loading/index.d.ts +2 -0
  120. package/es/template/app-player/player/index.d.ts +4 -0
  121. package/es/template/app-player/player/slides/index.d.ts +2 -0
  122. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  123. package/es/template/app-player/popin-correction/index.d.ts +2 -0
  124. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  125. package/es/template/app-player/popin-end/index.d.ts +11 -0
  126. package/es/template/app-player/popin-end/summary.d.ts +9 -0
  127. package/es/template/app-review/index.d.ts +2 -0
  128. package/es/template/app-review/index.d.ts.map +1 -1
  129. package/es/template/app-review/player/prop-types.d.ts +2 -0
  130. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  131. package/es/template/app-review/prop-types.d.ts +2 -0
  132. package/es/template/app-review/prop-types.d.ts.map +1 -1
  133. package/es/template/back-office/brand-update/index.d.ts +28 -0
  134. package/es/template/back-office/brand-update/utils.d.ts +1 -1
  135. package/es/template/common/dashboard/index.d.ts +4 -0
  136. package/es/template/common/search-page/index.d.ts +106 -21
  137. package/es/template/common/search-page/index.d.ts.map +1 -1
  138. package/es/template/common/search-page/index.js +76 -21
  139. package/es/template/common/search-page/index.js.map +1 -1
  140. package/es/template/common/search-page/style.css +52 -4
  141. package/es/template/external-course/index.d.ts +2 -0
  142. package/es/template/my-learning/index.d.ts +9 -0
  143. package/es/template/teams-dashboard/index.d.ts +9 -0
  144. package/es/util/external-content.js +2 -2
  145. package/es/util/external-content.js.map +1 -1
  146. package/es/variables/colors.css +6 -6
  147. package/es/variables/colors.d.ts +5 -4
  148. package/es/variables/colors.d.ts.map +1 -1
  149. package/es/variables/colors.js +5 -4
  150. package/es/variables/colors.js.map +1 -1
  151. package/lib/atom/button/style.css +2 -2
  152. package/lib/atom/button-menu/utils.d.ts +1 -1
  153. package/lib/atom/checkbox-with-title/index.d.ts +25 -1
  154. package/lib/atom/checkbox-with-title/index.d.ts.map +1 -1
  155. package/lib/atom/checkbox-with-title/index.js +19 -2
  156. package/lib/atom/checkbox-with-title/index.js.map +1 -1
  157. package/lib/atom/chip/index.d.ts.map +1 -1
  158. package/lib/atom/chip/index.js +4 -4
  159. package/lib/atom/chip/index.js.map +1 -1
  160. package/lib/atom/content-badge/style.css +2 -2
  161. package/lib/atom/input-html/index.d.ts.map +1 -1
  162. package/lib/atom/input-html/index.js +2 -1
  163. package/lib/atom/input-html/index.js.map +1 -1
  164. package/lib/atom/input-switch/index.d.ts +24 -1
  165. package/lib/atom/input-switch/index.d.ts.map +1 -1
  166. package/lib/atom/input-switch/index.js +18 -4
  167. package/lib/atom/input-switch/index.js.map +1 -1
  168. package/lib/atom/input-switch/style.css +3 -0
  169. package/lib/atom/range/index.d.ts +35 -3
  170. package/lib/atom/range/index.d.ts.map +1 -1
  171. package/lib/atom/range/index.js +95 -20
  172. package/lib/atom/range/index.js.map +1 -1
  173. package/lib/atom/range/style.css +40 -2
  174. package/lib/atom/resource-miniature/style.css +3 -3
  175. package/lib/atom/status-item/index.native.js +1 -1
  176. package/lib/atom/status-item/index.native.js.map +1 -1
  177. package/lib/molecule/base-modal/index.d.ts.map +1 -1
  178. package/lib/molecule/base-modal/index.js +11 -5
  179. package/lib/molecule/base-modal/index.js.map +1 -1
  180. package/lib/molecule/card/favorite.d.ts.map +1 -1
  181. package/lib/molecule/card/favorite.js +15 -16
  182. package/lib/molecule/card/favorite.js.map +1 -1
  183. package/lib/molecule/card/notification.css +0 -6
  184. package/lib/molecule/card/notification.d.ts.map +1 -1
  185. package/lib/molecule/card/notification.js +12 -14
  186. package/lib/molecule/card/notification.js.map +1 -1
  187. package/lib/molecule/cm-popin/types.d.ts +2 -0
  188. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  189. package/lib/molecule/coorpmanager-base-banner/style.css +1 -1
  190. package/lib/molecule/dashboard/cards-list/index.d.ts +9 -0
  191. package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  192. package/lib/molecule/dashboard/cards-list/index.js +5 -1
  193. package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
  194. package/lib/molecule/dashboard/cards-list/style.css +1 -1
  195. package/lib/molecule/draggable-list/index.d.ts +1 -0
  196. package/lib/molecule/go1-banner/style.css +3 -3
  197. package/lib/molecule/learning-priority-modal/index.js +1 -1
  198. package/lib/molecule/learning-priority-modal/index.js.map +1 -1
  199. package/lib/molecule/modal/style.css +3 -3
  200. package/lib/molecule/multi-filter-panel/index.d.ts +42 -0
  201. package/lib/molecule/multi-filter-panel/index.d.ts.map +1 -1
  202. package/lib/molecule/multi-filter-panel/index.js +28 -15
  203. package/lib/molecule/multi-filter-panel/index.js.map +1 -1
  204. package/lib/molecule/multi-filter-panel/prop-types.d.ts +32 -5
  205. package/lib/molecule/multi-filter-panel/prop-types.d.ts.map +1 -1
  206. package/lib/molecule/multi-filter-panel/prop-types.js +4 -0
  207. package/lib/molecule/multi-filter-panel/prop-types.js.map +1 -1
  208. package/lib/molecule/questions/question-range/index.d.ts +6 -1
  209. package/lib/molecule/quick-filters/index.js +3 -1
  210. package/lib/molecule/quick-filters/index.js.map +1 -1
  211. package/lib/molecule/quick-filters/style.css +7 -2
  212. package/lib/molecule/tabs/index.d.ts +39 -0
  213. package/lib/molecule/tabs/index.d.ts.map +1 -0
  214. package/lib/molecule/tabs/index.js +74 -0
  215. package/lib/molecule/tabs/index.js.map +1 -0
  216. package/lib/molecule/tabs/style.css +28 -0
  217. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +1 -0
  218. package/lib/organism/brand-analytics/style.css +1 -1
  219. package/lib/organism/brand-learning-priorities/index.d.ts +1 -0
  220. package/lib/organism/content-skill-modal/index.d.ts +23 -0
  221. package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
  222. package/lib/organism/content-skill-modal/types.d.ts +23 -0
  223. package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
  224. package/lib/organism/filter-checkbox-and-search/index.d.ts +22 -0
  225. package/lib/organism/filter-checkbox-and-search/index.d.ts.map +1 -1
  226. package/lib/organism/filter-checkbox-and-search/index.js +21 -4
  227. package/lib/organism/filter-checkbox-and-search/index.js.map +1 -1
  228. package/lib/organism/filter-checkbox-and-search/props-types.d.ts +3 -0
  229. package/lib/organism/filter-checkbox-and-search/props-types.d.ts.map +1 -1
  230. package/lib/organism/filter-checkbox-and-search/props-types.js +1 -0
  231. package/lib/organism/filter-checkbox-and-search/props-types.js.map +1 -1
  232. package/lib/organism/filter-chip/index.d.ts +21 -0
  233. package/lib/organism/filter-chip/index.d.ts.map +1 -1
  234. package/lib/organism/filter-chip/index.js +14 -2
  235. package/lib/organism/filter-chip/index.js.map +1 -1
  236. package/lib/organism/filter-range/index.d.ts +28 -0
  237. package/lib/organism/filter-range/index.d.ts.map +1 -0
  238. package/lib/organism/filter-range/index.js +108 -0
  239. package/lib/organism/filter-range/index.js.map +1 -0
  240. package/lib/organism/filter-range/prop-types.d.ts +40 -0
  241. package/lib/organism/filter-range/prop-types.d.ts.map +1 -0
  242. package/lib/organism/filter-range/prop-types.js +25 -0
  243. package/lib/organism/filter-range/prop-types.js.map +1 -0
  244. package/lib/organism/filter-range/style.css +15 -0
  245. package/lib/organism/filter-switch/index.d.ts +22 -0
  246. package/lib/organism/filter-switch/index.d.ts.map +1 -1
  247. package/lib/organism/filter-switch/index.js +18 -3
  248. package/lib/organism/filter-switch/index.js.map +1 -1
  249. package/lib/organism/filter-switch/prop-types.d.ts +2 -0
  250. package/lib/organism/filter-switch/prop-types.d.ts.map +1 -1
  251. package/lib/organism/filter-switch/prop-types.js +2 -1
  252. package/lib/organism/filter-switch/prop-types.js.map +1 -1
  253. package/lib/organism/list-item/index.d.ts +1 -0
  254. package/lib/organism/list-items/index.d.ts +2 -0
  255. package/lib/organism/list-items/style.css +1 -1
  256. package/lib/organism/mooc-footer/style.css +2 -2
  257. package/lib/organism/rewards-form/index.d.ts +1 -0
  258. package/lib/organism/select-opponents/index.d.ts +1 -0
  259. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  260. package/lib/organism/select-opponents/types.d.ts +1 -0
  261. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  262. package/lib/organism/sidebar/style.css +3 -3
  263. package/lib/organism/title-and-input/index.d.ts +1 -0
  264. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  265. package/lib/organism/title-and-input/types.d.ts +1 -0
  266. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  267. package/lib/organism/wizard-contents/index.d.ts +1 -0
  268. package/lib/template/activity/stars-summary.css +2 -2
  269. package/lib/template/app-player/loading/index.d.ts +2 -0
  270. package/lib/template/app-player/player/index.d.ts +4 -0
  271. package/lib/template/app-player/player/slides/index.d.ts +2 -0
  272. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  273. package/lib/template/app-player/popin-correction/index.d.ts +2 -0
  274. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  275. package/lib/template/app-player/popin-end/index.d.ts +11 -0
  276. package/lib/template/app-player/popin-end/summary.d.ts +9 -0
  277. package/lib/template/app-review/index.d.ts +2 -0
  278. package/lib/template/app-review/index.d.ts.map +1 -1
  279. package/lib/template/app-review/player/prop-types.d.ts +2 -0
  280. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  281. package/lib/template/app-review/prop-types.d.ts +2 -0
  282. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  283. package/lib/template/back-office/brand-update/index.d.ts +28 -0
  284. package/lib/template/back-office/brand-update/utils.d.ts +1 -1
  285. package/lib/template/common/dashboard/index.d.ts +4 -0
  286. package/lib/template/common/search-page/index.d.ts +106 -21
  287. package/lib/template/common/search-page/index.d.ts.map +1 -1
  288. package/lib/template/common/search-page/index.js +75 -20
  289. package/lib/template/common/search-page/index.js.map +1 -1
  290. package/lib/template/common/search-page/style.css +52 -4
  291. package/lib/template/external-course/index.d.ts +2 -0
  292. package/lib/template/my-learning/index.d.ts +9 -0
  293. package/lib/template/teams-dashboard/index.d.ts +9 -0
  294. package/lib/util/external-content.js +2 -2
  295. package/lib/util/external-content.js.map +1 -1
  296. package/lib/variables/colors.css +6 -6
  297. package/lib/variables/colors.d.ts +5 -4
  298. package/lib/variables/colors.d.ts.map +1 -1
  299. package/lib/variables/colors.js +5 -4
  300. package/lib/variables/colors.js.map +1 -1
  301. package/package.json +4 -2
@@ -7,8 +7,8 @@
7
7
  @value white from colors;
8
8
  @value dark from colors;
9
9
  @value cm_grey_700 from colors;
10
- @value lightMediumGray from colors;
11
- @value lightMediumGray from colors;
10
+ @value lightMediumGrey from colors;
11
+ @value lightMediumGrey from colors;
12
12
  @value cm_grey_500 from colors;
13
13
  @value medium from colors;
14
14
  @value transparent from colors;
@@ -63,7 +63,7 @@
63
63
  }
64
64
 
65
65
  .titleItem {
66
- background-color: lightMediumGray;
66
+ background-color: lightMediumGrey;
67
67
  list-style-type: none;
68
68
  padding: 0;
69
69
  }
@@ -260,6 +260,7 @@ declare const TitleAndInput: {
260
260
  }> | import("prop-types").InferProps<{
261
261
  items: import("prop-types").Requireable<(import("prop-types").InferProps<{
262
262
  checkboxWithTitle: import("prop-types").Requireable<import("prop-types").InferProps<{
263
+ value: import("prop-types").Requireable<string>;
263
264
  title: import("prop-types").Requireable<string>;
264
265
  name: import("prop-types").Requireable<string>;
265
266
  checked: import("prop-types").Requireable<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAGtD,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAI7C,CAAC;AAwBF,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAGtD,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAI7C,CAAC;AAwBF,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
@@ -265,6 +265,7 @@ declare const propTypes: {
265
265
  }> | PropTypes.InferProps<{
266
266
  items: PropTypes.Requireable<(PropTypes.InferProps<{
267
267
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
268
+ value: PropTypes.Requireable<string>;
268
269
  title: PropTypes.Requireable<string>;
269
270
  name: PropTypes.Requireable<string>;
270
271
  checked: PropTypes.Requireable<boolean>;
@@ -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;AACnD,OAAO,KAAK,MAAM,kBAAkB,CAAC;AACrC,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAC/D,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,aAAa,MAAM,2BAA2B,CAAC;AACtD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAIrD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bd,CAAC;AAEF,oBAAY,cAAc,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5D,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;IAC1C,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,eAAe,GACf,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAClE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GACtE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAC/D,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,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;AACnD,OAAO,KAAK,MAAM,kBAAkB,CAAC;AACrC,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAC/D,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,aAAa,MAAM,2BAA2B,CAAC;AACtD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAIrD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bd,CAAC;AAEF,oBAAY,cAAc,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5D,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;IAC1C,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,eAAe,GACf,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAClE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GACtE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAC/D,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -327,6 +327,7 @@ declare namespace WizardContents {
327
327
  type: PropTypes.Requireable<string>;
328
328
  items: PropTypes.Requireable<(PropTypes.InferProps<{
329
329
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
330
+ value: PropTypes.Requireable<string>;
330
331
  title: PropTypes.Requireable<string>;
331
332
  name: PropTypes.Requireable<string>;
332
333
  checked: PropTypes.Requireable<boolean>;
@@ -3,7 +3,7 @@
3
3
  @value tablet from breakpoints;
4
4
  @value colors: "../../variables/colors.css";
5
5
  @value light from colors;
6
- @value lightMediumGray from colors;
6
+ @value lightMediumGrey from colors;
7
7
  @value medium from colors;
8
8
  @value transparent from colors;
9
9
  @value white from colors;
@@ -116,7 +116,7 @@
116
116
  }
117
117
 
118
118
  .circle {
119
- box-shadow: 0 0px 4px 0 color(lightMediumGray a(70%));
119
+ box-shadow: 0 0px 4px 0 color(lightMediumGrey a(70%));
120
120
  border: solid 1px light;
121
121
  border-radius: 50%;
122
122
  cursor: pointer;
@@ -301,6 +301,7 @@ declare namespace PlayerLoading {
301
301
  }>>;
302
302
  image: PropTypes.Requireable<string>;
303
303
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
304
+ value: PropTypes.Requireable<string>;
304
305
  title: PropTypes.Requireable<string>;
305
306
  name: PropTypes.Requireable<string>;
306
307
  checked: PropTypes.Requireable<boolean>;
@@ -689,6 +690,7 @@ declare namespace PlayerLoading {
689
690
  searchIconAriaLabel: PropTypes.Requireable<string>;
690
691
  }>>;
691
692
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
693
+ value: PropTypes.Requireable<string>;
692
694
  title: PropTypes.Requireable<string>;
693
695
  name: PropTypes.Requireable<string>;
694
696
  checked: PropTypes.Requireable<boolean>;
@@ -360,6 +360,7 @@ declare namespace SlidePlayer {
360
360
  }>>;
361
361
  image: PropTypes.Requireable<string>;
362
362
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
363
+ value: PropTypes.Requireable<string>;
363
364
  title: PropTypes.Requireable<string>;
364
365
  name: PropTypes.Requireable<string>;
365
366
  checked: PropTypes.Requireable<boolean>;
@@ -748,6 +749,7 @@ declare namespace SlidePlayer {
748
749
  searchIconAriaLabel: PropTypes.Requireable<string>;
749
750
  }>>;
750
751
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
752
+ value: PropTypes.Requireable<string>;
751
753
  title: PropTypes.Requireable<string>;
752
754
  name: PropTypes.Requireable<string>;
753
755
  checked: PropTypes.Requireable<boolean>;
@@ -1218,6 +1220,7 @@ declare namespace SlidePlayer {
1218
1220
  }>>;
1219
1221
  image: PropTypes.Requireable<string>;
1220
1222
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
1223
+ value: PropTypes.Requireable<string>;
1221
1224
  title: PropTypes.Requireable<string>;
1222
1225
  name: PropTypes.Requireable<string>;
1223
1226
  checked: PropTypes.Requireable<boolean>;
@@ -1606,6 +1609,7 @@ declare namespace SlidePlayer {
1606
1609
  searchIconAriaLabel: PropTypes.Requireable<string>;
1607
1610
  }>>;
1608
1611
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
1612
+ value: PropTypes.Requireable<string>;
1609
1613
  title: PropTypes.Requireable<string>;
1610
1614
  name: PropTypes.Requireable<string>;
1611
1615
  checked: PropTypes.Requireable<boolean>;
@@ -366,6 +366,7 @@ declare namespace SlidesPlayer {
366
366
  }>>;
367
367
  image: PropTypes.Requireable<string>;
368
368
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
369
+ value: PropTypes.Requireable<string>;
369
370
  title: PropTypes.Requireable<string>;
370
371
  name: PropTypes.Requireable<string>;
371
372
  checked: PropTypes.Requireable<boolean>;
@@ -754,6 +755,7 @@ declare namespace SlidesPlayer {
754
755
  searchIconAriaLabel: PropTypes.Requireable<string>;
755
756
  }>>;
756
757
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
758
+ value: PropTypes.Requireable<string>;
757
759
  title: PropTypes.Requireable<string>;
758
760
  name: PropTypes.Requireable<string>;
759
761
  checked: PropTypes.Requireable<boolean>;
@@ -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"}
@@ -388,6 +388,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
388
388
  }>>;
389
389
  image: PropTypes.Requireable<string>;
390
390
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
391
+ value: PropTypes.Requireable<string>;
391
392
  title: PropTypes.Requireable<string>;
392
393
  name: PropTypes.Requireable<string>;
393
394
  checked: PropTypes.Requireable<boolean>;
@@ -776,6 +777,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
776
777
  searchIconAriaLabel: PropTypes.Requireable<string>;
777
778
  }>>;
778
779
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
780
+ value: PropTypes.Requireable<string>;
779
781
  title: PropTypes.Requireable<string>;
780
782
  name: PropTypes.Requireable<string>;
781
783
  checked: PropTypes.Requireable<boolean>;
@@ -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"}
@@ -175,6 +175,15 @@ declare namespace PopinEnd {
175
175
  progression: PropTypes.Requireable<number>;
176
176
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
177
177
  }> | null | undefined> | null | undefined)[]>;
178
+ tabs: PropTypes.Requireable<PropTypes.InferProps<{
179
+ items: PropTypes.Requireable<(PropTypes.InferProps<{
180
+ title: PropTypes.Requireable<string>;
181
+ count: PropTypes.Requireable<number>;
182
+ 'aria-label': PropTypes.Requireable<string>;
183
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
184
+ isActive: PropTypes.Requireable<boolean>;
185
+ }> | null | undefined)[]>;
186
+ }>>;
178
187
  customStyle: PropTypes.Requireable<{
179
188
  [x: string]: string | null | undefined;
180
189
  }>;
@@ -496,6 +505,7 @@ declare namespace PopinEnd {
496
505
  }>>;
497
506
  image: PropTypes.Requireable<string>;
498
507
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
508
+ value: PropTypes.Requireable<string>;
499
509
  title: PropTypes.Requireable<string>;
500
510
  name: PropTypes.Requireable<string>;
501
511
  checked: PropTypes.Requireable<boolean>;
@@ -884,6 +894,7 @@ declare namespace PopinEnd {
884
894
  searchIconAriaLabel: PropTypes.Requireable<string>;
885
895
  }>>;
886
896
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
897
+ value: PropTypes.Requireable<string>;
887
898
  title: PropTypes.Requireable<string>;
888
899
  name: PropTypes.Requireable<string>;
889
900
  checked: PropTypes.Requireable<boolean>;
@@ -173,6 +173,15 @@ declare namespace Summary {
173
173
  progression: PropTypes.Requireable<number>;
174
174
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
175
175
  }> | null | undefined> | null | undefined)[]>;
176
+ tabs: PropTypes.Requireable<PropTypes.InferProps<{
177
+ items: PropTypes.Requireable<(PropTypes.InferProps<{
178
+ title: PropTypes.Requireable<string>;
179
+ count: PropTypes.Requireable<number>;
180
+ 'aria-label': PropTypes.Requireable<string>;
181
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
182
+ isActive: PropTypes.Requireable<boolean>;
183
+ }> | null | undefined)[]>;
184
+ }>>;
176
185
  customStyle: PropTypes.Requireable<{
177
186
  [x: string]: string | null | undefined;
178
187
  }>;
@@ -809,6 +809,7 @@ declare const AppReview: {
809
809
  }>>;
810
810
  image: import("prop-types").Requireable<string>;
811
811
  checkbox: import("prop-types").Requireable<import("prop-types").InferProps<{
812
+ value: import("prop-types").Requireable<string>;
812
813
  title: import("prop-types").Requireable<string>;
813
814
  name: import("prop-types").Requireable<string>;
814
815
  checked: import("prop-types").Requireable<boolean>;
@@ -1197,6 +1198,7 @@ declare const AppReview: {
1197
1198
  searchIconAriaLabel: import("prop-types").Requireable<string>;
1198
1199
  }>>;
1199
1200
  checkboxWithTitle: import("prop-types").Requireable<import("prop-types").InferProps<{
1201
+ value: import("prop-types").Requireable<string>;
1200
1202
  title: import("prop-types").Requireable<string>;
1201
1203
  name: import("prop-types").Requireable<string>;
1202
1204
  checked: import("prop-types").Requireable<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,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":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
@@ -810,6 +810,7 @@ declare const propTypes: {
810
810
  }>>;
811
811
  image: PropTypes.Requireable<string>;
812
812
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
813
+ value: PropTypes.Requireable<string>;
813
814
  title: PropTypes.Requireable<string>;
814
815
  name: PropTypes.Requireable<string>;
815
816
  checked: PropTypes.Requireable<boolean>;
@@ -1198,6 +1199,7 @@ declare const propTypes: {
1198
1199
  searchIconAriaLabel: PropTypes.Requireable<string>;
1199
1200
  }>>;
1200
1201
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
1202
+ value: PropTypes.Requireable<string>;
1201
1203
  title: PropTypes.Requireable<string>;
1202
1204
  name: PropTypes.Requireable<string>;
1203
1205
  checked: PropTypes.Requireable<boolean>;
@@ -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"}
@@ -814,6 +814,7 @@ declare const propTypes: {
814
814
  }>>;
815
815
  image: PropTypes.Requireable<string>;
816
816
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
817
+ value: PropTypes.Requireable<string>;
817
818
  title: PropTypes.Requireable<string>;
818
819
  name: PropTypes.Requireable<string>;
819
820
  checked: PropTypes.Requireable<boolean>;
@@ -1202,6 +1203,7 @@ declare const propTypes: {
1202
1203
  searchIconAriaLabel: PropTypes.Requireable<string>;
1203
1204
  }>>;
1204
1205
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
1206
+ value: PropTypes.Requireable<string>;
1205
1207
  title: PropTypes.Requireable<string>;
1206
1208
  name: PropTypes.Requireable<string>;
1207
1209
  checked: PropTypes.Requireable<boolean>;
@@ -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"}
@@ -589,6 +589,7 @@ declare namespace BrandUpdate {
589
589
  }>>;
590
590
  image: PropTypes.Requireable<string>;
591
591
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
592
+ value: PropTypes.Requireable<string>;
592
593
  title: PropTypes.Requireable<string>;
593
594
  name: PropTypes.Requireable<string>;
594
595
  checked: PropTypes.Requireable<boolean>;
@@ -977,6 +978,7 @@ declare namespace BrandUpdate {
977
978
  searchIconAriaLabel: PropTypes.Requireable<string>;
978
979
  }>>;
979
980
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
981
+ value: PropTypes.Requireable<string>;
980
982
  title: PropTypes.Requireable<string>;
981
983
  name: PropTypes.Requireable<string>;
982
984
  checked: PropTypes.Requireable<boolean>;
@@ -1597,6 +1599,7 @@ declare namespace BrandUpdate {
1597
1599
  }>>;
1598
1600
  image: PropTypes.Requireable<string>;
1599
1601
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
1602
+ value: PropTypes.Requireable<string>;
1600
1603
  title: PropTypes.Requireable<string>;
1601
1604
  name: PropTypes.Requireable<string>;
1602
1605
  checked: PropTypes.Requireable<boolean>;
@@ -2124,6 +2127,7 @@ declare namespace BrandUpdate {
2124
2127
  }>>;
2125
2128
  image: PropTypes.Requireable<string>;
2126
2129
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
2130
+ value: PropTypes.Requireable<string>;
2127
2131
  title: PropTypes.Requireable<string>;
2128
2132
  name: PropTypes.Requireable<string>;
2129
2133
  checked: PropTypes.Requireable<boolean>;
@@ -2512,6 +2516,7 @@ declare namespace BrandUpdate {
2512
2516
  searchIconAriaLabel: PropTypes.Requireable<string>;
2513
2517
  }>>;
2514
2518
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
2519
+ value: PropTypes.Requireable<string>;
2515
2520
  title: PropTypes.Requireable<string>;
2516
2521
  name: PropTypes.Requireable<string>;
2517
2522
  checked: PropTypes.Requireable<boolean>;
@@ -2913,6 +2918,7 @@ declare namespace BrandUpdate {
2913
2918
  }>>;
2914
2919
  image: PropTypes.Requireable<string>;
2915
2920
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
2921
+ value: PropTypes.Requireable<string>;
2916
2922
  title: PropTypes.Requireable<string>;
2917
2923
  name: PropTypes.Requireable<string>;
2918
2924
  checked: PropTypes.Requireable<boolean>;
@@ -3301,6 +3307,7 @@ declare namespace BrandUpdate {
3301
3307
  searchIconAriaLabel: PropTypes.Requireable<string>;
3302
3308
  }>>;
3303
3309
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
3310
+ value: PropTypes.Requireable<string>;
3304
3311
  title: PropTypes.Requireable<string>;
3305
3312
  name: PropTypes.Requireable<string>;
3306
3313
  checked: PropTypes.Requireable<boolean>;
@@ -3487,6 +3494,7 @@ declare namespace BrandUpdate {
3487
3494
  count: PropTypes.Requireable<number>;
3488
3495
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
3489
3496
  }> | null | undefined)[]>;
3497
+ emptySearchResult: PropTypes.Requireable<string>;
3490
3498
  searchOptions: PropTypes.Requireable<PropTypes.InferProps<{
3491
3499
  value: PropTypes.Requireable<string>;
3492
3500
  placeholder: PropTypes.Validator<string>;
@@ -3513,8 +3521,28 @@ declare namespace BrandUpdate {
3513
3521
  onChange: PropTypes.Validator<(...args: any[]) => any>;
3514
3522
  theme: PropTypes.Validator<string>;
3515
3523
  ariaLabel: PropTypes.Validator<string>;
3524
+ id: PropTypes.Requireable<string>;
3516
3525
  }> | null | undefined)[]>;
3517
3526
  }>>;
3527
+ }> | PropTypes.InferProps<{
3528
+ type: PropTypes.Requireable<string>;
3529
+ options: PropTypes.Requireable<PropTypes.InferProps<{
3530
+ title: PropTypes.Validator<string>;
3531
+ titleAriaLabel: PropTypes.Requireable<string>;
3532
+ onClear: PropTypes.Validator<(...args: any[]) => any>;
3533
+ options: PropTypes.Requireable<PropTypes.InferProps<{
3534
+ label: PropTypes.Validator<string>;
3535
+ min: PropTypes.Validator<number>;
3536
+ max: PropTypes.Validator<number>;
3537
+ step: PropTypes.Requireable<number>;
3538
+ value: PropTypes.Requireable<(number | null | undefined)[]>;
3539
+ minLabel: PropTypes.Requireable<string>;
3540
+ maxLabel: PropTypes.Requireable<string>;
3541
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
3542
+ theme: PropTypes.Requireable<string>;
3543
+ selected: PropTypes.Requireable<boolean>;
3544
+ }>>;
3545
+ }>>;
3518
3546
  }> | null | undefined> | null | undefined)[]>;
3519
3547
  }>>>;
3520
3548
  modal: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
@@ -52,7 +52,7 @@ export namespace POPIN_THEMES {
52
52
  declare namespace ICON_PROPS {
53
53
  export namespace published_1 {
54
54
  const iconName: string;
55
- const iconColor: "#9999A8";
55
+ const iconColor: "#515161";
56
56
  const backgroundColor: "#EAEAEB";
57
57
  const preset: string;
58
58
  }
@@ -305,6 +305,7 @@ declare namespace Dashboard {
305
305
  }>>;
306
306
  image: PropTypes.Requireable<string>;
307
307
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
308
+ value: PropTypes.Requireable<string>;
308
309
  title: PropTypes.Requireable<string>;
309
310
  name: PropTypes.Requireable<string>;
310
311
  checked: PropTypes.Requireable<boolean>;
@@ -693,6 +694,7 @@ declare namespace Dashboard {
693
694
  searchIconAriaLabel: PropTypes.Requireable<string>;
694
695
  }>>;
695
696
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
697
+ value: PropTypes.Requireable<string>;
696
698
  title: PropTypes.Requireable<string>;
697
699
  name: PropTypes.Requireable<string>;
698
700
  checked: PropTypes.Requireable<boolean>;
@@ -1166,6 +1168,7 @@ declare namespace Dashboard {
1166
1168
  }>>;
1167
1169
  image: PropTypes.Requireable<string>;
1168
1170
  checkbox: PropTypes.Requireable<PropTypes.InferProps<{
1171
+ value: PropTypes.Requireable<string>;
1169
1172
  title: PropTypes.Requireable<string>;
1170
1173
  name: PropTypes.Requireable<string>;
1171
1174
  checked: PropTypes.Requireable<boolean>;
@@ -1554,6 +1557,7 @@ declare namespace Dashboard {
1554
1557
  searchIconAriaLabel: PropTypes.Requireable<string>;
1555
1558
  }>>;
1556
1559
  checkboxWithTitle: PropTypes.Requireable<PropTypes.InferProps<{
1560
+ value: PropTypes.Requireable<string>;
1557
1561
  title: PropTypes.Requireable<string>;
1558
1562
  name: PropTypes.Requireable<string>;
1559
1563
  checked: PropTypes.Requireable<boolean>;