@genesislcap/foundation-zero 14.103.0-auth-mf.24 → 14.103.0-auth-mf.26

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.
@@ -815,194 +815,6 @@
815
815
  }
816
816
  ]
817
817
  },
818
- {
819
- "kind": "javascript-module",
820
- "path": "src/accordion/accordion.stories.ts",
821
- "declarations": [
822
- {
823
- "kind": "variable",
824
- "name": "meta",
825
- "type": {
826
- "text": "Meta"
827
- },
828
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
829
- },
830
- {
831
- "kind": "variable",
832
- "name": "Primary",
833
- "type": {
834
- "text": "StoryObj"
835
- },
836
- "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
837
- }
838
- ],
839
- "exports": [
840
- {
841
- "kind": "js",
842
- "name": "default",
843
- "declaration": {
844
- "name": "meta",
845
- "module": "src/accordion/accordion.stories.ts"
846
- }
847
- },
848
- {
849
- "kind": "js",
850
- "name": "Primary",
851
- "declaration": {
852
- "name": "Primary",
853
- "module": "src/accordion/accordion.stories.ts"
854
- }
855
- }
856
- ]
857
- },
858
- {
859
- "kind": "javascript-module",
860
- "path": "src/accordion/accordion.styles.ts",
861
- "declarations": [
862
- {
863
- "kind": "function",
864
- "name": "zeroAccordionStyles",
865
- "return": {
866
- "type": {
867
- "text": "ElementStyles"
868
- }
869
- },
870
- "parameters": [
871
- {
872
- "name": "context",
873
- "type": {
874
- "text": "ElementDefinitionContext"
875
- }
876
- },
877
- {
878
- "name": "definition",
879
- "type": {
880
- "text": "FoundationElementDefinition"
881
- }
882
- }
883
- ]
884
- }
885
- ],
886
- "exports": [
887
- {
888
- "kind": "js",
889
- "name": "zeroAccordionStyles",
890
- "declaration": {
891
- "name": "zeroAccordionStyles",
892
- "module": "src/accordion/accordion.styles.ts"
893
- }
894
- }
895
- ]
896
- },
897
- {
898
- "kind": "javascript-module",
899
- "path": "src/accordion/accordion.template.ts",
900
- "declarations": [
901
- {
902
- "kind": "function",
903
- "name": "zeroAccordionTemplate",
904
- "return": {
905
- "type": {
906
- "text": "ViewTemplate<Accordion>"
907
- }
908
- },
909
- "parameters": [
910
- {
911
- "name": "context",
912
- "type": {
913
- "text": "ElementDefinitionContext"
914
- }
915
- },
916
- {
917
- "name": "definition",
918
- "type": {
919
- "text": "FoundationElementDefinition"
920
- }
921
- }
922
- ]
923
- }
924
- ],
925
- "exports": [
926
- {
927
- "kind": "js",
928
- "name": "zeroAccordionTemplate",
929
- "declaration": {
930
- "name": "zeroAccordionTemplate",
931
- "module": "src/accordion/accordion.template.ts"
932
- }
933
- }
934
- ]
935
- },
936
- {
937
- "kind": "javascript-module",
938
- "path": "src/accordion/accordion.ts",
939
- "declarations": [
940
- {
941
- "kind": "class",
942
- "description": "",
943
- "name": "Accordion",
944
- "superclass": {
945
- "name": "FoundationAccordion",
946
- "package": "@genesislcap/foundation-ui"
947
- },
948
- "tagName": "%%prefix%%-card",
949
- "customElement": true
950
- },
951
- {
952
- "kind": "variable",
953
- "name": "zeroAccordion"
954
- }
955
- ],
956
- "exports": [
957
- {
958
- "kind": "js",
959
- "name": "Accordion",
960
- "declaration": {
961
- "name": "Accordion",
962
- "module": "src/accordion/accordion.ts"
963
- }
964
- },
965
- {
966
- "kind": "js",
967
- "name": "zeroAccordion",
968
- "declaration": {
969
- "name": "zeroAccordion",
970
- "module": "src/accordion/accordion.ts"
971
- }
972
- }
973
- ]
974
- },
975
- {
976
- "kind": "javascript-module",
977
- "path": "src/accordion/index.ts",
978
- "declarations": [],
979
- "exports": [
980
- {
981
- "kind": "js",
982
- "name": "*",
983
- "declaration": {
984
- "name": "*",
985
- "package": "./accordion"
986
- }
987
- },
988
- {
989
- "kind": "js",
990
- "name": "*",
991
- "declaration": {
992
- "name": "*",
993
- "package": "./accordion.styles"
994
- }
995
- },
996
- {
997
- "kind": "js",
998
- "name": "*",
999
- "declaration": {
1000
- "name": "*",
1001
- "package": "./accordion.template"
1002
- }
1003
- }
1004
- ]
1005
- },
1006
818
  {
1007
819
  "kind": "javascript-module",
1008
820
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1363,6 +1175,194 @@
1363
1175
  }
1364
1176
  ]
1365
1177
  },
1178
+ {
1179
+ "kind": "javascript-module",
1180
+ "path": "src/accordion/accordion.stories.ts",
1181
+ "declarations": [
1182
+ {
1183
+ "kind": "variable",
1184
+ "name": "meta",
1185
+ "type": {
1186
+ "text": "Meta"
1187
+ },
1188
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1189
+ },
1190
+ {
1191
+ "kind": "variable",
1192
+ "name": "Primary",
1193
+ "type": {
1194
+ "text": "StoryObj"
1195
+ },
1196
+ "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
1197
+ }
1198
+ ],
1199
+ "exports": [
1200
+ {
1201
+ "kind": "js",
1202
+ "name": "default",
1203
+ "declaration": {
1204
+ "name": "meta",
1205
+ "module": "src/accordion/accordion.stories.ts"
1206
+ }
1207
+ },
1208
+ {
1209
+ "kind": "js",
1210
+ "name": "Primary",
1211
+ "declaration": {
1212
+ "name": "Primary",
1213
+ "module": "src/accordion/accordion.stories.ts"
1214
+ }
1215
+ }
1216
+ ]
1217
+ },
1218
+ {
1219
+ "kind": "javascript-module",
1220
+ "path": "src/accordion/accordion.styles.ts",
1221
+ "declarations": [
1222
+ {
1223
+ "kind": "function",
1224
+ "name": "zeroAccordionStyles",
1225
+ "return": {
1226
+ "type": {
1227
+ "text": "ElementStyles"
1228
+ }
1229
+ },
1230
+ "parameters": [
1231
+ {
1232
+ "name": "context",
1233
+ "type": {
1234
+ "text": "ElementDefinitionContext"
1235
+ }
1236
+ },
1237
+ {
1238
+ "name": "definition",
1239
+ "type": {
1240
+ "text": "FoundationElementDefinition"
1241
+ }
1242
+ }
1243
+ ]
1244
+ }
1245
+ ],
1246
+ "exports": [
1247
+ {
1248
+ "kind": "js",
1249
+ "name": "zeroAccordionStyles",
1250
+ "declaration": {
1251
+ "name": "zeroAccordionStyles",
1252
+ "module": "src/accordion/accordion.styles.ts"
1253
+ }
1254
+ }
1255
+ ]
1256
+ },
1257
+ {
1258
+ "kind": "javascript-module",
1259
+ "path": "src/accordion/accordion.template.ts",
1260
+ "declarations": [
1261
+ {
1262
+ "kind": "function",
1263
+ "name": "zeroAccordionTemplate",
1264
+ "return": {
1265
+ "type": {
1266
+ "text": "ViewTemplate<Accordion>"
1267
+ }
1268
+ },
1269
+ "parameters": [
1270
+ {
1271
+ "name": "context",
1272
+ "type": {
1273
+ "text": "ElementDefinitionContext"
1274
+ }
1275
+ },
1276
+ {
1277
+ "name": "definition",
1278
+ "type": {
1279
+ "text": "FoundationElementDefinition"
1280
+ }
1281
+ }
1282
+ ]
1283
+ }
1284
+ ],
1285
+ "exports": [
1286
+ {
1287
+ "kind": "js",
1288
+ "name": "zeroAccordionTemplate",
1289
+ "declaration": {
1290
+ "name": "zeroAccordionTemplate",
1291
+ "module": "src/accordion/accordion.template.ts"
1292
+ }
1293
+ }
1294
+ ]
1295
+ },
1296
+ {
1297
+ "kind": "javascript-module",
1298
+ "path": "src/accordion/accordion.ts",
1299
+ "declarations": [
1300
+ {
1301
+ "kind": "class",
1302
+ "description": "",
1303
+ "name": "Accordion",
1304
+ "superclass": {
1305
+ "name": "FoundationAccordion",
1306
+ "package": "@genesislcap/foundation-ui"
1307
+ },
1308
+ "tagName": "%%prefix%%-card",
1309
+ "customElement": true
1310
+ },
1311
+ {
1312
+ "kind": "variable",
1313
+ "name": "zeroAccordion"
1314
+ }
1315
+ ],
1316
+ "exports": [
1317
+ {
1318
+ "kind": "js",
1319
+ "name": "Accordion",
1320
+ "declaration": {
1321
+ "name": "Accordion",
1322
+ "module": "src/accordion/accordion.ts"
1323
+ }
1324
+ },
1325
+ {
1326
+ "kind": "js",
1327
+ "name": "zeroAccordion",
1328
+ "declaration": {
1329
+ "name": "zeroAccordion",
1330
+ "module": "src/accordion/accordion.ts"
1331
+ }
1332
+ }
1333
+ ]
1334
+ },
1335
+ {
1336
+ "kind": "javascript-module",
1337
+ "path": "src/accordion/index.ts",
1338
+ "declarations": [],
1339
+ "exports": [
1340
+ {
1341
+ "kind": "js",
1342
+ "name": "*",
1343
+ "declaration": {
1344
+ "name": "*",
1345
+ "package": "./accordion"
1346
+ }
1347
+ },
1348
+ {
1349
+ "kind": "js",
1350
+ "name": "*",
1351
+ "declaration": {
1352
+ "name": "*",
1353
+ "package": "./accordion.styles"
1354
+ }
1355
+ },
1356
+ {
1357
+ "kind": "js",
1358
+ "name": "*",
1359
+ "declaration": {
1360
+ "name": "*",
1361
+ "package": "./accordion.template"
1362
+ }
1363
+ }
1364
+ ]
1365
+ },
1366
1366
  {
1367
1367
  "kind": "javascript-module",
1368
1368
  "path": "src/actions-menu/actions-menu.stories.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.103.0-auth-mf.24",
4
+ "version": "14.103.0-auth-mf.26",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "2.2.0",
69
- "@genesislcap/genx": "14.103.0-auth-mf.24",
69
+ "@genesislcap/genx": "14.103.0-auth-mf.26",
70
70
  "@storybook/addon-essentials": "^7.1.0",
71
71
  "@storybook/addon-links": "^7.1.0",
72
72
  "@storybook/addons": "^7.1.0",
@@ -79,10 +79,10 @@
79
79
  "storybook": "^7.1.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.103.0-auth-mf.24",
83
- "@genesislcap/foundation-logger": "14.103.0-auth-mf.24",
84
- "@genesislcap/foundation-ui": "14.103.0-auth-mf.24",
85
- "@genesislcap/foundation-utils": "14.103.0-auth-mf.24",
82
+ "@genesislcap/foundation-comms": "14.103.0-auth-mf.26",
83
+ "@genesislcap/foundation-logger": "14.103.0-auth-mf.26",
84
+ "@genesislcap/foundation-ui": "14.103.0-auth-mf.26",
85
+ "@genesislcap/foundation-utils": "14.103.0-auth-mf.26",
86
86
  "@microsoft/fast-colors": "^5.1.4",
87
87
  "@microsoft/fast-components": "^2.21.3",
88
88
  "@microsoft/fast-element": "^1.7.0",
@@ -99,5 +99,5 @@
99
99
  "access": "public"
100
100
  },
101
101
  "customElements": "dist/custom-elements.json",
102
- "gitHead": "0ecbee6397572e9daf901d0560d465b653440f52"
102
+ "gitHead": "dad32cd82242af68918774e9559904ba1089eadc"
103
103
  }