@genesislcap/foundation-zero 14.488.0 → 14.488.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 +149 -149
- 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
|
@@ -16268,91 +16268,118 @@
|
|
|
16268
16268
|
},
|
|
16269
16269
|
{
|
|
16270
16270
|
"kind": "javascript-module",
|
|
16271
|
-
"path": "src/error-
|
|
16271
|
+
"path": "src/error-boundary/error-boundary.ts",
|
|
16272
16272
|
"declarations": [
|
|
16273
|
+
{
|
|
16274
|
+
"kind": "variable",
|
|
16275
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
16276
|
+
"type": {
|
|
16277
|
+
"text": "ShadowRootInit"
|
|
16278
|
+
},
|
|
16279
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
16280
|
+
},
|
|
16273
16281
|
{
|
|
16274
16282
|
"kind": "class",
|
|
16275
16283
|
"description": "",
|
|
16276
|
-
"name": "
|
|
16284
|
+
"name": "ErrorBoundary",
|
|
16277
16285
|
"superclass": {
|
|
16278
|
-
"name": "
|
|
16286
|
+
"name": "FoundationErrorBoundary",
|
|
16279
16287
|
"package": "@genesislcap/foundation-ui"
|
|
16280
16288
|
},
|
|
16281
|
-
"
|
|
16289
|
+
"deprecated": "true",
|
|
16290
|
+
"tagName": "%%prefix%%-error-boundary",
|
|
16282
16291
|
"customElement": true,
|
|
16283
|
-
"
|
|
16292
|
+
"attributes": [
|
|
16284
16293
|
{
|
|
16285
|
-
"
|
|
16286
|
-
"
|
|
16287
|
-
"
|
|
16288
|
-
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
16289
|
-
},
|
|
16290
|
-
"privacy": "public",
|
|
16294
|
+
"name": "resource-name",
|
|
16295
|
+
"description": "The resource name holding new and existing notifications",
|
|
16296
|
+
"fieldName": "resourceName",
|
|
16291
16297
|
"inheritedFrom": {
|
|
16292
|
-
"name": "
|
|
16293
|
-
"module": "src/error-
|
|
16298
|
+
"name": "ErrorBoundary",
|
|
16299
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16294
16300
|
}
|
|
16295
16301
|
},
|
|
16296
16302
|
{
|
|
16297
|
-
"
|
|
16298
|
-
"name": "error",
|
|
16303
|
+
"name": "close-timeout",
|
|
16299
16304
|
"type": {
|
|
16300
|
-
"text": "
|
|
16305
|
+
"text": "number"
|
|
16301
16306
|
},
|
|
16307
|
+
"default": "0",
|
|
16308
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
16309
|
+
"fieldName": "closeTimeout",
|
|
16302
16310
|
"inheritedFrom": {
|
|
16303
|
-
"name": "
|
|
16304
|
-
"module": "src/error-
|
|
16311
|
+
"name": "ErrorBoundary",
|
|
16312
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16313
|
+
}
|
|
16314
|
+
}
|
|
16315
|
+
],
|
|
16316
|
+
"members": [
|
|
16317
|
+
{
|
|
16318
|
+
"kind": "field",
|
|
16319
|
+
"name": "logger",
|
|
16320
|
+
"privacy": "private",
|
|
16321
|
+
"inheritedFrom": {
|
|
16322
|
+
"name": "ErrorBoundary",
|
|
16323
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16305
16324
|
}
|
|
16306
16325
|
},
|
|
16307
16326
|
{
|
|
16308
16327
|
"kind": "field",
|
|
16309
|
-
"name": "
|
|
16328
|
+
"name": "errorBoundary",
|
|
16310
16329
|
"type": {
|
|
16311
|
-
"text": "
|
|
16330
|
+
"text": "HTMLElement"
|
|
16312
16331
|
},
|
|
16313
16332
|
"inheritedFrom": {
|
|
16314
|
-
"name": "
|
|
16315
|
-
"module": "src/error-
|
|
16333
|
+
"name": "ErrorBoundary",
|
|
16334
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16316
16335
|
}
|
|
16317
16336
|
},
|
|
16318
16337
|
{
|
|
16319
|
-
"kind": "
|
|
16320
|
-
"name": "
|
|
16338
|
+
"kind": "field",
|
|
16339
|
+
"name": "resourceName",
|
|
16340
|
+
"description": "The resource name holding new and existing notifications",
|
|
16321
16341
|
"privacy": "public",
|
|
16322
|
-
"return": {
|
|
16323
|
-
"type": {
|
|
16324
|
-
"text": "void"
|
|
16325
|
-
}
|
|
16326
|
-
},
|
|
16327
|
-
"description": "Show the Error Dialog.",
|
|
16328
16342
|
"inheritedFrom": {
|
|
16329
|
-
"name": "
|
|
16330
|
-
"module": "src/error-
|
|
16343
|
+
"name": "ErrorBoundary",
|
|
16344
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16331
16345
|
}
|
|
16332
16346
|
},
|
|
16333
16347
|
{
|
|
16334
|
-
"kind": "
|
|
16335
|
-
"name": "
|
|
16348
|
+
"kind": "field",
|
|
16349
|
+
"name": "closeTimeout",
|
|
16350
|
+
"type": {
|
|
16351
|
+
"text": "number"
|
|
16352
|
+
},
|
|
16353
|
+
"default": "0",
|
|
16354
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
16336
16355
|
"privacy": "public",
|
|
16337
|
-
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
16338
16356
|
"inheritedFrom": {
|
|
16339
|
-
"name": "
|
|
16340
|
-
"module": "src/error-
|
|
16357
|
+
"name": "ErrorBoundary",
|
|
16358
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16341
16359
|
}
|
|
16342
16360
|
},
|
|
16343
16361
|
{
|
|
16344
|
-
"kind": "
|
|
16345
|
-
"name": "
|
|
16346
|
-
"
|
|
16347
|
-
|
|
16348
|
-
"type": {
|
|
16349
|
-
"text": "void"
|
|
16350
|
-
}
|
|
16362
|
+
"kind": "field",
|
|
16363
|
+
"name": "dataSub",
|
|
16364
|
+
"type": {
|
|
16365
|
+
"text": "Subscription"
|
|
16351
16366
|
},
|
|
16352
|
-
"
|
|
16367
|
+
"privacy": "protected",
|
|
16353
16368
|
"inheritedFrom": {
|
|
16354
|
-
"name": "
|
|
16355
|
-
"module": "src/error-
|
|
16369
|
+
"name": "ErrorBoundary",
|
|
16370
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16371
|
+
}
|
|
16372
|
+
},
|
|
16373
|
+
{
|
|
16374
|
+
"kind": "field",
|
|
16375
|
+
"name": "datasource",
|
|
16376
|
+
"type": {
|
|
16377
|
+
"text": "Datasource"
|
|
16378
|
+
},
|
|
16379
|
+
"privacy": "private",
|
|
16380
|
+
"inheritedFrom": {
|
|
16381
|
+
"name": "ErrorBoundary",
|
|
16382
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16356
16383
|
}
|
|
16357
16384
|
},
|
|
16358
16385
|
{
|
|
@@ -16470,33 +16497,39 @@
|
|
|
16470
16497
|
},
|
|
16471
16498
|
{
|
|
16472
16499
|
"kind": "variable",
|
|
16473
|
-
"name": "
|
|
16474
|
-
"description": "The zero ErrorDialog",
|
|
16475
|
-
"privacy": "public"
|
|
16500
|
+
"name": "zeroErrorBoundary"
|
|
16476
16501
|
}
|
|
16477
16502
|
],
|
|
16478
16503
|
"exports": [
|
|
16479
16504
|
{
|
|
16480
16505
|
"kind": "js",
|
|
16481
|
-
"name": "
|
|
16506
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
16482
16507
|
"declaration": {
|
|
16483
|
-
"name": "
|
|
16484
|
-
"module": "src/error-
|
|
16508
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
16509
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16485
16510
|
}
|
|
16486
16511
|
},
|
|
16487
16512
|
{
|
|
16488
16513
|
"kind": "js",
|
|
16489
|
-
"name": "
|
|
16514
|
+
"name": "ErrorBoundary",
|
|
16490
16515
|
"declaration": {
|
|
16491
|
-
"name": "
|
|
16492
|
-
"module": "src/error-
|
|
16516
|
+
"name": "ErrorBoundary",
|
|
16517
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16518
|
+
}
|
|
16519
|
+
},
|
|
16520
|
+
{
|
|
16521
|
+
"kind": "js",
|
|
16522
|
+
"name": "zeroErrorBoundary",
|
|
16523
|
+
"declaration": {
|
|
16524
|
+
"name": "zeroErrorBoundary",
|
|
16525
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
16493
16526
|
}
|
|
16494
16527
|
}
|
|
16495
16528
|
]
|
|
16496
16529
|
},
|
|
16497
16530
|
{
|
|
16498
16531
|
"kind": "javascript-module",
|
|
16499
|
-
"path": "src/error-
|
|
16532
|
+
"path": "src/error-boundary/index.ts",
|
|
16500
16533
|
"declarations": [],
|
|
16501
16534
|
"exports": [
|
|
16502
16535
|
{
|
|
@@ -16504,125 +16537,98 @@
|
|
|
16504
16537
|
"name": "*",
|
|
16505
16538
|
"declaration": {
|
|
16506
16539
|
"name": "*",
|
|
16507
|
-
"package": "./error-
|
|
16540
|
+
"package": "./error-boundary"
|
|
16508
16541
|
}
|
|
16509
16542
|
}
|
|
16510
16543
|
]
|
|
16511
16544
|
},
|
|
16512
16545
|
{
|
|
16513
16546
|
"kind": "javascript-module",
|
|
16514
|
-
"path": "src/error-
|
|
16547
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
16515
16548
|
"declarations": [
|
|
16516
|
-
{
|
|
16517
|
-
"kind": "variable",
|
|
16518
|
-
"name": "zeroErrorBoundaryShadowOptions",
|
|
16519
|
-
"type": {
|
|
16520
|
-
"text": "ShadowRootInit"
|
|
16521
|
-
},
|
|
16522
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
16523
|
-
},
|
|
16524
16549
|
{
|
|
16525
16550
|
"kind": "class",
|
|
16526
16551
|
"description": "",
|
|
16527
|
-
"name": "
|
|
16552
|
+
"name": "ErrorDialog",
|
|
16528
16553
|
"superclass": {
|
|
16529
|
-
"name": "
|
|
16554
|
+
"name": "FoundationErrorDialog",
|
|
16530
16555
|
"package": "@genesislcap/foundation-ui"
|
|
16531
16556
|
},
|
|
16532
|
-
"
|
|
16533
|
-
"tagName": "%%prefix%%-error-boundary",
|
|
16557
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
16534
16558
|
"customElement": true,
|
|
16535
|
-
"attributes": [
|
|
16536
|
-
{
|
|
16537
|
-
"name": "resource-name",
|
|
16538
|
-
"description": "The resource name holding new and existing notifications",
|
|
16539
|
-
"fieldName": "resourceName",
|
|
16540
|
-
"inheritedFrom": {
|
|
16541
|
-
"name": "ErrorBoundary",
|
|
16542
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
16543
|
-
}
|
|
16544
|
-
},
|
|
16545
|
-
{
|
|
16546
|
-
"name": "close-timeout",
|
|
16547
|
-
"type": {
|
|
16548
|
-
"text": "number"
|
|
16549
|
-
},
|
|
16550
|
-
"default": "0",
|
|
16551
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
16552
|
-
"fieldName": "closeTimeout",
|
|
16553
|
-
"inheritedFrom": {
|
|
16554
|
-
"name": "ErrorBoundary",
|
|
16555
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
16556
|
-
}
|
|
16557
|
-
}
|
|
16558
|
-
],
|
|
16559
16559
|
"members": [
|
|
16560
16560
|
{
|
|
16561
16561
|
"kind": "field",
|
|
16562
|
-
"name": "
|
|
16563
|
-
"
|
|
16562
|
+
"name": "dialog",
|
|
16563
|
+
"type": {
|
|
16564
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
16565
|
+
},
|
|
16566
|
+
"privacy": "public",
|
|
16564
16567
|
"inheritedFrom": {
|
|
16565
|
-
"name": "
|
|
16566
|
-
"module": "src/error-
|
|
16568
|
+
"name": "ErrorDialog",
|
|
16569
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16567
16570
|
}
|
|
16568
16571
|
},
|
|
16569
16572
|
{
|
|
16570
16573
|
"kind": "field",
|
|
16571
|
-
"name": "
|
|
16574
|
+
"name": "error",
|
|
16572
16575
|
"type": {
|
|
16573
|
-
"text": "
|
|
16576
|
+
"text": "ErrorStructure"
|
|
16574
16577
|
},
|
|
16575
16578
|
"inheritedFrom": {
|
|
16576
|
-
"name": "
|
|
16577
|
-
"module": "src/error-
|
|
16579
|
+
"name": "ErrorDialog",
|
|
16580
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16578
16581
|
}
|
|
16579
16582
|
},
|
|
16580
16583
|
{
|
|
16581
16584
|
"kind": "field",
|
|
16582
|
-
"name": "
|
|
16583
|
-
"
|
|
16584
|
-
|
|
16585
|
+
"name": "notification",
|
|
16586
|
+
"type": {
|
|
16587
|
+
"text": "NotificationStructure"
|
|
16588
|
+
},
|
|
16585
16589
|
"inheritedFrom": {
|
|
16586
|
-
"name": "
|
|
16587
|
-
"module": "src/error-
|
|
16590
|
+
"name": "ErrorDialog",
|
|
16591
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16588
16592
|
}
|
|
16589
16593
|
},
|
|
16590
16594
|
{
|
|
16591
|
-
"kind": "
|
|
16592
|
-
"name": "
|
|
16593
|
-
"type": {
|
|
16594
|
-
"text": "number"
|
|
16595
|
-
},
|
|
16596
|
-
"default": "0",
|
|
16597
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
16595
|
+
"kind": "method",
|
|
16596
|
+
"name": "show",
|
|
16598
16597
|
"privacy": "public",
|
|
16598
|
+
"return": {
|
|
16599
|
+
"type": {
|
|
16600
|
+
"text": "void"
|
|
16601
|
+
}
|
|
16602
|
+
},
|
|
16603
|
+
"description": "Show the Error Dialog.",
|
|
16599
16604
|
"inheritedFrom": {
|
|
16600
|
-
"name": "
|
|
16601
|
-
"module": "src/error-
|
|
16605
|
+
"name": "ErrorDialog",
|
|
16606
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16602
16607
|
}
|
|
16603
16608
|
},
|
|
16604
16609
|
{
|
|
16605
|
-
"kind": "
|
|
16606
|
-
"name": "
|
|
16607
|
-
"
|
|
16608
|
-
|
|
16609
|
-
},
|
|
16610
|
-
"privacy": "protected",
|
|
16610
|
+
"kind": "method",
|
|
16611
|
+
"name": "dismiss",
|
|
16612
|
+
"privacy": "public",
|
|
16613
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
16611
16614
|
"inheritedFrom": {
|
|
16612
|
-
"name": "
|
|
16613
|
-
"module": "src/error-
|
|
16615
|
+
"name": "ErrorDialog",
|
|
16616
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16614
16617
|
}
|
|
16615
16618
|
},
|
|
16616
16619
|
{
|
|
16617
|
-
"kind": "
|
|
16618
|
-
"name": "
|
|
16619
|
-
"
|
|
16620
|
-
|
|
16620
|
+
"kind": "method",
|
|
16621
|
+
"name": "closeDialog",
|
|
16622
|
+
"privacy": "public",
|
|
16623
|
+
"return": {
|
|
16624
|
+
"type": {
|
|
16625
|
+
"text": "void"
|
|
16626
|
+
}
|
|
16621
16627
|
},
|
|
16622
|
-
"
|
|
16628
|
+
"description": "Dismiss the Error Dialog from display.",
|
|
16623
16629
|
"inheritedFrom": {
|
|
16624
|
-
"name": "
|
|
16625
|
-
"module": "src/error-
|
|
16630
|
+
"name": "ErrorDialog",
|
|
16631
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16626
16632
|
}
|
|
16627
16633
|
},
|
|
16628
16634
|
{
|
|
@@ -16740,39 +16746,33 @@
|
|
|
16740
16746
|
},
|
|
16741
16747
|
{
|
|
16742
16748
|
"kind": "variable",
|
|
16743
|
-
"name": "
|
|
16749
|
+
"name": "zeroErrorDialog",
|
|
16750
|
+
"description": "The zero ErrorDialog",
|
|
16751
|
+
"privacy": "public"
|
|
16744
16752
|
}
|
|
16745
16753
|
],
|
|
16746
16754
|
"exports": [
|
|
16747
16755
|
{
|
|
16748
16756
|
"kind": "js",
|
|
16749
|
-
"name": "
|
|
16750
|
-
"declaration": {
|
|
16751
|
-
"name": "zeroErrorBoundaryShadowOptions",
|
|
16752
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
16753
|
-
}
|
|
16754
|
-
},
|
|
16755
|
-
{
|
|
16756
|
-
"kind": "js",
|
|
16757
|
-
"name": "ErrorBoundary",
|
|
16757
|
+
"name": "ErrorDialog",
|
|
16758
16758
|
"declaration": {
|
|
16759
|
-
"name": "
|
|
16760
|
-
"module": "src/error-
|
|
16759
|
+
"name": "ErrorDialog",
|
|
16760
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16761
16761
|
}
|
|
16762
16762
|
},
|
|
16763
16763
|
{
|
|
16764
16764
|
"kind": "js",
|
|
16765
|
-
"name": "
|
|
16765
|
+
"name": "zeroErrorDialog",
|
|
16766
16766
|
"declaration": {
|
|
16767
|
-
"name": "
|
|
16768
|
-
"module": "src/error-
|
|
16767
|
+
"name": "zeroErrorDialog",
|
|
16768
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16769
16769
|
}
|
|
16770
16770
|
}
|
|
16771
16771
|
]
|
|
16772
16772
|
},
|
|
16773
16773
|
{
|
|
16774
16774
|
"kind": "javascript-module",
|
|
16775
|
-
"path": "src/error-
|
|
16775
|
+
"path": "src/error-dialog/index.ts",
|
|
16776
16776
|
"declarations": [],
|
|
16777
16777
|
"exports": [
|
|
16778
16778
|
{
|
|
@@ -16780,7 +16780,7 @@
|
|
|
16780
16780
|
"name": "*",
|
|
16781
16781
|
"declaration": {
|
|
16782
16782
|
"name": "*",
|
|
16783
|
-
"package": "./error-
|
|
16783
|
+
"package": "./error-dialog"
|
|
16784
16784
|
}
|
|
16785
16785
|
}
|
|
16786
16786
|
]
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -402,23 +402,23 @@ export declare const ErrorBanner: React.ForwardRefExoticComponent<
|
|
|
402
402
|
>;
|
|
403
403
|
export type ErrorBannerRef = ErrorBannerWC;
|
|
404
404
|
|
|
405
|
-
export declare const
|
|
405
|
+
export declare const ErrorBoundary: React.ForwardRefExoticComponent<
|
|
406
406
|
React.PropsWithChildren<
|
|
407
|
-
Omit<PublicOf<
|
|
407
|
+
Omit<PublicOf<ErrorBoundaryWC>, 'children' | 'style'> &
|
|
408
408
|
HTMLWCProps & {
|
|
409
409
|
}
|
|
410
|
-
> & React.RefAttributes<
|
|
410
|
+
> & React.RefAttributes<ErrorBoundaryWC>
|
|
411
411
|
>;
|
|
412
|
-
export type
|
|
412
|
+
export type ErrorBoundaryRef = ErrorBoundaryWC;
|
|
413
413
|
|
|
414
|
-
export declare const
|
|
414
|
+
export declare const ErrorDialog: React.ForwardRefExoticComponent<
|
|
415
415
|
React.PropsWithChildren<
|
|
416
|
-
Omit<PublicOf<
|
|
416
|
+
Omit<PublicOf<ErrorDialogWC>, 'children' | 'style'> &
|
|
417
417
|
HTMLWCProps & {
|
|
418
418
|
}
|
|
419
|
-
> & React.RefAttributes<
|
|
419
|
+
> & React.RefAttributes<ErrorDialogWC>
|
|
420
420
|
>;
|
|
421
|
-
export type
|
|
421
|
+
export type ErrorDialogRef = ErrorDialogWC;
|
|
422
422
|
|
|
423
423
|
export declare const ZeroExpressionBuilder: React.ForwardRefExoticComponent<
|
|
424
424
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -358,14 +358,14 @@ const ErrorBanner = React.forwardRef(function ErrorBanner(props, ref) {
|
|
|
358
358
|
return React.createElement(customElements.getName(ErrorBannerWC) ?? '%%prefix%%-error-banner', { ...rest, ref }, children);
|
|
359
359
|
});
|
|
360
360
|
|
|
361
|
-
const
|
|
361
|
+
const ErrorBoundary = React.forwardRef(function ErrorBoundary(props, ref) {
|
|
362
362
|
const { children, ...rest } = props;
|
|
363
|
-
return React.createElement(customElements.getName(
|
|
363
|
+
return React.createElement(customElements.getName(ErrorBoundaryWC) ?? '%%prefix%%-error-boundary', { ...rest, ref }, children);
|
|
364
364
|
});
|
|
365
365
|
|
|
366
|
-
const
|
|
366
|
+
const ErrorDialog = React.forwardRef(function ErrorDialog(props, ref) {
|
|
367
367
|
const { children, ...rest } = props;
|
|
368
|
-
return React.createElement(customElements.getName(
|
|
368
|
+
return React.createElement(customElements.getName(ErrorDialogWC) ?? '%%prefix%%-error-dialog', { ...rest, ref }, children);
|
|
369
369
|
});
|
|
370
370
|
|
|
371
371
|
const ZeroExpressionBuilder = React.forwardRef(function ZeroExpressionBuilder(props, ref) {
|
|
@@ -1016,8 +1016,8 @@ module.exports = {
|
|
|
1016
1016
|
DropdownMenu,
|
|
1017
1017
|
EnvironmentIndicator,
|
|
1018
1018
|
ErrorBanner,
|
|
1019
|
-
ErrorDialog,
|
|
1020
1019
|
ErrorBoundary,
|
|
1020
|
+
ErrorDialog,
|
|
1021
1021
|
ZeroExpressionBuilder,
|
|
1022
1022
|
ZeroRuleExpressionBuilder,
|
|
1023
1023
|
ZeroValueExpressionBuilder,
|
package/dist/react.mjs
CHANGED
|
@@ -356,14 +356,14 @@ export const ErrorBanner = React.forwardRef(function ErrorBanner(props, ref) {
|
|
|
356
356
|
return React.createElement(customElements.getName(ErrorBannerWC) ?? '%%prefix%%-error-banner', { ...rest, ref }, children);
|
|
357
357
|
});
|
|
358
358
|
|
|
359
|
-
export const
|
|
359
|
+
export const ErrorBoundary = React.forwardRef(function ErrorBoundary(props, ref) {
|
|
360
360
|
const { children, ...rest } = props;
|
|
361
|
-
return React.createElement(customElements.getName(
|
|
361
|
+
return React.createElement(customElements.getName(ErrorBoundaryWC) ?? '%%prefix%%-error-boundary', { ...rest, ref }, children);
|
|
362
362
|
});
|
|
363
363
|
|
|
364
|
-
export const
|
|
364
|
+
export const ErrorDialog = React.forwardRef(function ErrorDialog(props, ref) {
|
|
365
365
|
const { children, ...rest } = props;
|
|
366
|
-
return React.createElement(customElements.getName(
|
|
366
|
+
return React.createElement(customElements.getName(ErrorDialogWC) ?? '%%prefix%%-error-dialog', { ...rest, ref }, children);
|
|
367
367
|
});
|
|
368
368
|
|
|
369
369
|
export const ZeroExpressionBuilder = React.forwardRef(function ZeroExpressionBuilder(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.488.
|
|
4
|
+
"version": "14.488.1",
|
|
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.488.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.488.
|
|
78
|
-
"@genesislcap/ts-builder": "14.488.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.488.
|
|
80
|
-
"@genesislcap/vite-builder": "14.488.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.488.
|
|
76
|
+
"@genesislcap/genx": "14.488.1",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.488.1",
|
|
78
|
+
"@genesislcap/ts-builder": "14.488.1",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.488.1",
|
|
80
|
+
"@genesislcap/vite-builder": "14.488.1",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.488.1"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.488.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.488.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.488.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.488.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.488.1",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.488.1",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.488.1",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.488.1",
|
|
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": "59f08be328928035b4591fa97da580cc650f96c3"
|
|
115
115
|
}
|