@genesislcap/foundation-ui 14.238.2 → 14.239.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +981 -981
  2. package/package.json +16 -16
@@ -819,264 +819,6 @@
819
819
  }
820
820
  ]
821
821
  },
822
- {
823
- "kind": "javascript-module",
824
- "path": "src/_common/icons.ts",
825
- "declarations": [
826
- {
827
- "kind": "function",
828
- "name": "closeIcon",
829
- "parameters": [
830
- {
831
- "name": "slot",
832
- "default": "'start'"
833
- },
834
- {
835
- "name": "fill",
836
- "default": "'#879ba6'"
837
- }
838
- ]
839
- }
840
- ],
841
- "exports": [
842
- {
843
- "kind": "js",
844
- "name": "closeIcon",
845
- "declaration": {
846
- "name": "closeIcon",
847
- "module": "src/_common/icons.ts"
848
- }
849
- }
850
- ]
851
- },
852
- {
853
- "kind": "javascript-module",
854
- "path": "src/_common/index.ts",
855
- "declarations": [],
856
- "exports": [
857
- {
858
- "kind": "js",
859
- "name": "*",
860
- "declaration": {
861
- "name": "*",
862
- "package": "./icons"
863
- }
864
- }
865
- ]
866
- },
867
- {
868
- "kind": "javascript-module",
869
- "path": "src/_config/index.ts",
870
- "declarations": [],
871
- "exports": [
872
- {
873
- "kind": "js",
874
- "name": "*",
875
- "declaration": {
876
- "name": "*",
877
- "package": "./styles"
878
- }
879
- },
880
- {
881
- "kind": "js",
882
- "name": "*",
883
- "declaration": {
884
- "name": "*",
885
- "package": "./tokens"
886
- }
887
- },
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./values"
894
- }
895
- }
896
- ]
897
- },
898
- {
899
- "kind": "javascript-module",
900
- "path": "src/accordion/accordion.styles.ts",
901
- "declarations": [
902
- {
903
- "kind": "function",
904
- "name": "foundationAccordionStyles",
905
- "return": {
906
- "type": {
907
- "text": "ElementStyles"
908
- }
909
- },
910
- "parameters": [
911
- {
912
- "name": "context",
913
- "type": {
914
- "text": "ElementDefinitionContext"
915
- }
916
- },
917
- {
918
- "name": "definition",
919
- "type": {
920
- "text": "FoundationElementDefinition"
921
- }
922
- }
923
- ]
924
- }
925
- ],
926
- "exports": [
927
- {
928
- "kind": "js",
929
- "name": "foundationAccordionStyles",
930
- "declaration": {
931
- "name": "foundationAccordionStyles",
932
- "module": "src/accordion/accordion.styles.ts"
933
- }
934
- }
935
- ]
936
- },
937
- {
938
- "kind": "javascript-module",
939
- "path": "src/accordion/accordion.template.ts",
940
- "declarations": [
941
- {
942
- "kind": "function",
943
- "name": "foundationAccordionTemplate",
944
- "return": {
945
- "type": {
946
- "text": "ViewTemplate<Accordion>"
947
- }
948
- },
949
- "parameters": [
950
- {
951
- "name": "context",
952
- "type": {
953
- "text": "ElementDefinitionContext"
954
- }
955
- },
956
- {
957
- "name": "definition",
958
- "type": {
959
- "text": "FoundationElementDefinition"
960
- }
961
- }
962
- ]
963
- }
964
- ],
965
- "exports": [
966
- {
967
- "kind": "js",
968
- "name": "foundationAccordionTemplate",
969
- "declaration": {
970
- "name": "foundationAccordionTemplate",
971
- "module": "src/accordion/accordion.template.ts"
972
- }
973
- }
974
- ]
975
- },
976
- {
977
- "kind": "javascript-module",
978
- "path": "src/accordion/accordion.ts",
979
- "declarations": [
980
- {
981
- "kind": "class",
982
- "description": "",
983
- "name": "Accordion",
984
- "superclass": {
985
- "name": "FASTAccordion",
986
- "package": "@microsoft/fast-foundation"
987
- },
988
- "tagName": "%%prefix%%-accordion",
989
- "customElement": true
990
- },
991
- {
992
- "kind": "variable",
993
- "name": "foundationAccordionShadowOptions",
994
- "type": {
995
- "text": "ShadowRootInit"
996
- },
997
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
- },
999
- {
1000
- "kind": "variable",
1001
- "name": "defaultAccordionConfig",
1002
- "type": {
1003
- "text": "object"
1004
- },
1005
- "default": "{}"
1006
- },
1007
- {
1008
- "kind": "variable",
1009
- "name": "foundationAccordion",
1010
- "description": "The Foundation Accordion",
1011
- "privacy": "public"
1012
- }
1013
- ],
1014
- "exports": [
1015
- {
1016
- "kind": "js",
1017
- "name": "Accordion",
1018
- "declaration": {
1019
- "name": "Accordion",
1020
- "module": "src/accordion/accordion.ts"
1021
- }
1022
- },
1023
- {
1024
- "kind": "js",
1025
- "name": "foundationAccordionShadowOptions",
1026
- "declaration": {
1027
- "name": "foundationAccordionShadowOptions",
1028
- "module": "src/accordion/accordion.ts"
1029
- }
1030
- },
1031
- {
1032
- "kind": "js",
1033
- "name": "defaultAccordionConfig",
1034
- "declaration": {
1035
- "name": "defaultAccordionConfig",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "foundationAccordion",
1042
- "declaration": {
1043
- "name": "foundationAccordion",
1044
- "module": "src/accordion/accordion.ts"
1045
- }
1046
- }
1047
- ]
1048
- },
1049
- {
1050
- "kind": "javascript-module",
1051
- "path": "src/accordion/index.ts",
1052
- "declarations": [],
1053
- "exports": [
1054
- {
1055
- "kind": "js",
1056
- "name": "*",
1057
- "declaration": {
1058
- "name": "*",
1059
- "package": "./accordion.template"
1060
- }
1061
- },
1062
- {
1063
- "kind": "js",
1064
- "name": "*",
1065
- "declaration": {
1066
- "name": "*",
1067
- "package": "./accordion.styles"
1068
- }
1069
- },
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./accordion"
1076
- }
1077
- }
1078
- ]
1079
- },
1080
822
  {
1081
823
  "kind": "javascript-module",
1082
824
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1471,6 +1213,37 @@
1471
1213
  }
1472
1214
  ]
1473
1215
  },
1216
+ {
1217
+ "kind": "javascript-module",
1218
+ "path": "src/_config/index.ts",
1219
+ "declarations": [],
1220
+ "exports": [
1221
+ {
1222
+ "kind": "js",
1223
+ "name": "*",
1224
+ "declaration": {
1225
+ "name": "*",
1226
+ "package": "./styles"
1227
+ }
1228
+ },
1229
+ {
1230
+ "kind": "js",
1231
+ "name": "*",
1232
+ "declaration": {
1233
+ "name": "*",
1234
+ "package": "./tokens"
1235
+ }
1236
+ },
1237
+ {
1238
+ "kind": "js",
1239
+ "name": "*",
1240
+ "declaration": {
1241
+ "name": "*",
1242
+ "package": "./values"
1243
+ }
1244
+ }
1245
+ ]
1246
+ },
1474
1247
  {
1475
1248
  "kind": "javascript-module",
1476
1249
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -4140,6 +3913,233 @@
4140
3913
  }
4141
3914
  ]
4142
3915
  },
3916
+ {
3917
+ "kind": "javascript-module",
3918
+ "path": "src/_common/icons.ts",
3919
+ "declarations": [
3920
+ {
3921
+ "kind": "function",
3922
+ "name": "closeIcon",
3923
+ "parameters": [
3924
+ {
3925
+ "name": "slot",
3926
+ "default": "'start'"
3927
+ },
3928
+ {
3929
+ "name": "fill",
3930
+ "default": "'#879ba6'"
3931
+ }
3932
+ ]
3933
+ }
3934
+ ],
3935
+ "exports": [
3936
+ {
3937
+ "kind": "js",
3938
+ "name": "closeIcon",
3939
+ "declaration": {
3940
+ "name": "closeIcon",
3941
+ "module": "src/_common/icons.ts"
3942
+ }
3943
+ }
3944
+ ]
3945
+ },
3946
+ {
3947
+ "kind": "javascript-module",
3948
+ "path": "src/_common/index.ts",
3949
+ "declarations": [],
3950
+ "exports": [
3951
+ {
3952
+ "kind": "js",
3953
+ "name": "*",
3954
+ "declaration": {
3955
+ "name": "*",
3956
+ "package": "./icons"
3957
+ }
3958
+ }
3959
+ ]
3960
+ },
3961
+ {
3962
+ "kind": "javascript-module",
3963
+ "path": "src/accordion/accordion.styles.ts",
3964
+ "declarations": [
3965
+ {
3966
+ "kind": "function",
3967
+ "name": "foundationAccordionStyles",
3968
+ "return": {
3969
+ "type": {
3970
+ "text": "ElementStyles"
3971
+ }
3972
+ },
3973
+ "parameters": [
3974
+ {
3975
+ "name": "context",
3976
+ "type": {
3977
+ "text": "ElementDefinitionContext"
3978
+ }
3979
+ },
3980
+ {
3981
+ "name": "definition",
3982
+ "type": {
3983
+ "text": "FoundationElementDefinition"
3984
+ }
3985
+ }
3986
+ ]
3987
+ }
3988
+ ],
3989
+ "exports": [
3990
+ {
3991
+ "kind": "js",
3992
+ "name": "foundationAccordionStyles",
3993
+ "declaration": {
3994
+ "name": "foundationAccordionStyles",
3995
+ "module": "src/accordion/accordion.styles.ts"
3996
+ }
3997
+ }
3998
+ ]
3999
+ },
4000
+ {
4001
+ "kind": "javascript-module",
4002
+ "path": "src/accordion/accordion.template.ts",
4003
+ "declarations": [
4004
+ {
4005
+ "kind": "function",
4006
+ "name": "foundationAccordionTemplate",
4007
+ "return": {
4008
+ "type": {
4009
+ "text": "ViewTemplate<Accordion>"
4010
+ }
4011
+ },
4012
+ "parameters": [
4013
+ {
4014
+ "name": "context",
4015
+ "type": {
4016
+ "text": "ElementDefinitionContext"
4017
+ }
4018
+ },
4019
+ {
4020
+ "name": "definition",
4021
+ "type": {
4022
+ "text": "FoundationElementDefinition"
4023
+ }
4024
+ }
4025
+ ]
4026
+ }
4027
+ ],
4028
+ "exports": [
4029
+ {
4030
+ "kind": "js",
4031
+ "name": "foundationAccordionTemplate",
4032
+ "declaration": {
4033
+ "name": "foundationAccordionTemplate",
4034
+ "module": "src/accordion/accordion.template.ts"
4035
+ }
4036
+ }
4037
+ ]
4038
+ },
4039
+ {
4040
+ "kind": "javascript-module",
4041
+ "path": "src/accordion/accordion.ts",
4042
+ "declarations": [
4043
+ {
4044
+ "kind": "class",
4045
+ "description": "",
4046
+ "name": "Accordion",
4047
+ "superclass": {
4048
+ "name": "FASTAccordion",
4049
+ "package": "@microsoft/fast-foundation"
4050
+ },
4051
+ "tagName": "%%prefix%%-accordion",
4052
+ "customElement": true
4053
+ },
4054
+ {
4055
+ "kind": "variable",
4056
+ "name": "foundationAccordionShadowOptions",
4057
+ "type": {
4058
+ "text": "ShadowRootInit"
4059
+ },
4060
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4061
+ },
4062
+ {
4063
+ "kind": "variable",
4064
+ "name": "defaultAccordionConfig",
4065
+ "type": {
4066
+ "text": "object"
4067
+ },
4068
+ "default": "{}"
4069
+ },
4070
+ {
4071
+ "kind": "variable",
4072
+ "name": "foundationAccordion",
4073
+ "description": "The Foundation Accordion",
4074
+ "privacy": "public"
4075
+ }
4076
+ ],
4077
+ "exports": [
4078
+ {
4079
+ "kind": "js",
4080
+ "name": "Accordion",
4081
+ "declaration": {
4082
+ "name": "Accordion",
4083
+ "module": "src/accordion/accordion.ts"
4084
+ }
4085
+ },
4086
+ {
4087
+ "kind": "js",
4088
+ "name": "foundationAccordionShadowOptions",
4089
+ "declaration": {
4090
+ "name": "foundationAccordionShadowOptions",
4091
+ "module": "src/accordion/accordion.ts"
4092
+ }
4093
+ },
4094
+ {
4095
+ "kind": "js",
4096
+ "name": "defaultAccordionConfig",
4097
+ "declaration": {
4098
+ "name": "defaultAccordionConfig",
4099
+ "module": "src/accordion/accordion.ts"
4100
+ }
4101
+ },
4102
+ {
4103
+ "kind": "js",
4104
+ "name": "foundationAccordion",
4105
+ "declaration": {
4106
+ "name": "foundationAccordion",
4107
+ "module": "src/accordion/accordion.ts"
4108
+ }
4109
+ }
4110
+ ]
4111
+ },
4112
+ {
4113
+ "kind": "javascript-module",
4114
+ "path": "src/accordion/index.ts",
4115
+ "declarations": [],
4116
+ "exports": [
4117
+ {
4118
+ "kind": "js",
4119
+ "name": "*",
4120
+ "declaration": {
4121
+ "name": "*",
4122
+ "package": "./accordion.template"
4123
+ }
4124
+ },
4125
+ {
4126
+ "kind": "js",
4127
+ "name": "*",
4128
+ "declaration": {
4129
+ "name": "*",
4130
+ "package": "./accordion.styles"
4131
+ }
4132
+ },
4133
+ {
4134
+ "kind": "js",
4135
+ "name": "*",
4136
+ "declaration": {
4137
+ "name": "*",
4138
+ "package": "./accordion"
4139
+ }
4140
+ }
4141
+ ]
4142
+ },
4143
4143
  {
4144
4144
  "kind": "javascript-module",
4145
4145
  "path": "src/avatar/avatar.styles.ts",
@@ -15656,11 +15656,35 @@
15656
15656
  },
15657
15657
  {
15658
15658
  "kind": "javascript-module",
15659
- "path": "src/error-banner/error-banner.template.ts",
15659
+ "path": "src/error-dialog/error-dialog.styles.ts",
15660
+ "declarations": [
15661
+ {
15662
+ "kind": "variable",
15663
+ "name": "foundationErrorDialogStyles",
15664
+ "type": {
15665
+ "text": "ElementStyles"
15666
+ },
15667
+ "default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
15668
+ }
15669
+ ],
15670
+ "exports": [
15671
+ {
15672
+ "kind": "js",
15673
+ "name": "foundationErrorDialogStyles",
15674
+ "declaration": {
15675
+ "name": "foundationErrorDialogStyles",
15676
+ "module": "src/error-dialog/error-dialog.styles.ts"
15677
+ }
15678
+ }
15679
+ ]
15680
+ },
15681
+ {
15682
+ "kind": "javascript-module",
15683
+ "path": "src/error-dialog/error-dialog.template.ts",
15660
15684
  "declarations": [
15661
15685
  {
15662
15686
  "kind": "function",
15663
- "name": "getPrefixedErrorBanner",
15687
+ "name": "getErrorDialogTemplate",
15664
15688
  "parameters": [
15665
15689
  {
15666
15690
  "name": "prefix",
@@ -15672,36 +15696,36 @@
15672
15696
  },
15673
15697
  {
15674
15698
  "kind": "variable",
15675
- "name": "foundationErrorBannerTemplate",
15676
- "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
15699
+ "name": "errorDialogTemplate",
15700
+ "default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
15677
15701
  }
15678
15702
  ],
15679
15703
  "exports": [
15680
15704
  {
15681
15705
  "kind": "js",
15682
- "name": "getPrefixedErrorBanner",
15706
+ "name": "getErrorDialogTemplate",
15683
15707
  "declaration": {
15684
- "name": "getPrefixedErrorBanner",
15685
- "module": "src/error-banner/error-banner.template.ts"
15708
+ "name": "getErrorDialogTemplate",
15709
+ "module": "src/error-dialog/error-dialog.template.ts"
15686
15710
  }
15687
15711
  },
15688
15712
  {
15689
15713
  "kind": "js",
15690
- "name": "foundationErrorBannerTemplate",
15714
+ "name": "errorDialogTemplate",
15691
15715
  "declaration": {
15692
- "name": "foundationErrorBannerTemplate",
15693
- "module": "src/error-banner/error-banner.template.ts"
15716
+ "name": "errorDialogTemplate",
15717
+ "module": "src/error-dialog/error-dialog.template.ts"
15694
15718
  }
15695
15719
  }
15696
15720
  ]
15697
15721
  },
15698
15722
  {
15699
15723
  "kind": "javascript-module",
15700
- "path": "src/error-banner/error-banner.ts",
15724
+ "path": "src/error-dialog/error-dialog.ts",
15701
15725
  "declarations": [
15702
15726
  {
15703
15727
  "kind": "variable",
15704
- "name": "foundationErrorBannerShadowOptions",
15728
+ "name": "foundationErrorDialogShadowOptions",
15705
15729
  "type": {
15706
15730
  "text": "ShadowRootInit"
15707
15731
  },
@@ -15710,13 +15734,13 @@
15710
15734
  {
15711
15735
  "kind": "class",
15712
15736
  "description": "",
15713
- "name": "ErrorBanner",
15737
+ "name": "ErrorDialog",
15714
15738
  "members": [
15715
15739
  {
15716
15740
  "kind": "field",
15717
- "name": "banner",
15741
+ "name": "dialog",
15718
15742
  "type": {
15719
- "text": "HTMLElement & { dismiss: () => Promise<void> }"
15743
+ "text": "HTMLElement & { close: () => void; show: () => void }"
15720
15744
  },
15721
15745
  "privacy": "public"
15722
15746
  },
@@ -15734,11 +15758,33 @@
15734
15758
  "text": "NotificationStructure"
15735
15759
  }
15736
15760
  },
15761
+ {
15762
+ "kind": "method",
15763
+ "name": "show",
15764
+ "privacy": "public",
15765
+ "return": {
15766
+ "type": {
15767
+ "text": "void"
15768
+ }
15769
+ },
15770
+ "description": "Show the Error Dialog."
15771
+ },
15737
15772
  {
15738
15773
  "kind": "method",
15739
15774
  "name": "dismiss",
15740
15775
  "privacy": "public",
15741
- "description": "Dismiss the Error Banner from display."
15776
+ "description": "Dismiss the Error Dialog from display and calls the dismissing action."
15777
+ },
15778
+ {
15779
+ "kind": "method",
15780
+ "name": "closeDialog",
15781
+ "privacy": "public",
15782
+ "return": {
15783
+ "type": {
15784
+ "text": "void"
15785
+ }
15786
+ },
15787
+ "description": "Dismiss the Error Dialog from display."
15742
15788
  },
15743
15789
  {
15744
15790
  "kind": "field",
@@ -15856,47 +15902,47 @@
15856
15902
  "name": "FoundationElement",
15857
15903
  "package": "@microsoft/fast-foundation"
15858
15904
  },
15859
- "tagName": "%%prefix%%-error-banner",
15905
+ "tagName": "%%prefix%%-error-dialog",
15860
15906
  "deprecated": "true",
15861
15907
  "customElement": true
15862
15908
  },
15863
15909
  {
15864
15910
  "kind": "variable",
15865
- "name": "foundationErrorBanner",
15866
- "description": "The Foundation Error Banner",
15911
+ "name": "foundationErrorDialog",
15912
+ "description": "The Foundation Error Dialog",
15867
15913
  "privacy": "public"
15868
15914
  }
15869
15915
  ],
15870
15916
  "exports": [
15871
15917
  {
15872
15918
  "kind": "js",
15873
- "name": "foundationErrorBannerShadowOptions",
15919
+ "name": "foundationErrorDialogShadowOptions",
15874
15920
  "declaration": {
15875
- "name": "foundationErrorBannerShadowOptions",
15876
- "module": "src/error-banner/error-banner.ts"
15921
+ "name": "foundationErrorDialogShadowOptions",
15922
+ "module": "src/error-dialog/error-dialog.ts"
15877
15923
  }
15878
15924
  },
15879
15925
  {
15880
15926
  "kind": "js",
15881
- "name": "ErrorBanner",
15927
+ "name": "ErrorDialog",
15882
15928
  "declaration": {
15883
- "name": "ErrorBanner",
15884
- "module": "src/error-banner/error-banner.ts"
15929
+ "name": "ErrorDialog",
15930
+ "module": "src/error-dialog/error-dialog.ts"
15885
15931
  }
15886
15932
  },
15887
15933
  {
15888
15934
  "kind": "js",
15889
- "name": "foundationErrorBanner",
15935
+ "name": "foundationErrorDialog",
15890
15936
  "declaration": {
15891
- "name": "foundationErrorBanner",
15892
- "module": "src/error-banner/error-banner.ts"
15937
+ "name": "foundationErrorDialog",
15938
+ "module": "src/error-dialog/error-dialog.ts"
15893
15939
  }
15894
15940
  }
15895
15941
  ]
15896
15942
  },
15897
15943
  {
15898
15944
  "kind": "javascript-module",
15899
- "path": "src/error-banner/index.ts",
15945
+ "path": "src/error-dialog/index.ts",
15900
15946
  "declarations": [],
15901
15947
  "exports": [
15902
15948
  {
@@ -15904,285 +15950,15 @@
15904
15950
  "name": "*",
15905
15951
  "declaration": {
15906
15952
  "name": "*",
15907
- "package": "./error-banner.template"
15908
- }
15909
- },
15910
- {
15911
- "kind": "js",
15912
- "name": "*",
15913
- "declaration": {
15914
- "name": "*",
15915
- "package": "./error-banner"
15916
- }
15917
- }
15918
- ]
15919
- },
15920
- {
15921
- "kind": "javascript-module",
15922
- "path": "src/error-boundary/error-boundary.template.ts",
15923
- "declarations": [
15924
- {
15925
- "kind": "variable",
15926
- "name": "foundationErrorBoundaryTemplate",
15927
- "type": {
15928
- "text": "ViewTemplate<ErrorBoundary>"
15929
- },
15930
- "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
15931
- }
15932
- ],
15933
- "exports": [
15934
- {
15935
- "kind": "js",
15936
- "name": "foundationErrorBoundaryTemplate",
15937
- "declaration": {
15938
- "name": "foundationErrorBoundaryTemplate",
15939
- "module": "src/error-boundary/error-boundary.template.ts"
15940
- }
15941
- }
15942
- ]
15943
- },
15944
- {
15945
- "kind": "javascript-module",
15946
- "path": "src/error-boundary/error-boundary.ts",
15947
- "declarations": [
15948
- {
15949
- "kind": "variable",
15950
- "name": "foundationErrorBoundaryShadowOptions",
15951
- "type": {
15952
- "text": "ShadowRootInit"
15953
- },
15954
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
15955
- },
15956
- {
15957
- "kind": "class",
15958
- "description": "",
15959
- "name": "ErrorBoundary",
15960
- "members": [
15961
- {
15962
- "kind": "field",
15963
- "name": "logger",
15964
- "privacy": "private"
15965
- },
15966
- {
15967
- "kind": "field",
15968
- "name": "errorBoundary",
15969
- "type": {
15970
- "text": "HTMLElement"
15971
- }
15972
- },
15973
- {
15974
- "kind": "field",
15975
- "name": "resourceName",
15976
- "description": "The resource name holding new and existing notifications",
15977
- "privacy": "public"
15978
- },
15979
- {
15980
- "kind": "field",
15981
- "name": "closeTimeout",
15982
- "type": {
15983
- "text": "number"
15984
- },
15985
- "default": "0",
15986
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15987
- "privacy": "public"
15988
- },
15989
- {
15990
- "kind": "field",
15991
- "name": "dataSub",
15992
- "type": {
15993
- "text": "Subscription"
15994
- },
15995
- "privacy": "protected"
15996
- },
15997
- {
15998
- "kind": "field",
15999
- "name": "datasource",
16000
- "type": {
16001
- "text": "Datasource"
16002
- },
16003
- "privacy": "private"
16004
- },
16005
- {
16006
- "kind": "field",
16007
- "name": "_presentation",
16008
- "type": {
16009
- "text": "ComponentPresentation | null | undefined"
16010
- },
16011
- "privacy": "private",
16012
- "default": "void 0",
16013
- "inheritedFrom": {
16014
- "name": "FoundationElement",
16015
- "module": "src/foundation-element/foundation-element.ts"
16016
- }
16017
- },
16018
- {
16019
- "kind": "field",
16020
- "name": "$presentation",
16021
- "type": {
16022
- "text": "ComponentPresentation | null"
16023
- },
16024
- "privacy": "public",
16025
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
16026
- "inheritedFrom": {
16027
- "name": "FoundationElement",
16028
- "module": "src/foundation-element/foundation-element.ts"
16029
- }
16030
- },
16031
- {
16032
- "kind": "field",
16033
- "name": "template",
16034
- "type": {
16035
- "text": "ElementViewTemplate | void | null"
16036
- },
16037
- "privacy": "public",
16038
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
16039
- "inheritedFrom": {
16040
- "name": "FoundationElement",
16041
- "module": "src/foundation-element/foundation-element.ts"
16042
- }
16043
- },
16044
- {
16045
- "kind": "method",
16046
- "name": "templateChanged",
16047
- "privacy": "protected",
16048
- "return": {
16049
- "type": {
16050
- "text": "void"
16051
- }
16052
- },
16053
- "inheritedFrom": {
16054
- "name": "FoundationElement",
16055
- "module": "src/foundation-element/foundation-element.ts"
16056
- }
16057
- },
16058
- {
16059
- "kind": "field",
16060
- "name": "styles",
16061
- "type": {
16062
- "text": "ElementStyles | void | null"
16063
- },
16064
- "privacy": "public",
16065
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
16066
- "inheritedFrom": {
16067
- "name": "FoundationElement",
16068
- "module": "src/foundation-element/foundation-element.ts"
16069
- }
16070
- },
16071
- {
16072
- "kind": "method",
16073
- "name": "stylesChanged",
16074
- "privacy": "protected",
16075
- "return": {
16076
- "type": {
16077
- "text": "void"
16078
- }
16079
- },
16080
- "inheritedFrom": {
16081
- "name": "FoundationElement",
16082
- "module": "src/foundation-element/foundation-element.ts"
16083
- }
16084
- },
16085
- {
16086
- "kind": "method",
16087
- "name": "compose",
16088
- "privacy": "public",
16089
- "static": true,
16090
- "return": {
16091
- "type": {
16092
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
16093
- }
16094
- },
16095
- "parameters": [
16096
- {
16097
- "name": "this",
16098
- "type": {
16099
- "text": "K"
16100
- }
16101
- },
16102
- {
16103
- "name": "elementDefinition",
16104
- "type": {
16105
- "text": "T"
16106
- },
16107
- "description": "The definition of the element to create the registry\nfunction for."
16108
- }
16109
- ],
16110
- "description": "Defines an element registry function with a set of element definition defaults.",
16111
- "inheritedFrom": {
16112
- "name": "FoundationElement",
16113
- "module": "src/foundation-element/foundation-element.ts"
16114
- }
16115
- }
16116
- ],
16117
- "attributes": [
16118
- {
16119
- "name": "resource-name",
16120
- "description": "The resource name holding new and existing notifications",
16121
- "fieldName": "resourceName"
16122
- },
16123
- {
16124
- "name": "close-timeout",
16125
- "type": {
16126
- "text": "number"
16127
- },
16128
- "default": "0",
16129
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
16130
- "fieldName": "closeTimeout"
16131
- }
16132
- ],
16133
- "superclass": {
16134
- "name": "FoundationElement",
16135
- "package": "@microsoft/fast-foundation"
16136
- },
16137
- "deprecated": "true",
16138
- "tagName": "%%prefix%%-error-boundary",
16139
- "customElement": true
16140
- },
16141
- {
16142
- "kind": "variable",
16143
- "name": "foundationErrorBoundary",
16144
- "description": "The Foundation Error Boundary",
16145
- "privacy": "public"
16146
- }
16147
- ],
16148
- "exports": [
16149
- {
16150
- "kind": "js",
16151
- "name": "foundationErrorBoundaryShadowOptions",
16152
- "declaration": {
16153
- "name": "foundationErrorBoundaryShadowOptions",
16154
- "module": "src/error-boundary/error-boundary.ts"
16155
- }
16156
- },
16157
- {
16158
- "kind": "js",
16159
- "name": "ErrorBoundary",
16160
- "declaration": {
16161
- "name": "ErrorBoundary",
16162
- "module": "src/error-boundary/error-boundary.ts"
15953
+ "package": "./error-dialog.template"
16163
15954
  }
16164
15955
  },
16165
- {
16166
- "kind": "js",
16167
- "name": "foundationErrorBoundary",
16168
- "declaration": {
16169
- "name": "foundationErrorBoundary",
16170
- "module": "src/error-boundary/error-boundary.ts"
16171
- }
16172
- }
16173
- ]
16174
- },
16175
- {
16176
- "kind": "javascript-module",
16177
- "path": "src/error-boundary/index.ts",
16178
- "declarations": [],
16179
- "exports": [
16180
15956
  {
16181
15957
  "kind": "js",
16182
15958
  "name": "*",
16183
15959
  "declaration": {
16184
15960
  "name": "*",
16185
- "package": "./error-boundary.template"
15961
+ "package": "./error-dialog"
16186
15962
  }
16187
15963
  },
16188
15964
  {
@@ -16190,58 +15966,18 @@
16190
15966
  "name": "*",
16191
15967
  "declaration": {
16192
15968
  "name": "*",
16193
- "package": "./error-boundary"
16194
- }
16195
- },
16196
- {
16197
- "kind": "js",
16198
- "name": "ErrorBoundaryEvent",
16199
- "declaration": {
16200
- "name": "ErrorBoundaryEvent",
16201
- "package": "@genesislcap/foundation-errors"
16202
- }
16203
- },
16204
- {
16205
- "kind": "js",
16206
- "name": "ErrorStructure",
16207
- "declaration": {
16208
- "name": "ErrorStructure",
16209
- "package": "@genesislcap/foundation-errors"
16210
- }
16211
- }
16212
- ]
16213
- },
16214
- {
16215
- "kind": "javascript-module",
16216
- "path": "src/error-dialog/error-dialog.styles.ts",
16217
- "declarations": [
16218
- {
16219
- "kind": "variable",
16220
- "name": "foundationErrorDialogStyles",
16221
- "type": {
16222
- "text": "ElementStyles"
16223
- },
16224
- "default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
16225
- }
16226
- ],
16227
- "exports": [
16228
- {
16229
- "kind": "js",
16230
- "name": "foundationErrorDialogStyles",
16231
- "declaration": {
16232
- "name": "foundationErrorDialogStyles",
16233
- "module": "src/error-dialog/error-dialog.styles.ts"
15969
+ "package": "./error-dialog.styles"
16234
15970
  }
16235
15971
  }
16236
15972
  ]
16237
15973
  },
16238
15974
  {
16239
15975
  "kind": "javascript-module",
16240
- "path": "src/error-dialog/error-dialog.template.ts",
15976
+ "path": "src/error-banner/error-banner.template.ts",
16241
15977
  "declarations": [
16242
15978
  {
16243
15979
  "kind": "function",
16244
- "name": "getErrorDialogTemplate",
15980
+ "name": "getPrefixedErrorBanner",
16245
15981
  "parameters": [
16246
15982
  {
16247
15983
  "name": "prefix",
@@ -16253,36 +15989,36 @@
16253
15989
  },
16254
15990
  {
16255
15991
  "kind": "variable",
16256
- "name": "errorDialogTemplate",
16257
- "default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
15992
+ "name": "foundationErrorBannerTemplate",
15993
+ "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
16258
15994
  }
16259
15995
  ],
16260
15996
  "exports": [
16261
15997
  {
16262
15998
  "kind": "js",
16263
- "name": "getErrorDialogTemplate",
15999
+ "name": "getPrefixedErrorBanner",
16264
16000
  "declaration": {
16265
- "name": "getErrorDialogTemplate",
16266
- "module": "src/error-dialog/error-dialog.template.ts"
16001
+ "name": "getPrefixedErrorBanner",
16002
+ "module": "src/error-banner/error-banner.template.ts"
16267
16003
  }
16268
16004
  },
16269
16005
  {
16270
16006
  "kind": "js",
16271
- "name": "errorDialogTemplate",
16007
+ "name": "foundationErrorBannerTemplate",
16272
16008
  "declaration": {
16273
- "name": "errorDialogTemplate",
16274
- "module": "src/error-dialog/error-dialog.template.ts"
16009
+ "name": "foundationErrorBannerTemplate",
16010
+ "module": "src/error-banner/error-banner.template.ts"
16275
16011
  }
16276
16012
  }
16277
16013
  ]
16278
16014
  },
16279
16015
  {
16280
16016
  "kind": "javascript-module",
16281
- "path": "src/error-dialog/error-dialog.ts",
16017
+ "path": "src/error-banner/error-banner.ts",
16282
16018
  "declarations": [
16283
16019
  {
16284
16020
  "kind": "variable",
16285
- "name": "foundationErrorDialogShadowOptions",
16021
+ "name": "foundationErrorBannerShadowOptions",
16286
16022
  "type": {
16287
16023
  "text": "ShadowRootInit"
16288
16024
  },
@@ -16291,13 +16027,13 @@
16291
16027
  {
16292
16028
  "kind": "class",
16293
16029
  "description": "",
16294
- "name": "ErrorDialog",
16030
+ "name": "ErrorBanner",
16295
16031
  "members": [
16296
16032
  {
16297
16033
  "kind": "field",
16298
- "name": "dialog",
16034
+ "name": "banner",
16299
16035
  "type": {
16300
- "text": "HTMLElement & { close: () => void; show: () => void }"
16036
+ "text": "HTMLElement & { dismiss: () => Promise<void> }"
16301
16037
  },
16302
16038
  "privacy": "public"
16303
16039
  },
@@ -16315,33 +16051,11 @@
16315
16051
  "text": "NotificationStructure"
16316
16052
  }
16317
16053
  },
16318
- {
16319
- "kind": "method",
16320
- "name": "show",
16321
- "privacy": "public",
16322
- "return": {
16323
- "type": {
16324
- "text": "void"
16325
- }
16326
- },
16327
- "description": "Show the Error Dialog."
16328
- },
16329
16054
  {
16330
16055
  "kind": "method",
16331
16056
  "name": "dismiss",
16332
16057
  "privacy": "public",
16333
- "description": "Dismiss the Error Dialog from display and calls the dismissing action."
16334
- },
16335
- {
16336
- "kind": "method",
16337
- "name": "closeDialog",
16338
- "privacy": "public",
16339
- "return": {
16340
- "type": {
16341
- "text": "void"
16342
- }
16343
- },
16344
- "description": "Dismiss the Error Dialog from display."
16058
+ "description": "Dismiss the Error Banner from display."
16345
16059
  },
16346
16060
  {
16347
16061
  "kind": "field",
@@ -16459,47 +16173,47 @@
16459
16173
  "name": "FoundationElement",
16460
16174
  "package": "@microsoft/fast-foundation"
16461
16175
  },
16462
- "tagName": "%%prefix%%-error-dialog",
16176
+ "tagName": "%%prefix%%-error-banner",
16463
16177
  "deprecated": "true",
16464
16178
  "customElement": true
16465
16179
  },
16466
16180
  {
16467
16181
  "kind": "variable",
16468
- "name": "foundationErrorDialog",
16469
- "description": "The Foundation Error Dialog",
16182
+ "name": "foundationErrorBanner",
16183
+ "description": "The Foundation Error Banner",
16470
16184
  "privacy": "public"
16471
16185
  }
16472
16186
  ],
16473
16187
  "exports": [
16474
16188
  {
16475
16189
  "kind": "js",
16476
- "name": "foundationErrorDialogShadowOptions",
16190
+ "name": "foundationErrorBannerShadowOptions",
16477
16191
  "declaration": {
16478
- "name": "foundationErrorDialogShadowOptions",
16479
- "module": "src/error-dialog/error-dialog.ts"
16192
+ "name": "foundationErrorBannerShadowOptions",
16193
+ "module": "src/error-banner/error-banner.ts"
16480
16194
  }
16481
16195
  },
16482
16196
  {
16483
16197
  "kind": "js",
16484
- "name": "ErrorDialog",
16198
+ "name": "ErrorBanner",
16485
16199
  "declaration": {
16486
- "name": "ErrorDialog",
16487
- "module": "src/error-dialog/error-dialog.ts"
16200
+ "name": "ErrorBanner",
16201
+ "module": "src/error-banner/error-banner.ts"
16488
16202
  }
16489
16203
  },
16490
16204
  {
16491
16205
  "kind": "js",
16492
- "name": "foundationErrorDialog",
16206
+ "name": "foundationErrorBanner",
16493
16207
  "declaration": {
16494
- "name": "foundationErrorDialog",
16495
- "module": "src/error-dialog/error-dialog.ts"
16208
+ "name": "foundationErrorBanner",
16209
+ "module": "src/error-banner/error-banner.ts"
16496
16210
  }
16497
16211
  }
16498
16212
  ]
16499
16213
  },
16500
16214
  {
16501
16215
  "kind": "javascript-module",
16502
- "path": "src/error-dialog/index.ts",
16216
+ "path": "src/error-banner/index.ts",
16503
16217
  "declarations": [],
16504
16218
  "exports": [
16505
16219
  {
@@ -16507,15 +16221,7 @@
16507
16221
  "name": "*",
16508
16222
  "declaration": {
16509
16223
  "name": "*",
16510
- "package": "./error-dialog.template"
16511
- }
16512
- },
16513
- {
16514
- "kind": "js",
16515
- "name": "*",
16516
- "declaration": {
16517
- "name": "*",
16518
- "package": "./error-dialog"
16224
+ "package": "./error-banner.template"
16519
16225
  }
16520
16226
  },
16521
16227
  {
@@ -16523,7 +16229,7 @@
16523
16229
  "name": "*",
16524
16230
  "declaration": {
16525
16231
  "name": "*",
16526
- "package": "./error-dialog.styles"
16232
+ "package": "./error-banner"
16527
16233
  }
16528
16234
  }
16529
16235
  ]
@@ -17854,6 +17560,300 @@
17854
17560
  }
17855
17561
  ]
17856
17562
  },
17563
+ {
17564
+ "kind": "javascript-module",
17565
+ "path": "src/error-boundary/error-boundary.template.ts",
17566
+ "declarations": [
17567
+ {
17568
+ "kind": "variable",
17569
+ "name": "foundationErrorBoundaryTemplate",
17570
+ "type": {
17571
+ "text": "ViewTemplate<ErrorBoundary>"
17572
+ },
17573
+ "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
17574
+ }
17575
+ ],
17576
+ "exports": [
17577
+ {
17578
+ "kind": "js",
17579
+ "name": "foundationErrorBoundaryTemplate",
17580
+ "declaration": {
17581
+ "name": "foundationErrorBoundaryTemplate",
17582
+ "module": "src/error-boundary/error-boundary.template.ts"
17583
+ }
17584
+ }
17585
+ ]
17586
+ },
17587
+ {
17588
+ "kind": "javascript-module",
17589
+ "path": "src/error-boundary/error-boundary.ts",
17590
+ "declarations": [
17591
+ {
17592
+ "kind": "variable",
17593
+ "name": "foundationErrorBoundaryShadowOptions",
17594
+ "type": {
17595
+ "text": "ShadowRootInit"
17596
+ },
17597
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
17598
+ },
17599
+ {
17600
+ "kind": "class",
17601
+ "description": "",
17602
+ "name": "ErrorBoundary",
17603
+ "members": [
17604
+ {
17605
+ "kind": "field",
17606
+ "name": "logger",
17607
+ "privacy": "private"
17608
+ },
17609
+ {
17610
+ "kind": "field",
17611
+ "name": "errorBoundary",
17612
+ "type": {
17613
+ "text": "HTMLElement"
17614
+ }
17615
+ },
17616
+ {
17617
+ "kind": "field",
17618
+ "name": "resourceName",
17619
+ "description": "The resource name holding new and existing notifications",
17620
+ "privacy": "public"
17621
+ },
17622
+ {
17623
+ "kind": "field",
17624
+ "name": "closeTimeout",
17625
+ "type": {
17626
+ "text": "number"
17627
+ },
17628
+ "default": "0",
17629
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
17630
+ "privacy": "public"
17631
+ },
17632
+ {
17633
+ "kind": "field",
17634
+ "name": "dataSub",
17635
+ "type": {
17636
+ "text": "Subscription"
17637
+ },
17638
+ "privacy": "protected"
17639
+ },
17640
+ {
17641
+ "kind": "field",
17642
+ "name": "datasource",
17643
+ "type": {
17644
+ "text": "Datasource"
17645
+ },
17646
+ "privacy": "private"
17647
+ },
17648
+ {
17649
+ "kind": "field",
17650
+ "name": "_presentation",
17651
+ "type": {
17652
+ "text": "ComponentPresentation | null | undefined"
17653
+ },
17654
+ "privacy": "private",
17655
+ "default": "void 0",
17656
+ "inheritedFrom": {
17657
+ "name": "FoundationElement",
17658
+ "module": "src/foundation-element/foundation-element.ts"
17659
+ }
17660
+ },
17661
+ {
17662
+ "kind": "field",
17663
+ "name": "$presentation",
17664
+ "type": {
17665
+ "text": "ComponentPresentation | null"
17666
+ },
17667
+ "privacy": "public",
17668
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
17669
+ "inheritedFrom": {
17670
+ "name": "FoundationElement",
17671
+ "module": "src/foundation-element/foundation-element.ts"
17672
+ }
17673
+ },
17674
+ {
17675
+ "kind": "field",
17676
+ "name": "template",
17677
+ "type": {
17678
+ "text": "ElementViewTemplate | void | null"
17679
+ },
17680
+ "privacy": "public",
17681
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
17682
+ "inheritedFrom": {
17683
+ "name": "FoundationElement",
17684
+ "module": "src/foundation-element/foundation-element.ts"
17685
+ }
17686
+ },
17687
+ {
17688
+ "kind": "method",
17689
+ "name": "templateChanged",
17690
+ "privacy": "protected",
17691
+ "return": {
17692
+ "type": {
17693
+ "text": "void"
17694
+ }
17695
+ },
17696
+ "inheritedFrom": {
17697
+ "name": "FoundationElement",
17698
+ "module": "src/foundation-element/foundation-element.ts"
17699
+ }
17700
+ },
17701
+ {
17702
+ "kind": "field",
17703
+ "name": "styles",
17704
+ "type": {
17705
+ "text": "ElementStyles | void | null"
17706
+ },
17707
+ "privacy": "public",
17708
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
17709
+ "inheritedFrom": {
17710
+ "name": "FoundationElement",
17711
+ "module": "src/foundation-element/foundation-element.ts"
17712
+ }
17713
+ },
17714
+ {
17715
+ "kind": "method",
17716
+ "name": "stylesChanged",
17717
+ "privacy": "protected",
17718
+ "return": {
17719
+ "type": {
17720
+ "text": "void"
17721
+ }
17722
+ },
17723
+ "inheritedFrom": {
17724
+ "name": "FoundationElement",
17725
+ "module": "src/foundation-element/foundation-element.ts"
17726
+ }
17727
+ },
17728
+ {
17729
+ "kind": "method",
17730
+ "name": "compose",
17731
+ "privacy": "public",
17732
+ "static": true,
17733
+ "return": {
17734
+ "type": {
17735
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
17736
+ }
17737
+ },
17738
+ "parameters": [
17739
+ {
17740
+ "name": "this",
17741
+ "type": {
17742
+ "text": "K"
17743
+ }
17744
+ },
17745
+ {
17746
+ "name": "elementDefinition",
17747
+ "type": {
17748
+ "text": "T"
17749
+ },
17750
+ "description": "The definition of the element to create the registry\nfunction for."
17751
+ }
17752
+ ],
17753
+ "description": "Defines an element registry function with a set of element definition defaults.",
17754
+ "inheritedFrom": {
17755
+ "name": "FoundationElement",
17756
+ "module": "src/foundation-element/foundation-element.ts"
17757
+ }
17758
+ }
17759
+ ],
17760
+ "attributes": [
17761
+ {
17762
+ "name": "resource-name",
17763
+ "description": "The resource name holding new and existing notifications",
17764
+ "fieldName": "resourceName"
17765
+ },
17766
+ {
17767
+ "name": "close-timeout",
17768
+ "type": {
17769
+ "text": "number"
17770
+ },
17771
+ "default": "0",
17772
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
17773
+ "fieldName": "closeTimeout"
17774
+ }
17775
+ ],
17776
+ "superclass": {
17777
+ "name": "FoundationElement",
17778
+ "package": "@microsoft/fast-foundation"
17779
+ },
17780
+ "deprecated": "true",
17781
+ "tagName": "%%prefix%%-error-boundary",
17782
+ "customElement": true
17783
+ },
17784
+ {
17785
+ "kind": "variable",
17786
+ "name": "foundationErrorBoundary",
17787
+ "description": "The Foundation Error Boundary",
17788
+ "privacy": "public"
17789
+ }
17790
+ ],
17791
+ "exports": [
17792
+ {
17793
+ "kind": "js",
17794
+ "name": "foundationErrorBoundaryShadowOptions",
17795
+ "declaration": {
17796
+ "name": "foundationErrorBoundaryShadowOptions",
17797
+ "module": "src/error-boundary/error-boundary.ts"
17798
+ }
17799
+ },
17800
+ {
17801
+ "kind": "js",
17802
+ "name": "ErrorBoundary",
17803
+ "declaration": {
17804
+ "name": "ErrorBoundary",
17805
+ "module": "src/error-boundary/error-boundary.ts"
17806
+ }
17807
+ },
17808
+ {
17809
+ "kind": "js",
17810
+ "name": "foundationErrorBoundary",
17811
+ "declaration": {
17812
+ "name": "foundationErrorBoundary",
17813
+ "module": "src/error-boundary/error-boundary.ts"
17814
+ }
17815
+ }
17816
+ ]
17817
+ },
17818
+ {
17819
+ "kind": "javascript-module",
17820
+ "path": "src/error-boundary/index.ts",
17821
+ "declarations": [],
17822
+ "exports": [
17823
+ {
17824
+ "kind": "js",
17825
+ "name": "*",
17826
+ "declaration": {
17827
+ "name": "*",
17828
+ "package": "./error-boundary.template"
17829
+ }
17830
+ },
17831
+ {
17832
+ "kind": "js",
17833
+ "name": "*",
17834
+ "declaration": {
17835
+ "name": "*",
17836
+ "package": "./error-boundary"
17837
+ }
17838
+ },
17839
+ {
17840
+ "kind": "js",
17841
+ "name": "ErrorBoundaryEvent",
17842
+ "declaration": {
17843
+ "name": "ErrorBoundaryEvent",
17844
+ "package": "@genesislcap/foundation-errors"
17845
+ }
17846
+ },
17847
+ {
17848
+ "kind": "js",
17849
+ "name": "ErrorStructure",
17850
+ "declaration": {
17851
+ "name": "ErrorStructure",
17852
+ "package": "@genesislcap/foundation-errors"
17853
+ }
17854
+ }
17855
+ ]
17856
+ },
17857
17857
  {
17858
17858
  "kind": "javascript-module",
17859
17859
  "path": "src/filter-bar/filter-bar.styles.ts",
@@ -28507,7 +28507,7 @@
28507
28507
  },
28508
28508
  {
28509
28509
  "kind": "javascript-module",
28510
- "path": "src/progress-ring/index.ts",
28510
+ "path": "src/progress/index.ts",
28511
28511
  "declarations": [],
28512
28512
  "exports": [
28513
28513
  {
@@ -28515,7 +28515,7 @@
28515
28515
  "name": "*",
28516
28516
  "declaration": {
28517
28517
  "name": "*",
28518
- "package": "./progress-ring.template"
28518
+ "package": "./progress.template"
28519
28519
  }
28520
28520
  },
28521
28521
  {
@@ -28523,7 +28523,7 @@
28523
28523
  "name": "*",
28524
28524
  "declaration": {
28525
28525
  "name": "*",
28526
- "package": "./progress-ring.styles"
28526
+ "package": "./progress.styles"
28527
28527
  }
28528
28528
  },
28529
28529
  {
@@ -28531,18 +28531,18 @@
28531
28531
  "name": "*",
28532
28532
  "declaration": {
28533
28533
  "name": "*",
28534
- "package": "./progress-ring"
28534
+ "package": "./progress"
28535
28535
  }
28536
28536
  }
28537
28537
  ]
28538
28538
  },
28539
28539
  {
28540
28540
  "kind": "javascript-module",
28541
- "path": "src/progress-ring/progress-ring.styles.ts",
28541
+ "path": "src/progress/progress.styles.ts",
28542
28542
  "declarations": [
28543
28543
  {
28544
28544
  "kind": "function",
28545
- "name": "foundationProgressRingStyles",
28545
+ "name": "foundationProgressStyles",
28546
28546
  "return": {
28547
28547
  "type": {
28548
28548
  "text": "ElementStyles"
@@ -28558,7 +28558,7 @@
28558
28558
  {
28559
28559
  "name": "definition",
28560
28560
  "type": {
28561
- "text": "ProgressRingOptions"
28561
+ "text": "ProgressOptions"
28562
28562
  }
28563
28563
  }
28564
28564
  ]
@@ -28567,24 +28567,24 @@
28567
28567
  "exports": [
28568
28568
  {
28569
28569
  "kind": "js",
28570
- "name": "foundationProgressRingStyles",
28570
+ "name": "foundationProgressStyles",
28571
28571
  "declaration": {
28572
- "name": "foundationProgressRingStyles",
28573
- "module": "src/progress-ring/progress-ring.styles.ts"
28572
+ "name": "foundationProgressStyles",
28573
+ "module": "src/progress/progress.styles.ts"
28574
28574
  }
28575
28575
  }
28576
28576
  ]
28577
28577
  },
28578
28578
  {
28579
28579
  "kind": "javascript-module",
28580
- "path": "src/progress-ring/progress-ring.template.ts",
28580
+ "path": "src/progress/progress.template.ts",
28581
28581
  "declarations": [
28582
28582
  {
28583
28583
  "kind": "function",
28584
- "name": "foundationProgressRingTemplate",
28584
+ "name": "foundationProgressTemplate",
28585
28585
  "return": {
28586
28586
  "type": {
28587
- "text": "ViewTemplate<ProgressRing>"
28587
+ "text": "ViewTemplate<Progress>"
28588
28588
  }
28589
28589
  },
28590
28590
  "parameters": [
@@ -28597,7 +28597,7 @@
28597
28597
  {
28598
28598
  "name": "definition",
28599
28599
  "type": {
28600
- "text": "ProgressRingOptions"
28600
+ "text": "ProgressOptions"
28601
28601
  }
28602
28602
  }
28603
28603
  ]
@@ -28606,32 +28606,32 @@
28606
28606
  "exports": [
28607
28607
  {
28608
28608
  "kind": "js",
28609
- "name": "foundationProgressRingTemplate",
28609
+ "name": "foundationProgressTemplate",
28610
28610
  "declaration": {
28611
- "name": "foundationProgressRingTemplate",
28612
- "module": "src/progress-ring/progress-ring.template.ts"
28611
+ "name": "foundationProgressTemplate",
28612
+ "module": "src/progress/progress.template.ts"
28613
28613
  }
28614
28614
  }
28615
28615
  ]
28616
28616
  },
28617
28617
  {
28618
28618
  "kind": "javascript-module",
28619
- "path": "src/progress-ring/progress-ring.ts",
28619
+ "path": "src/progress/progress.ts",
28620
28620
  "declarations": [
28621
28621
  {
28622
28622
  "kind": "class",
28623
28623
  "description": "",
28624
- "name": "ProgressRing",
28624
+ "name": "Progress",
28625
28625
  "superclass": {
28626
- "name": "FASTProgressRing",
28626
+ "name": "FASTProgress",
28627
28627
  "package": "@microsoft/fast-components"
28628
28628
  },
28629
- "tagName": "%%prefix%%-progress-ring",
28629
+ "tagName": "%%prefix%%-progress",
28630
28630
  "customElement": true
28631
28631
  },
28632
28632
  {
28633
28633
  "kind": "variable",
28634
- "name": "foundationProgressRingShadowOptions",
28634
+ "name": "foundationProgressShadowOptions",
28635
28635
  "type": {
28636
28636
  "text": "ShadowRootInit"
28637
28637
  },
@@ -28639,57 +28639,57 @@
28639
28639
  },
28640
28640
  {
28641
28641
  "kind": "variable",
28642
- "name": "defaultProgressRingConfig",
28642
+ "name": "defaultProgressConfig",
28643
28643
  "type": {
28644
28644
  "text": "object"
28645
28645
  },
28646
- "default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
28646
+ "default": "{\n indeterminateIndicator1: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n indeterminateIndicator2: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n}"
28647
28647
  },
28648
28648
  {
28649
28649
  "kind": "variable",
28650
- "name": "foundationProgressRing",
28651
- "description": "The Foundation Progress Ring",
28650
+ "name": "foundationProgress",
28651
+ "description": "The Foundation Progress",
28652
28652
  "privacy": "public"
28653
28653
  }
28654
28654
  ],
28655
28655
  "exports": [
28656
28656
  {
28657
28657
  "kind": "js",
28658
- "name": "ProgressRing",
28658
+ "name": "Progress",
28659
28659
  "declaration": {
28660
- "name": "ProgressRing",
28661
- "module": "src/progress-ring/progress-ring.ts"
28660
+ "name": "Progress",
28661
+ "module": "src/progress/progress.ts"
28662
28662
  }
28663
28663
  },
28664
28664
  {
28665
28665
  "kind": "js",
28666
- "name": "foundationProgressRingShadowOptions",
28666
+ "name": "foundationProgressShadowOptions",
28667
28667
  "declaration": {
28668
- "name": "foundationProgressRingShadowOptions",
28669
- "module": "src/progress-ring/progress-ring.ts"
28668
+ "name": "foundationProgressShadowOptions",
28669
+ "module": "src/progress/progress.ts"
28670
28670
  }
28671
28671
  },
28672
28672
  {
28673
28673
  "kind": "js",
28674
- "name": "defaultProgressRingConfig",
28674
+ "name": "defaultProgressConfig",
28675
28675
  "declaration": {
28676
- "name": "defaultProgressRingConfig",
28677
- "module": "src/progress-ring/progress-ring.ts"
28676
+ "name": "defaultProgressConfig",
28677
+ "module": "src/progress/progress.ts"
28678
28678
  }
28679
28679
  },
28680
28680
  {
28681
28681
  "kind": "js",
28682
- "name": "foundationProgressRing",
28682
+ "name": "foundationProgress",
28683
28683
  "declaration": {
28684
- "name": "foundationProgressRing",
28685
- "module": "src/progress-ring/progress-ring.ts"
28684
+ "name": "foundationProgress",
28685
+ "module": "src/progress/progress.ts"
28686
28686
  }
28687
28687
  }
28688
28688
  ]
28689
28689
  },
28690
28690
  {
28691
28691
  "kind": "javascript-module",
28692
- "path": "src/progress/index.ts",
28692
+ "path": "src/progress-ring/index.ts",
28693
28693
  "declarations": [],
28694
28694
  "exports": [
28695
28695
  {
@@ -28697,7 +28697,7 @@
28697
28697
  "name": "*",
28698
28698
  "declaration": {
28699
28699
  "name": "*",
28700
- "package": "./progress.template"
28700
+ "package": "./progress-ring.template"
28701
28701
  }
28702
28702
  },
28703
28703
  {
@@ -28705,7 +28705,7 @@
28705
28705
  "name": "*",
28706
28706
  "declaration": {
28707
28707
  "name": "*",
28708
- "package": "./progress.styles"
28708
+ "package": "./progress-ring.styles"
28709
28709
  }
28710
28710
  },
28711
28711
  {
@@ -28713,18 +28713,18 @@
28713
28713
  "name": "*",
28714
28714
  "declaration": {
28715
28715
  "name": "*",
28716
- "package": "./progress"
28716
+ "package": "./progress-ring"
28717
28717
  }
28718
28718
  }
28719
28719
  ]
28720
28720
  },
28721
28721
  {
28722
28722
  "kind": "javascript-module",
28723
- "path": "src/progress/progress.styles.ts",
28723
+ "path": "src/progress-ring/progress-ring.styles.ts",
28724
28724
  "declarations": [
28725
28725
  {
28726
28726
  "kind": "function",
28727
- "name": "foundationProgressStyles",
28727
+ "name": "foundationProgressRingStyles",
28728
28728
  "return": {
28729
28729
  "type": {
28730
28730
  "text": "ElementStyles"
@@ -28740,7 +28740,7 @@
28740
28740
  {
28741
28741
  "name": "definition",
28742
28742
  "type": {
28743
- "text": "ProgressOptions"
28743
+ "text": "ProgressRingOptions"
28744
28744
  }
28745
28745
  }
28746
28746
  ]
@@ -28749,24 +28749,24 @@
28749
28749
  "exports": [
28750
28750
  {
28751
28751
  "kind": "js",
28752
- "name": "foundationProgressStyles",
28752
+ "name": "foundationProgressRingStyles",
28753
28753
  "declaration": {
28754
- "name": "foundationProgressStyles",
28755
- "module": "src/progress/progress.styles.ts"
28754
+ "name": "foundationProgressRingStyles",
28755
+ "module": "src/progress-ring/progress-ring.styles.ts"
28756
28756
  }
28757
28757
  }
28758
28758
  ]
28759
28759
  },
28760
28760
  {
28761
28761
  "kind": "javascript-module",
28762
- "path": "src/progress/progress.template.ts",
28762
+ "path": "src/progress-ring/progress-ring.template.ts",
28763
28763
  "declarations": [
28764
28764
  {
28765
28765
  "kind": "function",
28766
- "name": "foundationProgressTemplate",
28766
+ "name": "foundationProgressRingTemplate",
28767
28767
  "return": {
28768
28768
  "type": {
28769
- "text": "ViewTemplate<Progress>"
28769
+ "text": "ViewTemplate<ProgressRing>"
28770
28770
  }
28771
28771
  },
28772
28772
  "parameters": [
@@ -28779,7 +28779,7 @@
28779
28779
  {
28780
28780
  "name": "definition",
28781
28781
  "type": {
28782
- "text": "ProgressOptions"
28782
+ "text": "ProgressRingOptions"
28783
28783
  }
28784
28784
  }
28785
28785
  ]
@@ -28788,32 +28788,32 @@
28788
28788
  "exports": [
28789
28789
  {
28790
28790
  "kind": "js",
28791
- "name": "foundationProgressTemplate",
28791
+ "name": "foundationProgressRingTemplate",
28792
28792
  "declaration": {
28793
- "name": "foundationProgressTemplate",
28794
- "module": "src/progress/progress.template.ts"
28793
+ "name": "foundationProgressRingTemplate",
28794
+ "module": "src/progress-ring/progress-ring.template.ts"
28795
28795
  }
28796
28796
  }
28797
28797
  ]
28798
28798
  },
28799
28799
  {
28800
28800
  "kind": "javascript-module",
28801
- "path": "src/progress/progress.ts",
28801
+ "path": "src/progress-ring/progress-ring.ts",
28802
28802
  "declarations": [
28803
28803
  {
28804
28804
  "kind": "class",
28805
28805
  "description": "",
28806
- "name": "Progress",
28806
+ "name": "ProgressRing",
28807
28807
  "superclass": {
28808
- "name": "FASTProgress",
28808
+ "name": "FASTProgressRing",
28809
28809
  "package": "@microsoft/fast-components"
28810
28810
  },
28811
- "tagName": "%%prefix%%-progress",
28811
+ "tagName": "%%prefix%%-progress-ring",
28812
28812
  "customElement": true
28813
28813
  },
28814
28814
  {
28815
28815
  "kind": "variable",
28816
- "name": "foundationProgressShadowOptions",
28816
+ "name": "foundationProgressRingShadowOptions",
28817
28817
  "type": {
28818
28818
  "text": "ShadowRootInit"
28819
28819
  },
@@ -28821,50 +28821,50 @@
28821
28821
  },
28822
28822
  {
28823
28823
  "kind": "variable",
28824
- "name": "defaultProgressConfig",
28824
+ "name": "defaultProgressRingConfig",
28825
28825
  "type": {
28826
28826
  "text": "object"
28827
28827
  },
28828
- "default": "{\n indeterminateIndicator1: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n indeterminateIndicator2: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n}"
28828
+ "default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
28829
28829
  },
28830
28830
  {
28831
28831
  "kind": "variable",
28832
- "name": "foundationProgress",
28833
- "description": "The Foundation Progress",
28832
+ "name": "foundationProgressRing",
28833
+ "description": "The Foundation Progress Ring",
28834
28834
  "privacy": "public"
28835
28835
  }
28836
28836
  ],
28837
28837
  "exports": [
28838
28838
  {
28839
28839
  "kind": "js",
28840
- "name": "Progress",
28840
+ "name": "ProgressRing",
28841
28841
  "declaration": {
28842
- "name": "Progress",
28843
- "module": "src/progress/progress.ts"
28842
+ "name": "ProgressRing",
28843
+ "module": "src/progress-ring/progress-ring.ts"
28844
28844
  }
28845
28845
  },
28846
28846
  {
28847
28847
  "kind": "js",
28848
- "name": "foundationProgressShadowOptions",
28848
+ "name": "foundationProgressRingShadowOptions",
28849
28849
  "declaration": {
28850
- "name": "foundationProgressShadowOptions",
28851
- "module": "src/progress/progress.ts"
28850
+ "name": "foundationProgressRingShadowOptions",
28851
+ "module": "src/progress-ring/progress-ring.ts"
28852
28852
  }
28853
28853
  },
28854
28854
  {
28855
28855
  "kind": "js",
28856
- "name": "defaultProgressConfig",
28856
+ "name": "defaultProgressRingConfig",
28857
28857
  "declaration": {
28858
- "name": "defaultProgressConfig",
28859
- "module": "src/progress/progress.ts"
28858
+ "name": "defaultProgressRingConfig",
28859
+ "module": "src/progress-ring/progress-ring.ts"
28860
28860
  }
28861
28861
  },
28862
28862
  {
28863
28863
  "kind": "js",
28864
- "name": "foundationProgress",
28864
+ "name": "foundationProgressRing",
28865
28865
  "declaration": {
28866
- "name": "foundationProgress",
28867
- "module": "src/progress/progress.ts"
28866
+ "name": "foundationProgressRing",
28867
+ "module": "src/progress-ring/progress-ring.ts"
28868
28868
  }
28869
28869
  }
28870
28870
  ]
@@ -36332,235 +36332,6 @@
36332
36332
  }
36333
36333
  ]
36334
36334
  },
36335
- {
36336
- "kind": "javascript-module",
36337
- "path": "src/stepper-tab-panel/index.ts",
36338
- "declarations": [],
36339
- "exports": [
36340
- {
36341
- "kind": "js",
36342
- "name": "*",
36343
- "declaration": {
36344
- "name": "*",
36345
- "package": "./stepper-tab-panel.template"
36346
- }
36347
- },
36348
- {
36349
- "kind": "js",
36350
- "name": "*",
36351
- "declaration": {
36352
- "name": "*",
36353
- "package": "./stepper-tab-panel"
36354
- }
36355
- }
36356
- ]
36357
- },
36358
- {
36359
- "kind": "javascript-module",
36360
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
36361
- "declarations": [
36362
- {
36363
- "kind": "function",
36364
- "name": "foundationStepperTabPanelTemplate"
36365
- }
36366
- ],
36367
- "exports": [
36368
- {
36369
- "kind": "js",
36370
- "name": "foundationStepperTabPanelTemplate",
36371
- "declaration": {
36372
- "name": "foundationStepperTabPanelTemplate",
36373
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
36374
- }
36375
- }
36376
- ]
36377
- },
36378
- {
36379
- "kind": "javascript-module",
36380
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
36381
- "declarations": [
36382
- {
36383
- "kind": "class",
36384
- "description": "",
36385
- "name": "StepperTabPanel",
36386
- "superclass": {
36387
- "name": "FoundationElement",
36388
- "package": "@microsoft/fast-foundation"
36389
- },
36390
- "tagName": "%%prefix%%-stepper-tab-panel",
36391
- "customElement": true,
36392
- "members": [
36393
- {
36394
- "kind": "field",
36395
- "name": "_presentation",
36396
- "type": {
36397
- "text": "ComponentPresentation | null | undefined"
36398
- },
36399
- "privacy": "private",
36400
- "default": "void 0",
36401
- "inheritedFrom": {
36402
- "name": "FoundationElement",
36403
- "module": "src/foundation-element/foundation-element.ts"
36404
- }
36405
- },
36406
- {
36407
- "kind": "field",
36408
- "name": "$presentation",
36409
- "type": {
36410
- "text": "ComponentPresentation | null"
36411
- },
36412
- "privacy": "public",
36413
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36414
- "inheritedFrom": {
36415
- "name": "FoundationElement",
36416
- "module": "src/foundation-element/foundation-element.ts"
36417
- }
36418
- },
36419
- {
36420
- "kind": "field",
36421
- "name": "template",
36422
- "type": {
36423
- "text": "ElementViewTemplate | void | null"
36424
- },
36425
- "privacy": "public",
36426
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
36427
- "inheritedFrom": {
36428
- "name": "FoundationElement",
36429
- "module": "src/foundation-element/foundation-element.ts"
36430
- }
36431
- },
36432
- {
36433
- "kind": "method",
36434
- "name": "templateChanged",
36435
- "privacy": "protected",
36436
- "return": {
36437
- "type": {
36438
- "text": "void"
36439
- }
36440
- },
36441
- "inheritedFrom": {
36442
- "name": "FoundationElement",
36443
- "module": "src/foundation-element/foundation-element.ts"
36444
- }
36445
- },
36446
- {
36447
- "kind": "field",
36448
- "name": "styles",
36449
- "type": {
36450
- "text": "ElementStyles | void | null"
36451
- },
36452
- "privacy": "public",
36453
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
36454
- "inheritedFrom": {
36455
- "name": "FoundationElement",
36456
- "module": "src/foundation-element/foundation-element.ts"
36457
- }
36458
- },
36459
- {
36460
- "kind": "method",
36461
- "name": "stylesChanged",
36462
- "privacy": "protected",
36463
- "return": {
36464
- "type": {
36465
- "text": "void"
36466
- }
36467
- },
36468
- "inheritedFrom": {
36469
- "name": "FoundationElement",
36470
- "module": "src/foundation-element/foundation-element.ts"
36471
- }
36472
- },
36473
- {
36474
- "kind": "method",
36475
- "name": "compose",
36476
- "privacy": "public",
36477
- "static": true,
36478
- "return": {
36479
- "type": {
36480
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36481
- }
36482
- },
36483
- "parameters": [
36484
- {
36485
- "name": "this",
36486
- "type": {
36487
- "text": "K"
36488
- }
36489
- },
36490
- {
36491
- "name": "elementDefinition",
36492
- "type": {
36493
- "text": "T"
36494
- },
36495
- "description": "The definition of the element to create the registry\nfunction for."
36496
- }
36497
- ],
36498
- "description": "Defines an element registry function with a set of element definition defaults.",
36499
- "inheritedFrom": {
36500
- "name": "FoundationElement",
36501
- "module": "src/foundation-element/foundation-element.ts"
36502
- }
36503
- }
36504
- ]
36505
- },
36506
- {
36507
- "kind": "variable",
36508
- "name": "foundationStepperTabPanelShadowOptions",
36509
- "type": {
36510
- "text": "ShadowRootInit"
36511
- },
36512
- "default": "undefined"
36513
- },
36514
- {
36515
- "kind": "variable",
36516
- "name": "defaultStepperTabPanelConfig",
36517
- "type": {
36518
- "text": "object"
36519
- },
36520
- "default": "{}"
36521
- },
36522
- {
36523
- "kind": "variable",
36524
- "name": "foundationStepperTabPanel",
36525
- "description": "The Foundation Stepper Tab Panel",
36526
- "privacy": "public"
36527
- }
36528
- ],
36529
- "exports": [
36530
- {
36531
- "kind": "js",
36532
- "name": "StepperTabPanel",
36533
- "declaration": {
36534
- "name": "StepperTabPanel",
36535
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36536
- }
36537
- },
36538
- {
36539
- "kind": "js",
36540
- "name": "foundationStepperTabPanelShadowOptions",
36541
- "declaration": {
36542
- "name": "foundationStepperTabPanelShadowOptions",
36543
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36544
- }
36545
- },
36546
- {
36547
- "kind": "js",
36548
- "name": "defaultStepperTabPanelConfig",
36549
- "declaration": {
36550
- "name": "defaultStepperTabPanelConfig",
36551
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36552
- }
36553
- },
36554
- {
36555
- "kind": "js",
36556
- "name": "foundationStepperTabPanel",
36557
- "declaration": {
36558
- "name": "foundationStepperTabPanel",
36559
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36560
- }
36561
- }
36562
- ]
36563
- },
36564
36335
  {
36565
36336
  "kind": "javascript-module",
36566
36337
  "path": "src/stepper-tab/index.ts",
@@ -36997,6 +36768,235 @@
36997
36768
  }
36998
36769
  ]
36999
36770
  },
36771
+ {
36772
+ "kind": "javascript-module",
36773
+ "path": "src/stepper-tab-panel/index.ts",
36774
+ "declarations": [],
36775
+ "exports": [
36776
+ {
36777
+ "kind": "js",
36778
+ "name": "*",
36779
+ "declaration": {
36780
+ "name": "*",
36781
+ "package": "./stepper-tab-panel.template"
36782
+ }
36783
+ },
36784
+ {
36785
+ "kind": "js",
36786
+ "name": "*",
36787
+ "declaration": {
36788
+ "name": "*",
36789
+ "package": "./stepper-tab-panel"
36790
+ }
36791
+ }
36792
+ ]
36793
+ },
36794
+ {
36795
+ "kind": "javascript-module",
36796
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
36797
+ "declarations": [
36798
+ {
36799
+ "kind": "function",
36800
+ "name": "foundationStepperTabPanelTemplate"
36801
+ }
36802
+ ],
36803
+ "exports": [
36804
+ {
36805
+ "kind": "js",
36806
+ "name": "foundationStepperTabPanelTemplate",
36807
+ "declaration": {
36808
+ "name": "foundationStepperTabPanelTemplate",
36809
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
36810
+ }
36811
+ }
36812
+ ]
36813
+ },
36814
+ {
36815
+ "kind": "javascript-module",
36816
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
36817
+ "declarations": [
36818
+ {
36819
+ "kind": "class",
36820
+ "description": "",
36821
+ "name": "StepperTabPanel",
36822
+ "superclass": {
36823
+ "name": "FoundationElement",
36824
+ "package": "@microsoft/fast-foundation"
36825
+ },
36826
+ "tagName": "%%prefix%%-stepper-tab-panel",
36827
+ "customElement": true,
36828
+ "members": [
36829
+ {
36830
+ "kind": "field",
36831
+ "name": "_presentation",
36832
+ "type": {
36833
+ "text": "ComponentPresentation | null | undefined"
36834
+ },
36835
+ "privacy": "private",
36836
+ "default": "void 0",
36837
+ "inheritedFrom": {
36838
+ "name": "FoundationElement",
36839
+ "module": "src/foundation-element/foundation-element.ts"
36840
+ }
36841
+ },
36842
+ {
36843
+ "kind": "field",
36844
+ "name": "$presentation",
36845
+ "type": {
36846
+ "text": "ComponentPresentation | null"
36847
+ },
36848
+ "privacy": "public",
36849
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36850
+ "inheritedFrom": {
36851
+ "name": "FoundationElement",
36852
+ "module": "src/foundation-element/foundation-element.ts"
36853
+ }
36854
+ },
36855
+ {
36856
+ "kind": "field",
36857
+ "name": "template",
36858
+ "type": {
36859
+ "text": "ElementViewTemplate | void | null"
36860
+ },
36861
+ "privacy": "public",
36862
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
36863
+ "inheritedFrom": {
36864
+ "name": "FoundationElement",
36865
+ "module": "src/foundation-element/foundation-element.ts"
36866
+ }
36867
+ },
36868
+ {
36869
+ "kind": "method",
36870
+ "name": "templateChanged",
36871
+ "privacy": "protected",
36872
+ "return": {
36873
+ "type": {
36874
+ "text": "void"
36875
+ }
36876
+ },
36877
+ "inheritedFrom": {
36878
+ "name": "FoundationElement",
36879
+ "module": "src/foundation-element/foundation-element.ts"
36880
+ }
36881
+ },
36882
+ {
36883
+ "kind": "field",
36884
+ "name": "styles",
36885
+ "type": {
36886
+ "text": "ElementStyles | void | null"
36887
+ },
36888
+ "privacy": "public",
36889
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
36890
+ "inheritedFrom": {
36891
+ "name": "FoundationElement",
36892
+ "module": "src/foundation-element/foundation-element.ts"
36893
+ }
36894
+ },
36895
+ {
36896
+ "kind": "method",
36897
+ "name": "stylesChanged",
36898
+ "privacy": "protected",
36899
+ "return": {
36900
+ "type": {
36901
+ "text": "void"
36902
+ }
36903
+ },
36904
+ "inheritedFrom": {
36905
+ "name": "FoundationElement",
36906
+ "module": "src/foundation-element/foundation-element.ts"
36907
+ }
36908
+ },
36909
+ {
36910
+ "kind": "method",
36911
+ "name": "compose",
36912
+ "privacy": "public",
36913
+ "static": true,
36914
+ "return": {
36915
+ "type": {
36916
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36917
+ }
36918
+ },
36919
+ "parameters": [
36920
+ {
36921
+ "name": "this",
36922
+ "type": {
36923
+ "text": "K"
36924
+ }
36925
+ },
36926
+ {
36927
+ "name": "elementDefinition",
36928
+ "type": {
36929
+ "text": "T"
36930
+ },
36931
+ "description": "The definition of the element to create the registry\nfunction for."
36932
+ }
36933
+ ],
36934
+ "description": "Defines an element registry function with a set of element definition defaults.",
36935
+ "inheritedFrom": {
36936
+ "name": "FoundationElement",
36937
+ "module": "src/foundation-element/foundation-element.ts"
36938
+ }
36939
+ }
36940
+ ]
36941
+ },
36942
+ {
36943
+ "kind": "variable",
36944
+ "name": "foundationStepperTabPanelShadowOptions",
36945
+ "type": {
36946
+ "text": "ShadowRootInit"
36947
+ },
36948
+ "default": "undefined"
36949
+ },
36950
+ {
36951
+ "kind": "variable",
36952
+ "name": "defaultStepperTabPanelConfig",
36953
+ "type": {
36954
+ "text": "object"
36955
+ },
36956
+ "default": "{}"
36957
+ },
36958
+ {
36959
+ "kind": "variable",
36960
+ "name": "foundationStepperTabPanel",
36961
+ "description": "The Foundation Stepper Tab Panel",
36962
+ "privacy": "public"
36963
+ }
36964
+ ],
36965
+ "exports": [
36966
+ {
36967
+ "kind": "js",
36968
+ "name": "StepperTabPanel",
36969
+ "declaration": {
36970
+ "name": "StepperTabPanel",
36971
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36972
+ }
36973
+ },
36974
+ {
36975
+ "kind": "js",
36976
+ "name": "foundationStepperTabPanelShadowOptions",
36977
+ "declaration": {
36978
+ "name": "foundationStepperTabPanelShadowOptions",
36979
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36980
+ }
36981
+ },
36982
+ {
36983
+ "kind": "js",
36984
+ "name": "defaultStepperTabPanelConfig",
36985
+ "declaration": {
36986
+ "name": "defaultStepperTabPanelConfig",
36987
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36988
+ }
36989
+ },
36990
+ {
36991
+ "kind": "js",
36992
+ "name": "foundationStepperTabPanel",
36993
+ "declaration": {
36994
+ "name": "foundationStepperTabPanel",
36995
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36996
+ }
36997
+ }
36998
+ ]
36999
+ },
37000
37000
  {
37001
37001
  "kind": "javascript-module",
37002
37002
  "path": "src/switch/index.ts",
@@ -45359,6 +45359,21 @@
45359
45359
  }
45360
45360
  ]
45361
45361
  },
45362
+ {
45363
+ "kind": "javascript-module",
45364
+ "path": "src/_config/styles/external/index.ts",
45365
+ "declarations": [],
45366
+ "exports": [
45367
+ {
45368
+ "kind": "js",
45369
+ "name": "*",
45370
+ "declaration": {
45371
+ "name": "*",
45372
+ "package": "./fontawesome-free"
45373
+ }
45374
+ }
45375
+ ]
45376
+ },
45362
45377
  {
45363
45378
  "kind": "javascript-module",
45364
45379
  "path": "src/overlays/system-health/index.ts",
@@ -45892,21 +45907,6 @@
45892
45907
  }
45893
45908
  ]
45894
45909
  },
45895
- {
45896
- "kind": "javascript-module",
45897
- "path": "src/_config/styles/external/index.ts",
45898
- "declarations": [],
45899
- "exports": [
45900
- {
45901
- "kind": "js",
45902
- "name": "*",
45903
- "declaration": {
45904
- "name": "*",
45905
- "package": "./fontawesome-free"
45906
- }
45907
- }
45908
- ]
45909
- },
45910
45910
  {
45911
45911
  "kind": "javascript-module",
45912
45912
  "path": "src/_config/styles/external/fontawesome-free/index.ts",