@solcre-org/core-ui 2.20.4 → 2.20.5

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/index.d.ts CHANGED
@@ -4128,6 +4128,7 @@ interface NavUserConfig {
4128
4128
  greetingText?: string;
4129
4129
  name?: string;
4130
4130
  nameKey?: string;
4131
+ optionalText?: string;
4131
4132
  }
4132
4133
 
4133
4134
  interface NavConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.20.4",
3
+ "version": "2.20.5",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"