react-responsive-tools 2.3.17 → 2.3.19

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.
@@ -11,5 +11,5 @@ export function useBreakpointMF(b) {
11
11
  return useBreakpoint(b, 'MtF');
12
12
  }
13
13
  export function useBreakpointDF(b) {
14
- return useBreakpoint(b, 'MtF');
14
+ return useBreakpoint(b, 'DtF');
15
15
  }
@@ -10,5 +10,5 @@ export function useVBreakpointMF(b) {
10
10
  return useVBreakpoint(b, 'MtF');
11
11
  }
12
12
  export function useVBreakpointDF(b) {
13
- return useVBreakpoint(b, 'MtF');
13
+ return useVBreakpoint(b, 'DtF');
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-responsive-tools",
3
- "version": "2.3.17",
3
+ "version": "2.3.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",