@homebound/beam 3.65.0 → 3.67.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
@@ -1059,6 +1059,10 @@
1059
1059
  @media screen and (max-width: 599px) { .sm_mw0.sm_mw0 { min-width: 0; } }
1060
1060
  /* @truss p:4200 c:sm_oxa */
1061
1061
  @media screen and (max-width: 599px) { .sm_oxa.sm_oxa { overflow-x: auto; } }
1062
+ /* @truss p:4200 c:sm_pl2 */
1063
+ @media screen and (max-width: 599px) { .sm_pl2.sm_pl2 { padding-left: calc(var(--t-spacing) * 2); } }
1064
+ /* @truss p:4200 c:sm_pr2 */
1065
+ @media screen and (max-width: 599px) { .sm_pr2.sm_pr2 { padding-right: calc(var(--t-spacing) * 2); } }
1062
1066
  /* @truss p:4200 c:sm_w100 */
1063
1067
  @media screen and (max-width: 599px) { .sm_w100.sm_w100 { width: 100%; } }
1064
1068
  /* @truss p:8000.5 c:selection_bgColor_var */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.65.0",
3
+ "version": "3.67.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",