@leadertechie/personal-site-kit 0.1.0-alpha.21 → 0.1.0-alpha.22

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.
@@ -1 +1 @@
1
- {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../src/prerender/template.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAsDD,eAAO,MAAM,kBAAkB,GAAU,8FAStC,aAAa,KAAG,OAAO,CAAC,MAAM,CAuDhC,CAAC"}
1
+ {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../src/prerender/template.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAsDD,eAAO,MAAM,kBAAkB,GAAU,8FAStC,aAAa,KAAG,OAAO,CAAC,MAAM,CAmChC,CAAC"}
package/dist/prerender.js CHANGED
@@ -73,26 +73,6 @@ const createHtmlTemplate = async ({
73
73
  <link rel="canonical" href="${canonicalUrl}" />
74
74
  <link rel="stylesheet" crossorigin href="${css}" />
75
75
  <script type="module" crossorigin src="${js}"><\/script>
76
- <!-- md2interact: client-side DOM interactions, CSS hydration, and event bus -->
77
- <script type="module">
78
- import { init } from '@leadertechie/md2interact';
79
- document.addEventListener('DOMContentLoaded', () => {
80
- init({
81
- interactions: {
82
- 'poll': { selector: '[data-interact="poll"]' },
83
- 'live-update': { selector: '[data-interact="live-update"]' },
84
- 'click-toggle': { selector: '[data-interact="click-toggle"]' },
85
- 'infinite-scroll': { selector: '[data-interact="infinite-scroll"]' },
86
- 'form-live': { selector: '[data-interact="form-live"]' }
87
- },
88
- cssHydration: {
89
- inlineCritical: true,
90
- layerInjection: true,
91
- themeToggle: true
92
- }
93
- });
94
- });
95
- <\/script>
96
76
  </head>
97
77
  <body>
98
78
  ${hydrationData}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leadertechie/personal-site-kit",
3
- "version": "0.1.0-alpha.21",
3
+ "version": "0.1.0-alpha.22",
4
4
  "type": "module",
5
5
  "description": "A high-performance personal website engine for Cloudflare Workers and R2",
6
6
  "repository": {