rbro-tat-uds 1.6.22 → 1.6.23

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.
@@ -4,7 +4,6 @@ interface PillProps extends HTMLAttributes<HTMLDivElement> {
4
4
  bgColor?: keyof typeof colors;
5
5
  textColor?: keyof typeof colors;
6
6
  fontWeight?: 200 | 300 | 400 | 500 | 700 | 800;
7
- variant?: "light" | "default";
8
7
  size?: "xsmall" | "small" | "medium";
9
8
  text?: string;
10
9
  radius?: string;
package/dist/index.cjs.js CHANGED
@@ -3572,7 +3572,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[g2]+=1);const U5=t=>e.createE
3572
3572
  font-weight: ${({$fontWeight:t})=>t&&[200,300,400,500,700,800].includes(t)?t:400};
3573
3573
 
3574
3574
  ${({$size:t})=>t&&Object.keys(Q2).includes(t)?Q2[t]:Q2.small};
3575
- `,p9=({bgColor:t="gray_950",textColor:i="white",fontWeight:a=400,variant:n="default",size:r="small",text:c="Utilizat",radius:o="99999px",...C})=>L.jsx(nt,{$bgColor:t,$textColor:i,$fontWeight:a,$variant:n,$size:r,$radius:o,...C,children:L.jsx("span",{children:c})}),rt=B.button`
3575
+ `,p9=({bgColor:t="gray_950",textColor:i="white",fontWeight:a=400,size:n="small",text:r="Utilizat",radius:c="99999px",...o})=>L.jsx(nt,{$bgColor:t,$textColor:i,$fontWeight:a,$size:n,$radius:c,...o,children:L.jsx("span",{children:r})}),rt=B.button`
3576
3576
  appearance: none;
3577
3577
  border: none;
3578
3578
  outline: none;