@genesislcap/foundation-header 14.187.1 → 14.188.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,6 +1448,27 @@
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
+ },
1451
1472
  {
1452
1473
  "kind": "javascript-module",
1453
1474
  "path": "src/styles/colors.ts",
@@ -1609,27 +1630,6 @@
1609
1630
  }
1610
1631
  ]
1611
1632
  },
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.187.1",
4
+ "version": "14.188.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.187.1",
80
- "@genesislcap/genx": "14.187.1",
81
- "@genesislcap/rollup-builder": "14.187.1",
82
- "@genesislcap/ts-builder": "14.187.1",
83
- "@genesislcap/uvu-playwright-builder": "14.187.1",
84
- "@genesislcap/vite-builder": "14.187.1",
85
- "@genesislcap/webpack-builder": "14.187.1",
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",
86
86
  "rimraf": "^5.0.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.187.1",
90
- "@genesislcap/foundation-events": "14.187.1",
91
- "@genesislcap/foundation-i18n": "14.187.1",
92
- "@genesislcap/foundation-logger": "14.187.1",
93
- "@genesislcap/foundation-shell": "14.187.1",
94
- "@genesislcap/foundation-ui": "14.187.1",
95
- "@genesislcap/foundation-utils": "14.187.1",
96
- "@genesislcap/foundation-zero": "14.187.1",
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",
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": "ed7f2594a168c5d92f448fc0c65566a9f1074acb"
112
+ "gitHead": "c262f43925f3066a3d5515753ef3dd14b6945199"
113
113
  }