File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/lib/src/plugins/mui Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## Version 0.1.8 (in development)
22
33* Fixed handling of ` style ` prop in ` Tabs ` component and added prop
4- ` iconPosition ` . (#135 )
4+ ` iconPosition ` . (#135 , # 136 )
55
66## Version 0.1.7 (from 2025/12/03)
77
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ interface TabState extends ComponentState {
1919 type : "Tab" ;
2020 label ?: string ;
2121 icon ?: string ;
22- iconPosition ?: "bottom" | "end" | "start" | "top" | undefined ;
22+ iconPosition ?: "bottom" | "end" | "start" | "top" ;
2323 disabled ?: boolean ;
2424 children ?: ComponentProps [ ] ;
2525}
Original file line number Diff line number Diff line change 11## Version 0.1.8 (in development)
22
3- * Added ` iconPosition ` to ` Tabs ` Component. (#135 )
3+ * Added ` iconPosition ` to ` Tabs ` Component. (#135 , # 136 )
44
55## Version 0.1.7 (from 2025/12/03)
66
You can’t perform that action at this time.
0 commit comments