@genesislcap/foundation-zero 14.24.4 → 14.25.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 +11 -42
@@ -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.24.4",
4
+ "version": "14.25.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -15,23 +15,19 @@
15
15
  "build-storybook": "genx clean storybook-static && storybook build",
16
16
  "build:rollup": "genx build -b rollup",
17
17
  "build:rollup:stats": "genx analyze -b rollup",
18
- "build:webpack": "cross-env NODE_ENV=production webpack",
19
- "build:webpack:make-federated-types": "make-federated-types",
20
- "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
18
+ "build:webpack": "genx build -b webpack",
19
+ "build:webpack:stats": "genx analyze -b webpack",
21
20
  "clean": "genx clean",
22
21
  "dev": "npm run dev:tsc",
23
22
  "dev:rollup": "genx dev -b rollup",
24
23
  "dev:tsc": "genx dev",
25
- "dev:webpack": "cross-env NODE_ENV=development webpack serve",
24
+ "dev:webpack": "genx dev -b webpack",
26
25
  "serve": "genx serve",
27
26
  "start": "npm run storybook",
28
- "storybook": "storybook dev -p 6006",
29
- "test": "echo \"Error: no test specified\""
27
+ "storybook": "storybook dev -p 6006"
30
28
  },
31
29
  "devDependencies": {
32
- "@genesislcap/genx": "^14.24.4",
33
- "@module-federation/dashboard-plugin": "2.3.0",
34
- "@pixability-ui/federated-types": "^0.2.0",
30
+ "@genesislcap/genx": "^14.25.0",
35
31
  "@playwright/test": "^1.18.1",
36
32
  "@storybook/addon-essentials": "^7.0.0",
37
33
  "@storybook/addon-links": "^7.0.0",
@@ -42,47 +38,20 @@
42
38
  "@storybook/web-components-vite": "^7.0.0",
43
39
  "bulma": "^0.9.3",
44
40
  "c8": "^7.11.0",
45
- "camel-case": "^4.1.2",
46
- "circular-dependency-plugin": "^5.2.2",
47
- "clean-webpack-plugin": "^4.0.0",
48
- "copyfiles": "^2.4.1",
49
- "cross-env": "^7.0.3",
50
- "csp-html-webpack-plugin": "^5.1.0",
51
- "css-loader": "^6.6.0",
52
- "cssnano": "^5.0.17",
53
41
  "esm": "^3.2.25",
54
- "file-loader": "^6.2.0",
55
- "html-loader": "^3.1.0",
56
- "html-webpack-plugin": "^5.3.1",
57
42
  "jsdom": "^19.0.0",
58
43
  "lit-html": "^2.4.0",
59
- "mini-css-extract-plugin": "^2.5.3",
60
44
  "playwright-test": "^7.2.1",
61
- "portfinder-sync": "^0.0.2",
62
- "postcss": "^8.2.8",
63
- "postcss-import": "^14.0.0",
64
- "postcss-loader": "^6.2.1",
65
- "postcss-preset-env": "^7.0.1",
66
- "sass": "^1.49.7",
67
45
  "storybook": "^7.0.0",
68
- "terser-webpack-plugin": "^5.3.1",
69
- "to-string-loader": "^1.2.0",
70
- "ts-loader": "9.3.1",
71
- "tsconfig-paths-webpack-plugin": "^3.5.1",
72
46
  "tsm": "^2.2.1",
73
47
  "typescript": "^4.5.5",
74
48
  "uvu": "0.5.4",
75
- "watchlist": "^0.3.1",
76
- "webpack": "^5.45.1",
77
- "webpack-bundle-analyzer": "^4.5.0",
78
- "webpack-cli": "^4.5.0",
79
- "webpack-dev-server": "^4.0.0-beta.3",
80
- "webpack-merge": "^5.7.3"
49
+ "watchlist": "^0.3.1"
81
50
  },
82
51
  "dependencies": {
83
- "@genesislcap/foundation-comms": "^14.24.4",
84
- "@genesislcap/foundation-ui": "^14.24.4",
85
- "@genesislcap/foundation-utils": "^14.24.4",
52
+ "@genesislcap/foundation-comms": "^14.25.0",
53
+ "@genesislcap/foundation-ui": "^14.25.0",
54
+ "@genesislcap/foundation-utils": "^14.25.0",
86
55
  "@microsoft/fast-colors": "^5.1.4",
87
56
  "@microsoft/fast-components": "^2.21.3",
88
57
  "@microsoft/fast-element": "^1.7.0",
@@ -99,5 +68,5 @@
99
68
  "access": "public"
100
69
  },
101
70
  "customElements": "dist/custom-elements.json",
102
- "gitHead": "f10d551ef1457c744c75d1a21f711b1930242f05"
71
+ "gitHead": "ee636dcc509e1cd2ab564462cb147819e7043154"
103
72
  }