ynotsoft-dynamic-form 1.0.3 → 1.0.5

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.
@@ -284,5 +284,5 @@ function ue({ children: u, className: c = "", ...l }) {
284
284
  return /* @__PURE__ */ ne.jsx("button", { className: `${oe.button} ${c}`, ...l, children: u });
285
285
  }
286
286
  export {
287
- ue as Button
287
+ ue as Buttons
288
288
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ynotsoft-dynamic-form",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Dynamic form component library built with React + Vite",
5
5
  "main": "./dist/ynotsoft-dynamic-form.cjs.js",
6
6
  "module": "./dist/ynotsoft-dynamic-form.es.js",