@zohodesk/dot 1.0.0-temp-215 → 1.0.0-temp-216

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 (319) hide show
  1. package/README.md +23 -0
  2. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +17 -7
  3. package/assets/Appearance/light/mode/Dot_LightMode.module.css +23 -13
  4. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +15 -5
  5. package/es/ActionButton/ActionButton.js +6 -6
  6. package/es/AlphabeticList/AlphabeticList.js +1 -1
  7. package/es/Attachment/Attachment.js +7 -4
  8. package/es/Attachment/__tests__/Attachment.spec.js +24 -0
  9. package/es/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +105 -0
  10. package/es/AttachmentViewer/AttachmentViewer.js +5 -5
  11. package/es/AttachmentViewer/AttachmentViewer.module.css +1 -1
  12. package/es/AudioPlayer/AudioPlayer.js +580 -0
  13. package/es/AudioPlayer/AudioPlayer.module.css +146 -0
  14. package/es/AudioPlayer/Timer/Timer.js +67 -0
  15. package/es/AudioPlayer/Timer/Timer.module.css +5 -0
  16. package/es/AudioPlayer/Timer/__tests__/Timer.spec.js +20 -0
  17. package/es/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +14 -0
  18. package/es/AudioPlayer/Timer/propTypes/defaultProps.js +4 -0
  19. package/es/AudioPlayer/Timer/propTypes/propTypes.js +11 -0
  20. package/es/AudioPlayer/__tests__/AudioPlayer.spec.js +44 -0
  21. package/es/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +145 -0
  22. package/es/AudioPlayer/propTypes/defaultProps.js +14 -0
  23. package/es/AudioPlayer/propTypes/propTypes.js +33 -0
  24. package/es/AudioPlayer/utils/utils.js +24 -0
  25. package/es/ChannelIcon/ChannelIcon.js +1 -1
  26. package/es/Drawer/Drawer.js +6 -6
  27. package/es/FlipCard/FlipCard.js +3 -3
  28. package/es/FormAction/FormAction.js +1 -1
  29. package/es/FreezeLayer/FreezeLayer.js +3 -3
  30. package/es/Hooks/Dragger/useDragger.js +52 -33
  31. package/es/IconButton/IconButton.js +3 -3
  32. package/es/ImportantNotes/ImportantNotes.js +1 -1
  33. package/es/Loader/Loader.js +1 -1
  34. package/es/MessageBanner/MessageBanner.js +1 -1
  35. package/es/NewStar/NewStar.js +1 -1
  36. package/es/Onboarding/Onboarding.js +3 -3
  37. package/es/Separator/Separator.js +1 -1
  38. package/es/ToastMessage/ToastMessage.js +4 -4
  39. package/es/Upload/Upload.js +1 -1
  40. package/es/VideoLookup/VideoLookup.js +1 -1
  41. package/es/alert/AlertHeader/AlertHeader.js +1 -1
  42. package/es/alert/AlertLookup/AlertLookup.js +1 -1
  43. package/es/avatar/AvatarClose/AvatarClose.js +1 -1
  44. package/es/avatar/AvatarCollision/AvatarCollision.js +1 -1
  45. package/es/avatar/AvatarIcon/AvatarIcon.js +2 -2
  46. package/es/avatar/AvatarStatus/AvatarStatus.js +1 -1
  47. package/es/avatar/AvatarThread/AvatarThread.js +1 -1
  48. package/es/avatar/AvatarUser/AvatarUser.js +1 -1
  49. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
  50. package/es/deprecated/FreezeLayer/FreezeLayer.js +3 -3
  51. package/es/deprecated/SelectDropdown/SelectDropdown.js +7 -7
  52. package/es/dot_layer.module.css +1 -0
  53. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +14 -14
  54. package/es/emptystate/EditionPage/EditionPage.js +1 -1
  55. package/es/errorstate/Inconvenience/Inconvenience.js +3 -3
  56. package/es/errorstate/NoRequestFound/NoRequestFound.js +3 -3
  57. package/es/errorstate/PermissionPlay/PermissionPlay.js +3 -3
  58. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
  59. package/es/errorstate/UnableToProcess/UnableToProcess.js +3 -3
  60. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  61. package/es/errorstate/WillBack/WillBack.js +3 -3
  62. package/es/form/fields/CheckBoxField/CheckBoxField.js +3 -3
  63. package/es/form/fields/CurrencyField/CurrencyField.js +3 -3
  64. package/es/form/fields/DateField/DateField.js +3 -3
  65. package/es/form/fields/FieldContainer/FieldContainer.js +1 -1
  66. package/es/form/fields/Fields.module.css +4 -0
  67. package/es/form/fields/MultiSelectField/MultiSelectField.js +3 -3
  68. package/es/form/fields/PhoneField/PhoneField.js +3 -2
  69. package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -1
  70. package/es/form/fields/RadioField/RadioField.js +2 -2
  71. package/es/form/fields/SelectField/SelectField.js +3 -3
  72. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -11
  73. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
  74. package/es/form/fields/TextBoxField/TextBoxField.js +3 -3
  75. package/es/form/fields/TextEditor/TextEditor.js +1 -1
  76. package/es/form/fields/TextEditorField/TextEditorField.js +1 -1
  77. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
  78. package/es/form/fields/TextareaField/TextareaField.js +3 -3
  79. package/es/form/fields/ValidationMessage/ValidationMessage.js +2 -2
  80. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
  81. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
  82. package/es/layout/SubtabLayout/SubtabLayout.js +2 -2
  83. package/es/list/Comment/Comment.js +1 -1
  84. package/es/list/Icons/AddNewIcon.js +1 -1
  85. package/es/list/Icons/CompleteIcon.js +1 -1
  86. package/es/list/Icons/DeleteIcon.js +1 -1
  87. package/es/list/Icons/EditIcon.js +1 -1
  88. package/es/list/Icons/ReadUnreadIcon.js +1 -1
  89. package/es/list/Icons/SmartIcon.js +1 -1
  90. package/es/list/ListLayout/ListLayout.js +1 -1
  91. package/es/list/ListStencils/ListStencils.js +1 -1
  92. package/es/list/SecondaryText/AccountName.js +1 -1
  93. package/es/list/SecondaryText/ContactName.js +1 -1
  94. package/es/list/SecondryPanel/SecondryPanel.js +2 -2
  95. package/es/list/Thread/Thread.js +1 -1
  96. package/es/list/status/StatusDropdown/StatusDropdown.js +10 -10
  97. package/es/list/status/StatusListItem/StatusListItem.js +2 -2
  98. package/es/lookup/EmptyPage/EmptyPage.js +4 -4
  99. package/es/lookup/Lookup/Lookup.js +1 -1
  100. package/es/lookup/Section/Section.js +1 -1
  101. package/es/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  102. package/es/lookup/header/Search/Search.js +3 -3
  103. package/es/lookup/header/TicketHeader/TicketHeader.js +1 -1
  104. package/es/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
  105. package/es/setup/header/Button/Button.js +1 -1
  106. package/es/setup/header/Link/Link.js +1 -1
  107. package/es/setup/header/Search/Search.js +1 -1
  108. package/es/setup/table/Table/Table.js +1 -1
  109. package/es/setup/table/TableBody/TableBody.js +1 -1
  110. package/es/setup/table/TableData/TableData.js +1 -1
  111. package/es/setup/table/TableHead/TableHead.js +1 -1
  112. package/es/setup/table/TableRow/TableRow.js +1 -1
  113. package/es/svg/PlusIcon.js +1 -1
  114. package/es/svg/SnippetIcon.js +1 -1
  115. package/es/svg/TemplateIcon.js +1 -1
  116. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
  117. package/es/v1/emptystate/EditionPage/EditionPage.js +1 -1
  118. package/es/v1/errorstate/Inconvenience/Inconvenience.js +1 -1
  119. package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
  120. package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
  121. package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
  122. package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +1 -1
  123. package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
  124. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
  125. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  126. package/es/v1/lookup/EmptyPage/EmptyPage.js +4 -4
  127. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  128. package/es/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  129. package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
  130. package/es/v1/svg/PlusIcon.js +1 -1
  131. package/es/v1/svg/SnippetIcon.js +1 -1
  132. package/es/v1/svg/TemplateIcon.js +1 -1
  133. package/es/version2/AlertClose/AlertClose.js +1 -1
  134. package/es/version2/GlobalNotification/GlobalNotification.js +1 -1
  135. package/es/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
  136. package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
  137. package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
  138. package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  139. package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
  140. package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
  141. package/es/version2/lookup/AlertHeader/AlertHeader.js +1 -1
  142. package/es/version2/lookup/AlertLookup/AlertLookup.js +3 -3
  143. package/es/version2/notification/DesktopNotification/DesktopNotification.js +4 -4
  144. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
  145. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +1 -0
  146. package/lib/ActionButton/ActionButton.js +6 -6
  147. package/lib/AlphabeticList/AlphabeticList.js +1 -1
  148. package/lib/Attachment/Attachment.js +7 -4
  149. package/lib/Attachment/__tests__/Attachment.spec.js +24 -0
  150. package/lib/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +105 -0
  151. package/lib/AttachmentViewer/AttachmentViewer.js +5 -5
  152. package/lib/AttachmentViewer/AttachmentViewer.module.css +1 -1
  153. package/lib/AudioPlayer/AudioPlayer.js +662 -0
  154. package/lib/AudioPlayer/AudioPlayer.module.css +146 -0
  155. package/lib/AudioPlayer/Timer/Timer.js +117 -0
  156. package/lib/AudioPlayer/Timer/Timer.module.css +5 -0
  157. package/lib/AudioPlayer/Timer/__tests__/Timer.spec.js +26 -0
  158. package/lib/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +14 -0
  159. package/lib/AudioPlayer/Timer/propTypes/defaultProps.js +11 -0
  160. package/lib/AudioPlayer/Timer/propTypes/propTypes.js +22 -0
  161. package/lib/AudioPlayer/__tests__/AudioPlayer.spec.js +50 -0
  162. package/lib/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +145 -0
  163. package/lib/AudioPlayer/propTypes/defaultProps.js +24 -0
  164. package/lib/AudioPlayer/propTypes/propTypes.js +44 -0
  165. package/lib/AudioPlayer/utils/utils.js +33 -0
  166. package/lib/ChannelIcon/ChannelIcon.js +1 -1
  167. package/lib/Drawer/Drawer.js +6 -6
  168. package/lib/FlipCard/FlipCard.js +3 -3
  169. package/lib/FormAction/FormAction.js +1 -1
  170. package/lib/FreezeLayer/FreezeLayer.js +3 -3
  171. package/lib/Hooks/Dragger/useDragger.js +51 -28
  172. package/lib/IconButton/IconButton.js +3 -3
  173. package/lib/ImportantNotes/ImportantNotes.js +1 -1
  174. package/lib/Loader/Loader.js +1 -1
  175. package/lib/MessageBanner/MessageBanner.js +1 -1
  176. package/lib/NewStar/NewStar.js +1 -1
  177. package/lib/Onboarding/Onboarding.js +3 -3
  178. package/lib/Separator/Separator.js +1 -1
  179. package/lib/ToastMessage/ToastMessage.js +4 -4
  180. package/lib/Upload/Upload.js +1 -1
  181. package/lib/VideoLookup/VideoLookup.js +1 -1
  182. package/lib/alert/AlertHeader/AlertHeader.js +1 -1
  183. package/lib/alert/AlertLookup/AlertLookup.js +1 -1
  184. package/lib/avatar/AvatarClose/AvatarClose.js +1 -1
  185. package/lib/avatar/AvatarCollision/AvatarCollision.js +1 -1
  186. package/lib/avatar/AvatarIcon/AvatarIcon.js +2 -2
  187. package/lib/avatar/AvatarStatus/AvatarStatus.js +1 -1
  188. package/lib/avatar/AvatarThread/AvatarThread.js +1 -1
  189. package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
  190. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
  191. package/lib/deprecated/FreezeLayer/FreezeLayer.js +3 -3
  192. package/lib/deprecated/SelectDropdown/SelectDropdown.js +7 -7
  193. package/lib/dot_layer.module.css +1 -0
  194. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +14 -14
  195. package/lib/emptystate/EditionPage/EditionPage.js +1 -1
  196. package/lib/errorstate/Inconvenience/Inconvenience.js +3 -3
  197. package/lib/errorstate/NoRequestFound/NoRequestFound.js +3 -3
  198. package/lib/errorstate/PermissionPlay/PermissionPlay.js +3 -3
  199. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
  200. package/lib/errorstate/UnableToProcess/UnableToProcess.js +3 -3
  201. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  202. package/lib/errorstate/WillBack/WillBack.js +3 -3
  203. package/lib/form/fields/CheckBoxField/CheckBoxField.js +3 -3
  204. package/lib/form/fields/CurrencyField/CurrencyField.js +3 -3
  205. package/lib/form/fields/DateField/DateField.js +3 -3
  206. package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
  207. package/lib/form/fields/Fields.module.css +4 -0
  208. package/lib/form/fields/MultiSelectField/MultiSelectField.js +3 -3
  209. package/lib/form/fields/PhoneField/PhoneField.js +3 -2
  210. package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -1
  211. package/lib/form/fields/RadioField/RadioField.js +2 -2
  212. package/lib/form/fields/SelectField/SelectField.js +3 -3
  213. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -11
  214. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
  215. package/lib/form/fields/TextBoxField/TextBoxField.js +3 -3
  216. package/lib/form/fields/TextEditor/TextEditor.js +1 -1
  217. package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
  218. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
  219. package/lib/form/fields/TextareaField/TextareaField.js +3 -3
  220. package/lib/form/fields/ValidationMessage/ValidationMessage.js +2 -2
  221. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
  222. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
  223. package/lib/layout/SubtabLayout/SubtabLayout.js +2 -2
  224. package/lib/list/Comment/Comment.js +1 -1
  225. package/lib/list/Icons/AddNewIcon.js +1 -1
  226. package/lib/list/Icons/CompleteIcon.js +1 -1
  227. package/lib/list/Icons/DeleteIcon.js +1 -1
  228. package/lib/list/Icons/EditIcon.js +1 -1
  229. package/lib/list/Icons/ReadUnreadIcon.js +1 -1
  230. package/lib/list/Icons/SmartIcon.js +1 -1
  231. package/lib/list/ListLayout/ListLayout.js +1 -1
  232. package/lib/list/ListStencils/ListStencils.js +1 -1
  233. package/lib/list/SecondaryText/AccountName.js +1 -1
  234. package/lib/list/SecondaryText/ContactName.js +1 -1
  235. package/lib/list/SecondryPanel/SecondryPanel.js +2 -2
  236. package/lib/list/Thread/Thread.js +1 -1
  237. package/lib/list/status/StatusDropdown/StatusDropdown.js +10 -10
  238. package/lib/list/status/StatusListItem/StatusListItem.js +2 -2
  239. package/lib/lookup/EmptyPage/EmptyPage.js +4 -4
  240. package/lib/lookup/Lookup/Lookup.js +1 -1
  241. package/lib/lookup/Section/Section.js +1 -1
  242. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  243. package/lib/lookup/header/Search/Search.js +3 -3
  244. package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
  245. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
  246. package/lib/setup/header/Button/Button.js +1 -1
  247. package/lib/setup/header/Link/Link.js +1 -1
  248. package/lib/setup/header/Search/Search.js +1 -1
  249. package/lib/setup/table/Table/Table.js +1 -1
  250. package/lib/setup/table/TableBody/TableBody.js +1 -1
  251. package/lib/setup/table/TableData/TableData.js +1 -1
  252. package/lib/setup/table/TableHead/TableHead.js +1 -1
  253. package/lib/setup/table/TableRow/TableRow.js +1 -1
  254. package/lib/svg/PlusIcon.js +1 -1
  255. package/lib/svg/SnippetIcon.js +1 -1
  256. package/lib/svg/TemplateIcon.js +1 -1
  257. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
  258. package/lib/v1/emptystate/EditionPage/EditionPage.js +1 -1
  259. package/lib/v1/errorstate/Inconvenience/Inconvenience.js +1 -1
  260. package/lib/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
  261. package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
  262. package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
  263. package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +1 -1
  264. package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
  265. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
  266. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  267. package/lib/v1/lookup/EmptyPage/EmptyPage.js +4 -4
  268. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  269. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  270. package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
  271. package/lib/v1/svg/PlusIcon.js +1 -1
  272. package/lib/v1/svg/SnippetIcon.js +1 -1
  273. package/lib/v1/svg/TemplateIcon.js +1 -1
  274. package/lib/version2/AlertClose/AlertClose.js +1 -1
  275. package/lib/version2/GlobalNotification/GlobalNotification.js +1 -1
  276. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
  277. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
  278. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
  279. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  280. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
  281. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
  282. package/lib/version2/lookup/AlertHeader/AlertHeader.js +1 -1
  283. package/lib/version2/lookup/AlertLookup/AlertLookup.js +3 -3
  284. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +4 -4
  285. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
  286. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +1 -0
  287. package/package.json +28 -13
  288. package/.cli/MissedPropType_Keys.html +0 -101
  289. package/.cli/PropLessFiles.html +0 -101
  290. package/.cli/PropUnificationExcludeFilesArray.js +0 -345
  291. package/.cli/PropValidationExcludeFilesArray.js +0 -8
  292. package/.cli/ThemeValidationExcludeFiles.js +0 -1
  293. package/.cli/UnValidatedFiles.html +0 -101
  294. package/.cli/propValidation_report.html +0 -182
  295. package/.cli/stringContains.js +0 -1
  296. package/assets/Appearance/dark/themes/blue/blue_DotCTA_DarkModifyCategory.module.css +0 -13
  297. package/assets/Appearance/dark/themes/green/green_DotCTA_DarkModifyCategory.module.css +0 -13
  298. package/assets/Appearance/dark/themes/orange/orange_DotCTA_DarkModifyCategory.module.css +0 -13
  299. package/assets/Appearance/dark/themes/red/red_DotCTA_DarkModifyCategory.module.css +0 -13
  300. package/assets/Appearance/dark/themes/yellow/yellow_DotCTA_DarkModifyCategory.module.css +0 -13
  301. package/assets/Appearance/light/themes/blue/blue_DotCTA_LightModifyCategory.module.css +0 -13
  302. package/assets/Appearance/light/themes/green/green_DotCTA_LightModifyCategory.module.css +0 -13
  303. package/assets/Appearance/light/themes/orange/orange_DotCTA_LightModifyCategory.module.css +0 -13
  304. package/assets/Appearance/light/themes/red/red_DotCTA_LightModifyCategory.module.css +0 -13
  305. package/assets/Appearance/light/themes/yellow/yellow_DotCTA_LightModifyCategory.module.css +0 -13
  306. package/assets/Appearance/pureDark/themes/blue/blue_DotCTA_PureDarkModifyCategory.module.css +0 -13
  307. package/assets/Appearance/pureDark/themes/green/green_DotCTA_PureDarkModifyCategory.module.css +0 -13
  308. package/assets/Appearance/pureDark/themes/orange/orange_DotCTA_PureDarkModifyCategory.module.css +0 -13
  309. package/assets/Appearance/pureDark/themes/red/red_DotCTA_PureDarkModifyCategory.module.css +0 -13
  310. package/assets/Appearance/pureDark/themes/yellow/yellow_DotCTA_PureDarkModifyCategory.module.css +0 -13
  311. package/css_error.log +0 -1
  312. package/images/audio_thumbnail.png +0 -0
  313. package/install.md +0 -12
  314. package/postPublish.js +0 -8
  315. package/prePublish.js +0 -70
  316. package/propValidationArg.json +0 -12
  317. package/react-cli.config.js +0 -24
  318. package/result.json +0 -1
  319. package/unittest/index.html +0 -45
@@ -1 +0,0 @@
1
- []
@@ -1,101 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
-
4
- <head>
5
- <link rel="preconnect" href="https://fonts.googleapis.com">
6
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
7
- <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
8
-
9
- <title>Unvalidated Files</title>
10
- <style>
11
- body {
12
- margin: 0;
13
- padding: 0;
14
- font-family: 'Asap Condensed', sans-serif;
15
- }
16
-
17
- table {
18
- width: 100%;
19
- border-collapse: collapse;
20
- }
21
-
22
- th {
23
- position: sticky;
24
- top: 0;
25
- background-color: #001C30;
26
- color: #F5F5F5;
27
- }
28
-
29
- th,
30
- td {
31
- border: 1px solid black;
32
- padding: 8px;
33
- }
34
-
35
- tr:nth-child(even) {
36
- background-color: #EDEEF7;
37
- }
38
-
39
- .table-container {
40
- margin-bottom: 20px;
41
- }
42
- </style>
43
- </head>
44
-
45
- <body>
46
- <div id="table-container"></div>
47
- <script>
48
- const jsonData = {"DotProvider":{"filePath":"src/DotProvider/DotProvider.js"}}
49
- const tableContainer = document.getElementById('table-container');
50
- const table = document.createElement('table');
51
- const thead = document.createElement('thead');
52
- const tbody = document.createElement('tbody');
53
-
54
- const headerRow = document.createElement('tr');
55
- const headers = ['No', 'Component', 'FilePath'];
56
- headers.forEach(header => {
57
- const th = document.createElement('th');
58
- th.textContent = header;
59
- headerRow.appendChild(th);
60
- });
61
- thead.appendChild(headerRow);
62
- table.appendChild(thead);
63
- var componentCount = 1;
64
- function generateRows(component, data, innerComponent = '') {
65
-
66
- const filePath = data.filePath ? data.filePath : '';
67
-
68
- const row = document.createElement('tr');
69
- const numbers = document.createElement('td');
70
- const componentCell = document.createElement('td');
71
- const filePathCell = document.createElement('td');
72
-
73
- numbers.textContent = componentCount;
74
- componentCell.textContent = component;
75
- filePathCell.textContent = filePath;
76
-
77
- row.appendChild(numbers);
78
- row.appendChild(componentCell);
79
- row.appendChild(filePathCell);
80
- tbody.appendChild(row);
81
-
82
- if (data.innerComponent) {
83
- Object.entries(data.innerComponent).forEach(([innerComp, innerData]) => {
84
- generateRows(innerComp, innerData, component);
85
- });
86
- }
87
- componentCount++;
88
- }
89
-
90
- Object.entries(jsonData).forEach(([component, data]) => {
91
- generateRows(component, data);
92
- });
93
-
94
- table.appendChild(tbody);
95
- tableContainer.appendChild(table);
96
-
97
- generateTable(jsonData);
98
- </script>
99
- </body>
100
-
101
- </html>