@zohodesk/svg 1.1.8 → 1.1.10

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 (61) hide show
  1. package/README.md +293 -285
  2. package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -127
  3. package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -54
  4. package/es/SVG/SVG.module.css +34 -34
  5. package/es/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  6. package/es/css/EmptyStateVariables.module.css +38 -38
  7. package/es/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  8. package/es/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  9. package/es/emptystate/version3/EmptyActiveCalls.js +0 -0
  10. package/es/emptystate/version3/EmptyCallHistory.js +0 -0
  11. package/es/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  12. package/es/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  13. package/es/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  14. package/es/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  15. package/es/v1/emptystate/version3/EmptyAPIMatrix.js +92 -0
  16. package/es/v1/emptystate/version3/EmptyActiveCalls.js +0 -0
  17. package/es/v1/emptystate/version3/EmptyCallHistory.js +0 -0
  18. package/es/v1/emptystate/version3/EmptySandbox.js +21 -18
  19. package/images/EmptyBusinessHoliday.svg +50 -50
  20. package/images/EmptyBusinessHour.svg +42 -42
  21. package/images/EmptyContactInfo.svg +27 -27
  22. package/images/EmptyCustomDomain.svg +85 -85
  23. package/images/EmptyFilter.svg +62 -62
  24. package/images/EmptyFromAddress.svg +41 -41
  25. package/images/EmptyImportHistory.svg +43 -43
  26. package/images/EmptyNetwork.svg +50 -50
  27. package/images/EmptyRecycleBin.svg +58 -58
  28. package/images/EmptyRoles.svg +30 -30
  29. package/images/EmptySkills.svg +83 -83
  30. package/images/EmptyWebhook.svg +44 -44
  31. package/images/FailureLog.svg +46 -46
  32. package/images/Inconvenience.svg +719 -719
  33. package/images/NoRequestFound.svg +247 -247
  34. package/images/PageNotFound.svg +405 -405
  35. package/images/ReguestUrlNotFound.svg +267 -267
  36. package/images/UnableToProcess.svg +752 -752
  37. package/images/UnauthorizedLogin.svg +1047 -1047
  38. package/images/WillBack.svg +633 -633
  39. package/install.md +11 -11
  40. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -54
  41. package/lib/SVG/SVG.module.css +34 -34
  42. package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  43. package/lib/css/EmptyStateVariables.module.css +38 -38
  44. package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  45. package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  46. package/lib/emptystate/version3/EmptyActiveCalls.js +0 -0
  47. package/lib/emptystate/version3/EmptyCallHistory.js +0 -0
  48. package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  49. package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  50. package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  51. package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  52. package/lib/v1/emptystate/version3/EmptyAPIMatrix.js +112 -0
  53. package/lib/v1/emptystate/version3/EmptyActiveCalls.js +0 -0
  54. package/lib/v1/emptystate/version3/EmptyCallHistory.js +0 -0
  55. package/lib/v1/emptystate/version3/EmptySandbox.js +21 -18
  56. package/package.json +60 -60
  57. package/postPublish.js +8 -8
  58. package/prePublish.js +70 -70
  59. package/react-cli.config.js +19 -19
  60. package/result.json +1 -1
  61. package/unittest/index.html +1 -1
package/README.md CHANGED
@@ -1,285 +1,293 @@
1
- # DOT SVG
2
-
3
- This Bundle Contains EmptyState Images.
4
-
5
- # 1.1.8
6
-
7
- - v1 props added separatly and v1 docs and file references changed
8
-
9
- # 1.1.7
10
-
11
- - v1 => EmptyConfigurationPending svg added.
12
-
13
- - **v1/Loader** - isCover, className props added
14
-
15
- # 1.1.6
16
-
17
- - color-variable-preprocessor version issue solved
18
-
19
- # 1.1.5
20
-
21
- - @zohodesk-private/color-variable-preprocessor version upgrade
22
-
23
- # 1.1.4
24
-
25
- - v1 => EmptyCrmPotential,ErrorUnauthorizedLogin,ErrorUnauthorizedLogin import issue fixed
26
-
27
- # 1.1.3
28
-
29
- - DKIMAuthendication SVG added in v1 folder.
30
-
31
- # 1.1.2
32
-
33
- - SupportEmailAddress, FromAddress, DomainMapping, OtherConfiguration, Alerts, FieldUpdates SVG's added in v1 folder.
34
-
35
- # 1.1.1
36
-
37
- - all svgs converted to functional component and stored in v1 folder
38
-
39
- # 1.1.0
40
-
41
- - Internal color-variable-preprocessor package implemented
42
-
43
- # 1.0.0
44
-
45
- - beta release removed and version changed to normal flow
46
-
47
- # 1.0.0-beta.60
48
-
49
- - EmptyState: EmptySandbox SVG added.
50
-
51
- # 1.0.0-beta.59
52
-
53
- - data-test-id attribute added for all element which having data-id attribute to separate customization and automation
54
-
55
- # 1.0.0-beta.58
56
-
57
- - EmptyState: APIConfiguration, APIAuthentication and ZSCKey SVG added
58
-
59
- # 1.0.0-beta.57
60
-
61
- - EmptyState: CustomerHappiness SVG added.
62
-
63
- # 1.0.0-beta.56
64
-
65
- - Contrast Color Implemented
66
-
67
- # 1.0.0-beta.55
68
-
69
- - EmptyState: AuthenticationPending SVG added.
70
-
71
- # 1.0.0-beta.54
72
-
73
- - EmptyState: BOT SVG added.
74
-
75
- # 1.0.0-beta.53
76
-
77
- - EmptyState: APIs SVG added.
78
-
79
- # 1.0.0-beta.52
80
-
81
- - EmptyState: Contract SVG added.
82
-
83
- # 1.0.0-beta.51
84
-
85
- - Emptystate: EmptyPreferences and EmptySandbox included.
86
-
87
- # 1.0.0-beta.50
88
-
89
- - Emptystate: EmptyApplechat, EmptyArticle, Asapchat, EpmtyCanned, EmptyChat, EmptyInstagram, EmptyInstantmessage, EmptyLine, EmptyMessenger, EmptyTelegram, EmptyTwilio, EmptyWechat, EmptyWhatsapp, EmptyNoData, AuditLog, SupportPlan included.
90
-
91
- # 1.0.0-beta.48,49
92
-
93
- - errorstate, emptystate files separated , EmptyCrm dataId changed to EmptyCrm from EmptyFeed
94
-
95
- # 1.0.0-beta.47
96
-
97
- - PureDark mode implemented via preprocess
98
-
99
- # 1.0.0-beta.46
100
-
101
- - CustomModule SVG added
102
-
103
- # 1.0.0-beta.45
104
-
105
- - Delete, GCBot, GCConversation, KBBot, NetworkError, Variable & ReadRecipients SVG added
106
-
107
- # 1.0.0-beta.44
108
-
109
- - UnauthorizedLogin error state SVG replacement
110
-
111
- # 1.0.0-beta.43
112
-
113
- - Export & Multilingual SVG added
114
-
115
- # 1.0.0-beta.42
116
-
117
- - Extensions SVG added
118
-
119
- # 1.0.0-beta.39 , # 1.0.0-beta.40, # 1.0.0-beta.41
120
-
121
- - Appearance css moved to assets
122
-
123
- # 1.0.0-beta.38
124
-
125
- - bg,shadow,text,border based variables removed and renamed.
126
-
127
- # 1.0.0-beta.37
128
-
129
- - Loader => Converted to Pure Component
130
-
131
- # 1.0.0-beta.36
132
-
133
- - Night mode SVG CTA primary stroke color value changed
134
-
135
- # 1.0.0-beta.35
136
-
137
- - EmptyError added
138
-
139
- # 1.0.0-beta.34
140
-
141
- - Import, ErrorInconvenience, ErrorOopsSomethingMiss, ErrorUnableToProcessRequest, ErrorUnauthorizedLogin, ErrorUrlNotFound, ErrorWillBeRightBack Svg added
142
- - Docs Ui Fix
143
- - Theme Files Import Separated
144
- - Theme color values updated
145
- - EmptyInconvenience => Svg Image Changed as Old Svg
146
- - Inconvenience removed
147
- - EmptyPageNotFound, EmptyUnableToProcess, EmptyUrlFound, InvalidUrl moved to deprecated
148
-
149
- # 1.0.0-beta.33
150
-
151
- - Palette Based Folder Structure Changed.
152
- - data-theme changed to data-mode
153
- - data-palette changed to data-theme
154
-
155
- # 1.0.0-beta.32
156
-
157
- - Palette Based Color System Implemented
158
-
159
- # 1.0.0-beta.31
160
-
161
- - EmptyDeparment Added
162
- - Predictor, ZiaAnamoly, Extractor added
163
-
164
- # 1.0.0-beta.30
165
-
166
- - EmptySkills Image Updated
167
-
168
- # 1.0.0-beta.29
169
-
170
- - EmptyWillBeRightBack,EmptyUnauthorizedLogin,EmptyUrlNotFound,EmptyInconvenience,EmptyPageNotFound,EmptyUnableToProcess added
171
-
172
- # 1.0.0-beta.28
173
-
174
- - EmptyAgentQueue added
175
-
176
- # 1.0.0-beta.27
177
-
178
- - EmptySla,EmptyContract,EmptyReply Added
179
-
180
- # 1.0.0-beta.26
181
-
182
- - Loader => Layout issue Fixed
183
-
184
- # 1.0.0-beta.25
185
-
186
- - TemplateIcon SVG fix
187
-
188
- # 1.0.0-beta.24
189
-
190
- - Loader Svg converted to js
191
-
192
- # 1.0.0-beta.23
193
-
194
- - EmptyState.module.css file name changed as EmptyStateVariables.module.css to avoid dup file name
195
-
196
- # 1.0.0-beta.22
197
-
198
- - Theme changes added in EmptyBlueprint,EmptyTemplate
199
- - EmptyCloud,EmptyCloudDanger,EmptyEdition Deleted
200
- - danger palatte added in EmptyFrame
201
-
202
- # 1.0.0-beta.21
203
-
204
- - Dark Mode Variable Introduced
205
-
206
- # 1.0.0-beta.19
207
-
208
- - Cli Update
209
-
210
- # 1.0.0-beta.18
211
-
212
- - EmptyCollision, EmptyCrmNotes, EmptyCrmPotential, EmptyTimeline
213
-
214
- # 1.0.0-beta.17
215
-
216
- - EmptyApproval Added
217
- - EmptyHistory Updated
218
-
219
- # 1.0.0-beta.16
220
-
221
- - EmptySchedule , EmptyColumn added
222
-
223
- # 1.0.0-beta.15
224
-
225
- - DefaultProps Fix
226
-
227
- # 1.0.0-beta.14
228
-
229
- - EmptyFrame Added
230
-
231
- # 1.0.0-beta.13
232
-
233
- - svgLoader Removed
234
-
235
- # 1.0.0-beta.12
236
-
237
- - Loads both dark mode image and ordinary image in the component.
238
-
239
- # 1.0.0-beta.11
240
-
241
- - SvgLoader function - replaced dynamic variable with static path. This is check version.
242
-
243
- # 1.0.0-beta.10
244
-
245
- - SvgLoader function fix - previous fix not worked - removing promises and using synchronous loading.
246
-
247
- # 1.0.0-beta.9
248
-
249
- - SvgLoader Function fix - replacing "import" with "require"
250
-
251
- # 1.0.0-beta.8
252
-
253
- - emptyDashboard issue fix
254
-
255
- # 1.0.0-beta.7
256
-
257
- -EmptyCrm,EmptyFollower,EmptyFeed, EmptyCustomDomain and Night Mode Svgs Added, Dynamic Loader Added
258
-
259
- # 1.0.0-beta.6
260
-
261
- - wasted
262
-
263
- # 1.0.0-beta.5
264
-
265
- - dataId Added, EmtyDanger SVG updated
266
-
267
- # 1.0.0-beta.5
268
-
269
- - SVG Loader Middle Fix
270
-
271
- # 1.0.0-beta.4
272
-
273
- - EmptySnippet, EmptySkills Added
274
-
275
- # 1.0.0-beta.3
276
-
277
- - ErrorStates isFluid Prop Included
278
-
279
- # 1.0.0-beta.2
280
-
281
- - Empty History SVG Added
282
-
283
- # 1.0.0-beta.0
284
-
285
- - First Publish
1
+ # DOT SVG
2
+
3
+ This Bundle Contains EmptyState Images.
4
+
5
+ # 1.1.10
6
+
7
+ - v1 => EmptyAPIMatrix svg added, EmptySandBox svg updated.
8
+
9
+ # 1.1.9
10
+
11
+ - v1 => EmptySandBox svg updated
12
+
13
+ # 1.1.8
14
+
15
+ - v1 props added separatly and v1 docs and file references changed
16
+
17
+ # 1.1.7
18
+
19
+ - v1 => EmptyConfigurationPending svg added.
20
+
21
+ - **v1/Loader** - isCover, className props added
22
+
23
+ # 1.1.6
24
+
25
+ - color-variable-preprocessor version issue solved
26
+
27
+ # 1.1.5
28
+
29
+ - @zohodesk-private/color-variable-preprocessor version upgrade
30
+
31
+ # 1.1.4
32
+
33
+ - v1 => EmptyCrmPotential,ErrorUnauthorizedLogin,ErrorUnauthorizedLogin import issue fixed
34
+
35
+ # 1.1.3
36
+
37
+ - DKIMAuthendication SVG added in v1 folder.
38
+
39
+ # 1.1.2
40
+
41
+ - SupportEmailAddress, FromAddress, DomainMapping, OtherConfiguration, Alerts, FieldUpdates SVG's added in v1 folder.
42
+
43
+ # 1.1.1
44
+
45
+ - all svgs converted to functional component and stored in v1 folder
46
+
47
+ # 1.1.0
48
+
49
+ - Internal color-variable-preprocessor package implemented
50
+
51
+ # 1.0.0
52
+
53
+ - beta release removed and version changed to normal flow
54
+
55
+ # 1.0.0-beta.60
56
+
57
+ - EmptyState: EmptySandbox SVG added.
58
+
59
+ # 1.0.0-beta.59
60
+
61
+ - data-test-id attribute added for all element which having data-id attribute to separate customization and automation
62
+
63
+ # 1.0.0-beta.58
64
+
65
+ - EmptyState: APIConfiguration, APIAuthentication and ZSCKey SVG added
66
+
67
+ # 1.0.0-beta.57
68
+
69
+ - EmptyState: CustomerHappiness SVG added.
70
+
71
+ # 1.0.0-beta.56
72
+
73
+ - Contrast Color Implemented
74
+
75
+ # 1.0.0-beta.55
76
+
77
+ - EmptyState: AuthenticationPending SVG added.
78
+
79
+ # 1.0.0-beta.54
80
+
81
+ - EmptyState: BOT SVG added.
82
+
83
+ # 1.0.0-beta.53
84
+
85
+ - EmptyState: APIs SVG added.
86
+
87
+ # 1.0.0-beta.52
88
+
89
+ - EmptyState: Contract SVG added.
90
+
91
+ # 1.0.0-beta.51
92
+
93
+ - Emptystate: EmptyPreferences and EmptySandbox included.
94
+
95
+ # 1.0.0-beta.50
96
+
97
+ - Emptystate: EmptyApplechat, EmptyArticle, Asapchat, EpmtyCanned, EmptyChat, EmptyInstagram, EmptyInstantmessage, EmptyLine, EmptyMessenger, EmptyTelegram, EmptyTwilio, EmptyWechat, EmptyWhatsapp, EmptyNoData, AuditLog, SupportPlan included.
98
+
99
+ # 1.0.0-beta.48,49
100
+
101
+ - errorstate, emptystate files separated , EmptyCrm dataId changed to EmptyCrm from EmptyFeed
102
+
103
+ # 1.0.0-beta.47
104
+
105
+ - PureDark mode implemented via preprocess
106
+
107
+ # 1.0.0-beta.46
108
+
109
+ - CustomModule SVG added
110
+
111
+ # 1.0.0-beta.45
112
+
113
+ - Delete, GCBot, GCConversation, KBBot, NetworkError, Variable & ReadRecipients SVG added
114
+
115
+ # 1.0.0-beta.44
116
+
117
+ - UnauthorizedLogin error state SVG replacement
118
+
119
+ # 1.0.0-beta.43
120
+
121
+ - Export & Multilingual SVG added
122
+
123
+ # 1.0.0-beta.42
124
+
125
+ - Extensions SVG added
126
+
127
+ # 1.0.0-beta.39 , # 1.0.0-beta.40, # 1.0.0-beta.41
128
+
129
+ - Appearance css moved to assets
130
+
131
+ # 1.0.0-beta.38
132
+
133
+ - bg,shadow,text,border based variables removed and renamed.
134
+
135
+ # 1.0.0-beta.37
136
+
137
+ - Loader => Converted to Pure Component
138
+
139
+ # 1.0.0-beta.36
140
+
141
+ - Night mode SVG CTA primary stroke color value changed
142
+
143
+ # 1.0.0-beta.35
144
+
145
+ - EmptyError added
146
+
147
+ # 1.0.0-beta.34
148
+
149
+ - Import, ErrorInconvenience, ErrorOopsSomethingMiss, ErrorUnableToProcessRequest, ErrorUnauthorizedLogin, ErrorUrlNotFound, ErrorWillBeRightBack Svg added
150
+ - Docs Ui Fix
151
+ - Theme Files Import Separated
152
+ - Theme color values updated
153
+ - EmptyInconvenience => Svg Image Changed as Old Svg
154
+ - Inconvenience removed
155
+ - EmptyPageNotFound, EmptyUnableToProcess, EmptyUrlFound, InvalidUrl moved to deprecated
156
+
157
+ # 1.0.0-beta.33
158
+
159
+ - Palette Based Folder Structure Changed.
160
+ - data-theme changed to data-mode
161
+ - data-palette changed to data-theme
162
+
163
+ # 1.0.0-beta.32
164
+
165
+ - Palette Based Color System Implemented
166
+
167
+ # 1.0.0-beta.31
168
+
169
+ - EmptyDeparment Added
170
+ - Predictor, ZiaAnamoly, Extractor added
171
+
172
+ # 1.0.0-beta.30
173
+
174
+ - EmptySkills Image Updated
175
+
176
+ # 1.0.0-beta.29
177
+
178
+ - EmptyWillBeRightBack,EmptyUnauthorizedLogin,EmptyUrlNotFound,EmptyInconvenience,EmptyPageNotFound,EmptyUnableToProcess added
179
+
180
+ # 1.0.0-beta.28
181
+
182
+ - EmptyAgentQueue added
183
+
184
+ # 1.0.0-beta.27
185
+
186
+ - EmptySla,EmptyContract,EmptyReply Added
187
+
188
+ # 1.0.0-beta.26
189
+
190
+ - Loader => Layout issue Fixed
191
+
192
+ # 1.0.0-beta.25
193
+
194
+ - TemplateIcon SVG fix
195
+
196
+ # 1.0.0-beta.24
197
+
198
+ - Loader Svg converted to js
199
+
200
+ # 1.0.0-beta.23
201
+
202
+ - EmptyState.module.css file name changed as EmptyStateVariables.module.css to avoid dup file name
203
+
204
+ # 1.0.0-beta.22
205
+
206
+ - Theme changes added in EmptyBlueprint,EmptyTemplate
207
+ - EmptyCloud,EmptyCloudDanger,EmptyEdition Deleted
208
+ - danger palatte added in EmptyFrame
209
+
210
+ # 1.0.0-beta.21
211
+
212
+ - Dark Mode Variable Introduced
213
+
214
+ # 1.0.0-beta.19
215
+
216
+ - Cli Update
217
+
218
+ # 1.0.0-beta.18
219
+
220
+ - EmptyCollision, EmptyCrmNotes, EmptyCrmPotential, EmptyTimeline
221
+
222
+ # 1.0.0-beta.17
223
+
224
+ - EmptyApproval Added
225
+ - EmptyHistory Updated
226
+
227
+ # 1.0.0-beta.16
228
+
229
+ - EmptySchedule , EmptyColumn added
230
+
231
+ # 1.0.0-beta.15
232
+
233
+ - DefaultProps Fix
234
+
235
+ # 1.0.0-beta.14
236
+
237
+ - EmptyFrame Added
238
+
239
+ # 1.0.0-beta.13
240
+
241
+ - svgLoader Removed
242
+
243
+ # 1.0.0-beta.12
244
+
245
+ - Loads both dark mode image and ordinary image in the component.
246
+
247
+ # 1.0.0-beta.11
248
+
249
+ - SvgLoader function - replaced dynamic variable with static path. This is check version.
250
+
251
+ # 1.0.0-beta.10
252
+
253
+ - SvgLoader function fix - previous fix not worked - removing promises and using synchronous loading.
254
+
255
+ # 1.0.0-beta.9
256
+
257
+ - SvgLoader Function fix - replacing "import" with "require"
258
+
259
+ # 1.0.0-beta.8
260
+
261
+ - emptyDashboard issue fix
262
+
263
+ # 1.0.0-beta.7
264
+
265
+ -EmptyCrm,EmptyFollower,EmptyFeed, EmptyCustomDomain and Night Mode Svgs Added, Dynamic Loader Added
266
+
267
+ # 1.0.0-beta.6
268
+
269
+ - wasted
270
+
271
+ # 1.0.0-beta.5
272
+
273
+ - dataId Added, EmtyDanger SVG updated
274
+
275
+ # 1.0.0-beta.5
276
+
277
+ - SVG Loader Middle Fix
278
+
279
+ # 1.0.0-beta.4
280
+
281
+ - EmptySnippet, EmptySkills Added
282
+
283
+ # 1.0.0-beta.3
284
+
285
+ - ErrorStates isFluid Prop Included
286
+
287
+ # 1.0.0-beta.2
288
+
289
+ - Empty History SVG Added
290
+
291
+ # 1.0.0-beta.0
292
+
293
+ - First Publish