@fugood/bricks-project 2.24.0-beta.35 → 2.24.0-beta.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fugood/bricks-project",
3
- "version": "2.24.0-beta.35",
3
+ "version": "2.24.0-beta.36",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "typecheck": "tsc --noEmit",
@@ -24,5 +24,5 @@
24
24
  "peerDependencies": {
25
25
  "oxfmt": "^0.36.0"
26
26
  },
27
- "gitHead": "b714e309336d714fba3bb3f1a81d24fa62832fa6"
27
+ "gitHead": "1146a2d19b4f6efca4055e6c788f5ad50658cc40"
28
28
  }
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Display vector icons from bundled icon sets (FontAwesome, Material, etc.)
3
+ * Display Font Awesome 6 Pro icons. Supports Solid, Regular, Light, Duotone, Thin, Brands, and Sharp styles
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -74,7 +74,7 @@ Default property:
74
74
  }
75
75
  }
76
76
 
77
- /* Display vector icons from bundled icon sets (FontAwesome, Material, etc.) */
77
+ /* Display Font Awesome 6 Pro icons. Supports Solid, Regular, Light, Duotone, Thin, Brands, and Sharp styles */
78
78
  export type BrickIcon = Brick &
79
79
  BrickIconDef & {
80
80
  templateKey: 'BRICK_ICON'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Repeating list/grid that renders child bricks for each data item
3
+ * Data-driven list/grid. Maps items array to brick templates via propertyMapping, with pagination and detail mode support
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -436,7 +436,7 @@ Default property:
436
436
  }
437
437
  }
438
438
 
439
- /* Repeating list/grid that renders child bricks for each data item */
439
+ /* Data-driven list/grid. Maps items array to brick templates via propertyMapping, with pagination and detail mode support */
440
440
  export type BrickItems = Brick &
441
441
  BrickItemsDef & {
442
442
  templateKey: 'BRICK_ITEMS'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Lottie Adobe After Effects animations brick
3
+ * Lottie animation player supporting .json and .dotlottie formats. Supports speed, loop, frame range control, color/text filters, and hardware rendering
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -140,7 +140,7 @@ Default property:
140
140
  }
141
141
  }
142
142
 
143
- /* Lottie Adobe After Effects animations brick */
143
+ /* Lottie animation player supporting .json and .dotlottie formats. Supports speed, loop, frame range control, color/text filters, and hardware rendering */
144
144
  export type BrickLottie = Brick &
145
145
  BrickLottieDef & {
146
146
  templateKey: 'BRICK_LOTTIE'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Interactive map display with markers, regions, and user location tracking
3
+ * Interactive map with markers, paths, and location tracking. Supports Google Maps (iOS/Android/Desktop/Web) and Apple Maps (iOS/tvOS)
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -234,7 +234,7 @@ Default property:
234
234
  }
235
235
  }
236
236
 
237
- /* Interactive map display with markers, regions, and user location tracking */
237
+ /* Interactive map with markers, paths, and location tracking. Supports Google Maps (iOS/Android/Desktop/Web) and Apple Maps (iOS/tvOS) */
238
238
  export type BrickMaps = Brick &
239
239
  BrickMapsDef & {
240
240
  templateKey: 'BRICK_MAPS'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Rich text display supporting HTML content rendering
3
+ * Rich text with HTML content rendering, multiple fonts, colors, heading levels (h1-h6), and inline images
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -104,7 +104,7 @@ Default property:
104
104
  }
105
105
  }
106
106
 
107
- /* Rich text display supporting HTML content rendering */
107
+ /* Rich text with HTML content rendering, multiple fonts, colors, heading levels (h1-h6), and inline images */
108
108
  export type BrickRichText = Brick &
109
109
  BrickRichTextDef & {
110
110
  templateKey: 'BRICK_RICH_TEXT'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Rive file component
3
+ * Render Rive (.riv) animations with state machine input control, text run updates, and artboard selection
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -190,7 +190,7 @@ Default property:
190
190
  }
191
191
  }
192
192
 
193
- /* Rive file component */
193
+ /* Render Rive (.riv) animations with state machine input control, text run updates, and artboard selection */
194
194
  export type BrickRive = Brick &
195
195
  BrickRiveDef & {
196
196
  templateKey: 'BRICK_RIVE'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * WebView brick
3
+ * Embedded web browser with JS injection, DOM query selectors, content cropping, navigation control, and permission management
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -144,7 +144,7 @@ Default property:
144
144
  }
145
145
  }
146
146
 
147
- /* WebView brick */
147
+ /* Embedded web browser with JS injection, DOM query selectors, content cropping, navigation control, and permission management */
148
148
  export type BrickWebView = Brick &
149
149
  BrickWebViewDef & {
150
150
  templateKey: 'BRICK_WEBVIEW'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * AI assistant orchestrator combining LLM, STT, TTS, and tool-use into a conversational agent
3
+ * Conversational AI agent orchestrating LLM (GGML/MLX/OpenAI/QNN/ONNX/Anthropic/NeuroPilot), STT, TTS, MCP tool-use, and file search (RAG) with auto-summary
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -588,7 +588,7 @@ Default property:
588
588
  }
589
589
  }
590
590
 
591
- /* AI assistant orchestrator combining LLM, STT, TTS, and tool-use into a conversational agent */
591
+ /* Conversational AI agent orchestrating LLM (GGML/MLX/OpenAI/QNN/ONNX/Anthropic/NeuroPilot), STT, TTS, MCP tool-use, and file search (RAG) with auto-summary */
592
592
  export type GeneratorAssistant = Generator &
593
593
  GeneratorAssistantDef & {
594
594
  templateKey: 'GENERATOR_ASSISTANT'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Execute GraphQL Query / Mutation / Subscriptions
3
+ * GraphQL client for Query, Mutation, and Subscription (WebSocket) with response caching and optional Firebase Realtime Database link
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -106,7 +106,7 @@ Default property:
106
106
  }
107
107
  }
108
108
 
109
- /* Execute GraphQL Query / Mutation / Subscriptions */
109
+ /* GraphQL client for Query, Mutation, and Subscription (WebSocket) with response caching and optional Firebase Realtime Database link */
110
110
  export type GeneratorGraphQL = Generator &
111
111
  GeneratorGraphQLDef & {
112
112
  templateKey: 'GENERATOR_GRAPHQL'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Execute HTTP requests
3
+ * HTTP client supporting all methods (GET/POST/PUT/DELETE/PATCH/...), response parsing (JSON/text/XML/CSV), SSE event streams, and multipart file uploads
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -192,7 +192,7 @@ Default property:
192
192
  }
193
193
  }
194
194
 
195
- /* Execute HTTP requests */
195
+ /* HTTP client supporting all methods (GET/POST/PUT/DELETE/PATCH/...), response parsing (JSON/text/XML/CSV), SSE event streams, and multipart file uploads */
196
196
  export type GeneratorHTTP = Generator &
197
197
  GeneratorHTTPDef & {
198
198
  templateKey: 'GENERATOR_HTTP'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * HTTP Server
3
+ * Embedded HTTP/HTTPS server with route matching, CORS, auth (Basic/Bearer), SSE streaming, file upload, and async response mode
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -148,7 +148,7 @@ Default property:
148
148
  }
149
149
  }
150
150
 
151
- /* HTTP Server */
151
+ /* Embedded HTTP/HTTPS server with route matching, CORS, auth (Basic/Bearer), SSE streaming, file upload, and async response mode */
152
152
  export type GeneratorHTTPServer = Generator &
153
153
  GeneratorHTTPServerDef & {
154
154
  templateKey: 'GENERATOR_HTTP_SERVER'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Model Context Protocol (MCP) Client, support SSE and Generator MCPServer direct link
3
+ * MCP client connecting to tool servers via Streamable HTTP, SSE, or direct-link to in-app MCP Server generator. Provides tools, resources, and prompts for Assistant
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -575,7 +575,7 @@ Default property:
575
575
  }
576
576
  }
577
577
 
578
- /* Model Context Protocol (MCP) Client, support SSE and Generator MCPServer direct link */
578
+ /* MCP client connecting to tool servers via Streamable HTTP, SSE, or direct-link to in-app MCP Server generator. Provides tools, resources, and prompts for Assistant */
579
579
  export type GeneratorMCP = Generator &
580
580
  GeneratorMCPDef & {
581
581
  templateKey: 'GENERATOR_MCP'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Model Context Protocol (MCP) Server (https://docs.anthropic.com/en/docs/agents-and-tools/mcp)
3
+ * MCP server exposing tools, resources (static/detect-data-change/script), and prompts. Supports HTTP listening with Bearer auth or direct-link from in-app MCP client
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -250,7 +250,7 @@ Default property:
250
250
  }
251
251
  }
252
252
 
253
- /* Model Context Protocol (MCP) Server (https://docs.anthropic.com/en/docs/agents-and-tools/mcp) */
253
+ /* MCP server exposing tools, resources (static/detect-data-change/script), and prompts. Supports HTTP listening with Bearer auth or direct-link from in-app MCP client */
254
254
  export type GeneratorMCPServer = Generator &
255
255
  GeneratorMCPServerDef & {
256
256
  templateKey: 'GENERATOR_MCP_SERVER'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * MQTT Broker server
3
+ * Embedded MQTT broker server with client authentication, publish/subscribe messaging, keepalive, and retry support
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -109,7 +109,7 @@ Default property:
109
109
  }
110
110
  }
111
111
 
112
- /* MQTT Broker server */
112
+ /* Embedded MQTT broker server with client authentication, publish/subscribe messaging, keepalive, and retry support */
113
113
  export type GeneratorMQTTBroker = Generator &
114
114
  GeneratorMQTTBrokerDef & {
115
115
  templateKey: 'GENERATOR_MQTT_BROKER'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * MQTT protocol messaging
3
+ * MQTT client with topic subscribe/publish, QoS levels (0/1/2), auto-reconnect, and auth support. Connects via mqtt:// or wss://
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -117,7 +117,7 @@ Default property:
117
117
  }
118
118
  }
119
119
 
120
- /* MQTT protocol messaging */
120
+ /* MQTT client with topic subscribe/publish, QoS levels (0/1/2), auto-reconnect, and auth support. Connects via mqtt:// or wss:// */
121
121
  export type GeneratorMQTT = Generator &
122
122
  GeneratorMQTTDef & {
123
123
  templateKey: 'GENERATOR_MQTT'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * TCP socket client for bidirectional binary/text communication
3
+ * TCP socket client with data modes (CRLF/LF/raw), encodings (base64/utf8/ascii), TLS, and keepalive support
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -102,7 +102,7 @@ Default property:
102
102
  }
103
103
  }
104
104
 
105
- /* TCP socket client for bidirectional binary/text communication */
105
+ /* TCP socket client with data modes (CRLF/LF/raw), encodings (base64/utf8/ascii), TLS, and keepalive support */
106
106
  export type GeneratorTCP = Generator &
107
107
  GeneratorTCPDef & {
108
108
  templateKey: 'GENERATOR_TCP'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * TCP Server
3
+ * TCP server with multi-client support, data modes (CRLF/LF/raw), encodings (base64/utf8/ascii), concurrent connection limit, and TLS
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -121,7 +121,7 @@ Default property:
121
121
  }
122
122
  }
123
123
 
124
- /* TCP Server */
124
+ /* TCP server with multi-client support, data modes (CRLF/LF/raw), encodings (base64/utf8/ascii), concurrent connection limit, and TLS */
125
125
  export type GeneratorTCPServer = Generator &
126
126
  GeneratorTCPServerDef & {
127
127
  templateKey: 'GENERATOR_TCP_SERVER'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Vector database for semantic similarity search using file embeddings
3
+ * Vector database for semantic search. Supports GGML (on-device GGUF models) and OpenAI Compatible API (OpenAI/ollama/llama.cpp) as embedding sources
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -233,7 +233,7 @@ Default property:
233
233
  }
234
234
  }
235
235
 
236
- /* Vector database for semantic similarity search using file embeddings */
236
+ /* Vector database for semantic search. Supports GGML (on-device GGUF models) and OpenAI Compatible API (OpenAI/ollama/llama.cpp) as embedding sources */
237
237
  export type GeneratorVectorStore = Generator &
238
238
  GeneratorVectorStoreDef & {
239
239
  templateKey: 'GENERATOR_VECTOR_STORE'
@@ -1,6 +1,6 @@
1
1
  /* Auto generated by build script
2
2
  *
3
- * Web crawler to get specific value
3
+ * Extract web content via CSS selectors. Supports WebView method (iOS/Android, renders JS) and HTTP method (all platforms, direct request)
4
4
  */
5
5
  import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
6
  import type { Data, DataLink } from '../data'
@@ -79,7 +79,7 @@ Default property:
79
79
  }
80
80
  }
81
81
 
82
- /* Web crawler to get specific value */
82
+ /* Extract web content via CSS selectors. Supports WebView method (iOS/Android, renders JS) and HTTP method (all platforms, direct request) */
83
83
  export type GeneratorWebCrawler = Generator &
84
84
  GeneratorWebCrawlerDef & {
85
85
  templateKey: 'GENERATOR_WEB_CRAWLER'