@coorpacademy/components 10.24.3 → 10.24.5-alpha.2

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 (6881) hide show
  1. package/es/atom/autocomplete/index.d.ts +24 -0
  2. package/es/atom/autocomplete/index.d.ts.map +1 -0
  3. package/es/atom/autocomplete/test/fixtures/default.d.ts +20 -0
  4. package/es/atom/autocomplete/test/fixtures/default.d.ts.map +1 -0
  5. package/es/atom/autocomplete/test/fixtures/error.d.ts +22 -0
  6. package/es/atom/autocomplete/test/fixtures/error.d.ts.map +1 -0
  7. package/es/atom/autocomplete/test/fixtures/filled.d.ts +22 -0
  8. package/es/atom/autocomplete/test/fixtures/filled.d.ts.map +1 -0
  9. package/es/atom/autocomplete/test/fixtures/modified.d.ts +22 -0
  10. package/es/atom/autocomplete/test/fixtures/modified.d.ts.map +1 -0
  11. package/es/atom/autocomplete/test/index.stories.d.ts +109 -0
  12. package/es/atom/autocomplete/test/index.stories.d.ts.map +1 -0
  13. package/es/atom/avatar/index.d.ts +11 -0
  14. package/es/atom/avatar/index.d.ts.map +1 -0
  15. package/es/atom/avatar/test/fixtures/default.d.ts +7 -0
  16. package/es/atom/avatar/test/fixtures/default.d.ts.map +1 -0
  17. package/es/atom/avatar/test/index.stories.d.ts +20 -0
  18. package/es/atom/avatar/test/index.stories.d.ts.map +1 -0
  19. package/es/atom/button/index.d.ts +22 -0
  20. package/es/atom/button/index.d.ts.map +1 -0
  21. package/es/atom/button/test/fixtures/a.d.ts +5 -0
  22. package/es/atom/button/test/fixtures/a.d.ts.map +1 -0
  23. package/es/atom/button/test/fixtures/class-name.d.ts +5 -0
  24. package/es/atom/button/test/fixtures/class-name.d.ts.map +1 -0
  25. package/es/atom/button/test/fixtures/clear.d.ts +9 -0
  26. package/es/atom/button/test/fixtures/clear.d.ts.map +1 -0
  27. package/es/atom/button/test/fixtures/default.d.ts +8 -0
  28. package/es/atom/button/test/fixtures/default.d.ts.map +1 -0
  29. package/es/atom/button/test/fixtures/disabled.d.ts +5 -0
  30. package/es/atom/button/test/fixtures/disabled.d.ts.map +1 -0
  31. package/es/atom/button/test/fixtures/download.d.ts +5 -0
  32. package/es/atom/button/test/fixtures/download.d.ts.map +1 -0
  33. package/es/atom/button/test/fixtures/link.d.ts +5 -0
  34. package/es/atom/button/test/fixtures/link.d.ts.map +1 -0
  35. package/es/atom/button/test/fixtures/sso.d.ts +10 -0
  36. package/es/atom/button/test/fixtures/sso.d.ts.map +1 -0
  37. package/es/atom/button/test/index.stories.d.ts +69 -0
  38. package/es/atom/button/test/index.stories.d.ts.map +1 -0
  39. package/es/atom/button-link/index.d.ts +25 -0
  40. package/es/atom/button-link/index.d.ts.map +1 -0
  41. package/es/atom/button-link/test/fixtures/button-dangerous-no-icon.d.ts +11 -0
  42. package/es/atom/button-link/test/fixtures/button-dangerous-no-icon.d.ts.map +1 -0
  43. package/es/atom/button-link/test/fixtures/button-primary-icon-left.d.ts +15 -0
  44. package/es/atom/button-link/test/fixtures/button-primary-icon-left.d.ts.map +1 -0
  45. package/es/atom/button-link/test/fixtures/button-primary-no-icon.d.ts +11 -0
  46. package/es/atom/button-link/test/fixtures/button-primary-no-icon.d.ts.map +1 -0
  47. package/es/atom/button-link/test/fixtures/button-secondary-no-icon-disabled.d.ts +12 -0
  48. package/es/atom/button-link/test/fixtures/button-secondary-no-icon-disabled.d.ts.map +1 -0
  49. package/es/atom/button-link/test/fixtures/button-tertiary-icon-left.d.ts +15 -0
  50. package/es/atom/button-link/test/fixtures/button-tertiary-icon-left.d.ts.map +1 -0
  51. package/es/atom/button-link/test/fixtures/link-primary-disabled-icon-right.d.ts +18 -0
  52. package/es/atom/button-link/test/fixtures/link-primary-disabled-icon-right.d.ts.map +1 -0
  53. package/es/atom/button-link/test/fixtures/link-secondary-icon-right.d.ts +18 -0
  54. package/es/atom/button-link/test/fixtures/link-secondary-icon-right.d.ts.map +1 -0
  55. package/es/atom/button-link/test/fixtures/link-tertiary-no-icon.d.ts +14 -0
  56. package/es/atom/button-link/test/fixtures/link-tertiary-no-icon.d.ts.map +1 -0
  57. package/es/atom/button-link/test/fixtures/link-text-icon-right-target-blank.d.ts +18 -0
  58. package/es/atom/button-link/test/fixtures/link-text-icon-right-target-blank.d.ts.map +1 -0
  59. package/es/atom/button-link/test/fixtures/link-text-no-icon-download.d.ts +14 -0
  60. package/es/atom/button-link/test/fixtures/link-text-no-icon-download.d.ts.map +1 -0
  61. package/es/atom/button-link/test/index.stories.d.ts +164 -0
  62. package/es/atom/button-link/test/index.stories.d.ts.map +1 -0
  63. package/es/atom/button-link-icon-only/index.d.ts +20 -0
  64. package/es/atom/button-link-icon-only/index.d.ts.map +1 -0
  65. package/es/atom/button-link-icon-only/test/fixtures/button-icon-bullet.d.ts +11 -0
  66. package/es/atom/button-link-icon-only/test/fixtures/button-icon-bullet.d.ts.map +1 -0
  67. package/es/atom/button-link-icon-only/test/fixtures/default.d.ts +11 -0
  68. package/es/atom/button-link-icon-only/test/fixtures/default.d.ts.map +1 -0
  69. package/es/atom/button-link-icon-only/test/fixtures/no-icon.d.ts +8 -0
  70. package/es/atom/button-link-icon-only/test/fixtures/no-icon.d.ts.map +1 -0
  71. package/es/atom/button-link-icon-only/test/fixtures/review-header.d.ts +11 -0
  72. package/es/atom/button-link-icon-only/test/fixtures/review-header.d.ts.map +1 -0
  73. package/es/atom/button-link-icon-only/test/fixtures/small-button-disabled.d.ts +12 -0
  74. package/es/atom/button-link-icon-only/test/fixtures/small-button-disabled.d.ts.map +1 -0
  75. package/es/atom/button-link-icon-only/test/fixtures/small-link-download.d.ts +14 -0
  76. package/es/atom/button-link-icon-only/test/fixtures/small-link-download.d.ts.map +1 -0
  77. package/es/atom/button-link-icon-only/test/index.stories.d.ts +84 -0
  78. package/es/atom/button-link-icon-only/test/index.stories.d.ts.map +1 -0
  79. package/es/atom/button-menu/index.d.ts +16 -0
  80. package/es/atom/button-menu/index.d.ts.map +1 -0
  81. package/es/atom/button-menu/test/fixtures/default.d.ts +26 -0
  82. package/es/atom/button-menu/test/fixtures/default.d.ts.map +1 -0
  83. package/es/atom/button-menu/test/fixtures/multiple-buttons.d.ts +25 -0
  84. package/es/atom/button-menu/test/fixtures/multiple-buttons.d.ts.map +1 -0
  85. package/es/atom/button-menu/test/index.stories.d.ts +50 -0
  86. package/es/atom/button-menu/test/index.stories.d.ts.map +1 -0
  87. package/es/atom/card-image-preview/index.d.ts +36 -0
  88. package/es/atom/card-image-preview/index.d.ts.map +1 -0
  89. package/es/atom/card-image-preview/test/fixtures/default.d.ts +7 -0
  90. package/es/atom/card-image-preview/test/fixtures/default.d.ts.map +1 -0
  91. package/es/atom/card-image-preview/test/fixtures/empty.d.ts +5 -0
  92. package/es/atom/card-image-preview/test/fixtures/empty.d.ts.map +1 -0
  93. package/es/atom/card-image-preview/test/index.stories.d.ts +49 -0
  94. package/es/atom/card-image-preview/test/index.stories.d.ts.map +1 -0
  95. package/es/atom/catalog-section/index.d.ts +13 -0
  96. package/es/atom/catalog-section/index.d.ts.map +1 -0
  97. package/es/atom/catalog-section/test/fixtures/list.d.ts +8 -0
  98. package/es/atom/catalog-section/test/fixtures/list.d.ts.map +1 -0
  99. package/es/atom/catalog-section/test/fixtures/picture.d.ts +8 -0
  100. package/es/atom/catalog-section/test/fixtures/picture.d.ts.map +1 -0
  101. package/es/atom/catalog-section/test/index.stories.d.ts +28 -0
  102. package/es/atom/catalog-section/test/index.stories.d.ts.map +1 -0
  103. package/es/atom/centered-text/index.d.ts +11 -0
  104. package/es/atom/centered-text/index.d.ts.map +1 -0
  105. package/es/atom/centered-text/test/fixtures/default.d.ts +6 -0
  106. package/es/atom/centered-text/test/fixtures/default.d.ts.map +1 -0
  107. package/es/atom/centered-text/test/index.stories.d.ts +18 -0
  108. package/es/atom/centered-text/test/index.stories.d.ts.map +1 -0
  109. package/es/atom/checkbox/index.d.ts +16 -0
  110. package/es/atom/checkbox/index.d.ts.map +1 -0
  111. package/es/atom/checkbox/test/fixtures/checked.d.ts +5 -0
  112. package/es/atom/checkbox/test/fixtures/checked.d.ts.map +1 -0
  113. package/es/atom/checkbox/test/fixtures/default.d.ts +11 -0
  114. package/es/atom/checkbox/test/fixtures/default.d.ts.map +1 -0
  115. package/es/atom/checkbox/test/fixtures/disabled.d.ts +5 -0
  116. package/es/atom/checkbox/test/fixtures/disabled.d.ts.map +1 -0
  117. package/es/atom/checkbox/test/fixtures/required.d.ts +5 -0
  118. package/es/atom/checkbox/test/fixtures/required.d.ts.map +1 -0
  119. package/es/atom/checkbox/test/index.stories.d.ts +41 -0
  120. package/es/atom/checkbox/test/index.stories.d.ts.map +1 -0
  121. package/es/atom/checkbox-with-title/index.d.ts +14 -0
  122. package/es/atom/checkbox-with-title/index.d.ts.map +1 -0
  123. package/es/atom/checkbox-with-title/test/fixtures/checked.d.ts +9 -0
  124. package/es/atom/checkbox-with-title/test/fixtures/checked.d.ts.map +1 -0
  125. package/es/atom/checkbox-with-title/test/fixtures/unchecked.d.ts +9 -0
  126. package/es/atom/checkbox-with-title/test/fixtures/unchecked.d.ts.map +1 -0
  127. package/es/atom/checkbox-with-title/test/index.stories.d.ts +33 -0
  128. package/es/atom/checkbox-with-title/test/index.stories.d.ts.map +1 -0
  129. package/es/atom/chips/index.d.ts +12 -0
  130. package/es/atom/chips/index.d.ts.map +1 -0
  131. package/es/atom/chips/test/fixtures/default.d.ts +10 -0
  132. package/es/atom/chips/test/fixtures/default.d.ts.map +1 -0
  133. package/es/atom/chips/test/fixtures/long-text.d.ts +10 -0
  134. package/es/atom/chips/test/fixtures/long-text.d.ts.map +1 -0
  135. package/es/atom/chips/test/fixtures/non-selected.d.ts +10 -0
  136. package/es/atom/chips/test/fixtures/non-selected.d.ts.map +1 -0
  137. package/es/atom/chips/test/index.stories.d.ts +42 -0
  138. package/es/atom/chips/test/index.stories.d.ts.map +1 -0
  139. package/es/atom/choice/index.native.d.ts +17 -0
  140. package/es/atom/choice/index.native.d.ts.map +1 -0
  141. package/es/atom/choice/test/fixtures/default.d.ts +7 -0
  142. package/es/atom/choice/test/fixtures/default.d.ts.map +1 -0
  143. package/es/atom/choice/test/fixtures/disabled.d.ts +7 -0
  144. package/es/atom/choice/test/fixtures/disabled.d.ts.map +1 -0
  145. package/es/atom/choice/test/fixtures/selected.d.ts +7 -0
  146. package/es/atom/choice/test/fixtures/selected.d.ts.map +1 -0
  147. package/es/atom/choice/test/fixtures/squeezed.d.ts +7 -0
  148. package/es/atom/choice/test/fixtures/squeezed.d.ts.map +1 -0
  149. package/es/atom/choice/test/fixtures/with-html-content.d.ts +7 -0
  150. package/es/atom/choice/test/fixtures/with-html-content.d.ts.map +1 -0
  151. package/es/atom/choice/test/fixtures/with-image.d.ts +7 -0
  152. package/es/atom/choice/test/fixtures/with-image.d.ts.map +1 -0
  153. package/es/atom/clue/index.d.ts +44 -0
  154. package/es/atom/clue/index.d.ts.map +1 -0
  155. package/es/atom/clue/test/fixtures/default.d.ts +8 -0
  156. package/es/atom/clue/test/fixtures/default.d.ts.map +1 -0
  157. package/es/atom/clue/test/fixtures/link.d.ts +8 -0
  158. package/es/atom/clue/test/fixtures/link.d.ts.map +1 -0
  159. package/es/atom/clue/test/fixtures/loading.d.ts +7 -0
  160. package/es/atom/clue/test/fixtures/loading.d.ts.map +1 -0
  161. package/es/atom/clue/test/index.stories.d.ts +28 -0
  162. package/es/atom/clue/test/index.stories.d.ts.map +1 -0
  163. package/es/atom/content-badge/index.d.ts +10 -0
  164. package/es/atom/content-badge/index.d.ts.map +1 -0
  165. package/es/atom/content-badge/test/fixtures/advanced.d.ts +8 -0
  166. package/es/atom/content-badge/test/fixtures/advanced.d.ts.map +1 -0
  167. package/es/atom/content-badge/test/fixtures/article.d.ts +8 -0
  168. package/es/atom/content-badge/test/fixtures/article.d.ts.map +1 -0
  169. package/es/atom/content-badge/test/fixtures/chapter.d.ts +8 -0
  170. package/es/atom/content-badge/test/fixtures/chapter.d.ts.map +1 -0
  171. package/es/atom/content-badge/test/fixtures/coach.d.ts +8 -0
  172. package/es/atom/content-badge/test/fixtures/coach.d.ts.map +1 -0
  173. package/es/atom/content-badge/test/fixtures/course.d.ts +8 -0
  174. package/es/atom/content-badge/test/fixtures/course.d.ts.map +1 -0
  175. package/es/atom/content-badge/test/fixtures/default.d.ts +8 -0
  176. package/es/atom/content-badge/test/fixtures/default.d.ts.map +1 -0
  177. package/es/atom/content-badge/test/fixtures/hidden.d.ts +8 -0
  178. package/es/atom/content-badge/test/fixtures/hidden.d.ts.map +1 -0
  179. package/es/atom/content-badge/test/fixtures/podcast.d.ts +8 -0
  180. package/es/atom/content-badge/test/fixtures/podcast.d.ts.map +1 -0
  181. package/es/atom/content-badge/test/fixtures/scorm.d.ts +8 -0
  182. package/es/atom/content-badge/test/fixtures/scorm.d.ts.map +1 -0
  183. package/es/atom/content-badge/test/fixtures/video.d.ts +8 -0
  184. package/es/atom/content-badge/test/fixtures/video.d.ts.map +1 -0
  185. package/es/atom/content-badge/test/index.stories.d.ts +83 -0
  186. package/es/atom/content-badge/test/index.stories.d.ts.map +1 -0
  187. package/es/atom/cta/index.d.ts +73 -0
  188. package/es/atom/cta/index.d.ts.map +1 -0
  189. package/es/atom/cta/test/fixtures/certification.d.ts +13 -0
  190. package/es/atom/cta/test/fixtures/certification.d.ts.map +1 -0
  191. package/es/atom/cta/test/fixtures/disabled.d.ts +10 -0
  192. package/es/atom/cta/test/fixtures/disabled.d.ts.map +1 -0
  193. package/es/atom/cta/test/fixtures/light-small.d.ts +11 -0
  194. package/es/atom/cta/test/fixtures/light-small.d.ts.map +1 -0
  195. package/es/atom/cta/test/fixtures/light.d.ts +10 -0
  196. package/es/atom/cta/test/fixtures/light.d.ts.map +1 -0
  197. package/es/atom/cta/test/fixtures/logout.d.ts +10 -0
  198. package/es/atom/cta/test/fixtures/logout.d.ts.map +1 -0
  199. package/es/atom/cta/test/fixtures/no-submit-value.d.ts +8 -0
  200. package/es/atom/cta/test/fixtures/no-submit-value.d.ts.map +1 -0
  201. package/es/atom/cta/test/fixtures/primary-small.d.ts +10 -0
  202. package/es/atom/cta/test/fixtures/primary-small.d.ts.map +1 -0
  203. package/es/atom/cta/test/fixtures/primary.d.ts +9 -0
  204. package/es/atom/cta/test/fixtures/primary.d.ts.map +1 -0
  205. package/es/atom/cta/test/fixtures/rectangular-secondary-fullwidth.d.ts +12 -0
  206. package/es/atom/cta/test/fixtures/rectangular-secondary-fullwidth.d.ts.map +1 -0
  207. package/es/atom/cta/test/fixtures/rectangular-secondary.d.ts +11 -0
  208. package/es/atom/cta/test/fixtures/rectangular-secondary.d.ts.map +1 -0
  209. package/es/atom/cta/test/fixtures/rectangular.d.ts +10 -0
  210. package/es/atom/cta/test/fixtures/rectangular.d.ts.map +1 -0
  211. package/es/atom/cta/test/fixtures/secondary-small.d.ts +11 -0
  212. package/es/atom/cta/test/fixtures/secondary-small.d.ts.map +1 -0
  213. package/es/atom/cta/test/fixtures/secondary.d.ts +10 -0
  214. package/es/atom/cta/test/fixtures/secondary.d.ts.map +1 -0
  215. package/es/atom/cta/test/index.stories.d.ts +130 -0
  216. package/es/atom/cta/test/index.stories.d.ts.map +1 -0
  217. package/es/atom/difficulty-level/index.d.ts +24 -0
  218. package/es/atom/difficulty-level/index.d.ts.map +1 -0
  219. package/es/atom/difficulty-level/test/fixtures/easy.d.ts +8 -0
  220. package/es/atom/difficulty-level/test/fixtures/easy.d.ts.map +1 -0
  221. package/es/atom/difficulty-level/test/fixtures/hard.d.ts +8 -0
  222. package/es/atom/difficulty-level/test/fixtures/hard.d.ts.map +1 -0
  223. package/es/atom/difficulty-level/test/fixtures/normal.d.ts +8 -0
  224. package/es/atom/difficulty-level/test/fixtures/normal.d.ts.map +1 -0
  225. package/es/atom/difficulty-level/test/fixtures/unknown.d.ts +6 -0
  226. package/es/atom/difficulty-level/test/fixtures/unknown.d.ts.map +1 -0
  227. package/es/atom/difficulty-level/test/index.stories.d.ts +38 -0
  228. package/es/atom/difficulty-level/test/index.stories.d.ts.map +1 -0
  229. package/es/atom/drag-and-drop/index.d.ts +32 -0
  230. package/es/atom/drag-and-drop/index.d.ts.map +1 -0
  231. package/es/atom/drag-and-drop/test/fixtures/clean-and-modified.d.ts +11 -0
  232. package/es/atom/drag-and-drop/test/fixtures/clean-and-modified.d.ts.map +1 -0
  233. package/es/atom/drag-and-drop/test/fixtures/default.d.ts +10 -0
  234. package/es/atom/drag-and-drop/test/fixtures/default.d.ts.map +1 -0
  235. package/es/atom/drag-and-drop/test/fixtures/disabled-with-image-reset.d.ts +17 -0
  236. package/es/atom/drag-and-drop/test/fixtures/disabled-with-image-reset.d.ts.map +1 -0
  237. package/es/atom/drag-and-drop/test/fixtures/disabled.d.ts +11 -0
  238. package/es/atom/drag-and-drop/test/fixtures/disabled.d.ts.map +1 -0
  239. package/es/atom/drag-and-drop/test/fixtures/error.d.ts +13 -0
  240. package/es/atom/drag-and-drop/test/fixtures/error.d.ts.map +1 -0
  241. package/es/atom/drag-and-drop/test/fixtures/loading.d.ts +11 -0
  242. package/es/atom/drag-and-drop/test/fixtures/loading.d.ts.map +1 -0
  243. package/es/atom/drag-and-drop/test/fixtures/modified.d.ts +17 -0
  244. package/es/atom/drag-and-drop/test/fixtures/modified.d.ts.map +1 -0
  245. package/es/atom/drag-and-drop/test/fixtures/with-children.d.ts +13 -0
  246. package/es/atom/drag-and-drop/test/fixtures/with-children.d.ts.map +1 -0
  247. package/es/atom/drag-and-drop/test/fixtures/with-image-reset.d.ts +16 -0
  248. package/es/atom/drag-and-drop/test/fixtures/with-image-reset.d.ts.map +1 -0
  249. package/es/atom/drag-and-drop/test/fixtures/with-image.d.ts +15 -0
  250. package/es/atom/drag-and-drop/test/fixtures/with-image.d.ts.map +1 -0
  251. package/es/atom/drag-and-drop/test/fixtures/with-long-description.d.ts +10 -0
  252. package/es/atom/drag-and-drop/test/fixtures/with-long-description.d.ts.map +1 -0
  253. package/es/atom/drag-and-drop/test/fixtures/with-video.d.ts +15 -0
  254. package/es/atom/drag-and-drop/test/fixtures/with-video.d.ts.map +1 -0
  255. package/es/atom/drag-and-drop/test/index.stories.d.ts +155 -0
  256. package/es/atom/drag-and-drop/test/index.stories.d.ts.map +1 -0
  257. package/es/atom/empty-search-result/index.d.ts +10 -0
  258. package/es/atom/empty-search-result/index.d.ts.map +1 -0
  259. package/es/atom/empty-search-result/test/fixtures/default.d.ts +8 -0
  260. package/es/atom/empty-search-result/test/fixtures/default.d.ts.map +1 -0
  261. package/es/atom/empty-search-result/test/index.stories.d.ts +20 -0
  262. package/es/atom/empty-search-result/test/index.stories.d.ts.map +1 -0
  263. package/es/atom/gradient/index.native.d.ts +14 -0
  264. package/es/atom/gradient/index.native.d.ts.map +1 -0
  265. package/es/atom/gradient/test/fixtures/default.d.ts +7 -0
  266. package/es/atom/gradient/test/fixtures/default.d.ts.map +1 -0
  267. package/es/atom/gradient/test/fixtures/with-all-props.d.ts +7 -0
  268. package/es/atom/gradient/test/fixtures/with-all-props.d.ts.map +1 -0
  269. package/es/atom/gradient/test/fixtures/with-children.d.ts +7 -0
  270. package/es/atom/gradient/test/fixtures/with-children.d.ts.map +1 -0
  271. package/es/atom/header-back-button/index.native.d.ts +16 -0
  272. package/es/atom/header-back-button/index.native.d.ts.map +1 -0
  273. package/es/atom/header-back-button/test/fixtures/back.d.ts +7 -0
  274. package/es/atom/header-back-button/test/fixtures/back.d.ts.map +1 -0
  275. package/es/atom/header-back-button/test/fixtures/close.d.ts +7 -0
  276. package/es/atom/header-back-button/test/fixtures/close.d.ts.map +1 -0
  277. package/es/atom/header-back-button/test/fixtures/custom-color.d.ts +7 -0
  278. package/es/atom/header-back-button/test/fixtures/custom-color.d.ts.map +1 -0
  279. package/es/atom/header-back-button/test/fixtures/home.d.ts +7 -0
  280. package/es/atom/header-back-button/test/fixtures/home.d.ts.map +1 -0
  281. package/es/atom/header-back-button/test/fixtures/no-safe-area.d.ts +7 -0
  282. package/es/atom/header-back-button/test/fixtures/no-safe-area.d.ts.map +1 -0
  283. package/es/atom/header-back-button/test/fixtures/not-floating.d.ts +7 -0
  284. package/es/atom/header-back-button/test/fixtures/not-floating.d.ts.map +1 -0
  285. package/es/atom/header-back-button/test/on-press.d.ts +2 -0
  286. package/es/atom/header-back-button/test/on-press.d.ts.map +1 -0
  287. package/es/atom/header-back-icon/index.native.d.ts +11 -0
  288. package/es/atom/header-back-icon/index.native.d.ts.map +1 -0
  289. package/es/atom/header-back-icon/test/fixtures/colored-and-sized.d.ts +7 -0
  290. package/es/atom/header-back-icon/test/fixtures/colored-and-sized.d.ts.map +1 -0
  291. package/es/atom/header-back-icon/test/fixtures/default.d.ts +7 -0
  292. package/es/atom/header-back-icon/test/fixtures/default.d.ts.map +1 -0
  293. package/es/atom/html/index.native.d.ts +17 -0
  294. package/es/atom/html/index.native.d.ts.map +1 -0
  295. package/es/atom/html/test/fixtures/default.d.ts +7 -0
  296. package/es/atom/html/test/fixtures/default.d.ts.map +1 -0
  297. package/es/atom/html/test/fixtures/with-image.d.ts +7 -0
  298. package/es/atom/html/test/fixtures/with-image.d.ts.map +1 -0
  299. package/es/atom/image-background/index.native.d.ts +15 -0
  300. package/es/atom/image-background/index.native.d.ts.map +1 -0
  301. package/es/atom/image-background/test/fixtures/default.d.ts +8 -0
  302. package/es/atom/image-background/test/fixtures/default.d.ts.map +1 -0
  303. package/es/atom/image-background/test/fixtures/max-height.d.ts +7 -0
  304. package/es/atom/image-background/test/fixtures/max-height.d.ts.map +1 -0
  305. package/es/atom/image-background/test/fixtures/max-width-and-height.d.ts +7 -0
  306. package/es/atom/image-background/test/fixtures/max-width-and-height.d.ts.map +1 -0
  307. package/es/atom/image-background/test/fixtures/max-width.d.ts +7 -0
  308. package/es/atom/image-background/test/fixtures/max-width.d.ts.map +1 -0
  309. package/es/atom/image-background/test/fixtures/resize-mode-contain.d.ts +7 -0
  310. package/es/atom/image-background/test/fixtures/resize-mode-contain.d.ts.map +1 -0
  311. package/es/atom/image-background/test/fixtures/with-gradient.d.ts +8 -0
  312. package/es/atom/image-background/test/fixtures/with-gradient.d.ts.map +1 -0
  313. package/es/atom/image-background/test/resize.d.ts +2 -0
  314. package/es/atom/image-background/test/resize.d.ts.map +1 -0
  315. package/es/atom/image-upload/index.d.ts +44 -0
  316. package/es/atom/image-upload/index.d.ts.map +1 -0
  317. package/es/atom/image-upload/test/fixtures/clean-modified.d.ts +12 -0
  318. package/es/atom/image-upload/test/fixtures/clean-modified.d.ts.map +1 -0
  319. package/es/atom/image-upload/test/fixtures/default.d.ts +14 -0
  320. package/es/atom/image-upload/test/fixtures/default.d.ts.map +1 -0
  321. package/es/atom/image-upload/test/fixtures/desktop-reset-description-multiple.d.ts +17 -0
  322. package/es/atom/image-upload/test/fixtures/desktop-reset-description-multiple.d.ts.map +1 -0
  323. package/es/atom/image-upload/test/fixtures/desktop-reset-description-only-png.d.ts +17 -0
  324. package/es/atom/image-upload/test/fixtures/desktop-reset-description-only-png.d.ts.map +1 -0
  325. package/es/atom/image-upload/test/fixtures/desktop-reset-description.d.ts +16 -0
  326. package/es/atom/image-upload/test/fixtures/desktop-reset-description.d.ts.map +1 -0
  327. package/es/atom/image-upload/test/fixtures/desktop-reset-no-description.d.ts +15 -0
  328. package/es/atom/image-upload/test/fixtures/desktop-reset-no-description.d.ts.map +1 -0
  329. package/es/atom/image-upload/test/fixtures/desktop.d.ts +14 -0
  330. package/es/atom/image-upload/test/fixtures/desktop.d.ts.map +1 -0
  331. package/es/atom/image-upload/test/fixtures/disabled.d.ts +11 -0
  332. package/es/atom/image-upload/test/fixtures/disabled.d.ts.map +1 -0
  333. package/es/atom/image-upload/test/fixtures/email.d.ts +14 -0
  334. package/es/atom/image-upload/test/fixtures/email.d.ts.map +1 -0
  335. package/es/atom/image-upload/test/fixtures/mobile.d.ts +15 -0
  336. package/es/atom/image-upload/test/fixtures/mobile.d.ts.map +1 -0
  337. package/es/atom/image-upload/test/fixtures/modified.d.ts +15 -0
  338. package/es/atom/image-upload/test/fixtures/modified.d.ts.map +1 -0
  339. package/es/atom/image-upload/test/index.stories.d.ts +196 -0
  340. package/es/atom/image-upload/test/index.stories.d.ts.map +1 -0
  341. package/es/atom/input-checkbox/index.d.ts +18 -0
  342. package/es/atom/input-checkbox/index.d.ts.map +1 -0
  343. package/es/atom/input-checkbox/test/fixtures/checked-disabled.d.ts +5 -0
  344. package/es/atom/input-checkbox/test/fixtures/checked-disabled.d.ts.map +1 -0
  345. package/es/atom/input-checkbox/test/fixtures/checked.d.ts +5 -0
  346. package/es/atom/input-checkbox/test/fixtures/checked.d.ts.map +1 -0
  347. package/es/atom/input-checkbox/test/fixtures/default.d.ts +10 -0
  348. package/es/atom/input-checkbox/test/fixtures/default.d.ts.map +1 -0
  349. package/es/atom/input-checkbox/test/fixtures/disabled.d.ts +5 -0
  350. package/es/atom/input-checkbox/test/fixtures/disabled.d.ts.map +1 -0
  351. package/es/atom/input-checkbox/test/fixtures/error.d.ts +5 -0
  352. package/es/atom/input-checkbox/test/fixtures/error.d.ts.map +1 -0
  353. package/es/atom/input-checkbox/test/fixtures/modified.d.ts +5 -0
  354. package/es/atom/input-checkbox/test/fixtures/modified.d.ts.map +1 -0
  355. package/es/atom/input-checkbox/test/fixtures/required.d.ts +5 -0
  356. package/es/atom/input-checkbox/test/fixtures/required.d.ts.map +1 -0
  357. package/es/atom/input-checkbox/test/index.stories.d.ts +54 -0
  358. package/es/atom/input-checkbox/test/index.stories.d.ts.map +1 -0
  359. package/es/atom/input-color/index.d.ts +17 -0
  360. package/es/atom/input-color/index.d.ts.map +1 -0
  361. package/es/atom/input-color/test/fixtures/default.d.ts +11 -0
  362. package/es/atom/input-color/test/fixtures/default.d.ts.map +1 -0
  363. package/es/atom/input-color/test/fixtures/empty.d.ts +11 -0
  364. package/es/atom/input-color/test/fixtures/empty.d.ts.map +1 -0
  365. package/es/atom/input-color/test/fixtures/error.d.ts +12 -0
  366. package/es/atom/input-color/test/fixtures/error.d.ts.map +1 -0
  367. package/es/atom/input-color/test/fixtures/modified.d.ts +12 -0
  368. package/es/atom/input-color/test/fixtures/modified.d.ts.map +1 -0
  369. package/es/atom/input-color/test/index.stories.d.ts +62 -0
  370. package/es/atom/input-color/test/index.stories.d.ts.map +1 -0
  371. package/es/atom/input-doublestep/index.d.ts +20 -0
  372. package/es/atom/input-doublestep/index.d.ts.map +1 -0
  373. package/es/atom/input-doublestep/test/fixtures/default.d.ts +12 -0
  374. package/es/atom/input-doublestep/test/fixtures/default.d.ts.map +1 -0
  375. package/es/atom/input-doublestep/test/fixtures/disabled.d.ts +13 -0
  376. package/es/atom/input-doublestep/test/fixtures/disabled.d.ts.map +1 -0
  377. package/es/atom/input-doublestep/test/fixtures/input-confirm-disabled.d.ts +16 -0
  378. package/es/atom/input-doublestep/test/fixtures/input-confirm-disabled.d.ts.map +1 -0
  379. package/es/atom/input-doublestep/test/fixtures/input-confirm-pending.d.ts +19 -0
  380. package/es/atom/input-doublestep/test/fixtures/input-confirm-pending.d.ts.map +1 -0
  381. package/es/atom/input-doublestep/test/fixtures/input-confirm.d.ts +17 -0
  382. package/es/atom/input-doublestep/test/fixtures/input-confirm.d.ts.map +1 -0
  383. package/es/atom/input-doublestep/test/index.stories.d.ts +80 -0
  384. package/es/atom/input-doublestep/test/index.stories.d.ts.map +1 -0
  385. package/es/atom/input-html/index.d.ts +27 -0
  386. package/es/atom/input-html/index.d.ts.map +1 -0
  387. package/es/atom/input-html/input-preview.d.ts +15 -0
  388. package/es/atom/input-html/input-preview.d.ts.map +1 -0
  389. package/es/atom/input-html/test/fixtures/default.d.ts +12 -0
  390. package/es/atom/input-html/test/fixtures/default.d.ts.map +1 -0
  391. package/es/atom/input-html/test/fixtures/empty.d.ts +12 -0
  392. package/es/atom/input-html/test/fixtures/empty.d.ts.map +1 -0
  393. package/es/atom/input-html/test/fixtures/error.d.ts +12 -0
  394. package/es/atom/input-html/test/fixtures/error.d.ts.map +1 -0
  395. package/es/atom/input-html/test/index.stories.d.ts +41 -0
  396. package/es/atom/input-html/test/index.stories.d.ts.map +1 -0
  397. package/es/atom/input-readonly/index.d.ts +11 -0
  398. package/es/atom/input-readonly/index.d.ts.map +1 -0
  399. package/es/atom/input-readonly/test/fixtures/default.d.ts +9 -0
  400. package/es/atom/input-readonly/test/fixtures/default.d.ts.map +1 -0
  401. package/es/atom/input-readonly/test/index.stories.d.ts +22 -0
  402. package/es/atom/input-readonly/test/index.stories.d.ts.map +1 -0
  403. package/es/atom/input-search/index.d.ts +38 -0
  404. package/es/atom/input-search/index.d.ts.map +1 -0
  405. package/es/atom/input-search/test/fixtures/coorpmanager-with-value.d.ts +13 -0
  406. package/es/atom/input-search/test/fixtures/coorpmanager-with-value.d.ts.map +1 -0
  407. package/es/atom/input-search/test/fixtures/coorpmanager.d.ts +12 -0
  408. package/es/atom/input-search/test/fixtures/coorpmanager.d.ts.map +1 -0
  409. package/es/atom/input-search/test/fixtures/default.d.ts +11 -0
  410. package/es/atom/input-search/test/fixtures/default.d.ts.map +1 -0
  411. package/es/atom/input-search/test/fixtures/with-value.d.ts +11 -0
  412. package/es/atom/input-search/test/fixtures/with-value.d.ts.map +1 -0
  413. package/es/atom/input-search/test/index.stories.d.ts +84 -0
  414. package/es/atom/input-search/test/index.stories.d.ts.map +1 -0
  415. package/es/atom/input-switch/index.d.ts +21 -0
  416. package/es/atom/input-switch/index.d.ts.map +1 -0
  417. package/es/atom/input-switch/test/fixtures/checked.d.ts +10 -0
  418. package/es/atom/input-switch/test/fixtures/checked.d.ts.map +1 -0
  419. package/es/atom/input-switch/test/fixtures/cm-left.d.ts +13 -0
  420. package/es/atom/input-switch/test/fixtures/cm-left.d.ts.map +1 -0
  421. package/es/atom/input-switch/test/fixtures/cm-right-checked.d.ts +13 -0
  422. package/es/atom/input-switch/test/fixtures/cm-right-checked.d.ts.map +1 -0
  423. package/es/atom/input-switch/test/fixtures/cm-right-disabled.d.ts +14 -0
  424. package/es/atom/input-switch/test/fixtures/cm-right-disabled.d.ts.map +1 -0
  425. package/es/atom/input-switch/test/fixtures/cm-right-modified.d.ts +14 -0
  426. package/es/atom/input-switch/test/fixtures/cm-right-modified.d.ts.map +1 -0
  427. package/es/atom/input-switch/test/fixtures/cm-right.d.ts +13 -0
  428. package/es/atom/input-switch/test/fixtures/cm-right.d.ts.map +1 -0
  429. package/es/atom/input-switch/test/fixtures/details.d.ts +13 -0
  430. package/es/atom/input-switch/test/fixtures/details.d.ts.map +1 -0
  431. package/es/atom/input-switch/test/fixtures/disabled.d.ts +11 -0
  432. package/es/atom/input-switch/test/fixtures/disabled.d.ts.map +1 -0
  433. package/es/atom/input-switch/test/fixtures/modified.d.ts +11 -0
  434. package/es/atom/input-switch/test/fixtures/modified.d.ts.map +1 -0
  435. package/es/atom/input-switch/test/fixtures/no-title.d.ts +9 -0
  436. package/es/atom/input-switch/test/fixtures/no-title.d.ts.map +1 -0
  437. package/es/atom/input-switch/test/fixtures/partiel-uncheck-right-checked.d.ts +12 -0
  438. package/es/atom/input-switch/test/fixtures/partiel-uncheck-right-checked.d.ts.map +1 -0
  439. package/es/atom/input-switch/test/fixtures/partiel-uncheck-right-disabled.d.ts +13 -0
  440. package/es/atom/input-switch/test/fixtures/partiel-uncheck-right-disabled.d.ts.map +1 -0
  441. package/es/atom/input-switch/test/fixtures/partiel-uncheck-right.d.ts +12 -0
  442. package/es/atom/input-switch/test/fixtures/partiel-uncheck-right.d.ts.map +1 -0
  443. package/es/atom/input-switch/test/fixtures/required-selection.d.ts +13 -0
  444. package/es/atom/input-switch/test/fixtures/required-selection.d.ts.map +1 -0
  445. package/es/atom/input-switch/test/fixtures/sso.d.ts +10 -0
  446. package/es/atom/input-switch/test/fixtures/sso.d.ts.map +1 -0
  447. package/es/atom/input-switch/test/fixtures/unchecked.d.ts +10 -0
  448. package/es/atom/input-switch/test/fixtures/unchecked.d.ts.map +1 -0
  449. package/es/atom/input-switch/test/index.stories.d.ts +199 -0
  450. package/es/atom/input-switch/test/index.stories.d.ts.map +1 -0
  451. package/es/atom/input-text/index.d.ts +23 -0
  452. package/es/atom/input-text/index.d.ts.map +1 -0
  453. package/es/atom/input-text/test/fixtures/cm-default.d.ts +18 -0
  454. package/es/atom/input-text/test/fixtures/cm-default.d.ts.map +1 -0
  455. package/es/atom/input-text/test/fixtures/default.d.ts +12 -0
  456. package/es/atom/input-text/test/fixtures/default.d.ts.map +1 -0
  457. package/es/atom/input-text/test/fixtures/disabled.d.ts +5 -0
  458. package/es/atom/input-text/test/fixtures/disabled.d.ts.map +1 -0
  459. package/es/atom/input-text/test/fixtures/empty.d.ts +5 -0
  460. package/es/atom/input-text/test/fixtures/empty.d.ts.map +1 -0
  461. package/es/atom/input-text/test/fixtures/error.d.ts +5 -0
  462. package/es/atom/input-text/test/fixtures/error.d.ts.map +1 -0
  463. package/es/atom/input-text/test/fixtures/modified.d.ts +5 -0
  464. package/es/atom/input-text/test/fixtures/modified.d.ts.map +1 -0
  465. package/es/atom/input-text/test/fixtures/notitle.d.ts +5 -0
  466. package/es/atom/input-text/test/fixtures/notitle.d.ts.map +1 -0
  467. package/es/atom/input-text/test/fixtures/required.d.ts +5 -0
  468. package/es/atom/input-text/test/fixtures/required.d.ts.map +1 -0
  469. package/es/atom/input-text/test/index.stories.d.ts +78 -0
  470. package/es/atom/input-text/test/index.stories.d.ts.map +1 -0
  471. package/es/atom/input-text-with-title/index.d.ts +29 -0
  472. package/es/atom/input-text-with-title/index.d.ts.map +1 -0
  473. package/es/atom/input-text-with-title/test/fixtures/default.d.ts +21 -0
  474. package/es/atom/input-text-with-title/test/fixtures/default.d.ts.map +1 -0
  475. package/es/atom/input-text-with-title/test/fixtures/error.d.ts +22 -0
  476. package/es/atom/input-text-with-title/test/fixtures/error.d.ts.map +1 -0
  477. package/es/atom/input-text-with-title/test/index.stories.d.ts +73 -0
  478. package/es/atom/input-text-with-title/test/index.stories.d.ts.map +1 -0
  479. package/es/atom/input-textarea/index.d.ts +20 -0
  480. package/es/atom/input-textarea/index.d.ts.map +1 -0
  481. package/es/atom/input-textarea/test/fixtures/cm-default.d.ts +18 -0
  482. package/es/atom/input-textarea/test/fixtures/cm-default.d.ts.map +1 -0
  483. package/es/atom/input-textarea/test/fixtures/cm-empty.d.ts +18 -0
  484. package/es/atom/input-textarea/test/fixtures/cm-empty.d.ts.map +1 -0
  485. package/es/atom/input-textarea/test/fixtures/default.d.ts +11 -0
  486. package/es/atom/input-textarea/test/fixtures/default.d.ts.map +1 -0
  487. package/es/atom/input-textarea/test/fixtures/empty.d.ts +11 -0
  488. package/es/atom/input-textarea/test/fixtures/empty.d.ts.map +1 -0
  489. package/es/atom/input-textarea/test/fixtures/error.d.ts +12 -0
  490. package/es/atom/input-textarea/test/fixtures/error.d.ts.map +1 -0
  491. package/es/atom/input-textarea/test/index.stories.d.ts +88 -0
  492. package/es/atom/input-textarea/test/index.stories.d.ts.map +1 -0
  493. package/es/atom/label/index.d.ts +13 -0
  494. package/es/atom/label/index.d.ts.map +1 -0
  495. package/es/atom/label/test/fixtures/one-child.d.ts +8 -0
  496. package/es/atom/label/test/fixtures/one-child.d.ts.map +1 -0
  497. package/es/atom/label/test/fixtures/two-children.d.ts +6 -0
  498. package/es/atom/label/test/fixtures/two-children.d.ts.map +1 -0
  499. package/es/atom/label/test/index.stories.d.ts +26 -0
  500. package/es/atom/label/test/index.stories.d.ts.map +1 -0
  501. package/es/atom/life/index.d.ts +44 -0
  502. package/es/atom/life/index.d.ts.map +1 -0
  503. package/es/atom/life/test/fixtures/animated-extra-life.d.ts +13 -0
  504. package/es/atom/life/test/fixtures/animated-extra-life.d.ts.map +1 -0
  505. package/es/atom/life/test/fixtures/animated-fail.d.ts +12 -0
  506. package/es/atom/life/test/fixtures/animated-fail.d.ts.map +1 -0
  507. package/es/atom/life/test/fixtures/default.d.ts +12 -0
  508. package/es/atom/life/test/fixtures/default.d.ts.map +1 -0
  509. package/es/atom/life/test/fixtures/fail.d.ts +11 -0
  510. package/es/atom/life/test/fixtures/fail.d.ts.map +1 -0
  511. package/es/atom/life/test/fixtures/null.d.ts +12 -0
  512. package/es/atom/life/test/fixtures/null.d.ts.map +1 -0
  513. package/es/atom/life/test/fixtures/overlayed-extra-life.d.ts +11 -0
  514. package/es/atom/life/test/fixtures/overlayed-extra-life.d.ts.map +1 -0
  515. package/es/atom/life/test/fixtures/small.d.ts +12 -0
  516. package/es/atom/life/test/fixtures/small.d.ts.map +1 -0
  517. package/es/atom/life/test/index.stories.d.ts +123 -0
  518. package/es/atom/life/test/index.stories.d.ts.map +1 -0
  519. package/es/atom/link/index.d.ts +56 -0
  520. package/es/atom/link/index.d.ts.map +1 -0
  521. package/es/atom/link/test/fixtures/download.d.ts +9 -0
  522. package/es/atom/link/test/fixtures/download.d.ts.map +1 -0
  523. package/es/atom/link/test/fixtures/href.d.ts +8 -0
  524. package/es/atom/link/test/fixtures/href.d.ts.map +1 -0
  525. package/es/atom/link/test/fixtures/styled-link.d.ts +13 -0
  526. package/es/atom/link/test/fixtures/styled-link.d.ts.map +1 -0
  527. package/es/atom/link/test/index.stories.d.ts +32 -0
  528. package/es/atom/link/test/index.stories.d.ts.map +1 -0
  529. package/es/atom/loader/index.d.ts +13 -0
  530. package/es/atom/loader/index.d.ts.map +1 -0
  531. package/es/atom/loader/test/fixtures/coorpmanager.d.ts +8 -0
  532. package/es/atom/loader/test/fixtures/coorpmanager.d.ts.map +1 -0
  533. package/es/atom/loader/test/fixtures/default.d.ts +6 -0
  534. package/es/atom/loader/test/fixtures/default.d.ts.map +1 -0
  535. package/es/atom/loader/test/index.stories.d.ts +26 -0
  536. package/es/atom/loader/test/index.stories.d.ts.map +1 -0
  537. package/es/atom/lottie-wrapper/index.d.ts +8 -0
  538. package/es/atom/lottie-wrapper/index.d.ts.map +1 -0
  539. package/es/atom/lottie-wrapper/prop-types.d.ts +26 -0
  540. package/es/atom/lottie-wrapper/prop-types.d.ts.map +1 -0
  541. package/es/atom/lottie-wrapper/test/fixtures/confetti.d.ts +20 -0
  542. package/es/atom/lottie-wrapper/test/fixtures/confetti.d.ts.map +1 -0
  543. package/es/atom/lottie-wrapper/test/fixtures/controls.d.ts +20 -0
  544. package/es/atom/lottie-wrapper/test/fixtures/controls.d.ts.map +1 -0
  545. package/es/atom/lottie-wrapper/test/fixtures/default.d.ts +20 -0
  546. package/es/atom/lottie-wrapper/test/fixtures/default.d.ts.map +1 -0
  547. package/es/atom/lottie-wrapper/test/fixtures/rank.d.ts +16 -0
  548. package/es/atom/lottie-wrapper/test/fixtures/rank.d.ts.map +1 -0
  549. package/es/atom/lottie-wrapper/test/index.stories.d.ts +98 -0
  550. package/es/atom/lottie-wrapper/test/index.stories.d.ts.map +1 -0
  551. package/es/atom/notification/index.d.ts +10 -0
  552. package/es/atom/notification/index.d.ts.map +1 -0
  553. package/es/atom/notification/test/fixtures/default.d.ts +8 -0
  554. package/es/atom/notification/test/fixtures/default.d.ts.map +1 -0
  555. package/es/atom/notification/test/fixtures/error.d.ts +8 -0
  556. package/es/atom/notification/test/fixtures/error.d.ts.map +1 -0
  557. package/es/atom/notification/test/fixtures/warning.d.ts +8 -0
  558. package/es/atom/notification/test/fixtures/warning.d.ts.map +1 -0
  559. package/es/atom/notification/test/index.stories.d.ts +34 -0
  560. package/es/atom/notification/test/index.stories.d.ts.map +1 -0
  561. package/es/atom/picture/index.d.ts +9 -0
  562. package/es/atom/picture/index.d.ts.map +1 -0
  563. package/es/atom/picture/test/fixtures/default.d.ts +10 -0
  564. package/es/atom/picture/test/fixtures/default.d.ts.map +1 -0
  565. package/es/atom/picture/test/fixtures/empty.d.ts +10 -0
  566. package/es/atom/picture/test/fixtures/empty.d.ts.map +1 -0
  567. package/es/atom/picture/test/fixtures/simple-src.d.ts +7 -0
  568. package/es/atom/picture/test/fixtures/simple-src.d.ts.map +1 -0
  569. package/es/atom/picture/test/fixtures/svg.d.ts +7 -0
  570. package/es/atom/picture/test/fixtures/svg.d.ts.map +1 -0
  571. package/es/atom/picture/test/index.stories.d.ts +42 -0
  572. package/es/atom/picture/test/index.stories.d.ts.map +1 -0
  573. package/es/atom/picture-background/index.d.ts +15 -0
  574. package/es/atom/picture-background/index.d.ts.map +1 -0
  575. package/es/atom/picture-background/test/fixtures/contain.d.ts +16 -0
  576. package/es/atom/picture-background/test/fixtures/contain.d.ts.map +1 -0
  577. package/es/atom/picture-background/test/fixtures/cover.d.ts +16 -0
  578. package/es/atom/picture-background/test/fixtures/cover.d.ts.map +1 -0
  579. package/es/atom/picture-background/test/fixtures/default.d.ts +16 -0
  580. package/es/atom/picture-background/test/fixtures/default.d.ts.map +1 -0
  581. package/es/atom/picture-background/test/fixtures/desktop.d.ts +8 -0
  582. package/es/atom/picture-background/test/fixtures/desktop.d.ts.map +1 -0
  583. package/es/atom/picture-background/test/index.stories.d.ts +70 -0
  584. package/es/atom/picture-background/test/index.stories.d.ts.map +1 -0
  585. package/es/atom/promo-code/index.d.ts +15 -0
  586. package/es/atom/promo-code/index.d.ts.map +1 -0
  587. package/es/atom/promo-code/test/fixtures/default.d.ts +11 -0
  588. package/es/atom/promo-code/test/fixtures/default.d.ts.map +1 -0
  589. package/es/atom/promo-code/test/fixtures/error.d.ts +12 -0
  590. package/es/atom/promo-code/test/fixtures/error.d.ts.map +1 -0
  591. package/es/atom/promo-code/test/fixtures/success.d.ts +12 -0
  592. package/es/atom/promo-code/test/fixtures/success.d.ts.map +1 -0
  593. package/es/atom/promo-code/test/index.stories.d.ts +44 -0
  594. package/es/atom/promo-code/test/index.stories.d.ts.map +1 -0
  595. package/es/atom/provider/index.d.ts +89 -0
  596. package/es/atom/provider/index.d.ts.map +1 -0
  597. package/es/atom/provider/test/fixtures/default.d.ts +8 -0
  598. package/es/atom/provider/test/fixtures/default.d.ts.map +1 -0
  599. package/es/atom/provider/test/index.stories.d.ts +14 -0
  600. package/es/atom/provider/test/index.stories.d.ts.map +1 -0
  601. package/es/atom/provider/web-context.d.ts +17 -0
  602. package/es/atom/provider/web-context.d.ts.map +1 -0
  603. package/es/atom/radio-group/index.d.ts +44 -0
  604. package/es/atom/radio-group/index.d.ts.map +1 -0
  605. package/es/atom/radio-group/item.d.ts +38 -0
  606. package/es/atom/radio-group/item.d.ts.map +1 -0
  607. package/es/atom/radio-group/test/fixtures/default.d.ts +14 -0
  608. package/es/atom/radio-group/test/fixtures/default.d.ts.map +1 -0
  609. package/es/atom/radio-group/test/fixtures/empty.d.ts +7 -0
  610. package/es/atom/radio-group/test/fixtures/empty.d.ts.map +1 -0
  611. package/es/atom/radio-group/test/fixtures/last-selected.d.ts +15 -0
  612. package/es/atom/radio-group/test/fixtures/last-selected.d.ts.map +1 -0
  613. package/es/atom/radio-group/test/index.stories.d.ts +78 -0
  614. package/es/atom/radio-group/test/index.stories.d.ts.map +1 -0
  615. package/es/atom/range/handle.d.ts +34 -0
  616. package/es/atom/range/handle.d.ts.map +1 -0
  617. package/es/atom/range/index.d.ts +32 -0
  618. package/es/atom/range/index.d.ts.map +1 -0
  619. package/es/atom/range/test/fixtures/default.d.ts +9 -0
  620. package/es/atom/range/test/fixtures/default.d.ts.map +1 -0
  621. package/es/atom/range/test/fixtures/multi.d.ts +9 -0
  622. package/es/atom/range/test/fixtures/multi.d.ts.map +1 -0
  623. package/es/atom/range/test/index.stories.d.ts +24 -0
  624. package/es/atom/range/test/index.stories.d.ts.map +1 -0
  625. package/es/atom/resource-miniature/index.d.ts +36 -0
  626. package/es/atom/resource-miniature/index.d.ts.map +1 -0
  627. package/es/atom/resource-miniature/test/fixtures/audio.d.ts +10 -0
  628. package/es/atom/resource-miniature/test/fixtures/audio.d.ts.map +1 -0
  629. package/es/atom/resource-miniature/test/fixtures/pdf.d.ts +9 -0
  630. package/es/atom/resource-miniature/test/fixtures/pdf.d.ts.map +1 -0
  631. package/es/atom/resource-miniature/test/fixtures/selected-pdf.d.ts +3 -0
  632. package/es/atom/resource-miniature/test/fixtures/selected-pdf.d.ts.map +1 -0
  633. package/es/atom/resource-miniature/test/fixtures/selected-video.d.ts +3 -0
  634. package/es/atom/resource-miniature/test/fixtures/selected-video.d.ts.map +1 -0
  635. package/es/atom/resource-miniature/test/fixtures/video.d.ts +11 -0
  636. package/es/atom/resource-miniature/test/fixtures/video.d.ts.map +1 -0
  637. package/es/atom/resource-miniature/test/index.stories.d.ts +74 -0
  638. package/es/atom/resource-miniature/test/index.stories.d.ts.map +1 -0
  639. package/es/atom/review-background/index.d.ts +7 -0
  640. package/es/atom/review-background/index.d.ts.map +1 -0
  641. package/es/atom/review-background/prop-types.d.ts +6 -0
  642. package/es/atom/review-background/prop-types.d.ts.map +1 -0
  643. package/es/atom/review-background/test/fixtures/default.d.ts +7 -0
  644. package/es/atom/review-background/test/fixtures/default.d.ts.map +1 -0
  645. package/es/atom/review-background/test/index.stories.d.ts +18 -0
  646. package/es/atom/review-background/test/index.stories.d.ts.map +1 -0
  647. package/es/atom/review-header-step-item/index.d.ts +12 -0
  648. package/es/atom/review-header-step-item/index.d.ts.map +1 -0
  649. package/es/atom/review-header-step-item/index.native.d.ts +5 -0
  650. package/es/atom/review-header-step-item/index.native.d.ts.map +1 -0
  651. package/es/atom/review-header-step-item/test/fixtures/current.d.ts +4 -0
  652. package/es/atom/review-header-step-item/test/fixtures/current.d.ts.map +1 -0
  653. package/es/atom/review-header-step-item/test/fixtures/default.d.ts +4 -0
  654. package/es/atom/review-header-step-item/test/fixtures/default.d.ts.map +1 -0
  655. package/es/atom/review-header-step-item/test/fixtures/right.d.ts +4 -0
  656. package/es/atom/review-header-step-item/test/fixtures/right.d.ts.map +1 -0
  657. package/es/atom/review-header-step-item/test/fixtures/wrong.d.ts +4 -0
  658. package/es/atom/review-header-step-item/test/fixtures/wrong.d.ts.map +1 -0
  659. package/es/atom/review-header-step-item/test/index.stories.d.ts +30 -0
  660. package/es/atom/review-header-step-item/test/index.stories.d.ts.map +1 -0
  661. package/es/atom/review-header-step-item/types.d.ts +16 -0
  662. package/es/atom/review-header-step-item/types.d.ts.map +1 -0
  663. package/es/atom/review-presentation/index.d.ts +7 -0
  664. package/es/atom/review-presentation/index.d.ts.map +1 -0
  665. package/es/atom/review-presentation/prop-types.d.ts +26 -0
  666. package/es/atom/review-presentation/prop-types.d.ts.map +1 -0
  667. package/es/atom/review-presentation/test/fixtures/default.d.ts +28 -0
  668. package/es/atom/review-presentation/test/fixtures/default.d.ts.map +1 -0
  669. package/es/atom/review-presentation/test/index.stories.d.ts +58 -0
  670. package/es/atom/review-presentation/test/index.stories.d.ts.map +1 -0
  671. package/es/atom/select/index.d.ts +56 -0
  672. package/es/atom/select/index.d.ts.map +1 -0
  673. package/es/atom/select/test/fixtures/coorpmanager.d.ts +5 -0
  674. package/es/atom/select/test/fixtures/coorpmanager.d.ts.map +1 -0
  675. package/es/atom/select/test/fixtures/default.d.ts +12 -0
  676. package/es/atom/select/test/fixtures/default.d.ts.map +1 -0
  677. package/es/atom/select/test/fixtures/disabled.d.ts +5 -0
  678. package/es/atom/select/test/fixtures/disabled.d.ts.map +1 -0
  679. package/es/atom/select/test/fixtures/error.d.ts +14 -0
  680. package/es/atom/select/test/fixtures/error.d.ts.map +1 -0
  681. package/es/atom/select/test/fixtures/filter.d.ts +14 -0
  682. package/es/atom/select/test/fixtures/filter.d.ts.map +1 -0
  683. package/es/atom/select/test/fixtures/invalid.d.ts +5 -0
  684. package/es/atom/select/test/fixtures/invalid.d.ts.map +1 -0
  685. package/es/atom/select/test/fixtures/modified.d.ts +14 -0
  686. package/es/atom/select/test/fixtures/modified.d.ts.map +1 -0
  687. package/es/atom/select/test/fixtures/mooc.d.ts +5 -0
  688. package/es/atom/select/test/fixtures/mooc.d.ts.map +1 -0
  689. package/es/atom/select/test/fixtures/multiple-selected.d.ts +5 -0
  690. package/es/atom/select/test/fixtures/multiple-selected.d.ts.map +1 -0
  691. package/es/atom/select/test/fixtures/multiple.d.ts +5 -0
  692. package/es/atom/select/test/fixtures/multiple.d.ts.map +1 -0
  693. package/es/atom/select/test/fixtures/player.d.ts +5 -0
  694. package/es/atom/select/test/fixtures/player.d.ts.map +1 -0
  695. package/es/atom/select/test/fixtures/question.d.ts +5 -0
  696. package/es/atom/select/test/fixtures/question.d.ts.map +1 -0
  697. package/es/atom/select/test/fixtures/required-with-title.d.ts +5 -0
  698. package/es/atom/select/test/fixtures/required-with-title.d.ts.map +1 -0
  699. package/es/atom/select/test/fixtures/required.d.ts +5 -0
  700. package/es/atom/select/test/fixtures/required.d.ts.map +1 -0
  701. package/es/atom/select/test/fixtures/sort.d.ts +14 -0
  702. package/es/atom/select/test/fixtures/sort.d.ts.map +1 -0
  703. package/es/atom/select/test/fixtures/template.d.ts +5 -0
  704. package/es/atom/select/test/fixtures/template.d.ts.map +1 -0
  705. package/es/atom/select/test/fixtures/thematiques-long.d.ts +5 -0
  706. package/es/atom/select/test/fixtures/thematiques-long.d.ts.map +1 -0
  707. package/es/atom/select/test/fixtures/thematiques.d.ts +5 -0
  708. package/es/atom/select/test/fixtures/thematiques.d.ts.map +1 -0
  709. package/es/atom/select/test/index.stories.d.ts +167 -0
  710. package/es/atom/select/test/index.stories.d.ts.map +1 -0
  711. package/es/atom/select-modal/index.native.d.ts +28 -0
  712. package/es/atom/select-modal/index.native.d.ts.map +1 -0
  713. package/es/atom/select-modal/test/fixtures/colored.d.ts +7 -0
  714. package/es/atom/select-modal/test/fixtures/colored.d.ts.map +1 -0
  715. package/es/atom/select-modal/test/fixtures/default.d.ts +8 -0
  716. package/es/atom/select-modal/test/fixtures/default.d.ts.map +1 -0
  717. package/es/atom/select-modal/test/fixtures/disabled.d.ts +7 -0
  718. package/es/atom/select-modal/test/fixtures/disabled.d.ts.map +1 -0
  719. package/es/atom/select-modal/test/fixtures/focused.d.ts +7 -0
  720. package/es/atom/select-modal/test/fixtures/focused.d.ts.map +1 -0
  721. package/es/atom/select-modal/test/fixtures/with-place-holder.d.ts +7 -0
  722. package/es/atom/select-modal/test/fixtures/with-place-holder.d.ts.map +1 -0
  723. package/es/atom/select-modal/test/fixtures/with-value.d.ts +7 -0
  724. package/es/atom/select-modal/test/fixtures/with-value.d.ts.map +1 -0
  725. package/es/atom/select-modal/test/on-blur.d.ts +2 -0
  726. package/es/atom/select-modal/test/on-blur.d.ts.map +1 -0
  727. package/es/atom/select-modal/test/on-change.d.ts +2 -0
  728. package/es/atom/select-modal/test/on-change.d.ts.map +1 -0
  729. package/es/atom/select-modal/test/on-focus.d.ts +2 -0
  730. package/es/atom/select-modal/test/on-focus.d.ts.map +1 -0
  731. package/es/atom/slide/index.d.ts +29 -0
  732. package/es/atom/slide/index.d.ts.map +1 -0
  733. package/es/atom/slide/test/fixtures/default.d.ts +13 -0
  734. package/es/atom/slide/test/fixtures/default.d.ts.map +1 -0
  735. package/es/atom/slide/test/fixtures/left.d.ts +15 -0
  736. package/es/atom/slide/test/fixtures/left.d.ts.map +1 -0
  737. package/es/atom/slide/test/fixtures/light.d.ts +14 -0
  738. package/es/atom/slide/test/fixtures/light.d.ts.map +1 -0
  739. package/es/atom/slide/test/fixtures/no-cta.d.ts +9 -0
  740. package/es/atom/slide/test/fixtures/no-cta.d.ts.map +1 -0
  741. package/es/atom/slide/test/fixtures/right.d.ts +15 -0
  742. package/es/atom/slide/test/fixtures/right.d.ts.map +1 -0
  743. package/es/atom/slide/test/index.stories.d.ts +93 -0
  744. package/es/atom/slide/test/index.stories.d.ts.map +1 -0
  745. package/es/atom/social-link/index.d.ts +12 -0
  746. package/es/atom/social-link/index.d.ts.map +1 -0
  747. package/es/atom/social-link/test/fixtures/facebook-footer.d.ts +10 -0
  748. package/es/atom/social-link/test/fixtures/facebook-footer.d.ts.map +1 -0
  749. package/es/atom/social-link/test/fixtures/facebook.d.ts +8 -0
  750. package/es/atom/social-link/test/fixtures/facebook.d.ts.map +1 -0
  751. package/es/atom/social-link/test/fixtures/twitter.d.ts +8 -0
  752. package/es/atom/social-link/test/fixtures/twitter.d.ts.map +1 -0
  753. package/es/atom/social-link/test/index.stories.d.ts +38 -0
  754. package/es/atom/social-link/test/index.stories.d.ts.map +1 -0
  755. package/es/atom/space/index.native.d.ts +8 -0
  756. package/es/atom/space/index.native.d.ts.map +1 -0
  757. package/es/atom/space/test/fixtures/base.d.ts +7 -0
  758. package/es/atom/space/test/fixtures/base.d.ts.map +1 -0
  759. package/es/atom/space/test/fixtures/default.d.ts +7 -0
  760. package/es/atom/space/test/fixtures/default.d.ts.map +1 -0
  761. package/es/atom/space/test/fixtures/large.d.ts +7 -0
  762. package/es/atom/space/test/fixtures/large.d.ts.map +1 -0
  763. package/es/atom/space/test/fixtures/medium.d.ts +7 -0
  764. package/es/atom/space/test/fixtures/medium.d.ts.map +1 -0
  765. package/es/atom/space/test/fixtures/micro.d.ts +7 -0
  766. package/es/atom/space/test/fixtures/micro.d.ts.map +1 -0
  767. package/es/atom/space/test/fixtures/small.d.ts +7 -0
  768. package/es/atom/space/test/fixtures/small.d.ts.map +1 -0
  769. package/es/atom/space/test/fixtures/tiny.d.ts +7 -0
  770. package/es/atom/space/test/fixtures/tiny.d.ts.map +1 -0
  771. package/es/atom/space/test/fixtures/xlarge.d.ts +7 -0
  772. package/es/atom/space/test/fixtures/xlarge.d.ts.map +1 -0
  773. package/es/atom/spinner/index.d.ts +6 -0
  774. package/es/atom/spinner/index.d.ts.map +1 -0
  775. package/es/atom/spinner/test/fixtures/default.d.ts +5 -0
  776. package/es/atom/spinner/test/fixtures/default.d.ts.map +1 -0
  777. package/es/atom/spinner/test/index.stories.d.ts +14 -0
  778. package/es/atom/spinner/test/index.stories.d.ts.map +1 -0
  779. package/es/atom/tab/index.d.ts +19 -0
  780. package/es/atom/tab/index.d.ts.map +1 -0
  781. package/es/atom/tab/test/fixtures/default.d.ts +14 -0
  782. package/es/atom/tab/test/fixtures/default.d.ts.map +1 -0
  783. package/es/atom/tab/test/index.stories.d.ts +34 -0
  784. package/es/atom/tab/test/index.stories.d.ts.map +1 -0
  785. package/es/atom/tab-content/index.d.ts +14 -0
  786. package/es/atom/tab-content/index.d.ts.map +1 -0
  787. package/es/atom/tab-content/test/fixtures/default.d.ts +8 -0
  788. package/es/atom/tab-content/test/fixtures/default.d.ts.map +1 -0
  789. package/es/atom/tab-content/test/fixtures/hide-content-background.d.ts +5 -0
  790. package/es/atom/tab-content/test/fixtures/hide-content-background.d.ts.map +1 -0
  791. package/es/atom/tab-content/test/index.stories.d.ts +28 -0
  792. package/es/atom/tab-content/test/index.stories.d.ts.map +1 -0
  793. package/es/atom/tag/index.d.ts +10 -0
  794. package/es/atom/tag/index.d.ts.map +1 -0
  795. package/es/atom/tag/test/fixtures/archived.d.ts +8 -0
  796. package/es/atom/tag/test/fixtures/archived.d.ts.map +1 -0
  797. package/es/atom/tag/test/fixtures/default.d.ts +8 -0
  798. package/es/atom/tag/test/fixtures/default.d.ts.map +1 -0
  799. package/es/atom/tag/test/fixtures/draft.d.ts +8 -0
  800. package/es/atom/tag/test/fixtures/draft.d.ts.map +1 -0
  801. package/es/atom/tag/test/fixtures/published.d.ts +8 -0
  802. package/es/atom/tag/test/fixtures/published.d.ts.map +1 -0
  803. package/es/atom/tag/test/fixtures/revised.d.ts +8 -0
  804. package/es/atom/tag/test/fixtures/revised.d.ts.map +1 -0
  805. package/es/atom/tag/test/index.stories.d.ts +48 -0
  806. package/es/atom/tag/test/index.stories.d.ts.map +1 -0
  807. package/es/atom/text/index.native.d.ts +15 -0
  808. package/es/atom/text/index.native.d.ts.map +1 -0
  809. package/es/atom/text/test/fixtures/default.d.ts +7 -0
  810. package/es/atom/text/test/fixtures/default.d.ts.map +1 -0
  811. package/es/atom/title/index.d.ts +12 -0
  812. package/es/atom/title/index.d.ts.map +1 -0
  813. package/es/atom/title/test/fixtures/form-group-title-without-subtitle.d.ts +8 -0
  814. package/es/atom/title/test/fixtures/form-group-title-without-subtitle.d.ts.map +1 -0
  815. package/es/atom/title/test/fixtures/form-group-title.d.ts +9 -0
  816. package/es/atom/title/test/fixtures/form-group-title.d.ts.map +1 -0
  817. package/es/atom/title/test/fixtures/page-title.d.ts +10 -0
  818. package/es/atom/title/test/fixtures/page-title.d.ts.map +1 -0
  819. package/es/atom/title/test/index.stories.d.ts +39 -0
  820. package/es/atom/title/test/index.stories.d.ts.map +1 -0
  821. package/es/atom/video-upload/index.d.ts +37 -0
  822. package/es/atom/video-upload/index.d.ts.map +1 -0
  823. package/es/atom/video-upload/test/fixtures/desktop.d.ts +14 -0
  824. package/es/atom/video-upload/test/fixtures/desktop.d.ts.map +1 -0
  825. package/es/atom/video-upload/test/fixtures/loading.d.ts +11 -0
  826. package/es/atom/video-upload/test/fixtures/loading.d.ts.map +1 -0
  827. package/es/atom/video-upload/test/fixtures/modified.d.ts +15 -0
  828. package/es/atom/video-upload/test/fixtures/modified.d.ts.map +1 -0
  829. package/es/atom/video-upload/test/fixtures/no-preview.d.ts +14 -0
  830. package/es/atom/video-upload/test/fixtures/no-preview.d.ts.map +1 -0
  831. package/es/atom/video-upload/test/fixtures/without-video.d.ts +14 -0
  832. package/es/atom/video-upload/test/fixtures/without-video.d.ts.map +1 -0
  833. package/es/atom/video-upload/test/index.stories.d.ts +103 -0
  834. package/es/atom/video-upload/test/index.stories.d.ts.map +1 -0
  835. package/es/atom/wizard-steps/index.d.ts +13 -0
  836. package/es/atom/wizard-steps/index.d.ts.map +1 -0
  837. package/es/atom/wizard-steps/test/fixtures/default.d.ts +15 -0
  838. package/es/atom/wizard-steps/test/fixtures/default.d.ts.map +1 -0
  839. package/es/atom/wizard-steps/test/fixtures/first-step.d.ts +15 -0
  840. package/es/atom/wizard-steps/test/fixtures/first-step.d.ts.map +1 -0
  841. package/es/atom/wizard-steps/test/fixtures/last-step.d.ts +15 -0
  842. package/es/atom/wizard-steps/test/fixtures/last-step.d.ts.map +1 -0
  843. package/es/atom/wizard-steps/test/index.stories.d.ts +58 -0
  844. package/es/atom/wizard-steps/test/index.stories.d.ts.map +1 -0
  845. package/es/hoc/animation/index.d.ts +54 -0
  846. package/es/hoc/animation/index.d.ts.map +1 -0
  847. package/es/hoc/animation/test/fixtures/start.d.ts +12 -0
  848. package/es/hoc/animation/test/fixtures/start.d.ts.map +1 -0
  849. package/es/hoc/animation/test/fixtures/stop.d.ts +11 -0
  850. package/es/hoc/animation/test/fixtures/stop.d.ts.map +1 -0
  851. package/es/hoc/animation/test/index.stories.d.ts +26 -0
  852. package/es/hoc/animation/test/index.stories.d.ts.map +1 -0
  853. package/es/hoc/animation-scheduler/index.d.ts +38 -0
  854. package/es/hoc/animation-scheduler/index.d.ts.map +1 -0
  855. package/es/hoc/animation-scheduler/test/fixtures/parallel.d.ts +9 -0
  856. package/es/hoc/animation-scheduler/test/fixtures/parallel.d.ts.map +1 -0
  857. package/es/hoc/animation-scheduler/test/fixtures/series.d.ts +8 -0
  858. package/es/hoc/animation-scheduler/test/fixtures/series.d.ts.map +1 -0
  859. package/es/hoc/animation-scheduler/test/index.stories.d.ts +20 -0
  860. package/es/hoc/animation-scheduler/test/index.stories.d.ts.map +1 -0
  861. package/es/hoc/modal/index.native.d.ts +15 -0
  862. package/es/hoc/modal/index.native.d.ts.map +1 -0
  863. package/es/hoc/modal/select/index.native.d.ts +14 -0
  864. package/es/hoc/modal/select/index.native.d.ts.map +1 -0
  865. package/es/hoc/modal/select/test/fixtures/default.d.ts +7 -0
  866. package/es/hoc/modal/select/test/fixtures/default.d.ts.map +1 -0
  867. package/es/hoc/modal/select/test/fixtures/with-value.d.ts +7 -0
  868. package/es/hoc/modal/select/test/fixtures/with-value.d.ts.map +1 -0
  869. package/es/hoc/modal/select/test/on-change.d.ts +2 -0
  870. package/es/hoc/modal/select/test/on-change.d.ts.map +1 -0
  871. package/es/hoc/modal/select/test/on-close.d.ts +2 -0
  872. package/es/hoc/modal/select/test/on-close.d.ts.map +1 -0
  873. package/es/hoc/modal/select-item/index.native.d.ts +11 -0
  874. package/es/hoc/modal/select-item/index.native.d.ts.map +1 -0
  875. package/es/hoc/modal/select-item/test/fixtures/default.d.ts +7 -0
  876. package/es/hoc/modal/select-item/test/fixtures/default.d.ts.map +1 -0
  877. package/es/hoc/modal/select-item/test/fixtures/selected.d.ts +7 -0
  878. package/es/hoc/modal/select-item/test/fixtures/selected.d.ts.map +1 -0
  879. package/es/hoc/modal/select-item/test/on-press.d.ts +2 -0
  880. package/es/hoc/modal/select-item/test/on-press.d.ts.map +1 -0
  881. package/es/hoc/modal/test/fixtures/custom-color.d.ts +7 -0
  882. package/es/hoc/modal/test/fixtures/custom-color.d.ts.map +1 -0
  883. package/es/hoc/modal/test/fixtures/defaults.d.ts +7 -0
  884. package/es/hoc/modal/test/fixtures/defaults.d.ts.map +1 -0
  885. package/es/hoc/modal/test/on-close.d.ts +2 -0
  886. package/es/hoc/modal/test/on-close.d.ts.map +1 -0
  887. package/es/hoc/swapper/index.d.ts +17 -0
  888. package/es/hoc/swapper/index.d.ts.map +1 -0
  889. package/es/hoc/swapper/test/fixtures/default.d.ts +8 -0
  890. package/es/hoc/swapper/test/fixtures/default.d.ts.map +1 -0
  891. package/es/hoc/swapper/test/index.stories.d.ts +14 -0
  892. package/es/hoc/swapper/test/index.stories.d.ts.map +1 -0
  893. package/es/hoc/touchable/index.native.d.ts +32 -0
  894. package/es/hoc/touchable/index.native.d.ts.map +1 -0
  895. package/es/hoc/touchable/test/fixtures/default.d.ts +7 -0
  896. package/es/hoc/touchable/test/fixtures/default.d.ts.map +1 -0
  897. package/es/hoc/touchable/test/fixtures/disabled.d.ts +7 -0
  898. package/es/hoc/touchable/test/fixtures/disabled.d.ts.map +1 -0
  899. package/es/hoc/touchable/test/fixtures/highlight.d.ts +7 -0
  900. package/es/hoc/touchable/test/fixtures/highlight.d.ts.map +1 -0
  901. package/es/hoc/touchable/test/fixtures/without-feedback.d.ts +7 -0
  902. package/es/hoc/touchable/test/fixtures/without-feedback.d.ts.map +1 -0
  903. package/es/hoc/touchable/test/on-longpress-behaviours.d.ts +2 -0
  904. package/es/hoc/touchable/test/on-longpress-behaviours.d.ts.map +1 -0
  905. package/es/hoc/touchable/test/on-press-behaviours.d.ts +2 -0
  906. package/es/hoc/touchable/test/on-press-behaviours.d.ts.map +1 -0
  907. package/es/hoc/transition/index.d.ts +11 -0
  908. package/es/hoc/transition/index.d.ts.map +1 -0
  909. package/es/hoc/transition/test/fixtures/flip-square.d.ts +11 -0
  910. package/es/hoc/transition/test/fixtures/flip-square.d.ts.map +1 -0
  911. package/es/hoc/transition/test/index.stories.d.ts +23 -0
  912. package/es/hoc/transition/test/index.stories.d.ts.map +1 -0
  913. package/es/molecule/add-to-my-list/index.d.ts +40 -0
  914. package/es/molecule/add-to-my-list/index.d.ts.map +1 -0
  915. package/es/molecule/add-to-my-list/test/fixtures/default.d.ts +10 -0
  916. package/es/molecule/add-to-my-list/test/fixtures/default.d.ts.map +1 -0
  917. package/es/molecule/add-to-my-list/test/fixtures/favorite.d.ts +10 -0
  918. package/es/molecule/add-to-my-list/test/fixtures/favorite.d.ts.map +1 -0
  919. package/es/molecule/add-to-my-list/test/index.stories.d.ts +38 -0
  920. package/es/molecule/add-to-my-list/test/index.stories.d.ts.map +1 -0
  921. package/es/molecule/answer/index.d.ts +7 -0
  922. package/es/molecule/answer/index.d.ts.map +1 -0
  923. package/es/molecule/answer/index.native.d.ts +5 -0
  924. package/es/molecule/answer/index.native.d.ts.map +1 -0
  925. package/es/molecule/answer/prop-types.d.ts +143 -0
  926. package/es/molecule/answer/prop-types.d.ts.map +1 -0
  927. package/es/molecule/answer/test/fixtures/audio.d.ts +14 -0
  928. package/es/molecule/answer/test/fixtures/audio.d.ts.map +1 -0
  929. package/es/molecule/answer/test/fixtures/default.d.ts +14 -0
  930. package/es/molecule/answer/test/fixtures/default.d.ts.map +1 -0
  931. package/es/molecule/answer/test/fixtures/drop-down.d.ts +9 -0
  932. package/es/molecule/answer/test/fixtures/drop-down.d.ts.map +1 -0
  933. package/es/molecule/answer/test/fixtures/qcm-arabic.d.ts +18 -0
  934. package/es/molecule/answer/test/fixtures/qcm-arabic.d.ts.map +1 -0
  935. package/es/molecule/answer/test/fixtures/qcm-drag.d.ts +21 -0
  936. package/es/molecule/answer/test/fixtures/qcm-drag.d.ts.map +1 -0
  937. package/es/molecule/answer/test/fixtures/qcm-graphic.d.ts +15 -0
  938. package/es/molecule/answer/test/fixtures/qcm-graphic.d.ts.map +1 -0
  939. package/es/molecule/answer/test/fixtures/qcm-short-audio.d.ts +29 -0
  940. package/es/molecule/answer/test/fixtures/qcm-short-audio.d.ts.map +1 -0
  941. package/es/molecule/answer/test/fixtures/qcm-short-video.d.ts +30 -0
  942. package/es/molecule/answer/test/fixtures/qcm-short-video.d.ts.map +1 -0
  943. package/es/molecule/answer/test/fixtures/qcm-short.d.ts +18 -0
  944. package/es/molecule/answer/test/fixtures/qcm-short.d.ts.map +1 -0
  945. package/es/molecule/answer/test/fixtures/qcm.d.ts +19 -0
  946. package/es/molecule/answer/test/fixtures/qcm.d.ts.map +1 -0
  947. package/es/molecule/answer/test/fixtures/range.d.ts +14 -0
  948. package/es/molecule/answer/test/fixtures/range.d.ts.map +1 -0
  949. package/es/molecule/answer/test/fixtures/template.d.ts +9 -0
  950. package/es/molecule/answer/test/fixtures/template.d.ts.map +1 -0
  951. package/es/molecule/answer/test/index.stories.d.ts +262 -0
  952. package/es/molecule/answer/test/index.stories.d.ts.map +1 -0
  953. package/es/molecule/audio/index.d.ts +42 -0
  954. package/es/molecule/audio/index.d.ts.map +1 -0
  955. package/es/molecule/audio/test/fixtures/default.d.ts +10 -0
  956. package/es/molecule/audio/test/fixtures/default.d.ts.map +1 -0
  957. package/es/molecule/audio/test/fixtures/with-poster.d.ts +10 -0
  958. package/es/molecule/audio/test/fixtures/with-poster.d.ts.map +1 -0
  959. package/es/molecule/audio/test/index.stories.d.ts +26 -0
  960. package/es/molecule/audio/test/index.stories.d.ts.map +1 -0
  961. package/es/molecule/banner/index.d.ts +17 -0
  962. package/es/molecule/banner/index.d.ts.map +1 -0
  963. package/es/molecule/banner/test/fixtures/default.d.ts +12 -0
  964. package/es/molecule/banner/test/fixtures/default.d.ts.map +1 -0
  965. package/es/molecule/banner/test/fixtures/error-banner.d.ts +8 -0
  966. package/es/molecule/banner/test/fixtures/error-banner.d.ts.map +1 -0
  967. package/es/molecule/banner/test/fixtures/error-temporary-banner.d.ts +11 -0
  968. package/es/molecule/banner/test/fixtures/error-temporary-banner.d.ts.map +1 -0
  969. package/es/molecule/banner/test/fixtures/hidden-error-banner.d.ts +10 -0
  970. package/es/molecule/banner/test/fixtures/hidden-error-banner.d.ts.map +1 -0
  971. package/es/molecule/banner/test/fixtures/success-banner.d.ts +8 -0
  972. package/es/molecule/banner/test/fixtures/success-banner.d.ts.map +1 -0
  973. package/es/molecule/banner/test/fixtures/success-temporary-banner.d.ts +11 -0
  974. package/es/molecule/banner/test/fixtures/success-temporary-banner.d.ts.map +1 -0
  975. package/es/molecule/banner/test/fixtures/warning-temporary-banner.d.ts +11 -0
  976. package/es/molecule/banner/test/fixtures/warning-temporary-banner.d.ts.map +1 -0
  977. package/es/molecule/banner/test/index.stories.d.ts +84 -0
  978. package/es/molecule/banner/test/index.stories.d.ts.map +1 -0
  979. package/es/molecule/battle-request/index.d.ts +37 -0
  980. package/es/molecule/battle-request/index.d.ts.map +1 -0
  981. package/es/molecule/battle-request/test/fixtures/arabic.d.ts +11 -0
  982. package/es/molecule/battle-request/test/fixtures/arabic.d.ts.map +1 -0
  983. package/es/molecule/battle-request/test/fixtures/default.d.ts +11 -0
  984. package/es/molecule/battle-request/test/fixtures/default.d.ts.map +1 -0
  985. package/es/molecule/battle-request/test/index.stories.d.ts +60 -0
  986. package/es/molecule/battle-request/test/index.stories.d.ts.map +1 -0
  987. package/es/molecule/brand-card/description.d.ts +10 -0
  988. package/es/molecule/brand-card/description.d.ts.map +1 -0
  989. package/es/molecule/brand-card/index.d.ts +17 -0
  990. package/es/molecule/brand-card/index.d.ts.map +1 -0
  991. package/es/molecule/brand-card/test/fixtures/default.d.ts +12 -0
  992. package/es/molecule/brand-card/test/fixtures/default.d.ts.map +1 -0
  993. package/es/molecule/brand-card/test/fixtures/with-description.d.ts +14 -0
  994. package/es/molecule/brand-card/test/fixtures/with-description.d.ts.map +1 -0
  995. package/es/molecule/brand-card/test/index.stories.d.ts +44 -0
  996. package/es/molecule/brand-card/test/index.stories.d.ts.map +1 -0
  997. package/es/molecule/brand-card-create/index.d.ts +10 -0
  998. package/es/molecule/brand-card-create/index.d.ts.map +1 -0
  999. package/es/molecule/brand-card-create/test/fixtures/default.d.ts +8 -0
  1000. package/es/molecule/brand-card-create/test/fixtures/default.d.ts.map +1 -0
  1001. package/es/molecule/brand-card-create/test/index.stories.d.ts +20 -0
  1002. package/es/molecule/brand-card-create/test/index.stories.d.ts.map +1 -0
  1003. package/es/molecule/brand-create-form/index.d.ts +25 -0
  1004. package/es/molecule/brand-create-form/index.d.ts.map +1 -0
  1005. package/es/molecule/brand-create-form/test/fixtures/default.d.ts +16 -0
  1006. package/es/molecule/brand-create-form/test/fixtures/default.d.ts.map +1 -0
  1007. package/es/molecule/brand-create-form/test/fixtures/error.d.ts +5 -0
  1008. package/es/molecule/brand-create-form/test/fixtures/error.d.ts.map +1 -0
  1009. package/es/molecule/brand-create-form/test/fixtures/loading.d.ts +5 -0
  1010. package/es/molecule/brand-create-form/test/fixtures/loading.d.ts.map +1 -0
  1011. package/es/molecule/brand-create-form/test/fixtures/modified.d.ts +5 -0
  1012. package/es/molecule/brand-create-form/test/fixtures/modified.d.ts.map +1 -0
  1013. package/es/molecule/brand-create-form/test/index.stories.d.ts +55 -0
  1014. package/es/molecule/brand-create-form/test/index.stories.d.ts.map +1 -0
  1015. package/es/molecule/brand-download-box/index.d.ts +37 -0
  1016. package/es/molecule/brand-download-box/index.d.ts.map +1 -0
  1017. package/es/molecule/brand-download-box/test/fixtures/default.d.ts +10 -0
  1018. package/es/molecule/brand-download-box/test/fixtures/default.d.ts.map +1 -0
  1019. package/es/molecule/brand-download-box/test/fixtures/download-one-login-tokens.d.ts +9 -0
  1020. package/es/molecule/brand-download-box/test/fixtures/download-one-login-tokens.d.ts.map +1 -0
  1021. package/es/molecule/brand-download-box/test/fixtures/sso.d.ts +10 -0
  1022. package/es/molecule/brand-download-box/test/fixtures/sso.d.ts.map +1 -0
  1023. package/es/molecule/brand-download-box/test/index.stories.d.ts +66 -0
  1024. package/es/molecule/brand-download-box/test/index.stories.d.ts.map +1 -0
  1025. package/es/molecule/brand-form-group/index.d.ts +419 -0
  1026. package/es/molecule/brand-form-group/index.d.ts.map +1 -0
  1027. package/es/molecule/brand-form-group/test/fixtures/analytics.d.ts +28 -0
  1028. package/es/molecule/brand-form-group/test/fixtures/analytics.d.ts.map +1 -0
  1029. package/es/molecule/brand-form-group/test/fixtures/animations.d.ts +55 -0
  1030. package/es/molecule/brand-form-group/test/fixtures/animations.d.ts.map +1 -0
  1031. package/es/molecule/brand-form-group/test/fixtures/cm-default.d.ts +68 -0
  1032. package/es/molecule/brand-form-group/test/fixtures/cm-default.d.ts.map +1 -0
  1033. package/es/molecule/brand-form-group/test/fixtures/cohort.d.ts +174 -0
  1034. package/es/molecule/brand-form-group/test/fixtures/cohort.d.ts.map +1 -0
  1035. package/es/molecule/brand-form-group/test/fixtures/dashboard.d.ts +42 -0
  1036. package/es/molecule/brand-form-group/test/fixtures/dashboard.d.ts.map +1 -0
  1037. package/es/molecule/brand-form-group/test/fixtures/default.d.ts +29 -0
  1038. package/es/molecule/brand-form-group/test/fixtures/default.d.ts.map +1 -0
  1039. package/es/molecule/brand-form-group/test/fixtures/doublefield.d.ts +26 -0
  1040. package/es/molecule/brand-form-group/test/fixtures/doublefield.d.ts.map +1 -0
  1041. package/es/molecule/brand-form-group/test/fixtures/images.d.ts +37 -0
  1042. package/es/molecule/brand-form-group/test/fixtures/images.d.ts.map +1 -0
  1043. package/es/molecule/brand-form-group/test/fixtures/lookandfeel.d.ts +20 -0
  1044. package/es/molecule/brand-form-group/test/fixtures/lookandfeel.d.ts.map +1 -0
  1045. package/es/molecule/brand-form-group/test/fixtures/roles.d.ts +16 -0
  1046. package/es/molecule/brand-form-group/test/fixtures/roles.d.ts.map +1 -0
  1047. package/es/molecule/brand-form-group/test/fixtures/slider.d.ts +163 -0
  1048. package/es/molecule/brand-form-group/test/fixtures/slider.d.ts.map +1 -0
  1049. package/es/molecule/brand-form-group/test/fixtures/sso.d.ts +22 -0
  1050. package/es/molecule/brand-form-group/test/fixtures/sso.d.ts.map +1 -0
  1051. package/es/molecule/brand-form-group/test/fixtures/title-and-checkbox-wrapper.d.ts +20 -0
  1052. package/es/molecule/brand-form-group/test/fixtures/title-and-checkbox-wrapper.d.ts.map +1 -0
  1053. package/es/molecule/brand-form-group/test/index.stories.d.ts +1109 -0
  1054. package/es/molecule/brand-form-group/test/index.stories.d.ts.map +1 -0
  1055. package/es/molecule/brand-logo/index.native.d.ts +7 -0
  1056. package/es/molecule/brand-logo/index.native.d.ts.map +1 -0
  1057. package/es/molecule/brand-logo/test/fixtures/default.d.ts +9 -0
  1058. package/es/molecule/brand-logo/test/fixtures/default.d.ts.map +1 -0
  1059. package/es/molecule/brand-tabs/index.d.ts +19 -0
  1060. package/es/molecule/brand-tabs/index.d.ts.map +1 -0
  1061. package/es/molecule/brand-tabs/test/fixtures/analytics.d.ts +13 -0
  1062. package/es/molecule/brand-tabs/test/fixtures/analytics.d.ts.map +1 -0
  1063. package/es/molecule/brand-tabs/test/fixtures/cohort.d.ts +11 -0
  1064. package/es/molecule/brand-tabs/test/fixtures/cohort.d.ts.map +1 -0
  1065. package/es/molecule/brand-tabs/test/fixtures/default.d.ts +32 -0
  1066. package/es/molecule/brand-tabs/test/fixtures/default.d.ts.map +1 -0
  1067. package/es/molecule/brand-tabs/test/fixtures/importusers.d.ts +11 -0
  1068. package/es/molecule/brand-tabs/test/fixtures/importusers.d.ts.map +1 -0
  1069. package/es/molecule/brand-tabs/test/fixtures/light.d.ts +12 -0
  1070. package/es/molecule/brand-tabs/test/fixtures/light.d.ts.map +1 -0
  1071. package/es/molecule/brand-tabs/test/fixtures/lms.d.ts +11 -0
  1072. package/es/molecule/brand-tabs/test/fixtures/lms.d.ts.map +1 -0
  1073. package/es/molecule/brand-tabs/test/fixtures/lookandfeel.d.ts +11 -0
  1074. package/es/molecule/brand-tabs/test/fixtures/lookandfeel.d.ts.map +1 -0
  1075. package/es/molecule/brand-tabs/test/fixtures/manageusers.d.ts +11 -0
  1076. package/es/molecule/brand-tabs/test/fixtures/manageusers.d.ts.map +1 -0
  1077. package/es/molecule/brand-tabs/test/fixtures/sso.d.ts +11 -0
  1078. package/es/molecule/brand-tabs/test/fixtures/sso.d.ts.map +1 -0
  1079. package/es/molecule/brand-tabs/test/index.stories.d.ts +136 -0
  1080. package/es/molecule/brand-tabs/test/index.stories.d.ts.map +1 -0
  1081. package/es/molecule/brand-upload-box/index.d.ts +20 -0
  1082. package/es/molecule/brand-upload-box/index.d.ts.map +1 -0
  1083. package/es/molecule/brand-upload-box/test/fixtures/default.d.ts +9 -0
  1084. package/es/molecule/brand-upload-box/test/fixtures/default.d.ts.map +1 -0
  1085. package/es/molecule/brand-upload-box/test/fixtures/loading.d.ts +5 -0
  1086. package/es/molecule/brand-upload-box/test/fixtures/loading.d.ts.map +1 -0
  1087. package/es/molecule/brand-upload-box/test/fixtures/sso.d.ts +9 -0
  1088. package/es/molecule/brand-upload-box/test/fixtures/sso.d.ts.map +1 -0
  1089. package/es/molecule/brand-upload-box/test/index.stories.d.ts +28 -0
  1090. package/es/molecule/brand-upload-box/test/index.stories.d.ts.map +1 -0
  1091. package/es/molecule/breadcrumbs/index.d.ts +17 -0
  1092. package/es/molecule/breadcrumbs/index.d.ts.map +1 -0
  1093. package/es/molecule/breadcrumbs/test/fixtures/default.d.ts +20 -0
  1094. package/es/molecule/breadcrumbs/test/fixtures/default.d.ts.map +1 -0
  1095. package/es/molecule/breadcrumbs/test/index.stories.d.ts +39 -0
  1096. package/es/molecule/breadcrumbs/test/index.stories.d.ts.map +1 -0
  1097. package/es/molecule/bullet-point-menu-button/index.d.ts +19 -0
  1098. package/es/molecule/bullet-point-menu-button/index.d.ts.map +1 -0
  1099. package/es/molecule/bullet-point-menu-button/test/fixtures/default.d.ts +16 -0
  1100. package/es/molecule/bullet-point-menu-button/test/fixtures/default.d.ts.map +1 -0
  1101. package/es/molecule/bullet-point-menu-button/test/fixtures/multiple-buttons.d.ts +5 -0
  1102. package/es/molecule/bullet-point-menu-button/test/fixtures/multiple-buttons.d.ts.map +1 -0
  1103. package/es/molecule/bullet-point-menu-button/test/index.stories.d.ts +41 -0
  1104. package/es/molecule/bullet-point-menu-button/test/index.stories.d.ts.map +1 -0
  1105. package/es/molecule/card/customer.d.ts +19 -0
  1106. package/es/molecule/card/customer.d.ts.map +1 -0
  1107. package/es/molecule/card/favorite.d.ts +45 -0
  1108. package/es/molecule/card/favorite.d.ts.map +1 -0
  1109. package/es/molecule/card/index.d.ts +9 -0
  1110. package/es/molecule/card/index.d.ts.map +1 -0
  1111. package/es/molecule/card/notification.d.ts +10 -0
  1112. package/es/molecule/card/notification.d.ts.map +1 -0
  1113. package/es/molecule/card/selectable.d.ts +14 -0
  1114. package/es/molecule/card/selectable.d.ts.map +1 -0
  1115. package/es/molecule/card/test/fixtures/adaptiv-and-disabled.d.ts +46 -0
  1116. package/es/molecule/card/test/fixtures/adaptiv-and-disabled.d.ts.map +1 -0
  1117. package/es/molecule/card/test/fixtures/adaptiv.d.ts +45 -0
  1118. package/es/molecule/card/test/fixtures/adaptiv.d.ts.map +1 -0
  1119. package/es/molecule/card/test/fixtures/arabic.d.ts +24 -0
  1120. package/es/molecule/card/test/fixtures/arabic.d.ts.map +1 -0
  1121. package/es/molecule/card/test/fixtures/article.d.ts +5 -0
  1122. package/es/molecule/card/test/fixtures/article.d.ts.map +1 -0
  1123. package/es/molecule/card/test/fixtures/coorpmanager.d.ts +5 -0
  1124. package/es/molecule/card/test/fixtures/coorpmanager.d.ts.map +1 -0
  1125. package/es/molecule/card/test/fixtures/default.d.ts +44 -0
  1126. package/es/molecule/card/test/fixtures/default.d.ts.map +1 -0
  1127. package/es/molecule/card/test/fixtures/disabled.d.ts +46 -0
  1128. package/es/molecule/card/test/fixtures/disabled.d.ts.map +1 -0
  1129. package/es/molecule/card/test/fixtures/empty.d.ts +5 -0
  1130. package/es/molecule/card/test/fixtures/empty.d.ts.map +1 -0
  1131. package/es/molecule/card/test/fixtures/external-content.d.ts +5 -0
  1132. package/es/molecule/card/test/fixtures/external-content.d.ts.map +1 -0
  1133. package/es/molecule/card/test/fixtures/favorite.d.ts +5 -0
  1134. package/es/molecule/card/test/fixtures/favorite.d.ts.map +1 -0
  1135. package/es/molecule/card/test/fixtures/freerun-and-disabled.d.ts +5 -0
  1136. package/es/molecule/card/test/fixtures/freerun-and-disabled.d.ts.map +1 -0
  1137. package/es/molecule/card/test/fixtures/freerun.d.ts +5 -0
  1138. package/es/molecule/card/test/fixtures/freerun.d.ts.map +1 -0
  1139. package/es/molecule/card/test/fixtures/podcast.d.ts +5 -0
  1140. package/es/molecule/card/test/fixtures/podcast.d.ts.map +1 -0
  1141. package/es/molecule/card/test/fixtures/scorm.d.ts +5 -0
  1142. package/es/molecule/card/test/fixtures/scorm.d.ts.map +1 -0
  1143. package/es/molecule/card/test/fixtures/selectable-false-hidden-true.d.ts +5 -0
  1144. package/es/molecule/card/test/fixtures/selectable-false-hidden-true.d.ts.map +1 -0
  1145. package/es/molecule/card/test/fixtures/selectable-false.d.ts +5 -0
  1146. package/es/molecule/card/test/fixtures/selectable-false.d.ts.map +1 -0
  1147. package/es/molecule/card/test/fixtures/selectable-true-hidden-true.d.ts +5 -0
  1148. package/es/molecule/card/test/fixtures/selectable-true-hidden-true.d.ts.map +1 -0
  1149. package/es/molecule/card/test/fixtures/selectable-true.d.ts +5 -0
  1150. package/es/molecule/card/test/fixtures/selectable-true.d.ts.map +1 -0
  1151. package/es/molecule/card/test/fixtures/video.d.ts +5 -0
  1152. package/es/molecule/card/test/fixtures/video.d.ts.map +1 -0
  1153. package/es/molecule/card/test/index.stories.d.ts +263 -0
  1154. package/es/molecule/card/test/index.stories.d.ts.map +1 -0
  1155. package/es/molecule/card-content/index.d.ts +71 -0
  1156. package/es/molecule/card-content/index.d.ts.map +1 -0
  1157. package/es/molecule/card-content/test/fixtures/adaptiv-and-disabled.d.ts +12 -0
  1158. package/es/molecule/card-content/test/fixtures/adaptiv-and-disabled.d.ts.map +1 -0
  1159. package/es/molecule/card-content/test/fixtures/adaptiv.d.ts +11 -0
  1160. package/es/molecule/card-content/test/fixtures/adaptiv.d.ts.map +1 -0
  1161. package/es/molecule/card-content/test/fixtures/arabic-hero.d.ts +12 -0
  1162. package/es/molecule/card-content/test/fixtures/arabic-hero.d.ts.map +1 -0
  1163. package/es/molecule/card-content/test/fixtures/card-no-progress-bar.d.ts +14 -0
  1164. package/es/molecule/card-content/test/fixtures/card-no-progress-bar.d.ts.map +1 -0
  1165. package/es/molecule/card-content/test/fixtures/card.d.ts +10 -0
  1166. package/es/molecule/card-content/test/fixtures/card.d.ts.map +1 -0
  1167. package/es/molecule/card-content/test/fixtures/disabled.d.ts +11 -0
  1168. package/es/molecule/card-content/test/fixtures/disabled.d.ts.map +1 -0
  1169. package/es/molecule/card-content/test/fixtures/empty.d.ts +8 -0
  1170. package/es/molecule/card-content/test/fixtures/empty.d.ts.map +1 -0
  1171. package/es/molecule/card-content/test/fixtures/hero.d.ts +12 -0
  1172. package/es/molecule/card-content/test/fixtures/hero.d.ts.map +1 -0
  1173. package/es/molecule/card-content/test/index.stories.d.ts +147 -0
  1174. package/es/molecule/card-content/test/index.stories.d.ts.map +1 -0
  1175. package/es/molecule/card-with-button/index.d.ts +49 -0
  1176. package/es/molecule/card-with-button/index.d.ts.map +1 -0
  1177. package/es/molecule/card-with-button/test/fixtures/default.d.ts +12 -0
  1178. package/es/molecule/card-with-button/test/fixtures/default.d.ts.map +1 -0
  1179. package/es/molecule/card-with-button/test/fixtures/with-avatar.d.ts +15 -0
  1180. package/es/molecule/card-with-button/test/fixtures/with-avatar.d.ts.map +1 -0
  1181. package/es/molecule/card-with-button/test/fixtures/without-label.d.ts +11 -0
  1182. package/es/molecule/card-with-button/test/fixtures/without-label.d.ts.map +1 -0
  1183. package/es/molecule/card-with-button/test/index.stories.d.ts +76 -0
  1184. package/es/molecule/card-with-button/test/index.stories.d.ts.map +1 -0
  1185. package/es/molecule/cm-popin/index.d.ts +56 -0
  1186. package/es/molecule/cm-popin/index.d.ts.map +1 -0
  1187. package/es/molecule/cm-popin/test/fixtures/cookie-settings.d.ts +57 -0
  1188. package/es/molecule/cm-popin/test/fixtures/cookie-settings.d.ts.map +1 -0
  1189. package/es/molecule/cm-popin/test/fixtures/cookie.d.ts +27 -0
  1190. package/es/molecule/cm-popin/test/fixtures/cookie.d.ts.map +1 -0
  1191. package/es/molecule/cm-popin/test/fixtures/dangerous.d.ts +20 -0
  1192. package/es/molecule/cm-popin/test/fixtures/dangerous.d.ts.map +1 -0
  1193. package/es/molecule/cm-popin/test/fixtures/default.d.ts +21 -0
  1194. package/es/molecule/cm-popin/test/fixtures/default.d.ts.map +1 -0
  1195. package/es/molecule/cm-popin/test/fixtures/error-with-close.d.ts +18 -0
  1196. package/es/molecule/cm-popin/test/fixtures/error-with-close.d.ts.map +1 -0
  1197. package/es/molecule/cm-popin/test/fixtures/go1-popin.d.ts +16 -0
  1198. package/es/molecule/cm-popin/test/fixtures/go1-popin.d.ts.map +1 -0
  1199. package/es/molecule/cm-popin/test/fixtures/no-access.d.ts +10 -0
  1200. package/es/molecule/cm-popin/test/fixtures/no-access.d.ts.map +1 -0
  1201. package/es/molecule/cm-popin/test/fixtures/on-review-quit.d.ts +25 -0
  1202. package/es/molecule/cm-popin/test/fixtures/on-review-quit.d.ts.map +1 -0
  1203. package/es/molecule/cm-popin/test/fixtures/warning-with-close.d.ts +22 -0
  1204. package/es/molecule/cm-popin/test/fixtures/warning-with-close.d.ts.map +1 -0
  1205. package/es/molecule/cm-popin/test/index.stories.d.ts +266 -0
  1206. package/es/molecule/cm-popin/test/index.stories.d.ts.map +1 -0
  1207. package/es/molecule/cookie-banner/index.d.ts +37 -0
  1208. package/es/molecule/cookie-banner/index.d.ts.map +1 -0
  1209. package/es/molecule/cookie-banner/test/fixtures/default.d.ts +12 -0
  1210. package/es/molecule/cookie-banner/test/fixtures/default.d.ts.map +1 -0
  1211. package/es/molecule/cookie-banner/test/index.stories.d.ts +51 -0
  1212. package/es/molecule/cookie-banner/test/index.stories.d.ts.map +1 -0
  1213. package/es/molecule/coorp-manager-roles/index.d.ts +25 -0
  1214. package/es/molecule/coorp-manager-roles/index.d.ts.map +1 -0
  1215. package/es/molecule/coorp-manager-roles/test/fixtures/default.d.ts +20 -0
  1216. package/es/molecule/coorp-manager-roles/test/fixtures/default.d.ts.map +1 -0
  1217. package/es/molecule/coorp-manager-roles/test/index.stories.d.ts +47 -0
  1218. package/es/molecule/coorp-manager-roles/test/index.stories.d.ts.map +1 -0
  1219. package/es/molecule/course-section/index.d.ts +23 -0
  1220. package/es/molecule/course-section/index.d.ts.map +1 -0
  1221. package/es/molecule/course-section/test/fixtures/advanced-level.d.ts +20 -0
  1222. package/es/molecule/course-section/test/fixtures/advanced-level.d.ts.map +1 -0
  1223. package/es/molecule/course-section/test/fixtures/base-level.d.ts +19 -0
  1224. package/es/molecule/course-section/test/fixtures/base-level.d.ts.map +1 -0
  1225. package/es/molecule/course-section/test/fixtures/chapter.d.ts +19 -0
  1226. package/es/molecule/course-section/test/fixtures/chapter.d.ts.map +1 -0
  1227. package/es/molecule/course-section/test/fixtures/coach-level.d.ts +19 -0
  1228. package/es/molecule/course-section/test/fixtures/coach-level.d.ts.map +1 -0
  1229. package/es/molecule/course-section/test/fixtures/course.d.ts +19 -0
  1230. package/es/molecule/course-section/test/fixtures/course.d.ts.map +1 -0
  1231. package/es/molecule/course-section/test/index.stories.d.ts +117 -0
  1232. package/es/molecule/course-section/test/index.stories.d.ts.map +1 -0
  1233. package/es/molecule/course-sections/index.d.ts +61 -0
  1234. package/es/molecule/course-sections/index.d.ts.map +1 -0
  1235. package/es/molecule/course-sections/test/fixtures/default.d.ts +24 -0
  1236. package/es/molecule/course-sections/test/fixtures/default.d.ts.map +1 -0
  1237. package/es/molecule/course-sections/test/fixtures/loading.d.ts +10 -0
  1238. package/es/molecule/course-sections/test/fixtures/loading.d.ts.map +1 -0
  1239. package/es/molecule/course-sections/test/fixtures/with-mandatory-courses-input.d.ts +44 -0
  1240. package/es/molecule/course-sections/test/fixtures/with-mandatory-courses-input.d.ts.map +1 -0
  1241. package/es/molecule/course-sections/test/index.stories.d.ts +139 -0
  1242. package/es/molecule/course-sections/test/index.stories.d.ts.map +1 -0
  1243. package/es/molecule/dashboard/battle-request-list/index.d.ts +4 -0
  1244. package/es/molecule/dashboard/battle-request-list/index.d.ts.map +1 -0
  1245. package/es/molecule/dashboard/battle-request-list/test/fixtures/default.d.ts +13 -0
  1246. package/es/molecule/dashboard/battle-request-list/test/fixtures/default.d.ts.map +1 -0
  1247. package/es/molecule/dashboard/battle-request-list/test/fixtures/empty.d.ts +7 -0
  1248. package/es/molecule/dashboard/battle-request-list/test/fixtures/empty.d.ts.map +1 -0
  1249. package/es/molecule/dashboard/battle-request-list/test/index.stories.d.ts +25 -0
  1250. package/es/molecule/dashboard/battle-request-list/test/index.stories.d.ts.map +1 -0
  1251. package/es/molecule/dashboard/cards-list/index.d.ts +65 -0
  1252. package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -0
  1253. package/es/molecule/dashboard/cards-list/test/fixtures/default.d.ts +9 -0
  1254. package/es/molecule/dashboard/cards-list/test/fixtures/default.d.ts.map +1 -0
  1255. package/es/molecule/dashboard/cards-list/test/fixtures/many-empty.d.ts +10 -0
  1256. package/es/molecule/dashboard/cards-list/test/fixtures/many-empty.d.ts.map +1 -0
  1257. package/es/molecule/dashboard/cards-list/test/fixtures/many.d.ts +11 -0
  1258. package/es/molecule/dashboard/cards-list/test/fixtures/many.d.ts.map +1 -0
  1259. package/es/molecule/dashboard/cards-list/test/fixtures/microlearning.d.ts +51 -0
  1260. package/es/molecule/dashboard/cards-list/test/fixtures/microlearning.d.ts.map +1 -0
  1261. package/es/molecule/dashboard/cards-list/test/fixtures/no-icon.d.ts +11 -0
  1262. package/es/molecule/dashboard/cards-list/test/fixtures/no-icon.d.ts.map +1 -0
  1263. package/es/molecule/dashboard/cards-list/test/fixtures/performance.d.ts +13 -0
  1264. package/es/molecule/dashboard/cards-list/test/fixtures/performance.d.ts.map +1 -0
  1265. package/es/molecule/dashboard/cards-list/test/index.stories.d.ts +106 -0
  1266. package/es/molecule/dashboard/cards-list/test/index.stories.d.ts.map +1 -0
  1267. package/es/molecule/dashboard/news-list/index.d.ts +4 -0
  1268. package/es/molecule/dashboard/news-list/index.d.ts.map +1 -0
  1269. package/es/molecule/dashboard/news-list/test/fixtures/default.d.ts +20 -0
  1270. package/es/molecule/dashboard/news-list/test/fixtures/default.d.ts.map +1 -0
  1271. package/es/molecule/dashboard/news-list/test/fixtures/loading.d.ts +21 -0
  1272. package/es/molecule/dashboard/news-list/test/fixtures/loading.d.ts.map +1 -0
  1273. package/es/molecule/dashboard/news-list/test/fixtures/more.d.ts +24 -0
  1274. package/es/molecule/dashboard/news-list/test/fixtures/more.d.ts.map +1 -0
  1275. package/es/molecule/dashboard/news-list/test/index.stories.d.ts +69 -0
  1276. package/es/molecule/dashboard/news-list/test/index.stories.d.ts.map +1 -0
  1277. package/es/molecule/dashboard/review-banner/index.d.ts +4 -0
  1278. package/es/molecule/dashboard/review-banner/index.d.ts.map +1 -0
  1279. package/es/molecule/dashboard/review-banner/test/fixtures/default.d.ts +12 -0
  1280. package/es/molecule/dashboard/review-banner/test/fixtures/default.d.ts.map +1 -0
  1281. package/es/molecule/dashboard/review-banner/test/index.stories.d.ts +18 -0
  1282. package/es/molecule/dashboard/review-banner/test/index.stories.d.ts.map +1 -0
  1283. package/es/molecule/dashboard/start-battle/index.d.ts +4 -0
  1284. package/es/molecule/dashboard/start-battle/index.d.ts.map +1 -0
  1285. package/es/molecule/dashboard/start-battle/test/fixtures/default.d.ts +10 -0
  1286. package/es/molecule/dashboard/start-battle/test/fixtures/default.d.ts.map +1 -0
  1287. package/es/molecule/dashboard/start-battle/test/fixtures/href.d.ts +10 -0
  1288. package/es/molecule/dashboard/start-battle/test/fixtures/href.d.ts.map +1 -0
  1289. package/es/molecule/dashboard/start-battle/test/index.stories.d.ts +25 -0
  1290. package/es/molecule/dashboard/start-battle/test/index.stories.d.ts.map +1 -0
  1291. package/es/molecule/discipline-cta/index.d.ts +35 -0
  1292. package/es/molecule/discipline-cta/index.d.ts.map +1 -0
  1293. package/es/molecule/discipline-cta/test/fixtures/default.d.ts +10 -0
  1294. package/es/molecule/discipline-cta/test/fixtures/default.d.ts.map +1 -0
  1295. package/es/molecule/discipline-cta/test/fixtures/no-start.d.ts +7 -0
  1296. package/es/molecule/discipline-cta/test/fixtures/no-start.d.ts.map +1 -0
  1297. package/es/molecule/discipline-cta/test/index.stories.d.ts +53 -0
  1298. package/es/molecule/discipline-cta/test/index.stories.d.ts.map +1 -0
  1299. package/es/molecule/discipline-header/index.d.ts +56 -0
  1300. package/es/molecule/discipline-header/index.d.ts.map +1 -0
  1301. package/es/molecule/discipline-header/test/fixtures/arabic.d.ts +9 -0
  1302. package/es/molecule/discipline-header/test/fixtures/arabic.d.ts.map +1 -0
  1303. package/es/molecule/discipline-header/test/fixtures/default.d.ts +9 -0
  1304. package/es/molecule/discipline-header/test/fixtures/default.d.ts.map +1 -0
  1305. package/es/molecule/discipline-header/test/fixtures/jwplayer.d.ts +28 -0
  1306. package/es/molecule/discipline-header/test/fixtures/jwplayer.d.ts.map +1 -0
  1307. package/es/molecule/discipline-header/test/fixtures/long-description.d.ts +9 -0
  1308. package/es/molecule/discipline-header/test/fixtures/long-description.d.ts.map +1 -0
  1309. package/es/molecule/discipline-header/test/fixtures/no-video-no-image.d.ts +8 -0
  1310. package/es/molecule/discipline-header/test/fixtures/no-video-no-image.d.ts.map +1 -0
  1311. package/es/molecule/discipline-header/test/fixtures/no-video.d.ts +12 -0
  1312. package/es/molecule/discipline-header/test/fixtures/no-video.d.ts.map +1 -0
  1313. package/es/molecule/discipline-header/test/fixtures/portait-ratio.d.ts +11 -0
  1314. package/es/molecule/discipline-header/test/fixtures/portait-ratio.d.ts.map +1 -0
  1315. package/es/molecule/discipline-header/test/fixtures/vimeo.d.ts +18 -0
  1316. package/es/molecule/discipline-header/test/fixtures/vimeo.d.ts.map +1 -0
  1317. package/es/molecule/discipline-header/test/index.stories.d.ts +104 -0
  1318. package/es/molecule/discipline-header/test/index.stories.d.ts.map +1 -0
  1319. package/es/molecule/discipline-partners/index.d.ts +47 -0
  1320. package/es/molecule/discipline-partners/index.d.ts.map +1 -0
  1321. package/es/molecule/discipline-partners/test/fixtures/default.d.ts +18 -0
  1322. package/es/molecule/discipline-partners/test/fixtures/default.d.ts.map +1 -0
  1323. package/es/molecule/discipline-partners/test/fixtures/double-authors.d.ts +18 -0
  1324. package/es/molecule/discipline-partners/test/fixtures/double-authors.d.ts.map +1 -0
  1325. package/es/molecule/discipline-partners/test/fixtures/more-info.d.ts +19 -0
  1326. package/es/molecule/discipline-partners/test/fixtures/more-info.d.ts.map +1 -0
  1327. package/es/molecule/discipline-partners/test/fixtures/no-author.d.ts +5 -0
  1328. package/es/molecule/discipline-partners/test/fixtures/no-author.d.ts.map +1 -0
  1329. package/es/molecule/discipline-partners/test/fixtures/nosite.d.ts +18 -0
  1330. package/es/molecule/discipline-partners/test/fixtures/nosite.d.ts.map +1 -0
  1331. package/es/molecule/discipline-partners/test/index.stories.d.ts +123 -0
  1332. package/es/molecule/discipline-partners/test/index.stories.d.ts.map +1 -0
  1333. package/es/molecule/discipline-scope/index.d.ts +60 -0
  1334. package/es/molecule/discipline-scope/index.d.ts.map +1 -0
  1335. package/es/molecule/discipline-scope/test/fixtures/arabic.d.ts +39 -0
  1336. package/es/molecule/discipline-scope/test/fixtures/arabic.d.ts.map +1 -0
  1337. package/es/molecule/discipline-scope/test/fixtures/audio.d.ts +53 -0
  1338. package/es/molecule/discipline-scope/test/fixtures/audio.d.ts.map +1 -0
  1339. package/es/molecule/discipline-scope/test/fixtures/default.d.ts +24 -0
  1340. package/es/molecule/discipline-scope/test/fixtures/default.d.ts.map +1 -0
  1341. package/es/molecule/discipline-scope/test/fixtures/empty.d.ts +5 -0
  1342. package/es/molecule/discipline-scope/test/fixtures/empty.d.ts.map +1 -0
  1343. package/es/molecule/discipline-scope/test/fixtures/medias.d.ts +68 -0
  1344. package/es/molecule/discipline-scope/test/fixtures/medias.d.ts.map +1 -0
  1345. package/es/molecule/discipline-scope/test/fixtures/pdf.d.ts +53 -0
  1346. package/es/molecule/discipline-scope/test/fixtures/pdf.d.ts.map +1 -0
  1347. package/es/molecule/discipline-scope/test/fixtures/vimeo.d.ts +59 -0
  1348. package/es/molecule/discipline-scope/test/fixtures/vimeo.d.ts.map +1 -0
  1349. package/es/molecule/discipline-scope/test/fixtures/with-onclick.d.ts +28 -0
  1350. package/es/molecule/discipline-scope/test/fixtures/with-onclick.d.ts.map +1 -0
  1351. package/es/molecule/discipline-scope/test/index.stories.d.ts +371 -0
  1352. package/es/molecule/discipline-scope/test/index.stories.d.ts.map +1 -0
  1353. package/es/molecule/drag-and-drop/index.d.ts +68 -0
  1354. package/es/molecule/drag-and-drop/index.d.ts.map +1 -0
  1355. package/es/molecule/drag-and-drop/overlay.d.ts +15 -0
  1356. package/es/molecule/drag-and-drop/overlay.d.ts.map +1 -0
  1357. package/es/molecule/drag-and-drop/placeholder.d.ts +17 -0
  1358. package/es/molecule/drag-and-drop/placeholder.d.ts.map +1 -0
  1359. package/es/molecule/drag-and-drop/test/fixtures/default.d.ts +17 -0
  1360. package/es/molecule/drag-and-drop/test/fixtures/default.d.ts.map +1 -0
  1361. package/es/molecule/drag-and-drop/test/fixtures/error.d.ts +17 -0
  1362. package/es/molecule/drag-and-drop/test/fixtures/error.d.ts.map +1 -0
  1363. package/es/molecule/drag-and-drop/test/fixtures/loading.d.ts +17 -0
  1364. package/es/molecule/drag-and-drop/test/fixtures/loading.d.ts.map +1 -0
  1365. package/es/molecule/drag-and-drop/test/fixtures/ready-invalid.d.ts +30 -0
  1366. package/es/molecule/drag-and-drop/test/fixtures/ready-invalid.d.ts.map +1 -0
  1367. package/es/molecule/drag-and-drop/test/fixtures/ready.d.ts +29 -0
  1368. package/es/molecule/drag-and-drop/test/fixtures/ready.d.ts.map +1 -0
  1369. package/es/molecule/drag-and-drop/test/fixtures/success-video.d.ts +24 -0
  1370. package/es/molecule/drag-and-drop/test/fixtures/success-video.d.ts.map +1 -0
  1371. package/es/molecule/drag-and-drop/test/fixtures/success.d.ts +25 -0
  1372. package/es/molecule/drag-and-drop/test/fixtures/success.d.ts.map +1 -0
  1373. package/es/molecule/drag-and-drop/test/index.stories.d.ts +223 -0
  1374. package/es/molecule/drag-and-drop/test/index.stories.d.ts.map +1 -0
  1375. package/es/molecule/drag-and-drop/upload-report.d.ts +46 -0
  1376. package/es/molecule/drag-and-drop/upload-report.d.ts.map +1 -0
  1377. package/es/molecule/drag-and-drop-wrapper/index.d.ts +31 -0
  1378. package/es/molecule/drag-and-drop-wrapper/index.d.ts.map +1 -0
  1379. package/es/molecule/drag-and-drop-wrapper/test/fixtures/default.d.ts +12 -0
  1380. package/es/molecule/drag-and-drop-wrapper/test/fixtures/default.d.ts.map +1 -0
  1381. package/es/molecule/drag-and-drop-wrapper/test/fixtures/disabled.d.ts +13 -0
  1382. package/es/molecule/drag-and-drop-wrapper/test/fixtures/disabled.d.ts.map +1 -0
  1383. package/es/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.d.ts +25 -0
  1384. package/es/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.d.ts.map +1 -0
  1385. package/es/molecule/drag-and-drop-wrapper/test/index.stories.d.ts +81 -0
  1386. package/es/molecule/drag-and-drop-wrapper/test/index.stories.d.ts.map +1 -0
  1387. package/es/molecule/draggable/index.d.ts +15 -0
  1388. package/es/molecule/draggable/index.d.ts.map +1 -0
  1389. package/es/molecule/draggable/test/fixtures/default.d.ts +13 -0
  1390. package/es/molecule/draggable/test/fixtures/default.d.ts.map +1 -0
  1391. package/es/molecule/draggable/test/index.stories.d.ts +30 -0
  1392. package/es/molecule/draggable/test/index.stories.d.ts.map +1 -0
  1393. package/es/molecule/draggable-list/index.d.ts +50 -0
  1394. package/es/molecule/draggable-list/index.d.ts.map +1 -0
  1395. package/es/molecule/draggable-list/test/fixtures/course-sections.d.ts +24 -0
  1396. package/es/molecule/draggable-list/test/fixtures/course-sections.d.ts.map +1 -0
  1397. package/es/molecule/draggable-list/test/fixtures/dashboard-sections.d.ts +18 -0
  1398. package/es/molecule/draggable-list/test/fixtures/dashboard-sections.d.ts.map +1 -0
  1399. package/es/molecule/draggable-list/test/index.stories.d.ts +92 -0
  1400. package/es/molecule/draggable-list/test/index.stories.d.ts.map +1 -0
  1401. package/es/molecule/external-content-button/index.d.ts +17 -0
  1402. package/es/molecule/external-content-button/index.d.ts.map +1 -0
  1403. package/es/molecule/external-content-button/test/fixtures/article.d.ts +9 -0
  1404. package/es/molecule/external-content-button/test/fixtures/article.d.ts.map +1 -0
  1405. package/es/molecule/external-content-button/test/fixtures/podcast.d.ts +9 -0
  1406. package/es/molecule/external-content-button/test/fixtures/podcast.d.ts.map +1 -0
  1407. package/es/molecule/external-content-button/test/fixtures/scorm.d.ts +9 -0
  1408. package/es/molecule/external-content-button/test/fixtures/scorm.d.ts.map +1 -0
  1409. package/es/molecule/external-content-button/test/fixtures/video.d.ts +9 -0
  1410. package/es/molecule/external-content-button/test/fixtures/video.d.ts.map +1 -0
  1411. package/es/molecule/external-content-button/test/index.stories.d.ts +40 -0
  1412. package/es/molecule/external-content-button/test/index.stories.d.ts.map +1 -0
  1413. package/es/molecule/external-content-viewer/index.d.ts +12 -0
  1414. package/es/molecule/external-content-viewer/index.d.ts.map +1 -0
  1415. package/es/molecule/external-content-viewer/test/fixtures/article.d.ts +8 -0
  1416. package/es/molecule/external-content-viewer/test/fixtures/article.d.ts.map +1 -0
  1417. package/es/molecule/external-content-viewer/test/fixtures/default.d.ts +8 -0
  1418. package/es/molecule/external-content-viewer/test/fixtures/default.d.ts.map +1 -0
  1419. package/es/molecule/external-content-viewer/test/fixtures/h5p.d.ts +8 -0
  1420. package/es/molecule/external-content-viewer/test/fixtures/h5p.d.ts.map +1 -0
  1421. package/es/molecule/external-content-viewer/test/fixtures/podcast-cockpit-mode.d.ts +5 -0
  1422. package/es/molecule/external-content-viewer/test/fixtures/podcast-cockpit-mode.d.ts.map +1 -0
  1423. package/es/molecule/external-content-viewer/test/fixtures/podcast-default.d.ts +10 -0
  1424. package/es/molecule/external-content-viewer/test/fixtures/podcast-default.d.ts.map +1 -0
  1425. package/es/molecule/external-content-viewer/test/fixtures/podcast-mobile.d.ts +12 -0
  1426. package/es/molecule/external-content-viewer/test/fixtures/podcast-mobile.d.ts.map +1 -0
  1427. package/es/molecule/external-content-viewer/test/fixtures/podcast-no-background.d.ts +8 -0
  1428. package/es/molecule/external-content-viewer/test/fixtures/podcast-no-background.d.ts.map +1 -0
  1429. package/es/molecule/external-content-viewer/test/fixtures/podcast.d.ts +5 -0
  1430. package/es/molecule/external-content-viewer/test/fixtures/podcast.d.ts.map +1 -0
  1431. package/es/molecule/external-content-viewer/test/fixtures/video.d.ts +8 -0
  1432. package/es/molecule/external-content-viewer/test/fixtures/video.d.ts.map +1 -0
  1433. package/es/molecule/external-content-viewer/test/fixtures/youtube-podcast.d.ts +5 -0
  1434. package/es/molecule/external-content-viewer/test/fixtures/youtube-podcast.d.ts.map +1 -0
  1435. package/es/molecule/external-content-viewer/test/index.stories.d.ts +75 -0
  1436. package/es/molecule/external-content-viewer/test/index.stories.d.ts.map +1 -0
  1437. package/es/molecule/feedback/index.d.ts +15 -0
  1438. package/es/molecule/feedback/index.d.ts.map +1 -0
  1439. package/es/molecule/feedback/test/fixtures/default.d.ts +9 -0
  1440. package/es/molecule/feedback/test/fixtures/default.d.ts.map +1 -0
  1441. package/es/molecule/feedback/test/fixtures/fail-exit-node.d.ts +12 -0
  1442. package/es/molecule/feedback/test/fixtures/fail-exit-node.d.ts.map +1 -0
  1443. package/es/molecule/feedback/test/fixtures/failure-with-title-and-description-and-video.d.ts +23 -0
  1444. package/es/molecule/feedback/test/fixtures/failure-with-title-and-description-and-video.d.ts.map +1 -0
  1445. package/es/molecule/feedback/test/fixtures/success-exit-node.d.ts +12 -0
  1446. package/es/molecule/feedback/test/fixtures/success-exit-node.d.ts.map +1 -0
  1447. package/es/molecule/feedback/test/fixtures/success-with-title-and-description-and-audio.d.ts +22 -0
  1448. package/es/molecule/feedback/test/fixtures/success-with-title-and-description-and-audio.d.ts.map +1 -0
  1449. package/es/molecule/feedback/test/fixtures/success-with-title-and-description-and-image.d.ts +20 -0
  1450. package/es/molecule/feedback/test/fixtures/success-with-title-and-description-and-image.d.ts.map +1 -0
  1451. package/es/molecule/feedback/test/fixtures/success-with-title-and-description-and-pdf.d.ts +21 -0
  1452. package/es/molecule/feedback/test/fixtures/success-with-title-and-description-and-pdf.d.ts.map +1 -0
  1453. package/es/molecule/feedback/test/fixtures/success-with-title-and-description.d.ts +14 -0
  1454. package/es/molecule/feedback/test/fixtures/success-with-title-and-description.d.ts.map +1 -0
  1455. package/es/molecule/feedback/test/index.stories.d.ts +136 -0
  1456. package/es/molecule/feedback/test/index.stories.d.ts.map +1 -0
  1457. package/es/molecule/filters/filters-wrapper.d.ts +13 -0
  1458. package/es/molecule/filters/filters-wrapper.d.ts.map +1 -0
  1459. package/es/molecule/filters/index.d.ts +73 -0
  1460. package/es/molecule/filters/index.d.ts.map +1 -0
  1461. package/es/molecule/filters/test/fixtures/default.d.ts +44 -0
  1462. package/es/molecule/filters/test/fixtures/default.d.ts.map +1 -0
  1463. package/es/molecule/filters/test/fixtures/filters-list.d.ts +63 -0
  1464. package/es/molecule/filters/test/fixtures/filters-list.d.ts.map +1 -0
  1465. package/es/molecule/filters/test/fixtures/one.d.ts +32 -0
  1466. package/es/molecule/filters/test/fixtures/one.d.ts.map +1 -0
  1467. package/es/molecule/filters/test/fixtures/only-radio-group.d.ts +3 -0
  1468. package/es/molecule/filters/test/fixtures/only-radio-group.d.ts.map +1 -0
  1469. package/es/molecule/filters/test/fixtures/only-timer.d.ts +3 -0
  1470. package/es/molecule/filters/test/fixtures/only-timer.d.ts.map +1 -0
  1471. package/es/molecule/filters/test/fixtures/open-sorts.d.ts +5 -0
  1472. package/es/molecule/filters/test/fixtures/open-sorts.d.ts.map +1 -0
  1473. package/es/molecule/filters/test/fixtures/opened.d.ts +5 -0
  1474. package/es/molecule/filters/test/fixtures/opened.d.ts.map +1 -0
  1475. package/es/molecule/filters/test/fixtures/three.d.ts +22 -0
  1476. package/es/molecule/filters/test/fixtures/three.d.ts.map +1 -0
  1477. package/es/molecule/filters/test/fixtures/two-opened.d.ts +5 -0
  1478. package/es/molecule/filters/test/fixtures/two-opened.d.ts.map +1 -0
  1479. package/es/molecule/filters/test/fixtures/two.d.ts +32 -0
  1480. package/es/molecule/filters/test/fixtures/two.d.ts.map +1 -0
  1481. package/es/molecule/filters/test/fixtures/zero.d.ts +20 -0
  1482. package/es/molecule/filters/test/fixtures/zero.d.ts.map +1 -0
  1483. package/es/molecule/filters/test/index.stories.d.ts +235 -0
  1484. package/es/molecule/filters/test/index.stories.d.ts.map +1 -0
  1485. package/es/molecule/forum/forum-comment/index.d.ts +40 -0
  1486. package/es/molecule/forum/forum-comment/index.d.ts.map +1 -0
  1487. package/es/molecule/forum/forum-comment/test/fixtures/default.d.ts +10 -0
  1488. package/es/molecule/forum/forum-comment/test/fixtures/default.d.ts.map +1 -0
  1489. package/es/molecule/forum/forum-comment/test/fixtures/post-disabled.d.ts +10 -0
  1490. package/es/molecule/forum/forum-comment/test/fixtures/post-disabled.d.ts.map +1 -0
  1491. package/es/molecule/forum/forum-comment/test/fixtures/textarea-disabled.d.ts +10 -0
  1492. package/es/molecule/forum/forum-comment/test/fixtures/textarea-disabled.d.ts.map +1 -0
  1493. package/es/molecule/forum/forum-comment/test/index.stories.d.ts +69 -0
  1494. package/es/molecule/forum/forum-comment/test/index.stories.d.ts.map +1 -0
  1495. package/es/molecule/forum/forum-post/index.d.ts +61 -0
  1496. package/es/molecule/forum/forum-post/index.d.ts.map +1 -0
  1497. package/es/molecule/forum/forum-post/test/fixtures/default.d.ts +20 -0
  1498. package/es/molecule/forum/forum-post/test/fixtures/default.d.ts.map +1 -0
  1499. package/es/molecule/forum/forum-post/test/fixtures/deleted.d.ts +5 -0
  1500. package/es/molecule/forum/forum-post/test/fixtures/deleted.d.ts.map +1 -0
  1501. package/es/molecule/forum/forum-post/test/fixtures/editable.d.ts +5 -0
  1502. package/es/molecule/forum/forum-post/test/fixtures/editable.d.ts.map +1 -0
  1503. package/es/molecule/forum/forum-post/test/fixtures/not-editable-not-rejectable.d.ts +5 -0
  1504. package/es/molecule/forum/forum-post/test/fixtures/not-editable-not-rejectable.d.ts.map +1 -0
  1505. package/es/molecule/forum/forum-post/test/fixtures/posts-locked.d.ts +15 -0
  1506. package/es/molecule/forum/forum-post/test/fixtures/posts-locked.d.ts.map +1 -0
  1507. package/es/molecule/forum/forum-post/test/fixtures/rejectable.d.ts +5 -0
  1508. package/es/molecule/forum/forum-post/test/fixtures/rejectable.d.ts.map +1 -0
  1509. package/es/molecule/forum/forum-post/test/fixtures/rejected.d.ts +5 -0
  1510. package/es/molecule/forum/forum-post/test/fixtures/rejected.d.ts.map +1 -0
  1511. package/es/molecule/forum/forum-post/test/fixtures/show-answer-box.d.ts +5 -0
  1512. package/es/molecule/forum/forum-post/test/fixtures/show-answer-box.d.ts.map +1 -0
  1513. package/es/molecule/forum/forum-post/test/fixtures/show-edit-box.d.ts +5 -0
  1514. package/es/molecule/forum/forum-post/test/fixtures/show-edit-box.d.ts.map +1 -0
  1515. package/es/molecule/forum/forum-post/test/fixtures/textareas-locked.d.ts +15 -0
  1516. package/es/molecule/forum/forum-post/test/fixtures/textareas-locked.d.ts.map +1 -0
  1517. package/es/molecule/forum/forum-post/test/index.stories.d.ts +138 -0
  1518. package/es/molecule/forum/forum-post/test/index.stories.d.ts.map +1 -0
  1519. package/es/molecule/forum/forum-thread/index.d.ts +6 -0
  1520. package/es/molecule/forum/forum-thread/index.d.ts.map +1 -0
  1521. package/es/molecule/forum/forum-thread/test/fixtures/deep-answers.d.ts +5 -0
  1522. package/es/molecule/forum/forum-thread/test/fixtures/deep-answers.d.ts.map +1 -0
  1523. package/es/molecule/forum/forum-thread/test/fixtures/default.d.ts +5 -0
  1524. package/es/molecule/forum/forum-thread/test/fixtures/default.d.ts.map +1 -0
  1525. package/es/molecule/forum/forum-thread/test/fixtures/with-answers.d.ts +5 -0
  1526. package/es/molecule/forum/forum-thread/test/fixtures/with-answers.d.ts.map +1 -0
  1527. package/es/molecule/forum/forum-thread/test/index.stories.d.ts +22 -0
  1528. package/es/molecule/forum/forum-thread/test/index.stories.d.ts.map +1 -0
  1529. package/es/molecule/forum/post-conditions.d.ts +24 -0
  1530. package/es/molecule/forum/post-conditions.d.ts.map +1 -0
  1531. package/es/molecule/go1-banner/index.d.ts +13 -0
  1532. package/es/molecule/go1-banner/index.d.ts.map +1 -0
  1533. package/es/molecule/go1-banner/test/fixtures/default.d.ts +11 -0
  1534. package/es/molecule/go1-banner/test/fixtures/default.d.ts.map +1 -0
  1535. package/es/molecule/go1-banner/test/index.stories.d.ts +26 -0
  1536. package/es/molecule/go1-banner/test/index.stories.d.ts.map +1 -0
  1537. package/es/molecule/hero/index.d.ts +37 -0
  1538. package/es/molecule/hero/index.d.ts.map +1 -0
  1539. package/es/molecule/hero/test/fixtures/arabic.d.ts +13 -0
  1540. package/es/molecule/hero/test/fixtures/arabic.d.ts.map +1 -0
  1541. package/es/molecule/hero/test/fixtures/hero.d.ts +13 -0
  1542. package/es/molecule/hero/test/fixtures/hero.d.ts.map +1 -0
  1543. package/es/molecule/hero/test/index.stories.d.ts +64 -0
  1544. package/es/molecule/hero/test/index.stories.d.ts.map +1 -0
  1545. package/es/molecule/input-text-with-titled-checkbox/index.d.ts +23 -0
  1546. package/es/molecule/input-text-with-titled-checkbox/index.d.ts.map +1 -0
  1547. package/es/molecule/input-text-with-titled-checkbox/test/fixtures/checked.d.ts +17 -0
  1548. package/es/molecule/input-text-with-titled-checkbox/test/fixtures/checked.d.ts.map +1 -0
  1549. package/es/molecule/input-text-with-titled-checkbox/test/fixtures/unchecked.d.ts +19 -0
  1550. package/es/molecule/input-text-with-titled-checkbox/test/fixtures/unchecked.d.ts.map +1 -0
  1551. package/es/molecule/input-text-with-titled-checkbox/test/index.stories.d.ts +60 -0
  1552. package/es/molecule/input-text-with-titled-checkbox/test/index.stories.d.ts.map +1 -0
  1553. package/es/molecule/list-badges/index.d.ts +16 -0
  1554. package/es/molecule/list-badges/index.d.ts.map +1 -0
  1555. package/es/molecule/list-badges/test/fixtures/advanced.d.ts +11 -0
  1556. package/es/molecule/list-badges/test/fixtures/advanced.d.ts.map +1 -0
  1557. package/es/molecule/list-badges/test/fixtures/base.d.ts +11 -0
  1558. package/es/molecule/list-badges/test/fixtures/base.d.ts.map +1 -0
  1559. package/es/molecule/list-badges/test/fixtures/coach.d.ts +11 -0
  1560. package/es/molecule/list-badges/test/fixtures/coach.d.ts.map +1 -0
  1561. package/es/molecule/list-badges/test/fixtures/course.d.ts +11 -0
  1562. package/es/molecule/list-badges/test/fixtures/course.d.ts.map +1 -0
  1563. package/es/molecule/list-badges/test/index.stories.d.ts +59 -0
  1564. package/es/molecule/list-badges/test/index.stories.d.ts.map +1 -0
  1565. package/es/molecule/login-alert/index.d.ts +11 -0
  1566. package/es/molecule/login-alert/index.d.ts.map +1 -0
  1567. package/es/molecule/login-alert/test/fixtures/default.d.ts +7 -0
  1568. package/es/molecule/login-alert/test/fixtures/default.d.ts.map +1 -0
  1569. package/es/molecule/login-alert/test/index.stories.d.ts +20 -0
  1570. package/es/molecule/login-alert/test/index.stories.d.ts.map +1 -0
  1571. package/es/molecule/menu-list/index.d.ts +14 -0
  1572. package/es/molecule/menu-list/index.d.ts.map +1 -0
  1573. package/es/molecule/menu-list/test/fixtures/default.d.ts +28 -0
  1574. package/es/molecule/menu-list/test/fixtures/default.d.ts.map +1 -0
  1575. package/es/molecule/menu-list/test/index.stories.d.ts +44 -0
  1576. package/es/molecule/menu-list/test/index.stories.d.ts.map +1 -0
  1577. package/es/molecule/message-popin/index.d.ts +10 -0
  1578. package/es/molecule/message-popin/index.d.ts.map +1 -0
  1579. package/es/molecule/message-popin/test/fixtures/default.d.ts +8 -0
  1580. package/es/molecule/message-popin/test/fixtures/default.d.ts.map +1 -0
  1581. package/es/molecule/message-popin/test/index.stories.d.ts +20 -0
  1582. package/es/molecule/message-popin/test/index.stories.d.ts.map +1 -0
  1583. package/es/molecule/modal/index.d.ts +46 -0
  1584. package/es/molecule/modal/index.d.ts.map +1 -0
  1585. package/es/molecule/modal/test/fixtures/default.d.ts +24 -0
  1586. package/es/molecule/modal/test/fixtures/default.d.ts.map +1 -0
  1587. package/es/molecule/modal/test/index.stories.d.ts +69 -0
  1588. package/es/molecule/modal/test/index.stories.d.ts.map +1 -0
  1589. package/es/molecule/module-bubble/index.d.ts +36 -0
  1590. package/es/molecule/module-bubble/index.d.ts.map +1 -0
  1591. package/es/molecule/module-bubble/test/fixtures/default.d.ts +9 -0
  1592. package/es/molecule/module-bubble/test/fixtures/default.d.ts.map +1 -0
  1593. package/es/molecule/module-bubble/test/fixtures/disabled.d.ts +11 -0
  1594. package/es/molecule/module-bubble/test/fixtures/disabled.d.ts.map +1 -0
  1595. package/es/molecule/module-bubble/test/fixtures/filtered.d.ts +10 -0
  1596. package/es/molecule/module-bubble/test/fixtures/filtered.d.ts.map +1 -0
  1597. package/es/molecule/module-bubble/test/index.stories.d.ts +66 -0
  1598. package/es/molecule/module-bubble/test/index.stories.d.ts.map +1 -0
  1599. package/es/molecule/module-card/index.d.ts +34 -0
  1600. package/es/molecule/module-card/index.d.ts.map +1 -0
  1601. package/es/molecule/module-card/test/fixtures/active.d.ts +10 -0
  1602. package/es/molecule/module-card/test/fixtures/active.d.ts.map +1 -0
  1603. package/es/molecule/module-card/test/fixtures/arabic.d.ts +10 -0
  1604. package/es/molecule/module-card/test/fixtures/arabic.d.ts.map +1 -0
  1605. package/es/molecule/module-card/test/fixtures/restarted.d.ts +10 -0
  1606. package/es/molecule/module-card/test/fixtures/restarted.d.ts.map +1 -0
  1607. package/es/molecule/module-card/test/index.stories.d.ts +35 -0
  1608. package/es/molecule/module-card/test/index.stories.d.ts.map +1 -0
  1609. package/es/molecule/news/index.d.ts +29 -0
  1610. package/es/molecule/news/index.d.ts.map +1 -0
  1611. package/es/molecule/news/test/fixtures/arabic.d.ts +17 -0
  1612. package/es/molecule/news/test/fixtures/arabic.d.ts.map +1 -0
  1613. package/es/molecule/news/test/fixtures/default.d.ts +17 -0
  1614. package/es/molecule/news/test/fixtures/default.d.ts.map +1 -0
  1615. package/es/molecule/news/test/fixtures/long-description.d.ts +17 -0
  1616. package/es/molecule/news/test/fixtures/long-description.d.ts.map +1 -0
  1617. package/es/molecule/news/test/fixtures/long-title.d.ts +17 -0
  1618. package/es/molecule/news/test/fixtures/long-title.d.ts.map +1 -0
  1619. package/es/molecule/news/test/fixtures/small-desciption.d.ts +17 -0
  1620. package/es/molecule/news/test/fixtures/small-desciption.d.ts.map +1 -0
  1621. package/es/molecule/news/test/fixtures/small-title.d.ts +17 -0
  1622. package/es/molecule/news/test/fixtures/small-title.d.ts.map +1 -0
  1623. package/es/molecule/news/test/fixtures/without-cta.d.ts +11 -0
  1624. package/es/molecule/news/test/fixtures/without-cta.d.ts.map +1 -0
  1625. package/es/molecule/news/test/index.stories.d.ts +138 -0
  1626. package/es/molecule/news/test/index.stories.d.ts.map +1 -0
  1627. package/es/molecule/notification-banner/index.d.ts +37 -0
  1628. package/es/molecule/notification-banner/index.d.ts.map +1 -0
  1629. package/es/molecule/notification-banner/test/fixtures/default.d.ts +12 -0
  1630. package/es/molecule/notification-banner/test/fixtures/default.d.ts.map +1 -0
  1631. package/es/molecule/notification-banner/test/fixtures/feature.d.ts +12 -0
  1632. package/es/molecule/notification-banner/test/fixtures/feature.d.ts.map +1 -0
  1633. package/es/molecule/notification-banner/test/fixtures/survey.d.ts +12 -0
  1634. package/es/molecule/notification-banner/test/fixtures/survey.d.ts.map +1 -0
  1635. package/es/molecule/notification-banner/test/index.stories.d.ts +73 -0
  1636. package/es/molecule/notification-banner/test/index.stories.d.ts.map +1 -0
  1637. package/es/molecule/pagination/index.d.ts +11 -0
  1638. package/es/molecule/pagination/index.d.ts.map +1 -0
  1639. package/es/molecule/pagination/test/fixtures/default.d.ts +9 -0
  1640. package/es/molecule/pagination/test/fixtures/default.d.ts.map +1 -0
  1641. package/es/molecule/pagination/test/fixtures/disabled.d.ts +8 -0
  1642. package/es/molecule/pagination/test/fixtures/disabled.d.ts.map +1 -0
  1643. package/es/molecule/pagination/test/index.stories.d.ts +29 -0
  1644. package/es/molecule/pagination/test/index.stories.d.ts.map +1 -0
  1645. package/es/molecule/payment-form/index.d.ts +45 -0
  1646. package/es/molecule/payment-form/index.d.ts.map +1 -0
  1647. package/es/molecule/payment-form/test/fixtures/default.d.ts +30 -0
  1648. package/es/molecule/payment-form/test/fixtures/default.d.ts.map +1 -0
  1649. package/es/molecule/payment-form/test/fixtures/error.d.ts +34 -0
  1650. package/es/molecule/payment-form/test/fixtures/error.d.ts.map +1 -0
  1651. package/es/molecule/payment-form/test/fixtures/warning.d.ts +31 -0
  1652. package/es/molecule/payment-form/test/fixtures/warning.d.ts.map +1 -0
  1653. package/es/molecule/payment-form/test/index.stories.d.ts +88 -0
  1654. package/es/molecule/payment-form/test/index.stories.d.ts.map +1 -0
  1655. package/es/molecule/pdf/index.d.ts +36 -0
  1656. package/es/molecule/pdf/index.d.ts.map +1 -0
  1657. package/es/molecule/pdf/test/fixtures/default.d.ts +11 -0
  1658. package/es/molecule/pdf/test/fixtures/default.d.ts.map +1 -0
  1659. package/es/molecule/pdf/test/index.stories.d.ts +49 -0
  1660. package/es/molecule/pdf/test/index.stories.d.ts.map +1 -0
  1661. package/es/molecule/popin/index.d.ts +18 -0
  1662. package/es/molecule/popin/index.d.ts.map +1 -0
  1663. package/es/molecule/popin/test/fixtures/assistance.d.ts +14 -0
  1664. package/es/molecule/popin/test/fixtures/assistance.d.ts.map +1 -0
  1665. package/es/molecule/popin/test/fixtures/background-no-second-button.d.ts +14 -0
  1666. package/es/molecule/popin/test/fixtures/background-no-second-button.d.ts.map +1 -0
  1667. package/es/molecule/popin/test/fixtures/default.d.ts +14 -0
  1668. package/es/molecule/popin/test/fixtures/default.d.ts.map +1 -0
  1669. package/es/molecule/popin/test/fixtures/loading.d.ts +7 -0
  1670. package/es/molecule/popin/test/fixtures/loading.d.ts.map +1 -0
  1671. package/es/molecule/popin/test/fixtures/video-translate.d.ts +14 -0
  1672. package/es/molecule/popin/test/fixtures/video-translate.d.ts.map +1 -0
  1673. package/es/molecule/popin/test/index.stories.d.ts +79 -0
  1674. package/es/molecule/popin/test/index.stories.d.ts.map +1 -0
  1675. package/es/molecule/product-card/index.d.ts +16 -0
  1676. package/es/molecule/product-card/index.d.ts.map +1 -0
  1677. package/es/molecule/product-card/test/fixtures/default.d.ts +11 -0
  1678. package/es/molecule/product-card/test/fixtures/default.d.ts.map +1 -0
  1679. package/es/molecule/product-card/test/index.stories.d.ts +29 -0
  1680. package/es/molecule/product-card/test/index.stories.d.ts.map +1 -0
  1681. package/es/molecule/progress-bar/index.d.ts +16 -0
  1682. package/es/molecule/progress-bar/index.d.ts.map +1 -0
  1683. package/es/molecule/progress-bar/test/fixtures/default.d.ts +9 -0
  1684. package/es/molecule/progress-bar/test/fixtures/default.d.ts.map +1 -0
  1685. package/es/molecule/progress-bar/test/fixtures/max.d.ts +9 -0
  1686. package/es/molecule/progress-bar/test/fixtures/max.d.ts.map +1 -0
  1687. package/es/molecule/progress-bar/test/index.stories.d.ts +35 -0
  1688. package/es/molecule/progress-bar/test/index.stories.d.ts.map +1 -0
  1689. package/es/molecule/questions/drop-down/index.d.ts +16 -0
  1690. package/es/molecule/questions/drop-down/index.d.ts.map +1 -0
  1691. package/es/molecule/questions/drop-down/test/fixtures/default.d.ts +16 -0
  1692. package/es/molecule/questions/drop-down/test/fixtures/default.d.ts.map +1 -0
  1693. package/es/molecule/questions/drop-down/test/fixtures/no-selected.d.ts +12 -0
  1694. package/es/molecule/questions/drop-down/test/fixtures/no-selected.d.ts.map +1 -0
  1695. package/es/molecule/questions/drop-down/test/index.stories.d.ts +45 -0
  1696. package/es/molecule/questions/drop-down/test/index.stories.d.ts.map +1 -0
  1697. package/es/molecule/questions/free-text/index.d.ts +35 -0
  1698. package/es/molecule/questions/free-text/index.d.ts.map +1 -0
  1699. package/es/molecule/questions/free-text/index.native.d.ts +15 -0
  1700. package/es/molecule/questions/free-text/index.native.d.ts.map +1 -0
  1701. package/es/molecule/questions/free-text/test/fixtures/default.d.ts +7 -0
  1702. package/es/molecule/questions/free-text/test/fixtures/default.d.ts.map +1 -0
  1703. package/es/molecule/questions/free-text/test/fixtures/with-value-on-change.d.ts +10 -0
  1704. package/es/molecule/questions/free-text/test/fixtures/with-value-on-change.d.ts.map +1 -0
  1705. package/es/molecule/questions/free-text/test/fixtures/with-value.d.ts +8 -0
  1706. package/es/molecule/questions/free-text/test/fixtures/with-value.d.ts.map +1 -0
  1707. package/es/molecule/questions/free-text/test/index.stories.d.ts +60 -0
  1708. package/es/molecule/questions/free-text/test/index.stories.d.ts.map +1 -0
  1709. package/es/molecule/questions/mobile/draggable/index.native.d.ts +14 -0
  1710. package/es/molecule/questions/mobile/draggable/index.native.d.ts.map +1 -0
  1711. package/es/molecule/questions/mobile/draggable/test/fixtures/choices-without-value.d.ts +7 -0
  1712. package/es/molecule/questions/mobile/draggable/test/fixtures/choices-without-value.d.ts.map +1 -0
  1713. package/es/molecule/questions/mobile/draggable/test/fixtures/default.d.ts +7 -0
  1714. package/es/molecule/questions/mobile/draggable/test/fixtures/default.d.ts.map +1 -0
  1715. package/es/molecule/questions/mobile/draggable/test/on-item-press.test.d.ts +2 -0
  1716. package/es/molecule/questions/mobile/draggable/test/on-item-press.test.d.ts.map +1 -0
  1717. package/es/molecule/questions/mobile/slider/index.native.d.ts +16 -0
  1718. package/es/molecule/questions/mobile/slider/index.native.d.ts.map +1 -0
  1719. package/es/molecule/questions/mobile/slider/test/fixtures/default.d.ts +7 -0
  1720. package/es/molecule/questions/mobile/slider/test/fixtures/default.d.ts.map +1 -0
  1721. package/es/molecule/questions/mobile/slider/test/fixtures/with-step.d.ts +7 -0
  1722. package/es/molecule/questions/mobile/slider/test/fixtures/with-step.d.ts.map +1 -0
  1723. package/es/molecule/questions/mobile/slider/test/fixtures/with-unit.d.ts +7 -0
  1724. package/es/molecule/questions/mobile/slider/test/fixtures/with-unit.d.ts.map +1 -0
  1725. package/es/molecule/questions/mobile/slider/test/on-sliding-complete.d.ts +2 -0
  1726. package/es/molecule/questions/mobile/slider/test/on-sliding-complete.d.ts.map +1 -0
  1727. package/es/molecule/questions/mobile/switch/index.native.d.ts +20 -0
  1728. package/es/molecule/questions/mobile/switch/index.native.d.ts.map +1 -0
  1729. package/es/molecule/questions/mobile/switch/test/fixtures/qcm-basic.d.ts +7 -0
  1730. package/es/molecule/questions/mobile/switch/test/fixtures/qcm-basic.d.ts.map +1 -0
  1731. package/es/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.d.ts +7 -0
  1732. package/es/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.d.ts.map +1 -0
  1733. package/es/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.d.ts +7 -0
  1734. package/es/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.d.ts.map +1 -0
  1735. package/es/molecule/questions/mobile/switch/test/fixtures/qcm.d.ts +9 -0
  1736. package/es/molecule/questions/mobile/switch/test/fixtures/qcm.d.ts.map +1 -0
  1737. package/es/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.d.ts +7 -0
  1738. package/es/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.d.ts.map +1 -0
  1739. package/es/molecule/questions/mobile/switch/test/fixtures/slider.d.ts +7 -0
  1740. package/es/molecule/questions/mobile/switch/test/fixtures/slider.d.ts.map +1 -0
  1741. package/es/molecule/questions/mobile/switch/test/fixtures/template-empty.d.ts +9 -0
  1742. package/es/molecule/questions/mobile/switch/test/fixtures/template-empty.d.ts.map +1 -0
  1743. package/es/molecule/questions/mobile/switch/test/fixtures/template.d.ts +9 -0
  1744. package/es/molecule/questions/mobile/switch/test/fixtures/template.d.ts.map +1 -0
  1745. package/es/molecule/questions/mobile/switch/test/on-input-value-change.test.d.ts +2 -0
  1746. package/es/molecule/questions/mobile/switch/test/on-input-value-change.test.d.ts.map +1 -0
  1747. package/es/molecule/questions/mobile/switch/test/on-item-input-change.test.d.ts +2 -0
  1748. package/es/molecule/questions/mobile/switch/test/on-item-input-change.test.d.ts.map +1 -0
  1749. package/es/molecule/questions/mobile/switch/test/on-item-press.test.d.ts +2 -0
  1750. package/es/molecule/questions/mobile/switch/test/on-item-press.test.d.ts.map +1 -0
  1751. package/es/molecule/questions/mobile/template/index.native.d.ts +15 -0
  1752. package/es/molecule/questions/mobile/template/index.native.d.ts.map +1 -0
  1753. package/es/molecule/questions/mobile/template/test/fixtures/default.d.ts +10 -0
  1754. package/es/molecule/questions/mobile/template/test/fixtures/default.d.ts.map +1 -0
  1755. package/es/molecule/questions/mobile/template/test/fixtures/disabled.d.ts +7 -0
  1756. package/es/molecule/questions/mobile/template/test/fixtures/disabled.d.ts.map +1 -0
  1757. package/es/molecule/questions/mobile/template/test/fixtures/incorrect-items.d.ts +9 -0
  1758. package/es/molecule/questions/mobile/template/test/fixtures/incorrect-items.d.ts.map +1 -0
  1759. package/es/molecule/questions/qcm/index.d.ts +37 -0
  1760. package/es/molecule/questions/qcm/index.d.ts.map +1 -0
  1761. package/es/molecule/questions/qcm/test/fixtures/arabic.d.ts +11 -0
  1762. package/es/molecule/questions/qcm/test/fixtures/arabic.d.ts.map +1 -0
  1763. package/es/molecule/questions/qcm/test/fixtures/default.d.ts +12 -0
  1764. package/es/molecule/questions/qcm/test/fixtures/default.d.ts.map +1 -0
  1765. package/es/molecule/questions/qcm/test/fixtures/no-selected.d.ts +11 -0
  1766. package/es/molecule/questions/qcm/test/fixtures/no-selected.d.ts.map +1 -0
  1767. package/es/molecule/questions/qcm/test/fixtures/short-answers.d.ts +11 -0
  1768. package/es/molecule/questions/qcm/test/fixtures/short-answers.d.ts.map +1 -0
  1769. package/es/molecule/questions/qcm/test/index.stories.d.ts +81 -0
  1770. package/es/molecule/questions/qcm/test/index.stories.d.ts.map +1 -0
  1771. package/es/molecule/questions/qcm-drag/index.d.ts +68 -0
  1772. package/es/molecule/questions/qcm-drag/index.d.ts.map +1 -0
  1773. package/es/molecule/questions/qcm-drag/test/fixtures/default.d.ts +17 -0
  1774. package/es/molecule/questions/qcm-drag/test/fixtures/default.d.ts.map +1 -0
  1775. package/es/molecule/questions/qcm-drag/test/fixtures/no-selected.d.ts +11 -0
  1776. package/es/molecule/questions/qcm-drag/test/fixtures/no-selected.d.ts.map +1 -0
  1777. package/es/molecule/questions/qcm-drag/test/index.stories.d.ts +71 -0
  1778. package/es/molecule/questions/qcm-drag/test/index.stories.d.ts.map +1 -0
  1779. package/es/molecule/questions/qcm-graphic/index.d.ts +38 -0
  1780. package/es/molecule/questions/qcm-graphic/index.d.ts.map +1 -0
  1781. package/es/molecule/questions/qcm-graphic/test/fixtures/default.d.ts +12 -0
  1782. package/es/molecule/questions/qcm-graphic/test/fixtures/default.d.ts.map +1 -0
  1783. package/es/molecule/questions/qcm-graphic/test/fixtures/no-selected.d.ts +12 -0
  1784. package/es/molecule/questions/qcm-graphic/test/fixtures/no-selected.d.ts.map +1 -0
  1785. package/es/molecule/questions/qcm-graphic/test/index.stories.d.ts +63 -0
  1786. package/es/molecule/questions/qcm-graphic/test/index.stories.d.ts.map +1 -0
  1787. package/es/molecule/questions/question-range/index.d.ts +38 -0
  1788. package/es/molecule/questions/question-range/index.d.ts.map +1 -0
  1789. package/es/molecule/questions/question-range/test/fixtures/default.d.ts +11 -0
  1790. package/es/molecule/questions/question-range/test/fixtures/default.d.ts.map +1 -0
  1791. package/es/molecule/questions/question-range/test/index.stories.d.ts +51 -0
  1792. package/es/molecule/questions/question-range/test/index.stories.d.ts.map +1 -0
  1793. package/es/molecule/questions/template/index.d.ts +31 -0
  1794. package/es/molecule/questions/template/index.d.ts.map +1 -0
  1795. package/es/molecule/questions/template/test/fixtures/default.d.ts +30 -0
  1796. package/es/molecule/questions/template/test/fixtures/default.d.ts.map +1 -0
  1797. package/es/molecule/questions/template/test/fixtures/multiple.d.ts +34 -0
  1798. package/es/molecule/questions/template/test/fixtures/multiple.d.ts.map +1 -0
  1799. package/es/molecule/questions/template/test/index.stories.d.ts +96 -0
  1800. package/es/molecule/questions/template/test/index.stories.d.ts.map +1 -0
  1801. package/es/molecule/questions/types.d.ts +55 -0
  1802. package/es/molecule/questions/types.d.ts.map +1 -0
  1803. package/es/molecule/quick-access-card/index.d.ts +13 -0
  1804. package/es/molecule/quick-access-card/index.d.ts.map +1 -0
  1805. package/es/molecule/quick-access-card/test/fixtures/analytics.d.ts +11 -0
  1806. package/es/molecule/quick-access-card/test/fixtures/analytics.d.ts.map +1 -0
  1807. package/es/molecule/quick-access-card/test/fixtures/default.d.ts +11 -0
  1808. package/es/molecule/quick-access-card/test/fixtures/default.d.ts.map +1 -0
  1809. package/es/molecule/quick-access-card/test/fixtures/look-and-feel.d.ts +10 -0
  1810. package/es/molecule/quick-access-card/test/fixtures/look-and-feel.d.ts.map +1 -0
  1811. package/es/molecule/quick-access-card/test/fixtures/massive-battle.d.ts +10 -0
  1812. package/es/molecule/quick-access-card/test/fixtures/massive-battle.d.ts.map +1 -0
  1813. package/es/molecule/quick-access-card/test/fixtures/upload-users.d.ts +10 -0
  1814. package/es/molecule/quick-access-card/test/fixtures/upload-users.d.ts.map +1 -0
  1815. package/es/molecule/quick-access-card/test/index.stories.d.ts +63 -0
  1816. package/es/molecule/quick-access-card/test/index.stories.d.ts.map +1 -0
  1817. package/es/molecule/quick-access-cards-group/index.d.ts +16 -0
  1818. package/es/molecule/quick-access-cards-group/index.d.ts.map +1 -0
  1819. package/es/molecule/quick-access-cards-group/test/fixtures/default.d.ts +13 -0
  1820. package/es/molecule/quick-access-cards-group/test/fixtures/default.d.ts.map +1 -0
  1821. package/es/molecule/quick-access-cards-group/test/fixtures/loading.d.ts +8 -0
  1822. package/es/molecule/quick-access-cards-group/test/fixtures/loading.d.ts.map +1 -0
  1823. package/es/molecule/quick-access-cards-group/test/fixtures/one-card.d.ts +14 -0
  1824. package/es/molecule/quick-access-cards-group/test/fixtures/one-card.d.ts.map +1 -0
  1825. package/es/molecule/quick-access-cards-group/test/fixtures/three-cards.d.ts +13 -0
  1826. package/es/molecule/quick-access-cards-group/test/fixtures/three-cards.d.ts.map +1 -0
  1827. package/es/molecule/quick-access-cards-group/test/fixtures/two-cards.d.ts +20 -0
  1828. package/es/molecule/quick-access-cards-group/test/fixtures/two-cards.d.ts.map +1 -0
  1829. package/es/molecule/quick-access-cards-group/test/index.stories.d.ts +82 -0
  1830. package/es/molecule/quick-access-cards-group/test/index.stories.d.ts.map +1 -0
  1831. package/es/molecule/resource-player/index.d.ts +70 -0
  1832. package/es/molecule/resource-player/index.d.ts.map +1 -0
  1833. package/es/molecule/resource-player/test/fixtures/audio.d.ts +18 -0
  1834. package/es/molecule/resource-player/test/fixtures/audio.d.ts.map +1 -0
  1835. package/es/molecule/resource-player/test/fixtures/image.d.ts +12 -0
  1836. package/es/molecule/resource-player/test/fixtures/image.d.ts.map +1 -0
  1837. package/es/molecule/resource-player/test/fixtures/jwplayer-with-overlay.d.ts +35 -0
  1838. package/es/molecule/resource-player/test/fixtures/jwplayer-with-overlay.d.ts.map +1 -0
  1839. package/es/molecule/resource-player/test/fixtures/pdf-with-overlay.d.ts +22 -0
  1840. package/es/molecule/resource-player/test/fixtures/pdf-with-overlay.d.ts.map +1 -0
  1841. package/es/molecule/resource-player/test/fixtures/pdf.d.ts +17 -0
  1842. package/es/molecule/resource-player/test/fixtures/pdf.d.ts.map +1 -0
  1843. package/es/molecule/resource-player/test/fixtures/vimeo-with-overlay.d.ts +27 -0
  1844. package/es/molecule/resource-player/test/fixtures/vimeo-with-overlay.d.ts.map +1 -0
  1845. package/es/molecule/resource-player/test/fixtures/vimeo.d.ts +22 -0
  1846. package/es/molecule/resource-player/test/fixtures/vimeo.d.ts.map +1 -0
  1847. package/es/molecule/resource-player/test/index.stories.d.ts +153 -0
  1848. package/es/molecule/resource-player/test/index.stories.d.ts.map +1 -0
  1849. package/es/molecule/review-card-congrats/index.d.ts +8 -0
  1850. package/es/molecule/review-card-congrats/index.d.ts.map +1 -0
  1851. package/es/molecule/review-card-congrats/prop-types.d.ts +31 -0
  1852. package/es/molecule/review-card-congrats/prop-types.d.ts.map +1 -0
  1853. package/es/molecule/review-card-congrats/test/fixtures/rank.d.ts +28 -0
  1854. package/es/molecule/review-card-congrats/test/fixtures/rank.d.ts.map +1 -0
  1855. package/es/molecule/review-card-congrats/test/fixtures/star.d.ts +31 -0
  1856. package/es/molecule/review-card-congrats/test/fixtures/star.d.ts.map +1 -0
  1857. package/es/molecule/review-card-congrats/test/index.stories.d.ts +92 -0
  1858. package/es/molecule/review-card-congrats/test/index.stories.d.ts.map +1 -0
  1859. package/es/molecule/review-correction-popin/index.d.ts +7 -0
  1860. package/es/molecule/review-correction-popin/index.d.ts.map +1 -0
  1861. package/es/molecule/review-correction-popin/prop-types.d.ts +21 -0
  1862. package/es/molecule/review-correction-popin/prop-types.d.ts.map +1 -0
  1863. package/es/molecule/review-correction-popin/test/fixtures/right.d.ts +18 -0
  1864. package/es/molecule/review-correction-popin/test/fixtures/right.d.ts.map +1 -0
  1865. package/es/molecule/review-correction-popin/test/fixtures/wrong.d.ts +22 -0
  1866. package/es/molecule/review-correction-popin/test/fixtures/wrong.d.ts.map +1 -0
  1867. package/es/molecule/review-correction-popin/test/index.stories.d.ts +63 -0
  1868. package/es/molecule/review-correction-popin/test/index.stories.d.ts.map +1 -0
  1869. package/es/molecule/review-header-steps/index.d.ts +7 -0
  1870. package/es/molecule/review-header-steps/index.d.ts.map +1 -0
  1871. package/es/molecule/review-header-steps/prop-types.d.ts +10 -0
  1872. package/es/molecule/review-header-steps/prop-types.d.ts.map +1 -0
  1873. package/es/molecule/review-header-steps/test/fixtures/all-questions-ok.d.ts +11 -0
  1874. package/es/molecule/review-header-steps/test/fixtures/all-questions-ok.d.ts.map +1 -0
  1875. package/es/molecule/review-header-steps/test/fixtures/current-question-no-aswered.d.ts +11 -0
  1876. package/es/molecule/review-header-steps/test/fixtures/current-question-no-aswered.d.ts.map +1 -0
  1877. package/es/molecule/review-header-steps/test/fixtures/current-question-wrong.d.ts +11 -0
  1878. package/es/molecule/review-header-steps/test/fixtures/current-question-wrong.d.ts.map +1 -0
  1879. package/es/molecule/review-header-steps/test/fixtures/first-question-current-right.d.ts +11 -0
  1880. package/es/molecule/review-header-steps/test/fixtures/first-question-current-right.d.ts.map +1 -0
  1881. package/es/molecule/review-header-steps/test/fixtures/no-answered-question.d.ts +11 -0
  1882. package/es/molecule/review-header-steps/test/fixtures/no-answered-question.d.ts.map +1 -0
  1883. package/es/molecule/review-header-steps/test/fixtures/question-to-repeat.d.ts +11 -0
  1884. package/es/molecule/review-header-steps/test/fixtures/question-to-repeat.d.ts.map +1 -0
  1885. package/es/molecule/review-header-steps/test/index.stories.d.ts +76 -0
  1886. package/es/molecule/review-header-steps/test/index.stories.d.ts.map +1 -0
  1887. package/es/molecule/scope-content/index.d.ts +82 -0
  1888. package/es/molecule/scope-content/index.d.ts.map +1 -0
  1889. package/es/molecule/scope-content/test/fixtures/arabic.d.ts +31 -0
  1890. package/es/molecule/scope-content/test/fixtures/arabic.d.ts.map +1 -0
  1891. package/es/molecule/scope-content/test/fixtures/audio.d.ts +45 -0
  1892. package/es/molecule/scope-content/test/fixtures/audio.d.ts.map +1 -0
  1893. package/es/molecule/scope-content/test/fixtures/default.d.ts +15 -0
  1894. package/es/molecule/scope-content/test/fixtures/default.d.ts.map +1 -0
  1895. package/es/molecule/scope-content/test/fixtures/empty.d.ts +5 -0
  1896. package/es/molecule/scope-content/test/fixtures/empty.d.ts.map +1 -0
  1897. package/es/molecule/scope-content/test/fixtures/medias.d.ts +60 -0
  1898. package/es/molecule/scope-content/test/fixtures/medias.d.ts.map +1 -0
  1899. package/es/molecule/scope-content/test/fixtures/pdf.d.ts +45 -0
  1900. package/es/molecule/scope-content/test/fixtures/pdf.d.ts.map +1 -0
  1901. package/es/molecule/scope-content/test/fixtures/vimeo.d.ts +51 -0
  1902. package/es/molecule/scope-content/test/fixtures/vimeo.d.ts.map +1 -0
  1903. package/es/molecule/scope-content/test/fixtures/with-onclick.d.ts +19 -0
  1904. package/es/molecule/scope-content/test/fixtures/with-onclick.d.ts.map +1 -0
  1905. package/es/molecule/scope-content/test/index.stories.d.ts +343 -0
  1906. package/es/molecule/scope-content/test/index.stories.d.ts.map +1 -0
  1907. package/es/molecule/scope-tabs/index.d.ts +11 -0
  1908. package/es/molecule/scope-tabs/index.d.ts.map +1 -0
  1909. package/es/molecule/scope-tabs/test/fixtures/default.d.ts +13 -0
  1910. package/es/molecule/scope-tabs/test/fixtures/default.d.ts.map +1 -0
  1911. package/es/molecule/scope-tabs/test/fixtures/empty.d.ts +5 -0
  1912. package/es/molecule/scope-tabs/test/fixtures/empty.d.ts.map +1 -0
  1913. package/es/molecule/scope-tabs/test/fixtures/without-status.d.ts +17 -0
  1914. package/es/molecule/scope-tabs/test/fixtures/without-status.d.ts.map +1 -0
  1915. package/es/molecule/scope-tabs/test/index.stories.d.ts +46 -0
  1916. package/es/molecule/scope-tabs/test/index.stories.d.ts.map +1 -0
  1917. package/es/molecule/search-form/index.d.ts +24 -0
  1918. package/es/molecule/search-form/index.d.ts.map +1 -0
  1919. package/es/molecule/search-form/test/fixtures/default.d.ts +17 -0
  1920. package/es/molecule/search-form/test/fixtures/default.d.ts.map +1 -0
  1921. package/es/molecule/search-form/test/index.stories.d.ts +43 -0
  1922. package/es/molecule/search-form/test/index.stories.d.ts.map +1 -0
  1923. package/es/molecule/select-multiple/index.d.ts +63 -0
  1924. package/es/molecule/select-multiple/index.d.ts.map +1 -0
  1925. package/es/molecule/select-multiple/test/fixtures/checked-cm-theme-disabled.d.ts +21 -0
  1926. package/es/molecule/select-multiple/test/fixtures/checked-cm-theme-disabled.d.ts.map +1 -0
  1927. package/es/molecule/select-multiple/test/fixtures/checked-cm-theme-error.d.ts +21 -0
  1928. package/es/molecule/select-multiple/test/fixtures/checked-cm-theme-error.d.ts.map +1 -0
  1929. package/es/molecule/select-multiple/test/fixtures/checked-cm-theme-multiple.d.ts +21 -0
  1930. package/es/molecule/select-multiple/test/fixtures/checked-cm-theme-multiple.d.ts.map +1 -0
  1931. package/es/molecule/select-multiple/test/fixtures/checked-cm-theme.d.ts +21 -0
  1932. package/es/molecule/select-multiple/test/fixtures/checked-cm-theme.d.ts.map +1 -0
  1933. package/es/molecule/select-multiple/test/fixtures/checked-cockpit-theme.d.ts +14 -0
  1934. package/es/molecule/select-multiple/test/fixtures/checked-cockpit-theme.d.ts.map +1 -0
  1935. package/es/molecule/select-multiple/test/fixtures/checked-setup-theme.d.ts +14 -0
  1936. package/es/molecule/select-multiple/test/fixtures/checked-setup-theme.d.ts.map +1 -0
  1937. package/es/molecule/select-multiple/test/fixtures/checked.d.ts +13 -0
  1938. package/es/molecule/select-multiple/test/fixtures/checked.d.ts.map +1 -0
  1939. package/es/molecule/select-multiple/test/fixtures/default.d.ts +13 -0
  1940. package/es/molecule/select-multiple/test/fixtures/default.d.ts.map +1 -0
  1941. package/es/molecule/select-multiple/test/fixtures/setup-theme-error.d.ts +18 -0
  1942. package/es/molecule/select-multiple/test/fixtures/setup-theme-error.d.ts.map +1 -0
  1943. package/es/molecule/select-multiple/test/fixtures/setup-theme.d.ts +20 -0
  1944. package/es/molecule/select-multiple/test/fixtures/setup-theme.d.ts.map +1 -0
  1945. package/es/molecule/select-multiple/test/index.stories.d.ts +231 -0
  1946. package/es/molecule/select-multiple/test/index.stories.d.ts.map +1 -0
  1947. package/es/molecule/setup-cohort-item/index.d.ts +46 -0
  1948. package/es/molecule/setup-cohort-item/index.d.ts.map +1 -0
  1949. package/es/molecule/setup-cohort-item/test/fixtures/create-new-valid.d.ts +36 -0
  1950. package/es/molecule/setup-cohort-item/test/fixtures/create-new-valid.d.ts.map +1 -0
  1951. package/es/molecule/setup-cohort-item/test/fixtures/create-new.d.ts +37 -0
  1952. package/es/molecule/setup-cohort-item/test/fixtures/create-new.d.ts.map +1 -0
  1953. package/es/molecule/setup-cohort-item/test/fixtures/default.d.ts +44 -0
  1954. package/es/molecule/setup-cohort-item/test/fixtures/default.d.ts.map +1 -0
  1955. package/es/molecule/setup-cohort-item/test/fixtures/disabled-submit.d.ts +43 -0
  1956. package/es/molecule/setup-cohort-item/test/fixtures/disabled-submit.d.ts.map +1 -0
  1957. package/es/molecule/setup-cohort-item/test/index.stories.d.ts +193 -0
  1958. package/es/molecule/setup-cohort-item/test/index.stories.d.ts.map +1 -0
  1959. package/es/molecule/setup-section/index.d.ts +100 -0
  1960. package/es/molecule/setup-section/index.d.ts.map +1 -0
  1961. package/es/molecule/setup-section/test/fixtures/analytics-boutique.d.ts +14 -0
  1962. package/es/molecule/setup-section/test/fixtures/analytics-boutique.d.ts.map +1 -0
  1963. package/es/molecule/setup-section/test/fixtures/analytics-branch.d.ts +14 -0
  1964. package/es/molecule/setup-section/test/fixtures/analytics-branch.d.ts.map +1 -0
  1965. package/es/molecule/setup-section/test/fixtures/analytics-region.d.ts +14 -0
  1966. package/es/molecule/setup-section/test/fixtures/analytics-region.d.ts.map +1 -0
  1967. package/es/molecule/setup-section/test/fixtures/default.d.ts +24 -0
  1968. package/es/molecule/setup-section/test/fixtures/default.d.ts.map +1 -0
  1969. package/es/molecule/setup-section/test/fixtures/first.d.ts +25 -0
  1970. package/es/molecule/setup-section/test/fixtures/first.d.ts.map +1 -0
  1971. package/es/molecule/setup-section/test/fixtures/no-content-types.d.ts +14 -0
  1972. package/es/molecule/setup-section/test/fixtures/no-content-types.d.ts.map +1 -0
  1973. package/es/molecule/setup-section/test/fixtures/other.d.ts +25 -0
  1974. package/es/molecule/setup-section/test/fixtures/other.d.ts.map +1 -0
  1975. package/es/molecule/setup-section/test/index.stories.d.ts +190 -0
  1976. package/es/molecule/setup-section/test/index.stories.d.ts.map +1 -0
  1977. package/es/molecule/setup-sections/index.d.ts +50 -0
  1978. package/es/molecule/setup-sections/index.d.ts.map +1 -0
  1979. package/es/molecule/setup-sections/test/fixtures/analytics.d.ts +17 -0
  1980. package/es/molecule/setup-sections/test/fixtures/analytics.d.ts.map +1 -0
  1981. package/es/molecule/setup-sections/test/fixtures/dashboard.d.ts +46 -0
  1982. package/es/molecule/setup-sections/test/fixtures/dashboard.d.ts.map +1 -0
  1983. package/es/molecule/setup-sections/test/fixtures/default.d.ts +37 -0
  1984. package/es/molecule/setup-sections/test/fixtures/default.d.ts.map +1 -0
  1985. package/es/molecule/setup-sections/test/fixtures/loading.d.ts +8 -0
  1986. package/es/molecule/setup-sections/test/fixtures/loading.d.ts.map +1 -0
  1987. package/es/molecule/setup-sections/test/index.stories.d.ts +157 -0
  1988. package/es/molecule/setup-sections/test/index.stories.d.ts.map +1 -0
  1989. package/es/molecule/setup-slide/index.d.ts +150 -0
  1990. package/es/molecule/setup-slide/index.d.ts.map +1 -0
  1991. package/es/molecule/setup-slide/test/fixtures/alert-message.d.ts +69 -0
  1992. package/es/molecule/setup-slide/test/fixtures/alert-message.d.ts.map +1 -0
  1993. package/es/molecule/setup-slide/test/fixtures/checkbox.d.ts +21 -0
  1994. package/es/molecule/setup-slide/test/fixtures/checkbox.d.ts.map +1 -0
  1995. package/es/molecule/setup-slide/test/fixtures/cohort.d.ts +58 -0
  1996. package/es/molecule/setup-slide/test/fixtures/cohort.d.ts.map +1 -0
  1997. package/es/molecule/setup-slide/test/fixtures/create-new-cohort.d.ts +47 -0
  1998. package/es/molecule/setup-slide/test/fixtures/create-new-cohort.d.ts.map +1 -0
  1999. package/es/molecule/setup-slide/test/fixtures/default.d.ts +91 -0
  2000. package/es/molecule/setup-slide/test/fixtures/default.d.ts.map +1 -0
  2001. package/es/molecule/setup-slide/test/fixtures/split-form.d.ts +41 -0
  2002. package/es/molecule/setup-slide/test/fixtures/split-form.d.ts.map +1 -0
  2003. package/es/molecule/setup-slide/test/fixtures/without-upload-image.d.ts +67 -0
  2004. package/es/molecule/setup-slide/test/fixtures/without-upload-image.d.ts.map +1 -0
  2005. package/es/molecule/setup-slide/test/index.stories.d.ts +539 -0
  2006. package/es/molecule/setup-slide/test/index.stories.d.ts.map +1 -0
  2007. package/es/molecule/setup-slider/index.d.ts +163 -0
  2008. package/es/molecule/setup-slider/index.d.ts.map +1 -0
  2009. package/es/molecule/setup-slider/test/fixtures/default-cohort.d.ts +169 -0
  2010. package/es/molecule/setup-slider/test/fixtures/default-cohort.d.ts.map +1 -0
  2011. package/es/molecule/setup-slider/test/fixtures/default.d.ts +158 -0
  2012. package/es/molecule/setup-slider/test/fixtures/default.d.ts.map +1 -0
  2013. package/es/molecule/setup-slider/test/index.stories.d.ts +491 -0
  2014. package/es/molecule/setup-slider/test/index.stories.d.ts.map +1 -0
  2015. package/es/molecule/share/index.d.ts +35 -0
  2016. package/es/molecule/share/index.d.ts.map +1 -0
  2017. package/es/molecule/share/test/fixtures/default.d.ts +8 -0
  2018. package/es/molecule/share/test/fixtures/default.d.ts.map +1 -0
  2019. package/es/molecule/share/test/index.stories.d.ts +25 -0
  2020. package/es/molecule/share/test/index.stories.d.ts.map +1 -0
  2021. package/es/molecule/skill-card/index.d.ts +7 -0
  2022. package/es/molecule/skill-card/index.d.ts.map +1 -0
  2023. package/es/molecule/skill-card/prop-types.d.ts +14 -0
  2024. package/es/molecule/skill-card/prop-types.d.ts.map +1 -0
  2025. package/es/molecule/skill-card/test/fixtures/custom-skill.d.ts +15 -0
  2026. package/es/molecule/skill-card/test/fixtures/custom-skill.d.ts.map +1 -0
  2027. package/es/molecule/skill-card/test/fixtures/default.d.ts +16 -0
  2028. package/es/molecule/skill-card/test/fixtures/default.d.ts.map +1 -0
  2029. package/es/molecule/skill-card/test/fixtures/no-aria-labels.d.ts +13 -0
  2030. package/es/molecule/skill-card/test/fixtures/no-aria-labels.d.ts.map +1 -0
  2031. package/es/molecule/skill-card/test/fixtures/short-skill-title.d.ts +15 -0
  2032. package/es/molecule/skill-card/test/fixtures/short-skill-title.d.ts.map +1 -0
  2033. package/es/molecule/skill-card/test/index.stories.d.ts +73 -0
  2034. package/es/molecule/skill-card/test/index.stories.d.ts.map +1 -0
  2035. package/es/molecule/ssmenu-list/index.d.ts +12 -0
  2036. package/es/molecule/ssmenu-list/index.d.ts.map +1 -0
  2037. package/es/molecule/ssmenu-list/test/fixtures/coorpacademy.d.ts +10 -0
  2038. package/es/molecule/ssmenu-list/test/fixtures/coorpacademy.d.ts.map +1 -0
  2039. package/es/molecule/ssmenu-list/test/fixtures/empty.d.ts +5 -0
  2040. package/es/molecule/ssmenu-list/test/fixtures/empty.d.ts.map +1 -0
  2041. package/es/molecule/ssmenu-list/test/fixtures/formations.d.ts +10 -0
  2042. package/es/molecule/ssmenu-list/test/fixtures/formations.d.ts.map +1 -0
  2043. package/es/molecule/ssmenu-list/test/fixtures/solutions.d.ts +10 -0
  2044. package/es/molecule/ssmenu-list/test/fixtures/solutions.d.ts.map +1 -0
  2045. package/es/molecule/ssmenu-list/test/index.stories.d.ts +46 -0
  2046. package/es/molecule/ssmenu-list/test/index.stories.d.ts.map +1 -0
  2047. package/es/molecule/subscription-freemium/index.d.ts +12 -0
  2048. package/es/molecule/subscription-freemium/index.d.ts.map +1 -0
  2049. package/es/molecule/subscription-freemium/test/fixtures/default.d.ts +8 -0
  2050. package/es/molecule/subscription-freemium/test/fixtures/default.d.ts.map +1 -0
  2051. package/es/molecule/subscription-freemium/test/index.stories.d.ts +21 -0
  2052. package/es/molecule/subscription-freemium/test/index.stories.d.ts.map +1 -0
  2053. package/es/molecule/subscription-premium/index.d.ts +16 -0
  2054. package/es/molecule/subscription-premium/index.d.ts.map +1 -0
  2055. package/es/molecule/subscription-premium/test/fixtures/default.d.ts +10 -0
  2056. package/es/molecule/subscription-premium/test/fixtures/default.d.ts.map +1 -0
  2057. package/es/molecule/subscription-premium/test/fixtures/promo-code.d.ts +9 -0
  2058. package/es/molecule/subscription-premium/test/fixtures/promo-code.d.ts.map +1 -0
  2059. package/es/molecule/subscription-premium/test/index.stories.d.ts +36 -0
  2060. package/es/molecule/subscription-premium/test/index.stories.d.ts.map +1 -0
  2061. package/es/molecule/table/index.d.ts +52 -0
  2062. package/es/molecule/table/index.d.ts.map +1 -0
  2063. package/es/molecule/table/test/fixtures/cockpit-theme.d.ts +33 -0
  2064. package/es/molecule/table/test/fixtures/cockpit-theme.d.ts.map +1 -0
  2065. package/es/molecule/table/test/fixtures/default.d.ts +20 -0
  2066. package/es/molecule/table/test/fixtures/default.d.ts.map +1 -0
  2067. package/es/molecule/table/test/fixtures/no-options.d.ts +23 -0
  2068. package/es/molecule/table/test/fixtures/no-options.d.ts.map +1 -0
  2069. package/es/molecule/table/test/fixtures/readonly.d.ts +21 -0
  2070. package/es/molecule/table/test/fixtures/readonly.d.ts.map +1 -0
  2071. package/es/molecule/table/test/index.stories.d.ts +148 -0
  2072. package/es/molecule/table/test/index.stories.d.ts.map +1 -0
  2073. package/es/molecule/teams-popin/index.d.ts +16 -0
  2074. package/es/molecule/teams-popin/index.d.ts.map +1 -0
  2075. package/es/molecule/teams-popin/test/fixtures/default.d.ts +11 -0
  2076. package/es/molecule/teams-popin/test/fixtures/default.d.ts.map +1 -0
  2077. package/es/molecule/teams-popin/test/fixtures/loading-background.d.ts +5 -0
  2078. package/es/molecule/teams-popin/test/fixtures/loading-background.d.ts.map +1 -0
  2079. package/es/molecule/teams-popin/test/fixtures/loading.d.ts +12 -0
  2080. package/es/molecule/teams-popin/test/fixtures/loading.d.ts.map +1 -0
  2081. package/es/molecule/teams-popin/test/fixtures/login-background.d.ts +5 -0
  2082. package/es/molecule/teams-popin/test/fixtures/login-background.d.ts.map +1 -0
  2083. package/es/molecule/teams-popin/test/fixtures/login-faild.d.ts +11 -0
  2084. package/es/molecule/teams-popin/test/fixtures/login-faild.d.ts.map +1 -0
  2085. package/es/molecule/teams-popin/test/fixtures/login.d.ts +12 -0
  2086. package/es/molecule/teams-popin/test/fixtures/login.d.ts.map +1 -0
  2087. package/es/molecule/teams-popin/test/fixtures/not-teams-account.d.ts +9 -0
  2088. package/es/molecule/teams-popin/test/fixtures/not-teams-account.d.ts.map +1 -0
  2089. package/es/molecule/teams-popin/test/fixtures/without-button.d.ts +8 -0
  2090. package/es/molecule/teams-popin/test/fixtures/without-button.d.ts.map +1 -0
  2091. package/es/molecule/teams-popin/test/fixtures/wrong.d.ts +11 -0
  2092. package/es/molecule/teams-popin/test/fixtures/wrong.d.ts.map +1 -0
  2093. package/es/molecule/teams-popin/test/index.stories.d.ts +94 -0
  2094. package/es/molecule/teams-popin/test/index.stories.d.ts.map +1 -0
  2095. package/es/molecule/theme-image/index.d.ts +36 -0
  2096. package/es/molecule/theme-image/index.d.ts.map +1 -0
  2097. package/es/molecule/theme-image/test/fixtures/bg.d.ts +7 -0
  2098. package/es/molecule/theme-image/test/fixtures/bg.d.ts.map +1 -0
  2099. package/es/molecule/theme-image/test/index.stories.d.ts +14 -0
  2100. package/es/molecule/theme-image/test/index.stories.d.ts.map +1 -0
  2101. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +71 -0
  2102. package/es/molecule/title-and-checkbox-wrapper/index.d.ts.map +1 -0
  2103. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/default.d.ts +25 -0
  2104. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/default.d.ts.map +1 -0
  2105. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.d.ts +33 -0
  2106. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.d.ts.map +1 -0
  2107. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.d.ts +15 -0
  2108. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.d.ts.map +1 -0
  2109. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.d.ts +28 -0
  2110. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.d.ts.map +1 -0
  2111. package/es/molecule/title-and-checkbox-wrapper/test/index.stories.d.ts +171 -0
  2112. package/es/molecule/title-and-checkbox-wrapper/test/index.stories.d.ts.map +1 -0
  2113. package/es/molecule/titled-checkbox/index.d.ts +16 -0
  2114. package/es/molecule/titled-checkbox/index.d.ts.map +1 -0
  2115. package/es/molecule/titled-checkbox/test/fixtures/checked.d.ts +13 -0
  2116. package/es/molecule/titled-checkbox/test/fixtures/checked.d.ts.map +1 -0
  2117. package/es/molecule/titled-checkbox/test/fixtures/no-bg.d.ts +12 -0
  2118. package/es/molecule/titled-checkbox/test/fixtures/no-bg.d.ts.map +1 -0
  2119. package/es/molecule/titled-checkbox/test/fixtures/not-checked.d.ts +13 -0
  2120. package/es/molecule/titled-checkbox/test/fixtures/not-checked.d.ts.map +1 -0
  2121. package/es/molecule/titled-checkbox/test/index.stories.d.ts +53 -0
  2122. package/es/molecule/titled-checkbox/test/index.stories.d.ts.map +1 -0
  2123. package/es/molecule/unsubscribe/index.d.ts +14 -0
  2124. package/es/molecule/unsubscribe/index.d.ts.map +1 -0
  2125. package/es/molecule/unsubscribe/test/fixtures/default.d.ts +9 -0
  2126. package/es/molecule/unsubscribe/test/fixtures/default.d.ts.map +1 -0
  2127. package/es/molecule/unsubscribe/test/fixtures/subscribed.d.ts +9 -0
  2128. package/es/molecule/unsubscribe/test/fixtures/subscribed.d.ts.map +1 -0
  2129. package/es/molecule/unsubscribe/test/index.stories.d.ts +33 -0
  2130. package/es/molecule/unsubscribe/test/index.stories.d.ts.map +1 -0
  2131. package/es/molecule/vertical-tabs/index.d.ts +17 -0
  2132. package/es/molecule/vertical-tabs/index.d.ts.map +1 -0
  2133. package/es/molecule/vertical-tabs/test/fixtures/default.d.ts +22 -0
  2134. package/es/molecule/vertical-tabs/test/fixtures/default.d.ts.map +1 -0
  2135. package/es/molecule/vertical-tabs/test/fixtures/with-multiple-errors.d.ts +20 -0
  2136. package/es/molecule/vertical-tabs/test/fixtures/with-multiple-errors.d.ts.map +1 -0
  2137. package/es/molecule/vertical-tabs/test/fixtures/with-selected-item.d.ts +20 -0
  2138. package/es/molecule/vertical-tabs/test/fixtures/with-selected-item.d.ts.map +1 -0
  2139. package/es/molecule/vertical-tabs/test/index.stories.d.ts +77 -0
  2140. package/es/molecule/vertical-tabs/test/index.stories.d.ts.map +1 -0
  2141. package/es/molecule/video-iframe/index.d.ts +22 -0
  2142. package/es/molecule/video-iframe/index.d.ts.map +1 -0
  2143. package/es/molecule/video-iframe/test/fixtures/empty.d.ts +5 -0
  2144. package/es/molecule/video-iframe/test/fixtures/empty.d.ts.map +1 -0
  2145. package/es/molecule/video-iframe/test/fixtures/h5p.d.ts +8 -0
  2146. package/es/molecule/video-iframe/test/fixtures/h5p.d.ts.map +1 -0
  2147. package/es/molecule/video-iframe/test/fixtures/image-placeholder.d.ts +10 -0
  2148. package/es/molecule/video-iframe/test/fixtures/image-placeholder.d.ts.map +1 -0
  2149. package/es/molecule/video-iframe/test/fixtures/jwplayer.d.ts +8 -0
  2150. package/es/molecule/video-iframe/test/fixtures/jwplayer.d.ts.map +1 -0
  2151. package/es/molecule/video-iframe/test/fixtures/omni-player.d.ts +8 -0
  2152. package/es/molecule/video-iframe/test/fixtures/omni-player.d.ts.map +1 -0
  2153. package/es/molecule/video-iframe/test/fixtures/uptale.d.ts +8 -0
  2154. package/es/molecule/video-iframe/test/fixtures/uptale.d.ts.map +1 -0
  2155. package/es/molecule/video-iframe/test/fixtures/youtube.d.ts +8 -0
  2156. package/es/molecule/video-iframe/test/fixtures/youtube.d.ts.map +1 -0
  2157. package/es/molecule/video-iframe/test/index.stories.d.ts +56 -0
  2158. package/es/molecule/video-iframe/test/index.stories.d.ts.map +1 -0
  2159. package/es/molecule/video-player/index.d.ts +51 -0
  2160. package/es/molecule/video-player/index.d.ts.map +1 -0
  2161. package/es/molecule/video-player/jwplayer.d.ts +58 -0
  2162. package/es/molecule/video-player/jwplayer.d.ts.map +1 -0
  2163. package/es/molecule/video-player/jwplayer.js +9 -9
  2164. package/es/molecule/video-player/jwplayer.js.map +1 -1
  2165. package/es/molecule/video-player/prop-types.d.ts +61 -0
  2166. package/es/molecule/video-player/prop-types.d.ts.map +1 -0
  2167. package/es/molecule/video-player/test/fixtures/h5p.d.ts +14 -0
  2168. package/es/molecule/video-player/test/fixtures/h5p.d.ts.map +1 -0
  2169. package/es/molecule/video-player/test/fixtures/jwplayer-with-subtitles.d.ts +29 -0
  2170. package/es/molecule/video-player/test/fixtures/jwplayer-with-subtitles.d.ts.map +1 -0
  2171. package/es/molecule/video-player/test/fixtures/jwplayer.d.ts +25 -0
  2172. package/es/molecule/video-player/test/fixtures/jwplayer.d.ts.map +1 -0
  2173. package/es/molecule/video-player/test/fixtures/kontiki.d.ts +23 -0
  2174. package/es/molecule/video-player/test/fixtures/kontiki.d.ts.map +1 -0
  2175. package/es/molecule/video-player/test/fixtures/mp4.d.ts +26 -0
  2176. package/es/molecule/video-player/test/fixtures/mp4.d.ts.map +1 -0
  2177. package/es/molecule/video-player/test/fixtures/omni-player.d.ts +14 -0
  2178. package/es/molecule/video-player/test/fixtures/omni-player.d.ts.map +1 -0
  2179. package/es/molecule/video-player/test/fixtures/uptale.d.ts +14 -0
  2180. package/es/molecule/video-player/test/fixtures/uptale.d.ts.map +1 -0
  2181. package/es/molecule/video-player/test/fixtures/vimeo.d.ts +14 -0
  2182. package/es/molecule/video-player/test/fixtures/vimeo.d.ts.map +1 -0
  2183. package/es/molecule/video-player/test/fixtures/youtube.d.ts +14 -0
  2184. package/es/molecule/video-player/test/fixtures/youtube.d.ts.map +1 -0
  2185. package/es/molecule/video-player/test/index.stories.d.ts +168 -0
  2186. package/es/molecule/video-player/test/index.stories.d.ts.map +1 -0
  2187. package/es/molecule/video-player/vimeo.d.ts +154 -0
  2188. package/es/molecule/video-player/vimeo.d.ts.map +1 -0
  2189. package/es/molecule/wizard-summary/index.d.ts +54 -0
  2190. package/es/molecule/wizard-summary/index.d.ts.map +1 -0
  2191. package/es/molecule/wizard-summary/test/fixtures/default.d.ts +84 -0
  2192. package/es/molecule/wizard-summary/test/fixtures/default.d.ts.map +1 -0
  2193. package/es/molecule/wizard-summary/test/fixtures/one-section.d.ts +20 -0
  2194. package/es/molecule/wizard-summary/test/fixtures/one-section.d.ts.map +1 -0
  2195. package/es/molecule/wizard-summary/test/fixtures/organize-courses.d.ts +58 -0
  2196. package/es/molecule/wizard-summary/test/fixtures/organize-courses.d.ts.map +1 -0
  2197. package/es/molecule/wizard-summary/test/fixtures/tablet-closed.d.ts +48 -0
  2198. package/es/molecule/wizard-summary/test/fixtures/tablet-closed.d.ts.map +1 -0
  2199. package/es/molecule/wizard-summary/test/fixtures/three-sections.d.ts +36 -0
  2200. package/es/molecule/wizard-summary/test/fixtures/three-sections.d.ts.map +1 -0
  2201. package/es/molecule/wizard-summary/test/fixtures/two-sections.d.ts +27 -0
  2202. package/es/molecule/wizard-summary/test/fixtures/two-sections.d.ts.map +1 -0
  2203. package/es/molecule/wizard-summary/test/index.stories.d.ts +310 -0
  2204. package/es/molecule/wizard-summary/test/index.stories.d.ts.map +1 -0
  2205. package/es/organism/accordion/container/index.d.ts +46 -0
  2206. package/es/organism/accordion/container/index.d.ts.map +1 -0
  2207. package/es/organism/accordion/container/test/fixtures/default.d.ts +14 -0
  2208. package/es/organism/accordion/container/test/fixtures/default.d.ts.map +1 -0
  2209. package/es/organism/accordion/container/test/fixtures/no-children.d.ts +14 -0
  2210. package/es/organism/accordion/container/test/fixtures/no-children.d.ts.map +1 -0
  2211. package/es/organism/accordion/container/test/fixtures/one-children.d.ts +10 -0
  2212. package/es/organism/accordion/container/test/fixtures/one-children.d.ts.map +1 -0
  2213. package/es/organism/accordion/container/test/index.stories.d.ts +54 -0
  2214. package/es/organism/accordion/container/test/index.stories.d.ts.map +1 -0
  2215. package/es/organism/accordion/coorp-manager/index.d.ts +57 -0
  2216. package/es/organism/accordion/coorp-manager/index.d.ts.map +1 -0
  2217. package/es/organism/accordion/coorp-manager/part/index.d.ts +41 -0
  2218. package/es/organism/accordion/coorp-manager/part/index.d.ts.map +1 -0
  2219. package/es/organism/accordion/coorp-manager/part/test/fixtures/defaut.d.ts +14 -0
  2220. package/es/organism/accordion/coorp-manager/part/test/fixtures/defaut.d.ts.map +1 -0
  2221. package/es/organism/accordion/coorp-manager/part/test/fixtures/icon-link.d.ts +12 -0
  2222. package/es/organism/accordion/coorp-manager/part/test/fixtures/icon-link.d.ts.map +1 -0
  2223. package/es/organism/accordion/coorp-manager/part/test/fixtures/simpletab.d.ts +12 -0
  2224. package/es/organism/accordion/coorp-manager/part/test/fixtures/simpletab.d.ts.map +1 -0
  2225. package/es/organism/accordion/coorp-manager/part/test/index.stories.d.ts +79 -0
  2226. package/es/organism/accordion/coorp-manager/part/test/index.stories.d.ts.map +1 -0
  2227. package/es/organism/accordion/coorp-manager/test/fixtures/default.d.ts +10 -0
  2228. package/es/organism/accordion/coorp-manager/test/fixtures/default.d.ts.map +1 -0
  2229. package/es/organism/accordion/coorp-manager/test/index.stories.d.ts +35 -0
  2230. package/es/organism/accordion/coorp-manager/test/index.stories.d.ts.map +1 -0
  2231. package/es/organism/accordion/part/index.d.ts +37 -0
  2232. package/es/organism/accordion/part/index.d.ts.map +1 -0
  2233. package/es/organism/accordion/part/test/fixtures/default.d.ts +8 -0
  2234. package/es/organism/accordion/part/test/fixtures/default.d.ts.map +1 -0
  2235. package/es/organism/accordion/part/test/fixtures/open.d.ts +3 -0
  2236. package/es/organism/accordion/part/test/fixtures/open.d.ts.map +1 -0
  2237. package/es/organism/accordion/part/test/index.stories.d.ts +51 -0
  2238. package/es/organism/accordion/part/test/index.stories.d.ts.map +1 -0
  2239. package/es/organism/accordion/toggler/index.d.ts +31 -0
  2240. package/es/organism/accordion/toggler/index.d.ts.map +1 -0
  2241. package/es/organism/accordion/toggler/test/fixtures/all-are-openable.d.ts +16 -0
  2242. package/es/organism/accordion/toggler/test/fixtures/all-are-openable.d.ts.map +1 -0
  2243. package/es/organism/accordion/toggler/test/fixtures/no-childrens.d.ts +15 -0
  2244. package/es/organism/accordion/toggler/test/fixtures/no-childrens.d.ts.map +1 -0
  2245. package/es/organism/accordion/toggler/test/fixtures/only-one.d.ts +3 -0
  2246. package/es/organism/accordion/toggler/test/fixtures/only-one.d.ts.map +1 -0
  2247. package/es/organism/accordion/toggler/test/index.stories.d.ts +40 -0
  2248. package/es/organism/accordion/toggler/test/index.stories.d.ts.map +1 -0
  2249. package/es/organism/brand-analytics/analytics-popin.d.ts +36 -0
  2250. package/es/organism/brand-analytics/analytics-popin.d.ts.map +1 -0
  2251. package/es/organism/brand-analytics/index.d.ts +65 -0
  2252. package/es/organism/brand-analytics/index.d.ts.map +1 -0
  2253. package/es/organism/brand-analytics/test/fixtures/default.d.ts +42 -0
  2254. package/es/organism/brand-analytics/test/fixtures/default.d.ts.map +1 -0
  2255. package/es/organism/brand-analytics/test/fixtures/error.d.ts +36 -0
  2256. package/es/organism/brand-analytics/test/fixtures/error.d.ts.map +1 -0
  2257. package/es/organism/brand-analytics/test/fixtures/loading.d.ts +35 -0
  2258. package/es/organism/brand-analytics/test/fixtures/loading.d.ts.map +1 -0
  2259. package/es/organism/brand-analytics/test/fixtures/selected-error.d.ts +61 -0
  2260. package/es/organism/brand-analytics/test/fixtures/selected-error.d.ts.map +1 -0
  2261. package/es/organism/brand-analytics/test/fixtures/selected-loading.d.ts +59 -0
  2262. package/es/organism/brand-analytics/test/fixtures/selected-loading.d.ts.map +1 -0
  2263. package/es/organism/brand-analytics/test/fixtures/selected.d.ts +85 -0
  2264. package/es/organism/brand-analytics/test/fixtures/selected.d.ts.map +1 -0
  2265. package/es/organism/brand-analytics/test/index.stories.d.ts +380 -0
  2266. package/es/organism/brand-analytics/test/index.stories.d.ts.map +1 -0
  2267. package/es/organism/brand-dashboard/index.d.ts +32 -0
  2268. package/es/organism/brand-dashboard/index.d.ts.map +1 -0
  2269. package/es/organism/brand-dashboard/test/fixtures/default.d.ts +30 -0
  2270. package/es/organism/brand-dashboard/test/fixtures/default.d.ts.map +1 -0
  2271. package/es/organism/brand-dashboard/test/fixtures/three-cards.d.ts +23 -0
  2272. package/es/organism/brand-dashboard/test/fixtures/three-cards.d.ts.map +1 -0
  2273. package/es/organism/brand-dashboard/test/index.stories.d.ts +84 -0
  2274. package/es/organism/brand-dashboard/test/index.stories.d.ts.map +1 -0
  2275. package/es/organism/brand-form/index.d.ts +467 -0
  2276. package/es/organism/brand-form/index.d.ts.map +1 -0
  2277. package/es/organism/brand-form/test/fixtures/analytics.d.ts +30 -0
  2278. package/es/organism/brand-form/test/fixtures/analytics.d.ts.map +1 -0
  2279. package/es/organism/brand-form/test/fixtures/animations.d.ts +57 -0
  2280. package/es/organism/brand-form/test/fixtures/animations.d.ts.map +1 -0
  2281. package/es/organism/brand-form/test/fixtures/cohort.d.ts +176 -0
  2282. package/es/organism/brand-form/test/fixtures/cohort.d.ts.map +1 -0
  2283. package/es/organism/brand-form/test/fixtures/dashboard.d.ts +202 -0
  2284. package/es/organism/brand-form/test/fixtures/dashboard.d.ts.map +1 -0
  2285. package/es/organism/brand-form/test/fixtures/default.d.ts +16 -0
  2286. package/es/organism/brand-form/test/fixtures/default.d.ts.map +1 -0
  2287. package/es/organism/brand-form/test/fixtures/general-settings.d.ts +61 -0
  2288. package/es/organism/brand-form/test/fixtures/general-settings.d.ts.map +1 -0
  2289. package/es/organism/brand-form/test/fixtures/lms.d.ts +335 -0
  2290. package/es/organism/brand-form/test/fixtures/lms.d.ts.map +1 -0
  2291. package/es/organism/brand-form/test/fixtures/loading.d.ts +17 -0
  2292. package/es/organism/brand-form/test/fixtures/loading.d.ts.map +1 -0
  2293. package/es/organism/brand-form/test/fixtures/lookandfeel.d.ts +58 -0
  2294. package/es/organism/brand-form/test/fixtures/lookandfeel.d.ts.map +1 -0
  2295. package/es/organism/brand-form/test/fixtures/manageusers-edit.d.ts +157 -0
  2296. package/es/organism/brand-form/test/fixtures/manageusers-edit.d.ts.map +1 -0
  2297. package/es/organism/brand-form/test/fixtures/sso.d.ts +117 -0
  2298. package/es/organism/brand-form/test/fixtures/sso.d.ts.map +1 -0
  2299. package/es/organism/brand-form/test/fixtures/wizard-certification.d.ts +55 -0
  2300. package/es/organism/brand-form/test/fixtures/wizard-certification.d.ts.map +1 -0
  2301. package/es/organism/brand-form/test/fixtures/wizard-playlists.d.ts +68 -0
  2302. package/es/organism/brand-form/test/fixtures/wizard-playlists.d.ts.map +1 -0
  2303. package/es/organism/brand-form/test/index.stories.d.ts +1344 -0
  2304. package/es/organism/brand-form/test/index.stories.d.ts.map +1 -0
  2305. package/es/organism/brand-table/index.d.ts +45 -0
  2306. package/es/organism/brand-table/index.d.ts.map +1 -0
  2307. package/es/organism/brand-table/test/fixtures/animations.d.ts +19 -0
  2308. package/es/organism/brand-table/test/fixtures/animations.d.ts.map +1 -0
  2309. package/es/organism/brand-table/test/fixtures/default.d.ts +35 -0
  2310. package/es/organism/brand-table/test/fixtures/default.d.ts.map +1 -0
  2311. package/es/organism/brand-table/test/fixtures/empty.d.ts +20 -0
  2312. package/es/organism/brand-table/test/fixtures/empty.d.ts.map +1 -0
  2313. package/es/organism/brand-table/test/fixtures/loading.d.ts +35 -0
  2314. package/es/organism/brand-table/test/fixtures/loading.d.ts.map +1 -0
  2315. package/es/organism/brand-table/test/index.stories.d.ts +146 -0
  2316. package/es/organism/brand-table/test/index.stories.d.ts.map +1 -0
  2317. package/es/organism/brand-upload/index.d.ts +67 -0
  2318. package/es/organism/brand-upload/index.d.ts.map +1 -0
  2319. package/es/organism/brand-upload/test/fixtures/default.d.ts +36 -0
  2320. package/es/organism/brand-upload/test/fixtures/default.d.ts.map +1 -0
  2321. package/es/organism/brand-upload/test/fixtures/loading.d.ts +5 -0
  2322. package/es/organism/brand-upload/test/fixtures/loading.d.ts.map +1 -0
  2323. package/es/organism/brand-upload/test/index.stories.d.ts +107 -0
  2324. package/es/organism/brand-upload/test/index.stories.d.ts.map +1 -0
  2325. package/es/organism/cards-grid/index.d.ts +10 -0
  2326. package/es/organism/cards-grid/index.d.ts.map +1 -0
  2327. package/es/organism/cards-grid/test/fixtures/catalog.d.ts +8 -0
  2328. package/es/organism/cards-grid/test/fixtures/catalog.d.ts.map +1 -0
  2329. package/es/organism/cards-grid/test/fixtures/empty.d.ts +5 -0
  2330. package/es/organism/cards-grid/test/fixtures/empty.d.ts.map +1 -0
  2331. package/es/organism/cards-grid/test/fixtures/loading.d.ts +5 -0
  2332. package/es/organism/cards-grid/test/fixtures/loading.d.ts.map +1 -0
  2333. package/es/organism/cards-grid/test/fixtures/many.d.ts +8 -0
  2334. package/es/organism/cards-grid/test/fixtures/many.d.ts.map +1 -0
  2335. package/es/organism/cards-grid/test/index.stories.d.ts +28 -0
  2336. package/es/organism/cards-grid/test/index.stories.d.ts.map +1 -0
  2337. package/es/organism/cart/index.d.ts +43 -0
  2338. package/es/organism/cart/index.d.ts.map +1 -0
  2339. package/es/organism/cart/test/fixtures/default.d.ts +50 -0
  2340. package/es/organism/cart/test/fixtures/default.d.ts.map +1 -0
  2341. package/es/organism/cart/test/index.stories.d.ts +87 -0
  2342. package/es/organism/cart/test/index.stories.d.ts.map +1 -0
  2343. package/es/organism/content-translation/index.d.ts +52 -0
  2344. package/es/organism/content-translation/index.d.ts.map +1 -0
  2345. package/es/organism/content-translation/test/fixtures/default.d.ts +48 -0
  2346. package/es/organism/content-translation/test/fixtures/default.d.ts.map +1 -0
  2347. package/es/organism/content-translation/test/fixtures/delete.d.ts +53 -0
  2348. package/es/organism/content-translation/test/fixtures/delete.d.ts.map +1 -0
  2349. package/es/organism/content-translation/test/index.stories.d.ts +154 -0
  2350. package/es/organism/content-translation/test/index.stories.d.ts.map +1 -0
  2351. package/es/organism/course-selection/index.d.ts +18 -0
  2352. package/es/organism/course-selection/index.d.ts.map +1 -0
  2353. package/es/organism/course-selection/test/fixtures/default.d.ts +38 -0
  2354. package/es/organism/course-selection/test/fixtures/default.d.ts.map +1 -0
  2355. package/es/organism/course-selection/test/fixtures/empty.d.ts +28 -0
  2356. package/es/organism/course-selection/test/fixtures/empty.d.ts.map +1 -0
  2357. package/es/organism/course-selection/test/fixtures/filtered.d.ts +23 -0
  2358. package/es/organism/course-selection/test/fixtures/filtered.d.ts.map +1 -0
  2359. package/es/organism/course-selection/test/fixtures/loading.d.ts +38 -0
  2360. package/es/organism/course-selection/test/fixtures/loading.d.ts.map +1 -0
  2361. package/es/organism/course-selection/test/fixtures/sorted-selected.d.ts +23 -0
  2362. package/es/organism/course-selection/test/fixtures/sorted-selected.d.ts.map +1 -0
  2363. package/es/organism/course-selection/test/fixtures/switch-activated.d.ts +23 -0
  2364. package/es/organism/course-selection/test/fixtures/switch-activated.d.ts.map +1 -0
  2365. package/es/organism/course-selection/test/fixtures/unsorted-selected.d.ts +23 -0
  2366. package/es/organism/course-selection/test/fixtures/unsorted-selected.d.ts.map +1 -0
  2367. package/es/organism/course-selection/test/index.stories.d.ts +210 -0
  2368. package/es/organism/course-selection/test/index.stories.d.ts.map +1 -0
  2369. package/es/organism/discussion/index.d.ts +39 -0
  2370. package/es/organism/discussion/index.d.ts.map +1 -0
  2371. package/es/organism/discussion/test/fixtures/default.d.ts +12 -0
  2372. package/es/organism/discussion/test/fixtures/default.d.ts.map +1 -0
  2373. package/es/organism/discussion/test/fixtures/loading-more.d.ts +13 -0
  2374. package/es/organism/discussion/test/fixtures/loading-more.d.ts.map +1 -0
  2375. package/es/organism/discussion/test/fixtures/moderation.d.ts +10 -0
  2376. package/es/organism/discussion/test/fixtures/moderation.d.ts.map +1 -0
  2377. package/es/organism/discussion/test/fixtures/new-discussion.d.ts +12 -0
  2378. package/es/organism/discussion/test/fixtures/new-discussion.d.ts.map +1 -0
  2379. package/es/organism/discussion/test/index.stories.d.ts +50 -0
  2380. package/es/organism/discussion/test/index.stories.d.ts.map +1 -0
  2381. package/es/organism/get-the-app/index.d.ts +51 -0
  2382. package/es/organism/get-the-app/index.d.ts.map +1 -0
  2383. package/es/organism/get-the-app/test/fixtures/default.d.ts +42 -0
  2384. package/es/organism/get-the-app/test/fixtures/default.d.ts.map +1 -0
  2385. package/es/organism/get-the-app/test/index.stories.d.ts +79 -0
  2386. package/es/organism/get-the-app/test/index.stories.d.ts.map +1 -0
  2387. package/es/organism/grid-list/index.d.ts +11 -0
  2388. package/es/organism/grid-list/index.d.ts.map +1 -0
  2389. package/es/organism/grid-list/test/fixtures/default.d.ts +5 -0
  2390. package/es/organism/grid-list/test/fixtures/default.d.ts.map +1 -0
  2391. package/es/organism/grid-list/test/index.stories.d.ts +18 -0
  2392. package/es/organism/grid-list/test/index.stories.d.ts.map +1 -0
  2393. package/es/organism/header/index.d.ts +15 -0
  2394. package/es/organism/header/index.d.ts.map +1 -0
  2395. package/es/organism/header/test/fixtures/default.d.ts +32 -0
  2396. package/es/organism/header/test/fixtures/default.d.ts.map +1 -0
  2397. package/es/organism/header/test/index.stories.d.ts +47 -0
  2398. package/es/organism/header/test/index.stories.d.ts.map +1 -0
  2399. package/es/organism/header-v2/index.native.d.ts +11 -0
  2400. package/es/organism/header-v2/index.native.d.ts.map +1 -0
  2401. package/es/organism/header-v2/test/fixtures/default.d.ts +9 -0
  2402. package/es/organism/header-v2/test/fixtures/default.d.ts.map +1 -0
  2403. package/es/organism/header-v2/test/on-longpress.d.ts +2 -0
  2404. package/es/organism/header-v2/test/on-longpress.d.ts.map +1 -0
  2405. package/es/organism/header-v2/test/on-search.d.ts +2 -0
  2406. package/es/organism/header-v2/test/on-search.d.ts.map +1 -0
  2407. package/es/organism/header-v2/test/on-setting.d.ts +2 -0
  2408. package/es/organism/header-v2/test/on-setting.d.ts.map +1 -0
  2409. package/es/organism/hero/index.d.ts +34 -0
  2410. package/es/organism/hero/index.d.ts.map +1 -0
  2411. package/es/organism/hero/test/fixtures/default.d.ts +8 -0
  2412. package/es/organism/hero/test/fixtures/default.d.ts.map +1 -0
  2413. package/es/organism/hero/test/fixtures/no-touch.d.ts +9 -0
  2414. package/es/organism/hero/test/fixtures/no-touch.d.ts.map +1 -0
  2415. package/es/organism/hero/test/fixtures/touch.d.ts +9 -0
  2416. package/es/organism/hero/test/fixtures/touch.d.ts.map +1 -0
  2417. package/es/organism/hero/test/index.stories.d.ts +31 -0
  2418. package/es/organism/hero/test/index.stories.d.ts.map +1 -0
  2419. package/es/organism/list-item/index.d.ts +35 -0
  2420. package/es/organism/list-item/index.d.ts.map +1 -0
  2421. package/es/organism/list-item/test/fixtures/archived.d.ts +37 -0
  2422. package/es/organism/list-item/test/fixtures/archived.d.ts.map +1 -0
  2423. package/es/organism/list-item/test/fixtures/draft.d.ts +37 -0
  2424. package/es/organism/list-item/test/fixtures/draft.d.ts.map +1 -0
  2425. package/es/organism/list-item/test/fixtures/published.d.ts +37 -0
  2426. package/es/organism/list-item/test/fixtures/published.d.ts.map +1 -0
  2427. package/es/organism/list-item/test/fixtures/revised.d.ts +36 -0
  2428. package/es/organism/list-item/test/fixtures/revised.d.ts.map +1 -0
  2429. package/es/organism/list-item/test/index.stories.d.ts +173 -0
  2430. package/es/organism/list-item/test/index.stories.d.ts.map +1 -0
  2431. package/es/organism/list-items/index.d.ts +63 -0
  2432. package/es/organism/list-items/index.d.ts.map +1 -0
  2433. package/es/organism/list-items/test/fixtures/archived.d.ts +46 -0
  2434. package/es/organism/list-items/test/fixtures/archived.d.ts.map +1 -0
  2435. package/es/organism/list-items/test/fixtures/draft.d.ts +46 -0
  2436. package/es/organism/list-items/test/fixtures/draft.d.ts.map +1 -0
  2437. package/es/organism/list-items/test/fixtures/published.d.ts +45 -0
  2438. package/es/organism/list-items/test/fixtures/published.d.ts.map +1 -0
  2439. package/es/organism/list-items/test/index.stories.d.ts +200 -0
  2440. package/es/organism/list-items/test/index.stories.d.ts.map +1 -0
  2441. package/es/organism/mobile-navigation/index.native.d.ts +14 -0
  2442. package/es/organism/mobile-navigation/index.native.d.ts.map +1 -0
  2443. package/es/organism/mobile-navigation/test/fixtures/menu-selected-0.d.ts +7 -0
  2444. package/es/organism/mobile-navigation/test/fixtures/menu-selected-0.d.ts.map +1 -0
  2445. package/es/organism/mobile-navigation/test/fixtures/menu-selected-1.d.ts +7 -0
  2446. package/es/organism/mobile-navigation/test/fixtures/menu-selected-1.d.ts.map +1 -0
  2447. package/es/organism/mobile-navigation/test/fixtures/menu-selected-2.d.ts +7 -0
  2448. package/es/organism/mobile-navigation/test/fixtures/menu-selected-2.d.ts.map +1 -0
  2449. package/es/organism/mooc/image-slider/index.d.ts +33 -0
  2450. package/es/organism/mooc/image-slider/index.d.ts.map +1 -0
  2451. package/es/organism/mooc/image-slider/test/fixtures/default.d.ts +15 -0
  2452. package/es/organism/mooc/image-slider/test/fixtures/default.d.ts.map +1 -0
  2453. package/es/organism/mooc/image-slider/test/fixtures/multiple-slides.d.ts +32 -0
  2454. package/es/organism/mooc/image-slider/test/fixtures/multiple-slides.d.ts.map +1 -0
  2455. package/es/organism/mooc/image-slider/test/index.stories.d.ts +81 -0
  2456. package/es/organism/mooc/image-slider/test/index.stories.d.ts.map +1 -0
  2457. package/es/organism/mooc-footer/index.d.ts +34 -0
  2458. package/es/organism/mooc-footer/index.d.ts.map +1 -0
  2459. package/es/organism/mooc-footer/test/fixtures/default.d.ts +43 -0
  2460. package/es/organism/mooc-footer/test/fixtures/default.d.ts.map +1 -0
  2461. package/es/organism/mooc-footer/test/fixtures/no-mobileapps.d.ts +17 -0
  2462. package/es/organism/mooc-footer/test/fixtures/no-mobileapps.d.ts.map +1 -0
  2463. package/es/organism/mooc-footer/test/fixtures/no-sections.d.ts +17 -0
  2464. package/es/organism/mooc-footer/test/fixtures/no-sections.d.ts.map +1 -0
  2465. package/es/organism/mooc-footer/test/fixtures/no-social-links.d.ts +13 -0
  2466. package/es/organism/mooc-footer/test/fixtures/no-social-links.d.ts.map +1 -0
  2467. package/es/organism/mooc-footer/test/fixtures/not-enough-permissions-role-no-mobileapp.d.ts +17 -0
  2468. package/es/organism/mooc-footer/test/fixtures/not-enough-permissions-role-no-mobileapp.d.ts.map +1 -0
  2469. package/es/organism/mooc-footer/test/fixtures/not-enough-permissions-role.d.ts +24 -0
  2470. package/es/organism/mooc-footer/test/fixtures/not-enough-permissions-role.d.ts.map +1 -0
  2471. package/es/organism/mooc-footer/test/index.stories.d.ts +133 -0
  2472. package/es/organism/mooc-footer/test/index.stories.d.ts.map +1 -0
  2473. package/es/organism/mooc-header/index.d.ts +155 -0
  2474. package/es/organism/mooc-header/index.d.ts.map +1 -0
  2475. package/es/organism/mooc-header/test/fixtures/default.d.ts +112 -0
  2476. package/es/organism/mooc-header/test/fixtures/default.d.ts.map +1 -0
  2477. package/es/organism/mooc-header/test/fixtures/link-only.d.ts +14 -0
  2478. package/es/organism/mooc-header/test/fixtures/link-only.d.ts.map +1 -0
  2479. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.d.ts +5 -0
  2480. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.d.ts.map +1 -0
  2481. package/es/organism/mooc-header/test/fixtures/logged.d.ts +5 -0
  2482. package/es/organism/mooc-header/test/fixtures/logged.d.ts.map +1 -0
  2483. package/es/organism/mooc-header/test/fixtures/mobile-small-logo-format.d.ts +5 -0
  2484. package/es/organism/mooc-header/test/fixtures/mobile-small-logo-format.d.ts.map +1 -0
  2485. package/es/organism/mooc-header/test/fixtures/mobile-wide-logo-format.d.ts +5 -0
  2486. package/es/organism/mooc-header/test/fixtures/mobile-wide-logo-format.d.ts.map +1 -0
  2487. package/es/organism/mooc-header/test/fixtures/on-header-action-handlers.d.ts +5 -0
  2488. package/es/organism/mooc-header/test/fixtures/on-header-action-handlers.d.ts.map +1 -0
  2489. package/es/organism/mooc-header/test/fixtures/teams-french.d.ts +27 -0
  2490. package/es/organism/mooc-header/test/fixtures/teams-french.d.ts.map +1 -0
  2491. package/es/organism/mooc-header/test/fixtures/teams.d.ts +27 -0
  2492. package/es/organism/mooc-header/test/fixtures/teams.d.ts.map +1 -0
  2493. package/es/organism/mooc-header/test/fixtures/user-change-password.d.ts +11 -0
  2494. package/es/organism/mooc-header/test/fixtures/user-change-password.d.ts.map +1 -0
  2495. package/es/organism/mooc-header/test/index.stories.d.ts +212 -0
  2496. package/es/organism/mooc-header/test/index.stories.d.ts.map +1 -0
  2497. package/es/organism/popin/index.d.ts +36 -0
  2498. package/es/organism/popin/index.d.ts.map +1 -0
  2499. package/es/organism/popin/test/fixtures/default.d.ts +11 -0
  2500. package/es/organism/popin/test/fixtures/default.d.ts.map +1 -0
  2501. package/es/organism/popin/test/index.stories.d.ts +49 -0
  2502. package/es/organism/popin/test/index.stories.d.ts.map +1 -0
  2503. package/es/organism/resource-browser/index.d.ts +35 -0
  2504. package/es/organism/resource-browser/index.d.ts.map +1 -0
  2505. package/es/organism/resource-browser/test/fixtures/arabic.d.ts +21 -0
  2506. package/es/organism/resource-browser/test/fixtures/arabic.d.ts.map +1 -0
  2507. package/es/organism/resource-browser/test/fixtures/audio.d.ts +35 -0
  2508. package/es/organism/resource-browser/test/fixtures/audio.d.ts.map +1 -0
  2509. package/es/organism/resource-browser/test/fixtures/h5p.d.ts +20 -0
  2510. package/es/organism/resource-browser/test/fixtures/h5p.d.ts.map +1 -0
  2511. package/es/organism/resource-browser/test/fixtures/jwplayer-with-overlay.d.ts +57 -0
  2512. package/es/organism/resource-browser/test/fixtures/jwplayer-with-overlay.d.ts.map +1 -0
  2513. package/es/organism/resource-browser/test/fixtures/jwplayer.d.ts +48 -0
  2514. package/es/organism/resource-browser/test/fixtures/jwplayer.d.ts.map +1 -0
  2515. package/es/organism/resource-browser/test/fixtures/kontiki.d.ts +47 -0
  2516. package/es/organism/resource-browser/test/fixtures/kontiki.d.ts.map +1 -0
  2517. package/es/organism/resource-browser/test/fixtures/mp4.d.ts +50 -0
  2518. package/es/organism/resource-browser/test/fixtures/mp4.d.ts.map +1 -0
  2519. package/es/organism/resource-browser/test/fixtures/omni-player.d.ts +21 -0
  2520. package/es/organism/resource-browser/test/fixtures/omni-player.d.ts.map +1 -0
  2521. package/es/organism/resource-browser/test/fixtures/one-video.d.ts +24 -0
  2522. package/es/organism/resource-browser/test/fixtures/one-video.d.ts.map +1 -0
  2523. package/es/organism/resource-browser/test/fixtures/pdf-with-overlay.d.ts +40 -0
  2524. package/es/organism/resource-browser/test/fixtures/pdf-with-overlay.d.ts.map +1 -0
  2525. package/es/organism/resource-browser/test/fixtures/pdf.d.ts +35 -0
  2526. package/es/organism/resource-browser/test/fixtures/pdf.d.ts.map +1 -0
  2527. package/es/organism/resource-browser/test/fixtures/vimeo-with-overlay.d.ts +44 -0
  2528. package/es/organism/resource-browser/test/fixtures/vimeo-with-overlay.d.ts.map +1 -0
  2529. package/es/organism/resource-browser/test/fixtures/vimeo.d.ts +41 -0
  2530. package/es/organism/resource-browser/test/fixtures/vimeo.d.ts.map +1 -0
  2531. package/es/organism/resource-browser/test/index.stories.d.ts +494 -0
  2532. package/es/organism/resource-browser/test/index.stories.d.ts.map +1 -0
  2533. package/es/organism/review-congrats/index.d.ts +8 -0
  2534. package/es/organism/review-congrats/index.d.ts.map +1 -0
  2535. package/es/organism/review-congrats/prop-types.d.ts +91 -0
  2536. package/es/organism/review-congrats/prop-types.d.ts.map +1 -0
  2537. package/es/organism/review-congrats/test/fixtures/default.d.ts +87 -0
  2538. package/es/organism/review-congrats/test/fixtures/default.d.ts.map +1 -0
  2539. package/es/organism/review-congrats/test/fixtures/no-buttons.d.ts +52 -0
  2540. package/es/organism/review-congrats/test/fixtures/no-buttons.d.ts.map +1 -0
  2541. package/es/organism/review-congrats/test/fixtures/no-rank.d.ts +59 -0
  2542. package/es/organism/review-congrats/test/fixtures/no-rank.d.ts.map +1 -0
  2543. package/es/organism/review-congrats/test/index.stories.d.ts +289 -0
  2544. package/es/organism/review-congrats/test/index.stories.d.ts.map +1 -0
  2545. package/es/organism/review-header/index.d.ts +7 -0
  2546. package/es/organism/review-header/index.d.ts.map +1 -0
  2547. package/es/organism/review-header/index.native.d.ts +5 -0
  2548. package/es/organism/review-header/index.native.d.ts.map +1 -0
  2549. package/es/organism/review-header/test/fixtures/all-questions-ok.d.ts +23 -0
  2550. package/es/organism/review-header/test/fixtures/all-questions-ok.d.ts.map +1 -0
  2551. package/es/organism/review-header/test/fixtures/current-question-no-answered.d.ts +16 -0
  2552. package/es/organism/review-header/test/fixtures/current-question-no-answered.d.ts.map +1 -0
  2553. package/es/organism/review-header/test/fixtures/current-question-wrong.d.ts +16 -0
  2554. package/es/organism/review-header/test/fixtures/current-question-wrong.d.ts.map +1 -0
  2555. package/es/organism/review-header/test/fixtures/first-question-current-right.d.ts +16 -0
  2556. package/es/organism/review-header/test/fixtures/first-question-current-right.d.ts.map +1 -0
  2557. package/es/organism/review-header/test/fixtures/no-answered-question.d.ts +16 -0
  2558. package/es/organism/review-header/test/fixtures/no-answered-question.d.ts.map +1 -0
  2559. package/es/organism/review-header/test/fixtures/question-to-repeat.d.ts +16 -0
  2560. package/es/organism/review-header/test/fixtures/question-to-repeat.d.ts.map +1 -0
  2561. package/es/organism/review-header/test/fixtures/steps-animation.d.ts +17 -0
  2562. package/es/organism/review-header/test/fixtures/steps-animation.d.ts.map +1 -0
  2563. package/es/organism/review-header/test/index.stories.d.ts +128 -0
  2564. package/es/organism/review-header/test/index.stories.d.ts.map +1 -0
  2565. package/es/organism/review-header/types.d.ts +26 -0
  2566. package/es/organism/review-header/types.d.ts.map +1 -0
  2567. package/es/organism/review-skills/index.d.ts +7 -0
  2568. package/es/organism/review-skills/index.d.ts.map +1 -0
  2569. package/es/organism/review-skills/prop-types.d.ts +41 -0
  2570. package/es/organism/review-skills/prop-types.d.ts.map +1 -0
  2571. package/es/organism/review-skills/test/fixtures/loading.d.ts +10 -0
  2572. package/es/organism/review-skills/test/fixtures/loading.d.ts.map +1 -0
  2573. package/es/organism/review-skills/test/fixtures/many-skills.d.ts +22 -0
  2574. package/es/organism/review-skills/test/fixtures/many-skills.d.ts.map +1 -0
  2575. package/es/organism/review-skills/test/fixtures/no-skills.d.ts +12 -0
  2576. package/es/organism/review-skills/test/fixtures/no-skills.d.ts.map +1 -0
  2577. package/es/organism/review-skills/test/index.stories.d.ts +70 -0
  2578. package/es/organism/review-skills/test/index.stories.d.ts.map +1 -0
  2579. package/es/organism/review-slide/index.d.ts +7 -0
  2580. package/es/organism/review-slide/index.d.ts.map +1 -0
  2581. package/es/organism/review-slide/index.native.d.ts +5 -0
  2582. package/es/organism/review-slide/index.native.d.ts.map +1 -0
  2583. package/es/organism/review-slide/prop-types.d.ts +215 -0
  2584. package/es/organism/review-slide/prop-types.d.ts.map +1 -0
  2585. package/es/organism/review-slide/test/fixtures/choices-selected.d.ts +32 -0
  2586. package/es/organism/review-slide/test/fixtures/choices-selected.d.ts.map +1 -0
  2587. package/es/organism/review-slide/test/fixtures/correction-ok-animated.d.ts +46 -0
  2588. package/es/organism/review-slide/test/fixtures/correction-ok-animated.d.ts.map +1 -0
  2589. package/es/organism/review-slide/test/fixtures/correction-ok.d.ts +46 -0
  2590. package/es/organism/review-slide/test/fixtures/correction-ok.d.ts.map +1 -0
  2591. package/es/organism/review-slide/test/fixtures/correction-wrong-animated.d.ts +48 -0
  2592. package/es/organism/review-slide/test/fixtures/correction-wrong-animated.d.ts.map +1 -0
  2593. package/es/organism/review-slide/test/fixtures/correction-wrong.d.ts +48 -0
  2594. package/es/organism/review-slide/test/fixtures/correction-wrong.d.ts.map +1 -0
  2595. package/es/organism/review-slide/test/fixtures/initial-state.d.ts +32 -0
  2596. package/es/organism/review-slide/test/fixtures/initial-state.d.ts.map +1 -0
  2597. package/es/organism/review-slide/test/fixtures/loading.d.ts +12 -0
  2598. package/es/organism/review-slide/test/fixtures/loading.d.ts.map +1 -0
  2599. package/es/organism/review-slide/test/index.stories.d.ts +358 -0
  2600. package/es/organism/review-slide/test/index.stories.d.ts.map +1 -0
  2601. package/es/organism/review-stacked-slides/index.d.ts +13 -0
  2602. package/es/organism/review-stacked-slides/index.d.ts.map +1 -0
  2603. package/es/organism/review-stacked-slides/index.native.d.ts +6 -0
  2604. package/es/organism/review-stacked-slides/index.native.d.ts.map +1 -0
  2605. package/es/organism/review-stacked-slides/prop-types.d.ts +408 -0
  2606. package/es/organism/review-stacked-slides/prop-types.d.ts.map +1 -0
  2607. package/es/organism/review-stacked-slides/test/fixtures/all-ok.d.ts +157 -0
  2608. package/es/organism/review-stacked-slides/test/fixtures/all-ok.d.ts.map +1 -0
  2609. package/es/organism/review-stacked-slides/test/fixtures/end-review.d.ts +152 -0
  2610. package/es/organism/review-stacked-slides/test/fixtures/end-review.d.ts.map +1 -0
  2611. package/es/organism/review-stacked-slides/test/fixtures/first-correct.d.ts +77 -0
  2612. package/es/organism/review-stacked-slides/test/fixtures/first-correct.d.ts.map +1 -0
  2613. package/es/organism/review-stacked-slides/test/fixtures/initial-state.d.ts +74 -0
  2614. package/es/organism/review-stacked-slides/test/fixtures/initial-state.d.ts.map +1 -0
  2615. package/es/organism/review-stacked-slides/test/fixtures/loading.d.ts +35 -0
  2616. package/es/organism/review-stacked-slides/test/fixtures/loading.d.ts.map +1 -0
  2617. package/es/organism/review-stacked-slides/test/fixtures/restack.d.ts +91 -0
  2618. package/es/organism/review-stacked-slides/test/fixtures/restack.d.ts.map +1 -0
  2619. package/es/organism/review-stacked-slides/test/fixtures/second-wrong.d.ts +137 -0
  2620. package/es/organism/review-stacked-slides/test/fixtures/second-wrong.d.ts.map +1 -0
  2621. package/es/organism/review-stacked-slides/test/fixtures/unstack.d.ts +91 -0
  2622. package/es/organism/review-stacked-slides/test/fixtures/unstack.d.ts.map +1 -0
  2623. package/es/organism/review-stacked-slides/test/fixtures/wrong.d.ts +125 -0
  2624. package/es/organism/review-stacked-slides/test/fixtures/wrong.d.ts.map +1 -0
  2625. package/es/organism/review-stacked-slides/test/index.stories.d.ts +1305 -0
  2626. package/es/organism/review-stacked-slides/test/index.stories.d.ts.map +1 -0
  2627. package/es/organism/rewards-form/index.d.ts +75 -0
  2628. package/es/organism/rewards-form/index.d.ts.map +1 -0
  2629. package/es/organism/rewards-form/test/fixtures/default.d.ts +75 -0
  2630. package/es/organism/rewards-form/test/fixtures/default.d.ts.map +1 -0
  2631. package/es/organism/rewards-form/test/fixtures/no-rewards.d.ts +7 -0
  2632. package/es/organism/rewards-form/test/fixtures/no-rewards.d.ts.map +1 -0
  2633. package/es/organism/rewards-form/test/fixtures/one-reward.d.ts +17 -0
  2634. package/es/organism/rewards-form/test/fixtures/one-reward.d.ts.map +1 -0
  2635. package/es/organism/rewards-form/test/fixtures/two-rewards.d.ts +50 -0
  2636. package/es/organism/rewards-form/test/fixtures/two-rewards.d.ts.map +1 -0
  2637. package/es/organism/rewards-form/test/index.stories.d.ts +223 -0
  2638. package/es/organism/rewards-form/test/index.stories.d.ts.map +1 -0
  2639. package/es/organism/search-and-chips-results/index.d.ts +27 -0
  2640. package/es/organism/search-and-chips-results/index.d.ts.map +1 -0
  2641. package/es/organism/search-and-chips-results/test/fixtures/default.d.ts +24 -0
  2642. package/es/organism/search-and-chips-results/test/fixtures/default.d.ts.map +1 -0
  2643. package/es/organism/search-and-chips-results/test/fixtures/empty.d.ts +24 -0
  2644. package/es/organism/search-and-chips-results/test/fixtures/empty.d.ts.map +1 -0
  2645. package/es/organism/search-and-chips-results/test/fixtures/filtered.d.ts +23 -0
  2646. package/es/organism/search-and-chips-results/test/fixtures/filtered.d.ts.map +1 -0
  2647. package/es/organism/search-and-chips-results/test/fixtures/loading.d.ts +24 -0
  2648. package/es/organism/search-and-chips-results/test/fixtures/loading.d.ts.map +1 -0
  2649. package/es/organism/search-and-chips-results/test/fixtures/sorted-selected.d.ts +29 -0
  2650. package/es/organism/search-and-chips-results/test/fixtures/sorted-selected.d.ts.map +1 -0
  2651. package/es/organism/search-and-chips-results/test/fixtures/unsorted-selected.d.ts +29 -0
  2652. package/es/organism/search-and-chips-results/test/fixtures/unsorted-selected.d.ts.map +1 -0
  2653. package/es/organism/search-and-chips-results/test/index.stories.d.ts +177 -0
  2654. package/es/organism/search-and-chips-results/test/index.stories.d.ts.map +1 -0
  2655. package/es/organism/settings/index.d.ts +31 -0
  2656. package/es/organism/settings/index.d.ts.map +1 -0
  2657. package/es/organism/settings/test/fixtures/default.d.ts +18 -0
  2658. package/es/organism/settings/test/fixtures/default.d.ts.map +1 -0
  2659. package/es/organism/settings/test/fixtures/freemium.d.ts +18 -0
  2660. package/es/organism/settings/test/fixtures/freemium.d.ts.map +1 -0
  2661. package/es/organism/settings/test/fixtures/premium.d.ts +22 -0
  2662. package/es/organism/settings/test/fixtures/premium.d.ts.map +1 -0
  2663. package/es/organism/settings/test/fixtures/promo-code.d.ts +21 -0
  2664. package/es/organism/settings/test/fixtures/promo-code.d.ts.map +1 -0
  2665. package/es/organism/settings/test/index.stories.d.ts +109 -0
  2666. package/es/organism/settings/test/index.stories.d.ts.map +1 -0
  2667. package/es/organism/setup-header/index.d.ts +96 -0
  2668. package/es/organism/setup-header/index.d.ts.map +1 -0
  2669. package/es/organism/setup-header/test/fixtures/default.d.ts +41 -0
  2670. package/es/organism/setup-header/test/fixtures/default.d.ts.map +1 -0
  2671. package/es/organism/setup-header/test/fixtures/from-dashboards.d.ts +40 -0
  2672. package/es/organism/setup-header/test/fixtures/from-dashboards.d.ts.map +1 -0
  2673. package/es/organism/setup-header/test/index.stories.d.ts +162 -0
  2674. package/es/organism/setup-header/test/index.stories.d.ts.map +1 -0
  2675. package/es/organism/sidebar/index.d.ts +265 -0
  2676. package/es/organism/sidebar/index.d.ts.map +1 -0
  2677. package/es/organism/sidebar/test/fixtures/analytics.d.ts +63 -0
  2678. package/es/organism/sidebar/test/fixtures/analytics.d.ts.map +1 -0
  2679. package/es/organism/sidebar/test/fixtures/custom.d.ts +30 -0
  2680. package/es/organism/sidebar/test/fixtures/custom.d.ts.map +1 -0
  2681. package/es/organism/sidebar/test/fixtures/dashboards.d.ts +44 -0
  2682. package/es/organism/sidebar/test/fixtures/dashboards.d.ts.map +1 -0
  2683. package/es/organism/sidebar/test/fixtures/default.d.ts +26 -0
  2684. package/es/organism/sidebar/test/fixtures/default.d.ts.map +1 -0
  2685. package/es/organism/sidebar/test/fixtures/old-analytics.d.ts +39 -0
  2686. package/es/organism/sidebar/test/fixtures/old-analytics.d.ts.map +1 -0
  2687. package/es/organism/sidebar/test/fixtures/showcase.d.ts +95 -0
  2688. package/es/organism/sidebar/test/fixtures/showcase.d.ts.map +1 -0
  2689. package/es/organism/sidebar/test/index.stories.d.ts +364 -0
  2690. package/es/organism/sidebar/test/index.stories.d.ts.map +1 -0
  2691. package/es/organism/slider/index.d.ts +24 -0
  2692. package/es/organism/slider/index.d.ts.map +1 -0
  2693. package/es/organism/slider/test/fixtures/default.d.ts +6 -0
  2694. package/es/organism/slider/test/fixtures/default.d.ts.map +1 -0
  2695. package/es/organism/slider/test/fixtures/multiple-slides.d.ts +6 -0
  2696. package/es/organism/slider/test/fixtures/multiple-slides.d.ts.map +1 -0
  2697. package/es/organism/slider/test/index.stories.d.ts +16 -0
  2698. package/es/organism/slider/test/index.stories.d.ts.map +1 -0
  2699. package/es/organism/user-preferences/index.d.ts +24 -0
  2700. package/es/organism/user-preferences/index.d.ts.map +1 -0
  2701. package/es/organism/user-preferences/test/fixtures/default.d.ts +25 -0
  2702. package/es/organism/user-preferences/test/fixtures/default.d.ts.map +1 -0
  2703. package/es/organism/user-preferences/test/index.stories.d.ts +51 -0
  2704. package/es/organism/user-preferences/test/index.stories.d.ts.map +1 -0
  2705. package/es/organism/wizard-contents/index.d.ts +686 -0
  2706. package/es/organism/wizard-contents/index.d.ts.map +1 -0
  2707. package/es/organism/wizard-contents/test/fixtures/certification-general-settings-edit.d.ts +93 -0
  2708. package/es/organism/wizard-contents/test/fixtures/certification-general-settings-edit.d.ts.map +1 -0
  2709. package/es/organism/wizard-contents/test/fixtures/certification-rewards.d.ts +136 -0
  2710. package/es/organism/wizard-contents/test/fixtures/certification-rewards.d.ts.map +1 -0
  2711. package/es/organism/wizard-contents/test/fixtures/playlist-add-courses-create.d.ts +121 -0
  2712. package/es/organism/wizard-contents/test/fixtures/playlist-add-courses-create.d.ts.map +1 -0
  2713. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-create.d.ts +123 -0
  2714. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-create.d.ts.map +1 -0
  2715. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.d.ts +106 -0
  2716. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.d.ts.map +1 -0
  2717. package/es/organism/wizard-contents/test/fixtures/playlist-organize-courses.d.ts +127 -0
  2718. package/es/organism/wizard-contents/test/fixtures/playlist-organize-courses.d.ts.map +1 -0
  2719. package/es/organism/wizard-contents/test/fixtures/playlist-populations-create.d.ts +90 -0
  2720. package/es/organism/wizard-contents/test/fixtures/playlist-populations-create.d.ts.map +1 -0
  2721. package/es/organism/wizard-contents/test/fixtures/playlist-translate-edit.d.ts +109 -0
  2722. package/es/organism/wizard-contents/test/fixtures/playlist-translate-edit.d.ts.map +1 -0
  2723. package/es/organism/wizard-contents/test/index.stories.d.ts +1568 -0
  2724. package/es/organism/wizard-contents/test/index.stories.d.ts.map +1 -0
  2725. package/es/template/activity/engine-stars.d.ts +46 -0
  2726. package/es/template/activity/engine-stars.d.ts.map +1 -0
  2727. package/es/template/activity/index.d.ts +86 -0
  2728. package/es/template/activity/index.d.ts.map +1 -0
  2729. package/es/template/activity/progression-item.d.ts +42 -0
  2730. package/es/template/activity/progression-item.d.ts.map +1 -0
  2731. package/es/template/activity/stars-summary.d.ts +58 -0
  2732. package/es/template/activity/stars-summary.d.ts.map +1 -0
  2733. package/es/template/activity/test/fixtures/all-engines.d.ts +127 -0
  2734. package/es/template/activity/test/fixtures/all-engines.d.ts.map +1 -0
  2735. package/es/template/activity/test/fixtures/arabic.d.ts +103 -0
  2736. package/es/template/activity/test/fixtures/arabic.d.ts.map +1 -0
  2737. package/es/template/activity/test/fixtures/default.d.ts +95 -0
  2738. package/es/template/activity/test/fixtures/default.d.ts.map +1 -0
  2739. package/es/template/activity/test/fixtures/empty.d.ts +26 -0
  2740. package/es/template/activity/test/fixtures/empty.d.ts.map +1 -0
  2741. package/es/template/activity/test/fixtures/no-engines.d.ts +20 -0
  2742. package/es/template/activity/test/fixtures/no-engines.d.ts.map +1 -0
  2743. package/es/template/activity/test/index.stories.d.ts +374 -0
  2744. package/es/template/activity/test/index.stories.d.ts.map +1 -0
  2745. package/es/template/app-player/loading/index.d.ts +60 -0
  2746. package/es/template/app-player/loading/index.d.ts.map +1 -0
  2747. package/es/template/app-player/loading/test/fixtures/default.d.ts +5 -0
  2748. package/es/template/app-player/loading/test/fixtures/default.d.ts.map +1 -0
  2749. package/es/template/app-player/loading/test/fixtures/with-popin-error.d.ts +21 -0
  2750. package/es/template/app-player/loading/test/fixtures/with-popin-error.d.ts.map +1 -0
  2751. package/es/template/app-player/loading/test/index.stories.d.ts +86 -0
  2752. package/es/template/app-player/loading/test/index.stories.d.ts.map +1 -0
  2753. package/es/template/app-player/player/index.d.ts +160 -0
  2754. package/es/template/app-player/player/index.d.ts.map +1 -0
  2755. package/es/template/app-player/player/slides/footer/index.d.ts +19 -0
  2756. package/es/template/app-player/player/slides/footer/index.d.ts.map +1 -0
  2757. package/es/template/app-player/player/slides/footer/test/fixtures/clue-selected.d.ts +17 -0
  2758. package/es/template/app-player/player/slides/footer/test/fixtures/clue-selected.d.ts.map +1 -0
  2759. package/es/template/app-player/player/slides/footer/test/fixtures/default.d.ts +15 -0
  2760. package/es/template/app-player/player/slides/footer/test/fixtures/default.d.ts.map +1 -0
  2761. package/es/template/app-player/player/slides/footer/test/fixtures/disabled.d.ts +22 -0
  2762. package/es/template/app-player/player/slides/footer/test/fixtures/disabled.d.ts.map +1 -0
  2763. package/es/template/app-player/player/slides/footer/test/fixtures/highlighted.d.ts +15 -0
  2764. package/es/template/app-player/player/slides/footer/test/fixtures/highlighted.d.ts.map +1 -0
  2765. package/es/template/app-player/player/slides/footer/test/fixtures/media-selected.d.ts +22 -0
  2766. package/es/template/app-player/player/slides/footer/test/fixtures/media-selected.d.ts.map +1 -0
  2767. package/es/template/app-player/player/slides/footer/test/fixtures/no-clue.d.ts +25 -0
  2768. package/es/template/app-player/player/slides/footer/test/fixtures/no-clue.d.ts.map +1 -0
  2769. package/es/template/app-player/player/slides/footer/test/fixtures/notify.d.ts +22 -0
  2770. package/es/template/app-player/player/slides/footer/test/fixtures/notify.d.ts.map +1 -0
  2771. package/es/template/app-player/player/slides/footer/test/fixtures/only-clue.d.ts +17 -0
  2772. package/es/template/app-player/player/slides/footer/test/fixtures/only-clue.d.ts.map +1 -0
  2773. package/es/template/app-player/player/slides/footer/test/fixtures/with-context.d.ts +15 -0
  2774. package/es/template/app-player/player/slides/footer/test/fixtures/with-context.d.ts.map +1 -0
  2775. package/es/template/app-player/player/slides/footer/test/index.stories.d.ts +183 -0
  2776. package/es/template/app-player/player/slides/footer/test/index.stories.d.ts.map +1 -0
  2777. package/es/template/app-player/player/slides/header/index.d.ts +22 -0
  2778. package/es/template/app-player/player/slides/header/index.d.ts.map +1 -0
  2779. package/es/template/app-player/player/slides/header/learner.d.ts +19 -0
  2780. package/es/template/app-player/player/slides/header/learner.d.ts.map +1 -0
  2781. package/es/template/app-player/player/slides/header/lives.d.ts +11 -0
  2782. package/es/template/app-player/player/slides/header/lives.d.ts.map +1 -0
  2783. package/es/template/app-player/player/slides/header/microlearning.d.ts +12 -0
  2784. package/es/template/app-player/player/slides/header/microlearning.d.ts.map +1 -0
  2785. package/es/template/app-player/player/slides/header/test/fixtures/adaptive.d.ts +11 -0
  2786. package/es/template/app-player/player/slides/header/test/fixtures/adaptive.d.ts.map +1 -0
  2787. package/es/template/app-player/player/slides/header/test/fixtures/arabic-learner.d.ts +21 -0
  2788. package/es/template/app-player/player/slides/header/test/fixtures/arabic-learner.d.ts.map +1 -0
  2789. package/es/template/app-player/player/slides/header/test/fixtures/arabic-microlearning.d.ts +14 -0
  2790. package/es/template/app-player/player/slides/header/test/fixtures/arabic-microlearning.d.ts.map +1 -0
  2791. package/es/template/app-player/player/slides/header/test/fixtures/infinite-lives.d.ts +14 -0
  2792. package/es/template/app-player/player/slides/header/test/fixtures/infinite-lives.d.ts.map +1 -0
  2793. package/es/template/app-player/player/slides/header/test/fixtures/learner-mode-scorm.d.ts +21 -0
  2794. package/es/template/app-player/player/slides/header/test/fixtures/learner-mode-scorm.d.ts.map +1 -0
  2795. package/es/template/app-player/player/slides/header/test/fixtures/learner.d.ts +21 -0
  2796. package/es/template/app-player/player/slides/header/test/fixtures/learner.d.ts.map +1 -0
  2797. package/es/template/app-player/player/slides/header/test/fixtures/microlearning.d.ts +14 -0
  2798. package/es/template/app-player/player/slides/header/test/fixtures/microlearning.d.ts.map +1 -0
  2799. package/es/template/app-player/player/slides/header/test/index.stories.d.ts +128 -0
  2800. package/es/template/app-player/player/slides/header/test/index.stories.d.ts.map +1 -0
  2801. package/es/template/app-player/player/slides/index.d.ts +330 -0
  2802. package/es/template/app-player/player/slides/index.d.ts.map +1 -0
  2803. package/es/template/app-player/player/slides/test/fixtures/arabic-context.d.ts +88 -0
  2804. package/es/template/app-player/player/slides/test/fixtures/arabic-context.d.ts.map +1 -0
  2805. package/es/template/app-player/player/slides/test/fixtures/arabic-qcm.d.ts +60 -0
  2806. package/es/template/app-player/player/slides/test/fixtures/arabic-qcm.d.ts.map +1 -0
  2807. package/es/template/app-player/player/slides/test/fixtures/arabic-resources.d.ts +50 -0
  2808. package/es/template/app-player/player/slides/test/fixtures/arabic-resources.d.ts.map +1 -0
  2809. package/es/template/app-player/player/slides/test/fixtures/arabic.d.ts +54 -0
  2810. package/es/template/app-player/player/slides/test/fixtures/arabic.d.ts.map +1 -0
  2811. package/es/template/app-player/player/slides/test/fixtures/clue.d.ts +45 -0
  2812. package/es/template/app-player/player/slides/test/fixtures/clue.d.ts.map +1 -0
  2813. package/es/template/app-player/player/slides/test/fixtures/context-with-audio.d.ts +92 -0
  2814. package/es/template/app-player/player/slides/test/fixtures/context-with-audio.d.ts.map +1 -0
  2815. package/es/template/app-player/player/slides/test/fixtures/context-with-image.d.ts +93 -0
  2816. package/es/template/app-player/player/slides/test/fixtures/context-with-image.d.ts.map +1 -0
  2817. package/es/template/app-player/player/slides/test/fixtures/context-with-pdf.d.ts +92 -0
  2818. package/es/template/app-player/player/slides/test/fixtures/context-with-pdf.d.ts.map +1 -0
  2819. package/es/template/app-player/player/slides/test/fixtures/context-with-video.d.ts +95 -0
  2820. package/es/template/app-player/player/slides/test/fixtures/context-with-video.d.ts.map +1 -0
  2821. package/es/template/app-player/player/slides/test/fixtures/context.d.ts +88 -0
  2822. package/es/template/app-player/player/slides/test/fixtures/context.d.ts.map +1 -0
  2823. package/es/template/app-player/player/slides/test/fixtures/default.d.ts +54 -0
  2824. package/es/template/app-player/player/slides/test/fixtures/default.d.ts.map +1 -0
  2825. package/es/template/app-player/player/slides/test/fixtures/drop-down.d.ts +45 -0
  2826. package/es/template/app-player/player/slides/test/fixtures/drop-down.d.ts.map +1 -0
  2827. package/es/template/app-player/player/slides/test/fixtures/error.d.ts +8 -0
  2828. package/es/template/app-player/player/slides/test/fixtures/error.d.ts.map +1 -0
  2829. package/es/template/app-player/player/slides/test/fixtures/free-text.d.ts +54 -0
  2830. package/es/template/app-player/player/slides/test/fixtures/free-text.d.ts.map +1 -0
  2831. package/es/template/app-player/player/slides/test/fixtures/loading-with-error.d.ts +21 -0
  2832. package/es/template/app-player/player/slides/test/fixtures/loading-with-error.d.ts.map +1 -0
  2833. package/es/template/app-player/player/slides/test/fixtures/loading.d.ts +5 -0
  2834. package/es/template/app-player/player/slides/test/fixtures/loading.d.ts.map +1 -0
  2835. package/es/template/app-player/player/slides/test/fixtures/media-h5p.d.ts +49 -0
  2836. package/es/template/app-player/player/slides/test/fixtures/media-h5p.d.ts.map +1 -0
  2837. package/es/template/app-player/player/slides/test/fixtures/media-omni-player.d.ts +50 -0
  2838. package/es/template/app-player/player/slides/test/fixtures/media-omni-player.d.ts.map +1 -0
  2839. package/es/template/app-player/player/slides/test/fixtures/media.d.ts +70 -0
  2840. package/es/template/app-player/player/slides/test/fixtures/media.d.ts.map +1 -0
  2841. package/es/template/app-player/player/slides/test/fixtures/no-clue.d.ts +88 -0
  2842. package/es/template/app-player/player/slides/test/fixtures/no-clue.d.ts.map +1 -0
  2843. package/es/template/app-player/player/slides/test/fixtures/no-question.d.ts +52 -0
  2844. package/es/template/app-player/player/slides/test/fixtures/no-question.d.ts.map +1 -0
  2845. package/es/template/app-player/player/slides/test/fixtures/no-step.d.ts +54 -0
  2846. package/es/template/app-player/player/slides/test/fixtures/no-step.d.ts.map +1 -0
  2847. package/es/template/app-player/player/slides/test/fixtures/no-total.d.ts +53 -0
  2848. package/es/template/app-player/player/slides/test/fixtures/no-total.d.ts.map +1 -0
  2849. package/es/template/app-player/player/slides/test/fixtures/only-clue.d.ts +47 -0
  2850. package/es/template/app-player/player/slides/test/fixtures/only-clue.d.ts.map +1 -0
  2851. package/es/template/app-player/player/slides/test/fixtures/qcm-drag.d.ts +61 -0
  2852. package/es/template/app-player/player/slides/test/fixtures/qcm-drag.d.ts.map +1 -0
  2853. package/es/template/app-player/player/slides/test/fixtures/qcm-graphic.d.ts +55 -0
  2854. package/es/template/app-player/player/slides/test/fixtures/qcm-graphic.d.ts.map +1 -0
  2855. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.d.ts +58 -0
  2856. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.d.ts.map +1 -0
  2857. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson.d.ts +61 -0
  2858. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson.d.ts.map +1 -0
  2859. package/es/template/app-player/player/slides/test/fixtures/qcm-short.d.ts +70 -0
  2860. package/es/template/app-player/player/slides/test/fixtures/qcm-short.d.ts.map +1 -0
  2861. package/es/template/app-player/player/slides/test/fixtures/qcm-template.d.ts +45 -0
  2862. package/es/template/app-player/player/slides/test/fixtures/qcm-template.d.ts.map +1 -0
  2863. package/es/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.d.ts +62 -0
  2864. package/es/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.d.ts.map +1 -0
  2865. package/es/template/app-player/player/slides/test/fixtures/qcm.d.ts +61 -0
  2866. package/es/template/app-player/player/slides/test/fixtures/qcm.d.ts.map +1 -0
  2867. package/es/template/app-player/player/slides/test/fixtures/range.d.ts +54 -0
  2868. package/es/template/app-player/player/slides/test/fixtures/range.d.ts.map +1 -0
  2869. package/es/template/app-player/player/slides/test/fixtures/template.d.ts +45 -0
  2870. package/es/template/app-player/player/slides/test/fixtures/template.d.ts.map +1 -0
  2871. package/es/template/app-player/player/slides/test/fixtures/with-min-height.d.ts +55 -0
  2872. package/es/template/app-player/player/slides/test/fixtures/with-min-height.d.ts.map +1 -0
  2873. package/es/template/app-player/player/slides/test/index.stories.d.ts +2293 -0
  2874. package/es/template/app-player/player/slides/test/index.stories.d.ts.map +1 -0
  2875. package/es/template/app-player/player/test/fixtures/arabic-qcm.d.ts +63 -0
  2876. package/es/template/app-player/player/test/fixtures/arabic-qcm.d.ts.map +1 -0
  2877. package/es/template/app-player/player/test/fixtures/background.d.ts +91 -0
  2878. package/es/template/app-player/player/test/fixtures/background.d.ts.map +1 -0
  2879. package/es/template/app-player/player/test/fixtures/clue.d.ts +48 -0
  2880. package/es/template/app-player/player/test/fixtures/clue.d.ts.map +1 -0
  2881. package/es/template/app-player/player/test/fixtures/context-with-audio.d.ts +95 -0
  2882. package/es/template/app-player/player/test/fixtures/context-with-audio.d.ts.map +1 -0
  2883. package/es/template/app-player/player/test/fixtures/context-with-image.d.ts +96 -0
  2884. package/es/template/app-player/player/test/fixtures/context-with-image.d.ts.map +1 -0
  2885. package/es/template/app-player/player/test/fixtures/context-with-pdf.d.ts +95 -0
  2886. package/es/template/app-player/player/test/fixtures/context-with-pdf.d.ts.map +1 -0
  2887. package/es/template/app-player/player/test/fixtures/context-with-video.d.ts +98 -0
  2888. package/es/template/app-player/player/test/fixtures/context-with-video.d.ts.map +1 -0
  2889. package/es/template/app-player/player/test/fixtures/context.d.ts +91 -0
  2890. package/es/template/app-player/player/test/fixtures/context.d.ts.map +1 -0
  2891. package/es/template/app-player/player/test/fixtures/drop-down.d.ts +48 -0
  2892. package/es/template/app-player/player/test/fixtures/drop-down.d.ts.map +1 -0
  2893. package/es/template/app-player/player/test/fixtures/empty.d.ts +8 -0
  2894. package/es/template/app-player/player/test/fixtures/empty.d.ts.map +1 -0
  2895. package/es/template/app-player/player/test/fixtures/error.d.ts +11 -0
  2896. package/es/template/app-player/player/test/fixtures/error.d.ts.map +1 -0
  2897. package/es/template/app-player/player/test/fixtures/free-text.d.ts +57 -0
  2898. package/es/template/app-player/player/test/fixtures/free-text.d.ts.map +1 -0
  2899. package/es/template/app-player/player/test/fixtures/media-image.d.ts +57 -0
  2900. package/es/template/app-player/player/test/fixtures/media-image.d.ts.map +1 -0
  2901. package/es/template/app-player/player/test/fixtures/media-omni-player.d.ts +53 -0
  2902. package/es/template/app-player/player/test/fixtures/media-omni-player.d.ts.map +1 -0
  2903. package/es/template/app-player/player/test/fixtures/media.d.ts +73 -0
  2904. package/es/template/app-player/player/test/fixtures/media.d.ts.map +1 -0
  2905. package/es/template/app-player/player/test/fixtures/no-clue.d.ts +91 -0
  2906. package/es/template/app-player/player/test/fixtures/no-clue.d.ts.map +1 -0
  2907. package/es/template/app-player/player/test/fixtures/only-clue.d.ts +50 -0
  2908. package/es/template/app-player/player/test/fixtures/only-clue.d.ts.map +1 -0
  2909. package/es/template/app-player/player/test/fixtures/popin-error.d.ts +72 -0
  2910. package/es/template/app-player/player/test/fixtures/popin-error.d.ts.map +1 -0
  2911. package/es/template/app-player/player/test/fixtures/qcm-drag.d.ts +64 -0
  2912. package/es/template/app-player/player/test/fixtures/qcm-drag.d.ts.map +1 -0
  2913. package/es/template/app-player/player/test/fixtures/qcm-graphic.d.ts +58 -0
  2914. package/es/template/app-player/player/test/fixtures/qcm-graphic.d.ts.map +1 -0
  2915. package/es/template/app-player/player/test/fixtures/qcm-short.d.ts +73 -0
  2916. package/es/template/app-player/player/test/fixtures/qcm-short.d.ts.map +1 -0
  2917. package/es/template/app-player/player/test/fixtures/qcm.d.ts +64 -0
  2918. package/es/template/app-player/player/test/fixtures/qcm.d.ts.map +1 -0
  2919. package/es/template/app-player/player/test/fixtures/range.d.ts +57 -0
  2920. package/es/template/app-player/player/test/fixtures/range.d.ts.map +1 -0
  2921. package/es/template/app-player/player/test/index.stories.d.ts +1630 -0
  2922. package/es/template/app-player/player/test/index.stories.d.ts.map +1 -0
  2923. package/es/template/app-player/popin-correction/index.d.ts +177 -0
  2924. package/es/template/app-player/popin-correction/index.d.ts.map +1 -0
  2925. package/es/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.d.ts +3 -0
  2926. package/es/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.d.ts.map +1 -0
  2927. package/es/template/app-player/popin-correction/test/fixtures/correct-closed.d.ts +3 -0
  2928. package/es/template/app-player/popin-correction/test/fixtures/correct-closed.d.ts.map +1 -0
  2929. package/es/template/app-player/popin-correction/test/fixtures/correct-error.d.ts +3 -0
  2930. package/es/template/app-player/popin-correction/test/fixtures/correct-error.d.ts.map +1 -0
  2931. package/es/template/app-player/popin-correction/test/fixtures/correct-next-chapter.d.ts +3 -0
  2932. package/es/template/app-player/popin-correction/test/fixtures/correct-next-chapter.d.ts.map +1 -0
  2933. package/es/template/app-player/popin-correction/test/fixtures/correct-open-klf.d.ts +3 -0
  2934. package/es/template/app-player/popin-correction/test/fixtures/correct-open-klf.d.ts.map +1 -0
  2935. package/es/template/app-player/popin-correction/test/fixtures/correct-open-resources-with-pdf.d.ts +3 -0
  2936. package/es/template/app-player/popin-correction/test/fixtures/correct-open-resources-with-pdf.d.ts.map +1 -0
  2937. package/es/template/app-player/popin-correction/test/fixtures/correct-open-resources-with-video.d.ts +3 -0
  2938. package/es/template/app-player/popin-correction/test/fixtures/correct-open-resources-with-video.d.ts.map +1 -0
  2939. package/es/template/app-player/popin-correction/test/fixtures/correct-open-tips.d.ts +3 -0
  2940. package/es/template/app-player/popin-correction/test/fixtures/correct-open-tips.d.ts.map +1 -0
  2941. package/es/template/app-player/popin-correction/test/fixtures/correct-without-resources.d.ts +3 -0
  2942. package/es/template/app-player/popin-correction/test/fixtures/correct-without-resources.d.ts.map +1 -0
  2943. package/es/template/app-player/popin-correction/test/fixtures/fail-closed.d.ts +3 -0
  2944. package/es/template/app-player/popin-correction/test/fixtures/fail-closed.d.ts.map +1 -0
  2945. package/es/template/app-player/popin-correction/test/fixtures/fail-multiple-answers-arabic.d.ts +3 -0
  2946. package/es/template/app-player/popin-correction/test/fixtures/fail-multiple-answers-arabic.d.ts.map +1 -0
  2947. package/es/template/app-player/popin-correction/test/fixtures/fail-multiple-answers.d.ts +3 -0
  2948. package/es/template/app-player/popin-correction/test/fixtures/fail-multiple-answers.d.ts.map +1 -0
  2949. package/es/template/app-player/popin-correction/test/fixtures/fail-open-klf.d.ts +3 -0
  2950. package/es/template/app-player/popin-correction/test/fixtures/fail-open-klf.d.ts.map +1 -0
  2951. package/es/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-pdf-and-overlay.d.ts +3 -0
  2952. package/es/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-pdf-and-overlay.d.ts.map +1 -0
  2953. package/es/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-pdf.d.ts +3 -0
  2954. package/es/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-pdf.d.ts.map +1 -0
  2955. package/es/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-video-and-overlay.d.ts +3 -0
  2956. package/es/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-video-and-overlay.d.ts.map +1 -0
  2957. package/es/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-video-extralife-granted.d.ts +3 -0
  2958. package/es/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-video-extralife-granted.d.ts.map +1 -0
  2959. package/es/template/app-player/popin-correction/test/fixtures/fail-open-tips.d.ts +3 -0
  2960. package/es/template/app-player/popin-correction/test/fixtures/fail-open-tips.d.ts.map +1 -0
  2961. package/es/template/app-player/popin-correction/test/fixtures/loading.d.ts +40 -0
  2962. package/es/template/app-player/popin-correction/test/fixtures/loading.d.ts.map +1 -0
  2963. package/es/template/app-player/popin-correction/test/index.stories.d.ts +110 -0
  2964. package/es/template/app-player/popin-correction/test/index.stories.d.ts.map +1 -0
  2965. package/es/template/app-player/popin-end/index.d.ts +179 -0
  2966. package/es/template/app-player/popin-end/index.d.ts.map +1 -0
  2967. package/es/template/app-player/popin-end/summary.d.ts +133 -0
  2968. package/es/template/app-player/popin-end/summary.d.ts.map +1 -0
  2969. package/es/template/app-player/popin-end/test/fixtures/adaptive.d.ts +3 -0
  2970. package/es/template/app-player/popin-end/test/fixtures/adaptive.d.ts.map +1 -0
  2971. package/es/template/app-player/popin-end/test/fixtures/arabic-correct.d.ts +3 -0
  2972. package/es/template/app-player/popin-end/test/fixtures/arabic-correct.d.ts.map +1 -0
  2973. package/es/template/app-player/popin-end/test/fixtures/arabic-next-level-adaptive-img.d.ts +3 -0
  2974. package/es/template/app-player/popin-end/test/fixtures/arabic-next-level-adaptive-img.d.ts.map +1 -0
  2975. package/es/template/app-player/popin-end/test/fixtures/arabic-with-recommendations.d.ts +3 -0
  2976. package/es/template/app-player/popin-end/test/fixtures/arabic-with-recommendations.d.ts.map +1 -0
  2977. package/es/template/app-player/popin-end/test/fixtures/comment-is-loading.d.ts +3 -0
  2978. package/es/template/app-player/popin-end/test/fixtures/comment-is-loading.d.ts.map +1 -0
  2979. package/es/template/app-player/popin-end/test/fixtures/comment-sent.d.ts +3 -0
  2980. package/es/template/app-player/popin-end/test/fixtures/comment-sent.d.ts.map +1 -0
  2981. package/es/template/app-player/popin-end/test/fixtures/comment.d.ts +3 -0
  2982. package/es/template/app-player/popin-end/test/fixtures/comment.d.ts.map +1 -0
  2983. package/es/template/app-player/popin-end/test/fixtures/correct.d.ts +3 -0
  2984. package/es/template/app-player/popin-end/test/fixtures/correct.d.ts.map +1 -0
  2985. package/es/template/app-player/popin-end/test/fixtures/default.d.ts +27 -0
  2986. package/es/template/app-player/popin-end/test/fixtures/default.d.ts.map +1 -0
  2987. package/es/template/app-player/popin-end/test/fixtures/fail-scorm-with-feedback.d.ts +3 -0
  2988. package/es/template/app-player/popin-end/test/fixtures/fail-scorm-with-feedback.d.ts.map +1 -0
  2989. package/es/template/app-player/popin-end/test/fixtures/fail-scorm-with-feedback2.d.ts +3 -0
  2990. package/es/template/app-player/popin-end/test/fixtures/fail-scorm-with-feedback2.d.ts.map +1 -0
  2991. package/es/template/app-player/popin-end/test/fixtures/fail-scorm-with-retry-action.d.ts +3 -0
  2992. package/es/template/app-player/popin-end/test/fixtures/fail-scorm-with-retry-action.d.ts.map +1 -0
  2993. package/es/template/app-player/popin-end/test/fixtures/fail-scorm.d.ts +3 -0
  2994. package/es/template/app-player/popin-end/test/fixtures/fail-scorm.d.ts.map +1 -0
  2995. package/es/template/app-player/popin-end/test/fixtures/fail.d.ts +3 -0
  2996. package/es/template/app-player/popin-end/test/fixtures/fail.d.ts.map +1 -0
  2997. package/es/template/app-player/popin-end/test/fixtures/infinite-lives.d.ts +3 -0
  2998. package/es/template/app-player/popin-end/test/fixtures/infinite-lives.d.ts.map +1 -0
  2999. package/es/template/app-player/popin-end/test/fixtures/loading.d.ts +3 -0
  3000. package/es/template/app-player/popin-end/test/fixtures/loading.d.ts.map +1 -0
  3001. package/es/template/app-player/popin-end/test/fixtures/negative-rank.d.ts +3 -0
  3002. package/es/template/app-player/popin-end/test/fixtures/negative-rank.d.ts.map +1 -0
  3003. package/es/template/app-player/popin-end/test/fixtures/next-course.d.ts +3 -0
  3004. package/es/template/app-player/popin-end/test/fixtures/next-course.d.ts.map +1 -0
  3005. package/es/template/app-player/popin-end/test/fixtures/next-level-adaptive-img.d.ts +3 -0
  3006. package/es/template/app-player/popin-end/test/fixtures/next-level-adaptive-img.d.ts.map +1 -0
  3007. package/es/template/app-player/popin-end/test/fixtures/popin-end-error.d.ts +42 -0
  3008. package/es/template/app-player/popin-end/test/fixtures/popin-end-error.d.ts.map +1 -0
  3009. package/es/template/app-player/popin-end/test/fixtures/scorm-correct.d.ts +3 -0
  3010. package/es/template/app-player/popin-end/test/fixtures/scorm-correct.d.ts.map +1 -0
  3011. package/es/template/app-player/popin-end/test/fixtures/scorm-popin-end-loading.d.ts +3 -0
  3012. package/es/template/app-player/popin-end/test/fixtures/scorm-popin-end-loading.d.ts.map +1 -0
  3013. package/es/template/app-player/popin-end/test/fixtures/simple-action.d.ts +3 -0
  3014. package/es/template/app-player/popin-end/test/fixtures/simple-action.d.ts.map +1 -0
  3015. package/es/template/app-player/popin-end/test/fixtures/subscribe.d.ts +3 -0
  3016. package/es/template/app-player/popin-end/test/fixtures/subscribe.d.ts.map +1 -0
  3017. package/es/template/app-player/popin-end/test/fixtures/success-scorm-with-feedback.d.ts +3 -0
  3018. package/es/template/app-player/popin-end/test/fixtures/success-scorm-with-feedback.d.ts.map +1 -0
  3019. package/es/template/app-player/popin-end/test/fixtures/success-scorm-with-feedback2.d.ts +3 -0
  3020. package/es/template/app-player/popin-end/test/fixtures/success-scorm-with-feedback2.d.ts.map +1 -0
  3021. package/es/template/app-player/popin-end/test/fixtures/success-scorm.d.ts +3 -0
  3022. package/es/template/app-player/popin-end/test/fixtures/success-scorm.d.ts.map +1 -0
  3023. package/es/template/app-player/popin-end/test/fixtures/with-loading-recommendations.d.ts +3 -0
  3024. package/es/template/app-player/popin-end/test/fixtures/with-loading-recommendations.d.ts.map +1 -0
  3025. package/es/template/app-player/popin-end/test/fixtures/with-recommendations.d.ts +3 -0
  3026. package/es/template/app-player/popin-end/test/fixtures/with-recommendations.d.ts.map +1 -0
  3027. package/es/template/app-player/popin-end/test/fixtures/without-recommendation.d.ts +3 -0
  3028. package/es/template/app-player/popin-end/test/fixtures/without-recommendation.d.ts.map +1 -0
  3029. package/es/template/app-player/popin-end/test/index.stories.d.ts +358 -0
  3030. package/es/template/app-player/popin-end/test/index.stories.d.ts.map +1 -0
  3031. package/es/template/app-player/popin-header/index.d.ts +150 -0
  3032. package/es/template/app-player/popin-header/index.d.ts.map +1 -0
  3033. package/es/template/app-player/popin-header/test/fixtures/exhausted-extralife.d.ts +24 -0
  3034. package/es/template/app-player/popin-header/test/fixtures/exhausted-extralife.d.ts.map +1 -0
  3035. package/es/template/app-player/popin-header/test/fixtures/extralife-accepted.d.ts +22 -0
  3036. package/es/template/app-player/popin-header/test/fixtures/extralife-accepted.d.ts.map +1 -0
  3037. package/es/template/app-player/popin-header/test/fixtures/extralife.d.ts +17 -0
  3038. package/es/template/app-player/popin-header/test/fixtures/extralife.d.ts.map +1 -0
  3039. package/es/template/app-player/popin-header/test/fixtures/fail-multiple-answers.d.ts +21 -0
  3040. package/es/template/app-player/popin-header/test/fixtures/fail-multiple-answers.d.ts.map +1 -0
  3041. package/es/template/app-player/popin-header/test/fixtures/fail.d.ts +21 -0
  3042. package/es/template/app-player/popin-header/test/fixtures/fail.d.ts.map +1 -0
  3043. package/es/template/app-player/popin-header/test/fixtures/loading.d.ts +7 -0
  3044. package/es/template/app-player/popin-header/test/fixtures/loading.d.ts.map +1 -0
  3045. package/es/template/app-player/popin-header/test/fixtures/next-chapter.d.ts +21 -0
  3046. package/es/template/app-player/popin-header/test/fixtures/next-chapter.d.ts.map +1 -0
  3047. package/es/template/app-player/popin-header/test/fixtures/stars-rank.d.ts +22 -0
  3048. package/es/template/app-player/popin-header/test/fixtures/stars-rank.d.ts.map +1 -0
  3049. package/es/template/app-player/popin-header/test/fixtures/success.d.ts +20 -0
  3050. package/es/template/app-player/popin-header/test/fixtures/success.d.ts.map +1 -0
  3051. package/es/template/app-player/popin-header/test/index.stories.d.ts +226 -0
  3052. package/es/template/app-player/popin-header/test/index.stories.d.ts.map +1 -0
  3053. package/es/template/app-player/popin-no-access/index.d.ts +12 -0
  3054. package/es/template/app-player/popin-no-access/index.d.ts.map +1 -0
  3055. package/es/template/app-player/popin-no-access/test/fixtures/default.d.ts +3 -0
  3056. package/es/template/app-player/popin-no-access/test/fixtures/default.d.ts.map +1 -0
  3057. package/es/template/app-player/popin-no-access/test/index.stories.d.ts +24 -0
  3058. package/es/template/app-player/popin-no-access/test/index.stories.d.ts.map +1 -0
  3059. package/es/template/app-review/demo-ts/index.d.ts +5 -0
  3060. package/es/template/app-review/demo-ts/index.d.ts.map +1 -0
  3061. package/es/template/app-review/demo-ts/index.native.d.ts +5 -0
  3062. package/es/template/app-review/demo-ts/index.native.d.ts.map +1 -0
  3063. package/es/template/app-review/demo-ts/test/fixtures/default.d.ts +7 -0
  3064. package/es/template/app-review/demo-ts/test/fixtures/default.d.ts.map +1 -0
  3065. package/es/template/app-review/demo-ts/test/index.stories.d.ts +11 -0
  3066. package/es/template/app-review/demo-ts/test/index.stories.d.ts.map +1 -0
  3067. package/es/template/app-review/demo-ts/typings.d.ts +8 -0
  3068. package/es/template/app-review/demo-ts/typings.d.ts.map +1 -0
  3069. package/es/template/app-review/index.d.ts +13 -0
  3070. package/es/template/app-review/index.d.ts.map +1 -0
  3071. package/es/template/app-review/onboarding/index.d.ts +3 -0
  3072. package/es/template/app-review/onboarding/index.d.ts.map +1 -0
  3073. package/es/template/app-review/onboarding/test/fixtures/default.d.ts +3 -0
  3074. package/es/template/app-review/onboarding/test/fixtures/default.d.ts.map +1 -0
  3075. package/es/template/app-review/onboarding/test/index.stories.d.ts +58 -0
  3076. package/es/template/app-review/onboarding/test/index.stories.d.ts.map +1 -0
  3077. package/es/template/app-review/player/index.d.ts +13 -0
  3078. package/es/template/app-review/player/index.d.ts.map +1 -0
  3079. package/es/template/app-review/player/index.native.d.ts +5 -0
  3080. package/es/template/app-review/player/index.native.d.ts.map +1 -0
  3081. package/es/template/app-review/player/prop-types.d.ts +564 -0
  3082. package/es/template/app-review/player/prop-types.d.ts.map +1 -0
  3083. package/es/template/app-review/player/test/fixtures/all-ok.d.ts +167 -0
  3084. package/es/template/app-review/player/test/fixtures/all-ok.d.ts.map +1 -0
  3085. package/es/template/app-review/player/test/fixtures/end-review.d.ts +250 -0
  3086. package/es/template/app-review/player/test/fixtures/end-review.d.ts.map +1 -0
  3087. package/es/template/app-review/player/test/fixtures/first-right.d.ts +87 -0
  3088. package/es/template/app-review/player/test/fixtures/first-right.d.ts.map +1 -0
  3089. package/es/template/app-review/player/test/fixtures/initial-state.d.ts +84 -0
  3090. package/es/template/app-review/player/test/fixtures/initial-state.d.ts.map +1 -0
  3091. package/es/template/app-review/player/test/fixtures/loading.d.ts +50 -0
  3092. package/es/template/app-review/player/test/fixtures/loading.d.ts.map +1 -0
  3093. package/es/template/app-review/player/test/fixtures/on-quit.d.ts +105 -0
  3094. package/es/template/app-review/player/test/fixtures/on-quit.d.ts.map +1 -0
  3095. package/es/template/app-review/player/test/fixtures/one-fail.d.ts +135 -0
  3096. package/es/template/app-review/player/test/fixtures/one-fail.d.ts.map +1 -0
  3097. package/es/template/app-review/player/test/fixtures/restack.d.ts +101 -0
  3098. package/es/template/app-review/player/test/fixtures/restack.d.ts.map +1 -0
  3099. package/es/template/app-review/player/test/fixtures/second-failed-question.d.ts +147 -0
  3100. package/es/template/app-review/player/test/fixtures/second-failed-question.d.ts.map +1 -0
  3101. package/es/template/app-review/player/test/fixtures/unstack.d.ts +101 -0
  3102. package/es/template/app-review/player/test/fixtures/unstack.d.ts.map +1 -0
  3103. package/es/template/app-review/player/test/index.stories.d.ts +1782 -0
  3104. package/es/template/app-review/player/test/index.stories.d.ts.map +1 -0
  3105. package/es/template/app-review/prop-types.d.ts +608 -0
  3106. package/es/template/app-review/prop-types.d.ts.map +1 -0
  3107. package/es/template/app-review/skills/index.d.ts +3 -0
  3108. package/es/template/app-review/skills/index.d.ts.map +1 -0
  3109. package/es/template/app-review/skills/index.native.d.ts +5 -0
  3110. package/es/template/app-review/skills/index.native.d.ts.map +1 -0
  3111. package/es/template/app-review/skills/prop-types.d.ts +55 -0
  3112. package/es/template/app-review/skills/prop-types.d.ts.map +1 -0
  3113. package/es/template/app-review/skills/stories.d.ts +1 -0
  3114. package/es/template/app-review/skills/stories.d.ts.map +1 -0
  3115. package/es/template/app-review/skills/test/fixtures/many-skills.d.ts +3 -0
  3116. package/es/template/app-review/skills/test/fixtures/many-skills.d.ts.map +1 -0
  3117. package/es/template/app-review/skills/test/fixtures/no-skills.d.ts +3 -0
  3118. package/es/template/app-review/skills/test/fixtures/no-skills.d.ts.map +1 -0
  3119. package/es/template/app-review/skills/test/index.stories.d.ts +61 -0
  3120. package/es/template/app-review/skills/test/index.stories.d.ts.map +1 -0
  3121. package/es/template/app-review/template-context.d.ts +32 -0
  3122. package/es/template/app-review/template-context.d.ts.map +1 -0
  3123. package/es/template/app-review/test/fixtures/onboarding.d.ts +30 -0
  3124. package/es/template/app-review/test/fixtures/onboarding.d.ts.map +1 -0
  3125. package/es/template/app-review/test/fixtures/player.d.ts +87 -0
  3126. package/es/template/app-review/test/fixtures/player.d.ts.map +1 -0
  3127. package/es/template/app-review/test/fixtures/skills.d.ts +25 -0
  3128. package/es/template/app-review/test/fixtures/skills.d.ts.map +1 -0
  3129. package/es/template/app-review/test/index.stories.d.ts +750 -0
  3130. package/es/template/app-review/test/index.stories.d.ts.map +1 -0
  3131. package/es/template/back-office/brand-create/index.d.ts +98 -0
  3132. package/es/template/back-office/brand-create/index.d.ts.map +1 -0
  3133. package/es/template/back-office/brand-create/test/fixtures/default.d.ts +45 -0
  3134. package/es/template/back-office/brand-create/test/fixtures/default.d.ts.map +1 -0
  3135. package/es/template/back-office/brand-create/test/fixtures/error.d.ts +5 -0
  3136. package/es/template/back-office/brand-create/test/fixtures/error.d.ts.map +1 -0
  3137. package/es/template/back-office/brand-create/test/fixtures/loading.d.ts +5 -0
  3138. package/es/template/back-office/brand-create/test/fixtures/loading.d.ts.map +1 -0
  3139. package/es/template/back-office/brand-create/test/fixtures/modified.d.ts +5 -0
  3140. package/es/template/back-office/brand-create/test/fixtures/modified.d.ts.map +1 -0
  3141. package/es/template/back-office/brand-create/test/index.stories.d.ts +157 -0
  3142. package/es/template/back-office/brand-create/test/index.stories.d.ts.map +1 -0
  3143. package/es/template/back-office/brand-list/index.d.ts +98 -0
  3144. package/es/template/back-office/brand-list/index.d.ts.map +1 -0
  3145. package/es/template/back-office/brand-list/test/fixtures/default.d.ts +64 -0
  3146. package/es/template/back-office/brand-list/test/fixtures/default.d.ts.map +1 -0
  3147. package/es/template/back-office/brand-list/test/fixtures/loading.d.ts +45 -0
  3148. package/es/template/back-office/brand-list/test/fixtures/loading.d.ts.map +1 -0
  3149. package/es/template/back-office/brand-list/test/fixtures/rh.d.ts +76 -0
  3150. package/es/template/back-office/brand-list/test/fixtures/rh.d.ts.map +1 -0
  3151. package/es/template/back-office/brand-list/test/index.stories.d.ts +282 -0
  3152. package/es/template/back-office/brand-list/test/index.stories.d.ts.map +1 -0
  3153. package/es/template/back-office/brand-update/index.d.ts +1538 -0
  3154. package/es/template/back-office/brand-update/index.d.ts.map +1 -0
  3155. package/es/template/back-office/brand-update/test/fixtures/analytics.d.ts +5 -0
  3156. package/es/template/back-office/brand-update/test/fixtures/analytics.d.ts.map +1 -0
  3157. package/es/template/back-office/brand-update/test/fixtures/animations.d.ts +5 -0
  3158. package/es/template/back-office/brand-update/test/fixtures/animations.d.ts.map +1 -0
  3159. package/es/template/back-office/brand-update/test/fixtures/cohort-error.d.ts +5 -0
  3160. package/es/template/back-office/brand-update/test/fixtures/cohort-error.d.ts.map +1 -0
  3161. package/es/template/back-office/brand-update/test/fixtures/cohort.d.ts +5 -0
  3162. package/es/template/back-office/brand-update/test/fixtures/cohort.d.ts.map +1 -0
  3163. package/es/template/back-office/brand-update/test/fixtures/dashboard.d.ts +5 -0
  3164. package/es/template/back-office/brand-update/test/fixtures/dashboard.d.ts.map +1 -0
  3165. package/es/template/back-office/brand-update/test/fixtures/dashboards-analytics.d.ts +5 -0
  3166. package/es/template/back-office/brand-update/test/fixtures/dashboards-analytics.d.ts.map +1 -0
  3167. package/es/template/back-office/brand-update/test/fixtures/default.d.ts +89 -0
  3168. package/es/template/back-office/brand-update/test/fixtures/default.d.ts.map +1 -0
  3169. package/es/template/back-office/brand-update/test/fixtures/general-settings-success.d.ts +5 -0
  3170. package/es/template/back-office/brand-update/test/fixtures/general-settings-success.d.ts.map +1 -0
  3171. package/es/template/back-office/brand-update/test/fixtures/general-settings.d.ts +5 -0
  3172. package/es/template/back-office/brand-update/test/fixtures/general-settings.d.ts.map +1 -0
  3173. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.d.ts +5 -0
  3174. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.d.ts.map +1 -0
  3175. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.d.ts +5 -0
  3176. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.d.ts.map +1 -0
  3177. package/es/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.d.ts +5 -0
  3178. package/es/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.d.ts.map +1 -0
  3179. package/es/template/back-office/brand-update/test/fixtures/list-items-published.d.ts +5 -0
  3180. package/es/template/back-office/brand-update/test/fixtures/list-items-published.d.ts.map +1 -0
  3181. package/es/template/back-office/brand-update/test/fixtures/lms-error.d.ts +5 -0
  3182. package/es/template/back-office/brand-update/test/fixtures/lms-error.d.ts.map +1 -0
  3183. package/es/template/back-office/brand-update/test/fixtures/lms-modified.d.ts +5 -0
  3184. package/es/template/back-office/brand-update/test/fixtures/lms-modified.d.ts.map +1 -0
  3185. package/es/template/back-office/brand-update/test/fixtures/lms-success.d.ts +5 -0
  3186. package/es/template/back-office/brand-update/test/fixtures/lms-success.d.ts.map +1 -0
  3187. package/es/template/back-office/brand-update/test/fixtures/lms.d.ts +5 -0
  3188. package/es/template/back-office/brand-update/test/fixtures/lms.d.ts.map +1 -0
  3189. package/es/template/back-office/brand-update/test/fixtures/loader.d.ts +5 -0
  3190. package/es/template/back-office/brand-update/test/fixtures/loader.d.ts.map +1 -0
  3191. package/es/template/back-office/brand-update/test/fixtures/lookandfeel-error.d.ts +5 -0
  3192. package/es/template/back-office/brand-update/test/fixtures/lookandfeel-error.d.ts.map +1 -0
  3193. package/es/template/back-office/brand-update/test/fixtures/lookandfeel-modified.d.ts +5 -0
  3194. package/es/template/back-office/brand-update/test/fixtures/lookandfeel-modified.d.ts.map +1 -0
  3195. package/es/template/back-office/brand-update/test/fixtures/lookandfeel-pending.d.ts +5 -0
  3196. package/es/template/back-office/brand-update/test/fixtures/lookandfeel-pending.d.ts.map +1 -0
  3197. package/es/template/back-office/brand-update/test/fixtures/lookandfeel-success.d.ts +5 -0
  3198. package/es/template/back-office/brand-update/test/fixtures/lookandfeel-success.d.ts.map +1 -0
  3199. package/es/template/back-office/brand-update/test/fixtures/lookandfeel.d.ts +5 -0
  3200. package/es/template/back-office/brand-update/test/fixtures/lookandfeel.d.ts.map +1 -0
  3201. package/es/template/back-office/brand-update/test/fixtures/manageusers-edit.d.ts +5 -0
  3202. package/es/template/back-office/brand-update/test/fixtures/manageusers-edit.d.ts.map +1 -0
  3203. package/es/template/back-office/brand-update/test/fixtures/manageusers-list.d.ts +5 -0
  3204. package/es/template/back-office/brand-update/test/fixtures/manageusers-list.d.ts.map +1 -0
  3205. package/es/template/back-office/brand-update/test/fixtures/quick-access.d.ts +5 -0
  3206. package/es/template/back-office/brand-update/test/fixtures/quick-access.d.ts.map +1 -0
  3207. package/es/template/back-office/brand-update/test/fixtures/sso-activate.d.ts +5 -0
  3208. package/es/template/back-office/brand-update/test/fixtures/sso-activate.d.ts.map +1 -0
  3209. package/es/template/back-office/brand-update/test/fixtures/sso.d.ts +5 -0
  3210. package/es/template/back-office/brand-update/test/fixtures/sso.d.ts.map +1 -0
  3211. package/es/template/back-office/brand-update/test/fixtures/uploadusers-loading.d.ts +5 -0
  3212. package/es/template/back-office/brand-update/test/fixtures/uploadusers-loading.d.ts.map +1 -0
  3213. package/es/template/back-office/brand-update/test/fixtures/uploadusers-successful.d.ts +5 -0
  3214. package/es/template/back-office/brand-update/test/fixtures/uploadusers-successful.d.ts.map +1 -0
  3215. package/es/template/back-office/brand-update/test/fixtures/uploadusers.d.ts +5 -0
  3216. package/es/template/back-office/brand-update/test/fixtures/uploadusers.d.ts.map +1 -0
  3217. package/es/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.d.ts +206 -0
  3218. package/es/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.d.ts.map +1 -0
  3219. package/es/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.d.ts +211 -0
  3220. package/es/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.d.ts.map +1 -0
  3221. package/es/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.d.ts +200 -0
  3222. package/es/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.d.ts.map +1 -0
  3223. package/es/template/back-office/brand-update/test/fixtures/wizard-organize-courses-playlist.d.ts +207 -0
  3224. package/es/template/back-office/brand-update/test/fixtures/wizard-organize-courses-playlist.d.ts.map +1 -0
  3225. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.d.ts +188 -0
  3226. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.d.ts.map +1 -0
  3227. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.d.ts +170 -0
  3228. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.d.ts.map +1 -0
  3229. package/es/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.d.ts +216 -0
  3230. package/es/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.d.ts.map +1 -0
  3231. package/es/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.d.ts +189 -0
  3232. package/es/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.d.ts.map +1 -0
  3233. package/es/template/back-office/brand-update/test/index.stories.d.ts +3307 -0
  3234. package/es/template/back-office/brand-update/test/index.stories.d.ts.map +1 -0
  3235. package/es/template/back-office/dashboard-preview/dashboard-popin.d.ts +36 -0
  3236. package/es/template/back-office/dashboard-preview/dashboard-popin.d.ts.map +1 -0
  3237. package/es/template/back-office/dashboard-preview/index.d.ts +98 -0
  3238. package/es/template/back-office/dashboard-preview/index.d.ts.map +1 -0
  3239. package/es/template/back-office/dashboard-preview/test/fixtures/default.d.ts +41 -0
  3240. package/es/template/back-office/dashboard-preview/test/fixtures/default.d.ts.map +1 -0
  3241. package/es/template/back-office/dashboard-preview/test/fixtures/error.d.ts +36 -0
  3242. package/es/template/back-office/dashboard-preview/test/fixtures/error.d.ts.map +1 -0
  3243. package/es/template/back-office/dashboard-preview/test/fixtures/loading.d.ts +35 -0
  3244. package/es/template/back-office/dashboard-preview/test/fixtures/loading.d.ts.map +1 -0
  3245. package/es/template/back-office/dashboard-preview/test/fixtures/selected-error.d.ts +60 -0
  3246. package/es/template/back-office/dashboard-preview/test/fixtures/selected-error.d.ts.map +1 -0
  3247. package/es/template/back-office/dashboard-preview/test/fixtures/selected-loading.d.ts +58 -0
  3248. package/es/template/back-office/dashboard-preview/test/fixtures/selected-loading.d.ts.map +1 -0
  3249. package/es/template/back-office/dashboard-preview/test/fixtures/selected.d.ts +59 -0
  3250. package/es/template/back-office/dashboard-preview/test/fixtures/selected.d.ts.map +1 -0
  3251. package/es/template/back-office/dashboard-preview/test/index.stories.d.ts +384 -0
  3252. package/es/template/back-office/dashboard-preview/test/index.stories.d.ts.map +1 -0
  3253. package/es/template/back-office/layout/index.d.ts +98 -0
  3254. package/es/template/back-office/layout/index.d.ts.map +1 -0
  3255. package/es/template/battle-requests/index.d.ts +23 -0
  3256. package/es/template/battle-requests/index.d.ts.map +1 -0
  3257. package/es/template/battle-requests/test/fixtures/default.d.ts +20 -0
  3258. package/es/template/battle-requests/test/fixtures/default.d.ts.map +1 -0
  3259. package/es/template/battle-requests/test/index.stories.d.ts +45 -0
  3260. package/es/template/battle-requests/test/index.stories.d.ts.map +1 -0
  3261. package/es/template/cockpit/jw-uploader/index.d.ts +41 -0
  3262. package/es/template/cockpit/jw-uploader/index.d.ts.map +1 -0
  3263. package/es/template/cockpit/jw-uploader/test/fixtures/default.d.ts +17 -0
  3264. package/es/template/cockpit/jw-uploader/test/fixtures/default.d.ts.map +1 -0
  3265. package/es/template/cockpit/jw-uploader/test/index.stories.d.ts +60 -0
  3266. package/es/template/cockpit/jw-uploader/test/index.stories.d.ts.map +1 -0
  3267. package/es/template/common/authors/index.d.ts +54 -0
  3268. package/es/template/common/authors/index.d.ts.map +1 -0
  3269. package/es/template/common/authors/test/fixtures/default.d.ts +22 -0
  3270. package/es/template/common/authors/test/fixtures/default.d.ts.map +1 -0
  3271. package/es/template/common/authors/test/fixtures/no-socials.d.ts +18 -0
  3272. package/es/template/common/authors/test/fixtures/no-socials.d.ts.map +1 -0
  3273. package/es/template/common/authors/test/index.stories.d.ts +44 -0
  3274. package/es/template/common/authors/test/index.stories.d.ts.map +1 -0
  3275. package/es/template/common/coorp-header/content.d.ts +28 -0
  3276. package/es/template/common/coorp-header/content.d.ts.map +1 -0
  3277. package/es/template/common/coorp-header/index.d.ts +11 -0
  3278. package/es/template/common/coorp-header/index.d.ts.map +1 -0
  3279. package/es/template/common/coorp-header/test/fixtures/production.d.ts +9 -0
  3280. package/es/template/common/coorp-header/test/fixtures/production.d.ts.map +1 -0
  3281. package/es/template/common/coorp-header/test/fixtures/staging.d.ts +9 -0
  3282. package/es/template/common/coorp-header/test/fixtures/staging.d.ts.map +1 -0
  3283. package/es/template/common/coorp-header/test/index.stories.d.ts +30 -0
  3284. package/es/template/common/coorp-header/test/index.stories.d.ts.map +1 -0
  3285. package/es/template/common/dashboard/index.d.ts +61 -0
  3286. package/es/template/common/dashboard/index.d.ts.map +1 -0
  3287. package/es/template/common/dashboard/test/fixtures/cookie-dashboard.d.ts +37 -0
  3288. package/es/template/common/dashboard/test/fixtures/cookie-dashboard.d.ts.map +1 -0
  3289. package/es/template/common/dashboard/test/fixtures/cookie-settings-dashboard.d.ts +67 -0
  3290. package/es/template/common/dashboard/test/fixtures/cookie-settings-dashboard.d.ts.map +1 -0
  3291. package/es/template/common/dashboard/test/fixtures/default.d.ts +14 -0
  3292. package/es/template/common/dashboard/test/fixtures/default.d.ts.map +1 -0
  3293. package/es/template/common/dashboard/test/fixtures/empty-requests.d.ts +14 -0
  3294. package/es/template/common/dashboard/test/fixtures/empty-requests.d.ts.map +1 -0
  3295. package/es/template/common/dashboard/test/fixtures/with-hero-card.d.ts +23 -0
  3296. package/es/template/common/dashboard/test/fixtures/with-hero-card.d.ts.map +1 -0
  3297. package/es/template/common/dashboard/test/index.stories.d.ts +214 -0
  3298. package/es/template/common/dashboard/test/index.stories.d.ts.map +1 -0
  3299. package/es/template/common/discipline/index.d.ts +130 -0
  3300. package/es/template/common/discipline/index.d.ts.map +1 -0
  3301. package/es/template/common/discipline/test/fixtures/add-to-my-list.d.ts +106 -0
  3302. package/es/template/common/discipline/test/fixtures/add-to-my-list.d.ts.map +1 -0
  3303. package/es/template/common/discipline/test/fixtures/arabic.d.ts +72 -0
  3304. package/es/template/common/discipline/test/fixtures/arabic.d.ts.map +1 -0
  3305. package/es/template/common/discipline/test/fixtures/default.d.ts +113 -0
  3306. package/es/template/common/discipline/test/fixtures/default.d.ts.map +1 -0
  3307. package/es/template/common/discipline/test/fixtures/disable-add-to-my-list.d.ts +5 -0
  3308. package/es/template/common/discipline/test/fixtures/disable-add-to-my-list.d.ts.map +1 -0
  3309. package/es/template/common/discipline/test/fixtures/disable-share-and-add-to-my-list.d.ts +5 -0
  3310. package/es/template/common/discipline/test/fixtures/disable-share-and-add-to-my-list.d.ts.map +1 -0
  3311. package/es/template/common/discipline/test/fixtures/disable-share.d.ts +5 -0
  3312. package/es/template/common/discipline/test/fixtures/disable-share.d.ts.map +1 -0
  3313. package/es/template/common/discipline/test/fixtures/double-author.d.ts +5 -0
  3314. package/es/template/common/discipline/test/fixtures/double-author.d.ts.map +1 -0
  3315. package/es/template/common/discipline/test/fixtures/empty.d.ts +7 -0
  3316. package/es/template/common/discipline/test/fixtures/empty.d.ts.map +1 -0
  3317. package/es/template/common/discipline/test/fixtures/external-course-with-video.d.ts +61 -0
  3318. package/es/template/common/discipline/test/fixtures/external-course-with-video.d.ts.map +1 -0
  3319. package/es/template/common/discipline/test/fixtures/external-course-without-image.d.ts +42 -0
  3320. package/es/template/common/discipline/test/fixtures/external-course-without-image.d.ts.map +1 -0
  3321. package/es/template/common/discipline/test/fixtures/external-course.d.ts +45 -0
  3322. package/es/template/common/discipline/test/fixtures/external-course.d.ts.map +1 -0
  3323. package/es/template/common/discipline/test/fixtures/jwplayer.d.ts +5 -0
  3324. package/es/template/common/discipline/test/fixtures/jwplayer.d.ts.map +1 -0
  3325. package/es/template/common/discipline/test/fixtures/loading.d.ts +5 -0
  3326. package/es/template/common/discipline/test/fixtures/loading.d.ts.map +1 -0
  3327. package/es/template/common/discipline/test/fixtures/no-author.d.ts +87 -0
  3328. package/es/template/common/discipline/test/fixtures/no-author.d.ts.map +1 -0
  3329. package/es/template/common/discipline/test/fixtures/no-video.d.ts +5 -0
  3330. package/es/template/common/discipline/test/fixtures/no-video.d.ts.map +1 -0
  3331. package/es/template/common/discipline/test/fixtures/share.d.ts +104 -0
  3332. package/es/template/common/discipline/test/fixtures/share.d.ts.map +1 -0
  3333. package/es/template/common/discipline/test/fixtures/vimeo.d.ts +5 -0
  3334. package/es/template/common/discipline/test/fixtures/vimeo.d.ts.map +1 -0
  3335. package/es/template/common/discipline/test/fixtures/with-onclick.d.ts +5 -0
  3336. package/es/template/common/discipline/test/fixtures/with-onclick.d.ts.map +1 -0
  3337. package/es/template/common/discipline/test/index.stories.d.ts +751 -0
  3338. package/es/template/common/discipline/test/index.stories.d.ts.map +1 -0
  3339. package/es/template/common/search-page/index.d.ts +97 -0
  3340. package/es/template/common/search-page/index.d.ts.map +1 -0
  3341. package/es/template/common/search-page/test/fixtures/default.d.ts +12 -0
  3342. package/es/template/common/search-page/test/fixtures/default.d.ts.map +1 -0
  3343. package/es/template/common/search-page/test/fixtures/no-result-with-recommendations.d.ts +64 -0
  3344. package/es/template/common/search-page/test/fixtures/no-result-with-recommendations.d.ts.map +1 -0
  3345. package/es/template/common/search-page/test/fixtures/no-result.d.ts +58 -0
  3346. package/es/template/common/search-page/test/fixtures/no-result.d.ts.map +1 -0
  3347. package/es/template/common/search-page/test/index.stories.d.ts +225 -0
  3348. package/es/template/common/search-page/test/index.stories.d.ts.map +1 -0
  3349. package/es/template/external-course/index.d.ts +55 -0
  3350. package/es/template/external-course/index.d.ts.map +1 -0
  3351. package/es/template/external-course/test/fixtures/arabic.d.ts +21 -0
  3352. package/es/template/external-course/test/fixtures/arabic.d.ts.map +1 -0
  3353. package/es/template/external-course/test/fixtures/article.d.ts +21 -0
  3354. package/es/template/external-course/test/fixtures/article.d.ts.map +1 -0
  3355. package/es/template/external-course/test/fixtures/default.d.ts +26 -0
  3356. package/es/template/external-course/test/fixtures/default.d.ts.map +1 -0
  3357. package/es/template/external-course/test/fixtures/h5p.d.ts +10 -0
  3358. package/es/template/external-course/test/fixtures/h5p.d.ts.map +1 -0
  3359. package/es/template/external-course/test/fixtures/loading.d.ts +27 -0
  3360. package/es/template/external-course/test/fixtures/loading.d.ts.map +1 -0
  3361. package/es/template/external-course/test/fixtures/pdf-mobile.d.ts +11 -0
  3362. package/es/template/external-course/test/fixtures/pdf-mobile.d.ts.map +1 -0
  3363. package/es/template/external-course/test/fixtures/pdf-no-mobile.d.ts +21 -0
  3364. package/es/template/external-course/test/fixtures/pdf-no-mobile.d.ts.map +1 -0
  3365. package/es/template/external-course/test/fixtures/podcast-cockpit-mode.d.ts +5 -0
  3366. package/es/template/external-course/test/fixtures/podcast-cockpit-mode.d.ts.map +1 -0
  3367. package/es/template/external-course/test/fixtures/podcast-no-background.d.ts +20 -0
  3368. package/es/template/external-course/test/fixtures/podcast-no-background.d.ts.map +1 -0
  3369. package/es/template/external-course/test/fixtures/podcast.d.ts +5 -0
  3370. package/es/template/external-course/test/fixtures/podcast.d.ts.map +1 -0
  3371. package/es/template/external-course/test/fixtures/video.d.ts +20 -0
  3372. package/es/template/external-course/test/fixtures/video.d.ts.map +1 -0
  3373. package/es/template/external-course/test/fixtures/youtube-podcast.d.ts +5 -0
  3374. package/es/template/external-course/test/fixtures/youtube-podcast.d.ts.map +1 -0
  3375. package/es/template/external-course/test/index.stories.d.ts +170 -0
  3376. package/es/template/external-course/test/index.stories.d.ts.map +1 -0
  3377. package/es/template/review-dashboard-skills/index.d.ts +52 -0
  3378. package/es/template/review-dashboard-skills/index.d.ts.map +1 -0
  3379. package/es/template/review-dashboard-skills/test/fixtures/loading.d.ts +36 -0
  3380. package/es/template/review-dashboard-skills/test/fixtures/loading.d.ts.map +1 -0
  3381. package/es/template/review-dashboard-skills/test/fixtures/many-skills.d.ts +48 -0
  3382. package/es/template/review-dashboard-skills/test/fixtures/many-skills.d.ts.map +1 -0
  3383. package/es/template/review-dashboard-skills/test/fixtures/no-skills.d.ts +38 -0
  3384. package/es/template/review-dashboard-skills/test/fixtures/no-skills.d.ts.map +1 -0
  3385. package/es/template/review-dashboard-skills/test/index.stories.d.ts +174 -0
  3386. package/es/template/review-dashboard-skills/test/index.stories.d.ts.map +1 -0
  3387. package/es/template/teams-dashboard/index.d.ts +46 -0
  3388. package/es/template/teams-dashboard/index.d.ts.map +1 -0
  3389. package/es/template/teams-dashboard/test/fixtures/default.d.ts +31 -0
  3390. package/es/template/teams-dashboard/test/fixtures/default.d.ts.map +1 -0
  3391. package/es/template/teams-dashboard/test/fixtures/is-loading.d.ts +26 -0
  3392. package/es/template/teams-dashboard/test/fixtures/is-loading.d.ts.map +1 -0
  3393. package/es/template/teams-dashboard/test/fixtures/mobile.d.ts +15 -0
  3394. package/es/template/teams-dashboard/test/fixtures/mobile.d.ts.map +1 -0
  3395. package/es/template/teams-dashboard/test/index.stories.d.ts +123 -0
  3396. package/es/template/teams-dashboard/test/index.stories.d.ts.map +1 -0
  3397. package/es/test/helpers/mock-mobile-context.d.ts +11 -0
  3398. package/es/test/helpers/mock-mobile-context.d.ts.map +1 -0
  3399. package/es/test/helpers/mocked-gesture-event.d.ts +4 -0
  3400. package/es/test/helpers/mocked-gesture-event.d.ts.map +1 -0
  3401. package/es/types/translations.d.ts +12 -0
  3402. package/es/types/translations.d.ts.map +1 -0
  3403. package/es/util/bubbling.d.ts +3 -0
  3404. package/es/util/bubbling.d.ts.map +1 -0
  3405. package/es/util/build-query-string.d.ts +6 -0
  3406. package/es/util/build-query-string.d.ts.map +1 -0
  3407. package/es/util/button-icons.d.ts +18 -0
  3408. package/es/util/button-icons.d.ts.map +1 -0
  3409. package/es/util/constants.d.ts +2 -0
  3410. package/es/util/constants.d.ts.map +1 -0
  3411. package/es/util/external-content.d.ts +28 -0
  3412. package/es/util/external-content.d.ts.map +1 -0
  3413. package/es/util/get-class-state.d.ts +3 -0
  3414. package/es/util/get-class-state.d.ts.map +1 -0
  3415. package/es/util/get-clean-uri.d.ts +3 -0
  3416. package/es/util/get-clean-uri.d.ts.map +1 -0
  3417. package/es/util/get-resized-image.d.ts +8 -0
  3418. package/es/util/get-resized-image.d.ts.map +1 -0
  3419. package/es/util/get-shadow-box-color-from-primary.d.ts +2 -0
  3420. package/es/util/get-shadow-box-color-from-primary.d.ts.map +1 -0
  3421. package/es/util/image.d.ts +5 -0
  3422. package/es/util/image.d.ts.map +1 -0
  3423. package/es/util/navigation.d.ts +5 -0
  3424. package/es/util/navigation.d.ts.map +1 -0
  3425. package/es/util/parse-template-string.d.ts +3 -0
  3426. package/es/util/parse-template-string.d.ts.map +1 -0
  3427. package/es/util/proptypes.d.ts +8 -0
  3428. package/es/util/proptypes.d.ts.map +1 -0
  3429. package/es/variables/analytics.d.ts +28 -0
  3430. package/es/variables/analytics.d.ts.map +1 -0
  3431. package/es/variables/brand.native.d.ts +19 -0
  3432. package/es/variables/brand.native.d.ts.map +1 -0
  3433. package/es/variables/colors.d.ts +8 -0
  3434. package/es/variables/colors.d.ts.map +1 -0
  3435. package/es/variables/shadow.d.ts +13 -0
  3436. package/es/variables/shadow.d.ts.map +1 -0
  3437. package/es/variables/theme.native.d.ts +70 -0
  3438. package/es/variables/theme.native.d.ts.map +1 -0
  3439. package/es/variables/vibration.d.ts +9 -0
  3440. package/es/variables/vibration.d.ts.map +1 -0
  3441. package/lib/atom/autocomplete/index.d.ts +24 -0
  3442. package/lib/atom/autocomplete/index.d.ts.map +1 -0
  3443. package/lib/atom/autocomplete/test/fixtures/default.d.ts +20 -0
  3444. package/lib/atom/autocomplete/test/fixtures/default.d.ts.map +1 -0
  3445. package/lib/atom/autocomplete/test/fixtures/error.d.ts +22 -0
  3446. package/lib/atom/autocomplete/test/fixtures/error.d.ts.map +1 -0
  3447. package/lib/atom/autocomplete/test/fixtures/filled.d.ts +22 -0
  3448. package/lib/atom/autocomplete/test/fixtures/filled.d.ts.map +1 -0
  3449. package/lib/atom/autocomplete/test/fixtures/modified.d.ts +22 -0
  3450. package/lib/atom/autocomplete/test/fixtures/modified.d.ts.map +1 -0
  3451. package/lib/atom/autocomplete/test/index.stories.d.ts +109 -0
  3452. package/lib/atom/autocomplete/test/index.stories.d.ts.map +1 -0
  3453. package/lib/atom/avatar/index.d.ts +11 -0
  3454. package/lib/atom/avatar/index.d.ts.map +1 -0
  3455. package/lib/atom/avatar/test/fixtures/default.d.ts +7 -0
  3456. package/lib/atom/avatar/test/fixtures/default.d.ts.map +1 -0
  3457. package/lib/atom/avatar/test/index.stories.d.ts +20 -0
  3458. package/lib/atom/avatar/test/index.stories.d.ts.map +1 -0
  3459. package/lib/atom/button/index.d.ts +22 -0
  3460. package/lib/atom/button/index.d.ts.map +1 -0
  3461. package/lib/atom/button/test/fixtures/a.d.ts +5 -0
  3462. package/lib/atom/button/test/fixtures/a.d.ts.map +1 -0
  3463. package/lib/atom/button/test/fixtures/class-name.d.ts +5 -0
  3464. package/lib/atom/button/test/fixtures/class-name.d.ts.map +1 -0
  3465. package/lib/atom/button/test/fixtures/clear.d.ts +9 -0
  3466. package/lib/atom/button/test/fixtures/clear.d.ts.map +1 -0
  3467. package/lib/atom/button/test/fixtures/default.d.ts +8 -0
  3468. package/lib/atom/button/test/fixtures/default.d.ts.map +1 -0
  3469. package/lib/atom/button/test/fixtures/disabled.d.ts +5 -0
  3470. package/lib/atom/button/test/fixtures/disabled.d.ts.map +1 -0
  3471. package/lib/atom/button/test/fixtures/download.d.ts +5 -0
  3472. package/lib/atom/button/test/fixtures/download.d.ts.map +1 -0
  3473. package/lib/atom/button/test/fixtures/link.d.ts +5 -0
  3474. package/lib/atom/button/test/fixtures/link.d.ts.map +1 -0
  3475. package/lib/atom/button/test/fixtures/sso.d.ts +10 -0
  3476. package/lib/atom/button/test/fixtures/sso.d.ts.map +1 -0
  3477. package/lib/atom/button/test/index.stories.d.ts +69 -0
  3478. package/lib/atom/button/test/index.stories.d.ts.map +1 -0
  3479. package/lib/atom/button-link/index.d.ts +25 -0
  3480. package/lib/atom/button-link/index.d.ts.map +1 -0
  3481. package/lib/atom/button-link/test/fixtures/button-dangerous-no-icon.d.ts +11 -0
  3482. package/lib/atom/button-link/test/fixtures/button-dangerous-no-icon.d.ts.map +1 -0
  3483. package/lib/atom/button-link/test/fixtures/button-primary-icon-left.d.ts +15 -0
  3484. package/lib/atom/button-link/test/fixtures/button-primary-icon-left.d.ts.map +1 -0
  3485. package/lib/atom/button-link/test/fixtures/button-primary-no-icon.d.ts +11 -0
  3486. package/lib/atom/button-link/test/fixtures/button-primary-no-icon.d.ts.map +1 -0
  3487. package/lib/atom/button-link/test/fixtures/button-secondary-no-icon-disabled.d.ts +12 -0
  3488. package/lib/atom/button-link/test/fixtures/button-secondary-no-icon-disabled.d.ts.map +1 -0
  3489. package/lib/atom/button-link/test/fixtures/button-tertiary-icon-left.d.ts +15 -0
  3490. package/lib/atom/button-link/test/fixtures/button-tertiary-icon-left.d.ts.map +1 -0
  3491. package/lib/atom/button-link/test/fixtures/link-primary-disabled-icon-right.d.ts +18 -0
  3492. package/lib/atom/button-link/test/fixtures/link-primary-disabled-icon-right.d.ts.map +1 -0
  3493. package/lib/atom/button-link/test/fixtures/link-secondary-icon-right.d.ts +18 -0
  3494. package/lib/atom/button-link/test/fixtures/link-secondary-icon-right.d.ts.map +1 -0
  3495. package/lib/atom/button-link/test/fixtures/link-tertiary-no-icon.d.ts +14 -0
  3496. package/lib/atom/button-link/test/fixtures/link-tertiary-no-icon.d.ts.map +1 -0
  3497. package/lib/atom/button-link/test/fixtures/link-text-icon-right-target-blank.d.ts +18 -0
  3498. package/lib/atom/button-link/test/fixtures/link-text-icon-right-target-blank.d.ts.map +1 -0
  3499. package/lib/atom/button-link/test/fixtures/link-text-no-icon-download.d.ts +14 -0
  3500. package/lib/atom/button-link/test/fixtures/link-text-no-icon-download.d.ts.map +1 -0
  3501. package/lib/atom/button-link/test/index.stories.d.ts +164 -0
  3502. package/lib/atom/button-link/test/index.stories.d.ts.map +1 -0
  3503. package/lib/atom/button-link-icon-only/index.d.ts +20 -0
  3504. package/lib/atom/button-link-icon-only/index.d.ts.map +1 -0
  3505. package/lib/atom/button-link-icon-only/test/fixtures/button-icon-bullet.d.ts +11 -0
  3506. package/lib/atom/button-link-icon-only/test/fixtures/button-icon-bullet.d.ts.map +1 -0
  3507. package/lib/atom/button-link-icon-only/test/fixtures/default.d.ts +11 -0
  3508. package/lib/atom/button-link-icon-only/test/fixtures/default.d.ts.map +1 -0
  3509. package/lib/atom/button-link-icon-only/test/fixtures/no-icon.d.ts +8 -0
  3510. package/lib/atom/button-link-icon-only/test/fixtures/no-icon.d.ts.map +1 -0
  3511. package/lib/atom/button-link-icon-only/test/fixtures/review-header.d.ts +11 -0
  3512. package/lib/atom/button-link-icon-only/test/fixtures/review-header.d.ts.map +1 -0
  3513. package/lib/atom/button-link-icon-only/test/fixtures/small-button-disabled.d.ts +12 -0
  3514. package/lib/atom/button-link-icon-only/test/fixtures/small-button-disabled.d.ts.map +1 -0
  3515. package/lib/atom/button-link-icon-only/test/fixtures/small-link-download.d.ts +14 -0
  3516. package/lib/atom/button-link-icon-only/test/fixtures/small-link-download.d.ts.map +1 -0
  3517. package/lib/atom/button-link-icon-only/test/index.stories.d.ts +84 -0
  3518. package/lib/atom/button-link-icon-only/test/index.stories.d.ts.map +1 -0
  3519. package/lib/atom/button-menu/index.d.ts +16 -0
  3520. package/lib/atom/button-menu/index.d.ts.map +1 -0
  3521. package/lib/atom/button-menu/test/fixtures/default.d.ts +26 -0
  3522. package/lib/atom/button-menu/test/fixtures/default.d.ts.map +1 -0
  3523. package/lib/atom/button-menu/test/fixtures/multiple-buttons.d.ts +25 -0
  3524. package/lib/atom/button-menu/test/fixtures/multiple-buttons.d.ts.map +1 -0
  3525. package/lib/atom/button-menu/test/index.stories.d.ts +50 -0
  3526. package/lib/atom/button-menu/test/index.stories.d.ts.map +1 -0
  3527. package/lib/atom/card-image-preview/index.d.ts +36 -0
  3528. package/lib/atom/card-image-preview/index.d.ts.map +1 -0
  3529. package/lib/atom/card-image-preview/test/fixtures/default.d.ts +7 -0
  3530. package/lib/atom/card-image-preview/test/fixtures/default.d.ts.map +1 -0
  3531. package/lib/atom/card-image-preview/test/fixtures/empty.d.ts +5 -0
  3532. package/lib/atom/card-image-preview/test/fixtures/empty.d.ts.map +1 -0
  3533. package/lib/atom/card-image-preview/test/index.stories.d.ts +49 -0
  3534. package/lib/atom/card-image-preview/test/index.stories.d.ts.map +1 -0
  3535. package/lib/atom/catalog-section/index.d.ts +13 -0
  3536. package/lib/atom/catalog-section/index.d.ts.map +1 -0
  3537. package/lib/atom/catalog-section/test/fixtures/list.d.ts +8 -0
  3538. package/lib/atom/catalog-section/test/fixtures/list.d.ts.map +1 -0
  3539. package/lib/atom/catalog-section/test/fixtures/picture.d.ts +8 -0
  3540. package/lib/atom/catalog-section/test/fixtures/picture.d.ts.map +1 -0
  3541. package/lib/atom/catalog-section/test/index.stories.d.ts +28 -0
  3542. package/lib/atom/catalog-section/test/index.stories.d.ts.map +1 -0
  3543. package/lib/atom/centered-text/index.d.ts +11 -0
  3544. package/lib/atom/centered-text/index.d.ts.map +1 -0
  3545. package/lib/atom/centered-text/test/fixtures/default.d.ts +6 -0
  3546. package/lib/atom/centered-text/test/fixtures/default.d.ts.map +1 -0
  3547. package/lib/atom/centered-text/test/index.stories.d.ts +18 -0
  3548. package/lib/atom/centered-text/test/index.stories.d.ts.map +1 -0
  3549. package/lib/atom/checkbox/index.d.ts +16 -0
  3550. package/lib/atom/checkbox/index.d.ts.map +1 -0
  3551. package/lib/atom/checkbox/test/fixtures/checked.d.ts +5 -0
  3552. package/lib/atom/checkbox/test/fixtures/checked.d.ts.map +1 -0
  3553. package/lib/atom/checkbox/test/fixtures/default.d.ts +11 -0
  3554. package/lib/atom/checkbox/test/fixtures/default.d.ts.map +1 -0
  3555. package/lib/atom/checkbox/test/fixtures/disabled.d.ts +5 -0
  3556. package/lib/atom/checkbox/test/fixtures/disabled.d.ts.map +1 -0
  3557. package/lib/atom/checkbox/test/fixtures/required.d.ts +5 -0
  3558. package/lib/atom/checkbox/test/fixtures/required.d.ts.map +1 -0
  3559. package/lib/atom/checkbox/test/index.stories.d.ts +41 -0
  3560. package/lib/atom/checkbox/test/index.stories.d.ts.map +1 -0
  3561. package/lib/atom/checkbox-with-title/index.d.ts +14 -0
  3562. package/lib/atom/checkbox-with-title/index.d.ts.map +1 -0
  3563. package/lib/atom/checkbox-with-title/test/fixtures/checked.d.ts +9 -0
  3564. package/lib/atom/checkbox-with-title/test/fixtures/checked.d.ts.map +1 -0
  3565. package/lib/atom/checkbox-with-title/test/fixtures/unchecked.d.ts +9 -0
  3566. package/lib/atom/checkbox-with-title/test/fixtures/unchecked.d.ts.map +1 -0
  3567. package/lib/atom/checkbox-with-title/test/index.stories.d.ts +33 -0
  3568. package/lib/atom/checkbox-with-title/test/index.stories.d.ts.map +1 -0
  3569. package/lib/atom/chips/index.d.ts +12 -0
  3570. package/lib/atom/chips/index.d.ts.map +1 -0
  3571. package/lib/atom/chips/test/fixtures/default.d.ts +10 -0
  3572. package/lib/atom/chips/test/fixtures/default.d.ts.map +1 -0
  3573. package/lib/atom/chips/test/fixtures/long-text.d.ts +10 -0
  3574. package/lib/atom/chips/test/fixtures/long-text.d.ts.map +1 -0
  3575. package/lib/atom/chips/test/fixtures/non-selected.d.ts +10 -0
  3576. package/lib/atom/chips/test/fixtures/non-selected.d.ts.map +1 -0
  3577. package/lib/atom/chips/test/index.stories.d.ts +42 -0
  3578. package/lib/atom/chips/test/index.stories.d.ts.map +1 -0
  3579. package/lib/atom/choice/index.native.d.ts +17 -0
  3580. package/lib/atom/choice/index.native.d.ts.map +1 -0
  3581. package/lib/atom/choice/test/fixtures/default.d.ts +7 -0
  3582. package/lib/atom/choice/test/fixtures/default.d.ts.map +1 -0
  3583. package/lib/atom/choice/test/fixtures/disabled.d.ts +7 -0
  3584. package/lib/atom/choice/test/fixtures/disabled.d.ts.map +1 -0
  3585. package/lib/atom/choice/test/fixtures/selected.d.ts +7 -0
  3586. package/lib/atom/choice/test/fixtures/selected.d.ts.map +1 -0
  3587. package/lib/atom/choice/test/fixtures/squeezed.d.ts +7 -0
  3588. package/lib/atom/choice/test/fixtures/squeezed.d.ts.map +1 -0
  3589. package/lib/atom/choice/test/fixtures/with-html-content.d.ts +7 -0
  3590. package/lib/atom/choice/test/fixtures/with-html-content.d.ts.map +1 -0
  3591. package/lib/atom/choice/test/fixtures/with-image.d.ts +7 -0
  3592. package/lib/atom/choice/test/fixtures/with-image.d.ts.map +1 -0
  3593. package/lib/atom/clue/index.d.ts +44 -0
  3594. package/lib/atom/clue/index.d.ts.map +1 -0
  3595. package/lib/atom/clue/test/fixtures/default.d.ts +8 -0
  3596. package/lib/atom/clue/test/fixtures/default.d.ts.map +1 -0
  3597. package/lib/atom/clue/test/fixtures/link.d.ts +8 -0
  3598. package/lib/atom/clue/test/fixtures/link.d.ts.map +1 -0
  3599. package/lib/atom/clue/test/fixtures/loading.d.ts +7 -0
  3600. package/lib/atom/clue/test/fixtures/loading.d.ts.map +1 -0
  3601. package/lib/atom/clue/test/index.stories.d.ts +28 -0
  3602. package/lib/atom/clue/test/index.stories.d.ts.map +1 -0
  3603. package/lib/atom/content-badge/index.d.ts +10 -0
  3604. package/lib/atom/content-badge/index.d.ts.map +1 -0
  3605. package/lib/atom/content-badge/test/fixtures/advanced.d.ts +8 -0
  3606. package/lib/atom/content-badge/test/fixtures/advanced.d.ts.map +1 -0
  3607. package/lib/atom/content-badge/test/fixtures/article.d.ts +8 -0
  3608. package/lib/atom/content-badge/test/fixtures/article.d.ts.map +1 -0
  3609. package/lib/atom/content-badge/test/fixtures/chapter.d.ts +8 -0
  3610. package/lib/atom/content-badge/test/fixtures/chapter.d.ts.map +1 -0
  3611. package/lib/atom/content-badge/test/fixtures/coach.d.ts +8 -0
  3612. package/lib/atom/content-badge/test/fixtures/coach.d.ts.map +1 -0
  3613. package/lib/atom/content-badge/test/fixtures/course.d.ts +8 -0
  3614. package/lib/atom/content-badge/test/fixtures/course.d.ts.map +1 -0
  3615. package/lib/atom/content-badge/test/fixtures/default.d.ts +8 -0
  3616. package/lib/atom/content-badge/test/fixtures/default.d.ts.map +1 -0
  3617. package/lib/atom/content-badge/test/fixtures/hidden.d.ts +8 -0
  3618. package/lib/atom/content-badge/test/fixtures/hidden.d.ts.map +1 -0
  3619. package/lib/atom/content-badge/test/fixtures/podcast.d.ts +8 -0
  3620. package/lib/atom/content-badge/test/fixtures/podcast.d.ts.map +1 -0
  3621. package/lib/atom/content-badge/test/fixtures/scorm.d.ts +8 -0
  3622. package/lib/atom/content-badge/test/fixtures/scorm.d.ts.map +1 -0
  3623. package/lib/atom/content-badge/test/fixtures/video.d.ts +8 -0
  3624. package/lib/atom/content-badge/test/fixtures/video.d.ts.map +1 -0
  3625. package/lib/atom/content-badge/test/index.stories.d.ts +83 -0
  3626. package/lib/atom/content-badge/test/index.stories.d.ts.map +1 -0
  3627. package/lib/atom/cta/index.d.ts +73 -0
  3628. package/lib/atom/cta/index.d.ts.map +1 -0
  3629. package/lib/atom/cta/test/fixtures/certification.d.ts +13 -0
  3630. package/lib/atom/cta/test/fixtures/certification.d.ts.map +1 -0
  3631. package/lib/atom/cta/test/fixtures/disabled.d.ts +10 -0
  3632. package/lib/atom/cta/test/fixtures/disabled.d.ts.map +1 -0
  3633. package/lib/atom/cta/test/fixtures/light-small.d.ts +11 -0
  3634. package/lib/atom/cta/test/fixtures/light-small.d.ts.map +1 -0
  3635. package/lib/atom/cta/test/fixtures/light.d.ts +10 -0
  3636. package/lib/atom/cta/test/fixtures/light.d.ts.map +1 -0
  3637. package/lib/atom/cta/test/fixtures/logout.d.ts +10 -0
  3638. package/lib/atom/cta/test/fixtures/logout.d.ts.map +1 -0
  3639. package/lib/atom/cta/test/fixtures/no-submit-value.d.ts +8 -0
  3640. package/lib/atom/cta/test/fixtures/no-submit-value.d.ts.map +1 -0
  3641. package/lib/atom/cta/test/fixtures/primary-small.d.ts +10 -0
  3642. package/lib/atom/cta/test/fixtures/primary-small.d.ts.map +1 -0
  3643. package/lib/atom/cta/test/fixtures/primary.d.ts +9 -0
  3644. package/lib/atom/cta/test/fixtures/primary.d.ts.map +1 -0
  3645. package/lib/atom/cta/test/fixtures/rectangular-secondary-fullwidth.d.ts +12 -0
  3646. package/lib/atom/cta/test/fixtures/rectangular-secondary-fullwidth.d.ts.map +1 -0
  3647. package/lib/atom/cta/test/fixtures/rectangular-secondary.d.ts +11 -0
  3648. package/lib/atom/cta/test/fixtures/rectangular-secondary.d.ts.map +1 -0
  3649. package/lib/atom/cta/test/fixtures/rectangular.d.ts +10 -0
  3650. package/lib/atom/cta/test/fixtures/rectangular.d.ts.map +1 -0
  3651. package/lib/atom/cta/test/fixtures/secondary-small.d.ts +11 -0
  3652. package/lib/atom/cta/test/fixtures/secondary-small.d.ts.map +1 -0
  3653. package/lib/atom/cta/test/fixtures/secondary.d.ts +10 -0
  3654. package/lib/atom/cta/test/fixtures/secondary.d.ts.map +1 -0
  3655. package/lib/atom/cta/test/index.stories.d.ts +130 -0
  3656. package/lib/atom/cta/test/index.stories.d.ts.map +1 -0
  3657. package/lib/atom/difficulty-level/index.d.ts +24 -0
  3658. package/lib/atom/difficulty-level/index.d.ts.map +1 -0
  3659. package/lib/atom/difficulty-level/test/fixtures/easy.d.ts +8 -0
  3660. package/lib/atom/difficulty-level/test/fixtures/easy.d.ts.map +1 -0
  3661. package/lib/atom/difficulty-level/test/fixtures/hard.d.ts +8 -0
  3662. package/lib/atom/difficulty-level/test/fixtures/hard.d.ts.map +1 -0
  3663. package/lib/atom/difficulty-level/test/fixtures/normal.d.ts +8 -0
  3664. package/lib/atom/difficulty-level/test/fixtures/normal.d.ts.map +1 -0
  3665. package/lib/atom/difficulty-level/test/fixtures/unknown.d.ts +6 -0
  3666. package/lib/atom/difficulty-level/test/fixtures/unknown.d.ts.map +1 -0
  3667. package/lib/atom/difficulty-level/test/index.stories.d.ts +38 -0
  3668. package/lib/atom/difficulty-level/test/index.stories.d.ts.map +1 -0
  3669. package/lib/atom/drag-and-drop/index.d.ts +32 -0
  3670. package/lib/atom/drag-and-drop/index.d.ts.map +1 -0
  3671. package/lib/atom/drag-and-drop/test/fixtures/clean-and-modified.d.ts +11 -0
  3672. package/lib/atom/drag-and-drop/test/fixtures/clean-and-modified.d.ts.map +1 -0
  3673. package/lib/atom/drag-and-drop/test/fixtures/default.d.ts +10 -0
  3674. package/lib/atom/drag-and-drop/test/fixtures/default.d.ts.map +1 -0
  3675. package/lib/atom/drag-and-drop/test/fixtures/disabled-with-image-reset.d.ts +17 -0
  3676. package/lib/atom/drag-and-drop/test/fixtures/disabled-with-image-reset.d.ts.map +1 -0
  3677. package/lib/atom/drag-and-drop/test/fixtures/disabled.d.ts +11 -0
  3678. package/lib/atom/drag-and-drop/test/fixtures/disabled.d.ts.map +1 -0
  3679. package/lib/atom/drag-and-drop/test/fixtures/error.d.ts +13 -0
  3680. package/lib/atom/drag-and-drop/test/fixtures/error.d.ts.map +1 -0
  3681. package/lib/atom/drag-and-drop/test/fixtures/loading.d.ts +11 -0
  3682. package/lib/atom/drag-and-drop/test/fixtures/loading.d.ts.map +1 -0
  3683. package/lib/atom/drag-and-drop/test/fixtures/modified.d.ts +17 -0
  3684. package/lib/atom/drag-and-drop/test/fixtures/modified.d.ts.map +1 -0
  3685. package/lib/atom/drag-and-drop/test/fixtures/with-children.d.ts +13 -0
  3686. package/lib/atom/drag-and-drop/test/fixtures/with-children.d.ts.map +1 -0
  3687. package/lib/atom/drag-and-drop/test/fixtures/with-image-reset.d.ts +16 -0
  3688. package/lib/atom/drag-and-drop/test/fixtures/with-image-reset.d.ts.map +1 -0
  3689. package/lib/atom/drag-and-drop/test/fixtures/with-image.d.ts +15 -0
  3690. package/lib/atom/drag-and-drop/test/fixtures/with-image.d.ts.map +1 -0
  3691. package/lib/atom/drag-and-drop/test/fixtures/with-long-description.d.ts +10 -0
  3692. package/lib/atom/drag-and-drop/test/fixtures/with-long-description.d.ts.map +1 -0
  3693. package/lib/atom/drag-and-drop/test/fixtures/with-video.d.ts +15 -0
  3694. package/lib/atom/drag-and-drop/test/fixtures/with-video.d.ts.map +1 -0
  3695. package/lib/atom/drag-and-drop/test/index.stories.d.ts +155 -0
  3696. package/lib/atom/drag-and-drop/test/index.stories.d.ts.map +1 -0
  3697. package/lib/atom/empty-search-result/index.d.ts +10 -0
  3698. package/lib/atom/empty-search-result/index.d.ts.map +1 -0
  3699. package/lib/atom/empty-search-result/test/fixtures/default.d.ts +8 -0
  3700. package/lib/atom/empty-search-result/test/fixtures/default.d.ts.map +1 -0
  3701. package/lib/atom/empty-search-result/test/index.stories.d.ts +20 -0
  3702. package/lib/atom/empty-search-result/test/index.stories.d.ts.map +1 -0
  3703. package/lib/atom/gradient/index.native.d.ts +14 -0
  3704. package/lib/atom/gradient/index.native.d.ts.map +1 -0
  3705. package/lib/atom/gradient/test/fixtures/default.d.ts +7 -0
  3706. package/lib/atom/gradient/test/fixtures/default.d.ts.map +1 -0
  3707. package/lib/atom/gradient/test/fixtures/with-all-props.d.ts +7 -0
  3708. package/lib/atom/gradient/test/fixtures/with-all-props.d.ts.map +1 -0
  3709. package/lib/atom/gradient/test/fixtures/with-children.d.ts +7 -0
  3710. package/lib/atom/gradient/test/fixtures/with-children.d.ts.map +1 -0
  3711. package/lib/atom/header-back-button/index.native.d.ts +16 -0
  3712. package/lib/atom/header-back-button/index.native.d.ts.map +1 -0
  3713. package/lib/atom/header-back-button/test/fixtures/back.d.ts +7 -0
  3714. package/lib/atom/header-back-button/test/fixtures/back.d.ts.map +1 -0
  3715. package/lib/atom/header-back-button/test/fixtures/close.d.ts +7 -0
  3716. package/lib/atom/header-back-button/test/fixtures/close.d.ts.map +1 -0
  3717. package/lib/atom/header-back-button/test/fixtures/custom-color.d.ts +7 -0
  3718. package/lib/atom/header-back-button/test/fixtures/custom-color.d.ts.map +1 -0
  3719. package/lib/atom/header-back-button/test/fixtures/home.d.ts +7 -0
  3720. package/lib/atom/header-back-button/test/fixtures/home.d.ts.map +1 -0
  3721. package/lib/atom/header-back-button/test/fixtures/no-safe-area.d.ts +7 -0
  3722. package/lib/atom/header-back-button/test/fixtures/no-safe-area.d.ts.map +1 -0
  3723. package/lib/atom/header-back-button/test/fixtures/not-floating.d.ts +7 -0
  3724. package/lib/atom/header-back-button/test/fixtures/not-floating.d.ts.map +1 -0
  3725. package/lib/atom/header-back-button/test/on-press.d.ts +2 -0
  3726. package/lib/atom/header-back-button/test/on-press.d.ts.map +1 -0
  3727. package/lib/atom/header-back-icon/index.native.d.ts +11 -0
  3728. package/lib/atom/header-back-icon/index.native.d.ts.map +1 -0
  3729. package/lib/atom/header-back-icon/test/fixtures/colored-and-sized.d.ts +7 -0
  3730. package/lib/atom/header-back-icon/test/fixtures/colored-and-sized.d.ts.map +1 -0
  3731. package/lib/atom/header-back-icon/test/fixtures/default.d.ts +7 -0
  3732. package/lib/atom/header-back-icon/test/fixtures/default.d.ts.map +1 -0
  3733. package/lib/atom/html/index.native.d.ts +17 -0
  3734. package/lib/atom/html/index.native.d.ts.map +1 -0
  3735. package/lib/atom/html/test/fixtures/default.d.ts +7 -0
  3736. package/lib/atom/html/test/fixtures/default.d.ts.map +1 -0
  3737. package/lib/atom/html/test/fixtures/with-image.d.ts +7 -0
  3738. package/lib/atom/html/test/fixtures/with-image.d.ts.map +1 -0
  3739. package/lib/atom/image-background/index.native.d.ts +15 -0
  3740. package/lib/atom/image-background/index.native.d.ts.map +1 -0
  3741. package/lib/atom/image-background/test/fixtures/default.d.ts +8 -0
  3742. package/lib/atom/image-background/test/fixtures/default.d.ts.map +1 -0
  3743. package/lib/atom/image-background/test/fixtures/max-height.d.ts +7 -0
  3744. package/lib/atom/image-background/test/fixtures/max-height.d.ts.map +1 -0
  3745. package/lib/atom/image-background/test/fixtures/max-width-and-height.d.ts +7 -0
  3746. package/lib/atom/image-background/test/fixtures/max-width-and-height.d.ts.map +1 -0
  3747. package/lib/atom/image-background/test/fixtures/max-width.d.ts +7 -0
  3748. package/lib/atom/image-background/test/fixtures/max-width.d.ts.map +1 -0
  3749. package/lib/atom/image-background/test/fixtures/resize-mode-contain.d.ts +7 -0
  3750. package/lib/atom/image-background/test/fixtures/resize-mode-contain.d.ts.map +1 -0
  3751. package/lib/atom/image-background/test/fixtures/with-gradient.d.ts +8 -0
  3752. package/lib/atom/image-background/test/fixtures/with-gradient.d.ts.map +1 -0
  3753. package/lib/atom/image-background/test/resize.d.ts +2 -0
  3754. package/lib/atom/image-background/test/resize.d.ts.map +1 -0
  3755. package/lib/atom/image-upload/index.d.ts +44 -0
  3756. package/lib/atom/image-upload/index.d.ts.map +1 -0
  3757. package/lib/atom/image-upload/test/fixtures/clean-modified.d.ts +12 -0
  3758. package/lib/atom/image-upload/test/fixtures/clean-modified.d.ts.map +1 -0
  3759. package/lib/atom/image-upload/test/fixtures/default.d.ts +14 -0
  3760. package/lib/atom/image-upload/test/fixtures/default.d.ts.map +1 -0
  3761. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-multiple.d.ts +17 -0
  3762. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-multiple.d.ts.map +1 -0
  3763. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-only-png.d.ts +17 -0
  3764. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-only-png.d.ts.map +1 -0
  3765. package/lib/atom/image-upload/test/fixtures/desktop-reset-description.d.ts +16 -0
  3766. package/lib/atom/image-upload/test/fixtures/desktop-reset-description.d.ts.map +1 -0
  3767. package/lib/atom/image-upload/test/fixtures/desktop-reset-no-description.d.ts +15 -0
  3768. package/lib/atom/image-upload/test/fixtures/desktop-reset-no-description.d.ts.map +1 -0
  3769. package/lib/atom/image-upload/test/fixtures/desktop.d.ts +14 -0
  3770. package/lib/atom/image-upload/test/fixtures/desktop.d.ts.map +1 -0
  3771. package/lib/atom/image-upload/test/fixtures/disabled.d.ts +11 -0
  3772. package/lib/atom/image-upload/test/fixtures/disabled.d.ts.map +1 -0
  3773. package/lib/atom/image-upload/test/fixtures/email.d.ts +14 -0
  3774. package/lib/atom/image-upload/test/fixtures/email.d.ts.map +1 -0
  3775. package/lib/atom/image-upload/test/fixtures/mobile.d.ts +15 -0
  3776. package/lib/atom/image-upload/test/fixtures/mobile.d.ts.map +1 -0
  3777. package/lib/atom/image-upload/test/fixtures/modified.d.ts +15 -0
  3778. package/lib/atom/image-upload/test/fixtures/modified.d.ts.map +1 -0
  3779. package/lib/atom/image-upload/test/index.stories.d.ts +196 -0
  3780. package/lib/atom/image-upload/test/index.stories.d.ts.map +1 -0
  3781. package/lib/atom/input-checkbox/index.d.ts +18 -0
  3782. package/lib/atom/input-checkbox/index.d.ts.map +1 -0
  3783. package/lib/atom/input-checkbox/test/fixtures/checked-disabled.d.ts +5 -0
  3784. package/lib/atom/input-checkbox/test/fixtures/checked-disabled.d.ts.map +1 -0
  3785. package/lib/atom/input-checkbox/test/fixtures/checked.d.ts +5 -0
  3786. package/lib/atom/input-checkbox/test/fixtures/checked.d.ts.map +1 -0
  3787. package/lib/atom/input-checkbox/test/fixtures/default.d.ts +10 -0
  3788. package/lib/atom/input-checkbox/test/fixtures/default.d.ts.map +1 -0
  3789. package/lib/atom/input-checkbox/test/fixtures/disabled.d.ts +5 -0
  3790. package/lib/atom/input-checkbox/test/fixtures/disabled.d.ts.map +1 -0
  3791. package/lib/atom/input-checkbox/test/fixtures/error.d.ts +5 -0
  3792. package/lib/atom/input-checkbox/test/fixtures/error.d.ts.map +1 -0
  3793. package/lib/atom/input-checkbox/test/fixtures/modified.d.ts +5 -0
  3794. package/lib/atom/input-checkbox/test/fixtures/modified.d.ts.map +1 -0
  3795. package/lib/atom/input-checkbox/test/fixtures/required.d.ts +5 -0
  3796. package/lib/atom/input-checkbox/test/fixtures/required.d.ts.map +1 -0
  3797. package/lib/atom/input-checkbox/test/index.stories.d.ts +54 -0
  3798. package/lib/atom/input-checkbox/test/index.stories.d.ts.map +1 -0
  3799. package/lib/atom/input-color/index.d.ts +17 -0
  3800. package/lib/atom/input-color/index.d.ts.map +1 -0
  3801. package/lib/atom/input-color/test/fixtures/default.d.ts +11 -0
  3802. package/lib/atom/input-color/test/fixtures/default.d.ts.map +1 -0
  3803. package/lib/atom/input-color/test/fixtures/empty.d.ts +11 -0
  3804. package/lib/atom/input-color/test/fixtures/empty.d.ts.map +1 -0
  3805. package/lib/atom/input-color/test/fixtures/error.d.ts +12 -0
  3806. package/lib/atom/input-color/test/fixtures/error.d.ts.map +1 -0
  3807. package/lib/atom/input-color/test/fixtures/modified.d.ts +12 -0
  3808. package/lib/atom/input-color/test/fixtures/modified.d.ts.map +1 -0
  3809. package/lib/atom/input-color/test/index.stories.d.ts +62 -0
  3810. package/lib/atom/input-color/test/index.stories.d.ts.map +1 -0
  3811. package/lib/atom/input-doublestep/index.d.ts +20 -0
  3812. package/lib/atom/input-doublestep/index.d.ts.map +1 -0
  3813. package/lib/atom/input-doublestep/test/fixtures/default.d.ts +12 -0
  3814. package/lib/atom/input-doublestep/test/fixtures/default.d.ts.map +1 -0
  3815. package/lib/atom/input-doublestep/test/fixtures/disabled.d.ts +13 -0
  3816. package/lib/atom/input-doublestep/test/fixtures/disabled.d.ts.map +1 -0
  3817. package/lib/atom/input-doublestep/test/fixtures/input-confirm-disabled.d.ts +16 -0
  3818. package/lib/atom/input-doublestep/test/fixtures/input-confirm-disabled.d.ts.map +1 -0
  3819. package/lib/atom/input-doublestep/test/fixtures/input-confirm-pending.d.ts +19 -0
  3820. package/lib/atom/input-doublestep/test/fixtures/input-confirm-pending.d.ts.map +1 -0
  3821. package/lib/atom/input-doublestep/test/fixtures/input-confirm.d.ts +17 -0
  3822. package/lib/atom/input-doublestep/test/fixtures/input-confirm.d.ts.map +1 -0
  3823. package/lib/atom/input-doublestep/test/index.stories.d.ts +80 -0
  3824. package/lib/atom/input-doublestep/test/index.stories.d.ts.map +1 -0
  3825. package/lib/atom/input-html/index.d.ts +27 -0
  3826. package/lib/atom/input-html/index.d.ts.map +1 -0
  3827. package/lib/atom/input-html/input-preview.d.ts +15 -0
  3828. package/lib/atom/input-html/input-preview.d.ts.map +1 -0
  3829. package/lib/atom/input-html/test/fixtures/default.d.ts +12 -0
  3830. package/lib/atom/input-html/test/fixtures/default.d.ts.map +1 -0
  3831. package/lib/atom/input-html/test/fixtures/empty.d.ts +12 -0
  3832. package/lib/atom/input-html/test/fixtures/empty.d.ts.map +1 -0
  3833. package/lib/atom/input-html/test/fixtures/error.d.ts +12 -0
  3834. package/lib/atom/input-html/test/fixtures/error.d.ts.map +1 -0
  3835. package/lib/atom/input-html/test/index.stories.d.ts +41 -0
  3836. package/lib/atom/input-html/test/index.stories.d.ts.map +1 -0
  3837. package/lib/atom/input-readonly/index.d.ts +11 -0
  3838. package/lib/atom/input-readonly/index.d.ts.map +1 -0
  3839. package/lib/atom/input-readonly/test/fixtures/default.d.ts +9 -0
  3840. package/lib/atom/input-readonly/test/fixtures/default.d.ts.map +1 -0
  3841. package/lib/atom/input-readonly/test/index.stories.d.ts +22 -0
  3842. package/lib/atom/input-readonly/test/index.stories.d.ts.map +1 -0
  3843. package/lib/atom/input-search/index.d.ts +38 -0
  3844. package/lib/atom/input-search/index.d.ts.map +1 -0
  3845. package/lib/atom/input-search/test/fixtures/coorpmanager-with-value.d.ts +13 -0
  3846. package/lib/atom/input-search/test/fixtures/coorpmanager-with-value.d.ts.map +1 -0
  3847. package/lib/atom/input-search/test/fixtures/coorpmanager.d.ts +12 -0
  3848. package/lib/atom/input-search/test/fixtures/coorpmanager.d.ts.map +1 -0
  3849. package/lib/atom/input-search/test/fixtures/default.d.ts +11 -0
  3850. package/lib/atom/input-search/test/fixtures/default.d.ts.map +1 -0
  3851. package/lib/atom/input-search/test/fixtures/with-value.d.ts +11 -0
  3852. package/lib/atom/input-search/test/fixtures/with-value.d.ts.map +1 -0
  3853. package/lib/atom/input-search/test/index.stories.d.ts +84 -0
  3854. package/lib/atom/input-search/test/index.stories.d.ts.map +1 -0
  3855. package/lib/atom/input-switch/index.d.ts +21 -0
  3856. package/lib/atom/input-switch/index.d.ts.map +1 -0
  3857. package/lib/atom/input-switch/test/fixtures/checked.d.ts +10 -0
  3858. package/lib/atom/input-switch/test/fixtures/checked.d.ts.map +1 -0
  3859. package/lib/atom/input-switch/test/fixtures/cm-left.d.ts +13 -0
  3860. package/lib/atom/input-switch/test/fixtures/cm-left.d.ts.map +1 -0
  3861. package/lib/atom/input-switch/test/fixtures/cm-right-checked.d.ts +13 -0
  3862. package/lib/atom/input-switch/test/fixtures/cm-right-checked.d.ts.map +1 -0
  3863. package/lib/atom/input-switch/test/fixtures/cm-right-disabled.d.ts +14 -0
  3864. package/lib/atom/input-switch/test/fixtures/cm-right-disabled.d.ts.map +1 -0
  3865. package/lib/atom/input-switch/test/fixtures/cm-right-modified.d.ts +14 -0
  3866. package/lib/atom/input-switch/test/fixtures/cm-right-modified.d.ts.map +1 -0
  3867. package/lib/atom/input-switch/test/fixtures/cm-right.d.ts +13 -0
  3868. package/lib/atom/input-switch/test/fixtures/cm-right.d.ts.map +1 -0
  3869. package/lib/atom/input-switch/test/fixtures/details.d.ts +13 -0
  3870. package/lib/atom/input-switch/test/fixtures/details.d.ts.map +1 -0
  3871. package/lib/atom/input-switch/test/fixtures/disabled.d.ts +11 -0
  3872. package/lib/atom/input-switch/test/fixtures/disabled.d.ts.map +1 -0
  3873. package/lib/atom/input-switch/test/fixtures/modified.d.ts +11 -0
  3874. package/lib/atom/input-switch/test/fixtures/modified.d.ts.map +1 -0
  3875. package/lib/atom/input-switch/test/fixtures/no-title.d.ts +9 -0
  3876. package/lib/atom/input-switch/test/fixtures/no-title.d.ts.map +1 -0
  3877. package/lib/atom/input-switch/test/fixtures/partiel-uncheck-right-checked.d.ts +12 -0
  3878. package/lib/atom/input-switch/test/fixtures/partiel-uncheck-right-checked.d.ts.map +1 -0
  3879. package/lib/atom/input-switch/test/fixtures/partiel-uncheck-right-disabled.d.ts +13 -0
  3880. package/lib/atom/input-switch/test/fixtures/partiel-uncheck-right-disabled.d.ts.map +1 -0
  3881. package/lib/atom/input-switch/test/fixtures/partiel-uncheck-right.d.ts +12 -0
  3882. package/lib/atom/input-switch/test/fixtures/partiel-uncheck-right.d.ts.map +1 -0
  3883. package/lib/atom/input-switch/test/fixtures/required-selection.d.ts +13 -0
  3884. package/lib/atom/input-switch/test/fixtures/required-selection.d.ts.map +1 -0
  3885. package/lib/atom/input-switch/test/fixtures/sso.d.ts +10 -0
  3886. package/lib/atom/input-switch/test/fixtures/sso.d.ts.map +1 -0
  3887. package/lib/atom/input-switch/test/fixtures/unchecked.d.ts +10 -0
  3888. package/lib/atom/input-switch/test/fixtures/unchecked.d.ts.map +1 -0
  3889. package/lib/atom/input-switch/test/index.stories.d.ts +199 -0
  3890. package/lib/atom/input-switch/test/index.stories.d.ts.map +1 -0
  3891. package/lib/atom/input-text/index.d.ts +23 -0
  3892. package/lib/atom/input-text/index.d.ts.map +1 -0
  3893. package/lib/atom/input-text/test/fixtures/cm-default.d.ts +18 -0
  3894. package/lib/atom/input-text/test/fixtures/cm-default.d.ts.map +1 -0
  3895. package/lib/atom/input-text/test/fixtures/default.d.ts +12 -0
  3896. package/lib/atom/input-text/test/fixtures/default.d.ts.map +1 -0
  3897. package/lib/atom/input-text/test/fixtures/disabled.d.ts +5 -0
  3898. package/lib/atom/input-text/test/fixtures/disabled.d.ts.map +1 -0
  3899. package/lib/atom/input-text/test/fixtures/empty.d.ts +5 -0
  3900. package/lib/atom/input-text/test/fixtures/empty.d.ts.map +1 -0
  3901. package/lib/atom/input-text/test/fixtures/error.d.ts +5 -0
  3902. package/lib/atom/input-text/test/fixtures/error.d.ts.map +1 -0
  3903. package/lib/atom/input-text/test/fixtures/modified.d.ts +5 -0
  3904. package/lib/atom/input-text/test/fixtures/modified.d.ts.map +1 -0
  3905. package/lib/atom/input-text/test/fixtures/notitle.d.ts +5 -0
  3906. package/lib/atom/input-text/test/fixtures/notitle.d.ts.map +1 -0
  3907. package/lib/atom/input-text/test/fixtures/required.d.ts +5 -0
  3908. package/lib/atom/input-text/test/fixtures/required.d.ts.map +1 -0
  3909. package/lib/atom/input-text/test/index.stories.d.ts +78 -0
  3910. package/lib/atom/input-text/test/index.stories.d.ts.map +1 -0
  3911. package/lib/atom/input-text-with-title/index.d.ts +29 -0
  3912. package/lib/atom/input-text-with-title/index.d.ts.map +1 -0
  3913. package/lib/atom/input-text-with-title/test/fixtures/default.d.ts +21 -0
  3914. package/lib/atom/input-text-with-title/test/fixtures/default.d.ts.map +1 -0
  3915. package/lib/atom/input-text-with-title/test/fixtures/error.d.ts +22 -0
  3916. package/lib/atom/input-text-with-title/test/fixtures/error.d.ts.map +1 -0
  3917. package/lib/atom/input-text-with-title/test/index.stories.d.ts +73 -0
  3918. package/lib/atom/input-text-with-title/test/index.stories.d.ts.map +1 -0
  3919. package/lib/atom/input-textarea/index.d.ts +20 -0
  3920. package/lib/atom/input-textarea/index.d.ts.map +1 -0
  3921. package/lib/atom/input-textarea/test/fixtures/cm-default.d.ts +18 -0
  3922. package/lib/atom/input-textarea/test/fixtures/cm-default.d.ts.map +1 -0
  3923. package/lib/atom/input-textarea/test/fixtures/cm-empty.d.ts +18 -0
  3924. package/lib/atom/input-textarea/test/fixtures/cm-empty.d.ts.map +1 -0
  3925. package/lib/atom/input-textarea/test/fixtures/default.d.ts +11 -0
  3926. package/lib/atom/input-textarea/test/fixtures/default.d.ts.map +1 -0
  3927. package/lib/atom/input-textarea/test/fixtures/empty.d.ts +11 -0
  3928. package/lib/atom/input-textarea/test/fixtures/empty.d.ts.map +1 -0
  3929. package/lib/atom/input-textarea/test/fixtures/error.d.ts +12 -0
  3930. package/lib/atom/input-textarea/test/fixtures/error.d.ts.map +1 -0
  3931. package/lib/atom/input-textarea/test/index.stories.d.ts +88 -0
  3932. package/lib/atom/input-textarea/test/index.stories.d.ts.map +1 -0
  3933. package/lib/atom/label/index.d.ts +13 -0
  3934. package/lib/atom/label/index.d.ts.map +1 -0
  3935. package/lib/atom/label/test/fixtures/one-child.d.ts +8 -0
  3936. package/lib/atom/label/test/fixtures/one-child.d.ts.map +1 -0
  3937. package/lib/atom/label/test/fixtures/two-children.d.ts +6 -0
  3938. package/lib/atom/label/test/fixtures/two-children.d.ts.map +1 -0
  3939. package/lib/atom/label/test/index.stories.d.ts +26 -0
  3940. package/lib/atom/label/test/index.stories.d.ts.map +1 -0
  3941. package/lib/atom/life/index.d.ts +44 -0
  3942. package/lib/atom/life/index.d.ts.map +1 -0
  3943. package/lib/atom/life/test/fixtures/animated-extra-life.d.ts +13 -0
  3944. package/lib/atom/life/test/fixtures/animated-extra-life.d.ts.map +1 -0
  3945. package/lib/atom/life/test/fixtures/animated-fail.d.ts +12 -0
  3946. package/lib/atom/life/test/fixtures/animated-fail.d.ts.map +1 -0
  3947. package/lib/atom/life/test/fixtures/default.d.ts +12 -0
  3948. package/lib/atom/life/test/fixtures/default.d.ts.map +1 -0
  3949. package/lib/atom/life/test/fixtures/fail.d.ts +11 -0
  3950. package/lib/atom/life/test/fixtures/fail.d.ts.map +1 -0
  3951. package/lib/atom/life/test/fixtures/null.d.ts +12 -0
  3952. package/lib/atom/life/test/fixtures/null.d.ts.map +1 -0
  3953. package/lib/atom/life/test/fixtures/overlayed-extra-life.d.ts +11 -0
  3954. package/lib/atom/life/test/fixtures/overlayed-extra-life.d.ts.map +1 -0
  3955. package/lib/atom/life/test/fixtures/small.d.ts +12 -0
  3956. package/lib/atom/life/test/fixtures/small.d.ts.map +1 -0
  3957. package/lib/atom/life/test/index.stories.d.ts +123 -0
  3958. package/lib/atom/life/test/index.stories.d.ts.map +1 -0
  3959. package/lib/atom/link/index.d.ts +56 -0
  3960. package/lib/atom/link/index.d.ts.map +1 -0
  3961. package/lib/atom/link/test/fixtures/download.d.ts +9 -0
  3962. package/lib/atom/link/test/fixtures/download.d.ts.map +1 -0
  3963. package/lib/atom/link/test/fixtures/href.d.ts +8 -0
  3964. package/lib/atom/link/test/fixtures/href.d.ts.map +1 -0
  3965. package/lib/atom/link/test/fixtures/styled-link.d.ts +13 -0
  3966. package/lib/atom/link/test/fixtures/styled-link.d.ts.map +1 -0
  3967. package/lib/atom/link/test/index.stories.d.ts +32 -0
  3968. package/lib/atom/link/test/index.stories.d.ts.map +1 -0
  3969. package/lib/atom/loader/index.d.ts +13 -0
  3970. package/lib/atom/loader/index.d.ts.map +1 -0
  3971. package/lib/atom/loader/test/fixtures/coorpmanager.d.ts +8 -0
  3972. package/lib/atom/loader/test/fixtures/coorpmanager.d.ts.map +1 -0
  3973. package/lib/atom/loader/test/fixtures/default.d.ts +6 -0
  3974. package/lib/atom/loader/test/fixtures/default.d.ts.map +1 -0
  3975. package/lib/atom/loader/test/index.stories.d.ts +26 -0
  3976. package/lib/atom/loader/test/index.stories.d.ts.map +1 -0
  3977. package/lib/atom/lottie-wrapper/index.d.ts +8 -0
  3978. package/lib/atom/lottie-wrapper/index.d.ts.map +1 -0
  3979. package/lib/atom/lottie-wrapper/prop-types.d.ts +26 -0
  3980. package/lib/atom/lottie-wrapper/prop-types.d.ts.map +1 -0
  3981. package/lib/atom/lottie-wrapper/test/fixtures/confetti.d.ts +20 -0
  3982. package/lib/atom/lottie-wrapper/test/fixtures/confetti.d.ts.map +1 -0
  3983. package/lib/atom/lottie-wrapper/test/fixtures/controls.d.ts +20 -0
  3984. package/lib/atom/lottie-wrapper/test/fixtures/controls.d.ts.map +1 -0
  3985. package/lib/atom/lottie-wrapper/test/fixtures/default.d.ts +20 -0
  3986. package/lib/atom/lottie-wrapper/test/fixtures/default.d.ts.map +1 -0
  3987. package/lib/atom/lottie-wrapper/test/fixtures/rank.d.ts +16 -0
  3988. package/lib/atom/lottie-wrapper/test/fixtures/rank.d.ts.map +1 -0
  3989. package/lib/atom/lottie-wrapper/test/index.stories.d.ts +98 -0
  3990. package/lib/atom/lottie-wrapper/test/index.stories.d.ts.map +1 -0
  3991. package/lib/atom/notification/index.d.ts +10 -0
  3992. package/lib/atom/notification/index.d.ts.map +1 -0
  3993. package/lib/atom/notification/test/fixtures/default.d.ts +8 -0
  3994. package/lib/atom/notification/test/fixtures/default.d.ts.map +1 -0
  3995. package/lib/atom/notification/test/fixtures/error.d.ts +8 -0
  3996. package/lib/atom/notification/test/fixtures/error.d.ts.map +1 -0
  3997. package/lib/atom/notification/test/fixtures/warning.d.ts +8 -0
  3998. package/lib/atom/notification/test/fixtures/warning.d.ts.map +1 -0
  3999. package/lib/atom/notification/test/index.stories.d.ts +34 -0
  4000. package/lib/atom/notification/test/index.stories.d.ts.map +1 -0
  4001. package/lib/atom/picture/index.d.ts +9 -0
  4002. package/lib/atom/picture/index.d.ts.map +1 -0
  4003. package/lib/atom/picture/test/fixtures/default.d.ts +10 -0
  4004. package/lib/atom/picture/test/fixtures/default.d.ts.map +1 -0
  4005. package/lib/atom/picture/test/fixtures/empty.d.ts +10 -0
  4006. package/lib/atom/picture/test/fixtures/empty.d.ts.map +1 -0
  4007. package/lib/atom/picture/test/fixtures/simple-src.d.ts +7 -0
  4008. package/lib/atom/picture/test/fixtures/simple-src.d.ts.map +1 -0
  4009. package/lib/atom/picture/test/fixtures/svg.d.ts +7 -0
  4010. package/lib/atom/picture/test/fixtures/svg.d.ts.map +1 -0
  4011. package/lib/atom/picture/test/index.stories.d.ts +42 -0
  4012. package/lib/atom/picture/test/index.stories.d.ts.map +1 -0
  4013. package/lib/atom/picture-background/index.d.ts +15 -0
  4014. package/lib/atom/picture-background/index.d.ts.map +1 -0
  4015. package/lib/atom/picture-background/test/fixtures/contain.d.ts +16 -0
  4016. package/lib/atom/picture-background/test/fixtures/contain.d.ts.map +1 -0
  4017. package/lib/atom/picture-background/test/fixtures/cover.d.ts +16 -0
  4018. package/lib/atom/picture-background/test/fixtures/cover.d.ts.map +1 -0
  4019. package/lib/atom/picture-background/test/fixtures/default.d.ts +16 -0
  4020. package/lib/atom/picture-background/test/fixtures/default.d.ts.map +1 -0
  4021. package/lib/atom/picture-background/test/fixtures/desktop.d.ts +8 -0
  4022. package/lib/atom/picture-background/test/fixtures/desktop.d.ts.map +1 -0
  4023. package/lib/atom/picture-background/test/index.stories.d.ts +70 -0
  4024. package/lib/atom/picture-background/test/index.stories.d.ts.map +1 -0
  4025. package/lib/atom/promo-code/index.d.ts +15 -0
  4026. package/lib/atom/promo-code/index.d.ts.map +1 -0
  4027. package/lib/atom/promo-code/test/fixtures/default.d.ts +11 -0
  4028. package/lib/atom/promo-code/test/fixtures/default.d.ts.map +1 -0
  4029. package/lib/atom/promo-code/test/fixtures/error.d.ts +12 -0
  4030. package/lib/atom/promo-code/test/fixtures/error.d.ts.map +1 -0
  4031. package/lib/atom/promo-code/test/fixtures/success.d.ts +12 -0
  4032. package/lib/atom/promo-code/test/fixtures/success.d.ts.map +1 -0
  4033. package/lib/atom/promo-code/test/index.stories.d.ts +44 -0
  4034. package/lib/atom/promo-code/test/index.stories.d.ts.map +1 -0
  4035. package/lib/atom/provider/index.d.ts +89 -0
  4036. package/lib/atom/provider/index.d.ts.map +1 -0
  4037. package/lib/atom/provider/test/fixtures/default.d.ts +8 -0
  4038. package/lib/atom/provider/test/fixtures/default.d.ts.map +1 -0
  4039. package/lib/atom/provider/test/index.stories.d.ts +14 -0
  4040. package/lib/atom/provider/test/index.stories.d.ts.map +1 -0
  4041. package/lib/atom/provider/web-context.d.ts +17 -0
  4042. package/lib/atom/provider/web-context.d.ts.map +1 -0
  4043. package/lib/atom/radio-group/index.d.ts +44 -0
  4044. package/lib/atom/radio-group/index.d.ts.map +1 -0
  4045. package/lib/atom/radio-group/item.d.ts +38 -0
  4046. package/lib/atom/radio-group/item.d.ts.map +1 -0
  4047. package/lib/atom/radio-group/test/fixtures/default.d.ts +14 -0
  4048. package/lib/atom/radio-group/test/fixtures/default.d.ts.map +1 -0
  4049. package/lib/atom/radio-group/test/fixtures/empty.d.ts +7 -0
  4050. package/lib/atom/radio-group/test/fixtures/empty.d.ts.map +1 -0
  4051. package/lib/atom/radio-group/test/fixtures/last-selected.d.ts +15 -0
  4052. package/lib/atom/radio-group/test/fixtures/last-selected.d.ts.map +1 -0
  4053. package/lib/atom/radio-group/test/index.stories.d.ts +78 -0
  4054. package/lib/atom/radio-group/test/index.stories.d.ts.map +1 -0
  4055. package/lib/atom/range/handle.d.ts +34 -0
  4056. package/lib/atom/range/handle.d.ts.map +1 -0
  4057. package/lib/atom/range/index.d.ts +32 -0
  4058. package/lib/atom/range/index.d.ts.map +1 -0
  4059. package/lib/atom/range/test/fixtures/default.d.ts +9 -0
  4060. package/lib/atom/range/test/fixtures/default.d.ts.map +1 -0
  4061. package/lib/atom/range/test/fixtures/multi.d.ts +9 -0
  4062. package/lib/atom/range/test/fixtures/multi.d.ts.map +1 -0
  4063. package/lib/atom/range/test/index.stories.d.ts +24 -0
  4064. package/lib/atom/range/test/index.stories.d.ts.map +1 -0
  4065. package/lib/atom/resource-miniature/index.d.ts +36 -0
  4066. package/lib/atom/resource-miniature/index.d.ts.map +1 -0
  4067. package/lib/atom/resource-miniature/test/fixtures/audio.d.ts +10 -0
  4068. package/lib/atom/resource-miniature/test/fixtures/audio.d.ts.map +1 -0
  4069. package/lib/atom/resource-miniature/test/fixtures/pdf.d.ts +9 -0
  4070. package/lib/atom/resource-miniature/test/fixtures/pdf.d.ts.map +1 -0
  4071. package/lib/atom/resource-miniature/test/fixtures/selected-pdf.d.ts +3 -0
  4072. package/lib/atom/resource-miniature/test/fixtures/selected-pdf.d.ts.map +1 -0
  4073. package/lib/atom/resource-miniature/test/fixtures/selected-video.d.ts +3 -0
  4074. package/lib/atom/resource-miniature/test/fixtures/selected-video.d.ts.map +1 -0
  4075. package/lib/atom/resource-miniature/test/fixtures/video.d.ts +11 -0
  4076. package/lib/atom/resource-miniature/test/fixtures/video.d.ts.map +1 -0
  4077. package/lib/atom/resource-miniature/test/index.stories.d.ts +74 -0
  4078. package/lib/atom/resource-miniature/test/index.stories.d.ts.map +1 -0
  4079. package/lib/atom/review-background/index.d.ts +7 -0
  4080. package/lib/atom/review-background/index.d.ts.map +1 -0
  4081. package/lib/atom/review-background/prop-types.d.ts +6 -0
  4082. package/lib/atom/review-background/prop-types.d.ts.map +1 -0
  4083. package/lib/atom/review-background/test/fixtures/default.d.ts +7 -0
  4084. package/lib/atom/review-background/test/fixtures/default.d.ts.map +1 -0
  4085. package/lib/atom/review-background/test/index.stories.d.ts +18 -0
  4086. package/lib/atom/review-background/test/index.stories.d.ts.map +1 -0
  4087. package/lib/atom/review-header-step-item/index.d.ts +12 -0
  4088. package/lib/atom/review-header-step-item/index.d.ts.map +1 -0
  4089. package/lib/atom/review-header-step-item/index.native.d.ts +5 -0
  4090. package/lib/atom/review-header-step-item/index.native.d.ts.map +1 -0
  4091. package/lib/atom/review-header-step-item/test/fixtures/current.d.ts +4 -0
  4092. package/lib/atom/review-header-step-item/test/fixtures/current.d.ts.map +1 -0
  4093. package/lib/atom/review-header-step-item/test/fixtures/default.d.ts +4 -0
  4094. package/lib/atom/review-header-step-item/test/fixtures/default.d.ts.map +1 -0
  4095. package/lib/atom/review-header-step-item/test/fixtures/right.d.ts +4 -0
  4096. package/lib/atom/review-header-step-item/test/fixtures/right.d.ts.map +1 -0
  4097. package/lib/atom/review-header-step-item/test/fixtures/wrong.d.ts +4 -0
  4098. package/lib/atom/review-header-step-item/test/fixtures/wrong.d.ts.map +1 -0
  4099. package/lib/atom/review-header-step-item/test/index.stories.d.ts +30 -0
  4100. package/lib/atom/review-header-step-item/test/index.stories.d.ts.map +1 -0
  4101. package/lib/atom/review-header-step-item/types.d.ts +16 -0
  4102. package/lib/atom/review-header-step-item/types.d.ts.map +1 -0
  4103. package/lib/atom/review-presentation/index.d.ts +7 -0
  4104. package/lib/atom/review-presentation/index.d.ts.map +1 -0
  4105. package/lib/atom/review-presentation/prop-types.d.ts +26 -0
  4106. package/lib/atom/review-presentation/prop-types.d.ts.map +1 -0
  4107. package/lib/atom/review-presentation/test/fixtures/default.d.ts +28 -0
  4108. package/lib/atom/review-presentation/test/fixtures/default.d.ts.map +1 -0
  4109. package/lib/atom/review-presentation/test/index.stories.d.ts +58 -0
  4110. package/lib/atom/review-presentation/test/index.stories.d.ts.map +1 -0
  4111. package/lib/atom/select/index.d.ts +56 -0
  4112. package/lib/atom/select/index.d.ts.map +1 -0
  4113. package/lib/atom/select/test/fixtures/coorpmanager.d.ts +5 -0
  4114. package/lib/atom/select/test/fixtures/coorpmanager.d.ts.map +1 -0
  4115. package/lib/atom/select/test/fixtures/default.d.ts +12 -0
  4116. package/lib/atom/select/test/fixtures/default.d.ts.map +1 -0
  4117. package/lib/atom/select/test/fixtures/disabled.d.ts +5 -0
  4118. package/lib/atom/select/test/fixtures/disabled.d.ts.map +1 -0
  4119. package/lib/atom/select/test/fixtures/error.d.ts +14 -0
  4120. package/lib/atom/select/test/fixtures/error.d.ts.map +1 -0
  4121. package/lib/atom/select/test/fixtures/filter.d.ts +14 -0
  4122. package/lib/atom/select/test/fixtures/filter.d.ts.map +1 -0
  4123. package/lib/atom/select/test/fixtures/invalid.d.ts +5 -0
  4124. package/lib/atom/select/test/fixtures/invalid.d.ts.map +1 -0
  4125. package/lib/atom/select/test/fixtures/modified.d.ts +14 -0
  4126. package/lib/atom/select/test/fixtures/modified.d.ts.map +1 -0
  4127. package/lib/atom/select/test/fixtures/mooc.d.ts +5 -0
  4128. package/lib/atom/select/test/fixtures/mooc.d.ts.map +1 -0
  4129. package/lib/atom/select/test/fixtures/multiple-selected.d.ts +5 -0
  4130. package/lib/atom/select/test/fixtures/multiple-selected.d.ts.map +1 -0
  4131. package/lib/atom/select/test/fixtures/multiple.d.ts +5 -0
  4132. package/lib/atom/select/test/fixtures/multiple.d.ts.map +1 -0
  4133. package/lib/atom/select/test/fixtures/player.d.ts +5 -0
  4134. package/lib/atom/select/test/fixtures/player.d.ts.map +1 -0
  4135. package/lib/atom/select/test/fixtures/question.d.ts +5 -0
  4136. package/lib/atom/select/test/fixtures/question.d.ts.map +1 -0
  4137. package/lib/atom/select/test/fixtures/required-with-title.d.ts +5 -0
  4138. package/lib/atom/select/test/fixtures/required-with-title.d.ts.map +1 -0
  4139. package/lib/atom/select/test/fixtures/required.d.ts +5 -0
  4140. package/lib/atom/select/test/fixtures/required.d.ts.map +1 -0
  4141. package/lib/atom/select/test/fixtures/sort.d.ts +14 -0
  4142. package/lib/atom/select/test/fixtures/sort.d.ts.map +1 -0
  4143. package/lib/atom/select/test/fixtures/template.d.ts +5 -0
  4144. package/lib/atom/select/test/fixtures/template.d.ts.map +1 -0
  4145. package/lib/atom/select/test/fixtures/thematiques-long.d.ts +5 -0
  4146. package/lib/atom/select/test/fixtures/thematiques-long.d.ts.map +1 -0
  4147. package/lib/atom/select/test/fixtures/thematiques.d.ts +5 -0
  4148. package/lib/atom/select/test/fixtures/thematiques.d.ts.map +1 -0
  4149. package/lib/atom/select/test/index.stories.d.ts +167 -0
  4150. package/lib/atom/select/test/index.stories.d.ts.map +1 -0
  4151. package/lib/atom/select-modal/index.native.d.ts +28 -0
  4152. package/lib/atom/select-modal/index.native.d.ts.map +1 -0
  4153. package/lib/atom/select-modal/test/fixtures/colored.d.ts +7 -0
  4154. package/lib/atom/select-modal/test/fixtures/colored.d.ts.map +1 -0
  4155. package/lib/atom/select-modal/test/fixtures/default.d.ts +8 -0
  4156. package/lib/atom/select-modal/test/fixtures/default.d.ts.map +1 -0
  4157. package/lib/atom/select-modal/test/fixtures/disabled.d.ts +7 -0
  4158. package/lib/atom/select-modal/test/fixtures/disabled.d.ts.map +1 -0
  4159. package/lib/atom/select-modal/test/fixtures/focused.d.ts +7 -0
  4160. package/lib/atom/select-modal/test/fixtures/focused.d.ts.map +1 -0
  4161. package/lib/atom/select-modal/test/fixtures/with-place-holder.d.ts +7 -0
  4162. package/lib/atom/select-modal/test/fixtures/with-place-holder.d.ts.map +1 -0
  4163. package/lib/atom/select-modal/test/fixtures/with-value.d.ts +7 -0
  4164. package/lib/atom/select-modal/test/fixtures/with-value.d.ts.map +1 -0
  4165. package/lib/atom/select-modal/test/on-blur.d.ts +2 -0
  4166. package/lib/atom/select-modal/test/on-blur.d.ts.map +1 -0
  4167. package/lib/atom/select-modal/test/on-change.d.ts +2 -0
  4168. package/lib/atom/select-modal/test/on-change.d.ts.map +1 -0
  4169. package/lib/atom/select-modal/test/on-focus.d.ts +2 -0
  4170. package/lib/atom/select-modal/test/on-focus.d.ts.map +1 -0
  4171. package/lib/atom/slide/index.d.ts +29 -0
  4172. package/lib/atom/slide/index.d.ts.map +1 -0
  4173. package/lib/atom/slide/test/fixtures/default.d.ts +13 -0
  4174. package/lib/atom/slide/test/fixtures/default.d.ts.map +1 -0
  4175. package/lib/atom/slide/test/fixtures/left.d.ts +15 -0
  4176. package/lib/atom/slide/test/fixtures/left.d.ts.map +1 -0
  4177. package/lib/atom/slide/test/fixtures/light.d.ts +14 -0
  4178. package/lib/atom/slide/test/fixtures/light.d.ts.map +1 -0
  4179. package/lib/atom/slide/test/fixtures/no-cta.d.ts +9 -0
  4180. package/lib/atom/slide/test/fixtures/no-cta.d.ts.map +1 -0
  4181. package/lib/atom/slide/test/fixtures/right.d.ts +15 -0
  4182. package/lib/atom/slide/test/fixtures/right.d.ts.map +1 -0
  4183. package/lib/atom/slide/test/index.stories.d.ts +93 -0
  4184. package/lib/atom/slide/test/index.stories.d.ts.map +1 -0
  4185. package/lib/atom/social-link/index.d.ts +12 -0
  4186. package/lib/atom/social-link/index.d.ts.map +1 -0
  4187. package/lib/atom/social-link/test/fixtures/facebook-footer.d.ts +10 -0
  4188. package/lib/atom/social-link/test/fixtures/facebook-footer.d.ts.map +1 -0
  4189. package/lib/atom/social-link/test/fixtures/facebook.d.ts +8 -0
  4190. package/lib/atom/social-link/test/fixtures/facebook.d.ts.map +1 -0
  4191. package/lib/atom/social-link/test/fixtures/twitter.d.ts +8 -0
  4192. package/lib/atom/social-link/test/fixtures/twitter.d.ts.map +1 -0
  4193. package/lib/atom/social-link/test/index.stories.d.ts +38 -0
  4194. package/lib/atom/social-link/test/index.stories.d.ts.map +1 -0
  4195. package/lib/atom/space/index.native.d.ts +8 -0
  4196. package/lib/atom/space/index.native.d.ts.map +1 -0
  4197. package/lib/atom/space/test/fixtures/base.d.ts +7 -0
  4198. package/lib/atom/space/test/fixtures/base.d.ts.map +1 -0
  4199. package/lib/atom/space/test/fixtures/default.d.ts +7 -0
  4200. package/lib/atom/space/test/fixtures/default.d.ts.map +1 -0
  4201. package/lib/atom/space/test/fixtures/large.d.ts +7 -0
  4202. package/lib/atom/space/test/fixtures/large.d.ts.map +1 -0
  4203. package/lib/atom/space/test/fixtures/medium.d.ts +7 -0
  4204. package/lib/atom/space/test/fixtures/medium.d.ts.map +1 -0
  4205. package/lib/atom/space/test/fixtures/micro.d.ts +7 -0
  4206. package/lib/atom/space/test/fixtures/micro.d.ts.map +1 -0
  4207. package/lib/atom/space/test/fixtures/small.d.ts +7 -0
  4208. package/lib/atom/space/test/fixtures/small.d.ts.map +1 -0
  4209. package/lib/atom/space/test/fixtures/tiny.d.ts +7 -0
  4210. package/lib/atom/space/test/fixtures/tiny.d.ts.map +1 -0
  4211. package/lib/atom/space/test/fixtures/xlarge.d.ts +7 -0
  4212. package/lib/atom/space/test/fixtures/xlarge.d.ts.map +1 -0
  4213. package/lib/atom/spinner/index.d.ts +6 -0
  4214. package/lib/atom/spinner/index.d.ts.map +1 -0
  4215. package/lib/atom/spinner/test/fixtures/default.d.ts +5 -0
  4216. package/lib/atom/spinner/test/fixtures/default.d.ts.map +1 -0
  4217. package/lib/atom/spinner/test/index.stories.d.ts +14 -0
  4218. package/lib/atom/spinner/test/index.stories.d.ts.map +1 -0
  4219. package/lib/atom/tab/index.d.ts +19 -0
  4220. package/lib/atom/tab/index.d.ts.map +1 -0
  4221. package/lib/atom/tab/test/fixtures/default.d.ts +14 -0
  4222. package/lib/atom/tab/test/fixtures/default.d.ts.map +1 -0
  4223. package/lib/atom/tab/test/index.stories.d.ts +34 -0
  4224. package/lib/atom/tab/test/index.stories.d.ts.map +1 -0
  4225. package/lib/atom/tab-content/index.d.ts +14 -0
  4226. package/lib/atom/tab-content/index.d.ts.map +1 -0
  4227. package/lib/atom/tab-content/test/fixtures/default.d.ts +8 -0
  4228. package/lib/atom/tab-content/test/fixtures/default.d.ts.map +1 -0
  4229. package/lib/atom/tab-content/test/fixtures/hide-content-background.d.ts +5 -0
  4230. package/lib/atom/tab-content/test/fixtures/hide-content-background.d.ts.map +1 -0
  4231. package/lib/atom/tab-content/test/index.stories.d.ts +28 -0
  4232. package/lib/atom/tab-content/test/index.stories.d.ts.map +1 -0
  4233. package/lib/atom/tag/index.d.ts +10 -0
  4234. package/lib/atom/tag/index.d.ts.map +1 -0
  4235. package/lib/atom/tag/test/fixtures/archived.d.ts +8 -0
  4236. package/lib/atom/tag/test/fixtures/archived.d.ts.map +1 -0
  4237. package/lib/atom/tag/test/fixtures/default.d.ts +8 -0
  4238. package/lib/atom/tag/test/fixtures/default.d.ts.map +1 -0
  4239. package/lib/atom/tag/test/fixtures/draft.d.ts +8 -0
  4240. package/lib/atom/tag/test/fixtures/draft.d.ts.map +1 -0
  4241. package/lib/atom/tag/test/fixtures/published.d.ts +8 -0
  4242. package/lib/atom/tag/test/fixtures/published.d.ts.map +1 -0
  4243. package/lib/atom/tag/test/fixtures/revised.d.ts +8 -0
  4244. package/lib/atom/tag/test/fixtures/revised.d.ts.map +1 -0
  4245. package/lib/atom/tag/test/index.stories.d.ts +48 -0
  4246. package/lib/atom/tag/test/index.stories.d.ts.map +1 -0
  4247. package/lib/atom/text/index.native.d.ts +15 -0
  4248. package/lib/atom/text/index.native.d.ts.map +1 -0
  4249. package/lib/atom/text/test/fixtures/default.d.ts +7 -0
  4250. package/lib/atom/text/test/fixtures/default.d.ts.map +1 -0
  4251. package/lib/atom/title/index.d.ts +12 -0
  4252. package/lib/atom/title/index.d.ts.map +1 -0
  4253. package/lib/atom/title/test/fixtures/form-group-title-without-subtitle.d.ts +8 -0
  4254. package/lib/atom/title/test/fixtures/form-group-title-without-subtitle.d.ts.map +1 -0
  4255. package/lib/atom/title/test/fixtures/form-group-title.d.ts +9 -0
  4256. package/lib/atom/title/test/fixtures/form-group-title.d.ts.map +1 -0
  4257. package/lib/atom/title/test/fixtures/page-title.d.ts +10 -0
  4258. package/lib/atom/title/test/fixtures/page-title.d.ts.map +1 -0
  4259. package/lib/atom/title/test/index.stories.d.ts +39 -0
  4260. package/lib/atom/title/test/index.stories.d.ts.map +1 -0
  4261. package/lib/atom/video-upload/index.d.ts +37 -0
  4262. package/lib/atom/video-upload/index.d.ts.map +1 -0
  4263. package/lib/atom/video-upload/test/fixtures/desktop.d.ts +14 -0
  4264. package/lib/atom/video-upload/test/fixtures/desktop.d.ts.map +1 -0
  4265. package/lib/atom/video-upload/test/fixtures/loading.d.ts +11 -0
  4266. package/lib/atom/video-upload/test/fixtures/loading.d.ts.map +1 -0
  4267. package/lib/atom/video-upload/test/fixtures/modified.d.ts +15 -0
  4268. package/lib/atom/video-upload/test/fixtures/modified.d.ts.map +1 -0
  4269. package/lib/atom/video-upload/test/fixtures/no-preview.d.ts +14 -0
  4270. package/lib/atom/video-upload/test/fixtures/no-preview.d.ts.map +1 -0
  4271. package/lib/atom/video-upload/test/fixtures/without-video.d.ts +14 -0
  4272. package/lib/atom/video-upload/test/fixtures/without-video.d.ts.map +1 -0
  4273. package/lib/atom/video-upload/test/index.stories.d.ts +103 -0
  4274. package/lib/atom/video-upload/test/index.stories.d.ts.map +1 -0
  4275. package/lib/atom/wizard-steps/index.d.ts +13 -0
  4276. package/lib/atom/wizard-steps/index.d.ts.map +1 -0
  4277. package/lib/atom/wizard-steps/test/fixtures/default.d.ts +15 -0
  4278. package/lib/atom/wizard-steps/test/fixtures/default.d.ts.map +1 -0
  4279. package/lib/atom/wizard-steps/test/fixtures/first-step.d.ts +15 -0
  4280. package/lib/atom/wizard-steps/test/fixtures/first-step.d.ts.map +1 -0
  4281. package/lib/atom/wizard-steps/test/fixtures/last-step.d.ts +15 -0
  4282. package/lib/atom/wizard-steps/test/fixtures/last-step.d.ts.map +1 -0
  4283. package/lib/atom/wizard-steps/test/index.stories.d.ts +58 -0
  4284. package/lib/atom/wizard-steps/test/index.stories.d.ts.map +1 -0
  4285. package/lib/hoc/animation/index.d.ts +54 -0
  4286. package/lib/hoc/animation/index.d.ts.map +1 -0
  4287. package/lib/hoc/animation/test/fixtures/start.d.ts +12 -0
  4288. package/lib/hoc/animation/test/fixtures/start.d.ts.map +1 -0
  4289. package/lib/hoc/animation/test/fixtures/stop.d.ts +11 -0
  4290. package/lib/hoc/animation/test/fixtures/stop.d.ts.map +1 -0
  4291. package/lib/hoc/animation/test/index.stories.d.ts +26 -0
  4292. package/lib/hoc/animation/test/index.stories.d.ts.map +1 -0
  4293. package/lib/hoc/animation-scheduler/index.d.ts +38 -0
  4294. package/lib/hoc/animation-scheduler/index.d.ts.map +1 -0
  4295. package/lib/hoc/animation-scheduler/test/fixtures/parallel.d.ts +9 -0
  4296. package/lib/hoc/animation-scheduler/test/fixtures/parallel.d.ts.map +1 -0
  4297. package/lib/hoc/animation-scheduler/test/fixtures/series.d.ts +8 -0
  4298. package/lib/hoc/animation-scheduler/test/fixtures/series.d.ts.map +1 -0
  4299. package/lib/hoc/animation-scheduler/test/index.stories.d.ts +20 -0
  4300. package/lib/hoc/animation-scheduler/test/index.stories.d.ts.map +1 -0
  4301. package/lib/hoc/modal/index.native.d.ts +15 -0
  4302. package/lib/hoc/modal/index.native.d.ts.map +1 -0
  4303. package/lib/hoc/modal/select/index.native.d.ts +14 -0
  4304. package/lib/hoc/modal/select/index.native.d.ts.map +1 -0
  4305. package/lib/hoc/modal/select/test/fixtures/default.d.ts +7 -0
  4306. package/lib/hoc/modal/select/test/fixtures/default.d.ts.map +1 -0
  4307. package/lib/hoc/modal/select/test/fixtures/with-value.d.ts +7 -0
  4308. package/lib/hoc/modal/select/test/fixtures/with-value.d.ts.map +1 -0
  4309. package/lib/hoc/modal/select/test/on-change.d.ts +2 -0
  4310. package/lib/hoc/modal/select/test/on-change.d.ts.map +1 -0
  4311. package/lib/hoc/modal/select/test/on-close.d.ts +2 -0
  4312. package/lib/hoc/modal/select/test/on-close.d.ts.map +1 -0
  4313. package/lib/hoc/modal/select-item/index.native.d.ts +11 -0
  4314. package/lib/hoc/modal/select-item/index.native.d.ts.map +1 -0
  4315. package/lib/hoc/modal/select-item/test/fixtures/default.d.ts +7 -0
  4316. package/lib/hoc/modal/select-item/test/fixtures/default.d.ts.map +1 -0
  4317. package/lib/hoc/modal/select-item/test/fixtures/selected.d.ts +7 -0
  4318. package/lib/hoc/modal/select-item/test/fixtures/selected.d.ts.map +1 -0
  4319. package/lib/hoc/modal/select-item/test/on-press.d.ts +2 -0
  4320. package/lib/hoc/modal/select-item/test/on-press.d.ts.map +1 -0
  4321. package/lib/hoc/modal/test/fixtures/custom-color.d.ts +7 -0
  4322. package/lib/hoc/modal/test/fixtures/custom-color.d.ts.map +1 -0
  4323. package/lib/hoc/modal/test/fixtures/defaults.d.ts +7 -0
  4324. package/lib/hoc/modal/test/fixtures/defaults.d.ts.map +1 -0
  4325. package/lib/hoc/modal/test/on-close.d.ts +2 -0
  4326. package/lib/hoc/modal/test/on-close.d.ts.map +1 -0
  4327. package/lib/hoc/swapper/index.d.ts +17 -0
  4328. package/lib/hoc/swapper/index.d.ts.map +1 -0
  4329. package/lib/hoc/swapper/test/fixtures/default.d.ts +8 -0
  4330. package/lib/hoc/swapper/test/fixtures/default.d.ts.map +1 -0
  4331. package/lib/hoc/swapper/test/index.stories.d.ts +14 -0
  4332. package/lib/hoc/swapper/test/index.stories.d.ts.map +1 -0
  4333. package/lib/hoc/touchable/index.native.d.ts +32 -0
  4334. package/lib/hoc/touchable/index.native.d.ts.map +1 -0
  4335. package/lib/hoc/touchable/test/fixtures/default.d.ts +7 -0
  4336. package/lib/hoc/touchable/test/fixtures/default.d.ts.map +1 -0
  4337. package/lib/hoc/touchable/test/fixtures/disabled.d.ts +7 -0
  4338. package/lib/hoc/touchable/test/fixtures/disabled.d.ts.map +1 -0
  4339. package/lib/hoc/touchable/test/fixtures/highlight.d.ts +7 -0
  4340. package/lib/hoc/touchable/test/fixtures/highlight.d.ts.map +1 -0
  4341. package/lib/hoc/touchable/test/fixtures/without-feedback.d.ts +7 -0
  4342. package/lib/hoc/touchable/test/fixtures/without-feedback.d.ts.map +1 -0
  4343. package/lib/hoc/touchable/test/on-longpress-behaviours.d.ts +2 -0
  4344. package/lib/hoc/touchable/test/on-longpress-behaviours.d.ts.map +1 -0
  4345. package/lib/hoc/touchable/test/on-press-behaviours.d.ts +2 -0
  4346. package/lib/hoc/touchable/test/on-press-behaviours.d.ts.map +1 -0
  4347. package/lib/hoc/transition/index.d.ts +11 -0
  4348. package/lib/hoc/transition/index.d.ts.map +1 -0
  4349. package/lib/hoc/transition/test/fixtures/flip-square.d.ts +11 -0
  4350. package/lib/hoc/transition/test/fixtures/flip-square.d.ts.map +1 -0
  4351. package/lib/hoc/transition/test/index.stories.d.ts +23 -0
  4352. package/lib/hoc/transition/test/index.stories.d.ts.map +1 -0
  4353. package/lib/molecule/add-to-my-list/index.d.ts +40 -0
  4354. package/lib/molecule/add-to-my-list/index.d.ts.map +1 -0
  4355. package/lib/molecule/add-to-my-list/test/fixtures/default.d.ts +10 -0
  4356. package/lib/molecule/add-to-my-list/test/fixtures/default.d.ts.map +1 -0
  4357. package/lib/molecule/add-to-my-list/test/fixtures/favorite.d.ts +10 -0
  4358. package/lib/molecule/add-to-my-list/test/fixtures/favorite.d.ts.map +1 -0
  4359. package/lib/molecule/add-to-my-list/test/index.stories.d.ts +38 -0
  4360. package/lib/molecule/add-to-my-list/test/index.stories.d.ts.map +1 -0
  4361. package/lib/molecule/answer/index.d.ts +7 -0
  4362. package/lib/molecule/answer/index.d.ts.map +1 -0
  4363. package/lib/molecule/answer/index.native.d.ts +5 -0
  4364. package/lib/molecule/answer/index.native.d.ts.map +1 -0
  4365. package/lib/molecule/answer/prop-types.d.ts +143 -0
  4366. package/lib/molecule/answer/prop-types.d.ts.map +1 -0
  4367. package/lib/molecule/answer/test/fixtures/audio.d.ts +14 -0
  4368. package/lib/molecule/answer/test/fixtures/audio.d.ts.map +1 -0
  4369. package/lib/molecule/answer/test/fixtures/default.d.ts +14 -0
  4370. package/lib/molecule/answer/test/fixtures/default.d.ts.map +1 -0
  4371. package/lib/molecule/answer/test/fixtures/drop-down.d.ts +9 -0
  4372. package/lib/molecule/answer/test/fixtures/drop-down.d.ts.map +1 -0
  4373. package/lib/molecule/answer/test/fixtures/qcm-arabic.d.ts +18 -0
  4374. package/lib/molecule/answer/test/fixtures/qcm-arabic.d.ts.map +1 -0
  4375. package/lib/molecule/answer/test/fixtures/qcm-drag.d.ts +21 -0
  4376. package/lib/molecule/answer/test/fixtures/qcm-drag.d.ts.map +1 -0
  4377. package/lib/molecule/answer/test/fixtures/qcm-graphic.d.ts +15 -0
  4378. package/lib/molecule/answer/test/fixtures/qcm-graphic.d.ts.map +1 -0
  4379. package/lib/molecule/answer/test/fixtures/qcm-short-audio.d.ts +29 -0
  4380. package/lib/molecule/answer/test/fixtures/qcm-short-audio.d.ts.map +1 -0
  4381. package/lib/molecule/answer/test/fixtures/qcm-short-video.d.ts +30 -0
  4382. package/lib/molecule/answer/test/fixtures/qcm-short-video.d.ts.map +1 -0
  4383. package/lib/molecule/answer/test/fixtures/qcm-short.d.ts +18 -0
  4384. package/lib/molecule/answer/test/fixtures/qcm-short.d.ts.map +1 -0
  4385. package/lib/molecule/answer/test/fixtures/qcm.d.ts +19 -0
  4386. package/lib/molecule/answer/test/fixtures/qcm.d.ts.map +1 -0
  4387. package/lib/molecule/answer/test/fixtures/range.d.ts +14 -0
  4388. package/lib/molecule/answer/test/fixtures/range.d.ts.map +1 -0
  4389. package/lib/molecule/answer/test/fixtures/template.d.ts +9 -0
  4390. package/lib/molecule/answer/test/fixtures/template.d.ts.map +1 -0
  4391. package/lib/molecule/answer/test/index.stories.d.ts +262 -0
  4392. package/lib/molecule/answer/test/index.stories.d.ts.map +1 -0
  4393. package/lib/molecule/audio/index.d.ts +42 -0
  4394. package/lib/molecule/audio/index.d.ts.map +1 -0
  4395. package/lib/molecule/audio/test/fixtures/default.d.ts +10 -0
  4396. package/lib/molecule/audio/test/fixtures/default.d.ts.map +1 -0
  4397. package/lib/molecule/audio/test/fixtures/with-poster.d.ts +10 -0
  4398. package/lib/molecule/audio/test/fixtures/with-poster.d.ts.map +1 -0
  4399. package/lib/molecule/audio/test/index.stories.d.ts +26 -0
  4400. package/lib/molecule/audio/test/index.stories.d.ts.map +1 -0
  4401. package/lib/molecule/banner/index.d.ts +17 -0
  4402. package/lib/molecule/banner/index.d.ts.map +1 -0
  4403. package/lib/molecule/banner/test/fixtures/default.d.ts +12 -0
  4404. package/lib/molecule/banner/test/fixtures/default.d.ts.map +1 -0
  4405. package/lib/molecule/banner/test/fixtures/error-banner.d.ts +8 -0
  4406. package/lib/molecule/banner/test/fixtures/error-banner.d.ts.map +1 -0
  4407. package/lib/molecule/banner/test/fixtures/error-temporary-banner.d.ts +11 -0
  4408. package/lib/molecule/banner/test/fixtures/error-temporary-banner.d.ts.map +1 -0
  4409. package/lib/molecule/banner/test/fixtures/hidden-error-banner.d.ts +10 -0
  4410. package/lib/molecule/banner/test/fixtures/hidden-error-banner.d.ts.map +1 -0
  4411. package/lib/molecule/banner/test/fixtures/success-banner.d.ts +8 -0
  4412. package/lib/molecule/banner/test/fixtures/success-banner.d.ts.map +1 -0
  4413. package/lib/molecule/banner/test/fixtures/success-temporary-banner.d.ts +11 -0
  4414. package/lib/molecule/banner/test/fixtures/success-temporary-banner.d.ts.map +1 -0
  4415. package/lib/molecule/banner/test/fixtures/warning-temporary-banner.d.ts +11 -0
  4416. package/lib/molecule/banner/test/fixtures/warning-temporary-banner.d.ts.map +1 -0
  4417. package/lib/molecule/banner/test/index.stories.d.ts +84 -0
  4418. package/lib/molecule/banner/test/index.stories.d.ts.map +1 -0
  4419. package/lib/molecule/battle-request/index.d.ts +37 -0
  4420. package/lib/molecule/battle-request/index.d.ts.map +1 -0
  4421. package/lib/molecule/battle-request/test/fixtures/arabic.d.ts +11 -0
  4422. package/lib/molecule/battle-request/test/fixtures/arabic.d.ts.map +1 -0
  4423. package/lib/molecule/battle-request/test/fixtures/default.d.ts +11 -0
  4424. package/lib/molecule/battle-request/test/fixtures/default.d.ts.map +1 -0
  4425. package/lib/molecule/battle-request/test/index.stories.d.ts +60 -0
  4426. package/lib/molecule/battle-request/test/index.stories.d.ts.map +1 -0
  4427. package/lib/molecule/brand-card/description.d.ts +10 -0
  4428. package/lib/molecule/brand-card/description.d.ts.map +1 -0
  4429. package/lib/molecule/brand-card/index.d.ts +17 -0
  4430. package/lib/molecule/brand-card/index.d.ts.map +1 -0
  4431. package/lib/molecule/brand-card/test/fixtures/default.d.ts +12 -0
  4432. package/lib/molecule/brand-card/test/fixtures/default.d.ts.map +1 -0
  4433. package/lib/molecule/brand-card/test/fixtures/with-description.d.ts +14 -0
  4434. package/lib/molecule/brand-card/test/fixtures/with-description.d.ts.map +1 -0
  4435. package/lib/molecule/brand-card/test/index.stories.d.ts +44 -0
  4436. package/lib/molecule/brand-card/test/index.stories.d.ts.map +1 -0
  4437. package/lib/molecule/brand-card-create/index.d.ts +10 -0
  4438. package/lib/molecule/brand-card-create/index.d.ts.map +1 -0
  4439. package/lib/molecule/brand-card-create/test/fixtures/default.d.ts +8 -0
  4440. package/lib/molecule/brand-card-create/test/fixtures/default.d.ts.map +1 -0
  4441. package/lib/molecule/brand-card-create/test/index.stories.d.ts +20 -0
  4442. package/lib/molecule/brand-card-create/test/index.stories.d.ts.map +1 -0
  4443. package/lib/molecule/brand-create-form/index.d.ts +25 -0
  4444. package/lib/molecule/brand-create-form/index.d.ts.map +1 -0
  4445. package/lib/molecule/brand-create-form/test/fixtures/default.d.ts +16 -0
  4446. package/lib/molecule/brand-create-form/test/fixtures/default.d.ts.map +1 -0
  4447. package/lib/molecule/brand-create-form/test/fixtures/error.d.ts +5 -0
  4448. package/lib/molecule/brand-create-form/test/fixtures/error.d.ts.map +1 -0
  4449. package/lib/molecule/brand-create-form/test/fixtures/loading.d.ts +5 -0
  4450. package/lib/molecule/brand-create-form/test/fixtures/loading.d.ts.map +1 -0
  4451. package/lib/molecule/brand-create-form/test/fixtures/modified.d.ts +5 -0
  4452. package/lib/molecule/brand-create-form/test/fixtures/modified.d.ts.map +1 -0
  4453. package/lib/molecule/brand-create-form/test/index.stories.d.ts +55 -0
  4454. package/lib/molecule/brand-create-form/test/index.stories.d.ts.map +1 -0
  4455. package/lib/molecule/brand-download-box/index.d.ts +37 -0
  4456. package/lib/molecule/brand-download-box/index.d.ts.map +1 -0
  4457. package/lib/molecule/brand-download-box/test/fixtures/default.d.ts +10 -0
  4458. package/lib/molecule/brand-download-box/test/fixtures/default.d.ts.map +1 -0
  4459. package/lib/molecule/brand-download-box/test/fixtures/download-one-login-tokens.d.ts +9 -0
  4460. package/lib/molecule/brand-download-box/test/fixtures/download-one-login-tokens.d.ts.map +1 -0
  4461. package/lib/molecule/brand-download-box/test/fixtures/sso.d.ts +10 -0
  4462. package/lib/molecule/brand-download-box/test/fixtures/sso.d.ts.map +1 -0
  4463. package/lib/molecule/brand-download-box/test/index.stories.d.ts +66 -0
  4464. package/lib/molecule/brand-download-box/test/index.stories.d.ts.map +1 -0
  4465. package/lib/molecule/brand-form-group/index.d.ts +419 -0
  4466. package/lib/molecule/brand-form-group/index.d.ts.map +1 -0
  4467. package/lib/molecule/brand-form-group/test/fixtures/analytics.d.ts +28 -0
  4468. package/lib/molecule/brand-form-group/test/fixtures/analytics.d.ts.map +1 -0
  4469. package/lib/molecule/brand-form-group/test/fixtures/animations.d.ts +55 -0
  4470. package/lib/molecule/brand-form-group/test/fixtures/animations.d.ts.map +1 -0
  4471. package/lib/molecule/brand-form-group/test/fixtures/cm-default.d.ts +68 -0
  4472. package/lib/molecule/brand-form-group/test/fixtures/cm-default.d.ts.map +1 -0
  4473. package/lib/molecule/brand-form-group/test/fixtures/cohort.d.ts +174 -0
  4474. package/lib/molecule/brand-form-group/test/fixtures/cohort.d.ts.map +1 -0
  4475. package/lib/molecule/brand-form-group/test/fixtures/dashboard.d.ts +42 -0
  4476. package/lib/molecule/brand-form-group/test/fixtures/dashboard.d.ts.map +1 -0
  4477. package/lib/molecule/brand-form-group/test/fixtures/default.d.ts +29 -0
  4478. package/lib/molecule/brand-form-group/test/fixtures/default.d.ts.map +1 -0
  4479. package/lib/molecule/brand-form-group/test/fixtures/doublefield.d.ts +26 -0
  4480. package/lib/molecule/brand-form-group/test/fixtures/doublefield.d.ts.map +1 -0
  4481. package/lib/molecule/brand-form-group/test/fixtures/images.d.ts +37 -0
  4482. package/lib/molecule/brand-form-group/test/fixtures/images.d.ts.map +1 -0
  4483. package/lib/molecule/brand-form-group/test/fixtures/lookandfeel.d.ts +20 -0
  4484. package/lib/molecule/brand-form-group/test/fixtures/lookandfeel.d.ts.map +1 -0
  4485. package/lib/molecule/brand-form-group/test/fixtures/roles.d.ts +16 -0
  4486. package/lib/molecule/brand-form-group/test/fixtures/roles.d.ts.map +1 -0
  4487. package/lib/molecule/brand-form-group/test/fixtures/slider.d.ts +163 -0
  4488. package/lib/molecule/brand-form-group/test/fixtures/slider.d.ts.map +1 -0
  4489. package/lib/molecule/brand-form-group/test/fixtures/sso.d.ts +22 -0
  4490. package/lib/molecule/brand-form-group/test/fixtures/sso.d.ts.map +1 -0
  4491. package/lib/molecule/brand-form-group/test/fixtures/title-and-checkbox-wrapper.d.ts +20 -0
  4492. package/lib/molecule/brand-form-group/test/fixtures/title-and-checkbox-wrapper.d.ts.map +1 -0
  4493. package/lib/molecule/brand-form-group/test/index.stories.d.ts +1109 -0
  4494. package/lib/molecule/brand-form-group/test/index.stories.d.ts.map +1 -0
  4495. package/lib/molecule/brand-logo/index.native.d.ts +7 -0
  4496. package/lib/molecule/brand-logo/index.native.d.ts.map +1 -0
  4497. package/lib/molecule/brand-logo/test/fixtures/default.d.ts +9 -0
  4498. package/lib/molecule/brand-logo/test/fixtures/default.d.ts.map +1 -0
  4499. package/lib/molecule/brand-tabs/index.d.ts +19 -0
  4500. package/lib/molecule/brand-tabs/index.d.ts.map +1 -0
  4501. package/lib/molecule/brand-tabs/test/fixtures/analytics.d.ts +13 -0
  4502. package/lib/molecule/brand-tabs/test/fixtures/analytics.d.ts.map +1 -0
  4503. package/lib/molecule/brand-tabs/test/fixtures/cohort.d.ts +11 -0
  4504. package/lib/molecule/brand-tabs/test/fixtures/cohort.d.ts.map +1 -0
  4505. package/lib/molecule/brand-tabs/test/fixtures/default.d.ts +32 -0
  4506. package/lib/molecule/brand-tabs/test/fixtures/default.d.ts.map +1 -0
  4507. package/lib/molecule/brand-tabs/test/fixtures/importusers.d.ts +11 -0
  4508. package/lib/molecule/brand-tabs/test/fixtures/importusers.d.ts.map +1 -0
  4509. package/lib/molecule/brand-tabs/test/fixtures/light.d.ts +12 -0
  4510. package/lib/molecule/brand-tabs/test/fixtures/light.d.ts.map +1 -0
  4511. package/lib/molecule/brand-tabs/test/fixtures/lms.d.ts +11 -0
  4512. package/lib/molecule/brand-tabs/test/fixtures/lms.d.ts.map +1 -0
  4513. package/lib/molecule/brand-tabs/test/fixtures/lookandfeel.d.ts +11 -0
  4514. package/lib/molecule/brand-tabs/test/fixtures/lookandfeel.d.ts.map +1 -0
  4515. package/lib/molecule/brand-tabs/test/fixtures/manageusers.d.ts +11 -0
  4516. package/lib/molecule/brand-tabs/test/fixtures/manageusers.d.ts.map +1 -0
  4517. package/lib/molecule/brand-tabs/test/fixtures/sso.d.ts +11 -0
  4518. package/lib/molecule/brand-tabs/test/fixtures/sso.d.ts.map +1 -0
  4519. package/lib/molecule/brand-tabs/test/index.stories.d.ts +136 -0
  4520. package/lib/molecule/brand-tabs/test/index.stories.d.ts.map +1 -0
  4521. package/lib/molecule/brand-upload-box/index.d.ts +20 -0
  4522. package/lib/molecule/brand-upload-box/index.d.ts.map +1 -0
  4523. package/lib/molecule/brand-upload-box/test/fixtures/default.d.ts +9 -0
  4524. package/lib/molecule/brand-upload-box/test/fixtures/default.d.ts.map +1 -0
  4525. package/lib/molecule/brand-upload-box/test/fixtures/loading.d.ts +5 -0
  4526. package/lib/molecule/brand-upload-box/test/fixtures/loading.d.ts.map +1 -0
  4527. package/lib/molecule/brand-upload-box/test/fixtures/sso.d.ts +9 -0
  4528. package/lib/molecule/brand-upload-box/test/fixtures/sso.d.ts.map +1 -0
  4529. package/lib/molecule/brand-upload-box/test/index.stories.d.ts +28 -0
  4530. package/lib/molecule/brand-upload-box/test/index.stories.d.ts.map +1 -0
  4531. package/lib/molecule/breadcrumbs/index.d.ts +17 -0
  4532. package/lib/molecule/breadcrumbs/index.d.ts.map +1 -0
  4533. package/lib/molecule/breadcrumbs/test/fixtures/default.d.ts +20 -0
  4534. package/lib/molecule/breadcrumbs/test/fixtures/default.d.ts.map +1 -0
  4535. package/lib/molecule/breadcrumbs/test/index.stories.d.ts +39 -0
  4536. package/lib/molecule/breadcrumbs/test/index.stories.d.ts.map +1 -0
  4537. package/lib/molecule/bullet-point-menu-button/index.d.ts +19 -0
  4538. package/lib/molecule/bullet-point-menu-button/index.d.ts.map +1 -0
  4539. package/lib/molecule/bullet-point-menu-button/test/fixtures/default.d.ts +16 -0
  4540. package/lib/molecule/bullet-point-menu-button/test/fixtures/default.d.ts.map +1 -0
  4541. package/lib/molecule/bullet-point-menu-button/test/fixtures/multiple-buttons.d.ts +5 -0
  4542. package/lib/molecule/bullet-point-menu-button/test/fixtures/multiple-buttons.d.ts.map +1 -0
  4543. package/lib/molecule/bullet-point-menu-button/test/index.stories.d.ts +41 -0
  4544. package/lib/molecule/bullet-point-menu-button/test/index.stories.d.ts.map +1 -0
  4545. package/lib/molecule/card/customer.d.ts +19 -0
  4546. package/lib/molecule/card/customer.d.ts.map +1 -0
  4547. package/lib/molecule/card/favorite.d.ts +45 -0
  4548. package/lib/molecule/card/favorite.d.ts.map +1 -0
  4549. package/lib/molecule/card/index.d.ts +9 -0
  4550. package/lib/molecule/card/index.d.ts.map +1 -0
  4551. package/lib/molecule/card/notification.d.ts +10 -0
  4552. package/lib/molecule/card/notification.d.ts.map +1 -0
  4553. package/lib/molecule/card/selectable.d.ts +14 -0
  4554. package/lib/molecule/card/selectable.d.ts.map +1 -0
  4555. package/lib/molecule/card/test/fixtures/adaptiv-and-disabled.d.ts +46 -0
  4556. package/lib/molecule/card/test/fixtures/adaptiv-and-disabled.d.ts.map +1 -0
  4557. package/lib/molecule/card/test/fixtures/adaptiv.d.ts +45 -0
  4558. package/lib/molecule/card/test/fixtures/adaptiv.d.ts.map +1 -0
  4559. package/lib/molecule/card/test/fixtures/arabic.d.ts +24 -0
  4560. package/lib/molecule/card/test/fixtures/arabic.d.ts.map +1 -0
  4561. package/lib/molecule/card/test/fixtures/article.d.ts +5 -0
  4562. package/lib/molecule/card/test/fixtures/article.d.ts.map +1 -0
  4563. package/lib/molecule/card/test/fixtures/coorpmanager.d.ts +5 -0
  4564. package/lib/molecule/card/test/fixtures/coorpmanager.d.ts.map +1 -0
  4565. package/lib/molecule/card/test/fixtures/default.d.ts +44 -0
  4566. package/lib/molecule/card/test/fixtures/default.d.ts.map +1 -0
  4567. package/lib/molecule/card/test/fixtures/disabled.d.ts +46 -0
  4568. package/lib/molecule/card/test/fixtures/disabled.d.ts.map +1 -0
  4569. package/lib/molecule/card/test/fixtures/empty.d.ts +5 -0
  4570. package/lib/molecule/card/test/fixtures/empty.d.ts.map +1 -0
  4571. package/lib/molecule/card/test/fixtures/external-content.d.ts +5 -0
  4572. package/lib/molecule/card/test/fixtures/external-content.d.ts.map +1 -0
  4573. package/lib/molecule/card/test/fixtures/favorite.d.ts +5 -0
  4574. package/lib/molecule/card/test/fixtures/favorite.d.ts.map +1 -0
  4575. package/lib/molecule/card/test/fixtures/freerun-and-disabled.d.ts +5 -0
  4576. package/lib/molecule/card/test/fixtures/freerun-and-disabled.d.ts.map +1 -0
  4577. package/lib/molecule/card/test/fixtures/freerun.d.ts +5 -0
  4578. package/lib/molecule/card/test/fixtures/freerun.d.ts.map +1 -0
  4579. package/lib/molecule/card/test/fixtures/podcast.d.ts +5 -0
  4580. package/lib/molecule/card/test/fixtures/podcast.d.ts.map +1 -0
  4581. package/lib/molecule/card/test/fixtures/scorm.d.ts +5 -0
  4582. package/lib/molecule/card/test/fixtures/scorm.d.ts.map +1 -0
  4583. package/lib/molecule/card/test/fixtures/selectable-false-hidden-true.d.ts +5 -0
  4584. package/lib/molecule/card/test/fixtures/selectable-false-hidden-true.d.ts.map +1 -0
  4585. package/lib/molecule/card/test/fixtures/selectable-false.d.ts +5 -0
  4586. package/lib/molecule/card/test/fixtures/selectable-false.d.ts.map +1 -0
  4587. package/lib/molecule/card/test/fixtures/selectable-true-hidden-true.d.ts +5 -0
  4588. package/lib/molecule/card/test/fixtures/selectable-true-hidden-true.d.ts.map +1 -0
  4589. package/lib/molecule/card/test/fixtures/selectable-true.d.ts +5 -0
  4590. package/lib/molecule/card/test/fixtures/selectable-true.d.ts.map +1 -0
  4591. package/lib/molecule/card/test/fixtures/video.d.ts +5 -0
  4592. package/lib/molecule/card/test/fixtures/video.d.ts.map +1 -0
  4593. package/lib/molecule/card/test/index.stories.d.ts +263 -0
  4594. package/lib/molecule/card/test/index.stories.d.ts.map +1 -0
  4595. package/lib/molecule/card-content/index.d.ts +71 -0
  4596. package/lib/molecule/card-content/index.d.ts.map +1 -0
  4597. package/lib/molecule/card-content/test/fixtures/adaptiv-and-disabled.d.ts +12 -0
  4598. package/lib/molecule/card-content/test/fixtures/adaptiv-and-disabled.d.ts.map +1 -0
  4599. package/lib/molecule/card-content/test/fixtures/adaptiv.d.ts +11 -0
  4600. package/lib/molecule/card-content/test/fixtures/adaptiv.d.ts.map +1 -0
  4601. package/lib/molecule/card-content/test/fixtures/arabic-hero.d.ts +12 -0
  4602. package/lib/molecule/card-content/test/fixtures/arabic-hero.d.ts.map +1 -0
  4603. package/lib/molecule/card-content/test/fixtures/card-no-progress-bar.d.ts +14 -0
  4604. package/lib/molecule/card-content/test/fixtures/card-no-progress-bar.d.ts.map +1 -0
  4605. package/lib/molecule/card-content/test/fixtures/card.d.ts +10 -0
  4606. package/lib/molecule/card-content/test/fixtures/card.d.ts.map +1 -0
  4607. package/lib/molecule/card-content/test/fixtures/disabled.d.ts +11 -0
  4608. package/lib/molecule/card-content/test/fixtures/disabled.d.ts.map +1 -0
  4609. package/lib/molecule/card-content/test/fixtures/empty.d.ts +8 -0
  4610. package/lib/molecule/card-content/test/fixtures/empty.d.ts.map +1 -0
  4611. package/lib/molecule/card-content/test/fixtures/hero.d.ts +12 -0
  4612. package/lib/molecule/card-content/test/fixtures/hero.d.ts.map +1 -0
  4613. package/lib/molecule/card-content/test/index.stories.d.ts +147 -0
  4614. package/lib/molecule/card-content/test/index.stories.d.ts.map +1 -0
  4615. package/lib/molecule/card-with-button/index.d.ts +49 -0
  4616. package/lib/molecule/card-with-button/index.d.ts.map +1 -0
  4617. package/lib/molecule/card-with-button/test/fixtures/default.d.ts +12 -0
  4618. package/lib/molecule/card-with-button/test/fixtures/default.d.ts.map +1 -0
  4619. package/lib/molecule/card-with-button/test/fixtures/with-avatar.d.ts +15 -0
  4620. package/lib/molecule/card-with-button/test/fixtures/with-avatar.d.ts.map +1 -0
  4621. package/lib/molecule/card-with-button/test/fixtures/without-label.d.ts +11 -0
  4622. package/lib/molecule/card-with-button/test/fixtures/without-label.d.ts.map +1 -0
  4623. package/lib/molecule/card-with-button/test/index.stories.d.ts +76 -0
  4624. package/lib/molecule/card-with-button/test/index.stories.d.ts.map +1 -0
  4625. package/lib/molecule/cm-popin/index.d.ts +56 -0
  4626. package/lib/molecule/cm-popin/index.d.ts.map +1 -0
  4627. package/lib/molecule/cm-popin/test/fixtures/cookie-settings.d.ts +57 -0
  4628. package/lib/molecule/cm-popin/test/fixtures/cookie-settings.d.ts.map +1 -0
  4629. package/lib/molecule/cm-popin/test/fixtures/cookie.d.ts +27 -0
  4630. package/lib/molecule/cm-popin/test/fixtures/cookie.d.ts.map +1 -0
  4631. package/lib/molecule/cm-popin/test/fixtures/dangerous.d.ts +20 -0
  4632. package/lib/molecule/cm-popin/test/fixtures/dangerous.d.ts.map +1 -0
  4633. package/lib/molecule/cm-popin/test/fixtures/default.d.ts +21 -0
  4634. package/lib/molecule/cm-popin/test/fixtures/default.d.ts.map +1 -0
  4635. package/lib/molecule/cm-popin/test/fixtures/error-with-close.d.ts +18 -0
  4636. package/lib/molecule/cm-popin/test/fixtures/error-with-close.d.ts.map +1 -0
  4637. package/lib/molecule/cm-popin/test/fixtures/go1-popin.d.ts +16 -0
  4638. package/lib/molecule/cm-popin/test/fixtures/go1-popin.d.ts.map +1 -0
  4639. package/lib/molecule/cm-popin/test/fixtures/no-access.d.ts +10 -0
  4640. package/lib/molecule/cm-popin/test/fixtures/no-access.d.ts.map +1 -0
  4641. package/lib/molecule/cm-popin/test/fixtures/on-review-quit.d.ts +25 -0
  4642. package/lib/molecule/cm-popin/test/fixtures/on-review-quit.d.ts.map +1 -0
  4643. package/lib/molecule/cm-popin/test/fixtures/warning-with-close.d.ts +22 -0
  4644. package/lib/molecule/cm-popin/test/fixtures/warning-with-close.d.ts.map +1 -0
  4645. package/lib/molecule/cm-popin/test/index.stories.d.ts +266 -0
  4646. package/lib/molecule/cm-popin/test/index.stories.d.ts.map +1 -0
  4647. package/lib/molecule/cookie-banner/index.d.ts +37 -0
  4648. package/lib/molecule/cookie-banner/index.d.ts.map +1 -0
  4649. package/lib/molecule/cookie-banner/test/fixtures/default.d.ts +12 -0
  4650. package/lib/molecule/cookie-banner/test/fixtures/default.d.ts.map +1 -0
  4651. package/lib/molecule/cookie-banner/test/index.stories.d.ts +51 -0
  4652. package/lib/molecule/cookie-banner/test/index.stories.d.ts.map +1 -0
  4653. package/lib/molecule/coorp-manager-roles/index.d.ts +25 -0
  4654. package/lib/molecule/coorp-manager-roles/index.d.ts.map +1 -0
  4655. package/lib/molecule/coorp-manager-roles/test/fixtures/default.d.ts +20 -0
  4656. package/lib/molecule/coorp-manager-roles/test/fixtures/default.d.ts.map +1 -0
  4657. package/lib/molecule/coorp-manager-roles/test/index.stories.d.ts +47 -0
  4658. package/lib/molecule/coorp-manager-roles/test/index.stories.d.ts.map +1 -0
  4659. package/lib/molecule/course-section/index.d.ts +23 -0
  4660. package/lib/molecule/course-section/index.d.ts.map +1 -0
  4661. package/lib/molecule/course-section/test/fixtures/advanced-level.d.ts +20 -0
  4662. package/lib/molecule/course-section/test/fixtures/advanced-level.d.ts.map +1 -0
  4663. package/lib/molecule/course-section/test/fixtures/base-level.d.ts +19 -0
  4664. package/lib/molecule/course-section/test/fixtures/base-level.d.ts.map +1 -0
  4665. package/lib/molecule/course-section/test/fixtures/chapter.d.ts +19 -0
  4666. package/lib/molecule/course-section/test/fixtures/chapter.d.ts.map +1 -0
  4667. package/lib/molecule/course-section/test/fixtures/coach-level.d.ts +19 -0
  4668. package/lib/molecule/course-section/test/fixtures/coach-level.d.ts.map +1 -0
  4669. package/lib/molecule/course-section/test/fixtures/course.d.ts +19 -0
  4670. package/lib/molecule/course-section/test/fixtures/course.d.ts.map +1 -0
  4671. package/lib/molecule/course-section/test/index.stories.d.ts +117 -0
  4672. package/lib/molecule/course-section/test/index.stories.d.ts.map +1 -0
  4673. package/lib/molecule/course-sections/index.d.ts +61 -0
  4674. package/lib/molecule/course-sections/index.d.ts.map +1 -0
  4675. package/lib/molecule/course-sections/test/fixtures/default.d.ts +24 -0
  4676. package/lib/molecule/course-sections/test/fixtures/default.d.ts.map +1 -0
  4677. package/lib/molecule/course-sections/test/fixtures/loading.d.ts +10 -0
  4678. package/lib/molecule/course-sections/test/fixtures/loading.d.ts.map +1 -0
  4679. package/lib/molecule/course-sections/test/fixtures/with-mandatory-courses-input.d.ts +44 -0
  4680. package/lib/molecule/course-sections/test/fixtures/with-mandatory-courses-input.d.ts.map +1 -0
  4681. package/lib/molecule/course-sections/test/index.stories.d.ts +139 -0
  4682. package/lib/molecule/course-sections/test/index.stories.d.ts.map +1 -0
  4683. package/lib/molecule/dashboard/battle-request-list/index.d.ts +4 -0
  4684. package/lib/molecule/dashboard/battle-request-list/index.d.ts.map +1 -0
  4685. package/lib/molecule/dashboard/battle-request-list/test/fixtures/default.d.ts +13 -0
  4686. package/lib/molecule/dashboard/battle-request-list/test/fixtures/default.d.ts.map +1 -0
  4687. package/lib/molecule/dashboard/battle-request-list/test/fixtures/empty.d.ts +7 -0
  4688. package/lib/molecule/dashboard/battle-request-list/test/fixtures/empty.d.ts.map +1 -0
  4689. package/lib/molecule/dashboard/battle-request-list/test/index.stories.d.ts +25 -0
  4690. package/lib/molecule/dashboard/battle-request-list/test/index.stories.d.ts.map +1 -0
  4691. package/lib/molecule/dashboard/cards-list/index.d.ts +65 -0
  4692. package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -0
  4693. package/lib/molecule/dashboard/cards-list/test/fixtures/default.d.ts +9 -0
  4694. package/lib/molecule/dashboard/cards-list/test/fixtures/default.d.ts.map +1 -0
  4695. package/lib/molecule/dashboard/cards-list/test/fixtures/many-empty.d.ts +10 -0
  4696. package/lib/molecule/dashboard/cards-list/test/fixtures/many-empty.d.ts.map +1 -0
  4697. package/lib/molecule/dashboard/cards-list/test/fixtures/many.d.ts +11 -0
  4698. package/lib/molecule/dashboard/cards-list/test/fixtures/many.d.ts.map +1 -0
  4699. package/lib/molecule/dashboard/cards-list/test/fixtures/microlearning.d.ts +51 -0
  4700. package/lib/molecule/dashboard/cards-list/test/fixtures/microlearning.d.ts.map +1 -0
  4701. package/lib/molecule/dashboard/cards-list/test/fixtures/no-icon.d.ts +11 -0
  4702. package/lib/molecule/dashboard/cards-list/test/fixtures/no-icon.d.ts.map +1 -0
  4703. package/lib/molecule/dashboard/cards-list/test/fixtures/performance.d.ts +13 -0
  4704. package/lib/molecule/dashboard/cards-list/test/fixtures/performance.d.ts.map +1 -0
  4705. package/lib/molecule/dashboard/cards-list/test/index.stories.d.ts +106 -0
  4706. package/lib/molecule/dashboard/cards-list/test/index.stories.d.ts.map +1 -0
  4707. package/lib/molecule/dashboard/news-list/index.d.ts +4 -0
  4708. package/lib/molecule/dashboard/news-list/index.d.ts.map +1 -0
  4709. package/lib/molecule/dashboard/news-list/test/fixtures/default.d.ts +20 -0
  4710. package/lib/molecule/dashboard/news-list/test/fixtures/default.d.ts.map +1 -0
  4711. package/lib/molecule/dashboard/news-list/test/fixtures/loading.d.ts +21 -0
  4712. package/lib/molecule/dashboard/news-list/test/fixtures/loading.d.ts.map +1 -0
  4713. package/lib/molecule/dashboard/news-list/test/fixtures/more.d.ts +24 -0
  4714. package/lib/molecule/dashboard/news-list/test/fixtures/more.d.ts.map +1 -0
  4715. package/lib/molecule/dashboard/news-list/test/index.stories.d.ts +69 -0
  4716. package/lib/molecule/dashboard/news-list/test/index.stories.d.ts.map +1 -0
  4717. package/lib/molecule/dashboard/review-banner/index.d.ts +4 -0
  4718. package/lib/molecule/dashboard/review-banner/index.d.ts.map +1 -0
  4719. package/lib/molecule/dashboard/review-banner/test/fixtures/default.d.ts +12 -0
  4720. package/lib/molecule/dashboard/review-banner/test/fixtures/default.d.ts.map +1 -0
  4721. package/lib/molecule/dashboard/review-banner/test/index.stories.d.ts +18 -0
  4722. package/lib/molecule/dashboard/review-banner/test/index.stories.d.ts.map +1 -0
  4723. package/lib/molecule/dashboard/start-battle/index.d.ts +4 -0
  4724. package/lib/molecule/dashboard/start-battle/index.d.ts.map +1 -0
  4725. package/lib/molecule/dashboard/start-battle/test/fixtures/default.d.ts +10 -0
  4726. package/lib/molecule/dashboard/start-battle/test/fixtures/default.d.ts.map +1 -0
  4727. package/lib/molecule/dashboard/start-battle/test/fixtures/href.d.ts +10 -0
  4728. package/lib/molecule/dashboard/start-battle/test/fixtures/href.d.ts.map +1 -0
  4729. package/lib/molecule/dashboard/start-battle/test/index.stories.d.ts +25 -0
  4730. package/lib/molecule/dashboard/start-battle/test/index.stories.d.ts.map +1 -0
  4731. package/lib/molecule/discipline-cta/index.d.ts +35 -0
  4732. package/lib/molecule/discipline-cta/index.d.ts.map +1 -0
  4733. package/lib/molecule/discipline-cta/test/fixtures/default.d.ts +10 -0
  4734. package/lib/molecule/discipline-cta/test/fixtures/default.d.ts.map +1 -0
  4735. package/lib/molecule/discipline-cta/test/fixtures/no-start.d.ts +7 -0
  4736. package/lib/molecule/discipline-cta/test/fixtures/no-start.d.ts.map +1 -0
  4737. package/lib/molecule/discipline-cta/test/index.stories.d.ts +53 -0
  4738. package/lib/molecule/discipline-cta/test/index.stories.d.ts.map +1 -0
  4739. package/lib/molecule/discipline-header/index.d.ts +56 -0
  4740. package/lib/molecule/discipline-header/index.d.ts.map +1 -0
  4741. package/lib/molecule/discipline-header/test/fixtures/arabic.d.ts +9 -0
  4742. package/lib/molecule/discipline-header/test/fixtures/arabic.d.ts.map +1 -0
  4743. package/lib/molecule/discipline-header/test/fixtures/default.d.ts +9 -0
  4744. package/lib/molecule/discipline-header/test/fixtures/default.d.ts.map +1 -0
  4745. package/lib/molecule/discipline-header/test/fixtures/jwplayer.d.ts +28 -0
  4746. package/lib/molecule/discipline-header/test/fixtures/jwplayer.d.ts.map +1 -0
  4747. package/lib/molecule/discipline-header/test/fixtures/long-description.d.ts +9 -0
  4748. package/lib/molecule/discipline-header/test/fixtures/long-description.d.ts.map +1 -0
  4749. package/lib/molecule/discipline-header/test/fixtures/no-video-no-image.d.ts +8 -0
  4750. package/lib/molecule/discipline-header/test/fixtures/no-video-no-image.d.ts.map +1 -0
  4751. package/lib/molecule/discipline-header/test/fixtures/no-video.d.ts +12 -0
  4752. package/lib/molecule/discipline-header/test/fixtures/no-video.d.ts.map +1 -0
  4753. package/lib/molecule/discipline-header/test/fixtures/portait-ratio.d.ts +11 -0
  4754. package/lib/molecule/discipline-header/test/fixtures/portait-ratio.d.ts.map +1 -0
  4755. package/lib/molecule/discipline-header/test/fixtures/vimeo.d.ts +18 -0
  4756. package/lib/molecule/discipline-header/test/fixtures/vimeo.d.ts.map +1 -0
  4757. package/lib/molecule/discipline-header/test/index.stories.d.ts +104 -0
  4758. package/lib/molecule/discipline-header/test/index.stories.d.ts.map +1 -0
  4759. package/lib/molecule/discipline-partners/index.d.ts +47 -0
  4760. package/lib/molecule/discipline-partners/index.d.ts.map +1 -0
  4761. package/lib/molecule/discipline-partners/test/fixtures/default.d.ts +18 -0
  4762. package/lib/molecule/discipline-partners/test/fixtures/default.d.ts.map +1 -0
  4763. package/lib/molecule/discipline-partners/test/fixtures/double-authors.d.ts +18 -0
  4764. package/lib/molecule/discipline-partners/test/fixtures/double-authors.d.ts.map +1 -0
  4765. package/lib/molecule/discipline-partners/test/fixtures/more-info.d.ts +19 -0
  4766. package/lib/molecule/discipline-partners/test/fixtures/more-info.d.ts.map +1 -0
  4767. package/lib/molecule/discipline-partners/test/fixtures/no-author.d.ts +5 -0
  4768. package/lib/molecule/discipline-partners/test/fixtures/no-author.d.ts.map +1 -0
  4769. package/lib/molecule/discipline-partners/test/fixtures/nosite.d.ts +18 -0
  4770. package/lib/molecule/discipline-partners/test/fixtures/nosite.d.ts.map +1 -0
  4771. package/lib/molecule/discipline-partners/test/index.stories.d.ts +123 -0
  4772. package/lib/molecule/discipline-partners/test/index.stories.d.ts.map +1 -0
  4773. package/lib/molecule/discipline-scope/index.d.ts +60 -0
  4774. package/lib/molecule/discipline-scope/index.d.ts.map +1 -0
  4775. package/lib/molecule/discipline-scope/test/fixtures/arabic.d.ts +39 -0
  4776. package/lib/molecule/discipline-scope/test/fixtures/arabic.d.ts.map +1 -0
  4777. package/lib/molecule/discipline-scope/test/fixtures/audio.d.ts +53 -0
  4778. package/lib/molecule/discipline-scope/test/fixtures/audio.d.ts.map +1 -0
  4779. package/lib/molecule/discipline-scope/test/fixtures/default.d.ts +24 -0
  4780. package/lib/molecule/discipline-scope/test/fixtures/default.d.ts.map +1 -0
  4781. package/lib/molecule/discipline-scope/test/fixtures/empty.d.ts +5 -0
  4782. package/lib/molecule/discipline-scope/test/fixtures/empty.d.ts.map +1 -0
  4783. package/lib/molecule/discipline-scope/test/fixtures/medias.d.ts +68 -0
  4784. package/lib/molecule/discipline-scope/test/fixtures/medias.d.ts.map +1 -0
  4785. package/lib/molecule/discipline-scope/test/fixtures/pdf.d.ts +53 -0
  4786. package/lib/molecule/discipline-scope/test/fixtures/pdf.d.ts.map +1 -0
  4787. package/lib/molecule/discipline-scope/test/fixtures/vimeo.d.ts +59 -0
  4788. package/lib/molecule/discipline-scope/test/fixtures/vimeo.d.ts.map +1 -0
  4789. package/lib/molecule/discipline-scope/test/fixtures/with-onclick.d.ts +28 -0
  4790. package/lib/molecule/discipline-scope/test/fixtures/with-onclick.d.ts.map +1 -0
  4791. package/lib/molecule/discipline-scope/test/index.stories.d.ts +371 -0
  4792. package/lib/molecule/discipline-scope/test/index.stories.d.ts.map +1 -0
  4793. package/lib/molecule/drag-and-drop/index.d.ts +68 -0
  4794. package/lib/molecule/drag-and-drop/index.d.ts.map +1 -0
  4795. package/lib/molecule/drag-and-drop/overlay.d.ts +15 -0
  4796. package/lib/molecule/drag-and-drop/overlay.d.ts.map +1 -0
  4797. package/lib/molecule/drag-and-drop/placeholder.d.ts +17 -0
  4798. package/lib/molecule/drag-and-drop/placeholder.d.ts.map +1 -0
  4799. package/lib/molecule/drag-and-drop/test/fixtures/default.d.ts +17 -0
  4800. package/lib/molecule/drag-and-drop/test/fixtures/default.d.ts.map +1 -0
  4801. package/lib/molecule/drag-and-drop/test/fixtures/error.d.ts +17 -0
  4802. package/lib/molecule/drag-and-drop/test/fixtures/error.d.ts.map +1 -0
  4803. package/lib/molecule/drag-and-drop/test/fixtures/loading.d.ts +17 -0
  4804. package/lib/molecule/drag-and-drop/test/fixtures/loading.d.ts.map +1 -0
  4805. package/lib/molecule/drag-and-drop/test/fixtures/ready-invalid.d.ts +30 -0
  4806. package/lib/molecule/drag-and-drop/test/fixtures/ready-invalid.d.ts.map +1 -0
  4807. package/lib/molecule/drag-and-drop/test/fixtures/ready.d.ts +29 -0
  4808. package/lib/molecule/drag-and-drop/test/fixtures/ready.d.ts.map +1 -0
  4809. package/lib/molecule/drag-and-drop/test/fixtures/success-video.d.ts +24 -0
  4810. package/lib/molecule/drag-and-drop/test/fixtures/success-video.d.ts.map +1 -0
  4811. package/lib/molecule/drag-and-drop/test/fixtures/success.d.ts +25 -0
  4812. package/lib/molecule/drag-and-drop/test/fixtures/success.d.ts.map +1 -0
  4813. package/lib/molecule/drag-and-drop/test/index.stories.d.ts +223 -0
  4814. package/lib/molecule/drag-and-drop/test/index.stories.d.ts.map +1 -0
  4815. package/lib/molecule/drag-and-drop/upload-report.d.ts +46 -0
  4816. package/lib/molecule/drag-and-drop/upload-report.d.ts.map +1 -0
  4817. package/lib/molecule/drag-and-drop-wrapper/index.d.ts +31 -0
  4818. package/lib/molecule/drag-and-drop-wrapper/index.d.ts.map +1 -0
  4819. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/default.d.ts +12 -0
  4820. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/default.d.ts.map +1 -0
  4821. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/disabled.d.ts +13 -0
  4822. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/disabled.d.ts.map +1 -0
  4823. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.d.ts +25 -0
  4824. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.d.ts.map +1 -0
  4825. package/lib/molecule/drag-and-drop-wrapper/test/index.stories.d.ts +81 -0
  4826. package/lib/molecule/drag-and-drop-wrapper/test/index.stories.d.ts.map +1 -0
  4827. package/lib/molecule/draggable/index.d.ts +15 -0
  4828. package/lib/molecule/draggable/index.d.ts.map +1 -0
  4829. package/lib/molecule/draggable/test/fixtures/default.d.ts +13 -0
  4830. package/lib/molecule/draggable/test/fixtures/default.d.ts.map +1 -0
  4831. package/lib/molecule/draggable/test/index.stories.d.ts +30 -0
  4832. package/lib/molecule/draggable/test/index.stories.d.ts.map +1 -0
  4833. package/lib/molecule/draggable-list/index.d.ts +50 -0
  4834. package/lib/molecule/draggable-list/index.d.ts.map +1 -0
  4835. package/lib/molecule/draggable-list/test/fixtures/course-sections.d.ts +24 -0
  4836. package/lib/molecule/draggable-list/test/fixtures/course-sections.d.ts.map +1 -0
  4837. package/lib/molecule/draggable-list/test/fixtures/dashboard-sections.d.ts +18 -0
  4838. package/lib/molecule/draggable-list/test/fixtures/dashboard-sections.d.ts.map +1 -0
  4839. package/lib/molecule/draggable-list/test/index.stories.d.ts +92 -0
  4840. package/lib/molecule/draggable-list/test/index.stories.d.ts.map +1 -0
  4841. package/lib/molecule/external-content-button/index.d.ts +17 -0
  4842. package/lib/molecule/external-content-button/index.d.ts.map +1 -0
  4843. package/lib/molecule/external-content-button/test/fixtures/article.d.ts +9 -0
  4844. package/lib/molecule/external-content-button/test/fixtures/article.d.ts.map +1 -0
  4845. package/lib/molecule/external-content-button/test/fixtures/podcast.d.ts +9 -0
  4846. package/lib/molecule/external-content-button/test/fixtures/podcast.d.ts.map +1 -0
  4847. package/lib/molecule/external-content-button/test/fixtures/scorm.d.ts +9 -0
  4848. package/lib/molecule/external-content-button/test/fixtures/scorm.d.ts.map +1 -0
  4849. package/lib/molecule/external-content-button/test/fixtures/video.d.ts +9 -0
  4850. package/lib/molecule/external-content-button/test/fixtures/video.d.ts.map +1 -0
  4851. package/lib/molecule/external-content-button/test/index.stories.d.ts +40 -0
  4852. package/lib/molecule/external-content-button/test/index.stories.d.ts.map +1 -0
  4853. package/lib/molecule/external-content-viewer/index.d.ts +12 -0
  4854. package/lib/molecule/external-content-viewer/index.d.ts.map +1 -0
  4855. package/lib/molecule/external-content-viewer/test/fixtures/article.d.ts +8 -0
  4856. package/lib/molecule/external-content-viewer/test/fixtures/article.d.ts.map +1 -0
  4857. package/lib/molecule/external-content-viewer/test/fixtures/default.d.ts +8 -0
  4858. package/lib/molecule/external-content-viewer/test/fixtures/default.d.ts.map +1 -0
  4859. package/lib/molecule/external-content-viewer/test/fixtures/h5p.d.ts +8 -0
  4860. package/lib/molecule/external-content-viewer/test/fixtures/h5p.d.ts.map +1 -0
  4861. package/lib/molecule/external-content-viewer/test/fixtures/podcast-cockpit-mode.d.ts +5 -0
  4862. package/lib/molecule/external-content-viewer/test/fixtures/podcast-cockpit-mode.d.ts.map +1 -0
  4863. package/lib/molecule/external-content-viewer/test/fixtures/podcast-default.d.ts +10 -0
  4864. package/lib/molecule/external-content-viewer/test/fixtures/podcast-default.d.ts.map +1 -0
  4865. package/lib/molecule/external-content-viewer/test/fixtures/podcast-mobile.d.ts +12 -0
  4866. package/lib/molecule/external-content-viewer/test/fixtures/podcast-mobile.d.ts.map +1 -0
  4867. package/lib/molecule/external-content-viewer/test/fixtures/podcast-no-background.d.ts +8 -0
  4868. package/lib/molecule/external-content-viewer/test/fixtures/podcast-no-background.d.ts.map +1 -0
  4869. package/lib/molecule/external-content-viewer/test/fixtures/podcast.d.ts +5 -0
  4870. package/lib/molecule/external-content-viewer/test/fixtures/podcast.d.ts.map +1 -0
  4871. package/lib/molecule/external-content-viewer/test/fixtures/video.d.ts +8 -0
  4872. package/lib/molecule/external-content-viewer/test/fixtures/video.d.ts.map +1 -0
  4873. package/lib/molecule/external-content-viewer/test/fixtures/youtube-podcast.d.ts +5 -0
  4874. package/lib/molecule/external-content-viewer/test/fixtures/youtube-podcast.d.ts.map +1 -0
  4875. package/lib/molecule/external-content-viewer/test/index.stories.d.ts +75 -0
  4876. package/lib/molecule/external-content-viewer/test/index.stories.d.ts.map +1 -0
  4877. package/lib/molecule/feedback/index.d.ts +15 -0
  4878. package/lib/molecule/feedback/index.d.ts.map +1 -0
  4879. package/lib/molecule/feedback/test/fixtures/default.d.ts +9 -0
  4880. package/lib/molecule/feedback/test/fixtures/default.d.ts.map +1 -0
  4881. package/lib/molecule/feedback/test/fixtures/fail-exit-node.d.ts +12 -0
  4882. package/lib/molecule/feedback/test/fixtures/fail-exit-node.d.ts.map +1 -0
  4883. package/lib/molecule/feedback/test/fixtures/failure-with-title-and-description-and-video.d.ts +23 -0
  4884. package/lib/molecule/feedback/test/fixtures/failure-with-title-and-description-and-video.d.ts.map +1 -0
  4885. package/lib/molecule/feedback/test/fixtures/success-exit-node.d.ts +12 -0
  4886. package/lib/molecule/feedback/test/fixtures/success-exit-node.d.ts.map +1 -0
  4887. package/lib/molecule/feedback/test/fixtures/success-with-title-and-description-and-audio.d.ts +22 -0
  4888. package/lib/molecule/feedback/test/fixtures/success-with-title-and-description-and-audio.d.ts.map +1 -0
  4889. package/lib/molecule/feedback/test/fixtures/success-with-title-and-description-and-image.d.ts +20 -0
  4890. package/lib/molecule/feedback/test/fixtures/success-with-title-and-description-and-image.d.ts.map +1 -0
  4891. package/lib/molecule/feedback/test/fixtures/success-with-title-and-description-and-pdf.d.ts +21 -0
  4892. package/lib/molecule/feedback/test/fixtures/success-with-title-and-description-and-pdf.d.ts.map +1 -0
  4893. package/lib/molecule/feedback/test/fixtures/success-with-title-and-description.d.ts +14 -0
  4894. package/lib/molecule/feedback/test/fixtures/success-with-title-and-description.d.ts.map +1 -0
  4895. package/lib/molecule/feedback/test/index.stories.d.ts +136 -0
  4896. package/lib/molecule/feedback/test/index.stories.d.ts.map +1 -0
  4897. package/lib/molecule/filters/filters-wrapper.d.ts +13 -0
  4898. package/lib/molecule/filters/filters-wrapper.d.ts.map +1 -0
  4899. package/lib/molecule/filters/index.d.ts +73 -0
  4900. package/lib/molecule/filters/index.d.ts.map +1 -0
  4901. package/lib/molecule/filters/test/fixtures/default.d.ts +44 -0
  4902. package/lib/molecule/filters/test/fixtures/default.d.ts.map +1 -0
  4903. package/lib/molecule/filters/test/fixtures/filters-list.d.ts +63 -0
  4904. package/lib/molecule/filters/test/fixtures/filters-list.d.ts.map +1 -0
  4905. package/lib/molecule/filters/test/fixtures/one.d.ts +32 -0
  4906. package/lib/molecule/filters/test/fixtures/one.d.ts.map +1 -0
  4907. package/lib/molecule/filters/test/fixtures/only-radio-group.d.ts +3 -0
  4908. package/lib/molecule/filters/test/fixtures/only-radio-group.d.ts.map +1 -0
  4909. package/lib/molecule/filters/test/fixtures/only-timer.d.ts +3 -0
  4910. package/lib/molecule/filters/test/fixtures/only-timer.d.ts.map +1 -0
  4911. package/lib/molecule/filters/test/fixtures/open-sorts.d.ts +5 -0
  4912. package/lib/molecule/filters/test/fixtures/open-sorts.d.ts.map +1 -0
  4913. package/lib/molecule/filters/test/fixtures/opened.d.ts +5 -0
  4914. package/lib/molecule/filters/test/fixtures/opened.d.ts.map +1 -0
  4915. package/lib/molecule/filters/test/fixtures/three.d.ts +22 -0
  4916. package/lib/molecule/filters/test/fixtures/three.d.ts.map +1 -0
  4917. package/lib/molecule/filters/test/fixtures/two-opened.d.ts +5 -0
  4918. package/lib/molecule/filters/test/fixtures/two-opened.d.ts.map +1 -0
  4919. package/lib/molecule/filters/test/fixtures/two.d.ts +32 -0
  4920. package/lib/molecule/filters/test/fixtures/two.d.ts.map +1 -0
  4921. package/lib/molecule/filters/test/fixtures/zero.d.ts +20 -0
  4922. package/lib/molecule/filters/test/fixtures/zero.d.ts.map +1 -0
  4923. package/lib/molecule/filters/test/index.stories.d.ts +235 -0
  4924. package/lib/molecule/filters/test/index.stories.d.ts.map +1 -0
  4925. package/lib/molecule/forum/forum-comment/index.d.ts +40 -0
  4926. package/lib/molecule/forum/forum-comment/index.d.ts.map +1 -0
  4927. package/lib/molecule/forum/forum-comment/test/fixtures/default.d.ts +10 -0
  4928. package/lib/molecule/forum/forum-comment/test/fixtures/default.d.ts.map +1 -0
  4929. package/lib/molecule/forum/forum-comment/test/fixtures/post-disabled.d.ts +10 -0
  4930. package/lib/molecule/forum/forum-comment/test/fixtures/post-disabled.d.ts.map +1 -0
  4931. package/lib/molecule/forum/forum-comment/test/fixtures/textarea-disabled.d.ts +10 -0
  4932. package/lib/molecule/forum/forum-comment/test/fixtures/textarea-disabled.d.ts.map +1 -0
  4933. package/lib/molecule/forum/forum-comment/test/index.stories.d.ts +69 -0
  4934. package/lib/molecule/forum/forum-comment/test/index.stories.d.ts.map +1 -0
  4935. package/lib/molecule/forum/forum-post/index.d.ts +61 -0
  4936. package/lib/molecule/forum/forum-post/index.d.ts.map +1 -0
  4937. package/lib/molecule/forum/forum-post/test/fixtures/default.d.ts +20 -0
  4938. package/lib/molecule/forum/forum-post/test/fixtures/default.d.ts.map +1 -0
  4939. package/lib/molecule/forum/forum-post/test/fixtures/deleted.d.ts +5 -0
  4940. package/lib/molecule/forum/forum-post/test/fixtures/deleted.d.ts.map +1 -0
  4941. package/lib/molecule/forum/forum-post/test/fixtures/editable.d.ts +5 -0
  4942. package/lib/molecule/forum/forum-post/test/fixtures/editable.d.ts.map +1 -0
  4943. package/lib/molecule/forum/forum-post/test/fixtures/not-editable-not-rejectable.d.ts +5 -0
  4944. package/lib/molecule/forum/forum-post/test/fixtures/not-editable-not-rejectable.d.ts.map +1 -0
  4945. package/lib/molecule/forum/forum-post/test/fixtures/posts-locked.d.ts +15 -0
  4946. package/lib/molecule/forum/forum-post/test/fixtures/posts-locked.d.ts.map +1 -0
  4947. package/lib/molecule/forum/forum-post/test/fixtures/rejectable.d.ts +5 -0
  4948. package/lib/molecule/forum/forum-post/test/fixtures/rejectable.d.ts.map +1 -0
  4949. package/lib/molecule/forum/forum-post/test/fixtures/rejected.d.ts +5 -0
  4950. package/lib/molecule/forum/forum-post/test/fixtures/rejected.d.ts.map +1 -0
  4951. package/lib/molecule/forum/forum-post/test/fixtures/show-answer-box.d.ts +5 -0
  4952. package/lib/molecule/forum/forum-post/test/fixtures/show-answer-box.d.ts.map +1 -0
  4953. package/lib/molecule/forum/forum-post/test/fixtures/show-edit-box.d.ts +5 -0
  4954. package/lib/molecule/forum/forum-post/test/fixtures/show-edit-box.d.ts.map +1 -0
  4955. package/lib/molecule/forum/forum-post/test/fixtures/textareas-locked.d.ts +15 -0
  4956. package/lib/molecule/forum/forum-post/test/fixtures/textareas-locked.d.ts.map +1 -0
  4957. package/lib/molecule/forum/forum-post/test/index.stories.d.ts +138 -0
  4958. package/lib/molecule/forum/forum-post/test/index.stories.d.ts.map +1 -0
  4959. package/lib/molecule/forum/forum-thread/index.d.ts +6 -0
  4960. package/lib/molecule/forum/forum-thread/index.d.ts.map +1 -0
  4961. package/lib/molecule/forum/forum-thread/test/fixtures/deep-answers.d.ts +5 -0
  4962. package/lib/molecule/forum/forum-thread/test/fixtures/deep-answers.d.ts.map +1 -0
  4963. package/lib/molecule/forum/forum-thread/test/fixtures/default.d.ts +5 -0
  4964. package/lib/molecule/forum/forum-thread/test/fixtures/default.d.ts.map +1 -0
  4965. package/lib/molecule/forum/forum-thread/test/fixtures/with-answers.d.ts +5 -0
  4966. package/lib/molecule/forum/forum-thread/test/fixtures/with-answers.d.ts.map +1 -0
  4967. package/lib/molecule/forum/forum-thread/test/index.stories.d.ts +22 -0
  4968. package/lib/molecule/forum/forum-thread/test/index.stories.d.ts.map +1 -0
  4969. package/lib/molecule/forum/post-conditions.d.ts +24 -0
  4970. package/lib/molecule/forum/post-conditions.d.ts.map +1 -0
  4971. package/lib/molecule/go1-banner/index.d.ts +13 -0
  4972. package/lib/molecule/go1-banner/index.d.ts.map +1 -0
  4973. package/lib/molecule/go1-banner/test/fixtures/default.d.ts +11 -0
  4974. package/lib/molecule/go1-banner/test/fixtures/default.d.ts.map +1 -0
  4975. package/lib/molecule/go1-banner/test/index.stories.d.ts +26 -0
  4976. package/lib/molecule/go1-banner/test/index.stories.d.ts.map +1 -0
  4977. package/lib/molecule/hero/index.d.ts +37 -0
  4978. package/lib/molecule/hero/index.d.ts.map +1 -0
  4979. package/lib/molecule/hero/test/fixtures/arabic.d.ts +13 -0
  4980. package/lib/molecule/hero/test/fixtures/arabic.d.ts.map +1 -0
  4981. package/lib/molecule/hero/test/fixtures/hero.d.ts +13 -0
  4982. package/lib/molecule/hero/test/fixtures/hero.d.ts.map +1 -0
  4983. package/lib/molecule/hero/test/index.stories.d.ts +64 -0
  4984. package/lib/molecule/hero/test/index.stories.d.ts.map +1 -0
  4985. package/lib/molecule/input-text-with-titled-checkbox/index.d.ts +23 -0
  4986. package/lib/molecule/input-text-with-titled-checkbox/index.d.ts.map +1 -0
  4987. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures/checked.d.ts +17 -0
  4988. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures/checked.d.ts.map +1 -0
  4989. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures/unchecked.d.ts +19 -0
  4990. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures/unchecked.d.ts.map +1 -0
  4991. package/lib/molecule/input-text-with-titled-checkbox/test/index.stories.d.ts +60 -0
  4992. package/lib/molecule/input-text-with-titled-checkbox/test/index.stories.d.ts.map +1 -0
  4993. package/lib/molecule/list-badges/index.d.ts +16 -0
  4994. package/lib/molecule/list-badges/index.d.ts.map +1 -0
  4995. package/lib/molecule/list-badges/test/fixtures/advanced.d.ts +11 -0
  4996. package/lib/molecule/list-badges/test/fixtures/advanced.d.ts.map +1 -0
  4997. package/lib/molecule/list-badges/test/fixtures/base.d.ts +11 -0
  4998. package/lib/molecule/list-badges/test/fixtures/base.d.ts.map +1 -0
  4999. package/lib/molecule/list-badges/test/fixtures/coach.d.ts +11 -0
  5000. package/lib/molecule/list-badges/test/fixtures/coach.d.ts.map +1 -0
  5001. package/lib/molecule/list-badges/test/fixtures/course.d.ts +11 -0
  5002. package/lib/molecule/list-badges/test/fixtures/course.d.ts.map +1 -0
  5003. package/lib/molecule/list-badges/test/index.stories.d.ts +59 -0
  5004. package/lib/molecule/list-badges/test/index.stories.d.ts.map +1 -0
  5005. package/lib/molecule/login-alert/index.d.ts +11 -0
  5006. package/lib/molecule/login-alert/index.d.ts.map +1 -0
  5007. package/lib/molecule/login-alert/test/fixtures/default.d.ts +7 -0
  5008. package/lib/molecule/login-alert/test/fixtures/default.d.ts.map +1 -0
  5009. package/lib/molecule/login-alert/test/index.stories.d.ts +20 -0
  5010. package/lib/molecule/login-alert/test/index.stories.d.ts.map +1 -0
  5011. package/lib/molecule/menu-list/index.d.ts +14 -0
  5012. package/lib/molecule/menu-list/index.d.ts.map +1 -0
  5013. package/lib/molecule/menu-list/test/fixtures/default.d.ts +28 -0
  5014. package/lib/molecule/menu-list/test/fixtures/default.d.ts.map +1 -0
  5015. package/lib/molecule/menu-list/test/index.stories.d.ts +44 -0
  5016. package/lib/molecule/menu-list/test/index.stories.d.ts.map +1 -0
  5017. package/lib/molecule/message-popin/index.d.ts +10 -0
  5018. package/lib/molecule/message-popin/index.d.ts.map +1 -0
  5019. package/lib/molecule/message-popin/test/fixtures/default.d.ts +8 -0
  5020. package/lib/molecule/message-popin/test/fixtures/default.d.ts.map +1 -0
  5021. package/lib/molecule/message-popin/test/index.stories.d.ts +20 -0
  5022. package/lib/molecule/message-popin/test/index.stories.d.ts.map +1 -0
  5023. package/lib/molecule/modal/index.d.ts +46 -0
  5024. package/lib/molecule/modal/index.d.ts.map +1 -0
  5025. package/lib/molecule/modal/test/fixtures/default.d.ts +24 -0
  5026. package/lib/molecule/modal/test/fixtures/default.d.ts.map +1 -0
  5027. package/lib/molecule/modal/test/index.stories.d.ts +69 -0
  5028. package/lib/molecule/modal/test/index.stories.d.ts.map +1 -0
  5029. package/lib/molecule/module-bubble/index.d.ts +36 -0
  5030. package/lib/molecule/module-bubble/index.d.ts.map +1 -0
  5031. package/lib/molecule/module-bubble/test/fixtures/default.d.ts +9 -0
  5032. package/lib/molecule/module-bubble/test/fixtures/default.d.ts.map +1 -0
  5033. package/lib/molecule/module-bubble/test/fixtures/disabled.d.ts +11 -0
  5034. package/lib/molecule/module-bubble/test/fixtures/disabled.d.ts.map +1 -0
  5035. package/lib/molecule/module-bubble/test/fixtures/filtered.d.ts +10 -0
  5036. package/lib/molecule/module-bubble/test/fixtures/filtered.d.ts.map +1 -0
  5037. package/lib/molecule/module-bubble/test/index.stories.d.ts +66 -0
  5038. package/lib/molecule/module-bubble/test/index.stories.d.ts.map +1 -0
  5039. package/lib/molecule/module-card/index.d.ts +34 -0
  5040. package/lib/molecule/module-card/index.d.ts.map +1 -0
  5041. package/lib/molecule/module-card/test/fixtures/active.d.ts +10 -0
  5042. package/lib/molecule/module-card/test/fixtures/active.d.ts.map +1 -0
  5043. package/lib/molecule/module-card/test/fixtures/arabic.d.ts +10 -0
  5044. package/lib/molecule/module-card/test/fixtures/arabic.d.ts.map +1 -0
  5045. package/lib/molecule/module-card/test/fixtures/restarted.d.ts +10 -0
  5046. package/lib/molecule/module-card/test/fixtures/restarted.d.ts.map +1 -0
  5047. package/lib/molecule/module-card/test/index.stories.d.ts +35 -0
  5048. package/lib/molecule/module-card/test/index.stories.d.ts.map +1 -0
  5049. package/lib/molecule/news/index.d.ts +29 -0
  5050. package/lib/molecule/news/index.d.ts.map +1 -0
  5051. package/lib/molecule/news/test/fixtures/arabic.d.ts +17 -0
  5052. package/lib/molecule/news/test/fixtures/arabic.d.ts.map +1 -0
  5053. package/lib/molecule/news/test/fixtures/default.d.ts +17 -0
  5054. package/lib/molecule/news/test/fixtures/default.d.ts.map +1 -0
  5055. package/lib/molecule/news/test/fixtures/long-description.d.ts +17 -0
  5056. package/lib/molecule/news/test/fixtures/long-description.d.ts.map +1 -0
  5057. package/lib/molecule/news/test/fixtures/long-title.d.ts +17 -0
  5058. package/lib/molecule/news/test/fixtures/long-title.d.ts.map +1 -0
  5059. package/lib/molecule/news/test/fixtures/small-desciption.d.ts +17 -0
  5060. package/lib/molecule/news/test/fixtures/small-desciption.d.ts.map +1 -0
  5061. package/lib/molecule/news/test/fixtures/small-title.d.ts +17 -0
  5062. package/lib/molecule/news/test/fixtures/small-title.d.ts.map +1 -0
  5063. package/lib/molecule/news/test/fixtures/without-cta.d.ts +11 -0
  5064. package/lib/molecule/news/test/fixtures/without-cta.d.ts.map +1 -0
  5065. package/lib/molecule/news/test/index.stories.d.ts +138 -0
  5066. package/lib/molecule/news/test/index.stories.d.ts.map +1 -0
  5067. package/lib/molecule/notification-banner/index.d.ts +37 -0
  5068. package/lib/molecule/notification-banner/index.d.ts.map +1 -0
  5069. package/lib/molecule/notification-banner/test/fixtures/default.d.ts +12 -0
  5070. package/lib/molecule/notification-banner/test/fixtures/default.d.ts.map +1 -0
  5071. package/lib/molecule/notification-banner/test/fixtures/feature.d.ts +12 -0
  5072. package/lib/molecule/notification-banner/test/fixtures/feature.d.ts.map +1 -0
  5073. package/lib/molecule/notification-banner/test/fixtures/survey.d.ts +12 -0
  5074. package/lib/molecule/notification-banner/test/fixtures/survey.d.ts.map +1 -0
  5075. package/lib/molecule/notification-banner/test/index.stories.d.ts +73 -0
  5076. package/lib/molecule/notification-banner/test/index.stories.d.ts.map +1 -0
  5077. package/lib/molecule/pagination/index.d.ts +11 -0
  5078. package/lib/molecule/pagination/index.d.ts.map +1 -0
  5079. package/lib/molecule/pagination/test/fixtures/default.d.ts +9 -0
  5080. package/lib/molecule/pagination/test/fixtures/default.d.ts.map +1 -0
  5081. package/lib/molecule/pagination/test/fixtures/disabled.d.ts +8 -0
  5082. package/lib/molecule/pagination/test/fixtures/disabled.d.ts.map +1 -0
  5083. package/lib/molecule/pagination/test/index.stories.d.ts +29 -0
  5084. package/lib/molecule/pagination/test/index.stories.d.ts.map +1 -0
  5085. package/lib/molecule/payment-form/index.d.ts +45 -0
  5086. package/lib/molecule/payment-form/index.d.ts.map +1 -0
  5087. package/lib/molecule/payment-form/test/fixtures/default.d.ts +30 -0
  5088. package/lib/molecule/payment-form/test/fixtures/default.d.ts.map +1 -0
  5089. package/lib/molecule/payment-form/test/fixtures/error.d.ts +34 -0
  5090. package/lib/molecule/payment-form/test/fixtures/error.d.ts.map +1 -0
  5091. package/lib/molecule/payment-form/test/fixtures/warning.d.ts +31 -0
  5092. package/lib/molecule/payment-form/test/fixtures/warning.d.ts.map +1 -0
  5093. package/lib/molecule/payment-form/test/index.stories.d.ts +88 -0
  5094. package/lib/molecule/payment-form/test/index.stories.d.ts.map +1 -0
  5095. package/lib/molecule/pdf/index.d.ts +36 -0
  5096. package/lib/molecule/pdf/index.d.ts.map +1 -0
  5097. package/lib/molecule/pdf/test/fixtures/default.d.ts +11 -0
  5098. package/lib/molecule/pdf/test/fixtures/default.d.ts.map +1 -0
  5099. package/lib/molecule/pdf/test/index.stories.d.ts +49 -0
  5100. package/lib/molecule/pdf/test/index.stories.d.ts.map +1 -0
  5101. package/lib/molecule/popin/index.d.ts +18 -0
  5102. package/lib/molecule/popin/index.d.ts.map +1 -0
  5103. package/lib/molecule/popin/test/fixtures/assistance.d.ts +14 -0
  5104. package/lib/molecule/popin/test/fixtures/assistance.d.ts.map +1 -0
  5105. package/lib/molecule/popin/test/fixtures/background-no-second-button.d.ts +14 -0
  5106. package/lib/molecule/popin/test/fixtures/background-no-second-button.d.ts.map +1 -0
  5107. package/lib/molecule/popin/test/fixtures/default.d.ts +14 -0
  5108. package/lib/molecule/popin/test/fixtures/default.d.ts.map +1 -0
  5109. package/lib/molecule/popin/test/fixtures/loading.d.ts +7 -0
  5110. package/lib/molecule/popin/test/fixtures/loading.d.ts.map +1 -0
  5111. package/lib/molecule/popin/test/fixtures/video-translate.d.ts +14 -0
  5112. package/lib/molecule/popin/test/fixtures/video-translate.d.ts.map +1 -0
  5113. package/lib/molecule/popin/test/index.stories.d.ts +79 -0
  5114. package/lib/molecule/popin/test/index.stories.d.ts.map +1 -0
  5115. package/lib/molecule/product-card/index.d.ts +16 -0
  5116. package/lib/molecule/product-card/index.d.ts.map +1 -0
  5117. package/lib/molecule/product-card/test/fixtures/default.d.ts +11 -0
  5118. package/lib/molecule/product-card/test/fixtures/default.d.ts.map +1 -0
  5119. package/lib/molecule/product-card/test/index.stories.d.ts +29 -0
  5120. package/lib/molecule/product-card/test/index.stories.d.ts.map +1 -0
  5121. package/lib/molecule/progress-bar/index.d.ts +16 -0
  5122. package/lib/molecule/progress-bar/index.d.ts.map +1 -0
  5123. package/lib/molecule/progress-bar/test/fixtures/default.d.ts +9 -0
  5124. package/lib/molecule/progress-bar/test/fixtures/default.d.ts.map +1 -0
  5125. package/lib/molecule/progress-bar/test/fixtures/max.d.ts +9 -0
  5126. package/lib/molecule/progress-bar/test/fixtures/max.d.ts.map +1 -0
  5127. package/lib/molecule/progress-bar/test/index.stories.d.ts +35 -0
  5128. package/lib/molecule/progress-bar/test/index.stories.d.ts.map +1 -0
  5129. package/lib/molecule/questions/drop-down/index.d.ts +16 -0
  5130. package/lib/molecule/questions/drop-down/index.d.ts.map +1 -0
  5131. package/lib/molecule/questions/drop-down/test/fixtures/default.d.ts +16 -0
  5132. package/lib/molecule/questions/drop-down/test/fixtures/default.d.ts.map +1 -0
  5133. package/lib/molecule/questions/drop-down/test/fixtures/no-selected.d.ts +12 -0
  5134. package/lib/molecule/questions/drop-down/test/fixtures/no-selected.d.ts.map +1 -0
  5135. package/lib/molecule/questions/drop-down/test/index.stories.d.ts +45 -0
  5136. package/lib/molecule/questions/drop-down/test/index.stories.d.ts.map +1 -0
  5137. package/lib/molecule/questions/free-text/index.d.ts +35 -0
  5138. package/lib/molecule/questions/free-text/index.d.ts.map +1 -0
  5139. package/lib/molecule/questions/free-text/index.native.d.ts +15 -0
  5140. package/lib/molecule/questions/free-text/index.native.d.ts.map +1 -0
  5141. package/lib/molecule/questions/free-text/test/fixtures/default.d.ts +7 -0
  5142. package/lib/molecule/questions/free-text/test/fixtures/default.d.ts.map +1 -0
  5143. package/lib/molecule/questions/free-text/test/fixtures/with-value-on-change.d.ts +10 -0
  5144. package/lib/molecule/questions/free-text/test/fixtures/with-value-on-change.d.ts.map +1 -0
  5145. package/lib/molecule/questions/free-text/test/fixtures/with-value.d.ts +8 -0
  5146. package/lib/molecule/questions/free-text/test/fixtures/with-value.d.ts.map +1 -0
  5147. package/lib/molecule/questions/free-text/test/index.stories.d.ts +60 -0
  5148. package/lib/molecule/questions/free-text/test/index.stories.d.ts.map +1 -0
  5149. package/lib/molecule/questions/mobile/draggable/index.native.d.ts +14 -0
  5150. package/lib/molecule/questions/mobile/draggable/index.native.d.ts.map +1 -0
  5151. package/lib/molecule/questions/mobile/draggable/test/fixtures/choices-without-value.d.ts +7 -0
  5152. package/lib/molecule/questions/mobile/draggable/test/fixtures/choices-without-value.d.ts.map +1 -0
  5153. package/lib/molecule/questions/mobile/draggable/test/fixtures/default.d.ts +7 -0
  5154. package/lib/molecule/questions/mobile/draggable/test/fixtures/default.d.ts.map +1 -0
  5155. package/lib/molecule/questions/mobile/draggable/test/on-item-press.test.d.ts +2 -0
  5156. package/lib/molecule/questions/mobile/draggable/test/on-item-press.test.d.ts.map +1 -0
  5157. package/lib/molecule/questions/mobile/slider/index.native.d.ts +16 -0
  5158. package/lib/molecule/questions/mobile/slider/index.native.d.ts.map +1 -0
  5159. package/lib/molecule/questions/mobile/slider/test/fixtures/default.d.ts +7 -0
  5160. package/lib/molecule/questions/mobile/slider/test/fixtures/default.d.ts.map +1 -0
  5161. package/lib/molecule/questions/mobile/slider/test/fixtures/with-step.d.ts +7 -0
  5162. package/lib/molecule/questions/mobile/slider/test/fixtures/with-step.d.ts.map +1 -0
  5163. package/lib/molecule/questions/mobile/slider/test/fixtures/with-unit.d.ts +7 -0
  5164. package/lib/molecule/questions/mobile/slider/test/fixtures/with-unit.d.ts.map +1 -0
  5165. package/lib/molecule/questions/mobile/slider/test/on-sliding-complete.d.ts +2 -0
  5166. package/lib/molecule/questions/mobile/slider/test/on-sliding-complete.d.ts.map +1 -0
  5167. package/lib/molecule/questions/mobile/switch/index.native.d.ts +20 -0
  5168. package/lib/molecule/questions/mobile/switch/index.native.d.ts.map +1 -0
  5169. package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-basic.d.ts +7 -0
  5170. package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-basic.d.ts.map +1 -0
  5171. package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.d.ts +7 -0
  5172. package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-draggable.d.ts.map +1 -0
  5173. package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.d.ts +7 -0
  5174. package/lib/molecule/questions/mobile/switch/test/fixtures/qcm-graphic.d.ts.map +1 -0
  5175. package/lib/molecule/questions/mobile/switch/test/fixtures/qcm.d.ts +9 -0
  5176. package/lib/molecule/questions/mobile/switch/test/fixtures/qcm.d.ts.map +1 -0
  5177. package/lib/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.d.ts +7 -0
  5178. package/lib/molecule/questions/mobile/switch/test/fixtures/slider-without-min-max.d.ts.map +1 -0
  5179. package/lib/molecule/questions/mobile/switch/test/fixtures/slider.d.ts +7 -0
  5180. package/lib/molecule/questions/mobile/switch/test/fixtures/slider.d.ts.map +1 -0
  5181. package/lib/molecule/questions/mobile/switch/test/fixtures/template-empty.d.ts +9 -0
  5182. package/lib/molecule/questions/mobile/switch/test/fixtures/template-empty.d.ts.map +1 -0
  5183. package/lib/molecule/questions/mobile/switch/test/fixtures/template.d.ts +9 -0
  5184. package/lib/molecule/questions/mobile/switch/test/fixtures/template.d.ts.map +1 -0
  5185. package/lib/molecule/questions/mobile/switch/test/on-input-value-change.test.d.ts +2 -0
  5186. package/lib/molecule/questions/mobile/switch/test/on-input-value-change.test.d.ts.map +1 -0
  5187. package/lib/molecule/questions/mobile/switch/test/on-item-input-change.test.d.ts +2 -0
  5188. package/lib/molecule/questions/mobile/switch/test/on-item-input-change.test.d.ts.map +1 -0
  5189. package/lib/molecule/questions/mobile/switch/test/on-item-press.test.d.ts +2 -0
  5190. package/lib/molecule/questions/mobile/switch/test/on-item-press.test.d.ts.map +1 -0
  5191. package/lib/molecule/questions/mobile/template/index.native.d.ts +15 -0
  5192. package/lib/molecule/questions/mobile/template/index.native.d.ts.map +1 -0
  5193. package/lib/molecule/questions/mobile/template/test/fixtures/default.d.ts +10 -0
  5194. package/lib/molecule/questions/mobile/template/test/fixtures/default.d.ts.map +1 -0
  5195. package/lib/molecule/questions/mobile/template/test/fixtures/disabled.d.ts +7 -0
  5196. package/lib/molecule/questions/mobile/template/test/fixtures/disabled.d.ts.map +1 -0
  5197. package/lib/molecule/questions/mobile/template/test/fixtures/incorrect-items.d.ts +9 -0
  5198. package/lib/molecule/questions/mobile/template/test/fixtures/incorrect-items.d.ts.map +1 -0
  5199. package/lib/molecule/questions/qcm/index.d.ts +37 -0
  5200. package/lib/molecule/questions/qcm/index.d.ts.map +1 -0
  5201. package/lib/molecule/questions/qcm/test/fixtures/arabic.d.ts +11 -0
  5202. package/lib/molecule/questions/qcm/test/fixtures/arabic.d.ts.map +1 -0
  5203. package/lib/molecule/questions/qcm/test/fixtures/default.d.ts +12 -0
  5204. package/lib/molecule/questions/qcm/test/fixtures/default.d.ts.map +1 -0
  5205. package/lib/molecule/questions/qcm/test/fixtures/no-selected.d.ts +11 -0
  5206. package/lib/molecule/questions/qcm/test/fixtures/no-selected.d.ts.map +1 -0
  5207. package/lib/molecule/questions/qcm/test/fixtures/short-answers.d.ts +11 -0
  5208. package/lib/molecule/questions/qcm/test/fixtures/short-answers.d.ts.map +1 -0
  5209. package/lib/molecule/questions/qcm/test/index.stories.d.ts +81 -0
  5210. package/lib/molecule/questions/qcm/test/index.stories.d.ts.map +1 -0
  5211. package/lib/molecule/questions/qcm-drag/index.d.ts +68 -0
  5212. package/lib/molecule/questions/qcm-drag/index.d.ts.map +1 -0
  5213. package/lib/molecule/questions/qcm-drag/test/fixtures/default.d.ts +17 -0
  5214. package/lib/molecule/questions/qcm-drag/test/fixtures/default.d.ts.map +1 -0
  5215. package/lib/molecule/questions/qcm-drag/test/fixtures/no-selected.d.ts +11 -0
  5216. package/lib/molecule/questions/qcm-drag/test/fixtures/no-selected.d.ts.map +1 -0
  5217. package/lib/molecule/questions/qcm-drag/test/index.stories.d.ts +71 -0
  5218. package/lib/molecule/questions/qcm-drag/test/index.stories.d.ts.map +1 -0
  5219. package/lib/molecule/questions/qcm-graphic/index.d.ts +38 -0
  5220. package/lib/molecule/questions/qcm-graphic/index.d.ts.map +1 -0
  5221. package/lib/molecule/questions/qcm-graphic/test/fixtures/default.d.ts +12 -0
  5222. package/lib/molecule/questions/qcm-graphic/test/fixtures/default.d.ts.map +1 -0
  5223. package/lib/molecule/questions/qcm-graphic/test/fixtures/no-selected.d.ts +12 -0
  5224. package/lib/molecule/questions/qcm-graphic/test/fixtures/no-selected.d.ts.map +1 -0
  5225. package/lib/molecule/questions/qcm-graphic/test/index.stories.d.ts +63 -0
  5226. package/lib/molecule/questions/qcm-graphic/test/index.stories.d.ts.map +1 -0
  5227. package/lib/molecule/questions/question-range/index.d.ts +38 -0
  5228. package/lib/molecule/questions/question-range/index.d.ts.map +1 -0
  5229. package/lib/molecule/questions/question-range/test/fixtures/default.d.ts +11 -0
  5230. package/lib/molecule/questions/question-range/test/fixtures/default.d.ts.map +1 -0
  5231. package/lib/molecule/questions/question-range/test/index.stories.d.ts +51 -0
  5232. package/lib/molecule/questions/question-range/test/index.stories.d.ts.map +1 -0
  5233. package/lib/molecule/questions/template/index.d.ts +31 -0
  5234. package/lib/molecule/questions/template/index.d.ts.map +1 -0
  5235. package/lib/molecule/questions/template/test/fixtures/default.d.ts +30 -0
  5236. package/lib/molecule/questions/template/test/fixtures/default.d.ts.map +1 -0
  5237. package/lib/molecule/questions/template/test/fixtures/multiple.d.ts +34 -0
  5238. package/lib/molecule/questions/template/test/fixtures/multiple.d.ts.map +1 -0
  5239. package/lib/molecule/questions/template/test/index.stories.d.ts +96 -0
  5240. package/lib/molecule/questions/template/test/index.stories.d.ts.map +1 -0
  5241. package/lib/molecule/questions/types.d.ts +55 -0
  5242. package/lib/molecule/questions/types.d.ts.map +1 -0
  5243. package/lib/molecule/quick-access-card/index.d.ts +13 -0
  5244. package/lib/molecule/quick-access-card/index.d.ts.map +1 -0
  5245. package/lib/molecule/quick-access-card/test/fixtures/analytics.d.ts +11 -0
  5246. package/lib/molecule/quick-access-card/test/fixtures/analytics.d.ts.map +1 -0
  5247. package/lib/molecule/quick-access-card/test/fixtures/default.d.ts +11 -0
  5248. package/lib/molecule/quick-access-card/test/fixtures/default.d.ts.map +1 -0
  5249. package/lib/molecule/quick-access-card/test/fixtures/look-and-feel.d.ts +10 -0
  5250. package/lib/molecule/quick-access-card/test/fixtures/look-and-feel.d.ts.map +1 -0
  5251. package/lib/molecule/quick-access-card/test/fixtures/massive-battle.d.ts +10 -0
  5252. package/lib/molecule/quick-access-card/test/fixtures/massive-battle.d.ts.map +1 -0
  5253. package/lib/molecule/quick-access-card/test/fixtures/upload-users.d.ts +10 -0
  5254. package/lib/molecule/quick-access-card/test/fixtures/upload-users.d.ts.map +1 -0
  5255. package/lib/molecule/quick-access-card/test/index.stories.d.ts +63 -0
  5256. package/lib/molecule/quick-access-card/test/index.stories.d.ts.map +1 -0
  5257. package/lib/molecule/quick-access-cards-group/index.d.ts +16 -0
  5258. package/lib/molecule/quick-access-cards-group/index.d.ts.map +1 -0
  5259. package/lib/molecule/quick-access-cards-group/test/fixtures/default.d.ts +13 -0
  5260. package/lib/molecule/quick-access-cards-group/test/fixtures/default.d.ts.map +1 -0
  5261. package/lib/molecule/quick-access-cards-group/test/fixtures/loading.d.ts +8 -0
  5262. package/lib/molecule/quick-access-cards-group/test/fixtures/loading.d.ts.map +1 -0
  5263. package/lib/molecule/quick-access-cards-group/test/fixtures/one-card.d.ts +14 -0
  5264. package/lib/molecule/quick-access-cards-group/test/fixtures/one-card.d.ts.map +1 -0
  5265. package/lib/molecule/quick-access-cards-group/test/fixtures/three-cards.d.ts +13 -0
  5266. package/lib/molecule/quick-access-cards-group/test/fixtures/three-cards.d.ts.map +1 -0
  5267. package/lib/molecule/quick-access-cards-group/test/fixtures/two-cards.d.ts +20 -0
  5268. package/lib/molecule/quick-access-cards-group/test/fixtures/two-cards.d.ts.map +1 -0
  5269. package/lib/molecule/quick-access-cards-group/test/index.stories.d.ts +82 -0
  5270. package/lib/molecule/quick-access-cards-group/test/index.stories.d.ts.map +1 -0
  5271. package/lib/molecule/resource-player/index.d.ts +70 -0
  5272. package/lib/molecule/resource-player/index.d.ts.map +1 -0
  5273. package/lib/molecule/resource-player/test/fixtures/audio.d.ts +18 -0
  5274. package/lib/molecule/resource-player/test/fixtures/audio.d.ts.map +1 -0
  5275. package/lib/molecule/resource-player/test/fixtures/image.d.ts +12 -0
  5276. package/lib/molecule/resource-player/test/fixtures/image.d.ts.map +1 -0
  5277. package/lib/molecule/resource-player/test/fixtures/jwplayer-with-overlay.d.ts +35 -0
  5278. package/lib/molecule/resource-player/test/fixtures/jwplayer-with-overlay.d.ts.map +1 -0
  5279. package/lib/molecule/resource-player/test/fixtures/pdf-with-overlay.d.ts +22 -0
  5280. package/lib/molecule/resource-player/test/fixtures/pdf-with-overlay.d.ts.map +1 -0
  5281. package/lib/molecule/resource-player/test/fixtures/pdf.d.ts +17 -0
  5282. package/lib/molecule/resource-player/test/fixtures/pdf.d.ts.map +1 -0
  5283. package/lib/molecule/resource-player/test/fixtures/vimeo-with-overlay.d.ts +27 -0
  5284. package/lib/molecule/resource-player/test/fixtures/vimeo-with-overlay.d.ts.map +1 -0
  5285. package/lib/molecule/resource-player/test/fixtures/vimeo.d.ts +22 -0
  5286. package/lib/molecule/resource-player/test/fixtures/vimeo.d.ts.map +1 -0
  5287. package/lib/molecule/resource-player/test/index.stories.d.ts +153 -0
  5288. package/lib/molecule/resource-player/test/index.stories.d.ts.map +1 -0
  5289. package/lib/molecule/review-card-congrats/index.d.ts +8 -0
  5290. package/lib/molecule/review-card-congrats/index.d.ts.map +1 -0
  5291. package/lib/molecule/review-card-congrats/prop-types.d.ts +31 -0
  5292. package/lib/molecule/review-card-congrats/prop-types.d.ts.map +1 -0
  5293. package/lib/molecule/review-card-congrats/test/fixtures/rank.d.ts +28 -0
  5294. package/lib/molecule/review-card-congrats/test/fixtures/rank.d.ts.map +1 -0
  5295. package/lib/molecule/review-card-congrats/test/fixtures/star.d.ts +31 -0
  5296. package/lib/molecule/review-card-congrats/test/fixtures/star.d.ts.map +1 -0
  5297. package/lib/molecule/review-card-congrats/test/index.stories.d.ts +92 -0
  5298. package/lib/molecule/review-card-congrats/test/index.stories.d.ts.map +1 -0
  5299. package/lib/molecule/review-correction-popin/index.d.ts +7 -0
  5300. package/lib/molecule/review-correction-popin/index.d.ts.map +1 -0
  5301. package/lib/molecule/review-correction-popin/prop-types.d.ts +21 -0
  5302. package/lib/molecule/review-correction-popin/prop-types.d.ts.map +1 -0
  5303. package/lib/molecule/review-correction-popin/test/fixtures/right.d.ts +18 -0
  5304. package/lib/molecule/review-correction-popin/test/fixtures/right.d.ts.map +1 -0
  5305. package/lib/molecule/review-correction-popin/test/fixtures/wrong.d.ts +22 -0
  5306. package/lib/molecule/review-correction-popin/test/fixtures/wrong.d.ts.map +1 -0
  5307. package/lib/molecule/review-correction-popin/test/index.stories.d.ts +63 -0
  5308. package/lib/molecule/review-correction-popin/test/index.stories.d.ts.map +1 -0
  5309. package/lib/molecule/review-header-steps/index.d.ts +7 -0
  5310. package/lib/molecule/review-header-steps/index.d.ts.map +1 -0
  5311. package/lib/molecule/review-header-steps/prop-types.d.ts +10 -0
  5312. package/lib/molecule/review-header-steps/prop-types.d.ts.map +1 -0
  5313. package/lib/molecule/review-header-steps/test/fixtures/all-questions-ok.d.ts +11 -0
  5314. package/lib/molecule/review-header-steps/test/fixtures/all-questions-ok.d.ts.map +1 -0
  5315. package/lib/molecule/review-header-steps/test/fixtures/current-question-no-aswered.d.ts +11 -0
  5316. package/lib/molecule/review-header-steps/test/fixtures/current-question-no-aswered.d.ts.map +1 -0
  5317. package/lib/molecule/review-header-steps/test/fixtures/current-question-wrong.d.ts +11 -0
  5318. package/lib/molecule/review-header-steps/test/fixtures/current-question-wrong.d.ts.map +1 -0
  5319. package/lib/molecule/review-header-steps/test/fixtures/first-question-current-right.d.ts +11 -0
  5320. package/lib/molecule/review-header-steps/test/fixtures/first-question-current-right.d.ts.map +1 -0
  5321. package/lib/molecule/review-header-steps/test/fixtures/no-answered-question.d.ts +11 -0
  5322. package/lib/molecule/review-header-steps/test/fixtures/no-answered-question.d.ts.map +1 -0
  5323. package/lib/molecule/review-header-steps/test/fixtures/question-to-repeat.d.ts +11 -0
  5324. package/lib/molecule/review-header-steps/test/fixtures/question-to-repeat.d.ts.map +1 -0
  5325. package/lib/molecule/review-header-steps/test/index.stories.d.ts +76 -0
  5326. package/lib/molecule/review-header-steps/test/index.stories.d.ts.map +1 -0
  5327. package/lib/molecule/scope-content/index.d.ts +82 -0
  5328. package/lib/molecule/scope-content/index.d.ts.map +1 -0
  5329. package/lib/molecule/scope-content/test/fixtures/arabic.d.ts +31 -0
  5330. package/lib/molecule/scope-content/test/fixtures/arabic.d.ts.map +1 -0
  5331. package/lib/molecule/scope-content/test/fixtures/audio.d.ts +45 -0
  5332. package/lib/molecule/scope-content/test/fixtures/audio.d.ts.map +1 -0
  5333. package/lib/molecule/scope-content/test/fixtures/default.d.ts +15 -0
  5334. package/lib/molecule/scope-content/test/fixtures/default.d.ts.map +1 -0
  5335. package/lib/molecule/scope-content/test/fixtures/empty.d.ts +5 -0
  5336. package/lib/molecule/scope-content/test/fixtures/empty.d.ts.map +1 -0
  5337. package/lib/molecule/scope-content/test/fixtures/medias.d.ts +60 -0
  5338. package/lib/molecule/scope-content/test/fixtures/medias.d.ts.map +1 -0
  5339. package/lib/molecule/scope-content/test/fixtures/pdf.d.ts +45 -0
  5340. package/lib/molecule/scope-content/test/fixtures/pdf.d.ts.map +1 -0
  5341. package/lib/molecule/scope-content/test/fixtures/vimeo.d.ts +51 -0
  5342. package/lib/molecule/scope-content/test/fixtures/vimeo.d.ts.map +1 -0
  5343. package/lib/molecule/scope-content/test/fixtures/with-onclick.d.ts +19 -0
  5344. package/lib/molecule/scope-content/test/fixtures/with-onclick.d.ts.map +1 -0
  5345. package/lib/molecule/scope-content/test/index.stories.d.ts +343 -0
  5346. package/lib/molecule/scope-content/test/index.stories.d.ts.map +1 -0
  5347. package/lib/molecule/scope-tabs/index.d.ts +11 -0
  5348. package/lib/molecule/scope-tabs/index.d.ts.map +1 -0
  5349. package/lib/molecule/scope-tabs/test/fixtures/default.d.ts +13 -0
  5350. package/lib/molecule/scope-tabs/test/fixtures/default.d.ts.map +1 -0
  5351. package/lib/molecule/scope-tabs/test/fixtures/empty.d.ts +5 -0
  5352. package/lib/molecule/scope-tabs/test/fixtures/empty.d.ts.map +1 -0
  5353. package/lib/molecule/scope-tabs/test/fixtures/without-status.d.ts +17 -0
  5354. package/lib/molecule/scope-tabs/test/fixtures/without-status.d.ts.map +1 -0
  5355. package/lib/molecule/scope-tabs/test/index.stories.d.ts +46 -0
  5356. package/lib/molecule/scope-tabs/test/index.stories.d.ts.map +1 -0
  5357. package/lib/molecule/search-form/index.d.ts +24 -0
  5358. package/lib/molecule/search-form/index.d.ts.map +1 -0
  5359. package/lib/molecule/search-form/test/fixtures/default.d.ts +17 -0
  5360. package/lib/molecule/search-form/test/fixtures/default.d.ts.map +1 -0
  5361. package/lib/molecule/search-form/test/index.stories.d.ts +43 -0
  5362. package/lib/molecule/search-form/test/index.stories.d.ts.map +1 -0
  5363. package/lib/molecule/select-multiple/index.d.ts +63 -0
  5364. package/lib/molecule/select-multiple/index.d.ts.map +1 -0
  5365. package/lib/molecule/select-multiple/test/fixtures/checked-cm-theme-disabled.d.ts +21 -0
  5366. package/lib/molecule/select-multiple/test/fixtures/checked-cm-theme-disabled.d.ts.map +1 -0
  5367. package/lib/molecule/select-multiple/test/fixtures/checked-cm-theme-error.d.ts +21 -0
  5368. package/lib/molecule/select-multiple/test/fixtures/checked-cm-theme-error.d.ts.map +1 -0
  5369. package/lib/molecule/select-multiple/test/fixtures/checked-cm-theme-multiple.d.ts +21 -0
  5370. package/lib/molecule/select-multiple/test/fixtures/checked-cm-theme-multiple.d.ts.map +1 -0
  5371. package/lib/molecule/select-multiple/test/fixtures/checked-cm-theme.d.ts +21 -0
  5372. package/lib/molecule/select-multiple/test/fixtures/checked-cm-theme.d.ts.map +1 -0
  5373. package/lib/molecule/select-multiple/test/fixtures/checked-cockpit-theme.d.ts +14 -0
  5374. package/lib/molecule/select-multiple/test/fixtures/checked-cockpit-theme.d.ts.map +1 -0
  5375. package/lib/molecule/select-multiple/test/fixtures/checked-setup-theme.d.ts +14 -0
  5376. package/lib/molecule/select-multiple/test/fixtures/checked-setup-theme.d.ts.map +1 -0
  5377. package/lib/molecule/select-multiple/test/fixtures/checked.d.ts +13 -0
  5378. package/lib/molecule/select-multiple/test/fixtures/checked.d.ts.map +1 -0
  5379. package/lib/molecule/select-multiple/test/fixtures/default.d.ts +13 -0
  5380. package/lib/molecule/select-multiple/test/fixtures/default.d.ts.map +1 -0
  5381. package/lib/molecule/select-multiple/test/fixtures/setup-theme-error.d.ts +18 -0
  5382. package/lib/molecule/select-multiple/test/fixtures/setup-theme-error.d.ts.map +1 -0
  5383. package/lib/molecule/select-multiple/test/fixtures/setup-theme.d.ts +20 -0
  5384. package/lib/molecule/select-multiple/test/fixtures/setup-theme.d.ts.map +1 -0
  5385. package/lib/molecule/select-multiple/test/index.stories.d.ts +231 -0
  5386. package/lib/molecule/select-multiple/test/index.stories.d.ts.map +1 -0
  5387. package/lib/molecule/setup-cohort-item/index.d.ts +46 -0
  5388. package/lib/molecule/setup-cohort-item/index.d.ts.map +1 -0
  5389. package/lib/molecule/setup-cohort-item/test/fixtures/create-new-valid.d.ts +36 -0
  5390. package/lib/molecule/setup-cohort-item/test/fixtures/create-new-valid.d.ts.map +1 -0
  5391. package/lib/molecule/setup-cohort-item/test/fixtures/create-new.d.ts +37 -0
  5392. package/lib/molecule/setup-cohort-item/test/fixtures/create-new.d.ts.map +1 -0
  5393. package/lib/molecule/setup-cohort-item/test/fixtures/default.d.ts +44 -0
  5394. package/lib/molecule/setup-cohort-item/test/fixtures/default.d.ts.map +1 -0
  5395. package/lib/molecule/setup-cohort-item/test/fixtures/disabled-submit.d.ts +43 -0
  5396. package/lib/molecule/setup-cohort-item/test/fixtures/disabled-submit.d.ts.map +1 -0
  5397. package/lib/molecule/setup-cohort-item/test/index.stories.d.ts +193 -0
  5398. package/lib/molecule/setup-cohort-item/test/index.stories.d.ts.map +1 -0
  5399. package/lib/molecule/setup-section/index.d.ts +100 -0
  5400. package/lib/molecule/setup-section/index.d.ts.map +1 -0
  5401. package/lib/molecule/setup-section/test/fixtures/analytics-boutique.d.ts +14 -0
  5402. package/lib/molecule/setup-section/test/fixtures/analytics-boutique.d.ts.map +1 -0
  5403. package/lib/molecule/setup-section/test/fixtures/analytics-branch.d.ts +14 -0
  5404. package/lib/molecule/setup-section/test/fixtures/analytics-branch.d.ts.map +1 -0
  5405. package/lib/molecule/setup-section/test/fixtures/analytics-region.d.ts +14 -0
  5406. package/lib/molecule/setup-section/test/fixtures/analytics-region.d.ts.map +1 -0
  5407. package/lib/molecule/setup-section/test/fixtures/default.d.ts +24 -0
  5408. package/lib/molecule/setup-section/test/fixtures/default.d.ts.map +1 -0
  5409. package/lib/molecule/setup-section/test/fixtures/first.d.ts +25 -0
  5410. package/lib/molecule/setup-section/test/fixtures/first.d.ts.map +1 -0
  5411. package/lib/molecule/setup-section/test/fixtures/no-content-types.d.ts +14 -0
  5412. package/lib/molecule/setup-section/test/fixtures/no-content-types.d.ts.map +1 -0
  5413. package/lib/molecule/setup-section/test/fixtures/other.d.ts +25 -0
  5414. package/lib/molecule/setup-section/test/fixtures/other.d.ts.map +1 -0
  5415. package/lib/molecule/setup-section/test/index.stories.d.ts +190 -0
  5416. package/lib/molecule/setup-section/test/index.stories.d.ts.map +1 -0
  5417. package/lib/molecule/setup-sections/index.d.ts +50 -0
  5418. package/lib/molecule/setup-sections/index.d.ts.map +1 -0
  5419. package/lib/molecule/setup-sections/test/fixtures/analytics.d.ts +17 -0
  5420. package/lib/molecule/setup-sections/test/fixtures/analytics.d.ts.map +1 -0
  5421. package/lib/molecule/setup-sections/test/fixtures/dashboard.d.ts +46 -0
  5422. package/lib/molecule/setup-sections/test/fixtures/dashboard.d.ts.map +1 -0
  5423. package/lib/molecule/setup-sections/test/fixtures/default.d.ts +37 -0
  5424. package/lib/molecule/setup-sections/test/fixtures/default.d.ts.map +1 -0
  5425. package/lib/molecule/setup-sections/test/fixtures/loading.d.ts +8 -0
  5426. package/lib/molecule/setup-sections/test/fixtures/loading.d.ts.map +1 -0
  5427. package/lib/molecule/setup-sections/test/index.stories.d.ts +157 -0
  5428. package/lib/molecule/setup-sections/test/index.stories.d.ts.map +1 -0
  5429. package/lib/molecule/setup-slide/index.d.ts +150 -0
  5430. package/lib/molecule/setup-slide/index.d.ts.map +1 -0
  5431. package/lib/molecule/setup-slide/test/fixtures/alert-message.d.ts +69 -0
  5432. package/lib/molecule/setup-slide/test/fixtures/alert-message.d.ts.map +1 -0
  5433. package/lib/molecule/setup-slide/test/fixtures/checkbox.d.ts +21 -0
  5434. package/lib/molecule/setup-slide/test/fixtures/checkbox.d.ts.map +1 -0
  5435. package/lib/molecule/setup-slide/test/fixtures/cohort.d.ts +58 -0
  5436. package/lib/molecule/setup-slide/test/fixtures/cohort.d.ts.map +1 -0
  5437. package/lib/molecule/setup-slide/test/fixtures/create-new-cohort.d.ts +47 -0
  5438. package/lib/molecule/setup-slide/test/fixtures/create-new-cohort.d.ts.map +1 -0
  5439. package/lib/molecule/setup-slide/test/fixtures/default.d.ts +91 -0
  5440. package/lib/molecule/setup-slide/test/fixtures/default.d.ts.map +1 -0
  5441. package/lib/molecule/setup-slide/test/fixtures/split-form.d.ts +41 -0
  5442. package/lib/molecule/setup-slide/test/fixtures/split-form.d.ts.map +1 -0
  5443. package/lib/molecule/setup-slide/test/fixtures/without-upload-image.d.ts +67 -0
  5444. package/lib/molecule/setup-slide/test/fixtures/without-upload-image.d.ts.map +1 -0
  5445. package/lib/molecule/setup-slide/test/index.stories.d.ts +539 -0
  5446. package/lib/molecule/setup-slide/test/index.stories.d.ts.map +1 -0
  5447. package/lib/molecule/setup-slider/index.d.ts +163 -0
  5448. package/lib/molecule/setup-slider/index.d.ts.map +1 -0
  5449. package/lib/molecule/setup-slider/test/fixtures/default-cohort.d.ts +169 -0
  5450. package/lib/molecule/setup-slider/test/fixtures/default-cohort.d.ts.map +1 -0
  5451. package/lib/molecule/setup-slider/test/fixtures/default.d.ts +158 -0
  5452. package/lib/molecule/setup-slider/test/fixtures/default.d.ts.map +1 -0
  5453. package/lib/molecule/setup-slider/test/index.stories.d.ts +491 -0
  5454. package/lib/molecule/setup-slider/test/index.stories.d.ts.map +1 -0
  5455. package/lib/molecule/share/index.d.ts +35 -0
  5456. package/lib/molecule/share/index.d.ts.map +1 -0
  5457. package/lib/molecule/share/test/fixtures/default.d.ts +8 -0
  5458. package/lib/molecule/share/test/fixtures/default.d.ts.map +1 -0
  5459. package/lib/molecule/share/test/index.stories.d.ts +25 -0
  5460. package/lib/molecule/share/test/index.stories.d.ts.map +1 -0
  5461. package/lib/molecule/skill-card/index.d.ts +7 -0
  5462. package/lib/molecule/skill-card/index.d.ts.map +1 -0
  5463. package/lib/molecule/skill-card/prop-types.d.ts +14 -0
  5464. package/lib/molecule/skill-card/prop-types.d.ts.map +1 -0
  5465. package/lib/molecule/skill-card/test/fixtures/custom-skill.d.ts +15 -0
  5466. package/lib/molecule/skill-card/test/fixtures/custom-skill.d.ts.map +1 -0
  5467. package/lib/molecule/skill-card/test/fixtures/default.d.ts +16 -0
  5468. package/lib/molecule/skill-card/test/fixtures/default.d.ts.map +1 -0
  5469. package/lib/molecule/skill-card/test/fixtures/no-aria-labels.d.ts +13 -0
  5470. package/lib/molecule/skill-card/test/fixtures/no-aria-labels.d.ts.map +1 -0
  5471. package/lib/molecule/skill-card/test/fixtures/short-skill-title.d.ts +15 -0
  5472. package/lib/molecule/skill-card/test/fixtures/short-skill-title.d.ts.map +1 -0
  5473. package/lib/molecule/skill-card/test/index.stories.d.ts +73 -0
  5474. package/lib/molecule/skill-card/test/index.stories.d.ts.map +1 -0
  5475. package/lib/molecule/ssmenu-list/index.d.ts +12 -0
  5476. package/lib/molecule/ssmenu-list/index.d.ts.map +1 -0
  5477. package/lib/molecule/ssmenu-list/test/fixtures/coorpacademy.d.ts +10 -0
  5478. package/lib/molecule/ssmenu-list/test/fixtures/coorpacademy.d.ts.map +1 -0
  5479. package/lib/molecule/ssmenu-list/test/fixtures/empty.d.ts +5 -0
  5480. package/lib/molecule/ssmenu-list/test/fixtures/empty.d.ts.map +1 -0
  5481. package/lib/molecule/ssmenu-list/test/fixtures/formations.d.ts +10 -0
  5482. package/lib/molecule/ssmenu-list/test/fixtures/formations.d.ts.map +1 -0
  5483. package/lib/molecule/ssmenu-list/test/fixtures/solutions.d.ts +10 -0
  5484. package/lib/molecule/ssmenu-list/test/fixtures/solutions.d.ts.map +1 -0
  5485. package/lib/molecule/ssmenu-list/test/index.stories.d.ts +46 -0
  5486. package/lib/molecule/ssmenu-list/test/index.stories.d.ts.map +1 -0
  5487. package/lib/molecule/subscription-freemium/index.d.ts +12 -0
  5488. package/lib/molecule/subscription-freemium/index.d.ts.map +1 -0
  5489. package/lib/molecule/subscription-freemium/test/fixtures/default.d.ts +8 -0
  5490. package/lib/molecule/subscription-freemium/test/fixtures/default.d.ts.map +1 -0
  5491. package/lib/molecule/subscription-freemium/test/index.stories.d.ts +21 -0
  5492. package/lib/molecule/subscription-freemium/test/index.stories.d.ts.map +1 -0
  5493. package/lib/molecule/subscription-premium/index.d.ts +16 -0
  5494. package/lib/molecule/subscription-premium/index.d.ts.map +1 -0
  5495. package/lib/molecule/subscription-premium/test/fixtures/default.d.ts +10 -0
  5496. package/lib/molecule/subscription-premium/test/fixtures/default.d.ts.map +1 -0
  5497. package/lib/molecule/subscription-premium/test/fixtures/promo-code.d.ts +9 -0
  5498. package/lib/molecule/subscription-premium/test/fixtures/promo-code.d.ts.map +1 -0
  5499. package/lib/molecule/subscription-premium/test/index.stories.d.ts +36 -0
  5500. package/lib/molecule/subscription-premium/test/index.stories.d.ts.map +1 -0
  5501. package/lib/molecule/table/index.d.ts +52 -0
  5502. package/lib/molecule/table/index.d.ts.map +1 -0
  5503. package/lib/molecule/table/test/fixtures/cockpit-theme.d.ts +33 -0
  5504. package/lib/molecule/table/test/fixtures/cockpit-theme.d.ts.map +1 -0
  5505. package/lib/molecule/table/test/fixtures/default.d.ts +20 -0
  5506. package/lib/molecule/table/test/fixtures/default.d.ts.map +1 -0
  5507. package/lib/molecule/table/test/fixtures/no-options.d.ts +23 -0
  5508. package/lib/molecule/table/test/fixtures/no-options.d.ts.map +1 -0
  5509. package/lib/molecule/table/test/fixtures/readonly.d.ts +21 -0
  5510. package/lib/molecule/table/test/fixtures/readonly.d.ts.map +1 -0
  5511. package/lib/molecule/table/test/index.stories.d.ts +148 -0
  5512. package/lib/molecule/table/test/index.stories.d.ts.map +1 -0
  5513. package/lib/molecule/teams-popin/index.d.ts +16 -0
  5514. package/lib/molecule/teams-popin/index.d.ts.map +1 -0
  5515. package/lib/molecule/teams-popin/test/fixtures/default.d.ts +11 -0
  5516. package/lib/molecule/teams-popin/test/fixtures/default.d.ts.map +1 -0
  5517. package/lib/molecule/teams-popin/test/fixtures/loading-background.d.ts +5 -0
  5518. package/lib/molecule/teams-popin/test/fixtures/loading-background.d.ts.map +1 -0
  5519. package/lib/molecule/teams-popin/test/fixtures/loading.d.ts +12 -0
  5520. package/lib/molecule/teams-popin/test/fixtures/loading.d.ts.map +1 -0
  5521. package/lib/molecule/teams-popin/test/fixtures/login-background.d.ts +5 -0
  5522. package/lib/molecule/teams-popin/test/fixtures/login-background.d.ts.map +1 -0
  5523. package/lib/molecule/teams-popin/test/fixtures/login-faild.d.ts +11 -0
  5524. package/lib/molecule/teams-popin/test/fixtures/login-faild.d.ts.map +1 -0
  5525. package/lib/molecule/teams-popin/test/fixtures/login.d.ts +12 -0
  5526. package/lib/molecule/teams-popin/test/fixtures/login.d.ts.map +1 -0
  5527. package/lib/molecule/teams-popin/test/fixtures/not-teams-account.d.ts +9 -0
  5528. package/lib/molecule/teams-popin/test/fixtures/not-teams-account.d.ts.map +1 -0
  5529. package/lib/molecule/teams-popin/test/fixtures/without-button.d.ts +8 -0
  5530. package/lib/molecule/teams-popin/test/fixtures/without-button.d.ts.map +1 -0
  5531. package/lib/molecule/teams-popin/test/fixtures/wrong.d.ts +11 -0
  5532. package/lib/molecule/teams-popin/test/fixtures/wrong.d.ts.map +1 -0
  5533. package/lib/molecule/teams-popin/test/index.stories.d.ts +94 -0
  5534. package/lib/molecule/teams-popin/test/index.stories.d.ts.map +1 -0
  5535. package/lib/molecule/theme-image/index.d.ts +36 -0
  5536. package/lib/molecule/theme-image/index.d.ts.map +1 -0
  5537. package/lib/molecule/theme-image/test/fixtures/bg.d.ts +7 -0
  5538. package/lib/molecule/theme-image/test/fixtures/bg.d.ts.map +1 -0
  5539. package/lib/molecule/theme-image/test/index.stories.d.ts +14 -0
  5540. package/lib/molecule/theme-image/test/index.stories.d.ts.map +1 -0
  5541. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +71 -0
  5542. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts.map +1 -0
  5543. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/default.d.ts +25 -0
  5544. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/default.d.ts.map +1 -0
  5545. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.d.ts +33 -0
  5546. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.d.ts.map +1 -0
  5547. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.d.ts +15 -0
  5548. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.d.ts.map +1 -0
  5549. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.d.ts +28 -0
  5550. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.d.ts.map +1 -0
  5551. package/lib/molecule/title-and-checkbox-wrapper/test/index.stories.d.ts +171 -0
  5552. package/lib/molecule/title-and-checkbox-wrapper/test/index.stories.d.ts.map +1 -0
  5553. package/lib/molecule/titled-checkbox/index.d.ts +16 -0
  5554. package/lib/molecule/titled-checkbox/index.d.ts.map +1 -0
  5555. package/lib/molecule/titled-checkbox/test/fixtures/checked.d.ts +13 -0
  5556. package/lib/molecule/titled-checkbox/test/fixtures/checked.d.ts.map +1 -0
  5557. package/lib/molecule/titled-checkbox/test/fixtures/no-bg.d.ts +12 -0
  5558. package/lib/molecule/titled-checkbox/test/fixtures/no-bg.d.ts.map +1 -0
  5559. package/lib/molecule/titled-checkbox/test/fixtures/not-checked.d.ts +13 -0
  5560. package/lib/molecule/titled-checkbox/test/fixtures/not-checked.d.ts.map +1 -0
  5561. package/lib/molecule/titled-checkbox/test/index.stories.d.ts +53 -0
  5562. package/lib/molecule/titled-checkbox/test/index.stories.d.ts.map +1 -0
  5563. package/lib/molecule/unsubscribe/index.d.ts +14 -0
  5564. package/lib/molecule/unsubscribe/index.d.ts.map +1 -0
  5565. package/lib/molecule/unsubscribe/test/fixtures/default.d.ts +9 -0
  5566. package/lib/molecule/unsubscribe/test/fixtures/default.d.ts.map +1 -0
  5567. package/lib/molecule/unsubscribe/test/fixtures/subscribed.d.ts +9 -0
  5568. package/lib/molecule/unsubscribe/test/fixtures/subscribed.d.ts.map +1 -0
  5569. package/lib/molecule/unsubscribe/test/index.stories.d.ts +33 -0
  5570. package/lib/molecule/unsubscribe/test/index.stories.d.ts.map +1 -0
  5571. package/lib/molecule/vertical-tabs/index.d.ts +17 -0
  5572. package/lib/molecule/vertical-tabs/index.d.ts.map +1 -0
  5573. package/lib/molecule/vertical-tabs/test/fixtures/default.d.ts +22 -0
  5574. package/lib/molecule/vertical-tabs/test/fixtures/default.d.ts.map +1 -0
  5575. package/lib/molecule/vertical-tabs/test/fixtures/with-multiple-errors.d.ts +20 -0
  5576. package/lib/molecule/vertical-tabs/test/fixtures/with-multiple-errors.d.ts.map +1 -0
  5577. package/lib/molecule/vertical-tabs/test/fixtures/with-selected-item.d.ts +20 -0
  5578. package/lib/molecule/vertical-tabs/test/fixtures/with-selected-item.d.ts.map +1 -0
  5579. package/lib/molecule/vertical-tabs/test/index.stories.d.ts +77 -0
  5580. package/lib/molecule/vertical-tabs/test/index.stories.d.ts.map +1 -0
  5581. package/lib/molecule/video-iframe/index.d.ts +22 -0
  5582. package/lib/molecule/video-iframe/index.d.ts.map +1 -0
  5583. package/lib/molecule/video-iframe/test/fixtures/empty.d.ts +5 -0
  5584. package/lib/molecule/video-iframe/test/fixtures/empty.d.ts.map +1 -0
  5585. package/lib/molecule/video-iframe/test/fixtures/h5p.d.ts +8 -0
  5586. package/lib/molecule/video-iframe/test/fixtures/h5p.d.ts.map +1 -0
  5587. package/lib/molecule/video-iframe/test/fixtures/image-placeholder.d.ts +10 -0
  5588. package/lib/molecule/video-iframe/test/fixtures/image-placeholder.d.ts.map +1 -0
  5589. package/lib/molecule/video-iframe/test/fixtures/jwplayer.d.ts +8 -0
  5590. package/lib/molecule/video-iframe/test/fixtures/jwplayer.d.ts.map +1 -0
  5591. package/lib/molecule/video-iframe/test/fixtures/omni-player.d.ts +8 -0
  5592. package/lib/molecule/video-iframe/test/fixtures/omni-player.d.ts.map +1 -0
  5593. package/lib/molecule/video-iframe/test/fixtures/uptale.d.ts +8 -0
  5594. package/lib/molecule/video-iframe/test/fixtures/uptale.d.ts.map +1 -0
  5595. package/lib/molecule/video-iframe/test/fixtures/youtube.d.ts +8 -0
  5596. package/lib/molecule/video-iframe/test/fixtures/youtube.d.ts.map +1 -0
  5597. package/lib/molecule/video-iframe/test/index.stories.d.ts +56 -0
  5598. package/lib/molecule/video-iframe/test/index.stories.d.ts.map +1 -0
  5599. package/lib/molecule/video-player/index.d.ts +51 -0
  5600. package/lib/molecule/video-player/index.d.ts.map +1 -0
  5601. package/lib/molecule/video-player/jwplayer.d.ts +58 -0
  5602. package/lib/molecule/video-player/jwplayer.d.ts.map +1 -0
  5603. package/lib/molecule/video-player/jwplayer.js +9 -9
  5604. package/lib/molecule/video-player/jwplayer.js.map +1 -1
  5605. package/lib/molecule/video-player/prop-types.d.ts +61 -0
  5606. package/lib/molecule/video-player/prop-types.d.ts.map +1 -0
  5607. package/lib/molecule/video-player/test/fixtures/h5p.d.ts +14 -0
  5608. package/lib/molecule/video-player/test/fixtures/h5p.d.ts.map +1 -0
  5609. package/lib/molecule/video-player/test/fixtures/jwplayer-with-subtitles.d.ts +29 -0
  5610. package/lib/molecule/video-player/test/fixtures/jwplayer-with-subtitles.d.ts.map +1 -0
  5611. package/lib/molecule/video-player/test/fixtures/jwplayer.d.ts +25 -0
  5612. package/lib/molecule/video-player/test/fixtures/jwplayer.d.ts.map +1 -0
  5613. package/lib/molecule/video-player/test/fixtures/kontiki.d.ts +23 -0
  5614. package/lib/molecule/video-player/test/fixtures/kontiki.d.ts.map +1 -0
  5615. package/lib/molecule/video-player/test/fixtures/mp4.d.ts +26 -0
  5616. package/lib/molecule/video-player/test/fixtures/mp4.d.ts.map +1 -0
  5617. package/lib/molecule/video-player/test/fixtures/omni-player.d.ts +14 -0
  5618. package/lib/molecule/video-player/test/fixtures/omni-player.d.ts.map +1 -0
  5619. package/lib/molecule/video-player/test/fixtures/uptale.d.ts +14 -0
  5620. package/lib/molecule/video-player/test/fixtures/uptale.d.ts.map +1 -0
  5621. package/lib/molecule/video-player/test/fixtures/vimeo.d.ts +14 -0
  5622. package/lib/molecule/video-player/test/fixtures/vimeo.d.ts.map +1 -0
  5623. package/lib/molecule/video-player/test/fixtures/youtube.d.ts +14 -0
  5624. package/lib/molecule/video-player/test/fixtures/youtube.d.ts.map +1 -0
  5625. package/lib/molecule/video-player/test/index.stories.d.ts +168 -0
  5626. package/lib/molecule/video-player/test/index.stories.d.ts.map +1 -0
  5627. package/lib/molecule/video-player/vimeo.d.ts +154 -0
  5628. package/lib/molecule/video-player/vimeo.d.ts.map +1 -0
  5629. package/lib/molecule/wizard-summary/index.d.ts +54 -0
  5630. package/lib/molecule/wizard-summary/index.d.ts.map +1 -0
  5631. package/lib/molecule/wizard-summary/test/fixtures/default.d.ts +84 -0
  5632. package/lib/molecule/wizard-summary/test/fixtures/default.d.ts.map +1 -0
  5633. package/lib/molecule/wizard-summary/test/fixtures/one-section.d.ts +20 -0
  5634. package/lib/molecule/wizard-summary/test/fixtures/one-section.d.ts.map +1 -0
  5635. package/lib/molecule/wizard-summary/test/fixtures/organize-courses.d.ts +58 -0
  5636. package/lib/molecule/wizard-summary/test/fixtures/organize-courses.d.ts.map +1 -0
  5637. package/lib/molecule/wizard-summary/test/fixtures/tablet-closed.d.ts +48 -0
  5638. package/lib/molecule/wizard-summary/test/fixtures/tablet-closed.d.ts.map +1 -0
  5639. package/lib/molecule/wizard-summary/test/fixtures/three-sections.d.ts +36 -0
  5640. package/lib/molecule/wizard-summary/test/fixtures/three-sections.d.ts.map +1 -0
  5641. package/lib/molecule/wizard-summary/test/fixtures/two-sections.d.ts +27 -0
  5642. package/lib/molecule/wizard-summary/test/fixtures/two-sections.d.ts.map +1 -0
  5643. package/lib/molecule/wizard-summary/test/index.stories.d.ts +310 -0
  5644. package/lib/molecule/wizard-summary/test/index.stories.d.ts.map +1 -0
  5645. package/lib/organism/accordion/container/index.d.ts +46 -0
  5646. package/lib/organism/accordion/container/index.d.ts.map +1 -0
  5647. package/lib/organism/accordion/container/test/fixtures/default.d.ts +14 -0
  5648. package/lib/organism/accordion/container/test/fixtures/default.d.ts.map +1 -0
  5649. package/lib/organism/accordion/container/test/fixtures/no-children.d.ts +14 -0
  5650. package/lib/organism/accordion/container/test/fixtures/no-children.d.ts.map +1 -0
  5651. package/lib/organism/accordion/container/test/fixtures/one-children.d.ts +10 -0
  5652. package/lib/organism/accordion/container/test/fixtures/one-children.d.ts.map +1 -0
  5653. package/lib/organism/accordion/container/test/index.stories.d.ts +54 -0
  5654. package/lib/organism/accordion/container/test/index.stories.d.ts.map +1 -0
  5655. package/lib/organism/accordion/coorp-manager/index.d.ts +57 -0
  5656. package/lib/organism/accordion/coorp-manager/index.d.ts.map +1 -0
  5657. package/lib/organism/accordion/coorp-manager/part/index.d.ts +41 -0
  5658. package/lib/organism/accordion/coorp-manager/part/index.d.ts.map +1 -0
  5659. package/lib/organism/accordion/coorp-manager/part/test/fixtures/defaut.d.ts +14 -0
  5660. package/lib/organism/accordion/coorp-manager/part/test/fixtures/defaut.d.ts.map +1 -0
  5661. package/lib/organism/accordion/coorp-manager/part/test/fixtures/icon-link.d.ts +12 -0
  5662. package/lib/organism/accordion/coorp-manager/part/test/fixtures/icon-link.d.ts.map +1 -0
  5663. package/lib/organism/accordion/coorp-manager/part/test/fixtures/simpletab.d.ts +12 -0
  5664. package/lib/organism/accordion/coorp-manager/part/test/fixtures/simpletab.d.ts.map +1 -0
  5665. package/lib/organism/accordion/coorp-manager/part/test/index.stories.d.ts +79 -0
  5666. package/lib/organism/accordion/coorp-manager/part/test/index.stories.d.ts.map +1 -0
  5667. package/lib/organism/accordion/coorp-manager/test/fixtures/default.d.ts +10 -0
  5668. package/lib/organism/accordion/coorp-manager/test/fixtures/default.d.ts.map +1 -0
  5669. package/lib/organism/accordion/coorp-manager/test/index.stories.d.ts +35 -0
  5670. package/lib/organism/accordion/coorp-manager/test/index.stories.d.ts.map +1 -0
  5671. package/lib/organism/accordion/part/index.d.ts +37 -0
  5672. package/lib/organism/accordion/part/index.d.ts.map +1 -0
  5673. package/lib/organism/accordion/part/test/fixtures/default.d.ts +8 -0
  5674. package/lib/organism/accordion/part/test/fixtures/default.d.ts.map +1 -0
  5675. package/lib/organism/accordion/part/test/fixtures/open.d.ts +3 -0
  5676. package/lib/organism/accordion/part/test/fixtures/open.d.ts.map +1 -0
  5677. package/lib/organism/accordion/part/test/index.stories.d.ts +51 -0
  5678. package/lib/organism/accordion/part/test/index.stories.d.ts.map +1 -0
  5679. package/lib/organism/accordion/toggler/index.d.ts +31 -0
  5680. package/lib/organism/accordion/toggler/index.d.ts.map +1 -0
  5681. package/lib/organism/accordion/toggler/test/fixtures/all-are-openable.d.ts +16 -0
  5682. package/lib/organism/accordion/toggler/test/fixtures/all-are-openable.d.ts.map +1 -0
  5683. package/lib/organism/accordion/toggler/test/fixtures/no-childrens.d.ts +15 -0
  5684. package/lib/organism/accordion/toggler/test/fixtures/no-childrens.d.ts.map +1 -0
  5685. package/lib/organism/accordion/toggler/test/fixtures/only-one.d.ts +3 -0
  5686. package/lib/organism/accordion/toggler/test/fixtures/only-one.d.ts.map +1 -0
  5687. package/lib/organism/accordion/toggler/test/index.stories.d.ts +40 -0
  5688. package/lib/organism/accordion/toggler/test/index.stories.d.ts.map +1 -0
  5689. package/lib/organism/brand-analytics/analytics-popin.d.ts +36 -0
  5690. package/lib/organism/brand-analytics/analytics-popin.d.ts.map +1 -0
  5691. package/lib/organism/brand-analytics/index.d.ts +65 -0
  5692. package/lib/organism/brand-analytics/index.d.ts.map +1 -0
  5693. package/lib/organism/brand-analytics/test/fixtures/default.d.ts +42 -0
  5694. package/lib/organism/brand-analytics/test/fixtures/default.d.ts.map +1 -0
  5695. package/lib/organism/brand-analytics/test/fixtures/error.d.ts +36 -0
  5696. package/lib/organism/brand-analytics/test/fixtures/error.d.ts.map +1 -0
  5697. package/lib/organism/brand-analytics/test/fixtures/loading.d.ts +35 -0
  5698. package/lib/organism/brand-analytics/test/fixtures/loading.d.ts.map +1 -0
  5699. package/lib/organism/brand-analytics/test/fixtures/selected-error.d.ts +61 -0
  5700. package/lib/organism/brand-analytics/test/fixtures/selected-error.d.ts.map +1 -0
  5701. package/lib/organism/brand-analytics/test/fixtures/selected-loading.d.ts +59 -0
  5702. package/lib/organism/brand-analytics/test/fixtures/selected-loading.d.ts.map +1 -0
  5703. package/lib/organism/brand-analytics/test/fixtures/selected.d.ts +85 -0
  5704. package/lib/organism/brand-analytics/test/fixtures/selected.d.ts.map +1 -0
  5705. package/lib/organism/brand-analytics/test/index.stories.d.ts +380 -0
  5706. package/lib/organism/brand-analytics/test/index.stories.d.ts.map +1 -0
  5707. package/lib/organism/brand-dashboard/index.d.ts +32 -0
  5708. package/lib/organism/brand-dashboard/index.d.ts.map +1 -0
  5709. package/lib/organism/brand-dashboard/test/fixtures/default.d.ts +30 -0
  5710. package/lib/organism/brand-dashboard/test/fixtures/default.d.ts.map +1 -0
  5711. package/lib/organism/brand-dashboard/test/fixtures/three-cards.d.ts +23 -0
  5712. package/lib/organism/brand-dashboard/test/fixtures/three-cards.d.ts.map +1 -0
  5713. package/lib/organism/brand-dashboard/test/index.stories.d.ts +84 -0
  5714. package/lib/organism/brand-dashboard/test/index.stories.d.ts.map +1 -0
  5715. package/lib/organism/brand-form/index.d.ts +467 -0
  5716. package/lib/organism/brand-form/index.d.ts.map +1 -0
  5717. package/lib/organism/brand-form/test/fixtures/analytics.d.ts +30 -0
  5718. package/lib/organism/brand-form/test/fixtures/analytics.d.ts.map +1 -0
  5719. package/lib/organism/brand-form/test/fixtures/animations.d.ts +57 -0
  5720. package/lib/organism/brand-form/test/fixtures/animations.d.ts.map +1 -0
  5721. package/lib/organism/brand-form/test/fixtures/cohort.d.ts +176 -0
  5722. package/lib/organism/brand-form/test/fixtures/cohort.d.ts.map +1 -0
  5723. package/lib/organism/brand-form/test/fixtures/dashboard.d.ts +202 -0
  5724. package/lib/organism/brand-form/test/fixtures/dashboard.d.ts.map +1 -0
  5725. package/lib/organism/brand-form/test/fixtures/default.d.ts +16 -0
  5726. package/lib/organism/brand-form/test/fixtures/default.d.ts.map +1 -0
  5727. package/lib/organism/brand-form/test/fixtures/general-settings.d.ts +61 -0
  5728. package/lib/organism/brand-form/test/fixtures/general-settings.d.ts.map +1 -0
  5729. package/lib/organism/brand-form/test/fixtures/lms.d.ts +335 -0
  5730. package/lib/organism/brand-form/test/fixtures/lms.d.ts.map +1 -0
  5731. package/lib/organism/brand-form/test/fixtures/loading.d.ts +17 -0
  5732. package/lib/organism/brand-form/test/fixtures/loading.d.ts.map +1 -0
  5733. package/lib/organism/brand-form/test/fixtures/lookandfeel.d.ts +58 -0
  5734. package/lib/organism/brand-form/test/fixtures/lookandfeel.d.ts.map +1 -0
  5735. package/lib/organism/brand-form/test/fixtures/manageusers-edit.d.ts +157 -0
  5736. package/lib/organism/brand-form/test/fixtures/manageusers-edit.d.ts.map +1 -0
  5737. package/lib/organism/brand-form/test/fixtures/sso.d.ts +117 -0
  5738. package/lib/organism/brand-form/test/fixtures/sso.d.ts.map +1 -0
  5739. package/lib/organism/brand-form/test/fixtures/wizard-certification.d.ts +55 -0
  5740. package/lib/organism/brand-form/test/fixtures/wizard-certification.d.ts.map +1 -0
  5741. package/lib/organism/brand-form/test/fixtures/wizard-playlists.d.ts +68 -0
  5742. package/lib/organism/brand-form/test/fixtures/wizard-playlists.d.ts.map +1 -0
  5743. package/lib/organism/brand-form/test/index.stories.d.ts +1344 -0
  5744. package/lib/organism/brand-form/test/index.stories.d.ts.map +1 -0
  5745. package/lib/organism/brand-table/index.d.ts +45 -0
  5746. package/lib/organism/brand-table/index.d.ts.map +1 -0
  5747. package/lib/organism/brand-table/test/fixtures/animations.d.ts +19 -0
  5748. package/lib/organism/brand-table/test/fixtures/animations.d.ts.map +1 -0
  5749. package/lib/organism/brand-table/test/fixtures/default.d.ts +35 -0
  5750. package/lib/organism/brand-table/test/fixtures/default.d.ts.map +1 -0
  5751. package/lib/organism/brand-table/test/fixtures/empty.d.ts +20 -0
  5752. package/lib/organism/brand-table/test/fixtures/empty.d.ts.map +1 -0
  5753. package/lib/organism/brand-table/test/fixtures/loading.d.ts +35 -0
  5754. package/lib/organism/brand-table/test/fixtures/loading.d.ts.map +1 -0
  5755. package/lib/organism/brand-table/test/index.stories.d.ts +146 -0
  5756. package/lib/organism/brand-table/test/index.stories.d.ts.map +1 -0
  5757. package/lib/organism/brand-upload/index.d.ts +67 -0
  5758. package/lib/organism/brand-upload/index.d.ts.map +1 -0
  5759. package/lib/organism/brand-upload/test/fixtures/default.d.ts +36 -0
  5760. package/lib/organism/brand-upload/test/fixtures/default.d.ts.map +1 -0
  5761. package/lib/organism/brand-upload/test/fixtures/loading.d.ts +5 -0
  5762. package/lib/organism/brand-upload/test/fixtures/loading.d.ts.map +1 -0
  5763. package/lib/organism/brand-upload/test/index.stories.d.ts +107 -0
  5764. package/lib/organism/brand-upload/test/index.stories.d.ts.map +1 -0
  5765. package/lib/organism/cards-grid/index.d.ts +10 -0
  5766. package/lib/organism/cards-grid/index.d.ts.map +1 -0
  5767. package/lib/organism/cards-grid/test/fixtures/catalog.d.ts +8 -0
  5768. package/lib/organism/cards-grid/test/fixtures/catalog.d.ts.map +1 -0
  5769. package/lib/organism/cards-grid/test/fixtures/empty.d.ts +5 -0
  5770. package/lib/organism/cards-grid/test/fixtures/empty.d.ts.map +1 -0
  5771. package/lib/organism/cards-grid/test/fixtures/loading.d.ts +5 -0
  5772. package/lib/organism/cards-grid/test/fixtures/loading.d.ts.map +1 -0
  5773. package/lib/organism/cards-grid/test/fixtures/many.d.ts +8 -0
  5774. package/lib/organism/cards-grid/test/fixtures/many.d.ts.map +1 -0
  5775. package/lib/organism/cards-grid/test/index.stories.d.ts +28 -0
  5776. package/lib/organism/cards-grid/test/index.stories.d.ts.map +1 -0
  5777. package/lib/organism/cart/index.d.ts +43 -0
  5778. package/lib/organism/cart/index.d.ts.map +1 -0
  5779. package/lib/organism/cart/test/fixtures/default.d.ts +50 -0
  5780. package/lib/organism/cart/test/fixtures/default.d.ts.map +1 -0
  5781. package/lib/organism/cart/test/index.stories.d.ts +87 -0
  5782. package/lib/organism/cart/test/index.stories.d.ts.map +1 -0
  5783. package/lib/organism/content-translation/index.d.ts +52 -0
  5784. package/lib/organism/content-translation/index.d.ts.map +1 -0
  5785. package/lib/organism/content-translation/test/fixtures/default.d.ts +48 -0
  5786. package/lib/organism/content-translation/test/fixtures/default.d.ts.map +1 -0
  5787. package/lib/organism/content-translation/test/fixtures/delete.d.ts +53 -0
  5788. package/lib/organism/content-translation/test/fixtures/delete.d.ts.map +1 -0
  5789. package/lib/organism/content-translation/test/index.stories.d.ts +154 -0
  5790. package/lib/organism/content-translation/test/index.stories.d.ts.map +1 -0
  5791. package/lib/organism/course-selection/index.d.ts +18 -0
  5792. package/lib/organism/course-selection/index.d.ts.map +1 -0
  5793. package/lib/organism/course-selection/test/fixtures/default.d.ts +38 -0
  5794. package/lib/organism/course-selection/test/fixtures/default.d.ts.map +1 -0
  5795. package/lib/organism/course-selection/test/fixtures/empty.d.ts +28 -0
  5796. package/lib/organism/course-selection/test/fixtures/empty.d.ts.map +1 -0
  5797. package/lib/organism/course-selection/test/fixtures/filtered.d.ts +23 -0
  5798. package/lib/organism/course-selection/test/fixtures/filtered.d.ts.map +1 -0
  5799. package/lib/organism/course-selection/test/fixtures/loading.d.ts +38 -0
  5800. package/lib/organism/course-selection/test/fixtures/loading.d.ts.map +1 -0
  5801. package/lib/organism/course-selection/test/fixtures/sorted-selected.d.ts +23 -0
  5802. package/lib/organism/course-selection/test/fixtures/sorted-selected.d.ts.map +1 -0
  5803. package/lib/organism/course-selection/test/fixtures/switch-activated.d.ts +23 -0
  5804. package/lib/organism/course-selection/test/fixtures/switch-activated.d.ts.map +1 -0
  5805. package/lib/organism/course-selection/test/fixtures/unsorted-selected.d.ts +23 -0
  5806. package/lib/organism/course-selection/test/fixtures/unsorted-selected.d.ts.map +1 -0
  5807. package/lib/organism/course-selection/test/index.stories.d.ts +210 -0
  5808. package/lib/organism/course-selection/test/index.stories.d.ts.map +1 -0
  5809. package/lib/organism/discussion/index.d.ts +39 -0
  5810. package/lib/organism/discussion/index.d.ts.map +1 -0
  5811. package/lib/organism/discussion/test/fixtures/default.d.ts +12 -0
  5812. package/lib/organism/discussion/test/fixtures/default.d.ts.map +1 -0
  5813. package/lib/organism/discussion/test/fixtures/loading-more.d.ts +13 -0
  5814. package/lib/organism/discussion/test/fixtures/loading-more.d.ts.map +1 -0
  5815. package/lib/organism/discussion/test/fixtures/moderation.d.ts +10 -0
  5816. package/lib/organism/discussion/test/fixtures/moderation.d.ts.map +1 -0
  5817. package/lib/organism/discussion/test/fixtures/new-discussion.d.ts +12 -0
  5818. package/lib/organism/discussion/test/fixtures/new-discussion.d.ts.map +1 -0
  5819. package/lib/organism/discussion/test/index.stories.d.ts +50 -0
  5820. package/lib/organism/discussion/test/index.stories.d.ts.map +1 -0
  5821. package/lib/organism/get-the-app/index.d.ts +51 -0
  5822. package/lib/organism/get-the-app/index.d.ts.map +1 -0
  5823. package/lib/organism/get-the-app/test/fixtures/default.d.ts +42 -0
  5824. package/lib/organism/get-the-app/test/fixtures/default.d.ts.map +1 -0
  5825. package/lib/organism/get-the-app/test/index.stories.d.ts +79 -0
  5826. package/lib/organism/get-the-app/test/index.stories.d.ts.map +1 -0
  5827. package/lib/organism/grid-list/index.d.ts +11 -0
  5828. package/lib/organism/grid-list/index.d.ts.map +1 -0
  5829. package/lib/organism/grid-list/test/fixtures/default.d.ts +5 -0
  5830. package/lib/organism/grid-list/test/fixtures/default.d.ts.map +1 -0
  5831. package/lib/organism/grid-list/test/index.stories.d.ts +18 -0
  5832. package/lib/organism/grid-list/test/index.stories.d.ts.map +1 -0
  5833. package/lib/organism/header/index.d.ts +15 -0
  5834. package/lib/organism/header/index.d.ts.map +1 -0
  5835. package/lib/organism/header/test/fixtures/default.d.ts +32 -0
  5836. package/lib/organism/header/test/fixtures/default.d.ts.map +1 -0
  5837. package/lib/organism/header/test/index.stories.d.ts +47 -0
  5838. package/lib/organism/header/test/index.stories.d.ts.map +1 -0
  5839. package/lib/organism/header-v2/index.native.d.ts +11 -0
  5840. package/lib/organism/header-v2/index.native.d.ts.map +1 -0
  5841. package/lib/organism/header-v2/test/fixtures/default.d.ts +9 -0
  5842. package/lib/organism/header-v2/test/fixtures/default.d.ts.map +1 -0
  5843. package/lib/organism/header-v2/test/on-longpress.d.ts +2 -0
  5844. package/lib/organism/header-v2/test/on-longpress.d.ts.map +1 -0
  5845. package/lib/organism/header-v2/test/on-search.d.ts +2 -0
  5846. package/lib/organism/header-v2/test/on-search.d.ts.map +1 -0
  5847. package/lib/organism/header-v2/test/on-setting.d.ts +2 -0
  5848. package/lib/organism/header-v2/test/on-setting.d.ts.map +1 -0
  5849. package/lib/organism/hero/index.d.ts +34 -0
  5850. package/lib/organism/hero/index.d.ts.map +1 -0
  5851. package/lib/organism/hero/test/fixtures/default.d.ts +8 -0
  5852. package/lib/organism/hero/test/fixtures/default.d.ts.map +1 -0
  5853. package/lib/organism/hero/test/fixtures/no-touch.d.ts +9 -0
  5854. package/lib/organism/hero/test/fixtures/no-touch.d.ts.map +1 -0
  5855. package/lib/organism/hero/test/fixtures/touch.d.ts +9 -0
  5856. package/lib/organism/hero/test/fixtures/touch.d.ts.map +1 -0
  5857. package/lib/organism/hero/test/index.stories.d.ts +31 -0
  5858. package/lib/organism/hero/test/index.stories.d.ts.map +1 -0
  5859. package/lib/organism/list-item/index.d.ts +35 -0
  5860. package/lib/organism/list-item/index.d.ts.map +1 -0
  5861. package/lib/organism/list-item/test/fixtures/archived.d.ts +37 -0
  5862. package/lib/organism/list-item/test/fixtures/archived.d.ts.map +1 -0
  5863. package/lib/organism/list-item/test/fixtures/draft.d.ts +37 -0
  5864. package/lib/organism/list-item/test/fixtures/draft.d.ts.map +1 -0
  5865. package/lib/organism/list-item/test/fixtures/published.d.ts +37 -0
  5866. package/lib/organism/list-item/test/fixtures/published.d.ts.map +1 -0
  5867. package/lib/organism/list-item/test/fixtures/revised.d.ts +36 -0
  5868. package/lib/organism/list-item/test/fixtures/revised.d.ts.map +1 -0
  5869. package/lib/organism/list-item/test/index.stories.d.ts +173 -0
  5870. package/lib/organism/list-item/test/index.stories.d.ts.map +1 -0
  5871. package/lib/organism/list-items/index.d.ts +63 -0
  5872. package/lib/organism/list-items/index.d.ts.map +1 -0
  5873. package/lib/organism/list-items/test/fixtures/archived.d.ts +46 -0
  5874. package/lib/organism/list-items/test/fixtures/archived.d.ts.map +1 -0
  5875. package/lib/organism/list-items/test/fixtures/draft.d.ts +46 -0
  5876. package/lib/organism/list-items/test/fixtures/draft.d.ts.map +1 -0
  5877. package/lib/organism/list-items/test/fixtures/published.d.ts +45 -0
  5878. package/lib/organism/list-items/test/fixtures/published.d.ts.map +1 -0
  5879. package/lib/organism/list-items/test/index.stories.d.ts +200 -0
  5880. package/lib/organism/list-items/test/index.stories.d.ts.map +1 -0
  5881. package/lib/organism/mobile-navigation/index.native.d.ts +14 -0
  5882. package/lib/organism/mobile-navigation/index.native.d.ts.map +1 -0
  5883. package/lib/organism/mobile-navigation/test/fixtures/menu-selected-0.d.ts +7 -0
  5884. package/lib/organism/mobile-navigation/test/fixtures/menu-selected-0.d.ts.map +1 -0
  5885. package/lib/organism/mobile-navigation/test/fixtures/menu-selected-1.d.ts +7 -0
  5886. package/lib/organism/mobile-navigation/test/fixtures/menu-selected-1.d.ts.map +1 -0
  5887. package/lib/organism/mobile-navigation/test/fixtures/menu-selected-2.d.ts +7 -0
  5888. package/lib/organism/mobile-navigation/test/fixtures/menu-selected-2.d.ts.map +1 -0
  5889. package/lib/organism/mooc/image-slider/index.d.ts +33 -0
  5890. package/lib/organism/mooc/image-slider/index.d.ts.map +1 -0
  5891. package/lib/organism/mooc/image-slider/test/fixtures/default.d.ts +15 -0
  5892. package/lib/organism/mooc/image-slider/test/fixtures/default.d.ts.map +1 -0
  5893. package/lib/organism/mooc/image-slider/test/fixtures/multiple-slides.d.ts +32 -0
  5894. package/lib/organism/mooc/image-slider/test/fixtures/multiple-slides.d.ts.map +1 -0
  5895. package/lib/organism/mooc/image-slider/test/index.stories.d.ts +81 -0
  5896. package/lib/organism/mooc/image-slider/test/index.stories.d.ts.map +1 -0
  5897. package/lib/organism/mooc-footer/index.d.ts +34 -0
  5898. package/lib/organism/mooc-footer/index.d.ts.map +1 -0
  5899. package/lib/organism/mooc-footer/test/fixtures/default.d.ts +43 -0
  5900. package/lib/organism/mooc-footer/test/fixtures/default.d.ts.map +1 -0
  5901. package/lib/organism/mooc-footer/test/fixtures/no-mobileapps.d.ts +17 -0
  5902. package/lib/organism/mooc-footer/test/fixtures/no-mobileapps.d.ts.map +1 -0
  5903. package/lib/organism/mooc-footer/test/fixtures/no-sections.d.ts +17 -0
  5904. package/lib/organism/mooc-footer/test/fixtures/no-sections.d.ts.map +1 -0
  5905. package/lib/organism/mooc-footer/test/fixtures/no-social-links.d.ts +13 -0
  5906. package/lib/organism/mooc-footer/test/fixtures/no-social-links.d.ts.map +1 -0
  5907. package/lib/organism/mooc-footer/test/fixtures/not-enough-permissions-role-no-mobileapp.d.ts +17 -0
  5908. package/lib/organism/mooc-footer/test/fixtures/not-enough-permissions-role-no-mobileapp.d.ts.map +1 -0
  5909. package/lib/organism/mooc-footer/test/fixtures/not-enough-permissions-role.d.ts +24 -0
  5910. package/lib/organism/mooc-footer/test/fixtures/not-enough-permissions-role.d.ts.map +1 -0
  5911. package/lib/organism/mooc-footer/test/index.stories.d.ts +133 -0
  5912. package/lib/organism/mooc-footer/test/index.stories.d.ts.map +1 -0
  5913. package/lib/organism/mooc-header/index.d.ts +155 -0
  5914. package/lib/organism/mooc-header/index.d.ts.map +1 -0
  5915. package/lib/organism/mooc-header/test/fixtures/default.d.ts +112 -0
  5916. package/lib/organism/mooc-header/test/fixtures/default.d.ts.map +1 -0
  5917. package/lib/organism/mooc-header/test/fixtures/link-only.d.ts +14 -0
  5918. package/lib/organism/mooc-header/test/fixtures/link-only.d.ts.map +1 -0
  5919. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.d.ts +5 -0
  5920. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.d.ts.map +1 -0
  5921. package/lib/organism/mooc-header/test/fixtures/logged.d.ts +5 -0
  5922. package/lib/organism/mooc-header/test/fixtures/logged.d.ts.map +1 -0
  5923. package/lib/organism/mooc-header/test/fixtures/mobile-small-logo-format.d.ts +5 -0
  5924. package/lib/organism/mooc-header/test/fixtures/mobile-small-logo-format.d.ts.map +1 -0
  5925. package/lib/organism/mooc-header/test/fixtures/mobile-wide-logo-format.d.ts +5 -0
  5926. package/lib/organism/mooc-header/test/fixtures/mobile-wide-logo-format.d.ts.map +1 -0
  5927. package/lib/organism/mooc-header/test/fixtures/on-header-action-handlers.d.ts +5 -0
  5928. package/lib/organism/mooc-header/test/fixtures/on-header-action-handlers.d.ts.map +1 -0
  5929. package/lib/organism/mooc-header/test/fixtures/teams-french.d.ts +27 -0
  5930. package/lib/organism/mooc-header/test/fixtures/teams-french.d.ts.map +1 -0
  5931. package/lib/organism/mooc-header/test/fixtures/teams.d.ts +27 -0
  5932. package/lib/organism/mooc-header/test/fixtures/teams.d.ts.map +1 -0
  5933. package/lib/organism/mooc-header/test/fixtures/user-change-password.d.ts +11 -0
  5934. package/lib/organism/mooc-header/test/fixtures/user-change-password.d.ts.map +1 -0
  5935. package/lib/organism/mooc-header/test/index.stories.d.ts +212 -0
  5936. package/lib/organism/mooc-header/test/index.stories.d.ts.map +1 -0
  5937. package/lib/organism/popin/index.d.ts +36 -0
  5938. package/lib/organism/popin/index.d.ts.map +1 -0
  5939. package/lib/organism/popin/test/fixtures/default.d.ts +11 -0
  5940. package/lib/organism/popin/test/fixtures/default.d.ts.map +1 -0
  5941. package/lib/organism/popin/test/index.stories.d.ts +49 -0
  5942. package/lib/organism/popin/test/index.stories.d.ts.map +1 -0
  5943. package/lib/organism/resource-browser/index.d.ts +35 -0
  5944. package/lib/organism/resource-browser/index.d.ts.map +1 -0
  5945. package/lib/organism/resource-browser/test/fixtures/arabic.d.ts +21 -0
  5946. package/lib/organism/resource-browser/test/fixtures/arabic.d.ts.map +1 -0
  5947. package/lib/organism/resource-browser/test/fixtures/audio.d.ts +35 -0
  5948. package/lib/organism/resource-browser/test/fixtures/audio.d.ts.map +1 -0
  5949. package/lib/organism/resource-browser/test/fixtures/h5p.d.ts +20 -0
  5950. package/lib/organism/resource-browser/test/fixtures/h5p.d.ts.map +1 -0
  5951. package/lib/organism/resource-browser/test/fixtures/jwplayer-with-overlay.d.ts +57 -0
  5952. package/lib/organism/resource-browser/test/fixtures/jwplayer-with-overlay.d.ts.map +1 -0
  5953. package/lib/organism/resource-browser/test/fixtures/jwplayer.d.ts +48 -0
  5954. package/lib/organism/resource-browser/test/fixtures/jwplayer.d.ts.map +1 -0
  5955. package/lib/organism/resource-browser/test/fixtures/kontiki.d.ts +47 -0
  5956. package/lib/organism/resource-browser/test/fixtures/kontiki.d.ts.map +1 -0
  5957. package/lib/organism/resource-browser/test/fixtures/mp4.d.ts +50 -0
  5958. package/lib/organism/resource-browser/test/fixtures/mp4.d.ts.map +1 -0
  5959. package/lib/organism/resource-browser/test/fixtures/omni-player.d.ts +21 -0
  5960. package/lib/organism/resource-browser/test/fixtures/omni-player.d.ts.map +1 -0
  5961. package/lib/organism/resource-browser/test/fixtures/one-video.d.ts +24 -0
  5962. package/lib/organism/resource-browser/test/fixtures/one-video.d.ts.map +1 -0
  5963. package/lib/organism/resource-browser/test/fixtures/pdf-with-overlay.d.ts +40 -0
  5964. package/lib/organism/resource-browser/test/fixtures/pdf-with-overlay.d.ts.map +1 -0
  5965. package/lib/organism/resource-browser/test/fixtures/pdf.d.ts +35 -0
  5966. package/lib/organism/resource-browser/test/fixtures/pdf.d.ts.map +1 -0
  5967. package/lib/organism/resource-browser/test/fixtures/vimeo-with-overlay.d.ts +44 -0
  5968. package/lib/organism/resource-browser/test/fixtures/vimeo-with-overlay.d.ts.map +1 -0
  5969. package/lib/organism/resource-browser/test/fixtures/vimeo.d.ts +41 -0
  5970. package/lib/organism/resource-browser/test/fixtures/vimeo.d.ts.map +1 -0
  5971. package/lib/organism/resource-browser/test/index.stories.d.ts +494 -0
  5972. package/lib/organism/resource-browser/test/index.stories.d.ts.map +1 -0
  5973. package/lib/organism/review-congrats/index.d.ts +8 -0
  5974. package/lib/organism/review-congrats/index.d.ts.map +1 -0
  5975. package/lib/organism/review-congrats/prop-types.d.ts +91 -0
  5976. package/lib/organism/review-congrats/prop-types.d.ts.map +1 -0
  5977. package/lib/organism/review-congrats/test/fixtures/default.d.ts +87 -0
  5978. package/lib/organism/review-congrats/test/fixtures/default.d.ts.map +1 -0
  5979. package/lib/organism/review-congrats/test/fixtures/no-buttons.d.ts +52 -0
  5980. package/lib/organism/review-congrats/test/fixtures/no-buttons.d.ts.map +1 -0
  5981. package/lib/organism/review-congrats/test/fixtures/no-rank.d.ts +59 -0
  5982. package/lib/organism/review-congrats/test/fixtures/no-rank.d.ts.map +1 -0
  5983. package/lib/organism/review-congrats/test/index.stories.d.ts +289 -0
  5984. package/lib/organism/review-congrats/test/index.stories.d.ts.map +1 -0
  5985. package/lib/organism/review-header/index.d.ts +7 -0
  5986. package/lib/organism/review-header/index.d.ts.map +1 -0
  5987. package/lib/organism/review-header/index.native.d.ts +5 -0
  5988. package/lib/organism/review-header/index.native.d.ts.map +1 -0
  5989. package/lib/organism/review-header/test/fixtures/all-questions-ok.d.ts +23 -0
  5990. package/lib/organism/review-header/test/fixtures/all-questions-ok.d.ts.map +1 -0
  5991. package/lib/organism/review-header/test/fixtures/current-question-no-answered.d.ts +16 -0
  5992. package/lib/organism/review-header/test/fixtures/current-question-no-answered.d.ts.map +1 -0
  5993. package/lib/organism/review-header/test/fixtures/current-question-wrong.d.ts +16 -0
  5994. package/lib/organism/review-header/test/fixtures/current-question-wrong.d.ts.map +1 -0
  5995. package/lib/organism/review-header/test/fixtures/first-question-current-right.d.ts +16 -0
  5996. package/lib/organism/review-header/test/fixtures/first-question-current-right.d.ts.map +1 -0
  5997. package/lib/organism/review-header/test/fixtures/no-answered-question.d.ts +16 -0
  5998. package/lib/organism/review-header/test/fixtures/no-answered-question.d.ts.map +1 -0
  5999. package/lib/organism/review-header/test/fixtures/question-to-repeat.d.ts +16 -0
  6000. package/lib/organism/review-header/test/fixtures/question-to-repeat.d.ts.map +1 -0
  6001. package/lib/organism/review-header/test/fixtures/steps-animation.d.ts +17 -0
  6002. package/lib/organism/review-header/test/fixtures/steps-animation.d.ts.map +1 -0
  6003. package/lib/organism/review-header/test/index.stories.d.ts +128 -0
  6004. package/lib/organism/review-header/test/index.stories.d.ts.map +1 -0
  6005. package/lib/organism/review-header/types.d.ts +26 -0
  6006. package/lib/organism/review-header/types.d.ts.map +1 -0
  6007. package/lib/organism/review-skills/index.d.ts +7 -0
  6008. package/lib/organism/review-skills/index.d.ts.map +1 -0
  6009. package/lib/organism/review-skills/prop-types.d.ts +41 -0
  6010. package/lib/organism/review-skills/prop-types.d.ts.map +1 -0
  6011. package/lib/organism/review-skills/test/fixtures/loading.d.ts +10 -0
  6012. package/lib/organism/review-skills/test/fixtures/loading.d.ts.map +1 -0
  6013. package/lib/organism/review-skills/test/fixtures/many-skills.d.ts +22 -0
  6014. package/lib/organism/review-skills/test/fixtures/many-skills.d.ts.map +1 -0
  6015. package/lib/organism/review-skills/test/fixtures/no-skills.d.ts +12 -0
  6016. package/lib/organism/review-skills/test/fixtures/no-skills.d.ts.map +1 -0
  6017. package/lib/organism/review-skills/test/index.stories.d.ts +70 -0
  6018. package/lib/organism/review-skills/test/index.stories.d.ts.map +1 -0
  6019. package/lib/organism/review-slide/index.d.ts +7 -0
  6020. package/lib/organism/review-slide/index.d.ts.map +1 -0
  6021. package/lib/organism/review-slide/index.native.d.ts +5 -0
  6022. package/lib/organism/review-slide/index.native.d.ts.map +1 -0
  6023. package/lib/organism/review-slide/prop-types.d.ts +215 -0
  6024. package/lib/organism/review-slide/prop-types.d.ts.map +1 -0
  6025. package/lib/organism/review-slide/test/fixtures/choices-selected.d.ts +32 -0
  6026. package/lib/organism/review-slide/test/fixtures/choices-selected.d.ts.map +1 -0
  6027. package/lib/organism/review-slide/test/fixtures/correction-ok-animated.d.ts +46 -0
  6028. package/lib/organism/review-slide/test/fixtures/correction-ok-animated.d.ts.map +1 -0
  6029. package/lib/organism/review-slide/test/fixtures/correction-ok.d.ts +46 -0
  6030. package/lib/organism/review-slide/test/fixtures/correction-ok.d.ts.map +1 -0
  6031. package/lib/organism/review-slide/test/fixtures/correction-wrong-animated.d.ts +48 -0
  6032. package/lib/organism/review-slide/test/fixtures/correction-wrong-animated.d.ts.map +1 -0
  6033. package/lib/organism/review-slide/test/fixtures/correction-wrong.d.ts +48 -0
  6034. package/lib/organism/review-slide/test/fixtures/correction-wrong.d.ts.map +1 -0
  6035. package/lib/organism/review-slide/test/fixtures/initial-state.d.ts +32 -0
  6036. package/lib/organism/review-slide/test/fixtures/initial-state.d.ts.map +1 -0
  6037. package/lib/organism/review-slide/test/fixtures/loading.d.ts +12 -0
  6038. package/lib/organism/review-slide/test/fixtures/loading.d.ts.map +1 -0
  6039. package/lib/organism/review-slide/test/index.stories.d.ts +358 -0
  6040. package/lib/organism/review-slide/test/index.stories.d.ts.map +1 -0
  6041. package/lib/organism/review-stacked-slides/index.d.ts +13 -0
  6042. package/lib/organism/review-stacked-slides/index.d.ts.map +1 -0
  6043. package/lib/organism/review-stacked-slides/index.native.d.ts +6 -0
  6044. package/lib/organism/review-stacked-slides/index.native.d.ts.map +1 -0
  6045. package/lib/organism/review-stacked-slides/prop-types.d.ts +408 -0
  6046. package/lib/organism/review-stacked-slides/prop-types.d.ts.map +1 -0
  6047. package/lib/organism/review-stacked-slides/test/fixtures/all-ok.d.ts +157 -0
  6048. package/lib/organism/review-stacked-slides/test/fixtures/all-ok.d.ts.map +1 -0
  6049. package/lib/organism/review-stacked-slides/test/fixtures/end-review.d.ts +152 -0
  6050. package/lib/organism/review-stacked-slides/test/fixtures/end-review.d.ts.map +1 -0
  6051. package/lib/organism/review-stacked-slides/test/fixtures/first-correct.d.ts +77 -0
  6052. package/lib/organism/review-stacked-slides/test/fixtures/first-correct.d.ts.map +1 -0
  6053. package/lib/organism/review-stacked-slides/test/fixtures/initial-state.d.ts +74 -0
  6054. package/lib/organism/review-stacked-slides/test/fixtures/initial-state.d.ts.map +1 -0
  6055. package/lib/organism/review-stacked-slides/test/fixtures/loading.d.ts +35 -0
  6056. package/lib/organism/review-stacked-slides/test/fixtures/loading.d.ts.map +1 -0
  6057. package/lib/organism/review-stacked-slides/test/fixtures/restack.d.ts +91 -0
  6058. package/lib/organism/review-stacked-slides/test/fixtures/restack.d.ts.map +1 -0
  6059. package/lib/organism/review-stacked-slides/test/fixtures/second-wrong.d.ts +137 -0
  6060. package/lib/organism/review-stacked-slides/test/fixtures/second-wrong.d.ts.map +1 -0
  6061. package/lib/organism/review-stacked-slides/test/fixtures/unstack.d.ts +91 -0
  6062. package/lib/organism/review-stacked-slides/test/fixtures/unstack.d.ts.map +1 -0
  6063. package/lib/organism/review-stacked-slides/test/fixtures/wrong.d.ts +125 -0
  6064. package/lib/organism/review-stacked-slides/test/fixtures/wrong.d.ts.map +1 -0
  6065. package/lib/organism/review-stacked-slides/test/index.stories.d.ts +1305 -0
  6066. package/lib/organism/review-stacked-slides/test/index.stories.d.ts.map +1 -0
  6067. package/lib/organism/rewards-form/index.d.ts +75 -0
  6068. package/lib/organism/rewards-form/index.d.ts.map +1 -0
  6069. package/lib/organism/rewards-form/test/fixtures/default.d.ts +75 -0
  6070. package/lib/organism/rewards-form/test/fixtures/default.d.ts.map +1 -0
  6071. package/lib/organism/rewards-form/test/fixtures/no-rewards.d.ts +7 -0
  6072. package/lib/organism/rewards-form/test/fixtures/no-rewards.d.ts.map +1 -0
  6073. package/lib/organism/rewards-form/test/fixtures/one-reward.d.ts +17 -0
  6074. package/lib/organism/rewards-form/test/fixtures/one-reward.d.ts.map +1 -0
  6075. package/lib/organism/rewards-form/test/fixtures/two-rewards.d.ts +50 -0
  6076. package/lib/organism/rewards-form/test/fixtures/two-rewards.d.ts.map +1 -0
  6077. package/lib/organism/rewards-form/test/index.stories.d.ts +223 -0
  6078. package/lib/organism/rewards-form/test/index.stories.d.ts.map +1 -0
  6079. package/lib/organism/search-and-chips-results/index.d.ts +27 -0
  6080. package/lib/organism/search-and-chips-results/index.d.ts.map +1 -0
  6081. package/lib/organism/search-and-chips-results/test/fixtures/default.d.ts +24 -0
  6082. package/lib/organism/search-and-chips-results/test/fixtures/default.d.ts.map +1 -0
  6083. package/lib/organism/search-and-chips-results/test/fixtures/empty.d.ts +24 -0
  6084. package/lib/organism/search-and-chips-results/test/fixtures/empty.d.ts.map +1 -0
  6085. package/lib/organism/search-and-chips-results/test/fixtures/filtered.d.ts +23 -0
  6086. package/lib/organism/search-and-chips-results/test/fixtures/filtered.d.ts.map +1 -0
  6087. package/lib/organism/search-and-chips-results/test/fixtures/loading.d.ts +24 -0
  6088. package/lib/organism/search-and-chips-results/test/fixtures/loading.d.ts.map +1 -0
  6089. package/lib/organism/search-and-chips-results/test/fixtures/sorted-selected.d.ts +29 -0
  6090. package/lib/organism/search-and-chips-results/test/fixtures/sorted-selected.d.ts.map +1 -0
  6091. package/lib/organism/search-and-chips-results/test/fixtures/unsorted-selected.d.ts +29 -0
  6092. package/lib/organism/search-and-chips-results/test/fixtures/unsorted-selected.d.ts.map +1 -0
  6093. package/lib/organism/search-and-chips-results/test/index.stories.d.ts +177 -0
  6094. package/lib/organism/search-and-chips-results/test/index.stories.d.ts.map +1 -0
  6095. package/lib/organism/settings/index.d.ts +31 -0
  6096. package/lib/organism/settings/index.d.ts.map +1 -0
  6097. package/lib/organism/settings/test/fixtures/default.d.ts +18 -0
  6098. package/lib/organism/settings/test/fixtures/default.d.ts.map +1 -0
  6099. package/lib/organism/settings/test/fixtures/freemium.d.ts +18 -0
  6100. package/lib/organism/settings/test/fixtures/freemium.d.ts.map +1 -0
  6101. package/lib/organism/settings/test/fixtures/premium.d.ts +22 -0
  6102. package/lib/organism/settings/test/fixtures/premium.d.ts.map +1 -0
  6103. package/lib/organism/settings/test/fixtures/promo-code.d.ts +21 -0
  6104. package/lib/organism/settings/test/fixtures/promo-code.d.ts.map +1 -0
  6105. package/lib/organism/settings/test/index.stories.d.ts +109 -0
  6106. package/lib/organism/settings/test/index.stories.d.ts.map +1 -0
  6107. package/lib/organism/setup-header/index.d.ts +96 -0
  6108. package/lib/organism/setup-header/index.d.ts.map +1 -0
  6109. package/lib/organism/setup-header/test/fixtures/default.d.ts +41 -0
  6110. package/lib/organism/setup-header/test/fixtures/default.d.ts.map +1 -0
  6111. package/lib/organism/setup-header/test/fixtures/from-dashboards.d.ts +40 -0
  6112. package/lib/organism/setup-header/test/fixtures/from-dashboards.d.ts.map +1 -0
  6113. package/lib/organism/setup-header/test/index.stories.d.ts +162 -0
  6114. package/lib/organism/setup-header/test/index.stories.d.ts.map +1 -0
  6115. package/lib/organism/sidebar/index.d.ts +265 -0
  6116. package/lib/organism/sidebar/index.d.ts.map +1 -0
  6117. package/lib/organism/sidebar/test/fixtures/analytics.d.ts +63 -0
  6118. package/lib/organism/sidebar/test/fixtures/analytics.d.ts.map +1 -0
  6119. package/lib/organism/sidebar/test/fixtures/custom.d.ts +30 -0
  6120. package/lib/organism/sidebar/test/fixtures/custom.d.ts.map +1 -0
  6121. package/lib/organism/sidebar/test/fixtures/dashboards.d.ts +44 -0
  6122. package/lib/organism/sidebar/test/fixtures/dashboards.d.ts.map +1 -0
  6123. package/lib/organism/sidebar/test/fixtures/default.d.ts +26 -0
  6124. package/lib/organism/sidebar/test/fixtures/default.d.ts.map +1 -0
  6125. package/lib/organism/sidebar/test/fixtures/old-analytics.d.ts +39 -0
  6126. package/lib/organism/sidebar/test/fixtures/old-analytics.d.ts.map +1 -0
  6127. package/lib/organism/sidebar/test/fixtures/showcase.d.ts +95 -0
  6128. package/lib/organism/sidebar/test/fixtures/showcase.d.ts.map +1 -0
  6129. package/lib/organism/sidebar/test/index.stories.d.ts +364 -0
  6130. package/lib/organism/sidebar/test/index.stories.d.ts.map +1 -0
  6131. package/lib/organism/slider/index.d.ts +24 -0
  6132. package/lib/organism/slider/index.d.ts.map +1 -0
  6133. package/lib/organism/slider/test/fixtures/default.d.ts +6 -0
  6134. package/lib/organism/slider/test/fixtures/default.d.ts.map +1 -0
  6135. package/lib/organism/slider/test/fixtures/multiple-slides.d.ts +6 -0
  6136. package/lib/organism/slider/test/fixtures/multiple-slides.d.ts.map +1 -0
  6137. package/lib/organism/slider/test/index.stories.d.ts +16 -0
  6138. package/lib/organism/slider/test/index.stories.d.ts.map +1 -0
  6139. package/lib/organism/user-preferences/index.d.ts +24 -0
  6140. package/lib/organism/user-preferences/index.d.ts.map +1 -0
  6141. package/lib/organism/user-preferences/test/fixtures/default.d.ts +25 -0
  6142. package/lib/organism/user-preferences/test/fixtures/default.d.ts.map +1 -0
  6143. package/lib/organism/user-preferences/test/index.stories.d.ts +51 -0
  6144. package/lib/organism/user-preferences/test/index.stories.d.ts.map +1 -0
  6145. package/lib/organism/wizard-contents/index.d.ts +686 -0
  6146. package/lib/organism/wizard-contents/index.d.ts.map +1 -0
  6147. package/lib/organism/wizard-contents/test/fixtures/certification-general-settings-edit.d.ts +93 -0
  6148. package/lib/organism/wizard-contents/test/fixtures/certification-general-settings-edit.d.ts.map +1 -0
  6149. package/lib/organism/wizard-contents/test/fixtures/certification-rewards.d.ts +136 -0
  6150. package/lib/organism/wizard-contents/test/fixtures/certification-rewards.d.ts.map +1 -0
  6151. package/lib/organism/wizard-contents/test/fixtures/playlist-add-courses-create.d.ts +121 -0
  6152. package/lib/organism/wizard-contents/test/fixtures/playlist-add-courses-create.d.ts.map +1 -0
  6153. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-create.d.ts +123 -0
  6154. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-create.d.ts.map +1 -0
  6155. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.d.ts +106 -0
  6156. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.d.ts.map +1 -0
  6157. package/lib/organism/wizard-contents/test/fixtures/playlist-organize-courses.d.ts +127 -0
  6158. package/lib/organism/wizard-contents/test/fixtures/playlist-organize-courses.d.ts.map +1 -0
  6159. package/lib/organism/wizard-contents/test/fixtures/playlist-populations-create.d.ts +90 -0
  6160. package/lib/organism/wizard-contents/test/fixtures/playlist-populations-create.d.ts.map +1 -0
  6161. package/lib/organism/wizard-contents/test/fixtures/playlist-translate-edit.d.ts +109 -0
  6162. package/lib/organism/wizard-contents/test/fixtures/playlist-translate-edit.d.ts.map +1 -0
  6163. package/lib/organism/wizard-contents/test/index.stories.d.ts +1568 -0
  6164. package/lib/organism/wizard-contents/test/index.stories.d.ts.map +1 -0
  6165. package/lib/template/activity/engine-stars.d.ts +46 -0
  6166. package/lib/template/activity/engine-stars.d.ts.map +1 -0
  6167. package/lib/template/activity/index.d.ts +86 -0
  6168. package/lib/template/activity/index.d.ts.map +1 -0
  6169. package/lib/template/activity/progression-item.d.ts +42 -0
  6170. package/lib/template/activity/progression-item.d.ts.map +1 -0
  6171. package/lib/template/activity/stars-summary.d.ts +58 -0
  6172. package/lib/template/activity/stars-summary.d.ts.map +1 -0
  6173. package/lib/template/activity/test/fixtures/all-engines.d.ts +127 -0
  6174. package/lib/template/activity/test/fixtures/all-engines.d.ts.map +1 -0
  6175. package/lib/template/activity/test/fixtures/arabic.d.ts +103 -0
  6176. package/lib/template/activity/test/fixtures/arabic.d.ts.map +1 -0
  6177. package/lib/template/activity/test/fixtures/default.d.ts +95 -0
  6178. package/lib/template/activity/test/fixtures/default.d.ts.map +1 -0
  6179. package/lib/template/activity/test/fixtures/empty.d.ts +26 -0
  6180. package/lib/template/activity/test/fixtures/empty.d.ts.map +1 -0
  6181. package/lib/template/activity/test/fixtures/no-engines.d.ts +20 -0
  6182. package/lib/template/activity/test/fixtures/no-engines.d.ts.map +1 -0
  6183. package/lib/template/activity/test/index.stories.d.ts +374 -0
  6184. package/lib/template/activity/test/index.stories.d.ts.map +1 -0
  6185. package/lib/template/app-player/loading/index.d.ts +60 -0
  6186. package/lib/template/app-player/loading/index.d.ts.map +1 -0
  6187. package/lib/template/app-player/loading/test/fixtures/default.d.ts +5 -0
  6188. package/lib/template/app-player/loading/test/fixtures/default.d.ts.map +1 -0
  6189. package/lib/template/app-player/loading/test/fixtures/with-popin-error.d.ts +21 -0
  6190. package/lib/template/app-player/loading/test/fixtures/with-popin-error.d.ts.map +1 -0
  6191. package/lib/template/app-player/loading/test/index.stories.d.ts +86 -0
  6192. package/lib/template/app-player/loading/test/index.stories.d.ts.map +1 -0
  6193. package/lib/template/app-player/player/index.d.ts +160 -0
  6194. package/lib/template/app-player/player/index.d.ts.map +1 -0
  6195. package/lib/template/app-player/player/slides/footer/index.d.ts +19 -0
  6196. package/lib/template/app-player/player/slides/footer/index.d.ts.map +1 -0
  6197. package/lib/template/app-player/player/slides/footer/test/fixtures/clue-selected.d.ts +17 -0
  6198. package/lib/template/app-player/player/slides/footer/test/fixtures/clue-selected.d.ts.map +1 -0
  6199. package/lib/template/app-player/player/slides/footer/test/fixtures/default.d.ts +15 -0
  6200. package/lib/template/app-player/player/slides/footer/test/fixtures/default.d.ts.map +1 -0
  6201. package/lib/template/app-player/player/slides/footer/test/fixtures/disabled.d.ts +22 -0
  6202. package/lib/template/app-player/player/slides/footer/test/fixtures/disabled.d.ts.map +1 -0
  6203. package/lib/template/app-player/player/slides/footer/test/fixtures/highlighted.d.ts +15 -0
  6204. package/lib/template/app-player/player/slides/footer/test/fixtures/highlighted.d.ts.map +1 -0
  6205. package/lib/template/app-player/player/slides/footer/test/fixtures/media-selected.d.ts +22 -0
  6206. package/lib/template/app-player/player/slides/footer/test/fixtures/media-selected.d.ts.map +1 -0
  6207. package/lib/template/app-player/player/slides/footer/test/fixtures/no-clue.d.ts +25 -0
  6208. package/lib/template/app-player/player/slides/footer/test/fixtures/no-clue.d.ts.map +1 -0
  6209. package/lib/template/app-player/player/slides/footer/test/fixtures/notify.d.ts +22 -0
  6210. package/lib/template/app-player/player/slides/footer/test/fixtures/notify.d.ts.map +1 -0
  6211. package/lib/template/app-player/player/slides/footer/test/fixtures/only-clue.d.ts +17 -0
  6212. package/lib/template/app-player/player/slides/footer/test/fixtures/only-clue.d.ts.map +1 -0
  6213. package/lib/template/app-player/player/slides/footer/test/fixtures/with-context.d.ts +15 -0
  6214. package/lib/template/app-player/player/slides/footer/test/fixtures/with-context.d.ts.map +1 -0
  6215. package/lib/template/app-player/player/slides/footer/test/index.stories.d.ts +183 -0
  6216. package/lib/template/app-player/player/slides/footer/test/index.stories.d.ts.map +1 -0
  6217. package/lib/template/app-player/player/slides/header/index.d.ts +22 -0
  6218. package/lib/template/app-player/player/slides/header/index.d.ts.map +1 -0
  6219. package/lib/template/app-player/player/slides/header/learner.d.ts +19 -0
  6220. package/lib/template/app-player/player/slides/header/learner.d.ts.map +1 -0
  6221. package/lib/template/app-player/player/slides/header/lives.d.ts +11 -0
  6222. package/lib/template/app-player/player/slides/header/lives.d.ts.map +1 -0
  6223. package/lib/template/app-player/player/slides/header/microlearning.d.ts +12 -0
  6224. package/lib/template/app-player/player/slides/header/microlearning.d.ts.map +1 -0
  6225. package/lib/template/app-player/player/slides/header/test/fixtures/adaptive.d.ts +11 -0
  6226. package/lib/template/app-player/player/slides/header/test/fixtures/adaptive.d.ts.map +1 -0
  6227. package/lib/template/app-player/player/slides/header/test/fixtures/arabic-learner.d.ts +21 -0
  6228. package/lib/template/app-player/player/slides/header/test/fixtures/arabic-learner.d.ts.map +1 -0
  6229. package/lib/template/app-player/player/slides/header/test/fixtures/arabic-microlearning.d.ts +14 -0
  6230. package/lib/template/app-player/player/slides/header/test/fixtures/arabic-microlearning.d.ts.map +1 -0
  6231. package/lib/template/app-player/player/slides/header/test/fixtures/infinite-lives.d.ts +14 -0
  6232. package/lib/template/app-player/player/slides/header/test/fixtures/infinite-lives.d.ts.map +1 -0
  6233. package/lib/template/app-player/player/slides/header/test/fixtures/learner-mode-scorm.d.ts +21 -0
  6234. package/lib/template/app-player/player/slides/header/test/fixtures/learner-mode-scorm.d.ts.map +1 -0
  6235. package/lib/template/app-player/player/slides/header/test/fixtures/learner.d.ts +21 -0
  6236. package/lib/template/app-player/player/slides/header/test/fixtures/learner.d.ts.map +1 -0
  6237. package/lib/template/app-player/player/slides/header/test/fixtures/microlearning.d.ts +14 -0
  6238. package/lib/template/app-player/player/slides/header/test/fixtures/microlearning.d.ts.map +1 -0
  6239. package/lib/template/app-player/player/slides/header/test/index.stories.d.ts +128 -0
  6240. package/lib/template/app-player/player/slides/header/test/index.stories.d.ts.map +1 -0
  6241. package/lib/template/app-player/player/slides/index.d.ts +330 -0
  6242. package/lib/template/app-player/player/slides/index.d.ts.map +1 -0
  6243. package/lib/template/app-player/player/slides/test/fixtures/arabic-context.d.ts +88 -0
  6244. package/lib/template/app-player/player/slides/test/fixtures/arabic-context.d.ts.map +1 -0
  6245. package/lib/template/app-player/player/slides/test/fixtures/arabic-qcm.d.ts +60 -0
  6246. package/lib/template/app-player/player/slides/test/fixtures/arabic-qcm.d.ts.map +1 -0
  6247. package/lib/template/app-player/player/slides/test/fixtures/arabic-resources.d.ts +50 -0
  6248. package/lib/template/app-player/player/slides/test/fixtures/arabic-resources.d.ts.map +1 -0
  6249. package/lib/template/app-player/player/slides/test/fixtures/arabic.d.ts +54 -0
  6250. package/lib/template/app-player/player/slides/test/fixtures/arabic.d.ts.map +1 -0
  6251. package/lib/template/app-player/player/slides/test/fixtures/clue.d.ts +45 -0
  6252. package/lib/template/app-player/player/slides/test/fixtures/clue.d.ts.map +1 -0
  6253. package/lib/template/app-player/player/slides/test/fixtures/context-with-audio.d.ts +92 -0
  6254. package/lib/template/app-player/player/slides/test/fixtures/context-with-audio.d.ts.map +1 -0
  6255. package/lib/template/app-player/player/slides/test/fixtures/context-with-image.d.ts +93 -0
  6256. package/lib/template/app-player/player/slides/test/fixtures/context-with-image.d.ts.map +1 -0
  6257. package/lib/template/app-player/player/slides/test/fixtures/context-with-pdf.d.ts +92 -0
  6258. package/lib/template/app-player/player/slides/test/fixtures/context-with-pdf.d.ts.map +1 -0
  6259. package/lib/template/app-player/player/slides/test/fixtures/context-with-video.d.ts +95 -0
  6260. package/lib/template/app-player/player/slides/test/fixtures/context-with-video.d.ts.map +1 -0
  6261. package/lib/template/app-player/player/slides/test/fixtures/context.d.ts +88 -0
  6262. package/lib/template/app-player/player/slides/test/fixtures/context.d.ts.map +1 -0
  6263. package/lib/template/app-player/player/slides/test/fixtures/default.d.ts +54 -0
  6264. package/lib/template/app-player/player/slides/test/fixtures/default.d.ts.map +1 -0
  6265. package/lib/template/app-player/player/slides/test/fixtures/drop-down.d.ts +45 -0
  6266. package/lib/template/app-player/player/slides/test/fixtures/drop-down.d.ts.map +1 -0
  6267. package/lib/template/app-player/player/slides/test/fixtures/error.d.ts +8 -0
  6268. package/lib/template/app-player/player/slides/test/fixtures/error.d.ts.map +1 -0
  6269. package/lib/template/app-player/player/slides/test/fixtures/free-text.d.ts +54 -0
  6270. package/lib/template/app-player/player/slides/test/fixtures/free-text.d.ts.map +1 -0
  6271. package/lib/template/app-player/player/slides/test/fixtures/loading-with-error.d.ts +21 -0
  6272. package/lib/template/app-player/player/slides/test/fixtures/loading-with-error.d.ts.map +1 -0
  6273. package/lib/template/app-player/player/slides/test/fixtures/loading.d.ts +5 -0
  6274. package/lib/template/app-player/player/slides/test/fixtures/loading.d.ts.map +1 -0
  6275. package/lib/template/app-player/player/slides/test/fixtures/media-h5p.d.ts +49 -0
  6276. package/lib/template/app-player/player/slides/test/fixtures/media-h5p.d.ts.map +1 -0
  6277. package/lib/template/app-player/player/slides/test/fixtures/media-omni-player.d.ts +50 -0
  6278. package/lib/template/app-player/player/slides/test/fixtures/media-omni-player.d.ts.map +1 -0
  6279. package/lib/template/app-player/player/slides/test/fixtures/media.d.ts +70 -0
  6280. package/lib/template/app-player/player/slides/test/fixtures/media.d.ts.map +1 -0
  6281. package/lib/template/app-player/player/slides/test/fixtures/no-clue.d.ts +88 -0
  6282. package/lib/template/app-player/player/slides/test/fixtures/no-clue.d.ts.map +1 -0
  6283. package/lib/template/app-player/player/slides/test/fixtures/no-question.d.ts +52 -0
  6284. package/lib/template/app-player/player/slides/test/fixtures/no-question.d.ts.map +1 -0
  6285. package/lib/template/app-player/player/slides/test/fixtures/no-step.d.ts +54 -0
  6286. package/lib/template/app-player/player/slides/test/fixtures/no-step.d.ts.map +1 -0
  6287. package/lib/template/app-player/player/slides/test/fixtures/no-total.d.ts +53 -0
  6288. package/lib/template/app-player/player/slides/test/fixtures/no-total.d.ts.map +1 -0
  6289. package/lib/template/app-player/player/slides/test/fixtures/only-clue.d.ts +47 -0
  6290. package/lib/template/app-player/player/slides/test/fixtures/only-clue.d.ts.map +1 -0
  6291. package/lib/template/app-player/player/slides/test/fixtures/qcm-drag.d.ts +61 -0
  6292. package/lib/template/app-player/player/slides/test/fixtures/qcm-drag.d.ts.map +1 -0
  6293. package/lib/template/app-player/player/slides/test/fixtures/qcm-graphic.d.ts +55 -0
  6294. package/lib/template/app-player/player/slides/test/fixtures/qcm-graphic.d.ts.map +1 -0
  6295. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.d.ts +58 -0
  6296. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.d.ts.map +1 -0
  6297. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson.d.ts +61 -0
  6298. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson.d.ts.map +1 -0
  6299. package/lib/template/app-player/player/slides/test/fixtures/qcm-short.d.ts +70 -0
  6300. package/lib/template/app-player/player/slides/test/fixtures/qcm-short.d.ts.map +1 -0
  6301. package/lib/template/app-player/player/slides/test/fixtures/qcm-template.d.ts +45 -0
  6302. package/lib/template/app-player/player/slides/test/fixtures/qcm-template.d.ts.map +1 -0
  6303. package/lib/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.d.ts +62 -0
  6304. package/lib/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.d.ts.map +1 -0
  6305. package/lib/template/app-player/player/slides/test/fixtures/qcm.d.ts +61 -0
  6306. package/lib/template/app-player/player/slides/test/fixtures/qcm.d.ts.map +1 -0
  6307. package/lib/template/app-player/player/slides/test/fixtures/range.d.ts +54 -0
  6308. package/lib/template/app-player/player/slides/test/fixtures/range.d.ts.map +1 -0
  6309. package/lib/template/app-player/player/slides/test/fixtures/template.d.ts +45 -0
  6310. package/lib/template/app-player/player/slides/test/fixtures/template.d.ts.map +1 -0
  6311. package/lib/template/app-player/player/slides/test/fixtures/with-min-height.d.ts +55 -0
  6312. package/lib/template/app-player/player/slides/test/fixtures/with-min-height.d.ts.map +1 -0
  6313. package/lib/template/app-player/player/slides/test/index.stories.d.ts +2293 -0
  6314. package/lib/template/app-player/player/slides/test/index.stories.d.ts.map +1 -0
  6315. package/lib/template/app-player/player/test/fixtures/arabic-qcm.d.ts +63 -0
  6316. package/lib/template/app-player/player/test/fixtures/arabic-qcm.d.ts.map +1 -0
  6317. package/lib/template/app-player/player/test/fixtures/background.d.ts +91 -0
  6318. package/lib/template/app-player/player/test/fixtures/background.d.ts.map +1 -0
  6319. package/lib/template/app-player/player/test/fixtures/clue.d.ts +48 -0
  6320. package/lib/template/app-player/player/test/fixtures/clue.d.ts.map +1 -0
  6321. package/lib/template/app-player/player/test/fixtures/context-with-audio.d.ts +95 -0
  6322. package/lib/template/app-player/player/test/fixtures/context-with-audio.d.ts.map +1 -0
  6323. package/lib/template/app-player/player/test/fixtures/context-with-image.d.ts +96 -0
  6324. package/lib/template/app-player/player/test/fixtures/context-with-image.d.ts.map +1 -0
  6325. package/lib/template/app-player/player/test/fixtures/context-with-pdf.d.ts +95 -0
  6326. package/lib/template/app-player/player/test/fixtures/context-with-pdf.d.ts.map +1 -0
  6327. package/lib/template/app-player/player/test/fixtures/context-with-video.d.ts +98 -0
  6328. package/lib/template/app-player/player/test/fixtures/context-with-video.d.ts.map +1 -0
  6329. package/lib/template/app-player/player/test/fixtures/context.d.ts +91 -0
  6330. package/lib/template/app-player/player/test/fixtures/context.d.ts.map +1 -0
  6331. package/lib/template/app-player/player/test/fixtures/drop-down.d.ts +48 -0
  6332. package/lib/template/app-player/player/test/fixtures/drop-down.d.ts.map +1 -0
  6333. package/lib/template/app-player/player/test/fixtures/empty.d.ts +8 -0
  6334. package/lib/template/app-player/player/test/fixtures/empty.d.ts.map +1 -0
  6335. package/lib/template/app-player/player/test/fixtures/error.d.ts +11 -0
  6336. package/lib/template/app-player/player/test/fixtures/error.d.ts.map +1 -0
  6337. package/lib/template/app-player/player/test/fixtures/free-text.d.ts +57 -0
  6338. package/lib/template/app-player/player/test/fixtures/free-text.d.ts.map +1 -0
  6339. package/lib/template/app-player/player/test/fixtures/media-image.d.ts +57 -0
  6340. package/lib/template/app-player/player/test/fixtures/media-image.d.ts.map +1 -0
  6341. package/lib/template/app-player/player/test/fixtures/media-omni-player.d.ts +53 -0
  6342. package/lib/template/app-player/player/test/fixtures/media-omni-player.d.ts.map +1 -0
  6343. package/lib/template/app-player/player/test/fixtures/media.d.ts +73 -0
  6344. package/lib/template/app-player/player/test/fixtures/media.d.ts.map +1 -0
  6345. package/lib/template/app-player/player/test/fixtures/no-clue.d.ts +91 -0
  6346. package/lib/template/app-player/player/test/fixtures/no-clue.d.ts.map +1 -0
  6347. package/lib/template/app-player/player/test/fixtures/only-clue.d.ts +50 -0
  6348. package/lib/template/app-player/player/test/fixtures/only-clue.d.ts.map +1 -0
  6349. package/lib/template/app-player/player/test/fixtures/popin-error.d.ts +72 -0
  6350. package/lib/template/app-player/player/test/fixtures/popin-error.d.ts.map +1 -0
  6351. package/lib/template/app-player/player/test/fixtures/qcm-drag.d.ts +64 -0
  6352. package/lib/template/app-player/player/test/fixtures/qcm-drag.d.ts.map +1 -0
  6353. package/lib/template/app-player/player/test/fixtures/qcm-graphic.d.ts +58 -0
  6354. package/lib/template/app-player/player/test/fixtures/qcm-graphic.d.ts.map +1 -0
  6355. package/lib/template/app-player/player/test/fixtures/qcm-short.d.ts +73 -0
  6356. package/lib/template/app-player/player/test/fixtures/qcm-short.d.ts.map +1 -0
  6357. package/lib/template/app-player/player/test/fixtures/qcm.d.ts +64 -0
  6358. package/lib/template/app-player/player/test/fixtures/qcm.d.ts.map +1 -0
  6359. package/lib/template/app-player/player/test/fixtures/range.d.ts +57 -0
  6360. package/lib/template/app-player/player/test/fixtures/range.d.ts.map +1 -0
  6361. package/lib/template/app-player/player/test/index.stories.d.ts +1630 -0
  6362. package/lib/template/app-player/player/test/index.stories.d.ts.map +1 -0
  6363. package/lib/template/app-player/popin-correction/index.d.ts +177 -0
  6364. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -0
  6365. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.d.ts +3 -0
  6366. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.d.ts.map +1 -0
  6367. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed.d.ts +3 -0
  6368. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed.d.ts.map +1 -0
  6369. package/lib/template/app-player/popin-correction/test/fixtures/correct-error.d.ts +3 -0
  6370. package/lib/template/app-player/popin-correction/test/fixtures/correct-error.d.ts.map +1 -0
  6371. package/lib/template/app-player/popin-correction/test/fixtures/correct-next-chapter.d.ts +3 -0
  6372. package/lib/template/app-player/popin-correction/test/fixtures/correct-next-chapter.d.ts.map +1 -0
  6373. package/lib/template/app-player/popin-correction/test/fixtures/correct-open-klf.d.ts +3 -0
  6374. package/lib/template/app-player/popin-correction/test/fixtures/correct-open-klf.d.ts.map +1 -0
  6375. package/lib/template/app-player/popin-correction/test/fixtures/correct-open-resources-with-pdf.d.ts +3 -0
  6376. package/lib/template/app-player/popin-correction/test/fixtures/correct-open-resources-with-pdf.d.ts.map +1 -0
  6377. package/lib/template/app-player/popin-correction/test/fixtures/correct-open-resources-with-video.d.ts +3 -0
  6378. package/lib/template/app-player/popin-correction/test/fixtures/correct-open-resources-with-video.d.ts.map +1 -0
  6379. package/lib/template/app-player/popin-correction/test/fixtures/correct-open-tips.d.ts +3 -0
  6380. package/lib/template/app-player/popin-correction/test/fixtures/correct-open-tips.d.ts.map +1 -0
  6381. package/lib/template/app-player/popin-correction/test/fixtures/correct-without-resources.d.ts +3 -0
  6382. package/lib/template/app-player/popin-correction/test/fixtures/correct-without-resources.d.ts.map +1 -0
  6383. package/lib/template/app-player/popin-correction/test/fixtures/fail-closed.d.ts +3 -0
  6384. package/lib/template/app-player/popin-correction/test/fixtures/fail-closed.d.ts.map +1 -0
  6385. package/lib/template/app-player/popin-correction/test/fixtures/fail-multiple-answers-arabic.d.ts +3 -0
  6386. package/lib/template/app-player/popin-correction/test/fixtures/fail-multiple-answers-arabic.d.ts.map +1 -0
  6387. package/lib/template/app-player/popin-correction/test/fixtures/fail-multiple-answers.d.ts +3 -0
  6388. package/lib/template/app-player/popin-correction/test/fixtures/fail-multiple-answers.d.ts.map +1 -0
  6389. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-klf.d.ts +3 -0
  6390. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-klf.d.ts.map +1 -0
  6391. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-pdf-and-overlay.d.ts +3 -0
  6392. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-pdf-and-overlay.d.ts.map +1 -0
  6393. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-pdf.d.ts +3 -0
  6394. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-pdf.d.ts.map +1 -0
  6395. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-video-and-overlay.d.ts +3 -0
  6396. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-video-and-overlay.d.ts.map +1 -0
  6397. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-video-extralife-granted.d.ts +3 -0
  6398. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-resources-with-video-extralife-granted.d.ts.map +1 -0
  6399. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-tips.d.ts +3 -0
  6400. package/lib/template/app-player/popin-correction/test/fixtures/fail-open-tips.d.ts.map +1 -0
  6401. package/lib/template/app-player/popin-correction/test/fixtures/loading.d.ts +40 -0
  6402. package/lib/template/app-player/popin-correction/test/fixtures/loading.d.ts.map +1 -0
  6403. package/lib/template/app-player/popin-correction/test/index.stories.d.ts +110 -0
  6404. package/lib/template/app-player/popin-correction/test/index.stories.d.ts.map +1 -0
  6405. package/lib/template/app-player/popin-end/index.d.ts +179 -0
  6406. package/lib/template/app-player/popin-end/index.d.ts.map +1 -0
  6407. package/lib/template/app-player/popin-end/summary.d.ts +133 -0
  6408. package/lib/template/app-player/popin-end/summary.d.ts.map +1 -0
  6409. package/lib/template/app-player/popin-end/test/fixtures/adaptive.d.ts +3 -0
  6410. package/lib/template/app-player/popin-end/test/fixtures/adaptive.d.ts.map +1 -0
  6411. package/lib/template/app-player/popin-end/test/fixtures/arabic-correct.d.ts +3 -0
  6412. package/lib/template/app-player/popin-end/test/fixtures/arabic-correct.d.ts.map +1 -0
  6413. package/lib/template/app-player/popin-end/test/fixtures/arabic-next-level-adaptive-img.d.ts +3 -0
  6414. package/lib/template/app-player/popin-end/test/fixtures/arabic-next-level-adaptive-img.d.ts.map +1 -0
  6415. package/lib/template/app-player/popin-end/test/fixtures/arabic-with-recommendations.d.ts +3 -0
  6416. package/lib/template/app-player/popin-end/test/fixtures/arabic-with-recommendations.d.ts.map +1 -0
  6417. package/lib/template/app-player/popin-end/test/fixtures/comment-is-loading.d.ts +3 -0
  6418. package/lib/template/app-player/popin-end/test/fixtures/comment-is-loading.d.ts.map +1 -0
  6419. package/lib/template/app-player/popin-end/test/fixtures/comment-sent.d.ts +3 -0
  6420. package/lib/template/app-player/popin-end/test/fixtures/comment-sent.d.ts.map +1 -0
  6421. package/lib/template/app-player/popin-end/test/fixtures/comment.d.ts +3 -0
  6422. package/lib/template/app-player/popin-end/test/fixtures/comment.d.ts.map +1 -0
  6423. package/lib/template/app-player/popin-end/test/fixtures/correct.d.ts +3 -0
  6424. package/lib/template/app-player/popin-end/test/fixtures/correct.d.ts.map +1 -0
  6425. package/lib/template/app-player/popin-end/test/fixtures/default.d.ts +27 -0
  6426. package/lib/template/app-player/popin-end/test/fixtures/default.d.ts.map +1 -0
  6427. package/lib/template/app-player/popin-end/test/fixtures/fail-scorm-with-feedback.d.ts +3 -0
  6428. package/lib/template/app-player/popin-end/test/fixtures/fail-scorm-with-feedback.d.ts.map +1 -0
  6429. package/lib/template/app-player/popin-end/test/fixtures/fail-scorm-with-feedback2.d.ts +3 -0
  6430. package/lib/template/app-player/popin-end/test/fixtures/fail-scorm-with-feedback2.d.ts.map +1 -0
  6431. package/lib/template/app-player/popin-end/test/fixtures/fail-scorm-with-retry-action.d.ts +3 -0
  6432. package/lib/template/app-player/popin-end/test/fixtures/fail-scorm-with-retry-action.d.ts.map +1 -0
  6433. package/lib/template/app-player/popin-end/test/fixtures/fail-scorm.d.ts +3 -0
  6434. package/lib/template/app-player/popin-end/test/fixtures/fail-scorm.d.ts.map +1 -0
  6435. package/lib/template/app-player/popin-end/test/fixtures/fail.d.ts +3 -0
  6436. package/lib/template/app-player/popin-end/test/fixtures/fail.d.ts.map +1 -0
  6437. package/lib/template/app-player/popin-end/test/fixtures/infinite-lives.d.ts +3 -0
  6438. package/lib/template/app-player/popin-end/test/fixtures/infinite-lives.d.ts.map +1 -0
  6439. package/lib/template/app-player/popin-end/test/fixtures/loading.d.ts +3 -0
  6440. package/lib/template/app-player/popin-end/test/fixtures/loading.d.ts.map +1 -0
  6441. package/lib/template/app-player/popin-end/test/fixtures/negative-rank.d.ts +3 -0
  6442. package/lib/template/app-player/popin-end/test/fixtures/negative-rank.d.ts.map +1 -0
  6443. package/lib/template/app-player/popin-end/test/fixtures/next-course.d.ts +3 -0
  6444. package/lib/template/app-player/popin-end/test/fixtures/next-course.d.ts.map +1 -0
  6445. package/lib/template/app-player/popin-end/test/fixtures/next-level-adaptive-img.d.ts +3 -0
  6446. package/lib/template/app-player/popin-end/test/fixtures/next-level-adaptive-img.d.ts.map +1 -0
  6447. package/lib/template/app-player/popin-end/test/fixtures/popin-end-error.d.ts +42 -0
  6448. package/lib/template/app-player/popin-end/test/fixtures/popin-end-error.d.ts.map +1 -0
  6449. package/lib/template/app-player/popin-end/test/fixtures/scorm-correct.d.ts +3 -0
  6450. package/lib/template/app-player/popin-end/test/fixtures/scorm-correct.d.ts.map +1 -0
  6451. package/lib/template/app-player/popin-end/test/fixtures/scorm-popin-end-loading.d.ts +3 -0
  6452. package/lib/template/app-player/popin-end/test/fixtures/scorm-popin-end-loading.d.ts.map +1 -0
  6453. package/lib/template/app-player/popin-end/test/fixtures/simple-action.d.ts +3 -0
  6454. package/lib/template/app-player/popin-end/test/fixtures/simple-action.d.ts.map +1 -0
  6455. package/lib/template/app-player/popin-end/test/fixtures/subscribe.d.ts +3 -0
  6456. package/lib/template/app-player/popin-end/test/fixtures/subscribe.d.ts.map +1 -0
  6457. package/lib/template/app-player/popin-end/test/fixtures/success-scorm-with-feedback.d.ts +3 -0
  6458. package/lib/template/app-player/popin-end/test/fixtures/success-scorm-with-feedback.d.ts.map +1 -0
  6459. package/lib/template/app-player/popin-end/test/fixtures/success-scorm-with-feedback2.d.ts +3 -0
  6460. package/lib/template/app-player/popin-end/test/fixtures/success-scorm-with-feedback2.d.ts.map +1 -0
  6461. package/lib/template/app-player/popin-end/test/fixtures/success-scorm.d.ts +3 -0
  6462. package/lib/template/app-player/popin-end/test/fixtures/success-scorm.d.ts.map +1 -0
  6463. package/lib/template/app-player/popin-end/test/fixtures/with-loading-recommendations.d.ts +3 -0
  6464. package/lib/template/app-player/popin-end/test/fixtures/with-loading-recommendations.d.ts.map +1 -0
  6465. package/lib/template/app-player/popin-end/test/fixtures/with-recommendations.d.ts +3 -0
  6466. package/lib/template/app-player/popin-end/test/fixtures/with-recommendations.d.ts.map +1 -0
  6467. package/lib/template/app-player/popin-end/test/fixtures/without-recommendation.d.ts +3 -0
  6468. package/lib/template/app-player/popin-end/test/fixtures/without-recommendation.d.ts.map +1 -0
  6469. package/lib/template/app-player/popin-end/test/index.stories.d.ts +358 -0
  6470. package/lib/template/app-player/popin-end/test/index.stories.d.ts.map +1 -0
  6471. package/lib/template/app-player/popin-header/index.d.ts +150 -0
  6472. package/lib/template/app-player/popin-header/index.d.ts.map +1 -0
  6473. package/lib/template/app-player/popin-header/test/fixtures/exhausted-extralife.d.ts +24 -0
  6474. package/lib/template/app-player/popin-header/test/fixtures/exhausted-extralife.d.ts.map +1 -0
  6475. package/lib/template/app-player/popin-header/test/fixtures/extralife-accepted.d.ts +22 -0
  6476. package/lib/template/app-player/popin-header/test/fixtures/extralife-accepted.d.ts.map +1 -0
  6477. package/lib/template/app-player/popin-header/test/fixtures/extralife.d.ts +17 -0
  6478. package/lib/template/app-player/popin-header/test/fixtures/extralife.d.ts.map +1 -0
  6479. package/lib/template/app-player/popin-header/test/fixtures/fail-multiple-answers.d.ts +21 -0
  6480. package/lib/template/app-player/popin-header/test/fixtures/fail-multiple-answers.d.ts.map +1 -0
  6481. package/lib/template/app-player/popin-header/test/fixtures/fail.d.ts +21 -0
  6482. package/lib/template/app-player/popin-header/test/fixtures/fail.d.ts.map +1 -0
  6483. package/lib/template/app-player/popin-header/test/fixtures/loading.d.ts +7 -0
  6484. package/lib/template/app-player/popin-header/test/fixtures/loading.d.ts.map +1 -0
  6485. package/lib/template/app-player/popin-header/test/fixtures/next-chapter.d.ts +21 -0
  6486. package/lib/template/app-player/popin-header/test/fixtures/next-chapter.d.ts.map +1 -0
  6487. package/lib/template/app-player/popin-header/test/fixtures/stars-rank.d.ts +22 -0
  6488. package/lib/template/app-player/popin-header/test/fixtures/stars-rank.d.ts.map +1 -0
  6489. package/lib/template/app-player/popin-header/test/fixtures/success.d.ts +20 -0
  6490. package/lib/template/app-player/popin-header/test/fixtures/success.d.ts.map +1 -0
  6491. package/lib/template/app-player/popin-header/test/index.stories.d.ts +226 -0
  6492. package/lib/template/app-player/popin-header/test/index.stories.d.ts.map +1 -0
  6493. package/lib/template/app-player/popin-no-access/index.d.ts +12 -0
  6494. package/lib/template/app-player/popin-no-access/index.d.ts.map +1 -0
  6495. package/lib/template/app-player/popin-no-access/test/fixtures/default.d.ts +3 -0
  6496. package/lib/template/app-player/popin-no-access/test/fixtures/default.d.ts.map +1 -0
  6497. package/lib/template/app-player/popin-no-access/test/index.stories.d.ts +24 -0
  6498. package/lib/template/app-player/popin-no-access/test/index.stories.d.ts.map +1 -0
  6499. package/lib/template/app-review/demo-ts/index.d.ts +5 -0
  6500. package/lib/template/app-review/demo-ts/index.d.ts.map +1 -0
  6501. package/lib/template/app-review/demo-ts/index.native.d.ts +5 -0
  6502. package/lib/template/app-review/demo-ts/index.native.d.ts.map +1 -0
  6503. package/lib/template/app-review/demo-ts/test/fixtures/default.d.ts +7 -0
  6504. package/lib/template/app-review/demo-ts/test/fixtures/default.d.ts.map +1 -0
  6505. package/lib/template/app-review/demo-ts/test/index.stories.d.ts +11 -0
  6506. package/lib/template/app-review/demo-ts/test/index.stories.d.ts.map +1 -0
  6507. package/lib/template/app-review/demo-ts/typings.d.ts +8 -0
  6508. package/lib/template/app-review/demo-ts/typings.d.ts.map +1 -0
  6509. package/lib/template/app-review/index.d.ts +13 -0
  6510. package/lib/template/app-review/index.d.ts.map +1 -0
  6511. package/lib/template/app-review/onboarding/index.d.ts +3 -0
  6512. package/lib/template/app-review/onboarding/index.d.ts.map +1 -0
  6513. package/lib/template/app-review/onboarding/test/fixtures/default.d.ts +3 -0
  6514. package/lib/template/app-review/onboarding/test/fixtures/default.d.ts.map +1 -0
  6515. package/lib/template/app-review/onboarding/test/index.stories.d.ts +58 -0
  6516. package/lib/template/app-review/onboarding/test/index.stories.d.ts.map +1 -0
  6517. package/lib/template/app-review/player/index.d.ts +13 -0
  6518. package/lib/template/app-review/player/index.d.ts.map +1 -0
  6519. package/lib/template/app-review/player/index.native.d.ts +5 -0
  6520. package/lib/template/app-review/player/index.native.d.ts.map +1 -0
  6521. package/lib/template/app-review/player/prop-types.d.ts +564 -0
  6522. package/lib/template/app-review/player/prop-types.d.ts.map +1 -0
  6523. package/lib/template/app-review/player/test/fixtures/all-ok.d.ts +167 -0
  6524. package/lib/template/app-review/player/test/fixtures/all-ok.d.ts.map +1 -0
  6525. package/lib/template/app-review/player/test/fixtures/end-review.d.ts +250 -0
  6526. package/lib/template/app-review/player/test/fixtures/end-review.d.ts.map +1 -0
  6527. package/lib/template/app-review/player/test/fixtures/first-right.d.ts +87 -0
  6528. package/lib/template/app-review/player/test/fixtures/first-right.d.ts.map +1 -0
  6529. package/lib/template/app-review/player/test/fixtures/initial-state.d.ts +84 -0
  6530. package/lib/template/app-review/player/test/fixtures/initial-state.d.ts.map +1 -0
  6531. package/lib/template/app-review/player/test/fixtures/loading.d.ts +50 -0
  6532. package/lib/template/app-review/player/test/fixtures/loading.d.ts.map +1 -0
  6533. package/lib/template/app-review/player/test/fixtures/on-quit.d.ts +105 -0
  6534. package/lib/template/app-review/player/test/fixtures/on-quit.d.ts.map +1 -0
  6535. package/lib/template/app-review/player/test/fixtures/one-fail.d.ts +135 -0
  6536. package/lib/template/app-review/player/test/fixtures/one-fail.d.ts.map +1 -0
  6537. package/lib/template/app-review/player/test/fixtures/restack.d.ts +101 -0
  6538. package/lib/template/app-review/player/test/fixtures/restack.d.ts.map +1 -0
  6539. package/lib/template/app-review/player/test/fixtures/second-failed-question.d.ts +147 -0
  6540. package/lib/template/app-review/player/test/fixtures/second-failed-question.d.ts.map +1 -0
  6541. package/lib/template/app-review/player/test/fixtures/unstack.d.ts +101 -0
  6542. package/lib/template/app-review/player/test/fixtures/unstack.d.ts.map +1 -0
  6543. package/lib/template/app-review/player/test/index.stories.d.ts +1782 -0
  6544. package/lib/template/app-review/player/test/index.stories.d.ts.map +1 -0
  6545. package/lib/template/app-review/prop-types.d.ts +608 -0
  6546. package/lib/template/app-review/prop-types.d.ts.map +1 -0
  6547. package/lib/template/app-review/skills/index.d.ts +3 -0
  6548. package/lib/template/app-review/skills/index.d.ts.map +1 -0
  6549. package/lib/template/app-review/skills/index.native.d.ts +5 -0
  6550. package/lib/template/app-review/skills/index.native.d.ts.map +1 -0
  6551. package/lib/template/app-review/skills/prop-types.d.ts +55 -0
  6552. package/lib/template/app-review/skills/prop-types.d.ts.map +1 -0
  6553. package/lib/template/app-review/skills/stories.d.ts +1 -0
  6554. package/lib/template/app-review/skills/stories.d.ts.map +1 -0
  6555. package/lib/template/app-review/skills/test/fixtures/many-skills.d.ts +3 -0
  6556. package/lib/template/app-review/skills/test/fixtures/many-skills.d.ts.map +1 -0
  6557. package/lib/template/app-review/skills/test/fixtures/no-skills.d.ts +3 -0
  6558. package/lib/template/app-review/skills/test/fixtures/no-skills.d.ts.map +1 -0
  6559. package/lib/template/app-review/skills/test/index.stories.d.ts +61 -0
  6560. package/lib/template/app-review/skills/test/index.stories.d.ts.map +1 -0
  6561. package/lib/template/app-review/template-context.d.ts +32 -0
  6562. package/lib/template/app-review/template-context.d.ts.map +1 -0
  6563. package/lib/template/app-review/test/fixtures/onboarding.d.ts +30 -0
  6564. package/lib/template/app-review/test/fixtures/onboarding.d.ts.map +1 -0
  6565. package/lib/template/app-review/test/fixtures/player.d.ts +87 -0
  6566. package/lib/template/app-review/test/fixtures/player.d.ts.map +1 -0
  6567. package/lib/template/app-review/test/fixtures/skills.d.ts +25 -0
  6568. package/lib/template/app-review/test/fixtures/skills.d.ts.map +1 -0
  6569. package/lib/template/app-review/test/index.stories.d.ts +750 -0
  6570. package/lib/template/app-review/test/index.stories.d.ts.map +1 -0
  6571. package/lib/template/back-office/brand-create/index.d.ts +98 -0
  6572. package/lib/template/back-office/brand-create/index.d.ts.map +1 -0
  6573. package/lib/template/back-office/brand-create/test/fixtures/default.d.ts +45 -0
  6574. package/lib/template/back-office/brand-create/test/fixtures/default.d.ts.map +1 -0
  6575. package/lib/template/back-office/brand-create/test/fixtures/error.d.ts +5 -0
  6576. package/lib/template/back-office/brand-create/test/fixtures/error.d.ts.map +1 -0
  6577. package/lib/template/back-office/brand-create/test/fixtures/loading.d.ts +5 -0
  6578. package/lib/template/back-office/brand-create/test/fixtures/loading.d.ts.map +1 -0
  6579. package/lib/template/back-office/brand-create/test/fixtures/modified.d.ts +5 -0
  6580. package/lib/template/back-office/brand-create/test/fixtures/modified.d.ts.map +1 -0
  6581. package/lib/template/back-office/brand-create/test/index.stories.d.ts +157 -0
  6582. package/lib/template/back-office/brand-create/test/index.stories.d.ts.map +1 -0
  6583. package/lib/template/back-office/brand-list/index.d.ts +98 -0
  6584. package/lib/template/back-office/brand-list/index.d.ts.map +1 -0
  6585. package/lib/template/back-office/brand-list/test/fixtures/default.d.ts +64 -0
  6586. package/lib/template/back-office/brand-list/test/fixtures/default.d.ts.map +1 -0
  6587. package/lib/template/back-office/brand-list/test/fixtures/loading.d.ts +45 -0
  6588. package/lib/template/back-office/brand-list/test/fixtures/loading.d.ts.map +1 -0
  6589. package/lib/template/back-office/brand-list/test/fixtures/rh.d.ts +76 -0
  6590. package/lib/template/back-office/brand-list/test/fixtures/rh.d.ts.map +1 -0
  6591. package/lib/template/back-office/brand-list/test/index.stories.d.ts +282 -0
  6592. package/lib/template/back-office/brand-list/test/index.stories.d.ts.map +1 -0
  6593. package/lib/template/back-office/brand-update/index.d.ts +1538 -0
  6594. package/lib/template/back-office/brand-update/index.d.ts.map +1 -0
  6595. package/lib/template/back-office/brand-update/test/fixtures/analytics.d.ts +5 -0
  6596. package/lib/template/back-office/brand-update/test/fixtures/analytics.d.ts.map +1 -0
  6597. package/lib/template/back-office/brand-update/test/fixtures/animations.d.ts +5 -0
  6598. package/lib/template/back-office/brand-update/test/fixtures/animations.d.ts.map +1 -0
  6599. package/lib/template/back-office/brand-update/test/fixtures/cohort-error.d.ts +5 -0
  6600. package/lib/template/back-office/brand-update/test/fixtures/cohort-error.d.ts.map +1 -0
  6601. package/lib/template/back-office/brand-update/test/fixtures/cohort.d.ts +5 -0
  6602. package/lib/template/back-office/brand-update/test/fixtures/cohort.d.ts.map +1 -0
  6603. package/lib/template/back-office/brand-update/test/fixtures/dashboard.d.ts +5 -0
  6604. package/lib/template/back-office/brand-update/test/fixtures/dashboard.d.ts.map +1 -0
  6605. package/lib/template/back-office/brand-update/test/fixtures/dashboards-analytics.d.ts +5 -0
  6606. package/lib/template/back-office/brand-update/test/fixtures/dashboards-analytics.d.ts.map +1 -0
  6607. package/lib/template/back-office/brand-update/test/fixtures/default.d.ts +89 -0
  6608. package/lib/template/back-office/brand-update/test/fixtures/default.d.ts.map +1 -0
  6609. package/lib/template/back-office/brand-update/test/fixtures/general-settings-success.d.ts +5 -0
  6610. package/lib/template/back-office/brand-update/test/fixtures/general-settings-success.d.ts.map +1 -0
  6611. package/lib/template/back-office/brand-update/test/fixtures/general-settings.d.ts +5 -0
  6612. package/lib/template/back-office/brand-update/test/fixtures/general-settings.d.ts.map +1 -0
  6613. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.d.ts +5 -0
  6614. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.d.ts.map +1 -0
  6615. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.d.ts +5 -0
  6616. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.d.ts.map +1 -0
  6617. package/lib/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.d.ts +5 -0
  6618. package/lib/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.d.ts.map +1 -0
  6619. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.d.ts +5 -0
  6620. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.d.ts.map +1 -0
  6621. package/lib/template/back-office/brand-update/test/fixtures/lms-error.d.ts +5 -0
  6622. package/lib/template/back-office/brand-update/test/fixtures/lms-error.d.ts.map +1 -0
  6623. package/lib/template/back-office/brand-update/test/fixtures/lms-modified.d.ts +5 -0
  6624. package/lib/template/back-office/brand-update/test/fixtures/lms-modified.d.ts.map +1 -0
  6625. package/lib/template/back-office/brand-update/test/fixtures/lms-success.d.ts +5 -0
  6626. package/lib/template/back-office/brand-update/test/fixtures/lms-success.d.ts.map +1 -0
  6627. package/lib/template/back-office/brand-update/test/fixtures/lms.d.ts +5 -0
  6628. package/lib/template/back-office/brand-update/test/fixtures/lms.d.ts.map +1 -0
  6629. package/lib/template/back-office/brand-update/test/fixtures/loader.d.ts +5 -0
  6630. package/lib/template/back-office/brand-update/test/fixtures/loader.d.ts.map +1 -0
  6631. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel-error.d.ts +5 -0
  6632. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel-error.d.ts.map +1 -0
  6633. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel-modified.d.ts +5 -0
  6634. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel-modified.d.ts.map +1 -0
  6635. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel-pending.d.ts +5 -0
  6636. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel-pending.d.ts.map +1 -0
  6637. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel-success.d.ts +5 -0
  6638. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel-success.d.ts.map +1 -0
  6639. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel.d.ts +5 -0
  6640. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel.d.ts.map +1 -0
  6641. package/lib/template/back-office/brand-update/test/fixtures/manageusers-edit.d.ts +5 -0
  6642. package/lib/template/back-office/brand-update/test/fixtures/manageusers-edit.d.ts.map +1 -0
  6643. package/lib/template/back-office/brand-update/test/fixtures/manageusers-list.d.ts +5 -0
  6644. package/lib/template/back-office/brand-update/test/fixtures/manageusers-list.d.ts.map +1 -0
  6645. package/lib/template/back-office/brand-update/test/fixtures/quick-access.d.ts +5 -0
  6646. package/lib/template/back-office/brand-update/test/fixtures/quick-access.d.ts.map +1 -0
  6647. package/lib/template/back-office/brand-update/test/fixtures/sso-activate.d.ts +5 -0
  6648. package/lib/template/back-office/brand-update/test/fixtures/sso-activate.d.ts.map +1 -0
  6649. package/lib/template/back-office/brand-update/test/fixtures/sso.d.ts +5 -0
  6650. package/lib/template/back-office/brand-update/test/fixtures/sso.d.ts.map +1 -0
  6651. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-loading.d.ts +5 -0
  6652. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-loading.d.ts.map +1 -0
  6653. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-successful.d.ts +5 -0
  6654. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-successful.d.ts.map +1 -0
  6655. package/lib/template/back-office/brand-update/test/fixtures/uploadusers.d.ts +5 -0
  6656. package/lib/template/back-office/brand-update/test/fixtures/uploadusers.d.ts.map +1 -0
  6657. package/lib/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.d.ts +206 -0
  6658. package/lib/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.d.ts.map +1 -0
  6659. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.d.ts +211 -0
  6660. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.d.ts.map +1 -0
  6661. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.d.ts +200 -0
  6662. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.d.ts.map +1 -0
  6663. package/lib/template/back-office/brand-update/test/fixtures/wizard-organize-courses-playlist.d.ts +207 -0
  6664. package/lib/template/back-office/brand-update/test/fixtures/wizard-organize-courses-playlist.d.ts.map +1 -0
  6665. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.d.ts +188 -0
  6666. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.d.ts.map +1 -0
  6667. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.d.ts +170 -0
  6668. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.d.ts.map +1 -0
  6669. package/lib/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.d.ts +216 -0
  6670. package/lib/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.d.ts.map +1 -0
  6671. package/lib/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.d.ts +189 -0
  6672. package/lib/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.d.ts.map +1 -0
  6673. package/lib/template/back-office/brand-update/test/index.stories.d.ts +3307 -0
  6674. package/lib/template/back-office/brand-update/test/index.stories.d.ts.map +1 -0
  6675. package/lib/template/back-office/dashboard-preview/dashboard-popin.d.ts +36 -0
  6676. package/lib/template/back-office/dashboard-preview/dashboard-popin.d.ts.map +1 -0
  6677. package/lib/template/back-office/dashboard-preview/index.d.ts +98 -0
  6678. package/lib/template/back-office/dashboard-preview/index.d.ts.map +1 -0
  6679. package/lib/template/back-office/dashboard-preview/test/fixtures/default.d.ts +41 -0
  6680. package/lib/template/back-office/dashboard-preview/test/fixtures/default.d.ts.map +1 -0
  6681. package/lib/template/back-office/dashboard-preview/test/fixtures/error.d.ts +36 -0
  6682. package/lib/template/back-office/dashboard-preview/test/fixtures/error.d.ts.map +1 -0
  6683. package/lib/template/back-office/dashboard-preview/test/fixtures/loading.d.ts +35 -0
  6684. package/lib/template/back-office/dashboard-preview/test/fixtures/loading.d.ts.map +1 -0
  6685. package/lib/template/back-office/dashboard-preview/test/fixtures/selected-error.d.ts +60 -0
  6686. package/lib/template/back-office/dashboard-preview/test/fixtures/selected-error.d.ts.map +1 -0
  6687. package/lib/template/back-office/dashboard-preview/test/fixtures/selected-loading.d.ts +58 -0
  6688. package/lib/template/back-office/dashboard-preview/test/fixtures/selected-loading.d.ts.map +1 -0
  6689. package/lib/template/back-office/dashboard-preview/test/fixtures/selected.d.ts +59 -0
  6690. package/lib/template/back-office/dashboard-preview/test/fixtures/selected.d.ts.map +1 -0
  6691. package/lib/template/back-office/dashboard-preview/test/index.stories.d.ts +384 -0
  6692. package/lib/template/back-office/dashboard-preview/test/index.stories.d.ts.map +1 -0
  6693. package/lib/template/back-office/layout/index.d.ts +98 -0
  6694. package/lib/template/back-office/layout/index.d.ts.map +1 -0
  6695. package/lib/template/battle-requests/index.d.ts +23 -0
  6696. package/lib/template/battle-requests/index.d.ts.map +1 -0
  6697. package/lib/template/battle-requests/test/fixtures/default.d.ts +20 -0
  6698. package/lib/template/battle-requests/test/fixtures/default.d.ts.map +1 -0
  6699. package/lib/template/battle-requests/test/index.stories.d.ts +45 -0
  6700. package/lib/template/battle-requests/test/index.stories.d.ts.map +1 -0
  6701. package/lib/template/cockpit/jw-uploader/index.d.ts +41 -0
  6702. package/lib/template/cockpit/jw-uploader/index.d.ts.map +1 -0
  6703. package/lib/template/cockpit/jw-uploader/test/fixtures/default.d.ts +17 -0
  6704. package/lib/template/cockpit/jw-uploader/test/fixtures/default.d.ts.map +1 -0
  6705. package/lib/template/cockpit/jw-uploader/test/index.stories.d.ts +60 -0
  6706. package/lib/template/cockpit/jw-uploader/test/index.stories.d.ts.map +1 -0
  6707. package/lib/template/common/authors/index.d.ts +54 -0
  6708. package/lib/template/common/authors/index.d.ts.map +1 -0
  6709. package/lib/template/common/authors/test/fixtures/default.d.ts +22 -0
  6710. package/lib/template/common/authors/test/fixtures/default.d.ts.map +1 -0
  6711. package/lib/template/common/authors/test/fixtures/no-socials.d.ts +18 -0
  6712. package/lib/template/common/authors/test/fixtures/no-socials.d.ts.map +1 -0
  6713. package/lib/template/common/authors/test/index.stories.d.ts +44 -0
  6714. package/lib/template/common/authors/test/index.stories.d.ts.map +1 -0
  6715. package/lib/template/common/coorp-header/content.d.ts +28 -0
  6716. package/lib/template/common/coorp-header/content.d.ts.map +1 -0
  6717. package/lib/template/common/coorp-header/index.d.ts +11 -0
  6718. package/lib/template/common/coorp-header/index.d.ts.map +1 -0
  6719. package/lib/template/common/coorp-header/test/fixtures/production.d.ts +9 -0
  6720. package/lib/template/common/coorp-header/test/fixtures/production.d.ts.map +1 -0
  6721. package/lib/template/common/coorp-header/test/fixtures/staging.d.ts +9 -0
  6722. package/lib/template/common/coorp-header/test/fixtures/staging.d.ts.map +1 -0
  6723. package/lib/template/common/coorp-header/test/index.stories.d.ts +30 -0
  6724. package/lib/template/common/coorp-header/test/index.stories.d.ts.map +1 -0
  6725. package/lib/template/common/dashboard/index.d.ts +61 -0
  6726. package/lib/template/common/dashboard/index.d.ts.map +1 -0
  6727. package/lib/template/common/dashboard/test/fixtures/cookie-dashboard.d.ts +37 -0
  6728. package/lib/template/common/dashboard/test/fixtures/cookie-dashboard.d.ts.map +1 -0
  6729. package/lib/template/common/dashboard/test/fixtures/cookie-settings-dashboard.d.ts +67 -0
  6730. package/lib/template/common/dashboard/test/fixtures/cookie-settings-dashboard.d.ts.map +1 -0
  6731. package/lib/template/common/dashboard/test/fixtures/default.d.ts +14 -0
  6732. package/lib/template/common/dashboard/test/fixtures/default.d.ts.map +1 -0
  6733. package/lib/template/common/dashboard/test/fixtures/empty-requests.d.ts +14 -0
  6734. package/lib/template/common/dashboard/test/fixtures/empty-requests.d.ts.map +1 -0
  6735. package/lib/template/common/dashboard/test/fixtures/with-hero-card.d.ts +23 -0
  6736. package/lib/template/common/dashboard/test/fixtures/with-hero-card.d.ts.map +1 -0
  6737. package/lib/template/common/dashboard/test/index.stories.d.ts +214 -0
  6738. package/lib/template/common/dashboard/test/index.stories.d.ts.map +1 -0
  6739. package/lib/template/common/discipline/index.d.ts +130 -0
  6740. package/lib/template/common/discipline/index.d.ts.map +1 -0
  6741. package/lib/template/common/discipline/test/fixtures/add-to-my-list.d.ts +106 -0
  6742. package/lib/template/common/discipline/test/fixtures/add-to-my-list.d.ts.map +1 -0
  6743. package/lib/template/common/discipline/test/fixtures/arabic.d.ts +72 -0
  6744. package/lib/template/common/discipline/test/fixtures/arabic.d.ts.map +1 -0
  6745. package/lib/template/common/discipline/test/fixtures/default.d.ts +113 -0
  6746. package/lib/template/common/discipline/test/fixtures/default.d.ts.map +1 -0
  6747. package/lib/template/common/discipline/test/fixtures/disable-add-to-my-list.d.ts +5 -0
  6748. package/lib/template/common/discipline/test/fixtures/disable-add-to-my-list.d.ts.map +1 -0
  6749. package/lib/template/common/discipline/test/fixtures/disable-share-and-add-to-my-list.d.ts +5 -0
  6750. package/lib/template/common/discipline/test/fixtures/disable-share-and-add-to-my-list.d.ts.map +1 -0
  6751. package/lib/template/common/discipline/test/fixtures/disable-share.d.ts +5 -0
  6752. package/lib/template/common/discipline/test/fixtures/disable-share.d.ts.map +1 -0
  6753. package/lib/template/common/discipline/test/fixtures/double-author.d.ts +5 -0
  6754. package/lib/template/common/discipline/test/fixtures/double-author.d.ts.map +1 -0
  6755. package/lib/template/common/discipline/test/fixtures/empty.d.ts +7 -0
  6756. package/lib/template/common/discipline/test/fixtures/empty.d.ts.map +1 -0
  6757. package/lib/template/common/discipline/test/fixtures/external-course-with-video.d.ts +61 -0
  6758. package/lib/template/common/discipline/test/fixtures/external-course-with-video.d.ts.map +1 -0
  6759. package/lib/template/common/discipline/test/fixtures/external-course-without-image.d.ts +42 -0
  6760. package/lib/template/common/discipline/test/fixtures/external-course-without-image.d.ts.map +1 -0
  6761. package/lib/template/common/discipline/test/fixtures/external-course.d.ts +45 -0
  6762. package/lib/template/common/discipline/test/fixtures/external-course.d.ts.map +1 -0
  6763. package/lib/template/common/discipline/test/fixtures/jwplayer.d.ts +5 -0
  6764. package/lib/template/common/discipline/test/fixtures/jwplayer.d.ts.map +1 -0
  6765. package/lib/template/common/discipline/test/fixtures/loading.d.ts +5 -0
  6766. package/lib/template/common/discipline/test/fixtures/loading.d.ts.map +1 -0
  6767. package/lib/template/common/discipline/test/fixtures/no-author.d.ts +87 -0
  6768. package/lib/template/common/discipline/test/fixtures/no-author.d.ts.map +1 -0
  6769. package/lib/template/common/discipline/test/fixtures/no-video.d.ts +5 -0
  6770. package/lib/template/common/discipline/test/fixtures/no-video.d.ts.map +1 -0
  6771. package/lib/template/common/discipline/test/fixtures/share.d.ts +104 -0
  6772. package/lib/template/common/discipline/test/fixtures/share.d.ts.map +1 -0
  6773. package/lib/template/common/discipline/test/fixtures/vimeo.d.ts +5 -0
  6774. package/lib/template/common/discipline/test/fixtures/vimeo.d.ts.map +1 -0
  6775. package/lib/template/common/discipline/test/fixtures/with-onclick.d.ts +5 -0
  6776. package/lib/template/common/discipline/test/fixtures/with-onclick.d.ts.map +1 -0
  6777. package/lib/template/common/discipline/test/index.stories.d.ts +751 -0
  6778. package/lib/template/common/discipline/test/index.stories.d.ts.map +1 -0
  6779. package/lib/template/common/search-page/index.d.ts +97 -0
  6780. package/lib/template/common/search-page/index.d.ts.map +1 -0
  6781. package/lib/template/common/search-page/test/fixtures/default.d.ts +12 -0
  6782. package/lib/template/common/search-page/test/fixtures/default.d.ts.map +1 -0
  6783. package/lib/template/common/search-page/test/fixtures/no-result-with-recommendations.d.ts +64 -0
  6784. package/lib/template/common/search-page/test/fixtures/no-result-with-recommendations.d.ts.map +1 -0
  6785. package/lib/template/common/search-page/test/fixtures/no-result.d.ts +58 -0
  6786. package/lib/template/common/search-page/test/fixtures/no-result.d.ts.map +1 -0
  6787. package/lib/template/common/search-page/test/index.stories.d.ts +225 -0
  6788. package/lib/template/common/search-page/test/index.stories.d.ts.map +1 -0
  6789. package/lib/template/external-course/index.d.ts +55 -0
  6790. package/lib/template/external-course/index.d.ts.map +1 -0
  6791. package/lib/template/external-course/test/fixtures/arabic.d.ts +21 -0
  6792. package/lib/template/external-course/test/fixtures/arabic.d.ts.map +1 -0
  6793. package/lib/template/external-course/test/fixtures/article.d.ts +21 -0
  6794. package/lib/template/external-course/test/fixtures/article.d.ts.map +1 -0
  6795. package/lib/template/external-course/test/fixtures/default.d.ts +26 -0
  6796. package/lib/template/external-course/test/fixtures/default.d.ts.map +1 -0
  6797. package/lib/template/external-course/test/fixtures/h5p.d.ts +10 -0
  6798. package/lib/template/external-course/test/fixtures/h5p.d.ts.map +1 -0
  6799. package/lib/template/external-course/test/fixtures/loading.d.ts +27 -0
  6800. package/lib/template/external-course/test/fixtures/loading.d.ts.map +1 -0
  6801. package/lib/template/external-course/test/fixtures/pdf-mobile.d.ts +11 -0
  6802. package/lib/template/external-course/test/fixtures/pdf-mobile.d.ts.map +1 -0
  6803. package/lib/template/external-course/test/fixtures/pdf-no-mobile.d.ts +21 -0
  6804. package/lib/template/external-course/test/fixtures/pdf-no-mobile.d.ts.map +1 -0
  6805. package/lib/template/external-course/test/fixtures/podcast-cockpit-mode.d.ts +5 -0
  6806. package/lib/template/external-course/test/fixtures/podcast-cockpit-mode.d.ts.map +1 -0
  6807. package/lib/template/external-course/test/fixtures/podcast-no-background.d.ts +20 -0
  6808. package/lib/template/external-course/test/fixtures/podcast-no-background.d.ts.map +1 -0
  6809. package/lib/template/external-course/test/fixtures/podcast.d.ts +5 -0
  6810. package/lib/template/external-course/test/fixtures/podcast.d.ts.map +1 -0
  6811. package/lib/template/external-course/test/fixtures/video.d.ts +20 -0
  6812. package/lib/template/external-course/test/fixtures/video.d.ts.map +1 -0
  6813. package/lib/template/external-course/test/fixtures/youtube-podcast.d.ts +5 -0
  6814. package/lib/template/external-course/test/fixtures/youtube-podcast.d.ts.map +1 -0
  6815. package/lib/template/external-course/test/index.stories.d.ts +170 -0
  6816. package/lib/template/external-course/test/index.stories.d.ts.map +1 -0
  6817. package/lib/template/review-dashboard-skills/index.d.ts +52 -0
  6818. package/lib/template/review-dashboard-skills/index.d.ts.map +1 -0
  6819. package/lib/template/review-dashboard-skills/test/fixtures/loading.d.ts +36 -0
  6820. package/lib/template/review-dashboard-skills/test/fixtures/loading.d.ts.map +1 -0
  6821. package/lib/template/review-dashboard-skills/test/fixtures/many-skills.d.ts +48 -0
  6822. package/lib/template/review-dashboard-skills/test/fixtures/many-skills.d.ts.map +1 -0
  6823. package/lib/template/review-dashboard-skills/test/fixtures/no-skills.d.ts +38 -0
  6824. package/lib/template/review-dashboard-skills/test/fixtures/no-skills.d.ts.map +1 -0
  6825. package/lib/template/review-dashboard-skills/test/index.stories.d.ts +174 -0
  6826. package/lib/template/review-dashboard-skills/test/index.stories.d.ts.map +1 -0
  6827. package/lib/template/teams-dashboard/index.d.ts +46 -0
  6828. package/lib/template/teams-dashboard/index.d.ts.map +1 -0
  6829. package/lib/template/teams-dashboard/test/fixtures/default.d.ts +31 -0
  6830. package/lib/template/teams-dashboard/test/fixtures/default.d.ts.map +1 -0
  6831. package/lib/template/teams-dashboard/test/fixtures/is-loading.d.ts +26 -0
  6832. package/lib/template/teams-dashboard/test/fixtures/is-loading.d.ts.map +1 -0
  6833. package/lib/template/teams-dashboard/test/fixtures/mobile.d.ts +15 -0
  6834. package/lib/template/teams-dashboard/test/fixtures/mobile.d.ts.map +1 -0
  6835. package/lib/template/teams-dashboard/test/index.stories.d.ts +123 -0
  6836. package/lib/template/teams-dashboard/test/index.stories.d.ts.map +1 -0
  6837. package/lib/test/helpers/mock-mobile-context.d.ts +11 -0
  6838. package/lib/test/helpers/mock-mobile-context.d.ts.map +1 -0
  6839. package/lib/test/helpers/mocked-gesture-event.d.ts +4 -0
  6840. package/lib/test/helpers/mocked-gesture-event.d.ts.map +1 -0
  6841. package/lib/types/translations.d.ts +12 -0
  6842. package/lib/types/translations.d.ts.map +1 -0
  6843. package/lib/util/bubbling.d.ts +3 -0
  6844. package/lib/util/bubbling.d.ts.map +1 -0
  6845. package/lib/util/build-query-string.d.ts +6 -0
  6846. package/lib/util/build-query-string.d.ts.map +1 -0
  6847. package/lib/util/button-icons.d.ts +18 -0
  6848. package/lib/util/button-icons.d.ts.map +1 -0
  6849. package/lib/util/constants.d.ts +2 -0
  6850. package/lib/util/constants.d.ts.map +1 -0
  6851. package/lib/util/external-content.d.ts +28 -0
  6852. package/lib/util/external-content.d.ts.map +1 -0
  6853. package/lib/util/get-class-state.d.ts +3 -0
  6854. package/lib/util/get-class-state.d.ts.map +1 -0
  6855. package/lib/util/get-clean-uri.d.ts +3 -0
  6856. package/lib/util/get-clean-uri.d.ts.map +1 -0
  6857. package/lib/util/get-resized-image.d.ts +8 -0
  6858. package/lib/util/get-resized-image.d.ts.map +1 -0
  6859. package/lib/util/get-shadow-box-color-from-primary.d.ts +2 -0
  6860. package/lib/util/get-shadow-box-color-from-primary.d.ts.map +1 -0
  6861. package/lib/util/image.d.ts +5 -0
  6862. package/lib/util/image.d.ts.map +1 -0
  6863. package/lib/util/navigation.d.ts +5 -0
  6864. package/lib/util/navigation.d.ts.map +1 -0
  6865. package/lib/util/parse-template-string.d.ts +3 -0
  6866. package/lib/util/parse-template-string.d.ts.map +1 -0
  6867. package/lib/util/proptypes.d.ts +8 -0
  6868. package/lib/util/proptypes.d.ts.map +1 -0
  6869. package/lib/variables/analytics.d.ts +28 -0
  6870. package/lib/variables/analytics.d.ts.map +1 -0
  6871. package/lib/variables/brand.native.d.ts +19 -0
  6872. package/lib/variables/brand.native.d.ts.map +1 -0
  6873. package/lib/variables/colors.d.ts +8 -0
  6874. package/lib/variables/colors.d.ts.map +1 -0
  6875. package/lib/variables/shadow.d.ts +13 -0
  6876. package/lib/variables/shadow.d.ts.map +1 -0
  6877. package/lib/variables/theme.native.d.ts +70 -0
  6878. package/lib/variables/theme.native.d.ts.map +1 -0
  6879. package/lib/variables/vibration.d.ts +9 -0
  6880. package/lib/variables/vibration.d.ts.map +1 -0
  6881. package/package.json +12 -7
@@ -0,0 +1,3307 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ title: string;
4
+ component: {
5
+ (props: any): JSX.Element;
6
+ defaultProps: {
7
+ notifications: never[];
8
+ };
9
+ propTypes: {
10
+ notifications: import("prop-types").Requireable<(import("prop-types").InferProps<{
11
+ bannerKey: import("prop-types").Requireable<string>;
12
+ type: import("prop-types").Requireable<string>;
13
+ message: import("prop-types").Validator<string>;
14
+ firstCTA: import("prop-types").Requireable<(...args: any[]) => any>;
15
+ firstCTALabel: import("prop-types").Requireable<string>;
16
+ secondCTALabel: import("prop-types").Requireable<string>;
17
+ secondCTA: import("prop-types").Requireable<(...args: any[]) => any>;
18
+ temporary: import("prop-types").Requireable<boolean>;
19
+ onEnd: import("prop-types").Requireable<(...args: any[]) => any>;
20
+ }> | null | undefined)[]>;
21
+ header: import("prop-types").Requireable<import("prop-types").InferProps<{
22
+ items: import("prop-types").Requireable<import("prop-types").InferProps<{
23
+ seeMyPlatform: import("prop-types").Requireable<import("prop-types").InferProps<{
24
+ type: import("prop-types").Requireable<string>;
25
+ label: import("prop-types").Requireable<string>;
26
+ 'aria-label': import("prop-types").Requireable<string>;
27
+ 'data-name': import("prop-types").Requireable<string>;
28
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
29
+ position: import("prop-types").Requireable<string>;
30
+ type: import("prop-types").Requireable<string>;
31
+ }>>;
32
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
33
+ link: import("prop-types").Requireable<import("prop-types").InferProps<{
34
+ href: import("prop-types").Requireable<string>;
35
+ download: import("prop-types").Requireable<boolean>;
36
+ target: import("prop-types").Requireable<string>;
37
+ }>>;
38
+ disabled: import("prop-types").Requireable<boolean>;
39
+ className: import("prop-types").Requireable<string>;
40
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
41
+ }>>;
42
+ logOut: import("prop-types").Requireable<import("prop-types").InferProps<{
43
+ type: import("prop-types").Requireable<string>;
44
+ label: import("prop-types").Requireable<string>;
45
+ 'aria-label': import("prop-types").Requireable<string>;
46
+ 'data-name': import("prop-types").Requireable<string>;
47
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
48
+ position: import("prop-types").Requireable<string>;
49
+ type: import("prop-types").Requireable<string>;
50
+ }>>;
51
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
52
+ link: import("prop-types").Requireable<import("prop-types").InferProps<{
53
+ href: import("prop-types").Requireable<string>;
54
+ download: import("prop-types").Requireable<boolean>;
55
+ target: import("prop-types").Requireable<string>;
56
+ }>>;
57
+ disabled: import("prop-types").Requireable<boolean>;
58
+ className: import("prop-types").Requireable<string>;
59
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
60
+ }>>;
61
+ globalAnalytics: import("prop-types").Requireable<import("prop-types").InferProps<{
62
+ type: import("prop-types").Requireable<string>;
63
+ label: import("prop-types").Requireable<string>;
64
+ 'aria-label': import("prop-types").Requireable<string>;
65
+ 'data-name': import("prop-types").Requireable<string>;
66
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
67
+ position: import("prop-types").Requireable<string>;
68
+ type: import("prop-types").Requireable<string>;
69
+ }>>;
70
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
71
+ link: import("prop-types").Requireable<import("prop-types").InferProps<{
72
+ href: import("prop-types").Requireable<string>;
73
+ download: import("prop-types").Requireable<boolean>;
74
+ target: import("prop-types").Requireable<string>;
75
+ }>>;
76
+ disabled: import("prop-types").Requireable<boolean>;
77
+ className: import("prop-types").Requireable<string>;
78
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
79
+ }>>;
80
+ platformList: import("prop-types").Requireable<import("prop-types").InferProps<{
81
+ type: import("prop-types").Requireable<string>;
82
+ label: import("prop-types").Requireable<string>;
83
+ 'aria-label': import("prop-types").Requireable<string>;
84
+ 'data-name': import("prop-types").Requireable<string>;
85
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
86
+ position: import("prop-types").Requireable<string>;
87
+ type: import("prop-types").Requireable<string>;
88
+ }>>;
89
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
90
+ link: import("prop-types").Requireable<import("prop-types").InferProps<{
91
+ href: import("prop-types").Requireable<string>;
92
+ download: import("prop-types").Requireable<boolean>;
93
+ target: import("prop-types").Requireable<string>;
94
+ }>>;
95
+ disabled: import("prop-types").Requireable<boolean>;
96
+ className: import("prop-types").Requireable<string>;
97
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
98
+ }>>;
99
+ }>>;
100
+ platformName: import("prop-types").Requireable<string>;
101
+ isDashboard: import("prop-types").Requireable<boolean>;
102
+ isHome: import("prop-types").Requireable<boolean>;
103
+ href: import("prop-types").Requireable<string>;
104
+ user: import("prop-types").Requireable<import("prop-types").InferProps<{
105
+ username: import("prop-types").Requireable<string>;
106
+ image: import("prop-types").Requireable<string>;
107
+ }>>;
108
+ logo: import("prop-types").Requireable<any>;
109
+ logoMobile: import("prop-types").Requireable<any>;
110
+ }>>;
111
+ items: import("prop-types").Validator<(import("prop-types").InferProps<{
112
+ key: import("prop-types").Requireable<string>;
113
+ title: import("prop-types").Validator<string>;
114
+ href: import("prop-types").Validator<string>;
115
+ selected: import("prop-types").Validator<boolean>;
116
+ type: import("prop-types").Requireable<string>;
117
+ tabs: import("prop-types").Requireable<(import("prop-types").InferProps<{
118
+ title: import("prop-types").Validator<string>;
119
+ href: import("prop-types").Validator<string>;
120
+ selected: import("prop-types").Validator<boolean>;
121
+ type: import("prop-types").Requireable<string>;
122
+ subTabs: import("prop-types").Requireable<(import("prop-types").InferProps<{
123
+ title: import("prop-types").Validator<string>;
124
+ href: import("prop-types").Validator<string>;
125
+ selected: import("prop-types").Validator<boolean>;
126
+ type: import("prop-types").Requireable<string>;
127
+ }> | null | undefined)[]>;
128
+ }> | null | undefined)[]>;
129
+ }> | null | undefined)[]>;
130
+ content: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
131
+ key: import("prop-types").Requireable<string>;
132
+ type: import("prop-types").Requireable<string>;
133
+ groups: import("prop-types").Validator<(import("prop-types").InferProps<{
134
+ title: import("prop-types").Requireable<string>;
135
+ subtitle: import("prop-types").Requireable<string>;
136
+ fieldsLayout: import("prop-types").Requireable<string>;
137
+ groupLayout: import("prop-types").Requireable<string>;
138
+ fields: import("prop-types").Requireable<(NonNullable<import("prop-types").InferProps<{
139
+ autoFocus: import("prop-types").Requireable<boolean>;
140
+ title: import("prop-types").Requireable<string>;
141
+ placeholder: import("prop-types").Requireable<string>;
142
+ defaultValue: import("prop-types").Requireable<string>;
143
+ theme: import("prop-types").Requireable<string>;
144
+ disabled: import("prop-types").Requireable<boolean>;
145
+ value: import("prop-types").Requireable<string>;
146
+ hint: import("prop-types").Requireable<string>;
147
+ error: import("prop-types").Requireable<string>;
148
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
149
+ description: import("prop-types").Requireable<string>;
150
+ modified: import("prop-types").Requireable<boolean>;
151
+ valid: import("prop-types").Requireable<boolean>;
152
+ 'aria-label': import("prop-types").Requireable<string>;
153
+ 'data-name': import("prop-types").Requireable<string>;
154
+ }> | import("prop-types").InferProps<{
155
+ type: import("prop-types").Requireable<string>;
156
+ size: import("prop-types").Requireable<string>;
157
+ title: import("prop-types").Requireable<string>;
158
+ placeholder: import("prop-types").Requireable<string>;
159
+ value: import("prop-types").Requireable<string>;
160
+ description: import("prop-types").Requireable<string>;
161
+ required: import("prop-types").Requireable<boolean>;
162
+ modified: import("prop-types").Requireable<boolean>;
163
+ error: import("prop-types").Requireable<boolean>;
164
+ suggestions: import("prop-types").Requireable<(import("prop-types").InferProps<{
165
+ name: import("prop-types").Requireable<string>;
166
+ value: import("prop-types").Requireable<NonNullable<string | number | null | undefined>>;
167
+ }> | null | undefined)[]>;
168
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
169
+ onFetch: import("prop-types").Requireable<(...args: any[]) => any>;
170
+ onClear: import("prop-types").Requireable<(...args: any[]) => any>;
171
+ onBlur: import("prop-types").Requireable<(...args: any[]) => any>;
172
+ onSuggestionSelected: import("prop-types").Requireable<(...args: any[]) => any>;
173
+ }> | import("prop-types").InferProps<{
174
+ type: import("prop-types").Requireable<string>;
175
+ title: import("prop-types").Validator<string>;
176
+ value: import("prop-types").Requireable<string>;
177
+ description: import("prop-types").Requireable<string>;
178
+ }> | import("prop-types").InferProps<{
179
+ type: import("prop-types").Requireable<string>;
180
+ title: import("prop-types").Requireable<string>;
181
+ name: import("prop-types").Requireable<string>;
182
+ id: import("prop-types").Requireable<string>;
183
+ value: import("prop-types").Requireable<boolean>;
184
+ disabled: import("prop-types").Requireable<boolean>;
185
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
186
+ description: import("prop-types").Requireable<string>;
187
+ modified: import("prop-types").Requireable<boolean>;
188
+ titlePosition: import("prop-types").Requireable<string>;
189
+ theme: import("prop-types").Requireable<string>;
190
+ details: import("prop-types").Requireable<string>;
191
+ 'data-name': import("prop-types").Requireable<string>;
192
+ requiredSelection: import("prop-types").Requireable<boolean>;
193
+ }> | import("prop-types").InferProps<{
194
+ type: import("prop-types").Requireable<string>;
195
+ title: import("prop-types").Requireable<string>;
196
+ placeholder: import("prop-types").Requireable<string>;
197
+ disabled: import("prop-types").Requireable<boolean>;
198
+ value: import("prop-types").Requireable<string>;
199
+ error: import("prop-types").Requireable<string>;
200
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
201
+ description: import("prop-types").Requireable<string>;
202
+ }> | import("prop-types").InferProps<{
203
+ type: import("prop-types").Requireable<string>;
204
+ description?: import("prop-types").Requireable<string> | undefined;
205
+ toggleValue: import("prop-types").Validator<string>;
206
+ onClick: import("prop-types").Validator<(...args: any[]) => any>;
207
+ onOpenConfirmation: import("prop-types").Requireable<(...args: any[]) => any>;
208
+ onCloseConfirmation: import("prop-types").Requireable<(...args: any[]) => any>;
209
+ }> | import("prop-types").InferProps<{
210
+ type: import("prop-types").Requireable<string>;
211
+ size: import("prop-types").Requireable<string>;
212
+ title: import("prop-types").Requireable<string>;
213
+ name: import("prop-types").Requireable<string>;
214
+ className: import("prop-types").Requireable<string>;
215
+ borderClassName: import("prop-types").Requireable<string>;
216
+ disabled: import("prop-types").Requireable<boolean>;
217
+ multiple: import("prop-types").Requireable<boolean>;
218
+ description: import("prop-types").Requireable<string>;
219
+ required: import("prop-types").Requireable<boolean>;
220
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
221
+ theme: import("prop-types").Requireable<string>;
222
+ options: import("prop-types").Requireable<(import("prop-types").InferProps<{
223
+ name: import("prop-types").Validator<string>;
224
+ value: import("prop-types").Requireable<NonNullable<string | number | null | undefined>>;
225
+ selected: import("prop-types").Requireable<boolean>;
226
+ validOption: import("prop-types").Requireable<boolean>;
227
+ }> | null | undefined)[]>;
228
+ modified: import("prop-types").Requireable<boolean>;
229
+ error: import("prop-types").Requireable<boolean>;
230
+ }> | import("prop-types").InferProps<{
231
+ type: import("prop-types").Requireable<string>;
232
+ title: import("prop-types").Validator<string>;
233
+ disabled: import("prop-types").Requireable<boolean>;
234
+ required: import("prop-types").Requireable<boolean>;
235
+ checked: import("prop-types").Requireable<boolean>;
236
+ error: import("prop-types").Requireable<boolean>;
237
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
238
+ modified: import("prop-types").Requireable<boolean>;
239
+ noLabelMargins: import("prop-types").Requireable<boolean>;
240
+ theme: import("prop-types").Requireable<string>;
241
+ titleStyle: import("prop-types").Requireable<string>;
242
+ }> | import("prop-types").InferProps<{
243
+ type: import("prop-types").Requireable<string>;
244
+ name: import("prop-types").Requireable<string>;
245
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
246
+ onReset: import("prop-types").Requireable<(...args: any[]) => any>;
247
+ imageTypes: import("prop-types").Requireable<any[]>;
248
+ error: import("prop-types").Requireable<string>;
249
+ buttonAriaLabel: import("prop-types").Requireable<string>;
250
+ errorButtonLabel: import("prop-types").Requireable<string>;
251
+ title: import("prop-types").Requireable<string>;
252
+ description: import("prop-types").Requireable<string>;
253
+ uploadLabel: import("prop-types").Requireable<string>;
254
+ previewLabel: import("prop-types").Requireable<string>;
255
+ previewContent: import("prop-types").Requireable<import("prop-types").InferProps<{
256
+ type: import("prop-types").Requireable<string>;
257
+ src: import("prop-types").Requireable<string>;
258
+ label: import("prop-types").Requireable<string>;
259
+ }>>;
260
+ loading: import("prop-types").Requireable<boolean>;
261
+ modified: import("prop-types").Requireable<boolean>;
262
+ disabled: import("prop-types").Requireable<boolean>;
263
+ children: import("prop-types").Requireable<(...args: any[]) => any>;
264
+ }> | import("prop-types").InferProps<{
265
+ type: import("prop-types").Requireable<string>;
266
+ tabProps: import("prop-types").Requireable<(import("prop-types").InferProps<{
267
+ tabProps: import("prop-types").Requireable<(import("prop-types").InferProps<{
268
+ children: import("prop-types").Requireable<import("prop-types").ReactNodeLike[]>;
269
+ tabProps: import("prop-types").Requireable<(import("prop-types").InferProps<{
270
+ title: import("prop-types").Requireable<string>;
271
+ iconType: import("prop-types").Requireable<string>;
272
+ isOpen: import("prop-types").Requireable<boolean>;
273
+ }> | null | undefined)[]>;
274
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
275
+ theme: import("prop-types").Requireable<string>;
276
+ }> | null | undefined)[]>;
277
+ oneTabOnly: import("prop-types").Requireable<boolean>;
278
+ theme: import("prop-types").Requireable<string>;
279
+ children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
280
+ }> | null | undefined)[]>;
281
+ slides: import("prop-types").Requireable<(import("prop-types").InferProps<{
282
+ fields: import("prop-types").Requireable<(NonNullable<import("prop-types").InferProps<{
283
+ autoFocus: import("prop-types").Requireable<boolean>;
284
+ title: import("prop-types").Requireable<string>;
285
+ placeholder: import("prop-types").Requireable<string>;
286
+ defaultValue: import("prop-types").Requireable<string>;
287
+ theme: import("prop-types").Requireable<string>;
288
+ disabled: import("prop-types").Requireable<boolean>;
289
+ value: import("prop-types").Requireable<string>;
290
+ hint: import("prop-types").Requireable<string>;
291
+ error: import("prop-types").Requireable<string>;
292
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
293
+ description: import("prop-types").Requireable<string>;
294
+ modified: import("prop-types").Requireable<boolean>;
295
+ valid: import("prop-types").Requireable<boolean>;
296
+ 'aria-label': import("prop-types").Requireable<string>;
297
+ 'data-name': import("prop-types").Requireable<string>;
298
+ }> | import("prop-types").InferProps<{
299
+ type: import("prop-types").Requireable<string>;
300
+ title: import("prop-types").Requireable<string>;
301
+ name: import("prop-types").Requireable<string>;
302
+ id: import("prop-types").Requireable<string>;
303
+ value: import("prop-types").Requireable<boolean>;
304
+ disabled: import("prop-types").Requireable<boolean>;
305
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
306
+ description: import("prop-types").Requireable<string>;
307
+ modified: import("prop-types").Requireable<boolean>;
308
+ titlePosition: import("prop-types").Requireable<string>;
309
+ theme: import("prop-types").Requireable<string>;
310
+ details: import("prop-types").Requireable<string>;
311
+ 'data-name': import("prop-types").Requireable<string>;
312
+ requiredSelection: import("prop-types").Requireable<boolean>;
313
+ }> | import("prop-types").InferProps<{
314
+ type: import("prop-types").Requireable<string>;
315
+ title: import("prop-types").Requireable<string>;
316
+ name: import("prop-types").Requireable<string>;
317
+ className: import("prop-types").Requireable<string>;
318
+ borderClassName: import("prop-types").Requireable<string>;
319
+ disabled: import("prop-types").Requireable<boolean>;
320
+ multiple: import("prop-types").Requireable<boolean>;
321
+ description: import("prop-types").Requireable<string>;
322
+ required: import("prop-types").Requireable<boolean>;
323
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
324
+ theme: import("prop-types").Requireable<string>;
325
+ options: import("prop-types").Requireable<(import("prop-types").InferProps<{
326
+ name: import("prop-types").Validator<string>;
327
+ value: import("prop-types").Requireable<NonNullable<string | number | null | undefined>>;
328
+ selected: import("prop-types").Requireable<boolean>;
329
+ validOption: import("prop-types").Requireable<boolean>;
330
+ }> | null | undefined)[]>;
331
+ modified: import("prop-types").Requireable<boolean>;
332
+ error: import("prop-types").Requireable<boolean>;
333
+ }> | import("prop-types").InferProps<{
334
+ type: import("prop-types").Requireable<string>;
335
+ title: import("prop-types").Validator<string>;
336
+ disabled: import("prop-types").Requireable<boolean>;
337
+ required: import("prop-types").Requireable<boolean>;
338
+ checked: import("prop-types").Requireable<boolean>;
339
+ error: import("prop-types").Requireable<boolean>;
340
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
341
+ modified: import("prop-types").Requireable<boolean>;
342
+ noLabelMargins: import("prop-types").Requireable<boolean>;
343
+ theme: import("prop-types").Requireable<string>;
344
+ titleStyle: import("prop-types").Requireable<string>;
345
+ }> | import("prop-types").InferProps<{
346
+ type: import("prop-types").Requireable<string>;
347
+ name: import("prop-types").Requireable<string>;
348
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
349
+ onReset: import("prop-types").Requireable<(...args: any[]) => any>;
350
+ imageTypes: import("prop-types").Requireable<any[]>;
351
+ error: import("prop-types").Requireable<string>;
352
+ buttonAriaLabel: import("prop-types").Requireable<string>;
353
+ errorButtonLabel: import("prop-types").Requireable<string>;
354
+ title: import("prop-types").Requireable<string>;
355
+ description: import("prop-types").Requireable<string>;
356
+ uploadLabel: import("prop-types").Requireable<string>;
357
+ previewLabel: import("prop-types").Requireable<string>;
358
+ previewContent: import("prop-types").Requireable<import("prop-types").InferProps<{
359
+ type: import("prop-types").Requireable<string>;
360
+ src: import("prop-types").Requireable<string>;
361
+ label: import("prop-types").Requireable<string>;
362
+ }>>;
363
+ loading: import("prop-types").Requireable<boolean>;
364
+ modified: import("prop-types").Requireable<boolean>;
365
+ disabled: import("prop-types").Requireable<boolean>;
366
+ children: import("prop-types").Requireable<(...args: any[]) => any>;
367
+ }> | import("prop-types").InferProps<{
368
+ type: import("prop-types").Requireable<string>;
369
+ title: import("prop-types").Validator<string>;
370
+ value: import("prop-types").Requireable<string>;
371
+ description: import("prop-types").Requireable<string>;
372
+ }> | import("prop-types").InferProps<{
373
+ type: import("prop-types").Requireable<string>;
374
+ description?: import("prop-types").Requireable<string> | undefined;
375
+ toggleValue: import("prop-types").Validator<string>;
376
+ onClick: import("prop-types").Validator<(...args: any[]) => any>;
377
+ onOpenConfirmation: import("prop-types").Requireable<(...args: any[]) => any>;
378
+ onCloseConfirmation: import("prop-types").Requireable<(...args: any[]) => any>;
379
+ }> | import("prop-types").InferProps<{
380
+ type: import("prop-types").Requireable<string>;
381
+ field: import("prop-types").Requireable<import("prop-types").InferProps<{
382
+ leftSection: import("prop-types").Requireable<import("prop-types").InferProps<{
383
+ title: import("prop-types").Validator<string>;
384
+ values: import("prop-types").Validator<(import("prop-types").InferProps<{
385
+ title: import("prop-types").Validator<string>;
386
+ disabled: import("prop-types").Requireable<boolean>;
387
+ required: import("prop-types").Requireable<boolean>;
388
+ checked: import("prop-types").Requireable<boolean>;
389
+ error: import("prop-types").Requireable<boolean>;
390
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
391
+ modified: import("prop-types").Requireable<boolean>;
392
+ noLabelMargins: import("prop-types").Requireable<boolean>;
393
+ theme: import("prop-types").Requireable<string>;
394
+ titleStyle: import("prop-types").Requireable<string>;
395
+ }> | null | undefined)[]>;
396
+ required: import("prop-types").Requireable<boolean>;
397
+ }>>;
398
+ rightSection: import("prop-types").Requireable<import("prop-types").InferProps<{
399
+ title: import("prop-types").Validator<string>;
400
+ values: import("prop-types").Validator<(import("prop-types").InferProps<{
401
+ title: import("prop-types").Validator<string>;
402
+ disabled: import("prop-types").Requireable<boolean>;
403
+ required: import("prop-types").Requireable<boolean>;
404
+ checked: import("prop-types").Requireable<boolean>;
405
+ error: import("prop-types").Requireable<boolean>;
406
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
407
+ modified: import("prop-types").Requireable<boolean>;
408
+ noLabelMargins: import("prop-types").Requireable<boolean>;
409
+ theme: import("prop-types").Requireable<string>;
410
+ titleStyle: import("prop-types").Requireable<string>;
411
+ }> | null | undefined)[]>;
412
+ required: import("prop-types").Requireable<boolean>;
413
+ }>>;
414
+ }>>;
415
+ }> | import("prop-types").InferProps<{
416
+ type: import("prop-types").Requireable<string>;
417
+ header: import("prop-types").Requireable<string>;
418
+ content: import("prop-types").Requireable<string>;
419
+ }> | null | undefined> | null | undefined)[]>;
420
+ }> | null | undefined)[]>;
421
+ }> | import("prop-types").InferProps<{
422
+ type: import("prop-types").Requireable<string>;
423
+ sections: import("prop-types").Requireable<(import("prop-types").InferProps<{
424
+ title: import("prop-types").Validator<string>;
425
+ onUp: import("prop-types").Requireable<(...args: any[]) => any>;
426
+ onDown: import("prop-types").Requireable<(...args: any[]) => any>;
427
+ display: import("prop-types").Requireable<import("prop-types").InferProps<{
428
+ title: import("prop-types").Requireable<string>;
429
+ name: import("prop-types").Requireable<string>;
430
+ id: import("prop-types").Requireable<string>;
431
+ value: import("prop-types").Requireable<boolean>;
432
+ disabled: import("prop-types").Requireable<boolean>;
433
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
434
+ description: import("prop-types").Requireable<string>;
435
+ modified: import("prop-types").Requireable<boolean>;
436
+ titlePosition: import("prop-types").Requireable<string>;
437
+ theme: import("prop-types").Requireable<string>;
438
+ details: import("prop-types").Requireable<string>;
439
+ 'data-name': import("prop-types").Requireable<string>;
440
+ requiredSelection: import("prop-types").Requireable<boolean>;
441
+ }>>;
442
+ contentTypes: import("prop-types").Requireable<import("prop-types").InferProps<{
443
+ modified: import("prop-types").Requireable<boolean>;
444
+ color: import("prop-types").Requireable<string>;
445
+ theme: import("prop-types").Requireable<string>;
446
+ className: import("prop-types").Requireable<string>;
447
+ list: import("prop-types").Requireable<(import("prop-types").InferProps<{
448
+ color: import("prop-types").Requireable<string>;
449
+ value: import("prop-types").Validator<string>;
450
+ name: import("prop-types").Requireable<string>;
451
+ theme: import("prop-types").Requireable<string>;
452
+ checked: import("prop-types").Requireable<boolean>;
453
+ label: import("prop-types").Requireable<string>;
454
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
455
+ }> | null | undefined)[]>;
456
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
457
+ }>>;
458
+ }> | null | undefined)[]>;
459
+ loading: import("prop-types").Requireable<boolean>;
460
+ onDrop: import("prop-types").Requireable<(...args: any[]) => any>;
461
+ }> | import("prop-types").InferProps<{
462
+ type: import("prop-types").Requireable<string>;
463
+ title: import("prop-types").Requireable<string>;
464
+ warning: import("prop-types").Requireable<string>;
465
+ description: import("prop-types").Requireable<string>;
466
+ href: import("prop-types").Requireable<string>;
467
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
468
+ submitValue: import("prop-types").Requireable<string>;
469
+ }> | import("prop-types").InferProps<{
470
+ type: import("prop-types").Requireable<string>;
471
+ name: import("prop-types").Requireable<string>;
472
+ description: import("prop-types").Requireable<string>;
473
+ browse: import("prop-types").Requireable<string>;
474
+ status: import("prop-types").Requireable<string>;
475
+ onLoad: import("prop-types").Requireable<(...args: any[]) => any>;
476
+ }> | import("prop-types").InferProps<{
477
+ type: import("prop-types").Requireable<string>;
478
+ color: any;
479
+ submitValue: import("prop-types").Requireable<string>;
480
+ disabled: import("prop-types").Requireable<boolean>;
481
+ isLinkDisabled: import("prop-types").Requireable<boolean>;
482
+ href: import("prop-types").Requireable<string>;
483
+ download: import("prop-types").Requireable<boolean>;
484
+ target: import("prop-types").Requireable<string>;
485
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
486
+ children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
487
+ className: import("prop-types").Requireable<string>;
488
+ buttonContentClassName: import("prop-types").Requireable<string>;
489
+ style: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
490
+ 'data-name': import("prop-types").Requireable<string>;
491
+ }> | import("prop-types").InferProps<{
492
+ buttonType: import("prop-types").Requireable<string>;
493
+ type: import("prop-types").Requireable<string>;
494
+ label: import("prop-types").Requireable<string>;
495
+ 'aria-label': import("prop-types").Requireable<string>;
496
+ 'data-name': import("prop-types").Requireable<string>;
497
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
498
+ position: import("prop-types").Requireable<string>;
499
+ type: import("prop-types").Requireable<string>;
500
+ }>>;
501
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
502
+ link: import("prop-types").Requireable<import("prop-types").InferProps<{
503
+ href: import("prop-types").Requireable<string>;
504
+ download: import("prop-types").Requireable<boolean>;
505
+ target: import("prop-types").Requireable<string>;
506
+ }>>;
507
+ disabled: import("prop-types").Requireable<boolean>;
508
+ className: import("prop-types").Requireable<string>;
509
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
510
+ }> | import("prop-types").InferProps<{
511
+ type: import("prop-types").Requireable<string>;
512
+ title: import("prop-types").Requireable<string>;
513
+ placeholder: import("prop-types").Requireable<string>;
514
+ description: import("prop-types").Requireable<string>;
515
+ hint: import("prop-types").Requireable<string>;
516
+ options: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
517
+ selected: import("prop-types").Validator<boolean>;
518
+ name: import("prop-types").Validator<string>;
519
+ value: import("prop-types").Requireable<string>;
520
+ }>>[]>;
521
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
522
+ onError: import("prop-types").Requireable<(...args: any[]) => any>;
523
+ multiple: import("prop-types").Requireable<boolean>;
524
+ modified: import("prop-types").Requireable<boolean>;
525
+ disabled: import("prop-types").Requireable<boolean>;
526
+ error: import("prop-types").Requireable<string>;
527
+ theme: import("prop-types").Requireable<string>;
528
+ }> | import("prop-types").InferProps<{
529
+ type: import("prop-types").Requireable<string>;
530
+ title: import("prop-types").Requireable<string>;
531
+ fields: import("prop-types").Requireable<(import("prop-types").InferProps<{
532
+ type: import("prop-types").Requireable<string>;
533
+ title: import("prop-types").Validator<string>;
534
+ disabled: import("prop-types").Requireable<boolean>;
535
+ required: import("prop-types").Requireable<boolean>;
536
+ checked: import("prop-types").Requireable<boolean>;
537
+ error: import("prop-types").Requireable<boolean>;
538
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
539
+ modified: import("prop-types").Requireable<boolean>;
540
+ noLabelMargins: import("prop-types").Requireable<boolean>;
541
+ theme: import("prop-types").Requireable<string>;
542
+ titleStyle: import("prop-types").Requireable<string>;
543
+ }> | null | undefined)[]>;
544
+ }> | null | undefined> | null | undefined)[]>;
545
+ }> | null | undefined)[]>;
546
+ disabled: import("prop-types").Requireable<boolean>;
547
+ isModified: import("prop-types").Requireable<boolean>;
548
+ isPending: import("prop-types").Requireable<boolean>;
549
+ onSubmit: import("prop-types").Requireable<(...args: any[]) => any>;
550
+ submitValue: import("prop-types").Requireable<string>;
551
+ onReset: import("prop-types").Requireable<(...args: any[]) => any>;
552
+ resetValue: import("prop-types").Requireable<string>;
553
+ back: import("prop-types").Requireable<import("prop-types").InferProps<{
554
+ desc: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
555
+ link: import("prop-types").Requireable<string>;
556
+ }>>;
557
+ tooltip: import("prop-types").Requireable<import("prop-types").InferProps<{
558
+ title: import("prop-types").Requireable<string>;
559
+ place: import("prop-types").Requireable<string>;
560
+ }>>;
561
+ isLoading: import("prop-types").Requireable<boolean>;
562
+ }> | import("prop-types").InferProps<{
563
+ key: import("prop-types").Requireable<string>;
564
+ type: import("prop-types").Requireable<string>;
565
+ search: import("prop-types").Requireable<import("prop-types").InferProps<{
566
+ value: import("prop-types").Requireable<string>;
567
+ placeholder: import("prop-types").Validator<string>;
568
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
569
+ onClear: import("prop-types").Requireable<(...args: any[]) => any>;
570
+ onFocus: import("prop-types").Requireable<(...args: any[]) => any>;
571
+ onBlur: import("prop-types").Requireable<(...args: any[]) => any>;
572
+ theme: import("prop-types").Requireable<string>;
573
+ }>>;
574
+ pagination: import("prop-types").Requireable<import("prop-types").InferProps<{
575
+ value: import("prop-types").Validator<string>;
576
+ nextHref: import("prop-types").Requireable<string>;
577
+ previousHref: import("prop-types").Requireable<string>;
578
+ }>>;
579
+ emptyValue: import("prop-types").Validator<string>;
580
+ isPending: import("prop-types").Requireable<boolean>;
581
+ editable: import("prop-types").Requireable<boolean>;
582
+ rows: import("prop-types").Requireable<(import("prop-types").InferProps<{
583
+ fields: import("prop-types").Requireable<(NonNullable<string | import("prop-types").InferProps<{
584
+ icon: import("prop-types").Requireable<string>;
585
+ }> | null | undefined> | null | undefined)[]>;
586
+ editHref: import("prop-types").Requireable<string>;
587
+ highlighted: import("prop-types").Requireable<boolean>;
588
+ }> | null | undefined)[]>;
589
+ columns: import("prop-types").Requireable<(import("prop-types").InferProps<{
590
+ title: import("prop-types").Validator<string>;
591
+ info: import("prop-types").Requireable<string>;
592
+ filtered: import("prop-types").Requireable<boolean>;
593
+ options: import("prop-types").Requireable<(import("prop-types").InferProps<{
594
+ title: import("prop-types").Validator<string>;
595
+ onChange: import("prop-types").Validator<(...args: any[]) => any>;
596
+ selected: import("prop-types").Validator<boolean>;
597
+ }> | null | undefined)[]>;
598
+ }> | null | undefined)[]>;
599
+ onRefresh: import("prop-types").Requireable<(...args: any[]) => any>;
600
+ refreshLabel: import("prop-types").Requireable<string>;
601
+ headerTitle: import("prop-types").Requireable<string>;
602
+ }> | import("prop-types").InferProps<{
603
+ key: import("prop-types").Requireable<string>;
604
+ type: import("prop-types").Requireable<string>;
605
+ title: import("prop-types").Requireable<string>;
606
+ download: import("prop-types").Requireable<import("prop-types").InferProps<{
607
+ title: import("prop-types").Requireable<string>;
608
+ warning: import("prop-types").Requireable<string>;
609
+ description: import("prop-types").Requireable<string>;
610
+ href: import("prop-types").Requireable<string>;
611
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
612
+ submitValue: import("prop-types").Requireable<string>;
613
+ }>>;
614
+ oneLoginTokens: import("prop-types").Requireable<import("prop-types").InferProps<{
615
+ title: import("prop-types").Requireable<string>;
616
+ download: import("prop-types").Requireable<import("prop-types").InferProps<{
617
+ title: import("prop-types").Requireable<string>;
618
+ warning: import("prop-types").Requireable<string>;
619
+ description: import("prop-types").Requireable<string>;
620
+ href: import("prop-types").Requireable<string>;
621
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
622
+ submitValue: import("prop-types").Requireable<string>;
623
+ }>>;
624
+ }>>;
625
+ progress: import("prop-types").Requireable<import("prop-types").InferProps<{
626
+ value: import("prop-types").Validator<number>;
627
+ max: import("prop-types").Validator<number>;
628
+ desc: import("prop-types").Requireable<string>;
629
+ }>>;
630
+ upload: import("prop-types").Validator<NonNullable<import("prop-types").InferProps<{
631
+ name: import("prop-types").Requireable<string>;
632
+ description: import("prop-types").Requireable<string>;
633
+ browse: import("prop-types").Requireable<string>;
634
+ status: import("prop-types").Requireable<string>;
635
+ onLoad: import("prop-types").Requireable<(...args: any[]) => any>;
636
+ }>>>;
637
+ notifications: import("prop-types").Requireable<(import("prop-types").InferProps<{
638
+ type: import("prop-types").Validator<string>;
639
+ message: import("prop-types").Validator<string>;
640
+ }> | null | undefined)[]>;
641
+ }> | import("prop-types").InferProps<{
642
+ key: import("prop-types").Requireable<string>;
643
+ type: import("prop-types").Requireable<string>;
644
+ dashboards: import("prop-types").Requireable<(import("prop-types").InferProps<{
645
+ name: import("prop-types").Validator<string>;
646
+ href: import("prop-types").Requireable<string>;
647
+ description: import("prop-types").Validator<string>;
648
+ }> | null | undefined)[]>;
649
+ currentDashboard: import("prop-types").Requireable<import("prop-types").InferProps<{
650
+ name: import("prop-types").Validator<string>;
651
+ description: import("prop-types").Validator<string>;
652
+ currentVersion: import("prop-types").Validator<string>;
653
+ versions: import("prop-types").Validator<NonNullable<import("prop-types").InferProps<{}>>>;
654
+ schema: import("prop-types").Requireable<(string | null | undefined)[]>;
655
+ }>>;
656
+ sidebarItems: import("prop-types").Requireable<(NonNullable<import("prop-types").InferProps<{
657
+ title: import("prop-types").Validator<string>;
658
+ type: import("prop-types").Validator<string>;
659
+ value: import("prop-types").Validator<string>;
660
+ }> | import("prop-types").InferProps<{
661
+ title: import("prop-types").Validator<string>;
662
+ type: import("prop-types").Validator<string>;
663
+ name: import("prop-types").Requireable<string>;
664
+ onChange: import("prop-types").Validator<(...args: any[]) => any>;
665
+ option: import("prop-types").Validator<boolean>;
666
+ }> | import("prop-types").InferProps<{
667
+ title: import("prop-types").Validator<string>;
668
+ type: import("prop-types").Validator<string>;
669
+ name: import("prop-types").Requireable<string>;
670
+ value: import("prop-types").Requireable<string>;
671
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
672
+ }> | null | undefined> | null | undefined)[]>;
673
+ url: import("prop-types").Requireable<string>;
674
+ error: import("prop-types").Requireable<string>;
675
+ onErrorRedirect: import("prop-types").Requireable<(...args: any[]) => any>;
676
+ inputParams: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
677
+ }> | import("prop-types").InferProps<{
678
+ key: import("prop-types").Requireable<string>;
679
+ type: import("prop-types").Requireable<string>;
680
+ header: import("prop-types").Requireable<import("prop-types").InferProps<{
681
+ title: import("prop-types").Requireable<string>;
682
+ subtitle: import("prop-types").Requireable<string>;
683
+ }>>;
684
+ quickAccessCards: import("prop-types").Requireable<import("prop-types").InferProps<{
685
+ title: import("prop-types").Requireable<string>;
686
+ cards: import("prop-types").Requireable<import("prop-types").InferProps<{
687
+ list: import("prop-types").Requireable<(import("prop-types").InferProps<{
688
+ title: import("prop-types").Requireable<string>;
689
+ description: import("prop-types").Requireable<string>;
690
+ href: import("prop-types").Requireable<string>;
691
+ openInNewTab: import("prop-types").Requireable<boolean>;
692
+ feature: import("prop-types").Requireable<string>;
693
+ }> | null | undefined)[]>;
694
+ loading: import("prop-types").Requireable<boolean>;
695
+ }>>;
696
+ }>>;
697
+ banner: import("prop-types").Requireable<import("prop-types").InferProps<{
698
+ image: import("prop-types").Requireable<string>;
699
+ title: import("prop-types").Requireable<string>;
700
+ subTitle: import("prop-types").Requireable<string>;
701
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
702
+ submitValue: import("prop-types").Requireable<string>;
703
+ }>>;
704
+ }> | import("prop-types").InferProps<{
705
+ key: import("prop-types").Requireable<string>;
706
+ type: import("prop-types").Requireable<string>;
707
+ isLoading: import("prop-types").Requireable<boolean>;
708
+ wizardHeader: import("prop-types").Validator<NonNullable<import("prop-types").InferProps<{
709
+ title: import("prop-types").Requireable<string>;
710
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
711
+ }>>>;
712
+ steps: import("prop-types").Requireable<(import("prop-types").InferProps<{
713
+ title: import("prop-types").Requireable<string>;
714
+ done: import("prop-types").Requireable<boolean>;
715
+ current: import("prop-types").Requireable<boolean>;
716
+ }> | null | undefined)[]>;
717
+ summary: import("prop-types").Validator<NonNullable<import("prop-types").InferProps<{
718
+ title: import("prop-types").Requireable<string>;
719
+ side: import("prop-types").Requireable<string>;
720
+ sections: import("prop-types").Requireable<(import("prop-types").InferProps<{
721
+ title: import("prop-types").Requireable<string>;
722
+ items: import("prop-types").Requireable<(NonNullable<import("prop-types").InferProps<{
723
+ type: import("prop-types").Requireable<string>;
724
+ title: import("prop-types").Requireable<string>;
725
+ value: import("prop-types").Requireable<string>;
726
+ }> | import("prop-types").InferProps<{
727
+ type: import("prop-types").Requireable<string>;
728
+ text: import("prop-types").Requireable<string>;
729
+ unsaved: import("prop-types").Requireable<boolean>;
730
+ }> | import("prop-types").InferProps<{
731
+ type: import("prop-types").Requireable<string>;
732
+ badgeList: import("prop-types").Requireable<(import("prop-types").InferProps<{
733
+ category: import("prop-types").Requireable<string>;
734
+ label: import("prop-types").Requireable<string>;
735
+ }> | null | undefined)[]>;
736
+ badgeAriaLabel: import("prop-types").Requireable<string>;
737
+ title: import("prop-types").Requireable<string>;
738
+ author: import("prop-types").Requireable<string>;
739
+ unsaved: import("prop-types").Requireable<boolean>;
740
+ }> | null | undefined> | null | undefined)[]>;
741
+ counterText: import("prop-types").Requireable<string>;
742
+ }> | null | undefined)[]>;
743
+ action: import("prop-types").Requireable<import("prop-types").InferProps<{
744
+ icon: import("prop-types").Requireable<string>;
745
+ disabled: import("prop-types").Requireable<boolean>;
746
+ text: import("prop-types").Requireable<string>;
747
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
748
+ 'aria-label': import("prop-types").Requireable<string>;
749
+ }>>;
750
+ }>>>;
751
+ content: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
752
+ type: import("prop-types").Requireable<string>;
753
+ groups: import("prop-types").Validator<(import("prop-types").InferProps<{
754
+ title: import("prop-types").Requireable<string>;
755
+ subtitle: import("prop-types").Requireable<string>;
756
+ fieldsLayout: import("prop-types").Requireable<string>;
757
+ groupLayout: import("prop-types").Requireable<string>;
758
+ fields: import("prop-types").Requireable<(NonNullable<import("prop-types").InferProps<{
759
+ autoFocus: import("prop-types").Requireable<boolean>;
760
+ title: import("prop-types").Requireable<string>;
761
+ placeholder: import("prop-types").Requireable<string>;
762
+ defaultValue: import("prop-types").Requireable<string>;
763
+ theme: import("prop-types").Requireable<string>;
764
+ disabled: import("prop-types").Requireable<boolean>;
765
+ value: import("prop-types").Requireable<string>;
766
+ hint: import("prop-types").Requireable<string>;
767
+ error: import("prop-types").Requireable<string>;
768
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
769
+ description: import("prop-types").Requireable<string>;
770
+ modified: import("prop-types").Requireable<boolean>;
771
+ valid: import("prop-types").Requireable<boolean>;
772
+ 'aria-label': import("prop-types").Requireable<string>;
773
+ 'data-name': import("prop-types").Requireable<string>;
774
+ }> | import("prop-types").InferProps<{
775
+ type: import("prop-types").Requireable<string>;
776
+ size: import("prop-types").Requireable<string>;
777
+ title: import("prop-types").Requireable<string>;
778
+ placeholder: import("prop-types").Requireable<string>;
779
+ value: import("prop-types").Requireable<string>;
780
+ description: import("prop-types").Requireable<string>;
781
+ required: import("prop-types").Requireable<boolean>;
782
+ modified: import("prop-types").Requireable<boolean>;
783
+ error: import("prop-types").Requireable<boolean>;
784
+ suggestions: import("prop-types").Requireable<(import("prop-types").InferProps<{
785
+ name: import("prop-types").Requireable<string>;
786
+ value: import("prop-types").Requireable<NonNullable<string | number | null | undefined>>;
787
+ }> | null | undefined)[]>;
788
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
789
+ onFetch: import("prop-types").Requireable<(...args: any[]) => any>;
790
+ onClear: import("prop-types").Requireable<(...args: any[]) => any>;
791
+ onBlur: import("prop-types").Requireable<(...args: any[]) => any>;
792
+ onSuggestionSelected: import("prop-types").Requireable<(...args: any[]) => any>;
793
+ }> | import("prop-types").InferProps<{
794
+ type: import("prop-types").Requireable<string>;
795
+ title: import("prop-types").Validator<string>;
796
+ value: import("prop-types").Requireable<string>;
797
+ description: import("prop-types").Requireable<string>;
798
+ }> | import("prop-types").InferProps<{
799
+ type: import("prop-types").Requireable<string>;
800
+ title: import("prop-types").Requireable<string>;
801
+ name: import("prop-types").Requireable<string>;
802
+ id: import("prop-types").Requireable<string>;
803
+ value: import("prop-types").Requireable<boolean>;
804
+ disabled: import("prop-types").Requireable<boolean>;
805
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
806
+ description: import("prop-types").Requireable<string>;
807
+ modified: import("prop-types").Requireable<boolean>;
808
+ titlePosition: import("prop-types").Requireable<string>;
809
+ theme: import("prop-types").Requireable<string>;
810
+ details: import("prop-types").Requireable<string>;
811
+ 'data-name': import("prop-types").Requireable<string>;
812
+ requiredSelection: import("prop-types").Requireable<boolean>;
813
+ }> | import("prop-types").InferProps<{
814
+ type: import("prop-types").Requireable<string>;
815
+ title: import("prop-types").Requireable<string>;
816
+ placeholder: import("prop-types").Requireable<string>;
817
+ disabled: import("prop-types").Requireable<boolean>;
818
+ value: import("prop-types").Requireable<string>;
819
+ error: import("prop-types").Requireable<string>;
820
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
821
+ description: import("prop-types").Requireable<string>;
822
+ }> | import("prop-types").InferProps<{
823
+ type: import("prop-types").Requireable<string>;
824
+ description?: import("prop-types").Requireable<string> | undefined;
825
+ toggleValue: import("prop-types").Validator<string>;
826
+ onClick: import("prop-types").Validator<(...args: any[]) => any>;
827
+ onOpenConfirmation: import("prop-types").Requireable<(...args: any[]) => any>;
828
+ onCloseConfirmation: import("prop-types").Requireable<(...args: any[]) => any>;
829
+ }> | import("prop-types").InferProps<{
830
+ type: import("prop-types").Requireable<string>;
831
+ size: import("prop-types").Requireable<string>;
832
+ title: import("prop-types").Requireable<string>;
833
+ name: import("prop-types").Requireable<string>;
834
+ className: import("prop-types").Requireable<string>;
835
+ borderClassName: import("prop-types").Requireable<string>;
836
+ disabled: import("prop-types").Requireable<boolean>;
837
+ multiple: import("prop-types").Requireable<boolean>;
838
+ description: import("prop-types").Requireable<string>;
839
+ required: import("prop-types").Requireable<boolean>;
840
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
841
+ theme: import("prop-types").Requireable<string>;
842
+ options: import("prop-types").Requireable<(import("prop-types").InferProps<{
843
+ name: import("prop-types").Validator<string>;
844
+ value: import("prop-types").Requireable<NonNullable<string | number | null | undefined>>;
845
+ selected: import("prop-types").Requireable<boolean>;
846
+ validOption: import("prop-types").Requireable<boolean>;
847
+ }> | null | undefined)[]>;
848
+ modified: import("prop-types").Requireable<boolean>;
849
+ error: import("prop-types").Requireable<boolean>;
850
+ }> | import("prop-types").InferProps<{
851
+ type: import("prop-types").Requireable<string>;
852
+ title: import("prop-types").Validator<string>;
853
+ disabled: import("prop-types").Requireable<boolean>;
854
+ required: import("prop-types").Requireable<boolean>;
855
+ checked: import("prop-types").Requireable<boolean>;
856
+ error: import("prop-types").Requireable<boolean>;
857
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
858
+ modified: import("prop-types").Requireable<boolean>;
859
+ noLabelMargins: import("prop-types").Requireable<boolean>;
860
+ theme: import("prop-types").Requireable<string>;
861
+ titleStyle: import("prop-types").Requireable<string>;
862
+ }> | import("prop-types").InferProps<{
863
+ type: import("prop-types").Requireable<string>;
864
+ name: import("prop-types").Requireable<string>;
865
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
866
+ onReset: import("prop-types").Requireable<(...args: any[]) => any>;
867
+ imageTypes: import("prop-types").Requireable<any[]>;
868
+ error: import("prop-types").Requireable<string>;
869
+ buttonAriaLabel: import("prop-types").Requireable<string>;
870
+ errorButtonLabel: import("prop-types").Requireable<string>;
871
+ title: import("prop-types").Requireable<string>;
872
+ description: import("prop-types").Requireable<string>;
873
+ uploadLabel: import("prop-types").Requireable<string>;
874
+ previewLabel: import("prop-types").Requireable<string>;
875
+ previewContent: import("prop-types").Requireable<import("prop-types").InferProps<{
876
+ type: import("prop-types").Requireable<string>;
877
+ src: import("prop-types").Requireable<string>;
878
+ label: import("prop-types").Requireable<string>;
879
+ }>>;
880
+ loading: import("prop-types").Requireable<boolean>;
881
+ modified: import("prop-types").Requireable<boolean>;
882
+ disabled: import("prop-types").Requireable<boolean>;
883
+ children: import("prop-types").Requireable<(...args: any[]) => any>;
884
+ }> | import("prop-types").InferProps<{
885
+ type: import("prop-types").Requireable<string>;
886
+ tabProps: import("prop-types").Requireable<(import("prop-types").InferProps<{
887
+ tabProps: import("prop-types").Requireable<(import("prop-types").InferProps<{
888
+ children: import("prop-types").Requireable<import("prop-types").ReactNodeLike[]>;
889
+ tabProps: import("prop-types").Requireable<(import("prop-types").InferProps<{
890
+ title: import("prop-types").Requireable<string>;
891
+ iconType: import("prop-types").Requireable<string>;
892
+ isOpen: import("prop-types").Requireable<boolean>;
893
+ }> | null | undefined)[]>;
894
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
895
+ theme: import("prop-types").Requireable<string>;
896
+ }> | null | undefined)[]>;
897
+ oneTabOnly: import("prop-types").Requireable<boolean>;
898
+ theme: import("prop-types").Requireable<string>;
899
+ children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
900
+ }> | null | undefined)[]>;
901
+ slides: import("prop-types").Requireable<(import("prop-types").InferProps<{
902
+ fields: import("prop-types").Requireable<(NonNullable<import("prop-types").InferProps<{
903
+ autoFocus: import("prop-types").Requireable<boolean>;
904
+ title: import("prop-types").Requireable<string>;
905
+ placeholder: import("prop-types").Requireable<string>;
906
+ defaultValue: import("prop-types").Requireable<string>;
907
+ theme: import("prop-types").Requireable<string>;
908
+ disabled: import("prop-types").Requireable<boolean>;
909
+ value: import("prop-types").Requireable<string>;
910
+ hint: import("prop-types").Requireable<string>;
911
+ error: import("prop-types").Requireable<string>;
912
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
913
+ description: import("prop-types").Requireable<string>;
914
+ modified: import("prop-types").Requireable<boolean>;
915
+ valid: import("prop-types").Requireable<boolean>;
916
+ 'aria-label': import("prop-types").Requireable<string>;
917
+ 'data-name': import("prop-types").Requireable<string>;
918
+ }> | import("prop-types").InferProps<{
919
+ type: import("prop-types").Requireable<string>;
920
+ title: import("prop-types").Requireable<string>;
921
+ name: import("prop-types").Requireable<string>;
922
+ id: import("prop-types").Requireable<string>;
923
+ value: import("prop-types").Requireable<boolean>;
924
+ disabled: import("prop-types").Requireable<boolean>;
925
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
926
+ description: import("prop-types").Requireable<string>;
927
+ modified: import("prop-types").Requireable<boolean>;
928
+ titlePosition: import("prop-types").Requireable<string>;
929
+ theme: import("prop-types").Requireable<string>;
930
+ details: import("prop-types").Requireable<string>;
931
+ 'data-name': import("prop-types").Requireable<string>;
932
+ requiredSelection: import("prop-types").Requireable<boolean>;
933
+ }> | import("prop-types").InferProps<{
934
+ type: import("prop-types").Requireable<string>;
935
+ title: import("prop-types").Requireable<string>;
936
+ name: import("prop-types").Requireable<string>;
937
+ className: import("prop-types").Requireable<string>;
938
+ borderClassName: import("prop-types").Requireable<string>;
939
+ disabled: import("prop-types").Requireable<boolean>;
940
+ multiple: import("prop-types").Requireable<boolean>;
941
+ description: import("prop-types").Requireable<string>;
942
+ required: import("prop-types").Requireable<boolean>;
943
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
944
+ theme: import("prop-types").Requireable<string>;
945
+ options: import("prop-types").Requireable<(import("prop-types").InferProps<{
946
+ name: import("prop-types").Validator<string>;
947
+ value: import("prop-types").Requireable<NonNullable<string | number | null | undefined>>;
948
+ selected: import("prop-types").Requireable<boolean>;
949
+ validOption: import("prop-types").Requireable<boolean>;
950
+ }> | null | undefined)[]>;
951
+ modified: import("prop-types").Requireable<boolean>;
952
+ error: import("prop-types").Requireable<boolean>;
953
+ }> | import("prop-types").InferProps<{
954
+ type: import("prop-types").Requireable<string>;
955
+ title: import("prop-types").Validator<string>;
956
+ disabled: import("prop-types").Requireable<boolean>;
957
+ required: import("prop-types").Requireable<boolean>;
958
+ checked: import("prop-types").Requireable<boolean>;
959
+ error: import("prop-types").Requireable<boolean>;
960
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
961
+ modified: import("prop-types").Requireable<boolean>;
962
+ noLabelMargins: import("prop-types").Requireable<boolean>;
963
+ theme: import("prop-types").Requireable<string>;
964
+ titleStyle: import("prop-types").Requireable<string>;
965
+ }> | import("prop-types").InferProps<{
966
+ type: import("prop-types").Requireable<string>;
967
+ name: import("prop-types").Requireable<string>;
968
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
969
+ onReset: import("prop-types").Requireable<(...args: any[]) => any>;
970
+ imageTypes: import("prop-types").Requireable<any[]>;
971
+ error: import("prop-types").Requireable<string>;
972
+ buttonAriaLabel: import("prop-types").Requireable<string>;
973
+ errorButtonLabel: import("prop-types").Requireable<string>;
974
+ title: import("prop-types").Requireable<string>;
975
+ description: import("prop-types").Requireable<string>;
976
+ uploadLabel: import("prop-types").Requireable<string>;
977
+ previewLabel: import("prop-types").Requireable<string>;
978
+ previewContent: import("prop-types").Requireable<import("prop-types").InferProps<{
979
+ type: import("prop-types").Requireable<string>;
980
+ src: import("prop-types").Requireable<string>;
981
+ label: import("prop-types").Requireable<string>;
982
+ }>>;
983
+ loading: import("prop-types").Requireable<boolean>;
984
+ modified: import("prop-types").Requireable<boolean>;
985
+ disabled: import("prop-types").Requireable<boolean>;
986
+ children: import("prop-types").Requireable<(...args: any[]) => any>;
987
+ }> | import("prop-types").InferProps<{
988
+ type: import("prop-types").Requireable<string>;
989
+ title: import("prop-types").Validator<string>;
990
+ value: import("prop-types").Requireable<string>;
991
+ description: import("prop-types").Requireable<string>;
992
+ }> | import("prop-types").InferProps<{
993
+ type: import("prop-types").Requireable<string>;
994
+ description?: import("prop-types").Requireable<string> | undefined;
995
+ toggleValue: import("prop-types").Validator<string>;
996
+ onClick: import("prop-types").Validator<(...args: any[]) => any>;
997
+ onOpenConfirmation: import("prop-types").Requireable<(...args: any[]) => any>;
998
+ onCloseConfirmation: import("prop-types").Requireable<(...args: any[]) => any>;
999
+ }> | import("prop-types").InferProps<{
1000
+ type: import("prop-types").Requireable<string>;
1001
+ field: import("prop-types").Requireable<import("prop-types").InferProps<{
1002
+ leftSection: import("prop-types").Requireable<import("prop-types").InferProps<{
1003
+ title: import("prop-types").Validator<string>;
1004
+ values: import("prop-types").Validator<(import("prop-types").InferProps<{
1005
+ title: import("prop-types").Validator<string>;
1006
+ disabled: import("prop-types").Requireable<boolean>;
1007
+ required: import("prop-types").Requireable<boolean>;
1008
+ checked: import("prop-types").Requireable<boolean>;
1009
+ error: import("prop-types").Requireable<boolean>;
1010
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1011
+ modified: import("prop-types").Requireable<boolean>;
1012
+ noLabelMargins: import("prop-types").Requireable<boolean>;
1013
+ theme: import("prop-types").Requireable<string>;
1014
+ titleStyle: import("prop-types").Requireable<string>;
1015
+ }> | null | undefined)[]>;
1016
+ required: import("prop-types").Requireable<boolean>;
1017
+ }>>;
1018
+ rightSection: import("prop-types").Requireable<import("prop-types").InferProps<{
1019
+ title: import("prop-types").Validator<string>;
1020
+ values: import("prop-types").Validator<(import("prop-types").InferProps<{
1021
+ title: import("prop-types").Validator<string>;
1022
+ disabled: import("prop-types").Requireable<boolean>;
1023
+ required: import("prop-types").Requireable<boolean>;
1024
+ checked: import("prop-types").Requireable<boolean>;
1025
+ error: import("prop-types").Requireable<boolean>;
1026
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1027
+ modified: import("prop-types").Requireable<boolean>;
1028
+ noLabelMargins: import("prop-types").Requireable<boolean>;
1029
+ theme: import("prop-types").Requireable<string>;
1030
+ titleStyle: import("prop-types").Requireable<string>;
1031
+ }> | null | undefined)[]>;
1032
+ required: import("prop-types").Requireable<boolean>;
1033
+ }>>;
1034
+ }>>;
1035
+ }> | import("prop-types").InferProps<{
1036
+ type: import("prop-types").Requireable<string>;
1037
+ header: import("prop-types").Requireable<string>;
1038
+ content: import("prop-types").Requireable<string>;
1039
+ }> | null | undefined> | null | undefined)[]>;
1040
+ }> | null | undefined)[]>;
1041
+ }> | import("prop-types").InferProps<{
1042
+ type: import("prop-types").Requireable<string>;
1043
+ sections: import("prop-types").Requireable<(import("prop-types").InferProps<{
1044
+ title: import("prop-types").Validator<string>;
1045
+ onUp: import("prop-types").Requireable<(...args: any[]) => any>;
1046
+ onDown: import("prop-types").Requireable<(...args: any[]) => any>;
1047
+ display: import("prop-types").Requireable<import("prop-types").InferProps<{
1048
+ title: import("prop-types").Requireable<string>;
1049
+ name: import("prop-types").Requireable<string>;
1050
+ id: import("prop-types").Requireable<string>;
1051
+ value: import("prop-types").Requireable<boolean>;
1052
+ disabled: import("prop-types").Requireable<boolean>;
1053
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1054
+ description: import("prop-types").Requireable<string>;
1055
+ modified: import("prop-types").Requireable<boolean>;
1056
+ titlePosition: import("prop-types").Requireable<string>;
1057
+ theme: import("prop-types").Requireable<string>;
1058
+ details: import("prop-types").Requireable<string>;
1059
+ 'data-name': import("prop-types").Requireable<string>;
1060
+ requiredSelection: import("prop-types").Requireable<boolean>;
1061
+ }>>;
1062
+ contentTypes: import("prop-types").Requireable<import("prop-types").InferProps<{
1063
+ modified: import("prop-types").Requireable<boolean>;
1064
+ color: import("prop-types").Requireable<string>;
1065
+ theme: import("prop-types").Requireable<string>;
1066
+ className: import("prop-types").Requireable<string>;
1067
+ list: import("prop-types").Requireable<(import("prop-types").InferProps<{
1068
+ color: import("prop-types").Requireable<string>;
1069
+ value: import("prop-types").Validator<string>;
1070
+ name: import("prop-types").Requireable<string>;
1071
+ theme: import("prop-types").Requireable<string>;
1072
+ checked: import("prop-types").Requireable<boolean>;
1073
+ label: import("prop-types").Requireable<string>;
1074
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1075
+ }> | null | undefined)[]>;
1076
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1077
+ }>>;
1078
+ }> | null | undefined)[]>;
1079
+ loading: import("prop-types").Requireable<boolean>;
1080
+ onDrop: import("prop-types").Requireable<(...args: any[]) => any>;
1081
+ }> | import("prop-types").InferProps<{
1082
+ type: import("prop-types").Requireable<string>;
1083
+ title: import("prop-types").Requireable<string>;
1084
+ warning: import("prop-types").Requireable<string>;
1085
+ description: import("prop-types").Requireable<string>;
1086
+ href: import("prop-types").Requireable<string>;
1087
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1088
+ submitValue: import("prop-types").Requireable<string>;
1089
+ }> | import("prop-types").InferProps<{
1090
+ type: import("prop-types").Requireable<string>;
1091
+ name: import("prop-types").Requireable<string>;
1092
+ description: import("prop-types").Requireable<string>;
1093
+ browse: import("prop-types").Requireable<string>;
1094
+ status: import("prop-types").Requireable<string>;
1095
+ onLoad: import("prop-types").Requireable<(...args: any[]) => any>;
1096
+ }> | import("prop-types").InferProps<{
1097
+ type: import("prop-types").Requireable<string>;
1098
+ color: any;
1099
+ submitValue: import("prop-types").Requireable<string>;
1100
+ disabled: import("prop-types").Requireable<boolean>;
1101
+ isLinkDisabled: import("prop-types").Requireable<boolean>;
1102
+ href: import("prop-types").Requireable<string>;
1103
+ download: import("prop-types").Requireable<boolean>;
1104
+ target: import("prop-types").Requireable<string>;
1105
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1106
+ children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
1107
+ className: import("prop-types").Requireable<string>;
1108
+ buttonContentClassName: import("prop-types").Requireable<string>;
1109
+ style: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
1110
+ 'data-name': import("prop-types").Requireable<string>;
1111
+ }> | import("prop-types").InferProps<{
1112
+ buttonType: import("prop-types").Requireable<string>;
1113
+ type: import("prop-types").Requireable<string>;
1114
+ label: import("prop-types").Requireable<string>;
1115
+ 'aria-label': import("prop-types").Requireable<string>;
1116
+ 'data-name': import("prop-types").Requireable<string>;
1117
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
1118
+ position: import("prop-types").Requireable<string>;
1119
+ type: import("prop-types").Requireable<string>;
1120
+ }>>;
1121
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1122
+ link: import("prop-types").Requireable<import("prop-types").InferProps<{
1123
+ href: import("prop-types").Requireable<string>;
1124
+ download: import("prop-types").Requireable<boolean>;
1125
+ target: import("prop-types").Requireable<string>;
1126
+ }>>;
1127
+ disabled: import("prop-types").Requireable<boolean>;
1128
+ className: import("prop-types").Requireable<string>;
1129
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
1130
+ }> | import("prop-types").InferProps<{
1131
+ type: import("prop-types").Requireable<string>;
1132
+ title: import("prop-types").Requireable<string>;
1133
+ placeholder: import("prop-types").Requireable<string>;
1134
+ description: import("prop-types").Requireable<string>;
1135
+ hint: import("prop-types").Requireable<string>;
1136
+ options: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
1137
+ selected: import("prop-types").Validator<boolean>;
1138
+ name: import("prop-types").Validator<string>;
1139
+ value: import("prop-types").Requireable<string>;
1140
+ }>>[]>;
1141
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1142
+ onError: import("prop-types").Requireable<(...args: any[]) => any>;
1143
+ multiple: import("prop-types").Requireable<boolean>;
1144
+ modified: import("prop-types").Requireable<boolean>;
1145
+ disabled: import("prop-types").Requireable<boolean>;
1146
+ error: import("prop-types").Requireable<string>;
1147
+ theme: import("prop-types").Requireable<string>;
1148
+ }> | import("prop-types").InferProps<{
1149
+ type: import("prop-types").Requireable<string>;
1150
+ title: import("prop-types").Requireable<string>;
1151
+ fields: import("prop-types").Requireable<(import("prop-types").InferProps<{
1152
+ type: import("prop-types").Requireable<string>;
1153
+ title: import("prop-types").Validator<string>;
1154
+ disabled: import("prop-types").Requireable<boolean>;
1155
+ required: import("prop-types").Requireable<boolean>;
1156
+ checked: import("prop-types").Requireable<boolean>;
1157
+ error: import("prop-types").Requireable<boolean>;
1158
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1159
+ modified: import("prop-types").Requireable<boolean>;
1160
+ noLabelMargins: import("prop-types").Requireable<boolean>;
1161
+ theme: import("prop-types").Requireable<string>;
1162
+ titleStyle: import("prop-types").Requireable<string>;
1163
+ }> | null | undefined)[]>;
1164
+ }> | null | undefined> | null | undefined)[]>;
1165
+ }> | null | undefined)[]>;
1166
+ disabled: import("prop-types").Requireable<boolean>;
1167
+ isModified: import("prop-types").Requireable<boolean>;
1168
+ isPending: import("prop-types").Requireable<boolean>;
1169
+ onSubmit: import("prop-types").Requireable<(...args: any[]) => any>;
1170
+ submitValue: import("prop-types").Requireable<string>;
1171
+ onReset: import("prop-types").Requireable<(...args: any[]) => any>;
1172
+ resetValue: import("prop-types").Requireable<string>;
1173
+ back: import("prop-types").Requireable<import("prop-types").InferProps<{
1174
+ desc: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
1175
+ link: import("prop-types").Requireable<string>;
1176
+ }>>;
1177
+ tooltip: import("prop-types").Requireable<import("prop-types").InferProps<{
1178
+ title: import("prop-types").Requireable<string>;
1179
+ place: import("prop-types").Requireable<string>;
1180
+ }>>;
1181
+ isLoading: import("prop-types").Requireable<boolean>;
1182
+ }> | import("prop-types").InferProps<{
1183
+ type: import("prop-types").Requireable<string>;
1184
+ languageTabs: import("prop-types").Requireable<(import("prop-types").InferProps<{
1185
+ title: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
1186
+ selected: import("prop-types").Requireable<boolean>;
1187
+ leftIcon: import("prop-types").Requireable<string>;
1188
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1189
+ iconAriaLabel: import("prop-types").Requireable<string>;
1190
+ }> | null | undefined)[]>;
1191
+ inputText: import("prop-types").Requireable<import("prop-types").InferProps<{
1192
+ theme: import("prop-types").Requireable<string>;
1193
+ autoFocus: import("prop-types").Requireable<boolean>;
1194
+ title: import("prop-types").Requireable<string>;
1195
+ placeholder: import("prop-types").Requireable<string>;
1196
+ defaultValue: import("prop-types").Requireable<string>;
1197
+ disabled: import("prop-types").Requireable<boolean>;
1198
+ value: import("prop-types").Requireable<string>;
1199
+ hint: import("prop-types").Requireable<string>;
1200
+ error: import("prop-types").Requireable<string>;
1201
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1202
+ description: import("prop-types").Requireable<string>;
1203
+ modified: import("prop-types").Requireable<boolean>;
1204
+ valid: import("prop-types").Requireable<boolean>;
1205
+ 'aria-label': import("prop-types").Requireable<string>;
1206
+ 'data-name': import("prop-types").Requireable<string>;
1207
+ }>>;
1208
+ textArea: import("prop-types").Requireable<import("prop-types").InferProps<{
1209
+ theme: import("prop-types").Requireable<string>;
1210
+ placeholder: import("prop-types").Requireable<string>;
1211
+ title: import("prop-types").Requireable<string>;
1212
+ name: import("prop-types").Requireable<string>;
1213
+ disabled: import("prop-types").Requireable<boolean>;
1214
+ value: import("prop-types").Requireable<string>;
1215
+ hint: import("prop-types").Requireable<string>;
1216
+ error: import("prop-types").Requireable<string>;
1217
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1218
+ description: import("prop-types").Requireable<string>;
1219
+ modified: import("prop-types").Requireable<boolean>;
1220
+ valid: import("prop-types").Requireable<boolean>;
1221
+ }>>;
1222
+ cta: import("prop-types").Requireable<import("prop-types").InferProps<{
1223
+ label: import("prop-types").Requireable<string>;
1224
+ handleOnClick: import("prop-types").Requireable<(...args: any[]) => any>;
1225
+ type: import("prop-types").Requireable<string>;
1226
+ }>>;
1227
+ 'list-aria-label': import("prop-types").Requireable<string>;
1228
+ }> | import("prop-types").InferProps<{
1229
+ type: import("prop-types").Requireable<string>;
1230
+ selectAllButton: import("prop-types").Requireable<import("prop-types").InferProps<{
1231
+ label: import("prop-types").Requireable<string>;
1232
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1233
+ disabled: import("prop-types").Requireable<boolean>;
1234
+ 'aria-label': import("prop-types").Requireable<string>;
1235
+ }>>;
1236
+ isLoading: import("prop-types").Requireable<boolean>;
1237
+ search: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1238
+ results: import("prop-types").Requireable<(import("prop-types").InferProps<{
1239
+ text: import("prop-types").Requireable<string>;
1240
+ information: import("prop-types").Requireable<string>;
1241
+ selected: import("prop-types").Requireable<boolean>;
1242
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1243
+ }> | null | undefined)[]>;
1244
+ 'results-aria-label': import("prop-types").Requireable<string>;
1245
+ emptyMessages: import("prop-types").Requireable<import("prop-types").InferProps<{
1246
+ firstMessage: import("prop-types").Requireable<string>;
1247
+ secondMessage: import("prop-types").Requireable<string>;
1248
+ }>>;
1249
+ }> | import("prop-types").InferProps<{
1250
+ type: import("prop-types").Requireable<string>;
1251
+ search: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1252
+ isLoading: import("prop-types").Requireable<boolean>;
1253
+ contentTypeFilter: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1254
+ courses: import("prop-types").Requireable<(import("prop-types").InferProps<any> | null | undefined)[]>;
1255
+ 'courses-selection-aria-label': import("prop-types").Requireable<string>;
1256
+ emptyMessages: import("prop-types").Requireable<import("prop-types").InferProps<{
1257
+ firstMessage: import("prop-types").Requireable<string>;
1258
+ secondMessage: import("prop-types").Requireable<string>;
1259
+ }>>;
1260
+ switchButton: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1261
+ }> | import("prop-types").InferProps<{
1262
+ type: import("prop-types").Requireable<string>;
1263
+ inputTitle: import("prop-types").Requireable<string>;
1264
+ title: import("prop-types").Requireable<string>;
1265
+ totalCourses: import("prop-types").Requireable<string>;
1266
+ sections: import("prop-types").Requireable<(import("prop-types").InferProps<{
1267
+ 'aria-label': import("prop-types").Requireable<import("prop-types").InferProps<{
1268
+ title: import("prop-types").Requireable<string>;
1269
+ author: import("prop-types").Requireable<string>;
1270
+ modules: import("prop-types").Requireable<string>;
1271
+ position: import("prop-types").Requireable<string>;
1272
+ }>>;
1273
+ image: import("prop-types").Requireable<string>;
1274
+ badgeList: import("prop-types").Requireable<(import("prop-types").InferProps<{
1275
+ category: import("prop-types").Requireable<string>;
1276
+ label: import("prop-types").Requireable<string>;
1277
+ }> | null | undefined)[]>;
1278
+ title: import("prop-types").Requireable<string>;
1279
+ author: import("prop-types").Requireable<string>;
1280
+ position: import("prop-types").Requireable<number>;
1281
+ id: import("prop-types").Requireable<string>;
1282
+ }> | null | undefined)[]>;
1283
+ onDrop: import("prop-types").Requireable<(...args: any[]) => any>;
1284
+ isLoading: import("prop-types").Requireable<boolean>;
1285
+ mandatoryCoursesInput: import("prop-types").Requireable<import("prop-types").InferProps<{
1286
+ inputText: import("prop-types").Requireable<import("prop-types").InferProps<{
1287
+ theme: import("prop-types").Requireable<string>;
1288
+ size: import("prop-types").Requireable<string>;
1289
+ autoFocus: import("prop-types").Requireable<boolean>;
1290
+ title: import("prop-types").Requireable<string>;
1291
+ placeholder: import("prop-types").Requireable<string>;
1292
+ defaultValue: import("prop-types").Requireable<string>;
1293
+ disabled: import("prop-types").Requireable<boolean>;
1294
+ value: import("prop-types").Requireable<string>;
1295
+ hint: import("prop-types").Requireable<string>;
1296
+ error: import("prop-types").Requireable<string>;
1297
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1298
+ description: import("prop-types").Requireable<string>;
1299
+ modified: import("prop-types").Requireable<boolean>;
1300
+ valid: import("prop-types").Requireable<boolean>;
1301
+ 'aria-label': import("prop-types").Requireable<string>;
1302
+ 'data-name': import("prop-types").Requireable<string>;
1303
+ }>>;
1304
+ title: import("prop-types").Requireable<string>;
1305
+ 'aria-label': import("prop-types").Requireable<string>;
1306
+ 'data-name': import("prop-types").Requireable<string>;
1307
+ }>>;
1308
+ }> | import("prop-types").InferProps<{
1309
+ type: import("prop-types").Requireable<string>;
1310
+ items: import("prop-types").Requireable<(import("prop-types").InferProps<{
1311
+ checkboxWithTitle: import("prop-types").Requireable<import("prop-types").InferProps<{
1312
+ title: import("prop-types").Requireable<string>;
1313
+ name: import("prop-types").Requireable<string>;
1314
+ checked: import("prop-types").Requireable<boolean>;
1315
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1316
+ 'aria-label': import("prop-types").Requireable<string>;
1317
+ 'data-name': import("prop-types").Requireable<string>;
1318
+ }>>;
1319
+ sectionTitle: import("prop-types").Requireable<import("prop-types").InferProps<{
1320
+ title: import("prop-types").Requireable<string>;
1321
+ subtitle: import("prop-types").Requireable<string>;
1322
+ type: import("prop-types").Requireable<string>;
1323
+ 'data-name': import("prop-types").Requireable<string>;
1324
+ }>>;
1325
+ child: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
1326
+ childType: import("prop-types").Requireable<string>;
1327
+ inputText: import("prop-types").Requireable<import("prop-types").InferProps<{
1328
+ theme: import("prop-types").Requireable<string>;
1329
+ size: import("prop-types").Requireable<string>;
1330
+ autoFocus: import("prop-types").Requireable<boolean>;
1331
+ title: import("prop-types").Requireable<string>;
1332
+ placeholder: import("prop-types").Requireable<string>;
1333
+ defaultValue: import("prop-types").Requireable<string>;
1334
+ disabled: import("prop-types").Requireable<boolean>;
1335
+ value: import("prop-types").Requireable<string>;
1336
+ hint: import("prop-types").Requireable<string>;
1337
+ error: import("prop-types").Requireable<string>;
1338
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1339
+ description: import("prop-types").Requireable<string>;
1340
+ modified: import("prop-types").Requireable<boolean>;
1341
+ valid: import("prop-types").Requireable<boolean>;
1342
+ 'aria-label': import("prop-types").Requireable<string>;
1343
+ 'data-name': import("prop-types").Requireable<string>;
1344
+ }>>;
1345
+ title: import("prop-types").Requireable<string>;
1346
+ 'aria-label': import("prop-types").Requireable<string>;
1347
+ 'data-name': import("prop-types").Requireable<string>;
1348
+ }> | import("prop-types").InferProps<{
1349
+ childType: import("prop-types").Requireable<string>;
1350
+ list: import("prop-types").Requireable<(import("prop-types").InferProps<{
1351
+ name: import("prop-types").Requireable<string>;
1352
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1353
+ onReset: import("prop-types").Requireable<(...args: any[]) => any>;
1354
+ imageTypes: import("prop-types").Requireable<any[]>;
1355
+ error: import("prop-types").Requireable<string>;
1356
+ buttonAriaLabel: import("prop-types").Requireable<string>;
1357
+ errorButtonLabel: import("prop-types").Requireable<string>;
1358
+ title: import("prop-types").Requireable<string>;
1359
+ description: import("prop-types").Requireable<string>;
1360
+ uploadLabel: import("prop-types").Requireable<string>;
1361
+ previewLabel: import("prop-types").Requireable<string>;
1362
+ previewContent: import("prop-types").Requireable<import("prop-types").InferProps<{
1363
+ type: import("prop-types").Requireable<string>;
1364
+ src: import("prop-types").Requireable<string>;
1365
+ label: import("prop-types").Requireable<string>;
1366
+ }>>;
1367
+ loading: import("prop-types").Requireable<boolean>;
1368
+ modified: import("prop-types").Requireable<boolean>;
1369
+ disabled: import("prop-types").Requireable<boolean>;
1370
+ children: import("prop-types").Requireable<(...args: any[]) => any>;
1371
+ }> | null | undefined)[]>;
1372
+ 'data-name': import("prop-types").Requireable<string>;
1373
+ }> | null | undefined>>;
1374
+ }> | null | undefined)[]>;
1375
+ }> | null | undefined>>;
1376
+ previousStep: import("prop-types").Requireable<import("prop-types").InferProps<{
1377
+ label: import("prop-types").Requireable<string>;
1378
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1379
+ }>>;
1380
+ nextStep: import("prop-types").Requireable<import("prop-types").InferProps<{
1381
+ type: import("prop-types").Requireable<string>;
1382
+ label: import("prop-types").Requireable<string>;
1383
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1384
+ }>>;
1385
+ }> | import("prop-types").InferProps<{
1386
+ key: import("prop-types").Requireable<string>;
1387
+ type: import("prop-types").Requireable<string>;
1388
+ 'aria-label': import("prop-types").Requireable<string>;
1389
+ buttonLink: import("prop-types").Requireable<import("prop-types").InferProps<{
1390
+ type: import("prop-types").Requireable<string>;
1391
+ label: import("prop-types").Requireable<string>;
1392
+ 'aria-label': import("prop-types").Requireable<string>;
1393
+ 'data-name': import("prop-types").Requireable<string>;
1394
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
1395
+ position: import("prop-types").Requireable<string>;
1396
+ type: import("prop-types").Requireable<string>;
1397
+ }>>;
1398
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1399
+ link: import("prop-types").Requireable<import("prop-types").InferProps<{
1400
+ href: import("prop-types").Requireable<string>;
1401
+ download: import("prop-types").Requireable<boolean>;
1402
+ target: import("prop-types").Requireable<string>;
1403
+ }>>;
1404
+ disabled: import("prop-types").Requireable<boolean>;
1405
+ className: import("prop-types").Requireable<string>;
1406
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
1407
+ }>>;
1408
+ items: import("prop-types").Requireable<(import("prop-types").InferProps<{
1409
+ bulletPointMenuButton: import("prop-types").Requireable<import("prop-types").InferProps<{
1410
+ buttonAriaLabel: import("prop-types").Requireable<string>;
1411
+ menuAriaLabel: import("prop-types").Requireable<string>;
1412
+ buttons: import("prop-types").Requireable<(import("prop-types").InferProps<{
1413
+ 'data-name': import("prop-types").Requireable<string>;
1414
+ label: import("prop-types").Requireable<string>;
1415
+ type: import("prop-types").Requireable<string>;
1416
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1417
+ }> | null | undefined)[]>;
1418
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1419
+ }>>;
1420
+ buttonLink: import("prop-types").Requireable<import("prop-types").InferProps<{
1421
+ type: import("prop-types").Requireable<string>;
1422
+ label: import("prop-types").Requireable<string>;
1423
+ ariaLabel: import("prop-types").Requireable<string>;
1424
+ dataName: import("prop-types").Requireable<string>;
1425
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
1426
+ position: import("prop-types").Requireable<string>;
1427
+ type: import("prop-types").Requireable<string>;
1428
+ }>>;
1429
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
1430
+ }>>;
1431
+ tags: import("prop-types").Requireable<(import("prop-types").InferProps<{
1432
+ label: import("prop-types").Requireable<string>;
1433
+ type: import("prop-types").Requireable<string>;
1434
+ }> | null | undefined)[]>;
1435
+ title: import("prop-types").Validator<string>;
1436
+ }> | null | undefined)[]>;
1437
+ title: import("prop-types").Requireable<string>;
1438
+ }> | null | undefined>>;
1439
+ documentation: import("prop-types").Requireable<import("prop-types").InferProps<{
1440
+ content: import("prop-types").Requireable<string>;
1441
+ show: import("prop-types").Requireable<boolean>;
1442
+ onClose: import("prop-types").Requireable<(...args: any[]) => any>;
1443
+ }>>;
1444
+ popin: import("prop-types").Requireable<import("prop-types").InferProps<{
1445
+ content: import("prop-types").Requireable<string>;
1446
+ mode: import("prop-types").Requireable<string>;
1447
+ header: import("prop-types").Requireable<string>;
1448
+ firstButton: import("prop-types").Requireable<import("prop-types").InferProps<{
1449
+ label: import("prop-types").Requireable<string>;
1450
+ handleOnclick: import("prop-types").Requireable<(...args: any[]) => any>;
1451
+ 'aria-label': import("prop-types").Requireable<string>;
1452
+ largeButton: import("prop-types").Requireable<boolean>;
1453
+ type: import("prop-types").Requireable<string>;
1454
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
1455
+ }>>;
1456
+ secondButton: import("prop-types").Requireable<import("prop-types").InferProps<{
1457
+ label: import("prop-types").Requireable<string>;
1458
+ handleOnclick: import("prop-types").Requireable<(...args: any[]) => any>;
1459
+ type: import("prop-types").Requireable<string>;
1460
+ 'aria-label': import("prop-types").Requireable<string>;
1461
+ largeButton: import("prop-types").Requireable<boolean>;
1462
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
1463
+ }>>;
1464
+ thirdButton: import("prop-types").Requireable<import("prop-types").InferProps<{
1465
+ label: import("prop-types").Requireable<string>;
1466
+ handleOnclick: import("prop-types").Requireable<(...args: any[]) => any>;
1467
+ type: import("prop-types").Requireable<string>;
1468
+ 'aria-label': import("prop-types").Requireable<string>;
1469
+ largeButton: import("prop-types").Requireable<boolean>;
1470
+ customStyle: import("prop-types").Requireable<import("prop-types").InferProps<{}>>;
1471
+ }>>;
1472
+ onClose: import("prop-types").Requireable<(...args: any[]) => any>;
1473
+ icon: import("prop-types").Requireable<string>;
1474
+ backgroundImageUrl: import("prop-types").Requireable<string>;
1475
+ descriptionText: import("prop-types").Requireable<string>;
1476
+ cookieTitle: import("prop-types").Requireable<string>;
1477
+ descriptionBtnTxt: import("prop-types").Requireable<string>;
1478
+ listBtnSwicth: import("prop-types").Requireable<(import("prop-types").InferProps<{
1479
+ title: import("prop-types").Requireable<string>;
1480
+ name: import("prop-types").Requireable<string>;
1481
+ id: import("prop-types").Requireable<string>;
1482
+ value: import("prop-types").Requireable<boolean>;
1483
+ disabled: import("prop-types").Requireable<boolean>;
1484
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1485
+ description: import("prop-types").Requireable<string>;
1486
+ modified: import("prop-types").Requireable<boolean>;
1487
+ titlePosition: import("prop-types").Requireable<string>;
1488
+ theme: import("prop-types").Requireable<string>;
1489
+ details: import("prop-types").Requireable<string>;
1490
+ 'data-name': import("prop-types").Requireable<string>;
1491
+ requiredSelection: import("prop-types").Requireable<boolean>;
1492
+ }> | null | undefined)[]>;
1493
+ }>>;
1494
+ details: import("prop-types").Requireable<import("prop-types").InferProps<{
1495
+ key: import("prop-types").Requireable<string>;
1496
+ type: import("prop-types").Requireable<string>;
1497
+ search: import("prop-types").Requireable<import("prop-types").InferProps<{
1498
+ value: import("prop-types").Requireable<string>;
1499
+ placeholder: import("prop-types").Validator<string>;
1500
+ onChange: import("prop-types").Requireable<(...args: any[]) => any>;
1501
+ onClear: import("prop-types").Requireable<(...args: any[]) => any>;
1502
+ onFocus: import("prop-types").Requireable<(...args: any[]) => any>;
1503
+ onBlur: import("prop-types").Requireable<(...args: any[]) => any>;
1504
+ theme: import("prop-types").Requireable<string>;
1505
+ }>>;
1506
+ pagination: import("prop-types").Requireable<import("prop-types").InferProps<{
1507
+ value: import("prop-types").Validator<string>;
1508
+ nextHref: import("prop-types").Requireable<string>;
1509
+ previousHref: import("prop-types").Requireable<string>;
1510
+ }>>;
1511
+ emptyValue: import("prop-types").Validator<string>;
1512
+ isPending: import("prop-types").Requireable<boolean>;
1513
+ editable: import("prop-types").Requireable<boolean>;
1514
+ rows: import("prop-types").Requireable<(import("prop-types").InferProps<{
1515
+ fields: import("prop-types").Requireable<(NonNullable<string | import("prop-types").InferProps<{
1516
+ icon: import("prop-types").Requireable<string>;
1517
+ }> | null | undefined> | null | undefined)[]>;
1518
+ editHref: import("prop-types").Requireable<string>;
1519
+ highlighted: import("prop-types").Requireable<boolean>;
1520
+ }> | null | undefined)[]>;
1521
+ columns: import("prop-types").Requireable<(import("prop-types").InferProps<{
1522
+ title: import("prop-types").Validator<string>;
1523
+ info: import("prop-types").Requireable<string>;
1524
+ filtered: import("prop-types").Requireable<boolean>;
1525
+ options: import("prop-types").Requireable<(import("prop-types").InferProps<{
1526
+ title: import("prop-types").Validator<string>;
1527
+ onChange: import("prop-types").Validator<(...args: any[]) => any>;
1528
+ selected: import("prop-types").Validator<boolean>;
1529
+ }> | null | undefined)[]>;
1530
+ }> | null | undefined)[]>;
1531
+ onRefresh: import("prop-types").Requireable<(...args: any[]) => any>;
1532
+ refreshLabel: import("prop-types").Requireable<string>;
1533
+ headerTitle: import("prop-types").Requireable<string>;
1534
+ }>>;
1535
+ onItemClick: import("prop-types").Requireable<(...args: any[]) => any>;
1536
+ };
1537
+ };
1538
+ };
1539
+ export default _default;
1540
+ export declare const Analytics: {
1541
+ (args: any): JSX.Element;
1542
+ args: any;
1543
+ };
1544
+ export declare const Animations: {
1545
+ (args: any): JSX.Element;
1546
+ args: any;
1547
+ };
1548
+ export declare const CohortError: {
1549
+ (args: any): JSX.Element;
1550
+ args: any;
1551
+ };
1552
+ export declare const Cohort: {
1553
+ (args: any): JSX.Element;
1554
+ args: any;
1555
+ };
1556
+ export declare const Dashboard: {
1557
+ (args: any): JSX.Element;
1558
+ args: any;
1559
+ };
1560
+ export declare const DashboardsAnalytics: {
1561
+ (args: any): JSX.Element;
1562
+ args: any;
1563
+ };
1564
+ export declare const Default: {
1565
+ (args: any): JSX.Element;
1566
+ args: {
1567
+ header: {
1568
+ logo: string;
1569
+ logoMobile: string;
1570
+ user: {
1571
+ username: string;
1572
+ image: string;
1573
+ };
1574
+ platformName: string;
1575
+ items: {
1576
+ platformList: {
1577
+ href: string;
1578
+ label: string;
1579
+ };
1580
+ seeMyPlatform: {
1581
+ href: string;
1582
+ label: string;
1583
+ };
1584
+ logOut: {
1585
+ href: string;
1586
+ label: string;
1587
+ onClick: () => void;
1588
+ };
1589
+ globalAnalytics: {
1590
+ href: string;
1591
+ label: string;
1592
+ };
1593
+ };
1594
+ href: string;
1595
+ };
1596
+ notifications: never[];
1597
+ items: ({
1598
+ title: string;
1599
+ key: string;
1600
+ href: string;
1601
+ open: undefined;
1602
+ selected: boolean;
1603
+ type: string;
1604
+ isOpen?: undefined;
1605
+ tabs?: undefined;
1606
+ } | {
1607
+ title: string;
1608
+ key: string;
1609
+ href: string;
1610
+ open: boolean;
1611
+ selected: boolean;
1612
+ type: string;
1613
+ isOpen?: undefined;
1614
+ tabs?: undefined;
1615
+ } | {
1616
+ title: string;
1617
+ key: string;
1618
+ href: string;
1619
+ selected: boolean;
1620
+ isOpen: boolean;
1621
+ type: string;
1622
+ open?: undefined;
1623
+ tabs?: undefined;
1624
+ } | {
1625
+ title: string;
1626
+ key: string;
1627
+ href: string;
1628
+ open: boolean;
1629
+ selected: boolean;
1630
+ type: string;
1631
+ tabs: ({
1632
+ title: string;
1633
+ href: string;
1634
+ selected: boolean;
1635
+ type: string;
1636
+ } | {
1637
+ title: string;
1638
+ href: string;
1639
+ selected: boolean;
1640
+ type?: undefined;
1641
+ })[];
1642
+ isOpen?: undefined;
1643
+ })[];
1644
+ logo: string;
1645
+ content: {
1646
+ type: string;
1647
+ groups: never[];
1648
+ };
1649
+ };
1650
+ };
1651
+ export declare const GeneralSettingsSuccess: {
1652
+ (args: any): JSX.Element;
1653
+ args: any;
1654
+ };
1655
+ export declare const GeneralSettings: {
1656
+ (args: any): JSX.Element;
1657
+ args: any;
1658
+ };
1659
+ export declare const ListItemsArchived: {
1660
+ (args: any): JSX.Element;
1661
+ args: any;
1662
+ };
1663
+ export declare const ListItemsDraft: {
1664
+ (args: any): JSX.Element;
1665
+ args: any;
1666
+ };
1667
+ export declare const ListItemsPublishedWithPopin: {
1668
+ (args: any): JSX.Element;
1669
+ args: any;
1670
+ };
1671
+ export declare const ListItemsPublished: {
1672
+ (args: any): JSX.Element;
1673
+ args: any;
1674
+ };
1675
+ export declare const LmsError: {
1676
+ (args: any): JSX.Element;
1677
+ args: any;
1678
+ };
1679
+ export declare const LmsModified: {
1680
+ (args: any): JSX.Element;
1681
+ args: any;
1682
+ };
1683
+ export declare const LmsSuccess: {
1684
+ (args: any): JSX.Element;
1685
+ args: any;
1686
+ };
1687
+ export declare const Lms: {
1688
+ (args: any): JSX.Element;
1689
+ args: any;
1690
+ };
1691
+ export declare const Loader: {
1692
+ (args: any): JSX.Element;
1693
+ args: any;
1694
+ };
1695
+ export declare const LookandfeelError: {
1696
+ (args: any): JSX.Element;
1697
+ args: any;
1698
+ };
1699
+ export declare const LookandfeelModified: {
1700
+ (args: any): JSX.Element;
1701
+ args: any;
1702
+ };
1703
+ export declare const LookandfeelPending: {
1704
+ (args: any): JSX.Element;
1705
+ args: any;
1706
+ };
1707
+ export declare const LookandfeelSuccess: {
1708
+ (args: any): JSX.Element;
1709
+ args: any;
1710
+ };
1711
+ export declare const Lookandfeel: {
1712
+ (args: any): JSX.Element;
1713
+ args: any;
1714
+ };
1715
+ export declare const ManageusersEdit: {
1716
+ (args: any): JSX.Element;
1717
+ args: any;
1718
+ };
1719
+ export declare const ManageusersList: {
1720
+ (args: any): JSX.Element;
1721
+ args: any;
1722
+ };
1723
+ export declare const QuickAccess: {
1724
+ (args: any): JSX.Element;
1725
+ args: any;
1726
+ };
1727
+ export declare const SsoActivate: {
1728
+ (args: any): JSX.Element;
1729
+ args: any;
1730
+ };
1731
+ export declare const Sso: {
1732
+ (args: any): JSX.Element;
1733
+ args: any;
1734
+ };
1735
+ export declare const UploadusersLoading: {
1736
+ (args: any): JSX.Element;
1737
+ args: any;
1738
+ };
1739
+ export declare const UploadusersSuccessful: {
1740
+ (args: any): JSX.Element;
1741
+ args: any;
1742
+ };
1743
+ export declare const Uploadusers: {
1744
+ (args: any): JSX.Element;
1745
+ args: any;
1746
+ };
1747
+ export declare const WizardAddCoursesPlaylist: {
1748
+ (args: any): JSX.Element;
1749
+ args: {
1750
+ header: {
1751
+ logo: string;
1752
+ logoMobile: string;
1753
+ user: {
1754
+ username: string;
1755
+ image: string;
1756
+ };
1757
+ platformName: string;
1758
+ items: {
1759
+ platformList: {
1760
+ href: string;
1761
+ label: string;
1762
+ };
1763
+ seeMyPlatform: {
1764
+ href: string;
1765
+ label: string;
1766
+ };
1767
+ logOut: {
1768
+ href: string;
1769
+ label: string;
1770
+ onClick: () => void;
1771
+ };
1772
+ globalAnalytics: {
1773
+ href: string;
1774
+ label: string;
1775
+ };
1776
+ };
1777
+ href: string;
1778
+ };
1779
+ items: ({
1780
+ title: string;
1781
+ key: string;
1782
+ href: string;
1783
+ open: undefined;
1784
+ selected: boolean;
1785
+ type: string;
1786
+ isOpen?: undefined;
1787
+ tabs?: undefined;
1788
+ } | {
1789
+ title: string;
1790
+ key: string;
1791
+ href: string;
1792
+ open: boolean;
1793
+ selected: boolean;
1794
+ type: string;
1795
+ isOpen?: undefined;
1796
+ tabs?: undefined;
1797
+ } | {
1798
+ title: string;
1799
+ key: string;
1800
+ href: string;
1801
+ selected: boolean;
1802
+ isOpen: boolean;
1803
+ type: string;
1804
+ open?: undefined;
1805
+ tabs?: undefined;
1806
+ } | {
1807
+ title: string;
1808
+ key: string;
1809
+ href: string;
1810
+ open: boolean;
1811
+ selected: boolean;
1812
+ type: string;
1813
+ tabs: ({
1814
+ title: string;
1815
+ href: string;
1816
+ selected: boolean;
1817
+ type: string;
1818
+ } | {
1819
+ title: string;
1820
+ href: string;
1821
+ selected: boolean;
1822
+ type?: undefined;
1823
+ })[];
1824
+ isOpen?: undefined;
1825
+ })[];
1826
+ notifications: {
1827
+ type: string;
1828
+ message: string;
1829
+ firstCTALabel: string;
1830
+ firstCTA: () => void;
1831
+ }[];
1832
+ content: {
1833
+ isLoading: boolean;
1834
+ key: string;
1835
+ type: string;
1836
+ wizardHeader: {
1837
+ title: string;
1838
+ onClick: () => void;
1839
+ };
1840
+ steps: ({
1841
+ title: string;
1842
+ done: boolean;
1843
+ current?: undefined;
1844
+ } | {
1845
+ title: string;
1846
+ done: boolean;
1847
+ current: boolean;
1848
+ })[];
1849
+ summary: {
1850
+ title: string;
1851
+ sections: ({
1852
+ items: {
1853
+ type: string;
1854
+ title: string;
1855
+ value: string;
1856
+ }[];
1857
+ title?: undefined;
1858
+ counterText?: undefined;
1859
+ } | {
1860
+ title: string;
1861
+ items: {
1862
+ type: string;
1863
+ text: string;
1864
+ }[];
1865
+ counterText?: undefined;
1866
+ } | {
1867
+ title: string;
1868
+ items: {
1869
+ type: string;
1870
+ text: string;
1871
+ }[];
1872
+ counterText: string;
1873
+ } | {
1874
+ title: string;
1875
+ items: ({
1876
+ type: string;
1877
+ title: string;
1878
+ author: string;
1879
+ badgeList: {
1880
+ category: string;
1881
+ label: string;
1882
+ }[];
1883
+ eList?: undefined;
1884
+ } | {
1885
+ type: string;
1886
+ title: string;
1887
+ author: string;
1888
+ eList: {
1889
+ category: string;
1890
+ label: string;
1891
+ }[];
1892
+ badgeList?: undefined;
1893
+ })[];
1894
+ counterText: string;
1895
+ })[];
1896
+ action: {
1897
+ icon: string;
1898
+ text: string;
1899
+ 'aria-label': string;
1900
+ onClick: () => void;
1901
+ };
1902
+ };
1903
+ content: {
1904
+ type: string;
1905
+ search: {
1906
+ title: string;
1907
+ placeholder: string;
1908
+ value: string;
1909
+ description: string;
1910
+ onChange: (value: any) => void;
1911
+ };
1912
+ isLoading: boolean;
1913
+ contentTypeFilter: {
1914
+ type: string;
1915
+ title: string;
1916
+ placeholder: string;
1917
+ description: string;
1918
+ theme: string;
1919
+ size: string;
1920
+ options: {
1921
+ name: string;
1922
+ value: string;
1923
+ selected: boolean;
1924
+ }[];
1925
+ multiple: boolean;
1926
+ };
1927
+ 'courses-selection-aria-label': string;
1928
+ courses: any[];
1929
+ switchButton: {
1930
+ type: string;
1931
+ title: string;
1932
+ value: boolean;
1933
+ onChange: (value: any) => void;
1934
+ titlePosition: string;
1935
+ theme: string;
1936
+ };
1937
+ };
1938
+ previousStep: {
1939
+ label: string;
1940
+ onClick: () => void;
1941
+ };
1942
+ nextStep: {
1943
+ type: string;
1944
+ label: string;
1945
+ onClick: () => void;
1946
+ };
1947
+ };
1948
+ };
1949
+ };
1950
+ export declare const WizardFormCreatePlaylist: {
1951
+ (args: any): JSX.Element;
1952
+ args: {
1953
+ notifications: never[];
1954
+ header: {
1955
+ logo: string;
1956
+ logoMobile: string;
1957
+ user: {
1958
+ username: string;
1959
+ image: string;
1960
+ };
1961
+ platformName: string;
1962
+ items: {
1963
+ platformList: {
1964
+ href: string;
1965
+ label: string;
1966
+ };
1967
+ seeMyPlatform: {
1968
+ href: string;
1969
+ label: string;
1970
+ };
1971
+ logOut: {
1972
+ href: string;
1973
+ label: string;
1974
+ onClick: () => void;
1975
+ };
1976
+ globalAnalytics: {
1977
+ href: string;
1978
+ label: string;
1979
+ };
1980
+ };
1981
+ href: string;
1982
+ };
1983
+ items: ({
1984
+ title: string;
1985
+ key: string;
1986
+ href: string;
1987
+ open: undefined;
1988
+ selected: boolean;
1989
+ type: string;
1990
+ isOpen?: undefined;
1991
+ tabs?: undefined;
1992
+ } | {
1993
+ title: string;
1994
+ key: string;
1995
+ href: string;
1996
+ open: boolean;
1997
+ selected: boolean;
1998
+ type: string;
1999
+ isOpen?: undefined;
2000
+ tabs?: undefined;
2001
+ } | {
2002
+ title: string;
2003
+ key: string;
2004
+ href: string;
2005
+ selected: boolean;
2006
+ isOpen: boolean;
2007
+ type: string;
2008
+ open?: undefined;
2009
+ tabs?: undefined;
2010
+ } | {
2011
+ title: string;
2012
+ key: string;
2013
+ href: string;
2014
+ open: boolean;
2015
+ selected: boolean;
2016
+ type: string;
2017
+ tabs: ({
2018
+ title: string;
2019
+ href: string;
2020
+ selected: boolean;
2021
+ type: string;
2022
+ } | {
2023
+ title: string;
2024
+ href: string;
2025
+ selected: boolean;
2026
+ type?: undefined;
2027
+ })[];
2028
+ isOpen?: undefined;
2029
+ })[];
2030
+ content: {
2031
+ isLoading: boolean;
2032
+ key: string;
2033
+ type: string;
2034
+ wizardHeader: {
2035
+ title: string;
2036
+ onClick: () => void;
2037
+ };
2038
+ steps: ({
2039
+ title: string;
2040
+ done: boolean;
2041
+ current: boolean;
2042
+ } | {
2043
+ title: string;
2044
+ done: boolean;
2045
+ current?: undefined;
2046
+ })[];
2047
+ summary: {
2048
+ title: string;
2049
+ sections: ({
2050
+ items: {
2051
+ type: string;
2052
+ title: string;
2053
+ value: string;
2054
+ }[];
2055
+ title?: undefined;
2056
+ counterText?: undefined;
2057
+ } | {
2058
+ title: string;
2059
+ items: {
2060
+ type: string;
2061
+ text: string;
2062
+ }[];
2063
+ counterText?: undefined;
2064
+ } | {
2065
+ title: string;
2066
+ items: {
2067
+ type: string;
2068
+ text: string;
2069
+ }[];
2070
+ counterText: string;
2071
+ })[];
2072
+ action: {
2073
+ icon: string;
2074
+ text: string;
2075
+ 'aria-label': string;
2076
+ onClick: () => void;
2077
+ };
2078
+ };
2079
+ content: {
2080
+ type: string;
2081
+ groups: {
2082
+ fields: ({
2083
+ type: string;
2084
+ title: string;
2085
+ placeholder: string;
2086
+ description: string;
2087
+ theme: string;
2088
+ hint: string;
2089
+ size: string;
2090
+ options: {
2091
+ name: string;
2092
+ value: string;
2093
+ selected: boolean;
2094
+ }[];
2095
+ multiple: boolean;
2096
+ value?: undefined;
2097
+ label?: undefined;
2098
+ 'aria-label'?: undefined;
2099
+ 'data-name'?: undefined;
2100
+ onClick?: undefined;
2101
+ buttonType?: undefined;
2102
+ customStyle?: undefined;
2103
+ } | {
2104
+ type: string;
2105
+ title: string;
2106
+ placeholder: string;
2107
+ description: string;
2108
+ theme: string;
2109
+ hint: string;
2110
+ value: string;
2111
+ size: string;
2112
+ options?: undefined;
2113
+ multiple?: undefined;
2114
+ label?: undefined;
2115
+ 'aria-label'?: undefined;
2116
+ 'data-name'?: undefined;
2117
+ onClick?: undefined;
2118
+ buttonType?: undefined;
2119
+ customStyle?: undefined;
2120
+ } | {
2121
+ type: string;
2122
+ label: string;
2123
+ 'aria-label': string;
2124
+ 'data-name': string;
2125
+ theme: string;
2126
+ onClick: () => void;
2127
+ buttonType: string;
2128
+ customStyle: {
2129
+ width: string;
2130
+ marginLeft: string;
2131
+ marginTop: string;
2132
+ };
2133
+ title?: undefined;
2134
+ placeholder?: undefined;
2135
+ description?: undefined;
2136
+ hint?: undefined;
2137
+ size?: undefined;
2138
+ options?: undefined;
2139
+ multiple?: undefined;
2140
+ value?: undefined;
2141
+ })[];
2142
+ }[];
2143
+ };
2144
+ nextStep: {
2145
+ type: string;
2146
+ label: string;
2147
+ onClick: () => void;
2148
+ };
2149
+ };
2150
+ documentation: {
2151
+ show: boolean;
2152
+ onClose: () => void;
2153
+ content: string;
2154
+ };
2155
+ };
2156
+ };
2157
+ export declare const WizardFormEditPlaylist: {
2158
+ (args: any): JSX.Element;
2159
+ args: {
2160
+ header: {
2161
+ logo: string;
2162
+ logoMobile: string;
2163
+ user: {
2164
+ username: string;
2165
+ image: string;
2166
+ };
2167
+ platformName: string;
2168
+ items: {
2169
+ platformList: {
2170
+ href: string;
2171
+ label: string;
2172
+ };
2173
+ seeMyPlatform: {
2174
+ href: string;
2175
+ label: string;
2176
+ };
2177
+ logOut: {
2178
+ href: string;
2179
+ label: string;
2180
+ onClick: () => void;
2181
+ };
2182
+ globalAnalytics: {
2183
+ href: string;
2184
+ label: string;
2185
+ };
2186
+ };
2187
+ href: string;
2188
+ };
2189
+ items: ({
2190
+ title: string;
2191
+ key: string;
2192
+ href: string;
2193
+ open: undefined;
2194
+ selected: boolean;
2195
+ type: string;
2196
+ isOpen?: undefined;
2197
+ tabs?: undefined;
2198
+ } | {
2199
+ title: string;
2200
+ key: string;
2201
+ href: string;
2202
+ open: boolean;
2203
+ selected: boolean;
2204
+ type: string;
2205
+ isOpen?: undefined;
2206
+ tabs?: undefined;
2207
+ } | {
2208
+ title: string;
2209
+ key: string;
2210
+ href: string;
2211
+ selected: boolean;
2212
+ isOpen: boolean;
2213
+ type: string;
2214
+ open?: undefined;
2215
+ tabs?: undefined;
2216
+ } | {
2217
+ title: string;
2218
+ key: string;
2219
+ href: string;
2220
+ open: boolean;
2221
+ selected: boolean;
2222
+ type: string;
2223
+ tabs: ({
2224
+ title: string;
2225
+ href: string;
2226
+ selected: boolean;
2227
+ type: string;
2228
+ } | {
2229
+ title: string;
2230
+ href: string;
2231
+ selected: boolean;
2232
+ type?: undefined;
2233
+ })[];
2234
+ isOpen?: undefined;
2235
+ })[];
2236
+ notifications: {
2237
+ type: string;
2238
+ message: string;
2239
+ firstCTALabel: string;
2240
+ firstCTA: () => void;
2241
+ secondCTALabel: string;
2242
+ secondCTA: () => void;
2243
+ }[];
2244
+ content: {
2245
+ isLoading: boolean;
2246
+ key: string;
2247
+ type: string;
2248
+ wizardHeader: {
2249
+ title: string;
2250
+ onClick: () => void;
2251
+ };
2252
+ steps: ({
2253
+ title: string;
2254
+ done: boolean;
2255
+ current: boolean;
2256
+ } | {
2257
+ title: string;
2258
+ done: boolean;
2259
+ current?: undefined;
2260
+ })[];
2261
+ summary: {
2262
+ title: string;
2263
+ sections: {
2264
+ items: {
2265
+ type: string;
2266
+ title: string;
2267
+ value: string;
2268
+ }[];
2269
+ }[];
2270
+ action: {
2271
+ icon: string;
2272
+ text: string;
2273
+ 'aria-label': string;
2274
+ onClick: () => void;
2275
+ };
2276
+ };
2277
+ content: {
2278
+ type: string;
2279
+ groups: {
2280
+ fields: ({
2281
+ type: string;
2282
+ title: string;
2283
+ placeholder: string;
2284
+ description: string;
2285
+ theme: string;
2286
+ hint: string;
2287
+ size: string;
2288
+ options: {
2289
+ name: string;
2290
+ value: string;
2291
+ selected: boolean;
2292
+ }[];
2293
+ multiple: boolean;
2294
+ value?: undefined;
2295
+ label?: undefined;
2296
+ 'aria-label'?: undefined;
2297
+ 'data-name'?: undefined;
2298
+ onClick?: undefined;
2299
+ buttonType?: undefined;
2300
+ customStyle?: undefined;
2301
+ } | {
2302
+ type: string;
2303
+ title: string;
2304
+ placeholder: string;
2305
+ description: string;
2306
+ theme: string;
2307
+ hint: string;
2308
+ value: string;
2309
+ size: string;
2310
+ options?: undefined;
2311
+ multiple?: undefined;
2312
+ label?: undefined;
2313
+ 'aria-label'?: undefined;
2314
+ 'data-name'?: undefined;
2315
+ onClick?: undefined;
2316
+ buttonType?: undefined;
2317
+ customStyle?: undefined;
2318
+ } | {
2319
+ type: string;
2320
+ label: string;
2321
+ 'aria-label': string;
2322
+ 'data-name': string;
2323
+ theme: string;
2324
+ onClick: () => void;
2325
+ buttonType: string;
2326
+ customStyle: {
2327
+ width: string;
2328
+ marginLeft: string;
2329
+ marginTop: string;
2330
+ };
2331
+ title?: undefined;
2332
+ placeholder?: undefined;
2333
+ description?: undefined;
2334
+ hint?: undefined;
2335
+ size?: undefined;
2336
+ options?: undefined;
2337
+ multiple?: undefined;
2338
+ value?: undefined;
2339
+ })[];
2340
+ }[];
2341
+ };
2342
+ nextStep: {
2343
+ label: string;
2344
+ onClick: () => void;
2345
+ };
2346
+ };
2347
+ documentation: {
2348
+ show: boolean;
2349
+ content: string;
2350
+ };
2351
+ };
2352
+ };
2353
+ export declare const WizardOrganizeCoursesPlaylist: {
2354
+ (args: any): JSX.Element;
2355
+ args: {
2356
+ header: {
2357
+ logo: string;
2358
+ logoMobile: string;
2359
+ user: {
2360
+ username: string;
2361
+ image: string;
2362
+ };
2363
+ platformName: string;
2364
+ items: {
2365
+ platformList: {
2366
+ href: string;
2367
+ label: string;
2368
+ };
2369
+ seeMyPlatform: {
2370
+ href: string;
2371
+ label: string;
2372
+ };
2373
+ logOut: {
2374
+ href: string;
2375
+ label: string;
2376
+ onClick: () => void;
2377
+ };
2378
+ globalAnalytics: {
2379
+ href: string;
2380
+ label: string;
2381
+ };
2382
+ };
2383
+ href: string;
2384
+ };
2385
+ items: ({
2386
+ title: string;
2387
+ key: string;
2388
+ href: string;
2389
+ open: undefined;
2390
+ selected: boolean;
2391
+ type: string;
2392
+ isOpen?: undefined;
2393
+ tabs?: undefined;
2394
+ } | {
2395
+ title: string;
2396
+ key: string;
2397
+ href: string;
2398
+ open: boolean;
2399
+ selected: boolean;
2400
+ type: string;
2401
+ isOpen?: undefined;
2402
+ tabs?: undefined;
2403
+ } | {
2404
+ title: string;
2405
+ key: string;
2406
+ href: string;
2407
+ selected: boolean;
2408
+ isOpen: boolean;
2409
+ type: string;
2410
+ open?: undefined;
2411
+ tabs?: undefined;
2412
+ } | {
2413
+ title: string;
2414
+ key: string;
2415
+ href: string;
2416
+ open: boolean;
2417
+ selected: boolean;
2418
+ type: string;
2419
+ tabs: ({
2420
+ title: string;
2421
+ href: string;
2422
+ selected: boolean;
2423
+ type: string;
2424
+ } | {
2425
+ title: string;
2426
+ href: string;
2427
+ selected: boolean;
2428
+ type?: undefined;
2429
+ })[];
2430
+ isOpen?: undefined;
2431
+ })[];
2432
+ notifications: never[];
2433
+ content: {
2434
+ isLoading: boolean;
2435
+ key: string;
2436
+ type: string;
2437
+ wizardHeader: {
2438
+ title: string;
2439
+ onClick: () => void;
2440
+ };
2441
+ steps: ({
2442
+ title: string;
2443
+ done: boolean;
2444
+ current?: undefined;
2445
+ } | {
2446
+ title: string;
2447
+ done: boolean;
2448
+ current: boolean;
2449
+ })[];
2450
+ summary: {
2451
+ title: string;
2452
+ sections: ({
2453
+ items: {
2454
+ type: string;
2455
+ title: string;
2456
+ value: string;
2457
+ }[];
2458
+ title?: undefined;
2459
+ counterText?: undefined;
2460
+ } | {
2461
+ title: string;
2462
+ items: {
2463
+ type: string;
2464
+ text: string;
2465
+ }[];
2466
+ counterText?: undefined;
2467
+ } | {
2468
+ title: string;
2469
+ items: {
2470
+ type: string;
2471
+ text: string;
2472
+ }[];
2473
+ counterText: string;
2474
+ } | {
2475
+ title: string;
2476
+ items: ({
2477
+ type: string;
2478
+ title: string;
2479
+ author: string;
2480
+ badgeList: {
2481
+ category: string;
2482
+ label: string;
2483
+ }[];
2484
+ eList?: undefined;
2485
+ } | {
2486
+ type: string;
2487
+ title: string;
2488
+ author: string;
2489
+ eList: {
2490
+ category: string;
2491
+ label: string;
2492
+ }[];
2493
+ badgeList?: undefined;
2494
+ })[];
2495
+ counterText: string;
2496
+ })[];
2497
+ action: {
2498
+ icon: string;
2499
+ text: string;
2500
+ 'aria-label': string;
2501
+ onClick: () => void;
2502
+ };
2503
+ };
2504
+ content: {
2505
+ type: string;
2506
+ mandatoryCoursesInput: {
2507
+ title: string;
2508
+ inputText: {
2509
+ title: string;
2510
+ error: string;
2511
+ hint: string;
2512
+ size: string;
2513
+ type: string;
2514
+ placeholder: string;
2515
+ theme: string;
2516
+ description: string;
2517
+ value: string;
2518
+ disabled: boolean;
2519
+ valid: boolean;
2520
+ required: boolean;
2521
+ onChange: (value: any) => void;
2522
+ };
2523
+ };
2524
+ inputTitle: string;
2525
+ totalCourses: string;
2526
+ sections: {
2527
+ 'aria-label': {
2528
+ title: string;
2529
+ author: string;
2530
+ };
2531
+ title: string;
2532
+ author: string;
2533
+ image: string;
2534
+ badgeList: {
2535
+ label: string;
2536
+ category: string;
2537
+ }[];
2538
+ position: number;
2539
+ id: string;
2540
+ }[];
2541
+ isLoading: boolean;
2542
+ onDrop: () => void;
2543
+ title: string;
2544
+ };
2545
+ previousStep: {
2546
+ label: string;
2547
+ onClick: () => void;
2548
+ };
2549
+ nextStep: {
2550
+ type: string;
2551
+ label: string;
2552
+ onClick: () => void;
2553
+ };
2554
+ };
2555
+ };
2556
+ };
2557
+ export declare const WizardPopulationsPlaylistWithPopin: {
2558
+ (args: any): JSX.Element;
2559
+ args: {
2560
+ header: {
2561
+ logo: string;
2562
+ logoMobile: string;
2563
+ user: {
2564
+ username: string;
2565
+ image: string;
2566
+ };
2567
+ platformName: string;
2568
+ items: {
2569
+ platformList: {
2570
+ href: string;
2571
+ label: string;
2572
+ };
2573
+ seeMyPlatform: {
2574
+ href: string;
2575
+ label: string;
2576
+ };
2577
+ logOut: {
2578
+ href: string;
2579
+ label: string;
2580
+ onClick: () => void;
2581
+ };
2582
+ globalAnalytics: {
2583
+ href: string;
2584
+ label: string;
2585
+ };
2586
+ };
2587
+ href: string;
2588
+ };
2589
+ items: ({
2590
+ title: string;
2591
+ key: string;
2592
+ href: string;
2593
+ open: undefined;
2594
+ selected: boolean;
2595
+ type: string;
2596
+ isOpen?: undefined;
2597
+ tabs?: undefined;
2598
+ } | {
2599
+ title: string;
2600
+ key: string;
2601
+ href: string;
2602
+ open: boolean;
2603
+ selected: boolean;
2604
+ type: string;
2605
+ isOpen?: undefined;
2606
+ tabs?: undefined;
2607
+ } | {
2608
+ title: string;
2609
+ key: string;
2610
+ href: string;
2611
+ selected: boolean;
2612
+ isOpen: boolean;
2613
+ type: string;
2614
+ open?: undefined;
2615
+ tabs?: undefined;
2616
+ } | {
2617
+ title: string;
2618
+ key: string;
2619
+ href: string;
2620
+ open: boolean;
2621
+ selected: boolean;
2622
+ type: string;
2623
+ tabs: ({
2624
+ title: string;
2625
+ href: string;
2626
+ selected: boolean;
2627
+ type: string;
2628
+ } | {
2629
+ title: string;
2630
+ href: string;
2631
+ selected: boolean;
2632
+ type?: undefined;
2633
+ })[];
2634
+ isOpen?: undefined;
2635
+ })[];
2636
+ notifications: never[];
2637
+ popin: {
2638
+ content: string;
2639
+ icon: string;
2640
+ onClose: () => void;
2641
+ firstButton: {
2642
+ label: string;
2643
+ type: string;
2644
+ handleOnclick: () => void;
2645
+ 'aria-label': string;
2646
+ };
2647
+ secondButton: {
2648
+ label: string;
2649
+ type: string;
2650
+ handleOnclick: () => void;
2651
+ 'aria-label': string;
2652
+ };
2653
+ };
2654
+ content: {
2655
+ isLoading: boolean;
2656
+ key: string;
2657
+ type: string;
2658
+ wizardHeader: {
2659
+ title: string;
2660
+ onClick: () => void;
2661
+ };
2662
+ steps: ({
2663
+ title: string;
2664
+ done: boolean;
2665
+ current?: undefined;
2666
+ } | {
2667
+ title: string;
2668
+ done: boolean;
2669
+ current: boolean;
2670
+ })[];
2671
+ summary: {
2672
+ title: string;
2673
+ sections: ({
2674
+ items: {
2675
+ type: string;
2676
+ title: string;
2677
+ value: string;
2678
+ }[];
2679
+ title?: undefined;
2680
+ counterText?: undefined;
2681
+ } | {
2682
+ title: string;
2683
+ items: {
2684
+ type: string;
2685
+ text: string;
2686
+ }[];
2687
+ counterText?: undefined;
2688
+ } | {
2689
+ title: string;
2690
+ items: {
2691
+ type: string;
2692
+ text: string;
2693
+ }[];
2694
+ counterText: string;
2695
+ })[];
2696
+ action: {
2697
+ icon: string;
2698
+ text: string;
2699
+ 'aria-label': string;
2700
+ onClick: () => void;
2701
+ };
2702
+ };
2703
+ content: {
2704
+ type: string;
2705
+ selectAllButton: {
2706
+ label: string;
2707
+ onClick: () => void;
2708
+ };
2709
+ search: {
2710
+ title: string;
2711
+ placeholder: string;
2712
+ value: string;
2713
+ description: string;
2714
+ onChange: (value: any) => void;
2715
+ };
2716
+ 'results-aria-label': string;
2717
+ results: ({
2718
+ text: string;
2719
+ information: string;
2720
+ onClick: () => void;
2721
+ selected: boolean;
2722
+ } | {
2723
+ text: string;
2724
+ information: string;
2725
+ onClick: () => void;
2726
+ selected?: undefined;
2727
+ })[];
2728
+ };
2729
+ previousStep: {
2730
+ label: string;
2731
+ onClick: () => void;
2732
+ };
2733
+ nextStep: {
2734
+ type: string;
2735
+ label: string;
2736
+ onClick: () => void;
2737
+ };
2738
+ };
2739
+ };
2740
+ };
2741
+ export declare const WizardPopulationsPlaylist: {
2742
+ (args: any): JSX.Element;
2743
+ args: {
2744
+ header: {
2745
+ logo: string;
2746
+ logoMobile: string;
2747
+ user: {
2748
+ username: string;
2749
+ image: string;
2750
+ };
2751
+ platformName: string;
2752
+ items: {
2753
+ platformList: {
2754
+ href: string;
2755
+ label: string;
2756
+ };
2757
+ seeMyPlatform: {
2758
+ href: string;
2759
+ label: string;
2760
+ };
2761
+ logOut: {
2762
+ href: string;
2763
+ label: string;
2764
+ onClick: () => void;
2765
+ };
2766
+ globalAnalytics: {
2767
+ href: string;
2768
+ label: string;
2769
+ };
2770
+ };
2771
+ href: string;
2772
+ };
2773
+ items: ({
2774
+ title: string;
2775
+ key: string;
2776
+ href: string;
2777
+ open: undefined;
2778
+ selected: boolean;
2779
+ type: string;
2780
+ isOpen?: undefined;
2781
+ tabs?: undefined;
2782
+ } | {
2783
+ title: string;
2784
+ key: string;
2785
+ href: string;
2786
+ open: boolean;
2787
+ selected: boolean;
2788
+ type: string;
2789
+ isOpen?: undefined;
2790
+ tabs?: undefined;
2791
+ } | {
2792
+ title: string;
2793
+ key: string;
2794
+ href: string;
2795
+ selected: boolean;
2796
+ isOpen: boolean;
2797
+ type: string;
2798
+ open?: undefined;
2799
+ tabs?: undefined;
2800
+ } | {
2801
+ title: string;
2802
+ key: string;
2803
+ href: string;
2804
+ open: boolean;
2805
+ selected: boolean;
2806
+ type: string;
2807
+ tabs: ({
2808
+ title: string;
2809
+ href: string;
2810
+ selected: boolean;
2811
+ type: string;
2812
+ } | {
2813
+ title: string;
2814
+ href: string;
2815
+ selected: boolean;
2816
+ type?: undefined;
2817
+ })[];
2818
+ isOpen?: undefined;
2819
+ })[];
2820
+ notifications: never[];
2821
+ content: {
2822
+ isLoading: boolean;
2823
+ key: string;
2824
+ type: string;
2825
+ wizardHeader: {
2826
+ title: string;
2827
+ onClick: () => void;
2828
+ };
2829
+ steps: ({
2830
+ title: string;
2831
+ done: boolean;
2832
+ current?: undefined;
2833
+ } | {
2834
+ title: string;
2835
+ done: boolean;
2836
+ current: boolean;
2837
+ })[];
2838
+ summary: {
2839
+ title: string;
2840
+ sections: ({
2841
+ items: {
2842
+ type: string;
2843
+ title: string;
2844
+ value: string;
2845
+ }[];
2846
+ title?: undefined;
2847
+ counterText?: undefined;
2848
+ } | {
2849
+ title: string;
2850
+ items: {
2851
+ type: string;
2852
+ text: string;
2853
+ }[];
2854
+ counterText?: undefined;
2855
+ } | {
2856
+ title: string;
2857
+ items: {
2858
+ type: string;
2859
+ text: string;
2860
+ }[];
2861
+ counterText: string;
2862
+ })[];
2863
+ action: {
2864
+ icon: string;
2865
+ text: string;
2866
+ 'aria-label': string;
2867
+ onClick: () => void;
2868
+ };
2869
+ };
2870
+ content: {
2871
+ type: string;
2872
+ selectAllButton: {
2873
+ label: string;
2874
+ onClick: () => void;
2875
+ };
2876
+ search: {
2877
+ title: string;
2878
+ placeholder: string;
2879
+ value: string;
2880
+ description: string;
2881
+ onChange: (value: any) => void;
2882
+ };
2883
+ 'results-aria-label': string;
2884
+ results: ({
2885
+ text: string;
2886
+ information: string;
2887
+ onClick: () => void;
2888
+ selected: boolean;
2889
+ } | {
2890
+ text: string;
2891
+ information: string;
2892
+ onClick: () => void;
2893
+ selected?: undefined;
2894
+ })[];
2895
+ };
2896
+ previousStep: {
2897
+ label: string;
2898
+ onClick: () => void;
2899
+ };
2900
+ nextStep: {
2901
+ type: string;
2902
+ label: string;
2903
+ onClick: () => void;
2904
+ };
2905
+ };
2906
+ };
2907
+ };
2908
+ export declare const WizardRewardsCertification: {
2909
+ (args: any): JSX.Element;
2910
+ args: {
2911
+ header: {
2912
+ logo: string;
2913
+ logoMobile: string;
2914
+ user: {
2915
+ username: string;
2916
+ image: string;
2917
+ };
2918
+ platformName: string;
2919
+ items: {
2920
+ platformList: {
2921
+ href: string;
2922
+ label: string;
2923
+ };
2924
+ seeMyPlatform: {
2925
+ href: string;
2926
+ label: string;
2927
+ };
2928
+ logOut: {
2929
+ href: string;
2930
+ label: string;
2931
+ onClick: () => void;
2932
+ };
2933
+ globalAnalytics: {
2934
+ href: string;
2935
+ label: string;
2936
+ };
2937
+ };
2938
+ href: string;
2939
+ };
2940
+ items: ({
2941
+ title: string;
2942
+ key: string;
2943
+ href: string;
2944
+ open: undefined;
2945
+ selected: boolean;
2946
+ type: string;
2947
+ isOpen?: undefined;
2948
+ tabs?: undefined;
2949
+ } | {
2950
+ title: string;
2951
+ key: string;
2952
+ href: string;
2953
+ open: boolean;
2954
+ selected: boolean;
2955
+ type: string;
2956
+ isOpen?: undefined;
2957
+ tabs?: undefined;
2958
+ } | {
2959
+ title: string;
2960
+ key: string;
2961
+ href: string;
2962
+ selected: boolean;
2963
+ isOpen: boolean;
2964
+ type: string;
2965
+ open?: undefined;
2966
+ tabs?: undefined;
2967
+ } | {
2968
+ title: string;
2969
+ key: string;
2970
+ href: string;
2971
+ open: boolean;
2972
+ selected: boolean;
2973
+ type: string;
2974
+ tabs: ({
2975
+ title: string;
2976
+ href: string;
2977
+ selected: boolean;
2978
+ type: string;
2979
+ } | {
2980
+ title: string;
2981
+ href: string;
2982
+ selected: boolean;
2983
+ type?: undefined;
2984
+ })[];
2985
+ isOpen?: undefined;
2986
+ })[];
2987
+ notifications: never[];
2988
+ content: {
2989
+ isLoading: boolean;
2990
+ key: string;
2991
+ type: string;
2992
+ wizardHeader: {
2993
+ title: string;
2994
+ onClick: () => void;
2995
+ };
2996
+ steps: ({
2997
+ title: string;
2998
+ done: boolean;
2999
+ current?: undefined;
3000
+ } | {
3001
+ title: string;
3002
+ done: boolean;
3003
+ current: boolean;
3004
+ })[];
3005
+ summary: {
3006
+ title: string;
3007
+ sections: ({
3008
+ items: {
3009
+ type: string;
3010
+ title: string;
3011
+ value: string;
3012
+ }[];
3013
+ title?: undefined;
3014
+ counterText?: undefined;
3015
+ } | {
3016
+ title: string;
3017
+ items: {
3018
+ type: string;
3019
+ text: string;
3020
+ }[];
3021
+ counterText?: undefined;
3022
+ } | {
3023
+ title: string;
3024
+ items: {
3025
+ type: string;
3026
+ text: string;
3027
+ }[];
3028
+ counterText: string;
3029
+ })[];
3030
+ action: {
3031
+ icon: string;
3032
+ text: string;
3033
+ 'aria-label': string;
3034
+ onClick: () => void;
3035
+ };
3036
+ };
3037
+ content: {
3038
+ type: string;
3039
+ items: ({
3040
+ child: {
3041
+ childType: string;
3042
+ title: undefined;
3043
+ inputText: {
3044
+ title: string;
3045
+ error: string;
3046
+ hint: string;
3047
+ size: string;
3048
+ type: string;
3049
+ placeholder: string;
3050
+ theme: string;
3051
+ description: string;
3052
+ value: string;
3053
+ disabled: boolean;
3054
+ valid: boolean;
3055
+ required: boolean;
3056
+ onChange: (value: any) => void;
3057
+ };
3058
+ };
3059
+ checkboxWithTitle: {
3060
+ title: string;
3061
+ checked: boolean;
3062
+ onChange: (value: any) => void;
3063
+ };
3064
+ } | {
3065
+ child: {
3066
+ childType: string;
3067
+ title: string;
3068
+ list: {
3069
+ title: string;
3070
+ disabled: boolean;
3071
+ onChange: () => boolean;
3072
+ uploadLabel: string;
3073
+ previewLabel: string;
3074
+ }[];
3075
+ };
3076
+ checkboxWithTitle: {
3077
+ title: string;
3078
+ checked?: undefined;
3079
+ };
3080
+ } | {
3081
+ child: {
3082
+ childType: string;
3083
+ checkBoxTitle: {
3084
+ title: string;
3085
+ checked: boolean;
3086
+ onChange: (value: any) => void;
3087
+ };
3088
+ list: ({
3089
+ title: string;
3090
+ description: string;
3091
+ uploadLabel: string;
3092
+ previewLabel: string;
3093
+ onChange: () => boolean;
3094
+ } | {
3095
+ title: string;
3096
+ modified: boolean;
3097
+ description: string;
3098
+ uploadLabel: string;
3099
+ previewLabel: string;
3100
+ onChange: () => boolean;
3101
+ })[];
3102
+ };
3103
+ checkboxWithTitle: {
3104
+ title: string;
3105
+ checked: boolean;
3106
+ };
3107
+ })[];
3108
+ };
3109
+ previousStep: {
3110
+ label: string;
3111
+ onClick: () => void;
3112
+ };
3113
+ nextStep: {
3114
+ type: string;
3115
+ label: string;
3116
+ onClick: () => void;
3117
+ };
3118
+ };
3119
+ };
3120
+ };
3121
+ export declare const WizardTranslatePlaylist: {
3122
+ (args: any): JSX.Element;
3123
+ args: {
3124
+ header: {
3125
+ logo: string;
3126
+ logoMobile: string;
3127
+ user: {
3128
+ username: string;
3129
+ image: string;
3130
+ };
3131
+ platformName: string;
3132
+ items: {
3133
+ platformList: {
3134
+ href: string;
3135
+ label: string;
3136
+ };
3137
+ seeMyPlatform: {
3138
+ href: string;
3139
+ label: string;
3140
+ };
3141
+ logOut: {
3142
+ href: string;
3143
+ label: string;
3144
+ onClick: () => void;
3145
+ };
3146
+ globalAnalytics: {
3147
+ href: string;
3148
+ label: string;
3149
+ };
3150
+ };
3151
+ href: string;
3152
+ };
3153
+ items: ({
3154
+ title: string;
3155
+ key: string;
3156
+ href: string;
3157
+ open: undefined;
3158
+ selected: boolean;
3159
+ type: string;
3160
+ isOpen?: undefined;
3161
+ tabs?: undefined;
3162
+ } | {
3163
+ title: string;
3164
+ key: string;
3165
+ href: string;
3166
+ open: boolean;
3167
+ selected: boolean;
3168
+ type: string;
3169
+ isOpen?: undefined;
3170
+ tabs?: undefined;
3171
+ } | {
3172
+ title: string;
3173
+ key: string;
3174
+ href: string;
3175
+ selected: boolean;
3176
+ isOpen: boolean;
3177
+ type: string;
3178
+ open?: undefined;
3179
+ tabs?: undefined;
3180
+ } | {
3181
+ title: string;
3182
+ key: string;
3183
+ href: string;
3184
+ open: boolean;
3185
+ selected: boolean;
3186
+ type: string;
3187
+ tabs: ({
3188
+ title: string;
3189
+ href: string;
3190
+ selected: boolean;
3191
+ type: string;
3192
+ } | {
3193
+ title: string;
3194
+ href: string;
3195
+ selected: boolean;
3196
+ type?: undefined;
3197
+ })[];
3198
+ isOpen?: undefined;
3199
+ })[];
3200
+ notifications: never[];
3201
+ content: {
3202
+ isLoading: boolean;
3203
+ key: string;
3204
+ type: string;
3205
+ wizardHeader: {
3206
+ title: string;
3207
+ onClick: () => void;
3208
+ };
3209
+ steps: ({
3210
+ title: string;
3211
+ done: boolean;
3212
+ current?: undefined;
3213
+ } | {
3214
+ title: string;
3215
+ done: boolean;
3216
+ current: boolean;
3217
+ })[];
3218
+ summary: {
3219
+ title: string;
3220
+ sections: ({
3221
+ items: {
3222
+ type: string;
3223
+ title: string;
3224
+ value: string;
3225
+ }[];
3226
+ title?: undefined;
3227
+ counterText?: undefined;
3228
+ } | {
3229
+ title: string;
3230
+ items: {
3231
+ type: string;
3232
+ text: string;
3233
+ }[];
3234
+ counterText?: undefined;
3235
+ } | {
3236
+ title: string;
3237
+ items: {
3238
+ type: string;
3239
+ text: string;
3240
+ }[];
3241
+ counterText: string;
3242
+ })[];
3243
+ action: {
3244
+ icon: string;
3245
+ text: string;
3246
+ 'aria-label': string;
3247
+ onClick: () => void;
3248
+ };
3249
+ };
3250
+ content: {
3251
+ type: string;
3252
+ languageTabs: ({
3253
+ title: string;
3254
+ leftIcon: string;
3255
+ onClick: () => void;
3256
+ selected: boolean;
3257
+ iconAriaLabel: string;
3258
+ } | {
3259
+ title: string;
3260
+ leftIcon: string;
3261
+ onClick: () => void;
3262
+ selected: boolean;
3263
+ iconAriaLabel?: undefined;
3264
+ })[];
3265
+ inputText: {
3266
+ theme: string;
3267
+ type: string;
3268
+ title: string;
3269
+ hint: string;
3270
+ placeholder: string;
3271
+ description: string;
3272
+ value: string;
3273
+ disabled: boolean;
3274
+ valid: boolean;
3275
+ error: string;
3276
+ required: boolean;
3277
+ onChange: (value: any) => void;
3278
+ };
3279
+ textArea: {
3280
+ theme: string;
3281
+ type: string;
3282
+ title: string;
3283
+ hint: string;
3284
+ placeholder: string;
3285
+ description: string;
3286
+ value: string;
3287
+ disabled: boolean;
3288
+ valid: boolean;
3289
+ error: string;
3290
+ required: boolean;
3291
+ onChange: (value: any) => void;
3292
+ };
3293
+ 'list-aria-label': string;
3294
+ };
3295
+ previousStep: {
3296
+ label: string;
3297
+ onClick: () => void;
3298
+ };
3299
+ nextStep: {
3300
+ type: string;
3301
+ label: string;
3302
+ onClick: () => void;
3303
+ };
3304
+ };
3305
+ };
3306
+ };
3307
+ //# sourceMappingURL=index.stories.d.ts.map