@genesislcap/foundation-zero 14.18.0 → 14.20.0-bny.19
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 +379 -379
- package/package.json +6 -6
|
@@ -5297,215 +5297,6 @@
|
|
|
5297
5297
|
}
|
|
5298
5298
|
]
|
|
5299
5299
|
},
|
|
5300
|
-
{
|
|
5301
|
-
"kind": "javascript-module",
|
|
5302
|
-
"path": "src/error-dialog/error-dialog.stories.ts",
|
|
5303
|
-
"declarations": [
|
|
5304
|
-
{
|
|
5305
|
-
"kind": "variable",
|
|
5306
|
-
"name": "meta",
|
|
5307
|
-
"type": {
|
|
5308
|
-
"text": "Meta"
|
|
5309
|
-
},
|
|
5310
|
-
"default": "{\n title: 'Error Dialog',\n component: 'zero-error-dialog',\n}"
|
|
5311
|
-
},
|
|
5312
|
-
{
|
|
5313
|
-
"kind": "variable",
|
|
5314
|
-
"name": "Primary",
|
|
5315
|
-
"type": {
|
|
5316
|
-
"text": "StoryObj"
|
|
5317
|
-
},
|
|
5318
|
-
"default": "{\n args: {\n errorText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n },\n render: ({ errorText }) => html`\n <zero-button @click=\"${() => showDialog(errorText)}\">Show Zero Dialog</zero-button>\n <div id=\"error-dialog-container\"></div>\n `,\n}"
|
|
5319
|
-
}
|
|
5320
|
-
],
|
|
5321
|
-
"exports": [
|
|
5322
|
-
{
|
|
5323
|
-
"kind": "js",
|
|
5324
|
-
"name": "default",
|
|
5325
|
-
"declaration": {
|
|
5326
|
-
"name": "meta",
|
|
5327
|
-
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
5328
|
-
}
|
|
5329
|
-
},
|
|
5330
|
-
{
|
|
5331
|
-
"kind": "js",
|
|
5332
|
-
"name": "Primary",
|
|
5333
|
-
"declaration": {
|
|
5334
|
-
"name": "Primary",
|
|
5335
|
-
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
5336
|
-
}
|
|
5337
|
-
}
|
|
5338
|
-
]
|
|
5339
|
-
},
|
|
5340
|
-
{
|
|
5341
|
-
"kind": "javascript-module",
|
|
5342
|
-
"path": "src/error-dialog/error-dialog.ts",
|
|
5343
|
-
"declarations": [
|
|
5344
|
-
{
|
|
5345
|
-
"kind": "class",
|
|
5346
|
-
"description": "",
|
|
5347
|
-
"name": "ErrorDialog",
|
|
5348
|
-
"superclass": {
|
|
5349
|
-
"name": "FoundationErrorDialog",
|
|
5350
|
-
"package": "@genesislcap/foundation-ui"
|
|
5351
|
-
},
|
|
5352
|
-
"tagName": "%%prefix%%-error-dialog",
|
|
5353
|
-
"customElement": true,
|
|
5354
|
-
"members": [
|
|
5355
|
-
{
|
|
5356
|
-
"kind": "field",
|
|
5357
|
-
"name": "_presentation",
|
|
5358
|
-
"type": {
|
|
5359
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5360
|
-
},
|
|
5361
|
-
"privacy": "private",
|
|
5362
|
-
"default": "void 0",
|
|
5363
|
-
"inheritedFrom": {
|
|
5364
|
-
"name": "FoundationElement",
|
|
5365
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5366
|
-
}
|
|
5367
|
-
},
|
|
5368
|
-
{
|
|
5369
|
-
"kind": "field",
|
|
5370
|
-
"name": "$presentation",
|
|
5371
|
-
"type": {
|
|
5372
|
-
"text": "ComponentPresentation | null"
|
|
5373
|
-
},
|
|
5374
|
-
"privacy": "public",
|
|
5375
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5376
|
-
"inheritedFrom": {
|
|
5377
|
-
"name": "FoundationElement",
|
|
5378
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5379
|
-
}
|
|
5380
|
-
},
|
|
5381
|
-
{
|
|
5382
|
-
"kind": "field",
|
|
5383
|
-
"name": "template",
|
|
5384
|
-
"type": {
|
|
5385
|
-
"text": "ElementViewTemplate | void | null"
|
|
5386
|
-
},
|
|
5387
|
-
"privacy": "public",
|
|
5388
|
-
"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.",
|
|
5389
|
-
"inheritedFrom": {
|
|
5390
|
-
"name": "FoundationElement",
|
|
5391
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5392
|
-
}
|
|
5393
|
-
},
|
|
5394
|
-
{
|
|
5395
|
-
"kind": "method",
|
|
5396
|
-
"name": "templateChanged",
|
|
5397
|
-
"privacy": "protected",
|
|
5398
|
-
"return": {
|
|
5399
|
-
"type": {
|
|
5400
|
-
"text": "void"
|
|
5401
|
-
}
|
|
5402
|
-
},
|
|
5403
|
-
"inheritedFrom": {
|
|
5404
|
-
"name": "FoundationElement",
|
|
5405
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5406
|
-
}
|
|
5407
|
-
},
|
|
5408
|
-
{
|
|
5409
|
-
"kind": "field",
|
|
5410
|
-
"name": "styles",
|
|
5411
|
-
"type": {
|
|
5412
|
-
"text": "ElementStyles | void | null"
|
|
5413
|
-
},
|
|
5414
|
-
"privacy": "public",
|
|
5415
|
-
"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.",
|
|
5416
|
-
"inheritedFrom": {
|
|
5417
|
-
"name": "FoundationElement",
|
|
5418
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5419
|
-
}
|
|
5420
|
-
},
|
|
5421
|
-
{
|
|
5422
|
-
"kind": "method",
|
|
5423
|
-
"name": "stylesChanged",
|
|
5424
|
-
"privacy": "protected",
|
|
5425
|
-
"return": {
|
|
5426
|
-
"type": {
|
|
5427
|
-
"text": "void"
|
|
5428
|
-
}
|
|
5429
|
-
},
|
|
5430
|
-
"inheritedFrom": {
|
|
5431
|
-
"name": "FoundationElement",
|
|
5432
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5433
|
-
}
|
|
5434
|
-
},
|
|
5435
|
-
{
|
|
5436
|
-
"kind": "method",
|
|
5437
|
-
"name": "compose",
|
|
5438
|
-
"privacy": "public",
|
|
5439
|
-
"static": true,
|
|
5440
|
-
"return": {
|
|
5441
|
-
"type": {
|
|
5442
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5443
|
-
}
|
|
5444
|
-
},
|
|
5445
|
-
"parameters": [
|
|
5446
|
-
{
|
|
5447
|
-
"name": "this",
|
|
5448
|
-
"type": {
|
|
5449
|
-
"text": "K"
|
|
5450
|
-
}
|
|
5451
|
-
},
|
|
5452
|
-
{
|
|
5453
|
-
"name": "elementDefinition",
|
|
5454
|
-
"type": {
|
|
5455
|
-
"text": "T"
|
|
5456
|
-
},
|
|
5457
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
5458
|
-
}
|
|
5459
|
-
],
|
|
5460
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5461
|
-
"inheritedFrom": {
|
|
5462
|
-
"name": "FoundationElement",
|
|
5463
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5464
|
-
}
|
|
5465
|
-
}
|
|
5466
|
-
]
|
|
5467
|
-
},
|
|
5468
|
-
{
|
|
5469
|
-
"kind": "variable",
|
|
5470
|
-
"name": "zeroErrorDialog",
|
|
5471
|
-
"description": "The zero ErrorDialog",
|
|
5472
|
-
"privacy": "public"
|
|
5473
|
-
}
|
|
5474
|
-
],
|
|
5475
|
-
"exports": [
|
|
5476
|
-
{
|
|
5477
|
-
"kind": "js",
|
|
5478
|
-
"name": "ErrorDialog",
|
|
5479
|
-
"declaration": {
|
|
5480
|
-
"name": "ErrorDialog",
|
|
5481
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
5482
|
-
}
|
|
5483
|
-
},
|
|
5484
|
-
{
|
|
5485
|
-
"kind": "js",
|
|
5486
|
-
"name": "zeroErrorDialog",
|
|
5487
|
-
"declaration": {
|
|
5488
|
-
"name": "zeroErrorDialog",
|
|
5489
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
5490
|
-
}
|
|
5491
|
-
}
|
|
5492
|
-
]
|
|
5493
|
-
},
|
|
5494
|
-
{
|
|
5495
|
-
"kind": "javascript-module",
|
|
5496
|
-
"path": "src/error-dialog/index.ts",
|
|
5497
|
-
"declarations": [],
|
|
5498
|
-
"exports": [
|
|
5499
|
-
{
|
|
5500
|
-
"kind": "js",
|
|
5501
|
-
"name": "*",
|
|
5502
|
-
"declaration": {
|
|
5503
|
-
"name": "*",
|
|
5504
|
-
"package": "./error-dialog"
|
|
5505
|
-
}
|
|
5506
|
-
}
|
|
5507
|
-
]
|
|
5508
|
-
},
|
|
5509
5300
|
{
|
|
5510
5301
|
"kind": "javascript-module",
|
|
5511
5302
|
"path": "src/file-upload/file-upload.stories.ts",
|
|
@@ -6149,7 +5940,7 @@
|
|
|
6149
5940
|
},
|
|
6150
5941
|
{
|
|
6151
5942
|
"kind": "javascript-module",
|
|
6152
|
-
"path": "src/
|
|
5943
|
+
"path": "src/error-dialog/error-dialog.stories.ts",
|
|
6153
5944
|
"declarations": [
|
|
6154
5945
|
{
|
|
6155
5946
|
"kind": "variable",
|
|
@@ -6157,7 +5948,7 @@
|
|
|
6157
5948
|
"type": {
|
|
6158
5949
|
"text": "Meta"
|
|
6159
5950
|
},
|
|
6160
|
-
"default": "{\n title: '
|
|
5951
|
+
"default": "{\n title: 'Error Dialog',\n component: 'zero-error-dialog',\n}"
|
|
6161
5952
|
},
|
|
6162
5953
|
{
|
|
6163
5954
|
"kind": "variable",
|
|
@@ -6165,7 +5956,7 @@
|
|
|
6165
5956
|
"type": {
|
|
6166
5957
|
"text": "StoryObj"
|
|
6167
5958
|
},
|
|
6168
|
-
"default": "{\n render: ()
|
|
5959
|
+
"default": "{\n args: {\n errorText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n },\n render: ({ errorText }) => html`\n <zero-button @click=\"${() => showDialog(errorText)}\">Show Zero Dialog</zero-button>\n <div id=\"error-dialog-container\"></div>\n `,\n}"
|
|
6169
5960
|
}
|
|
6170
5961
|
],
|
|
6171
5962
|
"exports": [
|
|
@@ -6174,7 +5965,7 @@
|
|
|
6174
5965
|
"name": "default",
|
|
6175
5966
|
"declaration": {
|
|
6176
5967
|
"name": "meta",
|
|
6177
|
-
"module": "src/
|
|
5968
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
6178
5969
|
}
|
|
6179
5970
|
},
|
|
6180
5971
|
{
|
|
@@ -6182,38 +5973,247 @@
|
|
|
6182
5973
|
"name": "Primary",
|
|
6183
5974
|
"declaration": {
|
|
6184
5975
|
"name": "Primary",
|
|
6185
|
-
"module": "src/
|
|
5976
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
6186
5977
|
}
|
|
6187
5978
|
}
|
|
6188
5979
|
]
|
|
6189
5980
|
},
|
|
6190
5981
|
{
|
|
6191
5982
|
"kind": "javascript-module",
|
|
6192
|
-
"path": "src/
|
|
5983
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
6193
5984
|
"declarations": [
|
|
6194
5985
|
{
|
|
6195
|
-
"kind": "
|
|
6196
|
-
"
|
|
6197
|
-
"
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
|
|
5986
|
+
"kind": "class",
|
|
5987
|
+
"description": "",
|
|
5988
|
+
"name": "ErrorDialog",
|
|
5989
|
+
"superclass": {
|
|
5990
|
+
"name": "FoundationErrorDialog",
|
|
5991
|
+
"package": "@genesislcap/foundation-ui"
|
|
6201
5992
|
},
|
|
6202
|
-
"
|
|
5993
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
5994
|
+
"customElement": true,
|
|
5995
|
+
"members": [
|
|
6203
5996
|
{
|
|
6204
|
-
"
|
|
5997
|
+
"kind": "field",
|
|
5998
|
+
"name": "_presentation",
|
|
6205
5999
|
"type": {
|
|
6206
|
-
"text": "
|
|
6000
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6001
|
+
},
|
|
6002
|
+
"privacy": "private",
|
|
6003
|
+
"default": "void 0",
|
|
6004
|
+
"inheritedFrom": {
|
|
6005
|
+
"name": "FoundationElement",
|
|
6006
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6207
6007
|
}
|
|
6208
6008
|
},
|
|
6209
6009
|
{
|
|
6210
|
-
"
|
|
6010
|
+
"kind": "field",
|
|
6011
|
+
"name": "$presentation",
|
|
6211
6012
|
"type": {
|
|
6212
|
-
"text": "
|
|
6213
|
-
}
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
6013
|
+
"text": "ComponentPresentation | null"
|
|
6014
|
+
},
|
|
6015
|
+
"privacy": "public",
|
|
6016
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6017
|
+
"inheritedFrom": {
|
|
6018
|
+
"name": "FoundationElement",
|
|
6019
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6020
|
+
}
|
|
6021
|
+
},
|
|
6022
|
+
{
|
|
6023
|
+
"kind": "field",
|
|
6024
|
+
"name": "template",
|
|
6025
|
+
"type": {
|
|
6026
|
+
"text": "ElementViewTemplate | void | null"
|
|
6027
|
+
},
|
|
6028
|
+
"privacy": "public",
|
|
6029
|
+
"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.",
|
|
6030
|
+
"inheritedFrom": {
|
|
6031
|
+
"name": "FoundationElement",
|
|
6032
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6033
|
+
}
|
|
6034
|
+
},
|
|
6035
|
+
{
|
|
6036
|
+
"kind": "method",
|
|
6037
|
+
"name": "templateChanged",
|
|
6038
|
+
"privacy": "protected",
|
|
6039
|
+
"return": {
|
|
6040
|
+
"type": {
|
|
6041
|
+
"text": "void"
|
|
6042
|
+
}
|
|
6043
|
+
},
|
|
6044
|
+
"inheritedFrom": {
|
|
6045
|
+
"name": "FoundationElement",
|
|
6046
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6047
|
+
}
|
|
6048
|
+
},
|
|
6049
|
+
{
|
|
6050
|
+
"kind": "field",
|
|
6051
|
+
"name": "styles",
|
|
6052
|
+
"type": {
|
|
6053
|
+
"text": "ElementStyles | void | null"
|
|
6054
|
+
},
|
|
6055
|
+
"privacy": "public",
|
|
6056
|
+
"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.",
|
|
6057
|
+
"inheritedFrom": {
|
|
6058
|
+
"name": "FoundationElement",
|
|
6059
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6060
|
+
}
|
|
6061
|
+
},
|
|
6062
|
+
{
|
|
6063
|
+
"kind": "method",
|
|
6064
|
+
"name": "stylesChanged",
|
|
6065
|
+
"privacy": "protected",
|
|
6066
|
+
"return": {
|
|
6067
|
+
"type": {
|
|
6068
|
+
"text": "void"
|
|
6069
|
+
}
|
|
6070
|
+
},
|
|
6071
|
+
"inheritedFrom": {
|
|
6072
|
+
"name": "FoundationElement",
|
|
6073
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6074
|
+
}
|
|
6075
|
+
},
|
|
6076
|
+
{
|
|
6077
|
+
"kind": "method",
|
|
6078
|
+
"name": "compose",
|
|
6079
|
+
"privacy": "public",
|
|
6080
|
+
"static": true,
|
|
6081
|
+
"return": {
|
|
6082
|
+
"type": {
|
|
6083
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6084
|
+
}
|
|
6085
|
+
},
|
|
6086
|
+
"parameters": [
|
|
6087
|
+
{
|
|
6088
|
+
"name": "this",
|
|
6089
|
+
"type": {
|
|
6090
|
+
"text": "K"
|
|
6091
|
+
}
|
|
6092
|
+
},
|
|
6093
|
+
{
|
|
6094
|
+
"name": "elementDefinition",
|
|
6095
|
+
"type": {
|
|
6096
|
+
"text": "T"
|
|
6097
|
+
},
|
|
6098
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6099
|
+
}
|
|
6100
|
+
],
|
|
6101
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6102
|
+
"inheritedFrom": {
|
|
6103
|
+
"name": "FoundationElement",
|
|
6104
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6105
|
+
}
|
|
6106
|
+
}
|
|
6107
|
+
]
|
|
6108
|
+
},
|
|
6109
|
+
{
|
|
6110
|
+
"kind": "variable",
|
|
6111
|
+
"name": "zeroErrorDialog",
|
|
6112
|
+
"description": "The zero ErrorDialog",
|
|
6113
|
+
"privacy": "public"
|
|
6114
|
+
}
|
|
6115
|
+
],
|
|
6116
|
+
"exports": [
|
|
6117
|
+
{
|
|
6118
|
+
"kind": "js",
|
|
6119
|
+
"name": "ErrorDialog",
|
|
6120
|
+
"declaration": {
|
|
6121
|
+
"name": "ErrorDialog",
|
|
6122
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
6123
|
+
}
|
|
6124
|
+
},
|
|
6125
|
+
{
|
|
6126
|
+
"kind": "js",
|
|
6127
|
+
"name": "zeroErrorDialog",
|
|
6128
|
+
"declaration": {
|
|
6129
|
+
"name": "zeroErrorDialog",
|
|
6130
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
6131
|
+
}
|
|
6132
|
+
}
|
|
6133
|
+
]
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
"kind": "javascript-module",
|
|
6137
|
+
"path": "src/error-dialog/index.ts",
|
|
6138
|
+
"declarations": [],
|
|
6139
|
+
"exports": [
|
|
6140
|
+
{
|
|
6141
|
+
"kind": "js",
|
|
6142
|
+
"name": "*",
|
|
6143
|
+
"declaration": {
|
|
6144
|
+
"name": "*",
|
|
6145
|
+
"package": "./error-dialog"
|
|
6146
|
+
}
|
|
6147
|
+
}
|
|
6148
|
+
]
|
|
6149
|
+
},
|
|
6150
|
+
{
|
|
6151
|
+
"kind": "javascript-module",
|
|
6152
|
+
"path": "src/filter-bar/filter-bar.stories.ts",
|
|
6153
|
+
"declarations": [
|
|
6154
|
+
{
|
|
6155
|
+
"kind": "variable",
|
|
6156
|
+
"name": "meta",
|
|
6157
|
+
"type": {
|
|
6158
|
+
"text": "Meta"
|
|
6159
|
+
},
|
|
6160
|
+
"default": "{\n title: 'Filter Bar',\n component: 'zero-filter-bar',\n}"
|
|
6161
|
+
},
|
|
6162
|
+
{
|
|
6163
|
+
"kind": "variable",
|
|
6164
|
+
"name": "Primary",
|
|
6165
|
+
"type": {
|
|
6166
|
+
"text": "StoryObj"
|
|
6167
|
+
},
|
|
6168
|
+
"default": "{\n render: () =>\n html`\n <zero-filter-bar\n resource=\"ALL_PROCESSES_STATUS\"\n only=\"PROCESS_PORT, START_TIME, PROCESS_NAME, DATADUMP\"\n ></zero-filter-bar>\n `,\n}"
|
|
6169
|
+
}
|
|
6170
|
+
],
|
|
6171
|
+
"exports": [
|
|
6172
|
+
{
|
|
6173
|
+
"kind": "js",
|
|
6174
|
+
"name": "default",
|
|
6175
|
+
"declaration": {
|
|
6176
|
+
"name": "meta",
|
|
6177
|
+
"module": "src/filter-bar/filter-bar.stories.ts"
|
|
6178
|
+
}
|
|
6179
|
+
},
|
|
6180
|
+
{
|
|
6181
|
+
"kind": "js",
|
|
6182
|
+
"name": "Primary",
|
|
6183
|
+
"declaration": {
|
|
6184
|
+
"name": "Primary",
|
|
6185
|
+
"module": "src/filter-bar/filter-bar.stories.ts"
|
|
6186
|
+
}
|
|
6187
|
+
}
|
|
6188
|
+
]
|
|
6189
|
+
},
|
|
6190
|
+
{
|
|
6191
|
+
"kind": "javascript-module",
|
|
6192
|
+
"path": "src/filter-bar/filter-bar.styles.ts",
|
|
6193
|
+
"declarations": [
|
|
6194
|
+
{
|
|
6195
|
+
"kind": "function",
|
|
6196
|
+
"name": "zeroFilterBarStyles",
|
|
6197
|
+
"return": {
|
|
6198
|
+
"type": {
|
|
6199
|
+
"text": "ElementStyles"
|
|
6200
|
+
}
|
|
6201
|
+
},
|
|
6202
|
+
"parameters": [
|
|
6203
|
+
{
|
|
6204
|
+
"name": "context",
|
|
6205
|
+
"type": {
|
|
6206
|
+
"text": "ElementDefinitionContext"
|
|
6207
|
+
}
|
|
6208
|
+
},
|
|
6209
|
+
{
|
|
6210
|
+
"name": "definition",
|
|
6211
|
+
"type": {
|
|
6212
|
+
"text": "FoundationElementDefinition"
|
|
6213
|
+
}
|
|
6214
|
+
}
|
|
6215
|
+
]
|
|
6216
|
+
}
|
|
6217
6217
|
],
|
|
6218
6218
|
"exports": [
|
|
6219
6219
|
{
|
|
@@ -7407,17 +7407,112 @@
|
|
|
7407
7407
|
},
|
|
7408
7408
|
{
|
|
7409
7409
|
"kind": "javascript-module",
|
|
7410
|
-
"path": "src/
|
|
7410
|
+
"path": "src/icon/icon.stories.ts",
|
|
7411
|
+
"declarations": [
|
|
7412
|
+
{
|
|
7413
|
+
"kind": "variable",
|
|
7414
|
+
"name": "meta",
|
|
7415
|
+
"type": {
|
|
7416
|
+
"text": "Meta"
|
|
7417
|
+
},
|
|
7418
|
+
"default": "{\n title: 'Icon',\n component: 'zero-icon',\n}"
|
|
7419
|
+
},
|
|
7420
|
+
{
|
|
7421
|
+
"kind": "variable",
|
|
7422
|
+
"name": "Multiple",
|
|
7423
|
+
"type": {
|
|
7424
|
+
"text": "StoryObj"
|
|
7425
|
+
},
|
|
7426
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-icon name=\"glasses\" size=\"1x\"></zero-icon>\n <zero-icon name=\"amazon\" size=\"2x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"amazon-pay\" size=\"3x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"apple\" size=\"4x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"chrome\" size=\"5x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"ambulance\" size=\"xs\"></zero-icon>\n <zero-icon name=\"angry\" size=\"1x\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"angry\" size=\"sm\"></zero-icon>\n <zero-icon name=\"address-book\" size=\"lg\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"address-book\" size=\"xl\"></zero-icon>\n <zero-icon name=\"bookmark\" size=\"2xl;\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"bookmark\" size=\"2xs\"></zero-icon>\n </div>\n `,\n}"
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"kind": "variable",
|
|
7430
|
+
"name": "Configurable",
|
|
7431
|
+
"type": {
|
|
7432
|
+
"text": "StoryObj"
|
|
7433
|
+
},
|
|
7434
|
+
"default": "{\n argTypes: {\n size: {\n control: 'select',\n options: [\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n '1x',\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n ],\n },\n variant: {\n control: 'select',\n options: ['solid', 'regular', 'brand'],\n },\n },\n args: {\n name: 'glasses',\n size: 'lg',\n variant: 'solid',\n },\n render: ({ name, size, variant }) => html`\n <zero-icon name=\"${name}\" size=\"${size}\" variant=\"${variant}\"></zero-icon>\n `,\n}"
|
|
7435
|
+
}
|
|
7436
|
+
],
|
|
7437
|
+
"exports": [
|
|
7438
|
+
{
|
|
7439
|
+
"kind": "js",
|
|
7440
|
+
"name": "default",
|
|
7441
|
+
"declaration": {
|
|
7442
|
+
"name": "meta",
|
|
7443
|
+
"module": "src/icon/icon.stories.ts"
|
|
7444
|
+
}
|
|
7445
|
+
},
|
|
7446
|
+
{
|
|
7447
|
+
"kind": "js",
|
|
7448
|
+
"name": "Multiple",
|
|
7449
|
+
"declaration": {
|
|
7450
|
+
"name": "Multiple",
|
|
7451
|
+
"module": "src/icon/icon.stories.ts"
|
|
7452
|
+
}
|
|
7453
|
+
},
|
|
7454
|
+
{
|
|
7455
|
+
"kind": "js",
|
|
7456
|
+
"name": "Configurable",
|
|
7457
|
+
"declaration": {
|
|
7458
|
+
"name": "Configurable",
|
|
7459
|
+
"module": "src/icon/icon.stories.ts"
|
|
7460
|
+
}
|
|
7461
|
+
}
|
|
7462
|
+
]
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
"kind": "javascript-module",
|
|
7466
|
+
"path": "src/icon/icon.styles.ts",
|
|
7467
|
+
"declarations": [
|
|
7468
|
+
{
|
|
7469
|
+
"kind": "function",
|
|
7470
|
+
"name": "zeroIconStyles",
|
|
7471
|
+
"return": {
|
|
7472
|
+
"type": {
|
|
7473
|
+
"text": "ElementStyles"
|
|
7474
|
+
}
|
|
7475
|
+
},
|
|
7476
|
+
"parameters": [
|
|
7477
|
+
{
|
|
7478
|
+
"name": "context",
|
|
7479
|
+
"type": {
|
|
7480
|
+
"text": "ElementDefinitionContext"
|
|
7481
|
+
}
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
"name": "definition",
|
|
7485
|
+
"type": {
|
|
7486
|
+
"text": "FoundationElementDefinition"
|
|
7487
|
+
}
|
|
7488
|
+
}
|
|
7489
|
+
]
|
|
7490
|
+
}
|
|
7491
|
+
],
|
|
7492
|
+
"exports": [
|
|
7493
|
+
{
|
|
7494
|
+
"kind": "js",
|
|
7495
|
+
"name": "zeroIconStyles",
|
|
7496
|
+
"declaration": {
|
|
7497
|
+
"name": "zeroIconStyles",
|
|
7498
|
+
"module": "src/icon/icon.styles.ts"
|
|
7499
|
+
}
|
|
7500
|
+
}
|
|
7501
|
+
]
|
|
7502
|
+
},
|
|
7503
|
+
{
|
|
7504
|
+
"kind": "javascript-module",
|
|
7505
|
+
"path": "src/icon/icon.ts",
|
|
7411
7506
|
"declarations": [
|
|
7412
7507
|
{
|
|
7413
7508
|
"kind": "class",
|
|
7414
7509
|
"description": "",
|
|
7415
|
-
"name": "
|
|
7510
|
+
"name": "Icon",
|
|
7416
7511
|
"superclass": {
|
|
7417
|
-
"name": "
|
|
7512
|
+
"name": "FoundationIcon",
|
|
7418
7513
|
"package": "@genesislcap/foundation-ui"
|
|
7419
7514
|
},
|
|
7420
|
-
"tagName": "%%prefix%%-
|
|
7515
|
+
"tagName": "%%prefix%%-icon",
|
|
7421
7516
|
"customElement": true,
|
|
7422
7517
|
"members": [
|
|
7423
7518
|
{
|
|
@@ -7535,161 +7630,90 @@
|
|
|
7535
7630
|
},
|
|
7536
7631
|
{
|
|
7537
7632
|
"kind": "variable",
|
|
7538
|
-
"name": "
|
|
7539
|
-
"
|
|
7540
|
-
|
|
7633
|
+
"name": "defaultIconConfig",
|
|
7634
|
+
"default": "foundationIconConfig"
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"kind": "variable",
|
|
7638
|
+
"name": "zeroIconShadowOptions",
|
|
7639
|
+
"default": "foundationIconShadowOptions"
|
|
7640
|
+
},
|
|
7641
|
+
{
|
|
7642
|
+
"kind": "variable",
|
|
7643
|
+
"name": "zeroIcon"
|
|
7541
7644
|
}
|
|
7542
7645
|
],
|
|
7543
7646
|
"exports": [
|
|
7544
7647
|
{
|
|
7545
7648
|
"kind": "js",
|
|
7546
|
-
"name": "
|
|
7649
|
+
"name": "Icon",
|
|
7547
7650
|
"declaration": {
|
|
7548
|
-
"name": "
|
|
7549
|
-
"module": "src/
|
|
7651
|
+
"name": "Icon",
|
|
7652
|
+
"module": "src/icon/icon.ts"
|
|
7550
7653
|
}
|
|
7551
7654
|
},
|
|
7552
7655
|
{
|
|
7553
7656
|
"kind": "js",
|
|
7554
|
-
"name": "
|
|
7657
|
+
"name": "defaultIconConfig",
|
|
7555
7658
|
"declaration": {
|
|
7556
|
-
"name": "
|
|
7557
|
-
"module": "src/
|
|
7659
|
+
"name": "defaultIconConfig",
|
|
7660
|
+
"module": "src/icon/icon.ts"
|
|
7558
7661
|
}
|
|
7559
|
-
}
|
|
7560
|
-
]
|
|
7561
|
-
},
|
|
7562
|
-
{
|
|
7563
|
-
"kind": "javascript-module",
|
|
7564
|
-
"path": "src/grid-layout-item/index.ts",
|
|
7565
|
-
"declarations": [],
|
|
7566
|
-
"exports": [
|
|
7662
|
+
},
|
|
7567
7663
|
{
|
|
7568
7664
|
"kind": "js",
|
|
7569
|
-
"name": "
|
|
7665
|
+
"name": "zeroIconShadowOptions",
|
|
7570
7666
|
"declaration": {
|
|
7571
|
-
"name": "
|
|
7572
|
-
"
|
|
7667
|
+
"name": "zeroIconShadowOptions",
|
|
7668
|
+
"module": "src/icon/icon.ts"
|
|
7573
7669
|
}
|
|
7574
7670
|
},
|
|
7575
7671
|
{
|
|
7576
7672
|
"kind": "js",
|
|
7577
|
-
"name": "
|
|
7673
|
+
"name": "zeroIcon",
|
|
7578
7674
|
"declaration": {
|
|
7579
|
-
"name": "
|
|
7580
|
-
"
|
|
7675
|
+
"name": "zeroIcon",
|
|
7676
|
+
"module": "src/icon/icon.ts"
|
|
7581
7677
|
}
|
|
7582
7678
|
}
|
|
7583
7679
|
]
|
|
7584
7680
|
},
|
|
7585
7681
|
{
|
|
7586
7682
|
"kind": "javascript-module",
|
|
7587
|
-
"path": "src/icon/
|
|
7588
|
-
"declarations": [
|
|
7589
|
-
{
|
|
7590
|
-
"kind": "variable",
|
|
7591
|
-
"name": "meta",
|
|
7592
|
-
"type": {
|
|
7593
|
-
"text": "Meta"
|
|
7594
|
-
},
|
|
7595
|
-
"default": "{\n title: 'Icon',\n component: 'zero-icon',\n}"
|
|
7596
|
-
},
|
|
7597
|
-
{
|
|
7598
|
-
"kind": "variable",
|
|
7599
|
-
"name": "Multiple",
|
|
7600
|
-
"type": {
|
|
7601
|
-
"text": "StoryObj"
|
|
7602
|
-
},
|
|
7603
|
-
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-icon name=\"glasses\" size=\"1x\"></zero-icon>\n <zero-icon name=\"amazon\" size=\"2x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"amazon-pay\" size=\"3x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"apple\" size=\"4x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"chrome\" size=\"5x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"ambulance\" size=\"xs\"></zero-icon>\n <zero-icon name=\"angry\" size=\"1x\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"angry\" size=\"sm\"></zero-icon>\n <zero-icon name=\"address-book\" size=\"lg\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"address-book\" size=\"xl\"></zero-icon>\n <zero-icon name=\"bookmark\" size=\"2xl;\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"bookmark\" size=\"2xs\"></zero-icon>\n </div>\n `,\n}"
|
|
7604
|
-
},
|
|
7605
|
-
{
|
|
7606
|
-
"kind": "variable",
|
|
7607
|
-
"name": "Configurable",
|
|
7608
|
-
"type": {
|
|
7609
|
-
"text": "StoryObj"
|
|
7610
|
-
},
|
|
7611
|
-
"default": "{\n argTypes: {\n size: {\n control: 'select',\n options: [\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n '1x',\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n ],\n },\n variant: {\n control: 'select',\n options: ['solid', 'regular', 'brand'],\n },\n },\n args: {\n name: 'glasses',\n size: 'lg',\n variant: 'solid',\n },\n render: ({ name, size, variant }) => html`\n <zero-icon name=\"${name}\" size=\"${size}\" variant=\"${variant}\"></zero-icon>\n `,\n}"
|
|
7612
|
-
}
|
|
7613
|
-
],
|
|
7683
|
+
"path": "src/icon/index.ts",
|
|
7684
|
+
"declarations": [],
|
|
7614
7685
|
"exports": [
|
|
7615
7686
|
{
|
|
7616
7687
|
"kind": "js",
|
|
7617
|
-
"name": "
|
|
7618
|
-
"declaration": {
|
|
7619
|
-
"name": "meta",
|
|
7620
|
-
"module": "src/icon/icon.stories.ts"
|
|
7621
|
-
}
|
|
7622
|
-
},
|
|
7623
|
-
{
|
|
7624
|
-
"kind": "js",
|
|
7625
|
-
"name": "Multiple",
|
|
7688
|
+
"name": "*",
|
|
7626
7689
|
"declaration": {
|
|
7627
|
-
"name": "
|
|
7628
|
-
"
|
|
7690
|
+
"name": "*",
|
|
7691
|
+
"package": "./icon"
|
|
7629
7692
|
}
|
|
7630
7693
|
},
|
|
7631
7694
|
{
|
|
7632
7695
|
"kind": "js",
|
|
7633
|
-
"name": "
|
|
7634
|
-
"declaration": {
|
|
7635
|
-
"name": "Configurable",
|
|
7636
|
-
"module": "src/icon/icon.stories.ts"
|
|
7637
|
-
}
|
|
7638
|
-
}
|
|
7639
|
-
]
|
|
7640
|
-
},
|
|
7641
|
-
{
|
|
7642
|
-
"kind": "javascript-module",
|
|
7643
|
-
"path": "src/icon/icon.styles.ts",
|
|
7644
|
-
"declarations": [
|
|
7645
|
-
{
|
|
7646
|
-
"kind": "function",
|
|
7647
|
-
"name": "zeroIconStyles",
|
|
7648
|
-
"return": {
|
|
7649
|
-
"type": {
|
|
7650
|
-
"text": "ElementStyles"
|
|
7651
|
-
}
|
|
7652
|
-
},
|
|
7653
|
-
"parameters": [
|
|
7654
|
-
{
|
|
7655
|
-
"name": "context",
|
|
7656
|
-
"type": {
|
|
7657
|
-
"text": "ElementDefinitionContext"
|
|
7658
|
-
}
|
|
7659
|
-
},
|
|
7660
|
-
{
|
|
7661
|
-
"name": "definition",
|
|
7662
|
-
"type": {
|
|
7663
|
-
"text": "FoundationElementDefinition"
|
|
7664
|
-
}
|
|
7665
|
-
}
|
|
7666
|
-
]
|
|
7667
|
-
}
|
|
7668
|
-
],
|
|
7669
|
-
"exports": [
|
|
7670
|
-
{
|
|
7671
|
-
"kind": "js",
|
|
7672
|
-
"name": "zeroIconStyles",
|
|
7696
|
+
"name": "*",
|
|
7673
7697
|
"declaration": {
|
|
7674
|
-
"name": "
|
|
7675
|
-
"
|
|
7698
|
+
"name": "*",
|
|
7699
|
+
"package": "./icon.styles"
|
|
7676
7700
|
}
|
|
7677
7701
|
}
|
|
7678
7702
|
]
|
|
7679
7703
|
},
|
|
7680
7704
|
{
|
|
7681
7705
|
"kind": "javascript-module",
|
|
7682
|
-
"path": "src/
|
|
7706
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
7683
7707
|
"declarations": [
|
|
7684
7708
|
{
|
|
7685
7709
|
"kind": "class",
|
|
7686
7710
|
"description": "",
|
|
7687
|
-
"name": "
|
|
7711
|
+
"name": "GridLayoutItem",
|
|
7688
7712
|
"superclass": {
|
|
7689
|
-
"name": "
|
|
7713
|
+
"name": "FoundationGridLayoutItem",
|
|
7690
7714
|
"package": "@genesislcap/foundation-ui"
|
|
7691
7715
|
},
|
|
7692
|
-
"tagName": "%%prefix%%-
|
|
7716
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
7693
7717
|
"customElement": true,
|
|
7694
7718
|
"members": [
|
|
7695
7719
|
{
|
|
@@ -7807,57 +7831,33 @@
|
|
|
7807
7831
|
},
|
|
7808
7832
|
{
|
|
7809
7833
|
"kind": "variable",
|
|
7810
|
-
"name": "
|
|
7811
|
-
"
|
|
7812
|
-
|
|
7813
|
-
{
|
|
7814
|
-
"kind": "variable",
|
|
7815
|
-
"name": "zeroIconShadowOptions",
|
|
7816
|
-
"default": "foundationIconShadowOptions"
|
|
7817
|
-
},
|
|
7818
|
-
{
|
|
7819
|
-
"kind": "variable",
|
|
7820
|
-
"name": "zeroIcon"
|
|
7834
|
+
"name": "zeroGridLayoutItem",
|
|
7835
|
+
"description": "The Zero Grid Layout Item",
|
|
7836
|
+
"privacy": "public"
|
|
7821
7837
|
}
|
|
7822
7838
|
],
|
|
7823
7839
|
"exports": [
|
|
7824
7840
|
{
|
|
7825
7841
|
"kind": "js",
|
|
7826
|
-
"name": "
|
|
7827
|
-
"declaration": {
|
|
7828
|
-
"name": "Icon",
|
|
7829
|
-
"module": "src/icon/icon.ts"
|
|
7830
|
-
}
|
|
7831
|
-
},
|
|
7832
|
-
{
|
|
7833
|
-
"kind": "js",
|
|
7834
|
-
"name": "defaultIconConfig",
|
|
7835
|
-
"declaration": {
|
|
7836
|
-
"name": "defaultIconConfig",
|
|
7837
|
-
"module": "src/icon/icon.ts"
|
|
7838
|
-
}
|
|
7839
|
-
},
|
|
7840
|
-
{
|
|
7841
|
-
"kind": "js",
|
|
7842
|
-
"name": "zeroIconShadowOptions",
|
|
7842
|
+
"name": "GridLayoutItem",
|
|
7843
7843
|
"declaration": {
|
|
7844
|
-
"name": "
|
|
7845
|
-
"module": "src/
|
|
7844
|
+
"name": "GridLayoutItem",
|
|
7845
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
7846
7846
|
}
|
|
7847
7847
|
},
|
|
7848
7848
|
{
|
|
7849
7849
|
"kind": "js",
|
|
7850
|
-
"name": "
|
|
7850
|
+
"name": "zeroGridLayoutItem",
|
|
7851
7851
|
"declaration": {
|
|
7852
|
-
"name": "
|
|
7853
|
-
"module": "src/
|
|
7852
|
+
"name": "zeroGridLayoutItem",
|
|
7853
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
7854
7854
|
}
|
|
7855
7855
|
}
|
|
7856
7856
|
]
|
|
7857
7857
|
},
|
|
7858
7858
|
{
|
|
7859
7859
|
"kind": "javascript-module",
|
|
7860
|
-
"path": "src/
|
|
7860
|
+
"path": "src/grid-layout-item/index.ts",
|
|
7861
7861
|
"declarations": [],
|
|
7862
7862
|
"exports": [
|
|
7863
7863
|
{
|
|
@@ -7865,15 +7865,15 @@
|
|
|
7865
7865
|
"name": "*",
|
|
7866
7866
|
"declaration": {
|
|
7867
7867
|
"name": "*",
|
|
7868
|
-
"package": "./
|
|
7868
|
+
"package": "./grid-layout-item"
|
|
7869
7869
|
}
|
|
7870
7870
|
},
|
|
7871
7871
|
{
|
|
7872
7872
|
"kind": "js",
|
|
7873
|
-
"name": "
|
|
7873
|
+
"name": "zeroGridLayoutItemTemplate",
|
|
7874
7874
|
"declaration": {
|
|
7875
|
-
"name": "
|
|
7876
|
-
"package": "
|
|
7875
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
7876
|
+
"package": "@genesislcap/foundation-ui"
|
|
7877
7877
|
}
|
|
7878
7878
|
}
|
|
7879
7879
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.20.0-bny.19",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
37
|
-
"@genesislcap/genx": "
|
|
37
|
+
"@genesislcap/genx": "14.20.0-bny.19",
|
|
38
38
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
39
39
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
40
40
|
"@playwright/test": "^1.18.1",
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"webpack-merge": "^5.7.3"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@genesislcap/foundation-comms": "
|
|
100
|
-
"@genesislcap/foundation-ui": "
|
|
101
|
-
"@genesislcap/foundation-utils": "
|
|
99
|
+
"@genesislcap/foundation-comms": "14.20.0-bny.19",
|
|
100
|
+
"@genesislcap/foundation-ui": "14.20.0-bny.19",
|
|
101
|
+
"@genesislcap/foundation-utils": "14.20.0-bny.19",
|
|
102
102
|
"@microsoft/fast-colors": "^5.1.4",
|
|
103
103
|
"@microsoft/fast-components": "^2.21.3",
|
|
104
104
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"access": "public"
|
|
112
112
|
},
|
|
113
113
|
"customElements": "dist/custom-elements.json",
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "6055bc907ba47a7d9597017c2c850d3d59dff831"
|
|
115
115
|
}
|