@genesislcap/foundation-zero 14.393.4 → 14.394.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 +149 -149
  2. package/package.json +12 -12
@@ -13732,118 +13732,91 @@
13732
13732
  },
13733
13733
  {
13734
13734
  "kind": "javascript-module",
13735
- "path": "src/error-boundary/error-boundary.ts",
13735
+ "path": "src/error-dialog/error-dialog.ts",
13736
13736
  "declarations": [
13737
- {
13738
- "kind": "variable",
13739
- "name": "zeroErrorBoundaryShadowOptions",
13740
- "type": {
13741
- "text": "ShadowRootInit"
13742
- },
13743
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
13744
- },
13745
13737
  {
13746
13738
  "kind": "class",
13747
13739
  "description": "",
13748
- "name": "ErrorBoundary",
13740
+ "name": "ErrorDialog",
13749
13741
  "superclass": {
13750
- "name": "FoundationErrorBoundary",
13742
+ "name": "FoundationErrorDialog",
13751
13743
  "package": "@genesislcap/foundation-ui"
13752
13744
  },
13753
- "deprecated": "true",
13754
- "tagName": "%%prefix%%-error-boundary",
13745
+ "tagName": "%%prefix%%-error-dialog",
13755
13746
  "customElement": true,
13756
- "attributes": [
13757
- {
13758
- "name": "resource-name",
13759
- "description": "The resource name holding new and existing notifications",
13760
- "fieldName": "resourceName",
13761
- "inheritedFrom": {
13762
- "name": "ErrorBoundary",
13763
- "module": "src/error-boundary/error-boundary.ts"
13764
- }
13765
- },
13766
- {
13767
- "name": "close-timeout",
13768
- "type": {
13769
- "text": "number"
13770
- },
13771
- "default": "0",
13772
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
13773
- "fieldName": "closeTimeout",
13774
- "inheritedFrom": {
13775
- "name": "ErrorBoundary",
13776
- "module": "src/error-boundary/error-boundary.ts"
13777
- }
13778
- }
13779
- ],
13780
13747
  "members": [
13781
13748
  {
13782
13749
  "kind": "field",
13783
- "name": "logger",
13784
- "privacy": "private",
13750
+ "name": "dialog",
13751
+ "type": {
13752
+ "text": "HTMLElement & { close: () => void; show: () => void }"
13753
+ },
13754
+ "privacy": "public",
13785
13755
  "inheritedFrom": {
13786
- "name": "ErrorBoundary",
13787
- "module": "src/error-boundary/error-boundary.ts"
13756
+ "name": "ErrorDialog",
13757
+ "module": "src/error-dialog/error-dialog.ts"
13788
13758
  }
13789
13759
  },
13790
13760
  {
13791
13761
  "kind": "field",
13792
- "name": "errorBoundary",
13762
+ "name": "error",
13793
13763
  "type": {
13794
- "text": "HTMLElement"
13764
+ "text": "ErrorStructure"
13795
13765
  },
13796
13766
  "inheritedFrom": {
13797
- "name": "ErrorBoundary",
13798
- "module": "src/error-boundary/error-boundary.ts"
13767
+ "name": "ErrorDialog",
13768
+ "module": "src/error-dialog/error-dialog.ts"
13799
13769
  }
13800
13770
  },
13801
13771
  {
13802
13772
  "kind": "field",
13803
- "name": "resourceName",
13804
- "description": "The resource name holding new and existing notifications",
13805
- "privacy": "public",
13773
+ "name": "notification",
13774
+ "type": {
13775
+ "text": "NotificationStructure"
13776
+ },
13806
13777
  "inheritedFrom": {
13807
- "name": "ErrorBoundary",
13808
- "module": "src/error-boundary/error-boundary.ts"
13778
+ "name": "ErrorDialog",
13779
+ "module": "src/error-dialog/error-dialog.ts"
13809
13780
  }
13810
13781
  },
13811
13782
  {
13812
- "kind": "field",
13813
- "name": "closeTimeout",
13814
- "type": {
13815
- "text": "number"
13816
- },
13817
- "default": "0",
13818
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
13783
+ "kind": "method",
13784
+ "name": "show",
13819
13785
  "privacy": "public",
13786
+ "return": {
13787
+ "type": {
13788
+ "text": "void"
13789
+ }
13790
+ },
13791
+ "description": "Show the Error Dialog.",
13820
13792
  "inheritedFrom": {
13821
- "name": "ErrorBoundary",
13822
- "module": "src/error-boundary/error-boundary.ts"
13793
+ "name": "ErrorDialog",
13794
+ "module": "src/error-dialog/error-dialog.ts"
13823
13795
  }
13824
13796
  },
13825
13797
  {
13826
- "kind": "field",
13827
- "name": "dataSub",
13828
- "type": {
13829
- "text": "Subscription"
13830
- },
13831
- "privacy": "protected",
13798
+ "kind": "method",
13799
+ "name": "dismiss",
13800
+ "privacy": "public",
13801
+ "description": "Dismiss the Error Dialog from display and calls the dismissing action.",
13832
13802
  "inheritedFrom": {
13833
- "name": "ErrorBoundary",
13834
- "module": "src/error-boundary/error-boundary.ts"
13803
+ "name": "ErrorDialog",
13804
+ "module": "src/error-dialog/error-dialog.ts"
13835
13805
  }
13836
13806
  },
13837
13807
  {
13838
- "kind": "field",
13839
- "name": "datasource",
13840
- "type": {
13841
- "text": "Datasource"
13808
+ "kind": "method",
13809
+ "name": "closeDialog",
13810
+ "privacy": "public",
13811
+ "return": {
13812
+ "type": {
13813
+ "text": "void"
13814
+ }
13842
13815
  },
13843
- "privacy": "private",
13816
+ "description": "Dismiss the Error Dialog from display.",
13844
13817
  "inheritedFrom": {
13845
- "name": "ErrorBoundary",
13846
- "module": "src/error-boundary/error-boundary.ts"
13818
+ "name": "ErrorDialog",
13819
+ "module": "src/error-dialog/error-dialog.ts"
13847
13820
  }
13848
13821
  },
13849
13822
  {
@@ -13961,39 +13934,33 @@
13961
13934
  },
13962
13935
  {
13963
13936
  "kind": "variable",
13964
- "name": "zeroErrorBoundary"
13937
+ "name": "zeroErrorDialog",
13938
+ "description": "The zero ErrorDialog",
13939
+ "privacy": "public"
13965
13940
  }
13966
13941
  ],
13967
13942
  "exports": [
13968
13943
  {
13969
13944
  "kind": "js",
13970
- "name": "zeroErrorBoundaryShadowOptions",
13971
- "declaration": {
13972
- "name": "zeroErrorBoundaryShadowOptions",
13973
- "module": "src/error-boundary/error-boundary.ts"
13974
- }
13975
- },
13976
- {
13977
- "kind": "js",
13978
- "name": "ErrorBoundary",
13945
+ "name": "ErrorDialog",
13979
13946
  "declaration": {
13980
- "name": "ErrorBoundary",
13981
- "module": "src/error-boundary/error-boundary.ts"
13947
+ "name": "ErrorDialog",
13948
+ "module": "src/error-dialog/error-dialog.ts"
13982
13949
  }
13983
13950
  },
13984
13951
  {
13985
13952
  "kind": "js",
13986
- "name": "zeroErrorBoundary",
13953
+ "name": "zeroErrorDialog",
13987
13954
  "declaration": {
13988
- "name": "zeroErrorBoundary",
13989
- "module": "src/error-boundary/error-boundary.ts"
13955
+ "name": "zeroErrorDialog",
13956
+ "module": "src/error-dialog/error-dialog.ts"
13990
13957
  }
13991
13958
  }
13992
13959
  ]
13993
13960
  },
13994
13961
  {
13995
13962
  "kind": "javascript-module",
13996
- "path": "src/error-boundary/index.ts",
13963
+ "path": "src/error-dialog/index.ts",
13997
13964
  "declarations": [],
13998
13965
  "exports": [
13999
13966
  {
@@ -14001,98 +13968,125 @@
14001
13968
  "name": "*",
14002
13969
  "declaration": {
14003
13970
  "name": "*",
14004
- "package": "./error-boundary"
13971
+ "package": "./error-dialog"
14005
13972
  }
14006
13973
  }
14007
13974
  ]
14008
13975
  },
14009
13976
  {
14010
13977
  "kind": "javascript-module",
14011
- "path": "src/error-dialog/error-dialog.ts",
13978
+ "path": "src/error-boundary/error-boundary.ts",
14012
13979
  "declarations": [
13980
+ {
13981
+ "kind": "variable",
13982
+ "name": "zeroErrorBoundaryShadowOptions",
13983
+ "type": {
13984
+ "text": "ShadowRootInit"
13985
+ },
13986
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
13987
+ },
14013
13988
  {
14014
13989
  "kind": "class",
14015
13990
  "description": "",
14016
- "name": "ErrorDialog",
13991
+ "name": "ErrorBoundary",
14017
13992
  "superclass": {
14018
- "name": "FoundationErrorDialog",
13993
+ "name": "FoundationErrorBoundary",
14019
13994
  "package": "@genesislcap/foundation-ui"
14020
13995
  },
14021
- "tagName": "%%prefix%%-error-dialog",
13996
+ "deprecated": "true",
13997
+ "tagName": "%%prefix%%-error-boundary",
14022
13998
  "customElement": true,
14023
- "members": [
13999
+ "attributes": [
14024
14000
  {
14025
- "kind": "field",
14026
- "name": "dialog",
14027
- "type": {
14028
- "text": "HTMLElement & { close: () => void; show: () => void }"
14029
- },
14030
- "privacy": "public",
14001
+ "name": "resource-name",
14002
+ "description": "The resource name holding new and existing notifications",
14003
+ "fieldName": "resourceName",
14031
14004
  "inheritedFrom": {
14032
- "name": "ErrorDialog",
14033
- "module": "src/error-dialog/error-dialog.ts"
14005
+ "name": "ErrorBoundary",
14006
+ "module": "src/error-boundary/error-boundary.ts"
14034
14007
  }
14035
14008
  },
14036
14009
  {
14037
- "kind": "field",
14038
- "name": "error",
14010
+ "name": "close-timeout",
14039
14011
  "type": {
14040
- "text": "ErrorStructure"
14012
+ "text": "number"
14041
14013
  },
14014
+ "default": "0",
14015
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
14016
+ "fieldName": "closeTimeout",
14042
14017
  "inheritedFrom": {
14043
- "name": "ErrorDialog",
14044
- "module": "src/error-dialog/error-dialog.ts"
14018
+ "name": "ErrorBoundary",
14019
+ "module": "src/error-boundary/error-boundary.ts"
14020
+ }
14021
+ }
14022
+ ],
14023
+ "members": [
14024
+ {
14025
+ "kind": "field",
14026
+ "name": "logger",
14027
+ "privacy": "private",
14028
+ "inheritedFrom": {
14029
+ "name": "ErrorBoundary",
14030
+ "module": "src/error-boundary/error-boundary.ts"
14045
14031
  }
14046
14032
  },
14047
14033
  {
14048
14034
  "kind": "field",
14049
- "name": "notification",
14035
+ "name": "errorBoundary",
14050
14036
  "type": {
14051
- "text": "NotificationStructure"
14037
+ "text": "HTMLElement"
14052
14038
  },
14053
14039
  "inheritedFrom": {
14054
- "name": "ErrorDialog",
14055
- "module": "src/error-dialog/error-dialog.ts"
14040
+ "name": "ErrorBoundary",
14041
+ "module": "src/error-boundary/error-boundary.ts"
14056
14042
  }
14057
14043
  },
14058
14044
  {
14059
- "kind": "method",
14060
- "name": "show",
14045
+ "kind": "field",
14046
+ "name": "resourceName",
14047
+ "description": "The resource name holding new and existing notifications",
14061
14048
  "privacy": "public",
14062
- "return": {
14063
- "type": {
14064
- "text": "void"
14065
- }
14066
- },
14067
- "description": "Show the Error Dialog.",
14068
14049
  "inheritedFrom": {
14069
- "name": "ErrorDialog",
14070
- "module": "src/error-dialog/error-dialog.ts"
14050
+ "name": "ErrorBoundary",
14051
+ "module": "src/error-boundary/error-boundary.ts"
14071
14052
  }
14072
14053
  },
14073
14054
  {
14074
- "kind": "method",
14075
- "name": "dismiss",
14055
+ "kind": "field",
14056
+ "name": "closeTimeout",
14057
+ "type": {
14058
+ "text": "number"
14059
+ },
14060
+ "default": "0",
14061
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
14076
14062
  "privacy": "public",
14077
- "description": "Dismiss the Error Dialog from display and calls the dismissing action.",
14078
14063
  "inheritedFrom": {
14079
- "name": "ErrorDialog",
14080
- "module": "src/error-dialog/error-dialog.ts"
14064
+ "name": "ErrorBoundary",
14065
+ "module": "src/error-boundary/error-boundary.ts"
14081
14066
  }
14082
14067
  },
14083
14068
  {
14084
- "kind": "method",
14085
- "name": "closeDialog",
14086
- "privacy": "public",
14087
- "return": {
14088
- "type": {
14089
- "text": "void"
14090
- }
14069
+ "kind": "field",
14070
+ "name": "dataSub",
14071
+ "type": {
14072
+ "text": "Subscription"
14091
14073
  },
14092
- "description": "Dismiss the Error Dialog from display.",
14074
+ "privacy": "protected",
14093
14075
  "inheritedFrom": {
14094
- "name": "ErrorDialog",
14095
- "module": "src/error-dialog/error-dialog.ts"
14076
+ "name": "ErrorBoundary",
14077
+ "module": "src/error-boundary/error-boundary.ts"
14078
+ }
14079
+ },
14080
+ {
14081
+ "kind": "field",
14082
+ "name": "datasource",
14083
+ "type": {
14084
+ "text": "Datasource"
14085
+ },
14086
+ "privacy": "private",
14087
+ "inheritedFrom": {
14088
+ "name": "ErrorBoundary",
14089
+ "module": "src/error-boundary/error-boundary.ts"
14096
14090
  }
14097
14091
  },
14098
14092
  {
@@ -14210,33 +14204,39 @@
14210
14204
  },
14211
14205
  {
14212
14206
  "kind": "variable",
14213
- "name": "zeroErrorDialog",
14214
- "description": "The zero ErrorDialog",
14215
- "privacy": "public"
14207
+ "name": "zeroErrorBoundary"
14216
14208
  }
14217
14209
  ],
14218
14210
  "exports": [
14219
14211
  {
14220
14212
  "kind": "js",
14221
- "name": "ErrorDialog",
14213
+ "name": "zeroErrorBoundaryShadowOptions",
14222
14214
  "declaration": {
14223
- "name": "ErrorDialog",
14224
- "module": "src/error-dialog/error-dialog.ts"
14215
+ "name": "zeroErrorBoundaryShadowOptions",
14216
+ "module": "src/error-boundary/error-boundary.ts"
14225
14217
  }
14226
14218
  },
14227
14219
  {
14228
14220
  "kind": "js",
14229
- "name": "zeroErrorDialog",
14221
+ "name": "ErrorBoundary",
14230
14222
  "declaration": {
14231
- "name": "zeroErrorDialog",
14232
- "module": "src/error-dialog/error-dialog.ts"
14223
+ "name": "ErrorBoundary",
14224
+ "module": "src/error-boundary/error-boundary.ts"
14225
+ }
14226
+ },
14227
+ {
14228
+ "kind": "js",
14229
+ "name": "zeroErrorBoundary",
14230
+ "declaration": {
14231
+ "name": "zeroErrorBoundary",
14232
+ "module": "src/error-boundary/error-boundary.ts"
14233
14233
  }
14234
14234
  }
14235
14235
  ]
14236
14236
  },
14237
14237
  {
14238
14238
  "kind": "javascript-module",
14239
- "path": "src/error-dialog/index.ts",
14239
+ "path": "src/error-boundary/index.ts",
14240
14240
  "declarations": [],
14241
14241
  "exports": [
14242
14242
  {
@@ -14244,7 +14244,7 @@
14244
14244
  "name": "*",
14245
14245
  "declaration": {
14246
14246
  "name": "*",
14247
- "package": "./error-dialog"
14247
+ "package": "./error-boundary"
14248
14248
  }
14249
14249
  }
14250
14250
  ]
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.393.4",
4
+ "version": "14.394.0",
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.393.4",
77
- "@genesislcap/rollup-builder": "14.393.4",
78
- "@genesislcap/ts-builder": "14.393.4",
79
- "@genesislcap/uvu-playwright-builder": "14.393.4",
80
- "@genesislcap/vite-builder": "14.393.4",
81
- "@genesislcap/webpack-builder": "14.393.4"
76
+ "@genesislcap/genx": "14.394.0",
77
+ "@genesislcap/rollup-builder": "14.394.0",
78
+ "@genesislcap/ts-builder": "14.394.0",
79
+ "@genesislcap/uvu-playwright-builder": "14.394.0",
80
+ "@genesislcap/vite-builder": "14.394.0",
81
+ "@genesislcap/webpack-builder": "14.394.0"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.393.4",
85
- "@genesislcap/foundation-logger": "14.393.4",
86
- "@genesislcap/foundation-ui": "14.393.4",
87
- "@genesislcap/foundation-utils": "14.393.4",
84
+ "@genesislcap/foundation-comms": "14.394.0",
85
+ "@genesislcap/foundation-logger": "14.394.0",
86
+ "@genesislcap/foundation-ui": "14.394.0",
87
+ "@genesislcap/foundation-utils": "14.394.0",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -100,5 +100,5 @@
100
100
  "access": "public"
101
101
  },
102
102
  "customElements": "dist/custom-elements.json",
103
- "gitHead": "b1ee3b153d9a2d9fea81ec401c3a3a7ca4f2db6e"
103
+ "gitHead": "cad53566d55381e553fcb586a23e121d38b8cd59"
104
104
  }