Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/accessible-color-descriptions.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/building-a-button-part-1.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/building-a-button-part-2.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/building-a-button-part-3.html" />;
}
14 changes: 14 additions & 0 deletions packages/dev/docs/pages/redirects/blog/building-a-combobox.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/building-a-combobox.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/creating-a-pointer-friendly-submenu-experience.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/date-and-time-pickers-for-all.html" />;
}
14 changes: 14 additions & 0 deletions packages/dev/docs/pages/redirects/blog/drag-and-drop.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/drag-and-drop.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/how-we-internationalized-our-numberfield.html" />;
}
14 changes: 14 additions & 0 deletions packages/dev/docs/pages/redirects/blog/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/index.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/introducing-react-spectrum.html" />;
}
14 changes: 14 additions & 0 deletions packages/dev/docs/pages/redirects/blog/rtl-date-time.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/blog/rtl-date-time.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/date/Calendar.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/date/CalendarDate.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/date/CalendarDateTime.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/date/DateFormatter.html" />;
}
14 changes: 14 additions & 0 deletions packages/dev/docs/pages/redirects/internationalized/date/Time.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/date/Time.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/date/ZonedDateTime.html" />;
}
14 changes: 14 additions & 0 deletions packages/dev/docs/pages/redirects/internationalized/date/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/date/index.html" />;
}
14 changes: 14 additions & 0 deletions packages/dev/docs/pages/redirects/internationalized/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/index.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/number/NumberFormatter.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/number/NumberParser.html" />;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/internationalized/number/index.html" />;
}
14 changes: 14 additions & 0 deletions packages/dev/docs/pages/redirects/react-aria/Autocomplete.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{/* Copyright 2025 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License. */}

import {RedirectLayout} from '@react-spectrum/docs';

export default function Layout(props) {
return <RedirectLayout {...props} redirectTo="https://react-aria.adobe.com/Autocomplete.html" />;
}
Loading