@genesislcap/foundation-header 14.430.1-alpha-5ff14e1.0 → 14.430.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.
@@ -3878,27 +3878,6 @@
3878
3878
  }
3879
3879
  ]
3880
3880
  },
3881
- {
3882
- "kind": "javascript-module",
3883
- "path": "src/tags/index.ts",
3884
- "declarations": [],
3885
- "exports": [
3886
- {
3887
- "kind": "js",
3888
- "name": "*",
3889
- "declaration": {
3890
- "name": "*",
3891
- "package": "./tags"
3892
- }
3893
- }
3894
- ]
3895
- },
3896
- {
3897
- "kind": "javascript-module",
3898
- "path": "src/tags/tags.ts",
3899
- "declarations": [],
3900
- "exports": []
3901
- },
3902
3881
  {
3903
3882
  "kind": "javascript-module",
3904
3883
  "path": "src/styles/colors.ts",
@@ -4060,6 +4039,27 @@
4060
4039
  }
4061
4040
  ]
4062
4041
  },
4042
+ {
4043
+ "kind": "javascript-module",
4044
+ "path": "src/tags/index.ts",
4045
+ "declarations": [],
4046
+ "exports": [
4047
+ {
4048
+ "kind": "js",
4049
+ "name": "*",
4050
+ "declaration": {
4051
+ "name": "*",
4052
+ "package": "./tags"
4053
+ }
4054
+ }
4055
+ ]
4056
+ },
4057
+ {
4058
+ "kind": "javascript-module",
4059
+ "path": "src/tags/tags.ts",
4060
+ "declarations": [],
4061
+ "exports": []
4062
+ },
4063
4063
  {
4064
4064
  "kind": "javascript-module",
4065
4065
  "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.430.1-alpha-5ff14e1.0",
4
+ "version": "14.430.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -84,29 +84,29 @@
84
84
  }
85
85
  },
86
86
  "devDependencies": {
87
- "@genesislcap/foundation-testing": "14.430.1-alpha-5ff14e1.0",
88
- "@genesislcap/genx": "14.430.1-alpha-5ff14e1.0",
89
- "@genesislcap/rollup-builder": "14.430.1-alpha-5ff14e1.0",
90
- "@genesislcap/ts-builder": "14.430.1-alpha-5ff14e1.0",
91
- "@genesislcap/uvu-playwright-builder": "14.430.1-alpha-5ff14e1.0",
92
- "@genesislcap/vite-builder": "14.430.1-alpha-5ff14e1.0",
93
- "@genesislcap/webpack-builder": "14.430.1-alpha-5ff14e1.0"
87
+ "@genesislcap/foundation-testing": "14.430.1",
88
+ "@genesislcap/genx": "14.430.1",
89
+ "@genesislcap/rollup-builder": "14.430.1",
90
+ "@genesislcap/ts-builder": "14.430.1",
91
+ "@genesislcap/uvu-playwright-builder": "14.430.1",
92
+ "@genesislcap/vite-builder": "14.430.1",
93
+ "@genesislcap/webpack-builder": "14.430.1"
94
94
  },
95
95
  "dependencies": {
96
- "@genesislcap/foundation-ai": "14.430.1-alpha-5ff14e1.0",
97
- "@genesislcap/foundation-auth": "14.430.1-alpha-5ff14e1.0",
98
- "@genesislcap/foundation-comms": "14.430.1-alpha-5ff14e1.0",
99
- "@genesislcap/foundation-events": "14.430.1-alpha-5ff14e1.0",
100
- "@genesislcap/foundation-i18n": "14.430.1-alpha-5ff14e1.0",
101
- "@genesislcap/foundation-logger": "14.430.1-alpha-5ff14e1.0",
102
- "@genesislcap/foundation-login": "14.430.1-alpha-5ff14e1.0",
103
- "@genesislcap/foundation-shell": "14.430.1-alpha-5ff14e1.0",
104
- "@genesislcap/foundation-ui": "14.430.1-alpha-5ff14e1.0",
105
- "@genesislcap/foundation-user": "14.430.1-alpha-5ff14e1.0",
106
- "@genesislcap/foundation-utils": "14.430.1-alpha-5ff14e1.0",
107
- "@genesislcap/foundation-zero": "14.430.1-alpha-5ff14e1.0",
108
- "@genesislcap/rapid-design-system": "14.430.1-alpha-5ff14e1.0",
109
- "@genesislcap/web-core": "14.430.1-alpha-5ff14e1.0"
96
+ "@genesislcap/foundation-ai": "14.430.1",
97
+ "@genesislcap/foundation-auth": "14.430.1",
98
+ "@genesislcap/foundation-comms": "14.430.1",
99
+ "@genesislcap/foundation-events": "14.430.1",
100
+ "@genesislcap/foundation-i18n": "14.430.1",
101
+ "@genesislcap/foundation-logger": "14.430.1",
102
+ "@genesislcap/foundation-login": "14.430.1",
103
+ "@genesislcap/foundation-shell": "14.430.1",
104
+ "@genesislcap/foundation-ui": "14.430.1",
105
+ "@genesislcap/foundation-user": "14.430.1",
106
+ "@genesislcap/foundation-utils": "14.430.1",
107
+ "@genesislcap/foundation-zero": "14.430.1",
108
+ "@genesislcap/rapid-design-system": "14.430.1",
109
+ "@genesislcap/web-core": "14.430.1"
110
110
  },
111
111
  "repository": {
112
112
  "type": "git",
@@ -117,5 +117,5 @@
117
117
  "access": "public"
118
118
  },
119
119
  "customElements": "dist/custom-elements.json",
120
- "gitHead": "23532782e681d291a1b31202f6bef947871d9097"
120
+ "gitHead": "6eb4026225087b765f5363f7233d3450af040900"
121
121
  }