Skip to content

Commit aede377

Browse files
committed
chore: update pnpm lockfile and import documentation components in website
1 parent 55b0124 commit aede377

File tree

4 files changed

+68
-22
lines changed

4 files changed

+68
-22
lines changed

apps/website/.source/index.ts

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
// @ts-nocheck -- skip type checking
2-
import * as docs_20 from "../docs/view.mdx?collection=docs"
3-
import * as docs_19 from "../docs/toggle.mdx?collection=docs"
4-
import * as docs_18 from "../docs/toggle-group.mdx?collection=docs"
5-
import * as docs_17 from "../docs/text.mdx?collection=docs"
6-
import * as docs_16 from "../docs/switch.mdx?collection=docs"
7-
import * as docs_15 from "../docs/switch-group.mdx?collection=docs"
8-
import * as docs_14 from "../docs/slot.mdx?collection=docs"
9-
import * as docs_13 from "../docs/radiogroup.mdx?collection=docs"
10-
import * as docs_12 from "../docs/radio.mdx?collection=docs"
11-
import * as docs_11 from "../docs/portal.mdx?collection=docs"
12-
import * as docs_10 from "../docs/index.mdx?collection=docs"
13-
import * as docs_9 from "../docs/drawer.mdx?collection=docs"
14-
import * as docs_8 from "../docs/context-menu.mdx?collection=docs"
15-
import * as docs_7 from "../docs/collapsible.mdx?collection=docs"
16-
import * as docs_6 from "../docs/checkbox.mdx?collection=docs"
17-
import * as docs_5 from "../docs/checkbox-group.mdx?collection=docs"
2+
import * as docs_24 from "../docs/view.mdx?collection=docs"
3+
import * as docs_23 from "../docs/toggle.mdx?collection=docs"
4+
import * as docs_22 from "../docs/toggle-group.mdx?collection=docs"
5+
import * as docs_21 from "../docs/text.mdx?collection=docs"
6+
import * as docs_20 from "../docs/switch.mdx?collection=docs"
7+
import * as docs_19 from "../docs/switch-group.mdx?collection=docs"
8+
import * as docs_18 from "../docs/slot.mdx?collection=docs"
9+
import * as docs_17 from "../docs/radiogroup.mdx?collection=docs"
10+
import * as docs_16 from "../docs/radio.mdx?collection=docs"
11+
import * as docs_15 from "../docs/portal.mdx?collection=docs"
12+
import * as docs_14 from "../docs/input.mdx?collection=docs"
13+
import * as docs_13 from "../docs/input-file.mdx?collection=docs"
14+
import * as docs_12 from "../docs/index.mdx?collection=docs"
15+
import * as docs_11 from "../docs/field.mdx?collection=docs"
16+
import * as docs_10 from "../docs/drawer.mdx?collection=docs"
17+
import * as docs_9 from "../docs/context-menu.mdx?collection=docs"
18+
import * as docs_8 from "../docs/collapsible.mdx?collection=docs"
19+
import * as docs_7 from "../docs/checkbox.mdx?collection=docs"
20+
import * as docs_6 from "../docs/checkbox-group.mdx?collection=docs"
21+
import * as docs_5 from "../docs/button.mdx?collection=docs"
1822
import * as docs_4 from "../docs/avatar.mdx?collection=docs"
1923
import * as docs_3 from "../docs/aspect-ratio.mdx?collection=docs"
2024
import * as docs_2 from "../docs/alert.mdx?collection=docs"
2125
import * as docs_1 from "../docs/activity-view.mdx?collection=docs"
2226
import * as docs_0 from "../docs/accordion.mdx?collection=docs"
2327
import { _runtime } from "fumadocs-mdx/runtime/next"
2428
import * as _source from "../source.config"
25-
export const docs = _runtime.docs<typeof _source.docs>([{ info: {"path":"accordion.mdx","fullPath":"docs/accordion.mdx"}, data: docs_0 }, { info: {"path":"activity-view.mdx","fullPath":"docs/activity-view.mdx"}, data: docs_1 }, { info: {"path":"alert.mdx","fullPath":"docs/alert.mdx"}, data: docs_2 }, { info: {"path":"aspect-ratio.mdx","fullPath":"docs/aspect-ratio.mdx"}, data: docs_3 }, { info: {"path":"avatar.mdx","fullPath":"docs/avatar.mdx"}, data: docs_4 }, { info: {"path":"checkbox-group.mdx","fullPath":"docs/checkbox-group.mdx"}, data: docs_5 }, { info: {"path":"checkbox.mdx","fullPath":"docs/checkbox.mdx"}, data: docs_6 }, { info: {"path":"collapsible.mdx","fullPath":"docs/collapsible.mdx"}, data: docs_7 }, { info: {"path":"context-menu.mdx","fullPath":"docs/context-menu.mdx"}, data: docs_8 }, { info: {"path":"drawer.mdx","fullPath":"docs/drawer.mdx"}, data: docs_9 }, { info: {"path":"index.mdx","fullPath":"docs/index.mdx"}, data: docs_10 }, { info: {"path":"portal.mdx","fullPath":"docs/portal.mdx"}, data: docs_11 }, { info: {"path":"radio.mdx","fullPath":"docs/radio.mdx"}, data: docs_12 }, { info: {"path":"radiogroup.mdx","fullPath":"docs/radiogroup.mdx"}, data: docs_13 }, { info: {"path":"slot.mdx","fullPath":"docs/slot.mdx"}, data: docs_14 }, { info: {"path":"switch-group.mdx","fullPath":"docs/switch-group.mdx"}, data: docs_15 }, { info: {"path":"switch.mdx","fullPath":"docs/switch.mdx"}, data: docs_16 }, { info: {"path":"text.mdx","fullPath":"docs/text.mdx"}, data: docs_17 }, { info: {"path":"toggle-group.mdx","fullPath":"docs/toggle-group.mdx"}, data: docs_18 }, { info: {"path":"toggle.mdx","fullPath":"docs/toggle.mdx"}, data: docs_19 }, { info: {"path":"view.mdx","fullPath":"docs/view.mdx"}, data: docs_20 }], [])
29+
export const docs = _runtime.docs<typeof _source.docs>([{ info: {"path":"accordion.mdx","fullPath":"docs/accordion.mdx"}, data: docs_0 }, { info: {"path":"activity-view.mdx","fullPath":"docs/activity-view.mdx"}, data: docs_1 }, { info: {"path":"alert.mdx","fullPath":"docs/alert.mdx"}, data: docs_2 }, { info: {"path":"aspect-ratio.mdx","fullPath":"docs/aspect-ratio.mdx"}, data: docs_3 }, { info: {"path":"avatar.mdx","fullPath":"docs/avatar.mdx"}, data: docs_4 }, { info: {"path":"button.mdx","fullPath":"docs/button.mdx"}, data: docs_5 }, { info: {"path":"checkbox-group.mdx","fullPath":"docs/checkbox-group.mdx"}, data: docs_6 }, { info: {"path":"checkbox.mdx","fullPath":"docs/checkbox.mdx"}, data: docs_7 }, { info: {"path":"collapsible.mdx","fullPath":"docs/collapsible.mdx"}, data: docs_8 }, { info: {"path":"context-menu.mdx","fullPath":"docs/context-menu.mdx"}, data: docs_9 }, { info: {"path":"drawer.mdx","fullPath":"docs/drawer.mdx"}, data: docs_10 }, { info: {"path":"field.mdx","fullPath":"docs/field.mdx"}, data: docs_11 }, { info: {"path":"index.mdx","fullPath":"docs/index.mdx"}, data: docs_12 }, { info: {"path":"input-file.mdx","fullPath":"docs/input-file.mdx"}, data: docs_13 }, { info: {"path":"input.mdx","fullPath":"docs/input.mdx"}, data: docs_14 }, { info: {"path":"portal.mdx","fullPath":"docs/portal.mdx"}, data: docs_15 }, { info: {"path":"radio.mdx","fullPath":"docs/radio.mdx"}, data: docs_16 }, { info: {"path":"radiogroup.mdx","fullPath":"docs/radiogroup.mdx"}, data: docs_17 }, { info: {"path":"slot.mdx","fullPath":"docs/slot.mdx"}, data: docs_18 }, { info: {"path":"switch-group.mdx","fullPath":"docs/switch-group.mdx"}, data: docs_19 }, { info: {"path":"switch.mdx","fullPath":"docs/switch.mdx"}, data: docs_20 }, { info: {"path":"text.mdx","fullPath":"docs/text.mdx"}, data: docs_21 }, { info: {"path":"toggle-group.mdx","fullPath":"docs/toggle-group.mdx"}, data: docs_22 }, { info: {"path":"toggle.mdx","fullPath":"docs/toggle.mdx"}, data: docs_23 }, { info: {"path":"view.mdx","fullPath":"docs/view.mdx"}, data: docs_24 }], [])

assets/hero-black.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/primitives/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![hero](https://github.com/nativeui-org/primitives/raw/main/assets/hero.svg)
1+
![hero](https://github.com/nativeui-org/primitives/raw/main/assets/hero-black.svg)
22

33
# NativeUI Primitives
44

pnpm-lock.yaml

Lines changed: 45 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)