From b4a02bc96cdc5f2ed0cc3a11ca4f68e7d6a48af6 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 15 Jun 2023 10:24:52 +0200 Subject: [PATCH] docs: `edge` badges to `new` following 2.4.0 --- docs/content/4.data/1.table.md | 6 +++--- docs/content/5.navigation/2.command-palette.md | 2 +- docs/content/5.navigation/3.pagination.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/4.data/1.table.md b/docs/content/4.data/1.table.md index 4a7e22760d..56c608852b 100644 --- a/docs/content/4.data/1.table.md +++ b/docs/content/4.data/1.table.md @@ -401,7 +401,7 @@ const rows = computed(() => { ``` :: -### Loading :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"} +### Loading :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"} Use the `loading` prop to display a loading state. @@ -566,7 +566,7 @@ const selected = ref([people[1]]) ``` :: -### `loading-state` :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"} +### `loading-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"} Use the `#loading-state` slot to customize the loading state. @@ -605,7 +605,7 @@ const pending = ref(true) ``` :: -### `empty-state` :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"} +### `empty-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"} Use the `#empty-state` slot to customize the empty state. diff --git a/docs/content/5.navigation/2.command-palette.md b/docs/content/5.navigation/2.command-palette.md index 0170c8ea08..583442c5a4 100644 --- a/docs/content/5.navigation/2.command-palette.md +++ b/docs/content/5.navigation/2.command-palette.md @@ -359,7 +359,7 @@ Take a look at the component! ## Slots -### `empty-state` :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"} +### `empty-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"} Use the `#empty-state` slot to customize the empty state. diff --git a/docs/content/5.navigation/3.pagination.md b/docs/content/5.navigation/3.pagination.md index 33c58b9785..eb786f2edd 100644 --- a/docs/content/5.navigation/3.pagination.md +++ b/docs/content/5.navigation/3.pagination.md @@ -2,7 +2,7 @@ github: true description: Add a pagination to handle pages. navigation: - badge: 'Edge' + badge: 'New' --- ## Usage