@zohodesk/dot 1.0.0-temp-175.6 → 1.0.0-temp-181

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 (237) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +30 -0
  3. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +0 -1
  4. package/assets/Appearance/light/mode/Dot_LightMode.module.css +0 -1
  5. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +0 -1
  6. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  7. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  8. package/coverage/ExternalLink/index.html +1 -1
  9. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  10. package/coverage/ExternalLink/props/index.html +1 -1
  11. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  12. package/coverage/IconButton/IconButton.js.html +7 -7
  13. package/coverage/IconButton/IconButton.module.css.html +1 -1
  14. package/coverage/IconButton/index.html +11 -11
  15. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  16. package/coverage/IconButton/props/index.html +1 -1
  17. package/coverage/IconButton/props/propTypes.js.html +1 -1
  18. package/coverage/Image/Image.js.html +1 -1
  19. package/coverage/Image/Image.module.css.html +1 -1
  20. package/coverage/Image/index.html +1 -1
  21. package/coverage/Image/props/defaultProps.js.html +1 -1
  22. package/coverage/Image/props/index.html +1 -1
  23. package/coverage/Image/props/propTypes.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  26. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  27. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  28. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  29. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  30. package/coverage/coverage-final.json +16 -16
  31. package/coverage/coverage-summary.json +17 -17
  32. package/coverage/index.html +11 -11
  33. package/es/Drawer/Drawer.js +6 -3
  34. package/es/Drawer/props/defaultProps.js +2 -1
  35. package/es/Drawer/props/propTypes.js +2 -1
  36. package/es/Hooks/Dragger/useDragger.js +4 -3
  37. package/es/IconButton/IconButton.js +2 -2
  38. package/es/NewStar/NewStar.module.css +128 -67
  39. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  40. package/es/form/fields/TextEditor/TextEditor.module.css +63 -47
  41. package/es/list/status/StatusDropdown/StatusDropdown.js +2 -1
  42. package/es/list/status/StatusListItem/StatusListItem.js +12 -5
  43. package/es/list/status/StatusListItem/props/defaultProps.js +2 -1
  44. package/es/list/status/StatusListItem/props/propTypes.js +3 -1
  45. package/es/lookup/Lookup/Lookup.js +6 -3
  46. package/es/v1/DotWrapper/DotWrapper.js +28 -0
  47. package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +1 -0
  48. package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +1 -0
  49. package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +1 -0
  50. package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +1 -0
  51. package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +1 -0
  52. package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +1 -0
  53. package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +1 -0
  54. package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +1 -0
  55. package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +1 -0
  56. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +19 -0
  57. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
  58. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
  59. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
  60. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
  61. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
  62. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
  63. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
  64. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
  65. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
  66. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
  67. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
  68. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
  69. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
  70. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
  71. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
  72. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
  73. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
  74. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
  75. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
  76. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
  77. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
  78. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
  79. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
  80. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
  81. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
  82. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
  83. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
  84. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
  85. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
  86. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
  87. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
  88. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
  89. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
  90. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
  91. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
  92. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
  93. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
  94. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
  95. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
  96. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
  97. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
  98. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
  99. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
  100. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
  101. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
  102. package/es/v1/DotWrapper/props/defaultProps.js +7 -0
  103. package/es/v1/DotWrapper/props/propTypes.js +8 -0
  104. package/es/v1/DotWrapper/utils/appearanceProperties.js +46 -0
  105. package/es/v1/DotWrapper/utils/errorMessage.js +7 -0
  106. package/es/v1/DotWrapper/utils/importFiles.js +18 -0
  107. package/es/v1/DotWrapper/utils/themeProperties.js +220 -0
  108. package/es/v1/Drawer/Drawer.js +6 -3
  109. package/es/v1/Drawer/props/defaultProps.js +2 -1
  110. package/es/v1/Drawer/props/propTypes.js +2 -1
  111. package/es/v1/GlobalNotification/GlobalNotification.js +51 -19
  112. package/es/v1/GlobalNotification/props/defaultProps.js +3 -1
  113. package/es/v1/GlobalNotification/props/propTypes.js +12 -2
  114. package/es/v1/IconButton/IconButton.js +2 -2
  115. package/es/v1/form/fields/SelectField/SelectField.js +1 -9
  116. package/es/v1/form/fields/TextBoxField/TextBoxField.js +122 -142
  117. package/es/v1/form/fields/TextEditorField/TextEditorField.js +133 -153
  118. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +137 -178
  119. package/es/v1/form/fields/TextareaField/TextareaField.js +113 -137
  120. package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +43 -43
  121. package/es/v1/form/layout/Field/Field.js +24 -28
  122. package/es/v1/form/layout/Section/Section.js +25 -33
  123. package/es/v1/form/layout/Section/props/propTypes.js +0 -1
  124. package/es/v1/list/Subject/Subject.js +39 -48
  125. package/es/v1/list/TagNew/TagNew.js +18 -27
  126. package/es/v1/list/Thread/Thread.js +26 -35
  127. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -1
  128. package/es/v1/list/status/StatusListItem/StatusListItem.js +12 -5
  129. package/es/v1/list/status/StatusListItem/props/defaultProps.js +2 -1
  130. package/es/v1/list/status/StatusListItem/props/propTypes.js +3 -1
  131. package/es/v1/lookup/Lookup/Lookup.js +6 -3
  132. package/es/version2/GlobalNotification/GlobalNotification.module.css +1 -2
  133. package/lib/Drawer/Drawer.js +6 -3
  134. package/lib/Drawer/props/defaultProps.js +2 -1
  135. package/lib/Drawer/props/propTypes.js +2 -1
  136. package/lib/Hooks/Dragger/useDragger.js +4 -3
  137. package/lib/IconButton/IconButton.js +2 -2
  138. package/lib/NewStar/NewStar.module.css +128 -67
  139. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  140. package/lib/form/fields/TextEditor/TextEditor.module.css +63 -47
  141. package/lib/list/status/StatusDropdown/StatusDropdown.js +2 -1
  142. package/lib/list/status/StatusListItem/StatusListItem.js +12 -5
  143. package/lib/list/status/StatusListItem/props/defaultProps.js +2 -1
  144. package/lib/list/status/StatusListItem/props/propTypes.js +3 -1
  145. package/lib/lookup/Lookup/Lookup.js +14 -3
  146. package/lib/v1/DotWrapper/DotWrapper.js +41 -0
  147. package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +3 -0
  148. package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +3 -0
  149. package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +3 -0
  150. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +3 -0
  151. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +3 -0
  152. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +3 -0
  153. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +3 -0
  154. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +3 -0
  155. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +3 -0
  156. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +33 -0
  157. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
  158. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
  159. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
  160. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
  161. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
  162. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
  163. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
  164. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
  165. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
  166. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
  167. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
  168. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
  169. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
  170. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
  171. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
  172. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
  173. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
  174. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
  175. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
  176. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
  177. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
  178. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
  179. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
  180. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
  181. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
  182. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
  183. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
  184. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
  185. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
  186. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
  187. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
  188. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
  189. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
  190. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
  191. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
  192. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
  193. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
  194. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
  195. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
  196. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
  197. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
  198. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
  199. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
  200. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
  201. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
  202. package/lib/v1/DotWrapper/props/defaultProps.js +14 -0
  203. package/lib/v1/DotWrapper/props/propTypes.js +19 -0
  204. package/lib/v1/DotWrapper/utils/appearanceProperties.js +79 -0
  205. package/lib/v1/DotWrapper/utils/errorMessage.js +14 -0
  206. package/lib/v1/DotWrapper/utils/importFiles.js +25 -0
  207. package/lib/v1/DotWrapper/utils/themeProperties.js +325 -0
  208. package/lib/v1/Drawer/Drawer.js +6 -3
  209. package/lib/v1/Drawer/props/defaultProps.js +2 -1
  210. package/lib/v1/Drawer/props/propTypes.js +2 -1
  211. package/lib/v1/GlobalNotification/GlobalNotification.js +66 -17
  212. package/lib/v1/GlobalNotification/props/defaultProps.js +3 -1
  213. package/lib/v1/GlobalNotification/props/propTypes.js +17 -4
  214. package/lib/v1/IconButton/IconButton.js +2 -2
  215. package/lib/v1/form/fields/SelectField/SelectField.js +1 -7
  216. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +125 -181
  217. package/lib/v1/form/fields/TextEditorField/TextEditorField.js +138 -193
  218. package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +160 -212
  219. package/lib/v1/form/fields/TextareaField/TextareaField.js +117 -177
  220. package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +41 -80
  221. package/lib/v1/form/layout/Field/Field.js +22 -69
  222. package/lib/v1/form/layout/Section/Section.js +27 -72
  223. package/lib/v1/form/layout/Section/props/propTypes.js +0 -1
  224. package/lib/v1/list/Subject/Subject.js +39 -87
  225. package/lib/v1/list/TagNew/TagNew.js +18 -66
  226. package/lib/v1/list/Thread/Thread.js +25 -73
  227. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -1
  228. package/lib/v1/list/status/StatusListItem/StatusListItem.js +12 -5
  229. package/lib/v1/list/status/StatusListItem/props/defaultProps.js +2 -1
  230. package/lib/v1/list/status/StatusListItem/props/propTypes.js +3 -1
  231. package/lib/v1/lookup/Lookup/Lookup.js +11 -6
  232. package/lib/version2/GlobalNotification/GlobalNotification.module.css +1 -2
  233. package/package.json +13 -13
  234. package/prePublish.js +0 -69
  235. package/react-cli.config.js +6 -1
  236. package/result.json +1 -1
  237. package/unittest/index.html +1 -1
@@ -2,6 +2,7 @@
2
2
  position: absolute;
3
3
  height: var(--zd_size20) ;
4
4
  width: var(--zd_size21) ;
5
+ pointer-events: none;
5
6
  }
6
7
  .topLeft {
7
8
  top: 0 ;
@@ -90,73 +91,133 @@
90
91
  animation-delay: 1s;
91
92
  }
92
93
 
93
- .topLeft .starOne{top:0 }
94
-
95
- [dir=ltr] .topLeft .starOne{
96
- left:0 }
97
-
98
- [dir=rtl] .topLeft .starOne{right:0 }
99
- .topLeft .starTwo{top:0
100
- /* Variable:Ignore */}
101
- [dir=ltr] .topLeft .starTwo{
102
- left:var(--zd_size10) }
103
- [dir=rtl] .topLeft .starTwo{right:var(--zd_size10) }
104
- .topLeft .starThree{
105
- /* Variable:Ignore */top:10px}
106
- [dir=ltr] .topLeft .starThree{
107
- left:0 }
108
- [dir=rtl] .topLeft .starThree{right:0 }
109
-
110
- .topRight .starOne{top:0 }
111
-
112
- [dir=ltr] .topRight .starOne{
113
- right:0 }
114
-
115
- [dir=rtl] .topRight .starOne{left:0 }
116
- .topRight .starTwo{top:0
117
- /* Variable:Ignore */}
118
- [dir=ltr] .topRight .starTwo{
119
- right:var(--zd_size10) }
120
- [dir=rtl] .topRight .starTwo{left:var(--zd_size10) }
121
- .topRight .starThree{
122
- /* Variable:Ignore */top:10px}
123
- [dir=ltr] .topRight .starThree{
124
- right:0 }
125
- [dir=rtl] .topRight .starThree{left:0 }
126
-
127
- .bottomLeft .starOne{bottom:0 }
128
-
129
- [dir=ltr] .bottomLeft .starOne{
130
- left:0 }
131
-
132
- [dir=rtl] .bottomLeft .starOne{right:0 }
133
- .bottomLeft .starTwo{bottom:0
134
- /* Variable:Ignore */}
135
- [dir=ltr] .bottomLeft .starTwo{
136
- left:var(--zd_size10) }
137
- [dir=rtl] .bottomLeft .starTwo{right:var(--zd_size10) }
138
- .bottomLeft .starThree{
139
- /* Variable:Ignore */bottom:10px}
140
- [dir=ltr] .bottomLeft .starThree{
141
- left:0 }
142
- [dir=rtl] .bottomLeft .starThree{right:0 }
143
-
144
- .bottomRight .starOne{bottom:0 }
145
-
146
- [dir=ltr] .bottomRight .starOne{
147
- right:0 }
148
-
149
- [dir=rtl] .bottomRight .starOne{left:0 }
150
- .bottomRight .starTwo{bottom:0
151
- /* Variable:Ignore */}
152
- [dir=ltr] .bottomRight .starTwo{
153
- right:var(--zd_size10) }
154
- [dir=rtl] .bottomRight .starTwo{left:var(--zd_size10) }
155
- .bottomRight .starThree{
156
- /* Variable:Ignore */bottom:10px}
157
- [dir=ltr] .bottomRight .starThree{
158
- right:0 }
159
- [dir=rtl] .bottomRight .starThree{left:0 }
94
+ .topLeft .starOne {
95
+ top: 0 ;
96
+ }
97
+
98
+ [dir=ltr] .topLeft .starOne {
99
+ left: 0 ;
100
+ }
101
+
102
+ [dir=rtl] .topLeft .starOne {
103
+ right: 0 ;
104
+ }
105
+ .topLeft .starTwo {
106
+ top: 0 ;
107
+ /* Variable:Ignore */
108
+ }
109
+ [dir=ltr] .topLeft .starTwo {
110
+ left: var(--zd_size10) ;
111
+ }
112
+ [dir=rtl] .topLeft .starTwo {
113
+ right: var(--zd_size10) ;
114
+ }
115
+ .topLeft .starThree {
116
+ /* Variable:Ignore */
117
+ top: 10px;
118
+ }
119
+ [dir=ltr] .topLeft .starThree {
120
+ left: 0 ;
121
+ }
122
+ [dir=rtl] .topLeft .starThree {
123
+ right: 0 ;
124
+ }
125
+
126
+ .topRight .starOne {
127
+ top: 0 ;
128
+ }
129
+
130
+ [dir=ltr] .topRight .starOne {
131
+ right: 0 ;
132
+ }
133
+
134
+ [dir=rtl] .topRight .starOne {
135
+ left: 0 ;
136
+ }
137
+ .topRight .starTwo {
138
+ top: 0 ;
139
+ /* Variable:Ignore */
140
+ }
141
+ [dir=ltr] .topRight .starTwo {
142
+ right: var(--zd_size10) ;
143
+ }
144
+ [dir=rtl] .topRight .starTwo {
145
+ left: var(--zd_size10) ;
146
+ }
147
+ .topRight .starThree {
148
+ /* Variable:Ignore */
149
+ top: 10px;
150
+ }
151
+ [dir=ltr] .topRight .starThree {
152
+ right: 0 ;
153
+ }
154
+ [dir=rtl] .topRight .starThree {
155
+ left: 0 ;
156
+ }
157
+
158
+ .bottomLeft .starOne {
159
+ bottom: 0 ;
160
+ }
161
+
162
+ [dir=ltr] .bottomLeft .starOne {
163
+ left: 0 ;
164
+ }
165
+
166
+ [dir=rtl] .bottomLeft .starOne {
167
+ right: 0 ;
168
+ }
169
+ .bottomLeft .starTwo {
170
+ bottom: 0 ;
171
+ /* Variable:Ignore */
172
+ }
173
+ [dir=ltr] .bottomLeft .starTwo {
174
+ left: var(--zd_size10) ;
175
+ }
176
+ [dir=rtl] .bottomLeft .starTwo {
177
+ right: var(--zd_size10) ;
178
+ }
179
+ .bottomLeft .starThree {
180
+ /* Variable:Ignore */
181
+ bottom: 10px;
182
+ }
183
+ [dir=ltr] .bottomLeft .starThree {
184
+ left: 0 ;
185
+ }
186
+ [dir=rtl] .bottomLeft .starThree {
187
+ right: 0 ;
188
+ }
189
+
190
+ .bottomRight .starOne {
191
+ bottom: 0 ;
192
+ }
193
+
194
+ [dir=ltr] .bottomRight .starOne {
195
+ right: 0 ;
196
+ }
197
+
198
+ [dir=rtl] .bottomRight .starOne {
199
+ left: 0 ;
200
+ }
201
+ .bottomRight .starTwo {
202
+ bottom: 0 ;
203
+ /* Variable:Ignore */
204
+ }
205
+ [dir=ltr] .bottomRight .starTwo {
206
+ right: var(--zd_size10) ;
207
+ }
208
+ [dir=rtl] .bottomRight .starTwo {
209
+ left: var(--zd_size10) ;
210
+ }
211
+ .bottomRight .starThree {
212
+ /* Variable:Ignore */
213
+ bottom: 10px;
214
+ }
215
+ [dir=ltr] .bottomRight .starThree {
216
+ right: 0 ;
217
+ }
218
+ [dir=rtl] .bottomRight .starThree {
219
+ left: 0 ;
220
+ }
160
221
 
161
222
  @keyframes twinkle {
162
223
  0% {
@@ -23,6 +23,7 @@
23
23
  font-family: var(--zd_semibold);
24
24
  /* css:theme-validation:ignore */
25
25
  color: var(--titleColor);
26
+ word-wrap: break-word;
26
27
  }
27
28
  .small .title {
28
29
  font-size: var(--zd_font_size16) ;
@@ -52,6 +53,9 @@
52
53
  .linkDescWrapper {
53
54
  margin-top: var(--zd_size20) ;
54
55
  }
56
+ .desc{
57
+ word-wrap: break-word;
58
+ }
55
59
  [dir=ltr] .linkDesc, [dir=ltr] .desc {
56
60
  margin-right: var(--zd_size4) ;
57
61
  }
@@ -77,20 +77,20 @@
77
77
  background-color: transparent;
78
78
  }
79
79
 
80
- .small :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
81
- .small :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel,
82
- .medium :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
83
- .medium :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel,
84
- .large :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
85
- .large :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel,
86
- .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
87
- .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel,
88
- .default :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
89
- .default :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel {
80
+ .small :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover,
81
+ .small :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel,
82
+ .medium :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover,
83
+ .medium :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel,
84
+ .large :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover,
85
+ .large :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel,
86
+ .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover,
87
+ .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel,
88
+ .default :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover,
89
+ .default :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel {
90
90
  color: var(--zdt_texteditor_default_text);
91
91
  }
92
92
 
93
- .small :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .small :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel, .medium :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .medium :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel, .large :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .large :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel, .default :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .default :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel {
93
+ .small :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover, .small :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel, .medium :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover, .medium :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel, .large :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover, .large :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel, .default :global .KB_Editor_menus .KB_Editor_MultiTools > li:hover, .default :global .KB_Editor_menus .KB_Editor_MultiTools > li.KB_Editor_sel {
94
94
  background-color: var(--zdt_texteditor_menu_li_bg);
95
95
  }
96
96
 
@@ -101,10 +101,10 @@
101
101
  /* large type editor - ticket add form editor */
102
102
  .large :global .KB_Editor,
103
103
  .large :global .KB_Editor_menus .KB_Editor_MultiTools,
104
- .large :global .KB_Editor_menus .KB_Editor_MultiTools>li,
104
+ .large :global .KB_Editor_menus .KB_Editor_MultiTools > li,
105
105
  .default :global .KB_Editor,
106
106
  .default :global .KB_Editor_menus .KB_Editor_MultiTools,
107
- .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
107
+ .default :global .KB_Editor_menus .KB_Editor_MultiTools > li {
108
108
  display: -webkit-box;
109
109
  display: -ms-flexbox;
110
110
  display: flex;
@@ -160,24 +160,24 @@
160
160
  min-height: inherit ;
161
161
  }
162
162
 
163
- .large :global .KB_Editor_menus .KB_Editor_MultiTools>li,
164
- .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
163
+ .large :global .KB_Editor_menus .KB_Editor_MultiTools > li,
164
+ .default :global .KB_Editor_menus .KB_Editor_MultiTools > li {
165
165
  height: unset;
166
166
  -webkit-box-align: center;
167
167
  -ms-flex-align: center;
168
168
  align-items: center;
169
169
  }
170
170
 
171
- .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
171
+ .large :global .KB_Editor_menus .KB_Editor_MultiTools > li, .default :global .KB_Editor_menus .KB_Editor_MultiTools > li {
172
172
  padding: 0 ;
173
173
  float: unset;
174
174
  }
175
175
 
176
- [dir=ltr] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=ltr] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
176
+ [dir=ltr] .large :global .KB_Editor_menus .KB_Editor_MultiTools > li, [dir=ltr] .default :global .KB_Editor_menus .KB_Editor_MultiTools > li {
177
177
  margin-right: 0 ;
178
178
  }
179
179
 
180
- [dir=rtl] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=rtl] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
180
+ [dir=rtl] .large :global .KB_Editor_menus .KB_Editor_MultiTools > li, [dir=rtl] .default :global .KB_Editor_menus .KB_Editor_MultiTools > li {
181
181
  margin-left: 0 ;
182
182
  }
183
183
 
@@ -190,14 +190,14 @@
190
190
  float: unset !important;
191
191
  }
192
192
 
193
- .large :global .KB_Editor_menus>ul>li>span>svg,
194
- .default :global .KB_Editor_menus>ul>li>span>svg {
193
+ .large :global .KB_Editor_menus > ul > li > span > svg,
194
+ .default :global .KB_Editor_menus > ul > li > span > svg {
195
195
  width: var(--zd_size28) ;
196
196
  height: var(--zd_size28) ;
197
197
  }
198
198
 
199
- .large :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg,
200
- .default :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
199
+ .large :global .KB_Editor_menus > ul > li > span.KB_Editor_Bdr_div > svg,
200
+ .default :global .KB_Editor_menus > ul > li > span.KB_Editor_Bdr_div > svg {
201
201
  width: var(--zd_size8) ;
202
202
  height: var(--zd_size8) ;
203
203
  }
@@ -241,18 +241,18 @@
241
241
  left: 0 ;
242
242
  }
243
243
 
244
- [dir=ltr] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=ltr] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
244
+ [dir=ltr] .large :global .KB_Editor_menus .KB_Editor_MultiTools > li, [dir=ltr] .default :global .KB_Editor_menus .KB_Editor_MultiTools > li {
245
245
  margin-right: var(--zd_size2) ;
246
246
  }
247
247
 
248
- [dir=rtl] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=rtl] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
248
+ [dir=rtl] .large :global .KB_Editor_menus .KB_Editor_MultiTools > li, [dir=rtl] .default :global .KB_Editor_menus .KB_Editor_MultiTools > li {
249
249
  margin-left: var(--zd_size2) ;
250
250
  }
251
251
 
252
252
  /* xlarge type editor - reply area, blue print cases - full height hover style */
253
253
  .xlarge :global .KB_Editor,
254
254
  .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools,
255
- .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li {
255
+ .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools > li {
256
256
  display: -webkit-box;
257
257
  display: -ms-flexbox;
258
258
  display: flex;
@@ -293,7 +293,7 @@
293
293
  min-height: inherit ;
294
294
  }
295
295
 
296
- .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li {
296
+ .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools > li {
297
297
  height: unset;
298
298
  -webkit-box-align: center;
299
299
  -ms-flex-align: center;
@@ -302,11 +302,11 @@
302
302
  float: unset;
303
303
  }
304
304
 
305
- [dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li {
305
+ [dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools > li {
306
306
  margin-right: 0 ;
307
307
  }
308
308
 
309
- [dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li {
309
+ [dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools > li {
310
310
  margin-left: 0 ;
311
311
  }
312
312
 
@@ -324,12 +324,12 @@
324
324
  padding: var(--zd_size6) ;
325
325
  }
326
326
 
327
- .xlarge :global .KB_Editor_menus>ul>li>span>svg {
327
+ .xlarge :global .KB_Editor_menus > ul > li > span > svg {
328
328
  width: var(--zd_size22) ;
329
329
  height: var(--zd_size22) ;
330
330
  }
331
331
 
332
- .xlarge :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
332
+ .xlarge :global .KB_Editor_menus > ul > li > span.KB_Editor_Bdr_div > svg {
333
333
  width: var(--zd_size8) ;
334
334
  height: var(--zd_size8) ;
335
335
  }
@@ -354,13 +354,13 @@
354
354
  left: 0 ;
355
355
  }
356
356
 
357
- .xlarge :global .KB_Editor_menus>ul>li>span.SnippetIcon svg {
357
+ .xlarge :global .KB_Editor_menus > ul > li > span.SnippetIcon svg {
358
358
  width: var(--zd_size17) ;
359
359
  height: var(--zd_size21) ;
360
360
  padding: 0 var(--zd_size7) ;
361
361
  }
362
362
 
363
- .xlarge :global .KB_Editor_menus>ul>li>span.TemplateIcon svg {
363
+ .xlarge :global .KB_Editor_menus > ul > li > span.TemplateIcon svg {
364
364
  width: var(--zd_size16) ;
365
365
  height: var(--zd_size16) ;
366
366
  padding: 0 var(--zd_size9) ;
@@ -393,16 +393,31 @@
393
393
  padding: 0 var(--zd_size7) ;
394
394
  }
395
395
 
396
- .xlarge :global .KB_Editor_MultiTools li .Kbeditor_more_icon>svg {
396
+ .xlarge :global .KB_Editor_MultiTools li .Kbeditor_more_icon > svg {
397
397
  width: var(--zd_size12) ;
398
398
  height: var(--zd_size12) ;
399
399
  }
400
400
 
401
- .xlarge :global .KB_Editor_menus>ul>li>span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(.TemplateIcon):not(.KB_Editor_Richtext):not(.KB_Editor_PlainText) {
401
+ .xlarge
402
+ :global
403
+ .KB_Editor_menus
404
+ > ul
405
+ > li
406
+ > span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(
407
+ .TemplateIcon
408
+ ):not(.KB_Editor_Richtext):not(.KB_Editor_PlainText) {
402
409
  height: var(--zd_size21) ;
403
410
  }
404
411
 
405
- .xlarge :global .KB_Editor_menus>ul>li>span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(.TemplateIcon)>svg {
412
+ .xlarge
413
+ :global
414
+ .KB_Editor_menus
415
+ > ul
416
+ > li
417
+ > span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(
418
+ .TemplateIcon
419
+ )
420
+ > svg {
406
421
  width: var(--zd_size21) ;
407
422
  height: var(--zd_size21) ;
408
423
  padding: 0 var(--zd_size4) ;
@@ -427,7 +442,7 @@
427
442
  /* medium type editor - snippet, bug tracker cases */
428
443
  .medium :global .KB_Editor,
429
444
  .medium :global .KB_Editor_menus .KB_Editor_MultiTools,
430
- .medium :global .KB_Editor_menus .KB_Editor_MultiTools>li {
445
+ .medium :global .KB_Editor_menus .KB_Editor_MultiTools > li {
431
446
  display: -webkit-box;
432
447
  display: -ms-flexbox;
433
448
  display: flex;
@@ -468,7 +483,7 @@
468
483
  min-height: inherit ;
469
484
  }
470
485
 
471
- .medium :global .KB_Editor_menus .KB_Editor_MultiTools>li {
486
+ .medium :global .KB_Editor_menus .KB_Editor_MultiTools > li {
472
487
  height: unset;
473
488
  -webkit-box-align: center;
474
489
  -ms-flex-align: center;
@@ -481,21 +496,21 @@
481
496
  line-height: 0;
482
497
  }
483
498
 
484
- .medium :global .KB_Editor_menus>ul>li>span>svg {
499
+ .medium :global .KB_Editor_menus > ul > li > span > svg {
485
500
  width: var(--zd_size22) ;
486
501
  height: var(--zd_size22) ;
487
502
  }
488
503
 
489
- .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
504
+ .medium :global .KB_Editor_menus > ul > li > span.KB_Editor_Bdr_div > svg {
490
505
  width: var(--zd_size8) ;
491
506
  height: var(--zd_size8) ;
492
507
  }
493
508
 
494
- [dir=ltr] .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
509
+ [dir=ltr] .medium :global .KB_Editor_menus > ul > li > span.KB_Editor_Bdr_div > svg {
495
510
  padding: 0 0 0 var(--zd_size2) ;
496
511
  }
497
512
 
498
- [dir=rtl] .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
513
+ [dir=rtl] .medium :global .KB_Editor_menus > ul > li > span.KB_Editor_Bdr_div > svg {
499
514
  padding: 0 var(--zd_size2) 0 0 ;
500
515
  }
501
516
 
@@ -532,7 +547,7 @@
532
547
  padding: 0 var(--zd_size3) ;
533
548
  }
534
549
 
535
- .medium :global .KB_Editor_MultiTools li .Kbeditor_more_icon>svg {
550
+ .medium :global .KB_Editor_MultiTools li .Kbeditor_more_icon > svg {
536
551
  width: var(--zd_size12) ;
537
552
  height: var(--zd_size12) ;
538
553
  }
@@ -612,13 +627,13 @@
612
627
  line-height: 0;
613
628
  }
614
629
 
615
- .small :global .KB_Editor_menus>ul>li>span>svg,
616
- .mini :global .KB_Editor_menus>ul>li>span>svg {
630
+ .small :global .KB_Editor_menus > ul > li > span > svg,
631
+ .mini :global .KB_Editor_menus > ul > li > span > svg {
617
632
  width: var(--zd_size25) ;
618
633
  height: var(--zd_size25) ;
619
634
  }
620
635
 
621
- .small :global .KB_Editor_menus>ul>li>span>svg, .mini :global .KB_Editor_menus>ul>li>span>svg {
636
+ .small :global .KB_Editor_menus > ul > li > span > svg, .mini :global .KB_Editor_menus > ul > li > span > svg {
622
637
  padding: 0 var(--zd_size6) ;
623
638
  }
624
639
 
@@ -759,7 +774,8 @@
759
774
  position: absolute !important;
760
775
  top: 0 ;
761
776
  opacity: 0;
762
- visibility: hidden;
777
+ /* visibility: hidden; */
778
+ z-index: -1;
763
779
  }
764
780
 
765
781
  [dir=ltr] .editorHide :global .KB_Editor {
@@ -768,4 +784,4 @@
768
784
 
769
785
  [dir=rtl] .editorHide :global .KB_Editor {
770
786
  right: 0 ;
771
- }
787
+ }
@@ -440,7 +440,8 @@ export class StatusDropdown extends React.Component {
440
440
  needMultiLineText: needMultiLineText,
441
441
  a11y: {
442
442
  role: isSearch ? 'option' : 'menuitem',
443
- ariaSelected: value === item[keyName]
443
+ ariaSelected: value === item[keyName],
444
+ 'data-a11y-list-active': selectedIndex === i
444
445
  }
445
446
  })))) : isDataLoaded ? /*#__PURE__*/React.createElement(CommonEmptyState, {
446
447
  className: style.svgWrapper,
@@ -68,7 +68,9 @@ export default class StatusListItem extends React.Component {
68
68
  isDisabled,
69
69
  bulletColor,
70
70
  a11y,
71
- needMultiLineText
71
+ needMultiLineText,
72
+ customClass,
73
+ children
72
74
  } = this.props;
73
75
  let options = {};
74
76
  let {
@@ -88,7 +90,7 @@ export default class StatusListItem extends React.Component {
88
90
  isCover: false,
89
91
  align: "baseline",
90
92
  alignBox: "row",
91
- className: `${style.list} ${style[size]} ${style[palette]} ${active ? style.active : highlight && !isDisabled ? style.hover : ''} ${autoHover && !isDisabled ? style.effect : ''} ${needTick ? style.withTick : ''} ${isDisabled ? CssProvider('isDisable') : ''} ${needBorder ? style.withBorder : ''}`,
93
+ className: `${style.list} ${style[size]} ${style[palette]} ${active ? style.active : highlight && !isDisabled ? style.hover : ''} ${autoHover && !isDisabled ? style.effect : ''} ${needTick ? style.withTick : ''} ${isDisabled ? CssProvider('isDisable') : ''} ${needBorder ? style.withBorder : ''} ${customClass}`,
92
94
  dataId: String(value).replace("'", '_'),
93
95
  onClick: !isDisabled && this.handleClick,
94
96
  onMouseEnter: this.handleMouseEnter,
@@ -96,14 +98,19 @@ export default class StatusListItem extends React.Component {
96
98
  tagName: isLink ? 'a' : 'li',
97
99
  "data-title": isDisabled ? disableTitle : null,
98
100
  tabindex: isDisabled ? '-1' : '0'
99
- }, options), /*#__PURE__*/React.createElement(Box, {
101
+ }, options, a11y), /*#__PURE__*/React.createElement(Box, {
100
102
  className: `${style.statusType} ${style[bulletColor]}`
101
103
  }), /*#__PURE__*/React.createElement(Box, {
102
- "data-title": isDisabled ? null : title,
103
104
  flexible: true,
105
+ shrink: true
106
+ }, /*#__PURE__*/React.createElement(Container, {
107
+ alignBox: "row",
108
+ align: needMultiLineText ? 'top' : 'vertical'
109
+ }, /*#__PURE__*/React.createElement(Box, {
110
+ "data-title": isDisabled ? null : title,
104
111
  shrink: true,
105
112
  className: needMultiLineText ? style.multiLineValue : style.value
106
- }, value), needTick && active ? /*#__PURE__*/React.createElement("div", {
113
+ }, value), /*#__PURE__*/React.createElement(Box, null, children && children))), needTick && active ? /*#__PURE__*/React.createElement("div", {
107
114
  className: style.tickIcon,
108
115
  "aria-hidden": ariaHidden
109
116
  }, /*#__PURE__*/React.createElement(Icon, {
@@ -11,5 +11,6 @@ export const defaultProps = {
11
11
  needBorder: true,
12
12
  bulletColor: 'black',
13
13
  a11y: {},
14
- needMultiLineText: false
14
+ needMultiLineText: false,
15
+ customClass: ''
15
16
  };
@@ -25,5 +25,7 @@ export const propTypes = {
25
25
  role: PropTypes.string,
26
26
  ariaSelected: PropTypes.bool,
27
27
  ariaHidden: PropTypes.bool
28
- })
28
+ }),
29
+ customClass: PropTypes.string,
30
+ children: PropTypes.node
29
31
  };
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  /*** Libraries ***/
2
4
  import React, { Component } from 'react';
3
5
  import { defaultProps } from './props/defaultProps';
@@ -62,7 +64,8 @@ export default class Lookup extends Component {
62
64
  ariaLabelledby,
63
65
  ariaDescribedby,
64
66
  ariaLabel,
65
- ariaModal = isActive ? true : undefined
67
+ ariaModal = isActive ? true : undefined,
68
+ ...a11yAttributes
66
69
  } = a11y;
67
70
  const {
68
71
  focusScopeProps = {}
@@ -74,7 +77,7 @@ export default class Lookup extends Component {
74
77
  needFocusLoop = true,
75
78
  needEnterAction = true
76
79
  } = focusScopeProps;
77
- const content = /*#__PURE__*/React.createElement("div", {
80
+ const content = /*#__PURE__*/React.createElement("div", _extends({
78
81
  ref: this.createRef,
79
82
  tabIndex: "-1",
80
83
  "data-a11y-need-focus-style": "false",
@@ -87,7 +90,7 @@ export default class Lookup extends Component {
87
90
  className: `${style.box} ${style[`${size}Size`]}`,
88
91
  "data-id": dataId,
89
92
  "data-test-id": dataId
90
- }, /*#__PURE__*/React.createElement(Container, {
93
+ }, a11yAttributes), /*#__PURE__*/React.createElement(Container, {
91
94
  "data-drag-container": "true",
92
95
  isCover: false,
93
96
  className: isMinHeight ? `${style.wrapper}` : `${style.coverwrap}`
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+ import '@zohodesk/variables/assets/sizeVariables.module.css';
3
+ import { getAppearance, getTheme } from './libraryChunks/dynamicImports';
4
+ import { propTypes } from './props/propTypes';
5
+ import { defaultProps } from './props/defaultProps';
6
+ export default function DotWrapper(props) {
7
+ let {
8
+ appearance,
9
+ theme,
10
+ library,
11
+ isZoom,
12
+ baseZoomSize
13
+ } = props;
14
+ getAppearance(appearance, library);
15
+ getTheme(appearance, theme, library);
16
+ const wrapperStyle = {
17
+ background: 'aqua',
18
+ color: '#000',
19
+ padding: 'var(--zd_size20)',
20
+ '--zd_baseSize': baseZoomSize
21
+ };
22
+ return /*#__PURE__*/React.createElement("div", {
23
+ className: "rootWrapper",
24
+ style: wrapperStyle
25
+ }, "Dot Wrapper");
26
+ }
27
+ DotWrapper.propTypes = propTypes;
28
+ DotWrapper.defaultProps = defaultProps;
@@ -0,0 +1 @@
1
+ import '@zohodesk/components/assets/Appearance/dark/mode/Component_DarkMode.module.css';
@@ -0,0 +1 @@
1
+ import '@zohodesk/components/assets/Appearance/light/mode/Component_LightMode.module.css';
@@ -0,0 +1 @@
1
+ import '@zohodesk/components/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css';
@@ -0,0 +1 @@
1
+ import './../../../../../../assets/Appearance/dark/mode/Dot_DarkMode.module.css';
@@ -0,0 +1 @@
1
+ import './../../../../../../assets/Appearance/light/mode/Dot_LightMode.module.css';
@@ -0,0 +1 @@
1
+ import './../../../../../../assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css';