radiant-docs 0.1.43 → 0.1.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "radiant-docs",
3
- "version": "0.1.43",
3
+ "version": "0.1.45",
4
4
  "description": "CLI tool for previewing Radiant documentation locally",
5
5
  "type": "module",
6
6
  "bin": {
@@ -324,6 +324,9 @@ export default defineConfig({
324
324
  },
325
325
  vite: {
326
326
  plugins: [tailwindcss(), copyContentAssets()],
327
+ optimizeDeps: {
328
+ include: ["@paper-design/shaders"],
329
+ },
327
330
  },
328
331
  output: "static",
329
332
  build: {
@@ -314,7 +314,7 @@
314
314
 
315
315
  /* Code single-line styling */
316
316
  :is(.prose, .prose-rules) :not(pre) > code {
317
- @apply px-1 py-px bg-neutral-100/90 text-neutral-600 rounded-md font-mono font-medium border border-neutral-200/80 after:hidden before:hidden dark:bg-neutral-800/80 dark:text-neutral-200 dark:border-neutral-700/80;
317
+ @apply px-1.5 bg-neutral-100/80 text-neutral-700/90 rounded-sm leading-none font-mono font-normal border border-neutral-900/6 after:hidden before:hidden dark:bg-neutral-800/80 dark:text-neutral-200 dark:border-neutral-700/80;
318
318
  }
319
319
 
320
320
  [data-rd-code-theme] [data-rd-token] {