@nextworks/blocks-templates 0.2.0-alpha.0 → 0.2.0-alpha.2

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.
Files changed (47) hide show
  1. package/README.md +12 -2
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/templates/digitalagency/Page.d.ts.map +1 -0
  4. package/dist/templates/digitalagency/PresetThemeVars.d.ts.map +1 -0
  5. package/dist/templates/digitalagency/components/About.d.ts.map +1 -0
  6. package/dist/templates/digitalagency/components/CTA.d.ts.map +1 -0
  7. package/dist/templates/digitalagency/components/Contact.d.ts.map +1 -0
  8. package/dist/templates/digitalagency/components/Footer.d.ts.map +1 -0
  9. package/dist/templates/digitalagency/components/Hero.d.ts.map +1 -0
  10. package/dist/templates/digitalagency/components/Navbar.d.ts.map +1 -0
  11. package/dist/templates/digitalagency/components/Portfolio.d.ts.map +1 -0
  12. package/dist/templates/digitalagency/components/Pricing.d.ts.map +1 -0
  13. package/dist/templates/digitalagency/components/Process.d.ts.map +1 -0
  14. package/dist/templates/digitalagency/components/Services.d.ts.map +1 -0
  15. package/dist/templates/digitalagency/components/Team.d.ts.map +1 -0
  16. package/dist/templates/digitalagency/components/Testimonials.d.ts.map +1 -0
  17. package/dist/templates/gallery/PresetThemeVars.d.ts.map +1 -0
  18. package/dist/templates/gallery/page.d.ts.map +1 -0
  19. package/dist/templates/productlaunch/Page.d.ts.map +1 -0
  20. package/dist/templates/productlaunch/PresetThemeVars.d.ts.map +1 -0
  21. package/dist/templates/productlaunch/components/About.d.ts.map +1 -0
  22. package/dist/templates/productlaunch/components/CTA.d.ts.map +1 -0
  23. package/dist/templates/productlaunch/components/Contact.d.ts.map +1 -0
  24. package/dist/templates/productlaunch/components/FAQ.d.ts.map +1 -0
  25. package/dist/templates/productlaunch/components/Features.d.ts.map +1 -0
  26. package/dist/templates/productlaunch/components/Footer.d.ts.map +1 -0
  27. package/dist/templates/productlaunch/components/Hero.d.ts.map +1 -0
  28. package/dist/templates/productlaunch/components/Navbar.d.ts.map +1 -0
  29. package/dist/templates/productlaunch/components/Pricing.d.ts.map +1 -0
  30. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts.map +1 -0
  31. package/dist/templates/productlaunch/components/ServicesGrid.d.ts.map +1 -0
  32. package/dist/templates/productlaunch/components/Team.d.ts.map +1 -0
  33. package/dist/templates/productlaunch/components/Testimonials.d.ts.map +1 -0
  34. package/dist/templates/productlaunch/components/TrustBadges.d.ts.map +1 -0
  35. package/dist/templates/saasdashboard/Page.d.ts.map +1 -0
  36. package/dist/templates/saasdashboard/PresetThemeVars.d.ts.map +1 -0
  37. package/dist/templates/saasdashboard/components/Contact.d.ts.map +1 -0
  38. package/dist/templates/saasdashboard/components/FAQ.d.ts.map +1 -0
  39. package/dist/templates/saasdashboard/components/Features.d.ts.map +1 -0
  40. package/dist/templates/saasdashboard/components/Footer.d.ts.map +1 -0
  41. package/dist/templates/saasdashboard/components/Hero.d.ts.map +1 -0
  42. package/dist/templates/saasdashboard/components/Hero_mask.d.ts.map +1 -0
  43. package/dist/templates/saasdashboard/components/Navbar.d.ts.map +1 -0
  44. package/dist/templates/saasdashboard/components/Pricing.d.ts.map +1 -0
  45. package/dist/templates/saasdashboard/components/Testimonials.d.ts.map +1 -0
  46. package/dist/templates/saasdashboard/components/TrustBadges.d.ts.map +1 -0
  47. package/package.json +3 -3
package/README.md CHANGED
@@ -39,6 +39,16 @@ export default function Page() {
39
39
 
40
40
  These templates assume:
41
41
 
42
- - Next.js App Router
43
42
  - Tailwind CSS
44
- - The theme provider and global styles from `@nextworks/blocks-core` are set up.
43
+ - Providers + global styles are set up
44
+
45
+ If you installed via the `nextworks` CLI:
46
+
47
+ - Templates are copied into your app (router-native):
48
+ - App Router: `app/templates/...`
49
+ - Pages Router: `pages/templates/<template>/index.tsx`
50
+ - The CLI patches your router entrypoint to wire up providers, fonts, and CSS.
51
+
52
+ If you consume packages directly (advanced):
53
+
54
+ - These components are primarily authored for the Next.js App Router, and you must wrap your app with the appropriate provider(s) from `@nextworks/blocks-core` and ensure global CSS is loaded.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,eAAe,MAAM,0BAA0B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/digitalagency/Page.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,wBAAgB,aAAa,sBAmB5B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/digitalagency/PresetThemeVars.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE7D;;;GAGG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBAsE7D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/About.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,KAAK,sBAiEpB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CTA.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/CTA.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,GAAG,sBAoClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Contact.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2D1B,wBAAgB,OAAO,sBA4DtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Footer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B;;;;GAIG;AACH,wBAAgB,MAAM,sBA6CrB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Hero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,wBAAgB,IAAI,sBA+EnB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Navbar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAGpE;;;;;;;;;;;;;GAaG;AACH,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AA2FlD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BAOrD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Portfolio.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Portfolio.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyF1B,wBAAgB,SAAS,sBAqDxB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Pricing.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsD1B,wBAAgB,OAAO,sBAyDtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Process.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Process.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,wBAAgB,OAAO,sBA0BtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Services.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Services.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4B1B,wBAAgB,QAAQ,sBAwBvB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Team.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,IAAI,sBAsBnB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Testimonials.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,YAAY,sBA2D3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/gallery/PresetThemeVars.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE7D;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBAuE7D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../src/templates/gallery/page.tsx"],"names":[],"mappings":"AA6BA,MAAM,CAAC,OAAO,UAAU,OAAO,gCAqR9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/productlaunch/Page.tsx"],"names":[],"mappings":"AAeA,wBAAgB,iBAAiB,gCA6BhC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/productlaunch/PresetThemeVars.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE7D;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBA2D7D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/About.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B;;;;;;;;;;;GAWG;AAEH,wBAAgB,KAAK,sBAoEpB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CTA.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/CTA.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,GAAG,sBA6ClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Contact.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAwD1B,wBAAgB,OAAO,sBAiEtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FAQ.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/FAQ.tsx"],"names":[],"mappings":"AAOA;;;;GAIG;AACH,wBAAgB,GAAG,gCAgFlB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Features.tsx"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,QAAQ,gCA2EvB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Footer.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,wBAAgB,MAAM,gCA2HrB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Hero.tsx"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,IAAI,gCAgFnB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Navbar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;;;;;;;;;;;;;;GAiBG;AACH,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAgFlD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BASrD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Pricing.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,OAAO,gCAkGtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProcessTimeline.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/ProcessTimeline.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,eAAe,gCAsG9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServicesGrid.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/ServicesGrid.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,YAAY,gCA4D3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Team.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,IAAI,gCAgGnB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Testimonials.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,YAAY,gCAiF3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrustBadges.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/TrustBadges.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,WAAW,gCAoE1B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/saasdashboard/Page.tsx"],"names":[],"mappings":"AAaA,wBAAgB,aAAa,gCAyB5B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/saasdashboard/PresetThemeVars.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE7D;;;GAGG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBAsE7D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Contact.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmD1B,wBAAgB,OAAO,sBA0EtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FAQ.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/FAQ.tsx"],"names":[],"mappings":"AA6BA,wBAAgB,GAAG,gCAyBlB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Features.tsx"],"names":[],"mappings":"AA6BA,wBAAgB,QAAQ,gCA6DvB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Footer.tsx"],"names":[],"mappings":"AAmCA,wBAAgB,MAAM,gCAyCrB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Hero.tsx"],"names":[],"mappings":"AAsBA,wBAAgB,IAAI,gCAkFnB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hero_mask.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Hero_mask.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqB1B,wBAAgB,IAAI,sBAuGnB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Navbar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;;;;;;;;;;;;;;GAiBG;AACH,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAsFlD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BAQrD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Pricing.tsx"],"names":[],"mappings":"AA8CA,wBAAgB,OAAO,gCA2CtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Testimonials.tsx"],"names":[],"mappings":"AAKA,wBAAgB,YAAY,gCAkE3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrustBadges.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/TrustBadges.tsx"],"names":[],"mappings":"AA4BA,wBAAgB,WAAW,gCAwB1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextworks/blocks-templates",
3
- "version": "0.2.0-alpha.0",
3
+ "version": "0.2.0-alpha.2",
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.0",
20
- "@nextworks/blocks-sections": "0.2.0-alpha.0",
19
+ "@nextworks/blocks-core": "0.2.0-alpha.2",
20
+ "@nextworks/blocks-sections": "0.2.0-alpha.2",
21
21
  "lucide-react": "^0.542.0"
22
22
  },
23
23
  "devDependencies": {