@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/index.js CHANGED
@@ -6477,11 +6477,13 @@ function AntdPopover(props) {
6477
6477
  const _a = props, {
6478
6478
  overlayClassName,
6479
6479
  popoverScopeClassName,
6480
+ defaultStylesClassName,
6480
6481
  contentText,
6481
6482
  content
6482
6483
  } = _a, rest = __objRest$7(_a, [
6483
6484
  "overlayClassName",
6484
6485
  "popoverScopeClassName",
6486
+ "defaultStylesClassName",
6485
6487
  "contentText",
6486
6488
  "content"
6487
6489
  ]);
@@ -6489,7 +6491,7 @@ function AntdPopover(props) {
6489
6491
  antd.Popover,
6490
6492
  __spreadValues$b({
6491
6493
  content: content || contentText,
6492
- overlayClassName: `${overlayClassName} ${popoverScopeClassName}`
6494
+ overlayClassName: `${overlayClassName} ${popoverScopeClassName} ${defaultStylesClassName}`
6493
6495
  }, rest)
6494
6496
  );
6495
6497
  }
@@ -6604,6 +6606,9 @@ function registerPopover(loader) {
6604
6606
  type: "eventHandler",
6605
6607
  argTypes: [{ name: "open", type: "boolean" }],
6606
6608
  advanced: true
6609
+ },
6610
+ defaultStylesClassName: {
6611
+ type: "themeResetClass"
6607
6612
  }
6608
6613
  },
6609
6614
  states: {