@genesislcap/foundation-header 14.212.0 → 14.213.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.
@@ -1512,6 +1512,27 @@
1512
1512
  }
1513
1513
  ]
1514
1514
  },
1515
+ {
1516
+ "kind": "javascript-module",
1517
+ "path": "src/tags/index.ts",
1518
+ "declarations": [],
1519
+ "exports": [
1520
+ {
1521
+ "kind": "js",
1522
+ "name": "*",
1523
+ "declaration": {
1524
+ "name": "*",
1525
+ "package": "./tags"
1526
+ }
1527
+ }
1528
+ ]
1529
+ },
1530
+ {
1531
+ "kind": "javascript-module",
1532
+ "path": "src/tags/tags.ts",
1533
+ "declarations": [],
1534
+ "exports": []
1535
+ },
1515
1536
  {
1516
1537
  "kind": "javascript-module",
1517
1538
  "path": "src/styles/colors.ts",
@@ -1673,27 +1694,6 @@
1673
1694
  }
1674
1695
  ]
1675
1696
  },
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
- },
1697
1697
  {
1698
1698
  "kind": "javascript-module",
1699
1699
  "path": "src/utils/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.212.0",
4
+ "version": "14.213.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.212.0",
80
- "@genesislcap/genx": "14.212.0",
81
- "@genesislcap/rollup-builder": "14.212.0",
82
- "@genesislcap/ts-builder": "14.212.0",
83
- "@genesislcap/uvu-playwright-builder": "14.212.0",
84
- "@genesislcap/vite-builder": "14.212.0",
85
- "@genesislcap/webpack-builder": "14.212.0",
79
+ "@genesislcap/foundation-testing": "14.213.0",
80
+ "@genesislcap/genx": "14.213.0",
81
+ "@genesislcap/rollup-builder": "14.213.0",
82
+ "@genesislcap/ts-builder": "14.213.0",
83
+ "@genesislcap/uvu-playwright-builder": "14.213.0",
84
+ "@genesislcap/vite-builder": "14.213.0",
85
+ "@genesislcap/webpack-builder": "14.213.0",
86
86
  "rimraf": "^5.0.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.212.0",
90
- "@genesislcap/foundation-events": "14.212.0",
91
- "@genesislcap/foundation-i18n": "14.212.0",
92
- "@genesislcap/foundation-logger": "14.212.0",
93
- "@genesislcap/foundation-shell": "14.212.0",
94
- "@genesislcap/foundation-ui": "14.212.0",
95
- "@genesislcap/foundation-utils": "14.212.0",
96
- "@genesislcap/foundation-zero": "14.212.0",
89
+ "@genesislcap/foundation-comms": "14.213.0",
90
+ "@genesislcap/foundation-events": "14.213.0",
91
+ "@genesislcap/foundation-i18n": "14.213.0",
92
+ "@genesislcap/foundation-logger": "14.213.0",
93
+ "@genesislcap/foundation-shell": "14.213.0",
94
+ "@genesislcap/foundation-ui": "14.213.0",
95
+ "@genesislcap/foundation-utils": "14.213.0",
96
+ "@genesislcap/foundation-zero": "14.213.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": "880f74b1216de9f9b42035c3a44b69b936cd0686"
112
+ "gitHead": "70f38494437517fe4ccfca280abbed212b72a809"
113
113
  }