This was a lot... things are mostly working again. The changing of id_random properties caused some problems. The hosted_file_hash_sha256 is not working? There are other issues as well... This will take some time.

This commit is contained in:
Scott Idem
2025-11-13 18:38:00 -05:00
parent a84d06a28d
commit e9a8f7df00
225 changed files with 488 additions and 1526 deletions

View File

@@ -39,7 +39,7 @@
</script>
<script lang="ts">
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
class: className,

View File

@@ -2,7 +2,7 @@
import { DropdownMenu as DropdownMenuPrimitive, type WithoutChildrenOrChild } from "bits-ui";
import Check from "lucide-svelte/icons/check";
import Minus from "lucide-svelte/icons/minus";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
import type { Snippet } from "svelte";
let {

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
let {

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
let {

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
import { type WithElementRef } from "bits-ui";
import type { HTMLAttributes } from "svelte/elements";

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { DropdownMenu as DropdownMenuPrimitive, type WithoutChild } from "bits-ui";
import Circle from "lucide-svelte/icons/circle";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import type { HTMLAttributes } from "svelte/elements";
import { type WithElementRef } from "bits-ui";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
import ChevronRight from "lucide-svelte/icons/chevron-right";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import type { HTMLInputAttributes } from "svelte/elements";
import type { WithElementRef } from "bits-ui";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
import { Popover as PopoverPrimitive } from "bits-ui";
let {

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { Separator as SeparatorPrimitive } from "bits-ui";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { Tooltip as TooltipPrimitive } from "bits-ui";
import { cn } from "$lib/utils.js";
import { cn } from "$lib/utils/utils.js";
let {
ref = $bindable(null),