@betterportal/theme-bootstrap1 10.1.47 → 10.1.49

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.
@@ -4,7 +4,7 @@
4
4
  "pluginId": "org.betterportal.theme.bootstrap1",
5
5
  "title": "Bootstrap1 Theme",
6
6
  "description": "Bootstrap 5 + htmx theme that renders BetterPortal app shells.",
7
- "version": "10.1.47",
7
+ "version": "10.1.49",
8
8
  "category": "theme",
9
9
  "deploymentModes": [
10
10
  "self-hosted"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "service-betterportal-theme-bootstrap1",
3
3
  "events": {},
4
- "version": "10.1.47",
4
+ "version": "10.1.49",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-betterportal-theme-bootstrap1",
3
3
  "name": "service-betterportal-theme-bootstrap1",
4
- "version": "10.1.47",
4
+ "version": "10.1.49",
5
5
  "description": "Bootstrap 5 and HTMX based BetterPortal theme",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterportal/theme-bootstrap1",
3
- "version": "10.1.47",
3
+ "version": "10.1.49",
4
4
  "description": "BetterPortal v10 Bootstrap1 theme plugin for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/index.ts",
@@ -33,9 +33,9 @@
33
33
  "typescript": "^6.0.3"
34
34
  },
35
35
  "dependencies": {
36
- "@betterportal/framework": "10.1.47",
37
- "@betterportal/plugin-bsb": "10.1.47",
38
- "@betterportal/theme-runtime": "10.1.47",
36
+ "@betterportal/framework": "10.1.49",
37
+ "@betterportal/plugin-bsb": "10.1.49",
38
+ "@betterportal/theme-runtime": "10.1.49",
39
39
  "@bsb/base": "^9.6.60",
40
40
  "anyvali": "^1.0.6",
41
41
  "bootstrap": "^5.3.8",
@@ -1,9 +0,0 @@
1
- # Bootstrap1 Asset Ownership
2
-
3
- The browser-runtime migration is complete.
4
-
5
- - `@betterportal/theme-runtime` owns HTMX, service URL rewriting, BP headers, preload, request lifecycle, route chrome state, history, SSE, downloads, auth failures, and background fragments.
6
- - `Bootstrap1AdapterSource` is typed TSX produced by `js()` and contains presentation hooks only.
7
- - Bootstrap1 owns Bootstrap assets, modal/offcanvas lifecycle, component initialization, error/loading presentation, and CSS for `data-bp-chrome-*`.
8
- - Route chrome is generic presentation state. It never implies authentication.
9
- - Theme adapters must not register duplicate HTMX lifecycle listeners.