@genesislcap/foundation-zero 14.158.2-alpha-9dfdf28.0 → 14.158.2

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 +163 -163
  2. package/package.json +12 -12
@@ -4163,7 +4163,7 @@
4163
4163
  },
4164
4164
  {
4165
4165
  "kind": "javascript-module",
4166
- "path": "src/avatar/avatar.stories.ts",
4166
+ "path": "src/badge/badge.stories.ts",
4167
4167
  "declarations": [
4168
4168
  {
4169
4169
  "kind": "variable",
@@ -4171,15 +4171,15 @@
4171
4171
  "type": {
4172
4172
  "text": "Meta"
4173
4173
  },
4174
- "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
4174
+ "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
4175
4175
  },
4176
4176
  {
4177
4177
  "kind": "variable",
4178
- "name": "Primary",
4178
+ "name": "All",
4179
4179
  "type": {
4180
4180
  "text": "StoryObj"
4181
4181
  },
4182
- "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
4182
+ "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
4183
4183
  }
4184
4184
  ],
4185
4185
  "exports": [
@@ -4188,26 +4188,26 @@
4188
4188
  "name": "default",
4189
4189
  "declaration": {
4190
4190
  "name": "meta",
4191
- "module": "src/avatar/avatar.stories.ts"
4191
+ "module": "src/badge/badge.stories.ts"
4192
4192
  }
4193
4193
  },
4194
4194
  {
4195
4195
  "kind": "js",
4196
- "name": "Primary",
4196
+ "name": "All",
4197
4197
  "declaration": {
4198
- "name": "Primary",
4199
- "module": "src/avatar/avatar.stories.ts"
4198
+ "name": "All",
4199
+ "module": "src/badge/badge.stories.ts"
4200
4200
  }
4201
4201
  }
4202
4202
  ]
4203
4203
  },
4204
4204
  {
4205
4205
  "kind": "javascript-module",
4206
- "path": "src/avatar/avatar.styles.ts",
4206
+ "path": "src/badge/badge.styles.ts",
4207
4207
  "declarations": [
4208
4208
  {
4209
4209
  "kind": "function",
4210
- "name": "zeroAvatarStyles",
4210
+ "name": "zeroBadgeStyles",
4211
4211
  "return": {
4212
4212
  "type": {
4213
4213
  "text": "ElementStyles"
@@ -4232,24 +4232,24 @@
4232
4232
  "exports": [
4233
4233
  {
4234
4234
  "kind": "js",
4235
- "name": "zeroAvatarStyles",
4235
+ "name": "zeroBadgeStyles",
4236
4236
  "declaration": {
4237
- "name": "zeroAvatarStyles",
4238
- "module": "src/avatar/avatar.styles.ts"
4237
+ "name": "zeroBadgeStyles",
4238
+ "module": "src/badge/badge.styles.ts"
4239
4239
  }
4240
4240
  }
4241
4241
  ]
4242
4242
  },
4243
4243
  {
4244
4244
  "kind": "javascript-module",
4245
- "path": "src/avatar/avatar.template.ts",
4245
+ "path": "src/badge/badge.template.ts",
4246
4246
  "declarations": [
4247
4247
  {
4248
4248
  "kind": "function",
4249
- "name": "zeroAvatarTemplate",
4249
+ "name": "zeroBadgeTemplate",
4250
4250
  "return": {
4251
4251
  "type": {
4252
- "text": "ViewTemplate<Avatar>"
4252
+ "text": "ViewTemplate<Badge>"
4253
4253
  }
4254
4254
  },
4255
4255
  "parameters": [
@@ -4271,27 +4271,27 @@
4271
4271
  "exports": [
4272
4272
  {
4273
4273
  "kind": "js",
4274
- "name": "zeroAvatarTemplate",
4274
+ "name": "zeroBadgeTemplate",
4275
4275
  "declaration": {
4276
- "name": "zeroAvatarTemplate",
4277
- "module": "src/avatar/avatar.template.ts"
4276
+ "name": "zeroBadgeTemplate",
4277
+ "module": "src/badge/badge.template.ts"
4278
4278
  }
4279
4279
  }
4280
4280
  ]
4281
4281
  },
4282
4282
  {
4283
4283
  "kind": "javascript-module",
4284
- "path": "src/avatar/avatar.ts",
4284
+ "path": "src/badge/badge.ts",
4285
4285
  "declarations": [
4286
4286
  {
4287
4287
  "kind": "class",
4288
4288
  "description": "",
4289
- "name": "Avatar",
4289
+ "name": "Badge",
4290
4290
  "superclass": {
4291
- "name": "FoundationAvatar",
4291
+ "name": "FoundationBadge",
4292
4292
  "package": "@genesislcap/foundation-ui"
4293
4293
  },
4294
- "tagName": "%%prefix%%-avatar",
4294
+ "tagName": "%%prefix%%-badge",
4295
4295
  "customElement": true,
4296
4296
  "attributes": [
4297
4297
  {
@@ -4299,11 +4299,11 @@
4299
4299
  "type": {
4300
4300
  "text": "string"
4301
4301
  },
4302
- "description": "Indicates the Avatar should have a color fill.",
4302
+ "description": "Indicates the badge should have a filled style.",
4303
4303
  "fieldName": "fill",
4304
4304
  "inheritedFrom": {
4305
- "name": "Avatar",
4306
- "module": "src/avatar/avatar.ts"
4305
+ "name": "Badge",
4306
+ "module": "src/badge/badge.ts"
4307
4307
  }
4308
4308
  },
4309
4309
  {
@@ -4311,35 +4311,22 @@
4311
4311
  "type": {
4312
4312
  "text": "string"
4313
4313
  },
4314
- "description": "Indicates the Avatar should have a text color.",
4314
+ "description": "Indicates the badge should have a filled style.",
4315
4315
  "fieldName": "color",
4316
4316
  "inheritedFrom": {
4317
- "name": "Avatar",
4318
- "module": "src/avatar/avatar.ts"
4319
- }
4320
- },
4321
- {
4322
- "name": "link",
4323
- "type": {
4324
- "text": "string"
4325
- },
4326
- "description": "Indicates the Avatar should have url link",
4327
- "fieldName": "link",
4328
- "inheritedFrom": {
4329
- "name": "Avatar",
4330
- "module": "src/avatar/avatar.ts"
4317
+ "name": "Badge",
4318
+ "module": "src/badge/badge.ts"
4331
4319
  }
4332
4320
  },
4333
4321
  {
4334
- "name": "shape",
4335
4322
  "type": {
4336
- "text": "AvatarShape"
4323
+ "text": "boolean"
4337
4324
  },
4338
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4339
- "fieldName": "shape",
4325
+ "description": "Indicates the element should be circular",
4326
+ "fieldName": "circular",
4340
4327
  "inheritedFrom": {
4341
- "name": "Avatar",
4342
- "module": "src/avatar/avatar.ts"
4328
+ "name": "Badge",
4329
+ "module": "src/badge/badge.ts"
4343
4330
  }
4344
4331
  }
4345
4332
  ],
@@ -4351,10 +4338,10 @@
4351
4338
  "text": "string"
4352
4339
  },
4353
4340
  "privacy": "public",
4354
- "description": "Indicates the Avatar should have a color fill.",
4341
+ "description": "Indicates the badge should have a filled style.",
4355
4342
  "inheritedFrom": {
4356
- "name": "Avatar",
4357
- "module": "src/avatar/avatar.ts"
4343
+ "name": "Badge",
4344
+ "module": "src/badge/badge.ts"
4358
4345
  }
4359
4346
  },
4360
4347
  {
@@ -4364,36 +4351,32 @@
4364
4351
  "text": "string"
4365
4352
  },
4366
4353
  "privacy": "public",
4367
- "description": "Indicates the Avatar should have a text color.",
4354
+ "description": "Indicates the badge should have a filled style.",
4368
4355
  "inheritedFrom": {
4369
- "name": "Avatar",
4370
- "module": "src/avatar/avatar.ts"
4356
+ "name": "Badge",
4357
+ "module": "src/badge/badge.ts"
4371
4358
  }
4372
4359
  },
4373
4360
  {
4374
4361
  "kind": "field",
4375
- "name": "link",
4362
+ "name": "circular",
4376
4363
  "type": {
4377
- "text": "string"
4364
+ "text": "boolean"
4378
4365
  },
4379
4366
  "privacy": "public",
4380
- "description": "Indicates the Avatar should have url link",
4367
+ "description": "Indicates the element should be circular",
4381
4368
  "inheritedFrom": {
4382
- "name": "Avatar",
4383
- "module": "src/avatar/avatar.ts"
4369
+ "name": "Badge",
4370
+ "module": "src/badge/badge.ts"
4384
4371
  }
4385
4372
  },
4386
4373
  {
4387
4374
  "kind": "field",
4388
- "name": "shape",
4389
- "type": {
4390
- "text": "AvatarShape"
4391
- },
4375
+ "name": "generateBadgeStyle",
4392
4376
  "privacy": "public",
4393
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4394
4377
  "inheritedFrom": {
4395
- "name": "Avatar",
4396
- "module": "src/avatar/avatar.ts"
4378
+ "name": "Badge",
4379
+ "module": "src/badge/badge.ts"
4397
4380
  }
4398
4381
  },
4399
4382
  {
@@ -4405,8 +4388,8 @@
4405
4388
  "privacy": "private",
4406
4389
  "default": "void 0",
4407
4390
  "inheritedFrom": {
4408
- "name": "Avatar",
4409
- "module": "src/avatar/avatar.ts"
4391
+ "name": "Badge",
4392
+ "module": "src/badge/badge.ts"
4410
4393
  }
4411
4394
  },
4412
4395
  {
@@ -4418,8 +4401,8 @@
4418
4401
  "privacy": "public",
4419
4402
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4420
4403
  "inheritedFrom": {
4421
- "name": "Avatar",
4422
- "module": "src/avatar/avatar.ts"
4404
+ "name": "Badge",
4405
+ "module": "src/badge/badge.ts"
4423
4406
  }
4424
4407
  },
4425
4408
  {
@@ -4431,8 +4414,8 @@
4431
4414
  "privacy": "public",
4432
4415
  "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.",
4433
4416
  "inheritedFrom": {
4434
- "name": "Avatar",
4435
- "module": "src/avatar/avatar.ts"
4417
+ "name": "Badge",
4418
+ "module": "src/badge/badge.ts"
4436
4419
  }
4437
4420
  },
4438
4421
  {
@@ -4445,8 +4428,8 @@
4445
4428
  }
4446
4429
  },
4447
4430
  "inheritedFrom": {
4448
- "name": "Avatar",
4449
- "module": "src/avatar/avatar.ts"
4431
+ "name": "Badge",
4432
+ "module": "src/badge/badge.ts"
4450
4433
  }
4451
4434
  },
4452
4435
  {
@@ -4458,8 +4441,8 @@
4458
4441
  "privacy": "public",
4459
4442
  "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.",
4460
4443
  "inheritedFrom": {
4461
- "name": "Avatar",
4462
- "module": "src/avatar/avatar.ts"
4444
+ "name": "Badge",
4445
+ "module": "src/badge/badge.ts"
4463
4446
  }
4464
4447
  },
4465
4448
  {
@@ -4472,8 +4455,8 @@
4472
4455
  }
4473
4456
  },
4474
4457
  "inheritedFrom": {
4475
- "name": "Avatar",
4476
- "module": "src/avatar/avatar.ts"
4458
+ "name": "Badge",
4459
+ "module": "src/badge/badge.ts"
4477
4460
  }
4478
4461
  },
4479
4462
  {
@@ -4503,39 +4486,39 @@
4503
4486
  ],
4504
4487
  "description": "Defines an element registry function with a set of element definition defaults.",
4505
4488
  "inheritedFrom": {
4506
- "name": "Avatar",
4507
- "module": "src/avatar/avatar.ts"
4489
+ "name": "Badge",
4490
+ "module": "src/badge/badge.ts"
4508
4491
  }
4509
4492
  }
4510
4493
  ]
4511
4494
  },
4512
4495
  {
4513
4496
  "kind": "variable",
4514
- "name": "zeroAvatar"
4497
+ "name": "zeroBadge"
4515
4498
  }
4516
4499
  ],
4517
4500
  "exports": [
4518
4501
  {
4519
4502
  "kind": "js",
4520
- "name": "Avatar",
4503
+ "name": "Badge",
4521
4504
  "declaration": {
4522
- "name": "Avatar",
4523
- "module": "src/avatar/avatar.ts"
4505
+ "name": "Badge",
4506
+ "module": "src/badge/badge.ts"
4524
4507
  }
4525
4508
  },
4526
4509
  {
4527
4510
  "kind": "js",
4528
- "name": "zeroAvatar",
4511
+ "name": "zeroBadge",
4529
4512
  "declaration": {
4530
- "name": "zeroAvatar",
4531
- "module": "src/avatar/avatar.ts"
4513
+ "name": "zeroBadge",
4514
+ "module": "src/badge/badge.ts"
4532
4515
  }
4533
4516
  }
4534
4517
  ]
4535
4518
  },
4536
4519
  {
4537
4520
  "kind": "javascript-module",
4538
- "path": "src/avatar/index.ts",
4521
+ "path": "src/badge/index.ts",
4539
4522
  "declarations": [],
4540
4523
  "exports": [
4541
4524
  {
@@ -4543,7 +4526,7 @@
4543
4526
  "name": "*",
4544
4527
  "declaration": {
4545
4528
  "name": "*",
4546
- "package": "./avatar"
4529
+ "package": "./badge"
4547
4530
  }
4548
4531
  },
4549
4532
  {
@@ -4551,7 +4534,7 @@
4551
4534
  "name": "*",
4552
4535
  "declaration": {
4553
4536
  "name": "*",
4554
- "package": "./avatar.styles"
4537
+ "package": "./badge.styles"
4555
4538
  }
4556
4539
  },
4557
4540
  {
@@ -4559,14 +4542,14 @@
4559
4542
  "name": "*",
4560
4543
  "declaration": {
4561
4544
  "name": "*",
4562
- "package": "./avatar.template"
4545
+ "package": "./badge.template"
4563
4546
  }
4564
4547
  }
4565
4548
  ]
4566
4549
  },
4567
4550
  {
4568
4551
  "kind": "javascript-module",
4569
- "path": "src/badge/badge.stories.ts",
4552
+ "path": "src/avatar/avatar.stories.ts",
4570
4553
  "declarations": [
4571
4554
  {
4572
4555
  "kind": "variable",
@@ -4574,15 +4557,15 @@
4574
4557
  "type": {
4575
4558
  "text": "Meta"
4576
4559
  },
4577
- "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
4560
+ "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
4578
4561
  },
4579
4562
  {
4580
4563
  "kind": "variable",
4581
- "name": "All",
4564
+ "name": "Primary",
4582
4565
  "type": {
4583
4566
  "text": "StoryObj"
4584
4567
  },
4585
- "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
4568
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
4586
4569
  }
4587
4570
  ],
4588
4571
  "exports": [
@@ -4591,26 +4574,26 @@
4591
4574
  "name": "default",
4592
4575
  "declaration": {
4593
4576
  "name": "meta",
4594
- "module": "src/badge/badge.stories.ts"
4577
+ "module": "src/avatar/avatar.stories.ts"
4595
4578
  }
4596
4579
  },
4597
4580
  {
4598
4581
  "kind": "js",
4599
- "name": "All",
4582
+ "name": "Primary",
4600
4583
  "declaration": {
4601
- "name": "All",
4602
- "module": "src/badge/badge.stories.ts"
4584
+ "name": "Primary",
4585
+ "module": "src/avatar/avatar.stories.ts"
4603
4586
  }
4604
4587
  }
4605
4588
  ]
4606
4589
  },
4607
4590
  {
4608
4591
  "kind": "javascript-module",
4609
- "path": "src/badge/badge.styles.ts",
4592
+ "path": "src/avatar/avatar.styles.ts",
4610
4593
  "declarations": [
4611
4594
  {
4612
4595
  "kind": "function",
4613
- "name": "zeroBadgeStyles",
4596
+ "name": "zeroAvatarStyles",
4614
4597
  "return": {
4615
4598
  "type": {
4616
4599
  "text": "ElementStyles"
@@ -4635,24 +4618,24 @@
4635
4618
  "exports": [
4636
4619
  {
4637
4620
  "kind": "js",
4638
- "name": "zeroBadgeStyles",
4621
+ "name": "zeroAvatarStyles",
4639
4622
  "declaration": {
4640
- "name": "zeroBadgeStyles",
4641
- "module": "src/badge/badge.styles.ts"
4623
+ "name": "zeroAvatarStyles",
4624
+ "module": "src/avatar/avatar.styles.ts"
4642
4625
  }
4643
4626
  }
4644
4627
  ]
4645
4628
  },
4646
4629
  {
4647
4630
  "kind": "javascript-module",
4648
- "path": "src/badge/badge.template.ts",
4631
+ "path": "src/avatar/avatar.template.ts",
4649
4632
  "declarations": [
4650
4633
  {
4651
4634
  "kind": "function",
4652
- "name": "zeroBadgeTemplate",
4635
+ "name": "zeroAvatarTemplate",
4653
4636
  "return": {
4654
4637
  "type": {
4655
- "text": "ViewTemplate<Badge>"
4638
+ "text": "ViewTemplate<Avatar>"
4656
4639
  }
4657
4640
  },
4658
4641
  "parameters": [
@@ -4674,27 +4657,27 @@
4674
4657
  "exports": [
4675
4658
  {
4676
4659
  "kind": "js",
4677
- "name": "zeroBadgeTemplate",
4660
+ "name": "zeroAvatarTemplate",
4678
4661
  "declaration": {
4679
- "name": "zeroBadgeTemplate",
4680
- "module": "src/badge/badge.template.ts"
4662
+ "name": "zeroAvatarTemplate",
4663
+ "module": "src/avatar/avatar.template.ts"
4681
4664
  }
4682
4665
  }
4683
4666
  ]
4684
4667
  },
4685
4668
  {
4686
4669
  "kind": "javascript-module",
4687
- "path": "src/badge/badge.ts",
4670
+ "path": "src/avatar/avatar.ts",
4688
4671
  "declarations": [
4689
4672
  {
4690
4673
  "kind": "class",
4691
4674
  "description": "",
4692
- "name": "Badge",
4675
+ "name": "Avatar",
4693
4676
  "superclass": {
4694
- "name": "FoundationBadge",
4677
+ "name": "FoundationAvatar",
4695
4678
  "package": "@genesislcap/foundation-ui"
4696
4679
  },
4697
- "tagName": "%%prefix%%-badge",
4680
+ "tagName": "%%prefix%%-avatar",
4698
4681
  "customElement": true,
4699
4682
  "attributes": [
4700
4683
  {
@@ -4702,11 +4685,11 @@
4702
4685
  "type": {
4703
4686
  "text": "string"
4704
4687
  },
4705
- "description": "Indicates the badge should have a filled style.",
4688
+ "description": "Indicates the Avatar should have a color fill.",
4706
4689
  "fieldName": "fill",
4707
4690
  "inheritedFrom": {
4708
- "name": "Badge",
4709
- "module": "src/badge/badge.ts"
4691
+ "name": "Avatar",
4692
+ "module": "src/avatar/avatar.ts"
4710
4693
  }
4711
4694
  },
4712
4695
  {
@@ -4714,22 +4697,35 @@
4714
4697
  "type": {
4715
4698
  "text": "string"
4716
4699
  },
4717
- "description": "Indicates the badge should have a filled style.",
4700
+ "description": "Indicates the Avatar should have a text color.",
4718
4701
  "fieldName": "color",
4719
4702
  "inheritedFrom": {
4720
- "name": "Badge",
4721
- "module": "src/badge/badge.ts"
4703
+ "name": "Avatar",
4704
+ "module": "src/avatar/avatar.ts"
4722
4705
  }
4723
4706
  },
4724
4707
  {
4708
+ "name": "link",
4725
4709
  "type": {
4726
- "text": "boolean"
4710
+ "text": "string"
4727
4711
  },
4728
- "description": "Indicates the element should be circular",
4729
- "fieldName": "circular",
4712
+ "description": "Indicates the Avatar should have url link",
4713
+ "fieldName": "link",
4730
4714
  "inheritedFrom": {
4731
- "name": "Badge",
4732
- "module": "src/badge/badge.ts"
4715
+ "name": "Avatar",
4716
+ "module": "src/avatar/avatar.ts"
4717
+ }
4718
+ },
4719
+ {
4720
+ "name": "shape",
4721
+ "type": {
4722
+ "text": "AvatarShape"
4723
+ },
4724
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4725
+ "fieldName": "shape",
4726
+ "inheritedFrom": {
4727
+ "name": "Avatar",
4728
+ "module": "src/avatar/avatar.ts"
4733
4729
  }
4734
4730
  }
4735
4731
  ],
@@ -4741,10 +4737,10 @@
4741
4737
  "text": "string"
4742
4738
  },
4743
4739
  "privacy": "public",
4744
- "description": "Indicates the badge should have a filled style.",
4740
+ "description": "Indicates the Avatar should have a color fill.",
4745
4741
  "inheritedFrom": {
4746
- "name": "Badge",
4747
- "module": "src/badge/badge.ts"
4742
+ "name": "Avatar",
4743
+ "module": "src/avatar/avatar.ts"
4748
4744
  }
4749
4745
  },
4750
4746
  {
@@ -4754,32 +4750,36 @@
4754
4750
  "text": "string"
4755
4751
  },
4756
4752
  "privacy": "public",
4757
- "description": "Indicates the badge should have a filled style.",
4753
+ "description": "Indicates the Avatar should have a text color.",
4758
4754
  "inheritedFrom": {
4759
- "name": "Badge",
4760
- "module": "src/badge/badge.ts"
4755
+ "name": "Avatar",
4756
+ "module": "src/avatar/avatar.ts"
4761
4757
  }
4762
4758
  },
4763
4759
  {
4764
4760
  "kind": "field",
4765
- "name": "circular",
4761
+ "name": "link",
4766
4762
  "type": {
4767
- "text": "boolean"
4763
+ "text": "string"
4768
4764
  },
4769
4765
  "privacy": "public",
4770
- "description": "Indicates the element should be circular",
4766
+ "description": "Indicates the Avatar should have url link",
4771
4767
  "inheritedFrom": {
4772
- "name": "Badge",
4773
- "module": "src/badge/badge.ts"
4768
+ "name": "Avatar",
4769
+ "module": "src/avatar/avatar.ts"
4774
4770
  }
4775
4771
  },
4776
4772
  {
4777
4773
  "kind": "field",
4778
- "name": "generateBadgeStyle",
4774
+ "name": "shape",
4775
+ "type": {
4776
+ "text": "AvatarShape"
4777
+ },
4779
4778
  "privacy": "public",
4779
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4780
4780
  "inheritedFrom": {
4781
- "name": "Badge",
4782
- "module": "src/badge/badge.ts"
4781
+ "name": "Avatar",
4782
+ "module": "src/avatar/avatar.ts"
4783
4783
  }
4784
4784
  },
4785
4785
  {
@@ -4791,8 +4791,8 @@
4791
4791
  "privacy": "private",
4792
4792
  "default": "void 0",
4793
4793
  "inheritedFrom": {
4794
- "name": "Badge",
4795
- "module": "src/badge/badge.ts"
4794
+ "name": "Avatar",
4795
+ "module": "src/avatar/avatar.ts"
4796
4796
  }
4797
4797
  },
4798
4798
  {
@@ -4804,8 +4804,8 @@
4804
4804
  "privacy": "public",
4805
4805
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4806
4806
  "inheritedFrom": {
4807
- "name": "Badge",
4808
- "module": "src/badge/badge.ts"
4807
+ "name": "Avatar",
4808
+ "module": "src/avatar/avatar.ts"
4809
4809
  }
4810
4810
  },
4811
4811
  {
@@ -4817,8 +4817,8 @@
4817
4817
  "privacy": "public",
4818
4818
  "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.",
4819
4819
  "inheritedFrom": {
4820
- "name": "Badge",
4821
- "module": "src/badge/badge.ts"
4820
+ "name": "Avatar",
4821
+ "module": "src/avatar/avatar.ts"
4822
4822
  }
4823
4823
  },
4824
4824
  {
@@ -4831,8 +4831,8 @@
4831
4831
  }
4832
4832
  },
4833
4833
  "inheritedFrom": {
4834
- "name": "Badge",
4835
- "module": "src/badge/badge.ts"
4834
+ "name": "Avatar",
4835
+ "module": "src/avatar/avatar.ts"
4836
4836
  }
4837
4837
  },
4838
4838
  {
@@ -4844,8 +4844,8 @@
4844
4844
  "privacy": "public",
4845
4845
  "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.",
4846
4846
  "inheritedFrom": {
4847
- "name": "Badge",
4848
- "module": "src/badge/badge.ts"
4847
+ "name": "Avatar",
4848
+ "module": "src/avatar/avatar.ts"
4849
4849
  }
4850
4850
  },
4851
4851
  {
@@ -4858,8 +4858,8 @@
4858
4858
  }
4859
4859
  },
4860
4860
  "inheritedFrom": {
4861
- "name": "Badge",
4862
- "module": "src/badge/badge.ts"
4861
+ "name": "Avatar",
4862
+ "module": "src/avatar/avatar.ts"
4863
4863
  }
4864
4864
  },
4865
4865
  {
@@ -4889,39 +4889,39 @@
4889
4889
  ],
4890
4890
  "description": "Defines an element registry function with a set of element definition defaults.",
4891
4891
  "inheritedFrom": {
4892
- "name": "Badge",
4893
- "module": "src/badge/badge.ts"
4892
+ "name": "Avatar",
4893
+ "module": "src/avatar/avatar.ts"
4894
4894
  }
4895
4895
  }
4896
4896
  ]
4897
4897
  },
4898
4898
  {
4899
4899
  "kind": "variable",
4900
- "name": "zeroBadge"
4900
+ "name": "zeroAvatar"
4901
4901
  }
4902
4902
  ],
4903
4903
  "exports": [
4904
4904
  {
4905
4905
  "kind": "js",
4906
- "name": "Badge",
4906
+ "name": "Avatar",
4907
4907
  "declaration": {
4908
- "name": "Badge",
4909
- "module": "src/badge/badge.ts"
4908
+ "name": "Avatar",
4909
+ "module": "src/avatar/avatar.ts"
4910
4910
  }
4911
4911
  },
4912
4912
  {
4913
4913
  "kind": "js",
4914
- "name": "zeroBadge",
4914
+ "name": "zeroAvatar",
4915
4915
  "declaration": {
4916
- "name": "zeroBadge",
4917
- "module": "src/badge/badge.ts"
4916
+ "name": "zeroAvatar",
4917
+ "module": "src/avatar/avatar.ts"
4918
4918
  }
4919
4919
  }
4920
4920
  ]
4921
4921
  },
4922
4922
  {
4923
4923
  "kind": "javascript-module",
4924
- "path": "src/badge/index.ts",
4924
+ "path": "src/avatar/index.ts",
4925
4925
  "declarations": [],
4926
4926
  "exports": [
4927
4927
  {
@@ -4929,7 +4929,7 @@
4929
4929
  "name": "*",
4930
4930
  "declaration": {
4931
4931
  "name": "*",
4932
- "package": "./badge"
4932
+ "package": "./avatar"
4933
4933
  }
4934
4934
  },
4935
4935
  {
@@ -4937,7 +4937,7 @@
4937
4937
  "name": "*",
4938
4938
  "declaration": {
4939
4939
  "name": "*",
4940
- "package": "./badge.styles"
4940
+ "package": "./avatar.styles"
4941
4941
  }
4942
4942
  },
4943
4943
  {
@@ -4945,7 +4945,7 @@
4945
4945
  "name": "*",
4946
4946
  "declaration": {
4947
4947
  "name": "*",
4948
- "package": "./badge.template"
4948
+ "package": "./avatar.template"
4949
4949
  }
4950
4950
  }
4951
4951
  ]
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.158.2-alpha-9dfdf28.0",
4
+ "version": "14.158.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,12 +67,12 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.158.2-alpha-9dfdf28.0",
71
- "@genesislcap/rollup-builder": "14.158.2-alpha-9dfdf28.0",
72
- "@genesislcap/ts-builder": "14.158.2-alpha-9dfdf28.0",
73
- "@genesislcap/uvu-playwright-builder": "14.158.2-alpha-9dfdf28.0",
74
- "@genesislcap/vite-builder": "14.158.2-alpha-9dfdf28.0",
75
- "@genesislcap/webpack-builder": "14.158.2-alpha-9dfdf28.0",
70
+ "@genesislcap/genx": "14.158.2",
71
+ "@genesislcap/rollup-builder": "14.158.2",
72
+ "@genesislcap/ts-builder": "14.158.2",
73
+ "@genesislcap/uvu-playwright-builder": "14.158.2",
74
+ "@genesislcap/vite-builder": "14.158.2",
75
+ "@genesislcap/webpack-builder": "14.158.2",
76
76
  "@storybook/addon-coverage": "^1.0.1",
77
77
  "@storybook/addon-essentials": "^8.0.0",
78
78
  "@storybook/addon-links": "^8.0.0",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^8.0.0"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.158.2-alpha-9dfdf28.0",
93
- "@genesislcap/foundation-logger": "14.158.2-alpha-9dfdf28.0",
94
- "@genesislcap/foundation-ui": "14.158.2-alpha-9dfdf28.0",
95
- "@genesislcap/foundation-utils": "14.158.2-alpha-9dfdf28.0",
92
+ "@genesislcap/foundation-comms": "14.158.2",
93
+ "@genesislcap/foundation-logger": "14.158.2",
94
+ "@genesislcap/foundation-ui": "14.158.2",
95
+ "@genesislcap/foundation-utils": "14.158.2",
96
96
  "@microsoft/fast-colors": "^5.3.1",
97
97
  "@microsoft/fast-components": "^2.30.6",
98
98
  "@microsoft/fast-element": "^1.12.0",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "aed9487d5c829bbd361ee61d327782711bf16e3d"
112
+ "gitHead": "f705d3c4a2734fa6f5c4a1b6255f7784e131cd53"
113
113
  }