@ant-design/pro-components 2.0.0-experimental.21 → 2.0.0-experimental.22

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.
@@ -71580,7 +71580,7 @@ var genFooterToolBarStyle = function genFooterToolBarStyle(token) {
71580
71580
  lineHeight: '64px',
71581
71581
 
71582
71582
  /* A way to reset the style of the component. */
71583
- backgroundColor: token.probgLayout || 'rgba(255, 255, 255, 0.58)',
71583
+ backgroundColor: 'rgba(255, 255, 255, 0.58)',
71584
71584
  borderTop: "1px solid ".concat(token.colorSplit),
71585
71585
  '-webkit-backdrop-filter': 'blur(8px)',
71586
71586
  backdropFilter: 'blur(8px)',
@@ -72763,9 +72763,12 @@ var style_genFooterToolBarStyle = function genFooterToolBarStyle(token) {
72763
72763
  paddingBlock: 0,
72764
72764
  paddingInline: 16,
72765
72765
  textAlign: 'center',
72766
- '&-links': {
72766
+ '&-list': {
72767
72767
  marginBlockEnd: 8,
72768
72768
  color: token.colorTextSecondary,
72769
+ '&-link': {
72770
+ color: token.colorTextSecondary
72771
+ },
72769
72772
  '*:not(:last-child)': {
72770
72773
  marginInlineEnd: 8,
72771
72774
  '&:hover': {
@@ -72817,9 +72820,10 @@ var GlobalFooter = function GlobalFooter(_ref) {
72817
72820
  className: classnames_default()(baseClassName, hashId, className),
72818
72821
  style: style,
72819
72822
  children: [links && (0,jsx_runtime.jsx)("div", {
72820
- className: "".concat(baseClassName, "-links"),
72823
+ className: "".concat(baseClassName, "-list"),
72821
72824
  children: links.map(function (link) {
72822
72825
  return (0,jsx_runtime.jsx)("a", {
72826
+ className: "".concat(baseClassName, "-list-link"),
72823
72827
  title: link.key,
72824
72828
  target: link.blankTarget ? '_blank' : '_self',
72825
72829
  href: link.href,
@@ -79091,9 +79095,6 @@ var genProLayoutStyle = function genProLayoutStyle(token) {
79091
79095
  width: '100%',
79092
79096
  backgroundColor: 'transparent',
79093
79097
  position: 'relative',
79094
- '> *': {
79095
- width: '100%'
79096
- },
79097
79098
  '*': {
79098
79099
  boxSizing: 'border-box'
79099
79100
  },
@@ -106492,11 +106493,11 @@ function BaseProList(props) {
106492
106493
  ;// CONCATENATED MODULE: ./packages/components/src/version.ts
106493
106494
  var version_version = {
106494
106495
  "@ant-design/pro-card": "2.0.0-experimental.14",
106495
- "@ant-design/pro-components": "2.0.0-experimental.20",
106496
+ "@ant-design/pro-components": "2.0.0-experimental.21",
106496
106497
  "@ant-design/pro-descriptions": "2.0.0-experimental.14",
106497
106498
  "@ant-design/pro-field": "2.0.0-experimental.14",
106498
106499
  "@ant-design/pro-form": "2.0.0-experimental.14",
106499
- "@ant-design/pro-layout": "7.0.0-experimental.20",
106500
+ "@ant-design/pro-layout": "7.0.0-experimental.21",
106500
106501
  "@ant-design/pro-list": "2.0.0-experimental.15",
106501
106502
  "@ant-design/pro-provider": "2.0.0-experimental.9",
106502
106503
  "@ant-design/pro-skeleton": "2.0.0-experimental.7",