elseware-ui 2.29.2 → 2.30.1

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.mjs CHANGED
@@ -6,12 +6,12 @@ import { Bar, Line, Pie } from 'react-chartjs-2';
6
6
  import { Chart, CategoryScale, LinearScale, BarElement, Title, Tooltip, Legend, LineElement, PointElement, ArcElement } from 'chart.js';
7
7
  import React4, { createContext, forwardRef, useState, useImperativeHandle, useEffect, useMemo, useContext, Fragment as Fragment$1, useRef, useCallback } from 'react';
8
8
  import { Transition } from '@headlessui/react';
9
- import classNames24 from 'classnames';
9
+ import classNames17 from 'classnames';
10
10
  import { FaCircleChevronDown } from 'react-icons/fa6';
11
11
  import ReactWorldFlags from 'react-world-flags';
12
12
  import emojiFlags from 'emoji-flags';
13
13
  import * as d3 from 'd3';
14
- import { Image, CloudinaryContext } from 'cloudinary-react';
14
+ import { Image, CloudinaryContext as CloudinaryContext$1 } from 'cloudinary-react';
15
15
  import { useField, ErrorMessage, Formik, Form as Form$1, Field, useFormikContext, FieldArray } from 'formik';
16
16
  import { toast, ToastContainer } from 'react-toastify';
17
17
  import 'react-toastify/dist/ReactToastify.css';
@@ -739,7 +739,7 @@ function Accordion({
739
739
  /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
740
740
  "div",
741
741
  {
742
- className: classNames24({
742
+ className: classNames17({
743
743
  "inline-flex gap-3 items-center px-3 py-2 w-full eui-gradient-to-r-general-xs": true,
744
744
  "hover:cursor-pointer": toggleOnSummaryClick
745
745
  }),
@@ -757,7 +757,7 @@ function Accordion({
757
757
  children: /* @__PURE__ */ jsx(
758
758
  FaCircleChevronDown,
759
759
  {
760
- className: classNames24(
760
+ className: classNames17(
761
761
  "text-xl transition-transform duration-300",
762
762
  { "rotate-180": collapse }
763
763
  )
@@ -783,7 +783,7 @@ function Accordion({
783
783
  children: /* @__PURE__ */ jsx(
784
784
  "div",
785
785
  {
786
- className: classNames24({
786
+ className: classNames17({
787
787
  "border-t border-t-eui-dark-400/40 eui-text-sm": true,
788
788
  "p-5": enableChildrenPadding
789
789
  }),
@@ -863,7 +863,7 @@ function CardHeader({ icon, title, description, className }) {
863
863
  return /* @__PURE__ */ jsxs(
864
864
  "div",
865
865
  {
866
- className: classNames24(
866
+ className: classNames17(
867
867
  "flex items-start gap-4 p-6 border-b border-white/10",
868
868
  className
869
869
  ),
@@ -879,14 +879,14 @@ function CardHeader({ icon, title, description, className }) {
879
879
  }
880
880
  var CardHeader_default = CardHeader;
881
881
  function CardContent({ children, className }) {
882
- return /* @__PURE__ */ jsx("div", { className: classNames24("p-6 text-gray-300 text-sm", className), children });
882
+ return /* @__PURE__ */ jsx("div", { className: classNames17("p-6 text-gray-300 text-sm", className), children });
883
883
  }
884
884
  var CardContent_default = CardContent;
885
885
  function CardFooter({ children, className }) {
886
886
  return /* @__PURE__ */ jsx(
887
887
  "div",
888
888
  {
889
- className: classNames24(
889
+ className: classNames17(
890
890
  "flex items-center gap-3 p-5 border-t border-white/10 text-sm text-gray-400",
891
891
  className
892
892
  ),
@@ -928,7 +928,7 @@ function GradientAnimation({
928
928
  return /* @__PURE__ */ jsx(
929
929
  "div",
930
930
  {
931
- className: classNames24("absolute inset-0"),
931
+ className: classNames17("absolute inset-0"),
932
932
  style: {
933
933
  background: `linear-gradient(${cfg.angle}deg, ${cfg.colors?.join(",")})`,
934
934
  backgroundSize: cfg.backgroundSize,
@@ -1074,7 +1074,7 @@ function MotionSurface({
1074
1074
  }) {
1075
1075
  const AnimationComponent = animationVariant === "custom" ? CustomAnimation : animationRegistry[animationVariant];
1076
1076
  const OverlayComponent = overlay === "custom" ? CustomOverlay : overlayRegistry[overlay];
1077
- return /* @__PURE__ */ jsxs("div", { className: classNames24("relative overflow-hidden", className), children: [
1077
+ return /* @__PURE__ */ jsxs("div", { className: classNames17("relative overflow-hidden", className), children: [
1078
1078
  AnimationComponent && /* @__PURE__ */ jsx(AnimationComponent, { config: animationConfig, animated }),
1079
1079
  OverlayComponent && /* @__PURE__ */ jsx(OverlayComponent, { config: overlayConfig }),
1080
1080
  /* @__PURE__ */ jsx("div", { className: "relative z-10", children })
@@ -1527,13 +1527,13 @@ var Graph = ({
1527
1527
  }
1528
1528
  );
1529
1529
  };
1530
- var CloudinaryContextConfig = createContext(null);
1530
+ var CloudinaryContext = createContext(null);
1531
1531
  var CloudinaryProvider = ({
1532
1532
  cloudName,
1533
1533
  children
1534
- }) => /* @__PURE__ */ jsx(CloudinaryContextConfig.Provider, { value: { cloudName }, children });
1534
+ }) => /* @__PURE__ */ jsx(CloudinaryContext.Provider, { value: { cloudName }, children });
1535
1535
  var useCloudinaryConfig = () => {
1536
- const ctx = useContext(CloudinaryContextConfig);
1536
+ const ctx = useContext(CloudinaryContext);
1537
1537
  if (!ctx) {
1538
1538
  throw new Error(
1539
1539
  "CloudinaryProvider is missing. Wrap your app with <CloudinaryProvider />"
@@ -1543,23 +1543,31 @@ var useCloudinaryConfig = () => {
1543
1543
  };
1544
1544
  var DEFAULT_PUBLIC_CLOUD = "demo";
1545
1545
  function CloudinaryImage({
1546
- publicId,
1546
+ publicId = "sample",
1547
1547
  cloudName,
1548
1548
  secure = true,
1549
- alt,
1549
+ alt = "image",
1550
+ fallbackSrc,
1551
+ loading = "lazy",
1550
1552
  className,
1551
1553
  ...rest
1552
1554
  }) {
1553
1555
  const providerConfig = useCloudinaryConfig();
1554
1556
  const resolvedCloudName = cloudName || providerConfig?.cloudName || DEFAULT_PUBLIC_CLOUD;
1555
- return /* @__PURE__ */ jsx(CloudinaryContext, { cloudName: resolvedCloudName, children: /* @__PURE__ */ jsx(
1557
+ return /* @__PURE__ */ jsx(CloudinaryContext$1, { cloudName: resolvedCloudName, children: /* @__PURE__ */ jsx(
1556
1558
  Image,
1557
1559
  {
1558
1560
  ...rest,
1559
- publicId: publicId || "sample",
1561
+ publicId,
1560
1562
  secure,
1561
1563
  alt,
1562
- className: cn(className)
1564
+ loading,
1565
+ className: cn(className),
1566
+ onError: (e) => {
1567
+ if (fallbackSrc) {
1568
+ e.currentTarget.src = fallbackSrc;
1569
+ }
1570
+ }
1563
1571
  }
1564
1572
  ) });
1565
1573
  }
@@ -1610,114 +1618,335 @@ function Info({
1610
1618
  );
1611
1619
  }
1612
1620
  var Info_default = Info;
1613
- var levels = {
1614
- 1: "text-5xl leading-[90px]",
1615
- 2: "text-4xl leading-[80px]",
1616
- 3: "text-3xl leading-[70px]"
1621
+
1622
+ // src/components/data-display/typography/shared/typography.levels.ts
1623
+ var typographyLevels = {
1624
+ display: {
1625
+ 1: "text-8xl leading-[120px]",
1626
+ 2: "text-7xl leading-[110px]",
1627
+ 3: "text-6xl leading-[100px]"
1628
+ },
1629
+ chapter: {
1630
+ 1: "text-5xl leading-[90px]",
1631
+ 2: "text-4xl leading-[80px]",
1632
+ 3: "text-3xl leading-[70px]"
1633
+ },
1634
+ section: {
1635
+ 1: "text-2xl leading-[50px] pt-4",
1636
+ 2: "text-xl leading-[50px]",
1637
+ 3: "text-lg leading-[40px]"
1638
+ },
1639
+ paragraph: {
1640
+ 1: "text-base leading-[28px]",
1641
+ 2: "text-sm leading-[25px]",
1642
+ 3: "text-xs leading-[20px]"
1643
+ },
1644
+ quote: {
1645
+ 1: "text-base leading-[28px]",
1646
+ 2: "text-sm leading-[25px]",
1647
+ 3: "text-xs leading-[20px]"
1648
+ }
1617
1649
  };
1650
+
1651
+ // src/components/data-display/typography/shared/typography.styles.ts
1652
+ var typographyStyles = ({
1653
+ variant = "default",
1654
+ decoration = "noUnderline",
1655
+ bold,
1656
+ italic,
1657
+ className
1658
+ }) => cn(
1659
+ textVariants[variant],
1660
+ decorations[decoration],
1661
+ bold && "font-bold",
1662
+ italic && "italic",
1663
+ className
1664
+ );
1618
1665
  var Chapter = ({
1619
1666
  level = 1,
1620
1667
  children,
1621
- variant = "default",
1622
- decoration = "noUnderline",
1668
+ variant,
1669
+ decoration,
1623
1670
  bold,
1624
1671
  italic,
1625
- styles,
1626
- onClick
1672
+ className,
1673
+ ...rest
1627
1674
  }) => {
1675
+ const Tag2 = level === 1 ? "h1" : level === 2 ? "h2" : "h3";
1628
1676
  return /* @__PURE__ */ jsx(
1629
- "div",
1677
+ Tag2,
1630
1678
  {
1631
- onClick,
1632
- className: classNames24({
1633
- [`${textVariants[variant]}`]: variant,
1634
- [`${levels[level]}`]: level,
1635
- [`${styles}`]: styles,
1636
- [`${decorations[decoration]}`]: decoration,
1637
- "font-bold": bold,
1638
- italic
1639
- }),
1640
- children: children ? children : "Title"
1679
+ ...rest,
1680
+ className: cn(
1681
+ typographyLevels.chapter[level],
1682
+ typographyStyles({
1683
+ variant,
1684
+ decoration,
1685
+ bold,
1686
+ italic,
1687
+ className
1688
+ })
1689
+ ),
1690
+ children: children || "Chapter"
1641
1691
  }
1642
1692
  );
1643
1693
  };
1644
- var levels2 = {
1645
- 1: "text-2xl leading-[50px] pt-4",
1646
- 2: "text-xl leading-[50px]",
1647
- 3: "text-lg leading-[40px]"
1648
- };
1649
1694
  var Section = ({
1650
1695
  level = 1,
1651
1696
  children,
1652
- variant = "default",
1653
- decoration = "noUnderline",
1697
+ variant,
1698
+ decoration,
1654
1699
  bold,
1655
1700
  italic,
1656
- styles,
1657
- onClick
1701
+ className,
1702
+ ...rest
1658
1703
  }) => {
1704
+ const Tag2 = level === 1 ? "h4" : level === 2 ? "h5" : "h6";
1659
1705
  return /* @__PURE__ */ jsx(
1660
- "div",
1706
+ Tag2,
1661
1707
  {
1662
- onClick,
1663
- className: classNames24({
1664
- [`${textVariants[variant]} opacity-80`]: variant,
1665
- [`${levels2[level]}`]: level,
1666
- [`${styles}`]: styles,
1667
- [`${decorations[decoration]}`]: decoration,
1668
- "font-bold": bold,
1669
- italic
1670
- }),
1671
- children: children ? children : "Title"
1708
+ ...rest,
1709
+ className: cn(
1710
+ "opacity-80",
1711
+ typographyLevels.section[level],
1712
+ typographyStyles({
1713
+ variant,
1714
+ decoration,
1715
+ bold,
1716
+ italic,
1717
+ className
1718
+ })
1719
+ ),
1720
+ children: children || "Section"
1672
1721
  }
1673
1722
  );
1674
1723
  };
1675
- var levels3 = {
1676
- 1: "text-base leading-[28px]",
1677
- 2: "text-sm leading-[25px]",
1678
- 3: "text-xs leading-[20px]"
1679
- };
1680
1724
  var Paragraph = ({
1681
1725
  level = 1,
1682
1726
  children,
1683
- variant = "default",
1684
- decoration = "noUnderline",
1727
+ variant,
1728
+ decoration,
1685
1729
  bold,
1686
1730
  italic,
1687
- styles,
1688
- onClick
1731
+ className,
1732
+ ...rest
1733
+ }) => {
1734
+ return /* @__PURE__ */ jsx(
1735
+ "p",
1736
+ {
1737
+ ...rest,
1738
+ className: cn(
1739
+ typographyLevels.paragraph[level],
1740
+ typographyStyles({
1741
+ variant,
1742
+ decoration,
1743
+ bold,
1744
+ italic,
1745
+ className
1746
+ })
1747
+ ),
1748
+ children: children || "Paragraph"
1749
+ }
1750
+ );
1751
+ };
1752
+ var Quote = ({
1753
+ level = 1,
1754
+ children,
1755
+ variant,
1756
+ decoration,
1757
+ bold,
1758
+ italic,
1759
+ className,
1760
+ ...rest
1689
1761
  }) => {
1690
1762
  return /* @__PURE__ */ jsx(
1691
1763
  "div",
1692
1764
  {
1693
- onClick,
1694
- className: classNames24({
1695
- [`${textVariants[variant]}`]: variant,
1696
- [`${levels3[level]}`]: level,
1697
- [`${styles}`]: styles,
1698
- [`${decorations[decoration]}`]: decoration,
1699
- "font-bold": bold,
1700
- italic
1701
- }),
1702
- children: children ? children : "Text"
1765
+ ...rest,
1766
+ className: cn(
1767
+ "pl-4 py-1 border-l-2 border-l-gray-400 w-full",
1768
+ typographyLevels.quote[level],
1769
+ typographyStyles({
1770
+ variant,
1771
+ decoration,
1772
+ bold,
1773
+ italic,
1774
+ className
1775
+ })
1776
+ ),
1777
+ children: children || "Quote"
1703
1778
  }
1704
1779
  );
1705
1780
  };
1706
- var Quote = ({ children, styles }) => {
1781
+ var Caption = ({
1782
+ children,
1783
+ variant,
1784
+ decoration,
1785
+ bold,
1786
+ italic,
1787
+ className,
1788
+ ...rest
1789
+ }) => {
1790
+ return /* @__PURE__ */ jsx(
1791
+ "span",
1792
+ {
1793
+ ...rest,
1794
+ className: cn(
1795
+ "text-xs leading-[18px] opacity-70",
1796
+ typographyStyles({
1797
+ variant,
1798
+ decoration,
1799
+ bold,
1800
+ italic,
1801
+ className
1802
+ })
1803
+ ),
1804
+ children: children || "Caption"
1805
+ }
1806
+ );
1807
+ };
1808
+ var Label = ({
1809
+ children,
1810
+ variant,
1811
+ decoration,
1812
+ bold = true,
1813
+ italic,
1814
+ className,
1815
+ ...rest
1816
+ }) => {
1707
1817
  return /* @__PURE__ */ jsx(
1708
1818
  "div",
1709
1819
  {
1710
- className: classNames24({
1711
- "pl-4 py-1 border-l-2 border-l-gray-400 w-full": true,
1712
- [`${styles}`]: styles
1713
- }),
1714
- children
1820
+ ...rest,
1821
+ className: cn(
1822
+ "text-sm leading-[22px]",
1823
+ typographyStyles({
1824
+ variant,
1825
+ decoration,
1826
+ bold,
1827
+ italic,
1828
+ className
1829
+ })
1830
+ ),
1831
+ children: children || "Label"
1832
+ }
1833
+ );
1834
+ };
1835
+ var Code = ({
1836
+ children,
1837
+ className,
1838
+ ...rest
1839
+ }) => {
1840
+ return /* @__PURE__ */ jsx(
1841
+ "code",
1842
+ {
1843
+ ...rest,
1844
+ className: cn(
1845
+ "px-1.5 py-0.5 rounded-md",
1846
+ "bg-gray-800 text-green-400",
1847
+ "font-mono text-sm",
1848
+ className
1849
+ ),
1850
+ children: children || "npm install"
1851
+ }
1852
+ );
1853
+ };
1854
+ var Lead = ({
1855
+ children,
1856
+ variant,
1857
+ decoration,
1858
+ bold,
1859
+ italic,
1860
+ className,
1861
+ ...rest
1862
+ }) => {
1863
+ return /* @__PURE__ */ jsx(
1864
+ "p",
1865
+ {
1866
+ ...rest,
1867
+ className: cn(
1868
+ "text-xl leading-[38px] opacity-90",
1869
+ typographyStyles({
1870
+ variant,
1871
+ decoration,
1872
+ bold,
1873
+ italic,
1874
+ className
1875
+ })
1876
+ ),
1877
+ children: children || "Lead paragraph"
1878
+ }
1879
+ );
1880
+ };
1881
+ var Overline = ({
1882
+ children,
1883
+ variant,
1884
+ decoration,
1885
+ bold = true,
1886
+ italic,
1887
+ className,
1888
+ ...rest
1889
+ }) => {
1890
+ return /* @__PURE__ */ jsx(
1891
+ "div",
1892
+ {
1893
+ ...rest,
1894
+ className: cn(
1895
+ "text-xs uppercase tracking-[0.2em]",
1896
+ typographyStyles({
1897
+ variant,
1898
+ decoration,
1899
+ bold,
1900
+ italic,
1901
+ className
1902
+ })
1903
+ ),
1904
+ children: children || "Overline"
1905
+ }
1906
+ );
1907
+ };
1908
+ var Display = ({
1909
+ level = 1,
1910
+ children,
1911
+ variant,
1912
+ decoration,
1913
+ bold = true,
1914
+ italic,
1915
+ className,
1916
+ ...rest
1917
+ }) => {
1918
+ return /* @__PURE__ */ jsx(
1919
+ "h1",
1920
+ {
1921
+ ...rest,
1922
+ className: cn(
1923
+ typographyLevels.display[level],
1924
+ typographyStyles({
1925
+ variant,
1926
+ decoration,
1927
+ bold,
1928
+ italic,
1929
+ className
1930
+ })
1931
+ ),
1932
+ children: children || "Display"
1715
1933
  }
1716
1934
  );
1717
1935
  };
1718
1936
 
1719
1937
  // src/components/data-display/typography/index.tsx
1720
- var Typography = { Chapter, Section, Paragraph, Quote };
1938
+ var Typography = {
1939
+ Display,
1940
+ Chapter,
1941
+ Section,
1942
+ Paragraph,
1943
+ Quote,
1944
+ Lead,
1945
+ Caption,
1946
+ Label,
1947
+ Code,
1948
+ Overline
1949
+ };
1721
1950
  var ListItem = ({
1722
1951
  content,
1723
1952
  TypographyComponent = /* @__PURE__ */ jsx(Paragraph, { level: 1 }),
@@ -2142,25 +2371,27 @@ function Table({
2142
2371
  ] });
2143
2372
  }
2144
2373
  var Table_default = Table;
2145
- function Tag({ text, styles }) {
2374
+ function Tag({ text, className, ...rest }) {
2146
2375
  return /* @__PURE__ */ jsx(
2147
2376
  "span",
2148
2377
  {
2149
- className: classNames24({
2150
- "text-xs bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-200 px-2 py-1 rounded mr-2 mt-1": true,
2151
- [`${styles}`]: styles
2152
- }),
2378
+ ...rest,
2379
+ className: cn(
2380
+ "text-xs bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-200 px-2 py-1 rounded mr-2 mt-1",
2381
+ className
2382
+ ),
2153
2383
  children: text
2154
2384
  }
2155
2385
  );
2156
2386
  }
2157
2387
  var Tag_default = Tag;
2158
2388
  function Tooltip4({
2159
- content,
2389
+ children,
2160
2390
  show,
2161
2391
  offsetX = 20,
2162
2392
  offsetY = 20,
2163
- className = ""
2393
+ className,
2394
+ ...rest
2164
2395
  }) {
2165
2396
  const [pos, setPos] = useState({ x: 0, y: 0 });
2166
2397
  useEffect(() => {
@@ -2175,18 +2406,19 @@ function Tooltip4({
2175
2406
  return /* @__PURE__ */ jsx(
2176
2407
  "div",
2177
2408
  {
2178
- className: `
2179
- pointer-events-none absolute z-50 px-3 py-2 text-sm
2180
- rounded-lg shadow-lg bg-neutral-900 text-white
2181
- dark:bg-neutral-800
2182
- ${className}
2183
- `,
2409
+ ...rest,
2410
+ className: cn(
2411
+ "pointer-events-none absolute z-50 px-3 py-2 text-sm",
2412
+ "rounded-lg shadow-lg bg-neutral-900 text-white",
2413
+ "dark:bg-neutral-800",
2414
+ className
2415
+ ),
2184
2416
  style: {
2185
2417
  top: pos.y,
2186
2418
  left: pos.x,
2187
2419
  transform: "translate(-50%, -50%)"
2188
2420
  },
2189
- children: content
2421
+ children
2190
2422
  }
2191
2423
  );
2192
2424
  }
@@ -2235,7 +2467,7 @@ var ValueBadge = ({
2235
2467
  return /* @__PURE__ */ jsx(
2236
2468
  "div",
2237
2469
  {
2238
- className: classNames24(
2470
+ className: cn(
2239
2471
  "px-2 py-1 rounded-md text-xs font-semibold w-fit eg-theme-transition",
2240
2472
  noBackground ? "bg-transparent" : style.bg,
2241
2473
  style.color,
@@ -2246,8 +2478,48 @@ var ValueBadge = ({
2246
2478
  );
2247
2479
  };
2248
2480
  var ValueBadge_default = ValueBadge;
2249
- function CloudinaryVideo() {
2250
- return /* @__PURE__ */ jsx("div", { children: "CloudinaryVideo" });
2481
+ var DEFAULT_PUBLIC_CLOUD2 = "demo";
2482
+ function CloudinaryVideo({
2483
+ publicId = "dog",
2484
+ cloudName,
2485
+ secure = true,
2486
+ controls = true,
2487
+ autoPlay = false,
2488
+ muted = false,
2489
+ loop = false,
2490
+ playsInline = true,
2491
+ poster,
2492
+ preload = "metadata",
2493
+ className,
2494
+ ...rest
2495
+ }) {
2496
+ const providerConfig = useCloudinaryConfig();
2497
+ const resolvedCloudName = cloudName || providerConfig?.cloudName || DEFAULT_PUBLIC_CLOUD2;
2498
+ const protocol = secure ? "https" : "http";
2499
+ const videoUrl = `
2500
+ ${protocol}://res.cloudinary.com/
2501
+ ${resolvedCloudName}
2502
+ /video/upload/
2503
+ ${publicId}.mp4
2504
+ `.replace(/\s+/g, "");
2505
+ return /* @__PURE__ */ jsxs(
2506
+ "video",
2507
+ {
2508
+ ...rest,
2509
+ controls,
2510
+ autoPlay,
2511
+ muted,
2512
+ loop,
2513
+ playsInline,
2514
+ poster,
2515
+ preload,
2516
+ className: cn(className),
2517
+ children: [
2518
+ /* @__PURE__ */ jsx("source", { src: videoUrl, type: "video/mp4" }),
2519
+ "Your browser does not support the video tag."
2520
+ ]
2521
+ }
2522
+ );
2251
2523
  }
2252
2524
  var CloudinaryVideo_default = CloudinaryVideo;
2253
2525
  var FormObserver = ({ formik, onChange }) => {
@@ -2319,7 +2591,7 @@ var Form = ({
2319
2591
  /* @__PURE__ */ jsx(UnsavedChangesGuard_default, { formik, enabled: warnOnUnsavedChanges }),
2320
2592
  /* @__PURE__ */ jsx(DirtyObserver_default, { formik, onDirtyChange }),
2321
2593
  /* @__PURE__ */ jsx(FormObserver_default, { formik, onChange }),
2322
- /* @__PURE__ */ jsx("div", { className: classNames24(styles), children })
2594
+ /* @__PURE__ */ jsx("div", { className: classNames17(styles), children })
2323
2595
  ] })
2324
2596
  }
2325
2597
  );
@@ -2328,7 +2600,7 @@ var Backdrop = ({ children, styles }) => {
2328
2600
  return /* @__PURE__ */ jsx(
2329
2601
  "div",
2330
2602
  {
2331
- className: classNames24({
2603
+ className: classNames17({
2332
2604
  "bg-black/75 top-0 bottom-0 left-0 right-0 z-50 fixed inset-0 flex items-center justify-center overflow-hidden": true,
2333
2605
  [`${styles}`]: styles
2334
2606
  }),
@@ -2439,7 +2711,7 @@ function FormResponse({
2439
2711
  return /* @__PURE__ */ jsx(Transition4.TransitionDropdown, { visibility: text ? true : false, children: /* @__PURE__ */ jsx(
2440
2712
  "div",
2441
2713
  {
2442
- className: classNames24({
2714
+ className: classNames17({
2443
2715
  "font-poppins font-light text-sm": true,
2444
2716
  [`${variantsLite[variant]}`]: variant,
2445
2717
  [`${shapes[shape]}`]: shape,
@@ -2455,18 +2727,31 @@ var getYoutubeEmbedUrl = (url) => {
2455
2727
  const videoIdMatch = url.match(
2456
2728
  /(?:youtube\.com\/(?:[^\/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=)|youtu\.be\/)([^"&?\/\s]{11})/
2457
2729
  );
2458
- return videoIdMatch ? `https://www.youtube.com/embed/${videoIdMatch[1]}` : "";
2730
+ if (!videoIdMatch) {
2731
+ return "";
2732
+ }
2733
+ return `https://www.youtube.com/embed/${videoIdMatch[1]}`;
2459
2734
  };
2460
- function YoutubeVideoPlayer({
2735
+ function YoutubeVideo({
2461
2736
  videoUrl,
2462
2737
  width = 750,
2463
- height = 422
2738
+ height = 422,
2739
+ autoPlay = false,
2740
+ muted = false,
2741
+ controls = true,
2742
+ className,
2743
+ ...rest
2464
2744
  }) {
2465
2745
  const embedUrl = getYoutubeEmbedUrl(videoUrl);
2466
2746
  if (!embedUrl) {
2467
2747
  return /* @__PURE__ */ jsx(FormResponse_default, { text: "Invalid YouTube URL", variant: "danger" });
2468
2748
  }
2469
- return /* @__PURE__ */ jsx("div", { className: "flex justify-center", children: /* @__PURE__ */ jsx(
2749
+ const params = new URLSearchParams({
2750
+ autoplay: autoPlay ? "1" : "0",
2751
+ mute: muted ? "1" : "0",
2752
+ controls: controls ? "1" : "0"
2753
+ });
2754
+ return /* @__PURE__ */ jsx("div", { className: "flex justify-center w-full", children: /* @__PURE__ */ jsx(
2470
2755
  "div",
2471
2756
  {
2472
2757
  className: "relative w-full",
@@ -2477,17 +2762,124 @@ function YoutubeVideoPlayer({
2477
2762
  children: /* @__PURE__ */ jsx(
2478
2763
  "iframe",
2479
2764
  {
2480
- src: embedUrl,
2765
+ ...rest,
2766
+ src: `${embedUrl}?${params.toString()}`,
2481
2767
  title: "YouTube video player",
2768
+ loading: "lazy",
2482
2769
  allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
2483
2770
  allowFullScreen: true,
2484
- className: "absolute top-0 left-0 w-full h-full rounded-lg shadow-lg"
2771
+ className: cn(
2772
+ "absolute top-0 left-0 w-full h-full rounded-xl shadow-xl border-0",
2773
+ className
2774
+ )
2485
2775
  }
2486
2776
  )
2487
2777
  }
2488
2778
  ) });
2489
2779
  }
2490
- var YoutubeVideoPlayer_default = YoutubeVideoPlayer;
2780
+ var YoutubeVideo_default = YoutubeVideo;
2781
+ var ThemeContext = createContext(
2782
+ void 0
2783
+ );
2784
+ var ThemeProvider = ({
2785
+ defaultTheme = "dark",
2786
+ children
2787
+ }) => {
2788
+ const [theme, setTheme] = useState(() => {
2789
+ return localStorage.getItem("theme") || defaultTheme;
2790
+ });
2791
+ useEffect(() => {
2792
+ if (theme === "dark") {
2793
+ document.documentElement.classList.add("dark");
2794
+ } else {
2795
+ document.documentElement.classList.remove("dark");
2796
+ }
2797
+ localStorage.setItem("theme", theme);
2798
+ }, [theme]);
2799
+ const toggleTheme = () => {
2800
+ setTheme((prev) => prev === "dark" ? "light" : "dark");
2801
+ };
2802
+ return /* @__PURE__ */ jsx(ThemeContext.Provider, { value: { theme, setTheme, toggleTheme }, children });
2803
+ };
2804
+ var ThemeSwitch = () => {
2805
+ const themeContext = useContext(ThemeContext);
2806
+ if (!themeContext) return null;
2807
+ const { theme, toggleTheme } = themeContext;
2808
+ return /* @__PURE__ */ jsxs(
2809
+ "button",
2810
+ {
2811
+ onClick: toggleTheme,
2812
+ className: "relative w-16 h-8 flex items-center bg-gray-300 dark:bg-gray-800 rounded-full p-1 transition-all",
2813
+ children: [
2814
+ /* @__PURE__ */ jsx(
2815
+ FaSun,
2816
+ {
2817
+ className: "absolute left-2 text-yellow-500 transition-opacity duration-300 z-10",
2818
+ style: { opacity: theme === "dark" ? 0 : 1 }
2819
+ }
2820
+ ),
2821
+ /* @__PURE__ */ jsx(
2822
+ FaMoon,
2823
+ {
2824
+ className: "absolute right-2 text-blue-400 transition-opacity duration-300 z-10",
2825
+ style: { opacity: theme === "dark" ? 1 : 0 }
2826
+ }
2827
+ ),
2828
+ /* @__PURE__ */ jsx(
2829
+ "div",
2830
+ {
2831
+ className: classNames17(
2832
+ "w-6 h-6 bg-white dark:bg-gray-600 rounded-full shadow-md transition-transform duration-300",
2833
+ theme === "dark" ? "translate-x-8" : "translate-x-0"
2834
+ )
2835
+ }
2836
+ )
2837
+ ]
2838
+ }
2839
+ );
2840
+ };
2841
+
2842
+ // src/data/enums.ts
2843
+ var Shape = /* @__PURE__ */ ((Shape2) => {
2844
+ Shape2["circle"] = "circle";
2845
+ Shape2["roundedSquare"] = "roundedSquare";
2846
+ Shape2["softRoundedSquare"] = "softRoundedSquare";
2847
+ Shape2["square"] = "square";
2848
+ return Shape2;
2849
+ })(Shape || {});
2850
+ var ShapeSwitch = () => {
2851
+ const { config, setConfig } = useEUIConfig();
2852
+ const currentShape = config.global?.shape ?? "square";
2853
+ const handleChange = (e) => {
2854
+ const shape = e.target.value;
2855
+ setConfig((prev) => ({
2856
+ ...prev,
2857
+ global: {
2858
+ ...prev.global,
2859
+ shape
2860
+ }
2861
+ }));
2862
+ };
2863
+ return /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-1 w-fit", children: /* @__PURE__ */ jsx(
2864
+ "select",
2865
+ {
2866
+ value: currentShape,
2867
+ onChange: handleChange,
2868
+ className: "\n px-3 py-2 rounded-md border border-gray-300\n bg-white dark:bg-gray-800\n text-sm shadow-sm\n focus:outline-none\n ",
2869
+ children: Object.keys(Shape).map((shape) => /* @__PURE__ */ jsx("option", { value: shape, children: shape }, shape))
2870
+ }
2871
+ ) });
2872
+ };
2873
+
2874
+ // src/hooks/theme/useCurrentTheme.ts
2875
+ var useCurrentTheme = () => {
2876
+ const context = useContext(ThemeContext);
2877
+ if (!context) {
2878
+ throw new Error("useCurrentTheme must be used within a ThemeProvider");
2879
+ }
2880
+ return context.theme;
2881
+ };
2882
+ var useCurrentTheme_default = useCurrentTheme;
2491
2883
  var COUNTRY_NAMES = {
2492
2884
  AF: "Afghanistan",
2493
2885
  AL: "Albania",
@@ -13797,108 +14189,6 @@ var worldMapTopoJSONContries100m = {
13797
14189
  translate: [-180, -85.60903777459771]
13798
14190
  }
13799
14191
  };
13800
- var ThemeContext = createContext(
13801
- void 0
13802
- );
13803
- var ThemeProvider = ({
13804
- defaultTheme = "dark",
13805
- children
13806
- }) => {
13807
- const [theme, setTheme] = useState(() => {
13808
- return localStorage.getItem("theme") || defaultTheme;
13809
- });
13810
- useEffect(() => {
13811
- if (theme === "dark") {
13812
- document.documentElement.classList.add("dark");
13813
- } else {
13814
- document.documentElement.classList.remove("dark");
13815
- }
13816
- localStorage.setItem("theme", theme);
13817
- }, [theme]);
13818
- const toggleTheme = () => {
13819
- setTheme((prev) => prev === "dark" ? "light" : "dark");
13820
- };
13821
- return /* @__PURE__ */ jsx(ThemeContext.Provider, { value: { theme, setTheme, toggleTheme }, children });
13822
- };
13823
- var ThemeSwitch = () => {
13824
- const themeContext = useContext(ThemeContext);
13825
- if (!themeContext) return null;
13826
- const { theme, toggleTheme } = themeContext;
13827
- return /* @__PURE__ */ jsxs(
13828
- "button",
13829
- {
13830
- onClick: toggleTheme,
13831
- className: "relative w-16 h-8 flex items-center bg-gray-300 dark:bg-gray-800 rounded-full p-1 transition-all",
13832
- children: [
13833
- /* @__PURE__ */ jsx(
13834
- FaSun,
13835
- {
13836
- className: "absolute left-2 text-yellow-500 transition-opacity duration-300 z-10",
13837
- style: { opacity: theme === "dark" ? 0 : 1 }
13838
- }
13839
- ),
13840
- /* @__PURE__ */ jsx(
13841
- FaMoon,
13842
- {
13843
- className: "absolute right-2 text-blue-400 transition-opacity duration-300 z-10",
13844
- style: { opacity: theme === "dark" ? 1 : 0 }
13845
- }
13846
- ),
13847
- /* @__PURE__ */ jsx(
13848
- "div",
13849
- {
13850
- className: classNames24(
13851
- "w-6 h-6 bg-white dark:bg-gray-600 rounded-full shadow-md transition-transform duration-300",
13852
- theme === "dark" ? "translate-x-8" : "translate-x-0"
13853
- )
13854
- }
13855
- )
13856
- ]
13857
- }
13858
- );
13859
- };
13860
-
13861
- // src/data/enums.ts
13862
- var Shape = /* @__PURE__ */ ((Shape2) => {
13863
- Shape2["circle"] = "circle";
13864
- Shape2["roundedSquare"] = "roundedSquare";
13865
- Shape2["softRoundedSquare"] = "softRoundedSquare";
13866
- Shape2["square"] = "square";
13867
- return Shape2;
13868
- })(Shape || {});
13869
- var ShapeSwitch = () => {
13870
- const { config, setConfig } = useEUIConfig();
13871
- const currentShape = config.global?.shape ?? "square";
13872
- const handleChange = (e) => {
13873
- const shape = e.target.value;
13874
- setConfig((prev) => ({
13875
- ...prev,
13876
- global: {
13877
- ...prev.global,
13878
- shape
13879
- }
13880
- }));
13881
- };
13882
- return /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-1 w-fit", children: /* @__PURE__ */ jsx(
13883
- "select",
13884
- {
13885
- value: currentShape,
13886
- onChange: handleChange,
13887
- className: "\n px-3 py-2 rounded-md border border-gray-300\n bg-white dark:bg-gray-800\n text-sm shadow-sm\n focus:outline-none\n ",
13888
- children: Object.keys(Shape).map((shape) => /* @__PURE__ */ jsx("option", { value: shape, children: shape }, shape))
13889
- }
13890
- ) });
13891
- };
13892
-
13893
- // src/hooks/theme/useCurrentTheme.ts
13894
- var useCurrentTheme = () => {
13895
- const context = useContext(ThemeContext);
13896
- if (!context) {
13897
- throw new Error("useCurrentTheme must be used within a ThemeProvider");
13898
- }
13899
- return context.theme;
13900
- };
13901
- var useCurrentTheme_default = useCurrentTheme;
13902
14192
  function WorldMap({
13903
14193
  data,
13904
14194
  title = "Global Data Overview",
@@ -13906,9 +14196,10 @@ function WorldMap({
13906
14196
  bubbleStroke = "stroke-teal-900",
13907
14197
  bubbleScale = 40,
13908
14198
  minBubble = 6,
13909
- styles,
13910
14199
  disableCountryHover = true,
13911
- disableCountrySelect = true
14200
+ disableCountrySelect = true,
14201
+ className,
14202
+ ...rest
13912
14203
  }) {
13913
14204
  const currentTheme = useCurrentTheme_default();
13914
14205
  const isDarkMode = currentTheme === "dark";
@@ -13952,60 +14243,52 @@ function WorldMap({
13952
14243
  setShowTooltip(true);
13953
14244
  };
13954
14245
  const hideTooltip = () => setShowTooltip(false);
13955
- return /* @__PURE__ */ jsxs(
13956
- "div",
13957
- {
13958
- className: classNames24({
13959
- [`${styles}`]: true
13960
- }),
13961
- children: [
13962
- /* @__PURE__ */ jsx("h2", { className: "text-xl font-semibold mb-4", children: title }),
13963
- /* @__PURE__ */ jsx("div", { className: "w-full aspect-[2/1]", children: /* @__PURE__ */ jsxs(
13964
- ComposableMap,
13965
- {
13966
- projectionConfig: { scale: 140 },
13967
- width: 800,
13968
- height: 400,
13969
- style: { width: "100%", height: "100%" },
13970
- children: [
13971
- /* @__PURE__ */ jsx(Geographies, { geography: worldMapTopoJSONContries100m, children: ({ geographies }) => geographies.map((geo) => /* @__PURE__ */ jsx(
13972
- Geography,
13973
- {
13974
- geography: geo,
13975
- style: {
13976
- default: {
13977
- ...mode.default,
13978
- strokeWidth: 0.5,
13979
- pointerEvents: disableCountryHover && disableCountrySelect ? "none" : "auto"
13980
- },
13981
- hover: disableCountryHover ? { ...mode.default, pointerEvents: "none" } : mode.hover,
13982
- pressed: disableCountrySelect ? { ...mode.default, pointerEvents: "none" } : mode.pressed
13983
- }
14246
+ return /* @__PURE__ */ jsxs("div", { ...rest, className: cn(className), children: [
14247
+ /* @__PURE__ */ jsx("h2", { className: "text-xl font-semibold mb-4", children: title }),
14248
+ /* @__PURE__ */ jsx("div", { className: "w-full aspect-[2/1]", children: /* @__PURE__ */ jsxs(
14249
+ ComposableMap,
14250
+ {
14251
+ projectionConfig: { scale: 140 },
14252
+ width: 800,
14253
+ height: 400,
14254
+ style: { width: "100%", height: "100%" },
14255
+ children: [
14256
+ /* @__PURE__ */ jsx(Geographies, { geography: worldMapTopoJSONContries100m, children: ({ geographies }) => geographies.map((geo) => /* @__PURE__ */ jsx(
14257
+ Geography,
14258
+ {
14259
+ geography: geo,
14260
+ style: {
14261
+ default: {
14262
+ ...mode.default,
14263
+ strokeWidth: 0.5,
14264
+ pointerEvents: disableCountryHover && disableCountrySelect ? "none" : "auto"
13984
14265
  },
13985
- geo.rsmKey
13986
- )) }),
13987
- resolvedData.map((point, index) => {
13988
- const size = point.value / maxValue * bubbleScale + minBubble;
13989
- return /* @__PURE__ */ jsx(Marker, { coordinates: point.coordinates, children: /* @__PURE__ */ jsx(
13990
- motion.circle,
13991
- {
13992
- r: size,
13993
- initial: { opacity: 0, scale: 0 },
13994
- animate: { opacity: 0.6, scale: 1 },
13995
- transition: { duration: 0.5 },
13996
- className: `${bubbleColor} ${bubbleStroke} stroke-1 cursor-pointer`,
13997
- onMouseMove: (e) => handleMouseMove(e, point),
13998
- onMouseLeave: hideTooltip
13999
- }
14000
- ) }, index);
14001
- })
14002
- ]
14003
- }
14004
- ) }),
14005
- /* @__PURE__ */ jsx(Tooltip4, { show: showTooltip, content: tooltipContent })
14006
- ]
14007
- }
14008
- );
14266
+ hover: disableCountryHover ? { ...mode.default, pointerEvents: "none" } : mode.hover,
14267
+ pressed: disableCountrySelect ? { ...mode.default, pointerEvents: "none" } : mode.pressed
14268
+ }
14269
+ },
14270
+ geo.rsmKey
14271
+ )) }),
14272
+ resolvedData.map((point, index) => {
14273
+ const size = point.value / maxValue * bubbleScale + minBubble;
14274
+ return /* @__PURE__ */ jsx(Marker, { coordinates: point.coordinates, children: /* @__PURE__ */ jsx(
14275
+ motion.circle,
14276
+ {
14277
+ r: size,
14278
+ initial: { opacity: 0, scale: 0 },
14279
+ animate: { opacity: 0.6, scale: 1 },
14280
+ transition: { duration: 0.5 },
14281
+ className: `${bubbleColor} ${bubbleStroke} stroke-1 cursor-pointer`,
14282
+ onMouseMove: (e) => handleMouseMove(e, point),
14283
+ onMouseLeave: hideTooltip
14284
+ }
14285
+ ) }, index);
14286
+ })
14287
+ ]
14288
+ }
14289
+ ) }),
14290
+ /* @__PURE__ */ jsx(Tooltip4, { show: showTooltip, children: tooltipContent })
14291
+ ] });
14009
14292
  }
14010
14293
  var sizes3 = {
14011
14294
  xs: "px-2 py-1 text-xs",
@@ -14049,7 +14332,7 @@ var Button = ({
14049
14332
  onClick,
14050
14333
  onMouseMove: handleMouseMove,
14051
14334
  disabled: disabled || loading,
14052
- className: classNames24({
14335
+ className: classNames17({
14053
14336
  "relative z-0 overflow-hidden group": true,
14054
14337
  "flex flex-row items-center justify-center gap-2": true,
14055
14338
  [`${variants[variant]}`]: !ghost,
@@ -14095,7 +14378,7 @@ function InputResponse({
14095
14378
  return /* @__PURE__ */ jsx(Transition4.TransitionDropdown, { visibility, children: /* @__PURE__ */ jsx(
14096
14379
  "div",
14097
14380
  {
14098
- className: classNames24({
14381
+ className: classNames17({
14099
14382
  "font-medium text-sm py-1 px-2": true,
14100
14383
  [`${textVariants[variant]}`]: variant,
14101
14384
  "transition-all ease-in-out": true,
@@ -14110,7 +14393,7 @@ function InputLabel({ text, children, styles }) {
14110
14393
  return /* @__PURE__ */ jsx(
14111
14394
  "label",
14112
14395
  {
14113
- className: classNames24({
14396
+ className: classNames17({
14114
14397
  "px-0 eui-text-sm text-[13.5px] pointer-events-none select-none": true,
14115
14398
  "transition-all ease-in-out": true,
14116
14399
  [`${styles}`]: styles
@@ -14162,7 +14445,7 @@ var Input = ({
14162
14445
  ...field,
14163
14446
  ...props,
14164
14447
  placeholder,
14165
- className: classNames24({
14448
+ className: classNames17({
14166
14449
  "border peer w-full bg-eui-primary-300/10 pt-5 px-3 pb-2 text-md eui-text-md placeholder-transparent placeholder-shown:p-3 focus:outline-none h-[50px]": true,
14167
14450
  "border-eui-primary-400 focus:border-eui-secondary-500": !(meta.touched && meta.error),
14168
14451
  "border-eui-danger-500": meta.touched && meta.error,
@@ -14207,7 +14490,7 @@ var InputFile = ({
14207
14490
  /* @__PURE__ */ jsx(
14208
14491
  "div",
14209
14492
  {
14210
- className: classNames24(
14493
+ className: classNames17(
14211
14494
  "border rounded-sm bg-eui-primary-300/10 px-3 pt-3 text-md text-eui-dark-100 cursor-pointer h-[50px] flex items-center",
14212
14495
  {
14213
14496
  "border-eui-primary-400 focus:border-eui-secondary-500": !(meta.touched && meta.error),
@@ -14233,7 +14516,7 @@ var InputFile = ({
14233
14516
  InputLabel_default,
14234
14517
  {
14235
14518
  text: placeholder,
14236
- styles: classNames24({
14519
+ styles: classNames17({
14237
14520
  "absolute left-2 eui-text-sm peer-placeholder-shown:text-base peer-placeholder-shown:top-3 pointer-events-none": true,
14238
14521
  "top-[0.7px]": showFloatingLabel,
14239
14522
  "top-[13px] text-base": !showFloatingLabel
@@ -14259,7 +14542,7 @@ var InputList = ({ name, placeholder, shape }) => {
14259
14542
  /* @__PURE__ */ jsx("div", { className: "mt-2", children: /* @__PURE__ */ jsx(FieldArray, { name, children: ({ push, remove, move }) => /* @__PURE__ */ jsxs(
14260
14543
  "div",
14261
14544
  {
14262
- className: classNames24({
14545
+ className: classNames17({
14263
14546
  "flex flex-col space-y-2 w-full bg-eui-primary-300/10": true,
14264
14547
  [`${shapes[resolvedShape]}`]: true
14265
14548
  }),
@@ -14290,7 +14573,7 @@ var InputList = ({ name, placeholder, shape }) => {
14290
14573
  {
14291
14574
  name: `${name}[${index}]`,
14292
14575
  placeholder: `Item ${index + 1}`,
14293
- className: classNames24(
14576
+ className: classNames17(
14294
14577
  "border peer w-full bg-eui-primary-300/10 pt-5 px-3 pb-2 text-md eui-text-md placeholder-transparent placeholder-shown:p-3 focus:outline-none h-[50px]",
14295
14578
  [`${shapes[resolvedShape]}`],
14296
14579
  errors[name]?.[index] ? "border-eui-danger-500" : "border-eui-primary-400 focus:border-eui-secondary-500"
@@ -14358,7 +14641,7 @@ var InputListGroup = ({
14358
14641
  values[name]?.map((group, groupIndex) => /* @__PURE__ */ jsxs(
14359
14642
  "div",
14360
14643
  {
14361
- className: classNames24({
14644
+ className: classNames17({
14362
14645
  "flex flex-col gap-2 bg-eui-primary-300/10 p-3": true,
14363
14646
  [`${shapes[resolvedShape]}`]: true
14364
14647
  }),
@@ -14370,7 +14653,7 @@ var InputListGroup = ({
14370
14653
  {
14371
14654
  name: `${name}[${groupIndex}].name`,
14372
14655
  placeholder: `Group ${groupIndex + 1}`,
14373
- className: classNames24(
14656
+ className: classNames17(
14374
14657
  "border w-full bg-eui-primary-300/10 px-3 py-2 text-md focus:outline-none h-[40px]",
14375
14658
  [`${shapes[resolvedShape]}`],
14376
14659
  "border-eui-primary-400 focus:border-eui-secondary-500"
@@ -14412,7 +14695,7 @@ var InputListGroup = ({
14412
14695
  {
14413
14696
  ref: provided.innerRef,
14414
14697
  ...provided.droppableProps,
14415
- className: classNames24({
14698
+ className: classNames17({
14416
14699
  "space-y-2 bg-eui-primary-300/10 p-2": true,
14417
14700
  [`${shapes[resolvedShape]}`]: true
14418
14701
  }),
@@ -14427,7 +14710,7 @@ var InputListGroup = ({
14427
14710
  {
14428
14711
  ref: provided2.innerRef,
14429
14712
  ...provided2.draggableProps,
14430
- className: classNames24({
14713
+ className: classNames17({
14431
14714
  "flex items-center gap-2 bg-eui-primary-300/10 p-2": true,
14432
14715
  [`${shapes[resolvedShape]}`]: true
14433
14716
  }),
@@ -14438,7 +14721,7 @@ var InputListGroup = ({
14438
14721
  {
14439
14722
  name: `${name}[${groupIndex}].items[${itemIndex}]`,
14440
14723
  placeholder: `Item ${itemIndex + 1}`,
14441
- className: classNames24(
14724
+ className: classNames17(
14442
14725
  "border w-full bg-eui-primary-300/10 px-3 py-2 text-md focus:outline-none h-[40px]",
14443
14726
  [`${shapes[resolvedShape]}`],
14444
14727
  "border-eui-primary-400 focus:border-eui-secondary-500"
@@ -14515,7 +14798,7 @@ var Checkbox = (props) => {
14515
14798
  const { placeholder } = props;
14516
14799
  const isMulti = isMultiCheckbox(props);
14517
14800
  const [field, meta, helpers] = isMulti ? useField(props) : useField(props);
14518
- const checkboxClass = classNames24(
14801
+ const checkboxClass = classNames17(
14519
14802
  "appearance-none cursor-pointer transition-all duration-300",
14520
14803
  "w-5 h-5 min-w-[1.25rem] min-h-[1.25rem]",
14521
14804
  "flex-shrink-0",
@@ -14616,7 +14899,7 @@ var DateSelector = ({
14616
14899
  ...field,
14617
14900
  ...props,
14618
14901
  placeholder,
14619
- className: classNames24({
14902
+ className: classNames17({
14620
14903
  "border border-eui-primary-400 peer w-full bg-eui-primary-300/10 pt-5 px-3 pb-2 text-md eui-text-md placeholder-transparent placeholder-shown:p-3 focus:border-eui-secondary-500 focus:outline-none h-[50px]": true,
14621
14904
  "border-eui-danger-500": meta.touched && meta.error,
14622
14905
  "transition-all ease-in-out": true,
@@ -14725,7 +15008,7 @@ var ImageInput = forwardRef(
14725
15008
  /* @__PURE__ */ jsxs(
14726
15009
  "label",
14727
15010
  {
14728
- className: classNames24({
15011
+ className: classNames17({
14729
15012
  "border-2 border-dashed border-gray-700 bg-gray-900 h-[200px] w-[300px] flex flex-col gap-2 items-center justify-center group": true,
14730
15013
  "hover:cursor-pointer hover:border-solid hover:border-gray-600 hover:bg-gray-900/80": true,
14731
15014
  "transition-all ease-in-out duration-150": true
@@ -14842,7 +15125,7 @@ function Radio({
14842
15125
  return /* @__PURE__ */ jsxs(
14843
15126
  "div",
14844
15127
  {
14845
- className: classNames24({
15128
+ className: classNames17({
14846
15129
  "flex flex-row gap-2 items-center mx-1 my-2": true
14847
15130
  }),
14848
15131
  children: [
@@ -14855,7 +15138,7 @@ function Radio({
14855
15138
  ...props,
14856
15139
  value: option.value,
14857
15140
  checked: field2.value === option.value,
14858
- className: classNames24({
15141
+ className: classNames17({
14859
15142
  "appearance-none w-4 h-4 border-2 border-eui-primary-400 rounded-full cursor-pointer transition-all duration-300": true,
14860
15143
  // base radio button styles
14861
15144
  "checked:bg-eui-secondary-700 checked:border-eui-primary-400": field2.value === option.value
@@ -14867,7 +15150,7 @@ function Radio({
14867
15150
  "label",
14868
15151
  {
14869
15152
  htmlFor: option.value,
14870
- className: classNames24({
15153
+ className: classNames17({
14871
15154
  "eui-text-md text-sm": true
14872
15155
  }),
14873
15156
  children: option.label
@@ -14910,7 +15193,7 @@ function StarRatingInput({
14910
15193
  return /* @__PURE__ */ jsxs(
14911
15194
  "div",
14912
15195
  {
14913
- className: classNames24({
15196
+ className: classNames17({
14914
15197
  "inline-flex gap-[4px] text-[20px]": true,
14915
15198
  [`${styles}`]: styles
14916
15199
  }),
@@ -14923,7 +15206,7 @@ function StarRatingInput({
14923
15206
  onClick: () => handleOnClick(index),
14924
15207
  onMouseEnter: () => setHover(index),
14925
15208
  onMouseLeave: () => setHover(null),
14926
- className: classNames24({
15209
+ className: classNames17({
14927
15210
  "text-yellow-600": index <= (hover ?? rating - 1),
14928
15211
  "text-gray-400": index > (hover ?? rating - 1)
14929
15212
  }),
@@ -14967,7 +15250,7 @@ function Select({
14967
15250
  {
14968
15251
  as: "select",
14969
15252
  ...props,
14970
- className: classNames24({
15253
+ className: classNames17({
14971
15254
  "border peer w-full bg-eui-primary-300/10 pt-5 px-3 pb-2 text-md eui-text-md placeholder-transparent placeholder-shown:p-3 focus:border-eui-secondary-500 focus:outline-none h-[50px]": true,
14972
15255
  "border-eui-primary-400": !(meta.touched && meta.error),
14973
15256
  "border-red-500": meta.touched && meta.error,
@@ -15019,7 +15302,7 @@ function Switch({
15019
15302
  "div",
15020
15303
  {
15021
15304
  onClick: () => helpers.setValue(!field.value),
15022
- className: classNames24(
15305
+ className: classNames17(
15023
15306
  "w-11 h-6 bg-gray-200 peer-focus:outline-none rounded-full peer dark:bg-eui-dark-100",
15024
15307
  "peer-checked:after:translate-x-full peer-checked:after:border-white",
15025
15308
  "after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white",
@@ -15076,7 +15359,7 @@ function Tags({
15076
15359
  /* @__PURE__ */ jsxs(
15077
15360
  "div",
15078
15361
  {
15079
- className: classNames24(
15362
+ className: classNames17(
15080
15363
  "border rounded-sm flex flex-wrap items-center gap-2 px-2 pt-2 pb-6 min-h-[3rem]",
15081
15364
  {
15082
15365
  "bg-eui-primary-300/10 eui-text-md": true,
@@ -15124,7 +15407,7 @@ function Tags({
15124
15407
  InputLabel_default,
15125
15408
  {
15126
15409
  text: placeholder,
15127
- styles: classNames24(
15410
+ styles: classNames17(
15128
15411
  "absolute left-2 transition-all pointer-events-none text-eui-dark-200",
15129
15412
  input.length > 0 || field.value.length > 0 ? "top-[2px] text-[13.5px]" : "top-3 text-base"
15130
15413
  )
@@ -15165,7 +15448,7 @@ function TextArea({
15165
15448
  as: "textarea",
15166
15449
  ...field,
15167
15450
  ...props,
15168
- className: classNames24({
15451
+ className: classNames17({
15169
15452
  "border peer w-full bg-eui-primary-300/10 eui-text-md outline-none px-3 py-5 resize-none focus:resize-none focus:outline-none": true,
15170
15453
  "transition-all ease-in-out": true,
15171
15454
  "border-eui-primary-400 focus:border-eui-secondary-500": !(meta.touched && meta.error),
@@ -15179,7 +15462,7 @@ function TextArea({
15179
15462
  InputLabel_default,
15180
15463
  {
15181
15464
  text: placeholder,
15182
- styles: classNames24(
15465
+ styles: classNames17(
15183
15466
  "absolute left-2 transition-all pointer-events-none text-eui-dark-200",
15184
15467
  field.value ? "top-[2px] text-[13.5px]" : "top-3 text-base"
15185
15468
  )
@@ -15210,7 +15493,7 @@ function ContentArea({
15210
15493
  return /* @__PURE__ */ jsx(
15211
15494
  "div",
15212
15495
  {
15213
- className: classNames24({
15496
+ className: classNames17({
15214
15497
  "min-h-screen h-full w-full py-3 px-5": true,
15215
15498
  "py-3 px-5": !enablePadding,
15216
15499
  "py-3 px-5 lg:px-[150px]": enablePadding,
@@ -15226,7 +15509,7 @@ function FlexCol({ children, gap = 3, styles }) {
15226
15509
  return /* @__PURE__ */ jsx(
15227
15510
  "div",
15228
15511
  {
15229
- className: classNames24({
15512
+ className: classNames17({
15230
15513
  [`flex flex-col gap-${gap}`]: true,
15231
15514
  [`${styles}`]: styles
15232
15515
  }),
@@ -15239,7 +15522,7 @@ function FlexRow({ children, gap = 3, styles }) {
15239
15522
  return /* @__PURE__ */ jsx(
15240
15523
  "div",
15241
15524
  {
15242
- className: classNames24({
15525
+ className: classNames17({
15243
15526
  [`flex flex-row gap-${gap}`]: true,
15244
15527
  [`${styles}`]: styles
15245
15528
  }),
@@ -15258,7 +15541,7 @@ function Grid({ children, styles }) {
15258
15541
  return /* @__PURE__ */ jsx(
15259
15542
  "div",
15260
15543
  {
15261
- className: classNames24({
15544
+ className: classNames17({
15262
15545
  [`grid`]: true,
15263
15546
  [`${styles}`]: styles
15264
15547
  }),
@@ -15275,7 +15558,7 @@ var Layout = ({
15275
15558
  return /* @__PURE__ */ jsx(
15276
15559
  "div",
15277
15560
  {
15278
- className: classNames24({
15561
+ className: classNames17({
15279
15562
  // "flex h-full w-screen bg-gray-100 overflow-auto": true,
15280
15563
  "flex bg-eui-light-600": true,
15281
15564
  "flex-col": flexDirection === "vertical",
@@ -15294,7 +15577,7 @@ var Header = ({
15294
15577
  return /* @__PURE__ */ jsx(
15295
15578
  "div",
15296
15579
  {
15297
- className: classNames24({
15580
+ className: classNames17({
15298
15581
  static: position === "static",
15299
15582
  fixed: position === "fixed",
15300
15583
  sticky: position === "sticky",
@@ -15334,7 +15617,7 @@ var Content = ({
15334
15617
  return /* @__PURE__ */ jsx(
15335
15618
  "div",
15336
15619
  {
15337
- className: classNames24({
15620
+ className: classNames17({
15338
15621
  "w-full min-h-screen transition-all duration-200 eui-bg-sm": true,
15339
15622
  "md:pl-[300px]": !overlayedSidebar && sidebarVisible && !isMobile,
15340
15623
  // Shift when sidebar is open (desktop)
@@ -15350,7 +15633,7 @@ var Footer = ({ children, styles }) => {
15350
15633
  return /* @__PURE__ */ jsx(
15351
15634
  "div",
15352
15635
  {
15353
- className: classNames24({
15636
+ className: classNames17({
15354
15637
  "bottom-0 w-full h-fit": true,
15355
15638
  "border-t border-eui-dark-500/40 dark:border-eui-secondary-800 eui-bg-md": !styles,
15356
15639
  [`${styles}`]: styles
@@ -15438,7 +15721,7 @@ function MarkdownEditor({
15438
15721
  const [field, meta, helpers] = useField(props);
15439
15722
  const { theme } = useTheme_default();
15440
15723
  return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
15441
- /* @__PURE__ */ jsx("div", { className: classNames24(theme === "dark" ? "dark" : "", styles), children: /* @__PURE__ */ jsx(
15724
+ /* @__PURE__ */ jsx("div", { className: classNames17(theme === "dark" ? "dark" : "", styles), children: /* @__PURE__ */ jsx(
15442
15725
  MDXEditor,
15443
15726
  {
15444
15727
  markdown: field.value,
@@ -15541,7 +15824,7 @@ function MarkdownTOC({ title = "Table of Contents" }) {
15541
15824
  "button",
15542
15825
  {
15543
15826
  onClick: () => scrollToHeading(heading.id),
15544
- className: classNames24(
15827
+ className: classNames17(
15545
15828
  "block w-full text-left text-sm transition-all ease-in-out duration-150",
15546
15829
  "hover:text-primary",
15547
15830
  activeHeading === heading.id ? "text-primary font-semibold underline" : "text-gray-500 dark:text-gray-400"
@@ -15697,7 +15980,7 @@ function BreadcrumbItem({
15697
15980
  {
15698
15981
  href,
15699
15982
  onClick,
15700
- className: classNames24({
15983
+ className: classNames17({
15701
15984
  "text-lg font-semibold": true,
15702
15985
  "text-gray-400 hover:text-gray-600 cursor-pointer": !active,
15703
15986
  "text-eui-light-800": active,
@@ -15774,7 +16057,7 @@ var Breadcrumb = ({
15774
16057
  index < resolvedData.length - 1 && /* @__PURE__ */ jsx(
15775
16058
  "span",
15776
16059
  {
15777
- className: classNames24({
16060
+ className: classNames17({
15778
16061
  "text-lg font-semibold text-gray-500": true,
15779
16062
  [`px-${gap}`]: gap
15780
16063
  }),
@@ -15788,7 +16071,7 @@ var Breadcrumb = ({
15788
16071
  return /* @__PURE__ */ jsx(
15789
16072
  "div",
15790
16073
  {
15791
- className: classNames24({
16074
+ className: classNames17({
15792
16075
  "inline-flex": true,
15793
16076
  [`${styles}`]: styles
15794
16077
  }),
@@ -15818,7 +16101,7 @@ var Drawer = ({
15818
16101
  {
15819
16102
  show: visibility,
15820
16103
  enter: "transform transition duration-200 ease-out",
15821
- enterFrom: classNames24({
16104
+ enterFrom: classNames17({
15822
16105
  "-translate-x-full": side === "left",
15823
16106
  "translate-x-full": side === "right",
15824
16107
  "-translate-y-full": side === "top",
@@ -15827,7 +16110,7 @@ var Drawer = ({
15827
16110
  enterTo: "translate-x-0 translate-y-0",
15828
16111
  leave: "transform transition duration-200 ease-in",
15829
16112
  leaveFrom: "translate-x-0 translate-y-0",
15830
- leaveTo: classNames24({
16113
+ leaveTo: classNames17({
15831
16114
  "-translate-x-full": side === "left",
15832
16115
  "translate-x-full": side === "right",
15833
16116
  "-translate-y-full": side === "top",
@@ -15836,7 +16119,7 @@ var Drawer = ({
15836
16119
  children: /* @__PURE__ */ jsx(
15837
16120
  "div",
15838
16121
  {
15839
- className: classNames24(
16122
+ className: classNames17(
15840
16123
  "fixed shadow-lg z-50",
15841
16124
  {
15842
16125
  "h-full w-[300px]": isHorizontal,
@@ -15868,7 +16151,7 @@ function DrawerToggler({
15868
16151
  return /* @__PURE__ */ jsx(
15869
16152
  "div",
15870
16153
  {
15871
- className: classNames24({
16154
+ className: classNames17({
15872
16155
  "text-xl p-3 cursor-pointer": true,
15873
16156
  "transition-all ease-in-out": true,
15874
16157
  "text-eui-dark-500 dark:text-eui-secondary-600": !styles,
@@ -15916,7 +16199,7 @@ function FooterNav({ data = [], styles }) {
15916
16199
  childrenContent = /* @__PURE__ */ jsx(
15917
16200
  "div",
15918
16201
  {
15919
- className: classNames24({
16202
+ className: classNames17({
15920
16203
  "grid w-full": true,
15921
16204
  "grid-cols-1": isMobile,
15922
16205
  "grid-cols-3": !isMobile,
@@ -15929,7 +16212,7 @@ function FooterNav({ data = [], styles }) {
15929
16212
  return /* @__PURE__ */ jsx(
15930
16213
  "div",
15931
16214
  {
15932
- className: classNames24({
16215
+ className: classNames17({
15933
16216
  [`${styles}`]: styles
15934
16217
  }),
15935
16218
  children: childrenContent
@@ -15970,7 +16253,7 @@ var FooterNavGroup = ({
15970
16253
  /* @__PURE__ */ jsx(
15971
16254
  "div",
15972
16255
  {
15973
- className: classNames24({
16256
+ className: classNames17({
15974
16257
  "": true,
15975
16258
  "py-2 font-semibold eui-text-lg": !styles,
15976
16259
  [`${styles}`]: styles
@@ -16015,7 +16298,7 @@ var FooterNavItem = ({
16015
16298
  "div",
16016
16299
  {
16017
16300
  onClick: handleNavigation,
16018
- className: classNames24({
16301
+ className: classNames17({
16019
16302
  "flex flex-row items-center gap-3 cursor-pointer p-1 w-full": true,
16020
16303
  "transition-all duration-200 ease-in-out": true,
16021
16304
  "text-sm eui-text-sm": !styles,
@@ -16044,7 +16327,7 @@ var FooterNavItemTitle = ({
16044
16327
  return /* @__PURE__ */ jsx(
16045
16328
  "div",
16046
16329
  {
16047
- className: classNames24({
16330
+ className: classNames17({
16048
16331
  "": true,
16049
16332
  "py-2 font-thin eui-text-md": !styles,
16050
16333
  [`${styles}`]: styles
@@ -16097,7 +16380,7 @@ function HeaderNav({ data = [], styles }) {
16097
16380
  return /* @__PURE__ */ jsx(
16098
16381
  "div",
16099
16382
  {
16100
- className: classNames24({
16383
+ className: classNames17({
16101
16384
  [`${styles}`]: styles
16102
16385
  }),
16103
16386
  children: childrenContent
@@ -16159,7 +16442,7 @@ var HeaderNavGroup = ({
16159
16442
  /* @__PURE__ */ jsxs(
16160
16443
  "div",
16161
16444
  {
16162
- className: classNames24({
16445
+ className: classNames17({
16163
16446
  "flex flex-row gap-2 items-center justify-between cursor-pointer p-3 w-full": true,
16164
16447
  "transition-all duration-300 ease-in-out": true,
16165
16448
  "eui-text-md bg-gradient-to-t from-eui-dark-500/10 dark:from-green-700/10": !styles,
@@ -16187,7 +16470,7 @@ var HeaderNavGroup = ({
16187
16470
  children && /* @__PURE__ */ jsx(
16188
16471
  BsChevronDown,
16189
16472
  {
16190
- className: classNames24({
16473
+ className: classNames17({
16191
16474
  "text-md": true,
16192
16475
  "transition-all ease-in-out duration-300": true,
16193
16476
  "rotate-180": !collapsed
@@ -16200,7 +16483,7 @@ var HeaderNavGroup = ({
16200
16483
  !collapsed && children && /* @__PURE__ */ jsx(
16201
16484
  "div",
16202
16485
  {
16203
- className: classNames24({
16486
+ className: classNames17({
16204
16487
  "absolute min-w-80 left-0 top-full mt-1 border border-eui-dark-300/10 dark:border-eui-dark-300/50 shadow-lg eui-shadow-lg z-50 w-full eui-bg-md": true,
16205
16488
  "transition-all duration-300 ease-in-out": true
16206
16489
  }),
@@ -16230,7 +16513,7 @@ var HeaderNavItem = ({
16230
16513
  "div",
16231
16514
  {
16232
16515
  onClick: handleNavigation,
16233
- className: classNames24({
16516
+ className: classNames17({
16234
16517
  "flex flex-row items-center gap-3 cursor-pointer p-3 w-full": true,
16235
16518
  "transition-all duration-200 ease-in-out": true,
16236
16519
  "eui-text-md border-b border-eui-dark-500/20 dark:border-eui-secondary-900/20 bg-gradient-to-r from-eui-dark-500/10 dark:from-eui-secondary-900/10": !styles,
@@ -16259,7 +16542,7 @@ var HeaderNavItemTitle = ({
16259
16542
  return /* @__PURE__ */ jsx(
16260
16543
  "div",
16261
16544
  {
16262
- className: classNames24({
16545
+ className: classNames17({
16263
16546
  "p-3 font-thin": true,
16264
16547
  "eui-text-md": !styles,
16265
16548
  [`${styles}`]: styles
@@ -16299,7 +16582,7 @@ var Link = ({
16299
16582
  href: href || "#",
16300
16583
  target: targets[target],
16301
16584
  onClick: handleClick,
16302
- className: classNames24({
16585
+ className: classNames17({
16303
16586
  [`${textVariants[variant]}`]: variant,
16304
16587
  [`${decorations[decoration]}`]: decoration,
16305
16588
  "font-bold": bold,
@@ -16764,7 +17047,7 @@ function Modal({
16764
17047
  "div",
16765
17048
  {
16766
17049
  ref: modalRef,
16767
- className: classNames24({
17050
+ className: classNames17({
16768
17051
  "eui-bg-md eui-shadow-lg border border-gray-700/80 w-fit h-fit": true,
16769
17052
  [`${shapes[resolvedShape]}`]: true,
16770
17053
  [`${styles}`]: styles
@@ -16775,7 +17058,7 @@ function Modal({
16775
17058
  /* @__PURE__ */ jsx(
16776
17059
  "div",
16777
17060
  {
16778
- className: classNames24({
17061
+ className: classNames17({
16779
17062
  "w-[60px] h-[60px] flex items-center justify-center transition-standard-fast": true,
16780
17063
  "hover:cursor-pointer hover:bg-eui-dark-500": true
16781
17064
  }),
@@ -16881,7 +17164,7 @@ function ShowMore({ text, limit }) {
16881
17164
  /* @__PURE__ */ jsx(
16882
17165
  "div",
16883
17166
  {
16884
- className: classNames24({
17167
+ className: classNames17({
16885
17168
  "text-blue-300 px-1 pb-1 mt-1": true,
16886
17169
  "bg-slate-900/70": !showMore,
16887
17170
  "bg-gradient-to-t from-slate-900/50 to-transparent": showMore
@@ -17132,7 +17415,7 @@ function BoxNavItem({ icon, name, to, selected, onClick }) {
17132
17415
  type: "button",
17133
17416
  onClick: handleClick,
17134
17417
  "aria-current": selected ? "page" : void 0,
17135
- className: classNames24(
17418
+ className: classNames17(
17136
17419
  "w-full min-w-[80px] flex flex-col items-center justify-center py-3 text-center",
17137
17420
  "hover:text-secondary-700 hover:bg-gray-300/10 hover:cursor-pointer",
17138
17421
  selected ? "text-eui-secondary-700 bg-gray-300/10" : "text-gray-400",
@@ -17522,7 +17805,7 @@ function GenericLayout({
17522
17805
  return /* @__PURE__ */ jsx(ThemeProvider, { defaultTheme, children: /* @__PURE__ */ jsx(
17523
17806
  "div",
17524
17807
  {
17525
- className: classNames24({
17808
+ className: classNames17({
17526
17809
  [`${styles}`]: styles
17527
17810
  }),
17528
17811
  children
@@ -17571,7 +17854,7 @@ function SidemenuLayout({ data, children }) {
17571
17854
  return /* @__PURE__ */ jsx(DefaultLayout_default, { children: /* @__PURE__ */ jsxs(
17572
17855
  "div",
17573
17856
  {
17574
- className: classNames24({
17857
+ className: classNames17({
17575
17858
  grid: true,
17576
17859
  "grid-cols-7 gap-10": !isMobile,
17577
17860
  "grid-cols-1 gap-": isMobile
@@ -17599,11 +17882,11 @@ function EUIDevLayout({
17599
17882
  shape: "roundedSquare"
17600
17883
  }
17601
17884
  },
17602
- children: /* @__PURE__ */ jsx(CloudinaryProvider, { cloudName: "demo", children: /* @__PURE__ */ jsx(GenericLayout_default, { children: /* @__PURE__ */ jsxs(Layout, { children: [
17885
+ children: /* @__PURE__ */ jsx(GenericLayout_default, { children: /* @__PURE__ */ jsxs(Layout, { children: [
17603
17886
  header,
17604
17887
  /* @__PURE__ */ jsx(Content, { styles: "pt-[60px]", children: /* @__PURE__ */ jsx(ContentArea_default, { enablePadding: true, children }) }),
17605
17888
  footer
17606
- ] }) }) })
17889
+ ] }) })
17607
17890
  }
17608
17891
  );
17609
17892
  }
@@ -17630,6 +17913,6 @@ function ScrollToTop({
17630
17913
  }
17631
17914
  var ScrollToTop_default = ScrollToTop;
17632
17915
 
17633
- export { Accordion_default as Accordion, AsyncComponentWrapper_default as AsyncComponentWrapper, Avatar, Backdrop_default as Backdrop, Badge, BarChart_default as BarChart, Block_default as Block, BlockGroup_default as BlockGroup, BoxNav_default as BoxNav, BoxNavItem_default as BoxNavItem, Brand_default as Brand, Breadcrumb, BreadcrumbItem_default as BreadcrumbItem, Button, Card_default as Card, CardContent_default as CardContent, CardFooter_default as CardFooter, CardHeader_default as CardHeader, Chapter, Checkbox_default as Checkbox, Chip, CloudinaryImage_default as CloudinaryImage, CloudinaryProvider, CloudinaryVideo_default as CloudinaryVideo, Content, ContentArea_default as ContentArea, DataView, DataViewTable_default as DataViewTable, DateSelector_default as DateSelector, DefaultLayout_default as DefaultLayout, DocumentationPanel_default as DocumentationPanel, Drawer, DrawerToggler_default as DrawerToggler, EUIDevLayout_default as EUIDevLayout, EUIProvider, Flag, Flex, FlexCol_default as FlexCol, FlexRow_default as FlexRow, Footer, FooterNav_default as FooterNav, FooterNavGroup_default as FooterNavGroup, FooterNavItem, FooterNavItemContext, FooterNavItemTitle, Form, FormResponse_default as FormResponse, GenericLayout_default as GenericLayout, GlowWrapper_default as GlowWrapper, Graph, GraphEdge, GraphNode, GraphRenderer, Grid_default as Grid, Header, HeaderNav_default as HeaderNav, HeaderNavGroup_default as HeaderNavGroup, HeaderNavItem, HeaderNavItemContext, HeaderNavItemTitle, HomeLayout_default as HomeLayout, Image2 as Image, ImageInput_default as ImageInput, Info_default as Info, Input, InputFile, InputLabel_default as InputLabel, InputList, InputListGroup, InputResponse_default as InputResponse, Layout, LineChart_default as LineChart, Link, List_default as List, ListItem_default as ListItem, MarkdownEditor_default as MarkdownEditor, MarkdownProvider_default as MarkdownProvider, MarkdownTOC_default as MarkdownTOC, MarkdownViewer_default as MarkdownViewer, Menu, MenuGroup, MenuItem, MenuItemTitle, Modal_default as Modal, MotionSurface_default as MotionSurface, MultiImageInput_default as MultiImageInput, Paragraph, PieChart_default as PieChart, PriceTag, ProgressBar, Quote, Radio_default as Radio, RouteTab_default as RouteTab, RouteTabs_default as RouteTabs, ScrollToTop_default as ScrollToTop, Section, Select_default as Select, ShapeSwitch, ShowMore_default as ShowMore, Sidebar_default as Sidebar, SidebarLayout_default as SidebarLayout, SidemenuLayout_default as SidemenuLayout, Skeleton, Slider_default as Slider, StarRating_default as StarRating, StarRatingDistribution_default as StarRatingDistribution, StarRatingInput_default as StarRatingInput, Switch_default as Switch, TNDropdown, TNDropdownItem, TNDropdownTitle, TNGroup, Table_default as Table, Tag_default as Tag, Tags_default as Tags, TextArea_default as TextArea, ThemeContext, ThemeProvider, ThemeSwitch, TitleBanner, Toast, Tooltip4 as Tooltip, TopNav, Transition4 as Transition, TransitionDropdown_default as TransitionDropdown, TransitionFadeIn_default as TransitionFadeIn, Typography, UnderConstructionBanner, ValueBadge_default as ValueBadge, WorldMap, WorldMapCountryTable, YoutubeVideoPlayer_default as YoutubeVideoPlayer, cn, createForceLayout, createGridLayout, createTreeLayout, enumValues, getCurrencySymbol, getLayout, isMatch, isRenderFn, normalize, registerLayout, resolveWithGlobal, sendToast, useClickOutside, useCloudinaryConfig, useCurrentTheme_default as useCurrentTheme, useDrawer_default as useDrawer, useEUIConfig, useIsMobile_default as useIsMobile, useModal_default as useModal, useTheme_default as useTheme };
17916
+ export { Accordion_default as Accordion, AsyncComponentWrapper_default as AsyncComponentWrapper, Avatar, Backdrop_default as Backdrop, Badge, BarChart_default as BarChart, Block_default as Block, BlockGroup_default as BlockGroup, BoxNav_default as BoxNav, BoxNavItem_default as BoxNavItem, Brand_default as Brand, Breadcrumb, BreadcrumbItem_default as BreadcrumbItem, Button, Caption, Card_default as Card, CardContent_default as CardContent, CardFooter_default as CardFooter, CardHeader_default as CardHeader, Chapter, Checkbox_default as Checkbox, Chip, CloudinaryImage_default as CloudinaryImage, CloudinaryProvider, CloudinaryVideo_default as CloudinaryVideo, Code, Content, ContentArea_default as ContentArea, DataView, DataViewTable_default as DataViewTable, DateSelector_default as DateSelector, DefaultLayout_default as DefaultLayout, Display, DocumentationPanel_default as DocumentationPanel, Drawer, DrawerToggler_default as DrawerToggler, EUIDevLayout_default as EUIDevLayout, EUIProvider, Flag, Flex, FlexCol_default as FlexCol, FlexRow_default as FlexRow, Footer, FooterNav_default as FooterNav, FooterNavGroup_default as FooterNavGroup, FooterNavItem, FooterNavItemContext, FooterNavItemTitle, Form, FormResponse_default as FormResponse, GenericLayout_default as GenericLayout, GlowWrapper_default as GlowWrapper, Graph, GraphEdge, GraphNode, GraphRenderer, Grid_default as Grid, Header, HeaderNav_default as HeaderNav, HeaderNavGroup_default as HeaderNavGroup, HeaderNavItem, HeaderNavItemContext, HeaderNavItemTitle, HomeLayout_default as HomeLayout, Image2 as Image, ImageInput_default as ImageInput, Info_default as Info, Input, InputFile, InputLabel_default as InputLabel, InputList, InputListGroup, InputResponse_default as InputResponse, Label, Layout, Lead, LineChart_default as LineChart, Link, List_default as List, ListItem_default as ListItem, MarkdownEditor_default as MarkdownEditor, MarkdownProvider_default as MarkdownProvider, MarkdownTOC_default as MarkdownTOC, MarkdownViewer_default as MarkdownViewer, Menu, MenuGroup, MenuItem, MenuItemTitle, Modal_default as Modal, MotionSurface_default as MotionSurface, MultiImageInput_default as MultiImageInput, Overline, Paragraph, PieChart_default as PieChart, PriceTag, ProgressBar, Quote, Radio_default as Radio, RouteTab_default as RouteTab, RouteTabs_default as RouteTabs, ScrollToTop_default as ScrollToTop, Section, Select_default as Select, ShapeSwitch, ShowMore_default as ShowMore, Sidebar_default as Sidebar, SidebarLayout_default as SidebarLayout, SidemenuLayout_default as SidemenuLayout, Skeleton, Slider_default as Slider, StarRating_default as StarRating, StarRatingDistribution_default as StarRatingDistribution, StarRatingInput_default as StarRatingInput, Switch_default as Switch, TNDropdown, TNDropdownItem, TNDropdownTitle, TNGroup, Table_default as Table, Tag_default as Tag, Tags_default as Tags, TextArea_default as TextArea, ThemeContext, ThemeProvider, ThemeSwitch, TitleBanner, Toast, Tooltip4 as Tooltip, TopNav, Transition4 as Transition, TransitionDropdown_default as TransitionDropdown, TransitionFadeIn_default as TransitionFadeIn, Typography, UnderConstructionBanner, ValueBadge_default as ValueBadge, WorldMap, WorldMapCountryTable, YoutubeVideo_default as YoutubeVideoPlayer, cn, createForceLayout, createGridLayout, createTreeLayout, enumValues, getCurrencySymbol, getLayout, isMatch, isRenderFn, normalize, registerLayout, resolveWithGlobal, sendToast, useClickOutside, useCloudinaryConfig, useCurrentTheme_default as useCurrentTheme, useDrawer_default as useDrawer, useEUIConfig, useIsMobile_default as useIsMobile, useModal_default as useModal, useTheme_default as useTheme };
17634
17917
  //# sourceMappingURL=index.mjs.map
17635
17918
  //# sourceMappingURL=index.mjs.map