@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.cjs CHANGED
@@ -6139,11 +6139,14 @@ function variantStyles(variant, {
6139
6139
  }]
6140
6140
  },
6141
6141
  hover: {
6142
- backgroundColor: "bgBlue100",
6143
- borderColor: "bcBlue200"
6142
+ backgroundColor: ["bgColor_var", {
6143
+ "--backgroundColor": "var(--b-surface-raised-hover)"
6144
+ }]
6144
6145
  },
6145
6146
  focus: {
6146
- backgroundColor: "bgBlue100",
6147
+ backgroundColor: ["bgColor_var", {
6148
+ "--backgroundColor": "var(--b-surface-raised-hover)"
6149
+ }],
6147
6150
  borderColor: ["bc_var", {
6148
6151
  "--borderColor": "var(--b-field-border-focus)"
6149
6152
  }]