@arcadeai/design-system 3.35.0 → 3.35.2
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/{outlook-mail.js → microsoft-outlook-mail.js} +4 -4
- package/dist/assets/images/arcade-logo.d.ts +10 -5
- package/dist/components/index.js +490 -488
- package/dist/components/ui/atoms/icons/arcade-logo.d.ts +4 -0
- package/dist/components/ui/atoms/icons/arcade-logo.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/arcade-logo.js +33 -0
- package/dist/components/ui/atoms/icons/index.d.ts +3 -2
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +284 -282
- package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +1 -1
- package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{outlook-mail.js → microsoft-outlook-mail.js} +3 -3
- package/dist/components/ui/atoms/index.js +407 -405
- package/dist/components/ui/index.js +490 -488
- package/dist/components/ui/pages/chat-page.js +13 -13
- package/dist/components/ui/pages/login-page.js +9 -9
- package/dist/main.js +519 -517
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +209 -206
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +45 -6
- package/dist/metadata/utils.d.ts.map +1 -1
- package/dist/metadata/utils.js +18 -17
- package/package.json +1 -1
- package/dist/arcade-logo-BVV97-cr.js +0 -33
- package/dist/assets/images/arcade-logo.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/outlook-calendar.d.ts +0 -4
- package/dist/components/ui/atoms/icons/outlook-calendar.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/outlook-mail.d.ts +0 -4
- package/dist/components/ui/atoms/icons/outlook-mail.d.ts.map +0 -1
- /package/dist/assets/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./accordion.js";
|
|
2
2
|
import { Alert as i, AlertDescription as f, AlertTitle as x } from "./alert.js";
|
|
3
|
-
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as
|
|
3
|
+
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as c, AlertDialogDescription as s, AlertDialogFooter as u, AlertDialogHeader as b, AlertDialogOverlay as C, AlertDialogPortal as S, AlertDialogTitle as D, AlertDialogTrigger as h } from "./alert-dialog.js";
|
|
4
4
|
import { Avatar as M, AvatarFallback as A, AvatarImage as B } from "./avatar.js";
|
|
5
5
|
import { AvatarNotificationBadge as k, avatarBadgeVariants as w } from "./avatar-notification-badge.js";
|
|
6
6
|
import { Badge as v, badgeVariants as I } from "./badge.js";
|
|
7
|
-
import { Breadcrumb as
|
|
7
|
+
import { Breadcrumb as L, BreadcrumbEllipsis as H, BreadcrumbItem as F, BreadcrumbLink as R, BreadcrumbList as V, BreadcrumbPage as O, BreadcrumbSeparator as E } from "./breadcrumb.js";
|
|
8
8
|
import { Button as W, buttonVariants as Z } from "./button.js";
|
|
9
9
|
import { ByocBadge as q } from "./byoc-badge.js";
|
|
10
10
|
import { C as X, a as Y } from "../../../calendar-DreAgQKY.js";
|
|
@@ -14,201 +14,202 @@ import { ChatContainerContent as lo, ChatContainerRoot as no, ChatContainerScrol
|
|
|
14
14
|
import { Checkbox as so } from "./checkbox.js";
|
|
15
15
|
import { CodeBlock as bo, CodeBlockCode as Co, CodeBlockGroup as So } from "./code-block.js";
|
|
16
16
|
import { Collapsible as ho, CollapsibleContent as To, CollapsibleTrigger as Mo } from "./collapsible.js";
|
|
17
|
-
import { Command as Bo, CommandDialog as Go, CommandEmpty as ko, CommandGroup as wo, CommandInput as Po, CommandItem as vo, CommandList as Io, CommandSeparator as yo, CommandShortcut as
|
|
17
|
+
import { Command as Bo, CommandDialog as Go, CommandEmpty as ko, CommandGroup as wo, CommandInput as Po, CommandItem as vo, CommandList as Io, CommandSeparator as yo, CommandShortcut as Lo } from "./command.js";
|
|
18
18
|
import { CopyButton as Fo } from "./copy-button.js";
|
|
19
19
|
import { Dialog as Vo, DialogClose as Oo, DialogContent as Eo, DialogDescription as zo, DialogFooter as Wo, DialogHeader as Zo, DialogOverlay as No, DialogPortal as qo, DialogTitle as Jo, DialogTrigger as Xo } from "./dialog.js";
|
|
20
20
|
import { DropdownMenu as jo, DropdownMenuCheckboxItem as Qo, DropdownMenuContent as Uo, DropdownMenuGroup as Ko, DropdownMenuItem as _o, DropdownMenuLabel as $o, DropdownMenuPortal as or, DropdownMenuRadioGroup as rr, DropdownMenuRadioItem as er, DropdownMenuSeparator as tr, DropdownMenuShortcut as pr, DropdownMenuSub as ar, DropdownMenuSubContent as mr, DropdownMenuSubTrigger as ir, DropdownMenuTrigger as fr } from "./dropdown-menu.js";
|
|
21
21
|
import { HoverCard as lr, HoverCardContent as nr, HoverCardTrigger as dr } from "./hover-card.js";
|
|
22
|
-
import { Adp as
|
|
23
|
-
import { Aha as
|
|
22
|
+
import { Adp as cr } from "./icons/adp.js";
|
|
23
|
+
import { Aha as ur } from "./icons/aha.js";
|
|
24
24
|
import { Airtable as Cr } from "./icons/airtable.js";
|
|
25
25
|
import { Amplitude as Dr } from "./icons/amplitude.js";
|
|
26
26
|
import { Arcade as Tr } from "./icons/arcade.js";
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
27
|
+
import { ArcadeLogo as Ar } from "./icons/arcade-logo.js";
|
|
28
|
+
import { Asana as Gr } from "./icons/asana.js";
|
|
29
|
+
import { Ashby as wr } from "./icons/ashby.js";
|
|
30
|
+
import { Atlassian as vr } from "./icons/atlassian.js";
|
|
31
|
+
import { Attio as yr } from "./icons/attio.js";
|
|
32
|
+
import { Auth0 as Hr } from "./icons/auth0.js";
|
|
33
|
+
import { Azure as Rr } from "./icons/azure.js";
|
|
34
|
+
import { Bamboohr as Or } from "./icons/bamboohr.js";
|
|
35
|
+
import { Basecamp as zr } from "./icons/basecamp.js";
|
|
36
|
+
import { Bill as Zr } from "./icons/bill.js";
|
|
37
|
+
import { Bitbucket as qr } from "./icons/bitbucket.js";
|
|
38
|
+
import { Bluesky as Xr } from "./icons/bluesky.js";
|
|
39
|
+
import { Box as jr } from "./icons/box.js";
|
|
40
|
+
import { Braze as Ur } from "./icons/braze.js";
|
|
41
|
+
import { Brex as _r } from "./icons/brex.js";
|
|
42
|
+
import { Brightdata as oe } from "./icons/brightdata.js";
|
|
43
|
+
import { Buffer as ee } from "./icons/buffer.js";
|
|
44
|
+
import { Calendly as pe } from "./icons/calendly.js";
|
|
45
|
+
import { Claude as me } from "./icons/claude.js";
|
|
46
|
+
import { Clickhouse as fe } from "./icons/clickhouse.js";
|
|
47
|
+
import { Clickup as le } from "./icons/clickup.js";
|
|
48
|
+
import { Cline as de } from "./icons/cline.js";
|
|
49
|
+
import { Closeio as ce } from "./icons/closeio.js";
|
|
49
50
|
import { Codesandbox as ue } from "./icons/codesandbox.js";
|
|
50
|
-
import { Coinbase as
|
|
51
|
-
import { Confluence as
|
|
52
|
-
import { Cursor as
|
|
53
|
-
import { CursorInstallDark as
|
|
54
|
-
import { CursorInstallLight as
|
|
55
|
-
import { Customerio as
|
|
56
|
-
import { Datadog as
|
|
57
|
-
import { Daytona as
|
|
58
|
-
import { DigitalOcean as
|
|
59
|
-
import { Discord as
|
|
60
|
-
import { Dropbox as
|
|
61
|
-
import { E2b as
|
|
62
|
-
import { Ebay as
|
|
63
|
-
import { Evernote as
|
|
64
|
-
import { Exa as
|
|
65
|
-
import { Factorial as
|
|
66
|
-
import { Figma as
|
|
67
|
-
import { Firecrawl as
|
|
68
|
-
import { Freshservice as
|
|
69
|
-
import { Gemini as
|
|
70
|
-
import { Generic as
|
|
71
|
-
import { Github as
|
|
72
|
-
import { Gitlab as
|
|
73
|
-
import { Gmail as
|
|
74
|
-
import { Google as
|
|
75
|
-
import { GoogleCalendar as
|
|
51
|
+
import { Coinbase as Ce } from "./icons/coinbase.js";
|
|
52
|
+
import { Confluence as De } from "./icons/confluence.js";
|
|
53
|
+
import { Cursor as Te } from "./icons/cursor.js";
|
|
54
|
+
import { CursorInstallDark as Ae } from "./icons/cursor-install-dark.js";
|
|
55
|
+
import { CursorInstallLight as Ge } from "./icons/cursor-install-light.js";
|
|
56
|
+
import { Customerio as we } from "./icons/customerio.js";
|
|
57
|
+
import { Datadog as ve } from "./icons/datadog.js";
|
|
58
|
+
import { Daytona as ye } from "./icons/daytona.js";
|
|
59
|
+
import { DigitalOcean as He } from "./icons/digital-ocean.js";
|
|
60
|
+
import { Discord as Re } from "./icons/discord.js";
|
|
61
|
+
import { Dropbox as Oe } from "./icons/dropbox.js";
|
|
62
|
+
import { E2b as ze } from "./icons/e2b.js";
|
|
63
|
+
import { Ebay as Ze } from "./icons/ebay.js";
|
|
64
|
+
import { Evernote as qe } from "./icons/evernote.js";
|
|
65
|
+
import { Exa as Xe } from "./icons/exa.js";
|
|
66
|
+
import { Factorial as je } from "./icons/factorial.js";
|
|
67
|
+
import { Figma as Ue } from "./icons/figma.js";
|
|
68
|
+
import { Firecrawl as _e } from "./icons/firecrawl.js";
|
|
69
|
+
import { Freshservice as ot } from "./icons/freshservice.js";
|
|
70
|
+
import { Gemini as et } from "./icons/gemini.js";
|
|
71
|
+
import { Generic as pt } from "./icons/generic.js";
|
|
72
|
+
import { Github as mt } from "./icons/github.js";
|
|
73
|
+
import { Gitlab as ft } from "./icons/gitlab.js";
|
|
74
|
+
import { Gmail as lt } from "./icons/gmail.js";
|
|
75
|
+
import { Google as dt } from "./icons/google.js";
|
|
76
|
+
import { GoogleCalendar as ct } from "./icons/google-calendar.js";
|
|
76
77
|
import { GoogleContacts as ut } from "./icons/google-contacts.js";
|
|
77
|
-
import { GoogleDocs as
|
|
78
|
-
import { GoogleDrive as
|
|
79
|
-
import { GoogleFinance as
|
|
80
|
-
import { GoogleFlight as
|
|
81
|
-
import { GoogleFlights as
|
|
82
|
-
import { GoogleHotels as
|
|
83
|
-
import { GoogleJobs as
|
|
84
|
-
import { GoogleMaps as
|
|
85
|
-
import { GoogleNews as
|
|
86
|
-
import { GoogleSheets as
|
|
87
|
-
import { GoogleShopping as
|
|
88
|
-
import { GoogleSlides as
|
|
89
|
-
import { Goose as
|
|
90
|
-
import { Granola as
|
|
91
|
-
import { Heroku as
|
|
92
|
-
import { Hootsuite as
|
|
93
|
-
import { Hubspot as
|
|
94
|
-
import { Imgflip as
|
|
95
|
-
import { Intercom as
|
|
96
|
-
import { Jira as
|
|
97
|
-
import { Langchain as
|
|
98
|
-
import { Linear as
|
|
99
|
-
import { Linkedin as
|
|
100
|
-
import { Luma as
|
|
101
|
-
import { Mailchimp as
|
|
102
|
-
import { Mastra as
|
|
78
|
+
import { GoogleDocs as Ct } from "./icons/google-docs.js";
|
|
79
|
+
import { GoogleDrive as Dt } from "./icons/google-drive.js";
|
|
80
|
+
import { GoogleFinance as Tt } from "./icons/google-finance.js";
|
|
81
|
+
import { GoogleFlight as At } from "./icons/google-flight.js";
|
|
82
|
+
import { GoogleFlights as Gt } from "./icons/google-flights.js";
|
|
83
|
+
import { GoogleHotels as wt } from "./icons/google-hotels.js";
|
|
84
|
+
import { GoogleJobs as vt } from "./icons/google-jobs.js";
|
|
85
|
+
import { GoogleMaps as yt } from "./icons/google-maps.js";
|
|
86
|
+
import { GoogleNews as Ht } from "./icons/google-news.js";
|
|
87
|
+
import { GoogleSheets as Rt } from "./icons/google-sheets.js";
|
|
88
|
+
import { GoogleShopping as Ot } from "./icons/google-shopping.js";
|
|
89
|
+
import { GoogleSlides as zt } from "./icons/google-slides.js";
|
|
90
|
+
import { Goose as Zt } from "./icons/goose.js";
|
|
91
|
+
import { Granola as qt } from "./icons/granola.js";
|
|
92
|
+
import { Heroku as Xt } from "./icons/heroku.js";
|
|
93
|
+
import { Hootsuite as jt } from "./icons/hootsuite.js";
|
|
94
|
+
import { Hubspot as Ut } from "./icons/hubspot.js";
|
|
95
|
+
import { Imgflip as _t } from "./icons/imgflip.js";
|
|
96
|
+
import { Intercom as op } from "./icons/intercom.js";
|
|
97
|
+
import { Jira as ep } from "./icons/jira.js";
|
|
98
|
+
import { Langchain as pp } from "./icons/langchain.js";
|
|
99
|
+
import { Linear as mp } from "./icons/linear.js";
|
|
100
|
+
import { Linkedin as fp } from "./icons/linkedin.js";
|
|
101
|
+
import { Luma as lp } from "./icons/luma.js";
|
|
102
|
+
import { Mailchimp as dp } from "./icons/mailchimp.js";
|
|
103
|
+
import { Mastra as cp } from "./icons/mastra.js";
|
|
103
104
|
import { MathToolkit as up } from "./icons/math-toolkit.js";
|
|
104
|
-
import { Mcp as
|
|
105
|
-
import { Microsoft as
|
|
106
|
-
import { MicrosoftDynamics as
|
|
107
|
-
import { MicrosoftExcel as
|
|
108
|
-
import { MicrosoftOnedrive as
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import { Pagerduty as
|
|
125
|
-
import { Pinecone as
|
|
126
|
-
import { Pinterest as
|
|
127
|
-
import { Pipedrive as
|
|
128
|
-
import { Plaid as
|
|
129
|
-
import { Postgres as
|
|
105
|
+
import { Mcp as Cp } from "./icons/mcp.js";
|
|
106
|
+
import { Microsoft as Dp } from "./icons/microsoft.js";
|
|
107
|
+
import { MicrosoftDynamics as Tp } from "./icons/microsoft-dynamics.js";
|
|
108
|
+
import { MicrosoftExcel as Ap } from "./icons/microsoft-excel.js";
|
|
109
|
+
import { MicrosoftOnedrive as Gp } from "./icons/microsoft-onedrive.js";
|
|
110
|
+
import { MicrosoftOutlookCalendar as wp } from "./icons/microsoft-outlook-calendar.js";
|
|
111
|
+
import { MicrosoftOutlookMail as vp } from "./icons/microsoft-outlook-mail.js";
|
|
112
|
+
import { MicrosoftPowerpoint as yp } from "./icons/microsoft-powerpoint.js";
|
|
113
|
+
import { MicrosoftSharepoint as Hp } from "./icons/microsoft-sharepoint.js";
|
|
114
|
+
import { MicrosoftTeams as Rp } from "./icons/microsoft-teams.js";
|
|
115
|
+
import { MicrosoftWord as Op } from "./icons/microsoft-word.js";
|
|
116
|
+
import { Miro as zp } from "./icons/miro.js";
|
|
117
|
+
import { Monday as Zp } from "./icons/monday.js";
|
|
118
|
+
import { MongoDB as qp } from "./icons/mongodb.js";
|
|
119
|
+
import { Netsuite as Xp } from "./icons/netsuite.js";
|
|
120
|
+
import { Notion as jp } from "./icons/notion.js";
|
|
121
|
+
import { Oauth as Up } from "./icons/oauth.js";
|
|
122
|
+
import { Obsidian as _p } from "./icons/obsidian.js";
|
|
123
|
+
import { Okta as oa } from "./icons/okta.js";
|
|
124
|
+
import { Openai as ea } from "./icons/openai.js";
|
|
125
|
+
import { Pagerduty as pa } from "./icons/pagerduty.js";
|
|
126
|
+
import { Pinecone as ma } from "./icons/pinecone.js";
|
|
127
|
+
import { Pinterest as fa } from "./icons/pinterest.js";
|
|
128
|
+
import { Pipedrive as la } from "./icons/pipedrive.js";
|
|
129
|
+
import { Plaid as da } from "./icons/plaid.js";
|
|
130
|
+
import { Postgres as ca } from "./icons/postgres.js";
|
|
130
131
|
import { Posthog as ua } from "./icons/posthog.js";
|
|
131
|
-
import { Pylon as
|
|
132
|
-
import { Quickbooks as
|
|
133
|
-
import { Railway as
|
|
134
|
-
import { Reddit as
|
|
135
|
-
import { Salesforce as
|
|
136
|
-
import { Shopify as
|
|
137
|
-
import { Singlestore as
|
|
138
|
-
import { Slack as
|
|
139
|
-
import { Snowflake as
|
|
140
|
-
import { Splunk as
|
|
141
|
-
import { Spotify as
|
|
142
|
-
import { Square as
|
|
143
|
-
import { Squarespace as
|
|
144
|
-
import { Squareup as
|
|
145
|
-
import { Stripe as
|
|
146
|
-
import { Tesla as
|
|
147
|
-
import { Ticktick as
|
|
148
|
-
import { Tiktok as
|
|
149
|
-
import { Trello as
|
|
150
|
-
import { Twilio as
|
|
151
|
-
import { Twitch as
|
|
152
|
-
import { Vercel as
|
|
153
|
-
import { Vscode as
|
|
154
|
-
import { Walmart as
|
|
155
|
-
import { Weaviate as
|
|
156
|
-
import { Windsurf as
|
|
132
|
+
import { Pylon as Ca } from "./icons/pylon.js";
|
|
133
|
+
import { Quickbooks as Da } from "./icons/quickbooks.js";
|
|
134
|
+
import { Railway as Ta } from "./icons/railway.js";
|
|
135
|
+
import { Reddit as Aa } from "./icons/reddit.js";
|
|
136
|
+
import { Salesforce as Ga } from "./icons/salesforce.js";
|
|
137
|
+
import { Shopify as wa } from "./icons/shopify.js";
|
|
138
|
+
import { Singlestore as va } from "./icons/singlestore.js";
|
|
139
|
+
import { Slack as ya } from "./icons/slack.js";
|
|
140
|
+
import { Snowflake as Ha } from "./icons/snowflake.js";
|
|
141
|
+
import { Splunk as Ra } from "./icons/splunk.js";
|
|
142
|
+
import { Spotify as Oa } from "./icons/spotify.js";
|
|
143
|
+
import { Square as za } from "./icons/square.js";
|
|
144
|
+
import { Squarespace as Za } from "./icons/squarespace.js";
|
|
145
|
+
import { Squareup as qa } from "./icons/squareup.js";
|
|
146
|
+
import { Stripe as Xa } from "./icons/stripe.js";
|
|
147
|
+
import { Tesla as ja } from "./icons/tesla.js";
|
|
148
|
+
import { Ticktick as Ua } from "./icons/ticktick.js";
|
|
149
|
+
import { Tiktok as _a } from "./icons/tiktok.js";
|
|
150
|
+
import { Trello as om } from "./icons/trello.js";
|
|
151
|
+
import { Twilio as em } from "./icons/twilio.js";
|
|
152
|
+
import { Twitch as pm } from "./icons/twitch.js";
|
|
153
|
+
import { Vercel as mm } from "./icons/vercel.js";
|
|
154
|
+
import { Vscode as fm } from "./icons/vscode.js";
|
|
155
|
+
import { Walmart as lm } from "./icons/walmart.js";
|
|
156
|
+
import { Weaviate as dm } from "./icons/weaviate.js";
|
|
157
|
+
import { Windsurf as cm } from "./icons/windsurf.js";
|
|
157
158
|
import { Workday as um } from "./icons/workday.js";
|
|
158
|
-
import { Wrike as
|
|
159
|
-
import { X as
|
|
160
|
-
import { Xero as
|
|
161
|
-
import { Youtube as
|
|
162
|
-
import { Yugabytedb as
|
|
163
|
-
import { Zendesk as
|
|
164
|
-
import { Zoho as
|
|
165
|
-
import { ZohoBooks as
|
|
166
|
-
import { ZohoCreator as
|
|
167
|
-
import { Zoom as
|
|
168
|
-
import { Input as
|
|
169
|
-
import { JsonHighlight as
|
|
170
|
-
import { Label as
|
|
171
|
-
import { Loader as
|
|
172
|
-
import { M as
|
|
173
|
-
import { MobileTooltip as
|
|
174
|
-
import { Popover as
|
|
175
|
-
import { ProBadge as
|
|
176
|
-
import { Progress as
|
|
177
|
-
import { RadioGroup as
|
|
178
|
-
import { ResizableHandle as
|
|
179
|
-
import { ScrollArea as ui, ScrollBar as
|
|
180
|
-
import { ScrollButton as
|
|
181
|
-
import { Select as
|
|
182
|
-
import { Separator as
|
|
183
|
-
import { Sheet as
|
|
184
|
-
import { Sidebar as
|
|
185
|
-
import { Skeleton as
|
|
186
|
-
import { Slider as
|
|
187
|
-
import { StepIndicator as
|
|
188
|
-
import { Switch as
|
|
189
|
-
import { Table as
|
|
190
|
-
import { Tabs as
|
|
191
|
-
import { Textarea as
|
|
192
|
-
import { Toggle as
|
|
193
|
-
import { Tooltip as
|
|
194
|
-
import { ViewToolsControl as
|
|
195
|
-
import { VirtualizedGrid as
|
|
159
|
+
import { Wrike as Cm } from "./icons/wrike.js";
|
|
160
|
+
import { X as Dm } from "./icons/x.js";
|
|
161
|
+
import { Xero as Tm } from "./icons/xero.js";
|
|
162
|
+
import { Youtube as Am } from "./icons/youtube.js";
|
|
163
|
+
import { Yugabytedb as Gm } from "./icons/yugabytedb.js";
|
|
164
|
+
import { Zendesk as wm } from "./icons/zendesk.js";
|
|
165
|
+
import { Zoho as vm } from "./icons/zoho.js";
|
|
166
|
+
import { ZohoBooks as ym } from "./icons/zoho-books.js";
|
|
167
|
+
import { ZohoCreator as Hm } from "./icons/zoho-creator.js";
|
|
168
|
+
import { Zoom as Rm } from "./icons/zoom.js";
|
|
169
|
+
import { Input as Om } from "./input.js";
|
|
170
|
+
import { JsonHighlight as zm, jsonHighlightVariants as Wm } from "./json-highlight.js";
|
|
171
|
+
import { Label as Nm } from "./label.js";
|
|
172
|
+
import { Loader as Jm } from "./loader.js";
|
|
173
|
+
import { M as Ym } from "../../../markdown-D0xxRbwP.js";
|
|
174
|
+
import { MobileTooltip as Qm, MobileTooltipContent as Um, MobileTooltipProvider as Km, MobileTooltipTrigger as _m } from "./mobile-tooltip.js";
|
|
175
|
+
import { Popover as oi, PopoverAnchor as ri, PopoverContent as ei, PopoverTrigger as ti } from "./popover.js";
|
|
176
|
+
import { ProBadge as ai } from "./pro-badge.js";
|
|
177
|
+
import { Progress as ii } from "./progress.js";
|
|
178
|
+
import { RadioGroup as xi, RadioGroupItem as li } from "./radio-group.js";
|
|
179
|
+
import { ResizableHandle as di, ResizablePanel as gi, ResizablePanelGroup as ci } from "./resizable.js";
|
|
180
|
+
import { ScrollArea as ui, ScrollBar as bi } from "./scroll-area.js";
|
|
181
|
+
import { ScrollButton as Si } from "./scroll-button.js";
|
|
182
|
+
import { Select as hi, SelectContent as Ti, SelectGroup as Mi, SelectItem as Ai, SelectLabel as Bi, SelectScrollDownButton as Gi, SelectScrollUpButton as ki, SelectSeparator as wi, SelectTrigger as Pi, SelectValue as vi } from "./select.js";
|
|
183
|
+
import { Separator as yi } from "./separator.js";
|
|
184
|
+
import { Sheet as Hi, SheetClose as Fi, SheetContent as Ri, SheetDescription as Vi, SheetFooter as Oi, SheetHeader as Ei, SheetTitle as zi, SheetTrigger as Wi } from "./sheet.js";
|
|
185
|
+
import { Sidebar as Ni, SidebarContent as qi, SidebarFooter as Ji, SidebarGroup as Xi, SidebarGroupAction as Yi, SidebarGroupContent as ji, SidebarGroupLabel as Qi, SidebarHeader as Ui, SidebarInput as Ki, SidebarInset as _i, SidebarMenu as $i, SidebarMenuAction as of, SidebarMenuBadge as rf, SidebarMenuButton as ef, SidebarMenuItem as tf, SidebarMenuSkeleton as pf, SidebarMenuSub as af, SidebarMenuSubButton as mf, SidebarMenuSubItem as ff, SidebarProvider as xf, SidebarRail as lf, SidebarSeparator as nf, SidebarTrigger as df, useSidebar as gf } from "./sidebar.js";
|
|
186
|
+
import { Skeleton as sf } from "./skeleton.js";
|
|
187
|
+
import { Slider as bf } from "./slider.js";
|
|
188
|
+
import { StepIndicator as Sf, stepIndicatorIconVariants as Df, stepIndicatorLabelVariants as hf } from "./step-indicator.js";
|
|
189
|
+
import { Switch as Mf } from "./switch.js";
|
|
190
|
+
import { Table as Bf, TableBody as Gf, TableCaption as kf, TableCell as wf, TableFooter as Pf, TableHead as vf, TableHeader as If, TableRow as yf } from "./table.js";
|
|
191
|
+
import { Tabs as Hf, TabsContent as Ff, TabsList as Rf, TabsTrigger as Vf } from "./tabs.js";
|
|
192
|
+
import { Textarea as Ef } from "./textarea.js";
|
|
193
|
+
import { Toggle as Wf, toggleVariants as Zf } from "./toggle.js";
|
|
194
|
+
import { Tooltip as qf, TooltipContent as Jf, TooltipProvider as Xf, TooltipTrigger as Yf } from "./tooltip.js";
|
|
195
|
+
import { ViewToolsControl as Qf } from "./view-tools-control.js";
|
|
196
|
+
import { VirtualizedGrid as Kf } from "./virtualized-grid.js";
|
|
196
197
|
export {
|
|
197
198
|
e as Accordion,
|
|
198
199
|
t as AccordionContent,
|
|
199
200
|
p as AccordionItem,
|
|
200
201
|
a as AccordionTrigger,
|
|
201
|
-
|
|
202
|
-
|
|
202
|
+
cr as Adp,
|
|
203
|
+
ur as Aha,
|
|
203
204
|
Cr as Airtable,
|
|
204
205
|
i as Alert,
|
|
205
206
|
f as AlertDescription,
|
|
206
207
|
n as AlertDialog,
|
|
207
208
|
d as AlertDialogAction,
|
|
208
209
|
g as AlertDialogCancel,
|
|
209
|
-
|
|
210
|
+
c as AlertDialogContent,
|
|
210
211
|
s as AlertDialogDescription,
|
|
211
|
-
|
|
212
|
+
u as AlertDialogFooter,
|
|
212
213
|
b as AlertDialogHeader,
|
|
213
214
|
C as AlertDialogOverlay,
|
|
214
215
|
S as AlertDialogPortal,
|
|
@@ -217,39 +218,40 @@ export {
|
|
|
217
218
|
x as AlertTitle,
|
|
218
219
|
Dr as Amplitude,
|
|
219
220
|
Tr as Arcade,
|
|
220
|
-
Ar as
|
|
221
|
-
Gr as
|
|
222
|
-
wr as
|
|
223
|
-
vr as
|
|
224
|
-
yr as
|
|
221
|
+
Ar as ArcadeLogo,
|
|
222
|
+
Gr as Asana,
|
|
223
|
+
wr as Ashby,
|
|
224
|
+
vr as Atlassian,
|
|
225
|
+
yr as Attio,
|
|
226
|
+
Hr as Auth0,
|
|
225
227
|
M as Avatar,
|
|
226
228
|
A as AvatarFallback,
|
|
227
229
|
B as AvatarImage,
|
|
228
230
|
k as AvatarNotificationBadge,
|
|
229
|
-
|
|
231
|
+
Rr as Azure,
|
|
230
232
|
v as Badge,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
233
|
+
Or as Bamboohr,
|
|
234
|
+
zr as Basecamp,
|
|
235
|
+
Zr as Bill,
|
|
236
|
+
qr as Bitbucket,
|
|
237
|
+
Xr as Bluesky,
|
|
238
|
+
jr as Box,
|
|
239
|
+
Ur as Braze,
|
|
240
|
+
L as Breadcrumb,
|
|
241
|
+
H as BreadcrumbEllipsis,
|
|
240
242
|
F as BreadcrumbItem,
|
|
241
243
|
R as BreadcrumbLink,
|
|
242
244
|
V as BreadcrumbList,
|
|
243
245
|
O as BreadcrumbPage,
|
|
244
246
|
E as BreadcrumbSeparator,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
247
|
+
_r as Brex,
|
|
248
|
+
oe as Brightdata,
|
|
249
|
+
ee as Buffer,
|
|
248
250
|
W as Button,
|
|
249
251
|
q as ByocBadge,
|
|
250
252
|
X as Calendar,
|
|
251
253
|
Y as CalendarDayButton,
|
|
252
|
-
|
|
254
|
+
pe as Calendly,
|
|
253
255
|
Q as Card,
|
|
254
256
|
U as CardAction,
|
|
255
257
|
K as CardContent,
|
|
@@ -267,16 +269,16 @@ export {
|
|
|
267
269
|
no as ChatContainerRoot,
|
|
268
270
|
go as ChatContainerScrollAnchor,
|
|
269
271
|
so as Checkbox,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
272
|
+
me as Claude,
|
|
273
|
+
fe as Clickhouse,
|
|
274
|
+
le as Clickup,
|
|
275
|
+
de as Cline,
|
|
276
|
+
ce as Closeio,
|
|
275
277
|
bo as CodeBlock,
|
|
276
278
|
Co as CodeBlockCode,
|
|
277
279
|
So as CodeBlockGroup,
|
|
278
280
|
ue as Codesandbox,
|
|
279
|
-
|
|
281
|
+
Ce as Coinbase,
|
|
280
282
|
ho as Collapsible,
|
|
281
283
|
To as CollapsibleContent,
|
|
282
284
|
Mo as CollapsibleTrigger,
|
|
@@ -288,15 +290,15 @@ export {
|
|
|
288
290
|
vo as CommandItem,
|
|
289
291
|
Io as CommandList,
|
|
290
292
|
yo as CommandSeparator,
|
|
291
|
-
|
|
292
|
-
|
|
293
|
+
Lo as CommandShortcut,
|
|
294
|
+
De as Confluence,
|
|
293
295
|
Fo as CopyButton,
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
296
|
+
Te as Cursor,
|
|
297
|
+
Ae as CursorInstallDark,
|
|
298
|
+
Ge as CursorInstallLight,
|
|
299
|
+
we as Customerio,
|
|
300
|
+
ve as Datadog,
|
|
301
|
+
ye as Daytona,
|
|
300
302
|
Vo as Dialog,
|
|
301
303
|
Oo as DialogClose,
|
|
302
304
|
Eo as DialogContent,
|
|
@@ -307,9 +309,9 @@ export {
|
|
|
307
309
|
qo as DialogPortal,
|
|
308
310
|
Jo as DialogTitle,
|
|
309
311
|
Xo as DialogTrigger,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
312
|
+
He as DigitalOcean,
|
|
313
|
+
Re as Discord,
|
|
314
|
+
Oe as Dropbox,
|
|
313
315
|
jo as DropdownMenu,
|
|
314
316
|
Qo as DropdownMenuCheckboxItem,
|
|
315
317
|
Uo as DropdownMenuContent,
|
|
@@ -325,211 +327,211 @@ export {
|
|
|
325
327
|
mr as DropdownMenuSubContent,
|
|
326
328
|
ir as DropdownMenuSubTrigger,
|
|
327
329
|
fr as DropdownMenuTrigger,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
330
|
+
ze as E2b,
|
|
331
|
+
Ze as Ebay,
|
|
332
|
+
qe as Evernote,
|
|
333
|
+
Xe as Exa,
|
|
334
|
+
je as Factorial,
|
|
335
|
+
Ue as Figma,
|
|
336
|
+
_e as Firecrawl,
|
|
337
|
+
ot as Freshservice,
|
|
338
|
+
et as Gemini,
|
|
339
|
+
pt as Generic,
|
|
340
|
+
mt as Github,
|
|
341
|
+
ft as Gitlab,
|
|
342
|
+
lt as Gmail,
|
|
343
|
+
dt as Google,
|
|
344
|
+
ct as GoogleCalendar,
|
|
343
345
|
ut as GoogleContacts,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
346
|
+
Ct as GoogleDocs,
|
|
347
|
+
Dt as GoogleDrive,
|
|
348
|
+
Tt as GoogleFinance,
|
|
349
|
+
At as GoogleFlight,
|
|
350
|
+
Gt as GoogleFlights,
|
|
351
|
+
wt as GoogleHotels,
|
|
352
|
+
vt as GoogleJobs,
|
|
353
|
+
yt as GoogleMaps,
|
|
354
|
+
Ht as GoogleNews,
|
|
355
|
+
Rt as GoogleSheets,
|
|
356
|
+
Ot as GoogleShopping,
|
|
357
|
+
zt as GoogleSlides,
|
|
358
|
+
Zt as Goose,
|
|
359
|
+
qt as Granola,
|
|
360
|
+
Xt as Heroku,
|
|
361
|
+
jt as Hootsuite,
|
|
360
362
|
lr as HoverCard,
|
|
361
363
|
nr as HoverCardContent,
|
|
362
364
|
dr as HoverCardTrigger,
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
365
|
+
Ut as Hubspot,
|
|
366
|
+
_t as Imgflip,
|
|
367
|
+
Om as Input,
|
|
368
|
+
op as Intercom,
|
|
369
|
+
ep as Jira,
|
|
370
|
+
zm as JsonHighlight,
|
|
371
|
+
Nm as Label,
|
|
372
|
+
pp as Langchain,
|
|
373
|
+
mp as Linear,
|
|
374
|
+
fp as Linkedin,
|
|
375
|
+
Jm as Loader,
|
|
376
|
+
lp as Luma,
|
|
377
|
+
dp as Mailchimp,
|
|
378
|
+
Ym as Markdown,
|
|
379
|
+
cp as Mastra,
|
|
378
380
|
up as MathToolkit,
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
Qm as
|
|
392
|
-
Um as
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
381
|
+
Cp as Mcp,
|
|
382
|
+
Dp as Microsoft,
|
|
383
|
+
Tp as MicrosoftDynamics,
|
|
384
|
+
Ap as MicrosoftExcel,
|
|
385
|
+
Gp as MicrosoftOnedrive,
|
|
386
|
+
wp as MicrosoftOutlookCalendar,
|
|
387
|
+
vp as MicrosoftOutlookMail,
|
|
388
|
+
yp as MicrosoftPowerpoint,
|
|
389
|
+
Hp as MicrosoftSharepoint,
|
|
390
|
+
Rp as MicrosoftTeams,
|
|
391
|
+
Op as MicrosoftWord,
|
|
392
|
+
zp as Miro,
|
|
393
|
+
Qm as MobileTooltip,
|
|
394
|
+
Um as MobileTooltipContent,
|
|
395
|
+
Km as MobileTooltipProvider,
|
|
396
|
+
_m as MobileTooltipTrigger,
|
|
397
|
+
Zp as Monday,
|
|
398
|
+
qp as MongoDB,
|
|
399
|
+
Xp as Netsuite,
|
|
400
|
+
jp as Notion,
|
|
401
|
+
Up as Oauth,
|
|
402
|
+
_p as Obsidian,
|
|
403
|
+
oa as Okta,
|
|
404
|
+
ea as Openai,
|
|
405
|
+
pa as Pagerduty,
|
|
406
|
+
ma as Pinecone,
|
|
407
|
+
fa as Pinterest,
|
|
408
|
+
la as Pipedrive,
|
|
409
|
+
da as Plaid,
|
|
410
|
+
oi as Popover,
|
|
411
|
+
ri as PopoverAnchor,
|
|
412
|
+
ei as PopoverContent,
|
|
413
|
+
ti as PopoverTrigger,
|
|
414
|
+
ca as Postgres,
|
|
413
415
|
ua as Posthog,
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
416
|
+
ai as ProBadge,
|
|
417
|
+
ii as Progress,
|
|
418
|
+
Ca as Pylon,
|
|
419
|
+
Da as Quickbooks,
|
|
420
|
+
xi as RadioGroup,
|
|
421
|
+
li as RadioGroupItem,
|
|
422
|
+
Ta as Railway,
|
|
423
|
+
Aa as Reddit,
|
|
424
|
+
di as ResizableHandle,
|
|
425
|
+
gi as ResizablePanel,
|
|
426
|
+
ci as ResizablePanelGroup,
|
|
427
|
+
Ga as Salesforce,
|
|
426
428
|
ui as ScrollArea,
|
|
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
|
-
|
|
452
|
-
|
|
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
|
-
|
|
429
|
+
bi as ScrollBar,
|
|
430
|
+
Si as ScrollButton,
|
|
431
|
+
hi as Select,
|
|
432
|
+
Ti as SelectContent,
|
|
433
|
+
Mi as SelectGroup,
|
|
434
|
+
Ai as SelectItem,
|
|
435
|
+
Bi as SelectLabel,
|
|
436
|
+
Gi as SelectScrollDownButton,
|
|
437
|
+
ki as SelectScrollUpButton,
|
|
438
|
+
wi as SelectSeparator,
|
|
439
|
+
Pi as SelectTrigger,
|
|
440
|
+
vi as SelectValue,
|
|
441
|
+
yi as Separator,
|
|
442
|
+
Hi as Sheet,
|
|
443
|
+
Fi as SheetClose,
|
|
444
|
+
Ri as SheetContent,
|
|
445
|
+
Vi as SheetDescription,
|
|
446
|
+
Oi as SheetFooter,
|
|
447
|
+
Ei as SheetHeader,
|
|
448
|
+
zi as SheetTitle,
|
|
449
|
+
Wi as SheetTrigger,
|
|
450
|
+
wa as Shopify,
|
|
451
|
+
Ni as Sidebar,
|
|
452
|
+
qi as SidebarContent,
|
|
453
|
+
Ji as SidebarFooter,
|
|
454
|
+
Xi as SidebarGroup,
|
|
455
|
+
Yi as SidebarGroupAction,
|
|
456
|
+
ji as SidebarGroupContent,
|
|
457
|
+
Qi as SidebarGroupLabel,
|
|
458
|
+
Ui as SidebarHeader,
|
|
459
|
+
Ki as SidebarInput,
|
|
460
|
+
_i as SidebarInset,
|
|
461
|
+
$i as SidebarMenu,
|
|
462
|
+
of as SidebarMenuAction,
|
|
463
|
+
rf as SidebarMenuBadge,
|
|
464
|
+
ef as SidebarMenuButton,
|
|
465
|
+
tf as SidebarMenuItem,
|
|
466
|
+
pf as SidebarMenuSkeleton,
|
|
467
|
+
af as SidebarMenuSub,
|
|
468
|
+
mf as SidebarMenuSubButton,
|
|
469
|
+
ff as SidebarMenuSubItem,
|
|
470
|
+
xf as SidebarProvider,
|
|
471
|
+
lf as SidebarRail,
|
|
472
|
+
nf as SidebarSeparator,
|
|
473
|
+
df as SidebarTrigger,
|
|
474
|
+
va as Singlestore,
|
|
475
|
+
sf as Skeleton,
|
|
476
|
+
ya as Slack,
|
|
477
|
+
bf as Slider,
|
|
478
|
+
Ha as Snowflake,
|
|
479
|
+
Ra as Splunk,
|
|
480
|
+
Oa as Spotify,
|
|
481
|
+
za as Square,
|
|
482
|
+
Za as Squarespace,
|
|
483
|
+
qa as Squareup,
|
|
484
|
+
Sf as StepIndicator,
|
|
485
|
+
Xa as Stripe,
|
|
486
|
+
Mf as Switch,
|
|
487
|
+
Bf as Table,
|
|
488
|
+
Gf as TableBody,
|
|
489
|
+
kf as TableCaption,
|
|
490
|
+
wf as TableCell,
|
|
491
|
+
Pf as TableFooter,
|
|
492
|
+
vf as TableHead,
|
|
493
|
+
If as TableHeader,
|
|
494
|
+
yf as TableRow,
|
|
495
|
+
Hf as Tabs,
|
|
496
|
+
Ff as TabsContent,
|
|
497
|
+
Rf as TabsList,
|
|
498
|
+
Vf as TabsTrigger,
|
|
499
|
+
ja as Tesla,
|
|
500
|
+
Ef as Textarea,
|
|
501
|
+
Ua as Ticktick,
|
|
502
|
+
_a as Tiktok,
|
|
503
|
+
Wf as Toggle,
|
|
504
|
+
qf as Tooltip,
|
|
505
|
+
Jf as TooltipContent,
|
|
506
|
+
Xf as TooltipProvider,
|
|
507
|
+
Yf as TooltipTrigger,
|
|
508
|
+
om as Trello,
|
|
509
|
+
em as Twilio,
|
|
510
|
+
pm as Twitch,
|
|
511
|
+
mm as Vercel,
|
|
512
|
+
Qf as ViewToolsControl,
|
|
513
|
+
Kf as VirtualizedGrid,
|
|
514
|
+
fm as Vscode,
|
|
515
|
+
lm as Walmart,
|
|
516
|
+
dm as Weaviate,
|
|
517
|
+
cm as Windsurf,
|
|
516
518
|
um as Workday,
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
519
|
+
Cm as Wrike,
|
|
520
|
+
Dm as X,
|
|
521
|
+
Tm as Xero,
|
|
522
|
+
Am as Youtube,
|
|
523
|
+
Gm as Yugabytedb,
|
|
524
|
+
wm as Zendesk,
|
|
525
|
+
vm as Zoho,
|
|
526
|
+
ym as ZohoBooks,
|
|
527
|
+
Hm as ZohoCreator,
|
|
528
|
+
Rm as Zoom,
|
|
527
529
|
w as avatarBadgeVariants,
|
|
528
530
|
I as badgeVariants,
|
|
529
531
|
Z as buttonVariants,
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
532
|
+
Wm as jsonHighlightVariants,
|
|
533
|
+
Df as stepIndicatorIconVariants,
|
|
534
|
+
hf as stepIndicatorLabelVariants,
|
|
535
|
+
Zf as toggleVariants,
|
|
536
|
+
gf as useSidebar
|
|
535
537
|
};
|