Skip to content
Open
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
31 changes: 14 additions & 17 deletions documentation-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"default": "./dist/src/tailwindTheme.js"
}
},
"packageManager": "pnpm@11.7.0",
"packageManager": "pnpm@11.10.0",
"types": "./dist/types/src/index.d.ts",
"mode": "production",
"repository": {
Expand All @@ -63,10 +63,10 @@
"node": ">=22.12.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@biomejs/biome": "^2.5.1",
"@chromatic-com/storybook": "^5.2.1",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@eslint/js": "^9.39.4",
"@radix-ui/react-icons": "^1.3.2",
"@rollup/plugin-commonjs": "^29.0.3",
Expand All @@ -80,10 +80,10 @@
"@storybook/react-vite": "^10.4.6",
"@tailwindcss/typography": "^0.5.20",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.19.21",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^6.0.2",
"@types/node": "^22.20.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^5.2.0",
Expand All @@ -93,23 +93,20 @@
"jsdom": "^29.1.1",
"postcss": "^8.5.15",
"postcss-fail-on-warn": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.79.0",
"rollup": "^4.62.0",
"rollup": "^4.62.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-preserve-directives": "^0.4.0",
"semantic-release": "^25.0.5",
"storybook": "^10.4.6",
"tailwindcss": "^3.4.19",
"tailwindcss-animate": "^1.0.7",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.1",
"typescript-eslint": "^8.62.0",
"vite": "^8.0.16",
"vitest": "^4.1.9"
},
"dependencies": {
"@quantinuum/quantinuum-ui": "^4.1.1",
"@quantinuum/quantinuum-ui": "^5.0.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"remeda": "^2.39.0",
Expand All @@ -120,14 +117,14 @@
"peerDependencies": {
"@hookform/resolvers": "^3.9.0",
"@tailwindcss/typography": "^0.5.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.50.1",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7"
},
"volta": {
"node": "22.22.3",
"pnpm": "11.7.0"
"pnpm": "11.10.0"
}
}
1 change: 1 addition & 0 deletions documentation-ui/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default [{
dir: "dist/src/utils/",
format: "iife",
name: "syncTheme",
sourcemap: true,
},
],
plugins: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

exports[`CookieSettingsDialog component > should render as expected 1`] = `
<div
aria-describedby="radix-:r2:"
aria-labelledby="radix-:r1:"
aria-describedby="radix-_r_2_"
aria-labelledby="radix-_r_1_"
class="z-50 fixed grid gap-4 p-6 border bg-background duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out left-[50%] top-[50%] translate-x-[-50%] translate-y-[-50%] sm:rounded-lg shadow-lg data-[state=open]:fade-in-0 data-[state=closed]:fade-out-0 data-[state=open]:zoom-in-95 data-[state=closed]:zoom-out-95 data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] w-full max-w-[90vw] max-h-[90vh] sm:max-w-xl md:max-w-2xl sm:max-h-[80vh] px-5"
data-state="open"
id="radix-:r0:"
id="radix-_r_0_"
role="dialog"
style="pointer-events: auto;"
tabindex="-1"
Expand All @@ -17,13 +17,13 @@ exports[`CookieSettingsDialog component > should render as expected 1`] = `
>
<h2
class="m-0 mb-1.5 p-0 text-left text-lg font-semibold leading-normal tracking-normal"
id="radix-:r1:"
id="radix-_r_1_"
>
Manage Cookie Settings
</h2>
<p
class="text-base text-foreground"
id="radix-:r2:"
id="radix-_r_2_"
>
Please choose whether this site may use optional cookies. Optional cookies help us measure usage and improve performance. We only set optional cookies with your consent. You can withdraw consent at any time in Cookie settings.
</p>
Expand Down Expand Up @@ -52,7 +52,7 @@ exports[`CookieSettingsDialog component > should render as expected 1`] = `
>
<label
class="peer-disabled:cursor-not-allowed peer-disabled:opacity-70 text-lg font-normal"
for=":r3:-form-item"
for="_r_3_-form-item"
id="essential"
>
Essential
Expand All @@ -65,7 +65,7 @@ exports[`CookieSettingsDialog component > should render as expected 1`] = `
</div>
<p
class="text-sm text-foreground"
id=":r3:-form-item-description"
id="_r_3_-form-item-description"
>
Required for core functionality and security. Examples: sign-in and session management, fraud prevention, storing your cookie settings and basic preferences.
</p>
Expand All @@ -83,18 +83,18 @@ exports[`CookieSettingsDialog component > should render as expected 1`] = `
>
<label
class="peer-disabled:cursor-not-allowed peer-disabled:opacity-70 text-lg font-normal"
for=":r4:-form-item"
for="_r_4_-form-item"
id="analytics"
>
Analytics
</label>
<button
aria-checked="false"
aria-describedby=":r4:-form-item-description"
aria-describedby="_r_4_-form-item-description"
aria-invalid="false"
class="peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input mx-2"
data-state="unchecked"
id=":r4:-form-item"
id="_r_4_-form-item"
role="switch"
type="button"
value="on"
Expand All @@ -106,15 +106,15 @@ exports[`CookieSettingsDialog component > should render as expected 1`] = `
</button>
<input
aria-hidden="true"
style="transform: translateX(-100%); position: absolute; pointer-events: none; opacity: 0; margin: 0px; width: 0px; height: 0px;"
style="position: absolute; pointer-events: none; opacity: 0; margin: 0px; transform: translateX(-100%); width: 0px; height: 0px;"
tabindex="-1"
type="checkbox"
value="on"
/>
</div>
<p
class="text-sm text-foreground"
id=":r4:-form-item-description"
id="_r_4_-form-item-description"
>
Helps us understand how the site is used so we can improve content and performance. Data: pages visited, navigation events, device and browser details.
</p>
Expand All @@ -133,13 +133,12 @@ exports[`CookieSettingsDialog component > should render as expected 1`] = `
data-state="closed"
>
<button
aria-controls="radix-:r6:"
aria-expanded="false"
class="items-center text-sm transition-all hover:underline [&[data-state=open]>svg]:rotate-180 m-0 flex flex-none justify-start gap-2 p-0 pl-0 text-left font-semibold leading-normal"
data-orientation="vertical"
data-radix-collection-item=""
data-state="closed"
id="radix-:r5:"
id="radix-_r_5_"
type="button"
>
Cookie Details
Expand All @@ -161,12 +160,12 @@ exports[`CookieSettingsDialog component > should render as expected 1`] = `
</button>
</h3>
<div
aria-labelledby="radix-:r5:"
aria-labelledby="radix-_r_5_"
class="overflow-hidden text-sm data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down"
data-orientation="vertical"
data-state="closed"
hidden=""
id="radix-:r6:"
id="radix-_r_6_"
role="region"
style="--radix-accordion-content-height: var(--radix-collapsible-content-height); --radix-accordion-content-width: var(--radix-collapsible-content-width);"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
DropdownMenuTrigger,
} from '@quantinuum/quantinuum-ui'
import { MenuIcon } from 'lucide-react'
import type { JSX } from 'react'

export const MobileMenu = (props: {
navTextLinks: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
NavigationMenuList,
NavigationMenuContent,
} from '@quantinuum/quantinuum-ui'
import type { JSX } from 'react'

export const Navigation = (props: {
activePath: string
Expand Down
Loading