astro-tractstack 2.0.0-rc.23 → 2.0.0-rc.25
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.
- package/dist/index.js +4 -0
- package/package.json +1 -1
- package/templates/src/client/htmx.min.js +3519 -0
- package/templates/src/components/edit/SettingsPanel.tsx +1 -1
- package/templates/src/components/edit/state/SaveModal.tsx +52 -0
- package/templates/src/layouts/Layout.astro +5 -12
- package/templates/src/pages/api/tailwind.ts +23 -30
- package/utils/inject-files.ts +4 -0
package/dist/index.js
CHANGED
|
@@ -1252,6 +1252,10 @@ async function w(t, e, c) {
|
|
|
1252
1252
|
dest: "src/lib/session.ts"
|
|
1253
1253
|
},
|
|
1254
1254
|
// Client Scripts
|
|
1255
|
+
{
|
|
1256
|
+
src: t("../templates/src/client/htmx.min.js"),
|
|
1257
|
+
dest: "public/client/htmx.min.js"
|
|
1258
|
+
},
|
|
1255
1259
|
{
|
|
1256
1260
|
src: t("../templates/src/client/sse.js"),
|
|
1257
1261
|
dest: "public/client/sse.js"
|