@genesislcap/foundation-ui 14.205.1 → 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 +835 -835
  2. package/package.json +16 -16
@@ -862,219 +862,6 @@
862
862
  }
863
863
  ]
864
864
  },
865
- {
866
- "kind": "javascript-module",
867
- "path": "src/_config/index.ts",
868
- "declarations": [],
869
- "exports": [
870
- {
871
- "kind": "js",
872
- "name": "*",
873
- "declaration": {
874
- "name": "*",
875
- "package": "./styles"
876
- }
877
- },
878
- {
879
- "kind": "js",
880
- "name": "*",
881
- "declaration": {
882
- "name": "*",
883
- "package": "./tokens"
884
- }
885
- },
886
- {
887
- "kind": "js",
888
- "name": "*",
889
- "declaration": {
890
- "name": "*",
891
- "package": "./values"
892
- }
893
- }
894
- ]
895
- },
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
  ]
@@ -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
  ]