@next-core/illustrations 0.9.0 → 0.9.3

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 (38) hide show
  1. package/CHANGELOG.md +11 -28
  2. package/dist/illustrations/easyops2/add-app-dynamic-dark.d0f399bf3f644e76.gif +0 -0
  3. package/dist/illustrations/easyops2/add-app-dynamic.a1b8b8032cf10e12.gif +0 -0
  4. package/dist/illustrations/easyops2/internet-disconnected-dynamic-dark.6ff523234f056fee.gif +0 -0
  5. package/dist/illustrations/easyops2/internet-disconnected-dynamic.2337c8d4167767fb.gif +0 -0
  6. package/dist/illustrations/easyops2/no-content-dynamic-dark.7ca1c8a89c8ec15d.gif +0 -0
  7. package/dist/illustrations/easyops2/no-content-dynamic.8c14d6ce1cbce3ca.gif +0 -0
  8. package/dist/illustrations/easyops2/no-history-dark.6af148b8a489f53e.png +0 -0
  9. package/dist/illustrations/easyops2/no-history-dynamic-dark.f7f0c6978f603b59.gif +0 -0
  10. package/dist/illustrations/easyops2/no-history-dynamic.3746abbbf28f683a.gif +0 -0
  11. package/dist/illustrations/easyops2/no-history.254cab84b7e79889.png +0 -0
  12. package/dist/illustrations/easyops2/search-empty-dynamic-dark.ead7462daaa9595d.gif +0 -0
  13. package/dist/illustrations/easyops2/search-empty-dynamic.d332872d5ffc1cb1.gif +0 -0
  14. package/dist/illustrations/easyops2/search-no-content-dynamic-dark.b3a20a47213b7eae.gif +0 -0
  15. package/dist/illustrations/easyops2/search-no-content-dynamic.ce0553e22a8cd1df.gif +0 -0
  16. package/dist/illustrations/easyops2/searching-dynamic-dark.636301b8f8470deb.gif +0 -0
  17. package/dist/illustrations/easyops2/searching-dynamic.e5a9024cc71518e5.gif +0 -0
  18. package/dist/index.bundle.js +26 -2595
  19. package/dist/index.bundle.js.map +1 -1
  20. package/dist/index.esm.js +26 -2595
  21. package/dist/index.esm.js.map +1 -1
  22. package/dist/types/Illustrations.d.ts +1 -1
  23. package/dist/types/categories.d.ts +4 -0
  24. package/package.json +3 -3
  25. package/dist/illustrations/easyops2/add-app-dynamic-dark.40c96fa083cf8198.gif +0 -0
  26. package/dist/illustrations/easyops2/add-app-dynamic.086779d673cf6152.gif +0 -0
  27. package/dist/illustrations/easyops2/internet-disconnected-dynamic-dark.7db5ddc92490b428.gif +0 -0
  28. package/dist/illustrations/easyops2/internet-disconnected-dynamic.766c09028124ae76.gif +0 -0
  29. package/dist/illustrations/easyops2/no-content-dynamic-dark.2c032fdbe057c455.gif +0 -0
  30. package/dist/illustrations/easyops2/no-content-dynamic.f379fa5c146f74aa.gif +0 -0
  31. package/dist/illustrations/easyops2/no-history-dynamic-dark.3af955ed15d1e47a.gif +0 -0
  32. package/dist/illustrations/easyops2/no-history-dynamic.1855745282bdab2f.gif +0 -0
  33. package/dist/illustrations/easyops2/search-empty-dynamic-dark.807307912ba0ce84.gif +0 -0
  34. package/dist/illustrations/easyops2/search-empty-dynamic.ddd19936b1239dde.gif +0 -0
  35. package/dist/illustrations/easyops2/search-no-content-dynamic-dark.51e610a809ab65a1.gif +0 -0
  36. package/dist/illustrations/easyops2/search-no-content-dynamic.a3a7ed00824dafb0.gif +0 -0
  37. package/dist/illustrations/easyops2/searching-dynamic-dark.779c712176707b68.gif +0 -0
  38. package/dist/illustrations/easyops2/searching-dynamic.8cbb345aa52c0e65.gif +0 -0
package/CHANGELOG.md CHANGED
@@ -3,73 +3,56 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.9.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.8...@next-core/illustrations@0.9.0) (2022-07-19)
6
+ ## [0.9.3](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.9.2...@next-core/illustrations@0.9.3) (2022-07-20)
7
7
 
8
+ **Note:** Version bump only for package @next-core/illustrations
8
9
 
9
- ### Features
10
10
 
11
- * update icons and finish useIllustrationConfig ([b30f7c9](https://github.com/easyops-cn/next-core/commit/b30f7c95e8af83963bb0c3da21469280ba19414e))
12
11
 
13
12
 
14
13
 
14
+ ## [0.9.2](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.9.1...@next-core/illustrations@0.9.2) (2022-07-20)
15
15
 
16
+ **Note:** Version bump only for package @next-core/illustrations
16
17
 
17
- ## [0.8.8](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.7...@next-core/illustrations@0.8.8) (2022-07-18)
18
+ ## [0.9.1](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.9.0...@next-core/illustrations@0.9.1) (2022-07-19)
18
19
 
19
20
  **Note:** Version bump only for package @next-core/illustrations
20
21
 
22
+ # [0.9.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.8...@next-core/illustrations@0.9.0) (2022-07-19)
21
23
 
24
+ ### Features
22
25
 
26
+ - update icons and finish useIllustrationConfig ([b30f7c9](https://github.com/easyops-cn/next-core/commit/b30f7c95e8af83963bb0c3da21469280ba19414e))
23
27
 
24
-
25
- ## [0.8.7](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.6...@next-core/illustrations@0.8.7) (2022-07-15)
28
+ ## [0.8.8](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.7...@next-core/illustrations@0.8.8) (2022-07-18)
26
29
 
27
30
  **Note:** Version bump only for package @next-core/illustrations
28
31
 
32
+ ## [0.8.7](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.6...@next-core/illustrations@0.8.7) (2022-07-15)
29
33
 
30
-
31
-
34
+ **Note:** Version bump only for package @next-core/illustrations
32
35
 
33
36
  ## [0.8.6](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.5...@next-core/illustrations@0.8.6) (2022-07-15)
34
37
 
35
38
  **Note:** Version bump only for package @next-core/illustrations
36
39
 
37
-
38
-
39
-
40
-
41
40
  ## [0.8.5](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.4...@next-core/illustrations@0.8.5) (2022-07-12)
42
41
 
43
42
  **Note:** Version bump only for package @next-core/illustrations
44
43
 
45
-
46
-
47
-
48
-
49
44
  ## [0.8.4](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.3...@next-core/illustrations@0.8.4) (2022-07-07)
50
45
 
51
46
  **Note:** Version bump only for package @next-core/illustrations
52
47
 
53
-
54
-
55
-
56
-
57
48
  ## [0.8.3](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.2...@next-core/illustrations@0.8.3) (2022-07-05)
58
49
 
59
50
  **Note:** Version bump only for package @next-core/illustrations
60
51
 
61
-
62
-
63
-
64
-
65
52
  ## [0.8.2](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.1...@next-core/illustrations@0.8.2) (2022-06-24)
66
53
 
67
54
  **Note:** Version bump only for package @next-core/illustrations
68
55
 
69
-
70
-
71
-
72
-
73
56
  ## [0.8.1](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.0...@next-core/illustrations@0.8.1) (2022-06-24)
74
57
 
75
58
  **Note:** Version bump only for package @next-core/illustrations