optimized-react-component-library-xyz123 0.1.75 → 0.1.76

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
@@ -2582,7 +2582,7 @@ var SkipLink = () => {
2582
2582
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "pts-skipLink-container", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2583
2583
  "a",
2584
2584
  {
2585
- href: "#main-content",
2585
+ href: "#",
2586
2586
  onClick: (e) => {
2587
2587
  e.preventDefault();
2588
2588
  scrollToMainContent();
package/dist/index.mjs CHANGED
@@ -2517,7 +2517,7 @@ var SkipLink = () => {
2517
2517
  return /* @__PURE__ */ jsx23("div", { className: "pts-skipLink-container", children: /* @__PURE__ */ jsx23(
2518
2518
  "a",
2519
2519
  {
2520
- href: "#main-content",
2520
+ href: "#",
2521
2521
  onClick: (e) => {
2522
2522
  e.preventDefault();
2523
2523
  scrollToMainContent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
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",