@genesislcap/foundation-header 14.397.2 → 14.398.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.
@@ -3682,33 +3682,6 @@
3682
3682
  }
3683
3683
  ]
3684
3684
  },
3685
- {
3686
- "kind": "javascript-module",
3687
- "path": "src/tags/index.ts",
3688
- "declarations": [],
3689
- "exports": [
3690
- {
3691
- "kind": "js",
3692
- "name": "*",
3693
- "declaration": {
3694
- "name": "*",
3695
- "package": "./tags"
3696
- }
3697
- }
3698
- ]
3699
- },
3700
- {
3701
- "kind": "javascript-module",
3702
- "path": "src/tags/tags.ts",
3703
- "declarations": [],
3704
- "exports": []
3705
- },
3706
- {
3707
- "kind": "javascript-module",
3708
- "path": "src/templates/rapid.template.ts",
3709
- "declarations": [],
3710
- "exports": []
3711
- },
3712
3685
  {
3713
3686
  "kind": "javascript-module",
3714
3687
  "path": "src/styles/colors.ts",
@@ -3870,6 +3843,33 @@
3870
3843
  }
3871
3844
  ]
3872
3845
  },
3846
+ {
3847
+ "kind": "javascript-module",
3848
+ "path": "src/tags/index.ts",
3849
+ "declarations": [],
3850
+ "exports": [
3851
+ {
3852
+ "kind": "js",
3853
+ "name": "*",
3854
+ "declaration": {
3855
+ "name": "*",
3856
+ "package": "./tags"
3857
+ }
3858
+ }
3859
+ ]
3860
+ },
3861
+ {
3862
+ "kind": "javascript-module",
3863
+ "path": "src/tags/tags.ts",
3864
+ "declarations": [],
3865
+ "exports": []
3866
+ },
3867
+ {
3868
+ "kind": "javascript-module",
3869
+ "path": "src/templates/rapid.template.ts",
3870
+ "declarations": [],
3871
+ "exports": []
3872
+ },
3873
3873
  {
3874
3874
  "kind": "javascript-module",
3875
3875
  "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.397.2",
4
+ "version": "14.398.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -79,28 +79,28 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "@genesislcap/foundation-testing": "14.397.2",
83
- "@genesislcap/genx": "14.397.2",
84
- "@genesislcap/rollup-builder": "14.397.2",
85
- "@genesislcap/ts-builder": "14.397.2",
86
- "@genesislcap/uvu-playwright-builder": "14.397.2",
87
- "@genesislcap/vite-builder": "14.397.2",
88
- "@genesislcap/webpack-builder": "14.397.2"
82
+ "@genesislcap/foundation-testing": "14.398.0",
83
+ "@genesislcap/genx": "14.398.0",
84
+ "@genesislcap/rollup-builder": "14.398.0",
85
+ "@genesislcap/ts-builder": "14.398.0",
86
+ "@genesislcap/uvu-playwright-builder": "14.398.0",
87
+ "@genesislcap/vite-builder": "14.398.0",
88
+ "@genesislcap/webpack-builder": "14.398.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-auth": "14.397.2",
92
- "@genesislcap/foundation-comms": "14.397.2",
93
- "@genesislcap/foundation-events": "14.397.2",
94
- "@genesislcap/foundation-i18n": "14.397.2",
95
- "@genesislcap/foundation-logger": "14.397.2",
96
- "@genesislcap/foundation-login": "14.397.2",
97
- "@genesislcap/foundation-shell": "14.397.2",
98
- "@genesislcap/foundation-ui": "14.397.2",
99
- "@genesislcap/foundation-user": "14.397.2",
100
- "@genesislcap/foundation-utils": "14.397.2",
101
- "@genesislcap/foundation-zero": "14.397.2",
102
- "@genesislcap/rapid-design-system": "14.397.2",
103
- "@genesislcap/web-core": "14.397.2"
91
+ "@genesislcap/foundation-auth": "14.398.0",
92
+ "@genesislcap/foundation-comms": "14.398.0",
93
+ "@genesislcap/foundation-events": "14.398.0",
94
+ "@genesislcap/foundation-i18n": "14.398.0",
95
+ "@genesislcap/foundation-logger": "14.398.0",
96
+ "@genesislcap/foundation-login": "14.398.0",
97
+ "@genesislcap/foundation-shell": "14.398.0",
98
+ "@genesislcap/foundation-ui": "14.398.0",
99
+ "@genesislcap/foundation-user": "14.398.0",
100
+ "@genesislcap/foundation-utils": "14.398.0",
101
+ "@genesislcap/foundation-zero": "14.398.0",
102
+ "@genesislcap/rapid-design-system": "14.398.0",
103
+ "@genesislcap/web-core": "14.398.0"
104
104
  },
105
105
  "repository": {
106
106
  "type": "git",
@@ -111,5 +111,5 @@
111
111
  "access": "public"
112
112
  },
113
113
  "customElements": "dist/custom-elements.json",
114
- "gitHead": "8e32dc60112b589e801fe0ea5bd0f6cd10edbdf7"
114
+ "gitHead": "d9c0d13f49958e386d339075078dc15561455c18"
115
115
  }