@mcp-b/react-components 0.43.0 → 0.44.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CodeBlock-BjELA-_s.js → CodeBlock-Dl7a3Wqo.js} +1 -1
- package/dist/{FileTree-DMYRdT6R.js → FileTree-Uu3ZnW1u.js} +1 -1
- package/dist/{SetupChecklist-H1JRCIIe.js → SetupChecklist-DOp-zqjh.js} +1 -1
- package/dist/{Workspace-F3raHdYV.d.ts → Workspace-jdVZ9S0a.d.ts} +1 -1
- package/dist/{WorkspaceFile-BLaFmMrt.d.ts → WorkspaceFile-Dq-GC0_T.d.ts} +3 -1
- package/dist/{WorkspaceFileView-DWMKxX_u.js → WorkspaceFileView-BublZXky.js} +2 -2
- package/dist/components/agents-sdk/AgentActivity.js +1 -1
- package/dist/components/agents-sdk/AgentChat.js +10 -10
- package/dist/components/agents-sdk/BrowserLiveScreen.js +4 -1
- package/dist/components/agents-sdk/BrowserLiveView.js +1 -1
- package/dist/components/agents-sdk/BrowserReplay.js +1 -1
- package/dist/components/agents-sdk/BrowserRunPanel.js +1 -1
- package/dist/components/agents-sdk/ManagerOffice.js +4 -4
- package/dist/components/agents-sdk/McpConnectionRequest.js +2 -2
- package/dist/components/agents-sdk/McpConnectorForm.js +1 -1
- package/dist/components/agents-sdk/McpPluginCatalog.js +2 -2
- package/dist/components/agents-sdk/McpServerPicker.js +2 -2
- package/dist/components/agents-sdk/ModelSelector.js +3 -3
- package/dist/components/agents-sdk/PromptInputApproval.js +1 -1
- package/dist/components/agents-sdk/PromptInputCommands.js +1 -1
- package/dist/components/agents-sdk/SubagentRunIndicator.js +1 -1
- package/dist/components/agents-sdk/ThinkChatActivity.js +3 -3
- package/dist/components/agents-sdk/ThinkChatToolPanels.js +2 -2
- package/dist/components/agents-sdk/ThinkExecutionDetail.js +2 -2
- package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
- package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +3 -3
- package/dist/components/agents-sdk/ThinkFullApp.d.ts +2 -2
- package/dist/components/agents-sdk/ThinkFullApp.js +1 -1
- package/dist/components/agents-sdk/ThinkRecoveryNotice.js +3 -2
- package/dist/components/agents-sdk/ThinkRoutine.d.ts +1 -7
- package/dist/components/agents-sdk/ThinkRoutineBrowser.js +2 -2
- package/dist/components/agents-sdk/ThinkRoutineForm.d.ts +34 -18
- package/dist/components/agents-sdk/ThinkRoutineForm.js +395 -110
- package/dist/components/agents-sdk/ThinkRoutineLibrary.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkRoutineLibrary.js +3 -3
- package/dist/components/agents-sdk/ThinkRoutineRuns.js +1 -1
- package/dist/components/agents-sdk/ThinkSidepanel.d.ts +4 -4
- package/dist/components/agents-sdk/ThinkSidepanel.js +71 -16
- package/dist/components/agents-sdk/ThinkThreadPicker.js +3 -3
- package/dist/components/agents-sdk/Workspace.d.ts +1 -1
- package/dist/components/agents-sdk/Workspace.js +13 -3
- package/dist/components/agents-sdk/WorkspaceBrowser.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
- package/dist/components/agents-sdk/WorkspaceExplorer.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceExplorer.js +1 -1
- package/dist/components/agents-sdk/WorkspaceFile.d.ts +2 -2
- package/dist/components/agents-sdk/WorkspaceFile.js +18 -1
- package/dist/components/agents-sdk/WorkspaceFileView.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
- package/dist/components/agents-sdk/WorkspaceHeader.js +1 -1
- package/dist/components/agents-sdk/WorkspaceMountManager.js +2 -2
- package/dist/components/ai-sdk/Activity.js +1 -1
- package/dist/components/ai-sdk/AgentChatStartScreen.js +1 -1
- package/dist/components/ai-sdk/Approval.js +2 -2
- package/dist/components/ai-sdk/Artifact.js +1 -1
- package/dist/components/ai-sdk/ChainOfThought.d.ts +1 -1
- package/dist/components/ai-sdk/ChainOfThought.js +1 -1
- package/dist/components/ai-sdk/Checkpoint.js +1 -1
- package/dist/components/ai-sdk/CodeBlock.js +1 -1
- package/dist/components/ai-sdk/ConnectedAppCards.d.ts +106 -0
- package/dist/components/ai-sdk/ConnectedAppCards.js +416 -0
- package/dist/components/ai-sdk/Conversation.js +1 -1
- package/dist/components/ai-sdk/Goal.js +1 -1
- package/dist/components/ai-sdk/InlineCitation.js +1 -1
- package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
- package/dist/components/ai-sdk/Message.js +1 -1
- package/dist/components/ai-sdk/MessageScroller.js +1 -1
- package/dist/components/ai-sdk/MessageScrollerVirtual.js +1 -1
- package/dist/components/ai-sdk/Plan.js +1 -1
- package/dist/components/ai-sdk/PromptInput.js +3 -3
- package/dist/components/ai-sdk/Queue.js +2 -2
- package/dist/components/ai-sdk/Reasoning.js +2 -2
- package/dist/components/ai-sdk/Sources.js +1 -1
- package/dist/components/ai-sdk/Task.js +1 -1
- package/dist/components/ai-sdk/ToolInvocation.js +1 -1
- package/dist/components/extension/ChatGptSignInScreen.d.ts +1 -3
- package/dist/components/extension/ChatGptSignInScreen.js +7 -20
- package/dist/components/extension/CodexModelSelector.js +2 -2
- package/dist/components/extension/ConversationTabPicker.js +2 -2
- package/dist/components/foundations/Checkbox.js +1 -1
- package/dist/components/foundations/Collapsible.js +1 -1
- package/dist/components/foundations/ContextMenu.js +1 -1
- package/dist/components/foundations/DescriptionList.d.ts +3 -0
- package/dist/components/foundations/DescriptionList.js +2 -1
- package/dist/components/foundations/Menubar.js +1 -1
- package/dist/components/foundations/SearchField.js +1 -1
- package/dist/components/foundations/Select.js +1 -1
- package/dist/components/foundations/Stepper.js +1 -1
- package/dist/components/foundations/Toast.js +1 -1
- package/dist/components/foundations/icons.d.ts +2 -2
- package/dist/components/foundations/icons.js +2 -2
- package/dist/components/general-purpose/Commit.js +2 -2
- package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
- package/dist/components/general-purpose/FileTree.js +1 -1
- package/dist/components/general-purpose/PricingPlanCard.js +1 -1
- package/dist/components/general-purpose/PricingUsageCalculator.js +1 -1
- package/dist/components/general-purpose/ResponsiveSidebarShell.js +1 -1
- package/dist/components/general-purpose/SettingsFormDialog.js +2 -2
- package/dist/components/general-purpose/SetupChecklist.js +1 -1
- package/dist/components/general-purpose/Terminal.js +2 -2
- package/dist/components/general-purpose/TestResults.js +1 -1
- package/dist/components/general-purpose/ThemeModeControl.js +1 -1
- package/dist/components/general-purpose/WebPreview.js +2 -2
- package/dist/components/nanites/AgentConnection.js +2 -2
- package/dist/components/nanites/AgentToolDetail.js +1 -1
- package/dist/{copy-button-lys9N_aI.js → copy-button-DHhf-J1d.js} +1 -1
- package/dist/{icons-0corjfxR.d.ts → icons-6ZnyZJiR.d.ts} +6 -1
- package/dist/{icons-CVFSeTJn.js → icons-Dw-im7lg.js} +4 -3
- package/dist/styles/browser-live-screen.css +3 -0
- package/dist/styles/button.css +1 -5
- package/dist/styles/chatgpt-sign-in-screen.css +87 -43
- package/dist/styles/connected-app-card.css +54 -0
- package/dist/styles/description-list.css +25 -0
- package/dist/styles/index.css +1 -0
- package/dist/styles/think-routine-library.css +28 -0
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
2
|
import "react";
|
|
3
|
-
import { Collapsible as Collapsible$1 } from "@base-ui/react/collapsible";
|
|
4
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
import { Collapsible as Collapsible$1 } from "@base-ui/react/collapsible";
|
|
5
5
|
//#region src/components/foundations/Collapsible.tsx
|
|
6
6
|
/**
|
|
7
7
|
* Container that groups all collapsible parts. Renders a `<div>` element.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { _ as DotIcon, d as CheckIcon } from "../../icons-
|
|
2
|
+
import { _ as DotIcon, d as CheckIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import { ContextMenu as ContextMenu$1 } from "@base-ui/react/context-menu";
|
|
@@ -3,8 +3,11 @@ import * as React from "react";
|
|
|
3
3
|
//#region src/components/foundations/DescriptionList.d.ts
|
|
4
4
|
interface DescriptionListRootProps extends React.HTMLAttributes<HTMLDListElement> {
|
|
5
5
|
variant?: "plain" | "divided";
|
|
6
|
+
/** End-aligned values for settings facts; start-aligned for labeled content. */
|
|
7
|
+
align?: "end" | "start";
|
|
6
8
|
}
|
|
7
9
|
declare function DescriptionListRoot({
|
|
10
|
+
align,
|
|
8
11
|
className,
|
|
9
12
|
ref,
|
|
10
13
|
variant,
|
|
@@ -2,10 +2,11 @@ import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
//#region src/components/foundations/DescriptionList.tsx
|
|
5
|
-
function DescriptionListRoot({ className, ref, variant = "plain", ...props }) {
|
|
5
|
+
function DescriptionListRoot({ align = "end", className, ref, variant = "plain", ...props }) {
|
|
6
6
|
return /* @__PURE__ */ jsx("dl", {
|
|
7
7
|
ref,
|
|
8
8
|
className: cx("description-list", className),
|
|
9
|
+
"data-align": align,
|
|
9
10
|
"data-variant": variant,
|
|
10
11
|
...props
|
|
11
12
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { _ as DotIcon, d as CheckIcon } from "../../icons-
|
|
2
|
+
import { _ as DotIcon, d as CheckIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { buttonVariants } from "./Button.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import {
|
|
2
|
+
import { W as SearchIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { Field } from "./Field.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
//#region src/components/foundations/SearchField.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { a as ArrowUpIcon, d as CheckIcon, n as ArrowDownIcon } from "../../icons-
|
|
2
|
+
import { a as ArrowUpIcon, d as CheckIcon, n as ArrowDownIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import { Select as Select$1 } from "@base-ui/react/select";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import {
|
|
2
|
+
import { d as CheckIcon, q as SpinnerIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { Tabs } from "./Tabs.js";
|
|
4
4
|
import * as React from "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import {
|
|
2
|
+
import { nt as XIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { buttonVariants } from "./Button.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export { ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, BookmarkIcon, BoxIcon, BrainIcon, BrandIconProps, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronRightIcon, CodeIcon, CopyIcon, DiscordIcon, DotIcon, DownloadIcon, EllipsisIcon, EyeIcon, EyeOffIcon, FileIcon, FolderIcon, FolderOpenIcon, IconProps, InfoIcon, KeyboardIcon, LinkIcon, MaximizeIcon, McpIcon, MessageSquareIcon, MicrophoneIcon, MinusIcon, MonitorIcon, MoonIcon, MoveToFrontIcon, PaperclipIcon, PauseIcon, PencilIcon, PlayIcon, PlusIcon, QueueIcon, RefreshIcon, SearchIcon, SidebarIcon, SlackIcon, SpinnerIcon, SquareIcon, StopIcon, SunIcon, TargetIcon, TerminalIcon, TrashIcon, WarningIcon, WrenchIcon, XIcon };
|
|
1
|
+
import { $ as TargetIcon, A as MailIcon, B as PauseIcon, C as FileIcon, D as InfoIcon, E as IconProps, F as MinusIcon, G as RefreshIcon, H as PlayIcon, I as MonitorIcon, J as SlackIcon, K as SearchIcon, L as MoonIcon, M as McpIcon, N as MessageSquareIcon, O as KeyboardIcon, P as MicrophoneIcon, Q as SunIcon, R as MoveToFrontIcon, S as EyeOffIcon, T as FolderOpenIcon, U as PlusIcon, V as PencilIcon, W as QueueIcon, X as SquareIcon, Y as SpinnerIcon, Z as StopIcon, _ as DiscordIcon, a as ArrowUpIcon, b as EllipsisIcon, c as BoxIcon, d as CalendarIcon, et as TerminalIcon, f as CheckIcon, g as CopyIcon, h as CodeIcon, i as ArrowRightIcon, it as XIcon, j as MaximizeIcon, k as LinkIcon, l as BrainIcon, m as ChevronRightIcon, n as ArrowDownIcon, nt as WarningIcon, o as ArrowUpRightIcon, p as ChevronDownIcon, q as SidebarIcon, r as ArrowLeftIcon, rt as WrenchIcon, s as BookmarkIcon, t as ArchiveIcon, tt as TrashIcon, u as BrandIconProps, v as DotIcon, w as FolderIcon, x as EyeIcon, y as DownloadIcon, z as PaperclipIcon } from "../../icons-6ZnyZJiR.js";
|
|
2
|
+
export { ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, BookmarkIcon, BoxIcon, BrainIcon, BrandIconProps, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronRightIcon, CodeIcon, CopyIcon, DiscordIcon, DotIcon, DownloadIcon, EllipsisIcon, EyeIcon, EyeOffIcon, FileIcon, FolderIcon, FolderOpenIcon, IconProps, InfoIcon, KeyboardIcon, LinkIcon, MailIcon, MaximizeIcon, McpIcon, MessageSquareIcon, MicrophoneIcon, MinusIcon, MonitorIcon, MoonIcon, MoveToFrontIcon, PaperclipIcon, PauseIcon, PencilIcon, PlayIcon, PlusIcon, QueueIcon, RefreshIcon, SearchIcon, SidebarIcon, SlackIcon, SpinnerIcon, SquareIcon, StopIcon, SunIcon, TargetIcon, TerminalIcon, TrashIcon, WarningIcon, WrenchIcon, XIcon };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export { ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, BookmarkIcon, BoxIcon, BrainIcon, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronRightIcon, CodeIcon, CopyIcon, DiscordIcon, DotIcon, DownloadIcon, EllipsisIcon, EyeIcon, EyeOffIcon, FileIcon, FolderIcon, FolderOpenIcon, InfoIcon, KeyboardIcon, LinkIcon, MaximizeIcon, McpIcon, MessageSquareIcon, MicrophoneIcon, MinusIcon, MonitorIcon, MoonIcon, MoveToFrontIcon, PaperclipIcon, PauseIcon, PencilIcon, PlayIcon, PlusIcon, QueueIcon, RefreshIcon, SearchIcon, SidebarIcon, SlackIcon, SpinnerIcon, SquareIcon, StopIcon, SunIcon, TargetIcon, TerminalIcon, TrashIcon, WarningIcon, WrenchIcon, XIcon };
|
|
1
|
+
import { $ as TrashIcon, A as McpIcon, B as PlayIcon, C as FolderIcon, D as LinkIcon, E as KeyboardIcon, F as MoonIcon, G as SidebarIcon, H as QueueIcon, I as MoveToFrontIcon, J as SquareIcon, K as SlackIcon, L as PaperclipIcon, M as MicrophoneIcon, N as MinusIcon, O as MailIcon, P as MonitorIcon, Q as TerminalIcon, R as PauseIcon, S as FileIcon, T as InfoIcon, U as RefreshIcon, V as PlusIcon, W as SearchIcon, X as SunIcon, Y as StopIcon, Z as TargetIcon, _ as DotIcon, a as ArrowUpIcon, b as EyeIcon, c as BoxIcon, d as CheckIcon, et as WarningIcon, f as ChevronDownIcon, g as DiscordIcon, h as CopyIcon, i as ArrowRightIcon, j as MessageSquareIcon, k as MaximizeIcon, l as BrainIcon, m as CodeIcon, n as ArrowDownIcon, nt as XIcon, o as ArrowUpRightIcon, p as ChevronRightIcon, q as SpinnerIcon, r as ArrowLeftIcon, s as BookmarkIcon, t as ArchiveIcon, tt as WrenchIcon, u as CalendarIcon, v as DownloadIcon, w as FolderOpenIcon, x as EyeOffIcon, y as EllipsisIcon, z as PencilIcon } from "../../icons-Dw-im7lg.js";
|
|
2
|
+
export { ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, BookmarkIcon, BoxIcon, BrainIcon, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronRightIcon, CodeIcon, CopyIcon, DiscordIcon, DotIcon, DownloadIcon, EllipsisIcon, EyeIcon, EyeOffIcon, FileIcon, FolderIcon, FolderOpenIcon, InfoIcon, KeyboardIcon, LinkIcon, MailIcon, MaximizeIcon, McpIcon, MessageSquareIcon, MicrophoneIcon, MinusIcon, MonitorIcon, MoonIcon, MoveToFrontIcon, PaperclipIcon, PauseIcon, PencilIcon, PlayIcon, PlusIcon, QueueIcon, RefreshIcon, SearchIcon, SidebarIcon, SlackIcon, SpinnerIcon, SquareIcon, StopIcon, SunIcon, TargetIcon, TerminalIcon, TrashIcon, WarningIcon, WrenchIcon, XIcon };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
+
import { S as FileIcon, p as ChevronRightIcon } from "../../icons-Dw-im7lg.js";
|
|
2
3
|
import { Collapsible } from "../foundations/Collapsible.js";
|
|
3
|
-
import {
|
|
4
|
-
import { t as CopyButton } from "../../copy-button-lys9N_aI.js";
|
|
4
|
+
import { t as CopyButton } from "../../copy-button-DHhf-J1d.js";
|
|
5
5
|
import { Avatar } from "../foundations/Avatar.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { b as EyeIcon, x as EyeOffIcon } from "../../icons-
|
|
3
|
-
import { t as CopyButton } from "../../copy-button-
|
|
2
|
+
import { b as EyeIcon, x as EyeOffIcon } from "../../icons-Dw-im7lg.js";
|
|
3
|
+
import { t as CopyButton } from "../../copy-button-DHhf-J1d.js";
|
|
4
4
|
import { Switch } from "../foundations/Switch.js";
|
|
5
5
|
import * as React from "react";
|
|
6
6
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as FileTreeIcon, i as FileTreeFolder, n as FileTreeActions, o as FileTreeName, r as FileTreeFile, t as FileTree } from "../../FileTree-
|
|
1
|
+
import { a as FileTreeIcon, i as FileTreeFolder, n as FileTreeActions, o as FileTreeName, r as FileTreeFile, t as FileTree } from "../../FileTree-Uu3ZnW1u.js";
|
|
2
2
|
export { FileTree, FileTreeActions, FileTreeFile, FileTreeFolder, FileTreeIcon, FileTreeName };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import {
|
|
2
|
+
import { N as MinusIcon, T as InfoIcon, d as CheckIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { IconButton } from "../foundations/IconButton.js";
|
|
5
5
|
import { Separator } from "../foundations/Separator.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
2
|
import { Separator } from "../foundations/Separator.js";
|
|
3
|
-
import { Card } from "../foundations/Card.js";
|
|
4
3
|
import { Slider } from "../foundations/Slider.js";
|
|
5
4
|
import { Progress } from "../foundations/Progress.js";
|
|
5
|
+
import { Card } from "../foundations/Card.js";
|
|
6
6
|
import { formatPricingUsage, getUsagePrice } from "./Pricing.js";
|
|
7
7
|
import * as React from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import {
|
|
2
|
+
import { G as SidebarIcon, et as WarningIcon, f as ChevronDownIcon, r as ArrowLeftIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { t as capitalize } from "../../format-DB2mX9DA.js";
|
|
5
5
|
import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Button } from "../foundations/Button.js";
|
|
2
|
-
import { Field } from "../foundations/Field.js";
|
|
3
|
-
import { Form } from "../foundations/Form.js";
|
|
4
2
|
import { Dialog } from "../foundations/Dialog.js";
|
|
5
3
|
import { i as formatErrorMessage } from "../../format-DB2mX9DA.js";
|
|
4
|
+
import { Field } from "../foundations/Field.js";
|
|
5
|
+
import { Form } from "../foundations/Form.js";
|
|
6
6
|
import { Checkbox } from "../foundations/Checkbox.js";
|
|
7
7
|
import * as React from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SetupChecklistGroup, t as SetupChecklistAction } from "../../SetupChecklist-
|
|
1
|
+
import { n as SetupChecklistGroup, t as SetupChecklistAction } from "../../SetupChecklist-DOp-zqjh.js";
|
|
2
2
|
export { SetupChecklistAction, SetupChecklistGroup };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import {
|
|
2
|
+
import { Q as TerminalIcon, nt as XIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { IconButton } from "../foundations/IconButton.js";
|
|
4
|
-
import { t as CopyButton } from "../../copy-button-lys9N_aI.js";
|
|
5
4
|
import { ScrollArea } from "../foundations/ScrollArea.js";
|
|
5
|
+
import { t as CopyButton } from "../../copy-button-DHhf-J1d.js";
|
|
6
6
|
import * as React from "react";
|
|
7
7
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
import Anser from "anser";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
+
import { d as CheckIcon, nt as XIcon, p as ChevronRightIcon, q as SpinnerIcon } from "../../icons-Dw-im7lg.js";
|
|
2
3
|
import { Collapsible } from "../foundations/Collapsible.js";
|
|
3
|
-
import { K as SpinnerIcon, d as CheckIcon, p as ChevronRightIcon, tt as XIcon } from "../../icons-CVFSeTJn.js";
|
|
4
4
|
import { Progress } from "../foundations/Progress.js";
|
|
5
5
|
import * as React from "react";
|
|
6
6
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { F as MoonIcon, P as MonitorIcon, X as SunIcon } from "../../icons-Dw-im7lg.js";
|
|
2
2
|
import { useTheme } from "../foundations/ThemeProvider.js";
|
|
3
3
|
import { Radio, RadioGroup } from "../foundations/RadioGroup.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import {
|
|
3
|
-
import { H as RefreshIcon, f as ChevronDownIcon, i as ArrowRightIcon, r as ArrowLeftIcon } from "../../icons-CVFSeTJn.js";
|
|
2
|
+
import { U as RefreshIcon, f as ChevronDownIcon, i as ArrowRightIcon, r as ArrowLeftIcon } from "../../icons-Dw-im7lg.js";
|
|
4
3
|
import { IconButton } from "../foundations/IconButton.js";
|
|
4
|
+
import { Collapsible } from "../foundations/Collapsible.js";
|
|
5
5
|
import { ScrollArea } from "../foundations/ScrollArea.js";
|
|
6
6
|
import { Input } from "../foundations/Input.js";
|
|
7
7
|
import * as React from "react";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { D as LinkIcon } from "../../icons-
|
|
2
|
+
import { D as LinkIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
|
-
import { a as CodeBlockCopyButton, i as CodeBlockContent, n as CodeBlockActions, p as CodeBlockTitle, r as CodeBlockContainer, s as CodeBlockHeader, t as CodeBlock } from "../../CodeBlock-BjELA-_s.js";
|
|
5
4
|
import { Popover } from "../foundations/Popover.js";
|
|
5
|
+
import { a as CodeBlockCopyButton, i as CodeBlockContent, n as CodeBlockActions, p as CodeBlockTitle, r as CodeBlockContainer, s as CodeBlockHeader, t as CodeBlock } from "../../CodeBlock-Dl7a3Wqo.js";
|
|
6
6
|
import { ToggleGroup } from "../foundations/ToggleGroup.js";
|
|
7
7
|
import * as React from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { r as ArrowLeftIcon } from "../../icons-
|
|
2
|
+
import { r as ArrowLeftIcon } from "../../icons-Dw-im7lg.js";
|
|
3
3
|
import { TransitionSurface } from "../foundations/TransitionSurface.js";
|
|
4
4
|
import { AppTopBar } from "../general-purpose/AppTopBar.js";
|
|
5
5
|
import { SubagentRunMilestone, SubagentRunMilestones, SubagentRunProgress } from "../agents-sdk/SubagentRunDetails.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as CheckIcon, h as CopyIcon } from "./icons-
|
|
1
|
+
import { d as CheckIcon, h as CopyIcon } from "./icons-Dw-im7lg.js";
|
|
2
2
|
import { IconButton } from "./components/foundations/IconButton.js";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -253,6 +253,11 @@ declare const MessageSquareIcon: ({
|
|
|
253
253
|
strokeWidth,
|
|
254
254
|
...props
|
|
255
255
|
}: IconProps) => import("react").JSX.Element;
|
|
256
|
+
declare const MailIcon: ({
|
|
257
|
+
size,
|
|
258
|
+
strokeWidth,
|
|
259
|
+
...props
|
|
260
|
+
}: IconProps) => import("react").JSX.Element;
|
|
256
261
|
declare const McpIcon: ({
|
|
257
262
|
size,
|
|
258
263
|
...props
|
|
@@ -286,4 +291,4 @@ declare const MaximizeIcon: ({
|
|
|
286
291
|
...props
|
|
287
292
|
}: IconProps) => import("react").JSX.Element;
|
|
288
293
|
//#endregion
|
|
289
|
-
export {
|
|
294
|
+
export { TargetIcon as $, MailIcon as A, PauseIcon as B, FileIcon as C, InfoIcon as D, IconProps as E, MinusIcon as F, RefreshIcon as G, PlayIcon as H, MonitorIcon as I, SlackIcon as J, SearchIcon as K, MoonIcon as L, McpIcon as M, MessageSquareIcon as N, KeyboardIcon as O, MicrophoneIcon as P, SunIcon as Q, MoveToFrontIcon as R, EyeOffIcon as S, FolderOpenIcon as T, PlusIcon as U, PencilIcon as V, QueueIcon as W, SquareIcon as X, SpinnerIcon as Y, StopIcon as Z, DiscordIcon as _, ArrowUpIcon as a, EllipsisIcon as b, BoxIcon as c, CalendarIcon as d, TerminalIcon as et, CheckIcon as f, CopyIcon as g, CodeIcon as h, ArrowRightIcon as i, XIcon as it, MaximizeIcon as j, LinkIcon as k, BrainIcon as l, ChevronRightIcon as m, ArrowDownIcon as n, WarningIcon as nt, ArrowUpRightIcon as o, ChevronDownIcon as p, SidebarIcon as q, ArrowLeftIcon as r, WrenchIcon as rt, BookmarkIcon as s, ArchiveIcon as t, TrashIcon as tt, BrandIconProps as u, DotIcon as v, FolderIcon as w, EyeIcon as x, DownloadIcon as y, PaperclipIcon as z };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as cx } from "./class-names-BiMDVpUo.js";
|
|
2
|
-
import {
|
|
3
|
-
import { Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Bookmark, Box, Brain, CalendarDays, Check, ChevronDown, ChevronRight, CircleStop, CodeXml, Copy, CornerDownRight, Dot, Download, Ellipsis, Eye, EyeOff, File, Folder, FolderOpen, Info, Keyboard, Link2, ListRestart, LoaderCircle, Maximize2, MessageSquare, Mic, Minus, Monitor, Moon, PanelLeft, Paperclip, Pause, Pencil, Play, Plus, RefreshCw, Search, Square, Sun, Target, Terminal, Trash2, TriangleAlert, Wrench, X } from "lucide-react";
|
|
2
|
+
import { Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Bookmark, Box, Brain, CalendarDays, Check, ChevronDown, ChevronRight, CircleStop, CodeXml, Copy, CornerDownRight, Dot, Download, Ellipsis, Eye, EyeOff, File, Folder, FolderOpen, Info, Keyboard, Link2, ListRestart, LoaderCircle, Mail, Maximize2, MessageSquare, Mic, Minus, Monitor, Moon, PanelLeft, Paperclip, Pause, Pencil, Play, Plus, RefreshCw, Search, Square, Sun, Target, Terminal, Trash2, TriangleAlert, Wrench, X } from "lucide-react";
|
|
4
3
|
import { FaSlack } from "react-icons/fa6";
|
|
5
4
|
import { SiDiscord, SiModelcontextprotocol } from "react-icons/si";
|
|
5
|
+
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/_internal/icons.tsx
|
|
7
7
|
function icon(Component) {
|
|
8
8
|
return function DesignSystemIcon({ size = 16, strokeWidth = 1.75, ...props }) {
|
|
@@ -82,6 +82,7 @@ const WrenchIcon = icon(Wrench);
|
|
|
82
82
|
const InfoIcon = icon(Info);
|
|
83
83
|
const MonitorIcon = icon(Monitor);
|
|
84
84
|
const MessageSquareIcon = icon(MessageSquare);
|
|
85
|
+
const MailIcon = icon(Mail);
|
|
85
86
|
const McpIcon = brandIcon(SiModelcontextprotocol);
|
|
86
87
|
const DiscordIcon = brandIcon(SiDiscord);
|
|
87
88
|
const SlackIcon = brandIcon(FaSlack);
|
|
@@ -90,4 +91,4 @@ const SunIcon = icon(Sun);
|
|
|
90
91
|
const TargetIcon = icon(Target);
|
|
91
92
|
const MaximizeIcon = icon(Maximize2);
|
|
92
93
|
//#endregion
|
|
93
|
-
export {
|
|
94
|
+
export { TrashIcon as $, McpIcon as A, PlayIcon as B, FolderIcon as C, LinkIcon as D, KeyboardIcon as E, MoonIcon as F, SidebarIcon as G, QueueIcon as H, MoveToFrontIcon as I, SquareIcon as J, SlackIcon as K, PaperclipIcon as L, MicrophoneIcon as M, MinusIcon as N, MailIcon as O, MonitorIcon as P, TerminalIcon as Q, PauseIcon as R, FileIcon as S, InfoIcon as T, RefreshIcon as U, PlusIcon as V, SearchIcon as W, SunIcon as X, StopIcon as Y, TargetIcon as Z, DotIcon as _, ArrowUpIcon as a, EyeIcon as b, BoxIcon as c, CheckIcon as d, WarningIcon as et, ChevronDownIcon as f, DiscordIcon as g, CopyIcon as h, ArrowRightIcon as i, MessageSquareIcon as j, MaximizeIcon as k, BrainIcon as l, CodeIcon as m, ArrowDownIcon as n, XIcon as nt, ArrowUpRightIcon as o, ChevronRightIcon as p, SpinnerIcon as q, ArrowLeftIcon as r, BookmarkIcon as s, ArchiveIcon as t, WrenchIcon as tt, CalendarIcon as u, DownloadIcon as v, FolderOpenIcon as w, EyeOffIcon as x, EllipsisIcon as y, PencilIcon as z };
|
package/dist/styles/button.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
--sigvelo-recipe-button-padding-inline: var(--sigvelo-spacing-3);
|
|
4
4
|
--sigvelo-recipe-button-font-size: var(--sigvelo-control-text-md);
|
|
5
5
|
--sigvelo-recipe-button-icon-size: var(--sigvelo-control-icon-size-md);
|
|
6
|
-
--sigvelo-recipe-button-radius: var(--sigvelo-radius
|
|
6
|
+
--sigvelo-recipe-button-radius: var(--sigvelo-recipe-control-radius);
|
|
7
7
|
|
|
8
8
|
display: inline-flex;
|
|
9
9
|
align-items: center;
|
|
@@ -55,8 +55,6 @@
|
|
|
55
55
|
/* Normal appearance */
|
|
56
56
|
|
|
57
57
|
.button--normal.button--primary {
|
|
58
|
-
--sigvelo-recipe-button-radius: var(--sigvelo-radius-full);
|
|
59
|
-
|
|
60
58
|
background-color: var(--sigvelo-color-primary-bg);
|
|
61
59
|
color: var(--sigvelo-color-primary-text-on-bg);
|
|
62
60
|
}
|
|
@@ -169,7 +167,6 @@
|
|
|
169
167
|
--sigvelo-recipe-button-padding-inline: var(--sigvelo-control-padding-inline-xs);
|
|
170
168
|
--sigvelo-recipe-button-font-size: var(--sigvelo-control-text-xs);
|
|
171
169
|
--sigvelo-recipe-button-icon-size: var(--sigvelo-control-icon-size-xs);
|
|
172
|
-
--sigvelo-recipe-button-radius: var(--sigvelo-radius-sm);
|
|
173
170
|
}
|
|
174
171
|
|
|
175
172
|
.button--sm {
|
|
@@ -177,7 +174,6 @@
|
|
|
177
174
|
--sigvelo-recipe-button-padding-inline: var(--sigvelo-control-padding-inline-sm);
|
|
178
175
|
--sigvelo-recipe-button-font-size: var(--sigvelo-control-text-sm);
|
|
179
176
|
--sigvelo-recipe-button-icon-size: var(--sigvelo-control-icon-size-sm);
|
|
180
|
-
--sigvelo-recipe-button-radius: var(--sigvelo-radius-sm);
|
|
181
177
|
}
|
|
182
178
|
|
|
183
179
|
.button--md {
|
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
.chatgpt-sign-in {
|
|
2
|
+
--chatgpt-sign-in-brand-bg: light-dark(#006d9f, #63c7e8);
|
|
3
|
+
--chatgpt-sign-in-brand-text: light-dark(#fff, #061118);
|
|
4
|
+
--chatgpt-sign-in-brand-text-muted: light-dark(#e5f6fc, #163440);
|
|
5
|
+
--sigvelo-color-text: var(--chatgpt-sign-in-brand-text);
|
|
6
|
+
--sigvelo-color-text-muted: var(--chatgpt-sign-in-brand-text-muted);
|
|
7
|
+
--sigvelo-color-neutral-text-on-subtle: var(--chatgpt-sign-in-brand-text-muted);
|
|
8
|
+
--sigvelo-color-primary-bg: var(--chatgpt-sign-in-brand-text);
|
|
9
|
+
--sigvelo-color-primary-bg-muted: var(--chatgpt-sign-in-brand-text-muted);
|
|
10
|
+
--sigvelo-color-primary-text-on-bg: var(--chatgpt-sign-in-brand-bg);
|
|
11
|
+
|
|
2
12
|
position: relative;
|
|
3
13
|
isolation: isolate;
|
|
4
14
|
overflow-x: hidden;
|
|
@@ -6,51 +16,57 @@
|
|
|
6
16
|
block-size: 100%;
|
|
7
17
|
min-inline-size: 17.5rem;
|
|
8
18
|
display: grid;
|
|
9
|
-
grid-template-rows:
|
|
19
|
+
grid-template-rows: none;
|
|
20
|
+
grid-auto-rows: auto;
|
|
10
21
|
place-items: center;
|
|
22
|
+
align-content: center;
|
|
23
|
+
row-gap: var(--sigvelo-spacing-2);
|
|
11
24
|
padding: clamp(var(--sigvelo-spacing-5), 5vw, var(--sigvelo-spacing-12));
|
|
12
|
-
background
|
|
13
|
-
|
|
14
|
-
linear-gradient(
|
|
15
|
-
color-mix(in oklab, var(--sigvelo-color-neutral-border-subtle), transparent 42%) 1px,
|
|
16
|
-
transparent 1px
|
|
17
|
-
),
|
|
18
|
-
linear-gradient(
|
|
19
|
-
90deg,
|
|
20
|
-
color-mix(in oklab, var(--sigvelo-color-neutral-border-subtle), transparent 42%) 1px,
|
|
21
|
-
transparent 1px
|
|
22
|
-
);
|
|
23
|
-
background-size: 2rem 2rem;
|
|
24
|
-
color: var(--sigvelo-color-text);
|
|
25
|
+
background: var(--chatgpt-sign-in-brand-bg);
|
|
26
|
+
color: var(--chatgpt-sign-in-brand-text);
|
|
25
27
|
font-family: inherit;
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
.chatgpt-sign-in::before {
|
|
29
31
|
content: "";
|
|
32
|
+
display: block;
|
|
30
33
|
position: absolute;
|
|
31
34
|
z-index: 0;
|
|
32
35
|
inset: 0;
|
|
33
|
-
/* The pointer position arrives as an inline style from the component's own
|
|
34
|
-
mousemove handler; the fallbacks are only the resting spot before the
|
|
35
|
-
first move. */
|
|
36
36
|
background:
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
linear-gradient(
|
|
38
|
+
90deg,
|
|
39
|
+
rgb(23 38 184 / 0.2),
|
|
40
|
+
color-mix(in srgb, var(--chatgpt-sign-in-brand-bg) 42%, white 58%) 48%,
|
|
41
|
+
rgb(255 255 255 / 0.2)
|
|
41
42
|
),
|
|
42
43
|
radial-gradient(
|
|
43
|
-
circle at
|
|
44
|
-
color-mix(in
|
|
45
|
-
transparent
|
|
44
|
+
circle at 26% 76%,
|
|
45
|
+
color-mix(in srgb, var(--chatgpt-sign-in-brand-bg) 76%, black 24%),
|
|
46
|
+
transparent 48%
|
|
46
47
|
);
|
|
47
|
-
|
|
48
|
+
mix-blend-mode: multiply;
|
|
49
|
+
opacity: 1;
|
|
48
50
|
pointer-events: none;
|
|
49
|
-
transition:
|
|
51
|
+
transition: none;
|
|
50
52
|
}
|
|
51
53
|
|
|
52
|
-
.chatgpt-sign-in
|
|
53
|
-
|
|
54
|
+
.chatgpt-sign-in::after {
|
|
55
|
+
content: "";
|
|
56
|
+
position: absolute;
|
|
57
|
+
z-index: 0;
|
|
58
|
+
inset: 0;
|
|
59
|
+
background: radial-gradient(circle, rgb(255 255 255 / 0.34) 0 1px, transparent 1.25px);
|
|
60
|
+
background-size: 6px 6px;
|
|
61
|
+
mask-image: radial-gradient(
|
|
62
|
+
circle at center,
|
|
63
|
+
transparent 0 8rem,
|
|
64
|
+
rgb(0 0 0 / 0.42) 16rem,
|
|
65
|
+
black 28rem
|
|
66
|
+
);
|
|
67
|
+
mix-blend-mode: screen;
|
|
68
|
+
opacity: 0.82;
|
|
69
|
+
pointer-events: none;
|
|
54
70
|
}
|
|
55
71
|
|
|
56
72
|
.chatgpt-sign-in__panel {
|
|
@@ -65,9 +81,36 @@
|
|
|
65
81
|
|
|
66
82
|
.chatgpt-sign-in__secondary-action {
|
|
67
83
|
z-index: 1;
|
|
68
|
-
display:
|
|
69
|
-
|
|
70
|
-
|
|
84
|
+
display: grid;
|
|
85
|
+
gap: var(--sigvelo-spacing-1);
|
|
86
|
+
justify-items: center;
|
|
87
|
+
margin-block-start: 0;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.chatgpt-sign-in__secondary-action::before {
|
|
91
|
+
content: "or";
|
|
92
|
+
color: var(--sigvelo-color-text-muted);
|
|
93
|
+
font-size: var(--sigvelo-text-base);
|
|
94
|
+
line-height: var(--sigvelo-leading-compact);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.chatgpt-sign-in__secondary-action :where(button) {
|
|
98
|
+
min-block-size: 2.75rem;
|
|
99
|
+
padding-inline: var(--sigvelo-spacing-3);
|
|
100
|
+
border: 0;
|
|
101
|
+
background: transparent;
|
|
102
|
+
color: var(--sigvelo-color-text);
|
|
103
|
+
font-size: var(--sigvelo-text-base);
|
|
104
|
+
font-weight: var(--sigvelo-font-weight-semibold);
|
|
105
|
+
line-height: var(--sigvelo-leading-compact);
|
|
106
|
+
box-shadow: none;
|
|
107
|
+
text-decoration: underline;
|
|
108
|
+
text-decoration-thickness: var(--sigvelo-border-width);
|
|
109
|
+
text-underline-offset: 0.25rem;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.chatgpt-sign-in__secondary-action :where(button):hover:not([data-disabled]) {
|
|
113
|
+
background: color-mix(in srgb, var(--chatgpt-sign-in-brand-text) 10%, transparent);
|
|
71
114
|
}
|
|
72
115
|
|
|
73
116
|
.chatgpt-sign-in__error {
|
|
@@ -85,7 +128,7 @@
|
|
|
85
128
|
.chatgpt-sign-in__brand h1 {
|
|
86
129
|
margin: 0;
|
|
87
130
|
color: var(--sigvelo-color-text);
|
|
88
|
-
font-size: var(--sigvelo-text-2xl);
|
|
131
|
+
font-size: calc(var(--sigvelo-text-2xl) + 0.125rem);
|
|
89
132
|
font-weight: var(--sigvelo-font-weight-bold);
|
|
90
133
|
letter-spacing: 0;
|
|
91
134
|
line-height: var(--sigvelo-leading-tight);
|
|
@@ -97,7 +140,7 @@
|
|
|
97
140
|
gap: var(--sigvelo-spacing-1-5);
|
|
98
141
|
margin: 0;
|
|
99
142
|
color: var(--sigvelo-color-text-muted);
|
|
100
|
-
font-size: var(--sigvelo-text-
|
|
143
|
+
font-size: var(--sigvelo-text-base);
|
|
101
144
|
font-weight: var(--sigvelo-font-weight-semibold);
|
|
102
145
|
line-height: var(--sigvelo-leading-compact);
|
|
103
146
|
}
|
|
@@ -122,10 +165,11 @@
|
|
|
122
165
|
isolation: isolate;
|
|
123
166
|
overflow: hidden;
|
|
124
167
|
min-inline-size: min(100%, 16.75rem);
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
168
|
+
min-block-size: 3rem;
|
|
169
|
+
padding-inline: var(--sigvelo-spacing-4);
|
|
170
|
+
font-size: var(--sigvelo-text-base);
|
|
171
|
+
box-shadow: inset 0 0 0 var(--sigvelo-border-width)
|
|
172
|
+
color-mix(in srgb, var(--chatgpt-sign-in-brand-bg) 16%, transparent);
|
|
129
173
|
translate: 0;
|
|
130
174
|
scale: 1;
|
|
131
175
|
transition:
|
|
@@ -169,8 +213,8 @@
|
|
|
169
213
|
.chatgpt-sign-in__button:hover:not([data-disabled]) {
|
|
170
214
|
box-shadow:
|
|
171
215
|
inset 0 0 0 var(--sigvelo-border-width)
|
|
172
|
-
color-mix(in
|
|
173
|
-
0 0
|
|
216
|
+
color-mix(in srgb, var(--chatgpt-sign-in-brand-bg) 24%, transparent),
|
|
217
|
+
0 0 1rem rgb(255 255 255 / 0.34);
|
|
174
218
|
translate: 0 -0.0625rem;
|
|
175
219
|
}
|
|
176
220
|
|
|
@@ -203,15 +247,15 @@
|
|
|
203
247
|
scale: 1.06;
|
|
204
248
|
}
|
|
205
249
|
|
|
250
|
+
.chatgpt-sign-in__button svg,
|
|
206
251
|
.chatgpt-sign-in__button .chatgpt-sign-in__logo {
|
|
207
252
|
display: block;
|
|
208
|
-
inline-size: var(--sigvelo-
|
|
209
|
-
block-size: var(--sigvelo-
|
|
253
|
+
inline-size: var(--sigvelo-text-lg);
|
|
254
|
+
block-size: var(--sigvelo-text-lg);
|
|
210
255
|
color: inherit;
|
|
211
256
|
}
|
|
212
257
|
|
|
213
258
|
@media (prefers-reduced-motion: reduce) {
|
|
214
|
-
.chatgpt-sign-in::before,
|
|
215
259
|
.chatgpt-sign-in__button,
|
|
216
260
|
.chatgpt-sign-in__button::before,
|
|
217
261
|
.chatgpt-sign-in__button-icon {
|
|
@@ -220,7 +264,6 @@
|
|
|
220
264
|
}
|
|
221
265
|
|
|
222
266
|
@media (hover: none), (pointer: coarse) {
|
|
223
|
-
.chatgpt-sign-in::before,
|
|
224
267
|
.chatgpt-sign-in__button::before,
|
|
225
268
|
.chatgpt-sign-in__button::after {
|
|
226
269
|
display: none;
|
|
@@ -229,6 +272,7 @@
|
|
|
229
272
|
|
|
230
273
|
@media (forced-colors: active) {
|
|
231
274
|
.chatgpt-sign-in::before,
|
|
275
|
+
.chatgpt-sign-in::after,
|
|
232
276
|
.chatgpt-sign-in__button::before,
|
|
233
277
|
.chatgpt-sign-in__button::after {
|
|
234
278
|
display: none;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
.connected-app-card {
|
|
2
|
+
inline-size: 100%;
|
|
3
|
+
min-inline-size: 0;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.connected-app-card__title {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
gap: var(--sigvelo-spacing-2);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.connected-app-card__icon {
|
|
13
|
+
display: inline-flex;
|
|
14
|
+
flex: none;
|
|
15
|
+
align-items: center;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.connected-app-card__status {
|
|
19
|
+
display: inline-flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
align-self: center;
|
|
22
|
+
gap: var(--sigvelo-spacing-1);
|
|
23
|
+
font-size: var(--sigvelo-text-xs);
|
|
24
|
+
line-height: var(--sigvelo-text-xs-leading);
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.connected-app-card__status[data-state="pending"] {
|
|
29
|
+
color: var(--sigvelo-color-warning-text);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.connected-app-card__status[data-state="sent"] {
|
|
33
|
+
color: var(--sigvelo-color-success-text);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.connected-app-card__status[data-state="denied"] {
|
|
37
|
+
color: var(--sigvelo-color-danger-text);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.connected-app-card__body {
|
|
41
|
+
margin: 0;
|
|
42
|
+
overflow-wrap: anywhere;
|
|
43
|
+
white-space: pre-wrap;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.connected-app-card__footer {
|
|
47
|
+
flex-wrap: wrap;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@media (forced-colors: active) {
|
|
51
|
+
.connected-app-card__status {
|
|
52
|
+
color: CanvasText;
|
|
53
|
+
}
|
|
54
|
+
}
|