optimized-react-component-library-xyz123 2.2.11 → 2.2.13

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
@@ -137,7 +137,7 @@ interface IAppSettings {
137
137
  appUsesNavigation: boolean;
138
138
  appCookies?: IAppSettingsCookies;
139
139
  appUsesPreview?: boolean;
140
- appUsesAsterik?: boolean;
140
+ appUsesAsterisk?: boolean;
141
141
  }
142
142
 
143
143
  interface RadioProps {
package/dist/index.d.ts CHANGED
@@ -137,7 +137,7 @@ interface IAppSettings {
137
137
  appUsesNavigation: boolean;
138
138
  appCookies?: IAppSettingsCookies;
139
139
  appUsesPreview?: boolean;
140
- appUsesAsterik?: boolean;
140
+ appUsesAsterisk?: boolean;
141
141
  }
142
142
 
143
143
  interface RadioProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "2.2.11",
3
+ "version": "2.2.13",
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",
@@ -718,8 +718,7 @@ input:focus-visible:-webkit-autofill {
718
718
  border: 0;
719
719
  }
720
720
 
721
- .hide-asterix label .pts-root-mandatoryAsterisk,
722
- .hide-asterix legend .pts-root-mandatoryAsterisk {
721
+ .hide-asterix .pts-root-mandatoryAsterisk {
723
722
  display: none;
724
723
  }
725
724