@aortl/admin-react 0.14.0 → 0.14.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.
@@ -2452,7 +2452,7 @@
2452
2452
  :scope._ao-card, :scope ._ao-card {
2453
2453
  display: flex;
2454
2454
  flex-direction: column;
2455
- overflow: hidden;
2455
+ overflow: auto;
2456
2456
  border-radius: var(--radius-xl);
2457
2457
  border-style: var(--tw-border-style);
2458
2458
  border-width: 1px;
@@ -2491,6 +2491,9 @@
2491
2491
  align-items: center;
2492
2492
  gap: calc(var(--spacing) * 1);
2493
2493
  }
2494
+ :scope._ao-card-toolbar :is(i, svg), :scope ._ao-card-toolbar :is(i, svg) {
2495
+ font-size: 1.25rem;
2496
+ }
2494
2497
  :scope._ao-card-description, :scope ._ao-card-description {
2495
2498
  font-size: var(--text-sm);
2496
2499
  line-height: var(--tw-leading, var(--text-sm--line-height));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aortl/admin-react",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "React component library for the admin design system. Pairs with @aortl/admin-css.",
5
5
  "keywords": [
6
6
  "components",
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@base-ui/react": "1.4.1",
44
44
  "clsx": "2.1.1",
45
- "@aortl/admin-css": "0.14.0"
45
+ "@aortl/admin-css": "0.14.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@testing-library/dom": "10.4.1",