@genesislcap/foundation-header 15.0.0-FUI-2567.2 → 15.1.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.
- package/dist/custom-elements.json +6 -6
- package/package.json +22 -22
|
@@ -4413,12 +4413,6 @@
|
|
|
4413
4413
|
}
|
|
4414
4414
|
]
|
|
4415
4415
|
},
|
|
4416
|
-
{
|
|
4417
|
-
"kind": "javascript-module",
|
|
4418
|
-
"path": "src/templates/rapid.template.ts",
|
|
4419
|
-
"declarations": [],
|
|
4420
|
-
"exports": []
|
|
4421
|
-
},
|
|
4422
4416
|
{
|
|
4423
4417
|
"kind": "javascript-module",
|
|
4424
4418
|
"path": "src/tags/index.ts",
|
|
@@ -4440,6 +4434,12 @@
|
|
|
4440
4434
|
"declarations": [],
|
|
4441
4435
|
"exports": []
|
|
4442
4436
|
},
|
|
4437
|
+
{
|
|
4438
|
+
"kind": "javascript-module",
|
|
4439
|
+
"path": "src/templates/rapid.template.ts",
|
|
4440
|
+
"declarations": [],
|
|
4441
|
+
"exports": []
|
|
4442
|
+
},
|
|
4443
4443
|
{
|
|
4444
4444
|
"kind": "javascript-module",
|
|
4445
4445
|
"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": "15.
|
|
4
|
+
"version": "15.1.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": "15.
|
|
88
|
-
"@genesislcap/genx": "15.
|
|
89
|
-
"@genesislcap/rollup-builder": "15.
|
|
90
|
-
"@genesislcap/ts-builder": "15.
|
|
91
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
92
|
-
"@genesislcap/vite-builder": "15.
|
|
93
|
-
"@genesislcap/webpack-builder": "15.
|
|
87
|
+
"@genesislcap/foundation-testing": "15.1.0",
|
|
88
|
+
"@genesislcap/genx": "15.1.0",
|
|
89
|
+
"@genesislcap/rollup-builder": "15.1.0",
|
|
90
|
+
"@genesislcap/ts-builder": "15.1.0",
|
|
91
|
+
"@genesislcap/uvu-playwright-builder": "15.1.0",
|
|
92
|
+
"@genesislcap/vite-builder": "15.1.0",
|
|
93
|
+
"@genesislcap/webpack-builder": "15.1.0"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-ai": "15.
|
|
97
|
-
"@genesislcap/foundation-auth": "15.
|
|
98
|
-
"@genesislcap/foundation-comms": "15.
|
|
99
|
-
"@genesislcap/foundation-events": "15.
|
|
100
|
-
"@genesislcap/foundation-i18n": "15.
|
|
101
|
-
"@genesislcap/foundation-logger": "15.
|
|
102
|
-
"@genesislcap/foundation-shell": "15.
|
|
103
|
-
"@genesislcap/foundation-ui": "15.
|
|
104
|
-
"@genesislcap/foundation-user": "15.
|
|
105
|
-
"@genesislcap/foundation-utils": "15.
|
|
106
|
-
"@genesislcap/foundation-zero": "15.
|
|
107
|
-
"@genesislcap/rapid-design-system": "15.
|
|
108
|
-
"@genesislcap/web-core": "15.
|
|
96
|
+
"@genesislcap/foundation-ai": "15.1.0",
|
|
97
|
+
"@genesislcap/foundation-auth": "15.1.0",
|
|
98
|
+
"@genesislcap/foundation-comms": "15.1.0",
|
|
99
|
+
"@genesislcap/foundation-events": "15.1.0",
|
|
100
|
+
"@genesislcap/foundation-i18n": "15.1.0",
|
|
101
|
+
"@genesislcap/foundation-logger": "15.1.0",
|
|
102
|
+
"@genesislcap/foundation-shell": "15.1.0",
|
|
103
|
+
"@genesislcap/foundation-ui": "15.1.0",
|
|
104
|
+
"@genesislcap/foundation-user": "15.1.0",
|
|
105
|
+
"@genesislcap/foundation-utils": "15.1.0",
|
|
106
|
+
"@genesislcap/foundation-zero": "15.1.0",
|
|
107
|
+
"@genesislcap/rapid-design-system": "15.1.0",
|
|
108
|
+
"@genesislcap/web-core": "15.1.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": "
|
|
119
|
+
"gitHead": "f841e54c9b682f3cf01448a9db79d67a66b88c84"
|
|
120
120
|
}
|