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
|
@@ -49,8 +49,8 @@ export const DEFAULT_SECTIONS = {
|
|
|
49
49
|
image: "",
|
|
50
50
|
imageStyle: "cover",
|
|
51
51
|
imagePosition: "center",
|
|
52
|
-
bgColor: "
|
|
53
|
-
textColor: "
|
|
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: "
|
|
106
|
-
textColor: "
|
|
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: "
|
|
158
|
-
textColor: "
|
|
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: "
|
|
195
|
-
textColor: "
|
|
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: "
|
|
218
|
-
textColor: "
|
|
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: "
|
|
245
|
-
textColor: "
|
|
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: "
|
|
283
|
-
textColor: "
|
|
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: "
|
|
323
|
-
textColor: "
|
|
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: "
|
|
362
|
-
textColor: "
|
|
361
|
+
bgColor: "rgba(var(--body-bg), 1)",
|
|
362
|
+
textColor: "rgba(var(--text-color), 1)",
|
|
363
363
|
spacing: "normal",
|
|
364
364
|
radius: "rounded"
|
|
365
365
|
},
|