optimized-react-component-library-xyz123 2.0.1 → 2.0.2

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
@@ -142,6 +142,7 @@ interface IAppSettings {
142
142
  appUsesLanguage: boolean;
143
143
  appUsesNavigation: boolean;
144
144
  appCookies?: IAppSettingsCookies;
145
+ appUsesPreview?: boolean;
145
146
  }
146
147
  type INavigationItem = {
147
148
  label: {
package/dist/index.d.ts CHANGED
@@ -142,6 +142,7 @@ interface IAppSettings {
142
142
  appUsesLanguage: boolean;
143
143
  appUsesNavigation: boolean;
144
144
  appCookies?: IAppSettingsCookies;
145
+ appUsesPreview?: boolean;
145
146
  }
146
147
  type INavigationItem = {
147
148
  label: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",