@ah-automation.nl/component-lib 0.0.71 → 0.0.73

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 +4 -4
  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
  ),
@@ -21850,7 +21850,7 @@ function ide({
21850
21850
  placeholder: `+${M}`,
21851
21851
  className: "phone-number-input__prefix w-auto shrink-0",
21852
21852
  triggerClassName: L(
21853
- "phone-number-input__prefix-trigger h-full w-auto justify-center rounded-none border-0 border-r border-input bg-muted/50 px-2 py-0 shadow-none hover:bg-muted aria-expanded:bg-muted",
21853
+ "phone-number-input__prefix-trigger h-full w-auto justify-center rounded-none border-0 border-r border-input px-2 py-0 shadow-none",
21854
21854
  c
21855
21855
  ),
21856
21856
  contentClassName: "w-44",
@@ -21869,7 +21869,7 @@ function ide({
21869
21869
  readOnly: f,
21870
21870
  smartCaret: !1,
21871
21871
  inputComponent: EE,
21872
- className: L("min-w-0 flex-1", o)
21872
+ className: L("min-w-0 flex-1 bg-card", o)
21873
21873
  }
21874
21874
  )
21875
21875
  ]
@@ -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.71",
3
+ "version": "0.0.73",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",