@genesislcap/foundation-header 14.141.3 → 14.142.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.
@@ -31,6 +31,28 @@
31
31
  }
32
32
  ]
33
33
  },
34
+ {
35
+ "kind": "javascript-module",
36
+ "path": "src/components/zero-components.ts",
37
+ "declarations": [
38
+ {
39
+ "kind": "function",
40
+ "name": "registerCommonZeroComponents",
41
+ "description": "registerCommonZeroComponents.",
42
+ "privacy": "public"
43
+ }
44
+ ],
45
+ "exports": [
46
+ {
47
+ "kind": "js",
48
+ "name": "registerCommonZeroComponents",
49
+ "declaration": {
50
+ "name": "registerCommonZeroComponents",
51
+ "module": "src/components/zero-components.ts"
52
+ }
53
+ }
54
+ ]
55
+ },
34
56
  {
35
57
  "kind": "javascript-module",
36
58
  "path": "src/config/config.ts",
@@ -151,28 +173,6 @@
151
173
  }
152
174
  ]
153
175
  },
154
- {
155
- "kind": "javascript-module",
156
- "path": "src/components/zero-components.ts",
157
- "declarations": [
158
- {
159
- "kind": "function",
160
- "name": "registerCommonZeroComponents",
161
- "description": "registerCommonZeroComponents.",
162
- "privacy": "public"
163
- }
164
- ],
165
- "exports": [
166
- {
167
- "kind": "js",
168
- "name": "registerCommonZeroComponents",
169
- "declaration": {
170
- "name": "registerCommonZeroComponents",
171
- "module": "src/components/zero-components.ts"
172
- }
173
- }
174
- ]
175
- },
176
176
  {
177
177
  "kind": "javascript-module",
178
178
  "path": "src/main/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-header",
3
3
  "description": "Genesis Foundation Header",
4
- "version": "14.141.3",
4
+ "version": "14.142.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -68,19 +68,19 @@
68
68
  "test:debug": "genx test --debug"
69
69
  },
70
70
  "devDependencies": {
71
- "@genesislcap/foundation-testing": "14.141.3",
72
- "@genesislcap/genx": "14.141.3",
71
+ "@genesislcap/foundation-testing": "14.142.0",
72
+ "@genesislcap/genx": "14.142.0",
73
73
  "rimraf": "^3.0.2"
74
74
  },
75
75
  "dependencies": {
76
- "@genesislcap/foundation-comms": "14.141.3",
77
- "@genesislcap/foundation-events": "14.141.3",
78
- "@genesislcap/foundation-i18n": "14.141.3",
79
- "@genesislcap/foundation-logger": "14.141.3",
80
- "@genesislcap/foundation-shell": "14.141.3",
81
- "@genesislcap/foundation-ui": "14.141.3",
82
- "@genesislcap/foundation-utils": "14.141.3",
83
- "@genesislcap/foundation-zero": "14.141.3",
76
+ "@genesislcap/foundation-comms": "14.142.0",
77
+ "@genesislcap/foundation-events": "14.142.0",
78
+ "@genesislcap/foundation-i18n": "14.142.0",
79
+ "@genesislcap/foundation-logger": "14.142.0",
80
+ "@genesislcap/foundation-shell": "14.142.0",
81
+ "@genesislcap/foundation-ui": "14.142.0",
82
+ "@genesislcap/foundation-utils": "14.142.0",
83
+ "@genesislcap/foundation-zero": "14.142.0",
84
84
  "@microsoft/fast-colors": "^5.3.1",
85
85
  "@microsoft/fast-components": "^2.30.6",
86
86
  "@microsoft/fast-element": "^1.12.0",
@@ -97,5 +97,5 @@
97
97
  "access": "public"
98
98
  },
99
99
  "customElements": "dist/custom-elements.json",
100
- "gitHead": "37b360922e11609ac87d08b72cb66de130732b8d"
100
+ "gitHead": "8a30f7d48c453f8eaa52ea7c9f6c3a38a96d4a75"
101
101
  }