@zohodesk/dot 1.0.0-temp-187.22 → 1.0.0-temp-187.24

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 (2609) hide show
  1. package/_react-cli.config.js +27 -0
  2. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +315 -315
  3. package/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css +15 -15
  4. package/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css +15 -15
  5. package/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css +15 -15
  6. package/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css +15 -15
  7. package/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css +15 -15
  8. package/assets/Appearance/light/mode/Dot_LightMode.module.css +307 -307
  9. package/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css +15 -15
  10. package/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css +15 -15
  11. package/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css +15 -15
  12. package/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css +15 -15
  13. package/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css +15 -15
  14. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +317 -317
  15. package/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css +15 -15
  16. package/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css +15 -15
  17. package/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css +15 -15
  18. package/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css +15 -15
  19. package/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css +15 -15
  20. package/cbt.config.js +41 -0
  21. package/package.json +14 -19
  22. package/es/ActionButton/ActionButton.js +0 -166
  23. package/es/ActionButton/ActionButton.module.css +0 -193
  24. package/es/ActionButton/__tests__/ActionButton.spec.js +0 -369
  25. package/es/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +0 -2673
  26. package/es/ActionButton/props/defaultProps.js +0 -19
  27. package/es/ActionButton/props/propTypes.js +0 -37
  28. package/es/AlphabeticList/AlphabeticList.js +0 -113
  29. package/es/AlphabeticList/AlphabeticList.module.css +0 -57
  30. package/es/AlphabeticList/__tests__/AlphabeticList.spec.js +0 -11
  31. package/es/AlphabeticList/__tests__/__snapshots__/AlphabeticList.spec.js.snap +0 -338
  32. package/es/AlphabeticList/props/defaultProps.js +0 -12
  33. package/es/AlphabeticList/props/propTypes.js +0 -23
  34. package/es/Attachment/Attachment.js +0 -96
  35. package/es/Attachment/Attachment.module.css +0 -189
  36. package/es/Attachment/__tests__/Attachment.spec.js +0 -35
  37. package/es/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +0 -146
  38. package/es/Attachment/props/defaultProps.js +0 -8
  39. package/es/Attachment/props/propTypes.js +0 -18
  40. package/es/AttachmentViewer/Attachment.js +0 -122
  41. package/es/AttachmentViewer/AttachmentImage.js +0 -115
  42. package/es/AttachmentViewer/AttachmentViewer.js +0 -717
  43. package/es/AttachmentViewer/AttachmentViewer.module.css +0 -388
  44. package/es/AttachmentViewer/__tests__/AttachmentImage.spec.js +0 -115
  45. package/es/AttachmentViewer/__tests__/AttachmentViewer.spec.js +0 -133
  46. package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentImage.spec.js.snap +0 -15
  47. package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +0 -382
  48. package/es/AttachmentViewer/props/defaultProps.js +0 -16
  49. package/es/AttachmentViewer/props/propTypes.js +0 -48
  50. package/es/AttachmentViewer/utils.js +0 -241
  51. package/es/AudioPlayer/AudioPlayer.js +0 -580
  52. package/es/AudioPlayer/AudioPlayer.module.css +0 -146
  53. package/es/AudioPlayer/Timer/Timer.js +0 -67
  54. package/es/AudioPlayer/Timer/Timer.module.css +0 -5
  55. package/es/AudioPlayer/Timer/__tests__/Timer.spec.js +0 -20
  56. package/es/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +0 -14
  57. package/es/AudioPlayer/Timer/propTypes/defaultProps.js +0 -4
  58. package/es/AudioPlayer/Timer/propTypes/propTypes.js +0 -11
  59. package/es/AudioPlayer/__tests__/AudioPlayer.spec.js +0 -192
  60. package/es/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +0 -1995
  61. package/es/AudioPlayer/propTypes/defaultProps.js +0 -14
  62. package/es/AudioPlayer/propTypes/propTypes.js +0 -33
  63. package/es/AudioPlayer/utils/utils.js +0 -24
  64. package/es/ChannelIcon/ChannelIcon.js +0 -111
  65. package/es/ChannelIcon/ChannelIcon.module.css +0 -226
  66. package/es/ChannelIcon/__tests__/ChannelIcon.spec.js +0 -11
  67. package/es/ChannelIcon/__tests__/__snapshots__/ChannelIcon.spec.js.snap +0 -27
  68. package/es/ChannelIcon/props/defaultProps.js +0 -8
  69. package/es/ChannelIcon/props/propTypes.js +0 -33
  70. package/es/DotProvider/DotProvider.js +0 -60
  71. package/es/DotProvider/__tests__/DotProvider.spec.js +0 -200
  72. package/es/DotProvider/__tests__/__snapshots__/DotProvider.spec.js.snap +0 -478
  73. package/es/DotProvider/hooks/useDotProvider.js +0 -56
  74. package/es/DotProvider/hooks/useDownloadAssetsAndSetAttr.js +0 -97
  75. package/es/DotProvider/libraryChunks/appearance/component/Dark_Component.js +0 -2
  76. package/es/DotProvider/libraryChunks/appearance/component/Light_Component.js +0 -2
  77. package/es/DotProvider/libraryChunks/appearance/component/PureDark_Component.js +0 -2
  78. package/es/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  79. package/es/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  80. package/es/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  81. package/es/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  82. package/es/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  83. package/es/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  84. package/es/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  85. package/es/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  86. package/es/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  87. package/es/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  88. package/es/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  89. package/es/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  90. package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  91. package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  92. package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  93. package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  94. package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  95. package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  96. package/es/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  97. package/es/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  98. package/es/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  99. package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  100. package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  101. package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  102. package/es/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  103. package/es/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  104. package/es/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  105. package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  106. package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  107. package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  108. package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  109. package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  110. package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  111. package/es/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  112. package/es/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  113. package/es/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  114. package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  115. package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  116. package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  117. package/es/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  118. package/es/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  119. package/es/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  120. package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  121. package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  122. package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  123. package/es/DotProvider/props/defaultProps.js +0 -11
  124. package/es/DotProvider/props/propTypes.js +0 -16
  125. package/es/DotProvider/utils/assetPromiseHandlers/fontSizeAssetPromise.js +0 -4
  126. package/es/DotProvider/utils/assetPromiseHandlers/themeAppearanceAssetPromise.js +0 -28
  127. package/es/DotProvider/utils/assetPromiseHandlers/themeColorAssetPromise.js +0 -29
  128. package/es/DotProvider/utils/assetPromiseHandlers/zoomSizeAssetPromise.js +0 -4
  129. package/es/DotProvider/utils/constants.js +0 -14
  130. package/es/DotProvider/utils/errorValidation.js +0 -17
  131. package/es/DotProvider/utils/getAssetsImportPromises.js +0 -17
  132. package/es/DotProvider/utils/sizeAssetsConfig.js +0 -12
  133. package/es/DotProvider/utils/themeAppearanceAssetsConfig.js +0 -47
  134. package/es/DotProvider/utils/themeColorAssetsConfig.js +0 -221
  135. package/es/Drawer/Drawer.js +0 -291
  136. package/es/Drawer/Drawer.module.css +0 -191
  137. package/es/Drawer/__tests__/Content.spec.js +0 -24
  138. package/es/Drawer/__tests__/Drawer.spec.js +0 -152
  139. package/es/Drawer/__tests__/Footer.spec.js +0 -34
  140. package/es/Drawer/__tests__/Header.spec.js +0 -173
  141. package/es/Drawer/__tests__/__snapshots__/Content.spec.js.snap +0 -127
  142. package/es/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +0 -564
  143. package/es/Drawer/__tests__/__snapshots__/Footer.spec.js.snap +0 -1233
  144. package/es/Drawer/__tests__/__snapshots__/Header.spec.js.snap +0 -782
  145. package/es/Drawer/index.js +0 -1
  146. package/es/Drawer/props/defaultProps.js +0 -24
  147. package/es/Drawer/props/propTypes.js +0 -57
  148. package/es/ExternalLink/ExternalLink.js +0 -51
  149. package/es/ExternalLink/ExternalLink.module.css +0 -4
  150. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -86
  151. package/es/ExternalLink/__tests__/__snapshots__/ExternalLink.spec.js.snap +0 -131
  152. package/es/ExternalLink/props/defaultProps.js +0 -5
  153. package/es/ExternalLink/props/propTypes.js +0 -12
  154. package/es/FlipCard/FlipCard.js +0 -147
  155. package/es/FlipCard/FlipCard.module.css +0 -44
  156. package/es/FlipCard/__tests__/FlipCard.spec.js +0 -615
  157. package/es/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +0 -6711
  158. package/es/FlipCard/props/defaultProps.js +0 -5
  159. package/es/FlipCard/props/propTypes.js +0 -37
  160. package/es/FormAction/FormAction.js +0 -78
  161. package/es/FormAction/FormAction.module.css +0 -101
  162. package/es/FormAction/__tests__/FormAction.spec.js +0 -11
  163. package/es/FormAction/__tests__/__snapshots__/FormAction.spec.js.snap +0 -20
  164. package/es/FormAction/props/defaultProps.js +0 -5
  165. package/es/FormAction/props/propTypes.js +0 -8
  166. package/es/FreezeLayer/FreezeLayer.js +0 -80
  167. package/es/FreezeLayer/__tests__/FreezeLayer.spec.js +0 -19
  168. package/es/FreezeLayer/__tests__/__snapshots__/FreezeLayer.spec.js.snap +0 -13
  169. package/es/FreezeLayer/css/FreezeLayer.module.css +0 -42
  170. package/es/FreezeLayer/css/cssJSLogic.js +0 -23
  171. package/es/FreezeLayer/index.js +0 -2
  172. package/es/FreezeLayer/props/defaultProps.js +0 -9
  173. package/es/FreezeLayer/props/propTypes.js +0 -22
  174. package/es/Hooks/Dragger/css/Dragger.module.css +0 -3
  175. package/es/Hooks/Dragger/props/defaultProps.js +0 -10
  176. package/es/Hooks/Dragger/props/propTypes.js +0 -11
  177. package/es/Hooks/Dragger/useDragger.js +0 -143
  178. package/es/Hooks/Dragger/utils/DraggerUtil.js +0 -27
  179. package/es/Hooks/useFreezeLayer.js +0 -55
  180. package/es/IconButton/IconButton.js +0 -149
  181. package/es/IconButton/IconButton.module.css +0 -52
  182. package/es/IconButton/__tests__/IconButton.spec.js +0 -157
  183. package/es/IconButton/__tests__/__snapshots__/IconButton.spec.js.snap +0 -381
  184. package/es/IconButton/props/defaultProps.js +0 -18
  185. package/es/IconButton/props/propTypes.js +0 -34
  186. package/es/Image/Image.js +0 -43
  187. package/es/Image/Image.module.css +0 -12
  188. package/es/Image/__tests__/Image.spec.js +0 -70
  189. package/es/Image/__tests__/__snapshots__/Image.spec.js.snap +0 -74
  190. package/es/Image/props/defaultProps.js +0 -4
  191. package/es/Image/props/propTypes.js +0 -15
  192. package/es/ImportantNotes/ImportantNotes.js +0 -48
  193. package/es/ImportantNotes/ImportantNotes.module.css +0 -24
  194. package/es/ImportantNotes/__tests__/ImportantNotes.spec.js +0 -107
  195. package/es/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +0 -361
  196. package/es/ImportantNotes/props/defaultProps.js +0 -6
  197. package/es/ImportantNotes/props/propTypes.js +0 -10
  198. package/es/Link/Link.js +0 -104
  199. package/es/Link/Link.module.css +0 -4
  200. package/es/Link/LinkContext.js +0 -9
  201. package/es/Link/__tests__/Link.spec.js +0 -131
  202. package/es/Link/__tests__/__snapshots__/Link.spec.js.snap +0 -151
  203. package/es/Link/props/defaultProps.js +0 -5
  204. package/es/Link/props/propTypes.js +0 -18
  205. package/es/Loader/Loader.js +0 -21
  206. package/es/Loader/Loader.module.css +0 -48
  207. package/es/Loader/__tests__/Loader.spec.js +0 -11
  208. package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +0 -14
  209. package/es/Message/Message.js +0 -117
  210. package/es/Message/Message.module.css +0 -103
  211. package/es/Message/__tests__/Message.spec.js +0 -11
  212. package/es/Message/__tests__/__snapshots__/Message.spec.js.snap +0 -51
  213. package/es/Message/props/defaultProps.js +0 -4
  214. package/es/Message/props/propTypes.js +0 -20
  215. package/es/MessageBanner/MessageBanner.js +0 -63
  216. package/es/MessageBanner/MessageBanner.module.css +0 -46
  217. package/es/MessageBanner/__tests__/MessageBanner.spec.js +0 -61
  218. package/es/MessageBanner/__tests__/__snapshots__/MessageBanner.spec.js.snap +0 -352
  219. package/es/MessageBanner/props/defaultProps.js +0 -7
  220. package/es/MessageBanner/props/propTypes.js +0 -13
  221. package/es/NewStar/NewStar.js +0 -65
  222. package/es/NewStar/NewStar.module.css +0 -244
  223. package/es/NewStar/__tests__/NewStar.spec.js +0 -37
  224. package/es/NewStar/__tests__/__snapshots__/NewStar.spec.js.snap +0 -325
  225. package/es/NewStar/props/defaultProps.js +0 -4
  226. package/es/NewStar/props/propTypes.js +0 -6
  227. package/es/Onboarding/CarouselDots/CarouselDot/CarouselDot.js +0 -34
  228. package/es/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js +0 -43
  229. package/es/Onboarding/CarouselDots/CarouselDot/__tests__/__snapshots__/CarouselDot.spec.js.snap +0 -51
  230. package/es/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +0 -74
  231. package/es/Onboarding/CarouselDots/CarouselDot/props/defaultProps.js +0 -6
  232. package/es/Onboarding/CarouselDots/CarouselDot/props/propTypes.js +0 -9
  233. package/es/Onboarding/CarouselDots/CarouselDots.js +0 -43
  234. package/es/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js +0 -64
  235. package/es/Onboarding/CarouselDots/__tests__/__snapshots__/CarouselDots.spec.js.snap +0 -94
  236. package/es/Onboarding/CarouselDots/css/CarouselDots.module.css +0 -6
  237. package/es/Onboarding/CarouselDots/props/defaultProps.js +0 -7
  238. package/es/Onboarding/CarouselDots/props/propTypes.js +0 -13
  239. package/es/Onboarding/Onboarding.js +0 -334
  240. package/es/Onboarding/__tests__/Onboarding.spec.js +0 -491
  241. package/es/Onboarding/__tests__/__snapshots__/Onboarding.spec.js.snap +0 -4194
  242. package/es/Onboarding/css/Onboarding.module.css +0 -478
  243. package/es/Onboarding/hooks/useOnboarding.js +0 -47
  244. package/es/Onboarding/hooks/useOnboardingSlider.js +0 -62
  245. package/es/Onboarding/props/defaultProps.js +0 -24
  246. package/es/Onboarding/props/propTypes.js +0 -67
  247. package/es/PlusIcon/PlusIcon.js +0 -46
  248. package/es/PlusIcon/PlusIcon.module.css +0 -19
  249. package/es/PlusIcon/__tests__/PlusIcon.spec.js +0 -68
  250. package/es/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +0 -340
  251. package/es/PlusIcon/props/defaultProps.js +0 -9
  252. package/es/PlusIcon/props/propTypes.js +0 -13
  253. package/es/Provider/Config.js +0 -20
  254. package/es/Separator/Separator.js +0 -60
  255. package/es/Separator/Separator.module.css +0 -34
  256. package/es/Separator/__tests__/Separator.spec.js +0 -83
  257. package/es/Separator/__tests__/__snapshots__/Separator.spec.js.snap +0 -1133
  258. package/es/Separator/props/defaultProps.js +0 -11
  259. package/es/Separator/props/propTypes.js +0 -11
  260. package/es/TagWithIcon/TagWithIcon.js +0 -42
  261. package/es/TagWithIcon/TagWithIcon.module.css +0 -67
  262. package/es/TagWithIcon/__tests__/TagWithIcon.spec.js +0 -11
  263. package/es/TagWithIcon/__tests__/__snapshots__/TagWithIcon.spec.js.snap +0 -12
  264. package/es/TagWithIcon/props/defaultProps.js +0 -8
  265. package/es/TagWithIcon/props/propTypes.js +0 -13
  266. package/es/ToastMessage/ToastMessage.js +0 -201
  267. package/es/ToastMessage/ToastMessage.module.css +0 -330
  268. package/es/ToastMessage/__tests__/ToastMessage.spec.js +0 -11
  269. package/es/ToastMessage/__tests__/__snapshots__/ToastMessage.spec.js.snap +0 -89
  270. package/es/ToastMessage/props/defaultProps.js +0 -18
  271. package/es/ToastMessage/props/propTypes.js +0 -40
  272. package/es/Upload/Upload.js +0 -76
  273. package/es/Upload/Upload.module.css +0 -125
  274. package/es/Upload/__tests__/Upload.spec.js +0 -151
  275. package/es/Upload/__tests__/__snapshots__/Upload.spec.js.snap +0 -483
  276. package/es/Upload/props/defaultProps.js +0 -7
  277. package/es/Upload/props/propTypes.js +0 -17
  278. package/es/VideoLookup/VideoLookup.js +0 -81
  279. package/es/VideoLookup/__tests__/VideoLookup.spec.js +0 -93
  280. package/es/VideoLookup/__tests__/__snapshots__/VideoLookup.spec.js.snap +0 -434
  281. package/es/VideoLookup/css/VideoLookup.module.css +0 -67
  282. package/es/VideoLookup/props/defaultProps.js +0 -8
  283. package/es/VideoLookup/props/propTypes.js +0 -12
  284. package/es/actions/AutoClose.js +0 -44
  285. package/es/actions/index.js +0 -28
  286. package/es/actions/props/defaultProps.js +0 -3
  287. package/es/actions/props/propTypes.js +0 -8
  288. package/es/alert/AlertHeader/AlertHeader.js +0 -74
  289. package/es/alert/AlertHeader/AlertHeader.module.css +0 -81
  290. package/es/alert/AlertHeader/__tests__/AlertHeader.spec.js +0 -119
  291. package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +0 -974
  292. package/es/alert/AlertHeader/props/defaultProps.js +0 -8
  293. package/es/alert/AlertHeader/props/propTypes.js +0 -15
  294. package/es/alert/AlertLookup/AlertLookup.js +0 -109
  295. package/es/alert/AlertLookup/AlertLookup.module.css +0 -27
  296. package/es/alert/AlertLookup/__tests__/AlertLookup.spec.js +0 -19
  297. package/es/alert/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +0 -20
  298. package/es/alert/AlertLookup/props/defaultProps.js +0 -14
  299. package/es/alert/AlertLookup/props/propTypes.js +0 -35
  300. package/es/alert/index.js +0 -2
  301. package/es/avatar/AvatarClose/AvatarClose.js +0 -58
  302. package/es/avatar/AvatarClose/AvatarClose.module.css +0 -37
  303. package/es/avatar/AvatarClose/__tests__/AvatarClose.spec.js +0 -11
  304. package/es/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +0 -26
  305. package/es/avatar/AvatarClose/props/defaultProps.js +0 -7
  306. package/es/avatar/AvatarClose/props/propTypes.js +0 -15
  307. package/es/avatar/AvatarCollision/AvatarCollision.js +0 -62
  308. package/es/avatar/AvatarCollision/AvatarCollision.module.css +0 -69
  309. package/es/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +0 -11
  310. package/es/avatar/AvatarCollision/__tests__/__snapshots__/AvatarCollision.spec.js.snap +0 -41
  311. package/es/avatar/AvatarCollision/props/defaultProps.js +0 -8
  312. package/es/avatar/AvatarCollision/props/propTypes.js +0 -17
  313. package/es/avatar/AvatarIcon/AvatarIcon.js +0 -53
  314. package/es/avatar/AvatarIcon/AvatarIcon.module.css +0 -61
  315. package/es/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +0 -11
  316. package/es/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +0 -21
  317. package/es/avatar/AvatarIcon/props/defaultProps.js +0 -14
  318. package/es/avatar/AvatarIcon/props/propTypes.js +0 -20
  319. package/es/avatar/AvatarStatus/AvatarStatus.js +0 -70
  320. package/es/avatar/AvatarStatus/AvatarStatus.module.css +0 -146
  321. package/es/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +0 -11
  322. package/es/avatar/AvatarStatus/__tests__/__snapshots__/AvatarStatus.spec.js.snap +0 -29
  323. package/es/avatar/AvatarStatus/props/defaultProps.js +0 -12
  324. package/es/avatar/AvatarStatus/props/propTypes.js +0 -26
  325. package/es/avatar/AvatarThread/AvatarThread.js +0 -79
  326. package/es/avatar/AvatarThread/AvatarThread.module.css +0 -167
  327. package/es/avatar/AvatarThread/__tests__/AvatarThread.spec.js +0 -11
  328. package/es/avatar/AvatarThread/__tests__/__snapshots__/AvatarThread.spec.js.snap +0 -24
  329. package/es/avatar/AvatarThread/props/defaultProps.js +0 -9
  330. package/es/avatar/AvatarThread/props/propTypes.js +0 -30
  331. package/es/avatar/AvatarUser/AvatarUser.js +0 -117
  332. package/es/avatar/AvatarUser/AvatarUser.module.css +0 -171
  333. package/es/avatar/AvatarUser/__tests__/AvatarUser.spec.js +0 -11
  334. package/es/avatar/AvatarUser/__tests__/__snapshots__/AvatarUser.spec.js.snap +0 -24
  335. package/es/avatar/AvatarUser/props/defaultProps.js +0 -8
  336. package/es/avatar/AvatarUser/props/propTypes.js +0 -35
  337. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -101
  338. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +0 -23
  339. package/es/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +0 -11
  340. package/es/avatar/AvatarWithTeam/__tests__/__snapshots__/AvatarWithTeam.spec.js.snap +0 -26
  341. package/es/avatar/AvatarWithTeam/props/defaultProps.js +0 -9
  342. package/es/avatar/AvatarWithTeam/props/propTypes.js +0 -25
  343. package/es/avatar/index.js +0 -7
  344. package/es/common/dot_animation.module.css +0 -27
  345. package/es/common/dot_boxShadow.module.css +0 -43
  346. package/es/deprecated/FreezeLayer/FreezeLayer.js +0 -135
  347. package/es/deprecated/FreezeLayer/_FreezeLayer.module.css +0 -42
  348. package/es/deprecated/FreezeLayer/props/defaultProps.js +0 -8
  349. package/es/deprecated/FreezeLayer/props/propTypes.js +0 -17
  350. package/es/deprecated/SelectDropdown/SelectDropdown.js +0 -146
  351. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +0 -59
  352. package/es/deprecated/utils/General.js +0 -19
  353. package/es/deprecated/utils/KeyboardApi.js +0 -294
  354. package/es/dot_layer.module.css +0 -1
  355. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +0 -905
  356. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -100
  357. package/es/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +0 -11
  358. package/es/dropdown/ToggleDropDown/__tests__/__snapshots__/ToggleDropDown.spec.js.snap +0 -27
  359. package/es/dropdown/ToggleDropDown/props/defaultProps.js +0 -30
  360. package/es/dropdown/ToggleDropDown/props/propTypes.js +0 -84
  361. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +0 -67
  362. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -91
  363. package/es/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +0 -11
  364. package/es/emptystate/CommonEmptyState/__tests__/__snapshots__/CommonEmptyState.spec.js.snap +0 -11
  365. package/es/emptystate/CommonEmptyState/props/defaultProps.js +0 -10
  366. package/es/emptystate/CommonEmptyState/props/propTypes.js +0 -21
  367. package/es/emptystate/EditionPage/EditionPage.css +0 -43
  368. package/es/emptystate/EditionPage/EditionPage.js +0 -58
  369. package/es/emptystate/EditionPage/__tests__/EditionPage.spec.js +0 -11
  370. package/es/emptystate/EditionPage/__tests__/__snapshots__/EditionPage.spec.js.snap +0 -99
  371. package/es/emptystate/EditionPage/props/defaultProps.js +0 -5
  372. package/es/emptystate/EditionPage/props/propTypes.js +0 -11
  373. package/es/errorstate/EmptyStates.module.css +0 -88
  374. package/es/errorstate/Inconvenience/Inconvenience.js +0 -86
  375. package/es/errorstate/Inconvenience/Inconvenience.module.css +0 -7
  376. package/es/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +0 -11
  377. package/es/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +0 -61
  378. package/es/errorstate/Inconvenience/props/defaultProps.js +0 -4
  379. package/es/errorstate/Inconvenience/props/propTypes.js +0 -11
  380. package/es/errorstate/LinkText/LinkText.js +0 -29
  381. package/es/errorstate/LinkText/LinkText.module.css +0 -6
  382. package/es/errorstate/LinkText/__tests__/LinkText.spec.js +0 -11
  383. package/es/errorstate/LinkText/__tests__/__snapshots__/LinkText.spec.js.snap +0 -13
  384. package/es/errorstate/LinkText/props/defaultProps.js +0 -4
  385. package/es/errorstate/LinkText/props/propTypes.js +0 -8
  386. package/es/errorstate/NoRequestFound/NoRequestFound.js +0 -84
  387. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +0 -3
  388. package/es/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +0 -11
  389. package/es/errorstate/NoRequestFound/__tests__/__snapshots__/NoRequestFound.spec.js.snap +0 -61
  390. package/es/errorstate/NoRequestFound/props/defaultProps.js +0 -4
  391. package/es/errorstate/NoRequestFound/props/propTypes.js +0 -11
  392. package/es/errorstate/PermissionPlay/PermissionPlay.js +0 -83
  393. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +0 -34
  394. package/es/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +0 -11
  395. package/es/errorstate/PermissionPlay/__tests__/__snapshots__/PermissionPlay.spec.js.snap +0 -67
  396. package/es/errorstate/PermissionPlay/props/defaultProps.js +0 -4
  397. package/es/errorstate/PermissionPlay/props/propTypes.js +0 -11
  398. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -84
  399. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -3
  400. package/es/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +0 -11
  401. package/es/errorstate/RequestUrlNotFound/__tests__/__snapshots__/RequestUrlNotFound.spec.js.snap +0 -61
  402. package/es/errorstate/RequestUrlNotFound/props/defaultProps.js +0 -4
  403. package/es/errorstate/RequestUrlNotFound/props/propTypes.js +0 -11
  404. package/es/errorstate/UnableToProcess/UnableToProcess.js +0 -86
  405. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +0 -3
  406. package/es/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +0 -11
  407. package/es/errorstate/UnableToProcess/__tests__/__snapshots__/UnableToProcess.spec.js.snap +0 -61
  408. package/es/errorstate/UnableToProcess/props/defaultProps.js +0 -4
  409. package/es/errorstate/UnableToProcess/props/propTypes.js +0 -11
  410. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -84
  411. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -3
  412. package/es/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +0 -11
  413. package/es/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +0 -61
  414. package/es/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -4
  415. package/es/errorstate/UnauthorizedLogin/props/propTypes.js +0 -11
  416. package/es/errorstate/WillBack/WillBack.js +0 -75
  417. package/es/errorstate/WillBack/WillBack.module.css +0 -34
  418. package/es/errorstate/WillBack/__tests__/WillBack.spec.js +0 -11
  419. package/es/errorstate/WillBack/__tests__/__snapshots__/WillBack.spec.js.snap +0 -76
  420. package/es/errorstate/WillBack/props/defaultProps.js +0 -4
  421. package/es/errorstate/WillBack/props/propTypes.js +0 -5
  422. package/es/errorstate/index.js +0 -8
  423. package/es/form/fields/CheckBoxField/CheckBoxField.js +0 -155
  424. package/es/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +0 -29
  425. package/es/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +0 -276
  426. package/es/form/fields/CheckBoxField/props/defaultProps.js +0 -12
  427. package/es/form/fields/CheckBoxField/props/propTypes.js +0 -29
  428. package/es/form/fields/CurrencyField/CurrencyField.js +0 -195
  429. package/es/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +0 -11
  430. package/es/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +0 -50
  431. package/es/form/fields/CurrencyField/props/defaultProps.js +0 -17
  432. package/es/form/fields/CurrencyField/props/propTypes.js +0 -39
  433. package/es/form/fields/DateField/DateField.js +0 -205
  434. package/es/form/fields/DateField/__tests__/DateField.spec.js +0 -11
  435. package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +0 -84
  436. package/es/form/fields/DateField/props/defaultProps.js +0 -19
  437. package/es/form/fields/DateField/props/propTypes.js +0 -39
  438. package/es/form/fields/FieldContainer/FieldContainer.js +0 -71
  439. package/es/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +0 -11
  440. package/es/form/fields/FieldContainer/__tests__/__snapshots__/FieldContainer.spec.js.snap +0 -12
  441. package/es/form/fields/FieldContainer/props/defaultProps.js +0 -6
  442. package/es/form/fields/FieldContainer/props/propTypes.js +0 -25
  443. package/es/form/fields/Fields.module.css +0 -235
  444. package/es/form/fields/MultiSelectField/MultiSelectField.js +0 -221
  445. package/es/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +0 -11
  446. package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +0 -90
  447. package/es/form/fields/MultiSelectField/props/defaultProps.js +0 -17
  448. package/es/form/fields/MultiSelectField/props/propTypes.js +0 -50
  449. package/es/form/fields/PhoneField/PhoneField.js +0 -189
  450. package/es/form/fields/PhoneField/__tests__/PhoneField.spec.js +0 -11
  451. package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +0 -70
  452. package/es/form/fields/PhoneField/props/defaultProps.js +0 -16
  453. package/es/form/fields/PhoneField/props/propTypes.js +0 -47
  454. package/es/form/fields/RadioField/RadioField.js +0 -230
  455. package/es/form/fields/RadioField/__tests__/RadioField.spec.js +0 -79
  456. package/es/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +0 -1046
  457. package/es/form/fields/RadioField/props/defaultProps.js +0 -14
  458. package/es/form/fields/RadioField/props/propTypes.js +0 -39
  459. package/es/form/fields/SelectField/SelectField.js +0 -194
  460. package/es/form/fields/SelectField/__tests__/SelectField.spec.js +0 -11
  461. package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +0 -103
  462. package/es/form/fields/SelectField/props/defaultProps.js +0 -18
  463. package/es/form/fields/SelectField/props/propTypes.js +0 -50
  464. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +0 -339
  465. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +0 -120
  466. package/es/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +0 -13
  467. package/es/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +0 -66
  468. package/es/form/fields/TagsMultiSelect/props/defaultProps.js +0 -16
  469. package/es/form/fields/TagsMultiSelect/props/propTypes.js +0 -59
  470. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +0 -286
  471. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +0 -9
  472. package/es/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +0 -16
  473. package/es/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +0 -73
  474. package/es/form/fields/TagsMultiSelectField/props/defaultProps.js +0 -23
  475. package/es/form/fields/TagsMultiSelectField/props/propTypes.js +0 -71
  476. package/es/form/fields/TextBoxField/TextBoxField.js +0 -174
  477. package/es/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +0 -11
  478. package/es/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +0 -50
  479. package/es/form/fields/TextBoxField/props/defaultProps.js +0 -17
  480. package/es/form/fields/TextBoxField/props/propTypes.js +0 -44
  481. package/es/form/fields/TextEditor/TextEditor.js +0 -422
  482. package/es/form/fields/TextEditor/TextEditor.module.css +0 -799
  483. package/es/form/fields/TextEditor/__tests__/TextEditor.spec.js +0 -11
  484. package/es/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +0 -21
  485. package/es/form/fields/TextEditor/props/defaultProps.js +0 -17
  486. package/es/form/fields/TextEditor/props/propTypes.js +0 -54
  487. package/es/form/fields/TextEditorField/TextEditorField.js +0 -184
  488. package/es/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +0 -11
  489. package/es/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +0 -27
  490. package/es/form/fields/TextEditorField/props/defaultProps.js +0 -15
  491. package/es/form/fields/TextEditorField/props/propTypes.js +0 -59
  492. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +0 -204
  493. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +0 -38
  494. package/es/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +0 -11
  495. package/es/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +0 -18
  496. package/es/form/fields/TextEditorWrapper/props/defaultProps.js +0 -9
  497. package/es/form/fields/TextEditorWrapper/props/propTypes.js +0 -40
  498. package/es/form/fields/TextareaField/TextareaField.js +0 -181
  499. package/es/form/fields/TextareaField/__tests__/TextareaField.spec.js +0 -11
  500. package/es/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +0 -22
  501. package/es/form/fields/TextareaField/props/defaultProps.js +0 -16
  502. package/es/form/fields/TextareaField/props/propTypes.js +0 -37
  503. package/es/form/fields/ValidationMessage/ValidationMessage.js +0 -99
  504. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +0 -28
  505. package/es/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +0 -11
  506. package/es/form/fields/ValidationMessage/__tests__/__snapshots__/ValidationMessage.spec.js.snap +0 -24
  507. package/es/form/fields/ValidationMessage/props/defaultProps.js +0 -8
  508. package/es/form/fields/ValidationMessage/props/propTypes.js +0 -30
  509. package/es/form/fields/index.js +0 -16
  510. package/es/form/fields/props/FieldCommonDefaultProps.js +0 -10
  511. package/es/form/fields/props/FieldCommonPropTypes.js +0 -17
  512. package/es/form/layout/Field/Field.js +0 -33
  513. package/es/form/layout/Field/Field.module.css +0 -22
  514. package/es/form/layout/Field/__tests__/Field.spec.js +0 -11
  515. package/es/form/layout/Field/__tests__/__snapshots__/Field.spec.js.snap +0 -13
  516. package/es/form/layout/Field/props/defaultProps.js +0 -4
  517. package/es/form/layout/Field/props/propTypes.js +0 -10
  518. package/es/form/layout/Section/ModuleFormSection.module.css +0 -3
  519. package/es/form/layout/Section/Section.js +0 -37
  520. package/es/form/layout/Section/__tests__/Section.spec.js +0 -11
  521. package/es/form/layout/Section/__tests__/__snapshots__/Section.spec.js.snap +0 -13
  522. package/es/form/layout/Section/props/propTypes.js +0 -11
  523. package/es/form/layout/index.js +0 -2
  524. package/es/index.js +0 -52
  525. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +0 -217
  526. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +0 -152
  527. package/es/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +0 -11
  528. package/es/layout/SetupDetailLayout/__tests__/__snapshots__/SetupDetailLayout.spec.js.snap +0 -13
  529. package/es/layout/SetupDetailLayout/index.js +0 -4
  530. package/es/layout/SetupDetailLayout/props/defaultProps.js +0 -20
  531. package/es/layout/SetupDetailLayout/props/propTypes.js +0 -40
  532. package/es/layout/SubtabLayout/SubtabLayout.js +0 -142
  533. package/es/layout/SubtabLayout/SubtabLayout.module.css +0 -165
  534. package/es/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +0 -11
  535. package/es/layout/SubtabLayout/__tests__/__snapshots__/SubtabLayout.spec.js.snap +0 -13
  536. package/es/layout/SubtabLayout/index.js +0 -4
  537. package/es/layout/SubtabLayout/props/defaultProps.js +0 -25
  538. package/es/layout/SubtabLayout/props/propTypes.js +0 -40
  539. package/es/list/AvatarFlip/AvatarFlip.js +0 -76
  540. package/es/list/AvatarFlip/AvatarFlip.module.css +0 -3
  541. package/es/list/AvatarFlip/__tests__/AvatarFlip.spec.js +0 -11
  542. package/es/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +0 -90
  543. package/es/list/AvatarFlip/props/defaultProps.js +0 -6
  544. package/es/list/AvatarFlip/props/propTypes.js +0 -29
  545. package/es/list/BluePrintStatus/BluePrintStatus.js +0 -28
  546. package/es/list/BluePrintStatus/BluePrintStatus.module.css +0 -17
  547. package/es/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +0 -11
  548. package/es/list/BluePrintStatus/__tests__/__snapshots__/BluePrintStatus.spec.js.snap +0 -17
  549. package/es/list/BluePrintStatus/props/propTypes.js +0 -4
  550. package/es/list/Comment/Comment.js +0 -42
  551. package/es/list/Comment/Comment.module.css +0 -29
  552. package/es/list/Comment/__tests__/Comment.spec.js +0 -11
  553. package/es/list/Comment/__tests__/__snapshots__/Comment.spec.js.snap +0 -23
  554. package/es/list/Comment/props/defaultProps.js +0 -4
  555. package/es/list/Comment/props/propTypes.js +0 -7
  556. package/es/list/DepartmentDropDown/DepartmentDropDown.js +0 -104
  557. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +0 -9
  558. package/es/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +0 -11
  559. package/es/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +0 -48
  560. package/es/list/DepartmentDropDown/props/defaultProps.js +0 -8
  561. package/es/list/DepartmentDropDown/props/propTypes.js +0 -27
  562. package/es/list/Dot/Dot.js +0 -22
  563. package/es/list/Dot/Dot.module.css +0 -15
  564. package/es/list/Dot/__tests__/Dot.spec.js +0 -11
  565. package/es/list/Dot/__tests__/__snapshots__/Dot.spec.js.snap +0 -11
  566. package/es/list/Dot/props/defaultProps.js +0 -4
  567. package/es/list/Dot/props/propTypes.js +0 -5
  568. package/es/list/DotNew/DotNew.js +0 -29
  569. package/es/list/DotNew/DotNew.module.css +0 -25
  570. package/es/list/DotNew/__tests__/DotNew.spec.js +0 -11
  571. package/es/list/DotNew/__tests__/__snapshots__/DotNew.spec.js.snap +0 -9
  572. package/es/list/DotNew/props/defaultProps.js +0 -3
  573. package/es/list/DotNew/props/propTypes.js +0 -6
  574. package/es/list/GridStencils/GridStencils.js +0 -34
  575. package/es/list/GridStencils/GridStencils.module.css +0 -147
  576. package/es/list/GridStencils/__tests__/GridStencils.spec.js +0 -11
  577. package/es/list/GridStencils/__tests__/__snapshots__/GridStencils.spec.js.snap +0 -9
  578. package/es/list/GridStencils/props/propTypes.js +0 -8
  579. package/es/list/Icons/AddNewIcon.js +0 -28
  580. package/es/list/Icons/CompleteIcon.js +0 -30
  581. package/es/list/Icons/DeleteIcon.js +0 -31
  582. package/es/list/Icons/EditIcon.js +0 -31
  583. package/es/list/Icons/FloatingIcons.js +0 -30
  584. package/es/list/Icons/Icons.module.css +0 -16
  585. package/es/list/Icons/ReadUnreadIcon.js +0 -35
  586. package/es/list/Icons/SmartIcon.js +0 -29
  587. package/es/list/Icons/__tests__/AddNewIcon.spec.js +0 -11
  588. package/es/list/Icons/__tests__/CompleteIcon.spec.js +0 -11
  589. package/es/list/Icons/__tests__/DeleteIcon.spec.js +0 -11
  590. package/es/list/Icons/__tests__/EditIcon.spec.js +0 -11
  591. package/es/list/Icons/__tests__/FloatingIcons.spec.js +0 -11
  592. package/es/list/Icons/__tests__/ReadUnreadIcon.spec.js +0 -11
  593. package/es/list/Icons/__tests__/SmartIcon.spec.js +0 -11
  594. package/es/list/Icons/__tests__/__snapshots__/AddNewIcon.spec.js.snap +0 -17
  595. package/es/list/Icons/__tests__/__snapshots__/CompleteIcon.spec.js.snap +0 -17
  596. package/es/list/Icons/__tests__/__snapshots__/DeleteIcon.spec.js.snap +0 -17
  597. package/es/list/Icons/__tests__/__snapshots__/EditIcon.spec.js.snap +0 -17
  598. package/es/list/Icons/__tests__/__snapshots__/FloatingIcons.spec.js.snap +0 -9
  599. package/es/list/Icons/__tests__/__snapshots__/ReadUnreadIcon.spec.js.snap +0 -24
  600. package/es/list/Icons/__tests__/__snapshots__/SmartIcon.spec.js.snap +0 -17
  601. package/es/list/Icons/index.js +0 -7
  602. package/es/list/Icons/props/defaultProps.js +0 -6
  603. package/es/list/Icons/props/propTypes.js +0 -53
  604. package/es/list/ListLayout/ListLayout.js +0 -82
  605. package/es/list/ListLayout/ListLayout.module.css +0 -80
  606. package/es/list/ListLayout/__tests__/ListLayout.spec.js +0 -11
  607. package/es/list/ListLayout/__tests__/__snapshots__/ListLayout.spec.js.snap +0 -20
  608. package/es/list/ListLayout/props/defaultProps.js +0 -11
  609. package/es/list/ListLayout/props/propTypes.js +0 -28
  610. package/es/list/ListStencils/ListStencils.js +0 -52
  611. package/es/list/ListStencils/ListStencils.module.css +0 -67
  612. package/es/list/ListStencils/__tests__/ListStencils.spec.js +0 -20
  613. package/es/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +0 -89
  614. package/es/list/ListStencils/props/defaultProps.js +0 -3
  615. package/es/list/ListStencils/props/propTypes.js +0 -6
  616. package/es/list/SecondaryText/AccountName.js +0 -100
  617. package/es/list/SecondaryText/ContactName.js +0 -96
  618. package/es/list/SecondaryText/DepartmentText.js +0 -37
  619. package/es/list/SecondaryText/Email.js +0 -67
  620. package/es/list/SecondaryText/HappinessRating.js +0 -31
  621. package/es/list/SecondaryText/PhoneNumber.js +0 -71
  622. package/es/list/SecondaryText/PriorityText.js +0 -40
  623. package/es/list/SecondaryText/SecondaryText.js +0 -48
  624. package/es/list/SecondaryText/SecondaryText.module.css +0 -156
  625. package/es/list/SecondaryText/StatusText.js +0 -41
  626. package/es/list/SecondaryText/TicketId.js +0 -59
  627. package/es/list/SecondaryText/Website.js +0 -54
  628. package/es/list/SecondaryText/__tests__/AccountName.spec.js +0 -11
  629. package/es/list/SecondaryText/__tests__/ContactName.spec.js +0 -11
  630. package/es/list/SecondaryText/__tests__/DepartmentText.spec.js +0 -11
  631. package/es/list/SecondaryText/__tests__/Email.spec.js +0 -11
  632. package/es/list/SecondaryText/__tests__/HappinessRating.spec.js +0 -11
  633. package/es/list/SecondaryText/__tests__/PhoneNumber.spec.js +0 -11
  634. package/es/list/SecondaryText/__tests__/PriorityText.spec.js +0 -11
  635. package/es/list/SecondaryText/__tests__/SecondaryText.spec.js +0 -11
  636. package/es/list/SecondaryText/__tests__/StatusText.spec.js +0 -11
  637. package/es/list/SecondaryText/__tests__/TicketId.spec.js +0 -11
  638. package/es/list/SecondaryText/__tests__/Website.spec.js +0 -11
  639. package/es/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +0 -46
  640. package/es/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +0 -32
  641. package/es/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +0 -9
  642. package/es/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +0 -15
  643. package/es/list/SecondaryText/__tests__/__snapshots__/HappinessRating.spec.js.snap +0 -18
  644. package/es/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +0 -15
  645. package/es/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +0 -11
  646. package/es/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +0 -9
  647. package/es/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +0 -11
  648. package/es/list/SecondaryText/__tests__/__snapshots__/TicketId.spec.js.snap +0 -11
  649. package/es/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +0 -16
  650. package/es/list/SecondaryText/index.js +0 -11
  651. package/es/list/SecondaryText/props/defaultProps.js +0 -62
  652. package/es/list/SecondaryText/props/propTypes.js +0 -163
  653. package/es/list/SecondryPanel/SecondryPanel.js +0 -105
  654. package/es/list/SecondryPanel/SecondryPanel.module.css +0 -6
  655. package/es/list/SecondryPanel/__tests__/SecondryPanel.spec.js +0 -11
  656. package/es/list/SecondryPanel/__tests__/__snapshots__/SecondryPanel.spec.js.snap +0 -9
  657. package/es/list/SecondryPanel/props/defaultProps.js +0 -18
  658. package/es/list/SecondryPanel/props/propTypes.js +0 -27
  659. package/es/list/SentimentStatus/SentimentStatus.js +0 -34
  660. package/es/list/SentimentStatus/SentimentStatus.module.css +0 -12
  661. package/es/list/SentimentStatus/__tests__/SentimentStatus.spec.js +0 -11
  662. package/es/list/SentimentStatus/__tests__/__snapshots__/SentimentStatus.spec.js.snap +0 -9
  663. package/es/list/SentimentStatus/props/propTypes.js +0 -5
  664. package/es/list/Subject/Subject.js +0 -77
  665. package/es/list/Subject/Subject.module.css +0 -35
  666. package/es/list/Subject/__tests__/Subject.spec.js +0 -20
  667. package/es/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +0 -64
  668. package/es/list/Subject/props/defaultProps.js +0 -10
  669. package/es/list/Subject/props/propTypes.js +0 -24
  670. package/es/list/TagNew/TagNew.js +0 -33
  671. package/es/list/TagNew/TagNew.module.css +0 -117
  672. package/es/list/TagNew/__tests__/TagNew.spec.js +0 -11
  673. package/es/list/TagNew/__tests__/__snapshots__/TagNew.spec.js.snap +0 -11
  674. package/es/list/TagNew/props/defaultProps.js +0 -4
  675. package/es/list/TagNew/props/propTypes.js +0 -8
  676. package/es/list/Thread/Thread.js +0 -42
  677. package/es/list/Thread/Thread.module.css +0 -43
  678. package/es/list/Thread/__tests__/Thread.spec.js +0 -11
  679. package/es/list/Thread/__tests__/__snapshots__/Thread.spec.js.snap +0 -25
  680. package/es/list/Thread/props/defaultProps.js +0 -4
  681. package/es/list/Thread/props/propTypes.js +0 -8
  682. package/es/list/index.js +0 -16
  683. package/es/list/listCommon.module.css +0 -79
  684. package/es/list/status/StatusDropdown/StatusDropdown.js +0 -362
  685. package/es/list/status/StatusDropdown/StatusDropdown.module.css +0 -83
  686. package/es/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +0 -27
  687. package/es/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +0 -49
  688. package/es/list/status/StatusDropdown/props/defaultProps.js +0 -23
  689. package/es/list/status/StatusDropdown/props/propTypes.js +0 -63
  690. package/es/list/status/StatusListItem/StatusListItem.js +0 -135
  691. package/es/list/status/StatusListItem/StatusListItem.module.css +0 -137
  692. package/es/list/status/StatusListItem/__tests__/StatusListItem.spec.js +0 -11
  693. package/es/list/status/StatusListItem/__tests__/__snapshots__/StatusListItem.spec.js.snap +0 -47
  694. package/es/list/status/StatusListItem/props/defaultProps.js +0 -16
  695. package/es/list/status/StatusListItem/props/propTypes.js +0 -31
  696. package/es/list/status/index.js +0 -2
  697. package/es/lookup/EmptyPage/EmptyPage.js +0 -65
  698. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +0 -14
  699. package/es/lookup/EmptyPage/__tests__/EmptyPage.spec.js +0 -11
  700. package/es/lookup/EmptyPage/__tests__/__snapshots__/EmptyPage.spec.js.snap +0 -90
  701. package/es/lookup/EmptyPage/props/defaultProps.js +0 -4
  702. package/es/lookup/EmptyPage/props/propTypes.js +0 -5
  703. package/es/lookup/Lookup/Lookup.js +0 -129
  704. package/es/lookup/Lookup/Lookup.module.css +0 -49
  705. package/es/lookup/Lookup/__tests__/Lookup.spec.js +0 -19
  706. package/es/lookup/Lookup/__tests__/__snapshots__/Lookup.spec.js.snap +0 -20
  707. package/es/lookup/Lookup/props/defaultProps.js +0 -9
  708. package/es/lookup/Lookup/props/propTypes.js +0 -25
  709. package/es/lookup/Section/LookupSection.module.css +0 -9
  710. package/es/lookup/Section/Section.js +0 -24
  711. package/es/lookup/Section/__tests__/Section.spec.js +0 -11
  712. package/es/lookup/Section/__tests__/__snapshots__/Section.spec.js.snap +0 -19
  713. package/es/lookup/Section/props/propTypes.js +0 -6
  714. package/es/lookup/header/Close/Close.js +0 -30
  715. package/es/lookup/header/Close/LookupClose.module.css +0 -15
  716. package/es/lookup/header/Close/__tests__/Close.spec.js +0 -11
  717. package/es/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +0 -23
  718. package/es/lookup/header/Close/props/defaultProps.js +0 -3
  719. package/es/lookup/header/Close/props/propTypes.js +0 -6
  720. package/es/lookup/header/ModuleHeader/ModuleHeader.js +0 -90
  721. package/es/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +0 -11
  722. package/es/lookup/header/ModuleHeader/__tests__/__snapshots__/ModuleHeader.spec.js.snap +0 -29
  723. package/es/lookup/header/ModuleHeader/props/defaultProps.js +0 -9
  724. package/es/lookup/header/ModuleHeader/props/propTypes.js +0 -20
  725. package/es/lookup/header/Search/LookupSearch.module.css +0 -63
  726. package/es/lookup/header/Search/Search.js +0 -251
  727. package/es/lookup/header/Search/__tests__/Search.spec.js +0 -77
  728. package/es/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +0 -361
  729. package/es/lookup/header/Search/props/defaultProps.js +0 -7
  730. package/es/lookup/header/Search/props/propTypes.js +0 -33
  731. package/es/lookup/header/TicketHeader/TicketHeader.js +0 -112
  732. package/es/lookup/header/TicketHeader/TicketHeader.module.css +0 -23
  733. package/es/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +0 -11
  734. package/es/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +0 -59
  735. package/es/lookup/header/TicketHeader/props/defaultProps.js +0 -10
  736. package/es/lookup/header/TicketHeader/props/propTypes.js +0 -21
  737. package/es/lookup/header/Title/LookupTitle.module.css +0 -25
  738. package/es/lookup/header/Title/Title.js +0 -27
  739. package/es/lookup/header/Title/__tests__/Titles.spec.js +0 -11
  740. package/es/lookup/header/Title/__tests__/__snapshots__/Titles.spec.js.snap +0 -9
  741. package/es/lookup/header/Title/props/defaultProps.js +0 -3
  742. package/es/lookup/header/Title/props/propTypes.js +0 -6
  743. package/es/lookup/header/ViewDropDown/ViewDropDown.js +0 -194
  744. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -61
  745. package/es/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +0 -11
  746. package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +0 -32
  747. package/es/lookup/header/ViewDropDown/props/defaultProps.js +0 -10
  748. package/es/lookup/header/ViewDropDown/props/propTypes.js +0 -27
  749. package/es/lookup/header/index.js +0 -5
  750. package/es/lookup/header/lookupHeaderCommon.module.css +0 -36
  751. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +0 -24
  752. package/es/lookup/index.js +0 -5
  753. package/es/setup/header/Button/Button.js +0 -36
  754. package/es/setup/header/Button/HeaderButton.module.css +0 -5
  755. package/es/setup/header/Button/__tests__/Button.spec.js +0 -11
  756. package/es/setup/header/Button/__tests__/__snapshots__/Button.spec.js.snap +0 -17
  757. package/es/setup/header/Button/props/defaultProps.js +0 -4
  758. package/es/setup/header/Button/props/propTypes.js +0 -7
  759. package/es/setup/header/Link/HeaderLink.module.css +0 -21
  760. package/es/setup/header/Link/Link.js +0 -44
  761. package/es/setup/header/Link/__tests__/Link.spec.js +0 -11
  762. package/es/setup/header/Link/__tests__/__snapshots__/Link.spec.js.snap +0 -34
  763. package/es/setup/header/Link/props/defaultProps.js +0 -4
  764. package/es/setup/header/Link/props/propTypes.js +0 -8
  765. package/es/setup/header/Search/Search.js +0 -86
  766. package/es/setup/header/Search/Search.module.css +0 -69
  767. package/es/setup/header/Search/__tests__/Search.spec.js +0 -11
  768. package/es/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +0 -22
  769. package/es/setup/header/Search/props/defaultProps.js +0 -6
  770. package/es/setup/header/Search/props/propTypes.js +0 -12
  771. package/es/setup/header/Views/Views.js +0 -46
  772. package/es/setup/header/Views/Views.module.css +0 -38
  773. package/es/setup/header/Views/__tests__/Views.spec.js +0 -11
  774. package/es/setup/header/Views/__tests__/__snapshots__/Views.spec.js.snap +0 -35
  775. package/es/setup/header/Views/props/defaultProps.js +0 -6
  776. package/es/setup/header/Views/props/propTypes.js +0 -9
  777. package/es/setup/header/index.js +0 -4
  778. package/es/setup/helptips/Description/Description.js +0 -24
  779. package/es/setup/helptips/Description/HelpTipsDescription.module.css +0 -6
  780. package/es/setup/helptips/Description/__tests__/Description.spec.js +0 -11
  781. package/es/setup/helptips/Description/__tests__/__snapshots__/Description.spec.js.snap +0 -9
  782. package/es/setup/helptips/Description/props/propTypes.js +0 -4
  783. package/es/setup/helptips/Link/HelpTipsLink.module.css +0 -7
  784. package/es/setup/helptips/Link/Link.js +0 -41
  785. package/es/setup/helptips/Link/__tests__/Link.spec.js +0 -11
  786. package/es/setup/helptips/Link/__tests__/__snapshots__/Link.spec.js.snap +0 -12
  787. package/es/setup/helptips/Link/props/propTypes.js +0 -7
  788. package/es/setup/helptips/ListGroup/ListGroup.js +0 -39
  789. package/es/setup/helptips/ListGroup/ListGroup.module.css +0 -22
  790. package/es/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +0 -13
  791. package/es/setup/helptips/ListGroup/__tests__/__snapshots__/ListGroup.spec.js.snap +0 -20
  792. package/es/setup/helptips/ListGroup/props/propTypes.js +0 -5
  793. package/es/setup/helptips/Title/HelpTipsTitle.module.css +0 -5
  794. package/es/setup/helptips/Title/Title.js +0 -24
  795. package/es/setup/helptips/Title/__tests__/Title.spec.js +0 -11
  796. package/es/setup/helptips/Title/__tests__/__snapshots__/Title.spec.js.snap +0 -9
  797. package/es/setup/helptips/Title/props/propTypes.js +0 -4
  798. package/es/setup/helptips/index.js +0 -4
  799. package/es/setup/index.js +0 -6
  800. package/es/setup/table/Table/Table.js +0 -25
  801. package/es/setup/table/Table/__tests__/Table.spec.js +0 -11
  802. package/es/setup/table/Table/__tests__/__snapshots__/Table.spec.js.snap +0 -12
  803. package/es/setup/table/Table/props/defaultProps.js +0 -4
  804. package/es/setup/table/Table/props/propTypes.js +0 -6
  805. package/es/setup/table/TableBody/TableBody.js +0 -29
  806. package/es/setup/table/TableBody/__tests__/TableBody.spec.js +0 -11
  807. package/es/setup/table/TableBody/__tests__/__snapshots__/TableBody.spec.js.snap +0 -12
  808. package/es/setup/table/TableBody/props/defaultProps.js +0 -3
  809. package/es/setup/table/TableBody/props/propTypes.js +0 -7
  810. package/es/setup/table/TableData/SetupTableData.module.css +0 -44
  811. package/es/setup/table/TableData/TableData.js +0 -38
  812. package/es/setup/table/TableData/Tablehover.module.css +0 -6
  813. package/es/setup/table/TableData/__tests__/TableData.spec.js +0 -11
  814. package/es/setup/table/TableData/__tests__/__snapshots__/TableData.spec.js.snap +0 -12
  815. package/es/setup/table/TableData/props/defaultProps.js +0 -5
  816. package/es/setup/table/TableData/props/propTypes.js +0 -11
  817. package/es/setup/table/TableHead/SetupTableHead.module.css +0 -12
  818. package/es/setup/table/TableHead/TableHead.js +0 -38
  819. package/es/setup/table/TableHead/__tests__/TableHead.spec.js +0 -11
  820. package/es/setup/table/TableHead/__tests__/__snapshots__/TableHead.spec.js.snap +0 -19
  821. package/es/setup/table/TableHead/props/defaultProps.js +0 -4
  822. package/es/setup/table/TableHead/props/propTypes.js +0 -8
  823. package/es/setup/table/TableRow/SetupTableRow.module.css +0 -15
  824. package/es/setup/table/TableRow/TableRow.js +0 -43
  825. package/es/setup/table/TableRow/__tests__/TableRow.spec.js +0 -11
  826. package/es/setup/table/TableRow/__tests__/__snapshots__/TableRow.spec.js.snap +0 -12
  827. package/es/setup/table/TableRow/props/defaultProps.js +0 -4
  828. package/es/setup/table/TableRow/props/propTypes.js +0 -11
  829. package/es/setup/table/Text/TableText.module.css +0 -37
  830. package/es/setup/table/Text/Text.js +0 -53
  831. package/es/setup/table/Text/__tests__/Text.spec.js +0 -28
  832. package/es/setup/table/Text/__tests__/__snapshots__/Text.spec.js.snap +0 -54
  833. package/es/setup/table/Text/props/defaultProps.js +0 -7
  834. package/es/setup/table/Text/props/propTypes.js +0 -13
  835. package/es/setup/table/index.js +0 -5
  836. package/es/svg/PlusIcon.js +0 -32
  837. package/es/svg/SnippetIcon.js +0 -34
  838. package/es/svg/TemplateIcon.js +0 -35
  839. package/es/svg/__tests__/PlusIcon.spec.js +0 -11
  840. package/es/svg/__tests__/SnippetIcon.spec.js +0 -11
  841. package/es/svg/__tests__/TemplateIcon.spec.js +0 -11
  842. package/es/svg/__tests__/__snapshots__/PlusIcon.spec.js.snap +0 -25
  843. package/es/svg/__tests__/__snapshots__/SnippetIcon.spec.js.snap +0 -28
  844. package/es/svg/__tests__/__snapshots__/TemplateIcon.spec.js.snap +0 -31
  845. package/es/svg/index.js +0 -3
  846. package/es/svg/props/defaultProps.js +0 -15
  847. package/es/svg/props/propTypes.js +0 -16
  848. package/es/utils/ChannelIconMapping.js +0 -129
  849. package/es/utils/General.js +0 -68
  850. package/es/utils/editorUtils.js +0 -193
  851. package/es/v1/ActionButton/ActionButton.js +0 -155
  852. package/es/v1/ActionButton/props/defaultProps.js +0 -19
  853. package/es/v1/ActionButton/props/propTypes.js +0 -37
  854. package/es/v1/AlphabeticList/AlphabeticList.js +0 -94
  855. package/es/v1/AlphabeticList/props/defaultProps.js +0 -12
  856. package/es/v1/AlphabeticList/props/propTypes.js +0 -23
  857. package/es/v1/Attachment/Attachment.js +0 -96
  858. package/es/v1/Attachment/props/defaultProps.js +0 -8
  859. package/es/v1/Attachment/props/propTypes.js +0 -18
  860. package/es/v1/AttachmentViewer/AttachmentImage.js +0 -81
  861. package/es/v1/AttachmentViewer/AttachmentViewer.js +0 -626
  862. package/es/v1/AttachmentViewer/props/defaultProps.js +0 -11
  863. package/es/v1/AttachmentViewer/props/propTypes.js +0 -36
  864. package/es/v1/ChannelIcon/ChannelIcon.js +0 -93
  865. package/es/v1/ChannelIcon/props/defaultProps.js +0 -7
  866. package/es/v1/ChannelIcon/props/propTypes.js +0 -25
  867. package/es/v1/Drawer/Drawer.js +0 -270
  868. package/es/v1/Drawer/props/defaultProps.js +0 -23
  869. package/es/v1/Drawer/props/propTypes.js +0 -53
  870. package/es/v1/ExternalLink/ExternalLink.js +0 -48
  871. package/es/v1/ExternalLink/props/defaultProps.js +0 -5
  872. package/es/v1/ExternalLink/props/propTypes.js +0 -12
  873. package/es/v1/FlipCard/FlipCard.js +0 -132
  874. package/es/v1/FlipCard/props/defaultProps.js +0 -5
  875. package/es/v1/FlipCard/props/propTypes.js +0 -37
  876. package/es/v1/FormAction/FormAction.js +0 -75
  877. package/es/v1/FormAction/props/defaultProps.js +0 -5
  878. package/es/v1/FormAction/props/propTypes.js +0 -8
  879. package/es/v1/FreezeLayer/FreezeLayer.js +0 -74
  880. package/es/v1/FreezeLayer/props/defaultProps.js +0 -9
  881. package/es/v1/FreezeLayer/props/propTypes.js +0 -19
  882. package/es/v1/GlobalNotification/GlobalNotification.js +0 -144
  883. package/es/v1/GlobalNotification/props/defaultProps.js +0 -6
  884. package/es/v1/GlobalNotification/props/propTypes.js +0 -42
  885. package/es/v1/IconButton/IconButton.js +0 -112
  886. package/es/v1/IconButton/props/defaultProps.js +0 -17
  887. package/es/v1/IconButton/props/propTypes.js +0 -33
  888. package/es/v1/Image/Image.js +0 -36
  889. package/es/v1/Image/props/defaultProps.js +0 -4
  890. package/es/v1/Image/props/propTypes.js +0 -15
  891. package/es/v1/ImportantNotes/ImportantNotes.js +0 -41
  892. package/es/v1/ImportantNotes/props/defaultProps.js +0 -6
  893. package/es/v1/ImportantNotes/props/propTypes.js +0 -10
  894. package/es/v1/Link/Link.js +0 -93
  895. package/es/v1/Link/props/defaultProps.js +0 -5
  896. package/es/v1/Link/props/propTypes.js +0 -18
  897. package/es/v1/Loader/Loader.js +0 -15
  898. package/es/v1/Message/Message.js +0 -91
  899. package/es/v1/Message/props/defaultProps.js +0 -4
  900. package/es/v1/Message/props/propTypes.js +0 -20
  901. package/es/v1/MessageBanner/MessageBanner.js +0 -60
  902. package/es/v1/MessageBanner/props/defaultProps.js +0 -7
  903. package/es/v1/MessageBanner/props/propTypes.js +0 -13
  904. package/es/v1/NewStar/NewStar.js +0 -61
  905. package/es/v1/NewStar/props/defaultProps.js +0 -4
  906. package/es/v1/NewStar/props/propTypes.js +0 -6
  907. package/es/v1/PlusIcon/PlusIcon.js +0 -32
  908. package/es/v1/PlusIcon/props/defaultProps.js +0 -8
  909. package/es/v1/PlusIcon/props/propTypes.js +0 -11
  910. package/es/v1/Separator/Separator.js +0 -53
  911. package/es/v1/Separator/props/defaultProps.js +0 -12
  912. package/es/v1/Separator/props/propTypes.js +0 -11
  913. package/es/v1/TagWithIcon/TagWithIcon.js +0 -39
  914. package/es/v1/TagWithIcon/props/defaultProps.js +0 -8
  915. package/es/v1/TagWithIcon/props/propTypes.js +0 -13
  916. package/es/v1/ToastMessage/ToastMessage.js +0 -201
  917. package/es/v1/ToastMessage/props/defaultProps.js +0 -18
  918. package/es/v1/ToastMessage/props/propTypes.js +0 -40
  919. package/es/v1/Upload/Upload.js +0 -69
  920. package/es/v1/Upload/props/defaultProps.js +0 -7
  921. package/es/v1/Upload/props/propTypes.js +0 -17
  922. package/es/v1/actions/AutoClose.js +0 -44
  923. package/es/v1/actions/props/defaultProps.js +0 -3
  924. package/es/v1/actions/props/propTypes.js +0 -8
  925. package/es/v1/alert/AlertClose/AlertClose.js +0 -43
  926. package/es/v1/alert/AlertClose/props/propTypes.js +0 -8
  927. package/es/v1/alert/AlertHeader/AlertHeader.js +0 -82
  928. package/es/v1/alert/AlertHeader/props/defaultProps.js +0 -12
  929. package/es/v1/alert/AlertHeader/props/propTypes.js +0 -20
  930. package/es/v1/alert/AlertLookup/AlertLookup.js +0 -166
  931. package/es/v1/alert/AlertLookup/props/defaultProps.js +0 -13
  932. package/es/v1/alert/AlertLookup/props/propTypes.js +0 -36
  933. package/es/v1/alert/alertIcons/AlarmAlertIcon.js +0 -65
  934. package/es/v1/alert/alertIcons/AlertIcons.js +0 -57
  935. package/es/v1/alert/alertIcons/DangerAlertIcon.js +0 -65
  936. package/es/v1/alert/alertIcons/ErrorAlertIcon.js +0 -70
  937. package/es/v1/alert/alertIcons/InfoAlertIcon.js +0 -74
  938. package/es/v1/alert/alertIcons/NotificationAlertIcon.js +0 -70
  939. package/es/v1/alert/alertIcons/SuccessAlertIcon.js +0 -65
  940. package/es/v1/alert/alertIcons/WarningAlertIcon.js +0 -65
  941. package/es/v1/alert/alertIcons/index.js +0 -8
  942. package/es/v1/alert/alertIcons/props/defaultProps.js +0 -27
  943. package/es/v1/alert/alertIcons/props/propTypes.js +0 -34
  944. package/es/v1/alert/index.js +0 -2
  945. package/es/v1/avatar/AvatarClose/AvatarClose.js +0 -47
  946. package/es/v1/avatar/AvatarClose/props/defaultProps.js +0 -7
  947. package/es/v1/avatar/AvatarClose/props/propTypes.js +0 -15
  948. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +0 -51
  949. package/es/v1/avatar/AvatarCollision/props/defaultProps.js +0 -8
  950. package/es/v1/avatar/AvatarCollision/props/propTypes.js +0 -17
  951. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +0 -48
  952. package/es/v1/avatar/AvatarIcon/props/defaultProps.js +0 -14
  953. package/es/v1/avatar/AvatarIcon/props/propTypes.js +0 -20
  954. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +0 -59
  955. package/es/v1/avatar/AvatarStatus/props/defaultProps.js +0 -12
  956. package/es/v1/avatar/AvatarStatus/props/propTypes.js +0 -26
  957. package/es/v1/avatar/AvatarThread/AvatarThread.js +0 -72
  958. package/es/v1/avatar/AvatarThread/props/defaultProps.js +0 -9
  959. package/es/v1/avatar/AvatarThread/props/propTypes.js +0 -30
  960. package/es/v1/avatar/AvatarUser/AvatarUser.js +0 -110
  961. package/es/v1/avatar/AvatarUser/props/defaultProps.js +0 -8
  962. package/es/v1/avatar/AvatarUser/props/propTypes.js +0 -35
  963. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -94
  964. package/es/v1/avatar/AvatarWithTeam/props/defaultProps.js +0 -9
  965. package/es/v1/avatar/AvatarWithTeam/props/propTypes.js +0 -25
  966. package/es/v1/avatar/index.js +0 -7
  967. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +0 -880
  968. package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +0 -29
  969. package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +0 -83
  970. package/es/v1/emptystate/CommonEmptyState/CommonEmptyState.js +0 -64
  971. package/es/v1/emptystate/CommonEmptyState/props/defaultProps.js +0 -10
  972. package/es/v1/emptystate/CommonEmptyState/props/propTypes.js +0 -21
  973. package/es/v1/emptystate/EditionPage/EditionPage.js +0 -51
  974. package/es/v1/emptystate/EditionPage/props/defaultProps.js +0 -5
  975. package/es/v1/emptystate/EditionPage/props/propTypes.js +0 -11
  976. package/es/v1/errorstate/Inconvenience/Inconvenience.js +0 -60
  977. package/es/v1/errorstate/Inconvenience/props/defaultProps.js +0 -8
  978. package/es/v1/errorstate/Inconvenience/props/propTypes.js +0 -16
  979. package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -64
  980. package/es/v1/errorstate/OopsSomethingMiss/props/defaultProps.js +0 -8
  981. package/es/v1/errorstate/OopsSomethingMiss/props/propTypes.js +0 -16
  982. package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -64
  983. package/es/v1/errorstate/UnableToProcessRequest/props/defaultProps.js +0 -8
  984. package/es/v1/errorstate/UnableToProcessRequest/props/propTypes.js +0 -16
  985. package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -65
  986. package/es/v1/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -9
  987. package/es/v1/errorstate/UnauthorizedLogin/props/propTypes.js +0 -17
  988. package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +0 -64
  989. package/es/v1/errorstate/UrlNotFound/props/defaultProps.js +0 -8
  990. package/es/v1/errorstate/UrlNotFound/props/propTypes.js +0 -16
  991. package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +0 -64
  992. package/es/v1/errorstate/WillBeRightBack/props/defaultProps.js +0 -8
  993. package/es/v1/errorstate/WillBeRightBack/props/propTypes.js +0 -16
  994. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +0 -130
  995. package/es/v1/form/fields/CheckBoxField/props/defaultProps.js +0 -12
  996. package/es/v1/form/fields/CheckBoxField/props/propTypes.js +0 -29
  997. package/es/v1/form/fields/CurrencyField/CurrencyField.js +0 -160
  998. package/es/v1/form/fields/CurrencyField/props/defaultProps.js +0 -17
  999. package/es/v1/form/fields/CurrencyField/props/propTypes.js +0 -39
  1000. package/es/v1/form/fields/DateField/DateField.js +0 -164
  1001. package/es/v1/form/fields/DateField/props/defaultProps.js +0 -19
  1002. package/es/v1/form/fields/DateField/props/propTypes.js +0 -39
  1003. package/es/v1/form/fields/FieldContainer/FieldContainer.js +0 -66
  1004. package/es/v1/form/fields/FieldContainer/props/defaultProps.js +0 -6
  1005. package/es/v1/form/fields/FieldContainer/props/propTypes.js +0 -24
  1006. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +0 -190
  1007. package/es/v1/form/fields/MultiSelectField/props/defaultProps.js +0 -17
  1008. package/es/v1/form/fields/MultiSelectField/props/propTypes.js +0 -50
  1009. package/es/v1/form/fields/PhoneField/PhoneField.js +0 -161
  1010. package/es/v1/form/fields/PhoneField/props/defaultProps.js +0 -16
  1011. package/es/v1/form/fields/PhoneField/props/propTypes.js +0 -47
  1012. package/es/v1/form/fields/RadioField/RadioField.js +0 -144
  1013. package/es/v1/form/fields/RadioField/props/defaultProps.js +0 -13
  1014. package/es/v1/form/fields/RadioField/props/propTypes.js +0 -33
  1015. package/es/v1/form/fields/RadioField/useRadio.js +0 -44
  1016. package/es/v1/form/fields/SelectField/SelectField.js +0 -160
  1017. package/es/v1/form/fields/SelectField/props/defaultProps.js +0 -18
  1018. package/es/v1/form/fields/SelectField/props/propTypes.js +0 -50
  1019. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +0 -333
  1020. package/es/v1/form/fields/TagsMultiSelect/props/defaultProps.js +0 -16
  1021. package/es/v1/form/fields/TagsMultiSelect/props/propTypes.js +0 -57
  1022. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +0 -276
  1023. package/es/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +0 -23
  1024. package/es/v1/form/fields/TagsMultiSelectField/props/propTypes.js +0 -71
  1025. package/es/v1/form/fields/TextBoxField/TextBoxField.js +0 -144
  1026. package/es/v1/form/fields/TextBoxField/props/defaultProps.js +0 -17
  1027. package/es/v1/form/fields/TextBoxField/props/propTypes.js +0 -44
  1028. package/es/v1/form/fields/TextEditor/TextEditor.js +0 -418
  1029. package/es/v1/form/fields/TextEditor/props/defaultProps.js +0 -16
  1030. package/es/v1/form/fields/TextEditor/props/propTypes.js +0 -53
  1031. package/es/v1/form/fields/TextEditorField/TextEditorField.js +0 -159
  1032. package/es/v1/form/fields/TextEditorField/props/defaultProps.js +0 -15
  1033. package/es/v1/form/fields/TextEditorField/props/propTypes.js +0 -59
  1034. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +0 -163
  1035. package/es/v1/form/fields/TextEditorWrapper/props/defaultProps.js +0 -9
  1036. package/es/v1/form/fields/TextEditorWrapper/props/propTypes.js +0 -40
  1037. package/es/v1/form/fields/TextareaField/TextareaField.js +0 -140
  1038. package/es/v1/form/fields/TextareaField/props/defaultProps.js +0 -15
  1039. package/es/v1/form/fields/TextareaField/props/propTypes.js +0 -35
  1040. package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +0 -58
  1041. package/es/v1/form/fields/ValidationMessage/props/defaultProps.js +0 -7
  1042. package/es/v1/form/fields/ValidationMessage/props/propTypes.js +0 -16
  1043. package/es/v1/form/fields/index.js +0 -16
  1044. package/es/v1/form/fields/props/FieldCommonDefaultProps.js +0 -10
  1045. package/es/v1/form/fields/props/FieldCommonPropTypes.js +0 -17
  1046. package/es/v1/form/layout/Field/Field.js +0 -29
  1047. package/es/v1/form/layout/Field/props/defaultProps.js +0 -4
  1048. package/es/v1/form/layout/Field/props/propTypes.js +0 -10
  1049. package/es/v1/form/layout/Section/Section.js +0 -30
  1050. package/es/v1/form/layout/Section/props/propTypes.js +0 -11
  1051. package/es/v1/form/layout/index.js +0 -2
  1052. package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +0 -174
  1053. package/es/v1/layout/SetupDetailLayout/index.js +0 -4
  1054. package/es/v1/layout/SetupDetailLayout/props/defaultProps.js +0 -20
  1055. package/es/v1/layout/SetupDetailLayout/props/propTypes.js +0 -40
  1056. package/es/v1/layout/SubtabLayout/SubtabLayout.js +0 -126
  1057. package/es/v1/layout/SubtabLayout/index.js +0 -4
  1058. package/es/v1/layout/SubtabLayout/props/defaultProps.js +0 -25
  1059. package/es/v1/layout/SubtabLayout/props/propTypes.js +0 -40
  1060. package/es/v1/list/AvatarFlip/AvatarFlip.js +0 -73
  1061. package/es/v1/list/AvatarFlip/props/defaultProps.js +0 -6
  1062. package/es/v1/list/AvatarFlip/props/propTypes.js +0 -29
  1063. package/es/v1/list/BluePrintStatus/BluePrintStatus.js +0 -21
  1064. package/es/v1/list/BluePrintStatus/props/propTypes.js +0 -4
  1065. package/es/v1/list/Comment/Comment.js +0 -35
  1066. package/es/v1/list/Comment/props/defaultProps.js +0 -4
  1067. package/es/v1/list/Comment/props/propTypes.js +0 -7
  1068. package/es/v1/list/DepartmentDropDown/DepartmentDropDown.js +0 -85
  1069. package/es/v1/list/DepartmentDropDown/props/defaultProps.js +0 -7
  1070. package/es/v1/list/DepartmentDropDown/props/propTypes.js +0 -24
  1071. package/es/v1/list/Dot/Dot.js +0 -15
  1072. package/es/v1/list/Dot/props/defaultProps.js +0 -4
  1073. package/es/v1/list/Dot/props/propTypes.js +0 -5
  1074. package/es/v1/list/DotNew/DotNew.js +0 -22
  1075. package/es/v1/list/DotNew/props/defaultProps.js +0 -3
  1076. package/es/v1/list/DotNew/props/propTypes.js +0 -6
  1077. package/es/v1/list/GridStencils/GridStencils.js +0 -31
  1078. package/es/v1/list/GridStencils/props/propTypes.js +0 -8
  1079. package/es/v1/list/Icons/AddNewIcon.js +0 -25
  1080. package/es/v1/list/Icons/CompleteIcon.js +0 -27
  1081. package/es/v1/list/Icons/DeleteIcon.js +0 -28
  1082. package/es/v1/list/Icons/EditIcon.js +0 -28
  1083. package/es/v1/list/Icons/FloatingIcons.js +0 -23
  1084. package/es/v1/list/Icons/ReadUnreadIcon.js +0 -32
  1085. package/es/v1/list/Icons/SmartIcon.js +0 -25
  1086. package/es/v1/list/Icons/index.js +0 -7
  1087. package/es/v1/list/Icons/props/defaultProps.js +0 -6
  1088. package/es/v1/list/Icons/props/propTypes.js +0 -53
  1089. package/es/v1/list/ListLayout/ListLayout.js +0 -68
  1090. package/es/v1/list/ListLayout/props/defaultProps.js +0 -11
  1091. package/es/v1/list/ListLayout/props/propTypes.js +0 -27
  1092. package/es/v1/list/ListStencils/ListStencils.js +0 -44
  1093. package/es/v1/list/ListStencils/props/defaultProps.js +0 -3
  1094. package/es/v1/list/ListStencils/props/propTypes.js +0 -4
  1095. package/es/v1/list/SecondaryText/AccountName.js +0 -77
  1096. package/es/v1/list/SecondaryText/ContactName.js +0 -76
  1097. package/es/v1/list/SecondaryText/DepartmentText.js +0 -18
  1098. package/es/v1/list/SecondaryText/Email.js +0 -47
  1099. package/es/v1/list/SecondaryText/HappinessRating.js +0 -23
  1100. package/es/v1/list/SecondaryText/PhoneNumber.js +0 -51
  1101. package/es/v1/list/SecondaryText/PriorityText.js +0 -21
  1102. package/es/v1/list/SecondaryText/SecondaryText.js +0 -27
  1103. package/es/v1/list/SecondaryText/StatusText.js +0 -22
  1104. package/es/v1/list/SecondaryText/TicketId.js +0 -41
  1105. package/es/v1/list/SecondaryText/Website.js +0 -35
  1106. package/es/v1/list/SecondaryText/index.js +0 -11
  1107. package/es/v1/list/SecondaryText/props/defaultProps.js +0 -44
  1108. package/es/v1/list/SecondaryText/props/propTypes.js +0 -142
  1109. package/es/v1/list/SecondryPanel/SecondryPanel.js +0 -87
  1110. package/es/v1/list/SecondryPanel/props/defaultProps.js +0 -18
  1111. package/es/v1/list/SecondryPanel/props/propTypes.js +0 -27
  1112. package/es/v1/list/SentimentStatus/SentimentStatus.js +0 -23
  1113. package/es/v1/list/SentimentStatus/props/propTypes.js +0 -5
  1114. package/es/v1/list/Subject/Subject.js +0 -52
  1115. package/es/v1/list/Subject/props/defaultProps.js +0 -8
  1116. package/es/v1/list/Subject/props/propTypes.js +0 -20
  1117. package/es/v1/list/TagNew/TagNew.js +0 -24
  1118. package/es/v1/list/TagNew/props/defaultProps.js +0 -4
  1119. package/es/v1/list/TagNew/props/propTypes.js +0 -8
  1120. package/es/v1/list/Thread/Thread.js +0 -33
  1121. package/es/v1/list/Thread/props/defaultProps.js +0 -4
  1122. package/es/v1/list/Thread/props/propTypes.js +0 -8
  1123. package/es/v1/list/index.js +0 -16
  1124. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +0 -307
  1125. package/es/v1/list/status/StatusDropdown/props/defaultProps.js +0 -22
  1126. package/es/v1/list/status/StatusDropdown/props/propTypes.js +0 -60
  1127. package/es/v1/list/status/StatusListItem/StatusListItem.js +0 -108
  1128. package/es/v1/list/status/StatusListItem/props/defaultProps.js +0 -16
  1129. package/es/v1/list/status/StatusListItem/props/propTypes.js +0 -31
  1130. package/es/v1/list/status/index.js +0 -2
  1131. package/es/v1/lookup/EmptyPage/EmptyPage.js +0 -54
  1132. package/es/v1/lookup/EmptyPage/props/defaultProps.js +0 -4
  1133. package/es/v1/lookup/EmptyPage/props/propTypes.js +0 -5
  1134. package/es/v1/lookup/Lookup/Lookup.js +0 -116
  1135. package/es/v1/lookup/Lookup/props/defaultProps.js +0 -9
  1136. package/es/v1/lookup/Lookup/props/propTypes.js +0 -24
  1137. package/es/v1/lookup/Section/Section.js +0 -18
  1138. package/es/v1/lookup/Section/props/propTypes.js +0 -6
  1139. package/es/v1/lookup/header/Close/Close.js +0 -30
  1140. package/es/v1/lookup/header/Close/props/defaultProps.js +0 -3
  1141. package/es/v1/lookup/header/Close/props/propTypes.js +0 -6
  1142. package/es/v1/lookup/header/ModuleHeader/ModuleHeader.js +0 -89
  1143. package/es/v1/lookup/header/ModuleHeader/props/defaultProps.js +0 -9
  1144. package/es/v1/lookup/header/ModuleHeader/props/propTypes.js +0 -20
  1145. package/es/v1/lookup/header/Search/Search.js +0 -179
  1146. package/es/v1/lookup/header/Search/props/defaultProps.js +0 -5
  1147. package/es/v1/lookup/header/Search/props/propTypes.js +0 -28
  1148. package/es/v1/lookup/header/TicketHeader/TicketHeader.js +0 -108
  1149. package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +0 -10
  1150. package/es/v1/lookup/header/TicketHeader/props/propTypes.js +0 -21
  1151. package/es/v1/lookup/header/Title/Title.js +0 -27
  1152. package/es/v1/lookup/header/Title/props/defaultProps.js +0 -3
  1153. package/es/v1/lookup/header/Title/props/propTypes.js +0 -6
  1154. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +0 -194
  1155. package/es/v1/lookup/header/ViewDropDown/props/defaultProps.js +0 -10
  1156. package/es/v1/lookup/header/ViewDropDown/props/propTypes.js +0 -27
  1157. package/es/v1/lookup/header/index.js +0 -5
  1158. package/es/v1/notification/DesktopNotification/DesktopNotification.js +0 -190
  1159. package/es/v1/notification/DesktopNotification/props/defaultProps.js +0 -17
  1160. package/es/v1/notification/DesktopNotification/props/propTypes.js +0 -43
  1161. package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -91
  1162. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +0 -7
  1163. package/es/v1/notification/DesktopNotificationHeader/props/propTypes.js +0 -13
  1164. package/es/v1/setup/header/Button/Button.js +0 -24
  1165. package/es/v1/setup/header/Button/props/defaultProps.js +0 -4
  1166. package/es/v1/setup/header/Button/props/propTypes.js +0 -7
  1167. package/es/v1/setup/header/Link/Link.js +0 -32
  1168. package/es/v1/setup/header/Link/props/defaultProps.js +0 -4
  1169. package/es/v1/setup/header/Link/props/propTypes.js +0 -8
  1170. package/es/v1/setup/header/Search/Search.js +0 -60
  1171. package/es/v1/setup/header/Search/props/defaultProps.js +0 -6
  1172. package/es/v1/setup/header/Search/props/propTypes.js +0 -12
  1173. package/es/v1/setup/header/Views/Views.js +0 -34
  1174. package/es/v1/setup/header/Views/props/defaultProps.js +0 -6
  1175. package/es/v1/setup/header/Views/props/propTypes.js +0 -9
  1176. package/es/v1/setup/header/index.js +0 -4
  1177. package/es/v1/setup/helptips/Description/Description.js +0 -12
  1178. package/es/v1/setup/helptips/Description/props/propTypes.js +0 -4
  1179. package/es/v1/setup/helptips/Link/Link.js +0 -29
  1180. package/es/v1/setup/helptips/Link/props/propTypes.js +0 -7
  1181. package/es/v1/setup/helptips/ListGroup/ListGroup.js +0 -27
  1182. package/es/v1/setup/helptips/ListGroup/props/propTypes.js +0 -5
  1183. package/es/v1/setup/helptips/Title/Title.js +0 -12
  1184. package/es/v1/setup/helptips/Title/props/propTypes.js +0 -4
  1185. package/es/v1/setup/helptips/index.js +0 -4
  1186. package/es/v1/setup/index.js +0 -6
  1187. package/es/v1/setup/table/Table/Table.js +0 -22
  1188. package/es/v1/setup/table/Table/props/defaultProps.js +0 -4
  1189. package/es/v1/setup/table/Table/props/propTypes.js +0 -6
  1190. package/es/v1/setup/table/TableBody/TableBody.js +0 -26
  1191. package/es/v1/setup/table/TableBody/props/defaultProps.js +0 -3
  1192. package/es/v1/setup/table/TableBody/props/propTypes.js +0 -7
  1193. package/es/v1/setup/table/TableData/TableData.js +0 -31
  1194. package/es/v1/setup/table/TableData/props/defaultProps.js +0 -5
  1195. package/es/v1/setup/table/TableData/props/propTypes.js +0 -11
  1196. package/es/v1/setup/table/TableHead/TableHead.js +0 -31
  1197. package/es/v1/setup/table/TableHead/props/defaultProps.js +0 -4
  1198. package/es/v1/setup/table/TableHead/props/propTypes.js +0 -8
  1199. package/es/v1/setup/table/TableRow/TableRow.js +0 -36
  1200. package/es/v1/setup/table/TableRow/props/defaultProps.js +0 -4
  1201. package/es/v1/setup/table/TableRow/props/propTypes.js +0 -11
  1202. package/es/v1/setup/table/Text/Text.js +0 -50
  1203. package/es/v1/setup/table/Text/props/defaultProps.js +0 -7
  1204. package/es/v1/setup/table/Text/props/propTypes.js +0 -13
  1205. package/es/v1/setup/table/index.js +0 -5
  1206. package/es/v1/svg/PlusIcon.js +0 -25
  1207. package/es/v1/svg/SnippetIcon.js +0 -27
  1208. package/es/v1/svg/TemplateIcon.js +0 -28
  1209. package/es/v1/svg/index.js +0 -3
  1210. package/es/v1/svg/props/defaultProps.js +0 -15
  1211. package/es/v1/svg/props/propTypes.js +0 -16
  1212. package/es/v1/utils/ChannelIconMapping.js +0 -129
  1213. package/es/v1/utils/General.js +0 -45
  1214. package/es/v1/utils/editorUtils.js +0 -193
  1215. package/es/version2/AlertClose/AlertClose.js +0 -40
  1216. package/es/version2/AlertClose/AlertClose.module.css +0 -44
  1217. package/es/version2/AlertClose/__tests__/AlertClose.spec.js +0 -11
  1218. package/es/version2/AlertClose/__tests__/__snapshots__/AlertClose.spec.js.snap +0 -29
  1219. package/es/version2/AlertClose/props/propTypes.js +0 -8
  1220. package/es/version2/GlobalNotification/GlobalNotification.js +0 -208
  1221. package/es/version2/GlobalNotification/GlobalNotification.module.css +0 -183
  1222. package/es/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +0 -20
  1223. package/es/version2/GlobalNotification/__tests__/__snapshots__/GlobalNotification.spec.js.snap +0 -144
  1224. package/es/version2/GlobalNotification/props/defaultProps.js +0 -6
  1225. package/es/version2/GlobalNotification/props/propTypes.js +0 -41
  1226. package/es/version2/GlobalNotification/utils/constants.js +0 -6
  1227. package/es/version2/alertIcons/AlarmAlertIcon.js +0 -68
  1228. package/es/version2/alertIcons/AlertIcons.js +0 -63
  1229. package/es/version2/alertIcons/AlertIcons.module.css +0 -77
  1230. package/es/version2/alertIcons/DangerAlertIcon.js +0 -68
  1231. package/es/version2/alertIcons/ErrorAlertIcon.js +0 -73
  1232. package/es/version2/alertIcons/InfoAlertIcon.js +0 -77
  1233. package/es/version2/alertIcons/NotificationAlertIcon.js +0 -73
  1234. package/es/version2/alertIcons/SuccessAlertIcon.js +0 -68
  1235. package/es/version2/alertIcons/WarningAlertIcon.js +0 -68
  1236. package/es/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +0 -11
  1237. package/es/version2/alertIcons/__tests__/AlertIcons.spec.js +0 -11
  1238. package/es/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +0 -11
  1239. package/es/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +0 -11
  1240. package/es/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +0 -11
  1241. package/es/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +0 -11
  1242. package/es/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +0 -11
  1243. package/es/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +0 -11
  1244. package/es/version2/alertIcons/__tests__/__snapshots__/AlarmAlertIcon.spec.js.snap +0 -71
  1245. package/es/version2/alertIcons/__tests__/__snapshots__/AlertIcons.spec.js.snap +0 -76
  1246. package/es/version2/alertIcons/__tests__/__snapshots__/DangerAlertIcon.spec.js.snap +0 -71
  1247. package/es/version2/alertIcons/__tests__/__snapshots__/ErrorAlertIcon.spec.js.snap +0 -77
  1248. package/es/version2/alertIcons/__tests__/__snapshots__/InfoAlertIcon.spec.js.snap +0 -82
  1249. package/es/version2/alertIcons/__tests__/__snapshots__/NotificationAlertIcon.spec.js.snap +0 -77
  1250. package/es/version2/alertIcons/__tests__/__snapshots__/SuccessAlertIcon.spec.js.snap +0 -71
  1251. package/es/version2/alertIcons/__tests__/__snapshots__/WarningAlertIcon.spec.js.snap +0 -71
  1252. package/es/version2/alertIcons/index.js +0 -8
  1253. package/es/version2/alertIcons/props/defaultProps.js +0 -27
  1254. package/es/version2/alertIcons/props/propTypes.js +0 -34
  1255. package/es/version2/errorstate/Inconvenience/Inconvenience.js +0 -72
  1256. package/es/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +0 -11
  1257. package/es/version2/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +0 -133
  1258. package/es/version2/errorstate/Inconvenience/props/defaultProps.js +0 -8
  1259. package/es/version2/errorstate/Inconvenience/props/propTypes.js +0 -16
  1260. package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -72
  1261. package/es/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +0 -11
  1262. package/es/version2/errorstate/OopsSomethingMiss/__tests__/__snapshots__/OopsSomethingMiss.spec.js.snap +0 -133
  1263. package/es/version2/errorstate/OopsSomethingMiss/props/defaultProps.js +0 -8
  1264. package/es/version2/errorstate/OopsSomethingMiss/props/propTypes.js +0 -16
  1265. package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -72
  1266. package/es/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +0 -11
  1267. package/es/version2/errorstate/UnableToProcessRequest/__tests__/__snapshots__/UnableToProcessRequest.spec.js.snap +0 -133
  1268. package/es/version2/errorstate/UnableToProcessRequest/props/defaultProps.js +0 -8
  1269. package/es/version2/errorstate/UnableToProcessRequest/props/propTypes.js +0 -16
  1270. package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -73
  1271. package/es/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +0 -11
  1272. package/es/version2/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +0 -116
  1273. package/es/version2/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -9
  1274. package/es/version2/errorstate/UnauthorizedLogin/props/propTypes.js +0 -17
  1275. package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +0 -72
  1276. package/es/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +0 -11
  1277. package/es/version2/errorstate/UrlNotFound/__tests__/__snapshots__/UrlNotFound.spec.js.snap +0 -133
  1278. package/es/version2/errorstate/UrlNotFound/props/defaultProps.js +0 -8
  1279. package/es/version2/errorstate/UrlNotFound/props/propTypes.js +0 -16
  1280. package/es/version2/errorstate/V2_ErrorStates.module.css +0 -46
  1281. package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +0 -72
  1282. package/es/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +0 -11
  1283. package/es/version2/errorstate/WillBeRightBack/__tests__/__snapshots__/WillBeRightBack.spec.js.snap +0 -133
  1284. package/es/version2/errorstate/WillBeRightBack/props/defaultProps.js +0 -8
  1285. package/es/version2/errorstate/WillBeRightBack/props/propTypes.js +0 -16
  1286. package/es/version2/errorstate/index.js +0 -6
  1287. package/es/version2/index.js +0 -12
  1288. package/es/version2/lookup/AlertHeader/AlertHeader.js +0 -79
  1289. package/es/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +0 -11
  1290. package/es/version2/lookup/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +0 -88
  1291. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +0 -90
  1292. package/es/version2/lookup/AlertHeader/css/cssJSLogic.js +0 -20
  1293. package/es/version2/lookup/AlertHeader/props/defaultProps.js +0 -12
  1294. package/es/version2/lookup/AlertHeader/props/propTypes.js +0 -19
  1295. package/es/version2/lookup/AlertLookup/AlertLookup.js +0 -205
  1296. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +0 -44
  1297. package/es/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +0 -19
  1298. package/es/version2/lookup/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +0 -20
  1299. package/es/version2/lookup/AlertLookup/props/defaultProps.js +0 -13
  1300. package/es/version2/lookup/AlertLookup/props/propTypes.js +0 -35
  1301. package/es/version2/lookup/alertLookupCommonNew.module.css +0 -33
  1302. package/es/version2/lookup/index.js +0 -2
  1303. package/es/version2/notification/DesktopNotification/DesktopNotification.js +0 -190
  1304. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +0 -134
  1305. package/es/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +0 -11
  1306. package/es/version2/notification/DesktopNotification/__tests__/__snapshots__/DesktopNotification.spec.js.snap +0 -176
  1307. package/es/version2/notification/DesktopNotification/props/defaultProps.js +0 -17
  1308. package/es/version2/notification/DesktopNotification/props/propTypes.js +0 -42
  1309. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -97
  1310. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -139
  1311. package/es/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +0 -11
  1312. package/es/version2/notification/DesktopNotificationHeader/__tests__/__snapshots__/DesktopNotificationHeader.spec.js.snap +0 -141
  1313. package/es/version2/notification/DesktopNotificationHeader/props/defaultProps.js +0 -7
  1314. package/es/version2/notification/DesktopNotificationHeader/props/propTypes.js +0 -12
  1315. package/es/version2/notification/index.js +0 -3
  1316. package/lib/ActionButton/ActionButton.js +0 -223
  1317. package/lib/ActionButton/ActionButton.module.css +0 -193
  1318. package/lib/ActionButton/__tests__/ActionButton.spec.js +0 -379
  1319. package/lib/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +0 -2673
  1320. package/lib/ActionButton/props/defaultProps.js +0 -26
  1321. package/lib/ActionButton/props/propTypes.js +0 -48
  1322. package/lib/AlphabeticList/AlphabeticList.js +0 -176
  1323. package/lib/AlphabeticList/AlphabeticList.module.css +0 -57
  1324. package/lib/AlphabeticList/__tests__/AlphabeticList.spec.js +0 -18
  1325. package/lib/AlphabeticList/__tests__/__snapshots__/AlphabeticList.spec.js.snap +0 -338
  1326. package/lib/AlphabeticList/props/defaultProps.js +0 -20
  1327. package/lib/AlphabeticList/props/propTypes.js +0 -50
  1328. package/lib/Attachment/Attachment.js +0 -148
  1329. package/lib/Attachment/Attachment.module.css +0 -189
  1330. package/lib/Attachment/__tests__/Attachment.spec.js +0 -42
  1331. package/lib/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +0 -146
  1332. package/lib/Attachment/props/defaultProps.js +0 -15
  1333. package/lib/Attachment/props/propTypes.js +0 -29
  1334. package/lib/AttachmentViewer/Attachment.js +0 -136
  1335. package/lib/AttachmentViewer/AttachmentImage.js +0 -162
  1336. package/lib/AttachmentViewer/AttachmentViewer.js +0 -812
  1337. package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -388
  1338. package/lib/AttachmentViewer/__tests__/AttachmentImage.spec.js +0 -123
  1339. package/lib/AttachmentViewer/__tests__/AttachmentViewer.spec.js +0 -141
  1340. package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentImage.spec.js.snap +0 -15
  1341. package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +0 -382
  1342. package/lib/AttachmentViewer/props/defaultProps.js +0 -24
  1343. package/lib/AttachmentViewer/props/propTypes.js +0 -61
  1344. package/lib/AttachmentViewer/utils.js +0 -287
  1345. package/lib/AudioPlayer/AudioPlayer.js +0 -662
  1346. package/lib/AudioPlayer/AudioPlayer.module.css +0 -146
  1347. package/lib/AudioPlayer/Timer/Timer.js +0 -117
  1348. package/lib/AudioPlayer/Timer/Timer.module.css +0 -5
  1349. package/lib/AudioPlayer/Timer/__tests__/Timer.spec.js +0 -26
  1350. package/lib/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +0 -14
  1351. package/lib/AudioPlayer/Timer/propTypes/defaultProps.js +0 -11
  1352. package/lib/AudioPlayer/Timer/propTypes/propTypes.js +0 -22
  1353. package/lib/AudioPlayer/__tests__/AudioPlayer.spec.js +0 -210
  1354. package/lib/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +0 -1995
  1355. package/lib/AudioPlayer/propTypes/defaultProps.js +0 -24
  1356. package/lib/AudioPlayer/propTypes/propTypes.js +0 -44
  1357. package/lib/AudioPlayer/utils/utils.js +0 -33
  1358. package/lib/ChannelIcon/ChannelIcon.js +0 -164
  1359. package/lib/ChannelIcon/ChannelIcon.module.css +0 -226
  1360. package/lib/ChannelIcon/__tests__/ChannelIcon.spec.js +0 -18
  1361. package/lib/ChannelIcon/__tests__/__snapshots__/ChannelIcon.spec.js.snap +0 -27
  1362. package/lib/ChannelIcon/props/defaultProps.js +0 -15
  1363. package/lib/ChannelIcon/props/propTypes.js +0 -47
  1364. package/lib/DotProvider/DotProvider.js +0 -88
  1365. package/lib/DotProvider/__tests__/DotProvider.spec.js +0 -468
  1366. package/lib/DotProvider/__tests__/__snapshots__/DotProvider.spec.js.snap +0 -478
  1367. package/lib/DotProvider/hooks/useDotProvider.js +0 -85
  1368. package/lib/DotProvider/hooks/useDownloadAssetsAndSetAttr.js +0 -119
  1369. package/lib/DotProvider/libraryChunks/appearance/component/Dark_Component.js +0 -5
  1370. package/lib/DotProvider/libraryChunks/appearance/component/Light_Component.js +0 -5
  1371. package/lib/DotProvider/libraryChunks/appearance/component/PureDark_Component.js +0 -5
  1372. package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  1373. package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  1374. package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  1375. package/lib/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  1376. package/lib/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  1377. package/lib/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  1378. package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  1379. package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  1380. package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  1381. package/lib/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  1382. package/lib/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  1383. package/lib/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  1384. package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  1385. package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  1386. package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  1387. package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  1388. package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  1389. package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  1390. package/lib/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  1391. package/lib/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  1392. package/lib/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  1393. package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  1394. package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  1395. package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  1396. package/lib/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  1397. package/lib/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  1398. package/lib/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  1399. package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  1400. package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  1401. package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  1402. package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  1403. package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  1404. package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  1405. package/lib/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  1406. package/lib/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  1407. package/lib/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  1408. package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  1409. package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  1410. package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  1411. package/lib/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  1412. package/lib/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  1413. package/lib/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  1414. package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  1415. package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  1416. package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  1417. package/lib/DotProvider/props/defaultProps.js +0 -20
  1418. package/lib/DotProvider/props/propTypes.js +0 -28
  1419. package/lib/DotProvider/utils/assetPromiseHandlers/fontSizeAssetPromise.js +0 -12
  1420. package/lib/DotProvider/utils/assetPromiseHandlers/themeAppearanceAssetPromise.js +0 -39
  1421. package/lib/DotProvider/utils/assetPromiseHandlers/themeColorAssetPromise.js +0 -40
  1422. package/lib/DotProvider/utils/assetPromiseHandlers/zoomSizeAssetPromise.js +0 -12
  1423. package/lib/DotProvider/utils/constants.js +0 -34
  1424. package/lib/DotProvider/utils/errorValidation.js +0 -25
  1425. package/lib/DotProvider/utils/getAssetsImportPromises.js +0 -22
  1426. package/lib/DotProvider/utils/sizeAssetsConfig.js +0 -31
  1427. package/lib/DotProvider/utils/themeAppearanceAssetsConfig.js +0 -69
  1428. package/lib/DotProvider/utils/themeColorAssetsConfig.js +0 -249
  1429. package/lib/Drawer/Drawer.js +0 -404
  1430. package/lib/Drawer/Drawer.module.css +0 -191
  1431. package/lib/Drawer/__tests__/Content.spec.js +0 -35
  1432. package/lib/Drawer/__tests__/Drawer.spec.js +0 -161
  1433. package/lib/Drawer/__tests__/Footer.spec.js +0 -41
  1434. package/lib/Drawer/__tests__/Header.spec.js +0 -192
  1435. package/lib/Drawer/__tests__/__snapshots__/Content.spec.js.snap +0 -127
  1436. package/lib/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +0 -564
  1437. package/lib/Drawer/__tests__/__snapshots__/Footer.spec.js.snap +0 -1233
  1438. package/lib/Drawer/__tests__/__snapshots__/Header.spec.js.snap +0 -782
  1439. package/lib/Drawer/index.js +0 -37
  1440. package/lib/Drawer/props/defaultProps.js +0 -33
  1441. package/lib/Drawer/props/propTypes.js +0 -71
  1442. package/lib/ExternalLink/ExternalLink.js +0 -100
  1443. package/lib/ExternalLink/ExternalLink.module.css +0 -4
  1444. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +0 -94
  1445. package/lib/ExternalLink/__tests__/__snapshots__/ExternalLink.spec.js.snap +0 -131
  1446. package/lib/ExternalLink/props/defaultProps.js +0 -12
  1447. package/lib/ExternalLink/props/propTypes.js +0 -23
  1448. package/lib/FlipCard/FlipCard.js +0 -203
  1449. package/lib/FlipCard/FlipCard.module.css +0 -44
  1450. package/lib/FlipCard/__tests__/FlipCard.spec.js +0 -630
  1451. package/lib/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +0 -6711
  1452. package/lib/FlipCard/props/defaultProps.js +0 -12
  1453. package/lib/FlipCard/props/propTypes.js +0 -48
  1454. package/lib/FormAction/FormAction.js +0 -142
  1455. package/lib/FormAction/FormAction.module.css +0 -101
  1456. package/lib/FormAction/__tests__/FormAction.spec.js +0 -18
  1457. package/lib/FormAction/__tests__/__snapshots__/FormAction.spec.js.snap +0 -20
  1458. package/lib/FormAction/props/defaultProps.js +0 -12
  1459. package/lib/FormAction/props/propTypes.js +0 -19
  1460. package/lib/FreezeLayer/FreezeLayer.js +0 -100
  1461. package/lib/FreezeLayer/__tests__/FreezeLayer.spec.js +0 -26
  1462. package/lib/FreezeLayer/__tests__/__snapshots__/FreezeLayer.spec.js.snap +0 -13
  1463. package/lib/FreezeLayer/css/FreezeLayer.module.css +0 -42
  1464. package/lib/FreezeLayer/css/cssJSLogic.js +0 -26
  1465. package/lib/FreezeLayer/index.js +0 -23
  1466. package/lib/FreezeLayer/props/defaultProps.js +0 -16
  1467. package/lib/FreezeLayer/props/propTypes.js +0 -34
  1468. package/lib/Hooks/Dragger/css/Dragger.module.css +0 -3
  1469. package/lib/Hooks/Dragger/props/defaultProps.js +0 -17
  1470. package/lib/Hooks/Dragger/props/propTypes.js +0 -22
  1471. package/lib/Hooks/Dragger/useDragger.js +0 -159
  1472. package/lib/Hooks/Dragger/utils/DraggerUtil.js +0 -30
  1473. package/lib/Hooks/useFreezeLayer.js +0 -94
  1474. package/lib/IconButton/IconButton.js +0 -199
  1475. package/lib/IconButton/IconButton.module.css +0 -52
  1476. package/lib/IconButton/__tests__/IconButton.spec.js +0 -165
  1477. package/lib/IconButton/__tests__/__snapshots__/IconButton.spec.js.snap +0 -381
  1478. package/lib/IconButton/props/defaultProps.js +0 -25
  1479. package/lib/IconButton/props/propTypes.js +0 -44
  1480. package/lib/Image/Image.js +0 -93
  1481. package/lib/Image/Image.module.css +0 -12
  1482. package/lib/Image/__tests__/Image.spec.js +0 -77
  1483. package/lib/Image/__tests__/__snapshots__/Image.spec.js.snap +0 -74
  1484. package/lib/Image/props/defaultProps.js +0 -11
  1485. package/lib/Image/props/propTypes.js +0 -26
  1486. package/lib/ImportantNotes/ImportantNotes.js +0 -96
  1487. package/lib/ImportantNotes/ImportantNotes.module.css +0 -24
  1488. package/lib/ImportantNotes/__tests__/ImportantNotes.spec.js +0 -114
  1489. package/lib/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +0 -361
  1490. package/lib/ImportantNotes/props/defaultProps.js +0 -13
  1491. package/lib/ImportantNotes/props/propTypes.js +0 -21
  1492. package/lib/Link/Link.js +0 -159
  1493. package/lib/Link/Link.module.css +0 -4
  1494. package/lib/Link/LinkContext.js +0 -23
  1495. package/lib/Link/__tests__/Link.spec.js +0 -144
  1496. package/lib/Link/__tests__/__snapshots__/Link.spec.js.snap +0 -151
  1497. package/lib/Link/props/defaultProps.js +0 -12
  1498. package/lib/Link/props/propTypes.js +0 -29
  1499. package/lib/Loader/Loader.js +0 -70
  1500. package/lib/Loader/Loader.module.css +0 -48
  1501. package/lib/Loader/__tests__/Loader.spec.js +0 -18
  1502. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +0 -14
  1503. package/lib/Message/Message.js +0 -170
  1504. package/lib/Message/Message.module.css +0 -103
  1505. package/lib/Message/__tests__/Message.spec.js +0 -18
  1506. package/lib/Message/__tests__/__snapshots__/Message.spec.js.snap +0 -51
  1507. package/lib/Message/props/defaultProps.js +0 -11
  1508. package/lib/Message/props/propTypes.js +0 -41
  1509. package/lib/MessageBanner/MessageBanner.js +0 -116
  1510. package/lib/MessageBanner/MessageBanner.module.css +0 -46
  1511. package/lib/MessageBanner/__tests__/MessageBanner.spec.js +0 -68
  1512. package/lib/MessageBanner/__tests__/__snapshots__/MessageBanner.spec.js.snap +0 -352
  1513. package/lib/MessageBanner/props/defaultProps.js +0 -14
  1514. package/lib/MessageBanner/props/propTypes.js +0 -24
  1515. package/lib/NewStar/NewStar.js +0 -117
  1516. package/lib/NewStar/NewStar.module.css +0 -244
  1517. package/lib/NewStar/__tests__/NewStar.spec.js +0 -44
  1518. package/lib/NewStar/__tests__/__snapshots__/NewStar.spec.js.snap +0 -325
  1519. package/lib/NewStar/props/defaultProps.js +0 -11
  1520. package/lib/NewStar/props/propTypes.js +0 -17
  1521. package/lib/Onboarding/CarouselDots/CarouselDot/CarouselDot.js +0 -44
  1522. package/lib/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js +0 -50
  1523. package/lib/Onboarding/CarouselDots/CarouselDot/__tests__/__snapshots__/CarouselDot.spec.js.snap +0 -51
  1524. package/lib/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +0 -74
  1525. package/lib/Onboarding/CarouselDots/CarouselDot/props/defaultProps.js +0 -13
  1526. package/lib/Onboarding/CarouselDots/CarouselDot/props/propTypes.js +0 -20
  1527. package/lib/Onboarding/CarouselDots/CarouselDots.js +0 -66
  1528. package/lib/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js +0 -71
  1529. package/lib/Onboarding/CarouselDots/__tests__/__snapshots__/CarouselDots.spec.js.snap +0 -94
  1530. package/lib/Onboarding/CarouselDots/css/CarouselDots.module.css +0 -6
  1531. package/lib/Onboarding/CarouselDots/props/defaultProps.js +0 -14
  1532. package/lib/Onboarding/CarouselDots/props/propTypes.js +0 -24
  1533. package/lib/Onboarding/Onboarding.js +0 -346
  1534. package/lib/Onboarding/__tests__/Onboarding.spec.js +0 -499
  1535. package/lib/Onboarding/__tests__/__snapshots__/Onboarding.spec.js.snap +0 -4194
  1536. package/lib/Onboarding/css/Onboarding.module.css +0 -478
  1537. package/lib/Onboarding/hooks/useOnboarding.js +0 -73
  1538. package/lib/Onboarding/hooks/useOnboardingSlider.js +0 -94
  1539. package/lib/Onboarding/props/defaultProps.js +0 -31
  1540. package/lib/Onboarding/props/propTypes.js +0 -84
  1541. package/lib/PlusIcon/PlusIcon.js +0 -93
  1542. package/lib/PlusIcon/PlusIcon.module.css +0 -19
  1543. package/lib/PlusIcon/__tests__/PlusIcon.spec.js +0 -75
  1544. package/lib/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +0 -340
  1545. package/lib/PlusIcon/props/defaultProps.js +0 -16
  1546. package/lib/PlusIcon/props/propTypes.js +0 -25
  1547. package/lib/Provider/Config.js +0 -29
  1548. package/lib/Separator/Separator.js +0 -107
  1549. package/lib/Separator/Separator.module.css +0 -34
  1550. package/lib/Separator/__tests__/Separator.spec.js +0 -90
  1551. package/lib/Separator/__tests__/__snapshots__/Separator.spec.js.snap +0 -1133
  1552. package/lib/Separator/props/defaultProps.js +0 -18
  1553. package/lib/Separator/props/propTypes.js +0 -22
  1554. package/lib/TagWithIcon/TagWithIcon.js +0 -94
  1555. package/lib/TagWithIcon/TagWithIcon.module.css +0 -67
  1556. package/lib/TagWithIcon/__tests__/TagWithIcon.spec.js +0 -18
  1557. package/lib/TagWithIcon/__tests__/__snapshots__/TagWithIcon.spec.js.snap +0 -12
  1558. package/lib/TagWithIcon/props/defaultProps.js +0 -15
  1559. package/lib/TagWithIcon/props/propTypes.js +0 -24
  1560. package/lib/ToastMessage/ToastMessage.js +0 -246
  1561. package/lib/ToastMessage/ToastMessage.module.css +0 -330
  1562. package/lib/ToastMessage/__tests__/ToastMessage.spec.js +0 -18
  1563. package/lib/ToastMessage/__tests__/__snapshots__/ToastMessage.spec.js.snap +0 -89
  1564. package/lib/ToastMessage/props/defaultProps.js +0 -25
  1565. package/lib/ToastMessage/props/propTypes.js +0 -51
  1566. package/lib/Upload/Upload.js +0 -128
  1567. package/lib/Upload/Upload.module.css +0 -125
  1568. package/lib/Upload/__tests__/Upload.spec.js +0 -158
  1569. package/lib/Upload/__tests__/__snapshots__/Upload.spec.js.snap +0 -483
  1570. package/lib/Upload/props/defaultProps.js +0 -14
  1571. package/lib/Upload/props/propTypes.js +0 -28
  1572. package/lib/VideoLookup/VideoLookup.js +0 -104
  1573. package/lib/VideoLookup/__tests__/VideoLookup.spec.js +0 -101
  1574. package/lib/VideoLookup/__tests__/__snapshots__/VideoLookup.spec.js.snap +0 -434
  1575. package/lib/VideoLookup/css/VideoLookup.module.css +0 -67
  1576. package/lib/VideoLookup/props/defaultProps.js +0 -15
  1577. package/lib/VideoLookup/props/propTypes.js +0 -23
  1578. package/lib/actions/AutoClose.js +0 -75
  1579. package/lib/actions/index.js +0 -37
  1580. package/lib/actions/props/defaultProps.js +0 -10
  1581. package/lib/actions/props/propTypes.js +0 -19
  1582. package/lib/alert/AlertHeader/AlertHeader.js +0 -132
  1583. package/lib/alert/AlertHeader/AlertHeader.module.css +0 -81
  1584. package/lib/alert/AlertHeader/__tests__/AlertHeader.spec.js +0 -126
  1585. package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +0 -974
  1586. package/lib/alert/AlertHeader/props/defaultProps.js +0 -15
  1587. package/lib/alert/AlertHeader/props/propTypes.js +0 -26
  1588. package/lib/alert/AlertLookup/AlertLookup.js +0 -163
  1589. package/lib/alert/AlertLookup/AlertLookup.module.css +0 -27
  1590. package/lib/alert/AlertLookup/__tests__/AlertLookup.spec.js +0 -26
  1591. package/lib/alert/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +0 -20
  1592. package/lib/alert/AlertLookup/props/defaultProps.js +0 -21
  1593. package/lib/alert/AlertLookup/props/propTypes.js +0 -46
  1594. package/lib/alert/index.js +0 -23
  1595. package/lib/avatar/AvatarClose/AvatarClose.js +0 -106
  1596. package/lib/avatar/AvatarClose/AvatarClose.module.css +0 -37
  1597. package/lib/avatar/AvatarClose/__tests__/AvatarClose.spec.js +0 -18
  1598. package/lib/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +0 -26
  1599. package/lib/avatar/AvatarClose/props/defaultProps.js +0 -14
  1600. package/lib/avatar/AvatarClose/props/propTypes.js +0 -26
  1601. package/lib/avatar/AvatarCollision/AvatarCollision.js +0 -110
  1602. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +0 -69
  1603. package/lib/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +0 -18
  1604. package/lib/avatar/AvatarCollision/__tests__/__snapshots__/AvatarCollision.spec.js.snap +0 -41
  1605. package/lib/avatar/AvatarCollision/props/defaultProps.js +0 -15
  1606. package/lib/avatar/AvatarCollision/props/propTypes.js +0 -28
  1607. package/lib/avatar/AvatarIcon/AvatarIcon.js +0 -106
  1608. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -61
  1609. package/lib/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +0 -18
  1610. package/lib/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +0 -21
  1611. package/lib/avatar/AvatarIcon/props/defaultProps.js +0 -21
  1612. package/lib/avatar/AvatarIcon/props/propTypes.js +0 -31
  1613. package/lib/avatar/AvatarStatus/AvatarStatus.js +0 -118
  1614. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +0 -146
  1615. package/lib/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +0 -18
  1616. package/lib/avatar/AvatarStatus/__tests__/__snapshots__/AvatarStatus.spec.js.snap +0 -29
  1617. package/lib/avatar/AvatarStatus/props/defaultProps.js +0 -19
  1618. package/lib/avatar/AvatarStatus/props/propTypes.js +0 -35
  1619. package/lib/avatar/AvatarThread/AvatarThread.js +0 -130
  1620. package/lib/avatar/AvatarThread/AvatarThread.module.css +0 -167
  1621. package/lib/avatar/AvatarThread/__tests__/AvatarThread.spec.js +0 -18
  1622. package/lib/avatar/AvatarThread/__tests__/__snapshots__/AvatarThread.spec.js.snap +0 -24
  1623. package/lib/avatar/AvatarThread/props/defaultProps.js +0 -16
  1624. package/lib/avatar/AvatarThread/props/propTypes.js +0 -41
  1625. package/lib/avatar/AvatarUser/AvatarUser.js +0 -167
  1626. package/lib/avatar/AvatarUser/AvatarUser.module.css +0 -171
  1627. package/lib/avatar/AvatarUser/__tests__/AvatarUser.spec.js +0 -18
  1628. package/lib/avatar/AvatarUser/__tests__/__snapshots__/AvatarUser.spec.js.snap +0 -24
  1629. package/lib/avatar/AvatarUser/props/defaultProps.js +0 -15
  1630. package/lib/avatar/AvatarUser/props/propTypes.js +0 -46
  1631. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -154
  1632. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +0 -23
  1633. package/lib/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +0 -18
  1634. package/lib/avatar/AvatarWithTeam/__tests__/__snapshots__/AvatarWithTeam.spec.js.snap +0 -26
  1635. package/lib/avatar/AvatarWithTeam/props/defaultProps.js +0 -16
  1636. package/lib/avatar/AvatarWithTeam/props/propTypes.js +0 -36
  1637. package/lib/avatar/index.js +0 -63
  1638. package/lib/common/dot_animation.module.css +0 -27
  1639. package/lib/common/dot_boxShadow.module.css +0 -43
  1640. package/lib/deprecated/FreezeLayer/FreezeLayer.js +0 -192
  1641. package/lib/deprecated/FreezeLayer/_FreezeLayer.module.css +0 -42
  1642. package/lib/deprecated/FreezeLayer/props/defaultProps.js +0 -15
  1643. package/lib/deprecated/FreezeLayer/props/propTypes.js +0 -28
  1644. package/lib/deprecated/SelectDropdown/SelectDropdown.js +0 -202
  1645. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +0 -59
  1646. package/lib/deprecated/utils/General.js +0 -29
  1647. package/lib/deprecated/utils/KeyboardApi.js +0 -299
  1648. package/lib/dot_layer.module.css +0 -1
  1649. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +0 -971
  1650. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -100
  1651. package/lib/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +0 -18
  1652. package/lib/dropdown/ToggleDropDown/__tests__/__snapshots__/ToggleDropDown.spec.js.snap +0 -27
  1653. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +0 -37
  1654. package/lib/dropdown/ToggleDropDown/props/propTypes.js +0 -95
  1655. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +0 -122
  1656. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -91
  1657. package/lib/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +0 -18
  1658. package/lib/emptystate/CommonEmptyState/__tests__/__snapshots__/CommonEmptyState.spec.js.snap +0 -11
  1659. package/lib/emptystate/CommonEmptyState/props/defaultProps.js +0 -17
  1660. package/lib/emptystate/CommonEmptyState/props/propTypes.js +0 -32
  1661. package/lib/emptystate/EditionPage/EditionPage.css +0 -43
  1662. package/lib/emptystate/EditionPage/EditionPage.js +0 -109
  1663. package/lib/emptystate/EditionPage/__tests__/EditionPage.spec.js +0 -18
  1664. package/lib/emptystate/EditionPage/__tests__/__snapshots__/EditionPage.spec.js.snap +0 -99
  1665. package/lib/emptystate/EditionPage/props/defaultProps.js +0 -12
  1666. package/lib/emptystate/EditionPage/props/propTypes.js +0 -22
  1667. package/lib/errorstate/EmptyStates.module.css +0 -88
  1668. package/lib/errorstate/Inconvenience/Inconvenience.js +0 -137
  1669. package/lib/errorstate/Inconvenience/Inconvenience.module.css +0 -7
  1670. package/lib/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +0 -18
  1671. package/lib/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +0 -61
  1672. package/lib/errorstate/Inconvenience/props/defaultProps.js +0 -11
  1673. package/lib/errorstate/Inconvenience/props/propTypes.js +0 -22
  1674. package/lib/errorstate/LinkText/LinkText.js +0 -80
  1675. package/lib/errorstate/LinkText/LinkText.module.css +0 -6
  1676. package/lib/errorstate/LinkText/__tests__/LinkText.spec.js +0 -18
  1677. package/lib/errorstate/LinkText/__tests__/__snapshots__/LinkText.spec.js.snap +0 -13
  1678. package/lib/errorstate/LinkText/props/defaultProps.js +0 -11
  1679. package/lib/errorstate/LinkText/props/propTypes.js +0 -19
  1680. package/lib/errorstate/NoRequestFound/NoRequestFound.js +0 -135
  1681. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +0 -3
  1682. package/lib/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +0 -18
  1683. package/lib/errorstate/NoRequestFound/__tests__/__snapshots__/NoRequestFound.spec.js.snap +0 -61
  1684. package/lib/errorstate/NoRequestFound/props/defaultProps.js +0 -11
  1685. package/lib/errorstate/NoRequestFound/props/propTypes.js +0 -22
  1686. package/lib/errorstate/PermissionPlay/PermissionPlay.js +0 -134
  1687. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +0 -34
  1688. package/lib/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +0 -18
  1689. package/lib/errorstate/PermissionPlay/__tests__/__snapshots__/PermissionPlay.spec.js.snap +0 -67
  1690. package/lib/errorstate/PermissionPlay/props/defaultProps.js +0 -11
  1691. package/lib/errorstate/PermissionPlay/props/propTypes.js +0 -22
  1692. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -135
  1693. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -3
  1694. package/lib/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +0 -18
  1695. package/lib/errorstate/RequestUrlNotFound/__tests__/__snapshots__/RequestUrlNotFound.spec.js.snap +0 -61
  1696. package/lib/errorstate/RequestUrlNotFound/props/defaultProps.js +0 -11
  1697. package/lib/errorstate/RequestUrlNotFound/props/propTypes.js +0 -22
  1698. package/lib/errorstate/UnableToProcess/UnableToProcess.js +0 -137
  1699. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +0 -3
  1700. package/lib/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +0 -18
  1701. package/lib/errorstate/UnableToProcess/__tests__/__snapshots__/UnableToProcess.spec.js.snap +0 -61
  1702. package/lib/errorstate/UnableToProcess/props/defaultProps.js +0 -11
  1703. package/lib/errorstate/UnableToProcess/props/propTypes.js +0 -22
  1704. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -135
  1705. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -3
  1706. package/lib/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +0 -18
  1707. package/lib/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +0 -61
  1708. package/lib/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -11
  1709. package/lib/errorstate/UnauthorizedLogin/props/propTypes.js +0 -22
  1710. package/lib/errorstate/WillBack/WillBack.js +0 -125
  1711. package/lib/errorstate/WillBack/WillBack.module.css +0 -34
  1712. package/lib/errorstate/WillBack/__tests__/WillBack.spec.js +0 -18
  1713. package/lib/errorstate/WillBack/__tests__/__snapshots__/WillBack.spec.js.snap +0 -76
  1714. package/lib/errorstate/WillBack/props/defaultProps.js +0 -11
  1715. package/lib/errorstate/WillBack/props/propTypes.js +0 -16
  1716. package/lib/errorstate/index.js +0 -71
  1717. package/lib/form/fields/CheckBoxField/CheckBoxField.js +0 -209
  1718. package/lib/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +0 -36
  1719. package/lib/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +0 -276
  1720. package/lib/form/fields/CheckBoxField/props/defaultProps.js +0 -27
  1721. package/lib/form/fields/CheckBoxField/props/propTypes.js +0 -47
  1722. package/lib/form/fields/CurrencyField/CurrencyField.js +0 -244
  1723. package/lib/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +0 -18
  1724. package/lib/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +0 -50
  1725. package/lib/form/fields/CurrencyField/props/defaultProps.js +0 -32
  1726. package/lib/form/fields/CurrencyField/props/propTypes.js +0 -57
  1727. package/lib/form/fields/DateField/DateField.js +0 -258
  1728. package/lib/form/fields/DateField/__tests__/DateField.spec.js +0 -18
  1729. package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +0 -84
  1730. package/lib/form/fields/DateField/props/defaultProps.js +0 -34
  1731. package/lib/form/fields/DateField/props/propTypes.js +0 -57
  1732. package/lib/form/fields/FieldContainer/FieldContainer.js +0 -118
  1733. package/lib/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +0 -18
  1734. package/lib/form/fields/FieldContainer/__tests__/__snapshots__/FieldContainer.spec.js.snap +0 -12
  1735. package/lib/form/fields/FieldContainer/props/defaultProps.js +0 -22
  1736. package/lib/form/fields/FieldContainer/props/propTypes.js +0 -35
  1737. package/lib/form/fields/Fields.module.css +0 -235
  1738. package/lib/form/fields/MultiSelectField/MultiSelectField.js +0 -275
  1739. package/lib/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +0 -18
  1740. package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +0 -90
  1741. package/lib/form/fields/MultiSelectField/props/defaultProps.js +0 -32
  1742. package/lib/form/fields/MultiSelectField/props/propTypes.js +0 -68
  1743. package/lib/form/fields/PhoneField/PhoneField.js +0 -236
  1744. package/lib/form/fields/PhoneField/__tests__/PhoneField.spec.js +0 -18
  1745. package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +0 -70
  1746. package/lib/form/fields/PhoneField/props/defaultProps.js +0 -23
  1747. package/lib/form/fields/PhoneField/props/propTypes.js +0 -58
  1748. package/lib/form/fields/RadioField/RadioField.js +0 -287
  1749. package/lib/form/fields/RadioField/__tests__/RadioField.spec.js +0 -86
  1750. package/lib/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +0 -1046
  1751. package/lib/form/fields/RadioField/props/defaultProps.js +0 -21
  1752. package/lib/form/fields/RadioField/props/propTypes.js +0 -50
  1753. package/lib/form/fields/SelectField/SelectField.js +0 -246
  1754. package/lib/form/fields/SelectField/__tests__/SelectField.spec.js +0 -18
  1755. package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +0 -103
  1756. package/lib/form/fields/SelectField/props/defaultProps.js +0 -33
  1757. package/lib/form/fields/SelectField/props/propTypes.js +0 -68
  1758. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +0 -394
  1759. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +0 -120
  1760. package/lib/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +0 -20
  1761. package/lib/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +0 -66
  1762. package/lib/form/fields/TagsMultiSelect/props/defaultProps.js +0 -23
  1763. package/lib/form/fields/TagsMultiSelect/props/propTypes.js +0 -70
  1764. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +0 -326
  1765. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +0 -9
  1766. package/lib/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +0 -23
  1767. package/lib/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +0 -73
  1768. package/lib/form/fields/TagsMultiSelectField/props/defaultProps.js +0 -38
  1769. package/lib/form/fields/TagsMultiSelectField/props/propTypes.js +0 -83
  1770. package/lib/form/fields/TextBoxField/TextBoxField.js +0 -228
  1771. package/lib/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +0 -18
  1772. package/lib/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +0 -50
  1773. package/lib/form/fields/TextBoxField/props/defaultProps.js +0 -32
  1774. package/lib/form/fields/TextBoxField/props/propTypes.js +0 -62
  1775. package/lib/form/fields/TextEditor/TextEditor.js +0 -465
  1776. package/lib/form/fields/TextEditor/TextEditor.module.css +0 -799
  1777. package/lib/form/fields/TextEditor/__tests__/TextEditor.spec.js +0 -18
  1778. package/lib/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +0 -21
  1779. package/lib/form/fields/TextEditor/props/defaultProps.js +0 -24
  1780. package/lib/form/fields/TextEditor/props/propTypes.js +0 -65
  1781. package/lib/form/fields/TextEditorField/TextEditorField.js +0 -235
  1782. package/lib/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +0 -18
  1783. package/lib/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +0 -27
  1784. package/lib/form/fields/TextEditorField/props/defaultProps.js +0 -30
  1785. package/lib/form/fields/TextEditorField/props/propTypes.js +0 -67
  1786. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +0 -256
  1787. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +0 -38
  1788. package/lib/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +0 -18
  1789. package/lib/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +0 -18
  1790. package/lib/form/fields/TextEditorWrapper/props/defaultProps.js +0 -16
  1791. package/lib/form/fields/TextEditorWrapper/props/propTypes.js +0 -51
  1792. package/lib/form/fields/TextareaField/TextareaField.js +0 -236
  1793. package/lib/form/fields/TextareaField/__tests__/TextareaField.spec.js +0 -18
  1794. package/lib/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +0 -22
  1795. package/lib/form/fields/TextareaField/props/defaultProps.js +0 -31
  1796. package/lib/form/fields/TextareaField/props/propTypes.js +0 -55
  1797. package/lib/form/fields/ValidationMessage/ValidationMessage.js +0 -165
  1798. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +0 -28
  1799. package/lib/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +0 -18
  1800. package/lib/form/fields/ValidationMessage/__tests__/__snapshots__/ValidationMessage.spec.js.snap +0 -24
  1801. package/lib/form/fields/ValidationMessage/props/defaultProps.js +0 -15
  1802. package/lib/form/fields/ValidationMessage/props/propTypes.js +0 -41
  1803. package/lib/form/fields/index.js +0 -135
  1804. package/lib/form/fields/props/FieldCommonDefaultProps.js +0 -19
  1805. package/lib/form/fields/props/FieldCommonPropTypes.js +0 -28
  1806. package/lib/form/layout/Field/Field.js +0 -87
  1807. package/lib/form/layout/Field/Field.module.css +0 -22
  1808. package/lib/form/layout/Field/__tests__/Field.spec.js +0 -18
  1809. package/lib/form/layout/Field/__tests__/__snapshots__/Field.spec.js.snap +0 -13
  1810. package/lib/form/layout/Field/props/defaultProps.js +0 -11
  1811. package/lib/form/layout/Field/props/propTypes.js +0 -21
  1812. package/lib/form/layout/Section/ModuleFormSection.module.css +0 -3
  1813. package/lib/form/layout/Section/Section.js +0 -86
  1814. package/lib/form/layout/Section/__tests__/Section.spec.js +0 -18
  1815. package/lib/form/layout/Section/__tests__/__snapshots__/Section.spec.js.snap +0 -13
  1816. package/lib/form/layout/Section/props/propTypes.js +0 -22
  1817. package/lib/form/layout/index.js +0 -23
  1818. package/lib/index.js +0 -355
  1819. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +0 -305
  1820. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +0 -152
  1821. package/lib/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +0 -18
  1822. package/lib/layout/SetupDetailLayout/__tests__/__snapshots__/SetupDetailLayout.spec.js.snap +0 -13
  1823. package/lib/layout/SetupDetailLayout/index.js +0 -37
  1824. package/lib/layout/SetupDetailLayout/props/defaultProps.js +0 -30
  1825. package/lib/layout/SetupDetailLayout/props/propTypes.js +0 -54
  1826. package/lib/layout/SubtabLayout/SubtabLayout.js +0 -245
  1827. package/lib/layout/SubtabLayout/SubtabLayout.module.css +0 -165
  1828. package/lib/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +0 -18
  1829. package/lib/layout/SubtabLayout/__tests__/__snapshots__/SubtabLayout.spec.js.snap +0 -13
  1830. package/lib/layout/SubtabLayout/index.js +0 -37
  1831. package/lib/layout/SubtabLayout/props/defaultProps.js +0 -35
  1832. package/lib/layout/SubtabLayout/props/propTypes.js +0 -54
  1833. package/lib/list/AvatarFlip/AvatarFlip.js +0 -131
  1834. package/lib/list/AvatarFlip/AvatarFlip.module.css +0 -3
  1835. package/lib/list/AvatarFlip/__tests__/AvatarFlip.spec.js +0 -18
  1836. package/lib/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +0 -90
  1837. package/lib/list/AvatarFlip/props/defaultProps.js +0 -13
  1838. package/lib/list/AvatarFlip/props/propTypes.js +0 -40
  1839. package/lib/list/BluePrintStatus/BluePrintStatus.js +0 -73
  1840. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +0 -17
  1841. package/lib/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +0 -18
  1842. package/lib/list/BluePrintStatus/__tests__/__snapshots__/BluePrintStatus.spec.js.snap +0 -17
  1843. package/lib/list/BluePrintStatus/props/propTypes.js +0 -15
  1844. package/lib/list/Comment/Comment.js +0 -94
  1845. package/lib/list/Comment/Comment.module.css +0 -29
  1846. package/lib/list/Comment/__tests__/Comment.spec.js +0 -18
  1847. package/lib/list/Comment/__tests__/__snapshots__/Comment.spec.js.snap +0 -23
  1848. package/lib/list/Comment/props/defaultProps.js +0 -11
  1849. package/lib/list/Comment/props/propTypes.js +0 -18
  1850. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +0 -162
  1851. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +0 -9
  1852. package/lib/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +0 -18
  1853. package/lib/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +0 -48
  1854. package/lib/list/DepartmentDropDown/props/defaultProps.js +0 -15
  1855. package/lib/list/DepartmentDropDown/props/propTypes.js +0 -37
  1856. package/lib/list/Dot/Dot.js +0 -72
  1857. package/lib/list/Dot/Dot.module.css +0 -15
  1858. package/lib/list/Dot/__tests__/Dot.spec.js +0 -18
  1859. package/lib/list/Dot/__tests__/__snapshots__/Dot.spec.js.snap +0 -11
  1860. package/lib/list/Dot/props/defaultProps.js +0 -11
  1861. package/lib/list/Dot/props/propTypes.js +0 -16
  1862. package/lib/list/DotNew/DotNew.js +0 -79
  1863. package/lib/list/DotNew/DotNew.module.css +0 -25
  1864. package/lib/list/DotNew/__tests__/DotNew.spec.js +0 -18
  1865. package/lib/list/DotNew/__tests__/__snapshots__/DotNew.spec.js.snap +0 -9
  1866. package/lib/list/DotNew/props/defaultProps.js +0 -10
  1867. package/lib/list/DotNew/props/propTypes.js +0 -17
  1868. package/lib/list/GridStencils/GridStencils.js +0 -83
  1869. package/lib/list/GridStencils/GridStencils.module.css +0 -147
  1870. package/lib/list/GridStencils/__tests__/GridStencils.spec.js +0 -18
  1871. package/lib/list/GridStencils/__tests__/__snapshots__/GridStencils.spec.js.snap +0 -9
  1872. package/lib/list/GridStencils/props/propTypes.js +0 -19
  1873. package/lib/list/Icons/AddNewIcon.js +0 -79
  1874. package/lib/list/Icons/CompleteIcon.js +0 -81
  1875. package/lib/list/Icons/DeleteIcon.js +0 -82
  1876. package/lib/list/Icons/EditIcon.js +0 -82
  1877. package/lib/list/Icons/FloatingIcons.js +0 -87
  1878. package/lib/list/Icons/Icons.module.css +0 -16
  1879. package/lib/list/Icons/ReadUnreadIcon.js +0 -87
  1880. package/lib/list/Icons/SmartIcon.js +0 -84
  1881. package/lib/list/Icons/__tests__/AddNewIcon.spec.js +0 -18
  1882. package/lib/list/Icons/__tests__/CompleteIcon.spec.js +0 -18
  1883. package/lib/list/Icons/__tests__/DeleteIcon.spec.js +0 -18
  1884. package/lib/list/Icons/__tests__/EditIcon.spec.js +0 -18
  1885. package/lib/list/Icons/__tests__/FloatingIcons.spec.js +0 -18
  1886. package/lib/list/Icons/__tests__/ReadUnreadIcon.spec.js +0 -18
  1887. package/lib/list/Icons/__tests__/SmartIcon.spec.js +0 -18
  1888. package/lib/list/Icons/__tests__/__snapshots__/AddNewIcon.spec.js.snap +0 -17
  1889. package/lib/list/Icons/__tests__/__snapshots__/CompleteIcon.spec.js.snap +0 -17
  1890. package/lib/list/Icons/__tests__/__snapshots__/DeleteIcon.spec.js.snap +0 -17
  1891. package/lib/list/Icons/__tests__/__snapshots__/EditIcon.spec.js.snap +0 -17
  1892. package/lib/list/Icons/__tests__/__snapshots__/FloatingIcons.spec.js.snap +0 -9
  1893. package/lib/list/Icons/__tests__/__snapshots__/ReadUnreadIcon.spec.js.snap +0 -24
  1894. package/lib/list/Icons/__tests__/__snapshots__/SmartIcon.spec.js.snap +0 -17
  1895. package/lib/list/Icons/index.js +0 -63
  1896. package/lib/list/Icons/props/defaultProps.js +0 -14
  1897. package/lib/list/Icons/props/propTypes.js +0 -70
  1898. package/lib/list/ListLayout/ListLayout.js +0 -145
  1899. package/lib/list/ListLayout/ListLayout.module.css +0 -80
  1900. package/lib/list/ListLayout/__tests__/ListLayout.spec.js +0 -18
  1901. package/lib/list/ListLayout/__tests__/__snapshots__/ListLayout.spec.js.snap +0 -20
  1902. package/lib/list/ListLayout/props/defaultProps.js +0 -18
  1903. package/lib/list/ListLayout/props/propTypes.js +0 -41
  1904. package/lib/list/ListStencils/ListStencils.js +0 -102
  1905. package/lib/list/ListStencils/ListStencils.module.css +0 -67
  1906. package/lib/list/ListStencils/__tests__/ListStencils.spec.js +0 -27
  1907. package/lib/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +0 -89
  1908. package/lib/list/ListStencils/props/defaultProps.js +0 -10
  1909. package/lib/list/ListStencils/props/propTypes.js +0 -17
  1910. package/lib/list/SecondaryText/AccountName.js +0 -155
  1911. package/lib/list/SecondaryText/ContactName.js +0 -159
  1912. package/lib/list/SecondaryText/DepartmentText.js +0 -88
  1913. package/lib/list/SecondaryText/Email.js +0 -118
  1914. package/lib/list/SecondaryText/HappinessRating.js +0 -81
  1915. package/lib/list/SecondaryText/PhoneNumber.js +0 -122
  1916. package/lib/list/SecondaryText/PriorityText.js +0 -92
  1917. package/lib/list/SecondaryText/SecondaryText.js +0 -106
  1918. package/lib/list/SecondaryText/SecondaryText.module.css +0 -156
  1919. package/lib/list/SecondaryText/StatusText.js +0 -93
  1920. package/lib/list/SecondaryText/TicketId.js +0 -112
  1921. package/lib/list/SecondaryText/Website.js +0 -104
  1922. package/lib/list/SecondaryText/__tests__/AccountName.spec.js +0 -18
  1923. package/lib/list/SecondaryText/__tests__/ContactName.spec.js +0 -18
  1924. package/lib/list/SecondaryText/__tests__/DepartmentText.spec.js +0 -18
  1925. package/lib/list/SecondaryText/__tests__/Email.spec.js +0 -18
  1926. package/lib/list/SecondaryText/__tests__/HappinessRating.spec.js +0 -18
  1927. package/lib/list/SecondaryText/__tests__/PhoneNumber.spec.js +0 -18
  1928. package/lib/list/SecondaryText/__tests__/PriorityText.spec.js +0 -18
  1929. package/lib/list/SecondaryText/__tests__/SecondaryText.spec.js +0 -18
  1930. package/lib/list/SecondaryText/__tests__/StatusText.spec.js +0 -18
  1931. package/lib/list/SecondaryText/__tests__/TicketId.spec.js +0 -18
  1932. package/lib/list/SecondaryText/__tests__/Website.spec.js +0 -18
  1933. package/lib/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +0 -46
  1934. package/lib/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +0 -32
  1935. package/lib/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +0 -9
  1936. package/lib/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +0 -15
  1937. package/lib/list/SecondaryText/__tests__/__snapshots__/HappinessRating.spec.js.snap +0 -18
  1938. package/lib/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +0 -15
  1939. package/lib/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +0 -11
  1940. package/lib/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +0 -9
  1941. package/lib/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +0 -11
  1942. package/lib/list/SecondaryText/__tests__/__snapshots__/TicketId.spec.js.snap +0 -11
  1943. package/lib/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +0 -16
  1944. package/lib/list/SecondaryText/index.js +0 -95
  1945. package/lib/list/SecondaryText/props/defaultProps.js +0 -77
  1946. package/lib/list/SecondaryText/props/propTypes.js +0 -185
  1947. package/lib/list/SecondryPanel/SecondryPanel.js +0 -205
  1948. package/lib/list/SecondryPanel/SecondryPanel.module.css +0 -6
  1949. package/lib/list/SecondryPanel/__tests__/SecondryPanel.spec.js +0 -18
  1950. package/lib/list/SecondryPanel/__tests__/__snapshots__/SecondryPanel.spec.js.snap +0 -9
  1951. package/lib/list/SecondryPanel/props/defaultProps.js +0 -28
  1952. package/lib/list/SecondryPanel/props/propTypes.js +0 -41
  1953. package/lib/list/SentimentStatus/SentimentStatus.js +0 -80
  1954. package/lib/list/SentimentStatus/SentimentStatus.module.css +0 -12
  1955. package/lib/list/SentimentStatus/__tests__/SentimentStatus.spec.js +0 -18
  1956. package/lib/list/SentimentStatus/__tests__/__snapshots__/SentimentStatus.spec.js.snap +0 -9
  1957. package/lib/list/SentimentStatus/props/propTypes.js +0 -16
  1958. package/lib/list/Subject/Subject.js +0 -140
  1959. package/lib/list/Subject/Subject.module.css +0 -35
  1960. package/lib/list/Subject/__tests__/Subject.spec.js +0 -27
  1961. package/lib/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +0 -64
  1962. package/lib/list/Subject/props/defaultProps.js +0 -17
  1963. package/lib/list/Subject/props/propTypes.js +0 -36
  1964. package/lib/list/TagNew/TagNew.js +0 -83
  1965. package/lib/list/TagNew/TagNew.module.css +0 -117
  1966. package/lib/list/TagNew/__tests__/TagNew.spec.js +0 -18
  1967. package/lib/list/TagNew/__tests__/__snapshots__/TagNew.spec.js.snap +0 -11
  1968. package/lib/list/TagNew/props/defaultProps.js +0 -11
  1969. package/lib/list/TagNew/props/propTypes.js +0 -19
  1970. package/lib/list/Thread/Thread.js +0 -94
  1971. package/lib/list/Thread/Thread.module.css +0 -43
  1972. package/lib/list/Thread/__tests__/Thread.spec.js +0 -18
  1973. package/lib/list/Thread/__tests__/__snapshots__/Thread.spec.js.snap +0 -25
  1974. package/lib/list/Thread/props/defaultProps.js +0 -11
  1975. package/lib/list/Thread/props/propTypes.js +0 -19
  1976. package/lib/list/index.js +0 -165
  1977. package/lib/list/listCommon.module.css +0 -79
  1978. package/lib/list/status/StatusDropdown/StatusDropdown.js +0 -429
  1979. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +0 -83
  1980. package/lib/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +0 -32
  1981. package/lib/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +0 -49
  1982. package/lib/list/status/StatusDropdown/props/defaultProps.js +0 -30
  1983. package/lib/list/status/StatusDropdown/props/propTypes.js +0 -36
  1984. package/lib/list/status/StatusListItem/StatusListItem.js +0 -182
  1985. package/lib/list/status/StatusListItem/StatusListItem.module.css +0 -137
  1986. package/lib/list/status/StatusListItem/__tests__/StatusListItem.spec.js +0 -18
  1987. package/lib/list/status/StatusListItem/__tests__/__snapshots__/StatusListItem.spec.js.snap +0 -47
  1988. package/lib/list/status/StatusListItem/props/defaultProps.js +0 -23
  1989. package/lib/list/status/StatusListItem/props/propTypes.js +0 -42
  1990. package/lib/list/status/index.js +0 -23
  1991. package/lib/lookup/EmptyPage/EmptyPage.js +0 -120
  1992. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +0 -14
  1993. package/lib/lookup/EmptyPage/__tests__/EmptyPage.spec.js +0 -18
  1994. package/lib/lookup/EmptyPage/__tests__/__snapshots__/EmptyPage.spec.js.snap +0 -90
  1995. package/lib/lookup/EmptyPage/props/defaultProps.js +0 -11
  1996. package/lib/lookup/EmptyPage/props/propTypes.js +0 -16
  1997. package/lib/lookup/Lookup/Lookup.js +0 -191
  1998. package/lib/lookup/Lookup/Lookup.module.css +0 -49
  1999. package/lib/lookup/Lookup/__tests__/Lookup.spec.js +0 -26
  2000. package/lib/lookup/Lookup/__tests__/__snapshots__/Lookup.spec.js.snap +0 -20
  2001. package/lib/lookup/Lookup/props/defaultProps.js +0 -16
  2002. package/lib/lookup/Lookup/props/propTypes.js +0 -36
  2003. package/lib/lookup/Section/LookupSection.module.css +0 -9
  2004. package/lib/lookup/Section/Section.js +0 -74
  2005. package/lib/lookup/Section/__tests__/Section.spec.js +0 -18
  2006. package/lib/lookup/Section/__tests__/__snapshots__/Section.spec.js.snap +0 -19
  2007. package/lib/lookup/Section/props/propTypes.js +0 -17
  2008. package/lib/lookup/header/Close/Close.js +0 -81
  2009. package/lib/lookup/header/Close/LookupClose.module.css +0 -15
  2010. package/lib/lookup/header/Close/__tests__/Close.spec.js +0 -18
  2011. package/lib/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +0 -23
  2012. package/lib/lookup/header/Close/props/defaultProps.js +0 -10
  2013. package/lib/lookup/header/Close/props/propTypes.js +0 -17
  2014. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +0 -117
  2015. package/lib/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +0 -18
  2016. package/lib/lookup/header/ModuleHeader/__tests__/__snapshots__/ModuleHeader.spec.js.snap +0 -29
  2017. package/lib/lookup/header/ModuleHeader/props/defaultProps.js +0 -16
  2018. package/lib/lookup/header/ModuleHeader/props/propTypes.js +0 -31
  2019. package/lib/lookup/header/Search/LookupSearch.module.css +0 -63
  2020. package/lib/lookup/header/Search/Search.js +0 -297
  2021. package/lib/lookup/header/Search/__tests__/Search.spec.js +0 -83
  2022. package/lib/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +0 -361
  2023. package/lib/lookup/header/Search/props/defaultProps.js +0 -14
  2024. package/lib/lookup/header/Search/props/propTypes.js +0 -45
  2025. package/lib/lookup/header/TicketHeader/TicketHeader.js +0 -138
  2026. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +0 -23
  2027. package/lib/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +0 -18
  2028. package/lib/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +0 -59
  2029. package/lib/lookup/header/TicketHeader/props/defaultProps.js +0 -17
  2030. package/lib/lookup/header/TicketHeader/props/propTypes.js +0 -32
  2031. package/lib/lookup/header/Title/LookupTitle.module.css +0 -25
  2032. package/lib/lookup/header/Title/Title.js +0 -78
  2033. package/lib/lookup/header/Title/__tests__/Titles.spec.js +0 -18
  2034. package/lib/lookup/header/Title/__tests__/__snapshots__/Titles.spec.js.snap +0 -9
  2035. package/lib/lookup/header/Title/props/defaultProps.js +0 -10
  2036. package/lib/lookup/header/Title/props/propTypes.js +0 -17
  2037. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +0 -239
  2038. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -61
  2039. package/lib/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +0 -18
  2040. package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +0 -32
  2041. package/lib/lookup/header/ViewDropDown/props/defaultProps.js +0 -17
  2042. package/lib/lookup/header/ViewDropDown/props/propTypes.js +0 -38
  2043. package/lib/lookup/header/index.js +0 -47
  2044. package/lib/lookup/header/lookupHeaderCommon.module.css +0 -36
  2045. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +0 -24
  2046. package/lib/lookup/index.js +0 -42
  2047. package/lib/setup/header/Button/Button.js +0 -83
  2048. package/lib/setup/header/Button/HeaderButton.module.css +0 -5
  2049. package/lib/setup/header/Button/__tests__/Button.spec.js +0 -18
  2050. package/lib/setup/header/Button/__tests__/__snapshots__/Button.spec.js.snap +0 -17
  2051. package/lib/setup/header/Button/props/defaultProps.js +0 -11
  2052. package/lib/setup/header/Button/props/propTypes.js +0 -18
  2053. package/lib/setup/header/Link/HeaderLink.module.css +0 -21
  2054. package/lib/setup/header/Link/Link.js +0 -93
  2055. package/lib/setup/header/Link/__tests__/Link.spec.js +0 -18
  2056. package/lib/setup/header/Link/__tests__/__snapshots__/Link.spec.js.snap +0 -34
  2057. package/lib/setup/header/Link/props/defaultProps.js +0 -11
  2058. package/lib/setup/header/Link/props/propTypes.js +0 -19
  2059. package/lib/setup/header/Search/Search.js +0 -131
  2060. package/lib/setup/header/Search/Search.module.css +0 -69
  2061. package/lib/setup/header/Search/__tests__/Search.spec.js +0 -18
  2062. package/lib/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +0 -22
  2063. package/lib/setup/header/Search/props/defaultProps.js +0 -13
  2064. package/lib/setup/header/Search/props/propTypes.js +0 -23
  2065. package/lib/setup/header/Views/Views.js +0 -93
  2066. package/lib/setup/header/Views/Views.module.css +0 -38
  2067. package/lib/setup/header/Views/__tests__/Views.spec.js +0 -18
  2068. package/lib/setup/header/Views/__tests__/__snapshots__/Views.spec.js.snap +0 -35
  2069. package/lib/setup/header/Views/props/defaultProps.js +0 -13
  2070. package/lib/setup/header/Views/props/propTypes.js +0 -20
  2071. package/lib/setup/header/index.js +0 -39
  2072. package/lib/setup/helptips/Description/Description.js +0 -68
  2073. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +0 -6
  2074. package/lib/setup/helptips/Description/__tests__/Description.spec.js +0 -18
  2075. package/lib/setup/helptips/Description/__tests__/__snapshots__/Description.spec.js.snap +0 -9
  2076. package/lib/setup/helptips/Description/props/propTypes.js +0 -15
  2077. package/lib/setup/helptips/Link/HelpTipsLink.module.css +0 -7
  2078. package/lib/setup/helptips/Link/Link.js +0 -88
  2079. package/lib/setup/helptips/Link/__tests__/Link.spec.js +0 -18
  2080. package/lib/setup/helptips/Link/__tests__/__snapshots__/Link.spec.js.snap +0 -12
  2081. package/lib/setup/helptips/Link/props/propTypes.js +0 -18
  2082. package/lib/setup/helptips/ListGroup/ListGroup.js +0 -88
  2083. package/lib/setup/helptips/ListGroup/ListGroup.module.css +0 -22
  2084. package/lib/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +0 -20
  2085. package/lib/setup/helptips/ListGroup/__tests__/__snapshots__/ListGroup.spec.js.snap +0 -20
  2086. package/lib/setup/helptips/ListGroup/props/propTypes.js +0 -16
  2087. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +0 -5
  2088. package/lib/setup/helptips/Title/Title.js +0 -68
  2089. package/lib/setup/helptips/Title/__tests__/Title.spec.js +0 -18
  2090. package/lib/setup/helptips/Title/__tests__/__snapshots__/Title.spec.js.snap +0 -9
  2091. package/lib/setup/helptips/Title/props/propTypes.js +0 -15
  2092. package/lib/setup/helptips/index.js +0 -39
  2093. package/lib/setup/index.js +0 -24
  2094. package/lib/setup/table/Table/Table.js +0 -75
  2095. package/lib/setup/table/Table/__tests__/Table.spec.js +0 -18
  2096. package/lib/setup/table/Table/__tests__/__snapshots__/Table.spec.js.snap +0 -12
  2097. package/lib/setup/table/Table/props/defaultProps.js +0 -11
  2098. package/lib/setup/table/Table/props/propTypes.js +0 -17
  2099. package/lib/setup/table/TableBody/TableBody.js +0 -80
  2100. package/lib/setup/table/TableBody/__tests__/TableBody.spec.js +0 -18
  2101. package/lib/setup/table/TableBody/__tests__/__snapshots__/TableBody.spec.js.snap +0 -12
  2102. package/lib/setup/table/TableBody/props/defaultProps.js +0 -10
  2103. package/lib/setup/table/TableBody/props/propTypes.js +0 -18
  2104. package/lib/setup/table/TableData/SetupTableData.module.css +0 -44
  2105. package/lib/setup/table/TableData/TableData.js +0 -85
  2106. package/lib/setup/table/TableData/Tablehover.module.css +0 -6
  2107. package/lib/setup/table/TableData/__tests__/TableData.spec.js +0 -18
  2108. package/lib/setup/table/TableData/__tests__/__snapshots__/TableData.spec.js.snap +0 -12
  2109. package/lib/setup/table/TableData/props/defaultProps.js +0 -12
  2110. package/lib/setup/table/TableData/props/propTypes.js +0 -22
  2111. package/lib/setup/table/TableHead/SetupTableHead.module.css +0 -12
  2112. package/lib/setup/table/TableHead/TableHead.js +0 -85
  2113. package/lib/setup/table/TableHead/__tests__/TableHead.spec.js +0 -18
  2114. package/lib/setup/table/TableHead/__tests__/__snapshots__/TableHead.spec.js.snap +0 -19
  2115. package/lib/setup/table/TableHead/props/defaultProps.js +0 -11
  2116. package/lib/setup/table/TableHead/props/propTypes.js +0 -19
  2117. package/lib/setup/table/TableRow/SetupTableRow.module.css +0 -15
  2118. package/lib/setup/table/TableRow/TableRow.js +0 -90
  2119. package/lib/setup/table/TableRow/__tests__/TableRow.spec.js +0 -18
  2120. package/lib/setup/table/TableRow/__tests__/__snapshots__/TableRow.spec.js.snap +0 -12
  2121. package/lib/setup/table/TableRow/props/defaultProps.js +0 -11
  2122. package/lib/setup/table/TableRow/props/propTypes.js +0 -22
  2123. package/lib/setup/table/Text/TableText.module.css +0 -37
  2124. package/lib/setup/table/Text/Text.js +0 -105
  2125. package/lib/setup/table/Text/__tests__/Text.spec.js +0 -35
  2126. package/lib/setup/table/Text/__tests__/__snapshots__/Text.spec.js.snap +0 -54
  2127. package/lib/setup/table/Text/props/defaultProps.js +0 -14
  2128. package/lib/setup/table/Text/props/propTypes.js +0 -24
  2129. package/lib/setup/table/index.js +0 -47
  2130. package/lib/svg/PlusIcon.js +0 -82
  2131. package/lib/svg/SnippetIcon.js +0 -84
  2132. package/lib/svg/TemplateIcon.js +0 -85
  2133. package/lib/svg/__tests__/PlusIcon.spec.js +0 -18
  2134. package/lib/svg/__tests__/SnippetIcon.spec.js +0 -18
  2135. package/lib/svg/__tests__/TemplateIcon.spec.js +0 -18
  2136. package/lib/svg/__tests__/__snapshots__/PlusIcon.spec.js.snap +0 -25
  2137. package/lib/svg/__tests__/__snapshots__/SnippetIcon.spec.js.snap +0 -28
  2138. package/lib/svg/__tests__/__snapshots__/TemplateIcon.spec.js.snap +0 -31
  2139. package/lib/svg/index.js +0 -31
  2140. package/lib/svg/props/defaultProps.js +0 -24
  2141. package/lib/svg/props/propTypes.js +0 -29
  2142. package/lib/utils/ChannelIconMapping.js +0 -138
  2143. package/lib/utils/General.js +0 -86
  2144. package/lib/utils/editorUtils.js +0 -224
  2145. package/lib/v1/ActionButton/ActionButton.js +0 -173
  2146. package/lib/v1/ActionButton/props/defaultProps.js +0 -26
  2147. package/lib/v1/ActionButton/props/propTypes.js +0 -48
  2148. package/lib/v1/AlphabeticList/AlphabeticList.js +0 -113
  2149. package/lib/v1/AlphabeticList/props/defaultProps.js +0 -20
  2150. package/lib/v1/AlphabeticList/props/propTypes.js +0 -50
  2151. package/lib/v1/Attachment/Attachment.js +0 -110
  2152. package/lib/v1/Attachment/props/defaultProps.js +0 -15
  2153. package/lib/v1/Attachment/props/propTypes.js +0 -29
  2154. package/lib/v1/AttachmentViewer/AttachmentImage.js +0 -117
  2155. package/lib/v1/AttachmentViewer/AttachmentViewer.js +0 -713
  2156. package/lib/v1/AttachmentViewer/props/defaultProps.js +0 -19
  2157. package/lib/v1/AttachmentViewer/props/propTypes.js +0 -48
  2158. package/lib/v1/ChannelIcon/ChannelIcon.js +0 -114
  2159. package/lib/v1/ChannelIcon/props/defaultProps.js +0 -14
  2160. package/lib/v1/ChannelIcon/props/propTypes.js +0 -36
  2161. package/lib/v1/Drawer/Drawer.js +0 -302
  2162. package/lib/v1/Drawer/props/defaultProps.js +0 -32
  2163. package/lib/v1/Drawer/props/propTypes.js +0 -67
  2164. package/lib/v1/ExternalLink/ExternalLink.js +0 -57
  2165. package/lib/v1/ExternalLink/props/defaultProps.js +0 -12
  2166. package/lib/v1/ExternalLink/props/propTypes.js +0 -23
  2167. package/lib/v1/FlipCard/FlipCard.js +0 -149
  2168. package/lib/v1/FlipCard/props/defaultProps.js +0 -12
  2169. package/lib/v1/FlipCard/props/propTypes.js +0 -48
  2170. package/lib/v1/FormAction/FormAction.js +0 -102
  2171. package/lib/v1/FormAction/props/defaultProps.js +0 -12
  2172. package/lib/v1/FormAction/props/propTypes.js +0 -19
  2173. package/lib/v1/FreezeLayer/FreezeLayer.js +0 -94
  2174. package/lib/v1/FreezeLayer/props/defaultProps.js +0 -16
  2175. package/lib/v1/FreezeLayer/props/propTypes.js +0 -31
  2176. package/lib/v1/GlobalNotification/GlobalNotification.js +0 -187
  2177. package/lib/v1/GlobalNotification/props/defaultProps.js +0 -13
  2178. package/lib/v1/GlobalNotification/props/propTypes.js +0 -58
  2179. package/lib/v1/IconButton/IconButton.js +0 -149
  2180. package/lib/v1/IconButton/props/defaultProps.js +0 -24
  2181. package/lib/v1/IconButton/props/propTypes.js +0 -43
  2182. package/lib/v1/Image/Image.js +0 -48
  2183. package/lib/v1/Image/props/defaultProps.js +0 -11
  2184. package/lib/v1/Image/props/propTypes.js +0 -26
  2185. package/lib/v1/ImportantNotes/ImportantNotes.js +0 -55
  2186. package/lib/v1/ImportantNotes/props/defaultProps.js +0 -13
  2187. package/lib/v1/ImportantNotes/props/propTypes.js +0 -21
  2188. package/lib/v1/Link/Link.js +0 -116
  2189. package/lib/v1/Link/props/defaultProps.js +0 -12
  2190. package/lib/v1/Link/props/propTypes.js +0 -29
  2191. package/lib/v1/Loader/Loader.js +0 -27
  2192. package/lib/v1/Message/Message.js +0 -113
  2193. package/lib/v1/Message/props/defaultProps.js +0 -11
  2194. package/lib/v1/Message/props/propTypes.js +0 -41
  2195. package/lib/v1/MessageBanner/MessageBanner.js +0 -75
  2196. package/lib/v1/MessageBanner/props/defaultProps.js +0 -14
  2197. package/lib/v1/MessageBanner/props/propTypes.js +0 -24
  2198. package/lib/v1/NewStar/NewStar.js +0 -74
  2199. package/lib/v1/NewStar/props/defaultProps.js +0 -11
  2200. package/lib/v1/NewStar/props/propTypes.js +0 -17
  2201. package/lib/v1/PlusIcon/PlusIcon.js +0 -45
  2202. package/lib/v1/PlusIcon/props/defaultProps.js +0 -15
  2203. package/lib/v1/PlusIcon/props/propTypes.js +0 -22
  2204. package/lib/v1/Separator/Separator.js +0 -66
  2205. package/lib/v1/Separator/props/defaultProps.js +0 -19
  2206. package/lib/v1/Separator/props/propTypes.js +0 -22
  2207. package/lib/v1/TagWithIcon/TagWithIcon.js +0 -53
  2208. package/lib/v1/TagWithIcon/props/defaultProps.js +0 -15
  2209. package/lib/v1/TagWithIcon/props/propTypes.js +0 -24
  2210. package/lib/v1/ToastMessage/ToastMessage.js +0 -246
  2211. package/lib/v1/ToastMessage/props/defaultProps.js +0 -25
  2212. package/lib/v1/ToastMessage/props/propTypes.js +0 -51
  2213. package/lib/v1/Upload/Upload.js +0 -83
  2214. package/lib/v1/Upload/props/defaultProps.js +0 -14
  2215. package/lib/v1/Upload/props/propTypes.js +0 -28
  2216. package/lib/v1/actions/AutoClose.js +0 -75
  2217. package/lib/v1/actions/props/defaultProps.js +0 -10
  2218. package/lib/v1/actions/props/propTypes.js +0 -19
  2219. package/lib/v1/alert/AlertClose/AlertClose.js +0 -62
  2220. package/lib/v1/alert/AlertClose/props/propTypes.js +0 -19
  2221. package/lib/v1/alert/AlertHeader/AlertHeader.js +0 -107
  2222. package/lib/v1/alert/AlertHeader/props/defaultProps.js +0 -19
  2223. package/lib/v1/alert/AlertHeader/props/propTypes.js +0 -31
  2224. package/lib/v1/alert/AlertLookup/AlertLookup.js +0 -187
  2225. package/lib/v1/alert/AlertLookup/props/defaultProps.js +0 -20
  2226. package/lib/v1/alert/AlertLookup/props/propTypes.js +0 -47
  2227. package/lib/v1/alert/alertIcons/AlarmAlertIcon.js +0 -77
  2228. package/lib/v1/alert/alertIcons/AlertIcons.js +0 -78
  2229. package/lib/v1/alert/alertIcons/DangerAlertIcon.js +0 -77
  2230. package/lib/v1/alert/alertIcons/ErrorAlertIcon.js +0 -82
  2231. package/lib/v1/alert/alertIcons/InfoAlertIcon.js +0 -86
  2232. package/lib/v1/alert/alertIcons/NotificationAlertIcon.js +0 -82
  2233. package/lib/v1/alert/alertIcons/SuccessAlertIcon.js +0 -77
  2234. package/lib/v1/alert/alertIcons/WarningAlertIcon.js +0 -77
  2235. package/lib/v1/alert/alertIcons/index.js +0 -71
  2236. package/lib/v1/alert/alertIcons/props/defaultProps.js +0 -41
  2237. package/lib/v1/alert/alertIcons/props/propTypes.js +0 -52
  2238. package/lib/v1/alert/index.js +0 -23
  2239. package/lib/v1/avatar/AvatarClose/AvatarClose.js +0 -61
  2240. package/lib/v1/avatar/AvatarClose/props/defaultProps.js +0 -14
  2241. package/lib/v1/avatar/AvatarClose/props/propTypes.js +0 -26
  2242. package/lib/v1/avatar/AvatarCollision/AvatarCollision.js +0 -65
  2243. package/lib/v1/avatar/AvatarCollision/props/defaultProps.js +0 -15
  2244. package/lib/v1/avatar/AvatarCollision/props/propTypes.js +0 -28
  2245. package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +0 -63
  2246. package/lib/v1/avatar/AvatarIcon/props/defaultProps.js +0 -21
  2247. package/lib/v1/avatar/AvatarIcon/props/propTypes.js +0 -31
  2248. package/lib/v1/avatar/AvatarStatus/AvatarStatus.js +0 -73
  2249. package/lib/v1/avatar/AvatarStatus/props/defaultProps.js +0 -19
  2250. package/lib/v1/avatar/AvatarStatus/props/propTypes.js +0 -35
  2251. package/lib/v1/avatar/AvatarThread/AvatarThread.js +0 -85
  2252. package/lib/v1/avatar/AvatarThread/props/defaultProps.js +0 -16
  2253. package/lib/v1/avatar/AvatarThread/props/propTypes.js +0 -41
  2254. package/lib/v1/avatar/AvatarUser/AvatarUser.js +0 -122
  2255. package/lib/v1/avatar/AvatarUser/props/defaultProps.js +0 -15
  2256. package/lib/v1/avatar/AvatarUser/props/propTypes.js +0 -46
  2257. package/lib/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -109
  2258. package/lib/v1/avatar/AvatarWithTeam/props/defaultProps.js +0 -16
  2259. package/lib/v1/avatar/AvatarWithTeam/props/propTypes.js +0 -36
  2260. package/lib/v1/avatar/index.js +0 -63
  2261. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +0 -946
  2262. package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +0 -36
  2263. package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +0 -94
  2264. package/lib/v1/emptystate/CommonEmptyState/CommonEmptyState.js +0 -77
  2265. package/lib/v1/emptystate/CommonEmptyState/props/defaultProps.js +0 -17
  2266. package/lib/v1/emptystate/CommonEmptyState/props/propTypes.js +0 -32
  2267. package/lib/v1/emptystate/EditionPage/EditionPage.js +0 -64
  2268. package/lib/v1/emptystate/EditionPage/props/defaultProps.js +0 -12
  2269. package/lib/v1/emptystate/EditionPage/props/propTypes.js +0 -22
  2270. package/lib/v1/errorstate/Inconvenience/Inconvenience.js +0 -76
  2271. package/lib/v1/errorstate/Inconvenience/props/defaultProps.js +0 -15
  2272. package/lib/v1/errorstate/Inconvenience/props/propTypes.js +0 -27
  2273. package/lib/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -80
  2274. package/lib/v1/errorstate/OopsSomethingMiss/props/defaultProps.js +0 -15
  2275. package/lib/v1/errorstate/OopsSomethingMiss/props/propTypes.js +0 -27
  2276. package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -80
  2277. package/lib/v1/errorstate/UnableToProcessRequest/props/defaultProps.js +0 -15
  2278. package/lib/v1/errorstate/UnableToProcessRequest/props/propTypes.js +0 -27
  2279. package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -81
  2280. package/lib/v1/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -16
  2281. package/lib/v1/errorstate/UnauthorizedLogin/props/propTypes.js +0 -28
  2282. package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +0 -80
  2283. package/lib/v1/errorstate/UrlNotFound/props/defaultProps.js +0 -15
  2284. package/lib/v1/errorstate/UrlNotFound/props/propTypes.js +0 -27
  2285. package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +0 -80
  2286. package/lib/v1/errorstate/WillBeRightBack/props/defaultProps.js +0 -15
  2287. package/lib/v1/errorstate/WillBeRightBack/props/propTypes.js +0 -27
  2288. package/lib/v1/form/fields/CheckBoxField/CheckBoxField.js +0 -148
  2289. package/lib/v1/form/fields/CheckBoxField/props/defaultProps.js +0 -27
  2290. package/lib/v1/form/fields/CheckBoxField/props/propTypes.js +0 -47
  2291. package/lib/v1/form/fields/CurrencyField/CurrencyField.js +0 -194
  2292. package/lib/v1/form/fields/CurrencyField/props/defaultProps.js +0 -32
  2293. package/lib/v1/form/fields/CurrencyField/props/propTypes.js +0 -57
  2294. package/lib/v1/form/fields/DateField/DateField.js +0 -183
  2295. package/lib/v1/form/fields/DateField/props/defaultProps.js +0 -34
  2296. package/lib/v1/form/fields/DateField/props/propTypes.js +0 -57
  2297. package/lib/v1/form/fields/FieldContainer/FieldContainer.js +0 -87
  2298. package/lib/v1/form/fields/FieldContainer/props/defaultProps.js +0 -22
  2299. package/lib/v1/form/fields/FieldContainer/props/propTypes.js +0 -35
  2300. package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +0 -208
  2301. package/lib/v1/form/fields/MultiSelectField/props/defaultProps.js +0 -32
  2302. package/lib/v1/form/fields/MultiSelectField/props/propTypes.js +0 -68
  2303. package/lib/v1/form/fields/PhoneField/PhoneField.js +0 -193
  2304. package/lib/v1/form/fields/PhoneField/props/defaultProps.js +0 -23
  2305. package/lib/v1/form/fields/PhoneField/props/propTypes.js +0 -58
  2306. package/lib/v1/form/fields/RadioField/RadioField.js +0 -164
  2307. package/lib/v1/form/fields/RadioField/props/defaultProps.js +0 -20
  2308. package/lib/v1/form/fields/RadioField/props/propTypes.js +0 -44
  2309. package/lib/v1/form/fields/RadioField/useRadio.js +0 -50
  2310. package/lib/v1/form/fields/SelectField/SelectField.js +0 -179
  2311. package/lib/v1/form/fields/SelectField/props/defaultProps.js +0 -33
  2312. package/lib/v1/form/fields/SelectField/props/propTypes.js +0 -68
  2313. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +0 -387
  2314. package/lib/v1/form/fields/TagsMultiSelect/props/defaultProps.js +0 -23
  2315. package/lib/v1/form/fields/TagsMultiSelect/props/propTypes.js +0 -68
  2316. package/lib/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +0 -317
  2317. package/lib/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +0 -38
  2318. package/lib/v1/form/fields/TagsMultiSelectField/props/propTypes.js +0 -83
  2319. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +0 -163
  2320. package/lib/v1/form/fields/TextBoxField/props/defaultProps.js +0 -32
  2321. package/lib/v1/form/fields/TextBoxField/props/propTypes.js +0 -62
  2322. package/lib/v1/form/fields/TextEditor/TextEditor.js +0 -462
  2323. package/lib/v1/form/fields/TextEditor/props/defaultProps.js +0 -23
  2324. package/lib/v1/form/fields/TextEditor/props/propTypes.js +0 -64
  2325. package/lib/v1/form/fields/TextEditorField/TextEditorField.js +0 -175
  2326. package/lib/v1/form/fields/TextEditorField/props/defaultProps.js +0 -30
  2327. package/lib/v1/form/fields/TextEditorField/props/propTypes.js +0 -67
  2328. package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +0 -204
  2329. package/lib/v1/form/fields/TextEditorWrapper/props/defaultProps.js +0 -16
  2330. package/lib/v1/form/fields/TextEditorWrapper/props/propTypes.js +0 -51
  2331. package/lib/v1/form/fields/TextareaField/TextareaField.js +0 -157
  2332. package/lib/v1/form/fields/TextareaField/props/defaultProps.js +0 -30
  2333. package/lib/v1/form/fields/TextareaField/props/propTypes.js +0 -53
  2334. package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +0 -71
  2335. package/lib/v1/form/fields/ValidationMessage/props/defaultProps.js +0 -14
  2336. package/lib/v1/form/fields/ValidationMessage/props/propTypes.js +0 -27
  2337. package/lib/v1/form/fields/index.js +0 -135
  2338. package/lib/v1/form/fields/props/FieldCommonDefaultProps.js +0 -19
  2339. package/lib/v1/form/fields/props/FieldCommonPropTypes.js +0 -28
  2340. package/lib/v1/form/layout/Field/Field.js +0 -40
  2341. package/lib/v1/form/layout/Field/props/defaultProps.js +0 -11
  2342. package/lib/v1/form/layout/Field/props/propTypes.js +0 -21
  2343. package/lib/v1/form/layout/Section/Section.js +0 -40
  2344. package/lib/v1/form/layout/Section/props/propTypes.js +0 -22
  2345. package/lib/v1/form/layout/index.js +0 -23
  2346. package/lib/v1/layout/SetupDetailLayout/SetupDetailLayout.js +0 -212
  2347. package/lib/v1/layout/SetupDetailLayout/index.js +0 -37
  2348. package/lib/v1/layout/SetupDetailLayout/props/defaultProps.js +0 -30
  2349. package/lib/v1/layout/SetupDetailLayout/props/propTypes.js +0 -54
  2350. package/lib/v1/layout/SubtabLayout/SubtabLayout.js +0 -146
  2351. package/lib/v1/layout/SubtabLayout/index.js +0 -37
  2352. package/lib/v1/layout/SubtabLayout/props/defaultProps.js +0 -35
  2353. package/lib/v1/layout/SubtabLayout/props/propTypes.js +0 -54
  2354. package/lib/v1/list/AvatarFlip/AvatarFlip.js +0 -86
  2355. package/lib/v1/list/AvatarFlip/props/defaultProps.js +0 -13
  2356. package/lib/v1/list/AvatarFlip/props/propTypes.js +0 -40
  2357. package/lib/v1/list/BluePrintStatus/BluePrintStatus.js +0 -33
  2358. package/lib/v1/list/BluePrintStatus/props/propTypes.js +0 -15
  2359. package/lib/v1/list/Comment/Comment.js +0 -49
  2360. package/lib/v1/list/Comment/props/defaultProps.js +0 -11
  2361. package/lib/v1/list/Comment/props/propTypes.js +0 -18
  2362. package/lib/v1/list/DepartmentDropDown/DepartmentDropDown.js +0 -102
  2363. package/lib/v1/list/DepartmentDropDown/props/defaultProps.js +0 -14
  2364. package/lib/v1/list/DepartmentDropDown/props/propTypes.js +0 -35
  2365. package/lib/v1/list/Dot/Dot.js +0 -27
  2366. package/lib/v1/list/Dot/props/defaultProps.js +0 -11
  2367. package/lib/v1/list/Dot/props/propTypes.js +0 -16
  2368. package/lib/v1/list/DotNew/DotNew.js +0 -34
  2369. package/lib/v1/list/DotNew/props/defaultProps.js +0 -10
  2370. package/lib/v1/list/DotNew/props/propTypes.js +0 -17
  2371. package/lib/v1/list/GridStencils/GridStencils.js +0 -42
  2372. package/lib/v1/list/GridStencils/props/propTypes.js +0 -19
  2373. package/lib/v1/list/Icons/AddNewIcon.js +0 -38
  2374. package/lib/v1/list/Icons/CompleteIcon.js +0 -40
  2375. package/lib/v1/list/Icons/DeleteIcon.js +0 -41
  2376. package/lib/v1/list/Icons/EditIcon.js +0 -41
  2377. package/lib/v1/list/Icons/FloatingIcons.js +0 -42
  2378. package/lib/v1/list/Icons/ReadUnreadIcon.js +0 -46
  2379. package/lib/v1/list/Icons/SmartIcon.js +0 -38
  2380. package/lib/v1/list/Icons/index.js +0 -63
  2381. package/lib/v1/list/Icons/props/defaultProps.js +0 -14
  2382. package/lib/v1/list/Icons/props/propTypes.js +0 -70
  2383. package/lib/v1/list/ListLayout/ListLayout.js +0 -82
  2384. package/lib/v1/list/ListLayout/props/defaultProps.js +0 -18
  2385. package/lib/v1/list/ListLayout/props/propTypes.js +0 -39
  2386. package/lib/v1/list/ListStencils/ListStencils.js +0 -57
  2387. package/lib/v1/list/ListStencils/props/defaultProps.js +0 -10
  2388. package/lib/v1/list/ListStencils/props/propTypes.js +0 -15
  2389. package/lib/v1/list/SecondaryText/AccountName.js +0 -86
  2390. package/lib/v1/list/SecondaryText/ContactName.js +0 -94
  2391. package/lib/v1/list/SecondaryText/DepartmentText.js +0 -29
  2392. package/lib/v1/list/SecondaryText/Email.js +0 -53
  2393. package/lib/v1/list/SecondaryText/HappinessRating.js +0 -34
  2394. package/lib/v1/list/SecondaryText/PhoneNumber.js +0 -57
  2395. package/lib/v1/list/SecondaryText/PriorityText.js +0 -33
  2396. package/lib/v1/list/SecondaryText/SecondaryText.js +0 -38
  2397. package/lib/v1/list/SecondaryText/StatusText.js +0 -34
  2398. package/lib/v1/list/SecondaryText/TicketId.js +0 -54
  2399. package/lib/v1/list/SecondaryText/Website.js +0 -48
  2400. package/lib/v1/list/SecondaryText/index.js +0 -95
  2401. package/lib/v1/list/SecondaryText/props/defaultProps.js +0 -59
  2402. package/lib/v1/list/SecondaryText/props/propTypes.js +0 -163
  2403. package/lib/v1/list/SecondryPanel/SecondryPanel.js +0 -104
  2404. package/lib/v1/list/SecondryPanel/props/defaultProps.js +0 -28
  2405. package/lib/v1/list/SecondryPanel/props/propTypes.js +0 -41
  2406. package/lib/v1/list/SentimentStatus/SentimentStatus.js +0 -35
  2407. package/lib/v1/list/SentimentStatus/props/propTypes.js +0 -16
  2408. package/lib/v1/list/Subject/Subject.js +0 -65
  2409. package/lib/v1/list/Subject/props/defaultProps.js +0 -15
  2410. package/lib/v1/list/Subject/props/propTypes.js +0 -31
  2411. package/lib/v1/list/TagNew/TagNew.js +0 -35
  2412. package/lib/v1/list/TagNew/props/defaultProps.js +0 -11
  2413. package/lib/v1/list/TagNew/props/propTypes.js +0 -19
  2414. package/lib/v1/list/Thread/Thread.js +0 -46
  2415. package/lib/v1/list/Thread/props/defaultProps.js +0 -11
  2416. package/lib/v1/list/Thread/props/propTypes.js +0 -19
  2417. package/lib/v1/list/index.js +0 -165
  2418. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +0 -363
  2419. package/lib/v1/list/status/StatusDropdown/props/defaultProps.js +0 -29
  2420. package/lib/v1/list/status/StatusDropdown/props/propTypes.js +0 -34
  2421. package/lib/v1/list/status/StatusListItem/StatusListItem.js +0 -124
  2422. package/lib/v1/list/status/StatusListItem/props/defaultProps.js +0 -23
  2423. package/lib/v1/list/status/StatusListItem/props/propTypes.js +0 -42
  2424. package/lib/v1/list/status/index.js +0 -23
  2425. package/lib/v1/lookup/EmptyPage/EmptyPage.js +0 -70
  2426. package/lib/v1/lookup/EmptyPage/props/defaultProps.js +0 -11
  2427. package/lib/v1/lookup/EmptyPage/props/propTypes.js +0 -16
  2428. package/lib/v1/lookup/Lookup/Lookup.js +0 -145
  2429. package/lib/v1/lookup/Lookup/props/defaultProps.js +0 -16
  2430. package/lib/v1/lookup/Lookup/props/propTypes.js +0 -35
  2431. package/lib/v1/lookup/Section/Section.js +0 -30
  2432. package/lib/v1/lookup/Section/props/propTypes.js +0 -17
  2433. package/lib/v1/lookup/header/Close/Close.js +0 -47
  2434. package/lib/v1/lookup/header/Close/props/defaultProps.js +0 -10
  2435. package/lib/v1/lookup/header/Close/props/propTypes.js +0 -17
  2436. package/lib/v1/lookup/header/ModuleHeader/ModuleHeader.js +0 -116
  2437. package/lib/v1/lookup/header/ModuleHeader/props/defaultProps.js +0 -16
  2438. package/lib/v1/lookup/header/ModuleHeader/props/propTypes.js +0 -31
  2439. package/lib/v1/lookup/header/Search/Search.js +0 -208
  2440. package/lib/v1/lookup/header/Search/props/defaultProps.js +0 -12
  2441. package/lib/v1/lookup/header/Search/props/propTypes.js +0 -40
  2442. package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +0 -133
  2443. package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +0 -17
  2444. package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +0 -32
  2445. package/lib/v1/lookup/header/Title/Title.js +0 -44
  2446. package/lib/v1/lookup/header/Title/props/defaultProps.js +0 -10
  2447. package/lib/v1/lookup/header/Title/props/propTypes.js +0 -17
  2448. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +0 -239
  2449. package/lib/v1/lookup/header/ViewDropDown/props/defaultProps.js +0 -17
  2450. package/lib/v1/lookup/header/ViewDropDown/props/propTypes.js +0 -38
  2451. package/lib/v1/lookup/header/index.js +0 -47
  2452. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +0 -209
  2453. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +0 -26
  2454. package/lib/v1/notification/DesktopNotification/props/propTypes.js +0 -55
  2455. package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -105
  2456. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +0 -16
  2457. package/lib/v1/notification/DesktopNotificationHeader/props/propTypes.js +0 -24
  2458. package/lib/v1/setup/header/Button/Button.js +0 -37
  2459. package/lib/v1/setup/header/Button/props/defaultProps.js +0 -11
  2460. package/lib/v1/setup/header/Button/props/propTypes.js +0 -18
  2461. package/lib/v1/setup/header/Link/Link.js +0 -47
  2462. package/lib/v1/setup/header/Link/props/defaultProps.js +0 -11
  2463. package/lib/v1/setup/header/Link/props/propTypes.js +0 -19
  2464. package/lib/v1/setup/header/Search/Search.js +0 -99
  2465. package/lib/v1/setup/header/Search/props/defaultProps.js +0 -13
  2466. package/lib/v1/setup/header/Search/props/propTypes.js +0 -23
  2467. package/lib/v1/setup/header/Views/Views.js +0 -47
  2468. package/lib/v1/setup/header/Views/props/defaultProps.js +0 -13
  2469. package/lib/v1/setup/header/Views/props/propTypes.js +0 -20
  2470. package/lib/v1/setup/header/index.js +0 -39
  2471. package/lib/v1/setup/helptips/Description/Description.js +0 -23
  2472. package/lib/v1/setup/helptips/Description/props/propTypes.js +0 -15
  2473. package/lib/v1/setup/helptips/Link/Link.js +0 -42
  2474. package/lib/v1/setup/helptips/Link/props/propTypes.js +0 -18
  2475. package/lib/v1/setup/helptips/ListGroup/ListGroup.js +0 -42
  2476. package/lib/v1/setup/helptips/ListGroup/props/propTypes.js +0 -16
  2477. package/lib/v1/setup/helptips/Title/Title.js +0 -23
  2478. package/lib/v1/setup/helptips/Title/props/propTypes.js +0 -15
  2479. package/lib/v1/setup/helptips/index.js +0 -39
  2480. package/lib/v1/setup/index.js +0 -24
  2481. package/lib/v1/setup/table/Table/Table.js +0 -34
  2482. package/lib/v1/setup/table/Table/props/defaultProps.js +0 -11
  2483. package/lib/v1/setup/table/Table/props/propTypes.js +0 -17
  2484. package/lib/v1/setup/table/TableBody/TableBody.js +0 -39
  2485. package/lib/v1/setup/table/TableBody/props/defaultProps.js +0 -10
  2486. package/lib/v1/setup/table/TableBody/props/propTypes.js +0 -18
  2487. package/lib/v1/setup/table/TableData/TableData.js +0 -44
  2488. package/lib/v1/setup/table/TableData/props/defaultProps.js +0 -12
  2489. package/lib/v1/setup/table/TableData/props/propTypes.js +0 -22
  2490. package/lib/v1/setup/table/TableHead/TableHead.js +0 -44
  2491. package/lib/v1/setup/table/TableHead/props/defaultProps.js +0 -11
  2492. package/lib/v1/setup/table/TableHead/props/propTypes.js +0 -19
  2493. package/lib/v1/setup/table/TableRow/TableRow.js +0 -49
  2494. package/lib/v1/setup/table/TableRow/props/defaultProps.js +0 -11
  2495. package/lib/v1/setup/table/TableRow/props/propTypes.js +0 -22
  2496. package/lib/v1/setup/table/Text/Text.js +0 -64
  2497. package/lib/v1/setup/table/Text/props/defaultProps.js +0 -14
  2498. package/lib/v1/setup/table/Text/props/propTypes.js +0 -24
  2499. package/lib/v1/setup/table/index.js +0 -47
  2500. package/lib/v1/svg/PlusIcon.js +0 -37
  2501. package/lib/v1/svg/SnippetIcon.js +0 -39
  2502. package/lib/v1/svg/TemplateIcon.js +0 -40
  2503. package/lib/v1/svg/index.js +0 -31
  2504. package/lib/v1/svg/props/defaultProps.js +0 -24
  2505. package/lib/v1/svg/props/propTypes.js +0 -29
  2506. package/lib/v1/utils/ChannelIconMapping.js +0 -138
  2507. package/lib/v1/utils/General.js +0 -58
  2508. package/lib/v1/utils/editorUtils.js +0 -224
  2509. package/lib/version2/AlertClose/AlertClose.js +0 -94
  2510. package/lib/version2/AlertClose/AlertClose.module.css +0 -44
  2511. package/lib/version2/AlertClose/__tests__/AlertClose.spec.js +0 -18
  2512. package/lib/version2/AlertClose/__tests__/__snapshots__/AlertClose.spec.js.snap +0 -29
  2513. package/lib/version2/AlertClose/props/propTypes.js +0 -19
  2514. package/lib/version2/GlobalNotification/GlobalNotification.js +0 -273
  2515. package/lib/version2/GlobalNotification/GlobalNotification.module.css +0 -183
  2516. package/lib/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +0 -28
  2517. package/lib/version2/GlobalNotification/__tests__/__snapshots__/GlobalNotification.spec.js.snap +0 -144
  2518. package/lib/version2/GlobalNotification/props/defaultProps.js +0 -13
  2519. package/lib/version2/GlobalNotification/props/propTypes.js +0 -54
  2520. package/lib/version2/GlobalNotification/utils/constants.js +0 -13
  2521. package/lib/version2/alertIcons/AlarmAlertIcon.js +0 -122
  2522. package/lib/version2/alertIcons/AlertIcons.js +0 -126
  2523. package/lib/version2/alertIcons/AlertIcons.module.css +0 -77
  2524. package/lib/version2/alertIcons/DangerAlertIcon.js +0 -122
  2525. package/lib/version2/alertIcons/ErrorAlertIcon.js +0 -127
  2526. package/lib/version2/alertIcons/InfoAlertIcon.js +0 -131
  2527. package/lib/version2/alertIcons/NotificationAlertIcon.js +0 -127
  2528. package/lib/version2/alertIcons/SuccessAlertIcon.js +0 -122
  2529. package/lib/version2/alertIcons/WarningAlertIcon.js +0 -122
  2530. package/lib/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +0 -18
  2531. package/lib/version2/alertIcons/__tests__/AlertIcons.spec.js +0 -18
  2532. package/lib/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +0 -18
  2533. package/lib/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +0 -18
  2534. package/lib/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +0 -18
  2535. package/lib/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +0 -18
  2536. package/lib/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +0 -18
  2537. package/lib/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +0 -18
  2538. package/lib/version2/alertIcons/__tests__/__snapshots__/AlarmAlertIcon.spec.js.snap +0 -71
  2539. package/lib/version2/alertIcons/__tests__/__snapshots__/AlertIcons.spec.js.snap +0 -76
  2540. package/lib/version2/alertIcons/__tests__/__snapshots__/DangerAlertIcon.spec.js.snap +0 -71
  2541. package/lib/version2/alertIcons/__tests__/__snapshots__/ErrorAlertIcon.spec.js.snap +0 -77
  2542. package/lib/version2/alertIcons/__tests__/__snapshots__/InfoAlertIcon.spec.js.snap +0 -82
  2543. package/lib/version2/alertIcons/__tests__/__snapshots__/NotificationAlertIcon.spec.js.snap +0 -77
  2544. package/lib/version2/alertIcons/__tests__/__snapshots__/SuccessAlertIcon.spec.js.snap +0 -71
  2545. package/lib/version2/alertIcons/__tests__/__snapshots__/WarningAlertIcon.spec.js.snap +0 -71
  2546. package/lib/version2/alertIcons/index.js +0 -71
  2547. package/lib/version2/alertIcons/props/defaultProps.js +0 -41
  2548. package/lib/version2/alertIcons/props/propTypes.js +0 -52
  2549. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +0 -126
  2550. package/lib/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +0 -18
  2551. package/lib/version2/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +0 -133
  2552. package/lib/version2/errorstate/Inconvenience/props/defaultProps.js +0 -15
  2553. package/lib/version2/errorstate/Inconvenience/props/propTypes.js +0 -27
  2554. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -126
  2555. package/lib/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +0 -18
  2556. package/lib/version2/errorstate/OopsSomethingMiss/__tests__/__snapshots__/OopsSomethingMiss.spec.js.snap +0 -133
  2557. package/lib/version2/errorstate/OopsSomethingMiss/props/defaultProps.js +0 -15
  2558. package/lib/version2/errorstate/OopsSomethingMiss/props/propTypes.js +0 -27
  2559. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -126
  2560. package/lib/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +0 -18
  2561. package/lib/version2/errorstate/UnableToProcessRequest/__tests__/__snapshots__/UnableToProcessRequest.spec.js.snap +0 -133
  2562. package/lib/version2/errorstate/UnableToProcessRequest/props/defaultProps.js +0 -15
  2563. package/lib/version2/errorstate/UnableToProcessRequest/props/propTypes.js +0 -27
  2564. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -127
  2565. package/lib/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +0 -18
  2566. package/lib/version2/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +0 -116
  2567. package/lib/version2/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -16
  2568. package/lib/version2/errorstate/UnauthorizedLogin/props/propTypes.js +0 -28
  2569. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +0 -126
  2570. package/lib/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +0 -18
  2571. package/lib/version2/errorstate/UrlNotFound/__tests__/__snapshots__/UrlNotFound.spec.js.snap +0 -133
  2572. package/lib/version2/errorstate/UrlNotFound/props/defaultProps.js +0 -15
  2573. package/lib/version2/errorstate/UrlNotFound/props/propTypes.js +0 -27
  2574. package/lib/version2/errorstate/V2_ErrorStates.module.css +0 -46
  2575. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +0 -126
  2576. package/lib/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +0 -18
  2577. package/lib/version2/errorstate/WillBeRightBack/__tests__/__snapshots__/WillBeRightBack.spec.js.snap +0 -133
  2578. package/lib/version2/errorstate/WillBeRightBack/props/defaultProps.js +0 -15
  2579. package/lib/version2/errorstate/WillBeRightBack/props/propTypes.js +0 -27
  2580. package/lib/version2/errorstate/index.js +0 -55
  2581. package/lib/version2/index.js +0 -58
  2582. package/lib/version2/lookup/AlertHeader/AlertHeader.js +0 -104
  2583. package/lib/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +0 -18
  2584. package/lib/version2/lookup/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +0 -88
  2585. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +0 -90
  2586. package/lib/version2/lookup/AlertHeader/css/cssJSLogic.js +0 -24
  2587. package/lib/version2/lookup/AlertHeader/props/defaultProps.js +0 -19
  2588. package/lib/version2/lookup/AlertHeader/props/propTypes.js +0 -30
  2589. package/lib/version2/lookup/AlertLookup/AlertLookup.js +0 -268
  2590. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +0 -44
  2591. package/lib/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +0 -26
  2592. package/lib/version2/lookup/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +0 -20
  2593. package/lib/version2/lookup/AlertLookup/props/defaultProps.js +0 -20
  2594. package/lib/version2/lookup/AlertLookup/props/propTypes.js +0 -46
  2595. package/lib/version2/lookup/alertLookupCommonNew.module.css +0 -33
  2596. package/lib/version2/lookup/index.js +0 -23
  2597. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +0 -216
  2598. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +0 -134
  2599. package/lib/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +0 -18
  2600. package/lib/version2/notification/DesktopNotification/__tests__/__snapshots__/DesktopNotification.spec.js.snap +0 -176
  2601. package/lib/version2/notification/DesktopNotification/props/defaultProps.js +0 -26
  2602. package/lib/version2/notification/DesktopNotification/props/propTypes.js +0 -54
  2603. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -149
  2604. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -139
  2605. package/lib/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +0 -18
  2606. package/lib/version2/notification/DesktopNotificationHeader/__tests__/__snapshots__/DesktopNotificationHeader.spec.js.snap +0 -141
  2607. package/lib/version2/notification/DesktopNotificationHeader/props/defaultProps.js +0 -16
  2608. package/lib/version2/notification/DesktopNotificationHeader/props/propTypes.js +0 -23
  2609. package/lib/version2/notification/index.js +0 -35
@@ -1,2673 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`ActionButton renders dataId prop with isLoading set to true 1`] = `
4
- <DocumentFragment>
5
- <div
6
- class="container primaryFilledBox medium wholeDiv flex rowdir"
7
- data-id="testDataId_actionButton"
8
- data-selector-id="actionButton"
9
- data-test-id="testDataId_actionButton"
10
- >
11
- <div
12
- class="grow basis shrinkOff"
13
- data-id="boxComponent"
14
- data-selector-id="box"
15
- data-test-id="boxComponent"
16
- >
17
- <button
18
- class="btn bold primaryfilled medium loader"
19
- data-id="buttonComp"
20
- data-selector-id="button"
21
- data-test-id="buttonComp"
22
- disabled=""
23
- type="button"
24
- >
25
- Button
26
- <div
27
- class="overlay"
28
- >
29
- <div
30
- class="loading mediumloading"
31
- >
32
- <div
33
- class="loadingelement primaryfilledelement"
34
- />
35
- </div>
36
- </div>
37
- </button>
38
- </div>
39
- </div>
40
- </DocumentFragment>
41
- `;
42
-
43
- exports[`ActionButton renders with arrowBoxSize medium and children 1`] = `
44
- <DocumentFragment>
45
- <div
46
- class="container primaryFilledBox medium wholeDiv flex rowdir"
47
- data-id="actionButton_actionButton"
48
- data-selector-id="actionButton"
49
- data-test-id="actionButton_actionButton"
50
- >
51
- <button
52
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
53
- data-id="actionButton"
54
- data-selector-id="box"
55
- data-test-id="actionButton"
56
- tabindex="0"
57
- >
58
- <div
59
- class="flex cover coldir both"
60
- data-id="containerComponent"
61
- data-selector-id="container"
62
- data-test-id="containerComponent"
63
- >
64
- <div
65
- class="contentwrapper shrinkOff"
66
- data-id="boxComponent"
67
- data-selector-id="box"
68
- data-test-id="boxComponent"
69
- >
70
- <div
71
- class="flex rowdir vCenter"
72
- data-id="containerComponent"
73
- data-selector-id="container"
74
- data-test-id="containerComponent"
75
- />
76
- </div>
77
- </div>
78
- </button>
79
- <button
80
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper shrinkOff"
81
- data-id="actionButton_arrowButton"
82
- data-selector-id="actionButton_arrowButton"
83
- data-test-id="actionButton_arrowButton"
84
- tabindex="0"
85
- >
86
- <div
87
- class="flex cover coldir both"
88
- data-id="containerComponent"
89
- data-selector-id="container"
90
- data-test-id="containerComponent"
91
- >
92
- <i
93
- aria-hidden="true"
94
- class="zd_font_icons basic icon-down arrow "
95
- data-id="fontIcon"
96
- data-selector-id="fontIcon"
97
- data-test-id="fontIcon"
98
- style="--zd-iconfont-size: var(--zd_font_size6);"
99
- />
100
- </div>
101
- </button>
102
- </div>
103
- </DocumentFragment>
104
- `;
105
-
106
- exports[`ActionButton renders with arrowBoxSize medium and isPopupOpen false 1`] = `
107
- <DocumentFragment>
108
- <div
109
- class="container primaryFilledBox medium wholeDiv flex rowdir"
110
- data-id="actionButton_actionButton"
111
- data-selector-id="actionButton"
112
- data-test-id="actionButton_actionButton"
113
- >
114
- <button
115
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
116
- data-id="actionButton"
117
- data-selector-id="box"
118
- data-test-id="actionButton"
119
- tabindex="0"
120
- >
121
- <div
122
- class="flex cover coldir both"
123
- data-id="containerComponent"
124
- data-selector-id="container"
125
- data-test-id="containerComponent"
126
- >
127
- <div
128
- class="contentwrapper shrinkOff"
129
- data-id="boxComponent"
130
- data-selector-id="box"
131
- data-test-id="boxComponent"
132
- >
133
- <div
134
- class="flex rowdir vCenter"
135
- data-id="containerComponent"
136
- data-selector-id="container"
137
- data-test-id="containerComponent"
138
- />
139
- </div>
140
- </div>
141
- </button>
142
- </div>
143
- </DocumentFragment>
144
- `;
145
-
146
- exports[`ActionButton renders with arrowBoxSize small and children 1`] = `
147
- <DocumentFragment>
148
- <div
149
- class="container primaryFilledBox medium wholeDiv flex rowdir"
150
- data-id="actionButton_actionButton"
151
- data-selector-id="actionButton"
152
- data-test-id="actionButton_actionButton"
153
- >
154
- <button
155
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
156
- data-id="actionButton"
157
- data-selector-id="box"
158
- data-test-id="actionButton"
159
- tabindex="0"
160
- >
161
- <div
162
- class="flex cover coldir both"
163
- data-id="containerComponent"
164
- data-selector-id="container"
165
- data-test-id="containerComponent"
166
- >
167
- <div
168
- class="contentwrapper shrinkOff"
169
- data-id="boxComponent"
170
- data-selector-id="box"
171
- data-test-id="boxComponent"
172
- >
173
- <div
174
- class="flex rowdir vCenter"
175
- data-id="containerComponent"
176
- data-selector-id="container"
177
- data-test-id="containerComponent"
178
- />
179
- </div>
180
- </div>
181
- </button>
182
- <button
183
- class="buttonReset small_arrowBox primaryFilledArw arrowWrapper shrinkOff"
184
- data-id="actionButton_arrowButton"
185
- data-selector-id="actionButton_arrowButton"
186
- data-test-id="actionButton_arrowButton"
187
- tabindex="0"
188
- >
189
- <div
190
- class="flex cover coldir both"
191
- data-id="containerComponent"
192
- data-selector-id="container"
193
- data-test-id="containerComponent"
194
- >
195
- <i
196
- aria-hidden="true"
197
- class="zd_font_icons basic icon-down arrow "
198
- data-id="fontIcon"
199
- data-selector-id="fontIcon"
200
- data-test-id="fontIcon"
201
- style="--zd-iconfont-size: var(--zd_font_size6);"
202
- />
203
- </div>
204
- </button>
205
- </div>
206
- </DocumentFragment>
207
- `;
208
-
209
- exports[`ActionButton renders with arrowBoxSize small and isPopupOpen true 1`] = `
210
- <DocumentFragment>
211
- <div
212
- class="container primaryFilledBox medium wholeDiv flex rowdir"
213
- data-id="actionButton_actionButton"
214
- data-selector-id="actionButton"
215
- data-test-id="actionButton_actionButton"
216
- >
217
- <button
218
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
219
- data-id="actionButton"
220
- data-selector-id="box"
221
- data-test-id="actionButton"
222
- tabindex="0"
223
- >
224
- <div
225
- class="flex cover coldir both"
226
- data-id="containerComponent"
227
- data-selector-id="container"
228
- data-test-id="containerComponent"
229
- >
230
- <div
231
- class="contentwrapper shrinkOff"
232
- data-id="boxComponent"
233
- data-selector-id="box"
234
- data-test-id="boxComponent"
235
- >
236
- <div
237
- class="flex rowdir vCenter"
238
- data-id="containerComponent"
239
- data-selector-id="container"
240
- data-test-id="containerComponent"
241
- />
242
- </div>
243
- </div>
244
- </button>
245
- </div>
246
- </DocumentFragment>
247
- `;
248
-
249
- exports[`ActionButton renders with children and tooltip disabled 1`] = `
250
- <DocumentFragment>
251
- <div
252
- class="container primaryFilledBox medium wholeDiv flex rowdir"
253
- data-id="actionButton_actionButton"
254
- data-selector-id="actionButton"
255
- data-test-id="actionButton_actionButton"
256
- >
257
- <button
258
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
259
- data-id="actionButton"
260
- data-selector-id="box"
261
- data-test-id="actionButton"
262
- tabindex="0"
263
- >
264
- <div
265
- class="flex cover coldir both"
266
- data-id="containerComponent"
267
- data-selector-id="container"
268
- data-test-id="containerComponent"
269
- >
270
- <div
271
- class="contentwrapper shrinkOff"
272
- data-id="boxComponent"
273
- data-selector-id="box"
274
- data-test-id="boxComponent"
275
- >
276
- <div
277
- class="flex rowdir vCenter"
278
- data-id="containerComponent"
279
- data-selector-id="container"
280
- data-test-id="containerComponent"
281
- />
282
- </div>
283
- </div>
284
- </button>
285
- <button
286
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper shrinkOff"
287
- data-id="actionButton_arrowButton"
288
- data-selector-id="actionButton_arrowButton"
289
- data-test-id="actionButton_arrowButton"
290
- tabindex="0"
291
- >
292
- <div
293
- class="flex cover coldir both"
294
- data-id="containerComponent"
295
- data-selector-id="container"
296
- data-test-id="containerComponent"
297
- >
298
- <i
299
- aria-hidden="true"
300
- class="zd_font_icons basic icon-down arrow "
301
- data-id="fontIcon"
302
- data-selector-id="fontIcon"
303
- data-test-id="fontIcon"
304
- style="--zd-iconfont-size: var(--zd_font_size6);"
305
- />
306
- </div>
307
- </button>
308
- </div>
309
- </DocumentFragment>
310
- `;
311
-
312
- exports[`ActionButton renders with children and tooltip enabled 1`] = `
313
- <DocumentFragment>
314
- <div
315
- class="container primaryFilledBox medium wholeDiv flex rowdir"
316
- data-id="actionButton_actionButton"
317
- data-selector-id="actionButton"
318
- data-test-id="actionButton_actionButton"
319
- >
320
- <button
321
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
322
- data-id="actionButton"
323
- data-selector-id="box"
324
- data-test-id="actionButton"
325
- tabindex="0"
326
- >
327
- <div
328
- class="flex cover coldir both"
329
- data-id="containerComponent"
330
- data-selector-id="container"
331
- data-test-id="containerComponent"
332
- >
333
- <div
334
- class="contentwrapper shrinkOff"
335
- data-id="boxComponent"
336
- data-selector-id="box"
337
- data-test-id="boxComponent"
338
- >
339
- <div
340
- class="flex rowdir vCenter"
341
- data-id="containerComponent"
342
- data-selector-id="container"
343
- data-test-id="containerComponent"
344
- />
345
- </div>
346
- </div>
347
- </button>
348
- <button
349
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper shrinkOff"
350
- data-id="actionButton_arrowButton"
351
- data-selector-id="actionButton_arrowButton"
352
- data-test-id="actionButton_arrowButton"
353
- tabindex="0"
354
- >
355
- <div
356
- class="flex cover coldir both"
357
- data-id="containerComponent"
358
- data-selector-id="container"
359
- data-test-id="containerComponent"
360
- >
361
- <i
362
- aria-hidden="true"
363
- class="zd_font_icons basic icon-down arrow "
364
- data-id="fontIcon"
365
- data-selector-id="fontIcon"
366
- data-test-id="fontIcon"
367
- style="--zd-iconfont-size: var(--zd_font_size6);"
368
- />
369
- </div>
370
- </button>
371
- </div>
372
- </DocumentFragment>
373
- `;
374
-
375
- exports[`ActionButton renders with children prop 1`] = `
376
- <DocumentFragment>
377
- <div
378
- class="container primaryFilledBox medium wholeDiv flex rowdir"
379
- data-id="actionButton_actionButton"
380
- data-selector-id="actionButton"
381
- data-test-id="actionButton_actionButton"
382
- >
383
- <button
384
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
385
- data-id="actionButton"
386
- data-selector-id="box"
387
- data-test-id="actionButton"
388
- tabindex="0"
389
- >
390
- <div
391
- class="flex cover coldir both"
392
- data-id="containerComponent"
393
- data-selector-id="container"
394
- data-test-id="containerComponent"
395
- >
396
- <div
397
- class="contentwrapper shrinkOff"
398
- data-id="boxComponent"
399
- data-selector-id="box"
400
- data-test-id="boxComponent"
401
- >
402
- <div
403
- class="flex rowdir vCenter"
404
- data-id="containerComponent"
405
- data-selector-id="container"
406
- data-test-id="containerComponent"
407
- />
408
- </div>
409
- </div>
410
- </button>
411
- <button
412
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper shrinkOff"
413
- data-id="actionButton_arrowButton"
414
- data-selector-id="actionButton_arrowButton"
415
- data-test-id="actionButton_arrowButton"
416
- tabindex="0"
417
- >
418
- <div
419
- class="flex cover coldir both"
420
- data-id="containerComponent"
421
- data-selector-id="container"
422
- data-test-id="containerComponent"
423
- >
424
- <i
425
- aria-hidden="true"
426
- class="zd_font_icons basic icon-down arrow "
427
- data-id="fontIcon"
428
- data-selector-id="fontIcon"
429
- data-test-id="fontIcon"
430
- style="--zd-iconfont-size: var(--zd_font_size6);"
431
- />
432
- </div>
433
- </button>
434
- </div>
435
- </DocumentFragment>
436
- `;
437
-
438
- exports[`ActionButton renders with custom className 1`] = `
439
- <DocumentFragment>
440
- <div
441
- class="container primaryFilledBox medium custom-class wholeDiv flex rowdir"
442
- data-id="actionButton_actionButton"
443
- data-selector-id="actionButton"
444
- data-test-id="actionButton_actionButton"
445
- >
446
- <button
447
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
448
- data-id="actionButton"
449
- data-selector-id="box"
450
- data-test-id="actionButton"
451
- tabindex="0"
452
- >
453
- <div
454
- class="flex cover coldir both"
455
- data-id="containerComponent"
456
- data-selector-id="container"
457
- data-test-id="containerComponent"
458
- >
459
- <div
460
- class="contentwrapper shrinkOff"
461
- data-id="boxComponent"
462
- data-selector-id="box"
463
- data-test-id="boxComponent"
464
- >
465
- <div
466
- class="flex rowdir vCenter"
467
- data-id="containerComponent"
468
- data-selector-id="container"
469
- data-test-id="containerComponent"
470
- />
471
- </div>
472
- </div>
473
- </button>
474
- </div>
475
- </DocumentFragment>
476
- `;
477
-
478
- exports[`ActionButton renders with dataId prop 1`] = `
479
- <DocumentFragment>
480
- <div
481
- class="container primaryFilledBox medium wholeDiv flex rowdir"
482
- data-id="testDataId_actionButton"
483
- data-selector-id="actionButton"
484
- data-test-id="testDataId_actionButton"
485
- >
486
- <button
487
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
488
- data-id="testDataId"
489
- data-selector-id="box"
490
- data-test-id="testDataId"
491
- tabindex="0"
492
- >
493
- <div
494
- class="flex cover coldir both"
495
- data-id="containerComponent"
496
- data-selector-id="container"
497
- data-test-id="containerComponent"
498
- >
499
- <div
500
- class="contentwrapper shrinkOff"
501
- data-id="boxComponent"
502
- data-selector-id="box"
503
- data-test-id="boxComponent"
504
- >
505
- <div
506
- class="flex rowdir vCenter"
507
- data-id="containerComponent"
508
- data-selector-id="container"
509
- data-test-id="containerComponent"
510
- />
511
- </div>
512
- </div>
513
- </button>
514
- </div>
515
- </DocumentFragment>
516
- `;
517
-
518
- exports[`ActionButton renders with dataId, children, and popup open 1`] = `
519
- <DocumentFragment>
520
- <div
521
- class="container primaryFilledBox medium wholeDiv flex rowdir"
522
- data-id="testDataId_actionButton"
523
- data-selector-id="actionButton"
524
- data-test-id="testDataId_actionButton"
525
- >
526
- <button
527
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
528
- data-id="testDataId"
529
- data-selector-id="box"
530
- data-test-id="testDataId"
531
- tabindex="0"
532
- >
533
- <div
534
- class="flex cover coldir both"
535
- data-id="containerComponent"
536
- data-selector-id="container"
537
- data-test-id="containerComponent"
538
- >
539
- <div
540
- class="contentwrapper shrinkOff"
541
- data-id="boxComponent"
542
- data-selector-id="box"
543
- data-test-id="boxComponent"
544
- >
545
- <div
546
- class="flex rowdir vCenter"
547
- data-id="containerComponent"
548
- data-selector-id="container"
549
- data-test-id="containerComponent"
550
- />
551
- </div>
552
- </div>
553
- </button>
554
- <button
555
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
556
- data-id="testDataId_arrowButton"
557
- data-selector-id="actionButton_arrowButton"
558
- data-test-id="testDataId_arrowButton"
559
- tabindex="0"
560
- >
561
- <div
562
- class="flex cover coldir both"
563
- data-id="containerComponent"
564
- data-selector-id="container"
565
- data-test-id="containerComponent"
566
- >
567
- <i
568
- aria-hidden="true"
569
- class="zd_font_icons basic icon-down arrow "
570
- data-id="fontIcon"
571
- data-selector-id="fontIcon"
572
- data-test-id="fontIcon"
573
- style="--zd-iconfont-size: var(--zd_font_size6);"
574
- />
575
- </div>
576
- <div
577
- class="main container bottomMid small paddingSpace"
578
- data-a11y-focus-main-area="true"
579
- data-arrow-position="mid"
580
- data-box-direction="bottom"
581
- data-id="testDataId_dropbox"
582
- data-position="bottomMid"
583
- data-selector-id="dropBox"
584
- data-test-id="testDataId_dropbox"
585
- dot-ui-element="dropbox"
586
- style="z-index: 4;"
587
- >
588
- <div
589
- class="subContainer shadow boxPadding radius fadeInScale defaultPalette"
590
- data-a11y-focus-scope="true"
591
- data-id="testDataId_dropbox_subcontainer"
592
- data-selector-id="dropBox_subcontainer"
593
- data-test-id="testDataId_dropbox_subcontainer"
594
- tabindex="-1"
595
- >
596
- <div
597
- class="flex coldir"
598
- data-id="containerComponent"
599
- data-selector-id="container"
600
- data-test-id="containerComponent"
601
- >
602
- <div
603
- class="grow basis shrinkOn scrolly"
604
- data-id="boxComponent"
605
- data-selector-id="box"
606
- data-test-id="boxComponent"
607
- >
608
- <div>
609
- Child Content
610
- </div>
611
- </div>
612
- </div>
613
- </div>
614
- </div>
615
- </button>
616
- </div>
617
- </DocumentFragment>
618
- `;
619
-
620
- exports[`ActionButton renders with dataSelectorId and children props 1`] = `
621
- <DocumentFragment>
622
- <div
623
- class="container primaryFilledBox medium wholeDiv flex rowdir"
624
- data-id="actionButton_actionButton"
625
- data-selector-id="testSelectorId"
626
- data-test-id="actionButton_actionButton"
627
- >
628
- <button
629
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
630
- data-id="actionButton"
631
- data-selector-id="box"
632
- data-test-id="actionButton"
633
- tabindex="0"
634
- >
635
- <div
636
- class="flex cover coldir both"
637
- data-id="containerComponent"
638
- data-selector-id="container"
639
- data-test-id="containerComponent"
640
- >
641
- <div
642
- class="contentwrapper shrinkOff"
643
- data-id="boxComponent"
644
- data-selector-id="box"
645
- data-test-id="boxComponent"
646
- >
647
- <div
648
- class="flex rowdir vCenter"
649
- data-id="containerComponent"
650
- data-selector-id="container"
651
- data-test-id="containerComponent"
652
- />
653
- </div>
654
- </div>
655
- </button>
656
- <button
657
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper shrinkOff"
658
- data-id="actionButton_arrowButton"
659
- data-selector-id="testSelectorId_arrowButton"
660
- data-test-id="actionButton_arrowButton"
661
- tabindex="0"
662
- >
663
- <div
664
- class="flex cover coldir both"
665
- data-id="containerComponent"
666
- data-selector-id="container"
667
- data-test-id="containerComponent"
668
- >
669
- <i
670
- aria-hidden="true"
671
- class="zd_font_icons basic icon-down arrow "
672
- data-id="fontIcon"
673
- data-selector-id="fontIcon"
674
- data-test-id="fontIcon"
675
- style="--zd-iconfont-size: var(--zd_font_size6);"
676
- />
677
- </div>
678
- </button>
679
- </div>
680
- </DocumentFragment>
681
- `;
682
-
683
- exports[`ActionButton renders with dataTitle 1`] = `
684
- <DocumentFragment>
685
- <div
686
- class="container primaryFilledBox medium wholeDiv flex rowdir"
687
- data-id="actionButton_actionButton"
688
- data-selector-id="actionButton"
689
- data-test-id="actionButton_actionButton"
690
- >
691
- <button
692
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
693
- data-id="actionButton"
694
- data-selector-id="box"
695
- data-test-id="actionButton"
696
- data-title="Test Data Title"
697
- tabindex="0"
698
- >
699
- <div
700
- class="flex cover coldir both"
701
- data-id="containerComponent"
702
- data-selector-id="container"
703
- data-test-id="containerComponent"
704
- >
705
- <div
706
- class="contentwrapper shrinkOff"
707
- data-id="boxComponent"
708
- data-selector-id="box"
709
- data-test-id="boxComponent"
710
- >
711
- <div
712
- class="flex rowdir vCenter"
713
- data-id="containerComponent"
714
- data-selector-id="container"
715
- data-test-id="containerComponent"
716
- />
717
- </div>
718
- </div>
719
- </button>
720
- </div>
721
- </DocumentFragment>
722
- `;
723
-
724
- exports[`ActionButton renders with default props 1`] = `
725
- <DocumentFragment>
726
- <div
727
- class="container primaryFilledBox medium wholeDiv flex rowdir"
728
- data-id="actionButton_actionButton"
729
- data-selector-id="actionButton"
730
- data-test-id="actionButton_actionButton"
731
- >
732
- <button
733
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
734
- data-id="actionButton"
735
- data-selector-id="box"
736
- data-test-id="actionButton"
737
- tabindex="0"
738
- >
739
- <div
740
- class="flex cover coldir both"
741
- data-id="containerComponent"
742
- data-selector-id="container"
743
- data-test-id="containerComponent"
744
- >
745
- <div
746
- class="contentwrapper shrinkOff"
747
- data-id="boxComponent"
748
- data-selector-id="box"
749
- data-test-id="boxComponent"
750
- >
751
- <div
752
- class="flex rowdir vCenter"
753
- data-id="containerComponent"
754
- data-selector-id="container"
755
- data-test-id="containerComponent"
756
- />
757
- </div>
758
- </div>
759
- </button>
760
- </div>
761
- </DocumentFragment>
762
- `;
763
-
764
- exports[`ActionButton renders with disabled state true 1`] = `
765
- <DocumentFragment>
766
- <div
767
- class="container primaryFilledBox medium disabled wholeDiv flex rowdir"
768
- data-id="actionButton_actionButton"
769
- data-selector-id="actionButton"
770
- data-test-id="actionButton_actionButton"
771
- >
772
- <button
773
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
774
- data-id="actionButton"
775
- data-selector-id="box"
776
- data-test-id="actionButton"
777
- tabindex="0"
778
- >
779
- <div
780
- class="flex cover coldir both"
781
- data-id="containerComponent"
782
- data-selector-id="container"
783
- data-test-id="containerComponent"
784
- >
785
- <div
786
- class="contentwrapper shrinkOff"
787
- data-id="boxComponent"
788
- data-selector-id="box"
789
- data-test-id="boxComponent"
790
- >
791
- <div
792
- class="flex rowdir vCenter"
793
- data-id="containerComponent"
794
- data-selector-id="container"
795
- data-test-id="containerComponent"
796
- />
797
- </div>
798
- </div>
799
- </button>
800
- </div>
801
- </DocumentFragment>
802
- `;
803
-
804
- exports[`ActionButton renders with dropBoxClassProps - case 1 1`] = `
805
- <DocumentFragment>
806
- <div
807
- class="container primaryFilledBox medium wholeDiv flex rowdir"
808
- data-id="actionButton_actionButton"
809
- data-selector-id="actionButton"
810
- data-test-id="actionButton_actionButton"
811
- >
812
- <button
813
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
814
- data-id="actionButton"
815
- data-selector-id="box"
816
- data-test-id="actionButton"
817
- tabindex="0"
818
- >
819
- <div
820
- class="flex cover coldir both"
821
- data-id="containerComponent"
822
- data-selector-id="container"
823
- data-test-id="containerComponent"
824
- >
825
- <div
826
- class="contentwrapper shrinkOff"
827
- data-id="boxComponent"
828
- data-selector-id="box"
829
- data-test-id="boxComponent"
830
- >
831
- <div
832
- class="flex rowdir vCenter"
833
- data-id="containerComponent"
834
- data-selector-id="container"
835
- data-test-id="containerComponent"
836
- />
837
- </div>
838
- </div>
839
- </button>
840
- <button
841
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
842
- data-id="actionButton_arrowButton"
843
- data-selector-id="actionButton_arrowButton"
844
- data-test-id="actionButton_arrowButton"
845
- tabindex="0"
846
- >
847
- <div
848
- class="flex cover coldir both"
849
- data-id="containerComponent"
850
- data-selector-id="container"
851
- data-test-id="containerComponent"
852
- >
853
- <i
854
- aria-hidden="true"
855
- class="zd_font_icons basic icon-down arrow "
856
- data-id="fontIcon"
857
- data-selector-id="fontIcon"
858
- data-test-id="fontIcon"
859
- style="--zd-iconfont-size: var(--zd_font_size6);"
860
- />
861
- </div>
862
- <div
863
- class="main custom-dropbox-class container bottomMid small paddingSpace"
864
- data-a11y-focus-main-area="true"
865
- data-arrow-position="mid"
866
- data-box-direction="bottom"
867
- data-id="actionButton_dropbox"
868
- data-position="bottomMid"
869
- data-selector-id="dropBox"
870
- data-test-id="actionButton_dropbox"
871
- dot-ui-element="dropbox"
872
- style="z-index: 4;"
873
- >
874
- <div
875
- class="subContainer shadow boxPadding radius fadeInScale defaultPalette"
876
- data-a11y-focus-scope="true"
877
- data-id="actionButton_dropbox_subcontainer"
878
- data-selector-id="dropBox_subcontainer"
879
- data-test-id="actionButton_dropbox_subcontainer"
880
- tabindex="-1"
881
- >
882
- <div
883
- class="flex coldir"
884
- data-id="containerComponent"
885
- data-selector-id="container"
886
- data-test-id="containerComponent"
887
- >
888
- <div
889
- class="grow basis shrinkOn scrolly"
890
- data-id="boxComponent"
891
- data-selector-id="box"
892
- data-test-id="boxComponent"
893
- >
894
- <div>
895
- Child Content
896
- </div>
897
- </div>
898
- </div>
899
- </div>
900
- </div>
901
- </button>
902
- </div>
903
- </DocumentFragment>
904
- `;
905
-
906
- exports[`ActionButton renders with dropBoxClassProps - case 2 1`] = `
907
- <DocumentFragment>
908
- <div
909
- class="container primaryFilledBox medium wholeDiv flex rowdir"
910
- data-id="actionButton_actionButton"
911
- data-selector-id="actionButton"
912
- data-test-id="actionButton_actionButton"
913
- >
914
- <button
915
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
916
- data-id="actionButton"
917
- data-selector-id="box"
918
- data-test-id="actionButton"
919
- tabindex="0"
920
- >
921
- <div
922
- class="flex cover coldir both"
923
- data-id="containerComponent"
924
- data-selector-id="container"
925
- data-test-id="containerComponent"
926
- >
927
- <div
928
- class="contentwrapper shrinkOff"
929
- data-id="boxComponent"
930
- data-selector-id="box"
931
- data-test-id="boxComponent"
932
- >
933
- <div
934
- class="flex rowdir vCenter"
935
- data-id="containerComponent"
936
- data-selector-id="container"
937
- data-test-id="containerComponent"
938
- />
939
- </div>
940
- </div>
941
- </button>
942
- <button
943
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper shrinkOff"
944
- data-id="actionButton_arrowButton"
945
- data-selector-id="actionButton_arrowButton"
946
- data-test-id="actionButton_arrowButton"
947
- tabindex="0"
948
- >
949
- <div
950
- class="flex cover coldir both"
951
- data-id="containerComponent"
952
- data-selector-id="container"
953
- data-test-id="containerComponent"
954
- >
955
- <i
956
- aria-hidden="true"
957
- class="zd_font_icons basic icon-down arrow "
958
- data-id="fontIcon"
959
- data-selector-id="fontIcon"
960
- data-test-id="fontIcon"
961
- style="--zd-iconfont-size: var(--zd_font_size6);"
962
- />
963
- </div>
964
- </button>
965
- </div>
966
- </DocumentFragment>
967
- `;
968
-
969
- exports[`ActionButton renders with dropBoxClassProps - case 3 1`] = `
970
- <DocumentFragment>
971
- <div
972
- class="container primaryFilledBox medium wholeDiv flex rowdir"
973
- data-id="actionButton_actionButton"
974
- data-selector-id="actionButton"
975
- data-test-id="actionButton_actionButton"
976
- >
977
- <button
978
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
979
- data-id="actionButton"
980
- data-selector-id="box"
981
- data-test-id="actionButton"
982
- tabindex="0"
983
- >
984
- <div
985
- class="flex cover coldir both"
986
- data-id="containerComponent"
987
- data-selector-id="container"
988
- data-test-id="containerComponent"
989
- >
990
- <div
991
- class="contentwrapper shrinkOff"
992
- data-id="boxComponent"
993
- data-selector-id="box"
994
- data-test-id="boxComponent"
995
- >
996
- <div
997
- class="flex rowdir vCenter"
998
- data-id="containerComponent"
999
- data-selector-id="container"
1000
- data-test-id="containerComponent"
1001
- />
1002
- </div>
1003
- </div>
1004
- </button>
1005
- <button
1006
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
1007
- data-id="actionButton_arrowButton"
1008
- data-selector-id="actionButton_arrowButton"
1009
- data-test-id="actionButton_arrowButton"
1010
- tabindex="0"
1011
- >
1012
- <div
1013
- class="flex cover coldir both"
1014
- data-id="containerComponent"
1015
- data-selector-id="container"
1016
- data-test-id="containerComponent"
1017
- >
1018
- <i
1019
- aria-hidden="true"
1020
- class="zd_font_icons basic icon-down arrow "
1021
- data-id="fontIcon"
1022
- data-selector-id="fontIcon"
1023
- data-test-id="fontIcon"
1024
- style="--zd-iconfont-size: var(--zd_font_size6);"
1025
- />
1026
- </div>
1027
- <div
1028
- class="main custom-dropbox-class container bottomMid small paddingSpace"
1029
- data-a11y-focus-main-area="true"
1030
- data-arrow-position="mid"
1031
- data-box-direction="bottom"
1032
- data-id="actionButton_dropbox"
1033
- data-position="bottomMid"
1034
- data-selector-id="dropBox"
1035
- data-test-id="actionButton_dropbox"
1036
- dot-ui-element="dropbox"
1037
- style="z-index: 4;"
1038
- >
1039
- <div
1040
- class="subContainer shadow radius fadeInScale defaultPalette"
1041
- data-a11y-focus-scope="true"
1042
- data-id="actionButton_dropbox_subcontainer"
1043
- data-selector-id="dropBox_subcontainer"
1044
- data-test-id="actionButton_dropbox_subcontainer"
1045
- tabindex="-1"
1046
- >
1047
- <div
1048
- class="flex coldir"
1049
- data-id="containerComponent"
1050
- data-selector-id="container"
1051
- data-test-id="containerComponent"
1052
- >
1053
- <div
1054
- class="grow basis shrinkOn scrolly"
1055
- data-id="boxComponent"
1056
- data-selector-id="box"
1057
- data-test-id="boxComponent"
1058
- >
1059
- <div>
1060
- Child Content
1061
- </div>
1062
- </div>
1063
- </div>
1064
- </div>
1065
- </div>
1066
- </button>
1067
- </div>
1068
- </DocumentFragment>
1069
- `;
1070
-
1071
- exports[`ActionButton renders with dropBoxClassProps - case 4 1`] = `
1072
- <DocumentFragment>
1073
- <div
1074
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1075
- data-id="actionButton_actionButton"
1076
- data-selector-id="actionButton"
1077
- data-test-id="actionButton_actionButton"
1078
- >
1079
- <button
1080
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
1081
- data-id="actionButton"
1082
- data-selector-id="box"
1083
- data-test-id="actionButton"
1084
- tabindex="0"
1085
- >
1086
- <div
1087
- class="flex cover coldir both"
1088
- data-id="containerComponent"
1089
- data-selector-id="container"
1090
- data-test-id="containerComponent"
1091
- >
1092
- <div
1093
- class="contentwrapper shrinkOff"
1094
- data-id="boxComponent"
1095
- data-selector-id="box"
1096
- data-test-id="boxComponent"
1097
- >
1098
- <div
1099
- class="flex rowdir vCenter"
1100
- data-id="containerComponent"
1101
- data-selector-id="container"
1102
- data-test-id="containerComponent"
1103
- />
1104
- </div>
1105
- </div>
1106
- </button>
1107
- <button
1108
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
1109
- data-id="actionButton_arrowButton"
1110
- data-selector-id="actionButton_arrowButton"
1111
- data-test-id="actionButton_arrowButton"
1112
- tabindex="0"
1113
- >
1114
- <div
1115
- class="flex cover coldir both"
1116
- data-id="containerComponent"
1117
- data-selector-id="container"
1118
- data-test-id="containerComponent"
1119
- >
1120
- <i
1121
- aria-hidden="true"
1122
- class="zd_font_icons basic icon-down arrow "
1123
- data-id="fontIcon"
1124
- data-selector-id="fontIcon"
1125
- data-test-id="fontIcon"
1126
- style="--zd-iconfont-size: var(--zd_font_size6);"
1127
- />
1128
- </div>
1129
- <div
1130
- class="main container bottomMid small paddingSpace"
1131
- data-a11y-focus-main-area="true"
1132
- data-arrow-position="mid"
1133
- data-box-direction="bottom"
1134
- data-id="actionButton_dropbox"
1135
- data-position="bottomMid"
1136
- data-selector-id="dropBox"
1137
- data-test-id="actionButton_dropbox"
1138
- dot-ui-element="dropbox"
1139
- style="z-index: 4;"
1140
- >
1141
- <div
1142
- class="subContainer shadow boxPadding radius fadeInScale defaultPalette"
1143
- data-a11y-focus-scope="true"
1144
- data-id="actionButton_dropbox_subcontainer"
1145
- data-selector-id="dropBox_subcontainer"
1146
- data-test-id="actionButton_dropbox_subcontainer"
1147
- tabindex="-1"
1148
- >
1149
- <div
1150
- class="flex coldir"
1151
- data-id="containerComponent"
1152
- data-selector-id="container"
1153
- data-test-id="containerComponent"
1154
- >
1155
- <div
1156
- class="grow basis shrinkOn scrolly"
1157
- data-id="boxComponent"
1158
- data-selector-id="box"
1159
- data-test-id="boxComponent"
1160
- >
1161
- <div>
1162
- Child Content
1163
- </div>
1164
- </div>
1165
- </div>
1166
- </div>
1167
- </div>
1168
- </button>
1169
- </div>
1170
- </DocumentFragment>
1171
- `;
1172
-
1173
- exports[`ActionButton renders with iconName: { iconName: 'ZD-replyall', iconSize: '9' } and iconSize: %s 1`] = `
1174
- <DocumentFragment>
1175
- <div
1176
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1177
- data-id="actionButton_actionButton"
1178
- data-selector-id="actionButton"
1179
- data-test-id="actionButton_actionButton"
1180
- >
1181
- <button
1182
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
1183
- data-id="actionButton"
1184
- data-selector-id="box"
1185
- data-test-id="actionButton"
1186
- tabindex="0"
1187
- >
1188
- <div
1189
- class="flex cover coldir both"
1190
- data-id="containerComponent"
1191
- data-selector-id="container"
1192
- data-test-id="containerComponent"
1193
- >
1194
- <div
1195
- class="contentwrapper shrinkOff"
1196
- data-id="boxComponent"
1197
- data-selector-id="box"
1198
- data-test-id="boxComponent"
1199
- >
1200
- <div
1201
- class="flex rowdir vCenter"
1202
- data-id="containerComponent"
1203
- data-selector-id="container"
1204
- data-test-id="containerComponent"
1205
- >
1206
- <i
1207
- aria-hidden="true"
1208
- class="zd_font_icons basic icon-replyall-new iconClr iconMrgn "
1209
- data-id="fontIcon"
1210
- data-selector-id="fontIcon"
1211
- data-test-id="fontIcon"
1212
- style="--zd-iconfont-size: var(--zd_font_size9);"
1213
- />
1214
- <div
1215
- class="txt shrinkOn"
1216
- data-id="boxComponent"
1217
- data-selector-id="box"
1218
- data-test-id="boxComponent"
1219
- data-title="Not Loading - Main Text"
1220
- >
1221
- Not Loading - Main Text
1222
- </div>
1223
- </div>
1224
- </div>
1225
- <div
1226
- class="subTxt shrinkOff"
1227
- data-id="boxComponent"
1228
- data-selector-id="box"
1229
- data-test-id="boxComponent"
1230
- data-title="Not Loading - Sub Text"
1231
- >
1232
- Not Loading - Sub Text
1233
- </div>
1234
- </div>
1235
- </button>
1236
- </div>
1237
- </DocumentFragment>
1238
- `;
1239
-
1240
- exports[`ActionButton renders with innerClassName set to custom-class 1`] = `
1241
- <DocumentFragment>
1242
- <div
1243
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1244
- data-id="actionButton_actionButton"
1245
- data-selector-id="actionButton"
1246
- data-test-id="actionButton_actionButton"
1247
- >
1248
- <button
1249
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable custom-class grow basis shrinkOff"
1250
- data-id="actionButton"
1251
- data-selector-id="box"
1252
- data-test-id="actionButton"
1253
- tabindex="0"
1254
- >
1255
- <div
1256
- class="flex cover coldir both"
1257
- data-id="containerComponent"
1258
- data-selector-id="container"
1259
- data-test-id="containerComponent"
1260
- >
1261
- <div
1262
- class="contentwrapper shrinkOff"
1263
- data-id="boxComponent"
1264
- data-selector-id="box"
1265
- data-test-id="boxComponent"
1266
- >
1267
- <div
1268
- class="flex rowdir vCenter"
1269
- data-id="containerComponent"
1270
- data-selector-id="container"
1271
- data-test-id="containerComponent"
1272
- />
1273
- </div>
1274
- </div>
1275
- </button>
1276
- </div>
1277
- </DocumentFragment>
1278
- `;
1279
-
1280
- exports[`ActionButton renders with innerClassName set to empty string 1`] = `
1281
- <DocumentFragment>
1282
- <div
1283
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1284
- data-id="actionButton_actionButton"
1285
- data-selector-id="actionButton"
1286
- data-test-id="actionButton_actionButton"
1287
- >
1288
- <button
1289
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
1290
- data-id="actionButton"
1291
- data-selector-id="box"
1292
- data-test-id="actionButton"
1293
- tabindex="0"
1294
- >
1295
- <div
1296
- class="flex cover coldir both"
1297
- data-id="containerComponent"
1298
- data-selector-id="container"
1299
- data-test-id="containerComponent"
1300
- >
1301
- <div
1302
- class="contentwrapper shrinkOff"
1303
- data-id="boxComponent"
1304
- data-selector-id="box"
1305
- data-test-id="boxComponent"
1306
- >
1307
- <div
1308
- class="flex rowdir vCenter"
1309
- data-id="containerComponent"
1310
- data-selector-id="container"
1311
- data-test-id="containerComponent"
1312
- />
1313
- </div>
1314
- </div>
1315
- </button>
1316
- </div>
1317
- </DocumentFragment>
1318
- `;
1319
-
1320
- exports[`ActionButton renders with innerClassName set to undefined 1`] = `
1321
- <DocumentFragment>
1322
- <div
1323
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1324
- data-id="actionButton_actionButton"
1325
- data-selector-id="actionButton"
1326
- data-test-id="actionButton_actionButton"
1327
- >
1328
- <button
1329
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
1330
- data-id="actionButton"
1331
- data-selector-id="box"
1332
- data-test-id="actionButton"
1333
- tabindex="0"
1334
- >
1335
- <div
1336
- class="flex cover coldir both"
1337
- data-id="containerComponent"
1338
- data-selector-id="container"
1339
- data-test-id="containerComponent"
1340
- >
1341
- <div
1342
- class="contentwrapper shrinkOff"
1343
- data-id="boxComponent"
1344
- data-selector-id="box"
1345
- data-test-id="boxComponent"
1346
- >
1347
- <div
1348
- class="flex rowdir vCenter"
1349
- data-id="containerComponent"
1350
- data-selector-id="container"
1351
- data-test-id="containerComponent"
1352
- />
1353
- </div>
1354
- </div>
1355
- </button>
1356
- </div>
1357
- </DocumentFragment>
1358
- `;
1359
-
1360
- exports[`ActionButton renders with isAbsolutePositioningNeeded set to true 1`] = `
1361
- <DocumentFragment>
1362
- <div
1363
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1364
- data-id="actionButton_actionButton"
1365
- data-selector-id="actionButton"
1366
- data-test-id="actionButton_actionButton"
1367
- >
1368
- <button
1369
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
1370
- data-id="actionButton"
1371
- data-selector-id="box"
1372
- data-test-id="actionButton"
1373
- tabindex="0"
1374
- >
1375
- <div
1376
- class="flex cover coldir both"
1377
- data-id="containerComponent"
1378
- data-selector-id="container"
1379
- data-test-id="containerComponent"
1380
- >
1381
- <div
1382
- class="contentwrapper shrinkOff"
1383
- data-id="boxComponent"
1384
- data-selector-id="box"
1385
- data-test-id="boxComponent"
1386
- >
1387
- <div
1388
- class="flex rowdir vCenter"
1389
- data-id="containerComponent"
1390
- data-selector-id="container"
1391
- data-test-id="containerComponent"
1392
- />
1393
- </div>
1394
- </div>
1395
- </button>
1396
- </div>
1397
- </DocumentFragment>
1398
- `;
1399
-
1400
- exports[`ActionButton renders with isAbsolutePositioningNeeded set to true and isPopupOpen true 1`] = `
1401
- <DocumentFragment>
1402
- <div
1403
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1404
- data-id="actionButton_actionButton"
1405
- data-selector-id="actionButton"
1406
- data-test-id="actionButton_actionButton"
1407
- >
1408
- <button
1409
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
1410
- data-id="actionButton"
1411
- data-selector-id="box"
1412
- data-test-id="actionButton"
1413
- tabindex="0"
1414
- >
1415
- <div
1416
- class="flex cover coldir both"
1417
- data-id="containerComponent"
1418
- data-selector-id="container"
1419
- data-test-id="containerComponent"
1420
- >
1421
- <div
1422
- class="contentwrapper shrinkOff"
1423
- data-id="boxComponent"
1424
- data-selector-id="box"
1425
- data-test-id="boxComponent"
1426
- >
1427
- <div
1428
- class="flex rowdir vCenter"
1429
- data-id="containerComponent"
1430
- data-selector-id="container"
1431
- data-test-id="containerComponent"
1432
- />
1433
- </div>
1434
- </div>
1435
- </button>
1436
- <button
1437
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
1438
- data-id="actionButton_arrowButton"
1439
- data-selector-id="actionButton_arrowButton"
1440
- data-test-id="actionButton_arrowButton"
1441
- tabindex="0"
1442
- >
1443
- <div
1444
- class="flex cover coldir both"
1445
- data-id="containerComponent"
1446
- data-selector-id="container"
1447
- data-test-id="containerComponent"
1448
- >
1449
- <i
1450
- aria-hidden="true"
1451
- class="zd_font_icons basic icon-down arrow "
1452
- data-id="fontIcon"
1453
- data-selector-id="fontIcon"
1454
- data-test-id="fontIcon"
1455
- style="--zd-iconfont-size: var(--zd_font_size6);"
1456
- />
1457
- </div>
1458
- <div
1459
- class="main container bottomMid small paddingSpace"
1460
- data-a11y-focus-main-area="true"
1461
- data-arrow-position="mid"
1462
- data-box-direction="bottom"
1463
- data-id="actionButton_dropbox"
1464
- data-position="bottomMid"
1465
- data-selector-id="dropBox"
1466
- data-test-id="actionButton_dropbox"
1467
- dot-ui-element="dropbox"
1468
- style="z-index: 4;"
1469
- >
1470
- <div
1471
- class="subContainer shadow boxPadding radius fadeInScale defaultPalette"
1472
- data-a11y-focus-scope="true"
1473
- data-id="actionButton_dropbox_subcontainer"
1474
- data-selector-id="dropBox_subcontainer"
1475
- data-test-id="actionButton_dropbox_subcontainer"
1476
- tabindex="-1"
1477
- >
1478
- <div
1479
- class="flex coldir"
1480
- data-id="containerComponent"
1481
- data-selector-id="container"
1482
- data-test-id="containerComponent"
1483
- >
1484
- <div
1485
- class="grow basis shrinkOn scrolly"
1486
- data-id="boxComponent"
1487
- data-selector-id="box"
1488
- data-test-id="boxComponent"
1489
- >
1490
- <div>
1491
- Child Content
1492
- </div>
1493
- </div>
1494
- </div>
1495
- </div>
1496
- </div>
1497
- </button>
1498
- </div>
1499
- </DocumentFragment>
1500
- `;
1501
-
1502
- exports[`ActionButton renders with isArrow false and popup open 1`] = `
1503
- <DocumentFragment>
1504
- <div
1505
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1506
- data-id="actionButton_actionButton"
1507
- data-selector-id="actionButton"
1508
- data-test-id="actionButton_actionButton"
1509
- >
1510
- <button
1511
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
1512
- data-id="actionButton"
1513
- data-selector-id="box"
1514
- data-test-id="actionButton"
1515
- tabindex="0"
1516
- >
1517
- <div
1518
- class="flex cover coldir both"
1519
- data-id="containerComponent"
1520
- data-selector-id="container"
1521
- data-test-id="containerComponent"
1522
- >
1523
- <div
1524
- class="contentwrapper shrinkOff"
1525
- data-id="boxComponent"
1526
- data-selector-id="box"
1527
- data-test-id="boxComponent"
1528
- >
1529
- <div
1530
- class="flex rowdir vCenter"
1531
- data-id="containerComponent"
1532
- data-selector-id="container"
1533
- data-test-id="containerComponent"
1534
- />
1535
- </div>
1536
- </div>
1537
- </button>
1538
- <button
1539
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
1540
- data-id="actionButton_arrowButton"
1541
- data-selector-id="actionButton_arrowButton"
1542
- data-test-id="actionButton_arrowButton"
1543
- tabindex="0"
1544
- >
1545
- <div
1546
- class="flex cover coldir both"
1547
- data-id="containerComponent"
1548
- data-selector-id="container"
1549
- data-test-id="containerComponent"
1550
- >
1551
- <i
1552
- aria-hidden="true"
1553
- class="zd_font_icons basic icon-down arrow "
1554
- data-id="fontIcon"
1555
- data-selector-id="fontIcon"
1556
- data-test-id="fontIcon"
1557
- style="--zd-iconfont-size: var(--zd_font_size6);"
1558
- />
1559
- </div>
1560
- <div
1561
- class="main container bottomMid small paddingSpace"
1562
- data-a11y-focus-main-area="true"
1563
- data-arrow-position="mid"
1564
- data-box-direction="bottom"
1565
- data-id="actionButton_dropbox"
1566
- data-position="bottomMid"
1567
- data-selector-id="dropBox"
1568
- data-test-id="actionButton_dropbox"
1569
- dot-ui-element="dropbox"
1570
- style="z-index: 4;"
1571
- >
1572
- <div
1573
- class="subContainer shadow boxPadding radius fadeInScale defaultPalette"
1574
- data-a11y-focus-scope="true"
1575
- data-id="actionButton_dropbox_subcontainer"
1576
- data-selector-id="dropBox_subcontainer"
1577
- data-test-id="actionButton_dropbox_subcontainer"
1578
- tabindex="-1"
1579
- >
1580
- <div
1581
- class="flex coldir"
1582
- data-id="containerComponent"
1583
- data-selector-id="container"
1584
- data-test-id="containerComponent"
1585
- >
1586
- <div
1587
- class="grow basis shrinkOn scrolly"
1588
- data-id="boxComponent"
1589
- data-selector-id="box"
1590
- data-test-id="boxComponent"
1591
- >
1592
- <div>
1593
- Child Content
1594
- </div>
1595
- </div>
1596
- </div>
1597
- </div>
1598
- </div>
1599
- </button>
1600
- </div>
1601
- </DocumentFragment>
1602
- `;
1603
-
1604
- exports[`ActionButton renders with isArrow true and popup open 1`] = `
1605
- <DocumentFragment>
1606
- <div
1607
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1608
- data-id="actionButton_actionButton"
1609
- data-selector-id="actionButton"
1610
- data-test-id="actionButton_actionButton"
1611
- >
1612
- <button
1613
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
1614
- data-id="actionButton"
1615
- data-selector-id="box"
1616
- data-test-id="actionButton"
1617
- tabindex="0"
1618
- >
1619
- <div
1620
- class="flex cover coldir both"
1621
- data-id="containerComponent"
1622
- data-selector-id="container"
1623
- data-test-id="containerComponent"
1624
- >
1625
- <div
1626
- class="contentwrapper shrinkOff"
1627
- data-id="boxComponent"
1628
- data-selector-id="box"
1629
- data-test-id="boxComponent"
1630
- >
1631
- <div
1632
- class="flex rowdir vCenter"
1633
- data-id="containerComponent"
1634
- data-selector-id="container"
1635
- data-test-id="containerComponent"
1636
- />
1637
- </div>
1638
- </div>
1639
- </button>
1640
- <button
1641
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
1642
- data-id="actionButton_arrowButton"
1643
- data-selector-id="actionButton_arrowButton"
1644
- data-test-id="actionButton_arrowButton"
1645
- tabindex="0"
1646
- >
1647
- <div
1648
- class="flex cover coldir both"
1649
- data-id="containerComponent"
1650
- data-selector-id="container"
1651
- data-test-id="containerComponent"
1652
- >
1653
- <i
1654
- aria-hidden="true"
1655
- class="zd_font_icons basic icon-down arrow "
1656
- data-id="fontIcon"
1657
- data-selector-id="fontIcon"
1658
- data-test-id="fontIcon"
1659
- style="--zd-iconfont-size: var(--zd_font_size6);"
1660
- />
1661
- </div>
1662
- <div
1663
- class="main container bottomMid small boxDirection arrow"
1664
- data-a11y-focus-main-area="true"
1665
- data-arrow-position="mid"
1666
- data-box-direction="bottom"
1667
- data-id="actionButton_dropbox"
1668
- data-position="bottomMid"
1669
- data-selector-id="dropBox"
1670
- data-test-id="actionButton_dropbox"
1671
- dot-ui-element="dropbox"
1672
- style="z-index: 4;"
1673
- >
1674
- <div
1675
- class="subContainer shadow boxPadding radius fadeInScale defaultPalette"
1676
- data-a11y-focus-scope="true"
1677
- data-id="actionButton_dropbox_subcontainer"
1678
- data-selector-id="dropBox_subcontainer"
1679
- data-test-id="actionButton_dropbox_subcontainer"
1680
- tabindex="-1"
1681
- >
1682
- <div
1683
- class="arrowPosition"
1684
- data-id="actionButton_dropbox_arrow"
1685
- data-selector-id="dropBox_arrow"
1686
- data-test-id="actionButton_dropbox_arrow"
1687
- >
1688
- <div
1689
- class="arrowShape"
1690
- />
1691
- </div>
1692
- <div
1693
- class="flex coldir"
1694
- data-id="containerComponent"
1695
- data-selector-id="container"
1696
- data-test-id="containerComponent"
1697
- >
1698
- <div
1699
- class="grow basis shrinkOn scrolly"
1700
- data-id="boxComponent"
1701
- data-selector-id="box"
1702
- data-test-id="boxComponent"
1703
- >
1704
- <div>
1705
- Child Content
1706
- </div>
1707
- </div>
1708
- </div>
1709
- </div>
1710
- </div>
1711
- </button>
1712
- </div>
1713
- </DocumentFragment>
1714
- `;
1715
-
1716
- exports[`ActionButton renders with isLoading set to true 1`] = `
1717
- <DocumentFragment>
1718
- <div
1719
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1720
- data-id="actionButton_actionButton"
1721
- data-selector-id="actionButton"
1722
- data-test-id="actionButton_actionButton"
1723
- >
1724
- <div
1725
- class="grow basis shrinkOff"
1726
- data-id="boxComponent"
1727
- data-selector-id="box"
1728
- data-test-id="boxComponent"
1729
- >
1730
- <button
1731
- class="btn bold primaryfilled medium loader"
1732
- data-id="buttonComp"
1733
- data-selector-id="button"
1734
- data-test-id="buttonComp"
1735
- disabled=""
1736
- type="button"
1737
- >
1738
- Loading...
1739
- <div
1740
- class="overlay"
1741
- >
1742
- <div
1743
- class="loading mediumloading"
1744
- >
1745
- <div
1746
- class="loadingelement primaryfilledelement"
1747
- />
1748
- </div>
1749
- </div>
1750
- </button>
1751
- </div>
1752
- </div>
1753
- </DocumentFragment>
1754
- `;
1755
-
1756
- exports[`ActionButton renders with isPopupOpen false and children 1`] = `
1757
- <DocumentFragment>
1758
- <div
1759
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1760
- data-id="actionButton_actionButton"
1761
- data-selector-id="actionButton"
1762
- data-test-id="actionButton_actionButton"
1763
- >
1764
- <button
1765
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
1766
- data-id="actionButton"
1767
- data-selector-id="box"
1768
- data-test-id="actionButton"
1769
- tabindex="0"
1770
- >
1771
- <div
1772
- class="flex cover coldir both"
1773
- data-id="containerComponent"
1774
- data-selector-id="container"
1775
- data-test-id="containerComponent"
1776
- >
1777
- <div
1778
- class="contentwrapper shrinkOff"
1779
- data-id="boxComponent"
1780
- data-selector-id="box"
1781
- data-test-id="boxComponent"
1782
- >
1783
- <div
1784
- class="flex rowdir vCenter"
1785
- data-id="containerComponent"
1786
- data-selector-id="container"
1787
- data-test-id="containerComponent"
1788
- />
1789
- </div>
1790
- </div>
1791
- </button>
1792
- <button
1793
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper shrinkOff"
1794
- data-id="actionButton_arrowButton"
1795
- data-selector-id="actionButton_arrowButton"
1796
- data-test-id="actionButton_arrowButton"
1797
- tabindex="0"
1798
- >
1799
- <div
1800
- class="flex cover coldir both"
1801
- data-id="containerComponent"
1802
- data-selector-id="container"
1803
- data-test-id="containerComponent"
1804
- >
1805
- <i
1806
- aria-hidden="true"
1807
- class="zd_font_icons basic icon-down arrow "
1808
- data-id="fontIcon"
1809
- data-selector-id="fontIcon"
1810
- data-test-id="fontIcon"
1811
- style="--zd-iconfont-size: var(--zd_font_size6);"
1812
- />
1813
- </div>
1814
- </button>
1815
- </div>
1816
- </DocumentFragment>
1817
- `;
1818
-
1819
- exports[`ActionButton renders with isPopupOpen true and children 1`] = `
1820
- <DocumentFragment>
1821
- <div
1822
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1823
- data-id="actionButton_actionButton"
1824
- data-selector-id="actionButton"
1825
- data-test-id="actionButton_actionButton"
1826
- >
1827
- <button
1828
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
1829
- data-id="actionButton"
1830
- data-selector-id="box"
1831
- data-test-id="actionButton"
1832
- tabindex="0"
1833
- >
1834
- <div
1835
- class="flex cover coldir both"
1836
- data-id="containerComponent"
1837
- data-selector-id="container"
1838
- data-test-id="containerComponent"
1839
- >
1840
- <div
1841
- class="contentwrapper shrinkOff"
1842
- data-id="boxComponent"
1843
- data-selector-id="box"
1844
- data-test-id="boxComponent"
1845
- >
1846
- <div
1847
- class="flex rowdir vCenter"
1848
- data-id="containerComponent"
1849
- data-selector-id="container"
1850
- data-test-id="containerComponent"
1851
- />
1852
- </div>
1853
- </div>
1854
- </button>
1855
- <button
1856
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
1857
- data-id="actionButton_arrowButton"
1858
- data-selector-id="actionButton_arrowButton"
1859
- data-test-id="actionButton_arrowButton"
1860
- tabindex="0"
1861
- >
1862
- <div
1863
- class="flex cover coldir both"
1864
- data-id="containerComponent"
1865
- data-selector-id="container"
1866
- data-test-id="containerComponent"
1867
- >
1868
- <i
1869
- aria-hidden="true"
1870
- class="zd_font_icons basic icon-down arrow "
1871
- data-id="fontIcon"
1872
- data-selector-id="fontIcon"
1873
- data-test-id="fontIcon"
1874
- style="--zd-iconfont-size: var(--zd_font_size6);"
1875
- />
1876
- </div>
1877
- <div
1878
- class="main container bottomMid small paddingSpace"
1879
- data-a11y-focus-main-area="true"
1880
- data-arrow-position="mid"
1881
- data-box-direction="bottom"
1882
- data-id="actionButton_dropbox"
1883
- data-position="bottomMid"
1884
- data-selector-id="dropBox"
1885
- data-test-id="actionButton_dropbox"
1886
- dot-ui-element="dropbox"
1887
- style="z-index: 4;"
1888
- >
1889
- <div
1890
- class="subContainer shadow boxPadding radius fadeInScale defaultPalette"
1891
- data-a11y-focus-scope="true"
1892
- data-id="actionButton_dropbox_subcontainer"
1893
- data-selector-id="dropBox_subcontainer"
1894
- data-test-id="actionButton_dropbox_subcontainer"
1895
- tabindex="-1"
1896
- >
1897
- <div
1898
- class="flex coldir"
1899
- data-id="containerComponent"
1900
- data-selector-id="container"
1901
- data-test-id="containerComponent"
1902
- >
1903
- <div
1904
- class="grow basis shrinkOn scrolly"
1905
- data-id="boxComponent"
1906
- data-selector-id="box"
1907
- data-test-id="boxComponent"
1908
- >
1909
- <div>
1910
- Child Content
1911
- </div>
1912
- </div>
1913
- </div>
1914
- </div>
1915
- </div>
1916
- </button>
1917
- </div>
1918
- </DocumentFragment>
1919
- `;
1920
-
1921
- exports[`ActionButton renders with isRestrictScroll set to true 1`] = `
1922
- <DocumentFragment>
1923
- <div
1924
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1925
- data-id="actionButton_actionButton"
1926
- data-selector-id="actionButton"
1927
- data-test-id="actionButton_actionButton"
1928
- >
1929
- <button
1930
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
1931
- data-id="actionButton"
1932
- data-selector-id="box"
1933
- data-test-id="actionButton"
1934
- tabindex="0"
1935
- >
1936
- <div
1937
- class="flex cover coldir both"
1938
- data-id="containerComponent"
1939
- data-selector-id="container"
1940
- data-test-id="containerComponent"
1941
- >
1942
- <div
1943
- class="contentwrapper shrinkOff"
1944
- data-id="boxComponent"
1945
- data-selector-id="box"
1946
- data-test-id="boxComponent"
1947
- >
1948
- <div
1949
- class="flex rowdir vCenter"
1950
- data-id="containerComponent"
1951
- data-selector-id="container"
1952
- data-test-id="containerComponent"
1953
- />
1954
- </div>
1955
- </div>
1956
- </button>
1957
- </div>
1958
- </DocumentFragment>
1959
- `;
1960
-
1961
- exports[`ActionButton renders with isRestrictScroll set to true and isPopupOpen true 1`] = `
1962
- <DocumentFragment>
1963
- <div
1964
- class="container primaryFilledBox medium wholeDiv flex rowdir"
1965
- data-id="actionButton_actionButton"
1966
- data-selector-id="actionButton"
1967
- data-test-id="actionButton_actionButton"
1968
- >
1969
- <button
1970
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
1971
- data-id="actionButton"
1972
- data-selector-id="box"
1973
- data-test-id="actionButton"
1974
- tabindex="0"
1975
- >
1976
- <div
1977
- class="flex cover coldir both"
1978
- data-id="containerComponent"
1979
- data-selector-id="container"
1980
- data-test-id="containerComponent"
1981
- >
1982
- <div
1983
- class="contentwrapper shrinkOff"
1984
- data-id="boxComponent"
1985
- data-selector-id="box"
1986
- data-test-id="boxComponent"
1987
- >
1988
- <div
1989
- class="flex rowdir vCenter"
1990
- data-id="containerComponent"
1991
- data-selector-id="container"
1992
- data-test-id="containerComponent"
1993
- />
1994
- </div>
1995
- </div>
1996
- </button>
1997
- <button
1998
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper arrowActive shrinkOff"
1999
- data-id="actionButton_arrowButton"
2000
- data-selector-id="actionButton_arrowButton"
2001
- data-test-id="actionButton_arrowButton"
2002
- tabindex="0"
2003
- >
2004
- <div
2005
- class="flex cover coldir both"
2006
- data-id="containerComponent"
2007
- data-selector-id="container"
2008
- data-test-id="containerComponent"
2009
- >
2010
- <i
2011
- aria-hidden="true"
2012
- class="zd_font_icons basic icon-down arrow "
2013
- data-id="fontIcon"
2014
- data-selector-id="fontIcon"
2015
- data-test-id="fontIcon"
2016
- style="--zd-iconfont-size: var(--zd_font_size6);"
2017
- />
2018
- </div>
2019
- <div
2020
- class="main container bottomMid small paddingSpace"
2021
- data-a11y-focus-main-area="true"
2022
- data-arrow-position="mid"
2023
- data-box-direction="bottom"
2024
- data-id="actionButton_dropbox"
2025
- data-position="bottomMid"
2026
- data-selector-id="dropBox"
2027
- data-test-id="actionButton_dropbox"
2028
- dot-ui-element="dropbox"
2029
- style="z-index: 4;"
2030
- >
2031
- <div
2032
- class="subContainer shadow boxPadding radius fadeInScale defaultPalette"
2033
- data-a11y-focus-scope="true"
2034
- data-id="actionButton_dropbox_subcontainer"
2035
- data-selector-id="dropBox_subcontainer"
2036
- data-test-id="actionButton_dropbox_subcontainer"
2037
- tabindex="-1"
2038
- >
2039
- <div
2040
- class="flex coldir"
2041
- data-id="containerComponent"
2042
- data-selector-id="container"
2043
- data-test-id="containerComponent"
2044
- >
2045
- <div
2046
- class="grow basis shrinkOn scrolly"
2047
- data-id="boxComponent"
2048
- data-selector-id="box"
2049
- data-test-id="boxComponent"
2050
- >
2051
- <div>
2052
- Child Content
2053
- </div>
2054
- </div>
2055
- </div>
2056
- </div>
2057
- </div>
2058
- </button>
2059
- </div>
2060
- </DocumentFragment>
2061
- `;
2062
-
2063
- exports[`ActionButton renders with onClick prop and validates class 1`] = `
2064
- <DocumentFragment>
2065
- <div
2066
- class="container primaryFilledBox medium flex rowdir"
2067
- data-id="actionButton_actionButton"
2068
- data-selector-id="actionButton"
2069
- data-test-id="actionButton_actionButton"
2070
- >
2071
- <button
2072
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2073
- data-id="actionButton"
2074
- data-selector-id="box"
2075
- data-test-id="actionButton"
2076
- tabindex="0"
2077
- >
2078
- <div
2079
- class="flex cover coldir both"
2080
- data-id="containerComponent"
2081
- data-selector-id="container"
2082
- data-test-id="containerComponent"
2083
- >
2084
- <div
2085
- class="contentwrapper shrinkOff"
2086
- data-id="boxComponent"
2087
- data-selector-id="box"
2088
- data-test-id="boxComponent"
2089
- >
2090
- <div
2091
- class="flex rowdir vCenter"
2092
- data-id="containerComponent"
2093
- data-selector-id="container"
2094
- data-test-id="containerComponent"
2095
- >
2096
- <i
2097
- aria-hidden="true"
2098
- class="zd_font_icons basic icon-replyall-new iconClr iconMrgn "
2099
- data-id="fontIcon"
2100
- data-selector-id="fontIcon"
2101
- data-test-id="fontIcon"
2102
- style="--zd-iconfont-size: var(--zd_font_size9);"
2103
- />
2104
- <div
2105
- class="txt shrinkOn"
2106
- data-id="boxComponent"
2107
- data-selector-id="box"
2108
- data-test-id="boxComponent"
2109
- data-title="Not Loading - Main Text onClick"
2110
- >
2111
- Not Loading - Main Text onClick
2112
- </div>
2113
- </div>
2114
- </div>
2115
- <div
2116
- class="subTxt shrinkOff"
2117
- data-id="boxComponent"
2118
- data-selector-id="box"
2119
- data-test-id="boxComponent"
2120
- data-title="Not Loading - Sub Text onClick"
2121
- >
2122
- Not Loading - Sub Text onClick
2123
- </div>
2124
- </div>
2125
- </button>
2126
- </div>
2127
- </DocumentFragment>
2128
- `;
2129
-
2130
- exports[`ActionButton renders with palette - primary 1`] = `
2131
- <DocumentFragment>
2132
- <div
2133
- class="container primaryBox medium wholeDiv flex rowdir"
2134
- data-id="actionButton_actionButton"
2135
- data-selector-id="actionButton"
2136
- data-test-id="actionButton_actionButton"
2137
- >
2138
- <button
2139
- class="buttonReset contentBox primaryBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2140
- data-id="actionButton"
2141
- data-selector-id="box"
2142
- data-test-id="actionButton"
2143
- tabindex="0"
2144
- >
2145
- <div
2146
- class="flex cover coldir both"
2147
- data-id="containerComponent"
2148
- data-selector-id="container"
2149
- data-test-id="containerComponent"
2150
- >
2151
- <div
2152
- class="contentwrapper shrinkOff"
2153
- data-id="boxComponent"
2154
- data-selector-id="box"
2155
- data-test-id="boxComponent"
2156
- >
2157
- <div
2158
- class="flex rowdir vCenter"
2159
- data-id="containerComponent"
2160
- data-selector-id="container"
2161
- data-test-id="containerComponent"
2162
- />
2163
- </div>
2164
- </div>
2165
- </button>
2166
- </div>
2167
- </DocumentFragment>
2168
- `;
2169
-
2170
- exports[`ActionButton renders with palette - primary and children 1`] = `
2171
- <DocumentFragment>
2172
- <div
2173
- class="container primaryBox medium wholeDiv flex rowdir"
2174
- data-id="actionButton_actionButton"
2175
- data-selector-id="actionButton"
2176
- data-test-id="actionButton_actionButton"
2177
- >
2178
- <button
2179
- class="buttonReset contentBox primaryBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
2180
- data-id="actionButton"
2181
- data-selector-id="box"
2182
- data-test-id="actionButton"
2183
- tabindex="0"
2184
- >
2185
- <div
2186
- class="flex cover coldir both"
2187
- data-id="containerComponent"
2188
- data-selector-id="container"
2189
- data-test-id="containerComponent"
2190
- >
2191
- <div
2192
- class="contentwrapper shrinkOff"
2193
- data-id="boxComponent"
2194
- data-selector-id="box"
2195
- data-test-id="boxComponent"
2196
- >
2197
- <div
2198
- class="flex rowdir vCenter"
2199
- data-id="containerComponent"
2200
- data-selector-id="container"
2201
- data-test-id="containerComponent"
2202
- />
2203
- </div>
2204
- </div>
2205
- </button>
2206
- <button
2207
- class="buttonReset medium_arrowBox primaryArw arrowWrapper shrinkOff"
2208
- data-id="actionButton_arrowButton"
2209
- data-selector-id="actionButton_arrowButton"
2210
- data-test-id="actionButton_arrowButton"
2211
- tabindex="0"
2212
- >
2213
- <div
2214
- class="flex cover coldir both"
2215
- data-id="containerComponent"
2216
- data-selector-id="container"
2217
- data-test-id="containerComponent"
2218
- >
2219
- <i
2220
- aria-hidden="true"
2221
- class="zd_font_icons basic icon-down arrow "
2222
- data-id="fontIcon"
2223
- data-selector-id="fontIcon"
2224
- data-test-id="fontIcon"
2225
- style="--zd-iconfont-size: var(--zd_font_size6);"
2226
- />
2227
- </div>
2228
- </button>
2229
- </div>
2230
- </DocumentFragment>
2231
- `;
2232
-
2233
- exports[`ActionButton renders with palette - primary and loading 1`] = `
2234
- <DocumentFragment>
2235
- <div
2236
- class="container primaryBox medium wholeDiv flex rowdir"
2237
- data-id="actionButton_actionButton"
2238
- data-selector-id="actionButton"
2239
- data-test-id="actionButton_actionButton"
2240
- >
2241
- <div
2242
- class="grow basis shrinkOff"
2243
- data-id="boxComponent"
2244
- data-selector-id="box"
2245
- data-test-id="boxComponent"
2246
- >
2247
- <button
2248
- class="btn bold primary medium loader"
2249
- data-id="buttonComp"
2250
- data-selector-id="button"
2251
- data-test-id="buttonComp"
2252
- disabled=""
2253
- type="button"
2254
- >
2255
- Button
2256
- <div
2257
- class="overlay"
2258
- >
2259
- <div
2260
- class="loading mediumloading"
2261
- >
2262
- <div
2263
- class="loadingelement primaryelement"
2264
- />
2265
- </div>
2266
- </div>
2267
- </button>
2268
- </div>
2269
- </div>
2270
- </DocumentFragment>
2271
- `;
2272
-
2273
- exports[`ActionButton renders with palette - primaryFilled 1`] = `
2274
- <DocumentFragment>
2275
- <div
2276
- class="container primaryFilledBox medium wholeDiv flex rowdir"
2277
- data-id="actionButton_actionButton"
2278
- data-selector-id="actionButton"
2279
- data-test-id="actionButton_actionButton"
2280
- >
2281
- <button
2282
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2283
- data-id="actionButton"
2284
- data-selector-id="box"
2285
- data-test-id="actionButton"
2286
- tabindex="0"
2287
- >
2288
- <div
2289
- class="flex cover coldir both"
2290
- data-id="containerComponent"
2291
- data-selector-id="container"
2292
- data-test-id="containerComponent"
2293
- >
2294
- <div
2295
- class="contentwrapper shrinkOff"
2296
- data-id="boxComponent"
2297
- data-selector-id="box"
2298
- data-test-id="boxComponent"
2299
- >
2300
- <div
2301
- class="flex rowdir vCenter"
2302
- data-id="containerComponent"
2303
- data-selector-id="container"
2304
- data-test-id="containerComponent"
2305
- />
2306
- </div>
2307
- </div>
2308
- </button>
2309
- </div>
2310
- </DocumentFragment>
2311
- `;
2312
-
2313
- exports[`ActionButton renders with palette - primaryFilled and children 1`] = `
2314
- <DocumentFragment>
2315
- <div
2316
- class="container primaryFilledBox medium wholeDiv flex rowdir"
2317
- data-id="actionButton_actionButton"
2318
- data-selector-id="actionButton"
2319
- data-test-id="actionButton_actionButton"
2320
- >
2321
- <button
2322
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdr clickable grow basis shrinkOff"
2323
- data-id="actionButton"
2324
- data-selector-id="box"
2325
- data-test-id="actionButton"
2326
- tabindex="0"
2327
- >
2328
- <div
2329
- class="flex cover coldir both"
2330
- data-id="containerComponent"
2331
- data-selector-id="container"
2332
- data-test-id="containerComponent"
2333
- >
2334
- <div
2335
- class="contentwrapper shrinkOff"
2336
- data-id="boxComponent"
2337
- data-selector-id="box"
2338
- data-test-id="boxComponent"
2339
- >
2340
- <div
2341
- class="flex rowdir vCenter"
2342
- data-id="containerComponent"
2343
- data-selector-id="container"
2344
- data-test-id="containerComponent"
2345
- />
2346
- </div>
2347
- </div>
2348
- </button>
2349
- <button
2350
- class="buttonReset medium_arrowBox primaryFilledArw arrowWrapper shrinkOff"
2351
- data-id="actionButton_arrowButton"
2352
- data-selector-id="actionButton_arrowButton"
2353
- data-test-id="actionButton_arrowButton"
2354
- tabindex="0"
2355
- >
2356
- <div
2357
- class="flex cover coldir both"
2358
- data-id="containerComponent"
2359
- data-selector-id="container"
2360
- data-test-id="containerComponent"
2361
- >
2362
- <i
2363
- aria-hidden="true"
2364
- class="zd_font_icons basic icon-down arrow "
2365
- data-id="fontIcon"
2366
- data-selector-id="fontIcon"
2367
- data-test-id="fontIcon"
2368
- style="--zd-iconfont-size: var(--zd_font_size6);"
2369
- />
2370
- </div>
2371
- </button>
2372
- </div>
2373
- </DocumentFragment>
2374
- `;
2375
-
2376
- exports[`ActionButton renders with palette - primaryFilled and loading 1`] = `
2377
- <DocumentFragment>
2378
- <div
2379
- class="container primaryFilledBox medium wholeDiv flex rowdir"
2380
- data-id="actionButton_actionButton"
2381
- data-selector-id="actionButton"
2382
- data-test-id="actionButton_actionButton"
2383
- >
2384
- <div
2385
- class="grow basis shrinkOff"
2386
- data-id="boxComponent"
2387
- data-selector-id="box"
2388
- data-test-id="boxComponent"
2389
- >
2390
- <button
2391
- class="btn bold primaryfilled medium loader"
2392
- data-id="buttonComp"
2393
- data-selector-id="button"
2394
- data-test-id="buttonComp"
2395
- disabled=""
2396
- type="button"
2397
- >
2398
- Button
2399
- <div
2400
- class="overlay"
2401
- >
2402
- <div
2403
- class="loading mediumloading"
2404
- >
2405
- <div
2406
- class="loadingelement primaryfilledelement"
2407
- />
2408
- </div>
2409
- </div>
2410
- </button>
2411
- </div>
2412
- </div>
2413
- </DocumentFragment>
2414
- `;
2415
-
2416
- exports[`ActionButton renders with removeClose set to a function 1`] = `
2417
- <DocumentFragment>
2418
- <div
2419
- class="container primaryFilledBox medium wholeDiv flex rowdir"
2420
- data-id="actionButton_actionButton"
2421
- data-selector-id="actionButton"
2422
- data-test-id="actionButton_actionButton"
2423
- >
2424
- <button
2425
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2426
- data-id="actionButton"
2427
- data-selector-id="box"
2428
- data-test-id="actionButton"
2429
- tabindex="0"
2430
- >
2431
- <div
2432
- class="flex cover coldir both"
2433
- data-id="containerComponent"
2434
- data-selector-id="container"
2435
- data-test-id="containerComponent"
2436
- >
2437
- <div
2438
- class="contentwrapper shrinkOff"
2439
- data-id="boxComponent"
2440
- data-selector-id="box"
2441
- data-test-id="boxComponent"
2442
- >
2443
- <div
2444
- class="flex rowdir vCenter"
2445
- data-id="containerComponent"
2446
- data-selector-id="container"
2447
- data-test-id="containerComponent"
2448
- />
2449
- </div>
2450
- </div>
2451
- </button>
2452
- </div>
2453
- </DocumentFragment>
2454
- `;
2455
-
2456
- exports[`ActionButton renders with size - large 1`] = `
2457
- <DocumentFragment>
2458
- <div
2459
- class="container primaryFilledBox large wholeDiv flex rowdir"
2460
- data-id="actionButton_actionButton"
2461
- data-selector-id="actionButton"
2462
- data-test-id="actionButton_actionButton"
2463
- >
2464
- <button
2465
- class="buttonReset contentBox primaryFilledBtn large_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2466
- data-id="actionButton"
2467
- data-selector-id="box"
2468
- data-test-id="actionButton"
2469
- tabindex="0"
2470
- >
2471
- <div
2472
- class="flex cover coldir both"
2473
- data-id="containerComponent"
2474
- data-selector-id="container"
2475
- data-test-id="containerComponent"
2476
- >
2477
- <div
2478
- class="contentwrapper shrinkOff"
2479
- data-id="boxComponent"
2480
- data-selector-id="box"
2481
- data-test-id="boxComponent"
2482
- >
2483
- <div
2484
- class="flex rowdir vCenter"
2485
- data-id="containerComponent"
2486
- data-selector-id="container"
2487
- data-test-id="containerComponent"
2488
- />
2489
- </div>
2490
- </div>
2491
- </button>
2492
- </div>
2493
- </DocumentFragment>
2494
- `;
2495
-
2496
- exports[`ActionButton renders with size - medium 1`] = `
2497
- <DocumentFragment>
2498
- <div
2499
- class="container primaryFilledBox medium wholeDiv flex rowdir"
2500
- data-id="actionButton_actionButton"
2501
- data-selector-id="actionButton"
2502
- data-test-id="actionButton_actionButton"
2503
- >
2504
- <button
2505
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2506
- data-id="actionButton"
2507
- data-selector-id="box"
2508
- data-test-id="actionButton"
2509
- tabindex="0"
2510
- >
2511
- <div
2512
- class="flex cover coldir both"
2513
- data-id="containerComponent"
2514
- data-selector-id="container"
2515
- data-test-id="containerComponent"
2516
- >
2517
- <div
2518
- class="contentwrapper shrinkOff"
2519
- data-id="boxComponent"
2520
- data-selector-id="box"
2521
- data-test-id="boxComponent"
2522
- >
2523
- <div
2524
- class="flex rowdir vCenter"
2525
- data-id="containerComponent"
2526
- data-selector-id="container"
2527
- data-test-id="containerComponent"
2528
- />
2529
- </div>
2530
- </div>
2531
- </button>
2532
- </div>
2533
- </DocumentFragment>
2534
- `;
2535
-
2536
- exports[`ActionButton renders with size - small 1`] = `
2537
- <DocumentFragment>
2538
- <div
2539
- class="container primaryFilledBox small wholeDiv flex rowdir"
2540
- data-id="actionButton_actionButton"
2541
- data-selector-id="actionButton"
2542
- data-test-id="actionButton_actionButton"
2543
- >
2544
- <button
2545
- class="buttonReset contentBox primaryFilledBtn small_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2546
- data-id="actionButton"
2547
- data-selector-id="box"
2548
- data-test-id="actionButton"
2549
- tabindex="0"
2550
- >
2551
- <div
2552
- class="flex cover coldir both"
2553
- data-id="containerComponent"
2554
- data-selector-id="container"
2555
- data-test-id="containerComponent"
2556
- >
2557
- <div
2558
- class="contentwrapper shrinkOff"
2559
- data-id="boxComponent"
2560
- data-selector-id="box"
2561
- data-test-id="boxComponent"
2562
- >
2563
- <div
2564
- class="flex rowdir vCenter"
2565
- data-id="containerComponent"
2566
- data-selector-id="container"
2567
- data-test-id="containerComponent"
2568
- />
2569
- </div>
2570
- </div>
2571
- </button>
2572
- </div>
2573
- </DocumentFragment>
2574
- `;
2575
-
2576
- exports[`ActionButton renders with subText 1`] = `
2577
- <DocumentFragment>
2578
- <div
2579
- class="container primaryFilledBox medium wholeDiv flex rowdir"
2580
- data-id="actionButton_actionButton"
2581
- data-selector-id="actionButton"
2582
- data-test-id="actionButton_actionButton"
2583
- >
2584
- <button
2585
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2586
- data-id="actionButton"
2587
- data-selector-id="box"
2588
- data-test-id="actionButton"
2589
- tabindex="0"
2590
- >
2591
- <div
2592
- class="flex cover coldir both"
2593
- data-id="containerComponent"
2594
- data-selector-id="container"
2595
- data-test-id="containerComponent"
2596
- >
2597
- <div
2598
- class="contentwrapper shrinkOff"
2599
- data-id="boxComponent"
2600
- data-selector-id="box"
2601
- data-test-id="boxComponent"
2602
- >
2603
- <div
2604
- class="flex rowdir vCenter"
2605
- data-id="containerComponent"
2606
- data-selector-id="container"
2607
- data-test-id="containerComponent"
2608
- />
2609
- </div>
2610
- <div
2611
- class="subTxt shrinkOff"
2612
- data-id="boxComponent"
2613
- data-selector-id="box"
2614
- data-test-id="boxComponent"
2615
- data-title="Not Loading - Sub Text"
2616
- >
2617
- Not Loading - Sub Text
2618
- </div>
2619
- </div>
2620
- </button>
2621
- </div>
2622
- </DocumentFragment>
2623
- `;
2624
-
2625
- exports[`ActionButton renders with text 1`] = `
2626
- <DocumentFragment>
2627
- <div
2628
- class="container primaryFilledBox medium wholeDiv flex rowdir"
2629
- data-id="actionButton_actionButton"
2630
- data-selector-id="actionButton"
2631
- data-test-id="actionButton_actionButton"
2632
- >
2633
- <button
2634
- class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
2635
- data-id="actionButton"
2636
- data-selector-id="box"
2637
- data-test-id="actionButton"
2638
- tabindex="0"
2639
- >
2640
- <div
2641
- class="flex cover coldir both"
2642
- data-id="containerComponent"
2643
- data-selector-id="container"
2644
- data-test-id="containerComponent"
2645
- >
2646
- <div
2647
- class="contentwrapper shrinkOff"
2648
- data-id="boxComponent"
2649
- data-selector-id="box"
2650
- data-test-id="boxComponent"
2651
- >
2652
- <div
2653
- class="flex rowdir vCenter"
2654
- data-id="containerComponent"
2655
- data-selector-id="container"
2656
- data-test-id="containerComponent"
2657
- >
2658
- <div
2659
- class="txt shrinkOn"
2660
- data-id="boxComponent"
2661
- data-selector-id="box"
2662
- data-test-id="boxComponent"
2663
- data-title="Not Loading - Main Text"
2664
- >
2665
- Not Loading - Main Text
2666
- </div>
2667
- </div>
2668
- </div>
2669
- </div>
2670
- </button>
2671
- </div>
2672
- </DocumentFragment>
2673
- `;