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