@clicktap/ui 0.2.2 → 0.2.3
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/{index.mjs → index.esm.js} +2 -1
- package/index.esm.js.map +1 -0
- package/index.js +223 -222
- package/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as be, jsx as V, Fragment as rn } from "react/jsx-runtime";
|
|
2
2
|
import * as jn from "react";
|
|
3
3
|
import F, { useRef as j, useImperativeHandle as Gp, useState as re, useEffect as ee, useCallback as oe, useContext as Q, useMemo as W, createContext as ae, useLayoutEffect as Ql, forwardRef as le, cloneElement as En, useInsertionEffect as Wp, Fragment as vo, createElement as pe, useId as Ar, Component as _$, Children as gn, isValidElement as wr, useReducer as j$ } from "react";
|
|
4
|
-
import Ee, { styled as X, keyframes as tt, createGlobalStyle as Yp, css as Wt } from "
|
|
4
|
+
import Ee, { styled as X, keyframes as tt, createGlobalStyle as Yp, css as Wt } from "styled-components";
|
|
5
5
|
import Bo, { flushSync as eu, createPortal as z$ } from "react-dom";
|
|
6
6
|
var U$ = () => /* @__PURE__ */ be(
|
|
7
7
|
"svg",
|
|
@@ -31172,3 +31172,4 @@ export {
|
|
|
31172
31172
|
$ as defaultTheme,
|
|
31173
31173
|
Gx as mergeTheme
|
|
31174
31174
|
};
|
|
31175
|
+
//# sourceMappingURL=index.esm.js.map
|