Skip to content

Commit

Permalink
Merge branch 'develop' into correct-toolbar-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov authored Jan 23, 2025
2 parents ebf3ceb + dd01212 commit dc9c6dd
Show file tree
Hide file tree
Showing 49 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/html/src/prompt/prompt-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const PromptView = (
{ showSearch && <Textarea resize="y" rows={1} placeholder="Ask or generate content with AI"></Textarea> }
{ suggestions &&
<div className="k-prompt-expander">
<IconTextButton fillMode={"flat"} icon="chevron-down">Prompt Suggestions</IconTextButton>
<IconTextButton fillMode={"flat"} icon="chevron-up">Prompt Suggestions</IconTextButton>
<div className="k-prompt-expander-content">
<>{suggestions}</>
</div>
</div>
}
{ settings &&
<div className="k-prompt-expander">
<IconTextButton fillMode={"flat"} icon="chevron-down">Settings</IconTextButton>
<IconTextButton fillMode={"flat"} icon="chevron-up">Settings</IconTextButton>
<div className="k-prompt-expander-content">
{settings}
</div>
Expand Down
Binary file modified tests/_output/bootstrap/chart-wizard/chart-wizard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/chart/chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/editor/editor-states.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/editor/editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/grid/grid-size-sm-comp-sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/icon/icons-svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/notification/notification-group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/notification/notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/pdf-viewer/pdf-viewer-annotations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/pdf-viewer/pdf-viewer-search-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/prompt/prompt-normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/propertygrid/propertygrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/spreadsheet/spreadsheet-filtering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/spreadsheet/spreadsheet-formula.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/spreadsheet/spreadsheet-tools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/spreadsheet/spreadsheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/toolbar/toolbar-fill-modes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/chart-wizard/chart-wizard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/chart/chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/editor/editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/icon/icons-svg.png
Binary file modified tests/_output/classic/prompt/prompt-normal.png
Binary file modified tests/_output/default/chart-wizard/chart-wizard.png
Binary file modified tests/_output/default/chart/chart.png
Binary file modified tests/_output/default/editor/editor.png
Binary file modified tests/_output/default/icon/icons-svg.png
Binary file modified tests/_output/default/prompt/prompt-normal.png
Binary file modified tests/_output/fluent/chart-wizard/chart-wizard.png
Binary file modified tests/_output/fluent/chart/chart.png
Binary file modified tests/_output/fluent/editor/editor-find-replace.png
Binary file modified tests/_output/fluent/editor/editor-states.png
Binary file modified tests/_output/fluent/editor/editor.png
Binary file modified tests/_output/fluent/icon/icons-svg.png
Binary file modified tests/_output/fluent/pdf-viewer/pdf-viewer-annotations.png
Binary file modified tests/_output/fluent/pdf-viewer/pdf-viewer-search-panel.png
Binary file modified tests/_output/fluent/prompt/prompt-normal.png
Binary file modified tests/_output/fluent/spreadsheet/spreadsheet-format-dialogs.png
Binary file modified tests/_output/fluent/toolbar/toolbar-fill-modes.png
Binary file modified tests/_output/material/chart/chart.png
Binary file modified tests/_output/material/editor/editor.png
Binary file modified tests/_output/material/icon/icons-svg.png
Binary file modified tests/_output/material/prompt/prompt-normal.png
8 changes: 4 additions & 4 deletions tests/prompt/prompt-normal.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
</span>
<div class="k-prompt-expander">
<button class="k-button k-button-md k-button-flat k-button-flat-base k-rounded-md">
<span class="k-button-icon k-icon k-svg-icon k-svg-i-chevron-down">
<span class="k-button-icon k-icon k-svg-icon k-svg-i-chevron-up">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="m382.059 158.059-126.06 126.06-126.061-126.06L96 192l159.999 160L416 192z"></path>
<path d="m129.941 353.941 126.06-126.06 126.061 126.06L416 320 256.001 160 96 320z"></path>
</svg>
</span>
<span class="k-button-text">Prompt Suggestions</span>
Expand Down Expand Up @@ -186,9 +186,9 @@
</span>
<div class="k-prompt-expander">
<button class="k-button k-button-md k-button-flat k-button-flat-base k-rounded-md">
<span class="k-button-icon k-icon k-svg-icon k-svg-i-chevron-down">
<span class="k-button-icon k-icon k-svg-icon k-svg-i-chevron-up">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="m382.059 158.059-126.06 126.06-126.061-126.06L96 192l159.999 160L416 192z"></path>
<path d="m129.941 353.941 126.06-126.06 126.061 126.06L416 320 256.001 160 96 320z"></path>
</svg>
</span>
<span class="k-button-text">Settings</span>
Expand Down

0 comments on commit dc9c6dd

Please sign in to comment.