@genesislcap/foundation-header 14.418.0 → 14.418.1-alpha-7cce044.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 +165 -165
  2. package/package.json +23 -23
@@ -410,167 +410,6 @@
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
413
  {
575
414
  "kind": "javascript-module",
576
415
  "path": "src/main/index.ts",
@@ -3993,7 +3832,78 @@
3993
3832
  },
3994
3833
  {
3995
3834
  "kind": "javascript-module",
3996
- "path": "src/tags/index.ts",
3835
+ "path": "src/styles/colors.ts",
3836
+ "declarations": [
3837
+ {
3838
+ "kind": "function",
3839
+ "name": "getWebRGBA",
3840
+ "parameters": [
3841
+ {
3842
+ "name": "rgb",
3843
+ "type": {
3844
+ "text": "ColorRGBA64"
3845
+ }
3846
+ },
3847
+ {
3848
+ "name": "alpha",
3849
+ "default": "1.0",
3850
+ "type": {
3851
+ "text": "number"
3852
+ }
3853
+ }
3854
+ ]
3855
+ },
3856
+ {
3857
+ "kind": "variable",
3858
+ "name": "defaultBackgroundHover"
3859
+ },
3860
+ {
3861
+ "kind": "variable",
3862
+ "name": "defaultBackgroundItem"
3863
+ },
3864
+ {
3865
+ "kind": "variable",
3866
+ "name": "backgroundNavOption"
3867
+ }
3868
+ ],
3869
+ "exports": [
3870
+ {
3871
+ "kind": "js",
3872
+ "name": "getWebRGBA",
3873
+ "declaration": {
3874
+ "name": "getWebRGBA",
3875
+ "module": "src/styles/colors.ts"
3876
+ }
3877
+ },
3878
+ {
3879
+ "kind": "js",
3880
+ "name": "defaultBackgroundHover",
3881
+ "declaration": {
3882
+ "name": "defaultBackgroundHover",
3883
+ "module": "src/styles/colors.ts"
3884
+ }
3885
+ },
3886
+ {
3887
+ "kind": "js",
3888
+ "name": "defaultBackgroundItem",
3889
+ "declaration": {
3890
+ "name": "defaultBackgroundItem",
3891
+ "module": "src/styles/colors.ts"
3892
+ }
3893
+ },
3894
+ {
3895
+ "kind": "js",
3896
+ "name": "backgroundNavOption",
3897
+ "declaration": {
3898
+ "name": "backgroundNavOption",
3899
+ "module": "src/styles/colors.ts"
3900
+ }
3901
+ }
3902
+ ]
3903
+ },
3904
+ {
3905
+ "kind": "javascript-module",
3906
+ "path": "src/styles/index.ts",
3997
3907
  "declarations": [],
3998
3908
  "exports": [
3999
3909
  {
@@ -4001,20 +3911,110 @@
4001
3911
  "name": "*",
4002
3912
  "declaration": {
4003
3913
  "name": "*",
4004
- "package": "./tags"
3914
+ "package": "./colors"
3915
+ }
3916
+ },
3917
+ {
3918
+ "kind": "js",
3919
+ "name": "*",
3920
+ "declaration": {
3921
+ "name": "*",
3922
+ "package": "./styles"
4005
3923
  }
4006
3924
  }
4007
3925
  ]
4008
3926
  },
4009
3927
  {
4010
3928
  "kind": "javascript-module",
4011
- "path": "src/tags/tags.ts",
3929
+ "path": "src/styles/styles.ts",
3930
+ "declarations": [
3931
+ {
3932
+ "kind": "function",
3933
+ "name": "mixinScreen",
3934
+ "parameters": [
3935
+ {
3936
+ "name": "display",
3937
+ "default": "'block'",
3938
+ "type": {
3939
+ "text": "string"
3940
+ }
3941
+ }
3942
+ ],
3943
+ "description": "TODO: Bring all the style and typography mixins into the design system package"
3944
+ },
3945
+ {
3946
+ "kind": "function",
3947
+ "name": "genesisLogo",
3948
+ "parameters": [
3949
+ {
3950
+ "name": "slot",
3951
+ "default": "'start'"
3952
+ }
3953
+ ],
3954
+ "description": "TODO"
3955
+ },
3956
+ {
3957
+ "kind": "function",
3958
+ "name": "settingsIcon",
3959
+ "parameters": [
3960
+ {
3961
+ "name": "slot",
3962
+ "default": "'start'"
3963
+ }
3964
+ ]
3965
+ }
3966
+ ],
3967
+ "exports": [
3968
+ {
3969
+ "kind": "js",
3970
+ "name": "mixinScreen",
3971
+ "declaration": {
3972
+ "name": "mixinScreen",
3973
+ "module": "src/styles/styles.ts"
3974
+ }
3975
+ },
3976
+ {
3977
+ "kind": "js",
3978
+ "name": "genesisLogo",
3979
+ "declaration": {
3980
+ "name": "genesisLogo",
3981
+ "module": "src/styles/styles.ts"
3982
+ }
3983
+ },
3984
+ {
3985
+ "kind": "js",
3986
+ "name": "settingsIcon",
3987
+ "declaration": {
3988
+ "name": "settingsIcon",
3989
+ "module": "src/styles/styles.ts"
3990
+ }
3991
+ }
3992
+ ]
3993
+ },
3994
+ {
3995
+ "kind": "javascript-module",
3996
+ "path": "src/templates/rapid.template.ts",
4012
3997
  "declarations": [],
4013
3998
  "exports": []
4014
3999
  },
4015
4000
  {
4016
4001
  "kind": "javascript-module",
4017
- "path": "src/templates/rapid.template.ts",
4002
+ "path": "src/tags/index.ts",
4003
+ "declarations": [],
4004
+ "exports": [
4005
+ {
4006
+ "kind": "js",
4007
+ "name": "*",
4008
+ "declaration": {
4009
+ "name": "*",
4010
+ "package": "./tags"
4011
+ }
4012
+ }
4013
+ ]
4014
+ },
4015
+ {
4016
+ "kind": "javascript-module",
4017
+ "path": "src/tags/tags.ts",
4018
4018
  "declarations": [],
4019
4019
  "exports": []
4020
4020
  },
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.418.0",
4
+ "version": "14.418.1-alpha-7cce044.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -79,29 +79,29 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "@genesislcap/foundation-testing": "14.418.0",
83
- "@genesislcap/genx": "14.418.0",
84
- "@genesislcap/rollup-builder": "14.418.0",
85
- "@genesislcap/ts-builder": "14.418.0",
86
- "@genesislcap/uvu-playwright-builder": "14.418.0",
87
- "@genesislcap/vite-builder": "14.418.0",
88
- "@genesislcap/webpack-builder": "14.418.0"
82
+ "@genesislcap/foundation-testing": "14.418.1-alpha-7cce044.0",
83
+ "@genesislcap/genx": "14.418.1-alpha-7cce044.0",
84
+ "@genesislcap/rollup-builder": "14.418.1-alpha-7cce044.0",
85
+ "@genesislcap/ts-builder": "14.418.1-alpha-7cce044.0",
86
+ "@genesislcap/uvu-playwright-builder": "14.418.1-alpha-7cce044.0",
87
+ "@genesislcap/vite-builder": "14.418.1-alpha-7cce044.0",
88
+ "@genesislcap/webpack-builder": "14.418.1-alpha-7cce044.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-ai": "14.418.0",
92
- "@genesislcap/foundation-auth": "14.418.0",
93
- "@genesislcap/foundation-comms": "14.418.0",
94
- "@genesislcap/foundation-events": "14.418.0",
95
- "@genesislcap/foundation-i18n": "14.418.0",
96
- "@genesislcap/foundation-logger": "14.418.0",
97
- "@genesislcap/foundation-login": "14.418.0",
98
- "@genesislcap/foundation-shell": "14.418.0",
99
- "@genesislcap/foundation-ui": "14.418.0",
100
- "@genesislcap/foundation-user": "14.418.0",
101
- "@genesislcap/foundation-utils": "14.418.0",
102
- "@genesislcap/foundation-zero": "14.418.0",
103
- "@genesislcap/rapid-design-system": "14.418.0",
104
- "@genesislcap/web-core": "14.418.0"
91
+ "@genesislcap/foundation-ai": "14.418.1-alpha-7cce044.0",
92
+ "@genesislcap/foundation-auth": "14.418.1-alpha-7cce044.0",
93
+ "@genesislcap/foundation-comms": "14.418.1-alpha-7cce044.0",
94
+ "@genesislcap/foundation-events": "14.418.1-alpha-7cce044.0",
95
+ "@genesislcap/foundation-i18n": "14.418.1-alpha-7cce044.0",
96
+ "@genesislcap/foundation-logger": "14.418.1-alpha-7cce044.0",
97
+ "@genesislcap/foundation-login": "14.418.1-alpha-7cce044.0",
98
+ "@genesislcap/foundation-shell": "14.418.1-alpha-7cce044.0",
99
+ "@genesislcap/foundation-ui": "14.418.1-alpha-7cce044.0",
100
+ "@genesislcap/foundation-user": "14.418.1-alpha-7cce044.0",
101
+ "@genesislcap/foundation-utils": "14.418.1-alpha-7cce044.0",
102
+ "@genesislcap/foundation-zero": "14.418.1-alpha-7cce044.0",
103
+ "@genesislcap/rapid-design-system": "14.418.1-alpha-7cce044.0",
104
+ "@genesislcap/web-core": "14.418.1-alpha-7cce044.0"
105
105
  },
106
106
  "repository": {
107
107
  "type": "git",
@@ -112,5 +112,5 @@
112
112
  "access": "public"
113
113
  },
114
114
  "customElements": "dist/custom-elements.json",
115
- "gitHead": "68fd71f55a50ce36c71a9635972e6384e2214f67"
115
+ "gitHead": "15cb965879e5000edcfe7d8ae4214b8fc2d755f0"
116
116
  }