@authowl/react 0.19.0 → 0.20.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
@@ -301,7 +301,7 @@
301
301
  .ba-organization-directory-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
302
302
  .ba-organization-directory-header h2, .ba-organization-directory-header p { margin: 0; }
303
303
  .ba-organization-directory-header p { margin-top: 6px; }
304
- .ba-organization-card-grid { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; }
304
+ .ba-organization-card-grid { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 12px; margin: 0; padding: 0; }
305
305
  .ba-organization-card-grid > .ba-skeleton { min-height: 120px; }
306
306
  .ba-organization-card { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 110px; padding: 16px; border: 1px solid var(--ba-border); border-radius: 10px; }
307
307
  .ba-organization-card-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authowl/react",
3
- "version": "0.19.0",
3
+ "version": "0.20.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.16.0"
50
+ "@authowl/core": "0.17.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=18",