@next-core/brick-container 2.63.9 → 2.63.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.63.10](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.9...@next-core/brick-container@2.63.10) (2022-01-28)
7
+
8
+ **Note:** Version bump only for package @next-core/brick-container
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.63.9](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.8...@next-core/brick-container@2.63.9) (2022-01-28)
7
15
 
8
16
 
package/dist/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"><title>DevOps 管理专家</title><base href="<!--# echo var='base_href' default='/' -->"><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>(!("documentMode" in document)&&CSS.supports("display","grid")&&window.customElements)||(location.href="<!--# echo var='base_href' default='/' -->browse-happy.html")</script><link href="<!--# echo var='core_root' default='' -->main.f76d2a97f4231c1591ff.css" rel="stylesheet"></head><body><div id="root-layout"><nav id="menu-bar-mount-point" class="print-hide"></nav><div id="root-content"><header id="app-bar-mount-point" class="print-hide"></header><div id="main-mount-point"></div><div id="legacy-iframe-mount-point"></div></div><div id="loading-bar-mount-point"><div class="global-loading-bar initial-loading-bar"><div></div></div></div></div><div id="bg-mount-point"></div><div id="portal-mount-point"></div><script src="<!--# echo var='core_root' default='' -->dll.ac96cd31.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.f7f57156cbec5f35f85c.js"></script><script src="<!--# echo var='core_root' default='' -->main.338895ec367e131eb9ca.js"></script></body></html>
1
+ <!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"><title>DevOps 管理专家</title><base href="<!--# echo var='base_href' default='/' -->"><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>(!("documentMode" in document)&&CSS.supports("display","grid")&&window.customElements)||(location.href="<!--# echo var='base_href' default='/' -->browse-happy.html")</script><link href="<!--# echo var='core_root' default='' -->main.24ac8d293d5498a9596b.css" rel="stylesheet"></head><body><div id="root-layout"><nav id="menu-bar-mount-point" class="print-hide"></nav><div id="root-content"><header id="app-bar-mount-point" class="print-hide"></header><div id="main-mount-point"></div><div id="legacy-iframe-mount-point"></div></div><div id="loading-bar-mount-point"><div class="global-loading-bar initial-loading-bar"><div></div></div></div></div><div id="bg-mount-point"></div><div id="portal-mount-point"></div><script src="<!--# echo var='core_root' default='' -->dll.ac96cd31.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.f7f57156cbec5f35f85c.js"></script><script src="<!--# echo var='core_root' default='' -->main.89dd770dfcc419dd0d6e.js"></script></body></html>
@@ -27217,43 +27217,43 @@ body.layout-business .ant-select-single .ant-select-selector .ant-select-selecti
27217
27217
  left: 3px;
27218
27218
  height: calc(100% - 26px);
27219
27219
  }
27220
- .ant-timeline-item-head-blue {
27220
+ .ant-timeline-item-head-blue:not(.ant-timeline-item-head-custom) {
27221
27221
  color: var(--antd-timeline-item-color-blue);
27222
27222
  border-color: var(--antd-timeline-item-color-blue);
27223
27223
  background-color: var(--antd-timeline-item-color-blue);
27224
27224
  }
27225
- .ant-timeline-item-head-green {
27225
+ .ant-timeline-item-head-green:not(.ant-timeline-item-head-custom) {
27226
27226
  color: var(--antd-timeline-item-color-green);
27227
27227
  border-color: var(--antd-timeline-item-color-green);
27228
27228
  background-color: var(--antd-timeline-item-color-green);
27229
27229
  }
27230
- .ant-timeline-item-head-red {
27230
+ .ant-timeline-item-head-red:not(.ant-timeline-item-head-custom) {
27231
27231
  color: var(--antd-timeline-item-color-red);
27232
27232
  border-color: var(--antd-timeline-item-color-red);
27233
27233
  background-color: var(--antd-timeline-item-color-red);
27234
27234
  }
27235
- .ant-timeline-item-head-gray {
27235
+ .ant-timeline-item-head-gray:not(.ant-timeline-item-head-custom) {
27236
27236
  color: var(--antd-timeline-item-color-gray);
27237
27237
  border-color: var(--antd-timeline-item-color-gray);
27238
27238
  background-color: var(--antd-timeline-item-color-gray);
27239
27239
  }
27240
- .ant-timeline-item-head-cyan {
27240
+ .ant-timeline-item-head-cyan:not(.ant-timeline-item-head-custom) {
27241
27241
  color: var(--antd-timeline-item-color-cyan);
27242
27242
  border-width: 0;
27243
27243
  background-color: var(--antd-timeline-item-color-cyan);
27244
27244
  }
27245
- .ant-timeline-item:hover .ant-timeline-item-head-cyan,
27246
- .ant-timeline-item:hover .ant-timeline-item-head-blue,
27247
- .ant-timeline-item:hover .ant-timeline-item-head-green,
27248
- .ant-timeline-item:hover .ant-timeline-item-head-red,
27249
- .ant-timeline-item:hover .ant-timeline-item-head-gray {
27245
+ .ant-timeline-item:hover .ant-timeline-item-head-cyan:not(.ant-timeline-item-head-custom),
27246
+ .ant-timeline-item:hover .ant-timeline-item-head-blue:not(.ant-timeline-item-head-custom),
27247
+ .ant-timeline-item:hover .ant-timeline-item-head-green:not(.ant-timeline-item-head-custom),
27248
+ .ant-timeline-item:hover .ant-timeline-item-head-red:not(.ant-timeline-item-head-custom),
27249
+ .ant-timeline-item:hover .ant-timeline-item-head-gray:not(.ant-timeline-item-head-custom) {
27250
27250
  transform: scale(1.5);
27251
27251
  }
27252
- .ant-timeline-item:hover .ant-timeline-item-head-cyan:after,
27253
- .ant-timeline-item:hover .ant-timeline-item-head-blue:after,
27254
- .ant-timeline-item:hover .ant-timeline-item-head-green:after,
27255
- .ant-timeline-item:hover .ant-timeline-item-head-red:after,
27256
- .ant-timeline-item:hover .ant-timeline-item-head-gray:after {
27252
+ .ant-timeline-item:hover .ant-timeline-item-head-cyan:not(.ant-timeline-item-head-custom):after,
27253
+ .ant-timeline-item:hover .ant-timeline-item-head-blue:not(.ant-timeline-item-head-custom):after,
27254
+ .ant-timeline-item:hover .ant-timeline-item-head-green:not(.ant-timeline-item-head-custom):after,
27255
+ .ant-timeline-item:hover .ant-timeline-item-head-red:not(.ant-timeline-item-head-custom):after,
27256
+ .ant-timeline-item:hover .ant-timeline-item-head-gray:not(.ant-timeline-item-head-custom):after {
27257
27257
  content: "";
27258
27258
  position: absolute;
27259
27259
  width: 3px;
@@ -27264,19 +27264,19 @@ body.layout-business .ant-select-single .ant-select-selector .ant-select-selecti
27264
27264
  left: 50%;
27265
27265
  transform: translate(-1.5px, -1.5px);
27266
27266
  }
27267
- .ant-timeline-item:hover .ant-timeline-item-head-blue {
27267
+ .ant-timeline-item:hover .ant-timeline-item-head-blue:not(.ant-timeline-item-head-custom) {
27268
27268
  box-shadow: 0px 0px 8px 0px var(--antd-timeline-item-color-blue);
27269
27269
  }
27270
- .ant-timeline-item:hover .ant-timeline-item-head-green {
27270
+ .ant-timeline-item:hover .ant-timeline-item-head-green:not(.ant-timeline-item-head-custom) {
27271
27271
  box-shadow: 0px 0px 8px 0px var(--antd-timeline-item-color-green);
27272
27272
  }
27273
- .ant-timeline-item:hover .ant-timeline-item-head-red {
27273
+ .ant-timeline-item:hover .ant-timeline-item-head-red:not(.ant-timeline-item-head-custom) {
27274
27274
  box-shadow: 0px 0px 8px 0px var(--antd-timeline-item-color-red);
27275
27275
  }
27276
- .ant-timeline-item:hover .ant-timeline-item-head-gray {
27276
+ .ant-timeline-item:hover .ant-timeline-item-head-gray:not(.ant-timeline-item-head-custom) {
27277
27277
  box-shadow: 0px 0px 8px 0px var(--antd-timeline-item-color-gray);
27278
27278
  }
27279
- .ant-timeline-item:hover .ant-timeline-item-head-cyan {
27279
+ .ant-timeline-item:hover .ant-timeline-item-head-cyan:not(.ant-timeline-item-head-custom) {
27280
27280
  box-shadow: 0px 0px 8px 0px var(--antd-timeline-item-color-cyan);
27281
27281
  }
27282
27282
  /**
@@ -28727,4 +28727,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
28727
28727
  }
28728
28728
 
28729
28729
 
28730
- /*# sourceMappingURL=main.f76d2a97f4231c1591ff.css.map*/
28730
+ /*# sourceMappingURL=main.24ac8d293d5498a9596b.css.map*/