@genesislcap/foundation-ui 14.205.0 → 14.206.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 +986 -986
  2. package/package.json +17 -16
@@ -817,37 +817,6 @@
817
817
  }
818
818
  ]
819
819
  },
820
- {
821
- "kind": "javascript-module",
822
- "path": "src/_config/index.ts",
823
- "declarations": [],
824
- "exports": [
825
- {
826
- "kind": "js",
827
- "name": "*",
828
- "declaration": {
829
- "name": "*",
830
- "package": "./styles"
831
- }
832
- },
833
- {
834
- "kind": "js",
835
- "name": "*",
836
- "declaration": {
837
- "name": "*",
838
- "package": "./tokens"
839
- }
840
- },
841
- {
842
- "kind": "js",
843
- "name": "*",
844
- "declaration": {
845
- "name": "*",
846
- "package": "./values"
847
- }
848
- }
849
- ]
850
- },
851
820
  {
852
821
  "kind": "javascript-module",
853
822
  "path": "src/_common/icons.ts",
@@ -893,188 +862,6 @@
893
862
  }
894
863
  ]
895
864
  },
896
- {
897
- "kind": "javascript-module",
898
- "path": "src/accordion/accordion.styles.ts",
899
- "declarations": [
900
- {
901
- "kind": "function",
902
- "name": "foundationAccordionStyles",
903
- "return": {
904
- "type": {
905
- "text": "ElementStyles"
906
- }
907
- },
908
- "parameters": [
909
- {
910
- "name": "context",
911
- "type": {
912
- "text": "ElementDefinitionContext"
913
- }
914
- },
915
- {
916
- "name": "definition",
917
- "type": {
918
- "text": "FoundationElementDefinition"
919
- }
920
- }
921
- ]
922
- }
923
- ],
924
- "exports": [
925
- {
926
- "kind": "js",
927
- "name": "foundationAccordionStyles",
928
- "declaration": {
929
- "name": "foundationAccordionStyles",
930
- "module": "src/accordion/accordion.styles.ts"
931
- }
932
- }
933
- ]
934
- },
935
- {
936
- "kind": "javascript-module",
937
- "path": "src/accordion/accordion.template.ts",
938
- "declarations": [
939
- {
940
- "kind": "function",
941
- "name": "foundationAccordionTemplate",
942
- "return": {
943
- "type": {
944
- "text": "ViewTemplate<Accordion>"
945
- }
946
- },
947
- "parameters": [
948
- {
949
- "name": "context",
950
- "type": {
951
- "text": "ElementDefinitionContext"
952
- }
953
- },
954
- {
955
- "name": "definition",
956
- "type": {
957
- "text": "FoundationElementDefinition"
958
- }
959
- }
960
- ]
961
- }
962
- ],
963
- "exports": [
964
- {
965
- "kind": "js",
966
- "name": "foundationAccordionTemplate",
967
- "declaration": {
968
- "name": "foundationAccordionTemplate",
969
- "module": "src/accordion/accordion.template.ts"
970
- }
971
- }
972
- ]
973
- },
974
- {
975
- "kind": "javascript-module",
976
- "path": "src/accordion/accordion.ts",
977
- "declarations": [
978
- {
979
- "kind": "class",
980
- "description": "",
981
- "name": "Accordion",
982
- "superclass": {
983
- "name": "FASTAccordion",
984
- "package": "@microsoft/fast-foundation"
985
- },
986
- "tagName": "%%prefix%%-accordion",
987
- "customElement": true
988
- },
989
- {
990
- "kind": "variable",
991
- "name": "foundationAccordionShadowOptions",
992
- "type": {
993
- "text": "ShadowRootInit"
994
- },
995
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
- },
997
- {
998
- "kind": "variable",
999
- "name": "defaultAccordionConfig",
1000
- "type": {
1001
- "text": "object"
1002
- },
1003
- "default": "{}"
1004
- },
1005
- {
1006
- "kind": "variable",
1007
- "name": "foundationAccordion",
1008
- "description": "The Foundation Accordion",
1009
- "privacy": "public"
1010
- }
1011
- ],
1012
- "exports": [
1013
- {
1014
- "kind": "js",
1015
- "name": "Accordion",
1016
- "declaration": {
1017
- "name": "Accordion",
1018
- "module": "src/accordion/accordion.ts"
1019
- }
1020
- },
1021
- {
1022
- "kind": "js",
1023
- "name": "foundationAccordionShadowOptions",
1024
- "declaration": {
1025
- "name": "foundationAccordionShadowOptions",
1026
- "module": "src/accordion/accordion.ts"
1027
- }
1028
- },
1029
- {
1030
- "kind": "js",
1031
- "name": "defaultAccordionConfig",
1032
- "declaration": {
1033
- "name": "defaultAccordionConfig",
1034
- "module": "src/accordion/accordion.ts"
1035
- }
1036
- },
1037
- {
1038
- "kind": "js",
1039
- "name": "foundationAccordion",
1040
- "declaration": {
1041
- "name": "foundationAccordion",
1042
- "module": "src/accordion/accordion.ts"
1043
- }
1044
- }
1045
- ]
1046
- },
1047
- {
1048
- "kind": "javascript-module",
1049
- "path": "src/accordion/index.ts",
1050
- "declarations": [],
1051
- "exports": [
1052
- {
1053
- "kind": "js",
1054
- "name": "*",
1055
- "declaration": {
1056
- "name": "*",
1057
- "package": "./accordion.template"
1058
- }
1059
- },
1060
- {
1061
- "kind": "js",
1062
- "name": "*",
1063
- "declaration": {
1064
- "name": "*",
1065
- "package": "./accordion.styles"
1066
- }
1067
- },
1068
- {
1069
- "kind": "js",
1070
- "name": "*",
1071
- "declaration": {
1072
- "name": "*",
1073
- "package": "./accordion"
1074
- }
1075
- }
1076
- ]
1077
- },
1078
865
  {
1079
866
  "kind": "javascript-module",
1080
867
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1469,6 +1256,37 @@
1469
1256
  }
1470
1257
  ]
1471
1258
  },
1259
+ {
1260
+ "kind": "javascript-module",
1261
+ "path": "src/_config/index.ts",
1262
+ "declarations": [],
1263
+ "exports": [
1264
+ {
1265
+ "kind": "js",
1266
+ "name": "*",
1267
+ "declaration": {
1268
+ "name": "*",
1269
+ "package": "./styles"
1270
+ }
1271
+ },
1272
+ {
1273
+ "kind": "js",
1274
+ "name": "*",
1275
+ "declaration": {
1276
+ "name": "*",
1277
+ "package": "./tokens"
1278
+ }
1279
+ },
1280
+ {
1281
+ "kind": "js",
1282
+ "name": "*",
1283
+ "declaration": {
1284
+ "name": "*",
1285
+ "package": "./values"
1286
+ }
1287
+ }
1288
+ ]
1289
+ },
1472
1290
  {
1473
1291
  "kind": "javascript-module",
1474
1292
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -4138,6 +3956,188 @@
4138
3956
  }
4139
3957
  ]
4140
3958
  },
3959
+ {
3960
+ "kind": "javascript-module",
3961
+ "path": "src/accordion/accordion.styles.ts",
3962
+ "declarations": [
3963
+ {
3964
+ "kind": "function",
3965
+ "name": "foundationAccordionStyles",
3966
+ "return": {
3967
+ "type": {
3968
+ "text": "ElementStyles"
3969
+ }
3970
+ },
3971
+ "parameters": [
3972
+ {
3973
+ "name": "context",
3974
+ "type": {
3975
+ "text": "ElementDefinitionContext"
3976
+ }
3977
+ },
3978
+ {
3979
+ "name": "definition",
3980
+ "type": {
3981
+ "text": "FoundationElementDefinition"
3982
+ }
3983
+ }
3984
+ ]
3985
+ }
3986
+ ],
3987
+ "exports": [
3988
+ {
3989
+ "kind": "js",
3990
+ "name": "foundationAccordionStyles",
3991
+ "declaration": {
3992
+ "name": "foundationAccordionStyles",
3993
+ "module": "src/accordion/accordion.styles.ts"
3994
+ }
3995
+ }
3996
+ ]
3997
+ },
3998
+ {
3999
+ "kind": "javascript-module",
4000
+ "path": "src/accordion/accordion.template.ts",
4001
+ "declarations": [
4002
+ {
4003
+ "kind": "function",
4004
+ "name": "foundationAccordionTemplate",
4005
+ "return": {
4006
+ "type": {
4007
+ "text": "ViewTemplate<Accordion>"
4008
+ }
4009
+ },
4010
+ "parameters": [
4011
+ {
4012
+ "name": "context",
4013
+ "type": {
4014
+ "text": "ElementDefinitionContext"
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "definition",
4019
+ "type": {
4020
+ "text": "FoundationElementDefinition"
4021
+ }
4022
+ }
4023
+ ]
4024
+ }
4025
+ ],
4026
+ "exports": [
4027
+ {
4028
+ "kind": "js",
4029
+ "name": "foundationAccordionTemplate",
4030
+ "declaration": {
4031
+ "name": "foundationAccordionTemplate",
4032
+ "module": "src/accordion/accordion.template.ts"
4033
+ }
4034
+ }
4035
+ ]
4036
+ },
4037
+ {
4038
+ "kind": "javascript-module",
4039
+ "path": "src/accordion/accordion.ts",
4040
+ "declarations": [
4041
+ {
4042
+ "kind": "class",
4043
+ "description": "",
4044
+ "name": "Accordion",
4045
+ "superclass": {
4046
+ "name": "FASTAccordion",
4047
+ "package": "@microsoft/fast-foundation"
4048
+ },
4049
+ "tagName": "%%prefix%%-accordion",
4050
+ "customElement": true
4051
+ },
4052
+ {
4053
+ "kind": "variable",
4054
+ "name": "foundationAccordionShadowOptions",
4055
+ "type": {
4056
+ "text": "ShadowRootInit"
4057
+ },
4058
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4059
+ },
4060
+ {
4061
+ "kind": "variable",
4062
+ "name": "defaultAccordionConfig",
4063
+ "type": {
4064
+ "text": "object"
4065
+ },
4066
+ "default": "{}"
4067
+ },
4068
+ {
4069
+ "kind": "variable",
4070
+ "name": "foundationAccordion",
4071
+ "description": "The Foundation Accordion",
4072
+ "privacy": "public"
4073
+ }
4074
+ ],
4075
+ "exports": [
4076
+ {
4077
+ "kind": "js",
4078
+ "name": "Accordion",
4079
+ "declaration": {
4080
+ "name": "Accordion",
4081
+ "module": "src/accordion/accordion.ts"
4082
+ }
4083
+ },
4084
+ {
4085
+ "kind": "js",
4086
+ "name": "foundationAccordionShadowOptions",
4087
+ "declaration": {
4088
+ "name": "foundationAccordionShadowOptions",
4089
+ "module": "src/accordion/accordion.ts"
4090
+ }
4091
+ },
4092
+ {
4093
+ "kind": "js",
4094
+ "name": "defaultAccordionConfig",
4095
+ "declaration": {
4096
+ "name": "defaultAccordionConfig",
4097
+ "module": "src/accordion/accordion.ts"
4098
+ }
4099
+ },
4100
+ {
4101
+ "kind": "js",
4102
+ "name": "foundationAccordion",
4103
+ "declaration": {
4104
+ "name": "foundationAccordion",
4105
+ "module": "src/accordion/accordion.ts"
4106
+ }
4107
+ }
4108
+ ]
4109
+ },
4110
+ {
4111
+ "kind": "javascript-module",
4112
+ "path": "src/accordion/index.ts",
4113
+ "declarations": [],
4114
+ "exports": [
4115
+ {
4116
+ "kind": "js",
4117
+ "name": "*",
4118
+ "declaration": {
4119
+ "name": "*",
4120
+ "package": "./accordion.template"
4121
+ }
4122
+ },
4123
+ {
4124
+ "kind": "js",
4125
+ "name": "*",
4126
+ "declaration": {
4127
+ "name": "*",
4128
+ "package": "./accordion.styles"
4129
+ }
4130
+ },
4131
+ {
4132
+ "kind": "js",
4133
+ "name": "*",
4134
+ "declaration": {
4135
+ "name": "*",
4136
+ "package": "./accordion"
4137
+ }
4138
+ }
4139
+ ]
4140
+ },
4141
4141
  {
4142
4142
  "kind": "javascript-module",
4143
4143
  "path": "src/avatar/avatar.styles.ts",
@@ -6798,6 +6798,301 @@
6798
6798
  }
6799
6799
  ]
6800
6800
  },
6801
+ {
6802
+ "kind": "javascript-module",
6803
+ "path": "src/card/card.styles.ts",
6804
+ "declarations": [
6805
+ {
6806
+ "kind": "function",
6807
+ "name": "foundationCardStyles",
6808
+ "return": {
6809
+ "type": {
6810
+ "text": "ElementStyles"
6811
+ }
6812
+ },
6813
+ "parameters": [
6814
+ {
6815
+ "name": "context",
6816
+ "type": {
6817
+ "text": "ElementDefinitionContext"
6818
+ }
6819
+ },
6820
+ {
6821
+ "name": "definition",
6822
+ "type": {
6823
+ "text": "FoundationElementDefinition"
6824
+ }
6825
+ }
6826
+ ]
6827
+ }
6828
+ ],
6829
+ "exports": [
6830
+ {
6831
+ "kind": "js",
6832
+ "name": "foundationCardStyles",
6833
+ "declaration": {
6834
+ "name": "foundationCardStyles",
6835
+ "module": "src/card/card.styles.ts"
6836
+ }
6837
+ }
6838
+ ]
6839
+ },
6840
+ {
6841
+ "kind": "javascript-module",
6842
+ "path": "src/card/card.template.ts",
6843
+ "declarations": [
6844
+ {
6845
+ "kind": "function",
6846
+ "name": "foundationCardTemplate",
6847
+ "return": {
6848
+ "type": {
6849
+ "text": "ViewTemplate<Card>"
6850
+ }
6851
+ },
6852
+ "parameters": [
6853
+ {
6854
+ "name": "context",
6855
+ "type": {
6856
+ "text": "ElementDefinitionContext"
6857
+ }
6858
+ },
6859
+ {
6860
+ "name": "definition",
6861
+ "type": {
6862
+ "text": "FoundationElementDefinition"
6863
+ }
6864
+ }
6865
+ ]
6866
+ }
6867
+ ],
6868
+ "exports": [
6869
+ {
6870
+ "kind": "js",
6871
+ "name": "foundationCardTemplate",
6872
+ "declaration": {
6873
+ "name": "foundationCardTemplate",
6874
+ "module": "src/card/card.template.ts"
6875
+ }
6876
+ }
6877
+ ]
6878
+ },
6879
+ {
6880
+ "kind": "javascript-module",
6881
+ "path": "src/card/card.ts",
6882
+ "declarations": [
6883
+ {
6884
+ "kind": "class",
6885
+ "description": "",
6886
+ "name": "Card",
6887
+ "superclass": {
6888
+ "name": "FASTCard",
6889
+ "package": "@microsoft/fast-components"
6890
+ },
6891
+ "tagName": "%%prefix%%-card",
6892
+ "customElement": true,
6893
+ "members": [
6894
+ {
6895
+ "kind": "field",
6896
+ "name": "_presentation",
6897
+ "type": {
6898
+ "text": "ComponentPresentation | null | undefined"
6899
+ },
6900
+ "privacy": "private",
6901
+ "default": "void 0",
6902
+ "inheritedFrom": {
6903
+ "name": "FoundationElement",
6904
+ "module": "src/foundation-element/foundation-element.ts"
6905
+ }
6906
+ },
6907
+ {
6908
+ "kind": "field",
6909
+ "name": "$presentation",
6910
+ "type": {
6911
+ "text": "ComponentPresentation | null"
6912
+ },
6913
+ "privacy": "public",
6914
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6915
+ "inheritedFrom": {
6916
+ "name": "FoundationElement",
6917
+ "module": "src/foundation-element/foundation-element.ts"
6918
+ }
6919
+ },
6920
+ {
6921
+ "kind": "field",
6922
+ "name": "template",
6923
+ "type": {
6924
+ "text": "ElementViewTemplate | void | null"
6925
+ },
6926
+ "privacy": "public",
6927
+ "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.",
6928
+ "inheritedFrom": {
6929
+ "name": "FoundationElement",
6930
+ "module": "src/foundation-element/foundation-element.ts"
6931
+ }
6932
+ },
6933
+ {
6934
+ "kind": "method",
6935
+ "name": "templateChanged",
6936
+ "privacy": "protected",
6937
+ "return": {
6938
+ "type": {
6939
+ "text": "void"
6940
+ }
6941
+ },
6942
+ "inheritedFrom": {
6943
+ "name": "FoundationElement",
6944
+ "module": "src/foundation-element/foundation-element.ts"
6945
+ }
6946
+ },
6947
+ {
6948
+ "kind": "field",
6949
+ "name": "styles",
6950
+ "type": {
6951
+ "text": "ElementStyles | void | null"
6952
+ },
6953
+ "privacy": "public",
6954
+ "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.",
6955
+ "inheritedFrom": {
6956
+ "name": "FoundationElement",
6957
+ "module": "src/foundation-element/foundation-element.ts"
6958
+ }
6959
+ },
6960
+ {
6961
+ "kind": "method",
6962
+ "name": "stylesChanged",
6963
+ "privacy": "protected",
6964
+ "return": {
6965
+ "type": {
6966
+ "text": "void"
6967
+ }
6968
+ },
6969
+ "inheritedFrom": {
6970
+ "name": "FoundationElement",
6971
+ "module": "src/foundation-element/foundation-element.ts"
6972
+ }
6973
+ },
6974
+ {
6975
+ "kind": "method",
6976
+ "name": "compose",
6977
+ "privacy": "public",
6978
+ "static": true,
6979
+ "return": {
6980
+ "type": {
6981
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6982
+ }
6983
+ },
6984
+ "parameters": [
6985
+ {
6986
+ "name": "this",
6987
+ "type": {
6988
+ "text": "K"
6989
+ }
6990
+ },
6991
+ {
6992
+ "name": "elementDefinition",
6993
+ "type": {
6994
+ "text": "T"
6995
+ },
6996
+ "description": "The definition of the element to create the registry\nfunction for."
6997
+ }
6998
+ ],
6999
+ "description": "Defines an element registry function with a set of element definition defaults.",
7000
+ "inheritedFrom": {
7001
+ "name": "FoundationElement",
7002
+ "module": "src/foundation-element/foundation-element.ts"
7003
+ }
7004
+ }
7005
+ ]
7006
+ },
7007
+ {
7008
+ "kind": "variable",
7009
+ "name": "foundationCardShadowOptions",
7010
+ "type": {
7011
+ "text": "ShadowRootInit"
7012
+ },
7013
+ "default": "undefined"
7014
+ },
7015
+ {
7016
+ "kind": "variable",
7017
+ "name": "defaultCardConfig",
7018
+ "type": {
7019
+ "text": "object"
7020
+ },
7021
+ "default": "{}"
7022
+ },
7023
+ {
7024
+ "kind": "variable",
7025
+ "name": "foundationCard",
7026
+ "description": "The Foundation Card",
7027
+ "privacy": "public"
7028
+ }
7029
+ ],
7030
+ "exports": [
7031
+ {
7032
+ "kind": "js",
7033
+ "name": "Card",
7034
+ "declaration": {
7035
+ "name": "Card",
7036
+ "module": "src/card/card.ts"
7037
+ }
7038
+ },
7039
+ {
7040
+ "kind": "js",
7041
+ "name": "foundationCardShadowOptions",
7042
+ "declaration": {
7043
+ "name": "foundationCardShadowOptions",
7044
+ "module": "src/card/card.ts"
7045
+ }
7046
+ },
7047
+ {
7048
+ "kind": "js",
7049
+ "name": "defaultCardConfig",
7050
+ "declaration": {
7051
+ "name": "defaultCardConfig",
7052
+ "module": "src/card/card.ts"
7053
+ }
7054
+ },
7055
+ {
7056
+ "kind": "js",
7057
+ "name": "foundationCard",
7058
+ "declaration": {
7059
+ "name": "foundationCard",
7060
+ "module": "src/card/card.ts"
7061
+ }
7062
+ }
7063
+ ]
7064
+ },
7065
+ {
7066
+ "kind": "javascript-module",
7067
+ "path": "src/card/index.ts",
7068
+ "declarations": [],
7069
+ "exports": [
7070
+ {
7071
+ "kind": "js",
7072
+ "name": "*",
7073
+ "declaration": {
7074
+ "name": "*",
7075
+ "package": "./card.template"
7076
+ }
7077
+ },
7078
+ {
7079
+ "kind": "js",
7080
+ "name": "*",
7081
+ "declaration": {
7082
+ "name": "*",
7083
+ "package": "./card.styles"
7084
+ }
7085
+ },
7086
+ {
7087
+ "kind": "js",
7088
+ "name": "*",
7089
+ "declaration": {
7090
+ "name": "*",
7091
+ "package": "./card"
7092
+ }
7093
+ }
7094
+ ]
7095
+ },
6801
7096
  {
6802
7097
  "kind": "javascript-module",
6803
7098
  "path": "src/calendar/calendar.styles.ts",
@@ -7650,301 +7945,6 @@
7650
7945
  }
7651
7946
  ]
7652
7947
  },
7653
- {
7654
- "kind": "javascript-module",
7655
- "path": "src/card/card.styles.ts",
7656
- "declarations": [
7657
- {
7658
- "kind": "function",
7659
- "name": "foundationCardStyles",
7660
- "return": {
7661
- "type": {
7662
- "text": "ElementStyles"
7663
- }
7664
- },
7665
- "parameters": [
7666
- {
7667
- "name": "context",
7668
- "type": {
7669
- "text": "ElementDefinitionContext"
7670
- }
7671
- },
7672
- {
7673
- "name": "definition",
7674
- "type": {
7675
- "text": "FoundationElementDefinition"
7676
- }
7677
- }
7678
- ]
7679
- }
7680
- ],
7681
- "exports": [
7682
- {
7683
- "kind": "js",
7684
- "name": "foundationCardStyles",
7685
- "declaration": {
7686
- "name": "foundationCardStyles",
7687
- "module": "src/card/card.styles.ts"
7688
- }
7689
- }
7690
- ]
7691
- },
7692
- {
7693
- "kind": "javascript-module",
7694
- "path": "src/card/card.template.ts",
7695
- "declarations": [
7696
- {
7697
- "kind": "function",
7698
- "name": "foundationCardTemplate",
7699
- "return": {
7700
- "type": {
7701
- "text": "ViewTemplate<Card>"
7702
- }
7703
- },
7704
- "parameters": [
7705
- {
7706
- "name": "context",
7707
- "type": {
7708
- "text": "ElementDefinitionContext"
7709
- }
7710
- },
7711
- {
7712
- "name": "definition",
7713
- "type": {
7714
- "text": "FoundationElementDefinition"
7715
- }
7716
- }
7717
- ]
7718
- }
7719
- ],
7720
- "exports": [
7721
- {
7722
- "kind": "js",
7723
- "name": "foundationCardTemplate",
7724
- "declaration": {
7725
- "name": "foundationCardTemplate",
7726
- "module": "src/card/card.template.ts"
7727
- }
7728
- }
7729
- ]
7730
- },
7731
- {
7732
- "kind": "javascript-module",
7733
- "path": "src/card/card.ts",
7734
- "declarations": [
7735
- {
7736
- "kind": "class",
7737
- "description": "",
7738
- "name": "Card",
7739
- "superclass": {
7740
- "name": "FASTCard",
7741
- "package": "@microsoft/fast-components"
7742
- },
7743
- "tagName": "%%prefix%%-card",
7744
- "customElement": true,
7745
- "members": [
7746
- {
7747
- "kind": "field",
7748
- "name": "_presentation",
7749
- "type": {
7750
- "text": "ComponentPresentation | null | undefined"
7751
- },
7752
- "privacy": "private",
7753
- "default": "void 0",
7754
- "inheritedFrom": {
7755
- "name": "FoundationElement",
7756
- "module": "src/foundation-element/foundation-element.ts"
7757
- }
7758
- },
7759
- {
7760
- "kind": "field",
7761
- "name": "$presentation",
7762
- "type": {
7763
- "text": "ComponentPresentation | null"
7764
- },
7765
- "privacy": "public",
7766
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7767
- "inheritedFrom": {
7768
- "name": "FoundationElement",
7769
- "module": "src/foundation-element/foundation-element.ts"
7770
- }
7771
- },
7772
- {
7773
- "kind": "field",
7774
- "name": "template",
7775
- "type": {
7776
- "text": "ElementViewTemplate | void | null"
7777
- },
7778
- "privacy": "public",
7779
- "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.",
7780
- "inheritedFrom": {
7781
- "name": "FoundationElement",
7782
- "module": "src/foundation-element/foundation-element.ts"
7783
- }
7784
- },
7785
- {
7786
- "kind": "method",
7787
- "name": "templateChanged",
7788
- "privacy": "protected",
7789
- "return": {
7790
- "type": {
7791
- "text": "void"
7792
- }
7793
- },
7794
- "inheritedFrom": {
7795
- "name": "FoundationElement",
7796
- "module": "src/foundation-element/foundation-element.ts"
7797
- }
7798
- },
7799
- {
7800
- "kind": "field",
7801
- "name": "styles",
7802
- "type": {
7803
- "text": "ElementStyles | void | null"
7804
- },
7805
- "privacy": "public",
7806
- "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.",
7807
- "inheritedFrom": {
7808
- "name": "FoundationElement",
7809
- "module": "src/foundation-element/foundation-element.ts"
7810
- }
7811
- },
7812
- {
7813
- "kind": "method",
7814
- "name": "stylesChanged",
7815
- "privacy": "protected",
7816
- "return": {
7817
- "type": {
7818
- "text": "void"
7819
- }
7820
- },
7821
- "inheritedFrom": {
7822
- "name": "FoundationElement",
7823
- "module": "src/foundation-element/foundation-element.ts"
7824
- }
7825
- },
7826
- {
7827
- "kind": "method",
7828
- "name": "compose",
7829
- "privacy": "public",
7830
- "static": true,
7831
- "return": {
7832
- "type": {
7833
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7834
- }
7835
- },
7836
- "parameters": [
7837
- {
7838
- "name": "this",
7839
- "type": {
7840
- "text": "K"
7841
- }
7842
- },
7843
- {
7844
- "name": "elementDefinition",
7845
- "type": {
7846
- "text": "T"
7847
- },
7848
- "description": "The definition of the element to create the registry\nfunction for."
7849
- }
7850
- ],
7851
- "description": "Defines an element registry function with a set of element definition defaults.",
7852
- "inheritedFrom": {
7853
- "name": "FoundationElement",
7854
- "module": "src/foundation-element/foundation-element.ts"
7855
- }
7856
- }
7857
- ]
7858
- },
7859
- {
7860
- "kind": "variable",
7861
- "name": "foundationCardShadowOptions",
7862
- "type": {
7863
- "text": "ShadowRootInit"
7864
- },
7865
- "default": "undefined"
7866
- },
7867
- {
7868
- "kind": "variable",
7869
- "name": "defaultCardConfig",
7870
- "type": {
7871
- "text": "object"
7872
- },
7873
- "default": "{}"
7874
- },
7875
- {
7876
- "kind": "variable",
7877
- "name": "foundationCard",
7878
- "description": "The Foundation Card",
7879
- "privacy": "public"
7880
- }
7881
- ],
7882
- "exports": [
7883
- {
7884
- "kind": "js",
7885
- "name": "Card",
7886
- "declaration": {
7887
- "name": "Card",
7888
- "module": "src/card/card.ts"
7889
- }
7890
- },
7891
- {
7892
- "kind": "js",
7893
- "name": "foundationCardShadowOptions",
7894
- "declaration": {
7895
- "name": "foundationCardShadowOptions",
7896
- "module": "src/card/card.ts"
7897
- }
7898
- },
7899
- {
7900
- "kind": "js",
7901
- "name": "defaultCardConfig",
7902
- "declaration": {
7903
- "name": "defaultCardConfig",
7904
- "module": "src/card/card.ts"
7905
- }
7906
- },
7907
- {
7908
- "kind": "js",
7909
- "name": "foundationCard",
7910
- "declaration": {
7911
- "name": "foundationCard",
7912
- "module": "src/card/card.ts"
7913
- }
7914
- }
7915
- ]
7916
- },
7917
- {
7918
- "kind": "javascript-module",
7919
- "path": "src/card/index.ts",
7920
- "declarations": [],
7921
- "exports": [
7922
- {
7923
- "kind": "js",
7924
- "name": "*",
7925
- "declaration": {
7926
- "name": "*",
7927
- "package": "./card.template"
7928
- }
7929
- },
7930
- {
7931
- "kind": "js",
7932
- "name": "*",
7933
- "declaration": {
7934
- "name": "*",
7935
- "package": "./card.styles"
7936
- }
7937
- },
7938
- {
7939
- "kind": "js",
7940
- "name": "*",
7941
- "declaration": {
7942
- "name": "*",
7943
- "package": "./card"
7944
- }
7945
- }
7946
- ]
7947
- },
7948
7948
  {
7949
7949
  "kind": "javascript-module",
7950
7950
  "path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
@@ -14472,11 +14472,11 @@
14472
14472
  },
14473
14473
  {
14474
14474
  "kind": "javascript-module",
14475
- "path": "src/disclosure/disclosure.styles.ts",
14475
+ "path": "src/divider/divider.styles.ts",
14476
14476
  "declarations": [
14477
14477
  {
14478
14478
  "kind": "function",
14479
- "name": "foundationDisclosureStyles",
14479
+ "name": "foundationDividerStyles",
14480
14480
  "return": {
14481
14481
  "type": {
14482
14482
  "text": "ElementStyles"
@@ -14501,24 +14501,24 @@
14501
14501
  "exports": [
14502
14502
  {
14503
14503
  "kind": "js",
14504
- "name": "foundationDisclosureStyles",
14504
+ "name": "foundationDividerStyles",
14505
14505
  "declaration": {
14506
- "name": "foundationDisclosureStyles",
14507
- "module": "src/disclosure/disclosure.styles.ts"
14506
+ "name": "foundationDividerStyles",
14507
+ "module": "src/divider/divider.styles.ts"
14508
14508
  }
14509
14509
  }
14510
14510
  ]
14511
14511
  },
14512
14512
  {
14513
14513
  "kind": "javascript-module",
14514
- "path": "src/disclosure/disclosure.template.ts",
14514
+ "path": "src/divider/divider.template.ts",
14515
14515
  "declarations": [
14516
14516
  {
14517
14517
  "kind": "function",
14518
- "name": "foundationDisclosureTemplate",
14518
+ "name": "foundationDividerTemplate",
14519
14519
  "return": {
14520
14520
  "type": {
14521
- "text": "ViewTemplate<Disclosure>"
14521
+ "text": "ViewTemplate<Divider>"
14522
14522
  }
14523
14523
  },
14524
14524
  "parameters": [
@@ -14540,32 +14540,32 @@
14540
14540
  "exports": [
14541
14541
  {
14542
14542
  "kind": "js",
14543
- "name": "foundationDisclosureTemplate",
14543
+ "name": "foundationDividerTemplate",
14544
14544
  "declaration": {
14545
- "name": "foundationDisclosureTemplate",
14546
- "module": "src/disclosure/disclosure.template.ts"
14545
+ "name": "foundationDividerTemplate",
14546
+ "module": "src/divider/divider.template.ts"
14547
14547
  }
14548
14548
  }
14549
14549
  ]
14550
14550
  },
14551
14551
  {
14552
14552
  "kind": "javascript-module",
14553
- "path": "src/disclosure/disclosure.ts",
14553
+ "path": "src/divider/divider.ts",
14554
14554
  "declarations": [
14555
14555
  {
14556
14556
  "kind": "class",
14557
14557
  "description": "",
14558
- "name": "Disclosure",
14558
+ "name": "Divider",
14559
14559
  "superclass": {
14560
- "name": "FASTDisclosure",
14560
+ "name": "FASTDivider",
14561
14561
  "package": "@microsoft/fast-foundation"
14562
14562
  },
14563
- "tagName": "%%prefix%%-disclosure",
14563
+ "tagName": "%%prefix%%-divider",
14564
14564
  "customElement": true
14565
14565
  },
14566
14566
  {
14567
14567
  "kind": "variable",
14568
- "name": "foundationDisclosureShadowOptions",
14568
+ "name": "foundationDividerShadowOptions",
14569
14569
  "type": {
14570
14570
  "text": "ShadowRootInit"
14571
14571
  },
@@ -14573,7 +14573,7 @@
14573
14573
  },
14574
14574
  {
14575
14575
  "kind": "variable",
14576
- "name": "defaultDisclosureConfig",
14576
+ "name": "defaultDividerConfig",
14577
14577
  "type": {
14578
14578
  "text": "object"
14579
14579
  },
@@ -14581,49 +14581,49 @@
14581
14581
  },
14582
14582
  {
14583
14583
  "kind": "variable",
14584
- "name": "foundationDisclosure",
14585
- "description": "The Foundation Disclosure",
14584
+ "name": "foundationDivider",
14585
+ "description": "The Foundation Divider",
14586
14586
  "privacy": "public"
14587
14587
  }
14588
14588
  ],
14589
14589
  "exports": [
14590
14590
  {
14591
14591
  "kind": "js",
14592
- "name": "Disclosure",
14592
+ "name": "Divider",
14593
14593
  "declaration": {
14594
- "name": "Disclosure",
14595
- "module": "src/disclosure/disclosure.ts"
14594
+ "name": "Divider",
14595
+ "module": "src/divider/divider.ts"
14596
14596
  }
14597
14597
  },
14598
14598
  {
14599
14599
  "kind": "js",
14600
- "name": "foundationDisclosureShadowOptions",
14600
+ "name": "foundationDividerShadowOptions",
14601
14601
  "declaration": {
14602
- "name": "foundationDisclosureShadowOptions",
14603
- "module": "src/disclosure/disclosure.ts"
14602
+ "name": "foundationDividerShadowOptions",
14603
+ "module": "src/divider/divider.ts"
14604
14604
  }
14605
14605
  },
14606
14606
  {
14607
14607
  "kind": "js",
14608
- "name": "defaultDisclosureConfig",
14608
+ "name": "defaultDividerConfig",
14609
14609
  "declaration": {
14610
- "name": "defaultDisclosureConfig",
14611
- "module": "src/disclosure/disclosure.ts"
14610
+ "name": "defaultDividerConfig",
14611
+ "module": "src/divider/divider.ts"
14612
14612
  }
14613
14613
  },
14614
14614
  {
14615
14615
  "kind": "js",
14616
- "name": "foundationDisclosure",
14616
+ "name": "foundationDivider",
14617
14617
  "declaration": {
14618
- "name": "foundationDisclosure",
14619
- "module": "src/disclosure/disclosure.ts"
14618
+ "name": "foundationDivider",
14619
+ "module": "src/divider/divider.ts"
14620
14620
  }
14621
14621
  }
14622
14622
  ]
14623
14623
  },
14624
14624
  {
14625
14625
  "kind": "javascript-module",
14626
- "path": "src/disclosure/index.ts",
14626
+ "path": "src/divider/index.ts",
14627
14627
  "declarations": [],
14628
14628
  "exports": [
14629
14629
  {
@@ -14631,7 +14631,7 @@
14631
14631
  "name": "*",
14632
14632
  "declaration": {
14633
14633
  "name": "*",
14634
- "package": "./disclosure.template"
14634
+ "package": "./divider.template"
14635
14635
  }
14636
14636
  },
14637
14637
  {
@@ -14639,7 +14639,7 @@
14639
14639
  "name": "*",
14640
14640
  "declaration": {
14641
14641
  "name": "*",
14642
- "package": "./disclosure.styles"
14642
+ "package": "./divider.styles"
14643
14643
  }
14644
14644
  },
14645
14645
  {
@@ -14647,18 +14647,18 @@
14647
14647
  "name": "*",
14648
14648
  "declaration": {
14649
14649
  "name": "*",
14650
- "package": "./disclosure"
14650
+ "package": "./divider"
14651
14651
  }
14652
14652
  }
14653
14653
  ]
14654
14654
  },
14655
14655
  {
14656
14656
  "kind": "javascript-module",
14657
- "path": "src/divider/divider.styles.ts",
14657
+ "path": "src/disclosure/disclosure.styles.ts",
14658
14658
  "declarations": [
14659
14659
  {
14660
14660
  "kind": "function",
14661
- "name": "foundationDividerStyles",
14661
+ "name": "foundationDisclosureStyles",
14662
14662
  "return": {
14663
14663
  "type": {
14664
14664
  "text": "ElementStyles"
@@ -14683,24 +14683,24 @@
14683
14683
  "exports": [
14684
14684
  {
14685
14685
  "kind": "js",
14686
- "name": "foundationDividerStyles",
14686
+ "name": "foundationDisclosureStyles",
14687
14687
  "declaration": {
14688
- "name": "foundationDividerStyles",
14689
- "module": "src/divider/divider.styles.ts"
14688
+ "name": "foundationDisclosureStyles",
14689
+ "module": "src/disclosure/disclosure.styles.ts"
14690
14690
  }
14691
14691
  }
14692
14692
  ]
14693
14693
  },
14694
14694
  {
14695
14695
  "kind": "javascript-module",
14696
- "path": "src/divider/divider.template.ts",
14696
+ "path": "src/disclosure/disclosure.template.ts",
14697
14697
  "declarations": [
14698
14698
  {
14699
14699
  "kind": "function",
14700
- "name": "foundationDividerTemplate",
14700
+ "name": "foundationDisclosureTemplate",
14701
14701
  "return": {
14702
14702
  "type": {
14703
- "text": "ViewTemplate<Divider>"
14703
+ "text": "ViewTemplate<Disclosure>"
14704
14704
  }
14705
14705
  },
14706
14706
  "parameters": [
@@ -14722,32 +14722,32 @@
14722
14722
  "exports": [
14723
14723
  {
14724
14724
  "kind": "js",
14725
- "name": "foundationDividerTemplate",
14725
+ "name": "foundationDisclosureTemplate",
14726
14726
  "declaration": {
14727
- "name": "foundationDividerTemplate",
14728
- "module": "src/divider/divider.template.ts"
14727
+ "name": "foundationDisclosureTemplate",
14728
+ "module": "src/disclosure/disclosure.template.ts"
14729
14729
  }
14730
14730
  }
14731
14731
  ]
14732
14732
  },
14733
14733
  {
14734
14734
  "kind": "javascript-module",
14735
- "path": "src/divider/divider.ts",
14735
+ "path": "src/disclosure/disclosure.ts",
14736
14736
  "declarations": [
14737
14737
  {
14738
14738
  "kind": "class",
14739
14739
  "description": "",
14740
- "name": "Divider",
14740
+ "name": "Disclosure",
14741
14741
  "superclass": {
14742
- "name": "FASTDivider",
14742
+ "name": "FASTDisclosure",
14743
14743
  "package": "@microsoft/fast-foundation"
14744
14744
  },
14745
- "tagName": "%%prefix%%-divider",
14745
+ "tagName": "%%prefix%%-disclosure",
14746
14746
  "customElement": true
14747
14747
  },
14748
14748
  {
14749
14749
  "kind": "variable",
14750
- "name": "foundationDividerShadowOptions",
14750
+ "name": "foundationDisclosureShadowOptions",
14751
14751
  "type": {
14752
14752
  "text": "ShadowRootInit"
14753
14753
  },
@@ -14755,7 +14755,7 @@
14755
14755
  },
14756
14756
  {
14757
14757
  "kind": "variable",
14758
- "name": "defaultDividerConfig",
14758
+ "name": "defaultDisclosureConfig",
14759
14759
  "type": {
14760
14760
  "text": "object"
14761
14761
  },
@@ -14763,49 +14763,49 @@
14763
14763
  },
14764
14764
  {
14765
14765
  "kind": "variable",
14766
- "name": "foundationDivider",
14767
- "description": "The Foundation Divider",
14766
+ "name": "foundationDisclosure",
14767
+ "description": "The Foundation Disclosure",
14768
14768
  "privacy": "public"
14769
14769
  }
14770
14770
  ],
14771
14771
  "exports": [
14772
14772
  {
14773
14773
  "kind": "js",
14774
- "name": "Divider",
14774
+ "name": "Disclosure",
14775
14775
  "declaration": {
14776
- "name": "Divider",
14777
- "module": "src/divider/divider.ts"
14776
+ "name": "Disclosure",
14777
+ "module": "src/disclosure/disclosure.ts"
14778
14778
  }
14779
14779
  },
14780
14780
  {
14781
14781
  "kind": "js",
14782
- "name": "foundationDividerShadowOptions",
14782
+ "name": "foundationDisclosureShadowOptions",
14783
14783
  "declaration": {
14784
- "name": "foundationDividerShadowOptions",
14785
- "module": "src/divider/divider.ts"
14784
+ "name": "foundationDisclosureShadowOptions",
14785
+ "module": "src/disclosure/disclosure.ts"
14786
14786
  }
14787
14787
  },
14788
14788
  {
14789
14789
  "kind": "js",
14790
- "name": "defaultDividerConfig",
14790
+ "name": "defaultDisclosureConfig",
14791
14791
  "declaration": {
14792
- "name": "defaultDividerConfig",
14793
- "module": "src/divider/divider.ts"
14792
+ "name": "defaultDisclosureConfig",
14793
+ "module": "src/disclosure/disclosure.ts"
14794
14794
  }
14795
14795
  },
14796
14796
  {
14797
14797
  "kind": "js",
14798
- "name": "foundationDivider",
14798
+ "name": "foundationDisclosure",
14799
14799
  "declaration": {
14800
- "name": "foundationDivider",
14801
- "module": "src/divider/divider.ts"
14800
+ "name": "foundationDisclosure",
14801
+ "module": "src/disclosure/disclosure.ts"
14802
14802
  }
14803
14803
  }
14804
14804
  ]
14805
14805
  },
14806
14806
  {
14807
14807
  "kind": "javascript-module",
14808
- "path": "src/divider/index.ts",
14808
+ "path": "src/disclosure/index.ts",
14809
14809
  "declarations": [],
14810
14810
  "exports": [
14811
14811
  {
@@ -14813,7 +14813,7 @@
14813
14813
  "name": "*",
14814
14814
  "declaration": {
14815
14815
  "name": "*",
14816
- "package": "./divider.template"
14816
+ "package": "./disclosure.template"
14817
14817
  }
14818
14818
  },
14819
14819
  {
@@ -14821,7 +14821,7 @@
14821
14821
  "name": "*",
14822
14822
  "declaration": {
14823
14823
  "name": "*",
14824
- "package": "./divider.styles"
14824
+ "package": "./disclosure.styles"
14825
14825
  }
14826
14826
  },
14827
14827
  {
@@ -14829,7 +14829,7 @@
14829
14829
  "name": "*",
14830
14830
  "declaration": {
14831
14831
  "name": "*",
14832
- "package": "./divider"
14832
+ "package": "./disclosure"
14833
14833
  }
14834
14834
  }
14835
14835
  ]
@@ -35753,7 +35753,7 @@
35753
35753
  },
35754
35754
  {
35755
35755
  "kind": "javascript-module",
35756
- "path": "src/tab/index.ts",
35756
+ "path": "src/switch/index.ts",
35757
35757
  "declarations": [],
35758
35758
  "exports": [
35759
35759
  {
@@ -35761,7 +35761,7 @@
35761
35761
  "name": "*",
35762
35762
  "declaration": {
35763
35763
  "name": "*",
35764
- "package": "./tab.template"
35764
+ "package": "./switch.template"
35765
35765
  }
35766
35766
  },
35767
35767
  {
@@ -35769,7 +35769,7 @@
35769
35769
  "name": "*",
35770
35770
  "declaration": {
35771
35771
  "name": "*",
35772
- "package": "./tab.styles"
35772
+ "package": "./switch.styles"
35773
35773
  }
35774
35774
  },
35775
35775
  {
@@ -35777,18 +35777,18 @@
35777
35777
  "name": "*",
35778
35778
  "declaration": {
35779
35779
  "name": "*",
35780
- "package": "./tab"
35780
+ "package": "./switch"
35781
35781
  }
35782
35782
  }
35783
35783
  ]
35784
35784
  },
35785
35785
  {
35786
35786
  "kind": "javascript-module",
35787
- "path": "src/tab/tab.styles.ts",
35787
+ "path": "src/switch/switch.styles.ts",
35788
35788
  "declarations": [
35789
35789
  {
35790
35790
  "kind": "function",
35791
- "name": "foundationTabStyles",
35791
+ "name": "foundationSwitchStyles",
35792
35792
  "return": {
35793
35793
  "type": {
35794
35794
  "text": "ElementStyles"
@@ -35804,7 +35804,7 @@
35804
35804
  {
35805
35805
  "name": "definition",
35806
35806
  "type": {
35807
- "text": "FoundationElementDefinition"
35807
+ "text": "SwitchOptions"
35808
35808
  }
35809
35809
  }
35810
35810
  ]
@@ -35813,24 +35813,24 @@
35813
35813
  "exports": [
35814
35814
  {
35815
35815
  "kind": "js",
35816
- "name": "foundationTabStyles",
35816
+ "name": "foundationSwitchStyles",
35817
35817
  "declaration": {
35818
- "name": "foundationTabStyles",
35819
- "module": "src/tab/tab.styles.ts"
35818
+ "name": "foundationSwitchStyles",
35819
+ "module": "src/switch/switch.styles.ts"
35820
35820
  }
35821
35821
  }
35822
35822
  ]
35823
35823
  },
35824
35824
  {
35825
35825
  "kind": "javascript-module",
35826
- "path": "src/tab/tab.template.ts",
35826
+ "path": "src/switch/switch.template.ts",
35827
35827
  "declarations": [
35828
35828
  {
35829
35829
  "kind": "function",
35830
- "name": "foundationTabTemplate",
35830
+ "name": "foundationSwitchTemplate",
35831
35831
  "return": {
35832
35832
  "type": {
35833
- "text": "ViewTemplate<Tab>"
35833
+ "text": "ViewTemplate<Switch>"
35834
35834
  }
35835
35835
  },
35836
35836
  "parameters": [
@@ -35852,53 +35852,76 @@
35852
35852
  "exports": [
35853
35853
  {
35854
35854
  "kind": "js",
35855
- "name": "foundationTabTemplate",
35855
+ "name": "foundationSwitchTemplate",
35856
35856
  "declaration": {
35857
- "name": "foundationTabTemplate",
35858
- "module": "src/tab/tab.template.ts"
35857
+ "name": "foundationSwitchTemplate",
35858
+ "module": "src/switch/switch.template.ts"
35859
35859
  }
35860
35860
  }
35861
35861
  ]
35862
35862
  },
35863
35863
  {
35864
35864
  "kind": "javascript-module",
35865
- "path": "src/tab/tab.ts",
35865
+ "path": "src/switch/switch.ts",
35866
35866
  "declarations": [
35867
35867
  {
35868
35868
  "kind": "class",
35869
35869
  "description": "",
35870
- "name": "Tab",
35870
+ "name": "Switch",
35871
35871
  "superclass": {
35872
- "name": "FASTTab",
35872
+ "name": "FASTSwitch",
35873
35873
  "package": "@microsoft/fast-components"
35874
35874
  },
35875
- "tagName": "%%prefix%%-tab",
35875
+ "tagName": "%%prefix%%-switch",
35876
35876
  "customElement": true,
35877
35877
  "attributes": [
35878
35878
  {
35879
+ "name": "readonly",
35879
35880
  "type": {
35880
35881
  "text": "boolean"
35881
35882
  },
35882
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
35883
- "fieldName": "disabled",
35883
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
35884
+ "fieldName": "readOnly",
35884
35885
  "inheritedFrom": {
35885
- "name": "Tab",
35886
- "module": "src/tab/tab.ts"
35886
+ "name": "Switch",
35887
+ "module": "src/switch/switch.ts"
35887
35888
  }
35888
35889
  }
35889
35890
  ],
35890
35891
  "members": [
35891
35892
  {
35892
35893
  "kind": "field",
35893
- "name": "disabled",
35894
+ "name": "readOnly",
35894
35895
  "type": {
35895
35896
  "text": "boolean"
35896
35897
  },
35897
35898
  "privacy": "public",
35898
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
35899
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
35899
35900
  "inheritedFrom": {
35900
- "name": "Tab",
35901
- "module": "src/tab/tab.ts"
35901
+ "name": "Switch",
35902
+ "module": "src/switch/switch.ts"
35903
+ }
35904
+ },
35905
+ {
35906
+ "kind": "method",
35907
+ "name": "readOnlyChanged",
35908
+ "privacy": "private",
35909
+ "return": {
35910
+ "type": {
35911
+ "text": "void"
35912
+ }
35913
+ },
35914
+ "inheritedFrom": {
35915
+ "name": "Switch",
35916
+ "module": "src/switch/switch.ts"
35917
+ }
35918
+ },
35919
+ {
35920
+ "kind": "field",
35921
+ "name": "proxy",
35922
+ "inheritedFrom": {
35923
+ "name": "Switch",
35924
+ "module": "src/switch/switch.ts"
35902
35925
  }
35903
35926
  },
35904
35927
  {
@@ -35910,8 +35933,8 @@
35910
35933
  "privacy": "private",
35911
35934
  "default": "void 0",
35912
35935
  "inheritedFrom": {
35913
- "name": "FoundationElement",
35914
- "module": "src/foundation-element/foundation-element.ts"
35936
+ "name": "Switch",
35937
+ "module": "src/switch/switch.ts"
35915
35938
  }
35916
35939
  },
35917
35940
  {
@@ -35923,8 +35946,8 @@
35923
35946
  "privacy": "public",
35924
35947
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35925
35948
  "inheritedFrom": {
35926
- "name": "FoundationElement",
35927
- "module": "src/foundation-element/foundation-element.ts"
35949
+ "name": "Switch",
35950
+ "module": "src/switch/switch.ts"
35928
35951
  }
35929
35952
  },
35930
35953
  {
@@ -35936,8 +35959,8 @@
35936
35959
  "privacy": "public",
35937
35960
  "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.",
35938
35961
  "inheritedFrom": {
35939
- "name": "FoundationElement",
35940
- "module": "src/foundation-element/foundation-element.ts"
35962
+ "name": "Switch",
35963
+ "module": "src/switch/switch.ts"
35941
35964
  }
35942
35965
  },
35943
35966
  {
@@ -35950,8 +35973,8 @@
35950
35973
  }
35951
35974
  },
35952
35975
  "inheritedFrom": {
35953
- "name": "FoundationElement",
35954
- "module": "src/foundation-element/foundation-element.ts"
35976
+ "name": "Switch",
35977
+ "module": "src/switch/switch.ts"
35955
35978
  }
35956
35979
  },
35957
35980
  {
@@ -35963,8 +35986,8 @@
35963
35986
  "privacy": "public",
35964
35987
  "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.",
35965
35988
  "inheritedFrom": {
35966
- "name": "FoundationElement",
35967
- "module": "src/foundation-element/foundation-element.ts"
35989
+ "name": "Switch",
35990
+ "module": "src/switch/switch.ts"
35968
35991
  }
35969
35992
  },
35970
35993
  {
@@ -35977,8 +36000,8 @@
35977
36000
  }
35978
36001
  },
35979
36002
  "inheritedFrom": {
35980
- "name": "FoundationElement",
35981
- "module": "src/foundation-element/foundation-element.ts"
36003
+ "name": "Switch",
36004
+ "module": "src/switch/switch.ts"
35982
36005
  }
35983
36006
  },
35984
36007
  {
@@ -36008,15 +36031,25 @@
36008
36031
  ],
36009
36032
  "description": "Defines an element registry function with a set of element definition defaults.",
36010
36033
  "inheritedFrom": {
36011
- "name": "FoundationElement",
36012
- "module": "src/foundation-element/foundation-element.ts"
36034
+ "name": "Switch",
36035
+ "module": "src/switch/switch.ts"
36036
+ }
36037
+ }
36038
+ ],
36039
+ "events": [
36040
+ {
36041
+ "description": "Emits a custom change event when the checked state changes",
36042
+ "name": "change",
36043
+ "inheritedFrom": {
36044
+ "name": "Switch",
36045
+ "module": "src/switch/switch.ts"
36013
36046
  }
36014
36047
  }
36015
36048
  ]
36016
36049
  },
36017
36050
  {
36018
36051
  "kind": "variable",
36019
- "name": "foundationTabShadowOptions",
36052
+ "name": "foundationSwitchShadowOptions",
36020
36053
  "type": {
36021
36054
  "text": "ShadowRootInit"
36022
36055
  },
@@ -36024,57 +36057,57 @@
36024
36057
  },
36025
36058
  {
36026
36059
  "kind": "variable",
36027
- "name": "defaultTabConfig",
36060
+ "name": "defaultSwitchConfig",
36028
36061
  "type": {
36029
36062
  "text": "object"
36030
36063
  },
36031
- "default": "{}"
36064
+ "default": "{\n switch: `<div class=\"checked-indicator\" part=\"checked-indicator\"></div>`,\n}"
36032
36065
  },
36033
36066
  {
36034
36067
  "kind": "variable",
36035
- "name": "foundationTab",
36036
- "description": "The Foundation Tab",
36068
+ "name": "foundationSwitch",
36069
+ "description": "The Foundation Switch",
36037
36070
  "privacy": "public"
36038
36071
  }
36039
36072
  ],
36040
36073
  "exports": [
36041
36074
  {
36042
36075
  "kind": "js",
36043
- "name": "Tab",
36076
+ "name": "Switch",
36044
36077
  "declaration": {
36045
- "name": "Tab",
36046
- "module": "src/tab/tab.ts"
36078
+ "name": "Switch",
36079
+ "module": "src/switch/switch.ts"
36047
36080
  }
36048
36081
  },
36049
36082
  {
36050
36083
  "kind": "js",
36051
- "name": "foundationTabShadowOptions",
36084
+ "name": "foundationSwitchShadowOptions",
36052
36085
  "declaration": {
36053
- "name": "foundationTabShadowOptions",
36054
- "module": "src/tab/tab.ts"
36086
+ "name": "foundationSwitchShadowOptions",
36087
+ "module": "src/switch/switch.ts"
36055
36088
  }
36056
36089
  },
36057
36090
  {
36058
36091
  "kind": "js",
36059
- "name": "defaultTabConfig",
36092
+ "name": "defaultSwitchConfig",
36060
36093
  "declaration": {
36061
- "name": "defaultTabConfig",
36062
- "module": "src/tab/tab.ts"
36094
+ "name": "defaultSwitchConfig",
36095
+ "module": "src/switch/switch.ts"
36063
36096
  }
36064
36097
  },
36065
36098
  {
36066
36099
  "kind": "js",
36067
- "name": "foundationTab",
36100
+ "name": "foundationSwitch",
36068
36101
  "declaration": {
36069
- "name": "foundationTab",
36070
- "module": "src/tab/tab.ts"
36102
+ "name": "foundationSwitch",
36103
+ "module": "src/switch/switch.ts"
36071
36104
  }
36072
36105
  }
36073
36106
  ]
36074
36107
  },
36075
36108
  {
36076
36109
  "kind": "javascript-module",
36077
- "path": "src/switch/index.ts",
36110
+ "path": "src/tab/index.ts",
36078
36111
  "declarations": [],
36079
36112
  "exports": [
36080
36113
  {
@@ -36082,7 +36115,7 @@
36082
36115
  "name": "*",
36083
36116
  "declaration": {
36084
36117
  "name": "*",
36085
- "package": "./switch.template"
36118
+ "package": "./tab.template"
36086
36119
  }
36087
36120
  },
36088
36121
  {
@@ -36090,7 +36123,7 @@
36090
36123
  "name": "*",
36091
36124
  "declaration": {
36092
36125
  "name": "*",
36093
- "package": "./switch.styles"
36126
+ "package": "./tab.styles"
36094
36127
  }
36095
36128
  },
36096
36129
  {
@@ -36098,18 +36131,18 @@
36098
36131
  "name": "*",
36099
36132
  "declaration": {
36100
36133
  "name": "*",
36101
- "package": "./switch"
36134
+ "package": "./tab"
36102
36135
  }
36103
36136
  }
36104
36137
  ]
36105
36138
  },
36106
36139
  {
36107
36140
  "kind": "javascript-module",
36108
- "path": "src/switch/switch.styles.ts",
36141
+ "path": "src/tab/tab.styles.ts",
36109
36142
  "declarations": [
36110
36143
  {
36111
36144
  "kind": "function",
36112
- "name": "foundationSwitchStyles",
36145
+ "name": "foundationTabStyles",
36113
36146
  "return": {
36114
36147
  "type": {
36115
36148
  "text": "ElementStyles"
@@ -36125,7 +36158,7 @@
36125
36158
  {
36126
36159
  "name": "definition",
36127
36160
  "type": {
36128
- "text": "SwitchOptions"
36161
+ "text": "FoundationElementDefinition"
36129
36162
  }
36130
36163
  }
36131
36164
  ]
@@ -36134,24 +36167,24 @@
36134
36167
  "exports": [
36135
36168
  {
36136
36169
  "kind": "js",
36137
- "name": "foundationSwitchStyles",
36170
+ "name": "foundationTabStyles",
36138
36171
  "declaration": {
36139
- "name": "foundationSwitchStyles",
36140
- "module": "src/switch/switch.styles.ts"
36172
+ "name": "foundationTabStyles",
36173
+ "module": "src/tab/tab.styles.ts"
36141
36174
  }
36142
36175
  }
36143
36176
  ]
36144
36177
  },
36145
36178
  {
36146
36179
  "kind": "javascript-module",
36147
- "path": "src/switch/switch.template.ts",
36180
+ "path": "src/tab/tab.template.ts",
36148
36181
  "declarations": [
36149
36182
  {
36150
36183
  "kind": "function",
36151
- "name": "foundationSwitchTemplate",
36184
+ "name": "foundationTabTemplate",
36152
36185
  "return": {
36153
36186
  "type": {
36154
- "text": "ViewTemplate<Switch>"
36187
+ "text": "ViewTemplate<Tab>"
36155
36188
  }
36156
36189
  },
36157
36190
  "parameters": [
@@ -36173,76 +36206,53 @@
36173
36206
  "exports": [
36174
36207
  {
36175
36208
  "kind": "js",
36176
- "name": "foundationSwitchTemplate",
36209
+ "name": "foundationTabTemplate",
36177
36210
  "declaration": {
36178
- "name": "foundationSwitchTemplate",
36179
- "module": "src/switch/switch.template.ts"
36211
+ "name": "foundationTabTemplate",
36212
+ "module": "src/tab/tab.template.ts"
36180
36213
  }
36181
36214
  }
36182
36215
  ]
36183
36216
  },
36184
36217
  {
36185
36218
  "kind": "javascript-module",
36186
- "path": "src/switch/switch.ts",
36219
+ "path": "src/tab/tab.ts",
36187
36220
  "declarations": [
36188
36221
  {
36189
36222
  "kind": "class",
36190
36223
  "description": "",
36191
- "name": "Switch",
36224
+ "name": "Tab",
36192
36225
  "superclass": {
36193
- "name": "FASTSwitch",
36226
+ "name": "FASTTab",
36194
36227
  "package": "@microsoft/fast-components"
36195
36228
  },
36196
- "tagName": "%%prefix%%-switch",
36229
+ "tagName": "%%prefix%%-tab",
36197
36230
  "customElement": true,
36198
36231
  "attributes": [
36199
36232
  {
36200
- "name": "readonly",
36201
36233
  "type": {
36202
36234
  "text": "boolean"
36203
36235
  },
36204
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
36205
- "fieldName": "readOnly",
36236
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
36237
+ "fieldName": "disabled",
36206
36238
  "inheritedFrom": {
36207
- "name": "Switch",
36208
- "module": "src/switch/switch.ts"
36239
+ "name": "Tab",
36240
+ "module": "src/tab/tab.ts"
36209
36241
  }
36210
36242
  }
36211
36243
  ],
36212
36244
  "members": [
36213
36245
  {
36214
36246
  "kind": "field",
36215
- "name": "readOnly",
36247
+ "name": "disabled",
36216
36248
  "type": {
36217
36249
  "text": "boolean"
36218
36250
  },
36219
36251
  "privacy": "public",
36220
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
36221
- "inheritedFrom": {
36222
- "name": "Switch",
36223
- "module": "src/switch/switch.ts"
36224
- }
36225
- },
36226
- {
36227
- "kind": "method",
36228
- "name": "readOnlyChanged",
36229
- "privacy": "private",
36230
- "return": {
36231
- "type": {
36232
- "text": "void"
36233
- }
36234
- },
36235
- "inheritedFrom": {
36236
- "name": "Switch",
36237
- "module": "src/switch/switch.ts"
36238
- }
36239
- },
36240
- {
36241
- "kind": "field",
36242
- "name": "proxy",
36252
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
36243
36253
  "inheritedFrom": {
36244
- "name": "Switch",
36245
- "module": "src/switch/switch.ts"
36254
+ "name": "Tab",
36255
+ "module": "src/tab/tab.ts"
36246
36256
  }
36247
36257
  },
36248
36258
  {
@@ -36254,8 +36264,8 @@
36254
36264
  "privacy": "private",
36255
36265
  "default": "void 0",
36256
36266
  "inheritedFrom": {
36257
- "name": "Switch",
36258
- "module": "src/switch/switch.ts"
36267
+ "name": "FoundationElement",
36268
+ "module": "src/foundation-element/foundation-element.ts"
36259
36269
  }
36260
36270
  },
36261
36271
  {
@@ -36267,8 +36277,8 @@
36267
36277
  "privacy": "public",
36268
36278
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36269
36279
  "inheritedFrom": {
36270
- "name": "Switch",
36271
- "module": "src/switch/switch.ts"
36280
+ "name": "FoundationElement",
36281
+ "module": "src/foundation-element/foundation-element.ts"
36272
36282
  }
36273
36283
  },
36274
36284
  {
@@ -36280,8 +36290,8 @@
36280
36290
  "privacy": "public",
36281
36291
  "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.",
36282
36292
  "inheritedFrom": {
36283
- "name": "Switch",
36284
- "module": "src/switch/switch.ts"
36293
+ "name": "FoundationElement",
36294
+ "module": "src/foundation-element/foundation-element.ts"
36285
36295
  }
36286
36296
  },
36287
36297
  {
@@ -36294,8 +36304,8 @@
36294
36304
  }
36295
36305
  },
36296
36306
  "inheritedFrom": {
36297
- "name": "Switch",
36298
- "module": "src/switch/switch.ts"
36307
+ "name": "FoundationElement",
36308
+ "module": "src/foundation-element/foundation-element.ts"
36299
36309
  }
36300
36310
  },
36301
36311
  {
@@ -36307,8 +36317,8 @@
36307
36317
  "privacy": "public",
36308
36318
  "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.",
36309
36319
  "inheritedFrom": {
36310
- "name": "Switch",
36311
- "module": "src/switch/switch.ts"
36320
+ "name": "FoundationElement",
36321
+ "module": "src/foundation-element/foundation-element.ts"
36312
36322
  }
36313
36323
  },
36314
36324
  {
@@ -36321,8 +36331,8 @@
36321
36331
  }
36322
36332
  },
36323
36333
  "inheritedFrom": {
36324
- "name": "Switch",
36325
- "module": "src/switch/switch.ts"
36334
+ "name": "FoundationElement",
36335
+ "module": "src/foundation-element/foundation-element.ts"
36326
36336
  }
36327
36337
  },
36328
36338
  {
@@ -36352,25 +36362,15 @@
36352
36362
  ],
36353
36363
  "description": "Defines an element registry function with a set of element definition defaults.",
36354
36364
  "inheritedFrom": {
36355
- "name": "Switch",
36356
- "module": "src/switch/switch.ts"
36357
- }
36358
- }
36359
- ],
36360
- "events": [
36361
- {
36362
- "description": "Emits a custom change event when the checked state changes",
36363
- "name": "change",
36364
- "inheritedFrom": {
36365
- "name": "Switch",
36366
- "module": "src/switch/switch.ts"
36365
+ "name": "FoundationElement",
36366
+ "module": "src/foundation-element/foundation-element.ts"
36367
36367
  }
36368
36368
  }
36369
36369
  ]
36370
36370
  },
36371
36371
  {
36372
36372
  "kind": "variable",
36373
- "name": "foundationSwitchShadowOptions",
36373
+ "name": "foundationTabShadowOptions",
36374
36374
  "type": {
36375
36375
  "text": "ShadowRootInit"
36376
36376
  },
@@ -36378,50 +36378,50 @@
36378
36378
  },
36379
36379
  {
36380
36380
  "kind": "variable",
36381
- "name": "defaultSwitchConfig",
36381
+ "name": "defaultTabConfig",
36382
36382
  "type": {
36383
36383
  "text": "object"
36384
36384
  },
36385
- "default": "{\n switch: `<div class=\"checked-indicator\" part=\"checked-indicator\"></div>`,\n}"
36385
+ "default": "{}"
36386
36386
  },
36387
36387
  {
36388
36388
  "kind": "variable",
36389
- "name": "foundationSwitch",
36390
- "description": "The Foundation Switch",
36389
+ "name": "foundationTab",
36390
+ "description": "The Foundation Tab",
36391
36391
  "privacy": "public"
36392
36392
  }
36393
36393
  ],
36394
36394
  "exports": [
36395
36395
  {
36396
36396
  "kind": "js",
36397
- "name": "Switch",
36397
+ "name": "Tab",
36398
36398
  "declaration": {
36399
- "name": "Switch",
36400
- "module": "src/switch/switch.ts"
36399
+ "name": "Tab",
36400
+ "module": "src/tab/tab.ts"
36401
36401
  }
36402
36402
  },
36403
36403
  {
36404
36404
  "kind": "js",
36405
- "name": "foundationSwitchShadowOptions",
36405
+ "name": "foundationTabShadowOptions",
36406
36406
  "declaration": {
36407
- "name": "foundationSwitchShadowOptions",
36408
- "module": "src/switch/switch.ts"
36407
+ "name": "foundationTabShadowOptions",
36408
+ "module": "src/tab/tab.ts"
36409
36409
  }
36410
36410
  },
36411
36411
  {
36412
36412
  "kind": "js",
36413
- "name": "defaultSwitchConfig",
36413
+ "name": "defaultTabConfig",
36414
36414
  "declaration": {
36415
- "name": "defaultSwitchConfig",
36416
- "module": "src/switch/switch.ts"
36415
+ "name": "defaultTabConfig",
36416
+ "module": "src/tab/tab.ts"
36417
36417
  }
36418
36418
  },
36419
36419
  {
36420
36420
  "kind": "js",
36421
- "name": "foundationSwitch",
36421
+ "name": "foundationTab",
36422
36422
  "declaration": {
36423
- "name": "foundationSwitch",
36424
- "module": "src/switch/switch.ts"
36423
+ "name": "foundationTab",
36424
+ "module": "src/tab/tab.ts"
36425
36425
  }
36426
36426
  }
36427
36427
  ]
@@ -38798,7 +38798,7 @@
38798
38798
  },
38799
38799
  {
38800
38800
  "kind": "javascript-module",
38801
- "path": "src/toast/index.ts",
38801
+ "path": "src/toolbar/index.ts",
38802
38802
  "declarations": [],
38803
38803
  "exports": [
38804
38804
  {
@@ -38806,7 +38806,7 @@
38806
38806
  "name": "*",
38807
38807
  "declaration": {
38808
38808
  "name": "*",
38809
- "package": "./toast.styles"
38809
+ "package": "./toolbar.template"
38810
38810
  }
38811
38811
  },
38812
38812
  {
@@ -38814,7 +38814,7 @@
38814
38814
  "name": "*",
38815
38815
  "declaration": {
38816
38816
  "name": "*",
38817
- "package": "./toast.template"
38817
+ "package": "./toolbar.styles"
38818
38818
  }
38819
38819
  },
38820
38820
  {
@@ -38822,121 +38822,192 @@
38822
38822
  "name": "*",
38823
38823
  "declaration": {
38824
38824
  "name": "*",
38825
- "package": "./toast"
38825
+ "package": "./toolbar"
38826
38826
  }
38827
38827
  }
38828
38828
  ]
38829
38829
  },
38830
38830
  {
38831
38831
  "kind": "javascript-module",
38832
- "path": "src/toast/toast.styles.ts",
38832
+ "path": "src/toolbar/toolbar.styles.ts",
38833
38833
  "declarations": [
38834
38834
  {
38835
- "kind": "variable",
38836
- "name": "foundationToastStyles",
38837
- "type": {
38838
- "text": "ElementStyles"
38835
+ "kind": "function",
38836
+ "name": "foundationToolbarStyles",
38837
+ "return": {
38838
+ "type": {
38839
+ "text": "ElementStyles"
38840
+ }
38839
38841
  },
38840
- "default": "css`\n @keyframes append-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n :host {\n --toast-min-width: 356px;\n --toast-min-height: 128px;\n --toast-max-width: 356px;\n --toast-max-height: 272px;\n }\n\n .toast {\n animation: append-animate 0.3s linear;\n max-width: var(--toast-max-width);\n min-width: var(--toast-min-width);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n display: flex;\n position: relative;\n flex-direction: row;\n padding: 8px 8px 8px 15px;\n margin: 5px;\n }\n\n .toast-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .toast::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 5px;\n height: calc(100% - 10px);\n width: 4px;\n border-radius: 2px;\n background-color: red;\n }\n\n .content-wrapper {\n height: fit-content;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .bottom {\n width: 70%;\n }\n\n .top {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n\n .content {\n width: 85%;\n font-size: 12px;\n overflow-wrap: break-word;\n }\n\n .date {\n color: var(--neutral-foreground-hint);\n font-size: 12px;\n margin: 0 0 5px;\n }\n\n .close-icon svg {\n cursor: pointer;\n }\n`"
38842
+ "parameters": [
38843
+ {
38844
+ "name": "context",
38845
+ "type": {
38846
+ "text": "ElementDefinitionContext"
38847
+ }
38848
+ },
38849
+ {
38850
+ "name": "definition",
38851
+ "type": {
38852
+ "text": "FoundationElementDefinition"
38853
+ }
38854
+ }
38855
+ ]
38841
38856
  }
38842
38857
  ],
38843
38858
  "exports": [
38844
38859
  {
38845
38860
  "kind": "js",
38846
- "name": "foundationToastStyles",
38861
+ "name": "foundationToolbarStyles",
38847
38862
  "declaration": {
38848
- "name": "foundationToastStyles",
38849
- "module": "src/toast/toast.styles.ts"
38863
+ "name": "foundationToolbarStyles",
38864
+ "module": "src/toolbar/toolbar.styles.ts"
38850
38865
  }
38851
38866
  }
38852
38867
  ]
38853
38868
  },
38854
38869
  {
38855
38870
  "kind": "javascript-module",
38856
- "path": "src/toast/toast.template.ts",
38871
+ "path": "src/toolbar/toolbar.template.ts",
38857
38872
  "declarations": [
38858
38873
  {
38859
- "kind": "variable",
38860
- "name": "foundationToastTemplate",
38861
- "type": {
38862
- "text": "ViewTemplate<Toast>"
38874
+ "kind": "function",
38875
+ "name": "foundationToolbarTemplate",
38876
+ "return": {
38877
+ "type": {
38878
+ "text": "ViewTemplate<Toolbar>"
38879
+ }
38863
38880
  },
38864
- "default": "html`\n <div role=\"alert\" aria-live=\"polite\" class=\"toast ${(x) => x.deleteAnimation}\" ${ref('toast')}>\n <div class=\"content-wrapper\">\n <div part=\"top\" class=\"top\">\n <slot name=\"top\"></slot>\n <div class=\"close-icon\" @click=${(x) => x.close()}>${closeIcon()}</div>\n </div>\n <div part=\"content\" class=\"content\">\n <slot name=\"content\"></slot>\n </div>\n <div part=\"date\" class=\"date\">\n <slot name=\"date\"></slot>\n </div>\n <div part=\"bottom\" class=\"bottom\">\n <slot name=\"bottom\"></slot>\n </div>\n </div>\n </div>\n`"
38881
+ "parameters": [
38882
+ {
38883
+ "name": "context",
38884
+ "type": {
38885
+ "text": "ElementDefinitionContext"
38886
+ }
38887
+ },
38888
+ {
38889
+ "name": "definition",
38890
+ "type": {
38891
+ "text": "FoundationElementDefinition"
38892
+ }
38893
+ }
38894
+ ]
38865
38895
  }
38866
38896
  ],
38867
38897
  "exports": [
38868
38898
  {
38869
38899
  "kind": "js",
38870
- "name": "foundationToastTemplate",
38900
+ "name": "foundationToolbarTemplate",
38871
38901
  "declaration": {
38872
- "name": "foundationToastTemplate",
38873
- "module": "src/toast/toast.template.ts"
38902
+ "name": "foundationToolbarTemplate",
38903
+ "module": "src/toolbar/toolbar.template.ts"
38874
38904
  }
38875
38905
  }
38876
38906
  ]
38877
38907
  },
38878
38908
  {
38879
38909
  "kind": "javascript-module",
38880
- "path": "src/toast/toast.ts",
38910
+ "path": "src/toolbar/toolbar.ts",
38881
38911
  "declarations": [
38882
- {
38883
- "kind": "variable",
38884
- "name": "foundationToastShadowOptions",
38885
- "type": {
38886
- "text": "ShadowRootInit"
38887
- },
38888
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
38889
- },
38890
- {
38891
- "kind": "variable",
38892
- "name": "defaultToastConfig",
38893
- "type": {
38894
- "text": "object"
38895
- },
38896
- "default": "{}"
38897
- },
38898
38912
  {
38899
38913
  "kind": "class",
38900
38914
  "description": "",
38901
- "name": "Toast",
38902
- "members": [
38915
+ "name": "Toolbar",
38916
+ "superclass": {
38917
+ "name": "FASTToolbar",
38918
+ "package": "@microsoft/fast-components"
38919
+ },
38920
+ "tagName": "%%prefix%%-toolbar",
38921
+ "customElement": true,
38922
+ "attributes": [
38903
38923
  {
38904
- "kind": "field",
38905
- "name": "toast",
38924
+ "name": "orientation",
38906
38925
  "type": {
38907
- "text": "HTMLElement"
38926
+ "text": "Orientation"
38908
38927
  },
38909
- "privacy": "public"
38928
+ "description": "The orientation of the toolbar.",
38929
+ "fieldName": "orientation",
38930
+ "inheritedFrom": {
38931
+ "name": "Toolbar",
38932
+ "module": "src/toolbar/toolbar.ts"
38933
+ }
38934
+ }
38935
+ ],
38936
+ "members": [
38937
+ {
38938
+ "kind": "field",
38939
+ "name": "activeIndex",
38940
+ "inheritedFrom": {
38941
+ "name": "Toolbar",
38942
+ "module": "src/toolbar/toolbar.ts"
38943
+ }
38910
38944
  },
38911
38945
  {
38912
38946
  "kind": "field",
38913
- "name": "deleteAnimation",
38947
+ "name": "orientation",
38914
38948
  "type": {
38915
- "text": "string"
38949
+ "text": "Orientation"
38916
38950
  },
38917
- "default": "''"
38951
+ "privacy": "public",
38952
+ "description": "The orientation of the toolbar.",
38953
+ "inheritedFrom": {
38954
+ "name": "Toolbar",
38955
+ "module": "src/toolbar/toolbar.ts"
38956
+ }
38918
38957
  },
38919
38958
  {
38920
- "kind": "field",
38921
- "name": "closeTimeout",
38922
- "type": {
38923
- "text": "number"
38959
+ "kind": "method",
38960
+ "name": "slottedItemsChanged",
38961
+ "privacy": "protected",
38962
+ "return": {
38963
+ "type": {
38964
+ "text": "void"
38965
+ }
38924
38966
  },
38925
- "default": "10000"
38967
+ "inheritedFrom": {
38968
+ "name": "Toolbar",
38969
+ "module": "src/toolbar/toolbar.ts"
38970
+ }
38926
38971
  },
38927
38972
  {
38928
38973
  "kind": "field",
38929
- "name": "autoClose",
38974
+ "name": "childItems",
38930
38975
  "type": {
38931
- "text": "boolean"
38976
+ "text": "Element[]"
38932
38977
  },
38933
- "default": "false"
38978
+ "privacy": "public",
38979
+ "inheritedFrom": {
38980
+ "name": "Toolbar",
38981
+ "module": "src/toolbar/toolbar.ts"
38982
+ }
38934
38983
  },
38935
38984
  {
38936
38985
  "kind": "method",
38937
- "name": "close",
38938
- "privacy": "public",
38939
- "description": "Remove the toast from display."
38986
+ "name": "childItemsChanged",
38987
+ "privacy": "protected",
38988
+ "return": {
38989
+ "type": {
38990
+ "text": "void"
38991
+ }
38992
+ },
38993
+ "parameters": [
38994
+ {
38995
+ "name": "prev",
38996
+ "type": {
38997
+ "text": "undefined | Element[]"
38998
+ }
38999
+ },
39000
+ {
39001
+ "name": "next",
39002
+ "type": {
39003
+ "text": "Element[]"
39004
+ }
39005
+ }
39006
+ ],
39007
+ "inheritedFrom": {
39008
+ "name": "Toolbar",
39009
+ "module": "src/toolbar/toolbar.ts"
39010
+ }
38940
39011
  },
38941
39012
  {
38942
39013
  "kind": "field",
@@ -39049,77 +39120,69 @@
39049
39120
  "module": "src/foundation-element/foundation-element.ts"
39050
39121
  }
39051
39122
  }
39052
- ],
39053
- "attributes": [
39054
- {
39055
- "name": "close-timeout",
39056
- "type": {
39057
- "text": "number"
39058
- },
39059
- "default": "10000",
39060
- "fieldName": "closeTimeout"
39061
- },
39062
- {
39063
- "name": "auto-close",
39064
- "type": {
39065
- "text": "boolean"
39066
- },
39067
- "default": "false",
39068
- "fieldName": "autoClose"
39069
- }
39070
- ],
39071
- "superclass": {
39072
- "name": "FoundationElement",
39073
- "package": "@microsoft/fast-foundation"
39123
+ ]
39124
+ },
39125
+ {
39126
+ "kind": "variable",
39127
+ "name": "foundationToolbarShadowOptions",
39128
+ "type": {
39129
+ "text": "ShadowRootInit"
39074
39130
  },
39075
- "tagName": "%%prefix%%-toast",
39076
- "customElement": true
39131
+ "default": "undefined"
39077
39132
  },
39078
39133
  {
39079
39134
  "kind": "variable",
39080
- "name": "foundationToast",
39081
- "description": "The Foundation Toast",
39135
+ "name": "defaultToolbarConfig",
39136
+ "type": {
39137
+ "text": "object"
39138
+ },
39139
+ "default": "{}"
39140
+ },
39141
+ {
39142
+ "kind": "variable",
39143
+ "name": "foundationToolbar",
39144
+ "description": "The Foundation Toolbar",
39082
39145
  "privacy": "public"
39083
39146
  }
39084
39147
  ],
39085
39148
  "exports": [
39086
39149
  {
39087
39150
  "kind": "js",
39088
- "name": "foundationToastShadowOptions",
39151
+ "name": "Toolbar",
39089
39152
  "declaration": {
39090
- "name": "foundationToastShadowOptions",
39091
- "module": "src/toast/toast.ts"
39153
+ "name": "Toolbar",
39154
+ "module": "src/toolbar/toolbar.ts"
39092
39155
  }
39093
39156
  },
39094
39157
  {
39095
39158
  "kind": "js",
39096
- "name": "defaultToastConfig",
39159
+ "name": "foundationToolbarShadowOptions",
39097
39160
  "declaration": {
39098
- "name": "defaultToastConfig",
39099
- "module": "src/toast/toast.ts"
39161
+ "name": "foundationToolbarShadowOptions",
39162
+ "module": "src/toolbar/toolbar.ts"
39100
39163
  }
39101
39164
  },
39102
39165
  {
39103
39166
  "kind": "js",
39104
- "name": "Toast",
39167
+ "name": "defaultToolbarConfig",
39105
39168
  "declaration": {
39106
- "name": "Toast",
39107
- "module": "src/toast/toast.ts"
39169
+ "name": "defaultToolbarConfig",
39170
+ "module": "src/toolbar/toolbar.ts"
39108
39171
  }
39109
39172
  },
39110
39173
  {
39111
39174
  "kind": "js",
39112
- "name": "foundationToast",
39175
+ "name": "foundationToolbar",
39113
39176
  "declaration": {
39114
- "name": "foundationToast",
39115
- "module": "src/toast/toast.ts"
39177
+ "name": "foundationToolbar",
39178
+ "module": "src/toolbar/toolbar.ts"
39116
39179
  }
39117
39180
  }
39118
39181
  ]
39119
39182
  },
39120
39183
  {
39121
39184
  "kind": "javascript-module",
39122
- "path": "src/toolbar/index.ts",
39185
+ "path": "src/toast/index.ts",
39123
39186
  "declarations": [],
39124
39187
  "exports": [
39125
39188
  {
@@ -39127,7 +39190,7 @@
39127
39190
  "name": "*",
39128
39191
  "declaration": {
39129
39192
  "name": "*",
39130
- "package": "./toolbar.template"
39193
+ "package": "./toast.styles"
39131
39194
  }
39132
39195
  },
39133
39196
  {
@@ -39135,7 +39198,7 @@
39135
39198
  "name": "*",
39136
39199
  "declaration": {
39137
39200
  "name": "*",
39138
- "package": "./toolbar.styles"
39201
+ "package": "./toast.template"
39139
39202
  }
39140
39203
  },
39141
39204
  {
@@ -39143,192 +39206,121 @@
39143
39206
  "name": "*",
39144
39207
  "declaration": {
39145
39208
  "name": "*",
39146
- "package": "./toolbar"
39209
+ "package": "./toast"
39147
39210
  }
39148
39211
  }
39149
39212
  ]
39150
39213
  },
39151
39214
  {
39152
39215
  "kind": "javascript-module",
39153
- "path": "src/toolbar/toolbar.styles.ts",
39216
+ "path": "src/toast/toast.styles.ts",
39154
39217
  "declarations": [
39155
39218
  {
39156
- "kind": "function",
39157
- "name": "foundationToolbarStyles",
39158
- "return": {
39159
- "type": {
39160
- "text": "ElementStyles"
39161
- }
39219
+ "kind": "variable",
39220
+ "name": "foundationToastStyles",
39221
+ "type": {
39222
+ "text": "ElementStyles"
39162
39223
  },
39163
- "parameters": [
39164
- {
39165
- "name": "context",
39166
- "type": {
39167
- "text": "ElementDefinitionContext"
39168
- }
39169
- },
39170
- {
39171
- "name": "definition",
39172
- "type": {
39173
- "text": "FoundationElementDefinition"
39174
- }
39175
- }
39176
- ]
39224
+ "default": "css`\n @keyframes append-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n :host {\n --toast-min-width: 356px;\n --toast-min-height: 128px;\n --toast-max-width: 356px;\n --toast-max-height: 272px;\n }\n\n .toast {\n animation: append-animate 0.3s linear;\n max-width: var(--toast-max-width);\n min-width: var(--toast-min-width);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n display: flex;\n position: relative;\n flex-direction: row;\n padding: 8px 8px 8px 15px;\n margin: 5px;\n }\n\n .toast-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .toast::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 5px;\n height: calc(100% - 10px);\n width: 4px;\n border-radius: 2px;\n background-color: red;\n }\n\n .content-wrapper {\n height: fit-content;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .bottom {\n width: 70%;\n }\n\n .top {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n\n .content {\n width: 85%;\n font-size: 12px;\n overflow-wrap: break-word;\n }\n\n .date {\n color: var(--neutral-foreground-hint);\n font-size: 12px;\n margin: 0 0 5px;\n }\n\n .close-icon svg {\n cursor: pointer;\n }\n`"
39177
39225
  }
39178
39226
  ],
39179
39227
  "exports": [
39180
39228
  {
39181
39229
  "kind": "js",
39182
- "name": "foundationToolbarStyles",
39230
+ "name": "foundationToastStyles",
39183
39231
  "declaration": {
39184
- "name": "foundationToolbarStyles",
39185
- "module": "src/toolbar/toolbar.styles.ts"
39232
+ "name": "foundationToastStyles",
39233
+ "module": "src/toast/toast.styles.ts"
39186
39234
  }
39187
39235
  }
39188
39236
  ]
39189
39237
  },
39190
39238
  {
39191
39239
  "kind": "javascript-module",
39192
- "path": "src/toolbar/toolbar.template.ts",
39240
+ "path": "src/toast/toast.template.ts",
39193
39241
  "declarations": [
39194
39242
  {
39195
- "kind": "function",
39196
- "name": "foundationToolbarTemplate",
39197
- "return": {
39198
- "type": {
39199
- "text": "ViewTemplate<Toolbar>"
39200
- }
39243
+ "kind": "variable",
39244
+ "name": "foundationToastTemplate",
39245
+ "type": {
39246
+ "text": "ViewTemplate<Toast>"
39201
39247
  },
39202
- "parameters": [
39203
- {
39204
- "name": "context",
39205
- "type": {
39206
- "text": "ElementDefinitionContext"
39207
- }
39208
- },
39209
- {
39210
- "name": "definition",
39211
- "type": {
39212
- "text": "FoundationElementDefinition"
39213
- }
39214
- }
39215
- ]
39248
+ "default": "html`\n <div role=\"alert\" aria-live=\"polite\" class=\"toast ${(x) => x.deleteAnimation}\" ${ref('toast')}>\n <div class=\"content-wrapper\">\n <div part=\"top\" class=\"top\">\n <slot name=\"top\"></slot>\n <div class=\"close-icon\" @click=${(x) => x.close()}>${closeIcon()}</div>\n </div>\n <div part=\"content\" class=\"content\">\n <slot name=\"content\"></slot>\n </div>\n <div part=\"date\" class=\"date\">\n <slot name=\"date\"></slot>\n </div>\n <div part=\"bottom\" class=\"bottom\">\n <slot name=\"bottom\"></slot>\n </div>\n </div>\n </div>\n`"
39216
39249
  }
39217
39250
  ],
39218
39251
  "exports": [
39219
39252
  {
39220
39253
  "kind": "js",
39221
- "name": "foundationToolbarTemplate",
39254
+ "name": "foundationToastTemplate",
39222
39255
  "declaration": {
39223
- "name": "foundationToolbarTemplate",
39224
- "module": "src/toolbar/toolbar.template.ts"
39256
+ "name": "foundationToastTemplate",
39257
+ "module": "src/toast/toast.template.ts"
39225
39258
  }
39226
39259
  }
39227
39260
  ]
39228
39261
  },
39229
39262
  {
39230
39263
  "kind": "javascript-module",
39231
- "path": "src/toolbar/toolbar.ts",
39264
+ "path": "src/toast/toast.ts",
39232
39265
  "declarations": [
39266
+ {
39267
+ "kind": "variable",
39268
+ "name": "foundationToastShadowOptions",
39269
+ "type": {
39270
+ "text": "ShadowRootInit"
39271
+ },
39272
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
39273
+ },
39274
+ {
39275
+ "kind": "variable",
39276
+ "name": "defaultToastConfig",
39277
+ "type": {
39278
+ "text": "object"
39279
+ },
39280
+ "default": "{}"
39281
+ },
39233
39282
  {
39234
39283
  "kind": "class",
39235
39284
  "description": "",
39236
- "name": "Toolbar",
39237
- "superclass": {
39238
- "name": "FASTToolbar",
39239
- "package": "@microsoft/fast-components"
39240
- },
39241
- "tagName": "%%prefix%%-toolbar",
39242
- "customElement": true,
39243
- "attributes": [
39244
- {
39245
- "name": "orientation",
39246
- "type": {
39247
- "text": "Orientation"
39248
- },
39249
- "description": "The orientation of the toolbar.",
39250
- "fieldName": "orientation",
39251
- "inheritedFrom": {
39252
- "name": "Toolbar",
39253
- "module": "src/toolbar/toolbar.ts"
39254
- }
39255
- }
39256
- ],
39285
+ "name": "Toast",
39257
39286
  "members": [
39258
39287
  {
39259
39288
  "kind": "field",
39260
- "name": "activeIndex",
39261
- "inheritedFrom": {
39262
- "name": "Toolbar",
39263
- "module": "src/toolbar/toolbar.ts"
39264
- }
39289
+ "name": "toast",
39290
+ "type": {
39291
+ "text": "HTMLElement"
39292
+ },
39293
+ "privacy": "public"
39265
39294
  },
39266
39295
  {
39267
39296
  "kind": "field",
39268
- "name": "orientation",
39297
+ "name": "deleteAnimation",
39269
39298
  "type": {
39270
- "text": "Orientation"
39299
+ "text": "string"
39271
39300
  },
39272
- "privacy": "public",
39273
- "description": "The orientation of the toolbar.",
39274
- "inheritedFrom": {
39275
- "name": "Toolbar",
39276
- "module": "src/toolbar/toolbar.ts"
39277
- }
39301
+ "default": "''"
39278
39302
  },
39279
39303
  {
39280
- "kind": "method",
39281
- "name": "slottedItemsChanged",
39282
- "privacy": "protected",
39283
- "return": {
39284
- "type": {
39285
- "text": "void"
39286
- }
39304
+ "kind": "field",
39305
+ "name": "closeTimeout",
39306
+ "type": {
39307
+ "text": "number"
39287
39308
  },
39288
- "inheritedFrom": {
39289
- "name": "Toolbar",
39290
- "module": "src/toolbar/toolbar.ts"
39291
- }
39309
+ "default": "10000"
39292
39310
  },
39293
39311
  {
39294
39312
  "kind": "field",
39295
- "name": "childItems",
39313
+ "name": "autoClose",
39296
39314
  "type": {
39297
- "text": "Element[]"
39315
+ "text": "boolean"
39298
39316
  },
39299
- "privacy": "public",
39300
- "inheritedFrom": {
39301
- "name": "Toolbar",
39302
- "module": "src/toolbar/toolbar.ts"
39303
- }
39317
+ "default": "false"
39304
39318
  },
39305
39319
  {
39306
39320
  "kind": "method",
39307
- "name": "childItemsChanged",
39308
- "privacy": "protected",
39309
- "return": {
39310
- "type": {
39311
- "text": "void"
39312
- }
39313
- },
39314
- "parameters": [
39315
- {
39316
- "name": "prev",
39317
- "type": {
39318
- "text": "undefined | Element[]"
39319
- }
39320
- },
39321
- {
39322
- "name": "next",
39323
- "type": {
39324
- "text": "Element[]"
39325
- }
39326
- }
39327
- ],
39328
- "inheritedFrom": {
39329
- "name": "Toolbar",
39330
- "module": "src/toolbar/toolbar.ts"
39331
- }
39321
+ "name": "close",
39322
+ "privacy": "public",
39323
+ "description": "Remove the toast from display."
39332
39324
  },
39333
39325
  {
39334
39326
  "kind": "field",
@@ -39441,62 +39433,70 @@
39441
39433
  "module": "src/foundation-element/foundation-element.ts"
39442
39434
  }
39443
39435
  }
39444
- ]
39445
- },
39446
- {
39447
- "kind": "variable",
39448
- "name": "foundationToolbarShadowOptions",
39449
- "type": {
39450
- "text": "ShadowRootInit"
39451
- },
39452
- "default": "undefined"
39453
- },
39454
- {
39455
- "kind": "variable",
39456
- "name": "defaultToolbarConfig",
39457
- "type": {
39458
- "text": "object"
39436
+ ],
39437
+ "attributes": [
39438
+ {
39439
+ "name": "close-timeout",
39440
+ "type": {
39441
+ "text": "number"
39442
+ },
39443
+ "default": "10000",
39444
+ "fieldName": "closeTimeout"
39445
+ },
39446
+ {
39447
+ "name": "auto-close",
39448
+ "type": {
39449
+ "text": "boolean"
39450
+ },
39451
+ "default": "false",
39452
+ "fieldName": "autoClose"
39453
+ }
39454
+ ],
39455
+ "superclass": {
39456
+ "name": "FoundationElement",
39457
+ "package": "@microsoft/fast-foundation"
39459
39458
  },
39460
- "default": "{}"
39459
+ "tagName": "%%prefix%%-toast",
39460
+ "customElement": true
39461
39461
  },
39462
39462
  {
39463
39463
  "kind": "variable",
39464
- "name": "foundationToolbar",
39465
- "description": "The Foundation Toolbar",
39464
+ "name": "foundationToast",
39465
+ "description": "The Foundation Toast",
39466
39466
  "privacy": "public"
39467
39467
  }
39468
39468
  ],
39469
39469
  "exports": [
39470
39470
  {
39471
39471
  "kind": "js",
39472
- "name": "Toolbar",
39472
+ "name": "foundationToastShadowOptions",
39473
39473
  "declaration": {
39474
- "name": "Toolbar",
39475
- "module": "src/toolbar/toolbar.ts"
39474
+ "name": "foundationToastShadowOptions",
39475
+ "module": "src/toast/toast.ts"
39476
39476
  }
39477
39477
  },
39478
39478
  {
39479
39479
  "kind": "js",
39480
- "name": "foundationToolbarShadowOptions",
39480
+ "name": "defaultToastConfig",
39481
39481
  "declaration": {
39482
- "name": "foundationToolbarShadowOptions",
39483
- "module": "src/toolbar/toolbar.ts"
39482
+ "name": "defaultToastConfig",
39483
+ "module": "src/toast/toast.ts"
39484
39484
  }
39485
39485
  },
39486
39486
  {
39487
39487
  "kind": "js",
39488
- "name": "defaultToolbarConfig",
39488
+ "name": "Toast",
39489
39489
  "declaration": {
39490
- "name": "defaultToolbarConfig",
39491
- "module": "src/toolbar/toolbar.ts"
39490
+ "name": "Toast",
39491
+ "module": "src/toast/toast.ts"
39492
39492
  }
39493
39493
  },
39494
39494
  {
39495
39495
  "kind": "js",
39496
- "name": "foundationToolbar",
39496
+ "name": "foundationToast",
39497
39497
  "declaration": {
39498
- "name": "foundationToolbar",
39499
- "module": "src/toolbar/toolbar.ts"
39498
+ "name": "foundationToast",
39499
+ "module": "src/toast/toast.ts"
39500
39500
  }
39501
39501
  }
39502
39502
  ]