@genesislcap/foundation-header 14.250.0 → 14.251.0-RPT-81.2

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +224 -224
  2. package/package.json +22 -22
@@ -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,230 @@
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
+ {
226
+ "kind": "javascript-module",
227
+ "path": "src/styles/colors.ts",
228
+ "declarations": [
229
+ {
230
+ "kind": "function",
231
+ "name": "getWebRGBA",
232
+ "parameters": [
233
+ {
234
+ "name": "rgb",
235
+ "type": {
236
+ "text": "ColorRGBA64"
237
+ }
238
+ },
239
+ {
240
+ "name": "alpha",
241
+ "default": "1.0",
242
+ "type": {
243
+ "text": "number"
244
+ }
245
+ }
246
+ ]
247
+ },
248
+ {
249
+ "kind": "variable",
250
+ "name": "defaultBackgroundHover"
251
+ },
252
+ {
253
+ "kind": "variable",
254
+ "name": "defaultBackgroundItem"
255
+ },
256
+ {
257
+ "kind": "variable",
258
+ "name": "backgroundNavOption"
259
+ }
260
+ ],
261
+ "exports": [
262
+ {
263
+ "kind": "js",
264
+ "name": "getWebRGBA",
265
+ "declaration": {
266
+ "name": "getWebRGBA",
267
+ "module": "src/styles/colors.ts"
268
+ }
269
+ },
270
+ {
271
+ "kind": "js",
272
+ "name": "defaultBackgroundHover",
273
+ "declaration": {
274
+ "name": "defaultBackgroundHover",
275
+ "module": "src/styles/colors.ts"
276
+ }
277
+ },
278
+ {
279
+ "kind": "js",
280
+ "name": "defaultBackgroundItem",
281
+ "declaration": {
282
+ "name": "defaultBackgroundItem",
283
+ "module": "src/styles/colors.ts"
284
+ }
285
+ },
286
+ {
287
+ "kind": "js",
288
+ "name": "backgroundNavOption",
289
+ "declaration": {
290
+ "name": "backgroundNavOption",
291
+ "module": "src/styles/colors.ts"
292
+ }
293
+ }
294
+ ]
295
+ },
296
+ {
297
+ "kind": "javascript-module",
298
+ "path": "src/styles/index.ts",
299
+ "declarations": [],
300
+ "exports": [
301
+ {
302
+ "kind": "js",
303
+ "name": "*",
304
+ "declaration": {
305
+ "name": "*",
306
+ "package": "./colors"
307
+ }
308
+ },
309
+ {
310
+ "kind": "js",
311
+ "name": "*",
312
+ "declaration": {
313
+ "name": "*",
314
+ "package": "./styles"
315
+ }
316
+ }
317
+ ]
318
+ },
319
+ {
320
+ "kind": "javascript-module",
321
+ "path": "src/styles/styles.ts",
322
+ "declarations": [
323
+ {
324
+ "kind": "function",
325
+ "name": "mixinScreen",
326
+ "parameters": [
327
+ {
328
+ "name": "display",
329
+ "default": "'block'",
330
+ "type": {
331
+ "text": "string"
332
+ }
333
+ }
334
+ ],
335
+ "description": "TODO: Bring all the style and typography mixins into the design system package"
336
+ },
337
+ {
338
+ "kind": "function",
339
+ "name": "genesisLogo",
340
+ "parameters": [
341
+ {
342
+ "name": "slot",
343
+ "default": "'start'"
344
+ }
345
+ ],
346
+ "description": "TODO"
347
+ },
348
+ {
349
+ "kind": "function",
350
+ "name": "settingsIcon",
351
+ "parameters": [
352
+ {
353
+ "name": "slot",
354
+ "default": "'start'"
355
+ }
356
+ ]
357
+ }
358
+ ],
359
+ "exports": [
360
+ {
361
+ "kind": "js",
362
+ "name": "mixinScreen",
363
+ "declaration": {
364
+ "name": "mixinScreen",
365
+ "module": "src/styles/styles.ts"
366
+ }
367
+ },
368
+ {
369
+ "kind": "js",
370
+ "name": "genesisLogo",
371
+ "declaration": {
372
+ "name": "genesisLogo",
373
+ "module": "src/styles/styles.ts"
374
+ }
375
+ },
376
+ {
377
+ "kind": "js",
378
+ "name": "settingsIcon",
379
+ "declaration": {
380
+ "name": "settingsIcon",
381
+ "module": "src/styles/styles.ts"
382
+ }
383
+ }
384
+ ]
385
+ },
386
+ {
387
+ "kind": "javascript-module",
388
+ "path": "src/tags/index.ts",
389
+ "declarations": [],
390
+ "exports": [
391
+ {
392
+ "kind": "js",
393
+ "name": "*",
394
+ "declaration": {
395
+ "name": "*",
396
+ "package": "./tags"
397
+ }
398
+ }
399
+ ]
400
+ },
401
+ {
402
+ "kind": "javascript-module",
403
+ "path": "src/tags/tags.ts",
404
+ "declarations": [],
405
+ "exports": []
406
+ },
225
407
  {
226
408
  "kind": "javascript-module",
227
409
  "path": "src/main/index.ts",
@@ -2138,188 +2320,6 @@
2138
2320
  }
2139
2321
  ]
2140
2322
  },
2141
- {
2142
- "kind": "javascript-module",
2143
- "path": "src/styles/colors.ts",
2144
- "declarations": [
2145
- {
2146
- "kind": "function",
2147
- "name": "getWebRGBA",
2148
- "parameters": [
2149
- {
2150
- "name": "rgb",
2151
- "type": {
2152
- "text": "ColorRGBA64"
2153
- }
2154
- },
2155
- {
2156
- "name": "alpha",
2157
- "default": "1.0",
2158
- "type": {
2159
- "text": "number"
2160
- }
2161
- }
2162
- ]
2163
- },
2164
- {
2165
- "kind": "variable",
2166
- "name": "defaultBackgroundHover"
2167
- },
2168
- {
2169
- "kind": "variable",
2170
- "name": "defaultBackgroundItem"
2171
- },
2172
- {
2173
- "kind": "variable",
2174
- "name": "backgroundNavOption"
2175
- }
2176
- ],
2177
- "exports": [
2178
- {
2179
- "kind": "js",
2180
- "name": "getWebRGBA",
2181
- "declaration": {
2182
- "name": "getWebRGBA",
2183
- "module": "src/styles/colors.ts"
2184
- }
2185
- },
2186
- {
2187
- "kind": "js",
2188
- "name": "defaultBackgroundHover",
2189
- "declaration": {
2190
- "name": "defaultBackgroundHover",
2191
- "module": "src/styles/colors.ts"
2192
- }
2193
- },
2194
- {
2195
- "kind": "js",
2196
- "name": "defaultBackgroundItem",
2197
- "declaration": {
2198
- "name": "defaultBackgroundItem",
2199
- "module": "src/styles/colors.ts"
2200
- }
2201
- },
2202
- {
2203
- "kind": "js",
2204
- "name": "backgroundNavOption",
2205
- "declaration": {
2206
- "name": "backgroundNavOption",
2207
- "module": "src/styles/colors.ts"
2208
- }
2209
- }
2210
- ]
2211
- },
2212
- {
2213
- "kind": "javascript-module",
2214
- "path": "src/styles/index.ts",
2215
- "declarations": [],
2216
- "exports": [
2217
- {
2218
- "kind": "js",
2219
- "name": "*",
2220
- "declaration": {
2221
- "name": "*",
2222
- "package": "./colors"
2223
- }
2224
- },
2225
- {
2226
- "kind": "js",
2227
- "name": "*",
2228
- "declaration": {
2229
- "name": "*",
2230
- "package": "./styles"
2231
- }
2232
- }
2233
- ]
2234
- },
2235
- {
2236
- "kind": "javascript-module",
2237
- "path": "src/styles/styles.ts",
2238
- "declarations": [
2239
- {
2240
- "kind": "function",
2241
- "name": "mixinScreen",
2242
- "parameters": [
2243
- {
2244
- "name": "display",
2245
- "default": "'block'",
2246
- "type": {
2247
- "text": "string"
2248
- }
2249
- }
2250
- ],
2251
- "description": "TODO: Bring all the style and typography mixins into the design system package"
2252
- },
2253
- {
2254
- "kind": "function",
2255
- "name": "genesisLogo",
2256
- "parameters": [
2257
- {
2258
- "name": "slot",
2259
- "default": "'start'"
2260
- }
2261
- ],
2262
- "description": "TODO"
2263
- },
2264
- {
2265
- "kind": "function",
2266
- "name": "settingsIcon",
2267
- "parameters": [
2268
- {
2269
- "name": "slot",
2270
- "default": "'start'"
2271
- }
2272
- ]
2273
- }
2274
- ],
2275
- "exports": [
2276
- {
2277
- "kind": "js",
2278
- "name": "mixinScreen",
2279
- "declaration": {
2280
- "name": "mixinScreen",
2281
- "module": "src/styles/styles.ts"
2282
- }
2283
- },
2284
- {
2285
- "kind": "js",
2286
- "name": "genesisLogo",
2287
- "declaration": {
2288
- "name": "genesisLogo",
2289
- "module": "src/styles/styles.ts"
2290
- }
2291
- },
2292
- {
2293
- "kind": "js",
2294
- "name": "settingsIcon",
2295
- "declaration": {
2296
- "name": "settingsIcon",
2297
- "module": "src/styles/styles.ts"
2298
- }
2299
- }
2300
- ]
2301
- },
2302
- {
2303
- "kind": "javascript-module",
2304
- "path": "src/tags/index.ts",
2305
- "declarations": [],
2306
- "exports": [
2307
- {
2308
- "kind": "js",
2309
- "name": "*",
2310
- "declaration": {
2311
- "name": "*",
2312
- "package": "./tags"
2313
- }
2314
- }
2315
- ]
2316
- },
2317
- {
2318
- "kind": "javascript-module",
2319
- "path": "src/tags/tags.ts",
2320
- "declarations": [],
2321
- "exports": []
2322
- },
2323
2323
  {
2324
2324
  "kind": "javascript-module",
2325
2325
  "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.250.0",
4
+ "version": "14.251.0-RPT-81.2",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -77,29 +77,29 @@
77
77
  }
78
78
  },
79
79
  "devDependencies": {
80
- "@genesislcap/foundation-testing": "14.250.0",
81
- "@genesislcap/genx": "14.250.0",
82
- "@genesislcap/rollup-builder": "14.250.0",
83
- "@genesislcap/ts-builder": "14.250.0",
84
- "@genesislcap/uvu-playwright-builder": "14.250.0",
85
- "@genesislcap/vite-builder": "14.250.0",
86
- "@genesislcap/webpack-builder": "14.250.0",
80
+ "@genesislcap/foundation-testing": "14.251.0-RPT-81.2",
81
+ "@genesislcap/genx": "14.251.0-RPT-81.2",
82
+ "@genesislcap/rollup-builder": "14.251.0-RPT-81.2",
83
+ "@genesislcap/ts-builder": "14.251.0-RPT-81.2",
84
+ "@genesislcap/uvu-playwright-builder": "14.251.0-RPT-81.2",
85
+ "@genesislcap/vite-builder": "14.251.0-RPT-81.2",
86
+ "@genesislcap/webpack-builder": "14.251.0-RPT-81.2",
87
87
  "rimraf": "^5.0.0"
88
88
  },
89
89
  "dependencies": {
90
- "@genesislcap/foundation-auth": "14.250.0",
91
- "@genesislcap/foundation-comms": "14.250.0",
92
- "@genesislcap/foundation-events": "14.250.0",
93
- "@genesislcap/foundation-i18n": "14.250.0",
94
- "@genesislcap/foundation-logger": "14.250.0",
95
- "@genesislcap/foundation-login": "14.250.0",
96
- "@genesislcap/foundation-shell": "14.250.0",
97
- "@genesislcap/foundation-ui": "14.250.0",
98
- "@genesislcap/foundation-user": "14.250.0",
99
- "@genesislcap/foundation-utils": "14.250.0",
100
- "@genesislcap/foundation-zero": "14.250.0",
101
- "@genesislcap/rapid-design-system": "14.250.0",
102
- "@genesislcap/web-core": "14.250.0",
90
+ "@genesislcap/foundation-auth": "14.251.0-RPT-81.2",
91
+ "@genesislcap/foundation-comms": "14.251.0-RPT-81.2",
92
+ "@genesislcap/foundation-events": "14.251.0-RPT-81.2",
93
+ "@genesislcap/foundation-i18n": "14.251.0-RPT-81.2",
94
+ "@genesislcap/foundation-logger": "14.251.0-RPT-81.2",
95
+ "@genesislcap/foundation-login": "14.251.0-RPT-81.2",
96
+ "@genesislcap/foundation-shell": "14.251.0-RPT-81.2",
97
+ "@genesislcap/foundation-ui": "14.251.0-RPT-81.2",
98
+ "@genesislcap/foundation-user": "14.251.0-RPT-81.2",
99
+ "@genesislcap/foundation-utils": "14.251.0-RPT-81.2",
100
+ "@genesislcap/foundation-zero": "14.251.0-RPT-81.2",
101
+ "@genesislcap/rapid-design-system": "14.251.0-RPT-81.2",
102
+ "@genesislcap/web-core": "14.251.0-RPT-81.2",
103
103
  "tslib": "^2.3.1"
104
104
  },
105
105
  "repository": {
@@ -111,5 +111,5 @@
111
111
  "access": "public"
112
112
  },
113
113
  "customElements": "dist/custom-elements.json",
114
- "gitHead": "cde412442823b891ab650ab4841d04b963fc9afe"
114
+ "gitHead": "24f9d00cb18956c29c152bf38fc1b911bfc58c3e"
115
115
  }