@batijs/cli 0.0.307 → 0.0.309

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 (113) hide show
  1. package/dist/boilerplates/@batijs/auth0/files/$.env.js +1 -1
  2. package/dist/boilerplates/@batijs/auth0/files/$README.md.js +1 -1
  3. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +1 -1
  4. package/dist/boilerplates/@batijs/aws/files/$README.md.js +1 -1
  5. package/dist/boilerplates/@batijs/aws/files/$package.json.js +4 -4
  6. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
  7. package/dist/boilerplates/@batijs/biome/files/$package.json.js +1 -1
  8. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +2 -2
  9. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +1 -1
  10. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +3 -3
  11. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +1 -1
  12. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +3 -3
  13. package/dist/boilerplates/@batijs/d1/files/$README.md.js +1 -1
  14. package/dist/boilerplates/@batijs/d1/files/$package.json.js +3 -3
  15. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
  16. package/dist/boilerplates/@batijs/d1/files/$wrangler.toml.js +1 -1
  17. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +2 -2
  18. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +1 -1
  19. package/dist/boilerplates/@batijs/drizzle/files/$README.md.js +1 -1
  20. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +2 -2
  21. package/dist/boilerplates/@batijs/edgedb/files/$README.md.js +1 -1
  22. package/dist/boilerplates/@batijs/edgedb/files/$package.json.js +1 -1
  23. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -1
  24. package/dist/boilerplates/@batijs/eslint/files/eslint.config.js +2 -0
  25. package/dist/boilerplates/@batijs/express/files/$package.json.js +2 -2
  26. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +2 -2
  27. package/dist/boilerplates/@batijs/firebase-auth/files/$.env.js +1 -1
  28. package/dist/boilerplates/@batijs/firebase-auth/files/$README.md.js +1 -1
  29. package/dist/boilerplates/@batijs/firebase-auth/files/$package.json.js +11 -5
  30. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
  31. package/dist/boilerplates/@batijs/h3/files/$package.json.js +2 -2
  32. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +2 -2
  33. package/dist/boilerplates/@batijs/hono/files/$package.json.js +3 -3
  34. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +3 -3
  35. package/dist/boilerplates/@batijs/lucia-auth/files/$.env.js +1 -1
  36. package/dist/boilerplates/@batijs/lucia-auth/files/$README.md.js +1 -1
  37. package/dist/boilerplates/@batijs/lucia-auth/files/$package.json.js +5 -6
  38. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
  39. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +2 -2
  40. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +95 -0
  41. package/dist/boilerplates/@batijs/panda-css/files/layouts/panda.css +1 -0
  42. package/dist/boilerplates/@batijs/panda-css/files/panda.config.ts +32 -0
  43. package/dist/boilerplates/@batijs/panda-css/files/postcss.config.js +5 -0
  44. package/dist/boilerplates/@batijs/panda-css/types/panda.config.d.ts +4 -0
  45. package/dist/boilerplates/@batijs/panda-css/types/postcss.config.d.ts +6 -0
  46. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +1 -1
  47. package/dist/boilerplates/@batijs/prettier/files/.prettierignore +4 -0
  48. package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
  49. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +1 -1
  50. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +1 -1
  51. package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
  52. package/dist/boilerplates/@batijs/react/files/$package.json.js +5 -3
  53. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
  54. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +3 -3
  55. package/dist/boilerplates/@batijs/react/files/layouts/LayoutDefault.tsx +26 -12
  56. package/dist/boilerplates/@batijs/react/files/pages/index/+Page.tsx +7 -2
  57. package/dist/boilerplates/@batijs/react/files/pages/index/Counter.tsx +17 -2
  58. package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +50 -2
  59. package/dist/boilerplates/@batijs/react/types/layouts/LayoutDefault.d.ts +1 -0
  60. package/dist/boilerplates/@batijs/react/types/pages/+config.d.ts +6 -0
  61. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +2 -2
  62. package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
  63. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
  64. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +1 -1
  65. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +4 -4
  66. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
  67. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
  68. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +1 -1
  69. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
  70. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
  71. package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
  72. package/dist/boilerplates/@batijs/shared/files/.gitignore +4 -0
  73. package/dist/boilerplates/@batijs/shared/files/package.json +1 -1
  74. package/dist/boilerplates/@batijs/shared/files/tsconfig.json +1 -1
  75. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +2 -2
  76. package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
  77. package/dist/boilerplates/@batijs/solid/files/$package.json.js +4 -2
  78. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
  79. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +3 -3
  80. package/dist/boilerplates/@batijs/solid/files/layouts/LayoutDefault.tsx +26 -12
  81. package/dist/boilerplates/@batijs/solid/files/pages/index/+Page.tsx +7 -2
  82. package/dist/boilerplates/@batijs/solid/files/pages/index/Counter.tsx +17 -2
  83. package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +50 -2
  84. package/dist/boilerplates/@batijs/solid/types/layouts/LayoutDefault.d.ts +1 -0
  85. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +2 -2
  86. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
  87. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +1 -1
  88. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +2 -2
  89. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +2 -2
  90. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +2 -2
  91. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +3 -3
  92. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +1 -1
  93. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +4 -4
  94. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +1 -1
  95. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +2 -2
  96. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +1 -1
  97. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +3 -3
  98. package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
  99. package/dist/boilerplates/@batijs/vue/files/$package.json.js +4 -2
  100. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
  101. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +4 -4
  102. package/dist/boilerplates/@batijs/vue/files/components/Content.vue +8 -2
  103. package/dist/boilerplates/@batijs/vue/files/components/Counter.vue +24 -10
  104. package/dist/boilerplates/@batijs/vue/files/components/Logo.vue +10 -2
  105. package/dist/boilerplates/@batijs/vue/files/components/Sidebar.vue +20 -2
  106. package/dist/boilerplates/@batijs/vue/files/layouts/LayoutDefault.vue +2 -0
  107. package/dist/boilerplates/@batijs/vue/files/pages/index/+Page.vue +5 -5
  108. package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +45 -2
  109. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +2 -2
  110. package/dist/boilerplates/boilerplates.json +11 -0
  111. package/dist/{chunk-ACADSV35.js → chunk-2XLSFFOD.js} +17629 -17621
  112. package/dist/index.js +20 -5
  113. package/package.json +5 -5
@@ -7,7 +7,7 @@
7
7
  "dependencies": {},
8
8
  "devDependencies": {
9
9
  "typescript": "^5.6.3",
10
- "vike": "^0.4.203",
10
+ "vike": "^0.4.204",
11
11
  "vite": "^5.4.11"
12
12
  },
13
13
  "type": "module"
@@ -2,7 +2,7 @@
2
2
  "compilerOptions": {
3
3
  "strict": true,
4
4
  "allowJs": true,
5
- "checkJs": true,
5
+ "checkJs": false,
6
6
  "esModuleInterop": true,
7
7
  "forceConsistentCasingInFileNames": true,
8
8
  "resolveJsonModule": true,
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/shared-server/dist/files/$package.json.js
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  "@cloudflare/workers-types": "^4.20241112.0",
52
52
  "@types/node": "^18.19.64",
53
53
  "@universal-middleware/core": "^0.2.13",
54
- vike: "^0.4.203",
54
+ vike: "^0.4.204",
55
55
  vite: "^5.4.11"
56
56
  },
57
57
  files: [
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  NXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/solid/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/solid/dist/files/$package.json.js
@@ -39,6 +39,7 @@ var require_package = __commonJS({
39
39
  description: "",
40
40
  type: "module",
41
41
  scripts: {
42
+ prepare: "panda codegen --silent",
42
43
  "check-types": "tsc --noEmit",
43
44
  build: "bati-compile-boilerplate"
44
45
  },
@@ -47,11 +48,12 @@ var require_package = __commonJS({
47
48
  license: "MIT",
48
49
  devDependencies: {
49
50
  "@batijs/compile": "workspace:*",
51
+ "@pandacss/dev": "^0.48.0",
50
52
  "@types/node": "^18.19.64",
51
53
  "solid-js": "^1.9.3",
52
54
  tailwindcss: "^3.4.15",
53
55
  typescript: "^5.6.3",
54
- vike: "^0.4.203",
56
+ vike: "^0.4.204",
55
57
  "vike-solid": "^0.7.6",
56
58
  vite: "^5.4.11",
57
59
  "vite-plugin-solid": "^2.10.2"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/solid/dist/files/$tsconfig.json.js
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  LXs,
4
- Tvs
5
- } from "../../../../chunk-ACADSV35.js";
4
+ vTs
5
+ } from "../../../../chunk-2XLSFFOD.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/solid/dist/files/$vite.config.ts.js
9
9
  async function getViteConfig(props) {
10
10
  const mod = await LXs(props);
11
- Tvs(mod, {
11
+ vTs(mod, {
12
12
  from: "vike-solid/vite",
13
13
  constructor: "vikeSolid"
14
14
  });
@@ -1,16 +1,19 @@
1
1
  import "./style.css";
2
2
  //# BATI.has("tailwindcss")
3
3
  import "./tailwind.css";
4
+ //# BATI.has("panda-css")
5
+ import "./panda.css";
4
6
  import type { JSX } from "solid-js";
5
7
  import logoUrl from "../assets/logo.svg";
6
8
  import { Link } from "../components/Link.js";
9
+ import { css } from "../styled-system/css";
7
10
 
8
11
  export default function LayoutDefault(props: { children?: JSX.Element }) {
9
12
  return (
10
13
  <div
11
- //# BATI.has("tailwindcss")
12
- class="flex max-w-5xl m-auto"
13
- //# !BATI.has("tailwindcss")
14
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
15
+ class={BATI.has("tailwindcss") ? "flex max-w-5xl m-auto" : css({ display: "flex", maxW: "900px", m: "auto" })}
16
+ //# !BATI.has("tailwindcss") && !BATI.has("panda-css")
14
17
  style={{
15
18
  display: "flex",
16
19
  "max-width": "900px",
@@ -33,9 +36,20 @@ function Sidebar(props: { children: JSX.Element }) {
33
36
  return (
34
37
  <div
35
38
  id="sidebar"
36
- //# BATI.has("tailwindcss")
37
- class="p-5 flex flex-col shrink-0 border-r-2 border-r-gray-200"
38
- //# !BATI.has("tailwindcss")
39
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
40
+ class={
41
+ BATI.has("tailwindcss")
42
+ ? "p-5 flex flex-col shrink-0 border-r-2 border-r-gray-200"
43
+ : css({
44
+ p: "20px",
45
+ display: "flex",
46
+ flexShrink: 0,
47
+ flexDir: "column",
48
+ lineHeight: "1.8em",
49
+ borderRight: "2px solid #eee",
50
+ })
51
+ }
52
+ //# !BATI.has("tailwindcss") && !BATI.has("panda-css")
39
53
  style={{
40
54
  padding: "20px",
41
55
  "flex-shrink": 0,
@@ -55,9 +69,9 @@ function Content(props: { children: JSX.Element }) {
55
69
  <div id="page-container">
56
70
  <div
57
71
  id="page-content"
58
- //# BATI.has("tailwindcss")
59
- class="p-5 pb-12 min-h-screen"
60
- //# !BATI.has("tailwindcss")
72
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
73
+ class={BATI.has("tailwindcss") ? "p-5 pb-12 min-h-screen" : css({ p: "20px", pb: "50px", minH: "100vh" })}
74
+ //# !BATI.has("tailwindcss") && !BATI.has("panda-css")
61
75
  style={{
62
76
  padding: "20px",
63
77
  "padding-bottom": "50px",
@@ -73,9 +87,9 @@ function Content(props: { children: JSX.Element }) {
73
87
  function Logo() {
74
88
  return (
75
89
  <div
76
- //# BATI.has("tailwindcss")
77
- class="p-5 mb-2"
78
- //# !BATI.has("tailwindcss")
90
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
91
+ class={BATI.has("tailwindcss") ? "p-5 mb-2" : css({ p: "20px", mb: "10px" })}
92
+ //# !BATI.has("tailwindcss") && !BATI.has("panda-css")
79
93
  style={{
80
94
  "margin-top": "20px",
81
95
  "margin-bottom": "10px",
@@ -1,11 +1,16 @@
1
1
  import { Counter } from "./Counter.js";
2
+ import { css } from "../../styled-system/css";
2
3
 
3
4
  export default function Page() {
4
5
  return (
5
6
  <>
6
7
  <h1
7
- //# BATI.has("tailwindcss")
8
- class="font-bold text-3xl pb-4"
8
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
9
+ class={
10
+ BATI.has("tailwindcss")
11
+ ? "font-bold text-3xl pb-4"
12
+ : css({ font: "bold 2em sans-serif", marginBlock: "0.67em" })
13
+ }
9
14
  >
10
15
  My Vike app
11
16
  </h1>
@@ -1,4 +1,5 @@
1
1
  import { createSignal } from "solid-js";
2
+ import { css } from "../../styled-system/css";
2
3
 
3
4
  export { Counter };
4
5
 
@@ -8,8 +9,22 @@ function Counter() {
8
9
  return (
9
10
  <button
10
11
  type="button"
11
- //# BATI.has("tailwindcss")
12
- class="inline-block border border-black rounded bg-gray-200 px-2 py-1 text-xs font-medium uppercase leading-normal"
12
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
13
+ class={
14
+ BATI.has("tailwindcss")
15
+ ? "inline-block border border-black rounded bg-gray-200 px-2 py-1 text-xs font-medium uppercase leading-normal"
16
+ : css({
17
+ display: "inline-block",
18
+ border: "1px solid black",
19
+ rounded: "sm",
20
+ bg: "gray.200",
21
+ px: 1,
22
+ py: 0.5,
23
+ fontSize: 12,
24
+ fontWeight: 500,
25
+ lineHeight: "16px",
26
+ })
27
+ }
13
28
  onClick={() => setCount((count) => count + 1)}
14
29
  >
15
30
  Counter {count()}
@@ -2,6 +2,7 @@ import { onNewTodo } from "@batijs/telefunc/pages/todo/TodoList.telefunc";
2
2
  import { trpc } from "@batijs/trpc/trpc/client";
3
3
  import { client } from "@batijs/ts-rest/ts-rest/client";
4
4
  import { createSignal, For, untrack } from "solid-js";
5
+ import { css } from "../../styled-system/css";
5
6
 
6
7
  export function TodoList(props: { initialTodoItems: { text: string }[] }) {
7
8
  const [todoItems, setTodoItems] = createSignal(props.initialTodoItems);
@@ -45,8 +46,55 @@ export function TodoList(props: { initialTodoItems: { text: string }[] }) {
45
46
  }
46
47
  }}
47
48
  >
48
- <input type="text" onChange={(ev) => setNewTodo(ev.target.value)} value={newTodo()} />{" "}
49
- <button type="submit">Add to-do</button>
49
+ <input
50
+ type="text"
51
+ onChange={(ev) => setNewTodo(ev.target.value)}
52
+ value={newTodo()}
53
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
54
+ class={
55
+ BATI.has("tailwindcss")
56
+ ? "bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 w-full sm:w-auto p-2 mr-1 mb-1"
57
+ : css({
58
+ p: 2,
59
+ bg: "gray.50",
60
+ borderWidth: 1,
61
+ borderColor: "gray.300",
62
+ color: "gray.900",
63
+ fontSize: "sm",
64
+ rounded: "md",
65
+ width: { base: "full", sm: "auto" },
66
+ _focus: { ringColor: "teal.500", borderColor: "teal.500" },
67
+ mr: 1,
68
+ mb: 1,
69
+ })
70
+ }
71
+ />
72
+ <button
73
+ type="submit"
74
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
75
+ class={
76
+ BATI.has("tailwindcss")
77
+ ? "text-white bg-blue-700 hover:bg-blue-800 focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto p-2"
78
+ : css({
79
+ color: "white",
80
+ bg: { base: "teal.700", _hover: "teal.800" },
81
+ _focus: {
82
+ ringWidth: 2,
83
+ ringColor: "teal.300",
84
+ outline: "1px solid transparent",
85
+ outlineOffset: "1px",
86
+ },
87
+ cursor: "pointer",
88
+ fontSize: "sm",
89
+ fontWeight: 500,
90
+ rounded: "md",
91
+ width: { base: "full", sm: "auto" },
92
+ p: 2,
93
+ })
94
+ }
95
+ >
96
+ Add to-do
97
+ </button>
50
98
  </form>
51
99
  </div>
52
100
  </>
@@ -1,5 +1,6 @@
1
1
  import "./style.css";
2
2
  import "./tailwind.css";
3
+ import "./panda.css";
3
4
  import type { JSX } from "solid-js";
4
5
  export default function LayoutDefault(props: {
5
6
  children?: JSX.Element;
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/solid-sentry/dist/files/$package.json.js
@@ -47,7 +47,7 @@ var require_package = __commonJS({
47
47
  license: "MIT",
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
- "@sentry/solid": "^8.38.0",
50
+ "@sentry/solid": "^8.39.0",
51
51
  "@types/node": "^18.19.64",
52
52
  "solid-js": "^1.9.3",
53
53
  "vike-solid": "^0.7.6",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  WXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sqlite/dist/files/$.env.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  NXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sqlite/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/sqlite/dist/files/$package.json.js
@@ -47,7 +47,7 @@ var require_package = __commonJS({
47
47
  license: "MIT",
48
48
  devDependencies: {
49
49
  "@batijs/compile": "workspace:*",
50
- "@types/better-sqlite3": "^7.6.11",
50
+ "@types/better-sqlite3": "^7.6.12",
51
51
  "@types/node": "^18.19.64",
52
52
  "better-sqlite3": "^11.5.0",
53
53
  dotenv: "^16.4.5",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/tailwindcss/dist/files/$package.json.js
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  daisyui: "^4.12.14",
53
53
  postcss: "^8.4.49",
54
54
  tailwindcss: "^3.4.15",
55
- vike: "^0.4.203",
55
+ vike: "^0.4.204",
56
56
  vite: "^5.4.11"
57
57
  },
58
58
  dependencies: {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/telefunc/dist/files/$package.json.js
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  "@types/node": "^18.19.64",
52
52
  "@universal-middleware/core": "^0.2.13",
53
53
  telefunc: "^0.1.81",
54
- vike: "^0.4.203",
54
+ vike: "^0.4.204",
55
55
  vite: "^5.4.11"
56
56
  },
57
57
  dependencies: {
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  LXs,
4
- Tvs
5
- } from "../../../../chunk-ACADSV35.js";
4
+ vTs
5
+ } from "../../../../chunk-2XLSFFOD.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/telefunc/dist/files/$vite.config.ts.js
9
9
  async function getViteConfig(props) {
10
10
  const mod = await LXs(props);
11
- Tvs(mod, {
11
+ vTs(mod, {
12
12
  from: "telefunc/vite",
13
13
  constructor: "telefunc",
14
14
  imported: "telefunc"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/trpc/dist/files/$package.json.js
@@ -3,7 +3,7 @@ export declare const trpc: {
3
3
  query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
4
4
  _config: import("@trpc/server").RootConfig<{
5
5
  ctx: object & {
6
- db: ReturnType<any>;
6
+ db: ReturnType<typeof import("@batijs/sqlite/database/sqlite/db").db>;
7
7
  } & {
8
8
  db: ReturnType<any>;
9
9
  } & {
@@ -16,7 +16,7 @@ export declare const trpc: {
16
16
  transformer: import("@trpc/server").DefaultDataTransformer;
17
17
  }>;
18
18
  _ctx_out: object & {
19
- db: ReturnType<any>;
19
+ db: ReturnType<typeof import("@batijs/sqlite/database/sqlite/db").db>;
20
20
  } & {
21
21
  db: ReturnType<any>;
22
22
  } & {
@@ -37,7 +37,7 @@ export declare const trpc: {
37
37
  mutate: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"mutation", {
38
38
  _config: import("@trpc/server").RootConfig<{
39
39
  ctx: object & {
40
- db: ReturnType<any>;
40
+ db: ReturnType<typeof import("@batijs/sqlite/database/sqlite/db").db>;
41
41
  } & {
42
42
  db: ReturnType<any>;
43
43
  } & {
@@ -51,7 +51,7 @@ export declare const trpc: {
51
51
  }>;
52
52
  _meta: object;
53
53
  _ctx_out: object & {
54
- db: ReturnType<any>;
54
+ db: ReturnType<typeof import("@batijs/sqlite/database/sqlite/db").db>;
55
55
  } & {
56
56
  db: ReturnType<any>;
57
57
  } & {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/ts-rest/dist/files/$package.json.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/vercel/dist/files/$package.json.js
@@ -49,7 +49,7 @@ var require_package = __commonJS({
49
49
  "@batijs/compile": "workspace:*",
50
50
  "@types/node": "^18.19.64",
51
51
  "@vite-plugin-vercel/vike": "^9.0.2",
52
- vike: "^0.4.203",
52
+ vike: "^0.4.204",
53
53
  vite: "^5.4.11",
54
54
  "vite-plugin-vercel": "^9.0.3"
55
55
  },
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/vercel/dist/files/$tsconfig.json.js
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  LXs,
4
- Tvs
5
- } from "../../../../chunk-ACADSV35.js";
4
+ vTs
5
+ } from "../../../../chunk-2XLSFFOD.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/vercel/dist/files/$vite.config.ts.js
@@ -11,7 +11,7 @@ async function getViteConfig(props) {
11
11
  const options = props.meta.BATI.has("express") || props.meta.BATI.has("fastify") ? {
12
12
  source: "/.*"
13
13
  } : void 0;
14
- Tvs(mod, {
14
+ vTs(mod, {
15
15
  from: "vite-plugin-vercel",
16
16
  constructor: "vercel",
17
17
  options
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  NXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/vue/dist/files/$README.md.js
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  OXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/vue/dist/files/$package.json.js
@@ -39,6 +39,7 @@ var require_package = __commonJS({
39
39
  description: "",
40
40
  type: "module",
41
41
  scripts: {
42
+ prepare: "panda codegen --silent",
42
43
  "check-types": "tsc --noEmit",
43
44
  build: "bati-compile-boilerplate"
44
45
  },
@@ -47,6 +48,7 @@ var require_package = __commonJS({
47
48
  license: "MIT",
48
49
  devDependencies: {
49
50
  "@batijs/compile": "workspace:*",
51
+ "@pandacss/dev": "^0.48.0",
50
52
  "@types/node": "^18.19.64",
51
53
  "@vitejs/plugin-vue": "^5.2.0",
52
54
  "@vue/compiler-sfc": "^3.5.13",
@@ -54,7 +56,7 @@ var require_package = __commonJS({
54
56
  tailwindcss: "^3.4.15",
55
57
  typescript: "^5.6.3",
56
58
  "unplugin-vue-markdown": "^0.26.2",
57
- vike: "^0.4.203",
59
+ vike: "^0.4.204",
58
60
  "vike-vue": "^0.8.5",
59
61
  vite: "^5.4.11",
60
62
  vue: "^3.5.13",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IXs
4
- } from "../../../../chunk-ACADSV35.js";
4
+ } from "../../../../chunk-2XLSFFOD.js";
5
5
  import "../../../../chunk-LU7IBQI7.js";
6
6
 
7
7
  // ../../boilerplates/vue/dist/files/$tsconfig.json.js
@@ -1,21 +1,21 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  LXs,
4
- Tvs
5
- } from "../../../../chunk-ACADSV35.js";
4
+ vTs
5
+ } from "../../../../chunk-2XLSFFOD.js";
6
6
  import "../../../../chunk-LU7IBQI7.js";
7
7
 
8
8
  // ../../boilerplates/vue/dist/files/$vite.config.ts.js
9
9
  async function getViteConfig(props) {
10
10
  const mod = await LXs(props);
11
- Tvs(mod, {
11
+ vTs(mod, {
12
12
  from: "@vitejs/plugin-vue",
13
13
  constructor: "vue",
14
14
  options: {
15
15
  include: [/\.vue$/, /\.md$/]
16
16
  }
17
17
  });
18
- Tvs(mod, {
18
+ vTs(mod, {
19
19
  from: "unplugin-vue-markdown/vite",
20
20
  constructor: "md",
21
21
  options: {}
@@ -4,14 +4,20 @@
4
4
  <div id="page-content" class="p-5 pb-12 min-h-screen">
5
5
  <slot />
6
6
  </div>
7
- <!-- !BATI.has("tailwindcss") -->
7
+ <!-- BATI.has("panda-css") -->
8
+ <div id="page-content" :class="css({ p: '20px', pb: '50px', minH: '100vh' })">
9
+ <slot />
10
+ </div>
11
+ <!-- !BATI.has("tailwindcss") && !BATI.has("panda-css") -->
8
12
  <div id="page-content" style="padding: 20px; padding-bottom: 50px; min-height: 100vh">
9
13
  <slot />
10
14
  </div>
11
15
  </div>
12
16
  </template>
13
17
 
14
- <script setup lang="ts"></script>
18
+ <script setup lang="ts">
19
+ import { css } from "../styled-system/css";
20
+ </script>
15
21
 
16
22
  <style>
17
23
  /* Page Transition Animation */