@genesislcap/foundation-header 14.494.0 → 14.495.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +366 -366
  2. package/package.json +22 -22
@@ -33,6 +33,228 @@
33
33
  }
34
34
  ]
35
35
  },
36
+ {
37
+ "kind": "javascript-module",
38
+ "path": "src/components/control-panel.ts",
39
+ "declarations": [
40
+ {
41
+ "kind": "class",
42
+ "description": "control-panel",
43
+ "name": "ControlPanel",
44
+ "members": [
45
+ {
46
+ "kind": "field",
47
+ "name": "handleKeyDown",
48
+ "privacy": "private"
49
+ },
50
+ {
51
+ "kind": "field",
52
+ "name": "handleKeyDownBound",
53
+ "privacy": "private"
54
+ },
55
+ {
56
+ "kind": "method",
57
+ "name": "toggleSelection",
58
+ "privacy": "private",
59
+ "return": {
60
+ "type": {
61
+ "text": "SelectableKey[]"
62
+ }
63
+ },
64
+ "parameters": [
65
+ {
66
+ "name": "key",
67
+ "type": {
68
+ "text": "string"
69
+ }
70
+ },
71
+ {
72
+ "name": "keys",
73
+ "type": {
74
+ "text": "SelectableKey[]"
75
+ }
76
+ }
77
+ ]
78
+ },
79
+ {
80
+ "kind": "method",
81
+ "name": "deleteKeysFromSessionStorage",
82
+ "privacy": "private",
83
+ "parameters": [
84
+ {
85
+ "name": "storageKey",
86
+ "type": {
87
+ "text": "string"
88
+ }
89
+ },
90
+ {
91
+ "name": "keysToDelete",
92
+ "type": {
93
+ "text": "string[]"
94
+ }
95
+ }
96
+ ]
97
+ },
98
+ {
99
+ "kind": "method",
100
+ "name": "deleteKeysFromLocalStorage",
101
+ "privacy": "private",
102
+ "parameters": [
103
+ {
104
+ "name": "storageKey",
105
+ "type": {
106
+ "text": "string"
107
+ }
108
+ },
109
+ {
110
+ "name": "keys",
111
+ "type": {
112
+ "text": "SelectableKey[]"
113
+ }
114
+ }
115
+ ]
116
+ },
117
+ {
118
+ "kind": "method",
119
+ "name": "getKeysForSessionStorageItem",
120
+ "privacy": "private",
121
+ "return": {
122
+ "type": {
123
+ "text": "SelectableKey[]"
124
+ }
125
+ },
126
+ "parameters": [
127
+ {
128
+ "name": "storageKey",
129
+ "type": {
130
+ "text": "string"
131
+ }
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "kind": "method",
137
+ "name": "getKeysForStorageItem",
138
+ "privacy": "private",
139
+ "return": {
140
+ "type": {
141
+ "text": "SelectableKey[]"
142
+ }
143
+ },
144
+ "parameters": [
145
+ {
146
+ "name": "storageKey",
147
+ "type": {
148
+ "text": "string"
149
+ }
150
+ }
151
+ ]
152
+ },
153
+ {
154
+ "kind": "method",
155
+ "name": "getKeysForKVStorage",
156
+ "privacy": "private",
157
+ "return": {
158
+ "type": {
159
+ "text": "Promise<SelectableKey[]>"
160
+ }
161
+ }
162
+ },
163
+ {
164
+ "kind": "method",
165
+ "name": "deleteKeysFromKVStorage",
166
+ "privacy": "private",
167
+ "return": {
168
+ "type": {
169
+ "text": "Promise<void>"
170
+ }
171
+ },
172
+ "parameters": [
173
+ {
174
+ "name": "keysToDelete",
175
+ "type": {
176
+ "text": "string[]"
177
+ }
178
+ }
179
+ ]
180
+ }
181
+ ],
182
+ "superclass": {
183
+ "name": "GenesisElement",
184
+ "package": "@genesislcap/web-core"
185
+ },
186
+ "tagName": "control-panel",
187
+ "customElement": true
188
+ }
189
+ ],
190
+ "exports": [
191
+ {
192
+ "kind": "custom-element-definition",
193
+ "name": "control-panel",
194
+ "declaration": {
195
+ "name": "ControlPanel",
196
+ "module": "src/components/control-panel.ts"
197
+ }
198
+ }
199
+ ]
200
+ },
201
+ {
202
+ "kind": "javascript-module",
203
+ "path": "src/components/index.ts",
204
+ "declarations": [],
205
+ "exports": [
206
+ {
207
+ "kind": "js",
208
+ "name": "*",
209
+ "declaration": {
210
+ "name": "*",
211
+ "package": "./control-panel"
212
+ }
213
+ }
214
+ ]
215
+ },
216
+ {
217
+ "kind": "javascript-module",
218
+ "path": "src/components/rapid-components.ts",
219
+ "declarations": [
220
+ {
221
+ "kind": "function",
222
+ "name": "registerCommonRapidComponents",
223
+ "privacy": "public"
224
+ }
225
+ ],
226
+ "exports": [
227
+ {
228
+ "kind": "js",
229
+ "name": "registerCommonRapidComponents",
230
+ "declaration": {
231
+ "name": "registerCommonRapidComponents",
232
+ "module": "src/components/rapid-components.ts"
233
+ }
234
+ }
235
+ ]
236
+ },
237
+ {
238
+ "kind": "javascript-module",
239
+ "path": "src/components/zero-components.ts",
240
+ "declarations": [
241
+ {
242
+ "kind": "function",
243
+ "name": "registerCommonZeroComponents",
244
+ "privacy": "public"
245
+ }
246
+ ],
247
+ "exports": [
248
+ {
249
+ "kind": "js",
250
+ "name": "registerCommonZeroComponents",
251
+ "declaration": {
252
+ "name": "registerCommonZeroComponents",
253
+ "module": "src/components/zero-components.ts"
254
+ }
255
+ }
256
+ ]
257
+ },
36
258
  {
37
259
  "kind": "javascript-module",
38
260
  "path": "src/config/config.ts",
@@ -190,226 +412,186 @@
190
412
  },
191
413
  {
192
414
  "kind": "javascript-module",
193
- "path": "src/components/control-panel.ts",
415
+ "path": "src/styles/colors.ts",
194
416
  "declarations": [
195
417
  {
196
- "kind": "class",
197
- "description": "control-panel",
198
- "name": "ControlPanel",
199
- "members": [
200
- {
201
- "kind": "field",
202
- "name": "handleKeyDown",
203
- "privacy": "private"
204
- },
205
- {
206
- "kind": "field",
207
- "name": "handleKeyDownBound",
208
- "privacy": "private"
209
- },
210
- {
211
- "kind": "method",
212
- "name": "toggleSelection",
213
- "privacy": "private",
214
- "return": {
215
- "type": {
216
- "text": "SelectableKey[]"
217
- }
218
- },
219
- "parameters": [
220
- {
221
- "name": "key",
222
- "type": {
223
- "text": "string"
224
- }
225
- },
226
- {
227
- "name": "keys",
228
- "type": {
229
- "text": "SelectableKey[]"
230
- }
231
- }
232
- ]
233
- },
234
- {
235
- "kind": "method",
236
- "name": "deleteKeysFromSessionStorage",
237
- "privacy": "private",
238
- "parameters": [
239
- {
240
- "name": "storageKey",
241
- "type": {
242
- "text": "string"
243
- }
244
- },
245
- {
246
- "name": "keysToDelete",
247
- "type": {
248
- "text": "string[]"
249
- }
250
- }
251
- ]
252
- },
253
- {
254
- "kind": "method",
255
- "name": "deleteKeysFromLocalStorage",
256
- "privacy": "private",
257
- "parameters": [
258
- {
259
- "name": "storageKey",
260
- "type": {
261
- "text": "string"
262
- }
263
- },
264
- {
265
- "name": "keys",
266
- "type": {
267
- "text": "SelectableKey[]"
268
- }
269
- }
270
- ]
271
- },
418
+ "kind": "function",
419
+ "name": "getWebRGBA",
420
+ "parameters": [
272
421
  {
273
- "kind": "method",
274
- "name": "getKeysForSessionStorageItem",
275
- "privacy": "private",
276
- "return": {
277
- "type": {
278
- "text": "SelectableKey[]"
279
- }
280
- },
281
- "parameters": [
282
- {
283
- "name": "storageKey",
284
- "type": {
285
- "text": "string"
286
- }
287
- }
288
- ]
422
+ "name": "rgb",
423
+ "type": {
424
+ "text": "ColorRGBA64"
425
+ }
289
426
  },
290
427
  {
291
- "kind": "method",
292
- "name": "getKeysForStorageItem",
293
- "privacy": "private",
294
- "return": {
295
- "type": {
296
- "text": "SelectableKey[]"
297
- }
298
- },
299
- "parameters": [
300
- {
301
- "name": "storageKey",
302
- "type": {
303
- "text": "string"
304
- }
305
- }
306
- ]
307
- },
428
+ "name": "alpha",
429
+ "default": "1.0",
430
+ "type": {
431
+ "text": "number"
432
+ }
433
+ }
434
+ ]
435
+ },
436
+ {
437
+ "kind": "variable",
438
+ "name": "defaultBackgroundHover"
439
+ },
440
+ {
441
+ "kind": "variable",
442
+ "name": "defaultBackgroundItem"
443
+ },
444
+ {
445
+ "kind": "variable",
446
+ "name": "backgroundNavOption"
447
+ }
448
+ ],
449
+ "exports": [
450
+ {
451
+ "kind": "js",
452
+ "name": "getWebRGBA",
453
+ "declaration": {
454
+ "name": "getWebRGBA",
455
+ "module": "src/styles/colors.ts"
456
+ }
457
+ },
458
+ {
459
+ "kind": "js",
460
+ "name": "defaultBackgroundHover",
461
+ "declaration": {
462
+ "name": "defaultBackgroundHover",
463
+ "module": "src/styles/colors.ts"
464
+ }
465
+ },
466
+ {
467
+ "kind": "js",
468
+ "name": "defaultBackgroundItem",
469
+ "declaration": {
470
+ "name": "defaultBackgroundItem",
471
+ "module": "src/styles/colors.ts"
472
+ }
473
+ },
474
+ {
475
+ "kind": "js",
476
+ "name": "backgroundNavOption",
477
+ "declaration": {
478
+ "name": "backgroundNavOption",
479
+ "module": "src/styles/colors.ts"
480
+ }
481
+ }
482
+ ]
483
+ },
484
+ {
485
+ "kind": "javascript-module",
486
+ "path": "src/styles/index.ts",
487
+ "declarations": [],
488
+ "exports": [
489
+ {
490
+ "kind": "js",
491
+ "name": "*",
492
+ "declaration": {
493
+ "name": "*",
494
+ "package": "./colors"
495
+ }
496
+ },
497
+ {
498
+ "kind": "js",
499
+ "name": "*",
500
+ "declaration": {
501
+ "name": "*",
502
+ "package": "./styles"
503
+ }
504
+ }
505
+ ]
506
+ },
507
+ {
508
+ "kind": "javascript-module",
509
+ "path": "src/styles/styles.ts",
510
+ "declarations": [
511
+ {
512
+ "kind": "function",
513
+ "name": "mixinScreen",
514
+ "parameters": [
308
515
  {
309
- "kind": "method",
310
- "name": "getKeysForKVStorage",
311
- "privacy": "private",
312
- "return": {
313
- "type": {
314
- "text": "Promise<SelectableKey[]>"
315
- }
516
+ "name": "display",
517
+ "default": "'block'",
518
+ "type": {
519
+ "text": "string"
316
520
  }
317
- },
521
+ }
522
+ ],
523
+ "description": "TODO: Bring all the style and typography mixins into the design system package"
524
+ },
525
+ {
526
+ "kind": "function",
527
+ "name": "genesisLogo",
528
+ "parameters": [
318
529
  {
319
- "kind": "method",
320
- "name": "deleteKeysFromKVStorage",
321
- "privacy": "private",
322
- "return": {
323
- "type": {
324
- "text": "Promise<void>"
325
- }
326
- },
327
- "parameters": [
328
- {
329
- "name": "keysToDelete",
330
- "type": {
331
- "text": "string[]"
332
- }
333
- }
334
- ]
530
+ "name": "slot",
531
+ "default": "'start'"
532
+ }
533
+ ],
534
+ "description": "TODO"
535
+ },
536
+ {
537
+ "kind": "function",
538
+ "name": "settingsIcon",
539
+ "parameters": [
540
+ {
541
+ "name": "slot",
542
+ "default": "'start'"
335
543
  }
336
- ],
337
- "superclass": {
338
- "name": "GenesisElement",
339
- "package": "@genesislcap/web-core"
340
- },
341
- "tagName": "control-panel",
342
- "customElement": true
544
+ ]
343
545
  }
344
546
  ],
345
547
  "exports": [
346
548
  {
347
- "kind": "custom-element-definition",
348
- "name": "control-panel",
549
+ "kind": "js",
550
+ "name": "mixinScreen",
349
551
  "declaration": {
350
- "name": "ControlPanel",
351
- "module": "src/components/control-panel.ts"
552
+ "name": "mixinScreen",
553
+ "module": "src/styles/styles.ts"
352
554
  }
353
- }
354
- ]
355
- },
356
- {
357
- "kind": "javascript-module",
358
- "path": "src/components/index.ts",
359
- "declarations": [],
360
- "exports": [
555
+ },
361
556
  {
362
557
  "kind": "js",
363
- "name": "*",
558
+ "name": "genesisLogo",
364
559
  "declaration": {
365
- "name": "*",
366
- "package": "./control-panel"
560
+ "name": "genesisLogo",
561
+ "module": "src/styles/styles.ts"
367
562
  }
368
- }
369
- ]
370
- },
371
- {
372
- "kind": "javascript-module",
373
- "path": "src/components/rapid-components.ts",
374
- "declarations": [
375
- {
376
- "kind": "function",
377
- "name": "registerCommonRapidComponents",
378
- "privacy": "public"
379
- }
380
- ],
381
- "exports": [
563
+ },
382
564
  {
383
565
  "kind": "js",
384
- "name": "registerCommonRapidComponents",
566
+ "name": "settingsIcon",
385
567
  "declaration": {
386
- "name": "registerCommonRapidComponents",
387
- "module": "src/components/rapid-components.ts"
568
+ "name": "settingsIcon",
569
+ "module": "src/styles/styles.ts"
388
570
  }
389
571
  }
390
572
  ]
391
573
  },
392
574
  {
393
575
  "kind": "javascript-module",
394
- "path": "src/components/zero-components.ts",
395
- "declarations": [
396
- {
397
- "kind": "function",
398
- "name": "registerCommonZeroComponents",
399
- "privacy": "public"
400
- }
401
- ],
576
+ "path": "src/tags/index.ts",
577
+ "declarations": [],
402
578
  "exports": [
403
579
  {
404
580
  "kind": "js",
405
- "name": "registerCommonZeroComponents",
581
+ "name": "*",
406
582
  "declaration": {
407
- "name": "registerCommonZeroComponents",
408
- "module": "src/components/zero-components.ts"
583
+ "name": "*",
584
+ "package": "./tags"
409
585
  }
410
586
  }
411
587
  ]
412
588
  },
589
+ {
590
+ "kind": "javascript-module",
591
+ "path": "src/tags/tags.ts",
592
+ "declarations": [],
593
+ "exports": []
594
+ },
413
595
  {
414
596
  "kind": "javascript-module",
415
597
  "path": "src/main/index.ts",
@@ -3838,194 +4020,12 @@
3838
4020
  }
3839
4021
  ]
3840
4022
  },
3841
- {
3842
- "kind": "javascript-module",
3843
- "path": "src/styles/colors.ts",
3844
- "declarations": [
3845
- {
3846
- "kind": "function",
3847
- "name": "getWebRGBA",
3848
- "parameters": [
3849
- {
3850
- "name": "rgb",
3851
- "type": {
3852
- "text": "ColorRGBA64"
3853
- }
3854
- },
3855
- {
3856
- "name": "alpha",
3857
- "default": "1.0",
3858
- "type": {
3859
- "text": "number"
3860
- }
3861
- }
3862
- ]
3863
- },
3864
- {
3865
- "kind": "variable",
3866
- "name": "defaultBackgroundHover"
3867
- },
3868
- {
3869
- "kind": "variable",
3870
- "name": "defaultBackgroundItem"
3871
- },
3872
- {
3873
- "kind": "variable",
3874
- "name": "backgroundNavOption"
3875
- }
3876
- ],
3877
- "exports": [
3878
- {
3879
- "kind": "js",
3880
- "name": "getWebRGBA",
3881
- "declaration": {
3882
- "name": "getWebRGBA",
3883
- "module": "src/styles/colors.ts"
3884
- }
3885
- },
3886
- {
3887
- "kind": "js",
3888
- "name": "defaultBackgroundHover",
3889
- "declaration": {
3890
- "name": "defaultBackgroundHover",
3891
- "module": "src/styles/colors.ts"
3892
- }
3893
- },
3894
- {
3895
- "kind": "js",
3896
- "name": "defaultBackgroundItem",
3897
- "declaration": {
3898
- "name": "defaultBackgroundItem",
3899
- "module": "src/styles/colors.ts"
3900
- }
3901
- },
3902
- {
3903
- "kind": "js",
3904
- "name": "backgroundNavOption",
3905
- "declaration": {
3906
- "name": "backgroundNavOption",
3907
- "module": "src/styles/colors.ts"
3908
- }
3909
- }
3910
- ]
3911
- },
3912
- {
3913
- "kind": "javascript-module",
3914
- "path": "src/styles/index.ts",
3915
- "declarations": [],
3916
- "exports": [
3917
- {
3918
- "kind": "js",
3919
- "name": "*",
3920
- "declaration": {
3921
- "name": "*",
3922
- "package": "./colors"
3923
- }
3924
- },
3925
- {
3926
- "kind": "js",
3927
- "name": "*",
3928
- "declaration": {
3929
- "name": "*",
3930
- "package": "./styles"
3931
- }
3932
- }
3933
- ]
3934
- },
3935
- {
3936
- "kind": "javascript-module",
3937
- "path": "src/styles/styles.ts",
3938
- "declarations": [
3939
- {
3940
- "kind": "function",
3941
- "name": "mixinScreen",
3942
- "parameters": [
3943
- {
3944
- "name": "display",
3945
- "default": "'block'",
3946
- "type": {
3947
- "text": "string"
3948
- }
3949
- }
3950
- ],
3951
- "description": "TODO: Bring all the style and typography mixins into the design system package"
3952
- },
3953
- {
3954
- "kind": "function",
3955
- "name": "genesisLogo",
3956
- "parameters": [
3957
- {
3958
- "name": "slot",
3959
- "default": "'start'"
3960
- }
3961
- ],
3962
- "description": "TODO"
3963
- },
3964
- {
3965
- "kind": "function",
3966
- "name": "settingsIcon",
3967
- "parameters": [
3968
- {
3969
- "name": "slot",
3970
- "default": "'start'"
3971
- }
3972
- ]
3973
- }
3974
- ],
3975
- "exports": [
3976
- {
3977
- "kind": "js",
3978
- "name": "mixinScreen",
3979
- "declaration": {
3980
- "name": "mixinScreen",
3981
- "module": "src/styles/styles.ts"
3982
- }
3983
- },
3984
- {
3985
- "kind": "js",
3986
- "name": "genesisLogo",
3987
- "declaration": {
3988
- "name": "genesisLogo",
3989
- "module": "src/styles/styles.ts"
3990
- }
3991
- },
3992
- {
3993
- "kind": "js",
3994
- "name": "settingsIcon",
3995
- "declaration": {
3996
- "name": "settingsIcon",
3997
- "module": "src/styles/styles.ts"
3998
- }
3999
- }
4000
- ]
4001
- },
4002
4023
  {
4003
4024
  "kind": "javascript-module",
4004
4025
  "path": "src/templates/rapid.template.ts",
4005
4026
  "declarations": [],
4006
4027
  "exports": []
4007
4028
  },
4008
- {
4009
- "kind": "javascript-module",
4010
- "path": "src/tags/index.ts",
4011
- "declarations": [],
4012
- "exports": [
4013
- {
4014
- "kind": "js",
4015
- "name": "*",
4016
- "declaration": {
4017
- "name": "*",
4018
- "package": "./tags"
4019
- }
4020
- }
4021
- ]
4022
- },
4023
- {
4024
- "kind": "javascript-module",
4025
- "path": "src/tags/tags.ts",
4026
- "declarations": [],
4027
- "exports": []
4028
- },
4029
4029
  {
4030
4030
  "kind": "javascript-module",
4031
4031
  "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.494.0",
4
+ "version": "14.495.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": "14.494.0",
88
- "@genesislcap/genx": "14.494.0",
89
- "@genesislcap/rollup-builder": "14.494.0",
90
- "@genesislcap/ts-builder": "14.494.0",
91
- "@genesislcap/uvu-playwright-builder": "14.494.0",
92
- "@genesislcap/vite-builder": "14.494.0",
93
- "@genesislcap/webpack-builder": "14.494.0"
87
+ "@genesislcap/foundation-testing": "14.495.0",
88
+ "@genesislcap/genx": "14.495.0",
89
+ "@genesislcap/rollup-builder": "14.495.0",
90
+ "@genesislcap/ts-builder": "14.495.0",
91
+ "@genesislcap/uvu-playwright-builder": "14.495.0",
92
+ "@genesislcap/vite-builder": "14.495.0",
93
+ "@genesislcap/webpack-builder": "14.495.0"
94
94
  },
95
95
  "dependencies": {
96
- "@genesislcap/foundation-ai": "14.494.0",
97
- "@genesislcap/foundation-auth": "14.494.0",
98
- "@genesislcap/foundation-comms": "14.494.0",
99
- "@genesislcap/foundation-events": "14.494.0",
100
- "@genesislcap/foundation-i18n": "14.494.0",
101
- "@genesislcap/foundation-logger": "14.494.0",
102
- "@genesislcap/foundation-shell": "14.494.0",
103
- "@genesislcap/foundation-ui": "14.494.0",
104
- "@genesislcap/foundation-user": "14.494.0",
105
- "@genesislcap/foundation-utils": "14.494.0",
106
- "@genesislcap/foundation-zero": "14.494.0",
107
- "@genesislcap/rapid-design-system": "14.494.0",
108
- "@genesislcap/web-core": "14.494.0"
96
+ "@genesislcap/foundation-ai": "14.495.0",
97
+ "@genesislcap/foundation-auth": "14.495.0",
98
+ "@genesislcap/foundation-comms": "14.495.0",
99
+ "@genesislcap/foundation-events": "14.495.0",
100
+ "@genesislcap/foundation-i18n": "14.495.0",
101
+ "@genesislcap/foundation-logger": "14.495.0",
102
+ "@genesislcap/foundation-shell": "14.495.0",
103
+ "@genesislcap/foundation-ui": "14.495.0",
104
+ "@genesislcap/foundation-user": "14.495.0",
105
+ "@genesislcap/foundation-utils": "14.495.0",
106
+ "@genesislcap/foundation-zero": "14.495.0",
107
+ "@genesislcap/rapid-design-system": "14.495.0",
108
+ "@genesislcap/web-core": "14.495.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": "df845b67dcc681aa3775bdc87b9d91b404791868"
119
+ "gitHead": "24d26a75271717d40c0b6168b983bd8536a3db7f"
120
120
  }