@next-core/brick-container 2.53.0 → 2.55.1
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.0b8c8a12.js → dll.09793a3e.js} +3 -3
- package/dist/{dll.0b8c8a12.js.map → dll.09793a3e.js.map} +1 -1
- package/dist/icons--cmdb.bc69475c.js +2 -0
- package/dist/icons--cmdb.bc69475c.js.map +1 -0
- package/dist/index.html +1 -1
- package/dist/{main.b2ff0ebeb7fa558c53b0.css → main.6e380418c4090e16f436.css} +91 -34
- package/dist/main.6e380418c4090e16f436.css.map +1 -0
- package/dist/{main.6edc32f199e74e847aaa.js → main.8f0e6519db9d1cbc39ea.js} +2 -2
- package/dist/{main.6edc32f199e74e847aaa.js.map → main.8f0e6519db9d1cbc39ea.js.map} +1 -1
- package/package.json +12 -12
- package/dist/icons--cmdb.f06f949d.js +0 -2
- package/dist/icons--cmdb.f06f949d.js.map +0 -1
- package/dist/main.b2ff0ebeb7fa558c53b0.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.55.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.55.0...@next-core/brick-container@2.55.1) (2022-01-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-container
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [2.55.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.54.1...@next-core/brick-container@2.55.0) (2022-01-18)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* modal style ([75eefa9](https://github.com/easyops-cn/next-core/commit/75eefa96366f3acf0c588992485eff89272e9092))
|
|
20
|
+
* tabs style ([eb51a23](https://github.com/easyops-cn/next-core/commit/eb51a236b9aa9522661d47cf72f17a7a41e4aa00))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [2.54.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.54.0...@next-core/brick-container@2.54.1) (2022-01-18)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* adpat to dark v1 theme ([c198250](https://github.com/easyops-cn/next-core/commit/c1982507c48ed34aa327bdb9a1ac8f9fb38bb330))
|
|
32
|
+
* fix styles and replace css variables ([ed66930](https://github.com/easyops-cn/next-core/commit/ed6693080cafa3667cb0a7bd3dfd66e4a9b5e23f))
|
|
33
|
+
* style refine ([54a9130](https://github.com/easyops-cn/next-core/commit/54a9130d18558d4c86871b458f58e5c652898e84))
|
|
34
|
+
* style refine ([087a2fa](https://github.com/easyops-cn/next-core/commit/087a2fa330fb8b1f211e2dc8026ec2f372049035))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# [2.54.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.53.0...@next-core/brick-container@2.54.0) (2022-01-17)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* fix style ([f7d2541](https://github.com/easyops-cn/next-core/commit/f7d25419cbb7fde54c34ad7f4893d9d4f068819a))
|
|
46
|
+
* fix styles and replace css variables ([a84d2f7](https://github.com/easyops-cn/next-core/commit/a84d2f72dde782a542b518d148d95da9bd548e11))
|
|
47
|
+
* style fix ([dee1718](https://github.com/easyops-cn/next-core/commit/dee17183240c72e298cb18631680098f0e9dc1b4))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* replace tooltip css variables ([d0816c5](https://github.com/easyops-cn/next-core/commit/d0816c5d5485e63284d4140864399794ed631631))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
6
58
|
# [2.53.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.52.0...@next-core/brick-container@2.53.0) (2022-01-16)
|
|
7
59
|
|
|
8
60
|
|