jcicl 1.0.47 → 1.0.49

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.
@@ -1,8 +1,8 @@
1
1
  import { jsx as i, jsxs as y, Fragment as ke } from "react/jsx-runtime";
2
- import * as N from "react";
2
+ import * as z from "react";
3
3
  import { useState as K } from "react";
4
4
  import { c as de } from "../.chunks/createSvgIcon.js";
5
- import { n as g, i as _ } from "../.chunks/emotion-styled.browser.esm.js";
5
+ import { n as m, i as _ } from "../.chunks/emotion-styled.browser.esm.js";
6
6
  import { c as T } from "../.chunks/emotion-react.browser.esm.js";
7
7
  import { P as Ve, A as Ge } from "../.chunks/AppHeader.js";
8
8
  import { Nav as L } from "../Nav/Nav.js";
@@ -30,12 +30,12 @@ function ho(e, o, a) {
30
30
  const u = P.getComputedStyle(o);
31
31
  x = u.getPropertyValue("-webkit-transform") || u.getPropertyValue("transform");
32
32
  }
33
- let c = 0, m = 0;
33
+ let c = 0, g = 0;
34
34
  if (x && x !== "none" && typeof x == "string") {
35
35
  const u = x.split("(")[1].split(")")[0].split(",");
36
- c = parseInt(u[4], 10), m = parseInt(u[5], 10);
36
+ c = parseInt(u[4], 10), g = parseInt(u[5], 10);
37
37
  }
38
- return e === "left" ? l ? `translateX(${l.right + c - n.left}px)` : `translateX(${P.innerWidth + c - n.left}px)` : e === "right" ? l ? `translateX(-${n.right - l.left - c}px)` : `translateX(-${n.left + n.width - c}px)` : e === "up" ? l ? `translateY(${l.bottom + m - n.top}px)` : `translateY(${P.innerHeight + m - n.top}px)` : l ? `translateY(-${n.top - l.top + n.height - m}px)` : `translateY(-${n.top + n.height - m}px)`;
38
+ return e === "left" ? l ? `translateX(${l.right + c - n.left}px)` : `translateX(${P.innerWidth + c - n.left}px)` : e === "right" ? l ? `translateX(-${n.right - l.left - c}px)` : `translateX(-${n.left + n.width - c}px)` : e === "up" ? l ? `translateY(${l.bottom + g - n.top}px)` : `translateY(${P.innerHeight + g - n.top}px)` : l ? `translateY(-${n.top - l.top + n.height - g}px)` : `translateY(-${n.top + n.height - g}px)`;
39
39
  }
40
40
  function De(e) {
41
41
  return typeof e == "function" ? e() : e;
@@ -44,7 +44,7 @@ function oe(e, o, a) {
44
44
  const n = De(a), l = ho(e, o, n);
45
45
  l && (o.style.webkitTransform = l, o.style.transform = l);
46
46
  }
47
- const ze = /* @__PURE__ */ N.forwardRef(function(o, a) {
47
+ const ze = /* @__PURE__ */ z.forwardRef(function(o, a) {
48
48
  const n = He(), l = {
49
49
  enter: n.transitions.easing.easeOut,
50
50
  exit: n.transitions.easing.sharp
@@ -54,7 +54,7 @@ const ze = /* @__PURE__ */ N.forwardRef(function(o, a) {
54
54
  }, {
55
55
  addEndListener: x,
56
56
  appear: c = !0,
57
- children: m,
57
+ children: g,
58
58
  container: u,
59
59
  direction: b = "down",
60
60
  easing: B = l,
@@ -62,7 +62,7 @@ const ze = /* @__PURE__ */ N.forwardRef(function(o, a) {
62
62
  onEnter: F,
63
63
  onEntered: W,
64
64
  onEntering: j,
65
- onExit: O,
65
+ onExit: N,
66
66
  onExited: $,
67
67
  onExiting: V,
68
68
  style: R,
@@ -70,12 +70,12 @@ const ze = /* @__PURE__ */ N.forwardRef(function(o, a) {
70
70
  // eslint-disable-next-line react/prop-types
71
71
  TransitionComponent: v = to,
72
72
  ...H
73
- } = o, h = N.useRef(null), G = po(ro(m), h, a), E = (s) => (f) => {
73
+ } = o, h = z.useRef(null), G = po(ro(g), h, a), E = (s) => (f) => {
74
74
  s && (f === void 0 ? s(h.current) : s(h.current, f));
75
75
  }, d = E((s, f) => {
76
76
  oe(b, s, u), no(s), F && F(s, f);
77
77
  }), p = E((s, f) => {
78
- const z = ye({
78
+ const D = ye({
79
79
  timeout: M,
80
80
  style: R,
81
81
  easing: B
@@ -83,11 +83,11 @@ const ze = /* @__PURE__ */ N.forwardRef(function(o, a) {
83
83
  mode: "enter"
84
84
  });
85
85
  s.style.webkitTransition = n.transitions.create("-webkit-transform", {
86
- ...z
86
+ ...D
87
87
  }), s.style.transition = n.transitions.create("transform", {
88
- ...z
88
+ ...D
89
89
  }), s.style.webkitTransform = "none", s.style.transform = "none", j && j(s, f);
90
- }), S = E(W), D = E(V), k = E((s) => {
90
+ }), O = E(W), S = E(V), k = E((s) => {
91
91
  const f = ye({
92
92
  timeout: M,
93
93
  style: R,
@@ -95,15 +95,15 @@ const ze = /* @__PURE__ */ N.forwardRef(function(o, a) {
95
95
  }, {
96
96
  mode: "exit"
97
97
  });
98
- s.style.webkitTransition = n.transitions.create("-webkit-transform", f), s.style.transition = n.transitions.create("transform", f), oe(b, s, u), O && O(s);
98
+ s.style.webkitTransition = n.transitions.create("-webkit-transform", f), s.style.transition = n.transitions.create("transform", f), oe(b, s, u), N && N(s);
99
99
  }), I = E((s) => {
100
100
  s.style.webkitTransition = "", s.style.transition = "", $ && $(s);
101
101
  }), ne = (s) => {
102
102
  x && x(h.current, s);
103
- }, q = N.useCallback(() => {
103
+ }, q = z.useCallback(() => {
104
104
  h.current && oe(b, h.current, u);
105
105
  }, [b, u]);
106
- return N.useEffect(() => {
106
+ return z.useEffect(() => {
107
107
  if (C || b === "down" || b === "right")
108
108
  return;
109
109
  const s = io(() => {
@@ -112,27 +112,27 @@ const ze = /* @__PURE__ */ N.forwardRef(function(o, a) {
112
112
  return f.addEventListener("resize", s), () => {
113
113
  s.clear(), f.removeEventListener("resize", s);
114
114
  };
115
- }, [b, C, u]), N.useEffect(() => {
115
+ }, [b, C, u]), z.useEffect(() => {
116
116
  C || q();
117
117
  }, [C, q]), /* @__PURE__ */ i(v, {
118
118
  nodeRef: h,
119
119
  onEnter: d,
120
- onEntered: S,
120
+ onEntered: O,
121
121
  onEntering: p,
122
122
  onExit: k,
123
123
  onExited: I,
124
- onExiting: D,
124
+ onExiting: S,
125
125
  addEndListener: ne,
126
126
  appear: c,
127
127
  in: C,
128
128
  timeout: M,
129
129
  ...H,
130
- children: (s, f) => /* @__PURE__ */ N.cloneElement(m, {
130
+ children: (s, f) => /* @__PURE__ */ z.cloneElement(g, {
131
131
  ref: G,
132
132
  style: {
133
133
  visibility: s === "exited" && !C ? "hidden" : void 0,
134
134
  ...R,
135
- ...m.props.style
135
+ ...g.props.style
136
136
  },
137
137
  ...f
138
138
  })
@@ -261,7 +261,7 @@ const Ne = (e, o) => {
261
261
  paper: ["paper", `paperAnchor${te(a)}`, n !== "temporary" && `paperAnchorDocked${te(a)}`]
262
262
  };
263
263
  return Ke(l, uo, o);
264
- }, mo = pe(ao, {
264
+ }, go = pe(ao, {
265
265
  name: "MuiDrawer",
266
266
  slot: "Root",
267
267
  overridesResolver: Ne
@@ -277,7 +277,7 @@ const Ne = (e, o) => {
277
277
  overridesResolver: Ne
278
278
  })({
279
279
  flex: "0 0 auto"
280
- }), go = pe(so, {
280
+ }), mo = pe(so, {
281
281
  name: "MuiDrawer",
282
282
  slot: "Paper",
283
283
  overridesResolver: (e, o) => {
@@ -384,7 +384,7 @@ function xo({
384
384
  }, o) {
385
385
  return e === "rtl" && bo(o) ? Oe[o] : o;
386
386
  }
387
- const U = /* @__PURE__ */ N.forwardRef(function(o, a) {
387
+ const U = /* @__PURE__ */ z.forwardRef(function(o, a) {
388
388
  const n = Je({
389
389
  props: o,
390
390
  name: "MuiDrawer"
@@ -393,7 +393,7 @@ const U = /* @__PURE__ */ N.forwardRef(function(o, a) {
393
393
  exit: l.transitions.duration.leavingScreen
394
394
  }, {
395
395
  anchor: c = "left",
396
- BackdropProps: m,
396
+ BackdropProps: g,
397
397
  children: u,
398
398
  className: b,
399
399
  elevation: B = 16,
@@ -403,7 +403,7 @@ const U = /* @__PURE__ */ N.forwardRef(function(o, a) {
403
403
  ...W
404
404
  } = {},
405
405
  onClose: j,
406
- open: O = !1,
406
+ open: N = !1,
407
407
  PaperProps: $ = {},
408
408
  SlideProps: V,
409
409
  // eslint-disable-next-line react/prop-types
@@ -411,8 +411,8 @@ const U = /* @__PURE__ */ N.forwardRef(function(o, a) {
411
411
  transitionDuration: M = x,
412
412
  variant: v = "temporary",
413
413
  ...H
414
- } = n, h = N.useRef(!1);
415
- N.useEffect(() => {
414
+ } = n, h = z.useRef(!1);
415
+ z.useEffect(() => {
416
416
  h.current = !0;
417
417
  }, []);
418
418
  const G = xo({
@@ -421,10 +421,10 @@ const U = /* @__PURE__ */ N.forwardRef(function(o, a) {
421
421
  ...n,
422
422
  anchor: c,
423
423
  elevation: B,
424
- open: O,
424
+ open: N,
425
425
  variant: v,
426
426
  ...H
427
- }, p = fo(d), S = /* @__PURE__ */ i(go, {
427
+ }, p = fo(d), O = /* @__PURE__ */ i(mo, {
428
428
  elevation: v === "temporary" ? B : 0,
429
429
  square: !0,
430
430
  ...$,
@@ -438,37 +438,37 @@ const U = /* @__PURE__ */ N.forwardRef(function(o, a) {
438
438
  ownerState: d,
439
439
  ref: a,
440
440
  ...H,
441
- children: S
441
+ children: O
442
442
  });
443
- const D = /* @__PURE__ */ i(R, {
444
- in: O,
443
+ const S = /* @__PURE__ */ i(R, {
444
+ in: N,
445
445
  direction: Oe[G],
446
446
  timeout: M,
447
447
  appear: h.current,
448
448
  ...V,
449
- children: S
449
+ children: O
450
450
  });
451
451
  return v === "persistent" ? /* @__PURE__ */ i($e, {
452
452
  className: ee(p.root, p.docked, b),
453
453
  ownerState: d,
454
454
  ref: a,
455
455
  ...H,
456
- children: D
457
- }) : /* @__PURE__ */ i(mo, {
456
+ children: S
457
+ }) : /* @__PURE__ */ i(go, {
458
458
  BackdropProps: {
459
- ...m,
459
+ ...g,
460
460
  ...F,
461
461
  transitionDuration: M
462
462
  },
463
463
  className: ee(p.root, p.modal, b),
464
- open: O,
464
+ open: N,
465
465
  ownerState: d,
466
466
  onClose: j,
467
467
  hideBackdrop: C,
468
468
  ref: a,
469
469
  ...H,
470
470
  ...W,
471
- children: D
471
+ children: S
472
472
  });
473
473
  });
474
474
  process.env.NODE_ENV !== "production" && (U.propTypes = {
@@ -563,7 +563,7 @@ const Te = de(/* @__PURE__ */ i("path", {
563
563
  d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"
564
564
  }), "Cancel"), vo = de(/* @__PURE__ */ i("path", {
565
565
  d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"
566
- }), "MoreHoriz"), wo = g("div", {
566
+ }), "MoreHoriz"), wo = m("div", {
567
567
  shouldForwardProp: (e) => _(e) && e !== "hasSiteBanner"
568
568
  })(({ backgroundColor: e, hasSiteBanner: o }) => ({
569
569
  display: "flex",
@@ -574,7 +574,7 @@ const Te = de(/* @__PURE__ */ i("path", {
574
574
  height: o ? `calc(100vh - ${r.constants.siteBannerHeight}px)` : "100vh",
575
575
  fontFamily: "Roboto, sans-serif",
576
576
  overflow: "hidden"
577
- })), ko = g("div")(
577
+ })), ko = m("div")(
578
578
  ({ tabletPadding: e, mobile: o }) => ({
579
579
  display: "flex",
580
580
  flexDirection: o ? "column-reverse" : "row",
@@ -584,9 +584,9 @@ const Te = de(/* @__PURE__ */ i("path", {
584
584
  padding: o ? 0 : "0 2px 4px",
585
585
  paddingLeft: e ? "2px" : 0,
586
586
  boxSizing: "border-box",
587
- minHeight: `calc(100% - ${r.constants.appHeaderHeight}px)`
587
+ height: `calc(100% - ${r.constants.appHeaderHeight}px)`
588
588
  })
589
- ), yo = g("div", {
589
+ ), yo = m("div", {
590
590
  shouldForwardProp: (e) => _(e)
591
591
  })(({ withActionsPanel: e, tablet: o, borderColor: a, backgroundColor: n }) => ({
592
592
  display: "flex",
@@ -607,7 +607,7 @@ const Te = de(/* @__PURE__ */ i("path", {
607
607
  ...!e && {
608
608
  border: "none"
609
609
  }
610
- })), Co = g("div", {
610
+ })), Co = m("div", {
611
611
  shouldForwardProp: (e) => _(e)
612
612
  })(({ show: e, width: o = r.constants.navDefaultWidth, borderColor: a, backgroundColor: n }) => ({
613
613
  display: "flex",
@@ -628,7 +628,7 @@ const Te = de(/* @__PURE__ */ i("path", {
628
628
  ...!e && {
629
629
  border: "none"
630
630
  }
631
- })), $o = g(U)(
631
+ })), $o = m(U)(
632
632
  ({ shadowColor: e, backgroundColor: o }) => ({
633
633
  ...T`
634
634
  top: ${r.constants.appHeaderHeight}px;
@@ -652,7 +652,7 @@ const Te = de(/* @__PURE__ */ i("path", {
652
652
  }
653
653
  `
654
654
  })
655
- ), Re = g(re)(({ iconColor: e, highlight1: o, highlight2: a, rightDrawer: n = !1 }) => ({
655
+ ), Re = m(re)(({ iconColor: e, highlight1: o, highlight2: a, rightDrawer: n = !1 }) => ({
656
656
  ...T`
657
657
  position: absolute;
658
658
  top: -0.5rem;
@@ -676,7 +676,7 @@ const Te = de(/* @__PURE__ */ i("path", {
676
676
  }
677
677
  }
678
678
  `
679
- })), To = g("div", {
679
+ })), To = m("div", {
680
680
  shouldForwardProp: (e) => _(e)
681
681
  })(({ withActionsPanel: e, borderColor: o, backgroundColor: a, mobileScreen: n }) => ({
682
682
  display: "flex",
@@ -699,7 +699,7 @@ const Te = de(/* @__PURE__ */ i("path", {
699
699
  borderBottomLeftRadius: 0,
700
700
  borderTopLeftRadius: 0
701
701
  }
702
- })), Po = g(U, {
702
+ })), Po = m(U, {
703
703
  shouldForwardProp: (e) => !["backgroundColor", "shadowColor"].includes(e)
704
704
  })(({ backgroundColor: e, shadowColor: o }) => ({
705
705
  ...T`
@@ -717,7 +717,7 @@ const Te = de(/* @__PURE__ */ i("path", {
717
717
  background-color: transparent;
718
718
  }
719
719
  `
720
- })), Ro = g(U, {
720
+ })), Ro = m(U, {
721
721
  shouldForwardProp: (e) => e != "backgroundColor"
722
722
  })(({ backgroundColor: e }) => ({
723
723
  ...T`
@@ -739,7 +739,7 @@ const Te = de(/* @__PURE__ */ i("path", {
739
739
  background-color: transparent;
740
740
  }
741
741
  `
742
- })), Mo = g("div", {
742
+ })), Mo = m("div", {
743
743
  shouldForwardProp: (e) => _(e)
744
744
  })(({ backgroundColor: e, open: o }) => ({
745
745
  ...T`
@@ -754,14 +754,14 @@ const Te = de(/* @__PURE__ */ i("path", {
754
754
  box-sizing: border-box;
755
755
  padding: ${o ? "16px" : 0};
756
756
  `
757
- })), Ho = g("h1")(({ color: e }) => ({
757
+ })), Ho = m("h1")(({ color: e }) => ({
758
758
  ...T`
759
759
  margin: 0;
760
760
  font-size: 2.1rem;
761
761
  font-family: 'Roboto';
762
762
  color: ${e};
763
763
  `
764
- })), Eo = g(U)(({ backgroundQuaternary: e }) => ({
764
+ })), Eo = m(U)(({ backgroundQuaternary: e }) => ({
765
765
  ...T`
766
766
  top: ${r.constants.appHeaderHeight}px;
767
767
  font-family: 'Roboto';
@@ -781,12 +781,12 @@ const Te = de(/* @__PURE__ */ i("path", {
781
781
  background-color: transparent;
782
782
  }
783
783
  `
784
- })), So = g("img")(({ width: e, height: o }) => ({
784
+ })), So = m("img")(({ width: e, height: o }) => ({
785
785
  ...T`
786
786
  width: ${e}px;
787
787
  height: ${o}px;
788
788
  `
789
- })), Me = g("div")(({ justifyStart: e }) => ({
789
+ })), Me = m("div")(({ justifyStart: e }) => ({
790
790
  ...T`
791
791
  display: flex;
792
792
  flex-direction: row;
@@ -794,7 +794,7 @@ const Te = de(/* @__PURE__ */ i("path", {
794
794
  justify-content: ${e ? "start" : "space-between"};
795
795
  padding: 8px 16px 8px 24px;
796
796
  `
797
- })), Do = g(U)(() => ({
797
+ })), Do = m(U)(() => ({
798
798
  ...T`
799
799
  top: ${r.constants.appHeaderHeight}px;
800
800
  font-family: 'Roboto';
@@ -825,7 +825,7 @@ const Te = de(/* @__PURE__ */ i("path", {
825
825
  userSettingsEnabled: P = !0,
826
826
  userProfileMenuItems: x = [],
827
827
  actionsPanelContent: c,
828
- navWidth: m = r.constants.navDefaultWidth,
828
+ navWidth: g = r.constants.navDefaultWidth,
829
829
  breakpoints: u = { mobile: r.screenSizes.mobile, tablet: r.screenSizes.tablet },
830
830
  children: b,
831
831
  themeColors: B = {},
@@ -835,15 +835,15 @@ const Te = de(/* @__PURE__ */ i("path", {
835
835
  hasSiteBanner: j = !1
836
836
  }) => {
837
837
  var we;
838
- const [O, $] = K(!1), [V, R] = K(!1), [M, v] = K(!1), [H, h] = K(!1), { mobile: G = r.screenSizes.mobile, tablet: E = r.screenSizes.tablet } = u, d = Ce(`(max-width: ${G})`), p = Ce(`(max-width: ${E})`) && !d, S = !d && !p, {
839
- backgroundPrimary: D = r.colors.whiteGreen,
838
+ const [N, $] = K(!1), [V, R] = K(!1), [M, v] = K(!1), [H, h] = K(!1), { mobile: G = r.screenSizes.mobile, tablet: E = r.screenSizes.tablet } = u, d = Ce(`(max-width: ${G})`), p = Ce(`(max-width: ${E})`) && !d, O = !d && !p, {
839
+ backgroundPrimary: S = r.colors.whiteGreen,
840
840
  backgroundSecondary: k = r.colors.whiteGreenA,
841
841
  backgroundTertiary: I = r.colors.sage,
842
842
  highlightPrimary: ne = r.colors.sunlight,
843
843
  backgroundQuaternary: q = r.colors.moss,
844
844
  highlightSecondary: s = r.colors.dandelion,
845
845
  highlightTertiary: f = `${r.colors.dandelion}99`,
846
- iconPrimary: z = r.colors.darkGreen,
846
+ iconPrimary: D = r.colors.darkGreen,
847
847
  shadowPrimary: ie = r.colors.darkGreenO99,
848
848
  shadowSecondary: Q = r.boxShadows.darkGreen,
849
849
  shadowTertiary: he = r.boxShadows.darkGreenThick,
@@ -855,24 +855,24 @@ const Te = de(/* @__PURE__ */ i("path", {
855
855
  iconColor: r.colors.darkGreen,
856
856
  backgroundColor: r.colors.mint
857
857
  }
858
- } = B, { logoSrc: fe = Xe, logoWidth: me = 36, logoHeight: ge = 50 } = C, be = {
859
- backgroundPrimary: D,
858
+ } = B, { logoSrc: fe = Xe, logoWidth: ge = 36, logoHeight: me = 50 } = C, be = {
859
+ backgroundPrimary: S,
860
860
  backgroundSecondary: k,
861
861
  backgroundTertiary: I,
862
862
  highlightPrimary: ne,
863
863
  highlightSecondary: s,
864
864
  highlightTertiary: f,
865
865
  borderPrimary: X,
866
- iconPrimary: z,
866
+ iconPrimary: D,
867
867
  shadowPrimary: ie,
868
868
  shadowSecondary: Q,
869
869
  shadowTertiary: he,
870
870
  scrollColor: A,
871
871
  loadingColor: Be,
872
872
  iconColors: ue
873
- }, Ie = { logoSrc: fe, logoWidth: me, logoHeight: ge }, ae = c != null, Ae = { ...n, navWidth: m, loggedIn: F }, Y = { ...e, themeColors: be }, Le = {
873
+ }, Ie = { logoSrc: fe, logoWidth: ge, logoHeight: me }, ae = c != null, Ae = { ...n, navWidth: g, loggedIn: F }, Y = { ...e, themeColors: be }, Le = {
874
874
  ...Y,
875
- navWidth: `${m}px`,
875
+ navWidth: `${g}px`,
876
876
  isMobile: d
877
877
  }, { navItems: J } = e, se = o || ((we = J.find((w) => w.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : we.subnavItems) || [], Fe = {
878
878
  themeColors: be,
@@ -929,16 +929,16 @@ const Te = de(/* @__PURE__ */ i("path", {
929
929
  onHamburgerMenuClick: () => $(!0),
930
930
  onUserMenuClick: () => v(!0),
931
931
  logoProps: Ie,
932
- iconColor: z,
932
+ iconColor: D,
933
933
  isMobile: d,
934
- themeProps: { shadowSecondary: Q, shadowTertiary: he, iconPrimary: z, borderPrimary: X },
934
+ themeProps: { shadowSecondary: Q, shadowTertiary: he, iconPrimary: D, borderPrimary: X },
935
935
  iconColors: ue,
936
936
  userName: l == null ? void 0 : l.name,
937
937
  userSettingsEnabled: P
938
938
  }
939
939
  ),
940
940
  /* @__PURE__ */ y(ko, { tabletPadding: p, mobile: d, children: [
941
- S && /* @__PURE__ */ i(L, { ...Le }),
941
+ O && /* @__PURE__ */ i(L, { ...Le }),
942
942
  d && /* @__PURE__ */ y(ke, { children: [
943
943
  /* @__PURE__ */ i(L, { ...Ue }),
944
944
  /* @__PURE__ */ i(
@@ -955,14 +955,14 @@ const Te = de(/* @__PURE__ */ i("path", {
955
955
  p && /* @__PURE__ */ y(
956
956
  Po,
957
957
  {
958
- open: O,
958
+ open: N,
959
959
  onClose: () => $(!1),
960
960
  backgroundColor: k,
961
961
  shadowColor: ie,
962
962
  children: [
963
963
  /* @__PURE__ */ y(Me, { children: [
964
- /* @__PURE__ */ i(So, { src: fe, alt: "logo", width: me, height: ge }),
965
- /* @__PURE__ */ i(re, { variant: "icon", size: 36, onClick: () => $(!1), color: z, children: /* @__PURE__ */ i(Ye, {}) })
964
+ /* @__PURE__ */ i(So, { src: fe, alt: "logo", width: ge, height: me }),
965
+ /* @__PURE__ */ i(re, { variant: "icon", size: 36, onClick: () => $(!1), color: D, children: /* @__PURE__ */ i(Ye, {}) })
966
966
  ] }),
967
967
  /* @__PURE__ */ i(L, { ...le })
968
968
  ]
@@ -982,7 +982,7 @@ const Te = de(/* @__PURE__ */ i("path", {
982
982
  variant: "icon",
983
983
  size: 24,
984
984
  onClick: () => R(!1),
985
- iconColor: z,
985
+ iconColor: D,
986
986
  highlight1: k,
987
987
  highlight2: k,
988
988
  children: /* @__PURE__ */ i(Pe, {})
@@ -992,7 +992,7 @@ const Te = de(/* @__PURE__ */ i("path", {
992
992
  ]
993
993
  }
994
994
  ),
995
- (p || S) && /* @__PURE__ */ y(
995
+ (p || O) && /* @__PURE__ */ y(
996
996
  Do,
997
997
  {
998
998
  anchor: "right",
@@ -1019,7 +1019,7 @@ const Te = de(/* @__PURE__ */ i("path", {
1019
1019
  navItems: xe,
1020
1020
  themeColors: {
1021
1021
  iconPrimary: r.colors.midnight,
1022
- highlightPrimary: D,
1022
+ highlightPrimary: S,
1023
1023
  highlightTertiary: k,
1024
1024
  shadowSecondary: Q,
1025
1025
  scrollColor: A
@@ -1058,7 +1058,7 @@ const Te = de(/* @__PURE__ */ i("path", {
1058
1058
  navItems: xe,
1059
1059
  themeColors: {
1060
1060
  iconPrimary: r.colors.midnight,
1061
- highlightPrimary: D,
1061
+ highlightPrimary: S,
1062
1062
  highlightTertiary: k,
1063
1063
  shadowSecondary: Q,
1064
1064
  scrollColor: A
@@ -1078,27 +1078,27 @@ const Te = de(/* @__PURE__ */ i("path", {
1078
1078
  borderColor: X,
1079
1079
  backgroundColor: I,
1080
1080
  children: [
1081
- S && /* @__PURE__ */ i(Z, { scrollColor: A, direction: "vertical", children: c && c }),
1081
+ O && /* @__PURE__ */ i(Z, { scrollColor: A, direction: "vertical", children: c && c }),
1082
1082
  p && /* @__PURE__ */ i(
1083
1083
  re,
1084
1084
  {
1085
1085
  variant: "icon",
1086
1086
  size: 36,
1087
1087
  onClick: () => R(!0),
1088
- color: z,
1088
+ color: D,
1089
1089
  children: /* @__PURE__ */ i(Te, {})
1090
1090
  }
1091
1091
  )
1092
1092
  ]
1093
1093
  }
1094
1094
  ),
1095
- S && /* @__PURE__ */ i(
1095
+ /* @__PURE__ */ i(
1096
1096
  Co,
1097
1097
  {
1098
1098
  show: se && se.length > 0,
1099
1099
  borderColor: X,
1100
1100
  backgroundColor: I,
1101
- width: m,
1101
+ width: g,
1102
1102
  children: /* @__PURE__ */ i(L, { ...Fe })
1103
1103
  }
1104
1104
  ),
@@ -1107,7 +1107,7 @@ const Te = de(/* @__PURE__ */ i("path", {
1107
1107
  {
1108
1108
  withActionsPanel: ae,
1109
1109
  borderColor: X,
1110
- backgroundColor: D,
1110
+ backgroundColor: S,
1111
1111
  mobileScreen: d,
1112
1112
  children: /* @__PURE__ */ i(Z, { scrollColor: A, children: b })
1113
1113
  }
@@ -1,14 +1,14 @@
1
1
  import { n as o } from "../.chunks/emotion-styled.browser.esm.js";
2
2
  import { c as r } from "../.chunks/emotion-react.browser.esm.js";
3
- import n from "../theme.js";
4
- const s = o("div")(
5
- ({ isMobile: e, hasPagination: t, color: i = n.colors.whiteGreen }) => ({
3
+ import t from "../theme.js";
4
+ const x = o("div")(
5
+ ({ isMobile: e, hasPagination: i, color: n = t.colors.whiteGreen }) => ({
6
6
  ...r`
7
7
  width: calc(100% - 72px);
8
8
  max-width: 1300px;
9
9
  position: fixed;
10
- bottom: ${t && e ? "128px" : t && !e ? "57px" : !t && e ? "74px" : "3px"};
11
- background-image: linear-gradient(to top, ${i}, ${i}00);
10
+ bottom: ${i && e ? "128px" : i && !e ? "57px" : !i && e ? "74px" : "3px"};
11
+ background-image: linear-gradient(to top, ${n}, ${n}00);
12
12
  pointer-events: none;
13
13
  height: 92px;
14
14
  box-sizing: border-box;
@@ -16,15 +16,18 @@ const s = o("div")(
16
16
  justify-content: center;
17
17
  align-items: center;
18
18
  z-index: 92;
19
+ @media (max-width: ${t.screenSizes.tablet}) {
20
+ width: calc(100% - 40px);
21
+ }
19
22
  `
20
23
  })
21
- ), a = o("div")(
22
- ({ color: e = n.colors.whiteGreen, hasSiteBanner: t = !1 }) => ({
24
+ ), s = o("div")(
25
+ ({ color: e = t.colors.whiteGreen, hasSiteBanner: i = !1 }) => ({
23
26
  ...r`
24
27
  width: calc(100% - 72px);
25
28
  max-width: 1300px;
26
29
  position: fixed;
27
- top: ${n.constants.appHeaderHeight + 1 + (t ? n.constants.siteBannerHeight : 0)}px;
30
+ top: ${t.constants.appHeaderHeight + 1 + (i ? t.constants.siteBannerHeight : 0)}px;
28
31
  background-image: linear-gradient(to bottom, ${e}, ${e}00);
29
32
  pointer-events: none;
30
33
  height: 29px;
@@ -33,10 +36,13 @@ const s = o("div")(
33
36
  justify-content: center;
34
37
  align-items: center;
35
38
  z-index: 92;
39
+ @media (max-width: ${t.screenSizes.tablet}) {
40
+ width: calc(100% - 40px);
41
+ }
36
42
  `
37
43
  })
38
44
  );
39
45
  export {
40
- s as BottomFade,
41
- a as TopFade
46
+ x as BottomFade,
47
+ s as TopFade
42
48
  };
package/Table/Table.d.ts CHANGED
@@ -21,6 +21,9 @@ export interface TableProps {
21
21
  notSortableColumns?: string[];
22
22
  notExportableColumns?: string[];
23
23
  showSearchByDate?: boolean;
24
+ scrollable?: boolean;
25
+ scrollableMinWidth?: string;
26
+ stickyColumns?: number;
24
27
  }
25
28
  declare const DataTable: React.FC<TableProps>;
26
29
  export default DataTable;