@arcadeai/design-system 3.15.1 → 3.16.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/firecrawl.js +19 -8
- package/dist/assets/icons/microsoft-dynamics.js +3 -3
- package/dist/assets/icons/pylon.js +10 -0
- package/dist/components/index.js +184 -182
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +80 -78
- package/dist/components/ui/atoms/icons/pylon.d.ts +3 -0
- package/dist/components/ui/atoms/icons/pylon.js +27 -0
- package/dist/components/ui/atoms/index.js +182 -180
- package/dist/components/ui/index.js +184 -182
- package/dist/main.js +210 -208
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.js +59 -47
- package/dist/metadata/toolkits.js +45 -6
- package/package.json +1 -1
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
const
|
|
4
|
-
title:
|
|
2
|
+
import { forwardRef as r } from "react";
|
|
3
|
+
const s = ({
|
|
4
|
+
title: l,
|
|
5
5
|
titleId: t,
|
|
6
|
-
...
|
|
7
|
-
}, a) => /* @__PURE__ */ e.createElement("svg", { height: "
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
...n
|
|
7
|
+
}, a) => /* @__PURE__ */ e.createElement("svg", { width: "800px", height: "800px", viewBox: "-33 0 255 255", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", preserveAspectRatio: "xMidYMid", ref: a, "aria-labelledby": t, ...n }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, `
|
|
8
|
+
|
|
9
|
+
.cls-3 {
|
|
10
|
+
fill: url(#linear-gradient-1);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-4 {
|
|
14
|
+
fill: #fc9502;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cls-5 {
|
|
18
|
+
fill: #fce202;
|
|
19
|
+
}
|
|
20
|
+
`), /* @__PURE__ */ e.createElement("linearGradient", { id: "linear-gradient-1", gradientUnits: "userSpaceOnUse", x1: 94.141, y1: 255, x2: 94.141, y2: 0.188 }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ff4c0d" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fc9502" }))), /* @__PURE__ */ e.createElement("g", { id: "firecrawl" }, /* @__PURE__ */ e.createElement("path", { d: "M187.899,164.809 C185.803,214.868 144.574,254.812 94.000,254.812 C42.085,254.812 -0.000,211.312 -0.000,160.812 C-0.000,154.062 -0.121,140.572 10.000,117.812 C16.057,104.191 19.856,95.634 22.000,87.812 C23.178,83.513 25.469,76.683 32.000,87.812 C35.851,94.374 36.000,103.812 36.000,103.812 C36.000,103.812 50.328,92.817 60.000,71.812 C74.179,41.019 62.866,22.612 59.000,9.812 C57.662,5.384 56.822,-2.574 66.000,0.812 C75.352,4.263 100.076,21.570 113.000,39.812 C131.445,65.847 138.000,90.812 138.000,90.812 C138.000,90.812 143.906,83.482 146.000,75.812 C148.365,67.151 148.400,58.573 155.999,67.813 C163.226,76.600 173.959,93.113 180.000,108.812 C190.969,137.321 187.899,164.809 187.899,164.809 Z", id: "path-1", className: "cls-3", fillRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M94.000,254.812 C58.101,254.812 29.000,225.711 29.000,189.812 C29.000,168.151 37.729,155.000 55.896,137.166 C67.528,125.747 78.415,111.722 83.042,102.172 C83.953,100.292 86.026,90.495 94.019,101.966 C98.212,107.982 104.785,118.681 109.000,127.812 C116.266,143.555 118.000,158.812 118.000,158.812 C118.000,158.812 125.121,154.616 130.000,143.812 C131.573,140.330 134.753,127.148 143.643,140.328 C150.166,150.000 159.127,167.390 159.000,189.812 C159.000,225.711 129.898,254.812 94.000,254.812 Z", id: "path-2", className: "cls-4", fillRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M95.000,183.812 C104.250,183.812 104.250,200.941 116.000,223.812 C123.824,239.041 112.121,254.812 95.000,254.812 C77.879,254.812 69.000,240.933 69.000,223.812 C69.000,206.692 85.750,183.812 95.000,183.812 Z", id: "path-3", className: "cls-5", fillRule: "evenodd" }))), c = r(s);
|
|
10
21
|
export {
|
|
11
|
-
|
|
22
|
+
c as default
|
|
12
23
|
};
|
|
@@ -2,9 +2,9 @@ import * as e from "react";
|
|
|
2
2
|
import { forwardRef as i } from "react";
|
|
3
3
|
const n = ({
|
|
4
4
|
title: t,
|
|
5
|
-
titleId:
|
|
6
|
-
...
|
|
7
|
-
}, r) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
titleId: l,
|
|
6
|
+
...a
|
|
7
|
+
}, r) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 400, height: 400, viewBox: "0 0 96 96", fill: "none", ref: r, "aria-labelledby": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0)" }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("filter", { id: "filter0_f" }, /* @__PURE__ */ e.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ e.createElement("feGaussianBlur", { stdDeviation: 0.4, result: "effect1_foregroundBlur" })), /* @__PURE__ */ e.createElement("filter", { id: "filter1_f" }, /* @__PURE__ */ e.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ e.createElement("feGaussianBlur", { stdDeviation: 4, result: "effect1_foregroundBlur" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear", x1: 38.0451, y1: -1, x2: 56.6585, y2: 47.7233, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#0B53CE" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7252AA" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear", x1: 64.1377, y1: 93.4922, x2: 64.1377, y2: 35.4151, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#2266E3" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#AE7FE2" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear", x1: 82, y1: 56.7858, x2: 62.0764, y2: 56.7858, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#94B9FF" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.287843, stopColor: "#94B9FF", stopOpacity: 0.523646 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#538FFF", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("clipPath", { id: "clip0" }, /* @__PURE__ */ e.createElement("rect", { width: 96, height: 96, fill: "white" }))), /* @__PURE__ */ e.createElement("mask", { id: "mask0", maskUnits: "userSpaceOnUse", x: 12, y: 0, width: 70, height: 96 }, /* @__PURE__ */ e.createElement("path", { d: "M82.0001 31.047C82.0001 26.8209 79.3434 23.051 75.3634 21.6296L17.3453 0.90903C14.7404 -0.0213096 12 1.90988 12 4.676V36.1811C12 37.8715 13.0627 39.3795 14.6547 39.9481L40.6547 49.2338C43.2596 50.1641 46 48.2329 46 45.4668V27.3768C46 25.9794 47.3966 25.0127 48.7044 25.5049L55.5222 28.0707C59.4195 29.5374 62 33.2657 62 37.4299V45.3076L32.6272 56.0399C31.0495 56.6164 30 58.1172 30 59.797V91.2797C30 94.0582 32.7631 95.9903 35.3728 95.0367L75.432 80.3996C79.3763 78.9584 82 75.2064 82 71.007L82.0001 31.047Z", fill: "white" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0)" }, /* @__PURE__ */ e.createElement("path", { d: "M12 -1L82.0001 23.9998V58.3245C82.0001 61.0905 79.2601 63.0217 76.6551 62.0917L62 56.8593V37.4241C62 33.258 59.4171 29.5283 55.5172 28.063L48.7034 25.5029C47.3957 25.0116 46 25.9782 46 27.3751V51.1428L12 39V-1Z", fill: "url(#paint0_linear)" }), /* @__PURE__ */ e.createElement("g", { filter: "url(#filter0_f)" }, /* @__PURE__ */ e.createElement("path", { d: "M82 31.3998V31.3998C82 35.5992 79.3763 39.3586 75.4319 40.7998L30 57.3999V97.3999L82 78.3998V31.3998Z", fill: "black", fillOpacity: 0.24 })), /* @__PURE__ */ e.createElement("g", { filter: "url(#filter1_f)" }, /* @__PURE__ */ e.createElement("path", { d: "M82 32.9998V32.9998C82 37.1992 79.3763 40.9585 75.4319 42.3997L30 58.9999V98.9999L82 79.9998V32.9998Z", fill: "black", fillOpacity: 0.32 })), /* @__PURE__ */ e.createElement("path", { d: "M82 30.9998V30.9998C82 35.1992 79.3763 38.9585 75.4319 40.3997L30 56.9999V96.9999L82 77.9998V30.9998Z", fill: "url(#paint1_linear)" }), /* @__PURE__ */ e.createElement("path", { opacity: 0.5, d: "M82 30.9998V30.9998C82 35.1992 79.3763 38.9585 75.4319 40.3997L30 56.9999V96.9999L82 77.9998V30.9998Z", fill: "url(#paint2_linear)" }), /* @__PURE__ */ e.createElement("path", { opacity: 0.5, d: "M62.0013 45.3202L45.9922 51.1768L45.9923 74.6349C45.9923 76.0323 47.389 76.9989 48.6968 76.5066L55.5241 73.9368C59.4211 72.4699 62.0013 68.7418 62.0013 64.5779V45.3202Z", fill: "#B0ADFF" })))), c = i(n);
|
|
8
8
|
export {
|
|
9
9
|
c as default
|
|
10
10
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as r } from "react";
|
|
3
|
+
const m = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: a,
|
|
6
|
+
...t
|
|
7
|
+
}, o) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 144 144", ref: o, "aria-labelledby": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { fill: "#4F46E5", d: "M0 0h144v144H0z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M72 122c27.614 0 50-22.386 50-50S99.614 22 72 22 22 44.386 22 72s22.386 50 50 50Zm6.25-13.018c17.736-2.976 31.25-18.4 31.25-36.982 0-18.581-13.514-34.006-31.25-36.981v73.963Zm-12.5 0v-9.899H46.063a37.4 37.4 0 0 0 19.687 9.899Zm0-22.399V78.25H35.019a37.224 37.224 0 0 0 2.422 8.333H65.75Zm0-20.833v-8.333H37.441a37.224 37.224 0 0 0-2.422 8.333H65.75Zm0-20.833v-9.898a37.393 37.393 0 0 0-19.687 9.898H65.75Z", clipRule: "evenodd" })), n = r(m);
|
|
8
|
+
export {
|
|
9
|
+
n as default
|
|
10
|
+
};
|
package/dist/components/index.js
CHANGED
|
@@ -105,65 +105,66 @@ import { Pipedrive as xp } from "./ui/atoms/icons/pipedrive.js";
|
|
|
105
105
|
import { Plaid as dp } from "./ui/atoms/icons/plaid.js";
|
|
106
106
|
import { Postgres as up } from "./ui/atoms/icons/postgres.js";
|
|
107
107
|
import { Posthog as Sp } from "./ui/atoms/icons/posthog.js";
|
|
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 {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
108
|
+
import { Pylon as sp } from "./ui/atoms/icons/pylon.js";
|
|
109
|
+
import { Quickbooks as Tp } from "./ui/atoms/icons/quickbooks.js";
|
|
110
|
+
import { Reddit as hp } from "./ui/atoms/icons/reddit.js";
|
|
111
|
+
import { Salesforce as Ap } from "./ui/atoms/icons/salesforce.js";
|
|
112
|
+
import { Shopify as Bp } from "./ui/atoms/icons/shopify.js";
|
|
113
|
+
import { Singlestore as Pp } from "./ui/atoms/icons/singlestore.js";
|
|
114
|
+
import { Slack as vp } from "./ui/atoms/icons/slack.js";
|
|
115
|
+
import { Snowflake as Ip } from "./ui/atoms/icons/snowflake.js";
|
|
116
|
+
import { Splunk as Fp } from "./ui/atoms/icons/splunk.js";
|
|
117
|
+
import { Spotify as Rp } from "./ui/atoms/icons/spotify.js";
|
|
118
|
+
import { Square as Ep } from "./ui/atoms/icons/square.js";
|
|
119
|
+
import { Squarespace as Vp } from "./ui/atoms/icons/squarespace.js";
|
|
120
|
+
import { Squareup as qp } from "./ui/atoms/icons/squareup.js";
|
|
121
|
+
import { Stripe as Np } from "./ui/atoms/icons/stripe.js";
|
|
122
|
+
import { Tesla as Xp } from "./ui/atoms/icons/tesla.js";
|
|
123
|
+
import { Ticktick as Up } from "./ui/atoms/icons/ticktick.js";
|
|
124
|
+
import { Tiktok as jp } from "./ui/atoms/icons/tiktok.js";
|
|
125
|
+
import { Trello as _p } from "./ui/atoms/icons/trello.js";
|
|
126
|
+
import { Twilio as oa } from "./ui/atoms/icons/twilio.js";
|
|
127
|
+
import { Twitch as ea } from "./ui/atoms/icons/twitch.js";
|
|
128
|
+
import { Vercel as pa } from "./ui/atoms/icons/vercel.js";
|
|
129
|
+
import { Walmart as ma } from "./ui/atoms/icons/walmart.js";
|
|
130
|
+
import { Weaviate as la } from "./ui/atoms/icons/weaviate.js";
|
|
131
|
+
import { Workday as xa } from "./ui/atoms/icons/workday.js";
|
|
132
|
+
import { Wrike as da } from "./ui/atoms/icons/wrike.js";
|
|
133
|
+
import { X as ua } from "./ui/atoms/icons/x.js";
|
|
134
|
+
import { Xero as Sa } from "./ui/atoms/icons/xero.js";
|
|
135
|
+
import { Youtube as sa } from "./ui/atoms/icons/youtube.js";
|
|
136
|
+
import { Zendesk as Ta } from "./ui/atoms/icons/zendesk.js";
|
|
137
|
+
import { Zoho as ha } from "./ui/atoms/icons/zoho.js";
|
|
138
|
+
import { ZohoBooks as Aa } from "./ui/atoms/icons/zoho-books.js";
|
|
139
|
+
import { ZohoCreator as Ba } from "./ui/atoms/icons/zoho-creator.js";
|
|
140
|
+
import { Zoom as Pa } from "./ui/atoms/icons/zoom.js";
|
|
141
|
+
import { Input as va } from "./ui/atoms/input.js";
|
|
142
|
+
import { Label as Ia } from "./ui/atoms/label.js";
|
|
143
|
+
import { MobileTooltip as Fa, MobileTooltipContent as La, MobileTooltipProvider as Ra, MobileTooltipTrigger as Oa } from "./ui/atoms/mobile-tooltip.js";
|
|
144
|
+
import { Popover as za, PopoverAnchor as Va, PopoverContent as Za, PopoverTrigger as qa } from "./ui/atoms/popover.js";
|
|
145
|
+
import { ProBadge as Na } from "./ui/atoms/pro-badge.js";
|
|
146
|
+
import { Progress as Xa } from "./ui/atoms/progress.js";
|
|
147
|
+
import { RadioGroup as Ua, RadioGroupItem as Ya } from "./ui/atoms/radio-group.js";
|
|
148
|
+
import { ResizableHandle as Ka, ResizablePanel as _a, ResizablePanelGroup as $a } from "./ui/atoms/resizable.js";
|
|
149
|
+
import { ScrollArea as rm, ScrollBar as em } from "./ui/atoms/scroll-area.js";
|
|
150
|
+
import { Select as pm, SelectContent as am, SelectGroup as mm, SelectItem as im, SelectLabel as lm, SelectScrollDownButton as fm, SelectScrollUpButton as xm, SelectSeparator as nm, SelectTrigger as dm, SelectValue as gm } from "./ui/atoms/select.js";
|
|
151
|
+
import { Separator as bm } from "./ui/atoms/separator.js";
|
|
152
|
+
import { Sheet as cm, SheetClose as sm, SheetContent as Cm, SheetDescription as Tm, SheetFooter as Dm, SheetHeader as hm, SheetTitle as Mm, SheetTrigger as Am } from "./ui/atoms/sheet.js";
|
|
153
|
+
import { Sidebar as Bm, SidebarContent as Gm, SidebarFooter as Pm, SidebarGroup as wm, SidebarGroupAction as vm, SidebarGroupContent as ym, SidebarGroupLabel as Im, SidebarHeader as Hm, SidebarInput as Fm, SidebarInset as Lm, SidebarMenu as Rm, SidebarMenuAction as Om, SidebarMenuBadge as Em, SidebarMenuButton as zm, SidebarMenuItem as Vm, SidebarMenuSkeleton as Zm, SidebarMenuSub as qm, SidebarMenuSubButton as Wm, SidebarMenuSubItem as Nm, SidebarProvider as Jm, SidebarRail as Xm, SidebarSeparator as Qm, SidebarTrigger as Um, useSidebar as Ym } from "./ui/atoms/sidebar.js";
|
|
154
|
+
import { Skeleton as Km } from "./ui/atoms/skeleton.js";
|
|
155
|
+
import { Slider as $m } from "./ui/atoms/slider.js";
|
|
156
|
+
import { Switch as ri } from "./ui/atoms/switch.js";
|
|
157
|
+
import { Table as ti, TableBody as pi, TableCaption as ai, TableCell as mi, TableFooter as ii, TableHead as li, TableHeader as fi, TableRow as xi } from "./ui/atoms/table.js";
|
|
158
|
+
import { Tabs as di, TabsContent as gi, TabsList as ui, TabsTrigger as bi } from "./ui/atoms/tabs.js";
|
|
159
|
+
import { Textarea as ci } from "./ui/atoms/textarea.js";
|
|
160
|
+
import { Toggle as Ci, toggleVariants as Ti } from "./ui/atoms/toggle.js";
|
|
161
|
+
import { Tooltip as hi, TooltipContent as Mi, TooltipProvider as Ai, TooltipTrigger as ki } from "./ui/atoms/tooltip.js";
|
|
162
|
+
import { EmptyState as Gi } from "./ui/molecules/empty-state.js";
|
|
163
|
+
import { R as wi, T as vi } from "../toolkit-card-BzIa8ZXI.js";
|
|
164
|
+
import { ToolCard as Ii } from "./ui/molecules/tool-card.js";
|
|
165
|
+
import { ToolkitPickerTrigger as Fi } from "./ui/molecules/toolkit-picker-trigger.js";
|
|
166
|
+
import { ToolkitSelectionSummary as Ri } from "./ui/molecules/toolkit-selection-summary.js";
|
|
167
|
+
import { ToolkitPicker as Ei } from "./ui/organisms/toolkit-picker/index.js";
|
|
167
168
|
export {
|
|
168
169
|
e as Accordion,
|
|
169
170
|
t as AccordionContent,
|
|
@@ -281,7 +282,7 @@ export {
|
|
|
281
282
|
Xo as DropdownMenuTrigger,
|
|
282
283
|
le as E2b,
|
|
283
284
|
xe as Ebay,
|
|
284
|
-
|
|
285
|
+
Gi as EmptyState,
|
|
285
286
|
de as Evernote,
|
|
286
287
|
ue as Exa,
|
|
287
288
|
Se as Factorial,
|
|
@@ -314,10 +315,10 @@ export {
|
|
|
314
315
|
jo as HoverCardTrigger,
|
|
315
316
|
dt as Hubspot,
|
|
316
317
|
ut as Imgflip,
|
|
317
|
-
|
|
318
|
+
va as Input,
|
|
318
319
|
St as Intercom,
|
|
319
320
|
st as Jira,
|
|
320
|
-
|
|
321
|
+
Ia as Label,
|
|
321
322
|
Tt as Linear,
|
|
322
323
|
ht as Linkedin,
|
|
323
324
|
At as Mailchimp,
|
|
@@ -327,10 +328,10 @@ export {
|
|
|
327
328
|
It as MicrosoftSharepoint,
|
|
328
329
|
Ft as MicrosoftTeams,
|
|
329
330
|
Rt as Miro,
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
331
|
+
Fa as MobileTooltip,
|
|
332
|
+
La as MobileTooltipContent,
|
|
333
|
+
Ra as MobileTooltipProvider,
|
|
334
|
+
Oa as MobileTooltipTrigger,
|
|
334
335
|
Et as Monday,
|
|
335
336
|
Vt as MongoDB,
|
|
336
337
|
qt as Netsuite,
|
|
@@ -346,124 +347,125 @@ export {
|
|
|
346
347
|
lp as Pinterest,
|
|
347
348
|
xp as Pipedrive,
|
|
348
349
|
dp as Plaid,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
350
|
+
za as Popover,
|
|
351
|
+
Va as PopoverAnchor,
|
|
352
|
+
Za as PopoverContent,
|
|
353
|
+
qa as PopoverTrigger,
|
|
353
354
|
up as Postgres,
|
|
354
355
|
Sp as Posthog,
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
sp as
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
em as
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
gm as
|
|
379
|
-
bm as
|
|
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
|
-
Ip as
|
|
417
|
-
Fp as
|
|
418
|
-
Rp as
|
|
419
|
-
Ep as
|
|
420
|
-
Vp as
|
|
421
|
-
qp as
|
|
422
|
-
|
|
423
|
-
ri as
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
xi as
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
Up as
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
Fi as
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
_p as
|
|
451
|
-
oa as
|
|
452
|
-
ea as
|
|
453
|
-
pa as
|
|
454
|
-
ma as
|
|
455
|
-
la as
|
|
456
|
-
xa as
|
|
457
|
-
da as
|
|
458
|
-
ua as
|
|
459
|
-
Sa as
|
|
460
|
-
sa as
|
|
461
|
-
Ta as
|
|
462
|
-
ha as
|
|
463
|
-
Aa as
|
|
464
|
-
Ba as
|
|
356
|
+
Na as ProBadge,
|
|
357
|
+
Xa as Progress,
|
|
358
|
+
sp as Pylon,
|
|
359
|
+
Tp as Quickbooks,
|
|
360
|
+
Ua as RadioGroup,
|
|
361
|
+
Ya as RadioGroupItem,
|
|
362
|
+
hp as Reddit,
|
|
363
|
+
wi as RequirementBadges,
|
|
364
|
+
Ka as ResizableHandle,
|
|
365
|
+
_a as ResizablePanel,
|
|
366
|
+
$a as ResizablePanelGroup,
|
|
367
|
+
Ap as Salesforce,
|
|
368
|
+
rm as ScrollArea,
|
|
369
|
+
em as ScrollBar,
|
|
370
|
+
pm as Select,
|
|
371
|
+
am as SelectContent,
|
|
372
|
+
mm as SelectGroup,
|
|
373
|
+
im as SelectItem,
|
|
374
|
+
lm as SelectLabel,
|
|
375
|
+
fm as SelectScrollDownButton,
|
|
376
|
+
xm as SelectScrollUpButton,
|
|
377
|
+
nm as SelectSeparator,
|
|
378
|
+
dm as SelectTrigger,
|
|
379
|
+
gm as SelectValue,
|
|
380
|
+
bm as Separator,
|
|
381
|
+
cm as Sheet,
|
|
382
|
+
sm as SheetClose,
|
|
383
|
+
Cm as SheetContent,
|
|
384
|
+
Tm as SheetDescription,
|
|
385
|
+
Dm as SheetFooter,
|
|
386
|
+
hm as SheetHeader,
|
|
387
|
+
Mm as SheetTitle,
|
|
388
|
+
Am as SheetTrigger,
|
|
389
|
+
Bp as Shopify,
|
|
390
|
+
Bm as Sidebar,
|
|
391
|
+
Gm as SidebarContent,
|
|
392
|
+
Pm as SidebarFooter,
|
|
393
|
+
wm as SidebarGroup,
|
|
394
|
+
vm as SidebarGroupAction,
|
|
395
|
+
ym as SidebarGroupContent,
|
|
396
|
+
Im as SidebarGroupLabel,
|
|
397
|
+
Hm as SidebarHeader,
|
|
398
|
+
Fm as SidebarInput,
|
|
399
|
+
Lm as SidebarInset,
|
|
400
|
+
Rm as SidebarMenu,
|
|
401
|
+
Om as SidebarMenuAction,
|
|
402
|
+
Em as SidebarMenuBadge,
|
|
403
|
+
zm as SidebarMenuButton,
|
|
404
|
+
Vm as SidebarMenuItem,
|
|
405
|
+
Zm as SidebarMenuSkeleton,
|
|
406
|
+
qm as SidebarMenuSub,
|
|
407
|
+
Wm as SidebarMenuSubButton,
|
|
408
|
+
Nm as SidebarMenuSubItem,
|
|
409
|
+
Jm as SidebarProvider,
|
|
410
|
+
Xm as SidebarRail,
|
|
411
|
+
Qm as SidebarSeparator,
|
|
412
|
+
Um as SidebarTrigger,
|
|
413
|
+
Pp as Singlestore,
|
|
414
|
+
Km as Skeleton,
|
|
415
|
+
vp as Slack,
|
|
416
|
+
$m as Slider,
|
|
417
|
+
Ip as Snowflake,
|
|
418
|
+
Fp as Splunk,
|
|
419
|
+
Rp as Spotify,
|
|
420
|
+
Ep as Square,
|
|
421
|
+
Vp as Squarespace,
|
|
422
|
+
qp as Squareup,
|
|
423
|
+
Np as Stripe,
|
|
424
|
+
ri as Switch,
|
|
425
|
+
ti as Table,
|
|
426
|
+
pi as TableBody,
|
|
427
|
+
ai as TableCaption,
|
|
428
|
+
mi as TableCell,
|
|
429
|
+
ii as TableFooter,
|
|
430
|
+
li as TableHead,
|
|
431
|
+
fi as TableHeader,
|
|
432
|
+
xi as TableRow,
|
|
433
|
+
di as Tabs,
|
|
434
|
+
gi as TabsContent,
|
|
435
|
+
ui as TabsList,
|
|
436
|
+
bi as TabsTrigger,
|
|
437
|
+
Xp as Tesla,
|
|
438
|
+
ci as Textarea,
|
|
439
|
+
Up as Ticktick,
|
|
440
|
+
jp as Tiktok,
|
|
441
|
+
Ci as Toggle,
|
|
442
|
+
Ii as ToolCard,
|
|
443
|
+
vi as ToolkitCard,
|
|
444
|
+
Ei as ToolkitPicker,
|
|
445
|
+
Fi as ToolkitPickerTrigger,
|
|
446
|
+
Ri as ToolkitSelectionSummary,
|
|
447
|
+
hi as Tooltip,
|
|
448
|
+
Mi as TooltipContent,
|
|
449
|
+
Ai as TooltipProvider,
|
|
450
|
+
ki as TooltipTrigger,
|
|
451
|
+
_p as Trello,
|
|
452
|
+
oa as Twilio,
|
|
453
|
+
ea as Twitch,
|
|
454
|
+
pa as Vercel,
|
|
455
|
+
ma as Walmart,
|
|
456
|
+
la as Weaviate,
|
|
457
|
+
xa as Workday,
|
|
458
|
+
da as Wrike,
|
|
459
|
+
ua as X,
|
|
460
|
+
Sa as Xero,
|
|
461
|
+
sa as Youtube,
|
|
462
|
+
Ta as Zendesk,
|
|
463
|
+
ha as Zoho,
|
|
464
|
+
Aa as ZohoBooks,
|
|
465
|
+
Ba as ZohoCreator,
|
|
466
|
+
Pa as Zoom,
|
|
465
467
|
P as badgeVariants,
|
|
466
468
|
z as buttonVariants,
|
|
467
|
-
|
|
468
|
-
|
|
469
|
+
Ti as toggleVariants,
|
|
470
|
+
Ym as useSidebar
|
|
469
471
|
};
|