cinqcinqdev-seo 0.1.7 → 0.1.8

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/README.md CHANGED
@@ -11,6 +11,16 @@ Drop it into any Nuxt project to get:
11
11
 
12
12
  ---
13
13
 
14
+ ## Styling
15
+
16
+ The module ships its own pre-compiled CSS — **no Tailwind setup required in your project**.
17
+
18
+ - The admin UI always looks identical regardless of your project's CSS framework or design system.
19
+ - It uses the **Inter** font for all admin chrome (navbar, sidebars, panels).
20
+ - The **section preview** in the editor inherits your project's own body font automatically, so components look exactly as they do on the live site.
21
+
22
+ ---
23
+
14
24
  ## Prerequisites
15
25
 
16
26
  Your project must have these modules installed and configured:
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.7",
7
+ "version": "0.1.8",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cinqcinqdev-seo",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A reusable Nuxt 3 admin CMS module with visual page editor powered by Supabase",
5
5
  "license": "MIT",
6
6
  "module": "./dist/module.mjs",