@genesislcap/foundation-zero 14.26.2 → 14.26.3

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.
@@ -751,194 +751,6 @@
751
751
  }
752
752
  ]
753
753
  },
754
- {
755
- "kind": "javascript-module",
756
- "path": "src/anchor/anchor.stories.ts",
757
- "declarations": [
758
- {
759
- "kind": "variable",
760
- "name": "meta",
761
- "type": {
762
- "text": "Meta"
763
- },
764
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
765
- },
766
- {
767
- "kind": "variable",
768
- "name": "All",
769
- "type": {
770
- "text": "StoryObj"
771
- },
772
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
773
- }
774
- ],
775
- "exports": [
776
- {
777
- "kind": "js",
778
- "name": "default",
779
- "declaration": {
780
- "name": "meta",
781
- "module": "src/anchor/anchor.stories.ts"
782
- }
783
- },
784
- {
785
- "kind": "js",
786
- "name": "All",
787
- "declaration": {
788
- "name": "All",
789
- "module": "src/anchor/anchor.stories.ts"
790
- }
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": [
823
- {
824
- "kind": "js",
825
- "name": "zeroAnchorStyles",
826
- "declaration": {
827
- "name": "zeroAnchorStyles",
828
- "module": "src/anchor/anchor.styles.ts"
829
- }
830
- }
831
- ]
832
- },
833
- {
834
- "kind": "javascript-module",
835
- "path": "src/anchor/anchor.template.ts",
836
- "declarations": [
837
- {
838
- "kind": "function",
839
- "name": "zeroAnchorTemplate",
840
- "return": {
841
- "type": {
842
- "text": "ViewTemplate<Anchor>"
843
- }
844
- },
845
- "parameters": [
846
- {
847
- "name": "context",
848
- "type": {
849
- "text": "ElementDefinitionContext"
850
- }
851
- },
852
- {
853
- "name": "definition",
854
- "type": {
855
- "text": "FoundationElementDefinition"
856
- }
857
- }
858
- ]
859
- }
860
- ],
861
- "exports": [
862
- {
863
- "kind": "js",
864
- "name": "zeroAnchorTemplate",
865
- "declaration": {
866
- "name": "zeroAnchorTemplate",
867
- "module": "src/anchor/anchor.template.ts"
868
- }
869
- }
870
- ]
871
- },
872
- {
873
- "kind": "javascript-module",
874
- "path": "src/anchor/anchor.ts",
875
- "declarations": [
876
- {
877
- "kind": "class",
878
- "description": "",
879
- "name": "Anchor",
880
- "superclass": {
881
- "name": "FoundationAnchor",
882
- "package": "@genesislcap/foundation-ui"
883
- },
884
- "tagName": "%%prefix%%-anchor",
885
- "customElement": true
886
- },
887
- {
888
- "kind": "variable",
889
- "name": "zeroAnchor"
890
- }
891
- ],
892
- "exports": [
893
- {
894
- "kind": "js",
895
- "name": "Anchor",
896
- "declaration": {
897
- "name": "Anchor",
898
- "module": "src/anchor/anchor.ts"
899
- }
900
- },
901
- {
902
- "kind": "js",
903
- "name": "zeroAnchor",
904
- "declaration": {
905
- "name": "zeroAnchor",
906
- "module": "src/anchor/anchor.ts"
907
- }
908
- }
909
- ]
910
- },
911
- {
912
- "kind": "javascript-module",
913
- "path": "src/anchor/index.ts",
914
- "declarations": [],
915
- "exports": [
916
- {
917
- "kind": "js",
918
- "name": "*",
919
- "declaration": {
920
- "name": "*",
921
- "package": "./anchor"
922
- }
923
- },
924
- {
925
- "kind": "js",
926
- "name": "*",
927
- "declaration": {
928
- "name": "*",
929
- "package": "./anchor.styles"
930
- }
931
- },
932
- {
933
- "kind": "js",
934
- "name": "*",
935
- "declaration": {
936
- "name": "*",
937
- "package": "./anchor.template"
938
- }
939
- }
940
- ]
941
- },
942
754
  {
943
755
  "kind": "javascript-module",
944
756
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1211,6 +1023,194 @@
1211
1023
  }
1212
1024
  ]
1213
1025
  },
1026
+ {
1027
+ "kind": "javascript-module",
1028
+ "path": "src/anchor/anchor.stories.ts",
1029
+ "declarations": [
1030
+ {
1031
+ "kind": "variable",
1032
+ "name": "meta",
1033
+ "type": {
1034
+ "text": "Meta"
1035
+ },
1036
+ "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1037
+ },
1038
+ {
1039
+ "kind": "variable",
1040
+ "name": "All",
1041
+ "type": {
1042
+ "text": "StoryObj"
1043
+ },
1044
+ "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1045
+ }
1046
+ ],
1047
+ "exports": [
1048
+ {
1049
+ "kind": "js",
1050
+ "name": "default",
1051
+ "declaration": {
1052
+ "name": "meta",
1053
+ "module": "src/anchor/anchor.stories.ts"
1054
+ }
1055
+ },
1056
+ {
1057
+ "kind": "js",
1058
+ "name": "All",
1059
+ "declaration": {
1060
+ "name": "All",
1061
+ "module": "src/anchor/anchor.stories.ts"
1062
+ }
1063
+ }
1064
+ ]
1065
+ },
1066
+ {
1067
+ "kind": "javascript-module",
1068
+ "path": "src/anchor/anchor.styles.ts",
1069
+ "declarations": [
1070
+ {
1071
+ "kind": "function",
1072
+ "name": "zeroAnchorStyles",
1073
+ "return": {
1074
+ "type": {
1075
+ "text": "ElementStyles"
1076
+ }
1077
+ },
1078
+ "parameters": [
1079
+ {
1080
+ "name": "context",
1081
+ "type": {
1082
+ "text": "ElementDefinitionContext"
1083
+ }
1084
+ },
1085
+ {
1086
+ "name": "definition",
1087
+ "type": {
1088
+ "text": "FoundationElementDefinition"
1089
+ }
1090
+ }
1091
+ ]
1092
+ }
1093
+ ],
1094
+ "exports": [
1095
+ {
1096
+ "kind": "js",
1097
+ "name": "zeroAnchorStyles",
1098
+ "declaration": {
1099
+ "name": "zeroAnchorStyles",
1100
+ "module": "src/anchor/anchor.styles.ts"
1101
+ }
1102
+ }
1103
+ ]
1104
+ },
1105
+ {
1106
+ "kind": "javascript-module",
1107
+ "path": "src/anchor/anchor.template.ts",
1108
+ "declarations": [
1109
+ {
1110
+ "kind": "function",
1111
+ "name": "zeroAnchorTemplate",
1112
+ "return": {
1113
+ "type": {
1114
+ "text": "ViewTemplate<Anchor>"
1115
+ }
1116
+ },
1117
+ "parameters": [
1118
+ {
1119
+ "name": "context",
1120
+ "type": {
1121
+ "text": "ElementDefinitionContext"
1122
+ }
1123
+ },
1124
+ {
1125
+ "name": "definition",
1126
+ "type": {
1127
+ "text": "FoundationElementDefinition"
1128
+ }
1129
+ }
1130
+ ]
1131
+ }
1132
+ ],
1133
+ "exports": [
1134
+ {
1135
+ "kind": "js",
1136
+ "name": "zeroAnchorTemplate",
1137
+ "declaration": {
1138
+ "name": "zeroAnchorTemplate",
1139
+ "module": "src/anchor/anchor.template.ts"
1140
+ }
1141
+ }
1142
+ ]
1143
+ },
1144
+ {
1145
+ "kind": "javascript-module",
1146
+ "path": "src/anchor/anchor.ts",
1147
+ "declarations": [
1148
+ {
1149
+ "kind": "class",
1150
+ "description": "",
1151
+ "name": "Anchor",
1152
+ "superclass": {
1153
+ "name": "FoundationAnchor",
1154
+ "package": "@genesislcap/foundation-ui"
1155
+ },
1156
+ "tagName": "%%prefix%%-anchor",
1157
+ "customElement": true
1158
+ },
1159
+ {
1160
+ "kind": "variable",
1161
+ "name": "zeroAnchor"
1162
+ }
1163
+ ],
1164
+ "exports": [
1165
+ {
1166
+ "kind": "js",
1167
+ "name": "Anchor",
1168
+ "declaration": {
1169
+ "name": "Anchor",
1170
+ "module": "src/anchor/anchor.ts"
1171
+ }
1172
+ },
1173
+ {
1174
+ "kind": "js",
1175
+ "name": "zeroAnchor",
1176
+ "declaration": {
1177
+ "name": "zeroAnchor",
1178
+ "module": "src/anchor/anchor.ts"
1179
+ }
1180
+ }
1181
+ ]
1182
+ },
1183
+ {
1184
+ "kind": "javascript-module",
1185
+ "path": "src/anchor/index.ts",
1186
+ "declarations": [],
1187
+ "exports": [
1188
+ {
1189
+ "kind": "js",
1190
+ "name": "*",
1191
+ "declaration": {
1192
+ "name": "*",
1193
+ "package": "./anchor"
1194
+ }
1195
+ },
1196
+ {
1197
+ "kind": "js",
1198
+ "name": "*",
1199
+ "declaration": {
1200
+ "name": "*",
1201
+ "package": "./anchor.styles"
1202
+ }
1203
+ },
1204
+ {
1205
+ "kind": "js",
1206
+ "name": "*",
1207
+ "declaration": {
1208
+ "name": "*",
1209
+ "package": "./anchor.template"
1210
+ }
1211
+ }
1212
+ ]
1213
+ },
1214
1214
  {
1215
1215
  "kind": "javascript-module",
1216
1216
  "path": "src/badge/badge.stories.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.26.2",
4
+ "version": "14.26.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,7 +27,7 @@
27
27
  "storybook": "storybook dev -p 6006"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "^14.26.2",
30
+ "@genesislcap/genx": "^14.26.3",
31
31
  "@playwright/test": "^1.18.1",
32
32
  "@storybook/addon-essentials": "^7.0.0",
33
33
  "@storybook/addon-links": "^7.0.0",
@@ -41,7 +41,7 @@
41
41
  "esm": "^3.2.25",
42
42
  "jsdom": "^19.0.0",
43
43
  "lit-html": "^2.4.0",
44
- "playwright-test": "^7.2.1",
44
+ "playwright-test": "^8.4.0",
45
45
  "storybook": "^7.0.0",
46
46
  "tsm": "^2.2.1",
47
47
  "typescript": "^4.5.5",
@@ -49,9 +49,9 @@
49
49
  "watchlist": "^0.3.1"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "^14.26.2",
53
- "@genesislcap/foundation-ui": "^14.26.2",
54
- "@genesislcap/foundation-utils": "^14.26.2",
52
+ "@genesislcap/foundation-comms": "^14.26.3",
53
+ "@genesislcap/foundation-ui": "^14.26.3",
54
+ "@genesislcap/foundation-utils": "^14.26.3",
55
55
  "@microsoft/fast-colors": "^5.1.4",
56
56
  "@microsoft/fast-components": "^2.21.3",
57
57
  "@microsoft/fast-element": "^1.7.0",
@@ -68,5 +68,5 @@
68
68
  "access": "public"
69
69
  },
70
70
  "customElements": "dist/custom-elements.json",
71
- "gitHead": "60c523f3f5ac39cc3fe9a6aa4e52871d245f66c2"
71
+ "gitHead": "fa876a4392c2aa2e2882fde7ea2a2e3fabb947ed"
72
72
  }