@genesislcap/foundation-header 14.218.2 → 14.219.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,27 +31,6 @@
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
- "privacy": "public"
42
- }
43
- ],
44
- "exports": [
45
- {
46
- "kind": "js",
47
- "name": "registerCommonZeroComponents",
48
- "declaration": {
49
- "name": "registerCommonZeroComponents",
50
- "module": "src/components/zero-components.ts"
51
- }
52
- }
53
- ]
54
- },
55
34
  {
56
35
  "kind": "javascript-module",
57
36
  "path": "src/config/config.ts",
@@ -172,6 +151,27 @@
172
151
  }
173
152
  ]
174
153
  },
154
+ {
155
+ "kind": "javascript-module",
156
+ "path": "src/components/zero-components.ts",
157
+ "declarations": [
158
+ {
159
+ "kind": "function",
160
+ "name": "registerCommonZeroComponents",
161
+ "privacy": "public"
162
+ }
163
+ ],
164
+ "exports": [
165
+ {
166
+ "kind": "js",
167
+ "name": "registerCommonZeroComponents",
168
+ "declaration": {
169
+ "name": "registerCommonZeroComponents",
170
+ "module": "src/components/zero-components.ts"
171
+ }
172
+ }
173
+ ]
174
+ },
175
175
  {
176
176
  "kind": "javascript-module",
177
177
  "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.218.2",
4
+ "version": "14.219.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -76,26 +76,26 @@
76
76
  }
77
77
  },
78
78
  "devDependencies": {
79
- "@genesislcap/foundation-testing": "14.218.2",
80
- "@genesislcap/genx": "14.218.2",
81
- "@genesislcap/rollup-builder": "14.218.2",
82
- "@genesislcap/ts-builder": "14.218.2",
83
- "@genesislcap/uvu-playwright-builder": "14.218.2",
84
- "@genesislcap/vite-builder": "14.218.2",
85
- "@genesislcap/webpack-builder": "14.218.2",
79
+ "@genesislcap/foundation-testing": "14.219.0",
80
+ "@genesislcap/genx": "14.219.0",
81
+ "@genesislcap/rollup-builder": "14.219.0",
82
+ "@genesislcap/ts-builder": "14.219.0",
83
+ "@genesislcap/uvu-playwright-builder": "14.219.0",
84
+ "@genesislcap/vite-builder": "14.219.0",
85
+ "@genesislcap/webpack-builder": "14.219.0",
86
86
  "rimraf": "^5.0.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-auth": "14.218.2",
90
- "@genesislcap/foundation-comms": "14.218.2",
91
- "@genesislcap/foundation-events": "14.218.2",
92
- "@genesislcap/foundation-i18n": "14.218.2",
93
- "@genesislcap/foundation-logger": "14.218.2",
94
- "@genesislcap/foundation-shell": "14.218.2",
95
- "@genesislcap/foundation-ui": "14.218.2",
96
- "@genesislcap/foundation-user": "14.218.2",
97
- "@genesislcap/foundation-utils": "14.218.2",
98
- "@genesislcap/foundation-zero": "14.218.2",
89
+ "@genesislcap/foundation-auth": "14.219.0",
90
+ "@genesislcap/foundation-comms": "14.219.0",
91
+ "@genesislcap/foundation-events": "14.219.0",
92
+ "@genesislcap/foundation-i18n": "14.219.0",
93
+ "@genesislcap/foundation-logger": "14.219.0",
94
+ "@genesislcap/foundation-shell": "14.219.0",
95
+ "@genesislcap/foundation-ui": "14.219.0",
96
+ "@genesislcap/foundation-user": "14.219.0",
97
+ "@genesislcap/foundation-utils": "14.219.0",
98
+ "@genesislcap/foundation-zero": "14.219.0",
99
99
  "@microsoft/fast-colors": "^5.3.1",
100
100
  "@microsoft/fast-element": "^1.12.0",
101
101
  "@microsoft/fast-foundation": "2.49.6",
@@ -111,5 +111,5 @@
111
111
  "access": "public"
112
112
  },
113
113
  "customElements": "dist/custom-elements.json",
114
- "gitHead": "4a9ced163c8b35ad4361a13540cdb242c854d2e7"
114
+ "gitHead": "22ff8ee1ca290cd29752b37d38153634899d51b5"
115
115
  }