Skip to content

Commit 95233ec

Browse files
committed
Rename react-aria to "@react-aria-nutrient/*"
1 parent e5b7a19 commit 95233ec

File tree

134 files changed

+155
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+155
-155
lines changed

.storybook-s2/docs/typography.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { style } from '../../packages/@react-spectrum/s2/style/spectrum-theme' with {type: 'macro'};
22
import {Link as S2Link} from '@react-spectrum/s2';
3-
import {useFocusRing, useHover} from 'react-aria';
3+
import {useFocusRing, useHover} from '@react-aria-nutrient/react-aria';
44

55
function AnchorLink({id, isHovered}) {
66
let { isFocusVisible, focusProps } = useFocusRing({within: true});

lib/yarn-plugin-rsp-duplicates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
let packages = new Map();
2525
let hasRSP = false;
2626
for (const pkg of project.storedPackages.values()) {
27-
if (!structUtils.isVirtualLocator(pkg) && (pkg.scope === 'react-aria' || pkg.scope === 'react-spectrum' || pkg.scope === 'react-stately')) {
27+
if (!structUtils.isVirtualLocator(pkg) && (pkg.scope === '@react-aria-nutrient/react-aria' || pkg.scope === 'react-spectrum' || pkg.scope === 'react-stately')) {
2828
let key = `@${pkg.scope}/${pkg.name}`;
2929
if (!packages.has(key)) {
3030
packages.set(key, new Set([pkg.version]));

packages/@react-aria-nutrient/autocomplete/docs/useSearchAutocomplete.mdx

Lines changed: 1 addition & 1 deletion

packages/@react-aria-nutrient/combobox/docs/useComboBox.mdx

Lines changed: 1 addition & 1 deletion

packages/@react-aria-nutrient/datepicker/docs/useDatePicker.mdx

Lines changed: 1 addition & 1 deletion

packages/@react-aria-nutrient/datepicker/docs/useDateRangePicker.mdx

Lines changed: 1 addition & 1 deletion

packages/@react-aria-nutrient/disclosure/docs/useDisclosure.mdx

Lines changed: 1 addition & 1 deletion

packages/@react-aria-nutrient/menu/docs/useMenu.mdx

Lines changed: 1 addition & 1 deletion

packages/@react-aria-nutrient/overlays/docs/usePopover.mdx

Lines changed: 1 addition & 1 deletion

packages/@react-aria-nutrient/select/docs/useSelect.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)