@genesislcap/foundation-header 14.310.0 → 14.310.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.
@@ -2662,33 +2662,6 @@
2662
2662
  }
2663
2663
  ]
2664
2664
  },
2665
- {
2666
- "kind": "javascript-module",
2667
- "path": "src/tags/index.ts",
2668
- "declarations": [],
2669
- "exports": [
2670
- {
2671
- "kind": "js",
2672
- "name": "*",
2673
- "declaration": {
2674
- "name": "*",
2675
- "package": "./tags"
2676
- }
2677
- }
2678
- ]
2679
- },
2680
- {
2681
- "kind": "javascript-module",
2682
- "path": "src/tags/tags.ts",
2683
- "declarations": [],
2684
- "exports": []
2685
- },
2686
- {
2687
- "kind": "javascript-module",
2688
- "path": "src/templates/rapid.template.ts",
2689
- "declarations": [],
2690
- "exports": []
2691
- },
2692
2665
  {
2693
2666
  "kind": "javascript-module",
2694
2667
  "path": "src/styles/colors.ts",
@@ -2850,6 +2823,33 @@
2850
2823
  }
2851
2824
  ]
2852
2825
  },
2826
+ {
2827
+ "kind": "javascript-module",
2828
+ "path": "src/tags/index.ts",
2829
+ "declarations": [],
2830
+ "exports": [
2831
+ {
2832
+ "kind": "js",
2833
+ "name": "*",
2834
+ "declaration": {
2835
+ "name": "*",
2836
+ "package": "./tags"
2837
+ }
2838
+ }
2839
+ ]
2840
+ },
2841
+ {
2842
+ "kind": "javascript-module",
2843
+ "path": "src/tags/tags.ts",
2844
+ "declarations": [],
2845
+ "exports": []
2846
+ },
2847
+ {
2848
+ "kind": "javascript-module",
2849
+ "path": "src/templates/rapid.template.ts",
2850
+ "declarations": [],
2851
+ "exports": []
2852
+ },
2853
2853
  {
2854
2854
  "kind": "javascript-module",
2855
2855
  "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.310.0",
4
+ "version": "14.310.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,28 +77,28 @@
77
77
  }
78
78
  },
79
79
  "devDependencies": {
80
- "@genesislcap/foundation-testing": "14.310.0",
81
- "@genesislcap/genx": "14.310.0",
82
- "@genesislcap/rollup-builder": "14.310.0",
83
- "@genesislcap/ts-builder": "14.310.0",
84
- "@genesislcap/uvu-playwright-builder": "14.310.0",
85
- "@genesislcap/vite-builder": "14.310.0",
86
- "@genesislcap/webpack-builder": "14.310.0"
80
+ "@genesislcap/foundation-testing": "14.310.1",
81
+ "@genesislcap/genx": "14.310.1",
82
+ "@genesislcap/rollup-builder": "14.310.1",
83
+ "@genesislcap/ts-builder": "14.310.1",
84
+ "@genesislcap/uvu-playwright-builder": "14.310.1",
85
+ "@genesislcap/vite-builder": "14.310.1",
86
+ "@genesislcap/webpack-builder": "14.310.1"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-auth": "14.310.0",
90
- "@genesislcap/foundation-comms": "14.310.0",
91
- "@genesislcap/foundation-events": "14.310.0",
92
- "@genesislcap/foundation-i18n": "14.310.0",
93
- "@genesislcap/foundation-logger": "14.310.0",
94
- "@genesislcap/foundation-login": "14.310.0",
95
- "@genesislcap/foundation-shell": "14.310.0",
96
- "@genesislcap/foundation-ui": "14.310.0",
97
- "@genesislcap/foundation-user": "14.310.0",
98
- "@genesislcap/foundation-utils": "14.310.0",
99
- "@genesislcap/foundation-zero": "14.310.0",
100
- "@genesislcap/rapid-design-system": "14.310.0",
101
- "@genesislcap/web-core": "14.310.0"
89
+ "@genesislcap/foundation-auth": "14.310.1",
90
+ "@genesislcap/foundation-comms": "14.310.1",
91
+ "@genesislcap/foundation-events": "14.310.1",
92
+ "@genesislcap/foundation-i18n": "14.310.1",
93
+ "@genesislcap/foundation-logger": "14.310.1",
94
+ "@genesislcap/foundation-login": "14.310.1",
95
+ "@genesislcap/foundation-shell": "14.310.1",
96
+ "@genesislcap/foundation-ui": "14.310.1",
97
+ "@genesislcap/foundation-user": "14.310.1",
98
+ "@genesislcap/foundation-utils": "14.310.1",
99
+ "@genesislcap/foundation-zero": "14.310.1",
100
+ "@genesislcap/rapid-design-system": "14.310.1",
101
+ "@genesislcap/web-core": "14.310.1"
102
102
  },
103
103
  "repository": {
104
104
  "type": "git",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "3a67b9c5ee9c251945d5fe8121cb797d6aec37f3"
112
+ "gitHead": "961d1c76db14707ed77ef9e064f112145f8996ca"
113
113
  }