@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.js
CHANGED
|
@@ -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) {
|