Skip to content

Commit

Permalink
release(toolbar): v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jan 13, 2025
1 parent fe56ee5 commit afecd4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
},
"toolbar": {
"react": true,
"version": "0.9.0",
"version": "0.9.1",
"style": true,
"icon": false,
"test": true,
Expand Down
2 changes: 1 addition & 1 deletion src/toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbar",
"version": "0.9.0",
"version": "0.9.1",
"description": "Application toolbar",
"luna": {
"react": true
Expand Down
2 changes: 1 addition & 1 deletion src/toolbar/react.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ const LunaToolbar: FC<PropsWithChildren<IToolbarProps>> = (props) => {
interface IToolbarItemProps {
disabled?: boolean
onChange?: (val: any, oldVal: any) => void
className?: string
}

const LunaToolbarItem: FC<
IToolbarItemProps & {
type: string
className?: string
dangerouslySetInnerHTML?: { __html: string }
}
> = (props) => {
Expand Down
2 changes: 1 addition & 1 deletion src/toolbar/story.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const def = story(
label="Show all"
/>
<LunaToolbarSpace />
<LunaToolbarHtml>
<LunaToolbarHtml className="custom-class">
<span
style={{
color: 'green',
Expand Down

0 comments on commit afecd4f

Please sign in to comment.