@zohodesk/dot 1.0.0-temp-191.1 → 1.0.0-temp-193

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 (173) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +11 -0
  3. package/es/ActionButton/ActionButton.module.css +192 -192
  4. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  5. package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
  6. package/es/ChannelIcon/ChannelIcon.module.css +225 -225
  7. package/es/FormAction/FormAction.module.css +100 -100
  8. package/es/IconButton/IconButton.module.css +22 -22
  9. package/es/TagWithIcon/TagWithIcon.module.css +66 -66
  10. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  11. package/es/common/dot_boxShadow.module.css +0 -2
  12. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  13. package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -1
  14. package/es/form/fields/Fields.module.css +17 -0
  15. package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -1
  16. package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -1
  17. package/es/form/fields/TextareaField/TextareaField.js +30 -23
  18. package/es/form/fields/TextareaField/props/defaultProps.js +1 -0
  19. package/es/form/fields/TextareaField/props/propTypes.js +2 -0
  20. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  21. package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  22. package/es/list/Comment/Comment.module.css +29 -29
  23. package/es/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +2 -2
  24. package/es/list/Dot/Dot.module.css +15 -15
  25. package/es/list/ListLayout/ListLayout.module.css +79 -79
  26. package/es/list/Subject/Subject.module.css +34 -34
  27. package/es/list/Thread/Thread.module.css +42 -42
  28. package/es/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +2 -2
  29. package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +4 -2
  30. package/es/v1/DotProvider/DotProvider.js +58 -0
  31. package/es/v1/DotProvider/libraryChunks/dynamicImports.js +40 -0
  32. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
  33. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
  34. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
  35. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
  36. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
  37. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
  38. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
  39. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
  40. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
  41. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
  42. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
  43. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
  44. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
  45. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
  46. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
  47. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
  48. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
  49. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
  50. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
  51. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
  52. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
  53. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
  54. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
  55. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
  56. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
  57. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
  58. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
  59. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
  60. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
  61. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
  62. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
  63. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
  64. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
  65. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
  66. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
  67. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
  68. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
  69. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
  70. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
  71. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
  72. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
  73. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
  74. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
  75. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
  76. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
  77. package/es/v1/DotProvider/props/defaultProps.js +12 -0
  78. package/es/v1/DotProvider/props/propTypes.js +12 -0
  79. package/es/v1/DotProvider/utils/appearanceProperties.js +46 -0
  80. package/es/v1/DotProvider/utils/errorMessage.js +7 -0
  81. package/es/v1/DotProvider/utils/importFiles.js +18 -0
  82. package/es/v1/DotProvider/utils/sizeProperties.js +12 -0
  83. package/es/v1/DotProvider/utils/themeProperties.js +220 -0
  84. package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  85. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  86. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  87. package/lib/ActionButton/ActionButton.module.css +192 -192
  88. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  89. package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
  90. package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
  91. package/lib/FormAction/FormAction.module.css +100 -100
  92. package/lib/IconButton/IconButton.module.css +22 -22
  93. package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
  94. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  95. package/lib/common/dot_boxShadow.module.css +0 -2
  96. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  97. package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -1
  98. package/lib/form/fields/Fields.module.css +17 -0
  99. package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -1
  100. package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -1
  101. package/lib/form/fields/TextareaField/TextareaField.js +31 -22
  102. package/lib/form/fields/TextareaField/props/defaultProps.js +2 -1
  103. package/lib/form/fields/TextareaField/props/propTypes.js +3 -1
  104. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  105. package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  106. package/lib/list/Comment/Comment.module.css +29 -29
  107. package/lib/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +2 -2
  108. package/lib/list/Dot/Dot.module.css +15 -15
  109. package/lib/list/ListLayout/ListLayout.module.css +79 -79
  110. package/lib/list/Subject/Subject.module.css +34 -34
  111. package/lib/list/Thread/Thread.module.css +42 -42
  112. package/lib/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +2 -2
  113. package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +4 -2
  114. package/lib/v1/DotProvider/DotProvider.js +77 -0
  115. package/lib/v1/DotProvider/libraryChunks/dynamicImports.js +59 -0
  116. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
  117. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
  118. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
  119. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
  120. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
  121. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
  122. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
  123. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
  124. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
  125. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
  126. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
  127. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
  128. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
  129. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
  130. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
  131. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
  132. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
  133. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
  134. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
  135. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
  136. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
  137. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
  138. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
  139. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
  140. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
  141. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
  142. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
  143. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
  144. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
  145. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
  146. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
  147. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
  148. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
  149. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
  150. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
  151. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
  152. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
  153. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
  154. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
  155. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
  156. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
  157. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
  158. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
  159. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
  160. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
  161. package/lib/v1/DotProvider/props/defaultProps.js +19 -0
  162. package/lib/v1/DotProvider/props/propTypes.js +23 -0
  163. package/lib/v1/DotProvider/utils/appearanceProperties.js +79 -0
  164. package/lib/v1/DotProvider/utils/errorMessage.js +14 -0
  165. package/lib/v1/DotProvider/utils/importFiles.js +25 -0
  166. package/lib/v1/DotProvider/utils/sizeProperties.js +31 -0
  167. package/lib/v1/DotProvider/utils/themeProperties.js +325 -0
  168. package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  169. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  170. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  171. package/package.json +3 -3
  172. package/result.json +1 -1
  173. package/unittest/index.html +2 -18
@@ -0,0 +1,220 @@
1
+ export const themeImports = {
2
+ Lib_Blue_Light_Component: () => import(
3
+ /* webpackChunkName: 'Lib_Blue_Light_Component' */
4
+ '../libraryChunks/themes/component/blue/Blue_Light_Component'),
5
+ Lib_Blue_Dark_Component: () => import(
6
+ /* webpackChunkName: 'Lib_Blue_Dark_Component' */
7
+ '../libraryChunks/themes/component/blue/Blue_Dark_Component'),
8
+ Lib_Blue_PureDark_Component: () => import(
9
+ /* webpackChunkName: 'Lib_Blue_PureDark_Component' */
10
+ '../libraryChunks/themes/component/blue/Blue_PureDark_Component'),
11
+ Lib_Green_Light_Component: () => import(
12
+ /* webpackChunkName: 'Lib_Green_Light_Component' */
13
+ '../libraryChunks/themes/component/green/Green_Light_Component'),
14
+ Lib_Green_Dark_Component: () => import(
15
+ /* webpackChunkName: 'Lib_Green_Dark_Component' */
16
+ '../libraryChunks/themes/component/green/Green_Dark_Component'),
17
+ Lib_Green_PureDark_Component: () => import(
18
+ /* webpackChunkName: 'Lib_Green_PureDark_Component' */
19
+ '../libraryChunks/themes/component/green/Green_PureDark_Component'),
20
+ Lib_Orange_Light_Component: () => import(
21
+ /* webpackChunkName: 'Lib_Orange_Light_Component' */
22
+ '../libraryChunks/themes/component/orange/Orange_Light_Component'),
23
+ Lib_Orange_Dark_Component: () => import(
24
+ /* webpackChunkName: 'Lib_Orange_Dark_Component' */
25
+ '../libraryChunks/themes/component/orange/Orange_Dark_Component'),
26
+ Lib_Orange_PureDark_Component: () => import(
27
+ /* webpackChunkName: 'Lib_Orange_PureDark_Component' */
28
+ '../libraryChunks/themes/component/orange/Orange_PureDark_Component'),
29
+ Lib_Red_Light_Component: () => import(
30
+ /* webpackChunkName: 'Lib_Red_Light_Component' */
31
+ '../libraryChunks/themes/component/red/Red_Light_Component'),
32
+ Lib_Red_Dark_Component: () => import(
33
+ /* webpackChunkName: 'Lib_Red_Dark_Component' */
34
+ '../libraryChunks/themes/component/red/Red_Dark_Component'),
35
+ Lib_Red_PureDark_Component: () => import(
36
+ /* webpackChunkName: 'Lib_Red_PureDark_Component' */
37
+ '../libraryChunks/themes/component/red/Red_PureDark_Component'),
38
+ Lib_Yellow_Light_Component: () => import(
39
+ /* webpackChunkName: 'Lib_Yellow_Light_Component' */
40
+ '../libraryChunks/themes/component/yellow/Yellow_Light_Component'),
41
+ Lib_Yellow_Dark_Component: () => import(
42
+ /* webpackChunkName: 'Lib_Yellow_Dark_Component' */
43
+ '../libraryChunks/themes/component/yellow/Yellow_Dark_Component'),
44
+ Lib_Yellow_PureDark_Component: () => import(
45
+ /* webpackChunkName: 'Lib_Yellow_PureDark_Component' */
46
+ '../libraryChunks/themes/component/yellow/Yellow_PureDark_Component'),
47
+ Lib_Blue_Light_Dot: () => import(
48
+ /* webpackChunkName: 'Lib_Blue_Light_Dot' */
49
+ '../libraryChunks/themes/dot/blue/Blue_Light_Dot'),
50
+ Lib_Blue_Dark_Dot: () => import(
51
+ /* webpackChunkName: 'Lib_Blue_Dark_Dot' */
52
+ '../libraryChunks/themes/dot/blue/Blue_Dark_Dot'),
53
+ Lib_Blue_PureDark_Dot: () => import(
54
+ /* webpackChunkName: 'Lib_Blue_PureDark_Dot' */
55
+ '../libraryChunks/themes/dot/blue/Blue_PureDark_Dot'),
56
+ Lib_Green_Light_Dot: () => import(
57
+ /* webpackChunkName: 'Lib_Green_Light_Dot' */
58
+ '../libraryChunks/themes/dot/green/Green_Light_Dot'),
59
+ Lib_Green_Dark_Dot: () => import(
60
+ /* webpackChunkName: 'Lib_Green_Dark_Dot' */
61
+ '../libraryChunks/themes/dot/green/Green_Dark_Dot'),
62
+ Lib_Green_PureDark_Dot: () => import(
63
+ /* webpackChunkName: 'Lib_Green_PureDark_Dot' */
64
+ '../libraryChunks/themes/dot/green/Green_PureDark_Dot'),
65
+ Lib_Orange_Light_Dot: () => import(
66
+ /* webpackChunkName: 'Lib_Orange_Light_Dot' */
67
+ '../libraryChunks/themes/dot/orange/Orange_Light_Dot'),
68
+ Lib_Orange_Dark_Dot: () => import(
69
+ /* webpackChunkName: 'Lib_Orange_Dark_Dot' */
70
+ '../libraryChunks/themes/dot/orange/Orange_Dark_Dot'),
71
+ Lib_Orange_PureDark_Dot: () => import(
72
+ /* webpackChunkName: 'Lib_Orange_PureDark_Dot' */
73
+ '../libraryChunks/themes/dot/orange/Orange_PureDark_Dot'),
74
+ Lib_Red_Light_Dot: () => import(
75
+ /* webpackChunkName: 'Lib_Red_Light_Dot' */
76
+ '../libraryChunks/themes/dot/red/Red_Light_Dot'),
77
+ Lib_Red_Dark_Dot: () => import(
78
+ /* webpackChunkName: 'Lib_Red_Dark_Dot' */
79
+ '../libraryChunks/themes/dot/red/Red_Dark_Dot'),
80
+ Lib_Red_PureDark_Dot: () => import(
81
+ /* webpackChunkName: 'Lib_Red_PureDark_Dot' */
82
+ '../libraryChunks/themes/dot/red/Red_PureDark_Dot'),
83
+ Lib_Yellow_Light_Dot: () => import(
84
+ /* webpackChunkName: 'Lib_Yellow_Light_Dot' */
85
+ '../libraryChunks/themes/dot/yellow/Yellow_Light_Dot'),
86
+ Lib_Yellow_Dark_Dot: () => import(
87
+ /* webpackChunkName: 'Lib_Yellow_Dark_Dot' */
88
+ '../libraryChunks/themes/dot/yellow/Yellow_Dark_Dot'),
89
+ Lib_Yellow_PureDark_Dot: () => import(
90
+ /* webpackChunkName: 'Lib_Yellow_PureDark_Dot' */
91
+ '../libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot'),
92
+ Lib_Blue_Light_SVG: () => import(
93
+ /* webpackChunkName: 'Lib_Blue_Light_SVG' */
94
+ '../libraryChunks/themes/svg/blue/Blue_Light_SVG'),
95
+ Lib_Blue_Dark_SVG: () => import(
96
+ /* webpackChunkName: 'Lib_Blue_Dark_SVG' */
97
+ '../libraryChunks/themes/svg/blue/Blue_Dark_SVG'),
98
+ Lib_Blue_PureDark_SVG: () => import(
99
+ /* webpackChunkName: 'Lib_Blue_PureDark_SVG' */
100
+ '../libraryChunks/themes/svg/blue/Blue_PureDark_SVG'),
101
+ Lib_Green_Light_SVG: () => import(
102
+ /* webpackChunkName: 'Lib_Green_Light_SVG' */
103
+ '../libraryChunks/themes/svg/green/Green_Light_SVG'),
104
+ Lib_Green_Dark_SVG: () => import(
105
+ /* webpackChunkName: 'Lib_Green_Dark_SVG' */
106
+ '../libraryChunks/themes/svg/green/Green_Dark_SVG'),
107
+ Lib_Green_PureDark_SVG: () => import(
108
+ /* webpackChunkName: 'Lib_Green_PureDark_SVG' */
109
+ '../libraryChunks/themes/svg/green/Green_PureDark_SVG'),
110
+ Lib_Orange_Light_SVG: () => import(
111
+ /* webpackChunkName: 'Lib_Orange_Light_SVG' */
112
+ '../libraryChunks/themes/svg/orange/Orange_Light_SVG'),
113
+ Lib_Orange_Dark_SVG: () => import(
114
+ /* webpackChunkName: 'Lib_Orange_Dark_SVG' */
115
+ '../libraryChunks/themes/svg/orange/Orange_Dark_SVG'),
116
+ Lib_Orange_PureDark_SVG: () => import(
117
+ /* webpackChunkName: 'Lib_Orange_PureDark_SVG' */
118
+ '../libraryChunks/themes/svg/orange/Orange_PureDark_SVG'),
119
+ Lib_Red_Light_SVG: () => import(
120
+ /* webpackChunkName: 'Lib_Red_Light_SVG' */
121
+ '../libraryChunks/themes/svg/red/Red_Light_SVG'),
122
+ Lib_Red_Dark_SVG: () => import(
123
+ /* webpackChunkName: 'Lib_Red_Dark_SVG' */
124
+ '../libraryChunks/themes/svg/red/Red_Dark_SVG'),
125
+ Lib_Red_PureDark_SVG: () => import(
126
+ /* webpackChunkName: 'Lib_Red_PureDark_SVG' */
127
+ '../libraryChunks/themes/svg/red/Red_PureDark_SVG'),
128
+ Lib_Yellow_Light_SVG: () => import(
129
+ /* webpackChunkName: 'Lib_Yellow_Light_SVG' */
130
+ '../libraryChunks/themes/svg/yellow/Yellow_Light_SVG'),
131
+ Lib_Yellow_Dark_SVG: () => import(
132
+ /* webpackChunkName: 'Lib_Yellow_Dark_SVG' */
133
+ '../libraryChunks/themes/svg/yellow/Yellow_Dark_SVG'),
134
+ Lib_Yellow_PureDark_SVG: () => import(
135
+ /* webpackChunkName: 'Lib_Yellow_PureDark_SVG' */
136
+ '../libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG')
137
+ };
138
+ export const themeMapping = {
139
+ component: {
140
+ blue: {
141
+ light: 'Lib_Blue_Light_Component',
142
+ dark: 'Lib_Blue_Dark_Component',
143
+ pureDark: 'Lib_Blue_PureDark_Component'
144
+ },
145
+ green: {
146
+ light: 'Lib_Green_Light_Component',
147
+ dark: 'Lib_Green_Dark_Component',
148
+ pureDark: 'Lib_Green_PureDark_Component'
149
+ },
150
+ orange: {
151
+ light: 'Lib_Orange_Light_Component',
152
+ dark: 'Lib_Orange_Dark_Component',
153
+ pureDark: 'Lib_Orange_PureDark_Component'
154
+ },
155
+ red: {
156
+ light: 'Lib_Red_Light_Component',
157
+ dark: 'Lib_Red_Dark_Component',
158
+ pureDark: 'Lib_Red_PureDark_Component'
159
+ },
160
+ yellow: {
161
+ light: 'Lib_Yellow_Light_Component',
162
+ dark: 'Lib_Yellow_Dark_Component',
163
+ pureDark: 'Lib_Yellow_PureDark_Component'
164
+ }
165
+ },
166
+ dot: {
167
+ blue: {
168
+ light: 'Lib_Blue_Light_Dot',
169
+ dark: 'Lib_Blue_Dark_Dot',
170
+ pureDark: 'Lib_Blue_PureDark_Dot'
171
+ },
172
+ green: {
173
+ light: 'Lib_Green_Light_Dot',
174
+ dark: 'Lib_Green_Dark_Dot',
175
+ pureDark: 'Lib_Green_PureDark_Dot'
176
+ },
177
+ orange: {
178
+ light: 'Lib_Orange_Light_Dot',
179
+ dark: 'Lib_Orange_Dark_Dot',
180
+ pureDark: 'Lib_Orange_PureDark_Dot'
181
+ },
182
+ red: {
183
+ light: 'Lib_Red_Light_Dot',
184
+ dark: 'Lib_Red_Dark_Dot',
185
+ pureDark: 'Lib_Red_PureDark_Dot'
186
+ },
187
+ yellow: {
188
+ light: 'Lib_Yellow_Light_Dot',
189
+ dark: 'Lib_Yellow_Dark_Dot',
190
+ pureDark: 'Lib_Yellow_PureDark_Dot'
191
+ }
192
+ },
193
+ svg: {
194
+ blue: {
195
+ light: 'Lib_Blue_Light_SVG',
196
+ dark: 'Lib_Blue_Dark_SVG',
197
+ pureDark: 'Lib_Blue_PureDark_SVG'
198
+ },
199
+ green: {
200
+ light: 'Lib_Green_Light_SVG',
201
+ dark: 'Lib_Green_Dark_SVG',
202
+ pureDark: 'Lib_Green_PureDark_SVG'
203
+ },
204
+ orange: {
205
+ light: 'Lib_Orange_Light_SVG',
206
+ dark: 'Lib_Orange_Dark_SVG',
207
+ pureDark: 'Lib_Orange_PureDark_SVG'
208
+ },
209
+ red: {
210
+ light: 'Lib_Red_Light_SVG',
211
+ dark: 'Lib_Red_Dark_SVG',
212
+ pureDark: 'Lib_Red_PureDark_SVG'
213
+ },
214
+ yellow: {
215
+ light: 'Lib_Yellow_Light_SVG',
216
+ dark: 'Lib_Yellow_Dark_SVG',
217
+ pureDark: 'Lib_Yellow_PureDark_SVG'
218
+ }
219
+ }
220
+ };
@@ -1,178 +1,178 @@
1
- .varClass {
2
- /* globalnotfication default variables */
3
- --commonalert_border_color: var(--zdt_commonalert_default_border);
4
- --globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
5
- --globalnotification_text_color: var(--zdt_globalnotification_default_text);
6
- }
7
-
8
- .message {
9
- composes: varClass;
10
- position: absolute;
11
- top: 0 ;
12
- z-index: 1000;
13
- width: var(--zd_size420) ;
14
- text-align: center;
15
- margin: auto ;
16
- }
17
-
18
- [dir=ltr] .message {
19
- left: 0 ;
20
- right: 0 ;
21
- }
22
-
23
- [dir=rtl] .message {
24
- right: 0 ;
25
- left: 0 ;
26
- }
27
-
28
- .stackShadowOne::after,
29
- .stackShadowTwo::before {
30
- content: '';
31
- position: absolute;
32
- height: var(--zd_size20) ;
33
- }
34
-
35
- .stackShadowOne::after, .stackShadowTwo::before {
36
- background-color: var(--globalnotification_bg_color);
37
- border-radius: 0 0 6px 6px;
38
- box-shadow: var(--zd_bs_globalnotification_container);
39
- }
40
-
41
- [dir=ltr] .stackShadowOne::after, [dir=ltr] .stackShadowTwo::before {
42
- left: 50% ;
43
- right: 50% ;
44
- transform: translate(-50%);
45
- animation: behindInfo 0.8s forwards;
46
- }
47
-
48
- [dir=rtl] .stackShadowOne::after, [dir=rtl] .stackShadowTwo::before {
49
- right: 50% ;
50
- left: 50% ;
51
- transform: translate(50%);
52
- animation: behindInfo 0.8s forwards;
53
- }
54
-
55
- .stackShadowTwo::before {
56
- width: 90% ;
57
- bottom: calc( var(--zd_size10) * -1 ) ;
58
- }
59
-
60
- .stackShadowOne::after {
61
- width: 95% ;
62
- bottom: calc( var(--zd_size5) * -1 ) ;
63
- }
64
-
65
- @keyframes behindInfo {
66
-
67
- 0%,
68
- 40% {
69
- opacity: 0;
70
- }
71
-
72
- 100% {
73
- opacity: 1;
74
- }
75
- }
76
-
77
- .container {
78
- position: relative;
79
- pointer-events: initial;
80
- color: var(--globalnotification_text_color);
81
- z-index: 1;
82
- composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
83
- width: 100% ;
84
- box-shadow: var(--zd_bs_globalnotification_container);
85
- border-radius: 0 0 var(--zd_size10) var(--zd_size10);
86
- background-color: var(--globalnotification_bg_color);
87
- border-style: solid;
88
- border-color: var(--commonalert_border_color);
89
- border-width: 2px 1px 1px 1px;
90
- }
91
-
92
- [dir=ltr] .container {
93
- padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
94
- }
95
-
96
- [dir=rtl] .container {
97
- padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
98
- }
99
-
100
- .icon {
101
- width: var(--zd_size44) ;
102
- height: var(--zd_size44) ;
103
- position: absolute;
104
- top: 0 ;
105
- bottom: 0 ;
106
- margin: auto 0 ;
107
- }
108
-
109
- [dir=ltr] .icon {
110
- left: var(--zd_size18) ;
111
- }
112
-
113
- [dir=rtl] .icon {
114
- right: var(--zd_size18) ;
115
- }
116
-
117
- .success {
118
- --commonalert_border_color: var(--zdt_commonalert_success_border);
119
- --globalnotification_bg_color: var(--zdt_globalnotification_success_bg);
120
- --globalnotification_text_color: var(--zdt_globalnotification_success_text);
121
- }
122
-
123
- .info {
124
- --commonalert_border_color: var(--zdt_commonalert_info_border);
125
- --globalnotification_bg_color: var(--zdt_globalnotification_info_bg);
126
- --globalnotification_text_color: var(--zdt_globalnotification_info_text);
127
- }
128
-
129
- .danger {
130
- --commonalert_border_color: var(--zdt_commonalert_danger_border);
131
- --globalnotification_bg_color: var(--zdt_globalnotification_danger_bg);
132
- --globalnotification_text_color: var(--zdt_globalnotification_danger_text);
133
- }
134
-
135
- .error {
136
- --commonalert_border_color: var(--zdt_commonalert_error_border);
137
- --globalnotification_bg_color: var(--zdt_globalnotification_error_bg);
138
- --globalnotification_text_color: var(--zdt_globalnotification_error_text);
139
- }
140
-
141
- .warning {
142
- --commonalert_border_color: var(--zdt_commonalert_warning_border);
143
- --globalnotification_bg_color: var(--zdt_globalnotification_warning_bg);
144
- --globalnotification_text_color: var(--zdt_globalnotification_warning_text);
145
- }
146
-
147
- .text {
148
- font-size: var(--zd_font_size14) ;
149
- font-family: var(--zd_semibold);
150
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
151
- line-height: 1.4286;
152
- overflow: hidden;
153
- }
154
-
155
- [dir=ltr] .text {
156
- text-align: left;
157
- }
158
-
159
- [dir=rtl] .text {
160
- text-align: right;
161
- }
162
-
163
- .close {
164
- position: absolute;
165
- top: 0 ;
166
- bottom: 0 ;
167
- height: var(--zd_size25) ;
168
- }
169
-
170
- [dir=ltr] .close {
171
- right: var(--zd_size12) ;
172
- margin: auto 0 auto var(--zd_size25) ;
173
- }
174
-
175
- [dir=rtl] .close {
176
- left: var(--zd_size12) ;
177
- margin: auto var(--zd_size25) auto 0 ;
1
+ .varClass {
2
+ /* globalnotfication default variables */
3
+ --commonalert_border_color: var(--zdt_commonalert_default_border);
4
+ --globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
5
+ --globalnotification_text_color: var(--zdt_globalnotification_default_text);
6
+ }
7
+
8
+ .message {
9
+ composes: varClass;
10
+ position: absolute;
11
+ top: 0 ;
12
+ z-index: 1000;
13
+ width: var(--zd_size420) ;
14
+ text-align: center;
15
+ margin: auto ;
16
+ }
17
+
18
+ [dir=ltr] .message {
19
+ left: 0 ;
20
+ right: 0 ;
21
+ }
22
+
23
+ [dir=rtl] .message {
24
+ right: 0 ;
25
+ left: 0 ;
26
+ }
27
+
28
+ .stackShadowOne::after,
29
+ .stackShadowTwo::before {
30
+ content: '';
31
+ position: absolute;
32
+ height: var(--zd_size20) ;
33
+ }
34
+
35
+ .stackShadowOne::after, .stackShadowTwo::before {
36
+ background-color: var(--globalnotification_bg_color);
37
+ border-radius: 0 0 6px 6px;
38
+ box-shadow: var(--zd_bs_globalnotification_container);
39
+ }
40
+
41
+ [dir=ltr] .stackShadowOne::after, [dir=ltr] .stackShadowTwo::before {
42
+ left: 50% ;
43
+ right: 50% ;
44
+ transform: translate(-50%);
45
+ animation: behindInfo 0.8s forwards;
46
+ }
47
+
48
+ [dir=rtl] .stackShadowOne::after, [dir=rtl] .stackShadowTwo::before {
49
+ right: 50% ;
50
+ left: 50% ;
51
+ transform: translate(50%);
52
+ animation: behindInfo 0.8s forwards;
53
+ }
54
+
55
+ .stackShadowTwo::before {
56
+ width: 90% ;
57
+ bottom: calc( var(--zd_size10) * -1 ) ;
58
+ }
59
+
60
+ .stackShadowOne::after {
61
+ width: 95% ;
62
+ bottom: calc( var(--zd_size5) * -1 ) ;
63
+ }
64
+
65
+ @keyframes behindInfo {
66
+
67
+ 0%,
68
+ 40% {
69
+ opacity: 0;
70
+ }
71
+
72
+ 100% {
73
+ opacity: 1;
74
+ }
75
+ }
76
+
77
+ .container {
78
+ position: relative;
79
+ pointer-events: initial;
80
+ color: var(--globalnotification_text_color);
81
+ z-index: 1;
82
+ composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
83
+ width: 100% ;
84
+ box-shadow: var(--zd_bs_globalnotification_container);
85
+ border-radius: 0 0 var(--zd_size10) var(--zd_size10);
86
+ background-color: var(--globalnotification_bg_color);
87
+ border-style: solid;
88
+ border-color: var(--commonalert_border_color);
89
+ border-width: 2px 1px 1px 1px;
90
+ }
91
+
92
+ [dir=ltr] .container {
93
+ padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
94
+ }
95
+
96
+ [dir=rtl] .container {
97
+ padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
98
+ }
99
+
100
+ .icon {
101
+ width: var(--zd_size44) ;
102
+ height: var(--zd_size44) ;
103
+ position: absolute;
104
+ top: 0 ;
105
+ bottom: 0 ;
106
+ margin: auto 0 ;
107
+ }
108
+
109
+ [dir=ltr] .icon {
110
+ left: var(--zd_size18) ;
111
+ }
112
+
113
+ [dir=rtl] .icon {
114
+ right: var(--zd_size18) ;
115
+ }
116
+
117
+ .success {
118
+ --commonalert_border_color: var(--zdt_commonalert_success_border);
119
+ --globalnotification_bg_color: var(--zdt_globalnotification_success_bg);
120
+ --globalnotification_text_color: var(--zdt_globalnotification_success_text);
121
+ }
122
+
123
+ .info {
124
+ --commonalert_border_color: var(--zdt_commonalert_info_border);
125
+ --globalnotification_bg_color: var(--zdt_globalnotification_info_bg);
126
+ --globalnotification_text_color: var(--zdt_globalnotification_info_text);
127
+ }
128
+
129
+ .danger {
130
+ --commonalert_border_color: var(--zdt_commonalert_danger_border);
131
+ --globalnotification_bg_color: var(--zdt_globalnotification_danger_bg);
132
+ --globalnotification_text_color: var(--zdt_globalnotification_danger_text);
133
+ }
134
+
135
+ .error {
136
+ --commonalert_border_color: var(--zdt_commonalert_error_border);
137
+ --globalnotification_bg_color: var(--zdt_globalnotification_error_bg);
138
+ --globalnotification_text_color: var(--zdt_globalnotification_error_text);
139
+ }
140
+
141
+ .warning {
142
+ --commonalert_border_color: var(--zdt_commonalert_warning_border);
143
+ --globalnotification_bg_color: var(--zdt_globalnotification_warning_bg);
144
+ --globalnotification_text_color: var(--zdt_globalnotification_warning_text);
145
+ }
146
+
147
+ .text {
148
+ font-size: var(--zd_font_size14) ;
149
+ font-family: var(--zd_semibold);
150
+ composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
151
+ line-height: 1.4286;
152
+ overflow: hidden;
153
+ }
154
+
155
+ [dir=ltr] .text {
156
+ text-align: left;
157
+ }
158
+
159
+ [dir=rtl] .text {
160
+ text-align: right;
161
+ }
162
+
163
+ .close {
164
+ position: absolute;
165
+ top: 0 ;
166
+ bottom: 0 ;
167
+ height: var(--zd_size25) ;
168
+ }
169
+
170
+ [dir=ltr] .close {
171
+ right: var(--zd_size12) ;
172
+ margin: auto 0 auto var(--zd_size25) ;
173
+ }
174
+
175
+ [dir=rtl] .close {
176
+ left: var(--zd_size12) ;
177
+ margin: auto var(--zd_size25) auto 0 ;
178
178
  }