@genesislcap/foundation-zero 14.83.4-alpha-7f87e78.0 → 14.83.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.
@@ -645,6 +645,364 @@
645
645
  }
646
646
  ]
647
647
  },
648
+ {
649
+ "kind": "javascript-module",
650
+ "path": "src/_common/colors.hex.ts",
651
+ "declarations": [],
652
+ "exports": []
653
+ },
654
+ {
655
+ "kind": "javascript-module",
656
+ "path": "src/_common/colors.ts",
657
+ "declarations": [
658
+ {
659
+ "kind": "variable",
660
+ "name": "defaultRapidTextColor"
661
+ },
662
+ {
663
+ "kind": "variable",
664
+ "name": "defaultRapidBGColor"
665
+ },
666
+ {
667
+ "kind": "variable",
668
+ "name": "defaultRapidLabelColor"
669
+ },
670
+ {
671
+ "kind": "variable",
672
+ "name": "defaultRapidActiveBGColor"
673
+ },
674
+ {
675
+ "kind": "variable",
676
+ "name": "defaultRapidBorderUnfocusedColor"
677
+ },
678
+ {
679
+ "kind": "variable",
680
+ "name": "FastAppearanceValues",
681
+ "type": {
682
+ "text": "array"
683
+ },
684
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
685
+ },
686
+ {
687
+ "kind": "variable",
688
+ "name": "ZeroAppearanceValues"
689
+ }
690
+ ],
691
+ "exports": [
692
+ {
693
+ "kind": "js",
694
+ "name": "defaultRapidTextColor",
695
+ "declaration": {
696
+ "name": "defaultRapidTextColor",
697
+ "module": "src/_common/colors.ts"
698
+ }
699
+ },
700
+ {
701
+ "kind": "js",
702
+ "name": "defaultRapidBGColor",
703
+ "declaration": {
704
+ "name": "defaultRapidBGColor",
705
+ "module": "src/_common/colors.ts"
706
+ }
707
+ },
708
+ {
709
+ "kind": "js",
710
+ "name": "defaultRapidLabelColor",
711
+ "declaration": {
712
+ "name": "defaultRapidLabelColor",
713
+ "module": "src/_common/colors.ts"
714
+ }
715
+ },
716
+ {
717
+ "kind": "js",
718
+ "name": "defaultRapidActiveBGColor",
719
+ "declaration": {
720
+ "name": "defaultRapidActiveBGColor",
721
+ "module": "src/_common/colors.ts"
722
+ }
723
+ },
724
+ {
725
+ "kind": "js",
726
+ "name": "defaultRapidBorderUnfocusedColor",
727
+ "declaration": {
728
+ "name": "defaultRapidBorderUnfocusedColor",
729
+ "module": "src/_common/colors.ts"
730
+ }
731
+ },
732
+ {
733
+ "kind": "js",
734
+ "name": "FastAppearanceValues",
735
+ "declaration": {
736
+ "name": "FastAppearanceValues",
737
+ "module": "src/_common/colors.ts"
738
+ }
739
+ },
740
+ {
741
+ "kind": "js",
742
+ "name": "ZeroAppearanceValues",
743
+ "declaration": {
744
+ "name": "ZeroAppearanceValues",
745
+ "module": "src/_common/colors.ts"
746
+ }
747
+ }
748
+ ]
749
+ },
750
+ {
751
+ "kind": "javascript-module",
752
+ "path": "src/_common/colors.util.ts",
753
+ "declarations": [],
754
+ "exports": []
755
+ },
756
+ {
757
+ "kind": "javascript-module",
758
+ "path": "src/_common/index.ts",
759
+ "declarations": [],
760
+ "exports": [
761
+ {
762
+ "kind": "js",
763
+ "name": "*",
764
+ "declaration": {
765
+ "name": "*",
766
+ "package": "./colors"
767
+ }
768
+ },
769
+ {
770
+ "kind": "js",
771
+ "name": "*",
772
+ "declaration": {
773
+ "name": "*",
774
+ "package": "./colors.hex"
775
+ }
776
+ },
777
+ {
778
+ "kind": "js",
779
+ "name": "*",
780
+ "declaration": {
781
+ "name": "*",
782
+ "package": "./colors.util"
783
+ }
784
+ }
785
+ ]
786
+ },
787
+ {
788
+ "kind": "javascript-module",
789
+ "path": "src/_config/index.ts",
790
+ "declarations": [],
791
+ "exports": [
792
+ {
793
+ "kind": "js",
794
+ "name": "*",
795
+ "declaration": {
796
+ "name": "*",
797
+ "package": "./styles"
798
+ }
799
+ },
800
+ {
801
+ "kind": "js",
802
+ "name": "*",
803
+ "declaration": {
804
+ "name": "*",
805
+ "package": "./tokens"
806
+ }
807
+ },
808
+ {
809
+ "kind": "js",
810
+ "name": "*",
811
+ "declaration": {
812
+ "name": "*",
813
+ "package": "./values"
814
+ }
815
+ }
816
+ ]
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
+ },
648
1006
  {
649
1007
  "kind": "javascript-module",
650
1008
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -793,37 +1151,6 @@
793
1151
  }
794
1152
  ]
795
1153
  },
796
- {
797
- "kind": "javascript-module",
798
- "path": "src/_config/index.ts",
799
- "declarations": [],
800
- "exports": [
801
- {
802
- "kind": "js",
803
- "name": "*",
804
- "declaration": {
805
- "name": "*",
806
- "package": "./styles"
807
- }
808
- },
809
- {
810
- "kind": "js",
811
- "name": "*",
812
- "declaration": {
813
- "name": "*",
814
- "package": "./tokens"
815
- }
816
- },
817
- {
818
- "kind": "js",
819
- "name": "*",
820
- "declaration": {
821
- "name": "*",
822
- "package": "./values"
823
- }
824
- }
825
- ]
826
- },
827
1154
  {
828
1155
  "kind": "javascript-module",
829
1156
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1004,258 +1331,78 @@
1004
1331
  "kind": "method",
1005
1332
  "name": "stylesChanged",
1006
1333
  "privacy": "protected",
1007
- "return": {
1008
- "type": {
1009
- "text": "void"
1010
- }
1011
- },
1012
- "inheritedFrom": {
1013
- "name": "FoundationElement",
1014
- "module": "src/foundation-element/foundation-element.ts"
1015
- }
1016
- },
1017
- {
1018
- "kind": "method",
1019
- "name": "compose",
1020
- "privacy": "public",
1021
- "static": true,
1022
- "return": {
1023
- "type": {
1024
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1025
- }
1026
- },
1027
- "parameters": [
1028
- {
1029
- "name": "this",
1030
- "type": {
1031
- "text": "K"
1032
- }
1033
- },
1034
- {
1035
- "name": "elementDefinition",
1036
- "type": {
1037
- "text": "T"
1038
- },
1039
- "description": "The definition of the element to create the registry\nfunction for."
1040
- }
1041
- ],
1042
- "description": "Defines an element registry function with a set of element definition defaults.",
1043
- "inheritedFrom": {
1044
- "name": "FoundationElement",
1045
- "module": "src/foundation-element/foundation-element.ts"
1046
- }
1047
- }
1048
- ]
1049
- },
1050
- {
1051
- "kind": "variable",
1052
- "name": "zeroActionsMenu",
1053
- "description": "The Zero Actions Menu",
1054
- "privacy": "public"
1055
- }
1056
- ],
1057
- "exports": [
1058
- {
1059
- "kind": "js",
1060
- "name": "ActionsMenu",
1061
- "declaration": {
1062
- "name": "ActionsMenu",
1063
- "module": "src/actions-menu/actions-menu.ts"
1064
- }
1065
- },
1066
- {
1067
- "kind": "js",
1068
- "name": "zeroActionsMenu",
1069
- "declaration": {
1070
- "name": "zeroActionsMenu",
1071
- "module": "src/actions-menu/actions-menu.ts"
1072
- }
1073
- }
1074
- ]
1075
- },
1076
- {
1077
- "kind": "javascript-module",
1078
- "path": "src/actions-menu/index.ts",
1079
- "declarations": [],
1080
- "exports": [
1081
- {
1082
- "kind": "js",
1083
- "name": "*",
1084
- "declaration": {
1085
- "name": "*",
1086
- "package": "./actions-menu"
1087
- }
1088
- },
1089
- {
1090
- "kind": "js",
1091
- "name": "*",
1092
- "declaration": {
1093
- "name": "*",
1094
- "package": "./actions-menu.styles"
1095
- }
1096
- }
1097
- ]
1098
- },
1099
- {
1100
- "kind": "javascript-module",
1101
- "path": "src/accordion/accordion.stories.ts",
1102
- "declarations": [
1103
- {
1104
- "kind": "variable",
1105
- "name": "meta",
1106
- "type": {
1107
- "text": "Meta"
1108
- },
1109
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1110
- },
1111
- {
1112
- "kind": "variable",
1113
- "name": "Primary",
1114
- "type": {
1115
- "text": "StoryObj"
1116
- },
1117
- "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}"
1118
- }
1119
- ],
1120
- "exports": [
1121
- {
1122
- "kind": "js",
1123
- "name": "default",
1124
- "declaration": {
1125
- "name": "meta",
1126
- "module": "src/accordion/accordion.stories.ts"
1127
- }
1128
- },
1129
- {
1130
- "kind": "js",
1131
- "name": "Primary",
1132
- "declaration": {
1133
- "name": "Primary",
1134
- "module": "src/accordion/accordion.stories.ts"
1135
- }
1136
- }
1137
- ]
1138
- },
1139
- {
1140
- "kind": "javascript-module",
1141
- "path": "src/accordion/accordion.styles.ts",
1142
- "declarations": [
1143
- {
1144
- "kind": "function",
1145
- "name": "zeroAccordionStyles",
1146
- "return": {
1147
- "type": {
1148
- "text": "ElementStyles"
1149
- }
1150
- },
1151
- "parameters": [
1152
- {
1153
- "name": "context",
1154
- "type": {
1155
- "text": "ElementDefinitionContext"
1156
- }
1157
- },
1158
- {
1159
- "name": "definition",
1160
- "type": {
1161
- "text": "FoundationElementDefinition"
1162
- }
1163
- }
1164
- ]
1165
- }
1166
- ],
1167
- "exports": [
1168
- {
1169
- "kind": "js",
1170
- "name": "zeroAccordionStyles",
1171
- "declaration": {
1172
- "name": "zeroAccordionStyles",
1173
- "module": "src/accordion/accordion.styles.ts"
1174
- }
1175
- }
1176
- ]
1177
- },
1178
- {
1179
- "kind": "javascript-module",
1180
- "path": "src/accordion/accordion.template.ts",
1181
- "declarations": [
1182
- {
1183
- "kind": "function",
1184
- "name": "zeroAccordionTemplate",
1185
- "return": {
1186
- "type": {
1187
- "text": "ViewTemplate<Accordion>"
1188
- }
1189
- },
1190
- "parameters": [
1191
- {
1192
- "name": "context",
1193
- "type": {
1194
- "text": "ElementDefinitionContext"
1334
+ "return": {
1335
+ "type": {
1336
+ "text": "void"
1337
+ }
1338
+ },
1339
+ "inheritedFrom": {
1340
+ "name": "FoundationElement",
1341
+ "module": "src/foundation-element/foundation-element.ts"
1195
1342
  }
1196
1343
  },
1197
1344
  {
1198
- "name": "definition",
1199
- "type": {
1200
- "text": "FoundationElementDefinition"
1345
+ "kind": "method",
1346
+ "name": "compose",
1347
+ "privacy": "public",
1348
+ "static": true,
1349
+ "return": {
1350
+ "type": {
1351
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1352
+ }
1353
+ },
1354
+ "parameters": [
1355
+ {
1356
+ "name": "this",
1357
+ "type": {
1358
+ "text": "K"
1359
+ }
1360
+ },
1361
+ {
1362
+ "name": "elementDefinition",
1363
+ "type": {
1364
+ "text": "T"
1365
+ },
1366
+ "description": "The definition of the element to create the registry\nfunction for."
1367
+ }
1368
+ ],
1369
+ "description": "Defines an element registry function with a set of element definition defaults.",
1370
+ "inheritedFrom": {
1371
+ "name": "FoundationElement",
1372
+ "module": "src/foundation-element/foundation-element.ts"
1201
1373
  }
1202
1374
  }
1203
1375
  ]
1204
- }
1205
- ],
1206
- "exports": [
1207
- {
1208
- "kind": "js",
1209
- "name": "zeroAccordionTemplate",
1210
- "declaration": {
1211
- "name": "zeroAccordionTemplate",
1212
- "module": "src/accordion/accordion.template.ts"
1213
- }
1214
- }
1215
- ]
1216
- },
1217
- {
1218
- "kind": "javascript-module",
1219
- "path": "src/accordion/accordion.ts",
1220
- "declarations": [
1221
- {
1222
- "kind": "class",
1223
- "description": "",
1224
- "name": "Accordion",
1225
- "superclass": {
1226
- "name": "FoundationAccordion",
1227
- "package": "@genesislcap/foundation-ui"
1228
- },
1229
- "tagName": "%%prefix%%-card",
1230
- "customElement": true
1231
1376
  },
1232
1377
  {
1233
1378
  "kind": "variable",
1234
- "name": "zeroAccordion"
1379
+ "name": "zeroActionsMenu",
1380
+ "description": "The Zero Actions Menu",
1381
+ "privacy": "public"
1235
1382
  }
1236
1383
  ],
1237
1384
  "exports": [
1238
1385
  {
1239
1386
  "kind": "js",
1240
- "name": "Accordion",
1387
+ "name": "ActionsMenu",
1241
1388
  "declaration": {
1242
- "name": "Accordion",
1243
- "module": "src/accordion/accordion.ts"
1389
+ "name": "ActionsMenu",
1390
+ "module": "src/actions-menu/actions-menu.ts"
1244
1391
  }
1245
1392
  },
1246
1393
  {
1247
1394
  "kind": "js",
1248
- "name": "zeroAccordion",
1395
+ "name": "zeroActionsMenu",
1249
1396
  "declaration": {
1250
- "name": "zeroAccordion",
1251
- "module": "src/accordion/accordion.ts"
1397
+ "name": "zeroActionsMenu",
1398
+ "module": "src/actions-menu/actions-menu.ts"
1252
1399
  }
1253
1400
  }
1254
1401
  ]
1255
1402
  },
1256
1403
  {
1257
1404
  "kind": "javascript-module",
1258
- "path": "src/accordion/index.ts",
1405
+ "path": "src/actions-menu/index.ts",
1259
1406
  "declarations": [],
1260
1407
  "exports": [
1261
1408
  {
@@ -1263,15 +1410,7 @@
1263
1410
  "name": "*",
1264
1411
  "declaration": {
1265
1412
  "name": "*",
1266
- "package": "./accordion"
1267
- }
1268
- },
1269
- {
1270
- "kind": "js",
1271
- "name": "*",
1272
- "declaration": {
1273
- "name": "*",
1274
- "package": "./accordion.styles"
1413
+ "package": "./actions-menu"
1275
1414
  }
1276
1415
  },
1277
1416
  {
@@ -1279,7 +1418,7 @@
1279
1418
  "name": "*",
1280
1419
  "declaration": {
1281
1420
  "name": "*",
1282
- "package": "./accordion.template"
1421
+ "package": "./actions-menu.styles"
1283
1422
  }
1284
1423
  }
1285
1424
  ]
@@ -1472,145 +1611,6 @@
1472
1611
  }
1473
1612
  ]
1474
1613
  },
1475
- {
1476
- "kind": "javascript-module",
1477
- "path": "src/_common/colors.hex.ts",
1478
- "declarations": [],
1479
- "exports": []
1480
- },
1481
- {
1482
- "kind": "javascript-module",
1483
- "path": "src/_common/colors.ts",
1484
- "declarations": [
1485
- {
1486
- "kind": "variable",
1487
- "name": "defaultRapidTextColor"
1488
- },
1489
- {
1490
- "kind": "variable",
1491
- "name": "defaultRapidBGColor"
1492
- },
1493
- {
1494
- "kind": "variable",
1495
- "name": "defaultRapidLabelColor"
1496
- },
1497
- {
1498
- "kind": "variable",
1499
- "name": "defaultRapidActiveBGColor"
1500
- },
1501
- {
1502
- "kind": "variable",
1503
- "name": "defaultRapidBorderUnfocusedColor"
1504
- },
1505
- {
1506
- "kind": "variable",
1507
- "name": "FastAppearanceValues",
1508
- "type": {
1509
- "text": "array"
1510
- },
1511
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
1512
- },
1513
- {
1514
- "kind": "variable",
1515
- "name": "ZeroAppearanceValues"
1516
- }
1517
- ],
1518
- "exports": [
1519
- {
1520
- "kind": "js",
1521
- "name": "defaultRapidTextColor",
1522
- "declaration": {
1523
- "name": "defaultRapidTextColor",
1524
- "module": "src/_common/colors.ts"
1525
- }
1526
- },
1527
- {
1528
- "kind": "js",
1529
- "name": "defaultRapidBGColor",
1530
- "declaration": {
1531
- "name": "defaultRapidBGColor",
1532
- "module": "src/_common/colors.ts"
1533
- }
1534
- },
1535
- {
1536
- "kind": "js",
1537
- "name": "defaultRapidLabelColor",
1538
- "declaration": {
1539
- "name": "defaultRapidLabelColor",
1540
- "module": "src/_common/colors.ts"
1541
- }
1542
- },
1543
- {
1544
- "kind": "js",
1545
- "name": "defaultRapidActiveBGColor",
1546
- "declaration": {
1547
- "name": "defaultRapidActiveBGColor",
1548
- "module": "src/_common/colors.ts"
1549
- }
1550
- },
1551
- {
1552
- "kind": "js",
1553
- "name": "defaultRapidBorderUnfocusedColor",
1554
- "declaration": {
1555
- "name": "defaultRapidBorderUnfocusedColor",
1556
- "module": "src/_common/colors.ts"
1557
- }
1558
- },
1559
- {
1560
- "kind": "js",
1561
- "name": "FastAppearanceValues",
1562
- "declaration": {
1563
- "name": "FastAppearanceValues",
1564
- "module": "src/_common/colors.ts"
1565
- }
1566
- },
1567
- {
1568
- "kind": "js",
1569
- "name": "ZeroAppearanceValues",
1570
- "declaration": {
1571
- "name": "ZeroAppearanceValues",
1572
- "module": "src/_common/colors.ts"
1573
- }
1574
- }
1575
- ]
1576
- },
1577
- {
1578
- "kind": "javascript-module",
1579
- "path": "src/_common/colors.util.ts",
1580
- "declarations": [],
1581
- "exports": []
1582
- },
1583
- {
1584
- "kind": "javascript-module",
1585
- "path": "src/_common/index.ts",
1586
- "declarations": [],
1587
- "exports": [
1588
- {
1589
- "kind": "js",
1590
- "name": "*",
1591
- "declaration": {
1592
- "name": "*",
1593
- "package": "./colors"
1594
- }
1595
- },
1596
- {
1597
- "kind": "js",
1598
- "name": "*",
1599
- "declaration": {
1600
- "name": "*",
1601
- "package": "./colors.hex"
1602
- }
1603
- },
1604
- {
1605
- "kind": "js",
1606
- "name": "*",
1607
- "declaration": {
1608
- "name": "*",
1609
- "package": "./colors.util"
1610
- }
1611
- }
1612
- ]
1613
- },
1614
1614
  {
1615
1615
  "kind": "javascript-module",
1616
1616
  "path": "src/anchored-region/anchored-region.stories.ts",
@@ -7938,6 +7938,27 @@
7938
7938
  }
7939
7939
  ]
7940
7940
  },
7941
+ {
7942
+ "kind": "javascript-module",
7943
+ "path": "src/flyout/flyout.template.ts",
7944
+ "declarations": [
7945
+ {
7946
+ "kind": "variable",
7947
+ "name": "zeroFlyoutTemplate",
7948
+ "default": "html<Flyout>`\n ${getPrefixedFlyout('zero')}\n`"
7949
+ }
7950
+ ],
7951
+ "exports": [
7952
+ {
7953
+ "kind": "js",
7954
+ "name": "zeroFlyoutTemplate",
7955
+ "declaration": {
7956
+ "name": "zeroFlyoutTemplate",
7957
+ "module": "src/flyout/flyout.template.ts"
7958
+ }
7959
+ }
7960
+ ]
7961
+ },
7941
7962
  {
7942
7963
  "kind": "javascript-module",
7943
7964
  "path": "src/flyout/flyout.ts",
@@ -8141,10 +8162,10 @@
8141
8162
  },
8142
8163
  {
8143
8164
  "kind": "js",
8144
- "name": "zeroFlyoutTemplate",
8165
+ "name": "*",
8145
8166
  "declaration": {
8146
- "name": "foundationFlyoutTemplate",
8147
- "package": "@genesislcap/foundation-ui"
8167
+ "name": "*",
8168
+ "package": "./flyout.template"
8148
8169
  }
8149
8170
  }
8150
8171
  ]
@@ -136,12 +136,12 @@ export declare const baseComponents: {
136
136
  baseName: string;
137
137
  shadowOptions: ShadowRootInit;
138
138
  styles: import("@microsoft/fast-element").ElementStyles;
139
- template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Flyout, any>;
139
+ template: import("@microsoft/fast-element").ViewTemplate<import("./flyout").Flyout, any>;
140
140
  }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
141
141
  baseName: string;
142
142
  shadowOptions: ShadowRootInit;
143
143
  styles: import("@microsoft/fast-element").ElementStyles;
144
- template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Flyout, any>;
144
+ template: import("@microsoft/fast-element").ViewTemplate<import("./flyout").Flyout, any>;
145
145
  }, typeof import("./flyout").Flyout>;
146
146
  zeroGridLayout: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
147
147
  baseName: string;
@@ -17,11 +17,11 @@ export declare const zeroFlyout: (overrideDefinition?: import("@microsoft/fast-f
17
17
  baseName: string;
18
18
  shadowOptions: ShadowRootInit;
19
19
  styles: import("@microsoft/fast-element").ElementStyles;
20
- template: import("@microsoft/fast-element").ViewTemplate<FoundationFlyout, any>;
20
+ template: import("@microsoft/fast-element").ViewTemplate<Flyout, any>;
21
21
  }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
22
22
  baseName: string;
23
23
  shadowOptions: ShadowRootInit;
24
24
  styles: import("@microsoft/fast-element").ElementStyles;
25
- template: import("@microsoft/fast-element").ViewTemplate<FoundationFlyout, any>;
25
+ template: import("@microsoft/fast-element").ViewTemplate<Flyout, any>;
26
26
  }, typeof Flyout>;
27
27
  //# sourceMappingURL=flyout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"flyout.d.ts","sourceRoot":"","sources":["../../../src/flyout/flyout.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,IAAI,gBAAgB,EAG3B,MAAM,4BAA4B,CAAC;AAGpC,eAAO,MAAM,mBAAmB,IAAmB,CAAC;AAEpD,eAAO,MAAM,uBAAuB,gBAAgC,CAAC;AAErE;;GAEG;AACH,qBAAa,MAAO,SAAQ,gBAAgB;CAAG;AAE/C;;;;;;GAMG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;iBAMrB,CAAC"}
1
+ {"version":3,"file":"flyout.d.ts","sourceRoot":"","sources":["../../../src/flyout/flyout.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,IAAI,gBAAgB,EAE3B,MAAM,4BAA4B,CAAC;AAIpC,eAAO,MAAM,mBAAmB,IAAmB,CAAC;AAEpD,eAAO,MAAM,uBAAuB,gBAAgC,CAAC;AAErE;;GAEG;AACH,qBAAa,MAAO,SAAQ,gBAAgB;CAAG;AAE/C;;;;;;GAMG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;iBAMrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Flyout } from './flyout';
2
+ export declare const zeroFlyoutTemplate: import("@microsoft/fast-element").ViewTemplate<Flyout, any>;
3
+ //# sourceMappingURL=flyout.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flyout.template.d.ts","sourceRoot":"","sources":["../../../src/flyout/flyout.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,eAAO,MAAM,kBAAkB,6DAE9B,CAAC"}
@@ -1,4 +1,4 @@
1
1
  export * from './flyout';
2
2
  export * from './flyout.styles';
3
- export { foundationFlyoutTemplate as zeroFlyoutTemplate } from '@genesislcap/foundation-ui';
3
+ export * from './flyout.template';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/flyout/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,wBAAwB,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/flyout/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
@@ -1,5 +1,6 @@
1
- import { defaultFlyoutConfig as foundationConfig, Flyout as FoundationFlyout, foundationFlyoutShadowOptions, foundationFlyoutTemplate as zeroFlyoutTemplate, } from '@genesislcap/foundation-ui';
1
+ import { defaultFlyoutConfig as foundationConfig, Flyout as FoundationFlyout, foundationFlyoutShadowOptions, } from '@genesislcap/foundation-ui';
2
2
  import { zeroFlyoutStyles } from './flyout.styles';
3
+ import { zeroFlyoutTemplate as template } from './flyout.template';
3
4
  export const defaultFlyoutConfig = foundationConfig;
4
5
  export const zeroFlyoutShadowOptions = foundationFlyoutShadowOptions;
5
6
  /**
@@ -14,4 +15,4 @@ export class Flyout extends FoundationFlyout {
14
15
  * @remarks
15
16
  * HTML Element: \<zero-flyout\>
16
17
  */
17
- export const zeroFlyout = Flyout.compose(Object.assign({ baseName: 'flyout', shadowOptions: zeroFlyoutShadowOptions, styles: zeroFlyoutStyles, template: zeroFlyoutTemplate }, defaultFlyoutConfig));
18
+ export const zeroFlyout = Flyout.compose(Object.assign({ baseName: 'flyout', shadowOptions: zeroFlyoutShadowOptions, styles: zeroFlyoutStyles, template }, defaultFlyoutConfig));
@@ -0,0 +1,5 @@
1
+ import { getPrefixedFlyout } from '@genesislcap/foundation-ui';
2
+ import { html } from '@microsoft/fast-element';
3
+ export const zeroFlyoutTemplate = html `
4
+ ${getPrefixedFlyout('zero')}
5
+ `;
@@ -1,3 +1,3 @@
1
1
  export * from './flyout';
2
2
  export * from './flyout.styles';
3
- export { foundationFlyoutTemplate as zeroFlyoutTemplate } from '@genesislcap/foundation-ui';
3
+ export * from './flyout.template';
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.83.4-alpha-7f87e78.0",
4
+ "version": "14.83.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -65,7 +65,7 @@
65
65
  "storybook": "storybook dev -p 6006"
66
66
  },
67
67
  "devDependencies": {
68
- "@genesislcap/genx": "14.83.4-alpha-7f87e78.0",
68
+ "@genesislcap/genx": "14.83.5",
69
69
  "@storybook/addon-essentials": "^7.1.0",
70
70
  "@storybook/addon-links": "^7.1.0",
71
71
  "@storybook/addons": "^7.1.0",
@@ -78,10 +78,10 @@
78
78
  "storybook": "^7.1.0"
79
79
  },
80
80
  "dependencies": {
81
- "@genesislcap/foundation-comms": "14.83.4-alpha-7f87e78.0",
82
- "@genesislcap/foundation-logger": "14.83.4-alpha-7f87e78.0",
83
- "@genesislcap/foundation-ui": "14.83.4-alpha-7f87e78.0",
84
- "@genesislcap/foundation-utils": "14.83.4-alpha-7f87e78.0",
81
+ "@genesislcap/foundation-comms": "14.83.5",
82
+ "@genesislcap/foundation-logger": "14.83.5",
83
+ "@genesislcap/foundation-ui": "14.83.5",
84
+ "@genesislcap/foundation-utils": "14.83.5",
85
85
  "@microsoft/fast-colors": "^5.1.4",
86
86
  "@microsoft/fast-components": "^2.21.3",
87
87
  "@microsoft/fast-element": "^1.7.0",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "customElements": "dist/custom-elements.json",
101
- "gitHead": "4ca2b9cbc3b519f5d64ad80e3b7b85362066f12a"
101
+ "gitHead": "bf0fd995b40f8c4437fa26aa7e66deec457a8b00"
102
102
  }