rbro-tat-uds 1.0.29 → 1.0.30
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +6 -0
package/dist/index.cjs.js
CHANGED
@@ -652,7 +652,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Je]+=1);const Lo=e=>p.createE
|
|
652
652
|
display: none;
|
653
653
|
}
|
654
654
|
}
|
655
|
-
`,U1=({label:e="Label",icon:t
|
655
|
+
`,U1=({label:e="Label",icon:t,selected:n=!1,disabled:o=!1,onClick:a,...c})=>s.jsxs(B1,{selected:n,disabled:o,onClick:()=>{!n&&!o&&a&&a()},...c,children:[s.jsxs(W1,{children:[t&&s.jsx(F,{icon:t,size:16}),s.jsx(Y1,{selected:n,disabled:o,"data-text":e,children:e})]}),s.jsx("div",{className:"tabActivityIndicator"})]}),G1=C.div`
|
656
656
|
display: flex;
|
657
657
|
gap: ${e=>e.$gap}px;
|
658
658
|
padding: ${e=>e.$padding};
|
@@ -1024,7 +1024,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Je]+=1);const Lo=e=>p.createE
|
|
1024
1024
|
${e=>e.$shape&&typeof e.$shape=="string"&&e.$shape==="circle"&&v`
|
1025
1025
|
border-radius: 99999px;
|
1026
1026
|
`}
|
1027
|
-
`,Ht=({intent:e="accent",variant:t="primary",icon:n="
|
1027
|
+
`,Ht=({intent:e="accent",variant:t="primary",icon:n="home",loading:o=!1,size:a="medium",shape:c="rounded",...l})=>s.jsx(ai,{$intent:e,$variant:t,$icon:n,$loading:o,$size:a,$shape:c,...l,children:o?s.jsx(gt,{size:a==="small"?16:20}):s.jsx(F,{icon:n,size:a==="small"?16:20,color:o?"transparent":l.disabled?r.gray_300:oi[e][t]})}),si={small:v`
|
1028
1028
|
width: 16px;
|
1029
1029
|
height: 16px;
|
1030
1030
|
border-radius: 4px;
|