You are creating 2 new tiddlers. New tiddler without tag or text but with focus on title. New tiddler1 with tag and text but not focus on title.
Try:
\define newtags() [[my-tag]]
\define newtext() my text
<$button class="tc-btn-invisible">{{$:/core/images/new-button}}
<$action-sendmessage $message="tm-new-tiddler" tags=<<newtags>> text=<<newtext>> />
</$button>
Transcluding the image not the button.
Birthe