@almadar/std 13.0.2 → 13.0.4

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