@amitgini/drc-demo 0.2.6 → 0.2.7

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.
@@ -624,7 +624,7 @@ const gr = ({
624
624
  borderRadius: 6,
625
625
  border: "1px solid #ccc",
626
626
  cursor: "pointer",
627
- backgroundColor: T === "primary" ? "#0015ff" : "#fff"
627
+ backgroundColor: T === "primary" ? "#2aff11" : "#fff"
628
628
  },
629
629
  children: E
630
630
  }
@@ -11,4 +11,4 @@ Check the top-level render call using <`+t+">.")}return r}}function Oe(e,r){{if(
11
11
  <%s {...props} />
12
12
  React keys must be passed directly to JSX without using spread:
13
13
  let props = %s;
14
- <%s key={someKey} {...props} />`,Z,T,pr,T),Ce[T+Z]=!0}}return e===C?fr(f):sr(f),f}}function lr(e,r,t){return Pe(e,r,t,!0)}function cr(e,r,t){return Pe(e,r,t,!1)}var dr=cr,vr=lr;D.Fragment=C,D.jsx=dr,D.jsxs=vr})()),D}var re;function je(){return re||(re=1,process.env.NODE_ENV==="production"?Y.exports=we():Y.exports=xe()),Y.exports}var ke=je();const De=({variant:S="primary",children:h,...F})=>ke.jsx("button",{...F,"data-variant":S,style:{padding:"8px 12px",borderRadius:6,border:"1px solid #ccc",cursor:"pointer",backgroundColor:S==="primary"?"#0015ff":"#fff"},children:h});R.Button=De,Object.defineProperty(R,Symbol.toStringTag,{value:"Module"})}));
14
+ <%s key={someKey} {...props} />`,Z,T,pr,T),Ce[T+Z]=!0}}return e===C?fr(f):sr(f),f}}function lr(e,r,t){return Pe(e,r,t,!0)}function cr(e,r,t){return Pe(e,r,t,!1)}var dr=cr,vr=lr;D.Fragment=C,D.jsx=dr,D.jsxs=vr})()),D}var re;function je(){return re||(re=1,process.env.NODE_ENV==="production"?Y.exports=we():Y.exports=xe()),Y.exports}var ke=je();const De=({variant:S="primary",children:h,...F})=>ke.jsx("button",{...F,"data-variant":S,style:{padding:"8px 12px",borderRadius:6,border:"1px solid #ccc",cursor:"pointer",backgroundColor:S==="primary"?"#2aff11":"#fff"},children:h});R.Button=De,Object.defineProperty(R,Symbol.toStringTag,{value:"Module"})}));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@amitgini/drc-demo",
3
3
  "private": false,
4
- "version": "0.2.6",
4
+ "version": "0.2.7",
5
5
  "repository": {
6
6
  "url": "git://github.com/amit-noy/drc-demo.git"
7
7
  },