@genesislcap/foundation-zero 14.160.0 → 14.160.1
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 +182 -182
- package/package.json +12 -12
|
@@ -13141,127 +13141,106 @@
|
|
|
13141
13141
|
},
|
|
13142
13142
|
{
|
|
13143
13143
|
"kind": "javascript-module",
|
|
13144
|
-
"path": "src/error-
|
|
13144
|
+
"path": "src/error-boundary/error-boundary.ts",
|
|
13145
13145
|
"declarations": [
|
|
13146
13146
|
{
|
|
13147
13147
|
"kind": "variable",
|
|
13148
|
-
"name": "
|
|
13149
|
-
"type": {
|
|
13150
|
-
"text": "Meta"
|
|
13151
|
-
},
|
|
13152
|
-
"default": "{\n title: 'Error Banner',\n component: 'zero-error-banner',\n}"
|
|
13153
|
-
},
|
|
13154
|
-
{
|
|
13155
|
-
"kind": "variable",
|
|
13156
|
-
"name": "Primary",
|
|
13148
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
13157
13149
|
"type": {
|
|
13158
|
-
"text": "
|
|
13150
|
+
"text": "ShadowRootInit"
|
|
13159
13151
|
},
|
|
13160
|
-
"default": "{\n
|
|
13161
|
-
}
|
|
13162
|
-
],
|
|
13163
|
-
"exports": [
|
|
13164
|
-
{
|
|
13165
|
-
"kind": "js",
|
|
13166
|
-
"name": "default",
|
|
13167
|
-
"declaration": {
|
|
13168
|
-
"name": "meta",
|
|
13169
|
-
"module": "src/error-banner/error-banner.stories.ts"
|
|
13170
|
-
}
|
|
13171
|
-
},
|
|
13172
|
-
{
|
|
13173
|
-
"kind": "js",
|
|
13174
|
-
"name": "Primary",
|
|
13175
|
-
"declaration": {
|
|
13176
|
-
"name": "Primary",
|
|
13177
|
-
"module": "src/error-banner/error-banner.stories.ts"
|
|
13178
|
-
}
|
|
13179
|
-
}
|
|
13180
|
-
]
|
|
13181
|
-
},
|
|
13182
|
-
{
|
|
13183
|
-
"kind": "javascript-module",
|
|
13184
|
-
"path": "src/error-banner/error-banner.template.ts",
|
|
13185
|
-
"declarations": [
|
|
13186
|
-
{
|
|
13187
|
-
"kind": "variable",
|
|
13188
|
-
"name": "zeroErrorBannerTemplate",
|
|
13189
|
-
"default": "html<ErrorBanner>`\n ${getPrefixedErrorBanner('zero')}\n`"
|
|
13190
|
-
}
|
|
13191
|
-
],
|
|
13192
|
-
"exports": [
|
|
13193
|
-
{
|
|
13194
|
-
"kind": "js",
|
|
13195
|
-
"name": "zeroErrorBannerTemplate",
|
|
13196
|
-
"declaration": {
|
|
13197
|
-
"name": "zeroErrorBannerTemplate",
|
|
13198
|
-
"module": "src/error-banner/error-banner.template.ts"
|
|
13199
|
-
}
|
|
13200
|
-
}
|
|
13201
|
-
]
|
|
13202
|
-
},
|
|
13203
|
-
{
|
|
13204
|
-
"kind": "javascript-module",
|
|
13205
|
-
"path": "src/error-banner/error-banner.ts",
|
|
13206
|
-
"declarations": [
|
|
13207
|
-
{
|
|
13208
|
-
"kind": "variable",
|
|
13209
|
-
"name": "zeroErrorBannerShadowOptions",
|
|
13210
|
-
"default": "foundationErrorBannerShadowOptions"
|
|
13152
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
13211
13153
|
},
|
|
13212
13154
|
{
|
|
13213
13155
|
"kind": "class",
|
|
13214
13156
|
"description": "",
|
|
13215
|
-
"name": "
|
|
13157
|
+
"name": "ErrorBoundary",
|
|
13216
13158
|
"superclass": {
|
|
13217
|
-
"name": "
|
|
13159
|
+
"name": "FoundationErrorBoundary",
|
|
13218
13160
|
"package": "@genesislcap/foundation-ui"
|
|
13219
13161
|
},
|
|
13220
|
-
"
|
|
13162
|
+
"deprecated": "true",
|
|
13163
|
+
"tagName": "%%prefix%%-error-boundary",
|
|
13221
13164
|
"customElement": true,
|
|
13222
|
-
"
|
|
13165
|
+
"attributes": [
|
|
13223
13166
|
{
|
|
13224
|
-
"
|
|
13225
|
-
"
|
|
13167
|
+
"name": "resource-name",
|
|
13168
|
+
"description": "The resource name holding new and existing notifications",
|
|
13169
|
+
"fieldName": "resourceName",
|
|
13170
|
+
"inheritedFrom": {
|
|
13171
|
+
"name": "ErrorBoundary",
|
|
13172
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13173
|
+
}
|
|
13174
|
+
},
|
|
13175
|
+
{
|
|
13176
|
+
"name": "close-timeout",
|
|
13226
13177
|
"type": {
|
|
13227
|
-
"text": "
|
|
13178
|
+
"text": "number"
|
|
13228
13179
|
},
|
|
13229
|
-
"
|
|
13180
|
+
"default": "0",
|
|
13181
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
13182
|
+
"fieldName": "closeTimeout",
|
|
13230
13183
|
"inheritedFrom": {
|
|
13231
|
-
"name": "
|
|
13232
|
-
"module": "src/error-
|
|
13184
|
+
"name": "ErrorBoundary",
|
|
13185
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13186
|
+
}
|
|
13187
|
+
}
|
|
13188
|
+
],
|
|
13189
|
+
"members": [
|
|
13190
|
+
{
|
|
13191
|
+
"kind": "field",
|
|
13192
|
+
"name": "logger",
|
|
13193
|
+
"privacy": "private",
|
|
13194
|
+
"inheritedFrom": {
|
|
13195
|
+
"name": "ErrorBoundary",
|
|
13196
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13233
13197
|
}
|
|
13234
13198
|
},
|
|
13235
13199
|
{
|
|
13236
13200
|
"kind": "field",
|
|
13237
|
-
"name": "
|
|
13201
|
+
"name": "errorBoundary",
|
|
13238
13202
|
"type": {
|
|
13239
|
-
"text": "
|
|
13203
|
+
"text": "HTMLElement"
|
|
13240
13204
|
},
|
|
13241
13205
|
"inheritedFrom": {
|
|
13242
|
-
"name": "
|
|
13243
|
-
"module": "src/error-
|
|
13206
|
+
"name": "ErrorBoundary",
|
|
13207
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13244
13208
|
}
|
|
13245
13209
|
},
|
|
13246
13210
|
{
|
|
13247
13211
|
"kind": "field",
|
|
13248
|
-
"name": "
|
|
13212
|
+
"name": "resourceName",
|
|
13213
|
+
"description": "The resource name holding new and existing notifications",
|
|
13214
|
+
"privacy": "public",
|
|
13215
|
+
"inheritedFrom": {
|
|
13216
|
+
"name": "ErrorBoundary",
|
|
13217
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13218
|
+
}
|
|
13219
|
+
},
|
|
13220
|
+
{
|
|
13221
|
+
"kind": "field",
|
|
13222
|
+
"name": "closeTimeout",
|
|
13249
13223
|
"type": {
|
|
13250
|
-
"text": "
|
|
13224
|
+
"text": "number"
|
|
13251
13225
|
},
|
|
13226
|
+
"default": "0",
|
|
13227
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
13228
|
+
"privacy": "public",
|
|
13252
13229
|
"inheritedFrom": {
|
|
13253
|
-
"name": "
|
|
13254
|
-
"module": "src/error-
|
|
13230
|
+
"name": "ErrorBoundary",
|
|
13231
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13255
13232
|
}
|
|
13256
13233
|
},
|
|
13257
13234
|
{
|
|
13258
|
-
"kind": "
|
|
13259
|
-
"name": "
|
|
13260
|
-
"
|
|
13261
|
-
|
|
13235
|
+
"kind": "field",
|
|
13236
|
+
"name": "datasource",
|
|
13237
|
+
"type": {
|
|
13238
|
+
"text": "Datasource"
|
|
13239
|
+
},
|
|
13240
|
+
"privacy": "private",
|
|
13262
13241
|
"inheritedFrom": {
|
|
13263
|
-
"name": "
|
|
13264
|
-
"module": "src/error-
|
|
13242
|
+
"name": "ErrorBoundary",
|
|
13243
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13265
13244
|
}
|
|
13266
13245
|
},
|
|
13267
13246
|
{
|
|
@@ -13379,41 +13358,39 @@
|
|
|
13379
13358
|
},
|
|
13380
13359
|
{
|
|
13381
13360
|
"kind": "variable",
|
|
13382
|
-
"name": "
|
|
13383
|
-
"description": "The Zero Banner",
|
|
13384
|
-
"privacy": "public"
|
|
13361
|
+
"name": "zeroErrorBoundary"
|
|
13385
13362
|
}
|
|
13386
13363
|
],
|
|
13387
13364
|
"exports": [
|
|
13388
13365
|
{
|
|
13389
13366
|
"kind": "js",
|
|
13390
|
-
"name": "
|
|
13367
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
13391
13368
|
"declaration": {
|
|
13392
|
-
"name": "
|
|
13393
|
-
"module": "src/error-
|
|
13369
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
13370
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13394
13371
|
}
|
|
13395
13372
|
},
|
|
13396
13373
|
{
|
|
13397
13374
|
"kind": "js",
|
|
13398
|
-
"name": "
|
|
13375
|
+
"name": "ErrorBoundary",
|
|
13399
13376
|
"declaration": {
|
|
13400
|
-
"name": "
|
|
13401
|
-
"module": "src/error-
|
|
13377
|
+
"name": "ErrorBoundary",
|
|
13378
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13402
13379
|
}
|
|
13403
13380
|
},
|
|
13404
13381
|
{
|
|
13405
13382
|
"kind": "js",
|
|
13406
|
-
"name": "
|
|
13383
|
+
"name": "zeroErrorBoundary",
|
|
13407
13384
|
"declaration": {
|
|
13408
|
-
"name": "
|
|
13409
|
-
"module": "src/error-
|
|
13385
|
+
"name": "zeroErrorBoundary",
|
|
13386
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13410
13387
|
}
|
|
13411
13388
|
}
|
|
13412
13389
|
]
|
|
13413
13390
|
},
|
|
13414
13391
|
{
|
|
13415
13392
|
"kind": "javascript-module",
|
|
13416
|
-
"path": "src/error-
|
|
13393
|
+
"path": "src/error-boundary/index.ts",
|
|
13417
13394
|
"declarations": [],
|
|
13418
13395
|
"exports": [
|
|
13419
13396
|
{
|
|
@@ -13421,121 +13398,134 @@
|
|
|
13421
13398
|
"name": "*",
|
|
13422
13399
|
"declaration": {
|
|
13423
13400
|
"name": "*",
|
|
13424
|
-
"package": "./error-
|
|
13401
|
+
"package": "./error-boundary"
|
|
13402
|
+
}
|
|
13403
|
+
}
|
|
13404
|
+
]
|
|
13405
|
+
},
|
|
13406
|
+
{
|
|
13407
|
+
"kind": "javascript-module",
|
|
13408
|
+
"path": "src/error-banner/error-banner.stories.ts",
|
|
13409
|
+
"declarations": [
|
|
13410
|
+
{
|
|
13411
|
+
"kind": "variable",
|
|
13412
|
+
"name": "meta",
|
|
13413
|
+
"type": {
|
|
13414
|
+
"text": "Meta"
|
|
13415
|
+
},
|
|
13416
|
+
"default": "{\n title: 'Error Banner',\n component: 'zero-error-banner',\n}"
|
|
13417
|
+
},
|
|
13418
|
+
{
|
|
13419
|
+
"kind": "variable",
|
|
13420
|
+
"name": "Primary",
|
|
13421
|
+
"type": {
|
|
13422
|
+
"text": "StoryObj"
|
|
13423
|
+
},
|
|
13424
|
+
"default": "{\n args: {\n errorText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n notifyText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n },\n render: ({ errorText, notifyText }) => html`\n <div id=\"zero-banner\" style=\"width: 100%;\">\n <zero-button @click=\"${() => showError(errorText)}\">Show Zero Error Banner</zero-button>\n <zero-button @click=\"${() => showNotify(notifyText)}\">\n Show Zero Error Banner - Notification\n </zero-button>\n </div>\n `,\n}"
|
|
13425
|
+
}
|
|
13426
|
+
],
|
|
13427
|
+
"exports": [
|
|
13428
|
+
{
|
|
13429
|
+
"kind": "js",
|
|
13430
|
+
"name": "default",
|
|
13431
|
+
"declaration": {
|
|
13432
|
+
"name": "meta",
|
|
13433
|
+
"module": "src/error-banner/error-banner.stories.ts"
|
|
13425
13434
|
}
|
|
13426
13435
|
},
|
|
13427
13436
|
{
|
|
13428
13437
|
"kind": "js",
|
|
13429
|
-
"name": "
|
|
13438
|
+
"name": "Primary",
|
|
13430
13439
|
"declaration": {
|
|
13431
|
-
"name": "
|
|
13432
|
-
"
|
|
13440
|
+
"name": "Primary",
|
|
13441
|
+
"module": "src/error-banner/error-banner.stories.ts"
|
|
13433
13442
|
}
|
|
13434
13443
|
}
|
|
13435
13444
|
]
|
|
13436
13445
|
},
|
|
13437
13446
|
{
|
|
13438
13447
|
"kind": "javascript-module",
|
|
13439
|
-
"path": "src/error-
|
|
13448
|
+
"path": "src/error-banner/error-banner.template.ts",
|
|
13440
13449
|
"declarations": [
|
|
13441
13450
|
{
|
|
13442
13451
|
"kind": "variable",
|
|
13443
|
-
"name": "
|
|
13444
|
-
"
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13452
|
+
"name": "zeroErrorBannerTemplate",
|
|
13453
|
+
"default": "html<ErrorBanner>`\n ${getPrefixedErrorBanner('zero')}\n`"
|
|
13454
|
+
}
|
|
13455
|
+
],
|
|
13456
|
+
"exports": [
|
|
13457
|
+
{
|
|
13458
|
+
"kind": "js",
|
|
13459
|
+
"name": "zeroErrorBannerTemplate",
|
|
13460
|
+
"declaration": {
|
|
13461
|
+
"name": "zeroErrorBannerTemplate",
|
|
13462
|
+
"module": "src/error-banner/error-banner.template.ts"
|
|
13463
|
+
}
|
|
13464
|
+
}
|
|
13465
|
+
]
|
|
13466
|
+
},
|
|
13467
|
+
{
|
|
13468
|
+
"kind": "javascript-module",
|
|
13469
|
+
"path": "src/error-banner/error-banner.ts",
|
|
13470
|
+
"declarations": [
|
|
13471
|
+
{
|
|
13472
|
+
"kind": "variable",
|
|
13473
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
13474
|
+
"default": "foundationErrorBannerShadowOptions"
|
|
13448
13475
|
},
|
|
13449
13476
|
{
|
|
13450
13477
|
"kind": "class",
|
|
13451
13478
|
"description": "",
|
|
13452
|
-
"name": "
|
|
13479
|
+
"name": "ErrorBanner",
|
|
13453
13480
|
"superclass": {
|
|
13454
|
-
"name": "
|
|
13481
|
+
"name": "FoundationErrorBanner",
|
|
13455
13482
|
"package": "@genesislcap/foundation-ui"
|
|
13456
13483
|
},
|
|
13457
|
-
"
|
|
13458
|
-
"tagName": "%%prefix%%-error-boundary",
|
|
13484
|
+
"tagName": "%%prefix%%-error-banner",
|
|
13459
13485
|
"customElement": true,
|
|
13460
|
-
"attributes": [
|
|
13461
|
-
{
|
|
13462
|
-
"name": "resource-name",
|
|
13463
|
-
"description": "The resource name holding new and existing notifications",
|
|
13464
|
-
"fieldName": "resourceName",
|
|
13465
|
-
"inheritedFrom": {
|
|
13466
|
-
"name": "ErrorBoundary",
|
|
13467
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
13468
|
-
}
|
|
13469
|
-
},
|
|
13470
|
-
{
|
|
13471
|
-
"name": "close-timeout",
|
|
13472
|
-
"type": {
|
|
13473
|
-
"text": "number"
|
|
13474
|
-
},
|
|
13475
|
-
"default": "0",
|
|
13476
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
13477
|
-
"fieldName": "closeTimeout",
|
|
13478
|
-
"inheritedFrom": {
|
|
13479
|
-
"name": "ErrorBoundary",
|
|
13480
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
13481
|
-
}
|
|
13482
|
-
}
|
|
13483
|
-
],
|
|
13484
13486
|
"members": [
|
|
13485
13487
|
{
|
|
13486
13488
|
"kind": "field",
|
|
13487
|
-
"name": "
|
|
13488
|
-
"privacy": "private",
|
|
13489
|
-
"inheritedFrom": {
|
|
13490
|
-
"name": "ErrorBoundary",
|
|
13491
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
13492
|
-
}
|
|
13493
|
-
},
|
|
13494
|
-
{
|
|
13495
|
-
"kind": "field",
|
|
13496
|
-
"name": "errorBoundary",
|
|
13489
|
+
"name": "banner",
|
|
13497
13490
|
"type": {
|
|
13498
|
-
"text": "HTMLElement"
|
|
13491
|
+
"text": "HTMLElement & { dismiss: () => Promise<void> }"
|
|
13499
13492
|
},
|
|
13493
|
+
"privacy": "public",
|
|
13500
13494
|
"inheritedFrom": {
|
|
13501
|
-
"name": "
|
|
13502
|
-
"module": "src/error-
|
|
13495
|
+
"name": "ErrorBanner",
|
|
13496
|
+
"module": "src/error-banner/error-banner.ts"
|
|
13503
13497
|
}
|
|
13504
13498
|
},
|
|
13505
13499
|
{
|
|
13506
13500
|
"kind": "field",
|
|
13507
|
-
"name": "
|
|
13508
|
-
"
|
|
13509
|
-
|
|
13501
|
+
"name": "error",
|
|
13502
|
+
"type": {
|
|
13503
|
+
"text": "ErrorStructure"
|
|
13504
|
+
},
|
|
13510
13505
|
"inheritedFrom": {
|
|
13511
|
-
"name": "
|
|
13512
|
-
"module": "src/error-
|
|
13506
|
+
"name": "ErrorBanner",
|
|
13507
|
+
"module": "src/error-banner/error-banner.ts"
|
|
13513
13508
|
}
|
|
13514
13509
|
},
|
|
13515
13510
|
{
|
|
13516
13511
|
"kind": "field",
|
|
13517
|
-
"name": "
|
|
13512
|
+
"name": "notification",
|
|
13518
13513
|
"type": {
|
|
13519
|
-
"text": "
|
|
13514
|
+
"text": "NotificationStructure"
|
|
13520
13515
|
},
|
|
13521
|
-
"default": "0",
|
|
13522
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
13523
|
-
"privacy": "public",
|
|
13524
13516
|
"inheritedFrom": {
|
|
13525
|
-
"name": "
|
|
13526
|
-
"module": "src/error-
|
|
13517
|
+
"name": "ErrorBanner",
|
|
13518
|
+
"module": "src/error-banner/error-banner.ts"
|
|
13527
13519
|
}
|
|
13528
13520
|
},
|
|
13529
13521
|
{
|
|
13530
|
-
"kind": "
|
|
13531
|
-
"name": "
|
|
13532
|
-
"
|
|
13533
|
-
|
|
13534
|
-
},
|
|
13535
|
-
"privacy": "private",
|
|
13522
|
+
"kind": "method",
|
|
13523
|
+
"name": "dismiss",
|
|
13524
|
+
"privacy": "public",
|
|
13525
|
+
"description": "Dismiss the Error Banner from display.",
|
|
13536
13526
|
"inheritedFrom": {
|
|
13537
|
-
"name": "
|
|
13538
|
-
"module": "src/error-
|
|
13527
|
+
"name": "ErrorBanner",
|
|
13528
|
+
"module": "src/error-banner/error-banner.ts"
|
|
13539
13529
|
}
|
|
13540
13530
|
},
|
|
13541
13531
|
{
|
|
@@ -13653,39 +13643,41 @@
|
|
|
13653
13643
|
},
|
|
13654
13644
|
{
|
|
13655
13645
|
"kind": "variable",
|
|
13656
|
-
"name": "
|
|
13646
|
+
"name": "zeroErrorBanner",
|
|
13647
|
+
"description": "The Zero Banner",
|
|
13648
|
+
"privacy": "public"
|
|
13657
13649
|
}
|
|
13658
13650
|
],
|
|
13659
13651
|
"exports": [
|
|
13660
13652
|
{
|
|
13661
13653
|
"kind": "js",
|
|
13662
|
-
"name": "
|
|
13654
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
13663
13655
|
"declaration": {
|
|
13664
|
-
"name": "
|
|
13665
|
-
"module": "src/error-
|
|
13656
|
+
"name": "zeroErrorBannerShadowOptions",
|
|
13657
|
+
"module": "src/error-banner/error-banner.ts"
|
|
13666
13658
|
}
|
|
13667
13659
|
},
|
|
13668
13660
|
{
|
|
13669
13661
|
"kind": "js",
|
|
13670
|
-
"name": "
|
|
13662
|
+
"name": "ErrorBanner",
|
|
13671
13663
|
"declaration": {
|
|
13672
|
-
"name": "
|
|
13673
|
-
"module": "src/error-
|
|
13664
|
+
"name": "ErrorBanner",
|
|
13665
|
+
"module": "src/error-banner/error-banner.ts"
|
|
13674
13666
|
}
|
|
13675
13667
|
},
|
|
13676
13668
|
{
|
|
13677
13669
|
"kind": "js",
|
|
13678
|
-
"name": "
|
|
13670
|
+
"name": "zeroErrorBanner",
|
|
13679
13671
|
"declaration": {
|
|
13680
|
-
"name": "
|
|
13681
|
-
"module": "src/error-
|
|
13672
|
+
"name": "zeroErrorBanner",
|
|
13673
|
+
"module": "src/error-banner/error-banner.ts"
|
|
13682
13674
|
}
|
|
13683
13675
|
}
|
|
13684
13676
|
]
|
|
13685
13677
|
},
|
|
13686
13678
|
{
|
|
13687
13679
|
"kind": "javascript-module",
|
|
13688
|
-
"path": "src/error-
|
|
13680
|
+
"path": "src/error-banner/index.ts",
|
|
13689
13681
|
"declarations": [],
|
|
13690
13682
|
"exports": [
|
|
13691
13683
|
{
|
|
@@ -13693,7 +13685,15 @@
|
|
|
13693
13685
|
"name": "*",
|
|
13694
13686
|
"declaration": {
|
|
13695
13687
|
"name": "*",
|
|
13696
|
-
"package": "./error-
|
|
13688
|
+
"package": "./error-banner.template"
|
|
13689
|
+
}
|
|
13690
|
+
},
|
|
13691
|
+
{
|
|
13692
|
+
"kind": "js",
|
|
13693
|
+
"name": "*",
|
|
13694
|
+
"declaration": {
|
|
13695
|
+
"name": "*",
|
|
13696
|
+
"package": "./error-banner"
|
|
13697
13697
|
}
|
|
13698
13698
|
}
|
|
13699
13699
|
]
|
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.160.
|
|
4
|
+
"version": "14.160.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.160.
|
|
71
|
-
"@genesislcap/rollup-builder": "14.160.
|
|
72
|
-
"@genesislcap/ts-builder": "14.160.
|
|
73
|
-
"@genesislcap/uvu-playwright-builder": "14.160.
|
|
74
|
-
"@genesislcap/vite-builder": "14.160.
|
|
75
|
-
"@genesislcap/webpack-builder": "14.160.
|
|
70
|
+
"@genesislcap/genx": "14.160.1",
|
|
71
|
+
"@genesislcap/rollup-builder": "14.160.1",
|
|
72
|
+
"@genesislcap/ts-builder": "14.160.1",
|
|
73
|
+
"@genesislcap/uvu-playwright-builder": "14.160.1",
|
|
74
|
+
"@genesislcap/vite-builder": "14.160.1",
|
|
75
|
+
"@genesislcap/webpack-builder": "14.160.1",
|
|
76
76
|
"@storybook/addon-coverage": "^1.0.1",
|
|
77
77
|
"@storybook/addon-essentials": "^8.0.0",
|
|
78
78
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"storybook": "^8.0.0"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@genesislcap/foundation-comms": "14.160.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.160.
|
|
94
|
-
"@genesislcap/foundation-ui": "14.160.
|
|
95
|
-
"@genesislcap/foundation-utils": "14.160.
|
|
92
|
+
"@genesislcap/foundation-comms": "14.160.1",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.160.1",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.160.1",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.160.1",
|
|
96
96
|
"@microsoft/fast-colors": "^5.3.1",
|
|
97
97
|
"@microsoft/fast-components": "^2.30.6",
|
|
98
98
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "598e3599570a21709dfdc8e47adf5c77e5feff80"
|
|
113
113
|
}
|