@genesislcap/foundation-zero 14.103.0 → 14.103.1-alpha-5ee5747.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.
@@ -784,194 +784,6 @@
784
784
  }
785
785
  ]
786
786
  },
787
- {
788
- "kind": "javascript-module",
789
- "path": "src/accordion/accordion.stories.ts",
790
- "declarations": [
791
- {
792
- "kind": "variable",
793
- "name": "meta",
794
- "type": {
795
- "text": "Meta"
796
- },
797
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
798
- },
799
- {
800
- "kind": "variable",
801
- "name": "Primary",
802
- "type": {
803
- "text": "StoryObj"
804
- },
805
- "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}"
806
- }
807
- ],
808
- "exports": [
809
- {
810
- "kind": "js",
811
- "name": "default",
812
- "declaration": {
813
- "name": "meta",
814
- "module": "src/accordion/accordion.stories.ts"
815
- }
816
- },
817
- {
818
- "kind": "js",
819
- "name": "Primary",
820
- "declaration": {
821
- "name": "Primary",
822
- "module": "src/accordion/accordion.stories.ts"
823
- }
824
- }
825
- ]
826
- },
827
- {
828
- "kind": "javascript-module",
829
- "path": "src/accordion/accordion.styles.ts",
830
- "declarations": [
831
- {
832
- "kind": "function",
833
- "name": "zeroAccordionStyles",
834
- "return": {
835
- "type": {
836
- "text": "ElementStyles"
837
- }
838
- },
839
- "parameters": [
840
- {
841
- "name": "context",
842
- "type": {
843
- "text": "ElementDefinitionContext"
844
- }
845
- },
846
- {
847
- "name": "definition",
848
- "type": {
849
- "text": "FoundationElementDefinition"
850
- }
851
- }
852
- ]
853
- }
854
- ],
855
- "exports": [
856
- {
857
- "kind": "js",
858
- "name": "zeroAccordionStyles",
859
- "declaration": {
860
- "name": "zeroAccordionStyles",
861
- "module": "src/accordion/accordion.styles.ts"
862
- }
863
- }
864
- ]
865
- },
866
- {
867
- "kind": "javascript-module",
868
- "path": "src/accordion/accordion.template.ts",
869
- "declarations": [
870
- {
871
- "kind": "function",
872
- "name": "zeroAccordionTemplate",
873
- "return": {
874
- "type": {
875
- "text": "ViewTemplate<Accordion>"
876
- }
877
- },
878
- "parameters": [
879
- {
880
- "name": "context",
881
- "type": {
882
- "text": "ElementDefinitionContext"
883
- }
884
- },
885
- {
886
- "name": "definition",
887
- "type": {
888
- "text": "FoundationElementDefinition"
889
- }
890
- }
891
- ]
892
- }
893
- ],
894
- "exports": [
895
- {
896
- "kind": "js",
897
- "name": "zeroAccordionTemplate",
898
- "declaration": {
899
- "name": "zeroAccordionTemplate",
900
- "module": "src/accordion/accordion.template.ts"
901
- }
902
- }
903
- ]
904
- },
905
- {
906
- "kind": "javascript-module",
907
- "path": "src/accordion/accordion.ts",
908
- "declarations": [
909
- {
910
- "kind": "class",
911
- "description": "",
912
- "name": "Accordion",
913
- "superclass": {
914
- "name": "FoundationAccordion",
915
- "package": "@genesislcap/foundation-ui"
916
- },
917
- "tagName": "%%prefix%%-card",
918
- "customElement": true
919
- },
920
- {
921
- "kind": "variable",
922
- "name": "zeroAccordion"
923
- }
924
- ],
925
- "exports": [
926
- {
927
- "kind": "js",
928
- "name": "Accordion",
929
- "declaration": {
930
- "name": "Accordion",
931
- "module": "src/accordion/accordion.ts"
932
- }
933
- },
934
- {
935
- "kind": "js",
936
- "name": "zeroAccordion",
937
- "declaration": {
938
- "name": "zeroAccordion",
939
- "module": "src/accordion/accordion.ts"
940
- }
941
- }
942
- ]
943
- },
944
- {
945
- "kind": "javascript-module",
946
- "path": "src/accordion/index.ts",
947
- "declarations": [],
948
- "exports": [
949
- {
950
- "kind": "js",
951
- "name": "*",
952
- "declaration": {
953
- "name": "*",
954
- "package": "./accordion"
955
- }
956
- },
957
- {
958
- "kind": "js",
959
- "name": "*",
960
- "declaration": {
961
- "name": "*",
962
- "package": "./accordion.styles"
963
- }
964
- },
965
- {
966
- "kind": "js",
967
- "name": "*",
968
- "declaration": {
969
- "name": "*",
970
- "package": "./accordion.template"
971
- }
972
- }
973
- ]
974
- },
975
787
  {
976
788
  "kind": "javascript-module",
977
789
  "path": "src/_config/index.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",
4
+ "version": "14.103.1-alpha-5ee5747.0",
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",
69
+ "@genesislcap/genx": "14.103.1-alpha-5ee5747.0",
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",
83
- "@genesislcap/foundation-logger": "14.103.0",
84
- "@genesislcap/foundation-ui": "14.103.0",
85
- "@genesislcap/foundation-utils": "14.103.0",
82
+ "@genesislcap/foundation-comms": "14.103.1-alpha-5ee5747.0",
83
+ "@genesislcap/foundation-logger": "14.103.1-alpha-5ee5747.0",
84
+ "@genesislcap/foundation-ui": "14.103.1-alpha-5ee5747.0",
85
+ "@genesislcap/foundation-utils": "14.103.1-alpha-5ee5747.0",
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": "a2f0a1825fe66db9433563c30c256414762f4155"
102
+ "gitHead": "505ed2b7b6d51cf718d0d15003e50920a9e09c6a"
103
103
  }