@aortl/admin-react 0.12.0 → 0.12.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.
@@ -2291,7 +2291,7 @@
2291
2291
  border-style: var(--tw-border-style);
2292
2292
  border-width: 1px;
2293
2293
  border-color: var(--color-border);
2294
- background-color: var(--color-surface-strong);
2294
+ background-color: var(--color-surface-muted);
2295
2295
  color: var(--color-text);
2296
2296
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
2297
2297
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aortl/admin-react",
3
- "version": "0.12.0",
3
+ "version": "0.12.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.12.0"
45
+ "@aortl/admin-css": "0.12.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@testing-library/dom": "10.4.1",