@nextworks/blocks-templates 0.2.0-alpha.17 → 0.2.0-alpha.19

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.
@@ -1 +1 @@
1
- {"version":3,"file":"FAQ.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/FAQ.tsx"],"names":[],"mappings":"AAOA,wBAAgB,GAAG,gCA6DlB"}
1
+ {"version":3,"file":"FAQ.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/FAQ.tsx"],"names":[],"mappings":"AAOA,wBAAgB,GAAG,gCA8DlB"}
@@ -6,7 +6,7 @@ export function FAQ() {
6
6
  return (<SharedFAQ faqSectionHeaderText="Frequently asked questions" faqData={[
7
7
  {
8
8
  question: "What kinds of coding tasks can the agent handle?",
9
- answer: "Teams use FlowPilot AI for bug fixes, refactors, routine maintenance, release prep, and other repeatable code changes.",
9
+ answer: "Teams use MergeBeacon AI for bug fixes, refactors, routine maintenance, release prep, and other repeatable code changes.",
10
10
  },
11
11
  {
12
12
  question: "How do reviews and approvals work?",
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Footer.tsx"],"names":[],"mappings":"AAQA,wBAAgB,MAAM,gCA2GrB"}
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Footer.tsx"],"names":[],"mappings":"AAQA,wBAAgB,MAAM,gCAgHrB"}
@@ -4,7 +4,7 @@
4
4
  import { Footer as SharedFooter } from "@nextworks/blocks-sections";
5
5
  import { Github, Linkedin, Mail, Twitter } from "lucide-react";
6
6
  export function Footer() {
7
- return (<SharedFooter id="footer" footerBrandName="FlowPilot AI" footerNavLinks={[
7
+ return (<SharedFooter id="footer" footerBrandName="MergeBeacon AI" footerNavLinks={[
8
8
  {
9
9
  heading: "Product",
10
10
  links: [
@@ -36,30 +36,30 @@ export function Footer() {
36
36
  {
37
37
  name: "Twitter",
38
38
  icon: Twitter,
39
- url: "https://twitter.com/flowpilotai",
39
+ url: "https://twitter.com/",
40
40
  external: true,
41
- label: "Follow FlowPilot AI on Twitter",
41
+ label: "Visit Twitter",
42
42
  },
43
43
  {
44
44
  name: "LinkedIn",
45
45
  icon: Linkedin,
46
- url: "https://linkedin.com/company/flowpilotai",
46
+ url: "https://www.linkedin.com/",
47
47
  external: true,
48
- label: "Connect with FlowPilot AI on LinkedIn",
48
+ label: "Visit LinkedIn",
49
49
  },
50
50
  {
51
51
  name: "GitHub",
52
52
  icon: Github,
53
- url: "https://github.com/flowpilotai",
53
+ url: "https://github.com/",
54
54
  external: true,
55
- label: "View FlowPilot AI on GitHub",
55
+ label: "Visit GitHub",
56
56
  },
57
57
  {
58
58
  name: "Email",
59
59
  icon: Mail,
60
- url: "mailto:hello@flowpilot.ai",
61
- external: true,
62
- label: "Email FlowPilot AI",
60
+ url: "#contact",
61
+ external: false,
62
+ label: "Go to contact section",
63
63
  },
64
64
  ]} section={{
65
65
  className: "w-full border-t border-[var(--footer-border)] bg-[var(--footer-bg)] text-[var(--footer-fg)]",
@@ -1 +1 @@
1
- {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Navbar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAEpE,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AA2ElD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BAOrD"}
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Navbar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAEpE,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AA6ElD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BAOrD"}
@@ -3,7 +3,7 @@
3
3
  "use client";
4
4
  import { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
5
5
  const defaultProps = {
6
- brand: "FlowPilot AI",
6
+ brand: "MergeBeacon AI",
7
7
  brandNode: (<div className="flex h-8 w-8 items-center justify-center rounded-lg border border-[var(--navbar-border)] bg-[var(--navbar-accent)] text-[var(--navbar-toggle-bg)] shadow-sm ring-1 ring-white/20 dark:ring-white/10">
8
8
  <span className="grid grid-cols-2 gap-[2px]">
9
9
  <span className="h-[4px] w-[4px] rounded-[1px] bg-current/95"/>
@@ -23,7 +23,7 @@ const defaultProps = {
23
23
  showColorModeToggle: true,
24
24
  navHeight: "h-16",
25
25
  sticky: true,
26
- ariaLabel: "FlowPilot AI main navigation",
26
+ ariaLabel: "MergeBeacon AI main navigation",
27
27
  className: "",
28
28
  nav: {
29
29
  className: "border-b border-[var(--navbar-border)] bg-[var(--navbar-bg)] text-[var(--navbar-fg)] backdrop-blur supports-[backdrop-filter]:bg-[var(--navbar-bg)] supports-[backdrop-filter]:dark:bg-[var(--navbar-bg)]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextworks/blocks-templates",
3
- "version": "0.2.0-alpha.17",
3
+ "version": "0.2.0-alpha.19",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,8 +16,8 @@
16
16
  "build": "npx tsc -p tsconfig.json"
17
17
  },
18
18
  "dependencies": {
19
- "@nextworks/blocks-core": "0.2.0-alpha.17",
20
- "@nextworks/blocks-sections": "0.2.0-alpha.17",
19
+ "@nextworks/blocks-core": "0.2.0-alpha.19",
20
+ "@nextworks/blocks-sections": "0.2.0-alpha.19",
21
21
  "lucide-react": "^0.542.0"
22
22
  },
23
23
  "devDependencies": {