@moodlehq/design-system 3.0.0 → 3.1.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 (127) hide show
  1. package/dist/components/activity-icon/ActivityIcon.d.ts +23 -0
  2. package/dist/components/activity-icon/ActivityIcon.js +124 -0
  3. package/dist/components/activity-icon/ActivityIcon.js.map +1 -0
  4. package/dist/components/activity-icon/activityIconRegistry.d.ts +8 -0
  5. package/dist/components/activity-icon/activityIconRegistry.js +66 -0
  6. package/dist/components/activity-icon/activityIconRegistry.js.map +1 -0
  7. package/dist/components/activity-icon/assets/assignment.js +6 -0
  8. package/dist/components/activity-icon/assets/assignment.js.map +1 -0
  9. package/dist/components/activity-icon/assets/bigbluebutton.js +6 -0
  10. package/dist/components/activity-icon/assets/bigbluebutton.js.map +1 -0
  11. package/dist/components/activity-icon/assets/book.js +6 -0
  12. package/dist/components/activity-icon/assets/book.js.map +1 -0
  13. package/dist/components/activity-icon/assets/chat.js +6 -0
  14. package/dist/components/activity-icon/assets/chat.js.map +1 -0
  15. package/dist/components/activity-icon/assets/choice.js +6 -0
  16. package/dist/components/activity-icon/assets/choice.js.map +1 -0
  17. package/dist/components/activity-icon/assets/database.js +6 -0
  18. package/dist/components/activity-icon/assets/database.js.map +1 -0
  19. package/dist/components/activity-icon/assets/external-tool.js +6 -0
  20. package/dist/components/activity-icon/assets/external-tool.js.map +1 -0
  21. package/dist/components/activity-icon/assets/feedback.js +6 -0
  22. package/dist/components/activity-icon/assets/feedback.js.map +1 -0
  23. package/dist/components/activity-icon/assets/file-ai.js +6 -0
  24. package/dist/components/activity-icon/assets/file-ai.js.map +1 -0
  25. package/dist/components/activity-icon/assets/file-archive.js +6 -0
  26. package/dist/components/activity-icon/assets/file-archive.js.map +1 -0
  27. package/dist/components/activity-icon/assets/file-audio.js +6 -0
  28. package/dist/components/activity-icon/assets/file-audio.js.map +1 -0
  29. package/dist/components/activity-icon/assets/file-code.js +6 -0
  30. package/dist/components/activity-icon/assets/file-code.js.map +1 -0
  31. package/dist/components/activity-icon/assets/file-database.js +6 -0
  32. package/dist/components/activity-icon/assets/file-database.js.map +1 -0
  33. package/dist/components/activity-icon/assets/file-doc.js +6 -0
  34. package/dist/components/activity-icon/assets/file-doc.js.map +1 -0
  35. package/dist/components/activity-icon/assets/file-draw.js +6 -0
  36. package/dist/components/activity-icon/assets/file-draw.js.map +1 -0
  37. package/dist/components/activity-icon/assets/file-eps.js +6 -0
  38. package/dist/components/activity-icon/assets/file-eps.js.map +1 -0
  39. package/dist/components/activity-icon/assets/file-epub.js +6 -0
  40. package/dist/components/activity-icon/assets/file-epub.js.map +1 -0
  41. package/dist/components/activity-icon/assets/file-flash.js +6 -0
  42. package/dist/components/activity-icon/assets/file-flash.js.map +1 -0
  43. package/dist/components/activity-icon/assets/file-folder.js +6 -0
  44. package/dist/components/activity-icon/assets/file-folder.js.map +1 -0
  45. package/dist/components/activity-icon/assets/file-gif.js +6 -0
  46. package/dist/components/activity-icon/assets/file-gif.js.map +1 -0
  47. package/dist/components/activity-icon/assets/file-graphic.js +6 -0
  48. package/dist/components/activity-icon/assets/file-graphic.js.map +1 -0
  49. package/dist/components/activity-icon/assets/file-h5p.js +6 -0
  50. package/dist/components/activity-icon/assets/file-h5p.js.map +1 -0
  51. package/dist/components/activity-icon/assets/file-image.js +6 -0
  52. package/dist/components/activity-icon/assets/file-image.js.map +1 -0
  53. package/dist/components/activity-icon/assets/file-isf-flowchart.js +6 -0
  54. package/dist/components/activity-icon/assets/file-isf-flowchart.js.map +1 -0
  55. package/dist/components/activity-icon/assets/file-json.js +6 -0
  56. package/dist/components/activity-icon/assets/file-json.js.map +1 -0
  57. package/dist/components/activity-icon/assets/file-math.js +6 -0
  58. package/dist/components/activity-icon/assets/file-math.js.map +1 -0
  59. package/dist/components/activity-icon/assets/file-moodle.js +6 -0
  60. package/dist/components/activity-icon/assets/file-moodle.js.map +1 -0
  61. package/dist/components/activity-icon/assets/file-oth.js +6 -0
  62. package/dist/components/activity-icon/assets/file-oth.js.map +1 -0
  63. package/dist/components/activity-icon/assets/file-pdf.js +6 -0
  64. package/dist/components/activity-icon/assets/file-pdf.js.map +1 -0
  65. package/dist/components/activity-icon/assets/file-plain-text.js +6 -0
  66. package/dist/components/activity-icon/assets/file-plain-text.js.map +1 -0
  67. package/dist/components/activity-icon/assets/file-ppt.js +6 -0
  68. package/dist/components/activity-icon/assets/file-ppt.js.map +1 -0
  69. package/dist/components/activity-icon/assets/file-presentation.js +6 -0
  70. package/dist/components/activity-icon/assets/file-presentation.js.map +1 -0
  71. package/dist/components/activity-icon/assets/file-psd.js +6 -0
  72. package/dist/components/activity-icon/assets/file-psd.js.map +1 -0
  73. package/dist/components/activity-icon/assets/file-pub.js +6 -0
  74. package/dist/components/activity-icon/assets/file-pub.js.map +1 -0
  75. package/dist/components/activity-icon/assets/file-source-code.js +6 -0
  76. package/dist/components/activity-icon/assets/file-source-code.js.map +1 -0
  77. package/dist/components/activity-icon/assets/file-spreadsheet.js +6 -0
  78. package/dist/components/activity-icon/assets/file-spreadsheet.js.map +1 -0
  79. package/dist/components/activity-icon/assets/file-text-editor.js +6 -0
  80. package/dist/components/activity-icon/assets/file-text-editor.js.map +1 -0
  81. package/dist/components/activity-icon/assets/file-unknown.js +6 -0
  82. package/dist/components/activity-icon/assets/file-unknown.js.map +1 -0
  83. package/dist/components/activity-icon/assets/file-video.js +6 -0
  84. package/dist/components/activity-icon/assets/file-video.js.map +1 -0
  85. package/dist/components/activity-icon/assets/file-xls.js +6 -0
  86. package/dist/components/activity-icon/assets/file-xls.js.map +1 -0
  87. package/dist/components/activity-icon/assets/file.js +6 -0
  88. package/dist/components/activity-icon/assets/file.js.map +1 -0
  89. package/dist/components/activity-icon/assets/folder.js +6 -0
  90. package/dist/components/activity-icon/assets/folder.js.map +1 -0
  91. package/dist/components/activity-icon/assets/forum.js +6 -0
  92. package/dist/components/activity-icon/assets/forum.js.map +1 -0
  93. package/dist/components/activity-icon/assets/glossary.js +6 -0
  94. package/dist/components/activity-icon/assets/glossary.js.map +1 -0
  95. package/dist/components/activity-icon/assets/h5p.js +6 -0
  96. package/dist/components/activity-icon/assets/h5p.js.map +1 -0
  97. package/dist/components/activity-icon/assets/ims-package.js +6 -0
  98. package/dist/components/activity-icon/assets/ims-package.js.map +1 -0
  99. package/dist/components/activity-icon/assets/lesson.js +6 -0
  100. package/dist/components/activity-icon/assets/lesson.js.map +1 -0
  101. package/dist/components/activity-icon/assets/page.js +6 -0
  102. package/dist/components/activity-icon/assets/page.js.map +1 -0
  103. package/dist/components/activity-icon/assets/quiz.js +6 -0
  104. package/dist/components/activity-icon/assets/quiz.js.map +1 -0
  105. package/dist/components/activity-icon/assets/scorm-package.js +6 -0
  106. package/dist/components/activity-icon/assets/scorm-package.js.map +1 -0
  107. package/dist/components/activity-icon/assets/subsection.js +6 -0
  108. package/dist/components/activity-icon/assets/subsection.js.map +1 -0
  109. package/dist/components/activity-icon/assets/survey.js +6 -0
  110. package/dist/components/activity-icon/assets/survey.js.map +1 -0
  111. package/dist/components/activity-icon/assets/text-and-media.js +6 -0
  112. package/dist/components/activity-icon/assets/text-and-media.js.map +1 -0
  113. package/dist/components/activity-icon/assets/url.js +6 -0
  114. package/dist/components/activity-icon/assets/url.js.map +1 -0
  115. package/dist/components/activity-icon/assets/wiki.js +6 -0
  116. package/dist/components/activity-icon/assets/wiki.js.map +1 -0
  117. package/dist/components/activity-icon/assets/workshop.js +6 -0
  118. package/dist/components/activity-icon/assets/workshop.js.map +1 -0
  119. package/dist/components/activity-icon/index.d.ts +1 -0
  120. package/dist/components/activity-icon/index.js +2 -0
  121. package/dist/components/button/Button.js.map +1 -1
  122. package/dist/components/close-button/CloseButton.js.map +1 -1
  123. package/dist/components/index.d.ts +2 -0
  124. package/dist/components/radio/Radio.js.map +1 -1
  125. package/dist/index.css +174 -1
  126. package/dist/index.js +2 -1
  127. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-pub.js","names":[],"sources":["../../../../components/activity-icon/assets/file-pub.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.49707%203.99776H12.8895L12.8955%203.99779L13.4935%203.99776L13.4964%203.99777C13.7712%203.99936%2013.9935%204.2226%2013.9935%204.49776V6.51371C13.9935%207.34214%2014.665%208.01371%2015.4935%208.01371H17.5029C17.7791%208.01371%2018.0029%208.23757%2018.0029%208.51371V18.5022C18.0029%2019.3307%2017.3314%2020.0022%2016.5029%2020.0022H7.49707C6.66864%2020.0022%205.99707%2019.3307%205.99707%2018.5022V17.4956C5.99707%2017.2194%205.77321%2016.9956%205.49707%2016.9956C5.22093%2016.9956%204.99707%2017.2194%204.99707%2017.4956V18.5022C4.99707%2019.883%206.11636%2021.0022%207.49707%2021.0022H16.5029C17.8836%2021.0022%2019.0029%2019.883%2019.0029%2018.5022V8.32432C19.0029%207.66358%2018.7414%207.02971%2018.2754%206.56126L15.4638%203.73469C14.9945%203.26295%2014.3566%202.99773%2013.6912%202.99776L13.4986%202.99777L13.4935%202.99776H7.49707C6.11636%202.99776%204.99707%204.11705%204.99707%205.49776V9.50066C4.99707%209.7768%205.22093%2010.0007%205.49707%2010.0007C5.77321%2010.0007%205.99707%209.7768%205.99707%209.50066V5.49776C5.99707%204.66933%206.66864%203.99776%207.49707%203.99776ZM14.9935%206.51371V4.67986L17.315%207.01371H15.4935C15.2173%207.01371%2014.9935%206.78985%2014.9935%206.51371Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.2718%2011.5597H13.1496C12.6779%2011.5532%2011.9888%2011.5473%2011.8261%2011.5597H11.7892C11.7251%2011.5597%2011.6728%2011.6101%2011.6698%2011.6734L11.6688%2011.6795L11.6684%2011.6842L11.6696%2015.9287C11.6696%2015.9948%2011.7231%2016.0483%2011.7892%2016.0483H11.9722L11.972%2016.0503H13.0413L13.0408%2016.0483H13.4148C13.7541%2016.0483%2014.0486%2016.0002%2014.2946%2015.8994C14.5439%2015.7979%2014.7389%2015.6441%2014.8725%2015.4359C15.0059%2015.2259%2015.0695%2014.9724%2015.0695%2014.6825C15.0695%2014.4936%2015.0286%2014.3151%2014.9465%2014.1486C14.8632%2013.9754%2014.73%2013.8372%2014.5529%2013.7334C14.5457%2013.729%2014.5385%2013.7248%2014.5312%2013.7207C14.664%2013.6282%2014.7679%2013.5145%2014.8395%2013.3787L14.8523%2013.3543C14.9275%2013.2132%2014.9746%2013.0438%2014.9746%2012.8423C14.9746%2011.9457%2014.287%2011.5976%2013.4772%2011.5653C13.4106%2011.5616%2013.3421%2011.5597%2013.2718%2011.5597ZM14.5312%2013.7207C14.5189%2013.7293%2014.5064%2013.7376%2014.4936%2013.7458C14.5058%2013.7375%2014.518%2013.7289%2014.53%2013.72L14.5312%2013.7207ZM12.99%2015.1257H12.7843V14.187H13.2748L13.2899%2014.1868L13.3064%2014.1864C13.4671%2014.1829%2013.9129%2014.173%2013.9519%2014.598C13.953%2014.6092%2013.9546%2014.62%2013.9567%2014.6302C13.9574%2014.6443%2013.9578%2014.6588%2013.9578%2014.6737C13.9578%2014.7674%2013.9382%2014.8455%2013.9023%2014.9113C13.8685%2014.9733%2013.8155%2015.0253%2013.737%2015.0663C13.6618%2015.1037%2013.5566%2015.1262%2013.4148%2015.1262L12.99%2015.1257ZM13.6452%2013.3418L13.6247%2013.2901C13.7088%2013.255%2013.7633%2013.2086%2013.7983%2013.1534C13.8362%2013.0945%2013.8585%2013.0182%2013.8585%2012.9197C13.8585%2012.8015%2013.8358%2012.7185%2013.8006%2012.6616L13.7995%2012.6598C13.7675%2012.6061%2013.7154%2012.5627%2013.632%2012.5334C13.5465%2012.5027%2013.4276%2012.4847%2013.2718%2012.4847H12.7843V12.4826H12.7798V12.4847H12.7843V13.3417L13.3343%2013.3418C13.4563%2013.3371%2013.5524%2013.3186%2013.6247%2013.2901L13.6229%2013.2908L13.6452%2013.3418Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.39884%2011.5597C3.33282%2011.5597%203.2793%2011.6133%203.2793%2011.6793V15.9287C3.2793%2015.9948%203.33282%2016.0483%203.39884%2016.0483H4.27441C4.34044%2016.0483%204.39396%2015.9948%204.39396%2015.9287V14.5335H5.05367C5.39898%2014.5335%205.70186%2014.477%205.95852%2014.3593C6.21655%2014.2418%206.41839%2014.0725%206.5586%2013.8503C6.69893%2013.6279%206.76676%2013.3677%206.76676%2013.0744C6.76676%2012.7845%206.69873%2012.5225%206.55993%2012.2918C6.42074%2012.0606%206.22006%2011.8813%205.96245%2011.7534C5.70474%2011.6226%205.40038%2011.5597%205.05367%2011.5597H3.39884ZM5.05367%2013.6115H4.39396V12.4847H5.05367C5.20607%2012.4847%205.31813%2012.5149%205.39858%2012.5655C5.4845%2012.6196%205.54508%2012.6893%205.58368%2012.7758C5.62507%2012.8685%205.64626%2012.9695%205.64626%2013.0802C5.64626%2013.1888%205.62515%2013.2823%205.5855%2013.3632C5.54885%2013.438%205.49095%2013.4981%205.40648%2013.5436C5.32403%2013.5861%205.20881%2013.6115%205.05367%2013.6115Z'%20fill='%23008196'/%3e%3cpath%20d='M7.51228%2011.5597C7.44626%2011.5597%207.39273%2011.6133%207.39273%2011.6793V14.487C7.39273%2014.8306%207.46584%2015.1296%207.61817%2015.3763C7.7709%2015.6203%207.98191%2015.8042%208.24771%2015.9266C8.5128%2016.0476%208.81232%2016.1066%209.14376%2016.1066C9.47501%2016.1066%209.77277%2016.0477%2010.0343%2015.9264C10.3001%2015.804%2010.51%2015.6202%2010.6608%2015.376C10.8152%2015.1292%2010.8889%2014.8308%2010.8889%2014.487V11.6793C10.8889%2011.6133%2010.8354%2011.5597%2010.7694%2011.5597H9.89675C9.83073%2011.5597%209.77721%2011.6133%209.77721%2011.6793V14.487C9.77721%2014.6663%209.74865%2014.8018%209.69934%2014.9005L9.69867%2014.9019C9.65103%2015.0003%209.58295%2015.0691%209.49523%2015.113C9.40518%2015.1588%209.28963%2015.1846%209.14376%2015.1846C9.00265%2015.1846%208.88631%2015.1591%208.79116%2015.1124C8.70327%2015.0684%208.63478%2014.9995%208.58525%2014.9005C8.53594%2014.8018%208.50739%2014.6663%208.50739%2014.487V11.6793C8.50739%2011.6133%208.45387%2011.5597%208.38785%2011.5597H7.51228Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,mBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/file-source-code.svg
2
+ var file_source_code_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.3%2013.9981C10.3%2013.0592%2011.0611%2012.2981%2012%2012.2981C12.9389%2012.2981%2013.7%2013.0592%2013.7%2013.9981C13.7%2014.937%2012.9389%2015.6981%2012%2015.6981C11.0611%2015.6981%2010.3%2014.937%2010.3%2013.9981ZM12%2013.2981C11.6134%2013.2981%2011.3%2013.6115%2011.3%2013.9981C11.3%2014.3847%2011.6134%2014.6981%2012%2014.6981C12.3866%2014.6981%2012.7%2014.3847%2012.7%2013.9981C12.7%2013.6115%2012.3866%2013.2981%2012%2013.2981Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.7%2010.7981C10.7%2010.0802%2011.282%209.49812%2012%209.49812C12.718%209.49812%2013.3%2010.0802%2013.3%2010.7981C13.3%2010.8058%2013.3011%2010.8094%2013.3013%2010.8102L13.3017%2010.8112L13.3023%2010.8122C13.3035%2010.8138%2013.3075%2010.8183%2013.3157%2010.8217C13.3239%2010.8251%2013.33%2010.8248%2013.3319%2010.8245C13.3326%2010.8243%2013.3331%2010.8242%2013.334%2010.8237C13.3348%2010.8233%2013.3381%2010.8216%2013.3435%2010.8161C13.8512%2010.3085%2014.6743%2010.3085%2015.182%2010.8161C15.6897%2011.3238%2015.6897%2012.1469%2015.182%2012.6546C15.1766%2012.66%2015.1748%2012.6634%2015.1744%2012.6641C15.1741%2012.6647%2015.1739%2012.6651%2015.1738%2012.6655C15.1737%2012.6658%2015.1739%2012.6653%2015.1738%2012.6655C15.1735%2012.6675%2015.1731%2012.6742%2015.1765%2012.6824C15.1799%2012.6906%2015.1843%2012.6947%2015.1859%2012.6958C15.1862%2012.696%2015.1865%2012.6962%2015.1868%2012.6963C15.1871%2012.6965%2015.1875%2012.6966%2015.1879%2012.6968C15.1887%2012.697%2015.1923%2012.6981%2015.2%2012.6981C15.918%2012.6981%2016.5%2013.2802%2016.5%2013.9981C16.5%2014.7161%2015.918%2015.2981%2015.2%2015.2981C15.1923%2015.2981%2015.1887%2015.2992%2015.1879%2015.2995C15.187%2015.2998%2015.1865%2015.3%2015.1859%2015.3004C15.1843%2015.3016%2015.1799%2015.3056%2015.1765%2015.3139C15.1731%2015.3221%2015.1733%2015.3281%2015.1737%2015.33C15.1738%2015.3307%2015.1739%2015.3313%2015.1744%2015.3321C15.1748%2015.3329%2015.1766%2015.3362%2015.182%2015.3416C15.6897%2015.8493%2015.6897%2016.6724%2015.182%2017.1801C14.6743%2017.6878%2013.8512%2017.6878%2013.3435%2017.1801C13.3381%2017.1747%2013.3348%2017.1729%2013.334%2017.1725C13.3331%2017.1721%2013.3326%2017.1719%2013.3319%2017.1718C13.33%2017.1714%2013.3239%2017.1712%2013.3157%2017.1746C13.3075%2017.178%2013.3035%2017.1824%2013.3023%2017.184C13.302%2017.1845%2013.3017%2017.1849%2013.3015%2017.1856C13.3014%2017.1857%2013.3016%2017.1854%2013.3015%2017.1856C13.3012%2017.1864%2013.3%2017.1905%2013.3%2017.1981C13.3%2017.9161%2012.718%2018.4981%2012%2018.4981C11.282%2018.4981%2010.7%2017.9161%2010.7%2017.1981C10.7%2017.1905%2010.6989%2017.1869%2010.6987%2017.1861L10.6983%2017.1851L10.6977%2017.184C10.6965%2017.1824%2010.6925%2017.178%2010.6843%2017.1746C10.6761%2017.1712%2010.67%2017.1714%2010.6681%2017.1718C10.6674%2017.1719%2010.6669%2017.1721%2010.666%2017.1725C10.6652%2017.1729%2010.6619%2017.1747%2010.6565%2017.1801C10.1488%2017.6878%209.3257%2017.6878%208.81802%2017.1801C8.31034%2016.6724%208.31034%2015.8493%208.81802%2015.3416C8.82344%2015.3362%208.82522%2015.3329%208.82561%2015.3321L8.82607%2015.3311L8.82634%2015.33C8.82668%2015.3281%208.82694%2015.3221%208.82355%2015.3139C8.82015%2015.3056%208.8157%2015.3016%208.8141%2015.3004C8.81351%2015.3%208.81301%2015.2998%208.81207%2015.2995C8.81126%2015.2992%208.80767%2015.2981%208.8%2015.2981C8.08203%2015.2981%207.5%2014.7161%207.5%2013.9981C7.5%2013.2802%208.08203%2012.6981%208.8%2012.6981C8.80767%2012.6981%208.81126%2012.697%208.81207%2012.6968C8.81301%2012.6965%208.81351%2012.6962%208.8141%2012.6958C8.8157%2012.6947%208.82015%2012.6906%208.82355%2012.6824C8.82695%2012.6742%208.82668%2012.6682%208.82635%2012.6662L8.82607%2012.6651L8.82561%2012.6641C8.82522%2012.6633%208.82345%2012.66%208.81802%2012.6546C8.31034%2012.1469%208.31034%2011.3238%208.81802%2010.8161C9.32571%2010.3085%2010.1488%2010.3085%2010.6565%2010.8161C10.6619%2010.8216%2010.6652%2010.8233%2010.666%2010.8237L10.6673%2010.8243C10.6692%2010.8246%2010.6761%2010.8251%2010.6843%2010.8217C10.6925%2010.8183%2010.6965%2010.8138%2010.6977%2010.8122C10.6981%2010.8116%2010.6984%2010.8111%2010.6987%2010.8102C10.6989%2010.8094%2010.7%2010.8058%2010.7%2010.7981ZM12%2010.4981C11.8343%2010.4981%2011.7%2010.6324%2011.7%2010.7981C11.7%2011.7117%2010.5954%2012.1693%209.94939%2011.5232C9.83224%2011.4061%209.64229%2011.4061%209.52513%2011.5232C9.40797%2011.6404%209.40797%2011.8304%209.52513%2011.9475C10.1712%2012.5935%209.7136%2013.6981%208.8%2013.6981C8.63431%2013.6981%208.5%2013.8324%208.5%2013.9981C8.5%2014.1638%208.63431%2014.2981%208.8%2014.2981C9.7136%2014.2981%2010.1712%2015.4027%209.52513%2016.0487C9.40797%2016.1659%209.40797%2016.3558%209.52513%2016.473C9.64229%2016.5902%209.83224%2016.5902%209.94939%2016.473C10.5954%2015.827%2011.7%2016.2845%2011.7%2017.1981C11.7%2017.3638%2011.8343%2017.4981%2012%2017.4981C12.1657%2017.4981%2012.3%2017.3638%2012.3%2017.1981C12.3%2016.2845%2013.4046%2015.827%2014.0506%2016.473C14.1678%2016.5902%2014.3577%2016.5902%2014.4749%2016.473C14.592%2016.3558%2014.592%2016.1659%2014.4749%2016.0487C13.8289%2015.4027%2014.2864%2014.2981%2015.2%2014.2981C15.3657%2014.2981%2015.5%2014.1638%2015.5%2013.9981C15.5%2013.8324%2015.3657%2013.6981%2015.2%2013.6981C14.2864%2013.6981%2013.8289%2012.5935%2014.4749%2011.9475C14.592%2011.8304%2014.592%2011.6404%2014.4749%2011.5232C14.3577%2011.4061%2014.1678%2011.4061%2014.0506%2011.5232C13.4046%2012.1693%2012.3%2011.7117%2012.3%2010.7981C12.3%2010.6324%2012.1657%2010.4981%2012%2010.4981Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.0029%2018.5022C19.0029%2019.883%2017.8836%2021.0022%2016.5029%2021.0022H7.49707C6.11636%2021.0022%204.99707%2019.883%204.99707%2018.5022V5.49776C4.99707%204.11704%206.11636%202.99776%207.49707%202.99776H13.4935C13.4952%202.99776%2013.4969%202.99776%2013.4986%202.99777L13.6912%202.99776C14.3566%202.99773%2014.9945%203.26295%2015.4638%203.73469L18.2754%206.56126C18.7414%207.02971%2019.0029%207.66358%2019.0029%208.32432V18.5022ZM12.8895%203.99776H7.49707C6.66864%203.99776%205.99707%204.66933%205.99707%205.49776V18.5022C5.99707%2019.3307%206.66864%2020.0022%207.49707%2020.0022H16.5029C17.3314%2020.0022%2018.0029%2019.3307%2018.0029%2018.5022V8.51371C18.0029%208.23757%2017.7791%208.01371%2017.5029%208.01371H15.4935C14.665%208.01371%2013.9935%207.34214%2013.9935%206.51371V4.49776C13.9935%204.2226%2013.7712%203.99936%2013.4964%203.99777C13.4954%203.99776%2013.4945%203.99776%2013.4935%203.99776L12.8955%203.99779C12.8935%203.99779%2012.8915%203.99778%2012.8895%203.99776ZM14.9935%204.67986V6.51371C14.9935%206.78985%2015.2173%207.01371%2015.4935%207.01371H17.315L14.9935%204.67986Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { file_source_code_default as default };
5
+
6
+ //# sourceMappingURL=file-source-code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-source-code.js","names":[],"sources":["../../../../components/activity-icon/assets/file-source-code.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.3%2013.9981C10.3%2013.0592%2011.0611%2012.2981%2012%2012.2981C12.9389%2012.2981%2013.7%2013.0592%2013.7%2013.9981C13.7%2014.937%2012.9389%2015.6981%2012%2015.6981C11.0611%2015.6981%2010.3%2014.937%2010.3%2013.9981ZM12%2013.2981C11.6134%2013.2981%2011.3%2013.6115%2011.3%2013.9981C11.3%2014.3847%2011.6134%2014.6981%2012%2014.6981C12.3866%2014.6981%2012.7%2014.3847%2012.7%2013.9981C12.7%2013.6115%2012.3866%2013.2981%2012%2013.2981Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.7%2010.7981C10.7%2010.0802%2011.282%209.49812%2012%209.49812C12.718%209.49812%2013.3%2010.0802%2013.3%2010.7981C13.3%2010.8058%2013.3011%2010.8094%2013.3013%2010.8102L13.3017%2010.8112L13.3023%2010.8122C13.3035%2010.8138%2013.3075%2010.8183%2013.3157%2010.8217C13.3239%2010.8251%2013.33%2010.8248%2013.3319%2010.8245C13.3326%2010.8243%2013.3331%2010.8242%2013.334%2010.8237C13.3348%2010.8233%2013.3381%2010.8216%2013.3435%2010.8161C13.8512%2010.3085%2014.6743%2010.3085%2015.182%2010.8161C15.6897%2011.3238%2015.6897%2012.1469%2015.182%2012.6546C15.1766%2012.66%2015.1748%2012.6634%2015.1744%2012.6641C15.1741%2012.6647%2015.1739%2012.6651%2015.1738%2012.6655C15.1737%2012.6658%2015.1739%2012.6653%2015.1738%2012.6655C15.1735%2012.6675%2015.1731%2012.6742%2015.1765%2012.6824C15.1799%2012.6906%2015.1843%2012.6947%2015.1859%2012.6958C15.1862%2012.696%2015.1865%2012.6962%2015.1868%2012.6963C15.1871%2012.6965%2015.1875%2012.6966%2015.1879%2012.6968C15.1887%2012.697%2015.1923%2012.6981%2015.2%2012.6981C15.918%2012.6981%2016.5%2013.2802%2016.5%2013.9981C16.5%2014.7161%2015.918%2015.2981%2015.2%2015.2981C15.1923%2015.2981%2015.1887%2015.2992%2015.1879%2015.2995C15.187%2015.2998%2015.1865%2015.3%2015.1859%2015.3004C15.1843%2015.3016%2015.1799%2015.3056%2015.1765%2015.3139C15.1731%2015.3221%2015.1733%2015.3281%2015.1737%2015.33C15.1738%2015.3307%2015.1739%2015.3313%2015.1744%2015.3321C15.1748%2015.3329%2015.1766%2015.3362%2015.182%2015.3416C15.6897%2015.8493%2015.6897%2016.6724%2015.182%2017.1801C14.6743%2017.6878%2013.8512%2017.6878%2013.3435%2017.1801C13.3381%2017.1747%2013.3348%2017.1729%2013.334%2017.1725C13.3331%2017.1721%2013.3326%2017.1719%2013.3319%2017.1718C13.33%2017.1714%2013.3239%2017.1712%2013.3157%2017.1746C13.3075%2017.178%2013.3035%2017.1824%2013.3023%2017.184C13.302%2017.1845%2013.3017%2017.1849%2013.3015%2017.1856C13.3014%2017.1857%2013.3016%2017.1854%2013.3015%2017.1856C13.3012%2017.1864%2013.3%2017.1905%2013.3%2017.1981C13.3%2017.9161%2012.718%2018.4981%2012%2018.4981C11.282%2018.4981%2010.7%2017.9161%2010.7%2017.1981C10.7%2017.1905%2010.6989%2017.1869%2010.6987%2017.1861L10.6983%2017.1851L10.6977%2017.184C10.6965%2017.1824%2010.6925%2017.178%2010.6843%2017.1746C10.6761%2017.1712%2010.67%2017.1714%2010.6681%2017.1718C10.6674%2017.1719%2010.6669%2017.1721%2010.666%2017.1725C10.6652%2017.1729%2010.6619%2017.1747%2010.6565%2017.1801C10.1488%2017.6878%209.3257%2017.6878%208.81802%2017.1801C8.31034%2016.6724%208.31034%2015.8493%208.81802%2015.3416C8.82344%2015.3362%208.82522%2015.3329%208.82561%2015.3321L8.82607%2015.3311L8.82634%2015.33C8.82668%2015.3281%208.82694%2015.3221%208.82355%2015.3139C8.82015%2015.3056%208.8157%2015.3016%208.8141%2015.3004C8.81351%2015.3%208.81301%2015.2998%208.81207%2015.2995C8.81126%2015.2992%208.80767%2015.2981%208.8%2015.2981C8.08203%2015.2981%207.5%2014.7161%207.5%2013.9981C7.5%2013.2802%208.08203%2012.6981%208.8%2012.6981C8.80767%2012.6981%208.81126%2012.697%208.81207%2012.6968C8.81301%2012.6965%208.81351%2012.6962%208.8141%2012.6958C8.8157%2012.6947%208.82015%2012.6906%208.82355%2012.6824C8.82695%2012.6742%208.82668%2012.6682%208.82635%2012.6662L8.82607%2012.6651L8.82561%2012.6641C8.82522%2012.6633%208.82345%2012.66%208.81802%2012.6546C8.31034%2012.1469%208.31034%2011.3238%208.81802%2010.8161C9.32571%2010.3085%2010.1488%2010.3085%2010.6565%2010.8161C10.6619%2010.8216%2010.6652%2010.8233%2010.666%2010.8237L10.6673%2010.8243C10.6692%2010.8246%2010.6761%2010.8251%2010.6843%2010.8217C10.6925%2010.8183%2010.6965%2010.8138%2010.6977%2010.8122C10.6981%2010.8116%2010.6984%2010.8111%2010.6987%2010.8102C10.6989%2010.8094%2010.7%2010.8058%2010.7%2010.7981ZM12%2010.4981C11.8343%2010.4981%2011.7%2010.6324%2011.7%2010.7981C11.7%2011.7117%2010.5954%2012.1693%209.94939%2011.5232C9.83224%2011.4061%209.64229%2011.4061%209.52513%2011.5232C9.40797%2011.6404%209.40797%2011.8304%209.52513%2011.9475C10.1712%2012.5935%209.7136%2013.6981%208.8%2013.6981C8.63431%2013.6981%208.5%2013.8324%208.5%2013.9981C8.5%2014.1638%208.63431%2014.2981%208.8%2014.2981C9.7136%2014.2981%2010.1712%2015.4027%209.52513%2016.0487C9.40797%2016.1659%209.40797%2016.3558%209.52513%2016.473C9.64229%2016.5902%209.83224%2016.5902%209.94939%2016.473C10.5954%2015.827%2011.7%2016.2845%2011.7%2017.1981C11.7%2017.3638%2011.8343%2017.4981%2012%2017.4981C12.1657%2017.4981%2012.3%2017.3638%2012.3%2017.1981C12.3%2016.2845%2013.4046%2015.827%2014.0506%2016.473C14.1678%2016.5902%2014.3577%2016.5902%2014.4749%2016.473C14.592%2016.3558%2014.592%2016.1659%2014.4749%2016.0487C13.8289%2015.4027%2014.2864%2014.2981%2015.2%2014.2981C15.3657%2014.2981%2015.5%2014.1638%2015.5%2013.9981C15.5%2013.8324%2015.3657%2013.6981%2015.2%2013.6981C14.2864%2013.6981%2013.8289%2012.5935%2014.4749%2011.9475C14.592%2011.8304%2014.592%2011.6404%2014.4749%2011.5232C14.3577%2011.4061%2014.1678%2011.4061%2014.0506%2011.5232C13.4046%2012.1693%2012.3%2011.7117%2012.3%2010.7981C12.3%2010.6324%2012.1657%2010.4981%2012%2010.4981Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.0029%2018.5022C19.0029%2019.883%2017.8836%2021.0022%2016.5029%2021.0022H7.49707C6.11636%2021.0022%204.99707%2019.883%204.99707%2018.5022V5.49776C4.99707%204.11704%206.11636%202.99776%207.49707%202.99776H13.4935C13.4952%202.99776%2013.4969%202.99776%2013.4986%202.99777L13.6912%202.99776C14.3566%202.99773%2014.9945%203.26295%2015.4638%203.73469L18.2754%206.56126C18.7414%207.02971%2019.0029%207.66358%2019.0029%208.32432V18.5022ZM12.8895%203.99776H7.49707C6.66864%203.99776%205.99707%204.66933%205.99707%205.49776V18.5022C5.99707%2019.3307%206.66864%2020.0022%207.49707%2020.0022H16.5029C17.3314%2020.0022%2018.0029%2019.3307%2018.0029%2018.5022V8.51371C18.0029%208.23757%2017.7791%208.01371%2017.5029%208.01371H15.4935C14.665%208.01371%2013.9935%207.34214%2013.9935%206.51371V4.49776C13.9935%204.2226%2013.7712%203.99936%2013.4964%203.99777C13.4954%203.99776%2013.4945%203.99776%2013.4935%203.99776L12.8955%203.99779C12.8935%203.99779%2012.8915%203.99778%2012.8895%203.99776ZM14.9935%204.67986V6.51371C14.9935%206.78985%2015.2173%207.01371%2015.4935%207.01371H17.315L14.9935%204.67986Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,2BAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/file-spreadsheet.svg
2
+ var file_spreadsheet_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.5%2010.002C8.39543%2010.002%207.5%2010.8975%207.5%2012.002V16.002C7.5%2017.1066%208.39543%2018.002%209.5%2018.002H9.94556C9.96344%2018.004%209.9816%2018.005%2010%2018.005C10.0184%2018.005%2010.0366%2018.004%2010.0544%2018.002H14.5C15.6046%2018.002%2016.5%2017.1066%2016.5%2016.002V12.002C16.5%2010.8975%2015.6046%2010.002%2014.5%2010.002H9.5ZM10.5%2017.002H14.5C15.0523%2017.002%2015.5%2016.5543%2015.5%2016.002V16.0008L10.5%2016.0008V17.002ZM10.5%2015.0008L15.5%2015.0008V14.0008L10.5%2014.0008L10.5%2015.0008ZM9.5%2014.0008L9.5%2015.0008H8.5V14.0008H9.5ZM10.5%2013.0008L15.5%2013.0008V12.002C15.5%2011.4497%2015.0523%2011.002%2014.5%2011.002H10.5V13.0008ZM9.5%2011.002V13.0008H8.5V12.002C8.5%2011.4497%208.94772%2011.002%209.5%2011.002ZM9.5%2016.0008L9.5%2017.002C8.94772%2017.002%208.5%2016.5543%208.5%2016.002V16.0008H9.5Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.0029%2018.5022C19.0029%2019.883%2017.8836%2021.0022%2016.5029%2021.0022H7.49707C6.11636%2021.0022%204.99707%2019.883%204.99707%2018.5022V5.49776C4.99707%204.11704%206.11636%202.99776%207.49707%202.99776H13.4935L13.4986%202.99777L13.6912%202.99776C14.3566%202.99773%2014.9945%203.26295%2015.4638%203.73469L18.2754%206.56126C18.7414%207.02971%2019.0029%207.66358%2019.0029%208.32432V18.5022ZM12.8895%203.99776H7.49707C6.66864%203.99776%205.99707%204.66933%205.99707%205.49776V18.5022C5.99707%2019.3307%206.66864%2020.0022%207.49707%2020.0022H16.5029C17.3314%2020.0022%2018.0029%2019.3307%2018.0029%2018.5022V8.51371C18.0029%208.23757%2017.7791%208.01371%2017.5029%208.01371H15.4935C14.665%208.01371%2013.9935%207.34214%2013.9935%206.51371V4.49776C13.9935%204.2226%2013.7712%203.99936%2013.4964%203.99777L13.4935%203.99776L12.8955%203.99779C12.8935%203.99779%2012.8895%203.99776%2012.8895%203.99776ZM14.9935%204.67986V6.51371C14.9935%206.78985%2015.2173%207.01371%2015.4935%207.01371H17.315L14.9935%204.67986Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { file_spreadsheet_default as default };
5
+
6
+ //# sourceMappingURL=file-spreadsheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-spreadsheet.js","names":[],"sources":["../../../../components/activity-icon/assets/file-spreadsheet.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.5%2010.002C8.39543%2010.002%207.5%2010.8975%207.5%2012.002V16.002C7.5%2017.1066%208.39543%2018.002%209.5%2018.002H9.94556C9.96344%2018.004%209.9816%2018.005%2010%2018.005C10.0184%2018.005%2010.0366%2018.004%2010.0544%2018.002H14.5C15.6046%2018.002%2016.5%2017.1066%2016.5%2016.002V12.002C16.5%2010.8975%2015.6046%2010.002%2014.5%2010.002H9.5ZM10.5%2017.002H14.5C15.0523%2017.002%2015.5%2016.5543%2015.5%2016.002V16.0008L10.5%2016.0008V17.002ZM10.5%2015.0008L15.5%2015.0008V14.0008L10.5%2014.0008L10.5%2015.0008ZM9.5%2014.0008L9.5%2015.0008H8.5V14.0008H9.5ZM10.5%2013.0008L15.5%2013.0008V12.002C15.5%2011.4497%2015.0523%2011.002%2014.5%2011.002H10.5V13.0008ZM9.5%2011.002V13.0008H8.5V12.002C8.5%2011.4497%208.94772%2011.002%209.5%2011.002ZM9.5%2016.0008L9.5%2017.002C8.94772%2017.002%208.5%2016.5543%208.5%2016.002V16.0008H9.5Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.0029%2018.5022C19.0029%2019.883%2017.8836%2021.0022%2016.5029%2021.0022H7.49707C6.11636%2021.0022%204.99707%2019.883%204.99707%2018.5022V5.49776C4.99707%204.11704%206.11636%202.99776%207.49707%202.99776H13.4935L13.4986%202.99777L13.6912%202.99776C14.3566%202.99773%2014.9945%203.26295%2015.4638%203.73469L18.2754%206.56126C18.7414%207.02971%2019.0029%207.66358%2019.0029%208.32432V18.5022ZM12.8895%203.99776H7.49707C6.66864%203.99776%205.99707%204.66933%205.99707%205.49776V18.5022C5.99707%2019.3307%206.66864%2020.0022%207.49707%2020.0022H16.5029C17.3314%2020.0022%2018.0029%2019.3307%2018.0029%2018.5022V8.51371C18.0029%208.23757%2017.7791%208.01371%2017.5029%208.01371H15.4935C14.665%208.01371%2013.9935%207.34214%2013.9935%206.51371V4.49776C13.9935%204.2226%2013.7712%203.99936%2013.4964%203.99777L13.4935%203.99776L12.8955%203.99779C12.8935%203.99779%2012.8895%203.99776%2012.8895%203.99776ZM14.9935%204.67986V6.51371C14.9935%206.78985%2015.2173%207.01371%2015.4935%207.01371H17.315L14.9935%204.67986Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,2BAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/file-text-editor.svg
2
+ var file_text_editor_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.8871%203.99919H7.49832C6.67045%203.99919%205.99933%204.67022%205.99933%205.49798V18.492C5.99933%2019.3197%206.67045%2019.9907%207.49831%2019.9907H10.4963C10.7723%2019.9907%2010.996%2020.2144%2010.996%2020.4903C10.996%2020.7663%2010.7723%2020.9899%2010.4963%2020.9899H7.49831C6.11853%2020.9899%205%2019.8716%205%2018.492V5.49798C5%204.11838%206.11853%203%207.49832%203H13.4907L13.4958%203.00001L13.6883%203C14.3532%202.99997%2014.9907%203.26498%2015.4597%203.73634L18.2694%206.56062C18.735%207.02869%2018.9964%207.66205%2018.9964%208.32226V11.4948C18.9964%2011.7707%2018.7727%2011.9944%2018.4968%2011.9944C18.2208%2011.9944%2017.9971%2011.7707%2017.9971%2011.4948V8.51149C17.9971%208.23557%2017.7734%208.0119%2017.4974%208.0119H15.4893C14.6615%208.0119%2013.9903%207.34087%2013.9903%206.51311V4.49879C13.9903%204.22386%2013.7682%204.00079%2013.4936%203.9992L13.4907%203.99919L12.8931%203.99923C12.8911%203.99923%2012.8871%203.99919%2012.8871%203.99919ZM14.9897%204.68074V6.51311C14.9897%206.78903%2015.2134%207.01271%2015.4893%207.01271H17.3096L14.9897%204.68074Z'%20fill='%23008196'/%3e%3cpath%20d='M8.50545%2010.993C8.22949%2010.993%208.00579%2011.2167%208.00579%2011.4926C8.00579%2011.7686%208.22949%2011.9922%208.50545%2011.9922L15.5129%2011.9922C15.7889%2011.9922%2016.0126%2011.7686%2016.0126%2011.4926C16.0126%2011.2167%2015.7889%2010.993%2015.5129%2010.993L8.50545%2010.993Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20.4314%2013.5584C19.6745%2012.8016%2018.4476%2012.8003%2017.6891%2013.5556L13.2658%2017.9598C13.2124%2018.013%2013.1716%2018.0777%2013.1467%2018.1489L12.0324%2021.3355C11.9687%2021.5176%2012.0155%2021.7201%2012.1527%2021.8557C12.29%2021.9913%2012.493%2022.0358%2012.6744%2021.9701L15.8524%2020.8177C15.9213%2020.7928%2015.9838%2020.753%2016.0355%2020.7012L20.4319%2016.3029C21.1895%2015.5448%2021.1894%2014.3162%2020.4314%2013.5584ZM18.3943%2014.2636C18.7623%2013.8971%2019.3576%2013.8978%2019.7248%2014.265C20.0926%2014.6327%2020.0926%2015.2288%2019.725%2015.5965L15.4073%2019.9163L13.323%2020.672L14.0522%2018.5869L18.3943%2014.2636Z'%20fill='%23008196'/%3e%3cpath%20d='M8.00579%2014.5058C8.00579%2014.2299%208.22949%2014.0062%208.50545%2014.0062L13.5016%2014.0062C13.7775%2014.0062%2014.0013%2014.2299%2014.0013%2014.5058C14.0013%2014.7817%2013.7775%2015.0054%2013.5016%2015.0054L8.50545%2015.0054C8.22949%2015.0054%208.00579%2014.7817%208.00579%2014.5058Z'%20fill='%23008196'/%3e%3cpath%20d='M8.50545%2017.0038C8.22949%2017.0038%208.00579%2017.2275%208.00579%2017.5034C8.00579%2017.7793%208.22949%2018.003%208.50545%2018.003H11.4905C11.7665%2018.003%2011.9902%2017.7793%2011.9902%2017.5034C11.9902%2017.2275%2011.7665%2017.0038%2011.4905%2017.0038H8.50545Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { file_text_editor_default as default };
5
+
6
+ //# sourceMappingURL=file-text-editor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-text-editor.js","names":[],"sources":["../../../../components/activity-icon/assets/file-text-editor.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.8871%203.99919H7.49832C6.67045%203.99919%205.99933%204.67022%205.99933%205.49798V18.492C5.99933%2019.3197%206.67045%2019.9907%207.49831%2019.9907H10.4963C10.7723%2019.9907%2010.996%2020.2144%2010.996%2020.4903C10.996%2020.7663%2010.7723%2020.9899%2010.4963%2020.9899H7.49831C6.11853%2020.9899%205%2019.8716%205%2018.492V5.49798C5%204.11838%206.11853%203%207.49832%203H13.4907L13.4958%203.00001L13.6883%203C14.3532%202.99997%2014.9907%203.26498%2015.4597%203.73634L18.2694%206.56062C18.735%207.02869%2018.9964%207.66205%2018.9964%208.32226V11.4948C18.9964%2011.7707%2018.7727%2011.9944%2018.4968%2011.9944C18.2208%2011.9944%2017.9971%2011.7707%2017.9971%2011.4948V8.51149C17.9971%208.23557%2017.7734%208.0119%2017.4974%208.0119H15.4893C14.6615%208.0119%2013.9903%207.34087%2013.9903%206.51311V4.49879C13.9903%204.22386%2013.7682%204.00079%2013.4936%203.9992L13.4907%203.99919L12.8931%203.99923C12.8911%203.99923%2012.8871%203.99919%2012.8871%203.99919ZM14.9897%204.68074V6.51311C14.9897%206.78903%2015.2134%207.01271%2015.4893%207.01271H17.3096L14.9897%204.68074Z'%20fill='%23008196'/%3e%3cpath%20d='M8.50545%2010.993C8.22949%2010.993%208.00579%2011.2167%208.00579%2011.4926C8.00579%2011.7686%208.22949%2011.9922%208.50545%2011.9922L15.5129%2011.9922C15.7889%2011.9922%2016.0126%2011.7686%2016.0126%2011.4926C16.0126%2011.2167%2015.7889%2010.993%2015.5129%2010.993L8.50545%2010.993Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20.4314%2013.5584C19.6745%2012.8016%2018.4476%2012.8003%2017.6891%2013.5556L13.2658%2017.9598C13.2124%2018.013%2013.1716%2018.0777%2013.1467%2018.1489L12.0324%2021.3355C11.9687%2021.5176%2012.0155%2021.7201%2012.1527%2021.8557C12.29%2021.9913%2012.493%2022.0358%2012.6744%2021.9701L15.8524%2020.8177C15.9213%2020.7928%2015.9838%2020.753%2016.0355%2020.7012L20.4319%2016.3029C21.1895%2015.5448%2021.1894%2014.3162%2020.4314%2013.5584ZM18.3943%2014.2636C18.7623%2013.8971%2019.3576%2013.8978%2019.7248%2014.265C20.0926%2014.6327%2020.0926%2015.2288%2019.725%2015.5965L15.4073%2019.9163L13.323%2020.672L14.0522%2018.5869L18.3943%2014.2636Z'%20fill='%23008196'/%3e%3cpath%20d='M8.00579%2014.5058C8.00579%2014.2299%208.22949%2014.0062%208.50545%2014.0062L13.5016%2014.0062C13.7775%2014.0062%2014.0013%2014.2299%2014.0013%2014.5058C14.0013%2014.7817%2013.7775%2015.0054%2013.5016%2015.0054L8.50545%2015.0054C8.22949%2015.0054%208.00579%2014.7817%208.00579%2014.5058Z'%20fill='%23008196'/%3e%3cpath%20d='M8.50545%2017.0038C8.22949%2017.0038%208.00579%2017.2275%208.00579%2017.5034C8.00579%2017.7793%208.22949%2018.003%208.50545%2018.003H11.4905C11.7665%2018.003%2011.9902%2017.7793%2011.9902%2017.5034C11.9902%2017.2275%2011.7665%2017.0038%2011.4905%2017.0038H8.50545Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,2BAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/file-unknown.svg
2
+ var file_unknown_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2016.7468C12.2761%2016.7468%2012.5%2016.9706%2012.5%2017.2468C12.5%2017.5229%2012.2761%2017.7468%2012%2017.7468C11.7239%2017.7468%2011.5%2017.5229%2011.5%2017.2468C11.5%2016.9706%2011.7239%2016.7468%2012%2016.7468Z'%20fill='%23008196'/%3e%3cpath%20d='M11.9795%209.74971C13.3857%209.74971%2014.5%2010.9206%2014.5%2012.3327C14.5%2013.1701%2014.0373%2013.735%2013.5459%2014.1101C13.1982%2014.3754%2012.7851%2014.5806%2012.4795%2014.7282V15.2497C12.4794%2015.5257%2012.2556%2015.7497%2011.9795%2015.7497C11.7036%2015.7495%2011.4796%2015.5256%2011.4795%2015.2497V14.4157C11.4796%2014.2287%2011.5848%2014.0571%2011.751%2013.9714C11.8501%2013.9203%2011.9522%2013.8716%2012.0547%2013.822C12.3538%2013.6772%2012.6609%2013.5277%2012.9395%2013.3151C13.2895%2013.0479%2013.5%2012.745%2013.5%2012.3327C13.5%2011.4437%2012.8047%2010.7497%2011.9795%2010.7497C11.2563%2010.7499%2010.6343%2011.281%2010.4902%2012.0124C10.4369%2012.2833%2010.1743%2012.4603%209.90332%2012.4069C9.6326%2012.3536%209.45669%2012.0908%209.50977%2011.82C9.74009%2010.6499%2010.7483%209.7499%2011.9795%209.74971Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.6914%202.99776C14.3567%202.99778%2014.9947%203.26336%2015.4639%203.73506L18.2754%206.56123C18.7413%207.02959%2019.0028%207.66333%2019.0029%208.32393V18.5026C19.0027%2019.8832%2017.8835%2021.0026%2016.5029%2021.0026H7.49707C6.11649%2021.0026%204.99728%2019.8832%204.99707%2018.5026V5.49776C4.99707%204.11704%206.11636%202.99776%207.49707%202.99776H13.6914ZM7.49707%203.99776C6.66864%203.99776%205.99707%204.66933%205.99707%205.49776V18.5026C5.99728%2019.3309%206.66877%2020.0026%207.49707%2020.0026H16.5029C17.3312%2020.0026%2018.0027%2019.3309%2018.0029%2018.5026V8.51338C18.0028%208.23739%2017.779%208.01338%2017.5029%208.01338H15.4932C14.6649%208.01321%2013.9932%207.34171%2013.9932%206.51338V4.49776C13.9932%204.22161%2013.7693%203.99776%2013.4932%203.99776H7.49707ZM14.9932%206.51338C14.9932%206.78942%2015.2172%207.01321%2015.4932%207.01338H17.3145L14.9932%204.6794V6.51338Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { file_unknown_default as default };
5
+
6
+ //# sourceMappingURL=file-unknown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-unknown.js","names":[],"sources":["../../../../components/activity-icon/assets/file-unknown.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2016.7468C12.2761%2016.7468%2012.5%2016.9706%2012.5%2017.2468C12.5%2017.5229%2012.2761%2017.7468%2012%2017.7468C11.7239%2017.7468%2011.5%2017.5229%2011.5%2017.2468C11.5%2016.9706%2011.7239%2016.7468%2012%2016.7468Z'%20fill='%23008196'/%3e%3cpath%20d='M11.9795%209.74971C13.3857%209.74971%2014.5%2010.9206%2014.5%2012.3327C14.5%2013.1701%2014.0373%2013.735%2013.5459%2014.1101C13.1982%2014.3754%2012.7851%2014.5806%2012.4795%2014.7282V15.2497C12.4794%2015.5257%2012.2556%2015.7497%2011.9795%2015.7497C11.7036%2015.7495%2011.4796%2015.5256%2011.4795%2015.2497V14.4157C11.4796%2014.2287%2011.5848%2014.0571%2011.751%2013.9714C11.8501%2013.9203%2011.9522%2013.8716%2012.0547%2013.822C12.3538%2013.6772%2012.6609%2013.5277%2012.9395%2013.3151C13.2895%2013.0479%2013.5%2012.745%2013.5%2012.3327C13.5%2011.4437%2012.8047%2010.7497%2011.9795%2010.7497C11.2563%2010.7499%2010.6343%2011.281%2010.4902%2012.0124C10.4369%2012.2833%2010.1743%2012.4603%209.90332%2012.4069C9.6326%2012.3536%209.45669%2012.0908%209.50977%2011.82C9.74009%2010.6499%2010.7483%209.7499%2011.9795%209.74971Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.6914%202.99776C14.3567%202.99778%2014.9947%203.26336%2015.4639%203.73506L18.2754%206.56123C18.7413%207.02959%2019.0028%207.66333%2019.0029%208.32393V18.5026C19.0027%2019.8832%2017.8835%2021.0026%2016.5029%2021.0026H7.49707C6.11649%2021.0026%204.99728%2019.8832%204.99707%2018.5026V5.49776C4.99707%204.11704%206.11636%202.99776%207.49707%202.99776H13.6914ZM7.49707%203.99776C6.66864%203.99776%205.99707%204.66933%205.99707%205.49776V18.5026C5.99728%2019.3309%206.66877%2020.0026%207.49707%2020.0026H16.5029C17.3312%2020.0026%2018.0027%2019.3309%2018.0029%2018.5026V8.51338C18.0028%208.23739%2017.779%208.01338%2017.5029%208.01338H15.4932C14.6649%208.01321%2013.9932%207.34171%2013.9932%206.51338V4.49776C13.9932%204.22161%2013.7693%203.99776%2013.4932%203.99776H7.49707ZM14.9932%206.51338C14.9932%206.78942%2015.2172%207.01321%2015.4932%207.01338H17.3145L14.9932%204.6794V6.51338Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,uBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/file-video.svg
2
+ var file_video_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.25579%2010.5634C9.41249%2010.4746%209.60479%2010.4771%209.75919%2010.5697L14.7564%2013.569C14.9069%2013.6593%2014.999%2013.822%2014.999%2013.9976C14.999%2014.1732%2014.9069%2014.3359%2014.7564%2014.4262L9.75919%2017.4255C9.60479%2017.5182%209.41249%2017.5206%209.25579%2017.4319C9.09909%2017.3431%209.00223%2017.177%209.00223%2016.9969V10.9984C9.00223%2010.8183%209.09909%2010.6521%209.25579%2010.5634ZM10.0018%2016.1139L13.5279%2013.9976L10.0018%2011.8813V16.1139Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19%2018.5006C19%2019.881%2017.8812%2021%2016.501%2021H7.49895C6.11882%2021%205%2019.881%205%2018.5006V5.49938C5%204.11901%206.11882%203%207.49895%203H13.4929L13.4979%203.00001L13.6905%203C14.3556%202.99997%2014.9933%203.26512%2015.4623%203.73675L18.2728%206.56261C18.7385%207.03095%2019%207.66466%2019%208.32524V18.5006ZM12.8892%203.99975H7.49895C6.67087%203.99975%205.99958%204.67116%205.99958%205.49938V18.5006C5.99958%2019.3288%206.67087%2020.0002%207.49895%2020.0002H16.501C17.3291%2020.0002%2018.0004%2019.3288%2018.0004%2018.5006V8.51458C18.0004%208.2385%2017.7767%208.0147%2017.5006%208.0147H15.492C14.6639%208.0147%2013.9926%207.3433%2013.9926%206.51508V4.49963C13.9926%204.22454%2013.7705%204.00135%2013.4958%203.99976L13.4929%203.99975L12.8952%203.99979C12.8932%203.99979%2012.8892%203.99975%2012.8892%203.99975ZM14.9922%204.68168V6.51508C14.9922%206.79115%2015.216%207.01495%2015.492%207.01495H17.3127L14.9922%204.68168Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { file_video_default as default };
5
+
6
+ //# sourceMappingURL=file-video.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-video.js","names":[],"sources":["../../../../components/activity-icon/assets/file-video.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.25579%2010.5634C9.41249%2010.4746%209.60479%2010.4771%209.75919%2010.5697L14.7564%2013.569C14.9069%2013.6593%2014.999%2013.822%2014.999%2013.9976C14.999%2014.1732%2014.9069%2014.3359%2014.7564%2014.4262L9.75919%2017.4255C9.60479%2017.5182%209.41249%2017.5206%209.25579%2017.4319C9.09909%2017.3431%209.00223%2017.177%209.00223%2016.9969V10.9984C9.00223%2010.8183%209.09909%2010.6521%209.25579%2010.5634ZM10.0018%2016.1139L13.5279%2013.9976L10.0018%2011.8813V16.1139Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19%2018.5006C19%2019.881%2017.8812%2021%2016.501%2021H7.49895C6.11882%2021%205%2019.881%205%2018.5006V5.49938C5%204.11901%206.11882%203%207.49895%203H13.4929L13.4979%203.00001L13.6905%203C14.3556%202.99997%2014.9933%203.26512%2015.4623%203.73675L18.2728%206.56261C18.7385%207.03095%2019%207.66466%2019%208.32524V18.5006ZM12.8892%203.99975H7.49895C6.67087%203.99975%205.99958%204.67116%205.99958%205.49938V18.5006C5.99958%2019.3288%206.67087%2020.0002%207.49895%2020.0002H16.501C17.3291%2020.0002%2018.0004%2019.3288%2018.0004%2018.5006V8.51458C18.0004%208.2385%2017.7767%208.0147%2017.5006%208.0147H15.492C14.6639%208.0147%2013.9926%207.3433%2013.9926%206.51508V4.49963C13.9926%204.22454%2013.7705%204.00135%2013.4958%203.99976L13.4929%203.99975L12.8952%203.99979C12.8932%203.99979%2012.8892%203.99975%2012.8892%203.99975ZM14.9922%204.68168V6.51508C14.9922%206.79115%2015.216%207.01495%2015.492%207.01495H17.3127L14.9922%204.68168Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,qBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/file-xls.svg
2
+ var file_xls_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.99707%205.4978C4.99707%204.11709%206.11636%202.9978%207.49707%202.9978H13.4935L13.5052%202.99785L13.6912%202.99784C14.3566%202.99781%2014.9945%203.26303%2015.4638%203.73477L18.2754%206.56134C18.7414%207.02979%2019.0029%207.66366%2019.0029%208.32441V18.5023C19.0029%2019.883%2017.8836%2021.0023%2016.5029%2021.0023H7.49707C6.11636%2021.0023%204.99707%2019.883%204.99707%2018.5023V17.4956C4.99707%2017.2195%205.22093%2016.9956%205.49707%2016.9956C5.77321%2016.9956%205.99707%2017.2195%205.99707%2017.4956V18.5023C5.99707%2019.3307%206.66864%2020.0023%207.49707%2020.0023H16.5029C17.3314%2020.0023%2018.0029%2019.3307%2018.0029%2018.5023V8.51376C18.0029%208.23761%2017.7791%208.01376%2017.5029%208.01376H15.4935C14.665%208.01376%2013.9935%207.34218%2013.9935%206.51376V4.4978C13.9935%204.22392%2013.7733%204.00147%2013.5003%203.99785L12.8955%203.99787L12.887%203.9978H7.49707C6.66864%203.9978%205.99707%204.66938%205.99707%205.4978V9.5007C5.99707%209.77685%205.77321%2010.0007%205.49707%2010.0007C5.22093%2010.0007%204.99707%209.77685%204.99707%209.5007V5.4978ZM14.9935%206.51376V4.67994L17.3149%207.01376H15.4935C15.2173%207.01376%2014.9935%206.7899%2014.9935%206.51376Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.5677%2011.4519C12.329%2011.4519%2012.1075%2011.4812%2011.9038%2011.5409C11.7027%2011.6004%2011.5255%2011.6864%2011.3742%2011.7998C11.2226%2011.9115%2011.1032%2012.0475%2011.0178%2012.2075C10.9311%2012.3678%2010.8886%2012.5455%2010.8886%2012.7384C10.8886%2012.9357%2010.9285%2013.1136%2011.0117%2013.269L11.0123%2013.27C11.0951%2013.4208%2011.2073%2013.5528%2011.3477%2013.6659L11.349%2013.6669C11.4887%2013.7758%2011.6483%2013.8707%2011.8265%2013.9517C12.0039%2014.0314%2012.1916%2014.1033%2012.3883%2014.1668C12.5598%2014.2208%2012.6969%2014.2721%2012.801%2014.3203C12.9056%2014.3689%2012.9814%2014.416%2013.0323%2014.4603L13.0337%2014.4615C13.0831%2014.5029%2013.1118%2014.5451%2013.1264%2014.5874L13.1277%2014.5909C13.146%2014.6382%2013.1562%2014.694%2013.1562%2014.7599C13.1562%2014.8376%2013.1366%2014.9046%2013.0987%2014.9638L13.0977%2014.9653C13.0638%2015.0205%2013.0077%2015.0683%2012.9229%2015.1049C12.8422%2015.1404%2012.7322%2015.1609%2012.5882%2015.1609C12.47%2015.1609%2012.3628%2015.1489%2012.2661%2015.1256C12.1743%2015.1031%2012.0972%2015.0674%2012.0331%2015.0199C11.9734%2014.9742%2011.926%2014.9138%2011.8914%2014.8363C11.8576%2014.7608%2011.8386%2014.6632%2011.8386%2014.5402C11.8386%2014.485%2011.7938%2014.4402%2011.7386%2014.4402H10.8567C10.8015%2014.4402%2010.7567%2014.485%2010.7567%2014.5402C10.7567%2014.7944%2010.8095%2015.0201%2010.9191%2015.2135C11.0263%2015.4025%2011.17%2015.5588%2011.3487%2015.6807C11.5261%2015.8003%2011.7234%2015.8899%2011.9384%2015.9493C12.1518%2016.0062%2012.3685%2016.0347%2012.5882%2016.0347C12.8299%2016.0347%2013.0511%2016.0075%2013.2507%2015.952C13.4502%2015.8964%2013.6248%2015.8144%2013.7728%2015.7044C13.9217%2015.5938%2014.0368%2015.4577%2014.1163%2015.2963C14.1963%2015.1343%2014.2351%2014.9528%2014.2351%2014.7541C14.2351%2014.5667%2014.2028%2014.3955%2014.1359%2014.2424C14.0694%2014.0901%2013.971%2013.9548%2013.8423%2013.8366C13.7149%2013.7196%2013.5582%2013.616%2013.3738%2013.5248C13.1921%2013.434%2012.9828%2013.353%2012.7464%2013.2815C12.6103%2013.2393%2012.4916%2013.1965%2012.3901%2013.1533C12.2892%2013.1103%2012.2069%2013.0657%2012.1418%2013.0199C12.0779%2012.975%2012.0338%2012.9297%2012.0054%2012.8852C11.9805%2012.8433%2011.9675%2012.7961%2011.9675%2012.7414C11.9675%2012.6645%2011.9875%2012.598%2012.0269%2012.539L12.0275%2012.538C12.0658%2012.4791%2012.1253%2012.429%2012.2126%2012.3904L12.2141%2012.3898C12.2986%2012.3507%2012.4102%2012.3287%2012.553%2012.3287C12.7004%2012.3287%2012.8146%2012.3546%2012.8996%2012.3995C12.9888%2012.4458%2013.0513%2012.5071%2013.0916%2012.5832L13.0928%2012.5853C13.1359%2012.6618%2013.1591%2012.7538%2013.1591%2012.8644C13.1591%2012.9196%2013.2039%2012.9644%2013.2591%2012.9644H14.1321C14.1874%2012.9644%2014.2321%2012.9196%2014.2321%2012.8644C14.2321%2012.5925%2014.1618%2012.3474%2014.0194%2012.1327C13.8795%2011.9188%2013.6833%2011.7521%2013.4344%2011.6318C13.184%2011.5107%2012.8941%2011.4519%2012.5677%2011.4519ZM10.8598%2014.6402C10.8578%2014.6075%2010.8568%2014.5742%2010.8568%2014.5403L10.8567%2014.6402H10.8598Z'%20fill='%23008196'/%3e%3cpath%20d='M3.09365%2011.5105C3.05779%2011.5105%203.02468%2011.5297%203.00687%2011.5608C2.98905%2011.5919%202.98926%2011.6302%203.00742%2011.6611L4.21974%2013.7255L2.9754%2015.8251C2.95708%2015.856%202.95675%2015.8944%202.97454%2015.9256C2.99233%2015.9568%203.0255%2015.9761%203.06143%2015.9761H4.08096C4.11758%2015.9761%204.15127%2015.9561%204.16879%2015.9239L4.90713%2014.5677L5.64547%2015.9239C5.66298%2015.9561%205.69668%2015.9761%205.7333%2015.9761H6.74697C6.78288%2015.9761%206.81604%2015.9569%206.83383%2015.9257C6.85163%2015.8945%206.85133%2015.8561%206.83305%2015.8252L5.59152%2013.7255L6.80103%2011.661C6.81915%2011.6301%206.81933%2011.5919%206.80151%2011.5608C6.78369%2011.5297%206.75059%2011.5105%206.71475%2011.5105H5.70986C5.6731%2011.5105%205.6393%2011.5307%205.62185%2011.563L4.90713%2012.8881L4.19241%2011.563C4.17496%2011.5307%204.14116%2011.5105%204.10439%2011.5105H3.09365Z'%20fill='%23008196'/%3e%3cpath%20d='M7.38936%2011.6105C7.38936%2011.5553%207.43413%2011.5105%207.48936%2011.5105H8.36826C8.42349%2011.5105%208.46826%2011.5553%208.46826%2011.6105V15.0906H10.2315C10.2868%2015.0906%2010.3315%2015.1353%2010.3315%2015.1906V15.8761C10.3315%2015.9314%2010.2868%2015.9761%2010.2315%2015.9761H7.48936C7.43413%2015.9761%207.38936%2015.9314%207.38936%2015.8761V11.6105Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { file_xls_default as default };
5
+
6
+ //# sourceMappingURL=file-xls.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-xls.js","names":[],"sources":["../../../../components/activity-icon/assets/file-xls.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.99707%205.4978C4.99707%204.11709%206.11636%202.9978%207.49707%202.9978H13.4935L13.5052%202.99785L13.6912%202.99784C14.3566%202.99781%2014.9945%203.26303%2015.4638%203.73477L18.2754%206.56134C18.7414%207.02979%2019.0029%207.66366%2019.0029%208.32441V18.5023C19.0029%2019.883%2017.8836%2021.0023%2016.5029%2021.0023H7.49707C6.11636%2021.0023%204.99707%2019.883%204.99707%2018.5023V17.4956C4.99707%2017.2195%205.22093%2016.9956%205.49707%2016.9956C5.77321%2016.9956%205.99707%2017.2195%205.99707%2017.4956V18.5023C5.99707%2019.3307%206.66864%2020.0023%207.49707%2020.0023H16.5029C17.3314%2020.0023%2018.0029%2019.3307%2018.0029%2018.5023V8.51376C18.0029%208.23761%2017.7791%208.01376%2017.5029%208.01376H15.4935C14.665%208.01376%2013.9935%207.34218%2013.9935%206.51376V4.4978C13.9935%204.22392%2013.7733%204.00147%2013.5003%203.99785L12.8955%203.99787L12.887%203.9978H7.49707C6.66864%203.9978%205.99707%204.66938%205.99707%205.4978V9.5007C5.99707%209.77685%205.77321%2010.0007%205.49707%2010.0007C5.22093%2010.0007%204.99707%209.77685%204.99707%209.5007V5.4978ZM14.9935%206.51376V4.67994L17.3149%207.01376H15.4935C15.2173%207.01376%2014.9935%206.7899%2014.9935%206.51376Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.5677%2011.4519C12.329%2011.4519%2012.1075%2011.4812%2011.9038%2011.5409C11.7027%2011.6004%2011.5255%2011.6864%2011.3742%2011.7998C11.2226%2011.9115%2011.1032%2012.0475%2011.0178%2012.2075C10.9311%2012.3678%2010.8886%2012.5455%2010.8886%2012.7384C10.8886%2012.9357%2010.9285%2013.1136%2011.0117%2013.269L11.0123%2013.27C11.0951%2013.4208%2011.2073%2013.5528%2011.3477%2013.6659L11.349%2013.6669C11.4887%2013.7758%2011.6483%2013.8707%2011.8265%2013.9517C12.0039%2014.0314%2012.1916%2014.1033%2012.3883%2014.1668C12.5598%2014.2208%2012.6969%2014.2721%2012.801%2014.3203C12.9056%2014.3689%2012.9814%2014.416%2013.0323%2014.4603L13.0337%2014.4615C13.0831%2014.5029%2013.1118%2014.5451%2013.1264%2014.5874L13.1277%2014.5909C13.146%2014.6382%2013.1562%2014.694%2013.1562%2014.7599C13.1562%2014.8376%2013.1366%2014.9046%2013.0987%2014.9638L13.0977%2014.9653C13.0638%2015.0205%2013.0077%2015.0683%2012.9229%2015.1049C12.8422%2015.1404%2012.7322%2015.1609%2012.5882%2015.1609C12.47%2015.1609%2012.3628%2015.1489%2012.2661%2015.1256C12.1743%2015.1031%2012.0972%2015.0674%2012.0331%2015.0199C11.9734%2014.9742%2011.926%2014.9138%2011.8914%2014.8363C11.8576%2014.7608%2011.8386%2014.6632%2011.8386%2014.5402C11.8386%2014.485%2011.7938%2014.4402%2011.7386%2014.4402H10.8567C10.8015%2014.4402%2010.7567%2014.485%2010.7567%2014.5402C10.7567%2014.7944%2010.8095%2015.0201%2010.9191%2015.2135C11.0263%2015.4025%2011.17%2015.5588%2011.3487%2015.6807C11.5261%2015.8003%2011.7234%2015.8899%2011.9384%2015.9493C12.1518%2016.0062%2012.3685%2016.0347%2012.5882%2016.0347C12.8299%2016.0347%2013.0511%2016.0075%2013.2507%2015.952C13.4502%2015.8964%2013.6248%2015.8144%2013.7728%2015.7044C13.9217%2015.5938%2014.0368%2015.4577%2014.1163%2015.2963C14.1963%2015.1343%2014.2351%2014.9528%2014.2351%2014.7541C14.2351%2014.5667%2014.2028%2014.3955%2014.1359%2014.2424C14.0694%2014.0901%2013.971%2013.9548%2013.8423%2013.8366C13.7149%2013.7196%2013.5582%2013.616%2013.3738%2013.5248C13.1921%2013.434%2012.9828%2013.353%2012.7464%2013.2815C12.6103%2013.2393%2012.4916%2013.1965%2012.3901%2013.1533C12.2892%2013.1103%2012.2069%2013.0657%2012.1418%2013.0199C12.0779%2012.975%2012.0338%2012.9297%2012.0054%2012.8852C11.9805%2012.8433%2011.9675%2012.7961%2011.9675%2012.7414C11.9675%2012.6645%2011.9875%2012.598%2012.0269%2012.539L12.0275%2012.538C12.0658%2012.4791%2012.1253%2012.429%2012.2126%2012.3904L12.2141%2012.3898C12.2986%2012.3507%2012.4102%2012.3287%2012.553%2012.3287C12.7004%2012.3287%2012.8146%2012.3546%2012.8996%2012.3995C12.9888%2012.4458%2013.0513%2012.5071%2013.0916%2012.5832L13.0928%2012.5853C13.1359%2012.6618%2013.1591%2012.7538%2013.1591%2012.8644C13.1591%2012.9196%2013.2039%2012.9644%2013.2591%2012.9644H14.1321C14.1874%2012.9644%2014.2321%2012.9196%2014.2321%2012.8644C14.2321%2012.5925%2014.1618%2012.3474%2014.0194%2012.1327C13.8795%2011.9188%2013.6833%2011.7521%2013.4344%2011.6318C13.184%2011.5107%2012.8941%2011.4519%2012.5677%2011.4519ZM10.8598%2014.6402C10.8578%2014.6075%2010.8568%2014.5742%2010.8568%2014.5403L10.8567%2014.6402H10.8598Z'%20fill='%23008196'/%3e%3cpath%20d='M3.09365%2011.5105C3.05779%2011.5105%203.02468%2011.5297%203.00687%2011.5608C2.98905%2011.5919%202.98926%2011.6302%203.00742%2011.6611L4.21974%2013.7255L2.9754%2015.8251C2.95708%2015.856%202.95675%2015.8944%202.97454%2015.9256C2.99233%2015.9568%203.0255%2015.9761%203.06143%2015.9761H4.08096C4.11758%2015.9761%204.15127%2015.9561%204.16879%2015.9239L4.90713%2014.5677L5.64547%2015.9239C5.66298%2015.9561%205.69668%2015.9761%205.7333%2015.9761H6.74697C6.78288%2015.9761%206.81604%2015.9569%206.83383%2015.9257C6.85163%2015.8945%206.85133%2015.8561%206.83305%2015.8252L5.59152%2013.7255L6.80103%2011.661C6.81915%2011.6301%206.81933%2011.5919%206.80151%2011.5608C6.78369%2011.5297%206.75059%2011.5105%206.71475%2011.5105H5.70986C5.6731%2011.5105%205.6393%2011.5307%205.62185%2011.563L4.90713%2012.8881L4.19241%2011.563C4.17496%2011.5307%204.14116%2011.5105%204.10439%2011.5105H3.09365Z'%20fill='%23008196'/%3e%3cpath%20d='M7.38936%2011.6105C7.38936%2011.5553%207.43413%2011.5105%207.48936%2011.5105H8.36826C8.42349%2011.5105%208.46826%2011.5553%208.46826%2011.6105V15.0906H10.2315C10.2868%2015.0906%2010.3315%2015.1353%2010.3315%2015.1906V15.8761C10.3315%2015.9314%2010.2868%2015.9761%2010.2315%2015.9761H7.48936C7.43413%2015.9761%207.38936%2015.9314%207.38936%2015.8761V11.6105Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,mBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/file.svg
2
+ var file_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5005%2011.0127C12.5005%2010.7366%2012.2766%2010.5127%2012.0005%2010.5127C11.7243%2010.5127%2011.5005%2010.7366%2011.5005%2011.0127V13.009L9.5038%2013.0116C9.22766%2013.012%209.00409%2013.2362%209.00446%2013.5123C9.00482%2013.7884%209.22898%2014.012%209.50512%2014.0116L11.5005%2014.009V16.004C11.5005%2016.2802%2011.7243%2016.504%2012.0005%2016.504C12.2766%2016.504%2012.5005%2016.2802%2012.5005%2016.004V14.0077L14.4964%2014.0051C14.7726%2014.0047%2014.9961%2013.7805%2014.9958%2013.5044C14.9954%2013.2283%2014.7713%2013.0047%2014.4951%2013.0051L12.5005%2013.0077V11.0127Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.0029%2018.5041C19.0029%2019.8848%2017.8836%2021.0041%2016.5029%2021.0041H7.49707C6.11636%2021.0041%204.99707%2019.8848%204.99707%2018.5041V5.49963C4.99707%204.11892%206.11636%202.99963%207.49707%202.99963H13.4935L13.4986%202.99964L13.6912%202.99963C14.3566%202.9996%2014.9945%203.26482%2015.4638%203.73657L18.2754%206.56313C18.7414%207.03159%2019.0029%207.66546%2019.0029%208.3262V18.5041ZM12.8895%203.99963H7.49707C6.66864%203.99963%205.99707%204.67121%205.99707%205.49963V18.5041C5.99707%2019.3326%206.66864%2020.0041%207.49707%2020.0041H16.5029C17.3314%2020.0041%2018.0029%2019.3326%2018.0029%2018.5041V8.51559C18.0029%208.23944%2017.7791%208.01559%2017.5029%208.01559H15.4935C14.665%208.01559%2013.9935%207.34401%2013.9935%206.51559V4.49963C13.9935%204.22448%2013.7712%204.00124%2013.4964%203.99964L13.4935%203.99963L12.8955%203.99967C12.8935%203.99967%2012.8895%203.99963%2012.8895%203.99963ZM14.9935%204.68173V6.51559C14.9935%206.79173%2015.2173%207.01559%2015.4935%207.01559H17.315L14.9935%204.68173Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { file_default as default };
5
+
6
+ //# sourceMappingURL=file.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.js","names":[],"sources":["../../../../components/activity-icon/assets/file.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5005%2011.0127C12.5005%2010.7366%2012.2766%2010.5127%2012.0005%2010.5127C11.7243%2010.5127%2011.5005%2010.7366%2011.5005%2011.0127V13.009L9.5038%2013.0116C9.22766%2013.012%209.00409%2013.2362%209.00446%2013.5123C9.00482%2013.7884%209.22898%2014.012%209.50512%2014.0116L11.5005%2014.009V16.004C11.5005%2016.2802%2011.7243%2016.504%2012.0005%2016.504C12.2766%2016.504%2012.5005%2016.2802%2012.5005%2016.004V14.0077L14.4964%2014.0051C14.7726%2014.0047%2014.9961%2013.7805%2014.9958%2013.5044C14.9954%2013.2283%2014.7713%2013.0047%2014.4951%2013.0051L12.5005%2013.0077V11.0127Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.0029%2018.5041C19.0029%2019.8848%2017.8836%2021.0041%2016.5029%2021.0041H7.49707C6.11636%2021.0041%204.99707%2019.8848%204.99707%2018.5041V5.49963C4.99707%204.11892%206.11636%202.99963%207.49707%202.99963H13.4935L13.4986%202.99964L13.6912%202.99963C14.3566%202.9996%2014.9945%203.26482%2015.4638%203.73657L18.2754%206.56313C18.7414%207.03159%2019.0029%207.66546%2019.0029%208.3262V18.5041ZM12.8895%203.99963H7.49707C6.66864%203.99963%205.99707%204.67121%205.99707%205.49963V18.5041C5.99707%2019.3326%206.66864%2020.0041%207.49707%2020.0041H16.5029C17.3314%2020.0041%2018.0029%2019.3326%2018.0029%2018.5041V8.51559C18.0029%208.23944%2017.7791%208.01559%2017.5029%208.01559H15.4935C14.665%208.01559%2013.9935%207.34401%2013.9935%206.51559V4.49963C13.9935%204.22448%2013.7712%204.00124%2013.4964%203.99964L13.4935%203.99963L12.8955%203.99967C12.8935%203.99967%2012.8895%203.99963%2012.8895%203.99963ZM14.9935%204.68173V6.51559C14.9935%206.79173%2015.2173%207.01559%2015.4935%207.01559H17.315L14.9935%204.68173Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,eAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/folder.svg
2
+ var folder_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5015%2016.0033C13.2253%2016.0033%2013.0015%2016.2272%2013.0015%2016.5033C13.0015%2016.7794%2013.2253%2017.0033%2013.5015%2017.0033H17.5002C17.7764%2017.0033%2018.0002%2016.7794%2018.0002%2016.5033C18.0002%2016.2272%2017.7764%2016.0033%2017.5002%2016.0033H13.5015Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.00398%206.48778C3.00399%205.10351%204.12885%203.98276%205.51311%203.98781L8.93397%204.0003C9.716%204.00315%2010.4516%204.37179%2010.922%204.99654L10.9246%205H18.4965C19.8772%205%2020.9965%206.11929%2020.9965%207.5V10.5C20.9965%2010.5224%2020.995%2010.5445%2020.9921%2010.5661L20.9922%2017.4936C20.9922%2018.8757%2019.8708%2019.9955%2018.4888%2019.9936L5.50046%2019.9757C4.12109%2019.9738%203.0039%2018.8551%203.00391%2017.4757L3.00398%206.48778ZM5.50946%204.9878C4.6789%204.98477%204.00399%205.65722%204.00398%206.48778L4.00391%2017.4757C4.0039%2018.3033%204.67421%2018.9746%205.50184%2018.9757L18.4901%2018.9936C19.3194%2018.9948%2019.9922%2018.3229%2019.9922%2017.4936L19.9921%2010.4882C19.9921%209.65974%2019.3206%208.98818%2018.4921%208.98818H13.9228C13.1375%208.98818%2012.3979%208.61923%2011.9256%207.99192L10.1232%205.59804C9.84092%205.22319%209.39954%205.002%208.93032%205.00029L5.50946%204.9878ZM12.7244%207.39042L11.6776%206H18.4965C19.3249%206%2019.9965%206.67157%2019.9965%207.5V8.49126C19.5779%208.17544%2019.0569%207.98818%2018.4921%207.98818H13.9228C13.4516%207.98818%2013.0078%207.76681%2012.7244%207.39042Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { folder_default as default };
5
+
6
+ //# sourceMappingURL=folder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"folder.js","names":[],"sources":["../../../../components/activity-icon/assets/folder.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5015%2016.0033C13.2253%2016.0033%2013.0015%2016.2272%2013.0015%2016.5033C13.0015%2016.7794%2013.2253%2017.0033%2013.5015%2017.0033H17.5002C17.7764%2017.0033%2018.0002%2016.7794%2018.0002%2016.5033C18.0002%2016.2272%2017.7764%2016.0033%2017.5002%2016.0033H13.5015Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.00398%206.48778C3.00399%205.10351%204.12885%203.98276%205.51311%203.98781L8.93397%204.0003C9.716%204.00315%2010.4516%204.37179%2010.922%204.99654L10.9246%205H18.4965C19.8772%205%2020.9965%206.11929%2020.9965%207.5V10.5C20.9965%2010.5224%2020.995%2010.5445%2020.9921%2010.5661L20.9922%2017.4936C20.9922%2018.8757%2019.8708%2019.9955%2018.4888%2019.9936L5.50046%2019.9757C4.12109%2019.9738%203.0039%2018.8551%203.00391%2017.4757L3.00398%206.48778ZM5.50946%204.9878C4.6789%204.98477%204.00399%205.65722%204.00398%206.48778L4.00391%2017.4757C4.0039%2018.3033%204.67421%2018.9746%205.50184%2018.9757L18.4901%2018.9936C19.3194%2018.9948%2019.9922%2018.3229%2019.9922%2017.4936L19.9921%2010.4882C19.9921%209.65974%2019.3206%208.98818%2018.4921%208.98818H13.9228C13.1375%208.98818%2012.3979%208.61923%2011.9256%207.99192L10.1232%205.59804C9.84092%205.22319%209.39954%205.002%208.93032%205.00029L5.50946%204.9878ZM12.7244%207.39042L11.6776%206H18.4965C19.3249%206%2019.9965%206.67157%2019.9965%207.5V8.49126C19.5779%208.17544%2019.0569%207.98818%2018.4921%207.98818H13.9228C13.4516%207.98818%2013.0078%207.76681%2012.7244%207.39042Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,iBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/forum.svg
2
+ var forum_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5071%2012.9909C13.7832%2012.9909%2014.0071%2013.2148%2014.0071%2013.4909C14.0068%2013.7669%2013.7831%2013.9909%2013.5071%2013.9909H7.50415C7.22817%2013.9909%207.00441%2013.7669%207.00415%2013.4909C7.00415%2013.2148%207.22801%2012.9909%207.50415%2012.9909H13.5071Z'%20fill='%236610F2'/%3e%3cpath%20d='M16.509%209.99094C16.7851%209.99107%2017.009%2010.2149%2017.009%2010.4909C17.0088%2010.7668%2016.7849%2010.9908%2016.509%2010.9909H7.50415C7.22817%2010.9909%207.00441%2010.7669%207.00415%2010.4909C7.00415%2010.2148%207.22801%209.99094%207.50415%209.99094H16.509Z'%20fill='%236610F2'/%3e%3cpath%20d='M16.509%206.99387C16.785%206.994%2017.0089%207.21792%2017.009%207.49387C17.009%207.76993%2016.7851%207.99373%2016.509%207.99387H7.50415C7.22801%207.99387%207.00415%207.77001%207.00415%207.49387C7.00428%207.21784%207.22809%206.99387%207.50415%206.99387H16.509Z'%20fill='%236610F2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.5042%202.98996C19.4369%202.99022%2021.0042%204.55713%2021.0042%206.48996V14.5027C21.0042%2016.4355%2019.4369%2018.0024%2017.5042%2018.0027H8.21118L4.6106%2020.7986C3.95373%2021.3087%202.9976%2020.8411%202.99731%2020.0095V14.5779C2.99701%2014.5707%202.99634%2014.5636%202.99634%2014.5564V6.48996C2.99634%204.55696%204.56334%202.98996%206.49634%202.98996H17.5042ZM6.49634%203.98996C5.11563%203.98996%203.99634%205.10925%203.99634%206.48996V13.9529C3.99665%2013.9601%203.99731%2013.9679%203.99731%2013.9753V20.0095L7.64575%2017.1755C7.73743%2017.0697%207.8727%2017.0027%208.02368%2017.0027H17.5042C18.8846%2017.0024%2020.0042%2015.8832%2020.0042%2014.5027V6.48996C20.0042%205.10941%2018.8846%203.99022%2017.5042%203.98996H6.49634Z'%20fill='%236610F2'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { forum_default as default };
5
+
6
+ //# sourceMappingURL=forum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"forum.js","names":[],"sources":["../../../../components/activity-icon/assets/forum.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5071%2012.9909C13.7832%2012.9909%2014.0071%2013.2148%2014.0071%2013.4909C14.0068%2013.7669%2013.7831%2013.9909%2013.5071%2013.9909H7.50415C7.22817%2013.9909%207.00441%2013.7669%207.00415%2013.4909C7.00415%2013.2148%207.22801%2012.9909%207.50415%2012.9909H13.5071Z'%20fill='%236610F2'/%3e%3cpath%20d='M16.509%209.99094C16.7851%209.99107%2017.009%2010.2149%2017.009%2010.4909C17.0088%2010.7668%2016.7849%2010.9908%2016.509%2010.9909H7.50415C7.22817%2010.9909%207.00441%2010.7669%207.00415%2010.4909C7.00415%2010.2148%207.22801%209.99094%207.50415%209.99094H16.509Z'%20fill='%236610F2'/%3e%3cpath%20d='M16.509%206.99387C16.785%206.994%2017.0089%207.21792%2017.009%207.49387C17.009%207.76993%2016.7851%207.99373%2016.509%207.99387H7.50415C7.22801%207.99387%207.00415%207.77001%207.00415%207.49387C7.00428%207.21784%207.22809%206.99387%207.50415%206.99387H16.509Z'%20fill='%236610F2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.5042%202.98996C19.4369%202.99022%2021.0042%204.55713%2021.0042%206.48996V14.5027C21.0042%2016.4355%2019.4369%2018.0024%2017.5042%2018.0027H8.21118L4.6106%2020.7986C3.95373%2021.3087%202.9976%2020.8411%202.99731%2020.0095V14.5779C2.99701%2014.5707%202.99634%2014.5636%202.99634%2014.5564V6.48996C2.99634%204.55696%204.56334%202.98996%206.49634%202.98996H17.5042ZM6.49634%203.98996C5.11563%203.98996%203.99634%205.10925%203.99634%206.48996V13.9529C3.99665%2013.9601%203.99731%2013.9679%203.99731%2013.9753V20.0095L7.64575%2017.1755C7.73743%2017.0697%207.8727%2017.0027%208.02368%2017.0027H17.5042C18.8846%2017.0024%2020.0042%2015.8832%2020.0042%2014.5027V6.48996C20.0042%205.10941%2018.8846%203.99022%2017.5042%203.98996H6.49634Z'%20fill='%236610F2'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,gBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/glossary.svg
2
+ var glossary_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5078%2013.0024C15.7837%2013.0027%2016.0068%2013.2265%2016.0068%2013.5024C16.0066%2013.7784%2015.7828%2014.0024%2015.5068%2014.0024H10.5068C10.2309%2014.0024%2010.0071%2013.7784%2010.0068%2013.5024C10.0068%2013.2263%2010.2307%2013.0024%2010.5068%2013.0024H15.5078Z'%20fill='%236610F2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.2627%207.0083C11.4677%207.00844%2011.6521%207.13311%2011.7275%207.32373L12.9824%2010.5005C13.0839%2010.7573%2012.958%2011.0474%2012.7012%2011.1489C12.4444%2011.2503%2012.1542%2011.1244%2012.0527%2010.8677L11.9102%2010.5073H10.6143L10.4717%2010.8677C10.3702%2011.1245%2010.0801%2011.2504%209.82324%2011.1489C9.56648%2011.0474%209.44051%2010.7573%209.54199%2010.5005L10.7969%207.32373C10.8723%207.13295%2011.0575%207.0083%2011.2627%207.0083ZM11.0098%209.50732H11.5146L11.2627%208.86865L11.0098%209.50732Z'%20fill='%236610F2'/%3e%3cpath%20d='M16.0068%207.0083C16.1912%207.0083%2016.3602%207.10945%2016.4473%207.27197C16.5343%207.43455%2016.5251%207.63222%2016.4229%207.78564L14.9414%2010.0083H16.0068C16.283%2010.0083%2016.5068%2010.2322%2016.5068%2010.5083C16.5066%2010.7842%2016.2828%2011.0083%2016.0068%2011.0083H14.0068C13.8225%2011.0083%2013.6534%2010.9062%2013.5664%2010.7437C13.4794%2010.5811%2013.4885%2010.3834%2013.5908%2010.23L15.0723%208.0083H14.0068C13.7309%208.0083%2013.5071%207.78422%2013.5068%207.5083C13.5068%207.23216%2013.7307%207.0083%2014.0068%207.0083H16.0068Z'%20fill='%236610F2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.5039%203.00049C18.78%203.00049%2019.0039%203.22435%2019.0039%203.50049V20.4995C19.0039%2020.5339%2019.0008%2020.5676%2018.9941%2020.6001C18.9809%2020.6651%2018.9547%2020.7257%2018.9189%2020.7788C18.8291%2020.912%2018.6767%2020.9995%2018.5039%2020.9995H6.99316C5.89042%2020.9995%204.99609%2020.1052%204.99609%2019.0024C4.9961%2018.9525%205.00029%2018.9031%205.00391%2018.854V5.50049C5.00391%204.11978%206.12319%203.00049%207.50391%203.00049H18.5039ZM6.99316%2018.0063C6.4835%2018.0063%206.06342%2018.3887%206.00391%2018.8823V18.9399C6.00391%2018.9652%205.9997%2018.9899%205.99609%2019.0142C6.00218%2019.5594%206.44649%2019.9995%206.99316%2019.9995H18.0039V18.0063H6.99316ZM7.00879%204.08545C6.42386%204.2901%206.00391%204.84571%206.00391%205.50049V17.269C6.29557%2017.1023%206.63315%2017.0063%206.99316%2017.0063H7.00879V4.08545ZM8.00879%2017.0063H18.0039V4.00049H8.00879V17.0063Z'%20fill='%236610F2'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { glossary_default as default };
5
+
6
+ //# sourceMappingURL=glossary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"glossary.js","names":[],"sources":["../../../../components/activity-icon/assets/glossary.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5078%2013.0024C15.7837%2013.0027%2016.0068%2013.2265%2016.0068%2013.5024C16.0066%2013.7784%2015.7828%2014.0024%2015.5068%2014.0024H10.5068C10.2309%2014.0024%2010.0071%2013.7784%2010.0068%2013.5024C10.0068%2013.2263%2010.2307%2013.0024%2010.5068%2013.0024H15.5078Z'%20fill='%236610F2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.2627%207.0083C11.4677%207.00844%2011.6521%207.13311%2011.7275%207.32373L12.9824%2010.5005C13.0839%2010.7573%2012.958%2011.0474%2012.7012%2011.1489C12.4444%2011.2503%2012.1542%2011.1244%2012.0527%2010.8677L11.9102%2010.5073H10.6143L10.4717%2010.8677C10.3702%2011.1245%2010.0801%2011.2504%209.82324%2011.1489C9.56648%2011.0474%209.44051%2010.7573%209.54199%2010.5005L10.7969%207.32373C10.8723%207.13295%2011.0575%207.0083%2011.2627%207.0083ZM11.0098%209.50732H11.5146L11.2627%208.86865L11.0098%209.50732Z'%20fill='%236610F2'/%3e%3cpath%20d='M16.0068%207.0083C16.1912%207.0083%2016.3602%207.10945%2016.4473%207.27197C16.5343%207.43455%2016.5251%207.63222%2016.4229%207.78564L14.9414%2010.0083H16.0068C16.283%2010.0083%2016.5068%2010.2322%2016.5068%2010.5083C16.5066%2010.7842%2016.2828%2011.0083%2016.0068%2011.0083H14.0068C13.8225%2011.0083%2013.6534%2010.9062%2013.5664%2010.7437C13.4794%2010.5811%2013.4885%2010.3834%2013.5908%2010.23L15.0723%208.0083H14.0068C13.7309%208.0083%2013.5071%207.78422%2013.5068%207.5083C13.5068%207.23216%2013.7307%207.0083%2014.0068%207.0083H16.0068Z'%20fill='%236610F2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.5039%203.00049C18.78%203.00049%2019.0039%203.22435%2019.0039%203.50049V20.4995C19.0039%2020.5339%2019.0008%2020.5676%2018.9941%2020.6001C18.9809%2020.6651%2018.9547%2020.7257%2018.9189%2020.7788C18.8291%2020.912%2018.6767%2020.9995%2018.5039%2020.9995H6.99316C5.89042%2020.9995%204.99609%2020.1052%204.99609%2019.0024C4.9961%2018.9525%205.00029%2018.9031%205.00391%2018.854V5.50049C5.00391%204.11978%206.12319%203.00049%207.50391%203.00049H18.5039ZM6.99316%2018.0063C6.4835%2018.0063%206.06342%2018.3887%206.00391%2018.8823V18.9399C6.00391%2018.9652%205.9997%2018.9899%205.99609%2019.0142C6.00218%2019.5594%206.44649%2019.9995%206.99316%2019.9995H18.0039V18.0063H6.99316ZM7.00879%204.08545C6.42386%204.2901%206.00391%204.84571%206.00391%205.50049V17.269C6.29557%2017.1023%206.63315%2017.0063%206.99316%2017.0063H7.00879V4.08545ZM8.00879%2017.0063H18.0039V4.00049H8.00879V17.0063Z'%20fill='%236610F2'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,mBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/h5p.svg
2
+ var h5p_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.0669%2011.7373V10.0039L16.0806%2010.0039C16.606%2010.0038%2017.3739%2010.0037%2017.3739%2010.8555C17.3739%2011.5428%2016.8975%2011.7373%2016.0669%2011.7373Z'%20fill='%233D73B8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%205C4.34315%205%203%206.34315%203%208V16C3%2017.6569%204.34315%2019%206%2019H18C19.6569%2019%2021%2017.6569%2021%2016V8C21%206.34315%2019.6569%205%2018%205H6ZM17.1971%209.01325C18.0317%209.03729%2018.6613%209.44287%2018.8567%2010.079C19.1068%2010.892%2019.0738%2011.676%2018.3909%2012.3054C17.9409%2012.719%2017.3532%2012.7837%2016.7655%2012.8034C16.5408%2012.8096%2016.482%2012.8085%2016.382%2012.8065C16.3134%2012.8052%2016.2254%2012.8034%2016.0511%2012.8034V14.9854H13.3822C13.9965%2014.7635%2014.4046%2014.3493%2014.6515%2013.7588C14.8984%2013.1683%2014.9231%2012.5809%2014.6394%2011.9972C14.2434%2011.1805%2013.1575%2010.6239%2011.5664%2011.162C11.5861%2011.0808%2011.6044%2011.0015%2011.6223%2010.9237C11.6707%2010.7133%2011.7165%2010.5142%2011.7809%2010.3212C11.7987%2010.2694%2011.9529%2010.2362%2012.0449%2010.2362C12.6016%2010.2304%2013.1571%2010.231%2013.7126%2010.2315L13.7141%2010.2315C13.877%2010.2317%2014.0399%2010.2318%2014.2028%2010.2318H14.5468V9.04653C14.5931%209.02705%2014.6417%209.01318%2014.6915%209.00523C14.9303%209.00523%2015.1691%209.00392%2015.4078%209.00262C16.0045%208.99935%2016.601%208.99608%2017.1971%209.01325ZM11.5402%2012.2672C11.8175%2012.0219%2012.1856%2011.9504%2012.5093%2012.0989C12.6697%2012.1705%2012.8029%2012.2891%2012.8902%2012.438C12.9775%2012.587%2013.0146%2012.7588%2012.9961%2012.9292C12.9846%2013.0998%2012.9177%2013.2625%2012.8049%2013.3938C12.6921%2013.5251%2012.5392%2013.6182%2012.3684%2013.6596C12.0288%2013.7484%2011.749%2013.6424%2011.5027%2013.4081C11.4291%2013.3385%2011.3117%2013.2571%2011.2241%2013.2664C10.8573%2013.3056%2010.4919%2013.3593%2010.1263%2013.4131C10.0036%2013.4311%209.88086%2013.4492%209.75804%2013.4667C9.87037%2014.0967%2010.1712%2014.432%2011.1486%2015.0003H8.75881V12.8269H6.9008V14.9898H5V9.01883H6.88557V11.5423H8.74485V9.02377H10.4701L9.72757%2012.2536C9.85941%2012.2718%209.98968%2012.2905%2010.1189%2012.3091C10.4903%2012.3626%2010.8527%2012.4147%2011.2171%2012.4472C11.3193%2012.4564%2011.4488%2012.3486%2011.5402%2012.2672Z'%20fill='%233D73B8'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { h5p_default as default };
5
+
6
+ //# sourceMappingURL=h5p.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"h5p.js","names":[],"sources":["../../../../components/activity-icon/assets/h5p.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.0669%2011.7373V10.0039L16.0806%2010.0039C16.606%2010.0038%2017.3739%2010.0037%2017.3739%2010.8555C17.3739%2011.5428%2016.8975%2011.7373%2016.0669%2011.7373Z'%20fill='%233D73B8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%205C4.34315%205%203%206.34315%203%208V16C3%2017.6569%204.34315%2019%206%2019H18C19.6569%2019%2021%2017.6569%2021%2016V8C21%206.34315%2019.6569%205%2018%205H6ZM17.1971%209.01325C18.0317%209.03729%2018.6613%209.44287%2018.8567%2010.079C19.1068%2010.892%2019.0738%2011.676%2018.3909%2012.3054C17.9409%2012.719%2017.3532%2012.7837%2016.7655%2012.8034C16.5408%2012.8096%2016.482%2012.8085%2016.382%2012.8065C16.3134%2012.8052%2016.2254%2012.8034%2016.0511%2012.8034V14.9854H13.3822C13.9965%2014.7635%2014.4046%2014.3493%2014.6515%2013.7588C14.8984%2013.1683%2014.9231%2012.5809%2014.6394%2011.9972C14.2434%2011.1805%2013.1575%2010.6239%2011.5664%2011.162C11.5861%2011.0808%2011.6044%2011.0015%2011.6223%2010.9237C11.6707%2010.7133%2011.7165%2010.5142%2011.7809%2010.3212C11.7987%2010.2694%2011.9529%2010.2362%2012.0449%2010.2362C12.6016%2010.2304%2013.1571%2010.231%2013.7126%2010.2315L13.7141%2010.2315C13.877%2010.2317%2014.0399%2010.2318%2014.2028%2010.2318H14.5468V9.04653C14.5931%209.02705%2014.6417%209.01318%2014.6915%209.00523C14.9303%209.00523%2015.1691%209.00392%2015.4078%209.00262C16.0045%208.99935%2016.601%208.99608%2017.1971%209.01325ZM11.5402%2012.2672C11.8175%2012.0219%2012.1856%2011.9504%2012.5093%2012.0989C12.6697%2012.1705%2012.8029%2012.2891%2012.8902%2012.438C12.9775%2012.587%2013.0146%2012.7588%2012.9961%2012.9292C12.9846%2013.0998%2012.9177%2013.2625%2012.8049%2013.3938C12.6921%2013.5251%2012.5392%2013.6182%2012.3684%2013.6596C12.0288%2013.7484%2011.749%2013.6424%2011.5027%2013.4081C11.4291%2013.3385%2011.3117%2013.2571%2011.2241%2013.2664C10.8573%2013.3056%2010.4919%2013.3593%2010.1263%2013.4131C10.0036%2013.4311%209.88086%2013.4492%209.75804%2013.4667C9.87037%2014.0967%2010.1712%2014.432%2011.1486%2015.0003H8.75881V12.8269H6.9008V14.9898H5V9.01883H6.88557V11.5423H8.74485V9.02377H10.4701L9.72757%2012.2536C9.85941%2012.2718%209.98968%2012.2905%2010.1189%2012.3091C10.4903%2012.3626%2010.8527%2012.4147%2011.2171%2012.4472C11.3193%2012.4564%2011.4488%2012.3486%2011.5402%2012.2672Z'%20fill='%233D73B8'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,cAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/ims-package.svg
2
+ var ims_package_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.7573%203.06373C11.9082%202.9799%2012.0918%202.9799%2012.2427%203.06373L16.7427%205.5625C16.9015%205.65067%2017%205.81801%2017%205.99963V10.6918L21.2427%2013.0477C21.4015%2013.1359%2021.5%2013.3032%2021.5%2013.4849C21.5%2013.5424%2021.4901%2013.5984%2021.4716%2013.651H21.5V18.6486C21.5%2018.8302%2021.4015%2018.9975%2021.2427%2019.0857L16.7507%2021.5801C16.677%2021.6228%2016.5914%2021.6473%2016.5%2021.6473C16.4087%2021.6473%2016.323%2021.6228%2016.2493%2021.5801L12%2019.2205L7.75069%2021.5801C7.67699%2021.6228%207.59135%2021.6473%207.5%2021.6473C7.40865%2021.6473%207.32303%2021.6228%207.24933%2021.5801L2.75727%2019.0857C2.59849%2018.9975%202.5%2018.8302%202.5%2018.6486V13.651H2.5284C2.50987%2013.5984%202.5%2013.5424%202.5%2013.4849C2.5%2013.3032%202.59849%2013.1359%202.75727%2013.0477L7%2010.6918V5.99963C7%205.81801%207.09849%205.65067%207.25727%205.5625L11.7573%203.06373ZM11.5%2018.3543V14.3344L8%2016.2779L8%2020.2978L11.5%2018.3543ZM16%2010.6918L12.5%2012.6353V8.79268L16%206.84919V10.6918ZM12.5%2018.3543L16%2020.2978V16.2779L12.5%2014.3344V18.3543ZM13.0399%2013.4904L16.5%2015.4117L19.9701%2013.4849L16.51%2011.5636L13.0399%2013.4904ZM10.9601%2013.4904L7.49%2011.5636L4.02995%2013.4849L7.5%2015.4117L10.9601%2013.4904ZM11.5%208.79268V12.6353L8%2010.6918V6.84919L11.5%208.79268ZM8.52995%205.99963L12%207.9265L15.4701%205.99963L12%204.07277L8.52995%205.99963ZM7%2016.2779L7%2020.2978L3.5%2018.3543V14.3344L7%2016.2779ZM20.5%2018.3543L17%2020.2978V16.2779L20.5%2014.3344V18.3543Z'%20fill='%23791D13'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { ims_package_default as default };
5
+
6
+ //# sourceMappingURL=ims-package.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ims-package.js","names":[],"sources":["../../../../components/activity-icon/assets/ims-package.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.7573%203.06373C11.9082%202.9799%2012.0918%202.9799%2012.2427%203.06373L16.7427%205.5625C16.9015%205.65067%2017%205.81801%2017%205.99963V10.6918L21.2427%2013.0477C21.4015%2013.1359%2021.5%2013.3032%2021.5%2013.4849C21.5%2013.5424%2021.4901%2013.5984%2021.4716%2013.651H21.5V18.6486C21.5%2018.8302%2021.4015%2018.9975%2021.2427%2019.0857L16.7507%2021.5801C16.677%2021.6228%2016.5914%2021.6473%2016.5%2021.6473C16.4087%2021.6473%2016.323%2021.6228%2016.2493%2021.5801L12%2019.2205L7.75069%2021.5801C7.67699%2021.6228%207.59135%2021.6473%207.5%2021.6473C7.40865%2021.6473%207.32303%2021.6228%207.24933%2021.5801L2.75727%2019.0857C2.59849%2018.9975%202.5%2018.8302%202.5%2018.6486V13.651H2.5284C2.50987%2013.5984%202.5%2013.5424%202.5%2013.4849C2.5%2013.3032%202.59849%2013.1359%202.75727%2013.0477L7%2010.6918V5.99963C7%205.81801%207.09849%205.65067%207.25727%205.5625L11.7573%203.06373ZM11.5%2018.3543V14.3344L8%2016.2779L8%2020.2978L11.5%2018.3543ZM16%2010.6918L12.5%2012.6353V8.79268L16%206.84919V10.6918ZM12.5%2018.3543L16%2020.2978V16.2779L12.5%2014.3344V18.3543ZM13.0399%2013.4904L16.5%2015.4117L19.9701%2013.4849L16.51%2011.5636L13.0399%2013.4904ZM10.9601%2013.4904L7.49%2011.5636L4.02995%2013.4849L7.5%2015.4117L10.9601%2013.4904ZM11.5%208.79268V12.6353L8%2010.6918V6.84919L11.5%208.79268ZM8.52995%205.99963L12%207.9265L15.4701%205.99963L12%204.07277L8.52995%205.99963ZM7%2016.2779L7%2020.2978L3.5%2018.3543V14.3344L7%2016.2779ZM20.5%2018.3543L17%2020.2978V16.2779L20.5%2014.3344V18.3543Z'%20fill='%23791D13'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,sBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/lesson.svg
2
+ var lesson_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.50366%203.99438C9.33209%203.99438%2010.0037%204.66596%2010.0037%205.49438V6.50024L14.0476%206.49243C14.2854%205.07472%2015.5184%203.99444%2017.0037%203.99438C18.659%203.99438%2020.0015%205.33618%2020.0017%206.99146C20.0017%208.64689%2018.6591%209.9895%2017.0037%209.9895C15.5189%209.98944%2014.2869%208.90948%2014.0486%207.49243L10.0037%207.50024V8.49927C10.0037%208.73769%209.94639%208.96219%209.84741%209.16235L14.8386%2014.1526C15.0371%2014.0556%2015.26%2014.0013%2015.4958%2014.0012H18.5007C19.3292%2014.0012%2020.0007%2014.6728%2020.0007%2015.5012V18.5061C20.0005%2019.3343%2019.329%2020.0061%2018.5007%2020.0061H15.4958C14.6677%2020.006%2013.9961%2019.3342%2013.9958%2018.5061V17.4983L9.94897%2017.5071C9.70719%2018.92%208.47772%2019.9954%206.99585%2019.9954C5.34062%2019.9952%203.99885%2018.6536%203.99878%2016.9983C3.99878%2015.343%205.34058%2014.0014%206.99585%2014.0012C8.48394%2014.0012%209.71746%2015.0854%209.9519%2016.5071L13.9958%2016.4983V15.5012C13.9958%2015.2744%2014.0473%2015.0592%2014.1375%2014.8665L9.13062%209.85962C8.93963%209.94775%208.72781%209.99927%208.50366%209.99927H5.49878C4.67046%209.99914%203.99878%209.32761%203.99878%208.49927V5.49438C3.99878%204.66604%204.67046%203.99452%205.49878%203.99438H8.50366ZM15.4958%2015.0012C15.2198%2015.0014%2014.9958%2015.2252%2014.9958%2015.5012V16.9661C14.9965%2016.9763%2014.9988%2016.9869%2014.9988%2016.9973C14.9988%2017.0072%2014.9964%2017.0169%2014.9958%2017.0266V18.5061C14.9961%2018.7819%2015.22%2019.006%2015.4958%2019.0061H18.5007C18.7767%2019.0061%2019.0005%2018.782%2019.0007%2018.5061V15.5012C19.0007%2015.2251%2018.7769%2015.0012%2018.5007%2015.0012H15.4958ZM6.99585%2015.0012C5.89286%2015.0014%204.99878%2015.8953%204.99878%2016.9983C4.99885%2018.1013%205.8929%2018.9952%206.99585%2018.9954C8.09896%2018.9954%208.99383%2018.1014%208.9939%2016.9983C8.9939%2015.8951%208.099%2015.0012%206.99585%2015.0012ZM5.49878%204.99438C5.22275%204.99452%204.99878%205.21832%204.99878%205.49438V8.49927C4.99878%208.77533%205.22275%208.99914%205.49878%208.99927H8.50366C8.7798%208.99927%209.00366%208.77541%209.00366%208.49927V7.03052C9.00316%207.02143%209.00075%207.01238%209.00073%207.00317C9.00072%206.99372%209.00315%206.98418%209.00366%206.97485V5.49438C9.00366%205.21824%208.7798%204.99438%208.50366%204.99438H5.49878ZM17.0037%204.99438C15.9007%204.99445%2015.0068%205.88851%2015.0066%206.99146C15.0066%208.09457%2015.9006%208.98944%2017.0037%208.9895C18.1068%208.9895%2019.0017%208.09461%2019.0017%206.99146C19.0015%205.88847%2018.1067%204.99438%2017.0037%204.99438Z'%20fill='%23791D13'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { lesson_default as default };
5
+
6
+ //# sourceMappingURL=lesson.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lesson.js","names":[],"sources":["../../../../components/activity-icon/assets/lesson.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.50366%203.99438C9.33209%203.99438%2010.0037%204.66596%2010.0037%205.49438V6.50024L14.0476%206.49243C14.2854%205.07472%2015.5184%203.99444%2017.0037%203.99438C18.659%203.99438%2020.0015%205.33618%2020.0017%206.99146C20.0017%208.64689%2018.6591%209.9895%2017.0037%209.9895C15.5189%209.98944%2014.2869%208.90948%2014.0486%207.49243L10.0037%207.50024V8.49927C10.0037%208.73769%209.94639%208.96219%209.84741%209.16235L14.8386%2014.1526C15.0371%2014.0556%2015.26%2014.0013%2015.4958%2014.0012H18.5007C19.3292%2014.0012%2020.0007%2014.6728%2020.0007%2015.5012V18.5061C20.0005%2019.3343%2019.329%2020.0061%2018.5007%2020.0061H15.4958C14.6677%2020.006%2013.9961%2019.3342%2013.9958%2018.5061V17.4983L9.94897%2017.5071C9.70719%2018.92%208.47772%2019.9954%206.99585%2019.9954C5.34062%2019.9952%203.99885%2018.6536%203.99878%2016.9983C3.99878%2015.343%205.34058%2014.0014%206.99585%2014.0012C8.48394%2014.0012%209.71746%2015.0854%209.9519%2016.5071L13.9958%2016.4983V15.5012C13.9958%2015.2744%2014.0473%2015.0592%2014.1375%2014.8665L9.13062%209.85962C8.93963%209.94775%208.72781%209.99927%208.50366%209.99927H5.49878C4.67046%209.99914%203.99878%209.32761%203.99878%208.49927V5.49438C3.99878%204.66604%204.67046%203.99452%205.49878%203.99438H8.50366ZM15.4958%2015.0012C15.2198%2015.0014%2014.9958%2015.2252%2014.9958%2015.5012V16.9661C14.9965%2016.9763%2014.9988%2016.9869%2014.9988%2016.9973C14.9988%2017.0072%2014.9964%2017.0169%2014.9958%2017.0266V18.5061C14.9961%2018.7819%2015.22%2019.006%2015.4958%2019.0061H18.5007C18.7767%2019.0061%2019.0005%2018.782%2019.0007%2018.5061V15.5012C19.0007%2015.2251%2018.7769%2015.0012%2018.5007%2015.0012H15.4958ZM6.99585%2015.0012C5.89286%2015.0014%204.99878%2015.8953%204.99878%2016.9983C4.99885%2018.1013%205.8929%2018.9952%206.99585%2018.9954C8.09896%2018.9954%208.99383%2018.1014%208.9939%2016.9983C8.9939%2015.8951%208.099%2015.0012%206.99585%2015.0012ZM5.49878%204.99438C5.22275%204.99452%204.99878%205.21832%204.99878%205.49438V8.49927C4.99878%208.77533%205.22275%208.99914%205.49878%208.99927H8.50366C8.7798%208.99927%209.00366%208.77541%209.00366%208.49927V7.03052C9.00316%207.02143%209.00075%207.01238%209.00073%207.00317C9.00072%206.99372%209.00315%206.98418%209.00366%206.97485V5.49438C9.00366%205.21824%208.7798%204.99438%208.50366%204.99438H5.49878ZM17.0037%204.99438C15.9007%204.99445%2015.0068%205.88851%2015.0066%206.99146C15.0066%208.09457%2015.9006%208.98944%2017.0037%208.9895C18.1068%208.9895%2019.0017%208.09461%2019.0017%206.99146C19.0015%205.88847%2018.1067%204.99438%2017.0037%204.99438Z'%20fill='%23791D13'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,iBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/page.svg
2
+ var page_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99609%2011.4995C7.99609%2011.2234%208.21995%2010.9995%208.49609%2010.9995H15.498C15.7742%2010.9995%2015.998%2011.2234%2015.998%2011.4995C15.998%2011.7757%2015.7742%2011.9995%2015.498%2011.9995H8.49609C8.21995%2011.9995%207.99609%2011.7757%207.99609%2011.4995Z'%20fill='%23008196'/%3e%3cpath%20d='M7.99609%2014.4995C7.99609%2014.2234%208.21995%2013.9995%208.49609%2013.9995H15.498C15.7742%2013.9995%2015.998%2014.2234%2015.998%2014.4995C15.998%2014.7757%2015.7742%2014.9995%2015.498%2014.9995H8.49609C8.21995%2014.9995%207.99609%2014.7757%207.99609%2014.4995Z'%20fill='%23008196'/%3e%3cpath%20d='M8.49609%2017.002C8.21995%2017.002%207.99609%2017.2258%207.99609%2017.502C7.99609%2017.7781%208.21995%2018.002%208.49609%2018.002H15.498C15.7742%2018.002%2015.998%2017.7781%2015.998%2017.502C15.998%2017.2258%2015.7742%2017.002%2015.498%2017.002H8.49609Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.0029%2018.5041C19.0029%2019.8848%2017.8836%2021.0041%2016.5029%2021.0041H7.49707C6.11636%2021.0041%204.99707%2019.8848%204.99707%2018.5041V5.49963C4.99707%204.11892%206.11636%202.99963%207.49707%202.99963H13.4935L13.4986%202.99964L13.6912%202.99963C14.3566%202.9996%2014.9945%203.26482%2015.4638%203.73657L18.2754%206.56313C18.7414%207.03159%2019.0029%207.66546%2019.0029%208.3262V18.5041ZM12.8895%203.99963H7.49707C6.66864%203.99963%205.99707%204.67121%205.99707%205.49963V18.5041C5.99707%2019.3326%206.66864%2020.0041%207.49707%2020.0041H16.5029C17.3314%2020.0041%2018.0029%2019.3326%2018.0029%2018.5041V8.51559C18.0029%208.23944%2017.7791%208.01559%2017.5029%208.01559H15.4935C14.665%208.01559%2013.9935%207.34401%2013.9935%206.51559V4.49963C13.9935%204.22448%2013.7712%204.00124%2013.4964%203.99964L13.4935%203.99963L12.8955%203.99967C12.8935%203.99967%2012.8895%203.99963%2012.8895%203.99963ZM14.9935%204.68173V6.51559C14.9935%206.79173%2015.2173%207.01559%2015.4935%207.01559H17.315L14.9935%204.68173Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { page_default as default };
5
+
6
+ //# sourceMappingURL=page.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.js","names":[],"sources":["../../../../components/activity-icon/assets/page.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99609%2011.4995C7.99609%2011.2234%208.21995%2010.9995%208.49609%2010.9995H15.498C15.7742%2010.9995%2015.998%2011.2234%2015.998%2011.4995C15.998%2011.7757%2015.7742%2011.9995%2015.498%2011.9995H8.49609C8.21995%2011.9995%207.99609%2011.7757%207.99609%2011.4995Z'%20fill='%23008196'/%3e%3cpath%20d='M7.99609%2014.4995C7.99609%2014.2234%208.21995%2013.9995%208.49609%2013.9995H15.498C15.7742%2013.9995%2015.998%2014.2234%2015.998%2014.4995C15.998%2014.7757%2015.7742%2014.9995%2015.498%2014.9995H8.49609C8.21995%2014.9995%207.99609%2014.7757%207.99609%2014.4995Z'%20fill='%23008196'/%3e%3cpath%20d='M8.49609%2017.002C8.21995%2017.002%207.99609%2017.2258%207.99609%2017.502C7.99609%2017.7781%208.21995%2018.002%208.49609%2018.002H15.498C15.7742%2018.002%2015.998%2017.7781%2015.998%2017.502C15.998%2017.2258%2015.7742%2017.002%2015.498%2017.002H8.49609Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.0029%2018.5041C19.0029%2019.8848%2017.8836%2021.0041%2016.5029%2021.0041H7.49707C6.11636%2021.0041%204.99707%2019.8848%204.99707%2018.5041V5.49963C4.99707%204.11892%206.11636%202.99963%207.49707%202.99963H13.4935L13.4986%202.99964L13.6912%202.99963C14.3566%202.9996%2014.9945%203.26482%2015.4638%203.73657L18.2754%206.56313C18.7414%207.03159%2019.0029%207.66546%2019.0029%208.3262V18.5041ZM12.8895%203.99963H7.49707C6.66864%203.99963%205.99707%204.67121%205.99707%205.49963V18.5041C5.99707%2019.3326%206.66864%2020.0041%207.49707%2020.0041H16.5029C17.3314%2020.0041%2018.0029%2019.3326%2018.0029%2018.5041V8.51559C18.0029%208.23944%2017.7791%208.01559%2017.5029%208.01559H15.4935C14.665%208.01559%2013.9935%207.34401%2013.9935%206.51559V4.49963C13.9935%204.22448%2013.7712%204.00124%2013.4964%203.99964L13.4935%203.99963L12.8955%203.99967C12.8935%203.99967%2012.8895%203.99963%2012.8895%203.99963ZM14.9935%204.68173V6.51559C14.9935%206.79173%2015.2173%207.01559%2015.4935%207.01559H17.315L14.9935%204.68173Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,eAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/quiz.svg
2
+ var quiz_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8087%2014.5342C17.004%2014.3389%2017.3205%2014.3389%2017.5157%2014.5342C17.7109%2014.7294%2017.7109%2015.046%2017.5157%2015.2412L16.2872%2016.4697C16.1935%2016.5633%2016.0662%2016.6162%2015.9337%2016.6162C15.8012%2016.6161%2015.6739%2016.5634%2015.5802%2016.4697L14.9835%2015.8721C14.7883%2015.6768%2014.7882%2015.3603%2014.9835%2015.165C15.1788%2014.9699%2015.4953%2014.9699%2015.6906%2015.165L15.9337%2015.4092L16.8087%2014.5342Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M12.0011%2015.002C12.2772%2015.002%2012.5011%2015.2258%2012.5011%2015.502C12.501%2015.778%2012.2772%2016.002%2012.0011%2016.002H7.0011C6.72504%2016.002%206.50123%2015.778%206.5011%2015.502C6.5011%2015.2258%206.72496%2015.002%207.0011%2015.002H12.0011Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M16.8087%2010.9961C17.0039%2010.801%2017.3205%2010.8011%2017.5157%2010.9961C17.711%2011.1913%2017.7109%2011.5078%2017.5157%2011.7031L16.2872%2012.9316C16.1935%2013.0254%2016.0664%2013.0781%2015.9337%2013.0781C15.8012%2013.078%2015.6739%2013.0254%2015.5802%2012.9316L14.9835%2012.335C14.7883%2012.1397%2014.7883%2011.8232%2014.9835%2011.6279C15.1788%2011.4327%2015.4953%2011.4326%2015.6906%2011.6279L15.9337%2011.8711L16.8087%2010.9961Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M12.0011%2011.5312C12.2772%2011.5312%2012.5011%2011.7551%2012.5011%2012.0312C12.5011%2012.3074%2012.2772%2012.5312%2012.0011%2012.5312H7.0011C6.72496%2012.5312%206.5011%2012.3074%206.5011%2012.0312C6.5011%2011.7551%206.72496%2011.5312%207.0011%2011.5312H12.0011Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M16.5411%207.39648C16.7364%207.20122%2017.0529%207.20122%2017.2482%207.39648C17.4434%207.59175%2017.4434%207.90825%2017.2482%208.10352L16.9562%208.39551L17.2482%208.6875C17.4434%208.88276%2017.4434%209.19927%2017.2482%209.39453C17.0529%209.58979%2016.7364%209.58979%2016.5411%209.39453L16.2491%209.10254L15.9572%209.39453C15.7619%209.58979%2015.4454%209.58979%2015.2501%209.39453C15.0549%209.19927%2015.0549%208.88276%2015.2501%208.6875L15.5421%208.39551L15.2501%208.10352C15.0549%207.90825%2015.0549%207.59175%2015.2501%207.39648C15.4454%207.20122%2015.7619%207.20122%2015.9572%207.39648L16.2491%207.68848L16.5411%207.39648Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M12.0011%208.01758C12.2772%208.01758%2012.5011%208.24144%2012.5011%208.51758C12.501%208.79361%2012.2772%209.01758%2012.0011%209.01758H7.0011C6.72504%209.01758%206.50123%208.79361%206.5011%208.51758C6.5011%208.24144%206.72496%208.01758%207.0011%208.01758H12.0011Z'%20fill='%23DB1A74'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.5011%204C19.8817%204.00013%2021.0011%205.11937%2021.0011%206.5V17.5C21.0011%2018.8806%2019.8817%2019.9999%2018.5011%2020H5.49915C4.11843%2020%202.99915%2018.8807%202.99915%2017.5V6.5C2.99915%205.11929%204.11843%204%205.49915%204H18.5011ZM5.49915%205C4.67072%205%203.99915%205.67157%203.99915%206.5V17.5C3.99915%2018.3284%204.67072%2019%205.49915%2019H18.5011C19.3294%2018.9999%2020.0011%2018.3283%2020.0011%2017.5V6.5C20.0011%205.67165%2019.3294%205.00013%2018.5011%205H5.49915Z'%20fill='%23DB1A74'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { quiz_default as default };
5
+
6
+ //# sourceMappingURL=quiz.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quiz.js","names":[],"sources":["../../../../components/activity-icon/assets/quiz.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8087%2014.5342C17.004%2014.3389%2017.3205%2014.3389%2017.5157%2014.5342C17.7109%2014.7294%2017.7109%2015.046%2017.5157%2015.2412L16.2872%2016.4697C16.1935%2016.5633%2016.0662%2016.6162%2015.9337%2016.6162C15.8012%2016.6161%2015.6739%2016.5634%2015.5802%2016.4697L14.9835%2015.8721C14.7883%2015.6768%2014.7882%2015.3603%2014.9835%2015.165C15.1788%2014.9699%2015.4953%2014.9699%2015.6906%2015.165L15.9337%2015.4092L16.8087%2014.5342Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M12.0011%2015.002C12.2772%2015.002%2012.5011%2015.2258%2012.5011%2015.502C12.501%2015.778%2012.2772%2016.002%2012.0011%2016.002H7.0011C6.72504%2016.002%206.50123%2015.778%206.5011%2015.502C6.5011%2015.2258%206.72496%2015.002%207.0011%2015.002H12.0011Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M16.8087%2010.9961C17.0039%2010.801%2017.3205%2010.8011%2017.5157%2010.9961C17.711%2011.1913%2017.7109%2011.5078%2017.5157%2011.7031L16.2872%2012.9316C16.1935%2013.0254%2016.0664%2013.0781%2015.9337%2013.0781C15.8012%2013.078%2015.6739%2013.0254%2015.5802%2012.9316L14.9835%2012.335C14.7883%2012.1397%2014.7883%2011.8232%2014.9835%2011.6279C15.1788%2011.4327%2015.4953%2011.4326%2015.6906%2011.6279L15.9337%2011.8711L16.8087%2010.9961Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M12.0011%2011.5312C12.2772%2011.5312%2012.5011%2011.7551%2012.5011%2012.0312C12.5011%2012.3074%2012.2772%2012.5312%2012.0011%2012.5312H7.0011C6.72496%2012.5312%206.5011%2012.3074%206.5011%2012.0312C6.5011%2011.7551%206.72496%2011.5312%207.0011%2011.5312H12.0011Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M16.5411%207.39648C16.7364%207.20122%2017.0529%207.20122%2017.2482%207.39648C17.4434%207.59175%2017.4434%207.90825%2017.2482%208.10352L16.9562%208.39551L17.2482%208.6875C17.4434%208.88276%2017.4434%209.19927%2017.2482%209.39453C17.0529%209.58979%2016.7364%209.58979%2016.5411%209.39453L16.2491%209.10254L15.9572%209.39453C15.7619%209.58979%2015.4454%209.58979%2015.2501%209.39453C15.0549%209.19927%2015.0549%208.88276%2015.2501%208.6875L15.5421%208.39551L15.2501%208.10352C15.0549%207.90825%2015.0549%207.59175%2015.2501%207.39648C15.4454%207.20122%2015.7619%207.20122%2015.9572%207.39648L16.2491%207.68848L16.5411%207.39648Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M12.0011%208.01758C12.2772%208.01758%2012.5011%208.24144%2012.5011%208.51758C12.501%208.79361%2012.2772%209.01758%2012.0011%209.01758H7.0011C6.72504%209.01758%206.50123%208.79361%206.5011%208.51758C6.5011%208.24144%206.72496%208.01758%207.0011%208.01758H12.0011Z'%20fill='%23DB1A74'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.5011%204C19.8817%204.00013%2021.0011%205.11937%2021.0011%206.5V17.5C21.0011%2018.8806%2019.8817%2019.9999%2018.5011%2020H5.49915C4.11843%2020%202.99915%2018.8807%202.99915%2017.5V6.5C2.99915%205.11929%204.11843%204%205.49915%204H18.5011ZM5.49915%205C4.67072%205%203.99915%205.67157%203.99915%206.5V17.5C3.99915%2018.3284%204.67072%2019%205.49915%2019H18.5011C19.3294%2018.9999%2020.0011%2018.3283%2020.0011%2017.5V6.5C20.0011%205.67165%2019.3294%205.00013%2018.5011%205H5.49915Z'%20fill='%23DB1A74'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,eAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/scorm-package.svg
2
+ var scorm_package_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.7764%203.05273C11.9171%202.98235%2012.0829%202.98235%2012.2236%203.05273L20.2236%207.05273C20.393%207.13743%2020.5%207.31062%2020.5%207.5V16.5C20.5%2016.6894%2020.393%2016.8626%2020.2236%2016.9473L12.2236%2020.9473C12.0829%2021.0176%2011.9171%2021.0176%2011.7764%2020.9473L3.77637%2016.9473C3.60698%2016.8626%203.5%2016.6894%203.5%2016.5V7.5C3.5%207.31062%203.60698%207.13743%203.77637%207.05273L11.7764%203.05273ZM4.5%2016.1914L11.5%2019.6914V11.8086L8.5%2010.3086V13C8.5%2013.2761%208.27614%2013.5%208%2013.5C7.72386%2013.5%207.5%2013.2761%207.5%2013V9.80859L4.5%208.30859V16.1914ZM12.5%2011.8086V19.6914L19.5%2016.1914V8.30859L12.5%2011.8086ZM8.96387%209.42285L12%2010.9404L18.8818%207.49902L15.8447%205.98047L8.96387%209.42285ZM5.11719%207.49902L7.8457%208.86328L14.7266%205.42188L12%204.05859L5.11719%207.49902Z'%20fill='%23791D13'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { scorm_package_default as default };
5
+
6
+ //# sourceMappingURL=scorm-package.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scorm-package.js","names":[],"sources":["../../../../components/activity-icon/assets/scorm-package.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.7764%203.05273C11.9171%202.98235%2012.0829%202.98235%2012.2236%203.05273L20.2236%207.05273C20.393%207.13743%2020.5%207.31062%2020.5%207.5V16.5C20.5%2016.6894%2020.393%2016.8626%2020.2236%2016.9473L12.2236%2020.9473C12.0829%2021.0176%2011.9171%2021.0176%2011.7764%2020.9473L3.77637%2016.9473C3.60698%2016.8626%203.5%2016.6894%203.5%2016.5V7.5C3.5%207.31062%203.60698%207.13743%203.77637%207.05273L11.7764%203.05273ZM4.5%2016.1914L11.5%2019.6914V11.8086L8.5%2010.3086V13C8.5%2013.2761%208.27614%2013.5%208%2013.5C7.72386%2013.5%207.5%2013.2761%207.5%2013V9.80859L4.5%208.30859V16.1914ZM12.5%2011.8086V19.6914L19.5%2016.1914V8.30859L12.5%2011.8086ZM8.96387%209.42285L12%2010.9404L18.8818%207.49902L15.8447%205.98047L8.96387%209.42285ZM5.11719%207.49902L7.8457%208.86328L14.7266%205.42188L12%204.05859L5.11719%207.49902Z'%20fill='%23791D13'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,wBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/subsection.svg
2
+ var subsection_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.41309%2014.002C6.68923%2014.002%206.91309%2014.2258%206.91309%2014.502C6.91295%2014.778%206.68915%2015.002%206.41309%2015.002H5.85742C5.58136%2015.002%205.35755%2014.778%205.35742%2014.502C5.35742%2014.2258%205.58128%2014.002%205.85742%2014.002H6.41309Z'%20fill='%231D2125'/%3e%3cpath%20d='M18.1602%2014.002C18.4361%2014.0022%2018.6602%2014.226%2018.6602%2014.502C18.66%2014.7778%2018.436%2015.0017%2018.1602%2015.002H8.64453C8.36847%2015.002%208.14466%2014.778%208.14453%2014.502C8.14453%2014.2258%208.36839%2014.002%208.64453%2014.002H18.1602Z'%20fill='%231D2125'/%3e%3cpath%20d='M6.41309%2011.5C6.68923%2011.5%206.91309%2011.7239%206.91309%2012C6.91309%2012.2761%206.68923%2012.5%206.41309%2012.5H5.85742C5.58128%2012.5%205.35742%2012.2761%205.35742%2012C5.35742%2011.7239%205.58128%2011.5%205.85742%2011.5H6.41309Z'%20fill='%231D2125'/%3e%3cpath%20d='M18.1602%2011.5C18.4361%2011.5003%2018.6602%2011.724%2018.6602%2012C18.6602%2012.276%2018.4361%2012.4997%2018.1602%2012.5H8.64453C8.36839%2012.5%208.14453%2012.2761%208.14453%2012C8.14453%2011.7239%208.36839%2011.5%208.64453%2011.5H18.1602Z'%20fill='%231D2125'/%3e%3cpath%20d='M6.41309%209.00098C6.68923%209.00098%206.91309%209.22483%206.91309%209.50098C6.91309%209.77712%206.68923%2010.001%206.41309%2010.001H5.85742C5.58128%2010.001%205.35742%209.77712%205.35742%209.50098C5.35742%209.22483%205.58128%209.00098%205.85742%209.00098H6.41309Z'%20fill='%231D2125'/%3e%3cpath%20d='M18.1602%209.00098C18.4361%209.00124%2018.6602%209.225%2018.6602%209.50098C18.6602%209.77696%2018.4361%2010.0007%2018.1602%2010.001H8.64453C8.36839%2010.001%208.14453%209.77712%208.14453%209.50098C8.14453%209.22483%208.36839%209.00098%208.64453%209.00098H18.1602Z'%20fill='%231D2125'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.5%205C20.8807%205%2022%206.11929%2022%207.5V16.5C22%2017.8807%2020.8807%2019%2019.5%2019H4.5C3.11929%2019%202%2017.8807%202%2016.5V7.5C2%206.11929%203.11929%205%204.5%205H19.5ZM4.5%206C3.67157%206%203%206.67157%203%207.5V16.5C3%2017.3284%203.67157%2018%204.5%2018H19.5C20.3284%2018%2021%2017.3284%2021%2016.5V7.5C21%206.67157%2020.3284%206%2019.5%206H4.5Z'%20fill='%231D2125'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { subsection_default as default };
5
+
6
+ //# sourceMappingURL=subsection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subsection.js","names":[],"sources":["../../../../components/activity-icon/assets/subsection.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.41309%2014.002C6.68923%2014.002%206.91309%2014.2258%206.91309%2014.502C6.91295%2014.778%206.68915%2015.002%206.41309%2015.002H5.85742C5.58136%2015.002%205.35755%2014.778%205.35742%2014.502C5.35742%2014.2258%205.58128%2014.002%205.85742%2014.002H6.41309Z'%20fill='%231D2125'/%3e%3cpath%20d='M18.1602%2014.002C18.4361%2014.0022%2018.6602%2014.226%2018.6602%2014.502C18.66%2014.7778%2018.436%2015.0017%2018.1602%2015.002H8.64453C8.36847%2015.002%208.14466%2014.778%208.14453%2014.502C8.14453%2014.2258%208.36839%2014.002%208.64453%2014.002H18.1602Z'%20fill='%231D2125'/%3e%3cpath%20d='M6.41309%2011.5C6.68923%2011.5%206.91309%2011.7239%206.91309%2012C6.91309%2012.2761%206.68923%2012.5%206.41309%2012.5H5.85742C5.58128%2012.5%205.35742%2012.2761%205.35742%2012C5.35742%2011.7239%205.58128%2011.5%205.85742%2011.5H6.41309Z'%20fill='%231D2125'/%3e%3cpath%20d='M18.1602%2011.5C18.4361%2011.5003%2018.6602%2011.724%2018.6602%2012C18.6602%2012.276%2018.4361%2012.4997%2018.1602%2012.5H8.64453C8.36839%2012.5%208.14453%2012.2761%208.14453%2012C8.14453%2011.7239%208.36839%2011.5%208.64453%2011.5H18.1602Z'%20fill='%231D2125'/%3e%3cpath%20d='M6.41309%209.00098C6.68923%209.00098%206.91309%209.22483%206.91309%209.50098C6.91309%209.77712%206.68923%2010.001%206.41309%2010.001H5.85742C5.58128%2010.001%205.35742%209.77712%205.35742%209.50098C5.35742%209.22483%205.58128%209.00098%205.85742%209.00098H6.41309Z'%20fill='%231D2125'/%3e%3cpath%20d='M18.1602%209.00098C18.4361%209.00124%2018.6602%209.225%2018.6602%209.50098C18.6602%209.77696%2018.4361%2010.0007%2018.1602%2010.001H8.64453C8.36839%2010.001%208.14453%209.77712%208.14453%209.50098C8.14453%209.22483%208.36839%209.00098%208.64453%209.00098H18.1602Z'%20fill='%231D2125'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.5%205C20.8807%205%2022%206.11929%2022%207.5V16.5C22%2017.8807%2020.8807%2019%2019.5%2019H4.5C3.11929%2019%202%2017.8807%202%2016.5V7.5C2%206.11929%203.11929%205%204.5%205H19.5ZM4.5%206C3.67157%206%203%206.67157%203%207.5V16.5C3%2017.3284%203.67157%2018%204.5%2018H19.5C20.3284%2018%2021%2017.3284%2021%2016.5V7.5C21%206.67157%2020.3284%206%2019.5%206H4.5Z'%20fill='%231D2125'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,qBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/survey.svg
2
+ var survey_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.49707%2011.8682C6.77313%2011.8682%206.99694%2012.0921%206.99707%2012.3682V16.5049C6.99706%2016.781%206.77321%2017.0049%206.49707%2017.0049C6.22093%2017.0049%205.99708%2016.781%205.99707%2016.5049V12.3682C5.9972%2012.0921%206.22101%2011.8682%206.49707%2011.8682Z'%20fill='%23CC5E13'/%3e%3cpath%20d='M10.166%207.00391C10.442%207.00391%2010.6658%207.22799%2010.666%207.50391V16.5049C10.666%2016.781%2010.4421%2017.0049%2010.166%2017.0049C9.88991%2017.0049%209.66607%2016.781%209.66602%2016.5049V7.50488C9.66602%207.22874%209.88987%207.00391%2010.166%207.00391Z'%20fill='%23CC5E13'/%3e%3cpath%20d='M13.8359%208.98438C14.1117%208.98464%2014.3357%209.20862%2014.3359%209.48438V16.5049C14.3359%2016.7808%2014.1118%2017.0046%2013.8359%2017.0049C13.5598%2017.0049%2013.336%2016.781%2013.3359%2016.5049V9.48535C13.3359%209.20921%2013.5598%208.98438%2013.8359%208.98438Z'%20fill='%23CC5E13'/%3e%3cpath%20d='M17.5049%2011C17.7806%2011.0003%2018.0046%2011.2242%2018.0049%2011.5V16.5C18.0049%2016.776%2017.7808%2016.9997%2017.5049%2017C17.2289%2017%2017.0051%2016.7769%2017.0049%2016.501V11.501C17.0049%2011.2248%2017.2287%2011%2017.5049%2011Z'%20fill='%23CC5E13'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.501%204C19.8816%204.00013%2021.001%205.11937%2021.001%206.5V17.5C21.001%2018.8806%2019.8816%2019.9999%2018.501%2020H5.49902C4.11831%2020%202.99902%2018.8807%202.99902%2017.5V6.5C2.99902%205.11929%204.11831%204%205.49902%204H18.501ZM5.49902%205C4.6706%205%203.99902%205.67157%203.99902%206.5V17.5C3.99902%2018.3284%204.6706%2019%205.49902%2019H18.501C19.3293%2018.9999%2020.001%2018.3283%2020.001%2017.5V6.5C20.001%205.67165%2019.3293%205.00013%2018.501%205H5.49902Z'%20fill='%23CC5E13'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { survey_default as default };
5
+
6
+ //# sourceMappingURL=survey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"survey.js","names":[],"sources":["../../../../components/activity-icon/assets/survey.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.49707%2011.8682C6.77313%2011.8682%206.99694%2012.0921%206.99707%2012.3682V16.5049C6.99706%2016.781%206.77321%2017.0049%206.49707%2017.0049C6.22093%2017.0049%205.99708%2016.781%205.99707%2016.5049V12.3682C5.9972%2012.0921%206.22101%2011.8682%206.49707%2011.8682Z'%20fill='%23CC5E13'/%3e%3cpath%20d='M10.166%207.00391C10.442%207.00391%2010.6658%207.22799%2010.666%207.50391V16.5049C10.666%2016.781%2010.4421%2017.0049%2010.166%2017.0049C9.88991%2017.0049%209.66607%2016.781%209.66602%2016.5049V7.50488C9.66602%207.22874%209.88987%207.00391%2010.166%207.00391Z'%20fill='%23CC5E13'/%3e%3cpath%20d='M13.8359%208.98438C14.1117%208.98464%2014.3357%209.20862%2014.3359%209.48438V16.5049C14.3359%2016.7808%2014.1118%2017.0046%2013.8359%2017.0049C13.5598%2017.0049%2013.336%2016.781%2013.3359%2016.5049V9.48535C13.3359%209.20921%2013.5598%208.98438%2013.8359%208.98438Z'%20fill='%23CC5E13'/%3e%3cpath%20d='M17.5049%2011C17.7806%2011.0003%2018.0046%2011.2242%2018.0049%2011.5V16.5C18.0049%2016.776%2017.7808%2016.9997%2017.5049%2017C17.2289%2017%2017.0051%2016.7769%2017.0049%2016.501V11.501C17.0049%2011.2248%2017.2287%2011%2017.5049%2011Z'%20fill='%23CC5E13'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.501%204C19.8816%204.00013%2021.001%205.11937%2021.001%206.5V17.5C21.001%2018.8806%2019.8816%2019.9999%2018.501%2020H5.49902C4.11831%2020%202.99902%2018.8807%202.99902%2017.5V6.5C2.99902%205.11929%204.11831%204%205.49902%204H18.501ZM5.49902%205C4.6706%205%203.99902%205.67157%203.99902%206.5V17.5C3.99902%2018.3284%204.6706%2019%205.49902%2019H18.501C19.3293%2018.9999%2020.001%2018.3283%2020.001%2017.5V6.5C20.001%205.67165%2019.3293%205.00013%2018.501%205H5.49902Z'%20fill='%23CC5E13'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,iBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/text-and-media.svg
2
+ var text_and_media_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.00391%208.49817C8.00391%208.22203%208.22776%207.99817%208.50391%207.99817L15.5085%207.99817C15.7847%207.99817%2016.0085%208.22203%2016.0085%208.49817C16.0085%208.5279%2016.006%208.55702%2016.001%208.58532V10.3736C16.001%2010.6498%2015.7771%2010.8736%2015.501%2010.8736C15.2248%2010.8736%2015.001%2010.6498%2015.001%2010.3736V8.99817H12.5V14.9989H13.5C13.7761%2014.9989%2014%2015.2228%2014%2015.4989C14%2015.775%2013.7761%2015.9989%2013.5%2015.9989H10.5C10.2239%2015.9989%2010%2015.775%2010%2015.4989C10%2015.2228%2010.2239%2014.9989%2010.5%2014.9989H11.5V8.99817H9.00391V10.3736C9.00391%2010.6498%208.78005%2010.8736%208.50391%2010.8736C8.22776%2010.8736%208.00391%2010.6498%208.00391%2010.3736V8.49817Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%202.50024C2.72386%202.50024%202.5%202.7241%202.5%203.00024V6.00024C2.5%206.27639%202.72386%206.50024%203%206.50024H4V17.5H3C2.72386%2017.5%202.5%2017.7239%202.5%2018V21C2.5%2021.2761%202.72386%2021.5%203%2021.5H6C6.27614%2021.5%206.5%2021.2761%206.5%2021V20H17.5V21C17.5%2021.2761%2017.7239%2021.5%2018%2021.5H21C21.2761%2021.5%2021.5%2021.2761%2021.5%2021V18C21.5%2017.7239%2021.2761%2017.5%2021%2017.5H19.9998V6.50024H21C21.2761%206.50024%2021.5%206.27639%2021.5%206.00024V3.00024C21.5%202.7241%2021.2761%202.50024%2021%202.50024H18C17.7239%202.50024%2017.5%202.7241%2017.5%203.00024V4.00024H6.5V3.00024C6.5%202.7241%206.27614%202.50024%206%202.50024H3ZM6.5%205.00024V6.00024C6.5%206.27639%206.27614%206.50024%206%206.50024H5V17.5H6C6.27614%2017.5%206.5%2017.7239%206.5%2018V19H17.5V18C17.5%2017.7239%2017.7239%2017.5%2018%2017.5H18.9998V6.50024H18C17.7239%206.50024%2017.5%206.27639%2017.5%206.00024V5.00024H6.5ZM3.5%205.50024V3.50024H5.5V5.50024H3.5ZM3.5%2020.5V18.5H5.5V20.5H3.5ZM18.5%203.50024V5.50024H20.5V3.50024H18.5ZM18.5%2020.5V18.5H20.5V20.5H18.5Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { text_and_media_default as default };
5
+
6
+ //# sourceMappingURL=text-and-media.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-and-media.js","names":[],"sources":["../../../../components/activity-icon/assets/text-and-media.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.00391%208.49817C8.00391%208.22203%208.22776%207.99817%208.50391%207.99817L15.5085%207.99817C15.7847%207.99817%2016.0085%208.22203%2016.0085%208.49817C16.0085%208.5279%2016.006%208.55702%2016.001%208.58532V10.3736C16.001%2010.6498%2015.7771%2010.8736%2015.501%2010.8736C15.2248%2010.8736%2015.001%2010.6498%2015.001%2010.3736V8.99817H12.5V14.9989H13.5C13.7761%2014.9989%2014%2015.2228%2014%2015.4989C14%2015.775%2013.7761%2015.9989%2013.5%2015.9989H10.5C10.2239%2015.9989%2010%2015.775%2010%2015.4989C10%2015.2228%2010.2239%2014.9989%2010.5%2014.9989H11.5V8.99817H9.00391V10.3736C9.00391%2010.6498%208.78005%2010.8736%208.50391%2010.8736C8.22776%2010.8736%208.00391%2010.6498%208.00391%2010.3736V8.49817Z'%20fill='%23008196'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%202.50024C2.72386%202.50024%202.5%202.7241%202.5%203.00024V6.00024C2.5%206.27639%202.72386%206.50024%203%206.50024H4V17.5H3C2.72386%2017.5%202.5%2017.7239%202.5%2018V21C2.5%2021.2761%202.72386%2021.5%203%2021.5H6C6.27614%2021.5%206.5%2021.2761%206.5%2021V20H17.5V21C17.5%2021.2761%2017.7239%2021.5%2018%2021.5H21C21.2761%2021.5%2021.5%2021.2761%2021.5%2021V18C21.5%2017.7239%2021.2761%2017.5%2021%2017.5H19.9998V6.50024H21C21.2761%206.50024%2021.5%206.27639%2021.5%206.00024V3.00024C21.5%202.7241%2021.2761%202.50024%2021%202.50024H18C17.7239%202.50024%2017.5%202.7241%2017.5%203.00024V4.00024H6.5V3.00024C6.5%202.7241%206.27614%202.50024%206%202.50024H3ZM6.5%205.00024V6.00024C6.5%206.27639%206.27614%206.50024%206%206.50024H5V17.5H6C6.27614%2017.5%206.5%2017.7239%206.5%2018V19H17.5V18C17.5%2017.7239%2017.7239%2017.5%2018%2017.5H18.9998V6.50024H18C17.7239%206.50024%2017.5%206.27639%2017.5%206.00024V5.00024H6.5ZM3.5%205.50024V3.50024H5.5V5.50024H3.5ZM3.5%2020.5V18.5H5.5V20.5H3.5ZM18.5%203.50024V5.50024H20.5V3.50024H18.5ZM18.5%2020.5V18.5H20.5V20.5H18.5Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,yBAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/url.svg
2
+ var url_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.1913%205.04646C17.5601%203.41525%2014.9154%203.41525%2013.2842%205.04646L11.9842%206.34646C11.7889%206.54172%2011.7889%206.85831%2011.9842%207.05357C12.1795%207.24883%2012.496%207.24883%2012.6913%207.05357L13.9913%205.75356C15.232%204.51288%2017.2435%204.51288%2018.4842%205.75356C19.7249%206.99425%2019.7249%209.00579%2018.4842%2010.2465L15.8842%2012.8465C14.6435%2014.0872%2012.632%2014.0872%2011.3913%2012.8465C11.196%2012.6512%2010.8795%2012.6512%2010.6842%2012.8465C10.4889%2013.0417%2010.4889%2013.3583%2010.6842%2013.5536C12.3154%2015.1848%2014.9601%2015.1848%2016.5913%2013.5536L19.1913%2010.9536C20.8225%209.32238%2020.8225%206.67767%2019.1913%205.04646Z'%20fill='%23008196'/%3e%3cpath%20d='M4.81691%2018.9537C6.44812%2020.5849%209.09283%2020.5849%2010.724%2018.9537L12.024%2017.6537C12.2193%2017.4584%2012.2193%2017.1418%2012.024%2016.9466C11.8288%2016.7513%2011.5122%2016.7513%2011.3169%2016.9466L10.0169%2018.2466C8.77625%2019.4872%206.7647%2019.4872%205.52402%2018.2466C4.28333%2017.0059%204.28334%2014.9943%205.52402%2013.7536L8.12403%2011.1536C9.36471%209.91295%2011.3763%209.91295%2012.6169%2011.1536C12.8122%2011.3489%2013.1288%2011.3489%2013.324%2011.1536C13.5193%2010.9584%2013.5193%2010.6418%2013.324%2010.4465C11.6928%208.81532%209.04813%208.81532%207.41692%2010.4465L4.81691%2013.0465C3.1857%2014.6777%203.1857%2017.3225%204.81691%2018.9537Z'%20fill='%23008196'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { url_default as default };
5
+
6
+ //# sourceMappingURL=url.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url.js","names":[],"sources":["../../../../components/activity-icon/assets/url.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.1913%205.04646C17.5601%203.41525%2014.9154%203.41525%2013.2842%205.04646L11.9842%206.34646C11.7889%206.54172%2011.7889%206.85831%2011.9842%207.05357C12.1795%207.24883%2012.496%207.24883%2012.6913%207.05357L13.9913%205.75356C15.232%204.51288%2017.2435%204.51288%2018.4842%205.75356C19.7249%206.99425%2019.7249%209.00579%2018.4842%2010.2465L15.8842%2012.8465C14.6435%2014.0872%2012.632%2014.0872%2011.3913%2012.8465C11.196%2012.6512%2010.8795%2012.6512%2010.6842%2012.8465C10.4889%2013.0417%2010.4889%2013.3583%2010.6842%2013.5536C12.3154%2015.1848%2014.9601%2015.1848%2016.5913%2013.5536L19.1913%2010.9536C20.8225%209.32238%2020.8225%206.67767%2019.1913%205.04646Z'%20fill='%23008196'/%3e%3cpath%20d='M4.81691%2018.9537C6.44812%2020.5849%209.09283%2020.5849%2010.724%2018.9537L12.024%2017.6537C12.2193%2017.4584%2012.2193%2017.1418%2012.024%2016.9466C11.8288%2016.7513%2011.5122%2016.7513%2011.3169%2016.9466L10.0169%2018.2466C8.77625%2019.4872%206.7647%2019.4872%205.52402%2018.2466C4.28333%2017.0059%204.28334%2014.9943%205.52402%2013.7536L8.12403%2011.1536C9.36471%209.91295%2011.3763%209.91295%2012.6169%2011.1536C12.8122%2011.3489%2013.1288%2011.3489%2013.324%2011.1536C13.5193%2010.9584%2013.5193%2010.6418%2013.324%2010.4465C11.6928%208.81532%209.04813%208.81532%207.41692%2010.4465L4.81691%2013.0465C3.1857%2014.6777%203.1857%2017.3225%204.81691%2018.9537Z'%20fill='%23008196'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,cAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/wiki.svg
2
+ var wiki_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.50049%203.00269C10.3318%203.00285%2011.0054%203.67715%2011.0054%204.50854C11.0053%204.99223%2010.776%205.42066%2010.4214%205.69604L11.436%208.75366C11.6265%208.71916%2011.8226%208.70095%2012.0229%208.70093C12.7456%208.70093%2013.4131%208.93611%2013.9546%209.33276L16.4097%206.88745C16.1501%206.49308%2015.9976%206.02186%2015.9976%205.5144C15.9976%204.13256%2017.1177%203.01258%2018.4995%203.01245C19.8814%203.01245%2021.0024%204.13248%2021.0024%205.5144C21.0024%206.89633%2019.8814%208.01636%2018.4995%208.01636C17.9867%208.01631%2017.5106%207.86115%2017.1138%207.59644L14.6626%2010.0388C15.0606%2010.5808%2015.2963%2011.2495%2015.2964%2011.9734C15.2964%2012.0568%2015.2908%2012.1396%2015.2847%2012.2214L18.4741%2012.9021C18.7969%2012.3255%2019.4139%2011.9363%2020.1216%2011.9363C21.1632%2011.9365%2022.0072%2012.7804%2022.0073%2013.822C22.0073%2014.8637%2021.1633%2015.7086%2020.1216%2015.7087C19.0974%2015.7087%2018.2647%2014.8923%2018.2368%2013.8748L15.0581%2013.196C14.7612%2013.9326%2014.2049%2014.5353%2013.5015%2014.8923L14.5405%2017.988C15.352%2018.011%2016.0024%2018.6749%2016.0024%2019.4919C16.0023%2020.3232%2015.3288%2020.9967%2014.4976%2020.9968C13.6662%2020.9968%2012.9919%2020.3233%2012.9917%2019.4919C12.9917%2019.0022%2013.2262%2018.5677%2013.5884%2018.2927L12.5503%2015.2029C12.3787%2015.2307%2012.2024%2015.2468%2012.0229%2015.2468C11.323%2015.2468%2010.6751%2015.0255%2010.1431%2014.6511L7.94873%2016.8591C8.18727%2017.242%208.32764%2017.6931%208.32764%2018.1775C8.3275%2019.5573%207.20846%2020.6764%205.82861%2020.6765C4.44866%2020.6765%203.32972%2019.5574%203.32959%2018.1775C3.32959%2016.7975%204.44858%2015.6785%205.82861%2015.6785C6.36217%2015.6785%206.85537%2015.8476%207.26123%2016.1326L9.42139%2013.9587C9.00066%2013.4081%208.75049%2012.7199%208.75049%2011.9734C8.75051%2011.7689%208.77024%2011.5689%208.80615%2011.3748L5.8833%209.79858C5.47236%2010.2337%204.89234%2010.5076%204.24658%2010.5076C3.00181%2010.5075%201.99274%209.49843%201.99268%208.25366C1.99268%207.00884%203.00177%205.99982%204.24658%205.99976C5.49145%205.99976%206.50049%207.0088%206.50049%208.25366C6.50048%208.4922%206.46174%208.72147%206.39307%208.93726L9.14111%2010.4197C9.44833%209.85111%209.91965%209.38397%2010.4907%209.08081L9.47217%206.01147C8.65372%205.99652%207.99479%205.33053%207.99463%204.50854C7.99463%203.67705%208.66899%203.00269%209.50049%203.00269ZM14.4976%2018.9861C14.2183%2018.9861%2013.9917%2019.2127%2013.9917%2019.4919C13.9919%2019.771%2014.2184%2019.9968%2014.4976%2019.9968C14.7765%2019.9967%2015.0023%2019.7709%2015.0024%2019.4919C15.0024%2019.2128%2014.7766%2018.9862%2014.4976%2018.9861ZM5.82861%2016.6785C5.00086%2016.6785%204.32959%2017.3497%204.32959%2018.1775C4.32972%2019.0051%205.00094%2019.6765%205.82861%2019.6765C6.65617%2019.6764%207.3275%2019.0051%207.32764%2018.1775C7.32764%2017.3498%206.65625%2016.6786%205.82861%2016.6785ZM20.1216%2012.9363C19.6321%2012.9363%2019.2349%2013.3326%2019.2349%2013.822C19.2349%2014.3116%2019.632%2014.7087%2020.1216%2014.7087C20.611%2014.7086%2021.0073%2014.3114%2021.0073%2013.822C21.0072%2013.3327%2020.6109%2012.9365%2020.1216%2012.9363ZM12.0229%209.70093C10.768%209.7011%209.75066%2010.7184%209.75049%2011.9734C9.75049%2013.2285%2010.7679%2014.2467%2012.0229%2014.2468C13.2782%2014.2468%2014.2964%2013.2286%2014.2964%2011.9734C14.2962%2010.7183%2013.2781%209.70093%2012.0229%209.70093ZM4.24658%206.99976C3.55406%206.99982%202.99268%207.56112%202.99268%208.25366C2.99274%208.94615%203.5541%209.5075%204.24658%209.50757C4.93912%209.50757%205.50042%208.94619%205.50049%208.25366C5.50049%207.56108%204.93916%206.99976%204.24658%206.99976ZM18.4995%204.01245C17.67%204.01258%2016.9976%204.68485%2016.9976%205.5144C16.9976%206.34396%2017.67%207.01623%2018.4995%207.01636C19.3292%207.01636%2020.0024%206.34404%2020.0024%205.5144C20.0024%204.68476%2019.3292%204.01245%2018.4995%204.01245ZM9.50049%204.00269C9.22128%204.00269%208.99463%204.22933%208.99463%204.50854C8.99479%204.78762%209.22138%205.01343%209.50049%205.01343C9.77946%205.01326%2010.0052%204.78752%2010.0054%204.50854C10.0054%204.22943%209.77956%204.00285%209.50049%204.00269Z'%20fill='%236610F2'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { wiki_default as default };
5
+
6
+ //# sourceMappingURL=wiki.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wiki.js","names":[],"sources":["../../../../components/activity-icon/assets/wiki.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.50049%203.00269C10.3318%203.00285%2011.0054%203.67715%2011.0054%204.50854C11.0053%204.99223%2010.776%205.42066%2010.4214%205.69604L11.436%208.75366C11.6265%208.71916%2011.8226%208.70095%2012.0229%208.70093C12.7456%208.70093%2013.4131%208.93611%2013.9546%209.33276L16.4097%206.88745C16.1501%206.49308%2015.9976%206.02186%2015.9976%205.5144C15.9976%204.13256%2017.1177%203.01258%2018.4995%203.01245C19.8814%203.01245%2021.0024%204.13248%2021.0024%205.5144C21.0024%206.89633%2019.8814%208.01636%2018.4995%208.01636C17.9867%208.01631%2017.5106%207.86115%2017.1138%207.59644L14.6626%2010.0388C15.0606%2010.5808%2015.2963%2011.2495%2015.2964%2011.9734C15.2964%2012.0568%2015.2908%2012.1396%2015.2847%2012.2214L18.4741%2012.9021C18.7969%2012.3255%2019.4139%2011.9363%2020.1216%2011.9363C21.1632%2011.9365%2022.0072%2012.7804%2022.0073%2013.822C22.0073%2014.8637%2021.1633%2015.7086%2020.1216%2015.7087C19.0974%2015.7087%2018.2647%2014.8923%2018.2368%2013.8748L15.0581%2013.196C14.7612%2013.9326%2014.2049%2014.5353%2013.5015%2014.8923L14.5405%2017.988C15.352%2018.011%2016.0024%2018.6749%2016.0024%2019.4919C16.0023%2020.3232%2015.3288%2020.9967%2014.4976%2020.9968C13.6662%2020.9968%2012.9919%2020.3233%2012.9917%2019.4919C12.9917%2019.0022%2013.2262%2018.5677%2013.5884%2018.2927L12.5503%2015.2029C12.3787%2015.2307%2012.2024%2015.2468%2012.0229%2015.2468C11.323%2015.2468%2010.6751%2015.0255%2010.1431%2014.6511L7.94873%2016.8591C8.18727%2017.242%208.32764%2017.6931%208.32764%2018.1775C8.3275%2019.5573%207.20846%2020.6764%205.82861%2020.6765C4.44866%2020.6765%203.32972%2019.5574%203.32959%2018.1775C3.32959%2016.7975%204.44858%2015.6785%205.82861%2015.6785C6.36217%2015.6785%206.85537%2015.8476%207.26123%2016.1326L9.42139%2013.9587C9.00066%2013.4081%208.75049%2012.7199%208.75049%2011.9734C8.75051%2011.7689%208.77024%2011.5689%208.80615%2011.3748L5.8833%209.79858C5.47236%2010.2337%204.89234%2010.5076%204.24658%2010.5076C3.00181%2010.5075%201.99274%209.49843%201.99268%208.25366C1.99268%207.00884%203.00177%205.99982%204.24658%205.99976C5.49145%205.99976%206.50049%207.0088%206.50049%208.25366C6.50048%208.4922%206.46174%208.72147%206.39307%208.93726L9.14111%2010.4197C9.44833%209.85111%209.91965%209.38397%2010.4907%209.08081L9.47217%206.01147C8.65372%205.99652%207.99479%205.33053%207.99463%204.50854C7.99463%203.67705%208.66899%203.00269%209.50049%203.00269ZM14.4976%2018.9861C14.2183%2018.9861%2013.9917%2019.2127%2013.9917%2019.4919C13.9919%2019.771%2014.2184%2019.9968%2014.4976%2019.9968C14.7765%2019.9967%2015.0023%2019.7709%2015.0024%2019.4919C15.0024%2019.2128%2014.7766%2018.9862%2014.4976%2018.9861ZM5.82861%2016.6785C5.00086%2016.6785%204.32959%2017.3497%204.32959%2018.1775C4.32972%2019.0051%205.00094%2019.6765%205.82861%2019.6765C6.65617%2019.6764%207.3275%2019.0051%207.32764%2018.1775C7.32764%2017.3498%206.65625%2016.6786%205.82861%2016.6785ZM20.1216%2012.9363C19.6321%2012.9363%2019.2349%2013.3326%2019.2349%2013.822C19.2349%2014.3116%2019.632%2014.7087%2020.1216%2014.7087C20.611%2014.7086%2021.0073%2014.3114%2021.0073%2013.822C21.0072%2013.3327%2020.6109%2012.9365%2020.1216%2012.9363ZM12.0229%209.70093C10.768%209.7011%209.75066%2010.7184%209.75049%2011.9734C9.75049%2013.2285%2010.7679%2014.2467%2012.0229%2014.2468C13.2782%2014.2468%2014.2964%2013.2286%2014.2964%2011.9734C14.2962%2010.7183%2013.2781%209.70093%2012.0229%209.70093ZM4.24658%206.99976C3.55406%206.99982%202.99268%207.56112%202.99268%208.25366C2.99274%208.94615%203.5541%209.5075%204.24658%209.50757C4.93912%209.50757%205.50042%208.94619%205.50049%208.25366C5.50049%207.56108%204.93916%206.99976%204.24658%206.99976ZM18.4995%204.01245C17.67%204.01258%2016.9976%204.68485%2016.9976%205.5144C16.9976%206.34396%2017.67%207.01623%2018.4995%207.01636C19.3292%207.01636%2020.0024%206.34404%2020.0024%205.5144C20.0024%204.68476%2019.3292%204.01245%2018.4995%204.01245ZM9.50049%204.00269C9.22128%204.00269%208.99463%204.22933%208.99463%204.50854C8.99479%204.78762%209.22138%205.01343%209.50049%205.01343C9.77946%205.01326%2010.0052%204.78752%2010.0054%204.50854C10.0054%204.22943%209.77956%204.00285%209.50049%204.00269Z'%20fill='%236610F2'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,eAAe"}
@@ -0,0 +1,6 @@
1
+ //#region components/activity-icon/assets/workshop.svg
2
+ var workshop_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5016%2015.4588C19.2676%2015.4588%2021.5131%2017.6928%2021.5133%2020.453C21.5133%2020.7291%2021.2894%2020.953%2021.0133%2020.953C20.7372%2020.953%2020.5133%2020.7291%2020.5133%2020.453C20.5131%2018.2486%2018.7188%2016.4588%2016.5016%2016.4588C14.2844%2016.4588%2012.4901%2018.2486%2012.4899%2020.453C12.4899%2020.7291%2012.266%2020.953%2011.9899%2020.953C11.8864%2020.953%2011.7903%2020.9218%2011.7106%2020.868C11.6573%2020.832%2011.6108%2020.7865%2011.5748%2020.7332C11.5209%2020.6534%2011.4899%2020.5565%2011.4899%2020.453C11.4896%2018.2477%209.69918%2016.4591%207.48889%2016.4588C5.27839%2016.4588%203.48719%2018.2476%203.48694%2020.453C3.48694%2020.7291%203.26308%2020.953%202.98694%2020.953C2.7108%2020.953%202.48694%2020.7291%202.48694%2020.453C2.48719%2017.6939%204.72749%2015.4588%207.48889%2015.4588C9.46823%2015.459%2011.1793%2016.6075%2011.9899%2018.2742C12.8022%2016.6068%2014.5184%2015.4588%2016.5016%2015.4588Z'%20fill='%23DB1A74'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.48889%209.45393C8.8606%209.45419%209.98869%2010.5489%209.98889%2011.9178C9.98889%2013.2869%208.86072%2014.3814%207.48889%2014.3817C6.11684%2014.3817%204.98889%2013.2871%204.98889%2011.9178C4.98909%2010.5487%206.11696%209.45393%207.48889%209.45393ZM7.48889%2010.4539C6.65193%2010.4539%205.98909%2011.1181%205.98889%2011.9178C5.98889%2012.7176%206.6518%2013.3817%207.48889%2013.3817C8.32575%2013.3814%208.98889%2012.7175%208.98889%2011.9178C8.98869%2011.1183%208.32562%2010.4542%207.48889%2010.4539Z'%20fill='%23DB1A74'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.5016%209.45393C17.8735%209.45393%2019.0014%2010.5487%2019.0016%2011.9178C19.0016%2013.2871%2017.8736%2014.3817%2016.5016%2014.3817C15.1295%2014.3817%2014.0016%2013.2871%2014.0016%2011.9178C14.0018%2010.5487%2015.1297%209.45393%2016.5016%209.45393ZM16.5016%2010.4539C15.6646%2010.4539%2015.0018%2011.1181%2015.0016%2011.9178C15.0016%2012.7176%2015.6645%2013.3817%2016.5016%2013.3817C17.3387%2013.3817%2018.0016%2012.7176%2018.0016%2011.9178C18.0014%2011.1181%2017.3385%2010.4539%2016.5016%2010.4539Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M6.63733%203.06819C6.90571%203.14151%207.0649%203.4153%206.9928%203.67952L6.61194%205.07112C8.1269%204.05231%209.98359%203.45393%2011.986%203.45393C13.9279%203.45397%2015.7332%204.01598%2017.2223%204.97932L16.8688%203.67952C16.7967%203.41523%2016.9557%203.14142%2017.2242%203.06819C17.4926%202.99516%2017.7682%203.14987%2017.8405%203.41389L18.5319%205.9471C18.5665%206.07462%2018.5486%206.21114%2018.4811%206.326C18.4135%206.441%2018.3015%206.52519%2018.1715%206.5594L15.5924%207.23713C15.3234%207.30791%2015.049%207.15122%2014.9791%206.88655C14.9095%206.62161%2015.0713%206.34896%2015.3405%206.27815L16.7916%205.89534C15.442%204.99042%2013.7836%204.45397%2011.986%204.45393C10.1738%204.45393%208.50259%204.99859%207.14709%205.91682L8.52112%206.27815C8.78996%206.34903%208.95177%206.62087%208.88245%206.88557C8.81278%207.15051%208.53735%207.30795%208.26819%207.23713L5.68909%206.55842C5.55927%206.52418%205.44807%206.4408%205.38049%206.326C5.31288%206.21101%205.29487%206.07379%205.32971%205.94612L6.02014%203.41389C6.09228%203.14964%206.36883%202.99496%206.63733%203.06819Z'%20fill='%23DB1A74'/%3e%3c/svg%3e";
3
+ //#endregion
4
+ export { workshop_default as default };
5
+
6
+ //# sourceMappingURL=workshop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workshop.js","names":[],"sources":["../../../../components/activity-icon/assets/workshop.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5016%2015.4588C19.2676%2015.4588%2021.5131%2017.6928%2021.5133%2020.453C21.5133%2020.7291%2021.2894%2020.953%2021.0133%2020.953C20.7372%2020.953%2020.5133%2020.7291%2020.5133%2020.453C20.5131%2018.2486%2018.7188%2016.4588%2016.5016%2016.4588C14.2844%2016.4588%2012.4901%2018.2486%2012.4899%2020.453C12.4899%2020.7291%2012.266%2020.953%2011.9899%2020.953C11.8864%2020.953%2011.7903%2020.9218%2011.7106%2020.868C11.6573%2020.832%2011.6108%2020.7865%2011.5748%2020.7332C11.5209%2020.6534%2011.4899%2020.5565%2011.4899%2020.453C11.4896%2018.2477%209.69918%2016.4591%207.48889%2016.4588C5.27839%2016.4588%203.48719%2018.2476%203.48694%2020.453C3.48694%2020.7291%203.26308%2020.953%202.98694%2020.953C2.7108%2020.953%202.48694%2020.7291%202.48694%2020.453C2.48719%2017.6939%204.72749%2015.4588%207.48889%2015.4588C9.46823%2015.459%2011.1793%2016.6075%2011.9899%2018.2742C12.8022%2016.6068%2014.5184%2015.4588%2016.5016%2015.4588Z'%20fill='%23DB1A74'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.48889%209.45393C8.8606%209.45419%209.98869%2010.5489%209.98889%2011.9178C9.98889%2013.2869%208.86072%2014.3814%207.48889%2014.3817C6.11684%2014.3817%204.98889%2013.2871%204.98889%2011.9178C4.98909%2010.5487%206.11696%209.45393%207.48889%209.45393ZM7.48889%2010.4539C6.65193%2010.4539%205.98909%2011.1181%205.98889%2011.9178C5.98889%2012.7176%206.6518%2013.3817%207.48889%2013.3817C8.32575%2013.3814%208.98889%2012.7175%208.98889%2011.9178C8.98869%2011.1183%208.32562%2010.4542%207.48889%2010.4539Z'%20fill='%23DB1A74'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.5016%209.45393C17.8735%209.45393%2019.0014%2010.5487%2019.0016%2011.9178C19.0016%2013.2871%2017.8736%2014.3817%2016.5016%2014.3817C15.1295%2014.3817%2014.0016%2013.2871%2014.0016%2011.9178C14.0018%2010.5487%2015.1297%209.45393%2016.5016%209.45393ZM16.5016%2010.4539C15.6646%2010.4539%2015.0018%2011.1181%2015.0016%2011.9178C15.0016%2012.7176%2015.6645%2013.3817%2016.5016%2013.3817C17.3387%2013.3817%2018.0016%2012.7176%2018.0016%2011.9178C18.0014%2011.1181%2017.3385%2010.4539%2016.5016%2010.4539Z'%20fill='%23DB1A74'/%3e%3cpath%20d='M6.63733%203.06819C6.90571%203.14151%207.0649%203.4153%206.9928%203.67952L6.61194%205.07112C8.1269%204.05231%209.98359%203.45393%2011.986%203.45393C13.9279%203.45397%2015.7332%204.01598%2017.2223%204.97932L16.8688%203.67952C16.7967%203.41523%2016.9557%203.14142%2017.2242%203.06819C17.4926%202.99516%2017.7682%203.14987%2017.8405%203.41389L18.5319%205.9471C18.5665%206.07462%2018.5486%206.21114%2018.4811%206.326C18.4135%206.441%2018.3015%206.52519%2018.1715%206.5594L15.5924%207.23713C15.3234%207.30791%2015.049%207.15122%2014.9791%206.88655C14.9095%206.62161%2015.0713%206.34896%2015.3405%206.27815L16.7916%205.89534C15.442%204.99042%2013.7836%204.45397%2011.986%204.45393C10.1738%204.45393%208.50259%204.99859%207.14709%205.91682L8.52112%206.27815C8.78996%206.34903%208.95177%206.62087%208.88245%206.88557C8.81278%207.15051%208.53735%207.30795%208.26819%207.23713L5.68909%206.55842C5.55927%206.52418%205.44807%206.4408%205.38049%206.326C5.31288%206.21101%205.29487%206.07379%205.32971%205.94612L6.02014%203.41389C6.09228%203.14964%206.36883%202.99496%206.63733%203.06819Z'%20fill='%23DB1A74'/%3e%3c/svg%3e\""],"mappings":";AAAA,IAAA,mBAAe"}
@@ -0,0 +1 @@
1
+ export * from './ActivityIcon';
@@ -0,0 +1,2 @@
1
+ import { ActivityIcon } from "./ActivityIcon.js";
2
+ export { ActivityIcon };
@@ -1 +1 @@
1
- {"version":3,"file":"Button.js","names":[],"sources":["../../../components/button/Button.tsx"],"sourcesContent":["import type { ButtonHTMLAttributes, ReactElement } from 'react';\nimport { isValidElement } from 'react';\n\ntype ButtonVariant =\n | 'primary'\n | 'secondary'\n | 'danger'\n | 'outline-primary'\n | 'outline-secondary'\n | 'outline-danger';\n\ntype IconElement = ReactElement<'i' | 'svg'>;\n\nexport interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {\n label?: string;\n variant?: ButtonVariant;\n size?: 'sm' | 'lg';\n startIcon?: IconElement;\n endIcon?: IconElement;\n}\n\n// Runtime guard — prop for icons must be <i> or <svg> elements\nconst isIconElement = (el: unknown, propName: string): el is IconElement => {\n const valid = isValidElement(el) && (el.type === 'i' || el.type === 'svg');\n if (!valid && el != null && import.meta.env.DEV) {\n console.error(`Button: \\`${propName}\\` must be an <i> or <svg> element.`);\n }\n return valid;\n};\n\nconst allowedVariants: ButtonVariant[] = [\n 'primary',\n 'secondary',\n 'danger',\n 'outline-primary',\n 'outline-secondary',\n 'outline-danger',\n];\n\nexport const Button = ({\n label,\n variant,\n size,\n startIcon,\n endIcon,\n className,\n type = 'button',\n ...props\n}: ButtonProps) => {\n // Warn in development if button has no accessible name\n if (import.meta.env.DEV) {\n const hasLabel = Boolean(label);\n const hasAriaLabel = 'aria-label' in props;\n if (!hasLabel && !hasAriaLabel) {\n console.warn(\n 'Button: label prop or aria-label attribute is required for accessibility.',\n );\n }\n if (variant && !allowedVariants.includes(variant as ButtonVariant)) {\n console.warn(\n `[MDS Button] Invalid variant \"${variant}\". Falling back to \"primary\". Allowed: ${allowedVariants.join(', ')}`,\n );\n }\n }\n\n const resolvedVariant =\n variant && allowedVariants.includes(variant as ButtonVariant)\n ? variant\n : 'primary';\n\n const classes = ['mds-btn', 'btn', `btn-${resolvedVariant}`];\n if (size) {\n classes.push(`btn-${size}`);\n }\n if (className) {\n classes.push(className);\n }\n\n return (\n <button className={classes.join(' ')} type={type} {...props}>\n {isIconElement(startIcon, 'startIcon') ? startIcon : null}\n {label}\n {isIconElement(endIcon, 'endIcon') ? endIcon : null}\n </button>\n );\n};\n"],"mappings":";;;AAsBA,IAAM,iBAAiB,IAAa,aAAwC;AAK1E,QAJc,eAAe,GAAG,KAAK,GAAG,SAAS,OAAO,GAAG,SAAS;;AAOtE,IAAM,kBAAmC;CACvC;CACA;CACA;CACA;CACA;CACA;CACD;AAED,IAAa,UAAU,EACrB,OACA,SACA,MACA,WACA,SACA,WACA,OAAO,UACP,GAAG,YACc;CAsBjB,MAAM,UAAU;EAAC;EAAW;EAAO,OAJjC,WAAW,gBAAgB,SAAS,QAAyB,GACzD,UACA;EAEsD;AAC5D,KAAI,KACF,SAAQ,KAAK,OAAO,OAAO;AAE7B,KAAI,UACF,SAAQ,KAAK,UAAU;AAGzB,QACE,qBAAC,UAAD;EAAQ,WAAW,QAAQ,KAAK,IAAI;EAAQ;EAAM,GAAI;YAAtD;GACG,cAAc,WAAW,YAAY,GAAG,YAAY;GACpD;GACA,cAAc,SAAS,UAAU,GAAG,UAAU;GACxC"}
1
+ {"version":3,"file":"Button.js","names":[],"sources":["../../../components/button/Button.tsx"],"sourcesContent":["import type { ButtonHTMLAttributes, ReactElement } from 'react';\nimport { isValidElement } from 'react';\n\ntype ButtonVariant =\n | 'primary'\n | 'secondary'\n | 'danger'\n | 'outline-primary'\n | 'outline-secondary'\n | 'outline-danger';\n\ntype IconElement = ReactElement<'i' | 'svg'>;\n\nexport interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {\n label?: string;\n variant?: ButtonVariant;\n size?: 'sm' | 'lg';\n startIcon?: IconElement;\n endIcon?: IconElement;\n}\n\n// Runtime guard — prop for icons must be <i> or <svg> elements\nconst isIconElement = (el: unknown, propName: string): el is IconElement => {\n const valid = isValidElement(el) && (el.type === 'i' || el.type === 'svg');\n if (!valid && el != null && import.meta.env.DEV) {\n console.error(`Button: \\`${propName}\\` must be an <i> or <svg> element.`);\n }\n return valid;\n};\n\nconst allowedVariants: ButtonVariant[] = [\n 'primary',\n 'secondary',\n 'danger',\n 'outline-primary',\n 'outline-secondary',\n 'outline-danger',\n];\n\nexport const Button = ({\n label,\n variant,\n size,\n startIcon,\n endIcon,\n className,\n type = 'button',\n ...props\n}: ButtonProps) => {\n // Warn in development if button has no accessible name\n if (import.meta.env.DEV) {\n const hasLabel = Boolean(label);\n const hasAriaLabel = 'aria-label' in props;\n if (!hasLabel && !hasAriaLabel) {\n console.warn(\n 'Button: label prop or aria-label attribute is required for accessibility.',\n );\n }\n if (variant && !allowedVariants.includes(variant as ButtonVariant)) {\n console.warn(\n `[MDS Button] Invalid variant \"${variant}\". Falling back to \"primary\". Allowed: ${allowedVariants.join(', ')}`,\n );\n }\n }\n\n const resolvedVariant =\n variant && allowedVariants.includes(variant as ButtonVariant)\n ? variant\n : 'primary';\n\n const classes = ['mds-btn', 'btn', `btn-${resolvedVariant}`];\n if (size) {\n classes.push(`btn-${size}`);\n }\n if (className) {\n classes.push(className);\n }\n\n return (\n <button className={classes.join(' ')} type={type} {...props}>\n {isIconElement(startIcon, 'startIcon') ? startIcon : null}\n {label}\n {isIconElement(endIcon, 'endIcon') ? endIcon : null}\n </button>\n );\n};\n"],"mappings":";;;AAsBA,IAAM,iBAAiB,IAAa,aAAwC;CAK1E,OAJc,eAAe,GAAG,KAAK,GAAG,SAAS,OAAO,GAAG,SAAS;;AAOtE,IAAM,kBAAmC;CACvC;CACA;CACA;CACA;CACA;CACA;CACD;AAED,IAAa,UAAU,EACrB,OACA,SACA,MACA,WACA,SACA,WACA,OAAO,UACP,GAAG,YACc;CAsBjB,MAAM,UAAU;EAAC;EAAW;EAAO,OAJjC,WAAW,gBAAgB,SAAS,QAAyB,GACzD,UACA;EAEsD;CAC5D,IAAI,MACF,QAAQ,KAAK,OAAO,OAAO;CAE7B,IAAI,WACF,QAAQ,KAAK,UAAU;CAGzB,OACE,qBAAC,UAAD;EAAQ,WAAW,QAAQ,KAAK,IAAI;EAAQ;EAAM,GAAI;YAAtD;GACG,cAAc,WAAW,YAAY,GAAG,YAAY;GACpD;GACA,cAAc,SAAS,UAAU,GAAG,UAAU;GACxC"}