pro-design-vue 1.2.9 → 1.2.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.
@@ -1,4 +1,4 @@
1
- /*! Pro Design Vue v1.2.9 */
1
+ /*! Pro Design Vue v1.2.10 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('ant-design-vue'), require('vue'), require('ant-design-vue/es/locale/zh_CN.js')) :
@@ -32,7 +32,7 @@
32
32
  const DEFAULT_NAMESPACE = "pro";
33
33
  const DEFAULT_LOCALE = "zh-CN";
34
34
 
35
- const version$1 = "1.2.9";
35
+ const version$1 = "1.2.10";
36
36
 
37
37
  const makeInstaller = (components = []) => {
38
38
  const install = (app) => {
@@ -8488,13 +8488,19 @@
8488
8488
  algorithm.push((_d = __props.theme) == null ? void 0 : _d.algorithm);
8489
8489
  }
8490
8490
  }
8491
+ const mergeToken = {
8492
+ ...defaultToken,
8493
+ ...(_e = __props.theme) == null ? void 0 : _e.token,
8494
+ ...__props.token
8495
+ };
8491
8496
  return {
8492
8497
  ...__props.theme,
8493
8498
  algorithm,
8494
8499
  token: {
8495
- ...defaultToken,
8496
- ...(_e = __props.theme) == null ? void 0 : _e.token,
8497
- ...__props.token
8500
+ ...mergeToken,
8501
+ colorLink: mergeToken.colorPrimary,
8502
+ colorLinkActive: "hsl(var(--pro-primary-600))",
8503
+ colorLinkHover: "hsl(var(--pro-primary-400))"
8498
8504
  }
8499
8505
  };
8500
8506
  });