@worldcoin/idkit 2.2.1 → 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
@@ -6,7 +6,6 @@
6
6
  "copy-to-clipboard": "^3.3.3",
7
7
  "framer-motion": "^11.2.14",
8
8
  "qrcode": "^1.5.3",
9
- "react-shadow": "^19.1.0",
10
9
  "zustand": "^4.5.4",
11
10
  "@worldcoin/idkit-core": "2.1.0"
12
11
  },
@@ -104,7 +103,7 @@
104
103
  ]
105
104
  }
106
105
  },
107
- "version": "2.2.1",
106
+ "version": "2.3.0",
108
107
  "scripts": {
109
108
  "build": "npm run build:css && tsup",
110
109
  "build:css": "npx tailwindcss -i ./src/styles/styles.css -o ./build/index.css --minify",