@genesislcap/foundation-header 14.489.1-alpha-2e2874541.0 → 14.490.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.
@@ -3838,27 +3838,6 @@
3838
3838
  }
3839
3839
  ]
3840
3840
  },
3841
- {
3842
- "kind": "javascript-module",
3843
- "path": "src/tags/index.ts",
3844
- "declarations": [],
3845
- "exports": [
3846
- {
3847
- "kind": "js",
3848
- "name": "*",
3849
- "declaration": {
3850
- "name": "*",
3851
- "package": "./tags"
3852
- }
3853
- }
3854
- ]
3855
- },
3856
- {
3857
- "kind": "javascript-module",
3858
- "path": "src/tags/tags.ts",
3859
- "declarations": [],
3860
- "exports": []
3861
- },
3862
3841
  {
3863
3842
  "kind": "javascript-module",
3864
3843
  "path": "src/styles/colors.ts",
@@ -4020,6 +3999,27 @@
4020
3999
  }
4021
4000
  ]
4022
4001
  },
4002
+ {
4003
+ "kind": "javascript-module",
4004
+ "path": "src/tags/index.ts",
4005
+ "declarations": [],
4006
+ "exports": [
4007
+ {
4008
+ "kind": "js",
4009
+ "name": "*",
4010
+ "declaration": {
4011
+ "name": "*",
4012
+ "package": "./tags"
4013
+ }
4014
+ }
4015
+ ]
4016
+ },
4017
+ {
4018
+ "kind": "javascript-module",
4019
+ "path": "src/tags/tags.ts",
4020
+ "declarations": [],
4021
+ "exports": []
4022
+ },
4023
4023
  {
4024
4024
  "kind": "javascript-module",
4025
4025
  "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.489.1-alpha-2e2874541.0",
4
+ "version": "14.490.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -84,28 +84,28 @@
84
84
  }
85
85
  },
86
86
  "devDependencies": {
87
- "@genesislcap/foundation-testing": "14.489.1-alpha-2e2874541.0",
88
- "@genesislcap/genx": "14.489.1-alpha-2e2874541.0",
89
- "@genesislcap/rollup-builder": "14.489.1-alpha-2e2874541.0",
90
- "@genesislcap/ts-builder": "14.489.1-alpha-2e2874541.0",
91
- "@genesislcap/uvu-playwright-builder": "14.489.1-alpha-2e2874541.0",
92
- "@genesislcap/vite-builder": "14.489.1-alpha-2e2874541.0",
93
- "@genesislcap/webpack-builder": "14.489.1-alpha-2e2874541.0"
87
+ "@genesislcap/foundation-testing": "14.490.0",
88
+ "@genesislcap/genx": "14.490.0",
89
+ "@genesislcap/rollup-builder": "14.490.0",
90
+ "@genesislcap/ts-builder": "14.490.0",
91
+ "@genesislcap/uvu-playwright-builder": "14.490.0",
92
+ "@genesislcap/vite-builder": "14.490.0",
93
+ "@genesislcap/webpack-builder": "14.490.0"
94
94
  },
95
95
  "dependencies": {
96
- "@genesislcap/foundation-ai": "14.489.1-alpha-2e2874541.0",
97
- "@genesislcap/foundation-auth": "14.489.1-alpha-2e2874541.0",
98
- "@genesislcap/foundation-comms": "14.489.1-alpha-2e2874541.0",
99
- "@genesislcap/foundation-events": "14.489.1-alpha-2e2874541.0",
100
- "@genesislcap/foundation-i18n": "14.489.1-alpha-2e2874541.0",
101
- "@genesislcap/foundation-logger": "14.489.1-alpha-2e2874541.0",
102
- "@genesislcap/foundation-shell": "14.489.1-alpha-2e2874541.0",
103
- "@genesislcap/foundation-ui": "14.489.1-alpha-2e2874541.0",
104
- "@genesislcap/foundation-user": "14.489.1-alpha-2e2874541.0",
105
- "@genesislcap/foundation-utils": "14.489.1-alpha-2e2874541.0",
106
- "@genesislcap/foundation-zero": "14.489.1-alpha-2e2874541.0",
107
- "@genesislcap/rapid-design-system": "14.489.1-alpha-2e2874541.0",
108
- "@genesislcap/web-core": "14.489.1-alpha-2e2874541.0"
96
+ "@genesislcap/foundation-ai": "14.490.0",
97
+ "@genesislcap/foundation-auth": "14.490.0",
98
+ "@genesislcap/foundation-comms": "14.490.0",
99
+ "@genesislcap/foundation-events": "14.490.0",
100
+ "@genesislcap/foundation-i18n": "14.490.0",
101
+ "@genesislcap/foundation-logger": "14.490.0",
102
+ "@genesislcap/foundation-shell": "14.490.0",
103
+ "@genesislcap/foundation-ui": "14.490.0",
104
+ "@genesislcap/foundation-user": "14.490.0",
105
+ "@genesislcap/foundation-utils": "14.490.0",
106
+ "@genesislcap/foundation-zero": "14.490.0",
107
+ "@genesislcap/rapid-design-system": "14.490.0",
108
+ "@genesislcap/web-core": "14.490.0"
109
109
  },
110
110
  "repository": {
111
111
  "type": "git",
@@ -116,5 +116,5 @@
116
116
  "access": "public"
117
117
  },
118
118
  "customElements": "dist/custom-elements.json",
119
- "gitHead": "0e90306e8a11efd14f702cff248c419e7dd47864"
119
+ "gitHead": "2c5e250d11742abd582e39a370b003ef8d04a5fb"
120
120
  }