@almadar/std 16.141.0 → 16.142.0
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/behaviors/lolo/ui/avl/molecules/ui-module-card.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +22 -1
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +10 -0
- package/behaviors/lolo/ui/core/atoms/std-filter.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +0 -244
- package/behaviors/lolo/ui/core/atoms/ui-aside.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-drawer.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flip-card.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-quiz-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-repeatable-form-section.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-signature-pad.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-sortable-list.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +2 -12
- package/behaviors/lolo/ui/marketing/atoms/ui-marketing-stat-card.lolo +1 -1
- package/behaviors/lolo/ui/marketing/molecules/ui-case-study-card.lolo +1 -1
- package/behaviors/lolo/ui/marketing/molecules/ui-feature-card.lolo +1 -1
- package/behaviors/lolo/ui/marketing/molecules/ui-pricing-card.lolo +1 -1
- package/behaviors/registry/factory-signatures.json +286 -3335
- package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
- package/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
- package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
- package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
- package/dist/behaviors/behaviors-embeddings.json +324 -324
- package/dist/behaviors/behaviors-registry.json +35 -26
- package/dist/behaviors/exports-reader.js +25 -518
- package/dist/behaviors/functions/index.d.ts +80 -119
- package/dist/behaviors/functions/index.js +23 -486
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +26 -519
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +25 -518
- package/dist/behaviors/registry/factory-signatures.json +286 -3335
- package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
- package/dist/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
- package/dist/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
- package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
- package/dist/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
- package/dist/behaviors-embeddings.json +324 -324
- package/dist/behaviors-registry.json +35 -26
- package/dist/index.d.ts +1 -1
- package/dist/index.js +26 -519
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +286 -3335
- package/package.json +4 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Aside — a secondary side panel that hosts navigation links or supplementary content alongside a main content area.",
|
|
2
|
+
"description": "Aside — a secondary side panel that hosts navigation links or supplementary content alongside a main content area. — UI factory (1:1 with the @almadar/ui aside pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04J062MT6RS8GV7JHWDVM": {
|
|
@@ -148,12 +148,13 @@
|
|
|
148
148
|
]
|
|
149
149
|
},
|
|
150
150
|
"size": {
|
|
151
|
-
"default": "
|
|
151
|
+
"default": "none",
|
|
152
152
|
"description": "Font size override",
|
|
153
153
|
"label": "Size",
|
|
154
154
|
"tier": "presentation",
|
|
155
155
|
"type": "string",
|
|
156
156
|
"values": [
|
|
157
|
+
"none",
|
|
157
158
|
"xs",
|
|
158
159
|
"sm",
|
|
159
160
|
"md",
|
|
@@ -203,12 +204,13 @@
|
|
|
203
204
|
]
|
|
204
205
|
},
|
|
205
206
|
"weight": {
|
|
206
|
-
"default": "
|
|
207
|
+
"default": "none",
|
|
207
208
|
"description": "Font weight override",
|
|
208
209
|
"label": "Weight",
|
|
209
210
|
"tier": "presentation",
|
|
210
211
|
"type": "string",
|
|
211
212
|
"values": [
|
|
213
|
+
"none",
|
|
212
214
|
"light",
|
|
213
215
|
"normal",
|
|
214
216
|
"medium",
|
|
@@ -270,6 +270,58 @@
|
|
|
270
270
|
"graphql",
|
|
271
271
|
"html",
|
|
272
272
|
"xml",
|
|
273
|
+
"clojure",
|
|
274
|
+
"clj",
|
|
275
|
+
"edn",
|
|
276
|
+
"haskell",
|
|
277
|
+
"hs",
|
|
278
|
+
"lisp",
|
|
279
|
+
"scheme",
|
|
280
|
+
"scala",
|
|
281
|
+
"elixir",
|
|
282
|
+
"ex",
|
|
283
|
+
"exs",
|
|
284
|
+
"erlang",
|
|
285
|
+
"erl",
|
|
286
|
+
"elm",
|
|
287
|
+
"fsharp",
|
|
288
|
+
"fs",
|
|
289
|
+
"fsx",
|
|
290
|
+
"ocaml",
|
|
291
|
+
"ml",
|
|
292
|
+
"java",
|
|
293
|
+
"c",
|
|
294
|
+
"cpp",
|
|
295
|
+
"c++",
|
|
296
|
+
"cc",
|
|
297
|
+
"cxx",
|
|
298
|
+
"hpp",
|
|
299
|
+
"h",
|
|
300
|
+
"csharp",
|
|
301
|
+
"cs",
|
|
302
|
+
"objectivec",
|
|
303
|
+
"objc",
|
|
304
|
+
"php",
|
|
305
|
+
"ruby",
|
|
306
|
+
"rb",
|
|
307
|
+
"swift",
|
|
308
|
+
"kotlin",
|
|
309
|
+
"kt",
|
|
310
|
+
"lua",
|
|
311
|
+
"r",
|
|
312
|
+
"dart",
|
|
313
|
+
"julia",
|
|
314
|
+
"fortran",
|
|
315
|
+
"f90",
|
|
316
|
+
"f95",
|
|
317
|
+
"perl",
|
|
318
|
+
"pl",
|
|
319
|
+
"powershell",
|
|
320
|
+
"ps1",
|
|
321
|
+
"makefile",
|
|
322
|
+
"make",
|
|
323
|
+
"nginx",
|
|
324
|
+
"ini",
|
|
273
325
|
"orb",
|
|
274
326
|
"lolo"
|
|
275
327
|
]
|
|
@@ -296,40 +348,10 @@
|
|
|
296
348
|
},
|
|
297
349
|
"language": {
|
|
298
350
|
"default": "text",
|
|
299
|
-
"description": "Programming language for syntax highlighting",
|
|
351
|
+
"description": "Programming language for syntax highlighting (any Prism id; loaded on demand if not pre-registered)",
|
|
300
352
|
"label": "Language",
|
|
301
353
|
"tier": "presentation",
|
|
302
|
-
"type": "string"
|
|
303
|
-
"values": [
|
|
304
|
-
"text",
|
|
305
|
-
"json",
|
|
306
|
-
"javascript",
|
|
307
|
-
"js",
|
|
308
|
-
"typescript",
|
|
309
|
-
"ts",
|
|
310
|
-
"jsx",
|
|
311
|
-
"tsx",
|
|
312
|
-
"css",
|
|
313
|
-
"markdown",
|
|
314
|
-
"md",
|
|
315
|
-
"bash",
|
|
316
|
-
"shell",
|
|
317
|
-
"sh",
|
|
318
|
-
"yaml",
|
|
319
|
-
"yml",
|
|
320
|
-
"rust",
|
|
321
|
-
"python",
|
|
322
|
-
"py",
|
|
323
|
-
"sql",
|
|
324
|
-
"diff",
|
|
325
|
-
"toml",
|
|
326
|
-
"go",
|
|
327
|
-
"graphql",
|
|
328
|
-
"html",
|
|
329
|
-
"xml",
|
|
330
|
-
"orb",
|
|
331
|
-
"lolo"
|
|
332
|
-
]
|
|
354
|
+
"type": "string"
|
|
333
355
|
},
|
|
334
356
|
"maxHeight": {
|
|
335
357
|
"default": "60vh",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "DataGrid — structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
|
|
2
|
+
"description": "DataGrid — structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder. — UI factory (1:1 with the @almadar/ui data-grid pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04N8BKD86MHS2EER4VD7D": {
|
|
@@ -179,10 +179,10 @@
|
|
|
179
179
|
"type": "boolean"
|
|
180
180
|
},
|
|
181
181
|
"title": {
|
|
182
|
-
"description": "Drawer title",
|
|
182
|
+
"description": "Drawer title (text or any node, e.g. a brand logo + name).",
|
|
183
183
|
"label": "Title",
|
|
184
184
|
"tier": "presentation",
|
|
185
|
-
"type": "
|
|
185
|
+
"type": "node"
|
|
186
186
|
},
|
|
187
187
|
"width": {
|
|
188
188
|
"default": "md",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "FilterGroup — a panel of filter controls that narrows a collection by field values.",
|
|
2
|
+
"description": "FilterGroup — a panel of filter controls that narrows a collection by field values. — UI factory (1:1 with the @almadar/ui filter-group pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04NWZS9BZRCJ1BJNGSYF5": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "FlipCard — flip card that reveals a hidden back face on tap or click, toggling between a front and back content slot.",
|
|
2
|
+
"description": "FlipCard — flip card that reveals a hidden back face on tap or click, toggling between a front and back content slot. — UI factory (1:1 with the @almadar/ui flip-card pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04NZY2J2X0QX3D4VPS4CZ": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "QuizBlock — a single quiz question with answer choices and submit/reveal feedback.",
|
|
2
|
+
"description": "QuizBlock — a single quiz question with answer choices and submit/reveal feedback. — UI factory (1:1 with the @almadar/ui quiz-block pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04QRJCZMABGKX8ZVH6YVE": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "RepeatableFormSection — a form section that repeats a fixed group of fields, letting the user add or remove entries.",
|
|
2
|
+
"description": "RepeatableFormSection — a form section that repeats a fixed group of fields, letting the user add or remove entries. — UI factory (1:1 with the @almadar/ui repeatable-form-section pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04QVN0C5909T3H81NDKR2": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "SignaturePad — a draw-to-sign canvas that captures a handwritten signature or initials.",
|
|
2
|
+
"description": "SignaturePad — a draw-to-sign canvas that captures a handwritten signature or initials. — UI factory (1:1 with the @almadar/ui signature-pad pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04R7GZ6ZK7K73BGX37NNX": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "SortableList — a drag-and-drop reorderable list of items.",
|
|
2
|
+
"description": "SortableList — a drag-and-drop reorderable list of items. — UI factory (1:1 with the @almadar/ui sortable-list pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04RHSGT5WFEF0QE6XMPGW": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "TableView — sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
|
|
2
|
+
"description": "TableView — sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping. — UI factory (1:1 with the @almadar/ui table-view pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04RSADCK1XFXGT2VT1ZAH": {
|
|
@@ -93,64 +93,21 @@
|
|
|
93
93
|
"type": "string"
|
|
94
94
|
},
|
|
95
95
|
"segments": {
|
|
96
|
-
"default": [
|
|
97
|
-
{
|
|
98
|
-
"content": "Content",
|
|
99
|
-
"type": "Type"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"content": "Content 2",
|
|
103
|
-
"type": "Type 2"
|
|
104
|
-
}
|
|
105
|
-
],
|
|
96
|
+
"default": [],
|
|
106
97
|
"description": "Parsed lesson segments (see `parseLessonSegments`)",
|
|
107
98
|
"items": {
|
|
108
|
-
"properties": {
|
|
109
|
-
"content": {
|
|
110
|
-
"name": "content",
|
|
111
|
-
"required": true,
|
|
112
|
-
"type": "string"
|
|
113
|
-
},
|
|
114
|
-
"type": {
|
|
115
|
-
"name": "type",
|
|
116
|
-
"required": true,
|
|
117
|
-
"type": "string"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
99
|
"type": "object"
|
|
121
100
|
},
|
|
122
101
|
"label": "Segments",
|
|
123
102
|
"tier": "presentation",
|
|
124
|
-
"type": "[
|
|
103
|
+
"type": "[json]"
|
|
125
104
|
},
|
|
126
105
|
"userProgress": {
|
|
106
|
+
"default": {},
|
|
127
107
|
"description": "User progress for restoring activation/reflection state",
|
|
128
108
|
"label": "User Progress",
|
|
129
|
-
"properties": {
|
|
130
|
-
"activationResponse": {
|
|
131
|
-
"name": "activationResponse",
|
|
132
|
-
"required": false,
|
|
133
|
-
"type": "string"
|
|
134
|
-
},
|
|
135
|
-
"bloomAnswered": {
|
|
136
|
-
"items": {
|
|
137
|
-
"type": "boolean"
|
|
138
|
-
},
|
|
139
|
-
"name": "bloomAnswered",
|
|
140
|
-
"required": false,
|
|
141
|
-
"type": "object"
|
|
142
|
-
},
|
|
143
|
-
"reflectionNotes": {
|
|
144
|
-
"items": {
|
|
145
|
-
"type": "string"
|
|
146
|
-
},
|
|
147
|
-
"name": "reflectionNotes",
|
|
148
|
-
"required": false,
|
|
149
|
-
"type": "array"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
109
|
"tier": "presentation",
|
|
153
|
-
"type": "
|
|
110
|
+
"type": "json"
|
|
154
111
|
}
|
|
155
112
|
},
|
|
156
113
|
"entityContract": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "MarketingStatCard — a single number-highlight card pairing a large value with a label and trend delta.",
|
|
2
|
+
"description": "MarketingStatCard — a single number-highlight card pairing a large value with a label and trend delta. — UI factory (1:1 with the @almadar/ui marketing-stat-card pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG0542VVFYVSAMGT8ZK8MRV": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "CaseStudyCard — a card summarizing a customer case study with logo, headline result, and link.",
|
|
2
|
+
"description": "CaseStudyCard — a card summarizing a customer case study with logo, headline result, and link. — UI factory (1:1 with the @almadar/ui case-study-card pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG0548FSQJD3B98N4ZWN9YJ": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "FeatureCard — an icon-led card pairing a title and description to call out a single product feature.",
|
|
2
|
+
"description": "FeatureCard — an icon-led card pairing a title and description to call out a single product feature. — UI factory (1:1 with the @almadar/ui feature-card pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG054DSZZH06MHXZY4ZD635": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "PricingCard — a single pricing-tier card with price, billing period, feature list, and call-to-action.",
|
|
2
|
+
"description": "PricingCard — a single pricing-tier card with price, billing period, feature list, and call-to-action. — UI factory (1:1 with the @almadar/ui pricing-card pattern).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG054MAWKAWER05DVD4NK5G": {
|