nzk-react-components 2.0.0-7 → 3.0.0-0

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 (303) hide show
  1. package/dist/cjs/components/Avatar/Avatar.js +1 -1
  2. package/dist/cjs/components/Avatar/Avatar.styles.js +1 -1
  3. package/dist/cjs/components/Button/utils.js +1 -1
  4. package/dist/cjs/components/DatePicker/DatePicker.js +1 -1
  5. package/dist/cjs/components/IconButton/IconButton.js +1 -1
  6. package/dist/cjs/components/Input/Input.js +1 -1
  7. package/dist/cjs/components/Modal/Modal.js +1 -1
  8. package/dist/cjs/components/Modal/Modal.styles.js +1 -1
  9. package/dist/cjs/components/Modal/ModalState.js +1 -1
  10. package/dist/cjs/components/SyncedText/SyncedText.js +1 -1
  11. package/dist/cjs/hooks/useCloudinary/index.js +1 -1
  12. package/dist/cjs/hooks/useConfettis/animations.js +1 -1
  13. package/dist/cjs/lib/unstated-next.js +1 -0
  14. package/dist/components/Avatar/Avatar.d.ts +33 -33
  15. package/dist/components/Avatar/Avatar.styles.d.ts +12 -11
  16. package/dist/components/Avatar/index.d.ts +2 -2
  17. package/dist/components/Button/Button.d.ts +24 -24
  18. package/dist/components/Button/Button.styles.d.ts +5 -4
  19. package/dist/components/Button/constants.d.ts +14 -14
  20. package/dist/components/Button/index.d.ts +2 -2
  21. package/dist/components/Button/types.d.ts +21 -21
  22. package/dist/components/Button/utils.d.ts +22 -22
  23. package/dist/components/DatePicker/DatePicker.d.ts +24 -24
  24. package/dist/components/DatePicker/index.d.ts +2 -2
  25. package/dist/components/Icon/Icon.d.ts +13 -13
  26. package/dist/components/Icon/icons.d.ts +137 -137
  27. package/dist/components/Icon/index.d.ts +2 -2
  28. package/dist/components/IconButton/IconButton.d.ts +9 -9
  29. package/dist/components/IconButton/index.d.ts +2 -2
  30. package/dist/components/Input/Input.d.ts +8 -7
  31. package/dist/components/Input/index.d.ts +2 -2
  32. package/dist/components/Modal/Modal.d.ts +11 -11
  33. package/dist/components/Modal/Modal.styles.d.ts +8 -7
  34. package/dist/components/Modal/ModalState.d.ts +8 -8
  35. package/dist/components/Modal/index.d.ts +2 -2
  36. package/dist/components/SyncedText/SyncedText.d.ts +3 -3
  37. package/dist/components/SyncedText/hooks/useTimeout.d.ts +5 -5
  38. package/dist/components/SyncedText/index.d.ts +2 -2
  39. package/dist/components/SyncedText/types.d.ts +27 -27
  40. package/dist/esm/components/Avatar/Avatar.js +1 -1
  41. package/dist/esm/components/Avatar/Avatar.styles.js +1 -1
  42. package/dist/esm/components/Button/utils.js +1 -1
  43. package/dist/esm/components/DatePicker/DatePicker.js +1 -1
  44. package/dist/esm/components/IconButton/IconButton.js +1 -1
  45. package/dist/esm/components/Input/Input.js +1 -1
  46. package/dist/esm/components/Modal/Modal.js +1 -1
  47. package/dist/esm/components/Modal/Modal.styles.js +1 -1
  48. package/dist/esm/components/Modal/ModalState.js +1 -1
  49. package/dist/esm/components/SyncedText/SyncedText.js +1 -1
  50. package/dist/esm/hooks/useCloudinary/index.js +1 -1
  51. package/dist/esm/hooks/useConfettis/animations.js +1 -1
  52. package/dist/esm/lib/unstated-next.js +1 -0
  53. package/dist/hooks/useAsync.d.ts +14 -14
  54. package/dist/hooks/useCloudinary/index.d.ts +10 -10
  55. package/dist/hooks/useConfettis/animations.d.ts +22 -22
  56. package/dist/hooks/useConfettis/index.d.ts +7 -7
  57. package/dist/hooks/useDebounce.d.ts +2 -2
  58. package/dist/hooks/useElementSize.d.ts +7 -7
  59. package/dist/hooks/useEventListener.d.ts +3 -3
  60. package/dist/hooks/useInterval.d.ts +2 -2
  61. package/dist/hooks/useMountState.d.ts +2 -2
  62. package/dist/icons/AboutUs.d.ts +4 -3
  63. package/dist/icons/Achievements.d.ts +4 -3
  64. package/dist/icons/Activities.d.ts +4 -3
  65. package/dist/icons/AddChapter.d.ts +4 -3
  66. package/dist/icons/AdvancedTutoring.d.ts +4 -3
  67. package/dist/icons/Ant.d.ts +4 -3
  68. package/dist/icons/AppClose.d.ts +4 -3
  69. package/dist/icons/AppCreate.d.ts +4 -3
  70. package/dist/icons/AppDraft.d.ts +4 -3
  71. package/dist/icons/AppItems.d.ts +4 -3
  72. package/dist/icons/AppMenu.d.ts +4 -3
  73. package/dist/icons/AppReport.d.ts +4 -3
  74. package/dist/icons/AppSettings.d.ts +4 -3
  75. package/dist/icons/AppTeamwork.d.ts +4 -3
  76. package/dist/icons/AppWriting.d.ts +4 -3
  77. package/dist/icons/Archive.d.ts +4 -3
  78. package/dist/icons/ArrowDown.d.ts +4 -3
  79. package/dist/icons/ArrowLeft.d.ts +4 -3
  80. package/dist/icons/ArrowLeftAlt.d.ts +4 -3
  81. package/dist/icons/ArrowRight.d.ts +4 -3
  82. package/dist/icons/ArrowRightAlt.d.ts +4 -3
  83. package/dist/icons/ArrowUp.d.ts +4 -3
  84. package/dist/icons/Audio.d.ts +4 -3
  85. package/dist/icons/Awards.d.ts +4 -3
  86. package/dist/icons/Back.d.ts +4 -3
  87. package/dist/icons/Bear.d.ts +4 -3
  88. package/dist/icons/Beaver.d.ts +4 -3
  89. package/dist/icons/Bertie.d.ts +4 -3
  90. package/dist/icons/Biography.d.ts +4 -3
  91. package/dist/icons/Book.d.ts +4 -3
  92. package/dist/icons/CardSkills.d.ts +4 -3
  93. package/dist/icons/Challenges.d.ts +4 -3
  94. package/dist/icons/Chart.d.ts +4 -3
  95. package/dist/icons/Checkmark.d.ts +4 -3
  96. package/dist/icons/Chest.d.ts +4 -3
  97. package/dist/icons/Claw.d.ts +4 -3
  98. package/dist/icons/Close.d.ts +4 -3
  99. package/dist/icons/CloseCopy.d.ts +4 -3
  100. package/dist/icons/Collect.d.ts +4 -3
  101. package/dist/icons/Comment.d.ts +4 -3
  102. package/dist/icons/Compass.d.ts +4 -3
  103. package/dist/icons/Competitions.d.ts +4 -3
  104. package/dist/icons/Controller.d.ts +4 -3
  105. package/dist/icons/Create.d.ts +4 -3
  106. package/dist/icons/Customise.d.ts +4 -3
  107. package/dist/icons/Date.d.ts +4 -3
  108. package/dist/icons/Dice.d.ts +4 -3
  109. package/dist/icons/Dictionary.d.ts +4 -3
  110. package/dist/icons/Doug.d.ts +4 -3
  111. package/dist/icons/Down.d.ts +4 -3
  112. package/dist/icons/Download.d.ts +4 -3
  113. package/dist/icons/Draft.d.ts +4 -3
  114. package/dist/icons/DrawingTask.d.ts +4 -3
  115. package/dist/icons/DrawingToolArrowDown.d.ts +4 -3
  116. package/dist/icons/DrawingToolArrowLeft.d.ts +4 -3
  117. package/dist/icons/DrawingToolArrowRight.d.ts +4 -3
  118. package/dist/icons/DrawingToolArrowUp.d.ts +4 -3
  119. package/dist/icons/DrawingToolCamera.d.ts +4 -3
  120. package/dist/icons/DrawingToolColorMixer.d.ts +4 -3
  121. package/dist/icons/DrawingToolEraser.d.ts +4 -3
  122. package/dist/icons/DrawingToolFillBrush.d.ts +4 -3
  123. package/dist/icons/DrawingToolLargeLine.d.ts +4 -3
  124. package/dist/icons/DrawingToolLineBrush.d.ts +4 -3
  125. package/dist/icons/DrawingToolMediumLine.d.ts +4 -3
  126. package/dist/icons/DrawingToolOpacityFull.d.ts +4 -3
  127. package/dist/icons/DrawingToolOpacityHalf.d.ts +4 -3
  128. package/dist/icons/DrawingToolRedo.d.ts +4 -3
  129. package/dist/icons/DrawingToolSmallLine.d.ts +4 -3
  130. package/dist/icons/DrawingToolStickers.d.ts +4 -3
  131. package/dist/icons/DrawingToolUndo.d.ts +4 -3
  132. package/dist/icons/Drawings.d.ts +4 -3
  133. package/dist/icons/Eat.d.ts +4 -3
  134. package/dist/icons/Edit.d.ts +4 -3
  135. package/dist/icons/Eek.d.ts +4 -3
  136. package/dist/icons/Egg.d.ts +4 -3
  137. package/dist/icons/Electro.d.ts +4 -3
  138. package/dist/icons/Enclosure.d.ts +4 -3
  139. package/dist/icons/Exclamation.d.ts +4 -3
  140. package/dist/icons/ExclamationGrey.d.ts +4 -3
  141. package/dist/icons/Eye.d.ts +4 -3
  142. package/dist/icons/Facebook.d.ts +4 -3
  143. package/dist/icons/Featured.d.ts +4 -3
  144. package/dist/icons/Features.d.ts +4 -3
  145. package/dist/icons/Filter.d.ts +4 -3
  146. package/dist/icons/Flag.d.ts +4 -3
  147. package/dist/icons/Flamingo.d.ts +4 -3
  148. package/dist/icons/Flip.d.ts +4 -3
  149. package/dist/icons/Followers.d.ts +4 -3
  150. package/dist/icons/ForYou.d.ts +4 -3
  151. package/dist/icons/FreeWrite.d.ts +4 -3
  152. package/dist/icons/Gallery.d.ts +4 -3
  153. package/dist/icons/Games.d.ts +4 -3
  154. package/dist/icons/Gift.d.ts +4 -3
  155. package/dist/icons/Giraffe.d.ts +4 -3
  156. package/dist/icons/Goals.d.ts +4 -3
  157. package/dist/icons/Guglum.d.ts +4 -3
  158. package/dist/icons/Heart.d.ts +4 -3
  159. package/dist/icons/Help.d.ts +4 -3
  160. package/dist/icons/Heroes.d.ts +4 -3
  161. package/dist/icons/IdeaCreator.d.ts +4 -3
  162. package/dist/icons/Info.d.ts +4 -3
  163. package/dist/icons/Instagram.d.ts +4 -3
  164. package/dist/icons/Items.d.ts +4 -3
  165. package/dist/icons/Keyboard.d.ts +4 -3
  166. package/dist/icons/Layers.d.ts +4 -3
  167. package/dist/icons/Lessons.d.ts +4 -3
  168. package/dist/icons/Link.d.ts +4 -3
  169. package/dist/icons/List.d.ts +4 -3
  170. package/dist/icons/Locations.d.ts +4 -3
  171. package/dist/icons/Lock.d.ts +4 -3
  172. package/dist/icons/Logout.d.ts +4 -3
  173. package/dist/icons/Maji.d.ts +4 -3
  174. package/dist/icons/Megaphone.d.ts +4 -3
  175. package/dist/icons/Menu.d.ts +4 -3
  176. package/dist/icons/Message.d.ts +4 -3
  177. package/dist/icons/Minus.d.ts +4 -3
  178. package/dist/icons/More.d.ts +4 -3
  179. package/dist/icons/MrWhale.d.ts +4 -3
  180. package/dist/icons/Music.d.ts +4 -3
  181. package/dist/icons/MyHistory.d.ts +4 -3
  182. package/dist/icons/MyZoo.d.ts +4 -3
  183. package/dist/icons/New.d.ts +4 -3
  184. package/dist/icons/News.d.ts +4 -3
  185. package/dist/icons/Next.d.ts +4 -3
  186. package/dist/icons/NightZookeeperStars.d.ts +4 -3
  187. package/dist/icons/No.d.ts +4 -3
  188. package/dist/icons/Notifications.d.ts +4 -3
  189. package/dist/icons/Nozza.d.ts +4 -3
  190. package/dist/icons/Nzk.d.ts +4 -3
  191. package/dist/icons/NzkPurple.d.ts +4 -3
  192. package/dist/icons/NzktvBlue.d.ts +4 -3
  193. package/dist/icons/NzktvGreen.d.ts +4 -3
  194. package/dist/icons/Orb.d.ts +4 -3
  195. package/dist/icons/OrbDisabled.d.ts +4 -3
  196. package/dist/icons/Padlock.d.ts +4 -3
  197. package/dist/icons/PaintBucket.d.ts +4 -3
  198. package/dist/icons/Panda.d.ts +4 -3
  199. package/dist/icons/Pause.d.ts +4 -3
  200. package/dist/icons/Pdf.d.ts +4 -3
  201. package/dist/icons/Pencil.d.ts +4 -3
  202. package/dist/icons/Pending.d.ts +4 -3
  203. package/dist/icons/Penguin.d.ts +4 -3
  204. package/dist/icons/Pinterest.d.ts +4 -3
  205. package/dist/icons/Play.d.ts +4 -3
  206. package/dist/icons/PlayVideo.d.ts +4 -3
  207. package/dist/icons/Playscript.d.ts +4 -3
  208. package/dist/icons/Plus.d.ts +4 -3
  209. package/dist/icons/Poetry.d.ts +4 -3
  210. package/dist/icons/Private.d.ts +4 -3
  211. package/dist/icons/Progress.d.ts +4 -3
  212. package/dist/icons/Projects.d.ts +4 -3
  213. package/dist/icons/Prompt.d.ts +4 -3
  214. package/dist/icons/PurpleMegaphone.d.ts +4 -3
  215. package/dist/icons/Question.d.ts +4 -3
  216. package/dist/icons/Quests.d.ts +4 -3
  217. package/dist/icons/ReadingLight.d.ts +4 -3
  218. package/dist/icons/Refresh.d.ts +4 -3
  219. package/dist/icons/Report.d.ts +4 -3
  220. package/dist/icons/Rewards.d.ts +4 -3
  221. package/dist/icons/Ryan.d.ts +4 -3
  222. package/dist/icons/Sally.d.ts +4 -3
  223. package/dist/icons/Save.d.ts +4 -3
  224. package/dist/icons/Sealion.d.ts +4 -3
  225. package/dist/icons/Search.d.ts +4 -3
  226. package/dist/icons/Send.d.ts +4 -3
  227. package/dist/icons/Sepatpus.d.ts +4 -3
  228. package/dist/icons/Settings.d.ts +4 -3
  229. package/dist/icons/Sfx.d.ts +4 -3
  230. package/dist/icons/Sharing.d.ts +4 -3
  231. package/dist/icons/Shell.d.ts +4 -3
  232. package/dist/icons/Shop.d.ts +4 -3
  233. package/dist/icons/Showcase.d.ts +4 -3
  234. package/dist/icons/Shuffle.d.ts +4 -3
  235. package/dist/icons/Skip.d.ts +4 -3
  236. package/dist/icons/SlimTick.d.ts +4 -3
  237. package/dist/icons/SoundOff.d.ts +4 -3
  238. package/dist/icons/SoundOn.d.ts +4 -3
  239. package/dist/icons/Sparks.d.ts +4 -3
  240. package/dist/icons/StarTutoring.d.ts +4 -3
  241. package/dist/icons/StarWriting.d.ts +4 -3
  242. package/dist/icons/StarWritingAward.d.ts +4 -3
  243. package/dist/icons/Stats.d.ts +4 -3
  244. package/dist/icons/StopWatch.d.ts +4 -3
  245. package/dist/icons/Story.d.ts +4 -3
  246. package/dist/icons/Streak.d.ts +4 -3
  247. package/dist/icons/Tags.d.ts +4 -3
  248. package/dist/icons/Target.d.ts +4 -3
  249. package/dist/icons/Task.d.ts +4 -3
  250. package/dist/icons/TeamFlorence.d.ts +4 -3
  251. package/dist/icons/TeamGiraffe.d.ts +4 -3
  252. package/dist/icons/TeamGrudge.d.ts +4 -3
  253. package/dist/icons/TeamSeaLion.d.ts +4 -3
  254. package/dist/icons/Teamwork.d.ts +4 -3
  255. package/dist/icons/TextToSpeech.d.ts +4 -3
  256. package/dist/icons/ThumbsDown.d.ts +4 -3
  257. package/dist/icons/ThumbsUp.d.ts +4 -3
  258. package/dist/icons/Tick.d.ts +4 -3
  259. package/dist/icons/Torch.d.ts +4 -3
  260. package/dist/icons/Transfer.d.ts +4 -3
  261. package/dist/icons/Trash.d.ts +4 -3
  262. package/dist/icons/TrashCopy.d.ts +4 -3
  263. package/dist/icons/TrashWhite.d.ts +4 -3
  264. package/dist/icons/Trophy.d.ts +4 -3
  265. package/dist/icons/Twitter.d.ts +4 -3
  266. package/dist/icons/Up.d.ts +4 -3
  267. package/dist/icons/Update.d.ts +4 -3
  268. package/dist/icons/Upload.d.ts +4 -3
  269. package/dist/icons/User.d.ts +4 -3
  270. package/dist/icons/Users.d.ts +4 -3
  271. package/dist/icons/Video.d.ts +4 -3
  272. package/dist/icons/Vincent.d.ts +4 -3
  273. package/dist/icons/Whatsapp.d.ts +4 -3
  274. package/dist/icons/Wishlist.d.ts +4 -3
  275. package/dist/icons/Words.d.ts +4 -3
  276. package/dist/icons/Work.d.ts +4 -3
  277. package/dist/icons/Writing.d.ts +4 -3
  278. package/dist/icons/WritingToolAlignCenter.d.ts +4 -3
  279. package/dist/icons/WritingToolAlignLeft.d.ts +4 -3
  280. package/dist/icons/WritingToolAlignRight.d.ts +4 -3
  281. package/dist/icons/WritingToolBold.d.ts +4 -3
  282. package/dist/icons/WritingToolItalic.d.ts +4 -3
  283. package/dist/icons/WritingToolTextColor.d.ts +4 -3
  284. package/dist/icons/WritingToolUnderline.d.ts +4 -3
  285. package/dist/icons/WritingTypeAdventureStory.d.ts +4 -3
  286. package/dist/icons/WritingTypeBiography.d.ts +4 -3
  287. package/dist/icons/WritingTypeDiaryEntry.d.ts +4 -3
  288. package/dist/icons/WritingTypeExplanation.d.ts +4 -3
  289. package/dist/icons/WritingTypeFreeWrite.d.ts +4 -3
  290. package/dist/icons/WritingTypeInstructions.d.ts +4 -3
  291. package/dist/icons/WritingTypeLetterWriting.d.ts +4 -3
  292. package/dist/icons/WritingTypeNewspaperArticle.d.ts +4 -3
  293. package/dist/icons/WritingTypePersuasiveWriting.d.ts +4 -3
  294. package/dist/icons/WritingTypePlayscript.d.ts +4 -3
  295. package/dist/icons/WritingTypePoem.d.ts +4 -3
  296. package/dist/icons/WritingTypeReport.d.ts +4 -3
  297. package/dist/icons/Xp.d.ts +4 -3
  298. package/dist/icons/Yes.d.ts +4 -3
  299. package/dist/icons/ZooPoint.d.ts +4 -3
  300. package/dist/icons/index.d.ts +238 -238
  301. package/dist/index.d.ts +18 -18
  302. package/dist/lib/unstated-next.d.ts +11 -0
  303. package/package.json +43 -32
@@ -1 +1 @@
1
- import r,{useRef as e,useState as n,useEffect as t}from"react";import{useAudioTimeout as o}from"./hooks/useTimeout.js";import u from"../Button/Button.js";import"../../_virtual/_tslib.js";import l from"../../icons/TextToSpeech.js";var a=function(a){var i=a.value,c=e(null),s=e(),d=e(null),p=e(!1),v=e([]),m=e([]),f=n(!1),y=f[0],h=f[1],g=o({timeoutMs:a.timeoutMs}),E=g[0],x=g[1],A=function(r){return x(),h(!1),a.onError?a.onError({type:"PLAY_ERROR",error:r}):null},L=function(r){return x(),h(!1),a.onError?a.onError({type:"LOAD_ERROR",error:r}):null},R=function(){var r;return null===(r=c.current)||void 0===r||r.stop(),h(!1),a.onError?a.onError({type:"TIMEOUT"}):null},w=function(){var r,e;(null===(r=c.current)||void 0===r?void 0:r.playing())||(E(R),null===(e=c.current)||void 0===e||e.play())};t((function(){return i.audio&&a.Howl&&(c.current=new a.Howl({src:i.audio,autoplay:a.autoPlay}),a.autoPlay&&E(R),a.setRef&&a.setRef({play:w,getHowl:function(){return c.current},isPlaying:function(){var r;return null===(r=c.current)||void 0===r?void 0:r.playing()},pause:function(){var r;return null===(r=c.current)||void 0===r?void 0:r.pause()},stop:function(){var r;return null===(r=c.current)||void 0===r?void 0:r.stop()}})),function(){var r;x(),null===(r=c.current)||void 0===r||r.stop()}}),[]);var T=function(r){c.current&&d.current&&v.current[0]&&r>parseFloat(v.current[0].getAttribute("data-start")||"0")&&(m.current.forEach((function(r){r.classList.contains("highlighted")&&(r.classList.remove("highlighted"),r.classList.add("has-highlighted"))})),v.current[0].classList.add("highlighted"),v.current=v.current.slice(1,v.current.length))},_=function(){p.current=!0,v.current=m.current,h(!0);var r=function(){var e;if(null===(e=c.current)||void 0===e?void 0:e.playing()){x();var n=c.current.seek();T(n),s.current=requestAnimationFrame(r)}else s&&cancelAnimationFrame(s.current)};s.current=requestAnimationFrame(r)},k=function(){cancelAnimationFrame(s.current),h(!1),p.current&&(m.current.forEach((function(r){r.classList.remove("highlighted"),r.classList.remove("has-highlighted")})),a.onComplete&&a.onComplete())};return t((function(){var r,e,n,t,o,u;if(null===(r=c.current)||void 0===r||r.on("play",_),null===(e=c.current)||void 0===e||e.on("end",k),null===(n=c.current)||void 0===n||n.on("stop",k),null===(t=c.current)||void 0===t||t.on("playerror",A),null===(o=c.current)||void 0===o||o.on("loaderror",L),m.current){var l=null===(u=d.current)||void 0===u?void 0:u.querySelectorAll("span.synced-test--part");l&&(m.current=Array.from(l),v.current=m.current)}return function(){var r,e,n,t,o;k(),null===(r=c.current)||void 0===r||r.off("play",_),null===(e=c.current)||void 0===e||e.off("end",k),null===(n=c.current)||void 0===n||n.off("stop",k),null===(t=c.current)||void 0===t||t.off("playerror",A),null===(o=c.current)||void 0===o||o.off("loaderror",L)}}),[a.value]),i?r.createElement("div",{ref:d,className:"synced-text"},a.showPlayButton&&r.createElement(u,{theme:y?"purple":"primary",style:{marginRight:"10px"},onClick:w,className:"synced-text--play",size:"x-small",round:!0},r.createElement(l,null)),i.sequences.map((function(e,n){return r.createElement("span",{className:"synced-test--part",style:{display:"inline-block"},"data-start":e.time[0],"data-end":e.time[1],key:e.time[0]},r.createElement("span",{className:"synced-text--word",dangerouslySetInnerHTML:{__html:""+e.text}}),n<i.sequences.length&&r.createElement("span",{className:"synced-text--space",style:{whiteSpace:"pre-wrap"}}," "))}))):null};export{a as SyncedText};
1
+ import r,{useRef as e,useState as n,useEffect as t}from"react";import{useAudioTimeout as o}from"./hooks/useTimeout.js";import u from"../Button/Button.js";import"../../_virtual/_tslib.js";import l from"../../icons/TextToSpeech.js";var a=function(a){var c=a.value,i=e(null),s=e(),d=e(null),p=e(!1),v=e([]),m=e([]),f=n(!1),y=f[0],h=f[1],g=o({timeoutMs:a.timeoutMs}),E=g[0],x=g[1],A=function(r){return x(),h(!1),a.onError?a.onError({type:"PLAY_ERROR",error:r}):null},L=function(r){return x(),h(!1),a.onError?a.onError({type:"LOAD_ERROR",error:r}):null},R=function(){var r;return null===(r=i.current)||void 0===r||r.stop(),h(!1),a.onError?a.onError({type:"TIMEOUT"}):null},w=function(){var r,e;(null===(r=i.current)||void 0===r?void 0:r.playing())||(E(R),null===(e=i.current)||void 0===e||e.play())};t((function(){return c.audio&&a.Howl&&(i.current=new a.Howl({src:c.audio,autoplay:a.autoPlay}),a.autoPlay&&E(R),a.setRef&&a.setRef({play:w,getHowl:function(){return i.current},isPlaying:function(){var r;return null===(r=i.current)||void 0===r?void 0:r.playing()},pause:function(){var r;return null===(r=i.current)||void 0===r?void 0:r.pause()},stop:function(){var r;return null===(r=i.current)||void 0===r?void 0:r.stop()}})),function(){var r;x(),null===(r=i.current)||void 0===r||r.stop()}}),[]);var T=function(r){i.current&&d.current&&v.current[0]&&r>parseFloat(v.current[0].getAttribute("data-start")||"0")&&(m.current.forEach((function(r){r.classList.contains("highlighted")&&(r.classList.remove("highlighted"),r.classList.add("has-highlighted"))})),v.current[0].classList.add("highlighted"),v.current=v.current.slice(1,v.current.length))},_=function(){p.current=!0,v.current=m.current,h(!0);var r=function(){var e;if(null===(e=i.current)||void 0===e?void 0:e.playing()){x();var n=i.current.seek();T(n),s.current=requestAnimationFrame(r)}else s&&cancelAnimationFrame(s.current)};s.current=requestAnimationFrame(r)},k=function(){cancelAnimationFrame(s.current),h(!1),p.current&&(m.current.forEach((function(r){r.classList.remove("highlighted"),r.classList.remove("has-highlighted")})),a.onComplete&&a.onComplete())};return t((function(){var r,e,n,t,o,u;if(null===(r=i.current)||void 0===r||r.on("play",_),null===(e=i.current)||void 0===e||e.on("end",k),null===(n=i.current)||void 0===n||n.on("stop",k),null===(t=i.current)||void 0===t||t.on("playerror",A),null===(o=i.current)||void 0===o||o.on("loaderror",L),m.current){var l=null===(u=d.current)||void 0===u?void 0:u.querySelectorAll("span.synced-test--part");l&&(m.current=Array.from(l),v.current=m.current)}return function(){var r,e,n,t,o;k(),null===(r=i.current)||void 0===r||r.off("play",_),null===(e=i.current)||void 0===e||e.off("end",k),null===(n=i.current)||void 0===n||n.off("stop",k),null===(t=i.current)||void 0===t||t.off("playerror",A),null===(o=i.current)||void 0===o||o.off("loaderror",L)}}),[a.value]),c?r.createElement("div",{ref:d,className:"synced-text"},a.showPlayButton&&r.createElement(u,{theme:y?"purple":"primary",style:{marginRight:"10px"},onClick:w,className:"synced-text--play",size:"x-small",round:!0},r.createElement(l,null)),c.sequences.map((function(e,n){return r.createElement("span",{className:"synced-test--part",style:{display:"inline-block"},"data-start":e.time[0],"data-end":e.time[1],key:e.time[0]},r.createElement("span",{className:"synced-text--word",dangerouslySetInnerHTML:{__html:"".concat(e.text)}}),n<c.sequences.length&&r.createElement("span",{className:"synced-text--space",style:{whiteSpace:"pre-wrap"}}," "))}))):null};export{a as SyncedText};
@@ -1 +1 @@
1
- var e="nzk",t="juz5g1j1",n=function(n){var r=n&&n.cloudName||e,a=n&&n.unsignedUploadPreset||t,u=n&&n.uploadTag;return{uploadImage:function(e,t){var n="https://api.cloudinary.com/v1_1/"+r+"/upload",o=new XMLHttpRequest,s=new FormData;o.open("POST",n,!0),o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.onreadystatechange=function(){if(4===o.readyState&&200===o.status){var e=JSON.parse(o.responseText);t&&t(e.secure_url)}},s.append("upload_preset",a),u&&s.append("tags",u),e instanceof Blob?(s.append("file",e),o.send(s)):fetch(e).then((function(e){e.blob().then((function(e){s.append("file",e),o.send(s)}))}))},promiseUploadImage:function(e){return new Promise((function(t,n){var o="https://api.cloudinary.com/v1_1/"+r+"/upload",s=new XMLHttpRequest,d=new FormData;s.addEventListener("error",(function(){return n(new Error("Couldn't reach cloudinary to upload image"))})),s.open("POST",o,!0),s.setRequestHeader("X-Requested-With","XMLHttpRequest"),s.onreadystatechange=function(){if(4===s.readyState&&s.status>=200&&s.status<300){var e=JSON.parse(s.responseText);return e.secure_url?t(e.secure_url):n(new Error("No secure_url returned by cloudinary"))}return 4===s.readyState&&s.status>=300?n(new Error("Cloudinary returned error code: "+s.status)):null},d.append("upload_preset",a),u&&d.append("tags",u),e instanceof Blob?(d.append("file",e),s.send(d)):fetch(e).then((function(e){e.blob().then((function(e){d.append("file",e),s.send(d)}))}))}))}}};export{n as default};
1
+ var e="nzk",t="juz5g1j1",n=function(n){var a=n&&n.cloudName||e,r=n&&n.unsignedUploadPreset||t,o=n&&n.uploadTag;return{uploadImage:function(e,t){var n="https://api.cloudinary.com/v1_1/".concat(a,"/upload"),u=new XMLHttpRequest,s=new FormData;u.open("POST",n,!0),u.setRequestHeader("X-Requested-With","XMLHttpRequest"),u.onreadystatechange=function(){if(4===u.readyState&&200===u.status){var e=JSON.parse(u.responseText);t&&t(e.secure_url)}},s.append("upload_preset",r),o&&s.append("tags",o),e instanceof Blob?(s.append("file",e),u.send(s)):fetch(e).then((function(e){e.blob().then((function(e){s.append("file",e),u.send(s)}))}))},promiseUploadImage:function(e){return new Promise((function(t,n){var u="https://api.cloudinary.com/v1_1/".concat(a,"/upload"),s=new XMLHttpRequest,d=new FormData;s.addEventListener("error",(function(){return n(new Error("Couldn't reach cloudinary to upload image"))})),s.open("POST",u,!0),s.setRequestHeader("X-Requested-With","XMLHttpRequest"),s.onreadystatechange=function(){if(4===s.readyState&&s.status>=200&&s.status<300){var e=JSON.parse(s.responseText);return e.secure_url?t(e.secure_url):n(new Error("No secure_url returned by cloudinary"))}return 4===s.readyState&&s.status>=300?n(new Error("Cloudinary returned error code: ".concat(s.status))):null},d.append("upload_preset",r),o&&d.append("tags",o),e instanceof Blob?(d.append("file",e),s.send(d)):fetch(e).then((function(e){e.blob().then((function(e){d.append("file",e),s.send(d)}))}))}))}}};export{n as default};
@@ -1 +1 @@
1
- import{__assign as n,__awaiter as i,__generator as o}from"../../_virtual/_tslib.js";import r from"canvas-confetti";function t(n,i){return Math.random()*(i-n)+n}var a={basicCanon:function(n){var i=n.confettiOptions,o=i.particleCount,t=void 0===o?100:o,a=i.spread,e=void 0===a?70:a,f=i.origin;r({particleCount:t,spread:e,origin:void 0===f?{y:.6}:f})},fireworks:function(i){var o=i.durationInMs,a=void 0===o?2e3:o,e=i.confettiOptions,f={startVelocity:30,spread:360,ticks:60,zIndex:0},u=Date.now()+a,d=setInterval((function(){var i=u-Date.now();if(i<=0)return clearInterval(d);var o=i/a*50;return r(n(n(n({},f),e),{particleCount:o,origin:{x:t(.1,.3),y:Math.random()-.2}})),r(n(n(n({},f),e),{particleCount:o,origin:{x:t(.7,.9),y:Math.random()-.2}})),null}),250)},sideCanons:function(t){var a=t.durationInMs,e=void 0===a?2e3:a,f=t.colors,u=void 0===f?["#bb0000","#ffffff"]:f,d=t.confettiOptions,c=void 0===d?{angle:60,spread:55,particleCount:2,origin:{x:0,y:.5}}:d;return i(void 0,void 0,void 0,(function(){function i(){r(n({},a)),r(n(n({},a),{angle:2*a.angle,origin:n(n({},a.origin),{x:1-a.origin.x})})),Date.now()<t&&requestAnimationFrame(i)}var t,a,f,d;return o(this,(function(n){return t=Date.now()+e,a={angle:c.angle||60,spread:c.spread||55,particleCount:c.particleCount||2,colors:u||["#bb0000","#ffffff"],origin:{x:(null===(f=c.origin)||void 0===f?void 0:f.x)||0,y:(null===(d=c.origin)||void 0===d?void 0:d.y)||.5}},[2,i()]}))}))}};export{a as ANIMATIONS};
1
+ import{__assign as n,__awaiter as i,__generator as o}from"../../_virtual/_tslib.js";import r from"canvas-confetti";function t(n,i){return Math.random()*(i-n)+n}var a={basicCanon:function(n){var i=n.confettiOptions,o=i.particleCount,t=void 0===o?100:o,a=i.spread,e=void 0===a?70:a,f=i.origin;r({particleCount:t,spread:e,origin:void 0===f?{y:.6}:f})},fireworks:function(i){var o=i.durationInMs,a=void 0===o?2e3:o,e=i.confettiOptions,f={startVelocity:30,spread:360,ticks:60,zIndex:0},u=Date.now()+a,c=setInterval((function(){var i=u-Date.now();if(i<=0)return clearInterval(c);var o=i/a*50;return r(n(n(n({},f),e),{particleCount:o,origin:{x:t(.1,.3),y:Math.random()-.2}})),r(n(n(n({},f),e),{particleCount:o,origin:{x:t(.7,.9),y:Math.random()-.2}})),null}),250)},sideCanons:function(t){return i(void 0,[t],void 0,(function(i){function t(){r(n({},e)),r(n(n({},e),{angle:2*e.angle,origin:n(n({},e.origin),{x:1-e.origin.x})})),Date.now()<a&&requestAnimationFrame(t)}var a,e,f,u,c=i.durationInMs,d=void 0===c?2e3:c,l=i.colors,s=void 0===l?["#bb0000","#ffffff"]:l,v=i.confettiOptions,p=void 0===v?{angle:60,spread:55,particleCount:2,origin:{x:0,y:.5}}:v;return o(this,(function(n){return a=Date.now()+d,e={angle:p.angle||60,spread:p.spread||55,particleCount:p.particleCount||2,colors:s||["#bb0000","#ffffff"],origin:{x:(null===(f=p.origin)||void 0===f?void 0:f.x)||0,y:(null===(u=p.origin)||void 0===u?void 0:u.y)||.5}},[2,t()]}))}))}};export{a as ANIMATIONS};
@@ -0,0 +1 @@
1
+ import r from"react";var e=Symbol();function t(t){var n=r.createContext(e);return{Provider:function(e){var o=t(e.initialState);return r.createElement(n.Provider,{value:o},e.children)},useContainer:function(){var t=r.useContext(n);if(t===e)throw new Error("Component must be wrapped with <Container.Provider>");return t}}}export{t as createContainer};
@@ -1,14 +1,14 @@
1
- interface IProps {
2
- asyncFunc: (params: any) => any;
3
- immediate: boolean;
4
- funcParams?: any;
5
- initialData?: any;
6
- }
7
- interface IAsyncHook {
8
- loading: boolean;
9
- data: any;
10
- execute: (params?: any) => any;
11
- error: any;
12
- }
13
- declare const useAsync: (props?: IProps) => IAsyncHook;
14
- export default useAsync;
1
+ interface IProps {
2
+ asyncFunc: (params: any) => any;
3
+ immediate: boolean;
4
+ funcParams?: any;
5
+ initialData?: any;
6
+ }
7
+ interface IAsyncHook {
8
+ loading: boolean;
9
+ data: any;
10
+ execute: (params?: any) => any;
11
+ error: any;
12
+ }
13
+ declare const useAsync: (props?: IProps) => IAsyncHook;
14
+ export default useAsync;
@@ -1,10 +1,10 @@
1
- export interface Props {
2
- cloudName?: string;
3
- unsignedUploadPreset?: string;
4
- uploadTag?: string;
5
- }
6
- declare const useCloudinary: (props?: Props | undefined) => {
7
- uploadImage: (file: Blob | string, onComplete?: ((imageUrl: string) => void) | undefined) => void;
8
- promiseUploadImage: (file: Blob | string) => Promise<string>;
9
- };
10
- export default useCloudinary;
1
+ export interface Props {
2
+ cloudName?: string;
3
+ unsignedUploadPreset?: string;
4
+ uploadTag?: string;
5
+ }
6
+ declare const useCloudinary: (props?: Props) => {
7
+ uploadImage: (file: Blob | string, onComplete?: (imageUrl: string) => void) => void;
8
+ promiseUploadImage: (file: Blob | string) => Promise<string>;
9
+ };
10
+ export default useCloudinary;
@@ -1,22 +1,22 @@
1
- import confetti from "canvas-confetti";
2
- export interface IAnimationsArgs {
3
- basicCanon: {
4
- confettiOptions: confetti.Options;
5
- };
6
- fireworks: {
7
- durationInMs: number;
8
- confettiOptions: confetti.Options;
9
- };
10
- sideCanons: {
11
- durationInMs?: number;
12
- colors?: string[];
13
- confettiOptions?: confetti.Options;
14
- };
15
- }
16
- export interface IAnimations {
17
- basicCanon: (params: IAnimationsArgs["basicCanon"]) => void;
18
- fireworks: (params: IAnimationsArgs["fireworks"]) => void;
19
- sideCanons: (params: IAnimationsArgs["sideCanons"]) => void;
20
- }
21
- export declare type AnimationTypes = keyof IAnimations;
22
- export declare const ANIMATIONS: IAnimations;
1
+ import confetti from "canvas-confetti";
2
+ export interface IAnimationsArgs {
3
+ basicCanon: {
4
+ confettiOptions: confetti.Options;
5
+ };
6
+ fireworks: {
7
+ durationInMs: number;
8
+ confettiOptions: confetti.Options;
9
+ };
10
+ sideCanons: {
11
+ durationInMs?: number;
12
+ colors?: string[];
13
+ confettiOptions?: confetti.Options;
14
+ };
15
+ }
16
+ export interface IAnimations {
17
+ basicCanon: (params: IAnimationsArgs["basicCanon"]) => void;
18
+ fireworks: (params: IAnimationsArgs["fireworks"]) => void;
19
+ sideCanons: (params: IAnimationsArgs["sideCanons"]) => void;
20
+ }
21
+ export type AnimationTypes = keyof IAnimations;
22
+ export declare const ANIMATIONS: IAnimations;
@@ -1,7 +1,7 @@
1
- import confetti from 'canvas-confetti';
2
- declare const useConfettis: () => {
3
- cannon: () => void;
4
- confetti: typeof confetti;
5
- ANIMATIONS: import("./animations").IAnimations;
6
- };
7
- export default useConfettis;
1
+ import confetti from 'canvas-confetti';
2
+ declare const useConfettis: () => {
3
+ cannon: () => void;
4
+ confetti: typeof confetti;
5
+ ANIMATIONS: import("./animations").IAnimations;
6
+ };
7
+ export default useConfettis;
@@ -1,2 +1,2 @@
1
- declare function useDebounce<T>(value: T, delay?: number): T;
2
- export default useDebounce;
1
+ declare function useDebounce<T>(value: T, delay?: number): T;
2
+ export default useDebounce;
@@ -1,7 +1,7 @@
1
- import { RefObject } from 'react';
2
- interface Size {
3
- width: number;
4
- height: number;
5
- }
6
- declare function useElementSize<T extends HTMLElement = HTMLDivElement>(elementRef: RefObject<T> | null): Size;
7
- export default useElementSize;
1
+ import { RefObject } from 'react';
2
+ interface Size {
3
+ width: number;
4
+ height: number;
5
+ }
6
+ declare function useElementSize<T extends HTMLElement = HTMLDivElement>(elementRef: RefObject<T> | null): Size;
7
+ export default useElementSize;
@@ -1,3 +1,3 @@
1
- import { RefObject } from 'react';
2
- declare function useEventListener<T extends HTMLElement = HTMLDivElement>(eventName: keyof WindowEventMap, handler: (event: Event) => void, element?: RefObject<T>): void;
3
- export default useEventListener;
1
+ import { RefObject } from 'react';
2
+ declare function useEventListener<T extends HTMLElement = HTMLDivElement>(eventName: keyof WindowEventMap, handler: (event: Event) => void, element?: RefObject<T>): void;
3
+ export default useEventListener;
@@ -1,2 +1,2 @@
1
- declare function useInterval(callback: () => void, delay: number | null): void;
2
- export default useInterval;
1
+ declare function useInterval(callback: () => void, delay: number | null): void;
2
+ export default useInterval;
@@ -1,2 +1,2 @@
1
- declare const useMountState: () => boolean;
2
- export default useMountState;
1
+ declare const useMountState: () => boolean;
2
+ export default useMountState;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAboutUs: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAboutUs;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAboutUs: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAboutUs;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAchievements: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAchievements;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAchievements: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAchievements;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgActivities: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgActivities;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgActivities: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgActivities;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAddChapter: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAddChapter;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAddChapter: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAddChapter;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAdvancedTutoring: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAdvancedTutoring;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAdvancedTutoring: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAdvancedTutoring;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAnt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAnt;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAnt: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAnt;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppClose: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppClose;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppClose: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppClose;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppCreate: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppCreate;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppCreate: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppCreate;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppDraft: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppDraft;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppDraft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppDraft;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppItems: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppItems;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppItems: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppItems;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppMenu: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppMenu;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppMenu: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppMenu;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppReport: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppReport;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppReport: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppReport;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppSettings: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppSettings;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppSettings: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppSettings;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppTeamwork: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppTeamwork;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppTeamwork: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppTeamwork;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAppWriting: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAppWriting;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAppWriting: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAppWriting;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgArchive: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgArchive;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgArchive: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArchive;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgArrowDown: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgArrowDown;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgArrowDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArrowDown;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgArrowLeft: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgArrowLeft;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgArrowLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArrowLeft;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgArrowLeftAlt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgArrowLeftAlt;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgArrowLeftAlt: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArrowLeftAlt;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgArrowRight;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArrowRight;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgArrowRightAlt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgArrowRightAlt;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgArrowRightAlt: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArrowRightAlt;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgArrowUp: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgArrowUp;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgArrowUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArrowUp;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAudio: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAudio;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAudio: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAudio;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAwards: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgAwards;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgAwards: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgAwards;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgBack: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgBack;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgBack: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBack;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgBear: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgBear;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgBear: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBear;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgBeaver: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgBeaver;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgBeaver: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBeaver;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgBertie: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgBertie;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgBertie: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBertie;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgBiography: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgBiography;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgBiography: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBiography;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgBook: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgBook;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgBook: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBook;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgCardSkills: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgCardSkills;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgCardSkills: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCardSkills;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgChallenges: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgChallenges;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgChallenges: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChallenges;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgChart: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgChart;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgChart: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChart;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgCheckmark: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgCheckmark;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgCheckmark: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCheckmark;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgChest: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgChest;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgChest: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChest;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgClaw: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgClaw;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgClaw: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgClaw;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgClose: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgClose;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgClose;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgClosecopy: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgClosecopy;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgClosecopy: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgClosecopy;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgCollect: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgCollect;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgCollect: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCollect;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgComment: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgComment;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgComment: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgComment;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgCompass: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgCompass;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgCompass: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCompass;