cinqcinqdev-seo 0.1.61 → 0.1.62

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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "0.1.61",
7
+ "version": "0.1.62",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "unknown"
@@ -1209,5 +1209,5 @@ const savePage = async () => {
1209
1209
  </template>
1210
1210
 
1211
1211
  <style scoped>
1212
- ::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:#3d35ff;border-radius:10px}.rte-field ul{list-style:disc}.rte-field ol,.rte-field ul{margin-bottom:.6em;padding-left:1.4em}.rte-field ol{list-style:decimal}.rte-field li{margin-bottom:.2em}.rte-field h2{font-size:1.15em;font-weight:700;margin:.8em 0 .3em}.rte-field h3{font-size:1.05em;font-weight:700;margin:.7em 0 .2em}.rte-field p{margin-bottom:.5em}.rte-field strong{font-weight:700}.rte-field em{font-style:italic}
1212
+ ::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#3d35ff;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#2a23cc}.rte-field ul{list-style:disc}.rte-field ol,.rte-field ul{margin-bottom:.6em;padding-left:1.4em}.rte-field ol{list-style:decimal}.rte-field li{margin-bottom:.2em}.rte-field h2{font-size:1.15em;font-weight:700;margin:.8em 0 .3em}.rte-field h3{font-size:1.05em;font-weight:700;margin:.7em 0 .2em}.rte-field p{margin-bottom:.5em}.rte-field strong{font-weight:700}.rte-field em{font-style:italic}
1213
1213
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cinqcinqdev-seo",
3
- "version": "0.1.61",
3
+ "version": "0.1.62",
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",