@homebound/beam 2.417.9 → 2.417.10

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
@@ -5557,15 +5557,10 @@ function Day(props) {
5557
5557
  ...otherProps,
5558
5558
  ref: buttonRef,
5559
5559
  type: "button",
5560
- css: {
5561
- ...Css.relative.pbPx(4).outline0.if(disabled).cursorNotAllowed.$,
5562
- // Do not apply interaction styles for disabled or already selected days.
5563
- ...!selected && !disabled && {
5564
- "&:hover:not(:active) > div": Css.bgGray100.$
5565
- },
5566
- ...!disabled && { "&:active > div": Css.bgGray400.gray900.$ },
5567
- "&:focus:not(:active) > div": Css.ba.bcBlue700.if(selected).bcBlue900.$
5568
- },
5560
+ className: "beam-day-button",
5561
+ css: Css.relative.pbPx(4).outline0.if(disabled).cursorNotAllowed.$,
5562
+ ...selected && { "data-selected": "" },
5563
+ ...disabled && { "data-disabled": "" },
5569
5564
  ...tid,
5570
5565
  children: [
5571
5566
  /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(