@insforge/react 0.4.8 → 0.4.10

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/styles.css CHANGED
@@ -619,14 +619,6 @@
619
619
  gap: var(--if-space-2);
620
620
  }
621
621
 
622
- .if-passwordStrength-requirement.met {
623
- color: var(--if-color-success);
624
- }
625
-
626
- .if-passwordStrength-requirement.unmet {
627
- color: var(--if-color-text-muted);
628
- }
629
-
630
622
  /* ============================================
631
623
  FORM CONTAINER
632
624
  ============================================ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/react",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "type": "module",
5
5
  "description": "Framework-agnostic React authentication UI components for Insforge - reusable across all frameworks",
6
6
  "main": "./dist/index.cjs",
@@ -86,7 +86,7 @@
86
86
  "react-router-dom": "^7.9.5"
87
87
  },
88
88
  "dependencies": {
89
- "@insforge/sdk": "^0.0.58-dev.14",
89
+ "@insforge/sdk": "^0.0.58-dev.15",
90
90
  "@insforge/shared-schemas": "^1.1.19",
91
91
  "lucide-react": "^0.552.0",
92
92
  "zod": "^4.1.12"