@plasmicpkgs/react-aria 0.0.70 → 0.0.71

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.
@@ -2765,6 +2765,7 @@ function registerDialogTrigger(loader, overrides) {
2765
2765
  displayName: "Aria Dialog Trigger",
2766
2766
  importPath: "@plasmicpkgs/react-aria/skinny/registerDialogTrigger",
2767
2767
  importName: "BaseDialogTrigger",
2768
+ styleSections: false,
2768
2769
  isAttachment: true,
2769
2770
  props: {
2770
2771
  trigger: {
@@ -4589,7 +4590,6 @@ function BaseTooltip(props) {
4589
4590
  crossOffset,
4590
4591
  shouldFlip,
4591
4592
  arrowBoundaryOffset,
4592
- className,
4593
4593
  onOpenChange,
4594
4594
  plasmicUpdateVariant
4595
4595
  } = props;
@@ -4618,7 +4618,7 @@ function BaseTooltip(props) {
4618
4618
  shouldFlip,
4619
4619
  arrowBoundaryOffset,
4620
4620
  defaultOpen,
4621
- className: `${className} ${resetClassName}`,
4621
+ className: resetClassName,
4622
4622
  onOpenChange,
4623
4623
  placement
4624
4624
  },
@@ -4645,7 +4645,7 @@ function registerTooltip(loader, overrides) {
4645
4645
  importPath: "@plasmicpkgs/react-aria/skinny/registerTooltip",
4646
4646
  importName: "BaseTooltip",
4647
4647
  isAttachment: true,
4648
- styleSections: true,
4648
+ styleSections: false,
4649
4649
  variants,
4650
4650
  props: {
4651
4651
  children: {