@zohodesk/svg 1.1.8 → 1.1.9

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 (59) hide show
  1. package/README.md +289 -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/EmptyActiveCalls.js +0 -0
  16. package/es/v1/emptystate/version3/EmptyCallHistory.js +0 -0
  17. package/es/v1/emptystate/version3/EmptySandbox.js +20 -17
  18. package/images/EmptyBusinessHoliday.svg +50 -50
  19. package/images/EmptyBusinessHour.svg +42 -42
  20. package/images/EmptyContactInfo.svg +27 -27
  21. package/images/EmptyCustomDomain.svg +85 -85
  22. package/images/EmptyFilter.svg +62 -62
  23. package/images/EmptyFromAddress.svg +41 -41
  24. package/images/EmptyImportHistory.svg +43 -43
  25. package/images/EmptyNetwork.svg +50 -50
  26. package/images/EmptyRecycleBin.svg +58 -58
  27. package/images/EmptyRoles.svg +30 -30
  28. package/images/EmptySkills.svg +83 -83
  29. package/images/EmptyWebhook.svg +44 -44
  30. package/images/FailureLog.svg +46 -46
  31. package/images/Inconvenience.svg +719 -719
  32. package/images/NoRequestFound.svg +247 -247
  33. package/images/PageNotFound.svg +405 -405
  34. package/images/ReguestUrlNotFound.svg +267 -267
  35. package/images/UnableToProcess.svg +752 -752
  36. package/images/UnauthorizedLogin.svg +1047 -1047
  37. package/images/WillBack.svg +633 -633
  38. package/install.md +11 -11
  39. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +54 -54
  40. package/lib/SVG/SVG.module.css +34 -34
  41. package/lib/SVG/__tests__/__snapshots__/SVG.spec.js.snap +328 -328
  42. package/lib/css/EmptyStateVariables.module.css +38 -38
  43. package/lib/emptystate/version1/__tests__/__snapshots__/version1.spec.js.snap +24 -24
  44. package/lib/emptystate/version2/__tests__/__snapshots__/version2.spec.js.snap +208 -208
  45. package/lib/emptystate/version3/EmptyActiveCalls.js +0 -0
  46. package/lib/emptystate/version3/EmptyCallHistory.js +0 -0
  47. package/lib/emptystate/version3/__tests__/__snapshots__/version3.spec.js.snap +5968 -5968
  48. package/lib/errorstate/version1/__tests__/__snapshots__/version1.spec.js.snap +162 -162
  49. package/lib/errorstate/version2/__tests__/__snapshots__/version2.spec.js.snap +63 -63
  50. package/lib/errorstate/version3/__tests__/__snapshots__/version3.spec.js.snap +698 -698
  51. package/lib/v1/emptystate/version3/EmptyActiveCalls.js +0 -0
  52. package/lib/v1/emptystate/version3/EmptyCallHistory.js +0 -0
  53. package/lib/v1/emptystate/version3/EmptySandbox.js +20 -17
  54. package/package.json +60 -60
  55. package/postPublish.js +8 -8
  56. package/prePublish.js +70 -70
  57. package/react-cli.config.js +19 -19
  58. package/result.json +1 -1
  59. package/unittest/index.html +1 -1
package/README.md CHANGED
@@ -1,285 +1,289 @@
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.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