@ant-design/pro-components 2.3.42 → 2.3.43

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.
@@ -53515,11 +53515,11 @@ var ProLayout_ProLayout = function ProLayout(props) {
53515
53515
  dark: props.navTheme === 'realDark'
53516
53516
  } : {};
53517
53517
  return (0,jsx_runtime.jsx)(external_antd_.ConfigProvider, {
53518
- theme: {
53518
+ theme: colorPrimary ? {
53519
53519
  token: {
53520
- colorPrimary: colorPrimary || '#1677FF'
53520
+ colorPrimary: colorPrimary
53521
53521
  }
53522
- },
53522
+ } : undefined,
53523
53523
  children: (0,jsx_runtime.jsx)(ProConfigProvider, objectSpread2_objectSpread2(objectSpread2_objectSpread2({
53524
53524
  autoClearCache: true
53525
53525
  }, darkProps), {}, {
@@ -80137,17 +80137,17 @@ function BaseProList(props) {
80137
80137
 
80138
80138
  ;// CONCATENATED MODULE: ./packages/components/src/version.ts
80139
80139
  var version_version = {
80140
- "@ant-design/pro-card": "2.1.2",
80141
- "@ant-design/pro-components": "2.3.41",
80142
- "@ant-design/pro-descriptions": "2.0.35",
80143
- "@ant-design/pro-field": "2.1.26",
80144
- "@ant-design/pro-form": "2.4.3",
80145
- "@ant-design/pro-layout": "7.3.4",
80146
- "@ant-design/pro-list": "2.0.36",
80147
- "@ant-design/pro-provider": "2.1.2",
80140
+ "@ant-design/pro-card": "2.1.3",
80141
+ "@ant-design/pro-components": "2.3.42",
80142
+ "@ant-design/pro-descriptions": "2.0.36",
80143
+ "@ant-design/pro-field": "2.1.27",
80144
+ "@ant-design/pro-form": "2.4.4",
80145
+ "@ant-design/pro-layout": "7.3.5",
80146
+ "@ant-design/pro-list": "2.0.37",
80147
+ "@ant-design/pro-provider": "2.1.3",
80148
80148
  "@ant-design/pro-skeleton": "2.0.7",
80149
- "@ant-design/pro-table": "3.2.3",
80150
- "@ant-design/pro-utils": "2.4.2"
80149
+ "@ant-design/pro-table": "3.2.4",
80150
+ "@ant-design/pro-utils": "2.4.3"
80151
80151
  };
80152
80152
  ;// CONCATENATED MODULE: ./packages/components/src/index.tsx
80153
80153