@baybreezy/docd 0.1.8 → 0.1.10

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.
@@ -291,6 +291,11 @@ html.light {
291
291
  .light select {
292
292
  color-scheme: light;
293
293
  }
294
+ @media (prefers-color-scheme: dark) {
295
+ select {
296
+ background-color: var(--selection-foreground);
297
+ }
298
+ }
294
299
 
295
300
  h1 > a,
296
301
  h2 > a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baybreezy/docd",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "A Nuxt layer for building documentation sites with UI Thing.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@baybreezy/file-extension-icon": "^0.0.5",
34
- "@iconify-json/lucide": "^1.2.111",
34
+ "@iconify-json/lucide": "^1.2.114",
35
35
  "@iconify-json/material-icon-theme": "^1.2.67",
36
36
  "@iconify-json/simple-icons": "^1.2.86",
37
37
  "@iconify/utils": "^3.1.3",
@@ -44,14 +44,14 @@
44
44
  "@nuxtjs/color-mode": "^4.0.1",
45
45
  "@nuxtjs/mcp-toolkit": "^0.17.2",
46
46
  "@nuxtjs/mdc": "^0.22.0",
47
- "@nuxtjs/robots": "^6.0.9",
47
+ "@nuxtjs/robots": "^6.1.1",
48
48
  "@tailwindcss/forms": "^0.5.11",
49
49
  "@tailwindcss/typography": "^0.5.20",
50
- "@tailwindcss/vite": "^4.3.0",
51
- "@takumi-rs/core": "^1.7.0",
50
+ "@tailwindcss/vite": "^4.3.1",
51
+ "@takumi-rs/core": "^1.8.7",
52
52
  "@vueuse/core": "^14.3.0",
53
53
  "@vueuse/nuxt": "^14.3.0",
54
- "better-sqlite3": "^12.10.0",
54
+ "better-sqlite3": "^12.11.1",
55
55
  "defu": "^6.1.7",
56
56
  "git-url-parse": "^16.1.0",
57
57
  "lodash-es": "^4.18.1",
@@ -60,13 +60,13 @@
60
60
  "nuxt-component-meta": "^0.17.2",
61
61
  "nuxt-gtag": "4.1.0",
62
62
  "nuxt-llms": "^0.2.0",
63
- "nuxt-og-image": "^6.5.3",
63
+ "nuxt-og-image": "^6.6.0",
64
64
  "pkg-types": "^2.3.1",
65
- "reka-ui": "^2.9.9",
65
+ "reka-ui": "^2.10.0",
66
66
  "shiki": "^4.2.0",
67
67
  "tailwind-merge": "^3.6.0",
68
68
  "tailwind-variants": "^3.2.2",
69
- "tailwindcss": "^4.3.0",
69
+ "tailwindcss": "^4.3.1",
70
70
  "tw-animate-css": "^1.4.0",
71
71
  "ufo": "^1.6.4",
72
72
  "vaul-vue": "^0.4.1",