@ant-design/pro-components 2.3.44 → 2.3.46
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/dist/components.js +14 -12
- package/dist/components.min.js +1 -1
- package/es/version.js +10 -10
- package/lib/version.js +10 -10
- package/package.json +10 -10
package/dist/components.js
CHANGED
|
@@ -14256,6 +14256,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14256
14256
|
"usePrevious": function() { return /* reexport */ usePrevious; },
|
|
14257
14257
|
"useRefFunction": function() { return /* reexport */ useRefFunction; },
|
|
14258
14258
|
"useStyle": function() { return /* reexport */ useStyle; },
|
|
14259
|
+
"useToken": function() { return /* reexport */ useStyle_useToken; },
|
|
14259
14260
|
"version": function() { return /* reexport */ version_version; },
|
|
14260
14261
|
"viVNIntl": function() { return /* reexport */ viVNIntl; },
|
|
14261
14262
|
"zhCNIntl": function() { return /* reexport */ zhCNIntl; },
|
|
@@ -20964,6 +20965,7 @@ var genTheme = function genTheme() {
|
|
|
20964
20965
|
return external_antd_.theme;
|
|
20965
20966
|
};
|
|
20966
20967
|
var proTheme = genTheme();
|
|
20968
|
+
var useStyle_useToken = proTheme.useToken;
|
|
20967
20969
|
var resetComponent = function resetComponent(token) {
|
|
20968
20970
|
return {
|
|
20969
20971
|
boxSizing: 'border-box',
|
|
@@ -48778,7 +48780,7 @@ var TopNavHeader = function TopNavHeader(props) {
|
|
|
48778
48780
|
|
|
48779
48781
|
|
|
48780
48782
|
var genGlobalHeaderStyle = function genGlobalHeaderStyle(token) {
|
|
48781
|
-
var _token$layout, _token$layout$header, _token$layout2, _token$layout2$header, _token$componentCls;
|
|
48783
|
+
var _token$layout, _token$layout$header, _token$layout2, _token$layout2$header, _token$layout3, _token$layout3$header, _token$componentCls;
|
|
48782
48784
|
return defineProperty_defineProperty({}, token.componentCls, (_token$componentCls = {
|
|
48783
48785
|
position: 'relative',
|
|
48784
48786
|
background: 'transparent',
|
|
@@ -48817,7 +48819,7 @@ var genGlobalHeaderStyle = function genGlobalHeaderStyle(token) {
|
|
|
48817
48819
|
marginInline: 0,
|
|
48818
48820
|
marginInlineStart: 8,
|
|
48819
48821
|
fontWeight: '600',
|
|
48820
|
-
color: token.colorTextHeading,
|
|
48822
|
+
color: ((_token$layout3 = token.layout) === null || _token$layout3 === void 0 ? void 0 : (_token$layout3$header = _token$layout3.header) === null || _token$layout3$header === void 0 ? void 0 : _token$layout3$header.colorHeaderTitle) || token.colorTextHeading,
|
|
48821
48823
|
fontSize: '18px',
|
|
48822
48824
|
lineHeight: '32px'
|
|
48823
48825
|
},
|
|
@@ -80137,17 +80139,17 @@ function BaseProList(props) {
|
|
|
80137
80139
|
|
|
80138
80140
|
;// CONCATENATED MODULE: ./packages/components/src/version.ts
|
|
80139
80141
|
var version_version = {
|
|
80140
|
-
"@ant-design/pro-card": "2.1.
|
|
80141
|
-
"@ant-design/pro-components": "2.3.
|
|
80142
|
-
"@ant-design/pro-descriptions": "2.0.
|
|
80143
|
-
"@ant-design/pro-field": "2.1.
|
|
80144
|
-
"@ant-design/pro-form": "2.4.
|
|
80145
|
-
"@ant-design/pro-layout": "7.3.
|
|
80146
|
-
"@ant-design/pro-list": "2.0.
|
|
80147
|
-
"@ant-design/pro-provider": "2.1.
|
|
80142
|
+
"@ant-design/pro-card": "2.1.5",
|
|
80143
|
+
"@ant-design/pro-components": "2.3.45",
|
|
80144
|
+
"@ant-design/pro-descriptions": "2.0.38",
|
|
80145
|
+
"@ant-design/pro-field": "2.1.29",
|
|
80146
|
+
"@ant-design/pro-form": "2.4.6",
|
|
80147
|
+
"@ant-design/pro-layout": "7.3.8",
|
|
80148
|
+
"@ant-design/pro-list": "2.0.39",
|
|
80149
|
+
"@ant-design/pro-provider": "2.1.5",
|
|
80148
80150
|
"@ant-design/pro-skeleton": "2.0.7",
|
|
80149
|
-
"@ant-design/pro-table": "3.2.
|
|
80150
|
-
"@ant-design/pro-utils": "2.4.
|
|
80151
|
+
"@ant-design/pro-table": "3.2.6",
|
|
80152
|
+
"@ant-design/pro-utils": "2.4.5"
|
|
80151
80153
|
};
|
|
80152
80154
|
;// CONCATENATED MODULE: ./packages/components/src/index.tsx
|
|
80153
80155
|
|