jcicl 1.0.76 → 1.0.78

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.
Files changed (76) hide show
  1. package/.chunks/Button.js +7 -6
  2. package/.chunks/ButtonBase.js +2 -1
  3. package/.chunks/CircularProgress.js +9 -8
  4. package/.chunks/DefaultPropsProvider.js +322 -336
  5. package/.chunks/Paper.js +6 -5
  6. package/.chunks/Popper.js +1 -1
  7. package/.chunks/Portal.js +13 -13
  8. package/.chunks/SwitchBase.js +14 -13
  9. package/.chunks/TextField.js +2 -1
  10. package/.chunks/clsx.js +16 -0
  11. package/.chunks/createSvgIcon.js +14 -13
  12. package/.chunks/eye.js +45 -0
  13. package/.chunks/index.js +19 -18
  14. package/AppContainer/AppContainer.js +323 -319
  15. package/Button/Button.js +80 -82
  16. package/Divider/Divider.js +13 -12
  17. package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.d.ts +3 -2
  18. package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.js +39 -39
  19. package/EditableInfoCard/EditableInfoCard.d.ts +1 -1
  20. package/EditableInfoCard/EditableInfoCard.js +25 -25
  21. package/ErrorBoundary/ErrorBoundary.d.ts +5 -5
  22. package/ErrorBoundary/ErrorBoundary.js +21 -19
  23. package/FormComponents/FormComponents.d.ts +1 -2
  24. package/FormContext/createFormContext.js +70 -62
  25. package/FormFields/FormFields.d.ts +1 -1
  26. package/FormFields/FormFields.js +31 -31
  27. package/FormInput/FormInput.d.ts +5 -3
  28. package/FormInput/FormInput.js +10 -8
  29. package/Input/Input.d.ts +6 -1
  30. package/Input/Input.js +35 -100
  31. package/LabeledCheckbox/LabeledCheckbox.js +7 -6
  32. package/LabeledDropdown/LabeledDropdown.d.ts +3 -0
  33. package/LabeledDropdown/LabeledDropdown.js +720 -795
  34. package/LabeledFormattedInput/LabeledFormattedInput.d.ts +23 -0
  35. package/LabeledFormattedInput/LabeledFormattedInput.js +95 -0
  36. package/LabeledFormattedInput/index.d.ts +1 -0
  37. package/LabeledFormattedInput/index.js +4 -0
  38. package/LabeledInput/LabeledInput.js +39 -51
  39. package/LabeledRadio/LabeledRadio.js +7 -6
  40. package/Memo/Memo.js +6 -5
  41. package/Nav/Nav.d.ts +1 -1
  42. package/Pagination/Pagination.d.ts +1 -2
  43. package/Pagination/Pagination.js +25 -24
  44. package/README.md +11 -6
  45. package/Stepper/Stepper.js +4 -3
  46. package/Table/Table.d.ts +7 -5
  47. package/Table/Table.js +5575 -5633
  48. package/Timer/Timer.js +26 -26
  49. package/Toast/Toaster.js +9 -9
  50. package/Tooltip/Tooltip.js +5 -4
  51. package/WelcomeCard/WelcomeCard.d.ts +1 -5
  52. package/WelcomeCard/WelcomeCard.js +45 -101
  53. package/assets/style.css +1 -1
  54. package/assets/tailwind.css +2 -2
  55. package/cn.d.ts +2 -0
  56. package/cn.js +2990 -0
  57. package/constants.d.ts +6 -0
  58. package/constants.js +55 -0
  59. package/cursorPositioning.d.ts +7 -0
  60. package/cursorPositioning.js +13 -0
  61. package/formatters.d.ts +17 -0
  62. package/formatters.js +83 -0
  63. package/inputTypes.d.ts +1 -0
  64. package/inputTypes.js +1 -0
  65. package/logger.d.ts +13 -0
  66. package/logger.js +9 -0
  67. package/maskers.d.ts +6 -0
  68. package/maskers.js +15 -0
  69. package/package.json +2 -1
  70. package/theme.d.ts +1 -0
  71. package/theme.js +9 -8
  72. package/themeUtils.js +58 -79
  73. package/utils.d.ts +8 -18
  74. package/utils.js +39 -89
  75. package/validators.d.ts +5 -0
  76. package/validators.js +12 -0
package/.chunks/Button.js CHANGED
@@ -1,8 +1,9 @@
1
1
  import * as u from "react";
2
- import { g as L, a as j, s as b, r as D, b as e, u as F, c as I, P as a, d as G, e as c } from "./DefaultPropsProvider.js";
2
+ import { g as L, a as j, s as b, r as D, c as e, u as F, P as a, b as G, d as c } from "./DefaultPropsProvider.js";
3
+ import { c as m } from "./clsx.js";
3
4
  import { m as U } from "./memoTheme.js";
4
5
  import { c as _ } from "./createSimplePaletteValueFilter.js";
5
- import { jsxs as H, jsx as m } from "react/jsx-runtime";
6
+ import { jsxs as H, jsx as I } from "react/jsx-runtime";
6
7
  import { B as A } from "./ButtonBase.js";
7
8
  import { r as q } from "./resolveProps.js";
8
9
  function J(o) {
@@ -327,22 +328,22 @@ const K = (o) => {
327
328
  size: T,
328
329
  type: B,
329
330
  variant: P
330
- }, p = K(v), M = C && /* @__PURE__ */ m(X, {
331
+ }, p = K(v), M = C && /* @__PURE__ */ I(X, {
331
332
  className: p.startIcon,
332
333
  ownerState: v,
333
334
  children: C
334
- }), V = z && /* @__PURE__ */ m(Y, {
335
+ }), V = z && /* @__PURE__ */ I(Y, {
335
336
  className: p.endIcon,
336
337
  ownerState: v,
337
338
  children: z
338
339
  }), k = i || "";
339
340
  return /* @__PURE__ */ H(Q, {
340
341
  ownerState: v,
341
- className: I(r.className, p.root, R, k),
342
+ className: m(r.className, p.root, R, k),
342
343
  component: y,
343
344
  disabled: f,
344
345
  focusRipple: !S,
345
- focusVisibleClassName: I(p.focusVisible, N),
346
+ focusVisibleClassName: m(p.focusVisible, N),
346
347
  ref: n,
347
348
  type: B,
348
349
  ...W,
@@ -3,7 +3,8 @@ var ke = (o, t, n) => t in o ? Le(o, t, { enumerable: !0, configurable: !0, writ
3
3
  var le = (o, t, n) => ke(o, typeof t != "symbol" ? t + "" : t, n);
4
4
  import * as d from "react";
5
5
  import W, { Children as Oe, isValidElement as G, cloneElement as J } from "react";
6
- import { P as e, c as E, a as fe, s as te, u as de, g as je, d as Fe } from "./DefaultPropsProvider.js";
6
+ import { P as e, a as fe, s as te, u as de, g as je, b as Fe } from "./DefaultPropsProvider.js";
7
+ import { c as E } from "./clsx.js";
7
8
  import { jsx as I, jsxs as $e } from "react/jsx-runtime";
8
9
  import { k as ne } from "./emotion-react.browser.esm.js";
9
10
  import { c as Ie, d as Ue, _ as ze, e as ue, a as _e, u as ce, b as H, r as Xe } from "./TransitionGroupContext.js";
@@ -1,5 +1,6 @@
1
1
  import * as O from "react";
2
- import { g as T, a as R, s as g, b as c, u as N, c as j, P as r, d as U } from "./DefaultPropsProvider.js";
2
+ import { g as T, a as R, s as g, c, u as N, P as r, b as j } from "./DefaultPropsProvider.js";
3
+ import { c as U } from "./clsx.js";
3
4
  import { m as P } from "./memoTheme.js";
4
5
  import { c as E } from "./createSimplePaletteValueFilter.js";
5
6
  import { jsx as h } from "react/jsx-runtime";
@@ -47,7 +48,7 @@ const a = 44, y = x`
47
48
  svg: ["svg"],
48
49
  circle: ["circle", `circle${c(s)}`, l && "circleDisableShrink"]
49
50
  };
50
- return U(p, z, t);
51
+ return j(p, z, t);
51
52
  }, K = g("span", {
52
53
  name: "MuiCircularProgress",
53
54
  slot: "Root",
@@ -151,13 +152,13 @@ const a = 44, y = x`
151
152
  thickness: i,
152
153
  value: f,
153
154
  variant: k
154
- }, d = A(n), u = {}, b = {}, S = {};
155
+ }, u = A(n), d = {}, b = {}, S = {};
155
156
  if (k === "determinate") {
156
157
  const C = 2 * Math.PI * ((a - i) / 2);
157
- u.strokeDasharray = C.toFixed(3), S["aria-valuenow"] = Math.round(f), u.strokeDashoffset = `${((100 - f) / 100 * C).toFixed(3)}px`, b.transform = "rotate(-90deg)";
158
+ d.strokeDasharray = C.toFixed(3), S["aria-valuenow"] = Math.round(f), d.strokeDashoffset = `${((100 - f) / 100 * C).toFixed(3)}px`, b.transform = "rotate(-90deg)";
158
159
  }
159
160
  return /* @__PURE__ */ h(K, {
160
- className: j(d.root, l),
161
+ className: U(u.root, l),
161
162
  style: {
162
163
  width: m,
163
164
  height: m,
@@ -170,12 +171,12 @@ const a = 44, y = x`
170
171
  ...S,
171
172
  ...M,
172
173
  children: /* @__PURE__ */ h(B, {
173
- className: d.svg,
174
+ className: u.svg,
174
175
  ownerState: n,
175
176
  viewBox: `${a / 2} ${a / 2} ${a} ${a}`,
176
177
  children: /* @__PURE__ */ h(G, {
177
- className: d.circle,
178
- style: u,
178
+ className: u.circle,
179
+ style: d,
179
180
  ownerState: n,
180
181
  cx: a,
181
182
  cy: a,