@next-core/brick-container 2.59.0 → 2.62.0
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/CHANGELOG.md +52 -0
- package/dist/{dll.be993659.js → dll.37e22699.js} +6 -6
- package/dist/{dll.be993659.js.map → dll.37e22699.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.67de35481401ce5d1161.js → main.64e2d52d2d82d45e2561.js} +2 -2
- package/dist/{main.67de35481401ce5d1161.js.map → main.64e2d52d2d82d45e2561.js.map} +1 -1
- package/dist/{main.1a42b786ee78cae21315.css → main.ea587fc4d6260578158b.css} +300 -79
- package/dist/main.ea587fc4d6260578158b.css.map +1 -0
- package/package.json +8 -8
- package/dist/main.1a42b786ee78cae21315.css.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,58 @@
|
|
|
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
|
+
# [2.62.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.61.1...@next-core/brick-container@2.62.0) (2022-01-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* tag style ([735741d](https://github.com/easyops-cn/next-core/commit/735741d8cd6e7526d9763e71391104f5700a6026))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.61.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.61.0...@next-core/brick-container@2.61.1) (2022-01-21)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* chart tooltip ([60a21ee](https://github.com/easyops-cn/next-core/commit/60a21ee41256461f995b779f7937aeffb0249f1c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [2.61.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.60.0...@next-core/brick-container@2.61.0) (2022-01-21)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* dashboard style ([f591d20](https://github.com/easyops-cn/next-core/commit/f591d2054c2717c4e61af56e2870840d60fcd981))
|
|
34
|
+
* slider style ([f620219](https://github.com/easyops-cn/next-core/commit/f6202193c8c40e37836d81a3b5b9719eef52b352))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# [2.60.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.59.0...@next-core/brick-container@2.60.0) (2022-01-21)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* refine style of avatar using css variables ([0189c83](https://github.com/easyops-cn/next-core/commit/0189c83b679ec75f28a4f7169a7a07fedfefff81))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* cmdb-instance-modal style ([93e8fce](https://github.com/easyops-cn/next-core/commit/93e8fce537e7bf47025fe7980f7bb45c3ae77967))
|
|
51
|
+
* date picker style ([2812395](https://github.com/easyops-cn/next-core/commit/2812395a99c1de7c5f2cfbfec00806ef8f6a5fe9))
|
|
52
|
+
* use css variables for new theme colors ([9f20d2a](https://github.com/easyops-cn/next-core/commit/9f20d2a3194d75972266bf6ddba871c45a59d1d8))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
6
58
|
# [2.59.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.58.0...@next-core/brick-container@2.59.0) (2022-01-20)
|
|
7
59
|
|
|
8
60
|
|