@genesislcap/foundation-zero 14.71.1-auth-mf.9 → 14.71.1-auth-mf.11

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.
@@ -786,38 +786,7 @@
786
786
  },
787
787
  {
788
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",
789
+ "path": "src/actions-menu/actions-menu.stories.ts",
821
790
  "declarations": [
822
791
  {
823
792
  "kind": "variable",
@@ -825,15 +794,23 @@
825
794
  "type": {
826
795
  "text": "Meta"
827
796
  },
828
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
797
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
829
798
  },
830
799
  {
831
800
  "kind": "variable",
832
- "name": "Primary",
801
+ "name": "Horizontal",
833
802
  "type": {
834
803
  "text": "StoryObj"
835
804
  },
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}"
805
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
806
+ },
807
+ {
808
+ "kind": "variable",
809
+ "name": "Vertical",
810
+ "type": {
811
+ "text": "StoryObj"
812
+ },
813
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
837
814
  }
838
815
  ],
839
816
  "exports": [
@@ -842,26 +819,34 @@
842
819
  "name": "default",
843
820
  "declaration": {
844
821
  "name": "meta",
845
- "module": "src/accordion/accordion.stories.ts"
822
+ "module": "src/actions-menu/actions-menu.stories.ts"
846
823
  }
847
824
  },
848
825
  {
849
826
  "kind": "js",
850
- "name": "Primary",
827
+ "name": "Horizontal",
851
828
  "declaration": {
852
- "name": "Primary",
853
- "module": "src/accordion/accordion.stories.ts"
829
+ "name": "Horizontal",
830
+ "module": "src/actions-menu/actions-menu.stories.ts"
831
+ }
832
+ },
833
+ {
834
+ "kind": "js",
835
+ "name": "Vertical",
836
+ "declaration": {
837
+ "name": "Vertical",
838
+ "module": "src/actions-menu/actions-menu.stories.ts"
854
839
  }
855
840
  }
856
841
  ]
857
842
  },
858
843
  {
859
844
  "kind": "javascript-module",
860
- "path": "src/accordion/accordion.styles.ts",
845
+ "path": "src/actions-menu/actions-menu.styles.ts",
861
846
  "declarations": [
862
847
  {
863
848
  "kind": "function",
864
- "name": "zeroAccordionStyles",
849
+ "name": "zeroActionsMenuStyles",
865
850
  "return": {
866
851
  "type": {
867
852
  "text": "ElementStyles"
@@ -886,95 +871,194 @@
886
871
  "exports": [
887
872
  {
888
873
  "kind": "js",
889
- "name": "zeroAccordionStyles",
874
+ "name": "zeroActionsMenuStyles",
890
875
  "declaration": {
891
- "name": "zeroAccordionStyles",
892
- "module": "src/accordion/accordion.styles.ts"
876
+ "name": "zeroActionsMenuStyles",
877
+ "module": "src/actions-menu/actions-menu.styles.ts"
893
878
  }
894
879
  }
895
880
  ]
896
881
  },
897
882
  {
898
883
  "kind": "javascript-module",
899
- "path": "src/accordion/accordion.template.ts",
884
+ "path": "src/actions-menu/actions-menu.ts",
900
885
  "declarations": [
901
886
  {
902
- "kind": "function",
903
- "name": "zeroAccordionTemplate",
904
- "return": {
905
- "type": {
906
- "text": "ViewTemplate<Accordion>"
907
- }
887
+ "kind": "class",
888
+ "description": "",
889
+ "name": "ActionsMenu",
890
+ "superclass": {
891
+ "name": "FoundationActionsMenu",
892
+ "package": "@genesislcap/foundation-ui"
908
893
  },
909
- "parameters": [
894
+ "tagName": "%%prefix%%-actions-menu",
895
+ "customElement": true,
896
+ "members": [
910
897
  {
911
- "name": "context",
898
+ "kind": "field",
899
+ "name": "_presentation",
912
900
  "type": {
913
- "text": "ElementDefinitionContext"
901
+ "text": "ComponentPresentation | null | undefined"
902
+ },
903
+ "privacy": "private",
904
+ "default": "void 0",
905
+ "inheritedFrom": {
906
+ "name": "FoundationElement",
907
+ "module": "src/foundation-element/foundation-element.ts"
914
908
  }
915
909
  },
916
910
  {
917
- "name": "definition",
911
+ "kind": "field",
912
+ "name": "$presentation",
918
913
  "type": {
919
- "text": "FoundationElementDefinition"
914
+ "text": "ComponentPresentation | null"
915
+ },
916
+ "privacy": "public",
917
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
918
+ "inheritedFrom": {
919
+ "name": "FoundationElement",
920
+ "module": "src/foundation-element/foundation-element.ts"
921
+ }
922
+ },
923
+ {
924
+ "kind": "field",
925
+ "name": "template",
926
+ "type": {
927
+ "text": "ElementViewTemplate | void | null"
928
+ },
929
+ "privacy": "public",
930
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
931
+ "inheritedFrom": {
932
+ "name": "FoundationElement",
933
+ "module": "src/foundation-element/foundation-element.ts"
934
+ }
935
+ },
936
+ {
937
+ "kind": "method",
938
+ "name": "templateChanged",
939
+ "privacy": "protected",
940
+ "return": {
941
+ "type": {
942
+ "text": "void"
943
+ }
944
+ },
945
+ "inheritedFrom": {
946
+ "name": "FoundationElement",
947
+ "module": "src/foundation-element/foundation-element.ts"
948
+ }
949
+ },
950
+ {
951
+ "kind": "field",
952
+ "name": "styles",
953
+ "type": {
954
+ "text": "ElementStyles | void | null"
955
+ },
956
+ "privacy": "public",
957
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
958
+ "inheritedFrom": {
959
+ "name": "FoundationElement",
960
+ "module": "src/foundation-element/foundation-element.ts"
961
+ }
962
+ },
963
+ {
964
+ "kind": "method",
965
+ "name": "stylesChanged",
966
+ "privacy": "protected",
967
+ "return": {
968
+ "type": {
969
+ "text": "void"
970
+ }
971
+ },
972
+ "inheritedFrom": {
973
+ "name": "FoundationElement",
974
+ "module": "src/foundation-element/foundation-element.ts"
975
+ }
976
+ },
977
+ {
978
+ "kind": "method",
979
+ "name": "compose",
980
+ "privacy": "public",
981
+ "static": true,
982
+ "return": {
983
+ "type": {
984
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
985
+ }
986
+ },
987
+ "parameters": [
988
+ {
989
+ "name": "this",
990
+ "type": {
991
+ "text": "K"
992
+ }
993
+ },
994
+ {
995
+ "name": "elementDefinition",
996
+ "type": {
997
+ "text": "T"
998
+ },
999
+ "description": "The definition of the element to create the registry\nfunction for."
1000
+ }
1001
+ ],
1002
+ "description": "Defines an element registry function with a set of element definition defaults.",
1003
+ "inheritedFrom": {
1004
+ "name": "FoundationElement",
1005
+ "module": "src/foundation-element/foundation-element.ts"
920
1006
  }
921
1007
  }
922
1008
  ]
1009
+ },
1010
+ {
1011
+ "kind": "variable",
1012
+ "name": "zeroActionsMenu",
1013
+ "description": "The Zero Actions Menu",
1014
+ "privacy": "public"
923
1015
  }
924
1016
  ],
925
1017
  "exports": [
926
1018
  {
927
1019
  "kind": "js",
928
- "name": "zeroAccordionTemplate",
1020
+ "name": "ActionsMenu",
929
1021
  "declaration": {
930
- "name": "zeroAccordionTemplate",
931
- "module": "src/accordion/accordion.template.ts"
1022
+ "name": "ActionsMenu",
1023
+ "module": "src/actions-menu/actions-menu.ts"
1024
+ }
1025
+ },
1026
+ {
1027
+ "kind": "js",
1028
+ "name": "zeroActionsMenu",
1029
+ "declaration": {
1030
+ "name": "zeroActionsMenu",
1031
+ "module": "src/actions-menu/actions-menu.ts"
932
1032
  }
933
1033
  }
934
1034
  ]
935
1035
  },
936
1036
  {
937
1037
  "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
- ],
1038
+ "path": "src/actions-menu/index.ts",
1039
+ "declarations": [],
956
1040
  "exports": [
957
1041
  {
958
1042
  "kind": "js",
959
- "name": "Accordion",
1043
+ "name": "*",
960
1044
  "declaration": {
961
- "name": "Accordion",
962
- "module": "src/accordion/accordion.ts"
1045
+ "name": "*",
1046
+ "package": "./actions-menu"
963
1047
  }
964
1048
  },
965
1049
  {
966
1050
  "kind": "js",
967
- "name": "zeroAccordion",
1051
+ "name": "*",
968
1052
  "declaration": {
969
- "name": "zeroAccordion",
970
- "module": "src/accordion/accordion.ts"
1053
+ "name": "*",
1054
+ "package": "./actions-menu.styles"
971
1055
  }
972
1056
  }
973
1057
  ]
974
1058
  },
975
1059
  {
976
1060
  "kind": "javascript-module",
977
- "path": "src/accordion/index.ts",
1061
+ "path": "src/_config/index.ts",
978
1062
  "declarations": [],
979
1063
  "exports": [
980
1064
  {
@@ -982,7 +1066,7 @@
982
1066
  "name": "*",
983
1067
  "declaration": {
984
1068
  "name": "*",
985
- "package": "./accordion"
1069
+ "package": "./styles"
986
1070
  }
987
1071
  },
988
1072
  {
@@ -990,7 +1074,7 @@
990
1074
  "name": "*",
991
1075
  "declaration": {
992
1076
  "name": "*",
993
- "package": "./accordion.styles"
1077
+ "package": "./tokens"
994
1078
  }
995
1079
  },
996
1080
  {
@@ -998,18 +1082,58 @@
998
1082
  "name": "*",
999
1083
  "declaration": {
1000
1084
  "name": "*",
1001
- "package": "./accordion.template"
1085
+ "package": "./values"
1002
1086
  }
1003
1087
  }
1004
1088
  ]
1005
1089
  },
1006
1090
  {
1007
1091
  "kind": "javascript-module",
1008
- "path": "src/accordion-item/accordion-item.styles.ts",
1092
+ "path": "src/accordion/accordion.stories.ts",
1093
+ "declarations": [
1094
+ {
1095
+ "kind": "variable",
1096
+ "name": "meta",
1097
+ "type": {
1098
+ "text": "Meta"
1099
+ },
1100
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1101
+ },
1102
+ {
1103
+ "kind": "variable",
1104
+ "name": "Primary",
1105
+ "type": {
1106
+ "text": "StoryObj"
1107
+ },
1108
+ "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}"
1109
+ }
1110
+ ],
1111
+ "exports": [
1112
+ {
1113
+ "kind": "js",
1114
+ "name": "default",
1115
+ "declaration": {
1116
+ "name": "meta",
1117
+ "module": "src/accordion/accordion.stories.ts"
1118
+ }
1119
+ },
1120
+ {
1121
+ "kind": "js",
1122
+ "name": "Primary",
1123
+ "declaration": {
1124
+ "name": "Primary",
1125
+ "module": "src/accordion/accordion.stories.ts"
1126
+ }
1127
+ }
1128
+ ]
1129
+ },
1130
+ {
1131
+ "kind": "javascript-module",
1132
+ "path": "src/accordion/accordion.styles.ts",
1009
1133
  "declarations": [
1010
1134
  {
1011
1135
  "kind": "function",
1012
- "name": "zeroAccordionItemStyles",
1136
+ "name": "zeroAccordionStyles",
1013
1137
  "return": {
1014
1138
  "type": {
1015
1139
  "text": "ElementStyles"
@@ -1034,24 +1158,24 @@
1034
1158
  "exports": [
1035
1159
  {
1036
1160
  "kind": "js",
1037
- "name": "zeroAccordionItemStyles",
1161
+ "name": "zeroAccordionStyles",
1038
1162
  "declaration": {
1039
- "name": "zeroAccordionItemStyles",
1040
- "module": "src/accordion-item/accordion-item.styles.ts"
1163
+ "name": "zeroAccordionStyles",
1164
+ "module": "src/accordion/accordion.styles.ts"
1041
1165
  }
1042
1166
  }
1043
1167
  ]
1044
1168
  },
1045
1169
  {
1046
1170
  "kind": "javascript-module",
1047
- "path": "src/accordion-item/accordion-item.template.ts",
1171
+ "path": "src/accordion/accordion.template.ts",
1048
1172
  "declarations": [
1049
1173
  {
1050
1174
  "kind": "function",
1051
- "name": "zeroAccordionItemTemplate",
1175
+ "name": "zeroAccordionTemplate",
1052
1176
  "return": {
1053
1177
  "type": {
1054
- "text": "ViewTemplate<AccordionItem>"
1178
+ "text": "ViewTemplate<Accordion>"
1055
1179
  }
1056
1180
  },
1057
1181
  "parameters": [
@@ -1073,24 +1197,24 @@
1073
1197
  "exports": [
1074
1198
  {
1075
1199
  "kind": "js",
1076
- "name": "zeroAccordionItemTemplate",
1200
+ "name": "zeroAccordionTemplate",
1077
1201
  "declaration": {
1078
- "name": "zeroAccordionItemTemplate",
1079
- "module": "src/accordion-item/accordion-item.template.ts"
1202
+ "name": "zeroAccordionTemplate",
1203
+ "module": "src/accordion/accordion.template.ts"
1080
1204
  }
1081
1205
  }
1082
1206
  ]
1083
1207
  },
1084
1208
  {
1085
1209
  "kind": "javascript-module",
1086
- "path": "src/accordion-item/accordion-item.ts",
1210
+ "path": "src/accordion/accordion.ts",
1087
1211
  "declarations": [
1088
1212
  {
1089
1213
  "kind": "class",
1090
1214
  "description": "",
1091
- "name": "AccordionItem",
1215
+ "name": "Accordion",
1092
1216
  "superclass": {
1093
- "name": "FoundationAccordionItem",
1217
+ "name": "FoundationAccordion",
1094
1218
  "package": "@genesislcap/foundation-ui"
1095
1219
  },
1096
1220
  "tagName": "%%prefix%%-card",
@@ -1098,31 +1222,31 @@
1098
1222
  },
1099
1223
  {
1100
1224
  "kind": "variable",
1101
- "name": "zeroAccordionItem"
1225
+ "name": "zeroAccordion"
1102
1226
  }
1103
1227
  ],
1104
1228
  "exports": [
1105
1229
  {
1106
1230
  "kind": "js",
1107
- "name": "AccordionItem",
1231
+ "name": "Accordion",
1108
1232
  "declaration": {
1109
- "name": "AccordionItem",
1110
- "module": "src/accordion-item/accordion-item.ts"
1233
+ "name": "Accordion",
1234
+ "module": "src/accordion/accordion.ts"
1111
1235
  }
1112
1236
  },
1113
1237
  {
1114
1238
  "kind": "js",
1115
- "name": "zeroAccordionItem",
1239
+ "name": "zeroAccordion",
1116
1240
  "declaration": {
1117
- "name": "zeroAccordionItem",
1118
- "module": "src/accordion-item/accordion-item.ts"
1241
+ "name": "zeroAccordion",
1242
+ "module": "src/accordion/accordion.ts"
1119
1243
  }
1120
1244
  }
1121
1245
  ]
1122
1246
  },
1123
1247
  {
1124
1248
  "kind": "javascript-module",
1125
- "path": "src/accordion-item/index.ts",
1249
+ "path": "src/accordion/index.ts",
1126
1250
  "declarations": [],
1127
1251
  "exports": [
1128
1252
  {
@@ -1130,7 +1254,7 @@
1130
1254
  "name": "*",
1131
1255
  "declaration": {
1132
1256
  "name": "*",
1133
- "package": "./accordion-item"
1257
+ "package": "./accordion"
1134
1258
  }
1135
1259
  },
1136
1260
  {
@@ -1138,7 +1262,7 @@
1138
1262
  "name": "*",
1139
1263
  "declaration": {
1140
1264
  "name": "*",
1141
- "package": "./accordion-item.styles"
1265
+ "package": "./accordion.styles"
1142
1266
  }
1143
1267
  },
1144
1268
  {
@@ -1146,14 +1270,14 @@
1146
1270
  "name": "*",
1147
1271
  "declaration": {
1148
1272
  "name": "*",
1149
- "package": "./accordion-item.template"
1273
+ "package": "./accordion.template"
1150
1274
  }
1151
1275
  }
1152
1276
  ]
1153
1277
  },
1154
1278
  {
1155
1279
  "kind": "javascript-module",
1156
- "path": "src/actions-menu/actions-menu.stories.ts",
1280
+ "path": "src/anchored-region/anchored-region.stories.ts",
1157
1281
  "declarations": [
1158
1282
  {
1159
1283
  "kind": "variable",
@@ -1161,23 +1285,15 @@
1161
1285
  "type": {
1162
1286
  "text": "Meta"
1163
1287
  },
1164
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1165
- },
1166
- {
1167
- "kind": "variable",
1168
- "name": "Horizontal",
1169
- "type": {
1170
- "text": "StoryObj"
1171
- },
1172
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
1288
+ "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
1173
1289
  },
1174
1290
  {
1175
1291
  "kind": "variable",
1176
- "name": "Vertical",
1292
+ "name": "Default",
1177
1293
  "type": {
1178
1294
  "text": "StoryObj"
1179
1295
  },
1180
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
1296
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1181
1297
  }
1182
1298
  ],
1183
1299
  "exports": [
@@ -1186,34 +1302,26 @@
1186
1302
  "name": "default",
1187
1303
  "declaration": {
1188
1304
  "name": "meta",
1189
- "module": "src/actions-menu/actions-menu.stories.ts"
1190
- }
1191
- },
1192
- {
1193
- "kind": "js",
1194
- "name": "Horizontal",
1195
- "declaration": {
1196
- "name": "Horizontal",
1197
- "module": "src/actions-menu/actions-menu.stories.ts"
1305
+ "module": "src/anchored-region/anchored-region.stories.ts"
1198
1306
  }
1199
1307
  },
1200
1308
  {
1201
1309
  "kind": "js",
1202
- "name": "Vertical",
1310
+ "name": "Default",
1203
1311
  "declaration": {
1204
- "name": "Vertical",
1205
- "module": "src/actions-menu/actions-menu.stories.ts"
1312
+ "name": "Default",
1313
+ "module": "src/anchored-region/anchored-region.stories.ts"
1206
1314
  }
1207
1315
  }
1208
1316
  ]
1209
1317
  },
1210
1318
  {
1211
1319
  "kind": "javascript-module",
1212
- "path": "src/actions-menu/actions-menu.styles.ts",
1320
+ "path": "src/anchored-region/anchored-region.styles.ts",
1213
1321
  "declarations": [
1214
1322
  {
1215
1323
  "kind": "function",
1216
- "name": "zeroActionsMenuStyles",
1324
+ "name": "zeroAnchoredRegionStyles",
1217
1325
  "return": {
1218
1326
  "type": {
1219
1327
  "text": "ElementStyles"
@@ -1238,171 +1346,95 @@
1238
1346
  "exports": [
1239
1347
  {
1240
1348
  "kind": "js",
1241
- "name": "zeroActionsMenuStyles",
1349
+ "name": "zeroAnchoredRegionStyles",
1242
1350
  "declaration": {
1243
- "name": "zeroActionsMenuStyles",
1244
- "module": "src/actions-menu/actions-menu.styles.ts"
1351
+ "name": "zeroAnchoredRegionStyles",
1352
+ "module": "src/anchored-region/anchored-region.styles.ts"
1245
1353
  }
1246
1354
  }
1247
1355
  ]
1248
1356
  },
1249
1357
  {
1250
1358
  "kind": "javascript-module",
1251
- "path": "src/actions-menu/actions-menu.ts",
1359
+ "path": "src/anchored-region/anchored-region.template.ts",
1252
1360
  "declarations": [
1253
1361
  {
1254
- "kind": "class",
1255
- "description": "",
1256
- "name": "ActionsMenu",
1257
- "superclass": {
1258
- "name": "FoundationActionsMenu",
1259
- "package": "@genesislcap/foundation-ui"
1362
+ "kind": "function",
1363
+ "name": "zeroAnchoredRegionTemplate",
1364
+ "return": {
1365
+ "type": {
1366
+ "text": "ViewTemplate<AnchoredRegion>"
1367
+ }
1260
1368
  },
1261
- "tagName": "%%prefix%%-actions-menu",
1262
- "customElement": true,
1263
- "members": [
1264
- {
1265
- "kind": "field",
1266
- "name": "_presentation",
1267
- "type": {
1268
- "text": "ComponentPresentation | null | undefined"
1269
- },
1270
- "privacy": "private",
1271
- "default": "void 0",
1272
- "inheritedFrom": {
1273
- "name": "FoundationElement",
1274
- "module": "src/foundation-element/foundation-element.ts"
1275
- }
1276
- },
1277
- {
1278
- "kind": "field",
1279
- "name": "$presentation",
1280
- "type": {
1281
- "text": "ComponentPresentation | null"
1282
- },
1283
- "privacy": "public",
1284
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1285
- "inheritedFrom": {
1286
- "name": "FoundationElement",
1287
- "module": "src/foundation-element/foundation-element.ts"
1288
- }
1289
- },
1369
+ "parameters": [
1290
1370
  {
1291
- "kind": "field",
1292
- "name": "template",
1371
+ "name": "context",
1293
1372
  "type": {
1294
- "text": "ElementViewTemplate | void | null"
1295
- },
1296
- "privacy": "public",
1297
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1298
- "inheritedFrom": {
1299
- "name": "FoundationElement",
1300
- "module": "src/foundation-element/foundation-element.ts"
1301
- }
1302
- },
1303
- {
1304
- "kind": "method",
1305
- "name": "templateChanged",
1306
- "privacy": "protected",
1307
- "return": {
1308
- "type": {
1309
- "text": "void"
1310
- }
1311
- },
1312
- "inheritedFrom": {
1313
- "name": "FoundationElement",
1314
- "module": "src/foundation-element/foundation-element.ts"
1373
+ "text": "ElementDefinitionContext"
1315
1374
  }
1316
1375
  },
1317
1376
  {
1318
- "kind": "field",
1319
- "name": "styles",
1377
+ "name": "definition",
1320
1378
  "type": {
1321
- "text": "ElementStyles | void | null"
1322
- },
1323
- "privacy": "public",
1324
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1325
- "inheritedFrom": {
1326
- "name": "FoundationElement",
1327
- "module": "src/foundation-element/foundation-element.ts"
1328
- }
1329
- },
1330
- {
1331
- "kind": "method",
1332
- "name": "stylesChanged",
1333
- "privacy": "protected",
1334
- "return": {
1335
- "type": {
1336
- "text": "void"
1337
- }
1338
- },
1339
- "inheritedFrom": {
1340
- "name": "FoundationElement",
1341
- "module": "src/foundation-element/foundation-element.ts"
1342
- }
1343
- },
1344
- {
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"
1379
+ "text": "FoundationElementDefinition"
1373
1380
  }
1374
1381
  }
1375
1382
  ]
1383
+ }
1384
+ ],
1385
+ "exports": [
1386
+ {
1387
+ "kind": "js",
1388
+ "name": "zeroAnchoredRegionTemplate",
1389
+ "declaration": {
1390
+ "name": "zeroAnchoredRegionTemplate",
1391
+ "module": "src/anchored-region/anchored-region.template.ts"
1392
+ }
1393
+ }
1394
+ ]
1395
+ },
1396
+ {
1397
+ "kind": "javascript-module",
1398
+ "path": "src/anchored-region/anchored-region.ts",
1399
+ "declarations": [
1400
+ {
1401
+ "kind": "class",
1402
+ "description": "",
1403
+ "name": "AnchoredRegion",
1404
+ "superclass": {
1405
+ "name": "FoundationAnchoredRegion",
1406
+ "package": "@genesislcap/foundation-ui"
1407
+ },
1408
+ "tagName": "%%prefix%%-anchored-region",
1409
+ "customElement": true
1376
1410
  },
1377
1411
  {
1378
1412
  "kind": "variable",
1379
- "name": "zeroActionsMenu",
1380
- "description": "The Zero Actions Menu",
1381
- "privacy": "public"
1413
+ "name": "zeroAnchoredRegion"
1382
1414
  }
1383
1415
  ],
1384
1416
  "exports": [
1385
1417
  {
1386
1418
  "kind": "js",
1387
- "name": "ActionsMenu",
1419
+ "name": "AnchoredRegion",
1388
1420
  "declaration": {
1389
- "name": "ActionsMenu",
1390
- "module": "src/actions-menu/actions-menu.ts"
1421
+ "name": "AnchoredRegion",
1422
+ "module": "src/anchored-region/anchored-region.ts"
1391
1423
  }
1392
1424
  },
1393
1425
  {
1394
1426
  "kind": "js",
1395
- "name": "zeroActionsMenu",
1427
+ "name": "zeroAnchoredRegion",
1396
1428
  "declaration": {
1397
- "name": "zeroActionsMenu",
1398
- "module": "src/actions-menu/actions-menu.ts"
1429
+ "name": "zeroAnchoredRegion",
1430
+ "module": "src/anchored-region/anchored-region.ts"
1399
1431
  }
1400
1432
  }
1401
1433
  ]
1402
1434
  },
1403
1435
  {
1404
1436
  "kind": "javascript-module",
1405
- "path": "src/actions-menu/index.ts",
1437
+ "path": "src/anchored-region/index.ts",
1406
1438
  "declarations": [],
1407
1439
  "exports": [
1408
1440
  {
@@ -1410,7 +1442,7 @@
1410
1442
  "name": "*",
1411
1443
  "declaration": {
1412
1444
  "name": "*",
1413
- "package": "./actions-menu"
1445
+ "package": "./anchored-region"
1414
1446
  }
1415
1447
  },
1416
1448
  {
@@ -1418,7 +1450,15 @@
1418
1450
  "name": "*",
1419
1451
  "declaration": {
1420
1452
  "name": "*",
1421
- "package": "./actions-menu.styles"
1453
+ "package": "./anchored-region.styles"
1454
+ }
1455
+ },
1456
+ {
1457
+ "kind": "js",
1458
+ "name": "*",
1459
+ "declaration": {
1460
+ "name": "*",
1461
+ "package": "./anchored-region.template"
1422
1462
  }
1423
1463
  }
1424
1464
  ]
@@ -1589,75 +1629,35 @@
1589
1629
  "kind": "js",
1590
1630
  "name": "*",
1591
1631
  "declaration": {
1592
- "name": "*",
1593
- "package": "./anchor"
1594
- }
1595
- },
1596
- {
1597
- "kind": "js",
1598
- "name": "*",
1599
- "declaration": {
1600
- "name": "*",
1601
- "package": "./anchor.styles"
1602
- }
1603
- },
1604
- {
1605
- "kind": "js",
1606
- "name": "*",
1607
- "declaration": {
1608
- "name": "*",
1609
- "package": "./anchor.template"
1610
- }
1611
- }
1612
- ]
1613
- },
1614
- {
1615
- "kind": "javascript-module",
1616
- "path": "src/anchored-region/anchored-region.stories.ts",
1617
- "declarations": [
1618
- {
1619
- "kind": "variable",
1620
- "name": "meta",
1621
- "type": {
1622
- "text": "Meta"
1623
- },
1624
- "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
1625
- },
1626
- {
1627
- "kind": "variable",
1628
- "name": "Default",
1629
- "type": {
1630
- "text": "StoryObj"
1631
- },
1632
- "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1633
- }
1634
- ],
1635
- "exports": [
1632
+ "name": "*",
1633
+ "package": "./anchor"
1634
+ }
1635
+ },
1636
1636
  {
1637
1637
  "kind": "js",
1638
- "name": "default",
1638
+ "name": "*",
1639
1639
  "declaration": {
1640
- "name": "meta",
1641
- "module": "src/anchored-region/anchored-region.stories.ts"
1640
+ "name": "*",
1641
+ "package": "./anchor.styles"
1642
1642
  }
1643
1643
  },
1644
1644
  {
1645
1645
  "kind": "js",
1646
- "name": "Default",
1646
+ "name": "*",
1647
1647
  "declaration": {
1648
- "name": "Default",
1649
- "module": "src/anchored-region/anchored-region.stories.ts"
1648
+ "name": "*",
1649
+ "package": "./anchor.template"
1650
1650
  }
1651
1651
  }
1652
1652
  ]
1653
1653
  },
1654
1654
  {
1655
1655
  "kind": "javascript-module",
1656
- "path": "src/anchored-region/anchored-region.styles.ts",
1656
+ "path": "src/accordion-item/accordion-item.styles.ts",
1657
1657
  "declarations": [
1658
1658
  {
1659
1659
  "kind": "function",
1660
- "name": "zeroAnchoredRegionStyles",
1660
+ "name": "zeroAccordionItemStyles",
1661
1661
  "return": {
1662
1662
  "type": {
1663
1663
  "text": "ElementStyles"
@@ -1682,24 +1682,24 @@
1682
1682
  "exports": [
1683
1683
  {
1684
1684
  "kind": "js",
1685
- "name": "zeroAnchoredRegionStyles",
1685
+ "name": "zeroAccordionItemStyles",
1686
1686
  "declaration": {
1687
- "name": "zeroAnchoredRegionStyles",
1688
- "module": "src/anchored-region/anchored-region.styles.ts"
1687
+ "name": "zeroAccordionItemStyles",
1688
+ "module": "src/accordion-item/accordion-item.styles.ts"
1689
1689
  }
1690
1690
  }
1691
1691
  ]
1692
1692
  },
1693
1693
  {
1694
1694
  "kind": "javascript-module",
1695
- "path": "src/anchored-region/anchored-region.template.ts",
1695
+ "path": "src/accordion-item/accordion-item.template.ts",
1696
1696
  "declarations": [
1697
1697
  {
1698
1698
  "kind": "function",
1699
- "name": "zeroAnchoredRegionTemplate",
1699
+ "name": "zeroAccordionItemTemplate",
1700
1700
  "return": {
1701
1701
  "type": {
1702
- "text": "ViewTemplate<AnchoredRegion>"
1702
+ "text": "ViewTemplate<AccordionItem>"
1703
1703
  }
1704
1704
  },
1705
1705
  "parameters": [
@@ -1721,56 +1721,56 @@
1721
1721
  "exports": [
1722
1722
  {
1723
1723
  "kind": "js",
1724
- "name": "zeroAnchoredRegionTemplate",
1724
+ "name": "zeroAccordionItemTemplate",
1725
1725
  "declaration": {
1726
- "name": "zeroAnchoredRegionTemplate",
1727
- "module": "src/anchored-region/anchored-region.template.ts"
1726
+ "name": "zeroAccordionItemTemplate",
1727
+ "module": "src/accordion-item/accordion-item.template.ts"
1728
1728
  }
1729
1729
  }
1730
1730
  ]
1731
1731
  },
1732
1732
  {
1733
1733
  "kind": "javascript-module",
1734
- "path": "src/anchored-region/anchored-region.ts",
1734
+ "path": "src/accordion-item/accordion-item.ts",
1735
1735
  "declarations": [
1736
1736
  {
1737
1737
  "kind": "class",
1738
1738
  "description": "",
1739
- "name": "AnchoredRegion",
1739
+ "name": "AccordionItem",
1740
1740
  "superclass": {
1741
- "name": "FoundationAnchoredRegion",
1741
+ "name": "FoundationAccordionItem",
1742
1742
  "package": "@genesislcap/foundation-ui"
1743
1743
  },
1744
- "tagName": "%%prefix%%-anchored-region",
1744
+ "tagName": "%%prefix%%-card",
1745
1745
  "customElement": true
1746
1746
  },
1747
1747
  {
1748
1748
  "kind": "variable",
1749
- "name": "zeroAnchoredRegion"
1749
+ "name": "zeroAccordionItem"
1750
1750
  }
1751
1751
  ],
1752
1752
  "exports": [
1753
1753
  {
1754
1754
  "kind": "js",
1755
- "name": "AnchoredRegion",
1755
+ "name": "AccordionItem",
1756
1756
  "declaration": {
1757
- "name": "AnchoredRegion",
1758
- "module": "src/anchored-region/anchored-region.ts"
1757
+ "name": "AccordionItem",
1758
+ "module": "src/accordion-item/accordion-item.ts"
1759
1759
  }
1760
1760
  },
1761
1761
  {
1762
1762
  "kind": "js",
1763
- "name": "zeroAnchoredRegion",
1763
+ "name": "zeroAccordionItem",
1764
1764
  "declaration": {
1765
- "name": "zeroAnchoredRegion",
1766
- "module": "src/anchored-region/anchored-region.ts"
1765
+ "name": "zeroAccordionItem",
1766
+ "module": "src/accordion-item/accordion-item.ts"
1767
1767
  }
1768
1768
  }
1769
1769
  ]
1770
1770
  },
1771
1771
  {
1772
1772
  "kind": "javascript-module",
1773
- "path": "src/anchored-region/index.ts",
1773
+ "path": "src/accordion-item/index.ts",
1774
1774
  "declarations": [],
1775
1775
  "exports": [
1776
1776
  {
@@ -1778,7 +1778,7 @@
1778
1778
  "name": "*",
1779
1779
  "declaration": {
1780
1780
  "name": "*",
1781
- "package": "./anchored-region"
1781
+ "package": "./accordion-item"
1782
1782
  }
1783
1783
  },
1784
1784
  {
@@ -1786,7 +1786,7 @@
1786
1786
  "name": "*",
1787
1787
  "declaration": {
1788
1788
  "name": "*",
1789
- "package": "./anchored-region.styles"
1789
+ "package": "./accordion-item.styles"
1790
1790
  }
1791
1791
  },
1792
1792
  {
@@ -1794,7 +1794,7 @@
1794
1794
  "name": "*",
1795
1795
  "declaration": {
1796
1796
  "name": "*",
1797
- "package": "./anchored-region.template"
1797
+ "package": "./accordion-item.template"
1798
1798
  }
1799
1799
  }
1800
1800
  ]
@@ -13745,17 +13745,205 @@
13745
13745
  },
13746
13746
  {
13747
13747
  "kind": "js",
13748
- "name": "zeroTextArea",
13748
+ "name": "zeroTextArea",
13749
+ "declaration": {
13750
+ "name": "zeroTextArea",
13751
+ "module": "src/text-area/text-area.ts"
13752
+ }
13753
+ }
13754
+ ]
13755
+ },
13756
+ {
13757
+ "kind": "javascript-module",
13758
+ "path": "src/text-field/index.ts",
13759
+ "declarations": [],
13760
+ "exports": [
13761
+ {
13762
+ "kind": "js",
13763
+ "name": "*",
13764
+ "declaration": {
13765
+ "name": "*",
13766
+ "package": "./text-field"
13767
+ }
13768
+ },
13769
+ {
13770
+ "kind": "js",
13771
+ "name": "*",
13772
+ "declaration": {
13773
+ "name": "*",
13774
+ "package": "./text-field.styles"
13775
+ }
13776
+ },
13777
+ {
13778
+ "kind": "js",
13779
+ "name": "*",
13780
+ "declaration": {
13781
+ "name": "*",
13782
+ "package": "./text-field.template"
13783
+ }
13784
+ }
13785
+ ]
13786
+ },
13787
+ {
13788
+ "kind": "javascript-module",
13789
+ "path": "src/text-field/text-field.stories.ts",
13790
+ "declarations": [
13791
+ {
13792
+ "kind": "variable",
13793
+ "name": "meta",
13794
+ "type": {
13795
+ "text": "Meta"
13796
+ },
13797
+ "default": "{\n title: 'Text Field',\n component: 'zero-text-field',\n}"
13798
+ },
13799
+ {
13800
+ "kind": "variable",
13801
+ "name": "Primary",
13802
+ "type": {
13803
+ "text": "StoryObj"
13804
+ },
13805
+ "default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-text-field placeholder=\"Enter text...\">Text Field</zero-text-field>\n <zero-text-field value=\"some value\">Test label</zero-text-field>\n <zero-text-field value=\"disabled\" disabled>Test label 2</zero-text-field>\n <zero-text-field type=\"datetime-local\">Datetime local type</zero-text-field>\n <zero-text-field type=\"datetime-local\" step=\".001\">\n Datetime local with step attr\n </zero-text-field>\n </div>\n `,\n}"
13806
+ }
13807
+ ],
13808
+ "exports": [
13809
+ {
13810
+ "kind": "js",
13811
+ "name": "default",
13812
+ "declaration": {
13813
+ "name": "meta",
13814
+ "module": "src/text-field/text-field.stories.ts"
13815
+ }
13816
+ },
13817
+ {
13818
+ "kind": "js",
13819
+ "name": "Primary",
13820
+ "declaration": {
13821
+ "name": "Primary",
13822
+ "module": "src/text-field/text-field.stories.ts"
13823
+ }
13824
+ }
13825
+ ]
13826
+ },
13827
+ {
13828
+ "kind": "javascript-module",
13829
+ "path": "src/text-field/text-field.styles.ts",
13830
+ "declarations": [
13831
+ {
13832
+ "kind": "function",
13833
+ "name": "zeroTextFieldStyles",
13834
+ "return": {
13835
+ "type": {
13836
+ "text": "ElementStyles"
13837
+ }
13838
+ },
13839
+ "parameters": [
13840
+ {
13841
+ "name": "context",
13842
+ "type": {
13843
+ "text": "ElementDefinitionContext"
13844
+ }
13845
+ },
13846
+ {
13847
+ "name": "definition",
13848
+ "type": {
13849
+ "text": "FoundationElementDefinition"
13850
+ }
13851
+ }
13852
+ ]
13853
+ }
13854
+ ],
13855
+ "exports": [
13856
+ {
13857
+ "kind": "js",
13858
+ "name": "zeroTextFieldStyles",
13859
+ "declaration": {
13860
+ "name": "zeroTextFieldStyles",
13861
+ "module": "src/text-field/text-field.styles.ts"
13862
+ }
13863
+ }
13864
+ ]
13865
+ },
13866
+ {
13867
+ "kind": "javascript-module",
13868
+ "path": "src/text-field/text-field.template.ts",
13869
+ "declarations": [
13870
+ {
13871
+ "kind": "function",
13872
+ "name": "zeroTextFieldTemplate",
13873
+ "return": {
13874
+ "type": {
13875
+ "text": "ViewTemplate<TextField>"
13876
+ }
13877
+ },
13878
+ "parameters": [
13879
+ {
13880
+ "name": "context",
13881
+ "type": {
13882
+ "text": "ElementDefinitionContext"
13883
+ }
13884
+ },
13885
+ {
13886
+ "name": "definition",
13887
+ "type": {
13888
+ "text": "FoundationElementDefinition"
13889
+ }
13890
+ }
13891
+ ]
13892
+ }
13893
+ ],
13894
+ "exports": [
13895
+ {
13896
+ "kind": "js",
13897
+ "name": "zeroTextFieldTemplate",
13898
+ "declaration": {
13899
+ "name": "zeroTextFieldTemplate",
13900
+ "module": "src/text-field/text-field.template.ts"
13901
+ }
13902
+ }
13903
+ ]
13904
+ },
13905
+ {
13906
+ "kind": "javascript-module",
13907
+ "path": "src/text-field/text-field.ts",
13908
+ "declarations": [
13909
+ {
13910
+ "kind": "class",
13911
+ "description": "",
13912
+ "name": "TextField",
13913
+ "superclass": {
13914
+ "name": "FoundationTextField",
13915
+ "package": "@genesislcap/foundation-ui"
13916
+ },
13917
+ "tagName": "%%prefix%%-text-field",
13918
+ "customElement": true
13919
+ },
13920
+ {
13921
+ "kind": "variable",
13922
+ "name": "zeroTextField"
13923
+ }
13924
+ ],
13925
+ "exports": [
13926
+ {
13927
+ "kind": "js",
13928
+ "name": "TextField",
13929
+ "declaration": {
13930
+ "name": "TextField",
13931
+ "module": "src/text-field/text-field.ts"
13932
+ }
13933
+ },
13934
+ {
13935
+ "kind": "js",
13936
+ "name": "zeroTextField",
13749
13937
  "declaration": {
13750
- "name": "zeroTextArea",
13751
- "module": "src/text-area/text-area.ts"
13938
+ "name": "zeroTextField",
13939
+ "module": "src/text-field/text-field.ts"
13752
13940
  }
13753
13941
  }
13754
13942
  ]
13755
13943
  },
13756
13944
  {
13757
13945
  "kind": "javascript-module",
13758
- "path": "src/text-field/index.ts",
13946
+ "path": "src/toolbar/index.ts",
13759
13947
  "declarations": [],
13760
13948
  "exports": [
13761
13949
  {
@@ -13763,7 +13951,7 @@
13763
13951
  "name": "*",
13764
13952
  "declaration": {
13765
13953
  "name": "*",
13766
- "package": "./text-field"
13954
+ "package": "./toolbar"
13767
13955
  }
13768
13956
  },
13769
13957
  {
@@ -13771,7 +13959,7 @@
13771
13959
  "name": "*",
13772
13960
  "declaration": {
13773
13961
  "name": "*",
13774
- "package": "./text-field.styles"
13962
+ "package": "./toolbar.styles"
13775
13963
  }
13776
13964
  },
13777
13965
  {
@@ -13779,14 +13967,14 @@
13779
13967
  "name": "*",
13780
13968
  "declaration": {
13781
13969
  "name": "*",
13782
- "package": "./text-field.template"
13970
+ "package": "./toolbar.template"
13783
13971
  }
13784
13972
  }
13785
13973
  ]
13786
13974
  },
13787
13975
  {
13788
13976
  "kind": "javascript-module",
13789
- "path": "src/text-field/text-field.stories.ts",
13977
+ "path": "src/toolbar/toolbar.stories.ts",
13790
13978
  "declarations": [
13791
13979
  {
13792
13980
  "kind": "variable",
@@ -13794,7 +13982,7 @@
13794
13982
  "type": {
13795
13983
  "text": "Meta"
13796
13984
  },
13797
- "default": "{\n title: 'Text Field',\n component: 'zero-text-field',\n}"
13985
+ "default": "{\n title: 'Toolbar',\n component: 'zero-toolbar',\n}"
13798
13986
  },
13799
13987
  {
13800
13988
  "kind": "variable",
@@ -13802,7 +13990,7 @@
13802
13990
  "type": {
13803
13991
  "text": "StoryObj"
13804
13992
  },
13805
- "default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-text-field placeholder=\"Enter text...\">Text Field</zero-text-field>\n <zero-text-field value=\"some value\">Test label</zero-text-field>\n <zero-text-field value=\"disabled\" disabled>Test label 2</zero-text-field>\n <zero-text-field type=\"datetime-local\">Datetime local type</zero-text-field>\n <zero-text-field type=\"datetime-local\" step=\".001\">\n Datetime local with step attr\n </zero-text-field>\n </div>\n `,\n}"
13993
+ "default": "{\n render: () => html`\n <zero-toolbar style=\"height: 300px;\">\n <label slot=\"label\">Zero Toolbar</label>\n <zero-checkbox>Zero Checkbox</zero-checkbox>\n <zero-checkbox>Zero Checkbox</zero-checkbox>\n <zero-select>\n <zero-option value=\"1\">Zero Option 1</zero-option>\n <zero-option value=\"2\">Zero Option 2</zero-option>\n <zero-option value=\"3\">Zero Option 3</zero-option>\n </zero-select>\n <zero-button>Zero Button</zero-button>\n </zero-toolbar>\n `,\n}"
13806
13994
  }
13807
13995
  ],
13808
13996
  "exports": [
@@ -13811,7 +13999,7 @@
13811
13999
  "name": "default",
13812
14000
  "declaration": {
13813
14001
  "name": "meta",
13814
- "module": "src/text-field/text-field.stories.ts"
14002
+ "module": "src/toolbar/toolbar.stories.ts"
13815
14003
  }
13816
14004
  },
13817
14005
  {
@@ -13819,18 +14007,18 @@
13819
14007
  "name": "Primary",
13820
14008
  "declaration": {
13821
14009
  "name": "Primary",
13822
- "module": "src/text-field/text-field.stories.ts"
14010
+ "module": "src/toolbar/toolbar.stories.ts"
13823
14011
  }
13824
14012
  }
13825
14013
  ]
13826
14014
  },
13827
14015
  {
13828
14016
  "kind": "javascript-module",
13829
- "path": "src/text-field/text-field.styles.ts",
14017
+ "path": "src/toolbar/toolbar.styles.ts",
13830
14018
  "declarations": [
13831
14019
  {
13832
14020
  "kind": "function",
13833
- "name": "zeroTextFieldStyles",
14021
+ "name": "zeroToolbarStyles",
13834
14022
  "return": {
13835
14023
  "type": {
13836
14024
  "text": "ElementStyles"
@@ -13855,24 +14043,24 @@
13855
14043
  "exports": [
13856
14044
  {
13857
14045
  "kind": "js",
13858
- "name": "zeroTextFieldStyles",
14046
+ "name": "zeroToolbarStyles",
13859
14047
  "declaration": {
13860
- "name": "zeroTextFieldStyles",
13861
- "module": "src/text-field/text-field.styles.ts"
14048
+ "name": "zeroToolbarStyles",
14049
+ "module": "src/toolbar/toolbar.styles.ts"
13862
14050
  }
13863
14051
  }
13864
14052
  ]
13865
14053
  },
13866
14054
  {
13867
14055
  "kind": "javascript-module",
13868
- "path": "src/text-field/text-field.template.ts",
14056
+ "path": "src/toolbar/toolbar.template.ts",
13869
14057
  "declarations": [
13870
14058
  {
13871
14059
  "kind": "function",
13872
- "name": "zeroTextFieldTemplate",
14060
+ "name": "zeroToolbarTemplate",
13873
14061
  "return": {
13874
14062
  "type": {
13875
- "text": "ViewTemplate<TextField>"
14063
+ "text": "ViewTemplate<Toolbar>"
13876
14064
  }
13877
14065
  },
13878
14066
  "parameters": [
@@ -13894,49 +14082,49 @@
13894
14082
  "exports": [
13895
14083
  {
13896
14084
  "kind": "js",
13897
- "name": "zeroTextFieldTemplate",
14085
+ "name": "zeroToolbarTemplate",
13898
14086
  "declaration": {
13899
- "name": "zeroTextFieldTemplate",
13900
- "module": "src/text-field/text-field.template.ts"
14087
+ "name": "zeroToolbarTemplate",
14088
+ "module": "src/toolbar/toolbar.template.ts"
13901
14089
  }
13902
14090
  }
13903
14091
  ]
13904
14092
  },
13905
14093
  {
13906
14094
  "kind": "javascript-module",
13907
- "path": "src/text-field/text-field.ts",
14095
+ "path": "src/toolbar/toolbar.ts",
13908
14096
  "declarations": [
13909
14097
  {
13910
14098
  "kind": "class",
13911
14099
  "description": "",
13912
- "name": "TextField",
14100
+ "name": "Toolbar",
13913
14101
  "superclass": {
13914
- "name": "FoundationTextField",
14102
+ "name": "FoundationToolbar",
13915
14103
  "package": "@genesislcap/foundation-ui"
13916
14104
  },
13917
- "tagName": "%%prefix%%-text-field",
14105
+ "tagName": "%%prefix%%-toolbar",
13918
14106
  "customElement": true
13919
14107
  },
13920
14108
  {
13921
14109
  "kind": "variable",
13922
- "name": "zeroTextField"
14110
+ "name": "zeroToolbar"
13923
14111
  }
13924
14112
  ],
13925
14113
  "exports": [
13926
14114
  {
13927
14115
  "kind": "js",
13928
- "name": "TextField",
14116
+ "name": "Toolbar",
13929
14117
  "declaration": {
13930
- "name": "TextField",
13931
- "module": "src/text-field/text-field.ts"
14118
+ "name": "Toolbar",
14119
+ "module": "src/toolbar/toolbar.ts"
13932
14120
  }
13933
14121
  },
13934
14122
  {
13935
14123
  "kind": "js",
13936
- "name": "zeroTextField",
14124
+ "name": "zeroToolbar",
13937
14125
  "declaration": {
13938
- "name": "zeroTextField",
13939
- "module": "src/text-field/text-field.ts"
14126
+ "name": "zeroToolbar",
14127
+ "module": "src/toolbar/toolbar.ts"
13940
14128
  }
13941
14129
  }
13942
14130
  ]
@@ -14213,194 +14401,6 @@
14213
14401
  }
14214
14402
  ]
14215
14403
  },
14216
- {
14217
- "kind": "javascript-module",
14218
- "path": "src/toolbar/index.ts",
14219
- "declarations": [],
14220
- "exports": [
14221
- {
14222
- "kind": "js",
14223
- "name": "*",
14224
- "declaration": {
14225
- "name": "*",
14226
- "package": "./toolbar"
14227
- }
14228
- },
14229
- {
14230
- "kind": "js",
14231
- "name": "*",
14232
- "declaration": {
14233
- "name": "*",
14234
- "package": "./toolbar.styles"
14235
- }
14236
- },
14237
- {
14238
- "kind": "js",
14239
- "name": "*",
14240
- "declaration": {
14241
- "name": "*",
14242
- "package": "./toolbar.template"
14243
- }
14244
- }
14245
- ]
14246
- },
14247
- {
14248
- "kind": "javascript-module",
14249
- "path": "src/toolbar/toolbar.stories.ts",
14250
- "declarations": [
14251
- {
14252
- "kind": "variable",
14253
- "name": "meta",
14254
- "type": {
14255
- "text": "Meta"
14256
- },
14257
- "default": "{\n title: 'Toolbar',\n component: 'zero-toolbar',\n}"
14258
- },
14259
- {
14260
- "kind": "variable",
14261
- "name": "Primary",
14262
- "type": {
14263
- "text": "StoryObj"
14264
- },
14265
- "default": "{\n render: () => html`\n <zero-toolbar style=\"height: 300px;\">\n <label slot=\"label\">Zero Toolbar</label>\n <zero-checkbox>Zero Checkbox</zero-checkbox>\n <zero-checkbox>Zero Checkbox</zero-checkbox>\n <zero-select>\n <zero-option value=\"1\">Zero Option 1</zero-option>\n <zero-option value=\"2\">Zero Option 2</zero-option>\n <zero-option value=\"3\">Zero Option 3</zero-option>\n </zero-select>\n <zero-button>Zero Button</zero-button>\n </zero-toolbar>\n `,\n}"
14266
- }
14267
- ],
14268
- "exports": [
14269
- {
14270
- "kind": "js",
14271
- "name": "default",
14272
- "declaration": {
14273
- "name": "meta",
14274
- "module": "src/toolbar/toolbar.stories.ts"
14275
- }
14276
- },
14277
- {
14278
- "kind": "js",
14279
- "name": "Primary",
14280
- "declaration": {
14281
- "name": "Primary",
14282
- "module": "src/toolbar/toolbar.stories.ts"
14283
- }
14284
- }
14285
- ]
14286
- },
14287
- {
14288
- "kind": "javascript-module",
14289
- "path": "src/toolbar/toolbar.styles.ts",
14290
- "declarations": [
14291
- {
14292
- "kind": "function",
14293
- "name": "zeroToolbarStyles",
14294
- "return": {
14295
- "type": {
14296
- "text": "ElementStyles"
14297
- }
14298
- },
14299
- "parameters": [
14300
- {
14301
- "name": "context",
14302
- "type": {
14303
- "text": "ElementDefinitionContext"
14304
- }
14305
- },
14306
- {
14307
- "name": "definition",
14308
- "type": {
14309
- "text": "FoundationElementDefinition"
14310
- }
14311
- }
14312
- ]
14313
- }
14314
- ],
14315
- "exports": [
14316
- {
14317
- "kind": "js",
14318
- "name": "zeroToolbarStyles",
14319
- "declaration": {
14320
- "name": "zeroToolbarStyles",
14321
- "module": "src/toolbar/toolbar.styles.ts"
14322
- }
14323
- }
14324
- ]
14325
- },
14326
- {
14327
- "kind": "javascript-module",
14328
- "path": "src/toolbar/toolbar.template.ts",
14329
- "declarations": [
14330
- {
14331
- "kind": "function",
14332
- "name": "zeroToolbarTemplate",
14333
- "return": {
14334
- "type": {
14335
- "text": "ViewTemplate<Toolbar>"
14336
- }
14337
- },
14338
- "parameters": [
14339
- {
14340
- "name": "context",
14341
- "type": {
14342
- "text": "ElementDefinitionContext"
14343
- }
14344
- },
14345
- {
14346
- "name": "definition",
14347
- "type": {
14348
- "text": "FoundationElementDefinition"
14349
- }
14350
- }
14351
- ]
14352
- }
14353
- ],
14354
- "exports": [
14355
- {
14356
- "kind": "js",
14357
- "name": "zeroToolbarTemplate",
14358
- "declaration": {
14359
- "name": "zeroToolbarTemplate",
14360
- "module": "src/toolbar/toolbar.template.ts"
14361
- }
14362
- }
14363
- ]
14364
- },
14365
- {
14366
- "kind": "javascript-module",
14367
- "path": "src/toolbar/toolbar.ts",
14368
- "declarations": [
14369
- {
14370
- "kind": "class",
14371
- "description": "",
14372
- "name": "Toolbar",
14373
- "superclass": {
14374
- "name": "FoundationToolbar",
14375
- "package": "@genesislcap/foundation-ui"
14376
- },
14377
- "tagName": "%%prefix%%-toolbar",
14378
- "customElement": true
14379
- },
14380
- {
14381
- "kind": "variable",
14382
- "name": "zeroToolbar"
14383
- }
14384
- ],
14385
- "exports": [
14386
- {
14387
- "kind": "js",
14388
- "name": "Toolbar",
14389
- "declaration": {
14390
- "name": "Toolbar",
14391
- "module": "src/toolbar/toolbar.ts"
14392
- }
14393
- },
14394
- {
14395
- "kind": "js",
14396
- "name": "zeroToolbar",
14397
- "declaration": {
14398
- "name": "zeroToolbar",
14399
- "module": "src/toolbar/toolbar.ts"
14400
- }
14401
- }
14402
- ]
14403
- },
14404
14404
  {
14405
14405
  "kind": "javascript-module",
14406
14406
  "path": "src/tooltip/index.ts",