@genesislcap/foundation-progress-overlay 14.159.0 → 14.160.1-beta.88ffd67.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/README.md +22 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -4,9 +4,30 @@ This is an initial app level micro frontend progress overlay variant which is us
4
4
  is taking place. I've added a [PendingState](../../foundation-utils/src/mixins/pendingState/pendingState.ts) mixin to help centralise
5
5
  this functionality across variants of such a control.
6
6
 
7
+
8
+ ## Installation
9
+
10
+ To enable this module in your application, follow the steps below.
11
+
12
+ 1. Add `@genesislcap/foundation-progress-overlay` as a dependency in your `package.json` file. Whenever you change the dependencies of your project, ensure you run the `$ npm run bootstrap` command again. You can find more information in the [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) page.
13
+
14
+ ```json
15
+ {
16
+ ...
17
+ "dependencies": {
18
+ ...
19
+ "@genesislcap/foundation-progress-overlay": "latest"
20
+ ...
21
+ },
22
+ ...
23
+ }
24
+ ```
25
+
26
+ ## [API Docs](./docs/api/index.md)
27
+
7
28
  ## License
8
29
 
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.
30
+ 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
31
 
11
32
  ### Licensed components
12
33
  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.159.0",
4
+ "version": "14.160.1-beta.88ffd67.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/tbd.js",
7
7
  "engines": {
@@ -33,18 +33,18 @@
33
33
  "serve": "genx serve"
34
34
  },
35
35
  "devDependencies": {
36
- "@genesislcap/genx": "14.159.0",
37
- "@genesislcap/rollup-builder": "14.159.0",
38
- "@genesislcap/ts-builder": "14.159.0",
39
- "@genesislcap/uvu-playwright-builder": "14.159.0",
40
- "@genesislcap/vite-builder": "14.159.0",
41
- "@genesislcap/webpack-builder": "14.159.0",
36
+ "@genesislcap/genx": "14.160.1-beta.88ffd67.0",
37
+ "@genesislcap/rollup-builder": "14.160.1-beta.88ffd67.0",
38
+ "@genesislcap/ts-builder": "14.160.1-beta.88ffd67.0",
39
+ "@genesislcap/uvu-playwright-builder": "14.160.1-beta.88ffd67.0",
40
+ "@genesislcap/vite-builder": "14.160.1-beta.88ffd67.0",
41
+ "@genesislcap/webpack-builder": "14.160.1-beta.88ffd67.0",
42
42
  "rimraf": "^3.0.2"
43
43
  },
44
44
  "dependencies": {
45
- "@genesislcap/foundation-logger": "14.159.0",
46
- "@genesislcap/foundation-utils": "14.159.0",
47
- "@genesislcap/foundation-zero": "14.159.0",
45
+ "@genesislcap/foundation-logger": "14.160.1-beta.88ffd67.0",
46
+ "@genesislcap/foundation-utils": "14.160.1-beta.88ffd67.0",
47
+ "@genesislcap/foundation-zero": "14.160.1-beta.88ffd67.0",
48
48
  "@microsoft/fast-components": "^2.30.6",
49
49
  "@microsoft/fast-element": "^1.12.0",
50
50
  "tslib": "^2.3.1"
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "ca4f78e47565e5b813a263c4fe40f52c9be221ca"
60
+ "gitHead": "ac913c069762d50f7331a116cb1544cf9dbbbe87"
61
61
  }