@gudhub/ssg-web-components-library 1.0.36 → 1.0.37
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/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<div class="primary-block text-block col-6">
|
|
13
13
|
<div class="top">
|
|
14
14
|
${(() => {
|
|
15
|
-
const tag = item.button.link ? `a href="${item.button.link}"` : '
|
|
15
|
+
const tag = item.button.link ? `a href="${item.button.link}"` : 'h3';
|
|
16
16
|
return `
|
|
17
17
|
<${tag} class="item-title">${item.title}</${tag}>
|
|
18
18
|
`;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
${item.button.text ? `
|
|
30
30
|
<div class="bottom">
|
|
31
|
-
<div class="link-wrapper">
|
|
31
|
+
<div class="link-wrapper btn">
|
|
32
32
|
<span class="link">${item.button.text}</span>
|
|
33
33
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><circle cx="10" cy="10.6282" r="10" fill="#0A79FE"/><path d="M8.25 6.62817L12 10.3782L8.25 14.1282" stroke="white"/></svg>
|
|
34
34
|
</div>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
return acc + `
|
|
8
8
|
<div class="card primary-block">
|
|
9
9
|
<div class="text">
|
|
10
|
-
<
|
|
10
|
+
<h3 class="title_card" gh-id="${ghId}.cards.${index}.title">Title</h3>
|
|
11
11
|
<div class="price_card" gh-id="${ghId}.cards.${index}.price">Price</div>
|
|
12
12
|
<div class="subtitle_card" gh-id="${ghId}.cards.${index}.subtitle">Subtitle</div>
|
|
13
13
|
</div>
|