@almadar/std 13.0.1 → 13.0.3

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.
@@ -317,9 +317,10 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
+ "gap": "lg",
321
+ "direction": "vertical",
320
322
  "children": [
321
323
  {
322
- "type": "stack",
323
324
  "align": "center",
324
325
  "children": [
325
326
  {
@@ -327,40 +328,41 @@
327
328
  "type": "icon"
328
329
  },
329
330
  {
330
- "variant": "h2",
331
331
  "type": "typography",
332
- "content": "Outcome Learner"
332
+ "content": "Outcome Learner",
333
+ "variant": "h2"
333
334
  }
334
335
  ],
335
336
  "direction": "horizontal",
337
+ "type": "stack",
336
338
  "gap": "sm"
337
339
  },
338
340
  {
339
341
  "type": "divider"
340
342
  },
341
343
  {
342
- "type": "simple-grid",
343
- "cols": 3.0,
344
344
  "children": [
345
345
  {
346
346
  "type": "stat-display",
347
347
  "icon": "check-circle",
348
- "label": "Successes",
349
- "value": "@entity.totalSuccesses"
348
+ "value": "@entity.totalSuccesses",
349
+ "label": "Successes"
350
350
  },
351
351
  {
352
- "value": "@entity.totalFailures",
352
+ "type": "stat-display",
353
353
  "label": "Failures",
354
354
  "icon": "x-circle",
355
- "type": "stat-display"
355
+ "value": "@entity.totalFailures"
356
356
  },
357
357
  {
358
- "icon": "cpu",
359
- "type": "stat-display",
360
358
  "value": "@entity.provider",
361
- "label": "Current Provider"
359
+ "label": "Current Provider",
360
+ "icon": "cpu",
361
+ "type": "stat-display"
362
362
  }
363
- ]
363
+ ],
364
+ "type": "simple-grid",
365
+ "cols": 3.0
364
366
  },
365
367
  {
366
368
  "type": "divider"
@@ -368,11 +370,13 @@
368
370
  {
369
371
  "children": [
370
372
  {
373
+ "direction": "vertical",
374
+ "type": "stack",
371
375
  "children": [
372
376
  {
377
+ "content": "Listening for task outcomes...",
373
378
  "variant": "body",
374
- "type": "typography",
375
- "content": "Listening for task outcomes..."
379
+ "type": "typography"
376
380
  },
377
381
  {
378
382
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
@@ -380,48 +384,44 @@
380
384
  "type": "typography"
381
385
  }
382
386
  ],
383
- "type": "stack",
384
- "gap": "md",
385
- "direction": "vertical"
387
+ "gap": "md"
386
388
  }
387
389
  ],
388
390
  "type": "card"
389
391
  },
390
392
  {
393
+ "type": "card",
391
394
  "children": [
392
395
  {
393
- "gap": "sm",
394
396
  "type": "stack",
395
- "direction": "vertical",
396
397
  "children": [
397
398
  {
398
- "type": "typography",
399
399
  "variant": "caption",
400
+ "type": "typography",
400
401
  "content": "Last Outcome"
401
402
  },
402
403
  {
403
- "type": "typography",
404
404
  "content": "@entity.outcome",
405
+ "type": "typography",
405
406
  "variant": "body"
406
407
  },
407
408
  {
408
409
  "type": "typography",
409
- "content": "Impact Analysis",
410
- "variant": "caption"
410
+ "variant": "caption",
411
+ "content": "Impact Analysis"
411
412
  },
412
413
  {
414
+ "variant": "body",
413
415
  "type": "typography",
414
- "content": "@entity.impact",
415
- "variant": "body"
416
+ "content": "@entity.impact"
416
417
  }
417
- ]
418
+ ],
419
+ "direction": "vertical",
420
+ "gap": "sm"
418
421
  }
419
- ],
420
- "type": "card"
422
+ ]
421
423
  }
422
424
  ],
423
- "direction": "vertical",
424
- "gap": "lg",
425
425
  "type": "stack"
426
426
  }
427
427
  ]
@@ -479,28 +479,28 @@
479
479
  "render-ui",
480
480
  "main",
481
481
  {
482
+ "type": "stack",
483
+ "direction": "vertical",
482
484
  "children": [
483
485
  {
484
486
  "type": "icon",
485
487
  "name": "save"
486
488
  },
487
489
  {
488
- "content": "Recording outcome...",
489
490
  "variant": "h3",
491
+ "content": "Recording outcome...",
490
492
  "type": "typography"
491
493
  },
492
494
  {
493
495
  "type": "spinner"
494
496
  },
495
497
  {
496
- "type": "badge",
497
- "label": "@entity.outcome"
498
+ "label": "@entity.outcome",
499
+ "type": "badge"
498
500
  }
499
501
  ],
500
- "direction": "vertical",
501
- "gap": "lg",
502
- "type": "stack",
503
- "align": "center"
502
+ "align": "center",
503
+ "gap": "lg"
504
504
  }
505
505
  ]
506
506
  ]
@@ -568,21 +568,21 @@
568
568
  },
569
569
  {
570
570
  "content": "Recording outcome...",
571
- "variant": "h3",
572
- "type": "typography"
571
+ "type": "typography",
572
+ "variant": "h3"
573
573
  },
574
574
  {
575
575
  "type": "spinner"
576
576
  },
577
577
  {
578
- "label": "@entity.outcome",
579
- "type": "badge"
578
+ "type": "badge",
579
+ "label": "@entity.outcome"
580
580
  }
581
581
  ],
582
582
  "type": "stack",
583
- "gap": "lg",
584
583
  "direction": "vertical",
585
- "align": "center"
584
+ "align": "center",
585
+ "gap": "lg"
586
586
  }
587
587
  ]
588
588
  ]
@@ -608,94 +608,94 @@
608
608
  "type": "stack",
609
609
  "children": [
610
610
  {
611
+ "direction": "horizontal",
612
+ "align": "center",
613
+ "type": "stack",
614
+ "gap": "sm",
611
615
  "children": [
612
616
  {
613
617
  "type": "icon",
614
618
  "name": "graduation-cap"
615
619
  },
616
620
  {
621
+ "content": "Outcome Learner",
617
622
  "type": "typography",
618
- "variant": "h2",
619
- "content": "Outcome Learner"
623
+ "variant": "h2"
620
624
  }
621
- ],
622
- "align": "center",
623
- "type": "stack",
624
- "direction": "horizontal",
625
- "gap": "sm"
625
+ ]
626
626
  },
627
627
  {
628
628
  "type": "divider"
629
629
  },
630
630
  {
631
- "type": "simple-grid",
631
+ "cols": 3.0,
632
632
  "children": [
633
633
  {
634
634
  "type": "stat-display",
635
- "icon": "check-circle",
636
635
  "label": "Successes",
637
- "value": "@entity.totalSuccesses"
636
+ "value": "@entity.totalSuccesses",
637
+ "icon": "check-circle"
638
638
  },
639
639
  {
640
640
  "label": "Failures",
641
+ "icon": "x-circle",
641
642
  "value": "@entity.totalFailures",
642
- "type": "stat-display",
643
- "icon": "x-circle"
643
+ "type": "stat-display"
644
644
  },
645
645
  {
646
+ "value": "@entity.provider",
646
647
  "type": "stat-display",
647
648
  "icon": "cpu",
648
- "label": "Current Provider",
649
- "value": "@entity.provider"
649
+ "label": "Current Provider"
650
650
  }
651
651
  ],
652
- "cols": 3.0
652
+ "type": "simple-grid"
653
653
  },
654
654
  {
655
655
  "type": "divider"
656
656
  },
657
657
  {
658
+ "type": "card",
658
659
  "children": [
659
660
  {
661
+ "type": "stack",
662
+ "direction": "vertical",
660
663
  "gap": "md",
661
664
  "children": [
662
665
  {
663
- "variant": "body",
666
+ "content": "Listening for task outcomes...",
664
667
  "type": "typography",
665
- "content": "Listening for task outcomes..."
668
+ "variant": "body"
666
669
  },
667
670
  {
668
- "variant": "caption",
669
671
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
670
- "type": "typography"
672
+ "type": "typography",
673
+ "variant": "caption"
671
674
  }
672
- ],
673
- "type": "stack",
674
- "direction": "vertical"
675
+ ]
675
676
  }
676
- ],
677
- "type": "card"
677
+ ]
678
678
  },
679
679
  {
680
+ "type": "card",
680
681
  "children": [
681
682
  {
682
683
  "type": "stack",
683
- "direction": "vertical",
684
684
  "children": [
685
685
  {
686
- "type": "typography",
687
686
  "variant": "caption",
687
+ "type": "typography",
688
688
  "content": "Last Outcome"
689
689
  },
690
690
  {
691
- "variant": "body",
692
691
  "type": "typography",
693
- "content": "@entity.outcome"
692
+ "content": "@entity.outcome",
693
+ "variant": "body"
694
694
  },
695
695
  {
696
- "variant": "caption",
696
+ "content": "Impact Analysis",
697
697
  "type": "typography",
698
- "content": "Impact Analysis"
698
+ "variant": "caption"
699
699
  },
700
700
  {
701
701
  "type": "typography",
@@ -703,10 +703,10 @@
703
703
  "variant": "body"
704
704
  }
705
705
  ],
706
- "gap": "sm"
706
+ "gap": "sm",
707
+ "direction": "vertical"
707
708
  }
708
- ],
709
- "type": "card"
709
+ ]
710
710
  }
711
711
  ]
712
712
  }
@@ -786,9 +786,6 @@
786
786
  "render-ui",
787
787
  "main",
788
788
  {
789
- "type": "stack",
790
- "gap": "lg",
791
- "direction": "vertical",
792
789
  "align": "center",
793
790
  "children": [
794
791
  {
@@ -805,21 +802,24 @@
805
802
  },
806
803
  {
807
804
  "gap": "md",
808
- "direction": "horizontal",
805
+ "type": "stack",
806
+ "justify": "center",
809
807
  "children": [
810
808
  {
811
809
  "type": "badge",
812
810
  "label": "@entity.category"
813
811
  },
814
812
  {
815
- "type": "badge",
816
- "label": "@entity.isSuccess"
813
+ "label": "@entity.isSuccess",
814
+ "type": "badge"
817
815
  }
818
816
  ],
819
- "justify": "center",
820
- "type": "stack"
817
+ "direction": "horizontal"
821
818
  }
822
- ]
819
+ ],
820
+ "type": "stack",
821
+ "direction": "vertical",
822
+ "gap": "lg"
823
823
  }
824
824
  ]
825
825
  ]
@@ -843,25 +843,24 @@
843
843
  "render-ui",
844
844
  "main",
845
845
  {
846
- "direction": "vertical",
847
846
  "gap": "lg",
848
847
  "children": [
849
848
  {
849
+ "type": "stack",
850
850
  "direction": "horizontal",
851
+ "gap": "sm",
852
+ "align": "center",
851
853
  "children": [
852
854
  {
853
855
  "type": "icon",
854
856
  "name": "graduation-cap"
855
857
  },
856
858
  {
857
- "variant": "h2",
858
859
  "type": "typography",
860
+ "variant": "h2",
859
861
  "content": "Outcome Learner"
860
862
  }
861
- ],
862
- "type": "stack",
863
- "gap": "sm",
864
- "align": "center"
863
+ ]
865
864
  },
866
865
  {
867
866
  "type": "divider"
@@ -871,22 +870,22 @@
871
870
  "type": "simple-grid",
872
871
  "children": [
873
872
  {
873
+ "label": "Successes",
874
874
  "type": "stat-display",
875
875
  "icon": "check-circle",
876
- "label": "Successes",
877
876
  "value": "@entity.totalSuccesses"
878
877
  },
879
878
  {
880
- "icon": "x-circle",
881
- "label": "Failures",
879
+ "value": "@entity.totalFailures",
882
880
  "type": "stat-display",
883
- "value": "@entity.totalFailures"
881
+ "label": "Failures",
882
+ "icon": "x-circle"
884
883
  },
885
884
  {
886
- "type": "stat-display",
887
- "label": "Current Provider",
888
885
  "icon": "cpu",
889
- "value": "@entity.provider"
886
+ "value": "@entity.provider",
887
+ "type": "stat-display",
888
+ "label": "Current Provider"
890
889
  }
891
890
  ]
892
891
  },
@@ -894,17 +893,16 @@
894
893
  "type": "divider"
895
894
  },
896
895
  {
897
- "type": "card",
898
896
  "children": [
899
897
  {
900
- "gap": "md",
901
- "direction": "vertical",
902
898
  "type": "stack",
899
+ "direction": "vertical",
900
+ "gap": "md",
903
901
  "children": [
904
902
  {
905
903
  "type": "typography",
906
- "variant": "body",
907
- "content": "Listening for task outcomes..."
904
+ "content": "Listening for task outcomes...",
905
+ "variant": "body"
908
906
  },
909
907
  {
910
908
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
@@ -913,41 +911,43 @@
913
911
  }
914
912
  ]
915
913
  }
916
- ]
914
+ ],
915
+ "type": "card"
917
916
  },
918
917
  {
919
- "type": "card",
920
918
  "children": [
921
919
  {
922
920
  "type": "stack",
923
921
  "direction": "vertical",
924
- "gap": "sm",
925
922
  "children": [
926
923
  {
927
924
  "type": "typography",
928
- "content": "Last Outcome",
929
- "variant": "caption"
925
+ "variant": "caption",
926
+ "content": "Last Outcome"
930
927
  },
931
928
  {
929
+ "variant": "body",
932
930
  "type": "typography",
933
- "content": "@entity.outcome",
934
- "variant": "body"
931
+ "content": "@entity.outcome"
935
932
  },
936
933
  {
937
- "content": "Impact Analysis",
938
934
  "type": "typography",
935
+ "content": "Impact Analysis",
939
936
  "variant": "caption"
940
937
  },
941
938
  {
939
+ "variant": "body",
942
940
  "content": "@entity.impact",
943
- "type": "typography",
944
- "variant": "body"
941
+ "type": "typography"
945
942
  }
946
- ]
943
+ ],
944
+ "gap": "sm"
947
945
  }
948
- ]
946
+ ],
947
+ "type": "card"
949
948
  }
950
949
  ],
950
+ "direction": "vertical",
951
951
  "type": "stack"
952
952
  }
953
953
  ]
@@ -982,109 +982,109 @@
982
982
  "direction": "vertical",
983
983
  "children": [
984
984
  {
985
- "align": "center",
986
985
  "children": [
987
986
  {
988
- "name": "graduation-cap",
989
- "type": "icon"
987
+ "type": "icon",
988
+ "name": "graduation-cap"
990
989
  },
991
990
  {
992
- "variant": "h2",
991
+ "content": "Outcome Learner",
993
992
  "type": "typography",
994
- "content": "Outcome Learner"
993
+ "variant": "h2"
995
994
  }
996
995
  ],
997
- "type": "stack",
996
+ "direction": "horizontal",
998
997
  "gap": "sm",
999
- "direction": "horizontal"
998
+ "type": "stack",
999
+ "align": "center"
1000
1000
  },
1001
1001
  {
1002
1002
  "type": "divider"
1003
1003
  },
1004
1004
  {
1005
+ "cols": 3.0,
1005
1006
  "children": [
1006
1007
  {
1007
- "label": "Successes",
1008
1008
  "value": "@entity.totalSuccesses",
1009
- "type": "stat-display",
1010
- "icon": "check-circle"
1009
+ "icon": "check-circle",
1010
+ "label": "Successes",
1011
+ "type": "stat-display"
1011
1012
  },
1012
1013
  {
1013
- "value": "@entity.totalFailures",
1014
- "icon": "x-circle",
1015
1014
  "type": "stat-display",
1016
- "label": "Failures"
1015
+ "label": "Failures",
1016
+ "value": "@entity.totalFailures",
1017
+ "icon": "x-circle"
1017
1018
  },
1018
1019
  {
1019
- "type": "stat-display",
1020
1020
  "value": "@entity.provider",
1021
- "icon": "cpu",
1022
- "label": "Current Provider"
1021
+ "type": "stat-display",
1022
+ "label": "Current Provider",
1023
+ "icon": "cpu"
1023
1024
  }
1024
1025
  ],
1025
- "cols": 3.0,
1026
1026
  "type": "simple-grid"
1027
1027
  },
1028
1028
  {
1029
1029
  "type": "divider"
1030
1030
  },
1031
1031
  {
1032
- "type": "card",
1033
1032
  "children": [
1034
1033
  {
1034
+ "gap": "md",
1035
+ "type": "stack",
1036
+ "direction": "vertical",
1035
1037
  "children": [
1036
1038
  {
1037
- "content": "Listening for task outcomes...",
1038
1039
  "type": "typography",
1040
+ "content": "Listening for task outcomes...",
1039
1041
  "variant": "body"
1040
1042
  },
1041
1043
  {
1042
- "type": "typography",
1043
1044
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
1044
- "variant": "caption"
1045
+ "variant": "caption",
1046
+ "type": "typography"
1045
1047
  }
1046
- ],
1047
- "direction": "vertical",
1048
- "type": "stack",
1049
- "gap": "md"
1048
+ ]
1050
1049
  }
1051
- ]
1050
+ ],
1051
+ "type": "card"
1052
1052
  },
1053
1053
  {
1054
1054
  "type": "card",
1055
1055
  "children": [
1056
1056
  {
1057
- "direction": "vertical",
1058
1057
  "gap": "sm",
1059
1058
  "children": [
1060
1059
  {
1061
- "type": "typography",
1060
+ "variant": "caption",
1062
1061
  "content": "Last Outcome",
1063
- "variant": "caption"
1062
+ "type": "typography"
1064
1063
  },
1065
1064
  {
1066
- "type": "typography",
1065
+ "content": "@entity.outcome",
1067
1066
  "variant": "body",
1068
- "content": "@entity.outcome"
1067
+ "type": "typography"
1069
1068
  },
1070
1069
  {
1070
+ "content": "Impact Analysis",
1071
1071
  "variant": "caption",
1072
- "type": "typography",
1073
- "content": "Impact Analysis"
1072
+ "type": "typography"
1074
1073
  },
1075
1074
  {
1075
+ "type": "typography",
1076
1076
  "content": "@entity.impact",
1077
- "variant": "body",
1078
- "type": "typography"
1077
+ "variant": "body"
1079
1078
  }
1080
1079
  ],
1081
- "type": "stack"
1080
+ "type": "stack",
1081
+ "direction": "vertical"
1082
1082
  }
1083
1083
  ]
1084
1084
  }
1085
1085
  ],
1086
- "type": "stack",
1087
- "gap": "lg"
1086
+ "gap": "lg",
1087
+ "type": "stack"
1088
1088
  }
1089
1089
  ]
1090
1090
  ]
@@ -1108,25 +1108,25 @@
1108
1108
  "render-ui",
1109
1109
  "main",
1110
1110
  {
1111
+ "direction": "vertical",
1111
1112
  "type": "stack",
1112
- "gap": "lg",
1113
1113
  "children": [
1114
1114
  {
1115
- "type": "stack",
1116
1115
  "direction": "horizontal",
1116
+ "type": "stack",
1117
1117
  "gap": "sm",
1118
+ "align": "center",
1118
1119
  "children": [
1119
1120
  {
1120
- "type": "icon",
1121
- "name": "graduation-cap"
1121
+ "name": "graduation-cap",
1122
+ "type": "icon"
1122
1123
  },
1123
1124
  {
1124
- "variant": "h2",
1125
+ "content": "Outcome Learner",
1125
1126
  "type": "typography",
1126
- "content": "Outcome Learner"
1127
+ "variant": "h2"
1127
1128
  }
1128
- ],
1129
- "align": "center"
1129
+ ]
1130
1130
  },
1131
1131
  {
1132
1132
  "type": "divider"
@@ -1134,22 +1134,22 @@
1134
1134
  {
1135
1135
  "children": [
1136
1136
  {
1137
- "icon": "check-circle",
1138
1137
  "type": "stat-display",
1139
- "label": "Successes",
1140
- "value": "@entity.totalSuccesses"
1138
+ "icon": "check-circle",
1139
+ "value": "@entity.totalSuccesses",
1140
+ "label": "Successes"
1141
1141
  },
1142
1142
  {
1143
1143
  "type": "stat-display",
1144
1144
  "label": "Failures",
1145
- "value": "@entity.totalFailures",
1146
- "icon": "x-circle"
1145
+ "icon": "x-circle",
1146
+ "value": "@entity.totalFailures"
1147
1147
  },
1148
1148
  {
1149
1149
  "label": "Current Provider",
1150
+ "icon": "cpu",
1150
1151
  "value": "@entity.provider",
1151
- "type": "stat-display",
1152
- "icon": "cpu"
1152
+ "type": "stat-display"
1153
1153
  }
1154
1154
  ],
1155
1155
  "type": "simple-grid",
@@ -1159,61 +1159,61 @@
1159
1159
  "type": "divider"
1160
1160
  },
1161
1161
  {
1162
- "type": "card",
1163
1162
  "children": [
1164
1163
  {
1165
1164
  "type": "stack",
1165
+ "gap": "md",
1166
1166
  "direction": "vertical",
1167
1167
  "children": [
1168
1168
  {
1169
- "type": "typography",
1170
1169
  "content": "Listening for task outcomes...",
1171
- "variant": "body"
1170
+ "variant": "body",
1171
+ "type": "typography"
1172
1172
  },
1173
1173
  {
1174
- "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
1175
1174
  "type": "typography",
1176
- "variant": "caption"
1175
+ "variant": "caption",
1176
+ "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
1177
1177
  }
1178
- ],
1179
- "gap": "md"
1178
+ ]
1180
1179
  }
1181
- ]
1180
+ ],
1181
+ "type": "card"
1182
1182
  },
1183
1183
  {
1184
+ "type": "card",
1184
1185
  "children": [
1185
1186
  {
1187
+ "type": "stack",
1188
+ "direction": "vertical",
1189
+ "gap": "sm",
1186
1190
  "children": [
1187
1191
  {
1188
- "content": "Last Outcome",
1189
1192
  "variant": "caption",
1193
+ "content": "Last Outcome",
1190
1194
  "type": "typography"
1191
1195
  },
1192
1196
  {
1193
1197
  "type": "typography",
1194
- "variant": "body",
1195
- "content": "@entity.outcome"
1198
+ "content": "@entity.outcome",
1199
+ "variant": "body"
1196
1200
  },
1197
1201
  {
1198
1202
  "variant": "caption",
1199
- "content": "Impact Analysis",
1200
- "type": "typography"
1203
+ "type": "typography",
1204
+ "content": "Impact Analysis"
1201
1205
  },
1202
1206
  {
1203
- "variant": "body",
1207
+ "content": "@entity.impact",
1204
1208
  "type": "typography",
1205
- "content": "@entity.impact"
1209
+ "variant": "body"
1206
1210
  }
1207
- ],
1208
- "type": "stack",
1209
- "direction": "vertical",
1210
- "gap": "sm"
1211
+ ]
1211
1212
  }
1212
- ],
1213
- "type": "card"
1213
+ ]
1214
1214
  }
1215
1215
  ],
1216
- "direction": "vertical"
1216
+ "gap": "lg"
1217
1217
  }
1218
1218
  ]
1219
1219
  ]
@@ -1271,4 +1271,4 @@
1271
1271
  ]
1272
1272
  }
1273
1273
  ]
1274
- }
1274
+ }