From 8c8572c9c28de1d63801b578cfd42a7532fc6504 Mon Sep 17 00:00:00 2001 From: Philipp Viereck Date: Mon, 25 Sep 2023 13:32:02 +0200 Subject: [PATCH] update components --- .../default/example/cards/data-table.svelte | 32 +++++++++-------- .../default/example/data-table-demo.svelte | 32 +++++++++-------- .../data-table/data-table-actions.svelte | 6 ++-- .../new-york/example/cards/data-table.svelte | 32 +++++++++-------- .../new-york/example/data-table-demo.svelte | 32 +++++++++-------- .../data-table/data-table-actions.svelte | 8 +++-- .../data-table/data-table-actions.svelte | 10 +++--- .../examples/data-table/data-table.svelte | 34 ++++++++++--------- 8 files changed, 101 insertions(+), 85 deletions(-) diff --git a/apps/www/src/lib/registry/default/example/cards/data-table.svelte b/apps/www/src/lib/registry/default/example/cards/data-table.svelte index 346804e1f..1c5fe595b 100644 --- a/apps/www/src/lib/registry/default/example/cards/data-table.svelte +++ b/apps/www/src/lib/registry/default/example/cards/data-table.svelte @@ -1,3 +1,12 @@ + + + @@ -22,7 +24,7 @@ Actions navigator.clipboard.writeText(id)} + on:click={() => navigator.clipboard.writeText($payment.id)} > Copy payment ID diff --git a/apps/www/src/lib/registry/new-york/example/cards/data-table.svelte b/apps/www/src/lib/registry/new-york/example/cards/data-table.svelte index 8dc3dd2cf..ce42add1c 100644 --- a/apps/www/src/lib/registry/new-york/example/cards/data-table.svelte +++ b/apps/www/src/lib/registry/new-york/example/cards/data-table.svelte @@ -1,3 +1,12 @@ + + + @@ -11,6 +12,7 @@