@homebound/beam 2.172.0 → 2.172.1

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.
@@ -62,7 +62,7 @@ function memoizedTableStyles() {
62
62
  totalsCellCss: Css_1.Css.bgWhite.gray700.smEm.hPx(52).pt0.pbPx(12).boxShadow("none").$,
63
63
  cellCss: {
64
64
  ...Css_1.Css.gray900.xs.bgWhite.aic.pxPx(12).boxShadow(`inset 0 -1px 0 ${Css_1.Palette.Gray200}`).$,
65
- ...(rowHeight === "flexible" ? Css_1.Css.py2.$ : Css_1.Css.nowrap.hPx(inlineEditing ? 48 : 36).$),
65
+ ...(rowHeight === "flexible" ? Css_1.Css.pyPx(12).$ : Css_1.Css.nowrap.hPx(inlineEditing ? 48 : 36).$),
66
66
  },
67
67
  presentationSettings: { borderless: true, typeScale: "xs", wrap: rowHeight === "flexible" },
68
68
  levels: grouped ? groupedLevels : defaultLevels,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.172.0",
3
+ "version": "2.172.1",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -70,9 +70,6 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "@babel/core": "^7.15.5",
73
- "@babel/plugin-proposal-class-properties": "^7.14.5",
74
- "@babel/preset-env": "^7.16.5",
75
- "@babel/preset-typescript": "^7.15.0",
76
73
  "@emotion/babel-preset-css-prop": "^11.2.0",
77
74
  "@emotion/jest": "^11.3.0",
78
75
  "@emotion/react": "^11.1.5",
@@ -87,6 +84,7 @@
87
84
  "@storybook/addon-interactions": "^6.5.10",
88
85
  "@storybook/addon-links": "^6.5.10",
89
86
  "@storybook/addons": "^6.5.10",
87
+ "@storybook/builder-vite": "^0.2.2",
90
88
  "@storybook/react": "^6.5.10",
91
89
  "@storybook/testing-library": "^0.0.13",
92
90
  "@testing-library/jest-dom": "^5.11.9",
@@ -100,6 +98,7 @@
100
98
  "@types/react-router-dom": "^5.1.7",
101
99
  "@typescript-eslint/eslint-plugin": "^4.17.0",
102
100
  "@typescript-eslint/parser": "^4.17.0",
101
+ "@vitejs/plugin-react": "^2.0.1",
103
102
  "array-move": "^4.0.0",
104
103
  "babel-eslint": "^10.1.0",
105
104
  "babel-loader": "^8.2.2",
@@ -134,6 +133,7 @@
134
133
  "ttypescript": "^1.5.12",
135
134
  "typescript": "^4.4.2",
136
135
  "typescript-transform-paths": "^3.2.1",
136
+ "vite": "^3.0.9",
137
137
  "watch": "^1.0.2"
138
138
  }
139
139
  }