@genesislcap/foundation-ui 14.262.1 → 14.263.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 +213 -213
  2. package/package.json +18 -18
@@ -880,219 +880,6 @@
880
880
  }
881
881
  ]
882
882
  },
883
- {
884
- "kind": "javascript-module",
885
- "path": "src/_config/index.ts",
886
- "declarations": [],
887
- "exports": [
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./styles"
894
- }
895
- },
896
- {
897
- "kind": "js",
898
- "name": "*",
899
- "declaration": {
900
- "name": "*",
901
- "package": "./tokens"
902
- }
903
- },
904
- {
905
- "kind": "js",
906
- "name": "*",
907
- "declaration": {
908
- "name": "*",
909
- "package": "./values"
910
- }
911
- }
912
- ]
913
- },
914
- {
915
- "kind": "javascript-module",
916
- "path": "src/accordion/accordion.styles.ts",
917
- "declarations": [
918
- {
919
- "kind": "function",
920
- "name": "foundationAccordionStyles",
921
- "return": {
922
- "type": {
923
- "text": "ElementStyles"
924
- }
925
- },
926
- "parameters": [
927
- {
928
- "name": "context",
929
- "type": {
930
- "text": "ElementDefinitionContext"
931
- }
932
- },
933
- {
934
- "name": "definition",
935
- "type": {
936
- "text": "FoundationElementDefinition"
937
- }
938
- }
939
- ]
940
- }
941
- ],
942
- "exports": [
943
- {
944
- "kind": "js",
945
- "name": "foundationAccordionStyles",
946
- "declaration": {
947
- "name": "foundationAccordionStyles",
948
- "module": "src/accordion/accordion.styles.ts"
949
- }
950
- }
951
- ]
952
- },
953
- {
954
- "kind": "javascript-module",
955
- "path": "src/accordion/accordion.template.ts",
956
- "declarations": [
957
- {
958
- "kind": "function",
959
- "name": "foundationAccordionTemplate",
960
- "return": {
961
- "type": {
962
- "text": "ViewTemplate<Accordion>"
963
- }
964
- },
965
- "parameters": [
966
- {
967
- "name": "context",
968
- "type": {
969
- "text": "ElementDefinitionContext"
970
- }
971
- },
972
- {
973
- "name": "definition",
974
- "type": {
975
- "text": "FoundationElementDefinition"
976
- }
977
- }
978
- ]
979
- }
980
- ],
981
- "exports": [
982
- {
983
- "kind": "js",
984
- "name": "foundationAccordionTemplate",
985
- "declaration": {
986
- "name": "foundationAccordionTemplate",
987
- "module": "src/accordion/accordion.template.ts"
988
- }
989
- }
990
- ]
991
- },
992
- {
993
- "kind": "javascript-module",
994
- "path": "src/accordion/accordion.ts",
995
- "declarations": [
996
- {
997
- "kind": "class",
998
- "description": "",
999
- "name": "Accordion",
1000
- "superclass": {
1001
- "name": "FASTAccordion",
1002
- "package": "@microsoft/fast-foundation"
1003
- },
1004
- "tagName": "%%prefix%%-accordion",
1005
- "customElement": true
1006
- },
1007
- {
1008
- "kind": "variable",
1009
- "name": "foundationAccordionShadowOptions",
1010
- "type": {
1011
- "text": "ShadowRootInit"
1012
- },
1013
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1014
- },
1015
- {
1016
- "kind": "variable",
1017
- "name": "defaultAccordionConfig",
1018
- "type": {
1019
- "text": "object"
1020
- },
1021
- "default": "{}"
1022
- },
1023
- {
1024
- "kind": "variable",
1025
- "name": "foundationAccordion",
1026
- "description": "The Foundation Accordion",
1027
- "privacy": "public"
1028
- }
1029
- ],
1030
- "exports": [
1031
- {
1032
- "kind": "js",
1033
- "name": "Accordion",
1034
- "declaration": {
1035
- "name": "Accordion",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "foundationAccordionShadowOptions",
1042
- "declaration": {
1043
- "name": "foundationAccordionShadowOptions",
1044
- "module": "src/accordion/accordion.ts"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "defaultAccordionConfig",
1050
- "declaration": {
1051
- "name": "defaultAccordionConfig",
1052
- "module": "src/accordion/accordion.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "foundationAccordion",
1058
- "declaration": {
1059
- "name": "foundationAccordion",
1060
- "module": "src/accordion/accordion.ts"
1061
- }
1062
- }
1063
- ]
1064
- },
1065
- {
1066
- "kind": "javascript-module",
1067
- "path": "src/accordion/index.ts",
1068
- "declarations": [],
1069
- "exports": [
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./accordion.template"
1076
- }
1077
- },
1078
- {
1079
- "kind": "js",
1080
- "name": "*",
1081
- "declaration": {
1082
- "name": "*",
1083
- "package": "./accordion.styles"
1084
- }
1085
- },
1086
- {
1087
- "kind": "js",
1088
- "name": "*",
1089
- "declaration": {
1090
- "name": "*",
1091
- "package": "./accordion"
1092
- }
1093
- }
1094
- ]
1095
- },
1096
883
  {
1097
884
  "kind": "javascript-module",
1098
885
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2046,6 +1833,37 @@
2046
1833
  }
2047
1834
  ]
2048
1835
  },
1836
+ {
1837
+ "kind": "javascript-module",
1838
+ "path": "src/_config/index.ts",
1839
+ "declarations": [],
1840
+ "exports": [
1841
+ {
1842
+ "kind": "js",
1843
+ "name": "*",
1844
+ "declaration": {
1845
+ "name": "*",
1846
+ "package": "./styles"
1847
+ }
1848
+ },
1849
+ {
1850
+ "kind": "js",
1851
+ "name": "*",
1852
+ "declaration": {
1853
+ "name": "*",
1854
+ "package": "./tokens"
1855
+ }
1856
+ },
1857
+ {
1858
+ "kind": "js",
1859
+ "name": "*",
1860
+ "declaration": {
1861
+ "name": "*",
1862
+ "package": "./values"
1863
+ }
1864
+ }
1865
+ ]
1866
+ },
2049
1867
  {
2050
1868
  "kind": "javascript-module",
2051
1869
  "path": "src/anchor/anchor.styles.ts",
@@ -4156,6 +3974,188 @@
4156
3974
  }
4157
3975
  ]
4158
3976
  },
3977
+ {
3978
+ "kind": "javascript-module",
3979
+ "path": "src/accordion/accordion.styles.ts",
3980
+ "declarations": [
3981
+ {
3982
+ "kind": "function",
3983
+ "name": "foundationAccordionStyles",
3984
+ "return": {
3985
+ "type": {
3986
+ "text": "ElementStyles"
3987
+ }
3988
+ },
3989
+ "parameters": [
3990
+ {
3991
+ "name": "context",
3992
+ "type": {
3993
+ "text": "ElementDefinitionContext"
3994
+ }
3995
+ },
3996
+ {
3997
+ "name": "definition",
3998
+ "type": {
3999
+ "text": "FoundationElementDefinition"
4000
+ }
4001
+ }
4002
+ ]
4003
+ }
4004
+ ],
4005
+ "exports": [
4006
+ {
4007
+ "kind": "js",
4008
+ "name": "foundationAccordionStyles",
4009
+ "declaration": {
4010
+ "name": "foundationAccordionStyles",
4011
+ "module": "src/accordion/accordion.styles.ts"
4012
+ }
4013
+ }
4014
+ ]
4015
+ },
4016
+ {
4017
+ "kind": "javascript-module",
4018
+ "path": "src/accordion/accordion.template.ts",
4019
+ "declarations": [
4020
+ {
4021
+ "kind": "function",
4022
+ "name": "foundationAccordionTemplate",
4023
+ "return": {
4024
+ "type": {
4025
+ "text": "ViewTemplate<Accordion>"
4026
+ }
4027
+ },
4028
+ "parameters": [
4029
+ {
4030
+ "name": "context",
4031
+ "type": {
4032
+ "text": "ElementDefinitionContext"
4033
+ }
4034
+ },
4035
+ {
4036
+ "name": "definition",
4037
+ "type": {
4038
+ "text": "FoundationElementDefinition"
4039
+ }
4040
+ }
4041
+ ]
4042
+ }
4043
+ ],
4044
+ "exports": [
4045
+ {
4046
+ "kind": "js",
4047
+ "name": "foundationAccordionTemplate",
4048
+ "declaration": {
4049
+ "name": "foundationAccordionTemplate",
4050
+ "module": "src/accordion/accordion.template.ts"
4051
+ }
4052
+ }
4053
+ ]
4054
+ },
4055
+ {
4056
+ "kind": "javascript-module",
4057
+ "path": "src/accordion/accordion.ts",
4058
+ "declarations": [
4059
+ {
4060
+ "kind": "class",
4061
+ "description": "",
4062
+ "name": "Accordion",
4063
+ "superclass": {
4064
+ "name": "FASTAccordion",
4065
+ "package": "@microsoft/fast-foundation"
4066
+ },
4067
+ "tagName": "%%prefix%%-accordion",
4068
+ "customElement": true
4069
+ },
4070
+ {
4071
+ "kind": "variable",
4072
+ "name": "foundationAccordionShadowOptions",
4073
+ "type": {
4074
+ "text": "ShadowRootInit"
4075
+ },
4076
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4077
+ },
4078
+ {
4079
+ "kind": "variable",
4080
+ "name": "defaultAccordionConfig",
4081
+ "type": {
4082
+ "text": "object"
4083
+ },
4084
+ "default": "{}"
4085
+ },
4086
+ {
4087
+ "kind": "variable",
4088
+ "name": "foundationAccordion",
4089
+ "description": "The Foundation Accordion",
4090
+ "privacy": "public"
4091
+ }
4092
+ ],
4093
+ "exports": [
4094
+ {
4095
+ "kind": "js",
4096
+ "name": "Accordion",
4097
+ "declaration": {
4098
+ "name": "Accordion",
4099
+ "module": "src/accordion/accordion.ts"
4100
+ }
4101
+ },
4102
+ {
4103
+ "kind": "js",
4104
+ "name": "foundationAccordionShadowOptions",
4105
+ "declaration": {
4106
+ "name": "foundationAccordionShadowOptions",
4107
+ "module": "src/accordion/accordion.ts"
4108
+ }
4109
+ },
4110
+ {
4111
+ "kind": "js",
4112
+ "name": "defaultAccordionConfig",
4113
+ "declaration": {
4114
+ "name": "defaultAccordionConfig",
4115
+ "module": "src/accordion/accordion.ts"
4116
+ }
4117
+ },
4118
+ {
4119
+ "kind": "js",
4120
+ "name": "foundationAccordion",
4121
+ "declaration": {
4122
+ "name": "foundationAccordion",
4123
+ "module": "src/accordion/accordion.ts"
4124
+ }
4125
+ }
4126
+ ]
4127
+ },
4128
+ {
4129
+ "kind": "javascript-module",
4130
+ "path": "src/accordion/index.ts",
4131
+ "declarations": [],
4132
+ "exports": [
4133
+ {
4134
+ "kind": "js",
4135
+ "name": "*",
4136
+ "declaration": {
4137
+ "name": "*",
4138
+ "package": "./accordion.template"
4139
+ }
4140
+ },
4141
+ {
4142
+ "kind": "js",
4143
+ "name": "*",
4144
+ "declaration": {
4145
+ "name": "*",
4146
+ "package": "./accordion.styles"
4147
+ }
4148
+ },
4149
+ {
4150
+ "kind": "js",
4151
+ "name": "*",
4152
+ "declaration": {
4153
+ "name": "*",
4154
+ "package": "./accordion"
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.262.1",
4
+ "version": "14.263.0",
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.262.1",
87
- "@genesislcap/genx": "14.262.1",
88
- "@genesislcap/rollup-builder": "14.262.1",
89
- "@genesislcap/ts-builder": "14.262.1",
90
- "@genesislcap/uvu-playwright-builder": "14.262.1",
91
- "@genesislcap/vite-builder": "14.262.1",
92
- "@genesislcap/webpack-builder": "14.262.1",
86
+ "@genesislcap/foundation-testing": "14.263.0",
87
+ "@genesislcap/genx": "14.263.0",
88
+ "@genesislcap/rollup-builder": "14.263.0",
89
+ "@genesislcap/ts-builder": "14.263.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.263.0",
91
+ "@genesislcap/vite-builder": "14.263.0",
92
+ "@genesislcap/webpack-builder": "14.263.0",
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.262.1",
104
- "@genesislcap/foundation-comms": "14.262.1",
105
- "@genesislcap/foundation-criteria": "14.262.1",
106
- "@genesislcap/foundation-errors": "14.262.1",
107
- "@genesislcap/foundation-events": "14.262.1",
108
- "@genesislcap/foundation-logger": "14.262.1",
109
- "@genesislcap/foundation-notifications": "14.262.1",
110
- "@genesislcap/foundation-user": "14.262.1",
111
- "@genesislcap/foundation-utils": "14.262.1",
103
+ "@genesislcap/expression-builder": "14.263.0",
104
+ "@genesislcap/foundation-comms": "14.263.0",
105
+ "@genesislcap/foundation-criteria": "14.263.0",
106
+ "@genesislcap/foundation-errors": "14.263.0",
107
+ "@genesislcap/foundation-events": "14.263.0",
108
+ "@genesislcap/foundation-logger": "14.263.0",
109
+ "@genesislcap/foundation-notifications": "14.263.0",
110
+ "@genesislcap/foundation-user": "14.263.0",
111
+ "@genesislcap/foundation-utils": "14.263.0",
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": "cb79ea22c0027e331354fceac7ff86fa587d65dc"
133
+ "gitHead": "c1e36a1300a4d8e160aeb00831d0f940b0bde437"
134
134
  }