@next-core/brick-container 2.68.0 → 2.68.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.
- package/CHANGELOG.md +30 -0
- package/dist/{dll.28fd84c5.js → dll.91b72335.js} +3 -3
- package/dist/{dll.28fd84c5.js.map → dll.91b72335.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.5ad886106fad43bb5daa.css → main.0bdcf442552c808ee4e3.css} +97 -27
- package/dist/main.0bdcf442552c808ee4e3.css.map +1 -0
- package/dist/{main.a09febad55d0d9fc1ab7.js → main.575118f754db0093ff87.js} +2 -2
- package/dist/{main.a09febad55d0d9fc1ab7.js.map → main.575118f754db0093ff87.js.map} +1 -1
- package/package.json +7 -7
- package/dist/main.5ad886106fad43bb5daa.css.map +0 -1
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><script>window.MOCK_DATE="<!--# echo var='mock_date' default='' -->"</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><script>window.MOCK_DATE="<!--# echo var='mock_date' default='' -->"</script><link href="<!--# echo var='core_root' default='' -->main.0bdcf442552c808ee4e3.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.91b72335.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.4f748149d4560d835889.js"></script><script src="<!--# echo var='core_root' default='' -->main.575118f754db0093ff87.js"></script></body></html>
|
|
@@ -865,6 +865,36 @@ html[data-theme="dark-v2"],
|
|
|
865
865
|
--antd-message-bg: var(--antd-component-background);
|
|
866
866
|
--antd-message-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
867
867
|
0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
868
|
+
--antd-message-bg-info: rgba(255, 255, 255, 0.85)
|
|
869
|
+
linear-gradient(
|
|
870
|
+
270deg,
|
|
871
|
+
rgba(255, 255, 255, 0) 0%,
|
|
872
|
+
rgba(255, 255, 255, 0) 48%,
|
|
873
|
+
rgba(26, 122, 255, 0.1) 100%
|
|
874
|
+
);
|
|
875
|
+
--antd-message-bg-error: rgba(255, 255, 255, 0.85)
|
|
876
|
+
linear-gradient(
|
|
877
|
+
270deg,
|
|
878
|
+
rgba(255, 255, 255, 0) 0%,
|
|
879
|
+
rgba(255, 255, 255, 0) 48%,
|
|
880
|
+
rgba(242, 76, 37, 0.1) 100%
|
|
881
|
+
);
|
|
882
|
+
--antd-message-bg-success: rgba(255, 255, 255, 0.85)
|
|
883
|
+
linear-gradient(
|
|
884
|
+
270deg,
|
|
885
|
+
rgba(255, 255, 255, 0) 0%,
|
|
886
|
+
rgba(172, 227, 146, 0) 48%,
|
|
887
|
+
rgba(82, 196, 26, 0.1) 100%
|
|
888
|
+
);
|
|
889
|
+
--antd-message-bg-warn: rgba(255, 255, 255, 0.85)
|
|
890
|
+
linear-gradient(
|
|
891
|
+
270deg,
|
|
892
|
+
rgba(255, 255, 255, 0) 0%,
|
|
893
|
+
rgba(255, 255, 255, 0) 48%,
|
|
894
|
+
rgba(247, 191, 2, 0.1) 100%
|
|
895
|
+
);
|
|
896
|
+
--antd-message-border: 1px solid #ffffff;
|
|
897
|
+
--antd-message-content-color: rgba(0, 0, 0, 0.65);
|
|
868
898
|
|
|
869
899
|
/*** transfer ***/
|
|
870
900
|
--antd-transfer-item-hover-bg: var(--palette-gray-3);
|
|
@@ -1587,6 +1617,36 @@ html[data-theme="dark-v2"],
|
|
|
1587
1617
|
/*** message ***/
|
|
1588
1618
|
--antd-message-bg: var(--color-fill-bg-container-4);
|
|
1589
1619
|
--antd-message-shadow: var(--feedback-container-shadow);
|
|
1620
|
+
--antd-message-bg-info: rgba(55, 55, 57, 0.85)
|
|
1621
|
+
linear-gradient(
|
|
1622
|
+
270deg,
|
|
1623
|
+
rgba(55, 55, 57, 0) 0%,
|
|
1624
|
+
rgba(55, 55, 57, 0) 48%,
|
|
1625
|
+
rgba(63, 117, 221, 0.2) 100%
|
|
1626
|
+
);
|
|
1627
|
+
--antd-message-bg-success: rgba(55, 55, 57, 0.85)
|
|
1628
|
+
linear-gradient(
|
|
1629
|
+
270deg,
|
|
1630
|
+
rgba(55, 55, 57, 0) 0%,
|
|
1631
|
+
rgba(55, 55, 57, 0) 48%,
|
|
1632
|
+
rgba(39, 195, 70, 0.2) 100%
|
|
1633
|
+
);
|
|
1634
|
+
--antd-message-bg-error: rgba(55, 55, 57, 0.85)
|
|
1635
|
+
linear-gradient(
|
|
1636
|
+
270deg,
|
|
1637
|
+
rgba(55, 55, 57, 0) 0%,
|
|
1638
|
+
rgba(55, 55, 57, 0) 48%,
|
|
1639
|
+
rgba(210, 89, 63, 0.2) 100%
|
|
1640
|
+
);
|
|
1641
|
+
--antd-message-bg-warn: rgba(55, 55, 57, 0.85)
|
|
1642
|
+
linear-gradient(
|
|
1643
|
+
270deg,
|
|
1644
|
+
rgba(55, 55, 57, 0) 0%,
|
|
1645
|
+
rgba(55, 55, 57, 0) 48%,
|
|
1646
|
+
rgba(213, 162, 29, 0.2) 100%
|
|
1647
|
+
);
|
|
1648
|
+
--antd-message-border: 1px solid rgba(255, 255, 255, 0.12);
|
|
1649
|
+
--antd-message-content-color: rgba(255, 255, 255, 0.85);
|
|
1590
1650
|
|
|
1591
1651
|
/*** transfer ***/
|
|
1592
1652
|
--antd-transfer-item-hover-bg: var(--antd-checkbox-bg-hover);
|
|
@@ -27561,37 +27621,47 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27561
27621
|
color: rgba(255, 255, 255, 0.85);
|
|
27562
27622
|
}
|
|
27563
27623
|
.ant-message-notice-content {
|
|
27564
|
-
|
|
27565
|
-
|
|
27566
|
-
|
|
27567
|
-
|
|
27568
|
-
|
|
27569
|
-
|
|
27570
|
-
|
|
27571
|
-
.ant-message-
|
|
27572
|
-
.ant-message-info::before,
|
|
27573
|
-
.ant-message-loading::before {
|
|
27574
|
-
content: "";
|
|
27575
|
-
position: absolute;
|
|
27576
|
-
top: 0;
|
|
27577
|
-
left: 0;
|
|
27578
|
-
width: 4px;
|
|
27624
|
+
box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.14);
|
|
27625
|
+
height: 54px;
|
|
27626
|
+
padding: 16px 24px 16px 22px;
|
|
27627
|
+
border-radius: 32px;
|
|
27628
|
+
border: var(--antd-message-border);
|
|
27629
|
+
backdrop-filter: blur(20px);
|
|
27630
|
+
}
|
|
27631
|
+
.ant-message-notice-content .ant-message-custom-content {
|
|
27579
27632
|
height: 100%;
|
|
27580
|
-
|
|
27581
|
-
|
|
27633
|
+
display: flex;
|
|
27634
|
+
align-items: center;
|
|
27635
|
+
color: var(--antd-message-content-color);
|
|
27582
27636
|
}
|
|
27583
|
-
.ant-message-
|
|
27584
|
-
|
|
27637
|
+
.ant-message-notice-content .ant-message-custom-content .anticon {
|
|
27638
|
+
top: 0;
|
|
27639
|
+
margin-right: 8px;
|
|
27640
|
+
font-size: 28px;
|
|
27585
27641
|
}
|
|
27586
|
-
.ant-message-
|
|
27587
|
-
background
|
|
27642
|
+
.ant-message-notice-info .ant-message-notice-content {
|
|
27643
|
+
background: var(--antd-message-bg-info);
|
|
27588
27644
|
}
|
|
27589
|
-
.ant-message-
|
|
27590
|
-
|
|
27645
|
+
.ant-message-notice-info .ant-message-notice-content .anticon {
|
|
27646
|
+
color: var(--palette-blue-6);
|
|
27591
27647
|
}
|
|
27592
|
-
.ant-message-
|
|
27593
|
-
|
|
27594
|
-
|
|
27648
|
+
.ant-message-notice-success .ant-message-notice-content {
|
|
27649
|
+
background: var(--antd-message-bg-success);
|
|
27650
|
+
}
|
|
27651
|
+
.ant-message-notice-success .ant-message-notice-content .anticon {
|
|
27652
|
+
color: var(--palette-green-6);
|
|
27653
|
+
}
|
|
27654
|
+
.ant-message-notice-error .ant-message-notice-content {
|
|
27655
|
+
background: var(--antd-message-bg-error);
|
|
27656
|
+
}
|
|
27657
|
+
.ant-message-notice-error .ant-message-notice-content .anticon {
|
|
27658
|
+
color: var(--palette-red-6);
|
|
27659
|
+
}
|
|
27660
|
+
.ant-message-notice-warn .ant-message-notice-content {
|
|
27661
|
+
background: var(--antd-message-bg-warn);
|
|
27662
|
+
}
|
|
27663
|
+
.ant-message-notice-warn .ant-message-notice-content .anticon {
|
|
27664
|
+
color: var(--palette-amber-6);
|
|
27595
27665
|
}
|
|
27596
27666
|
.ant-pagination {
|
|
27597
27667
|
/**
|
|
@@ -29311,4 +29381,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
29311
29381
|
}
|
|
29312
29382
|
|
|
29313
29383
|
|
|
29314
|
-
/*# sourceMappingURL=main.
|
|
29384
|
+
/*# sourceMappingURL=main.0bdcf442552c808ee4e3.css.map*/
|