@digital-ai/dot-illustrations 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/demo/script.js +4 -3
  2. package/package.json +1 -1
package/demo/script.js CHANGED
@@ -34,10 +34,13 @@ function doMagic() {
34
34
  "done",
35
35
  "dora-metrics-circle",
36
36
  "empty",
37
+ "error-fourhundredfour",
38
+ "error-fivehundred",
37
39
  "favorite",
38
40
  "features",
39
41
  "launch",
40
42
  "no-files",
43
+ "no-filters",
41
44
  "nothing-defined",
42
45
  "password-token",
43
46
  "reports",
@@ -45,10 +48,8 @@ function doMagic() {
45
48
  "user",
46
49
  "work-item",
47
50
  "workflows-main",
48
- "error-fourhundredfour",
49
- "error-fivehundred",
50
- "no-filters",
51
51
 
52
+
52
53
  // Dashboards arrange from A-Z
53
54
  "analysis",
54
55
  "automation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-illustrations",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "A central place for the design team to keep illustrations and for dev teams to find them.",
5
5
  "main": "./index.css",
6
6
  "scripts": {