@genesislcap/foundation-zero 14.20.0-bny.19 → 14.20.0-bny.20
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 +374 -374
- package/package.json +6 -6
|
@@ -5297,6 +5297,215 @@
|
|
|
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
|
+
},
|
|
5300
5509
|
{
|
|
5301
5510
|
"kind": "javascript-module",
|
|
5302
5511
|
"path": "src/file-upload/file-upload.stories.ts",
|
|
@@ -5940,7 +6149,7 @@
|
|
|
5940
6149
|
},
|
|
5941
6150
|
{
|
|
5942
6151
|
"kind": "javascript-module",
|
|
5943
|
-
"path": "src/
|
|
6152
|
+
"path": "src/filter-bar/filter-bar.stories.ts",
|
|
5944
6153
|
"declarations": [
|
|
5945
6154
|
{
|
|
5946
6155
|
"kind": "variable",
|
|
@@ -5948,7 +6157,7 @@
|
|
|
5948
6157
|
"type": {
|
|
5949
6158
|
"text": "Meta"
|
|
5950
6159
|
},
|
|
5951
|
-
"default": "{\n title: '
|
|
6160
|
+
"default": "{\n title: 'Filter Bar',\n component: 'zero-filter-bar',\n}"
|
|
5952
6161
|
},
|
|
5953
6162
|
{
|
|
5954
6163
|
"kind": "variable",
|
|
@@ -5956,7 +6165,7 @@
|
|
|
5956
6165
|
"type": {
|
|
5957
6166
|
"text": "StoryObj"
|
|
5958
6167
|
},
|
|
5959
|
-
"default": "{\n
|
|
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}"
|
|
5960
6169
|
}
|
|
5961
6170
|
],
|
|
5962
6171
|
"exports": [
|
|
@@ -5965,7 +6174,7 @@
|
|
|
5965
6174
|
"name": "default",
|
|
5966
6175
|
"declaration": {
|
|
5967
6176
|
"name": "meta",
|
|
5968
|
-
"module": "src/
|
|
6177
|
+
"module": "src/filter-bar/filter-bar.stories.ts"
|
|
5969
6178
|
}
|
|
5970
6179
|
},
|
|
5971
6180
|
{
|
|
@@ -5973,241 +6182,32 @@
|
|
|
5973
6182
|
"name": "Primary",
|
|
5974
6183
|
"declaration": {
|
|
5975
6184
|
"name": "Primary",
|
|
5976
|
-
"module": "src/
|
|
6185
|
+
"module": "src/filter-bar/filter-bar.stories.ts"
|
|
5977
6186
|
}
|
|
5978
6187
|
}
|
|
5979
6188
|
]
|
|
5980
6189
|
},
|
|
5981
6190
|
{
|
|
5982
6191
|
"kind": "javascript-module",
|
|
5983
|
-
"path": "src/
|
|
6192
|
+
"path": "src/filter-bar/filter-bar.styles.ts",
|
|
5984
6193
|
"declarations": [
|
|
5985
6194
|
{
|
|
5986
|
-
"kind": "
|
|
5987
|
-
"
|
|
5988
|
-
"
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
6195
|
+
"kind": "function",
|
|
6196
|
+
"name": "zeroFilterBarStyles",
|
|
6197
|
+
"return": {
|
|
6198
|
+
"type": {
|
|
6199
|
+
"text": "ElementStyles"
|
|
6200
|
+
}
|
|
5992
6201
|
},
|
|
5993
|
-
"
|
|
5994
|
-
"customElement": true,
|
|
5995
|
-
"members": [
|
|
6202
|
+
"parameters": [
|
|
5996
6203
|
{
|
|
5997
|
-
"
|
|
5998
|
-
"name": "_presentation",
|
|
6204
|
+
"name": "context",
|
|
5999
6205
|
"type": {
|
|
6000
|
-
"text": "
|
|
6001
|
-
},
|
|
6002
|
-
"privacy": "private",
|
|
6003
|
-
"default": "void 0",
|
|
6004
|
-
"inheritedFrom": {
|
|
6005
|
-
"name": "FoundationElement",
|
|
6006
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6206
|
+
"text": "ElementDefinitionContext"
|
|
6007
6207
|
}
|
|
6008
6208
|
},
|
|
6009
6209
|
{
|
|
6010
|
-
"
|
|
6011
|
-
"name": "$presentation",
|
|
6012
|
-
"type": {
|
|
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",
|
|
6210
|
+
"name": "definition",
|
|
6211
6211
|
"type": {
|
|
6212
6212
|
"text": "FoundationElementDefinition"
|
|
6213
6213
|
}
|
|
@@ -7407,112 +7407,17 @@
|
|
|
7407
7407
|
},
|
|
7408
7408
|
{
|
|
7409
7409
|
"kind": "javascript-module",
|
|
7410
|
-
"path": "src/
|
|
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",
|
|
7410
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
7506
7411
|
"declarations": [
|
|
7507
7412
|
{
|
|
7508
7413
|
"kind": "class",
|
|
7509
7414
|
"description": "",
|
|
7510
|
-
"name": "
|
|
7415
|
+
"name": "GridLayoutItem",
|
|
7511
7416
|
"superclass": {
|
|
7512
|
-
"name": "
|
|
7417
|
+
"name": "FoundationGridLayoutItem",
|
|
7513
7418
|
"package": "@genesislcap/foundation-ui"
|
|
7514
7419
|
},
|
|
7515
|
-
"tagName": "%%prefix%%-
|
|
7420
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
7516
7421
|
"customElement": true,
|
|
7517
7422
|
"members": [
|
|
7518
7423
|
{
|
|
@@ -7630,90 +7535,161 @@
|
|
|
7630
7535
|
},
|
|
7631
7536
|
{
|
|
7632
7537
|
"kind": "variable",
|
|
7633
|
-
"name": "
|
|
7634
|
-
"
|
|
7635
|
-
|
|
7636
|
-
{
|
|
7637
|
-
"kind": "variable",
|
|
7638
|
-
"name": "zeroIconShadowOptions",
|
|
7639
|
-
"default": "foundationIconShadowOptions"
|
|
7640
|
-
},
|
|
7641
|
-
{
|
|
7642
|
-
"kind": "variable",
|
|
7643
|
-
"name": "zeroIcon"
|
|
7538
|
+
"name": "zeroGridLayoutItem",
|
|
7539
|
+
"description": "The Zero Grid Layout Item",
|
|
7540
|
+
"privacy": "public"
|
|
7644
7541
|
}
|
|
7645
7542
|
],
|
|
7646
7543
|
"exports": [
|
|
7647
7544
|
{
|
|
7648
7545
|
"kind": "js",
|
|
7649
|
-
"name": "
|
|
7546
|
+
"name": "GridLayoutItem",
|
|
7650
7547
|
"declaration": {
|
|
7651
|
-
"name": "
|
|
7652
|
-
"module": "src/
|
|
7548
|
+
"name": "GridLayoutItem",
|
|
7549
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
7653
7550
|
}
|
|
7654
7551
|
},
|
|
7655
7552
|
{
|
|
7656
7553
|
"kind": "js",
|
|
7657
|
-
"name": "
|
|
7554
|
+
"name": "zeroGridLayoutItem",
|
|
7658
7555
|
"declaration": {
|
|
7659
|
-
"name": "
|
|
7660
|
-
"module": "src/
|
|
7556
|
+
"name": "zeroGridLayoutItem",
|
|
7557
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
7661
7558
|
}
|
|
7662
|
-
}
|
|
7559
|
+
}
|
|
7560
|
+
]
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"kind": "javascript-module",
|
|
7564
|
+
"path": "src/grid-layout-item/index.ts",
|
|
7565
|
+
"declarations": [],
|
|
7566
|
+
"exports": [
|
|
7663
7567
|
{
|
|
7664
7568
|
"kind": "js",
|
|
7665
|
-
"name": "
|
|
7569
|
+
"name": "*",
|
|
7666
7570
|
"declaration": {
|
|
7667
|
-
"name": "
|
|
7668
|
-
"
|
|
7571
|
+
"name": "*",
|
|
7572
|
+
"package": "./grid-layout-item"
|
|
7669
7573
|
}
|
|
7670
7574
|
},
|
|
7671
7575
|
{
|
|
7672
7576
|
"kind": "js",
|
|
7673
|
-
"name": "
|
|
7577
|
+
"name": "zeroGridLayoutItemTemplate",
|
|
7674
7578
|
"declaration": {
|
|
7675
|
-
"name": "
|
|
7676
|
-
"
|
|
7579
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
7580
|
+
"package": "@genesislcap/foundation-ui"
|
|
7677
7581
|
}
|
|
7678
7582
|
}
|
|
7679
7583
|
]
|
|
7680
7584
|
},
|
|
7681
7585
|
{
|
|
7682
7586
|
"kind": "javascript-module",
|
|
7683
|
-
"path": "src/icon/
|
|
7684
|
-
"declarations": [
|
|
7587
|
+
"path": "src/icon/icon.stories.ts",
|
|
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
|
+
],
|
|
7685
7614
|
"exports": [
|
|
7686
7615
|
{
|
|
7687
7616
|
"kind": "js",
|
|
7688
|
-
"name": "
|
|
7617
|
+
"name": "default",
|
|
7689
7618
|
"declaration": {
|
|
7690
|
-
"name": "
|
|
7691
|
-
"
|
|
7619
|
+
"name": "meta",
|
|
7620
|
+
"module": "src/icon/icon.stories.ts"
|
|
7692
7621
|
}
|
|
7693
7622
|
},
|
|
7694
7623
|
{
|
|
7695
7624
|
"kind": "js",
|
|
7696
|
-
"name": "
|
|
7625
|
+
"name": "Multiple",
|
|
7697
7626
|
"declaration": {
|
|
7698
|
-
"name": "
|
|
7699
|
-
"
|
|
7627
|
+
"name": "Multiple",
|
|
7628
|
+
"module": "src/icon/icon.stories.ts"
|
|
7629
|
+
}
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
"kind": "js",
|
|
7633
|
+
"name": "Configurable",
|
|
7634
|
+
"declaration": {
|
|
7635
|
+
"name": "Configurable",
|
|
7636
|
+
"module": "src/icon/icon.stories.ts"
|
|
7700
7637
|
}
|
|
7701
7638
|
}
|
|
7702
7639
|
]
|
|
7703
7640
|
},
|
|
7704
7641
|
{
|
|
7705
7642
|
"kind": "javascript-module",
|
|
7706
|
-
"path": "src/
|
|
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",
|
|
7673
|
+
"declaration": {
|
|
7674
|
+
"name": "zeroIconStyles",
|
|
7675
|
+
"module": "src/icon/icon.styles.ts"
|
|
7676
|
+
}
|
|
7677
|
+
}
|
|
7678
|
+
]
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"kind": "javascript-module",
|
|
7682
|
+
"path": "src/icon/icon.ts",
|
|
7707
7683
|
"declarations": [
|
|
7708
7684
|
{
|
|
7709
7685
|
"kind": "class",
|
|
7710
7686
|
"description": "",
|
|
7711
|
-
"name": "
|
|
7687
|
+
"name": "Icon",
|
|
7712
7688
|
"superclass": {
|
|
7713
|
-
"name": "
|
|
7689
|
+
"name": "FoundationIcon",
|
|
7714
7690
|
"package": "@genesislcap/foundation-ui"
|
|
7715
7691
|
},
|
|
7716
|
-
"tagName": "%%prefix%%-
|
|
7692
|
+
"tagName": "%%prefix%%-icon",
|
|
7717
7693
|
"customElement": true,
|
|
7718
7694
|
"members": [
|
|
7719
7695
|
{
|
|
@@ -7831,33 +7807,57 @@
|
|
|
7831
7807
|
},
|
|
7832
7808
|
{
|
|
7833
7809
|
"kind": "variable",
|
|
7834
|
-
"name": "
|
|
7835
|
-
"
|
|
7836
|
-
|
|
7810
|
+
"name": "defaultIconConfig",
|
|
7811
|
+
"default": "foundationIconConfig"
|
|
7812
|
+
},
|
|
7813
|
+
{
|
|
7814
|
+
"kind": "variable",
|
|
7815
|
+
"name": "zeroIconShadowOptions",
|
|
7816
|
+
"default": "foundationIconShadowOptions"
|
|
7817
|
+
},
|
|
7818
|
+
{
|
|
7819
|
+
"kind": "variable",
|
|
7820
|
+
"name": "zeroIcon"
|
|
7837
7821
|
}
|
|
7838
7822
|
],
|
|
7839
7823
|
"exports": [
|
|
7840
7824
|
{
|
|
7841
7825
|
"kind": "js",
|
|
7842
|
-
"name": "
|
|
7826
|
+
"name": "Icon",
|
|
7843
7827
|
"declaration": {
|
|
7844
|
-
"name": "
|
|
7845
|
-
"module": "src/
|
|
7828
|
+
"name": "Icon",
|
|
7829
|
+
"module": "src/icon/icon.ts"
|
|
7846
7830
|
}
|
|
7847
7831
|
},
|
|
7848
7832
|
{
|
|
7849
7833
|
"kind": "js",
|
|
7850
|
-
"name": "
|
|
7834
|
+
"name": "defaultIconConfig",
|
|
7851
7835
|
"declaration": {
|
|
7852
|
-
"name": "
|
|
7853
|
-
"module": "src/
|
|
7836
|
+
"name": "defaultIconConfig",
|
|
7837
|
+
"module": "src/icon/icon.ts"
|
|
7838
|
+
}
|
|
7839
|
+
},
|
|
7840
|
+
{
|
|
7841
|
+
"kind": "js",
|
|
7842
|
+
"name": "zeroIconShadowOptions",
|
|
7843
|
+
"declaration": {
|
|
7844
|
+
"name": "zeroIconShadowOptions",
|
|
7845
|
+
"module": "src/icon/icon.ts"
|
|
7846
|
+
}
|
|
7847
|
+
},
|
|
7848
|
+
{
|
|
7849
|
+
"kind": "js",
|
|
7850
|
+
"name": "zeroIcon",
|
|
7851
|
+
"declaration": {
|
|
7852
|
+
"name": "zeroIcon",
|
|
7853
|
+
"module": "src/icon/icon.ts"
|
|
7854
7854
|
}
|
|
7855
7855
|
}
|
|
7856
7856
|
]
|
|
7857
7857
|
},
|
|
7858
7858
|
{
|
|
7859
7859
|
"kind": "javascript-module",
|
|
7860
|
-
"path": "src/
|
|
7860
|
+
"path": "src/icon/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": "./icon"
|
|
7869
7869
|
}
|
|
7870
7870
|
},
|
|
7871
7871
|
{
|
|
7872
7872
|
"kind": "js",
|
|
7873
|
-
"name": "
|
|
7873
|
+
"name": "*",
|
|
7874
7874
|
"declaration": {
|
|
7875
|
-
"name": "
|
|
7876
|
-
"package": "
|
|
7875
|
+
"name": "*",
|
|
7876
|
+
"package": "./icon.styles"
|
|
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.20.0-bny.
|
|
4
|
+
"version": "14.20.0-bny.20",
|
|
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": "14.20.0-bny.
|
|
37
|
+
"@genesislcap/genx": "14.20.0-bny.20",
|
|
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": "14.20.0-bny.
|
|
100
|
-
"@genesislcap/foundation-ui": "14.20.0-bny.
|
|
101
|
-
"@genesislcap/foundation-utils": "14.20.0-bny.
|
|
99
|
+
"@genesislcap/foundation-comms": "14.20.0-bny.20",
|
|
100
|
+
"@genesislcap/foundation-ui": "14.20.0-bny.20",
|
|
101
|
+
"@genesislcap/foundation-utils": "14.20.0-bny.20",
|
|
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": "d7378c3e95a37c9198143ec6f920b288f58ba83e"
|
|
115
115
|
}
|