@genesislcap/foundation-ui 14.205.0 → 14.206.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 +986 -986
  2. package/package.json +17 -16
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.205.0",
4
+ "version": "14.206.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -64,6 +64,7 @@
64
64
  "dev:webpack": "genx dev -b webpack",
65
65
  "serve": "genx serve",
66
66
  "test": "genx test",
67
+ "test:modal": "genx test --match modal.test.ts",
67
68
  "test:coverage": "genx test --coverage",
68
69
  "test:coverage:browser": "genx test --coverage --browser",
69
70
  "test:e2e": "genx test --e2e",
@@ -82,13 +83,13 @@
82
83
  }
83
84
  },
84
85
  "devDependencies": {
85
- "@genesislcap/foundation-testing": "14.205.0",
86
- "@genesislcap/genx": "14.205.0",
87
- "@genesislcap/rollup-builder": "14.205.0",
88
- "@genesislcap/ts-builder": "14.205.0",
89
- "@genesislcap/uvu-playwright-builder": "14.205.0",
90
- "@genesislcap/vite-builder": "14.205.0",
91
- "@genesislcap/webpack-builder": "14.205.0",
86
+ "@genesislcap/foundation-testing": "14.206.0",
87
+ "@genesislcap/genx": "14.206.0",
88
+ "@genesislcap/rollup-builder": "14.206.0",
89
+ "@genesislcap/ts-builder": "14.206.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.206.0",
91
+ "@genesislcap/vite-builder": "14.206.0",
92
+ "@genesislcap/webpack-builder": "14.206.0",
92
93
  "copyfiles": "^2.4.1",
93
94
  "rimraf": "^5.0.0",
94
95
  "rxjs": "^7.5.4"
@@ -99,13 +100,13 @@
99
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
100
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
101
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
102
- "@genesislcap/foundation-comms": "14.205.0",
103
- "@genesislcap/foundation-criteria": "14.205.0",
104
- "@genesislcap/foundation-errors": "14.205.0",
105
- "@genesislcap/foundation-logger": "14.205.0",
106
- "@genesislcap/foundation-notifications": "14.205.0",
107
- "@genesislcap/foundation-user": "14.205.0",
108
- "@genesislcap/foundation-utils": "14.205.0",
103
+ "@genesislcap/foundation-comms": "14.206.0",
104
+ "@genesislcap/foundation-criteria": "14.206.0",
105
+ "@genesislcap/foundation-errors": "14.206.0",
106
+ "@genesislcap/foundation-logger": "14.206.0",
107
+ "@genesislcap/foundation-notifications": "14.206.0",
108
+ "@genesislcap/foundation-user": "14.206.0",
109
+ "@genesislcap/foundation-utils": "14.206.0",
109
110
  "@microsoft/fast-colors": "^5.3.1",
110
111
  "@microsoft/fast-components": "^2.30.6",
111
112
  "@microsoft/fast-element": "^1.12.0",
@@ -127,5 +128,5 @@
127
128
  "access": "public"
128
129
  },
129
130
  "customElements": "dist/custom-elements.json",
130
- "gitHead": "2fe6ad833270c5eaf6188b0dff23f1db1496ff7f"
131
+ "gitHead": "dc2e3e53b87e8adf417eef0ac0e9ccccd6021684"
131
132
  }