@almadar/std 16.141.0 → 16.143.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-layout.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +22 -1
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +11 -1
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-filter.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +17 -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 +3 -4
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +2 -3
- 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 +3 -4
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +2 -12
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
- 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-layout.orb +6 -1
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +30 -5
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +12 -2
- package/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +40 -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 +13 -26
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- 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 +13 -26
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- 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 +463 -463
- 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-layout.orb +6 -1
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +30 -5
- package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +12 -2
- package/dist/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
- package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +40 -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 +13 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- 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 +13 -26
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- 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 +463 -463
- package/dist/behaviors-registry.json +35 -26
- package/dist/index.d.ts +2 -2
- package/dist/index.js +37 -519
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +286 -3335
- package/dist/registry.d.ts +9 -1
- package/dist/registry.js +12 -1
- package/package.json +5 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$generated": "2026-07-
|
|
2
|
+
"$generated": "2026-07-22T16:18:33.244Z",
|
|
3
3
|
"$source": "tools/almadar-pattern-sync/behaviors",
|
|
4
4
|
"$package": "@almadar/std",
|
|
5
5
|
"totalBehaviors": 492,
|
|
@@ -1209,6 +1209,7 @@
|
|
|
1209
1209
|
},
|
|
1210
1210
|
"defaultIcons": [],
|
|
1211
1211
|
"composableWith": [
|
|
1212
|
+
"kflow-learning-companion",
|
|
1212
1213
|
"std-anim-tick",
|
|
1213
1214
|
"std-approval-request",
|
|
1214
1215
|
"std-audit-capture",
|
|
@@ -1971,6 +1972,7 @@
|
|
|
1971
1972
|
},
|
|
1972
1973
|
"defaultIcons": [],
|
|
1973
1974
|
"composableWith": [
|
|
1975
|
+
"kflow-learning-companion",
|
|
1974
1976
|
"std-anim-tick",
|
|
1975
1977
|
"std-approval-gate",
|
|
1976
1978
|
"std-audit-capture",
|
|
@@ -2297,6 +2299,7 @@
|
|
|
2297
2299
|
},
|
|
2298
2300
|
"defaultIcons": [],
|
|
2299
2301
|
"composableWith": [
|
|
2302
|
+
"kflow-learning-companion",
|
|
2300
2303
|
"std-anim-tick",
|
|
2301
2304
|
"std-application",
|
|
2302
2305
|
"std-approval-chain",
|
|
@@ -2927,7 +2930,7 @@
|
|
|
2927
2930
|
"topic": "ui/avl",
|
|
2928
2931
|
"family": "ui/avl",
|
|
2929
2932
|
"layer": "UI Patterns",
|
|
2930
|
-
"description": "ModuleCard — a card summarizing one course module or lesson with progress and entry point.",
|
|
2933
|
+
"description": "ModuleCard — a card summarizing one course module or lesson with progress and entry point. — UI factory (1:1 with the @almadar/ui module-card pattern).",
|
|
2931
2934
|
"defaultOrbitalName": "ModuleCardOrbital",
|
|
2932
2935
|
"statePattern": "idle",
|
|
2933
2936
|
"complexity": {
|
|
@@ -3270,11 +3273,11 @@
|
|
|
3270
3273
|
"layer": "UI Patterns",
|
|
3271
3274
|
"description": "std-app-search — reusable global search: wraps a host content view and, on a SEARCH trigger, fetches the linked entity filtered by @config.searchField and renders the matching results, then CLEAR_SEARCH returns to the host view. Rebind to any entity; point @config.idleContent at the normal view and wire a trigger (e.g. AppLayout SEARCH) into SEARCH.",
|
|
3272
3275
|
"defaultOrbitalName": "AppSearchOrbital",
|
|
3273
|
-
"statePattern": "idle
|
|
3276
|
+
"statePattern": "idle",
|
|
3274
3277
|
"complexity": {
|
|
3275
|
-
"states":
|
|
3276
|
-
"events":
|
|
3277
|
-
"transitions":
|
|
3278
|
+
"states": 1,
|
|
3279
|
+
"events": 1,
|
|
3280
|
+
"transitions": 1
|
|
3278
3281
|
},
|
|
3279
3282
|
"defaultEntity": {
|
|
3280
3283
|
"name": "AppSearchTarget",
|
|
@@ -3301,7 +3304,9 @@
|
|
|
3301
3304
|
"entitySingular": "AppSearchTarget",
|
|
3302
3305
|
"entityPlural": "AppSearchTargets"
|
|
3303
3306
|
},
|
|
3304
|
-
"defaultIcons": [
|
|
3307
|
+
"defaultIcons": [
|
|
3308
|
+
"search"
|
|
3309
|
+
],
|
|
3305
3310
|
"composableWith": [
|
|
3306
3311
|
"std-app-layout",
|
|
3307
3312
|
"std-billable-hour",
|
|
@@ -3546,12 +3551,7 @@
|
|
|
3546
3551
|
"ui-wizard-navigation",
|
|
3547
3552
|
"ui-wizard-progress"
|
|
3548
3553
|
],
|
|
3549
|
-
"connectableEvents": [
|
|
3550
|
-
"APP_SEARCH",
|
|
3551
|
-
"AppSearchLoaded",
|
|
3552
|
-
"AppSearchFailed",
|
|
3553
|
-
"CLEAR_SEARCH"
|
|
3554
|
-
],
|
|
3554
|
+
"connectableEvents": [],
|
|
3555
3555
|
"eventPayloads": {},
|
|
3556
3556
|
"exposure": "both",
|
|
3557
3557
|
"provenance": "authored"
|
|
@@ -5010,6 +5010,7 @@
|
|
|
5010
5010
|
},
|
|
5011
5011
|
"defaultIcons": [],
|
|
5012
5012
|
"composableWith": [
|
|
5013
|
+
"kflow-learning-companion",
|
|
5013
5014
|
"std-app-layout",
|
|
5014
5015
|
"std-app-search",
|
|
5015
5016
|
"std-approval-gate",
|
|
@@ -8324,6 +8325,7 @@
|
|
|
8324
8325
|
},
|
|
8325
8326
|
"defaultIcons": [],
|
|
8326
8327
|
"composableWith": [
|
|
8328
|
+
"kflow-learning-companion",
|
|
8327
8329
|
"std-app-layout",
|
|
8328
8330
|
"std-app-search",
|
|
8329
8331
|
"std-approval-gate",
|
|
@@ -9930,6 +9932,7 @@
|
|
|
9930
9932
|
},
|
|
9931
9933
|
"defaultIcons": [],
|
|
9932
9934
|
"composableWith": [
|
|
9935
|
+
"kflow-learning-companion",
|
|
9933
9936
|
"std-app-layout",
|
|
9934
9937
|
"std-app-search",
|
|
9935
9938
|
"std-approval-gate",
|
|
@@ -16751,7 +16754,7 @@
|
|
|
16751
16754
|
"topic": "ui/core",
|
|
16752
16755
|
"family": "ui/core",
|
|
16753
16756
|
"layer": "UI Patterns",
|
|
16754
|
-
"description": "Aside — a secondary side panel that hosts navigation links or supplementary content alongside a main content area.",
|
|
16757
|
+
"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).",
|
|
16755
16758
|
"defaultOrbitalName": "AsideOrbital",
|
|
16756
16759
|
"statePattern": "idle",
|
|
16757
16760
|
"complexity": {
|
|
@@ -36538,6 +36541,7 @@
|
|
|
36538
36541
|
},
|
|
36539
36542
|
"defaultIcons": [],
|
|
36540
36543
|
"composableWith": [
|
|
36544
|
+
"kflow-learning-companion",
|
|
36541
36545
|
"std-app-layout",
|
|
36542
36546
|
"std-app-search",
|
|
36543
36547
|
"std-approval-gate",
|
|
@@ -37645,7 +37649,7 @@
|
|
|
37645
37649
|
"topic": "ui/core",
|
|
37646
37650
|
"family": "ui/core",
|
|
37647
37651
|
"layer": "UI Patterns",
|
|
37648
|
-
"description": "DataGrid — structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
|
|
37652
|
+
"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).",
|
|
37649
37653
|
"defaultOrbitalName": "DataGridOrbital",
|
|
37650
37654
|
"statePattern": "idle",
|
|
37651
37655
|
"complexity": {
|
|
@@ -40507,6 +40511,7 @@
|
|
|
40507
40511
|
},
|
|
40508
40512
|
"defaultIcons": [],
|
|
40509
40513
|
"composableWith": [
|
|
40514
|
+
"kflow-learning-companion",
|
|
40510
40515
|
"std-app-layout",
|
|
40511
40516
|
"std-app-search",
|
|
40512
40517
|
"std-approval-gate",
|
|
@@ -42460,7 +42465,7 @@
|
|
|
42460
42465
|
"topic": "ui/core",
|
|
42461
42466
|
"family": "ui/core",
|
|
42462
42467
|
"layer": "UI Patterns",
|
|
42463
|
-
"description": "FilterGroup — a panel of filter controls that narrows a collection by field values.",
|
|
42468
|
+
"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).",
|
|
42464
42469
|
"defaultOrbitalName": "FilterGroupOrbital",
|
|
42465
42470
|
"statePattern": "idle",
|
|
42466
42471
|
"complexity": {
|
|
@@ -43024,7 +43029,7 @@
|
|
|
43024
43029
|
"topic": "ui/core",
|
|
43025
43030
|
"family": "ui/core",
|
|
43026
43031
|
"layer": "UI Patterns",
|
|
43027
|
-
"description": "FlipCard — flip card that reveals a hidden back face on tap or click, toggling between a front and back content slot.",
|
|
43032
|
+
"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).",
|
|
43028
43033
|
"defaultOrbitalName": "FlipCardOrbital",
|
|
43029
43034
|
"statePattern": "idle",
|
|
43030
43035
|
"complexity": {
|
|
@@ -46717,6 +46722,7 @@
|
|
|
46717
46722
|
},
|
|
46718
46723
|
"defaultIcons": [],
|
|
46719
46724
|
"composableWith": [
|
|
46725
|
+
"kflow-learning-companion",
|
|
46720
46726
|
"std-app-layout",
|
|
46721
46727
|
"std-app-search",
|
|
46722
46728
|
"std-approval-gate",
|
|
@@ -49257,6 +49263,7 @@
|
|
|
49257
49263
|
},
|
|
49258
49264
|
"defaultIcons": [],
|
|
49259
49265
|
"composableWith": [
|
|
49266
|
+
"kflow-learning-companion",
|
|
49260
49267
|
"std-app-layout",
|
|
49261
49268
|
"std-app-search",
|
|
49262
49269
|
"std-approval-gate",
|
|
@@ -53246,7 +53253,7 @@
|
|
|
53246
53253
|
"topic": "ui/core",
|
|
53247
53254
|
"family": "ui/core",
|
|
53248
53255
|
"layer": "UI Patterns",
|
|
53249
|
-
"description": "QuizBlock — a single quiz question with answer choices and submit/reveal feedback.",
|
|
53256
|
+
"description": "QuizBlock — a single quiz question with answer choices and submit/reveal feedback. — UI factory (1:1 with the @almadar/ui quiz-block pattern).",
|
|
53250
53257
|
"defaultOrbitalName": "QuizBlockOrbital",
|
|
53251
53258
|
"statePattern": "idle",
|
|
53252
53259
|
"complexity": {
|
|
@@ -54094,7 +54101,7 @@
|
|
|
54094
54101
|
"topic": "ui/core",
|
|
54095
54102
|
"family": "ui/core",
|
|
54096
54103
|
"layer": "UI Patterns",
|
|
54097
|
-
"description": "RepeatableFormSection — a form section that repeats a fixed group of fields, letting the user add or remove entries.",
|
|
54104
|
+
"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).",
|
|
54098
54105
|
"defaultOrbitalName": "RepeatableFormSectionOrbital",
|
|
54099
54106
|
"statePattern": "idle",
|
|
54100
54107
|
"complexity": {
|
|
@@ -55862,6 +55869,7 @@
|
|
|
55862
55869
|
},
|
|
55863
55870
|
"defaultIcons": [],
|
|
55864
55871
|
"composableWith": [
|
|
55872
|
+
"kflow-learning-companion",
|
|
55865
55873
|
"std-app-layout",
|
|
55866
55874
|
"std-app-search",
|
|
55867
55875
|
"std-approval-gate",
|
|
@@ -56417,7 +56425,7 @@
|
|
|
56417
56425
|
"topic": "ui/core",
|
|
56418
56426
|
"family": "ui/core",
|
|
56419
56427
|
"layer": "UI Patterns",
|
|
56420
|
-
"description": "SignaturePad — a draw-to-sign canvas that captures a handwritten signature or initials.",
|
|
56428
|
+
"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).",
|
|
56421
56429
|
"defaultOrbitalName": "SignaturePadOrbital",
|
|
56422
56430
|
"statePattern": "idle",
|
|
56423
56431
|
"complexity": {
|
|
@@ -57542,7 +57550,7 @@
|
|
|
57542
57550
|
"topic": "ui/core",
|
|
57543
57551
|
"family": "ui/core",
|
|
57544
57552
|
"layer": "UI Patterns",
|
|
57545
|
-
"description": "SortableList — a drag-and-drop reorderable list of items.",
|
|
57553
|
+
"description": "SortableList — a drag-and-drop reorderable list of items. — UI factory (1:1 with the @almadar/ui sortable-list pattern).",
|
|
57546
57554
|
"defaultOrbitalName": "SortableListOrbital",
|
|
57547
57555
|
"statePattern": "idle",
|
|
57548
57556
|
"complexity": {
|
|
@@ -58958,7 +58966,7 @@
|
|
|
58958
58966
|
"topic": "ui/core",
|
|
58959
58967
|
"family": "ui/core",
|
|
58960
58968
|
"layer": "UI Patterns",
|
|
58961
|
-
"description": "TableView — sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
|
|
58969
|
+
"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).",
|
|
58962
58970
|
"defaultOrbitalName": "TableViewOrbital",
|
|
58963
58971
|
"statePattern": "idle",
|
|
58964
58972
|
"complexity": {
|
|
@@ -67485,6 +67493,7 @@
|
|
|
67485
67493
|
},
|
|
67486
67494
|
"defaultIcons": [],
|
|
67487
67495
|
"composableWith": [
|
|
67496
|
+
"kflow-learning-companion",
|
|
67488
67497
|
"std-app-layout",
|
|
67489
67498
|
"std-app-search",
|
|
67490
67499
|
"std-approval-gate",
|
|
@@ -112379,7 +112388,7 @@
|
|
|
112379
112388
|
"topic": "ui/marketing",
|
|
112380
112389
|
"family": "ui/marketing",
|
|
112381
112390
|
"layer": "UI Patterns",
|
|
112382
|
-
"description": "MarketingStatCard — a single number-highlight card pairing a large value with a label and trend delta.",
|
|
112391
|
+
"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).",
|
|
112383
112392
|
"defaultOrbitalName": "MarketingStatCardOrbital",
|
|
112384
112393
|
"statePattern": "idle",
|
|
112385
112394
|
"complexity": {
|
|
@@ -112701,7 +112710,7 @@
|
|
|
112701
112710
|
"topic": "ui/marketing",
|
|
112702
112711
|
"family": "ui/marketing",
|
|
112703
112712
|
"layer": "UI Patterns",
|
|
112704
|
-
"description": "CaseStudyCard — a card summarizing a customer case study with logo, headline result, and link.",
|
|
112713
|
+
"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).",
|
|
112705
112714
|
"defaultOrbitalName": "CaseStudyCardOrbital",
|
|
112706
112715
|
"statePattern": "idle",
|
|
112707
112716
|
"complexity": {
|
|
@@ -113023,7 +113032,7 @@
|
|
|
113023
113032
|
"topic": "ui/marketing",
|
|
113024
113033
|
"family": "ui/marketing",
|
|
113025
113034
|
"layer": "UI Patterns",
|
|
113026
|
-
"description": "FeatureCard — an icon-led card pairing a title and description to call out a single product feature.",
|
|
113035
|
+
"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).",
|
|
113027
113036
|
"defaultOrbitalName": "FeatureCardOrbital",
|
|
113028
113037
|
"statePattern": "idle",
|
|
113029
113038
|
"complexity": {
|
|
@@ -113559,7 +113568,7 @@
|
|
|
113559
113568
|
"topic": "ui/marketing",
|
|
113560
113569
|
"family": "ui/marketing",
|
|
113561
113570
|
"layer": "UI Patterns",
|
|
113562
|
-
"description": "PricingCard — a single pricing-tier card with price, billing period, feature list, and call-to-action.",
|
|
113571
|
+
"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).",
|
|
113563
113572
|
"defaultOrbitalName": "PricingCardOrbital",
|
|
113564
113573
|
"statePattern": "idle",
|
|
113565
113574
|
"complexity": {
|