rbro-tat-uds 1.4.8 → 1.4.10
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/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -3594,9 +3594,9 @@ See https://s-c.sh/2BAXzed for more info.`),window[i2]+=1);const x6=e=>c.createE
|
|
3594
3594
|
width: 100%;
|
3595
3595
|
cursor: pointer;
|
3596
3596
|
padding: 12px 16px;
|
3597
|
-
min-height: 79px;
|
3598
|
-
height: auto;
|
3597
|
+
min-height: ${({$line1Text:e})=>e&&e.length?"79px":"60px"};
|
3599
3598
|
display: flex;
|
3599
|
+
height: auto;
|
3600
3600
|
flex-direction: column;
|
3601
3601
|
gap: 4px;
|
3602
3602
|
border-bottom: 1px solid ${t.gray_100};
|
@@ -3609,7 +3609,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[i2]+=1);const x6=e=>c.createE
|
|
3609
3609
|
& > div:nth-child(1) {
|
3610
3610
|
display: flex;
|
3611
3611
|
justify-content: space-between;
|
3612
|
-
align-items:
|
3612
|
+
align-items: flex-start;
|
3613
3613
|
gap: 2px;
|
3614
3614
|
|
3615
3615
|
& > span:nth-child(1) {
|
@@ -3673,7 +3673,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[i2]+=1);const x6=e=>c.createE
|
|
3673
3673
|
}
|
3674
3674
|
}
|
3675
3675
|
}
|
3676
|
-
`,E4=({title:e="",currency:n="RON",line1Text:o="",line2Text:i="",riscLevel:a=1,selected:s=!1,buttonOnClick:d,...p})=>r.jsxs(M4,{onClick:d,$line2Text:i,...p,"data-selected":s,children:[r.jsxs("div",{children:[r.jsx("span",{children:e??""}),r.jsx("span",{children:n??"RON"})]}),o&&o.length&&r.jsx("span",{children:o}),r.jsxs("div",{children:[i&&i.length&&r.jsx("span",{children:i}),r.jsxs("div",{children:[r.jsx("span",{children:"Risc:"}),r.jsx(P3,{value:a,stepWidth:5,height:16,stepGap:1})]})]})]}),S4=_.div`
|
3676
|
+
`,E4=({title:e="",currency:n="RON",line1Text:o="",line2Text:i="",riscLevel:a=1,selected:s=!1,buttonOnClick:d,...p})=>r.jsxs(M4,{onClick:d,$line2Text:i,$line1Text:o,...p,"data-selected":s,children:[r.jsxs("div",{children:[r.jsx("span",{children:e??""}),r.jsx("span",{children:n??"RON"})]}),o&&o.length&&r.jsx("span",{children:o}),r.jsxs("div",{children:[i&&i.length&&r.jsx("span",{children:i}),r.jsxs("div",{children:[r.jsx("span",{children:"Risc:"}),r.jsx(P3,{value:a,stepWidth:5,height:16,stepGap:1})]})]})]}),S4=_.div`
|
3677
3677
|
border-radius: 8px;
|
3678
3678
|
border: 1px solid ${t.gray_200};
|
3679
3679
|
overflow: hidden;
|