Skip to content

Commit 64691dd

Browse files
committed
revert(biome): keep biome on 2.0.0-beta.5 to avoid config churn
1 parent 1944ad7 commit 64691dd

104 files changed

Lines changed: 2565 additions & 2307 deletions

File tree

Some content is hidden

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

apps/docs/app/global.css

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ body {
3636

3737
/* Font family utilities */
3838
.font-sans {
39-
font-family:
40-
var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
41-
Roboto, "Helvetica Neue", Arial, sans-serif;
39+
font-family: var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
40+
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4241
}
4342

4443
.font-mono {
45-
font-family:
46-
var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
44+
font-family: var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
4745
"Liberation Mono", "Courier New", monospace;
4846
}
4947

@@ -216,8 +214,8 @@ html #nd-sidebar button:not([aria-label*="ollapse"]):not([aria-label*="xpand"])
216214
padding: 0.375rem 0.875rem;
217215
font-weight: 450;
218216
border-radius: 0.75rem;
219-
font-family:
220-
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
217+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
218+
sans-serif;
221219
}
222220

223221
/* Sidebar text — aligned with platform --text-body */
@@ -381,8 +379,8 @@ aside[data-sidebar] > *:not([data-sidebar-viewport]) {
381379
button[aria-label="Toggle Sidebar"],
382380
button[aria-label="Collapse Sidebar"],
383381
/* Hide nav title/logo in sidebar on desktop - target all possible locations */
384-
/* Lower specificity selectors first (attribute selectors) */
385-
[data-sidebar-header],
382+
/* Lower specificity selectors first (attribute selectors) */
383+
[data-sidebar-header],
386384
[data-sidebar] [data-title],
387385
aside[data-sidebar] a[href="/"],
388386
aside[data-sidebar] a[href="/"] img,
@@ -469,8 +467,7 @@ aside[data-sidebar],
469467
code,
470468
pre,
471469
pre code {
472-
font-family:
473-
var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
470+
font-family: var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
474471
"Liberation Mono", "Courier New", monospace;
475472
}
476473

@@ -768,9 +765,8 @@ video {
768765
#nd-page:has(.api-page-header) div,
769766
#nd-page:has(.api-page-header) label,
770767
#nd-page:has(.api-page-header) button {
771-
font-family:
772-
var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
773-
Roboto, "Helvetica Neue", Arial, sans-serif;
768+
font-family: var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
769+
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
774770
}
775771

776772
/* Method badge pills — shared background colors (page + sidebar) */

apps/docs/components/navbar/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function Navbar() {
4141
<SimLogoFull className='h-[20px] w-auto' />
4242
</Link>
4343

44-
<div className='absolute left-1/2 flex -translate-x-1/2 items-center justify-center'>
44+
<div className='-translate-x-1/2 absolute left-1/2 flex items-center justify-center'>
4545
<SearchTrigger />
4646
</div>
4747

@@ -72,7 +72,7 @@ export function Navbar() {
7272
href={tab.href}
7373
{...(tab.external ? { target: '_blank', rel: 'noopener noreferrer' } : {})}
7474
className={cn(
75-
'relative -mb-px flex items-center border-b text-[14px] tracking-[-0.01em] transition-colors',
75+
'-mb-px relative flex items-center border-b text-[14px] tracking-[-0.01em] transition-colors',
7676
isActive
7777
? 'border-neutral-400 font-[480] text-neutral-800 dark:border-neutral-500 dark:text-neutral-200'
7878
: 'border-transparent font-[430] text-neutral-500 hover:border-neutral-300 hover:text-neutral-600 dark:text-neutral-400 dark:hover:border-neutral-600 dark:hover:text-neutral-300'

apps/sim/app/(auth)/components/auth-background.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type AuthBackgroundProps = {
99
export default function AuthBackground({ className, children }: AuthBackgroundProps) {
1010
return (
1111
<div className={cn('fixed inset-0 overflow-hidden', className)}>
12-
<div className='pointer-events-none absolute inset-0 -z-50 bg-[var(--landing-bg)]' />
12+
<div className='-z-50 pointer-events-none absolute inset-0 bg-[var(--landing-bg)]' />
1313
<AuthBackgroundSVG />
1414
<div className='relative z-20 h-full overflow-auto'>{children}</div>
1515
</div>

apps/sim/app/(auth)/login/login-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ export default function LoginPage({
423423
<button
424424
type='button'
425425
onClick={() => setShowPassword(!showPassword)}
426-
className='absolute top-1/2 right-3 -translate-y-1/2 text-[var(--landing-text-muted)] transition hover:text-[var(--landing-text)]'
426+
className='-translate-y-1/2 absolute top-1/2 right-3 text-[var(--landing-text-muted)] transition hover:text-[var(--landing-text)]'
427427
aria-label={showPassword ? 'Hide password' : 'Show password'}
428428
>
429429
{showPassword ? <EyeOff size={18} /> : <Eye size={18} />}

apps/sim/app/(auth)/reset-password/reset-password-form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export function SetNewPasswordForm({
170170
<button
171171
type='button'
172172
onClick={() => setShowPassword(!showPassword)}
173-
className='absolute top-1/2 right-3 -translate-y-1/2 text-[var(--landing-text-muted)] transition hover:text-[var(--landing-text)]'
173+
className='-translate-y-1/2 absolute top-1/2 right-3 text-[var(--landing-text-muted)] transition hover:text-[var(--landing-text)]'
174174
aria-label={showPassword ? 'Hide password' : 'Show password'}
175175
>
176176
{showPassword ? <EyeOff size={18} /> : <Eye size={18} />}
@@ -201,7 +201,7 @@ export function SetNewPasswordForm({
201201
<button
202202
type='button'
203203
onClick={() => setShowConfirmPassword(!showConfirmPassword)}
204-
className='absolute top-1/2 right-3 -translate-y-1/2 text-[var(--landing-text-muted)] transition hover:text-[var(--landing-text)]'
204+
className='-translate-y-1/2 absolute top-1/2 right-3 text-[var(--landing-text-muted)] transition hover:text-[var(--landing-text)]'
205205
aria-label={showConfirmPassword ? 'Hide password' : 'Show password'}
206206
>
207207
{showConfirmPassword ? <EyeOff size={18} /> : <Eye size={18} />}

apps/sim/app/(auth)/signup/signup-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ function SignupFormContent({ githubAvailable, googleAvailable, isProduction }: S
486486
<button
487487
type='button'
488488
onClick={() => setShowPassword(!showPassword)}
489-
className='absolute top-1/2 right-3 -translate-y-1/2 text-[var(--landing-text-muted)] transition hover:text-[var(--landing-text)]'
489+
className='-translate-y-1/2 absolute top-1/2 right-3 text-[var(--landing-text-muted)] transition hover:text-[var(--landing-text)]'
490490
aria-label={showPassword ? 'Hide password' : 'Show password'}
491491
>
492492
{showPassword ? <EyeOff size={18} /> : <Eye size={18} />}

apps/sim/app/(landing)/blog/[slug]/back-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function BackLink() {
3131
strokeLinecap='square'
3232
strokeLinejoin='miter'
3333
fill='none'
34-
className='transition-transform duration-200 ease-out group-hover/link:-translate-x-[30%]'
34+
className='group-hover/link:-translate-x-[30%] transition-transform duration-200 ease-out'
3535
/>
3636
</svg>
3737
Back to Blog

apps/sim/app/(landing)/components/collaboration/collaboration.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function VikhyathCursor() {
9696
<div className='absolute top-0 left-[56.02px]'>
9797
<CursorArrow fill='#2ABBF8' />
9898
</div>
99-
<div className='absolute top-4.5 -left-[4px] flex items-center rounded bg-[#2ABBF8] px-[5px] py-[3px] font-[420] font-season text-[var(--landing-text-dark)] text-sm leading-[100%] tracking-[-0.02em]'>
99+
<div className='-left-[4px] absolute top-4.5 flex items-center rounded bg-[#2ABBF8] px-[5px] py-[3px] font-[420] font-season text-[var(--landing-text-dark)] text-sm leading-[100%] tracking-[-0.02em]'>
100100
Vikhyath
101101
</div>
102102
</div>
@@ -312,7 +312,7 @@ export default function Collaboration() {
312312
</div>
313313

314314
<figure className='pointer-events-none relative h-[220px] w-full md:h-[600px]'>
315-
<div className='absolute inset-y-0 -top-[10%] left-[7%] min-w-full md:top-0 md:-left-[18%]'>
315+
<div className='-top-[10%] md:-left-[18%] absolute inset-y-0 left-[7%] min-w-full md:top-0'>
316316
<Image
317317
src='/landing/collaboration-visual.svg'
318318
alt='Collaboration visual showing teams building AI agents together with real-time editing, shared cursors, and version control'

apps/sim/app/(landing)/components/features/components/features-preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ function MockFullTable({ revealedRows }: { revealedRows: number }) {
10501050
{isSelected && (
10511051
<div
10521052
className={cn(
1053-
'pointer-events-none absolute -top-px -bottom-px left-0 z-[5] border-[#1a5cf6] border-t border-b',
1053+
'-top-px -bottom-px pointer-events-none absolute left-0 z-[5] border-[#1a5cf6] border-t border-b',
10541054
j === 0 && 'border-l',
10551055
j === row.length - 1 ? '-right-px border-r' : 'right-0'
10561056
)}

apps/sim/app/(landing)/components/features/features.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export default function Features() {
226226
aria-selected={index === activeTab}
227227
aria-controls='features-panel'
228228
onClick={() => setActiveTab(index)}
229-
className={`relative h-full min-w-0 flex-1 items-center justify-center px-2 font-medium font-season text-[var(--landing-text-dark)] text-caption uppercase lg:px-0 lg:text-sm${tab.hideOnMobile ? ' hidden lg:flex' : ' flex'}${index > 0 ? ' border-[var(--divider)] border-l' : ''}`}
229+
className={`relative h-full min-w-0 flex-1 items-center justify-center px-2 font-medium font-season text-[var(--landing-text-dark)] text-caption uppercase lg:px-0 lg:text-sm${tab.hideOnMobile ? 'hidden lg:flex' : 'flex'}${index > 0 ? 'border-[var(--divider)] border-l' : ''}`}
230230
style={{ backgroundColor: index === activeTab ? '#FDFDFD' : '#F6F6F6' }}
231231
>
232232
<span className='truncate'>{tab.label}</span>

0 commit comments

Comments
 (0)