@zohodesk/dot 1.0.0-temp-181.8 → 1.0.0-temp-184

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 (297) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  3. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  4. package/coverage/ExternalLink/index.html +1 -1
  5. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  6. package/coverage/ExternalLink/props/index.html +1 -1
  7. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  8. package/coverage/IconButton/IconButton.js.html +1 -1
  9. package/coverage/IconButton/IconButton.module.css.html +1 -1
  10. package/coverage/IconButton/index.html +1 -1
  11. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  12. package/coverage/IconButton/props/index.html +1 -1
  13. package/coverage/IconButton/props/propTypes.js.html +1 -1
  14. package/coverage/Image/Image.js.html +1 -1
  15. package/coverage/Image/Image.module.css.html +1 -1
  16. package/coverage/Image/index.html +1 -1
  17. package/coverage/Image/props/defaultProps.js.html +1 -1
  18. package/coverage/Image/props/index.html +1 -1
  19. package/coverage/Image/props/propTypes.js.html +1 -1
  20. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  21. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  23. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  26. package/coverage/coverage-final.json +16 -16
  27. package/coverage/coverage-summary.json +16 -16
  28. package/coverage/index.html +1 -1
  29. package/es/ActionButton/ActionButton.module.css +192 -192
  30. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  31. package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
  32. package/es/ChannelIcon/ChannelIcon.module.css +225 -225
  33. package/es/Drawer/Drawer.js +5 -4
  34. package/es/ExternalLink/ExternalLink.js +5 -4
  35. package/es/FlipCard/FlipCard.js +12 -14
  36. package/es/FormAction/FormAction.module.css +100 -100
  37. package/es/IconButton/IconButton.js +5 -4
  38. package/es/IconButton/IconButton.module.css +22 -22
  39. package/es/Link/Link.js +10 -8
  40. package/es/Message/Message.js +5 -4
  41. package/es/TagWithIcon/TagWithIcon.module.css +66 -66
  42. package/es/ToastMessage/ToastMessage.js +4 -2
  43. package/es/actions/AutoClose.js +1 -2
  44. package/es/alert/AlertLookup/AlertLookup.js +12 -14
  45. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  46. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  47. package/es/avatar/AvatarIcon/AvatarIcon.js +5 -4
  48. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  49. package/es/avatar/AvatarStatus/AvatarStatus.js +8 -7
  50. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  51. package/es/avatar/AvatarUser/AvatarUser.js +9 -10
  52. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
  53. package/es/common/dot_boxShadow.module.css +2 -0
  54. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
  55. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  56. package/es/form/fields/CheckBoxField/CheckBoxField.js +13 -15
  57. package/es/form/fields/CurrencyField/CurrencyField.js +12 -14
  58. package/es/form/fields/DateField/DateField.js +14 -14
  59. package/es/form/fields/MultiSelectField/MultiSelectField.js +12 -13
  60. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  61. package/es/form/fields/RadioField/RadioField.js +15 -18
  62. package/es/form/fields/SelectField/SelectField.js +14 -14
  63. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
  64. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  65. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  66. package/es/form/fields/TextEditorField/TextEditorField.js +10 -11
  67. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
  68. package/es/form/fields/TextareaField/TextareaField.js +13 -14
  69. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  70. package/es/layout/SubtabLayout/SubtabLayout.js +6 -4
  71. package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  72. package/es/list/Comment/Comment.module.css +29 -29
  73. package/es/list/Dot/Dot.module.css +15 -15
  74. package/es/list/ListLayout/ListLayout.js +5 -4
  75. package/es/list/ListLayout/ListLayout.module.css +79 -79
  76. package/es/list/SecondaryText/AccountName.js +12 -12
  77. package/es/list/SecondaryText/ContactName.js +9 -8
  78. package/es/list/SecondaryText/Email.js +8 -8
  79. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  80. package/es/list/SecondaryText/SecondaryText.js +5 -4
  81. package/es/list/SecondaryText/TicketId.js +7 -7
  82. package/es/list/Subject/Subject.js +7 -7
  83. package/es/list/Subject/Subject.module.css +34 -34
  84. package/es/list/Thread/Thread.js +1 -2
  85. package/es/list/Thread/Thread.module.css +42 -42
  86. package/es/list/status/StatusDropdown/StatusDropdown.js +101 -142
  87. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  88. package/es/lookup/Lookup/Lookup.js +5 -4
  89. package/es/lookup/header/Search/Search.js +3 -5
  90. package/es/v1/Drawer/Drawer.js +5 -4
  91. package/es/v1/ExternalLink/ExternalLink.js +5 -4
  92. package/es/v1/FlipCard/FlipCard.js +12 -14
  93. package/es/v1/GlobalNotification/GlobalNotification.js +7 -6
  94. package/es/v1/IconButton/IconButton.js +5 -4
  95. package/es/v1/Link/Link.js +10 -8
  96. package/es/v1/Message/Message.js +5 -4
  97. package/es/v1/ToastMessage/ToastMessage.js +4 -2
  98. package/es/v1/actions/AutoClose.js +1 -2
  99. package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
  100. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  101. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  102. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -4
  103. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +8 -7
  104. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  105. package/es/v1/avatar/AvatarUser/AvatarUser.js +9 -10
  106. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
  107. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
  108. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +13 -15
  109. package/es/v1/form/fields/CurrencyField/CurrencyField.js +12 -14
  110. package/es/v1/form/fields/DateField/DateField.js +14 -14
  111. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +12 -13
  112. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  113. package/es/v1/form/fields/RadioField/RadioField.js +16 -18
  114. package/es/v1/form/fields/SelectField/SelectField.js +14 -14
  115. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
  116. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  117. package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
  118. package/es/v1/form/fields/TextEditorField/TextEditorField.js +10 -11
  119. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
  120. package/es/v1/form/fields/TextareaField/TextareaField.js +13 -14
  121. package/es/v1/layout/SubtabLayout/SubtabLayout.js +6 -4
  122. package/es/v1/list/ListLayout/ListLayout.js +5 -4
  123. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  124. package/es/v1/list/SecondaryText/ContactName.js +9 -8
  125. package/es/v1/list/SecondaryText/Email.js +8 -8
  126. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  127. package/es/v1/list/SecondaryText/SecondaryText.js +5 -4
  128. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  129. package/es/v1/list/Subject/Subject.js +7 -7
  130. package/es/v1/list/Thread/Thread.js +1 -2
  131. package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
  132. package/es/v1/lookup/Lookup/Lookup.js +5 -4
  133. package/es/v1/lookup/header/Search/Search.js +3 -5
  134. package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -6
  135. package/es/version2/GlobalNotification/GlobalNotification.js +7 -6
  136. package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  137. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  138. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  139. package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
  140. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  141. package/lib/ActionButton/ActionButton.module.css +192 -192
  142. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  143. package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
  144. package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
  145. package/lib/FormAction/FormAction.module.css +100 -100
  146. package/lib/IconButton/IconButton.module.css +22 -22
  147. package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
  148. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  149. package/lib/common/dot_boxShadow.module.css +2 -0
  150. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  151. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  152. package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  153. package/lib/list/Comment/Comment.module.css +29 -29
  154. package/lib/list/Dot/Dot.module.css +15 -15
  155. package/lib/list/ListLayout/ListLayout.module.css +79 -79
  156. package/lib/list/Subject/Subject.module.css +34 -34
  157. package/lib/list/Thread/Thread.js +1 -2
  158. package/lib/list/Thread/Thread.module.css +42 -42
  159. package/lib/list/status/StatusDropdown/StatusDropdown.js +162 -207
  160. package/lib/v1/list/Thread/Thread.js +1 -2
  161. package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  162. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  163. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  164. package/package.json +1 -1
  165. package/result.json +1 -1
  166. package/es/v1/DotWrapper/DotWrapper.js +0 -39
  167. package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -1
  168. package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -1
  169. package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -1
  170. package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -1
  171. package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -1
  172. package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -1
  173. package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -1
  174. package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -1
  175. package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -1
  176. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
  177. package/es/v1/DotWrapper/libraryChunks/importMapping.js +0 -19
  178. package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -1
  179. package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -1
  180. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  181. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  182. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  183. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  184. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  185. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  186. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  187. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  188. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  189. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  190. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  191. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  192. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  193. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  194. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  195. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  196. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  197. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  198. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  199. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  200. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  201. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  202. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  203. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  204. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  205. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  206. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  207. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  208. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  209. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  210. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  211. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  212. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  213. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  214. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  215. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  216. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  217. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  218. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  219. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  220. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  221. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  222. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  223. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  224. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  225. package/es/v1/DotWrapper/props/defaultProps.js +0 -6
  226. package/es/v1/DotWrapper/props/propTypes.js +0 -9
  227. package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
  228. package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
  229. package/es/v1/DotWrapper/utils/importFiles.js +0 -31
  230. package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
  231. package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
  232. package/lib/v1/DotWrapper/DotWrapper.js +0 -64
  233. package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -3
  234. package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -3
  235. package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -3
  236. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -3
  237. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -3
  238. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -3
  239. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -3
  240. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -3
  241. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -3
  242. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
  243. package/lib/v1/DotWrapper/libraryChunks/importMapping.js +0 -26
  244. package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -3
  245. package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -3
  246. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  247. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  248. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  249. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  250. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  251. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  252. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  253. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  254. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  255. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  256. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  257. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  258. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  259. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  260. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  261. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  262. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  263. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  264. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  265. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  266. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  267. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  268. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  269. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  270. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  271. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  272. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  273. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  274. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  275. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  276. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  277. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  278. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  279. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  280. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  281. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  282. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  283. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  284. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  285. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  286. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  287. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  288. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  289. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  290. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  291. package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
  292. package/lib/v1/DotWrapper/props/propTypes.js +0 -20
  293. package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
  294. package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
  295. package/lib/v1/DotWrapper/utils/importFiles.js +0 -40
  296. package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
  297. package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
@@ -1,325 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.themeMapping = exports.themeImports = void 0;
7
-
8
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
9
-
10
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
-
12
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
13
-
14
- var themeImports = {
15
- Lib_Blue_Light_Component: function Lib_Blue_Light_Component() {
16
- return Promise.resolve().then(function () {
17
- return _interopRequireWildcard(require('../libraryChunks/themes/component/blue/Blue_Light_Component'));
18
- });
19
- },
20
- Lib_Blue_Dark_Component: function Lib_Blue_Dark_Component() {
21
- return Promise.resolve().then(function () {
22
- return _interopRequireWildcard(require('../libraryChunks/themes/component/blue/Blue_Dark_Component'));
23
- });
24
- },
25
- Lib_Blue_PureDark_Component: function Lib_Blue_PureDark_Component() {
26
- return Promise.resolve().then(function () {
27
- return _interopRequireWildcard(require('../libraryChunks/themes/component/blue/Blue_PureDark_Component'));
28
- });
29
- },
30
- Lib_Green_Light_Component: function Lib_Green_Light_Component() {
31
- return Promise.resolve().then(function () {
32
- return _interopRequireWildcard(require('../libraryChunks/themes/component/green/Green_Light_Component'));
33
- });
34
- },
35
- Lib_Green_Dark_Component: function Lib_Green_Dark_Component() {
36
- return Promise.resolve().then(function () {
37
- return _interopRequireWildcard(require('../libraryChunks/themes/component/green/Green_Dark_Component'));
38
- });
39
- },
40
- Lib_Green_PureDark_Component: function Lib_Green_PureDark_Component() {
41
- return Promise.resolve().then(function () {
42
- return _interopRequireWildcard(require('../libraryChunks/themes/component/green/Green_PureDark_Component'));
43
- });
44
- },
45
- Lib_Orange_Light_Component: function Lib_Orange_Light_Component() {
46
- return Promise.resolve().then(function () {
47
- return _interopRequireWildcard(require('../libraryChunks/themes/component/orange/Orange_Light_Component'));
48
- });
49
- },
50
- Lib_Orange_Dark_Component: function Lib_Orange_Dark_Component() {
51
- return Promise.resolve().then(function () {
52
- return _interopRequireWildcard(require('../libraryChunks/themes/component/orange/Orange_Dark_Component'));
53
- });
54
- },
55
- Lib_Orange_PureDark_Component: function Lib_Orange_PureDark_Component() {
56
- return Promise.resolve().then(function () {
57
- return _interopRequireWildcard(require('../libraryChunks/themes/component/orange/Orange_PureDark_Component'));
58
- });
59
- },
60
- Lib_Red_Light_Component: function Lib_Red_Light_Component() {
61
- return Promise.resolve().then(function () {
62
- return _interopRequireWildcard(require('../libraryChunks/themes/component/red/Red_Light_Component'));
63
- });
64
- },
65
- Lib_Red_Dark_Component: function Lib_Red_Dark_Component() {
66
- return Promise.resolve().then(function () {
67
- return _interopRequireWildcard(require('../libraryChunks/themes/component/red/Red_Dark_Component'));
68
- });
69
- },
70
- Lib_Red_PureDark_Component: function Lib_Red_PureDark_Component() {
71
- return Promise.resolve().then(function () {
72
- return _interopRequireWildcard(require('../libraryChunks/themes/component/red/Red_PureDark_Component'));
73
- });
74
- },
75
- Lib_Yellow_Light_Component: function Lib_Yellow_Light_Component() {
76
- return Promise.resolve().then(function () {
77
- return _interopRequireWildcard(require('../libraryChunks/themes/component/yellow/Yellow_Light_Component'));
78
- });
79
- },
80
- Lib_Yellow_Dark_Component: function Lib_Yellow_Dark_Component() {
81
- return Promise.resolve().then(function () {
82
- return _interopRequireWildcard(require('../libraryChunks/themes/component/yellow/Yellow_Dark_Component'));
83
- });
84
- },
85
- Lib_Yellow_PureDark_Component: function Lib_Yellow_PureDark_Component() {
86
- return Promise.resolve().then(function () {
87
- return _interopRequireWildcard(require('../libraryChunks/themes/component/yellow/Yellow_PureDark_Component'));
88
- });
89
- },
90
- Lib_Blue_Light_Dot: function Lib_Blue_Light_Dot() {
91
- return Promise.resolve().then(function () {
92
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/blue/Blue_Light_Dot'));
93
- });
94
- },
95
- Lib_Blue_Dark_Dot: function Lib_Blue_Dark_Dot() {
96
- return Promise.resolve().then(function () {
97
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/blue/Blue_Dark_Dot'));
98
- });
99
- },
100
- Lib_Blue_PureDark_Dot: function Lib_Blue_PureDark_Dot() {
101
- return Promise.resolve().then(function () {
102
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/blue/Blue_PureDark_Dot'));
103
- });
104
- },
105
- Lib_Green_Light_Dot: function Lib_Green_Light_Dot() {
106
- return Promise.resolve().then(function () {
107
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/green/Green_Light_Dot'));
108
- });
109
- },
110
- Lib_Green_Dark_Dot: function Lib_Green_Dark_Dot() {
111
- return Promise.resolve().then(function () {
112
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/green/Green_Dark_Dot'));
113
- });
114
- },
115
- Lib_Green_PureDark_Dot: function Lib_Green_PureDark_Dot() {
116
- return Promise.resolve().then(function () {
117
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/green/Green_PureDark_Dot'));
118
- });
119
- },
120
- Lib_Orange_Light_Dot: function Lib_Orange_Light_Dot() {
121
- return Promise.resolve().then(function () {
122
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/orange/Orange_Light_Dot'));
123
- });
124
- },
125
- Lib_Orange_Dark_Dot: function Lib_Orange_Dark_Dot() {
126
- return Promise.resolve().then(function () {
127
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/orange/Orange_Dark_Dot'));
128
- });
129
- },
130
- Lib_Orange_PureDark_Dot: function Lib_Orange_PureDark_Dot() {
131
- return Promise.resolve().then(function () {
132
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/orange/Orange_PureDark_Dot'));
133
- });
134
- },
135
- Lib_Red_Light_Dot: function Lib_Red_Light_Dot() {
136
- return Promise.resolve().then(function () {
137
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/red/Red_Light_Dot'));
138
- });
139
- },
140
- Lib_Red_Dark_Dot: function Lib_Red_Dark_Dot() {
141
- return Promise.resolve().then(function () {
142
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/red/Red_Dark_Dot'));
143
- });
144
- },
145
- Lib_Red_PureDark_Dot: function Lib_Red_PureDark_Dot() {
146
- return Promise.resolve().then(function () {
147
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/red/Red_PureDark_Dot'));
148
- });
149
- },
150
- Lib_Yellow_Light_Dot: function Lib_Yellow_Light_Dot() {
151
- return Promise.resolve().then(function () {
152
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/yellow/Yellow_Light_Dot'));
153
- });
154
- },
155
- Lib_Yellow_Dark_Dot: function Lib_Yellow_Dark_Dot() {
156
- return Promise.resolve().then(function () {
157
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/yellow/Yellow_Dark_Dot'));
158
- });
159
- },
160
- Lib_Yellow_PureDark_Dot: function Lib_Yellow_PureDark_Dot() {
161
- return Promise.resolve().then(function () {
162
- return _interopRequireWildcard(require('../libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot'));
163
- });
164
- },
165
- Lib_Blue_Light_SVG: function Lib_Blue_Light_SVG() {
166
- return Promise.resolve().then(function () {
167
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/blue/Blue_Light_SVG'));
168
- });
169
- },
170
- Lib_Blue_Dark_SVG: function Lib_Blue_Dark_SVG() {
171
- return Promise.resolve().then(function () {
172
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/blue/Blue_Dark_SVG'));
173
- });
174
- },
175
- Lib_Blue_PureDark_SVG: function Lib_Blue_PureDark_SVG() {
176
- return Promise.resolve().then(function () {
177
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/blue/Blue_PureDark_SVG'));
178
- });
179
- },
180
- Lib_Green_Light_SVG: function Lib_Green_Light_SVG() {
181
- return Promise.resolve().then(function () {
182
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/green/Green_Light_SVG'));
183
- });
184
- },
185
- Lib_Green_Dark_SVG: function Lib_Green_Dark_SVG() {
186
- return Promise.resolve().then(function () {
187
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/green/Green_Dark_SVG'));
188
- });
189
- },
190
- Lib_Green_PureDark_SVG: function Lib_Green_PureDark_SVG() {
191
- return Promise.resolve().then(function () {
192
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/green/Green_PureDark_SVG'));
193
- });
194
- },
195
- Lib_Orange_Light_SVG: function Lib_Orange_Light_SVG() {
196
- return Promise.resolve().then(function () {
197
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/orange/Orange_Light_SVG'));
198
- });
199
- },
200
- Lib_Orange_Dark_SVG: function Lib_Orange_Dark_SVG() {
201
- return Promise.resolve().then(function () {
202
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/orange/Orange_Dark_SVG'));
203
- });
204
- },
205
- Lib_Orange_PureDark_SVG: function Lib_Orange_PureDark_SVG() {
206
- return Promise.resolve().then(function () {
207
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/orange/Orange_PureDark_SVG'));
208
- });
209
- },
210
- Lib_Red_Light_SVG: function Lib_Red_Light_SVG() {
211
- return Promise.resolve().then(function () {
212
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/red/Red_Light_SVG'));
213
- });
214
- },
215
- Lib_Red_Dark_SVG: function Lib_Red_Dark_SVG() {
216
- return Promise.resolve().then(function () {
217
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/red/Red_Dark_SVG'));
218
- });
219
- },
220
- Lib_Red_PureDark_SVG: function Lib_Red_PureDark_SVG() {
221
- return Promise.resolve().then(function () {
222
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/red/Red_PureDark_SVG'));
223
- });
224
- },
225
- Lib_Yellow_Light_SVG: function Lib_Yellow_Light_SVG() {
226
- return Promise.resolve().then(function () {
227
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/yellow/Yellow_Light_SVG'));
228
- });
229
- },
230
- Lib_Yellow_Dark_SVG: function Lib_Yellow_Dark_SVG() {
231
- return Promise.resolve().then(function () {
232
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/yellow/Yellow_Dark_SVG'));
233
- });
234
- },
235
- Lib_Yellow_PureDark_SVG: function Lib_Yellow_PureDark_SVG() {
236
- return Promise.resolve().then(function () {
237
- return _interopRequireWildcard(require('../libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG'));
238
- });
239
- }
240
- };
241
- exports.themeImports = themeImports;
242
- var themeMapping = {
243
- component: {
244
- blue: {
245
- light: 'Lib_Blue_Light_Component',
246
- dark: 'Lib_Blue_Dark_Component',
247
- pureDark: 'Lib_Blue_PureDark_Component'
248
- },
249
- green: {
250
- light: 'Lib_Green_Light_Component',
251
- dark: 'Lib_Green_Dark_Component',
252
- pureDark: 'Lib_Green_PureDark_Component'
253
- },
254
- orange: {
255
- light: 'Lib_Orange_Light_Component',
256
- dark: 'Lib_Orange_Dark_Component',
257
- pureDark: 'Lib_Orange_PureDark_Component'
258
- },
259
- red: {
260
- light: 'Lib_Red_Light_Component',
261
- dark: 'Lib_Red_Dark_Component',
262
- pureDark: 'Lib_Red_PureDark_Component'
263
- },
264
- yellow: {
265
- light: 'Lib_Yellow_Light_Component',
266
- dark: 'Lib_Yellow_Dark_Component',
267
- pureDark: 'Lib_Yellow_PureDark_Component'
268
- }
269
- },
270
- dot: {
271
- blue: {
272
- light: 'Lib_Blue_Light_Dot',
273
- dark: 'Lib_Blue_Dark_Dot',
274
- pureDark: 'Lib_Blue_PureDark_Dot'
275
- },
276
- green: {
277
- light: 'Lib_Green_Light_Dot',
278
- dark: 'Lib_Green_Dark_Dot',
279
- pureDark: 'Lib_Green_PureDark_Dot'
280
- },
281
- orange: {
282
- light: 'Lib_Orange_Light_Dot',
283
- dark: 'Lib_Orange_Dark_Dot',
284
- pureDark: 'Lib_Orange_PureDark_Dot'
285
- },
286
- red: {
287
- light: 'Lib_Red_Light_Dot',
288
- dark: 'Lib_Red_Dark_Dot',
289
- pureDark: 'Lib_Red_PureDark_Dot'
290
- },
291
- yellow: {
292
- light: 'Lib_Yellow_Light_Dot',
293
- dark: 'Lib_Yellow_Dark_Dot',
294
- pureDark: 'Lib_Yellow_PureDark_Dot'
295
- }
296
- },
297
- svg: {
298
- blue: {
299
- light: 'Lib_Blue_Light_SVG',
300
- dark: 'Lib_Blue_Dark_SVG',
301
- pureDark: 'Lib_Blue_PureDark_SVG'
302
- },
303
- green: {
304
- light: 'Lib_Green_Light_SVG',
305
- dark: 'Lib_Green_Dark_SVG',
306
- pureDark: 'Lib_Green_PureDark_SVG'
307
- },
308
- orange: {
309
- light: 'Lib_Orange_Light_SVG',
310
- dark: 'Lib_Orange_Dark_SVG',
311
- pureDark: 'Lib_Orange_PureDark_SVG'
312
- },
313
- red: {
314
- light: 'Lib_Red_Light_SVG',
315
- dark: 'Lib_Red_Dark_SVG',
316
- pureDark: 'Lib_Red_PureDark_SVG'
317
- },
318
- yellow: {
319
- light: 'Lib_Yellow_Light_SVG',
320
- dark: 'Lib_Yellow_Dark_SVG',
321
- pureDark: 'Lib_Yellow_PureDark_SVG'
322
- }
323
- }
324
- };
325
- exports.themeMapping = themeMapping;