@genesislcap/foundation-zero 14.23.1-alpha-bf28a25.0 → 14.24.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +188 -188
  2. package/package.json +14 -22
@@ -751,6 +751,194 @@
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
+ },
754
942
  {
755
943
  "kind": "javascript-module",
756
944
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1023,194 +1211,6 @@
1023
1211
  }
1024
1212
  ]
1025
1213
  },
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.23.1-alpha-bf28a25.0",
4
+ "version": "14.24.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -13,14 +13,14 @@
13
13
  "scripts": {
14
14
  "build": "genx build",
15
15
  "build-storybook": "genx clean storybook-static && storybook build",
16
- "build:rollup": "rollup -c",
17
- "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
16
+ "build:rollup": "genx build -b rollup",
17
+ "build:rollup:stats": "genx analyze -b rollup",
18
18
  "build:webpack": "cross-env NODE_ENV=production webpack",
19
19
  "build:webpack:make-federated-types": "make-federated-types",
20
20
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
21
21
  "clean": "genx clean",
22
22
  "dev": "npm run dev:tsc",
23
- "dev:rollup": "rollup -c -w --configDev",
23
+ "dev:rollup": "genx dev -b rollup",
24
24
  "dev:tsc": "genx dev",
25
25
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
26
26
  "serve": "genx serve",
@@ -29,15 +29,10 @@
29
29
  "test": "echo \"Error: no test specified\""
30
30
  },
31
31
  "devDependencies": {
32
- "@custom-elements-manifest/analyzer": "^0.8.2",
33
- "@genesislcap/genx": "14.23.1-alpha-bf28a25.0",
32
+ "@genesislcap/genx": "^14.24.0",
34
33
  "@module-federation/dashboard-plugin": "2.3.0",
35
34
  "@pixability-ui/federated-types": "^0.2.0",
36
35
  "@playwright/test": "^1.18.1",
37
- "@rollup/plugin-commonjs": "^21.0.1",
38
- "@rollup/plugin-node-resolve": "^13.1.3",
39
- "@rollup/plugin-terser": "^0.4.0",
40
- "@rollup/plugin-typescript": "^8.3.0",
41
36
  "@storybook/addon-essentials": "^7.0.0",
42
37
  "@storybook/addon-links": "^7.0.0",
43
38
  "@storybook/addons": "^7.0.0",
@@ -68,13 +63,6 @@
68
63
  "postcss-import": "^14.0.0",
69
64
  "postcss-loader": "^6.2.1",
70
65
  "postcss-preset-env": "^7.0.1",
71
- "rollup": "^2.7.6",
72
- "rollup-plugin-copy": "^3.4.0",
73
- "rollup-plugin-filesize": "^9.1.2",
74
- "rollup-plugin-lit-css": "^3.2.1",
75
- "rollup-plugin-styles": "^4.0.0",
76
- "rollup-plugin-transform-tagged-template": "^0.0.3",
77
- "rollup-plugin-visualizer": "^5.6.0",
78
66
  "sass": "^1.49.7",
79
67
  "storybook": "^7.0.0",
80
68
  "terser-webpack-plugin": "^5.3.1",
@@ -92,9 +80,9 @@
92
80
  "webpack-merge": "^5.7.3"
93
81
  },
94
82
  "dependencies": {
95
- "@genesislcap/foundation-comms": "14.23.1-alpha-bf28a25.0",
96
- "@genesislcap/foundation-ui": "14.23.1-alpha-bf28a25.0",
97
- "@genesislcap/foundation-utils": "14.23.1-alpha-bf28a25.0",
83
+ "@genesislcap/foundation-comms": "^14.24.0",
84
+ "@genesislcap/foundation-ui": "^14.24.0",
85
+ "@genesislcap/foundation-utils": "^14.24.0",
98
86
  "@microsoft/fast-colors": "^5.1.4",
99
87
  "@microsoft/fast-components": "^2.21.3",
100
88
  "@microsoft/fast-element": "^1.7.0",
@@ -102,10 +90,14 @@
102
90
  "@microsoft/fast-web-utilities": "^5.0.2",
103
91
  "tslib": "^2.3.1"
104
92
  },
105
- "repository": "https://github.com/genesislcap/foundation-ui.git",
93
+ "repository": {
94
+ "type": "git",
95
+ "url": "git+https://github.com/genesislcap/foundation-ui.git",
96
+ "directory": "packages/foundation/foundation-ds/foundation-zero"
97
+ },
106
98
  "publishConfig": {
107
99
  "access": "public"
108
100
  },
109
101
  "customElements": "dist/custom-elements.json",
110
- "gitHead": "549ee6b1bd5ad5ba19da94c04a41c58543a71bd2"
102
+ "gitHead": "94a3b388d39d65f0376bb347238a4151b3cfdd09"
111
103
  }