@genesislcap/foundation-zero 14.387.0 → 14.387.1

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 +178 -178
  2. package/package.json +12 -12
@@ -890,37 +890,6 @@
890
890
  }
891
891
  ]
892
892
  },
893
- {
894
- "kind": "javascript-module",
895
- "path": "src/_config/index.ts",
896
- "declarations": [],
897
- "exports": [
898
- {
899
- "kind": "js",
900
- "name": "*",
901
- "declaration": {
902
- "name": "*",
903
- "package": "./styles"
904
- }
905
- },
906
- {
907
- "kind": "js",
908
- "name": "*",
909
- "declaration": {
910
- "name": "*",
911
- "package": "./tokens"
912
- }
913
- },
914
- {
915
- "kind": "js",
916
- "name": "*",
917
- "declaration": {
918
- "name": "*",
919
- "package": "./values"
920
- }
921
- }
922
- ]
923
- },
924
893
  {
925
894
  "kind": "javascript-module",
926
895
  "path": "src/accordion/accordion.styles.ts",
@@ -1069,6 +1038,37 @@
1069
1038
  }
1070
1039
  ]
1071
1040
  },
1041
+ {
1042
+ "kind": "javascript-module",
1043
+ "path": "src/_config/index.ts",
1044
+ "declarations": [],
1045
+ "exports": [
1046
+ {
1047
+ "kind": "js",
1048
+ "name": "*",
1049
+ "declaration": {
1050
+ "name": "*",
1051
+ "package": "./styles"
1052
+ }
1053
+ },
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./tokens"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./values"
1068
+ }
1069
+ }
1070
+ ]
1071
+ },
1072
1072
  {
1073
1073
  "kind": "javascript-module",
1074
1074
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -4045,11 +4045,11 @@
4045
4045
  },
4046
4046
  {
4047
4047
  "kind": "javascript-module",
4048
- "path": "src/avatar/avatar.styles.ts",
4048
+ "path": "src/badge/badge.styles.ts",
4049
4049
  "declarations": [
4050
4050
  {
4051
4051
  "kind": "function",
4052
- "name": "zeroAvatarStyles",
4052
+ "name": "zeroBadgeStyles",
4053
4053
  "return": {
4054
4054
  "type": {
4055
4055
  "text": "ElementStyles"
@@ -4074,24 +4074,24 @@
4074
4074
  "exports": [
4075
4075
  {
4076
4076
  "kind": "js",
4077
- "name": "zeroAvatarStyles",
4077
+ "name": "zeroBadgeStyles",
4078
4078
  "declaration": {
4079
- "name": "zeroAvatarStyles",
4080
- "module": "src/avatar/avatar.styles.ts"
4079
+ "name": "zeroBadgeStyles",
4080
+ "module": "src/badge/badge.styles.ts"
4081
4081
  }
4082
4082
  }
4083
4083
  ]
4084
4084
  },
4085
4085
  {
4086
4086
  "kind": "javascript-module",
4087
- "path": "src/avatar/avatar.template.ts",
4087
+ "path": "src/badge/badge.template.ts",
4088
4088
  "declarations": [
4089
4089
  {
4090
4090
  "kind": "function",
4091
- "name": "zeroAvatarTemplate",
4091
+ "name": "zeroBadgeTemplate",
4092
4092
  "return": {
4093
4093
  "type": {
4094
- "text": "ViewTemplate<Avatar>"
4094
+ "text": "ViewTemplate<Badge>"
4095
4095
  }
4096
4096
  },
4097
4097
  "parameters": [
@@ -4113,27 +4113,27 @@
4113
4113
  "exports": [
4114
4114
  {
4115
4115
  "kind": "js",
4116
- "name": "zeroAvatarTemplate",
4116
+ "name": "zeroBadgeTemplate",
4117
4117
  "declaration": {
4118
- "name": "zeroAvatarTemplate",
4119
- "module": "src/avatar/avatar.template.ts"
4118
+ "name": "zeroBadgeTemplate",
4119
+ "module": "src/badge/badge.template.ts"
4120
4120
  }
4121
4121
  }
4122
4122
  ]
4123
4123
  },
4124
4124
  {
4125
4125
  "kind": "javascript-module",
4126
- "path": "src/avatar/avatar.ts",
4126
+ "path": "src/badge/badge.ts",
4127
4127
  "declarations": [
4128
4128
  {
4129
4129
  "kind": "class",
4130
4130
  "description": "",
4131
- "name": "Avatar",
4131
+ "name": "Badge",
4132
4132
  "superclass": {
4133
- "name": "FoundationAvatar",
4133
+ "name": "FoundationBadge",
4134
4134
  "package": "@genesislcap/foundation-ui"
4135
4135
  },
4136
- "tagName": "%%prefix%%-avatar",
4136
+ "tagName": "%%prefix%%-badge",
4137
4137
  "customElement": true,
4138
4138
  "attributes": [
4139
4139
  {
@@ -4141,11 +4141,11 @@
4141
4141
  "type": {
4142
4142
  "text": "string"
4143
4143
  },
4144
- "description": "Indicates the Avatar should have a color fill.",
4144
+ "description": "Indicates the badge should have a filled style.",
4145
4145
  "fieldName": "fill",
4146
4146
  "inheritedFrom": {
4147
- "name": "Avatar",
4148
- "module": "src/avatar/avatar.ts"
4147
+ "name": "Badge",
4148
+ "module": "src/badge/badge.ts"
4149
4149
  }
4150
4150
  },
4151
4151
  {
@@ -4153,35 +4153,22 @@
4153
4153
  "type": {
4154
4154
  "text": "string"
4155
4155
  },
4156
- "description": "Indicates the Avatar should have a text color.",
4156
+ "description": "Indicates the badge should have a filled style.",
4157
4157
  "fieldName": "color",
4158
4158
  "inheritedFrom": {
4159
- "name": "Avatar",
4160
- "module": "src/avatar/avatar.ts"
4161
- }
4162
- },
4163
- {
4164
- "name": "link",
4165
- "type": {
4166
- "text": "string"
4167
- },
4168
- "description": "Indicates the Avatar should have url link",
4169
- "fieldName": "link",
4170
- "inheritedFrom": {
4171
- "name": "Avatar",
4172
- "module": "src/avatar/avatar.ts"
4159
+ "name": "Badge",
4160
+ "module": "src/badge/badge.ts"
4173
4161
  }
4174
4162
  },
4175
4163
  {
4176
- "name": "shape",
4177
4164
  "type": {
4178
- "text": "AvatarShape"
4165
+ "text": "boolean"
4179
4166
  },
4180
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4181
- "fieldName": "shape",
4167
+ "description": "Indicates the element should be circular",
4168
+ "fieldName": "circular",
4182
4169
  "inheritedFrom": {
4183
- "name": "Avatar",
4184
- "module": "src/avatar/avatar.ts"
4170
+ "name": "Badge",
4171
+ "module": "src/badge/badge.ts"
4185
4172
  }
4186
4173
  }
4187
4174
  ],
@@ -4193,10 +4180,10 @@
4193
4180
  "text": "string"
4194
4181
  },
4195
4182
  "privacy": "public",
4196
- "description": "Indicates the Avatar should have a color fill.",
4183
+ "description": "Indicates the badge should have a filled style.",
4197
4184
  "inheritedFrom": {
4198
- "name": "Avatar",
4199
- "module": "src/avatar/avatar.ts"
4185
+ "name": "Badge",
4186
+ "module": "src/badge/badge.ts"
4200
4187
  }
4201
4188
  },
4202
4189
  {
@@ -4206,36 +4193,32 @@
4206
4193
  "text": "string"
4207
4194
  },
4208
4195
  "privacy": "public",
4209
- "description": "Indicates the Avatar should have a text color.",
4196
+ "description": "Indicates the badge should have a filled style.",
4210
4197
  "inheritedFrom": {
4211
- "name": "Avatar",
4212
- "module": "src/avatar/avatar.ts"
4198
+ "name": "Badge",
4199
+ "module": "src/badge/badge.ts"
4213
4200
  }
4214
4201
  },
4215
4202
  {
4216
4203
  "kind": "field",
4217
- "name": "link",
4204
+ "name": "circular",
4218
4205
  "type": {
4219
- "text": "string"
4206
+ "text": "boolean"
4220
4207
  },
4221
4208
  "privacy": "public",
4222
- "description": "Indicates the Avatar should have url link",
4209
+ "description": "Indicates the element should be circular",
4223
4210
  "inheritedFrom": {
4224
- "name": "Avatar",
4225
- "module": "src/avatar/avatar.ts"
4211
+ "name": "Badge",
4212
+ "module": "src/badge/badge.ts"
4226
4213
  }
4227
4214
  },
4228
4215
  {
4229
4216
  "kind": "field",
4230
- "name": "shape",
4231
- "type": {
4232
- "text": "AvatarShape"
4233
- },
4217
+ "name": "generateBadgeStyle",
4234
4218
  "privacy": "public",
4235
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4236
4219
  "inheritedFrom": {
4237
- "name": "Avatar",
4238
- "module": "src/avatar/avatar.ts"
4220
+ "name": "Badge",
4221
+ "module": "src/badge/badge.ts"
4239
4222
  }
4240
4223
  },
4241
4224
  {
@@ -4247,8 +4230,8 @@
4247
4230
  "privacy": "private",
4248
4231
  "default": "void 0",
4249
4232
  "inheritedFrom": {
4250
- "name": "Avatar",
4251
- "module": "src/avatar/avatar.ts"
4233
+ "name": "Badge",
4234
+ "module": "src/badge/badge.ts"
4252
4235
  }
4253
4236
  },
4254
4237
  {
@@ -4260,8 +4243,8 @@
4260
4243
  "privacy": "public",
4261
4244
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4262
4245
  "inheritedFrom": {
4263
- "name": "Avatar",
4264
- "module": "src/avatar/avatar.ts"
4246
+ "name": "Badge",
4247
+ "module": "src/badge/badge.ts"
4265
4248
  }
4266
4249
  },
4267
4250
  {
@@ -4273,8 +4256,8 @@
4273
4256
  "privacy": "public",
4274
4257
  "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.",
4275
4258
  "inheritedFrom": {
4276
- "name": "Avatar",
4277
- "module": "src/avatar/avatar.ts"
4259
+ "name": "Badge",
4260
+ "module": "src/badge/badge.ts"
4278
4261
  }
4279
4262
  },
4280
4263
  {
@@ -4287,8 +4270,8 @@
4287
4270
  }
4288
4271
  },
4289
4272
  "inheritedFrom": {
4290
- "name": "Avatar",
4291
- "module": "src/avatar/avatar.ts"
4273
+ "name": "Badge",
4274
+ "module": "src/badge/badge.ts"
4292
4275
  }
4293
4276
  },
4294
4277
  {
@@ -4300,8 +4283,8 @@
4300
4283
  "privacy": "public",
4301
4284
  "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.",
4302
4285
  "inheritedFrom": {
4303
- "name": "Avatar",
4304
- "module": "src/avatar/avatar.ts"
4286
+ "name": "Badge",
4287
+ "module": "src/badge/badge.ts"
4305
4288
  }
4306
4289
  },
4307
4290
  {
@@ -4314,8 +4297,8 @@
4314
4297
  }
4315
4298
  },
4316
4299
  "inheritedFrom": {
4317
- "name": "Avatar",
4318
- "module": "src/avatar/avatar.ts"
4300
+ "name": "Badge",
4301
+ "module": "src/badge/badge.ts"
4319
4302
  }
4320
4303
  },
4321
4304
  {
@@ -4345,39 +4328,39 @@
4345
4328
  ],
4346
4329
  "description": "Defines an element registry function with a set of element definition defaults.",
4347
4330
  "inheritedFrom": {
4348
- "name": "Avatar",
4349
- "module": "src/avatar/avatar.ts"
4331
+ "name": "Badge",
4332
+ "module": "src/badge/badge.ts"
4350
4333
  }
4351
4334
  }
4352
4335
  ]
4353
4336
  },
4354
4337
  {
4355
4338
  "kind": "variable",
4356
- "name": "zeroAvatar"
4339
+ "name": "zeroBadge"
4357
4340
  }
4358
4341
  ],
4359
4342
  "exports": [
4360
4343
  {
4361
4344
  "kind": "js",
4362
- "name": "Avatar",
4345
+ "name": "Badge",
4363
4346
  "declaration": {
4364
- "name": "Avatar",
4365
- "module": "src/avatar/avatar.ts"
4347
+ "name": "Badge",
4348
+ "module": "src/badge/badge.ts"
4366
4349
  }
4367
4350
  },
4368
4351
  {
4369
4352
  "kind": "js",
4370
- "name": "zeroAvatar",
4353
+ "name": "zeroBadge",
4371
4354
  "declaration": {
4372
- "name": "zeroAvatar",
4373
- "module": "src/avatar/avatar.ts"
4355
+ "name": "zeroBadge",
4356
+ "module": "src/badge/badge.ts"
4374
4357
  }
4375
4358
  }
4376
4359
  ]
4377
4360
  },
4378
4361
  {
4379
4362
  "kind": "javascript-module",
4380
- "path": "src/avatar/index.ts",
4363
+ "path": "src/badge/index.ts",
4381
4364
  "declarations": [],
4382
4365
  "exports": [
4383
4366
  {
@@ -4385,7 +4368,7 @@
4385
4368
  "name": "*",
4386
4369
  "declaration": {
4387
4370
  "name": "*",
4388
- "package": "./avatar"
4371
+ "package": "./badge"
4389
4372
  }
4390
4373
  },
4391
4374
  {
@@ -4393,7 +4376,7 @@
4393
4376
  "name": "*",
4394
4377
  "declaration": {
4395
4378
  "name": "*",
4396
- "package": "./avatar.styles"
4379
+ "package": "./badge.styles"
4397
4380
  }
4398
4381
  },
4399
4382
  {
@@ -4401,18 +4384,18 @@
4401
4384
  "name": "*",
4402
4385
  "declaration": {
4403
4386
  "name": "*",
4404
- "package": "./avatar.template"
4387
+ "package": "./badge.template"
4405
4388
  }
4406
4389
  }
4407
4390
  ]
4408
4391
  },
4409
4392
  {
4410
4393
  "kind": "javascript-module",
4411
- "path": "src/badge/badge.styles.ts",
4394
+ "path": "src/avatar/avatar.styles.ts",
4412
4395
  "declarations": [
4413
4396
  {
4414
4397
  "kind": "function",
4415
- "name": "zeroBadgeStyles",
4398
+ "name": "zeroAvatarStyles",
4416
4399
  "return": {
4417
4400
  "type": {
4418
4401
  "text": "ElementStyles"
@@ -4437,24 +4420,24 @@
4437
4420
  "exports": [
4438
4421
  {
4439
4422
  "kind": "js",
4440
- "name": "zeroBadgeStyles",
4423
+ "name": "zeroAvatarStyles",
4441
4424
  "declaration": {
4442
- "name": "zeroBadgeStyles",
4443
- "module": "src/badge/badge.styles.ts"
4425
+ "name": "zeroAvatarStyles",
4426
+ "module": "src/avatar/avatar.styles.ts"
4444
4427
  }
4445
4428
  }
4446
4429
  ]
4447
4430
  },
4448
4431
  {
4449
4432
  "kind": "javascript-module",
4450
- "path": "src/badge/badge.template.ts",
4433
+ "path": "src/avatar/avatar.template.ts",
4451
4434
  "declarations": [
4452
4435
  {
4453
4436
  "kind": "function",
4454
- "name": "zeroBadgeTemplate",
4437
+ "name": "zeroAvatarTemplate",
4455
4438
  "return": {
4456
4439
  "type": {
4457
- "text": "ViewTemplate<Badge>"
4440
+ "text": "ViewTemplate<Avatar>"
4458
4441
  }
4459
4442
  },
4460
4443
  "parameters": [
@@ -4476,27 +4459,27 @@
4476
4459
  "exports": [
4477
4460
  {
4478
4461
  "kind": "js",
4479
- "name": "zeroBadgeTemplate",
4462
+ "name": "zeroAvatarTemplate",
4480
4463
  "declaration": {
4481
- "name": "zeroBadgeTemplate",
4482
- "module": "src/badge/badge.template.ts"
4464
+ "name": "zeroAvatarTemplate",
4465
+ "module": "src/avatar/avatar.template.ts"
4483
4466
  }
4484
4467
  }
4485
4468
  ]
4486
4469
  },
4487
4470
  {
4488
4471
  "kind": "javascript-module",
4489
- "path": "src/badge/badge.ts",
4472
+ "path": "src/avatar/avatar.ts",
4490
4473
  "declarations": [
4491
4474
  {
4492
4475
  "kind": "class",
4493
4476
  "description": "",
4494
- "name": "Badge",
4477
+ "name": "Avatar",
4495
4478
  "superclass": {
4496
- "name": "FoundationBadge",
4479
+ "name": "FoundationAvatar",
4497
4480
  "package": "@genesislcap/foundation-ui"
4498
4481
  },
4499
- "tagName": "%%prefix%%-badge",
4482
+ "tagName": "%%prefix%%-avatar",
4500
4483
  "customElement": true,
4501
4484
  "attributes": [
4502
4485
  {
@@ -4504,11 +4487,11 @@
4504
4487
  "type": {
4505
4488
  "text": "string"
4506
4489
  },
4507
- "description": "Indicates the badge should have a filled style.",
4490
+ "description": "Indicates the Avatar should have a color fill.",
4508
4491
  "fieldName": "fill",
4509
4492
  "inheritedFrom": {
4510
- "name": "Badge",
4511
- "module": "src/badge/badge.ts"
4493
+ "name": "Avatar",
4494
+ "module": "src/avatar/avatar.ts"
4512
4495
  }
4513
4496
  },
4514
4497
  {
@@ -4516,22 +4499,35 @@
4516
4499
  "type": {
4517
4500
  "text": "string"
4518
4501
  },
4519
- "description": "Indicates the badge should have a filled style.",
4502
+ "description": "Indicates the Avatar should have a text color.",
4520
4503
  "fieldName": "color",
4521
4504
  "inheritedFrom": {
4522
- "name": "Badge",
4523
- "module": "src/badge/badge.ts"
4505
+ "name": "Avatar",
4506
+ "module": "src/avatar/avatar.ts"
4524
4507
  }
4525
4508
  },
4526
4509
  {
4510
+ "name": "link",
4527
4511
  "type": {
4528
- "text": "boolean"
4512
+ "text": "string"
4529
4513
  },
4530
- "description": "Indicates the element should be circular",
4531
- "fieldName": "circular",
4514
+ "description": "Indicates the Avatar should have url link",
4515
+ "fieldName": "link",
4532
4516
  "inheritedFrom": {
4533
- "name": "Badge",
4534
- "module": "src/badge/badge.ts"
4517
+ "name": "Avatar",
4518
+ "module": "src/avatar/avatar.ts"
4519
+ }
4520
+ },
4521
+ {
4522
+ "name": "shape",
4523
+ "type": {
4524
+ "text": "AvatarShape"
4525
+ },
4526
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4527
+ "fieldName": "shape",
4528
+ "inheritedFrom": {
4529
+ "name": "Avatar",
4530
+ "module": "src/avatar/avatar.ts"
4535
4531
  }
4536
4532
  }
4537
4533
  ],
@@ -4543,10 +4539,10 @@
4543
4539
  "text": "string"
4544
4540
  },
4545
4541
  "privacy": "public",
4546
- "description": "Indicates the badge should have a filled style.",
4542
+ "description": "Indicates the Avatar should have a color fill.",
4547
4543
  "inheritedFrom": {
4548
- "name": "Badge",
4549
- "module": "src/badge/badge.ts"
4544
+ "name": "Avatar",
4545
+ "module": "src/avatar/avatar.ts"
4550
4546
  }
4551
4547
  },
4552
4548
  {
@@ -4556,32 +4552,36 @@
4556
4552
  "text": "string"
4557
4553
  },
4558
4554
  "privacy": "public",
4559
- "description": "Indicates the badge should have a filled style.",
4555
+ "description": "Indicates the Avatar should have a text color.",
4560
4556
  "inheritedFrom": {
4561
- "name": "Badge",
4562
- "module": "src/badge/badge.ts"
4557
+ "name": "Avatar",
4558
+ "module": "src/avatar/avatar.ts"
4563
4559
  }
4564
4560
  },
4565
4561
  {
4566
4562
  "kind": "field",
4567
- "name": "circular",
4563
+ "name": "link",
4568
4564
  "type": {
4569
- "text": "boolean"
4565
+ "text": "string"
4570
4566
  },
4571
4567
  "privacy": "public",
4572
- "description": "Indicates the element should be circular",
4568
+ "description": "Indicates the Avatar should have url link",
4573
4569
  "inheritedFrom": {
4574
- "name": "Badge",
4575
- "module": "src/badge/badge.ts"
4570
+ "name": "Avatar",
4571
+ "module": "src/avatar/avatar.ts"
4576
4572
  }
4577
4573
  },
4578
4574
  {
4579
4575
  "kind": "field",
4580
- "name": "generateBadgeStyle",
4576
+ "name": "shape",
4577
+ "type": {
4578
+ "text": "AvatarShape"
4579
+ },
4581
4580
  "privacy": "public",
4581
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4582
4582
  "inheritedFrom": {
4583
- "name": "Badge",
4584
- "module": "src/badge/badge.ts"
4583
+ "name": "Avatar",
4584
+ "module": "src/avatar/avatar.ts"
4585
4585
  }
4586
4586
  },
4587
4587
  {
@@ -4593,8 +4593,8 @@
4593
4593
  "privacy": "private",
4594
4594
  "default": "void 0",
4595
4595
  "inheritedFrom": {
4596
- "name": "Badge",
4597
- "module": "src/badge/badge.ts"
4596
+ "name": "Avatar",
4597
+ "module": "src/avatar/avatar.ts"
4598
4598
  }
4599
4599
  },
4600
4600
  {
@@ -4606,8 +4606,8 @@
4606
4606
  "privacy": "public",
4607
4607
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4608
4608
  "inheritedFrom": {
4609
- "name": "Badge",
4610
- "module": "src/badge/badge.ts"
4609
+ "name": "Avatar",
4610
+ "module": "src/avatar/avatar.ts"
4611
4611
  }
4612
4612
  },
4613
4613
  {
@@ -4619,8 +4619,8 @@
4619
4619
  "privacy": "public",
4620
4620
  "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
4621
  "inheritedFrom": {
4622
- "name": "Badge",
4623
- "module": "src/badge/badge.ts"
4622
+ "name": "Avatar",
4623
+ "module": "src/avatar/avatar.ts"
4624
4624
  }
4625
4625
  },
4626
4626
  {
@@ -4633,8 +4633,8 @@
4633
4633
  }
4634
4634
  },
4635
4635
  "inheritedFrom": {
4636
- "name": "Badge",
4637
- "module": "src/badge/badge.ts"
4636
+ "name": "Avatar",
4637
+ "module": "src/avatar/avatar.ts"
4638
4638
  }
4639
4639
  },
4640
4640
  {
@@ -4646,8 +4646,8 @@
4646
4646
  "privacy": "public",
4647
4647
  "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
4648
  "inheritedFrom": {
4649
- "name": "Badge",
4650
- "module": "src/badge/badge.ts"
4649
+ "name": "Avatar",
4650
+ "module": "src/avatar/avatar.ts"
4651
4651
  }
4652
4652
  },
4653
4653
  {
@@ -4660,8 +4660,8 @@
4660
4660
  }
4661
4661
  },
4662
4662
  "inheritedFrom": {
4663
- "name": "Badge",
4664
- "module": "src/badge/badge.ts"
4663
+ "name": "Avatar",
4664
+ "module": "src/avatar/avatar.ts"
4665
4665
  }
4666
4666
  },
4667
4667
  {
@@ -4691,39 +4691,39 @@
4691
4691
  ],
4692
4692
  "description": "Defines an element registry function with a set of element definition defaults.",
4693
4693
  "inheritedFrom": {
4694
- "name": "Badge",
4695
- "module": "src/badge/badge.ts"
4694
+ "name": "Avatar",
4695
+ "module": "src/avatar/avatar.ts"
4696
4696
  }
4697
4697
  }
4698
4698
  ]
4699
4699
  },
4700
4700
  {
4701
4701
  "kind": "variable",
4702
- "name": "zeroBadge"
4702
+ "name": "zeroAvatar"
4703
4703
  }
4704
4704
  ],
4705
4705
  "exports": [
4706
4706
  {
4707
4707
  "kind": "js",
4708
- "name": "Badge",
4708
+ "name": "Avatar",
4709
4709
  "declaration": {
4710
- "name": "Badge",
4711
- "module": "src/badge/badge.ts"
4710
+ "name": "Avatar",
4711
+ "module": "src/avatar/avatar.ts"
4712
4712
  }
4713
4713
  },
4714
4714
  {
4715
4715
  "kind": "js",
4716
- "name": "zeroBadge",
4716
+ "name": "zeroAvatar",
4717
4717
  "declaration": {
4718
- "name": "zeroBadge",
4719
- "module": "src/badge/badge.ts"
4718
+ "name": "zeroAvatar",
4719
+ "module": "src/avatar/avatar.ts"
4720
4720
  }
4721
4721
  }
4722
4722
  ]
4723
4723
  },
4724
4724
  {
4725
4725
  "kind": "javascript-module",
4726
- "path": "src/badge/index.ts",
4726
+ "path": "src/avatar/index.ts",
4727
4727
  "declarations": [],
4728
4728
  "exports": [
4729
4729
  {
@@ -4731,7 +4731,7 @@
4731
4731
  "name": "*",
4732
4732
  "declaration": {
4733
4733
  "name": "*",
4734
- "package": "./badge"
4734
+ "package": "./avatar"
4735
4735
  }
4736
4736
  },
4737
4737
  {
@@ -4739,7 +4739,7 @@
4739
4739
  "name": "*",
4740
4740
  "declaration": {
4741
4741
  "name": "*",
4742
- "package": "./badge.styles"
4742
+ "package": "./avatar.styles"
4743
4743
  }
4744
4744
  },
4745
4745
  {
@@ -4747,7 +4747,7 @@
4747
4747
  "name": "*",
4748
4748
  "declaration": {
4749
4749
  "name": "*",
4750
- "package": "./badge.template"
4750
+ "package": "./avatar.template"
4751
4751
  }
4752
4752
  }
4753
4753
  ]
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.387.0",
4
+ "version": "14.387.1",
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.387.0",
75
- "@genesislcap/rollup-builder": "14.387.0",
76
- "@genesislcap/ts-builder": "14.387.0",
77
- "@genesislcap/uvu-playwright-builder": "14.387.0",
78
- "@genesislcap/vite-builder": "14.387.0",
79
- "@genesislcap/webpack-builder": "14.387.0"
74
+ "@genesislcap/genx": "14.387.1",
75
+ "@genesislcap/rollup-builder": "14.387.1",
76
+ "@genesislcap/ts-builder": "14.387.1",
77
+ "@genesislcap/uvu-playwright-builder": "14.387.1",
78
+ "@genesislcap/vite-builder": "14.387.1",
79
+ "@genesislcap/webpack-builder": "14.387.1"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.387.0",
83
- "@genesislcap/foundation-logger": "14.387.0",
84
- "@genesislcap/foundation-ui": "14.387.0",
85
- "@genesislcap/foundation-utils": "14.387.0",
82
+ "@genesislcap/foundation-comms": "14.387.1",
83
+ "@genesislcap/foundation-logger": "14.387.1",
84
+ "@genesislcap/foundation-ui": "14.387.1",
85
+ "@genesislcap/foundation-utils": "14.387.1",
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": "0e0b8fa3af6755e41cbd83e993e25e4de68e4d98"
101
+ "gitHead": "754f423962e6ff9eec79df7c3cab4df32bcbbeef"
102
102
  }