@genesislcap/foundation-progress-overlay 14.22.1 → 14.23.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.
@@ -0,0 +1,13 @@
1
+ /* index.ejs styling */
2
+
3
+ html,
4
+ body {
5
+ width: 100%;
6
+ height: 100%;
7
+ padding: 0;
8
+ margin: 0;
9
+ }
10
+
11
+ :not(:defined) {
12
+ visibility: hidden;
13
+ }
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-progress-overlay",
3
3
  "description": "Genesis Foundation Progress Overlay",
4
- "version": "14.22.1",
4
+ "version": "14.23.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/tbd.js",
7
7
  "config": {
8
8
  "PORT": 5050
9
9
  },
10
10
  "scripts": {
11
- "build": "npm run clean && npm run build:tsc",
12
- "build:tsc": "tsc -b ./tsconfig.json",
11
+ "build": "genx build",
13
12
  "build:webpack": "cross-env NODE_ENV=production webpack",
14
13
  "build:webpack:make-federated-types": "make-federated-types",
15
14
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
16
- "clean": "genx clean dist tsconfig.tsbuildinfo",
15
+ "clean": "genx clean",
17
16
  "dev": "npm run dev:webpack",
18
17
  "dev:webpack": "cross-env NODE_ENV=development webpack serve --open",
19
18
  "dev:webpack:https": "npm run dev:webpack -- --https",
@@ -21,7 +20,7 @@
21
20
  "test": "echo \"Error: no test specified\""
22
21
  },
23
22
  "devDependencies": {
24
- "@genesislcap/genx": "^14.22.1",
23
+ "@genesislcap/genx": "^14.23.0",
25
24
  "@module-federation/dashboard-plugin": "2.3.0",
26
25
  "@pixability-ui/federated-types": "^0.2.0",
27
26
  "@playwright/test": "^1.18.1",
@@ -58,8 +57,8 @@
58
57
  "webpack-merge": "^5.7.3"
59
58
  },
60
59
  "dependencies": {
61
- "@genesislcap/foundation-utils": "^14.22.1",
62
- "@genesislcap/foundation-zero": "^14.22.1",
60
+ "@genesislcap/foundation-utils": "^14.23.0",
61
+ "@genesislcap/foundation-zero": "^14.23.0",
63
62
  "@microsoft/fast-components": "^2.21.3",
64
63
  "@microsoft/fast-element": "^1.7.0",
65
64
  "tslib": "^2.3.1"
@@ -68,5 +67,5 @@
68
67
  "publishConfig": {
69
68
  "access": "public"
70
69
  },
71
- "gitHead": "92229d8fa1d4a867a0fb888e541e0a5ea258436e"
70
+ "gitHead": "e32f041c0d827b1731f2de5ba5aeef20bb4ae7a9"
72
71
  }