@homebound/beam 3.56.1 → 3.58.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/Css.json CHANGED
@@ -912,6 +912,7 @@
912
912
  "transitionTransform": {"kind":"static","defs":{"transition":"transform 200ms cubic-bezier(0.4, 0, 0.2, 1)"}},
913
913
  "transitionHeight": {"kind":"static","defs":{"transition":"height 200ms cubic-bezier(0.4, 0, 0.2, 1)"}},
914
914
  "transitionTop": {"kind":"static","defs":{"transition":"top 200ms cubic-bezier(0.4, 0, 0.2, 1)"}},
915
+ "transitionAll": {"kind":"static","defs":{"transition":"all 200ms cubic-bezier(0.4, 0, 0.2, 1)"}},
915
916
  "bsh0": {"kind":"static","defs":{"boxShadow":"none"}},
916
917
  "bshBasic": {"kind":"static","defs":{"boxShadow":"0px 4px 8px rgba(53, 53, 53, 0.08), 0px 2px 16px rgba(53, 53, 53, 0.03);"}},
917
918
  "bshHover": {"kind":"static","defs":{"boxShadow":"0px 4px 8px rgba(53, 53, 53, 0.1), 0px 2px 24px rgba(53, 53, 53, 0.08);"}},