@genesislcap/foundation-header 14.367.2 → 14.369.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.
- package/dist/custom-elements.json +165 -165
- package/package.json +22 -22
|
@@ -410,6 +410,167 @@
|
|
|
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
|
+
},
|
|
413
574
|
{
|
|
414
575
|
"kind": "javascript-module",
|
|
415
576
|
"path": "src/main/index.ts",
|
|
@@ -3504,78 +3665,7 @@
|
|
|
3504
3665
|
},
|
|
3505
3666
|
{
|
|
3506
3667
|
"kind": "javascript-module",
|
|
3507
|
-
"path": "src/
|
|
3508
|
-
"declarations": [
|
|
3509
|
-
{
|
|
3510
|
-
"kind": "function",
|
|
3511
|
-
"name": "getWebRGBA",
|
|
3512
|
-
"parameters": [
|
|
3513
|
-
{
|
|
3514
|
-
"name": "rgb",
|
|
3515
|
-
"type": {
|
|
3516
|
-
"text": "ColorRGBA64"
|
|
3517
|
-
}
|
|
3518
|
-
},
|
|
3519
|
-
{
|
|
3520
|
-
"name": "alpha",
|
|
3521
|
-
"default": "1.0",
|
|
3522
|
-
"type": {
|
|
3523
|
-
"text": "number"
|
|
3524
|
-
}
|
|
3525
|
-
}
|
|
3526
|
-
]
|
|
3527
|
-
},
|
|
3528
|
-
{
|
|
3529
|
-
"kind": "variable",
|
|
3530
|
-
"name": "defaultBackgroundHover"
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"kind": "variable",
|
|
3534
|
-
"name": "defaultBackgroundItem"
|
|
3535
|
-
},
|
|
3536
|
-
{
|
|
3537
|
-
"kind": "variable",
|
|
3538
|
-
"name": "backgroundNavOption"
|
|
3539
|
-
}
|
|
3540
|
-
],
|
|
3541
|
-
"exports": [
|
|
3542
|
-
{
|
|
3543
|
-
"kind": "js",
|
|
3544
|
-
"name": "getWebRGBA",
|
|
3545
|
-
"declaration": {
|
|
3546
|
-
"name": "getWebRGBA",
|
|
3547
|
-
"module": "src/styles/colors.ts"
|
|
3548
|
-
}
|
|
3549
|
-
},
|
|
3550
|
-
{
|
|
3551
|
-
"kind": "js",
|
|
3552
|
-
"name": "defaultBackgroundHover",
|
|
3553
|
-
"declaration": {
|
|
3554
|
-
"name": "defaultBackgroundHover",
|
|
3555
|
-
"module": "src/styles/colors.ts"
|
|
3556
|
-
}
|
|
3557
|
-
},
|
|
3558
|
-
{
|
|
3559
|
-
"kind": "js",
|
|
3560
|
-
"name": "defaultBackgroundItem",
|
|
3561
|
-
"declaration": {
|
|
3562
|
-
"name": "defaultBackgroundItem",
|
|
3563
|
-
"module": "src/styles/colors.ts"
|
|
3564
|
-
}
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
"kind": "js",
|
|
3568
|
-
"name": "backgroundNavOption",
|
|
3569
|
-
"declaration": {
|
|
3570
|
-
"name": "backgroundNavOption",
|
|
3571
|
-
"module": "src/styles/colors.ts"
|
|
3572
|
-
}
|
|
3573
|
-
}
|
|
3574
|
-
]
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
"kind": "javascript-module",
|
|
3578
|
-
"path": "src/styles/index.ts",
|
|
3668
|
+
"path": "src/tags/index.ts",
|
|
3579
3669
|
"declarations": [],
|
|
3580
3670
|
"exports": [
|
|
3581
3671
|
{
|
|
@@ -3583,110 +3673,20 @@
|
|
|
3583
3673
|
"name": "*",
|
|
3584
3674
|
"declaration": {
|
|
3585
3675
|
"name": "*",
|
|
3586
|
-
"package": "./
|
|
3587
|
-
}
|
|
3588
|
-
},
|
|
3589
|
-
{
|
|
3590
|
-
"kind": "js",
|
|
3591
|
-
"name": "*",
|
|
3592
|
-
"declaration": {
|
|
3593
|
-
"name": "*",
|
|
3594
|
-
"package": "./styles"
|
|
3595
|
-
}
|
|
3596
|
-
}
|
|
3597
|
-
]
|
|
3598
|
-
},
|
|
3599
|
-
{
|
|
3600
|
-
"kind": "javascript-module",
|
|
3601
|
-
"path": "src/styles/styles.ts",
|
|
3602
|
-
"declarations": [
|
|
3603
|
-
{
|
|
3604
|
-
"kind": "function",
|
|
3605
|
-
"name": "mixinScreen",
|
|
3606
|
-
"parameters": [
|
|
3607
|
-
{
|
|
3608
|
-
"name": "display",
|
|
3609
|
-
"default": "'block'",
|
|
3610
|
-
"type": {
|
|
3611
|
-
"text": "string"
|
|
3612
|
-
}
|
|
3613
|
-
}
|
|
3614
|
-
],
|
|
3615
|
-
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
3616
|
-
},
|
|
3617
|
-
{
|
|
3618
|
-
"kind": "function",
|
|
3619
|
-
"name": "genesisLogo",
|
|
3620
|
-
"parameters": [
|
|
3621
|
-
{
|
|
3622
|
-
"name": "slot",
|
|
3623
|
-
"default": "'start'"
|
|
3624
|
-
}
|
|
3625
|
-
],
|
|
3626
|
-
"description": "TODO"
|
|
3627
|
-
},
|
|
3628
|
-
{
|
|
3629
|
-
"kind": "function",
|
|
3630
|
-
"name": "settingsIcon",
|
|
3631
|
-
"parameters": [
|
|
3632
|
-
{
|
|
3633
|
-
"name": "slot",
|
|
3634
|
-
"default": "'start'"
|
|
3635
|
-
}
|
|
3636
|
-
]
|
|
3637
|
-
}
|
|
3638
|
-
],
|
|
3639
|
-
"exports": [
|
|
3640
|
-
{
|
|
3641
|
-
"kind": "js",
|
|
3642
|
-
"name": "mixinScreen",
|
|
3643
|
-
"declaration": {
|
|
3644
|
-
"name": "mixinScreen",
|
|
3645
|
-
"module": "src/styles/styles.ts"
|
|
3646
|
-
}
|
|
3647
|
-
},
|
|
3648
|
-
{
|
|
3649
|
-
"kind": "js",
|
|
3650
|
-
"name": "genesisLogo",
|
|
3651
|
-
"declaration": {
|
|
3652
|
-
"name": "genesisLogo",
|
|
3653
|
-
"module": "src/styles/styles.ts"
|
|
3654
|
-
}
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"kind": "js",
|
|
3658
|
-
"name": "settingsIcon",
|
|
3659
|
-
"declaration": {
|
|
3660
|
-
"name": "settingsIcon",
|
|
3661
|
-
"module": "src/styles/styles.ts"
|
|
3676
|
+
"package": "./tags"
|
|
3662
3677
|
}
|
|
3663
3678
|
}
|
|
3664
3679
|
]
|
|
3665
3680
|
},
|
|
3666
3681
|
{
|
|
3667
3682
|
"kind": "javascript-module",
|
|
3668
|
-
"path": "src/
|
|
3683
|
+
"path": "src/tags/tags.ts",
|
|
3669
3684
|
"declarations": [],
|
|
3670
3685
|
"exports": []
|
|
3671
3686
|
},
|
|
3672
3687
|
{
|
|
3673
3688
|
"kind": "javascript-module",
|
|
3674
|
-
"path": "src/
|
|
3675
|
-
"declarations": [],
|
|
3676
|
-
"exports": [
|
|
3677
|
-
{
|
|
3678
|
-
"kind": "js",
|
|
3679
|
-
"name": "*",
|
|
3680
|
-
"declaration": {
|
|
3681
|
-
"name": "*",
|
|
3682
|
-
"package": "./tags"
|
|
3683
|
-
}
|
|
3684
|
-
}
|
|
3685
|
-
]
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
"kind": "javascript-module",
|
|
3689
|
-
"path": "src/tags/tags.ts",
|
|
3689
|
+
"path": "src/templates/rapid.template.ts",
|
|
3690
3690
|
"declarations": [],
|
|
3691
3691
|
"exports": []
|
|
3692
3692
|
},
|
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.
|
|
4
|
+
"version": "14.369.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.
|
|
81
|
-
"@genesislcap/genx": "14.
|
|
82
|
-
"@genesislcap/rollup-builder": "14.
|
|
83
|
-
"@genesislcap/ts-builder": "14.
|
|
84
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
85
|
-
"@genesislcap/vite-builder": "14.
|
|
86
|
-
"@genesislcap/webpack-builder": "14.
|
|
80
|
+
"@genesislcap/foundation-testing": "14.369.0",
|
|
81
|
+
"@genesislcap/genx": "14.369.0",
|
|
82
|
+
"@genesislcap/rollup-builder": "14.369.0",
|
|
83
|
+
"@genesislcap/ts-builder": "14.369.0",
|
|
84
|
+
"@genesislcap/uvu-playwright-builder": "14.369.0",
|
|
85
|
+
"@genesislcap/vite-builder": "14.369.0",
|
|
86
|
+
"@genesislcap/webpack-builder": "14.369.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-auth": "14.
|
|
90
|
-
"@genesislcap/foundation-comms": "14.
|
|
91
|
-
"@genesislcap/foundation-events": "14.
|
|
92
|
-
"@genesislcap/foundation-i18n": "14.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.
|
|
94
|
-
"@genesislcap/foundation-login": "14.
|
|
95
|
-
"@genesislcap/foundation-shell": "14.
|
|
96
|
-
"@genesislcap/foundation-ui": "14.
|
|
97
|
-
"@genesislcap/foundation-user": "14.
|
|
98
|
-
"@genesislcap/foundation-utils": "14.
|
|
99
|
-
"@genesislcap/foundation-zero": "14.
|
|
100
|
-
"@genesislcap/rapid-design-system": "14.
|
|
101
|
-
"@genesislcap/web-core": "14.
|
|
89
|
+
"@genesislcap/foundation-auth": "14.369.0",
|
|
90
|
+
"@genesislcap/foundation-comms": "14.369.0",
|
|
91
|
+
"@genesislcap/foundation-events": "14.369.0",
|
|
92
|
+
"@genesislcap/foundation-i18n": "14.369.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.369.0",
|
|
94
|
+
"@genesislcap/foundation-login": "14.369.0",
|
|
95
|
+
"@genesislcap/foundation-shell": "14.369.0",
|
|
96
|
+
"@genesislcap/foundation-ui": "14.369.0",
|
|
97
|
+
"@genesislcap/foundation-user": "14.369.0",
|
|
98
|
+
"@genesislcap/foundation-utils": "14.369.0",
|
|
99
|
+
"@genesislcap/foundation-zero": "14.369.0",
|
|
100
|
+
"@genesislcap/rapid-design-system": "14.369.0",
|
|
101
|
+
"@genesislcap/web-core": "14.369.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": "
|
|
112
|
+
"gitHead": "f733a868a4f3e947a51564b5f3fcc592804bd917"
|
|
113
113
|
}
|