@povio/ui 3.4.0-rc.6 → 3.4.0-rc.8

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.
Files changed (36) hide show
  1. package/dist/components/Breadcrumbs/Breadcrumbs.js +1 -1
  2. package/dist/components/Menu/MenuItem.js +1 -1
  3. package/dist/components/Menu/MenuMobile.js +1 -1
  4. package/dist/components/buttons/SplitButton/SplitButton.js +8 -2
  5. package/dist/components/inputs/DateTime/shared/CalendarHeader.js +1 -1
  6. package/dist/components/inputs/DateTime/shared/CalendarSelectHeader.js +25 -7
  7. package/dist/components/inputs/File/shared/FileUploadContentEmpty.js +1 -1
  8. package/dist/components/inputs/File/shared/FileUploadContentError.js +9 -4
  9. package/dist/components/inputs/File/shared/FileUploadContentFilled.js +9 -4
  10. package/dist/components/inputs/File/shared/FileUploadContentLoading.js +5 -3
  11. package/dist/components/inputs/File/shared/InputUploadContent.js +12 -6
  12. package/dist/components/inputs/File/shared/InputUploadFilled.js +8 -2
  13. package/dist/components/inputs/FormField/FormFieldHeader.js +1 -1
  14. package/dist/components/inputs/FormField/FormFieldHeaderClose.js +1 -1
  15. package/dist/components/inputs/Selection/shared/SelectInput.js +1 -1
  16. package/dist/components/inputs/Selection/shared/SelectMobile.js +1 -1
  17. package/dist/components/inputs/Selection/shared/StaticSelectTrailingContent.js +1 -1
  18. package/dist/components/inputs/TextEditor/Toolbar/ColorPickerDropdown.js +1 -1
  19. package/dist/components/inputs/TextEditor/Toolbar/HyperlinkAction.js +16 -10
  20. package/dist/components/inputs/TextEditor/Toolbar/TextColorSelect.js +1 -1
  21. package/dist/components/inputs/TextEditor/Toolbar/TextHighlightSelect.js +1 -1
  22. package/dist/components/inputs/shared/InputClear.js +10 -4
  23. package/dist/components/navigation/Accordion/AccordionItem.js +1 -1
  24. package/dist/components/navigation/Stepper/StepperItem.js +1 -1
  25. package/dist/components/overlays/BottomSheet/BottomSheetHeader.js +1 -1
  26. package/dist/components/overlays/Modal/Modal.js +5 -2
  27. package/dist/components/overlays/Tooltip/Tooltip.js +1 -1
  28. package/dist/components/shared/pagination/PaginationList.js +37 -13
  29. package/dist/components/table/Table.js +8 -3
  30. package/dist/components/text/Pill/Pill.js +1 -1
  31. package/dist/components/text/Tag/Tag.js +1 -1
  32. package/dist/config/uiConfig.context.js +1 -1
  33. package/dist/node_modules/.pnpm/{react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3 → react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3}/node_modules/react-icons-sprite/dist/icon.js +2 -2
  34. package/dist/react-icons-sprite-dad1d156.svg +1 -0
  35. package/package.json +1 -1
  36. package/dist/react-icons-sprite-4cbd6962.svg +0 -1
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../config/uiOverrides.context.js";
3
3
  import { breadcrumbChevronDefinition, breadcrumbIconDefinition, breadcrumbItemDefinition, breadcrumbSegmentDefinition, breadcrumbsDefinition } from "./breadcrumbs.cva.js";
4
4
  import { MenuDesktop } from "../Menu/MenuDesktop.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../config/uiOverrides.context.js";
3
3
  import { menuItemDefinition } from "./menu.cva.js";
4
4
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../config/uiOverrides.context.js";
3
3
  import { menuDefinition, menuItemDefinition } from "./menu.cva.js";
4
4
  import { MenuItem as MenuItem$1 } from "./MenuItem.js";
@@ -1,10 +1,10 @@
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
2
  import { Button } from "../Button/Button.js";
2
3
  import { IconButton } from "../IconButton/IconButton.js";
3
4
  import { Menu } from "../../Menu/Menu.js";
4
5
  import { jsx, jsxs } from "react/jsx-runtime";
5
6
  import { clsx } from "clsx";
6
7
  import { c } from "react/compiler-runtime";
7
- import { ChevronDown } from "lucide-react";
8
8
  //#region src/components/buttons/SplitButton/SplitButton.tsx
9
9
  var SplitButton = (t0) => {
10
10
  const $ = c(36);
@@ -85,7 +85,7 @@ var SplitButton = (t0) => {
85
85
  variant,
86
86
  color,
87
87
  label: labelRight,
88
- icon: ChevronDown,
88
+ icon: _temp,
89
89
  className: "rounded-l-none! border-l-0!",
90
90
  isDisabled: t3
91
91
  });
@@ -119,5 +119,11 @@ var SplitButton = (t0) => {
119
119
  } else t6 = $[35];
120
120
  return t6;
121
121
  };
122
+ function _temp(props_0) {
123
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
124
+ ...props_0,
125
+ iconId: "ri-lucide-react-ChevronDown"
126
+ });
127
+ }
122
128
  //#endregion
123
129
  export { SplitButton };
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { PillButton } from "../../../buttons/PillButton/PillButton.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { clsx } from "clsx";
@@ -1,10 +1,10 @@
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
2
  import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
2
3
  import { PillButton } from "../../../buttons/PillButton/PillButton.js";
3
4
  import "../../../../config/i18n.js";
4
5
  import { Select } from "../../Selection/Select/Select.js";
5
6
  import { jsx, jsxs } from "react/jsx-runtime";
6
7
  import { useMemo } from "react";
7
- import { ChevronDown, ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from "lucide-react";
8
8
  import { useTranslation } from "react-i18next";
9
9
  import { useDateFormatter } from "@react-aria/i18n";
10
10
  //#region src/components/inputs/DateTime/shared/CalendarSelectHeader.tsx
@@ -101,13 +101,19 @@ var CalendarSelectHeader = ({ state, isPrevMonthDisabled, isPrevYearDisabled, is
101
101
  color: "secondary",
102
102
  isDisabled: isPrevYearDisabled,
103
103
  onClick: handlePrevYear,
104
- icon: ChevronsLeft,
104
+ icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
105
+ ...props,
106
+ iconId: "ri-lucide-react-ChevronsLeft"
107
+ }),
105
108
  label: t(($) => $.ui.datePicker.navigation.previousYear)
106
109
  }), /* @__PURE__ */ jsx(InlineIconButton, {
107
110
  color: "secondary",
108
111
  isDisabled: isPrevMonthDisabled,
109
112
  onClick: handlePrevMonth,
110
- icon: ChevronLeft,
113
+ icon: (props_0) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
114
+ ...props_0,
115
+ iconId: "ri-lucide-react-ChevronLeft"
116
+ }),
111
117
  label: t(($_0) => $_0.ui.datePicker.navigation.previousMonth)
112
118
  })]
113
119
  }),
@@ -120,7 +126,10 @@ var CalendarSelectHeader = ({ state, isPrevMonthDisabled, isPrevYearDisabled, is
120
126
  color: "secondary",
121
127
  variant: "subtle",
122
128
  iconPosition: "right",
123
- icon: ChevronDown,
129
+ icon: (props_1) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
130
+ ...props_1,
131
+ iconId: "ri-lucide-react-ChevronDown"
132
+ }),
124
133
  children: MONTHS[currentMonth].slice(0, 3)
125
134
  }),
126
135
  ignoreTriggerWidth: true,
@@ -138,7 +147,10 @@ var CalendarSelectHeader = ({ state, isPrevMonthDisabled, isPrevYearDisabled, is
138
147
  color: "secondary",
139
148
  variant: "subtle",
140
149
  iconPosition: "right",
141
- icon: ChevronDown,
150
+ icon: (props_2) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
151
+ ...props_2,
152
+ iconId: "ri-lucide-react-ChevronDown"
153
+ }),
142
154
  children: currentYear.toString()
143
155
  }),
144
156
  items: availableYears.map(({ year: year_0, isDisabled: isDisabled_3 }) => ({
@@ -156,13 +168,19 @@ var CalendarSelectHeader = ({ state, isPrevMonthDisabled, isPrevYearDisabled, is
156
168
  color: "secondary",
157
169
  isDisabled: isNextMonthDisabled,
158
170
  onClick: handleNextMonth,
159
- icon: ChevronRight,
171
+ icon: (props_3) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
172
+ ...props_3,
173
+ iconId: "ri-lucide-react-ChevronRight"
174
+ }),
160
175
  label: t(($_1) => $_1.ui.datePicker.navigation.nextMonth)
161
176
  }), /* @__PURE__ */ jsx(InlineIconButton, {
162
177
  color: "secondary",
163
178
  isDisabled: isNextYearDisabled,
164
179
  onClick: handleNextYear,
165
- icon: ChevronsRight,
180
+ icon: (props_4) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
181
+ ...props_4,
182
+ iconId: "ri-lucide-react-ChevronsRight"
183
+ }),
166
184
  label: t(($_2) => $_2.ui.datePicker.navigation.nextYear)
167
185
  })]
168
186
  })
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { Typography } from "../../../text/Typography/Typography.js";
3
3
  import { Button } from "../../../buttons/Button/Button.js";
4
4
  import { TextButton } from "../../../buttons/TextButton/TextButton.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { Typography } from "../../../text/Typography/Typography.js";
3
3
  import { Button as Button$1 } from "../../../buttons/Button/Button.js";
4
4
  import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
@@ -7,7 +7,6 @@ import { TextButton } from "../../../buttons/TextButton/TextButton.js";
7
7
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
8
8
  import { clsx } from "clsx";
9
9
  import { FileTrigger } from "react-aria-components";
10
- import { X } from "lucide-react";
11
10
  import { useTranslation } from "react-i18next";
12
11
  //#region src/components/inputs/File/shared/FileUploadContentError.tsx
13
12
  var FileUploadContentError = ({ variant, as, isDisabled, state, browseText, fileTriggerProps, removeWithIcon = false, singleFile, onRemove, browseButtonProps }) => {
@@ -74,7 +73,10 @@ var FileUploadContentError = ({ variant, as, isDisabled, state, browseText, file
74
73
  onPress: () => {
75
74
  onRemove(state.id ?? "");
76
75
  },
77
- icon: X
76
+ icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
77
+ ...props,
78
+ iconId: "ri-lucide-react-X"
79
+ })
78
80
  }) : /* @__PURE__ */ jsx(TextButton, {
79
81
  className: "text-interactive-text-primary-idle lowercase",
80
82
  onPress: () => {
@@ -99,7 +101,10 @@ var FileUploadContentError = ({ variant, as, isDisabled, state, browseText, file
99
101
  onPress: () => {
100
102
  onRemove(state.id ?? "");
101
103
  },
102
- icon: X
104
+ icon: (props_0) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
105
+ ...props_0,
106
+ iconId: "ri-lucide-react-X"
107
+ })
103
108
  }) : /* @__PURE__ */ jsx(TextButton, {
104
109
  color: "secondary",
105
110
  onPress: () => {
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { Typography } from "../../../text/Typography/Typography.js";
3
3
  import { Button as Button$1 } from "../../../buttons/Button/Button.js";
4
4
  import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
@@ -8,7 +8,6 @@ import { FileUtils } from "../../../../utils/file.utils.js";
8
8
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
9
9
  import { clsx } from "clsx";
10
10
  import { FileTrigger } from "react-aria-components";
11
- import { X } from "lucide-react";
12
11
  import { useTranslation } from "react-i18next";
13
12
  //#region src/components/inputs/File/shared/FileUploadContentFilled.tsx
14
13
  var FileUploadContentFilled = ({ variant, as, isDisabled, state, browseText, fileTriggerProps, removeWithIcon = false, singleFile, onRemove, browseButtonProps }) => {
@@ -76,7 +75,10 @@ var FileUploadContentFilled = ({ variant, as, isDisabled, state, browseText, fil
76
75
  onPress: () => {
77
76
  onRemove(state.id ?? "");
78
77
  },
79
- icon: X
78
+ icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
79
+ ...props,
80
+ iconId: "ri-lucide-react-X"
81
+ })
80
82
  }) : /* @__PURE__ */ jsx(TextButton, {
81
83
  className: clsx(variant === "vertical" && "text-interactive-text-primary-idle lowercase [&>span>span]:font-medium!"),
82
84
  color: variant === "horizontal" ? "secondary" : "primary",
@@ -102,7 +104,10 @@ var FileUploadContentFilled = ({ variant, as, isDisabled, state, browseText, fil
102
104
  onPress: () => {
103
105
  onRemove(state.id ?? "");
104
106
  },
105
- icon: X,
107
+ icon: (props_0) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
108
+ ...props_0,
109
+ iconId: "ri-lucide-react-X"
110
+ }),
106
111
  isDisabled
107
112
  }) : /* @__PURE__ */ jsx(TextButton, {
108
113
  color: "secondary",
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { Typography } from "../../../text/Typography/Typography.js";
3
3
  import { Button } from "../../../buttons/Button/Button.js";
4
4
  import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
@@ -7,7 +7,6 @@ import { FileUtils } from "../../../../utils/file.utils.js";
7
7
  import { ProgressBar } from "./ProgressBar.js";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
9
  import { clsx } from "clsx";
10
- import { X } from "lucide-react";
11
10
  import { useTranslation } from "react-i18next";
12
11
  //#region src/components/inputs/File/shared/FileUploadContentLoading.tsx
13
12
  var FileUploadContentLoading = ({ index, variant, as, state, isDisabled, singleFile, onCancel, cancelButtonProps }) => {
@@ -63,7 +62,10 @@ var FileUploadContentLoading = ({ index, variant, as, state, isDisabled, singleF
63
62
  onPress: () => {
64
63
  onCancel(index);
65
64
  },
66
- icon: X
65
+ icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
66
+ ...props,
67
+ iconId: "ri-lucide-react-X"
68
+ })
67
69
  })]
68
70
  })]
69
71
  }), as === "button" && variant === "vertical" && /* @__PURE__ */ jsx(Button, {
@@ -1,3 +1,4 @@
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
2
  import { UIOverrides } from "../../../../config/uiOverrides.context.js";
2
3
  import { Typography } from "../../../text/Typography/Typography.js";
3
4
  import { Button as Button$1 } from "../../../buttons/Button/Button.js";
@@ -10,7 +11,6 @@ import { jsx, jsxs } from "react/jsx-runtime";
10
11
  import { clsx } from "clsx";
11
12
  import { DropZone, FileTrigger } from "react-aria-components";
12
13
  import { c } from "react/compiler-runtime";
13
- import { Upload } from "lucide-react";
14
14
  import { useTranslation } from "react-i18next";
15
15
  //#region src/components/inputs/File/shared/InputUploadContent.tsx
16
16
  var InputUploadContent = (props) => {
@@ -86,8 +86,8 @@ var InputUploadContent = (props) => {
86
86
  if ($[19] !== buttonText || $[20] !== isDisabled || $[21] !== t || $[22] !== variant) {
87
87
  t7 = variant === "nested" && /* @__PURE__ */ jsx(TextButton, {
88
88
  isDisabled,
89
- icon: Upload,
90
- children: buttonText ?? t(_temp2)
89
+ icon: _temp2,
90
+ children: buttonText ?? t(_temp3)
91
91
  });
92
92
  $[19] = buttonText;
93
93
  $[20] = isDisabled;
@@ -117,7 +117,7 @@ var InputUploadContent = (props) => {
117
117
  width: "hug",
118
118
  isDisabled,
119
119
  className: "truncate",
120
- children: buttonText ?? t(_temp3)
120
+ children: buttonText ?? t(_temp4)
121
121
  });
122
122
  $[30] = buttonText;
123
123
  $[31] = isDisabled;
@@ -159,10 +159,16 @@ var InputUploadContent = (props) => {
159
159
  function _temp($) {
160
160
  return $.ui.fileUpload.emptyText;
161
161
  }
162
- function _temp2($_0) {
162
+ function _temp2(props_0) {
163
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
164
+ ...props_0,
165
+ iconId: "ri-lucide-react-Upload"
166
+ });
167
+ }
168
+ function _temp3($_0) {
163
169
  return $_0.ui.fileUpload.upload;
164
170
  }
165
- function _temp3($_1) {
171
+ function _temp4($_1) {
166
172
  return $_1.ui.fileUpload.uploadFile;
167
173
  }
168
174
  //#endregion
@@ -1,3 +1,4 @@
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
2
  import { UIOverrides } from "../../../../config/uiOverrides.context.js";
2
3
  import { Typography } from "../../../text/Typography/Typography.js";
3
4
  import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
@@ -5,7 +6,6 @@ import { inputSizeDefinition } from "../../shared/input.cva.js";
5
6
  import { jsx, jsxs } from "react/jsx-runtime";
6
7
  import { clsx } from "clsx";
7
8
  import { c } from "react/compiler-runtime";
8
- import { X } from "lucide-react";
9
9
  //#region src/components/inputs/File/shared/InputUploadFilled.tsx
10
10
  var InputUploadFilled = (t0) => {
11
11
  const $ = c(14);
@@ -41,7 +41,7 @@ var InputUploadFilled = (t0) => {
41
41
  t4 = /* @__PURE__ */ jsx(InlineIconButton, {
42
42
  label: "Remove files",
43
43
  color: "secondary",
44
- icon: X,
44
+ icon: _temp2,
45
45
  isDisabled,
46
46
  onPress: onRemove
47
47
  });
@@ -65,5 +65,11 @@ var InputUploadFilled = (t0) => {
65
65
  function _temp(file) {
66
66
  return file.name;
67
67
  }
68
+ function _temp2(props) {
69
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
70
+ ...props,
71
+ iconId: "ri-lucide-react-X"
72
+ });
73
+ }
68
74
  //#endregion
69
75
  export { InputUploadFilled };
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../config/uiOverrides.context.js";
3
3
  import { Typography } from "../../text/Typography/Typography.js";
4
4
  import { Tooltip as Tooltip$1 } from "../../overlays/Tooltip/Tooltip.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import "../../../config/i18n.js";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  import { Button } from "react-aria-components";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../../config/uiOverrides.context.js";
3
3
  import { Typography } from "../../../text/Typography/Typography.js";
4
4
  import "../../../../config/i18n.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { BottomSheet } from "../../../overlays/BottomSheet/BottomSheet.js";
3
3
  import { FormField } from "../../FormField/FormField.js";
4
4
  import { SelectContext } from "./select.context.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../../config/uiOverrides.context.js";
3
3
  import { inputSizeDefinition } from "../../shared/input.cva.js";
4
4
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../../config/uiOverrides.context.js";
3
3
  import { Typography } from "../../../text/Typography/Typography.js";
4
4
  import { useInputCva } from "../../shared/input.cva.js";
@@ -1,3 +1,4 @@
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
2
  import { Button } from "../../../buttons/Button/Button.js";
2
3
  import { InlineIconButton } from "../../../buttons/InlineIconButton/InlineIconButton.js";
3
4
  import "../../../../config/i18n.js";
@@ -7,7 +8,6 @@ import { jsx, jsxs } from "react/jsx-runtime";
7
8
  import { clsx } from "clsx";
8
9
  import { useEffect, useState } from "react";
9
10
  import { c } from "react/compiler-runtime";
10
- import { Link } from "lucide-react";
11
11
  import { useTranslation } from "react-i18next";
12
12
  //#region src/components/inputs/TextEditor/Toolbar/HyperlinkAction.tsx
13
13
  var HyperlinkAction = (t0) => {
@@ -79,7 +79,7 @@ var HyperlinkAction = (t0) => {
79
79
  t9 = /* @__PURE__ */ jsx(InlineIconButton, {
80
80
  color: "secondary",
81
81
  label: t6,
82
- icon: Link,
82
+ icon: _temp4,
83
83
  className: t7,
84
84
  isDisabled: t8
85
85
  });
@@ -90,13 +90,13 @@ var HyperlinkAction = (t0) => {
90
90
  } else t9 = $[17];
91
91
  let t10;
92
92
  if ($[18] !== t) {
93
- t10 = t(_temp4);
93
+ t10 = t(_temp5);
94
94
  $[18] = t;
95
95
  $[19] = t10;
96
96
  } else t10 = $[19];
97
97
  let t11;
98
98
  if ($[20] !== t) {
99
- t11 = t(_temp5);
99
+ t11 = t(_temp6);
100
100
  $[20] = t;
101
101
  $[21] = t11;
102
102
  } else t11 = $[21];
@@ -119,7 +119,7 @@ var HyperlinkAction = (t0) => {
119
119
  const t13 = !url;
120
120
  let t14;
121
121
  if ($[26] !== t) {
122
- t14 = t(_temp6);
122
+ t14 = t(_temp7);
123
123
  $[26] = t;
124
124
  $[27] = t14;
125
125
  } else t14 = $[27];
@@ -148,7 +148,7 @@ var HyperlinkAction = (t0) => {
148
148
  const t17 = !t16;
149
149
  let t18;
150
150
  if ($[34] !== t) {
151
- t18 = t(_temp7);
151
+ t18 = t(_temp8);
152
152
  $[34] = t;
153
153
  $[35] = t18;
154
154
  } else t18 = $[35];
@@ -205,16 +205,22 @@ function _temp2($) {
205
205
  function _temp3($_0) {
206
206
  return $_0.ui.textEditor.link.label;
207
207
  }
208
- function _temp4($_1) {
208
+ function _temp4(props) {
209
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
210
+ ...props,
211
+ iconId: "ri-lucide-react-Link"
212
+ });
213
+ }
214
+ function _temp5($_1) {
209
215
  return $_1.ui.textEditor.link.urlLabel;
210
216
  }
211
- function _temp5($_2) {
217
+ function _temp6($_2) {
212
218
  return $_2.ui.textEditor.link.urlPlaceholder;
213
219
  }
214
- function _temp6($_3) {
220
+ function _temp7($_3) {
215
221
  return $_3.ui.textEditor.link.apply;
216
222
  }
217
- function _temp7($_4) {
223
+ function _temp8($_4) {
218
224
  return $_4.ui.textEditor.link.remove;
219
225
  }
220
226
  //#endregion
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { ColorPickerDropdown } from "./ColorPickerDropdown.js";
3
3
  import { defaultColors } from "../textEditor.types.js";
4
4
  import { jsx } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { ColorPickerDropdown } from "./ColorPickerDropdown.js";
3
3
  import { defaultColors } from "../textEditor.types.js";
4
4
  import { jsx } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIConfig } from "../../../config/uiConfig.context.js";
3
3
  import { InlineIconButton } from "../../buttons/InlineIconButton/InlineIconButton.js";
4
4
  import "../../../config/i18n.js";
@@ -93,9 +93,9 @@ var InputClearButton = (t0) => {
93
93
  color: "secondary",
94
94
  className,
95
95
  label: t1,
96
- icon: X,
96
+ icon: _temp3,
97
97
  onPress: onClear,
98
- onMouseDown: _temp3,
98
+ onMouseDown: _temp4,
99
99
  excludeFromTabOrder: true,
100
100
  style
101
101
  });
@@ -113,7 +113,13 @@ function _temp($) {
113
113
  function _temp2($) {
114
114
  return $.ui.clearAlt;
115
115
  }
116
- function _temp3(e) {
116
+ function _temp3(props) {
117
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
118
+ ...props,
119
+ iconId: "ri-lucide-react-X"
120
+ });
121
+ }
122
+ function _temp4(e) {
117
123
  return e.preventDefault();
118
124
  }
119
125
  //#endregion
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../config/uiOverrides.context.js";
3
3
  import { Typography } from "../../text/Typography/Typography.js";
4
4
  import { accordionChevronDefinition, accordionHeadingDefinition, accordionHeadingSubtitleDefinition, accordionHeadingTitleDefinition, accordionIconDefinition, accordionItemDefinition, accordionPanelContentDefinition, accordionPanelDefinition, accordionTriggerDefinition } from "./accordion.cva.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../config/uiOverrides.context.js";
3
3
  import { Typography } from "../../text/Typography/Typography.js";
4
4
  import { stepperIconDefinition, stepperItemDefinition, stepperNumberDefinition, stepperSubtextDefinition, stepperTitleDefinition } from "./stepper.cva.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { Typography } from "../../text/Typography/Typography.js";
3
3
  import "../../../config/i18n.js";
4
4
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -1,3 +1,4 @@
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
2
  import { UIOverrides } from "../../../config/uiOverrides.context.js";
2
3
  import { InlineIconButton } from "../../buttons/InlineIconButton/InlineIconButton.js";
3
4
  import "../../../config/i18n.js";
@@ -5,7 +6,6 @@ import { modalContentDefinition, modalMainDefinition, modalOverlayDefinition } f
5
6
  import { jsx, jsxs } from "react/jsx-runtime";
6
7
  import { clsx } from "clsx";
7
8
  import { Dialog, Modal, ModalOverlay } from "react-aria-components";
8
- import { X } from "lucide-react";
9
9
  import { useTranslation } from "react-i18next";
10
10
  //#region src/components/overlays/Modal/Modal.tsx
11
11
  var Modal$1 = ({ isOpen, portalContainerRef, onClose, aside, children, modalClassName, closeIconClassName, overlayClassName, showCloseIcon, isDismissable = true, isKeyboardDismissable, shouldCloseOnInteractOutside }) => {
@@ -42,7 +42,10 @@ var Modal$1 = ({ isOpen, portalContainerRef, onClose, aside, children, modalClas
42
42
  children: [showCloseIcon && /* @__PURE__ */ jsx(InlineIconButton, {
43
43
  color: "secondary",
44
44
  onPress: onClose,
45
- icon: X,
45
+ icon: (props) => /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
46
+ ...props,
47
+ iconId: "ri-lucide-react-X"
48
+ }),
46
49
  className: clsx("absolute top-0 right-0 p-modal-gap-desktop-modal-close-icon-top-right", closeIconClassName),
47
50
  label: t(($) => $.ui.modal.closeBtn),
48
51
  disableTooltip: true
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../config/uiOverrides.context.js";
3
3
  import { tooltipDefinition, tooltipPointerHorizontalDefinition, tooltipPointerVerticalDefinition, tooltipTextDefinition } from "./tooltip.cva.js";
4
4
  import { Typography } from "../../text/Typography/Typography.js";
@@ -1,10 +1,10 @@
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
2
  import { Button } from "../../buttons/Button/Button.js";
2
3
  import "../../../config/i18n.js";
3
4
  import { minWidth } from "./minWidth.cva.js";
4
5
  import { jsx, jsxs } from "react/jsx-runtime";
5
6
  import { clsx } from "clsx";
6
7
  import { c } from "react/compiler-runtime";
7
- import { ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from "lucide-react";
8
8
  import { useTranslation } from "react-i18next";
9
9
  //#region src/components/shared/pagination/PaginationList.tsx
10
10
  var PaginationList = (t0) => {
@@ -88,8 +88,8 @@ var PaginationList = (t0) => {
88
88
  color,
89
89
  variant,
90
90
  iconOnly: hideText,
91
- icon: ChevronsLeft,
92
- children: t(_temp)
91
+ icon: _temp,
92
+ children: t(_temp2)
93
93
  });
94
94
  $[17] = color;
95
95
  $[18] = hideFirstLast;
@@ -110,8 +110,8 @@ var PaginationList = (t0) => {
110
110
  color,
111
111
  variant,
112
112
  iconOnly: hideText,
113
- icon: ChevronLeft,
114
- children: t(_temp2)
113
+ icon: _temp3,
114
+ children: t(_temp4)
115
115
  });
116
116
  $[26] = color;
117
117
  $[27] = hidePrevNext;
@@ -133,8 +133,8 @@ var PaginationList = (t0) => {
133
133
  color,
134
134
  variant,
135
135
  iconOnly: hideText,
136
- icon: ChevronRight,
137
- children: t(_temp3)
136
+ icon: _temp5,
137
+ children: t(_temp6)
138
138
  });
139
139
  $[35] = color;
140
140
  $[36] = hidePrevNext;
@@ -155,8 +155,8 @@ var PaginationList = (t0) => {
155
155
  color,
156
156
  variant,
157
157
  iconOnly: hideText,
158
- icon: ChevronsRight,
159
- children: t(_temp4)
158
+ icon: _temp7,
159
+ children: t(_temp8)
160
160
  });
161
161
  $[44] = color;
162
162
  $[45] = hideFirstLast;
@@ -191,16 +191,40 @@ var PaginationList = (t0) => {
191
191
  } else t10 = $[60];
192
192
  return t10;
193
193
  };
194
- function _temp($) {
194
+ function _temp(props) {
195
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
196
+ ...props,
197
+ iconId: "ri-lucide-react-ChevronsLeft"
198
+ });
199
+ }
200
+ function _temp2($) {
195
201
  return $.ui.pagination.firstBtn;
196
202
  }
197
- function _temp2($_0) {
203
+ function _temp3(props_0) {
204
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
205
+ ...props_0,
206
+ iconId: "ri-lucide-react-ChevronLeft"
207
+ });
208
+ }
209
+ function _temp4($_0) {
198
210
  return $_0.ui.pagination.backBtn;
199
211
  }
200
- function _temp3($_1) {
212
+ function _temp5(props_1) {
213
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
214
+ ...props_1,
215
+ iconId: "ri-lucide-react-ChevronRight"
216
+ });
217
+ }
218
+ function _temp6($_1) {
201
219
  return $_1.ui.pagination.nextBtn;
202
220
  }
203
- function _temp4($_2) {
221
+ function _temp7(props_2) {
222
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
223
+ ...props_2,
224
+ iconId: "ri-lucide-react-ChevronsRight"
225
+ });
226
+ }
227
+ function _temp8($_2) {
204
228
  return $_2.ui.pagination.lastBtn;
205
229
  }
206
230
  //#endregion
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../config/uiOverrides.context.js";
3
3
  import { InlineIconButton } from "../buttons/InlineIconButton/InlineIconButton.js";
4
4
  import { useIntersectionObserver } from "../../hooks/useIntersectionObserver.js";
@@ -10,7 +10,6 @@ import { jsx, jsxs } from "react/jsx-runtime";
10
10
  import { clsx } from "clsx";
11
11
  import { useCallback, useMemo, useRef, useState } from "react";
12
12
  import { c } from "react/compiler-runtime";
13
- import { GripVertical } from "lucide-react";
14
13
  import { DndContext, KeyboardSensor, MouseSensor, TouchSensor, closestCenter, useSensor, useSensors } from "@dnd-kit/core";
15
14
  import { restrictToVerticalAxis } from "@dnd-kit/modifiers";
16
15
  import { SortableContext, arrayMove, useSortable, verticalListSortingStrategy } from "@dnd-kit/sortable";
@@ -47,7 +46,7 @@ var RowDragHandleCell = (t0) => {
47
46
  ...listeners,
48
47
  className: "cursor-move p-1",
49
48
  label: "Drag handle",
50
- icon: GripVertical
49
+ icon: _temp
51
50
  });
52
51
  $[2] = attributes;
53
52
  $[3] = listeners;
@@ -371,5 +370,11 @@ var Table = ({ items, showCellBorder, columns, onRowClick, onDoubleClick, classN
371
370
  });
372
371
  return tableElement;
373
372
  };
373
+ function _temp(props) {
374
+ return /* @__PURE__ */ jsx(ReactIconsSpriteIcon, {
375
+ ...props,
376
+ iconId: "ri-lucide-react-GripVertical"
377
+ });
378
+ }
374
379
  //#endregion
375
380
  export { Table };
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../config/uiOverrides.context.js";
3
3
  import { Typography } from "../Typography/Typography.js";
4
4
  import { UIConfig } from "../../../config/uiConfig.context.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { UIOverrides } from "../../../config/uiOverrides.context.js";
3
3
  import { Typography } from "../Typography/Typography.js";
4
4
  import { UIConfig } from "../../../config/uiConfig.context.js";
@@ -1,4 +1,4 @@
1
- import { ReactIconsSpriteIcon } from "../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
1
+ import { ReactIconsSpriteIcon } from "../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.js";
2
2
  import { ObjectUtils } from "../utils/object.utils.js";
3
3
  import { useDeepCompareMemo } from "../hooks/useDeepCompare.js";
4
4
  import { jsx } from "react/jsx-runtime";
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- //#region ../../node_modules/.pnpm/react-icons-sprite@1.1.1_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.mjs
2
+ //#region ../../node_modules/.pnpm/react-icons-sprite@1.2.0-rc.2_lucide-react@1.28.0_react@19.2.3__react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-icons-sprite/dist/icon.mjs
3
3
  var ReactIconsSpriteIcon = ({ iconId, ...rest }) => {
4
- const iconHref = `/react-icons-sprite-4cbd6962.svg#${iconId}`;
4
+ const iconHref = `/react-icons-sprite-dad1d156.svg#${iconId}`;
5
5
  return /* @__PURE__ */ jsx("svg", {
6
6
  height: "1em",
7
7
  width: "1em",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" style="display:none"><symbol id="ri-lucide-react-ChevronRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right" aria-hidden="true"><path d="m9 18 6-6-6-6"></path></symbol><symbol id="ri-lucide-react-ChevronDown" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></symbol><symbol id="ri-lucide-react-ArrowRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></symbol><symbol id="ri-lucide-react-Calendar" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar" aria-hidden="true"><path d="M8 2v3"></path><path d="M16 2v3"></path><rect x="3" y="3" width="18" height="18" rx="2"></rect><path d="M3 9h18"></path></symbol><symbol id="ri-lucide-react-CalendarClock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar-clock" aria-hidden="true"><path d="M16 14v2.2l1.6 1"></path><path d="M16 2v3"></path><path d="M21 7.338V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h2.338"></path><path d="M3 9h5.859"></path><path d="M8 2v3"></path><circle cx="16" cy="16" r="6"></circle></symbol><symbol id="ri-lucide-react-Clock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 6v6l4 2"></path></symbol><symbol id="ri-lucide-react-ChevronsLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-left" aria-hidden="true"><path d="m11 17-5-5 5-5"></path><path d="m18 17-5-5 5-5"></path></symbol><symbol id="ri-lucide-react-ChevronLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left" aria-hidden="true"><path d="m15 18-6-6 6-6"></path></symbol><symbol id="ri-lucide-react-ChevronsRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right" aria-hidden="true"><path d="m6 17 5-5-5-5"></path><path d="m13 17 5-5-5-5"></path></symbol><symbol id="ri-lucide-react-X" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></symbol><symbol id="ri-lucide-react-ChevronUp" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up" aria-hidden="true"><path d="m18 15-6-6-6 6"></path></symbol><symbol id="ri-lucide-react-GripVertical" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-grip-vertical" aria-hidden="true"><circle cx="9" cy="12" r="1"></circle><circle cx="9" cy="5" r="1"></circle><circle cx="9" cy="19" r="1"></circle><circle cx="15" cy="12" r="1"></circle><circle cx="15" cy="5" r="1"></circle><circle cx="15" cy="19" r="1"></circle></symbol><symbol id="ri-lucide-react-Triangle" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle" aria-hidden="true"><path d="M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"></path></symbol><symbol id="ri-lucide-react-TriangleRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle-right" aria-hidden="true"><path d="M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z"></path></symbol><symbol id="ri-lucide-react-Upload" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-upload" aria-hidden="true"><path d="M12 3v12"></path><path d="m17 8-5-5-5 5"></path><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path></symbol><symbol id="ri-lucide-react-Info" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-info" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></symbol><symbol id="ri-lucide-react-ArrowLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></symbol><symbol id="ri-lucide-react-Check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check" aria-hidden="true"><path d="M20 6 9 17l-5-5"></path></symbol><symbol id="ri-lucide-react-Highlighter" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-highlighter" aria-hidden="true"><path d="m9 11-6 6v3h9l3-3"></path><path d="m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4"></path></symbol><symbol id="ri-lucide-react-Link" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link" aria-hidden="true"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></symbol><symbol id="ri-lucide-react-Baseline" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-baseline" aria-hidden="true"><path d="M4 20h16"></path><path d="m6 16 6-12 6 12"></path><path d="M8 12h8"></path></symbol><symbol id="ri-lucide-react-File" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path></symbol><symbol id="ri-lucide-react-CircleAlert" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-alert" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><line x1="12" x2="12" y1="8" y2="12"></line><line x1="12" x2="12.01" y1="16" y2="16"></line></symbol><symbol id="ri-lucide-react-CheckCircle" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big" aria-hidden="true"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></symbol><symbol id="ri-lucide-react-Search" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></symbol></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@povio/ui",
3
- "version": "3.4.0-rc.6",
3
+ "version": "3.4.0-rc.8",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" style="display:none"><symbol id="ri-lucide-react-ChevronRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right" aria-hidden="true"><path d="m9 18 6-6-6-6"></path></symbol><symbol id="ri-lucide-react-Triangle" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle" aria-hidden="true"><path d="M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"></path></symbol><symbol id="ri-lucide-react-TriangleRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle-right" aria-hidden="true"><path d="M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z"></path></symbol><symbol id="ri-lucide-react-ArrowRight" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></symbol><symbol id="ri-lucide-react-ChevronUp" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up" aria-hidden="true"><path d="m18 15-6-6-6 6"></path></symbol><symbol id="ri-lucide-react-ChevronDown" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></symbol><symbol id="ri-lucide-react-X" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></symbol><symbol id="ri-lucide-react-Calendar" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar" aria-hidden="true"><path d="M8 2v3"></path><path d="M16 2v3"></path><rect x="3" y="3" width="18" height="18" rx="2"></rect><path d="M3 9h18"></path></symbol><symbol id="ri-lucide-react-CalendarClock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar-clock" aria-hidden="true"><path d="M16 14v2.2l1.6 1"></path><path d="M16 2v3"></path><path d="M21 7.338V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h2.338"></path><path d="M3 9h5.859"></path><path d="M8 2v3"></path><circle cx="16" cy="16" r="6"></circle></symbol><symbol id="ri-lucide-react-Clock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 6v6l4 2"></path></symbol><symbol id="ri-lucide-react-Upload" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-upload" aria-hidden="true"><path d="M12 3v12"></path><path d="m17 8-5-5-5 5"></path><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path></symbol><symbol id="ri-lucide-react-Info" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-info" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></symbol><symbol id="ri-lucide-react-ArrowLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></symbol><symbol id="ri-lucide-react-Check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check" aria-hidden="true"><path d="M20 6 9 17l-5-5"></path></symbol><symbol id="ri-lucide-react-Highlighter" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-highlighter" aria-hidden="true"><path d="m9 11-6 6v3h9l3-3"></path><path d="m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4"></path></symbol><symbol id="ri-lucide-react-Baseline" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-baseline" aria-hidden="true"><path d="M4 20h16"></path><path d="m6 16 6-12 6 12"></path><path d="M8 12h8"></path></symbol><symbol id="ri-lucide-react-ChevronLeft" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left" aria-hidden="true"><path d="m15 18-6-6 6-6"></path></symbol><symbol id="ri-lucide-react-File" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path></symbol><symbol id="ri-lucide-react-CheckCircle" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big" aria-hidden="true"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></symbol><symbol id="ri-lucide-react-CircleAlert" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-alert" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><line x1="12" x2="12" y1="8" y2="12"></line><line x1="12" x2="12.01" y1="16" y2="16"></line></symbol><symbol id="ri-lucide-react-Search" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></symbol></svg>