@genesislcap/foundation-zero 14.360.1 → 14.361.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 +233 -233
- package/package.json +12 -12
|
@@ -4408,180 +4408,103 @@
|
|
|
4408
4408
|
},
|
|
4409
4409
|
{
|
|
4410
4410
|
"kind": "javascript-module",
|
|
4411
|
-
"path": "src/
|
|
4411
|
+
"path": "src/banner/banner.styles.ts",
|
|
4412
4412
|
"declarations": [
|
|
4413
4413
|
{
|
|
4414
|
-
"kind": "
|
|
4415
|
-
"name": "
|
|
4416
|
-
"
|
|
4417
|
-
"type": {
|
|
4418
|
-
"text": "ElementStyles"
|
|
4419
|
-
}
|
|
4420
|
-
},
|
|
4421
|
-
"parameters": [
|
|
4422
|
-
{
|
|
4423
|
-
"name": "context",
|
|
4424
|
-
"type": {
|
|
4425
|
-
"text": "ElementDefinitionContext"
|
|
4426
|
-
}
|
|
4427
|
-
},
|
|
4428
|
-
{
|
|
4429
|
-
"name": "definition",
|
|
4430
|
-
"type": {
|
|
4431
|
-
"text": "FoundationElementDefinition"
|
|
4432
|
-
}
|
|
4433
|
-
}
|
|
4434
|
-
]
|
|
4414
|
+
"kind": "variable",
|
|
4415
|
+
"name": "zeroBannerStyles",
|
|
4416
|
+
"default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
|
|
4435
4417
|
}
|
|
4436
4418
|
],
|
|
4437
4419
|
"exports": [
|
|
4438
4420
|
{
|
|
4439
4421
|
"kind": "js",
|
|
4440
|
-
"name": "
|
|
4422
|
+
"name": "zeroBannerStyles",
|
|
4441
4423
|
"declaration": {
|
|
4442
|
-
"name": "
|
|
4443
|
-
"module": "src/
|
|
4424
|
+
"name": "zeroBannerStyles",
|
|
4425
|
+
"module": "src/banner/banner.styles.ts"
|
|
4444
4426
|
}
|
|
4445
4427
|
}
|
|
4446
4428
|
]
|
|
4447
4429
|
},
|
|
4448
4430
|
{
|
|
4449
4431
|
"kind": "javascript-module",
|
|
4450
|
-
"path": "src/
|
|
4432
|
+
"path": "src/banner/banner.ts",
|
|
4451
4433
|
"declarations": [
|
|
4452
4434
|
{
|
|
4453
|
-
"kind": "
|
|
4454
|
-
"name": "
|
|
4455
|
-
"
|
|
4456
|
-
|
|
4457
|
-
"text": "ViewTemplate<Badge>"
|
|
4458
|
-
}
|
|
4459
|
-
},
|
|
4460
|
-
"parameters": [
|
|
4461
|
-
{
|
|
4462
|
-
"name": "context",
|
|
4463
|
-
"type": {
|
|
4464
|
-
"text": "ElementDefinitionContext"
|
|
4465
|
-
}
|
|
4466
|
-
},
|
|
4467
|
-
{
|
|
4468
|
-
"name": "definition",
|
|
4469
|
-
"type": {
|
|
4470
|
-
"text": "FoundationElementDefinition"
|
|
4471
|
-
}
|
|
4472
|
-
}
|
|
4473
|
-
]
|
|
4474
|
-
}
|
|
4475
|
-
],
|
|
4476
|
-
"exports": [
|
|
4477
|
-
{
|
|
4478
|
-
"kind": "js",
|
|
4479
|
-
"name": "zeroBadgeTemplate",
|
|
4480
|
-
"declaration": {
|
|
4481
|
-
"name": "zeroBadgeTemplate",
|
|
4482
|
-
"module": "src/badge/badge.template.ts"
|
|
4483
|
-
}
|
|
4484
|
-
}
|
|
4485
|
-
]
|
|
4486
|
-
},
|
|
4487
|
-
{
|
|
4488
|
-
"kind": "javascript-module",
|
|
4489
|
-
"path": "src/badge/badge.ts",
|
|
4490
|
-
"declarations": [
|
|
4435
|
+
"kind": "variable",
|
|
4436
|
+
"name": "zeroBannerShadowOptions",
|
|
4437
|
+
"default": "foundationBannerShadowOptions"
|
|
4438
|
+
},
|
|
4491
4439
|
{
|
|
4492
4440
|
"kind": "class",
|
|
4493
4441
|
"description": "",
|
|
4494
|
-
"name": "
|
|
4442
|
+
"name": "Banner",
|
|
4495
4443
|
"superclass": {
|
|
4496
|
-
"name": "
|
|
4444
|
+
"name": "FoundationBanner",
|
|
4497
4445
|
"package": "@genesislcap/foundation-ui"
|
|
4498
4446
|
},
|
|
4499
|
-
"tagName": "%%prefix%%-
|
|
4447
|
+
"tagName": "%%prefix%%-banner",
|
|
4500
4448
|
"customElement": true,
|
|
4501
|
-
"
|
|
4502
|
-
{
|
|
4503
|
-
"name": "fill",
|
|
4504
|
-
"type": {
|
|
4505
|
-
"text": "string"
|
|
4506
|
-
},
|
|
4507
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4508
|
-
"fieldName": "fill",
|
|
4509
|
-
"inheritedFrom": {
|
|
4510
|
-
"name": "Badge",
|
|
4511
|
-
"module": "src/badge/badge.ts"
|
|
4512
|
-
}
|
|
4513
|
-
},
|
|
4449
|
+
"members": [
|
|
4514
4450
|
{
|
|
4515
|
-
"
|
|
4451
|
+
"kind": "field",
|
|
4452
|
+
"name": "banner",
|
|
4516
4453
|
"type": {
|
|
4517
|
-
"text": "
|
|
4454
|
+
"text": "HTMLElement"
|
|
4518
4455
|
},
|
|
4519
|
-
"
|
|
4520
|
-
"fieldName": "color",
|
|
4456
|
+
"privacy": "public",
|
|
4521
4457
|
"inheritedFrom": {
|
|
4522
|
-
"name": "
|
|
4523
|
-
"module": "src/
|
|
4458
|
+
"name": "Banner",
|
|
4459
|
+
"module": "src/banner/banner.ts"
|
|
4524
4460
|
}
|
|
4525
4461
|
},
|
|
4526
|
-
{
|
|
4527
|
-
"type": {
|
|
4528
|
-
"text": "boolean"
|
|
4529
|
-
},
|
|
4530
|
-
"description": "Indicates the element should be circular",
|
|
4531
|
-
"fieldName": "circular",
|
|
4532
|
-
"inheritedFrom": {
|
|
4533
|
-
"name": "Badge",
|
|
4534
|
-
"module": "src/badge/badge.ts"
|
|
4535
|
-
}
|
|
4536
|
-
}
|
|
4537
|
-
],
|
|
4538
|
-
"members": [
|
|
4539
4462
|
{
|
|
4540
4463
|
"kind": "field",
|
|
4541
|
-
"name": "
|
|
4464
|
+
"name": "dismissAnimation",
|
|
4542
4465
|
"type": {
|
|
4543
|
-
"text": "
|
|
4466
|
+
"text": "'banner-delete' | ''"
|
|
4544
4467
|
},
|
|
4545
|
-
"
|
|
4546
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4468
|
+
"default": "''",
|
|
4547
4469
|
"inheritedFrom": {
|
|
4548
|
-
"name": "
|
|
4549
|
-
"module": "src/
|
|
4470
|
+
"name": "Banner",
|
|
4471
|
+
"module": "src/banner/banner.ts"
|
|
4550
4472
|
}
|
|
4551
4473
|
},
|
|
4552
4474
|
{
|
|
4553
4475
|
"kind": "field",
|
|
4554
|
-
"name": "
|
|
4476
|
+
"name": "notification",
|
|
4555
4477
|
"type": {
|
|
4556
|
-
"text": "
|
|
4478
|
+
"text": "NotificationStructure"
|
|
4557
4479
|
},
|
|
4558
|
-
"privacy": "public",
|
|
4559
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4560
4480
|
"inheritedFrom": {
|
|
4561
|
-
"name": "
|
|
4562
|
-
"module": "src/
|
|
4481
|
+
"name": "Banner",
|
|
4482
|
+
"module": "src/banner/banner.ts"
|
|
4563
4483
|
}
|
|
4564
4484
|
},
|
|
4565
4485
|
{
|
|
4566
|
-
"kind": "
|
|
4567
|
-
"name": "
|
|
4568
|
-
"type": {
|
|
4569
|
-
"text": "boolean"
|
|
4570
|
-
},
|
|
4486
|
+
"kind": "method",
|
|
4487
|
+
"name": "dismiss",
|
|
4571
4488
|
"privacy": "public",
|
|
4572
|
-
"
|
|
4489
|
+
"return": {
|
|
4490
|
+
"type": {
|
|
4491
|
+
"text": "Promise<void>"
|
|
4492
|
+
}
|
|
4493
|
+
},
|
|
4494
|
+
"description": "Dismiss the Banner from display.",
|
|
4573
4495
|
"inheritedFrom": {
|
|
4574
|
-
"name": "
|
|
4575
|
-
"module": "src/
|
|
4496
|
+
"name": "Banner",
|
|
4497
|
+
"module": "src/banner/banner.ts"
|
|
4576
4498
|
}
|
|
4577
4499
|
},
|
|
4578
4500
|
{
|
|
4579
|
-
"kind": "
|
|
4580
|
-
"name": "
|
|
4501
|
+
"kind": "method",
|
|
4502
|
+
"name": "dismissNotification",
|
|
4581
4503
|
"privacy": "public",
|
|
4504
|
+
"description": "Dismiss the Banner (NotificationStructure) from display.",
|
|
4582
4505
|
"inheritedFrom": {
|
|
4583
|
-
"name": "
|
|
4584
|
-
"module": "src/
|
|
4506
|
+
"name": "Banner",
|
|
4507
|
+
"module": "src/banner/banner.ts"
|
|
4585
4508
|
}
|
|
4586
4509
|
},
|
|
4587
4510
|
{
|
|
@@ -4593,8 +4516,8 @@
|
|
|
4593
4516
|
"privacy": "private",
|
|
4594
4517
|
"default": "void 0",
|
|
4595
4518
|
"inheritedFrom": {
|
|
4596
|
-
"name": "
|
|
4597
|
-
"module": "src/
|
|
4519
|
+
"name": "FoundationElement",
|
|
4520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4598
4521
|
}
|
|
4599
4522
|
},
|
|
4600
4523
|
{
|
|
@@ -4606,8 +4529,8 @@
|
|
|
4606
4529
|
"privacy": "public",
|
|
4607
4530
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4608
4531
|
"inheritedFrom": {
|
|
4609
|
-
"name": "
|
|
4610
|
-
"module": "src/
|
|
4532
|
+
"name": "FoundationElement",
|
|
4533
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4611
4534
|
}
|
|
4612
4535
|
},
|
|
4613
4536
|
{
|
|
@@ -4619,8 +4542,8 @@
|
|
|
4619
4542
|
"privacy": "public",
|
|
4620
4543
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4621
4544
|
"inheritedFrom": {
|
|
4622
|
-
"name": "
|
|
4623
|
-
"module": "src/
|
|
4545
|
+
"name": "FoundationElement",
|
|
4546
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4624
4547
|
}
|
|
4625
4548
|
},
|
|
4626
4549
|
{
|
|
@@ -4633,8 +4556,8 @@
|
|
|
4633
4556
|
}
|
|
4634
4557
|
},
|
|
4635
4558
|
"inheritedFrom": {
|
|
4636
|
-
"name": "
|
|
4637
|
-
"module": "src/
|
|
4559
|
+
"name": "FoundationElement",
|
|
4560
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4638
4561
|
}
|
|
4639
4562
|
},
|
|
4640
4563
|
{
|
|
@@ -4646,8 +4569,8 @@
|
|
|
4646
4569
|
"privacy": "public",
|
|
4647
4570
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4648
4571
|
"inheritedFrom": {
|
|
4649
|
-
"name": "
|
|
4650
|
-
"module": "src/
|
|
4572
|
+
"name": "FoundationElement",
|
|
4573
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4651
4574
|
}
|
|
4652
4575
|
},
|
|
4653
4576
|
{
|
|
@@ -4660,8 +4583,8 @@
|
|
|
4660
4583
|
}
|
|
4661
4584
|
},
|
|
4662
4585
|
"inheritedFrom": {
|
|
4663
|
-
"name": "
|
|
4664
|
-
"module": "src/
|
|
4586
|
+
"name": "FoundationElement",
|
|
4587
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4665
4588
|
}
|
|
4666
4589
|
},
|
|
4667
4590
|
{
|
|
@@ -4691,47 +4614,57 @@
|
|
|
4691
4614
|
],
|
|
4692
4615
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4693
4616
|
"inheritedFrom": {
|
|
4694
|
-
"name": "
|
|
4695
|
-
"module": "src/
|
|
4617
|
+
"name": "FoundationElement",
|
|
4618
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4696
4619
|
}
|
|
4697
4620
|
}
|
|
4698
4621
|
]
|
|
4699
4622
|
},
|
|
4700
4623
|
{
|
|
4701
4624
|
"kind": "variable",
|
|
4702
|
-
"name": "
|
|
4625
|
+
"name": "zeroBanner",
|
|
4626
|
+
"description": "The Zero Banner",
|
|
4627
|
+
"privacy": "public"
|
|
4703
4628
|
}
|
|
4704
4629
|
],
|
|
4705
4630
|
"exports": [
|
|
4706
4631
|
{
|
|
4707
4632
|
"kind": "js",
|
|
4708
|
-
"name": "
|
|
4633
|
+
"name": "zeroBannerShadowOptions",
|
|
4709
4634
|
"declaration": {
|
|
4710
|
-
"name": "
|
|
4711
|
-
"module": "src/
|
|
4635
|
+
"name": "zeroBannerShadowOptions",
|
|
4636
|
+
"module": "src/banner/banner.ts"
|
|
4712
4637
|
}
|
|
4713
4638
|
},
|
|
4714
4639
|
{
|
|
4715
4640
|
"kind": "js",
|
|
4716
|
-
"name": "
|
|
4641
|
+
"name": "Banner",
|
|
4717
4642
|
"declaration": {
|
|
4718
|
-
"name": "
|
|
4719
|
-
"module": "src/
|
|
4643
|
+
"name": "Banner",
|
|
4644
|
+
"module": "src/banner/banner.ts"
|
|
4645
|
+
}
|
|
4646
|
+
},
|
|
4647
|
+
{
|
|
4648
|
+
"kind": "js",
|
|
4649
|
+
"name": "zeroBanner",
|
|
4650
|
+
"declaration": {
|
|
4651
|
+
"name": "zeroBanner",
|
|
4652
|
+
"module": "src/banner/banner.ts"
|
|
4720
4653
|
}
|
|
4721
4654
|
}
|
|
4722
4655
|
]
|
|
4723
4656
|
},
|
|
4724
4657
|
{
|
|
4725
4658
|
"kind": "javascript-module",
|
|
4726
|
-
"path": "src/
|
|
4659
|
+
"path": "src/banner/index.ts",
|
|
4727
4660
|
"declarations": [],
|
|
4728
4661
|
"exports": [
|
|
4729
4662
|
{
|
|
4730
4663
|
"kind": "js",
|
|
4731
|
-
"name": "
|
|
4664
|
+
"name": "zeroBannerTemplate",
|
|
4732
4665
|
"declaration": {
|
|
4733
|
-
"name": "
|
|
4734
|
-
"package": "
|
|
4666
|
+
"name": "foundationBannerTemplate",
|
|
4667
|
+
"package": "@genesislcap/foundation-ui"
|
|
4735
4668
|
}
|
|
4736
4669
|
},
|
|
4737
4670
|
{
|
|
@@ -4739,7 +4672,7 @@
|
|
|
4739
4672
|
"name": "*",
|
|
4740
4673
|
"declaration": {
|
|
4741
4674
|
"name": "*",
|
|
4742
|
-
"package": "./
|
|
4675
|
+
"package": "./banner"
|
|
4743
4676
|
}
|
|
4744
4677
|
},
|
|
4745
4678
|
{
|
|
@@ -4747,110 +4680,187 @@
|
|
|
4747
4680
|
"name": "*",
|
|
4748
4681
|
"declaration": {
|
|
4749
4682
|
"name": "*",
|
|
4750
|
-
"package": "./
|
|
4683
|
+
"package": "./banner.styles"
|
|
4751
4684
|
}
|
|
4752
4685
|
}
|
|
4753
4686
|
]
|
|
4754
4687
|
},
|
|
4755
4688
|
{
|
|
4756
4689
|
"kind": "javascript-module",
|
|
4757
|
-
"path": "src/
|
|
4690
|
+
"path": "src/badge/badge.styles.ts",
|
|
4758
4691
|
"declarations": [
|
|
4759
4692
|
{
|
|
4760
|
-
"kind": "
|
|
4761
|
-
"name": "
|
|
4762
|
-
"
|
|
4693
|
+
"kind": "function",
|
|
4694
|
+
"name": "zeroBadgeStyles",
|
|
4695
|
+
"return": {
|
|
4696
|
+
"type": {
|
|
4697
|
+
"text": "ElementStyles"
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
"parameters": [
|
|
4701
|
+
{
|
|
4702
|
+
"name": "context",
|
|
4703
|
+
"type": {
|
|
4704
|
+
"text": "ElementDefinitionContext"
|
|
4705
|
+
}
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "definition",
|
|
4709
|
+
"type": {
|
|
4710
|
+
"text": "FoundationElementDefinition"
|
|
4711
|
+
}
|
|
4712
|
+
}
|
|
4713
|
+
]
|
|
4763
4714
|
}
|
|
4764
4715
|
],
|
|
4765
4716
|
"exports": [
|
|
4766
4717
|
{
|
|
4767
4718
|
"kind": "js",
|
|
4768
|
-
"name": "
|
|
4719
|
+
"name": "zeroBadgeStyles",
|
|
4769
4720
|
"declaration": {
|
|
4770
|
-
"name": "
|
|
4771
|
-
"module": "src/
|
|
4721
|
+
"name": "zeroBadgeStyles",
|
|
4722
|
+
"module": "src/badge/badge.styles.ts"
|
|
4772
4723
|
}
|
|
4773
4724
|
}
|
|
4774
4725
|
]
|
|
4775
4726
|
},
|
|
4776
4727
|
{
|
|
4777
4728
|
"kind": "javascript-module",
|
|
4778
|
-
"path": "src/
|
|
4729
|
+
"path": "src/badge/badge.template.ts",
|
|
4779
4730
|
"declarations": [
|
|
4780
4731
|
{
|
|
4781
|
-
"kind": "
|
|
4782
|
-
"name": "
|
|
4783
|
-
"
|
|
4784
|
-
|
|
4732
|
+
"kind": "function",
|
|
4733
|
+
"name": "zeroBadgeTemplate",
|
|
4734
|
+
"return": {
|
|
4735
|
+
"type": {
|
|
4736
|
+
"text": "ViewTemplate<Badge>"
|
|
4737
|
+
}
|
|
4738
|
+
},
|
|
4739
|
+
"parameters": [
|
|
4740
|
+
{
|
|
4741
|
+
"name": "context",
|
|
4742
|
+
"type": {
|
|
4743
|
+
"text": "ElementDefinitionContext"
|
|
4744
|
+
}
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"name": "definition",
|
|
4748
|
+
"type": {
|
|
4749
|
+
"text": "FoundationElementDefinition"
|
|
4750
|
+
}
|
|
4751
|
+
}
|
|
4752
|
+
]
|
|
4753
|
+
}
|
|
4754
|
+
],
|
|
4755
|
+
"exports": [
|
|
4756
|
+
{
|
|
4757
|
+
"kind": "js",
|
|
4758
|
+
"name": "zeroBadgeTemplate",
|
|
4759
|
+
"declaration": {
|
|
4760
|
+
"name": "zeroBadgeTemplate",
|
|
4761
|
+
"module": "src/badge/badge.template.ts"
|
|
4762
|
+
}
|
|
4763
|
+
}
|
|
4764
|
+
]
|
|
4765
|
+
},
|
|
4766
|
+
{
|
|
4767
|
+
"kind": "javascript-module",
|
|
4768
|
+
"path": "src/badge/badge.ts",
|
|
4769
|
+
"declarations": [
|
|
4785
4770
|
{
|
|
4786
4771
|
"kind": "class",
|
|
4787
4772
|
"description": "",
|
|
4788
|
-
"name": "
|
|
4773
|
+
"name": "Badge",
|
|
4789
4774
|
"superclass": {
|
|
4790
|
-
"name": "
|
|
4775
|
+
"name": "FoundationBadge",
|
|
4791
4776
|
"package": "@genesislcap/foundation-ui"
|
|
4792
4777
|
},
|
|
4793
|
-
"tagName": "%%prefix%%-
|
|
4778
|
+
"tagName": "%%prefix%%-badge",
|
|
4794
4779
|
"customElement": true,
|
|
4795
|
-
"
|
|
4780
|
+
"attributes": [
|
|
4796
4781
|
{
|
|
4797
|
-
"
|
|
4798
|
-
"name": "banner",
|
|
4782
|
+
"name": "fill",
|
|
4799
4783
|
"type": {
|
|
4800
|
-
"text": "
|
|
4784
|
+
"text": "string"
|
|
4801
4785
|
},
|
|
4802
|
-
"
|
|
4786
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4787
|
+
"fieldName": "fill",
|
|
4803
4788
|
"inheritedFrom": {
|
|
4804
|
-
"name": "
|
|
4805
|
-
"module": "src/
|
|
4789
|
+
"name": "Badge",
|
|
4790
|
+
"module": "src/badge/badge.ts"
|
|
4806
4791
|
}
|
|
4807
4792
|
},
|
|
4808
4793
|
{
|
|
4809
|
-
"
|
|
4810
|
-
"name": "dismissAnimation",
|
|
4794
|
+
"name": "color",
|
|
4811
4795
|
"type": {
|
|
4812
|
-
"text": "
|
|
4796
|
+
"text": "string"
|
|
4813
4797
|
},
|
|
4814
|
-
"
|
|
4798
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4799
|
+
"fieldName": "color",
|
|
4815
4800
|
"inheritedFrom": {
|
|
4816
|
-
"name": "
|
|
4817
|
-
"module": "src/
|
|
4801
|
+
"name": "Badge",
|
|
4802
|
+
"module": "src/badge/badge.ts"
|
|
4818
4803
|
}
|
|
4819
4804
|
},
|
|
4805
|
+
{
|
|
4806
|
+
"type": {
|
|
4807
|
+
"text": "boolean"
|
|
4808
|
+
},
|
|
4809
|
+
"description": "Indicates the element should be circular",
|
|
4810
|
+
"fieldName": "circular",
|
|
4811
|
+
"inheritedFrom": {
|
|
4812
|
+
"name": "Badge",
|
|
4813
|
+
"module": "src/badge/badge.ts"
|
|
4814
|
+
}
|
|
4815
|
+
}
|
|
4816
|
+
],
|
|
4817
|
+
"members": [
|
|
4820
4818
|
{
|
|
4821
4819
|
"kind": "field",
|
|
4822
|
-
"name": "
|
|
4820
|
+
"name": "fill",
|
|
4823
4821
|
"type": {
|
|
4824
|
-
"text": "
|
|
4822
|
+
"text": "string"
|
|
4825
4823
|
},
|
|
4824
|
+
"privacy": "public",
|
|
4825
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4826
4826
|
"inheritedFrom": {
|
|
4827
|
-
"name": "
|
|
4828
|
-
"module": "src/
|
|
4827
|
+
"name": "Badge",
|
|
4828
|
+
"module": "src/badge/badge.ts"
|
|
4829
4829
|
}
|
|
4830
4830
|
},
|
|
4831
4831
|
{
|
|
4832
|
-
"kind": "
|
|
4833
|
-
"name": "
|
|
4832
|
+
"kind": "field",
|
|
4833
|
+
"name": "color",
|
|
4834
|
+
"type": {
|
|
4835
|
+
"text": "string"
|
|
4836
|
+
},
|
|
4834
4837
|
"privacy": "public",
|
|
4835
|
-
"
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4838
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4839
|
+
"inheritedFrom": {
|
|
4840
|
+
"name": "Badge",
|
|
4841
|
+
"module": "src/badge/badge.ts"
|
|
4842
|
+
}
|
|
4843
|
+
},
|
|
4844
|
+
{
|
|
4845
|
+
"kind": "field",
|
|
4846
|
+
"name": "circular",
|
|
4847
|
+
"type": {
|
|
4848
|
+
"text": "boolean"
|
|
4839
4849
|
},
|
|
4840
|
-
"
|
|
4850
|
+
"privacy": "public",
|
|
4851
|
+
"description": "Indicates the element should be circular",
|
|
4841
4852
|
"inheritedFrom": {
|
|
4842
|
-
"name": "
|
|
4843
|
-
"module": "src/
|
|
4853
|
+
"name": "Badge",
|
|
4854
|
+
"module": "src/badge/badge.ts"
|
|
4844
4855
|
}
|
|
4845
4856
|
},
|
|
4846
4857
|
{
|
|
4847
|
-
"kind": "
|
|
4848
|
-
"name": "
|
|
4858
|
+
"kind": "field",
|
|
4859
|
+
"name": "generateBadgeStyle",
|
|
4849
4860
|
"privacy": "public",
|
|
4850
|
-
"description": "Dismiss the Banner (NotificationStructure) from display.",
|
|
4851
4861
|
"inheritedFrom": {
|
|
4852
|
-
"name": "
|
|
4853
|
-
"module": "src/
|
|
4862
|
+
"name": "Badge",
|
|
4863
|
+
"module": "src/badge/badge.ts"
|
|
4854
4864
|
}
|
|
4855
4865
|
},
|
|
4856
4866
|
{
|
|
@@ -4862,8 +4872,8 @@
|
|
|
4862
4872
|
"privacy": "private",
|
|
4863
4873
|
"default": "void 0",
|
|
4864
4874
|
"inheritedFrom": {
|
|
4865
|
-
"name": "
|
|
4866
|
-
"module": "src/
|
|
4875
|
+
"name": "Badge",
|
|
4876
|
+
"module": "src/badge/badge.ts"
|
|
4867
4877
|
}
|
|
4868
4878
|
},
|
|
4869
4879
|
{
|
|
@@ -4875,8 +4885,8 @@
|
|
|
4875
4885
|
"privacy": "public",
|
|
4876
4886
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4877
4887
|
"inheritedFrom": {
|
|
4878
|
-
"name": "
|
|
4879
|
-
"module": "src/
|
|
4888
|
+
"name": "Badge",
|
|
4889
|
+
"module": "src/badge/badge.ts"
|
|
4880
4890
|
}
|
|
4881
4891
|
},
|
|
4882
4892
|
{
|
|
@@ -4888,8 +4898,8 @@
|
|
|
4888
4898
|
"privacy": "public",
|
|
4889
4899
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4890
4900
|
"inheritedFrom": {
|
|
4891
|
-
"name": "
|
|
4892
|
-
"module": "src/
|
|
4901
|
+
"name": "Badge",
|
|
4902
|
+
"module": "src/badge/badge.ts"
|
|
4893
4903
|
}
|
|
4894
4904
|
},
|
|
4895
4905
|
{
|
|
@@ -4902,8 +4912,8 @@
|
|
|
4902
4912
|
}
|
|
4903
4913
|
},
|
|
4904
4914
|
"inheritedFrom": {
|
|
4905
|
-
"name": "
|
|
4906
|
-
"module": "src/
|
|
4915
|
+
"name": "Badge",
|
|
4916
|
+
"module": "src/badge/badge.ts"
|
|
4907
4917
|
}
|
|
4908
4918
|
},
|
|
4909
4919
|
{
|
|
@@ -4915,8 +4925,8 @@
|
|
|
4915
4925
|
"privacy": "public",
|
|
4916
4926
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4917
4927
|
"inheritedFrom": {
|
|
4918
|
-
"name": "
|
|
4919
|
-
"module": "src/
|
|
4928
|
+
"name": "Badge",
|
|
4929
|
+
"module": "src/badge/badge.ts"
|
|
4920
4930
|
}
|
|
4921
4931
|
},
|
|
4922
4932
|
{
|
|
@@ -4929,8 +4939,8 @@
|
|
|
4929
4939
|
}
|
|
4930
4940
|
},
|
|
4931
4941
|
"inheritedFrom": {
|
|
4932
|
-
"name": "
|
|
4933
|
-
"module": "src/
|
|
4942
|
+
"name": "Badge",
|
|
4943
|
+
"module": "src/badge/badge.ts"
|
|
4934
4944
|
}
|
|
4935
4945
|
},
|
|
4936
4946
|
{
|
|
@@ -4960,57 +4970,47 @@
|
|
|
4960
4970
|
],
|
|
4961
4971
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4962
4972
|
"inheritedFrom": {
|
|
4963
|
-
"name": "
|
|
4964
|
-
"module": "src/
|
|
4973
|
+
"name": "Badge",
|
|
4974
|
+
"module": "src/badge/badge.ts"
|
|
4965
4975
|
}
|
|
4966
4976
|
}
|
|
4967
4977
|
]
|
|
4968
4978
|
},
|
|
4969
4979
|
{
|
|
4970
4980
|
"kind": "variable",
|
|
4971
|
-
"name": "
|
|
4972
|
-
"description": "The Zero Banner",
|
|
4973
|
-
"privacy": "public"
|
|
4981
|
+
"name": "zeroBadge"
|
|
4974
4982
|
}
|
|
4975
4983
|
],
|
|
4976
4984
|
"exports": [
|
|
4977
4985
|
{
|
|
4978
4986
|
"kind": "js",
|
|
4979
|
-
"name": "
|
|
4980
|
-
"declaration": {
|
|
4981
|
-
"name": "zeroBannerShadowOptions",
|
|
4982
|
-
"module": "src/banner/banner.ts"
|
|
4983
|
-
}
|
|
4984
|
-
},
|
|
4985
|
-
{
|
|
4986
|
-
"kind": "js",
|
|
4987
|
-
"name": "Banner",
|
|
4987
|
+
"name": "Badge",
|
|
4988
4988
|
"declaration": {
|
|
4989
|
-
"name": "
|
|
4990
|
-
"module": "src/
|
|
4989
|
+
"name": "Badge",
|
|
4990
|
+
"module": "src/badge/badge.ts"
|
|
4991
4991
|
}
|
|
4992
4992
|
},
|
|
4993
4993
|
{
|
|
4994
4994
|
"kind": "js",
|
|
4995
|
-
"name": "
|
|
4995
|
+
"name": "zeroBadge",
|
|
4996
4996
|
"declaration": {
|
|
4997
|
-
"name": "
|
|
4998
|
-
"module": "src/
|
|
4997
|
+
"name": "zeroBadge",
|
|
4998
|
+
"module": "src/badge/badge.ts"
|
|
4999
4999
|
}
|
|
5000
5000
|
}
|
|
5001
5001
|
]
|
|
5002
5002
|
},
|
|
5003
5003
|
{
|
|
5004
5004
|
"kind": "javascript-module",
|
|
5005
|
-
"path": "src/
|
|
5005
|
+
"path": "src/badge/index.ts",
|
|
5006
5006
|
"declarations": [],
|
|
5007
5007
|
"exports": [
|
|
5008
5008
|
{
|
|
5009
5009
|
"kind": "js",
|
|
5010
|
-
"name": "
|
|
5010
|
+
"name": "*",
|
|
5011
5011
|
"declaration": {
|
|
5012
|
-
"name": "
|
|
5013
|
-
"package": "
|
|
5012
|
+
"name": "*",
|
|
5013
|
+
"package": "./badge"
|
|
5014
5014
|
}
|
|
5015
5015
|
},
|
|
5016
5016
|
{
|
|
@@ -5018,7 +5018,7 @@
|
|
|
5018
5018
|
"name": "*",
|
|
5019
5019
|
"declaration": {
|
|
5020
5020
|
"name": "*",
|
|
5021
|
-
"package": "./
|
|
5021
|
+
"package": "./badge.styles"
|
|
5022
5022
|
}
|
|
5023
5023
|
},
|
|
5024
5024
|
{
|
|
@@ -5026,7 +5026,7 @@
|
|
|
5026
5026
|
"name": "*",
|
|
5027
5027
|
"declaration": {
|
|
5028
5028
|
"name": "*",
|
|
5029
|
-
"package": "./
|
|
5029
|
+
"package": "./badge.template"
|
|
5030
5030
|
}
|
|
5031
5031
|
}
|
|
5032
5032
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.361.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.
|
|
76
|
-
"@genesislcap/ts-builder": "14.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
78
|
-
"@genesislcap/vite-builder": "14.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.
|
|
74
|
+
"@genesislcap/genx": "14.361.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.361.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.361.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.361.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.361.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.361.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.361.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.361.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.361.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.361.0",
|
|
86
86
|
"@microsoft/fast-colors": "5.3.1",
|
|
87
87
|
"@microsoft/fast-components": "2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "d90c8400d0f62376f4565db20ddd1f1d496c86a5"
|
|
102
102
|
}
|