@zohodesk/dot 1.0.0-temp-48 → 1.0.0-temp-52

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 (183) hide show
  1. package/README.md +89 -30
  2. package/es/ActionButton/ActionButton.module.css +25 -9
  3. package/es/AlphabeticList/AlphabeticList.module.css +7 -4
  4. package/es/Appearance/dark/mode/dotDarkMode.module.css +5 -4
  5. package/es/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +2 -0
  6. package/es/Appearance/dark/themes/green/greenDarkDotTheme.module.css +2 -0
  7. package/es/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +2 -0
  8. package/es/Appearance/dark/themes/red/redDarkDotTheme.module.css +2 -0
  9. package/es/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +2 -0
  10. package/es/Appearance/default/mode/dotDefaultMode.module.css +5 -4
  11. package/es/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +2 -0
  12. package/es/Appearance/default/themes/green/greenDefaultDotTheme.module.css +2 -0
  13. package/es/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +2 -0
  14. package/es/Appearance/default/themes/red/redDefaultDotTheme.module.css +2 -0
  15. package/es/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +2 -0
  16. package/es/Attachment/Attachment.module.css +20 -9
  17. package/es/ChannelIcon/ChannelIcon.module.css +30 -21
  18. package/es/Drawer/Drawer.module.css +59 -11
  19. package/es/FlipCard/FlipCard.module.css +14 -5
  20. package/es/FormAction/FormAction.module.css +34 -9
  21. package/es/FreezeLayer/FreezeLayer.module.css +7 -3
  22. package/es/IconButton/IconButton.module.css +1 -1
  23. package/es/ImportantNotes/ImportantNotes.module.css +7 -2
  24. package/es/Link/Link.js +1 -1
  25. package/es/Loader/Loader.module.css +25 -4
  26. package/es/Message/Message.module.css +42 -9
  27. package/es/MessageBanner/MessageBanner.js +10 -5
  28. package/es/MessageBanner/MessageBanner.module.css +13 -4
  29. package/es/NewStar/NewStar.module.css +43 -6
  30. package/es/Provider.js +7 -1
  31. package/es/ToastMessage/ToastMessage.module.css +98 -29
  32. package/es/Upload/Upload.module.css +27 -8
  33. package/es/alert/AlertHeader/AlertHeader.module.css +21 -3
  34. package/es/alert/AlertLookup/AlertLookup.module.css +6 -2
  35. package/es/avatar/AvatarClose/AvatarClose.module.css +9 -3
  36. package/es/avatar/AvatarCollision/AvatarCollision.module.css +18 -4
  37. package/es/avatar/AvatarIcon/AvatarIcon.module.css +3 -4
  38. package/es/avatar/AvatarStatus/AvatarStatus.module.css +59 -9
  39. package/es/avatar/AvatarThread/AvatarThread.js +7 -5
  40. package/es/avatar/AvatarThread/AvatarThread.module.css +55 -5
  41. package/es/avatar/AvatarUser/AvatarUser.module.css +81 -10
  42. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +10 -3
  43. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -3
  44. package/es/docs/setupDocs.js +1 -3
  45. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +19 -6
  46. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +12 -4
  47. package/es/emptystate/EditionPage/EditionPage.css +9 -3
  48. package/es/errorstate/EmptyStates.module.css +13 -10
  49. package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -0
  50. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  51. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
  52. package/es/errorstate/WillBack/WillBack.module.css +1 -3
  53. package/es/form/fields/Fields.module.css +48 -12
  54. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +19 -7
  55. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +4 -1
  56. package/es/form/fields/TextEditor/TextEditor.js +1 -1
  57. package/es/form/fields/TextEditor/TextEditor.module.css +143 -71
  58. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +14 -3
  59. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +9 -4
  60. package/es/form/layout/Section/Section.js +7 -3
  61. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +52 -16
  62. package/es/layout/SubtabLayout/SubtabLayout.module.css +55 -29
  63. package/es/list/BluePrintStatus/BluePrintStatus.module.css +4 -1
  64. package/es/list/Comment/Comment.module.css +5 -0
  65. package/es/list/DotNew/DotNew.module.css +3 -3
  66. package/es/list/GridStencils/GridStencils.module.css +72 -18
  67. package/es/list/Icons/Icons.module.css +1 -1
  68. package/es/list/ListLayout/ListLayout.js +10 -4
  69. package/es/list/ListLayout/ListLayout.module.css +34 -12
  70. package/es/list/ListStencils/ListStencils.module.css +11 -6
  71. package/es/list/SecondaryText/SecondaryText.module.css +13 -3
  72. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +2 -2
  73. package/es/list/SentimentStatus/SentimentStatus.module.css +4 -1
  74. package/es/list/TagNew/TagNew.module.css +14 -7
  75. package/es/list/Thread/Thread.module.css +13 -1
  76. package/es/list/UserTime/UserTime.module.css +6 -0
  77. package/es/list/listCommon.module.css +9 -1
  78. package/es/list/status/StatusDropdown/StatusDropdown.module.css +19 -6
  79. package/es/list/status/StatusListItem/StatusListItem.module.css +38 -15
  80. package/es/lookup/Lookup/Lookup.module.css +2 -2
  81. package/es/lookup/Section/LookupSection.module.css +2 -2
  82. package/es/lookup/header/Close/LookupClose.module.css +4 -4
  83. package/es/lookup/header/ModuleHeader/ModuleHeader.js +8 -3
  84. package/es/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +13 -3
  85. package/es/lookup/header/Search/LookupSearch.module.css +21 -12
  86. package/es/lookup/header/TicketHeader/TicketHeader.js +7 -4
  87. package/es/lookup/header/TicketHeader/TicketHeader.module.css +5 -2
  88. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +9 -4
  89. package/es/lookup/header/lookupHeaderCommon.module.css +22 -6
  90. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +12 -3
  91. package/es/setup/header/Button/HeaderButton.module.css +3 -1
  92. package/es/setup/header/Link/HeaderLink.module.css +7 -1
  93. package/es/setup/header/Search/Search.module.css +19 -8
  94. package/es/setup/header/Views/Views.module.css +15 -5
  95. package/es/setup/helptips/Link/HelpTipsLink.module.css +1 -0
  96. package/es/setup/helptips/ListGroup/ListGroup.module.css +6 -1
  97. package/es/setup/table/TableData/SetupTableData.module.css +11 -3
  98. package/es/setup/table/TableHead/SetupTableHead.module.css +4 -0
  99. package/es/setup/table/TableRow/SetupTableRow.module.css +6 -2
  100. package/es/version2/AlertClose/AlertClose.module.css +1 -1
  101. package/es/version2/GlobalNotification/GlobalNotification.module.css +44 -9
  102. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +25 -2
  103. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +7 -3
  104. package/es/version2/lookup/alertLookupCommonNew.module.css +8 -1
  105. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +28 -14
  106. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +47 -10
  107. package/lib/Appearance/dark/mode/dotDarkMode.module.css +5 -4
  108. package/lib/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +2 -0
  109. package/lib/Appearance/dark/themes/green/greenDarkDotTheme.module.css +2 -0
  110. package/lib/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +2 -0
  111. package/lib/Appearance/dark/themes/red/redDarkDotTheme.module.css +2 -0
  112. package/lib/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +2 -0
  113. package/lib/Appearance/default/mode/dotDefaultMode.module.css +5 -4
  114. package/lib/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +2 -0
  115. package/lib/Appearance/default/themes/green/greenDefaultDotTheme.module.css +2 -0
  116. package/lib/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +2 -0
  117. package/lib/Appearance/default/themes/red/redDefaultDotTheme.module.css +2 -0
  118. package/lib/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +2 -0
  119. package/lib/FreezeLayer/FreezeLayer.module.css +1 -1
  120. package/lib/Link/Link.js +1 -1
  121. package/lib/MessageBanner/MessageBanner.js +10 -5
  122. package/lib/MessageBanner/MessageBanner.module.css +4 -3
  123. package/lib/NewStar/NewStar.module.css +2 -2
  124. package/lib/Provider.js +8 -1
  125. package/lib/ToastMessage/ToastMessage.module.css +4 -8
  126. package/lib/avatar/AvatarThread/AvatarThread.js +7 -5
  127. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -2
  128. package/lib/form/fields/TextEditor/TextEditor.js +1 -1
  129. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +3 -3
  130. package/lib/form/layout/Section/Section.js +7 -3
  131. package/lib/list/GridStencils/GridStencils.module.css +4 -4
  132. package/lib/list/ListLayout/ListLayout.js +11 -5
  133. package/lib/list/ListLayout/ListLayout.module.css +29 -4
  134. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +8 -3
  135. package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +13 -3
  136. package/lib/lookup/header/TicketHeader/TicketHeader.js +7 -4
  137. package/lib/lookup/header/lookupHeaderCommon.module.css +6 -0
  138. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -8
  139. package/package.json +7 -7
  140. package/src/Appearance/dark/mode/dotDarkMode.module.css +5 -4
  141. package/src/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +2 -0
  142. package/src/Appearance/dark/themes/green/greenDarkDotTheme.module.css +2 -0
  143. package/src/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +2 -0
  144. package/src/Appearance/dark/themes/red/redDarkDotTheme.module.css +2 -0
  145. package/src/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +2 -0
  146. package/src/Appearance/default/mode/dotDefaultMode.module.css +5 -4
  147. package/src/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +2 -0
  148. package/src/Appearance/default/themes/green/greenDefaultDotTheme.module.css +2 -0
  149. package/src/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +2 -0
  150. package/src/Appearance/default/themes/red/redDefaultDotTheme.module.css +2 -0
  151. package/src/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +2 -0
  152. package/src/FreezeLayer/FreezeLayer.module.css +1 -1
  153. package/src/Link/Link.js +3 -1
  154. package/src/MessageBanner/MessageBanner.js +10 -6
  155. package/src/MessageBanner/MessageBanner.module.css +3 -2
  156. package/src/NewStar/NewStar.module.css +1 -1
  157. package/src/Provider.js +3 -0
  158. package/src/ToastMessage/ToastMessage.module.css +2 -4
  159. package/src/avatar/AvatarThread/AvatarThread.js +8 -3
  160. package/src/docs/setupDocs.js +0 -2
  161. package/src/form/fields/TextEditor/TextEditor.js +1 -1
  162. package/src/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -2
  163. package/src/form/layout/Section/Section.js +14 -10
  164. package/src/list/GridStencils/GridStencils.module.css +2 -2
  165. package/src/list/ListLayout/ListLayout.js +11 -5
  166. package/src/list/ListLayout/ListLayout.module.css +18 -4
  167. package/src/lookup/header/ModuleHeader/ModuleHeader.js +9 -3
  168. package/src/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +21 -8
  169. package/src/lookup/header/TicketHeader/TicketHeader.js +7 -4
  170. package/src/lookup/header/lookupHeaderCommon.module.css +6 -0
  171. package/src/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -4
  172. package/es/deprecated/Theme/dotDarkTheme.module.css +0 -532
  173. package/es/deprecated/Theme/dotDefaultTheme.module.css +0 -532
  174. package/es/deprecated/Theme/palette/darkPalette.module.css +0 -40
  175. package/es/deprecated/Theme/palette/defaultPalette.module.css +0 -40
  176. package/lib/deprecated/Theme/dotDarkTheme.module.css +0 -532
  177. package/lib/deprecated/Theme/dotDefaultTheme.module.css +0 -532
  178. package/lib/deprecated/Theme/palette/darkPalette.module.css +0 -40
  179. package/lib/deprecated/Theme/palette/defaultPalette.module.css +0 -40
  180. package/src/deprecated/Theme/dotDarkTheme.module.css +0 -532
  181. package/src/deprecated/Theme/dotDefaultTheme.module.css +0 -532
  182. package/src/deprecated/Theme/palette/darkPalette.module.css +0 -40
  183. package/src/deprecated/Theme/palette/defaultPalette.module.css +0 -40
@@ -34,10 +34,15 @@
34
34
  -webkit-line-clamp: 2;
35
35
  }
36
36
  .checkboxText {
37
- padding-left: var(--zd_size6);
38
37
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
39
38
  line-height: normal;
40
39
  }
40
+ [dir=ltr] .checkboxText {
41
+ padding-left: var(--zd_size6);
42
+ }
43
+ [dir=rtl] .checkboxText {
44
+ padding-right: var(--zd_size6);
45
+ }
41
46
  .cbTextReadonly {
42
47
  cursor: not-allowed;
43
48
  }
@@ -47,12 +52,18 @@
47
52
  .disabled {
48
53
  composes: disabled from '~@zohodesk/components/lib/common/common.module.css';
49
54
  }
50
- .radio {
55
+ [dir=ltr] .radio {
51
56
  margin: var(--zd_size5) var(--zd_size32) var(--zd_size5) 0;
52
57
  }
53
- .duration {
58
+ [dir=rtl] .radio {
59
+ margin: var(--zd_size5) 0 var(--zd_size5) var(--zd_size32);
60
+ }
61
+ [dir=ltr] .duration {
54
62
  margin-right: var(--zd_size15);
55
63
  }
64
+ [dir=rtl] .duration {
65
+ margin-left: var(--zd_size15);
66
+ }
56
67
  .durationWidth {
57
68
  width: var(--zd_size94);
58
69
  }
@@ -66,8 +77,8 @@
66
77
  }
67
78
  .phoneIcon {
68
79
  color: var(--zdt_fields_phoneicon_icon);
69
- margin: var(--zd_size15) var(--zd_size10) 0 var(--zd_size10);
70
80
  display: inline-block;
81
+ margin: var(--zd_size15) var(--zd_size10) 0 var(--zd_size10);
71
82
  cursor: pointer;
72
83
  }
73
84
  .phoneIcon:hover {
@@ -86,9 +97,14 @@
86
97
  .lockIcon,
87
98
  .infoIcon {
88
99
  color: var(--zdt_fields_lockicon_icon);
89
- margin-left: var(--zd_size5);
90
100
  composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
91
101
  }
102
+ [dir=ltr] .lockIcon, [dir=ltr] .infoIcon {
103
+ margin-left: var(--zd_size5);
104
+ }
105
+ [dir=rtl] .lockIcon, [dir=rtl] .infoIcon {
106
+ margin-right: var(--zd_size5);
107
+ }
92
108
  /* .infoIcon {
93
109
  opacity: 0;
94
110
  visibility: hidden;
@@ -105,15 +121,25 @@
105
121
  }
106
122
  .timeFormat {
107
123
  font-size: var(--zd_font_size11);
108
- margin-left: var(--zd_size4);
109
124
  color: var(--zdt_fields_lockicon_icon);
110
125
  }
126
+ [dir=ltr] .timeFormat {
127
+ margin-left: var(--zd_size4);
128
+ }
129
+ [dir=rtl] .timeFormat {
130
+ margin-right: var(--zd_size4);
131
+ }
111
132
  .newTab {
112
- margin-left: var(--zd_size6);
113
- cursor: pointer;
114
133
  color: var(--zdt_fields_lockicon_icon);
115
134
  font-size: 0;
116
135
  display: none;
136
+ cursor: pointer;
137
+ }
138
+ [dir=ltr] .newTab {
139
+ margin-left: var(--zd_size6);
140
+ }
141
+ [dir=rtl] .newTab {
142
+ margin-right: var(--zd_size6);
117
143
  }
118
144
  .newTab:hover {
119
145
  color: var(--zdt_fields_phoneicon_icon);
@@ -128,18 +154,28 @@
128
154
  }
129
155
  .labelMandatory:after {
130
156
  content: '*';
131
- padding-left: var(--zd_size2);
132
157
  color: var(--zdt_fields_lockicon_hover_icon);
133
158
  }
159
+ [dir=ltr] .labelMandatory:after {
160
+ padding-left: var(--zd_size2);
161
+ }
162
+ [dir=rtl] .labelMandatory:after {
163
+ padding-right: var(--zd_size2);
164
+ }
134
165
  .ePhiTag {
135
166
  composes: flexshrink from '~@zohodesk/components/lib/common/common.module.css';
136
167
  color: var(--zdt_fields_phitag_text);
168
+ font-size: var(--zd_font_size12);
169
+ height: var(--zd_size18);
170
+ line-height: var(--zd_size18);
137
171
  background-color: var(--zdt_fields_phitag_bg);
138
172
  border: 1px solid var(--zdt_fields_phitag_border);
139
- font-size: var(--zd_font_size12);
140
173
  padding: 0 var(--zd_size5);
141
174
  border-radius: var(--zd_size3);
175
+ }
176
+ [dir=ltr] .ePhiTag {
142
177
  margin-left: var(--zd_size8);
143
- height: var(--zd_size18);
144
- line-height: var(--zd_size18);
178
+ }
179
+ [dir=rtl] .ePhiTag {
180
+ margin-right: var(--zd_size8);
145
181
  }
@@ -1,26 +1,28 @@
1
1
  .tag {
2
2
  max-width: 100%;
3
3
  }
4
- .moreLess,
5
- .tag {
4
+ [dir=ltr] .moreLess, [dir=ltr] .tag {
6
5
  margin: 0 var(--zd_size6) var(--zd_size6) 0;
7
6
  }
7
+ [dir=rtl] .moreLess, [dir=rtl] .tag {
8
+ margin: 0 0 var(--zd_size6) var(--zd_size6);
9
+ }
8
10
  .input {
9
11
  height: var(--zd_size20);
10
- margin-bottom: var(--zd_size4);
11
12
  width: 100%;
13
+ margin-bottom: var(--zd_size4);
12
14
  }
13
15
  .viewpopNew {
14
16
  max-height: var(--zd_size250);
15
17
  }
16
18
  .tagDiv {
17
- margin-top: var(--zd_size5);
18
19
  max-height: var(--zd_size160);
20
+ margin-top: var(--zd_size5);
19
21
  }
20
22
  .hasBorder {
23
+ transition: border var(--zd_transition2) linear 0s;
21
24
  border-bottom-style: solid;
22
25
  border-bottom-width: 1px;
23
- transition: border var(--zd_transition2) linear 0s;
24
26
  }
25
27
  .borderColor_transparent {
26
28
  border-bottom-color: var(--zdt_tagsmultiselect_transparent_border);
@@ -64,10 +66,15 @@
64
66
  font-size: 0;
65
67
  }
66
68
  .newTagLabel {
67
- margin-right: var(--zd_size5);
68
69
  color: var(--zdt_tagsmultiselect_labelt_text);
69
70
  composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
70
71
  }
72
+ [dir=ltr] .newTagLabel {
73
+ margin-right: var(--zd_size5);
74
+ }
75
+ [dir=rtl] .newTagLabel {
76
+ margin-left: var(--zd_size5);
77
+ }
71
78
  .dotted {
72
79
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
73
80
  }
@@ -87,9 +94,14 @@
87
94
  .custmInp {
88
95
  position: absolute;
89
96
  top: 0;
90
- left: 0;
91
97
  width: 100%;
92
98
  }
99
+ [dir=ltr] .custmInp {
100
+ left: 0;
101
+ }
102
+ [dir=rtl] .custmInp {
103
+ right: 0;
104
+ }
93
105
  .newTagText {
94
106
  color: var(--zdt_tagsmultiselect_more_text);
95
107
  }
@@ -1,6 +1,9 @@
1
1
  .count {
2
2
  color: var(--zdt_tagsmultiselectField_count_text);
3
3
  font-size: var(--zd_font_size12);
4
- margin-left: var(--zd_size4);
5
4
  word-break: break-word;
5
+ }[dir=ltr] .count {
6
+ margin-left: var(--zd_size4);
7
+ }[dir=rtl] .count {
8
+ margin-right: var(--zd_size4);
6
9
  }
@@ -238,7 +238,7 @@ export default class TextEditor extends Component {
238
238
  }
239
239
 
240
240
  let customFonts = document.createElement('style');
241
- customFonts.innerText = `@font-face {font-family: 'ZohoPuviRegular';src: url('https://static.zohocdn.com/zohofonts/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2');font-style: normal;font-weight: normal;text-rendering: optimizeLegibility;font-display: swap}@font-face {font-family: Regular;src: url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap}@font-face {font-family: 'RobotoRegular';font-weight: 400;font-style: normal;font-display: swa;src: url('https://static.zohocdn.com/webfonts/robotoregular/font.woff2')}`;
241
+ customFonts.innerText = `@font-face {font-family: 'ZohoPuviRegular';src: url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2') format('woff2');font-style: normal;font-weight: normal;text-rendering: optimizeLegibility;font-display: swap}@font-face {font-family: Regular;src: url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap}@font-face {font-family: 'RobotoRegular';font-weight: 400;font-style: normal;font-display: swa;src: url('https://static.zohocdn.com/webfonts/robotoregular/font.woff2')}`;
242
242
  iframeHead.appendChild(customFonts);
243
243
  }
244
244
  }