@genesislcap/foundation-ui 14.170.0 → 14.171.0

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +176 -176
  2. package/package.json +15 -15
@@ -862,37 +862,6 @@
862
862
  }
863
863
  ]
864
864
  },
865
- {
866
- "kind": "javascript-module",
867
- "path": "src/_config/index.ts",
868
- "declarations": [],
869
- "exports": [
870
- {
871
- "kind": "js",
872
- "name": "*",
873
- "declaration": {
874
- "name": "*",
875
- "package": "./styles"
876
- }
877
- },
878
- {
879
- "kind": "js",
880
- "name": "*",
881
- "declaration": {
882
- "name": "*",
883
- "package": "./tokens"
884
- }
885
- },
886
- {
887
- "kind": "js",
888
- "name": "*",
889
- "declaration": {
890
- "name": "*",
891
- "package": "./values"
892
- }
893
- }
894
- ]
895
- },
896
865
  {
897
866
  "kind": "javascript-module",
898
867
  "path": "src/accordion/accordion.styles.ts",
@@ -1075,6 +1044,37 @@
1075
1044
  }
1076
1045
  ]
1077
1046
  },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/_config/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./styles"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./tokens"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./values"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
1078
1078
  {
1079
1079
  "kind": "javascript-module",
1080
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -15278,35 +15278,52 @@
15278
15278
  },
15279
15279
  {
15280
15280
  "kind": "javascript-module",
15281
- "path": "src/error-boundary/error-boundary.template.ts",
15281
+ "path": "src/error-banner/error-banner.template.ts",
15282
15282
  "declarations": [
15283
+ {
15284
+ "kind": "function",
15285
+ "name": "getPrefixedErrorBanner",
15286
+ "parameters": [
15287
+ {
15288
+ "name": "prefix",
15289
+ "type": {
15290
+ "text": "string"
15291
+ }
15292
+ }
15293
+ ]
15294
+ },
15283
15295
  {
15284
15296
  "kind": "variable",
15285
- "name": "foundationErrorBoundaryTemplate",
15286
- "type": {
15287
- "text": "ViewTemplate<ErrorBoundary>"
15288
- },
15289
- "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
15297
+ "name": "foundationErrorBannerTemplate",
15298
+ "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
15290
15299
  }
15291
15300
  ],
15292
15301
  "exports": [
15293
15302
  {
15294
15303
  "kind": "js",
15295
- "name": "foundationErrorBoundaryTemplate",
15304
+ "name": "getPrefixedErrorBanner",
15296
15305
  "declaration": {
15297
- "name": "foundationErrorBoundaryTemplate",
15298
- "module": "src/error-boundary/error-boundary.template.ts"
15306
+ "name": "getPrefixedErrorBanner",
15307
+ "module": "src/error-banner/error-banner.template.ts"
15308
+ }
15309
+ },
15310
+ {
15311
+ "kind": "js",
15312
+ "name": "foundationErrorBannerTemplate",
15313
+ "declaration": {
15314
+ "name": "foundationErrorBannerTemplate",
15315
+ "module": "src/error-banner/error-banner.template.ts"
15299
15316
  }
15300
15317
  }
15301
15318
  ]
15302
15319
  },
15303
15320
  {
15304
15321
  "kind": "javascript-module",
15305
- "path": "src/error-boundary/error-boundary.ts",
15322
+ "path": "src/error-banner/error-banner.ts",
15306
15323
  "declarations": [
15307
15324
  {
15308
15325
  "kind": "variable",
15309
- "name": "foundationErrorBoundaryShadowOptions",
15326
+ "name": "foundationErrorBannerShadowOptions",
15310
15327
  "type": {
15311
15328
  "text": "ShadowRootInit"
15312
15329
  },
@@ -15315,51 +15332,35 @@
15315
15332
  {
15316
15333
  "kind": "class",
15317
15334
  "description": "",
15318
- "name": "ErrorBoundary",
15335
+ "name": "ErrorBanner",
15319
15336
  "members": [
15320
15337
  {
15321
15338
  "kind": "field",
15322
- "name": "logger",
15323
- "privacy": "private"
15324
- },
15325
- {
15326
- "kind": "field",
15327
- "name": "errorBoundary",
15339
+ "name": "banner",
15328
15340
  "type": {
15329
- "text": "HTMLElement"
15330
- }
15331
- },
15332
- {
15333
- "kind": "field",
15334
- "name": "resourceName",
15335
- "description": "The resource name holding new and existing notifications",
15341
+ "text": "HTMLElement & { dismiss: () => Promise<void> }"
15342
+ },
15336
15343
  "privacy": "public"
15337
15344
  },
15338
15345
  {
15339
15346
  "kind": "field",
15340
- "name": "closeTimeout",
15347
+ "name": "error",
15341
15348
  "type": {
15342
- "text": "number"
15343
- },
15344
- "default": "0",
15345
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15346
- "privacy": "public"
15349
+ "text": "ErrorStructure"
15350
+ }
15347
15351
  },
15348
15352
  {
15349
15353
  "kind": "field",
15350
- "name": "dataSub",
15354
+ "name": "notification",
15351
15355
  "type": {
15352
- "text": "Subscription"
15353
- },
15354
- "privacy": "protected"
15356
+ "text": "NotificationStructure"
15357
+ }
15355
15358
  },
15356
15359
  {
15357
- "kind": "field",
15358
- "name": "datasource",
15359
- "type": {
15360
- "text": "Datasource"
15361
- },
15362
- "privacy": "private"
15360
+ "kind": "method",
15361
+ "name": "dismiss",
15362
+ "privacy": "public",
15363
+ "description": "Dismiss the Error Banner from display."
15363
15364
  },
15364
15365
  {
15365
15366
  "kind": "field",
@@ -15473,67 +15474,51 @@
15473
15474
  }
15474
15475
  }
15475
15476
  ],
15476
- "attributes": [
15477
- {
15478
- "name": "resource-name",
15479
- "description": "The resource name holding new and existing notifications",
15480
- "fieldName": "resourceName"
15481
- },
15482
- {
15483
- "name": "close-timeout",
15484
- "type": {
15485
- "text": "number"
15486
- },
15487
- "default": "0",
15488
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15489
- "fieldName": "closeTimeout"
15490
- }
15491
- ],
15492
15477
  "superclass": {
15493
15478
  "name": "FoundationElement",
15494
15479
  "package": "@microsoft/fast-foundation"
15495
15480
  },
15481
+ "tagName": "%%prefix%%-error-banner",
15496
15482
  "deprecated": "true",
15497
- "tagName": "%%prefix%%-error-boundary",
15498
15483
  "customElement": true
15499
15484
  },
15500
15485
  {
15501
15486
  "kind": "variable",
15502
- "name": "foundationErrorBoundary",
15503
- "description": "The Foundation Error Boundary",
15487
+ "name": "foundationErrorBanner",
15488
+ "description": "The Foundation Error Banner",
15504
15489
  "privacy": "public"
15505
15490
  }
15506
15491
  ],
15507
15492
  "exports": [
15508
15493
  {
15509
15494
  "kind": "js",
15510
- "name": "foundationErrorBoundaryShadowOptions",
15495
+ "name": "foundationErrorBannerShadowOptions",
15511
15496
  "declaration": {
15512
- "name": "foundationErrorBoundaryShadowOptions",
15513
- "module": "src/error-boundary/error-boundary.ts"
15497
+ "name": "foundationErrorBannerShadowOptions",
15498
+ "module": "src/error-banner/error-banner.ts"
15514
15499
  }
15515
15500
  },
15516
15501
  {
15517
15502
  "kind": "js",
15518
- "name": "ErrorBoundary",
15503
+ "name": "ErrorBanner",
15519
15504
  "declaration": {
15520
- "name": "ErrorBoundary",
15521
- "module": "src/error-boundary/error-boundary.ts"
15505
+ "name": "ErrorBanner",
15506
+ "module": "src/error-banner/error-banner.ts"
15522
15507
  }
15523
15508
  },
15524
15509
  {
15525
15510
  "kind": "js",
15526
- "name": "foundationErrorBoundary",
15511
+ "name": "foundationErrorBanner",
15527
15512
  "declaration": {
15528
- "name": "foundationErrorBoundary",
15529
- "module": "src/error-boundary/error-boundary.ts"
15513
+ "name": "foundationErrorBanner",
15514
+ "module": "src/error-banner/error-banner.ts"
15530
15515
  }
15531
15516
  }
15532
15517
  ]
15533
15518
  },
15534
15519
  {
15535
15520
  "kind": "javascript-module",
15536
- "path": "src/error-boundary/index.ts",
15521
+ "path": "src/error-banner/index.ts",
15537
15522
  "declarations": [],
15538
15523
  "exports": [
15539
15524
  {
@@ -15541,7 +15526,7 @@
15541
15526
  "name": "*",
15542
15527
  "declaration": {
15543
15528
  "name": "*",
15544
- "package": "./error-boundary.template"
15529
+ "package": "./error-banner.template"
15545
15530
  }
15546
15531
  },
15547
15532
  {
@@ -15549,75 +15534,42 @@
15549
15534
  "name": "*",
15550
15535
  "declaration": {
15551
15536
  "name": "*",
15552
- "package": "./error-boundary"
15553
- }
15554
- },
15555
- {
15556
- "kind": "js",
15557
- "name": "ErrorBoundaryEvent",
15558
- "declaration": {
15559
- "name": "ErrorBoundaryEvent",
15560
- "package": "@genesislcap/foundation-errors"
15561
- }
15562
- },
15563
- {
15564
- "kind": "js",
15565
- "name": "ErrorStructure",
15566
- "declaration": {
15567
- "name": "ErrorStructure",
15568
- "package": "@genesislcap/foundation-errors"
15537
+ "package": "./error-banner"
15569
15538
  }
15570
15539
  }
15571
15540
  ]
15572
15541
  },
15573
15542
  {
15574
15543
  "kind": "javascript-module",
15575
- "path": "src/error-banner/error-banner.template.ts",
15544
+ "path": "src/error-boundary/error-boundary.template.ts",
15576
15545
  "declarations": [
15577
- {
15578
- "kind": "function",
15579
- "name": "getPrefixedErrorBanner",
15580
- "parameters": [
15581
- {
15582
- "name": "prefix",
15583
- "type": {
15584
- "text": "string"
15585
- }
15586
- }
15587
- ]
15588
- },
15589
15546
  {
15590
15547
  "kind": "variable",
15591
- "name": "foundationErrorBannerTemplate",
15592
- "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
15548
+ "name": "foundationErrorBoundaryTemplate",
15549
+ "type": {
15550
+ "text": "ViewTemplate<ErrorBoundary>"
15551
+ },
15552
+ "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
15593
15553
  }
15594
15554
  ],
15595
15555
  "exports": [
15596
15556
  {
15597
15557
  "kind": "js",
15598
- "name": "getPrefixedErrorBanner",
15599
- "declaration": {
15600
- "name": "getPrefixedErrorBanner",
15601
- "module": "src/error-banner/error-banner.template.ts"
15602
- }
15603
- },
15604
- {
15605
- "kind": "js",
15606
- "name": "foundationErrorBannerTemplate",
15558
+ "name": "foundationErrorBoundaryTemplate",
15607
15559
  "declaration": {
15608
- "name": "foundationErrorBannerTemplate",
15609
- "module": "src/error-banner/error-banner.template.ts"
15560
+ "name": "foundationErrorBoundaryTemplate",
15561
+ "module": "src/error-boundary/error-boundary.template.ts"
15610
15562
  }
15611
15563
  }
15612
15564
  ]
15613
15565
  },
15614
15566
  {
15615
15567
  "kind": "javascript-module",
15616
- "path": "src/error-banner/error-banner.ts",
15568
+ "path": "src/error-boundary/error-boundary.ts",
15617
15569
  "declarations": [
15618
15570
  {
15619
15571
  "kind": "variable",
15620
- "name": "foundationErrorBannerShadowOptions",
15572
+ "name": "foundationErrorBoundaryShadowOptions",
15621
15573
  "type": {
15622
15574
  "text": "ShadowRootInit"
15623
15575
  },
@@ -15626,35 +15578,51 @@
15626
15578
  {
15627
15579
  "kind": "class",
15628
15580
  "description": "",
15629
- "name": "ErrorBanner",
15581
+ "name": "ErrorBoundary",
15630
15582
  "members": [
15631
15583
  {
15632
15584
  "kind": "field",
15633
- "name": "banner",
15585
+ "name": "logger",
15586
+ "privacy": "private"
15587
+ },
15588
+ {
15589
+ "kind": "field",
15590
+ "name": "errorBoundary",
15634
15591
  "type": {
15635
- "text": "HTMLElement & { dismiss: () => Promise<void> }"
15636
- },
15592
+ "text": "HTMLElement"
15593
+ }
15594
+ },
15595
+ {
15596
+ "kind": "field",
15597
+ "name": "resourceName",
15598
+ "description": "The resource name holding new and existing notifications",
15637
15599
  "privacy": "public"
15638
15600
  },
15639
15601
  {
15640
15602
  "kind": "field",
15641
- "name": "error",
15603
+ "name": "closeTimeout",
15642
15604
  "type": {
15643
- "text": "ErrorStructure"
15644
- }
15605
+ "text": "number"
15606
+ },
15607
+ "default": "0",
15608
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15609
+ "privacy": "public"
15645
15610
  },
15646
15611
  {
15647
15612
  "kind": "field",
15648
- "name": "notification",
15613
+ "name": "dataSub",
15649
15614
  "type": {
15650
- "text": "NotificationStructure"
15651
- }
15615
+ "text": "Subscription"
15616
+ },
15617
+ "privacy": "protected"
15652
15618
  },
15653
15619
  {
15654
- "kind": "method",
15655
- "name": "dismiss",
15656
- "privacy": "public",
15657
- "description": "Dismiss the Error Banner from display."
15620
+ "kind": "field",
15621
+ "name": "datasource",
15622
+ "type": {
15623
+ "text": "Datasource"
15624
+ },
15625
+ "privacy": "private"
15658
15626
  },
15659
15627
  {
15660
15628
  "kind": "field",
@@ -15768,51 +15736,67 @@
15768
15736
  }
15769
15737
  }
15770
15738
  ],
15739
+ "attributes": [
15740
+ {
15741
+ "name": "resource-name",
15742
+ "description": "The resource name holding new and existing notifications",
15743
+ "fieldName": "resourceName"
15744
+ },
15745
+ {
15746
+ "name": "close-timeout",
15747
+ "type": {
15748
+ "text": "number"
15749
+ },
15750
+ "default": "0",
15751
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15752
+ "fieldName": "closeTimeout"
15753
+ }
15754
+ ],
15771
15755
  "superclass": {
15772
15756
  "name": "FoundationElement",
15773
15757
  "package": "@microsoft/fast-foundation"
15774
15758
  },
15775
- "tagName": "%%prefix%%-error-banner",
15776
15759
  "deprecated": "true",
15760
+ "tagName": "%%prefix%%-error-boundary",
15777
15761
  "customElement": true
15778
15762
  },
15779
15763
  {
15780
15764
  "kind": "variable",
15781
- "name": "foundationErrorBanner",
15782
- "description": "The Foundation Error Banner",
15765
+ "name": "foundationErrorBoundary",
15766
+ "description": "The Foundation Error Boundary",
15783
15767
  "privacy": "public"
15784
15768
  }
15785
15769
  ],
15786
15770
  "exports": [
15787
15771
  {
15788
15772
  "kind": "js",
15789
- "name": "foundationErrorBannerShadowOptions",
15773
+ "name": "foundationErrorBoundaryShadowOptions",
15790
15774
  "declaration": {
15791
- "name": "foundationErrorBannerShadowOptions",
15792
- "module": "src/error-banner/error-banner.ts"
15775
+ "name": "foundationErrorBoundaryShadowOptions",
15776
+ "module": "src/error-boundary/error-boundary.ts"
15793
15777
  }
15794
15778
  },
15795
15779
  {
15796
15780
  "kind": "js",
15797
- "name": "ErrorBanner",
15781
+ "name": "ErrorBoundary",
15798
15782
  "declaration": {
15799
- "name": "ErrorBanner",
15800
- "module": "src/error-banner/error-banner.ts"
15783
+ "name": "ErrorBoundary",
15784
+ "module": "src/error-boundary/error-boundary.ts"
15801
15785
  }
15802
15786
  },
15803
15787
  {
15804
15788
  "kind": "js",
15805
- "name": "foundationErrorBanner",
15789
+ "name": "foundationErrorBoundary",
15806
15790
  "declaration": {
15807
- "name": "foundationErrorBanner",
15808
- "module": "src/error-banner/error-banner.ts"
15791
+ "name": "foundationErrorBoundary",
15792
+ "module": "src/error-boundary/error-boundary.ts"
15809
15793
  }
15810
15794
  }
15811
15795
  ]
15812
15796
  },
15813
15797
  {
15814
15798
  "kind": "javascript-module",
15815
- "path": "src/error-banner/index.ts",
15799
+ "path": "src/error-boundary/index.ts",
15816
15800
  "declarations": [],
15817
15801
  "exports": [
15818
15802
  {
@@ -15820,7 +15804,7 @@
15820
15804
  "name": "*",
15821
15805
  "declaration": {
15822
15806
  "name": "*",
15823
- "package": "./error-banner.template"
15807
+ "package": "./error-boundary.template"
15824
15808
  }
15825
15809
  },
15826
15810
  {
@@ -15828,7 +15812,23 @@
15828
15812
  "name": "*",
15829
15813
  "declaration": {
15830
15814
  "name": "*",
15831
- "package": "./error-banner"
15815
+ "package": "./error-boundary"
15816
+ }
15817
+ },
15818
+ {
15819
+ "kind": "js",
15820
+ "name": "ErrorBoundaryEvent",
15821
+ "declaration": {
15822
+ "name": "ErrorBoundaryEvent",
15823
+ "package": "@genesislcap/foundation-errors"
15824
+ }
15825
+ },
15826
+ {
15827
+ "kind": "js",
15828
+ "name": "ErrorStructure",
15829
+ "declaration": {
15830
+ "name": "ErrorStructure",
15831
+ "package": "@genesislcap/foundation-errors"
15832
15832
  }
15833
15833
  }
15834
15834
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.170.0",
4
+ "version": "14.171.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -74,13 +74,13 @@
74
74
  "test:debug": "genx test --debug"
75
75
  },
76
76
  "devDependencies": {
77
- "@genesislcap/foundation-testing": "14.170.0",
78
- "@genesislcap/genx": "14.170.0",
79
- "@genesislcap/rollup-builder": "14.170.0",
80
- "@genesislcap/ts-builder": "14.170.0",
81
- "@genesislcap/uvu-playwright-builder": "14.170.0",
82
- "@genesislcap/vite-builder": "14.170.0",
83
- "@genesislcap/webpack-builder": "14.170.0",
77
+ "@genesislcap/foundation-testing": "14.171.0",
78
+ "@genesislcap/genx": "14.171.0",
79
+ "@genesislcap/rollup-builder": "14.171.0",
80
+ "@genesislcap/ts-builder": "14.171.0",
81
+ "@genesislcap/uvu-playwright-builder": "14.171.0",
82
+ "@genesislcap/vite-builder": "14.171.0",
83
+ "@genesislcap/webpack-builder": "14.171.0",
84
84
  "copyfiles": "^2.4.1",
85
85
  "rimraf": "^3.0.2",
86
86
  "rxjs": "^7.5.4"
@@ -91,12 +91,12 @@
91
91
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
92
92
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
93
93
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
94
- "@genesislcap/foundation-comms": "14.170.0",
95
- "@genesislcap/foundation-criteria": "14.170.0",
96
- "@genesislcap/foundation-errors": "14.170.0",
97
- "@genesislcap/foundation-logger": "14.170.0",
98
- "@genesislcap/foundation-notifications": "14.170.0",
99
- "@genesislcap/foundation-utils": "14.170.0",
94
+ "@genesislcap/foundation-comms": "14.171.0",
95
+ "@genesislcap/foundation-criteria": "14.171.0",
96
+ "@genesislcap/foundation-errors": "14.171.0",
97
+ "@genesislcap/foundation-logger": "14.171.0",
98
+ "@genesislcap/foundation-notifications": "14.171.0",
99
+ "@genesislcap/foundation-utils": "14.171.0",
100
100
  "@microsoft/fast-colors": "^5.3.1",
101
101
  "@microsoft/fast-components": "^2.30.6",
102
102
  "@microsoft/fast-element": "^1.12.0",
@@ -118,5 +118,5 @@
118
118
  "access": "public"
119
119
  },
120
120
  "customElements": "dist/custom-elements.json",
121
- "gitHead": "98a1e02bb120637346bd3e6be6b4c050e63a1347"
121
+ "gitHead": "312d2536cdfdd0c1b2c00dd623cc863edac31d7a"
122
122
  }