@genesislcap/foundation-header 14.201.0 → 14.202.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,27 @@
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
+ },
34
55
  {
35
56
  "kind": "javascript-module",
36
57
  "path": "src/config/config.ts",
@@ -151,27 +172,6 @@
151
172
  }
152
173
  ]
153
174
  },
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",
@@ -1673,6 +1673,27 @@
1673
1673
  }
1674
1674
  ]
1675
1675
  },
1676
+ {
1677
+ "kind": "javascript-module",
1678
+ "path": "src/tags/index.ts",
1679
+ "declarations": [],
1680
+ "exports": [
1681
+ {
1682
+ "kind": "js",
1683
+ "name": "*",
1684
+ "declaration": {
1685
+ "name": "*",
1686
+ "package": "./tags"
1687
+ }
1688
+ }
1689
+ ]
1690
+ },
1691
+ {
1692
+ "kind": "javascript-module",
1693
+ "path": "src/tags/tags.ts",
1694
+ "declarations": [],
1695
+ "exports": []
1696
+ },
1676
1697
  {
1677
1698
  "kind": "javascript-module",
1678
1699
  "path": "src/utils/index.ts",
@@ -1707,27 +1728,6 @@
1707
1728
  }
1708
1729
  }
1709
1730
  ]
1710
- },
1711
- {
1712
- "kind": "javascript-module",
1713
- "path": "src/tags/index.ts",
1714
- "declarations": [],
1715
- "exports": [
1716
- {
1717
- "kind": "js",
1718
- "name": "*",
1719
- "declaration": {
1720
- "name": "*",
1721
- "package": "./tags"
1722
- }
1723
- }
1724
- ]
1725
- },
1726
- {
1727
- "kind": "javascript-module",
1728
- "path": "src/tags/tags.ts",
1729
- "declarations": [],
1730
- "exports": []
1731
1731
  }
1732
1732
  ]
1733
1733
  }
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.201.0",
4
+ "version": "14.202.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,24 +76,24 @@
76
76
  }
77
77
  },
78
78
  "devDependencies": {
79
- "@genesislcap/foundation-testing": "14.201.0",
80
- "@genesislcap/genx": "14.201.0",
81
- "@genesislcap/rollup-builder": "14.201.0",
82
- "@genesislcap/ts-builder": "14.201.0",
83
- "@genesislcap/uvu-playwright-builder": "14.201.0",
84
- "@genesislcap/vite-builder": "14.201.0",
85
- "@genesislcap/webpack-builder": "14.201.0",
79
+ "@genesislcap/foundation-testing": "14.202.0",
80
+ "@genesislcap/genx": "14.202.0",
81
+ "@genesislcap/rollup-builder": "14.202.0",
82
+ "@genesislcap/ts-builder": "14.202.0",
83
+ "@genesislcap/uvu-playwright-builder": "14.202.0",
84
+ "@genesislcap/vite-builder": "14.202.0",
85
+ "@genesislcap/webpack-builder": "14.202.0",
86
86
  "rimraf": "^5.0.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.201.0",
90
- "@genesislcap/foundation-events": "14.201.0",
91
- "@genesislcap/foundation-i18n": "14.201.0",
92
- "@genesislcap/foundation-logger": "14.201.0",
93
- "@genesislcap/foundation-shell": "14.201.0",
94
- "@genesislcap/foundation-ui": "14.201.0",
95
- "@genesislcap/foundation-utils": "14.201.0",
96
- "@genesislcap/foundation-zero": "14.201.0",
89
+ "@genesislcap/foundation-comms": "14.202.0",
90
+ "@genesislcap/foundation-events": "14.202.0",
91
+ "@genesislcap/foundation-i18n": "14.202.0",
92
+ "@genesislcap/foundation-logger": "14.202.0",
93
+ "@genesislcap/foundation-shell": "14.202.0",
94
+ "@genesislcap/foundation-ui": "14.202.0",
95
+ "@genesislcap/foundation-utils": "14.202.0",
96
+ "@genesislcap/foundation-zero": "14.202.0",
97
97
  "@microsoft/fast-colors": "^5.3.1",
98
98
  "@microsoft/fast-element": "^1.12.0",
99
99
  "@microsoft/fast-foundation": "^2.49.4",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "d9585bb0f774fe0193ae3b7306e3b73a69e09f56"
112
+ "gitHead": "73a2550f84344266438432d5c18a567885de548e"
113
113
  }