@next-core/brick-container 2.62.3 → 2.62.4
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 +11 -0
- package/dist/index.html +1 -1
- package/dist/{main.9c56456b19ca962fe4b2.css → main.2982285b935861011cd7.css} +15 -15
- package/dist/main.2982285b935861011cd7.css.map +1 -0
- package/dist/{main.49c0fa1ef3a38bb5b9e1.js → main.780d77a71af5734f7faa.js} +2 -2
- package/dist/{main.49c0fa1ef3a38bb5b9e1.js.map → main.780d77a71af5734f7faa.js.map} +1 -1
- package/package.json +3 -3
- package/dist/main.9c56456b19ca962fe4b2.css.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.62.3...@next-core/brick-container@2.62.4) (2022-01-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* typo ([53ec91c](https://github.com/easyops-cn/next-core/commit/53ec91cb81723028acbb3500671bd7f1f879b0e9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.62.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.62.2...@next-core/brick-container@2.62.3) (2022-01-24)
|
|
7
18
|
|
|
8
19
|
|
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.
|
|
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.2982285b935861011cd7.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.37e22699.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.cdf468d8ec73cc7a5766.js"></script><script src="<!--# echo var='core_root' default='' -->main.780d77a71af5734f7faa.js"></script></body></html>
|
|
@@ -547,7 +547,7 @@ html[data-theme="dark-v2"],
|
|
|
547
547
|
|
|
548
548
|
/*** statistic card ***/
|
|
549
549
|
--statistic-card-item-title-color: rgba(140, 140, 140, 1);
|
|
550
|
-
--statistic-card-
|
|
550
|
+
--statistic-card-item-value-color: #262626;
|
|
551
551
|
|
|
552
552
|
/*** base chart ***/
|
|
553
553
|
--antd-chart-legend-text-color: #595959;
|
|
@@ -560,7 +560,7 @@ html[data-theme="dark-v2"],
|
|
|
560
560
|
--antd-chart-tooltip-bg: rgb(255, 255, 255);
|
|
561
561
|
--antd-chart-tooltip-boxShadow: 0px 0px 10px #aeaeae;
|
|
562
562
|
--antd-chart-tooltip-color: var(--antd-chart-legend-text-color);
|
|
563
|
-
--
|
|
563
|
+
--antd-chart-tooltip-crosshairs-line-color: var(--color-border-divider-line);
|
|
564
564
|
--antd-chart-label-color: var(--antd-chart-legend-text-color);
|
|
565
565
|
--antd-chart-axis-text-color: var(--color-secondary-text);
|
|
566
566
|
--antd-chart-axis-line-color: var(--color-border-divider-line);
|
|
@@ -655,7 +655,7 @@ html[data-theme="dark-v2"],
|
|
|
655
655
|
--antd-table-cell-fixed-body-bg: var(--antd-component-background);
|
|
656
656
|
|
|
657
657
|
/*** pagination ***/
|
|
658
|
-
--antd-
|
|
658
|
+
--antd-pagination-total-text: var(--text-color-disabled);
|
|
659
659
|
--antd-pagination-total-strong-text: var(--text-color-default);
|
|
660
660
|
--antd-pagination-item-hover: var(--color-brand);
|
|
661
661
|
--antd-pagination-item-active-bg: transparent;
|
|
@@ -696,7 +696,7 @@ html[data-theme="dark-v2"],
|
|
|
696
696
|
--antd-tabs-title-disabled-color: var(--color-disabled-text);
|
|
697
697
|
--antd-tabs-panel-type-bg: #dae5f5;
|
|
698
698
|
--antd-tabs-panel-type-shadow: none;
|
|
699
|
-
--antd-
|
|
699
|
+
--antd-tabs-panel-type-selected-color: var(--color-white);
|
|
700
700
|
--antd-tabs-panel-type-selected-bg: var(--antd-primary-color);
|
|
701
701
|
|
|
702
702
|
/*** inputNumber ***/
|
|
@@ -797,12 +797,12 @@ html[data-theme="dark-v2"],
|
|
|
797
797
|
--antd-slider-mark-text-color: var(--antd-text-color-secondary);
|
|
798
798
|
--antd-slider-mark-text-active-color: var(--antd-text-color);
|
|
799
799
|
|
|
800
|
-
--
|
|
800
|
+
--antd-slide-dashboard-track-background-color: #0060ff;
|
|
801
801
|
--antd-slider-dashboard-track-background-color-hover: var(
|
|
802
802
|
--antd-slider-track-background-color-hover
|
|
803
803
|
);
|
|
804
804
|
--antd-slider-dashboard-hander-background-color: var(
|
|
805
|
-
--
|
|
805
|
+
--antd-slide-dashboard-track-background-color
|
|
806
806
|
);
|
|
807
807
|
--antd-slider-dashboard-hander-border-color: var(--color-white);
|
|
808
808
|
--antd-slider-dashboard-hander-icon-color: var(
|
|
@@ -816,7 +816,7 @@ html[data-theme="dark-v2"],
|
|
|
816
816
|
/*** tag ***/
|
|
817
817
|
--antd-tag-checkable-color: var(--text-color-default);
|
|
818
818
|
--antd-tag-checkable-bg: var(--theme-gray-background);
|
|
819
|
-
--antd-tag-checkable-
|
|
819
|
+
--antd-tag-checkable-checked-color: var(--color-white);
|
|
820
820
|
--antd-tag-checkable-checked-bg: var(--theme-blue-color);
|
|
821
821
|
--antd-tag-closable-color: var(--text-color-default);
|
|
822
822
|
--antd-tag-closable-bg: var(--theme-gray-background);
|
|
@@ -824,7 +824,7 @@ html[data-theme="dark-v2"],
|
|
|
824
824
|
--antd-tag-closable-icon-hover-bg: var(--text-color-default);
|
|
825
825
|
--antd-tag-closable-hover-bg: var(--stroke-color-default);
|
|
826
826
|
--antd-tag-closable-disabled-bg: var(--tag-gray-background);
|
|
827
|
-
--
|
|
827
|
+
--antd-tag-closable-disabled-color: var(--tag-gray-color);
|
|
828
828
|
}
|
|
829
829
|
|
|
830
830
|
html[data-theme="dark-v2"],
|
|
@@ -1013,7 +1013,7 @@ html[data-theme="dark-v2"],
|
|
|
1013
1013
|
|
|
1014
1014
|
/*** statistic card ***/
|
|
1015
1015
|
--statistic-card-item-title-color: var(--color-secondary-text);
|
|
1016
|
-
--statistic-card-
|
|
1016
|
+
--statistic-card-item-value-color: var(--color-normal-text);
|
|
1017
1017
|
|
|
1018
1018
|
/*** base chart ***/
|
|
1019
1019
|
--antd-chart-legend-text-color: var(--palette-gray-8);
|
|
@@ -1121,7 +1121,7 @@ html[data-theme="dark-v2"],
|
|
|
1121
1121
|
--antd-table-cell-fixed-body-bg: var(--antd-component-background);
|
|
1122
1122
|
|
|
1123
1123
|
/*** pagination ***/
|
|
1124
|
-
--antd-
|
|
1124
|
+
--antd-pagination-total-text: var(--color-disabled-text);
|
|
1125
1125
|
--antd-pagination-total-strong-text: var(--color-normal-text);
|
|
1126
1126
|
--antd-pagination-item-hover: var(--color-info);
|
|
1127
1127
|
--antd-pagination-item-active-bg: var(--color-brand);
|
|
@@ -1164,7 +1164,7 @@ html[data-theme="dark-v2"],
|
|
|
1164
1164
|
--antd-tabs-title-disabled-color: var(--color-disabled-text);
|
|
1165
1165
|
--antd-tabs-panel-type-bg: var(--color-success-bg);
|
|
1166
1166
|
--antd-tabs-panel-type-shadow: var(--base-shadow);
|
|
1167
|
-
--antd-
|
|
1167
|
+
--antd-tabs-panel-type-selected-color: var(--color-normal-icon);
|
|
1168
1168
|
--antd-tabs-panel-type-selected-bg: var(--color-brand);
|
|
1169
1169
|
|
|
1170
1170
|
/*** inputNumber ***/
|
|
@@ -1265,7 +1265,7 @@ html[data-theme="dark-v2"],
|
|
|
1265
1265
|
--antd-slider-mark-text-color: var(--color-disabled-text);
|
|
1266
1266
|
--antd-slider-mark-text-active-color: var(--color-normal-text);
|
|
1267
1267
|
|
|
1268
|
-
--
|
|
1268
|
+
--antd-slide-dashboard-track-background-color: #2a78f4;
|
|
1269
1269
|
--antd-slider-dashboard-track-background-color-hover: var(--palette-blue-4);
|
|
1270
1270
|
--antd-slider-dashboard-hander-background-color: var(--color-brand);
|
|
1271
1271
|
--antd-slider-dashboard-hander-border-color: #14284a;
|
|
@@ -1277,7 +1277,7 @@ html[data-theme="dark-v2"],
|
|
|
1277
1277
|
/*** tag ***/
|
|
1278
1278
|
--antd-tag-checkable-color: var(--color-normal-text);
|
|
1279
1279
|
--antd-tag-checkable-bg: var(--color-fill-bg-base-1);
|
|
1280
|
-
--antd-tag-checkable-
|
|
1280
|
+
--antd-tag-checkable-checked-color: var(--color-white);
|
|
1281
1281
|
--antd-tag-checkable-checked-bg: var(--theme-blue-color);
|
|
1282
1282
|
--antd-tag-closable-color: var(--color-normal-text);
|
|
1283
1283
|
--antd-tag-closable-bg: var(--color-fill-bg-base-1);
|
|
@@ -26641,7 +26641,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
26641
26641
|
background: var(--antd-tag-checkable-bg);
|
|
26642
26642
|
}
|
|
26643
26643
|
.ant-tag-checkable-checked {
|
|
26644
|
-
color: var(--antd-tag-checkable-
|
|
26644
|
+
color: var(--antd-tag-checkable-checked-color);
|
|
26645
26645
|
background: var(--antd-tag-checkable-checked-bg);
|
|
26646
26646
|
}
|
|
26647
26647
|
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
|
|
@@ -28444,4 +28444,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
28444
28444
|
}
|
|
28445
28445
|
|
|
28446
28446
|
|
|
28447
|
-
/*# sourceMappingURL=main.
|
|
28447
|
+
/*# sourceMappingURL=main.2982285b935861011cd7.css.map*/
|