@homebound/beam 3.55.1 → 3.56.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/truss.css CHANGED
@@ -1193,4 +1193,8 @@
1193
1193
  border-width: 1px;
1194
1194
  border-color: rgba(147, 197, 253, 1);
1195
1195
  }
1196
+
1197
+ .beam-row-hover:hover > * {
1198
+ background-color: var(--beam-row-hover-bg);
1199
+ }
1196
1200
  /* @truss arbitrary:end */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.55.1",
3
+ "version": "3.56.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",