@batijs/cli 0.0.446 → 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 (104) 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/fastify/files/$package.json.js +1 -1
  25. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
  26. package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -1
  27. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +1 -1
  28. package/dist/boilerplates/@batijs/hono/files/$package.json.js +1 -1
  29. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +1 -1
  30. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
  31. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +1 -1
  32. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +1 -1
  33. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +1 -1
  34. package/dist/boilerplates/@batijs/prettier/files/.prettierignore +0 -4
  35. package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
  36. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +1 -1
  37. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +1 -1
  38. package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
  39. package/dist/boilerplates/@batijs/react/files/$package.json.js +1 -3
  40. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
  41. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
  42. package/dist/boilerplates/@batijs/react/files/layouts/LayoutDefault.tsx +12 -26
  43. package/dist/boilerplates/@batijs/react/files/pages/index/+Page.tsx +2 -7
  44. package/dist/boilerplates/@batijs/react/files/pages/index/Counter.tsx +2 -15
  45. package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +4 -36
  46. package/dist/boilerplates/@batijs/react/types/layouts/LayoutDefault.d.ts +0 -1
  47. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +1 -1
  48. package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
  49. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
  50. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +1 -1
  51. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
  52. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
  53. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
  54. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +1 -1
  55. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
  56. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
  57. package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
  58. package/dist/boilerplates/@batijs/shared/files/gitignore +0 -4
  59. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +1 -1
  60. package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
  61. package/dist/boilerplates/@batijs/solid/files/$package.json.js +1 -3
  62. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
  63. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
  64. package/dist/boilerplates/@batijs/solid/files/layouts/LayoutDefault.tsx +12 -26
  65. package/dist/boilerplates/@batijs/solid/files/pages/index/+Page.tsx +2 -7
  66. package/dist/boilerplates/@batijs/solid/files/pages/index/Counter.tsx +2 -15
  67. package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +4 -36
  68. package/dist/boilerplates/@batijs/solid/types/layouts/LayoutDefault.d.ts +0 -1
  69. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +1 -1
  70. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
  71. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +1 -1
  72. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +1 -1
  73. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +1 -1
  74. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
  75. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +1 -1
  76. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
  77. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +1 -1
  78. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +3 -3
  79. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +1 -1
  80. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +1 -1
  81. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +1 -1
  82. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +1 -1
  83. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +1 -1
  84. package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
  85. package/dist/boilerplates/@batijs/vue/files/$package.json.js +1 -3
  86. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
  87. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
  88. package/dist/boilerplates/@batijs/vue/files/components/Content.vue +1 -9
  89. package/dist/boilerplates/@batijs/vue/files/components/Counter.vue +1 -22
  90. package/dist/boilerplates/@batijs/vue/files/components/Logo.vue +1 -10
  91. package/dist/boilerplates/@batijs/vue/files/components/Sidebar.vue +1 -20
  92. package/dist/boilerplates/@batijs/vue/files/layouts/LayoutDefault.vue +0 -2
  93. package/dist/boilerplates/@batijs/vue/files/pages/index/+Page.vue +1 -4
  94. package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +2 -34
  95. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +1 -1
  96. package/dist/boilerplates/boilerplates.json +0 -11
  97. package/dist/{chunk-ZDDQD2BO.js → chunk-RIWHL2V7.js} +2 -2
  98. package/dist/index.js +4 -18
  99. package/package.json +5 -5
  100. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +0 -93
  101. package/dist/boilerplates/@batijs/panda-css/files/layouts/panda.css +0 -1
  102. package/dist/boilerplates/@batijs/panda-css/files/panda.config.ts +0 -32
  103. package/dist/boilerplates/@batijs/panda-css/files/postcss.config.js +0 -5
  104. package/dist/boilerplates/@batijs/panda-css/types/panda.config.d.ts +0 -4
@@ -1,6 +1,5 @@
1
1
  import "./style.css";
2
2
  import "./tailwind.css";
3
- import "./panda.css";
4
3
  export default function LayoutDefault({ children }: {
5
4
  children: React.ReactNode;
6
5
  }): import("react/jsx-runtime").JSX.Element;
@@ -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-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
  bta
7
- } from "../../../../chunk-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.js";
7
+ } from "../../../../chunk-RIWHL2V7.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -6,7 +6,7 @@ import {
6
6
  hEs,
7
7
  ota,
8
8
  ren
9
- } from "../../../../chunk-ZDDQD2BO.js";
9
+ } from "../../../../chunk-RIWHL2V7.js";
10
10
  import "../../../../chunk-V7W2TXCE.js";
11
11
  import "../../../../chunk-DHZ7AZKP.js";
12
12
 
@@ -7,7 +7,7 @@ import {
7
7
  bz,
8
8
  ota,
9
9
  sae
10
- } from "../../../../../chunk-ZDDQD2BO.js";
10
+ } from "../../../../../chunk-RIWHL2V7.js";
11
11
  import "../../../../../chunk-V7W2TXCE.js";
12
12
  import "../../../../../chunk-DHZ7AZKP.js";
13
13
 
@@ -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-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-ZDDQD2BO.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-ZDDQD2BO.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
  QZr,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-RIWHL2V7.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -7,7 +7,7 @@ import {
7
7
  Ota,
8
8
  ita,
9
9
  nJs
10
- } from "../../../../chunk-ZDDQD2BO.js";
10
+ } from "../../../../chunk-RIWHL2V7.js";
11
11
  import "../../../../chunk-V7W2TXCE.js";
12
12
  import "../../../../chunk-DHZ7AZKP.js";
13
13
 
@@ -140,7 +140,3 @@ dist
140
140
  # aws-cdk
141
141
  .cdk.staging
142
142
  cdk.out
143
-
144
- ## Panda
145
- styled-system
146
- styled-system-studio
@@ -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-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-ZDDQD2BO.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-ZDDQD2BO.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
  },
@@ -52,7 +51,6 @@ var require_package = __commonJS({
52
51
  license: "MIT",
53
52
  devDependencies: {
54
53
  "@batijs/compile": "workspace:*",
55
- "@pandacss/dev": "^0.54.0",
56
54
  "@types/node": "^18.19.111",
57
55
  "solid-js": "^1.9.7",
58
56
  tailwindcss: "^4.1.10",
@@ -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-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-ZDDQD2BO.js";
8
+ } from "../../../../chunk-RIWHL2V7.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -1,19 +1,16 @@
1
1
  import "./style.css";
2
2
  //# BATI.has("tailwindcss")
3
3
  import "./tailwind.css";
4
- //# BATI.has("panda-css")
5
- import "./panda.css";
6
4
  import type { JSX } from "solid-js";
7
5
  import logoUrl from "../assets/logo.svg";
8
6
  import { Link } from "../components/Link.js";
9
- import { css } from "../styled-system/css";
10
7
 
11
8
  export default function LayoutDefault(props: { children?: JSX.Element }) {
12
9
  return (
13
10
  <div
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")
11
+ //# BATI.has("tailwindcss")
12
+ class={"flex max-w-5xl m-auto"}
13
+ //# !BATI.has("tailwindcss")
17
14
  style={{
18
15
  display: "flex",
19
16
  "max-width": "900px",
@@ -35,20 +32,9 @@ function Sidebar(props: { children: JSX.Element }) {
35
32
  return (
36
33
  <div
37
34
  id="sidebar"
38
- //# BATI.has("tailwindcss") || BATI.has("panda-css")
39
- class={
40
- BATI.has("tailwindcss")
41
- ? "p-5 flex flex-col shrink-0 border-r-2 border-r-gray-200"
42
- : css({
43
- p: "20px",
44
- display: "flex",
45
- flexShrink: 0,
46
- flexDir: "column",
47
- lineHeight: "1.8em",
48
- borderRight: "2px solid #eee",
49
- })
50
- }
51
- //# !BATI.has("tailwindcss") && !BATI.has("panda-css")
35
+ //# BATI.has("tailwindcss")
36
+ class={"p-5 flex flex-col shrink-0 border-r-2 border-r-gray-200"}
37
+ //# !BATI.has("tailwindcss")
52
38
  style={{
53
39
  padding: "20px",
54
40
  "flex-shrink": 0,
@@ -68,9 +54,9 @@ function Content(props: { children: JSX.Element }) {
68
54
  <div id="page-container">
69
55
  <div
70
56
  id="page-content"
71
- //# BATI.has("tailwindcss") || BATI.has("panda-css")
72
- class={BATI.has("tailwindcss") ? "p-5 pb-12 min-h-screen" : css({ p: "20px", pb: "50px", minH: "100vh" })}
73
- //# !BATI.has("tailwindcss") && !BATI.has("panda-css")
57
+ //# BATI.has("tailwindcss")
58
+ class={"p-5 pb-12 min-h-screen"}
59
+ //# !BATI.has("tailwindcss")
74
60
  style={{
75
61
  padding: "20px",
76
62
  "padding-bottom": "50px",
@@ -86,9 +72,9 @@ function Content(props: { children: JSX.Element }) {
86
72
  function Logo() {
87
73
  return (
88
74
  <div
89
- //# BATI.has("tailwindcss") || BATI.has("panda-css")
90
- class={BATI.has("tailwindcss") ? "p-5 mb-2" : css({ p: "20px", mb: "10px" })}
91
- //# !BATI.has("tailwindcss") && !BATI.has("panda-css")
75
+ //# BATI.has("tailwindcss")
76
+ class={"p-5 mb-2"}
77
+ //# !BATI.has("tailwindcss")
92
78
  style={{
93
79
  "margin-top": "20px",
94
80
  "margin-bottom": "10px",
@@ -1,16 +1,11 @@
1
1
  import { Counter } from "./Counter.js";
2
- import { css } from "../../styled-system/css";
3
2
 
4
3
  export default function Page() {
5
4
  return (
6
5
  <>
7
6
  <h1
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
- }
7
+ //# BATI.has("tailwindcss")
8
+ class={"font-bold text-3xl pb-4"}
14
9
  >
15
10
  My Vike app
16
11
  </h1>
@@ -1,5 +1,4 @@
1
1
  import { createSignal } from "solid-js";
2
- import { css } from "../../styled-system/css";
3
2
 
4
3
  export { Counter };
5
4
 
@@ -9,23 +8,11 @@ function Counter() {
9
8
  return (
10
9
  <button
11
10
  type="button"
12
- //# BATI.has("tailwindcss") || BATI.has("panda-css")
11
+ //# BATI.has("tailwindcss")
13
12
  class={
14
13
  BATI.has("daisyui")
15
14
  ? "btn"
16
- : BATI.has("tailwindcss")
17
- ? "inline-block border border-black rounded bg-gray-200 px-2 py-1 text-xs font-medium uppercase leading-normal"
18
- : css({
19
- display: "inline-block",
20
- border: "1px solid black",
21
- rounded: "sm",
22
- bg: "gray.200",
23
- px: 1,
24
- py: 0.5,
25
- fontSize: 12,
26
- fontWeight: 500,
27
- lineHeight: "16px",
28
- })
15
+ : "inline-block border border-black rounded bg-gray-200 px-2 py-1 text-xs font-medium uppercase leading-normal"
29
16
  }
30
17
  onClick={() => setCount((count) => count + 1)}
31
18
  >
@@ -2,7 +2,6 @@ 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";
6
5
 
7
6
  export function TodoList(props: { initialTodoItems: { text: string }[] }) {
8
7
  const [todoItems, setTodoItems] = createSignal(props.initialTodoItems);
@@ -50,47 +49,16 @@ export function TodoList(props: { initialTodoItems: { text: string }[] }) {
50
49
  type="text"
51
50
  onChange={(ev) => setNewTodo(ev.target.value)}
52
51
  value={newTodo()}
53
- //# BATI.has("tailwindcss") || BATI.has("panda-css")
52
+ //# BATI.has("tailwindcss")
54
53
  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
- })
54
+ "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"
70
55
  }
71
56
  />
72
57
  <button
73
58
  type="submit"
74
- //# BATI.has("tailwindcss") || BATI.has("panda-css")
59
+ //# BATI.has("tailwindcss")
75
60
  class={
76
- BATI.has("tailwindcss")
77
- ? "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"
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
- })
61
+ "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"
94
62
  }
95
63
  >
96
64
  Add to-do
@@ -1,6 +1,5 @@
1
1
  import "./style.css";
2
2
  import "./tailwind.css";
3
- import "./panda.css";
4
3
  import type { JSX } from "solid-js";
5
4
  export default function LayoutDefault(props: {
6
5
  children?: JSX.Element;
@@ -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-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
  bta
7
- } from "../../../../chunk-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.js";
7
+ } from "../../../../chunk-RIWHL2V7.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -1,10 +1,10 @@
1
1
  export declare const trpc: import("@trpc/client").TRPCClient<import("@trpc/server").TRPCBuiltRouter<{
2
2
  ctx: object & {
3
- db: ReturnType<typeof import("@batijs/sqlite/database/sqlite/db").db>;
3
+ db: ReturnType<any>;
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-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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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-ZDDQD2BO.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 {