@arcadeai/design-system 3.5.6 → 3.7.0
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/freshservice.js +10 -0
- package/dist/components/index.js +272 -270
- package/dist/components/ui/atoms/icons/freshservice.d.ts +3 -0
- package/dist/components/ui/atoms/icons/freshservice.js +34 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +158 -156
- package/dist/components/ui/atoms/index.js +259 -257
- package/dist/components/ui/index.js +272 -270
- package/dist/lib/arcade/arcade.js +2 -2
- package/dist/lib/arcade/arcade.test.js +2 -2
- package/dist/main.js +312 -310
- package/dist/metadata/toolkit-icons.js +158 -156
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as l } from "react";
|
|
3
|
+
const s = ({
|
|
4
|
+
title: c,
|
|
5
|
+
titleId: a,
|
|
6
|
+
...t
|
|
7
|
+
}, r) => /* @__PURE__ */ e.createElement("svg", { height: 2500, viewBox: "-2.94 -27.43691191 521.39 549.43691191", width: 2272, xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": a, ...t }, c ? /* @__PURE__ */ e.createElement("title", { id: a }, c) : null, /* @__PURE__ */ e.createElement("path", { d: "m349 .05c33.65 0 67.31.11 101 0 17-.13 32.14 4.42 45 15.71 14.12 12.36 22.31 27.9 22.38 46.66.29 68.21 1.07 136.44-.2 204.62-1.15 61.39-23.14 115.58-63.66 161.81-42.35 48.35-95.66 77.15-159.34 86.15-49.35 7-96.94.09-142.21-20.74-63.21-29.08-107.86-76.36-133.85-140.72-15.63-38.73-21.06-79.24-16.63-120.95q8.73-82.09 62.94-144.29c35-39.93 78.33-66.49 129.63-80a258.84 258.84 0 0 1 67-8.22q43.94.03 87.94-.03zm-50.06 230.35c-19.74 0-39.48-.06-59.22.06-3.43 0-4.51-.59-3.25-4.27 4.86-14.28 9.44-28.65 14.13-43q7.25-22.14 14.48-44.28c1.25-3.83 0-6.93-3.33-8.81s-6.69-1.19-9.2 1.94c-1.4 1.75-2.66 3.61-4 5.43q-34.52 48.08-69 96.13-13.73 19.12-27.55 38.16a9.35 9.35 0 0 0 -1.11 10.12c1.71 3.68 4.86 5.08 8.71 5.23 1.64.06 3.29.05 4.93.05h111.26c6.72 0 6.84 0 4.7 6.6q-13.56 41.53-27.24 83c-1.65 5-.87 8.1 2.73 10.1s6.73 1.14 10-3c.47-.58.9-1.19 1.34-1.8q49-67.77 97.94-135.54c2.45-3.39 3.67-6.92 1.6-10.84s-5.59-5.35-10.06-5.33c-19.28.12-38.57.05-57.86.05z", fill: "#09c6fa" }), /* @__PURE__ */ e.createElement("path", { d: "m298.94 230.4c19.29 0 38.58.07 57.87-.05 4.47 0 7.95 1.33 10.06 5.33s.85 7.45-1.6 10.84q-49 67.75-97.94 135.54c-.44.61-.87 1.22-1.34 1.8-3.3 4.12-6.37 5-10 3s-4.38-5.08-2.73-10.1q13.65-41.49 27.24-83c2.14-6.57 2-6.6-4.7-6.6h-111.26c-1.64 0-3.29 0-4.93-.05-3.85-.15-7-1.55-8.71-5.23a9.35 9.35 0 0 1 1.1-10.12q13.83-19 27.58-38.15 34.53-48 69-96.13c1.31-1.82 2.57-3.68 4-5.43 2.51-3.13 5.8-3.86 9.2-1.94s4.58 5 3.33 8.81l-14.48 44.28c-4.69 14.34-9.27 28.71-14.13 43-1.26 3.68-.18 4.29 3.25 4.27 19.71-.13 39.45-.07 59.19-.07z", fill: "#fbfefe" })), m = l(s);
|
|
8
|
+
export {
|
|
9
|
+
m as default
|
|
10
|
+
};
|
package/dist/components/index.js
CHANGED
|
@@ -50,109 +50,110 @@ import { Evernote as le } from "./ui/atoms/icons/evernote.js";
|
|
|
50
50
|
import { Factorial as xe } from "./ui/atoms/icons/factorial.js";
|
|
51
51
|
import { Figma as de } from "./ui/atoms/icons/figma.js";
|
|
52
52
|
import { Firecrawl as ue } from "./ui/atoms/icons/firecrawl.js";
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
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 {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
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 {
|
|
53
|
+
import { Freshservice as Se } from "./ui/atoms/icons/freshservice.js";
|
|
54
|
+
import { Generic as se } from "./ui/atoms/icons/generic.js";
|
|
55
|
+
import { Github as Te } from "./ui/atoms/icons/github.js";
|
|
56
|
+
import { Gitlab as Me } from "./ui/atoms/icons/gitlab.js";
|
|
57
|
+
import { Gmail as he } from "./ui/atoms/icons/gmail.js";
|
|
58
|
+
import { Google as Be } from "./ui/atoms/icons/google.js";
|
|
59
|
+
import { GoogleCalendar as we } from "./ui/atoms/icons/google-calendar.js";
|
|
60
|
+
import { GoogleContacts as ve } from "./ui/atoms/icons/google-contacts.js";
|
|
61
|
+
import { GoogleDocs as Ie } from "./ui/atoms/icons/google-docs.js";
|
|
62
|
+
import { GoogleDrive as Fe } from "./ui/atoms/icons/google-drive.js";
|
|
63
|
+
import { GoogleFinance as Re } from "./ui/atoms/icons/google-finance.js";
|
|
64
|
+
import { GoogleFlight as Ee } from "./ui/atoms/icons/google-flight.js";
|
|
65
|
+
import { GoogleFlights as Ve } from "./ui/atoms/icons/google-flights.js";
|
|
66
|
+
import { GoogleHotels as qe } from "./ui/atoms/icons/google-hotels.js";
|
|
67
|
+
import { GoogleJobs as Je } from "./ui/atoms/icons/google-jobs.js";
|
|
68
|
+
import { GoogleMaps as Ze } from "./ui/atoms/icons/google-maps.js";
|
|
69
|
+
import { GoogleNews as Ue } from "./ui/atoms/icons/google-news.js";
|
|
70
|
+
import { GoogleSheets as je } from "./ui/atoms/icons/google-sheets.js";
|
|
71
|
+
import { GoogleShopping as _e } from "./ui/atoms/icons/google-shopping.js";
|
|
72
|
+
import { GoogleSlides as ot } from "./ui/atoms/icons/google-slides.js";
|
|
73
|
+
import { Heroku as et } from "./ui/atoms/icons/heroku.js";
|
|
74
|
+
import { Hootsuite as pt } from "./ui/atoms/icons/hootsuite.js";
|
|
75
|
+
import { Hubspot as mt } from "./ui/atoms/icons/hubspot.js";
|
|
76
|
+
import { Imgflip as lt } from "./ui/atoms/icons/imgflip.js";
|
|
77
|
+
import { Intercom as xt } from "./ui/atoms/icons/intercom.js";
|
|
78
|
+
import { Jira as dt } from "./ui/atoms/icons/jira.js";
|
|
79
|
+
import { Linear as ut } from "./ui/atoms/icons/linear.js";
|
|
80
|
+
import { Linkedin as St } from "./ui/atoms/icons/linkedin.js";
|
|
81
|
+
import { Mailchimp as st } from "./ui/atoms/icons/mailchimp.js";
|
|
82
|
+
import { Mcp as Tt } from "./ui/atoms/icons/mcp.js";
|
|
83
|
+
import { Microsoft as Mt } from "./ui/atoms/icons/microsoft.js";
|
|
84
|
+
import { MicrosoftDynamics as ht } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
85
|
+
import { MicrosoftSharepoint as Bt } from "./ui/atoms/icons/microsoft-sharepoint.js";
|
|
86
|
+
import { MicrosoftTeams as wt } from "./ui/atoms/icons/microsoft-teams.js";
|
|
87
|
+
import { Miro as vt } from "./ui/atoms/icons/miro.js";
|
|
88
|
+
import { Monday as It } from "./ui/atoms/icons/monday.js";
|
|
89
|
+
import { MongoDB as Ft } from "./ui/atoms/icons/mongodb.js";
|
|
90
|
+
import { Netsuite as Rt } from "./ui/atoms/icons/netsuite.js";
|
|
91
|
+
import { Notion as Et } from "./ui/atoms/icons/notion.js";
|
|
92
|
+
import { Oauth as Vt } from "./ui/atoms/icons/oauth.js";
|
|
93
|
+
import { Obsidian as qt } from "./ui/atoms/icons/obsidian.js";
|
|
94
|
+
import { Okta as Jt } from "./ui/atoms/icons/okta.js";
|
|
95
|
+
import { OneDrive as Zt } from "./ui/atoms/icons/one-drive.js";
|
|
96
|
+
import { OutlookCalendar as Ut } from "./ui/atoms/icons/outlook-calendar.js";
|
|
97
|
+
import { OutlookMail as jt } from "./ui/atoms/icons/outlook-mail.js";
|
|
98
|
+
import { Pinecone as _t } from "./ui/atoms/icons/pinecone.js";
|
|
99
|
+
import { Pinterest as op } from "./ui/atoms/icons/pinterest.js";
|
|
100
|
+
import { Pipedrive as ep } from "./ui/atoms/icons/pipedrive.js";
|
|
101
|
+
import { Plaid as pp } from "./ui/atoms/icons/plaid.js";
|
|
102
|
+
import { Postgres as mp } from "./ui/atoms/icons/postgres.js";
|
|
103
|
+
import { Quickbooks as lp } from "./ui/atoms/icons/quickbooks.js";
|
|
104
|
+
import { Reddit as xp } from "./ui/atoms/icons/reddit.js";
|
|
105
|
+
import { Salesforce as dp } from "./ui/atoms/icons/salesforce.js";
|
|
106
|
+
import { Shopify as up } from "./ui/atoms/icons/shopify.js";
|
|
107
|
+
import { Singlestore as Sp } from "./ui/atoms/icons/singlestore.js";
|
|
108
|
+
import { Slack as sp } from "./ui/atoms/icons/slack.js";
|
|
109
|
+
import { Snowflake as Tp } from "./ui/atoms/icons/snowflake.js";
|
|
110
|
+
import { Splunk as Mp } from "./ui/atoms/icons/splunk.js";
|
|
111
|
+
import { Spotify as hp } from "./ui/atoms/icons/spotify.js";
|
|
112
|
+
import { Square as Bp } from "./ui/atoms/icons/square.js";
|
|
113
|
+
import { Squarespace as wp } from "./ui/atoms/icons/squarespace.js";
|
|
114
|
+
import { Stripe as vp } from "./ui/atoms/icons/stripe.js";
|
|
115
|
+
import { Tesla as Ip } from "./ui/atoms/icons/tesla.js";
|
|
116
|
+
import { Tiktok as Fp } from "./ui/atoms/icons/tiktok.js";
|
|
117
|
+
import { Trello as Rp } from "./ui/atoms/icons/trello.js";
|
|
118
|
+
import { Twilio as Ep } from "./ui/atoms/icons/twilio.js";
|
|
119
|
+
import { Twitch as Vp } from "./ui/atoms/icons/twitch.js";
|
|
120
|
+
import { Vercel as qp } from "./ui/atoms/icons/vercel.js";
|
|
121
|
+
import { Walmart as Jp } from "./ui/atoms/icons/walmart.js";
|
|
122
|
+
import { Weaviate as Zp } from "./ui/atoms/icons/weaviate.js";
|
|
123
|
+
import { Workday as Up } from "./ui/atoms/icons/workday.js";
|
|
124
|
+
import { Wrike as jp } from "./ui/atoms/icons/wrike.js";
|
|
125
|
+
import { X as _p } from "./ui/atoms/icons/x.js";
|
|
126
|
+
import { Xero as oa } from "./ui/atoms/icons/xero.js";
|
|
127
|
+
import { Youtube as ea } from "./ui/atoms/icons/youtube.js";
|
|
128
|
+
import { Zendesk as pa } from "./ui/atoms/icons/zendesk.js";
|
|
129
|
+
import { Zoom as ma } from "./ui/atoms/icons/zoom.js";
|
|
130
|
+
import { Input as la } from "./ui/atoms/input.js";
|
|
131
|
+
import { Label as xa } from "./ui/atoms/label.js";
|
|
132
|
+
import { MobileTooltip as da, MobileTooltipContent as ga, MobileTooltipProvider as ua, MobileTooltipTrigger as ba } from "./ui/atoms/mobile-tooltip.js";
|
|
133
|
+
import { Popover as ca, PopoverAnchor as sa, PopoverContent as Ca, PopoverTrigger as Ta } from "./ui/atoms/popover.js";
|
|
134
|
+
import { ProBadge as Ma } from "./ui/atoms/pro-badge.js";
|
|
135
|
+
import { Progress as ha } from "./ui/atoms/progress.js";
|
|
136
|
+
import { RadioGroup as Ba, RadioGroupItem as Ga } from "./ui/atoms/radio-group.js";
|
|
137
|
+
import { ResizableHandle as Pa, ResizablePanel as va, ResizablePanelGroup as ya } from "./ui/atoms/resizable.js";
|
|
138
|
+
import { ScrollArea as Ha, ScrollBar as Fa } from "./ui/atoms/scroll-area.js";
|
|
139
|
+
import { Select as Ra, SelectContent as Oa, SelectGroup as Ea, SelectItem as za, SelectLabel as Va, SelectScrollDownButton as Wa, SelectScrollUpButton as qa, SelectSeparator as Na, SelectTrigger as Ja, SelectValue as Xa } from "./ui/atoms/select.js";
|
|
140
|
+
import { Separator as Qa } from "./ui/atoms/separator.js";
|
|
141
|
+
import { Sheet as Ya, SheetClose as ja, SheetContent as Ka, SheetDescription as _a, SheetFooter as $a, SheetHeader as om, SheetTitle as rm, SheetTrigger as em } from "./ui/atoms/sheet.js";
|
|
142
|
+
import { Sidebar as pm, SidebarContent as am, SidebarFooter as mm, SidebarGroup as im, SidebarGroupAction as lm, SidebarGroupContent as fm, SidebarGroupLabel as xm, SidebarHeader as nm, SidebarInput as dm, SidebarInset as gm, SidebarMenu as um, SidebarMenuAction as bm, SidebarMenuBadge as Sm, SidebarMenuButton as cm, SidebarMenuItem as sm, SidebarMenuSkeleton as Cm, SidebarMenuSub as Tm, SidebarMenuSubButton as Dm, SidebarMenuSubItem as Mm, SidebarProvider as Am, SidebarRail as hm, SidebarSeparator as km, SidebarTrigger as Bm, useSidebar as Gm } from "./ui/atoms/sidebar.js";
|
|
143
|
+
import { Skeleton as Pm } from "./ui/atoms/skeleton.js";
|
|
144
|
+
import { Slider as ym } from "./ui/atoms/slider.js";
|
|
145
|
+
import { Switch as Hm } from "./ui/atoms/switch.js";
|
|
146
|
+
import { Table as Lm, TableBody as Rm, TableCaption as Om, TableCell as Em, TableFooter as zm, TableHead as Vm, TableHeader as Wm, TableRow as qm } from "./ui/atoms/table.js";
|
|
147
|
+
import { Tabs as Jm, TabsContent as Xm, TabsList as Zm, TabsTrigger as Qm } from "./ui/atoms/tabs.js";
|
|
148
|
+
import { Textarea as Ym } from "./ui/atoms/textarea.js";
|
|
149
|
+
import { Toggle as Km, toggleVariants as _m } from "./ui/atoms/toggle.js";
|
|
150
|
+
import { Tooltip as oi, TooltipContent as ri, TooltipProvider as ei, TooltipTrigger as ti } from "./ui/atoms/tooltip.js";
|
|
151
|
+
import { EmptyState as ai } from "./ui/molecules/empty-state.js";
|
|
152
|
+
import { R as ii, T as li } from "../toolkit-card-BzIa8ZXI.js";
|
|
153
|
+
import { ToolCard as xi } from "./ui/molecules/tool-card.js";
|
|
154
|
+
import { ToolkitPickerTrigger as di } from "./ui/molecules/toolkit-picker-trigger.js";
|
|
155
|
+
import { ToolkitSelectionSummary as ui } from "./ui/molecules/toolkit-selection-summary.js";
|
|
156
|
+
import { ToolkitPicker as Si } from "./ui/organisms/toolkit-picker/index.js";
|
|
156
157
|
export {
|
|
157
158
|
e as Accordion,
|
|
158
159
|
t as AccordionContent,
|
|
@@ -268,180 +269,181 @@ export {
|
|
|
268
269
|
Zo as DropdownMenuTrigger,
|
|
269
270
|
pe as E2b,
|
|
270
271
|
me as Ebay,
|
|
271
|
-
|
|
272
|
+
ai as EmptyState,
|
|
272
273
|
le as Evernote,
|
|
273
274
|
xe as Factorial,
|
|
274
275
|
de as Figma,
|
|
275
276
|
ue as Firecrawl,
|
|
276
|
-
Se as
|
|
277
|
-
se as
|
|
278
|
-
Te as
|
|
279
|
-
Me as
|
|
280
|
-
he as
|
|
281
|
-
Be as
|
|
282
|
-
we as
|
|
283
|
-
ve as
|
|
284
|
-
Ie as
|
|
285
|
-
Fe as
|
|
286
|
-
Re as
|
|
287
|
-
Ee as
|
|
288
|
-
Ve as
|
|
289
|
-
qe as
|
|
290
|
-
Je as
|
|
291
|
-
Ze as
|
|
292
|
-
Ue as
|
|
293
|
-
je as
|
|
294
|
-
_e as
|
|
295
|
-
ot as
|
|
296
|
-
et as
|
|
277
|
+
Se as Freshservice,
|
|
278
|
+
se as Generic,
|
|
279
|
+
Te as Github,
|
|
280
|
+
Me as Gitlab,
|
|
281
|
+
he as Gmail,
|
|
282
|
+
Be as Google,
|
|
283
|
+
we as GoogleCalendar,
|
|
284
|
+
ve as GoogleContacts,
|
|
285
|
+
Ie as GoogleDocs,
|
|
286
|
+
Fe as GoogleDrive,
|
|
287
|
+
Re as GoogleFinance,
|
|
288
|
+
Ee as GoogleFlight,
|
|
289
|
+
Ve as GoogleFlights,
|
|
290
|
+
qe as GoogleHotels,
|
|
291
|
+
Je as GoogleJobs,
|
|
292
|
+
Ze as GoogleMaps,
|
|
293
|
+
Ue as GoogleNews,
|
|
294
|
+
je as GoogleSheets,
|
|
295
|
+
_e as GoogleShopping,
|
|
296
|
+
ot as GoogleSlides,
|
|
297
|
+
et as Heroku,
|
|
298
|
+
pt as Hootsuite,
|
|
297
299
|
Uo as HoverCard,
|
|
298
300
|
Yo as HoverCardContent,
|
|
299
301
|
jo as HoverCardTrigger,
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
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
|
-
|
|
302
|
+
mt as Hubspot,
|
|
303
|
+
lt as Imgflip,
|
|
304
|
+
la as Input,
|
|
305
|
+
xt as Intercom,
|
|
306
|
+
dt as Jira,
|
|
307
|
+
xa as Label,
|
|
308
|
+
ut as Linear,
|
|
309
|
+
St as Linkedin,
|
|
310
|
+
st as Mailchimp,
|
|
311
|
+
Tt as Mcp,
|
|
312
|
+
Mt as Microsoft,
|
|
313
|
+
ht as MicrosoftDynamics,
|
|
314
|
+
Bt as MicrosoftSharepoint,
|
|
315
|
+
wt as MicrosoftTeams,
|
|
316
|
+
vt as Miro,
|
|
317
|
+
da as MobileTooltip,
|
|
318
|
+
ga as MobileTooltipContent,
|
|
319
|
+
ua as MobileTooltipProvider,
|
|
320
|
+
ba as MobileTooltipTrigger,
|
|
321
|
+
It as Monday,
|
|
322
|
+
Ft as MongoDB,
|
|
323
|
+
Rt as Netsuite,
|
|
324
|
+
Et as Notion,
|
|
325
|
+
Vt as Oauth,
|
|
326
|
+
qt as Obsidian,
|
|
327
|
+
Jt as Okta,
|
|
328
|
+
Zt as OneDrive,
|
|
329
|
+
Ut as OutlookCalendar,
|
|
330
|
+
jt as OutlookMail,
|
|
331
|
+
_t as Pinecone,
|
|
332
|
+
op as Pinterest,
|
|
333
|
+
ep as Pipedrive,
|
|
334
|
+
pp as Plaid,
|
|
335
|
+
ca as Popover,
|
|
336
|
+
sa as PopoverAnchor,
|
|
337
|
+
Ca as PopoverContent,
|
|
338
|
+
Ta as PopoverTrigger,
|
|
339
|
+
mp as Postgres,
|
|
340
|
+
Ma as ProBadge,
|
|
341
|
+
ha as Progress,
|
|
342
|
+
lp as Quickbooks,
|
|
343
|
+
Ba as RadioGroup,
|
|
344
|
+
Ga as RadioGroupItem,
|
|
345
|
+
xp as Reddit,
|
|
346
|
+
ii as RequirementBadges,
|
|
347
|
+
Pa as ResizableHandle,
|
|
348
|
+
va as ResizablePanel,
|
|
349
|
+
ya as ResizablePanelGroup,
|
|
350
|
+
dp as Salesforce,
|
|
351
|
+
Ha as ScrollArea,
|
|
352
|
+
Fa as ScrollBar,
|
|
353
|
+
Ra as Select,
|
|
354
|
+
Oa as SelectContent,
|
|
355
|
+
Ea as SelectGroup,
|
|
356
|
+
za as SelectItem,
|
|
357
|
+
Va as SelectLabel,
|
|
358
|
+
Wa as SelectScrollDownButton,
|
|
359
|
+
qa as SelectScrollUpButton,
|
|
360
|
+
Na as SelectSeparator,
|
|
361
|
+
Ja as SelectTrigger,
|
|
362
|
+
Xa as SelectValue,
|
|
363
|
+
Qa as Separator,
|
|
364
|
+
Ya as Sheet,
|
|
365
|
+
ja as SheetClose,
|
|
366
|
+
Ka as SheetContent,
|
|
367
|
+
_a as SheetDescription,
|
|
368
|
+
$a as SheetFooter,
|
|
369
|
+
om as SheetHeader,
|
|
370
|
+
rm as SheetTitle,
|
|
371
|
+
em as SheetTrigger,
|
|
372
|
+
up as Shopify,
|
|
373
|
+
pm as Sidebar,
|
|
374
|
+
am as SidebarContent,
|
|
375
|
+
mm as SidebarFooter,
|
|
376
|
+
im as SidebarGroup,
|
|
377
|
+
lm as SidebarGroupAction,
|
|
378
|
+
fm as SidebarGroupContent,
|
|
379
|
+
xm as SidebarGroupLabel,
|
|
380
|
+
nm as SidebarHeader,
|
|
381
|
+
dm as SidebarInput,
|
|
382
|
+
gm as SidebarInset,
|
|
383
|
+
um as SidebarMenu,
|
|
384
|
+
bm as SidebarMenuAction,
|
|
385
|
+
Sm as SidebarMenuBadge,
|
|
386
|
+
cm as SidebarMenuButton,
|
|
387
|
+
sm as SidebarMenuItem,
|
|
388
|
+
Cm as SidebarMenuSkeleton,
|
|
389
|
+
Tm as SidebarMenuSub,
|
|
390
|
+
Dm as SidebarMenuSubButton,
|
|
391
|
+
Mm as SidebarMenuSubItem,
|
|
392
|
+
Am as SidebarProvider,
|
|
393
|
+
hm as SidebarRail,
|
|
394
|
+
km as SidebarSeparator,
|
|
395
|
+
Bm as SidebarTrigger,
|
|
396
|
+
Sp as Singlestore,
|
|
397
|
+
Pm as Skeleton,
|
|
398
|
+
sp as Slack,
|
|
399
|
+
ym as Slider,
|
|
400
|
+
Tp as Snowflake,
|
|
401
|
+
Mp as Splunk,
|
|
402
|
+
hp as Spotify,
|
|
403
|
+
Bp as Square,
|
|
404
|
+
wp as Squarespace,
|
|
405
|
+
vp as Stripe,
|
|
406
|
+
Hm as Switch,
|
|
407
|
+
Lm as Table,
|
|
408
|
+
Rm as TableBody,
|
|
409
|
+
Om as TableCaption,
|
|
410
|
+
Em as TableCell,
|
|
411
|
+
zm as TableFooter,
|
|
412
|
+
Vm as TableHead,
|
|
413
|
+
Wm as TableHeader,
|
|
414
|
+
qm as TableRow,
|
|
415
|
+
Jm as Tabs,
|
|
416
|
+
Xm as TabsContent,
|
|
417
|
+
Zm as TabsList,
|
|
418
|
+
Qm as TabsTrigger,
|
|
419
|
+
Ip as Tesla,
|
|
420
|
+
Ym as Textarea,
|
|
421
|
+
Fp as Tiktok,
|
|
422
|
+
Km as Toggle,
|
|
423
|
+
xi as ToolCard,
|
|
424
|
+
li as ToolkitCard,
|
|
425
|
+
Si as ToolkitPicker,
|
|
426
|
+
di as ToolkitPickerTrigger,
|
|
427
|
+
ui as ToolkitSelectionSummary,
|
|
428
|
+
oi as Tooltip,
|
|
429
|
+
ri as TooltipContent,
|
|
430
|
+
ei as TooltipProvider,
|
|
431
|
+
ti as TooltipTrigger,
|
|
432
|
+
Rp as Trello,
|
|
433
|
+
Ep as Twilio,
|
|
434
|
+
Vp as Twitch,
|
|
435
|
+
qp as Vercel,
|
|
436
|
+
Jp as Walmart,
|
|
437
|
+
Zp as Weaviate,
|
|
438
|
+
Up as Workday,
|
|
439
|
+
jp as Wrike,
|
|
440
|
+
_p as X,
|
|
441
|
+
oa as Xero,
|
|
442
|
+
ea as Youtube,
|
|
443
|
+
pa as Zendesk,
|
|
444
|
+
ma as Zoom,
|
|
443
445
|
w as badgeVariants,
|
|
444
446
|
z as buttonVariants,
|
|
445
|
-
|
|
446
|
-
|
|
447
|
+
_m as toggleVariants,
|
|
448
|
+
Gm as useSidebar
|
|
447
449
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsxs as s, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ s(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
height: "1em",
|
|
6
|
+
preserveAspectRatio: "xMidYMid",
|
|
7
|
+
viewBox: "0 0 256 226",
|
|
8
|
+
width: "1em",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ c("title", { children: "Freshservice" }),
|
|
13
|
+
" ",
|
|
14
|
+
/* @__PURE__ */ c(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "m349 .05c33.65 0 67.31.11 101 0 17-.13 32.14 4.42 45 15.71 14.12 12.36 22.31 27.9 22.38 46.66.29 68.21 1.07 136.44-.2 204.62-1.15 61.39-23.14 115.58-63.66 161.81-42.35 48.35-95.66 77.15-159.34 86.15-49.35 7-96.94.09-142.21-20.74-63.21-29.08-107.86-76.36-133.85-140.72-15.63-38.73-21.06-79.24-16.63-120.95q8.73-82.09 62.94-144.29c35-39.93 78.33-66.49 129.63-80a258.84 258.84 0 0 1 67-8.22q43.94.03 87.94-.03zm-50.06 230.35c-19.74 0-39.48-.06-59.22.06-3.43 0-4.51-.59-3.25-4.27 4.86-14.28 9.44-28.65 14.13-43q7.25-22.14 14.48-44.28c1.25-3.83 0-6.93-3.33-8.81s-6.69-1.19-9.2 1.94c-1.4 1.75-2.66 3.61-4 5.43q-34.52 48.08-69 96.13-13.73 19.12-27.55 38.16a9.35 9.35 0 0 0 -1.11 10.12c1.71 3.68 4.86 5.08 8.71 5.23 1.64.06 3.29.05 4.93.05h111.26c6.72 0 6.84 0 4.7 6.6q-13.56 41.53-27.24 83c-1.65 5-.87 8.1 2.73 10.1s6.73 1.14 10-3c.47-.58.9-1.19 1.34-1.8q49-67.77 97.94-135.54c2.45-3.39 3.67-6.92 1.6-10.84s-5.59-5.35-10.06-5.33c-19.28.12-38.57.05-57.86.05z",
|
|
18
|
+
fill: "#09c6fa"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ c(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "m298.94 230.4c19.29 0 38.58.07 57.87-.05 4.47 0 7.95 1.33 10.06 5.33s.85 7.45-1.6 10.84q-49 67.75-97.94 135.54c-.44.61-.87 1.22-1.34 1.8-3.3 4.12-6.37 5-10 3s-4.38-5.08-2.73-10.1q13.65-41.49 27.24-83c2.14-6.57 2-6.6-4.7-6.6h-111.26c-1.64 0-3.29 0-4.93-.05-3.85-.15-7-1.55-8.71-5.23a9.35 9.35 0 0 1 1.1-10.12q13.83-19 27.58-38.15 34.53-48 69-96.13c1.31-1.82 2.57-3.68 4-5.43 2.51-3.13 5.8-3.86 9.2-1.94s4.58 5 3.33 8.81l-14.48 44.28c-4.69 14.34-9.27 28.71-14.13 43-1.26 3.68-.18 4.29 3.25 4.27 19.71-.13 39.45-.07 59.19-.07z",
|
|
25
|
+
fill: "#fbfefe"
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
export {
|
|
32
|
+
t as Freshservice,
|
|
33
|
+
t as default
|
|
34
|
+
};
|