@homebound/beam 4.11.0 → 4.11.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.
package/dist/index.js CHANGED
@@ -5664,11 +5664,14 @@ function variantStyles(variant, {
5664
5664
  }]
5665
5665
  },
5666
5666
  hover: {
5667
- backgroundColor: "bgBlue100",
5668
- borderColor: "bcBlue200"
5667
+ backgroundColor: ["bgColor_var", {
5668
+ "--backgroundColor": "var(--b-surface-raised-hover)"
5669
+ }]
5669
5670
  },
5670
5671
  focus: {
5671
- backgroundColor: "bgBlue100",
5672
+ backgroundColor: ["bgColor_var", {
5673
+ "--backgroundColor": "var(--b-surface-raised-hover)"
5674
+ }],
5672
5675
  borderColor: ["bc_var", {
5673
5676
  "--borderColor": "var(--b-field-border-focus)"
5674
5677
  }]