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