optimized-react-component-library-xyz123 0.1.63 → 0.1.64

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
@@ -880,7 +880,6 @@ var ExploreFiles = ({
880
880
  /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
881
881
  "div",
882
882
  {
883
- tabIndex: -1,
884
883
  className: (0, import_clsx2.default)(
885
884
  ["form-control"],
886
885
  "filePickLabel",
package/dist/index.mjs CHANGED
@@ -815,7 +815,6 @@ var ExploreFiles = ({
815
815
  /* @__PURE__ */ jsxs7(
816
816
  "div",
817
817
  {
818
- tabIndex: -1,
819
818
  className: clsx2(
820
819
  ["form-control"],
821
820
  "filePickLabel",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
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",