@homebound/beam 3.86.1 → 3.87.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
@@ -129,6 +129,8 @@
129
129
  .outline_2px_solid_transparent { outline: 2px solid transparent; }
130
130
  /* @truss p:2000 c:outline_none */
131
131
  .outline_none { outline: none; }
132
+ /* @truss p:2000 c:tdlt */
133
+ .tdlt { text-decoration: line-through; }
132
134
  /* @truss p:2000 c:tdn */
133
135
  .tdn { text-decoration: none; }
134
136
  /* @truss p:2000 c:transition */
@@ -863,6 +865,8 @@
863
865
  .pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
864
866
  /* @truss p:4000 c:pb4 */
865
867
  .pb4 { padding-bottom: calc(var(--t-spacing) * 4); }
868
+ /* @truss p:4000 c:pb_11px */
869
+ .pb_11px { padding-bottom: 11px; }
866
870
  /* @truss p:4000 c:pb_12 */
867
871
  .pb_12 { padding-bottom: calc(var(--t-spacing) * 12); }
868
872
  /* @truss p:4000 c:pb_12px */
@@ -935,6 +939,8 @@
935
939
  .pt4 { padding-top: calc(var(--t-spacing) * 4); }
936
940
  /* @truss p:4000 c:pt5 */
937
941
  .pt5 { padding-top: calc(var(--t-spacing) * 5); }
942
+ /* @truss p:4000 c:pt_11px */
943
+ .pt_11px { padding-top: 11px; }
938
944
  /* @truss p:4000 c:pt_12 */
939
945
  .pt_12 { padding-top: calc(var(--t-spacing) * 12); }
940
946
  /* @truss p:4000 c:pt_12px */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.86.1",
3
+ "version": "3.87.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",