@genesislcap/foundation-header 14.274.1 → 14.275.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,12 +2299,6 @@
2299
2299
  }
2300
2300
  ]
2301
2301
  },
2302
- {
2303
- "kind": "javascript-module",
2304
- "path": "src/templates/rapid.template.ts",
2305
- "declarations": [],
2306
- "exports": []
2307
- },
2308
2302
  {
2309
2303
  "kind": "javascript-module",
2310
2304
  "path": "src/tags/index.ts",
@@ -2326,6 +2320,12 @@
2326
2320
  "declarations": [],
2327
2321
  "exports": []
2328
2322
  },
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.274.1",
4
+ "version": "14.275.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.274.1",
81
- "@genesislcap/genx": "14.274.1",
82
- "@genesislcap/rollup-builder": "14.274.1",
83
- "@genesislcap/ts-builder": "14.274.1",
84
- "@genesislcap/uvu-playwright-builder": "14.274.1",
85
- "@genesislcap/vite-builder": "14.274.1",
86
- "@genesislcap/webpack-builder": "14.274.1",
80
+ "@genesislcap/foundation-testing": "14.275.0",
81
+ "@genesislcap/genx": "14.275.0",
82
+ "@genesislcap/rollup-builder": "14.275.0",
83
+ "@genesislcap/ts-builder": "14.275.0",
84
+ "@genesislcap/uvu-playwright-builder": "14.275.0",
85
+ "@genesislcap/vite-builder": "14.275.0",
86
+ "@genesislcap/webpack-builder": "14.275.0",
87
87
  "rimraf": "^5.0.0"
88
88
  },
89
89
  "dependencies": {
90
- "@genesislcap/foundation-auth": "14.274.1",
91
- "@genesislcap/foundation-comms": "14.274.1",
92
- "@genesislcap/foundation-events": "14.274.1",
93
- "@genesislcap/foundation-i18n": "14.274.1",
94
- "@genesislcap/foundation-logger": "14.274.1",
95
- "@genesislcap/foundation-login": "14.274.1",
96
- "@genesislcap/foundation-shell": "14.274.1",
97
- "@genesislcap/foundation-ui": "14.274.1",
98
- "@genesislcap/foundation-user": "14.274.1",
99
- "@genesislcap/foundation-utils": "14.274.1",
100
- "@genesislcap/foundation-zero": "14.274.1",
101
- "@genesislcap/rapid-design-system": "14.274.1",
102
- "@genesislcap/web-core": "14.274.1",
90
+ "@genesislcap/foundation-auth": "14.275.0",
91
+ "@genesislcap/foundation-comms": "14.275.0",
92
+ "@genesislcap/foundation-events": "14.275.0",
93
+ "@genesislcap/foundation-i18n": "14.275.0",
94
+ "@genesislcap/foundation-logger": "14.275.0",
95
+ "@genesislcap/foundation-login": "14.275.0",
96
+ "@genesislcap/foundation-shell": "14.275.0",
97
+ "@genesislcap/foundation-ui": "14.275.0",
98
+ "@genesislcap/foundation-user": "14.275.0",
99
+ "@genesislcap/foundation-utils": "14.275.0",
100
+ "@genesislcap/foundation-zero": "14.275.0",
101
+ "@genesislcap/rapid-design-system": "14.275.0",
102
+ "@genesislcap/web-core": "14.275.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": "a4925dc9d6c9da09f282cc5255ade13937cba2cd"
114
+ "gitHead": "ce2f043a6de1db6be728298be2baf76d4586f705"
115
115
  }