@genesislcap/foundation-ui 14.490.0 → 14.491.0-GENC-1390.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.
@@ -1406,6 +1406,37 @@
1406
1406
  }
1407
1407
  ]
1408
1408
  },
1409
+ {
1410
+ "kind": "javascript-module",
1411
+ "path": "src/_config/index.ts",
1412
+ "declarations": [],
1413
+ "exports": [
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./styles"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./tokens"
1428
+ }
1429
+ },
1430
+ {
1431
+ "kind": "js",
1432
+ "name": "*",
1433
+ "declaration": {
1434
+ "name": "*",
1435
+ "package": "./values"
1436
+ }
1437
+ }
1438
+ ]
1439
+ },
1409
1440
  {
1410
1441
  "kind": "javascript-module",
1411
1442
  "path": "src/accordion/accordion.styles.ts",
@@ -1921,37 +1952,6 @@
1921
1952
  }
1922
1953
  ]
1923
1954
  },
1924
- {
1925
- "kind": "javascript-module",
1926
- "path": "src/_config/index.ts",
1927
- "declarations": [],
1928
- "exports": [
1929
- {
1930
- "kind": "js",
1931
- "name": "*",
1932
- "declaration": {
1933
- "name": "*",
1934
- "package": "./styles"
1935
- }
1936
- },
1937
- {
1938
- "kind": "js",
1939
- "name": "*",
1940
- "declaration": {
1941
- "name": "*",
1942
- "package": "./tokens"
1943
- }
1944
- },
1945
- {
1946
- "kind": "js",
1947
- "name": "*",
1948
- "declaration": {
1949
- "name": "*",
1950
- "package": "./values"
1951
- }
1952
- }
1953
- ]
1954
- },
1955
1955
  {
1956
1956
  "kind": "javascript-module",
1957
1957
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -6075,11 +6075,11 @@
6075
6075
  },
6076
6076
  {
6077
6077
  "kind": "javascript-module",
6078
- "path": "src/badge/badge.styles.ts",
6078
+ "path": "src/avatar/avatar.styles.ts",
6079
6079
  "declarations": [
6080
6080
  {
6081
6081
  "kind": "function",
6082
- "name": "foundationBadgeStyles",
6082
+ "name": "foundationAvatarStyles",
6083
6083
  "return": {
6084
6084
  "type": {
6085
6085
  "text": "ElementStyles"
@@ -6104,24 +6104,24 @@
6104
6104
  "exports": [
6105
6105
  {
6106
6106
  "kind": "js",
6107
- "name": "foundationBadgeStyles",
6107
+ "name": "foundationAvatarStyles",
6108
6108
  "declaration": {
6109
- "name": "foundationBadgeStyles",
6110
- "module": "src/badge/badge.styles.ts"
6109
+ "name": "foundationAvatarStyles",
6110
+ "module": "src/avatar/avatar.styles.ts"
6111
6111
  }
6112
6112
  }
6113
6113
  ]
6114
6114
  },
6115
6115
  {
6116
6116
  "kind": "javascript-module",
6117
- "path": "src/badge/badge.template.ts",
6117
+ "path": "src/avatar/avatar.template.ts",
6118
6118
  "declarations": [
6119
6119
  {
6120
6120
  "kind": "function",
6121
- "name": "foundationBadgeTemplate",
6121
+ "name": "foundationAvatarTemplate",
6122
6122
  "return": {
6123
6123
  "type": {
6124
- "text": "ViewTemplate<Badge>"
6124
+ "text": "ViewTemplate<Avatar>"
6125
6125
  }
6126
6126
  },
6127
6127
  "parameters": [
@@ -6138,32 +6138,45 @@
6138
6138
  }
6139
6139
  }
6140
6140
  ]
6141
+ },
6142
+ {
6143
+ "kind": "variable",
6144
+ "name": "media",
6145
+ "default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
6141
6146
  }
6142
6147
  ],
6143
6148
  "exports": [
6144
6149
  {
6145
6150
  "kind": "js",
6146
- "name": "foundationBadgeTemplate",
6151
+ "name": "foundationAvatarTemplate",
6147
6152
  "declaration": {
6148
- "name": "foundationBadgeTemplate",
6149
- "module": "src/badge/badge.template.ts"
6153
+ "name": "foundationAvatarTemplate",
6154
+ "module": "src/avatar/avatar.template.ts"
6155
+ }
6156
+ },
6157
+ {
6158
+ "kind": "js",
6159
+ "name": "media",
6160
+ "declaration": {
6161
+ "name": "media",
6162
+ "module": "src/avatar/avatar.template.ts"
6150
6163
  }
6151
6164
  }
6152
6165
  ]
6153
6166
  },
6154
6167
  {
6155
6168
  "kind": "javascript-module",
6156
- "path": "src/badge/badge.ts",
6169
+ "path": "src/avatar/avatar.ts",
6157
6170
  "declarations": [
6158
6171
  {
6159
6172
  "kind": "class",
6160
6173
  "description": "",
6161
- "name": "Badge",
6174
+ "name": "Avatar",
6162
6175
  "superclass": {
6163
- "name": "FASTBadge",
6176
+ "name": "FASTAvatar",
6164
6177
  "package": "@microsoft/fast-components"
6165
6178
  },
6166
- "tagName": "%%prefix%%-badge",
6179
+ "tagName": "%%prefix%%-avatar",
6167
6180
  "customElement": true,
6168
6181
  "attributes": [
6169
6182
  {
@@ -6171,11 +6184,11 @@
6171
6184
  "type": {
6172
6185
  "text": "string"
6173
6186
  },
6174
- "description": "Indicates the badge should have a filled style.",
6187
+ "description": "Indicates the Avatar should have a color fill.",
6175
6188
  "fieldName": "fill",
6176
6189
  "inheritedFrom": {
6177
- "name": "Badge",
6178
- "module": "src/badge/badge.ts"
6190
+ "name": "Avatar",
6191
+ "module": "src/avatar/avatar.ts"
6179
6192
  }
6180
6193
  },
6181
6194
  {
@@ -6183,22 +6196,35 @@
6183
6196
  "type": {
6184
6197
  "text": "string"
6185
6198
  },
6186
- "description": "Indicates the badge should have a filled style.",
6199
+ "description": "Indicates the Avatar should have a text color.",
6187
6200
  "fieldName": "color",
6188
6201
  "inheritedFrom": {
6189
- "name": "Badge",
6190
- "module": "src/badge/badge.ts"
6202
+ "name": "Avatar",
6203
+ "module": "src/avatar/avatar.ts"
6191
6204
  }
6192
6205
  },
6193
6206
  {
6207
+ "name": "link",
6194
6208
  "type": {
6195
- "text": "boolean"
6209
+ "text": "string"
6196
6210
  },
6197
- "description": "Indicates the element should be circular",
6198
- "fieldName": "circular",
6211
+ "description": "Indicates the Avatar should have url link",
6212
+ "fieldName": "link",
6199
6213
  "inheritedFrom": {
6200
- "name": "Badge",
6201
- "module": "src/badge/badge.ts"
6214
+ "name": "Avatar",
6215
+ "module": "src/avatar/avatar.ts"
6216
+ }
6217
+ },
6218
+ {
6219
+ "name": "shape",
6220
+ "type": {
6221
+ "text": "AvatarShape"
6222
+ },
6223
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
6224
+ "fieldName": "shape",
6225
+ "inheritedFrom": {
6226
+ "name": "Avatar",
6227
+ "module": "src/avatar/avatar.ts"
6202
6228
  }
6203
6229
  }
6204
6230
  ],
@@ -6210,10 +6236,10 @@
6210
6236
  "text": "string"
6211
6237
  },
6212
6238
  "privacy": "public",
6213
- "description": "Indicates the badge should have a filled style.",
6239
+ "description": "Indicates the Avatar should have a color fill.",
6214
6240
  "inheritedFrom": {
6215
- "name": "Badge",
6216
- "module": "src/badge/badge.ts"
6241
+ "name": "Avatar",
6242
+ "module": "src/avatar/avatar.ts"
6217
6243
  }
6218
6244
  },
6219
6245
  {
@@ -6223,32 +6249,36 @@
6223
6249
  "text": "string"
6224
6250
  },
6225
6251
  "privacy": "public",
6226
- "description": "Indicates the badge should have a filled style.",
6252
+ "description": "Indicates the Avatar should have a text color.",
6227
6253
  "inheritedFrom": {
6228
- "name": "Badge",
6229
- "module": "src/badge/badge.ts"
6254
+ "name": "Avatar",
6255
+ "module": "src/avatar/avatar.ts"
6230
6256
  }
6231
6257
  },
6232
6258
  {
6233
6259
  "kind": "field",
6234
- "name": "circular",
6260
+ "name": "link",
6235
6261
  "type": {
6236
- "text": "boolean"
6262
+ "text": "string"
6237
6263
  },
6238
6264
  "privacy": "public",
6239
- "description": "Indicates the element should be circular",
6265
+ "description": "Indicates the Avatar should have url link",
6240
6266
  "inheritedFrom": {
6241
- "name": "Badge",
6242
- "module": "src/badge/badge.ts"
6267
+ "name": "Avatar",
6268
+ "module": "src/avatar/avatar.ts"
6243
6269
  }
6244
6270
  },
6245
6271
  {
6246
6272
  "kind": "field",
6247
- "name": "generateBadgeStyle",
6273
+ "name": "shape",
6274
+ "type": {
6275
+ "text": "AvatarShape"
6276
+ },
6248
6277
  "privacy": "public",
6278
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
6249
6279
  "inheritedFrom": {
6250
- "name": "Badge",
6251
- "module": "src/badge/badge.ts"
6280
+ "name": "Avatar",
6281
+ "module": "src/avatar/avatar.ts"
6252
6282
  }
6253
6283
  },
6254
6284
  {
@@ -6366,65 +6396,65 @@
6366
6396
  },
6367
6397
  {
6368
6398
  "kind": "variable",
6369
- "name": "foundationBadgeShadowOptions",
6399
+ "name": "foundationAvatarShadowOptions",
6370
6400
  "type": {
6371
6401
  "text": "ShadowRootInit"
6372
6402
  },
6373
- "default": "undefined"
6403
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
6374
6404
  },
6375
6405
  {
6376
6406
  "kind": "variable",
6377
- "name": "defaultBadgeConfig",
6407
+ "name": "defaultAvatarConfig",
6378
6408
  "type": {
6379
6409
  "text": "object"
6380
6410
  },
6381
- "default": "{}"
6411
+ "default": "{\n media: mediaTemplate,\n}"
6382
6412
  },
6383
6413
  {
6384
6414
  "kind": "variable",
6385
- "name": "foundationBadge",
6386
- "description": "The Foundation Badge",
6415
+ "name": "foundationAvatar",
6416
+ "description": "The Foundation Avatar",
6387
6417
  "privacy": "public"
6388
6418
  }
6389
6419
  ],
6390
6420
  "exports": [
6391
6421
  {
6392
6422
  "kind": "js",
6393
- "name": "Badge",
6423
+ "name": "Avatar",
6394
6424
  "declaration": {
6395
- "name": "Badge",
6396
- "module": "src/badge/badge.ts"
6425
+ "name": "Avatar",
6426
+ "module": "src/avatar/avatar.ts"
6397
6427
  }
6398
6428
  },
6399
6429
  {
6400
6430
  "kind": "js",
6401
- "name": "foundationBadgeShadowOptions",
6431
+ "name": "foundationAvatarShadowOptions",
6402
6432
  "declaration": {
6403
- "name": "foundationBadgeShadowOptions",
6404
- "module": "src/badge/badge.ts"
6433
+ "name": "foundationAvatarShadowOptions",
6434
+ "module": "src/avatar/avatar.ts"
6405
6435
  }
6406
6436
  },
6407
6437
  {
6408
6438
  "kind": "js",
6409
- "name": "defaultBadgeConfig",
6439
+ "name": "defaultAvatarConfig",
6410
6440
  "declaration": {
6411
- "name": "defaultBadgeConfig",
6412
- "module": "src/badge/badge.ts"
6441
+ "name": "defaultAvatarConfig",
6442
+ "module": "src/avatar/avatar.ts"
6413
6443
  }
6414
6444
  },
6415
6445
  {
6416
6446
  "kind": "js",
6417
- "name": "foundationBadge",
6447
+ "name": "foundationAvatar",
6418
6448
  "declaration": {
6419
- "name": "foundationBadge",
6420
- "module": "src/badge/badge.ts"
6449
+ "name": "foundationAvatar",
6450
+ "module": "src/avatar/avatar.ts"
6421
6451
  }
6422
6452
  }
6423
6453
  ]
6424
6454
  },
6425
6455
  {
6426
6456
  "kind": "javascript-module",
6427
- "path": "src/badge/index.ts",
6457
+ "path": "src/avatar/index.ts",
6428
6458
  "declarations": [],
6429
6459
  "exports": [
6430
6460
  {
@@ -6432,7 +6462,7 @@
6432
6462
  "name": "*",
6433
6463
  "declaration": {
6434
6464
  "name": "*",
6435
- "package": "./badge.template"
6465
+ "package": "./avatar.template"
6436
6466
  }
6437
6467
  },
6438
6468
  {
@@ -6440,7 +6470,7 @@
6440
6470
  "name": "*",
6441
6471
  "declaration": {
6442
6472
  "name": "*",
6443
- "package": "./badge.styles"
6473
+ "package": "./avatar.styles"
6444
6474
  }
6445
6475
  },
6446
6476
  {
@@ -6448,18 +6478,18 @@
6448
6478
  "name": "*",
6449
6479
  "declaration": {
6450
6480
  "name": "*",
6451
- "package": "./badge"
6481
+ "package": "./avatar"
6452
6482
  }
6453
6483
  }
6454
6484
  ]
6455
6485
  },
6456
6486
  {
6457
6487
  "kind": "javascript-module",
6458
- "path": "src/avatar/avatar.styles.ts",
6488
+ "path": "src/badge/badge.styles.ts",
6459
6489
  "declarations": [
6460
6490
  {
6461
6491
  "kind": "function",
6462
- "name": "foundationAvatarStyles",
6492
+ "name": "foundationBadgeStyles",
6463
6493
  "return": {
6464
6494
  "type": {
6465
6495
  "text": "ElementStyles"
@@ -6484,24 +6514,24 @@
6484
6514
  "exports": [
6485
6515
  {
6486
6516
  "kind": "js",
6487
- "name": "foundationAvatarStyles",
6517
+ "name": "foundationBadgeStyles",
6488
6518
  "declaration": {
6489
- "name": "foundationAvatarStyles",
6490
- "module": "src/avatar/avatar.styles.ts"
6519
+ "name": "foundationBadgeStyles",
6520
+ "module": "src/badge/badge.styles.ts"
6491
6521
  }
6492
6522
  }
6493
6523
  ]
6494
6524
  },
6495
6525
  {
6496
6526
  "kind": "javascript-module",
6497
- "path": "src/avatar/avatar.template.ts",
6527
+ "path": "src/badge/badge.template.ts",
6498
6528
  "declarations": [
6499
6529
  {
6500
6530
  "kind": "function",
6501
- "name": "foundationAvatarTemplate",
6531
+ "name": "foundationBadgeTemplate",
6502
6532
  "return": {
6503
6533
  "type": {
6504
- "text": "ViewTemplate<Avatar>"
6534
+ "text": "ViewTemplate<Badge>"
6505
6535
  }
6506
6536
  },
6507
6537
  "parameters": [
@@ -6518,45 +6548,32 @@
6518
6548
  }
6519
6549
  }
6520
6550
  ]
6521
- },
6522
- {
6523
- "kind": "variable",
6524
- "name": "media",
6525
- "default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
6526
6551
  }
6527
6552
  ],
6528
6553
  "exports": [
6529
6554
  {
6530
6555
  "kind": "js",
6531
- "name": "foundationAvatarTemplate",
6532
- "declaration": {
6533
- "name": "foundationAvatarTemplate",
6534
- "module": "src/avatar/avatar.template.ts"
6535
- }
6536
- },
6537
- {
6538
- "kind": "js",
6539
- "name": "media",
6556
+ "name": "foundationBadgeTemplate",
6540
6557
  "declaration": {
6541
- "name": "media",
6542
- "module": "src/avatar/avatar.template.ts"
6558
+ "name": "foundationBadgeTemplate",
6559
+ "module": "src/badge/badge.template.ts"
6543
6560
  }
6544
6561
  }
6545
6562
  ]
6546
6563
  },
6547
6564
  {
6548
6565
  "kind": "javascript-module",
6549
- "path": "src/avatar/avatar.ts",
6566
+ "path": "src/badge/badge.ts",
6550
6567
  "declarations": [
6551
6568
  {
6552
6569
  "kind": "class",
6553
6570
  "description": "",
6554
- "name": "Avatar",
6571
+ "name": "Badge",
6555
6572
  "superclass": {
6556
- "name": "FASTAvatar",
6573
+ "name": "FASTBadge",
6557
6574
  "package": "@microsoft/fast-components"
6558
6575
  },
6559
- "tagName": "%%prefix%%-avatar",
6576
+ "tagName": "%%prefix%%-badge",
6560
6577
  "customElement": true,
6561
6578
  "attributes": [
6562
6579
  {
@@ -6564,11 +6581,11 @@
6564
6581
  "type": {
6565
6582
  "text": "string"
6566
6583
  },
6567
- "description": "Indicates the Avatar should have a color fill.",
6584
+ "description": "Indicates the badge should have a filled style.",
6568
6585
  "fieldName": "fill",
6569
6586
  "inheritedFrom": {
6570
- "name": "Avatar",
6571
- "module": "src/avatar/avatar.ts"
6587
+ "name": "Badge",
6588
+ "module": "src/badge/badge.ts"
6572
6589
  }
6573
6590
  },
6574
6591
  {
@@ -6576,35 +6593,22 @@
6576
6593
  "type": {
6577
6594
  "text": "string"
6578
6595
  },
6579
- "description": "Indicates the Avatar should have a text color.",
6596
+ "description": "Indicates the badge should have a filled style.",
6580
6597
  "fieldName": "color",
6581
6598
  "inheritedFrom": {
6582
- "name": "Avatar",
6583
- "module": "src/avatar/avatar.ts"
6584
- }
6585
- },
6586
- {
6587
- "name": "link",
6588
- "type": {
6589
- "text": "string"
6590
- },
6591
- "description": "Indicates the Avatar should have url link",
6592
- "fieldName": "link",
6593
- "inheritedFrom": {
6594
- "name": "Avatar",
6595
- "module": "src/avatar/avatar.ts"
6599
+ "name": "Badge",
6600
+ "module": "src/badge/badge.ts"
6596
6601
  }
6597
6602
  },
6598
6603
  {
6599
- "name": "shape",
6600
6604
  "type": {
6601
- "text": "AvatarShape"
6605
+ "text": "boolean"
6602
6606
  },
6603
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
6604
- "fieldName": "shape",
6607
+ "description": "Indicates the element should be circular",
6608
+ "fieldName": "circular",
6605
6609
  "inheritedFrom": {
6606
- "name": "Avatar",
6607
- "module": "src/avatar/avatar.ts"
6610
+ "name": "Badge",
6611
+ "module": "src/badge/badge.ts"
6608
6612
  }
6609
6613
  }
6610
6614
  ],
@@ -6616,10 +6620,10 @@
6616
6620
  "text": "string"
6617
6621
  },
6618
6622
  "privacy": "public",
6619
- "description": "Indicates the Avatar should have a color fill.",
6623
+ "description": "Indicates the badge should have a filled style.",
6620
6624
  "inheritedFrom": {
6621
- "name": "Avatar",
6622
- "module": "src/avatar/avatar.ts"
6625
+ "name": "Badge",
6626
+ "module": "src/badge/badge.ts"
6623
6627
  }
6624
6628
  },
6625
6629
  {
@@ -6629,36 +6633,32 @@
6629
6633
  "text": "string"
6630
6634
  },
6631
6635
  "privacy": "public",
6632
- "description": "Indicates the Avatar should have a text color.",
6636
+ "description": "Indicates the badge should have a filled style.",
6633
6637
  "inheritedFrom": {
6634
- "name": "Avatar",
6635
- "module": "src/avatar/avatar.ts"
6638
+ "name": "Badge",
6639
+ "module": "src/badge/badge.ts"
6636
6640
  }
6637
6641
  },
6638
6642
  {
6639
6643
  "kind": "field",
6640
- "name": "link",
6644
+ "name": "circular",
6641
6645
  "type": {
6642
- "text": "string"
6646
+ "text": "boolean"
6643
6647
  },
6644
6648
  "privacy": "public",
6645
- "description": "Indicates the Avatar should have url link",
6649
+ "description": "Indicates the element should be circular",
6646
6650
  "inheritedFrom": {
6647
- "name": "Avatar",
6648
- "module": "src/avatar/avatar.ts"
6651
+ "name": "Badge",
6652
+ "module": "src/badge/badge.ts"
6649
6653
  }
6650
6654
  },
6651
6655
  {
6652
6656
  "kind": "field",
6653
- "name": "shape",
6654
- "type": {
6655
- "text": "AvatarShape"
6656
- },
6657
+ "name": "generateBadgeStyle",
6657
6658
  "privacy": "public",
6658
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
6659
6659
  "inheritedFrom": {
6660
- "name": "Avatar",
6661
- "module": "src/avatar/avatar.ts"
6660
+ "name": "Badge",
6661
+ "module": "src/badge/badge.ts"
6662
6662
  }
6663
6663
  },
6664
6664
  {
@@ -6776,65 +6776,65 @@
6776
6776
  },
6777
6777
  {
6778
6778
  "kind": "variable",
6779
- "name": "foundationAvatarShadowOptions",
6779
+ "name": "foundationBadgeShadowOptions",
6780
6780
  "type": {
6781
6781
  "text": "ShadowRootInit"
6782
6782
  },
6783
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
6783
+ "default": "undefined"
6784
6784
  },
6785
6785
  {
6786
6786
  "kind": "variable",
6787
- "name": "defaultAvatarConfig",
6787
+ "name": "defaultBadgeConfig",
6788
6788
  "type": {
6789
6789
  "text": "object"
6790
6790
  },
6791
- "default": "{\n media: mediaTemplate,\n}"
6791
+ "default": "{}"
6792
6792
  },
6793
6793
  {
6794
6794
  "kind": "variable",
6795
- "name": "foundationAvatar",
6796
- "description": "The Foundation Avatar",
6795
+ "name": "foundationBadge",
6796
+ "description": "The Foundation Badge",
6797
6797
  "privacy": "public"
6798
6798
  }
6799
6799
  ],
6800
6800
  "exports": [
6801
6801
  {
6802
6802
  "kind": "js",
6803
- "name": "Avatar",
6803
+ "name": "Badge",
6804
6804
  "declaration": {
6805
- "name": "Avatar",
6806
- "module": "src/avatar/avatar.ts"
6805
+ "name": "Badge",
6806
+ "module": "src/badge/badge.ts"
6807
6807
  }
6808
6808
  },
6809
6809
  {
6810
6810
  "kind": "js",
6811
- "name": "foundationAvatarShadowOptions",
6811
+ "name": "foundationBadgeShadowOptions",
6812
6812
  "declaration": {
6813
- "name": "foundationAvatarShadowOptions",
6814
- "module": "src/avatar/avatar.ts"
6813
+ "name": "foundationBadgeShadowOptions",
6814
+ "module": "src/badge/badge.ts"
6815
6815
  }
6816
6816
  },
6817
6817
  {
6818
6818
  "kind": "js",
6819
- "name": "defaultAvatarConfig",
6819
+ "name": "defaultBadgeConfig",
6820
6820
  "declaration": {
6821
- "name": "defaultAvatarConfig",
6822
- "module": "src/avatar/avatar.ts"
6821
+ "name": "defaultBadgeConfig",
6822
+ "module": "src/badge/badge.ts"
6823
6823
  }
6824
6824
  },
6825
6825
  {
6826
6826
  "kind": "js",
6827
- "name": "foundationAvatar",
6827
+ "name": "foundationBadge",
6828
6828
  "declaration": {
6829
- "name": "foundationAvatar",
6830
- "module": "src/avatar/avatar.ts"
6829
+ "name": "foundationBadge",
6830
+ "module": "src/badge/badge.ts"
6831
6831
  }
6832
6832
  }
6833
6833
  ]
6834
6834
  },
6835
6835
  {
6836
6836
  "kind": "javascript-module",
6837
- "path": "src/avatar/index.ts",
6837
+ "path": "src/badge/index.ts",
6838
6838
  "declarations": [],
6839
6839
  "exports": [
6840
6840
  {
@@ -6842,7 +6842,7 @@
6842
6842
  "name": "*",
6843
6843
  "declaration": {
6844
6844
  "name": "*",
6845
- "package": "./avatar.template"
6845
+ "package": "./badge.template"
6846
6846
  }
6847
6847
  },
6848
6848
  {
@@ -6850,7 +6850,7 @@
6850
6850
  "name": "*",
6851
6851
  "declaration": {
6852
6852
  "name": "*",
6853
- "package": "./avatar.styles"
6853
+ "package": "./badge.styles"
6854
6854
  }
6855
6855
  },
6856
6856
  {
@@ -6858,7 +6858,7 @@
6858
6858
  "name": "*",
6859
6859
  "declaration": {
6860
6860
  "name": "*",
6861
- "package": "./avatar"
6861
+ "package": "./badge"
6862
6862
  }
6863
6863
  }
6864
6864
  ]
@@ -198,23 +198,23 @@ export declare const AnchoredRegion: React.ForwardRefExoticComponent<
198
198
  >;
199
199
  export type AnchoredRegionRef = AnchoredRegionWC;
200
200
 
201
- export declare const Badge: React.ForwardRefExoticComponent<
201
+ export declare const Avatar: React.ForwardRefExoticComponent<
202
202
  React.PropsWithChildren<
203
- Omit<PublicOf<BadgeWC>, 'children' | 'style'> &
203
+ Omit<PublicOf<AvatarWC>, 'children' | 'style'> &
204
204
  HTMLWCProps & {
205
205
  }
206
- > & React.RefAttributes<BadgeWC>
206
+ > & React.RefAttributes<AvatarWC>
207
207
  >;
208
- export type BadgeRef = BadgeWC;
208
+ export type AvatarRef = AvatarWC;
209
209
 
210
- export declare const Avatar: React.ForwardRefExoticComponent<
210
+ export declare const Badge: React.ForwardRefExoticComponent<
211
211
  React.PropsWithChildren<
212
- Omit<PublicOf<AvatarWC>, 'children' | 'style'> &
212
+ Omit<PublicOf<BadgeWC>, 'children' | 'style'> &
213
213
  HTMLWCProps & {
214
214
  }
215
- > & React.RefAttributes<AvatarWC>
215
+ > & React.RefAttributes<BadgeWC>
216
216
  >;
217
- export type AvatarRef = AvatarWC;
217
+ export type BadgeRef = BadgeWC;
218
218
 
219
219
  export declare const Banner: React.ForwardRefExoticComponent<
220
220
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -180,14 +180,14 @@ const AnchoredRegion = React.forwardRef(function AnchoredRegion(props, ref) {
180
180
  return React.createElement(customElements.getName(AnchoredRegionWC) ?? '%%prefix%%-anchored-region', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
181
181
  });
182
182
 
183
- const Badge = React.forwardRef(function Badge(props, ref) {
183
+ const Avatar = React.forwardRef(function Avatar(props, ref) {
184
184
  const { children, ...rest } = props;
185
- return React.createElement(customElements.getName(BadgeWC) ?? '%%prefix%%-badge', { ...rest, ref }, children);
185
+ return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
186
186
  });
187
187
 
188
- const Avatar = React.forwardRef(function Avatar(props, ref) {
188
+ const Badge = React.forwardRef(function Badge(props, ref) {
189
189
  const { children, ...rest } = props;
190
- return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
190
+ return React.createElement(customElements.getName(BadgeWC) ?? '%%prefix%%-badge', { ...rest, ref }, children);
191
191
  });
192
192
 
193
193
  const Banner = React.forwardRef(function Banner(props, ref) {
@@ -1109,8 +1109,8 @@ module.exports = {
1109
1109
  AiIndicator,
1110
1110
  Anchor,
1111
1111
  AnchoredRegion,
1112
- Badge,
1113
1112
  Avatar,
1113
+ Badge,
1114
1114
  Banner,
1115
1115
  Breadcrumb,
1116
1116
  BreadcrumbItem,
package/dist/react.mjs CHANGED
@@ -178,14 +178,14 @@ export const AnchoredRegion = React.forwardRef(function AnchoredRegion(props, re
178
178
  return React.createElement(customElements.getName(AnchoredRegionWC) ?? '%%prefix%%-anchored-region', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
179
179
  });
180
180
 
181
- export const Badge = React.forwardRef(function Badge(props, ref) {
181
+ export const Avatar = React.forwardRef(function Avatar(props, ref) {
182
182
  const { children, ...rest } = props;
183
- return React.createElement(customElements.getName(BadgeWC) ?? '%%prefix%%-badge', { ...rest, ref }, children);
183
+ return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
184
184
  });
185
185
 
186
- export const Avatar = React.forwardRef(function Avatar(props, ref) {
186
+ export const Badge = React.forwardRef(function Badge(props, ref) {
187
187
  const { children, ...rest } = props;
188
- return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
188
+ return React.createElement(customElements.getName(BadgeWC) ?? '%%prefix%%-badge', { ...rest, ref }, children);
189
189
  });
190
190
 
191
191
  export const Banner = React.forwardRef(function Banner(props, ref) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.490.0",
4
+ "version": "14.491.0-GENC-1390.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -85,13 +85,13 @@
85
85
  }
86
86
  },
87
87
  "devDependencies": {
88
- "@genesislcap/foundation-testing": "14.490.0",
89
- "@genesislcap/genx": "14.490.0",
90
- "@genesislcap/rollup-builder": "14.490.0",
91
- "@genesislcap/ts-builder": "14.490.0",
92
- "@genesislcap/uvu-playwright-builder": "14.490.0",
93
- "@genesislcap/vite-builder": "14.490.0",
94
- "@genesislcap/webpack-builder": "14.490.0",
88
+ "@genesislcap/foundation-testing": "14.491.0-GENC-1390.1",
89
+ "@genesislcap/genx": "14.491.0-GENC-1390.1",
90
+ "@genesislcap/rollup-builder": "14.491.0-GENC-1390.1",
91
+ "@genesislcap/ts-builder": "14.491.0-GENC-1390.1",
92
+ "@genesislcap/uvu-playwright-builder": "14.491.0-GENC-1390.1",
93
+ "@genesislcap/vite-builder": "14.491.0-GENC-1390.1",
94
+ "@genesislcap/webpack-builder": "14.491.0-GENC-1390.1",
95
95
  "copyfiles": "^2.4.1"
96
96
  },
97
97
  "dependencies": {
@@ -100,16 +100,16 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "14.490.0",
104
- "@genesislcap/foundation-ai": "14.490.0",
105
- "@genesislcap/foundation-comms": "14.490.0",
106
- "@genesislcap/foundation-criteria": "14.490.0",
107
- "@genesislcap/foundation-errors": "14.490.0",
108
- "@genesislcap/foundation-events": "14.490.0",
109
- "@genesislcap/foundation-logger": "14.490.0",
110
- "@genesislcap/foundation-notifications": "14.490.0",
111
- "@genesislcap/foundation-user": "14.490.0",
112
- "@genesislcap/foundation-utils": "14.490.0",
103
+ "@genesislcap/expression-builder": "14.491.0-GENC-1390.1",
104
+ "@genesislcap/foundation-ai": "14.491.0-GENC-1390.1",
105
+ "@genesislcap/foundation-comms": "14.491.0-GENC-1390.1",
106
+ "@genesislcap/foundation-criteria": "14.491.0-GENC-1390.1",
107
+ "@genesislcap/foundation-errors": "14.491.0-GENC-1390.1",
108
+ "@genesislcap/foundation-events": "14.491.0-GENC-1390.1",
109
+ "@genesislcap/foundation-logger": "14.491.0-GENC-1390.1",
110
+ "@genesislcap/foundation-notifications": "14.491.0-GENC-1390.1",
111
+ "@genesislcap/foundation-user": "14.491.0-GENC-1390.1",
112
+ "@genesislcap/foundation-utils": "14.491.0-GENC-1390.1",
113
113
  "@microsoft/fast-colors": "5.3.1",
114
114
  "@microsoft/fast-components": "2.30.6",
115
115
  "@microsoft/fast-element": "1.14.0",
@@ -142,5 +142,5 @@
142
142
  "require": "./dist/react.cjs"
143
143
  }
144
144
  },
145
- "gitHead": "2c5e250d11742abd582e39a370b003ef8d04a5fb"
145
+ "gitHead": "ed95a678a68288884d53b845318ddfc2f433b823"
146
146
  }