optimized-react-component-library-xyz123 2.5.1 → 2.5.3

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/dist/index.d.mts CHANGED
@@ -145,6 +145,8 @@ interface IAppSettings {
145
145
  appCookies?: IAppSettingsCookies;
146
146
  appUsesPreview?: boolean;
147
147
  appUsesAsterisk?: boolean;
148
+ appUsesResetButton?: boolean;
149
+ appUsesApi?: boolean;
148
150
  }
149
151
  type INavigationItem = {
150
152
  label: {
package/dist/index.d.ts CHANGED
@@ -145,6 +145,8 @@ interface IAppSettings {
145
145
  appCookies?: IAppSettingsCookies;
146
146
  appUsesPreview?: boolean;
147
147
  appUsesAsterisk?: boolean;
148
+ appUsesResetButton?: boolean;
149
+ appUsesApi?: boolean;
148
150
  }
149
151
  type INavigationItem = {
150
152
  label: {