@lanaco/lnc-react-ui 4.0.120 → 4.0.122
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/BannerSectionGrid.cjs +3 -3
- package/dist/BannerSectionGrid.js +3 -3
- package/dist/BannerSectionSimple.cjs +40 -4
- package/dist/BannerSectionSimple.js +66 -29
- package/dist/BannerSectionWithList.cjs +42 -8
- package/dist/BannerSectionWithList.js +57 -22
- package/dist/BannerSectionWithListImage.cjs +23 -6
- package/dist/BannerSectionWithListImage.js +52 -35
- package/dist/BlogCardsSponsoredSection.cjs +13 -7
- package/dist/BlogCardsSponsoredSection.js +19 -13
- package/dist/BlogListSection.cjs +11 -3
- package/dist/BlogListSection.js +18 -10
- package/dist/BlogsSectionSimple.cjs +16 -7
- package/dist/BlogsSectionSimple.js +47 -32
- package/dist/BlogsSectionSimpleCentered.cjs +19 -10
- package/dist/BlogsSectionSimpleCentered.js +33 -24
- package/dist/FieldOfInterestsMasonrySection.cjs +22 -15
- package/dist/FieldOfInterestsMasonrySection.js +70 -63
- package/dist/FieldOfInterestsWithTagsCardsSection.cjs +9 -5
- package/dist/FieldOfInterestsWithTagsCardsSection.js +37 -33
- package/dist/OverlayGeneralCardsSection.cjs +5 -8
- package/dist/OverlayGeneralCardsSection.js +16 -19
- package/dist/SalesCampaignsSection.cjs +26 -26
- package/dist/SalesCampaignsSection.js +236 -236
- package/dist/SimpleProductsSection.cjs +1 -1
- package/dist/SimpleProductsSection.js +1 -1
- package/dist/{index-BaLBHyTh.cjs → index-CSgGox95.cjs} +6 -6
- package/dist/{index-CsrdUl1x.js → index-DK8dqEUQ.js} +5 -5
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const r=require("react/jsx-runtime"),n=require("react"),k=require("./emotion-styled.browser.esm-BtEseadx.cjs"),M=require("./consts-goSZX3xP.cjs"),U=require("./useDetectMobile-zkbzoOGV.cjs"),F=require("./index-B_HNDmXL.cjs"),N=require("./index-
|
|
1
|
+
"use strict";const r=require("react/jsx-runtime"),n=require("react"),k=require("./emotion-styled.browser.esm-BtEseadx.cjs"),M=require("./consts-goSZX3xP.cjs"),U=require("./useDetectMobile-zkbzoOGV.cjs"),F=require("./index-B_HNDmXL.cjs"),N=require("./index-CSgGox95.cjs"),v=require("./suspense-product-card-simple-CJwnghtt.cjs"),T=k.styled.div`
|
|
2
2
|
display: grid;
|
|
3
3
|
grid-template-columns: repeat(6, 1fr);
|
|
4
4
|
gap: 1.25rem;
|
|
@@ -4,7 +4,7 @@ import { s as v } from "./emotion-styled.browser.esm-BNN1dTl3.js";
|
|
|
4
4
|
import { M as B } from "./consts-BuFChS64.js";
|
|
5
5
|
import { u as I } from "./useDetectMobile-Bkvj0VMa.js";
|
|
6
6
|
import { S as L } from "./index-B2pFbNKc.js";
|
|
7
|
-
import { T as j } from "./index-
|
|
7
|
+
import { T as j } from "./index-DK8dqEUQ.js";
|
|
8
8
|
import { S as z } from "./suspense-product-card-simple-Z-FddSb-.js";
|
|
9
9
|
const C = v.div`
|
|
10
10
|
display: grid;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
gap: 1.25rem;
|
|
5
|
-
color: var(--gray-950, #
|
|
5
|
+
color: var(--gray-950, #14161a);
|
|
6
6
|
justify-content: center;
|
|
7
7
|
|
|
8
8
|
& button {
|
|
9
|
-
width: fit-content
|
|
9
|
+
width: fit-content;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
& .block-group {
|
|
@@ -17,17 +17,17 @@
|
|
|
17
17
|
& .txt-block-subtitle {
|
|
18
18
|
font-size: 0.75rem;
|
|
19
19
|
font-weight: 400;
|
|
20
|
-
color: var(--gray-500);
|
|
20
|
+
color: var(--gray-500, #868c98);
|
|
21
21
|
}
|
|
22
22
|
& .txt-block-title {
|
|
23
23
|
font-size: 1.5rem;
|
|
24
24
|
font-weight: 600;
|
|
25
|
-
color: var(--gray-950, #
|
|
25
|
+
color: var(--gray-950, #14161a);
|
|
26
26
|
}
|
|
27
27
|
& .txt-block-description {
|
|
28
28
|
font-size: 0.875rem;
|
|
29
29
|
font-weight: 400;
|
|
30
|
-
color: var(--gray-700, #
|
|
30
|
+
color: var(--gray-700, #4e555f);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
@media (max-width: ${u.MOBILE_SIZE_PX+"px"}) {
|
|
@@ -37,4 +37,4 @@
|
|
|
37
37
|
font-size: 1.375rem;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
`,f=a.forwardRef((e,m)=>{const{title:o,subtitle:r,description:i,buttonText:
|
|
40
|
+
`,f=a.forwardRef((e,m)=>{const{title:o,subtitle:r,description:i,buttonText:c,buttonLink:n,onButtonAction:s=()=>{},...l}=e;return t.jsxs(b,{...l,children:[t.jsxs("div",{className:"block-group",children:[t.jsx("div",{className:"txt-block-subtitle",children:r}),t.jsx("div",{className:"txt-block-title",children:o}),t.jsx("div",{className:"txt-block-description",children:i})]}),t.jsx(x,{type:"button",btnType:"outline",borderRadius:"curved",onClick:()=>s(n),color:"gray",children:c})]})});exports.TextBlockV1=f;
|
|
@@ -7,11 +7,11 @@ const u = m.div`
|
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
gap: 1.25rem;
|
|
10
|
-
color: var(--gray-950, #
|
|
10
|
+
color: var(--gray-950, #14161a);
|
|
11
11
|
justify-content: center;
|
|
12
12
|
|
|
13
13
|
& button {
|
|
14
|
-
width: fit-content
|
|
14
|
+
width: fit-content;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
& .block-group {
|
|
@@ -22,17 +22,17 @@ const u = m.div`
|
|
|
22
22
|
& .txt-block-subtitle {
|
|
23
23
|
font-size: 0.75rem;
|
|
24
24
|
font-weight: 400;
|
|
25
|
-
color: var(--gray-500);
|
|
25
|
+
color: var(--gray-500, #868c98);
|
|
26
26
|
}
|
|
27
27
|
& .txt-block-title {
|
|
28
28
|
font-size: 1.5rem;
|
|
29
29
|
font-weight: 600;
|
|
30
|
-
color: var(--gray-950, #
|
|
30
|
+
color: var(--gray-950, #14161a);
|
|
31
31
|
}
|
|
32
32
|
& .txt-block-description {
|
|
33
33
|
font-size: 0.875rem;
|
|
34
34
|
font-weight: 400;
|
|
35
|
-
color: var(--gray-700, #
|
|
35
|
+
color: var(--gray-700, #4e555f);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
@media (max-width: ${f + "px"}) {
|