@next-core/brick-container 2.42.2 → 2.44.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 +44 -0
- package/dist/{dll.1b950c75.js → dll.413693ff.js} +11 -11
- package/dist/{dll.1b950c75.js.map → dll.413693ff.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.574571dfe84cd30d218e.css → main.76d742bf2fff90497e0d.css} +14 -10
- package/dist/main.76d742bf2fff90497e0d.css.map +1 -0
- package/dist/{main.989241e28266dc6c8773.js → main.ea78a21d345dffe5fbfa.js} +2 -2
- package/dist/main.ea78a21d345dffe5fbfa.js.map +1 -0
- package/package.json +8 -8
- package/serve/getEnv.js +11 -0
- package/serve/getProxies.js +17 -0
- package/dist/main.574571dfe84cd30d218e.css.map +0 -1
- package/dist/main.989241e28266dc6c8773.js.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><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.76d742bf2fff90497e0d.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.413693ff.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.cdf468d8ec73cc7a5766.js"></script><script src="<!--# echo var='core_root' default='' -->main.ea78a21d345dffe5fbfa.js"></script></body></html>
|
|
@@ -201,6 +201,10 @@ html[data-theme="dark-v2"],
|
|
|
201
201
|
|
|
202
202
|
/* component CSS variables */
|
|
203
203
|
|
|
204
|
+
/*** basic antd variables ***/
|
|
205
|
+
--antd-border-color-split-lighten-80: #fff;
|
|
206
|
+
--antd-border-color-split: #f0f0f0;
|
|
207
|
+
|
|
204
208
|
/*** menu ***/
|
|
205
209
|
--antd-menu-bg: #4e93ef;
|
|
206
210
|
--antd-menu-color: #fff;
|
|
@@ -283,21 +287,23 @@ html[data-theme="dark-v2"],
|
|
|
283
287
|
--slide-up-shadow: 0px -6px 18px 0px rgba(0, 0, 0, 0.14);
|
|
284
288
|
--menu-shadow: 6px 0px 18px 0px rgba(0, 0, 0, 0.24);
|
|
285
289
|
|
|
286
|
-
/*
|
|
290
|
+
/* component CSS variables */
|
|
291
|
+
|
|
292
|
+
/*** basic antd variables ***/
|
|
287
293
|
--antd-text-color: var(--color-normal-text);
|
|
288
294
|
--antd-text-color-secondary: var(--color-secondary-text);
|
|
289
295
|
|
|
290
|
-
|
|
296
|
+
--antd-border-color-split: var(--color-text-divider-line);
|
|
291
297
|
|
|
292
|
-
|
|
298
|
+
/*** menu ***/
|
|
293
299
|
--antd-menu-bg: var(--palette-gray-3);
|
|
294
|
-
--antd-menu-color: var(--color-
|
|
300
|
+
--antd-menu-color: var(--color-header-text);
|
|
295
301
|
--antd-menu-highlight-color: var(--palette-gray-2);
|
|
296
302
|
--antd-menu-shadow: var(--menu-shadow);
|
|
297
303
|
--antd-menu-popup-bg: var(--color-fill-bg-container-4);
|
|
298
304
|
--antd-menu-title-bg: var(--color-fill-bg-base-2);
|
|
299
305
|
--antd-menu-title-color: var(--color-strong-text);
|
|
300
|
-
--antd-menu-item-active-bg: var(--color-
|
|
306
|
+
--antd-menu-item-active-bg: var(--color-fill-bg-base-1);
|
|
301
307
|
--antd-menu-item-hover: var(--palette-gray-2);
|
|
302
308
|
--antd-menu-item-selected-bg: var(--palette-blue-6);
|
|
303
309
|
--ant-menu-submenu-selected-bg: var(--antd-menu-item-hover);
|
|
@@ -529,8 +535,6 @@ html[data-theme="dark-v2"],
|
|
|
529
535
|
--antd-background-color-base: #f5f5f5;
|
|
530
536
|
--antd-background-color-light: #ebf3fd;
|
|
531
537
|
--antd-border-color-base: #d9d9d9;
|
|
532
|
-
--antd-border-color-split-lighten-80: #fff;
|
|
533
|
-
--antd-border-color-split: #f0f0f0;
|
|
534
538
|
--antd-box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
535
539
|
0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
536
540
|
--antd-column-active-bg: rgba(235, 243, 253, 0.8);
|
|
@@ -16268,7 +16272,7 @@ textarea.ant-mentions {
|
|
|
16268
16272
|
}
|
|
16269
16273
|
.ant-menu-item:active,
|
|
16270
16274
|
.ant-menu-submenu-title:active {
|
|
16271
|
-
background:
|
|
16275
|
+
background: var(--antd-menu-item-active-bg);
|
|
16272
16276
|
}
|
|
16273
16277
|
.ant-menu-submenu .ant-menu-sub {
|
|
16274
16278
|
cursor: initial;
|
|
@@ -16325,7 +16329,7 @@ textarea.ant-mentions {
|
|
|
16325
16329
|
color: #0071eb;
|
|
16326
16330
|
}
|
|
16327
16331
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
|
16328
|
-
background-color:
|
|
16332
|
+
background-color: var(--antd-menu-item-active-bg);
|
|
16329
16333
|
}
|
|
16330
16334
|
.ant-menu-inline,
|
|
16331
16335
|
.ant-menu-vertical,
|
|
@@ -27417,4 +27421,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
27417
27421
|
}
|
|
27418
27422
|
|
|
27419
27423
|
|
|
27420
|
-
/*# sourceMappingURL=main.
|
|
27424
|
+
/*# sourceMappingURL=main.76d742bf2fff90497e0d.css.map*/
|