@next-core/brick-container 2.63.13 → 2.63.14
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.46747d9a3ba5761e4f32.css → main.06b621eeacda98ff82b4.css} +3 -1
- package/dist/main.06b621eeacda98ff82b4.css.map +1 -0
- package/dist/{main.587db5503c5a6297fc43.js → main.ecd66df3b9710daa5b45.js} +2 -2
- package/dist/{main.587db5503c5a6297fc43.js.map → main.ecd66df3b9710daa5b45.js.map} +1 -1
- package/package.json +2 -2
- package/dist/main.46747d9a3ba5761e4f32.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.63.14](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.13...@next-core/brick-container@2.63.14) (2022-02-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add link color ([a1153e9](https://github.com/easyops-cn/next-core/commit/a1153e911a49494017f236493e3ed508e43c990a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.63.13](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.12...@next-core/brick-container@2.63.13) (2022-02-10)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @next-core/brick-container
|
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.06b621eeacda98ff82b4.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.90a1f57a.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.f7f57156cbec5f35f85c.js"></script><script src="<!--# echo var='core_root' default='' -->main.ecd66df3b9710daa5b45.js"></script></body></html>
|
|
@@ -611,6 +611,7 @@ html[data-theme="dark-v2"],
|
|
|
611
611
|
--antd-btn-danger-active-bg: var(--bg-color-button-danger-pressed);
|
|
612
612
|
--antd-btn-danger-active-color: var(--antd-btn-danger-color);
|
|
613
613
|
|
|
614
|
+
--antd-btn-link-color: var(--bg-color-button-link);
|
|
614
615
|
--antd-btn-link-hover-color: var(--bg-color-button-link-hover);
|
|
615
616
|
--antd-btn-link-active-color: var(--bg-color-button-link-pressed);
|
|
616
617
|
|
|
@@ -1147,6 +1148,7 @@ html[data-theme="dark-v2"],
|
|
|
1147
1148
|
--antd-btn-danger-active-bg: var(--color-error-active);
|
|
1148
1149
|
--antd-btn-danger-active-color: var(--antd-btn-danger-color);
|
|
1149
1150
|
|
|
1151
|
+
--antd-btn-link-color: var(--color-brand);
|
|
1150
1152
|
--antd-btn-link-hover-color: var(--color-brand-hover);
|
|
1151
1153
|
--antd-btn-link-active-color: var(--color-brand-active);
|
|
1152
1154
|
|
|
@@ -28728,4 +28730,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
28728
28730
|
}
|
|
28729
28731
|
|
|
28730
28732
|
|
|
28731
|
-
/*# sourceMappingURL=main.
|
|
28733
|
+
/*# sourceMappingURL=main.06b621eeacda98ff82b4.css.map*/
|