@genesislcap/foundation-progress-overlay 14.25.1-alpha-8423e9e.0 → 14.26.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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,4 +6,7 @@ this functionality across variants of such a control.
6
6
 
7
7
  ## License
8
8
 
9
- Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
9
+ Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
10
+
11
+ ### Licensed components
12
+ Genesis low-code platform
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-progress-overlay",
3
3
  "description": "Genesis Foundation Progress Overlay",
4
- "version": "14.25.1-alpha-8423e9e.0",
4
+ "version": "14.26.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/tbd.js",
7
7
  "config": {
@@ -18,7 +18,7 @@
18
18
  "serve": "genx serve"
19
19
  },
20
20
  "devDependencies": {
21
- "@genesislcap/genx": "14.25.1-alpha-8423e9e.0",
21
+ "@genesislcap/genx": "^14.26.1",
22
22
  "@playwright/test": "^1.18.1",
23
23
  "c8": "^7.11.0",
24
24
  "cross-env": "^7.0.3",
@@ -31,8 +31,8 @@
31
31
  "watchlist": "^0.3.1"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-utils": "14.25.1-alpha-8423e9e.0",
35
- "@genesislcap/foundation-zero": "14.25.1-alpha-8423e9e.0",
34
+ "@genesislcap/foundation-utils": "^14.26.1",
35
+ "@genesislcap/foundation-zero": "^14.26.1",
36
36
  "@microsoft/fast-components": "^2.21.3",
37
37
  "@microsoft/fast-element": "^1.7.0",
38
38
  "tslib": "^2.3.1"
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "663aa1efefce8595b1938ea4ae7a17fad8df5cfb"
48
+ "gitHead": "d91e3dcee5b9cc7deb70447d90fe581f251a1b22"
49
49
  }