-
-
-
+
+
+
+
+
diff --git a/apps/examples/sveltekit/src/routes/protected/+page.svelte b/apps/examples/sveltekit/src/routes/protected/+page.svelte
index 4acf5a3f92..dfad07bb77 100644
--- a/apps/examples/sveltekit/src/routes/protected/+page.svelte
+++ b/apps/examples/sveltekit/src/routes/protected/+page.svelte
@@ -2,13 +2,21 @@
import { page } from "$app/stores"
-{#if $page.data.session}
-
Protected page
-
- This is a protected content. You can access this content because you are
- signed in.
-
-
Session expiry: {$page.data.session?.expires}
-{:else}
-
Access Denied
-{/if}
+
+ {#if $page.data.session}
+ Protected page
+
+ This is a protected content. You can access this content because you are
+ signed in.
+
+ Current Session Data:
+ {JSON.stringify($page.data.session, null, 2)}
+ {:else}
+ Access Denied
+ {/if}
+
diff --git a/apps/examples/sveltekit/static/favicon.ico b/apps/examples/sveltekit/static/favicon.ico
index 825b9e65af..f52f61de00 100644
Binary files a/apps/examples/sveltekit/static/favicon.ico and b/apps/examples/sveltekit/static/favicon.ico differ
diff --git a/apps/examples/sveltekit/static/logo.png b/apps/examples/sveltekit/static/logo.png
new file mode 100644
index 0000000000..277048c84e
Binary files /dev/null and b/apps/examples/sveltekit/static/logo.png differ
diff --git a/apps/examples/sveltekit/svelte.config.js b/apps/examples/sveltekit/svelte.config.js
index 368cb39da6..7d01eea9a0 100644
--- a/apps/examples/sveltekit/svelte.config.js
+++ b/apps/examples/sveltekit/svelte.config.js
@@ -9,11 +9,6 @@ const config = {
kit: {
adapter: adapter(),
- alias: {
- $components: "src/components",
- $lib: "src/components",
- $routes: "src/routes",
- },
},
}
diff --git a/apps/examples/sveltekit/tailwind.config.ts b/apps/examples/sveltekit/tailwind.config.ts
new file mode 100644
index 0000000000..322631e2fc
--- /dev/null
+++ b/apps/examples/sveltekit/tailwind.config.ts
@@ -0,0 +1,65 @@
+import { fontFamily } from "tailwindcss/defaultTheme"
+import type { Config } from "tailwindcss"
+
+const config: Config = {
+ plugins: [require("@tailwindcss/typography")],
+ darkMode: ["class"],
+ content: ["./src/**/*.{html,js,svelte,ts}"],
+ safelist: ["dark"],
+ theme: {
+ container: {
+ center: true,
+ padding: "2rem",
+ screens: {
+ "2xl": "1400px",
+ },
+ },
+ extend: {
+ colors: {
+ border: "hsl(var(--border) /
)",
+ input: "hsl(var(--input) / )",
+ ring: "hsl(var(--ring) / )",
+ background: "hsl(var(--background) / )",
+ foreground: "hsl(var(--foreground) / )",
+ primary: {
+ DEFAULT: "hsl(var(--primary) / )",
+ foreground: "hsl(var(--primary-foreground) / )",
+ },
+ secondary: {
+ DEFAULT: "hsl(var(--secondary) / )",
+ foreground: "hsl(var(--secondary-foreground) / )",
+ },
+ destructive: {
+ DEFAULT: "hsl(var(--destructive) / )",
+ foreground: "hsl(var(--destructive-foreground) / )",
+ },
+ muted: {
+ DEFAULT: "hsl(var(--muted) / )",
+ foreground: "hsl(var(--muted-foreground) / )",
+ },
+ accent: {
+ DEFAULT: "hsl(var(--accent) / )",
+ foreground: "hsl(var(--accent-foreground) / )",
+ },
+ popover: {
+ DEFAULT: "hsl(var(--popover) / )",
+ foreground: "hsl(var(--popover-foreground) / )",
+ },
+ card: {
+ DEFAULT: "hsl(var(--card) / )",
+ foreground: "hsl(var(--card-foreground) / )",
+ },
+ },
+ borderRadius: {
+ lg: "var(--radius)",
+ md: "calc(var(--radius) - 2px)",
+ sm: "calc(var(--radius) - 4px)",
+ },
+ fontFamily: {
+ sans: [...fontFamily.sans],
+ },
+ },
+ },
+}
+
+export default config
diff --git a/apps/examples/sveltekit/tsconfig.json b/apps/examples/sveltekit/tsconfig.json
index 794b95b642..593dc1963a 100644
--- a/apps/examples/sveltekit/tsconfig.json
+++ b/apps/examples/sveltekit/tsconfig.json
@@ -8,9 +8,11 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
- "strict": true
+ "strict": true,
+ "moduleResolution": "bundler"
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
+ // except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index df2a2c1d41..4adc7c8d9d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -4,14 +4,6 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
-overrides:
- mailparser: 3.6.6
-
-patchedDependencies:
- '@balazsorban/monorepo-release@0.5.1':
- hash: cqvuvq5dn5jyeeoklla3tkfope
- path: patches/@balazsorban__monorepo-release@0.5.1.patch
-
importers:
.:
@@ -239,6 +231,64 @@ importers:
specifier: 5.2.2
version: 5.2.2
+ apps/examples/sveltekit:
+ dependencies:
+ '@auth/sveltekit':
+ specifier: latest
+ version: 1.7.4(@simplewebauthn/browser@9.0.1)(@simplewebauthn/server@9.0.3(encoding@0.1.13))(@sveltejs/kit@2.5.7(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(nodemailer@6.9.8)(svelte@4.2.19)
+ mode-watcher:
+ specifier: ^0.5.0
+ version: 0.5.0(svelte@4.2.19)
+ svelte-radix:
+ specifier: ^2.0.1
+ version: 2.0.1(svelte@4.2.19)
+ devDependencies:
+ '@sveltejs/adapter-auto':
+ specifier: 3.2.0
+ version: 3.2.0(@sveltejs/kit@2.5.7(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))
+ '@sveltejs/kit':
+ specifier: 2.5.7
+ version: 2.5.7(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
+ '@sveltejs/vite-plugin-svelte':
+ specifier: ^3.1.0
+ version: 3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
+ '@tailwindcss/typography':
+ specifier: ^0.5.14
+ version: 0.5.15(tailwindcss@3.4.13(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)))
+ autoprefixer:
+ specifier: ^10.4.20
+ version: 10.4.20(postcss@8.4.49)
+ bits-ui:
+ specifier: ^0.21.16
+ version: 0.21.16(svelte@4.2.19)
+ clsx:
+ specifier: ^2.1.1
+ version: 2.1.1
+ postcss:
+ specifier: ^8.4.49
+ version: 8.4.49
+ svelte:
+ specifier: 4.2.19
+ version: 4.2.19
+ svelte-check:
+ specifier: 3.6.9
+ version: 3.6.9(@babel/core@7.23.9)(postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)))(postcss@8.4.49)(pug@3.0.2)(sass@1.70.0)(svelte@4.2.19)
+ tailwind-merge:
+ specifier: ^2.5.4
+ version: 2.5.4
+ tailwind-variants:
+ specifier: ^0.3.0
+ version: 0.3.0(tailwindcss@3.4.13(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)))
+ tailwindcss:
+ specifier: ^3.4.13
+ version: 3.4.13(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5))
+ typescript:
+ specifier: 5.4.5
+ version: 5.4.5
+ vite:
+ specifier: 5.2.14
+ version: 5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)
+
docs:
dependencies:
'@ariakit/react':
@@ -1086,6 +1136,36 @@ packages:
react: '>=18.0.0'
react-dom: '>=18.0.0'
+ '@auth/core@0.37.4':
+ resolution: {integrity: sha512-HOXJwXWXQRhbBDHlMU0K/6FT1v+wjtzdKhsNg0ZN7/gne6XPsIrjZ4daMcFnbq0Z/vsAbYBinQhhua0d77v7qw==}
+ peerDependencies:
+ '@simplewebauthn/browser': ^9.0.1
+ '@simplewebauthn/server': ^9.0.2
+ nodemailer: ^6.8.0
+ peerDependenciesMeta:
+ '@simplewebauthn/browser':
+ optional: true
+ '@simplewebauthn/server':
+ optional: true
+ nodemailer:
+ optional: true
+
+ '@auth/sveltekit@1.7.4':
+ resolution: {integrity: sha512-jerujN2T6txrVGcblhWrB75sBbtub3v2U1DM9+8W3MOOSfhFdlCLEW+Uow8qAGZzsnTE2WmvcMkXeGd7r2jl5A==}
+ peerDependencies:
+ '@simplewebauthn/browser': ^9.0.1
+ '@simplewebauthn/server': ^9.0.3
+ '@sveltejs/kit': ^1.0.0 || ^2.0.0
+ nodemailer: ^6.6.5
+ svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-0
+ peerDependenciesMeta:
+ '@simplewebauthn/browser':
+ optional: true
+ '@simplewebauthn/server':
+ optional: true
+ nodemailer:
+ optional: true
+
'@aws-crypto/crc32@3.0.0':
resolution: {integrity: sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==}
@@ -3532,6 +3612,11 @@ packages:
'@types/react': '>=16'
react: '>=16'
+ '@melt-ui/svelte@0.76.2':
+ resolution: {integrity: sha512-7SbOa11tXUS95T3fReL+dwDs5FyJtCEqrqG3inRziDws346SYLsxOQ6HmX+4BkIsQh1R8U3XNa+EMmdMt38lMA==}
+ peerDependencies:
+ svelte: '>=3 <5'
+
'@mermaid-js/parser@0.3.0':
resolution: {integrity: sha512-HsvL6zgE5sUPGgkIDlmAWR1HTNHz2Iy11BAWPTa4Jjabkpguy4Ze2gzfLrg6pdRuBvFwgUYyxiaNqZwrEEXepA==}
@@ -4439,46 +4524,55 @@ packages:
resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
cpu: [arm]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-arm-musleabihf@4.18.0':
resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
cpu: [arm]
os: [linux]
+ libc: [musl]
'@rollup/rollup-linux-arm64-gnu@4.18.0':
resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
cpu: [arm64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-arm64-musl@4.18.0':
resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
cpu: [arm64]
os: [linux]
+ libc: [musl]
'@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
cpu: [ppc64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-riscv64-gnu@4.18.0':
resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
cpu: [riscv64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-s390x-gnu@4.18.0':
resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
cpu: [s390x]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-x64-gnu@4.18.0':
resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
cpu: [x64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-x64-musl@4.18.0':
resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
cpu: [x64]
os: [linux]
+ libc: [musl]
'@rollup/rollup-win32-arm64-msvc@4.18.0':
resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
@@ -4914,11 +5008,25 @@ packages:
peerDependencies:
'@sveltejs/kit': ^1.0.0-next.587
+ '@sveltejs/adapter-auto@3.2.0':
+ resolution: {integrity: sha512-She5nKT47kwHE18v9NMe6pbJcvULr82u0V3yZ0ej3n1laWKGgkgdEABE9/ak5iDPs93LqsBkuIo51kkwCLBjJA==}
+ peerDependencies:
+ '@sveltejs/kit': ^2.0.0
+
'@sveltejs/adapter-auto@3.2.5':
resolution: {integrity: sha512-27LR+uKccZ62lgq4N/hvyU2G+hTP9fxWEAfnZcl70HnyfAjMSsGk1z/SjAPXNCD1mVJIE7IFu3TQ8cQ/UH3c0A==}
peerDependencies:
'@sveltejs/kit': ^2.0.0
+ '@sveltejs/kit@2.5.7':
+ resolution: {integrity: sha512-6uedTzrb7nQrw6HALxnPrPaXdIN2jJJTzTIl96Z3P5NiG+OAfpdPbrWrvkJ3GN4CfWqrmU4dJqwMMRMTD/C7ow==}
+ engines: {node: '>=18.13'}
+ hasBin: true
+ peerDependencies:
+ '@sveltejs/vite-plugin-svelte': ^3.0.0
+ svelte: ^4.0.0 || ^5.0.0-next.0
+ vite: ^5.0.3
+
'@sveltejs/kit@2.6.4':
resolution: {integrity: sha512-qfcbyWw35cy6k9sQ1GUkhuE5qj+PgPKJx3/Aa3+veooWgN0DXZXqMS2PDgpgKDXRIFj6V1KWmMZYYPOhL45lXg==}
engines: {node: '>=18.13'}
@@ -4973,24 +5081,28 @@ packages:
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
+ libc: [glibc]
'@swc/core-linux-arm64-musl@1.3.106':
resolution: {integrity: sha512-51EaC3Q8qAhLtWVnAVqoYX/gk3tK31cCBzUpwCcmhianhEBM2/WtKRAS4MqPhE8VVZuN3WjO2c2JaF2mX0yuoA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
+ libc: [musl]
'@swc/core-linux-x64-gnu@1.3.106':
resolution: {integrity: sha512-tOUi8BB6jAeCXgx7ESLNnX7nrbMVKQ/XajK77v7Ad4SXf9HYArnimBJpXUUyVFJTXLSv4e6c7s6XHHqXb5Lwcg==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
+ libc: [glibc]
'@swc/core-linux-x64-musl@1.3.106':
resolution: {integrity: sha512-binLw4Lbd83NPy4/m/teH2nbaifxveSD+sKDvpxywRbvYW2I0w/iCBpUBcbnl16TQF4TPOGpq5YwG9lVxPVw5g==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
+ libc: [musl]
'@swc/core-win32-arm64-msvc@1.3.106':
resolution: {integrity: sha512-n4ttBWr8tM7DPzwcEOIBTyTMHZTzCmbic/HTtxEsPyMAf/Daen+yrTKzjPP6k2usfSrjkxA780RSJJxI1N8r2w==}
@@ -5031,6 +5143,11 @@ packages:
'@swc/types@0.1.12':
resolution: {integrity: sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==}
+ '@tailwindcss/typography@0.5.15':
+ resolution: {integrity: sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==}
+ peerDependencies:
+ tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20'
+
'@tanem/svg-injector@10.1.68':
resolution: {integrity: sha512-UkJajeR44u73ujtr5GVSbIlELDWD/mzjqWe54YMK61ljKxFcJoPd9RBSaO7xj02ISCWUqJW99GjrS+sVF0UnrA==}
@@ -6443,6 +6560,11 @@ packages:
bindings@1.5.0:
resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
+ bits-ui@0.21.16:
+ resolution: {integrity: sha512-XFZ7/bK7j/K+5iktxX/ZpmoFHjYjpPzP5EOO/4bWiaFg5TG1iMcfjDhlBTQnJxD6BoVoHuqeZPHZvaTgF4Iv3Q==}
+ peerDependencies:
+ svelte: ^4.0.0 || ^5.0.0-next.118
+
bl@4.1.0:
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
@@ -6504,6 +6626,10 @@ packages:
buffer-crc32@0.2.13:
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
+ buffer-crc32@1.0.0:
+ resolution: {integrity: sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==}
+ engines: {node: '>=8.0.0'}
+
buffer-equal-constant-time@1.0.1:
resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==}
@@ -6763,6 +6889,10 @@ packages:
resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==}
engines: {node: '>=6'}
+ clsx@2.1.1:
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
+ engines: {node: '>=6'}
+
cluster-key-slot@1.1.2:
resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==}
engines: {node: '>=0.10.0'}
@@ -9496,6 +9626,9 @@ packages:
lodash.camelcase@4.3.0:
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
+ lodash.castarray@4.4.0:
+ resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==}
+
lodash.clonedeep@4.5.0:
resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==}
@@ -10138,6 +10271,11 @@ packages:
mnemonist@0.38.3:
resolution: {integrity: sha512-2K9QYubXx/NAjv4VLq1d1Ly8pWNC5L3BrixtdkyTegXWJIqY+zLNDhhX/A+ZwWt70tB1S8H4BE8FLYEFyNoOBw==}
+ mode-watcher@0.5.0:
+ resolution: {integrity: sha512-5E6fh/aXhAVv+U+DbeM0hCmskQE9u7WSmvnCRijJB/MJu7HtB73sjiCaZ9n1M8QHmzLrBFo8XBAUcWXkDm8Z9A==}
+ peerDependencies:
+ svelte: ^4.0.0 || ^5.0.0-next.1
+
moment-timezone@0.5.44:
resolution: {integrity: sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw==}
@@ -10235,6 +10373,11 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
+ nanoid@5.0.8:
+ resolution: {integrity: sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==}
+ engines: {node: ^18 || >=20}
+ hasBin: true
+
napi-build-utils@1.0.2:
resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
@@ -10823,6 +10966,9 @@ packages:
picocolors@1.1.0:
resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==}
+ picocolors@1.1.1:
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
+
picomatch@2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
@@ -10972,6 +11118,10 @@ packages:
peerDependencies:
postcss: ^8.4.29
+ postcss-selector-parser@6.0.10:
+ resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
+ engines: {node: '>=4'}
+
postcss-selector-parser@6.0.16:
resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==}
engines: {node: '>=4'}
@@ -10995,6 +11145,10 @@ packages:
resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
engines: {node: ^10 || ^12 || >=14}
+ postcss@8.4.49:
+ resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==}
+ engines: {node: ^10 || ^12 || >=14}
+
postgres-array@2.0.0:
resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==}
engines: {node: '>=4'}
@@ -12054,6 +12208,10 @@ packages:
resolution: {integrity: sha512-R5ocFmKZQFfSTstfOtHjJuAwbpGyf9qjQa1egyhvXSbM7emjrtLXtGdZsDJDABC85YBfVvrOiGWKSYXPKdvP1g==}
hasBin: true
+ sorcery@0.11.1:
+ resolution: {integrity: sha512-o7npfeJE6wi6J9l0/5LKshFzZ2rMatRiCDwYeDQaOzqdzRJwALhX7mk/A/ecg6wjMu7wdZbmXfD2S/vpOg0bdQ==}
+ hasBin: true
+
source-map-js@1.2.0:
resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
engines: {node: '>=0.10.0'}
@@ -12383,6 +12541,12 @@ packages:
peerDependencies:
svelte: ^3.24.0
+ svelte-check@3.6.9:
+ resolution: {integrity: sha512-hDQrk3L0osX07djQyMiXocKysTLfusqi8AriNcCiQxhQR49/LonYolcUGMtZ0fbUR8HTR198Prrgf52WWU9wEg==}
+ hasBin: true
+ peerDependencies:
+ svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0
+
svelte-check@4.0.4:
resolution: {integrity: sha512-AcHWIPuZb1mh/jKoIrww0ebBPpAvwWd1bfXCnwC2dx4OkydNMaiG//+Xnry91RJMHFH7CiE+6Y2p332DRIaOXQ==}
engines: {node: '>= 18.0.0'}
@@ -12446,6 +12610,49 @@ packages:
typescript:
optional: true
+ svelte-preprocess@5.1.4:
+ resolution: {integrity: sha512-IvnbQ6D6Ao3Gg6ftiM5tdbR6aAETwjhHV+UKGf5bHGYR69RQvF1ho0JKPcbUON4vy4R7zom13jPjgdOWCQ5hDA==}
+ engines: {node: '>= 16.0.0'}
+ peerDependencies:
+ '@babel/core': ^7.10.2
+ coffeescript: ^2.5.1
+ less: ^3.11.3 || ^4.0.0
+ postcss: ^7 || ^8
+ postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
+ pug: ^3.0.0
+ sass: ^1.26.8
+ stylus: ^0.55.0
+ sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0
+ svelte: ^3.23.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0
+ typescript: '>=3.9.5 || ^4.0.0 || ^5.0.0'
+ peerDependenciesMeta:
+ '@babel/core':
+ optional: true
+ coffeescript:
+ optional: true
+ less:
+ optional: true
+ postcss:
+ optional: true
+ postcss-load-config:
+ optional: true
+ pug:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ typescript:
+ optional: true
+
+ svelte-radix@2.0.1:
+ resolution: {integrity: sha512-YrX44Dj+Rp6YZuPSjdmyd6P8QTkb2NXwySUCZYzjwkP6Cl3dZaTBPPeaSOutP3v3ycQ2XwyNOpyn4p0QcN+uYQ==}
+ engines: {node: '>=18.0.0', npm: '>=7.0.0'}
+ peerDependencies:
+ svelte: ^5.0.0
+
svelte2tsx@0.7.21:
resolution: {integrity: sha512-cdYR5gYBK0Ys3/jzGu9yfW9oxGLtLAnxcKtS7oJy2pjLhLLYSZcWeeeuaY9SMULwlqMZ1HfngGH3n5VdquRC3Q==}
peerDependencies:
@@ -12475,6 +12682,15 @@ packages:
tabbable@6.2.0:
resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
+ tailwind-merge@2.5.4:
+ resolution: {integrity: sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==}
+
+ tailwind-variants@0.3.0:
+ resolution: {integrity: sha512-ho2k5kn+LB1fT5XdNS3Clb96zieWxbStE9wNLK7D0AV64kdZMaYzAKo0fWl6fXLPY99ffF9oBJnIj5escEl/8A==}
+ engines: {node: '>=16.x', pnpm: '>=7.x'}
+ peerDependencies:
+ tailwindcss: '*'
+
tailwindcss@3.4.13:
resolution: {integrity: sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==}
engines: {node: '>=14.0.0'}
@@ -13352,6 +13568,34 @@ packages:
vite:
optional: true
+ vite@5.2.14:
+ resolution: {integrity: sha512-TFQLuwWLPms+NBNlh0D9LZQ+HXW471COABxw/9TEUBrjuHMo9BrYBPrN/SYAwIuVL+rLerycxiLT41t4f5MZpA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': ^18.0.0 || >=20.0.0
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+
vite@5.3.1:
resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==}
engines: {node: ^18.0.0 || >=20.0.0}
@@ -14075,6 +14319,29 @@ snapshots:
transitivePeerDependencies:
- '@internationalized/date'
+ '@auth/core@0.37.4(@simplewebauthn/browser@9.0.1)(@simplewebauthn/server@9.0.3(encoding@0.1.13))(nodemailer@6.9.8)':
+ dependencies:
+ '@panva/hkdf': 1.2.1
+ jose: 5.9.6
+ oauth4webapi: 3.1.3
+ preact: 10.24.3
+ preact-render-to-string: 6.5.11(preact@10.24.3)
+ optionalDependencies:
+ '@simplewebauthn/browser': 9.0.1
+ '@simplewebauthn/server': 9.0.3(encoding@0.1.13)
+ nodemailer: 6.9.8
+
+ '@auth/sveltekit@1.7.4(@simplewebauthn/browser@9.0.1)(@simplewebauthn/server@9.0.3(encoding@0.1.13))(@sveltejs/kit@2.5.7(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(nodemailer@6.9.8)(svelte@4.2.19)':
+ dependencies:
+ '@auth/core': 0.37.4(@simplewebauthn/browser@9.0.1)(@simplewebauthn/server@9.0.3(encoding@0.1.13))(nodemailer@6.9.8)
+ '@sveltejs/kit': 2.5.7(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
+ set-cookie-parser: 2.7.0
+ svelte: 4.2.19
+ optionalDependencies:
+ '@simplewebauthn/browser': 9.0.1
+ '@simplewebauthn/server': 9.0.3(encoding@0.1.13)
+ nodemailer: 6.9.8
+
'@aws-crypto/crc32@3.0.0':
dependencies:
'@aws-crypto/util': 3.0.0
@@ -14750,12 +15017,12 @@ snapshots:
'@babel/helper-compilation-targets': 7.23.6
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9)
'@babel/helpers': 7.23.9
- '@babel/parser': 7.23.9
+ '@babel/parser': 7.25.8
'@babel/template': 7.23.9
'@babel/traverse': 7.23.9
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
convert-source-map: 2.0.0
- debug: 4.3.7(supports-color@8.1.1)
+ debug: 4.3.7
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@@ -14764,7 +15031,7 @@ snapshots:
'@babel/generator@7.23.6':
dependencies:
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
@@ -14821,11 +15088,11 @@ snapshots:
'@babel/helper-function-name@7.23.0':
dependencies:
'@babel/template': 7.23.9
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
'@babel/helper-hoist-variables@7.22.5':
dependencies:
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
'@babel/helper-member-expression-to-functions@7.23.0':
dependencies:
@@ -14837,7 +15104,7 @@ snapshots:
'@babel/helper-module-imports@7.22.15':
dependencies:
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
'@babel/helper-module-transforms@7.23.3(@babel/core@7.23.9)':
dependencies:
@@ -14846,7 +15113,7 @@ snapshots:
'@babel/helper-module-imports': 7.22.15
'@babel/helper-simple-access': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
- '@babel/helper-validator-identifier': 7.22.20
+ '@babel/helper-validator-identifier': 7.25.7
'@babel/helper-optimise-call-expression@7.22.5':
dependencies:
@@ -14870,7 +15137,7 @@ snapshots:
'@babel/helper-simple-access@7.22.5':
dependencies:
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
'@babel/helper-skip-transparent-expression-wrappers@7.22.5':
dependencies:
@@ -14878,7 +15145,7 @@ snapshots:
'@babel/helper-split-export-declaration@7.22.6':
dependencies:
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
'@babel/helper-string-parser@7.23.4': {}
@@ -14900,13 +15167,13 @@ snapshots:
dependencies:
'@babel/template': 7.23.9
'@babel/traverse': 7.23.9
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
transitivePeerDependencies:
- supports-color
'@babel/highlight@7.23.4':
dependencies:
- '@babel/helper-validator-identifier': 7.22.20
+ '@babel/helper-validator-identifier': 7.25.7
chalk: 2.4.2
js-tokens: 4.0.0
@@ -15502,8 +15769,8 @@ snapshots:
'@babel/template@7.23.9':
dependencies:
'@babel/code-frame': 7.23.5
- '@babel/parser': 7.23.9
- '@babel/types': 7.23.9
+ '@babel/parser': 7.25.8
+ '@babel/types': 7.25.8
'@babel/traverse@7.23.9':
dependencies:
@@ -15513,9 +15780,9 @@ snapshots:
'@babel/helper-function-name': 7.23.0
'@babel/helper-hoist-variables': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
- '@babel/parser': 7.23.9
- '@babel/types': 7.23.9
- debug: 4.3.7(supports-color@8.1.1)
+ '@babel/parser': 7.25.8
+ '@babel/types': 7.25.8
+ debug: 4.3.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -17232,6 +17499,16 @@ snapshots:
'@types/react': 18.2.78
react: 18.3.1
+ '@melt-ui/svelte@0.76.2(svelte@4.2.19)':
+ dependencies:
+ '@floating-ui/core': 1.6.8
+ '@floating-ui/dom': 1.6.11
+ '@internationalized/date': 3.5.6
+ dequal: 2.0.3
+ focus-trap: 7.5.2
+ nanoid: 5.0.8
+ svelte: 4.2.19
+
'@mermaid-js/parser@0.3.0':
dependencies:
langium: 3.0.0
@@ -18985,11 +19262,34 @@ snapshots:
'@sveltejs/kit': 2.6.4(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
import-meta-resolve: 2.2.2
+ '@sveltejs/adapter-auto@3.2.0(@sveltejs/kit@2.5.7(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))':
+ dependencies:
+ '@sveltejs/kit': 2.5.7(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
+ import-meta-resolve: 4.1.0
+
'@sveltejs/adapter-auto@3.2.5(@sveltejs/kit@2.6.4(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))':
dependencies:
'@sveltejs/kit': 2.6.4(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
import-meta-resolve: 4.1.0
+ '@sveltejs/kit@2.5.7(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))':
+ dependencies:
+ '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
+ '@types/cookie': 0.6.0
+ cookie: 0.6.0
+ devalue: 5.1.1
+ esm-env: 1.0.0
+ import-meta-resolve: 4.1.0
+ kleur: 4.1.5
+ magic-string: 0.30.12
+ mrmime: 2.0.0
+ sade: 1.8.1
+ set-cookie-parser: 2.7.0
+ sirv: 2.0.4
+ svelte: 4.2.19
+ tiny-glob: 0.2.9
+ vite: 5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)
+
'@sveltejs/kit@2.6.4(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))':
dependencies:
'@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
@@ -19019,6 +19319,15 @@ snapshots:
transitivePeerDependencies:
- typescript
+ '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))':
+ dependencies:
+ '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
+ debug: 4.3.7
+ svelte: 4.2.19
+ vite: 5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)
+ transitivePeerDependencies:
+ - supports-color
+
'@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))':
dependencies:
'@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
@@ -19028,6 +19337,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))':
+ dependencies:
+ '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
+ debug: 4.3.7
+ deepmerge: 4.3.1
+ kleur: 4.1.5
+ magic-string: 0.30.12
+ svelte: 4.2.19
+ svelte-hmr: 0.16.0(svelte@4.2.19)
+ vite: 5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)
+ vitefu: 0.2.5(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
+ transitivePeerDependencies:
+ - supports-color
+
'@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))':
dependencies:
'@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)))(svelte@4.2.19)(vite@5.3.1(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0))
@@ -19104,6 +19427,14 @@ snapshots:
dependencies:
'@swc/counter': 0.1.3
+ '@tailwindcss/typography@0.5.15(tailwindcss@3.4.13(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)))':
+ dependencies:
+ lodash.castarray: 4.4.0
+ lodash.isplainobject: 4.0.6
+ lodash.merge: 4.6.2
+ postcss-selector-parser: 6.0.10
+ tailwindcss: 3.4.13(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5))
+
'@tanem/svg-injector@10.1.68':
dependencies:
'@babel/runtime': 7.23.9
@@ -21178,6 +21509,16 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
+ autoprefixer@10.4.20(postcss@8.4.49):
+ dependencies:
+ browserslist: 4.24.0
+ caniuse-lite: 1.0.30001668
+ fraction.js: 4.3.7
+ normalize-range: 0.1.2
+ picocolors: 1.1.0
+ postcss: 8.4.49
+ postcss-value-parser: 4.2.0
+
available-typed-arrays@1.0.5: {}
axios@0.21.4(debug@4.3.7):
@@ -21273,7 +21614,7 @@ snapshots:
babel-walk@3.0.0-canary-5:
dependencies:
- '@babel/types': 7.23.9
+ '@babel/types': 7.25.8
bail@2.0.2: {}
@@ -21317,6 +21658,13 @@ snapshots:
dependencies:
file-uri-to-path: 1.0.0
+ bits-ui@0.21.16(svelte@4.2.19):
+ dependencies:
+ '@internationalized/date': 3.5.6
+ '@melt-ui/svelte': 0.76.2(svelte@4.2.19)
+ nanoid: 5.0.8
+ svelte: 4.2.19
+
bl@4.1.0:
dependencies:
buffer: 5.7.1
@@ -21406,6 +21754,8 @@ snapshots:
buffer-crc32@0.2.13: {}
+ buffer-crc32@1.0.0: {}
+
buffer-equal-constant-time@1.0.1: {}
buffer-from@1.1.2: {}
@@ -21610,7 +21960,7 @@ snapshots:
chokidar@3.6.0:
dependencies:
anymatch: 3.1.3
- braces: 3.0.2
+ braces: 3.0.3
glob-parent: 5.1.2
is-binary-path: 2.1.0
is-glob: 4.0.3
@@ -21743,6 +22093,8 @@ snapshots:
clsx@2.1.0: {}
+ clsx@2.1.1: {}
+
cluster-key-slot@1.1.2: {}
cmd-shim@6.0.3: {}
@@ -21870,8 +22222,8 @@ snapshots:
constantinople@4.0.1:
dependencies:
- '@babel/parser': 7.23.9
- '@babel/types': 7.23.9
+ '@babel/parser': 7.25.8
+ '@babel/types': 7.25.8
content-disposition@0.5.4:
dependencies:
@@ -22213,6 +22565,10 @@ snapshots:
dependencies:
ms: 2.1.2
+ debug@4.3.7:
+ dependencies:
+ ms: 2.1.3
+
debug@4.3.7(supports-color@8.1.1):
dependencies:
ms: 2.1.3
@@ -23165,7 +23521,7 @@ snapshots:
'@nodelib/fs.walk': 1.2.8
glob-parent: 5.1.2
merge2: 1.4.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
fast-json-stable-stringify@2.1.0: {}
@@ -25008,6 +25364,8 @@ snapshots:
lodash.camelcase@4.3.0:
optional: true
+ lodash.castarray@4.4.0: {}
+
lodash.clonedeep@4.5.0: {}
lodash.debounce@4.0.8: {}
@@ -26074,6 +26432,10 @@ snapshots:
dependencies:
obliterator: 1.6.1
+ mode-watcher@0.5.0(svelte@4.2.19):
+ dependencies:
+ svelte: 4.2.19
+
moment-timezone@0.5.44:
dependencies:
moment: 2.30.1
@@ -26166,6 +26528,8 @@ snapshots:
nanoid@3.3.7: {}
+ nanoid@5.0.8: {}
+
napi-build-utils@1.0.2: {}
napi-macros@2.0.0: {}
@@ -26871,6 +27235,8 @@ snapshots:
picocolors@1.1.0: {}
+ picocolors@1.1.1: {}
+
picomatch@2.3.1: {}
pify@2.3.0: {}
@@ -26943,11 +27309,23 @@ snapshots:
read-cache: 1.0.0
resolve: 1.22.8
+ postcss-import@15.1.0(postcss@8.4.49):
+ dependencies:
+ postcss: 8.4.49
+ postcss-value-parser: 4.2.0
+ read-cache: 1.0.0
+ resolve: 1.22.8
+
postcss-js@4.0.1(postcss@8.4.47):
dependencies:
camelcase-css: 2.0.1
postcss: 8.4.47
+ postcss-js@4.0.1(postcss@8.4.49):
+ dependencies:
+ camelcase-css: 2.0.1
+ postcss: 8.4.49
+
postcss-load-config@3.1.4(postcss@8.4.47)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3)):
dependencies:
lilconfig: 2.1.0
@@ -26973,6 +27351,14 @@ snapshots:
postcss: 8.4.47
ts-node: 10.9.2(@types/node@20.12.7)(typescript@5.6.3)
+ postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)):
+ dependencies:
+ lilconfig: 3.1.1
+ yaml: 2.3.4
+ optionalDependencies:
+ postcss: 8.4.49
+ ts-node: 10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)
+
postcss-merge-rules@6.1.1(postcss@8.4.47):
dependencies:
browserslist: 4.24.0
@@ -26991,6 +27377,11 @@ snapshots:
postcss: 8.4.47
postcss-selector-parser: 6.0.16
+ postcss-nested@6.0.1(postcss@8.4.49):
+ dependencies:
+ postcss: 8.4.49
+ postcss-selector-parser: 6.1.2
+
postcss-nesting@12.1.5(postcss@8.4.19):
dependencies:
'@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.1.2)
@@ -27011,6 +27402,11 @@ snapshots:
dependencies:
postcss: 8.4.47
+ postcss-selector-parser@6.0.10:
+ dependencies:
+ cssesc: 3.0.0
+ util-deprecate: 1.0.2
+
postcss-selector-parser@6.0.16:
dependencies:
cssesc: 3.0.0
@@ -27041,6 +27437,12 @@ snapshots:
picocolors: 1.1.0
source-map-js: 1.2.1
+ postcss@8.4.49:
+ dependencies:
+ nanoid: 3.3.7
+ picocolors: 1.1.1
+ source-map-js: 1.2.1
+
postgres-array@2.0.0: {}
postgres-array@3.0.2: {}
@@ -28384,6 +28786,13 @@ snapshots:
sander: 0.5.1
sourcemap-codec: 1.4.8
+ sorcery@0.11.1:
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.5.0
+ buffer-crc32: 1.0.0
+ minimist: 1.2.8
+ sander: 0.5.1
+
source-map-js@1.2.0: {}
source-map-js@1.2.1: {}
@@ -28751,6 +29160,28 @@ snapshots:
- stylus
- sugarss
+ svelte-check@3.6.9(@babel/core@7.23.9)(postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)))(postcss@8.4.49)(pug@3.0.2)(sass@1.70.0)(svelte@4.2.19):
+ dependencies:
+ '@jridgewell/trace-mapping': 0.3.25
+ chokidar: 3.6.0
+ fast-glob: 3.3.2
+ import-fresh: 3.3.0
+ picocolors: 1.1.0
+ sade: 1.8.1
+ svelte: 4.2.19
+ svelte-preprocess: 5.1.4(@babel/core@7.23.9)(postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)))(postcss@8.4.49)(pug@3.0.2)(sass@1.70.0)(svelte@4.2.19)(typescript@5.4.5)
+ typescript: 5.4.5
+ transitivePeerDependencies:
+ - '@babel/core'
+ - coffeescript
+ - less
+ - postcss
+ - postcss-load-config
+ - pug
+ - sass
+ - stylus
+ - sugarss
+
svelte-check@4.0.4(svelte@4.2.19)(typescript@5.6.3):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
@@ -28794,6 +29225,26 @@ snapshots:
sass: 1.70.0
typescript: 5.4.5
+ svelte-preprocess@5.1.4(@babel/core@7.23.9)(postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)))(postcss@8.4.49)(pug@3.0.2)(sass@1.70.0)(svelte@4.2.19)(typescript@5.4.5):
+ dependencies:
+ '@types/pug': 2.0.10
+ detect-indent: 6.1.0
+ magic-string: 0.30.12
+ sorcery: 0.11.1
+ strip-indent: 3.0.0
+ svelte: 4.2.19
+ optionalDependencies:
+ '@babel/core': 7.23.9
+ postcss: 8.4.49
+ postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5))
+ pug: 3.0.2
+ sass: 1.70.0
+ typescript: 5.4.5
+
+ svelte-radix@2.0.1(svelte@4.2.19):
+ dependencies:
+ svelte: 4.2.19
+
svelte2tsx@0.7.21(svelte@4.2.19)(typescript@5.6.3):
dependencies:
dedent-js: 1.0.1
@@ -28815,7 +29266,7 @@ snapshots:
estree-walker: 3.0.3
is-reference: 3.0.2
locate-character: 3.0.0
- magic-string: 0.30.11
+ magic-string: 0.30.12
periscopic: 3.1.0
svgo@3.3.2:
@@ -28838,6 +29289,40 @@ snapshots:
tabbable@6.2.0: {}
+ tailwind-merge@2.5.4: {}
+
+ tailwind-variants@0.3.0(tailwindcss@3.4.13(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5))):
+ dependencies:
+ tailwind-merge: 2.5.4
+ tailwindcss: 3.4.13(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5))
+
+ tailwindcss@3.4.13(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5)):
+ dependencies:
+ '@alloc/quick-lru': 5.2.0
+ arg: 5.0.2
+ chokidar: 3.6.0
+ didyoumean: 1.2.2
+ dlv: 1.1.3
+ fast-glob: 3.3.2
+ glob-parent: 6.0.2
+ is-glob: 4.0.3
+ jiti: 1.21.6
+ lilconfig: 2.1.0
+ micromatch: 4.0.8
+ normalize-path: 3.0.0
+ object-hash: 3.0.0
+ picocolors: 1.1.0
+ postcss: 8.4.49
+ postcss-import: 15.1.0(postcss@8.4.49)
+ postcss-js: 4.0.1(postcss@8.4.49)
+ postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5))
+ postcss-nested: 6.0.1(postcss@8.4.49)
+ postcss-selector-parser: 6.1.2
+ resolve: 1.22.8
+ sucrase: 3.35.0
+ transitivePeerDependencies:
+ - ts-node
+
tailwindcss@3.4.13(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.6.3)):
dependencies:
'@alloc/quick-lru': 5.2.0
@@ -29076,6 +29561,27 @@ snapshots:
'@ts-morph/common': 0.20.0
code-block-writer: 12.0.0
+ ts-node@10.9.2(@swc/core@1.3.106(@swc/helpers@0.5.13))(@types/node@22.7.5)(typescript@5.4.5):
+ dependencies:
+ '@cspotcode/source-map-support': 0.8.1
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 22.7.5
+ acorn: 8.12.1
+ acorn-walk: 8.3.2
+ arg: 4.1.3
+ create-require: 1.1.1
+ diff: 4.0.2
+ make-error: 1.3.6
+ typescript: 5.4.5
+ v8-compile-cache-lib: 3.0.1
+ yn: 3.1.1
+ optionalDependencies:
+ '@swc/core': 1.3.106(@swc/helpers@0.5.13)
+ optional: true
+
ts-node@10.9.2(@swc/core@1.3.106)(@types/node@22.7.5)(typescript@5.6.3):
dependencies:
'@cspotcode/source-map-support': 0.8.1
@@ -29781,6 +30287,17 @@ snapshots:
- supports-color
- typescript
+ vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0):
+ dependencies:
+ esbuild: 0.20.2
+ postcss: 8.4.49
+ rollup: 4.18.0
+ optionalDependencies:
+ '@types/node': 22.7.5
+ fsevents: 2.3.3
+ sass: 1.70.0
+ terser: 5.27.0
+
vite@5.3.1(@types/node@18.11.10)(sass@1.70.0)(terser@5.27.0):
dependencies:
esbuild: 0.21.5
@@ -29814,6 +30331,10 @@ snapshots:
sass: 1.70.0
terser: 5.27.0
+ vitefu@0.2.5(vite@5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)):
+ optionalDependencies:
+ vite: 5.2.14(@types/node@22.7.5)(sass@1.70.0)(terser@5.27.0)
+
vitefu@0.2.5(vite@5.3.1(@types/node@18.11.10)(sass@1.70.0)(terser@5.27.0)):
optionalDependencies:
vite: 5.3.1(@types/node@18.11.10)(sass@1.70.0)(terser@5.27.0)
@@ -30016,8 +30537,8 @@ snapshots:
with@7.0.2:
dependencies:
- '@babel/parser': 7.23.9
- '@babel/types': 7.23.9
+ '@babel/parser': 7.25.8
+ '@babel/types': 7.25.8
assert-never: 1.2.1
babel-walk: 3.0.0-canary-5