Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated astro docs #268

Merged
merged 1 commit into from
Feb 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/radix-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
"dependencies": {
"@alpinejs/focus": "^3.14.8",
"@analogjs/astro-angular": "2.0.0-alpha.2",
"@astrojs/alpinejs": "^0.4.1",
"@analogjs/astro-angular": "2.0.0-alpha.4",
"@astrojs/alpinejs": "^0.4.3",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/mdx": "^4.0.8",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/tailwind": "^5.1.5",
"@astrojs/ts-plugin": "^1.10.4",
"@docsearch/css": "^3.6.2",
"@docsearch/js": "^3.6.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/themes": "^3.1.6",
"alpinejs": "^3.14.8",
"astro": "^5.1.2",
"astro": "^5.2.3",
"astro-auto-import": "^0.4.4",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
Expand All @@ -34,7 +34,7 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@angular/language-service": "^19.0.6",
"@angular/language-service": "^19.1.4",
"@astrojs/markdown-remark": "^6.0.1",
"@shikijs/compat": "^1.26.1",
"@shikijs/transformers": "^1.26.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import { Check, LucideAngularModule } from 'lucide-angular';
],
template: `
<div style="display: flex; align-items: center;">
<button class="CheckboxRoot" CheckboxRoot>
<lucide-angular class="CheckboxIndicator" [img]="CheckIcon" CheckboxIndicator size="16" />
<input id="r1" CheckboxInput type="checkbox" />
<button class="CheckboxRoot" rdxCheckboxRoot>
<lucide-angular class="CheckboxIndicator" [img]="CheckIcon" rdxCheckboxIndicator size="16" />
<input id="r1" rdxCheckboxInput type="checkbox" />
</button>
<label class="Label" rdxLabel htmlFor="r1">Check Item</label>
</div>
Expand Down
35 changes: 23 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.