Skip to content

Commit e31f069

Browse files
committed
docs(content): update badges
1 parent 418628b commit e31f069

File tree

11 files changed

+12
-13
lines changed

11 files changed

+12
-13
lines changed

docs/content/docs/1.getting-started/2.installation/1.nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export default defineNuxtConfig({
326326
This option adds the `transition-colors` class on components with hover or active states.
327327
::
328328

329-
### `theme.defaultVariants` :badge{label="New" class="align-text-top"}
329+
### `theme.defaultVariants`
330330

331331
Use the `theme.defaultVariants` option to override the default `color` and `size` variants for components.
332332

docs/content/docs/1.getting-started/2.installation/2.vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export default defineConfig({
420420
This option adds the `transition-colors` class on components with hover or active states.
421421
::
422422

423-
### `theme.defaultVariants` :badge{label="New" class="align-text-top"}
423+
### `theme.defaultVariants`
424424

425425
Use the `theme.defaultVariants` option to override the default `color` and `size` variants for components.
426426

docs/content/docs/2.components/command-palette.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ props:
929929
This can be useful when using the CommandPalette inside a [`Modal`](/docs/components/modal) for example.
930930
::
931931

932-
### With footer slot :badge{label="New" class="align-text-top"}
932+
### With footer slot
933933

934934
Use the `#footer` slot to add custom content at the bottom of the CommandPalette, such as keyboard shortcuts help or additional actions.
935935

docs/content/docs/2.components/drawer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ name: 'drawer-responsive-example'
328328
---
329329
::
330330

331-
### Nested drawers :badge{label="New" class="align-text-top"}
331+
### Nested drawers
332332

333333
You can nest drawers within each other by using the `nested` prop.
334334

docs/content/docs/2.components/file-upload.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ links:
66
- label: GitHub
77
icon: i-simple-icons-github
88
to: https://github.com/nuxt/ui/blob/v4/src/runtime/components/FileUpload.vue
9-
navigation.badge: New
109
---
1110

1211
## Usage

docs/content/docs/2.components/input-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ props:
5050
---
5151
::
5252

53-
### Max Length :badge{label="New" class="align-text-top"}
53+
### Max Length
5454

5555
Use the `max-length` prop to set the maximum number of characters allowed in a tag.
5656

docs/content/docs/2.components/kbd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ items:
6262
---
6363
::
6464

65-
### Color :badge{label="New" class="align-text-top"}
65+
### Color
6666

6767
Use the `color` prop to change the color of the Kbd.
6868

docs/content/docs/2.components/popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ name: 'popover-command-palette-example'
202202
---
203203
::
204204

205-
### With following cursor :badge{label="New" class="align-text-top"}
205+
### With following cursor
206206

207207
You can make the Popover follow the cursor when hovering over an element using the [`reference`](https://reka-ui.com/docs/components/tooltip#trigger) prop:
208208

docs/content/docs/2.components/table.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class: '!p-0'
347347
You can use this to navigate to a page, open a modal or even to select the row manually.
348348
::
349349

350-
### With row context menu event :badge{label="New" class="align-text-top"}
350+
### With row context menu event
351351

352352
You can add a `@contextmenu` listener to make rows right clickable and wrap the Table in a [ContextMenu](/docs/components/context-menu) component to display row actions for example.
353353

@@ -367,7 +367,7 @@ class: '!p-0'
367367
---
368368
::
369369

370-
### With row hover event :badge{label="New" class="align-text-top"}
370+
### With row hover event
371371

372372
You can add a `@hover` listener to make rows hoverable and use a [Popover](/docs/components/popover) or a [Tooltip](/docs/components/tooltip) component to display row details for example.
373373

@@ -391,7 +391,7 @@ class: '!p-0'
391391
This example is similar as the Popover [with following cursor example](/docs/components/popover#with-following-cursor) and uses a [`refDebounced`](https://vueuse.org/shared/refDebounced/#refdebounced) to prevent the Popover from opening and closing too quickly when moving the cursor from one row to another.
392392
::
393393

394-
### With column footer :badge{label="New" class="align-text-top"}
394+
### With column footer
395395

396396
You can add a `footer` property to the column definition to render a footer for the column.
397397

docs/content/docs/2.components/toast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ name: 'toast-actions-example'
163163
---
164164
::
165165

166-
### Progress :badge{label="New" class="align-text-top"}
166+
### Progress
167167

168168
Pass a `progress` field to customize or hide the [Progress](/docs/components/progress) bar (with `false` value).
169169

0 commit comments

Comments
 (0)