@genesislcap/foundation-header 14.276.3 → 14.277.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.
@@ -2299,6 +2299,12 @@
2299
2299
  }
2300
2300
  ]
2301
2301
  },
2302
+ {
2303
+ "kind": "javascript-module",
2304
+ "path": "src/templates/rapid.template.ts",
2305
+ "declarations": [],
2306
+ "exports": []
2307
+ },
2302
2308
  {
2303
2309
  "kind": "javascript-module",
2304
2310
  "path": "src/tags/index.ts",
@@ -2320,12 +2326,6 @@
2320
2326
  "declarations": [],
2321
2327
  "exports": []
2322
2328
  },
2323
- {
2324
- "kind": "javascript-module",
2325
- "path": "src/templates/rapid.template.ts",
2326
- "declarations": [],
2327
- "exports": []
2328
- },
2329
2329
  {
2330
2330
  "kind": "javascript-module",
2331
2331
  "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.276.3",
4
+ "version": "14.277.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -77,29 +77,29 @@
77
77
  }
78
78
  },
79
79
  "devDependencies": {
80
- "@genesislcap/foundation-testing": "14.276.3",
81
- "@genesislcap/genx": "14.276.3",
82
- "@genesislcap/rollup-builder": "14.276.3",
83
- "@genesislcap/ts-builder": "14.276.3",
84
- "@genesislcap/uvu-playwright-builder": "14.276.3",
85
- "@genesislcap/vite-builder": "14.276.3",
86
- "@genesislcap/webpack-builder": "14.276.3",
80
+ "@genesislcap/foundation-testing": "14.277.0",
81
+ "@genesislcap/genx": "14.277.0",
82
+ "@genesislcap/rollup-builder": "14.277.0",
83
+ "@genesislcap/ts-builder": "14.277.0",
84
+ "@genesislcap/uvu-playwright-builder": "14.277.0",
85
+ "@genesislcap/vite-builder": "14.277.0",
86
+ "@genesislcap/webpack-builder": "14.277.0",
87
87
  "rimraf": "^5.0.0"
88
88
  },
89
89
  "dependencies": {
90
- "@genesislcap/foundation-auth": "14.276.3",
91
- "@genesislcap/foundation-comms": "14.276.3",
92
- "@genesislcap/foundation-events": "14.276.3",
93
- "@genesislcap/foundation-i18n": "14.276.3",
94
- "@genesislcap/foundation-logger": "14.276.3",
95
- "@genesislcap/foundation-login": "14.276.3",
96
- "@genesislcap/foundation-shell": "14.276.3",
97
- "@genesislcap/foundation-ui": "14.276.3",
98
- "@genesislcap/foundation-user": "14.276.3",
99
- "@genesislcap/foundation-utils": "14.276.3",
100
- "@genesislcap/foundation-zero": "14.276.3",
101
- "@genesislcap/rapid-design-system": "14.276.3",
102
- "@genesislcap/web-core": "14.276.3",
90
+ "@genesislcap/foundation-auth": "14.277.0",
91
+ "@genesislcap/foundation-comms": "14.277.0",
92
+ "@genesislcap/foundation-events": "14.277.0",
93
+ "@genesislcap/foundation-i18n": "14.277.0",
94
+ "@genesislcap/foundation-logger": "14.277.0",
95
+ "@genesislcap/foundation-login": "14.277.0",
96
+ "@genesislcap/foundation-shell": "14.277.0",
97
+ "@genesislcap/foundation-ui": "14.277.0",
98
+ "@genesislcap/foundation-user": "14.277.0",
99
+ "@genesislcap/foundation-utils": "14.277.0",
100
+ "@genesislcap/foundation-zero": "14.277.0",
101
+ "@genesislcap/rapid-design-system": "14.277.0",
102
+ "@genesislcap/web-core": "14.277.0",
103
103
  "tslib": "^2.3.1"
104
104
  },
105
105
  "repository": {
@@ -111,5 +111,5 @@
111
111
  "access": "public"
112
112
  },
113
113
  "customElements": "dist/custom-elements.json",
114
- "gitHead": "b7a6241f0185a76517cf62713efe87cab37103cf"
114
+ "gitHead": "7e4a37f213232c64a6925eb4fe513317ff2d76c6"
115
115
  }