jcicl 0.0.151 → 0.0.155
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/.chunks/ButtonBase.js +5 -6
- package/.chunks/DefaultPropsProvider.js +6 -6
- package/.chunks/Portal.js +429 -223
- package/.chunks/TextField.js +2788 -1558
- package/.chunks/TransitionGroupContext.js +74 -33
- package/.chunks/index.js +102 -25
- package/.chunks/useSlot.js +1 -1
- package/AppContainer/AppContainer.js +15 -16
- package/Modal/Modal.d.ts +4 -4
- package/Modal/Modal.js +29 -403
- package/Pagination/Pagination.js +1 -1
- package/Tooltip/Tooltip.js +22 -25
- package/package.json +1 -1
- package/theme.d.ts +1 -0
- package/theme.js +1 -0
- package/.chunks/Grow.js +0 -214
- package/.chunks/Paper.js +0 -1247
- package/.chunks/resolveComponentProps.js +0 -80
- package/.chunks/useTimeout.js +0 -44
package/.chunks/ButtonBase.js
CHANGED
|
@@ -6,8 +6,7 @@ import W, { Children as Oe, isValidElement as G, cloneElement as J } from "react
|
|
|
6
6
|
import { P as e, b as E, a as fe, s as te, u as de, g as je, d as Fe } from "./DefaultPropsProvider.js";
|
|
7
7
|
import { jsx as I, jsxs as $e } from "react/jsx-runtime";
|
|
8
8
|
import { k as ne } from "./emotion-react.browser.esm.js";
|
|
9
|
-
import {
|
|
10
|
-
import { _ as _e, b as Xe, T as ue, u as ce, c as H } from "./TransitionGroupContext.js";
|
|
9
|
+
import { b as Ie, _ as Ue, c as ze, T as ue, d as _e, u as ce, e as H, r as Xe } from "./TransitionGroupContext.js";
|
|
11
10
|
import { _ as Ye } from "./emotion-styled.browser.esm.js";
|
|
12
11
|
import { e as Ae } from "./elementTypeAcceptingRef.js";
|
|
13
12
|
import { i as pe } from "./isFocusVisible.js";
|
|
@@ -146,7 +145,7 @@ var Qe = Object.values || function(o) {
|
|
|
146
145
|
return t;
|
|
147
146
|
}
|
|
148
147
|
}, ie = /* @__PURE__ */ function(o) {
|
|
149
|
-
|
|
148
|
+
Ue(t, o);
|
|
150
149
|
function t(l, i) {
|
|
151
150
|
var s;
|
|
152
151
|
s = o.call(this, l, i) || this;
|
|
@@ -183,7 +182,7 @@ var Qe = Object.values || function(o) {
|
|
|
183
182
|
};
|
|
184
183
|
}));
|
|
185
184
|
}, n.render = function() {
|
|
186
|
-
var i = this.props, s = i.component, r = i.childFactory, p =
|
|
185
|
+
var i = this.props, s = i.component, r = i.childFactory, p = ze(i, ["component", "childFactory"]), u = this.state.contextValue, f = Qe(this.state.children).map(r);
|
|
187
186
|
return delete p.appear, delete p.enter, delete p.exit, s === null ? /* @__PURE__ */ W.createElement(ue.Provider, {
|
|
188
187
|
value: u
|
|
189
188
|
}, f) : /* @__PURE__ */ W.createElement(ue.Provider, {
|
|
@@ -422,7 +421,7 @@ const b = fe("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsat
|
|
|
422
421
|
d.useEffect(() => {
|
|
423
422
|
R.current && (R.current(), R.current = null);
|
|
424
423
|
}, [u]);
|
|
425
|
-
const g = d.useRef(!1), D =
|
|
424
|
+
const g = d.useRef(!1), D = _e(), m = d.useRef(null), w = d.useRef(null), C = d.useCallback((c) => {
|
|
426
425
|
const {
|
|
427
426
|
pulsate: y,
|
|
428
427
|
rippleX: M,
|
|
@@ -715,7 +714,7 @@ process.env.NODE_ENV !== "production" && (ct.propTypes = {
|
|
|
715
714
|
* A ref for imperative actions.
|
|
716
715
|
* It currently only supports `focusVisible()` action.
|
|
717
716
|
*/
|
|
718
|
-
action:
|
|
717
|
+
action: Xe,
|
|
719
718
|
/**
|
|
720
719
|
* If `true`, the ripples are centered.
|
|
721
720
|
* They won't start at the cursor interaction position.
|
|
@@ -3267,12 +3267,12 @@ export {
|
|
|
3267
3267
|
Fn as e,
|
|
3268
3268
|
lr as f,
|
|
3269
3269
|
tt as g,
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3270
|
+
rt as h,
|
|
3271
|
+
_o as i,
|
|
3272
|
+
ye as j,
|
|
3273
|
+
ie as k,
|
|
3274
|
+
Br as l,
|
|
3275
|
+
yo as m,
|
|
3276
3276
|
Ro as n,
|
|
3277
3277
|
On as p,
|
|
3278
3278
|
ko as r,
|