@genesislcap/foundation-zero 14.42.0 → 14.43.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.
@@ -753,7 +753,7 @@
753
753
  },
754
754
  {
755
755
  "kind": "javascript-module",
756
- "path": "src/actions-menu/actions-menu.stories.ts",
756
+ "path": "src/anchor/anchor.stories.ts",
757
757
  "declarations": [
758
758
  {
759
759
  "kind": "variable",
@@ -761,23 +761,15 @@
761
761
  "type": {
762
762
  "text": "Meta"
763
763
  },
764
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
765
- },
766
- {
767
- "kind": "variable",
768
- "name": "Horizontal",
769
- "type": {
770
- "text": "StoryObj"
771
- },
772
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) =>\n 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}"
764
+ "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
773
765
  },
774
766
  {
775
767
  "kind": "variable",
776
- "name": "Vertical",
768
+ "name": "All",
777
769
  "type": {
778
770
  "text": "StoryObj"
779
771
  },
780
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) =>\n 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}"
772
+ "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
781
773
  }
782
774
  ],
783
775
  "exports": [
@@ -786,37 +778,68 @@
786
778
  "name": "default",
787
779
  "declaration": {
788
780
  "name": "meta",
789
- "module": "src/actions-menu/actions-menu.stories.ts"
781
+ "module": "src/anchor/anchor.stories.ts"
790
782
  }
791
783
  },
792
784
  {
793
785
  "kind": "js",
794
- "name": "Horizontal",
786
+ "name": "All",
795
787
  "declaration": {
796
- "name": "Horizontal",
797
- "module": "src/actions-menu/actions-menu.stories.ts"
788
+ "name": "All",
789
+ "module": "src/anchor/anchor.stories.ts"
798
790
  }
799
- },
791
+ }
792
+ ]
793
+ },
794
+ {
795
+ "kind": "javascript-module",
796
+ "path": "src/anchor/anchor.styles.ts",
797
+ "declarations": [
798
+ {
799
+ "kind": "function",
800
+ "name": "zeroAnchorStyles",
801
+ "return": {
802
+ "type": {
803
+ "text": "ElementStyles"
804
+ }
805
+ },
806
+ "parameters": [
807
+ {
808
+ "name": "context",
809
+ "type": {
810
+ "text": "ElementDefinitionContext"
811
+ }
812
+ },
813
+ {
814
+ "name": "definition",
815
+ "type": {
816
+ "text": "FoundationElementDefinition"
817
+ }
818
+ }
819
+ ]
820
+ }
821
+ ],
822
+ "exports": [
800
823
  {
801
824
  "kind": "js",
802
- "name": "Vertical",
825
+ "name": "zeroAnchorStyles",
803
826
  "declaration": {
804
- "name": "Vertical",
805
- "module": "src/actions-menu/actions-menu.stories.ts"
827
+ "name": "zeroAnchorStyles",
828
+ "module": "src/anchor/anchor.styles.ts"
806
829
  }
807
830
  }
808
831
  ]
809
832
  },
810
833
  {
811
834
  "kind": "javascript-module",
812
- "path": "src/actions-menu/actions-menu.styles.ts",
835
+ "path": "src/anchor/anchor.template.ts",
813
836
  "declarations": [
814
837
  {
815
838
  "kind": "function",
816
- "name": "zeroActionsMenuStyles",
839
+ "name": "zeroAnchorTemplate",
817
840
  "return": {
818
841
  "type": {
819
- "text": "ElementStyles"
842
+ "text": "ViewTemplate<Anchor>"
820
843
  }
821
844
  },
822
845
  "parameters": [
@@ -838,58 +861,56 @@
838
861
  "exports": [
839
862
  {
840
863
  "kind": "js",
841
- "name": "zeroActionsMenuStyles",
864
+ "name": "zeroAnchorTemplate",
842
865
  "declaration": {
843
- "name": "zeroActionsMenuStyles",
844
- "module": "src/actions-menu/actions-menu.styles.ts"
866
+ "name": "zeroAnchorTemplate",
867
+ "module": "src/anchor/anchor.template.ts"
845
868
  }
846
869
  }
847
870
  ]
848
871
  },
849
872
  {
850
873
  "kind": "javascript-module",
851
- "path": "src/actions-menu/actions-menu.ts",
874
+ "path": "src/anchor/anchor.ts",
852
875
  "declarations": [
853
876
  {
854
877
  "kind": "class",
855
878
  "description": "",
856
- "name": "ActionsMenu",
879
+ "name": "Anchor",
857
880
  "superclass": {
858
- "name": "FoundationActionsMenu",
881
+ "name": "FoundationAnchor",
859
882
  "package": "@genesislcap/foundation-ui"
860
883
  },
861
- "tagName": "%%prefix%%-actions-menu",
884
+ "tagName": "%%prefix%%-anchor",
862
885
  "customElement": true
863
886
  },
864
887
  {
865
888
  "kind": "variable",
866
- "name": "zeroActionsMenu",
867
- "description": "The Zero Actions Menu",
868
- "privacy": "public"
889
+ "name": "zeroAnchor"
869
890
  }
870
891
  ],
871
892
  "exports": [
872
893
  {
873
894
  "kind": "js",
874
- "name": "ActionsMenu",
895
+ "name": "Anchor",
875
896
  "declaration": {
876
- "name": "ActionsMenu",
877
- "module": "src/actions-menu/actions-menu.ts"
897
+ "name": "Anchor",
898
+ "module": "src/anchor/anchor.ts"
878
899
  }
879
900
  },
880
901
  {
881
902
  "kind": "js",
882
- "name": "zeroActionsMenu",
903
+ "name": "zeroAnchor",
883
904
  "declaration": {
884
- "name": "zeroActionsMenu",
885
- "module": "src/actions-menu/actions-menu.ts"
905
+ "name": "zeroAnchor",
906
+ "module": "src/anchor/anchor.ts"
886
907
  }
887
908
  }
888
909
  ]
889
910
  },
890
911
  {
891
912
  "kind": "javascript-module",
892
- "path": "src/actions-menu/index.ts",
913
+ "path": "src/anchor/index.ts",
893
914
  "declarations": [],
894
915
  "exports": [
895
916
  {
@@ -897,7 +918,7 @@
897
918
  "name": "*",
898
919
  "declaration": {
899
920
  "name": "*",
900
- "package": "./actions-menu"
921
+ "package": "./anchor"
901
922
  }
902
923
  },
903
924
  {
@@ -905,7 +926,15 @@
905
926
  "name": "*",
906
927
  "declaration": {
907
928
  "name": "*",
908
- "package": "./actions-menu.styles"
929
+ "package": "./anchor.styles"
930
+ }
931
+ },
932
+ {
933
+ "kind": "js",
934
+ "name": "*",
935
+ "declaration": {
936
+ "name": "*",
937
+ "package": "./anchor.template"
909
938
  }
910
939
  }
911
940
  ]
@@ -1100,7 +1129,7 @@
1100
1129
  },
1101
1130
  {
1102
1131
  "kind": "javascript-module",
1103
- "path": "src/anchor/anchor.stories.ts",
1132
+ "path": "src/actions-menu/actions-menu.stories.ts",
1104
1133
  "declarations": [
1105
1134
  {
1106
1135
  "kind": "variable",
@@ -1108,15 +1137,23 @@
1108
1137
  "type": {
1109
1138
  "text": "Meta"
1110
1139
  },
1111
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1140
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1112
1141
  },
1113
1142
  {
1114
1143
  "kind": "variable",
1115
- "name": "All",
1144
+ "name": "Horizontal",
1116
1145
  "type": {
1117
1146
  "text": "StoryObj"
1118
1147
  },
1119
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1148
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) =>\n 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}"
1149
+ },
1150
+ {
1151
+ "kind": "variable",
1152
+ "name": "Vertical",
1153
+ "type": {
1154
+ "text": "StoryObj"
1155
+ },
1156
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) =>\n 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}"
1120
1157
  }
1121
1158
  ],
1122
1159
  "exports": [
@@ -1125,68 +1162,37 @@
1125
1162
  "name": "default",
1126
1163
  "declaration": {
1127
1164
  "name": "meta",
1128
- "module": "src/anchor/anchor.stories.ts"
1165
+ "module": "src/actions-menu/actions-menu.stories.ts"
1129
1166
  }
1130
1167
  },
1131
1168
  {
1132
1169
  "kind": "js",
1133
- "name": "All",
1170
+ "name": "Horizontal",
1134
1171
  "declaration": {
1135
- "name": "All",
1136
- "module": "src/anchor/anchor.stories.ts"
1172
+ "name": "Horizontal",
1173
+ "module": "src/actions-menu/actions-menu.stories.ts"
1137
1174
  }
1138
- }
1139
- ]
1140
- },
1141
- {
1142
- "kind": "javascript-module",
1143
- "path": "src/anchor/anchor.styles.ts",
1144
- "declarations": [
1145
- {
1146
- "kind": "function",
1147
- "name": "zeroAnchorStyles",
1148
- "return": {
1149
- "type": {
1150
- "text": "ElementStyles"
1151
- }
1152
- },
1153
- "parameters": [
1154
- {
1155
- "name": "context",
1156
- "type": {
1157
- "text": "ElementDefinitionContext"
1158
- }
1159
- },
1160
- {
1161
- "name": "definition",
1162
- "type": {
1163
- "text": "FoundationElementDefinition"
1164
- }
1165
- }
1166
- ]
1167
- }
1168
- ],
1169
- "exports": [
1175
+ },
1170
1176
  {
1171
1177
  "kind": "js",
1172
- "name": "zeroAnchorStyles",
1178
+ "name": "Vertical",
1173
1179
  "declaration": {
1174
- "name": "zeroAnchorStyles",
1175
- "module": "src/anchor/anchor.styles.ts"
1180
+ "name": "Vertical",
1181
+ "module": "src/actions-menu/actions-menu.stories.ts"
1176
1182
  }
1177
1183
  }
1178
1184
  ]
1179
1185
  },
1180
1186
  {
1181
1187
  "kind": "javascript-module",
1182
- "path": "src/anchor/anchor.template.ts",
1188
+ "path": "src/actions-menu/actions-menu.styles.ts",
1183
1189
  "declarations": [
1184
1190
  {
1185
1191
  "kind": "function",
1186
- "name": "zeroAnchorTemplate",
1192
+ "name": "zeroActionsMenuStyles",
1187
1193
  "return": {
1188
1194
  "type": {
1189
- "text": "ViewTemplate<Anchor>"
1195
+ "text": "ElementStyles"
1190
1196
  }
1191
1197
  },
1192
1198
  "parameters": [
@@ -1208,56 +1214,58 @@
1208
1214
  "exports": [
1209
1215
  {
1210
1216
  "kind": "js",
1211
- "name": "zeroAnchorTemplate",
1217
+ "name": "zeroActionsMenuStyles",
1212
1218
  "declaration": {
1213
- "name": "zeroAnchorTemplate",
1214
- "module": "src/anchor/anchor.template.ts"
1219
+ "name": "zeroActionsMenuStyles",
1220
+ "module": "src/actions-menu/actions-menu.styles.ts"
1215
1221
  }
1216
1222
  }
1217
1223
  ]
1218
1224
  },
1219
1225
  {
1220
1226
  "kind": "javascript-module",
1221
- "path": "src/anchor/anchor.ts",
1227
+ "path": "src/actions-menu/actions-menu.ts",
1222
1228
  "declarations": [
1223
1229
  {
1224
1230
  "kind": "class",
1225
1231
  "description": "",
1226
- "name": "Anchor",
1232
+ "name": "ActionsMenu",
1227
1233
  "superclass": {
1228
- "name": "FoundationAnchor",
1234
+ "name": "FoundationActionsMenu",
1229
1235
  "package": "@genesislcap/foundation-ui"
1230
1236
  },
1231
- "tagName": "%%prefix%%-anchor",
1237
+ "tagName": "%%prefix%%-actions-menu",
1232
1238
  "customElement": true
1233
1239
  },
1234
1240
  {
1235
1241
  "kind": "variable",
1236
- "name": "zeroAnchor"
1242
+ "name": "zeroActionsMenu",
1243
+ "description": "The Zero Actions Menu",
1244
+ "privacy": "public"
1237
1245
  }
1238
1246
  ],
1239
1247
  "exports": [
1240
1248
  {
1241
1249
  "kind": "js",
1242
- "name": "Anchor",
1250
+ "name": "ActionsMenu",
1243
1251
  "declaration": {
1244
- "name": "Anchor",
1245
- "module": "src/anchor/anchor.ts"
1252
+ "name": "ActionsMenu",
1253
+ "module": "src/actions-menu/actions-menu.ts"
1246
1254
  }
1247
1255
  },
1248
1256
  {
1249
1257
  "kind": "js",
1250
- "name": "zeroAnchor",
1258
+ "name": "zeroActionsMenu",
1251
1259
  "declaration": {
1252
- "name": "zeroAnchor",
1253
- "module": "src/anchor/anchor.ts"
1260
+ "name": "zeroActionsMenu",
1261
+ "module": "src/actions-menu/actions-menu.ts"
1254
1262
  }
1255
1263
  }
1256
1264
  ]
1257
1265
  },
1258
1266
  {
1259
1267
  "kind": "javascript-module",
1260
- "path": "src/anchor/index.ts",
1268
+ "path": "src/actions-menu/index.ts",
1261
1269
  "declarations": [],
1262
1270
  "exports": [
1263
1271
  {
@@ -1265,15 +1273,7 @@
1265
1273
  "name": "*",
1266
1274
  "declaration": {
1267
1275
  "name": "*",
1268
- "package": "./anchor"
1269
- }
1270
- },
1271
- {
1272
- "kind": "js",
1273
- "name": "*",
1274
- "declaration": {
1275
- "name": "*",
1276
- "package": "./anchor.styles"
1276
+ "package": "./actions-menu"
1277
1277
  }
1278
1278
  },
1279
1279
  {
@@ -1281,7 +1281,7 @@
1281
1281
  "name": "*",
1282
1282
  "declaration": {
1283
1283
  "name": "*",
1284
- "package": "./anchor.template"
1284
+ "package": "./actions-menu.styles"
1285
1285
  }
1286
1286
  }
1287
1287
  ]
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.42.0",
4
+ "version": "14.43.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -62,7 +62,7 @@
62
62
  "storybook": "storybook dev -p 6006"
63
63
  },
64
64
  "devDependencies": {
65
- "@genesislcap/genx": "^14.42.0",
65
+ "@genesislcap/genx": "^14.43.0",
66
66
  "@storybook/addon-essentials": "^7.0.0",
67
67
  "@storybook/addon-links": "^7.0.0",
68
68
  "@storybook/addons": "^7.0.0",
@@ -75,9 +75,9 @@
75
75
  "storybook": "^7.0.0"
76
76
  },
77
77
  "dependencies": {
78
- "@genesislcap/foundation-comms": "^14.42.0",
79
- "@genesislcap/foundation-ui": "^14.42.0",
80
- "@genesislcap/foundation-utils": "^14.42.0",
78
+ "@genesislcap/foundation-comms": "^14.43.0",
79
+ "@genesislcap/foundation-ui": "^14.43.0",
80
+ "@genesislcap/foundation-utils": "^14.43.0",
81
81
  "@microsoft/fast-colors": "^5.1.4",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
@@ -94,5 +94,5 @@
94
94
  "access": "public"
95
95
  },
96
96
  "customElements": "dist/custom-elements.json",
97
- "gitHead": "233ab7c726775767ca8c0f514e0c047ccea9a099"
97
+ "gitHead": "eee3f6ff14247d3dae4114bf71969a526c02a344"
98
98
  }