@homebound/beam 2.137.5 → 2.137.8

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.
@@ -5,6 +5,6 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
5
  const SnackbarNotice_1 = require("./SnackbarNotice");
6
6
  const Css_1 = require("../../Css");
7
7
  function Snackbar({ notices }) {
8
- return ((0, jsx_runtime_1.jsx)("div", Object.assign({ css: Css_1.Css.fixed.bottom3.right3.df.fdc.aife.gapPx(12).$ }, { children: notices.map((data) => ((0, jsx_runtime_1.jsx)(SnackbarNotice_1.SnackbarNotice, Object.assign({}, data), data.id))) }), void 0));
8
+ return ((0, jsx_runtime_1.jsx)("div", Object.assign({ css: Css_1.Css.fixed.bottom3.left3.df.fdc.aifs.gapPx(12).$ }, { children: notices.map((data) => ((0, jsx_runtime_1.jsx)(SnackbarNotice_1.SnackbarNotice, Object.assign({}, data), data.id))) }), void 0));
9
9
  }
10
10
  exports.Snackbar = Snackbar;
@@ -27,6 +27,7 @@ exports.condensedStyle = {
27
27
  /** Renders each row as a card. */
28
28
  exports.cardStyle = {
29
29
  ...exports.defaultStyle,
30
+ betweenRowsCss: {},
30
31
  firstNonHeaderRowCss: Css_1.Css.mt2.$,
31
32
  cellCss: Css_1.Css.p2.my1.bt.bb.bGray400.$,
32
33
  firstCellCss: Css_1.Css.bl.add({ borderTopLeftRadius: "4px", borderBottomLeftRadius: "4px" }).$,
@@ -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.8",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",