@batijs/cli 0.0.445 → 0.0.447

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 (137) 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 +1 -1
  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 +1 -1
  9. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +1 -1
  10. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +1 -1
  11. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +1 -1
  12. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +1 -1
  13. package/dist/boilerplates/@batijs/d1/files/$README.md.js +1 -1
  14. package/dist/boilerplates/@batijs/d1/files/$package.json.js +1 -1
  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 +1 -1
  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 +1 -1
  21. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -1
  22. package/dist/boilerplates/@batijs/eslint/files/eslint.config.ts +0 -2
  23. package/dist/boilerplates/@batijs/express/files/$package.json.js +1 -1
  24. package/dist/boilerplates/@batijs/express/files/express-entry.ts +0 -11
  25. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +1 -1
  26. package/dist/boilerplates/@batijs/fastify/files/fastify-entry.ts +0 -11
  27. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
  28. package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -1
  29. package/dist/boilerplates/@batijs/h3/files/h3-entry.ts +0 -11
  30. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +1 -1
  31. package/dist/boilerplates/@batijs/hattip/files/hattip-entry.ts +0 -11
  32. package/dist/boilerplates/@batijs/hono/files/$package.json.js +1 -1
  33. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +1 -1
  34. package/dist/boilerplates/@batijs/hono/files/hono-entry.ts +0 -11
  35. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
  36. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +1 -1
  37. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +1 -1
  38. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +1 -1
  39. package/dist/boilerplates/@batijs/prettier/files/.prettierignore +0 -7
  40. package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
  41. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +1 -1
  42. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +1 -1
  43. package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
  44. package/dist/boilerplates/@batijs/react/files/$package.json.js +1 -3
  45. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
  46. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
  47. package/dist/boilerplates/@batijs/react/files/layouts/LayoutDefault.tsx +12 -27
  48. package/dist/boilerplates/@batijs/react/files/pages/+config.ts +1 -1
  49. package/dist/boilerplates/@batijs/react/files/pages/index/+Page.tsx +2 -7
  50. package/dist/boilerplates/@batijs/react/files/pages/index/Counter.tsx +2 -15
  51. package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +4 -36
  52. package/dist/boilerplates/@batijs/react/types/layouts/LayoutDefault.d.ts +0 -1
  53. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +1 -1
  54. package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
  55. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
  56. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +1 -1
  57. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
  58. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
  59. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
  60. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +1 -1
  61. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
  62. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
  63. package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
  64. package/dist/boilerplates/@batijs/shared/files/gitignore +0 -7
  65. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +1 -1
  66. package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
  67. package/dist/boilerplates/@batijs/solid/files/$package.json.js +1 -3
  68. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
  69. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
  70. package/dist/boilerplates/@batijs/solid/files/layouts/LayoutDefault.tsx +12 -27
  71. package/dist/boilerplates/@batijs/solid/files/pages/+config.ts +1 -1
  72. package/dist/boilerplates/@batijs/solid/files/pages/index/+Page.tsx +2 -7
  73. package/dist/boilerplates/@batijs/solid/files/pages/index/Counter.tsx +2 -15
  74. package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +4 -36
  75. package/dist/boilerplates/@batijs/solid/types/layouts/LayoutDefault.d.ts +0 -1
  76. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +1 -1
  77. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
  78. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +1 -1
  79. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +1 -1
  80. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +1 -1
  81. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
  82. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +1 -1
  83. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
  84. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +1 -1
  85. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +1 -1
  86. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +1 -1
  87. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +1 -1
  88. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +1 -1
  89. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +1 -1
  90. package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
  91. package/dist/boilerplates/@batijs/vue/files/$package.json.js +1 -3
  92. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
  93. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
  94. package/dist/boilerplates/@batijs/vue/files/components/Content.vue +1 -9
  95. package/dist/boilerplates/@batijs/vue/files/components/Counter.vue +1 -22
  96. package/dist/boilerplates/@batijs/vue/files/components/Logo.vue +1 -10
  97. package/dist/boilerplates/@batijs/vue/files/components/Sidebar.vue +1 -20
  98. package/dist/boilerplates/@batijs/vue/files/layouts/LayoutDefault.vue +0 -4
  99. package/dist/boilerplates/@batijs/vue/files/pages/+config.ts +1 -1
  100. package/dist/boilerplates/@batijs/vue/files/pages/index/+Page.vue +1 -4
  101. package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +2 -34
  102. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +1 -1
  103. package/dist/boilerplates/boilerplates.json +0 -70
  104. package/dist/{chunk-YO6CY4MA.js → chunk-RIWHL2V7.js} +9848 -9848
  105. package/dist/index.js +4 -36
  106. package/package.json +5 -5
  107. package/dist/boilerplates/@batijs/express/files/global.d.ts +0 -10
  108. package/dist/boilerplates/@batijs/fastify/files/global.d.ts +0 -10
  109. package/dist/boilerplates/@batijs/firebase-auth/files/$.env.js +0 -24
  110. package/dist/boilerplates/@batijs/firebase-auth/files/$README.md.js +0 -39
  111. package/dist/boilerplates/@batijs/firebase-auth/files/$package.json.js +0 -133
  112. package/dist/boilerplates/@batijs/firebase-auth/files/firebase/$service-account.json.js +0 -26
  113. package/dist/boilerplates/@batijs/firebase-auth/files/global.d.ts +0 -11
  114. package/dist/boilerplates/@batijs/firebase-auth/files/libs/firebaseAdmin.ts +0 -15
  115. package/dist/boilerplates/@batijs/firebase-auth/files/libs/firebaseUI.ts +0 -31
  116. package/dist/boilerplates/@batijs/firebase-auth/files/pages/+client.ts +0 -30
  117. package/dist/boilerplates/@batijs/firebase-auth/files/pages/login/+config.ts +0 -6
  118. package/dist/boilerplates/@batijs/firebase-auth/files/pages/login/+guard.ts +0 -11
  119. package/dist/boilerplates/@batijs/firebase-auth/files/server/firebase-auth-middleware.ts +0 -71
  120. package/dist/boilerplates/@batijs/firebase-auth/types/libs/firebaseAdmin.d.ts +0 -5
  121. package/dist/boilerplates/@batijs/firebase-auth/types/libs/firebaseUI.d.ts +0 -5
  122. package/dist/boilerplates/@batijs/firebase-auth/types/pages/+client.d.ts +0 -1
  123. package/dist/boilerplates/@batijs/firebase-auth/types/pages/login/+config.d.ts +0 -4
  124. package/dist/boilerplates/@batijs/firebase-auth/types/pages/login/+guard.d.ts +0 -3
  125. package/dist/boilerplates/@batijs/firebase-auth/types/server/firebase-auth-middleware.d.ts +0 -4
  126. package/dist/boilerplates/@batijs/h3/files/global.d.ts +0 -10
  127. package/dist/boilerplates/@batijs/hono/files/global.d.ts +0 -10
  128. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +0 -93
  129. package/dist/boilerplates/@batijs/panda-css/files/layouts/panda.css +0 -1
  130. package/dist/boilerplates/@batijs/panda-css/files/panda.config.ts +0 -32
  131. package/dist/boilerplates/@batijs/panda-css/files/postcss.config.js +0 -5
  132. package/dist/boilerplates/@batijs/panda-css/types/panda.config.d.ts +0 -4
  133. package/dist/boilerplates/@batijs/react-firebase-auth/files/pages/login/+Page.tsx +0 -52
  134. package/dist/boilerplates/@batijs/react-firebase-auth/types/pages/login/+Page.d.ts +0 -3
  135. package/dist/boilerplates/@batijs/solid-firebase-auth/files/pages/login/+Page.tsx +0 -52
  136. package/dist/boilerplates/@batijs/solid-firebase-auth/types/pages/login/+Page.d.ts +0 -3
  137. package/dist/boilerplates/@batijs/vue-firebase-auth/files/pages/login/+Page.vue +0 -51
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  bta
7
- } from "../../../../chunk-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
8
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
8
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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
  sta
7
- } from "../../../../chunk-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
8
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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,7 +52,6 @@ var require_package = __commonJS({
53
52
  devDependencies: {
54
53
  "@batijs/compile": "workspace:*",
55
54
  "@batijs/tailwindcss": "workspace:*",
56
- "@pandacss/dev": "^0.54.0",
57
55
  "@types/node": "^18.19.111",
58
56
  "@vitejs/plugin-vue": "^5.2.4",
59
57
  "@vue/compiler-sfc": "^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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.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-YO6CY4MA.js";
8
+ } from "../../../../chunk-RIWHL2V7.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>
@@ -5,16 +5,12 @@
5
5
  <Link href="/"> Welcome </Link>
6
6
  <Link href="/todo"> Todo </Link>
7
7
  <Link href="/star-wars"> Data Fetching </Link>
8
- <!-- BATI.has("firebase-auth") -->
9
- <Link href="/login">Login</Link>
10
8
  </Sidebar>
11
9
  <Content><slot /></Content>
12
10
  </div>
13
11
  </template>
14
12
 
15
13
  <script lang="ts" setup>
16
- //# BATI.has("panda-css")
17
- import "./panda.css";
18
14
  import Content from "../components/Content.vue";
19
15
  import Link from "../components/Link.vue";
20
16
  import Logo from "../components/Logo.vue";
@@ -13,7 +13,7 @@ export default {
13
13
  title: "My Vike App",
14
14
  description: "Demo showcasing Vike",
15
15
 
16
- //# BATI.has("auth0") || BATI.has("firebase-auth") || BATI.has("authjs")
16
+ //# BATI.has("auth0") || BATI.has("authjs")
17
17
  passToClient: ["user"],
18
18
  extends: vikeVue as typeof vikeVue,
19
19
  } satisfies Config;
@@ -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-YO6CY4MA.js";
7
+ } from "../../../../chunk-RIWHL2V7.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -151,17 +151,6 @@
151
151
  "files"
152
152
  ]
153
153
  },
154
- {
155
- "config": {
156
- "if": {
157
- "flag": "firebase-auth"
158
- }
159
- },
160
- "folder": "@batijs/firebase-auth",
161
- "subfolders": [
162
- "files"
163
- ]
164
- },
165
154
  {
166
155
  "config": {
167
156
  "if": {
@@ -223,17 +212,6 @@
223
212
  "files"
224
213
  ]
225
214
  },
226
- {
227
- "config": {
228
- "if": {
229
- "flag": "panda-css"
230
- }
231
- },
232
- "folder": "@batijs/panda-css",
233
- "subfolders": [
234
- "files"
235
- ]
236
- },
237
215
  {
238
216
  "config": {
239
217
  "if": {
@@ -279,22 +257,6 @@
279
257
  "files"
280
258
  ]
281
259
  },
282
- {
283
- "config": {
284
- "if": {
285
- "flag": {
286
- "$all": [
287
- "react",
288
- "firebase-auth"
289
- ]
290
- }
291
- }
292
- },
293
- "folder": "@batijs/react-firebase-auth",
294
- "subfolders": [
295
- "files"
296
- ]
297
- },
298
260
  {
299
261
  "config": {
300
262
  "if": {
@@ -417,22 +379,6 @@
417
379
  "files"
418
380
  ]
419
381
  },
420
- {
421
- "config": {
422
- "if": {
423
- "flag": {
424
- "$all": [
425
- "solid",
426
- "firebase-auth"
427
- ]
428
- }
429
- }
430
- },
431
- "folder": "@batijs/solid-firebase-auth",
432
- "subfolders": [
433
- "files"
434
- ]
435
- },
436
382
  {
437
383
  "config": {
438
384
  "if": {
@@ -535,22 +481,6 @@
535
481
  "files"
536
482
  ]
537
483
  },
538
- {
539
- "config": {
540
- "if": {
541
- "flag": {
542
- "$all": [
543
- "vue",
544
- "firebase-auth"
545
- ]
546
- }
547
- }
548
- },
549
- "folder": "@batijs/vue-firebase-auth",
550
- "subfolders": [
551
- "files"
552
- ]
553
- },
554
484
  {
555
485
  "config": {
556
486
  "if": {