zigap-utils 0.0.1 → 0.0.21

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.es.js CHANGED
@@ -16448,7 +16448,14 @@ const ha = new Tu(), qu = ({ sigMessage: i, validTime: e, onReceive: t, ...r })
16448
16448
  });
16449
16449
  }
16450
16450
  })();
16451
- }, [t, i]), a ? /* @__PURE__ */ $0.jsx(ps, { value: b, ...r }) : /* @__PURE__ */ $0.jsx("div", { children: "QR loading error" });
16451
+ }, [t, i]), a ? /* @__PURE__ */ $0.jsx(
16452
+ ps,
16453
+ {
16454
+ value: b,
16455
+ ...r,
16456
+ imageSettings: { src: "/public/zigap-icon.svg", height: 35, width: 35, excavate: !0 }
16457
+ }
16458
+ ) : /* @__PURE__ */ $0.jsx("div", { children: "QR loading error" });
16452
16459
  };
16453
16460
  class ku {
16454
16461
  // 타입 가드 함수
@@ -0,0 +1,9 @@
1
+ <svg width="167" height="166" viewBox="0 0 167 166" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M116.052 115.296H166.355H166.36V0H51.0675V50.3042H0.759995V165.6H116.052V115.296ZM90.3366 65.3428L40.21 115.296H40.4307L40.2551 115.471H101.014V150.561H15.7981V65.3428H90.3366ZM76.7327 100.257H151.317V15.0386H66.1006V50.1536L109.424 50.3042H126.684L126.624 50.364L126.669 50.3642L113.846 63.1431L76.7327 100.257Z" fill="url(#paint0_linear_2322_66)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_2322_66" x1="167.74" y1="-2.07" x2="-3.37985" y2="172.5" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#1349F8"/>
6
+ <stop offset="1" stop-color="#5C13F8"/>
7
+ </linearGradient>
8
+ </defs>
9
+ </svg>
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "zigap-utils",
3
- "version": "0.0.1",
3
+ "version": "0.0.21",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "author": "Seoullabs",
8
8
  "license": "ISC",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/Seoullabs-official/zigap-utils"
12
+ },
9
13
  "files": [
10
14
  "dist"
11
15
  ],