@plasmicpkgs/react-aria 0.0.106 → 0.0.108

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.
@@ -651,6 +651,9 @@ const BUTTON_VARIANTS = [
651
651
  "disabled"
652
652
  ];
653
653
  const { variants: variants$h, withObservedValues: withObservedValues$e } = pickAriaComponentVariants(BUTTON_VARIANTS);
654
+ console.log(
655
+ "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."
656
+ );
654
657
  const BaseButton = React.forwardRef(function BaseButtonInner(props, ref) {
655
658
  const { href } = props;
656
659
  if (href) {