@openmfp/portal-ui-lib 0.194.32 → 0.195.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmfp/portal-ui-lib",
3
- "version": "0.194.32",
3
+ "version": "0.195.0",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/openmfp/portal-ui-lib.git"
6
6
  },
@@ -322,6 +322,7 @@ interface ErrorComponentConfig {
322
322
  interface Config {
323
323
  url?: string;
324
324
  data?: ContentConfiguration;
325
+ active?: boolean;
325
326
  }
326
327
  interface LocalDevelopmentSettings {
327
328
  isActive: boolean;