@regenbio/regenbio-components-react 2026.5.22 → 2026.5.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regenbio/regenbio-components-react",
3
- "version": "2026.05.22",
3
+ "version": "2026.05.29",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,6 +11,7 @@
11
11
  "checkVersion": "node scripts/checkVersion.js",
12
12
  "reinstall": "rimraf node_modules && yarn install",
13
13
  "dev:user-selector": "vite src/components/DataEntry/UserSelector --config vite.config.ts --host 0.0.0.0 --force",
14
+ "dev:user-card": "vite src/components/DataDisplay/UserCard --config vite.config.ts --host 0.0.0.0 --force",
14
15
  "build": "rimraf build && webpack",
15
16
  "prepublishOnly": "npm run checkVersion && npm run reinstall && npm run build"
16
17
  },