cinqcinqdev-seo 0.1.33 → 0.1.34

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.33",
7
+ "version": "0.1.34",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "unknown"
@@ -49,8 +49,8 @@ export const DEFAULT_SECTIONS = {
49
49
  image: "",
50
50
  imageStyle: "cover",
51
51
  imagePosition: "center",
52
- bgColor: "#3d35ff",
53
- textColor: "#ffffff",
52
+ bgColor: "rgba(var(--primary-color), 1)",
53
+ textColor: "rgba(var(--body-bg), 1)",
54
54
  ctaText: i18n0("Get Started"),
55
55
  ctaLink: "/",
56
56
  spacing: "normal",
@@ -102,8 +102,8 @@ export const DEFAULT_SECTIONS = {
102
102
  imageFit: "cover",
103
103
  imageShadow: false,
104
104
  reverse: false,
105
- bgColor: "#ffffff",
106
- textColor: "#000000",
105
+ bgColor: "rgba(var(--body-bg), 1)",
106
+ textColor: "rgba(var(--text-color), 1)",
107
107
  ctas: [],
108
108
  spacing: "normal",
109
109
  radius: "rounded"
@@ -154,8 +154,8 @@ export const DEFAULT_SECTIONS = {
154
154
  ctas: [],
155
155
  itemTag: "h3",
156
156
  items: [],
157
- bgColor: "#ffffff",
158
- textColor: "#000000",
157
+ bgColor: "rgba(var(--body-bg), 1)",
158
+ textColor: "rgba(var(--text-color), 1)",
159
159
  spacing: "normal",
160
160
  radius: "rounded"
161
161
  },
@@ -191,8 +191,8 @@ export const DEFAULT_SECTIONS = {
191
191
  defaultProps: {
192
192
  title: i18n0("Why choose us?"),
193
193
  items: [],
194
- bgColor: "#ffffff",
195
- textColor: "#000000",
194
+ bgColor: "rgba(var(--body-bg), 1)",
195
+ textColor: "rgba(var(--text-color), 1)",
196
196
  spacing: "normal",
197
197
  radius: "rounded"
198
198
  },
@@ -214,8 +214,8 @@ export const DEFAULT_SECTIONS = {
214
214
  defaultProps: {
215
215
  title: i18n0("FAQ"),
216
216
  items: [],
217
- bgColor: "#F9F9FB",
218
- textColor: "#000000",
217
+ bgColor: "rgba(var(--body-bg), 1)",
218
+ textColor: "rgba(var(--text-color), 1)",
219
219
  spacing: "normal",
220
220
  radius: "rounded"
221
221
  },
@@ -241,8 +241,8 @@ export const DEFAULT_SECTIONS = {
241
241
  badge: i18n0(),
242
242
  description: i18n0(),
243
243
  items: [],
244
- bgColor: "#ffffff",
245
- textColor: "#000000",
244
+ bgColor: "rgba(var(--body-bg), 1)",
245
+ textColor: "rgba(var(--text-color), 1)",
246
246
  spacing: "normal",
247
247
  radius: "rounded"
248
248
  },
@@ -279,8 +279,8 @@ export const DEFAULT_SECTIONS = {
279
279
  badge: i18n0(),
280
280
  description: i18n0(),
281
281
  items: [],
282
- bgColor: "#ffffff",
283
- textColor: "#000000",
282
+ bgColor: "rgba(var(--body-bg), 1)",
283
+ textColor: "rgba(var(--text-color), 1)",
284
284
  spacing: "normal",
285
285
  radius: "rounded"
286
286
  },
@@ -319,8 +319,8 @@ export const DEFAULT_SECTIONS = {
319
319
  badge: i18n0(),
320
320
  description: i18n0(),
321
321
  items: [],
322
- bgColor: "#ffffff",
323
- textColor: "#000000",
322
+ bgColor: "rgba(var(--body-bg), 1)",
323
+ textColor: "rgba(var(--text-color), 1)",
324
324
  spacing: "normal",
325
325
  radius: "rounded"
326
326
  },
@@ -358,8 +358,8 @@ export const DEFAULT_SECTIONS = {
358
358
  subtitle: i18n0("Describe your project and we'll get back to you within 24h."),
359
359
  badge: i18n0(),
360
360
  button_text: i18n0("Send"),
361
- bgColor: "#ffffff",
362
- textColor: "#000000",
361
+ bgColor: "rgba(var(--body-bg), 1)",
362
+ textColor: "rgba(var(--text-color), 1)",
363
363
  spacing: "normal",
364
364
  radius: "rounded"
365
365
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cinqcinqdev-seo",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
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",