build(deps): bump github.com/charmbracelet/bubbles from 0.7.9 to 0.13.0
Bumps github.com/charmbracelet/bubbles from 0.7.9 to 0.13.0.
Release notes
Sourced from github.com/charmbracelet/bubbles's releases.
v0.13.0
Textarea Bubble
This feature release includes a brand new
textareabubble that you can use to input as many lines of text as your heart desires (or until your computer memory runs out, whichever comes first).See the example code for a simple example of how to use the
textareain your Bubble Tea applications.Customization
There are a few ways to customize the text area.
SetHeight(height int): tells the component how many lines of text it should display at once.SetWidth(width int): tells the component how wide the it should be.ShowLineNumbers: whether or not to show line numbers on the left-hand side of a line of text.Prompt: the prompt to display on the left-hand side.EndOfBufferCharacter: the character to display as the line number after the last line to fill the rest of the height. Defaults to~.CharLimit: Prevents users from typing more than a set number of characters.KeyMap: The set of keybindings to navigate and interact with thetextarea.Styling
The
textareacan be customized heavily with Lip Gloss.
FocusedStyles: the styles to be applied while thetextareais focused.BlurredStyles: the styles to be applied while thetextareais focused.Each of the above properties has the below sub-properties that can be modified.
Base lipgloss.Style CursorLine lipgloss.Style CursorLineNumber lipgloss.Style EndOfBuffer lipgloss.Style LineNumber lipgloss.Style Placeholder lipgloss.Style Prompt lipgloss.Style Text lipgloss.StyleSee the split editors example for how to style the
textareacomponent.Read more about it in our examples and docs:
... (truncated)
Commits
3a34fc4fix(textarea): Add deleteWordRight2a2fb10fix(textarea): account for base styling frame when calculating width588393ffix(textinput): set cursor on initial value7cc5786feat(spinners): Construct new spinners withWithSpinner+WithStyleoptio...3899e1bfix(list): Disable Quit Key (#104)4c17624fix(timer): stop should returncmd(#138)2fd583cfeat(textarea): Add multi-line text input42f85b4docs: fix paginator example link (#177)4d0a0eadocs(spinner): correct comment about internal ID (#171)658a4fefeat: new Hamburger + Meter spinners (#172)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)