@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.
@@ -2757,6 +2757,7 @@ function registerDialogTrigger(loader, overrides) {
2757
2757
  displayName: "Aria Dialog Trigger",
2758
2758
  importPath: "@plasmicpkgs/react-aria/skinny/registerDialogTrigger",
2759
2759
  importName: "BaseDialogTrigger",
2760
+ styleSections: false,
2760
2761
  isAttachment: true,
2761
2762
  props: {
2762
2763
  trigger: {
@@ -4581,7 +4582,6 @@ function BaseTooltip(props) {
4581
4582
  crossOffset,
4582
4583
  shouldFlip,
4583
4584
  arrowBoundaryOffset,
4584
- className,
4585
4585
  onOpenChange,
4586
4586
  plasmicUpdateVariant
4587
4587
  } = props;
@@ -4610,7 +4610,7 @@ function BaseTooltip(props) {
4610
4610
  shouldFlip,
4611
4611
  arrowBoundaryOffset,
4612
4612
  defaultOpen,
4613
- className: `${className} ${resetClassName}`,
4613
+ className: resetClassName,
4614
4614
  onOpenChange,
4615
4615
  placement
4616
4616
  },
@@ -4637,7 +4637,7 @@ function registerTooltip(loader, overrides) {
4637
4637
  importPath: "@plasmicpkgs/react-aria/skinny/registerTooltip",
4638
4638
  importName: "BaseTooltip",
4639
4639
  isAttachment: true,
4640
- styleSections: true,
4640
+ styleSections: false,
4641
4641
  variants,
4642
4642
  props: {
4643
4643
  children: {