ynotsoft-dynamic-form 1.0.7 → 1.0.9

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/MyButton.cjs CHANGED
@@ -1,2 +1,2 @@
1
- var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var l=(n,t)=>{for(var u in t)e(n,u,{get:t[u],enumerable:!0})},a=(n,t,u,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of f(t))!i.call(n,o)&&o!==u&&e(n,o,{get:()=>t[o],enumerable:!(r=c(t,o))||r.enumerable});return n};var d=n=>a(e({},"__esModule",{value:!0}),n);var k={};l(k,{default:()=>b});module.exports=d(k);function b({children:n,onClick:t}){return React.createElement("button",{onClick:t},n)}
1
+ var b=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var e=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var k=(n,t)=>{for(var u in t)b(n,u,{get:t[u],enumerable:!0})},p=(n,t,u,f)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of e(t))!i.call(n,o)&&o!==u&&b(n,o,{get:()=>t[o],enumerable:!(f=d(t,o))||f.enumerable});return n};var r=n=>p(b({},"__esModule",{value:!0}),n);var y={};k(y,{default:()=>l});module.exports=r(y);var c=require("react/jsx-runtime");function l({children:n,onClick:t}){return(0,c.jsx)("button",{onClick:t,children:n})}
2
2
  //# sourceMappingURL=MyButton.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/MyButton.jsx"],"sourcesContent":["// src/MyButton.jsx\nexport default function MyButton({ children, onClick }) {\n return <button onClick={onClick}>{children}</button>;\n}"],"mappings":"4ZAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,aAAAE,IAAA,eAAAC,EAAAH,GACe,SAARE,EAA0B,CAAE,SAAAE,EAAU,QAAAC,CAAQ,EAAG,CACtD,OAAO,oBAAC,UAAO,QAASA,GAAUD,CAAS,CAC7C","names":["MyButton_exports","__export","MyButton","__toCommonJS","children","onClick"]}
1
+ {"version":3,"sources":["../src/MyButton.jsx"],"sourcesContent":["// src/MyButton.jsx\nexport default function MyButton({ children, onClick }) {\n return <button onClick={onClick}>{children}</button>;\n}"],"mappings":"4ZAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,aAAAE,IAAA,eAAAC,EAAAH,GAES,IAAAI,EAAA,6BADM,SAARF,EAA0B,CAAE,SAAAG,EAAU,QAAAC,CAAQ,EAAG,CACtD,SAAO,OAAC,UAAO,QAASA,EAAU,SAAAD,EAAS,CAC7C","names":["MyButton_exports","__export","MyButton","__toCommonJS","import_jsx_runtime","children","onClick"]}
package/dist/MyButton.js CHANGED
@@ -1,2 +1,2 @@
1
- function o({children:t,onClick:n}){return React.createElement("button",{onClick:n},t)}export{o as default};
1
+ import{jsx as u}from"react/jsx-runtime";function o({children:t,onClick:n}){return u("button",{onClick:n,children:t})}export{o as default};
2
2
  //# sourceMappingURL=MyButton.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/MyButton.jsx"],"sourcesContent":["// src/MyButton.jsx\nexport default function MyButton({ children, onClick }) {\n return <button onClick={onClick}>{children}</button>;\n}"],"mappings":"AACe,SAARA,EAA0B,CAAE,SAAAC,EAAU,QAAAC,CAAQ,EAAG,CACtD,OAAO,oBAAC,UAAO,QAASA,GAAUD,CAAS,CAC7C","names":["MyButton","children","onClick"]}
1
+ {"version":3,"sources":["../src/MyButton.jsx"],"sourcesContent":["// src/MyButton.jsx\nexport default function MyButton({ children, onClick }) {\n return <button onClick={onClick}>{children}</button>;\n}"],"mappings":"AAES,cAAAA,MAAA,oBADM,SAARC,EAA0B,CAAE,SAAAC,EAAU,QAAAC,CAAQ,EAAG,CACtD,OAAOH,EAAC,UAAO,QAASG,EAAU,SAAAD,EAAS,CAC7C","names":["jsx","MyButton","children","onClick"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ynotsoft-dynamic-form",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Small React UI bits",
5
5
  "type": "module",
6
6
  "main": "dist/MyButton.cjs",