@genesislcap/foundation-header 14.493.1-alpha-8ff3328.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 +182 -182
  2. package/package.json +22 -22
@@ -410,6 +410,188 @@
410
410
  }
411
411
  ]
412
412
  },
413
+ {
414
+ "kind": "javascript-module",
415
+ "path": "src/styles/colors.ts",
416
+ "declarations": [
417
+ {
418
+ "kind": "function",
419
+ "name": "getWebRGBA",
420
+ "parameters": [
421
+ {
422
+ "name": "rgb",
423
+ "type": {
424
+ "text": "ColorRGBA64"
425
+ }
426
+ },
427
+ {
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": [
515
+ {
516
+ "name": "display",
517
+ "default": "'block'",
518
+ "type": {
519
+ "text": "string"
520
+ }
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": [
529
+ {
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'"
543
+ }
544
+ ]
545
+ }
546
+ ],
547
+ "exports": [
548
+ {
549
+ "kind": "js",
550
+ "name": "mixinScreen",
551
+ "declaration": {
552
+ "name": "mixinScreen",
553
+ "module": "src/styles/styles.ts"
554
+ }
555
+ },
556
+ {
557
+ "kind": "js",
558
+ "name": "genesisLogo",
559
+ "declaration": {
560
+ "name": "genesisLogo",
561
+ "module": "src/styles/styles.ts"
562
+ }
563
+ },
564
+ {
565
+ "kind": "js",
566
+ "name": "settingsIcon",
567
+ "declaration": {
568
+ "name": "settingsIcon",
569
+ "module": "src/styles/styles.ts"
570
+ }
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "kind": "javascript-module",
576
+ "path": "src/tags/index.ts",
577
+ "declarations": [],
578
+ "exports": [
579
+ {
580
+ "kind": "js",
581
+ "name": "*",
582
+ "declaration": {
583
+ "name": "*",
584
+ "package": "./tags"
585
+ }
586
+ }
587
+ ]
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,188 +4020,6 @@
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
- {
4003
- "kind": "javascript-module",
4004
- "path": "src/tags/index.ts",
4005
- "declarations": [],
4006
- "exports": [
4007
- {
4008
- "kind": "js",
4009
- "name": "*",
4010
- "declaration": {
4011
- "name": "*",
4012
- "package": "./tags"
4013
- }
4014
- }
4015
- ]
4016
- },
4017
- {
4018
- "kind": "javascript-module",
4019
- "path": "src/tags/tags.ts",
4020
- "declarations": [],
4021
- "exports": []
4022
- },
4023
4023
  {
4024
4024
  "kind": "javascript-module",
4025
4025
  "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.493.1-alpha-8ff3328.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.493.1-alpha-8ff3328.0",
88
- "@genesislcap/genx": "14.493.1-alpha-8ff3328.0",
89
- "@genesislcap/rollup-builder": "14.493.1-alpha-8ff3328.0",
90
- "@genesislcap/ts-builder": "14.493.1-alpha-8ff3328.0",
91
- "@genesislcap/uvu-playwright-builder": "14.493.1-alpha-8ff3328.0",
92
- "@genesislcap/vite-builder": "14.493.1-alpha-8ff3328.0",
93
- "@genesislcap/webpack-builder": "14.493.1-alpha-8ff3328.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.493.1-alpha-8ff3328.0",
97
- "@genesislcap/foundation-auth": "14.493.1-alpha-8ff3328.0",
98
- "@genesislcap/foundation-comms": "14.493.1-alpha-8ff3328.0",
99
- "@genesislcap/foundation-events": "14.493.1-alpha-8ff3328.0",
100
- "@genesislcap/foundation-i18n": "14.493.1-alpha-8ff3328.0",
101
- "@genesislcap/foundation-logger": "14.493.1-alpha-8ff3328.0",
102
- "@genesislcap/foundation-shell": "14.493.1-alpha-8ff3328.0",
103
- "@genesislcap/foundation-ui": "14.493.1-alpha-8ff3328.0",
104
- "@genesislcap/foundation-user": "14.493.1-alpha-8ff3328.0",
105
- "@genesislcap/foundation-utils": "14.493.1-alpha-8ff3328.0",
106
- "@genesislcap/foundation-zero": "14.493.1-alpha-8ff3328.0",
107
- "@genesislcap/rapid-design-system": "14.493.1-alpha-8ff3328.0",
108
- "@genesislcap/web-core": "14.493.1-alpha-8ff3328.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": "8c565dfbaf36c06f5a28278da59043c5453c564a"
119
+ "gitHead": "24d26a75271717d40c0b6168b983bd8536a3db7f"
120
120
  }