@genesislcap/foundation-header 14.274.0 → 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.
@@ -2138,27 +2138,6 @@
2138
2138
  }
2139
2139
  ]
2140
2140
  },
2141
- {
2142
- "kind": "javascript-module",
2143
- "path": "src/tags/index.ts",
2144
- "declarations": [],
2145
- "exports": [
2146
- {
2147
- "kind": "js",
2148
- "name": "*",
2149
- "declaration": {
2150
- "name": "*",
2151
- "package": "./tags"
2152
- }
2153
- }
2154
- ]
2155
- },
2156
- {
2157
- "kind": "javascript-module",
2158
- "path": "src/tags/tags.ts",
2159
- "declarations": [],
2160
- "exports": []
2161
- },
2162
2141
  {
2163
2142
  "kind": "javascript-module",
2164
2143
  "path": "src/styles/colors.ts",
@@ -2320,6 +2299,27 @@
2320
2299
  }
2321
2300
  ]
2322
2301
  },
2302
+ {
2303
+ "kind": "javascript-module",
2304
+ "path": "src/tags/index.ts",
2305
+ "declarations": [],
2306
+ "exports": [
2307
+ {
2308
+ "kind": "js",
2309
+ "name": "*",
2310
+ "declaration": {
2311
+ "name": "*",
2312
+ "package": "./tags"
2313
+ }
2314
+ }
2315
+ ]
2316
+ },
2317
+ {
2318
+ "kind": "javascript-module",
2319
+ "path": "src/tags/tags.ts",
2320
+ "declarations": [],
2321
+ "exports": []
2322
+ },
2323
2323
  {
2324
2324
  "kind": "javascript-module",
2325
2325
  "path": "src/templates/rapid.template.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.0",
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.0",
81
- "@genesislcap/genx": "14.274.0",
82
- "@genesislcap/rollup-builder": "14.274.0",
83
- "@genesislcap/ts-builder": "14.274.0",
84
- "@genesislcap/uvu-playwright-builder": "14.274.0",
85
- "@genesislcap/vite-builder": "14.274.0",
86
- "@genesislcap/webpack-builder": "14.274.0",
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.0",
91
- "@genesislcap/foundation-comms": "14.274.0",
92
- "@genesislcap/foundation-events": "14.274.0",
93
- "@genesislcap/foundation-i18n": "14.274.0",
94
- "@genesislcap/foundation-logger": "14.274.0",
95
- "@genesislcap/foundation-login": "14.274.0",
96
- "@genesislcap/foundation-shell": "14.274.0",
97
- "@genesislcap/foundation-ui": "14.274.0",
98
- "@genesislcap/foundation-user": "14.274.0",
99
- "@genesislcap/foundation-utils": "14.274.0",
100
- "@genesislcap/foundation-zero": "14.274.0",
101
- "@genesislcap/rapid-design-system": "14.274.0",
102
- "@genesislcap/web-core": "14.274.0",
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": "d8e62a0e949ea0d8c4d97663e0987099778f9c5a"
114
+ "gitHead": "ce2f043a6de1db6be728298be2baf76d4586f705"
115
115
  }