@compiiile/compiiile 2.18.1 → 2.18.3

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.
@@ -30,7 +30,7 @@
30
30
  left: 0;
31
31
  height: calc(100vh - var(--top-bar-height) + 1px);
32
32
  overflow: auto;
33
- z-index: 1;
33
+ z-index: 2;
34
34
  transition:
35
35
  width 0.3s var(--ease-in-out-quart),
36
36
  transform 0.1s ease;
@@ -336,7 +336,7 @@
336
336
  border-radius: 8px;
337
337
  background-color: var(--darker-background-color);
338
338
  padding: 10px 20px 10px 40px;
339
- font-size: var(--text-md);
339
+ font-size: 16px; /* preventing ios zoom-in on input focus */
340
340
  color: var(--text-color-base);
341
341
  border: solid 1px var(--search-input-border-color);
342
342
  display: block;
@@ -112,7 +112,7 @@ graph TD
112
112
  ```markmap
113
113
  ---
114
114
  markmap:
115
- width: 700px
115
+ width: 100%
116
116
  ---
117
117
 
118
118
  - compiiile-pro
@@ -130,7 +130,7 @@ markmap:
130
130
  ```markmap
131
131
  ---
132
132
  markmap:
133
- width: 700px
133
+ width: 100%
134
134
  ---
135
135
 
136
136
  - compiiile-pro
@@ -558,7 +558,6 @@ The `CGrid` component allows you to use a grid layout (very useful for slides):
558
558
  </div>
559
559
 
560
560
  ![](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExdDI1d2lybmoycXA5NTQ1Y2N5Y3ZhOXVuYWxxcmh5MHJvMDdsbWdvcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/SKT9pS2jJ3J7lrn51E/giphy-downsized-large.gif)
561
-
562
561
  </CGrid>
563
562
  ```
564
563
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@compiiile/compiiile",
3
3
  "private": false,
4
- "version": "2.18.1",
4
+ "version": "2.18.3",
5
5
  "description": "The most convenient way to render a folder containing markdown files. Previewing and searching markdown files has never been that easy.",
6
6
  "author": "AlbanCrepel <alban.crepel@gmail.com>",
7
7
  "license": "GPL-3.0-only",
@@ -22,47 +22,47 @@
22
22
  "url": "git+https://github.com/compiiile/compiiile.git"
23
23
  },
24
24
  "dependencies": {
25
- "@astrojs/mdx": "^4.3.0",
26
- "@astrojs/sitemap": "^3.4.1",
25
+ "@astrojs/mdx": "^4.3.4",
26
+ "@astrojs/sitemap": "^3.5.1",
27
27
  "@astrojs/vue": "^5.1.0",
28
- "@babel/core": "^7.27.4",
29
- "@babel/eslint-parser": "^7.27.5",
30
- "@babel/parser": "^7.27.5",
28
+ "@babel/core": "^7.28.0",
29
+ "@babel/eslint-parser": "^7.28.0",
30
+ "@babel/parser": "^7.28.0",
31
31
  "@compiiile/compiiile-print": "^1.0.6",
32
32
  "@compiiile/compiiile-pro": "^1.2.0",
33
- "@eslint/compat": "^1.2.9",
34
- "@eslint/js": "^10.0.0",
33
+ "@eslint/compat": "^1.3.1",
34
+ "@eslint/js": "^9.34.0",
35
35
  "@fontsource-variable/archivo": "^5.2.6",
36
36
  "@fontsource-variable/dm-sans": "^5.2.6",
37
37
  "@fontsource-variable/jetbrains-mono": "^5.2.6",
38
- "astro": "^5.9.1",
38
+ "astro": "^5.13.5",
39
39
  "astro-seo": "^0.8.4",
40
40
  "c12": "^2.0.4",
41
41
  "entities": "^6.0.1",
42
- "eslint": "9.12.0",
43
- "eslint-config-prettier": "^10.1.5",
44
- "eslint-plugin-vue": "^10.2.0",
42
+ "eslint": "9.31.0",
43
+ "eslint-config-prettier": "^10.1.8",
44
+ "eslint-plugin-vue": "^10.3.0",
45
45
  "estree-walker": "^3.0.3",
46
46
  "fzf": "^0.5.2",
47
- "globals": "^16.2.0",
47
+ "globals": "^16.3.0",
48
48
  "hastscript": "^9.0.1",
49
- "minimatch": "^10.0.1",
49
+ "minimatch": "^10.0.3",
50
50
  "node-emoji": "^2.2.0",
51
51
  "parse-gitignore": "^2.0.0",
52
52
  "pkg-dir": "^9.0.0",
53
- "prettier": "^3.5.3",
53
+ "prettier": "^3.6.2",
54
54
  "rehype-autolink-headings": "^7.1.0",
55
55
  "rehype-slug": "^6.0.0",
56
- "remark-emoji": "^5.0.1",
56
+ "remark-emoji": "^5.0.2",
57
57
  "reveal.js": "^5.2.1",
58
58
  "slugify": "^1.6.6",
59
59
  "typescript": "^5.8.3",
60
60
  "uuid": "^11.1.0",
61
61
  "vfile-matter": "^5.0.1",
62
62
  "vite": "^6.3.5",
63
- "vue": "^3.5.16",
63
+ "vue": "^3.5.20",
64
64
  "yargs": "^18.0.0",
65
- "zod": "^3.25.56"
65
+ "zod": "^3.25.76"
66
66
  },
67
67
  "keywords": [
68
68
  "markdown",
@@ -73,7 +73,10 @@
73
73
  "search",
74
74
  "astro",
75
75
  "mdx",
76
- "compiiile"
76
+ "compiiile",
77
+ "knowledge-base",
78
+ "build",
79
+ "web"
77
80
  ],
78
81
  "funding": [
79
82
  {