@homebound/beam 3.19.0 → 3.20.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.
package/dist/truss.css CHANGED
@@ -99,8 +99,6 @@
99
99
  .gap_4px { gap: 4px; }
100
100
  /* @truss p:2000 c:gc_1 */
101
101
  .gc_1 { grid-column: 1; }
102
- /* @truss p:2000 c:gc_1_1 */
103
- .gc_1_1 { grid-column: 1 / -1; }
104
102
  /* @truss p:2000 c:gc_1_2 */
105
103
  .gc_1_2 { grid-column: 1 / 2; }
106
104
  /* @truss p:2000 c:gc_1_4 */
@@ -683,6 +681,8 @@
683
681
  .marginLeft_auto { margin-left: auto; }
684
682
  /* @truss p:4000 c:maxh_50 */
685
683
  .maxh_50 { max-height: 50%; }
684
+ /* @truss p:4000 c:maxh_512px */
685
+ .maxh_512px { max-height: 512px; }
686
686
  /* @truss p:4000 c:maxh_74px */
687
687
  .maxh_74px { max-height: 74px; }
688
688
  /* @truss p:4000 c:maxh_90vh */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.19.0",
3
+ "version": "3.20.1",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",