@zohodesk/svg 1.1.9 → 1.1.11

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