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