optimized-react-component-library-xyz123 0.1.61 → 0.1.62

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
@@ -887,7 +887,6 @@ var ExploreFiles = ({
887
887
  showErrors && questionObject.error ? ["form-control error"] : ""
888
888
  ),
889
889
  id: labelId,
890
- htmlFor: inputId,
891
890
  children: [
892
891
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
893
892
  "button",
package/dist/index.mjs CHANGED
@@ -822,7 +822,6 @@ var ExploreFiles = ({
822
822
  showErrors && questionObject.error ? ["form-control error"] : ""
823
823
  ),
824
824
  id: labelId,
825
- htmlFor: inputId,
826
825
  children: [
827
826
  /* @__PURE__ */ jsx8(
828
827
  "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.61",
3
+ "version": "0.1.62",
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",