@fluentui-react-native/experimental-shadow 0.2.69 → 0.2.71

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.
@@ -1,8 +1,9 @@
1
- import { memoize } from '@fluentui-react-native/framework';
2
- import type { ShadowToken } from '@fluentui-react-native/theme-types';
3
1
  import type { ColorValue } from 'react-native';
4
2
  import { Platform } from 'react-native';
5
3
 
4
+ import { memoize } from '@fluentui-react-native/framework';
5
+ import type { ShadowToken } from '@fluentui-react-native/theme-types';
6
+
6
7
  /**
7
8
  * For iOS/macOS, the blur property from the token is not the same as the shadow radius value,
8
9
  * it needs to be divided by 2 to achieve the same effect.