@genesislcap/foundation-ui 14.251.4 → 14.251.5

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 +227 -227
  2. package/package.json +18 -18
@@ -835,233 +835,6 @@
835
835
  }
836
836
  ]
837
837
  },
838
- {
839
- "kind": "javascript-module",
840
- "path": "src/_common/icons.ts",
841
- "declarations": [
842
- {
843
- "kind": "function",
844
- "name": "closeIcon",
845
- "parameters": [
846
- {
847
- "name": "slot",
848
- "default": "'start'"
849
- },
850
- {
851
- "name": "fill",
852
- "default": "'#879ba6'"
853
- }
854
- ]
855
- }
856
- ],
857
- "exports": [
858
- {
859
- "kind": "js",
860
- "name": "closeIcon",
861
- "declaration": {
862
- "name": "closeIcon",
863
- "module": "src/_common/icons.ts"
864
- }
865
- }
866
- ]
867
- },
868
- {
869
- "kind": "javascript-module",
870
- "path": "src/_common/index.ts",
871
- "declarations": [],
872
- "exports": [
873
- {
874
- "kind": "js",
875
- "name": "*",
876
- "declaration": {
877
- "name": "*",
878
- "package": "./icons"
879
- }
880
- }
881
- ]
882
- },
883
- {
884
- "kind": "javascript-module",
885
- "path": "src/accordion/accordion.styles.ts",
886
- "declarations": [
887
- {
888
- "kind": "function",
889
- "name": "foundationAccordionStyles",
890
- "return": {
891
- "type": {
892
- "text": "ElementStyles"
893
- }
894
- },
895
- "parameters": [
896
- {
897
- "name": "context",
898
- "type": {
899
- "text": "ElementDefinitionContext"
900
- }
901
- },
902
- {
903
- "name": "definition",
904
- "type": {
905
- "text": "FoundationElementDefinition"
906
- }
907
- }
908
- ]
909
- }
910
- ],
911
- "exports": [
912
- {
913
- "kind": "js",
914
- "name": "foundationAccordionStyles",
915
- "declaration": {
916
- "name": "foundationAccordionStyles",
917
- "module": "src/accordion/accordion.styles.ts"
918
- }
919
- }
920
- ]
921
- },
922
- {
923
- "kind": "javascript-module",
924
- "path": "src/accordion/accordion.template.ts",
925
- "declarations": [
926
- {
927
- "kind": "function",
928
- "name": "foundationAccordionTemplate",
929
- "return": {
930
- "type": {
931
- "text": "ViewTemplate<Accordion>"
932
- }
933
- },
934
- "parameters": [
935
- {
936
- "name": "context",
937
- "type": {
938
- "text": "ElementDefinitionContext"
939
- }
940
- },
941
- {
942
- "name": "definition",
943
- "type": {
944
- "text": "FoundationElementDefinition"
945
- }
946
- }
947
- ]
948
- }
949
- ],
950
- "exports": [
951
- {
952
- "kind": "js",
953
- "name": "foundationAccordionTemplate",
954
- "declaration": {
955
- "name": "foundationAccordionTemplate",
956
- "module": "src/accordion/accordion.template.ts"
957
- }
958
- }
959
- ]
960
- },
961
- {
962
- "kind": "javascript-module",
963
- "path": "src/accordion/accordion.ts",
964
- "declarations": [
965
- {
966
- "kind": "class",
967
- "description": "",
968
- "name": "Accordion",
969
- "superclass": {
970
- "name": "FASTAccordion",
971
- "package": "@microsoft/fast-foundation"
972
- },
973
- "tagName": "%%prefix%%-accordion",
974
- "customElement": true
975
- },
976
- {
977
- "kind": "variable",
978
- "name": "foundationAccordionShadowOptions",
979
- "type": {
980
- "text": "ShadowRootInit"
981
- },
982
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
983
- },
984
- {
985
- "kind": "variable",
986
- "name": "defaultAccordionConfig",
987
- "type": {
988
- "text": "object"
989
- },
990
- "default": "{}"
991
- },
992
- {
993
- "kind": "variable",
994
- "name": "foundationAccordion",
995
- "description": "The Foundation Accordion",
996
- "privacy": "public"
997
- }
998
- ],
999
- "exports": [
1000
- {
1001
- "kind": "js",
1002
- "name": "Accordion",
1003
- "declaration": {
1004
- "name": "Accordion",
1005
- "module": "src/accordion/accordion.ts"
1006
- }
1007
- },
1008
- {
1009
- "kind": "js",
1010
- "name": "foundationAccordionShadowOptions",
1011
- "declaration": {
1012
- "name": "foundationAccordionShadowOptions",
1013
- "module": "src/accordion/accordion.ts"
1014
- }
1015
- },
1016
- {
1017
- "kind": "js",
1018
- "name": "defaultAccordionConfig",
1019
- "declaration": {
1020
- "name": "defaultAccordionConfig",
1021
- "module": "src/accordion/accordion.ts"
1022
- }
1023
- },
1024
- {
1025
- "kind": "js",
1026
- "name": "foundationAccordion",
1027
- "declaration": {
1028
- "name": "foundationAccordion",
1029
- "module": "src/accordion/accordion.ts"
1030
- }
1031
- }
1032
- ]
1033
- },
1034
- {
1035
- "kind": "javascript-module",
1036
- "path": "src/accordion/index.ts",
1037
- "declarations": [],
1038
- "exports": [
1039
- {
1040
- "kind": "js",
1041
- "name": "*",
1042
- "declaration": {
1043
- "name": "*",
1044
- "package": "./accordion.template"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "*",
1050
- "declaration": {
1051
- "name": "*",
1052
- "package": "./accordion.styles"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "*",
1058
- "declaration": {
1059
- "name": "*",
1060
- "package": "./accordion"
1061
- }
1062
- }
1063
- ]
1064
- },
1065
838
  {
1066
839
  "kind": "javascript-module",
1067
840
  "path": "src/_config/index.ts",
@@ -4156,6 +3929,233 @@
4156
3929
  }
4157
3930
  ]
4158
3931
  },
3932
+ {
3933
+ "kind": "javascript-module",
3934
+ "path": "src/accordion/accordion.styles.ts",
3935
+ "declarations": [
3936
+ {
3937
+ "kind": "function",
3938
+ "name": "foundationAccordionStyles",
3939
+ "return": {
3940
+ "type": {
3941
+ "text": "ElementStyles"
3942
+ }
3943
+ },
3944
+ "parameters": [
3945
+ {
3946
+ "name": "context",
3947
+ "type": {
3948
+ "text": "ElementDefinitionContext"
3949
+ }
3950
+ },
3951
+ {
3952
+ "name": "definition",
3953
+ "type": {
3954
+ "text": "FoundationElementDefinition"
3955
+ }
3956
+ }
3957
+ ]
3958
+ }
3959
+ ],
3960
+ "exports": [
3961
+ {
3962
+ "kind": "js",
3963
+ "name": "foundationAccordionStyles",
3964
+ "declaration": {
3965
+ "name": "foundationAccordionStyles",
3966
+ "module": "src/accordion/accordion.styles.ts"
3967
+ }
3968
+ }
3969
+ ]
3970
+ },
3971
+ {
3972
+ "kind": "javascript-module",
3973
+ "path": "src/accordion/accordion.template.ts",
3974
+ "declarations": [
3975
+ {
3976
+ "kind": "function",
3977
+ "name": "foundationAccordionTemplate",
3978
+ "return": {
3979
+ "type": {
3980
+ "text": "ViewTemplate<Accordion>"
3981
+ }
3982
+ },
3983
+ "parameters": [
3984
+ {
3985
+ "name": "context",
3986
+ "type": {
3987
+ "text": "ElementDefinitionContext"
3988
+ }
3989
+ },
3990
+ {
3991
+ "name": "definition",
3992
+ "type": {
3993
+ "text": "FoundationElementDefinition"
3994
+ }
3995
+ }
3996
+ ]
3997
+ }
3998
+ ],
3999
+ "exports": [
4000
+ {
4001
+ "kind": "js",
4002
+ "name": "foundationAccordionTemplate",
4003
+ "declaration": {
4004
+ "name": "foundationAccordionTemplate",
4005
+ "module": "src/accordion/accordion.template.ts"
4006
+ }
4007
+ }
4008
+ ]
4009
+ },
4010
+ {
4011
+ "kind": "javascript-module",
4012
+ "path": "src/accordion/accordion.ts",
4013
+ "declarations": [
4014
+ {
4015
+ "kind": "class",
4016
+ "description": "",
4017
+ "name": "Accordion",
4018
+ "superclass": {
4019
+ "name": "FASTAccordion",
4020
+ "package": "@microsoft/fast-foundation"
4021
+ },
4022
+ "tagName": "%%prefix%%-accordion",
4023
+ "customElement": true
4024
+ },
4025
+ {
4026
+ "kind": "variable",
4027
+ "name": "foundationAccordionShadowOptions",
4028
+ "type": {
4029
+ "text": "ShadowRootInit"
4030
+ },
4031
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4032
+ },
4033
+ {
4034
+ "kind": "variable",
4035
+ "name": "defaultAccordionConfig",
4036
+ "type": {
4037
+ "text": "object"
4038
+ },
4039
+ "default": "{}"
4040
+ },
4041
+ {
4042
+ "kind": "variable",
4043
+ "name": "foundationAccordion",
4044
+ "description": "The Foundation Accordion",
4045
+ "privacy": "public"
4046
+ }
4047
+ ],
4048
+ "exports": [
4049
+ {
4050
+ "kind": "js",
4051
+ "name": "Accordion",
4052
+ "declaration": {
4053
+ "name": "Accordion",
4054
+ "module": "src/accordion/accordion.ts"
4055
+ }
4056
+ },
4057
+ {
4058
+ "kind": "js",
4059
+ "name": "foundationAccordionShadowOptions",
4060
+ "declaration": {
4061
+ "name": "foundationAccordionShadowOptions",
4062
+ "module": "src/accordion/accordion.ts"
4063
+ }
4064
+ },
4065
+ {
4066
+ "kind": "js",
4067
+ "name": "defaultAccordionConfig",
4068
+ "declaration": {
4069
+ "name": "defaultAccordionConfig",
4070
+ "module": "src/accordion/accordion.ts"
4071
+ }
4072
+ },
4073
+ {
4074
+ "kind": "js",
4075
+ "name": "foundationAccordion",
4076
+ "declaration": {
4077
+ "name": "foundationAccordion",
4078
+ "module": "src/accordion/accordion.ts"
4079
+ }
4080
+ }
4081
+ ]
4082
+ },
4083
+ {
4084
+ "kind": "javascript-module",
4085
+ "path": "src/accordion/index.ts",
4086
+ "declarations": [],
4087
+ "exports": [
4088
+ {
4089
+ "kind": "js",
4090
+ "name": "*",
4091
+ "declaration": {
4092
+ "name": "*",
4093
+ "package": "./accordion.template"
4094
+ }
4095
+ },
4096
+ {
4097
+ "kind": "js",
4098
+ "name": "*",
4099
+ "declaration": {
4100
+ "name": "*",
4101
+ "package": "./accordion.styles"
4102
+ }
4103
+ },
4104
+ {
4105
+ "kind": "js",
4106
+ "name": "*",
4107
+ "declaration": {
4108
+ "name": "*",
4109
+ "package": "./accordion"
4110
+ }
4111
+ }
4112
+ ]
4113
+ },
4114
+ {
4115
+ "kind": "javascript-module",
4116
+ "path": "src/_common/icons.ts",
4117
+ "declarations": [
4118
+ {
4119
+ "kind": "function",
4120
+ "name": "closeIcon",
4121
+ "parameters": [
4122
+ {
4123
+ "name": "slot",
4124
+ "default": "'start'"
4125
+ },
4126
+ {
4127
+ "name": "fill",
4128
+ "default": "'#879ba6'"
4129
+ }
4130
+ ]
4131
+ }
4132
+ ],
4133
+ "exports": [
4134
+ {
4135
+ "kind": "js",
4136
+ "name": "closeIcon",
4137
+ "declaration": {
4138
+ "name": "closeIcon",
4139
+ "module": "src/_common/icons.ts"
4140
+ }
4141
+ }
4142
+ ]
4143
+ },
4144
+ {
4145
+ "kind": "javascript-module",
4146
+ "path": "src/_common/index.ts",
4147
+ "declarations": [],
4148
+ "exports": [
4149
+ {
4150
+ "kind": "js",
4151
+ "name": "*",
4152
+ "declaration": {
4153
+ "name": "*",
4154
+ "package": "./icons"
4155
+ }
4156
+ }
4157
+ ]
4158
+ },
4159
4159
  {
4160
4160
  "kind": "javascript-module",
4161
4161
  "path": "src/avatar/avatar.styles.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.251.4",
4
+ "version": "14.251.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.251.4",
87
- "@genesislcap/genx": "14.251.4",
88
- "@genesislcap/rollup-builder": "14.251.4",
89
- "@genesislcap/ts-builder": "14.251.4",
90
- "@genesislcap/uvu-playwright-builder": "14.251.4",
91
- "@genesislcap/vite-builder": "14.251.4",
92
- "@genesislcap/webpack-builder": "14.251.4",
86
+ "@genesislcap/foundation-testing": "14.251.5",
87
+ "@genesislcap/genx": "14.251.5",
88
+ "@genesislcap/rollup-builder": "14.251.5",
89
+ "@genesislcap/ts-builder": "14.251.5",
90
+ "@genesislcap/uvu-playwright-builder": "14.251.5",
91
+ "@genesislcap/vite-builder": "14.251.5",
92
+ "@genesislcap/webpack-builder": "14.251.5",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,15 +100,15 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "14.251.4",
104
- "@genesislcap/foundation-comms": "14.251.4",
105
- "@genesislcap/foundation-criteria": "14.251.4",
106
- "@genesislcap/foundation-errors": "14.251.4",
107
- "@genesislcap/foundation-events": "14.251.4",
108
- "@genesislcap/foundation-logger": "14.251.4",
109
- "@genesislcap/foundation-notifications": "14.251.4",
110
- "@genesislcap/foundation-user": "14.251.4",
111
- "@genesislcap/foundation-utils": "14.251.4",
103
+ "@genesislcap/expression-builder": "14.251.5",
104
+ "@genesislcap/foundation-comms": "14.251.5",
105
+ "@genesislcap/foundation-criteria": "14.251.5",
106
+ "@genesislcap/foundation-errors": "14.251.5",
107
+ "@genesislcap/foundation-events": "14.251.5",
108
+ "@genesislcap/foundation-logger": "14.251.5",
109
+ "@genesislcap/foundation-notifications": "14.251.5",
110
+ "@genesislcap/foundation-user": "14.251.5",
111
+ "@genesislcap/foundation-utils": "14.251.5",
112
112
  "@microsoft/fast-colors": "5.3.1",
113
113
  "@microsoft/fast-components": "2.30.6",
114
114
  "@microsoft/fast-element": "1.14.0",
@@ -130,5 +130,5 @@
130
130
  "access": "public"
131
131
  },
132
132
  "customElements": "dist/custom-elements.json",
133
- "gitHead": "f066febff14751fbe019f0b5645a4a844ee32775"
133
+ "gitHead": "a18270e8f4e91032bd689577f13379ba29158751"
134
134
  }