@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.
@@ -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-BaLBHyTh.cjs"),v=require("./suspense-product-card-simple-CJwnghtt.cjs"),T=k.styled.div`
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-CsrdUl1x.js";
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, #14161A);
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, #14161A);
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, #4E555F);
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:n,buttonLink:c,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(c),color:"gray",children:n})]})});exports.TextBlockV1=f;
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, #14161A);
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, #14161A);
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, #4E555F);
35
+ color: var(--gray-700, #4e555f);
36
36
  }
37
37
 
38
38
  @media (max-width: ${f + "px"}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
- "version": "4.0.120",
3
+ "version": "4.0.122",
4
4
  "description": "React component library",
5
5
  "type": "module",
6
6
  "keywords": [