File tree Expand file tree Collapse file tree 6 files changed +0
-66
lines changed Expand file tree Collapse file tree 6 files changed +0
-66
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,8 @@ build({
5050 outfile : "./dist/index.slim.js" ,
5151 external : [
5252 ...options . external ,
53- "@radix-ui/react-checkbox" ,
5453 "@radix-ui/react-label" ,
5554 "@radix-ui/react-popover" ,
56- "@radix-ui/react-radio-group" ,
5755 "@radix-ui/react-select" ,
5856 "@radix-ui/react-tooltip" ,
5957 "class-variance-authority" ,
Original file line number Diff line number Diff line change 6363 "@interactjs/auto-start" : " 1.10.26" ,
6464 "@interactjs/interact" : " 1.10.26" ,
6565 "@mezh-hq/react-gridlines" : " 1.0.1" ,
66- "@radix-ui/react-checkbox" : " 1.0.4" ,
6766 "@radix-ui/react-label" : " 2.0.2" ,
6867 "@radix-ui/react-popover" : " 1.0.7" ,
69- "@radix-ui/react-radio-group" : " 1.1.3" ,
7068 "@radix-ui/react-select" : " 2.0.0" ,
7169 "@radix-ui/react-switch" : " 1.1.0" ,
7270 "@radix-ui/react-tooltip" : " 1.0.6" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- export * from "./checkbox" ;
21export * from "./input" ;
32export * from "./label" ;
43export * from "./popover" ;
5- export * from "./radio-group" ;
64export * from "./select" ;
75export * from "./switch" ;
86export * from "./typography" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments