@plasmicpkgs/react-aria 0.0.108 → 0.0.109

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.
@@ -659,9 +659,6 @@ const BUTTON_VARIANTS = [
659
659
  "disabled"
660
660
  ];
661
661
  const { variants: variants$h, withObservedValues: withObservedValues$e } = pickAriaComponentVariants(BUTTON_VARIANTS);
662
- console.log(
663
- "TODO: This comment was added just to trigger changes in the react-aria package so lerna builds the react-aria package during storybook_tests CI step."
664
- );
665
662
  const BaseButton = React__default.default.forwardRef(function BaseButtonInner(props, ref) {
666
663
  const { href } = props;
667
664
  if (href) {