@ah-automation.nl/component-lib 0.0.70 → 0.0.72

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21724,7 +21724,7 @@ function bE(e) {
21724
21724
  "aria-expanded": t,
21725
21725
  disabled: e.disabled,
21726
21726
  className: L(
21727
- "w-full flex justify-between",
21727
+ "w-full flex justify-between bg-card",
21728
21728
  e.triggerClassName,
21729
21729
  r
21730
21730
  ),
@@ -44689,7 +44689,7 @@ function Kde({
44689
44689
  "aria-expanded": R,
44690
44690
  disabled: i,
44691
44691
  className: L(
44692
- "w-full flex justify-between font-normal",
44692
+ "w-full flex justify-between font-normal bg-card",
44693
44693
  M.length === 0 && "text-muted-foreground",
44694
44694
  s,
44695
44695
  D
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ah-automation.nl/component-lib",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",