@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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7316,11 +7316,11 @@ function memoizedTableStyles() {
|
|
|
7316
7316
|
},
|
|
7317
7317
|
firstContentColumn: { ...Css.sm.$, ...allWhite && Css.smSb.gray900.$ }
|
|
7318
7318
|
},
|
|
7319
|
-
2: { firstContentColumn: Css.
|
|
7319
|
+
2: { firstContentColumn: Css.xs.pl3.$ },
|
|
7320
7320
|
// Add 12 more pixels of padding for each level of nesting
|
|
7321
|
-
3: { firstContentColumn: Css.
|
|
7321
|
+
3: { firstContentColumn: Css.xs.plPx(36).$ }
|
|
7322
7322
|
};
|
|
7323
|
-
const defaultLevels = { 1: { firstContentColumn: Css.
|
|
7323
|
+
const defaultLevels = { 1: { firstContentColumn: Css.xs.pl3.$ } };
|
|
7324
7324
|
cache[key] = {
|
|
7325
7325
|
emptyCell: "-",
|
|
7326
7326
|
firstRowMessageCss: {
|