@genesislcap/foundation-header 15.14.2 → 15.15.0-FUI-2603.4

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 +188 -188
  2. package/package.json +22 -22
@@ -410,6 +410,194 @@
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/templates/rapid.template.ts",
577
+ "declarations": [],
578
+ "exports": []
579
+ },
580
+ {
581
+ "kind": "javascript-module",
582
+ "path": "src/tags/index.ts",
583
+ "declarations": [],
584
+ "exports": [
585
+ {
586
+ "kind": "js",
587
+ "name": "*",
588
+ "declaration": {
589
+ "name": "*",
590
+ "package": "./tags"
591
+ }
592
+ }
593
+ ]
594
+ },
595
+ {
596
+ "kind": "javascript-module",
597
+ "path": "src/tags/tags.ts",
598
+ "declarations": [],
599
+ "exports": []
600
+ },
413
601
  {
414
602
  "kind": "javascript-module",
415
603
  "path": "src/main/feature-flags-nav.ts",
@@ -4252,194 +4440,6 @@
4252
4440
  }
4253
4441
  ]
4254
4442
  },
4255
- {
4256
- "kind": "javascript-module",
4257
- "path": "src/tags/index.ts",
4258
- "declarations": [],
4259
- "exports": [
4260
- {
4261
- "kind": "js",
4262
- "name": "*",
4263
- "declaration": {
4264
- "name": "*",
4265
- "package": "./tags"
4266
- }
4267
- }
4268
- ]
4269
- },
4270
- {
4271
- "kind": "javascript-module",
4272
- "path": "src/tags/tags.ts",
4273
- "declarations": [],
4274
- "exports": []
4275
- },
4276
- {
4277
- "kind": "javascript-module",
4278
- "path": "src/templates/rapid.template.ts",
4279
- "declarations": [],
4280
- "exports": []
4281
- },
4282
- {
4283
- "kind": "javascript-module",
4284
- "path": "src/styles/colors.ts",
4285
- "declarations": [
4286
- {
4287
- "kind": "function",
4288
- "name": "getWebRGBA",
4289
- "parameters": [
4290
- {
4291
- "name": "rgb",
4292
- "type": {
4293
- "text": "ColorRGBA64"
4294
- }
4295
- },
4296
- {
4297
- "name": "alpha",
4298
- "default": "1.0",
4299
- "type": {
4300
- "text": "number"
4301
- }
4302
- }
4303
- ]
4304
- },
4305
- {
4306
- "kind": "variable",
4307
- "name": "defaultBackgroundHover"
4308
- },
4309
- {
4310
- "kind": "variable",
4311
- "name": "defaultBackgroundItem"
4312
- },
4313
- {
4314
- "kind": "variable",
4315
- "name": "backgroundNavOption"
4316
- }
4317
- ],
4318
- "exports": [
4319
- {
4320
- "kind": "js",
4321
- "name": "getWebRGBA",
4322
- "declaration": {
4323
- "name": "getWebRGBA",
4324
- "module": "src/styles/colors.ts"
4325
- }
4326
- },
4327
- {
4328
- "kind": "js",
4329
- "name": "defaultBackgroundHover",
4330
- "declaration": {
4331
- "name": "defaultBackgroundHover",
4332
- "module": "src/styles/colors.ts"
4333
- }
4334
- },
4335
- {
4336
- "kind": "js",
4337
- "name": "defaultBackgroundItem",
4338
- "declaration": {
4339
- "name": "defaultBackgroundItem",
4340
- "module": "src/styles/colors.ts"
4341
- }
4342
- },
4343
- {
4344
- "kind": "js",
4345
- "name": "backgroundNavOption",
4346
- "declaration": {
4347
- "name": "backgroundNavOption",
4348
- "module": "src/styles/colors.ts"
4349
- }
4350
- }
4351
- ]
4352
- },
4353
- {
4354
- "kind": "javascript-module",
4355
- "path": "src/styles/index.ts",
4356
- "declarations": [],
4357
- "exports": [
4358
- {
4359
- "kind": "js",
4360
- "name": "*",
4361
- "declaration": {
4362
- "name": "*",
4363
- "package": "./colors"
4364
- }
4365
- },
4366
- {
4367
- "kind": "js",
4368
- "name": "*",
4369
- "declaration": {
4370
- "name": "*",
4371
- "package": "./styles"
4372
- }
4373
- }
4374
- ]
4375
- },
4376
- {
4377
- "kind": "javascript-module",
4378
- "path": "src/styles/styles.ts",
4379
- "declarations": [
4380
- {
4381
- "kind": "function",
4382
- "name": "mixinScreen",
4383
- "parameters": [
4384
- {
4385
- "name": "display",
4386
- "default": "'block'",
4387
- "type": {
4388
- "text": "string"
4389
- }
4390
- }
4391
- ],
4392
- "description": "TODO: Bring all the style and typography mixins into the design system package"
4393
- },
4394
- {
4395
- "kind": "function",
4396
- "name": "genesisLogo",
4397
- "parameters": [
4398
- {
4399
- "name": "slot",
4400
- "default": "'start'"
4401
- }
4402
- ],
4403
- "description": "TODO"
4404
- },
4405
- {
4406
- "kind": "function",
4407
- "name": "settingsIcon",
4408
- "parameters": [
4409
- {
4410
- "name": "slot",
4411
- "default": "'start'"
4412
- }
4413
- ]
4414
- }
4415
- ],
4416
- "exports": [
4417
- {
4418
- "kind": "js",
4419
- "name": "mixinScreen",
4420
- "declaration": {
4421
- "name": "mixinScreen",
4422
- "module": "src/styles/styles.ts"
4423
- }
4424
- },
4425
- {
4426
- "kind": "js",
4427
- "name": "genesisLogo",
4428
- "declaration": {
4429
- "name": "genesisLogo",
4430
- "module": "src/styles/styles.ts"
4431
- }
4432
- },
4433
- {
4434
- "kind": "js",
4435
- "name": "settingsIcon",
4436
- "declaration": {
4437
- "name": "settingsIcon",
4438
- "module": "src/styles/styles.ts"
4439
- }
4440
- }
4441
- ]
4442
- },
4443
4443
  {
4444
4444
  "kind": "javascript-module",
4445
4445
  "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": "15.14.2",
4
+ "version": "15.15.0-FUI-2603.4",
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": "15.14.2",
88
- "@genesislcap/genx": "15.14.2",
89
- "@genesislcap/rollup-builder": "15.14.2",
90
- "@genesislcap/ts-builder": "15.14.2",
91
- "@genesislcap/uvu-playwright-builder": "15.14.2",
92
- "@genesislcap/vite-builder": "15.14.2",
93
- "@genesislcap/webpack-builder": "15.14.2"
87
+ "@genesislcap/foundation-testing": "15.15.0-FUI-2603.4",
88
+ "@genesislcap/genx": "15.15.0-FUI-2603.4",
89
+ "@genesislcap/rollup-builder": "15.15.0-FUI-2603.4",
90
+ "@genesislcap/ts-builder": "15.15.0-FUI-2603.4",
91
+ "@genesislcap/uvu-playwright-builder": "15.15.0-FUI-2603.4",
92
+ "@genesislcap/vite-builder": "15.15.0-FUI-2603.4",
93
+ "@genesislcap/webpack-builder": "15.15.0-FUI-2603.4"
94
94
  },
95
95
  "dependencies": {
96
- "@genesislcap/foundation-ai": "15.14.2",
97
- "@genesislcap/foundation-auth": "15.14.2",
98
- "@genesislcap/foundation-comms": "15.14.2",
99
- "@genesislcap/foundation-events": "15.14.2",
100
- "@genesislcap/foundation-i18n": "15.14.2",
101
- "@genesislcap/foundation-logger": "15.14.2",
102
- "@genesislcap/foundation-shell": "15.14.2",
103
- "@genesislcap/foundation-ui": "15.14.2",
104
- "@genesislcap/foundation-user": "15.14.2",
105
- "@genesislcap/foundation-utils": "15.14.2",
106
- "@genesislcap/foundation-zero": "15.14.2",
107
- "@genesislcap/rapid-design-system": "15.14.2",
108
- "@genesislcap/web-core": "15.14.2"
96
+ "@genesislcap/foundation-ai": "15.15.0-FUI-2603.4",
97
+ "@genesislcap/foundation-auth": "15.15.0-FUI-2603.4",
98
+ "@genesislcap/foundation-comms": "15.15.0-FUI-2603.4",
99
+ "@genesislcap/foundation-events": "15.15.0-FUI-2603.4",
100
+ "@genesislcap/foundation-i18n": "15.15.0-FUI-2603.4",
101
+ "@genesislcap/foundation-logger": "15.15.0-FUI-2603.4",
102
+ "@genesislcap/foundation-shell": "15.15.0-FUI-2603.4",
103
+ "@genesislcap/foundation-ui": "15.15.0-FUI-2603.4",
104
+ "@genesislcap/foundation-user": "15.15.0-FUI-2603.4",
105
+ "@genesislcap/foundation-utils": "15.15.0-FUI-2603.4",
106
+ "@genesislcap/foundation-zero": "15.15.0-FUI-2603.4",
107
+ "@genesislcap/rapid-design-system": "15.15.0-FUI-2603.4",
108
+ "@genesislcap/web-core": "15.15.0-FUI-2603.4"
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": "bd1cb4a789548d9c7c6777f8adb7bce3f43c3317"
119
+ "gitHead": "80e69858d158cefadb6cddc6bcb7cf8b37b76808"
120
120
  }