@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.
- package/dist/.tsbuildinfo +1 -1
- package/dist/react-aria.esm.js +0 -3
- package/dist/react-aria.esm.js.map +1 -1
- package/dist/react-aria.js +0 -3
- package/dist/react-aria.js.map +1 -1
- package/package.json +2 -2
- package/skinny/registerButton.cjs.js +0 -3
- package/skinny/registerButton.cjs.js.map +1 -1
- package/skinny/registerButton.esm.js +0 -3
- package/skinny/registerButton.esm.js.map +1 -1
package/dist/react-aria.esm.js
CHANGED
|
@@ -651,9 +651,6 @@ 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
|
-
);
|
|
657
654
|
const BaseButton = React.forwardRef(function BaseButtonInner(props, ref) {
|
|
658
655
|
const { href } = props;
|
|
659
656
|
if (href) {
|