@genesislcap/foundation-ui 14.251.3 → 14.251.4

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 +101 -101
  2. package/package.json +18 -18
@@ -880,37 +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
883
  {
915
884
  "kind": "javascript-module",
916
885
  "path": "src/accordion/accordion.styles.ts",
@@ -1093,6 +1062,37 @@
1093
1062
  }
1094
1063
  ]
1095
1064
  },
1065
+ {
1066
+ "kind": "javascript-module",
1067
+ "path": "src/_config/index.ts",
1068
+ "declarations": [],
1069
+ "exports": [
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./styles"
1076
+ }
1077
+ },
1078
+ {
1079
+ "kind": "js",
1080
+ "name": "*",
1081
+ "declaration": {
1082
+ "name": "*",
1083
+ "package": "./tokens"
1084
+ }
1085
+ },
1086
+ {
1087
+ "kind": "js",
1088
+ "name": "*",
1089
+ "declaration": {
1090
+ "name": "*",
1091
+ "package": "./values"
1092
+ }
1093
+ }
1094
+ ]
1095
+ },
1096
1096
  {
1097
1097
  "kind": "javascript-module",
1098
1098
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -14917,11 +14917,11 @@
14917
14917
  },
14918
14918
  {
14919
14919
  "kind": "javascript-module",
14920
- "path": "src/divider/divider.styles.ts",
14920
+ "path": "src/disclosure/disclosure.styles.ts",
14921
14921
  "declarations": [
14922
14922
  {
14923
14923
  "kind": "function",
14924
- "name": "foundationDividerStyles",
14924
+ "name": "foundationDisclosureStyles",
14925
14925
  "return": {
14926
14926
  "type": {
14927
14927
  "text": "ElementStyles"
@@ -14946,24 +14946,24 @@
14946
14946
  "exports": [
14947
14947
  {
14948
14948
  "kind": "js",
14949
- "name": "foundationDividerStyles",
14949
+ "name": "foundationDisclosureStyles",
14950
14950
  "declaration": {
14951
- "name": "foundationDividerStyles",
14952
- "module": "src/divider/divider.styles.ts"
14951
+ "name": "foundationDisclosureStyles",
14952
+ "module": "src/disclosure/disclosure.styles.ts"
14953
14953
  }
14954
14954
  }
14955
14955
  ]
14956
14956
  },
14957
14957
  {
14958
14958
  "kind": "javascript-module",
14959
- "path": "src/divider/divider.template.ts",
14959
+ "path": "src/disclosure/disclosure.template.ts",
14960
14960
  "declarations": [
14961
14961
  {
14962
14962
  "kind": "function",
14963
- "name": "foundationDividerTemplate",
14963
+ "name": "foundationDisclosureTemplate",
14964
14964
  "return": {
14965
14965
  "type": {
14966
- "text": "ViewTemplate<Divider>"
14966
+ "text": "ViewTemplate<Disclosure>"
14967
14967
  }
14968
14968
  },
14969
14969
  "parameters": [
@@ -14985,32 +14985,32 @@
14985
14985
  "exports": [
14986
14986
  {
14987
14987
  "kind": "js",
14988
- "name": "foundationDividerTemplate",
14988
+ "name": "foundationDisclosureTemplate",
14989
14989
  "declaration": {
14990
- "name": "foundationDividerTemplate",
14991
- "module": "src/divider/divider.template.ts"
14990
+ "name": "foundationDisclosureTemplate",
14991
+ "module": "src/disclosure/disclosure.template.ts"
14992
14992
  }
14993
14993
  }
14994
14994
  ]
14995
14995
  },
14996
14996
  {
14997
14997
  "kind": "javascript-module",
14998
- "path": "src/divider/divider.ts",
14998
+ "path": "src/disclosure/disclosure.ts",
14999
14999
  "declarations": [
15000
15000
  {
15001
15001
  "kind": "class",
15002
15002
  "description": "",
15003
- "name": "Divider",
15003
+ "name": "Disclosure",
15004
15004
  "superclass": {
15005
- "name": "FASTDivider",
15005
+ "name": "FASTDisclosure",
15006
15006
  "package": "@microsoft/fast-foundation"
15007
15007
  },
15008
- "tagName": "%%prefix%%-divider",
15008
+ "tagName": "%%prefix%%-disclosure",
15009
15009
  "customElement": true
15010
15010
  },
15011
15011
  {
15012
15012
  "kind": "variable",
15013
- "name": "foundationDividerShadowOptions",
15013
+ "name": "foundationDisclosureShadowOptions",
15014
15014
  "type": {
15015
15015
  "text": "ShadowRootInit"
15016
15016
  },
@@ -15018,7 +15018,7 @@
15018
15018
  },
15019
15019
  {
15020
15020
  "kind": "variable",
15021
- "name": "defaultDividerConfig",
15021
+ "name": "defaultDisclosureConfig",
15022
15022
  "type": {
15023
15023
  "text": "object"
15024
15024
  },
@@ -15026,49 +15026,49 @@
15026
15026
  },
15027
15027
  {
15028
15028
  "kind": "variable",
15029
- "name": "foundationDivider",
15030
- "description": "The Foundation Divider",
15029
+ "name": "foundationDisclosure",
15030
+ "description": "The Foundation Disclosure",
15031
15031
  "privacy": "public"
15032
15032
  }
15033
15033
  ],
15034
15034
  "exports": [
15035
15035
  {
15036
15036
  "kind": "js",
15037
- "name": "Divider",
15037
+ "name": "Disclosure",
15038
15038
  "declaration": {
15039
- "name": "Divider",
15040
- "module": "src/divider/divider.ts"
15039
+ "name": "Disclosure",
15040
+ "module": "src/disclosure/disclosure.ts"
15041
15041
  }
15042
15042
  },
15043
15043
  {
15044
15044
  "kind": "js",
15045
- "name": "foundationDividerShadowOptions",
15045
+ "name": "foundationDisclosureShadowOptions",
15046
15046
  "declaration": {
15047
- "name": "foundationDividerShadowOptions",
15048
- "module": "src/divider/divider.ts"
15047
+ "name": "foundationDisclosureShadowOptions",
15048
+ "module": "src/disclosure/disclosure.ts"
15049
15049
  }
15050
15050
  },
15051
15051
  {
15052
15052
  "kind": "js",
15053
- "name": "defaultDividerConfig",
15053
+ "name": "defaultDisclosureConfig",
15054
15054
  "declaration": {
15055
- "name": "defaultDividerConfig",
15056
- "module": "src/divider/divider.ts"
15055
+ "name": "defaultDisclosureConfig",
15056
+ "module": "src/disclosure/disclosure.ts"
15057
15057
  }
15058
15058
  },
15059
15059
  {
15060
15060
  "kind": "js",
15061
- "name": "foundationDivider",
15061
+ "name": "foundationDisclosure",
15062
15062
  "declaration": {
15063
- "name": "foundationDivider",
15064
- "module": "src/divider/divider.ts"
15063
+ "name": "foundationDisclosure",
15064
+ "module": "src/disclosure/disclosure.ts"
15065
15065
  }
15066
15066
  }
15067
15067
  ]
15068
15068
  },
15069
15069
  {
15070
15070
  "kind": "javascript-module",
15071
- "path": "src/divider/index.ts",
15071
+ "path": "src/disclosure/index.ts",
15072
15072
  "declarations": [],
15073
15073
  "exports": [
15074
15074
  {
@@ -15076,7 +15076,7 @@
15076
15076
  "name": "*",
15077
15077
  "declaration": {
15078
15078
  "name": "*",
15079
- "package": "./divider.template"
15079
+ "package": "./disclosure.template"
15080
15080
  }
15081
15081
  },
15082
15082
  {
@@ -15084,7 +15084,7 @@
15084
15084
  "name": "*",
15085
15085
  "declaration": {
15086
15086
  "name": "*",
15087
- "package": "./divider.styles"
15087
+ "package": "./disclosure.styles"
15088
15088
  }
15089
15089
  },
15090
15090
  {
@@ -15092,18 +15092,18 @@
15092
15092
  "name": "*",
15093
15093
  "declaration": {
15094
15094
  "name": "*",
15095
- "package": "./divider"
15095
+ "package": "./disclosure"
15096
15096
  }
15097
15097
  }
15098
15098
  ]
15099
15099
  },
15100
15100
  {
15101
15101
  "kind": "javascript-module",
15102
- "path": "src/disclosure/disclosure.styles.ts",
15102
+ "path": "src/divider/divider.styles.ts",
15103
15103
  "declarations": [
15104
15104
  {
15105
15105
  "kind": "function",
15106
- "name": "foundationDisclosureStyles",
15106
+ "name": "foundationDividerStyles",
15107
15107
  "return": {
15108
15108
  "type": {
15109
15109
  "text": "ElementStyles"
@@ -15128,24 +15128,24 @@
15128
15128
  "exports": [
15129
15129
  {
15130
15130
  "kind": "js",
15131
- "name": "foundationDisclosureStyles",
15131
+ "name": "foundationDividerStyles",
15132
15132
  "declaration": {
15133
- "name": "foundationDisclosureStyles",
15134
- "module": "src/disclosure/disclosure.styles.ts"
15133
+ "name": "foundationDividerStyles",
15134
+ "module": "src/divider/divider.styles.ts"
15135
15135
  }
15136
15136
  }
15137
15137
  ]
15138
15138
  },
15139
15139
  {
15140
15140
  "kind": "javascript-module",
15141
- "path": "src/disclosure/disclosure.template.ts",
15141
+ "path": "src/divider/divider.template.ts",
15142
15142
  "declarations": [
15143
15143
  {
15144
15144
  "kind": "function",
15145
- "name": "foundationDisclosureTemplate",
15145
+ "name": "foundationDividerTemplate",
15146
15146
  "return": {
15147
15147
  "type": {
15148
- "text": "ViewTemplate<Disclosure>"
15148
+ "text": "ViewTemplate<Divider>"
15149
15149
  }
15150
15150
  },
15151
15151
  "parameters": [
@@ -15167,32 +15167,32 @@
15167
15167
  "exports": [
15168
15168
  {
15169
15169
  "kind": "js",
15170
- "name": "foundationDisclosureTemplate",
15170
+ "name": "foundationDividerTemplate",
15171
15171
  "declaration": {
15172
- "name": "foundationDisclosureTemplate",
15173
- "module": "src/disclosure/disclosure.template.ts"
15172
+ "name": "foundationDividerTemplate",
15173
+ "module": "src/divider/divider.template.ts"
15174
15174
  }
15175
15175
  }
15176
15176
  ]
15177
15177
  },
15178
15178
  {
15179
15179
  "kind": "javascript-module",
15180
- "path": "src/disclosure/disclosure.ts",
15180
+ "path": "src/divider/divider.ts",
15181
15181
  "declarations": [
15182
15182
  {
15183
15183
  "kind": "class",
15184
15184
  "description": "",
15185
- "name": "Disclosure",
15185
+ "name": "Divider",
15186
15186
  "superclass": {
15187
- "name": "FASTDisclosure",
15187
+ "name": "FASTDivider",
15188
15188
  "package": "@microsoft/fast-foundation"
15189
15189
  },
15190
- "tagName": "%%prefix%%-disclosure",
15190
+ "tagName": "%%prefix%%-divider",
15191
15191
  "customElement": true
15192
15192
  },
15193
15193
  {
15194
15194
  "kind": "variable",
15195
- "name": "foundationDisclosureShadowOptions",
15195
+ "name": "foundationDividerShadowOptions",
15196
15196
  "type": {
15197
15197
  "text": "ShadowRootInit"
15198
15198
  },
@@ -15200,7 +15200,7 @@
15200
15200
  },
15201
15201
  {
15202
15202
  "kind": "variable",
15203
- "name": "defaultDisclosureConfig",
15203
+ "name": "defaultDividerConfig",
15204
15204
  "type": {
15205
15205
  "text": "object"
15206
15206
  },
@@ -15208,49 +15208,49 @@
15208
15208
  },
15209
15209
  {
15210
15210
  "kind": "variable",
15211
- "name": "foundationDisclosure",
15212
- "description": "The Foundation Disclosure",
15211
+ "name": "foundationDivider",
15212
+ "description": "The Foundation Divider",
15213
15213
  "privacy": "public"
15214
15214
  }
15215
15215
  ],
15216
15216
  "exports": [
15217
15217
  {
15218
15218
  "kind": "js",
15219
- "name": "Disclosure",
15219
+ "name": "Divider",
15220
15220
  "declaration": {
15221
- "name": "Disclosure",
15222
- "module": "src/disclosure/disclosure.ts"
15221
+ "name": "Divider",
15222
+ "module": "src/divider/divider.ts"
15223
15223
  }
15224
15224
  },
15225
15225
  {
15226
15226
  "kind": "js",
15227
- "name": "foundationDisclosureShadowOptions",
15227
+ "name": "foundationDividerShadowOptions",
15228
15228
  "declaration": {
15229
- "name": "foundationDisclosureShadowOptions",
15230
- "module": "src/disclosure/disclosure.ts"
15229
+ "name": "foundationDividerShadowOptions",
15230
+ "module": "src/divider/divider.ts"
15231
15231
  }
15232
15232
  },
15233
15233
  {
15234
15234
  "kind": "js",
15235
- "name": "defaultDisclosureConfig",
15235
+ "name": "defaultDividerConfig",
15236
15236
  "declaration": {
15237
- "name": "defaultDisclosureConfig",
15238
- "module": "src/disclosure/disclosure.ts"
15237
+ "name": "defaultDividerConfig",
15238
+ "module": "src/divider/divider.ts"
15239
15239
  }
15240
15240
  },
15241
15241
  {
15242
15242
  "kind": "js",
15243
- "name": "foundationDisclosure",
15243
+ "name": "foundationDivider",
15244
15244
  "declaration": {
15245
- "name": "foundationDisclosure",
15246
- "module": "src/disclosure/disclosure.ts"
15245
+ "name": "foundationDivider",
15246
+ "module": "src/divider/divider.ts"
15247
15247
  }
15248
15248
  }
15249
15249
  ]
15250
15250
  },
15251
15251
  {
15252
15252
  "kind": "javascript-module",
15253
- "path": "src/disclosure/index.ts",
15253
+ "path": "src/divider/index.ts",
15254
15254
  "declarations": [],
15255
15255
  "exports": [
15256
15256
  {
@@ -15258,7 +15258,7 @@
15258
15258
  "name": "*",
15259
15259
  "declaration": {
15260
15260
  "name": "*",
15261
- "package": "./disclosure.template"
15261
+ "package": "./divider.template"
15262
15262
  }
15263
15263
  },
15264
15264
  {
@@ -15266,7 +15266,7 @@
15266
15266
  "name": "*",
15267
15267
  "declaration": {
15268
15268
  "name": "*",
15269
- "package": "./disclosure.styles"
15269
+ "package": "./divider.styles"
15270
15270
  }
15271
15271
  },
15272
15272
  {
@@ -15274,7 +15274,7 @@
15274
15274
  "name": "*",
15275
15275
  "declaration": {
15276
15276
  "name": "*",
15277
- "package": "./disclosure"
15277
+ "package": "./divider"
15278
15278
  }
15279
15279
  }
15280
15280
  ]
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.3",
4
+ "version": "14.251.4",
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.3",
87
- "@genesislcap/genx": "14.251.3",
88
- "@genesislcap/rollup-builder": "14.251.3",
89
- "@genesislcap/ts-builder": "14.251.3",
90
- "@genesislcap/uvu-playwright-builder": "14.251.3",
91
- "@genesislcap/vite-builder": "14.251.3",
92
- "@genesislcap/webpack-builder": "14.251.3",
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",
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.3",
104
- "@genesislcap/foundation-comms": "14.251.3",
105
- "@genesislcap/foundation-criteria": "14.251.3",
106
- "@genesislcap/foundation-errors": "14.251.3",
107
- "@genesislcap/foundation-events": "14.251.3",
108
- "@genesislcap/foundation-logger": "14.251.3",
109
- "@genesislcap/foundation-notifications": "14.251.3",
110
- "@genesislcap/foundation-user": "14.251.3",
111
- "@genesislcap/foundation-utils": "14.251.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",
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": "5a56f509e59932ae9709b00538706f06a52121c5"
133
+ "gitHead": "f066febff14751fbe019f0b5645a4a844ee32775"
134
134
  }