@ah-automation.nl/component-lib 0.0.72 → 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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -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
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ah-automation.nl/component-lib",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",