Skip to content

Commit fde84a7

Browse files
committed
apply change requests
1 parent 725fe23 commit fde84a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chartlets.js/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

chartlets.js/packages/lib/src/plugins/mui/Tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

chartlets.py/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)