@homebound/beam 3.74.0 → 3.75.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
@@ -339,6 +339,8 @@
339
339
  .fdr { flex-direction: row; }
340
340
  /* @truss p:3000 c:fdrr */
341
341
  .fdrr { flex-direction: row-reverse; }
342
+ /* @truss p:3000 c:fg0 */
343
+ .fg0 { flex-grow: 0; }
342
344
  /* @truss p:3000 c:fg1 */
343
345
  .fg1 { flex-grow: 1; }
344
346
  /* @truss p:3000 c:filter_brightness_0_3 */
@@ -927,6 +929,8 @@
927
929
  .right2 { right: calc(var(--t-spacing) * 2); }
928
930
  /* @truss p:4000 c:right3 */
929
931
  .right3 { right: calc(var(--t-spacing) * 3); }
932
+ /* @truss p:4000 c:right_0 */
933
+ .right_0 { right: calc(var(--t-spacing) * 0); }
930
934
  /* @truss p:4000 c:right_12px */
931
935
  .right_12px { right: 12px; }
932
936
  /* @truss p:4000 c:top0 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.74.0",
3
+ "version": "3.75.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",