@genesislcap/foundation-ui 14.225.4-alpha-5f6eefd.0 → 14.226.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.
@@ -25855,6 +25855,21 @@
25855
25855
  }
25856
25856
  ]
25857
25857
  },
25858
+ {
25859
+ "kind": "javascript-module",
25860
+ "path": "src/overlays/index.ts",
25861
+ "declarations": [],
25862
+ "exports": [
25863
+ {
25864
+ "kind": "js",
25865
+ "name": "*",
25866
+ "declaration": {
25867
+ "name": "*",
25868
+ "package": "./system-health"
25869
+ }
25870
+ }
25871
+ ]
25872
+ },
25858
25873
  {
25859
25874
  "kind": "javascript-module",
25860
25875
  "path": "src/options-datasource/index.ts",
@@ -27799,21 +27814,6 @@
27799
27814
  }
27800
27815
  ]
27801
27816
  },
27802
- {
27803
- "kind": "javascript-module",
27804
- "path": "src/overlays/index.ts",
27805
- "declarations": [],
27806
- "exports": [
27807
- {
27808
- "kind": "js",
27809
- "name": "*",
27810
- "declaration": {
27811
- "name": "*",
27812
- "package": "./system-health"
27813
- }
27814
- }
27815
- ]
27816
- },
27817
27817
  {
27818
27818
  "kind": "javascript-module",
27819
27819
  "path": "src/patterns/define.ts",
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.225.4-alpha-5f6eefd.0",
4
+ "version": "14.226.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.225.4-alpha-5f6eefd.0",
87
- "@genesislcap/genx": "14.225.4-alpha-5f6eefd.0",
88
- "@genesislcap/rollup-builder": "14.225.4-alpha-5f6eefd.0",
89
- "@genesislcap/ts-builder": "14.225.4-alpha-5f6eefd.0",
90
- "@genesislcap/uvu-playwright-builder": "14.225.4-alpha-5f6eefd.0",
91
- "@genesislcap/vite-builder": "14.225.4-alpha-5f6eefd.0",
92
- "@genesislcap/webpack-builder": "14.225.4-alpha-5f6eefd.0",
86
+ "@genesislcap/foundation-testing": "14.226.0",
87
+ "@genesislcap/genx": "14.226.0",
88
+ "@genesislcap/rollup-builder": "14.226.0",
89
+ "@genesislcap/ts-builder": "14.226.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.226.0",
91
+ "@genesislcap/vite-builder": "14.226.0",
92
+ "@genesislcap/webpack-builder": "14.226.0",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,13 +100,13 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/foundation-comms": "14.225.4-alpha-5f6eefd.0",
104
- "@genesislcap/foundation-criteria": "14.225.4-alpha-5f6eefd.0",
105
- "@genesislcap/foundation-errors": "14.225.4-alpha-5f6eefd.0",
106
- "@genesislcap/foundation-logger": "14.225.4-alpha-5f6eefd.0",
107
- "@genesislcap/foundation-notifications": "14.225.4-alpha-5f6eefd.0",
108
- "@genesislcap/foundation-user": "14.225.4-alpha-5f6eefd.0",
109
- "@genesislcap/foundation-utils": "14.225.4-alpha-5f6eefd.0",
103
+ "@genesislcap/foundation-comms": "14.226.0",
104
+ "@genesislcap/foundation-criteria": "14.226.0",
105
+ "@genesislcap/foundation-errors": "14.226.0",
106
+ "@genesislcap/foundation-logger": "14.226.0",
107
+ "@genesislcap/foundation-notifications": "14.226.0",
108
+ "@genesislcap/foundation-user": "14.226.0",
109
+ "@genesislcap/foundation-utils": "14.226.0",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "232162ffe08f1239c9af3c85819c422c4a68db00"
131
+ "gitHead": "92b4d205bf702945dbed4e9c998c4fd000d99e4b"
132
132
  }