@batijs/cli 0.0.446 → 0.0.448

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 (105) hide show
  1. package/cli.js +1 -0
  2. package/dist/boilerplates/@batijs/auth0/files/$.env.js +1 -1
  3. package/dist/boilerplates/@batijs/auth0/files/$README.md.js +1 -1
  4. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +2 -2
  5. package/dist/boilerplates/@batijs/aws/files/$README.md.js +1 -1
  6. package/dist/boilerplates/@batijs/aws/files/$package.json.js +2 -2
  7. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
  8. package/dist/boilerplates/@batijs/biome/files/$package.json.js +2 -2
  9. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +2 -2
  10. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +1 -1
  11. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +1 -1
  12. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +2 -2
  13. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +1 -1
  14. package/dist/boilerplates/@batijs/d1/files/$README.md.js +1 -1
  15. package/dist/boilerplates/@batijs/d1/files/$package.json.js +2 -2
  16. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
  17. package/dist/boilerplates/@batijs/d1/files/$wrangler.toml.js +1 -1
  18. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +2 -2
  19. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +1 -1
  20. package/dist/boilerplates/@batijs/drizzle/files/$README.md.js +1 -1
  21. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +2 -2
  22. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -1
  23. package/dist/boilerplates/@batijs/eslint/files/eslint.config.ts +0 -2
  24. package/dist/boilerplates/@batijs/express/files/$package.json.js +2 -2
  25. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +2 -2
  26. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
  27. package/dist/boilerplates/@batijs/h3/files/$package.json.js +2 -2
  28. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +2 -2
  29. package/dist/boilerplates/@batijs/hono/files/$package.json.js +2 -2
  30. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +1 -1
  31. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
  32. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +2 -2
  33. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +1 -1
  34. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +2 -2
  35. package/dist/boilerplates/@batijs/prettier/files/.prettierignore +0 -4
  36. package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
  37. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +1 -1
  38. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +2 -2
  39. package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
  40. package/dist/boilerplates/@batijs/react/files/$package.json.js +2 -4
  41. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
  42. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
  43. package/dist/boilerplates/@batijs/react/files/layouts/LayoutDefault.tsx +12 -26
  44. package/dist/boilerplates/@batijs/react/files/pages/index/+Page.tsx +2 -7
  45. package/dist/boilerplates/@batijs/react/files/pages/index/Counter.tsx +2 -15
  46. package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +4 -36
  47. package/dist/boilerplates/@batijs/react/types/layouts/LayoutDefault.d.ts +0 -1
  48. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +2 -2
  49. package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
  50. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
  51. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +2 -2
  52. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
  53. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
  54. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
  55. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +2 -2
  56. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
  57. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
  58. package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
  59. package/dist/boilerplates/@batijs/shared/files/gitignore +0 -4
  60. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +2 -2
  61. package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
  62. package/dist/boilerplates/@batijs/solid/files/$package.json.js +2 -4
  63. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
  64. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
  65. package/dist/boilerplates/@batijs/solid/files/layouts/LayoutDefault.tsx +12 -26
  66. package/dist/boilerplates/@batijs/solid/files/pages/index/+Page.tsx +2 -7
  67. package/dist/boilerplates/@batijs/solid/files/pages/index/Counter.tsx +2 -15
  68. package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +4 -36
  69. package/dist/boilerplates/@batijs/solid/types/layouts/LayoutDefault.d.ts +0 -1
  70. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +2 -2
  71. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
  72. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +1 -1
  73. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +2 -2
  74. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +2 -2
  75. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
  76. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +2 -2
  77. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
  78. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +2 -2
  79. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +2 -2
  80. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +2 -2
  81. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +2 -2
  82. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +1 -1
  83. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +1 -1
  84. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +1 -1
  85. package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
  86. package/dist/boilerplates/@batijs/vue/files/$package.json.js +2 -4
  87. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
  88. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
  89. package/dist/boilerplates/@batijs/vue/files/components/Content.vue +1 -9
  90. package/dist/boilerplates/@batijs/vue/files/components/Counter.vue +1 -22
  91. package/dist/boilerplates/@batijs/vue/files/components/Logo.vue +1 -10
  92. package/dist/boilerplates/@batijs/vue/files/components/Sidebar.vue +1 -20
  93. package/dist/boilerplates/@batijs/vue/files/layouts/LayoutDefault.vue +0 -2
  94. package/dist/boilerplates/@batijs/vue/files/pages/index/+Page.vue +1 -4
  95. package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +2 -34
  96. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +2 -2
  97. package/dist/boilerplates/boilerplates.json +0 -11
  98. package/dist/{chunk-ZDDQD2BO.js → chunk-2HJGZ6VH.js} +2 -2
  99. package/dist/index.js +38 -51
  100. package/package.json +9 -8
  101. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +0 -93
  102. package/dist/boilerplates/@batijs/panda-css/files/layouts/panda.css +0 -1
  103. package/dist/boilerplates/@batijs/panda-css/files/panda.config.ts +0 -32
  104. package/dist/boilerplates/@batijs/panda-css/files/postcss.config.js +0 -5
  105. package/dist/boilerplates/@batijs/panda-css/types/panda.config.d.ts +0 -4
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  bta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@types/better-sqlite3": "^7.6.13",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  "better-sqlite3": "^11.10.0",
57
57
  dotenv: "^16.5.0",
58
58
  tsx: "^4.20.3"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@tailwindcss/vite": "^4.1.10",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  autoprefixer: "^10.4.21",
57
57
  daisyui: "^5.0.43",
58
58
  tailwindcss: "^4.1.10",
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  hEs,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-2HJGZ6VH.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@cloudflare/workers-types": "^4.20250614.0",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  "@universal-middleware/core": "^0.4.8",
57
57
  telefunc: "^0.2.7",
58
58
  vike: "^0.4.231",
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  hEs,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-2HJGZ6VH.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -54,7 +54,7 @@ var require_package = __commonJS({
54
54
  "@cloudflare/workers-types": "^4.20250614.0",
55
55
  "@trpc/client": "^11.4.1",
56
56
  "@trpc/server": "^11.4.1",
57
- "@types/node": "^18.19.111",
57
+ "@types/node": "^20.19.0",
58
58
  "@universal-middleware/core": "^0.4.8",
59
59
  vite: "^6.3.5"
60
60
  },
@@ -2,9 +2,9 @@ export declare const trpc: import("@trpc/client").TRPCClient<import("@trpc/serve
2
2
  ctx: object & {
3
3
  db: ReturnType<typeof import("@batijs/sqlite/database/sqlite/db").db>;
4
4
  } & {
5
- db: ReturnType<typeof import("@batijs/drizzle/database/drizzle/db").dbSqlite>;
5
+ db: ReturnType<any>;
6
6
  } & {
7
- db: ReturnType<typeof import("@batijs/drizzle/database/drizzle/db").dbD1>;
7
+ db: ReturnType<any>;
8
8
  } & {
9
9
  db: import("@cloudflare/workers-types").D1Database;
10
10
  };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -54,7 +54,7 @@ var require_package = __commonJS({
54
54
  "@cloudflare/workers-types": "^4.20250614.0",
55
55
  "@ts-rest/core": "^3.52.1",
56
56
  "@ts-rest/serverless": "^3.52.1",
57
- "@types/node": "^18.19.111",
57
+ "@types/node": "^20.19.0",
58
58
  "@universal-middleware/core": "^0.4.8",
59
59
  zod: "^3.25.64"
60
60
  },
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@types/node": "^18.19.111",
54
+ "@types/node": "^20.19.0",
55
55
  "@vite-plugin-vercel/vike": "^9.0.6",
56
56
  vike: "^0.4.231",
57
57
  vite: "^6.3.5",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  sta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  hEs,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-2HJGZ6VH.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ota
7
- } from "../../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -43,7 +43,6 @@ var require_package = __commonJS({
43
43
  description: "",
44
44
  type: "module",
45
45
  scripts: {
46
- prepare: "panda codegen --silent",
47
46
  "check-types": "tsc --noEmit",
48
47
  build: "bati-compile-boilerplate"
49
48
  },
@@ -53,8 +52,7 @@ var require_package = __commonJS({
53
52
  devDependencies: {
54
53
  "@batijs/compile": "workspace:*",
55
54
  "@batijs/tailwindcss": "workspace:*",
56
- "@pandacss/dev": "^0.54.0",
57
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
58
56
  "@vitejs/plugin-vue": "^5.2.4",
59
57
  "@vue/compiler-sfc": "^3.5.16",
60
58
  "@vue/server-renderer": "^3.5.16",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  sta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  hEs,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-2HJGZ6VH.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,21 +4,13 @@
4
4
  <div id="page-content" class="p-5 pb-12 min-h-screen">
5
5
  <slot />
6
6
  </div>
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") -->
7
+ <!-- !BATI.has("tailwindcss") -->
12
8
  <div id="page-content" style="padding: 20px; padding-bottom: 50px; min-height: 100vh">
13
9
  <slot />
14
10
  </div>
15
11
  </div>
16
12
  </template>
17
13
 
18
- <script setup lang="ts">
19
- import { css } from "../styled-system/css";
20
- </script>
21
-
22
14
  <style>
23
15
  /* Page Transition Animation */
24
16
  body.page-is-transitioning #page-content {
@@ -9,33 +9,12 @@
9
9
  >
10
10
  Counter {{ state.count }}
11
11
  </button>
12
- <!-- BATI.has("panda-css") -->
13
- <button
14
- type="button"
15
- :class="
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
- "
28
- @click="state.count++"
29
- >
30
- Counter {{ state.count }}
31
- </button>
32
- <!-- !BATI.has("tailwindcss") && !BATI.has("panda-css") -->
12
+ <!-- !BATI.has("tailwindcss") -->
33
13
  <button type="button" @click="state.count++">Counter {{ state.count }}</button>
34
14
  </template>
35
15
 
36
16
  <script setup lang="ts">
37
17
  import { reactive } from "vue";
38
- import { css } from "../styled-system/css";
39
18
 
40
19
  const state = reactive({ count: 0 });
41
20
  </script>
@@ -5,19 +5,10 @@
5
5
  <img src="../assets/logo.svg" height="64" width="64" />
6
6
  </a>
7
7
  </div>
8
- <!-- BATI.has("panda-css") -->
9
- <div :class="css({ p: '20px', mb: '10px' })">
10
- <a href="/">
11
- <img src="../assets/logo.svg" height="64" width="64" />
12
- </a>
13
- </div>
14
- <!-- !BATI.has("tailwindcss") && !BATI.has("panda-css") -->
8
+ <!-- !BATI.has("tailwindcss") -->
15
9
  <div style="margin-top: 20px; margin-bottom: 10px">
16
10
  <a href="/">
17
11
  <img src="../assets/logo.svg" height="64" width="64" />
18
12
  </a>
19
13
  </div>
20
14
  </template>
21
- <script setup lang="ts">
22
- import { css } from "../styled-system/css";
23
- </script>
@@ -3,23 +3,7 @@
3
3
  <div id="sidebar" class="p-5 flex flex-col shrink-0 border-r-2 border-r-gray-200">
4
4
  <slot />
5
5
  </div>
6
- <!-- BATI.has("panda-css") -->
7
- <div
8
- id="sidebar"
9
- :class="
10
- css({
11
- p: '20px',
12
- display: 'flex',
13
- flexShrink: 0,
14
- flexDir: 'column',
15
- lineHeight: '1.8em',
16
- borderRight: '2px solid #eee',
17
- })
18
- "
19
- >
20
- <slot />
21
- </div>
22
- <!-- !BATI.has("tailwindcss") && !BATI.has("panda-css") -->
6
+ <!-- !BATI.has("tailwindcss") -->
23
7
  <div
24
8
  id="sidebar"
25
9
  style="
@@ -34,6 +18,3 @@
34
18
  <slot />
35
19
  </div>
36
20
  </template>
37
- <script setup lang="ts">
38
- import { css } from "../styled-system/css";
39
- </script>
@@ -11,8 +11,6 @@
11
11
  </template>
12
12
 
13
13
  <script lang="ts" setup>
14
- //# BATI.has("panda-css")
15
- import "./panda.css";
16
14
  import Content from "../components/Content.vue";
17
15
  import Link from "../components/Link.vue";
18
16
  import Logo from "../components/Logo.vue";
@@ -1,9 +1,7 @@
1
1
  <template>
2
2
  <!-- BATI.has("tailwindcss") -->
3
3
  <h1 class="font-bold text-3xl pb-4">My Vike app</h1>
4
- <!-- BATI.has("panda-css") -->
5
- <h1 :class="css({ font: 'bold 2em sans-serif', marginBlock: '0.67em' })">My Vike app</h1>
6
- <!-- !BATI.has("tailwindcss") && !BATI.has("panda-css") -->
4
+ <!-- !BATI.has("tailwindcss") -->
7
5
  <h1>My Vike app</h1>
8
6
  This page is:
9
7
  <ul>
@@ -14,5 +12,4 @@
14
12
 
15
13
  <script setup lang="ts">
16
14
  import Counter from "../../components/Counter.vue";
17
- import { css } from "../../styled-system/css";
18
15
  </script>
@@ -17,48 +17,16 @@ import { onNewTodo } from "@batijs/telefunc/pages/todo/TodoList.telefunc";
17
17
  import { trpc } from "@batijs/trpc/trpc/client";
18
18
  import { client } from "@batijs/ts-rest/ts-rest/client";
19
19
  import { ref } from "vue";
20
- import { css } from "../../styled-system/css";
21
20
 
22
21
  const inputClass = ref(
23
22
  BATI.has("tailwindcss")
24
23
  ? "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"
25
- : BATI.has("panda-css")
26
- ? css({
27
- p: 2,
28
- bg: "gray.50",
29
- borderWidth: 1,
30
- borderColor: "gray.300",
31
- color: "gray.900",
32
- fontSize: "sm",
33
- rounded: "md",
34
- width: { base: "full", sm: "auto" },
35
- _focus: { ringColor: "teal.500", borderColor: "teal.500" },
36
- mr: 1,
37
- mb: 1,
38
- })
39
- : "",
24
+ : "",
40
25
  );
41
26
  const buttonClass = ref(
42
27
  BATI.has("tailwindcss")
43
28
  ? "text-white bg-blue-700 hover:bg-blue-800 focus:ring-2 focus:outline-hidden focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto p-2"
44
- : BATI.has("panda-css")
45
- ? css({
46
- color: "white",
47
- bg: { base: "teal.700", _hover: "teal.800" },
48
- _focus: {
49
- ringWidth: 2,
50
- ringColor: "teal.300",
51
- outline: "1px solid transparent",
52
- outlineOffset: "1px",
53
- },
54
- cursor: "pointer",
55
- fontSize: "sm",
56
- fontWeight: 500,
57
- rounded: "md",
58
- width: { base: "full", sm: "auto" },
59
- p: 2,
60
- })
61
- : "",
29
+ : "",
62
30
  );
63
31
 
64
32
  const props = defineProps<{ initialTodoItems: { text: string }[] }>();
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@sentry/vue": "^9.29.0",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  "vike-vue": "^0.9.2",
57
57
  vite: "^6.3.5",
58
58
  vue: "^3.5.16"
@@ -212,17 +212,6 @@
212
212
  "files"
213
213
  ]
214
214
  },
215
- {
216
- "config": {
217
- "if": {
218
- "flag": "panda-css"
219
- }
220
- },
221
- "folder": "@batijs/panda-css",
222
- "subfolders": [
223
- "files"
224
- ]
225
- },
226
215
  {
227
216
  "config": {
228
217
  "if": {