Skip to content
Merged
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
18 changes: 10 additions & 8 deletions packages/@react-spectrum/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
"prepack": "npm pkg delete scripts devDependencies resolutions alias targets",
"postpack": "git checkout -- package.json"
},
"dependencies": {
"@internationalized/date": "^3.12.2",
"@internationalized/number": "^3.6.7",
"@react-spectrum/s2": "1.5.0",
"@react-types/shared": "^3.36.0",
"react-aria": "3.50.0",
"react-aria-components": "1.19.0",
"react-stately": "3.48.0"
},
"devDependencies": {
"@react-aria/test-utils": "^1.0.0-alpha.8",
"@storybook/jest": "^0.2.3",
Expand All @@ -54,15 +63,8 @@
"react-dom": "^19.0.0-rc.1"
},
"peerDependencies": {
"@internationalized/date": "^3.12.2",
"@internationalized/number": "^3.6.7",
"@react-spectrum/s2": "^1.4.0",
"@react-types/shared": "^3.35.0",
"react": "^19.0.0-rc.1",
"react-aria": "3.49.0",
"react-aria-components": "1.18.0",
"react-dom": "^19.0.0-rc.1",
"react-stately": "3.47.0"
"react-dom": "^19.0.0-rc.1"
},
"browserslist": "last 2 Chrome versions, last 2 Safari versions, last 2 Firefox versions, last 2 Edge versions",
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/parcel-reporter-turbosnap-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@parcel/reporter-turbosnap-stats",
"name": "parcel-reporter-turbosnap-stats",
"version": "0.0.0",
"private": true,
"source": "StatsReporter.ts",
Expand Down
14 changes: 0 additions & 14 deletions packages/dev/s2-docs/pages/react-aria/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ import {getBaseUrl} from '../../src/pageUtils';
import {Provider, Button as S2Button} from '@react-spectrum/s2';
import {LinkButton} from '../../src/Link';
import HomeHeader from './HomeHeader';
import {Video} from '../../src/Video';
import videoUrl from 'url:./assets/website.mp4';
import {RACSettingsProvider} from '../../src/SettingsProvider';

export const section = 'Overview';
Expand Down Expand Up @@ -79,18 +77,6 @@ export const description = 'Accessible, high quality UI components and hooks for
<RACSettingsProvider>
<header className="relative header-background isolate pt-20 md:pt-32">
<HomeHeader />
<section className="p-4 md:p-6 box-border overflow-clip bg-white dark:bg-zinc-800/80 dark:backdrop-saturate-200 card-shadow w-fit max-w-[calc(100%-40px)] mx-auto rounded-xl flex items-center flex-col xl:flex-row gap-8">
<div>
<h2 className="text-3xl md:text-4xl my-0 text-balance"><GradientText>Meet our new docs!</GradientText></h2>
<p className="mt-4 mb-0 md:mb-4 text-balance text-lg md:text-xl max-w-xl text-slate-700 dark:text-slate-400">All-new content and search experience. Interactive CSS and Tailwind examples to get you started quickly – just install with shadcn. New guides and full example apps. MCP server and AI integrations.</p>
<LearnMoreLink href="getting-started" className="text-indigo-600 dark:text-indigo-400 hover:bg-indigo-400/[15%] mt-3 mb-0">Check it out</LearnMoreLink>
</div>
<div className="flex-1">
<div className="w-fit -m-2 md:m-0 rounded-lg overflow-clip justify-self-end outline outline-0 outline-blue-600 dark:outline-blue-500 has-focus-visible:outline-2">
<Video src={videoUrl} muted autoPlay loop preload="metadata" playsInline aria-label="Video of docs features" className="block w-full max-w-xl xl:w-auto xl:h-[250px] bg-neutral-200 dark:bg-neutral-800 flex items-center justify-center outline-none" style={{aspectRatio: '16/9'}} />
</div>
</div>
</section>

<section className="max-w-6xl mx-auto pt-24 px-4 sm:px-8 md:px-20 pb-48 sm:pb-60">
<h1 className="text-3xl md:text-5xl lg:text-6xl font-semibold m-0 mb-4 text-center [text-wrap:balance] [filter:drop-shadow(0_0_0.25em_var(--page-bg))] dark:filter-none"><GradientText>Craft world-class accessible components with custom styles.</GradientText></h1>
Expand Down
2 changes: 0 additions & 2 deletions packages/dev/s2-docs/pages/s2/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ import {fontSizeToken} from '../../../../../@react-spectrum/s2/style/tokens' wit
// @ts-ignore
import {letters} from '../../../src/textWidth';
import HomeHeader from './Header';
import {ReleaseLink} from './ReleaseLink';

const container = style({
backgroundColor: 'layer-2/80',
Expand Down Expand Up @@ -183,7 +182,6 @@ export function Home({currentPage}: {currentPage: Page}) {
maxWidth: 1024,
isolation: 'isolate'
})}>
<ReleaseLink />
<HomeH1 id={headingId}>
<span className={swapWrapper}>Build apps with&nbsp;</span>
<span className={swapWrapper}>
Expand Down
59 changes: 0 additions & 59 deletions packages/dev/s2-docs/pages/s2/home/ReleaseLink.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion packages/dev/storybook-builder-parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@parcel/core": "^2.16.3",
"@parcel/reporter-cli": "^2.16.3",
"@parcel/reporter-turbosnap-stats": "0.0.0",
"@parcel/utils": "^2.16.3",
"http-proxy-middleware": "^2.0.6",
"parcel-reporter-turbosnap-stats": "0.0.0",
"storybook": "^10.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/storybook-builder-parcel/preset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async function createParcel(options, isDev = false) {
...(options.statsJson
? [
{
packageName: '@parcel/reporter-turbosnap-stats',
packageName: 'parcel-reporter-turbosnap-stats',
resolveFrom: __filename
}
]
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5715,15 +5715,6 @@ __metadata:
languageName: node
linkType: hard

"@parcel/reporter-turbosnap-stats@npm:0.0.0, @parcel/reporter-turbosnap-stats@workspace:packages/dev/parcel-reporter-turbosnap-stats":
version: 0.0.0-use.local
resolution: "@parcel/reporter-turbosnap-stats@workspace:packages/dev/parcel-reporter-turbosnap-stats"
dependencies:
"@parcel/plugin": "npm:^2.16.3"
"@parcel/types": "npm:^2.16.3"
languageName: unknown
linkType: soft

"@parcel/resolver-default@npm:2.16.3, @parcel/resolver-default@npm:^2.16.3":
version: 2.16.3
resolution: "@parcel/resolver-default@npm:2.16.3"
Expand Down Expand Up @@ -7383,23 +7374,23 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spectrum/ai@workspace:packages/@react-spectrum/ai"
dependencies:
"@internationalized/date": "npm:^3.12.2"
"@internationalized/number": "npm:^3.6.7"
"@react-aria/test-utils": "npm:^1.0.0-alpha.8"
"@react-spectrum/s2": "npm:1.5.0"
"@react-types/shared": "npm:^3.36.0"
"@storybook/jest": "npm:^0.2.3"
"@testing-library/dom": "npm:^10.1.0"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.0.0"
react: "npm:^19.0.0-rc.1"
react-aria: "npm:3.50.0"
react-aria-components: "npm:1.19.0"
react-dom: "npm:^19.0.0-rc.1"
react-stately: "npm:3.48.0"
peerDependencies:
"@internationalized/date": ^3.12.2
"@internationalized/number": ^3.6.7
"@react-spectrum/s2": ^1.4.0
"@react-types/shared": ^3.35.0
react: ^19.0.0-rc.1
react-aria: 3.49.0
react-aria-components: 1.18.0
react-dom: ^19.0.0-rc.1
react-stately: 3.47.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -25207,6 +25198,15 @@ __metadata:
languageName: unknown
linkType: soft

"parcel-reporter-turbosnap-stats@npm:0.0.0, parcel-reporter-turbosnap-stats@workspace:packages/dev/parcel-reporter-turbosnap-stats":
version: 0.0.0-use.local
resolution: "parcel-reporter-turbosnap-stats@workspace:packages/dev/parcel-reporter-turbosnap-stats"
dependencies:
"@parcel/plugin": "npm:^2.16.3"
"@parcel/types": "npm:^2.16.3"
languageName: unknown
linkType: soft

"parcel-resolver-build@workspace:packages/dev/parcel-resolver-build":
version: 0.0.0-use.local
resolution: "parcel-resolver-build@workspace:packages/dev/parcel-resolver-build"
Expand Down Expand Up @@ -28887,9 +28887,9 @@ __metadata:
dependencies:
"@parcel/core": "npm:^2.16.3"
"@parcel/reporter-cli": "npm:^2.16.3"
"@parcel/reporter-turbosnap-stats": "npm:0.0.0"
"@parcel/utils": "npm:^2.16.3"
http-proxy-middleware: "npm:^2.0.6"
parcel-reporter-turbosnap-stats: "npm:0.0.0"
react: "npm:*"
storybook: "npm:^10.0.0"
peerDependencies:
Expand Down
Loading