@ant-design/pro-components 2.3.40 → 2.3.41
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 +15 -15
- package/dist/components.min.js +1 -1
- package/es/version.js +11 -11
- package/lib/version.js +11 -11
- package/package.json +5 -5
package/dist/components.js
CHANGED
|
@@ -41537,7 +41537,7 @@ var genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
41537
41537
|
flexDirection: 'column',
|
|
41538
41538
|
height: '100%',
|
|
41539
41539
|
paddingInline: 32,
|
|
41540
|
-
paddingBlock:
|
|
41540
|
+
paddingBlock: 24,
|
|
41541
41541
|
overflow: 'auto',
|
|
41542
41542
|
background: 'inherit'
|
|
41543
41543
|
},
|
|
@@ -41787,7 +41787,7 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
41787
41787
|
textAlign: 'start'
|
|
41788
41788
|
}
|
|
41789
41789
|
}
|
|
41790
|
-
}), defineProperty_defineProperty(_ref, "@media (max-width: ".concat(token.screenMDMin), defineProperty_defineProperty({}, token.componentCls, {
|
|
41790
|
+
}), defineProperty_defineProperty(_ref, "@media (max-width: ".concat(token.screenMDMin, "px)"), defineProperty_defineProperty({}, token.componentCls, {
|
|
41791
41791
|
flexDirection: 'column-reverse',
|
|
41792
41792
|
background: 'none !important',
|
|
41793
41793
|
'&-notice': {
|
|
@@ -41799,7 +41799,7 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
41799
41799
|
width: '100%'
|
|
41800
41800
|
}
|
|
41801
41801
|
}
|
|
41802
|
-
})), defineProperty_defineProperty(_ref, "@media (min-width: ".concat(token.screenMDMin), defineProperty_defineProperty({}, token.componentCls, {
|
|
41802
|
+
})), defineProperty_defineProperty(_ref, "@media (min-width: ".concat(token.screenMDMin, "px)"), defineProperty_defineProperty({}, token.componentCls, {
|
|
41803
41803
|
'&-container': {
|
|
41804
41804
|
paddingInline: 0,
|
|
41805
41805
|
paddingBlockStart: 128,
|
|
@@ -41808,7 +41808,7 @@ var style_genLoginFormStyle = function genLoginFormStyle(token) {
|
|
|
41808
41808
|
backgroundPosition: 'center 110px',
|
|
41809
41809
|
backgroundSize: '100%'
|
|
41810
41810
|
}
|
|
41811
|
-
})), defineProperty_defineProperty(_ref, "@media (max-width: ".concat(token.screenSM), defineProperty_defineProperty({}, token.componentCls, {
|
|
41811
|
+
})), defineProperty_defineProperty(_ref, "@media (max-width: ".concat(token.screenSM, "px)"), defineProperty_defineProperty({}, token.componentCls, {
|
|
41812
41812
|
'&-main': {
|
|
41813
41813
|
width: '95%',
|
|
41814
41814
|
maxWidth: '328px'
|
|
@@ -80907,17 +80907,17 @@ function BaseProList(props) {
|
|
|
80907
80907
|
|
|
80908
80908
|
;// CONCATENATED MODULE: ./packages/components/src/version.ts
|
|
80909
80909
|
var version_version = {
|
|
80910
|
-
"@ant-design/pro-card": "2.1.
|
|
80911
|
-
"@ant-design/pro-components": "2.3.
|
|
80912
|
-
"@ant-design/pro-descriptions": "2.0.
|
|
80913
|
-
"@ant-design/pro-field": "2.1.
|
|
80914
|
-
"@ant-design/pro-form": "2.4.
|
|
80915
|
-
"@ant-design/pro-layout": "7.3.
|
|
80916
|
-
"@ant-design/pro-list": "2.0.
|
|
80917
|
-
"@ant-design/pro-provider": "2.1.
|
|
80918
|
-
"@ant-design/pro-skeleton": "2.0.
|
|
80919
|
-
"@ant-design/pro-table": "3.2.
|
|
80920
|
-
"@ant-design/pro-utils": "2.4.
|
|
80910
|
+
"@ant-design/pro-card": "2.1.2",
|
|
80911
|
+
"@ant-design/pro-components": "2.3.40",
|
|
80912
|
+
"@ant-design/pro-descriptions": "2.0.34",
|
|
80913
|
+
"@ant-design/pro-field": "2.1.26",
|
|
80914
|
+
"@ant-design/pro-form": "2.4.2",
|
|
80915
|
+
"@ant-design/pro-layout": "7.3.4",
|
|
80916
|
+
"@ant-design/pro-list": "2.0.35",
|
|
80917
|
+
"@ant-design/pro-provider": "2.1.2",
|
|
80918
|
+
"@ant-design/pro-skeleton": "2.0.7",
|
|
80919
|
+
"@ant-design/pro-table": "3.2.2",
|
|
80920
|
+
"@ant-design/pro-utils": "2.4.2"
|
|
80921
80921
|
};
|
|
80922
80922
|
;// CONCATENATED MODULE: ./packages/components/src/index.tsx
|
|
80923
80923
|
|