@homebound/beam 2.137.5 → 2.137.6

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.
@@ -30,9 +30,9 @@ function Day(props) {
30
30
  }),
31
31
  } }, tid, { children: (0, jsx_runtime_1.jsxs)("div", Object.assign({ css: {
32
32
  ...Css_1.Css.relative.br4.df.aic.jcc.wPx(28).hPx(30).mtPx(2).br4.$,
33
+ ...(today && Css_1.Css.bgGray100.$),
33
34
  ...(selected && Css_1.Css.white.bgLightBlue700.$),
34
35
  ...(disabled && Css_1.Css.gray500.$),
35
- ...(today && Css_1.Css.bgGray100.$),
36
36
  } }, { children: [(0, jsx_runtime_1.jsx)("div", Object.assign({ css: Css_1.Css.mtPx(-2).$ }, { children: children }), void 0), indicatorDot && ((0, jsx_runtime_1.jsx)("div", Object.assign({
37
37
  // Using `absolute` position as to not change the placement of the day's number when this is introduced
38
38
  css: Css_1.Css.absolute.bottomPx(4).wPx(4).hPx(4).bgLightBlue700.br4.if(selected).bgWhite.$ }, tid.indicatorDot), void 0))] }), void 0) }), void 0));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.137.5",
3
+ "version": "2.137.6",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",