@authowl/react 0.15.0 → 0.17.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.
package/dist/styles.css CHANGED
@@ -106,7 +106,7 @@
106
106
  .ba-consent { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; line-height: 1.4; color: var(--ba-fg); }
107
107
  .ba-consent a { color: var(--ba-accent); }
108
108
  .ba-consent-centered { align-items: center; min-height: 20px; }
109
- .ba-checkbox-control { position: relative; display: inline-grid; width: 16px; height: 16px; flex: 0 0 16px; place-items: center; }
109
+ .ba-checkbox-control { position: relative; display: inline-grid; width: 16px; height: 16px; flex: 0 0 16px; margin-block-start: 1px; place-items: center; }
110
110
  .ba-checkbox { position: absolute; inset: 0; z-index: 1; width: 16px; height: 16px; margin: 0; opacity: 0; cursor: pointer; }
111
111
  .ba-checkbox-visual { display: grid; width: 16px; height: 16px; box-sizing: border-box; place-items: center; border: 1px solid var(--ba-border); border-radius: 3px; background: var(--ba-surface); transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease; }
112
112
  .ba-checkbox-check { width: 5px; height: 9px; margin-top: -2px; border-right: 2px solid var(--ba-accent-fg); border-bottom: 2px solid var(--ba-accent-fg); opacity: 0; transform: rotate(45deg); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authowl/react",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "description": "React provider, hooks, and drop-in components for AuthOwl, the multi-tenant auth SaaS.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -47,7 +47,7 @@
47
47
  "LICENSE"
48
48
  ],
49
49
  "dependencies": {
50
- "@authowl/core": "0.11.0"
50
+ "@authowl/core": "0.13.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=18",