rbro-tat-uds 1.4.9 → 1.4.11
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -790,7 +790,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[i2]+=1);const x6=e=>c.createE
|
|
790
790
|
}
|
791
791
|
`}
|
792
792
|
}
|
793
|
-
`,R0={primary:{intent:"accent",variant:"primary"},secondaryOutlined:{intent:"accent",variant:"secondaryOutlined"},secondaryOutlinedInfo:{intent:"info",variant:"secondaryOutlined"}},Z7=({filled:e=!1,title:n="Title",titleFontSize:o=20,titleFontWeight:i=700,text:a="Text",textFontSize:s=16,textFontWeight:d=400,icon:p,buttonVariant:C="secondaryOutlined",buttonLabel:f="Button",buttonGrow:x=!1,disabled:y=!1,buttonOnClick:v,...b})=>r.jsxs(D7,{$filled:e,$title:n,$titleFontSize:o,$titleFontWeight:i,$text:a,$textFontSize:s,$textFontWeight:d,$icon:p,$disabled:y,...b,children:[r.jsxs("div",{children:[r.jsxs("div",{children:[r.jsx("span",{children:n}),p&&r.jsx(R,{style:{marginTop:"2px"},icon:p,color:
|
793
|
+
`,R0={primary:{intent:"accent",variant:"primary"},secondaryOutlined:{intent:"accent",variant:"secondaryOutlined"},secondaryOutlinedInfo:{intent:"info",variant:"secondaryOutlined"}},Z7=({filled:e=!1,title:n="Title",titleFontSize:o=20,titleFontWeight:i=700,text:a="Text",textFontSize:s=16,textFontWeight:d=400,icon:p,buttonVariant:C="secondaryOutlined",buttonLabel:f="Button",buttonGrow:x=!1,disabled:y=!1,buttonOnClick:v,...b})=>r.jsxs(D7,{$filled:e,$title:n,$titleFontSize:o,$titleFontWeight:i,$text:a,$textFontSize:s,$textFontWeight:d,$icon:p,$disabled:y,...b,children:[r.jsxs("div",{children:[r.jsxs("div",{children:[r.jsx("span",{children:n}),p&&r.jsx(R,{style:{marginTop:"2px"},icon:p,color:t.gray_500,size:20})]}),typeof a=="string"&&a&&r.jsx("span",{children:a})]}),r.jsx("div",{children:r.jsx(N1,{width:x?"100%":"auto",onClick:v,label:f,disabled:y,intent:R0[C].intent,variant:R0[C].variant})})]}),H7={small:h`
|
794
794
|
height: 32px;
|
795
795
|
width: 32px;
|
796
796
|
border-radius: 8px;
|
@@ -3595,8 +3595,8 @@ See https://s-c.sh/2BAXzed for more info.`),window[i2]+=1);const x6=e=>c.createE
|
|
3595
3595
|
cursor: pointer;
|
3596
3596
|
padding: 12px 16px;
|
3597
3597
|
min-height: ${({$line1Text:e})=>e&&e.length?"79px":"60px"};
|
3598
|
-
height: auto;
|
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) {
|