rbro-tat-uds 1.5.13 → 1.5.14
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -1107,7 +1107,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[i2]+=1);const ft=e=>l.createE
|
|
1107
1107
|
&:disabled {
|
1108
1108
|
background-color: ${t.gray_100};
|
1109
1109
|
}
|
1110
|
-
`,G6=({size:e="medium",id:n,name:o,checked:i=!1,disabled:a=!1
|
1110
|
+
`,G6=({size:e="medium",id:n,name:o,checked:i=!1,disabled:a=!1,onChange:s=()=>{},...d})=>r.jsx(Y6,{type:"checkbox",$size:e,onChange:s,checked:i,disabled:a,id:n,name:o,...d}),U6=E.div`
|
1111
1111
|
width: 100%;
|
1112
1112
|
box-sizing: border-box;
|
1113
1113
|
display: flex;
|