@remotion/promo-pages 4.0.408 → 4.0.410
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/Homepage.js +133 -71
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/Homepage.js +133 -71
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/design.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/experts.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/homepage/Pricing.js +35 -9
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/template-modal-content.js +3 -3
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/templates.js +68 -46
- package/dist/design.js +1 -1
- package/dist/experts.js +1 -1
- package/dist/homepage/Pricing.js +35 -9
- package/dist/template-modal-content.js +3 -3
- package/dist/templates.js +68 -46
- package/package.json +12 -12
package/dist/Homepage.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.410", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -22055,6 +22055,14 @@ var SmallPriceTag = ({ children }) => {
|
|
|
22055
22055
|
children
|
|
22056
22056
|
});
|
|
22057
22057
|
};
|
|
22058
|
+
var icon = {
|
|
22059
|
+
height: 16,
|
|
22060
|
+
marginLeft: 4
|
|
22061
|
+
};
|
|
22062
|
+
var textUnitWrapper = {
|
|
22063
|
+
display: "flex",
|
|
22064
|
+
flexDirection: "column"
|
|
22065
|
+
};
|
|
22058
22066
|
var FreePricing = () => {
|
|
22059
22067
|
return /* @__PURE__ */ jsxs9(Container, {
|
|
22060
22068
|
children: [
|
|
@@ -22079,14 +22087,36 @@ var FreePricing = () => {
|
|
|
22079
22087
|
/* @__PURE__ */ jsx47(PricingBulletPoint, {
|
|
22080
22088
|
text: "Must upgrade when your team grows",
|
|
22081
22089
|
checked: false
|
|
22090
|
+
}),
|
|
22091
|
+
/* @__PURE__ */ jsx47("div", {
|
|
22092
|
+
className: "flex flex-row justify-end mt-4",
|
|
22093
|
+
children: /* @__PURE__ */ jsx47("div", {
|
|
22094
|
+
style: {
|
|
22095
|
+
...textUnitWrapper,
|
|
22096
|
+
alignItems: "flex-end"
|
|
22097
|
+
},
|
|
22098
|
+
children: /* @__PURE__ */ jsxs9("a", {
|
|
22099
|
+
href: "/docs",
|
|
22100
|
+
className: "font-brand text-brand flex flex-row items-center gap-1 no-underline",
|
|
22101
|
+
children: [
|
|
22102
|
+
"No sign up needed - get started",
|
|
22103
|
+
" ",
|
|
22104
|
+
/* @__PURE__ */ jsx47("svg", {
|
|
22105
|
+
style: icon,
|
|
22106
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22107
|
+
viewBox: "0 0 448 512",
|
|
22108
|
+
children: /* @__PURE__ */ jsx47("path", {
|
|
22109
|
+
fill: "currentColor",
|
|
22110
|
+
d: "M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z"
|
|
22111
|
+
})
|
|
22112
|
+
})
|
|
22113
|
+
]
|
|
22114
|
+
})
|
|
22115
|
+
})
|
|
22082
22116
|
})
|
|
22083
22117
|
]
|
|
22084
22118
|
});
|
|
22085
22119
|
};
|
|
22086
|
-
var textUnitWrapper = {
|
|
22087
|
-
display: "flex",
|
|
22088
|
-
flexDirection: "column"
|
|
22089
|
-
};
|
|
22090
22120
|
var EnterpriseLicense = () => {
|
|
22091
22121
|
return /* @__PURE__ */ jsxs9(Container, {
|
|
22092
22122
|
children: [
|
|
@@ -22165,10 +22195,6 @@ var EnterpriseLicense = () => {
|
|
|
22165
22195
|
};
|
|
22166
22196
|
var SEAT_PRICE = 25;
|
|
22167
22197
|
var RENDER_UNIT_PRICE = 10;
|
|
22168
|
-
var icon = {
|
|
22169
|
-
height: 16,
|
|
22170
|
-
marginLeft: 4
|
|
22171
|
-
};
|
|
22172
22198
|
var CompanyPricing = () => {
|
|
22173
22199
|
const [devSeatCount, setDevSeatCount] = React53.useState(1);
|
|
22174
22200
|
const [cloudRenders, setCloudRenders] = React53.useState(1000);
|
|
@@ -22644,7 +22670,7 @@ var GitHubStars = () => {
|
|
|
22644
22670
|
width: "45px"
|
|
22645
22671
|
}),
|
|
22646
22672
|
/* @__PURE__ */ jsx50(StatItemContent, {
|
|
22647
|
-
content: "
|
|
22673
|
+
content: "31k",
|
|
22648
22674
|
width: "80px",
|
|
22649
22675
|
fontSize: "2.5rem",
|
|
22650
22676
|
fontWeight: "bold"
|
|
@@ -31168,11 +31194,11 @@ var listOfRemotionPackages = [
|
|
|
31168
31194
|
"@remotion/rive",
|
|
31169
31195
|
"@remotion/shapes",
|
|
31170
31196
|
"@remotion/skia",
|
|
31171
|
-
"@remotion/skills",
|
|
31172
31197
|
"@remotion/promo-pages",
|
|
31173
31198
|
"@remotion/streaming",
|
|
31174
31199
|
"@remotion/serverless",
|
|
31175
31200
|
"@remotion/serverless-client",
|
|
31201
|
+
"@remotion/skills",
|
|
31176
31202
|
"@remotion/studio-server",
|
|
31177
31203
|
"@remotion/studio-shared",
|
|
31178
31204
|
"@remotion/studio",
|
|
@@ -31198,13 +31224,35 @@ function truthy4(value) {
|
|
|
31198
31224
|
return Boolean(value);
|
|
31199
31225
|
}
|
|
31200
31226
|
var FEATURED_TEMPLATES = [
|
|
31227
|
+
{
|
|
31228
|
+
homePageLabel: "Blank",
|
|
31229
|
+
shortName: "Blank",
|
|
31230
|
+
description: "Nothing except an empty canvas",
|
|
31231
|
+
org: "remotion-dev",
|
|
31232
|
+
repoName: "template-empty",
|
|
31233
|
+
longerDescription: "A template containing nothing but an empty canvas. Recommended if you already used Remotion or plan to write your code with AI.",
|
|
31234
|
+
promoVideo: {
|
|
31235
|
+
muxId: "JD00x15y859GjqO7C9hpILkrSddGzd55K4lfj02dv8gU4",
|
|
31236
|
+
width: 1280,
|
|
31237
|
+
height: 720
|
|
31238
|
+
},
|
|
31239
|
+
cliId: "blank",
|
|
31240
|
+
type: "video",
|
|
31241
|
+
defaultBranch: "main",
|
|
31242
|
+
featuredOnHomePage: "Blank",
|
|
31243
|
+
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
31244
|
+
templateInMonorepo: "template-blank",
|
|
31245
|
+
allowEnableTailwind: true,
|
|
31246
|
+
contributedBy: null,
|
|
31247
|
+
showStackblitz: true
|
|
31248
|
+
},
|
|
31201
31249
|
{
|
|
31202
31250
|
homePageLabel: "Hello World",
|
|
31203
31251
|
shortName: "Hello World",
|
|
31204
31252
|
org: "remotion-dev",
|
|
31205
31253
|
repoName: "template-helloworld",
|
|
31206
|
-
description:
|
|
31207
|
-
longerDescription: "A basic template with TypeScript, Prettier and ESLint preconfigured.
|
|
31254
|
+
description: "A playground with a simple animation",
|
|
31255
|
+
longerDescription: "A basic template with TypeScript, Prettier and ESLint preconfigured.",
|
|
31208
31256
|
promoVideo: {
|
|
31209
31257
|
muxId: "vKvV6aa7GXGlR01cmpc6J8Zz4Gkj9d2hBSnVYoef00900I",
|
|
31210
31258
|
height: 1080,
|
|
@@ -31217,7 +31265,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31217
31265
|
previewURL: "https://remotion-helloworld.vercel.app/?/HelloWorld",
|
|
31218
31266
|
templateInMonorepo: "template-helloworld",
|
|
31219
31267
|
allowEnableTailwind: true,
|
|
31220
|
-
contributedBy: null
|
|
31268
|
+
contributedBy: null,
|
|
31269
|
+
showStackblitz: true
|
|
31221
31270
|
},
|
|
31222
31271
|
{
|
|
31223
31272
|
homePageLabel: "Next.js (App dir)",
|
|
@@ -31238,7 +31287,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31238
31287
|
previewURL: "https://next.remotion.dev",
|
|
31239
31288
|
templateInMonorepo: "template-next-app",
|
|
31240
31289
|
allowEnableTailwind: false,
|
|
31241
|
-
contributedBy: null
|
|
31290
|
+
contributedBy: null,
|
|
31291
|
+
showStackblitz: true
|
|
31242
31292
|
},
|
|
31243
31293
|
{
|
|
31244
31294
|
homePageLabel: "Next.js (App dir + TailwindCSS)",
|
|
@@ -31259,7 +31309,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31259
31309
|
previewURL: "https://next.remotion.dev",
|
|
31260
31310
|
templateInMonorepo: "template-next-app-tailwind",
|
|
31261
31311
|
allowEnableTailwind: false,
|
|
31262
|
-
contributedBy: null
|
|
31312
|
+
contributedBy: null,
|
|
31313
|
+
showStackblitz: true
|
|
31263
31314
|
},
|
|
31264
31315
|
{
|
|
31265
31316
|
homePageLabel: "Next.js (Pages dir)",
|
|
@@ -31280,28 +31331,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31280
31331
|
previewURL: "https://next.remotion.dev",
|
|
31281
31332
|
templateInMonorepo: "template-next-pages",
|
|
31282
31333
|
allowEnableTailwind: false,
|
|
31283
|
-
contributedBy: null
|
|
31284
|
-
|
|
31285
|
-
{
|
|
31286
|
-
homePageLabel: "Blank",
|
|
31287
|
-
shortName: "Blank",
|
|
31288
|
-
description: "Nothing except an empty canvas",
|
|
31289
|
-
org: "remotion-dev",
|
|
31290
|
-
repoName: "template-empty",
|
|
31291
|
-
longerDescription: "A template containing nothing but an empty canvas. Recommended for people who already worked with Remotion.",
|
|
31292
|
-
promoVideo: {
|
|
31293
|
-
muxId: "JD00x15y859GjqO7C9hpILkrSddGzd55K4lfj02dv8gU4",
|
|
31294
|
-
width: 1280,
|
|
31295
|
-
height: 720
|
|
31296
|
-
},
|
|
31297
|
-
cliId: "blank",
|
|
31298
|
-
type: "video",
|
|
31299
|
-
defaultBranch: "main",
|
|
31300
|
-
featuredOnHomePage: "Blank",
|
|
31301
|
-
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
31302
|
-
templateInMonorepo: "template-blank",
|
|
31303
|
-
allowEnableTailwind: true,
|
|
31304
|
-
contributedBy: null
|
|
31334
|
+
contributedBy: null,
|
|
31335
|
+
showStackblitz: true
|
|
31305
31336
|
},
|
|
31306
31337
|
{
|
|
31307
31338
|
homePageLabel: "Recorder",
|
|
@@ -31322,7 +31353,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31322
31353
|
previewURL: null,
|
|
31323
31354
|
templateInMonorepo: "template-recorder",
|
|
31324
31355
|
allowEnableTailwind: false,
|
|
31325
|
-
contributedBy: null
|
|
31356
|
+
contributedBy: null,
|
|
31357
|
+
showStackblitz: true
|
|
31326
31358
|
},
|
|
31327
31359
|
{
|
|
31328
31360
|
homePageLabel: "Prompt to Motion Graphics",
|
|
@@ -31343,7 +31375,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31343
31375
|
previewURL: null,
|
|
31344
31376
|
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
31345
31377
|
allowEnableTailwind: false,
|
|
31346
|
-
contributedBy: "ASchwad"
|
|
31378
|
+
contributedBy: "ASchwad",
|
|
31379
|
+
showStackblitz: false
|
|
31347
31380
|
},
|
|
31348
31381
|
{
|
|
31349
31382
|
homePageLabel: "JavaScript",
|
|
@@ -31364,7 +31397,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31364
31397
|
previewURL: "https://template-helloworld-javascript.vercel.app/?/HelloWorld",
|
|
31365
31398
|
templateInMonorepo: "template-javascript",
|
|
31366
31399
|
allowEnableTailwind: true,
|
|
31367
|
-
contributedBy: null
|
|
31400
|
+
contributedBy: null,
|
|
31401
|
+
showStackblitz: true
|
|
31368
31402
|
},
|
|
31369
31403
|
{
|
|
31370
31404
|
homePageLabel: "Render Server (Express.js)",
|
|
@@ -31385,7 +31419,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31385
31419
|
previewURL: null,
|
|
31386
31420
|
templateInMonorepo: "template-render-server",
|
|
31387
31421
|
allowEnableTailwind: false,
|
|
31388
|
-
contributedBy: null
|
|
31422
|
+
contributedBy: null,
|
|
31423
|
+
showStackblitz: true
|
|
31389
31424
|
},
|
|
31390
31425
|
{
|
|
31391
31426
|
homePageLabel: "React Router 7",
|
|
@@ -31406,7 +31441,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31406
31441
|
previewURL: null,
|
|
31407
31442
|
templateInMonorepo: "template-react-router",
|
|
31408
31443
|
allowEnableTailwind: false,
|
|
31409
|
-
contributedBy: null
|
|
31444
|
+
contributedBy: null,
|
|
31445
|
+
showStackblitz: true
|
|
31410
31446
|
},
|
|
31411
31447
|
{
|
|
31412
31448
|
homePageLabel: "3D",
|
|
@@ -31427,7 +31463,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31427
31463
|
previewURL: "https://template-three-remotion.vercel.app/",
|
|
31428
31464
|
templateInMonorepo: "template-three",
|
|
31429
31465
|
allowEnableTailwind: false,
|
|
31430
|
-
contributedBy: null
|
|
31466
|
+
contributedBy: null,
|
|
31467
|
+
showStackblitz: true
|
|
31431
31468
|
},
|
|
31432
31469
|
{
|
|
31433
31470
|
homePageLabel: "Stills",
|
|
@@ -31448,7 +31485,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31448
31485
|
previewURL: "https://template-still.vercel.app/?/PreviewCard",
|
|
31449
31486
|
templateInMonorepo: "template-still",
|
|
31450
31487
|
allowEnableTailwind: false,
|
|
31451
|
-
contributedBy: null
|
|
31488
|
+
contributedBy: null,
|
|
31489
|
+
showStackblitz: true
|
|
31452
31490
|
},
|
|
31453
31491
|
{
|
|
31454
31492
|
homePageLabel: "Text-To-Speech (Azure)",
|
|
@@ -31469,7 +31507,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31469
31507
|
previewURL: null,
|
|
31470
31508
|
templateInMonorepo: "template-tts-azure",
|
|
31471
31509
|
allowEnableTailwind: false,
|
|
31472
|
-
contributedBy: null
|
|
31510
|
+
contributedBy: null,
|
|
31511
|
+
showStackblitz: true
|
|
31473
31512
|
},
|
|
31474
31513
|
{
|
|
31475
31514
|
homePageLabel: "Text-To-Speech (Google)",
|
|
@@ -31490,7 +31529,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31490
31529
|
previewURL: null,
|
|
31491
31530
|
templateInMonorepo: "template-tts-google",
|
|
31492
31531
|
allowEnableTailwind: false,
|
|
31493
|
-
contributedBy: null
|
|
31532
|
+
contributedBy: null,
|
|
31533
|
+
showStackblitz: true
|
|
31494
31534
|
},
|
|
31495
31535
|
{
|
|
31496
31536
|
homePageLabel: "Audiogram",
|
|
@@ -31511,7 +31551,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31511
31551
|
previewURL: "https://template-audiogram-1nrh.vercel.app",
|
|
31512
31552
|
templateInMonorepo: "template-audiogram",
|
|
31513
31553
|
allowEnableTailwind: true,
|
|
31514
|
-
contributedBy: null
|
|
31554
|
+
contributedBy: null,
|
|
31555
|
+
showStackblitz: true
|
|
31515
31556
|
},
|
|
31516
31557
|
{
|
|
31517
31558
|
homePageLabel: "Music Visualization",
|
|
@@ -31532,7 +31573,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31532
31573
|
previewURL: null,
|
|
31533
31574
|
templateInMonorepo: "template-music-visualization",
|
|
31534
31575
|
allowEnableTailwind: true,
|
|
31535
|
-
contributedBy: null
|
|
31576
|
+
contributedBy: null,
|
|
31577
|
+
showStackblitz: true
|
|
31536
31578
|
},
|
|
31537
31579
|
{
|
|
31538
31580
|
homePageLabel: "Prompt to Video",
|
|
@@ -31553,7 +31595,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31553
31595
|
previewURL: null,
|
|
31554
31596
|
templateInMonorepo: "template-prompt-to-video",
|
|
31555
31597
|
allowEnableTailwind: true,
|
|
31556
|
-
contributedBy: "webmonch"
|
|
31598
|
+
contributedBy: "webmonch",
|
|
31599
|
+
showStackblitz: true
|
|
31557
31600
|
},
|
|
31558
31601
|
{
|
|
31559
31602
|
homePageLabel: "Skia",
|
|
@@ -31574,7 +31617,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31574
31617
|
previewURL: null,
|
|
31575
31618
|
templateInMonorepo: "template-skia",
|
|
31576
31619
|
allowEnableTailwind: false,
|
|
31577
|
-
contributedBy: null
|
|
31620
|
+
contributedBy: null,
|
|
31621
|
+
showStackblitz: true
|
|
31578
31622
|
},
|
|
31579
31623
|
{
|
|
31580
31624
|
homePageLabel: "Overlay",
|
|
@@ -31601,7 +31645,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31601
31645
|
previewURL: null,
|
|
31602
31646
|
templateInMonorepo: "template-overlay",
|
|
31603
31647
|
allowEnableTailwind: true,
|
|
31604
|
-
contributedBy: null
|
|
31648
|
+
contributedBy: null,
|
|
31649
|
+
showStackblitz: true
|
|
31605
31650
|
},
|
|
31606
31651
|
{
|
|
31607
31652
|
homePageLabel: "Code Hike",
|
|
@@ -31626,7 +31671,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31626
31671
|
previewURL: "https://template-code-hike.vercel.app/",
|
|
31627
31672
|
templateInMonorepo: "template-code-hike",
|
|
31628
31673
|
allowEnableTailwind: false,
|
|
31629
|
-
contributedBy: null
|
|
31674
|
+
contributedBy: null,
|
|
31675
|
+
showStackblitz: true
|
|
31630
31676
|
},
|
|
31631
31677
|
{
|
|
31632
31678
|
homePageLabel: "Stargazer",
|
|
@@ -31647,7 +31693,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31647
31693
|
previewURL: null,
|
|
31648
31694
|
templateInMonorepo: "template-stargazer",
|
|
31649
31695
|
allowEnableTailwind: true,
|
|
31650
|
-
contributedBy:
|
|
31696
|
+
contributedBy: "pomber",
|
|
31697
|
+
showStackblitz: true
|
|
31651
31698
|
},
|
|
31652
31699
|
{
|
|
31653
31700
|
homePageLabel: "TikTok",
|
|
@@ -31668,7 +31715,8 @@ var FEATURED_TEMPLATES = [
|
|
|
31668
31715
|
previewURL: null,
|
|
31669
31716
|
templateInMonorepo: "template-tiktok",
|
|
31670
31717
|
allowEnableTailwind: true,
|
|
31671
|
-
contributedBy: null
|
|
31718
|
+
contributedBy: null,
|
|
31719
|
+
showStackblitz: true
|
|
31672
31720
|
}
|
|
31673
31721
|
].filter(truthy4);
|
|
31674
31722
|
var PAID_TEMPLATES = [
|
|
@@ -32396,7 +32444,7 @@ var GithubButton = () => {
|
|
|
32396
32444
|
" ",
|
|
32397
32445
|
/* @__PURE__ */ jsx154("div", {
|
|
32398
32446
|
className: "text-xs inline-block ml-2 leading-none mt-[3px] self-center",
|
|
32399
|
-
children: "
|
|
32447
|
+
children: "31k"
|
|
32400
32448
|
})
|
|
32401
32449
|
]
|
|
32402
32450
|
});
|
|
@@ -32434,21 +32482,6 @@ var GetStarted = () => {
|
|
|
32434
32482
|
]
|
|
32435
32483
|
})
|
|
32436
32484
|
}),
|
|
32437
|
-
/* @__PURE__ */ jsx156("div", {
|
|
32438
|
-
className: "w-2 h-2"
|
|
32439
|
-
}),
|
|
32440
|
-
/* @__PURE__ */ jsx156("div", {
|
|
32441
|
-
className: "w-full lg:w-auto",
|
|
32442
|
-
children: /* @__PURE__ */ jsx156("a", {
|
|
32443
|
-
className: "no-underline w-full block",
|
|
32444
|
-
href: "https://www.youtube.com/watch?v=deg8bOoziaE",
|
|
32445
|
-
target: "_blank",
|
|
32446
|
-
children: /* @__PURE__ */ jsx156(Button, {
|
|
32447
|
-
className: "w-full",
|
|
32448
|
-
children: "Watch demo"
|
|
32449
|
-
})
|
|
32450
|
-
})
|
|
32451
|
-
}),
|
|
32452
32485
|
/* @__PURE__ */ jsx156("div", {
|
|
32453
32486
|
style: { width: 10, height: 10 }
|
|
32454
32487
|
}),
|
|
@@ -32483,6 +32516,35 @@ var GetStarted = () => {
|
|
|
32483
32516
|
className: "w-full",
|
|
32484
32517
|
children: /* @__PURE__ */ jsx156(GithubButton, {})
|
|
32485
32518
|
})
|
|
32519
|
+
}),
|
|
32520
|
+
" ",
|
|
32521
|
+
/* @__PURE__ */ jsx156("div", {
|
|
32522
|
+
className: "w-2 h-2"
|
|
32523
|
+
}),
|
|
32524
|
+
/* @__PURE__ */ jsx156("div", {
|
|
32525
|
+
className: "w-full lg:w-auto",
|
|
32526
|
+
children: /* @__PURE__ */ jsx156("a", {
|
|
32527
|
+
className: "no-underline w-full block",
|
|
32528
|
+
href: "/docs/ai/claude-code",
|
|
32529
|
+
children: /* @__PURE__ */ jsxs67(Button, {
|
|
32530
|
+
className: "w-full",
|
|
32531
|
+
children: [
|
|
32532
|
+
/* @__PURE__ */ jsx156("svg", {
|
|
32533
|
+
width: "20",
|
|
32534
|
+
height: "20",
|
|
32535
|
+
viewBox: "0 0 149 149",
|
|
32536
|
+
fill: "none",
|
|
32537
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32538
|
+
style: { marginRight: 8 },
|
|
32539
|
+
children: /* @__PURE__ */ jsx156("path", {
|
|
32540
|
+
d: "M29.05 98.54L58.19 82.19L58.68 80.77L58.19 79.98H56.77L51.9 79.68L35.25 79.23L20.81 78.63L6.82 77.88L3.3 77.13L0 72.78L0.340004 70.61L3.3 68.62L7.54 68.99L16.91 69.63L30.97 70.6L41.17 71.2L56.28 72.77H58.68L59.02 71.8L58.2 71.2L57.56 70.6L43.01 60.74L27.26 50.32L19.01 44.32L14.55 41.28L12.3 38.43L11.33 32.21L15.38 27.75L20.82 28.12L22.21 28.49L27.72 32.73L39.49 41.84L54.86 53.16L57.11 55.03L58.01 54.39L58.12 53.94L57.11 52.25L48.75 37.14L39.83 21.77L35.86 15.4L34.81 11.58C34.44 10.01 34.17 8.69 34.17 7.08L38.78 0.820007L41.33 0L47.48 0.820007L50.07 3.07001L53.89 11.81L60.08 25.57L69.68 44.28L72.49 49.83L73.99 54.97L74.55 56.54H75.52V55.64L76.31 45.1L77.77 32.16L79.19 15.51L79.68 10.82L82 5.2L86.61 2.16L90.21 3.88L93.17 8.12L92.76 10.86L91 22.3L87.55 40.22L85.3 52.22H86.61L88.11 50.72L94.18 42.66L104.38 29.91L108.88 24.85L114.13 19.26L117.5 16.6H123.87L128.56 23.57L126.46 30.77L119.9 39.09L114.46 46.14L106.66 56.64L101.79 65.04L102.24 65.71L103.4 65.6L121.02 61.85L130.54 60.13L141.9 58.18L147.04 60.58L147.6 63.02L145.58 68.01L133.43 71.01L119.18 73.86L97.96 78.88L97.7 79.07L98 79.44L107.56 80.34L111.65 80.56H121.66L140.3 81.95L145.17 85.17L148.09 89.11L147.6 92.11L140.1 95.93L129.98 93.53L106.36 87.91L98.26 85.89H97.14V86.56L103.89 93.16L116.26 104.33L131.75 118.73L132.54 122.29L130.55 125.1L128.45 124.8L114.84 114.56L109.59 109.95L97.7 99.94H96.91V100.99L99.65 105L114.12 126.75L114.87 133.42L113.82 135.59L110.07 136.9L105.95 136.15L97.48 124.26L88.74 110.87L81.69 98.87L80.83 99.36L76.67 144.17L74.72 146.46L70.22 148.18L66.47 145.33L64.48 140.72L66.47 131.61L68.87 119.72L70.82 110.27L72.58 98.53L73.63 94.63L73.56 94.37L72.7 94.48L63.85 106.63L50.39 124.82L39.74 136.22L37.19 137.23L32.77 134.94L33.18 130.85L35.65 127.21L50.39 108.46L59.28 96.84L65.02 90.13L64.98 89.16H64.64L25.49 114.58L18.52 115.48L15.52 112.67L15.89 108.06L17.31 106.56L29.08 98.46L29.04 98.5L29.05 98.54Z",
|
|
32541
|
+
fill: "#D97757"
|
|
32542
|
+
})
|
|
32543
|
+
}),
|
|
32544
|
+
"Use with Claude Code"
|
|
32545
|
+
]
|
|
32546
|
+
})
|
|
32547
|
+
})
|
|
32486
32548
|
})
|
|
32487
32549
|
]
|
|
32488
32550
|
});
|