@genesislcap/foundation-header 14.188.0 → 14.189.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.
@@ -1448,27 +1448,6 @@
1448
1448
  }
1449
1449
  ]
1450
1450
  },
1451
- {
1452
- "kind": "javascript-module",
1453
- "path": "src/tags/index.ts",
1454
- "declarations": [],
1455
- "exports": [
1456
- {
1457
- "kind": "js",
1458
- "name": "*",
1459
- "declaration": {
1460
- "name": "*",
1461
- "package": "./tags"
1462
- }
1463
- }
1464
- ]
1465
- },
1466
- {
1467
- "kind": "javascript-module",
1468
- "path": "src/tags/tags.ts",
1469
- "declarations": [],
1470
- "exports": []
1471
- },
1472
1451
  {
1473
1452
  "kind": "javascript-module",
1474
1453
  "path": "src/styles/colors.ts",
@@ -1630,6 +1609,27 @@
1630
1609
  }
1631
1610
  ]
1632
1611
  },
1612
+ {
1613
+ "kind": "javascript-module",
1614
+ "path": "src/tags/index.ts",
1615
+ "declarations": [],
1616
+ "exports": [
1617
+ {
1618
+ "kind": "js",
1619
+ "name": "*",
1620
+ "declaration": {
1621
+ "name": "*",
1622
+ "package": "./tags"
1623
+ }
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "kind": "javascript-module",
1629
+ "path": "src/tags/tags.ts",
1630
+ "declarations": [],
1631
+ "exports": []
1632
+ },
1633
1633
  {
1634
1634
  "kind": "javascript-module",
1635
1635
  "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.188.0",
4
+ "version": "14.189.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.188.0",
80
- "@genesislcap/genx": "14.188.0",
81
- "@genesislcap/rollup-builder": "14.188.0",
82
- "@genesislcap/ts-builder": "14.188.0",
83
- "@genesislcap/uvu-playwright-builder": "14.188.0",
84
- "@genesislcap/vite-builder": "14.188.0",
85
- "@genesislcap/webpack-builder": "14.188.0",
79
+ "@genesislcap/foundation-testing": "14.189.0",
80
+ "@genesislcap/genx": "14.189.0",
81
+ "@genesislcap/rollup-builder": "14.189.0",
82
+ "@genesislcap/ts-builder": "14.189.0",
83
+ "@genesislcap/uvu-playwright-builder": "14.189.0",
84
+ "@genesislcap/vite-builder": "14.189.0",
85
+ "@genesislcap/webpack-builder": "14.189.0",
86
86
  "rimraf": "^5.0.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.188.0",
90
- "@genesislcap/foundation-events": "14.188.0",
91
- "@genesislcap/foundation-i18n": "14.188.0",
92
- "@genesislcap/foundation-logger": "14.188.0",
93
- "@genesislcap/foundation-shell": "14.188.0",
94
- "@genesislcap/foundation-ui": "14.188.0",
95
- "@genesislcap/foundation-utils": "14.188.0",
96
- "@genesislcap/foundation-zero": "14.188.0",
89
+ "@genesislcap/foundation-comms": "14.189.0",
90
+ "@genesislcap/foundation-events": "14.189.0",
91
+ "@genesislcap/foundation-i18n": "14.189.0",
92
+ "@genesislcap/foundation-logger": "14.189.0",
93
+ "@genesislcap/foundation-shell": "14.189.0",
94
+ "@genesislcap/foundation-ui": "14.189.0",
95
+ "@genesislcap/foundation-utils": "14.189.0",
96
+ "@genesislcap/foundation-zero": "14.189.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": "c262f43925f3066a3d5515753ef3dd14b6945199"
112
+ "gitHead": "3e408af16c90ccd4129de5bada72e25d37610548"
113
113
  }