@plasmicpkgs/antd5 0.0.195 → 0.0.197

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/antd.esm.js CHANGED
@@ -6460,11 +6460,13 @@ function AntdPopover(props) {
6460
6460
  const _a = props, {
6461
6461
  overlayClassName,
6462
6462
  popoverScopeClassName,
6463
+ defaultStylesClassName,
6463
6464
  contentText,
6464
6465
  content
6465
6466
  } = _a, rest = __objRest$7(_a, [
6466
6467
  "overlayClassName",
6467
6468
  "popoverScopeClassName",
6469
+ "defaultStylesClassName",
6468
6470
  "contentText",
6469
6471
  "content"
6470
6472
  ]);
@@ -6472,7 +6474,7 @@ function AntdPopover(props) {
6472
6474
  Popover,
6473
6475
  __spreadValues$b({
6474
6476
  content: content || contentText,
6475
- overlayClassName: `${overlayClassName} ${popoverScopeClassName}`
6477
+ overlayClassName: `${overlayClassName} ${popoverScopeClassName} ${defaultStylesClassName}`
6476
6478
  }, rest)
6477
6479
  );
6478
6480
  }
@@ -6587,6 +6589,9 @@ function registerPopover(loader) {
6587
6589
  type: "eventHandler",
6588
6590
  argTypes: [{ name: "open", type: "boolean" }],
6589
6591
  advanced: true
6592
+ },
6593
+ defaultStylesClassName: {
6594
+ type: "themeResetClass"
6590
6595
  }
6591
6596
  },
6592
6597
  states: {