@genesislcap/rapid-design-system 14.488.2-GENC-1351.8 → 14.488.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.
@@ -4836,11 +4836,11 @@
4836
4836
  },
4837
4837
  {
4838
4838
  "kind": "javascript-module",
4839
- "path": "src/badge/badge.styles.ts",
4839
+ "path": "src/avatar/avatar.styles.ts",
4840
4840
  "declarations": [
4841
4841
  {
4842
4842
  "kind": "function",
4843
- "name": "rapidBadgeStyles",
4843
+ "name": "rapidAvatarStyles",
4844
4844
  "return": {
4845
4845
  "type": {
4846
4846
  "text": "ElementStyles"
@@ -4865,24 +4865,24 @@
4865
4865
  "exports": [
4866
4866
  {
4867
4867
  "kind": "js",
4868
- "name": "rapidBadgeStyles",
4868
+ "name": "rapidAvatarStyles",
4869
4869
  "declaration": {
4870
- "name": "rapidBadgeStyles",
4871
- "module": "src/badge/badge.styles.ts"
4870
+ "name": "rapidAvatarStyles",
4871
+ "module": "src/avatar/avatar.styles.ts"
4872
4872
  }
4873
4873
  }
4874
4874
  ]
4875
4875
  },
4876
4876
  {
4877
4877
  "kind": "javascript-module",
4878
- "path": "src/badge/badge.template.ts",
4878
+ "path": "src/avatar/avatar.template.ts",
4879
4879
  "declarations": [
4880
4880
  {
4881
4881
  "kind": "function",
4882
- "name": "rapidBadgeTemplate",
4882
+ "name": "rapidAvatarTemplate",
4883
4883
  "return": {
4884
4884
  "type": {
4885
- "text": "ViewTemplate<Badge>"
4885
+ "text": "ViewTemplate<Avatar>"
4886
4886
  }
4887
4887
  },
4888
4888
  "parameters": [
@@ -4904,27 +4904,27 @@
4904
4904
  "exports": [
4905
4905
  {
4906
4906
  "kind": "js",
4907
- "name": "rapidBadgeTemplate",
4907
+ "name": "rapidAvatarTemplate",
4908
4908
  "declaration": {
4909
- "name": "rapidBadgeTemplate",
4910
- "module": "src/badge/badge.template.ts"
4909
+ "name": "rapidAvatarTemplate",
4910
+ "module": "src/avatar/avatar.template.ts"
4911
4911
  }
4912
4912
  }
4913
4913
  ]
4914
4914
  },
4915
4915
  {
4916
4916
  "kind": "javascript-module",
4917
- "path": "src/badge/badge.ts",
4917
+ "path": "src/avatar/avatar.ts",
4918
4918
  "declarations": [
4919
4919
  {
4920
4920
  "kind": "class",
4921
4921
  "description": "",
4922
- "name": "Badge",
4922
+ "name": "Avatar",
4923
4923
  "superclass": {
4924
- "name": "FoundationBadge",
4924
+ "name": "FoundationAvatar",
4925
4925
  "package": "@genesislcap/foundation-ui"
4926
4926
  },
4927
- "tagName": "%%prefix%%-badge",
4927
+ "tagName": "%%prefix%%-avatar",
4928
4928
  "customElement": true,
4929
4929
  "attributes": [
4930
4930
  {
@@ -4932,11 +4932,11 @@
4932
4932
  "type": {
4933
4933
  "text": "string"
4934
4934
  },
4935
- "description": "Indicates the badge should have a filled style.",
4935
+ "description": "Indicates the Avatar should have a color fill.",
4936
4936
  "fieldName": "fill",
4937
4937
  "inheritedFrom": {
4938
- "name": "Badge",
4939
- "module": "src/badge/badge.ts"
4938
+ "name": "Avatar",
4939
+ "module": "src/avatar/avatar.ts"
4940
4940
  }
4941
4941
  },
4942
4942
  {
@@ -4944,22 +4944,35 @@
4944
4944
  "type": {
4945
4945
  "text": "string"
4946
4946
  },
4947
- "description": "Indicates the badge should have a filled style.",
4947
+ "description": "Indicates the Avatar should have a text color.",
4948
4948
  "fieldName": "color",
4949
4949
  "inheritedFrom": {
4950
- "name": "Badge",
4951
- "module": "src/badge/badge.ts"
4950
+ "name": "Avatar",
4951
+ "module": "src/avatar/avatar.ts"
4952
4952
  }
4953
4953
  },
4954
4954
  {
4955
+ "name": "link",
4955
4956
  "type": {
4956
- "text": "boolean"
4957
+ "text": "string"
4957
4958
  },
4958
- "description": "Indicates the element should be circular",
4959
- "fieldName": "circular",
4959
+ "description": "Indicates the Avatar should have url link",
4960
+ "fieldName": "link",
4960
4961
  "inheritedFrom": {
4961
- "name": "Badge",
4962
- "module": "src/badge/badge.ts"
4962
+ "name": "Avatar",
4963
+ "module": "src/avatar/avatar.ts"
4964
+ }
4965
+ },
4966
+ {
4967
+ "name": "shape",
4968
+ "type": {
4969
+ "text": "AvatarShape"
4970
+ },
4971
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4972
+ "fieldName": "shape",
4973
+ "inheritedFrom": {
4974
+ "name": "Avatar",
4975
+ "module": "src/avatar/avatar.ts"
4963
4976
  }
4964
4977
  }
4965
4978
  ],
@@ -4971,10 +4984,10 @@
4971
4984
  "text": "string"
4972
4985
  },
4973
4986
  "privacy": "public",
4974
- "description": "Indicates the badge should have a filled style.",
4987
+ "description": "Indicates the Avatar should have a color fill.",
4975
4988
  "inheritedFrom": {
4976
- "name": "Badge",
4977
- "module": "src/badge/badge.ts"
4989
+ "name": "Avatar",
4990
+ "module": "src/avatar/avatar.ts"
4978
4991
  }
4979
4992
  },
4980
4993
  {
@@ -4984,32 +4997,36 @@
4984
4997
  "text": "string"
4985
4998
  },
4986
4999
  "privacy": "public",
4987
- "description": "Indicates the badge should have a filled style.",
5000
+ "description": "Indicates the Avatar should have a text color.",
4988
5001
  "inheritedFrom": {
4989
- "name": "Badge",
4990
- "module": "src/badge/badge.ts"
5002
+ "name": "Avatar",
5003
+ "module": "src/avatar/avatar.ts"
4991
5004
  }
4992
5005
  },
4993
5006
  {
4994
5007
  "kind": "field",
4995
- "name": "circular",
5008
+ "name": "link",
4996
5009
  "type": {
4997
- "text": "boolean"
5010
+ "text": "string"
4998
5011
  },
4999
5012
  "privacy": "public",
5000
- "description": "Indicates the element should be circular",
5013
+ "description": "Indicates the Avatar should have url link",
5001
5014
  "inheritedFrom": {
5002
- "name": "Badge",
5003
- "module": "src/badge/badge.ts"
5015
+ "name": "Avatar",
5016
+ "module": "src/avatar/avatar.ts"
5004
5017
  }
5005
5018
  },
5006
5019
  {
5007
5020
  "kind": "field",
5008
- "name": "generateBadgeStyle",
5021
+ "name": "shape",
5022
+ "type": {
5023
+ "text": "AvatarShape"
5024
+ },
5009
5025
  "privacy": "public",
5026
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5010
5027
  "inheritedFrom": {
5011
- "name": "Badge",
5012
- "module": "src/badge/badge.ts"
5028
+ "name": "Avatar",
5029
+ "module": "src/avatar/avatar.ts"
5013
5030
  }
5014
5031
  },
5015
5032
  {
@@ -5021,8 +5038,8 @@
5021
5038
  "privacy": "private",
5022
5039
  "default": "void 0",
5023
5040
  "inheritedFrom": {
5024
- "name": "Badge",
5025
- "module": "src/badge/badge.ts"
5041
+ "name": "Avatar",
5042
+ "module": "src/avatar/avatar.ts"
5026
5043
  }
5027
5044
  },
5028
5045
  {
@@ -5034,8 +5051,8 @@
5034
5051
  "privacy": "public",
5035
5052
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5036
5053
  "inheritedFrom": {
5037
- "name": "Badge",
5038
- "module": "src/badge/badge.ts"
5054
+ "name": "Avatar",
5055
+ "module": "src/avatar/avatar.ts"
5039
5056
  }
5040
5057
  },
5041
5058
  {
@@ -5047,8 +5064,8 @@
5047
5064
  "privacy": "public",
5048
5065
  "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.",
5049
5066
  "inheritedFrom": {
5050
- "name": "Badge",
5051
- "module": "src/badge/badge.ts"
5067
+ "name": "Avatar",
5068
+ "module": "src/avatar/avatar.ts"
5052
5069
  }
5053
5070
  },
5054
5071
  {
@@ -5061,8 +5078,8 @@
5061
5078
  }
5062
5079
  },
5063
5080
  "inheritedFrom": {
5064
- "name": "Badge",
5065
- "module": "src/badge/badge.ts"
5081
+ "name": "Avatar",
5082
+ "module": "src/avatar/avatar.ts"
5066
5083
  }
5067
5084
  },
5068
5085
  {
@@ -5074,8 +5091,8 @@
5074
5091
  "privacy": "public",
5075
5092
  "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.",
5076
5093
  "inheritedFrom": {
5077
- "name": "Badge",
5078
- "module": "src/badge/badge.ts"
5094
+ "name": "Avatar",
5095
+ "module": "src/avatar/avatar.ts"
5079
5096
  }
5080
5097
  },
5081
5098
  {
@@ -5088,8 +5105,8 @@
5088
5105
  }
5089
5106
  },
5090
5107
  "inheritedFrom": {
5091
- "name": "Badge",
5092
- "module": "src/badge/badge.ts"
5108
+ "name": "Avatar",
5109
+ "module": "src/avatar/avatar.ts"
5093
5110
  }
5094
5111
  },
5095
5112
  {
@@ -5119,39 +5136,39 @@
5119
5136
  ],
5120
5137
  "description": "Defines an element registry function with a set of element definition defaults.",
5121
5138
  "inheritedFrom": {
5122
- "name": "Badge",
5123
- "module": "src/badge/badge.ts"
5139
+ "name": "Avatar",
5140
+ "module": "src/avatar/avatar.ts"
5124
5141
  }
5125
5142
  }
5126
5143
  ]
5127
5144
  },
5128
5145
  {
5129
5146
  "kind": "variable",
5130
- "name": "rapidBadge"
5147
+ "name": "rapidAvatar"
5131
5148
  }
5132
5149
  ],
5133
5150
  "exports": [
5134
5151
  {
5135
5152
  "kind": "js",
5136
- "name": "Badge",
5153
+ "name": "Avatar",
5137
5154
  "declaration": {
5138
- "name": "Badge",
5139
- "module": "src/badge/badge.ts"
5155
+ "name": "Avatar",
5156
+ "module": "src/avatar/avatar.ts"
5140
5157
  }
5141
5158
  },
5142
5159
  {
5143
5160
  "kind": "js",
5144
- "name": "rapidBadge",
5161
+ "name": "rapidAvatar",
5145
5162
  "declaration": {
5146
- "name": "rapidBadge",
5147
- "module": "src/badge/badge.ts"
5163
+ "name": "rapidAvatar",
5164
+ "module": "src/avatar/avatar.ts"
5148
5165
  }
5149
5166
  }
5150
5167
  ]
5151
5168
  },
5152
5169
  {
5153
5170
  "kind": "javascript-module",
5154
- "path": "src/badge/index.ts",
5171
+ "path": "src/avatar/index.ts",
5155
5172
  "declarations": [],
5156
5173
  "exports": [
5157
5174
  {
@@ -5159,7 +5176,7 @@
5159
5176
  "name": "*",
5160
5177
  "declaration": {
5161
5178
  "name": "*",
5162
- "package": "./badge"
5179
+ "package": "./avatar"
5163
5180
  }
5164
5181
  },
5165
5182
  {
@@ -5167,7 +5184,7 @@
5167
5184
  "name": "*",
5168
5185
  "declaration": {
5169
5186
  "name": "*",
5170
- "package": "./badge.styles"
5187
+ "package": "./avatar.styles"
5171
5188
  }
5172
5189
  },
5173
5190
  {
@@ -5175,110 +5192,187 @@
5175
5192
  "name": "*",
5176
5193
  "declaration": {
5177
5194
  "name": "*",
5178
- "package": "./badge.template"
5195
+ "package": "./avatar.template"
5179
5196
  }
5180
5197
  }
5181
5198
  ]
5182
5199
  },
5183
5200
  {
5184
5201
  "kind": "javascript-module",
5185
- "path": "src/banner/banner.styles.ts",
5202
+ "path": "src/badge/badge.styles.ts",
5186
5203
  "declarations": [
5187
5204
  {
5188
- "kind": "variable",
5189
- "name": "rapidBannerStyles",
5190
- "default": "css`\n ${foundationBannerStyles}\n :host {\n --banner-height: calc(\n ((var(--design-unit) + 2) * var(--base-height-multiplier)) +\n (var(--design-unit) * var(--design-unit)) * 1px\n );\n }\n\n .banner {\n background-color: var(--neutral-layer-1);\n color: var(--neutral-foreground-rest);\n padding: calc(var(--design-unit) * 4px);\n }\n\n .content {\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
5205
+ "kind": "function",
5206
+ "name": "rapidBadgeStyles",
5207
+ "return": {
5208
+ "type": {
5209
+ "text": "ElementStyles"
5210
+ }
5211
+ },
5212
+ "parameters": [
5213
+ {
5214
+ "name": "context",
5215
+ "type": {
5216
+ "text": "ElementDefinitionContext"
5217
+ }
5218
+ },
5219
+ {
5220
+ "name": "definition",
5221
+ "type": {
5222
+ "text": "FoundationElementDefinition"
5223
+ }
5224
+ }
5225
+ ]
5191
5226
  }
5192
5227
  ],
5193
5228
  "exports": [
5194
5229
  {
5195
5230
  "kind": "js",
5196
- "name": "rapidBannerStyles",
5231
+ "name": "rapidBadgeStyles",
5197
5232
  "declaration": {
5198
- "name": "rapidBannerStyles",
5199
- "module": "src/banner/banner.styles.ts"
5233
+ "name": "rapidBadgeStyles",
5234
+ "module": "src/badge/badge.styles.ts"
5200
5235
  }
5201
5236
  }
5202
5237
  ]
5203
5238
  },
5204
5239
  {
5205
5240
  "kind": "javascript-module",
5206
- "path": "src/banner/banner.ts",
5241
+ "path": "src/badge/badge.template.ts",
5207
5242
  "declarations": [
5208
5243
  {
5209
- "kind": "variable",
5210
- "name": "rapidBannerShadowOptions",
5211
- "default": "foundationBannerShadowOptions"
5212
- },
5244
+ "kind": "function",
5245
+ "name": "rapidBadgeTemplate",
5246
+ "return": {
5247
+ "type": {
5248
+ "text": "ViewTemplate<Badge>"
5249
+ }
5250
+ },
5251
+ "parameters": [
5252
+ {
5253
+ "name": "context",
5254
+ "type": {
5255
+ "text": "ElementDefinitionContext"
5256
+ }
5257
+ },
5258
+ {
5259
+ "name": "definition",
5260
+ "type": {
5261
+ "text": "FoundationElementDefinition"
5262
+ }
5263
+ }
5264
+ ]
5265
+ }
5266
+ ],
5267
+ "exports": [
5268
+ {
5269
+ "kind": "js",
5270
+ "name": "rapidBadgeTemplate",
5271
+ "declaration": {
5272
+ "name": "rapidBadgeTemplate",
5273
+ "module": "src/badge/badge.template.ts"
5274
+ }
5275
+ }
5276
+ ]
5277
+ },
5278
+ {
5279
+ "kind": "javascript-module",
5280
+ "path": "src/badge/badge.ts",
5281
+ "declarations": [
5213
5282
  {
5214
5283
  "kind": "class",
5215
5284
  "description": "",
5216
- "name": "Banner",
5285
+ "name": "Badge",
5217
5286
  "superclass": {
5218
- "name": "FoundationBanner",
5287
+ "name": "FoundationBadge",
5219
5288
  "package": "@genesislcap/foundation-ui"
5220
5289
  },
5221
- "tagName": "%%prefix%%-banner",
5290
+ "tagName": "%%prefix%%-badge",
5222
5291
  "customElement": true,
5223
- "members": [
5292
+ "attributes": [
5224
5293
  {
5225
- "kind": "field",
5226
- "name": "banner",
5294
+ "name": "fill",
5227
5295
  "type": {
5228
- "text": "HTMLElement"
5296
+ "text": "string"
5229
5297
  },
5230
- "privacy": "public",
5298
+ "description": "Indicates the badge should have a filled style.",
5299
+ "fieldName": "fill",
5231
5300
  "inheritedFrom": {
5232
- "name": "Banner",
5233
- "module": "src/banner/banner.ts"
5301
+ "name": "Badge",
5302
+ "module": "src/badge/badge.ts"
5234
5303
  }
5235
5304
  },
5236
5305
  {
5237
- "kind": "field",
5238
- "name": "dismissAnimation",
5306
+ "name": "color",
5239
5307
  "type": {
5240
- "text": "'banner-delete' | ''"
5308
+ "text": "string"
5241
5309
  },
5242
- "default": "''",
5310
+ "description": "Indicates the badge should have a filled style.",
5311
+ "fieldName": "color",
5243
5312
  "inheritedFrom": {
5244
- "name": "Banner",
5245
- "module": "src/banner/banner.ts"
5313
+ "name": "Badge",
5314
+ "module": "src/badge/badge.ts"
5246
5315
  }
5247
5316
  },
5248
5317
  {
5249
- "kind": "field",
5250
- "name": "notification",
5251
5318
  "type": {
5252
- "text": "NotificationStructure"
5319
+ "text": "boolean"
5253
5320
  },
5321
+ "description": "Indicates the element should be circular",
5322
+ "fieldName": "circular",
5254
5323
  "inheritedFrom": {
5255
- "name": "Banner",
5256
- "module": "src/banner/banner.ts"
5324
+ "name": "Badge",
5325
+ "module": "src/badge/badge.ts"
5326
+ }
5327
+ }
5328
+ ],
5329
+ "members": [
5330
+ {
5331
+ "kind": "field",
5332
+ "name": "fill",
5333
+ "type": {
5334
+ "text": "string"
5335
+ },
5336
+ "privacy": "public",
5337
+ "description": "Indicates the badge should have a filled style.",
5338
+ "inheritedFrom": {
5339
+ "name": "Badge",
5340
+ "module": "src/badge/badge.ts"
5257
5341
  }
5258
5342
  },
5259
5343
  {
5260
- "kind": "method",
5261
- "name": "dismiss",
5344
+ "kind": "field",
5345
+ "name": "color",
5346
+ "type": {
5347
+ "text": "string"
5348
+ },
5262
5349
  "privacy": "public",
5263
- "return": {
5264
- "type": {
5265
- "text": "Promise<void>"
5266
- }
5350
+ "description": "Indicates the badge should have a filled style.",
5351
+ "inheritedFrom": {
5352
+ "name": "Badge",
5353
+ "module": "src/badge/badge.ts"
5354
+ }
5355
+ },
5356
+ {
5357
+ "kind": "field",
5358
+ "name": "circular",
5359
+ "type": {
5360
+ "text": "boolean"
5267
5361
  },
5268
- "description": "Dismiss the Banner from display.",
5362
+ "privacy": "public",
5363
+ "description": "Indicates the element should be circular",
5269
5364
  "inheritedFrom": {
5270
- "name": "Banner",
5271
- "module": "src/banner/banner.ts"
5365
+ "name": "Badge",
5366
+ "module": "src/badge/badge.ts"
5272
5367
  }
5273
5368
  },
5274
5369
  {
5275
- "kind": "method",
5276
- "name": "dismissNotification",
5370
+ "kind": "field",
5371
+ "name": "generateBadgeStyle",
5277
5372
  "privacy": "public",
5278
- "description": "Dismiss the Banner (NotificationStructure) from display.",
5279
5373
  "inheritedFrom": {
5280
- "name": "Banner",
5281
- "module": "src/banner/banner.ts"
5374
+ "name": "Badge",
5375
+ "module": "src/badge/badge.ts"
5282
5376
  }
5283
5377
  },
5284
5378
  {
@@ -5290,8 +5384,8 @@
5290
5384
  "privacy": "private",
5291
5385
  "default": "void 0",
5292
5386
  "inheritedFrom": {
5293
- "name": "FoundationElement",
5294
- "module": "src/foundation-element/foundation-element.ts"
5387
+ "name": "Badge",
5388
+ "module": "src/badge/badge.ts"
5295
5389
  }
5296
5390
  },
5297
5391
  {
@@ -5303,8 +5397,8 @@
5303
5397
  "privacy": "public",
5304
5398
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5305
5399
  "inheritedFrom": {
5306
- "name": "FoundationElement",
5307
- "module": "src/foundation-element/foundation-element.ts"
5400
+ "name": "Badge",
5401
+ "module": "src/badge/badge.ts"
5308
5402
  }
5309
5403
  },
5310
5404
  {
@@ -5316,8 +5410,8 @@
5316
5410
  "privacy": "public",
5317
5411
  "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.",
5318
5412
  "inheritedFrom": {
5319
- "name": "FoundationElement",
5320
- "module": "src/foundation-element/foundation-element.ts"
5413
+ "name": "Badge",
5414
+ "module": "src/badge/badge.ts"
5321
5415
  }
5322
5416
  },
5323
5417
  {
@@ -5330,8 +5424,8 @@
5330
5424
  }
5331
5425
  },
5332
5426
  "inheritedFrom": {
5333
- "name": "FoundationElement",
5334
- "module": "src/foundation-element/foundation-element.ts"
5427
+ "name": "Badge",
5428
+ "module": "src/badge/badge.ts"
5335
5429
  }
5336
5430
  },
5337
5431
  {
@@ -5343,8 +5437,8 @@
5343
5437
  "privacy": "public",
5344
5438
  "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.",
5345
5439
  "inheritedFrom": {
5346
- "name": "FoundationElement",
5347
- "module": "src/foundation-element/foundation-element.ts"
5440
+ "name": "Badge",
5441
+ "module": "src/badge/badge.ts"
5348
5442
  }
5349
5443
  },
5350
5444
  {
@@ -5357,8 +5451,8 @@
5357
5451
  }
5358
5452
  },
5359
5453
  "inheritedFrom": {
5360
- "name": "FoundationElement",
5361
- "module": "src/foundation-element/foundation-element.ts"
5454
+ "name": "Badge",
5455
+ "module": "src/badge/badge.ts"
5362
5456
  }
5363
5457
  },
5364
5458
  {
@@ -5388,57 +5482,47 @@
5388
5482
  ],
5389
5483
  "description": "Defines an element registry function with a set of element definition defaults.",
5390
5484
  "inheritedFrom": {
5391
- "name": "FoundationElement",
5392
- "module": "src/foundation-element/foundation-element.ts"
5485
+ "name": "Badge",
5486
+ "module": "src/badge/badge.ts"
5393
5487
  }
5394
5488
  }
5395
5489
  ]
5396
5490
  },
5397
5491
  {
5398
5492
  "kind": "variable",
5399
- "name": "rapidBanner",
5400
- "description": "The Rapid Banner",
5401
- "privacy": "public"
5493
+ "name": "rapidBadge"
5402
5494
  }
5403
5495
  ],
5404
5496
  "exports": [
5405
5497
  {
5406
5498
  "kind": "js",
5407
- "name": "rapidBannerShadowOptions",
5408
- "declaration": {
5409
- "name": "rapidBannerShadowOptions",
5410
- "module": "src/banner/banner.ts"
5411
- }
5412
- },
5413
- {
5414
- "kind": "js",
5415
- "name": "Banner",
5499
+ "name": "Badge",
5416
5500
  "declaration": {
5417
- "name": "Banner",
5418
- "module": "src/banner/banner.ts"
5501
+ "name": "Badge",
5502
+ "module": "src/badge/badge.ts"
5419
5503
  }
5420
5504
  },
5421
5505
  {
5422
5506
  "kind": "js",
5423
- "name": "rapidBanner",
5507
+ "name": "rapidBadge",
5424
5508
  "declaration": {
5425
- "name": "rapidBanner",
5426
- "module": "src/banner/banner.ts"
5509
+ "name": "rapidBadge",
5510
+ "module": "src/badge/badge.ts"
5427
5511
  }
5428
5512
  }
5429
5513
  ]
5430
5514
  },
5431
5515
  {
5432
5516
  "kind": "javascript-module",
5433
- "path": "src/banner/index.ts",
5517
+ "path": "src/badge/index.ts",
5434
5518
  "declarations": [],
5435
5519
  "exports": [
5436
5520
  {
5437
5521
  "kind": "js",
5438
- "name": "rapidBannerTemplate",
5522
+ "name": "*",
5439
5523
  "declaration": {
5440
- "name": "foundationBannerTemplate",
5441
- "package": "@genesislcap/foundation-ui"
5524
+ "name": "*",
5525
+ "package": "./badge"
5442
5526
  }
5443
5527
  },
5444
5528
  {
@@ -5446,7 +5530,7 @@
5446
5530
  "name": "*",
5447
5531
  "declaration": {
5448
5532
  "name": "*",
5449
- "package": "./banner"
5533
+ "package": "./badge.styles"
5450
5534
  }
5451
5535
  },
5452
5536
  {
@@ -5454,191 +5538,110 @@
5454
5538
  "name": "*",
5455
5539
  "declaration": {
5456
5540
  "name": "*",
5457
- "package": "./banner.styles"
5541
+ "package": "./badge.template"
5458
5542
  }
5459
5543
  }
5460
5544
  ]
5461
5545
  },
5462
5546
  {
5463
5547
  "kind": "javascript-module",
5464
- "path": "src/breadcrumb/breadcrumb.styles.ts",
5548
+ "path": "src/banner/banner.styles.ts",
5465
5549
  "declarations": [
5466
5550
  {
5467
- "kind": "function",
5468
- "name": "rapidBreadcrumbStyles",
5469
- "return": {
5470
- "type": {
5471
- "text": "ElementStyles"
5472
- }
5473
- },
5474
- "parameters": [
5475
- {
5476
- "name": "context",
5477
- "type": {
5478
- "text": "ElementDefinitionContext"
5479
- }
5480
- },
5481
- {
5482
- "name": "definition",
5483
- "type": {
5484
- "text": "FoundationElementDefinition"
5485
- }
5486
- }
5487
- ]
5551
+ "kind": "variable",
5552
+ "name": "rapidBannerStyles",
5553
+ "default": "css`\n ${foundationBannerStyles}\n :host {\n --banner-height: calc(\n ((var(--design-unit) + 2) * var(--base-height-multiplier)) +\n (var(--design-unit) * var(--design-unit)) * 1px\n );\n }\n\n .banner {\n background-color: var(--neutral-layer-1);\n color: var(--neutral-foreground-rest);\n padding: calc(var(--design-unit) * 4px);\n }\n\n .content {\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
5488
5554
  }
5489
5555
  ],
5490
5556
  "exports": [
5491
5557
  {
5492
5558
  "kind": "js",
5493
- "name": "rapidBreadcrumbStyles",
5559
+ "name": "rapidBannerStyles",
5494
5560
  "declaration": {
5495
- "name": "rapidBreadcrumbStyles",
5496
- "module": "src/breadcrumb/breadcrumb.styles.ts"
5561
+ "name": "rapidBannerStyles",
5562
+ "module": "src/banner/banner.styles.ts"
5497
5563
  }
5498
5564
  }
5499
5565
  ]
5500
5566
  },
5501
5567
  {
5502
5568
  "kind": "javascript-module",
5503
- "path": "src/breadcrumb/breadcrumb.template.ts",
5569
+ "path": "src/banner/banner.ts",
5504
5570
  "declarations": [
5505
5571
  {
5506
- "kind": "function",
5507
- "name": "rapidBreadcrumbTemplate",
5508
- "return": {
5509
- "type": {
5510
- "text": "ViewTemplate<Breadcrumb>"
5511
- }
5512
- },
5513
- "parameters": [
5514
- {
5515
- "name": "context",
5516
- "type": {
5517
- "text": "ElementDefinitionContext"
5518
- }
5519
- },
5520
- {
5521
- "name": "definition",
5522
- "type": {
5523
- "text": "FoundationElementDefinition"
5524
- }
5525
- }
5526
- ]
5527
- }
5528
- ],
5529
- "exports": [
5530
- {
5531
- "kind": "js",
5532
- "name": "rapidBreadcrumbTemplate",
5533
- "declaration": {
5534
- "name": "rapidBreadcrumbTemplate",
5535
- "module": "src/breadcrumb/breadcrumb.template.ts"
5536
- }
5537
- }
5538
- ]
5539
- },
5540
- {
5541
- "kind": "javascript-module",
5542
- "path": "src/breadcrumb/breadcrumb.ts",
5543
- "declarations": [
5572
+ "kind": "variable",
5573
+ "name": "rapidBannerShadowOptions",
5574
+ "default": "foundationBannerShadowOptions"
5575
+ },
5544
5576
  {
5545
5577
  "kind": "class",
5546
5578
  "description": "",
5547
- "name": "Breadcrumb",
5579
+ "name": "Banner",
5548
5580
  "superclass": {
5549
- "name": "FoundationBreadcrumb",
5581
+ "name": "FoundationBanner",
5550
5582
  "package": "@genesislcap/foundation-ui"
5551
5583
  },
5552
- "tagName": "%%prefix%%-breadcrumb",
5584
+ "tagName": "%%prefix%%-banner",
5553
5585
  "customElement": true,
5554
5586
  "members": [
5555
5587
  {
5556
- "kind": "method",
5557
- "name": "slottedBreadcrumbItemsChanged",
5588
+ "kind": "field",
5589
+ "name": "banner",
5590
+ "type": {
5591
+ "text": "HTMLElement"
5592
+ },
5558
5593
  "privacy": "public",
5559
5594
  "inheritedFrom": {
5560
- "name": "Breadcrumb",
5561
- "module": "src/breadcrumb/breadcrumb.ts"
5595
+ "name": "Banner",
5596
+ "module": "src/banner/banner.ts"
5562
5597
  }
5563
5598
  },
5564
5599
  {
5565
- "kind": "method",
5566
- "name": "setItemSeparator",
5567
- "privacy": "private",
5568
- "return": {
5569
- "type": {
5570
- "text": "void"
5571
- }
5600
+ "kind": "field",
5601
+ "name": "dismissAnimation",
5602
+ "type": {
5603
+ "text": "'banner-delete' | ''"
5572
5604
  },
5573
- "parameters": [
5574
- {
5575
- "name": "item",
5576
- "type": {
5577
- "text": "HTMLElement"
5578
- }
5579
- },
5580
- {
5581
- "name": "isLastNode",
5582
- "type": {
5583
- "text": "boolean"
5584
- }
5585
- }
5586
- ],
5605
+ "default": "''",
5587
5606
  "inheritedFrom": {
5588
- "name": "Breadcrumb",
5589
- "module": "src/breadcrumb/breadcrumb.ts"
5607
+ "name": "Banner",
5608
+ "module": "src/banner/banner.ts"
5590
5609
  }
5591
5610
  },
5592
5611
  {
5593
- "kind": "method",
5594
- "name": "findChildWithHref",
5595
- "privacy": "private",
5596
- "return": {
5597
- "type": {
5598
- "text": "HTMLElement | null"
5599
- }
5612
+ "kind": "field",
5613
+ "name": "notification",
5614
+ "type": {
5615
+ "text": "NotificationStructure"
5600
5616
  },
5601
- "parameters": [
5602
- {
5603
- "name": "node",
5604
- "type": {
5605
- "text": "HTMLElement"
5606
- }
5607
- }
5608
- ],
5609
- "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
5610
5617
  "inheritedFrom": {
5611
- "name": "Breadcrumb",
5612
- "module": "src/breadcrumb/breadcrumb.ts"
5618
+ "name": "Banner",
5619
+ "module": "src/banner/banner.ts"
5613
5620
  }
5614
5621
  },
5615
5622
  {
5616
5623
  "kind": "method",
5617
- "name": "setAriaCurrent",
5618
- "privacy": "private",
5624
+ "name": "dismiss",
5625
+ "privacy": "public",
5619
5626
  "return": {
5620
5627
  "type": {
5621
- "text": "void"
5628
+ "text": "Promise<void>"
5622
5629
  }
5623
5630
  },
5624
- "parameters": [
5625
- {
5626
- "name": "item",
5627
- "type": {
5628
- "text": "HTMLElement"
5629
- }
5630
- },
5631
- {
5632
- "name": "isLastNode",
5633
- "type": {
5634
- "text": "boolean"
5635
- }
5636
- }
5637
- ],
5638
- "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5631
+ "description": "Dismiss the Banner from display.",
5639
5632
  "inheritedFrom": {
5640
- "name": "Breadcrumb",
5641
- "module": "src/breadcrumb/breadcrumb.ts"
5633
+ "name": "Banner",
5634
+ "module": "src/banner/banner.ts"
5635
+ }
5636
+ },
5637
+ {
5638
+ "kind": "method",
5639
+ "name": "dismissNotification",
5640
+ "privacy": "public",
5641
+ "description": "Dismiss the Banner (NotificationStructure) from display.",
5642
+ "inheritedFrom": {
5643
+ "name": "Banner",
5644
+ "module": "src/banner/banner.ts"
5642
5645
  }
5643
5646
  },
5644
5647
  {
@@ -5650,8 +5653,8 @@
5650
5653
  "privacy": "private",
5651
5654
  "default": "void 0",
5652
5655
  "inheritedFrom": {
5653
- "name": "Breadcrumb",
5654
- "module": "src/breadcrumb/breadcrumb.ts"
5656
+ "name": "FoundationElement",
5657
+ "module": "src/foundation-element/foundation-element.ts"
5655
5658
  }
5656
5659
  },
5657
5660
  {
@@ -5663,8 +5666,8 @@
5663
5666
  "privacy": "public",
5664
5667
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5665
5668
  "inheritedFrom": {
5666
- "name": "Breadcrumb",
5667
- "module": "src/breadcrumb/breadcrumb.ts"
5669
+ "name": "FoundationElement",
5670
+ "module": "src/foundation-element/foundation-element.ts"
5668
5671
  }
5669
5672
  },
5670
5673
  {
@@ -5676,8 +5679,8 @@
5676
5679
  "privacy": "public",
5677
5680
  "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.",
5678
5681
  "inheritedFrom": {
5679
- "name": "Breadcrumb",
5680
- "module": "src/breadcrumb/breadcrumb.ts"
5682
+ "name": "FoundationElement",
5683
+ "module": "src/foundation-element/foundation-element.ts"
5681
5684
  }
5682
5685
  },
5683
5686
  {
@@ -5690,8 +5693,8 @@
5690
5693
  }
5691
5694
  },
5692
5695
  "inheritedFrom": {
5693
- "name": "Breadcrumb",
5694
- "module": "src/breadcrumb/breadcrumb.ts"
5696
+ "name": "FoundationElement",
5697
+ "module": "src/foundation-element/foundation-element.ts"
5695
5698
  }
5696
5699
  },
5697
5700
  {
@@ -5703,8 +5706,8 @@
5703
5706
  "privacy": "public",
5704
5707
  "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.",
5705
5708
  "inheritedFrom": {
5706
- "name": "Breadcrumb",
5707
- "module": "src/breadcrumb/breadcrumb.ts"
5709
+ "name": "FoundationElement",
5710
+ "module": "src/foundation-element/foundation-element.ts"
5708
5711
  }
5709
5712
  },
5710
5713
  {
@@ -5717,8 +5720,8 @@
5717
5720
  }
5718
5721
  },
5719
5722
  "inheritedFrom": {
5720
- "name": "Breadcrumb",
5721
- "module": "src/breadcrumb/breadcrumb.ts"
5723
+ "name": "FoundationElement",
5724
+ "module": "src/foundation-element/foundation-element.ts"
5722
5725
  }
5723
5726
  },
5724
5727
  {
@@ -5748,81 +5751,57 @@
5748
5751
  ],
5749
5752
  "description": "Defines an element registry function with a set of element definition defaults.",
5750
5753
  "inheritedFrom": {
5751
- "name": "Breadcrumb",
5752
- "module": "src/breadcrumb/breadcrumb.ts"
5754
+ "name": "FoundationElement",
5755
+ "module": "src/foundation-element/foundation-element.ts"
5753
5756
  }
5754
5757
  }
5755
5758
  ]
5756
5759
  },
5757
5760
  {
5758
5761
  "kind": "variable",
5759
- "name": "rapidBreadcrumbShadowOptions",
5760
- "type": {
5761
- "text": "ShadowRootInit"
5762
- },
5763
- "default": "undefined"
5764
- },
5765
- {
5766
- "kind": "variable",
5767
- "name": "defaultBreadcrumbConfig",
5768
- "type": {
5769
- "text": "object"
5770
- },
5771
- "default": "{}"
5772
- },
5773
- {
5774
- "kind": "variable",
5775
- "name": "rapidBreadcrumb",
5776
- "description": "The rapid Breadcrumb",
5762
+ "name": "rapidBanner",
5763
+ "description": "The Rapid Banner",
5777
5764
  "privacy": "public"
5778
5765
  }
5779
5766
  ],
5780
5767
  "exports": [
5781
5768
  {
5782
5769
  "kind": "js",
5783
- "name": "Breadcrumb",
5784
- "declaration": {
5785
- "name": "Breadcrumb",
5786
- "module": "src/breadcrumb/breadcrumb.ts"
5787
- }
5788
- },
5789
- {
5790
- "kind": "js",
5791
- "name": "rapidBreadcrumbShadowOptions",
5770
+ "name": "rapidBannerShadowOptions",
5792
5771
  "declaration": {
5793
- "name": "rapidBreadcrumbShadowOptions",
5794
- "module": "src/breadcrumb/breadcrumb.ts"
5772
+ "name": "rapidBannerShadowOptions",
5773
+ "module": "src/banner/banner.ts"
5795
5774
  }
5796
5775
  },
5797
5776
  {
5798
5777
  "kind": "js",
5799
- "name": "defaultBreadcrumbConfig",
5778
+ "name": "Banner",
5800
5779
  "declaration": {
5801
- "name": "defaultBreadcrumbConfig",
5802
- "module": "src/breadcrumb/breadcrumb.ts"
5780
+ "name": "Banner",
5781
+ "module": "src/banner/banner.ts"
5803
5782
  }
5804
5783
  },
5805
5784
  {
5806
5785
  "kind": "js",
5807
- "name": "rapidBreadcrumb",
5786
+ "name": "rapidBanner",
5808
5787
  "declaration": {
5809
- "name": "rapidBreadcrumb",
5810
- "module": "src/breadcrumb/breadcrumb.ts"
5788
+ "name": "rapidBanner",
5789
+ "module": "src/banner/banner.ts"
5811
5790
  }
5812
5791
  }
5813
5792
  ]
5814
5793
  },
5815
5794
  {
5816
5795
  "kind": "javascript-module",
5817
- "path": "src/breadcrumb/index.ts",
5796
+ "path": "src/banner/index.ts",
5818
5797
  "declarations": [],
5819
5798
  "exports": [
5820
5799
  {
5821
5800
  "kind": "js",
5822
- "name": "*",
5801
+ "name": "rapidBannerTemplate",
5823
5802
  "declaration": {
5824
- "name": "*",
5825
- "package": "./breadcrumb.template"
5803
+ "name": "foundationBannerTemplate",
5804
+ "package": "@genesislcap/foundation-ui"
5826
5805
  }
5827
5806
  },
5828
5807
  {
@@ -5830,7 +5809,7 @@
5830
5809
  "name": "*",
5831
5810
  "declaration": {
5832
5811
  "name": "*",
5833
- "package": "./breadcrumb.styles"
5812
+ "package": "./banner"
5834
5813
  }
5835
5814
  },
5836
5815
  {
@@ -5838,18 +5817,18 @@
5838
5817
  "name": "*",
5839
5818
  "declaration": {
5840
5819
  "name": "*",
5841
- "package": "./breadcrumb"
5820
+ "package": "./banner.styles"
5842
5821
  }
5843
5822
  }
5844
5823
  ]
5845
5824
  },
5846
5825
  {
5847
5826
  "kind": "javascript-module",
5848
- "path": "src/avatar/avatar.styles.ts",
5827
+ "path": "src/breadcrumb/breadcrumb.styles.ts",
5849
5828
  "declarations": [
5850
5829
  {
5851
5830
  "kind": "function",
5852
- "name": "rapidAvatarStyles",
5831
+ "name": "rapidBreadcrumbStyles",
5853
5832
  "return": {
5854
5833
  "type": {
5855
5834
  "text": "ElementStyles"
@@ -5874,24 +5853,24 @@
5874
5853
  "exports": [
5875
5854
  {
5876
5855
  "kind": "js",
5877
- "name": "rapidAvatarStyles",
5856
+ "name": "rapidBreadcrumbStyles",
5878
5857
  "declaration": {
5879
- "name": "rapidAvatarStyles",
5880
- "module": "src/avatar/avatar.styles.ts"
5858
+ "name": "rapidBreadcrumbStyles",
5859
+ "module": "src/breadcrumb/breadcrumb.styles.ts"
5881
5860
  }
5882
5861
  }
5883
5862
  ]
5884
5863
  },
5885
5864
  {
5886
5865
  "kind": "javascript-module",
5887
- "path": "src/avatar/avatar.template.ts",
5866
+ "path": "src/breadcrumb/breadcrumb.template.ts",
5888
5867
  "declarations": [
5889
5868
  {
5890
5869
  "kind": "function",
5891
- "name": "rapidAvatarTemplate",
5870
+ "name": "rapidBreadcrumbTemplate",
5892
5871
  "return": {
5893
5872
  "type": {
5894
- "text": "ViewTemplate<Avatar>"
5873
+ "text": "ViewTemplate<Breadcrumb>"
5895
5874
  }
5896
5875
  },
5897
5876
  "parameters": [
@@ -5913,129 +5892,116 @@
5913
5892
  "exports": [
5914
5893
  {
5915
5894
  "kind": "js",
5916
- "name": "rapidAvatarTemplate",
5895
+ "name": "rapidBreadcrumbTemplate",
5917
5896
  "declaration": {
5918
- "name": "rapidAvatarTemplate",
5919
- "module": "src/avatar/avatar.template.ts"
5897
+ "name": "rapidBreadcrumbTemplate",
5898
+ "module": "src/breadcrumb/breadcrumb.template.ts"
5920
5899
  }
5921
5900
  }
5922
5901
  ]
5923
5902
  },
5924
5903
  {
5925
5904
  "kind": "javascript-module",
5926
- "path": "src/avatar/avatar.ts",
5905
+ "path": "src/breadcrumb/breadcrumb.ts",
5927
5906
  "declarations": [
5928
5907
  {
5929
5908
  "kind": "class",
5930
5909
  "description": "",
5931
- "name": "Avatar",
5910
+ "name": "Breadcrumb",
5932
5911
  "superclass": {
5933
- "name": "FoundationAvatar",
5912
+ "name": "FoundationBreadcrumb",
5934
5913
  "package": "@genesislcap/foundation-ui"
5935
5914
  },
5936
- "tagName": "%%prefix%%-avatar",
5915
+ "tagName": "%%prefix%%-breadcrumb",
5937
5916
  "customElement": true,
5938
- "attributes": [
5939
- {
5940
- "name": "fill",
5941
- "type": {
5942
- "text": "string"
5943
- },
5944
- "description": "Indicates the Avatar should have a color fill.",
5945
- "fieldName": "fill",
5946
- "inheritedFrom": {
5947
- "name": "Avatar",
5948
- "module": "src/avatar/avatar.ts"
5949
- }
5950
- },
5951
- {
5952
- "name": "color",
5953
- "type": {
5954
- "text": "string"
5955
- },
5956
- "description": "Indicates the Avatar should have a text color.",
5957
- "fieldName": "color",
5958
- "inheritedFrom": {
5959
- "name": "Avatar",
5960
- "module": "src/avatar/avatar.ts"
5961
- }
5962
- },
5963
- {
5964
- "name": "link",
5965
- "type": {
5966
- "text": "string"
5967
- },
5968
- "description": "Indicates the Avatar should have url link",
5969
- "fieldName": "link",
5970
- "inheritedFrom": {
5971
- "name": "Avatar",
5972
- "module": "src/avatar/avatar.ts"
5973
- }
5974
- },
5975
- {
5976
- "name": "shape",
5977
- "type": {
5978
- "text": "AvatarShape"
5979
- },
5980
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5981
- "fieldName": "shape",
5982
- "inheritedFrom": {
5983
- "name": "Avatar",
5984
- "module": "src/avatar/avatar.ts"
5985
- }
5986
- }
5987
- ],
5988
5917
  "members": [
5989
5918
  {
5990
- "kind": "field",
5991
- "name": "fill",
5992
- "type": {
5993
- "text": "string"
5994
- },
5919
+ "kind": "method",
5920
+ "name": "slottedBreadcrumbItemsChanged",
5995
5921
  "privacy": "public",
5996
- "description": "Indicates the Avatar should have a color fill.",
5997
5922
  "inheritedFrom": {
5998
- "name": "Avatar",
5999
- "module": "src/avatar/avatar.ts"
5923
+ "name": "Breadcrumb",
5924
+ "module": "src/breadcrumb/breadcrumb.ts"
6000
5925
  }
6001
5926
  },
6002
5927
  {
6003
- "kind": "field",
6004
- "name": "color",
6005
- "type": {
6006
- "text": "string"
5928
+ "kind": "method",
5929
+ "name": "setItemSeparator",
5930
+ "privacy": "private",
5931
+ "return": {
5932
+ "type": {
5933
+ "text": "void"
5934
+ }
6007
5935
  },
6008
- "privacy": "public",
6009
- "description": "Indicates the Avatar should have a text color.",
5936
+ "parameters": [
5937
+ {
5938
+ "name": "item",
5939
+ "type": {
5940
+ "text": "HTMLElement"
5941
+ }
5942
+ },
5943
+ {
5944
+ "name": "isLastNode",
5945
+ "type": {
5946
+ "text": "boolean"
5947
+ }
5948
+ }
5949
+ ],
6010
5950
  "inheritedFrom": {
6011
- "name": "Avatar",
6012
- "module": "src/avatar/avatar.ts"
5951
+ "name": "Breadcrumb",
5952
+ "module": "src/breadcrumb/breadcrumb.ts"
6013
5953
  }
6014
5954
  },
6015
5955
  {
6016
- "kind": "field",
6017
- "name": "link",
6018
- "type": {
6019
- "text": "string"
5956
+ "kind": "method",
5957
+ "name": "findChildWithHref",
5958
+ "privacy": "private",
5959
+ "return": {
5960
+ "type": {
5961
+ "text": "HTMLElement | null"
5962
+ }
6020
5963
  },
6021
- "privacy": "public",
6022
- "description": "Indicates the Avatar should have url link",
5964
+ "parameters": [
5965
+ {
5966
+ "name": "node",
5967
+ "type": {
5968
+ "text": "HTMLElement"
5969
+ }
5970
+ }
5971
+ ],
5972
+ "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
6023
5973
  "inheritedFrom": {
6024
- "name": "Avatar",
6025
- "module": "src/avatar/avatar.ts"
5974
+ "name": "Breadcrumb",
5975
+ "module": "src/breadcrumb/breadcrumb.ts"
6026
5976
  }
6027
5977
  },
6028
5978
  {
6029
- "kind": "field",
6030
- "name": "shape",
6031
- "type": {
6032
- "text": "AvatarShape"
5979
+ "kind": "method",
5980
+ "name": "setAriaCurrent",
5981
+ "privacy": "private",
5982
+ "return": {
5983
+ "type": {
5984
+ "text": "void"
5985
+ }
6033
5986
  },
6034
- "privacy": "public",
6035
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5987
+ "parameters": [
5988
+ {
5989
+ "name": "item",
5990
+ "type": {
5991
+ "text": "HTMLElement"
5992
+ }
5993
+ },
5994
+ {
5995
+ "name": "isLastNode",
5996
+ "type": {
5997
+ "text": "boolean"
5998
+ }
5999
+ }
6000
+ ],
6001
+ "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
6036
6002
  "inheritedFrom": {
6037
- "name": "Avatar",
6038
- "module": "src/avatar/avatar.ts"
6003
+ "name": "Breadcrumb",
6004
+ "module": "src/breadcrumb/breadcrumb.ts"
6039
6005
  }
6040
6006
  },
6041
6007
  {
@@ -6047,8 +6013,8 @@
6047
6013
  "privacy": "private",
6048
6014
  "default": "void 0",
6049
6015
  "inheritedFrom": {
6050
- "name": "Avatar",
6051
- "module": "src/avatar/avatar.ts"
6016
+ "name": "Breadcrumb",
6017
+ "module": "src/breadcrumb/breadcrumb.ts"
6052
6018
  }
6053
6019
  },
6054
6020
  {
@@ -6060,8 +6026,8 @@
6060
6026
  "privacy": "public",
6061
6027
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6062
6028
  "inheritedFrom": {
6063
- "name": "Avatar",
6064
- "module": "src/avatar/avatar.ts"
6029
+ "name": "Breadcrumb",
6030
+ "module": "src/breadcrumb/breadcrumb.ts"
6065
6031
  }
6066
6032
  },
6067
6033
  {
@@ -6073,8 +6039,8 @@
6073
6039
  "privacy": "public",
6074
6040
  "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.",
6075
6041
  "inheritedFrom": {
6076
- "name": "Avatar",
6077
- "module": "src/avatar/avatar.ts"
6042
+ "name": "Breadcrumb",
6043
+ "module": "src/breadcrumb/breadcrumb.ts"
6078
6044
  }
6079
6045
  },
6080
6046
  {
@@ -6087,8 +6053,8 @@
6087
6053
  }
6088
6054
  },
6089
6055
  "inheritedFrom": {
6090
- "name": "Avatar",
6091
- "module": "src/avatar/avatar.ts"
6056
+ "name": "Breadcrumb",
6057
+ "module": "src/breadcrumb/breadcrumb.ts"
6092
6058
  }
6093
6059
  },
6094
6060
  {
@@ -6100,8 +6066,8 @@
6100
6066
  "privacy": "public",
6101
6067
  "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.",
6102
6068
  "inheritedFrom": {
6103
- "name": "Avatar",
6104
- "module": "src/avatar/avatar.ts"
6069
+ "name": "Breadcrumb",
6070
+ "module": "src/breadcrumb/breadcrumb.ts"
6105
6071
  }
6106
6072
  },
6107
6073
  {
@@ -6114,8 +6080,8 @@
6114
6080
  }
6115
6081
  },
6116
6082
  "inheritedFrom": {
6117
- "name": "Avatar",
6118
- "module": "src/avatar/avatar.ts"
6083
+ "name": "Breadcrumb",
6084
+ "module": "src/breadcrumb/breadcrumb.ts"
6119
6085
  }
6120
6086
  },
6121
6087
  {
@@ -6145,39 +6111,73 @@
6145
6111
  ],
6146
6112
  "description": "Defines an element registry function with a set of element definition defaults.",
6147
6113
  "inheritedFrom": {
6148
- "name": "Avatar",
6149
- "module": "src/avatar/avatar.ts"
6114
+ "name": "Breadcrumb",
6115
+ "module": "src/breadcrumb/breadcrumb.ts"
6150
6116
  }
6151
6117
  }
6152
6118
  ]
6153
6119
  },
6154
6120
  {
6155
6121
  "kind": "variable",
6156
- "name": "rapidAvatar"
6122
+ "name": "rapidBreadcrumbShadowOptions",
6123
+ "type": {
6124
+ "text": "ShadowRootInit"
6125
+ },
6126
+ "default": "undefined"
6127
+ },
6128
+ {
6129
+ "kind": "variable",
6130
+ "name": "defaultBreadcrumbConfig",
6131
+ "type": {
6132
+ "text": "object"
6133
+ },
6134
+ "default": "{}"
6135
+ },
6136
+ {
6137
+ "kind": "variable",
6138
+ "name": "rapidBreadcrumb",
6139
+ "description": "The rapid Breadcrumb",
6140
+ "privacy": "public"
6157
6141
  }
6158
6142
  ],
6159
6143
  "exports": [
6160
6144
  {
6161
6145
  "kind": "js",
6162
- "name": "Avatar",
6146
+ "name": "Breadcrumb",
6163
6147
  "declaration": {
6164
- "name": "Avatar",
6165
- "module": "src/avatar/avatar.ts"
6148
+ "name": "Breadcrumb",
6149
+ "module": "src/breadcrumb/breadcrumb.ts"
6166
6150
  }
6167
6151
  },
6168
6152
  {
6169
6153
  "kind": "js",
6170
- "name": "rapidAvatar",
6154
+ "name": "rapidBreadcrumbShadowOptions",
6171
6155
  "declaration": {
6172
- "name": "rapidAvatar",
6173
- "module": "src/avatar/avatar.ts"
6156
+ "name": "rapidBreadcrumbShadowOptions",
6157
+ "module": "src/breadcrumb/breadcrumb.ts"
6158
+ }
6159
+ },
6160
+ {
6161
+ "kind": "js",
6162
+ "name": "defaultBreadcrumbConfig",
6163
+ "declaration": {
6164
+ "name": "defaultBreadcrumbConfig",
6165
+ "module": "src/breadcrumb/breadcrumb.ts"
6166
+ }
6167
+ },
6168
+ {
6169
+ "kind": "js",
6170
+ "name": "rapidBreadcrumb",
6171
+ "declaration": {
6172
+ "name": "rapidBreadcrumb",
6173
+ "module": "src/breadcrumb/breadcrumb.ts"
6174
6174
  }
6175
6175
  }
6176
6176
  ]
6177
6177
  },
6178
6178
  {
6179
6179
  "kind": "javascript-module",
6180
- "path": "src/avatar/index.ts",
6180
+ "path": "src/breadcrumb/index.ts",
6181
6181
  "declarations": [],
6182
6182
  "exports": [
6183
6183
  {
@@ -6185,7 +6185,7 @@
6185
6185
  "name": "*",
6186
6186
  "declaration": {
6187
6187
  "name": "*",
6188
- "package": "./avatar"
6188
+ "package": "./breadcrumb.template"
6189
6189
  }
6190
6190
  },
6191
6191
  {
@@ -6193,7 +6193,7 @@
6193
6193
  "name": "*",
6194
6194
  "declaration": {
6195
6195
  "name": "*",
6196
- "package": "./avatar.styles"
6196
+ "package": "./breadcrumb.styles"
6197
6197
  }
6198
6198
  },
6199
6199
  {
@@ -6201,7 +6201,7 @@
6201
6201
  "name": "*",
6202
6202
  "declaration": {
6203
6203
  "name": "*",
6204
- "package": "./avatar.template"
6204
+ "package": "./breadcrumb"
6205
6205
  }
6206
6206
  }
6207
6207
  ]