@commercetools-uikit/hooks
Advanced tools
Comparing version 0.0.0-canary-aa1c4a825334f72dc415e3c2cd9b6bf3917924c9 to 0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82
@@ -302,3 +302,3 @@ 'use strict'; | ||
var version = '0.0.0-canary-aa1c4a825334f72dc415e3c2cd9b6bf3917924c9'; | ||
var version = '0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82'; | ||
@@ -305,0 +305,0 @@ exports.useFieldId = useFieldId; |
@@ -295,4 +295,4 @@ import React, { useState, useCallback } from 'react'; | ||
var version = '0.0.0-canary-aa1c4a825334f72dc415e3c2cd9b6bf3917924c9'; | ||
var version = '0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82'; | ||
export { useFieldId, usePrevious, useRowSelection, useSorting, useToggleState, version }; |
{ | ||
"name": "@commercetools-uikit/hooks", | ||
"version": "0.0.0-canary-aa1c4a825334f72dc415e3c2cd9b6bf3917924c9", | ||
"version": "0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82", | ||
"description": "", | ||
@@ -21,3 +21,3 @@ "main": "dist/hooks.cjs.js", | ||
"dependencies": { | ||
"@commercetools-uikit/utils": "0.0.0-canary-aa1c4a825334f72dc415e3c2cd9b6bf3917924c9" | ||
"@commercetools-uikit/utils": "0.0.0-canary-cb8776f258a0285e44e2046c4b955279fc778c82" | ||
}, | ||
@@ -29,3 +29,3 @@ "peerDependencies": { | ||
"license": "MIT", | ||
"gitHead": "e01d925b317e387c5e33913178d15b3b44b4ea45" | ||
"gitHead": "391b72943400c22913c0e44a17c0d946bc82c95d" | ||
} |
21