@genesislcap/foundation-header 14.375.1-alpha-1fac5fc.0 → 14.375.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.
@@ -3502,6 +3502,27 @@
3502
3502
  }
3503
3503
  ]
3504
3504
  },
3505
+ {
3506
+ "kind": "javascript-module",
3507
+ "path": "src/tags/index.ts",
3508
+ "declarations": [],
3509
+ "exports": [
3510
+ {
3511
+ "kind": "js",
3512
+ "name": "*",
3513
+ "declaration": {
3514
+ "name": "*",
3515
+ "package": "./tags"
3516
+ }
3517
+ }
3518
+ ]
3519
+ },
3520
+ {
3521
+ "kind": "javascript-module",
3522
+ "path": "src/tags/tags.ts",
3523
+ "declarations": [],
3524
+ "exports": []
3525
+ },
3505
3526
  {
3506
3527
  "kind": "javascript-module",
3507
3528
  "path": "src/styles/colors.ts",
@@ -3663,27 +3684,6 @@
3663
3684
  }
3664
3685
  ]
3665
3686
  },
3666
- {
3667
- "kind": "javascript-module",
3668
- "path": "src/tags/index.ts",
3669
- "declarations": [],
3670
- "exports": [
3671
- {
3672
- "kind": "js",
3673
- "name": "*",
3674
- "declaration": {
3675
- "name": "*",
3676
- "package": "./tags"
3677
- }
3678
- }
3679
- ]
3680
- },
3681
- {
3682
- "kind": "javascript-module",
3683
- "path": "src/tags/tags.ts",
3684
- "declarations": [],
3685
- "exports": []
3686
- },
3687
3687
  {
3688
3688
  "kind": "javascript-module",
3689
3689
  "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.375.1-alpha-1fac5fc.0",
4
+ "version": "14.375.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.375.1-alpha-1fac5fc.0",
81
- "@genesislcap/genx": "14.375.1-alpha-1fac5fc.0",
82
- "@genesislcap/rollup-builder": "14.375.1-alpha-1fac5fc.0",
83
- "@genesislcap/ts-builder": "14.375.1-alpha-1fac5fc.0",
84
- "@genesislcap/uvu-playwright-builder": "14.375.1-alpha-1fac5fc.0",
85
- "@genesislcap/vite-builder": "14.375.1-alpha-1fac5fc.0",
86
- "@genesislcap/webpack-builder": "14.375.1-alpha-1fac5fc.0"
80
+ "@genesislcap/foundation-testing": "14.375.1",
81
+ "@genesislcap/genx": "14.375.1",
82
+ "@genesislcap/rollup-builder": "14.375.1",
83
+ "@genesislcap/ts-builder": "14.375.1",
84
+ "@genesislcap/uvu-playwright-builder": "14.375.1",
85
+ "@genesislcap/vite-builder": "14.375.1",
86
+ "@genesislcap/webpack-builder": "14.375.1"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-auth": "14.375.1-alpha-1fac5fc.0",
90
- "@genesislcap/foundation-comms": "14.375.1-alpha-1fac5fc.0",
91
- "@genesislcap/foundation-events": "14.375.1-alpha-1fac5fc.0",
92
- "@genesislcap/foundation-i18n": "14.375.1-alpha-1fac5fc.0",
93
- "@genesislcap/foundation-logger": "14.375.1-alpha-1fac5fc.0",
94
- "@genesislcap/foundation-login": "14.375.1-alpha-1fac5fc.0",
95
- "@genesislcap/foundation-shell": "14.375.1-alpha-1fac5fc.0",
96
- "@genesislcap/foundation-ui": "14.375.1-alpha-1fac5fc.0",
97
- "@genesislcap/foundation-user": "14.375.1-alpha-1fac5fc.0",
98
- "@genesislcap/foundation-utils": "14.375.1-alpha-1fac5fc.0",
99
- "@genesislcap/foundation-zero": "14.375.1-alpha-1fac5fc.0",
100
- "@genesislcap/rapid-design-system": "14.375.1-alpha-1fac5fc.0",
101
- "@genesislcap/web-core": "14.375.1-alpha-1fac5fc.0"
89
+ "@genesislcap/foundation-auth": "14.375.1",
90
+ "@genesislcap/foundation-comms": "14.375.1",
91
+ "@genesislcap/foundation-events": "14.375.1",
92
+ "@genesislcap/foundation-i18n": "14.375.1",
93
+ "@genesislcap/foundation-logger": "14.375.1",
94
+ "@genesislcap/foundation-login": "14.375.1",
95
+ "@genesislcap/foundation-shell": "14.375.1",
96
+ "@genesislcap/foundation-ui": "14.375.1",
97
+ "@genesislcap/foundation-user": "14.375.1",
98
+ "@genesislcap/foundation-utils": "14.375.1",
99
+ "@genesislcap/foundation-zero": "14.375.1",
100
+ "@genesislcap/rapid-design-system": "14.375.1",
101
+ "@genesislcap/web-core": "14.375.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": "29b031b3467f6e4e9b85e3269abad2b8c2d08fbd"
112
+ "gitHead": "13a943f508a86862442e9a38999e0f0e56b282fa"
113
113
  }