summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/basic-tool.css
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-01-30 17:58:31 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-01-30 17:58:31 +0000
commitfe66ca163cbb9d689cf296c4c2f7a63414c1cf45 (patch)
treee330cc07e4ce3b68f64592f7c123cfa1ce77ef23 /packages/ui/src/components/basic-tool.css
parent20619a6a26ec0cfc2707b7ed13387715e9f9cdaa (diff)
downloadopencode-fe66ca163cbb9d689cf296c4c2f7a63414c1cf45.tar.gz
opencode-fe66ca163cbb9d689cf296c4c2f7a63414c1cf45.zip
chore: generate
Diffstat (limited to 'packages/ui/src/components/basic-tool.css')
-rw-r--r--packages/ui/src/components/basic-tool.css168
1 files changed, 84 insertions, 84 deletions
diff --git a/packages/ui/src/components/basic-tool.css b/packages/ui/src/components/basic-tool.css
index cc58cfa73..2c6bfeb67 100644
--- a/packages/ui/src/components/basic-tool.css
+++ b/packages/ui/src/components/basic-tool.css
@@ -1,97 +1,97 @@
[data-component="tool-trigger"] {
- content-visibility: auto;
- width: 100%;
- display: flex;
- align-items: center;
- align-self: stretch;
- gap: 20px;
- justify-content: space-between;
+ content-visibility: auto;
+ width: 100%;
+ display: flex;
+ align-items: center;
+ align-self: stretch;
+ gap: 20px;
+ justify-content: space-between;
- [data-slot="basic-tool-tool-trigger-content"] {
- width: 100%;
- display: flex;
- align-items: center;
- align-self: stretch;
- gap: 20px;
- }
+ [data-slot="basic-tool-tool-trigger-content"] {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ align-self: stretch;
+ gap: 20px;
+ }
- [data-slot="icon-svg"] {
- flex-shrink: 0;
- }
+ [data-slot="icon-svg"] {
+ flex-shrink: 0;
+ }
- [data-slot="basic-tool-tool-info"] {
- flex-grow: 1;
- min-width: 0;
- }
+ [data-slot="basic-tool-tool-info"] {
+ flex-grow: 1;
+ min-width: 0;
+ }
- [data-slot="basic-tool-tool-info-structured"] {
- width: 100%;
- display: flex;
- align-items: center;
- gap: 8px;
- justify-content: space-between;
- }
+ [data-slot="basic-tool-tool-info-structured"] {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ justify-content: space-between;
+ }
- [data-slot="basic-tool-tool-info-main"] {
- display: flex;
- align-items: center;
- gap: 8px;
- min-width: 0;
- overflow: hidden;
- }
+ [data-slot="basic-tool-tool-info-main"] {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ min-width: 0;
+ overflow: hidden;
+ }
- [data-slot="basic-tool-tool-title"] {
- flex-shrink: 0;
- font-family: var(--font-family-sans);
- font-size: var(--font-size-small);
- font-style: normal;
- font-weight: var(--font-weight-medium);
- line-height: var(--line-height-large);
- letter-spacing: var(--letter-spacing-normal);
- color: var(--text-base);
+ [data-slot="basic-tool-tool-title"] {
+ flex-shrink: 0;
+ font-family: var(--font-family-sans);
+ font-size: var(--font-size-small);
+ font-style: normal;
+ font-weight: var(--font-weight-medium);
+ line-height: var(--line-height-large);
+ letter-spacing: var(--letter-spacing-normal);
+ color: var(--text-base);
- &.capitalize {
- text-transform: capitalize;
- }
- }
+ &.capitalize {
+ text-transform: capitalize;
+ }
+ }
- [data-slot="basic-tool-tool-subtitle"] {
- flex-shrink: 1;
- min-width: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-family: var(--font-family-sans);
- font-size: var(--font-size-small);
- font-style: normal;
- font-weight: var(--font-weight-medium);
- line-height: var(--line-height-large);
- letter-spacing: var(--letter-spacing-normal);
- color: var(--text-weak);
+ [data-slot="basic-tool-tool-subtitle"] {
+ flex-shrink: 1;
+ min-width: 0;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ font-family: var(--font-family-sans);
+ font-size: var(--font-size-small);
+ font-style: normal;
+ font-weight: var(--font-weight-medium);
+ line-height: var(--line-height-large);
+ letter-spacing: var(--letter-spacing-normal);
+ color: var(--text-weak);
- &.clickable {
- cursor: pointer;
- text-decoration: underline;
- transition: color 0.15s ease;
+ &.clickable {
+ cursor: pointer;
+ text-decoration: underline;
+ transition: color 0.15s ease;
- &:hover {
- color: var(--text-base);
- }
- }
- }
+ &:hover {
+ color: var(--text-base);
+ }
+ }
+ }
- [data-slot="basic-tool-tool-arg"] {
- flex-shrink: 1;
- min-width: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-family: var(--font-family-sans);
- font-size: var(--font-size-small);
- font-style: normal;
- font-weight: var(--font-weight-regular);
- line-height: var(--line-height-large);
- letter-spacing: var(--letter-spacing-normal);
- color: var(--text-weak);
- }
+ [data-slot="basic-tool-tool-arg"] {
+ flex-shrink: 1;
+ min-width: 0;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ font-family: var(--font-family-sans);
+ font-size: var(--font-size-small);
+ font-style: normal;
+ font-weight: var(--font-weight-regular);
+ line-height: var(--line-height-large);
+ letter-spacing: var(--letter-spacing-normal);
+ color: var(--text-weak);
+ }
}