@digital-ai/dot-illustrations 2.0.20 → 2.0.22
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.
- package/demo/demo.css +37 -104
- package/demo/index.html +51 -13
- package/demo/script.js +286 -134
- package/illustrations/dark/global/forbiden-access.svg +24 -0
- package/illustrations/light/global/forbiden-access.svg +24 -0
- package/index.css +136 -128
- package/package.json +1 -1
package/index.css
CHANGED
|
@@ -2,331 +2,339 @@
|
|
|
2
2
|
/*Path: --------- './illustrations/light/global/*.svg ----- light */
|
|
3
3
|
/*Path: --------- './illustrations/dark/global/*.svg ------ dark */
|
|
4
4
|
|
|
5
|
-
.dot-illustration img.
|
|
5
|
+
.dot-illustration img.forbiden-access.light.global-illustration {
|
|
6
|
+
content: url('./illustrations/light/global/forbiden-access.svg');
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.dot-illustration img.forbiden-access.dark.global-illustration {
|
|
10
|
+
content: url('./illustrations/dark/global/forbiden-access.svg');
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.dot-illustration img.scan-document.light.global-illustration {
|
|
6
14
|
content: url('./illustrations/light/global/scan-document.svg');
|
|
7
15
|
}
|
|
8
16
|
|
|
9
|
-
.dot-illustration img.scan-document.dark {
|
|
17
|
+
.dot-illustration img.scan-document.dark.global-illustration {
|
|
10
18
|
content: url('./illustrations/dark/global/scan-document.svg');
|
|
11
19
|
}
|
|
12
20
|
|
|
13
|
-
.dot-illustration img.protection-in-progress.light {
|
|
21
|
+
.dot-illustration img.protection-in-progress.light.global-illustration {
|
|
14
22
|
content: url('./illustrations/light/global/protection-in-progress.svg');
|
|
15
23
|
}
|
|
16
24
|
|
|
17
|
-
.dot-illustration img.protection-in-progress.dark {
|
|
25
|
+
.dot-illustration img.protection-in-progress.dark.global-illustration {
|
|
18
26
|
content: url('./illustrations/dark/global/protection-in-progress.svg');
|
|
19
27
|
}
|
|
20
28
|
|
|
21
|
-
.dot-illustration img.upload.light {
|
|
29
|
+
.dot-illustration img.upload.light.global-illustration {
|
|
22
30
|
content: url('./illustrations/light/global/upload.svg');
|
|
23
31
|
}
|
|
24
32
|
|
|
25
|
-
.dot-illustration img.upload.dark {
|
|
33
|
+
.dot-illustration img.upload.dark.global-illustration {
|
|
26
34
|
content: url('./illustrations/dark/global/upload.svg');
|
|
27
35
|
}
|
|
28
36
|
|
|
29
|
-
.dot-illustration img.download.light {
|
|
37
|
+
.dot-illustration img.download.light.global-illustration {
|
|
30
38
|
content: url('./illustrations/light/global/download.svg');
|
|
31
39
|
}
|
|
32
40
|
|
|
33
|
-
.dot-illustration img.download.dark {
|
|
41
|
+
.dot-illustration img.download.dark.global-illustration {
|
|
34
42
|
content: url('./illustrations/dark/global/download.svg');
|
|
35
43
|
}
|
|
36
44
|
|
|
37
|
-
.dot-illustration img.ai.light {
|
|
45
|
+
.dot-illustration img.ai.light.global-illustration {
|
|
38
46
|
content: url('./illustrations/light/global/ai.svg');
|
|
39
47
|
}
|
|
40
48
|
|
|
41
|
-
.dot-illustration img.ai.dark {
|
|
49
|
+
.dot-illustration img.ai.dark.global-illustration {
|
|
42
50
|
content: url('./illustrations/dark/global/ai.svg');
|
|
43
51
|
}
|
|
44
52
|
|
|
45
|
-
.dot-illustration img.folder-versioning.light {
|
|
53
|
+
.dot-illustration img.folder-versioning.light.global-illustration {
|
|
46
54
|
content: url('./illustrations/light/global/folder-versioning.svg');
|
|
47
55
|
}
|
|
48
56
|
|
|
49
|
-
.dot-illustration img.folder-versioning.dark {
|
|
57
|
+
.dot-illustration img.folder-versioning.dark.global-illustration {
|
|
50
58
|
content: url('./illustrations/dark/global/folder-versioning.svg');
|
|
51
59
|
}
|
|
52
60
|
|
|
53
|
-
.dot-illustration img.analysis-circle.light {
|
|
61
|
+
.dot-illustration img.analysis-circle.light.global-illustration {
|
|
54
62
|
content: url('./illustrations/light/global/analysis-circle.svg');
|
|
55
63
|
}
|
|
56
64
|
|
|
57
|
-
.dot-illustration img.analysis-circle.dark {
|
|
65
|
+
.dot-illustration img.analysis-circle.dark.global-illustration {
|
|
58
66
|
content: url('./illustrations/dark/global/analysis-circle.svg');
|
|
59
67
|
}
|
|
60
68
|
|
|
61
|
-
.dot-illustration img.workflows-main.light {
|
|
69
|
+
.dot-illustration img.workflows-main.light.global-illustration {
|
|
62
70
|
content: url('./illustrations/light/global/workflows-main.svg');
|
|
63
71
|
}
|
|
64
72
|
|
|
65
|
-
.dot-illustration img.workflows-main.dark {
|
|
73
|
+
.dot-illustration img.workflows-main.dark.global-illustration {
|
|
66
74
|
content: url('./illustrations/dark/global/workflows-main.svg');
|
|
67
75
|
}
|
|
68
76
|
|
|
69
|
-
.dot-illustration img.dora-metrics-circle.light {
|
|
77
|
+
.dot-illustration img.dora-metrics-circle.light.global-illustration {
|
|
70
78
|
content: url('./illustrations/light/global/dora-metrics-circle.svg');
|
|
71
79
|
}
|
|
72
80
|
|
|
73
|
-
.dot-illustration img.dora-metrics-circle.dark {
|
|
81
|
+
.dot-illustration img.dora-metrics-circle.dark.global-illustration {
|
|
74
82
|
content: url('./illustrations/dark/global/dora-metrics-circle.svg');
|
|
75
83
|
}
|
|
76
84
|
|
|
77
|
-
.dot-illustration img.custom-dashboards.light {
|
|
85
|
+
.dot-illustration img.custom-dashboards.light.global-illustration {
|
|
78
86
|
content: url('./illustrations/light/global/custom-dashboards.svg');
|
|
79
87
|
}
|
|
80
88
|
|
|
81
|
-
.dot-illustration img.custom-dashboards.dark {
|
|
89
|
+
.dot-illustration img.custom-dashboards.dark.global-illustration {
|
|
82
90
|
content: url('./illustrations/dark/global/custom-dashboards.svg');
|
|
83
91
|
}
|
|
84
92
|
|
|
85
|
-
.dot-illustration img.dependency-up.light {
|
|
93
|
+
.dot-illustration img.dependency-up.light.global-illustration {
|
|
86
94
|
content: url('./illustrations/light/global/dependency-up.svg');
|
|
87
95
|
}
|
|
88
96
|
|
|
89
|
-
.dot-illustration img.dependency-up.dark {
|
|
97
|
+
.dot-illustration img.dependency-up.dark.global-illustration {
|
|
90
98
|
content: url('./illustrations/dark/global/dependency-up.svg');
|
|
91
99
|
}
|
|
92
100
|
|
|
93
|
-
.dot-illustration img.dependency-down.light {
|
|
101
|
+
.dot-illustration img.dependency-down.light.global-illustration {
|
|
94
102
|
content: url('./illustrations/light/global/dependency-down.svg');
|
|
95
103
|
}
|
|
96
104
|
|
|
97
|
-
.dot-illustration img.dependency-down.dark {
|
|
105
|
+
.dot-illustration img.dependency-down.dark.global-illustration {
|
|
98
106
|
content: url('./illustrations/dark/global/dependency-down.svg');
|
|
99
107
|
}
|
|
100
108
|
|
|
101
|
-
.dot-illustration img.chart.light {
|
|
109
|
+
.dot-illustration img.chart.light.global-illustration {
|
|
102
110
|
content: url('./illustrations/light/global/chart.svg');
|
|
103
111
|
}
|
|
104
112
|
|
|
105
|
-
.dot-illustration img.chart.dark {
|
|
113
|
+
.dot-illustration img.chart.dark.global-illustration {
|
|
106
114
|
content: url('./illustrations/dark/global/chart.svg');
|
|
107
115
|
}
|
|
108
116
|
|
|
109
|
-
.dot-illustration img.add-new.light {
|
|
117
|
+
.dot-illustration img.add-new.light.global-illustration {
|
|
110
118
|
content: url('./illustrations/light/global/add-new.svg');
|
|
111
119
|
}
|
|
112
120
|
|
|
113
|
-
.dot-illustration img.add-new.dark {
|
|
121
|
+
.dot-illustration img.add-new.dark.global-illustration {
|
|
114
122
|
content: url('./illustrations/dark/global/add-new.svg');
|
|
115
123
|
}
|
|
116
124
|
|
|
117
|
-
.dot-illustration img.add-new-grid.light {
|
|
125
|
+
.dot-illustration img.add-new-grid.light.global-illustration {
|
|
118
126
|
content: url('./illustrations/light/global/add-new-grid.svg');
|
|
119
127
|
}
|
|
120
128
|
|
|
121
|
-
.dot-illustration img.add-new-grid.dark {
|
|
129
|
+
.dot-illustration img.add-new-grid.dark.global-illustration {
|
|
122
130
|
content: url('./illustrations/dark/global/add-new-grid.svg');
|
|
123
131
|
}
|
|
124
132
|
|
|
125
|
-
.dot-illustration img.add-team.light {
|
|
133
|
+
.dot-illustration img.add-team.light.global-illustration {
|
|
126
134
|
content: url('./illustrations/light/global/add-team.svg');
|
|
127
135
|
}
|
|
128
136
|
|
|
129
|
-
.dot-illustration img.add-team.dark {
|
|
137
|
+
.dot-illustration img.add-team.dark.global-illustration {
|
|
130
138
|
content: url('./illustrations/dark/global/add-team.svg');
|
|
131
139
|
}
|
|
132
140
|
|
|
133
|
-
.dot-illustration img.add-user.light {
|
|
141
|
+
.dot-illustration img.add-user.light.global-illustration {
|
|
134
142
|
content: url('./illustrations/light/global/add-user.svg');
|
|
135
143
|
}
|
|
136
144
|
|
|
137
|
-
.dot-illustration img.add-user.dark {
|
|
145
|
+
.dot-illustration img.add-user.dark.global-illustration {
|
|
138
146
|
content: url('./illustrations/dark/global/add-user.svg');
|
|
139
147
|
}
|
|
140
148
|
|
|
141
|
-
.dot-illustration img.assets.light {
|
|
149
|
+
.dot-illustration img.assets.light.global-illustration {
|
|
142
150
|
content: url('./illustrations/light/global/assets.svg');
|
|
143
151
|
}
|
|
144
152
|
|
|
145
|
-
.dot-illustration img.assets.dark {
|
|
153
|
+
.dot-illustration img.assets.dark.global-illustration {
|
|
146
154
|
content: url('./illustrations/dark/global/assets.svg');
|
|
147
155
|
}
|
|
148
156
|
|
|
149
|
-
.dot-illustration img.community.light {
|
|
157
|
+
.dot-illustration img.community.light.global-illustration {
|
|
150
158
|
content: url('./illustrations/light/global/community.svg');
|
|
151
159
|
}
|
|
152
160
|
|
|
153
|
-
.dot-illustration img.community.dark {
|
|
161
|
+
.dot-illustration img.community.dark.global-illustration {
|
|
154
162
|
content: url('./illustrations/dark/global/community.svg');
|
|
155
163
|
}
|
|
156
164
|
|
|
157
|
-
.dot-illustration img.disconnected.light {
|
|
165
|
+
.dot-illustration img.disconnected.light.global-illustration {
|
|
158
166
|
content: url('./illustrations/light/global/disconnected.svg');
|
|
159
167
|
}
|
|
160
168
|
|
|
161
|
-
.dot-illustration img.disconnected.dark {
|
|
169
|
+
.dot-illustration img.disconnected.dark.global-illustration {
|
|
162
170
|
content: url('./illustrations/dark/global/disconnected.svg');
|
|
163
171
|
}
|
|
164
172
|
|
|
165
|
-
.dot-illustration img.done.light {
|
|
173
|
+
.dot-illustration img.done.light.global-illustration {
|
|
166
174
|
content: url('./illustrations/light/global/done.svg');
|
|
167
175
|
}
|
|
168
176
|
|
|
169
|
-
.dot-illustration img.done.dark {
|
|
177
|
+
.dot-illustration img.done.dark.global-illustration {
|
|
170
178
|
content: url('./illustrations/dark/global/done.svg');
|
|
171
179
|
}
|
|
172
180
|
|
|
173
|
-
.dot-illustration img.empty.light {
|
|
181
|
+
.dot-illustration img.empty.light.global-illustration {
|
|
174
182
|
content: url('./illustrations/light/global/empty.svg');
|
|
175
183
|
}
|
|
176
184
|
|
|
177
|
-
.dot-illustration img.empty.dark {
|
|
185
|
+
.dot-illustration img.empty.dark.global-illustration {
|
|
178
186
|
content: url('./illustrations/dark/global/empty.svg');
|
|
179
187
|
}
|
|
180
188
|
|
|
181
|
-
.dot-illustration img.favorite.light {
|
|
189
|
+
.dot-illustration img.favorite.light.global-illustration {
|
|
182
190
|
content: url('./illustrations/light/global/favorite.svg');
|
|
183
191
|
}
|
|
184
192
|
|
|
185
|
-
.dot-illustration img.favorite.dark {
|
|
193
|
+
.dot-illustration img.favorite.dark.global-illustration {
|
|
186
194
|
content: url('./illustrations/dark/global/favorite.svg');
|
|
187
195
|
}
|
|
188
196
|
|
|
189
|
-
.dot-illustration img.features.light {
|
|
197
|
+
.dot-illustration img.features.light.global-illustration {
|
|
190
198
|
content: url('./illustrations/light/global/features.svg');
|
|
191
199
|
}
|
|
192
200
|
|
|
193
|
-
.dot-illustration img.features.dark {
|
|
201
|
+
.dot-illustration img.features.dark.global-illustration {
|
|
194
202
|
content: url('./illustrations/dark/global/features.svg');
|
|
195
203
|
}
|
|
196
204
|
|
|
197
|
-
.dot-illustration img.launch.light {
|
|
205
|
+
.dot-illustration img.launch.light.global-illustration {
|
|
198
206
|
content: url('./illustrations/light/global/launch.svg');
|
|
199
207
|
}
|
|
200
208
|
|
|
201
|
-
.dot-illustration img.launch.dark {
|
|
209
|
+
.dot-illustration img.launch.dark.global-illustration {
|
|
202
210
|
content: url('./illustrations/dark/global/launch.svg');
|
|
203
211
|
}
|
|
204
212
|
|
|
205
|
-
.dot-illustration img.no-files.light {
|
|
213
|
+
.dot-illustration img.no-files.light.global-illustration {
|
|
206
214
|
content: url('./illustrations/light/global/no-files.svg');
|
|
207
215
|
}
|
|
208
216
|
|
|
209
|
-
.dot-illustration img.no-files.dark {
|
|
217
|
+
.dot-illustration img.no-files.dark.global-illustration {
|
|
210
218
|
content: url('./illustrations/dark/global/no-files.svg');
|
|
211
219
|
}
|
|
212
220
|
|
|
213
|
-
.dot-illustration img.nothing-defined.light {
|
|
221
|
+
.dot-illustration img.nothing-defined.light.global-illustration {
|
|
214
222
|
content: url('./illustrations/light/global/nothing-defined.svg');
|
|
215
223
|
}
|
|
216
224
|
|
|
217
|
-
.dot-illustration img.nothing-defined.dark {
|
|
225
|
+
.dot-illustration img.nothing-defined.dark.global-illustration {
|
|
218
226
|
content: url('./illustrations/dark/global/nothing-defined.svg');
|
|
219
227
|
}
|
|
220
228
|
|
|
221
|
-
.dot-illustration img.password-token.light {
|
|
229
|
+
.dot-illustration img.password-token.light.global-illustration {
|
|
222
230
|
content: url('./illustrations/light/global/password-token.svg');
|
|
223
231
|
}
|
|
224
232
|
|
|
225
|
-
.dot-illustration img.password-token.dark {
|
|
233
|
+
.dot-illustration img.password-token.dark.global-illustration {
|
|
226
234
|
content: url('./illustrations/dark/global/password-token.svg');
|
|
227
235
|
}
|
|
228
236
|
|
|
229
|
-
.dot-illustration img.reports.light {
|
|
237
|
+
.dot-illustration img.reports.light.global-illustration {
|
|
230
238
|
content: url('./illustrations/light/global/reports.svg');
|
|
231
239
|
}
|
|
232
240
|
|
|
233
|
-
.dot-illustration img.reports.dark {
|
|
241
|
+
.dot-illustration img.reports.dark.global-illustration {
|
|
234
242
|
content: url('./illustrations/dark/global/reports.svg');
|
|
235
243
|
}
|
|
236
244
|
|
|
237
|
-
.dot-illustration img.survey.light {
|
|
245
|
+
.dot-illustration img.survey.light.global-illustration {
|
|
238
246
|
content: url('./illustrations/light/global/survey.svg');
|
|
239
247
|
}
|
|
240
248
|
|
|
241
|
-
.dot-illustration img.survey.dark {
|
|
249
|
+
.dot-illustration img.survey.dark.global-illustration {
|
|
242
250
|
content: url('./illustrations/dark/global/survey.svg');
|
|
243
251
|
}
|
|
244
252
|
|
|
245
|
-
.dot-illustration img.user.light {
|
|
253
|
+
.dot-illustration img.user.light.global-illustration {
|
|
246
254
|
content: url('./illustrations/light/global/user.svg');
|
|
247
255
|
}
|
|
248
256
|
|
|
249
|
-
.dot-illustration img.user.dark {
|
|
257
|
+
.dot-illustration img.user.dark.global-illustration {
|
|
250
258
|
content: url('./illustrations/dark/global/user.svg');
|
|
251
259
|
}
|
|
252
260
|
|
|
253
|
-
.dot-illustration img.work-item.light {
|
|
261
|
+
.dot-illustration img.work-item.light.global-illustration {
|
|
254
262
|
content: url('./illustrations/light/global/work-item.svg');
|
|
255
263
|
}
|
|
256
264
|
|
|
257
|
-
.dot-illustration img.work-item.dark {
|
|
265
|
+
.dot-illustration img.work-item.dark.global-illustration {
|
|
258
266
|
content: url('./illustrations/dark/global/work-item.svg');
|
|
259
267
|
}
|
|
260
268
|
|
|
261
|
-
.dot-illustration img.error-fourhundredfour.light {
|
|
269
|
+
.dot-illustration img.error-fourhundredfour.light.global-illustration {
|
|
262
270
|
content: url('./illustrations/light/global/error-fourhundredfour.svg');
|
|
263
271
|
}
|
|
264
272
|
|
|
265
|
-
.dot-illustration img.error-fourhundredfour.dark {
|
|
273
|
+
.dot-illustration img.error-fourhundredfour.dark.global-illustration {
|
|
266
274
|
content: url('./illustrations/dark/global/error-fourhundredfour.svg');
|
|
267
275
|
}
|
|
268
276
|
|
|
269
|
-
.dot-illustration img.error-fivehundred.light {
|
|
277
|
+
.dot-illustration img.error-fivehundred.light.global-illustration {
|
|
270
278
|
content: url('./illustrations/light/global/error-fivehundred.svg');
|
|
271
279
|
}
|
|
272
280
|
|
|
273
|
-
.dot-illustration img.error-fivehundred.dark {
|
|
281
|
+
.dot-illustration img.error-fivehundred.dark.global-illustration {
|
|
274
282
|
content: url('./illustrations/dark/global/error-fivehundred.svg');
|
|
275
283
|
}
|
|
276
284
|
|
|
277
|
-
.dot-illustration img.error-fourhundredthree.light {
|
|
285
|
+
.dot-illustration img.error-fourhundredthree.light.global-illustration {
|
|
278
286
|
content: url('./illustrations/light/global/error-fourhundredthree.svg');
|
|
279
287
|
}
|
|
280
288
|
|
|
281
|
-
.dot-illustration img.error-fourhundredthree.dark {
|
|
289
|
+
.dot-illustration img.error-fourhundredthree.dark.global-illustration {
|
|
282
290
|
content: url('./illustrations/dark/global/error-fourhundredthree.svg');
|
|
283
291
|
}
|
|
284
292
|
|
|
285
|
-
.dot-illustration img.error-fivehundredthree.light {
|
|
293
|
+
.dot-illustration img.error-fivehundredthree.light.global-illustration {
|
|
286
294
|
content: url('./illustrations/light/global/error-fivehundredthree.svg');
|
|
287
295
|
}
|
|
288
296
|
|
|
289
|
-
.dot-illustration img.error-fivehundredthree.dark {
|
|
297
|
+
.dot-illustration img.error-fivehundredthree.dark.global-illustration {
|
|
290
298
|
content: url('./illustrations/dark/global/error-fivehundredthree.svg');
|
|
291
299
|
}
|
|
292
300
|
|
|
293
|
-
.dot-illustration img.no-filters.light {
|
|
301
|
+
.dot-illustration img.no-filters.light.global-illustration {
|
|
294
302
|
content: url('./illustrations/light/global/no-filters.svg');
|
|
295
303
|
}
|
|
296
304
|
|
|
297
|
-
.dot-illustration img.no-filters.dark {
|
|
305
|
+
.dot-illustration img.no-filters.dark.global-illustration {
|
|
298
306
|
content: url('./illustrations/dark/global/no-filters.svg');
|
|
299
307
|
}
|
|
300
308
|
|
|
301
|
-
.dot-illustration img.research.light {
|
|
309
|
+
.dot-illustration img.research.light.global-illustration {
|
|
302
310
|
content: url('./illustrations/light/global/research.svg');
|
|
303
311
|
}
|
|
304
312
|
|
|
305
|
-
.dot-illustration img.research.dark {
|
|
313
|
+
.dot-illustration img.research.dark.global-illustration {
|
|
306
314
|
content: url('./illustrations/dark/global/research.svg');
|
|
307
315
|
}
|
|
308
316
|
|
|
309
|
-
.dot-illustration img.commitrepo.light {
|
|
317
|
+
.dot-illustration img.commitrepo.light.global-illustration {
|
|
310
318
|
content: url('./illustrations/light/global/commitrepo.svg');
|
|
311
319
|
}
|
|
312
320
|
|
|
313
|
-
.dot-illustration img.commitrepo.dark {
|
|
321
|
+
.dot-illustration img.commitrepo.dark.global-illustration {
|
|
314
322
|
content: url('./illustrations/dark/global/commitrepo.svg');
|
|
315
323
|
}
|
|
316
324
|
|
|
317
|
-
.dot-illustration img.ui-ux-improvements.light {
|
|
325
|
+
.dot-illustration img.ui-ux-improvements.light.global-illustration {
|
|
318
326
|
content: url('./illustrations/light/global/ui-ux-improvements.svg');
|
|
319
327
|
}
|
|
320
328
|
|
|
321
|
-
.dot-illustration img.ui-ux-improvements.dark {
|
|
329
|
+
.dot-illustration img.ui-ux-improvements.dark.global-illustration {
|
|
322
330
|
content: url('./illustrations/dark/global/ui-ux-improvements.svg');
|
|
323
331
|
}
|
|
324
332
|
|
|
325
|
-
.dot-illustration img.filter-empty.light {
|
|
333
|
+
.dot-illustration img.filter-empty.light.global-illustration {
|
|
326
334
|
content: url('./illustrations/light/global/filter-empty.svg');
|
|
327
335
|
}
|
|
328
336
|
|
|
329
|
-
.dot-illustration img.filter-empty.dark {
|
|
337
|
+
.dot-illustration img.filter-empty.dark.global-illustration {
|
|
330
338
|
content: url('./illustrations/dark/global/filter-empty.svg');
|
|
331
339
|
}
|
|
332
340
|
|
|
@@ -335,186 +343,186 @@
|
|
|
335
343
|
/*Path: --------- './illustrations/light/dashboards/*.svg ----- light */
|
|
336
344
|
/*Path: --------- './illustrations/dark/dashboards/*.svg ------ dark */
|
|
337
345
|
|
|
338
|
-
.dot-illustration img.analysis.light {
|
|
346
|
+
.dot-illustration img.analysis.light.dashboards-illustration {
|
|
339
347
|
content: url('./illustrations/light/dashboards/analysis.svg');
|
|
340
348
|
}
|
|
341
349
|
|
|
342
|
-
.dot-illustration img.analysis.dark {
|
|
350
|
+
.dot-illustration img.analysis.dark.dashboards-illustration {
|
|
343
351
|
content: url('./illustrations/dark/dashboards/analysis.svg');
|
|
344
352
|
}
|
|
345
353
|
|
|
346
|
-
.dot-illustration img.automation.light {
|
|
354
|
+
.dot-illustration img.automation.light.dashboards-illustration {
|
|
347
355
|
content: url('./illustrations/light/dashboards/automation.svg');
|
|
348
356
|
}
|
|
349
357
|
|
|
350
|
-
.dot-illustration img.automation.dark {
|
|
358
|
+
.dot-illustration img.automation.dark.dashboards-illustration {
|
|
351
359
|
content: url('./illustrations/dark/dashboards/automation.svg');
|
|
352
360
|
}
|
|
353
361
|
|
|
354
|
-
.dot-illustration img.burn-down.light {
|
|
362
|
+
.dot-illustration img.burn-down.light.dashboards-illustration {
|
|
355
363
|
content: url('./illustrations/light/dashboards/burn-down.svg');
|
|
356
364
|
}
|
|
357
365
|
|
|
358
|
-
.dot-illustration img.burn-down.dark {
|
|
366
|
+
.dot-illustration img.burn-down.dark.dashboards-illustration {
|
|
359
367
|
content: url('./illustrations/dark/dashboards/burn-down.svg');
|
|
360
368
|
}
|
|
361
369
|
|
|
362
|
-
.dot-illustration img.burn-up.light {
|
|
370
|
+
.dot-illustration img.burn-up.light.dashboards-illustration {
|
|
363
371
|
content: url('./illustrations/light/dashboards/burn-up.svg');
|
|
364
372
|
}
|
|
365
373
|
|
|
366
|
-
.dot-illustration img.burn-up.dark {
|
|
374
|
+
.dot-illustration img.burn-up.dark.dashboards-illustration {
|
|
367
375
|
content: url('./illustrations/dark/dashboards/burn-up.svg');
|
|
368
376
|
}
|
|
369
377
|
|
|
370
|
-
.dot-illustration img.custom.light {
|
|
378
|
+
.dot-illustration img.custom.light.dashboards-illustration {
|
|
371
379
|
content: url('./illustrations/light/dashboards/custom.svg');
|
|
372
380
|
}
|
|
373
381
|
|
|
374
|
-
.dot-illustration img.custom.dark {
|
|
382
|
+
.dot-illustration img.custom.dark.dashboards-illustration {
|
|
375
383
|
content: url('./illustrations/dark/dashboards/custom.svg');
|
|
376
384
|
}
|
|
377
385
|
|
|
378
|
-
.dot-illustration img.defect.light {
|
|
386
|
+
.dot-illustration img.defect.light.dashboards-illustration {
|
|
379
387
|
content: url('./illustrations/light/dashboards/defect.svg');
|
|
380
388
|
}
|
|
381
389
|
|
|
382
|
-
.dot-illustration img.defect.dark {
|
|
390
|
+
.dot-illustration img.defect.dark.dashboards-illustration {
|
|
383
391
|
content: url('./illustrations/dark/dashboards/defect.svg');
|
|
384
392
|
}
|
|
385
393
|
|
|
386
|
-
.dot-illustration img.dependency.light {
|
|
394
|
+
.dot-illustration img.dependency.light.dashboards-illustration {
|
|
387
395
|
content: url('./illustrations/light/dashboards/dependency.svg');
|
|
388
396
|
}
|
|
389
397
|
|
|
390
|
-
.dot-illustration img.dependency.dark {
|
|
398
|
+
.dot-illustration img.dependency.dark.dashboards-illustration {
|
|
391
399
|
content: url('./illustrations/dark/dashboards/dependency.svg');
|
|
392
400
|
}
|
|
393
401
|
|
|
394
|
-
.dot-illustration img.dora.light {
|
|
402
|
+
.dot-illustration img.dora.light.dashboards-illustration {
|
|
395
403
|
content: url('./illustrations/light/dashboards/dora.svg');
|
|
396
404
|
}
|
|
397
405
|
|
|
398
|
-
.dot-illustration img.dora.dark {
|
|
406
|
+
.dot-illustration img.dora.dark.dashboards-illustration {
|
|
399
407
|
content: url('./illustrations/dark/dashboards/dora.svg');
|
|
400
408
|
}
|
|
401
409
|
|
|
402
|
-
.dot-illustration img.executive.light {
|
|
410
|
+
.dot-illustration img.executive.light.dashboards-illustration {
|
|
403
411
|
content: url('./illustrations/light/dashboards/executive.svg');
|
|
404
412
|
}
|
|
405
413
|
|
|
406
|
-
.dot-illustration img.executive.dark {
|
|
414
|
+
.dot-illustration img.executive.dark.dashboards-illustration {
|
|
407
415
|
content: url('./illustrations/dark/dashboards/executive.svg');
|
|
408
416
|
}
|
|
409
417
|
|
|
410
|
-
.dot-illustration img.item.light {
|
|
418
|
+
.dot-illustration img.item.light.dashboards-illustration {
|
|
411
419
|
content: url('./illustrations/light/dashboards/item.svg');
|
|
412
420
|
}
|
|
413
421
|
|
|
414
|
-
.dot-illustration img.item.dark {
|
|
422
|
+
.dot-illustration img.item.dark.dashboards-illustration {
|
|
415
423
|
content: url('./illustrations/dark/dashboards/item.svg');
|
|
416
424
|
}
|
|
417
425
|
|
|
418
|
-
.dot-illustration img.late-task.light {
|
|
426
|
+
.dot-illustration img.late-task.light.dashboards-illustration {
|
|
419
427
|
content: url('./illustrations/light/dashboards/late-task.svg');
|
|
420
428
|
}
|
|
421
429
|
|
|
422
|
-
.dot-illustration img.late-task.dark {
|
|
430
|
+
.dot-illustration img.late-task.dark.dashboards-illustration {
|
|
423
431
|
content: url('./illustrations/dark/dashboards/late-task.svg');
|
|
424
432
|
}
|
|
425
433
|
|
|
426
|
-
.dot-illustration img.onboarding.light {
|
|
434
|
+
.dot-illustration img.onboarding.light.dashboards-illustration {
|
|
427
435
|
content: url('./illustrations/light/dashboards/onboarding.svg');
|
|
428
436
|
}
|
|
429
437
|
|
|
430
|
-
.dot-illustration img.onboarding.dark {
|
|
438
|
+
.dot-illustration img.onboarding.dark.dashboards-illustration {
|
|
431
439
|
content: url('./illustrations/dark/dashboards/onboarding.svg');
|
|
432
440
|
}
|
|
433
441
|
|
|
434
|
-
.dot-illustration img.workflow.light {
|
|
442
|
+
.dot-illustration img.workflow.light.dashboards-illustration {
|
|
435
443
|
content: url('./illustrations/light/dashboards/workflow.svg');
|
|
436
444
|
}
|
|
437
445
|
|
|
438
|
-
.dot-illustration img.workflow.dark {
|
|
446
|
+
.dot-illustration img.workflow.dark.dashboards-illustration {
|
|
439
447
|
content: url('./illustrations/dark/dashboards/workflow.svg');
|
|
440
448
|
}
|
|
441
449
|
|
|
442
|
-
.dot-illustration img.CRP-failure-prediction-monitoring.light {
|
|
450
|
+
.dot-illustration img.CRP-failure-prediction-monitoring.light.dashboards-illustration {
|
|
443
451
|
content: url('./illustrations/light/dashboards/CRP-failure-prediction-monitoring.svg');
|
|
444
452
|
}
|
|
445
453
|
|
|
446
|
-
.dot-illustration img.CRP-failure-prediction-monitoring.dark {
|
|
454
|
+
.dot-illustration img.CRP-failure-prediction-monitoring.dark.dashboards-illustration {
|
|
447
455
|
content: url('./illustrations/dark/dashboards/CRP-failure-prediction-monitoring.svg');
|
|
448
456
|
}
|
|
449
457
|
|
|
450
|
-
.dot-illustration img.change-credit-score.light {
|
|
458
|
+
.dot-illustration img.change-credit-score.light.dashboards-illustration {
|
|
451
459
|
content: url('./illustrations/light/dashboards/change-credit-score.svg');
|
|
452
460
|
}
|
|
453
461
|
|
|
454
|
-
.dot-illustration img.change-credit-score.dark {
|
|
462
|
+
.dot-illustration img.change-credit-score.dark.dashboards-illustration {
|
|
455
463
|
content: url('./illustrations/dark/dashboards/change-credit-score.svg');
|
|
456
464
|
}
|
|
457
465
|
|
|
458
|
-
.dot-illustration img.change-data-quality.light {
|
|
466
|
+
.dot-illustration img.change-data-quality.light.dashboards-illustration {
|
|
459
467
|
content: url('./illustrations/light/dashboards/change-data-quality.svg');
|
|
460
468
|
}
|
|
461
469
|
|
|
462
|
-
.dot-illustration img.change-data-quality.dark {
|
|
470
|
+
.dot-illustration img.change-data-quality.dark.dashboards-illustration {
|
|
463
471
|
content: url('./illustrations/dark/dashboards/change-data-quality.svg');
|
|
464
472
|
}
|
|
465
473
|
|
|
466
|
-
.dot-illustration img.change-impact.light {
|
|
474
|
+
.dot-illustration img.change-impact.light.dashboards-illustration {
|
|
467
475
|
content: url('./illustrations/light/dashboards/change-impact.svg');
|
|
468
476
|
}
|
|
469
477
|
|
|
470
|
-
.dot-illustration img.change-impact.dark {
|
|
478
|
+
.dot-illustration img.change-impact.dark.dashboards-illustration {
|
|
471
479
|
content: url('./illustrations/dark/dashboards/change-impact.svg');
|
|
472
480
|
}
|
|
473
481
|
|
|
474
|
-
.dot-illustration img.change-executive.light {
|
|
482
|
+
.dot-illustration img.change-executive.light.dashboards-illustration {
|
|
475
483
|
content: url('./illustrations/light/dashboards/change-executive.svg');
|
|
476
484
|
}
|
|
477
485
|
|
|
478
|
-
.dot-illustration img.change-executive.dark {
|
|
486
|
+
.dot-illustration img.change-executive.dark.dashboards-illustration {
|
|
479
487
|
content: url('./illustrations/dark/dashboards/change-executive.svg');
|
|
480
488
|
}
|
|
481
489
|
|
|
482
|
-
.dot-illustration img.change-impact-detection.light {
|
|
490
|
+
.dot-illustration img.change-impact-detection.light.dashboards-illustration {
|
|
483
491
|
content: url('./illustrations/light/dashboards/change-impact-detection.svg');
|
|
484
492
|
}
|
|
485
493
|
|
|
486
|
-
.dot-illustration img.change-impact-detection.dark {
|
|
494
|
+
.dot-illustration img.change-impact-detection.dark.dashboards-illustration {
|
|
487
495
|
content: url('./illustrations/dark/dashboards/change-impact-detection.svg');
|
|
488
496
|
}
|
|
489
497
|
|
|
490
|
-
.dot-illustration img.change-impact-hotspots.light {
|
|
498
|
+
.dot-illustration img.change-impact-hotspots.light.dashboards-illustration {
|
|
491
499
|
content: url('./illustrations/light/dashboards/change-impact-hotspots.svg');
|
|
492
500
|
}
|
|
493
501
|
|
|
494
|
-
.dot-illustration img.change-impact-hotspots.dark {
|
|
502
|
+
.dot-illustration img.change-impact-hotspots.dark.dashboards-illustration {
|
|
495
503
|
content: url('./illustrations/dark/dashboards/change-impact-hotspots.svg');
|
|
496
504
|
}
|
|
497
505
|
|
|
498
|
-
.dot-illustration img.change-failure-factors.light {
|
|
506
|
+
.dot-illustration img.change-failure-factors.light.dashboards-illustration {
|
|
499
507
|
content: url('./illustrations/light/dashboards/change-failure-factors.svg');
|
|
500
508
|
}
|
|
501
509
|
|
|
502
|
-
.dot-illustration img.change-failure-factors.dark {
|
|
510
|
+
.dot-illustration img.change-failure-factors.dark.dashboards-illustration {
|
|
503
511
|
content: url('./illustrations/dark/dashboards/change-failure-factors.svg');
|
|
504
512
|
}
|
|
505
513
|
|
|
506
|
-
.dot-illustration img.change-failure-prediction.light {
|
|
514
|
+
.dot-illustration img.change-failure-prediction.light.dashboards-illustration {
|
|
507
515
|
content: url('./illustrations/light/dashboards/change-failure-prediction.svg');
|
|
508
516
|
}
|
|
509
517
|
|
|
510
|
-
.dot-illustration img.change-failure-prediction.dark {
|
|
518
|
+
.dot-illustration img.change-failure-prediction.dark.dashboards-illustration {
|
|
511
519
|
content: url('./illustrations/dark/dashboards/change-failure-prediction.svg');
|
|
512
520
|
}
|
|
513
521
|
|
|
514
|
-
.dot-illustration img.data-extraction.light {
|
|
522
|
+
.dot-illustration img.data-extraction.light.dashboards-illustration {
|
|
515
523
|
content: url('./illustrations/light/dashboards/data-extraction.svg');
|
|
516
524
|
}
|
|
517
525
|
|
|
518
|
-
.dot-illustration img.data-extraction.dark {
|
|
526
|
+
.dot-illustration img.data-extraction.dark.dashboards-illustration {
|
|
519
527
|
content: url('./illustrations/dark/dashboards/data-extraction.svg');
|
|
520
528
|
}
|
package/package.json
CHANGED