pankosmia-rcl 0.1.4 → 0.1.5

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.
@@ -3529,7 +3529,7 @@ function Ti(e, o, n, r = n) {
3529
3529
  let a;
3530
3530
  return typeof e == "function" ? a = e(n) : Array.isArray(e) ? a = e[n] || r : a = Cn(e, n) || r, o && (a = o(a, r, e)), a;
3531
3531
  }
3532
- function Bt(e) {
3532
+ function _t(e) {
3533
3533
  const {
3534
3534
  prop: o,
3535
3535
  cssProperty: n = e.prop,
@@ -3644,7 +3644,7 @@ function Po(e) {
3644
3644
  return typeof e != "number" ? e : `${e}px solid`;
3645
3645
  }
3646
3646
  function Do(e, o) {
3647
- return Bt({
3647
+ return _t({
3648
3648
  prop: e,
3649
3649
  themeKey: "borders",
3650
3650
  transform: o
@@ -3703,39 +3703,39 @@ Ji.propTypes = process.env.NODE_ENV !== "production" ? {
3703
3703
  rowGap: In
3704
3704
  } : {};
3705
3705
  Ji.filterProps = ["rowGap"];
3706
- const uT = Bt({
3706
+ const uT = _t({
3707
3707
  prop: "gridColumn"
3708
- }), pT = Bt({
3708
+ }), pT = _t({
3709
3709
  prop: "gridRow"
3710
- }), dT = Bt({
3710
+ }), dT = _t({
3711
3711
  prop: "gridAutoFlow"
3712
- }), fT = Bt({
3712
+ }), fT = _t({
3713
3713
  prop: "gridAutoColumns"
3714
- }), mT = Bt({
3714
+ }), mT = _t({
3715
3715
  prop: "gridAutoRows"
3716
- }), bT = Bt({
3716
+ }), bT = _t({
3717
3717
  prop: "gridTemplateColumns"
3718
- }), gT = Bt({
3718
+ }), gT = _t({
3719
3719
  prop: "gridTemplateRows"
3720
- }), hT = Bt({
3720
+ }), hT = _t({
3721
3721
  prop: "gridTemplateAreas"
3722
- }), yT = Bt({
3722
+ }), yT = _t({
3723
3723
  prop: "gridArea"
3724
3724
  });
3725
3725
  Gi(Ki, Xi, Ji, uT, pT, dT, fT, mT, bT, gT, hT, yT);
3726
3726
  function Rr(e, o) {
3727
3727
  return o === "grey" ? o : e;
3728
3728
  }
3729
- const vT = Bt({
3729
+ const vT = _t({
3730
3730
  prop: "color",
3731
3731
  themeKey: "palette",
3732
3732
  transform: Rr
3733
- }), xT = Bt({
3733
+ }), xT = _t({
3734
3734
  prop: "bgcolor",
3735
3735
  cssProperty: "backgroundColor",
3736
3736
  themeKey: "palette",
3737
3737
  transform: Rr
3738
- }), ST = Bt({
3738
+ }), ST = _t({
3739
3739
  prop: "backgroundColor",
3740
3740
  themeKey: "palette",
3741
3741
  transform: Rr
@@ -3744,7 +3744,7 @@ Gi(vT, xT, ST);
3744
3744
  function xo(e) {
3745
3745
  return e <= 1 && e !== 0 ? `${e * 100}%` : e;
3746
3746
  }
3747
- const TT = Bt({
3747
+ const TT = _t({
3748
3748
  prop: "width",
3749
3749
  transform: xo
3750
3750
  }), wu = (e) => {
@@ -3765,30 +3765,30 @@ const TT = Bt({
3765
3765
  return null;
3766
3766
  };
3767
3767
  wu.filterProps = ["maxWidth"];
3768
- const CT = Bt({
3768
+ const CT = _t({
3769
3769
  prop: "minWidth",
3770
3770
  transform: xo
3771
- }), wT = Bt({
3771
+ }), wT = _t({
3772
3772
  prop: "height",
3773
3773
  transform: xo
3774
- }), OT = Bt({
3774
+ }), OT = _t({
3775
3775
  prop: "maxHeight",
3776
3776
  transform: xo
3777
- }), ET = Bt({
3777
+ }), ET = _t({
3778
3778
  prop: "minHeight",
3779
3779
  transform: xo
3780
3780
  });
3781
- Bt({
3781
+ _t({
3782
3782
  prop: "size",
3783
3783
  cssProperty: "width",
3784
3784
  transform: xo
3785
3785
  });
3786
- Bt({
3786
+ _t({
3787
3787
  prop: "size",
3788
3788
  cssProperty: "height",
3789
3789
  transform: xo
3790
3790
  });
3791
- const RT = Bt({
3791
+ const RT = _t({
3792
3792
  prop: "boxSizing"
3793
3793
  });
3794
3794
  Gi(TT, wu, CT, wT, OT, ET, RT);
@@ -7441,7 +7441,7 @@ Use unitless line heights instead.` : no(6));
7441
7441
  }), i;
7442
7442
  }
7443
7443
  const il = Yr();
7444
- function _t() {
7444
+ function Bt() {
7445
7445
  const e = bs(il);
7446
7446
  return process.env.NODE_ENV !== "production" && x.useDebugValue(e), e[co] || e;
7447
7447
  }
@@ -7612,7 +7612,7 @@ const Ew = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7612
7612
  unstable_getUnit: sl,
7613
7613
  unstable_toUnitless: Ho,
7614
7614
  useColorScheme: lg,
7615
- useTheme: _t,
7615
+ useTheme: Bt,
7616
7616
  useThemeProps: sg,
7617
7617
  withStyles: fg,
7618
7618
  withTheme: mg
@@ -8642,7 +8642,7 @@ const Fw = ye("MuiCollapse", ["root", "horizontal", "vertical", "entered", "hidd
8642
8642
  ...r,
8643
8643
  orientation: b,
8644
8644
  collapsedSize: l
8645
- }, P = zw(k), I = _t(), R = un(), y = x.useRef(null), $ = x.useRef(), N = typeof l == "number" ? `${l}px` : l, E = b === "horizontal", j = E ? "width" : "height", B = x.useRef(null), D = ut(n, B), H = (q) => (W) => {
8645
+ }, P = zw(k), I = Bt(), R = un(), y = x.useRef(null), $ = x.useRef(), N = typeof l == "number" ? `${l}px` : l, E = b === "horizontal", j = E ? "width" : "height", B = x.useRef(null), D = ut(n, B), H = (q) => (W) => {
8646
8646
  if (q) {
8647
8647
  const J = B.current;
8648
8648
  W === void 0 ? q(J) : q(J, W);
@@ -8894,7 +8894,7 @@ const Hw = ye("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevatio
8894
8894
  const r = Se({
8895
8895
  props: o,
8896
8896
  name: "MuiPaper"
8897
- }), a = _t(), {
8897
+ }), a = Bt(), {
8898
8898
  className: s,
8899
8899
  component: i = "div",
8900
8900
  elevation: l = 1,
@@ -16752,7 +16752,7 @@ const WE = {
16752
16752
  opacity: 1
16753
16753
  }
16754
16754
  }, ts = /* @__PURE__ */ x.forwardRef(function(o, n) {
16755
- const r = _t(), a = {
16755
+ const r = Bt(), a = {
16756
16756
  enter: r.transitions.duration.enteringScreen,
16757
16757
  exit: r.transitions.duration.leavingScreen
16758
16758
  }, {
@@ -21507,7 +21507,7 @@ const wP = U(gl, {
21507
21507
  const r = Se({
21508
21508
  props: o,
21509
21509
  name: "MuiDialog"
21510
- }), a = _t(), s = {
21510
+ }), a = Bt(), s = {
21511
21511
  enter: a.transitions.duration.enteringScreen,
21512
21512
  exit: a.transitions.duration.leavingScreen
21513
21513
  }, {
@@ -22411,7 +22411,7 @@ function Ws(e, o, n) {
22411
22411
  a && (o.style.webkitTransform = a, o.style.transform = a);
22412
22412
  }
22413
22413
  const dp = /* @__PURE__ */ x.forwardRef(function(o, n) {
22414
- const r = _t(), a = {
22414
+ const r = Bt(), a = {
22415
22415
  enter: r.transitions.easing.easeOut,
22416
22416
  exit: r.transitions.easing.sharp
22417
22417
  }, s = {
@@ -22756,7 +22756,7 @@ const Cl = /* @__PURE__ */ x.forwardRef(function(o, n) {
22756
22756
  const r = Se({
22757
22757
  props: o,
22758
22758
  name: "MuiDrawer"
22759
- }), a = _t(), s = Vo(), i = {
22759
+ }), a = Bt(), s = Vo(), i = {
22760
22760
  enter: a.transitions.duration.enteringScreen,
22761
22761
  exit: a.transitions.duration.leavingScreen
22762
22762
  }, {
@@ -24904,7 +24904,7 @@ const wk = (e) => {
24904
24904
  name: "MuiGrid"
24905
24905
  }), {
24906
24906
  breakpoints: a
24907
- } = _t(), s = gs(r), {
24907
+ } = Bt(), s = gs(r), {
24908
24908
  className: i,
24909
24909
  columns: l,
24910
24910
  columnSpacing: c,
@@ -25107,7 +25107,7 @@ const hp = qC({
25107
25107
  props: e,
25108
25108
  name: "MuiGrid2"
25109
25109
  }),
25110
- useTheme: _t
25110
+ useTheme: Bt
25111
25111
  });
25112
25112
  process.env.NODE_ENV !== "production" && (hp.propTypes = {
25113
25113
  // ┌────────────────────────────── Warning ──────────────────────────────┐
@@ -25257,7 +25257,7 @@ const $k = {
25257
25257
  // eslint-disable-next-line react/prop-types
25258
25258
  TransitionComponent: S = Eo,
25259
25259
  ...b
25260
- } = o, T = un(), v = x.useRef(), w = _t(), C = x.useRef(null), k = ut(C, bn(s), n), P = (B) => (D) => {
25260
+ } = o, T = un(), v = x.useRef(), w = Bt(), C = x.useRef(null), k = ut(C, bn(s), n), P = (B) => (D) => {
25261
25261
  if (B) {
25262
25262
  const H = C.current;
25263
25263
  D === void 0 ? B(H) : B(H, D);
@@ -25422,7 +25422,7 @@ const yy = Nb({
25422
25422
  initialWidth: a
25423
25423
  } = e;
25424
25424
  function s(i) {
25425
- const l = _t(), c = i.theme || l, {
25425
+ const l = Bt(), c = i.theme || l, {
25426
25426
  initialWidth: u,
25427
25427
  width: p,
25428
25428
  ...d
@@ -25474,7 +25474,7 @@ function Ni(e) {
25474
25474
  children: o,
25475
25475
  only: n,
25476
25476
  width: r
25477
- } = e, a = _t();
25477
+ } = e, a = Bt();
25478
25478
  let s = !0;
25479
25479
  if (n)
25480
25480
  if (Array.isArray(n))
@@ -25609,7 +25609,7 @@ function vy(e) {
25609
25609
  className: n,
25610
25610
  only: r,
25611
25611
  ...a
25612
- } = e, s = _t();
25612
+ } = e, s = Bt();
25613
25613
  if (process.env.NODE_ENV !== "production") {
25614
25614
  const u = Object.keys(a).filter((p) => {
25615
25615
  const d = !s.breakpoints.keys.some((m) => `${m}Up` === p || `${m}Down` === p);
@@ -27795,7 +27795,7 @@ const Ny = ye("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
27795
27795
  const r = Se({
27796
27796
  props: o,
27797
27797
  name: "MuiLink"
27798
- }), a = _t(), {
27798
+ }), a = Bt(), {
27799
27799
  className: s,
27800
27800
  color: i = "primary",
27801
27801
  component: l = "a",
@@ -35998,7 +35998,7 @@ const $j = ye("MuiSnackbar", ["root", "anchorOriginTopCenter", "anchorOriginBott
35998
35998
  const r = Se({
35999
35999
  props: o,
36000
36000
  name: "MuiSnackbar"
36001
- }), a = _t(), s = {
36001
+ }), a = Bt(), s = {
36002
36002
  enter: a.transitions.duration.enteringScreen,
36003
36003
  exit: a.transitions.duration.leavingScreen
36004
36004
  }, {
@@ -36302,7 +36302,7 @@ const Nj = {
36302
36302
  transform: "none"
36303
36303
  }
36304
36304
  }, Dp = /* @__PURE__ */ x.forwardRef(function(o, n) {
36305
- const r = _t(), a = {
36305
+ const r = Bt(), a = {
36306
36306
  enter: r.transitions.duration.enteringScreen,
36307
36307
  exit: r.transitions.duration.leavingScreen
36308
36308
  }, {
@@ -36570,7 +36570,7 @@ const Ys = 32, Ks = 16, Aj = U("div", {
36570
36570
  const r = Se({
36571
36571
  props: o,
36572
36572
  name: "MuiSpeedDial"
36573
- }), a = _t(), s = {
36573
+ }), a = Bt(), s = {
36574
36574
  enter: a.transitions.duration.enteringScreen,
36575
36575
  exit: a.transitions.duration.leavingScreen
36576
36576
  }, {
@@ -37190,7 +37190,7 @@ const Pl = /* @__PURE__ */ x.forwardRef(function(o, n) {
37190
37190
  ...D
37191
37191
  } = r, H = /* @__PURE__ */ x.isValidElement(s) ? s : /* @__PURE__ */ O.jsx("span", {
37192
37192
  children: s
37193
- }), L = _t(), A = Vo(), [M, _] = x.useState(), [G, K] = x.useState(null), Y = x.useRef(!1), V = m || b, q = un(), W = un(), J = un(), Q = un(), [Z, oe] = oo({
37193
+ }), L = Bt(), A = Vo(), [M, _] = x.useState(), [G, K] = x.useState(null), Y = x.useRef(!1), V = m || b, q = un(), W = un(), J = un(), Q = un(), [Z, oe] = oo({
37194
37194
  controlled: P,
37195
37195
  default: !1,
37196
37196
  name: "Tooltip",
@@ -39320,7 +39320,7 @@ const PN = typeof navigator < "u" && /iPad|iPhone|iPod/.test(navigator.userAgent
39320
39320
  const r = Se({
39321
39321
  name: "MuiSwipeableDrawer",
39322
39322
  props: o
39323
- }), a = _t(), s = {
39323
+ }), a = Bt(), s = {
39324
39324
  enter: a.transitions.duration.enteringScreen,
39325
39325
  exit: a.transitions.duration.leavingScreen
39326
39326
  }, {
@@ -42426,7 +42426,7 @@ const T0 = /* @__PURE__ */ x.forwardRef(function(o, n) {
42426
42426
  const r = Se({
42427
42427
  props: o,
42428
42428
  name: "MuiTabs"
42429
- }), a = _t(), s = Vo(), {
42429
+ }), a = Bt(), s = Vo(), {
42430
42430
  "aria-label": i,
42431
42431
  "aria-labelledby": l,
42432
42432
  action: c,
@@ -44289,7 +44289,7 @@ const KM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44289
44289
  useScrollTrigger: WM,
44290
44290
  useStepContext: Zj,
44291
44291
  useStepperContext: Jj,
44292
- useTheme: _t,
44292
+ useTheme: Bt,
44293
44293
  useThemeProps: sg,
44294
44294
  version: UM,
44295
44295
  withStyles: fg,
@@ -48077,6 +48077,7 @@ function p2({ i18n: e, netEnabled: o, debug: n }) {
48077
48077
  ] });
48078
48078
  }
48079
48079
  function d2({ titleLabel: e, isOpen: o, closeFn: n, children: r, size: a = "md", fullWidth: s = !0 }) {
48080
+ const i = Bt();
48080
48081
  return /* @__PURE__ */ O.jsxs(
48081
48082
  Sl,
48082
48083
  {
@@ -48090,7 +48091,7 @@ function d2({ titleLabel: e, isOpen: o, closeFn: n, children: r, size: a = "md",
48090
48091
  fullWidth: s,
48091
48092
  maxWidth: a,
48092
48093
  children: [
48093
- /* @__PURE__ */ O.jsx(Xu, { color: "secondary", sx: { position: "relative", borderTopLeftRadius: 4, borderTopRightRadius: 4 }, children: /* @__PURE__ */ O.jsx(ea, { children: /* @__PURE__ */ O.jsx(kt, { variant: "h6", component: "div", children: e }) }) }),
48094
+ /* @__PURE__ */ O.jsx(Xu, { sx: { position: "relative", borderTopLeftRadius: 4, borderTopRightRadius: 4, backgroundColor: i.palette.secondary.main }, children: /* @__PURE__ */ O.jsx(ea, { children: /* @__PURE__ */ O.jsx(kt, { variant: "h6", component: "div", children: e }) }) }),
48094
48095
  r
48095
48096
  ]
48096
48097
  }