@homebound/beam 3.56.0 → 3.57.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
@@ -133,6 +133,8 @@
133
133
  .tdn { text-decoration: none; }
134
134
  /* @truss p:2000 c:transition */
135
135
  .transition { transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), left 200ms cubic-bezier(0.4, 0, 0.2, 1), right 200ms cubic-bezier(0.4, 0, 0.2, 1), margin 200ms cubic-bezier(0.4, 0, 0.2, 1), width 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1); }
136
+ /* @truss p:2000 c:transitionAll */
137
+ .transitionAll { transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
136
138
  /* @truss p:2000 c:transitionHeight */
137
139
  .transitionHeight { transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1); }
138
140
  /* @truss p:2000 c:transitionTop */
@@ -1075,6 +1077,8 @@
1075
1077
  @media screen and (max-width: 599px) { .sm_mw0.sm_mw0 { min-width: 0; } }
1076
1078
  /* @truss p:4200 c:sm_oxa */
1077
1079
  @media screen and (max-width: 599px) { .sm_oxa.sm_oxa { overflow-x: auto; } }
1080
+ /* @truss p:4200 c:sm_w100 */
1081
+ @media screen and (max-width: 599px) { .sm_w100.sm_w100 { width: 100%; } }
1078
1082
  /* @truss p:8000.5 c:selection_bgColor_var */
1079
1083
  .selection_bgColor_var::selection { background-color: var(--selection_backgroundColor); }
1080
1084
  /* @truss @property */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.56.0",
3
+ "version": "3.57.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",