@homebound/beam 2.405.0-alpha.1 → 2.405.0

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.js CHANGED
@@ -6944,11 +6944,11 @@ function memoizedTableStyles() {
6944
6944
  },
6945
6945
  firstContentColumn: { ...Css.sm.$, ...allWhite && Css.smSb.gray900.$ }
6946
6946
  },
6947
- 2: { firstContentColumn: Css.xs2.pl3.$ },
6947
+ 2: { firstContentColumn: Css.xs.pl3.$ },
6948
6948
  // Add 12 more pixels of padding for each level of nesting
6949
- 3: { firstContentColumn: Css.xs2.plPx(36).$ }
6949
+ 3: { firstContentColumn: Css.xs.plPx(36).$ }
6950
6950
  };
6951
- const defaultLevels = { 1: { firstContentColumn: Css.xs2.pl3.$ } };
6951
+ const defaultLevels = { 1: { firstContentColumn: Css.xs.pl3.$ } };
6952
6952
  cache[key] = {
6953
6953
  emptyCell: "-",
6954
6954
  firstRowMessageCss: {