optimized-react-component-library-xyz123 0.1.35 → 0.1.36

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.js CHANGED
@@ -2094,7 +2094,7 @@ var ValidationErrorSummaryList = ({
2094
2094
  {
2095
2095
  href: `#question-${questionId}`,
2096
2096
  onClick: (e) => {
2097
- e.preventDefault;
2097
+ e.preventDefault();
2098
2098
  scrollToQuestion(questionId);
2099
2099
  },
2100
2100
  className: "errorSummary-text",
package/dist/index.mjs CHANGED
@@ -2030,7 +2030,7 @@ var ValidationErrorSummaryList = ({
2030
2030
  {
2031
2031
  href: `#question-${questionId}`,
2032
2032
  onClick: (e) => {
2033
- e.preventDefault;
2033
+ e.preventDefault();
2034
2034
  scrollToQuestion(questionId);
2035
2035
  },
2036
2036
  className: "errorSummary-text",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",