@undefine-ui/design-system 2.1.0 → 2.3.0

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/dist/index.js CHANGED
@@ -1894,7 +1894,7 @@ var Search = (props) => {
1894
1894
  fillRule: "evenodd",
1895
1895
  clipRule: "evenodd",
1896
1896
  d: "M10.9804 10.9798C11.1757 10.7845 11.4923 10.7845 11.6875 10.9798L14.3542 13.6464C14.5495 13.8417 14.5495 14.1583 14.3542 14.3535C14.1589 14.5488 13.8424 14.5488 13.6471 14.3535L10.9804 11.6869C10.7852 11.4916 10.7852 11.175 10.9804 10.9798Z",
1897
- fill: "#1E1F24"
1897
+ fill: "currentColor"
1898
1898
  }
1899
1899
  ),
1900
1900
  /* @__PURE__ */ jsx7(
@@ -1903,7 +1903,7 @@ var Search = (props) => {
1903
1903
  fillRule: "evenodd",
1904
1904
  clipRule: "evenodd",
1905
1905
  d: "M7.33333 2.5C4.66396 2.5 2.5 4.66396 2.5 7.33333C2.5 10.0027 4.66396 12.1667 7.33333 12.1667C8.67047 12.1667 9.87999 11.6244 10.7556 10.7465C11.6281 9.87162 12.1667 8.66585 12.1667 7.33333C12.1667 4.66396 10.0027 2.5 7.33333 2.5ZM1.5 7.33333C1.5 4.11167 4.11167 1.5 7.33333 1.5C10.555 1.5 13.1667 4.11167 13.1667 7.33333C13.1667 8.94123 12.5155 10.398 11.4636 11.4526C10.4081 12.5109 8.94682 13.1667 7.33333 13.1667C4.11167 13.1667 1.5 10.555 1.5 7.33333Z",
1906
- fill: "#1E1F24"
1906
+ fill: "currentColor"
1907
1907
  }
1908
1908
  )
1909
1909
  ]
@@ -5441,7 +5441,7 @@ var ThemeProvider = ({ children }) => {
5441
5441
  // src/components/Logo/index.tsx
5442
5442
  import Link from "@mui/material/Link";
5443
5443
  import Box2 from "@mui/material/Box";
5444
- import { jsx as jsx37 } from "react/jsx-runtime";
5444
+ import { jsx as jsx37, jsxs as jsxs19 } from "react/jsx-runtime";
5445
5445
  var LOGO_MAP = {
5446
5446
  full: {
5447
5447
  black: "https://res.cloudinary.com/dvbtbsinu/image/upload/v1763077834/define-agency/logos/logo-black-full_mjngwu.png",
@@ -5484,6 +5484,108 @@ var Logo = ({
5484
5484
  }
5485
5485
  return /* @__PURE__ */ jsx37(Link, { component: LinkComponent, href, sx: { display: "contents" }, children: logo });
5486
5486
  };
5487
+ var AnimatedLogo = () => {
5488
+ return /* @__PURE__ */ jsxs19(
5489
+ "svg",
5490
+ {
5491
+ width: "120",
5492
+ height: "120",
5493
+ viewBox: "0 0 120 120",
5494
+ fill: "none",
5495
+ xmlns: "http://www.w3.org/2000/svg",
5496
+ children: [
5497
+ /* @__PURE__ */ jsx37("style", { children: `
5498
+ @keyframes fadeIn {
5499
+ from {
5500
+ opacity: 0;
5501
+ }
5502
+ to {
5503
+ opacity: 1;
5504
+ }
5505
+ }
5506
+
5507
+ @keyframes slideInLeft {
5508
+ from {
5509
+ opacity: 0;
5510
+ transform: translateX(-30px);
5511
+ }
5512
+ to {
5513
+ opacity: 1;
5514
+ transform: translateX(0);
5515
+ }
5516
+ }
5517
+
5518
+ @keyframes slideInRight {
5519
+ from {
5520
+ opacity: 0;
5521
+ transform: translateX(30px);
5522
+ }
5523
+ to {
5524
+ opacity: 1;
5525
+ transform: translateX(0);
5526
+ }
5527
+ }
5528
+
5529
+ @keyframes scaleIn {
5530
+ from {
5531
+ opacity: 0;
5532
+ transform: scale(0.5);
5533
+ }
5534
+ to {
5535
+ opacity: 1;
5536
+ transform: scale(1);
5537
+ }
5538
+ }
5539
+
5540
+ .background-rect {
5541
+ animation: fadeIn 1.2s ease-out infinite;
5542
+ opacity: 0;
5543
+ }
5544
+
5545
+ .bars {
5546
+ animation: slideInLeft 2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
5547
+ animation-delay: 0.4s;
5548
+ opacity: 0;
5549
+ }
5550
+
5551
+ .d-letter {
5552
+ animation: scaleIn 2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
5553
+ animation-delay: 1s;
5554
+ opacity: 0;
5555
+ transform-origin: center;
5556
+ }
5557
+ ` }),
5558
+ /* @__PURE__ */ jsx37(
5559
+ "rect",
5560
+ {
5561
+ className: "background-rect",
5562
+ x: "30.2988",
5563
+ y: "11.9149",
5564
+ width: "75.7447",
5565
+ height: "78.8085",
5566
+ fill: "white"
5567
+ }
5568
+ ),
5569
+ /* @__PURE__ */ jsx37(
5570
+ "path",
5571
+ {
5572
+ className: "bars",
5573
+ d: "M8.85059 113.191H7.48926C7.11333 113.191 6.8086 112.887 6.80859 112.511V28.3671C6.8086 28.1866 6.88019 28.0134 7.00781 27.8857L8.85059 26.0429V113.191ZM12.5957 113.191H10.5527V24.3408L12.5957 22.2978V113.191ZM16 113.191H13.957V20.9365L16 18.8935V113.191ZM19.0635 113.191H17.0215V17.872L19.0635 15.83V113.191ZM21.7871 113.191H19.7451V15.1484L21.7871 13.1064V113.191ZM24.1699 113.191H22.2979V12.5956L24.1699 10.7236V113.191Z",
5574
+ fill: "#5E30EB"
5575
+ }
5576
+ ),
5577
+ /* @__PURE__ */ jsx37(
5578
+ "path",
5579
+ {
5580
+ className: "d-letter",
5581
+ d: "M112.511 6.80853C112.887 6.80854 113.191 7.11326 113.191 7.4892V91.6328C113.191 91.8133 113.12 91.9865 112.992 92.1142L92.1143 112.992C91.9866 113.120 91.8133 113.191 91.6328 113.191H24.5107V10.3828L27.8857 7.00775C28.0134 6.88012 28.1867 6.80854 28.3672 6.80853H112.511ZM48.3408 82.7236H65.6172C71.9715 82.7235 77.4182 81.5604 81.957 79.2343C86.5528 76.9081 90.071 73.4463 92.5107 68.8505C95.007 64.2549 96.2548 58.5532 96.2549 51.7451C96.2549 45.2202 95.0919 39.773 92.7656 35.4042C90.4394 30.9788 87.0924 27.6308 82.7236 25.3613C78.4117 23.0918 73.2201 21.957 67.1494 21.957H48.3408V82.7236ZM67.5742 32.5107C70.7515 32.5107 73.39 33.2202 75.4893 34.6386C77.6452 36.0003 79.2628 38.1278 80.3408 41.0214C81.4187 43.915 81.957 47.6029 81.957 52.0849C81.957 58.723 80.6809 63.7159 78.1279 67.0634C75.6315 70.4109 71.7161 72.0849 66.3828 72.0849H62.1279V32.5107H67.5742Z",
5582
+ fill: "#5E30EB"
5583
+ }
5584
+ )
5585
+ ]
5586
+ }
5587
+ );
5588
+ };
5487
5589
 
5488
5590
  // src/components/Table/Table.tsx
5489
5591
  import Box4 from "@mui/material/Box";
@@ -5519,7 +5621,7 @@ import {
5519
5621
  gridRowCountSelector,
5520
5622
  gridPageCountSelector
5521
5623
  } from "@mui/x-data-grid";
5522
- import { jsx as jsx39, jsxs as jsxs19 } from "react/jsx-runtime";
5624
+ import { jsx as jsx39, jsxs as jsxs20 } from "react/jsx-runtime";
5523
5625
  var TablePagination = () => {
5524
5626
  const apiRef = useGridApiContext();
5525
5627
  const page = useGridSelector(apiRef, gridPageSelector);
@@ -5528,7 +5630,7 @@ var TablePagination = () => {
5528
5630
  const rowCount = useGridSelector(apiRef, gridRowCountSelector);
5529
5631
  const from = page * pageSize + 1;
5530
5632
  const to = Math.min((page + 1) * pageSize, rowCount);
5531
- return /* @__PURE__ */ jsxs19(
5633
+ return /* @__PURE__ */ jsxs20(
5532
5634
  Stack,
5533
5635
  {
5534
5636
  direction: "row",
@@ -5537,7 +5639,7 @@ var TablePagination = () => {
5537
5639
  width: 1,
5538
5640
  p: 1.5,
5539
5641
  children: [
5540
- /* @__PURE__ */ jsxs19(
5642
+ /* @__PURE__ */ jsxs20(
5541
5643
  Stack,
5542
5644
  {
5543
5645
  direction: { xs: "column", md: "row" },
@@ -5559,14 +5661,14 @@ var TablePagination = () => {
5559
5661
  renderItem: (item) => /* @__PURE__ */ jsx39(PaginationItem, { ...item })
5560
5662
  }
5561
5663
  ),
5562
- /* @__PURE__ */ jsx39(Stack, { direction: "row", alignItems: "center", spacing: 1, children: /* @__PURE__ */ jsxs19(Typography, { variant: "body2", color: "text.secondary", children: [
5664
+ /* @__PURE__ */ jsx39(Stack, { direction: "row", alignItems: "center", spacing: 1, children: /* @__PURE__ */ jsxs20(Typography, { variant: "body2", color: "text.secondary", children: [
5563
5665
  pageSize,
5564
5666
  " Items per page"
5565
5667
  ] }) })
5566
5668
  ]
5567
5669
  }
5568
5670
  ),
5569
- /* @__PURE__ */ jsxs19(Typography, { variant: "body2", color: "text.secondary", children: [
5671
+ /* @__PURE__ */ jsxs20(Typography, { variant: "body2", color: "text.secondary", children: [
5570
5672
  `${from} \u2013 ${to} of ${rowCount !== -1 ? rowCount : `more than ${to}`} items`,
5571
5673
  " "
5572
5674
  ] })
@@ -5628,9 +5730,9 @@ import FormHelperText from "@mui/material/FormHelperText";
5628
5730
  // src/components/Upload/components/Placeholder.tsx
5629
5731
  import Stack2 from "@mui/material/Stack";
5630
5732
  import Box5 from "@mui/material/Box";
5631
- import { jsx as jsx41, jsxs as jsxs20 } from "react/jsx-runtime";
5733
+ import { jsx as jsx41, jsxs as jsxs21 } from "react/jsx-runtime";
5632
5734
  var UploadPlaceholder = ({ hasError, ...rest }) => {
5633
- return /* @__PURE__ */ jsxs20(
5735
+ return /* @__PURE__ */ jsxs21(
5634
5736
  Box5,
5635
5737
  {
5636
5738
  sx: {
@@ -5652,8 +5754,8 @@ var UploadPlaceholder = ({ hasError, ...rest }) => {
5652
5754
  }
5653
5755
  }
5654
5756
  ),
5655
- /* @__PURE__ */ jsxs20(Stack2, { spacing: 1, sx: { textAlign: "center", mt: 2 }, children: [
5656
- /* @__PURE__ */ jsxs20(Box5, { sx: { typography: "h8" }, children: [
5757
+ /* @__PURE__ */ jsxs21(Stack2, { spacing: 1, sx: { textAlign: "center", mt: 2 }, children: [
5758
+ /* @__PURE__ */ jsxs21(Box5, { sx: { typography: "h8" }, children: [
5657
5759
  "Drag files here or",
5658
5760
  /* @__PURE__ */ jsx41(
5659
5761
  Box5,
@@ -5668,7 +5770,7 @@ var UploadPlaceholder = ({ hasError, ...rest }) => {
5668
5770
  }
5669
5771
  )
5670
5772
  ] }),
5671
- /* @__PURE__ */ jsxs20(
5773
+ /* @__PURE__ */ jsxs21(
5672
5774
  Box5,
5673
5775
  {
5674
5776
  sx: {
@@ -5723,7 +5825,7 @@ var fileData = (file) => {
5723
5825
  };
5724
5826
 
5725
5827
  // src/components/Upload/components/RejectionFiles.tsx
5726
- import { jsx as jsx42, jsxs as jsxs21 } from "react/jsx-runtime";
5828
+ import { jsx as jsx42, jsxs as jsxs22 } from "react/jsx-runtime";
5727
5829
  var RejectionFiles = ({ files }) => {
5728
5830
  if (!files.length) {
5729
5831
  return null;
@@ -5743,13 +5845,13 @@ var RejectionFiles = ({ files }) => {
5743
5845
  },
5744
5846
  children: files.map(({ file, errors }) => {
5745
5847
  const { path, size } = fileData(file);
5746
- return /* @__PURE__ */ jsxs21(Box6, { sx: { my: 1 }, children: [
5747
- /* @__PURE__ */ jsxs21(Typography2, { variant: "subtitle2", noWrap: true, children: [
5848
+ return /* @__PURE__ */ jsxs22(Box6, { sx: { my: 1 }, children: [
5849
+ /* @__PURE__ */ jsxs22(Typography2, { variant: "subtitle2", noWrap: true, children: [
5748
5850
  path,
5749
5851
  " - ",
5750
5852
  size ? fData(size) : ""
5751
5853
  ] }),
5752
- errors.map((error2) => /* @__PURE__ */ jsxs21(Box6, { component: "span", sx: { typography: "caption" }, children: [
5854
+ errors.map((error2) => /* @__PURE__ */ jsxs22(Box6, { component: "span", sx: { typography: "caption" }, children: [
5753
5855
  "- ",
5754
5856
  error2.message
5755
5857
  ] }, error2.code))
@@ -5762,9 +5864,9 @@ var RejectionFiles = ({ files }) => {
5762
5864
  // src/components/Upload/components/UploadProgress.tsx
5763
5865
  import Box7 from "@mui/material/Box";
5764
5866
  import CircularProgress from "@mui/material/CircularProgress";
5765
- import { jsx as jsx43, jsxs as jsxs22 } from "react/jsx-runtime";
5867
+ import { jsx as jsx43, jsxs as jsxs23 } from "react/jsx-runtime";
5766
5868
  var UploadProgress = ({ progress: progress2 = 20 }) => {
5767
- return /* @__PURE__ */ jsxs22(
5869
+ return /* @__PURE__ */ jsxs23(
5768
5870
  Box7,
5769
5871
  {
5770
5872
  sx: {
@@ -5775,7 +5877,7 @@ var UploadProgress = ({ progress: progress2 = 20 }) => {
5775
5877
  height: "100%"
5776
5878
  },
5777
5879
  children: [
5778
- /* @__PURE__ */ jsxs22(Box7, { sx: { position: "relative", display: "inline-flex" }, children: [
5880
+ /* @__PURE__ */ jsxs23(Box7, { sx: { position: "relative", display: "inline-flex" }, children: [
5779
5881
  /* @__PURE__ */ jsx43(
5780
5882
  CircularProgress,
5781
5883
  {
@@ -5891,7 +5993,7 @@ var DeleteButton = ({ sx, ...rest }) => {
5891
5993
  };
5892
5994
 
5893
5995
  // src/components/Upload/components/MultiFilePreview.tsx
5894
- import { jsx as jsx45, jsxs as jsxs23 } from "react/jsx-runtime";
5996
+ import { jsx as jsx45, jsxs as jsxs24 } from "react/jsx-runtime";
5895
5997
  var MultiFilePreview = ({ files, onRemove }) => {
5896
5998
  const scrollRef = useRef2(null);
5897
5999
  const handleScroll = (direction) => {
@@ -5905,7 +6007,7 @@ var MultiFilePreview = ({ files, onRemove }) => {
5905
6007
  }
5906
6008
  };
5907
6009
  const showNavigation = files.length > 2;
5908
- return /* @__PURE__ */ jsxs23(Box9, { sx: { position: "relative", width: 1 }, children: [
6010
+ return /* @__PURE__ */ jsxs24(Box9, { sx: { position: "relative", width: 1 }, children: [
5909
6011
  showNavigation && /* @__PURE__ */ jsx45(
5910
6012
  IconButton2,
5911
6013
  {
@@ -5945,7 +6047,7 @@ var MultiFilePreview = ({ files, onRemove }) => {
5945
6047
  children: files.map((file, index) => {
5946
6048
  const fileName = typeof file === "string" ? file : file.name;
5947
6049
  const previewUrl = typeof file === "string" ? file : URL.createObjectURL(file);
5948
- return /* @__PURE__ */ jsxs23(
6050
+ return /* @__PURE__ */ jsxs24(
5949
6051
  Box9,
5950
6052
  {
5951
6053
  sx: {
@@ -6011,7 +6113,7 @@ var MultiFilePreview = ({ files, onRemove }) => {
6011
6113
  };
6012
6114
 
6013
6115
  // src/components/Upload/Upload.tsx
6014
- import { jsx as jsx46, jsxs as jsxs24 } from "react/jsx-runtime";
6116
+ import { jsx as jsx46, jsxs as jsxs25 } from "react/jsx-runtime";
6015
6117
  var Upload = ({
6016
6118
  sx,
6017
6119
  value,
@@ -6049,8 +6151,8 @@ var Upload = ({
6049
6151
  return /* @__PURE__ */ jsx46(UploadPlaceholder, { hasError });
6050
6152
  };
6051
6153
  const shouldShowDropzone = !hasFile && !hasFiles && !isUploading;
6052
- return /* @__PURE__ */ jsxs24(Box10, { sx: { width: 1, position: "relative", ...sx }, children: [
6053
- /* @__PURE__ */ jsxs24(
6154
+ return /* @__PURE__ */ jsxs25(Box10, { sx: { width: 1, position: "relative", ...sx }, children: [
6155
+ /* @__PURE__ */ jsxs25(
6054
6156
  Box10,
6055
6157
  {
6056
6158
  ...shouldShowDropzone ? getRootProps() : {},
@@ -6095,7 +6197,7 @@ var Upload = ({
6095
6197
  }
6096
6198
  ),
6097
6199
  hasFile && !isUploading && /* @__PURE__ */ jsx46(DeleteButton, { onClick: onDelete }),
6098
- hasFiles && /* @__PURE__ */ jsxs24(Stack3, { direction: "row", spacing: 2, sx: { mt: 2 }, children: [
6200
+ hasFiles && /* @__PURE__ */ jsxs25(Stack3, { direction: "row", spacing: 2, sx: { mt: 2 }, children: [
6099
6201
  onRemoveAll && /* @__PURE__ */ jsx46(
6100
6202
  Button,
6101
6203
  {
@@ -6164,7 +6266,7 @@ import FormLabel from "@mui/material/FormLabel";
6164
6266
  import FormControl from "@mui/material/FormControl";
6165
6267
  import FormHelperText2 from "@mui/material/FormHelperText";
6166
6268
  import FormControlLabel from "@mui/material/FormControlLabel";
6167
- import { jsx as jsx48, jsxs as jsxs25 } from "react/jsx-runtime";
6269
+ import { jsx as jsx48, jsxs as jsxs26 } from "react/jsx-runtime";
6168
6270
  var RHFSwitch = ({
6169
6271
  name,
6170
6272
  description,
@@ -6181,7 +6283,7 @@ var RHFSwitch = ({
6181
6283
  {
6182
6284
  name,
6183
6285
  control,
6184
- render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs25(Box12, { sx: slotProps?.wrap, children: [
6286
+ render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs26(Box12, { sx: slotProps?.wrap, children: [
6185
6287
  /* @__PURE__ */ jsx48(
6186
6288
  FormControlLabel,
6187
6289
  {
@@ -6200,7 +6302,7 @@ var RHFSwitch = ({
6200
6302
  }
6201
6303
  }
6202
6304
  ),
6203
- label: /* @__PURE__ */ jsxs25(Stack4, { children: [
6305
+ label: /* @__PURE__ */ jsxs26(Stack4, { children: [
6204
6306
  /* @__PURE__ */ jsx48(Typography3, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: label }),
6205
6307
  description && /* @__PURE__ */ jsx48(Typography3, { variant: "body2", color: "textBody", children: description })
6206
6308
  ] }),
@@ -6239,7 +6341,7 @@ var RHFMultiSwitch = ({
6239
6341
  {
6240
6342
  name,
6241
6343
  control,
6242
- render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs25(
6344
+ render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs26(
6243
6345
  FormControl,
6244
6346
  {
6245
6347
  component: "fieldset",
@@ -6406,7 +6508,7 @@ import FormLabel2 from "@mui/material/FormLabel";
6406
6508
  import RadioGroup from "@mui/material/RadioGroup";
6407
6509
  import FormControl2 from "@mui/material/FormControl";
6408
6510
  import FormHelperText3 from "@mui/material/FormHelperText";
6409
- import { jsx as jsx51, jsxs as jsxs26 } from "react/jsx-runtime";
6511
+ import { jsx as jsx51, jsxs as jsxs27 } from "react/jsx-runtime";
6410
6512
  var RHFRadioGroup = ({
6411
6513
  name,
6412
6514
  label,
@@ -6423,7 +6525,7 @@ var RHFRadioGroup = ({
6423
6525
  {
6424
6526
  name,
6425
6527
  control,
6426
- render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs26(FormControl2, { component: "fieldset", sx: slotProps?.wrap, children: [
6528
+ render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs27(FormControl2, { component: "fieldset", sx: slotProps?.wrap, children: [
6427
6529
  label && /* @__PURE__ */ jsx51(
6428
6530
  FormLabel2,
6429
6531
  {
@@ -6450,7 +6552,7 @@ var RHFRadioGroup = ({
6450
6552
  }
6451
6553
  }
6452
6554
  ),
6453
- label: /* @__PURE__ */ jsxs26(Stack5, { children: [
6555
+ label: /* @__PURE__ */ jsxs27(Stack5, { children: [
6454
6556
  /* @__PURE__ */ jsx51(Typography4, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: option.label }),
6455
6557
  option?.description && /* @__PURE__ */ jsx51(Typography4, { variant: "body2", color: "textBody", children: option?.description })
6456
6558
  ] }),
@@ -6524,7 +6626,7 @@ import FormLabel3 from "@mui/material/FormLabel";
6524
6626
  import FormControl3 from "@mui/material/FormControl";
6525
6627
  import FormHelperText4 from "@mui/material/FormHelperText";
6526
6628
  import FormControlLabel3 from "@mui/material/FormControlLabel";
6527
- import { jsx as jsx53, jsxs as jsxs27 } from "react/jsx-runtime";
6629
+ import { jsx as jsx53, jsxs as jsxs28 } from "react/jsx-runtime";
6528
6630
  var RHFCheckbox = ({
6529
6631
  name,
6530
6632
  description,
@@ -6541,7 +6643,7 @@ var RHFCheckbox = ({
6541
6643
  {
6542
6644
  name,
6543
6645
  control,
6544
- render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs27(Box13, { sx: slotProps?.wrap, children: [
6646
+ render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs28(Box13, { sx: slotProps?.wrap, children: [
6545
6647
  /* @__PURE__ */ jsx53(
6546
6648
  FormControlLabel3,
6547
6649
  {
@@ -6560,7 +6662,7 @@ var RHFCheckbox = ({
6560
6662
  }
6561
6663
  }
6562
6664
  ),
6563
- label: /* @__PURE__ */ jsxs27(Stack6, { children: [
6665
+ label: /* @__PURE__ */ jsxs28(Stack6, { children: [
6564
6666
  /* @__PURE__ */ jsx53(Typography5, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: label }),
6565
6667
  description && /* @__PURE__ */ jsx53(Typography5, { variant: "body2", color: "textBody", children: description })
6566
6668
  ] }),
@@ -6593,7 +6695,7 @@ var RHFMultiCheckbox = ({
6593
6695
  name,
6594
6696
  control,
6595
6697
  defaultValue: [],
6596
- render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs27(
6698
+ render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ jsxs28(
6597
6699
  FormControl3,
6598
6700
  {
6599
6701
  component: "fieldset",
@@ -6633,7 +6735,7 @@ var RHFMultiCheckbox = ({
6633
6735
  }
6634
6736
  }
6635
6737
  ),
6636
- label: /* @__PURE__ */ jsxs27(Stack6, { children: [
6738
+ label: /* @__PURE__ */ jsxs28(Stack6, { children: [
6637
6739
  /* @__PURE__ */ jsx53(Typography5, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: option.label }),
6638
6740
  option?.description && /* @__PURE__ */ jsx53(Typography5, { variant: "body2", color: "textBody", children: option?.description })
6639
6741
  ] }),
@@ -6716,7 +6818,34 @@ var LoadingScreen = ({ portal, sx, ...rest }) => {
6716
6818
  }
6717
6819
  return content;
6718
6820
  };
6821
+ var SplashScreen = ({ portal, sx, ...rest }) => {
6822
+ const content = /* @__PURE__ */ jsx55(
6823
+ Box14,
6824
+ {
6825
+ sx: {
6826
+ right: 0,
6827
+ width: 1,
6828
+ bottom: 0,
6829
+ height: 1,
6830
+ zIndex: 9998,
6831
+ display: "flex",
6832
+ position: "fixed",
6833
+ alignItems: "center",
6834
+ justifyContent: "center",
6835
+ bgcolor: "background.default",
6836
+ ...sx
6837
+ },
6838
+ ...rest,
6839
+ children: /* @__PURE__ */ jsx55(AnimatedLogo, {})
6840
+ }
6841
+ );
6842
+ if (portal) {
6843
+ return /* @__PURE__ */ jsx55(Portal, { children: content });
6844
+ }
6845
+ return content;
6846
+ };
6719
6847
  export {
6848
+ AnimatedLogo,
6720
6849
  CheckboxDefault,
6721
6850
  CheckboxIndeterminate,
6722
6851
  CheckboxSelect,
@@ -6755,6 +6884,7 @@ export {
6755
6884
  SettingsConsumer,
6756
6885
  SettingsContext,
6757
6886
  SettingsProvider,
6887
+ SplashScreen,
6758
6888
  Table,
6759
6889
  TablePagination,
6760
6890
  ThemeProvider,