@homebound/beam 3.37.1 → 3.39.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
@@ -847,6 +847,8 @@
847
847
  .pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
848
848
  /* @truss p:4000 c:pb4 */
849
849
  .pb4 { padding-bottom: calc(var(--t-spacing) * 4); }
850
+ /* @truss p:4000 c:pb8 */
851
+ .pb8 { padding-bottom: calc(var(--t-spacing) * 8); }
850
852
  /* @truss p:4000 c:pb_12px */
851
853
  .pb_12px { padding-bottom: 12px; }
852
854
  /* @truss p:4000 c:pb_25px */
@@ -915,6 +917,8 @@
915
917
  .pt3 { padding-top: calc(var(--t-spacing) * 3); }
916
918
  /* @truss p:4000 c:pt5 */
917
919
  .pt5 { padding-top: calc(var(--t-spacing) * 5); }
920
+ /* @truss p:4000 c:pt8 */
921
+ .pt8 { padding-top: calc(var(--t-spacing) * 8); }
918
922
  /* @truss p:4000 c:pt_12px */
919
923
  .pt_12px { padding-top: 12px; }
920
924
  /* @truss p:4000 c:pt_25px */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.37.1",
3
+ "version": "3.39.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",