@worldcoin/idkit 2.2.2 → 2.3.0

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.
@@ -111,7 +111,7 @@ var Qrcode = ({ data, size = 300 }) => {
111
111
  "circle",
112
112
  {
113
113
  fill: "currentColor",
114
- r: cellSize / 3,
114
+ r: cellSize / 2.2,
115
115
  cx: i * cellSize + cellSize / 2,
116
116
  cy: j * cellSize + cellSize / 2,
117
117
  className: "text-black dark:text-white"
package/build/internal.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  QRCode_default,
4
4
  __,
5
5
  idkit_default
6
- } from "./chunk-5OWPJUHG.js";
6
+ } from "./chunk-3HCETHXP.js";
7
7
  export {
8
8
  ConfigSource,
9
9
  QRCode_default as QRCode,
package/package.json CHANGED
@@ -103,7 +103,7 @@
103
103
  ]
104
104
  }
105
105
  },
106
- "version": "2.2.2",
106
+ "version": "2.3.0",
107
107
  "scripts": {
108
108
  "build": "npm run build:css && tsup",
109
109
  "build:css": "npx tailwindcss -i ./src/styles/styles.css -o ./build/index.css --minify",