@betterportal/hello-view 10.6.9 → 10.6.11
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/lib/bp-contracts/org.betterportal.hello-view.json +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/delayed/_renderer.bootstrap5/GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/delayed/_renderer.bootstrap5/GET.js +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-cards.GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-cards.GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-cards.GET.js +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-cards.GET.js.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-elements.GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-elements.GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-elements.GET.js +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-elements.GET.js.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-forms.GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-forms.GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-forms.GET.js +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-forms.GET.js.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-interactive.GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-interactive.GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-interactive.GET.js +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-interactive.GET.js.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-overlays.GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-overlays.GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-overlays.GET.js +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-overlays.GET.js.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-patterns.GET.d.ts +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-patterns.GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-patterns.GET.js +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-patterns.GET.js.map +1 -1
- package/lib/schemas/service-betterportal-hello-view.json +1 -1
- package/lib/schemas/service-betterportal-hello-view.plugin.json +1 -1
- package/package.json +5 -5
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"pluginId": "org.betterportal.hello-view",
|
|
5
5
|
"title": "BetterPortal Hello View Example",
|
|
6
6
|
"description": "Example business service showing API-first view negotiation.",
|
|
7
|
-
"version": "10.6.
|
|
7
|
+
"version": "10.6.11",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
package/lib/plugins/service-betterportal-hello-view/bp-routes/delayed/_renderer.bootstrap5/GET.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { HtmlRenderable } from "@betterportal/framework";
|
|
|
3
3
|
import type { DelayedItem, DelayedSummary } from "../GET.js";
|
|
4
4
|
/**
|
|
5
5
|
* Buffered full-page render (spec/streaming.md section 4.2): the framework runs the
|
|
6
|
-
* stream to completion and hands the derived { items, summary } shape here.
|
|
6
|
+
* stream to completion and hands the derived `{ items, summary }` shape here.
|
|
7
7
|
* Reuses the per-frame renderers so streamed and buffered output match.
|
|
8
8
|
*/
|
|
9
9
|
export declare function render(data: {
|
package/lib/plugins/service-betterportal-hello-view/bp-routes/delayed/_renderer.bootstrap5/GET.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
|
2
2
|
import { renderItem, renderSummary } from "./index.stream.js";
|
|
3
3
|
/**
|
|
4
4
|
* Buffered full-page render (spec/streaming.md section 4.2): the framework runs the
|
|
5
|
-
* stream to completion and hands the derived { items, summary } shape here.
|
|
5
|
+
* stream to completion and hands the derived `{ items, summary }` shape here.
|
|
6
6
|
* Reuses the per-frame renderers so streamed and buffered output match.
|
|
7
7
|
*/
|
|
8
8
|
export function render(data) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsxImportSource jsx-htmx */
|
|
2
2
|
import type { HtmlRenderable } from "@betterportal/framework";
|
|
3
3
|
import type { ResponseData } from "../GET.js";
|
|
4
|
-
export declare function render(
|
|
4
|
+
export declare function render(_data: ResponseData): HtmlRenderable;
|
|
5
5
|
//# sourceMappingURL=showcase-cards.GET.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-cards.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-cards.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAM9C,wBAAgB,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-cards.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-cards.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAM9C,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,cAAc,CA6G1D"}
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
|
2
2
|
/*
|
|
3
3
|
Showcase: Cards & Containers
|
|
4
4
|
*/
|
|
5
|
-
export function render(
|
|
5
|
+
export function render(_data) {
|
|
6
6
|
return (_jsx("section", { class: "container-fluid px-0", children: _jsxs("div", { class: "d-flex flex-column gap-4", children: [_jsxs("div", { children: [_jsx("h2", { class: "h4 mb-1", children: "Cards & Containers" }), _jsx("p", { class: "text-body-secondary", children: "Standard Bootstrap card variants styled with glass neumorphic defaults." })] }), _jsxs("div", { class: "row row-cols-1 row-cols-md-3 g-3", children: [_jsx("div", { class: "col", children: _jsx("div", { class: "card h-100", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title", children: "Basic Card" }), _jsx("p", { class: "card-text text-body-secondary", children: "Default card with no extra classes. Gets glass treatment automatically." })] }) }) }), _jsx("div", { class: "col", children: _jsxs("div", { class: "card h-100", children: [_jsx("div", { class: "card-header", children: "With Header" }), _jsx("div", { class: "card-body", children: _jsx("p", { class: "card-text text-body-secondary", children: "Card header and footer get transparent background with subtle separators." }) }), _jsx("div", { class: "card-footer text-body-secondary", children: "Footer content" })] }) }), _jsx("div", { class: "col", children: _jsx("div", { class: "card h-100", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title", children: "Action Card" }), _jsx("p", { class: "card-text text-body-secondary", children: "Card with primary action button at the bottom." }), _jsx("a", { href: "javascript:;", class: "btn btn-primary btn-sm", children: "Take Action" })] }) }) })] }), _jsx("h3", { class: "h5 mb-0", children: "Stat Cards" }), _jsx("div", { class: "row row-cols-1 row-cols-sm-2 row-cols-lg-4 g-3", children: [
|
|
7
7
|
{ label: "Total Users", value: "12,482", change: "+14.2%", positive: true },
|
|
8
8
|
{ label: "Revenue", value: "$48,290", change: "+8.1%", positive: true },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-cards.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-cards.GET.tsx"],"names":[],"mappings":";AAIA;;MAEM;AAEN,MAAM,UAAU,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-cards.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-cards.GET.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsxImportSource jsx-htmx */
|
|
2
2
|
import type { HtmlRenderable } from "@betterportal/framework";
|
|
3
3
|
import type { ResponseData } from "../GET.js";
|
|
4
|
-
export declare function render(
|
|
4
|
+
export declare function render(_data: ResponseData): HtmlRenderable;
|
|
5
5
|
//# sourceMappingURL=showcase-elements.GET.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-elements.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-elements.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAM9C,wBAAgB,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-elements.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-elements.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAM9C,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,cAAc,CA0J1D"}
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
|
2
2
|
/*
|
|
3
3
|
Showcase: Elements (buttons, badges, alerts, typography)
|
|
4
4
|
*/
|
|
5
|
-
export function render(
|
|
5
|
+
export function render(_data) {
|
|
6
6
|
return (_jsx("section", { class: "container-fluid px-0", children: _jsxs("div", { class: "d-flex flex-column gap-4", children: [_jsxs("div", { children: [_jsx("h2", { class: "h4 mb-1", children: "UI Elements" }), _jsx("p", { class: "text-body-secondary", children: "Buttons, badges, alerts, typography, and other building blocks." })] }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Buttons" }), _jsxs("div", { class: "d-flex flex-column gap-3", children: [_jsxs("div", { children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Solid" }), _jsxs("div", { class: "d-flex flex-wrap gap-2", children: [_jsx("button", { class: "btn btn-primary", children: "Primary" }), _jsx("button", { class: "btn btn-secondary", children: "Secondary" }), _jsx("button", { class: "btn btn-success", children: "Success" }), _jsx("button", { class: "btn btn-danger", children: "Danger" }), _jsx("button", { class: "btn btn-warning", children: "Warning" }), _jsx("button", { class: "btn btn-info", children: "Info" }), _jsx("button", { class: "btn btn-light", children: "Light" }), _jsx("button", { class: "btn btn-dark", children: "Dark" })] })] }), _jsxs("div", { children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Outline" }), _jsxs("div", { class: "d-flex flex-wrap gap-2", children: [_jsx("button", { class: "btn btn-outline-primary", children: "Primary" }), _jsx("button", { class: "btn btn-outline-secondary", children: "Secondary" }), _jsx("button", { class: "btn btn-outline-success", children: "Success" }), _jsx("button", { class: "btn btn-outline-danger", children: "Danger" })] })] }), _jsxs("div", { children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Sizes" }), _jsxs("div", { class: "d-flex flex-wrap gap-2 align-items-center", children: [_jsx("button", { class: "btn btn-primary btn-sm", children: "Small" }), _jsx("button", { class: "btn btn-primary", children: "Default" }), _jsx("button", { class: "btn btn-primary btn-lg", children: "Large" }), _jsx("button", { class: "btn btn-primary", disabled: true, children: "Disabled" })] })] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Badges" }), _jsxs("div", { class: "d-flex flex-column gap-3", children: [_jsxs("div", { children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Standard" }), _jsxs("div", { class: "d-flex flex-wrap gap-2", children: [_jsx("span", { class: "badge text-bg-primary", children: "Primary" }), _jsx("span", { class: "badge text-bg-secondary", children: "Secondary" }), _jsx("span", { class: "badge text-bg-success", children: "Success" }), _jsx("span", { class: "badge text-bg-danger", children: "Danger" }), _jsx("span", { class: "badge text-bg-warning text-dark", children: "Warning" }), _jsx("span", { class: "badge text-bg-info", children: "Info" }), _jsx("span", { class: "badge text-bg-light text-dark border", children: "Light" }), _jsx("span", { class: "badge text-bg-dark", children: "Dark" })] })] }), _jsxs("div", { children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Pills" }), _jsxs("div", { class: "d-flex flex-wrap gap-2", children: [_jsx("span", { class: "badge rounded-pill text-bg-primary", children: "Messages 4" }), _jsx("span", { class: "badge rounded-pill text-bg-success", children: "Active" }), _jsx("span", { class: "badge rounded-pill text-bg-danger", children: "Critical 2" }), _jsx("span", { class: "badge rounded-pill text-bg-warning text-dark", children: "Pending" })] })] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Alerts" }), _jsxs("div", { class: "d-flex flex-column gap-2", children: [_jsxs("div", { class: "alert alert-primary mb-0", children: [_jsx("strong", { children: "Info:" }), " A new version is available. Consider upgrading your deployment."] }), _jsxs("div", { class: "alert alert-success mb-0", children: [_jsx("strong", { children: "Success:" }), " Configuration saved. Changes will take effect immediately."] }), _jsxs("div", { class: "alert alert-warning mb-0", children: [_jsx("strong", { children: "Warning:" }), " API quota is at 85%. Consider upgrading your plan."] }), _jsxs("div", { class: "alert alert-danger mb-0", children: [_jsx("strong", { children: "Error:" }), " Failed to connect to upstream service. Retrying in 30s."] }), _jsxs("div", { class: "alert alert-info mb-0", children: [_jsx("strong", { children: "Tip:" }), " You can configure keyboard shortcuts in Settings ", "->", " Preferences."] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Typography" }), _jsx("h1", { children: "Heading 1" }), _jsx("h2", { children: "Heading 2" }), _jsx("h3", { children: "Heading 3" }), _jsx("h4", { children: "Heading 4" }), _jsx("h5", { children: "Heading 5" }), _jsx("h6", { children: "Heading 6" }), _jsx("hr", {}), _jsx("p", { children: "Regular paragraph text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." }), _jsx("p", { class: "lead", children: "Lead paragraph for introductions and emphasis. Stands out from regular body text." }), _jsx("p", { class: "text-body-secondary", children: "Secondary text for descriptions, hints, and less prominent content." }), _jsx("p", { children: _jsx("small", { children: "Small text for footnotes, timestamps, and metadata." }) }), _jsxs("p", { children: [_jsx("strong", { children: "Bold text" }), " and ", _jsx("em", { children: "italic text" }), " and ", _jsx("code", { children: "inline code" }), " and ", _jsx("mark", { children: "highlighted text" }), "."] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Dropdowns" }), _jsxs("div", { class: "d-flex flex-wrap gap-2", children: [_jsxs("div", { class: "dropdown", children: [_jsx("button", { class: "btn btn-primary dropdown-toggle", type: "button", "data-bs-toggle": "dropdown", children: "Actions" }), _jsxs("ul", { class: "dropdown-menu", children: [_jsx("li", { children: _jsx("a", { class: "dropdown-item", href: "javascript:;", children: "Edit" }) }), _jsx("li", { children: _jsx("a", { class: "dropdown-item", href: "javascript:;", children: "Duplicate" }) }), _jsx("li", { children: _jsx("a", { class: "dropdown-item", href: "javascript:;", children: "Export" }) }), _jsx("li", { children: _jsx("hr", { class: "dropdown-divider" }) }), _jsx("li", { children: _jsx("a", { class: "dropdown-item text-danger", href: "javascript:;", children: "Delete" }) })] })] }), _jsxs("div", { class: "dropdown", children: [_jsx("button", { class: "btn btn-outline-secondary dropdown-toggle", type: "button", "data-bs-toggle": "dropdown", children: "Filter by" }), _jsxs("ul", { class: "dropdown-menu", children: [_jsx("li", { children: _jsx("a", { class: "dropdown-item active", href: "javascript:;", children: "All" }) }), _jsx("li", { children: _jsx("a", { class: "dropdown-item", href: "javascript:;", children: "Active" }) }), _jsx("li", { children: _jsx("a", { class: "dropdown-item", href: "javascript:;", children: "Archived" }) })] })] })] })] }) })] }) }));
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=showcase-elements.GET.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-elements.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-elements.GET.tsx"],"names":[],"mappings":";AAIA;;MAEM;AAEN,MAAM,UAAU,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-elements.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-elements.GET.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsxImportSource jsx-htmx */
|
|
2
2
|
import type { HtmlRenderable } from "@betterportal/framework";
|
|
3
3
|
import type { ResponseData } from "../GET.js";
|
|
4
|
-
export declare function render(
|
|
4
|
+
export declare function render(_data: ResponseData): HtmlRenderable;
|
|
5
5
|
//# sourceMappingURL=showcase-forms.GET.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-forms.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-forms.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAM9C,wBAAgB,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-forms.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-forms.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAM9C,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,cAAc,CAyL1D"}
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
|
2
2
|
/*
|
|
3
3
|
Showcase: Forms & Inputs
|
|
4
4
|
*/
|
|
5
|
-
export function render(
|
|
5
|
+
export function render(_data) {
|
|
6
6
|
return (_jsx("section", { class: "container-fluid px-0", children: _jsxs("div", { class: "d-flex flex-column gap-4", children: [_jsxs("div", { children: [_jsx("h2", { class: "h4 mb-1", children: "Forms & Inputs" }), _jsx("p", { class: "text-body-secondary", children: "Form controls with glass neumorphic styling. All standard Bootstrap form elements." })] }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Text Inputs" }), _jsxs("div", { class: "row g-3", children: [_jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Full Name" }), _jsx("input", { type: "text", class: "form-control", placeholder: "Enter your name" }), _jsx("div", { class: "form-text", children: "Your display name across the platform." })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Email Address" }), _jsx("input", { type: "email", class: "form-control", placeholder: "name@example.com" })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Password" }), _jsx("input", { type: "password", class: "form-control", placeholder: "--------" })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Disabled Input" }), _jsx("input", { type: "text", class: "form-control", placeholder: "Can't touch this", disabled: true })] }), _jsxs("div", { class: "col-12", children: [_jsx("label", { class: "form-label", children: "Message" }), _jsx("textarea", { class: "form-control", rows: "3", placeholder: "Write something..." })] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Selects & Dropdowns" }), _jsxs("div", { class: "row g-3", children: [_jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Region" }), _jsxs("select", { class: "form-select", children: [_jsx("option", { selected: true, children: "Choose a region..." }), _jsx("option", { children: "North America" }), _jsx("option", { children: "Europe" }), _jsx("option", { children: "Asia Pacific" }), _jsx("option", { children: "Latin America" })] })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Size" }), _jsxs("select", { class: "form-select", children: [_jsx("option", { children: "Small" }), _jsx("option", { selected: true, children: "Medium" }), _jsx("option", { children: "Large" }), _jsx("option", { children: "Enterprise" })] })] })] })] }) }), _jsxs("div", { class: "row g-3", children: [_jsx("div", { class: "col-md-4", children: _jsx("div", { class: "card h-100", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Checkboxes" }), _jsxs("div", { class: "form-check mb-2", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "check1", checked: true }), _jsx("label", { class: "form-check-label", for: "check1", children: "Email notifications" })] }), _jsxs("div", { class: "form-check mb-2", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "check2" }), _jsx("label", { class: "form-check-label", for: "check2", children: "SMS alerts" })] }), _jsxs("div", { class: "form-check mb-2", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "check3", checked: true }), _jsx("label", { class: "form-check-label", for: "check3", children: "Push notifications" })] }), _jsxs("div", { class: "form-check", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "check4", disabled: true }), _jsx("label", { class: "form-check-label", for: "check4", children: "Webhooks (Pro)" })] })] }) }) }), _jsx("div", { class: "col-md-4", children: _jsx("div", { class: "card h-100", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Radio Buttons" }), _jsxs("div", { class: "form-check mb-2", children: [_jsx("input", { class: "form-check-input", type: "radio", name: "plan", id: "plan1", checked: true }), _jsx("label", { class: "form-check-label", for: "plan1", children: "Free" })] }), _jsxs("div", { class: "form-check mb-2", children: [_jsx("input", { class: "form-check-input", type: "radio", name: "plan", id: "plan2" }), _jsx("label", { class: "form-check-label", for: "plan2", children: "Pro - $19/mo" })] }), _jsxs("div", { class: "form-check mb-2", children: [_jsx("input", { class: "form-check-input", type: "radio", name: "plan", id: "plan3" }), _jsx("label", { class: "form-check-label", for: "plan3", children: "Business - $49/mo" })] }), _jsxs("div", { class: "form-check", children: [_jsx("input", { class: "form-check-input", type: "radio", name: "plan", id: "plan4" }), _jsx("label", { class: "form-check-label", for: "plan4", children: "Enterprise - Custom" })] })] }) }) }), _jsx("div", { class: "col-md-4", children: _jsx("div", { class: "card h-100", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Switches" }), _jsxs("div", { class: "form-check form-switch mb-2", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "sw1", checked: true }), _jsx("label", { class: "form-check-label", for: "sw1", children: "Dark mode" })] }), _jsxs("div", { class: "form-check form-switch mb-2", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "sw2" }), _jsx("label", { class: "form-check-label", for: "sw2", children: "Compact view" })] }), _jsxs("div", { class: "form-check form-switch mb-2", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "sw3", checked: true }), _jsx("label", { class: "form-check-label", for: "sw3", children: "Auto-refresh" })] }), _jsxs("div", { class: "form-check form-switch", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "sw4", disabled: true }), _jsx("label", { class: "form-check-label", for: "sw4", children: "Beta features" })] })] }) }) })] }), _jsxs("div", { class: "card", children: [_jsx("div", { class: "card-header", children: "Create New User" }), _jsx("div", { class: "card-body", children: _jsx("form", { children: _jsxs("div", { class: "row g-3", children: [_jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "First Name" }), _jsx("input", { type: "text", class: "form-control", value: "Jane" })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Last Name" }), _jsx("input", { type: "text", class: "form-control", value: "Doe" })] }), _jsxs("div", { class: "col-md-8", children: [_jsx("label", { class: "form-label", children: "Email" }), _jsx("input", { type: "email", class: "form-control", value: "jane@example.com" })] }), _jsxs("div", { class: "col-md-4", children: [_jsx("label", { class: "form-label", children: "Role" }), _jsxs("select", { class: "form-select", children: [_jsx("option", { children: "Viewer" }), _jsx("option", { selected: true, children: "Editor" }), _jsx("option", { children: "Admin" })] })] }), _jsx("div", { class: "col-12", children: _jsxs("div", { class: "form-check", children: [_jsx("input", { class: "form-check-input", type: "checkbox", id: "terms", checked: true }), _jsx("label", { class: "form-check-label", for: "terms", children: "I agree to the terms and conditions" })] }) }), _jsxs("div", { class: "col-12", children: [_jsx("button", { type: "button", class: "btn btn-primary me-2", children: "Create User" }), _jsx("button", { type: "button", class: "btn btn-outline-secondary", children: "Cancel" })] })] }) }) })] })] }) }));
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=showcase-forms.GET.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-forms.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-forms.GET.tsx"],"names":[],"mappings":";AAIA;;MAEM;AAEN,MAAM,UAAU,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-forms.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-forms.GET.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsxImportSource jsx-htmx */
|
|
2
2
|
import type { HtmlRenderable } from "@betterportal/framework";
|
|
3
3
|
import type { ResponseData } from "../GET.js";
|
|
4
|
-
export declare function render(
|
|
4
|
+
export declare function render(_data: ResponseData): HtmlRenderable;
|
|
5
5
|
//# sourceMappingURL=showcase-interactive.GET.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-interactive.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-interactive.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,wBAAgB,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-interactive.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-interactive.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,cAAc,CAsR1D"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
2
|
-
export function render(
|
|
2
|
+
export function render(_data) {
|
|
3
3
|
return (_jsx("section", { class: "container-fluid px-0", children: _jsxs("div", { class: "d-flex flex-column gap-4", children: [_jsxs("div", { children: [_jsx("h2", { class: "h4 mb-1", children: "Interactive Components" }), _jsx("p", { class: "text-body-secondary", children: "Accordions, collapse, spinners, placeholders, breadcrumbs, and range inputs." })] }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Accordion" }), _jsxs("div", { class: "accordion", id: "showcase-accordion", children: [_jsxs("div", { class: "accordion-item", children: [_jsx("h2", { class: "accordion-header", children: _jsx("button", { class: "accordion-button", type: "button", "data-bs-toggle": "collapse", "data-bs-target": "#acc-1", "aria-expanded": "true", children: "How does theming work?" }) }), _jsx("div", { id: "acc-1", class: "accordion-collapse collapse show", "data-bs-parent": "#showcase-accordion", children: _jsx("div", { class: "accordion-body text-body-secondary", children: "BetterPortal uses a theme plugin system. Each theme provides renderers for standard Bootstrap components. Services write vanilla Bootstrap HTML and the theme's CSS overrides handle the visual treatment - glass neumorphic in this case." }) })] }), _jsxs("div", { class: "accordion-item", children: [_jsx("h2", { class: "accordion-header", children: _jsx("button", { class: "accordion-button collapsed", type: "button", "data-bs-toggle": "collapse", "data-bs-target": "#acc-2", "aria-expanded": "false", children: "Can I customize the color palette?" }) }), _jsx("div", { id: "acc-2", class: "accordion-collapse collapse", "data-bs-parent": "#showcase-accordion", children: _jsxs("div", { class: "accordion-body text-body-secondary", children: ["Yes. Colors are configured in ", _jsx("code", { children: "bp-config.yaml" }), " per-app. You can override the accent, surface, text, and border colors. Bootstrap color tokens are also mapped so ", _jsx("code", { children: ".btn-primary" }), ", ", _jsx("code", { children: ".text-bg-success" }), ", etc. all follow your palette."] }) })] }), _jsxs("div", { class: "accordion-item", children: [_jsx("h2", { class: "accordion-header", children: _jsx("button", { class: "accordion-button collapsed", type: "button", "data-bs-toggle": "collapse", "data-bs-target": "#acc-3", "aria-expanded": "false", children: "What about dark mode?" }) }), _jsx("div", { id: "acc-3", class: "accordion-collapse collapse", "data-bs-parent": "#showcase-accordion", children: _jsxs("div", { class: "accordion-body text-body-secondary", children: ["The theme supports ", _jsx("code", { children: "light" }), ", ", _jsx("code", { children: "dark" }), ", and ", _jsx("code", { children: "system" }), " modes. Each mode has its own surface, shadow, and overlay values. Glass effects adapt automatically - lighter translucency in dark mode, frosted white in light mode."] }) })] }), _jsxs("div", { class: "accordion-item", children: [_jsx("h2", { class: "accordion-header", children: _jsx("button", { class: "accordion-button collapsed", type: "button", "data-bs-toggle": "collapse", "data-bs-target": "#acc-4", "aria-expanded": "false", children: "How do HTMX navigations work?" }) }), _jsx("div", { id: "acc-4", class: "accordion-collapse collapse", "data-bs-parent": "#showcase-accordion", children: _jsxs("div", { class: "accordion-body text-body-secondary", children: ["Navigation links use ", _jsx("code", { children: "hx-get" }), " to fetch content from service endpoints. The shell runtime manages loading indicators (topbar progress, content overlay, nav shimmer) and error states. Content is swapped into ", _jsx("code", { children: "#bp-main" }), " with ", _jsx("code", { children: "innerHTML" }), " strategy."] }) })] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Collapse / Show-Hide" }), _jsxs("div", { class: "d-flex flex-wrap gap-2 mb-3", children: [_jsx("button", { class: "btn btn-primary btn-sm", "data-bs-toggle": "collapse", "data-bs-target": "#collapse-demo", children: "Toggle Content" }), _jsx("button", { class: "btn btn-outline-secondary btn-sm", "data-bs-toggle": "collapse", "data-bs-target": "#collapse-multi-1", children: "Panel A" }), _jsx("button", { class: "btn btn-outline-secondary btn-sm", "data-bs-toggle": "collapse", "data-bs-target": "#collapse-multi-2", children: "Panel B" })] }), _jsx("div", { class: "collapse show mb-3", id: "collapse-demo", children: _jsx("div", { class: "card", children: _jsx("div", { class: "card-body", children: _jsx("p", { class: "mb-0", children: "This content can be toggled. Useful for advanced options, details panels, or progressive disclosure." }) }) }) }), _jsxs("div", { class: "row g-3", children: [_jsx("div", { class: "col-md-6", children: _jsx("div", { class: "collapse", id: "collapse-multi-1", children: _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h6", { children: "Panel A" }), _jsx("p", { class: "text-body-secondary mb-0", children: "Independent collapse panels can be toggled individually." })] }) }) }) }), _jsx("div", { class: "col-md-6", children: _jsx("div", { class: "collapse", id: "collapse-multi-2", children: _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h6", { children: "Panel B" }), _jsx("p", { class: "text-body-secondary mb-0", children: "Multiple collapse targets work independently." })] }) }) }) })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Spinners & Loading" }), _jsxs("div", { class: "row g-3", children: [_jsxs("div", { class: "col-md-6", children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Border Spinners" }), _jsxs("div", { class: "d-flex align-items-center gap-3", children: [_jsx("div", { class: "spinner-border text-primary", role: "status", children: _jsx("span", { class: "visually-hidden", children: "Loading..." }) }), _jsx("div", { class: "spinner-border text-secondary", role: "status" }), _jsx("div", { class: "spinner-border text-success", role: "status" }), _jsx("div", { class: "spinner-border text-danger", role: "status" }), _jsx("div", { class: "spinner-border spinner-border-sm text-primary", role: "status" })] })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Growing Spinners" }), _jsxs("div", { class: "d-flex align-items-center gap-3", children: [_jsx("div", { class: "spinner-grow text-primary", role: "status", children: _jsx("span", { class: "visually-hidden", children: "Loading..." }) }), _jsx("div", { class: "spinner-grow text-secondary", role: "status" }), _jsx("div", { class: "spinner-grow text-success", role: "status" }), _jsx("div", { class: "spinner-grow text-info", role: "status" }), _jsx("div", { class: "spinner-grow spinner-grow-sm text-primary", role: "status" })] })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Button with Spinner" }), _jsxs("div", { class: "d-flex gap-2", children: [_jsxs("button", { class: "btn btn-primary", disabled: true, children: [_jsx("span", { class: "spinner-border spinner-border-sm me-1", role: "status" }), "Saving..."] }), _jsxs("button", { class: "btn btn-outline-secondary", disabled: true, children: [_jsx("span", { class: "spinner-grow spinner-grow-sm me-1", role: "status" }), "Loading"] })] })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Full Card Loading" }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body text-center py-4", children: [_jsx("div", { class: "spinner-border text-primary mb-2", role: "status" }), _jsx("div", { class: "text-body-secondary small", children: "Loading dashboard data..." })] }) })] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Placeholders / Skeletons" }), _jsxs("div", { class: "row g-3", children: [_jsx("div", { class: "col-md-6", children: _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h6", { class: "card-title placeholder-glow", children: _jsx("span", { class: "placeholder col-6" }) }), _jsxs("p", { class: "card-text placeholder-glow", children: [_jsx("span", { class: "placeholder col-7" }), _jsx("span", { class: "placeholder col-4" }), _jsx("span", { class: "placeholder col-4" }), _jsx("span", { class: "placeholder col-6" }), _jsx("span", { class: "placeholder col-8" })] }), _jsx("a", { class: "btn btn-primary disabled placeholder col-4", "aria-disabled": "true", href: "javascript:;" })] }) }) }), _jsx("div", { class: "col-md-6", children: _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsxs("div", { class: "d-flex align-items-center gap-3 placeholder-glow mb-3", children: [_jsx("span", { class: "placeholder rounded-circle", style: "width:3rem;height:3rem;" }), _jsxs("div", { class: "flex-grow-1", children: [_jsx("span", { class: "placeholder col-5 d-block mb-1" }), _jsx("span", { class: "placeholder col-3" })] })] }), _jsxs("div", { class: "placeholder-glow", children: [_jsx("span", { class: "placeholder col-12 mb-1" }), _jsx("span", { class: "placeholder col-10 mb-1" }), _jsx("span", { class: "placeholder col-8" })] })] }) }) })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Breadcrumbs" }), _jsx("nav", { "aria-label": "breadcrumb", class: "mb-2", children: _jsxs("ol", { class: "breadcrumb mb-0", children: [_jsx("li", { class: "breadcrumb-item", children: _jsx("a", { href: "javascript:;", children: "Home" }) }), _jsx("li", { class: "breadcrumb-item", children: _jsx("a", { href: "javascript:;", children: "Projects" }) }), _jsx("li", { class: "breadcrumb-item active", "aria-current": "page", children: "Alpha" })] }) }), _jsx("nav", { "aria-label": "breadcrumb", children: _jsxs("ol", { class: "breadcrumb mb-0", children: [_jsx("li", { class: "breadcrumb-item", children: _jsx("a", { href: "javascript:;", children: "Dashboard" }) }), _jsx("li", { class: "breadcrumb-item", children: _jsx("a", { href: "javascript:;", children: "Settings" }) }), _jsx("li", { class: "breadcrumb-item", children: _jsx("a", { href: "javascript:;", children: "Security" }) }), _jsx("li", { class: "breadcrumb-item active", "aria-current": "page", children: "API Keys" })] }) })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Range Inputs" }), _jsxs("div", { class: "row g-3", children: [_jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Volume" }), _jsx("input", { type: "range", class: "form-range", min: "0", max: "100", value: "65" })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Brightness" }), _jsx("input", { type: "range", class: "form-range", min: "0", max: "100", value: "40" })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Opacity (disabled)" }), _jsx("input", { type: "range", class: "form-range", min: "0", max: "100", value: "50", disabled: true })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Steps (0-5)" }), _jsx("input", { type: "range", class: "form-range", min: "0", max: "5", step: "1", value: "3" })] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Keyboard Shortcuts" }), _jsx("div", { class: "d-flex flex-column gap-2", children: [
|
|
4
4
|
{ keys: ["Ctrl", "K"], action: "Open command palette" },
|
|
5
5
|
{ keys: ["Ctrl", "S"], action: "Save current document" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-interactive.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-interactive.GET.tsx"],"names":[],"mappings":";AAIA,MAAM,UAAU,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-interactive.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-interactive.GET.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsxImportSource jsx-htmx */
|
|
2
2
|
import type { HtmlRenderable } from "@betterportal/framework";
|
|
3
3
|
import type { ResponseData } from "../GET.js";
|
|
4
|
-
export declare function render(
|
|
4
|
+
export declare function render(_data: ResponseData): HtmlRenderable;
|
|
5
5
|
//# sourceMappingURL=showcase-overlays.GET.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-overlays.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-overlays.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,wBAAgB,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-overlays.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-overlays.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,cAAc,CAoS1D"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
2
|
-
export function render(
|
|
2
|
+
export function render(_data) {
|
|
3
3
|
return (_jsx("section", { class: "container-fluid px-0", children: _jsxs("div", { class: "bp-split-pane", "data-bp-detail-open": "false", children: [_jsx("div", { class: "bp-split-pane__content", children: _jsxs("div", { class: "d-flex flex-column gap-4", children: [_jsxs("div", { children: [_jsx("h2", { class: "h4 mb-1", children: "Overlays & Surfaces" }), _jsx("p", { class: "text-body-secondary", children: "Modals, split-pane detail panels, toasts, tooltips, and popovers." })] }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Modals" }), _jsxs("div", { class: "d-flex flex-wrap gap-2", children: [_jsx("button", { class: "btn btn-primary", "data-bs-toggle": "modal", "data-bs-target": "#modal-default", children: "Default" }), _jsx("button", { class: "btn btn-outline-primary", "data-bs-toggle": "modal", "data-bs-target": "#modal-large", children: "Large" }), _jsx("button", { class: "btn btn-outline-primary", "data-bs-toggle": "modal", "data-bs-target": "#modal-small", children: "Small" }), _jsx("button", { class: "btn btn-outline-primary", "data-bs-toggle": "modal", "data-bs-target": "#modal-centered", children: "Centered" }), _jsx("button", { class: "btn btn-outline-primary", "data-bs-toggle": "modal", "data-bs-target": "#modal-scrollable", children: "Scrollable" }), _jsx("button", { class: "btn btn-outline-danger", "data-bs-toggle": "modal", "data-bs-target": "#modal-confirm", children: "Confirm Delete" })] })] }) }), _jsx("div", { class: "modal fade", id: "modal-default", tabindex: -1, children: _jsx("div", { class: "modal-dialog", children: _jsxs("div", { class: "modal-content", children: [_jsxs("div", { class: "modal-header", children: [_jsx("h5", { class: "modal-title", children: "Default Modal" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "modal", "aria-label": "Close" })] }), _jsxs("div", { class: "modal-body", children: [_jsx("p", { children: "Standard modal with glass neumorphic treatment. Notice the frosted backdrop and rounded corners." }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Example Input" }), _jsx("input", { type: "text", class: "form-control", placeholder: "Type something..." })] }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Select" }), _jsxs("select", { class: "form-select", children: [_jsx("option", { children: "Option A" }), _jsx("option", { children: "Option B" }), _jsx("option", { children: "Option C" })] })] })] }), _jsxs("div", { class: "modal-footer", children: [_jsx("button", { type: "button", class: "btn btn-outline-secondary", "data-bs-dismiss": "modal", children: "Cancel" }), _jsx("button", { type: "button", class: "btn btn-primary", children: "Save Changes" })] })] }) }) }), _jsx("div", { class: "modal fade", id: "modal-large", tabindex: -1, children: _jsx("div", { class: "modal-dialog modal-lg", children: _jsxs("div", { class: "modal-content", children: [_jsxs("div", { class: "modal-header", children: [_jsx("h5", { class: "modal-title", children: "Large Modal" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "modal", "aria-label": "Close" })] }), _jsxs("div", { class: "modal-body", children: [_jsx("p", { children: "Large modal for complex forms or detailed content. Two-column layout works well here." }), _jsxs("div", { class: "row g-3", children: [_jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "First Name" }), _jsx("input", { type: "text", class: "form-control", value: "Jane" })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Last Name" }), _jsx("input", { type: "text", class: "form-control", value: "Doe" })] }), _jsxs("div", { class: "col-md-8", children: [_jsx("label", { class: "form-label", children: "Email" }), _jsx("input", { type: "email", class: "form-control", value: "jane@example.com" })] }), _jsxs("div", { class: "col-md-4", children: [_jsx("label", { class: "form-label", children: "Role" }), _jsxs("select", { class: "form-select", children: [_jsx("option", { children: "Viewer" }), _jsx("option", { selected: true, children: "Editor" }), _jsx("option", { children: "Admin" })] })] }), _jsxs("div", { class: "col-12", children: [_jsx("label", { class: "form-label", children: "Notes" }), _jsx("textarea", { class: "form-control", rows: "3", placeholder: "Additional information..." })] })] })] }), _jsxs("div", { class: "modal-footer", children: [_jsx("button", { type: "button", class: "btn btn-outline-secondary", "data-bs-dismiss": "modal", children: "Cancel" }), _jsx("button", { type: "button", class: "btn btn-primary", children: "Create" })] })] }) }) }), _jsx("div", { class: "modal fade", id: "modal-small", tabindex: -1, children: _jsx("div", { class: "modal-dialog modal-sm", children: _jsxs("div", { class: "modal-content", children: [_jsxs("div", { class: "modal-header", children: [_jsx("h5", { class: "modal-title", children: "Small Modal" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "modal", "aria-label": "Close" })] }), _jsx("div", { class: "modal-body", children: _jsx("p", { class: "mb-0", children: "Compact modal for quick actions or simple confirmations." }) }), _jsx("div", { class: "modal-footer", children: _jsx("button", { type: "button", class: "btn btn-primary btn-sm w-100", "data-bs-dismiss": "modal", children: "Got it" }) })] }) }) }), _jsx("div", { class: "modal fade", id: "modal-centered", tabindex: -1, children: _jsx("div", { class: "modal-dialog modal-dialog-centered", children: _jsxs("div", { class: "modal-content", children: [_jsxs("div", { class: "modal-header", children: [_jsx("h5", { class: "modal-title", children: "Vertically Centered" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "modal", "aria-label": "Close" })] }), _jsx("div", { class: "modal-body", children: _jsx("p", { class: "mb-0", children: "Centered in the viewport. Good for important notices that need attention." }) }), _jsx("div", { class: "modal-footer", children: _jsx("button", { type: "button", class: "btn btn-outline-secondary", "data-bs-dismiss": "modal", children: "Dismiss" }) })] }) }) }), _jsx("div", { class: "modal fade", id: "modal-scrollable", tabindex: -1, children: _jsx("div", { class: "modal-dialog modal-dialog-scrollable", children: _jsxs("div", { class: "modal-content", children: [_jsxs("div", { class: "modal-header", children: [_jsx("h5", { class: "modal-title", children: "Scrollable Content" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "modal", "aria-label": "Close" })] }), _jsxs("div", { class: "modal-body", children: [_jsx("h6", { children: "Terms of Service" }), _jsx("p", { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris." }), _jsx("p", { children: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." }), _jsx("p", { children: "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo." }), _jsx("p", { children: "Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt." }), _jsx("p", { children: "At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident." }), _jsx("p", { class: "mb-0", children: "Similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio." })] }), _jsxs("div", { class: "modal-footer", children: [_jsx("button", { type: "button", class: "btn btn-outline-secondary", "data-bs-dismiss": "modal", children: "Decline" }), _jsx("button", { type: "button", class: "btn btn-primary", "data-bs-dismiss": "modal", children: "Accept" })] })] }) }) }), _jsx("div", { class: "modal fade", id: "modal-confirm", tabindex: -1, children: _jsx("div", { class: "modal-dialog modal-dialog-centered modal-sm", children: _jsxs("div", { class: "modal-content", children: [_jsxs("div", { class: "modal-body text-center py-4", children: [_jsx("div", { class: "mb-3", children: _jsx("span", { class: "badge text-bg-danger rounded-circle d-inline-flex align-items-center justify-content-center", style: "width:3rem;height:3rem;font-size:1.25rem;", children: "X" }) }), _jsx("h5", { children: "Delete Item?" }), _jsx("p", { class: "text-body-secondary mb-0", children: "This action cannot be undone. The item and all associated data will be permanently removed." })] }), _jsxs("div", { class: "modal-footer justify-content-center border-0 pt-0", children: [_jsx("button", { type: "button", class: "btn btn-outline-secondary", "data-bs-dismiss": "modal", children: "Cancel" }), _jsx("button", { type: "button", class: "btn btn-danger", children: "Delete" })] })] }) }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Detail Panel (Split-Pane)" }), _jsx("p", { class: "text-body-secondary mb-3", children: "Desktop: content shifts left, panel appears as card on right. Mobile: slides in as overlay." }), _jsxs("button", { class: "btn btn-primary", "data-bp-toggle-detail": true, children: ["Toggle Detail Panel ", "->"] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Toasts (Static Preview)" }), _jsx("p", { class: "text-body-secondary mb-3", children: "Toast notifications with glass styling. Shown inline for preview." }), _jsxs("div", { class: "d-flex flex-column gap-2", style: "max-width:360px;", children: [_jsxs("div", { class: "toast show", role: "alert", style: "position:static;", children: [_jsxs("div", { class: "toast-header", children: [_jsx("span", { class: "badge text-bg-success me-2", children: "\u00A0" }), _jsx("strong", { class: "me-auto", children: "Success" }), _jsx("small", { class: "text-body-secondary", children: "just now" }), _jsx("button", { type: "button", class: "btn-close btn-close-sm", "aria-label": "Close" })] }), _jsx("div", { class: "toast-body", children: "Configuration saved successfully." })] }), _jsxs("div", { class: "toast show", role: "alert", style: "position:static;", children: [_jsxs("div", { class: "toast-header", children: [_jsx("span", { class: "badge text-bg-danger me-2", children: "\u00A0" }), _jsx("strong", { class: "me-auto", children: "Error" }), _jsx("small", { class: "text-body-secondary", children: "2m ago" }), _jsx("button", { type: "button", class: "btn-close btn-close-sm", "aria-label": "Close" })] }), _jsx("div", { class: "toast-body", children: "Failed to deploy. Check build logs for details." })] }), _jsxs("div", { class: "toast show", role: "alert", style: "position:static;", children: [_jsxs("div", { class: "toast-header", children: [_jsx("span", { class: "badge text-bg-info me-2", children: "\u00A0" }), _jsx("strong", { class: "me-auto", children: "Info" }), _jsx("small", { class: "text-body-secondary", children: "5m ago" }), _jsx("button", { type: "button", class: "btn-close btn-close-sm", "aria-label": "Close" })] }), _jsxs("div", { class: "toast-body", children: ["New team member ", _jsx("strong", { children: "Alex" }), " joined the workspace."] })] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Tooltips & Popovers" }), _jsxs("div", { class: "d-flex flex-wrap gap-2 mb-3", children: [_jsx("button", { class: "btn btn-outline-primary btn-sm", "data-bs-toggle": "tooltip", "data-bs-placement": "top", title: "Tooltip on top", children: "Hover: Top" }), _jsx("button", { class: "btn btn-outline-primary btn-sm", "data-bs-toggle": "tooltip", "data-bs-placement": "right", title: "Tooltip on right", children: "Hover: Right" }), _jsx("button", { class: "btn btn-outline-primary btn-sm", "data-bs-toggle": "tooltip", "data-bs-placement": "bottom", title: "Tooltip on bottom", children: "Hover: Bottom" }), _jsx("button", { class: "btn btn-outline-primary btn-sm", "data-bs-toggle": "tooltip", "data-bs-placement": "left", title: "Tooltip on left", children: "Hover: Left" })] }), _jsxs("div", { class: "d-flex flex-wrap gap-2", children: [_jsx("button", { class: "btn btn-outline-secondary btn-sm", "data-bs-toggle": "popover", "data-bs-title": "Popover Title", "data-bs-content": "This is a popover with more detailed content. Popovers get the same glass treatment as dropdowns.", "data-bs-placement": "top", children: "Click: Popover Top" }), _jsx("button", { class: "btn btn-outline-secondary btn-sm", "data-bs-toggle": "popover", "data-bs-title": "Details", "data-bs-content": "Additional context, help text, or mini forms can live inside popovers.", "data-bs-placement": "bottom", children: "Click: Popover Bottom" })] })] }) })] }) }), _jsxs("div", { class: "bp-split-pane__detail", children: [_jsxs("div", { class: "d-flex justify-content-between align-items-center mb-3", children: [_jsx("h6", { class: "mb-0", children: "User Details" }), _jsx("button", { type: "button", class: "btn-close btn-sm", "data-bp-close-detail": true, "aria-label": "Close" })] }), _jsxs("div", { class: "text-center mb-3", children: [_jsx("div", { class: "rounded-circle bg-primary text-white d-inline-flex align-items-center justify-content-center mx-auto mb-2", style: "width:3.5rem;height:3.5rem;font-size:1.2rem;", children: "JD" }), _jsx("h6", { class: "mb-0", children: "Jane Doe" }), _jsx("small", { class: "text-body-secondary", children: "jane@example.com" })] }), _jsxs("div", { class: "d-flex flex-column gap-3", children: [_jsxs("div", { children: [_jsx("label", { class: "form-label", children: "Role" }), _jsxs("select", { class: "form-select form-select-sm", children: [_jsx("option", { children: "Viewer" }), _jsx("option", { selected: true, children: "Editor" }), _jsx("option", { children: "Admin" })] })] }), _jsxs("div", { children: [_jsx("label", { class: "form-label", children: "Status" }), _jsx("div", { children: _jsx("span", { class: "badge text-bg-success", children: "Active" }) })] }), _jsxs("div", { children: [_jsx("label", { class: "form-label", children: "Joined" }), _jsx("div", { class: "text-body-secondary small", children: "March 15, 2025" })] }), _jsxs("div", { children: [_jsx("label", { class: "form-label", children: "Last Login" }), _jsx("div", { class: "text-body-secondary small", children: "2 hours ago" })] }), _jsx("hr", {}), _jsxs("div", { class: "d-grid gap-2", children: [_jsx("button", { class: "btn btn-outline-primary btn-sm", children: "Send Message" }), _jsx("button", { class: "btn btn-outline-danger btn-sm", children: "Suspend User" })] })] })] })] }) }));
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=showcase-overlays.GET.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-overlays.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-overlays.GET.tsx"],"names":[],"mappings":";AAIA,MAAM,UAAU,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-overlays.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-overlays.GET.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsxImportSource jsx-htmx */
|
|
2
2
|
import type { HtmlRenderable } from "@betterportal/framework";
|
|
3
3
|
import type { ResponseData } from "../GET.js";
|
|
4
|
-
export declare function render(
|
|
4
|
+
export declare function render(_data: ResponseData): HtmlRenderable;
|
|
5
5
|
//# sourceMappingURL=showcase-patterns.GET.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-patterns.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-patterns.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,wBAAgB,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-patterns.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-patterns.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,cAAc,CAgT1D"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
2
|
-
export function render(
|
|
2
|
+
export function render(_data) {
|
|
3
3
|
return (_jsx("section", { class: "container-fluid px-0", children: _jsxs("div", { class: "d-flex flex-column gap-4", children: [_jsxs("div", { children: [_jsx("h2", { class: "h4 mb-1", children: "UI Patterns" }), _jsx("p", { class: "text-body-secondary", children: "Common UI patterns: empty states, search, avatars, timelines, toolbars, and step wizards." })] }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Empty States" }), _jsxs("div", { class: "row g-3", children: [_jsx("div", { class: "col-md-6", children: _jsx("div", { class: "card h-100", children: _jsxs("div", { class: "card-body text-center py-5", children: [_jsx("div", { class: "mb-3", style: "font-size:2.5rem;opacity:0.3;" }), _jsx("h6", { children: "No Projects Yet" }), _jsx("p", { class: "text-body-secondary small mb-3", children: "Create your first project to get started." }), _jsx("button", { class: "btn btn-primary btn-sm", children: "Create Project" })] }) }) }), _jsx("div", { class: "col-md-6", children: _jsx("div", { class: "card h-100", children: _jsxs("div", { class: "card-body text-center py-5", children: [_jsx("div", { class: "mb-3", style: "font-size:2.5rem;opacity:0.3;" }), _jsx("h6", { children: "No Results Found" }), _jsx("p", { class: "text-body-secondary small mb-3", children: "Try adjusting your search or filter criteria." }), _jsx("button", { class: "btn btn-outline-secondary btn-sm", children: "Clear Filters" })] }) }) })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Search Patterns" }), _jsxs("div", { class: "row g-3", children: [_jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Basic Search" }), _jsxs("div", { class: "input-group", children: [_jsx("span", { class: "input-group-text" }), _jsx("input", { type: "search", class: "form-control", placeholder: "Search users, projects, settings..." })] })] }), _jsxs("div", { class: "col-md-6", children: [_jsx("label", { class: "form-label", children: "Search with Button" }), _jsxs("div", { class: "input-group", children: [_jsx("input", { type: "search", class: "form-control", placeholder: "Find anything..." }), _jsx("button", { class: "btn btn-primary", type: "button", children: "Search" })] })] }), _jsxs("div", { class: "col-12", children: [_jsx("label", { class: "form-label", children: "Search Results Preview" }), _jsx("div", { class: "card", children: _jsxs("div", { class: "list-group list-group-flush", children: [_jsx("a", { href: "javascript:;", class: "list-group-item list-group-item-action", children: _jsxs("div", { class: "d-flex justify-content-between align-items-center", children: [_jsxs("div", { children: [_jsx("div", { class: "fw-semibold", children: "Jane Doe" }), _jsx("small", { class: "text-body-secondary", children: "jane@example.com - Admin" })] }), _jsx("span", { class: "badge text-bg-primary rounded-pill", children: "User" })] }) }), _jsx("a", { href: "javascript:;", class: "list-group-item list-group-item-action", children: _jsxs("div", { class: "d-flex justify-content-between align-items-center", children: [_jsxs("div", { children: [_jsx("div", { class: "fw-semibold", children: "Dashboard Settings" }), _jsxs("small", { class: "text-body-secondary", children: ["Settings ", "->", " Dashboard ", "->", " Layout"] })] }), _jsx("span", { class: "badge text-bg-secondary rounded-pill", children: "Setting" })] }) }), _jsx("a", { href: "javascript:;", class: "list-group-item list-group-item-action", children: _jsxs("div", { class: "d-flex justify-content-between align-items-center", children: [_jsxs("div", { children: [_jsx("div", { class: "fw-semibold", children: "Project Alpha" }), _jsx("small", { class: "text-body-secondary", children: "Created Mar 15, 2025 - 12 members" })] }), _jsx("span", { class: "badge text-bg-success rounded-pill", children: "Project" })] }) })] }) })] })] })] }) }), _jsx("div", { class: "card", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Avatars & User Chips" }), _jsxs("div", { class: "d-flex flex-column gap-3", children: [_jsxs("div", { children: [_jsx("h6", { class: "small text-body-secondary mb-2", children: "Sizes" }), _jsx("div", { class: "d-flex align-items-center gap-3", children: [
|
|
4
4
|
{ size: "1.5rem", fs: "0.55rem", initials: "SM" },
|
|
5
5
|
{ size: "2rem", fs: "0.7rem", initials: "MD" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showcase-patterns.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-patterns.GET.tsx"],"names":[],"mappings":";AAIA,MAAM,UAAU,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"showcase-patterns.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/hello/_renderer.bootstrap5/showcase-patterns.GET.tsx"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/hello-view",
|
|
3
|
-
"version": "10.6.
|
|
3
|
+
"version": "10.6.11",
|
|
4
4
|
"description": "BetterPortal v10 example service plugin for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"license": "(AGPL-3.0-only OR Commercial)",
|
|
29
29
|
"type": "module",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@bsb/tests": "^9.6.
|
|
31
|
+
"@bsb/tests": "^9.6.98",
|
|
32
32
|
"@types/node": "^26.4.0",
|
|
33
33
|
"tsx": "^4.23.12",
|
|
34
34
|
"typescript": "^6.0.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@betterportal/framework": "10.6.
|
|
38
|
-
"@betterportal/plugin-bsb": "10.6.
|
|
39
|
-
"@bsb/base": "^9.6.
|
|
37
|
+
"@betterportal/framework": "10.6.11",
|
|
38
|
+
"@betterportal/plugin-bsb": "10.6.11",
|
|
39
|
+
"@bsb/base": "^9.6.98",
|
|
40
40
|
"anyvali": "^1.1.0",
|
|
41
41
|
"jsx-htmx": "4.0.0"
|
|
42
42
|
},
|