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.
- package/dist/components/Pill/Pill.d.ts +0 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -10
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
@@ -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,
|
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;
|