optimized-react-component-library-xyz123 2.1.1 → 2.2.1

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
@@ -136,6 +136,7 @@ interface IAppSettings {
136
136
  appUsesLanguage: boolean;
137
137
  appUsesNavigation: boolean;
138
138
  appCookies?: IAppSettingsCookies;
139
+ appUsesPreview?: boolean;
139
140
  }
140
141
 
141
142
  interface RadioProps {
package/dist/index.d.ts CHANGED
@@ -136,6 +136,7 @@ interface IAppSettings {
136
136
  appUsesLanguage: boolean;
137
137
  appUsesNavigation: boolean;
138
138
  appCookies?: IAppSettingsCookies;
139
+ appUsesPreview?: boolean;
139
140
  }
140
141
 
141
142
  interface RadioProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
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",