@arcadeai/design-system 3.40.0 → 3.42.3
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/assets/icons/cursor.js +6 -9
- package/dist/assets/icons/forkable.js +10 -0
- package/dist/assets/icons/mcp.js +2 -5
- package/dist/assets/icons/resend.js +10 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +504 -494
- package/dist/components/ui/atoms/badge.js +5 -5
- package/dist/components/ui/atoms/button.js +1 -1
- package/dist/components/ui/atoms/compute-flow-paths.d.ts +21 -0
- package/dist/components/ui/atoms/compute-flow-paths.d.ts.map +1 -0
- package/dist/components/ui/atoms/compute-flow-paths.js +38 -0
- package/dist/components/ui/atoms/flow-connector.d.ts +48 -0
- package/dist/components/ui/atoms/flow-connector.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-connector.js +153 -0
- package/dist/components/ui/atoms/flow-hub.d.ts +26 -0
- package/dist/components/ui/atoms/flow-hub.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-hub.js +34 -0
- package/dist/components/ui/atoms/flow-tile.d.ts +19 -0
- package/dist/components/ui/atoms/flow-tile.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-tile.js +49 -0
- package/dist/components/ui/atoms/icons/cursor.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor.js +7 -7
- package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
- package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/forkable.js +31 -0
- package/dist/components/ui/atoms/icons/index.d.ts +2 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +230 -226
- package/dist/components/ui/atoms/icons/mcp.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/mcp.js +3 -4
- package/dist/components/ui/atoms/icons/resend.d.ts +4 -0
- package/dist/components/ui/atoms/icons/resend.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/resend.js +24 -0
- package/dist/components/ui/atoms/index.js +372 -368
- package/dist/components/ui/atoms/switch.js +19 -19
- package/dist/components/ui/index.js +504 -494
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/flow-diagram.d.ts +56 -0
- package/dist/components/ui/molecules/flow-diagram.d.ts.map +1 -0
- package/dist/components/ui/molecules/flow-diagram.js +232 -0
- package/dist/components/ui/molecules/index.d.ts +2 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +42 -40
- package/dist/components/ui/molecules/requirement-badges.js +6 -4
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +19 -22
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/pages/login-page.js +13 -13
- package/dist/components/ui/templates/gateway-diagram.d.ts +28 -0
- package/dist/components/ui/templates/gateway-diagram.d.ts.map +1 -0
- package/dist/components/ui/templates/gateway-diagram.js +76 -0
- package/dist/components/ui/templates/index.d.ts +2 -0
- package/dist/components/ui/templates/index.d.ts.map +1 -1
- package/dist/components/ui/templates/index.js +31 -27
- package/dist/main.js +534 -522
- package/dist/metadata/index.d.ts +1 -0
- package/dist/metadata/index.d.ts.map +1 -1
- package/dist/metadata/index.js +25 -23
- package/dist/metadata/mcp-clients.d.ts +54 -0
- package/dist/metadata/mcp-clients.d.ts.map +1 -0
- package/dist/metadata/mcp-clients.js +23 -0
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +162 -158
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +26 -0
- package/dist/{toolkit-card-Dc104Z9e.js → toolkit-card-ryIR325K.js} +22 -20
- package/package.json +5 -5
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./accordion.js";
|
|
2
2
|
import { Alert as i, AlertAction as f, AlertDescription as x, AlertTitle as n } from "./alert.js";
|
|
3
|
-
import { AlertDialog as d, AlertDialogAction as u, AlertDialogCancel as
|
|
3
|
+
import { AlertDialog as d, AlertDialogAction as u, AlertDialogCancel as s, AlertDialogContent as g, AlertDialogDescription as c, AlertDialogFooter as C, AlertDialogHeader as b, AlertDialogMedia as S, AlertDialogOverlay as D, AlertDialogPortal as T, AlertDialogTitle as h, AlertDialogTrigger as M } from "./alert-dialog.js";
|
|
4
4
|
import { ArcadeGradient as G } from "./arcade-gradient.js";
|
|
5
5
|
import { Avatar as k, AvatarBadge as I, AvatarFallback as P, AvatarGroup as v, AvatarGroupCount as w, AvatarImage as y } from "./avatar.js";
|
|
6
|
-
import { AvatarNotificationBadge as H, avatarBadgeVariants as
|
|
7
|
-
import { Badge as
|
|
6
|
+
import { AvatarNotificationBadge as H, avatarBadgeVariants as F } from "./avatar-notification-badge.js";
|
|
7
|
+
import { Badge as V, badgeVariants as O } from "./badge.js";
|
|
8
8
|
import { BrandChip as z } from "./brand-chip.js";
|
|
9
9
|
import { Breadcrumb as N, BreadcrumbEllipsis as Z, BreadcrumbItem as q, BreadcrumbLink as J, BreadcrumbList as _, BreadcrumbPage as U, BreadcrumbSeparator as X } from "./breadcrumb.js";
|
|
10
10
|
import { Button as j, buttonVariants as K } from "./button.js";
|
|
11
11
|
import { ByocBadge as $ } from "./byoc-badge.js";
|
|
12
12
|
import { C as ro, a as eo } from "../../../calendar-CLEnvrbp.js";
|
|
13
13
|
import { Card as po, CardAction as ao, CardContent as mo, CardDescription as io, CardFooter as fo, CardHeader as xo, CardTitle as no } from "./card.js";
|
|
14
|
-
import { ChartContainer as uo, ChartLegend as
|
|
14
|
+
import { ChartContainer as uo, ChartLegend as so, ChartLegendContent as go, ChartStyle as co, ChartTooltip as Co, ChartTooltipContent as bo } from "./chart.js";
|
|
15
15
|
import { ChatContainerContent as Do, ChatContainerRoot as To, ChatContainerScrollAnchor as ho } from "./chat-container.js";
|
|
16
16
|
import { Checkbox as Ao } from "./checkbox.js";
|
|
17
17
|
import { CodeBlock as Bo, CodeBlockCode as ko, CodeBlockGroup as Io } from "./code-block.js";
|
|
18
18
|
import { Collapsible as vo, CollapsibleContent as wo, CollapsibleTrigger as yo } from "./collapsible.js";
|
|
19
|
-
import { Command as Ho, CommandDialog as
|
|
19
|
+
import { Command as Ho, CommandDialog as Fo, CommandEmpty as Ro, CommandGroup as Vo, CommandInput as Oo, CommandItem as Eo, CommandList as zo, CommandSeparator as Wo, CommandShortcut as No } from "./command.js";
|
|
20
20
|
import { CopyButton as qo } from "./copy-button.js";
|
|
21
21
|
import { Dialog as _o, DialogClose as Uo, DialogContent as Xo, DialogDescription as Yo, DialogFooter as jo, DialogHeader as Ko, DialogOverlay as Qo, DialogPortal as $o, DialogTitle as or, DialogTrigger as rr } from "./dialog.js";
|
|
22
|
-
import { DropdownMenu as tr, DropdownMenuCheckboxItem as pr, DropdownMenuContent as ar, DropdownMenuGroup as mr, DropdownMenuItem as ir, DropdownMenuLabel as fr, DropdownMenuPortal as xr, DropdownMenuRadioGroup as nr, DropdownMenuRadioItem as lr, DropdownMenuSeparator as dr, DropdownMenuShortcut as ur, DropdownMenuSub as
|
|
22
|
+
import { DropdownMenu as tr, DropdownMenuCheckboxItem as pr, DropdownMenuContent as ar, DropdownMenuGroup as mr, DropdownMenuItem as ir, DropdownMenuLabel as fr, DropdownMenuPortal as xr, DropdownMenuRadioGroup as nr, DropdownMenuRadioItem as lr, DropdownMenuSeparator as dr, DropdownMenuShortcut as ur, DropdownMenuSub as sr, DropdownMenuSubContent as gr, DropdownMenuSubTrigger as cr, DropdownMenuTrigger as Cr } from "./dropdown-menu.js";
|
|
23
23
|
import { HoverCard as Sr, HoverCardContent as Dr, HoverCardTrigger as Tr } from "./hover-card.js";
|
|
24
24
|
import { Adp as Mr } from "./icons/adp.js";
|
|
25
25
|
import { Aha as Gr } from "./icons/aha.js";
|
|
@@ -27,8 +27,8 @@ import { Airtable as kr } from "./icons/airtable.js";
|
|
|
27
27
|
import { Amplitude as Pr } from "./icons/amplitude.js";
|
|
28
28
|
import { Arcade as wr } from "./icons/arcade.js";
|
|
29
29
|
import { ArcadeLogo as Lr } from "./icons/arcade-logo.js";
|
|
30
|
-
import { Asana as
|
|
31
|
-
import { Ashby as
|
|
30
|
+
import { Asana as Fr } from "./icons/asana.js";
|
|
31
|
+
import { Ashby as Vr } from "./icons/ashby.js";
|
|
32
32
|
import { Atlassian as Er } from "./icons/atlassian.js";
|
|
33
33
|
import { Attio as Wr } from "./icons/attio.js";
|
|
34
34
|
import { Auth0 as Zr } from "./icons/auth0.js";
|
|
@@ -44,7 +44,7 @@ import { Brex as ie } from "./icons/brex.js";
|
|
|
44
44
|
import { Brightdata as xe } from "./icons/brightdata.js";
|
|
45
45
|
import { Buffer as le } from "./icons/buffer.js";
|
|
46
46
|
import { Calendly as ue } from "./icons/calendly.js";
|
|
47
|
-
import { Claude as
|
|
47
|
+
import { Claude as ge } from "./icons/claude.js";
|
|
48
48
|
import { ClaudeCodeLogotype as Ce } from "./icons/claude-code-logotype.js";
|
|
49
49
|
import { Clickhouse as Se } from "./icons/clickhouse.js";
|
|
50
50
|
import { Clickup as Te } from "./icons/clickup.js";
|
|
@@ -54,8 +54,8 @@ import { Codesandbox as ke } from "./icons/codesandbox.js";
|
|
|
54
54
|
import { Coinbase as Pe } from "./icons/coinbase.js";
|
|
55
55
|
import { Confluence as we } from "./icons/confluence.js";
|
|
56
56
|
import { Cursor as Le } from "./icons/cursor.js";
|
|
57
|
-
import { CursorInstallDark as
|
|
58
|
-
import { CursorInstallLight as
|
|
57
|
+
import { CursorInstallDark as Fe } from "./icons/cursor-install-dark.js";
|
|
58
|
+
import { CursorInstallLight as Ve } from "./icons/cursor-install-light.js";
|
|
59
59
|
import { CursorLogotype as Ee } from "./icons/cursor-logotype.js";
|
|
60
60
|
import { Customerio as We } from "./icons/customerio.js";
|
|
61
61
|
import { Datadog as Ze } from "./icons/datadog.js";
|
|
@@ -70,140 +70,142 @@ import { Exa as at } from "./icons/exa.js";
|
|
|
70
70
|
import { Factorial as it } from "./icons/factorial.js";
|
|
71
71
|
import { Figma as xt } from "./icons/figma.js";
|
|
72
72
|
import { Firecrawl as lt } from "./icons/firecrawl.js";
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
73
|
+
import { Forkable as ut } from "./icons/forkable.js";
|
|
74
|
+
import { Freshservice as gt } from "./icons/freshservice.js";
|
|
75
|
+
import { Gemini as Ct } from "./icons/gemini.js";
|
|
76
|
+
import { Generic as St } from "./icons/generic.js";
|
|
77
|
+
import { Github as Tt } from "./icons/github.js";
|
|
78
|
+
import { Gitlab as Mt } from "./icons/gitlab.js";
|
|
79
|
+
import { Gmail as Gt } from "./icons/gmail.js";
|
|
80
|
+
import { Google as kt } from "./icons/google.js";
|
|
81
|
+
import { GoogleCalendar as Pt } from "./icons/google-calendar.js";
|
|
82
|
+
import { GoogleContacts as wt } from "./icons/google-contacts.js";
|
|
83
|
+
import { GoogleDocs as Lt } from "./icons/google-docs.js";
|
|
84
|
+
import { GoogleDrive as Ft } from "./icons/google-drive.js";
|
|
84
85
|
import { GoogleFinance as Vt } from "./icons/google-finance.js";
|
|
85
|
-
import { GoogleFlight as
|
|
86
|
-
import { GoogleFlights as
|
|
87
|
-
import { GoogleHotels as
|
|
88
|
-
import { GoogleJobs as
|
|
89
|
-
import { GoogleMaps as
|
|
90
|
-
import { GoogleNews as
|
|
91
|
-
import { GoogleSheets as
|
|
92
|
-
import { GoogleShopping as
|
|
93
|
-
import { GoogleSlides as
|
|
94
|
-
import { Goose as
|
|
95
|
-
import { Granola as
|
|
96
|
-
import { Heroku as
|
|
97
|
-
import { Hootsuite as
|
|
98
|
-
import { Hubspot as
|
|
99
|
-
import { Imgflip as
|
|
100
|
-
import { Intercom as
|
|
101
|
-
import { Jira as
|
|
102
|
-
import { Langchain as
|
|
103
|
-
import { LangchainLogotype as
|
|
104
|
-
import { Linear as
|
|
105
|
-
import { Linkedin as
|
|
106
|
-
import { Luma as
|
|
107
|
-
import { Mailchimp as
|
|
108
|
-
import { Mastra as
|
|
109
|
-
import { MastraLogotype as
|
|
110
|
-
import { MathToolkit as
|
|
86
|
+
import { GoogleFlight as Et } from "./icons/google-flight.js";
|
|
87
|
+
import { GoogleFlights as Wt } from "./icons/google-flights.js";
|
|
88
|
+
import { GoogleHotels as Zt } from "./icons/google-hotels.js";
|
|
89
|
+
import { GoogleJobs as Jt } from "./icons/google-jobs.js";
|
|
90
|
+
import { GoogleMaps as Ut } from "./icons/google-maps.js";
|
|
91
|
+
import { GoogleNews as Yt } from "./icons/google-news.js";
|
|
92
|
+
import { GoogleSheets as Kt } from "./icons/google-sheets.js";
|
|
93
|
+
import { GoogleShopping as $t } from "./icons/google-shopping.js";
|
|
94
|
+
import { GoogleSlides as rp } from "./icons/google-slides.js";
|
|
95
|
+
import { Goose as tp } from "./icons/goose.js";
|
|
96
|
+
import { Granola as ap } from "./icons/granola.js";
|
|
97
|
+
import { Heroku as ip } from "./icons/heroku.js";
|
|
98
|
+
import { Hootsuite as xp } from "./icons/hootsuite.js";
|
|
99
|
+
import { Hubspot as lp } from "./icons/hubspot.js";
|
|
100
|
+
import { Imgflip as up } from "./icons/imgflip.js";
|
|
101
|
+
import { Intercom as gp } from "./icons/intercom.js";
|
|
102
|
+
import { Jira as Cp } from "./icons/jira.js";
|
|
103
|
+
import { Langchain as Sp } from "./icons/langchain.js";
|
|
104
|
+
import { LangchainLogotype as Tp } from "./icons/langchain-logotype.js";
|
|
105
|
+
import { Linear as Mp } from "./icons/linear.js";
|
|
106
|
+
import { Linkedin as Gp } from "./icons/linkedin.js";
|
|
107
|
+
import { Luma as kp } from "./icons/luma.js";
|
|
108
|
+
import { Mailchimp as Pp } from "./icons/mailchimp.js";
|
|
109
|
+
import { Mastra as wp } from "./icons/mastra.js";
|
|
110
|
+
import { MastraLogotype as Lp } from "./icons/mastra-logotype.js";
|
|
111
|
+
import { MathToolkit as Fp } from "./icons/math-toolkit.js";
|
|
111
112
|
import { Mcp as Vp } from "./icons/mcp.js";
|
|
112
|
-
import { Microsoft as
|
|
113
|
-
import { MicrosoftDynamics as
|
|
114
|
-
import { MicrosoftExcel as
|
|
115
|
-
import { MicrosoftOnedrive as
|
|
116
|
-
import { MicrosoftOutlookCalendar as
|
|
117
|
-
import { MicrosoftOutlookMail as
|
|
118
|
-
import { MicrosoftPowerpoint as
|
|
119
|
-
import { MicrosoftSharepoint as
|
|
120
|
-
import { MicrosoftTeams as
|
|
121
|
-
import { MicrosoftWord as
|
|
122
|
-
import { Miro as
|
|
123
|
-
import { Monday as
|
|
124
|
-
import { MongoDB as
|
|
125
|
-
import { Netsuite as
|
|
126
|
-
import { Notion as
|
|
127
|
-
import { Oauth as
|
|
128
|
-
import { Obsidian as
|
|
129
|
-
import { Okta as
|
|
130
|
-
import { Openai as
|
|
131
|
-
import { Pagerduty as
|
|
132
|
-
import { Pinecone as
|
|
133
|
-
import { Pinterest as
|
|
134
|
-
import { Pipedrive as
|
|
135
|
-
import { Plaid as
|
|
136
|
-
import { Postgres as
|
|
137
|
-
import { Posthog as
|
|
113
|
+
import { Microsoft as Ep } from "./icons/microsoft.js";
|
|
114
|
+
import { MicrosoftDynamics as Wp } from "./icons/microsoft-dynamics.js";
|
|
115
|
+
import { MicrosoftExcel as Zp } from "./icons/microsoft-excel.js";
|
|
116
|
+
import { MicrosoftOnedrive as Jp } from "./icons/microsoft-onedrive.js";
|
|
117
|
+
import { MicrosoftOutlookCalendar as Up } from "./icons/microsoft-outlook-calendar.js";
|
|
118
|
+
import { MicrosoftOutlookMail as Yp } from "./icons/microsoft-outlook-mail.js";
|
|
119
|
+
import { MicrosoftPowerpoint as Kp } from "./icons/microsoft-powerpoint.js";
|
|
120
|
+
import { MicrosoftSharepoint as $p } from "./icons/microsoft-sharepoint.js";
|
|
121
|
+
import { MicrosoftTeams as ra } from "./icons/microsoft-teams.js";
|
|
122
|
+
import { MicrosoftWord as ta } from "./icons/microsoft-word.js";
|
|
123
|
+
import { Miro as aa } from "./icons/miro.js";
|
|
124
|
+
import { Monday as ia } from "./icons/monday.js";
|
|
125
|
+
import { MongoDB as xa } from "./icons/mongodb.js";
|
|
126
|
+
import { Netsuite as la } from "./icons/netsuite.js";
|
|
127
|
+
import { Notion as ua } from "./icons/notion.js";
|
|
128
|
+
import { Oauth as ga } from "./icons/oauth.js";
|
|
129
|
+
import { Obsidian as Ca } from "./icons/obsidian.js";
|
|
130
|
+
import { Okta as Sa } from "./icons/okta.js";
|
|
131
|
+
import { Openai as Ta } from "./icons/openai.js";
|
|
132
|
+
import { Pagerduty as Ma } from "./icons/pagerduty.js";
|
|
133
|
+
import { Pinecone as Ga } from "./icons/pinecone.js";
|
|
134
|
+
import { Pinterest as ka } from "./icons/pinterest.js";
|
|
135
|
+
import { Pipedrive as Pa } from "./icons/pipedrive.js";
|
|
136
|
+
import { Plaid as wa } from "./icons/plaid.js";
|
|
137
|
+
import { Postgres as La } from "./icons/postgres.js";
|
|
138
|
+
import { Posthog as Fa } from "./icons/posthog.js";
|
|
138
139
|
import { Pylon as Va } from "./icons/pylon.js";
|
|
139
|
-
import { Quickbooks as
|
|
140
|
-
import { Railway as
|
|
141
|
-
import { Reddit as
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
140
|
+
import { Quickbooks as Ea } from "./icons/quickbooks.js";
|
|
141
|
+
import { Railway as Wa } from "./icons/railway.js";
|
|
142
|
+
import { Reddit as Za } from "./icons/reddit.js";
|
|
143
|
+
import { Resend as Ja } from "./icons/resend.js";
|
|
144
|
+
import { Salesforce as Ua } from "./icons/salesforce.js";
|
|
145
|
+
import { Shopify as Ya } from "./icons/shopify.js";
|
|
146
|
+
import { Singlestore as Ka } from "./icons/singlestore.js";
|
|
147
|
+
import { Slack as $a } from "./icons/slack.js";
|
|
148
|
+
import { Snowflake as rm } from "./icons/snowflake.js";
|
|
149
|
+
import { Splunk as tm } from "./icons/splunk.js";
|
|
150
|
+
import { Spotify as am } from "./icons/spotify.js";
|
|
151
|
+
import { Square as im } from "./icons/square.js";
|
|
152
|
+
import { Squarespace as xm } from "./icons/squarespace.js";
|
|
153
|
+
import { Squareup as lm } from "./icons/squareup.js";
|
|
154
|
+
import { Stripe as um } from "./icons/stripe.js";
|
|
155
|
+
import { Telegram as gm } from "./icons/telegram.js";
|
|
156
|
+
import { Tesla as Cm } from "./icons/tesla.js";
|
|
157
|
+
import { Ticktick as Sm } from "./icons/ticktick.js";
|
|
158
|
+
import { Tiktok as Tm } from "./icons/tiktok.js";
|
|
159
|
+
import { Trello as Mm } from "./icons/trello.js";
|
|
160
|
+
import { Twilio as Gm } from "./icons/twilio.js";
|
|
161
|
+
import { Twitch as km } from "./icons/twitch.js";
|
|
162
|
+
import { Vercel as Pm } from "./icons/vercel.js";
|
|
163
|
+
import { VercelLogotype as wm } from "./icons/vercel-logotype.js";
|
|
164
|
+
import { Vscode as Lm } from "./icons/vscode.js";
|
|
165
|
+
import { Walmart as Fm } from "./icons/walmart.js";
|
|
166
|
+
import { Weaviate as Vm } from "./icons/weaviate.js";
|
|
167
|
+
import { Windsurf as Em } from "./icons/windsurf.js";
|
|
168
|
+
import { Workday as Wm } from "./icons/workday.js";
|
|
169
|
+
import { Wrike as Zm } from "./icons/wrike.js";
|
|
170
|
+
import { X as Jm } from "./icons/x.js";
|
|
171
|
+
import { Xero as Um } from "./icons/xero.js";
|
|
172
|
+
import { Youtube as Ym } from "./icons/youtube.js";
|
|
173
|
+
import { Yugabytedb as Km } from "./icons/yugabytedb.js";
|
|
174
|
+
import { Zendesk as $m } from "./icons/zendesk.js";
|
|
175
|
+
import { Zoho as ri } from "./icons/zoho.js";
|
|
176
|
+
import { ZohoBooks as ti } from "./icons/zoho-books.js";
|
|
177
|
+
import { ZohoCreator as ai } from "./icons/zoho-creator.js";
|
|
178
|
+
import { Zoom as ii } from "./icons/zoom.js";
|
|
179
|
+
import { Input as xi } from "./input.js";
|
|
180
|
+
import { InputGroup as li, InputGroupAddon as di, InputGroupButton as ui, InputGroupInput as si, InputGroupText as gi, InputGroupTextarea as ci } from "./input-group.js";
|
|
181
|
+
import { JsonHighlight as bi, jsonHighlightVariants as Si } from "./json-highlight.js";
|
|
182
|
+
import { Label as Ti } from "./label.js";
|
|
183
|
+
import { Loader as Mi } from "./loader.js";
|
|
184
|
+
import { M as Gi } from "../../../markdown-Cv6uZPhi.js";
|
|
185
|
+
import { MobileTooltip as ki, MobileTooltipContent as Ii, MobileTooltipProvider as Pi, MobileTooltipTrigger as vi } from "./mobile-tooltip.js";
|
|
186
|
+
import { Popover as yi, PopoverContent as Li, PopoverDescription as Hi, PopoverHeader as Fi, PopoverTitle as Ri, PopoverTrigger as Vi } from "./popover.js";
|
|
187
|
+
import { ProBadge as Ei } from "./pro-badge.js";
|
|
188
|
+
import { Progress as Wi, ProgressIndicator as Ni, ProgressLabel as Zi, ProgressTrack as qi, ProgressValue as Ji } from "./progress.js";
|
|
189
|
+
import { RadioGroup as Ui, RadioGroupItem as Xi } from "./radio-group.js";
|
|
190
|
+
import { ResizableHandle as ji, ResizablePanel as Ki, ResizablePanelGroup as Qi } from "./resizable.js";
|
|
191
|
+
import { ScrollArea as of, ScrollBar as rf } from "./scroll-area.js";
|
|
192
|
+
import { ScrollButton as tf } from "./scroll-button.js";
|
|
193
|
+
import { Select as af, SelectContent as mf, SelectGroup as ff, SelectItem as xf, SelectLabel as nf, SelectScrollDownButton as lf, SelectScrollUpButton as df, SelectSeparator as uf, SelectTrigger as sf, SelectValue as gf } from "./select.js";
|
|
194
|
+
import { Separator as Cf } from "./separator.js";
|
|
195
|
+
import { Sheet as Sf, SheetClose as Df, SheetContent as Tf, SheetDescription as hf, SheetFooter as Mf, SheetHeader as Af, SheetTitle as Gf, SheetTrigger as Bf } from "./sheet.js";
|
|
196
|
+
import { Sidebar as If, SidebarContent as Pf, SidebarFooter as vf, SidebarGroup as wf, SidebarGroupAction as yf, SidebarGroupContent as Lf, SidebarGroupLabel as Hf, SidebarHeader as Ff, SidebarInput as Rf, SidebarInset as Vf, SidebarMenu as Of, SidebarMenuAction as Ef, SidebarMenuBadge as zf, SidebarMenuButton as Wf, SidebarMenuItem as Nf, SidebarMenuSkeleton as Zf, SidebarMenuSub as qf, SidebarMenuSubButton as Jf, SidebarMenuSubItem as _f, SidebarProvider as Uf, SidebarRail as Xf, SidebarSeparator as Yf, SidebarTrigger as jf, useSidebar as Kf } from "./sidebar.js";
|
|
197
|
+
import { Skeleton as $f } from "./skeleton.js";
|
|
198
|
+
import { Slider as rx } from "./slider.js";
|
|
199
|
+
import { DS_SPARKLE_DURATION_MS as tx, SparkleBurst as px } from "./sparkle-burst.js";
|
|
200
|
+
import { StepIndicator as mx, stepIndicatorIconVariants as ix, stepIndicatorLabelVariants as fx } from "./step-indicator.js";
|
|
201
|
+
import { Switch as nx } from "./switch.js";
|
|
202
|
+
import { Table as dx, TableBody as ux, TableCaption as sx, TableCell as gx, TableFooter as cx, TableHead as Cx, TableHeader as bx, TableRow as Sx } from "./table.js";
|
|
203
|
+
import { Tabs as Tx, TabsContent as hx, TabsList as Mx, TabsTrigger as Ax, tabsListVariants as Gx } from "./tabs.js";
|
|
204
|
+
import { Textarea as kx } from "./textarea.js";
|
|
205
|
+
import { Toggle as Px, toggleVariants as vx } from "./toggle.js";
|
|
206
|
+
import { Tooltip as yx, TooltipContent as Lx, TooltipProvider as Hx, TooltipTrigger as Fx } from "./tooltip.js";
|
|
207
|
+
import { ViewToolsControl as Vx } from "./view-tools-control.js";
|
|
208
|
+
import { VirtualizedGrid as Ex } from "./virtualized-grid.js";
|
|
207
209
|
export {
|
|
208
210
|
e as Accordion,
|
|
209
211
|
t as AccordionContent,
|
|
@@ -217,8 +219,8 @@ export {
|
|
|
217
219
|
x as AlertDescription,
|
|
218
220
|
d as AlertDialog,
|
|
219
221
|
u as AlertDialogAction,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
+
s as AlertDialogCancel,
|
|
223
|
+
g as AlertDialogContent,
|
|
222
224
|
c as AlertDialogDescription,
|
|
223
225
|
C as AlertDialogFooter,
|
|
224
226
|
b as AlertDialogHeader,
|
|
@@ -232,8 +234,8 @@ export {
|
|
|
232
234
|
wr as Arcade,
|
|
233
235
|
G as ArcadeGradient,
|
|
234
236
|
Lr as ArcadeLogo,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
+
Fr as Asana,
|
|
238
|
+
Vr as Ashby,
|
|
237
239
|
Er as Atlassian,
|
|
238
240
|
Wr as Attio,
|
|
239
241
|
Zr as Auth0,
|
|
@@ -245,7 +247,7 @@ export {
|
|
|
245
247
|
y as AvatarImage,
|
|
246
248
|
H as AvatarNotificationBadge,
|
|
247
249
|
Jr as Azure,
|
|
248
|
-
|
|
250
|
+
V as Badge,
|
|
249
251
|
Ur as Bamboohr,
|
|
250
252
|
Yr as Basecamp,
|
|
251
253
|
Kr as Bill,
|
|
@@ -277,8 +279,8 @@ export {
|
|
|
277
279
|
xo as CardHeader,
|
|
278
280
|
no as CardTitle,
|
|
279
281
|
uo as ChartContainer,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
+
so as ChartLegend,
|
|
283
|
+
go as ChartLegendContent,
|
|
282
284
|
co as ChartStyle,
|
|
283
285
|
Co as ChartTooltip,
|
|
284
286
|
bo as ChartTooltipContent,
|
|
@@ -286,7 +288,7 @@ export {
|
|
|
286
288
|
To as ChatContainerRoot,
|
|
287
289
|
ho as ChatContainerScrollAnchor,
|
|
288
290
|
Ao as Checkbox,
|
|
289
|
-
|
|
291
|
+
ge as Claude,
|
|
290
292
|
Ce as ClaudeCodeLogotype,
|
|
291
293
|
Se as Clickhouse,
|
|
292
294
|
Te as Clickup,
|
|
@@ -301,9 +303,9 @@ export {
|
|
|
301
303
|
wo as CollapsibleContent,
|
|
302
304
|
yo as CollapsibleTrigger,
|
|
303
305
|
Ho as Command,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
306
|
+
Fo as CommandDialog,
|
|
307
|
+
Ro as CommandEmpty,
|
|
308
|
+
Vo as CommandGroup,
|
|
307
309
|
Oo as CommandInput,
|
|
308
310
|
Eo as CommandItem,
|
|
309
311
|
zo as CommandList,
|
|
@@ -312,11 +314,11 @@ export {
|
|
|
312
314
|
we as Confluence,
|
|
313
315
|
qo as CopyButton,
|
|
314
316
|
Le as Cursor,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
+
Fe as CursorInstallDark,
|
|
318
|
+
Ve as CursorInstallLight,
|
|
317
319
|
Ee as CursorLogotype,
|
|
318
320
|
We as Customerio,
|
|
319
|
-
|
|
321
|
+
tx as DS_SPARKLE_DURATION_MS,
|
|
320
322
|
Ze as Datadog,
|
|
321
323
|
Je as Daytona,
|
|
322
324
|
_o as Dialog,
|
|
@@ -343,8 +345,8 @@ export {
|
|
|
343
345
|
lr as DropdownMenuRadioItem,
|
|
344
346
|
dr as DropdownMenuSeparator,
|
|
345
347
|
ur as DropdownMenuShortcut,
|
|
346
|
-
|
|
347
|
-
|
|
348
|
+
sr as DropdownMenuSub,
|
|
349
|
+
gr as DropdownMenuSubContent,
|
|
348
350
|
cr as DropdownMenuSubTrigger,
|
|
349
351
|
Cr as DropdownMenuTrigger,
|
|
350
352
|
$e as E2b,
|
|
@@ -354,222 +356,224 @@ export {
|
|
|
354
356
|
it as Factorial,
|
|
355
357
|
xt as Figma,
|
|
356
358
|
lt as Firecrawl,
|
|
357
|
-
ut as
|
|
358
|
-
|
|
359
|
-
Ct as
|
|
360
|
-
St as
|
|
361
|
-
Tt as
|
|
362
|
-
Mt as
|
|
363
|
-
Gt as
|
|
364
|
-
kt as
|
|
365
|
-
Pt as
|
|
366
|
-
wt as
|
|
367
|
-
Lt as
|
|
359
|
+
ut as Forkable,
|
|
360
|
+
gt as Freshservice,
|
|
361
|
+
Ct as Gemini,
|
|
362
|
+
St as Generic,
|
|
363
|
+
Tt as Github,
|
|
364
|
+
Mt as Gitlab,
|
|
365
|
+
Gt as Gmail,
|
|
366
|
+
kt as Google,
|
|
367
|
+
Pt as GoogleCalendar,
|
|
368
|
+
wt as GoogleContacts,
|
|
369
|
+
Lt as GoogleDocs,
|
|
370
|
+
Ft as GoogleDrive,
|
|
368
371
|
Vt as GoogleFinance,
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
372
|
+
Et as GoogleFlight,
|
|
373
|
+
Wt as GoogleFlights,
|
|
374
|
+
Zt as GoogleHotels,
|
|
375
|
+
Jt as GoogleJobs,
|
|
376
|
+
Ut as GoogleMaps,
|
|
377
|
+
Yt as GoogleNews,
|
|
378
|
+
Kt as GoogleSheets,
|
|
379
|
+
$t as GoogleShopping,
|
|
380
|
+
rp as GoogleSlides,
|
|
381
|
+
tp as Goose,
|
|
382
|
+
ap as Granola,
|
|
383
|
+
ip as Heroku,
|
|
384
|
+
xp as Hootsuite,
|
|
382
385
|
Sr as HoverCard,
|
|
383
386
|
Dr as HoverCardContent,
|
|
384
387
|
Tr as HoverCardTrigger,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
388
|
+
lp as Hubspot,
|
|
389
|
+
up as Imgflip,
|
|
390
|
+
xi as Input,
|
|
391
|
+
li as InputGroup,
|
|
392
|
+
di as InputGroupAddon,
|
|
393
|
+
ui as InputGroupButton,
|
|
394
|
+
si as InputGroupInput,
|
|
395
|
+
gi as InputGroupText,
|
|
396
|
+
ci as InputGroupTextarea,
|
|
397
|
+
gp as Intercom,
|
|
398
|
+
Cp as Jira,
|
|
399
|
+
bi as JsonHighlight,
|
|
400
|
+
Ti as Label,
|
|
401
|
+
Sp as Langchain,
|
|
402
|
+
Tp as LangchainLogotype,
|
|
403
|
+
Mp as Linear,
|
|
404
|
+
Gp as Linkedin,
|
|
405
|
+
Mi as Loader,
|
|
406
|
+
kp as Luma,
|
|
407
|
+
Pp as Mailchimp,
|
|
408
|
+
Gi as Markdown,
|
|
409
|
+
wp as Mastra,
|
|
410
|
+
Lp as MastraLogotype,
|
|
411
|
+
Fp as MathToolkit,
|
|
409
412
|
Vp as Mcp,
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
413
|
+
Ep as Microsoft,
|
|
414
|
+
Wp as MicrosoftDynamics,
|
|
415
|
+
Zp as MicrosoftExcel,
|
|
416
|
+
Jp as MicrosoftOnedrive,
|
|
417
|
+
Up as MicrosoftOutlookCalendar,
|
|
418
|
+
Yp as MicrosoftOutlookMail,
|
|
419
|
+
Kp as MicrosoftPowerpoint,
|
|
420
|
+
$p as MicrosoftSharepoint,
|
|
421
|
+
ra as MicrosoftTeams,
|
|
422
|
+
ta as MicrosoftWord,
|
|
423
|
+
aa as Miro,
|
|
424
|
+
ki as MobileTooltip,
|
|
425
|
+
Ii as MobileTooltipContent,
|
|
426
|
+
Pi as MobileTooltipProvider,
|
|
427
|
+
vi as MobileTooltipTrigger,
|
|
428
|
+
ia as Monday,
|
|
429
|
+
xa as MongoDB,
|
|
430
|
+
la as Netsuite,
|
|
431
|
+
ua as Notion,
|
|
432
|
+
ga as Oauth,
|
|
433
|
+
Ca as Obsidian,
|
|
434
|
+
Sa as Okta,
|
|
435
|
+
Ta as Openai,
|
|
436
|
+
Ma as Pagerduty,
|
|
437
|
+
Ga as Pinecone,
|
|
438
|
+
ka as Pinterest,
|
|
439
|
+
Pa as Pipedrive,
|
|
440
|
+
wa as Plaid,
|
|
441
|
+
yi as Popover,
|
|
442
|
+
Li as PopoverContent,
|
|
443
|
+
Hi as PopoverDescription,
|
|
444
|
+
Fi as PopoverHeader,
|
|
445
|
+
Ri as PopoverTitle,
|
|
446
|
+
Vi as PopoverTrigger,
|
|
447
|
+
La as Postgres,
|
|
448
|
+
Fa as Posthog,
|
|
449
|
+
Ei as ProBadge,
|
|
450
|
+
Wi as Progress,
|
|
451
|
+
Ni as ProgressIndicator,
|
|
452
|
+
Zi as ProgressLabel,
|
|
453
|
+
qi as ProgressTrack,
|
|
454
|
+
Ji as ProgressValue,
|
|
452
455
|
Va as Pylon,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
Vx as
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
Vm as
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
456
|
+
Ea as Quickbooks,
|
|
457
|
+
Ui as RadioGroup,
|
|
458
|
+
Xi as RadioGroupItem,
|
|
459
|
+
Wa as Railway,
|
|
460
|
+
Za as Reddit,
|
|
461
|
+
Ja as Resend,
|
|
462
|
+
ji as ResizableHandle,
|
|
463
|
+
Ki as ResizablePanel,
|
|
464
|
+
Qi as ResizablePanelGroup,
|
|
465
|
+
Ua as Salesforce,
|
|
466
|
+
of as ScrollArea,
|
|
467
|
+
rf as ScrollBar,
|
|
468
|
+
tf as ScrollButton,
|
|
469
|
+
af as Select,
|
|
470
|
+
mf as SelectContent,
|
|
471
|
+
ff as SelectGroup,
|
|
472
|
+
xf as SelectItem,
|
|
473
|
+
nf as SelectLabel,
|
|
474
|
+
lf as SelectScrollDownButton,
|
|
475
|
+
df as SelectScrollUpButton,
|
|
476
|
+
uf as SelectSeparator,
|
|
477
|
+
sf as SelectTrigger,
|
|
478
|
+
gf as SelectValue,
|
|
479
|
+
Cf as Separator,
|
|
480
|
+
Sf as Sheet,
|
|
481
|
+
Df as SheetClose,
|
|
482
|
+
Tf as SheetContent,
|
|
483
|
+
hf as SheetDescription,
|
|
484
|
+
Mf as SheetFooter,
|
|
485
|
+
Af as SheetHeader,
|
|
486
|
+
Gf as SheetTitle,
|
|
487
|
+
Bf as SheetTrigger,
|
|
488
|
+
Ya as Shopify,
|
|
489
|
+
If as Sidebar,
|
|
490
|
+
Pf as SidebarContent,
|
|
491
|
+
vf as SidebarFooter,
|
|
492
|
+
wf as SidebarGroup,
|
|
493
|
+
yf as SidebarGroupAction,
|
|
494
|
+
Lf as SidebarGroupContent,
|
|
495
|
+
Hf as SidebarGroupLabel,
|
|
496
|
+
Ff as SidebarHeader,
|
|
497
|
+
Rf as SidebarInput,
|
|
498
|
+
Vf as SidebarInset,
|
|
499
|
+
Of as SidebarMenu,
|
|
500
|
+
Ef as SidebarMenuAction,
|
|
501
|
+
zf as SidebarMenuBadge,
|
|
502
|
+
Wf as SidebarMenuButton,
|
|
503
|
+
Nf as SidebarMenuItem,
|
|
504
|
+
Zf as SidebarMenuSkeleton,
|
|
505
|
+
qf as SidebarMenuSub,
|
|
506
|
+
Jf as SidebarMenuSubButton,
|
|
507
|
+
_f as SidebarMenuSubItem,
|
|
508
|
+
Uf as SidebarProvider,
|
|
509
|
+
Xf as SidebarRail,
|
|
510
|
+
Yf as SidebarSeparator,
|
|
511
|
+
jf as SidebarTrigger,
|
|
512
|
+
Ka as Singlestore,
|
|
513
|
+
$f as Skeleton,
|
|
514
|
+
$a as Slack,
|
|
515
|
+
rx as Slider,
|
|
516
|
+
rm as Snowflake,
|
|
517
|
+
px as SparkleBurst,
|
|
518
|
+
tm as Splunk,
|
|
519
|
+
am as Spotify,
|
|
520
|
+
im as Square,
|
|
521
|
+
xm as Squarespace,
|
|
522
|
+
lm as Squareup,
|
|
523
|
+
mx as StepIndicator,
|
|
524
|
+
um as Stripe,
|
|
525
|
+
nx as Switch,
|
|
526
|
+
dx as Table,
|
|
527
|
+
ux as TableBody,
|
|
528
|
+
sx as TableCaption,
|
|
529
|
+
gx as TableCell,
|
|
530
|
+
cx as TableFooter,
|
|
531
|
+
Cx as TableHead,
|
|
532
|
+
bx as TableHeader,
|
|
533
|
+
Sx as TableRow,
|
|
534
|
+
Tx as Tabs,
|
|
535
|
+
hx as TabsContent,
|
|
536
|
+
Mx as TabsList,
|
|
537
|
+
Ax as TabsTrigger,
|
|
538
|
+
gm as Telegram,
|
|
539
|
+
Cm as Tesla,
|
|
540
|
+
kx as Textarea,
|
|
541
|
+
Sm as Ticktick,
|
|
542
|
+
Tm as Tiktok,
|
|
543
|
+
Px as Toggle,
|
|
544
|
+
yx as Tooltip,
|
|
545
|
+
Lx as TooltipContent,
|
|
546
|
+
Hx as TooltipProvider,
|
|
547
|
+
Fx as TooltipTrigger,
|
|
548
|
+
Mm as Trello,
|
|
549
|
+
Gm as Twilio,
|
|
550
|
+
km as Twitch,
|
|
551
|
+
Pm as Vercel,
|
|
552
|
+
wm as VercelLogotype,
|
|
553
|
+
Vx as ViewToolsControl,
|
|
554
|
+
Ex as VirtualizedGrid,
|
|
555
|
+
Lm as Vscode,
|
|
556
|
+
Fm as Walmart,
|
|
557
|
+
Vm as Weaviate,
|
|
558
|
+
Em as Windsurf,
|
|
559
|
+
Wm as Workday,
|
|
560
|
+
Zm as Wrike,
|
|
561
|
+
Jm as X,
|
|
562
|
+
Um as Xero,
|
|
563
|
+
Ym as Youtube,
|
|
564
|
+
Km as Yugabytedb,
|
|
565
|
+
$m as Zendesk,
|
|
566
|
+
ri as Zoho,
|
|
567
|
+
ti as ZohoBooks,
|
|
568
|
+
ai as ZohoCreator,
|
|
569
|
+
ii as Zoom,
|
|
570
|
+
F as avatarBadgeVariants,
|
|
567
571
|
O as badgeVariants,
|
|
568
572
|
K as buttonVariants,
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
573
|
+
Si as jsonHighlightVariants,
|
|
574
|
+
ix as stepIndicatorIconVariants,
|
|
575
|
+
fx as stepIndicatorLabelVariants,
|
|
576
|
+
Gx as tabsListVariants,
|
|
577
|
+
vx as toggleVariants,
|
|
578
|
+
Kf as useSidebar
|
|
575
579
|
};
|