@homebound/beam 4.9.1 → 4.10.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
@@ -947,8 +947,6 @@
947
947
  .pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
948
948
  /* @truss p:4000 c:pb4 */
949
949
  .pb4 { padding-bottom: calc(var(--t-spacing) * 4); }
950
- /* @truss p:4000 c:pb_11px */
951
- .pb_11px { padding-bottom: 11px; }
952
950
  /* @truss p:4000 c:pb_12 */
953
951
  .pb_12 { padding-bottom: calc(var(--t-spacing) * 12); }
954
952
  /* @truss p:4000 c:pb_12px */
@@ -1023,8 +1021,6 @@
1023
1021
  .pt4 { padding-top: calc(var(--t-spacing) * 4); }
1024
1022
  /* @truss p:4000 c:pt5 */
1025
1023
  .pt5 { padding-top: calc(var(--t-spacing) * 5); }
1026
- /* @truss p:4000 c:pt_11px */
1027
- .pt_11px { padding-top: 11px; }
1028
1024
  /* @truss p:4000 c:pt_12 */
1029
1025
  .pt_12 { padding-top: calc(var(--t-spacing) * 12); }
1030
1026
  /* @truss p:4000 c:pt_12px */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "4.9.1",
3
+ "version": "4.10.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",