@pdfme/ui 5.3.13-dev.4 → 5.3.13-dev.40

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.es.js CHANGED
@@ -80029,7 +80029,7 @@ const DEFAULT_OPACITY = 1, HEX_COLOR_PATTERN = "^#(?:[A-Fa-f0-9]{6})$", getBody$
80029
80029
  });
80030
80030
  };
80031
80031
  /**
80032
- * @license lucide v0.477.0 - ISC
80032
+ * @license lucide v0.479.0 - ISC
80033
80033
  *
80034
80034
  * This source code is licensed under the ISC license.
80035
80035
  * See the LICENSE file in the root directory of this source tree.
@@ -80040,7 +80040,7 @@ const AlignCenter = [
80040
80040
  ["path", { d: "M21 6H3" }]
80041
80041
  ];
80042
80042
  /**
80043
- * @license lucide v0.477.0 - ISC
80043
+ * @license lucide v0.479.0 - ISC
80044
80044
  *
80045
80045
  * This source code is licensed under the ISC license.
80046
80046
  * See the LICENSE file in the root directory of this source tree.
@@ -80051,7 +80051,7 @@ const AlignJustify = [
80051
80051
  ["path", { d: "M3 6h18" }]
80052
80052
  ];
80053
80053
  /**
80054
- * @license lucide v0.477.0 - ISC
80054
+ * @license lucide v0.479.0 - ISC
80055
80055
  *
80056
80056
  * This source code is licensed under the ISC license.
80057
80057
  * See the LICENSE file in the root directory of this source tree.
@@ -80062,7 +80062,7 @@ const AlignLeft = [
80062
80062
  ["path", { d: "M21 6H3" }]
80063
80063
  ];
80064
80064
  /**
80065
- * @license lucide v0.477.0 - ISC
80065
+ * @license lucide v0.479.0 - ISC
80066
80066
  *
80067
80067
  * This source code is licensed under the ISC license.
80068
80068
  * See the LICENSE file in the root directory of this source tree.
@@ -80073,7 +80073,7 @@ const AlignRight = [
80073
80073
  ["path", { d: "M21 6H3" }]
80074
80074
  ];
80075
80075
  /**
80076
- * @license lucide v0.477.0 - ISC
80076
+ * @license lucide v0.479.0 - ISC
80077
80077
  *
80078
80078
  * This source code is licensed under the ISC license.
80079
80079
  * See the LICENSE file in the root directory of this source tree.
@@ -80084,7 +80084,7 @@ const ArrowDownToLine = [
80084
80084
  ["path", { d: "M19 21H5" }]
80085
80085
  ];
80086
80086
  /**
80087
- * @license lucide v0.477.0 - ISC
80087
+ * @license lucide v0.479.0 - ISC
80088
80088
  *
80089
80089
  * This source code is licensed under the ISC license.
80090
80090
  * See the LICENSE file in the root directory of this source tree.
@@ -80095,7 +80095,7 @@ const ArrowUpToLine = [
80095
80095
  ["path", { d: "M12 7v14" }]
80096
80096
  ];
80097
80097
  /**
80098
- * @license lucide v0.477.0 - ISC
80098
+ * @license lucide v0.479.0 - ISC
80099
80099
  *
80100
80100
  * This source code is licensed under the ISC license.
80101
80101
  * See the LICENSE file in the root directory of this source tree.
@@ -80106,7 +80106,7 @@ const Strikethrough = [
80106
80106
  ["line", { x1: "4", x2: "20", y1: "12", y2: "12" }]
80107
80107
  ];
80108
80108
  /**
80109
- * @license lucide v0.477.0 - ISC
80109
+ * @license lucide v0.479.0 - ISC
80110
80110
  *
80111
80111
  * This source code is licensed under the ISC license.
80112
80112
  * See the LICENSE file in the root directory of this source tree.
@@ -80119,7 +80119,7 @@ const TextCursorInput = [
80119
80119
  ["path", { d: "M9 7v10" }]
80120
80120
  ];
80121
80121
  /**
80122
- * @license lucide v0.477.0 - ISC
80122
+ * @license lucide v0.479.0 - ISC
80123
80123
  *
80124
80124
  * This source code is licensed under the ISC license.
80125
80125
  * See the LICENSE file in the root directory of this source tree.
@@ -87081,7 +87081,7 @@ function genStyleUtils(a) {
87081
87081
  genComponentStyleHook: x
87082
87082
  };
87083
87083
  }
87084
- const PresetColors = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"], version$1 = "5.24.2";
87084
+ const PresetColors = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"], version$1 = "5.24.3";
87085
87085
  function isStableColor(a) {
87086
87086
  return a >= 0 && a <= 255;
87087
87087
  }
@@ -99715,6 +99715,9 @@ function genSizeStyle$2(a, s) {
99715
99715
  display: "flex",
99716
99716
  borderRadius: d,
99717
99717
  flex: "1 1 auto",
99718
+ [`${c}-selection-wrap:after`]: {
99719
+ lineHeight: unit$1(p)
99720
+ },
99718
99721
  [`${c}-selection-search`]: {
99719
99722
  position: "absolute",
99720
99723
  inset: 0,
@@ -99773,7 +99776,8 @@ function genSizeStyle$2(a, s) {
99773
99776
  alignItems: "center",
99774
99777
  padding: `0 ${unit$1(u)}`,
99775
99778
  [`${c}-selection-search-input`]: {
99776
- height: p
99779
+ height: p,
99780
+ fontSize: a.fontSize
99777
99781
  },
99778
99782
  "&:after": {
99779
99783
  lineHeight: unit$1(p)
@@ -109003,7 +109007,7 @@ const initComponentToken$1 = (a) => {
109003
109007
  }
109004
109008
  }),
109005
109009
  [`&${a.componentCls}-status-${s.status}${a.componentCls}-disabled`]: {
109006
- borderColor: s.borderColor
109010
+ borderColor: `transparent transparent ${s.borderColor} transparent`
109007
109011
  }
109008
109012
  }), genUnderlinedStyle = (a, s) => ({
109009
109013
  "&-underlined": Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, genBaseUnderlinedStyle(a, {
@@ -109018,7 +109022,7 @@ const initComponentToken$1 = (a) => {
109018
109022
  boxShadow: "none",
109019
109023
  cursor: "not-allowed",
109020
109024
  "&:hover": {
109021
- borderColor: a.colorBorder
109025
+ borderColor: `transparent transparent ${a.colorBorder} transparent`
109022
109026
  }
109023
109027
  },
109024
109028
  "input[disabled], textarea[disabled]": {
@@ -110017,6 +110021,7 @@ const initComponentToken$1 = (a) => {
110017
110021
  "> button": {
110018
110022
  color: "inherit",
110019
110023
  fontWeight: "inherit",
110024
+ verticalAlign: "top",
110020
110025
  "&:not(:first-child)": {
110021
110026
  marginInlineStart: b
110022
110027
  },
@@ -135535,14 +135540,14 @@ const Dragger = /* @__PURE__ */ reactExports.forwardRef((a, s) => {
135535
135540
  Upload.Dragger = Dragger;
135536
135541
  Upload.LIST_IGNORE = LIST_IGNORE;
135537
135542
  /**
135538
- * @license lucide-react v0.460.0 - ISC
135543
+ * @license lucide-react v0.479.0 - ISC
135539
135544
  *
135540
135545
  * This source code is licensed under the ISC license.
135541
135546
  * See the LICENSE file in the root directory of this source tree.
135542
135547
  */
135543
135548
  const toKebabCase = (a) => a.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), mergeClasses = (...a) => a.filter((s, c, u) => !!s && s.trim() !== "" && u.indexOf(s) === c).join(" ").trim();
135544
135549
  /**
135545
- * @license lucide-react v0.460.0 - ISC
135550
+ * @license lucide-react v0.479.0 - ISC
135546
135551
  *
135547
135552
  * This source code is licensed under the ISC license.
135548
135553
  * See the LICENSE file in the root directory of this source tree.
@@ -135559,7 +135564,7 @@ var defaultAttributes$1 = {
135559
135564
  strokeLinejoin: "round"
135560
135565
  };
135561
135566
  /**
135562
- * @license lucide-react v0.460.0 - ISC
135567
+ * @license lucide-react v0.479.0 - ISC
135563
135568
  *
135564
135569
  * This source code is licensed under the ISC license.
135565
135570
  * See the LICENSE file in the root directory of this source tree.
@@ -135593,7 +135598,7 @@ const Icon = reactExports.forwardRef(
135593
135598
  )
135594
135599
  );
135595
135600
  /**
135596
- * @license lucide-react v0.460.0 - ISC
135601
+ * @license lucide-react v0.479.0 - ISC
135597
135602
  *
135598
135603
  * This source code is licensed under the ISC license.
135599
135604
  * See the LICENSE file in the root directory of this source tree.
@@ -135610,248 +135615,242 @@ const createLucideIcon = (a, s) => {
135610
135615
  return c.displayName = `${a}`, c;
135611
135616
  };
135612
135617
  /**
135613
- * @license lucide-react v0.460.0 - ISC
135618
+ * @license lucide-react v0.479.0 - ISC
135614
135619
  *
135615
135620
  * This source code is licensed under the ISC license.
135616
135621
  * See the LICENSE file in the root directory of this source tree.
135617
135622
  */
135618
- const AlignCenterHorizontal = createLucideIcon("AlignCenterHorizontal", [
135623
+ const __iconNode$m = [
135619
135624
  ["path", { d: "M2 12h20", key: "9i4pu4" }],
135620
135625
  ["path", { d: "M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4", key: "11f1s0" }],
135621
135626
  ["path", { d: "M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4", key: "t14dx9" }],
135622
135627
  ["path", { d: "M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1", key: "1w07xs" }],
135623
135628
  ["path", { d: "M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1", key: "1apec2" }]
135624
- ]);
135629
+ ], AlignCenterHorizontal = createLucideIcon("AlignCenterHorizontal", __iconNode$m);
135625
135630
  /**
135626
- * @license lucide-react v0.460.0 - ISC
135631
+ * @license lucide-react v0.479.0 - ISC
135627
135632
  *
135628
135633
  * This source code is licensed under the ISC license.
135629
135634
  * See the LICENSE file in the root directory of this source tree.
135630
135635
  */
135631
- const AlignCenterVertical = createLucideIcon("AlignCenterVertical", [
135636
+ const __iconNode$l = [
135632
135637
  ["path", { d: "M12 2v20", key: "t6zp3m" }],
135633
135638
  ["path", { d: "M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4", key: "14d6g8" }],
135634
135639
  ["path", { d: "M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4", key: "1e2lrw" }],
135635
135640
  ["path", { d: "M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1", key: "1fkdwx" }],
135636
135641
  ["path", { d: "M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1", key: "1euafb" }]
135637
- ]);
135642
+ ], AlignCenterVertical = createLucideIcon("AlignCenterVertical", __iconNode$l);
135638
135643
  /**
135639
- * @license lucide-react v0.460.0 - ISC
135644
+ * @license lucide-react v0.479.0 - ISC
135640
135645
  *
135641
135646
  * This source code is licensed under the ISC license.
135642
135647
  * See the LICENSE file in the root directory of this source tree.
135643
135648
  */
135644
- const AlignEndHorizontal = createLucideIcon("AlignEndHorizontal", [
135649
+ const __iconNode$k = [
135645
135650
  ["rect", { width: "6", height: "16", x: "4", y: "2", rx: "2", key: "z5wdxg" }],
135646
135651
  ["rect", { width: "6", height: "9", x: "14", y: "9", rx: "2", key: "um7a8w" }],
135647
135652
  ["path", { d: "M22 22H2", key: "19qnx5" }]
135648
- ]);
135653
+ ], AlignEndHorizontal = createLucideIcon("AlignEndHorizontal", __iconNode$k);
135649
135654
  /**
135650
- * @license lucide-react v0.460.0 - ISC
135655
+ * @license lucide-react v0.479.0 - ISC
135651
135656
  *
135652
135657
  * This source code is licensed under the ISC license.
135653
135658
  * See the LICENSE file in the root directory of this source tree.
135654
135659
  */
135655
- const AlignEndVertical = createLucideIcon("AlignEndVertical", [
135660
+ const __iconNode$j = [
135656
135661
  ["rect", { width: "16", height: "6", x: "2", y: "4", rx: "2", key: "10wcwx" }],
135657
135662
  ["rect", { width: "9", height: "6", x: "9", y: "14", rx: "2", key: "4p5bwg" }],
135658
135663
  ["path", { d: "M22 22V2", key: "12ipfv" }]
135659
- ]);
135664
+ ], AlignEndVertical = createLucideIcon("AlignEndVertical", __iconNode$j);
135660
135665
  /**
135661
- * @license lucide-react v0.460.0 - ISC
135666
+ * @license lucide-react v0.479.0 - ISC
135662
135667
  *
135663
135668
  * This source code is licensed under the ISC license.
135664
135669
  * See the LICENSE file in the root directory of this source tree.
135665
135670
  */
135666
- const AlignHorizontalSpaceAround = createLucideIcon("AlignHorizontalSpaceAround", [
135671
+ const __iconNode$i = [
135667
135672
  ["rect", { width: "6", height: "10", x: "9", y: "7", rx: "2", key: "yn7j0q" }],
135668
135673
  ["path", { d: "M4 22V2", key: "tsjzd3" }],
135669
135674
  ["path", { d: "M20 22V2", key: "1bnhr8" }]
135670
- ]);
135675
+ ], AlignHorizontalSpaceAround = createLucideIcon("AlignHorizontalSpaceAround", __iconNode$i);
135671
135676
  /**
135672
- * @license lucide-react v0.460.0 - ISC
135677
+ * @license lucide-react v0.479.0 - ISC
135673
135678
  *
135674
135679
  * This source code is licensed under the ISC license.
135675
135680
  * See the LICENSE file in the root directory of this source tree.
135676
135681
  */
135677
- const AlignStartHorizontal = createLucideIcon("AlignStartHorizontal", [
135682
+ const __iconNode$h = [
135678
135683
  ["rect", { width: "6", height: "16", x: "4", y: "6", rx: "2", key: "1n4dg1" }],
135679
135684
  ["rect", { width: "6", height: "9", x: "14", y: "6", rx: "2", key: "17khns" }],
135680
135685
  ["path", { d: "M22 2H2", key: "fhrpnj" }]
135681
- ]);
135686
+ ], AlignStartHorizontal = createLucideIcon("AlignStartHorizontal", __iconNode$h);
135682
135687
  /**
135683
- * @license lucide-react v0.460.0 - ISC
135688
+ * @license lucide-react v0.479.0 - ISC
135684
135689
  *
135685
135690
  * This source code is licensed under the ISC license.
135686
135691
  * See the LICENSE file in the root directory of this source tree.
135687
135692
  */
135688
- const AlignStartVertical = createLucideIcon("AlignStartVertical", [
135693
+ const __iconNode$g = [
135689
135694
  ["rect", { width: "9", height: "6", x: "6", y: "14", rx: "2", key: "lpm2y7" }],
135690
135695
  ["rect", { width: "16", height: "6", x: "6", y: "4", rx: "2", key: "rdj6ps" }],
135691
135696
  ["path", { d: "M2 2v20", key: "1ivd8o" }]
135692
- ]);
135697
+ ], AlignStartVertical = createLucideIcon("AlignStartVertical", __iconNode$g);
135693
135698
  /**
135694
- * @license lucide-react v0.460.0 - ISC
135699
+ * @license lucide-react v0.479.0 - ISC
135695
135700
  *
135696
135701
  * This source code is licensed under the ISC license.
135697
135702
  * See the LICENSE file in the root directory of this source tree.
135698
135703
  */
135699
- const AlignVerticalSpaceAround = createLucideIcon("AlignVerticalSpaceAround", [
135704
+ const __iconNode$f = [
135700
135705
  ["rect", { width: "10", height: "6", x: "7", y: "9", rx: "2", key: "b1zbii" }],
135701
135706
  ["path", { d: "M22 20H2", key: "1p1f7z" }],
135702
135707
  ["path", { d: "M22 4H2", key: "1b7qnq" }]
135703
- ]);
135708
+ ], AlignVerticalSpaceAround = createLucideIcon("AlignVerticalSpaceAround", __iconNode$f);
135704
135709
  /**
135705
- * @license lucide-react v0.460.0 - ISC
135710
+ * @license lucide-react v0.479.0 - ISC
135706
135711
  *
135707
135712
  * This source code is licensed under the ISC license.
135708
135713
  * See the LICENSE file in the root directory of this source tree.
135709
135714
  */
135710
- const ArrowLeft = createLucideIcon("ArrowLeft", [
135715
+ const __iconNode$e = [
135711
135716
  ["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
135712
135717
  ["path", { d: "M19 12H5", key: "x3x0zl" }]
135713
- ]);
135718
+ ], ArrowLeft = createLucideIcon("ArrowLeft", __iconNode$e);
135714
135719
  /**
135715
- * @license lucide-react v0.460.0 - ISC
135720
+ * @license lucide-react v0.479.0 - ISC
135716
135721
  *
135717
135722
  * This source code is licensed under the ISC license.
135718
135723
  * See the LICENSE file in the root directory of this source tree.
135719
135724
  */
135720
- const ArrowRight = createLucideIcon("ArrowRight", [
135725
+ const __iconNode$d = [
135721
135726
  ["path", { d: "M5 12h14", key: "1ays0h" }],
135722
135727
  ["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
135723
- ]);
135728
+ ], ArrowRight = createLucideIcon("ArrowRight", __iconNode$d);
135724
135729
  /**
135725
- * @license lucide-react v0.460.0 - ISC
135730
+ * @license lucide-react v0.479.0 - ISC
135726
135731
  *
135727
135732
  * This source code is licensed under the ISC license.
135728
135733
  * See the LICENSE file in the root directory of this source tree.
135729
135734
  */
135730
- const ChevronLeft = createLucideIcon("ChevronLeft", [
135731
- ["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]
135732
- ]);
135735
+ const __iconNode$c = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], ChevronLeft = createLucideIcon("ChevronLeft", __iconNode$c);
135733
135736
  /**
135734
- * @license lucide-react v0.460.0 - ISC
135737
+ * @license lucide-react v0.479.0 - ISC
135735
135738
  *
135736
135739
  * This source code is licensed under the ISC license.
135737
135740
  * See the LICENSE file in the root directory of this source tree.
135738
135741
  */
135739
- const ChevronRight = createLucideIcon("ChevronRight", [
135740
- ["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
135741
- ]);
135742
+ const __iconNode$b = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], ChevronRight = createLucideIcon("ChevronRight", __iconNode$b);
135742
135743
  /**
135743
- * @license lucide-react v0.460.0 - ISC
135744
+ * @license lucide-react v0.479.0 - ISC
135744
135745
  *
135745
135746
  * This source code is licensed under the ISC license.
135746
135747
  * See the LICENSE file in the root directory of this source tree.
135747
135748
  */
135748
- const ChevronsLeft = createLucideIcon("ChevronsLeft", [
135749
+ const __iconNode$a = [
135749
135750
  ["path", { d: "m11 17-5-5 5-5", key: "13zhaf" }],
135750
135751
  ["path", { d: "m18 17-5-5 5-5", key: "h8a8et" }]
135751
- ]);
135752
+ ], ChevronsLeft = createLucideIcon("ChevronsLeft", __iconNode$a);
135752
135753
  /**
135753
- * @license lucide-react v0.460.0 - ISC
135754
+ * @license lucide-react v0.479.0 - ISC
135754
135755
  *
135755
135756
  * This source code is licensed under the ISC license.
135756
135757
  * See the LICENSE file in the root directory of this source tree.
135757
135758
  */
135758
- const ChevronsRight = createLucideIcon("ChevronsRight", [
135759
+ const __iconNode$9 = [
135759
135760
  ["path", { d: "m6 17 5-5-5-5", key: "xnjwq" }],
135760
135761
  ["path", { d: "m13 17 5-5-5-5", key: "17xmmf" }]
135761
- ]);
135762
+ ], ChevronsRight = createLucideIcon("ChevronsRight", __iconNode$9);
135762
135763
  /**
135763
- * @license lucide-react v0.460.0 - ISC
135764
+ * @license lucide-react v0.479.0 - ISC
135764
135765
  *
135765
135766
  * This source code is licensed under the ISC license.
135766
135767
  * See the LICENSE file in the root directory of this source tree.
135767
135768
  */
135768
- const CircleAlert = createLucideIcon("CircleAlert", [
135769
+ const __iconNode$8 = [
135769
135770
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
135770
135771
  ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
135771
135772
  ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
135772
- ]);
135773
+ ], CircleAlert = createLucideIcon("CircleAlert", __iconNode$8);
135773
135774
  /**
135774
- * @license lucide-react v0.460.0 - ISC
135775
+ * @license lucide-react v0.479.0 - ISC
135775
135776
  *
135776
135777
  * This source code is licensed under the ISC license.
135777
135778
  * See the LICENSE file in the root directory of this source tree.
135778
135779
  */
135779
- const Ellipsis = createLucideIcon("Ellipsis", [
135780
+ const __iconNode$7 = [
135780
135781
  ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
135781
135782
  ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
135782
135783
  ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
135783
- ]);
135784
+ ], Ellipsis = createLucideIcon("Ellipsis", __iconNode$7);
135784
135785
  /**
135785
- * @license lucide-react v0.460.0 - ISC
135786
+ * @license lucide-react v0.479.0 - ISC
135786
135787
  *
135787
135788
  * This source code is licensed under the ISC license.
135788
135789
  * See the LICENSE file in the root directory of this source tree.
135789
135790
  */
135790
- const GripVertical = createLucideIcon("GripVertical", [
135791
+ const __iconNode$6 = [
135791
135792
  ["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
135792
135793
  ["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
135793
135794
  ["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
135794
135795
  ["circle", { cx: "15", cy: "12", r: "1", key: "1tmaij" }],
135795
135796
  ["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
135796
135797
  ["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
135797
- ]);
135798
+ ], GripVertical = createLucideIcon("GripVertical", __iconNode$6);
135798
135799
  /**
135799
- * @license lucide-react v0.460.0 - ISC
135800
+ * @license lucide-react v0.479.0 - ISC
135800
135801
  *
135801
135802
  * This source code is licensed under the ISC license.
135802
135803
  * See the LICENSE file in the root directory of this source tree.
135803
135804
  */
135804
- const LoaderCircle = createLucideIcon("LoaderCircle", [
135805
- ["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]
135806
- ]);
135805
+ const __iconNode$5 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], LoaderCircle = createLucideIcon("LoaderCircle", __iconNode$5);
135807
135806
  /**
135808
- * @license lucide-react v0.460.0 - ISC
135807
+ * @license lucide-react v0.479.0 - ISC
135809
135808
  *
135810
135809
  * This source code is licensed under the ISC license.
135811
135810
  * See the LICENSE file in the root directory of this source tree.
135812
135811
  */
135813
- const Lock = createLucideIcon("Lock", [
135812
+ const __iconNode$4 = [
135814
135813
  ["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2", key: "1w4ew1" }],
135815
135814
  ["path", { d: "M7 11V7a5 5 0 0 1 10 0v4", key: "fwvmzm" }]
135816
- ]);
135815
+ ], Lock = createLucideIcon("Lock", __iconNode$4);
135817
135816
  /**
135818
- * @license lucide-react v0.460.0 - ISC
135817
+ * @license lucide-react v0.479.0 - ISC
135819
135818
  *
135820
135819
  * This source code is licensed under the ISC license.
135821
135820
  * See the LICENSE file in the root directory of this source tree.
135822
135821
  */
135823
- const Menu = createLucideIcon("Menu", [
135822
+ const __iconNode$3 = [
135824
135823
  ["line", { x1: "4", x2: "20", y1: "12", y2: "12", key: "1e0a9i" }],
135825
135824
  ["line", { x1: "4", x2: "20", y1: "6", y2: "6", key: "1owob3" }],
135826
135825
  ["line", { x1: "4", x2: "20", y1: "18", y2: "18", key: "yk5zj1" }]
135827
- ]);
135826
+ ], Menu = createLucideIcon("Menu", __iconNode$3);
135828
135827
  /**
135829
- * @license lucide-react v0.460.0 - ISC
135828
+ * @license lucide-react v0.479.0 - ISC
135830
135829
  *
135831
135830
  * This source code is licensed under the ISC license.
135832
135831
  * See the LICENSE file in the root directory of this source tree.
135833
135832
  */
135834
- const Minus = createLucideIcon("Minus", [["path", { d: "M5 12h14", key: "1ays0h" }]]);
135833
+ const __iconNode$2 = [["path", { d: "M5 12h14", key: "1ays0h" }]], Minus = createLucideIcon("Minus", __iconNode$2);
135835
135834
  /**
135836
- * @license lucide-react v0.460.0 - ISC
135835
+ * @license lucide-react v0.479.0 - ISC
135837
135836
  *
135838
135837
  * This source code is licensed under the ISC license.
135839
135838
  * See the LICENSE file in the root directory of this source tree.
135840
135839
  */
135841
- const Plus = createLucideIcon("Plus", [
135840
+ const __iconNode$1 = [
135842
135841
  ["path", { d: "M5 12h14", key: "1ays0h" }],
135843
135842
  ["path", { d: "M12 5v14", key: "s699le" }]
135844
- ]);
135843
+ ], Plus = createLucideIcon("Plus", __iconNode$1);
135845
135844
  /**
135846
- * @license lucide-react v0.460.0 - ISC
135845
+ * @license lucide-react v0.479.0 - ISC
135847
135846
  *
135848
135847
  * This source code is licensed under the ISC license.
135849
135848
  * See the LICENSE file in the root directory of this source tree.
135850
135849
  */
135851
- const X = createLucideIcon("X", [
135850
+ const __iconNode = [
135852
135851
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
135853
135852
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
135854
- ]);
135853
+ ], X = createLucideIcon("X", __iconNode);
135855
135854
  function arrayMove(a, s, c) {
135856
135855
  const u = a.slice();
135857
135856
  return u.splice(c < 0 ? u.length + c : c, 0, u.splice(s, 1)[0]), u;
@@ -165383,7 +165382,7 @@ class Form extends PreviewUI {
165383
165382
  }
165384
165383
  class Viewer extends PreviewUI {
165385
165384
  constructor(s) {
165386
- super(s);
165385
+ super(s), console.warn("[@pdfme/ui] Viewer component is deprecated and will be removed in a future version.");
165387
165386
  }
165388
165387
  render() {
165389
165388
  if (!this.domContainer) throw Error(DESTROYED_ERR_MSG);