@genesislcap/foundation-zero 14.458.1-GENC-0.2 → 14.458.1-GENC-0.3

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.
@@ -5805,180 +5805,103 @@
5805
5805
  },
5806
5806
  {
5807
5807
  "kind": "javascript-module",
5808
- "path": "src/badge/badge.styles.ts",
5808
+ "path": "src/banner/banner.styles.ts",
5809
5809
  "declarations": [
5810
5810
  {
5811
- "kind": "function",
5812
- "name": "zeroBadgeStyles",
5813
- "return": {
5814
- "type": {
5815
- "text": "ElementStyles"
5816
- }
5817
- },
5818
- "parameters": [
5819
- {
5820
- "name": "context",
5821
- "type": {
5822
- "text": "ElementDefinitionContext"
5823
- }
5824
- },
5825
- {
5826
- "name": "definition",
5827
- "type": {
5828
- "text": "FoundationElementDefinition"
5829
- }
5830
- }
5831
- ]
5811
+ "kind": "variable",
5812
+ "name": "zeroBannerStyles",
5813
+ "default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
5832
5814
  }
5833
5815
  ],
5834
5816
  "exports": [
5835
5817
  {
5836
5818
  "kind": "js",
5837
- "name": "zeroBadgeStyles",
5819
+ "name": "zeroBannerStyles",
5838
5820
  "declaration": {
5839
- "name": "zeroBadgeStyles",
5840
- "module": "src/badge/badge.styles.ts"
5821
+ "name": "zeroBannerStyles",
5822
+ "module": "src/banner/banner.styles.ts"
5841
5823
  }
5842
5824
  }
5843
5825
  ]
5844
5826
  },
5845
5827
  {
5846
5828
  "kind": "javascript-module",
5847
- "path": "src/badge/badge.template.ts",
5829
+ "path": "src/banner/banner.ts",
5848
5830
  "declarations": [
5849
5831
  {
5850
- "kind": "function",
5851
- "name": "zeroBadgeTemplate",
5852
- "return": {
5853
- "type": {
5854
- "text": "ViewTemplate<Badge>"
5855
- }
5856
- },
5857
- "parameters": [
5858
- {
5859
- "name": "context",
5860
- "type": {
5861
- "text": "ElementDefinitionContext"
5862
- }
5863
- },
5864
- {
5865
- "name": "definition",
5866
- "type": {
5867
- "text": "FoundationElementDefinition"
5868
- }
5869
- }
5870
- ]
5871
- }
5872
- ],
5873
- "exports": [
5874
- {
5875
- "kind": "js",
5876
- "name": "zeroBadgeTemplate",
5877
- "declaration": {
5878
- "name": "zeroBadgeTemplate",
5879
- "module": "src/badge/badge.template.ts"
5880
- }
5881
- }
5882
- ]
5883
- },
5884
- {
5885
- "kind": "javascript-module",
5886
- "path": "src/badge/badge.ts",
5887
- "declarations": [
5832
+ "kind": "variable",
5833
+ "name": "zeroBannerShadowOptions",
5834
+ "default": "foundationBannerShadowOptions"
5835
+ },
5888
5836
  {
5889
5837
  "kind": "class",
5890
5838
  "description": "",
5891
- "name": "Badge",
5839
+ "name": "Banner",
5892
5840
  "superclass": {
5893
- "name": "FoundationBadge",
5841
+ "name": "FoundationBanner",
5894
5842
  "package": "@genesislcap/foundation-ui"
5895
5843
  },
5896
- "tagName": "%%prefix%%-badge",
5844
+ "tagName": "%%prefix%%-banner",
5897
5845
  "customElement": true,
5898
- "attributes": [
5899
- {
5900
- "name": "fill",
5901
- "type": {
5902
- "text": "string"
5903
- },
5904
- "description": "Indicates the badge should have a filled style.",
5905
- "fieldName": "fill",
5906
- "inheritedFrom": {
5907
- "name": "Badge",
5908
- "module": "src/badge/badge.ts"
5909
- }
5910
- },
5846
+ "members": [
5911
5847
  {
5912
- "name": "color",
5848
+ "kind": "field",
5849
+ "name": "banner",
5913
5850
  "type": {
5914
- "text": "string"
5851
+ "text": "HTMLElement"
5915
5852
  },
5916
- "description": "Indicates the badge should have a filled style.",
5917
- "fieldName": "color",
5853
+ "privacy": "public",
5918
5854
  "inheritedFrom": {
5919
- "name": "Badge",
5920
- "module": "src/badge/badge.ts"
5855
+ "name": "Banner",
5856
+ "module": "src/banner/banner.ts"
5921
5857
  }
5922
5858
  },
5923
- {
5924
- "type": {
5925
- "text": "boolean"
5926
- },
5927
- "description": "Indicates the element should be circular",
5928
- "fieldName": "circular",
5929
- "inheritedFrom": {
5930
- "name": "Badge",
5931
- "module": "src/badge/badge.ts"
5932
- }
5933
- }
5934
- ],
5935
- "members": [
5936
5859
  {
5937
5860
  "kind": "field",
5938
- "name": "fill",
5861
+ "name": "dismissAnimation",
5939
5862
  "type": {
5940
- "text": "string"
5863
+ "text": "'banner-delete' | ''"
5941
5864
  },
5942
- "privacy": "public",
5943
- "description": "Indicates the badge should have a filled style.",
5865
+ "default": "''",
5944
5866
  "inheritedFrom": {
5945
- "name": "Badge",
5946
- "module": "src/badge/badge.ts"
5867
+ "name": "Banner",
5868
+ "module": "src/banner/banner.ts"
5947
5869
  }
5948
5870
  },
5949
5871
  {
5950
5872
  "kind": "field",
5951
- "name": "color",
5873
+ "name": "notification",
5952
5874
  "type": {
5953
- "text": "string"
5875
+ "text": "NotificationStructure"
5954
5876
  },
5955
- "privacy": "public",
5956
- "description": "Indicates the badge should have a filled style.",
5957
5877
  "inheritedFrom": {
5958
- "name": "Badge",
5959
- "module": "src/badge/badge.ts"
5878
+ "name": "Banner",
5879
+ "module": "src/banner/banner.ts"
5960
5880
  }
5961
5881
  },
5962
5882
  {
5963
- "kind": "field",
5964
- "name": "circular",
5965
- "type": {
5966
- "text": "boolean"
5967
- },
5883
+ "kind": "method",
5884
+ "name": "dismiss",
5968
5885
  "privacy": "public",
5969
- "description": "Indicates the element should be circular",
5886
+ "return": {
5887
+ "type": {
5888
+ "text": "Promise<void>"
5889
+ }
5890
+ },
5891
+ "description": "Dismiss the Banner from display.",
5970
5892
  "inheritedFrom": {
5971
- "name": "Badge",
5972
- "module": "src/badge/badge.ts"
5893
+ "name": "Banner",
5894
+ "module": "src/banner/banner.ts"
5973
5895
  }
5974
5896
  },
5975
5897
  {
5976
- "kind": "field",
5977
- "name": "generateBadgeStyle",
5898
+ "kind": "method",
5899
+ "name": "dismissNotification",
5978
5900
  "privacy": "public",
5901
+ "description": "Dismiss the Banner (NotificationStructure) from display.",
5979
5902
  "inheritedFrom": {
5980
- "name": "Badge",
5981
- "module": "src/badge/badge.ts"
5903
+ "name": "Banner",
5904
+ "module": "src/banner/banner.ts"
5982
5905
  }
5983
5906
  },
5984
5907
  {
@@ -5990,8 +5913,8 @@
5990
5913
  "privacy": "private",
5991
5914
  "default": "void 0",
5992
5915
  "inheritedFrom": {
5993
- "name": "Badge",
5994
- "module": "src/badge/badge.ts"
5916
+ "name": "FoundationElement",
5917
+ "module": "src/foundation-element/foundation-element.ts"
5995
5918
  }
5996
5919
  },
5997
5920
  {
@@ -6003,8 +5926,8 @@
6003
5926
  "privacy": "public",
6004
5927
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6005
5928
  "inheritedFrom": {
6006
- "name": "Badge",
6007
- "module": "src/badge/badge.ts"
5929
+ "name": "FoundationElement",
5930
+ "module": "src/foundation-element/foundation-element.ts"
6008
5931
  }
6009
5932
  },
6010
5933
  {
@@ -6016,8 +5939,8 @@
6016
5939
  "privacy": "public",
6017
5940
  "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.",
6018
5941
  "inheritedFrom": {
6019
- "name": "Badge",
6020
- "module": "src/badge/badge.ts"
5942
+ "name": "FoundationElement",
5943
+ "module": "src/foundation-element/foundation-element.ts"
6021
5944
  }
6022
5945
  },
6023
5946
  {
@@ -6030,8 +5953,8 @@
6030
5953
  }
6031
5954
  },
6032
5955
  "inheritedFrom": {
6033
- "name": "Badge",
6034
- "module": "src/badge/badge.ts"
5956
+ "name": "FoundationElement",
5957
+ "module": "src/foundation-element/foundation-element.ts"
6035
5958
  }
6036
5959
  },
6037
5960
  {
@@ -6043,8 +5966,8 @@
6043
5966
  "privacy": "public",
6044
5967
  "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.",
6045
5968
  "inheritedFrom": {
6046
- "name": "Badge",
6047
- "module": "src/badge/badge.ts"
5969
+ "name": "FoundationElement",
5970
+ "module": "src/foundation-element/foundation-element.ts"
6048
5971
  }
6049
5972
  },
6050
5973
  {
@@ -6057,8 +5980,8 @@
6057
5980
  }
6058
5981
  },
6059
5982
  "inheritedFrom": {
6060
- "name": "Badge",
6061
- "module": "src/badge/badge.ts"
5983
+ "name": "FoundationElement",
5984
+ "module": "src/foundation-element/foundation-element.ts"
6062
5985
  }
6063
5986
  },
6064
5987
  {
@@ -6088,47 +6011,57 @@
6088
6011
  ],
6089
6012
  "description": "Defines an element registry function with a set of element definition defaults.",
6090
6013
  "inheritedFrom": {
6091
- "name": "Badge",
6092
- "module": "src/badge/badge.ts"
6014
+ "name": "FoundationElement",
6015
+ "module": "src/foundation-element/foundation-element.ts"
6093
6016
  }
6094
6017
  }
6095
6018
  ]
6096
6019
  },
6097
6020
  {
6098
6021
  "kind": "variable",
6099
- "name": "zeroBadge"
6022
+ "name": "zeroBanner",
6023
+ "description": "The Zero Banner",
6024
+ "privacy": "public"
6100
6025
  }
6101
6026
  ],
6102
6027
  "exports": [
6103
6028
  {
6104
6029
  "kind": "js",
6105
- "name": "Badge",
6030
+ "name": "zeroBannerShadowOptions",
6106
6031
  "declaration": {
6107
- "name": "Badge",
6108
- "module": "src/badge/badge.ts"
6032
+ "name": "zeroBannerShadowOptions",
6033
+ "module": "src/banner/banner.ts"
6109
6034
  }
6110
6035
  },
6111
6036
  {
6112
6037
  "kind": "js",
6113
- "name": "zeroBadge",
6038
+ "name": "Banner",
6114
6039
  "declaration": {
6115
- "name": "zeroBadge",
6116
- "module": "src/badge/badge.ts"
6040
+ "name": "Banner",
6041
+ "module": "src/banner/banner.ts"
6042
+ }
6043
+ },
6044
+ {
6045
+ "kind": "js",
6046
+ "name": "zeroBanner",
6047
+ "declaration": {
6048
+ "name": "zeroBanner",
6049
+ "module": "src/banner/banner.ts"
6117
6050
  }
6118
6051
  }
6119
6052
  ]
6120
6053
  },
6121
6054
  {
6122
6055
  "kind": "javascript-module",
6123
- "path": "src/badge/index.ts",
6056
+ "path": "src/banner/index.ts",
6124
6057
  "declarations": [],
6125
6058
  "exports": [
6126
6059
  {
6127
6060
  "kind": "js",
6128
- "name": "*",
6061
+ "name": "zeroBannerTemplate",
6129
6062
  "declaration": {
6130
- "name": "*",
6131
- "package": "./badge"
6063
+ "name": "foundationBannerTemplate",
6064
+ "package": "@genesislcap/foundation-ui"
6132
6065
  }
6133
6066
  },
6134
6067
  {
@@ -6136,7 +6069,7 @@
6136
6069
  "name": "*",
6137
6070
  "declaration": {
6138
6071
  "name": "*",
6139
- "package": "./badge.styles"
6072
+ "package": "./banner"
6140
6073
  }
6141
6074
  },
6142
6075
  {
@@ -6144,110 +6077,187 @@
6144
6077
  "name": "*",
6145
6078
  "declaration": {
6146
6079
  "name": "*",
6147
- "package": "./badge.template"
6080
+ "package": "./banner.styles"
6148
6081
  }
6149
6082
  }
6150
6083
  ]
6151
6084
  },
6152
6085
  {
6153
6086
  "kind": "javascript-module",
6154
- "path": "src/banner/banner.styles.ts",
6087
+ "path": "src/badge/badge.styles.ts",
6155
6088
  "declarations": [
6156
6089
  {
6157
- "kind": "variable",
6158
- "name": "zeroBannerStyles",
6159
- "default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
6090
+ "kind": "function",
6091
+ "name": "zeroBadgeStyles",
6092
+ "return": {
6093
+ "type": {
6094
+ "text": "ElementStyles"
6095
+ }
6096
+ },
6097
+ "parameters": [
6098
+ {
6099
+ "name": "context",
6100
+ "type": {
6101
+ "text": "ElementDefinitionContext"
6102
+ }
6103
+ },
6104
+ {
6105
+ "name": "definition",
6106
+ "type": {
6107
+ "text": "FoundationElementDefinition"
6108
+ }
6109
+ }
6110
+ ]
6160
6111
  }
6161
6112
  ],
6162
6113
  "exports": [
6163
6114
  {
6164
6115
  "kind": "js",
6165
- "name": "zeroBannerStyles",
6116
+ "name": "zeroBadgeStyles",
6166
6117
  "declaration": {
6167
- "name": "zeroBannerStyles",
6168
- "module": "src/banner/banner.styles.ts"
6118
+ "name": "zeroBadgeStyles",
6119
+ "module": "src/badge/badge.styles.ts"
6169
6120
  }
6170
6121
  }
6171
6122
  ]
6172
6123
  },
6173
6124
  {
6174
6125
  "kind": "javascript-module",
6175
- "path": "src/banner/banner.ts",
6126
+ "path": "src/badge/badge.template.ts",
6176
6127
  "declarations": [
6177
6128
  {
6178
- "kind": "variable",
6179
- "name": "zeroBannerShadowOptions",
6180
- "default": "foundationBannerShadowOptions"
6181
- },
6129
+ "kind": "function",
6130
+ "name": "zeroBadgeTemplate",
6131
+ "return": {
6132
+ "type": {
6133
+ "text": "ViewTemplate<Badge>"
6134
+ }
6135
+ },
6136
+ "parameters": [
6137
+ {
6138
+ "name": "context",
6139
+ "type": {
6140
+ "text": "ElementDefinitionContext"
6141
+ }
6142
+ },
6143
+ {
6144
+ "name": "definition",
6145
+ "type": {
6146
+ "text": "FoundationElementDefinition"
6147
+ }
6148
+ }
6149
+ ]
6150
+ }
6151
+ ],
6152
+ "exports": [
6153
+ {
6154
+ "kind": "js",
6155
+ "name": "zeroBadgeTemplate",
6156
+ "declaration": {
6157
+ "name": "zeroBadgeTemplate",
6158
+ "module": "src/badge/badge.template.ts"
6159
+ }
6160
+ }
6161
+ ]
6162
+ },
6163
+ {
6164
+ "kind": "javascript-module",
6165
+ "path": "src/badge/badge.ts",
6166
+ "declarations": [
6182
6167
  {
6183
6168
  "kind": "class",
6184
6169
  "description": "",
6185
- "name": "Banner",
6170
+ "name": "Badge",
6186
6171
  "superclass": {
6187
- "name": "FoundationBanner",
6172
+ "name": "FoundationBadge",
6188
6173
  "package": "@genesislcap/foundation-ui"
6189
6174
  },
6190
- "tagName": "%%prefix%%-banner",
6175
+ "tagName": "%%prefix%%-badge",
6191
6176
  "customElement": true,
6192
- "members": [
6177
+ "attributes": [
6193
6178
  {
6194
- "kind": "field",
6195
- "name": "banner",
6179
+ "name": "fill",
6196
6180
  "type": {
6197
- "text": "HTMLElement"
6181
+ "text": "string"
6198
6182
  },
6199
- "privacy": "public",
6183
+ "description": "Indicates the badge should have a filled style.",
6184
+ "fieldName": "fill",
6200
6185
  "inheritedFrom": {
6201
- "name": "Banner",
6202
- "module": "src/banner/banner.ts"
6186
+ "name": "Badge",
6187
+ "module": "src/badge/badge.ts"
6203
6188
  }
6204
6189
  },
6205
6190
  {
6206
- "kind": "field",
6207
- "name": "dismissAnimation",
6191
+ "name": "color",
6208
6192
  "type": {
6209
- "text": "'banner-delete' | ''"
6193
+ "text": "string"
6210
6194
  },
6211
- "default": "''",
6195
+ "description": "Indicates the badge should have a filled style.",
6196
+ "fieldName": "color",
6212
6197
  "inheritedFrom": {
6213
- "name": "Banner",
6214
- "module": "src/banner/banner.ts"
6198
+ "name": "Badge",
6199
+ "module": "src/badge/badge.ts"
6215
6200
  }
6216
6201
  },
6202
+ {
6203
+ "type": {
6204
+ "text": "boolean"
6205
+ },
6206
+ "description": "Indicates the element should be circular",
6207
+ "fieldName": "circular",
6208
+ "inheritedFrom": {
6209
+ "name": "Badge",
6210
+ "module": "src/badge/badge.ts"
6211
+ }
6212
+ }
6213
+ ],
6214
+ "members": [
6217
6215
  {
6218
6216
  "kind": "field",
6219
- "name": "notification",
6217
+ "name": "fill",
6220
6218
  "type": {
6221
- "text": "NotificationStructure"
6219
+ "text": "string"
6222
6220
  },
6221
+ "privacy": "public",
6222
+ "description": "Indicates the badge should have a filled style.",
6223
6223
  "inheritedFrom": {
6224
- "name": "Banner",
6225
- "module": "src/banner/banner.ts"
6224
+ "name": "Badge",
6225
+ "module": "src/badge/badge.ts"
6226
6226
  }
6227
6227
  },
6228
6228
  {
6229
- "kind": "method",
6230
- "name": "dismiss",
6229
+ "kind": "field",
6230
+ "name": "color",
6231
+ "type": {
6232
+ "text": "string"
6233
+ },
6231
6234
  "privacy": "public",
6232
- "return": {
6233
- "type": {
6234
- "text": "Promise<void>"
6235
- }
6235
+ "description": "Indicates the badge should have a filled style.",
6236
+ "inheritedFrom": {
6237
+ "name": "Badge",
6238
+ "module": "src/badge/badge.ts"
6239
+ }
6240
+ },
6241
+ {
6242
+ "kind": "field",
6243
+ "name": "circular",
6244
+ "type": {
6245
+ "text": "boolean"
6236
6246
  },
6237
- "description": "Dismiss the Banner from display.",
6247
+ "privacy": "public",
6248
+ "description": "Indicates the element should be circular",
6238
6249
  "inheritedFrom": {
6239
- "name": "Banner",
6240
- "module": "src/banner/banner.ts"
6250
+ "name": "Badge",
6251
+ "module": "src/badge/badge.ts"
6241
6252
  }
6242
6253
  },
6243
6254
  {
6244
- "kind": "method",
6245
- "name": "dismissNotification",
6255
+ "kind": "field",
6256
+ "name": "generateBadgeStyle",
6246
6257
  "privacy": "public",
6247
- "description": "Dismiss the Banner (NotificationStructure) from display.",
6248
6258
  "inheritedFrom": {
6249
- "name": "Banner",
6250
- "module": "src/banner/banner.ts"
6259
+ "name": "Badge",
6260
+ "module": "src/badge/badge.ts"
6251
6261
  }
6252
6262
  },
6253
6263
  {
@@ -6259,8 +6269,8 @@
6259
6269
  "privacy": "private",
6260
6270
  "default": "void 0",
6261
6271
  "inheritedFrom": {
6262
- "name": "FoundationElement",
6263
- "module": "src/foundation-element/foundation-element.ts"
6272
+ "name": "Badge",
6273
+ "module": "src/badge/badge.ts"
6264
6274
  }
6265
6275
  },
6266
6276
  {
@@ -6272,8 +6282,8 @@
6272
6282
  "privacy": "public",
6273
6283
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6274
6284
  "inheritedFrom": {
6275
- "name": "FoundationElement",
6276
- "module": "src/foundation-element/foundation-element.ts"
6285
+ "name": "Badge",
6286
+ "module": "src/badge/badge.ts"
6277
6287
  }
6278
6288
  },
6279
6289
  {
@@ -6285,8 +6295,8 @@
6285
6295
  "privacy": "public",
6286
6296
  "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.",
6287
6297
  "inheritedFrom": {
6288
- "name": "FoundationElement",
6289
- "module": "src/foundation-element/foundation-element.ts"
6298
+ "name": "Badge",
6299
+ "module": "src/badge/badge.ts"
6290
6300
  }
6291
6301
  },
6292
6302
  {
@@ -6299,8 +6309,8 @@
6299
6309
  }
6300
6310
  },
6301
6311
  "inheritedFrom": {
6302
- "name": "FoundationElement",
6303
- "module": "src/foundation-element/foundation-element.ts"
6312
+ "name": "Badge",
6313
+ "module": "src/badge/badge.ts"
6304
6314
  }
6305
6315
  },
6306
6316
  {
@@ -6312,8 +6322,8 @@
6312
6322
  "privacy": "public",
6313
6323
  "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.",
6314
6324
  "inheritedFrom": {
6315
- "name": "FoundationElement",
6316
- "module": "src/foundation-element/foundation-element.ts"
6325
+ "name": "Badge",
6326
+ "module": "src/badge/badge.ts"
6317
6327
  }
6318
6328
  },
6319
6329
  {
@@ -6326,8 +6336,8 @@
6326
6336
  }
6327
6337
  },
6328
6338
  "inheritedFrom": {
6329
- "name": "FoundationElement",
6330
- "module": "src/foundation-element/foundation-element.ts"
6339
+ "name": "Badge",
6340
+ "module": "src/badge/badge.ts"
6331
6341
  }
6332
6342
  },
6333
6343
  {
@@ -6357,57 +6367,47 @@
6357
6367
  ],
6358
6368
  "description": "Defines an element registry function with a set of element definition defaults.",
6359
6369
  "inheritedFrom": {
6360
- "name": "FoundationElement",
6361
- "module": "src/foundation-element/foundation-element.ts"
6370
+ "name": "Badge",
6371
+ "module": "src/badge/badge.ts"
6362
6372
  }
6363
6373
  }
6364
6374
  ]
6365
6375
  },
6366
6376
  {
6367
6377
  "kind": "variable",
6368
- "name": "zeroBanner",
6369
- "description": "The Zero Banner",
6370
- "privacy": "public"
6378
+ "name": "zeroBadge"
6371
6379
  }
6372
6380
  ],
6373
6381
  "exports": [
6374
6382
  {
6375
6383
  "kind": "js",
6376
- "name": "zeroBannerShadowOptions",
6377
- "declaration": {
6378
- "name": "zeroBannerShadowOptions",
6379
- "module": "src/banner/banner.ts"
6380
- }
6381
- },
6382
- {
6383
- "kind": "js",
6384
- "name": "Banner",
6384
+ "name": "Badge",
6385
6385
  "declaration": {
6386
- "name": "Banner",
6387
- "module": "src/banner/banner.ts"
6386
+ "name": "Badge",
6387
+ "module": "src/badge/badge.ts"
6388
6388
  }
6389
6389
  },
6390
6390
  {
6391
6391
  "kind": "js",
6392
- "name": "zeroBanner",
6392
+ "name": "zeroBadge",
6393
6393
  "declaration": {
6394
- "name": "zeroBanner",
6395
- "module": "src/banner/banner.ts"
6394
+ "name": "zeroBadge",
6395
+ "module": "src/badge/badge.ts"
6396
6396
  }
6397
6397
  }
6398
6398
  ]
6399
6399
  },
6400
6400
  {
6401
6401
  "kind": "javascript-module",
6402
- "path": "src/banner/index.ts",
6402
+ "path": "src/badge/index.ts",
6403
6403
  "declarations": [],
6404
6404
  "exports": [
6405
6405
  {
6406
6406
  "kind": "js",
6407
- "name": "zeroBannerTemplate",
6407
+ "name": "*",
6408
6408
  "declaration": {
6409
- "name": "foundationBannerTemplate",
6410
- "package": "@genesislcap/foundation-ui"
6409
+ "name": "*",
6410
+ "package": "./badge"
6411
6411
  }
6412
6412
  },
6413
6413
  {
@@ -6415,7 +6415,7 @@
6415
6415
  "name": "*",
6416
6416
  "declaration": {
6417
6417
  "name": "*",
6418
- "package": "./banner"
6418
+ "package": "./badge.styles"
6419
6419
  }
6420
6420
  },
6421
6421
  {
@@ -6423,7 +6423,7 @@
6423
6423
  "name": "*",
6424
6424
  "declaration": {
6425
6425
  "name": "*",
6426
- "package": "./banner.styles"
6426
+ "package": "./badge.template"
6427
6427
  }
6428
6428
  }
6429
6429
  ]
@@ -196,23 +196,23 @@ export declare const Avatar: React.ForwardRefExoticComponent<
196
196
  >;
197
197
  export type AvatarRef = AvatarWC;
198
198
 
199
- export declare const Badge: React.ForwardRefExoticComponent<
199
+ export declare const Banner: React.ForwardRefExoticComponent<
200
200
  React.PropsWithChildren<
201
- Omit<PublicOf<BadgeWC>, 'children' | 'style'> &
201
+ Omit<PublicOf<BannerWC>, 'children' | 'style'> &
202
202
  HTMLWCProps & {
203
203
  }
204
- > & React.RefAttributes<BadgeWC>
204
+ > & React.RefAttributes<BannerWC>
205
205
  >;
206
- export type BadgeRef = BadgeWC;
206
+ export type BannerRef = BannerWC;
207
207
 
208
- export declare const Banner: React.ForwardRefExoticComponent<
208
+ export declare const Badge: React.ForwardRefExoticComponent<
209
209
  React.PropsWithChildren<
210
- Omit<PublicOf<BannerWC>, 'children' | 'style'> &
210
+ Omit<PublicOf<BadgeWC>, 'children' | 'style'> &
211
211
  HTMLWCProps & {
212
212
  }
213
- > & React.RefAttributes<BannerWC>
213
+ > & React.RefAttributes<BadgeWC>
214
214
  >;
215
- export type BannerRef = BannerWC;
215
+ export type BadgeRef = BadgeWC;
216
216
 
217
217
  export declare const Breadcrumb: React.ForwardRefExoticComponent<
218
218
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -176,14 +176,14 @@ const Avatar = React.forwardRef(function Avatar(props, ref) {
176
176
  return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
177
177
  });
178
178
 
179
- const Badge = React.forwardRef(function Badge(props, ref) {
179
+ const Banner = React.forwardRef(function Banner(props, ref) {
180
180
  const { children, ...rest } = props;
181
- return React.createElement(customElements.getName(BadgeWC) ?? '%%prefix%%-badge', { ...rest, ref }, children);
181
+ return React.createElement(customElements.getName(BannerWC) ?? '%%prefix%%-banner', { ...rest, ref }, children);
182
182
  });
183
183
 
184
- const Banner = React.forwardRef(function Banner(props, ref) {
184
+ const Badge = React.forwardRef(function Badge(props, ref) {
185
185
  const { children, ...rest } = props;
186
- return React.createElement(customElements.getName(BannerWC) ?? '%%prefix%%-banner', { ...rest, ref }, children);
186
+ return React.createElement(customElements.getName(BadgeWC) ?? '%%prefix%%-badge', { ...rest, ref }, children);
187
187
  });
188
188
 
189
189
  const Breadcrumb = React.forwardRef(function Breadcrumb(props, ref) {
@@ -994,8 +994,8 @@ module.exports = {
994
994
  Anchor,
995
995
  AnchoredRegion,
996
996
  Avatar,
997
- Badge,
998
997
  Banner,
998
+ Badge,
999
999
  Breadcrumb,
1000
1000
  BreadcrumbItem,
1001
1001
  Button,
package/dist/react.mjs CHANGED
@@ -174,14 +174,14 @@ export const Avatar = React.forwardRef(function Avatar(props, ref) {
174
174
  return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
175
175
  });
176
176
 
177
- export const Badge = React.forwardRef(function Badge(props, ref) {
177
+ export const Banner = React.forwardRef(function Banner(props, ref) {
178
178
  const { children, ...rest } = props;
179
- return React.createElement(customElements.getName(BadgeWC) ?? '%%prefix%%-badge', { ...rest, ref }, children);
179
+ return React.createElement(customElements.getName(BannerWC) ?? '%%prefix%%-banner', { ...rest, ref }, children);
180
180
  });
181
181
 
182
- export const Banner = React.forwardRef(function Banner(props, ref) {
182
+ export const Badge = React.forwardRef(function Badge(props, ref) {
183
183
  const { children, ...rest } = props;
184
- return React.createElement(customElements.getName(BannerWC) ?? '%%prefix%%-banner', { ...rest, ref }, children);
184
+ return React.createElement(customElements.getName(BadgeWC) ?? '%%prefix%%-badge', { ...rest, ref }, children);
185
185
  });
186
186
 
187
187
  export const Breadcrumb = React.forwardRef(function Breadcrumb(props, ref) {
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.458.1-GENC-0.2",
4
+ "version": "14.458.1-GENC-0.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "14.458.1-GENC-0.2",
77
- "@genesislcap/rollup-builder": "14.458.1-GENC-0.2",
78
- "@genesislcap/ts-builder": "14.458.1-GENC-0.2",
79
- "@genesislcap/uvu-playwright-builder": "14.458.1-GENC-0.2",
80
- "@genesislcap/vite-builder": "14.458.1-GENC-0.2",
81
- "@genesislcap/webpack-builder": "14.458.1-GENC-0.2"
76
+ "@genesislcap/genx": "14.458.1-GENC-0.3",
77
+ "@genesislcap/rollup-builder": "14.458.1-GENC-0.3",
78
+ "@genesislcap/ts-builder": "14.458.1-GENC-0.3",
79
+ "@genesislcap/uvu-playwright-builder": "14.458.1-GENC-0.3",
80
+ "@genesislcap/vite-builder": "14.458.1-GENC-0.3",
81
+ "@genesislcap/webpack-builder": "14.458.1-GENC-0.3"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.458.1-GENC-0.2",
85
- "@genesislcap/foundation-logger": "14.458.1-GENC-0.2",
86
- "@genesislcap/foundation-ui": "14.458.1-GENC-0.2",
87
- "@genesislcap/foundation-utils": "14.458.1-GENC-0.2",
84
+ "@genesislcap/foundation-comms": "14.458.1-GENC-0.3",
85
+ "@genesislcap/foundation-logger": "14.458.1-GENC-0.3",
86
+ "@genesislcap/foundation-ui": "14.458.1-GENC-0.3",
87
+ "@genesislcap/foundation-utils": "14.458.1-GENC-0.3",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -111,5 +111,5 @@
111
111
  "require": "./dist/react.cjs"
112
112
  }
113
113
  },
114
- "gitHead": "7506d57ff2fb4954bdba714195727a48ebb3d9a3"
114
+ "gitHead": "8c0abb0de4dbbe5069d5456c3d8e7a52b5854133"
115
115
  }