@insforge/react 1.0.0 → 1.0.1

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
@@ -483,6 +483,8 @@
483
483
  font-weight: 600;
484
484
  border: 1px solid var(--if-color-border);
485
485
  border-radius: var(--if-radius-sm);
486
+ background-color: var(--if-color-bg-white);
487
+ color: var(--if-color-text);
486
488
  transition: border-color var(--if-transition-base);
487
489
  font-family: var(--if-font-family-manrope);
488
490
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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",