@genesislcap/foundation-header 14.348.0 → 14.349.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 +42 -42
- package/package.json +22 -22
|
@@ -25,6 +25,48 @@
|
|
|
25
25
|
}
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"kind": "javascript-module",
|
|
30
|
+
"path": "src/components/rapid-components.ts",
|
|
31
|
+
"declarations": [
|
|
32
|
+
{
|
|
33
|
+
"kind": "function",
|
|
34
|
+
"name": "registerCommonRapidComponents",
|
|
35
|
+
"privacy": "public"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"exports": [
|
|
39
|
+
{
|
|
40
|
+
"kind": "js",
|
|
41
|
+
"name": "registerCommonRapidComponents",
|
|
42
|
+
"declaration": {
|
|
43
|
+
"name": "registerCommonRapidComponents",
|
|
44
|
+
"module": "src/components/rapid-components.ts"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"kind": "javascript-module",
|
|
51
|
+
"path": "src/components/zero-components.ts",
|
|
52
|
+
"declarations": [
|
|
53
|
+
{
|
|
54
|
+
"kind": "function",
|
|
55
|
+
"name": "registerCommonZeroComponents",
|
|
56
|
+
"privacy": "public"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"exports": [
|
|
60
|
+
{
|
|
61
|
+
"kind": "js",
|
|
62
|
+
"name": "registerCommonZeroComponents",
|
|
63
|
+
"declaration": {
|
|
64
|
+
"name": "registerCommonZeroComponents",
|
|
65
|
+
"module": "src/components/zero-components.ts"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
},
|
|
28
70
|
{
|
|
29
71
|
"kind": "javascript-module",
|
|
30
72
|
"path": "src/config/config.ts",
|
|
@@ -180,48 +222,6 @@
|
|
|
180
222
|
}
|
|
181
223
|
]
|
|
182
224
|
},
|
|
183
|
-
{
|
|
184
|
-
"kind": "javascript-module",
|
|
185
|
-
"path": "src/components/rapid-components.ts",
|
|
186
|
-
"declarations": [
|
|
187
|
-
{
|
|
188
|
-
"kind": "function",
|
|
189
|
-
"name": "registerCommonRapidComponents",
|
|
190
|
-
"privacy": "public"
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"exports": [
|
|
194
|
-
{
|
|
195
|
-
"kind": "js",
|
|
196
|
-
"name": "registerCommonRapidComponents",
|
|
197
|
-
"declaration": {
|
|
198
|
-
"name": "registerCommonRapidComponents",
|
|
199
|
-
"module": "src/components/rapid-components.ts"
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
]
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"kind": "javascript-module",
|
|
206
|
-
"path": "src/components/zero-components.ts",
|
|
207
|
-
"declarations": [
|
|
208
|
-
{
|
|
209
|
-
"kind": "function",
|
|
210
|
-
"name": "registerCommonZeroComponents",
|
|
211
|
-
"privacy": "public"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"exports": [
|
|
215
|
-
{
|
|
216
|
-
"kind": "js",
|
|
217
|
-
"name": "registerCommonZeroComponents",
|
|
218
|
-
"declaration": {
|
|
219
|
-
"name": "registerCommonZeroComponents",
|
|
220
|
-
"module": "src/components/zero-components.ts"
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
225
|
{
|
|
226
226
|
"kind": "javascript-module",
|
|
227
227
|
"path": "src/main/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.349.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.349.0",
|
|
81
|
+
"@genesislcap/genx": "14.349.0",
|
|
82
|
+
"@genesislcap/rollup-builder": "14.349.0",
|
|
83
|
+
"@genesislcap/ts-builder": "14.349.0",
|
|
84
|
+
"@genesislcap/uvu-playwright-builder": "14.349.0",
|
|
85
|
+
"@genesislcap/vite-builder": "14.349.0",
|
|
86
|
+
"@genesislcap/webpack-builder": "14.349.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-auth": "14.
|
|
90
|
-
"@genesislcap/foundation-comms": "14.
|
|
91
|
-
"@genesislcap/foundation-events": "14.
|
|
92
|
-
"@genesislcap/foundation-i18n": "14.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.
|
|
94
|
-
"@genesislcap/foundation-login": "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.
|
|
89
|
+
"@genesislcap/foundation-auth": "14.349.0",
|
|
90
|
+
"@genesislcap/foundation-comms": "14.349.0",
|
|
91
|
+
"@genesislcap/foundation-events": "14.349.0",
|
|
92
|
+
"@genesislcap/foundation-i18n": "14.349.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.349.0",
|
|
94
|
+
"@genesislcap/foundation-login": "14.349.0",
|
|
95
|
+
"@genesislcap/foundation-shell": "14.349.0",
|
|
96
|
+
"@genesislcap/foundation-ui": "14.349.0",
|
|
97
|
+
"@genesislcap/foundation-user": "14.349.0",
|
|
98
|
+
"@genesislcap/foundation-utils": "14.349.0",
|
|
99
|
+
"@genesislcap/foundation-zero": "14.349.0",
|
|
100
|
+
"@genesislcap/rapid-design-system": "14.349.0",
|
|
101
|
+
"@genesislcap/web-core": "14.349.0"
|
|
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": "
|
|
112
|
+
"gitHead": "c3744b60b23bbca7f48211f925f23bcf1bc3ec8a"
|
|
113
113
|
}
|