@remotion/promo-pages 4.0.392 → 4.0.394
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 +267 -197
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/Homepage.js +267 -197
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/design.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/homepage/Pricing.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/template-modal-content.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/templates.js +222 -152
- package/dist/design.js +1 -1
- package/dist/homepage/Pricing.js +1 -1
- package/dist/template-modal-content.js +1 -1
- package/dist/templates.js +222 -152
- package/package.json +12 -12
|
@@ -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.394", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -18327,6 +18327,27 @@ var FEATURED_TEMPLATES = [
|
|
|
18327
18327
|
allowEnableTailwind: false,
|
|
18328
18328
|
contributedBy: null
|
|
18329
18329
|
},
|
|
18330
|
+
{
|
|
18331
|
+
homePageLabel: "Prompt to Motion graphics",
|
|
18332
|
+
shortName: "Prompt to Motion Graphics (Next.js)",
|
|
18333
|
+
org: "remotion-dev",
|
|
18334
|
+
repoName: "template-prompt-to-motion-graphics",
|
|
18335
|
+
description: "AI-powered code generation for Remotion",
|
|
18336
|
+
longerDescription: 'A SaaS template for "Prompt to Motion Graphics" products. Generates Remotion code, streams it to the frontend, and compiles and previews it in the browser.',
|
|
18337
|
+
promoBanner: {
|
|
18338
|
+
width: 1002,
|
|
18339
|
+
height: 720,
|
|
18340
|
+
src: "/img/prompt-to-motion-graphics.png"
|
|
18341
|
+
},
|
|
18342
|
+
cliId: "prompt-to-motion-graphics",
|
|
18343
|
+
type: "image",
|
|
18344
|
+
defaultBranch: "main",
|
|
18345
|
+
featuredOnHomePage: null,
|
|
18346
|
+
previewURL: null,
|
|
18347
|
+
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
18348
|
+
allowEnableTailwind: false,
|
|
18349
|
+
contributedBy: "ASchwad"
|
|
18350
|
+
},
|
|
18330
18351
|
{
|
|
18331
18352
|
homePageLabel: "JavaScript",
|
|
18332
18353
|
shortName: "Hello World (JavaScript)",
|
|
@@ -18685,30 +18706,74 @@ var Blank = (props) => {
|
|
|
18685
18706
|
});
|
|
18686
18707
|
};
|
|
18687
18708
|
|
|
18688
|
-
// src/components/icons/
|
|
18709
|
+
// src/components/icons/brain.tsx
|
|
18689
18710
|
import { jsx as jsx40, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
18690
|
-
var
|
|
18711
|
+
var BrainIcon = (props) => {
|
|
18691
18712
|
return /* @__PURE__ */ jsxs6("svg", {
|
|
18713
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18714
|
+
viewBox: "0 0 24 24",
|
|
18715
|
+
fill: "none",
|
|
18716
|
+
stroke: "currentColor",
|
|
18717
|
+
strokeWidth: "2",
|
|
18718
|
+
strokeLinecap: "round",
|
|
18719
|
+
strokeLinejoin: "round",
|
|
18720
|
+
...props,
|
|
18721
|
+
children: [
|
|
18722
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18723
|
+
d: "M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z"
|
|
18724
|
+
}),
|
|
18725
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18726
|
+
d: "M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"
|
|
18727
|
+
}),
|
|
18728
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18729
|
+
d: "M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"
|
|
18730
|
+
}),
|
|
18731
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18732
|
+
d: "M17.599 6.5a3 3 0 0 0 .399-1.375"
|
|
18733
|
+
}),
|
|
18734
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18735
|
+
d: "M6.003 5.125A3 3 0 0 0 6.401 6.5"
|
|
18736
|
+
}),
|
|
18737
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18738
|
+
d: "M3.477 10.896a4 4 0 0 1 .585-.396"
|
|
18739
|
+
}),
|
|
18740
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18741
|
+
d: "M19.938 10.5a4 4 0 0 1 .585.396"
|
|
18742
|
+
}),
|
|
18743
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18744
|
+
d: "M6 18a4 4 0 0 1-1.967-.516"
|
|
18745
|
+
}),
|
|
18746
|
+
/* @__PURE__ */ jsx40("path", {
|
|
18747
|
+
d: "M19.967 17.484A4 4 0 0 1 18 18"
|
|
18748
|
+
})
|
|
18749
|
+
]
|
|
18750
|
+
});
|
|
18751
|
+
};
|
|
18752
|
+
|
|
18753
|
+
// src/components/icons/code-hike.tsx
|
|
18754
|
+
import { jsx as jsx41, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
18755
|
+
var CodeHike = (props) => {
|
|
18756
|
+
return /* @__PURE__ */ jsxs8("svg", {
|
|
18692
18757
|
...props,
|
|
18693
18758
|
viewBox: "-100 -100 200 200",
|
|
18694
18759
|
fill: "currentColor",
|
|
18695
18760
|
children: [
|
|
18696
|
-
/* @__PURE__ */
|
|
18761
|
+
/* @__PURE__ */ jsx41("path", {
|
|
18697
18762
|
d: "M 70 60 L 42 -27 L 72 -27 L 100 60 Z"
|
|
18698
18763
|
}),
|
|
18699
|
-
/* @__PURE__ */
|
|
18764
|
+
/* @__PURE__ */ jsx41("path", {
|
|
18700
18765
|
d: "M 20.419540229885058 40.05357142857142 L 42 -27 L 72 -27 L 50.41954022988506 40.05357142857142 Z"
|
|
18701
18766
|
}),
|
|
18702
|
-
/* @__PURE__ */
|
|
18767
|
+
/* @__PURE__ */ jsx41("path", {
|
|
18703
18768
|
d: "M 20.419540229885058 40.05357142857142 L -15 -70 L 15 -70 L 50.41954022988506 40.05357142857142 Z"
|
|
18704
18769
|
}),
|
|
18705
|
-
/* @__PURE__ */
|
|
18770
|
+
/* @__PURE__ */ jsx41("path", {
|
|
18706
18771
|
d: "M -50.41954022988506 40.05357142857142 L -15 -70 L 15 -70 L -20.419540229885058 40.05357142857142 Z"
|
|
18707
18772
|
}),
|
|
18708
|
-
/* @__PURE__ */
|
|
18773
|
+
/* @__PURE__ */ jsx41("path", {
|
|
18709
18774
|
d: "M -50.41954022988506 40.05357142857142 L -72 -27 L -42 -27 L -20.419540229885058 40.05357142857142 Z"
|
|
18710
18775
|
}),
|
|
18711
|
-
/* @__PURE__ */
|
|
18776
|
+
/* @__PURE__ */ jsx41("path", {
|
|
18712
18777
|
d: "M -100 60 L -72 -27 L -42 -27 L -70 60 Z"
|
|
18713
18778
|
})
|
|
18714
18779
|
]
|
|
@@ -18716,13 +18781,13 @@ var CodeHike = (props) => {
|
|
|
18716
18781
|
};
|
|
18717
18782
|
|
|
18718
18783
|
// src/components/icons/cubes.tsx
|
|
18719
|
-
import { jsx as
|
|
18784
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
18720
18785
|
var Cubes = (props) => {
|
|
18721
|
-
return /* @__PURE__ */
|
|
18786
|
+
return /* @__PURE__ */ jsx44("svg", {
|
|
18722
18787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18723
18788
|
viewBox: "0 0 512 512",
|
|
18724
18789
|
...props,
|
|
18725
|
-
children: /* @__PURE__ */
|
|
18790
|
+
children: /* @__PURE__ */ jsx44("path", {
|
|
18726
18791
|
fill: "currentColor",
|
|
18727
18792
|
d: "M239.5 5.018C250.1 1.106 261.9 1.106 272.5 5.018L480.5 81.28C499.4 88.22 512 106.2 512 126.4V385.7C512 405.8 499.4 423.8 480.5 430.7L272.5 506.1C261.9 510.9 250.1 510.9 239.5 506.1L31.48 430.7C12.57 423.8 0 405.8 0 385.7V126.4C0 106.2 12.57 88.22 31.48 81.28L239.5 5.018zM261.5 35.06C257.1 33.76 254 33.76 250.5 35.06L44.14 110.7L256 193.1L467.9 110.7L261.5 35.06zM42.49 400.7L240 473.1V222L32 140.3V385.7C32 392.4 36.19 398.4 42.49 400.7V400.7zM272 473.1L469.5 400.7C475.8 398.4 480 392.4 480 385.7V140.3L272 222V473.1z"
|
|
18728
18793
|
})
|
|
@@ -18730,13 +18795,13 @@ var Cubes = (props) => {
|
|
|
18730
18795
|
};
|
|
18731
18796
|
|
|
18732
18797
|
// src/components/icons/js.tsx
|
|
18733
|
-
import { jsx as
|
|
18798
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
18734
18799
|
var JSIcon = (props) => {
|
|
18735
|
-
return /* @__PURE__ */
|
|
18800
|
+
return /* @__PURE__ */ jsx46("svg", {
|
|
18736
18801
|
className: "svg-inline--fa fa-js-square fa-w-14",
|
|
18737
18802
|
viewBox: "0 0 448 512",
|
|
18738
18803
|
...props,
|
|
18739
|
-
children: /* @__PURE__ */
|
|
18804
|
+
children: /* @__PURE__ */ jsx46("path", {
|
|
18740
18805
|
fill: "currentColor",
|
|
18741
18806
|
d: "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM243.8 381.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"
|
|
18742
18807
|
})
|
|
@@ -18744,13 +18809,13 @@ var JSIcon = (props) => {
|
|
|
18744
18809
|
};
|
|
18745
18810
|
|
|
18746
18811
|
// src/components/icons/music.tsx
|
|
18747
|
-
import { jsx as
|
|
18812
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
18748
18813
|
var MusicIcon = (props) => {
|
|
18749
|
-
return /* @__PURE__ */
|
|
18814
|
+
return /* @__PURE__ */ jsx47("svg", {
|
|
18750
18815
|
...props,
|
|
18751
18816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18752
18817
|
viewBox: "0 0 512 512",
|
|
18753
|
-
children: /* @__PURE__ */
|
|
18818
|
+
children: /* @__PURE__ */ jsx47("path", {
|
|
18754
18819
|
fill: "currentColor",
|
|
18755
18820
|
d: "M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7l0 72 0 264c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L448 147 192 223.8 192 432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L128 200l0-72c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z"
|
|
18756
18821
|
})
|
|
@@ -18758,15 +18823,15 @@ var MusicIcon = (props) => {
|
|
|
18758
18823
|
};
|
|
18759
18824
|
|
|
18760
18825
|
// src/components/icons/next.tsx
|
|
18761
|
-
import { jsx as
|
|
18826
|
+
import { jsx as jsx48, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
18762
18827
|
var NextIcon = ({ style }) => {
|
|
18763
|
-
return /* @__PURE__ */
|
|
18828
|
+
return /* @__PURE__ */ jsxs9("svg", {
|
|
18764
18829
|
fill: "none",
|
|
18765
18830
|
viewBox: "0 0 180 180",
|
|
18766
18831
|
style,
|
|
18767
18832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18768
18833
|
children: [
|
|
18769
|
-
/* @__PURE__ */
|
|
18834
|
+
/* @__PURE__ */ jsx48("mask", {
|
|
18770
18835
|
height: "180",
|
|
18771
18836
|
id: "mask0_292_250",
|
|
18772
18837
|
maskUnits: "userSpaceOnUse",
|
|
@@ -18774,27 +18839,27 @@ var NextIcon = ({ style }) => {
|
|
|
18774
18839
|
width: "180",
|
|
18775
18840
|
x: "0",
|
|
18776
18841
|
y: "0",
|
|
18777
|
-
children: /* @__PURE__ */
|
|
18842
|
+
children: /* @__PURE__ */ jsx48("circle", {
|
|
18778
18843
|
cx: "90",
|
|
18779
18844
|
cy: "90",
|
|
18780
18845
|
fill: "currentcolor",
|
|
18781
18846
|
r: "90"
|
|
18782
18847
|
})
|
|
18783
18848
|
}),
|
|
18784
|
-
/* @__PURE__ */
|
|
18849
|
+
/* @__PURE__ */ jsxs9("g", {
|
|
18785
18850
|
mask: "url(#mask0_292_250)",
|
|
18786
18851
|
children: [
|
|
18787
|
-
/* @__PURE__ */
|
|
18852
|
+
/* @__PURE__ */ jsx48("circle", {
|
|
18788
18853
|
cx: "90",
|
|
18789
18854
|
cy: "90",
|
|
18790
18855
|
fill: "currentcolor",
|
|
18791
18856
|
r: "90"
|
|
18792
18857
|
}),
|
|
18793
|
-
/* @__PURE__ */
|
|
18858
|
+
/* @__PURE__ */ jsx48("path", {
|
|
18794
18859
|
d: "M149.508 157.52L69.142 54H54V125.97H66.1136V69.3836L139.999 164.845C143.333 162.614 146.509 160.165 149.508 157.52Z",
|
|
18795
18860
|
fill: "url(#paint0_linear_292_250)"
|
|
18796
18861
|
}),
|
|
18797
|
-
/* @__PURE__ */
|
|
18862
|
+
/* @__PURE__ */ jsx48("rect", {
|
|
18798
18863
|
fill: "url(#paint1_linear_292_250)",
|
|
18799
18864
|
height: "72",
|
|
18800
18865
|
width: "12",
|
|
@@ -18803,9 +18868,9 @@ var NextIcon = ({ style }) => {
|
|
|
18803
18868
|
})
|
|
18804
18869
|
]
|
|
18805
18870
|
}),
|
|
18806
|
-
/* @__PURE__ */
|
|
18871
|
+
/* @__PURE__ */ jsxs9("defs", {
|
|
18807
18872
|
children: [
|
|
18808
|
-
/* @__PURE__ */
|
|
18873
|
+
/* @__PURE__ */ jsxs9("linearGradient", {
|
|
18809
18874
|
gradientUnits: "userSpaceOnUse",
|
|
18810
18875
|
id: "paint0_linear_292_250",
|
|
18811
18876
|
x1: "109",
|
|
@@ -18813,17 +18878,17 @@ var NextIcon = ({ style }) => {
|
|
|
18813
18878
|
y1: "116.5",
|
|
18814
18879
|
y2: "160.5",
|
|
18815
18880
|
children: [
|
|
18816
|
-
/* @__PURE__ */
|
|
18881
|
+
/* @__PURE__ */ jsx48("stop", {
|
|
18817
18882
|
stopColor: "var(--background)"
|
|
18818
18883
|
}),
|
|
18819
|
-
/* @__PURE__ */
|
|
18884
|
+
/* @__PURE__ */ jsx48("stop", {
|
|
18820
18885
|
offset: "1",
|
|
18821
18886
|
stopColor: "var(--background)",
|
|
18822
18887
|
stopOpacity: "0"
|
|
18823
18888
|
})
|
|
18824
18889
|
]
|
|
18825
18890
|
}),
|
|
18826
|
-
/* @__PURE__ */
|
|
18891
|
+
/* @__PURE__ */ jsxs9("linearGradient", {
|
|
18827
18892
|
gradientUnits: "userSpaceOnUse",
|
|
18828
18893
|
id: "paint1_linear_292_250",
|
|
18829
18894
|
x1: "121",
|
|
@@ -18831,10 +18896,10 @@ var NextIcon = ({ style }) => {
|
|
|
18831
18896
|
y1: "54",
|
|
18832
18897
|
y2: "106.875",
|
|
18833
18898
|
children: [
|
|
18834
|
-
/* @__PURE__ */
|
|
18899
|
+
/* @__PURE__ */ jsx48("stop", {
|
|
18835
18900
|
stopColor: "var(--background)"
|
|
18836
18901
|
}),
|
|
18837
|
-
/* @__PURE__ */
|
|
18902
|
+
/* @__PURE__ */ jsx48("stop", {
|
|
18838
18903
|
offset: "1",
|
|
18839
18904
|
stopColor: "var(--background)",
|
|
18840
18905
|
stopOpacity: "0"
|
|
@@ -18848,19 +18913,19 @@ var NextIcon = ({ style }) => {
|
|
|
18848
18913
|
};
|
|
18849
18914
|
|
|
18850
18915
|
// src/components/icons/overlay.tsx
|
|
18851
|
-
import { jsx as
|
|
18916
|
+
import { jsx as jsx49, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
18852
18917
|
var OverlayIcon = (props) => {
|
|
18853
|
-
return /* @__PURE__ */
|
|
18918
|
+
return /* @__PURE__ */ jsxs10("svg", {
|
|
18854
18919
|
viewBox: "0 0 576 512",
|
|
18855
18920
|
fill: "none",
|
|
18856
18921
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18857
18922
|
...props,
|
|
18858
18923
|
children: [
|
|
18859
|
-
/* @__PURE__ */
|
|
18924
|
+
/* @__PURE__ */ jsx49("path", {
|
|
18860
18925
|
d: "M251.1 407.9C274.5 418.7 301.5 418.7 324.9 407.9V407.8L476.9 337.6L530.1 362.2C538.6 366.1 544 374.6 544 384C544 393.4 538.6 401.9 530.1 405.8L311.5 506.8C296.6 513.7 279.4 513.7 264.5 506.8L45.9 405.8C37.4 401.9 32 393.4 32 384C32 374.6 37.4 366.1 45.9 362.2L99.1 337.7L251.1 407.9Z",
|
|
18861
18926
|
fill: "currentcolor"
|
|
18862
18927
|
}),
|
|
18863
|
-
/* @__PURE__ */
|
|
18928
|
+
/* @__PURE__ */ jsx49("path", {
|
|
18864
18929
|
d: "M277.8 132.7L495.2 230.1C505.4 234.7 512 244.8 512 256C512 267.2 505.4 277.3 495.2 281.9L277.8 379.3C270.1 382.4 263.5 384 256 384C248.5 384 241 382.4 234.2 379.3L16.76 281.9C6.561 277.3 0.0003 267.2 0.0003 256C0.0003 244.8 6.561 234.7 16.76 230.1L234.2 132.7C241 129.6 248.5 128 256 128C263.5 128 270.1 129.6 277.8 132.7Z",
|
|
18865
18930
|
stroke: "currentcolor",
|
|
18866
18931
|
transform: "translate(32, -25)",
|
|
@@ -18871,13 +18936,13 @@ var OverlayIcon = (props) => {
|
|
|
18871
18936
|
};
|
|
18872
18937
|
|
|
18873
18938
|
// src/components/icons/prompt-to-video.tsx
|
|
18874
|
-
import { jsx as
|
|
18939
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
18875
18940
|
var PromptToVideoIcon = (props) => {
|
|
18876
|
-
return /* @__PURE__ */
|
|
18941
|
+
return /* @__PURE__ */ jsx50("svg", {
|
|
18877
18942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18878
18943
|
viewBox: "0 0 512 512",
|
|
18879
18944
|
...props,
|
|
18880
|
-
children: /* @__PURE__ */
|
|
18945
|
+
children: /* @__PURE__ */ jsx50("path", {
|
|
18881
18946
|
d: "M278.5 15.6C275 6.2 266 0 256 0s-19 6.2-22.5 15.6L174.2 174.2 15.6 233.5C6.2 237 0 246 0 256s6.2 19 15.6 22.5l158.6 59.4 59.4 158.6C237 505.8 246 512 256 512s19-6.2 22.5-15.6l59.4-158.6 158.6-59.4C505.8 275 512 266 512 256s-6.2-19-15.6-22.5L337.8 174.2 278.5 15.6z",
|
|
18882
18947
|
fill: "currentColor"
|
|
18883
18948
|
})
|
|
@@ -18885,23 +18950,23 @@ var PromptToVideoIcon = (props) => {
|
|
|
18885
18950
|
};
|
|
18886
18951
|
|
|
18887
18952
|
// src/components/icons/recorder.tsx
|
|
18888
|
-
import { jsx as
|
|
18953
|
+
import { jsx as jsx51, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
18889
18954
|
var Recorder = (props) => {
|
|
18890
|
-
return /* @__PURE__ */
|
|
18955
|
+
return /* @__PURE__ */ jsxs11("svg", {
|
|
18891
18956
|
viewBox: "0 0 700 700",
|
|
18892
18957
|
...props,
|
|
18893
18958
|
children: [
|
|
18894
|
-
/* @__PURE__ */
|
|
18959
|
+
/* @__PURE__ */ jsx51("path", {
|
|
18895
18960
|
d: "M0 350C0 115.5 115.5 0 350 0C584.5 0 700 115.5 700 350C700 584.5 584.5 700 350 700C115.5 700 0 584.5 0 350Z",
|
|
18896
18961
|
fill: "#F43B00",
|
|
18897
18962
|
fillOpacity: "0.15"
|
|
18898
18963
|
}),
|
|
18899
|
-
/* @__PURE__ */
|
|
18964
|
+
/* @__PURE__ */ jsx51("path", {
|
|
18900
18965
|
d: "M79.4595 344.324C79.4595 161.794 169.362 71.8915 351.892 71.8915C534.422 71.8915 624.324 161.794 624.324 344.324C624.324 526.854 534.422 616.756 351.892 616.756C169.362 616.756 79.4595 526.854 79.4595 344.324Z",
|
|
18901
18966
|
fill: "#F43B00",
|
|
18902
18967
|
fillOpacity: "0.3"
|
|
18903
18968
|
}),
|
|
18904
|
-
/* @__PURE__ */
|
|
18969
|
+
/* @__PURE__ */ jsx51("path", {
|
|
18905
18970
|
d: "M155.135 343.378C155.135 212.185 219.752 147.567 350.946 147.567C482.139 147.567 546.756 212.185 546.756 343.378C546.756 474.571 482.139 539.189 350.946 539.189C219.752 539.189 155.135 474.571 155.135 343.378Z",
|
|
18906
18971
|
fill: "#F43B00"
|
|
18907
18972
|
})
|
|
@@ -18910,9 +18975,9 @@ var Recorder = (props) => {
|
|
|
18910
18975
|
};
|
|
18911
18976
|
|
|
18912
18977
|
// src/components/icons/remix.tsx
|
|
18913
|
-
import { jsx as
|
|
18978
|
+
import { jsx as jsx54, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
18914
18979
|
var ReactRouterIcon = (props) => {
|
|
18915
|
-
return /* @__PURE__ */
|
|
18980
|
+
return /* @__PURE__ */ jsx54("svg", {
|
|
18916
18981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18917
18982
|
width: "800px",
|
|
18918
18983
|
height: "800px",
|
|
@@ -18920,13 +18985,13 @@ var ReactRouterIcon = (props) => {
|
|
|
18920
18985
|
version: "1.1",
|
|
18921
18986
|
preserveAspectRatio: "xMidYMid",
|
|
18922
18987
|
...props,
|
|
18923
|
-
children: /* @__PURE__ */
|
|
18988
|
+
children: /* @__PURE__ */ jsxs12("g", {
|
|
18924
18989
|
children: [
|
|
18925
|
-
/* @__PURE__ */
|
|
18990
|
+
/* @__PURE__ */ jsx54("path", {
|
|
18926
18991
|
d: "M78.0659341,92.5875806 C90.8837956,92.5875806 101.274726,82.1966508 101.274726,69.3787894 C101.274726,56.5609279 90.8837956,46.1699982 78.0659341,46.1699982 C65.2480726,46.1699982 54.8571429,56.5609279 54.8571429,69.3787894 C54.8571429,82.1966508 65.2480726,92.5875806 78.0659341,92.5875806 Z M23.2087913,139.005163 C36.0266526,139.005163 46.4175825,128.614233 46.4175825,115.796372 C46.4175825,102.97851 36.0266526,92.5875806 23.2087913,92.5875806 C10.3909298,92.5875806 0,102.97851 0,115.796372 C0,128.614233 10.3909298,139.005163 23.2087913,139.005163 Z M232.791209,139.005163 C245.60907,139.005163 256,128.614233 256,115.796372 C256,102.97851 245.60907,92.5875806 232.791209,92.5875806 C219.973347,92.5875806 209.582418,102.97851 209.582418,115.796372 C209.582418,128.614233 219.973347,139.005163 232.791209,139.005163 Z",
|
|
18927
18992
|
fill: "currentcolor"
|
|
18928
18993
|
}),
|
|
18929
|
-
/* @__PURE__ */
|
|
18994
|
+
/* @__PURE__ */ jsx54("path", {
|
|
18930
18995
|
d: "M156.565464,70.3568084 C155.823426,62.6028163 155.445577,56.1490255 149.505494,51.6131676 C141.982638,45.8687002 133.461166,49.5960243 122.964463,45.8072968 C112.650326,43.3121427 105,34.1545727 105,23.2394367 C105,10.4046502 115.577888,0 128.626373,0 C138.29063,0 146.599638,5.70747659 150.259573,13.8825477 C155.861013,24.5221258 152.220489,35.3500418 159.258242,40.8041273 C167.591489,47.2621895 178.826167,42.5329154 191.362109,48.6517412 C195.390112,50.5026944 198.799584,53.4384578 201.202056,57.0769224 C203.604528,60.7153869 205,65.0565524 205,69.7183101 C205,80.633446 197.349674,89.7910161 187.035538,92.2861702 C176.538834,96.0748977 168.017363,92.3475736 160.494506,98.092041 C152.03503,104.551712 156.563892,115.358642 149.669352,126.774447 C145.756163,134.291567 137.802119,139.43662 128.626373,139.43662 C115.577888,139.43662 105,129.03197 105,116.197184 C105,106.873668 110.581887,98.832521 118.637891,95.1306146 C131.173833,89.0117889 142.408511,93.7410629 150.741758,87.2830007 C155.549106,83.5574243 156.565464,77.8102648 156.565464,70.3568084 Z",
|
|
18931
18996
|
fill: "currentcolor"
|
|
18932
18997
|
})
|
|
@@ -18936,9 +19001,9 @@ var ReactRouterIcon = (props) => {
|
|
|
18936
19001
|
};
|
|
18937
19002
|
|
|
18938
19003
|
// src/components/icons/render-server.tsx
|
|
18939
|
-
import { jsx as
|
|
19004
|
+
import { jsx as jsx56, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
18940
19005
|
var RenderServerIcon = (props) => {
|
|
18941
|
-
return /* @__PURE__ */
|
|
19006
|
+
return /* @__PURE__ */ jsxs13("svg", {
|
|
18942
19007
|
...props,
|
|
18943
19008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18944
19009
|
viewBox: "0 0 24 24",
|
|
@@ -18948,14 +19013,14 @@ var RenderServerIcon = (props) => {
|
|
|
18948
19013
|
strokeLinecap: "round",
|
|
18949
19014
|
strokeLinejoin: "round",
|
|
18950
19015
|
children: [
|
|
18951
|
-
/* @__PURE__ */
|
|
19016
|
+
/* @__PURE__ */ jsx56("rect", {
|
|
18952
19017
|
width: "18",
|
|
18953
19018
|
height: "18",
|
|
18954
19019
|
x: "3",
|
|
18955
19020
|
y: "3",
|
|
18956
19021
|
rx: "2"
|
|
18957
19022
|
}),
|
|
18958
|
-
/* @__PURE__ */
|
|
19023
|
+
/* @__PURE__ */ jsx56("path", {
|
|
18959
19024
|
d: "m10 8 4 4-4 4"
|
|
18960
19025
|
})
|
|
18961
19026
|
]
|
|
@@ -18963,13 +19028,13 @@ var RenderServerIcon = (props) => {
|
|
|
18963
19028
|
};
|
|
18964
19029
|
|
|
18965
19030
|
// src/components/icons/skia.tsx
|
|
18966
|
-
import { jsx as
|
|
19031
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
18967
19032
|
var SkiaIcon = (props) => {
|
|
18968
|
-
return /* @__PURE__ */
|
|
19033
|
+
return /* @__PURE__ */ jsx57("svg", {
|
|
18969
19034
|
...props,
|
|
18970
19035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18971
19036
|
viewBox: "0 0 576 512",
|
|
18972
|
-
children: /* @__PURE__ */
|
|
19037
|
+
children: /* @__PURE__ */ jsx57("path", {
|
|
18973
19038
|
fill: "currentColor",
|
|
18974
19039
|
d: "M288 400C288 461.9 237.9 512 176 512H32C14.33 512 0 497.7 0 480C0 462.3 14.33 448 32 448H36.81C54.44 448 66.4 429.1 64.59 411.6C64.2 407.8 64 403.9 64 400C64 338.1 114.1 288 176 288C178.8 288 181.5 288.1 184.3 288.3C184.1 285.7 183.1 282.1 183.1 280.3C183.1 244.6 201.1 210.1 229.1 189.1L474.3 12.25C499.7-6.279 534.9-3.526 557.2 18.74C579.4 41 582.2 76.16 563.7 101.6L386.1 345.1C365 374.9 331.4 392 295.7 392C293 392 290.3 391.9 287.7 391.7C287.9 394.5 287.1 397.2 287.1 400H288zM295.7 360C321.2 360 345.2 347.8 360.2 327.2L537.8 82.82C547.1 70.08 545.7 52.5 534.5 41.37C523.4 30.24 505.8 28.86 493.1 38.12L248.8 215.8C228.2 230.8 215.1 254.8 215.1 280.3C215.1 285.7 216.5 290.9 217.5 295.1L217.6 295.1C217.9 297.3 218.2 298.6 218.5 299.9L276.1 357.5C277.4 357.8 278.7 358.1 280 358.4L280 358.5C285.1 359.5 290.3 360 295.7 360L295.7 360zM253.5 380.1L195.9 322.5C194.5 322.2 193.2 321.8 191.9 321.6C186.7 320.5 181.4 320 176 320C131.8 320 96 355.8 96 400C96 402.8 96.14 405.6 96.43 408.3C98.15 425 93.42 441.9 83.96 455.1C74.31 468.5 58 480 36.81 480H176C220.2 480 256 444.2 256 400C256 394.6 255.5 389.3 254.4 384.1C254.2 382.8 253.9 381.5 253.5 380.1V380.1z"
|
|
18975
19040
|
})
|
|
@@ -18977,13 +19042,13 @@ var SkiaIcon = (props) => {
|
|
|
18977
19042
|
};
|
|
18978
19043
|
|
|
18979
19044
|
// src/components/icons/stargazer.tsx
|
|
18980
|
-
import { jsx as
|
|
19045
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
18981
19046
|
var Stargazer = (props) => {
|
|
18982
|
-
return /* @__PURE__ */
|
|
19047
|
+
return /* @__PURE__ */ jsx58("svg", {
|
|
18983
19048
|
height: "1em",
|
|
18984
19049
|
viewBox: "0 0 512 512",
|
|
18985
19050
|
...props,
|
|
18986
|
-
children: /* @__PURE__ */
|
|
19051
|
+
children: /* @__PURE__ */ jsx58("path", {
|
|
18987
19052
|
fill: "currentcolor",
|
|
18988
19053
|
d: "M325.8 152.3c1.3 4.6 5.5 7.7 10.2 7.7s8.9-3.1 10.2-7.7L360 104l48.3-13.8c4.6-1.3 7.7-5.5 7.7-10.2s-3.1-8.9-7.7-10.2L360 56 346.2 7.7C344.9 3.1 340.7 0 336 0s-8.9 3.1-10.2 7.7L312 56 263.7 69.8c-4.6 1.3-7.7 5.5-7.7 10.2s3.1 8.9 7.7 10.2L312 104l13.8 48.3zM115.7 346.2L75.5 307l55.5-8.1c15.6-2.3 29.2-12.1 36.1-26.3l24.8-50.3 24.8 50.3c7 14.2 20.5 24 36.1 26.3l55.5 8.1-40.2 39.2c-11.3 11-16.4 26.9-13.8 42.4l9.5 55.4-49.5-26.1c-14-7.4-30.7-7.4-44.7 0L120 444l9.5-55.4c2.7-15.6-2.5-31.4-13.8-42.4zm54.7-188.8l-46.3 94L20.5 266.5C.9 269.3-7 293.5 7.2 307.4l74.9 73.2L64.5 483.9c-3.4 19.6 17.2 34.6 34.8 25.3l92.6-48.8 92.6 48.8c17.6 9.3 38.2-5.7 34.8-25.3L301.6 380.6l74.9-73.2c14.2-13.9 6.4-38.1-13.3-40.9L259.7 251.4l-46.3-94c-8.8-17.9-34.3-17.9-43.1 0zm258.4 85.8l11 38.6c1 3.6 4.4 6.2 8.2 6.2s7.1-2.5 8.2-6.2l11-38.6 38.6-11c3.6-1 6.2-4.4 6.2-8.2s-2.5-7.1-6.2-8.2l-38.6-11-11-38.6c-1-3.6-4.4-6.2-8.2-6.2s-7.1 2.5-8.2 6.2l-11 38.6-38.6 11c-3.6 1-6.2 4.4-6.2 8.2s2.5 7.1 6.2 8.2l38.6 11z"
|
|
18989
19054
|
})
|
|
@@ -18991,13 +19056,13 @@ var Stargazer = (props) => {
|
|
|
18991
19056
|
};
|
|
18992
19057
|
|
|
18993
19058
|
// src/components/icons/still.tsx
|
|
18994
|
-
import { jsx as
|
|
19059
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
18995
19060
|
var StillIcon = (props) => {
|
|
18996
|
-
return /* @__PURE__ */
|
|
19061
|
+
return /* @__PURE__ */ jsx59("svg", {
|
|
18997
19062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18998
19063
|
viewBox: "0 0 512 512",
|
|
18999
19064
|
...props,
|
|
19000
|
-
children: /* @__PURE__ */
|
|
19065
|
+
children: /* @__PURE__ */ jsx59("path", {
|
|
19001
19066
|
fill: "currentColor",
|
|
19002
19067
|
d: "M324.9 157.8c-11.38-17.38-39.89-17.31-51.23-.0625L200.5 268.5L184.1 245.9C172.7 229.1 145.9 229.9 134.4 245.9l-64.52 89.16c-6.797 9.406-7.75 21.72-2.547 32C72.53 377.5 83.05 384 94.75 384h322.5c11.41 0 21.8-6.281 27.14-16.38c5.312-10 4.734-22.09-1.516-31.56L324.9 157.8zM95.8 352l62.39-87.38l29.91 41.34C191.2 310.2 196.4 313.2 201.4 312.6c5.25-.125 10.12-2.781 13.02-7.188l83.83-129.9L415 352H95.8zM447.1 32h-384C28.65 32-.0091 60.65-.0091 96v320c0 35.35 28.65 64 63.1 64h384c35.35 0 64-28.65 64-64V96C511.1 60.65 483.3 32 447.1 32zM480 416c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V96c0-17.64 14.36-32 32-32h384c17.64 0 32 14.36 32 32V416zM144 192C170.5 192 192 170.5 192 144S170.5 96 144 96S96 117.5 96 144S117.5 192 144 192zM144 128c8.822 0 15.1 7.178 15.1 16S152.8 160 144 160S128 152.8 128 144S135.2 128 144 128z"
|
|
19003
19068
|
})
|
|
@@ -19005,12 +19070,12 @@ var StillIcon = (props) => {
|
|
|
19005
19070
|
};
|
|
19006
19071
|
|
|
19007
19072
|
// src/components/icons/tiktok.tsx
|
|
19008
|
-
import { jsx as
|
|
19073
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
19009
19074
|
var TikTok = (props) => {
|
|
19010
|
-
return /* @__PURE__ */
|
|
19075
|
+
return /* @__PURE__ */ jsx60("svg", {
|
|
19011
19076
|
...props,
|
|
19012
19077
|
viewBox: "0 0 448 512",
|
|
19013
|
-
children: /* @__PURE__ */
|
|
19078
|
+
children: /* @__PURE__ */ jsx60("path", {
|
|
19014
19079
|
fill: "currentcolor",
|
|
19015
19080
|
d: "M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z"
|
|
19016
19081
|
})
|
|
@@ -19018,14 +19083,14 @@ var TikTok = (props) => {
|
|
|
19018
19083
|
};
|
|
19019
19084
|
|
|
19020
19085
|
// src/components/icons/ts.tsx
|
|
19021
|
-
import { jsx as
|
|
19086
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
19022
19087
|
var TypeScriptIcon = (props) => {
|
|
19023
|
-
return /* @__PURE__ */
|
|
19088
|
+
return /* @__PURE__ */ jsx61("svg", {
|
|
19024
19089
|
fill: "#000000",
|
|
19025
19090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19026
19091
|
viewBox: "0 0 24 24",
|
|
19027
19092
|
...props,
|
|
19028
|
-
children: /* @__PURE__ */
|
|
19093
|
+
children: /* @__PURE__ */ jsx61("path", {
|
|
19029
19094
|
fill: "currentColor",
|
|
19030
19095
|
d: "M3,5v14c0,1.105,0.895,2,2,2h14c1.105,0,2-0.895,2-2V5c0-1.105-0.895-2-2-2H5C3.895,3,3,3.895,3,5z M13.666,12.451h-2.118\tV19H9.841v-6.549H7.767V11h5.899V12.451z M13.998,18.626v-1.751c0,0,0.956,0.721,2.104,0.721c1.148,0,1.103-0.75,1.103-0.853\tc0-1.089-3.251-1.089-3.251-3.501c0-3.281,4.737-1.986,4.737-1.986l-0.059,1.559c0,0-0.794-0.53-1.692-0.53\tc-0.897,0-1.221,0.427-1.221,0.883c0,1.177,3.281,1.059,3.281,3.428C19,20.244,13.998,18.626,13.998,18.626z"
|
|
19031
19096
|
})
|
|
@@ -19033,13 +19098,13 @@ var TypeScriptIcon = (props) => {
|
|
|
19033
19098
|
};
|
|
19034
19099
|
|
|
19035
19100
|
// src/components/icons/tts.tsx
|
|
19036
|
-
import { jsx as
|
|
19101
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
19037
19102
|
var TTSIcon = (props) => {
|
|
19038
|
-
return /* @__PURE__ */
|
|
19103
|
+
return /* @__PURE__ */ jsx64("svg", {
|
|
19039
19104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19040
19105
|
viewBox: "0 0 512 512",
|
|
19041
19106
|
...props,
|
|
19042
|
-
children: /* @__PURE__ */
|
|
19107
|
+
children: /* @__PURE__ */ jsx64("path", {
|
|
19043
19108
|
fill: "currentColor",
|
|
19044
19109
|
d: "M256 31.1c-141.4 0-255.1 93.13-255.1 208c0 47.62 19.91 91.25 52.91 126.3c-14.87 39.5-45.87 72.88-46.37 73.25c-6.623 7-8.373 17.25-4.623 26C5.816 474.3 14.38 480 24 480c61.49 0 109.1-25.75 139.1-46.25c28.1 9 60.16 14.25 92.9 14.25c141.4 0 255.1-93.13 255.1-207.1S397.4 31.1 256 31.1zM256 416c-28.25 0-56.24-4.25-83.24-12.75c-9.516-3.068-19.92-1.461-28.07 4.338c-22.1 16.25-58.54 35.29-102.7 39.66c11.1-15.12 29.75-40.5 40.74-69.63l.1289-.3398c4.283-11.27 1.791-23.1-6.43-32.82C47.51 313.1 32.06 277.6 32.06 240c0-97 100.5-176 223.1-176c123.5 0 223.1 79 223.1 176S379.5 416 256 416zM272 272h-128c-8.801 0-16 7.199-16 15.1C127.1 296.8 135.2 304 144 304h128c8.801 0 15.1-7.204 15.1-16C287.1 279.2 280.8 272 272 272zM368 176h-224c-8.801 0-16 7.199-16 15.1C127.1 200.8 135.2 208 144 208h224c8.801 0 15.1-7.204 15.1-16C383.1 183.2 376.8 176 368 176z"
|
|
19045
19110
|
})
|
|
@@ -19047,13 +19112,13 @@ var TTSIcon = (props) => {
|
|
|
19047
19112
|
};
|
|
19048
19113
|
|
|
19049
19114
|
// src/components/icons/waveform.tsx
|
|
19050
|
-
import { jsx as
|
|
19115
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
19051
19116
|
var Waveform = (props) => {
|
|
19052
|
-
return /* @__PURE__ */
|
|
19117
|
+
return /* @__PURE__ */ jsx66("svg", {
|
|
19053
19118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19054
19119
|
viewBox: "0 0 640 512",
|
|
19055
19120
|
...props,
|
|
19056
|
-
children: /* @__PURE__ */
|
|
19121
|
+
children: /* @__PURE__ */ jsx66("path", {
|
|
19057
19122
|
fill: "currentColor",
|
|
19058
19123
|
d: "M224 96C215.2 96 208 103.2 208 111.1v288C208 408.8 215.2 416 223.1 416C232.8 416 240 408.8 240 400V111.1C240 103.2 232.8 96 224 96zM128 192C119.2 192 112 199.2 112 207.1V304C112 312.8 119.2 320 127.1 320S144 312.8 144 304V207.1C144 199.2 136.8 192 128 192zM32 224C23.2 224 16 231.2 16 239.1V272C16 280.8 23.2 288 31.1 288S48 280.8 48 272V239.1C48 231.2 40.8 224 32 224zM416 128C407.2 128 400 135.2 400 143.1v224C400 376.8 407.2 384 415.1 384S432 376.8 432 368V143.1C432 135.2 424.8 128 416 128zM608 224c-8.8 0-16 7.2-16 15.1V272C592 280.8 599.2 288 608 288s16-7.2 16-15.1V239.1C624 231.2 616.8 224 608 224zM512 64c-8.8 0-16 7.2-16 15.1V432C496 440.8 503.2 448 511.1 448C520.8 448 528 440.8 528 432V79.1C528 71.2 520.8 64 512 64zM320 0C311.2 0 304 7.2 304 15.1V496C304 504.8 311.2 512 319.1 512S336 504.8 336 496V15.1C336 7.2 328.8 0 320 0z"
|
|
19059
19124
|
})
|
|
@@ -19061,17 +19126,17 @@ var Waveform = (props) => {
|
|
|
19061
19126
|
};
|
|
19062
19127
|
|
|
19063
19128
|
// src/components/homepage/IconForTemplate.tsx
|
|
19064
|
-
import { jsx as
|
|
19129
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
19065
19130
|
var IconForTemplate = ({ template, scale = 1 }) => {
|
|
19066
19131
|
if (template.cliId === "hello-world") {
|
|
19067
|
-
return /* @__PURE__ */
|
|
19132
|
+
return /* @__PURE__ */ jsx67(TypeScriptIcon, {
|
|
19068
19133
|
style: {
|
|
19069
19134
|
height: scale * 48
|
|
19070
19135
|
}
|
|
19071
19136
|
});
|
|
19072
19137
|
}
|
|
19073
19138
|
if (template.cliId === "blank") {
|
|
19074
|
-
return /* @__PURE__ */
|
|
19139
|
+
return /* @__PURE__ */ jsx67(Blank, {
|
|
19075
19140
|
style: {
|
|
19076
19141
|
height: scale * 36,
|
|
19077
19142
|
overflow: "visible"
|
|
@@ -19079,105 +19144,110 @@ var IconForTemplate = ({ template, scale = 1 }) => {
|
|
|
19079
19144
|
});
|
|
19080
19145
|
}
|
|
19081
19146
|
if (template.cliId === "javascript") {
|
|
19082
|
-
return /* @__PURE__ */
|
|
19147
|
+
return /* @__PURE__ */ jsx67(JSIcon, {
|
|
19083
19148
|
style: {
|
|
19084
19149
|
height: scale * 40
|
|
19085
19150
|
}
|
|
19086
19151
|
});
|
|
19087
19152
|
}
|
|
19088
19153
|
if (template.cliId === "three") {
|
|
19089
|
-
return /* @__PURE__ */
|
|
19154
|
+
return /* @__PURE__ */ jsx67(Cubes, {
|
|
19090
19155
|
style: {
|
|
19091
19156
|
height: scale * 36
|
|
19092
19157
|
}
|
|
19093
19158
|
});
|
|
19094
19159
|
}
|
|
19095
19160
|
if (template.cliId === "still") {
|
|
19096
|
-
return /* @__PURE__ */
|
|
19161
|
+
return /* @__PURE__ */ jsx67(StillIcon, {
|
|
19097
19162
|
style: {
|
|
19098
19163
|
height: scale * 36
|
|
19099
19164
|
}
|
|
19100
19165
|
});
|
|
19101
19166
|
}
|
|
19102
19167
|
if (template.cliId === "audiogram") {
|
|
19103
|
-
return /* @__PURE__ */
|
|
19168
|
+
return /* @__PURE__ */ jsx67(Waveform, {
|
|
19104
19169
|
style: {
|
|
19105
19170
|
height: scale * 36
|
|
19106
19171
|
}
|
|
19107
19172
|
});
|
|
19108
19173
|
}
|
|
19109
19174
|
if (template.cliId === "tts") {
|
|
19110
|
-
return /* @__PURE__ */
|
|
19175
|
+
return /* @__PURE__ */ jsx67(TTSIcon, {
|
|
19111
19176
|
style: {
|
|
19112
19177
|
height: scale * 36
|
|
19113
19178
|
}
|
|
19114
19179
|
});
|
|
19115
19180
|
}
|
|
19116
19181
|
if (template.cliId === "google-tts") {
|
|
19117
|
-
return /* @__PURE__ */
|
|
19182
|
+
return /* @__PURE__ */ jsx67(TTSIcon, {
|
|
19118
19183
|
style: {
|
|
19119
19184
|
height: scale * 36
|
|
19120
19185
|
}
|
|
19121
19186
|
});
|
|
19122
19187
|
}
|
|
19123
19188
|
if (template.cliId === "skia") {
|
|
19124
|
-
return /* @__PURE__ */
|
|
19189
|
+
return /* @__PURE__ */ jsx67(SkiaIcon, {
|
|
19125
19190
|
style: {
|
|
19126
19191
|
height: scale * 32
|
|
19127
19192
|
}
|
|
19128
19193
|
});
|
|
19129
19194
|
}
|
|
19130
19195
|
if (template.cliId === "music-visualization") {
|
|
19131
|
-
return /* @__PURE__ */
|
|
19196
|
+
return /* @__PURE__ */ jsx67(MusicIcon, {
|
|
19132
19197
|
style: {
|
|
19133
19198
|
height: scale * 32
|
|
19134
19199
|
}
|
|
19135
19200
|
});
|
|
19136
19201
|
}
|
|
19137
19202
|
if (template.cliId === "react-router") {
|
|
19138
|
-
return /* @__PURE__ */
|
|
19203
|
+
return /* @__PURE__ */ jsx67(ReactRouterIcon, {
|
|
19139
19204
|
style: {
|
|
19140
19205
|
height: scale * 32
|
|
19141
19206
|
}
|
|
19142
19207
|
});
|
|
19143
19208
|
}
|
|
19144
19209
|
if (template.cliId === "overlay") {
|
|
19145
|
-
return /* @__PURE__ */
|
|
19210
|
+
return /* @__PURE__ */ jsx67(OverlayIcon, {
|
|
19146
19211
|
style: { height: scale * 42 }
|
|
19147
19212
|
});
|
|
19148
19213
|
}
|
|
19149
19214
|
if (template.cliId === "render-server") {
|
|
19150
|
-
return /* @__PURE__ */
|
|
19215
|
+
return /* @__PURE__ */ jsx67(RenderServerIcon, {
|
|
19151
19216
|
style: { height: scale * 36 }
|
|
19152
19217
|
});
|
|
19153
19218
|
}
|
|
19154
19219
|
if (template.cliId === "recorder") {
|
|
19155
|
-
return /* @__PURE__ */
|
|
19220
|
+
return /* @__PURE__ */ jsx67(Recorder, {
|
|
19156
19221
|
style: { height: scale * 36 }
|
|
19157
19222
|
});
|
|
19158
19223
|
}
|
|
19159
19224
|
if (template.cliId === "next" || template.cliId === "next-tailwind" || template.cliId === "next-pages-dir") {
|
|
19160
|
-
return /* @__PURE__ */
|
|
19225
|
+
return /* @__PURE__ */ jsx67(NextIcon, {
|
|
19161
19226
|
style: { height: scale * 36 }
|
|
19162
19227
|
});
|
|
19163
19228
|
}
|
|
19164
19229
|
if (template.cliId === "stargazer") {
|
|
19165
|
-
return /* @__PURE__ */
|
|
19230
|
+
return /* @__PURE__ */ jsx67(Stargazer, {
|
|
19166
19231
|
style: { height: scale * 36 }
|
|
19167
19232
|
});
|
|
19168
19233
|
}
|
|
19169
19234
|
if (template.cliId === "tiktok") {
|
|
19170
|
-
return /* @__PURE__ */
|
|
19235
|
+
return /* @__PURE__ */ jsx67(TikTok, {
|
|
19171
19236
|
style: { height: scale * 36 }
|
|
19172
19237
|
});
|
|
19173
19238
|
}
|
|
19174
19239
|
if (template.cliId === "code-hike") {
|
|
19175
|
-
return /* @__PURE__ */
|
|
19240
|
+
return /* @__PURE__ */ jsx67(CodeHike, {
|
|
19176
19241
|
style: { height: scale * 36 }
|
|
19177
19242
|
});
|
|
19178
19243
|
}
|
|
19179
19244
|
if (template.cliId === "prompt-to-video") {
|
|
19180
|
-
return /* @__PURE__ */
|
|
19245
|
+
return /* @__PURE__ */ jsx67(PromptToVideoIcon, {
|
|
19246
|
+
style: { height: scale * 36 }
|
|
19247
|
+
});
|
|
19248
|
+
}
|
|
19249
|
+
if (template.cliId === "prompt-to-motion-graphics") {
|
|
19250
|
+
return /* @__PURE__ */ jsx67(BrainIcon, {
|
|
19181
19251
|
style: { height: scale * 36 }
|
|
19182
19252
|
});
|
|
19183
19253
|
}
|
|
@@ -19185,15 +19255,15 @@ var IconForTemplate = ({ template, scale = 1 }) => {
|
|
|
19185
19255
|
};
|
|
19186
19256
|
|
|
19187
19257
|
// src/components/icons/editor.tsx
|
|
19188
|
-
import { jsx as
|
|
19258
|
+
import { jsx as jsx68, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
19189
19259
|
var EditorIcon = (props) => {
|
|
19190
|
-
return /* @__PURE__ */
|
|
19260
|
+
return /* @__PURE__ */ jsxs14("svg", {
|
|
19191
19261
|
viewBox: "0 0 251 251",
|
|
19192
19262
|
fill: "none",
|
|
19193
19263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19194
19264
|
...props,
|
|
19195
19265
|
children: [
|
|
19196
|
-
/* @__PURE__ */
|
|
19266
|
+
/* @__PURE__ */ jsx68("rect", {
|
|
19197
19267
|
x: "4",
|
|
19198
19268
|
y: "4",
|
|
19199
19269
|
width: "52",
|
|
@@ -19202,7 +19272,7 @@ var EditorIcon = (props) => {
|
|
|
19202
19272
|
stroke: "currentColor",
|
|
19203
19273
|
strokeWidth: "16"
|
|
19204
19274
|
}),
|
|
19205
|
-
/* @__PURE__ */
|
|
19275
|
+
/* @__PURE__ */ jsx68("rect", {
|
|
19206
19276
|
x: "195",
|
|
19207
19277
|
y: "4",
|
|
19208
19278
|
width: "52",
|
|
@@ -19211,7 +19281,7 @@ var EditorIcon = (props) => {
|
|
|
19211
19281
|
stroke: "currentColor",
|
|
19212
19282
|
strokeWidth: "16"
|
|
19213
19283
|
}),
|
|
19214
|
-
/* @__PURE__ */
|
|
19284
|
+
/* @__PURE__ */ jsx68("rect", {
|
|
19215
19285
|
x: "4",
|
|
19216
19286
|
y: "195",
|
|
19217
19287
|
width: "52",
|
|
@@ -19220,7 +19290,7 @@ var EditorIcon = (props) => {
|
|
|
19220
19290
|
stroke: "currentColor",
|
|
19221
19291
|
strokeWidth: "16"
|
|
19222
19292
|
}),
|
|
19223
|
-
/* @__PURE__ */
|
|
19293
|
+
/* @__PURE__ */ jsx68("rect", {
|
|
19224
19294
|
x: "195",
|
|
19225
19295
|
y: "195",
|
|
19226
19296
|
width: "52",
|
|
@@ -19229,22 +19299,22 @@ var EditorIcon = (props) => {
|
|
|
19229
19299
|
stroke: "currentColor",
|
|
19230
19300
|
strokeWidth: "16"
|
|
19231
19301
|
}),
|
|
19232
|
-
/* @__PURE__ */
|
|
19302
|
+
/* @__PURE__ */ jsx68("path", {
|
|
19233
19303
|
d: "M55 222H196",
|
|
19234
19304
|
stroke: "currentColor",
|
|
19235
19305
|
strokeWidth: "16"
|
|
19236
19306
|
}),
|
|
19237
|
-
/* @__PURE__ */
|
|
19307
|
+
/* @__PURE__ */ jsx68("path", {
|
|
19238
19308
|
d: "M30 60L30 191",
|
|
19239
19309
|
stroke: "currentColor",
|
|
19240
19310
|
strokeWidth: "16"
|
|
19241
19311
|
}),
|
|
19242
|
-
/* @__PURE__ */
|
|
19312
|
+
/* @__PURE__ */ jsx68("path", {
|
|
19243
19313
|
d: "M221 60V191",
|
|
19244
19314
|
stroke: "currentColor",
|
|
19245
19315
|
strokeWidth: "16"
|
|
19246
19316
|
}),
|
|
19247
|
-
/* @__PURE__ */
|
|
19317
|
+
/* @__PURE__ */ jsx68("path", {
|
|
19248
19318
|
d: "M55 30H196",
|
|
19249
19319
|
stroke: "currentColor",
|
|
19250
19320
|
strokeWidth: "16"
|
|
@@ -19254,22 +19324,22 @@ var EditorIcon = (props) => {
|
|
|
19254
19324
|
};
|
|
19255
19325
|
|
|
19256
19326
|
// src/components/icons/timeline.tsx
|
|
19257
|
-
import { jsx as
|
|
19327
|
+
import { jsx as jsx69, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
19258
19328
|
var TimelineIcon = (props) => {
|
|
19259
|
-
return /* @__PURE__ */
|
|
19329
|
+
return /* @__PURE__ */ jsxs15("svg", {
|
|
19260
19330
|
...props,
|
|
19261
19331
|
viewBox: "0 0 56 69",
|
|
19262
19332
|
fill: "none",
|
|
19263
19333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19264
19334
|
children: [
|
|
19265
|
-
/* @__PURE__ */
|
|
19335
|
+
/* @__PURE__ */ jsx69("path", {
|
|
19266
19336
|
d: "M51.4313 38.0917L31.4998 52.4424C30.2419 53.3481 28.5581 53.3925 27.2543 52.5543L4.73299 38.0763C3.65291 37.382 3 36.1861 3 34.9021V6.77359C3 4.68949 4.68949 3 6.77358 3H49.2264C51.3105 3 53 4.68949 53 6.77358V35.0293C53 36.243 52.4163 37.3826 51.4313 38.0917Z",
|
|
19267
19337
|
stroke: "currentcolor",
|
|
19268
19338
|
strokeWidth: "5",
|
|
19269
19339
|
strokeLinecap: "round",
|
|
19270
19340
|
strokeLinejoin: "round"
|
|
19271
19341
|
}),
|
|
19272
|
-
/* @__PURE__ */
|
|
19342
|
+
/* @__PURE__ */ jsx69("path", {
|
|
19273
19343
|
d: "M29 55L29 66",
|
|
19274
19344
|
stroke: "currentcolor",
|
|
19275
19345
|
strokeWidth: "5",
|
|
@@ -19280,26 +19350,26 @@ var TimelineIcon = (props) => {
|
|
|
19280
19350
|
};
|
|
19281
19351
|
|
|
19282
19352
|
// src/components/templates.tsx
|
|
19283
|
-
import { jsx as
|
|
19353
|
+
import { jsx as jsx70, jsxs as jsxs16, Fragment as Fragment6 } from "react/jsx-runtime";
|
|
19284
19354
|
var Item2 = ({ children, label: label2, description }) => {
|
|
19285
|
-
return /* @__PURE__ */
|
|
19355
|
+
return /* @__PURE__ */ jsxs16("div", {
|
|
19286
19356
|
className: "h-full w-full flex-1",
|
|
19287
19357
|
children: [
|
|
19288
|
-
/* @__PURE__ */
|
|
19358
|
+
/* @__PURE__ */ jsxs16("div", {
|
|
19289
19359
|
className: "flex flex-row items-center",
|
|
19290
19360
|
children: [
|
|
19291
|
-
/* @__PURE__ */
|
|
19361
|
+
/* @__PURE__ */ jsx70("div", {
|
|
19292
19362
|
className: "flex mr-2.5 h-[30px] w-[30px] justify-center items-center",
|
|
19293
19363
|
children
|
|
19294
19364
|
}),
|
|
19295
|
-
/* @__PURE__ */
|
|
19365
|
+
/* @__PURE__ */ jsx70("div", {
|
|
19296
19366
|
className: "font-bold",
|
|
19297
19367
|
children: label2
|
|
19298
19368
|
})
|
|
19299
19369
|
]
|
|
19300
19370
|
}),
|
|
19301
|
-
/* @__PURE__ */
|
|
19302
|
-
children: /* @__PURE__ */
|
|
19371
|
+
/* @__PURE__ */ jsx70("div", {
|
|
19372
|
+
children: /* @__PURE__ */ jsx70("p", {
|
|
19303
19373
|
dangerouslySetInnerHTML: {
|
|
19304
19374
|
__html: description
|
|
19305
19375
|
},
|
|
@@ -19310,39 +19380,39 @@ var Item2 = ({ children, label: label2, description }) => {
|
|
|
19310
19380
|
});
|
|
19311
19381
|
};
|
|
19312
19382
|
var Templates = () => {
|
|
19313
|
-
return /* @__PURE__ */
|
|
19383
|
+
return /* @__PURE__ */ jsxs16(Fragment6, {
|
|
19314
19384
|
children: [
|
|
19315
|
-
/* @__PURE__ */
|
|
19385
|
+
/* @__PURE__ */ jsxs16("div", {
|
|
19316
19386
|
className: "max-w-[1000px] mx-auto px-5 bg-[var(--background)]",
|
|
19317
19387
|
children: [
|
|
19318
|
-
/* @__PURE__ */
|
|
19388
|
+
/* @__PURE__ */ jsxs16("h1", {
|
|
19319
19389
|
className: "text-4xl md:text-7xl lg:text-8xl font-black leading-none mt-[75px] text-center mb-10",
|
|
19320
19390
|
children: [
|
|
19321
19391
|
"Find the right",
|
|
19322
|
-
/* @__PURE__ */
|
|
19392
|
+
/* @__PURE__ */ jsx70("br", {}),
|
|
19323
19393
|
"template"
|
|
19324
19394
|
]
|
|
19325
19395
|
}),
|
|
19326
|
-
/* @__PURE__ */
|
|
19396
|
+
/* @__PURE__ */ jsx70("p", {
|
|
19327
19397
|
className: "text-center mb-[50px] font-brand",
|
|
19328
19398
|
children: "Jumpstart your project with a template that fits your usecase."
|
|
19329
19399
|
}),
|
|
19330
|
-
/* @__PURE__ */
|
|
19400
|
+
/* @__PURE__ */ jsx70("h3", {
|
|
19331
19401
|
children: "Free templates"
|
|
19332
19402
|
}),
|
|
19333
|
-
/* @__PURE__ */
|
|
19403
|
+
/* @__PURE__ */ jsx70("div", {
|
|
19334
19404
|
className: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-[15px]",
|
|
19335
19405
|
children: CreateVideoInternals.FEATURED_TEMPLATES.map((template) => {
|
|
19336
|
-
return /* @__PURE__ */
|
|
19406
|
+
return /* @__PURE__ */ jsx70("a", {
|
|
19337
19407
|
href: `/templates/${template.cliId}`,
|
|
19338
19408
|
className: "no-underline",
|
|
19339
|
-
children: /* @__PURE__ */
|
|
19409
|
+
children: /* @__PURE__ */ jsx70(Button, {
|
|
19340
19410
|
depth: 0.5,
|
|
19341
19411
|
className: "items-start justify-start text-left p-3.5 flex flex-col relative cursor-pointer text-[var(--text-color)] no-underline h-full w-full",
|
|
19342
|
-
children: /* @__PURE__ */
|
|
19412
|
+
children: /* @__PURE__ */ jsx70(Item2, {
|
|
19343
19413
|
label: template.homePageLabel,
|
|
19344
19414
|
description: template.description,
|
|
19345
|
-
children: /* @__PURE__ */
|
|
19415
|
+
children: /* @__PURE__ */ jsx70(IconForTemplate, {
|
|
19346
19416
|
scale: 0.7,
|
|
19347
19417
|
template
|
|
19348
19418
|
})
|
|
@@ -19351,24 +19421,24 @@ var Templates = () => {
|
|
|
19351
19421
|
}, template.cliId);
|
|
19352
19422
|
})
|
|
19353
19423
|
}),
|
|
19354
|
-
/* @__PURE__ */
|
|
19355
|
-
/* @__PURE__ */
|
|
19356
|
-
/* @__PURE__ */
|
|
19424
|
+
/* @__PURE__ */ jsx70("br", {}),
|
|
19425
|
+
/* @__PURE__ */ jsx70("br", {}),
|
|
19426
|
+
/* @__PURE__ */ jsx70("h3", {
|
|
19357
19427
|
children: "Paid templates"
|
|
19358
19428
|
}),
|
|
19359
|
-
/* @__PURE__ */
|
|
19429
|
+
/* @__PURE__ */ jsxs16("div", {
|
|
19360
19430
|
className: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-[15px]",
|
|
19361
19431
|
children: [
|
|
19362
|
-
/* @__PURE__ */
|
|
19432
|
+
/* @__PURE__ */ jsx70("a", {
|
|
19363
19433
|
className: "no-underline",
|
|
19364
19434
|
href: `https://www.remotion.pro/editor-starter`,
|
|
19365
|
-
children: /* @__PURE__ */
|
|
19435
|
+
children: /* @__PURE__ */ jsx70(Button, {
|
|
19366
19436
|
depth: 0.5,
|
|
19367
19437
|
className: "text-left p-3.5 flex flex-col relative cursor-pointer text-[var(--text-color)] no-underline h-full w-full",
|
|
19368
|
-
children: /* @__PURE__ */
|
|
19438
|
+
children: /* @__PURE__ */ jsx70(Item2, {
|
|
19369
19439
|
label: "Editor Starter",
|
|
19370
19440
|
description: "A boilerplate for starting your own video editor",
|
|
19371
|
-
children: /* @__PURE__ */
|
|
19441
|
+
children: /* @__PURE__ */ jsx70(EditorIcon, {
|
|
19372
19442
|
style: {
|
|
19373
19443
|
height: 0.7 * 32,
|
|
19374
19444
|
overflow: "visible"
|
|
@@ -19377,19 +19447,19 @@ var Templates = () => {
|
|
|
19377
19447
|
})
|
|
19378
19448
|
})
|
|
19379
19449
|
}, "editor-starter"),
|
|
19380
|
-
/* @__PURE__ */
|
|
19450
|
+
/* @__PURE__ */ jsx70("a", {
|
|
19381
19451
|
className: "no-underline",
|
|
19382
19452
|
href: `https://www.remotion.pro/mapbox-globe`,
|
|
19383
|
-
children: /* @__PURE__ */
|
|
19453
|
+
children: /* @__PURE__ */ jsx70(Button, {
|
|
19384
19454
|
depth: 0.5,
|
|
19385
19455
|
className: "text-left p-3.5 flex flex-col relative cursor-pointer text-[var(--text-color)] no-underline h-full w-full",
|
|
19386
|
-
children: /* @__PURE__ */
|
|
19456
|
+
children: /* @__PURE__ */ jsx70(Item2, {
|
|
19387
19457
|
label: "Mapbox Globe",
|
|
19388
19458
|
description: "A rotateable and zoomeable 3D Globe",
|
|
19389
|
-
children: /* @__PURE__ */
|
|
19459
|
+
children: /* @__PURE__ */ jsx70("svg", {
|
|
19390
19460
|
style: { height: 0.7 * 36, overflow: "visible" },
|
|
19391
19461
|
viewBox: "0 0 512 512",
|
|
19392
|
-
children: /* @__PURE__ */
|
|
19462
|
+
children: /* @__PURE__ */ jsx70("path", {
|
|
19393
19463
|
fill: "currentcolor",
|
|
19394
19464
|
d: "M256 464c7.4 0 27-7.2 47.6-48.4c8.8-17.7 16.4-39.2 22-63.6H186.4c5.6 24.4 13.2 45.9 22 63.6C229 456.8 248.6 464 256 464zM178.5 304h155c1.6-15.3 2.5-31.4 2.5-48s-.9-32.7-2.5-48h-155c-1.6 15.3-2.5 31.4-2.5 48s.9 32.7 2.5 48zm7.9-144H325.6c-5.6-24.4-13.2-45.9-22-63.6C283 55.2 263.4 48 256 48s-27 7.2-47.6 48.4c-8.8 17.7-16.4 39.2-22 63.6zm195.3 48c1.5 15.5 2.2 31.6 2.2 48s-.8 32.5-2.2 48h76.7c3.6-15.4 5.6-31.5 5.6-48s-1.9-32.6-5.6-48H381.8zm58.8-48c-21.4-41.1-56.1-74.1-98.4-93.4c14.1 25.6 25.3 57.5 32.6 93.4h65.9zm-303.3 0c7.3-35.9 18.5-67.7 32.6-93.4c-42.3 19.3-77 52.3-98.4 93.4h65.9zM53.6 208c-3.6 15.4-5.6 31.5-5.6 48s1.9 32.6 5.6 48h76.7c-1.5-15.5-2.2-31.6-2.2-48s.8-32.5 2.2-48H53.6zM342.1 445.4c42.3-19.3 77-52.3 98.4-93.4H374.7c-7.3 35.9-18.5 67.7-32.6 93.4zm-172.2 0c-14.1-25.6-25.3-57.5-32.6-93.4H71.4c21.4 41.1 56.1 74.1 98.4 93.4zM256 512A256 256 0 1 1 256 0a256 256 0 1 1 0 512z"
|
|
19395
19465
|
})
|
|
@@ -19397,16 +19467,16 @@ var Templates = () => {
|
|
|
19397
19467
|
})
|
|
19398
19468
|
})
|
|
19399
19469
|
}, "mapbox-globe"),
|
|
19400
|
-
/* @__PURE__ */
|
|
19470
|
+
/* @__PURE__ */ jsx70("a", {
|
|
19401
19471
|
className: "no-underline",
|
|
19402
19472
|
href: `https://www.remotion.pro/watercolor-map`,
|
|
19403
|
-
children: /* @__PURE__ */
|
|
19473
|
+
children: /* @__PURE__ */ jsx70(Button, {
|
|
19404
19474
|
depth: 0.5,
|
|
19405
19475
|
className: "text-left p-3.5 flex flex-col relative cursor-pointer text-[var(--text-color)] no-underline h-full w-full",
|
|
19406
|
-
children: /* @__PURE__ */
|
|
19476
|
+
children: /* @__PURE__ */ jsx70(Item2, {
|
|
19407
19477
|
label: "Watercolor Map",
|
|
19408
19478
|
description: "A beautiful 2D map for travel videos",
|
|
19409
|
-
children: /* @__PURE__ */
|
|
19479
|
+
children: /* @__PURE__ */ jsx70(SkiaIcon, {
|
|
19410
19480
|
style: {
|
|
19411
19481
|
height: 0.7 * 32,
|
|
19412
19482
|
overflow: "visible"
|
|
@@ -19415,16 +19485,16 @@ var Templates = () => {
|
|
|
19415
19485
|
})
|
|
19416
19486
|
})
|
|
19417
19487
|
}, "watercolor-map"),
|
|
19418
|
-
/* @__PURE__ */
|
|
19488
|
+
/* @__PURE__ */ jsx70("a", {
|
|
19419
19489
|
className: "no-underline",
|
|
19420
19490
|
href: `https://www.remotion.pro/timeline`,
|
|
19421
|
-
children: /* @__PURE__ */
|
|
19491
|
+
children: /* @__PURE__ */ jsx70(Button, {
|
|
19422
19492
|
depth: 0.5,
|
|
19423
19493
|
className: "text-left p-3.5 flex flex-col relative cursor-pointer text-[var(--text-color)] no-underline h-full w-full",
|
|
19424
|
-
children: /* @__PURE__ */
|
|
19494
|
+
children: /* @__PURE__ */ jsx70(Item2, {
|
|
19425
19495
|
label: "<Timeline />",
|
|
19426
19496
|
description: "A copy pasteable component for timeline-based editing",
|
|
19427
|
-
children: /* @__PURE__ */
|
|
19497
|
+
children: /* @__PURE__ */ jsx70(TimelineIcon, {
|
|
19428
19498
|
style: {
|
|
19429
19499
|
height: 0.7 * 32
|
|
19430
19500
|
}
|
|
@@ -19434,14 +19504,14 @@ var Templates = () => {
|
|
|
19434
19504
|
}, "timeline")
|
|
19435
19505
|
]
|
|
19436
19506
|
}),
|
|
19437
|
-
/* @__PURE__ */
|
|
19438
|
-
/* @__PURE__ */
|
|
19507
|
+
/* @__PURE__ */ jsx70("br", {}),
|
|
19508
|
+
/* @__PURE__ */ jsxs16("p", {
|
|
19439
19509
|
className: "text-center text-gray-500 font-brand text-sm",
|
|
19440
19510
|
children: [
|
|
19441
19511
|
"Couldn't",
|
|
19442
19512
|
" find what you need? Find more in the list of",
|
|
19443
19513
|
" ",
|
|
19444
|
-
/* @__PURE__ */
|
|
19514
|
+
/* @__PURE__ */ jsx70("a", {
|
|
19445
19515
|
href: "/docs/resources",
|
|
19446
19516
|
children: "Resources"
|
|
19447
19517
|
}),
|
|
@@ -19450,7 +19520,7 @@ var Templates = () => {
|
|
|
19450
19520
|
})
|
|
19451
19521
|
]
|
|
19452
19522
|
}),
|
|
19453
|
-
/* @__PURE__ */
|
|
19523
|
+
/* @__PURE__ */ jsx70("br", {})
|
|
19454
19524
|
]
|
|
19455
19525
|
});
|
|
19456
19526
|
};
|