@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,4194 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Onboarding rendering data of customprops for Secondarybuttonprops 1`] = `
4
- <DocumentFragment>
5
- <div
6
- class="mainContainer mainContainerAnimation"
7
- data-drag-container="true"
8
- data-id="onboarding_container"
9
- data-test-id="onboarding_container"
10
- style="z-index: 4;"
11
- >
12
- <div
13
- class="mainWrapper"
14
- >
15
- <div
16
- class="gradientLayer"
17
- >
18
- <div
19
- class="circleBlur circleBlurOne"
20
- />
21
- <div
22
- class="circleBlur circleBlurTwo"
23
- />
24
- </div>
25
- <div
26
- class="carousel dragCursor"
27
- data-drag-hook="true"
28
- >
29
- <div
30
- class="flex row carouselInner"
31
- data-id="flex"
32
- data-test-id="flex"
33
- style="--local_translate_movement: 0%;"
34
- >
35
- <div
36
- class="flex column noShrink carouselItem"
37
- data-id="flex"
38
- data-test-id="flex"
39
- >
40
- <div
41
- class="flex row alignItems_center justifyContent_center fullSize header"
42
- data-id="flex"
43
- data-test-id="flex"
44
- >
45
- <div
46
- class="innerHead "
47
- />
48
- </div>
49
- <div
50
- class="scroll_vertical content"
51
- data-id="flex"
52
- data-test-id="flex"
53
- >
54
- <div
55
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
56
- />
57
- <div
58
- class="size14 lineclamp_4 lineheight_1_6 description"
59
- />
60
- </div>
61
- </div>
62
- </div>
63
- </div>
64
- <div
65
- class="flex row alignItems_center footer"
66
- data-id="flex"
67
- data-test-id="flex"
68
- >
69
- <div
70
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
71
- data-id="flex"
72
- data-test-id="flex"
73
- >
74
- <button
75
- class=" secondaryButtton footerButton bold primary medium"
76
- data-id="onboarding_secondary_button"
77
- data-selector-id="button"
78
- data-test-id="onboarding_secondary_button"
79
- type="button"
80
- >
81
- New secondaryButton text
82
- </button>
83
- <button
84
- class="primaryButton footerButton bold primaryfilled medium"
85
- data-id="onboarding_primary_button"
86
- data-selector-id="button"
87
- data-test-id="onboarding_primary_button"
88
- data-title="Got it"
89
- type="button"
90
- >
91
- Got it
92
- </button>
93
- </div>
94
- </div>
95
- <button
96
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
97
- data-id="onboarding_close_icon"
98
- data-test-id="onboarding_close_icon"
99
- data-title="Close"
100
- >
101
- <i
102
- aria-hidden="true"
103
- class="zd_font_icons basic icon-inapp-close closeIcon "
104
- data-id="fontIcon"
105
- data-selector-id="fontIcon"
106
- data-test-id="fontIcon"
107
- />
108
- </button>
109
- <span
110
- class="basic newRibbon palette_primary medium flag"
111
- data-id="onboarding_ribbon"
112
- data-selector-id="ribbon"
113
- data-test-id="onboarding_ribbon"
114
- >
115
- <span
116
- class="childText"
117
- >
118
- New
119
- </span>
120
- </span>
121
- </div>
122
- </div>
123
- </DocumentFragment>
124
- `;
125
-
126
- exports[`Onboarding rendering data of customprops for descriptionProps 1`] = `
127
- <DocumentFragment>
128
- <div
129
- class="mainContainer mainContainerAnimation"
130
- data-drag-container="true"
131
- data-id="onboarding_container"
132
- data-test-id="onboarding_container"
133
- style="z-index: 4;"
134
- >
135
- <div
136
- class="mainWrapper"
137
- >
138
- <div
139
- class="gradientLayer"
140
- >
141
- <div
142
- class="circleBlur circleBlurOne"
143
- />
144
- <div
145
- class="circleBlur circleBlurTwo"
146
- />
147
- </div>
148
- <div
149
- class="carousel dragCursor"
150
- data-drag-hook="true"
151
- >
152
- <div
153
- class="flex row carouselInner"
154
- data-id="flex"
155
- data-test-id="flex"
156
- style="--local_translate_movement: 0%;"
157
- >
158
- <div
159
- class="flex column noShrink carouselItem"
160
- data-id="flex"
161
- data-test-id="flex"
162
- >
163
- <div
164
- class="flex row alignItems_center justifyContent_center fullSize header"
165
- data-id="flex"
166
- data-test-id="flex"
167
- >
168
- <div
169
- class="innerHead "
170
- />
171
- </div>
172
- <div
173
- class="scroll_vertical content"
174
- data-id="flex"
175
- data-test-id="flex"
176
- >
177
- <div
178
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
179
- />
180
- <div
181
- class="size10 lineclamp_4 lineheight_1_6 description"
182
- data-title="Discover innovative tools and solutions to streamline your processes and boost productivity on Slide 1."
183
- >
184
- Discover innovative tools and solutions to streamline your processes and boost productivity on Slide 1.
185
- </div>
186
- </div>
187
- </div>
188
- </div>
189
- </div>
190
- <div
191
- class="flex row alignItems_center footer"
192
- data-id="flex"
193
- data-test-id="flex"
194
- >
195
- <div
196
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
197
- data-id="flex"
198
- data-test-id="flex"
199
- >
200
- <button
201
- class="primaryButton footerButton bold primaryfilled medium"
202
- data-id="onboarding_primary_button"
203
- data-selector-id="button"
204
- data-test-id="onboarding_primary_button"
205
- data-title="Got it"
206
- type="button"
207
- >
208
- Got it
209
- </button>
210
- </div>
211
- </div>
212
- <button
213
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
214
- data-id="onboarding_close_icon"
215
- data-test-id="onboarding_close_icon"
216
- data-title="Close"
217
- >
218
- <i
219
- aria-hidden="true"
220
- class="zd_font_icons basic icon-inapp-close closeIcon "
221
- data-id="fontIcon"
222
- data-selector-id="fontIcon"
223
- data-test-id="fontIcon"
224
- />
225
- </button>
226
- <span
227
- class="basic newRibbon palette_primary medium flag"
228
- data-id="onboarding_ribbon"
229
- data-selector-id="ribbon"
230
- data-test-id="onboarding_ribbon"
231
- >
232
- <span
233
- class="childText"
234
- >
235
- New
236
- </span>
237
- </span>
238
- </div>
239
- </div>
240
- </DocumentFragment>
241
- `;
242
-
243
- exports[`Onboarding rendering data of customprops for footerProps 1`] = `
244
- <DocumentFragment>
245
- <div
246
- class="mainContainer mainContainerAnimation"
247
- data-drag-container="true"
248
- data-id="onboarding_container"
249
- data-test-id="onboarding_container"
250
- style="z-index: 4;"
251
- >
252
- <div
253
- class="mainWrapper"
254
- >
255
- <div
256
- class="gradientLayer"
257
- >
258
- <div
259
- class="circleBlur circleBlurOne"
260
- />
261
- <div
262
- class="circleBlur circleBlurTwo"
263
- />
264
- </div>
265
- <div
266
- class="inlineFlex row alignItems_center footer"
267
- data-id="flex"
268
- data-test-id="flex"
269
- >
270
- <div
271
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
272
- data-id="flex"
273
- data-test-id="flex"
274
- >
275
- <button
276
- class="primaryButton footerButton bold primaryfilled medium"
277
- data-id="onboarding_primary_button"
278
- data-selector-id="button"
279
- data-test-id="onboarding_primary_button"
280
- data-title="Got it"
281
- type="button"
282
- >
283
- Got it
284
- </button>
285
- </div>
286
- </div>
287
- <button
288
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
289
- data-id="onboarding_close_icon"
290
- data-test-id="onboarding_close_icon"
291
- data-title="Close"
292
- >
293
- <i
294
- aria-hidden="true"
295
- class="zd_font_icons basic icon-inapp-close closeIcon "
296
- data-id="fontIcon"
297
- data-selector-id="fontIcon"
298
- data-test-id="fontIcon"
299
- />
300
- </button>
301
- <span
302
- class="basic newRibbon palette_primary medium flag"
303
- data-id="onboarding_ribbon"
304
- data-selector-id="ribbon"
305
- data-test-id="onboarding_ribbon"
306
- >
307
- <span
308
- class="childText"
309
- >
310
- New
311
- </span>
312
- </span>
313
- </div>
314
- </div>
315
- </DocumentFragment>
316
- `;
317
-
318
- exports[`Onboarding rendering data of customprops for headingProps 1`] = `
319
- <DocumentFragment>
320
- <div
321
- class="mainContainer mainContainerAnimation"
322
- data-drag-container="true"
323
- data-id="onboarding_container"
324
- data-test-id="onboarding_container"
325
- style="z-index: 4;"
326
- >
327
- <div
328
- class="mainWrapper"
329
- >
330
- <div
331
- class="gradientLayer"
332
- >
333
- <div
334
- class="circleBlur circleBlurOne"
335
- />
336
- <div
337
- class="circleBlur circleBlurTwo"
338
- />
339
- </div>
340
- <div
341
- class="carousel dragCursor"
342
- data-drag-hook="true"
343
- >
344
- <div
345
- class="flex row carouselInner"
346
- data-id="flex"
347
- data-test-id="flex"
348
- style="--local_translate_movement: 0%;"
349
- >
350
- <div
351
- class="flex column noShrink carouselItem"
352
- data-id="flex"
353
- data-test-id="flex"
354
- >
355
- <div
356
- class="flex row alignItems_center justifyContent_center fullSize header"
357
- data-id="flex"
358
- data-test-id="flex"
359
- >
360
- <div
361
- class="innerHead "
362
- />
363
- </div>
364
- <div
365
- class="scroll_vertical content"
366
- data-id="flex"
367
- data-test-id="flex"
368
- >
369
- <div
370
- class="size12 lineclamp_3 lineheight_1_4 font_bold heading"
371
- data-title="Slide 6"
372
- >
373
- Slide 6
374
- </div>
375
- <div
376
- class="size14 lineclamp_4 lineheight_1_6 description"
377
- />
378
- </div>
379
- </div>
380
- </div>
381
- </div>
382
- <div
383
- class="flex row alignItems_center footer"
384
- data-id="flex"
385
- data-test-id="flex"
386
- >
387
- <div
388
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
389
- data-id="flex"
390
- data-test-id="flex"
391
- >
392
- <button
393
- class="primaryButton footerButton bold primaryfilled medium"
394
- data-id="onboarding_primary_button"
395
- data-selector-id="button"
396
- data-test-id="onboarding_primary_button"
397
- data-title="Got it"
398
- type="button"
399
- >
400
- Got it
401
- </button>
402
- </div>
403
- </div>
404
- <button
405
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
406
- data-id="onboarding_close_icon"
407
- data-test-id="onboarding_close_icon"
408
- data-title="Close"
409
- >
410
- <i
411
- aria-hidden="true"
412
- class="zd_font_icons basic icon-inapp-close closeIcon "
413
- data-id="fontIcon"
414
- data-selector-id="fontIcon"
415
- data-test-id="fontIcon"
416
- />
417
- </button>
418
- <span
419
- class="basic newRibbon palette_primary medium flag"
420
- data-id="onboarding_ribbon"
421
- data-selector-id="ribbon"
422
- data-test-id="onboarding_ribbon"
423
- >
424
- <span
425
- class="childText"
426
- >
427
- New
428
- </span>
429
- </span>
430
- </div>
431
- </div>
432
- </DocumentFragment>
433
- `;
434
-
435
- exports[`Onboarding rendering data of customprops for primarybuttonprops 1`] = `
436
- <DocumentFragment>
437
- <div
438
- class="mainContainer mainContainerAnimation"
439
- data-drag-container="true"
440
- data-id="onboarding_container"
441
- data-test-id="onboarding_container"
442
- style="z-index: 4;"
443
- >
444
- <div
445
- class="mainWrapper"
446
- >
447
- <div
448
- class="gradientLayer"
449
- >
450
- <div
451
- class="circleBlur circleBlurOne"
452
- />
453
- <div
454
- class="circleBlur circleBlurTwo"
455
- />
456
- </div>
457
- <div
458
- class="carousel dragCursor"
459
- data-drag-hook="true"
460
- >
461
- <div
462
- class="flex row carouselInner"
463
- data-id="flex"
464
- data-test-id="flex"
465
- style="--local_translate_movement: 0%;"
466
- >
467
- <div
468
- class="flex column noShrink carouselItem"
469
- data-id="flex"
470
- data-test-id="flex"
471
- >
472
- <div
473
- class="flex row alignItems_center justifyContent_center fullSize header"
474
- data-id="flex"
475
- data-test-id="flex"
476
- >
477
- <div
478
- class="innerHead "
479
- />
480
- </div>
481
- <div
482
- class="scroll_vertical content"
483
- data-id="flex"
484
- data-test-id="flex"
485
- >
486
- <div
487
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
488
- />
489
- <div
490
- class="size14 lineclamp_4 lineheight_1_6 description"
491
- />
492
- </div>
493
- </div>
494
- </div>
495
- </div>
496
- <div
497
- class="flex row alignItems_center footer"
498
- data-id="flex"
499
- data-test-id="flex"
500
- >
501
- <div
502
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
503
- data-id="flex"
504
- data-test-id="flex"
505
- >
506
- <button
507
- class="primaryButton footerButton bold primaryfilled medium"
508
- data-id="onboarding_primary_button"
509
- data-selector-id="button"
510
- data-test-id="onboarding_primary_button"
511
- data-title="Got it"
512
- type="button"
513
- >
514
- New primaryButton text
515
- </button>
516
- </div>
517
- </div>
518
- <button
519
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
520
- data-id="onboarding_close_icon"
521
- data-test-id="onboarding_close_icon"
522
- data-title="Close"
523
- >
524
- <i
525
- aria-hidden="true"
526
- class="zd_font_icons basic icon-inapp-close closeIcon "
527
- data-id="fontIcon"
528
- data-selector-id="fontIcon"
529
- data-test-id="fontIcon"
530
- />
531
- </button>
532
- <span
533
- class="basic newRibbon palette_primary medium flag"
534
- data-id="onboarding_ribbon"
535
- data-selector-id="ribbon"
536
- data-test-id="onboarding_ribbon"
537
- >
538
- <span
539
- class="childText"
540
- >
541
- New
542
- </span>
543
- </span>
544
- </div>
545
- </div>
546
- </DocumentFragment>
547
- `;
548
-
549
- exports[`Onboarding rendering data of customprops for ribbonProps 1`] = `
550
- <DocumentFragment>
551
- <div
552
- class="mainContainer mainContainerAnimation"
553
- data-drag-container="true"
554
- data-id="onboarding_container"
555
- data-test-id="onboarding_container"
556
- style="z-index: 4;"
557
- >
558
- <div
559
- class="mainWrapper"
560
- >
561
- <div
562
- class="gradientLayer"
563
- >
564
- <div
565
- class="circleBlur circleBlurOne"
566
- />
567
- <div
568
- class="circleBlur circleBlurTwo"
569
- />
570
- </div>
571
- <div
572
- class="flex row alignItems_center footer"
573
- data-id="flex"
574
- data-test-id="flex"
575
- >
576
- <div
577
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
578
- data-id="flex"
579
- data-test-id="flex"
580
- >
581
- <button
582
- class="primaryButton footerButton bold primaryfilled medium"
583
- data-id="onboarding_primary_button"
584
- data-selector-id="button"
585
- data-test-id="onboarding_primary_button"
586
- data-title="Got it"
587
- type="button"
588
- >
589
- Got it
590
- </button>
591
- </div>
592
- </div>
593
- <button
594
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
595
- data-id="onboarding_close_icon"
596
- data-test-id="onboarding_close_icon"
597
- data-title="Close"
598
- >
599
- <i
600
- aria-hidden="true"
601
- class="zd_font_icons basic icon-inapp-close closeIcon "
602
- data-id="fontIcon"
603
- data-selector-id="fontIcon"
604
- data-test-id="fontIcon"
605
- />
606
- </button>
607
- <span
608
- class="basic newRibbon palette_primary medium sticker"
609
- data-id="onboarding_ribbon"
610
- data-selector-id="ribbon"
611
- data-test-id="onboarding_ribbon"
612
- >
613
- <span
614
- class="after"
615
- />
616
- <span
617
- class="childText"
618
- >
619
- New
620
- </span>
621
- <span
622
- class="before"
623
- />
624
- </span>
625
- </div>
626
- </div>
627
- </DocumentFragment>
628
- `;
629
-
630
- exports[`Onboarding rendering data of customprops for secondaryButtonLinkProps 1`] = `
631
- <DocumentFragment>
632
- <div
633
- class="mainContainer mainContainerAnimation"
634
- data-drag-container="true"
635
- data-id="onboarding_container"
636
- data-test-id="onboarding_container"
637
- style="z-index: 4;"
638
- >
639
- <div
640
- class="mainWrapper"
641
- >
642
- <div
643
- class="gradientLayer"
644
- >
645
- <div
646
- class="circleBlur circleBlurOne"
647
- />
648
- <div
649
- class="circleBlur circleBlurTwo"
650
- />
651
- </div>
652
- <div
653
- class="carousel dragCursor"
654
- data-drag-hook="true"
655
- >
656
- <div
657
- class="flex row carouselInner"
658
- data-id="flex"
659
- data-test-id="flex"
660
- style="--local_translate_movement: 0%;"
661
- >
662
- <div
663
- class="flex column noShrink carouselItem"
664
- data-id="flex"
665
- data-test-id="flex"
666
- >
667
- <div
668
- class="flex row alignItems_center justifyContent_center fullSize header"
669
- data-id="flex"
670
- data-test-id="flex"
671
- >
672
- <div
673
- class="innerHead "
674
- />
675
- </div>
676
- <div
677
- class="scroll_vertical content"
678
- data-id="flex"
679
- data-test-id="flex"
680
- >
681
- <div
682
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
683
- />
684
- <div
685
- class="size14 lineclamp_4 lineheight_1_6 description"
686
- />
687
- </div>
688
- </div>
689
- </div>
690
- </div>
691
- <div
692
- class="flex row alignItems_center footer"
693
- data-id="flex"
694
- data-test-id="flex"
695
- >
696
- <div
697
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
698
- data-id="flex"
699
- data-test-id="flex"
700
- >
701
- <a
702
- class="container secondaryButtton secondaryButttonLink footerButton "
703
- data-id="onboarding_secondary_button_link"
704
- data-test-id="onboarding_secondary_button_link"
705
- data-title="learn more"
706
- href="https://gc.zoho.com/org/746519053/widgets/4398000000528001"
707
- rel="noopener noreferrer"
708
- target="_self"
709
- >
710
- learn more
711
- </a>
712
- <button
713
- class="primaryButton footerButton bold primaryfilled medium"
714
- data-id="onboarding_primary_button"
715
- data-selector-id="button"
716
- data-test-id="onboarding_primary_button"
717
- data-title="Got it"
718
- type="button"
719
- >
720
- Got it
721
- </button>
722
- </div>
723
- </div>
724
- <button
725
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
726
- data-id="onboarding_close_icon"
727
- data-test-id="onboarding_close_icon"
728
- data-title="Close"
729
- >
730
- <i
731
- aria-hidden="true"
732
- class="zd_font_icons basic icon-inapp-close closeIcon "
733
- data-id="fontIcon"
734
- data-selector-id="fontIcon"
735
- data-test-id="fontIcon"
736
- />
737
- </button>
738
- <span
739
- class="basic newRibbon palette_primary medium flag"
740
- data-id="onboarding_ribbon"
741
- data-selector-id="ribbon"
742
- data-test-id="onboarding_ribbon"
743
- >
744
- <span
745
- class="childText"
746
- >
747
- New
748
- </span>
749
- </span>
750
- </div>
751
- </div>
752
- </DocumentFragment>
753
- `;
754
-
755
- exports[`Onboarding rendering data of image with hasVideoPlayButton 1`] = `
756
- <DocumentFragment>
757
- <div
758
- class="mainContainer mainContainerAnimation"
759
- data-drag-container="true"
760
- data-id="onboarding_container"
761
- data-test-id="onboarding_container"
762
- style="z-index: 4;"
763
- >
764
- <div
765
- class="mainWrapper"
766
- >
767
- <div
768
- class="gradientLayer"
769
- >
770
- <div
771
- class="circleBlur circleBlurOne"
772
- />
773
- <div
774
- class="circleBlur circleBlurTwo"
775
- />
776
- </div>
777
- <div
778
- class="carousel dragCursor"
779
- data-drag-hook="true"
780
- >
781
- <div
782
- class="flex row carouselInner"
783
- data-id="flex"
784
- data-test-id="flex"
785
- style="--local_translate_movement: 0%;"
786
- >
787
- <div
788
- class="flex column noShrink carouselItem"
789
- data-id="flex"
790
- data-test-id="flex"
791
- >
792
- <div
793
- class="flex row alignItems_center justifyContent_center fullSize header"
794
- data-id="flex"
795
- data-test-id="flex"
796
- >
797
- <div
798
- class="innerHead dvLayer"
799
- >
800
- <img
801
- class=" mediaElement image imgMaxFullSize "
802
- src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3Mu0NdfXXqvCExZ9YG_j93CKuU4DIdcIlEQ&s"
803
- />
804
- <div
805
- class="flex row alignItems_center justifyContent_center playIconWrapper"
806
- data-id="flex"
807
- data-test-id="flex"
808
- >
809
- <button
810
- class="flex row alignItems_center justifyContent_center playIcon undefined buttonReset"
811
- data-id="onboarding_play_icon"
812
- data-test-id="onboarding_play_icon"
813
- >
814
- <i
815
- aria-hidden="true"
816
- class="zd_font_icons basic icon-arrowFill playIconInner "
817
- data-id="fontIcon"
818
- data-selector-id="fontIcon"
819
- data-test-id="fontIcon"
820
- />
821
- </button>
822
- </div>
823
- </div>
824
- </div>
825
- <div
826
- class="scroll_vertical content"
827
- data-id="flex"
828
- data-test-id="flex"
829
- >
830
- <div
831
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
832
- />
833
- <div
834
- class="size14 lineclamp_4 lineheight_1_6 description"
835
- />
836
- </div>
837
- </div>
838
- </div>
839
- </div>
840
- <div
841
- class="flex row alignItems_center footer"
842
- data-id="flex"
843
- data-test-id="flex"
844
- >
845
- <div
846
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
847
- data-id="flex"
848
- data-test-id="flex"
849
- >
850
- <button
851
- class="primaryButton footerButton bold primaryfilled medium"
852
- data-id="onboarding_primary_button"
853
- data-selector-id="button"
854
- data-test-id="onboarding_primary_button"
855
- data-title="Got it"
856
- type="button"
857
- >
858
- Got it
859
- </button>
860
- </div>
861
- </div>
862
- <button
863
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
864
- data-id="onboarding_close_icon"
865
- data-test-id="onboarding_close_icon"
866
- data-title="Close"
867
- >
868
- <i
869
- aria-hidden="true"
870
- class="zd_font_icons basic icon-inapp-close closeIcon "
871
- data-id="fontIcon"
872
- data-selector-id="fontIcon"
873
- data-test-id="fontIcon"
874
- />
875
- </button>
876
- <span
877
- class="basic newRibbon palette_primary medium flag"
878
- data-id="onboarding_ribbon"
879
- data-selector-id="ribbon"
880
- data-test-id="onboarding_ribbon"
881
- >
882
- <span
883
- class="childText"
884
- >
885
- New
886
- </span>
887
- </span>
888
- </div>
889
- </div>
890
- </DocumentFragment>
891
- `;
892
-
893
- exports[`Onboarding rendering data of image without hasVideoPlayButton 1`] = `
894
- <DocumentFragment>
895
- <div
896
- class="mainContainer mainContainerAnimation"
897
- data-drag-container="true"
898
- data-id="onboarding_container"
899
- data-test-id="onboarding_container"
900
- style="z-index: 4;"
901
- >
902
- <div
903
- class="mainWrapper"
904
- >
905
- <div
906
- class="gradientLayer"
907
- >
908
- <div
909
- class="circleBlur circleBlurOne"
910
- />
911
- <div
912
- class="circleBlur circleBlurTwo"
913
- />
914
- </div>
915
- <div
916
- class="carousel dragCursor"
917
- data-drag-hook="true"
918
- >
919
- <div
920
- class="flex row carouselInner"
921
- data-id="flex"
922
- data-test-id="flex"
923
- style="--local_translate_movement: 0%;"
924
- >
925
- <div
926
- class="flex column noShrink carouselItem"
927
- data-id="flex"
928
- data-test-id="flex"
929
- >
930
- <div
931
- class="flex row alignItems_center justifyContent_center fullSize header"
932
- data-id="flex"
933
- data-test-id="flex"
934
- >
935
- <div
936
- class="innerHead "
937
- >
938
- <img
939
- class=" mediaElement image imgMaxFullSize "
940
- src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3Mu0NdfXXqvCExZ9YG_j93CKuU4DIdcIlEQ&s"
941
- />
942
- </div>
943
- </div>
944
- <div
945
- class="scroll_vertical content"
946
- data-id="flex"
947
- data-test-id="flex"
948
- >
949
- <div
950
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
951
- />
952
- <div
953
- class="size14 lineclamp_4 lineheight_1_6 description"
954
- />
955
- </div>
956
- </div>
957
- </div>
958
- </div>
959
- <div
960
- class="flex row alignItems_center footer"
961
- data-id="flex"
962
- data-test-id="flex"
963
- >
964
- <div
965
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
966
- data-id="flex"
967
- data-test-id="flex"
968
- >
969
- <button
970
- class="primaryButton footerButton bold primaryfilled medium"
971
- data-id="onboarding_primary_button"
972
- data-selector-id="button"
973
- data-test-id="onboarding_primary_button"
974
- data-title="Got it"
975
- type="button"
976
- >
977
- Got it
978
- </button>
979
- </div>
980
- </div>
981
- <button
982
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
983
- data-id="onboarding_close_icon"
984
- data-test-id="onboarding_close_icon"
985
- data-title="Close"
986
- >
987
- <i
988
- aria-hidden="true"
989
- class="zd_font_icons basic icon-inapp-close closeIcon "
990
- data-id="fontIcon"
991
- data-selector-id="fontIcon"
992
- data-test-id="fontIcon"
993
- />
994
- </button>
995
- <span
996
- class="basic newRibbon palette_primary medium flag"
997
- data-id="onboarding_ribbon"
998
- data-selector-id="ribbon"
999
- data-test-id="onboarding_ribbon"
1000
- >
1001
- <span
1002
- class="childText"
1003
- >
1004
- New
1005
- </span>
1006
- </span>
1007
- </div>
1008
- </div>
1009
- </DocumentFragment>
1010
- `;
1011
-
1012
- exports[`Onboarding rendering data of videoSource 1`] = `
1013
- <DocumentFragment>
1014
- <div
1015
- class="mainContainer mainContainerAnimation"
1016
- data-drag-container="true"
1017
- data-id="onboarding_container"
1018
- data-test-id="onboarding_container"
1019
- style="z-index: 4;"
1020
- >
1021
- <div
1022
- class="mainWrapper"
1023
- >
1024
- <div
1025
- class="gradientLayer"
1026
- >
1027
- <div
1028
- class="circleBlur circleBlurOne"
1029
- />
1030
- <div
1031
- class="circleBlur circleBlurTwo"
1032
- />
1033
- </div>
1034
- <div
1035
- class="carousel dragCursor"
1036
- data-drag-hook="true"
1037
- >
1038
- <div
1039
- class="flex row carouselInner"
1040
- data-id="flex"
1041
- data-test-id="flex"
1042
- style="--local_translate_movement: 0%;"
1043
- >
1044
- <div
1045
- class="flex column noShrink carouselItem"
1046
- data-id="flex"
1047
- data-test-id="flex"
1048
- >
1049
- <div
1050
- class="flex row alignItems_center justifyContent_center fullSize header"
1051
- data-id="flex"
1052
- data-test-id="flex"
1053
- >
1054
- <div
1055
- class="innerHead "
1056
- >
1057
- <video
1058
- autoplay=""
1059
- class="mediaElement"
1060
- loop=""
1061
- >
1062
- <source
1063
- src="https://www.w3schools.com/html/mov_bbb.mp4"
1064
- type="video/mp4"
1065
- />
1066
- </video>
1067
- </div>
1068
- </div>
1069
- <div
1070
- class="scroll_vertical content"
1071
- data-id="flex"
1072
- data-test-id="flex"
1073
- >
1074
- <div
1075
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
1076
- />
1077
- <div
1078
- class="size14 lineclamp_4 lineheight_1_6 description"
1079
- />
1080
- </div>
1081
- </div>
1082
- </div>
1083
- </div>
1084
- <div
1085
- class="flex row alignItems_center footer"
1086
- data-id="flex"
1087
- data-test-id="flex"
1088
- >
1089
- <div
1090
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1091
- data-id="flex"
1092
- data-test-id="flex"
1093
- >
1094
- <button
1095
- class="primaryButton footerButton bold primaryfilled medium"
1096
- data-id="onboarding_primary_button"
1097
- data-selector-id="button"
1098
- data-test-id="onboarding_primary_button"
1099
- data-title="Got it"
1100
- type="button"
1101
- >
1102
- Got it
1103
- </button>
1104
- </div>
1105
- </div>
1106
- <button
1107
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
1108
- data-id="onboarding_close_icon"
1109
- data-test-id="onboarding_close_icon"
1110
- data-title="Close"
1111
- >
1112
- <i
1113
- aria-hidden="true"
1114
- class="zd_font_icons basic icon-inapp-close closeIcon "
1115
- data-id="fontIcon"
1116
- data-selector-id="fontIcon"
1117
- data-test-id="fontIcon"
1118
- />
1119
- </button>
1120
- <span
1121
- class="basic newRibbon palette_primary medium flag"
1122
- data-id="onboarding_ribbon"
1123
- data-selector-id="ribbon"
1124
- data-test-id="onboarding_ribbon"
1125
- >
1126
- <span
1127
- class="childText"
1128
- >
1129
- New
1130
- </span>
1131
- </span>
1132
- </div>
1133
- </div>
1134
- </DocumentFragment>
1135
- `;
1136
-
1137
- exports[`Onboarding rendering data of SecondaryButton as link 1`] = `
1138
- <DocumentFragment>
1139
- <div
1140
- class="mainContainer mainContainerAnimation"
1141
- data-drag-container="true"
1142
- data-id="onboarding_container"
1143
- data-test-id="onboarding_container"
1144
- style="z-index: 4;"
1145
- >
1146
- <div
1147
- class="mainWrapper"
1148
- >
1149
- <div
1150
- class="gradientLayer"
1151
- >
1152
- <div
1153
- class="circleBlur circleBlurOne"
1154
- />
1155
- <div
1156
- class="circleBlur circleBlurTwo"
1157
- />
1158
- </div>
1159
- <div
1160
- class="carousel dragCursor"
1161
- data-drag-hook="true"
1162
- >
1163
- <div
1164
- class="flex row carouselInner"
1165
- data-id="flex"
1166
- data-test-id="flex"
1167
- style="--local_translate_movement: 0%;"
1168
- >
1169
- <div
1170
- class="flex column noShrink carouselItem"
1171
- data-id="flex"
1172
- data-test-id="flex"
1173
- >
1174
- <div
1175
- class="flex row alignItems_center justifyContent_center fullSize header"
1176
- data-id="flex"
1177
- data-test-id="flex"
1178
- >
1179
- <div
1180
- class="innerHead "
1181
- />
1182
- </div>
1183
- <div
1184
- class="scroll_vertical content"
1185
- data-id="flex"
1186
- data-test-id="flex"
1187
- >
1188
- <div
1189
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
1190
- />
1191
- <div
1192
- class="size14 lineclamp_4 lineheight_1_6 description"
1193
- />
1194
- </div>
1195
- </div>
1196
- </div>
1197
- </div>
1198
- <div
1199
- class="flex row alignItems_center footer"
1200
- data-id="flex"
1201
- data-test-id="flex"
1202
- >
1203
- <div
1204
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1205
- data-id="flex"
1206
- data-test-id="flex"
1207
- >
1208
- <a
1209
- class="container secondaryButtton secondaryButttonLink footerButton "
1210
- data-id="onboarding_secondary_button_link"
1211
- data-test-id="onboarding_secondary_button_link"
1212
- data-title="read more"
1213
- href="https://gc.zoho.com/org/746519053/widgets/4398000000528001"
1214
- rel="noopener noreferrer"
1215
- target="_blank"
1216
- >
1217
- read more
1218
- </a>
1219
- <button
1220
- class="primaryButton footerButton bold primaryfilled medium"
1221
- data-id="onboarding_primary_button"
1222
- data-selector-id="button"
1223
- data-test-id="onboarding_primary_button"
1224
- data-title="Got it"
1225
- type="button"
1226
- >
1227
- Got it
1228
- </button>
1229
- </div>
1230
- </div>
1231
- <button
1232
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
1233
- data-id="onboarding_close_icon"
1234
- data-test-id="onboarding_close_icon"
1235
- data-title="Close"
1236
- >
1237
- <i
1238
- aria-hidden="true"
1239
- class="zd_font_icons basic icon-inapp-close closeIcon "
1240
- data-id="fontIcon"
1241
- data-selector-id="fontIcon"
1242
- data-test-id="fontIcon"
1243
- />
1244
- </button>
1245
- <span
1246
- class="basic newRibbon palette_primary medium flag"
1247
- data-id="onboarding_ribbon"
1248
- data-selector-id="ribbon"
1249
- data-test-id="onboarding_ribbon"
1250
- >
1251
- <span
1252
- class="childText"
1253
- >
1254
- New
1255
- </span>
1256
- </span>
1257
- </div>
1258
- </div>
1259
- </DocumentFragment>
1260
- `;
1261
-
1262
- exports[`Onboarding rendering data of Video with videoFormats 1`] = `
1263
- <DocumentFragment>
1264
- <div
1265
- class="mainContainer mainContainerAnimation"
1266
- data-drag-container="true"
1267
- data-id="onboarding_container"
1268
- data-test-id="onboarding_container"
1269
- style="z-index: 4;"
1270
- >
1271
- <div
1272
- class="mainWrapper"
1273
- >
1274
- <div
1275
- class="gradientLayer"
1276
- >
1277
- <div
1278
- class="circleBlur circleBlurOne"
1279
- />
1280
- <div
1281
- class="circleBlur circleBlurTwo"
1282
- />
1283
- </div>
1284
- <div
1285
- class="carousel dragCursor"
1286
- data-drag-hook="true"
1287
- >
1288
- <div
1289
- class="flex row carouselInner"
1290
- data-id="flex"
1291
- data-test-id="flex"
1292
- style="--local_translate_movement: 0%;"
1293
- >
1294
- <div
1295
- class="flex column noShrink carouselItem"
1296
- data-id="flex"
1297
- data-test-id="flex"
1298
- >
1299
- <div
1300
- class="flex row alignItems_center justifyContent_center fullSize header"
1301
- data-id="flex"
1302
- data-test-id="flex"
1303
- >
1304
- <div
1305
- class="innerHead dvLayer"
1306
- >
1307
- <video
1308
- autoplay=""
1309
- class="mediaElement"
1310
- loop=""
1311
- >
1312
- <source
1313
- src="https://www.w3schools.com/html/mov_bbb.mp4"
1314
- type="video/mp4"
1315
- />
1316
- </video>
1317
- <div
1318
- class="flex row alignItems_center justifyContent_center playIconWrapper"
1319
- data-id="flex"
1320
- data-test-id="flex"
1321
- >
1322
- <button
1323
- class="flex row alignItems_center justifyContent_center playIcon undefined buttonReset"
1324
- data-id="onboarding_play_icon"
1325
- data-test-id="onboarding_play_icon"
1326
- >
1327
- <i
1328
- aria-hidden="true"
1329
- class="zd_font_icons basic icon-arrowFill playIconInner "
1330
- data-id="fontIcon"
1331
- data-selector-id="fontIcon"
1332
- data-test-id="fontIcon"
1333
- />
1334
- </button>
1335
- </div>
1336
- </div>
1337
- </div>
1338
- <div
1339
- class="scroll_vertical content"
1340
- data-id="flex"
1341
- data-test-id="flex"
1342
- >
1343
- <div
1344
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
1345
- />
1346
- <div
1347
- class="size14 lineclamp_4 lineheight_1_6 description"
1348
- />
1349
- </div>
1350
- </div>
1351
- </div>
1352
- </div>
1353
- <div
1354
- class="flex row alignItems_center footer"
1355
- data-id="flex"
1356
- data-test-id="flex"
1357
- >
1358
- <div
1359
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1360
- data-id="flex"
1361
- data-test-id="flex"
1362
- >
1363
- <button
1364
- class="primaryButton footerButton bold primaryfilled medium"
1365
- data-id="onboarding_primary_button"
1366
- data-selector-id="button"
1367
- data-test-id="onboarding_primary_button"
1368
- data-title="Got it"
1369
- type="button"
1370
- >
1371
- Got it
1372
- </button>
1373
- </div>
1374
- </div>
1375
- <button
1376
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
1377
- data-id="onboarding_close_icon"
1378
- data-test-id="onboarding_close_icon"
1379
- data-title="Close"
1380
- >
1381
- <i
1382
- aria-hidden="true"
1383
- class="zd_font_icons basic icon-inapp-close closeIcon "
1384
- data-id="fontIcon"
1385
- data-selector-id="fontIcon"
1386
- data-test-id="fontIcon"
1387
- />
1388
- </button>
1389
- <span
1390
- class="basic newRibbon palette_primary medium flag"
1391
- data-id="onboarding_ribbon"
1392
- data-selector-id="ribbon"
1393
- data-test-id="onboarding_ribbon"
1394
- >
1395
- <span
1396
- class="childText"
1397
- >
1398
- New
1399
- </span>
1400
- </span>
1401
- </div>
1402
- </div>
1403
- </DocumentFragment>
1404
- `;
1405
-
1406
- exports[`Onboarding rendering data of hasBouncAnimationOnMount 1`] = `
1407
- <DocumentFragment>
1408
- <div
1409
- class="mainContainer mainContainerAnimation"
1410
- data-drag-container="true"
1411
- data-id="onboarding_container"
1412
- data-test-id="onboarding_container"
1413
- style="z-index: 4;"
1414
- >
1415
- <div
1416
- class="mainWrapper"
1417
- >
1418
- <div
1419
- class="gradientLayer"
1420
- >
1421
- <div
1422
- class="circleBlur circleBlurOne"
1423
- />
1424
- <div
1425
- class="circleBlur circleBlurTwo"
1426
- />
1427
- </div>
1428
- <div
1429
- class="flex row alignItems_center footer"
1430
- data-id="flex"
1431
- data-test-id="flex"
1432
- >
1433
- <div
1434
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1435
- data-id="flex"
1436
- data-test-id="flex"
1437
- >
1438
- <button
1439
- class="primaryButton footerButton bold primaryfilled medium"
1440
- data-id="onboarding_primary_button"
1441
- data-selector-id="button"
1442
- data-test-id="onboarding_primary_button"
1443
- data-title="Got it"
1444
- type="button"
1445
- >
1446
- Got it
1447
- </button>
1448
- </div>
1449
- </div>
1450
- <button
1451
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
1452
- data-id="onboarding_close_icon"
1453
- data-test-id="onboarding_close_icon"
1454
- data-title="Close"
1455
- >
1456
- <i
1457
- aria-hidden="true"
1458
- class="zd_font_icons basic icon-inapp-close closeIcon "
1459
- data-id="fontIcon"
1460
- data-selector-id="fontIcon"
1461
- data-test-id="fontIcon"
1462
- />
1463
- </button>
1464
- <span
1465
- class="basic newRibbon palette_primary medium flag"
1466
- data-id="onboarding_ribbon"
1467
- data-selector-id="ribbon"
1468
- data-test-id="onboarding_ribbon"
1469
- >
1470
- <span
1471
- class="childText"
1472
- >
1473
- New
1474
- </span>
1475
- </span>
1476
- </div>
1477
- </div>
1478
- </DocumentFragment>
1479
- `;
1480
-
1481
- exports[`Onboarding rendering data of hasCloseIcon 1`] = `
1482
- <DocumentFragment>
1483
- <div
1484
- class="mainContainer mainContainerAnimation"
1485
- data-drag-container="true"
1486
- data-id="onboarding_container"
1487
- data-test-id="onboarding_container"
1488
- style="z-index: 4;"
1489
- >
1490
- <div
1491
- class="mainWrapper"
1492
- >
1493
- <div
1494
- class="gradientLayer"
1495
- >
1496
- <div
1497
- class="circleBlur circleBlurOne"
1498
- />
1499
- <div
1500
- class="circleBlur circleBlurTwo"
1501
- />
1502
- </div>
1503
- <div
1504
- class="flex row alignItems_center footer"
1505
- data-id="flex"
1506
- data-test-id="flex"
1507
- >
1508
- <div
1509
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1510
- data-id="flex"
1511
- data-test-id="flex"
1512
- >
1513
- <button
1514
- class="primaryButton footerButton bold primaryfilled medium"
1515
- data-id="onboarding_primary_button"
1516
- data-selector-id="button"
1517
- data-test-id="onboarding_primary_button"
1518
- data-title="Got it"
1519
- type="button"
1520
- >
1521
- Got it
1522
- </button>
1523
- </div>
1524
- </div>
1525
- <button
1526
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
1527
- data-id="onboarding_close_icon"
1528
- data-test-id="onboarding_close_icon"
1529
- data-title="Close"
1530
- >
1531
- <i
1532
- aria-hidden="true"
1533
- class="zd_font_icons basic icon-inapp-close closeIcon "
1534
- data-id="fontIcon"
1535
- data-selector-id="fontIcon"
1536
- data-test-id="fontIcon"
1537
- />
1538
- </button>
1539
- <span
1540
- class="basic newRibbon palette_primary medium flag"
1541
- data-id="onboarding_ribbon"
1542
- data-selector-id="ribbon"
1543
- data-test-id="onboarding_ribbon"
1544
- >
1545
- <span
1546
- class="childText"
1547
- >
1548
- New
1549
- </span>
1550
- </span>
1551
- </div>
1552
- </div>
1553
- </DocumentFragment>
1554
- `;
1555
-
1556
- exports[`Onboarding rendering data of primaryButtonText 1`] = `
1557
- <DocumentFragment>
1558
- <div
1559
- class="mainContainer mainContainerAnimation"
1560
- data-drag-container="true"
1561
- data-id="onboarding_container"
1562
- data-test-id="onboarding_container"
1563
- style="z-index: 4;"
1564
- >
1565
- <div
1566
- class="mainWrapper"
1567
- >
1568
- <div
1569
- class="gradientLayer"
1570
- >
1571
- <div
1572
- class="circleBlur circleBlurOne"
1573
- />
1574
- <div
1575
- class="circleBlur circleBlurTwo"
1576
- />
1577
- </div>
1578
- <div
1579
- class="carousel dragCursor"
1580
- data-drag-hook="true"
1581
- >
1582
- <div
1583
- class="flex row carouselInner"
1584
- data-id="flex"
1585
- data-test-id="flex"
1586
- style="--local_translate_movement: 0%;"
1587
- >
1588
- <div
1589
- class="flex column noShrink carouselItem"
1590
- data-id="flex"
1591
- data-test-id="flex"
1592
- >
1593
- <div
1594
- class="flex row alignItems_center justifyContent_center fullSize header"
1595
- data-id="flex"
1596
- data-test-id="flex"
1597
- >
1598
- <div
1599
- class="innerHead "
1600
- />
1601
- </div>
1602
- <div
1603
- class="scroll_vertical content"
1604
- data-id="flex"
1605
- data-test-id="flex"
1606
- >
1607
- <div
1608
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
1609
- />
1610
- <div
1611
- class="size14 lineclamp_4 lineheight_1_6 description"
1612
- />
1613
- </div>
1614
- </div>
1615
- </div>
1616
- </div>
1617
- <div
1618
- class="flex row alignItems_center footer"
1619
- data-id="flex"
1620
- data-test-id="flex"
1621
- >
1622
- <div
1623
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1624
- data-id="flex"
1625
- data-test-id="flex"
1626
- >
1627
- <button
1628
- class="primaryButton footerButton bold primaryfilled medium"
1629
- data-id="onboarding_primary_button"
1630
- data-selector-id="button"
1631
- data-test-id="onboarding_primary_button"
1632
- data-title="Got it"
1633
- type="button"
1634
- >
1635
- Got it
1636
- </button>
1637
- </div>
1638
- </div>
1639
- <button
1640
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
1641
- data-id="onboarding_close_icon"
1642
- data-test-id="onboarding_close_icon"
1643
- data-title="Close"
1644
- >
1645
- <i
1646
- aria-hidden="true"
1647
- class="zd_font_icons basic icon-inapp-close closeIcon "
1648
- data-id="fontIcon"
1649
- data-selector-id="fontIcon"
1650
- data-test-id="fontIcon"
1651
- />
1652
- </button>
1653
- <span
1654
- class="basic newRibbon palette_primary medium flag"
1655
- data-id="onboarding_ribbon"
1656
- data-selector-id="ribbon"
1657
- data-test-id="onboarding_ribbon"
1658
- >
1659
- <span
1660
- class="childText"
1661
- >
1662
- New
1663
- </span>
1664
- </span>
1665
- </div>
1666
- </div>
1667
- </DocumentFragment>
1668
- `;
1669
-
1670
- exports[`Onboarding rendering data of secondaryButtonText 1`] = `
1671
- <DocumentFragment>
1672
- <div
1673
- class="mainContainer mainContainerAnimation"
1674
- data-drag-container="true"
1675
- data-id="onboarding_container"
1676
- data-test-id="onboarding_container"
1677
- style="z-index: 4;"
1678
- >
1679
- <div
1680
- class="mainWrapper"
1681
- >
1682
- <div
1683
- class="gradientLayer"
1684
- >
1685
- <div
1686
- class="circleBlur circleBlurOne"
1687
- />
1688
- <div
1689
- class="circleBlur circleBlurTwo"
1690
- />
1691
- </div>
1692
- <div
1693
- class="carousel dragCursor"
1694
- data-drag-hook="true"
1695
- >
1696
- <div
1697
- class="flex row carouselInner"
1698
- data-id="flex"
1699
- data-test-id="flex"
1700
- style="--local_translate_movement: 0%;"
1701
- >
1702
- <div
1703
- class="flex column noShrink carouselItem"
1704
- data-id="flex"
1705
- data-test-id="flex"
1706
- >
1707
- <div
1708
- class="flex row alignItems_center justifyContent_center fullSize header"
1709
- data-id="flex"
1710
- data-test-id="flex"
1711
- >
1712
- <div
1713
- class="innerHead "
1714
- />
1715
- </div>
1716
- <div
1717
- class="scroll_vertical content"
1718
- data-id="flex"
1719
- data-test-id="flex"
1720
- >
1721
- <div
1722
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
1723
- />
1724
- <div
1725
- class="size14 lineclamp_4 lineheight_1_6 description"
1726
- />
1727
- </div>
1728
- </div>
1729
- </div>
1730
- </div>
1731
- <div
1732
- class="flex row alignItems_center footer"
1733
- data-id="flex"
1734
- data-test-id="flex"
1735
- >
1736
- <div
1737
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1738
- data-id="flex"
1739
- data-test-id="flex"
1740
- >
1741
- <button
1742
- class=" secondaryButtton footerButton bold primary medium"
1743
- data-id="onboarding_secondary_button"
1744
- data-selector-id="button"
1745
- data-test-id="onboarding_secondary_button"
1746
- data-title="read more"
1747
- type="button"
1748
- >
1749
- read more
1750
- </button>
1751
- <button
1752
- class="primaryButton footerButton bold primaryfilled medium"
1753
- data-id="onboarding_primary_button"
1754
- data-selector-id="button"
1755
- data-test-id="onboarding_primary_button"
1756
- data-title="Got it"
1757
- type="button"
1758
- >
1759
- Got it
1760
- </button>
1761
- </div>
1762
- </div>
1763
- <button
1764
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
1765
- data-id="onboarding_close_icon"
1766
- data-test-id="onboarding_close_icon"
1767
- data-title="Close"
1768
- >
1769
- <i
1770
- aria-hidden="true"
1771
- class="zd_font_icons basic icon-inapp-close closeIcon "
1772
- data-id="fontIcon"
1773
- data-selector-id="fontIcon"
1774
- data-test-id="fontIcon"
1775
- />
1776
- </button>
1777
- <span
1778
- class="basic newRibbon palette_primary medium flag"
1779
- data-id="onboarding_ribbon"
1780
- data-selector-id="ribbon"
1781
- data-test-id="onboarding_ribbon"
1782
- >
1783
- <span
1784
- class="childText"
1785
- >
1786
- New
1787
- </span>
1788
- </span>
1789
- </div>
1790
- </div>
1791
- </DocumentFragment>
1792
- `;
1793
-
1794
- exports[`Onboarding rendering data of sliderData with heading and description 1`] = `
1795
- <DocumentFragment>
1796
- <div
1797
- class="mainContainer mainContainerAnimation"
1798
- data-drag-container="true"
1799
- data-id="onboarding_container"
1800
- data-test-id="onboarding_container"
1801
- style="z-index: 4;"
1802
- >
1803
- <div
1804
- class="mainWrapper"
1805
- >
1806
- <div
1807
- class="gradientLayer"
1808
- >
1809
- <div
1810
- class="circleBlur circleBlurOne"
1811
- />
1812
- <div
1813
- class="circleBlur circleBlurTwo"
1814
- />
1815
- </div>
1816
- <div
1817
- class="carousel dragCursor"
1818
- data-drag-hook="true"
1819
- >
1820
- <div
1821
- class="flex row carouselInner"
1822
- data-id="flex"
1823
- data-test-id="flex"
1824
- style="--local_translate_movement: 0%;"
1825
- >
1826
- <div
1827
- class="flex column noShrink carouselItem"
1828
- data-id="flex"
1829
- data-test-id="flex"
1830
- >
1831
- <div
1832
- class="flex row alignItems_center justifyContent_center fullSize header"
1833
- data-id="flex"
1834
- data-test-id="flex"
1835
- >
1836
- <div
1837
- class="innerHead "
1838
- />
1839
- </div>
1840
- <div
1841
- class="scroll_vertical content"
1842
- data-id="flex"
1843
- data-test-id="flex"
1844
- >
1845
- <div
1846
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
1847
- data-title="Onboarding Heading"
1848
- >
1849
- Onboarding Heading
1850
- </div>
1851
- <div
1852
- class="size14 lineclamp_4 lineheight_1_6 description"
1853
- data-title="Onboarding Description"
1854
- >
1855
- Onboarding Description
1856
- </div>
1857
- </div>
1858
- </div>
1859
- </div>
1860
- </div>
1861
- <div
1862
- class="flex row alignItems_center footer"
1863
- data-id="flex"
1864
- data-test-id="flex"
1865
- >
1866
- <div
1867
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1868
- data-id="flex"
1869
- data-test-id="flex"
1870
- >
1871
- <button
1872
- class="primaryButton footerButton bold primaryfilled medium"
1873
- data-id="onboarding_primary_button"
1874
- data-selector-id="button"
1875
- data-test-id="onboarding_primary_button"
1876
- data-title="Got it"
1877
- type="button"
1878
- >
1879
- Got it
1880
- </button>
1881
- </div>
1882
- </div>
1883
- <button
1884
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
1885
- data-id="onboarding_close_icon"
1886
- data-test-id="onboarding_close_icon"
1887
- data-title="Close"
1888
- >
1889
- <i
1890
- aria-hidden="true"
1891
- class="zd_font_icons basic icon-inapp-close closeIcon "
1892
- data-id="fontIcon"
1893
- data-selector-id="fontIcon"
1894
- data-test-id="fontIcon"
1895
- />
1896
- </button>
1897
- <span
1898
- class="basic newRibbon palette_primary medium flag"
1899
- data-id="onboarding_ribbon"
1900
- data-selector-id="ribbon"
1901
- data-test-id="onboarding_ribbon"
1902
- >
1903
- <span
1904
- class="childText"
1905
- >
1906
- New
1907
- </span>
1908
- </span>
1909
- </div>
1910
- </div>
1911
- </DocumentFragment>
1912
- `;
1913
-
1914
- exports[`Onboarding rendering data of sliderData with image 1`] = `
1915
- <DocumentFragment>
1916
- <div
1917
- class="mainContainer mainContainerAnimation"
1918
- data-drag-container="true"
1919
- data-id="onboarding_container"
1920
- data-test-id="onboarding_container"
1921
- style="z-index: 4;"
1922
- >
1923
- <div
1924
- class="mainWrapper"
1925
- >
1926
- <div
1927
- class="gradientLayer"
1928
- >
1929
- <div
1930
- class="circleBlur circleBlurOne"
1931
- />
1932
- <div
1933
- class="circleBlur circleBlurTwo"
1934
- />
1935
- </div>
1936
- <div
1937
- class="carousel dragCursor"
1938
- data-drag-hook="true"
1939
- >
1940
- <div
1941
- class="flex row carouselInner"
1942
- data-id="flex"
1943
- data-test-id="flex"
1944
- style="--local_translate_movement: 0%;"
1945
- >
1946
- <div
1947
- class="flex column noShrink carouselItem"
1948
- data-id="flex"
1949
- data-test-id="flex"
1950
- >
1951
- <div
1952
- class="flex row alignItems_center justifyContent_center fullSize header"
1953
- data-id="flex"
1954
- data-test-id="flex"
1955
- >
1956
- <div
1957
- class="innerHead "
1958
- >
1959
- <img
1960
- class=" mediaElement image imgMaxFullSize "
1961
- src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3Mu0NdfXXqvCExZ9YG_j93CKuU4DIdcIlEQ&s"
1962
- />
1963
- </div>
1964
- </div>
1965
- <div
1966
- class="scroll_vertical content"
1967
- data-id="flex"
1968
- data-test-id="flex"
1969
- >
1970
- <div
1971
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
1972
- />
1973
- <div
1974
- class="size14 lineclamp_4 lineheight_1_6 description"
1975
- />
1976
- </div>
1977
- </div>
1978
- </div>
1979
- </div>
1980
- <div
1981
- class="flex row alignItems_center footer"
1982
- data-id="flex"
1983
- data-test-id="flex"
1984
- >
1985
- <div
1986
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
1987
- data-id="flex"
1988
- data-test-id="flex"
1989
- >
1990
- <button
1991
- class="primaryButton footerButton bold primaryfilled medium"
1992
- data-id="onboarding_primary_button"
1993
- data-selector-id="button"
1994
- data-test-id="onboarding_primary_button"
1995
- data-title="Got it"
1996
- type="button"
1997
- >
1998
- Got it
1999
- </button>
2000
- </div>
2001
- </div>
2002
- <button
2003
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2004
- data-id="onboarding_close_icon"
2005
- data-test-id="onboarding_close_icon"
2006
- data-title="Close"
2007
- >
2008
- <i
2009
- aria-hidden="true"
2010
- class="zd_font_icons basic icon-inapp-close closeIcon "
2011
- data-id="fontIcon"
2012
- data-selector-id="fontIcon"
2013
- data-test-id="fontIcon"
2014
- />
2015
- </button>
2016
- <span
2017
- class="basic newRibbon palette_primary medium flag"
2018
- data-id="onboarding_ribbon"
2019
- data-selector-id="ribbon"
2020
- data-test-id="onboarding_ribbon"
2021
- >
2022
- <span
2023
- class="childText"
2024
- >
2025
- New
2026
- </span>
2027
- </span>
2028
- </div>
2029
- </div>
2030
- </DocumentFragment>
2031
- `;
2032
-
2033
- exports[`Onboarding rendering data of two sliderData 1`] = `
2034
- <DocumentFragment>
2035
- <div
2036
- class="mainContainer mainContainerAnimation"
2037
- data-drag-container="true"
2038
- data-id="onboarding_container"
2039
- data-test-id="onboarding_container"
2040
- style="z-index: 4;"
2041
- >
2042
- <div
2043
- class="mainWrapper"
2044
- >
2045
- <div
2046
- class="gradientLayer"
2047
- >
2048
- <div
2049
- class="circleBlur circleBlurOne"
2050
- />
2051
- <div
2052
- class="circleBlur circleBlurTwo"
2053
- />
2054
- </div>
2055
- <div
2056
- class="carousel dragCursor"
2057
- data-drag-hook="true"
2058
- >
2059
- <div
2060
- class="flex row carouselInner"
2061
- data-id="flex"
2062
- data-test-id="flex"
2063
- style="--local_translate_movement: 0%;"
2064
- >
2065
- <div
2066
- class="flex column noShrink carouselItem"
2067
- data-id="flex"
2068
- data-test-id="flex"
2069
- >
2070
- <div
2071
- class="flex row alignItems_center justifyContent_center fullSize header"
2072
- data-id="flex"
2073
- data-test-id="flex"
2074
- >
2075
- <div
2076
- class="innerHead "
2077
- />
2078
- </div>
2079
- <div
2080
- class="scroll_vertical content"
2081
- data-id="flex"
2082
- data-test-id="flex"
2083
- >
2084
- <div
2085
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
2086
- data-title="Onboarding with carousel Slide 1"
2087
- >
2088
- Onboarding with carousel Slide 1
2089
- </div>
2090
- <div
2091
- class="size14 lineclamp_4 lineheight_1_6 description"
2092
- />
2093
- </div>
2094
- </div>
2095
- <div
2096
- class="flex column noShrink carouselItem"
2097
- data-id="flex"
2098
- data-test-id="flex"
2099
- >
2100
- <div
2101
- class="flex row alignItems_center justifyContent_center fullSize header"
2102
- data-id="flex"
2103
- data-test-id="flex"
2104
- >
2105
- <div
2106
- class="innerHead "
2107
- />
2108
- </div>
2109
- <div
2110
- class="scroll_vertical content"
2111
- data-id="flex"
2112
- data-test-id="flex"
2113
- >
2114
- <div
2115
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
2116
- data-title="Onboarding with carousel Slide 2"
2117
- >
2118
- Onboarding with carousel Slide 2
2119
- </div>
2120
- <div
2121
- class="size14 lineclamp_4 lineheight_1_6 description"
2122
- />
2123
- </div>
2124
- </div>
2125
- </div>
2126
- </div>
2127
- <div
2128
- class="flex row alignItems_center footer"
2129
- data-id="flex"
2130
- data-test-id="flex"
2131
- >
2132
- <div
2133
- class="flex row alignItems_center justifyContent_center btnCnt"
2134
- data-id="onboarding_carousel_dots"
2135
- data-test-id="onboarding_carousel_dots"
2136
- >
2137
- <div
2138
- class="bullet bulletActive"
2139
- data-id="onboarding_carousel_dots_0"
2140
- data-test-id="onboarding_carousel_dots_0"
2141
- />
2142
- <div
2143
- class="bullet bulletNormal"
2144
- data-id="onboarding_carousel_dots_1"
2145
- data-test-id="onboarding_carousel_dots_1"
2146
- />
2147
- </div>
2148
- <div
2149
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
2150
- data-id="flex"
2151
- data-test-id="flex"
2152
- >
2153
- <button
2154
- class="primaryButton footerButton bold primaryfilled medium"
2155
- data-id="onboarding_primary_button"
2156
- data-selector-id="button"
2157
- data-test-id="onboarding_primary_button"
2158
- data-title="Got it"
2159
- type="button"
2160
- >
2161
- Got it
2162
- </button>
2163
- </div>
2164
- </div>
2165
- <button
2166
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2167
- data-id="onboarding_close_icon"
2168
- data-test-id="onboarding_close_icon"
2169
- data-title="Close"
2170
- >
2171
- <i
2172
- aria-hidden="true"
2173
- class="zd_font_icons basic icon-inapp-close closeIcon "
2174
- data-id="fontIcon"
2175
- data-selector-id="fontIcon"
2176
- data-test-id="fontIcon"
2177
- />
2178
- </button>
2179
- <span
2180
- class="basic newRibbon palette_primary medium flag"
2181
- data-id="onboarding_ribbon"
2182
- data-selector-id="ribbon"
2183
- data-test-id="onboarding_ribbon"
2184
- >
2185
- <span
2186
- class="childText"
2187
- >
2188
- New
2189
- </span>
2190
- </span>
2191
- </div>
2192
- </div>
2193
- </DocumentFragment>
2194
- `;
2195
-
2196
- exports[`Onboarding rendering data with a11yAttributes 1`] = `
2197
- <DocumentFragment>
2198
- <div
2199
- class="mainContainer mainContainerAnimation"
2200
- data-a11y-focus="true"
2201
- data-drag-container="true"
2202
- data-id="onboarding_container"
2203
- data-test-id="onboarding_container"
2204
- style="z-index: 4;"
2205
- >
2206
- <div
2207
- class="mainWrapper"
2208
- >
2209
- <div
2210
- class="gradientLayer"
2211
- >
2212
- <div
2213
- class="circleBlur circleBlurOne"
2214
- />
2215
- <div
2216
- class="circleBlur circleBlurTwo"
2217
- />
2218
- </div>
2219
- <div
2220
- class="flex row alignItems_center footer"
2221
- data-id="flex"
2222
- data-test-id="flex"
2223
- >
2224
- <div
2225
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
2226
- data-id="flex"
2227
- data-test-id="flex"
2228
- >
2229
- <button
2230
- class="primaryButton footerButton bold primaryfilled medium"
2231
- data-id="onboarding_primary_button"
2232
- data-selector-id="button"
2233
- data-test-id="onboarding_primary_button"
2234
- data-title="Got it"
2235
- type="button"
2236
- >
2237
- Got it
2238
- </button>
2239
- </div>
2240
- </div>
2241
- <button
2242
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2243
- data-id="onboarding_close_icon"
2244
- data-test-id="onboarding_close_icon"
2245
- data-title="Close"
2246
- >
2247
- <i
2248
- aria-hidden="true"
2249
- class="zd_font_icons basic icon-inapp-close closeIcon "
2250
- data-id="fontIcon"
2251
- data-selector-id="fontIcon"
2252
- data-test-id="fontIcon"
2253
- />
2254
- </button>
2255
- <span
2256
- class="basic newRibbon palette_primary medium flag"
2257
- data-id="onboarding_ribbon"
2258
- data-selector-id="ribbon"
2259
- data-test-id="onboarding_ribbon"
2260
- >
2261
- <span
2262
- class="childText"
2263
- >
2264
- New
2265
- </span>
2266
- </span>
2267
- </div>
2268
- </div>
2269
- </DocumentFragment>
2270
- `;
2271
-
2272
- exports[`Onboarding rendering data with closeIconTooltip 1`] = `
2273
- <DocumentFragment>
2274
- <div
2275
- class="mainContainer mainContainerAnimation"
2276
- data-drag-container="true"
2277
- data-id="onboarding_container"
2278
- data-test-id="onboarding_container"
2279
- style="z-index: 4;"
2280
- >
2281
- <div
2282
- class="mainWrapper"
2283
- >
2284
- <div
2285
- class="gradientLayer"
2286
- >
2287
- <div
2288
- class="circleBlur circleBlurOne"
2289
- />
2290
- <div
2291
- class="circleBlur circleBlurTwo"
2292
- />
2293
- </div>
2294
- <div
2295
- class="flex row alignItems_center footer"
2296
- data-id="flex"
2297
- data-test-id="flex"
2298
- >
2299
- <div
2300
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
2301
- data-id="flex"
2302
- data-test-id="flex"
2303
- >
2304
- <button
2305
- class="primaryButton footerButton bold primaryfilled medium"
2306
- data-id="onboarding_primary_button"
2307
- data-selector-id="button"
2308
- data-test-id="onboarding_primary_button"
2309
- data-title="Got it"
2310
- type="button"
2311
- >
2312
- Got it
2313
- </button>
2314
- </div>
2315
- </div>
2316
- <button
2317
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2318
- data-id="onboarding_close_icon"
2319
- data-test-id="onboarding_close_icon"
2320
- data-title="escape"
2321
- >
2322
- <i
2323
- aria-hidden="true"
2324
- class="zd_font_icons basic icon-inapp-close closeIcon "
2325
- data-id="fontIcon"
2326
- data-selector-id="fontIcon"
2327
- data-test-id="fontIcon"
2328
- />
2329
- </button>
2330
- <span
2331
- class="basic newRibbon palette_primary medium flag"
2332
- data-id="onboarding_ribbon"
2333
- data-selector-id="ribbon"
2334
- data-test-id="onboarding_ribbon"
2335
- >
2336
- <span
2337
- class="childText"
2338
- >
2339
- New
2340
- </span>
2341
- </span>
2342
- </div>
2343
- </div>
2344
- </DocumentFragment>
2345
- `;
2346
-
2347
- exports[`Onboarding rendering data with customStyle 1`] = `
2348
- <DocumentFragment>
2349
- <div
2350
- class="mainContainer customMainContainer mainContainerAnimation"
2351
- data-drag-container="true"
2352
- data-id="onboarding_container"
2353
- data-test-id="onboarding_container"
2354
- style="z-index: 4;"
2355
- >
2356
- <div
2357
- class="mainWrapper"
2358
- >
2359
- <div
2360
- class="gradientLayer"
2361
- >
2362
- <div
2363
- class="circleBlur circleBlurOne"
2364
- />
2365
- <div
2366
- class="circleBlur circleBlurTwo"
2367
- />
2368
- </div>
2369
- <div
2370
- class="flex row alignItems_center footer"
2371
- data-id="flex"
2372
- data-test-id="flex"
2373
- >
2374
- <div
2375
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
2376
- data-id="flex"
2377
- data-test-id="flex"
2378
- >
2379
- <button
2380
- class="primaryButton footerButton bold primaryfilled medium"
2381
- data-id="onboarding_primary_button"
2382
- data-selector-id="button"
2383
- data-test-id="onboarding_primary_button"
2384
- data-title="Got it"
2385
- type="button"
2386
- >
2387
- Got it
2388
- </button>
2389
- </div>
2390
- </div>
2391
- <button
2392
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2393
- data-id="onboarding_close_icon"
2394
- data-test-id="onboarding_close_icon"
2395
- data-title="Close"
2396
- >
2397
- <i
2398
- aria-hidden="true"
2399
- class="zd_font_icons basic icon-inapp-close closeIcon "
2400
- data-id="fontIcon"
2401
- data-selector-id="fontIcon"
2402
- data-test-id="fontIcon"
2403
- />
2404
- </button>
2405
- <span
2406
- class="basic newRibbon palette_primary medium flag"
2407
- data-id="onboarding_ribbon"
2408
- data-selector-id="ribbon"
2409
- data-test-id="onboarding_ribbon"
2410
- >
2411
- <span
2412
- class="childText"
2413
- >
2414
- New
2415
- </span>
2416
- </span>
2417
- </div>
2418
- </div>
2419
- </DocumentFragment>
2420
- `;
2421
-
2422
- exports[`Onboarding rendering data with hasExpandedButton - hasSecondaryButton as true, hasSecondaryButtonLink as false 1`] = `
2423
- <DocumentFragment>
2424
- <div
2425
- class="mainContainer mainContainerAnimation"
2426
- data-drag-container="true"
2427
- data-id="onboarding_container"
2428
- data-test-id="onboarding_container"
2429
- style="z-index: 4;"
2430
- >
2431
- <div
2432
- class="mainWrapper"
2433
- >
2434
- <div
2435
- class="gradientLayer"
2436
- >
2437
- <div
2438
- class="circleBlur circleBlurOne"
2439
- />
2440
- <div
2441
- class="circleBlur circleBlurTwo"
2442
- />
2443
- </div>
2444
- <div
2445
- class="carousel dragCursor"
2446
- data-drag-hook="true"
2447
- >
2448
- <div
2449
- class="flex row carouselInner"
2450
- data-id="flex"
2451
- data-test-id="flex"
2452
- style="--local_translate_movement: 0%;"
2453
- >
2454
- <div
2455
- class="flex column noShrink carouselItem"
2456
- data-id="flex"
2457
- data-test-id="flex"
2458
- >
2459
- <div
2460
- class="flex row alignItems_center justifyContent_center fullSize header"
2461
- data-id="flex"
2462
- data-test-id="flex"
2463
- >
2464
- <div
2465
- class="innerHead "
2466
- />
2467
- </div>
2468
- <div
2469
- class="scroll_vertical content"
2470
- data-id="flex"
2471
- data-test-id="flex"
2472
- >
2473
- <div
2474
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
2475
- />
2476
- <div
2477
- class="size14 lineclamp_4 lineheight_1_6 description"
2478
- />
2479
- </div>
2480
- </div>
2481
- </div>
2482
- </div>
2483
- <div
2484
- class="flex column alignItems_center wrap footer"
2485
- data-id="flex"
2486
- data-test-id="flex"
2487
- >
2488
- <div
2489
- class="flex row justifyContent_end wrap flexible basis_zero shrink btnWrapper"
2490
- data-id="flex"
2491
- data-test-id="flex"
2492
- >
2493
- <button
2494
- class=" secondaryButtton footerButton expandedButton bold primary medium"
2495
- data-id="onboarding_secondary_button"
2496
- data-selector-id="button"
2497
- data-test-id="onboarding_secondary_button"
2498
- type="button"
2499
- >
2500
- Button
2501
- </button>
2502
- <button
2503
- class="primaryButton footerButton expandedButton bold primaryfilled medium"
2504
- data-id="onboarding_primary_button"
2505
- data-selector-id="button"
2506
- data-test-id="onboarding_primary_button"
2507
- data-title="Got it"
2508
- type="button"
2509
- >
2510
- Got it
2511
- </button>
2512
- </div>
2513
- </div>
2514
- <button
2515
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2516
- data-id="onboarding_close_icon"
2517
- data-test-id="onboarding_close_icon"
2518
- data-title="Close"
2519
- >
2520
- <i
2521
- aria-hidden="true"
2522
- class="zd_font_icons basic icon-inapp-close closeIcon "
2523
- data-id="fontIcon"
2524
- data-selector-id="fontIcon"
2525
- data-test-id="fontIcon"
2526
- />
2527
- </button>
2528
- <span
2529
- class="basic newRibbon palette_primary medium flag"
2530
- data-id="onboarding_ribbon"
2531
- data-selector-id="ribbon"
2532
- data-test-id="onboarding_ribbon"
2533
- >
2534
- <span
2535
- class="childText"
2536
- >
2537
- New
2538
- </span>
2539
- </span>
2540
- </div>
2541
- </div>
2542
- </DocumentFragment>
2543
- `;
2544
-
2545
- exports[`Onboarding rendering data with hasExpandedButton by hasSecondaryButton, hasSecondaryButtonLink as true 1`] = `
2546
- <DocumentFragment>
2547
- <div
2548
- class="mainContainer mainContainerAnimation"
2549
- data-drag-container="true"
2550
- data-id="onboarding_container"
2551
- data-test-id="onboarding_container"
2552
- style="z-index: 4;"
2553
- >
2554
- <div
2555
- class="mainWrapper"
2556
- >
2557
- <div
2558
- class="gradientLayer"
2559
- >
2560
- <div
2561
- class="circleBlur circleBlurOne"
2562
- />
2563
- <div
2564
- class="circleBlur circleBlurTwo"
2565
- />
2566
- </div>
2567
- <div
2568
- class="carousel dragCursor"
2569
- data-drag-hook="true"
2570
- >
2571
- <div
2572
- class="flex row carouselInner"
2573
- data-id="flex"
2574
- data-test-id="flex"
2575
- style="--local_translate_movement: 0%;"
2576
- >
2577
- <div
2578
- class="flex column noShrink carouselItem"
2579
- data-id="flex"
2580
- data-test-id="flex"
2581
- >
2582
- <div
2583
- class="flex row alignItems_center justifyContent_center fullSize header"
2584
- data-id="flex"
2585
- data-test-id="flex"
2586
- >
2587
- <div
2588
- class="innerHead "
2589
- />
2590
- </div>
2591
- <div
2592
- class="scroll_vertical content"
2593
- data-id="flex"
2594
- data-test-id="flex"
2595
- >
2596
- <div
2597
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
2598
- />
2599
- <div
2600
- class="size14 lineclamp_4 lineheight_1_6 description"
2601
- />
2602
- </div>
2603
- </div>
2604
- </div>
2605
- </div>
2606
- <div
2607
- class="flex column alignItems_center wrap footer"
2608
- data-id="flex"
2609
- data-test-id="flex"
2610
- >
2611
- <div
2612
- class="flex row justifyContent_end wrap flexible basis_zero shrink btnWrapper"
2613
- data-id="flex"
2614
- data-test-id="flex"
2615
- >
2616
- <a
2617
- class="container secondaryButtton secondaryButttonLink footerButton expandedButton"
2618
- data-id="onboarding_secondary_button_link"
2619
- data-test-id="onboarding_secondary_button_link"
2620
- href="https://gc.zoho.com/org/746519053/widgets/4398000000528001"
2621
- rel="noopener noreferrer"
2622
- target="_blank"
2623
- />
2624
- <button
2625
- class="primaryButton footerButton expandedButton bold primaryfilled medium"
2626
- data-id="onboarding_primary_button"
2627
- data-selector-id="button"
2628
- data-test-id="onboarding_primary_button"
2629
- data-title="Got it"
2630
- type="button"
2631
- >
2632
- Got it
2633
- </button>
2634
- </div>
2635
- </div>
2636
- <button
2637
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2638
- data-id="onboarding_close_icon"
2639
- data-test-id="onboarding_close_icon"
2640
- data-title="Close"
2641
- >
2642
- <i
2643
- aria-hidden="true"
2644
- class="zd_font_icons basic icon-inapp-close closeIcon "
2645
- data-id="fontIcon"
2646
- data-selector-id="fontIcon"
2647
- data-test-id="fontIcon"
2648
- />
2649
- </button>
2650
- <span
2651
- class="basic newRibbon palette_primary medium flag"
2652
- data-id="onboarding_ribbon"
2653
- data-selector-id="ribbon"
2654
- data-test-id="onboarding_ribbon"
2655
- >
2656
- <span
2657
- class="childText"
2658
- >
2659
- New
2660
- </span>
2661
- </span>
2662
- </div>
2663
- </div>
2664
- </DocumentFragment>
2665
- `;
2666
-
2667
- exports[`Onboarding rendering data with mediaElement 1`] = `
2668
- <DocumentFragment>
2669
- <div
2670
- class="mainContainer mainContainerAnimation"
2671
- data-drag-container="true"
2672
- data-id="onboarding_container"
2673
- data-test-id="onboarding_container"
2674
- style="z-index: 4;"
2675
- >
2676
- <div
2677
- class="mainWrapper"
2678
- >
2679
- <div
2680
- class="gradientLayer"
2681
- >
2682
- <div
2683
- class="circleBlur circleBlurOne"
2684
- />
2685
- <div
2686
- class="circleBlur circleBlurTwo"
2687
- />
2688
- </div>
2689
- <div
2690
- class="carousel dragCursor"
2691
- data-drag-hook="true"
2692
- >
2693
- <div
2694
- class="flex row carouselInner"
2695
- data-id="flex"
2696
- data-test-id="flex"
2697
- style="--local_translate_movement: 0%;"
2698
- >
2699
- <div
2700
- class="flex column noShrink carouselItem"
2701
- data-id="flex"
2702
- data-test-id="flex"
2703
- >
2704
- <div
2705
- class="flex row alignItems_center justifyContent_center fullSize header"
2706
- data-id="flex"
2707
- data-test-id="flex"
2708
- >
2709
- <div
2710
- class="innerHead "
2711
- >
2712
- <div>
2713
- Custom Element
2714
- </div>
2715
- </div>
2716
- </div>
2717
- <div
2718
- class="scroll_vertical content"
2719
- data-id="flex"
2720
- data-test-id="flex"
2721
- >
2722
- <div
2723
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
2724
- />
2725
- <div
2726
- class="size14 lineclamp_4 lineheight_1_6 description"
2727
- data-title="Discover innovative tools and solutions to streamline your processes and boost productivity on Slide 1."
2728
- >
2729
- Discover innovative tools and solutions to streamline your processes and boost productivity on Slide 1.
2730
- </div>
2731
- </div>
2732
- </div>
2733
- </div>
2734
- </div>
2735
- <div
2736
- class="flex row alignItems_center footer"
2737
- data-id="flex"
2738
- data-test-id="flex"
2739
- >
2740
- <div
2741
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
2742
- data-id="flex"
2743
- data-test-id="flex"
2744
- >
2745
- <button
2746
- class="primaryButton footerButton bold primaryfilled medium"
2747
- data-id="onboarding_primary_button"
2748
- data-selector-id="button"
2749
- data-test-id="onboarding_primary_button"
2750
- data-title="Got it"
2751
- type="button"
2752
- >
2753
- Got it
2754
- </button>
2755
- </div>
2756
- </div>
2757
- <button
2758
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2759
- data-id="onboarding_close_icon"
2760
- data-test-id="onboarding_close_icon"
2761
- data-title="Close"
2762
- >
2763
- <i
2764
- aria-hidden="true"
2765
- class="zd_font_icons basic icon-inapp-close closeIcon "
2766
- data-id="fontIcon"
2767
- data-selector-id="fontIcon"
2768
- data-test-id="fontIcon"
2769
- />
2770
- </button>
2771
- <span
2772
- class="basic newRibbon palette_primary medium flag"
2773
- data-id="onboarding_ribbon"
2774
- data-selector-id="ribbon"
2775
- data-test-id="onboarding_ribbon"
2776
- >
2777
- <span
2778
- class="childText"
2779
- >
2780
- New
2781
- </span>
2782
- </span>
2783
- </div>
2784
- </div>
2785
- </DocumentFragment>
2786
- `;
2787
-
2788
- exports[`Onboarding rendering data with position - absolute 1`] = `
2789
- <DocumentFragment>
2790
- <div
2791
- class="mainContainer positon_absolute mainContainerAnimation"
2792
- data-drag-container="true"
2793
- data-id="onboarding_container"
2794
- data-test-id="onboarding_container"
2795
- style="z-index: 4;"
2796
- >
2797
- <div
2798
- class="mainWrapper"
2799
- >
2800
- <div
2801
- class="gradientLayer"
2802
- >
2803
- <div
2804
- class="circleBlur circleBlurOne"
2805
- />
2806
- <div
2807
- class="circleBlur circleBlurTwo"
2808
- />
2809
- </div>
2810
- <div
2811
- class="flex row alignItems_center footer"
2812
- data-id="flex"
2813
- data-test-id="flex"
2814
- >
2815
- <div
2816
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
2817
- data-id="flex"
2818
- data-test-id="flex"
2819
- >
2820
- <button
2821
- class="primaryButton footerButton bold primaryfilled medium"
2822
- data-id="onboarding_primary_button"
2823
- data-selector-id="button"
2824
- data-test-id="onboarding_primary_button"
2825
- data-title="Got it"
2826
- type="button"
2827
- >
2828
- Got it
2829
- </button>
2830
- </div>
2831
- </div>
2832
- <button
2833
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2834
- data-id="onboarding_close_icon"
2835
- data-test-id="onboarding_close_icon"
2836
- data-title="Close"
2837
- >
2838
- <i
2839
- aria-hidden="true"
2840
- class="zd_font_icons basic icon-inapp-close closeIcon "
2841
- data-id="fontIcon"
2842
- data-selector-id="fontIcon"
2843
- data-test-id="fontIcon"
2844
- />
2845
- </button>
2846
- <span
2847
- class="basic newRibbon palette_primary medium flag"
2848
- data-id="onboarding_ribbon"
2849
- data-selector-id="ribbon"
2850
- data-test-id="onboarding_ribbon"
2851
- >
2852
- <span
2853
- class="childText"
2854
- >
2855
- New
2856
- </span>
2857
- </span>
2858
- </div>
2859
- </div>
2860
- </DocumentFragment>
2861
- `;
2862
-
2863
- exports[`Onboarding rendering data with tagAttributes 1`] = `
2864
- <DocumentFragment>
2865
- <div
2866
- class="mainContainer mainContainerAnimation"
2867
- data-drag-container="true"
2868
- data-id="onboarding_container"
2869
- data-scroll="true"
2870
- data-test-id="onboarding_container"
2871
- style="z-index: 4;"
2872
- >
2873
- <div
2874
- class="mainWrapper"
2875
- >
2876
- <div
2877
- class="gradientLayer"
2878
- >
2879
- <div
2880
- class="circleBlur circleBlurOne"
2881
- />
2882
- <div
2883
- class="circleBlur circleBlurTwo"
2884
- />
2885
- </div>
2886
- <div
2887
- class="flex row alignItems_center footer"
2888
- data-id="flex"
2889
- data-test-id="flex"
2890
- >
2891
- <div
2892
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
2893
- data-id="flex"
2894
- data-test-id="flex"
2895
- >
2896
- <button
2897
- class="primaryButton footerButton bold primaryfilled medium"
2898
- data-id="onboarding_primary_button"
2899
- data-selector-id="button"
2900
- data-test-id="onboarding_primary_button"
2901
- data-title="Got it"
2902
- type="button"
2903
- >
2904
- Got it
2905
- </button>
2906
- </div>
2907
- </div>
2908
- <button
2909
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
2910
- data-id="onboarding_close_icon"
2911
- data-test-id="onboarding_close_icon"
2912
- data-title="Close"
2913
- >
2914
- <i
2915
- aria-hidden="true"
2916
- class="zd_font_icons basic icon-inapp-close closeIcon "
2917
- data-id="fontIcon"
2918
- data-selector-id="fontIcon"
2919
- data-test-id="fontIcon"
2920
- />
2921
- </button>
2922
- <span
2923
- class="basic newRibbon palette_primary medium flag"
2924
- data-id="onboarding_ribbon"
2925
- data-selector-id="ribbon"
2926
- data-test-id="onboarding_ribbon"
2927
- >
2928
- <span
2929
- class="childText"
2930
- >
2931
- New
2932
- </span>
2933
- </span>
2934
- </div>
2935
- </div>
2936
- </DocumentFragment>
2937
- `;
2938
-
2939
- exports[`Onboarding rendering data without SecondaryButton as link 1`] = `
2940
- <DocumentFragment>
2941
- <div
2942
- class="mainContainer mainContainerAnimation"
2943
- data-drag-container="true"
2944
- data-id="onboarding_container"
2945
- data-test-id="onboarding_container"
2946
- style="z-index: 4;"
2947
- >
2948
- <div
2949
- class="mainWrapper"
2950
- >
2951
- <div
2952
- class="gradientLayer"
2953
- >
2954
- <div
2955
- class="circleBlur circleBlurOne"
2956
- />
2957
- <div
2958
- class="circleBlur circleBlurTwo"
2959
- />
2960
- </div>
2961
- <div
2962
- class="carousel dragCursor"
2963
- data-drag-hook="true"
2964
- >
2965
- <div
2966
- class="flex row carouselInner"
2967
- data-id="flex"
2968
- data-test-id="flex"
2969
- style="--local_translate_movement: 0%;"
2970
- >
2971
- <div
2972
- class="flex column noShrink carouselItem"
2973
- data-id="flex"
2974
- data-test-id="flex"
2975
- >
2976
- <div
2977
- class="flex row alignItems_center justifyContent_center fullSize header"
2978
- data-id="flex"
2979
- data-test-id="flex"
2980
- >
2981
- <div
2982
- class="innerHead "
2983
- />
2984
- </div>
2985
- <div
2986
- class="scroll_vertical content"
2987
- data-id="flex"
2988
- data-test-id="flex"
2989
- >
2990
- <div
2991
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
2992
- />
2993
- <div
2994
- class="size14 lineclamp_4 lineheight_1_6 description"
2995
- />
2996
- </div>
2997
- </div>
2998
- </div>
2999
- </div>
3000
- <div
3001
- class="flex row alignItems_center footer"
3002
- data-id="flex"
3003
- data-test-id="flex"
3004
- >
3005
- <div
3006
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3007
- data-id="flex"
3008
- data-test-id="flex"
3009
- >
3010
- <button
3011
- class=" secondaryButtton footerButton bold primary medium"
3012
- data-id="onboarding_secondary_button"
3013
- data-selector-id="button"
3014
- data-test-id="onboarding_secondary_button"
3015
- data-title="read more"
3016
- type="button"
3017
- >
3018
- read more
3019
- </button>
3020
- <button
3021
- class="primaryButton footerButton bold primaryfilled medium"
3022
- data-id="onboarding_primary_button"
3023
- data-selector-id="button"
3024
- data-test-id="onboarding_primary_button"
3025
- data-title="Got it"
3026
- type="button"
3027
- >
3028
- Got it
3029
- </button>
3030
- </div>
3031
- </div>
3032
- <button
3033
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3034
- data-id="onboarding_close_icon"
3035
- data-test-id="onboarding_close_icon"
3036
- data-title="Close"
3037
- >
3038
- <i
3039
- aria-hidden="true"
3040
- class="zd_font_icons basic icon-inapp-close closeIcon "
3041
- data-id="fontIcon"
3042
- data-selector-id="fontIcon"
3043
- data-test-id="fontIcon"
3044
- />
3045
- </button>
3046
- <span
3047
- class="basic newRibbon palette_primary medium flag"
3048
- data-id="onboarding_ribbon"
3049
- data-selector-id="ribbon"
3050
- data-test-id="onboarding_ribbon"
3051
- >
3052
- <span
3053
- class="childText"
3054
- >
3055
- New
3056
- </span>
3057
- </span>
3058
- </div>
3059
- </div>
3060
- </DocumentFragment>
3061
- `;
3062
-
3063
- exports[`Onboarding rendering data without hasBouncAnimationOnMount 1`] = `
3064
- <DocumentFragment>
3065
- <div
3066
- class="mainContainer "
3067
- data-drag-container="true"
3068
- data-id="onboarding_container"
3069
- data-test-id="onboarding_container"
3070
- style="z-index: 4;"
3071
- >
3072
- <div
3073
- class="mainWrapper"
3074
- >
3075
- <div
3076
- class="gradientLayer"
3077
- >
3078
- <div
3079
- class="circleBlur circleBlurOne"
3080
- />
3081
- <div
3082
- class="circleBlur circleBlurTwo"
3083
- />
3084
- </div>
3085
- <div
3086
- class="flex row alignItems_center footer"
3087
- data-id="flex"
3088
- data-test-id="flex"
3089
- >
3090
- <div
3091
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3092
- data-id="flex"
3093
- data-test-id="flex"
3094
- >
3095
- <button
3096
- class="primaryButton footerButton bold primaryfilled medium"
3097
- data-id="onboarding_primary_button"
3098
- data-selector-id="button"
3099
- data-test-id="onboarding_primary_button"
3100
- data-title="Got it"
3101
- type="button"
3102
- >
3103
- Got it
3104
- </button>
3105
- </div>
3106
- </div>
3107
- <button
3108
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3109
- data-id="onboarding_close_icon"
3110
- data-test-id="onboarding_close_icon"
3111
- data-title="Close"
3112
- >
3113
- <i
3114
- aria-hidden="true"
3115
- class="zd_font_icons basic icon-inapp-close closeIcon "
3116
- data-id="fontIcon"
3117
- data-selector-id="fontIcon"
3118
- data-test-id="fontIcon"
3119
- />
3120
- </button>
3121
- <span
3122
- class="basic newRibbon palette_primary medium flag"
3123
- data-id="onboarding_ribbon"
3124
- data-selector-id="ribbon"
3125
- data-test-id="onboarding_ribbon"
3126
- >
3127
- <span
3128
- class="childText"
3129
- >
3130
- New
3131
- </span>
3132
- </span>
3133
- </div>
3134
- </div>
3135
- </DocumentFragment>
3136
- `;
3137
-
3138
- exports[`Onboarding rendering data without hasCloseIcon 1`] = `
3139
- <DocumentFragment>
3140
- <div
3141
- class="mainContainer mainContainerAnimation"
3142
- data-drag-container="true"
3143
- data-id="onboarding_container"
3144
- data-test-id="onboarding_container"
3145
- style="z-index: 4;"
3146
- >
3147
- <div
3148
- class="mainWrapper"
3149
- >
3150
- <div
3151
- class="gradientLayer"
3152
- >
3153
- <div
3154
- class="circleBlur circleBlurOne"
3155
- />
3156
- <div
3157
- class="circleBlur circleBlurTwo"
3158
- />
3159
- </div>
3160
- <div
3161
- class="flex row alignItems_center footer"
3162
- data-id="flex"
3163
- data-test-id="flex"
3164
- >
3165
- <div
3166
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3167
- data-id="flex"
3168
- data-test-id="flex"
3169
- >
3170
- <button
3171
- class="primaryButton footerButton bold primaryfilled medium"
3172
- data-id="onboarding_primary_button"
3173
- data-selector-id="button"
3174
- data-test-id="onboarding_primary_button"
3175
- data-title="Got it"
3176
- type="button"
3177
- >
3178
- Got it
3179
- </button>
3180
- </div>
3181
- </div>
3182
- <span
3183
- class="basic newRibbon palette_primary medium flag"
3184
- data-id="onboarding_ribbon"
3185
- data-selector-id="ribbon"
3186
- data-test-id="onboarding_ribbon"
3187
- >
3188
- <span
3189
- class="childText"
3190
- >
3191
- New
3192
- </span>
3193
- </span>
3194
- </div>
3195
- </div>
3196
- </DocumentFragment>
3197
- `;
3198
-
3199
- exports[`Onboarding rendering data without hasExpandedButton 1`] = `
3200
- <DocumentFragment>
3201
- <div
3202
- class="mainContainer mainContainerAnimation"
3203
- data-drag-container="true"
3204
- data-id="onboarding_container"
3205
- data-test-id="onboarding_container"
3206
- style="z-index: 4;"
3207
- >
3208
- <div
3209
- class="mainWrapper"
3210
- >
3211
- <div
3212
- class="gradientLayer"
3213
- >
3214
- <div
3215
- class="circleBlur circleBlurOne"
3216
- />
3217
- <div
3218
- class="circleBlur circleBlurTwo"
3219
- />
3220
- </div>
3221
- <div
3222
- class="flex row alignItems_center footer"
3223
- data-id="flex"
3224
- data-test-id="flex"
3225
- >
3226
- <div
3227
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3228
- data-id="flex"
3229
- data-test-id="flex"
3230
- >
3231
- <button
3232
- class="primaryButton footerButton bold primaryfilled medium"
3233
- data-id="onboarding_primary_button"
3234
- data-selector-id="button"
3235
- data-test-id="onboarding_primary_button"
3236
- data-title="Got it"
3237
- type="button"
3238
- >
3239
- Got it
3240
- </button>
3241
- </div>
3242
- </div>
3243
- <button
3244
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3245
- data-id="onboarding_close_icon"
3246
- data-test-id="onboarding_close_icon"
3247
- data-title="Close"
3248
- >
3249
- <i
3250
- aria-hidden="true"
3251
- class="zd_font_icons basic icon-inapp-close closeIcon "
3252
- data-id="fontIcon"
3253
- data-selector-id="fontIcon"
3254
- data-test-id="fontIcon"
3255
- />
3256
- </button>
3257
- <span
3258
- class="basic newRibbon palette_primary medium flag"
3259
- data-id="onboarding_ribbon"
3260
- data-selector-id="ribbon"
3261
- data-test-id="onboarding_ribbon"
3262
- >
3263
- <span
3264
- class="childText"
3265
- >
3266
- New
3267
- </span>
3268
- </span>
3269
- </div>
3270
- </div>
3271
- </DocumentFragment>
3272
- `;
3273
-
3274
- exports[`Onboarding rendering data without isDraggable 1`] = `
3275
- <DocumentFragment>
3276
- <div
3277
- class="mainContainer mainContainerAnimation"
3278
- data-drag-container="false"
3279
- data-id="onboarding_container"
3280
- data-test-id="onboarding_container"
3281
- >
3282
- <div
3283
- class="mainWrapper"
3284
- >
3285
- <div
3286
- class="gradientLayer"
3287
- >
3288
- <div
3289
- class="circleBlur circleBlurOne"
3290
- />
3291
- <div
3292
- class="circleBlur circleBlurTwo"
3293
- />
3294
- </div>
3295
- <div
3296
- class="flex row alignItems_center footer"
3297
- data-id="flex"
3298
- data-test-id="flex"
3299
- >
3300
- <div
3301
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3302
- data-id="flex"
3303
- data-test-id="flex"
3304
- >
3305
- <button
3306
- class="primaryButton footerButton bold primaryfilled medium"
3307
- data-id="onboarding_primary_button"
3308
- data-selector-id="button"
3309
- data-test-id="onboarding_primary_button"
3310
- data-title="Got it"
3311
- type="button"
3312
- >
3313
- Got it
3314
- </button>
3315
- </div>
3316
- </div>
3317
- <button
3318
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3319
- data-id="onboarding_close_icon"
3320
- data-test-id="onboarding_close_icon"
3321
- data-title="Close"
3322
- >
3323
- <i
3324
- aria-hidden="true"
3325
- class="zd_font_icons basic icon-inapp-close closeIcon "
3326
- data-id="fontIcon"
3327
- data-selector-id="fontIcon"
3328
- data-test-id="fontIcon"
3329
- />
3330
- </button>
3331
- <span
3332
- class="basic newRibbon palette_primary medium flag"
3333
- data-id="onboarding_ribbon"
3334
- data-selector-id="ribbon"
3335
- data-test-id="onboarding_ribbon"
3336
- >
3337
- <span
3338
- class="childText"
3339
- >
3340
- New
3341
- </span>
3342
- </span>
3343
- </div>
3344
- </div>
3345
- </DocumentFragment>
3346
- `;
3347
-
3348
- exports[`Onboarding rendering data without primaryButtonText 1`] = `
3349
- <DocumentFragment>
3350
- <div
3351
- class="mainContainer mainContainerAnimation"
3352
- data-drag-container="true"
3353
- data-id="onboarding_container"
3354
- data-test-id="onboarding_container"
3355
- style="z-index: 4;"
3356
- >
3357
- <div
3358
- class="mainWrapper"
3359
- >
3360
- <div
3361
- class="gradientLayer"
3362
- >
3363
- <div
3364
- class="circleBlur circleBlurOne"
3365
- />
3366
- <div
3367
- class="circleBlur circleBlurTwo"
3368
- />
3369
- </div>
3370
- <div
3371
- class="carousel dragCursor"
3372
- data-drag-hook="true"
3373
- >
3374
- <div
3375
- class="flex row carouselInner"
3376
- data-id="flex"
3377
- data-test-id="flex"
3378
- style="--local_translate_movement: 0%;"
3379
- >
3380
- <div
3381
- class="flex column noShrink carouselItem"
3382
- data-id="flex"
3383
- data-test-id="flex"
3384
- >
3385
- <div
3386
- class="flex row alignItems_center justifyContent_center fullSize header"
3387
- data-id="flex"
3388
- data-test-id="flex"
3389
- >
3390
- <div
3391
- class="innerHead "
3392
- />
3393
- </div>
3394
- <div
3395
- class="scroll_vertical content"
3396
- data-id="flex"
3397
- data-test-id="flex"
3398
- >
3399
- <div
3400
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
3401
- />
3402
- <div
3403
- class="size14 lineclamp_4 lineheight_1_6 description"
3404
- />
3405
- </div>
3406
- </div>
3407
- </div>
3408
- </div>
3409
- <div
3410
- class="flex row alignItems_center footer"
3411
- data-id="flex"
3412
- data-test-id="flex"
3413
- >
3414
- <div
3415
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3416
- data-id="flex"
3417
- data-test-id="flex"
3418
- />
3419
- </div>
3420
- <button
3421
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3422
- data-id="onboarding_close_icon"
3423
- data-test-id="onboarding_close_icon"
3424
- data-title="Close"
3425
- >
3426
- <i
3427
- aria-hidden="true"
3428
- class="zd_font_icons basic icon-inapp-close closeIcon "
3429
- data-id="fontIcon"
3430
- data-selector-id="fontIcon"
3431
- data-test-id="fontIcon"
3432
- />
3433
- </button>
3434
- <span
3435
- class="basic newRibbon palette_primary medium flag"
3436
- data-id="onboarding_ribbon"
3437
- data-selector-id="ribbon"
3438
- data-test-id="onboarding_ribbon"
3439
- >
3440
- <span
3441
- class="childText"
3442
- >
3443
- New
3444
- </span>
3445
- </span>
3446
- </div>
3447
- </div>
3448
- </DocumentFragment>
3449
- `;
3450
-
3451
- exports[`Onboarding rendering data without secondaryButtonText 1`] = `
3452
- <DocumentFragment>
3453
- <div
3454
- class="mainContainer mainContainerAnimation"
3455
- data-drag-container="true"
3456
- data-id="onboarding_container"
3457
- data-test-id="onboarding_container"
3458
- style="z-index: 4;"
3459
- >
3460
- <div
3461
- class="mainWrapper"
3462
- >
3463
- <div
3464
- class="gradientLayer"
3465
- >
3466
- <div
3467
- class="circleBlur circleBlurOne"
3468
- />
3469
- <div
3470
- class="circleBlur circleBlurTwo"
3471
- />
3472
- </div>
3473
- <div
3474
- class="carousel dragCursor"
3475
- data-drag-hook="true"
3476
- >
3477
- <div
3478
- class="flex row carouselInner"
3479
- data-id="flex"
3480
- data-test-id="flex"
3481
- style="--local_translate_movement: 0%;"
3482
- >
3483
- <div
3484
- class="flex column noShrink carouselItem"
3485
- data-id="flex"
3486
- data-test-id="flex"
3487
- >
3488
- <div
3489
- class="flex row alignItems_center justifyContent_center fullSize header"
3490
- data-id="flex"
3491
- data-test-id="flex"
3492
- >
3493
- <div
3494
- class="innerHead "
3495
- />
3496
- </div>
3497
- <div
3498
- class="scroll_vertical content"
3499
- data-id="flex"
3500
- data-test-id="flex"
3501
- >
3502
- <div
3503
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
3504
- />
3505
- <div
3506
- class="size14 lineclamp_4 lineheight_1_6 description"
3507
- />
3508
- </div>
3509
- </div>
3510
- </div>
3511
- </div>
3512
- <div
3513
- class="flex row alignItems_center footer"
3514
- data-id="flex"
3515
- data-test-id="flex"
3516
- >
3517
- <div
3518
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3519
- data-id="flex"
3520
- data-test-id="flex"
3521
- >
3522
- <button
3523
- class="primaryButton footerButton bold primaryfilled medium"
3524
- data-id="onboarding_primary_button"
3525
- data-selector-id="button"
3526
- data-test-id="onboarding_primary_button"
3527
- data-title="Got it"
3528
- type="button"
3529
- >
3530
- Got it
3531
- </button>
3532
- </div>
3533
- </div>
3534
- <button
3535
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3536
- data-id="onboarding_close_icon"
3537
- data-test-id="onboarding_close_icon"
3538
- data-title="Close"
3539
- >
3540
- <i
3541
- aria-hidden="true"
3542
- class="zd_font_icons basic icon-inapp-close closeIcon "
3543
- data-id="fontIcon"
3544
- data-selector-id="fontIcon"
3545
- data-test-id="fontIcon"
3546
- />
3547
- </button>
3548
- <span
3549
- class="basic newRibbon palette_primary medium flag"
3550
- data-id="onboarding_ribbon"
3551
- data-selector-id="ribbon"
3552
- data-test-id="onboarding_ribbon"
3553
- >
3554
- <span
3555
- class="childText"
3556
- >
3557
- New
3558
- </span>
3559
- </span>
3560
- </div>
3561
- </div>
3562
- </DocumentFragment>
3563
- `;
3564
-
3565
- exports[`Onboarding rendering prop of ribbonText 1`] = `
3566
- <DocumentFragment>
3567
- <div
3568
- class="mainContainer mainContainerAnimation"
3569
- data-drag-container="true"
3570
- data-id="onboarding_container"
3571
- data-test-id="onboarding_container"
3572
- style="z-index: 4;"
3573
- >
3574
- <div
3575
- class="mainWrapper"
3576
- >
3577
- <div
3578
- class="gradientLayer"
3579
- >
3580
- <div
3581
- class="circleBlur circleBlurOne"
3582
- />
3583
- <div
3584
- class="circleBlur circleBlurTwo"
3585
- />
3586
- </div>
3587
- <div
3588
- class="flex row alignItems_center footer"
3589
- data-id="flex"
3590
- data-test-id="flex"
3591
- >
3592
- <div
3593
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3594
- data-id="flex"
3595
- data-test-id="flex"
3596
- >
3597
- <button
3598
- class="primaryButton footerButton bold primaryfilled medium"
3599
- data-id="onboarding_primary_button"
3600
- data-selector-id="button"
3601
- data-test-id="onboarding_primary_button"
3602
- data-title="Got it"
3603
- type="button"
3604
- >
3605
- Got it
3606
- </button>
3607
- </div>
3608
- </div>
3609
- <button
3610
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3611
- data-id="onboarding_close_icon"
3612
- data-test-id="onboarding_close_icon"
3613
- data-title="Close"
3614
- >
3615
- <i
3616
- aria-hidden="true"
3617
- class="zd_font_icons basic icon-inapp-close closeIcon "
3618
- data-id="fontIcon"
3619
- data-selector-id="fontIcon"
3620
- data-test-id="fontIcon"
3621
- />
3622
- </button>
3623
- <span
3624
- class="basic newRibbon palette_primary medium flag"
3625
- data-id="onboarding_ribbon"
3626
- data-selector-id="ribbon"
3627
- data-test-id="onboarding_ribbon"
3628
- >
3629
- <span
3630
- class="childText"
3631
- >
3632
- closed
3633
- </span>
3634
- </span>
3635
- </div>
3636
- </div>
3637
- </DocumentFragment>
3638
- `;
3639
-
3640
- exports[`Onboarding rendering the defult props 1`] = `
3641
- <DocumentFragment>
3642
- <div
3643
- class="mainContainer mainContainerAnimation"
3644
- data-drag-container="true"
3645
- data-id="onboarding_container"
3646
- data-test-id="onboarding_container"
3647
- style="z-index: 4;"
3648
- >
3649
- <div
3650
- class="mainWrapper"
3651
- >
3652
- <div
3653
- class="gradientLayer"
3654
- >
3655
- <div
3656
- class="circleBlur circleBlurOne"
3657
- />
3658
- <div
3659
- class="circleBlur circleBlurTwo"
3660
- />
3661
- </div>
3662
- <div
3663
- class="flex row alignItems_center footer"
3664
- data-id="flex"
3665
- data-test-id="flex"
3666
- >
3667
- <div
3668
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3669
- data-id="flex"
3670
- data-test-id="flex"
3671
- >
3672
- <button
3673
- class="primaryButton footerButton bold primaryfilled medium"
3674
- data-id="onboarding_primary_button"
3675
- data-selector-id="button"
3676
- data-test-id="onboarding_primary_button"
3677
- data-title="Got it"
3678
- type="button"
3679
- >
3680
- Got it
3681
- </button>
3682
- </div>
3683
- </div>
3684
- <button
3685
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3686
- data-id="onboarding_close_icon"
3687
- data-test-id="onboarding_close_icon"
3688
- data-title="Close"
3689
- >
3690
- <i
3691
- aria-hidden="true"
3692
- class="zd_font_icons basic icon-inapp-close closeIcon "
3693
- data-id="fontIcon"
3694
- data-selector-id="fontIcon"
3695
- data-test-id="fontIcon"
3696
- />
3697
- </button>
3698
- <span
3699
- class="basic newRibbon palette_primary medium flag"
3700
- data-id="onboarding_ribbon"
3701
- data-selector-id="ribbon"
3702
- data-test-id="onboarding_ribbon"
3703
- >
3704
- <span
3705
- class="childText"
3706
- >
3707
- New
3708
- </span>
3709
- </span>
3710
- </div>
3711
- </div>
3712
- </DocumentFragment>
3713
- `;
3714
-
3715
- exports[`Onboarding rendering the prop of hasRibbon is false 1`] = `
3716
- <DocumentFragment>
3717
- <div
3718
- class="mainContainer mainContainerAnimation"
3719
- data-drag-container="true"
3720
- data-id="onboarding_container"
3721
- data-test-id="onboarding_container"
3722
- style="z-index: 4;"
3723
- >
3724
- <div
3725
- class="mainWrapper"
3726
- >
3727
- <div
3728
- class="gradientLayer"
3729
- >
3730
- <div
3731
- class="circleBlur circleBlurOne"
3732
- />
3733
- <div
3734
- class="circleBlur circleBlurTwo"
3735
- />
3736
- </div>
3737
- <div
3738
- class="flex row alignItems_center footer"
3739
- data-id="flex"
3740
- data-test-id="flex"
3741
- >
3742
- <div
3743
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3744
- data-id="flex"
3745
- data-test-id="flex"
3746
- >
3747
- <button
3748
- class="primaryButton footerButton bold primaryfilled medium"
3749
- data-id="onboarding_primary_button"
3750
- data-selector-id="button"
3751
- data-test-id="onboarding_primary_button"
3752
- data-title="Got it"
3753
- type="button"
3754
- >
3755
- Got it
3756
- </button>
3757
- </div>
3758
- </div>
3759
- <button
3760
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3761
- data-id="onboarding_close_icon"
3762
- data-test-id="onboarding_close_icon"
3763
- data-title="Close"
3764
- >
3765
- <i
3766
- aria-hidden="true"
3767
- class="zd_font_icons basic icon-inapp-close closeIcon "
3768
- data-id="fontIcon"
3769
- data-selector-id="fontIcon"
3770
- data-test-id="fontIcon"
3771
- />
3772
- </button>
3773
- </div>
3774
- </div>
3775
- </DocumentFragment>
3776
- `;
3777
-
3778
- exports[`Onboarding rendering with customId - hasSecondaryButtonLink 1`] = `
3779
- <DocumentFragment>
3780
- <div
3781
- class="mainContainer mainContainerAnimation"
3782
- data-drag-container="true"
3783
- data-id="radar_onboarding_container"
3784
- data-test-id="onboarding_container"
3785
- style="z-index: 4;"
3786
- >
3787
- <div
3788
- class="mainWrapper"
3789
- >
3790
- <div
3791
- class="gradientLayer"
3792
- >
3793
- <div
3794
- class="circleBlur circleBlurOne"
3795
- />
3796
- <div
3797
- class="circleBlur circleBlurTwo"
3798
- />
3799
- </div>
3800
- <div
3801
- class="carousel dragCursor"
3802
- data-drag-hook="true"
3803
- >
3804
- <div
3805
- class="flex row carouselInner"
3806
- data-id="flex"
3807
- data-test-id="flex"
3808
- style="--local_translate_movement: 0%;"
3809
- >
3810
- <div
3811
- class="flex column noShrink carouselItem"
3812
- data-id="flex"
3813
- data-test-id="flex"
3814
- >
3815
- <div
3816
- class="flex row alignItems_center justifyContent_center fullSize header"
3817
- data-id="flex"
3818
- data-test-id="flex"
3819
- >
3820
- <div
3821
- class="innerHead "
3822
- />
3823
- </div>
3824
- <div
3825
- class="scroll_vertical content"
3826
- data-id="flex"
3827
- data-test-id="flex"
3828
- >
3829
- <div
3830
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
3831
- />
3832
- <div
3833
- class="size14 lineclamp_4 lineheight_1_6 description"
3834
- />
3835
- </div>
3836
- </div>
3837
- </div>
3838
- </div>
3839
- <div
3840
- class="flex row alignItems_center footer"
3841
- data-id="flex"
3842
- data-test-id="flex"
3843
- >
3844
- <div
3845
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
3846
- data-id="flex"
3847
- data-test-id="flex"
3848
- >
3849
- <a
3850
- class="container secondaryButtton secondaryButttonLink footerButton "
3851
- data-id="radar_onboarding_secondary_button_link"
3852
- data-test-id="radar_onboarding_secondary_button_link"
3853
- data-title="learn more"
3854
- href="https://gc.zoho.com/org/746519053/widgets/4398000000528001"
3855
- rel="noopener noreferrer"
3856
- target="_blank"
3857
- >
3858
- learn more
3859
- </a>
3860
- <button
3861
- class="primaryButton footerButton bold primaryfilled medium"
3862
- data-id="radar_onboarding_primary_button"
3863
- data-selector-id="button"
3864
- data-test-id="radar_onboarding_primary_button"
3865
- data-title="Got it"
3866
- type="button"
3867
- >
3868
- Got it
3869
- </button>
3870
- </div>
3871
- </div>
3872
- <button
3873
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
3874
- data-id="radar_onboarding_close_icon"
3875
- data-test-id="onboarding_close_icon"
3876
- data-title="Close"
3877
- >
3878
- <i
3879
- aria-hidden="true"
3880
- class="zd_font_icons basic icon-inapp-close closeIcon "
3881
- data-id="fontIcon"
3882
- data-selector-id="fontIcon"
3883
- data-test-id="fontIcon"
3884
- />
3885
- </button>
3886
- <span
3887
- class="basic newRibbon palette_primary medium flag"
3888
- data-id="radar_onboarding_ribbon"
3889
- data-selector-id="ribbon"
3890
- data-test-id="radar_onboarding_ribbon"
3891
- >
3892
- <span
3893
- class="childText"
3894
- >
3895
- new
3896
- </span>
3897
- </span>
3898
- </div>
3899
- </div>
3900
- </DocumentFragment>
3901
- `;
3902
-
3903
- exports[`Onboarding rendering with customId 1`] = `
3904
- <DocumentFragment>
3905
- <div
3906
- class="mainContainer mainContainerAnimation"
3907
- data-drag-container="true"
3908
- data-id="radar_onboarding_container"
3909
- data-test-id="onboarding_container"
3910
- style="z-index: 4;"
3911
- >
3912
- <div
3913
- class="mainWrapper"
3914
- >
3915
- <div
3916
- class="gradientLayer"
3917
- >
3918
- <div
3919
- class="circleBlur circleBlurOne"
3920
- />
3921
- <div
3922
- class="circleBlur circleBlurTwo"
3923
- />
3924
- </div>
3925
- <div
3926
- class="carousel dragCursor"
3927
- data-drag-hook="true"
3928
- >
3929
- <div
3930
- class="flex row carouselInner"
3931
- data-id="flex"
3932
- data-test-id="flex"
3933
- style="--local_translate_movement: 0%;"
3934
- >
3935
- <div
3936
- class="flex column noShrink carouselItem"
3937
- data-id="flex"
3938
- data-test-id="flex"
3939
- >
3940
- <div
3941
- class="flex row alignItems_center justifyContent_center fullSize header"
3942
- data-id="flex"
3943
- data-test-id="flex"
3944
- >
3945
- <div
3946
- class="innerHead dvLayer"
3947
- >
3948
- <video
3949
- autoplay=""
3950
- class="mediaElement"
3951
- loop=""
3952
- >
3953
- <source
3954
- src="https://www.w3schools.com/html/mov_bbb.mp4"
3955
- type="video/mp4"
3956
- />
3957
- </video>
3958
- <div
3959
- class="flex row alignItems_center justifyContent_center playIconWrapper"
3960
- data-id="flex"
3961
- data-test-id="flex"
3962
- >
3963
- <button
3964
- class="flex row alignItems_center justifyContent_center playIcon undefined buttonReset"
3965
- data-id="radar_onboarding_play_icon"
3966
- data-test-id="onboarding_play_icon"
3967
- >
3968
- <i
3969
- aria-hidden="true"
3970
- class="zd_font_icons basic icon-arrowFill playIconInner "
3971
- data-id="fontIcon"
3972
- data-selector-id="fontIcon"
3973
- data-test-id="fontIcon"
3974
- />
3975
- </button>
3976
- </div>
3977
- </div>
3978
- </div>
3979
- <div
3980
- class="scroll_vertical content"
3981
- data-id="flex"
3982
- data-test-id="flex"
3983
- >
3984
- <div
3985
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
3986
- data-title="Video source"
3987
- >
3988
- Video source
3989
- </div>
3990
- <div
3991
- class="size14 lineclamp_4 lineheight_1_6 description"
3992
- data-title="Onboarding with Video Source – Embeds a video to provide dynamic and allows users to continue watching a video while exploring the interface."
3993
- >
3994
- Onboarding with Video Source – Embeds a video to provide dynamic and allows users to continue watching a video while exploring the interface.
3995
- </div>
3996
- </div>
3997
- </div>
3998
- </div>
3999
- </div>
4000
- <div
4001
- class="flex row alignItems_center footer"
4002
- data-id="flex"
4003
- data-test-id="flex"
4004
- >
4005
- <div
4006
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
4007
- data-id="flex"
4008
- data-test-id="flex"
4009
- >
4010
- <button
4011
- class=" secondaryButtton footerButton bold primary medium"
4012
- data-id="radar_onboarding_secondary_button"
4013
- data-selector-id="button"
4014
- data-test-id="radar_onboarding_secondary_button"
4015
- type="button"
4016
- >
4017
- Button
4018
- </button>
4019
- <button
4020
- class="primaryButton footerButton bold primaryfilled medium"
4021
- data-id="radar_onboarding_primary_button"
4022
- data-selector-id="button"
4023
- data-test-id="radar_onboarding_primary_button"
4024
- data-title="Got It"
4025
- type="button"
4026
- >
4027
- Got It
4028
- </button>
4029
- </div>
4030
- </div>
4031
- <button
4032
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
4033
- data-id="radar_onboarding_close_icon"
4034
- data-test-id="onboarding_close_icon"
4035
- data-title="Close"
4036
- >
4037
- <i
4038
- aria-hidden="true"
4039
- class="zd_font_icons basic icon-inapp-close closeIcon "
4040
- data-id="fontIcon"
4041
- data-selector-id="fontIcon"
4042
- data-test-id="fontIcon"
4043
- />
4044
- </button>
4045
- <span
4046
- class="basic newRibbon palette_primary medium flag"
4047
- data-id="radar_onboarding_ribbon"
4048
- data-selector-id="ribbon"
4049
- data-test-id="radar_onboarding_ribbon"
4050
- >
4051
- <span
4052
- class="childText"
4053
- >
4054
- new
4055
- </span>
4056
- </span>
4057
- </div>
4058
- </div>
4059
- </DocumentFragment>
4060
- `;
4061
-
4062
- exports[`Onboarding rendering with testId 1`] = `
4063
- <DocumentFragment>
4064
- <div
4065
- class="mainContainer mainContainerAnimation"
4066
- data-drag-container="true"
4067
- data-id="onboarding_container"
4068
- data-test-id="radar_onboarding_container"
4069
- style="z-index: 4;"
4070
- >
4071
- <div
4072
- class="mainWrapper"
4073
- >
4074
- <div
4075
- class="gradientLayer"
4076
- >
4077
- <div
4078
- class="circleBlur circleBlurOne"
4079
- />
4080
- <div
4081
- class="circleBlur circleBlurTwo"
4082
- />
4083
- </div>
4084
- <div
4085
- class="carousel dragCursor"
4086
- data-drag-hook="true"
4087
- >
4088
- <div
4089
- class="flex row carouselInner"
4090
- data-id="flex"
4091
- data-test-id="flex"
4092
- style="--local_translate_movement: 0%;"
4093
- >
4094
- <div
4095
- class="flex column noShrink carouselItem"
4096
- data-id="flex"
4097
- data-test-id="flex"
4098
- >
4099
- <div
4100
- class="flex row alignItems_center justifyContent_center fullSize header"
4101
- data-id="flex"
4102
- data-test-id="flex"
4103
- >
4104
- <div
4105
- class="innerHead dvLayer"
4106
- >
4107
- <div
4108
- class="flex row alignItems_center justifyContent_center playIconWrapper"
4109
- data-id="flex"
4110
- data-test-id="flex"
4111
- >
4112
- <button
4113
- class="flex row alignItems_center justifyContent_center playIcon undefined buttonReset"
4114
- data-id="onboarding_play_icon"
4115
- data-test-id="radar_onboarding_play_icon"
4116
- >
4117
- <i
4118
- aria-hidden="true"
4119
- class="zd_font_icons basic icon-arrowFill playIconInner "
4120
- data-id="fontIcon"
4121
- data-selector-id="fontIcon"
4122
- data-test-id="fontIcon"
4123
- />
4124
- </button>
4125
- </div>
4126
- </div>
4127
- </div>
4128
- <div
4129
- class="scroll_vertical content"
4130
- data-id="flex"
4131
- data-test-id="flex"
4132
- >
4133
- <div
4134
- class="size20 lineclamp_3 lineheight_1_4 font_bold heading"
4135
- />
4136
- <div
4137
- class="size14 lineclamp_4 lineheight_1_6 description"
4138
- />
4139
- </div>
4140
- </div>
4141
- </div>
4142
- </div>
4143
- <div
4144
- class="flex row alignItems_center footer"
4145
- data-id="flex"
4146
- data-test-id="flex"
4147
- >
4148
- <div
4149
- class="flex row justifyContent_end flexible basis_zero shrink btnWrapper"
4150
- data-id="flex"
4151
- data-test-id="flex"
4152
- >
4153
- <button
4154
- class="primaryButton footerButton bold primaryfilled medium"
4155
- data-id="onboarding_primary_button"
4156
- data-selector-id="button"
4157
- data-test-id="onboarding_primary_button"
4158
- data-title="Got it"
4159
- type="button"
4160
- >
4161
- Got it
4162
- </button>
4163
- </div>
4164
- </div>
4165
- <button
4166
- class="flex row alignItems_center justifyContent_center closeIconContainer buttonReset"
4167
- data-id="onboarding_close_icon"
4168
- data-test-id="radar_onboarding_close_icon"
4169
- data-title="Close"
4170
- >
4171
- <i
4172
- aria-hidden="true"
4173
- class="zd_font_icons basic icon-inapp-close closeIcon "
4174
- data-id="fontIcon"
4175
- data-selector-id="fontIcon"
4176
- data-test-id="fontIcon"
4177
- />
4178
- </button>
4179
- <span
4180
- class="basic newRibbon palette_primary medium flag"
4181
- data-id="onboarding_ribbon"
4182
- data-selector-id="ribbon"
4183
- data-test-id="onboarding_ribbon"
4184
- >
4185
- <span
4186
- class="childText"
4187
- >
4188
- new
4189
- </span>
4190
- </span>
4191
- </div>
4192
- </div>
4193
- </DocumentFragment>
4194
- `;