@genesislcap/foundation-header 14.330.0 → 14.331.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.
@@ -25,48 +25,6 @@
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
- },
70
28
  {
71
29
  "kind": "javascript-module",
72
30
  "path": "src/config/config.ts",
@@ -222,6 +180,48 @@
222
180
  }
223
181
  ]
224
182
  },
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",
@@ -3086,6 +3086,27 @@
3086
3086
  }
3087
3087
  ]
3088
3088
  },
3089
+ {
3090
+ "kind": "javascript-module",
3091
+ "path": "src/tags/index.ts",
3092
+ "declarations": [],
3093
+ "exports": [
3094
+ {
3095
+ "kind": "js",
3096
+ "name": "*",
3097
+ "declaration": {
3098
+ "name": "*",
3099
+ "package": "./tags"
3100
+ }
3101
+ }
3102
+ ]
3103
+ },
3104
+ {
3105
+ "kind": "javascript-module",
3106
+ "path": "src/tags/tags.ts",
3107
+ "declarations": [],
3108
+ "exports": []
3109
+ },
3089
3110
  {
3090
3111
  "kind": "javascript-module",
3091
3112
  "path": "src/styles/colors.ts",
@@ -3249,22 +3270,7 @@
3249
3270
  },
3250
3271
  {
3251
3272
  "kind": "javascript-module",
3252
- "path": "src/tags/index.ts",
3253
- "declarations": [],
3254
- "exports": [
3255
- {
3256
- "kind": "js",
3257
- "name": "*",
3258
- "declaration": {
3259
- "name": "*",
3260
- "package": "./tags"
3261
- }
3262
- }
3263
- ]
3264
- },
3265
- {
3266
- "kind": "javascript-module",
3267
- "path": "src/tags/tags.ts",
3273
+ "path": "src/templates/rapid.template.ts",
3268
3274
  "declarations": [],
3269
3275
  "exports": []
3270
3276
  },
@@ -3302,12 +3308,6 @@
3302
3308
  }
3303
3309
  }
3304
3310
  ]
3305
- },
3306
- {
3307
- "kind": "javascript-module",
3308
- "path": "src/templates/rapid.template.ts",
3309
- "declarations": [],
3310
- "exports": []
3311
3311
  }
3312
3312
  ]
3313
3313
  }
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.330.0",
4
+ "version": "14.331.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.330.0",
81
- "@genesislcap/genx": "14.330.0",
82
- "@genesislcap/rollup-builder": "14.330.0",
83
- "@genesislcap/ts-builder": "14.330.0",
84
- "@genesislcap/uvu-playwright-builder": "14.330.0",
85
- "@genesislcap/vite-builder": "14.330.0",
86
- "@genesislcap/webpack-builder": "14.330.0"
80
+ "@genesislcap/foundation-testing": "14.331.0",
81
+ "@genesislcap/genx": "14.331.0",
82
+ "@genesislcap/rollup-builder": "14.331.0",
83
+ "@genesislcap/ts-builder": "14.331.0",
84
+ "@genesislcap/uvu-playwright-builder": "14.331.0",
85
+ "@genesislcap/vite-builder": "14.331.0",
86
+ "@genesislcap/webpack-builder": "14.331.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-auth": "14.330.0",
90
- "@genesislcap/foundation-comms": "14.330.0",
91
- "@genesislcap/foundation-events": "14.330.0",
92
- "@genesislcap/foundation-i18n": "14.330.0",
93
- "@genesislcap/foundation-logger": "14.330.0",
94
- "@genesislcap/foundation-login": "14.330.0",
95
- "@genesislcap/foundation-shell": "14.330.0",
96
- "@genesislcap/foundation-ui": "14.330.0",
97
- "@genesislcap/foundation-user": "14.330.0",
98
- "@genesislcap/foundation-utils": "14.330.0",
99
- "@genesislcap/foundation-zero": "14.330.0",
100
- "@genesislcap/rapid-design-system": "14.330.0",
101
- "@genesislcap/web-core": "14.330.0"
89
+ "@genesislcap/foundation-auth": "14.331.0",
90
+ "@genesislcap/foundation-comms": "14.331.0",
91
+ "@genesislcap/foundation-events": "14.331.0",
92
+ "@genesislcap/foundation-i18n": "14.331.0",
93
+ "@genesislcap/foundation-logger": "14.331.0",
94
+ "@genesislcap/foundation-login": "14.331.0",
95
+ "@genesislcap/foundation-shell": "14.331.0",
96
+ "@genesislcap/foundation-ui": "14.331.0",
97
+ "@genesislcap/foundation-user": "14.331.0",
98
+ "@genesislcap/foundation-utils": "14.331.0",
99
+ "@genesislcap/foundation-zero": "14.331.0",
100
+ "@genesislcap/rapid-design-system": "14.331.0",
101
+ "@genesislcap/web-core": "14.331.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": "f6f09dc864888890f952e2208aa606e01eea5bce"
112
+ "gitHead": "2325ef1975a2515b6da6a0e8daab8a6f1483d1be"
113
113
  }