@bluemarble/bm-components 0.0.51 → 0.0.52

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/esm/index.js CHANGED
@@ -3816,7 +3816,7 @@ function getPropertyValue(obj, property) {
3816
3816
  return String(property.split('.').reduce((o, k) => o && o[k], obj));
3817
3817
  }
3818
3818
 
3819
- /*! *****************************************************************************
3819
+ /******************************************************************************
3820
3820
  Copyright (c) Microsoft Corporation.
3821
3821
 
3822
3822
  Permission to use, copy, modify, and/or distribute this software for any