@genesislcap/foundation-header 14.274.0 → 14.274.1

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",
@@ -2326,6 +2305,27 @@
2326
2305
  "declarations": [],
2327
2306
  "exports": []
2328
2307
  },
2308
+ {
2309
+ "kind": "javascript-module",
2310
+ "path": "src/tags/index.ts",
2311
+ "declarations": [],
2312
+ "exports": [
2313
+ {
2314
+ "kind": "js",
2315
+ "name": "*",
2316
+ "declaration": {
2317
+ "name": "*",
2318
+ "package": "./tags"
2319
+ }
2320
+ }
2321
+ ]
2322
+ },
2323
+ {
2324
+ "kind": "javascript-module",
2325
+ "path": "src/tags/tags.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.0",
4
+ "version": "14.274.1",
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.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",
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.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",
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": "a4925dc9d6c9da09f282cc5255ade13937cba2cd"
115
115
  }