@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 +4 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +17 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5557,15 +5557,10 @@ function Day(props) {
|
|
|
5557
5557
|
...otherProps,
|
|
5558
5558
|
ref: buttonRef,
|
|
5559
5559
|
type: "button",
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
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)(
|