@cube-dev/ui-kit 0.7.5 → 0.7.6
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/mjs/index.js +1 -1
- package/dist/mjs/index.js.map +1 -1
- package/package.json +1 -1
package/dist/mjs/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.7.
|
|
4
|
+
* @cube-dev/ui-kit v0.7.6
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
import*as e from"react";import t,{createContext as n,useContext as r,useEffect as o,useState as i,useRef as a,useCallback as s,useMemo as l,useLayoutEffect as c,useImperativeHandle as u,Children as d,isValidElement as p,cloneElement as f,forwardRef as h,Fragment as g,createElement as v}from"react";import m,{createGlobalStyle as y,StyleSheetManager as b}from"styled-components";import x,{createPortal as w}from"react-dom";
|