@viswa-test/creative-workspace-ui-component 0.0.49 → 0.0.50

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.
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../_virtual/_tslib.js"),t=require("react/jsx-runtime"),r=require("lucide-react");exports.default=function(n){var l=n.getter,i=n.setter,s=n.size,u=s?s+4:null;return t.jsxs("label",e.__assign({style:{width:null!=u?u:"28px",height:null!=s?s:"18px",cursor:"pointer",display:"inline-flex",alignItems:"center",justifyContent:"center"}},{children:[t.jsx("input",{type:"checkbox",checked:l,onChange:function(e){return i(e.target.checked)},style:{display:"none"}}),t.jsx("span",e.__assign({style:{width:null!=u?u:"18px",height:null!=s?s:"18px",border:"2px solid ".concat(l?"#7C3AED":"#CBD5E1"),borderRadius:"4px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"#fff"}},{children:l&&t.jsx(r.Check,{size:null!=s?s:12,color:"#7C3AED",strokeWidth:3})}))]}))};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../_virtual/_tslib.js"),t=require("react/jsx-runtime"),r=require("lucide-react");exports.default=function(n){var i=n.getter,s=n.setter,l=n.size;return t.jsxs("label",e.__assign({style:{width:null!=l?l:"28px",height:null!=l?l:"18px",cursor:"pointer",display:"inline-flex",alignItems:"center",justifyContent:"center"}},{children:[t.jsx("input",{type:"checkbox",checked:i,onChange:function(e){return s(e.target.checked)},style:{display:"none"}}),t.jsx("span",e.__assign({style:{width:null!=l?l:"18px",height:null!=l?l:"18px",border:"2px solid ".concat(i?"#7C3AED":"#CBD5E1"),borderRadius:"4px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"#fff"}},{children:i&&t.jsx(r.Check,{size:null!=l?l:12,color:"#7C3AED",strokeWidth:3})}))]}))};
2
2
  //# sourceMappingURL=CustomCheckbox.js.map
@@ -1,2 +1,2 @@
1
- import{__assign as e}from"../../../_virtual/_tslib.js";import{jsxs as t,jsx as n}from"react/jsx-runtime";import{Check as r}from"lucide-react";function l(l){var i=l.getter,o=l.setter,c=l.size,s=c?c+4:null;return t("label",e({style:{width:null!=s?s:"28px",height:null!=c?c:"18px",cursor:"pointer",display:"inline-flex",alignItems:"center",justifyContent:"center"}},{children:[n("input",{type:"checkbox",checked:i,onChange:function(e){return o(e.target.checked)},style:{display:"none"}}),n("span",e({style:{width:null!=s?s:"18px",height:null!=c?c:"18px",border:"2px solid ".concat(i?"#7C3AED":"#CBD5E1"),borderRadius:"4px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"#fff"}},{children:i&&n(r,{size:null!=c?c:12,color:"#7C3AED",strokeWidth:3})}))]}))}export{l as default};
1
+ import{__assign as e}from"../../../_virtual/_tslib.js";import{jsxs as t,jsx as r}from"react/jsx-runtime";import{Check as n}from"lucide-react";function l(l){var i=l.getter,o=l.setter,c=l.size;return t("label",e({style:{width:null!=c?c:"28px",height:null!=c?c:"18px",cursor:"pointer",display:"inline-flex",alignItems:"center",justifyContent:"center"}},{children:[r("input",{type:"checkbox",checked:i,onChange:function(e){return o(e.target.checked)},style:{display:"none"}}),r("span",e({style:{width:null!=c?c:"18px",height:null!=c?c:"18px",border:"2px solid ".concat(i?"#7C3AED":"#CBD5E1"),borderRadius:"4px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"#fff"}},{children:i&&r(n,{size:null!=c?c:12,color:"#7C3AED",strokeWidth:3})}))]}))}export{l as default};
2
2
  //# sourceMappingURL=CustomCheckbox.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CustomCheckbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/AssignReminders/components/CustomCheckbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IACzB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACtD,IAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACnC,MAAM,EACN,MAAM,EACN,IAAI,EACP,EAAE,mBAAmB,qBA0CrB"}
1
+ {"version":3,"file":"CustomCheckbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/AssignReminders/components/CustomCheckbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IACzB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACtD,IAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACnC,MAAM,EACN,MAAM,EACN,IAAI,EACP,EAAE,mBAAmB,qBAyCrB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viswa-test/creative-workspace-ui-component",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "author": "Viswa Koduru",
5
5
  "description": "",
6
6
  "license": "MIT",