@arcadeai/design-system 3.29.1 → 3.30.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/yugabytedb.js +10 -0
- package/dist/{calendar-cxv-TTEh.js → calendar-CjLXktko.js} +1 -1
- package/dist/components/index.js +189 -187
- package/dist/components/ui/atoms/accordion.js +1 -1
- package/dist/components/ui/atoms/alert-dialog.js +1 -1
- package/dist/components/ui/atoms/alert.js +2 -2
- package/dist/components/ui/atoms/avatar.js +1 -1
- package/dist/components/ui/atoms/badge.js +2 -2
- package/dist/components/ui/atoms/breadcrumb.js +1 -1
- package/dist/components/ui/atoms/button.js +2 -2
- package/dist/components/ui/atoms/byoc-badge.d.ts +1 -1
- package/dist/components/ui/atoms/byoc-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/byoc-badge.js +2 -2
- package/dist/components/ui/atoms/calendar.js +2 -2
- package/dist/components/ui/atoms/card.js +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.js +1 -1
- package/dist/components/ui/atoms/checkbox.js +1 -1
- package/dist/components/ui/atoms/command.js +364 -288
- package/dist/components/ui/atoms/dialog.js +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +1 -1
- package/dist/components/ui/atoms/form.js +1 -1
- package/dist/components/ui/atoms/hover-card.js +1 -1
- package/dist/components/ui/atoms/icons/adp.js +1 -1
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +32 -30
- package/dist/components/ui/atoms/icons/workday.js +1 -1
- package/dist/components/ui/atoms/icons/yugabytedb.d.ts +4 -0
- package/dist/components/ui/atoms/icons/yugabytedb.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/yugabytedb.js +20 -0
- package/dist/components/ui/atoms/index.js +179 -177
- package/dist/components/ui/atoms/input.js +1 -1
- package/dist/components/ui/atoms/label.js +1 -1
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/pro-badge.js +2 -2
- package/dist/components/ui/atoms/progress.js +1 -1
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +1 -1
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/separator.js +1 -1
- package/dist/components/ui/atoms/sheet.js +1 -1
- package/dist/components/ui/atoms/sidebar.js +2 -2
- package/dist/components/ui/atoms/skeleton.js +1 -1
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.js +1 -1
- package/dist/components/ui/atoms/table.js +1 -1
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/textarea.js +1 -1
- package/dist/components/ui/atoms/toggle.js +2 -2
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +1 -1
- package/dist/components/ui/atoms/virtualized-grid.js +7 -6
- package/dist/components/ui/index.js +189 -187
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/tool-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +3 -3
- package/dist/{index-r7CUvu2m.js → index-DBUvnhgM.js} +1 -1
- package/dist/lib/utils.js +1 -1
- package/dist/main.js +203 -201
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +48 -46
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/dist/{toolkit-card-DE-5B2dS.js → toolkit-card-B23qLCqG.js} +2 -2
- package/dist/{utils-6KgZuQUR.js → utils-CVF2pBPP.js} +555 -396
- package/package.json +32 -33
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as n } from "react/jsx-runtime";
|
|
2
2
|
import { XIcon as r } from "lucide-react";
|
|
3
|
-
import { c as o } from "../../../utils-
|
|
3
|
+
import { c as o } from "../../../utils-CVF2pBPP.js";
|
|
4
4
|
import { R as d, C as s, a as c, D as g, O as u, P as f, T as m, b as p } from "../../../index-By-GFSsC.js";
|
|
5
5
|
function N({
|
|
6
6
|
...t
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r, jsxs as ne } from "react/jsx-runtime";
|
|
2
2
|
import { CheckIcon as Rn, CircleIcon as bn, ChevronRightIcon as xn } from "lucide-react";
|
|
3
|
-
import { c as R } from "../../../utils-
|
|
3
|
+
import { c as R } from "../../../utils-CVF2pBPP.js";
|
|
4
4
|
import * as s from "react";
|
|
5
5
|
import { c as g } from "../../../index-B695uy69.js";
|
|
6
6
|
import { u as G, b as Me, c as Dn } from "../../../index-D2LZVjSn.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import * as s from "react";
|
|
3
3
|
import { FormProvider as f, Controller as u, useFormContext as F, useFormState as x } from "react-hook-form";
|
|
4
4
|
import { Label as I } from "./label.js";
|
|
5
|
-
import { c as a } from "../../../utils-
|
|
5
|
+
import { c as a } from "../../../utils-CVF2pBPP.js";
|
|
6
6
|
import { S as g } from "../../../index-D2LZVjSn.js";
|
|
7
7
|
const S = f, c = s.createContext(
|
|
8
8
|
{}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as k } from "../../../utils-
|
|
2
|
+
import { c as k } from "../../../utils-CVF2pBPP.js";
|
|
3
3
|
import * as n from "react";
|
|
4
4
|
import { c as l } from "../../../index-B695uy69.js";
|
|
5
5
|
import { c as F } from "../../../index-DFZozV_h.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -7,7 +7,7 @@ import { Asana as n } from "./asana.js";
|
|
|
7
7
|
import { Ashby as u } from "./ashby.js";
|
|
8
8
|
import { Atlassian as d } from "./atlassian.js";
|
|
9
9
|
import { Attio as h } from "./attio.js";
|
|
10
|
-
import { Auth0 as
|
|
10
|
+
import { Auth0 as b } from "./auth0.js";
|
|
11
11
|
import { Azure as M } from "./azure.js";
|
|
12
12
|
import { Bamboohr as y } from "./bamboohr.js";
|
|
13
13
|
import { Basecamp as A } from "./basecamp.js";
|
|
@@ -21,7 +21,7 @@ import { Brightdata as q } from "./brightdata.js";
|
|
|
21
21
|
import { Buffer as z } from "./buffer.js";
|
|
22
22
|
import { Calendly as R } from "./calendly.js";
|
|
23
23
|
import { Claude as X } from "./claude.js";
|
|
24
|
-
import { Clickhouse as
|
|
24
|
+
import { Clickhouse as Q } from "./clickhouse.js";
|
|
25
25
|
import { Clickup as K } from "./clickup.js";
|
|
26
26
|
import { Cline as _ } from "./cline.js";
|
|
27
27
|
import { Closeio as oo } from "./closeio.js";
|
|
@@ -34,7 +34,7 @@ import { CursorInstallLight as no } from "./cursor-install-light.js";
|
|
|
34
34
|
import { Customerio as uo } from "./customerio.js";
|
|
35
35
|
import { Datadog as ko } from "./datadog.js";
|
|
36
36
|
import { Daytona as Go } from "./daytona.js";
|
|
37
|
-
import { DigitalOcean as
|
|
37
|
+
import { DigitalOcean as Co } from "./digital-ocean.js";
|
|
38
38
|
import { Discord as So } from "./discord.js";
|
|
39
39
|
import { Dropbox as Bo } from "./dropbox.js";
|
|
40
40
|
import { E2b as Do } from "./e2b.js";
|
|
@@ -47,7 +47,7 @@ import { Firecrawl as Lo } from "./firecrawl.js";
|
|
|
47
47
|
import { Freshservice as No } from "./freshservice.js";
|
|
48
48
|
import { Gemini as Jo } from "./gemini.js";
|
|
49
49
|
import { Generic as Vo } from "./generic.js";
|
|
50
|
-
import { Github as
|
|
50
|
+
import { Github as Yo } from "./github.js";
|
|
51
51
|
import { Gitlab as jo } from "./gitlab.js";
|
|
52
52
|
import { Gmail as Uo } from "./gmail.js";
|
|
53
53
|
import { Google as $o } from "./google.js";
|
|
@@ -61,7 +61,7 @@ import { GoogleFlights as cr } from "./google-flights.js";
|
|
|
61
61
|
import { GoogleHotels as gr } from "./google-hotels.js";
|
|
62
62
|
import { GoogleJobs as kr } from "./google-jobs.js";
|
|
63
63
|
import { GoogleMaps as Gr } from "./google-maps.js";
|
|
64
|
-
import { GoogleNews as
|
|
64
|
+
import { GoogleNews as Cr } from "./google-news.js";
|
|
65
65
|
import { GoogleSheets as Sr } from "./google-sheets.js";
|
|
66
66
|
import { GoogleShopping as Br } from "./google-shopping.js";
|
|
67
67
|
import { GoogleSlides as Dr } from "./google-slides.js";
|
|
@@ -74,7 +74,7 @@ import { Intercom as Lr } from "./intercom.js";
|
|
|
74
74
|
import { Jira as Nr } from "./jira.js";
|
|
75
75
|
import { Linear as Jr } from "./linear.js";
|
|
76
76
|
import { Linkedin as Vr } from "./linkedin.js";
|
|
77
|
-
import { Luma as
|
|
77
|
+
import { Luma as Yr } from "./luma.js";
|
|
78
78
|
import { Mailchimp as jr } from "./mailchimp.js";
|
|
79
79
|
import { Mcp as Ur } from "./mcp.js";
|
|
80
80
|
import { Microsoft as $r } from "./microsoft.js";
|
|
@@ -88,7 +88,7 @@ import { MicrosoftWord as ce } from "./microsoft-word.js";
|
|
|
88
88
|
import { Miro as ge } from "./miro.js";
|
|
89
89
|
import { Monday as ke } from "./monday.js";
|
|
90
90
|
import { MongoDB as Ge } from "./mongodb.js";
|
|
91
|
-
import { Netsuite as
|
|
91
|
+
import { Netsuite as Ce } from "./netsuite.js";
|
|
92
92
|
import { Notion as Se } from "./notion.js";
|
|
93
93
|
import { Oauth as Be } from "./oauth.js";
|
|
94
94
|
import { Obsidian as De } from "./obsidian.js";
|
|
@@ -101,7 +101,7 @@ import { Pinecone as Le } from "./pinecone.js";
|
|
|
101
101
|
import { Pinterest as Ne } from "./pinterest.js";
|
|
102
102
|
import { Pipedrive as Je } from "./pipedrive.js";
|
|
103
103
|
import { Plaid as Ve } from "./plaid.js";
|
|
104
|
-
import { Postgres as
|
|
104
|
+
import { Postgres as Ye } from "./postgres.js";
|
|
105
105
|
import { Posthog as je } from "./posthog.js";
|
|
106
106
|
import { Pylon as Ue } from "./pylon.js";
|
|
107
107
|
import { Quickbooks as $e } from "./quickbooks.js";
|
|
@@ -115,7 +115,7 @@ import { Snowflake as ct } from "./snowflake.js";
|
|
|
115
115
|
import { Splunk as gt } from "./splunk.js";
|
|
116
116
|
import { Spotify as kt } from "./spotify.js";
|
|
117
117
|
import { Square as Gt } from "./square.js";
|
|
118
|
-
import { Squarespace as
|
|
118
|
+
import { Squarespace as Ct } from "./squarespace.js";
|
|
119
119
|
import { Squareup as St } from "./squareup.js";
|
|
120
120
|
import { Stripe as Bt } from "./stripe.js";
|
|
121
121
|
import { Tesla as Dt } from "./tesla.js";
|
|
@@ -128,17 +128,18 @@ import { Vercel as Lt } from "./vercel.js";
|
|
|
128
128
|
import { Vscode as Nt } from "./vscode.js";
|
|
129
129
|
import { Walmart as Jt } from "./walmart.js";
|
|
130
130
|
import { Weaviate as Vt } from "./weaviate.js";
|
|
131
|
-
import { Windsurf as
|
|
131
|
+
import { Windsurf as Yt } from "./windsurf.js";
|
|
132
132
|
import { Workday as jt } from "./workday.js";
|
|
133
133
|
import { Wrike as Ut } from "./wrike.js";
|
|
134
134
|
import { X as $t } from "./x.js";
|
|
135
135
|
import { Xero as rp } from "./xero.js";
|
|
136
136
|
import { Youtube as tp } from "./youtube.js";
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
137
|
+
import { Yugabytedb as fp } from "./yugabytedb.js";
|
|
138
|
+
import { Zendesk as xp } from "./zendesk.js";
|
|
139
|
+
import { Zoho as ap } from "./zoho.js";
|
|
140
|
+
import { ZohoBooks as sp } from "./zoho-books.js";
|
|
141
|
+
import { ZohoCreator as cp } from "./zoho-creator.js";
|
|
142
|
+
import { Zoom as gp } from "./zoom.js";
|
|
142
143
|
export {
|
|
143
144
|
e as Adp,
|
|
144
145
|
p as Aha,
|
|
@@ -149,7 +150,7 @@ export {
|
|
|
149
150
|
u as Ashby,
|
|
150
151
|
d as Atlassian,
|
|
151
152
|
h as Attio,
|
|
152
|
-
|
|
153
|
+
b as Auth0,
|
|
153
154
|
M as Azure,
|
|
154
155
|
y as Bamboohr,
|
|
155
156
|
A as Basecamp,
|
|
@@ -163,7 +164,7 @@ export {
|
|
|
163
164
|
z as Buffer,
|
|
164
165
|
R as Calendly,
|
|
165
166
|
X as Claude,
|
|
166
|
-
|
|
167
|
+
Q as Clickhouse,
|
|
167
168
|
K as Clickup,
|
|
168
169
|
_ as Cline,
|
|
169
170
|
oo as Closeio,
|
|
@@ -176,7 +177,7 @@ export {
|
|
|
176
177
|
uo as Customerio,
|
|
177
178
|
ko as Datadog,
|
|
178
179
|
Go as Daytona,
|
|
179
|
-
|
|
180
|
+
Co as DigitalOcean,
|
|
180
181
|
So as Discord,
|
|
181
182
|
Bo as Dropbox,
|
|
182
183
|
Do as E2b,
|
|
@@ -189,7 +190,7 @@ export {
|
|
|
189
190
|
No as Freshservice,
|
|
190
191
|
Jo as Gemini,
|
|
191
192
|
Vo as Generic,
|
|
192
|
-
|
|
193
|
+
Yo as Github,
|
|
193
194
|
jo as Gitlab,
|
|
194
195
|
Uo as Gmail,
|
|
195
196
|
$o as Google,
|
|
@@ -203,7 +204,7 @@ export {
|
|
|
203
204
|
gr as GoogleHotels,
|
|
204
205
|
kr as GoogleJobs,
|
|
205
206
|
Gr as GoogleMaps,
|
|
206
|
-
|
|
207
|
+
Cr as GoogleNews,
|
|
207
208
|
Sr as GoogleSheets,
|
|
208
209
|
Br as GoogleShopping,
|
|
209
210
|
Dr as GoogleSlides,
|
|
@@ -216,7 +217,7 @@ export {
|
|
|
216
217
|
Nr as Jira,
|
|
217
218
|
Jr as Linear,
|
|
218
219
|
Vr as Linkedin,
|
|
219
|
-
|
|
220
|
+
Yr as Luma,
|
|
220
221
|
jr as Mailchimp,
|
|
221
222
|
Ur as Mcp,
|
|
222
223
|
$r as Microsoft,
|
|
@@ -230,7 +231,7 @@ export {
|
|
|
230
231
|
ge as Miro,
|
|
231
232
|
ke as Monday,
|
|
232
233
|
Ge as MongoDB,
|
|
233
|
-
|
|
234
|
+
Ce as Netsuite,
|
|
234
235
|
Se as Notion,
|
|
235
236
|
Be as Oauth,
|
|
236
237
|
De as Obsidian,
|
|
@@ -243,7 +244,7 @@ export {
|
|
|
243
244
|
Ne as Pinterest,
|
|
244
245
|
Je as Pipedrive,
|
|
245
246
|
Ve as Plaid,
|
|
246
|
-
|
|
247
|
+
Ye as Postgres,
|
|
247
248
|
je as Posthog,
|
|
248
249
|
Ue as Pylon,
|
|
249
250
|
$e as Quickbooks,
|
|
@@ -257,7 +258,7 @@ export {
|
|
|
257
258
|
gt as Splunk,
|
|
258
259
|
kt as Spotify,
|
|
259
260
|
Gt as Square,
|
|
260
|
-
|
|
261
|
+
Ct as Squarespace,
|
|
261
262
|
St as Squareup,
|
|
262
263
|
Bt as Stripe,
|
|
263
264
|
Dt as Tesla,
|
|
@@ -270,15 +271,16 @@ export {
|
|
|
270
271
|
Nt as Vscode,
|
|
271
272
|
Jt as Walmart,
|
|
272
273
|
Vt as Weaviate,
|
|
273
|
-
|
|
274
|
+
Yt as Windsurf,
|
|
274
275
|
jt as Workday,
|
|
275
276
|
Ut as Wrike,
|
|
276
277
|
$t as X,
|
|
277
278
|
rp as Xero,
|
|
278
279
|
tp as Youtube,
|
|
279
|
-
fp as
|
|
280
|
-
xp as
|
|
281
|
-
ap as
|
|
282
|
-
sp as
|
|
283
|
-
cp as
|
|
280
|
+
fp as Yugabytedb,
|
|
281
|
+
xp as Zendesk,
|
|
282
|
+
ap as Zoho,
|
|
283
|
+
sp as ZohoBooks,
|
|
284
|
+
cp as ZohoCreator,
|
|
285
|
+
gp as Zoom
|
|
284
286
|
};
|
|
@@ -8,6 +8,7 @@ const d = (a) => /* @__PURE__ */ l(
|
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
9
|
...a,
|
|
10
10
|
children: [
|
|
11
|
+
/* @__PURE__ */ e("title", { children: "workday" }),
|
|
11
12
|
/* @__PURE__ */ l("defs", { children: [
|
|
12
13
|
/* @__PURE__ */ e("clipPath", { id: "2ebd9878-1416-4f00-8057-b9af9de5f167", children: /* @__PURE__ */ e(
|
|
13
14
|
"path",
|
|
@@ -51,7 +52,6 @@ const d = (a) => /* @__PURE__ */ l(
|
|
|
51
52
|
}
|
|
52
53
|
) })
|
|
53
54
|
] }),
|
|
54
|
-
/* @__PURE__ */ e("title", { children: "workday" }),
|
|
55
55
|
/* @__PURE__ */ e("g", { style: { clipPath: "url(#2ebd9878-1416-4f00-8057-b9af9de5f167)" }, children: /* @__PURE__ */ e(
|
|
56
56
|
"rect",
|
|
57
57
|
{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yugabytedb.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/yugabytedb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,UAAU,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAYxD,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs as l, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
const r = (t) => /* @__PURE__ */ l(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
viewBox: "0 0 39 35",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...t,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ c("title", { children: "Yugabytedb" }),
|
|
11
|
+
/* @__PURE__ */ c("path", { d: "M10.27,0c0.88,0,1.31,0,1.65,0.17c0.29,0.15,0.53,0.39,0.68,0.68c0.17,0.33,0.17,0.77,0.17,1.65v10.99c0,1.3,0,1.96-0.27,2.36c-0.24,0.35-0.61,0.59-1.03,0.66c-0.48,0.08-1.07-0.2-2.25-0.75l-3.08-1.44c-2.22-1.04-3.33-1.56-4.15-2.36c-0.72-0.71-1.27-1.57-1.61-2.52C0,8.37,0,7.15,0,4.69V2.5c0-0.88,0-1.31,0.17-1.65c0.15-0.29,0.39-0.53,0.68-0.68C1.19,0,1.63,0,2.5,0H10.27z" }),
|
|
12
|
+
/* @__PURE__ */ c("path", { d: "M35.82,0c0.88,0,1.31,0,1.65,0.17c0.29,0.15,0.53,0.39,0.68,0.68c0.17,0.33,0.17,0.77,0.17,1.65v2.19c0,2.45,0,3.68-0.38,4.76c-0.34,0.95-0.89,1.81-1.61,2.52c-0.81,0.8-1.93,1.32-4.15,2.36l-6.64,3.09V2.5c0-0.88,0-1.31,0.17-1.65c0.15-0.29,0.39-0.53,0.68-0.68C26.73,0,27.17,0,28.05,0H35.82z" }),
|
|
13
|
+
/* @__PURE__ */ c("path", { d: "M25.54,17.42v14.92c0,0.88,0,1.31-0.17,1.65c-0.15,0.29-0.39,0.53-0.68,0.68c-0.33,0.17-0.77,0.17-1.65,0.17h-7.77c-0.88,0-1.31,0-1.65-0.17c-0.29-0.15-0.53-0.39-0.68-0.68c-0.17-0.33-0.17-0.77-0.17-1.65v-2.2c0-2.45,0-3.68,0.38-4.76c0.34-0.95,0.89-1.81,1.61-2.52c0.81-0.8,1.93-1.32,4.15-2.35L25.54,17.42z" })
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
export {
|
|
18
|
+
r as Yugabytedb,
|
|
19
|
+
r as default
|
|
20
|
+
};
|