@genesislcap/foundation-header 14.224.4 → 14.225.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 +21 -21
|
@@ -2191,6 +2191,12 @@
|
|
|
2191
2191
|
}
|
|
2192
2192
|
]
|
|
2193
2193
|
},
|
|
2194
|
+
{
|
|
2195
|
+
"kind": "javascript-module",
|
|
2196
|
+
"path": "src/templates/rapid.template.ts",
|
|
2197
|
+
"declarations": [],
|
|
2198
|
+
"exports": []
|
|
2199
|
+
},
|
|
2194
2200
|
{
|
|
2195
2201
|
"kind": "javascript-module",
|
|
2196
2202
|
"path": "src/tags/index.ts",
|
|
@@ -2212,12 +2218,6 @@
|
|
|
2212
2218
|
"declarations": [],
|
|
2213
2219
|
"exports": []
|
|
2214
2220
|
},
|
|
2215
|
-
{
|
|
2216
|
-
"kind": "javascript-module",
|
|
2217
|
-
"path": "src/templates/rapid.template.ts",
|
|
2218
|
-
"declarations": [],
|
|
2219
|
-
"exports": []
|
|
2220
|
-
},
|
|
2221
2221
|
{
|
|
2222
2222
|
"kind": "javascript-module",
|
|
2223
2223
|
"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.
|
|
4
|
+
"version": "14.225.0",
|
|
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.
|
|
81
|
-
"@genesislcap/genx": "14.
|
|
82
|
-
"@genesislcap/rollup-builder": "14.
|
|
83
|
-
"@genesislcap/ts-builder": "14.
|
|
84
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
85
|
-
"@genesislcap/vite-builder": "14.
|
|
86
|
-
"@genesislcap/webpack-builder": "14.
|
|
80
|
+
"@genesislcap/foundation-testing": "14.225.0",
|
|
81
|
+
"@genesislcap/genx": "14.225.0",
|
|
82
|
+
"@genesislcap/rollup-builder": "14.225.0",
|
|
83
|
+
"@genesislcap/ts-builder": "14.225.0",
|
|
84
|
+
"@genesislcap/uvu-playwright-builder": "14.225.0",
|
|
85
|
+
"@genesislcap/vite-builder": "14.225.0",
|
|
86
|
+
"@genesislcap/webpack-builder": "14.225.0",
|
|
87
87
|
"rimraf": "^5.0.0"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@genesislcap/foundation-auth": "14.
|
|
91
|
-
"@genesislcap/foundation-comms": "14.
|
|
92
|
-
"@genesislcap/foundation-events": "14.
|
|
93
|
-
"@genesislcap/foundation-i18n": "14.
|
|
94
|
-
"@genesislcap/foundation-logger": "14.
|
|
95
|
-
"@genesislcap/foundation-shell": "14.
|
|
96
|
-
"@genesislcap/foundation-ui": "14.
|
|
97
|
-
"@genesislcap/foundation-user": "14.
|
|
98
|
-
"@genesislcap/foundation-utils": "14.
|
|
99
|
-
"@genesislcap/foundation-zero": "14.
|
|
100
|
-
"@genesislcap/rapid-design-system": "14.
|
|
101
|
-
"@genesislcap/web-core": "14.
|
|
90
|
+
"@genesislcap/foundation-auth": "14.225.0",
|
|
91
|
+
"@genesislcap/foundation-comms": "14.225.0",
|
|
92
|
+
"@genesislcap/foundation-events": "14.225.0",
|
|
93
|
+
"@genesislcap/foundation-i18n": "14.225.0",
|
|
94
|
+
"@genesislcap/foundation-logger": "14.225.0",
|
|
95
|
+
"@genesislcap/foundation-shell": "14.225.0",
|
|
96
|
+
"@genesislcap/foundation-ui": "14.225.0",
|
|
97
|
+
"@genesislcap/foundation-user": "14.225.0",
|
|
98
|
+
"@genesislcap/foundation-utils": "14.225.0",
|
|
99
|
+
"@genesislcap/foundation-zero": "14.225.0",
|
|
100
|
+
"@genesislcap/rapid-design-system": "14.225.0",
|
|
101
|
+
"@genesislcap/web-core": "14.225.0",
|
|
102
102
|
"tslib": "^2.3.1"
|
|
103
103
|
},
|
|
104
104
|
"repository": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"access": "public"
|
|
111
111
|
},
|
|
112
112
|
"customElements": "dist/custom-elements.json",
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "722fe99cebb2564d2b85b5d5d0de5f2d3a33e7aa"
|
|
114
114
|
}
|